Package: 7zip Version: 24.09+dfsg-7~bpo12+1 Installed-Size: 4013 Maintainer: YOKOTA Hiroshi Architecture: armhf Replaces: p7zip (<= 16.02+dfsg-8), p7zip-full (<= 16.02+dfsg-8) Provides: p7zip, p7zip-full Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.5), libstdc++6 (>= 5) Suggests: 7zip-standalone, 7zip-rar Breaks: p7zip (<= 16.02+dfsg-8), p7zip-full (<= 16.02+dfsg-8) Size: 1252488 SHA256: 6cf054bb4de0e0078418037706cbdac340aac78d370c5e41f8401fe0cb4d4907 SHA1: c1612c2d369d9ac94d4c1b6c5a2be7d5d1140509 MD5sum: fbbf74211039eb7916fdab5bdc68117f 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_armhf.deb Package: 7zip-standalone Source: 7zip Version: 24.09+dfsg-7~bpo12+1 Installed-Size: 1516 Maintainer: YOKOTA Hiroshi Architecture: armhf Replaces: 7zip (<< 23.01+dfsg-4~) Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.5), libstdc++6 (>= 5) Suggests: 7zip (= 24.09+dfsg-7~bpo12+1) Size: 823348 SHA256: 8a81ea9bcd543f9c4353bbba4ea1d6deaf447e9bbb7c7e119ec0db1d06514a44 SHA1: 6c353c0acf2180d32a17d50dd9876edddf36dea0 MD5sum: fd75726f474f304d15ab1a16824a9678 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_armhf.deb Package: accerciser Version: 3.46.2-1~bpo12+1 Installed-Size: 3978 Maintainer: Debian Accessibility Team Architecture: all Depends: dconf-gsettings-backend | gsettings-backend, python3:any, ipython3, 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, python3-cairo, python3-gi-cairo, python3-pyatspi Size: 854972 SHA256: b3f99723889f91519513ec14e1e950d7cf5953cccbb1ca15137ba4c938aedd81 SHA1: a6451fdc7c1667af8c27775e6e670af8951907d4 MD5sum: 1bb15614cbf3ca6ca31d951270a60686 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-1~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-10~bpo12+1) Version: 1:34.0.5-10~bpo12+1 Installed-Size: 702 Maintainer: Android Tools Maintainers Architecture: armhf Provides: android-tools-adb Depends: android-libbase (>= 34.0.5), android-libboringssl (>= 13.0.0+r24), android-libcutils (= 1:34.0.5-10~bpo12+1), android-liblog (>= 34.0.5), android-libziparchive (>= 34.0.5), libbrotli1 (>= 0.6.0), libc6 (>= 2.34), libgcc-s1 (>= 3.5), liblz4-1 (>= 0.0~r130), libprotobuf32 (>= 3.21.12), libstdc++6 (>= 12), libusb-1.0-0 (>= 2:1.0.16), libzstd1 (>= 1.5.2) Recommends: android-sdk-platform-tools-common (>= 28.0.2~) Size: 242948 SHA256: 0b196ae3c0ae292e254787ce2fdce76e305434bc27928b33c214bcc8e6c4136d SHA1: 7c717dd9aada1ed47f26f60c8ab66f4b15b09ab0 MD5sum: a4ccf1f0c1a3ae37bbbe2d0de115d829 Description: Android Debug Bridge A versatile command line tool that lets you communicate with an emulator instance or connected Android-powered device. . This package recommends "android-sdk-platform-tools-common" 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-10~bpo12+1_armhf.deb Package: adbd Source: android-platform-tools Version: 34.0.5-10~bpo12+1 Installed-Size: 444 Maintainer: Android Tools Maintainers Architecture: armhf 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-10~bpo12+1), android-liblog (>= 34.0.5), libbrotli1 (>= 0.6.0), libc6 (>= 2.34), libgcc-s1 (>= 3.5), liblz4-1 (>= 0.0~r127), libprotobuf32 (>= 3.21.12), libstdc++6 (>= 12), libsystemd0, libzstd1 (>= 1.5.2) Breaks: android-tools-adbd (<< 6.0~) Size: 152200 SHA256: 2adb944f4ff9caa2600a39733350b976baefa675ffcd6e207102ada118a95117 SHA1: dfb975195df4e95eac05bb9af4a0944fcdd150a7 MD5sum: 244edaea8f5058f4131d7836e078e171 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-10~bpo12+1_armhf.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-10~bpo12+1) Version: 1:34.0.5-10~bpo12+1 Installed-Size: 552 Maintainer: Android Tools Maintainers Architecture: armhf Depends: android-libbase (= 1:34.0.5-10~bpo12+1), android-liblog (>= 34.0.5), libc6 (>= 2.34), libgcc-s1 (>= 3.5), libstdc++6 (>= 11), 7zip Breaks: android-libbacktrace-dev (<< 1:33) Size: 145512 SHA256: 64a7b88a17b3da6841fba5d66af5060917f81cc7f0d2428d770678f9d642a9cd SHA1: b6238c9313fa643009d3168854640f76bc79a5ed MD5sum: 0391b5f8e67553d1cb93a2b4fa346be9 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-10~bpo12+1_armhf.deb Package: android-libbacktrace-dev Source: android-platform-tools (34.0.5-10~bpo12+1) Version: 1:34.0.5-10~bpo12+1 Installed-Size: 63 Maintainer: Android Tools Maintainers Architecture: armhf Replaces: android-libbacktrace (<< 1:33) Depends: android-libbacktrace (= 1:34.0.5-10~bpo12+1) Breaks: android-libbacktrace (<< 1:33) Size: 21460 SHA256: d35fac712592b423f4cf24283790916c736bafdbec36843ec21f3b105bd7aedf SHA1: 34ab102b861a0c6c6d17935b660e4dd370a41c3b MD5sum: ebeafd6dd7dc48284bb596c1e1acb337 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-10~bpo12+1_armhf.deb Package: android-libbase Source: android-platform-tools (34.0.5-10~bpo12+1) Version: 1:34.0.5-10~bpo12+1 Installed-Size: 306 Maintainer: Android Tools Maintainers Architecture: armhf Depends: android-liblog (= 1:34.0.5-10~bpo12+1), libc6 (>= 2.34), libgcc-s1 (>= 3.5), libstdc++6 (>= 11) Breaks: android-libbase-dev (<< 1:33) Size: 87192 SHA256: 130574dd99bdcd79d74b311166cda1688bff15b76679f916343fadf39dba5a5b SHA1: 00443e089ea3a3b82b237657d0ae58e36f8d2e3a MD5sum: 8341d7f035754cfacd2428fe7a06fecf 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-10~bpo12+1_armhf.deb Package: android-libbase-dev Source: android-platform-tools (34.0.5-10~bpo12+1) Version: 1:34.0.5-10~bpo12+1 Installed-Size: 689 Maintainer: Android Tools Maintainers Architecture: armhf Replaces: android-libbase (<< 1:33) Depends: android-libbase (= 1:34.0.5-10~bpo12+1), android-liblog-dev (= 1:34.0.5-10~bpo12+1) Breaks: android-libbase (<< 1:33) Size: 143772 SHA256: 368ff595b9056351d6a82efd71386196b6024da7ad35f20763e5eefd296e0329 SHA1: 1112915164f9a22d265aa21c7a9b203699b78cde MD5sum: f487a92aee9ccda8ca9bb33846e0dee1 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-10~bpo12+1_armhf.deb Package: android-libcutils Source: android-platform-tools (34.0.5-10~bpo12+1) Version: 1:34.0.5-10~bpo12+1 Installed-Size: 112 Maintainer: Android Tools Maintainers Architecture: armhf Depends: android-libbase (= 1:34.0.5-10~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: 37672 SHA256: e49807a8b5ee9e70531049224484f57e8e07c5fd25e342124977a8b7aa6ccc7e SHA1: 2e126148146c6d3ee9f920d067646413966253a3 MD5sum: f5c160414e6283de521ef6ee5937c78a 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-10~bpo12+1_armhf.deb Package: android-libcutils-dev Source: android-platform-tools (34.0.5-10~bpo12+1) Version: 1:34.0.5-10~bpo12+1 Installed-Size: 144 Maintainer: Android Tools Maintainers Architecture: armhf Replaces: android-libcutils (<< 1:33) Depends: android-libcutils (= 1:34.0.5-10~bpo12+1), android-libbase-dev (= 1:34.0.5-10~bpo12+1), android-platform-system-core-headers (= 1:34.0.5-10~bpo12+1), libbsd-dev Breaks: android-libcutils (<< 1:33) Size: 34440 SHA256: 9f75e500b089a17f6c8b032cf7d9df3ec23d6edbc23544aeaf7d58b18361dbf8 SHA1: e5a5c53f42be86640b63aff547de02eef45a978c MD5sum: dd12ad71369d113affe4b85fcb3866e1 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-10~bpo12+1_armhf.deb Package: android-liblog Source: android-platform-tools (34.0.5-10~bpo12+1) Version: 1:34.0.5-10~bpo12+1 Installed-Size: 106 Maintainer: Android Tools Maintainers Architecture: armhf Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.5), libstdc++6 (>= 11) Breaks: android-liblog-dev (<< 1:33) Size: 37012 SHA256: 0c6c6a1cf9781ba206a9c3e4b10770334b22d04232aeda2e88a1f619a91a760d SHA1: aaa81f49cf670d83eddf74405ae0208c25b858b4 MD5sum: ea1ea602ca97f4a3a74fa475eecb8cce 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-10~bpo12+1_armhf.deb Package: android-liblog-dev Source: android-platform-tools (34.0.5-10~bpo12+1) Version: 1:34.0.5-10~bpo12+1 Installed-Size: 137 Maintainer: Android Tools Maintainers Architecture: armhf Replaces: android-liblog (<< 1:33) Depends: android-liblog (= 1:34.0.5-10~bpo12+1) Breaks: android-liblog (<< 1:33) Size: 35400 SHA256: 3eb80ec8a06633e1552813c331177e252c7ef85ff36bfc2abfeec3e11bede115 SHA1: b4502ee41a16a7f3560c6925bc74b670ff8f3961 MD5sum: 84c86fd3ec89151a206e122c2f6adc2d 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-10~bpo12+1_armhf.deb Package: android-libnativehelper Source: android-platform-tools Version: 34.0.5-10~bpo12+1 Installed-Size: 81 Maintainer: Android Tools Maintainers Architecture: armhf Replaces: android-libnativehelper-dev (<< 33) Depends: android-liblog (= 1:34.0.5-10~bpo12+1), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 4.1.1) Breaks: android-libnativehelper-dev (<< 33) Size: 25404 SHA256: 6d776cb1392ecc7c02b65a508a179e092f50f8cd2a2bb68d36eeda17f76bad43 SHA1: 0cd4a3751438e10cdb38031e4cb813c703390661 MD5sum: 58056e2d34aa34f144fde2d6e1f9dd14 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-10~bpo12+1_armhf.deb Package: android-libnativehelper-dev Source: android-platform-tools Version: 34.0.5-10~bpo12+1 Installed-Size: 244 Maintainer: Android Tools Maintainers Architecture: armhf Replaces: android-libnativehelper (<< 33) Depends: android-libnativehelper (= 34.0.5-10~bpo12+1) Breaks: android-libnativehelper (<< 33) Size: 52452 SHA256: cb3fad6381abb0f4e6e9497b31bad2833bf3b948a7e4d81292e2231365112e16 SHA1: 9c19bc03262289a8074b9dc7d63f5f1ff8be5fd8 MD5sum: fb9f53118fa5928e014ea9a11423d522 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-10~bpo12+1_armhf.deb Package: android-libsparse Source: android-platform-tools (34.0.5-10~bpo12+1) Version: 1:34.0.5-10~bpo12+1 Installed-Size: 97 Maintainer: Android Tools Maintainers Architecture: armhf Depends: android-libbase (= 1:34.0.5-10~bpo12+1), libc6 (>= 2.4), libgcc-s1 (>= 3.5), libstdc++6 (>= 4.1.1), zlib1g (>= 1:1.2.3.4) Breaks: android-libsparse-dev (<< 1:33) Size: 34780 SHA256: 460edf26844c2c3594418f91c2b25d03f6d792cd63163c992b2c1f973013c145 SHA1: c298324e6702bce5f55d19bbe74153e9d46e2882 MD5sum: d8ed04afc045ab886a1bf1366c0b428a 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-10~bpo12+1_armhf.deb Package: android-libsparse-dev Source: android-platform-tools (34.0.5-10~bpo12+1) Version: 1:34.0.5-10~bpo12+1 Installed-Size: 79 Maintainer: Android Tools Maintainers Architecture: armhf Replaces: android-libsparse (<< 1:33) Depends: android-libsparse (= 1:34.0.5-10~bpo12+1) Breaks: android-libsparse (<< 1:33) Size: 24332 SHA256: 5ba3f21594163aecb7ded041ffbf3dc957d92ddf3c05b1fca5565bfd0da2de61 SHA1: 607e59ee22ff6809207c6da6b4618553941cfc91 MD5sum: b722815bec15d2f98892ea26789160cc 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-10~bpo12+1_armhf.deb Package: android-libutils Source: android-platform-tools (34.0.5-10~bpo12+1) Version: 1:34.0.5-10~bpo12+1 Installed-Size: 159 Maintainer: Android Tools Maintainers Architecture: armhf Depends: android-libbacktrace (= 1:34.0.5-10~bpo12+1), android-libcutils (= 1:34.0.5-10~bpo12+1), android-liblog (>= 34.0.5), libc6 (>= 2.34), libgcc-s1 (>= 3.5), libstdc++6 (>= 11) Breaks: android-libutils-dev (<< 1:33) Size: 52824 SHA256: 0ccc83f638765029c078518714cd5fb417ff16e98c3e1c79a0de4c871a98ecbc SHA1: 501117707763fb994c7df50e224ba7b2fe8d51a5 MD5sum: b53a7cc6083632aa0ad83b45b5a82c1b 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-10~bpo12+1_armhf.deb Package: android-libutils-dev Source: android-platform-tools (34.0.5-10~bpo12+1) Version: 1:34.0.5-10~bpo12+1 Installed-Size: 359 Maintainer: Android Tools Maintainers Architecture: armhf Replaces: android-libutils (<< 1:33) Depends: android-libbacktrace-dev (= 1:34.0.5-10~bpo12+1), android-libcutils-dev (= 1:34.0.5-10~bpo12+1), android-libutils (= 1:34.0.5-10~bpo12+1), android-platform-system-core-headers (= 1:34.0.5-10~bpo12+1) Breaks: android-libutils (<< 1:33) Size: 70204 SHA256: 72d068ea7b3cb4ef7c1a36a4121ff15795970f257d9178f850fd11be7a550a27 SHA1: e7cfd03cee25cead37b9f228a496ec73d342ca68 MD5sum: f3aff25127d521d77e39dd8b1f424c83 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-10~bpo12+1_armhf.deb Package: android-libziparchive Source: android-platform-tools (34.0.5-10~bpo12+1) Version: 1:34.0.5-10~bpo12+1 Installed-Size: 138 Maintainer: Android Tools Maintainers Architecture: armhf Depends: android-libbase (= 1:34.0.5-10~bpo12+1), android-liblog (>= 34.0.5), libc6 (>= 2.33), libgcc-s1 (>= 3.5), libstdc++6 (>= 4.3), zlib1g (>= 1:1.1.4) Breaks: android-libziparchive-dev (<< 1:33) Size: 48328 SHA256: e8c369246493855f75f05944dc23f8eb23490ce2da766ef4fb7d501bf94683d0 SHA1: ab7d3fc1922eee5e56c338987a33741d0c41943a MD5sum: febe81d4bf9a9950f15948fbf798e438 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-10~bpo12+1_armhf.deb Package: android-libziparchive-dev Source: android-platform-tools (34.0.5-10~bpo12+1) Version: 1:34.0.5-10~bpo12+1 Installed-Size: 88 Maintainer: Android Tools Maintainers Architecture: armhf Replaces: android-libziparchive (<< 1:33) Depends: android-libziparchive (= 1:34.0.5-10~bpo12+1), libgtest-dev Breaks: android-libziparchive (<< 1:33) Size: 27312 SHA256: 78e4b036068d17ec1f4fe53e65132c4498ec6ac6f47c45d34c1ba93258038564 SHA1: 0ca4b4f98863801b95a81ff7a7839237f28185ec MD5sum: c902aba28f5a8d57e04d5bf93baf31f2 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-10~bpo12+1_armhf.deb Package: android-platform-frameworks-native-headers Source: android-platform-tools (34.0.5-10~bpo12+1) Version: 1:34.0.5-10~bpo12+1 Installed-Size: 725 Maintainer: Android Tools Maintainers Architecture: all Size: 131172 SHA256: 8626c1f08ada82c6fb8c3b412d44afdbcea3bcc745bddf6a2cf7b3f341f9473f SHA1: 91085816cded901387f6c28c39bc03c7f315abd2 MD5sum: 4f49d82da6878b48a769e754d6c8f1a2 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-10~bpo12+1_all.deb Package: android-platform-system-core-headers Source: android-platform-tools (34.0.5-10~bpo12+1) Version: 1:34.0.5-10~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: 90300 SHA256: e5a9af6a7764908c8cefe63c4df3eb907730db91372db024da6a97b50a1625ac SHA1: bc618213c81d5112134abdb9333bd8505660d6a0 MD5sum: 9049b7cca186119026d3afcc70be5a91 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-10~bpo12+1_all.deb Package: android-sdk-libsparse-utils Source: android-platform-tools (34.0.5-10~bpo12+1) Version: 1:34.0.5-10~bpo12+1 Installed-Size: 91 Maintainer: Android Tools Maintainers Architecture: armhf 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-10~bpo12+1), android-liblog (>= 34.0.5), android-libsparse (= 1:34.0.5-10~bpo12+1), libc6 (>= 2.34), libgcc-s1 (>= 3.5), 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: 25408 SHA256: 49602524736c37bcfdc27efaa105b0389fbb2f01196e6a086f16f48b7ffc8930 SHA1: 82ef4cedec214f734114ff342d2c17d599709897 MD5sum: a04b44d889ff4183fa700fb754907bf0 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-10~bpo12+1_armhf.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: 4877 Maintainer: Debian OCaml Maintainers Architecture: armhf Depends: libc6 (>= 2.35), adduser, bzip2, curl, xz-utils Suggests: libconfig-model-approx-perl Size: 1370588 SHA256: 382a549f8f4fc020a0f672957b982b4bbfe3e0f1ed26c1cfe6bd886f588b6e92 SHA1: 244814f3715dba4b871455096eed07f1ca396995 MD5sum: b18be5b2e0b0507e8b8c1fc56d232246 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_armhf.deb Package: aqbanking-tools Source: libaqbanking Version: 6.6.0-1~bpo12+1 Installed-Size: 161 Maintainer: Micha Lenk Architecture: armhf Depends: libaqbanking44 (>= 6.4.0), libc6 (>= 2.34), libgwenhywfar79 (>= 5.11.2) Suggests: gwenhywfar-tools Size: 48344 SHA256: 25172a9777dd5434d993446c20f002d2e886db6e8ca86c41aad1a51b1430db63 SHA1: a301d374bbd744edb79d3c3dd9a050c1b59e779e MD5sum: 734fa8e27249175fbb9a738f8a377b97 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_armhf.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.1-2~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: 170808 SHA256: 654dd5df98e950d582cf367c231624254e939cbdff1b47e22e8ac2ee794e8d96 SHA1: 75bd74ee170dd6fc0df80249337bc2d1c074fa40 MD5sum: bc237c3a7dd38d29e102307dd91e04e9 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.1-2~bpo12+1_all.deb Package: at-spi2-core Version: 2.56.1-2~bpo12+1 Installed-Size: 172 Maintainer: Debian Accessibility Team Architecture: armhf Depends: libatspi2.0-0 (= 2.56.1-2~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: 55208 SHA256: 031ac2c5f39a0df9503ba8b232d65c7c7f72fd48703100a8e0c1065d3074902b SHA1: d295ac77f51de75025e2c95c9ca2962c2227b97f MD5sum: 0a008617d6ac4f5240bde5437b9ae5fa 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.1-2~bpo12+1_armhf.deb Package: at-spi2-doc Source: at-spi2-core Version: 2.56.1-2~bpo12+1 Installed-Size: 3703 Maintainer: Debian Accessibility Team Architecture: all Suggests: devhelp Size: 190592 SHA256: 3821f59f64f746ff3c56ee56a159247ccfec88d42d030f612fd32e0a8ee9542e SHA1: 585484edcb22f167d1c62513fb42fcbe86bb956b MD5sum: eac0bcec91e07c07a11a0f5a3b43ac46 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.1-2~bpo12+1_all.deb Package: atomes Version: 1.1.14-1.1~bpo12+1 Installed-Size: 2170 Maintainer: Debichem Team Architecture: armhf 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: 866540 SHA256: e48aff688eea1c4ff561318d7017b8ae32604d8a694470062a89ee7d3c9bd055 SHA1: 93651a4a59952880faaf2f2b09f035006dbdac96 MD5sum: dc336e1821950b628330dc45baddaa0c 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_armhf.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: 9807 Maintainer: John Paul Adrian Glaubitz Architecture: armhf 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), libgcc-s1 (>= 3.5), 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: 6543844 SHA256: 8670266298cb2bfbbc1291d7fe4c7697c3989862373828da032f784f1dfe6d44 SHA1: 2b8458e7c944f26a75cd62d954fb04d37ca34150 MD5sum: c1d48bd1ec96dc3be23266f2d6171620 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_armhf.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: 109 Maintainer: Fabrice Creuzot Architecture: armhf 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: 30788 SHA256: b9130a34c8061e92d4bec0240b86c9f70b5925930a7a651f5644f0329ab3b0bc SHA1: 109b93344042eacbb2200a95402d402358d399c4 MD5sum: 5d855871ea7da286740172df4f415203 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_armhf.deb Package: awf-gtk4 Source: awf-gtk Version: 2.8.0-1~bpo12+1 Installed-Size: 105 Maintainer: Fabrice Creuzot Architecture: armhf Depends: libc6 (>= 2.34), libglib2.0-0 (>= 2.31.8), libgtk-4-1 (>= 4.0.0), libpango-1.0-0 (>= 1.18.0) Size: 30184 SHA256: 21f79badabb7b83c6b5edf5092b7cfc29f0d7d11798cbec0ef37c8551a979500 SHA1: 9b88a24554f08cab9a53d4f9b7cb215838777e8a MD5sum: 7c731f9369f2037db84032117ffdfbac 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_armhf.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: 73 Maintainer: Debian Bacula Team Architecture: armhf 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), libgcc-s1 (>= 3.5), 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: 25012 SHA256: f1a8a4d4d52fa927783eeaa1cb20e52ee9bb3e798010ce2b7b783a033459fec6 SHA1: 3433a7e90d794a65c9279064164ca7152f7dea38 MD5sum: 510210d740559e158561741905eb80c5 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_armhf.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: 2012 Maintainer: Debian Bacula Team Architecture: armhf Depends: debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libcap2 (>= 1:2.10), libgcc-s1 (>= 3.5), libssl3 (>= 3.0.0), libstdc++6 (>= 5), libwrap0 (>= 7.6-4~), zlib1g (>= 1:1.1.4) Pre-Depends: adduser, debconf Suggests: gdb Size: 947032 SHA256: 305efc8be9673f5d8edb27001c188f161a5076acd39257a716b4ef8c19bc76aa SHA1: 03bcc585f640340b896959bc7c91535eff78cca3 MD5sum: 6ada7bec03d28b2663ac08d7176ba649 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_armhf.deb Package: bacula-common-mysql Source: bacula Version: 15.0.3-1~bpo12+1 Installed-Size: 40 Maintainer: Debian Bacula Team Architecture: armhf Depends: bacula-common (= 15.0.3-1~bpo12+1), libc6 (>= 2.4), libmariadb3 (>= 3.0.0) Conflicts: bacula-common-pgsql, bacula-common-sqlite3 Size: 9396 SHA256: 5898cd804b84f11bc053001c2f02de07320323a04b73207cb90ae1a7f0158c6c SHA1: 8c0ae67303846269da738c45e28da63ecf281525 MD5sum: ab87cecd457365aa2fd07208ef42ff30 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_armhf.deb Package: bacula-common-pgsql Source: bacula Version: 15.0.3-1~bpo12+1 Installed-Size: 52 Maintainer: Debian Bacula Team Architecture: armhf Depends: bacula-common (= 15.0.3-1~bpo12+1), libc6 (>= 2.4), libpq5 (>= 9.0~) Conflicts: bacula-common-mysql, bacula-common-sqlite3 Size: 13872 SHA256: 491707dafb7e9c66babe7a0a2b1232025c4434cb36925a70091ba6f51ad3c14f SHA1: 222af475cdee07e5d56362bcb298262be412f7bb MD5sum: cc85e30daaabc746dc35d2a7519aba16 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_armhf.deb Package: bacula-common-sqlite3 Source: bacula Version: 15.0.3-1~bpo12+1 Installed-Size: 40 Maintainer: Debian Bacula Team Architecture: armhf Depends: bacula-common (= 15.0.3-1~bpo12+1), libc6 (>= 2.33), libgcc-s1 (>= 3.5), libsqlite3-0 (>= 3.5.9) Conflicts: bacula-common-mysql, bacula-common-pgsql Size: 8924 SHA256: ffeaa412c45dac9db55ddbfeae54f5a2a75cb65ec26dab9b6e6b3a08d45bbd2e SHA1: 907d8cb7fea48225b3f7dcdf238a0ab653cd6135 MD5sum: 6a1901768af8dd41ddb321e0475b3acd 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_armhf.deb Package: bacula-console Source: bacula Version: 15.0.3-1~bpo12+1 Installed-Size: 81 Maintainer: Debian Bacula Team Architecture: armhf 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: 23836 SHA256: b40ba92b68d94be30102442df0b76b5a51e1d700c75281eec3203d72eef18fdf SHA1: f048be2b57281d00a9871a3a70d144aa596d6295 MD5sum: 9f0e95e745c213b4b46a8116db338927 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_armhf.deb Package: bacula-console-qt Source: bacula Version: 15.0.3-1~bpo12+1 Installed-Size: 2691 Maintainer: Debian Bacula Team Architecture: armhf Depends: bacula-common (= 15.0.3-1~bpo12+1), ucf, libc6 (>= 2.34), libgcc-s1 (>= 3.5), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libqt5widgets5 (>= 5.14.1), libstdc++6 (>= 5) Size: 1912816 SHA256: a991d8206d3862c2d6a30992949f22e5ca7de62b3ac4f28fdf424830783b50af SHA1: a8aa83fd558a6bf836c61a3037c58b33e2a6fea3 MD5sum: 27f4364d656f545d9026984610e37e7a 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_armhf.deb Package: bacula-director Source: bacula Version: 15.0.3-1~bpo12+1 Installed-Size: 898 Maintainer: Debian Bacula Team Architecture: armhf 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), libgcc-s1 (>= 3.5), 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: 338192 SHA256: cb618593a5cff2720f32c731457ed76c7bb289b9b25017f6b148861e723c724d SHA1: aef4246d7ad10960bc8597537d77e47a71d8fce0 MD5sum: d537e38b3b4abd1315a2f7b3c21c1c19 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_armhf.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: 319 Maintainer: Debian Bacula Team Architecture: armhf 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), libgcc-s1 (>= 3.5), 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: 131160 SHA256: 9280ddf6517730de5e6571ed72dbd4f2fb1c314a4c63bd51c9169a056548cb79 SHA1: 3cbdf5faec254c3dd4fb12e3dadd0d02a773a680 MD5sum: 309e48479e8a0e033fcc4e2d8e953a27 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_armhf.deb Package: bacula-sd Source: bacula Version: 15.0.3-1~bpo12+1 Installed-Size: 506 Maintainer: Debian Bacula Team Architecture: armhf 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), libgcc-s1 (>= 3.5), 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: 145952 SHA256: 3023f8f05fb527ac349a6ed157e9b92f7a504da94ea3715881bd7a428d3451e3 SHA1: f358191a9424e5f72210570a026662e21648d337 MD5sum: 2f86284e5296cf137994403b5a91ec37 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_armhf.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: 2140 Maintainer: Debian Bacula Team Architecture: armhf Depends: bacula-common (= 15.0.3-1~bpo12+1), ucf, libc6 (>= 2.34), libgcc-s1 (>= 3.5), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libqt5widgets5 (>= 5.0.2), libstdc++6 (>= 5.2) Size: 1728856 SHA256: 00fae2ccb720076855cf316811b5b9a5b59902a192b77eab2694df09e04468fd SHA1: 0e9b45b557e56dc0bac1aceddb4d3a071b57eb4f MD5sum: 3ee2618e0bb9292b8fba4fcbb422ba62 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_armhf.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: 148 Maintainer: Debian CommunityWLAN Team Architecture: armhf Depends: libc6 (>= 2.34), libnl-3-200 (>= 3.2.7), libnl-genl-3-200 (>= 3.2.7) Size: 76132 SHA256: fe7666937f07828c2319bb2cd5883690d34eef4b7e3759f64b212e908f256f1e SHA1: eb12c438002bb93626752027f4db47cbb28e4f39 MD5sum: 7b60f2eabc3c748fba2110a3aa92784b 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_armhf.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: 139 Maintainer: Debian sysvinit maintainers Architecture: armhf Replaces: manpages-fr (<< 4.15.0-9~) Depends: sysvinit-utils (>= 3.05-1), libc6 (>= 2.34) Breaks: manpages-fr (<< 4.15.0-9~) Size: 67152 SHA256: 6a86df2e855ada35619cf6253da9eb2d7dea18b0747dffab763a4f98079ba94f SHA1: 530a37c97dc82753c9e0973a6b65bc17d4951b79 MD5sum: 229d58ec848eda0864e70700326416b3 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_armhf.deb Package: borgbackup Version: 1.4.0-4~bpo12+1 Installed-Size: 2708 Maintainer: Debian Borg Collective Architecture: armhf 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: 803332 SHA256: 032a51f3ba046c2f937731cd1b20b62c02701dbac6bda73b3782a483ad577c5c SHA1: dd7aafa2c4bb8503e0ee1558da00d5a4ad08dfc7 MD5sum: 7467a9e42689f57dea4bce631bb1b7b3 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_armhf.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: 39 Maintainer: Boian Bonev Architecture: armhf Depends: libc6 (>= 2.34), libpcap0.8 (>= 0.9.8), libyascreen0 (>= 1.93) Size: 16648 SHA256: 4639bf2241980cdbbf8cae54d10601256002db2abb9be95ec8e61129b86b3292 SHA1: c2ba95ff01f566f757bdfbff3406dd0b6c4e55fa MD5sum: 6b07345f8a61f84aac28ca0621d4f670 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_armhf.deb Package: bpftool Source: linux (6.6.13-1~bpo12+1) Version: 7.3.0+6.6.13-1~bpo12+1 Installed-Size: 1212 Maintainer: Debian Kernel Team Architecture: armhf Depends: libc6 (>= 2.34), libcap2 (>= 1:2.10), libelf1 (>= 0.144), zlib1g (>= 1:1.2.3.3) Size: 981920 SHA256: 1d84a1d760fe844923d70625e2fd46da3f5aaba98a1a5ef56ea5daba87a0e612 SHA1: 07b0604758411190e675a75cf17b981ce5da362d MD5sum: 8aff5d91f90d18449152f602cc8c16e0 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_armhf.deb Package: brltty Version: 6.7-1~bpo12+1 Installed-Size: 6952 Maintainer: Debian Accessibility Team Architecture: armhf 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: 1389340 SHA256: fb315bb6da826b497b3c097f5314d2b3d7c70eff7d92b3f3822be408f8fec683 SHA1: d73199c09ca3cd988762f1127559c754a162516d MD5sum: 6de5ec46e5160ee23210fca1e54de34e 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-1~bpo12+1_armhf.deb Package: brltty-espeak Source: brltty Version: 6.7-1~bpo12+1 Installed-Size: 92 Maintainer: Debian Accessibility Team Architecture: armhf Depends: libc6 (>= 2.4), libespeak-ng1 (>= 1.51+dfsg), brltty (= 6.7-1~bpo12+1) Size: 74952 SHA256: 5101e8e578daf3a4b552eff8f2afe2a16e2fce486a80298e2f615dcafce15af1 SHA1: ca73df2dc2ee8e2d463b4ce4db339368f0b1c0cd MD5sum: 3b047908ed030ddc5c5b801392d251bc 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-1~bpo12+1_armhf.deb Package: brltty-flite Source: brltty Version: 6.7-1~bpo12+1 Installed-Size: 86 Maintainer: Debian Accessibility Team Architecture: armhf Depends: libc6 (>= 2.4), libflite1 (>= 1.4-release-9~), brltty (= 6.7-1~bpo12+1) Size: 74328 SHA256: 55c0115384bcdd8827cb9c49f21582640d7824d02697e0dfd71fe87eeabc2d97 SHA1: af5d012ac9b260105016396be82ad5ac05cf8374 MD5sum: e0fdc61a90f8279df8de955fa76e31b2 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-1~bpo12+1_armhf.deb Package: brltty-speechd Source: brltty Version: 6.7-1~bpo12+1 Installed-Size: 90 Maintainer: Debian Accessibility Team Architecture: armhf Depends: libc6 (>= 2.4), libspeechd2 (>= 0.7.1), brltty (= 6.7-1~bpo12+1) Recommends: speech-dispatcher Size: 74816 SHA256: d54c19cb478d0c6df50443731dfe1db70189d726067ddd98ae672e33f7c880ca SHA1: e65a9e7a9d8b7aca1c0689f51e2d913cf282473a MD5sum: bc73c7faac4b2a36127f66decac184b2 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-1~bpo12+1_armhf.deb Package: brltty-x11 Source: brltty Version: 6.7-1~bpo12+1 Installed-Size: 134 Maintainer: Debian Accessibility Team Architecture: armhf Depends: libatspi2.0-0 (>= 2.9.90), libc6 (>= 2.4), libdbus-1-3 (>= 1.9.14), libx11-6 (>= 2:1.7.0), libxaw7 (>= 2:1.0.14), libxfixes3, libxt6, brltty (= 6.7-1~bpo12+1) Recommends: xbrlapi Size: 92112 SHA256: 039c27f65e4c064d9b4ebba2a4614d08586f3a645728110315b405fae23c8cd7 SHA1: 18c10dd3a3e5a0ff5418516f6d54412960f42c66 MD5sum: b44540b5a0810e853c107f16af45a112 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-1~bpo12+1_armhf.deb Package: btag Version: 1.4.1-0.1~bpo12+1 Installed-Size: 120 Maintainer: Fernando Tarlá Cardoso Lemos Architecture: armhf 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.5), libstdc++6 (>= 5.2), libtag1v5 (>= 1.9.1-2.2~) Size: 49860 SHA256: 408de781db05626717393ab7a79ab66bf1f1784350d0511894e3911461748b48 SHA1: bcaeb2b0b0ca01c69d765139e0e27589b807efa1 MD5sum: 2fa686bda0ee05328c4f24255a61a664 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_armhf.deb Package: btrfs-progs Version: 6.12-1~bpo12+1 Installed-Size: 3932 Maintainer: Nicholas D Steeves Architecture: armhf 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: 817096 SHA256: e3e5584db115f371ff6998a33f1d62e9a5483453f2f63251559774fffe6a8b01 SHA1: 17dd16930f32cec6f405f0a4f3c949716f28b982 MD5sum: 6e05d58b2348d3b28e966bb8825996e5 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.12-1~bpo12+1_armhf.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: 681 Maintainer: Robert Edmonds Architecture: armhf 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: 162320 SHA256: 66916d05ef6001b4b074c3c3b82a5aed378ee19fcbb612717784f4da8a535078 SHA1: 41d0838bc0b217248581c569e16d3e7d9c159cc4 MD5sum: d0a15b8b2639da7c2e390b8e458e760e 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_armhf.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: 8723 Maintainer: Jonathan Carter Architecture: armhf Depends: os-prober, kpackagetool5, libc6 (>= 2.34), libcrypt1 (>= 1:4.1.0), libgcc-s1 (>= 3.5), 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: 4003948 SHA256: 90b9ecdeb072a070ae548a5975c3b24e94c3bfa632bd44f252e7730dca5e7b48 SHA1: d3e8f3f84c610f5bca517632c369d5de4adda7ee MD5sum: d6703d544a15235c22176994d9be3859 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_armhf.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: armhf Depends: mapserver-bin Suggests: mapserver-doc, libmapscript-perl, php-mapscript-ng, python3-mapscript Size: 72076 SHA256: 94296543837afa3563447154a39766a961f9f8adc1589f2a1202bb595963e27f SHA1: 246947e655d65bb2b71500a7dc9a6a2f1a860937 MD5sum: 9687b169e3f93d0fa7ce0801bfff206f 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_armhf.deb Package: ckermit Version: 414~beta11-3~bpo12+1 Installed-Size: 2311 Maintainer: John Goerzen Architecture: armhf 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: 1015876 SHA256: bf1b4caf21a8de47614d7fee40d74fc3e03fed44e80637c9bc1fbf493153e847 SHA1: 1f94ce514f720849671f23586e568f4c53010800 MD5sum: 8937c48f3dec48c8f6f056bcf29c82aa 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_armhf.deb Package: cl-brlapi Source: brltty Version: 6.7-1~bpo12+1 Installed-Size: 95 Maintainer: Debian Accessibility Team Architecture: all Depends: cl-cffi, libbrlapi0.8 Size: 75472 SHA256: 485fbd6f6577ac0e4aa2f2f80a7459e97ce81892d3adadc49b1da85697bf2d58 SHA1: 07bc0324dc77790aef8d2a0b17eac80866ae0c43 MD5sum: 8dd3cf40ae8c99bcec503a3e1cc12b5b 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-1~bpo12+1_all.deb Package: cl-speech-dispatcher Source: speech-dispatcher Version: 0.12.0-3~bpo12+1 Installed-Size: 55 Maintainer: Debian TTS Team Architecture: all Depends: cl-regex Size: 15504 SHA256: f37740cd5a00ec788c2ad06512b3d17d3c2619822a7d275f9eb75a123125b160 SHA1: 5de11607fbb881b519e1f4aa35ad6e9f32842b26 MD5sum: c62c9c859d83c3ab6c3ac7efc62d6fe8 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-3~bpo12+1_all.deb Package: claws-mail Version: 4.3.1-1~bpo12+1 Installed-Size: 3367 Maintainer: Ricardo Mones Architecture: armhf 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: 1616916 SHA256: 0f995a81c52d4202f926336015e7d96b8c33aa6b03db8df08893d571f04ad418 SHA1: 5ed9c1ea73941e65c894573e83d596865c135091 MD5sum: 2998e9651c7b821a140d088cee871e6b 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_armhf.deb Package: claws-mail-acpi-notifier Source: claws-mail Version: 4.3.1-1~bpo12+1 Installed-Size: 335 Maintainer: Ricardo Mones Architecture: armhf Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.12.0), libgtk-3-0 (>= 3.9.12), claws-mail (= 4.3.1-1~bpo12+1) Size: 311276 SHA256: 7cfd7abfd07f333692a3245fae3f3516d333e097a7fd5533ced585a30c76128f SHA1: 11449e129f815e6325f5b143839cba2c30b1bdb7 MD5sum: cc2262c6fbf8c83b9a58228c7e75ab63 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_armhf.deb Package: claws-mail-address-keeper Source: claws-mail Version: 4.3.1-1~bpo12+1 Installed-Size: 334 Maintainer: Ricardo Mones Architecture: armhf Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.16.0), libgtk-3-0 (>= 3.0.0), claws-mail (= 4.3.1-1~bpo12+1) Size: 310992 SHA256: be339ca8022fd76e7aaa7fa18fb1485ed8a9401b8cd94efa5056070bc9e3e1ee SHA1: f3c9ea7417b246de1a3adbf62783227d81cc51da MD5sum: 0d3516016a89cb6ac5ef7c52fe8585a6 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_armhf.deb Package: claws-mail-archiver-plugin Source: claws-mail Version: 4.3.1-1~bpo12+1 Installed-Size: 362 Maintainer: Ricardo Mones Architecture: armhf 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: 323188 SHA256: cb8071cfc66926d41d5be079ad89e559333fbfe230d2bad38349dfb072b96e6d SHA1: 7bef599769184a999352b879c7aa7e28c188c9e3 MD5sum: 6967daa4dbfdff03c3bf288052edccf3 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_armhf.deb Package: claws-mail-attach-remover Source: claws-mail Version: 4.3.1-1~bpo12+1 Installed-Size: 334 Maintainer: Ricardo Mones Architecture: armhf Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.12.0), libgtk-3-0 (>= 3.0.0), claws-mail (= 4.3.1-1~bpo12+1) Size: 310948 SHA256: ae3d380f522bc08c7b75387bc84c222fbc3565c240ccc174331d2236315c2be8 SHA1: b5054d3d4632c5c6f37508355cbedd417b56f1c0 MD5sum: 9370630174852e748fe4c52991e64280 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_armhf.deb Package: claws-mail-attach-warner Source: claws-mail Version: 4.3.1-1~bpo12+1 Installed-Size: 334 Maintainer: Ricardo Mones Architecture: armhf Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.12.0), libgtk-3-0 (>= 3.16.2), claws-mail (= 4.3.1-1~bpo12+1) Size: 310912 SHA256: 853f6e5353b4b0a69755ec1f94ad2d503b3253e9ebc231a4fde2d74c41eaf21e SHA1: 1b19fc26eac90a99342e68d55a34564a0711180b MD5sum: 1807060f401070cf7ec4dc3fab5256b3 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_armhf.deb Package: claws-mail-bogofilter Source: claws-mail Version: 4.3.1-1~bpo12+1 Installed-Size: 346 Maintainer: Ricardo Mones Architecture: armhf 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: 315904 SHA256: 8d37f014ba229994c1056b952e621500e709a6918792c02b7b2a5d4ca044456a SHA1: 69a3aca71451ae15725ab937ba1c4293d59254a9 MD5sum: c5b5010a4b961c19b199cff8894dedaf 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_armhf.deb Package: claws-mail-bsfilter-plugin Source: claws-mail Version: 4.3.1-1~bpo12+1 Installed-Size: 338 Maintainer: Ricardo Mones Architecture: armhf 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: 313128 SHA256: b6680d421d65ca7a0902ff40a6ea74407551808c81532aa35ba36dd55e14c902 SHA1: ea55011755c16dedc3cd31394bc6cd0cc5f4e390 MD5sum: d0a895dbcd08f7fb6700cd190fcbb145 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_armhf.deb Package: claws-mail-clamd-plugin Source: claws-mail Version: 4.3.1-1~bpo12+1 Installed-Size: 347 Maintainer: Ricardo Mones Architecture: armhf 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: 317704 SHA256: 72dfa3c22ccf856ed516f074640507d1bc68963802f71a104faa5c67386e6d6e SHA1: e46b0e545e8bba6bc6f441828998b352a31e8368 MD5sum: 301bb2098f540f2971aa04c64fa0f548 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_armhf.deb Package: claws-mail-dillo-viewer Source: claws-mail Version: 4.3.1-1~bpo12+1 Installed-Size: 331 Maintainer: Ricardo Mones Architecture: armhf Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.12.0), libgtk-3-0 (>= 3.16.2), claws-mail (= 4.3.1-1~bpo12+1), dillo Size: 310592 SHA256: 665cc5cc214716d88790dfa4b9dc04840000dfc8f49ecec06f7cc7da982a280d SHA1: 30b2c8aaa9430c346554d765a1128174a70e63a9 MD5sum: 1d75b48f10f6cf84db78af43e43a834e 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_armhf.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: 360 Maintainer: Ricardo Mones Architecture: armhf 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: 318604 SHA256: 817723a98ca07bc53e4068bc0828416266cc1237add5688792315126caa99bd5 SHA1: 3474288e9d8eed0ee9d930100021e06039bd3296 MD5sum: 7f5fc3e2a418acc3d0375187b9831bbb 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_armhf.deb Package: claws-mail-feeds-reader Source: claws-mail Version: 4.3.1-1~bpo12+1 Installed-Size: 414 Maintainer: Ricardo Mones Architecture: armhf 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: 347208 SHA256: 8a804f84d2ae4baf960edf352fa4e018703e47e9b045483209ea5e4ac1e16fcb SHA1: 068393ddd15fdb1384fb21e87cede973d09a1afe MD5sum: 4424e91dae6d0b1deecdaaa23ddb4b8f 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_armhf.deb Package: claws-mail-fetchinfo-plugin Source: claws-mail Version: 4.3.1-1~bpo12+1 Installed-Size: 331 Maintainer: Ricardo Mones Architecture: armhf Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.12.0), libgtk-3-0 (>= 3.0.0), claws-mail (= 4.3.1-1~bpo12+1) Size: 309948 SHA256: e830d0dc98f1e5f28ff25b909434dd826631538b4902fa42ed076c419f1e5771 SHA1: de6e4e58d2d4c356124c103d63493e2e64ae28f6 MD5sum: 328ddedf7ef9f626a66a0ffa07eca079 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_armhf.deb Package: claws-mail-gdata-plugin Source: claws-mail Version: 4.1.1-4~bpo12+1 Installed-Size: 322 Maintainer: Ricardo Mones Architecture: armhf Depends: libc6 (>= 2.4), 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: 293524 SHA256: b2abc60b58040b193753dd911296ca6bcd5555047e9a5dc451f67e530e47992f SHA1: 8ff1a81b83b33e7ae951c425cb4a50140fc39167 MD5sum: 9e62927e4d24219217c888b836ce3ec5 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_armhf.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: 334 Maintainer: Ricardo Mones Architecture: armhf Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.12.0), libgtk-3-0 (>= 3.16.2), claws-mail (= 4.3.1-1~bpo12+1) Size: 310804 SHA256: 5975d224df6d2c0e48112e10195c5c117eaceeacbfba0f062ad5ca216dc4e8c3 SHA1: 18a087ec4714ea33ce1ba38f6321ebb51a822266 MD5sum: aa49a8fbaf4d541f9a989fc4ed28bd86 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_armhf.deb Package: claws-mail-libravatar Source: claws-mail Version: 4.3.1-1~bpo12+1 Installed-Size: 347 Maintainer: Ricardo Mones Architecture: armhf 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: 317184 SHA256: f591a3118aa88c658236169fc0a4799a46983e61f594512460ce119039803ce3 SHA1: ea57eafcd8851950b84a19ebcc87d8b4858f1a21 MD5sum: 20d069bf377c5c01aaf458ab9d969ee2 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_armhf.deb Package: claws-mail-litehtml-viewer Source: claws-mail Version: 4.3.1-1~bpo12+1 Installed-Size: 899 Maintainer: Ricardo Mones Architecture: armhf Depends: libc6 (>= 2.32), libcairo2 (>= 1.10.0), libcurl3-gnutls (>= 7.16.2), libgcc-s1 (>= 3.5), 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: 526344 SHA256: 8f137366304321d50f3333224c13f54c4514d123c406c98e7d7ead074743b253 SHA1: af7cd19145e3d7bac8f328dc7dc4f6f8519616e6 MD5sum: f311b59134c439c4695f9c9609f04f01 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_armhf.deb Package: claws-mail-mailmbox-plugin Source: claws-mail Version: 4.3.1-1~bpo12+1 Installed-Size: 398 Maintainer: Ricardo Mones Architecture: armhf 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: 339620 SHA256: 92195eb6cf1490ef73c2f802b0ea2dd2144eaf4ad1a7f8fa679149c40ea7af1d SHA1: 10eb17f2ae0d65ab7eb49c4ad8d009c1e05df178 MD5sum: 43832dd5679acaa02a8bbe14b810f582 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_armhf.deb Package: claws-mail-managesieve Source: claws-mail Version: 4.3.1-1~bpo12+1 Installed-Size: 367 Maintainer: Ricardo Mones Architecture: armhf Depends: libc6 (>= 2.7), 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: 325792 SHA256: 9497a8361946ba8e139ed2cc23ff6c3250666dbfb3a61b5dcc1b32ec8135f5dc SHA1: a9d931d5c143986588942e8eed2e026191f259a8 MD5sum: 2f70b21c8153435d762c3f17976892b8 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_armhf.deb Package: claws-mail-multi-notifier Source: claws-mail Version: 4.3.1-1~bpo12+1 Installed-Size: 424 Maintainer: Ricardo Mones Architecture: armhf Depends: libc6 (>= 2.4), 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: 347564 SHA256: 6003b742a4d5bd2bb5f68391601d5365620c00ac127ea0607d521b8f593b805a SHA1: af90f66e01863953584a9a66ec936dbd38458c96 MD5sum: 75959320ecb20a29545b88730f9ab50e 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_armhf.deb Package: claws-mail-newmail-plugin Source: claws-mail Version: 4.3.1-1~bpo12+1 Installed-Size: 327 Maintainer: Ricardo Mones Architecture: armhf Depends: libc6 (>= 2.4), claws-mail (= 4.3.1-1~bpo12+1) Size: 308032 SHA256: 639870f118db079317b9c36cb91f5d74103d9d67cf056e0bd859e77ee5f843aa SHA1: 36e5cd088c2549413a36a4f57ec82fae3979782a MD5sum: d228c89ccf3e03a2f75266e453aaa91c 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_armhf.deb Package: claws-mail-pdf-viewer Source: claws-mail Version: 4.3.1-1~bpo12+1 Installed-Size: 354 Maintainer: Ricardo Mones Architecture: armhf Depends: libc6 (>= 2.4), 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: 319884 SHA256: b2fa476a118f26d8a206abcd5c52bd085106d687d6124166674f7cc8d6c701fa SHA1: 421899f99f09b4fadd5692bef9545ab4c277f904 MD5sum: d7c10c7c62bbe502c69fe946ef8aadc1 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_armhf.deb Package: claws-mail-perl-filter Source: claws-mail Version: 4.3.1-1~bpo12+1 Installed-Size: 388 Maintainer: Ricardo Mones Architecture: armhf 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: 333720 SHA256: 4fc64ed5d2b5e0a48870952e21ce2d44a47a7a80aa6fe522e78b6bab9e860fe8 SHA1: c6651f1aea16f6e955e1be6aca451335df0cd25c MD5sum: 8e0bd90243c8b5b41ed98dbcc583c07b 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_armhf.deb Package: claws-mail-pgpinline Source: claws-mail Version: 4.3.1-1~bpo12+1 Installed-Size: 340 Maintainer: Ricardo Mones Architecture: armhf Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.35.8), libgpgme11 (>= 1.1.2), claws-mail (= 4.3.1-1~bpo12+1), claws-mail-pgpcore Size: 312400 SHA256: 72d9f5ef5e533135e8d1ddf8f9580ae3b4e23cee40fa23f5433895904e1b2f43 SHA1: 0cde69e56b9253b931b4057a9170d95fad6116b9 MD5sum: 25ffbe5f804a8152b3f06e74d2232291 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_armhf.deb Package: claws-mail-pgpmime Source: claws-mail Version: 4.3.1-1~bpo12+1 Installed-Size: 397 Maintainer: Ricardo Mones Architecture: armhf Provides: claws-mail-pgpcore Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.35.8), libgpg-error0 (>= 1.14), 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: 335104 SHA256: 2432a28fe5d28cbefc14ac76699b51c61e2c8f4d1f3f52aba8cb567384ae8696 SHA1: dc7c440e9bd0b15e5bd02b4511d613fcc16741b2 MD5sum: 3d3f2adb5055a4966ad4ed786209b73c 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_armhf.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: 415 Maintainer: Ricardo Mones Architecture: armhf 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: 335472 SHA256: 0014f01d5e7a6535a93fe468229d5237656b099283cfaf08dfec1a48c34c5816 SHA1: 3967a43725a94602383d18b263269e21da5b04e7 MD5sum: c289aea8ecf0ddb8806a2df7cdfdbf58 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_armhf.deb Package: claws-mail-smime-plugin Source: claws-mail Version: 4.3.1-1~bpo12+1 Installed-Size: 339 Maintainer: Ricardo Mones Architecture: armhf Depends: libc6 (>= 2.4), 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: 313376 SHA256: 8a8203eda9f2ec7935d3e384a67c8d19e559c91b26ed7767ee5e0d2ab56ebeb6 SHA1: 1547961992f0fbe0660488562b0940d88a0b0c8f MD5sum: ed106ac929725ceff2831720e9edaf4e 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_armhf.deb Package: claws-mail-spam-report Source: claws-mail Version: 4.3.1-1~bpo12+1 Installed-Size: 335 Maintainer: Ricardo Mones Architecture: armhf Depends: libc6 (>= 2.4), 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: 311292 SHA256: 1d30ebcb013eb036928611dd8db400de4c95a41de713a3c1fa012d299cea4f16 SHA1: dd5614ff7004375767263c3adf5742ebe961a796 MD5sum: 2db883e393a39386bebcb30c08a77703 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_armhf.deb Package: claws-mail-spamassassin Source: claws-mail Version: 4.3.1-1~bpo12+1 Installed-Size: 361 Maintainer: Ricardo Mones Architecture: armhf Depends: libc6 (>= 2.7), 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: 325044 SHA256: a87a5a31418c1fc497d0915b0f2fd69a4a27dfef9ceb33e35e0519fc091522fe SHA1: 91a069d44fd46d54ac8f997f8c073bc895fedfdb MD5sum: 4d3503cbf8bf743260932052122d6d88 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_armhf.deb Package: claws-mail-tnef-parser Source: claws-mail Version: 4.3.1-1~bpo12+1 Installed-Size: 338 Maintainer: Ricardo Mones Architecture: armhf Depends: libc6 (>= 2.33), libglib2.0-0 (>= 2.12.0), libytnef0, claws-mail (= 4.3.1-1~bpo12+1) Size: 312860 SHA256: 8a43b87e9a606504c29014a5be5ec06c3559f157160264826f646efbca7a3ed6 SHA1: 4ae75c367f18166784de84dfedf0bc33d7406af7 MD5sum: a1c1a1022e1108d0588bf3cb05c516b3 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_armhf.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: 468 Maintainer: Ricardo Mones Architecture: armhf 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: 373204 SHA256: 61b9f94e364524382f0851bba26e4b2f1b945bf1c1652c6820b90ce00ae60020 SHA1: dbd0bd3cffd0c53b527bf1425e3ef087513164c9 MD5sum: 9668c1b3ed5dfbbb63cd962fc5a14bab 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_armhf.deb Package: clawsker Version: 1.4.0-1~bpo12+1 Installed-Size: 496 Maintainer: Ricardo Mones Architecture: all Depends: perl:any, libgtk3-perl, liblocale-gettext-perl, libfile-which-perl Recommends: claws-mail Enhances: claws-mail Size: 112172 SHA256: 56e6465947e0f4d1200385e1fd58278aa9bd8a876150b0e5992d55608b3dea10 SHA1: fa20ae053387307a2c8baf63977397408db11047 MD5sum: 10f3294ef5ce8641e976dd445ca0889b 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.0-1~bpo12+1_all.deb Package: cloudflare-ddns Version: 2.1.0-2~bpo12+1 Installed-Size: 82 Maintainer: Andrea Pappacoda Architecture: armhf Depends: systemd | systemd-standalone-sysusers | systemd-sysusers, libc6 (>= 2.34), libcloudflare-ddns2 (>= 2.0.0), libcurl4 (>= 7.16.2), libgcc-s1 (>= 3.5), libinireader0 (>= 48), libstdc++6 (>= 5.2) Recommends: systemd | systemd-standalone-sysusers | opensysusers Size: 21768 SHA256: be419256b2215a948c540042ebd18c5df54e237ad4f9fa22b1a0185c79c5d35f SHA1: 2024f9364d42733f18bbbcbaf2574cc84feb41d4 MD5sum: 4062f3212ae842c3812c22634cf125d6 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_armhf.deb Package: cmake Version: 3.31.6-1~bpo12+1 Installed-Size: 22569 Maintainer: Debian CMake Team Architecture: armhf Depends: cmake-data (= 3.31.6-1~bpo12+1), procps, libarchive13 (>= 3.3.3), libc6 (>= 2.34), libcurl4 (>= 7.16.2), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.5), libjsoncpp25 (>= 1.9.5), librhash0 (>= 1.2.6), libstdc++6 (>= 12), libuv1 (>= 1.38.0), zlib1g (>= 1:1.2.3.3) Recommends: gcc, make Suggests: cmake-doc, cmake-format, elpa-cmake-mode, ninja-build Size: 5630180 SHA256: abed706a3137c90bf1b3f4e856293efd04da3e16b191aa99830278eac7d36e5a SHA1: 7ee7667af4c5d23264d91cf5e81b559db91a474e MD5sum: f58bb8ea9cc9bca8d02981ab30a75ab4 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-1~bpo12+1_armhf.deb Package: cmake-curses-gui Source: cmake Version: 3.31.6-1~bpo12+1 Installed-Size: 6947 Maintainer: Debian CMake Team Architecture: armhf Depends: cmake (= 3.31.6-1~bpo12+1), libarchive13 (>= 3.3.3), libc6 (>= 2.34), libcurl4 (>= 7.16.2), libgcc-s1 (>= 3.5), libjsoncpp25 (>= 1.9.5), libncurses6 (>= 6), librhash0 (>= 1.2.6), libstdc++6 (>= 12), libtinfo6 (>= 6), libuv1 (>= 1.38.0), zlib1g (>= 1:1.2.3.3) Size: 3026016 SHA256: bcbf4fc89a90b938ead7dd78ffcf7eb004cfea71f329f4acda49867b757e9928 SHA1: 5790fbe0f0426b8cec7393acdb9f64fdf15a6473 MD5sum: 1cc3a5c2a0454fe60a80255bf25b2c54 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-1~bpo12+1_armhf.deb Package: cmake-data Source: cmake Version: 3.31.6-1~bpo12+1 Installed-Size: 11880 Maintainer: Debian CMake Team Architecture: all Size: 2265224 SHA256: 90c344b5fa3d95946604a71dbbdaf473f8c4e893bb78764a1e043bb6d1c7b262 SHA1: 92c6a2eb218d7b5ab0711f74a858e2935837b9eb MD5sum: 68d270501160b96f518c50b9b6f964ec 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-1~bpo12+1_all.deb Package: cmake-doc Source: cmake Version: 3.31.6-1~bpo12+1 Installed-Size: 34906 Maintainer: Debian CMake Team Architecture: all Depends: cmake-data (= 3.31.6-1~bpo12+1), libjs-sphinxdoc (>= 5.2) Recommends: doc-base Suggests: cmake Size: 2586300 SHA256: 73cdca13a34fc680cdddc0ff5b4abb93fa359c71df491bbac325f8798c45f5d2 SHA1: 3a18a66e0308ab2a3268ef7f8e12618b9f821da9 MD5sum: 8576682487a2a0b7c03b60d3ac80e538 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-1~bpo12+1_all.deb Package: cmake-qt-gui Source: cmake Version: 3.31.6-1~bpo12+1 Installed-Size: 7259 Maintainer: Debian CMake Team Architecture: armhf Provides: cmake-gui Depends: cmake (= 3.31.6-1~bpo12+1), libarchive13 (>= 3.3.3), libc6 (>= 2.34), libcurl4 (>= 7.16.2), libgcc-s1 (>= 3.5), 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.2.3.3) Size: 3140096 SHA256: aeccc3103fc646cda86e5d3bc912bb9375d5b41d1fbbaa37e4a502cd48dfbd83 SHA1: 8d7dc7c99394b8683490e1fc3f8cf1d6493730b7 MD5sum: cb8dedcf0c524dde298fc1be5585faf5 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-1~bpo12+1_armhf.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: 160 Maintainer: Utopia Maintenance Team Architecture: armhf 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: 69896 SHA256: a129ef64242135592a88afec1e8e7e3489a15a876121bdec4c7efdaec17929f2 SHA1: 186f27655ae940bda767598d28cec6a83d8ce6fe MD5sum: 73f33d2fec2272ba05dfa0f5c3791012 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_armhf.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: 876 Maintainer: Utopia Maintenance Team Architecture: armhf Replaces: cockpit-test-assets Provides: cockpit-test-assets Depends: libc6 (>= 2.4), libpam0g (>= 0.99.7.1), cockpit-system (>= 329-1~bpo12+1), openssh-client Conflicts: cockpit-test-assets Size: 764364 SHA256: 36732258e0287ab331dc528bb03dc24807ee202e6deb3864d3a4df898e21ea9b SHA1: 28945b7a01eb52a144205f80e6d6c455c3796263 MD5sum: 62e0ef96befc99a60ae63f2cfd812e11 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_armhf.deb Package: cockpit-ws Source: cockpit Version: 335-2~bpo12+1 Installed-Size: 1621 Maintainer: Utopia Maintenance Team Architecture: armhf 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: 871244 SHA256: 1fab9726169412c029b8cca5e4dd46ceb49f2ddbbcb5425133d79ba595ef1790 SHA1: 579aaa7e5470ad97b381d7dede5100a0ccbce07d MD5sum: a6999ab2cfaf7e2f9c8b5d9ab478368e 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_armhf.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: 146 Maintainer: Theodore Y. Ts'o Architecture: armhf 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: 54952 SHA256: 92a8c617f5041ff336cbb80b8ea2c7b87036ce24c20bd3ddd774e57836956d6f SHA1: 7f8cd57ba100c6e35074795f7775da170621292e MD5sum: d7bf0b5582485c4f235a94ad5aeefb3a 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_armhf.deb Package: containers-storage Source: golang-github-containers-storage Version: 1.48.1+ds1-2~bpo12+1 Installed-Size: 6437 Maintainer: Debian Go Packaging Team Architecture: armhf Depends: libc6 (>= 2.34), libdevmapper1.02.1 (>= 2:1.02.97) Size: 1964396 SHA256: e067f07b308389b9a307b1d04a7e7eb4356c0db5d0d85bce28154ef211bf8bc2 SHA1: 542298b4f47652a6ddd194df9dbe43732f00adee MD5sum: 4a6054c0d17d4de2628eecc41347bbe8 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_armhf.deb Package: copyq Version: 9.0.0-1~bpo12+1 Installed-Size: 4547 Maintainer: Debian QA Group Architecture: armhf Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.5), 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: 1345176 SHA256: 8f03f7e2a06987349d02ad9a5ab865cf8fee7d7da24e62fcc9f2abaffda2a304 SHA1: 5d17dd2f6ed143839a57a9c625b5e30b529922c1 MD5sum: 251b26275791ce5b469dc902f4cab92d 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_armhf.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: 1587 Maintainer: Debian QA Group Architecture: armhf Depends: copyq (= 9.0.0-1~bpo12+1), libc6 (>= 2.32), libgcc-s1 (>= 3.5), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.11.0~rc1) | libqt5gui5-gles (>= 5.11.0~rc1), libqt5widgets5 (>= 5.15.1), libstdc++6 (>= 11) Size: 455024 SHA256: f906add592e38f36c43f0804d3ac90777aa64b52454d59c85f59731de60b1e16 SHA1: a4fe783251287519995f99bcee2d288ae64dbeba MD5sum: 61018a527791c63fb9ef281aa206025e 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_armhf.deb Package: corectrl Version: 1.3.5+ds-1~bpo12+1 Installed-Size: 3166 Maintainer: Gürkan Myczko Architecture: armhf Depends: libbotan-2-19 (>= 2.19.3+dfsg), libc6 (>= 2.34), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.5), 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: 764308 SHA256: 9f1edfaf73093216136133c206910503cd8be48f5bff23299e65590d51209c2d SHA1: d67274d32ae208b6bd2259a4ae1667929a91f95e MD5sum: f948c2bfbbce7d70aa93d0029ce915ca 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_armhf.deb Package: cppgir Version: 0~git20231019.ff975ba-2~bpo12+1 Installed-Size: 656 Maintainer: Nicholas Guriev Architecture: armhf Depends: libc6 (>= 2.34), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.5), libstdc++6 (>= 11) Size: 252372 SHA256: 93701b34bb87e2ebc7e828018dd22db32bf86f3c4000ef89cf3f80601ddb4165 SHA1: 48398f1c1ee2f6b25678377b6087d2e53bae6ab6 MD5sum: be86e4c2d6a9f2ca081d4b7d5f5c578e 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_armhf.deb Package: ctdb Source: samba Version: 2:4.21.5+dfsg-1~bpo12+1 Installed-Size: 2738 Maintainer: Debian Samba Maintainers Architecture: armhf Depends: iproute2, psmisc, samba-libs (= 2:4.21.5+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), libtirpc3 (>= 1.0.2) Recommends: ethtool, python3:any, python3-etcd Suggests: lsof Size: 644024 SHA256: f80f1d69925558f27c0a8c1b2cb2079c6ef5e7874a73a01ac5605de9a8f97591 SHA1: 2faee42d6ba3ae7aa8850ab9a69a9d612a8ba3e2 MD5sum: 693e8b3870d30e570d82244c54b48e15 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.21.5+dfsg-1~bpo12+1_armhf.deb Package: curl Version: 8.12.1-3~bpo12+1 Installed-Size: 403 Maintainer: Debian Curl Maintainers Architecture: armhf Depends: libc6 (>= 2.34), libcurl3-gnutls (= 8.12.1-3~bpo12+1), zlib1g (>= 1:1.1.4) Size: 253724 SHA256: 7f566290fcdca499d529fb57ab67003540cd5dac4566927ded38992b582c3bd9 SHA1: 467920dc89ecd5d6a32b2539c3521989b19aae22 MD5sum: ff98b5c0cdd7752a68cc6a53ab986b44 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.12.1-3~bpo12+1_armhf.deb Package: cyrus-admin Source: cyrus-imapd Version: 3.8.1-1~bpo12+1 Installed-Size: 148 Maintainer: Debian Cyrus Team Architecture: armhf Depends: cyrus-common (>= 3.8.1), libcyrus-imap-perl (>= 3.8.1-1~bpo12+1), libc6 (>= 2.34), perl:any Suggests: sasl2-bin Size: 80468 SHA256: ffad03ef0fe379afe8434d2c076b8c8cc9759ca8e7ac7005252938dec3ef3f2e SHA1: d4dc3d72615df67edc58643f28905bb03816e88e MD5sum: 58d4f2c9d6e23a110cacd375a3520233 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.8.1-1~bpo12+1_armhf.deb Package: cyrus-caldav Source: cyrus-imapd Version: 3.8.1-1~bpo12+1 Installed-Size: 1102 Maintainer: Debian Cyrus Team Architecture: armhf Depends: cyrus-common (= 3.8.1-1~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: 588600 SHA256: ec2e373ab7da484b1ebaa9045a27f98c455b8d4773ef40a4b740cb0270c94361 SHA1: 2bfd4124f897a7c57ef71850dadfad0b3846ba5d MD5sum: 033c25c7684afa8bf84b9b99cbbb3b43 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.8.1-1~bpo12+1_armhf.deb Package: cyrus-clients Source: cyrus-imapd Version: 3.8.1-1~bpo12+1 Installed-Size: 141 Maintainer: Debian Cyrus Team Architecture: armhf Depends: cyrus-common (>= 3.8.1), libc6 (>= 2.34), libsasl2-2 (>= 2.1.28+dfsg), libssl3 (>= 3.0.0) Size: 85576 SHA256: 1f2996514b1545a01bee987706f155a73a9d2cd29a43927f0f139116fc208a09 SHA1: 3661369cebc0a9a8c8e0a5b37a371ef425bd0cf7 MD5sum: 854c183c6b65b74f634b5bbdf92538ae 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.8.1-1~bpo12+1_armhf.deb Package: cyrus-common Source: cyrus-imapd Version: 3.8.1-1~bpo12+1 Installed-Size: 3913 Maintainer: Debian Cyrus Team Architecture: armhf Depends: adduser, db-util, e2fsprogs, default-mta | mail-transport-agent, 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.5), 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.7.4), 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: 1236932 SHA256: 667cc64f4afdcf02252d126a1fdd2126a47a6597a678da9756a74f2a93e7b0fd SHA1: 11aefeaee84cea6a6d168a847e541e14efc0ae1a MD5sum: 2a59cf0cbd803e3077cd13dcdc322269 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.8.1-1~bpo12+1_armhf.deb Package: cyrus-dev Source: cyrus-imapd Version: 3.8.1-1~bpo12+1 Installed-Size: 302 Maintainer: Debian Cyrus Team Architecture: armhf Depends: cyrus-common (= 3.8.1-1~bpo12+1), libcyrus-imap-perl (>= 3.8.1-1~bpo12+1), libsasl2-dev Size: 87500 SHA256: 939b7cc65a66272ea16fc9da5136c1b88c2e9b115c6e45731bc63d18a101804c SHA1: 6141b59c800ac4c761d9a8685294e36344a0b5a9 MD5sum: ff6fe116d74c22a3bbf13dc97e3d7663 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.8.1-1~bpo12+1_armhf.deb Package: cyrus-doc Source: cyrus-imapd Version: 3.8.1-1~bpo12+1 Installed-Size: 1179 Maintainer: Debian Cyrus Team Architecture: all Size: 291516 SHA256: 989d53bdbef4aef5eb3b5a94b04c894848f4707040418e910e9ac3fabd44b297 SHA1: 0a02032dc7ce60742c5c1d4fffb5ca9d85ca4a02 MD5sum: 1da7c05b517393ae0c71f3e2812d44b7 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.8.1-1~bpo12+1_all.deb Package: cyrus-imapd Version: 3.8.1-1~bpo12+1 Installed-Size: 375 Maintainer: Debian Cyrus Team Architecture: armhf Replaces: cyrus-common (<< 3.2.3~) Provides: imap-server Depends: cyrus-common (= 3.8.1-1~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) Recommends: rsync Conflicts: imap-server Breaks: cyrus-common (<< 3.2.3~) Size: 202060 SHA256: 020417ea6603d86cae34679753b4f68ad77bf1d03c5b770fba52093a47a44a01 SHA1: 240882e684ea8c3b84a04d885e43717b9513d249 MD5sum: 2934f9c1b241aa622ecd5256dfec83e6 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.8.1-1~bpo12+1_armhf.deb Package: cyrus-murder Source: cyrus-imapd Version: 3.8.1-1~bpo12+1 Installed-Size: 113 Maintainer: Debian Cyrus Team Architecture: armhf Depends: cyrus-common (= 3.8.1-1~bpo12+1), cyrus-imapd (= 3.8.1-1~bpo12+1), cyrus-pop3d (= 3.8.1-1~bpo12+1), cyrus-clients (= 3.8.1-1~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: 71544 SHA256: f1fae2dc0bad7344f9fb96f3ffa1d00b0bd96564ae5e039a89bf59f63864062b SHA1: 09139c63bb68cf0eaf5fac4a62d681815c190b87 MD5sum: 4a9e41503f18935a51e2973ef1d66f5a 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.8.1-1~bpo12+1_armhf.deb Package: cyrus-nntpd Source: cyrus-imapd Version: 3.8.1-1~bpo12+1 Installed-Size: 240 Maintainer: Debian Cyrus Team Architecture: armhf Provides: news-transport-system Depends: cyrus-common (= 3.8.1-1~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: 133736 SHA256: 0556f258b9c3fef29f5406b499e2f76d7edb1f83d3358059dbd33dd7ba3e6957 SHA1: 1b13e83c43f83d0fc40283d96389107e67251987 MD5sum: b195003132517c0283c72e93a3482505 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.8.1-1~bpo12+1_armhf.deb Package: cyrus-pop3d Source: cyrus-imapd Version: 3.8.1-1~bpo12+1 Installed-Size: 200 Maintainer: Debian Cyrus Team Architecture: armhf Provides: pop3-server Depends: cyrus-common (= 3.8.1-1~bpo12+1), libc6 (>= 2.34), libcom-err2 (>= 1.43.9), libsasl2-2 (>= 2.1.28+dfsg), libwrap0 (>= 7.6-4~) Conflicts: pop3-server Size: 114232 SHA256: 3e6eb9fabcb7da5ed36a4ee831619d8389d36eb9743c12ffd98577d53008e464 SHA1: db7e949b7ed59c8ab0e10127947eee4f320a4920 MD5sum: 8dcb6a9ac1892fcb58dd274f8900967a 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.8.1-1~bpo12+1_armhf.deb Package: cyrus-replication Source: cyrus-imapd Version: 3.8.1-1~bpo12+1 Installed-Size: 366 Maintainer: Debian Cyrus Team Architecture: armhf Depends: cyrus-common (= 3.8.1-1~bpo12+1), cyrus-imapd (= 3.8.1-1~bpo12+1) | cyrus-pop3d (= 3.8.1-1~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: 133644 SHA256: 08d081a95b40c1ed3301d18690af15819f4125feb9057a887c2733b460376106 SHA1: 5f90e3b905c3fa8a8cdb3291937b99c4f2f7c6d9 MD5sum: b3baf7652d1d46c7619b1c002ab696e7 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.8.1-1~bpo12+1_armhf.deb Package: dar Version: 2.7.15-2~bpo12+1 Installed-Size: 1527 Maintainer: John Goerzen Architecture: armhf Depends: libdar64-6000 (= 2.7.15-2~bpo12+1), libc6 (>= 2.34), libgcc-s1 (>= 3.5), libstdc++6 (>= 11) Suggests: par2, dar-docs Size: 593880 SHA256: b320395868a8268d2a3a5d21b9cbcb6974742f2538c8b459e1f3ab25409551a3 SHA1: 18445598bd99c8334da62038fd91daedb5793577 MD5sum: 9658e20426018ebd84e72e8f7fdf96fb 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_armhf.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: 8458 Maintainer: John Goerzen Architecture: armhf Size: 2486664 SHA256: a26e44a305ca55bc441fc828d4fa5744aaa8681f61e66e7ae269e690a88f84f9 SHA1: 00ce08d267906cb1f78b7a4175bb5eadff5ec5c7 MD5sum: b350b95b3e228d7e04c4e28ba174ba93 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_armhf.deb Package: darkradiant Version: 3.9.0-1~bpo12+1 Installed-Size: 17340 Maintainer: Debian Games Team Architecture: armhf Depends: libc6 (>= 2.34), libftgl2 (>= 2.4.0), libgcc-s1 (>= 3.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: 6920168 SHA256: 1047112d0ae0339701b93b2d18517b8f28425d26bce2e41e2798bebf64e4ecb5 SHA1: 6c52772d1f419495156fd9a476ab53bb7b2dcf41 MD5sum: 377c4d935abe359783e0deeb819e2020 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_armhf.deb Package: darkradiant-plugins-darkmod Source: darkradiant Version: 3.9.0-1~bpo12+1 Installed-Size: 3391 Maintainer: Debian Games Team Architecture: armhf Depends: darkradiant (= 3.9.0-1~bpo12+1), libc6 (>= 2.34), libgcc-s1 (>= 3.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: 976268 SHA256: af922fb9c999099f5edb468093b0508fe466cfaff7703d9c4edb1b68abeb8802 SHA1: 9e75607e1538f83098bb6059a2203790c76df078 MD5sum: 4428b73c5d7ac5199b44b960f982b9cf 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_armhf.deb Package: dbus-broker Version: 36-1~bpo12+1 Installed-Size: 316 Maintainer: Utopia Maintenance Team Architecture: armhf 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.1~), libsystemd0 (>= 243), init-system-helpers (>= 1.52), systemd-sysv (>= 230), dbus-system-bus-common Recommends: dbus-bin Size: 142028 SHA256: 770390902b961c3bfb74097a20a79d4b7c788d8ed690bb7cf5fc1f5ba5d5ca76 SHA1: 948b6df97598ae93cde25551a484b0cb57154915 MD5sum: b333a76916327387a12f2ada60acd4fa 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-1~bpo12+1_armhf.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: debootstrap Version: 1.0.140~bpo12+1 Installed-Size: 324 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: 50194 SHA256: e6f86f2b40fb9e286ec80b69edf8aa8799bcf36dea9c1aff91e42a5b73ca40d4 SHA1: d8b233be6da7515d10cb8293f28b57cf49e0c4ab MD5sum: a099a7e08b3310b4eb0fe3e0743f3c68 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.140~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: 232 Maintainer: Debian Elfutils Maintainers Architecture: armhf Depends: libdebuginfod1 (= 0.192-4~bpo12+1), libarchive13 (>= 3.0.4), libc6 (>= 2.34), libdw1 (>= 0.177), libelf1 (>= 0.142), libgcc-s1 (>= 3.5), 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: 117432 SHA256: 031ae19dfa99120d38441690378c0849e320a9e0b0c029409d77ee98ddddea80 SHA1: 537dc8acbe4205fc70691f045b8da78a5ff2dd9d MD5sum: 1c5d83082f59f92ba6ef336396771842 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_armhf.deb Package: debusine-client Source: debusine Version: 0.10.0~bpo12+1 Installed-Size: 63 Maintainer: Raphaël Hertzog Architecture: all Depends: python3-debusine (= 0.10.0~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-responses, python3-rich, python3-tenacity, python3-yaml, python3:any (>= 3.11~), xkcdpass Enhances: dput-ng Size: 14652 SHA256: 38aa7c3fff2bc8b8b433cc7f3b4412b35473cabcdc8f7abe1c28f2f885f91f4b SHA1: 99ac3a3b5dab474d822ece4c7a6129b6b0500a86 MD5sum: 746a81d8d08b96027abe4aa888841601 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.10.0~bpo12+1_all.deb Package: debusine-doc Source: debusine Version: 0.10.0~bpo12+1 Installed-Size: 7941 Maintainer: Raphaël Hertzog Architecture: all Depends: libjs-sphinxdoc (>= 5.2), sphinx-rtd-theme-common (>= 1.2.0+dfsg) Size: 651304 SHA256: 9836f63fe4ba74fd374c85c389a7593dbe74026b38ce27916a3590d56cf89749 SHA1: 896a10e89e31eb06f41c807b3428e414b143898a MD5sum: 0bdcb7560911b91ae641d3803944757f 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.10.0~bpo12+1_all.deb Package: debusine-server Source: debusine Version: 0.10.0~bpo12+1 Installed-Size: 113 Maintainer: Raphaël Hertzog Architecture: all Depends: adduser, arch-test, daphne, dbconfig-pgsql | dbconfig-no-thanks, libjs-select2.js, python3-debusine-server (= 0.10.0~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: 21852 SHA256: c6e096c0f2737a456a68404dc8d9f8aa9b26b4e5f3d931acf4cd1bad01973598 SHA1: ec815582b2772e4269d2ea8f1545d68f4bca7fdb MD5sum: 8669854b19312f11a107a15ff83a82fd 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.10.0~bpo12+1_all.deb Package: debusine-signing Source: debusine Version: 0.10.0~bpo12+1 Installed-Size: 64 Maintainer: Raphaël Hertzog Architecture: all Depends: arch-test, dbconfig-pgsql | dbconfig-no-thanks, openssl, python3-debusine-signing (= 0.10.0~bpo12+1), python3-gpg, debconf (>= 0.5) | debconf-2.0, python3:any (>= 3.11~) Recommends: devscripts, sbsigntool Size: 16292 SHA256: acc0f1be0b102f81e1c645eb35a14534a56c5b7ed305c85418b97c11ef0f7e72 SHA1: 54f77c6d451b21147205272a2605fc65dd48e84a MD5sum: b6bddc222295c649bd76a9804282e257 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.10.0~bpo12+1_all.deb Package: debusine-worker Source: debusine Version: 0.10.0~bpo12+1 Installed-Size: 74 Maintainer: Raphaël Hertzog Architecture: all Depends: adduser, arch-test, python3-debusine (= 0.10.0~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: 21044 SHA256: c9ea855b9066e13b606602a52d29a20cf81a9b42219ab748d67b56001360d826 SHA1: 6272aab6e6f6bb6ccdf2b2c8889c16d7d757c045 MD5sum: 56fd78a213a78dade706204857e3a374 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.10.0~bpo12+1_all.deb Package: dgit Version: 12.11~bpo12+1 Installed-Size: 547 Maintainer: Ian Jackson 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: 221848 SHA256: 5651f8d2eb9c6cd204ca3ffd0374be932a7ce496710c099e07f45ebf3e8d03b3 SHA1: fd341eacf47fe6a4a3045907aecfb811401a3c87 MD5sum: a38e4775296d2c7da6bc054cc1b22210 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.11~bpo12+1_all.deb Package: dgit-infrastructure Source: dgit Version: 12.11~bpo12+1 Installed-Size: 237 Maintainer: Ian Jackson 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: 75096 SHA256: 7b9fdf3a0e0f9d4cc6a02aa35951658d0bfb9e470ee27a1bdddb7aa9a50705a3 SHA1: 0846eca2f9453b94e72b1624f8f0e3ddacf98a13 MD5sum: 1e733ff132ed74d08b45e4e26b0ea4ba Description: dgit server backend infrastructure This package contains tools which are useful for setting up a dgit git repository server. You probably want dgit, the client package, instead of dgit-infrastructure. Section: devel Priority: optional Filename: pool/main/d/dgit/dgit-infrastructure_12.11~bpo12+1_all.deb Package: dh-debputy Source: debputy Version: 0.1.67~bpo12+1 Installed-Size: 2640 Maintainer: Debputy Maintainers Architecture: all Provides: debputy (= 0.1.67~bpo12+1), debputy-plugin-gnome, debputy-plugin-grantlee, debputy-plugin-numpy3, debputy-plugin-perl-openssl, dh-sequence-debputy (= 0.1.67~bpo12+1), dh-sequence-installdebputy (= 0.1.67~bpo12+1), dh-sequence-zz-debputy (= 0.1.67~bpo12+1), dh-sequence-zz-debputy-rrr (= 0.1.67~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: 508512 SHA256: 4d9ca0f5dfc9726024660c3f9bec724d73846eb778c3616e6d85eae835220461 SHA1: dc34f969e88b99282d6ec5e4f182a120aaf1f657 MD5sum: ea863117061f755b13115f011a81be06 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~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: 104 Maintainer: Craig Small Architecture: armhf Depends: libc6 (>= 2.34), libpipeline1 (>= 1.0.0), perl:any, perl, debhelper, libdpkg-perl Size: 24372 SHA256: 5291311465802277b8648273f6a11677e1c481fb3c7afc5fdde96a4b82256c61 SHA1: cb0b5a65654cae4547da664aa61e2df3a03685f9 MD5sum: cf6fd6b0e81355e7801cc9c65a3b5445 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_armhf.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-8~bpo12+1 Installed-Size: 39 Maintainer: Martin-Éric Racine Architecture: all Replaces: dhcpcd5 (<< 1:10.1.0-8~bpo12+1~) Provides: dhcpcd Depends: dhcpcd-base (>= 1:10.1.0-8~bpo12+1~), sysvinit-utils (>= 3.05-4~) | lsb-base Recommends: wpasupplicant Suggests: dhcpcd-gtk Breaks: dhcpcd5 (<< 1:10.1.0-8~bpo12+1~) Size: 13628 SHA256: 155bf0512c9a439ad4ee8295dfa388eafa10e77fa20a4ea250667b03ed71e2d4 SHA1: 3fe3383b0107e835aa2dbd8e57fb78dfda430f8f MD5sum: 7ec4784e0aaaf6b9ffa7379a0f9372d5 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://roy.marples.name/projects/dhcpcd Section: net Priority: optional Filename: pool/main/d/dhcpcd/dhcpcd_10.1.0-8~bpo12+1_all.deb Package: dhcpcd-base Source: dhcpcd Version: 1:10.1.0-8~bpo12+1 Installed-Size: 345 Maintainer: Martin-Éric Racine Architecture: armhf Replaces: dhcpcd5 (<< 1:10.1.0-8~bpo12+1~) Provides: dhcp-client Depends: adduser, libc6 (>= 2.36), libssl3 (>= 3.0.0), libudev1 (>= 183) Suggests: resolvconf | openresolv | systemd-resolved Breaks: dhcpcd5 (<< 1:10.1.0-8~bpo12+1~) Size: 174372 SHA256: cca15c50c0d237658add53f77e35bfd2f0e3499640f2a7550314d53ef1be9d35 SHA1: 137c7a3756fc5383734f85197d0ee5758768fc06 MD5sum: e2a8f91b2d143fccb83427fdbe675401 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://roy.marples.name/projects/dhcpcd Section: net Priority: optional Filename: pool/main/d/dhcpcd/dhcpcd-base_10.1.0-8~bpo12+1_armhf.deb Package: dhcpcd5 Source: dhcpcd Version: 1:10.1.0-8~bpo12+1 Installed-Size: 24 Maintainer: Martin-Éric Racine Architecture: all Depends: dhcpcd (>= 1:10.1.0-8~bpo12+1~) Size: 11176 SHA256: 82dc9a6684575e4eb086318d9c91a193e8eb995ada6f15845a7441fcd1b85945 SHA1: f06a84338993b71bc1daaf95039dcdc46a635d4f MD5sum: 5d62cf98d1c975bc832b71fb00953f3f Description: DHCPv4 and DHCPv6 dual-stack client (dummy transitional package) This package depends on dhcpcd. It can safely be removed after upgrades. Homepage: https://roy.marples.name/projects/dhcpcd Section: oldlibs Priority: optional Filename: pool/main/d/dhcpcd/dhcpcd5_10.1.0-8~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.4.5-1~bpo12+1 Installed-Size: 3337 Maintainer: Debian XMPP Maintainers Architecture: armhf 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.5), libgcrypt20 (>= 1.10.0), libgdk-pixbuf-2.0-0 (>= 2.23.0), libgee-0.8-2 (>= 0.20.0), libglib2.0-0 (>= 2.67.3), 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), libpango-1.0-0 (>= 1.14.0), libqrencode4 (>= 3.2.0), libsignal-protocol-c2.3.2 (>= 2.3.3), 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.4.5-1~bpo12+1), libgtk-4-media-gstreamer Recommends: ca-certificates, dbus, fonts-noto-color-emoji, network-manager Breaks: dino-im-common (<< 0.1.0-5~) Size: 1085004 SHA256: 9574eb28c5b0af3f714d365fb79776ead6d36e56f606983f88c4358dc6c64654 SHA1: eb63007f9aa9e75c8b1dca8fba006d62c7cc776e MD5sum: a3e0bf6ba47cc7a25c8e9b60525f33ac 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.4.5-1~bpo12+1_armhf.deb Package: dino-im-common Source: dino-im Version: 0.4.5-1~bpo12+1 Installed-Size: 860 Maintainer: Debian XMPP Maintainers Architecture: all Breaks: dino-im (<< 0.1.0-5~) Size: 137648 SHA256: da309939f6efb9fc602619ee284ad19ec95bfbb890edd3c0b5f774331a064928 SHA1: bf8c6117d92063ec1a82e79adef61d5f364b7cbd MD5sum: 3c0cd5e944cceaca12f91a6bf6c9a8d2 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.4.5-1~bpo12+1_all.deb Package: directx-headers-dev Source: directx-headers Version: 1.614.1-1~bpo12+1 Installed-Size: 3497 Maintainer: Debian X Strike Force Architecture: armhf Size: 243228 SHA256: 76ff351d8b008a9ba9854b180208fd2d3df8fe00c1d7dcaf24c12c12f5bee88d SHA1: 2ab1ea10b84b1749ac2e6076c61167b4e58af428 MD5sum: 88988762741a26b10aac5e1344805ee9 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_armhf.deb Package: distribution-gpg-keys Version: 1.110+ds-1~bpo12+1 Installed-Size: 1097 Maintainer: RPM packaging team Architecture: all Size: 540712 SHA256: 43ff759ab3cb9961abc432f00163a770f7331da86fc84837221b4905b34213df SHA1: 9b89272f9b3f91452fb4c13cc663d32a6cbaf972 MD5sum: 1a7ffbd150958c873c6c43221a649084 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 - 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.110+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.2.1-3~bpo12+1 Installed-Size: 945 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: 122152 SHA256: 629d766d681404b5ccd3b652cd9fb565fe0ab9d20360f990a474ff136a042faf SHA1: c4af7cb89a8187bcb3927c1befb5ef126a02a5eb MD5sum: 92b35a1c91b9374cab78cee1e52aeebd 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.2.1-3~bpo12+1_all.deb Package: dovecot-auth-lua Source: dovecot Version: 1:2.3.21.1+dfsg1-1~bpo12+1 Installed-Size: 1380 Maintainer: Dovecot Maintainers Architecture: armhf Depends: dovecot-core (= 1:2.3.21.1+dfsg1-1~bpo12+1), libc6 (>= 2.4), libgcc-s1 (>= 3.5) Size: 1382628 SHA256: 9386afb1935cc9acf73ba03c5cd9474824a4b2cae53b78e9581cf2b735d807a0 SHA1: 3d54d2bebf8d097c2cc77a40cc860cc57fb247d0 MD5sum: 5be5e3f7da9d8ecc5f40e8a82a272201 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_armhf.deb Package: dovecot-core Source: dovecot Version: 1:2.3.21.1+dfsg1-1~bpo12+1 Installed-Size: 8658 Maintainer: Dovecot Maintainers Architecture: armhf 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), libgcc-s1 (>= 3.5), 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), libunwind8, 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: 4236348 SHA256: c402f0c0c76e58c0962b6dfb4f12236b90393e929494bdd753a79688adc63837 SHA1: 781a27449be94d475ab1fd797d0dc79188f3ca0a MD5sum: 6e9c95387c4e3d620f15f5d86b19eb26 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_armhf.deb Package: dovecot-dev Source: dovecot Version: 1:2.3.21.1+dfsg1-1~bpo12+1 Installed-Size: 3599 Maintainer: Dovecot Maintainers Architecture: armhf 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: 1761264 SHA256: 9ee64b911d5127c99695668863b64a9ad305b084a17c308670cb0732e5554cb6 SHA1: 1635c0cded808dbfdd85396a89d3a8e7bb61bec4 MD5sum: c7bfbaeaead39d1ba928828a63b755e7 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_armhf.deb Package: dovecot-fts-xapian Version: 1.9.1-1~bpo12+1 Installed-Size: 98 Maintainer: Joseph Nahmias Architecture: armhf Provides: fts-xapian Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.5), 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: 43448 SHA256: a039620f548eb1c2e376a8d05d8eb01d9c78db350aa4efb4d0b6d7876097261c SHA1: 634c9e153db84dc68190d98df077588d86791894 MD5sum: 881664e5762448de2e978c5b114e8066 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_armhf.deb Package: dovecot-gssapi Source: dovecot Version: 1:2.3.21.1+dfsg1-1~bpo12+1 Installed-Size: 1374 Maintainer: Dovecot Maintainers Architecture: armhf Depends: dovecot-core (= 1:2.3.21.1+dfsg1-1~bpo12+1), libc6 (>= 2.4), libgcc-s1 (>= 3.5), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.6.dfsg.2) Size: 1379192 SHA256: 5f4be9da11f30e544c58c4960e6f2f2b7f11a1f4a90992adffc5d6dc25dce202 SHA1: 72902279c27b7058c3dc86396a6f83026379e050 MD5sum: 7d9bda0b620c3e459858c3befd020a07 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_armhf.deb Package: dovecot-imapd Source: dovecot Version: 1:2.3.21.1+dfsg1-1~bpo12+1 Installed-Size: 1763 Maintainer: Dovecot Maintainers Architecture: armhf Provides: imap-server Depends: dovecot-core (= 1:2.3.21.1+dfsg1-1~bpo12+1), ucf, libbz2-1.0, libc6 (>= 2.34), libgcc-s1 (>= 3.5), liblz4-1 (>= 0.0~r130), liblzma5 (>= 5.1.1alpha+20120614), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4) Suggests: ufw Size: 1526836 SHA256: 1c0bce35b45ff08d29795129392ceb2c5f7b0a1a73dca8dae3742346a3f9e90d SHA1: 37168494a9ecf5be63cdf108b79d445276c9e14c MD5sum: 233a5d334e90890e0b26fd6fd44a1af9 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_armhf.deb Package: dovecot-ldap Source: dovecot Version: 1:2.3.21.1+dfsg1-1~bpo12+1 Installed-Size: 1450 Maintainer: Dovecot Maintainers Architecture: armhf Replaces: dovecot-core (<< 1:2.2.26.0-1~) Depends: dovecot-core (= 1:2.3.21.1+dfsg1-1~bpo12+1), ucf, libc6 (>= 2.4), libgcc-s1 (>= 3.5), libldap-2.5-0 (>= 2.5.4) Breaks: dovecot-core (<< 1:2.2.26.0-1~) Size: 1405676 SHA256: 04b4a1a8fdcc7df1e87a11fa32c0bd164e52862c2865e6ec6fc5d810f656490e SHA1: e7e064e5f6fd6d77f3113ba8930f5cb784345c7b MD5sum: 06f1a00ab4d2d9413678f12707851a15 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_armhf.deb Package: dovecot-lmtpd Source: dovecot Version: 1:2.3.21.1+dfsg1-1~bpo12+1 Installed-Size: 1408 Maintainer: Dovecot Maintainers Architecture: armhf Replaces: dovecot-common (<< 1:2.0.14-2~) Depends: dovecot-core (= 1:2.3.21.1+dfsg1-1~bpo12+1), ucf, libc6 (>= 2.34), libgcc-s1 (>= 3.5) Breaks: dovecot-common (<< 1:2.0.14-2~) Size: 1393128 SHA256: 754a85a7f436c588666b86e3e8e05dde96cec4055043ffb5d081d7dff1b7c6a7 SHA1: 5926e92e8f2a10aee8ef57caf4f1c40c0b6e237b MD5sum: 94b75d45b31599c972faf9d112f0bda4 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_armhf.deb Package: dovecot-managesieved Source: dovecot Version: 1:2.3.21.1+dfsg1-1~bpo12+1 Installed-Size: 1479 Maintainer: Dovecot Maintainers Architecture: armhf 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), libgcc-s1 (>= 3.5) Breaks: dovecot-common (<< 1:2.0.14-2~) Size: 1411384 SHA256: 44c016eceb6b818aacb62baad7127237a917f4b1be53417c91a3f583e0bf0209 SHA1: 9d97511e574fbf2e3407c23cb38b944efa727b1d MD5sum: 049b6f55788b97b7d1c57064a823eda1 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_armhf.deb Package: dovecot-mysql Source: dovecot Version: 1:2.3.21.1+dfsg1-1~bpo12+1 Installed-Size: 1382 Maintainer: Dovecot Maintainers Architecture: armhf Depends: dovecot-core (= 1:2.3.21.1+dfsg1-1~bpo12+1), libc6 (>= 2.4), libgcc-s1 (>= 3.5), libmariadb3 (>= 3.0.0) Size: 1380536 SHA256: 5576efb1428e86b989bd748dea4630d747015f8c18bda886c7539609a1a353fe SHA1: 59e260453e5dcc070f9a8172e56cd001b85f4f96 MD5sum: b63be127c98a5768bf44da245e55647a 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_armhf.deb Package: dovecot-pgsql Source: dovecot Version: 1:2.3.21.1+dfsg1-1~bpo12+1 Installed-Size: 1386 Maintainer: Dovecot Maintainers Architecture: armhf Depends: dovecot-core (= 1:2.3.21.1+dfsg1-1~bpo12+1), libc6 (>= 2.4), libgcc-s1 (>= 3.5), libpq5 Size: 1383536 SHA256: 3d302ff70796b51b46c87ceb84381cb7f215333a81f22b005953268c9760629c SHA1: 01570942b4008abc4866d746b14423597453c136 MD5sum: d518363dfa5b2fbe24e83025d8520780 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_armhf.deb Package: dovecot-pop3d Source: dovecot Version: 1:2.3.21.1+dfsg1-1~bpo12+1 Installed-Size: 1433 Maintainer: Dovecot Maintainers Architecture: armhf Provides: pop3-server Depends: dovecot-core (= 1:2.3.21.1+dfsg1-1~bpo12+1), ucf, libc6 (>= 2.34), libgcc-s1 (>= 3.5) Suggests: ufw Size: 1400504 SHA256: 7890fed3e38dcf441758e163ce8e5010df79136fa6e8124a6f30e6e9dfb04ba3 SHA1: fdf99e93e48ff3bf06bb608f59f3a03b5581e0f5 MD5sum: a20ea5aa904c37d34463c129c9b29a9f 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_armhf.deb Package: dovecot-sieve Source: dovecot Version: 1:2.3.21.1+dfsg1-1~bpo12+1 Installed-Size: 2146 Maintainer: Dovecot Maintainers Architecture: armhf 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), libgcc-s1 (>= 3.5) Breaks: dovecot-core (<= 1:2.2.13-6), dovecot-imapd (<< 1:2.2.26.0-1~) Size: 1676036 SHA256: b565deb47e650c7a234a6fee7e6cfe3b84a32d0793a7c866ebcef38594b44d3d SHA1: 837bda36dcb73dce5b7d7b844dc866cad34c650a MD5sum: cac6ece98f75e48519ce6f953e31a302 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_armhf.deb Package: dovecot-solr Source: dovecot Version: 1:2.3.21.1+dfsg1-1~bpo12+1 Installed-Size: 1399 Maintainer: Dovecot Maintainers Architecture: armhf Depends: dovecot-core (= 1:2.3.21.1+dfsg1-1~bpo12+1), libc6 (>= 2.4), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.5) Size: 1390176 SHA256: 114a65b1d9d4b34ee67c5064a81e028ad49c9161e4a35f5a98aa0d84d685fc14 SHA1: 19f02ed323d88bd7a68e5372d2427223d343a0b5 MD5sum: 41d22ce3b41d1efd7399e730926b27c3 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_armhf.deb Package: dovecot-sqlite Source: dovecot Version: 1:2.3.21.1+dfsg1-1~bpo12+1 Installed-Size: 1378 Maintainer: Dovecot Maintainers Architecture: armhf Depends: dovecot-core (= 1:2.3.21.1+dfsg1-1~bpo12+1), libc6 (>= 2.4), libgcc-s1 (>= 3.5), libsqlite3-0 (>= 3.5.9) Size: 1378764 SHA256: 8aa7ca9c82800416109edcc88d14e990affaed8939f4c4da8e5f12b42d126047 SHA1: aea043d5bc79806cb0505e9aefe0f6cfe62319c3 MD5sum: fa20ff234e7f6bfb93b9e6b269e67363 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_armhf.deb Package: dovecot-submissiond Source: dovecot Version: 1:2.3.21.1+dfsg1-1~bpo12+1 Installed-Size: 1463 Maintainer: Dovecot Maintainers Architecture: armhf Replaces: dovecot-submission (<< 1:2.3.1-2~) Depends: dovecot-core (= 1:2.3.21.1+dfsg1-1~bpo12+1), ucf, libc6 (>= 2.34), libgcc-s1 (>= 3.5) Breaks: dovecot-submission (<< 1:2.3.1-2~) Size: 1413584 SHA256: f53ce4e38da21757c7bb5a93534c3393d3e194be2cc5c6b4bf2de914f5142dea SHA1: 6b961aa4eaeabbf226cfad36b9cb7c7c7f404a1a MD5sum: 8d1b31a4facd89415909cf9c871a5c31 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_armhf.deb Package: dput-ng Version: 1.38~bpo12+1 Installed-Size: 158 Maintainer: dput-ng Maintainers Architecture: all Replaces: dput Provides: dput Depends: python3-dput (= 1.38~bpo12+1), python3:any Suggests: dput-ng-doc, python3-twitter, rsync Conflicts: dput Size: 35348 SHA256: a687ec031ce949cfbb55b27ed84b5ba841618897d7579db27e32f1eaed6c655b SHA1: 69663a27e433e95bcc200ffecd8e609ea3ece587 MD5sum: de7d52cfcb4994681ccd7dfcfc3b5255 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.38~bpo12+1_all.deb Package: dput-ng-doc Source: dput-ng Version: 1.38~bpo12+1 Installed-Size: 634 Maintainer: dput-ng Maintainers Architecture: all Depends: libjs-sphinxdoc (>= 5.2) Size: 59720 SHA256: aea0da475a5f942ca9b81ce623063b62f430681de2625b0fc4e5d08a59670025 SHA1: f55b695020b4757d37f0908c52b4edca1a3bf706 MD5sum: 87b737cac8133b23e637e8bdb10ee216 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.38~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: 1174 Maintainer: Thomas Lange Architecture: armhf 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: 296316 SHA256: f987dc33bdf2edf98b6e22f24fc4fc0e325d27395b10dc0a63502d43297eb305 SHA1: 8f33ce126e856c482db84c89ef873842541d284b MD5sum: 833adbdf55ee853c3427916ee8bcc747 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_armhf.deb Package: dracut-install Source: dracut Version: 106-5~bpo12+1 Installed-Size: 75 Maintainer: Thomas Lange Architecture: armhf Replaces: dracut-core (<< 060+5-7~) Depends: libc6 (>= 2.34), libkmod2 (>= 22~) Breaks: dracut-core (<< 060+5-7~) Size: 34340 SHA256: 4ac055c555ce70c1cd165286e504d7133554680b1581fb4712df1cacec7fc78b SHA1: e530583d4a061e0912965b8fb4349933002327c3 MD5sum: f562789ccd47ec0ad2392b97824524a6 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_armhf.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: 261 Maintainer: Nikos Tsipinakis Architecture: armhf 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: 116556 SHA256: 3664d7097ba97402a7beda5000ae2482fe06e6af92c43f3b4d5aab92323975cb SHA1: 41d5947fcab7a6fb65e783f419a7e78165d5c7a8 MD5sum: 80a1379d1b47ac2d9c897262177b749b 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_armhf.deb Package: duplicity Version: 2.1.4-3~bpo12+1 Installed-Size: 1954 Maintainer: Alexander Zangerl Architecture: armhf Depends: libc6 (>= 2.4), 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: 478828 SHA256: 2a68592ed8f601bb71a0aabb8b53deec25c0076af940d665141f3e0c794a47e7 SHA1: 7a1983dc211cc5eb09f10f65c580d79bdffcb498 MD5sum: b2c5e901328dc482bfb2ccdbd8330f2f 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_armhf.deb Package: e2fsck-static Source: e2fsprogs Version: 1.47.2~rc1-2~bpo12+2 Installed-Size: 1154 Maintainer: Theodore Y. Ts'o Architecture: armhf Recommends: sash | bash-static | zsh-static | busybox-static Size: 631536 SHA256: e6b0d7e4b79b12bc81e549aee5d3db3cc5c3bf2a1a99c63bef35789746ead624 SHA1: d95e658d72ca98e04b565a467769653a6b5d0edb MD5sum: 369927586b29ab74dcb55b88d15cde4f 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_armhf.deb Package: e2fsprogs Version: 1.47.2~rc1-2~bpo12+2 Installed-Size: 1148 Maintainer: Theodore Y. Ts'o Architecture: armhf 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: 561356 SHA256: 84c8f0ffee930965d4d9a825397d042dc34833580af6ff7fc4ccfcc8c772e551 SHA1: b6246a2ae83859b3104e0cc783815ca9f226fae4 MD5sum: d02c07a26f660309acd903c27c33b263 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_armhf.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: 4604 Maintainer: Debian Multimedia Maintainers Architecture: armhf 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 (>= 3.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: 895304 SHA256: 09eb3e7d0116c73b53fe972f406f16e3562df5d5ef8d781f56201da75e279f28 SHA1: 27efcd4f2701ac76fe3dcd309c685faa54db75f1 MD5sum: 7433ae6ea80e23327b1a2e9d2fa3b04c 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_armhf.deb Package: ebnflint Source: golang-golang-x-exp Version: 0.0~git20230522.2e198f4-1~bpo12+1 Installed-Size: 1370 Maintainer: Debian Go Packaging Team Architecture: armhf Size: 457616 SHA256: 5a87c910c5289e728bad254259af653f402960339c20fb0811eec61cdb628452 SHA1: cd8c08d21af8946e154ad50d86315dd78bdf7770 MD5sum: 675020559f1c1eded93b6d16c68e4b03 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_armhf.deb Package: ejabberd Version: 23.10-1~bpo12+1 Installed-Size: 11626 Maintainer: Ejabberd Packaging Team Architecture: armhf Provides: mqtt-broker, stun-server, turn-server, xmpp-server Depends: adduser, ucf, debconf (>= 0.5) | debconf-2.0, 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-inets (>= 1:25.2.3+dfsg), erlang-mnesia (>= 1:25.2.3+dfsg), erlang-odbc (>= 1:25.2.3+dfsg), erlang-os-mon (>= 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), erlang-base64url (>= 1.0.1), erlang-goldrush (>= 0.1.9), erlang-idna (>= 6.0.0), erlang-jiffy (>= 1.1.1), erlang-jose (>= 1.11.5), erlang-lager (>= 3.9.1), erlang-p1-acme (>= 1.0.22), erlang-p1-cache-tab (>= 1.0.30), erlang-p1-eimp (>= 1.0.22), erlang-p1-mqtree (>= 1.0.15), erlang-p1-pkix (>= 1.0.9), erlang-p1-stringprep (>= 1.0.29), erlang-p1-stun (>= 1.2.10), erlang-p1-tls (>= 1.1.16), erlang-p1-utils (>= 1.0.25), erlang-p1-xml (>= 1.1.49), erlang-p1-xmpp (>= 1.7.0), erlang-p1-yaml (>= 1.0.36), erlang-p1-yconf (>= 1.0.15), erlang-p1-zlib (>= 1.0.12), erlang-unicode-util-compat (>= 0.3.1), erlang-xmerl Pre-Depends: init-system-helpers (>= 1.54~), openssl Suggests: apparmor, apparmor-utils, libunix-syslog-perl, imagemagick, yamllint, ejabberd-contrib, erlang-luerl, erlang-p1-oauth2 (>= 0.6.11), erlang-p1-mysql (>= 1.0.22), erlang-p1-pam (>= 1.0.14), erlang-p1-pgsql (>= 1.1.23), erlang-p1-sip (>= 1.0.50), erlang-p1-sqlite3 (>= 1.1.14), erlang-redis-client (>= 1.2.0) Size: 6397088 SHA256: 2d24d47a04b5cc58e3fd92f424054c343bfe25337a77128ce6ec83b014f97a41 SHA1: 5106aa1ab71b85265e3734eeac71523f3c2ebe4b MD5sum: 41a175f8cb59469ceaddbdc714a56f0b 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_23.10-1~bpo12+1_armhf.deb Package: ejabberd-contrib Version: 0.2023.10.04~dfsg0-1~bpo12+1 Installed-Size: 22 Maintainer: Ejabberd Packaging Team Architecture: all Depends: erlang-base, erlang-abi (= 17.0), ejabberd (= 23.10-1~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 Size: 6968 SHA256: d708d9799f7613ef668e1d074e85f81fec7f1e9424c2e01fe8eeea837cb91fc2 SHA1: 9327406a2725ebf22638d87f7e1d29ddcf4487a9 MD5sum: 2635acc9513ca780bbf3d070463b755c 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.2023.10.04~dfsg0-1~bpo12+1_all.deb Package: ejabberd-mod-cron Source: ejabberd-contrib Version: 0.2023.10.04~dfsg0-1~bpo12+1 Installed-Size: 42 Maintainer: Ejabberd Packaging Team Architecture: armhf Depends: erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0), ejabberd (= 23.10-1~bpo12+1) Size: 15168 SHA256: 304fb756e20846ac8d30396d500979e3174c004794c7cc3d64c7bf9fe6840e48 SHA1: b7067852f0081ccab7dce278d8576499d4fd30f1 MD5sum: ffb70c01544afbc0cd86e46cad5a2a3b 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.2023.10.04~dfsg0-1~bpo12+1_armhf.deb Package: ejabberd-mod-default-contacts Source: ejabberd-contrib Version: 0.2023.10.04~dfsg0-1~bpo12+1 Installed-Size: 35 Maintainer: Ejabberd Packaging Team Architecture: armhf Depends: erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0), ejabberd (= 23.10-1~bpo12+1) Size: 10236 SHA256: 32c67b916c20c93f776c7a717c69283133faae433c847551f829d505ff8f9013 SHA1: ffb2285b53a3bf6e5a0412602427bdbf65bccf2f MD5sum: 957a836204aa229e80f6b976abc0e361 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.2023.10.04~dfsg0-1~bpo12+1_armhf.deb Package: ejabberd-mod-default-rooms Source: ejabberd-contrib Version: 0.2023.10.04~dfsg0-1~bpo12+1 Installed-Size: 34 Maintainer: Ejabberd Packaging Team Architecture: armhf Depends: erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0), ejabberd (= 23.10-1~bpo12+1) Size: 10324 SHA256: 83d25c744b29013b98fc304193dcb4f4b7ff87820e8c1b7024bdbfdaf0cd3d92 SHA1: 0cd2a741d4e78988452496c59eaad8ab2a4ffd3c MD5sum: 4ec9b012e1278737e90dfd1e394c7582 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.2023.10.04~dfsg0-1~bpo12+1_armhf.deb Package: ejabberd-mod-deny-omemo Source: ejabberd-contrib Version: 0.2023.10.04~dfsg0-1~bpo12+1 Installed-Size: 38 Maintainer: Ejabberd Packaging Team Architecture: armhf Depends: erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0), ejabberd (= 23.10-1~bpo12+1) Size: 12076 SHA256: 5e29b48da6ba4a448806077a5840142170b26a81a5fbe24229f7205ad04c1953 SHA1: 4688b3ab7a46a3b7e86bddbabd53ea9f83b454f8 MD5sum: ff5ce9c0413c1efc934f920a88e4b772 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.2023.10.04~dfsg0-1~bpo12+1_armhf.deb Package: ejabberd-mod-filter Source: ejabberd-contrib Version: 0.2023.10.04~dfsg0-1~bpo12+1 Installed-Size: 35 Maintainer: Ejabberd Packaging Team Architecture: armhf Depends: erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0), ejabberd (= 23.10-1~bpo12+1) Size: 11416 SHA256: 1308a87ada94b57777c9ff62c20ab66e67716f21cf8c80177c18422fd3b492bf SHA1: 5d757571d9cca470ab26bc40d33fcd68e141dee8 MD5sum: c3fd5801118b6589f1ad679ce8f40c5a 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.2023.10.04~dfsg0-1~bpo12+1_armhf.deb Package: ejabberd-mod-grafite Source: ejabberd-contrib Version: 0.2023.10.04~dfsg0-1~bpo12+1 Installed-Size: 37 Maintainer: Ejabberd Packaging Team Architecture: armhf Depends: erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0), ejabberd (= 23.10-1~bpo12+1) Size: 11688 SHA256: 8b7b4d38c7fbda887230171a08ba24f3e20ca6d794a07ee53d6ba8b944aa9824 SHA1: ff5bb4e328ff412f55bb9124d7a0fba94a323418 MD5sum: 8859954cc49ed5f3579c99696b022b70 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.2023.10.04~dfsg0-1~bpo12+1_armhf.deb Package: ejabberd-mod-irc Source: ejabberd-contrib Version: 0.2023.10.04~dfsg0-1~bpo12+1 Installed-Size: 109 Maintainer: Ejabberd Packaging Team Architecture: armhf Depends: erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0), erlang-mnesia (>= 1:25.2.3+dfsg), ejabberd (= 23.10-1~bpo12+1) Size: 35936 SHA256: d2f664302e1fe2ef4040c4bf437c41968c9c943dafce54fbce3194cc5dbf856c SHA1: 6ece6581ac3194bb50f78e5f383d5a45d2d95074 MD5sum: 8bc36df131e87d6ff556d521b5229b28 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.2023.10.04~dfsg0-1~bpo12+1_armhf.deb Package: ejabberd-mod-isolation Source: ejabberd-contrib Version: 0.2023.10.04~dfsg0-1~bpo12+1 Installed-Size: 22 Maintainer: Ejabberd Packaging Team Architecture: armhf Depends: erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0), ejabberd (= 23.10-1~bpo12+1) Size: 5984 SHA256: fb6f51b7d1dc11ff435d74849cd13edc4ed15717c4618ac8dd5291fad8ac268d SHA1: 5c4771ee6ead579dabca122bc6f951a95f253afa MD5sum: 4a93a4819bf32940f151e5f661da7201 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.2023.10.04~dfsg0-1~bpo12+1_armhf.deb Package: ejabberd-mod-log-chat Source: ejabberd-contrib Version: 0.2023.10.04~dfsg0-1~bpo12+1 Installed-Size: 44 Maintainer: Ejabberd Packaging Team Architecture: armhf Depends: erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0), ejabberd (= 23.10-1~bpo12+1) Size: 14312 SHA256: a5f14d3448a3e8d96d213cfd18c84f1fb465015b8fe5b3bbe7a33ee7db4c4a73 SHA1: c9fd0c10f5e03bcfb953e150be570a115ded3c6e MD5sum: 1a5987a7173b2b704c52a1e3ceb5ca3b 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.2023.10.04~dfsg0-1~bpo12+1_armhf.deb Package: ejabberd-mod-logsession Source: ejabberd-contrib Version: 0.2023.10.04~dfsg0-1~bpo12+1 Installed-Size: 26 Maintainer: Ejabberd Packaging Team Architecture: armhf Depends: erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0), ejabberd (= 23.10-1~bpo12+1) Size: 8164 SHA256: 6167eaeb2768f02b96aa5b7d704109a9e6dddeb4a2057f94844a1c18ca65a567 SHA1: 291c8680aa8f2aadff49fc7c3fe484c38776d2e5 MD5sum: 8221397c692c8ce3686d538a6dfe9e96 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.2023.10.04~dfsg0-1~bpo12+1_armhf.deb Package: ejabberd-mod-logxml Source: ejabberd-contrib Version: 0.2023.10.04~dfsg0-1~bpo12+1 Installed-Size: 30 Maintainer: Ejabberd Packaging Team Architecture: armhf Depends: erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0), ejabberd (= 23.10-1~bpo12+1) Size: 10012 SHA256: 18c3f39e28ac4dbe133990c8e45ca2ea18c82f707afb8a59cc4df8aa2cf83736 SHA1: 9b28666edcd9fcb4e533e34e70042e0ea2019495 MD5sum: 8483051f6f83cdd62fa24ead7ec84265 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.2023.10.04~dfsg0-1~bpo12+1_armhf.deb Package: ejabberd-mod-message-log Source: ejabberd-contrib Version: 0.2023.10.04~dfsg0-1~bpo12+1 Installed-Size: 28 Maintainer: Ejabberd Packaging Team Architecture: armhf Depends: erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0), ejabberd (= 23.10-1~bpo12+1) Size: 7900 SHA256: 8149ef27c1c3077018a25897226c3703c31b61eb7000bf4d8d7122afc51f63c7 SHA1: b215a44c5e862a79c337a672ac5cc7a934dcb644 MD5sum: 5a1a1dc52f872b951597768ff4958831 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.2023.10.04~dfsg0-1~bpo12+1_armhf.deb Package: ejabberd-mod-muc-log-http Source: ejabberd-contrib Version: 0.2023.10.04~dfsg0-1~bpo12+1 Installed-Size: 41 Maintainer: Ejabberd Packaging Team Architecture: armhf Depends: erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0), erlang-inets (>= 1:25.2.3+dfsg), ejabberd (= 23.10-1~bpo12+1) Size: 14196 SHA256: d2e1ed685e36067b634d4ef2ffbef6c871910f66c041279a348512e5157adfc7 SHA1: cb873bf0f8306abdfc508d9e8abda5b282889c28 MD5sum: 2ae37493b6199a99b8d089bf027b21bf 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.2023.10.04~dfsg0-1~bpo12+1_armhf.deb Package: ejabberd-mod-post-log Source: ejabberd-contrib Version: 0.2023.10.04~dfsg0-1~bpo12+1 Installed-Size: 27 Maintainer: Ejabberd Packaging Team Architecture: armhf Depends: erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0), erlang-inets (>= 1:25.2.3+dfsg), ejabberd (= 23.10-1~bpo12+1) Size: 7448 SHA256: eeabc0f6e86c0abfb34688d12211a97b1fc04d2259e3180595dae8851a3b22ee SHA1: ada27f675eec39944f5690707fedf0ebe2252306 MD5sum: c1edb2522557c6d7bbe3bb585eaf8bb3 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.2023.10.04~dfsg0-1~bpo12+1_armhf.deb Package: ejabberd-mod-pottymouth Source: ejabberd-contrib Version: 0.2023.10.04~dfsg0-1~bpo12+1 Installed-Size: 48 Maintainer: Ejabberd Packaging Team Architecture: armhf Depends: erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0), ejabberd (= 23.10-1~bpo12+1) Size: 14544 SHA256: d1e0c9ab39fa03714435fb33973b183894e8651f7cb0c6492cdb3366343676ba SHA1: 0f6fcabfd25638739e9d128d79478c5c6b2a5d63 MD5sum: 8ada24d5c482ff87cba91ad8aaa0863a 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.2023.10.04~dfsg0-1~bpo12+1_armhf.deb Package: ejabberd-mod-rest Source: ejabberd-contrib Version: 0.2023.10.04~dfsg0-1~bpo12+1 Installed-Size: 43 Maintainer: Ejabberd Packaging Team Architecture: armhf Depends: erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0), ejabberd (= 23.10-1~bpo12+1) Size: 15524 SHA256: 848198d8d23fd0252fcd2ab88e903de9aeac6e4ba6db4480f821ebae8f9fbc1a SHA1: f89834dcd598eedae6b789e1173b040b8f82302b MD5sum: 8332beb45530daabeae5c6e034b94329 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.2023.10.04~dfsg0-1~bpo12+1_armhf.deb Package: ejabberd-mod-s2s-log Source: ejabberd-contrib Version: 0.2023.10.04~dfsg0-1~bpo12+1 Installed-Size: 25 Maintainer: Ejabberd Packaging Team Architecture: armhf Depends: erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0), ejabberd (= 23.10-1~bpo12+1) Size: 7080 SHA256: c3c5668fe5754cf8a2954e938dfad68fb554b28301478acb2ec5dd5245857888 SHA1: 11023969faf46b224b0c308aebb35f14ef8eba43 MD5sum: d850732aec58264f8d77213e5c13697f 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.2023.10.04~dfsg0-1~bpo12+1_armhf.deb Package: ejabberd-mod-shcommands Source: ejabberd-contrib Version: 0.2023.10.04~dfsg0-1~bpo12+1 Installed-Size: 28 Maintainer: Ejabberd Packaging Team Architecture: armhf Depends: erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0), ejabberd (= 23.10-1~bpo12+1) Size: 9432 SHA256: 62f3e8feb207240c19804b7f5a21c9bea3b1dda1a916c832ec484091cddd9945 SHA1: d4d766edc2608f9d1d36bd4ac3ff5c39efaadf77 MD5sum: 2eee76193b66e6da591dbbaa66d683e2 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.2023.10.04~dfsg0-1~bpo12+1_armhf.deb Package: ejabberd-mod-spam-filter Source: ejabberd-contrib Version: 0.2023.10.04~dfsg0-1~bpo12+1 Installed-Size: 57 Maintainer: Ejabberd Packaging Team Architecture: armhf Depends: erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0), ejabberd (= 23.10-1~bpo12+1) Size: 19548 SHA256: 53f0fc86f4c9ed7347eb996a9d64a4b86a39738b3b7526762608fba7bd75be88 SHA1: c5a7b9f4ce109963bde411e631810ef96590389b MD5sum: 53c16018db75f197ed0c3c7a55940934 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.2023.10.04~dfsg0-1~bpo12+1_armhf.deb Package: ejabberd-mod-statsdx Source: ejabberd-contrib Version: 0.2023.10.04~dfsg0-1~bpo12+1 Installed-Size: 97 Maintainer: Ejabberd Packaging Team Architecture: armhf Depends: 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), ejabberd (= 23.10-1~bpo12+1) Size: 34876 SHA256: 18268874cdb2d4e186251a7f6d057691441e413da81bf2cdb08c9556e7a8bb28 SHA1: 32fb40e443c5295ac5d83d3d35d529008e1c2f2a MD5sum: 5b265ddcd5ae72b4e6cfe1637b92c211 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.2023.10.04~dfsg0-1~bpo12+1_armhf.deb Package: ejabberd-mod-webpresence Source: ejabberd-contrib Version: 0.2023.10.04~dfsg0-1~bpo12+1 Installed-Size: 677 Maintainer: Ejabberd Packaging Team Architecture: armhf Depends: erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0), erlang-mnesia (>= 1:25.2.3+dfsg), ejabberd (= 23.10-1~bpo12+1) Size: 309576 SHA256: ed05a65b285ac8ff4eae610a08c93d1adbfd0cba86440a209f1b736bc8b03d45 SHA1: bc00897cceae92af0f24e1c48f0c125c6e2331d2 MD5sum: 42fd8f24451a8c993b9a4b1c52f641e2 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.2023.10.04~dfsg0-1~bpo12+1_armhf.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: 2038 Maintainer: Debian Elfutils Maintainers Architecture: armhf 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.5), libstdc++6 (>= 5.2) Size: 435692 SHA256: 91787bf45e7d6224f41f3cf1735838ade25a48f17083db2081b27dfa84271f6c SHA1: 4e272da9285d88a866def053ef69731c93d8c5bd MD5sum: 0802f227f8ba3c38f22e3a1c5982bdf4 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_armhf.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: 263 Maintainer: Rob Browning Architecture: armhf 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: 88988 SHA256: 5b1f58249affe357a08d659cefd37c579e6bfcd0080f44ff0e44b3fafc68ecd2 SHA1: 96a301a20bbf0b49c43d048ca3ebddb7c077cb5b MD5sum: 492bda02452528d2995c35d072264351 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_armhf.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: 35421 Maintainer: Rob Browning Architecture: armhf 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: 7124216 SHA256: ff5b12a4734fb2bab12136329154803927b4fb8f9ff17171a989efc1cae1f6c5 SHA1: 53e6e04115c7b1dfa502c97c6eebac8314082f90 MD5sum: df4d6226bd6a83f909ac45d76545cb09 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_armhf.deb Package: emacs-lucid Source: emacs Version: 1:30.1+1-5~bpo12+1 Installed-Size: 35482 Maintainer: Rob Browning Architecture: armhf 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: 7109936 SHA256: 8b999cfa4dfe263a9d59852ba7729fb442d2d8a606e02346fcfe365491830c1d SHA1: c4c664ae758fc0a60ba7f8ef23eefe336c5bc16e MD5sum: 1b0659bf146f5d97747efb4b4fbf7528 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_armhf.deb Package: emacs-nox Source: emacs Version: 1:30.1+1-5~bpo12+1 Installed-Size: 34232 Maintainer: Rob Browning Architecture: armhf 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: 6669372 SHA256: 172229ba7175b0dde6b750bf8a83ad2aff9447eaccc89032b087489e1a1ea86e SHA1: fabd5e6e9e01ae0f49a4e0960f2ee170f44043e0 MD5sum: a963c5a920de7368faa80e6157908370 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_armhf.deb Package: emacs-pgtk Source: emacs Version: 1:30.1+1-5~bpo12+1 Installed-Size: 35256 Maintainer: Rob Browning Architecture: armhf 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: 6996496 SHA256: 042ed17ad260e7c84bd1677675af56aaafd86b85755dcdbeeeef2f9f6b0866aa SHA1: 54acdd00e699aed1b66438ac0e88da8af31ff6d7 MD5sum: 602a2ec7250173fc80b4e4ee959457bc 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_armhf.deb Package: empathy-skype Source: pidgin-skype Version: 20240122+gitab786a3+dfsg-2~bpo12+1 Installed-Size: 24 Maintainer: Patrick Zajda Architecture: armhf Depends: telepathy-haze, pidgin-skype-common (= 20240122+gitab786a3+dfsg-2~bpo12+1) Size: 3148 SHA256: c9f7bb0e6dd128577c16fe97c77f74f0f9a0e31b818cfccaa99c50702dbea6aa SHA1: dc201c55219c8cb3b0c6c70b4db51e7d88f85363 MD5sum: 6d14ed4839ad06780c7d962da060844f 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_armhf.deb Package: erlang-jose Version: 1.11.10-1~bpo12+1 Installed-Size: 1185 Maintainer: Ejabberd Packaging Team Architecture: armhf 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: e232cc5051f11f339ee531a4fc9fe4d217879e526ff03cbd3dbf6c016f606fda SHA1: 550191ea1c56d8c8bd13b28c0cda42f450f924c9 MD5sum: 54d4533d189de5dbb6895204227fd055 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_armhf.deb Package: erlang-luerl Version: 1:1.2.3-1~bpo12+1 Installed-Size: 1223 Maintainer: Ejabberd Packaging Team Architecture: armhf Depends: erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0) Size: 860492 SHA256: e00db6ebfc8dfdd62a9c3cda5cc3c2c28dedbbaabefd73af138ac498ad88c400 SHA1: c49ccb746bdd685742f53bbfb27bdb9ea2f6213b MD5sum: ede18a960d3c384fc6a13348720ba250 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_armhf.deb Package: erlang-p1-acme Version: 1.0.25-1~bpo12+1 Installed-Size: 85 Maintainer: Ejabberd Packaging Team Architecture: armhf 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: 264583e237699d7445c2e5eb18c912df040670f3f5dbf943de56f903ba2842df SHA1: 40272d05ae1d4246ca5eeffdc1ce23700257ea03 MD5sum: 50ac88f40535a5bb8ab691c7362439cd 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_armhf.deb Package: erlang-p1-cache-tab Version: 1.0.31-2~bpo12+1 Installed-Size: 92 Maintainer: Ejabberd Packaging Team Architecture: armhf Depends: libc6 (>= 2.4), erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0), erlang-p1-utils (>= 1.0.26) Size: 51964 SHA256: 1dfa2e9aae9a8373b64bd10c694cb696ed9ccbf012227ef196fa2e91629b3275 SHA1: 3f430f168d9c47f4c8e4923744d9c2e1550a6d41 MD5sum: 8ba83d0126051571aaaf0b9aef6a00a1 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_armhf.deb Package: erlang-p1-eimp Version: 1.0.23-4~bpo12+1 Installed-Size: 61 Maintainer: Ejabberd Packaging Team Architecture: armhf Depends: libc6 (>= 2.34), erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0), erlang-p1-utils (>= 1.0.26) Size: 28316 SHA256: f07c6b4946a6fc00192042794e7650b9781f299348afc0b268920fa2025b0c59 SHA1: 073b72ac48d8a99f77357407451e43191dd98442 MD5sum: ac16b2cd0e76c329e4ea6b3e7135ea65 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_armhf.deb Package: erlang-p1-iconv Version: 1.0.13-4~bpo12+1 Installed-Size: 36 Maintainer: Ejabberd Packaging Team Architecture: armhf Depends: libc6 (>= 2.4), erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0) Size: 10952 SHA256: 74da6d7af7febd0a1c2e3c05f3611af53afdd0fcc1be416ae6ae69581d554474 SHA1: 5b302052cd1ce99ed078102eca819f69973b57d0 MD5sum: b2ce408c1d6ab9240c656549f876ca08 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_armhf.deb Package: erlang-p1-mqtree Version: 1.0.17-2~bpo12+1 Installed-Size: 51 Maintainer: Ejabberd Packaging Team Architecture: armhf Depends: libc6 (>= 2.4), erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0), erlang-p1-utils (>= 1.0.26) Size: 18340 SHA256: ab9518f393728b81a372337258fa0488f924bfcea3755e37d0deafeabc870822 SHA1: d56237fb4bec0b266e6383189bae4f11fd16b6f0 MD5sum: 60231275decf9e29df104293e34924c1 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_armhf.deb Package: erlang-p1-mysql Version: 1.0.25-1~bpo12+1 Installed-Size: 108 Maintainer: Ejabberd Packaging Team Architecture: armhf 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: c3bd337288783c4988e9aedb82622d3c83a91adba0425ded96c435ca3096b393 SHA1: 836fd436b3d96b7e309e6a40fad2a573175963b3 MD5sum: 04335805df5131bd048c13a64e171f07 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_armhf.deb Package: erlang-p1-oauth2 Version: 0.6.14-2~bpo12+1 Installed-Size: 54 Maintainer: Ejabberd Packaging Team Architecture: armhf Depends: erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0), erlang-crypto (>= 1:25.2.3+dfsg) Size: 30256 SHA256: 446d0f18b03e90f79ad8aaf525b8b4d8c00610dbb7b248b6612abb69d0fc494b SHA1: c0e696277afff5e55e8343f7bdf6160581af71ed MD5sum: f94499aba2a328b0abf8376a8e0f454e 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_armhf.deb Package: erlang-p1-pam Version: 1.0.14-3~bpo12+1 Installed-Size: 42 Maintainer: Ejabberd Packaging Team Architecture: armhf Depends: libc6 (>= 2.34), libpam0g (>= 0.99.7.1), erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0) Size: 15684 SHA256: 7cb3566fac70c56985ad297112926c2bd8c29afc1cacb17362dfd0c8702be960 SHA1: 374ad5ad40d126e5847f95d8853536d45efa05b1 MD5sum: 518aa12019c9d9b56bbf9b7701ef15cf 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_armhf.deb Package: erlang-p1-pgsql Version: 1.1.31-1~bpo12+1 Installed-Size: 104 Maintainer: Ejabberd Packaging Team Architecture: armhf 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: aea655ed9095082fb91596286abb404743a117c7b1cb38e6f2df184443534503 SHA1: b42adc4d5687e415257a7c1cf53c78c065c8743c MD5sum: 90026bb1aca0ee2bc6ae4b448c4bc033 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_armhf.deb Package: erlang-p1-pkix Version: 1.0.10-2~bpo12+1 Installed-Size: 305 Maintainer: Ejabberd Packaging Team Architecture: armhf 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: e3d37d459990004418eb940404c25594f37c759cb9690a80912d4ee04e4d8bdb SHA1: 352b83ee3087bcfe2a890783ff6f59315504833d MD5sum: be01ae9c1527392a70178e42a1fef635 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_armhf.deb Package: erlang-p1-sip Version: 1.0.56-1~bpo12+1 Installed-Size: 256 Maintainer: Ejabberd Packaging Team Architecture: armhf Depends: libc6 (>= 2.4), 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: 174900 SHA256: af5f3408889611496d13448aaebe036ef2592f6573309084a1e42f07fb2dcdda SHA1: f91abe34b6fe8076e1cf91f74dc557dccb1aeac2 MD5sum: 24fff010b6bf80595a03f1eaac8731e8 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_armhf.deb Package: erlang-p1-sqlite3 Version: 1.1.15-2~bpo12+1 Installed-Size: 113 Maintainer: Ejabberd Packaging Team Architecture: armhf Depends: libc6 (>= 2.7), libsqlite3-0 (>= 3.5.9), erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0) Size: 58916 SHA256: 4a69ee3bba59e2439df449166a7738fd56c6b6ab9d2b21967f6044d3e3a24a5a SHA1: f6473b7e27ec63688e52a16ed55218b8de7477ff MD5sum: 807399109675fd24f45b3bf3fa9515ab 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_armhf.deb Package: erlang-p1-stringprep Version: 1.0.30-2~bpo12+1 Installed-Size: 209 Maintainer: Ejabberd Packaging Team Architecture: armhf Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.5), libstdc++6 (>= 4.1.1), erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0), erlang-p1-utils (>= 1.0.26) Size: 30804 SHA256: f0c30fea1b568ea7c9a11c24236ed799cb622d48d68c4495b6e9b250ae7c7143 SHA1: b99e7c754e82c5a9c8f85f630cd20473f52d0307 MD5sum: aba8dd7c37d9f7f2fc877b3ad277151a 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_armhf.deb Package: erlang-p1-stun Version: 1.2.15-1~bpo12+1 Installed-Size: 219 Maintainer: Ejabberd Packaging Team Architecture: armhf 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: 8f655d50349ae67638cb16afb1596ff5f4644588909ca321960f53fef9c1828f SHA1: dda805e81767d797ee47aa770fc960bae29106b1 MD5sum: 15f4d46e65299b91b0573eb907b6ac30 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_armhf.deb Package: erlang-p1-tls Version: 1.1.22-1~bpo12+1 Installed-Size: 96 Maintainer: Ejabberd Packaging Team Architecture: armhf Depends: libc6 (>= 2.4), 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: 49052 SHA256: b10387c6bb9c32779874abe583e83564092899ecb470927ed738d055b02a2341 SHA1: b4880f8950eef324415cb9a66cda6d94c91973e5 MD5sum: 2bdd0a26f1fb926bad87ffa0fd8689cc 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_armhf.deb Package: erlang-p1-utils Version: 1.0.26-2~bpo12+1 Installed-Size: 193 Maintainer: Ejabberd Packaging Team Architecture: armhf 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: 8232aa5836837600ab5888c2210904e04905ac79b539c85a0899e940ce0f5e01 SHA1: 1bdf98902178b102ec7748cf337f42c1dadf7f5f MD5sum: 58c84b63f191ce3a41040070a2f7a3b1 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_armhf.deb Package: erlang-p1-xml Version: 1.1.55-1~bpo12+1 Installed-Size: 335 Maintainer: Ejabberd Packaging Team Architecture: armhf Depends: libc6 (>= 2.4), 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: 222036 SHA256: 43c5fc9eae96d53c6e8273c2dc9889c22016361476cf8bd382cbf51233b62d08 SHA1: 808a6e7f4f66ec4b4b9ffbf46f5e4063edf7f79f MD5sum: a3c4ad130dc91618d4592d556021f4bf 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_armhf.deb Package: erlang-p1-xmpp Version: 1.9.4-1~bpo12+1 Installed-Size: 3448 Maintainer: Ejabberd Packaging Team Architecture: armhf Depends: libc6 (>= 2.4), 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: 2243784 SHA256: db992ad0899fa6227a2c7e23ad4f8a5eb484ad3f585cb2c0f2643988bc450ef9 SHA1: 6df5a2cbd325b76afba1f93f0ebaa4201eb3d74b MD5sum: 348a0f9e72f2d694dd27ba06c40c95ee 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_armhf.deb Package: erlang-p1-yaml Version: 1.0.37-2~bpo12+1 Installed-Size: 50 Maintainer: Ejabberd Packaging Team Architecture: armhf Depends: libc6 (>= 2.4), libyaml-0-2, erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0), erlang-p1-utils (>= 1.0.26) Size: 17324 SHA256: a0cebc75fc3eeb0bd44fb4eb6ccdc11aba1424c7d26700c85b8ee37708d56f9b SHA1: 4c4536e6ff99987b302433c7247948a50beb00a5 MD5sum: 9d5db92aa3c8dcf907c7513d57b2d1a4 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_armhf.deb Package: erlang-p1-yconf Version: 1.0.17-1~bpo12+1 Installed-Size: 78 Maintainer: Ejabberd Packaging Team Architecture: armhf 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: df909ccb28fdd4a518ce0794a45ac746af77d8adcd5a1a8a24857cb9fb63f2ad SHA1: b8e3646ead78ca00cdc892826b7f58ba28dc6079 MD5sum: b49092e65945110aca49de79f75bab03 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_armhf.deb Package: erlang-p1-zlib Version: 1.0.13-2~bpo12+1 Installed-Size: 44 Maintainer: Ejabberd Packaging Team Architecture: armhf Depends: libc6 (>= 2.4), erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0), erlang-p1-utils (>= 1.0.26) Size: 14564 SHA256: 79c0de9b2ed245d6a86088d8a7b90b9ac5e3511b6a9c486319646464860805a8 SHA1: a27187f7ab956aad2ba7348a03b94756c61e7bea MD5sum: e00b568d058b3fdb980da1dfc31476d2 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_armhf.deb Package: esorex Version: 3.13.7+ds-1~bpo12+1 Installed-Size: 136 Maintainer: Debian Astronomy Team Architecture: armhf Depends: libc6 (>= 2.34), libcext0 (>= 5.3.1), libcplcore26 (>= 6.3), libcpldfs26 (>= 6.5), libcplui26 (>= 6.4), libgcc-s1 (>= 3.5), libltdl7 (>= 2.4.7) Size: 54940 SHA256: b62f11f7fda22ead10c9efe84363266d819122f6dc4385ee3b065c65ca053079 SHA1: afc8b19e1b0ce6e015200b31e35a857066b14e63 MD5sum: 9dda544b076723bb5dc7d71a2b6e7065 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_armhf.deb Package: espeak-ng Version: 1.52.0+dfsg-5~bpo12+1 Installed-Size: 3665 Maintainer: Debian Accessibility Team Architecture: armhf Depends: libc6 (>= 2.34), libespeak-ng1 (>= 1.52.0+dfsg), libgcc-s1 (>= 3.5), libpcaudio0 (>= 1.2), libsonic0 (>= 0.1.10) Size: 2360436 SHA256: e2be3c3bb3afd2ecd518726164635c3cbc3013291ac232ce1655b0851e90d568 SHA1: d5690101acdda3f6e99776e9d19f4718e09fe3a9 MD5sum: 8ec56d1ee2f15e562258c26568e38dda 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_armhf.deb Package: espeak-ng-data Source: espeak-ng Version: 1.52.0+dfsg-5~bpo12+1 Installed-Size: 24034 Maintainer: Debian Accessibility Team Architecture: armhf Size: 8653900 SHA256: 0a1f63ed8af58aa3f209aeae7162b78787336e43252c3267ca488c39378577b2 SHA1: 7c38534a719e9a358db3d7b4cc4081fb2513fc9b MD5sum: 581c37938a0f134dc654d47d59b7ba61 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_armhf.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-10~bpo12+1 Installed-Size: 86 Maintainer: Android Tools Maintainers Architecture: armhf Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libpng16-16 (>= 1.6.2-1), libstdc++6 (>= 4.1.1) Size: 29428 SHA256: 0dc1a75b94fb94569e74da854208e90635b6927d757175cdbf05bb78251e9554 SHA1: 3a59b27ff331929963b68d0bbfa3802af04f03c7 MD5sum: 218618993f86d9fb5423ba472eebeb14 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-10~bpo12+1_armhf.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: 1688 Maintainer: Exim4 Maintainers Architecture: armhf 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: 1148028 SHA256: cdb076599092952bf86c238a1b9e08b52d1b5623fbc3270ab77dda8b00012f41 SHA1: 5729735bfa095e59bb33c502288aa3e464707877 MD5sum: 8d8e04ad5fc6c905ddbefe5b37643130 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_armhf.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: 1265 Maintainer: Exim4 Maintainers Architecture: armhf 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: 637248 SHA256: 11555762363bb5337ba86e89ea3cd4230fc3ac29696d4837fdbe4b5ab78be5c8 SHA1: 52d69a47bc9d99a1d2517b98a6133f5a8994ff66 MD5sum: 97944ba569d9afc424cfae49977bdb6b 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_armhf.deb Package: exim4-daemon-light Source: exim4 Version: 4.98.1-2~bpo12+1 Installed-Size: 1151 Maintainer: Exim4 Maintainers Architecture: armhf 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: 581204 SHA256: 9968f123d2dea779d2ed5449ac3243078e8f3b26b84ec823abe9cf3fb4173832 SHA1: f7d548f80e84713a6a4281a21c289b767e34d413 MD5sum: 5ca27585a0b9e68c4716034f49bb66be 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_armhf.deb Package: exim4-dev Source: exim4 Version: 4.98.1-2~bpo12+1 Installed-Size: 85 Maintainer: Exim4 Maintainers Architecture: armhf Size: 42924 SHA256: 07263c87f33e83a828ba6bffbd8a688bc26b93217d2c2d862383501507405819 SHA1: 36af9c6d333c135aa80ecb752f29d517258cda06 MD5sum: 5dbfcad0ca49ebdbb507a46b394c8bf5 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_armhf.deb Package: eximon4 Source: exim4 Version: 4.98.1-2~bpo12+1 Installed-Size: 131 Maintainer: Exim4 Maintainers Architecture: armhf 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: 73600 SHA256: df823a06e3eb29b8c3d79715aaf15b0efe7a751dde65bce92f6bf0058287bd49 SHA1: 29f204a5bf09f5285db26321ba2e5ac187a77203 MD5sum: 38500f570ba27cd98b320fe23ded3e2c 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_armhf.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.1~beta+ds-1~bpo12+1 Installed-Size: 4406 Maintainer: Alex Myczko Architecture: armhf Depends: libarchive13 (>= 3.2.1), libc6 (>= 2.34), libgcc-s1 (>= 3.5), libneon27, libnfs13 (>= 1.9.7), libsmbclient (>= 2:4.0.3+dfsg1), libssh-4 (>= 0.8.0), libssl3 (>= 3.0.0), libstdc++6 (>= 12), libuchardet0 (>= 0.0.1), libx11-6 (>= 2:1.2.99.901), libxerces-c3.2, libxi6 (>= 2:1.2.99.4), far2l-data Recommends: chafa, htop Size: 1658880 SHA256: 256b371a4df75b0f1dd4e6759d43464a8d142f94ea4308699e2c01492f7ffb6e SHA1: bec96b4f04596e45211c36f72628e206a905e1e4 MD5sum: 3f9359a0629441f2d9704cb1e0dfd2a0 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.1~beta+ds-1~bpo12+1_armhf.deb Package: far2l-data Source: far2l Version: 2.6.1~beta+ds-1~bpo12+1 Installed-Size: 15472 Maintainer: Alex Myczko Architecture: all Size: 1238496 SHA256: 015258b7553553dc62cfb67d9383a2133b527359f541ca5e084e677563854981 SHA1: 309df6c3340b63299bfcf49dc384cae3a5493e47 MD5sum: fde52b89c23564cc13c6e028821a1dc1 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. Homepage: https://github.com/elfmz/far2l Section: utils Priority: optional Filename: pool/main/f/far2l/far2l-data_2.6.1~beta+ds-1~bpo12+1_all.deb Package: fastboot Source: android-platform-tools (34.0.5-10~bpo12+1) Version: 1:34.0.5-10~bpo12+1 Installed-Size: 511 Maintainer: Android Tools Maintainers Architecture: armhf Provides: android-tools-fastboot Depends: android-libbase (>= 34.0.5), android-libboringssl (>= 13.0.0+r24), android-libcutils (= 1:34.0.5-10~bpo12+1), android-liblog (>= 34.0.5), android-libsparse (= 1:34.0.5-10~bpo12+1), android-libziparchive (= 1:34.0.5-10~bpo12+1), libc6 (>= 2.34), libgcc-s1 (>= 3.5), libprotobuf32 (>= 3.21.12), libstdc++6 (>= 11), libusb-1.0-0 (>= 2:1.0.8) Recommends: android-sdk-platform-tools-common (>= 28.0.2~) Suggests: android-sdk-platform-tools Size: 173356 SHA256: 23ba446dc97f70cade6bf96d48052a095ef5e57668e8825cf98fa3d09861722d SHA1: 17b42f2acf44d38c607296c119bc53c4118fc685 MD5sum: 53fee4a299448ea3301bcbd01221e299 Description: Android fastboot tool A command line tool for flashing an Android device, boot an Android device to fastboot mode, etc.. . This package recommends "android-sdk-platform-tools-common" 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-10~bpo12+1_armhf.deb Package: fastnetmon Version: 1.2.8-1~bpo12+1 Installed-Size: 2750 Maintainer: Patrick Matthäi Architecture: armhf 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 (>= 4.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: 781804 SHA256: bc6506b743196275ca963099950c1aa630e513447d10f28bd20cfc6642837fe5 SHA1: 159652ecdbe76adac356197e2a8ac5430cd89421 MD5sum: 34bb6e7eeaaa1b574e00f2365aae8c98 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_armhf.deb Package: fcitx5 Version: 5.1.12-1~bpo12+1 Installed-Size: 503 Maintainer: Debian Input Method Team Architecture: armhf 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 (>= 3.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: 177864 SHA256: a5a145837bd21a161987eea687aef142f51c0d20e499daf03c4a8f1ac5ea1fac SHA1: 74955b70f3173ca0dfa01c113e4841fc6f6d9f58 MD5sum: b18f51e35af0902dd4b5a610030ce8e8 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_armhf.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: 327 Maintainer: Debian Input Method Team Architecture: armhf Depends: libfcitx5-qt1 (= 5.1.6-1~bpo12+1), libc6 (>= 2.34), libfcitx5utils2 (>= 5.1.9), libgcc-s1 (>= 3.5), 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: 111360 SHA256: ebd5f4922440f39212ebf5d614bdc27f7b74bbee9e889a11b503533c46bd64dc SHA1: 69b38ed2d21da97b083af269aa2e2bdf0959371e MD5sum: 8abacc2b2197d76b5c24382d1dee0484 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_armhf.deb Package: fcitx5-frontend-qt6 Source: fcitx5-qt Version: 5.1.6-1~bpo12+1 Installed-Size: 367 Maintainer: Debian Input Method Team Architecture: armhf Depends: libfcitx5-qt6-1 (= 5.1.6-1~bpo12+1), libc6 (>= 2.34), libfcitx5utils2 (>= 5.1.9), libgcc-s1 (>= 3.5), 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: 125912 SHA256: 60a0f749ad856a48705dc0ca63df5a9786686ab5f967168e68240d9fc2b64f8a SHA1: 4e74aa5f2c44e77d65558ecac2c2af6f62c0e5ae MD5sum: f881a0ae4ed1ec71e32e71e507176e53 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_armhf.deb Package: fcitx5-modules Source: fcitx5 Version: 5.1.12-1~bpo12+1 Installed-Size: 2751 Maintainer: Debian Input Method Team Architecture: armhf 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 (>= 3.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: 753936 SHA256: f69230bff09dbfce0faa523d6b032497f891b5bd0ea7a86a48a426c64c015600 SHA1: 250fa531bda8718e176151ebf1768a9c1f87cf8c MD5sum: 388f8af4cd631aa2fe755eaae92acb6e 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_armhf.deb Package: fcitx5-modules-dev Source: fcitx5 Version: 5.1.12-1~bpo12+1 Installed-Size: 116 Maintainer: Debian Input Method Team Architecture: armhf 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: 15492 SHA256: 4d8a490a6da219d90f82a676570fbd91117ec5142327d86a34d18f9fb66c335c SHA1: ecb52ccb34e3c4969f110eb26e3be046c9927ebb MD5sum: 4c93d845708450ac3bc7ef54745bd3ca 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_armhf.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: 118 Maintainer: Debian Input Method Team Architecture: armhf Depends: fcitx5, libc6 (>= 2.32), libfcitx5config6 (>= 5.0.21), libfcitx5core7 (>= 5.0.21), libfcitx5utils2 (>= 5.0.21), libgcc-s1 (>= 3.5), libgovarnam1 (>= 1.9.0), libstdc++6 (>= 11) Recommends: varnam-schemes Size: 52320 SHA256: dafa417587e4a39e250e0905c0fad8e2ccf156fcb71128590c8b27f0142a0520 SHA1: 4d4a2ff27819ae572902e036a406ee6df9d6669b MD5sum: 67d3364dc931eab62bb14c394b736216 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_armhf.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: ffmpegfs Version: 2.17-1~bpo12+1 Installed-Size: 974 Maintainer: Norbert Schlia Architecture: armhf 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.5), libsqlite3-0 (>= 3.14.0), libstdc++6 (>= 12), libswresample4 (>= 7:5.1), libswscale6 (>= 7:5.0) Size: 427688 SHA256: b2ab1b8f95261b28a82487814ca77292ad84da798c72529e4ae9ba52add0c996 SHA1: 46e456e295e760563a169aaf00a4802db3fecfc9 MD5sum: f0857716fcff28e22472122e7bac1088 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_armhf.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: flatpak-builder Version: 1.4.4-1~bpo12+1 Installed-Size: 330 Maintainer: Utopia Maintenance Team Architecture: armhf 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: 139904 SHA256: dcacf72dde4ff57f64fbd1ee3f1659c945a849715213142d13d4e314ffebb3d2 SHA1: 86146a91b64fd5d8f1a116718512b6391d0c5976 MD5sum: 09587b6c0189f426dc578140c3b47a98 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_armhf.deb Package: flatpak-builder-tests Source: flatpak-builder Version: 1.4.4-1~bpo12+1 Installed-Size: 149 Maintainer: Utopia Maintenance Team Architecture: armhf 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: 61757ced093de187c0178eb8112b7563ff2039d317f6704af70f2bf8c486a369 SHA1: 9538a5b98e8dd152c2018f9e66eade2377319183 MD5sum: 25fe2e66deead610aa221d71c73ef2c1 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_armhf.deb Package: flydraw Source: wims Version: 2:4.27a+dfsg1-3~bpo12+1 Installed-Size: 107 Maintainer: Georges Khaznadar Architecture: armhf Depends: libc6 (>= 2.34), libgd3 (>= 2.1.0~alpha~), imagemagick (>= 4:5.4.4.5-1) | graphicsmagick-imagemagick-compat Size: 46600 SHA256: 85f8ddfc839fdf5390e434651324c68b2072c29d3c53ce0d54ccc0aca1660d94 SHA1: e4a110a035a4e176f0310c597aca8ce5999d6275 MD5sum: 516a6652f6decea45c7645238206200e 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_armhf.deb Package: font-manager Version: 0.8.9-1~bpo12+1 Installed-Size: 706 Maintainer: Debian Fonts Task Force Architecture: armhf 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: 300528 SHA256: d59333514e4e4989d17fb37d23dbcde3c10b1c1081c1a0736feffdda375b22af SHA1: af434169b8051835f890e9a844b058139e87521a MD5sum: 37dac02962727a5a242016733830110c 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_armhf.deb Package: font-manager-common Source: font-manager Version: 0.8.9-1~bpo12+1 Installed-Size: 10359 Maintainer: Debian Fonts Task Force Architecture: armhf Depends: libc6 (>= 2.4), 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: 1770696 SHA256: 8a5a3c96d3dbab3d2ec95adada747501bb4b4bcd62b9ed87cda5cfe2c74b492f SHA1: a6d7097ceab04fa7a989671c2f7837b4b8edfb88 MD5sum: d853ec1f4746f693a426182985a2dc93 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_armhf.deb Package: font-viewer Source: font-manager Version: 0.8.9-1~bpo12+1 Installed-Size: 117 Maintainer: Debian Fonts Task Force Architecture: armhf 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: 60836 SHA256: 287208750ab6bb4fefc9c557b28a4f8f85452e562ea6b83cd5f06a2bbc311333 SHA1: 0f752e271dae2a7562fae005de9b618c7a4e5c4c MD5sum: bc0f89f2cda42e96bcd82ffd3486e272 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_armhf.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.2-1~bpo12+1) Version: 4:102.12+LibO25.2.2-1~bpo12+1 Installed-Size: 280 Maintainer: Debian LibreOffice Maintainers Architecture: all Replaces: ttf-opensymbol Provides: ttf-opensymbol Recommends: fontconfig Size: 127236 SHA256: 3d4632dc3b40b0626fb42ad5cfc90d875f7cdf0b070829f984610b60e7736e47 SHA1: 258ed409aefd405359b936ac2067949ec6d991c6 MD5sum: 564ea42d1e684a937f071197910a3268 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.2-1~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: 320 Maintainer: Marco d'Itri Architecture: armhf 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: 141880 SHA256: c219b33e9d16aa970c99147f6045e088611631dadbbe7a55da65ef149f0277ba SHA1: bb98b31fe875afc83c4c6d3da999b09f0e1cb6ab MD5sum: 8aae00cb2a4faa8999a6c1dece2332fe 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_armhf.deb Package: fp-compiler Source: fpc Version: 3.2.2+dfsg-34~bpo12+1 Installed-Size: 103 Maintainer: Pascal Packaging Team Architecture: armhf Depends: fp-compiler-3.2.2 (= 3.2.2+dfsg-34~bpo12+1) Size: 28388 SHA256: be4befe8f2a3de415ee9110eeadb818297b37ee56698358224d034cb651c982e SHA1: 625d28bfb065ea7cdc2e7f3d94375608ebf11739 MD5sum: 1380c7aea045ece9219559486dccbcd6 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_armhf.deb Package: fp-compiler-3.2.2 Source: fpc Version: 3.2.2+dfsg-34~bpo12+1 Installed-Size: 10276 Maintainer: Pascal Packaging Team Architecture: armhf 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: 1836956 SHA256: 7c8a767078bfdeae110ef2c437d7e565010df5a6d911789b0e2b4980bd4e9a8e SHA1: 38b1ea1560bb665720c91da8b65a6c703391e67d MD5sum: c907729ce030f187e44fa72150138198 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_armhf.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: 4526 Maintainer: Pascal Packaging Team Architecture: armhf 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: 1170952 SHA256: 9cdc8108be976dacbce9b638efdf5c69a4b7ccd37347e7317257a77a868a5cdc SHA1: 9a95993ec69b480670cef1089f49ef013da46742 MD5sum: e4769d21ad476b3b2751dcc99acbfe57 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_armhf.deb Package: fp-units-base Source: fpc Version: 3.2.2+dfsg-34~bpo12+1 Installed-Size: 103 Maintainer: Pascal Packaging Team Architecture: armhf Depends: fp-units-base-3.2.2 (= 3.2.2+dfsg-34~bpo12+1) Size: 28348 SHA256: 1fac0c82e7292221e472ac40cdaa625d95302ad531ddd8fae757c2eda4acdca1 SHA1: 96ddf9745597a4c271ae44f1edf75245f5eeefdf MD5sum: 19b5a1831ae3cde2d270d6a69e324804 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_armhf.deb Package: fp-units-base-3.2.2 Source: fpc Version: 3.2.2+dfsg-34~bpo12+1 Installed-Size: 6584 Maintainer: Pascal Packaging Team Architecture: armhf 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: 1152508 SHA256: 681bcbfe95da243df01f982da5f79cec19a882cd7d051784b4dc1ea019951b48 SHA1: 0b2fc7fd023c0e7060f544c2a5182d7cf9464c5b MD5sum: 807bfd76eea5c861abc23740a62a726e 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_armhf.deb Package: fp-units-castle-game-engine Source: castle-game-engine Version: 7.0~alpha.3+dfsg1-2~bpo12+1 Installed-Size: 140925 Maintainer: Pascal Packaging Team Architecture: armhf 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: 18270772 SHA256: 9990af3e08cb6ea7e21a5cd2989b11b29484e4859c9f6f6f1410ef0353d18289 SHA1: 8ae048959cb4ffaba4291f08cabf587eeb0b54e5 MD5sum: e12530366c4c83d32339dc7660586a89 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_armhf.deb Package: fp-units-db Source: fpc Version: 3.2.2+dfsg-34~bpo12+1 Installed-Size: 103 Maintainer: Pascal Packaging Team Architecture: armhf Depends: fp-units-db-3.2.2 (= 3.2.2+dfsg-34~bpo12+1) Size: 28336 SHA256: 9a1868830199499917264618037550c5335b2c4aff54ceb4d92343e1484d2b77 SHA1: 1c2cdbf1ecbb5682866cc9273f4e55027bfd71bb MD5sum: c1ca4b70ef1d36348e0fa07c04d40ce8 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_armhf.deb Package: fp-units-db-3.2.2 Source: fpc Version: 3.2.2+dfsg-34~bpo12+1 Installed-Size: 25478 Maintainer: Pascal Packaging Team Architecture: armhf 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: 2632836 SHA256: fc4d1291ced82be57510f32df619ce187d2589e0dbfe472f6de4dbfd66f054a7 SHA1: 7f4601076ce1ef9ffc803d145db5d6058727b622 MD5sum: 2d0db1f74c71d9d4b7a40b270a82992a 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_armhf.deb Package: fp-units-fcl Source: fpc Version: 3.2.2+dfsg-34~bpo12+1 Installed-Size: 103 Maintainer: Pascal Packaging Team Architecture: armhf Depends: fp-units-fcl-3.2.2 (= 3.2.2+dfsg-34~bpo12+1) Size: 28284 SHA256: c565cb553d57dc05256f0c4587627fb11541109bafa07b5da23ba80641e80638 SHA1: 14a5faad6204c4a3a8b60e67f81db77012179ab2 MD5sum: 3658fb0143440543b27626457613d624 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_armhf.deb Package: fp-units-fcl-3.2.2 Source: fpc Version: 3.2.2+dfsg-34~bpo12+1 Installed-Size: 52333 Maintainer: Pascal Packaging Team Architecture: armhf 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: 6980060 SHA256: 61453a2ce7b3a90f2e5817773c96f591d116ceb9595418156663f83cc9b7eb2f SHA1: 58464fd854d36440a245c6f208cf9b19a14bcfe5 MD5sum: e1933cadd9fbfa47fc76444df279f1db 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_armhf.deb Package: fp-units-fv Source: fpc Version: 3.2.2+dfsg-34~bpo12+1 Installed-Size: 103 Maintainer: Pascal Packaging Team Architecture: armhf Depends: fp-units-fv-3.2.2 (= 3.2.2+dfsg-34~bpo12+1) Size: 28328 SHA256: b88be4cae967b3716c5a29b22987971ec07f76b5cc818add49aad1d271468a6a SHA1: 6974e361ba76d0da438bca15450e04b1af7b42ab MD5sum: 56d0cc48d8a5159b7552462b035a92cf 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_armhf.deb Package: fp-units-fv-3.2.2 Source: fpc Version: 3.2.2+dfsg-34~bpo12+1 Installed-Size: 1985 Maintainer: Pascal Packaging Team Architecture: armhf 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: 339200 SHA256: 096c8a07dbf080812bae71820f80f316009ae6e444c79f899b83a52ed8588eb6 SHA1: c8ba568647b0cc7b80eafbcab3e865168d9d454d MD5sum: 064c595c9f9d0148e18a762d85c7d855 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_armhf.deb Package: fp-units-gfx Source: fpc Version: 3.2.2+dfsg-34~bpo12+1 Installed-Size: 103 Maintainer: Pascal Packaging Team Architecture: armhf Depends: fp-units-gfx-3.2.2 (= 3.2.2+dfsg-34~bpo12+1) Size: 28400 SHA256: 214b83bdf5dfd62251a672ddbbaa3c615cafda90a2162321354ac879ab30ddeb SHA1: e1eddf6d0e645f22b6c974f07996e6d101c25c99 MD5sum: 1958fa5dff0df6fac659d2cca557d24b 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_armhf.deb Package: fp-units-gfx-3.2.2 Source: fpc Version: 3.2.2+dfsg-34~bpo12+1 Installed-Size: 5214 Maintainer: Pascal Packaging Team Architecture: armhf 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: 1047236 SHA256: d899fb0f3c3e1903267f7f3dc57a8d63bddf714828f41eda2b31c4d357137add SHA1: 463799a0f7610a465317ff5d30c6517e3e476b67 MD5sum: a807d1b927da7aecf776560de175ba0f 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_armhf.deb Package: fp-units-gtk2 Source: fpc Version: 3.2.2+dfsg-34~bpo12+1 Installed-Size: 103 Maintainer: Pascal Packaging Team Architecture: armhf Depends: fp-units-gtk2-3.2.2 (= 3.2.2+dfsg-34~bpo12+1) Size: 28312 SHA256: 38d6c098bf0270c15d48ac5da5f3295d0511da95ce84cd7996f67c61bcba6318 SHA1: 539c2f1a364e36283f435000d1d05e6e9f83e950 MD5sum: 648b1335cd0804648ec53cd048a99e83 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_armhf.deb Package: fp-units-gtk2-3.2.2 Source: fpc Version: 3.2.2+dfsg-34~bpo12+1 Installed-Size: 7728 Maintainer: Pascal Packaging Team Architecture: armhf 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: 1059972 SHA256: fc42b1f83590c579194e795876bb579e76fa39b44d5f161064d67655c7436c71 SHA1: 646f25a21f0850874ce2cdc359a37d9f34df8e2e MD5sum: 30242af68e43ecdbfb8188301021bc6f 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_armhf.deb Package: fp-units-math Source: fpc Version: 3.2.2+dfsg-34~bpo12+1 Installed-Size: 103 Maintainer: Pascal Packaging Team Architecture: armhf Depends: fp-units-math-3.2.2 (= 3.2.2+dfsg-34~bpo12+1) Size: 28460 SHA256: c8fd184681ee21a2bb9b8cbd983e18abeb3f0747473271a1c48eb52f3c3fdfa6 SHA1: 6f880250aff861fedb4f4b7a50ba206e29e1adad MD5sum: d7078a96b25e110876943821c49cf371 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_armhf.deb Package: fp-units-math-3.2.2 Source: fpc Version: 3.2.2+dfsg-34~bpo12+1 Installed-Size: 1687 Maintainer: Pascal Packaging Team Architecture: armhf 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: 330348 SHA256: 3aec6c6efbc158c1712a029aa48a64aa6bffd4a7a8fdfdfbf8881893e0c5c287 SHA1: d5a45450a96eb101970b82876c21245dbd265196 MD5sum: ba674dc8d802f07d1b93902019bdb287 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_armhf.deb Package: fp-units-misc Source: fpc Version: 3.2.2+dfsg-34~bpo12+1 Installed-Size: 103 Maintainer: Pascal Packaging Team Architecture: armhf Depends: fp-units-misc-3.2.2 (= 3.2.2+dfsg-34~bpo12+1) Size: 28352 SHA256: f4b5a4c5ba63d241875af187113eef11d6c100ac2f74b6a08355daeb4d9d7952 SHA1: 96b7bad7dfe152678f788d788b514e04e04d9e4b MD5sum: 976e638b4e8d301a2bf5238d38eb8b3e 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_armhf.deb Package: fp-units-misc-3.2.2 Source: fpc Version: 3.2.2+dfsg-34~bpo12+1 Installed-Size: 10032 Maintainer: Pascal Packaging Team Architecture: armhf 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: 1436008 SHA256: 687297031288d93e5bcc34f3df1e2013f3791e3ab909ba74ed10e52e1fe9da04 SHA1: 74ec38597bcc7c6149c19fa487b81a230627c797 MD5sum: e10f4331ef1692e5839469eb89dc830e 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_armhf.deb Package: fp-units-multimedia Source: fpc Version: 3.2.2+dfsg-34~bpo12+1 Installed-Size: 103 Maintainer: Pascal Packaging Team Architecture: armhf Depends: fp-units-multimedia-3.2.2 (= 3.2.2+dfsg-34~bpo12+1) Size: 28312 SHA256: 2b9e28cc6e8287cadd7c8d7a93dff86a90bc084e781c5455acd7a4e868a7d8dc SHA1: dcd482c33e41bc2728a2200c154a6f29af43669d MD5sum: 123fba557aceeb78837b85373e5b0992 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_armhf.deb Package: fp-units-multimedia-3.2.2 Source: fpc Version: 3.2.2+dfsg-34~bpo12+1 Installed-Size: 1483 Maintainer: Pascal Packaging Team Architecture: armhf 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: 231660 SHA256: de235fad27e77cc0f555e962fdfc9e93de28f42d76b139031d487525c3e9c446 SHA1: 664bcbbc15082d153dad36fd8ed7d6957b5a6774 MD5sum: 40292d23cefab887cd1767511e86d2fa 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_armhf.deb Package: fp-units-net Source: fpc Version: 3.2.2+dfsg-34~bpo12+1 Installed-Size: 103 Maintainer: Pascal Packaging Team Architecture: armhf Depends: fp-units-net-3.2.2 (= 3.2.2+dfsg-34~bpo12+1) Size: 28344 SHA256: c3fbcaaa6037fc796b5efa9ea4a193059720ef9a3ec273384815e36f7587e5ed SHA1: fb3cd61b063f0a494e35ae8f5cbbc1c6ca95aacc MD5sum: e502ba7a39eed38ed166bb8990318b44 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_armhf.deb Package: fp-units-net-3.2.2 Source: fpc Version: 3.2.2+dfsg-34~bpo12+1 Installed-Size: 73331 Maintainer: Pascal Packaging Team Architecture: armhf 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: 7818248 SHA256: f53feb0be20c1807baac9873e382218093ce6f7144fd25288d36536479f5bab2 SHA1: e4dbfddd38671345f1b6fa429c028f888b086a2b MD5sum: 08abe212b4aa7ffe678e7ad7f0e16d66 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_armhf.deb Package: fp-units-rtl Source: fpc Version: 3.2.2+dfsg-34~bpo12+1 Installed-Size: 103 Maintainer: Pascal Packaging Team Architecture: armhf Depends: fp-units-rtl-3.2.2 (= 3.2.2+dfsg-34~bpo12+1) Size: 28292 SHA256: eaa16b1d2c392aa37cc5b91e0d62c5558f1834e593195442aafdd59af574e614 SHA1: bb28112f55d0e08dc0d31da465f3a55ff8ce106d MD5sum: d217a5d5a30a6c9e7d5ad1825f54771c 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_armhf.deb Package: fp-units-rtl-3.2.2 Source: fpc Version: 3.2.2+dfsg-34~bpo12+1 Installed-Size: 48900 Maintainer: Pascal Packaging Team Architecture: armhf 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: 6709300 SHA256: 5a7d8f0689adfa739bd8fd45ba63b9ee02d77c2aac159973d699e10cc93e456e SHA1: 46eeab3cdad1541e95ad50a01f7d6d633370d540 MD5sum: e44793e5706aa4719271b4d1fdc4b22b 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_armhf.deb Package: fp-units-wasm Source: fpc Version: 3.2.2+dfsg-34~bpo12+1 Installed-Size: 100 Maintainer: Pascal Packaging Team Architecture: armhf Depends: fp-units-wasm-3.2.2 (= 3.2.2+dfsg-34~bpo12+1) Size: 28160 SHA256: 658216c7c8fd8032bc10ebce686a04ae8e5037bd6f9f92a6540cae10a338f33c SHA1: e86790d53188329f1d4121f8b77f8b14bab8673c MD5sum: c3c1da1349df5e599297c4d0f577113b 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_armhf.deb Package: fp-units-wasm-3.2.2 Source: fpc Version: 3.2.2+dfsg-34~bpo12+1 Installed-Size: 4811 Maintainer: Pascal Packaging Team Architecture: armhf 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: 740652 SHA256: 4bad79ed48851a9d93fa5bd1afe8c4be5a33380caec63daae941abdfd8e062a0 SHA1: e1e2e37434e9be2fe052aa4b070b6b69766eba68 MD5sum: b61d961b1124155e6cb043055f66e9f5 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_armhf.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: 39056 Maintainer: Pascal Packaging Team Architecture: armhf 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: 4417112 SHA256: 115445438d6d4b5315462a47b4581b80798b1bd7538271e54e79c11e32991d4f SHA1: d53a9d7b08e5fcc2734f19c9997aaa356066944b MD5sum: 2f2b405f033ed37e27f29c24d58f7eda 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_armhf.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.6~bpo12+1 Installed-Size: 12498 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: 4107452 SHA256: dbc63907cdb3f31a1877d78e8e6fab5476b8602076b60e098e1768a468e13ed2 SHA1: b020830ba81d6ff78e6e5d445157a1fe00d61b67 MD5sum: f324385fb98fa27f7164aa6c34fcef1f 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.6~bpo12+1_all.deb Package: freedombox-doc-en Source: freedombox Version: 25.6~bpo12+1 Installed-Size: 50582 Maintainer: FreedomBox packaging team Architecture: all Size: 45634460 SHA256: 3463a90c82acd10d8a23f83e374063bdf2e6d5166ee46be4e382c947f75396aa SHA1: 1b61b57c24ec04363d218a38eda8e57a698b9998 MD5sum: 46984ee07366672a25000578b112e1a1 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.6~bpo12+1_all.deb Package: freedombox-doc-es Source: freedombox Version: 25.6~bpo12+1 Installed-Size: 50216 Maintainer: FreedomBox packaging team Architecture: all Size: 44537556 SHA256: 4401e98e45a6e2a1787b88fbe3e29c5b1a6ced9e3046c12ae9510d97f80860fa SHA1: ec429a4c4668114ff7ed9909b8e10d8b02b77627 MD5sum: e29c72ce0eabd7eacd50aa8aa5cbcc04 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.6~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: 273 Maintainer: Fabio Fantoni Architecture: armhf Depends: freeipmi-common (= 1.6.13-2~bpo12+1), freeipmi-tools, libc6 (>= 2.34), libfreeipmi17 (>= 1.1.5) Size: 204960 SHA256: b0b98cbfadff7964433ba6e0abc32b13fed7a2e91d054b251dc23fd273ff7c81 SHA1: 005fea2f364bab42ab9847f7200deb0336f99f73 MD5sum: 226014c926af5f0041c0519059b9e4e9 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_armhf.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: 263 Maintainer: Fabio Fantoni Architecture: armhf Depends: freeipmi-common (= 1.6.13-2~bpo12+1), libc6 (>= 2.34), libfreeipmi17 (>= 1.1.5), libipmidetect0 (>= 1.1.5) Size: 197644 SHA256: 370bfbe92681e36f85abc5d911a05a2bb94e55dce5f769c62c172c81c47e1f08 SHA1: 5405ede2158751971ac8d1222a5a82a608745ee0 MD5sum: 10167d6f3d9178b48af06196a065261e 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_armhf.deb Package: freeipmi-ipmiseld Source: freeipmi Version: 1.6.13-2~bpo12+1 Installed-Size: 321 Maintainer: Fabio Fantoni Architecture: armhf Depends: freeipmi-common (= 1.6.13-2~bpo12+1), libc6 (>= 2.34), libfreeipmi17 (>= 1.4.4) Size: 238660 SHA256: ea4c8d326f97b990a7d01df08bb8620424719e911412000bef02bda58f810cb7 SHA1: b941958f72f7a611777f092a677ee71c33f287f2 MD5sum: 3bea9b4409184443f8159eede36cde4c 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_armhf.deb Package: freeipmi-tools Source: freeipmi Version: 1.6.13-2~bpo12+1 Installed-Size: 2303 Maintainer: Fabio Fantoni Architecture: armhf 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: 738556 SHA256: 1514475cb690aa58bc89e7b5750a0f05327111b1074f3d9f5dae4402af7f9af1 SHA1: 59c29076d815782700793019e39221244d276130 MD5sum: db21d069e8f69809414c7fce3154c4bb 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_armhf.deb Package: freeradius Version: 3.2.6+dfsg-2~bpo12+1 Installed-Size: 1872 Maintainer: Debian FreeRADIUS Packaging Team Architecture: armhf Provides: radius-server Depends: freeradius-common, freeradius-config, libfreeradius3 (= 3.2.6+dfsg-2~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: 633756 SHA256: 11486927eed1beff3c9f31e1ff633a70522e2b93c2300c906d2d8ea0f376a9e2 SHA1: 4bee41d0fd852cdabb6e71a7b1630def3c588791 MD5sum: 751ad9e924edd7e186905e06869d7b81 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.6+dfsg-2~bpo12+1_armhf.deb Package: freeradius-common Source: freeradius Version: 3.2.6+dfsg-2~bpo12+1 Installed-Size: 1289 Maintainer: Debian FreeRADIUS Packaging Team Architecture: all Depends: adduser Conflicts: radiusd-livingston, xtradius, yardradius Size: 242312 SHA256: 8ce873ccb71a839222b1a271731344d25dafc5571138a84167c6d5388cc1ff12 SHA1: c57bfbdd0ae1bf4a2cb8157f4fbf16892b982109 MD5sum: 06112706f9708f3d472ffee0bf989f3a 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.6+dfsg-2~bpo12+1_all.deb Package: freeradius-config Source: freeradius Version: 3.2.6+dfsg-2~bpo12+1 Installed-Size: 1276 Maintainer: Debian FreeRADIUS Packaging Team Architecture: armhf Depends: adduser, ca-certificates, freeradius-common, make, openssl, ssl-cert Breaks: freeradius-config Size: 221176 SHA256: 09637fd6ad15d192a7cf7e607d7c6f64ae40aec60d8296a8016b4ba695697336 SHA1: 89c356b098afdc05c8c3335028c2c2b3c146f770 MD5sum: 52ab461b324042258fe9c3d4ff0f27fb 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.6+dfsg-2~bpo12+1_armhf.deb Package: freeradius-dhcp Source: freeradius Version: 3.2.6+dfsg-2~bpo12+1 Installed-Size: 76 Maintainer: Debian FreeRADIUS Packaging Team Architecture: armhf Depends: freeradius (= 3.2.6+dfsg-2~bpo12+1), libc6 (>= 2.4) Size: 31112 SHA256: 56cb7b80813ddaf774a059101b9c0f7cea3a24a5be81066f2c9eb7bb690d033a SHA1: 12795de909f34fab46982fa5c9b5e7909ad6433c MD5sum: fba560103d8064810e9aa5cdf8e093ef 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.6+dfsg-2~bpo12+1_armhf.deb Package: freeradius-iodbc Source: freeradius Version: 3.2.6+dfsg-2~bpo12+1 Installed-Size: 42 Maintainer: Debian FreeRADIUS Packaging Team Architecture: armhf Depends: freeradius (= 3.2.6+dfsg-2~bpo12+1), libc6 (>= 2.4), libiodbc2 (>= 3.52.7) Size: 17908 SHA256: f4eea324b2eceaf244c45985a939d63566ff5979a07f11f599b0a1506156f311 SHA1: cb490dd660b48a870a68122e1e14785d481c1dcf MD5sum: 26609cea17ced53bf99a592e58b506be 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.6+dfsg-2~bpo12+1_armhf.deb Package: freeradius-krb5 Source: freeradius Version: 3.2.6+dfsg-2~bpo12+1 Installed-Size: 43 Maintainer: Debian FreeRADIUS Packaging Team Architecture: armhf Depends: freeradius (= 3.2.6+dfsg-2~bpo12+1), libc6 (>= 2.4), libcom-err2 (>= 1.43.9), libkrb5-3 (>= 1.13~alpha1+dfsg) Size: 18696 SHA256: 42b26de4ff79eb918a1af90f4471385edf2f4448187e4fa5802203dc087c173c SHA1: 17372afef038cd8da146357912ef87dbe3127de9 MD5sum: 403ae2aee9cfcc48aae84397deeb0bb8 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.6+dfsg-2~bpo12+1_armhf.deb Package: freeradius-ldap Source: freeradius Version: 3.2.6+dfsg-2~bpo12+1 Installed-Size: 96 Maintainer: Debian FreeRADIUS Packaging Team Architecture: armhf Depends: freeradius (= 3.2.6+dfsg-2~bpo12+1), libc6 (>= 2.4), libldap-2.5-0 (>= 2.5.4) Size: 41480 SHA256: a4b323d39b28c48f275a1dc2103f5caaeaf8930f4a8c2f6d1b38b9d37bbb133f SHA1: 0ea99e09933611f160833259a302a0bf12104c09 MD5sum: ed6faa1a24711c8143d28044d1868fb8 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.6+dfsg-2~bpo12+1_armhf.deb Package: freeradius-memcached Source: freeradius Version: 3.2.6+dfsg-2~bpo12+1 Installed-Size: 43 Maintainer: Debian FreeRADIUS Packaging Team Architecture: armhf Depends: freeradius (= 3.2.6+dfsg-2~bpo12+1), libc6 (>= 2.4), libmemcached11 (>= 1.1.4) Size: 19124 SHA256: 57288d7b10becd87a9661a447d3fdcb898587694b93a854b6aeef2a0f43e2e29 SHA1: fd9a6691315655160de69395bd488b00e93625ab MD5sum: 35d809d7f06f7fbc8316c70107acf326 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.6+dfsg-2~bpo12+1_armhf.deb Package: freeradius-mysql Source: freeradius Version: 3.2.6+dfsg-2~bpo12+1 Installed-Size: 43 Maintainer: Debian FreeRADIUS Packaging Team Architecture: armhf Depends: freeradius (= 3.2.6+dfsg-2~bpo12+1), libc6 (>= 2.4), libmariadb3 (>= 3.0.0) Size: 19504 SHA256: a09152e1946b39100966843ae17ae3054c6d226db2415f01b529ede7a64202a2 SHA1: c3f72997a6d222bb968ca601279822e6b6f92498 MD5sum: 72fd2d874376b98da5b23a2f6707f4a0 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.6+dfsg-2~bpo12+1_armhf.deb Package: freeradius-postgresql Source: freeradius Version: 3.2.6+dfsg-2~bpo12+1 Installed-Size: 58 Maintainer: Debian FreeRADIUS Packaging Team Architecture: armhf Depends: freeradius (= 3.2.6+dfsg-2~bpo12+1), libc6 (>= 2.15), libpq5 (>= 8.4~) Size: 22524 SHA256: b562950435eb6efaf9726d264deddb7ef55adbbf665c0a672b3b4e3af9d35530 SHA1: 393305ea5dac489580b22d2e208269b591c01744 MD5sum: 10ab41cb65cbc3a474ca3aa72c5334ae 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.6+dfsg-2~bpo12+1_armhf.deb Package: freeradius-python3 Source: freeradius Version: 3.2.6+dfsg-2~bpo12+1 Installed-Size: 52 Maintainer: Debian FreeRADIUS Packaging Team Architecture: armhf Depends: freeradius (= 3.2.6+dfsg-2~bpo12+1), libc6 (>= 2.34), libpython3.11 (>= 3.11.0) Size: 24104 SHA256: d868f06ab03197d1858da3bfbfea979e6e9ae96a8835b08f62acb5d8c4fc9443 SHA1: 6b03af02e3959f0aca2f26675745df9c9378abc3 MD5sum: 363f99ba7da5e3d6c7fb17785730c860 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.6+dfsg-2~bpo12+1_armhf.deb Package: freeradius-redis Source: freeradius Version: 3.2.6+dfsg-2~bpo12+1 Installed-Size: 63 Maintainer: Debian FreeRADIUS Packaging Team Architecture: armhf Depends: freeradius (= 3.2.6+dfsg-2~bpo12+1), libc6 (>= 2.4), libhiredis0.14 (>= 0.14.0) Size: 23100 SHA256: d8b3875e899f558bc9d75e6b5ed4a3498c96f2281a94518481ded098bf58e8b8 SHA1: 060035e4b914ce8ce9f4b90b9d5aa165d8c56814 MD5sum: 022e90c4a03ae4e7a15fed08d8561750 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.6+dfsg-2~bpo12+1_armhf.deb Package: freeradius-rest Source: freeradius Version: 3.2.6+dfsg-2~bpo12+1 Installed-Size: 63 Maintainer: Debian FreeRADIUS Packaging Team Architecture: armhf Depends: freeradius (= 3.2.6+dfsg-2~bpo12+1), libc6 (>= 2.4), libcurl4 (>= 7.16.2), libjson-c5 (>= 0.15) Size: 29432 SHA256: f64c9eae85844eeb85febbfa17ed94cad677f3199bc7e6f3a4fedf389722b97b SHA1: 9c2338634c3e38c781f116841edd59d25419526e MD5sum: 4c498179796487741f7718154c63a205 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.6+dfsg-2~bpo12+1_armhf.deb Package: freeradius-utils Source: freeradius Version: 3.2.6+dfsg-2~bpo12+1 Installed-Size: 269 Maintainer: Debian FreeRADIUS Packaging Team Architecture: armhf Depends: freeradius-common, freeradius-config, libfreeradius3 (= 3.2.6+dfsg-2~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: 103084 SHA256: 22d78de9c4af613fec1e37b1a035c0b4066cc818b61030a38886edad293e86df SHA1: eef2d4c4cc8a9dda2e782cd6eaea0731ab33eafb MD5sum: 4fdcef1df8e1654b6c27f0051be768b0 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.6+dfsg-2~bpo12+1_armhf.deb Package: freeradius-yubikey Source: freeradius Version: 3.2.6+dfsg-2~bpo12+1 Installed-Size: 47 Maintainer: Debian FreeRADIUS Packaging Team Architecture: armhf Depends: freeradius (= 3.2.6+dfsg-2~bpo12+1), libc6 (>= 2.4), libykclient3 (>= 2.11), libyubikey0 (>= 1.5) Size: 20244 SHA256: f273058e60aea6fa1fa58c8222433023ecc2b4670729a3e9059f21d81c0af254 SHA1: d308255c056e29da0dd0acaaa91fc8762b0f9d55 MD5sum: da6ac34a1736f70833c826f7aadc815e 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.6+dfsg-2~bpo12+1_armhf.deb Package: fsearch Version: 0.2.3-3~bpo12+1 Installed-Size: 1003 Maintainer: Debian QA Group Architecture: armhf 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: 222044 SHA256: 61bbd89c23bfbf213c1f316c56f24a2cf43946d9fae410b5251340d2a54e8325 SHA1: b5006388a4b930ec36f7d1f7747dfc74915ff492 MD5sum: 90d957c692180b410a2e53eb29d4661c 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_armhf.deb Package: fuse2fs Source: e2fsprogs Version: 1.47.2~rc1-2~bpo12+2 Installed-Size: 103 Maintainer: Theodore Y. Ts'o Architecture: armhf 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: 44360 SHA256: 9e2b356ac2e434e33f4da7623a61e1cdb4725688e927232b9537c911defe2232 SHA1: 8972a143007f8d18e9b906cd74318bf39a6e16a5 MD5sum: f02c1e6f08525ffd268b33da8ef51951 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_armhf.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: 33 Maintainer: Ralph Ronnquist Architecture: armhf Depends: libc6 (>= 2.34), libfuse3-3 (>= 3.12.0), fuse3 Size: 13680 SHA256: 75c31ef86419be20fb24552f355ea56cf1fae45c0eccb7c50d512e9b2edbfe5f SHA1: efa7b109d4631fe5baf283d1b4a85b2245dbcc74 MD5sum: 47d5ea1cf17e7d91197e9552c64825c3 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_armhf.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.3-1~bpo12+1 Installed-Size: 2213 Maintainer: Unit 193 Architecture: all Depends: python3-requests, python3:any Suggests: ffmpeg, python3-brotli, yt-dlp | youtube-dl Size: 390804 SHA256: 527effd8a4321477b29a2676582dd201ad044a9a333b100f2b22f2c35fa5405d SHA1: c7908aab6b04083857f9def3e813c1b6154ce632 MD5sum: 92bbc2b431a7cc338837a065ed210962 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.3-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: armhf Depends: g++-12, gccgo-12 Conflicts: golang-go Size: 43900 SHA256: 0d08c193a5d9425ed5ce4bbb7528e4ee451cc96ec9a1fe5320597717e3b8047a SHA1: 8f7717b364e8a83a5d57f6240b979d8d38f0f6c6 MD5sum: 8f6f164fd437e7c8466cbf5b56d686d7 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_armhf.deb Package: gcli Version: 2.3.0-1~bpo12+1 Installed-Size: 704 Maintainer: Simon Richter Architecture: armhf Depends: libc6 (>= 2.34), libcurl3-gnutls (>= 7.56.1) Size: 171548 SHA256: 08f5903aeea86cd786f742a1ce20cc693187a75ccb1404ab432967a53bbcc157 SHA1: cf8f05568334edc687fcecd8662f80926e5c3855 MD5sum: b74758e89a82117f007a71661ce48e81 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_armhf.deb Package: genometools Version: 1.6.5+ds-2~bpo12+1 Installed-Size: 2934 Maintainer: Debian Med Packaging Team Architecture: armhf 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: 1455012 SHA256: 2c0501b93474d8fbf0b14f073756e605677f2bfbb1a6234823808e3b8cbd4950 SHA1: 79be67600b69e07832c0ed2ce01d22949d6064d0 MD5sum: cfa49c3b8e3cb04f2e0c8aa4c67a7a1e 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_armhf.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: 272 Maintainer: Marc Haber Architecture: armhf 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: 126176 SHA256: be622ad710e188e382dc389d969d047dc2173fe4e94ccc144ec916142f6df4ab SHA1: ba991d13ed4f8c5b7aa8b570e754bca111768b7e MD5sum: b4232b2a5fd3854b400f5a01e964e3fa 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_armhf.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: 44080 Maintainer: Debian PaN Maintainers Architecture: armhf Depends: libblas3 | libblas.so.3, libbullet3.24 (>= 3.24+dfsg), libc6 (>= 2.34), libffi8 (>= 3.4), libg3d0 (>= 0.0.7), libgcc-s1 (>= 3.5), 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: 6914044 SHA256: cc1c0b28a3e581ab90d09407fb2a0129ee185412c896f4ab6e3bc62fb0b1db5f SHA1: 67ad39ddef18f6eb44c046cb0a51b527ec4261e8 MD5sum: f79a56ab0b1b0409f9d44d68b6918280 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_armhf.deb Package: gir1.2-atk-1.0 Source: at-spi2-core Version: 2.56.1-2~bpo12+1 Installed-Size: 102 Maintainer: Debian Accessibility Team Architecture: armhf Depends: gir1.2-glib-2.0, libatk1.0-0 (= 2.56.1-2~bpo12+1) Size: 25884 SHA256: 27ad8dd9e783d936a6c51e54b677f73737c8543394712ce83d55995cc597473b SHA1: a19464b797bf2fdcf75cfe20d1030a4c0baf702c MD5sum: 8fc936d41f3610394486c54abccac09b 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.1-2~bpo12+1_armhf.deb Package: gir1.2-atspi-2.0 Source: at-spi2-core Version: 2.56.1-2~bpo12+1 Installed-Size: 86 Maintainer: Debian Accessibility Team Architecture: armhf 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.1-2~bpo12+1) Size: 23724 SHA256: 7bdf42ebabf6db0f672ceb45c86b12202dca939e0c50cef98980db837f346f5f SHA1: 790eb34d6e9f09de7e025d232a2ce3c164406fce MD5sum: fe4a4e4a3ff991ba47741ab3aa074b9c 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.1-2~bpo12+1_armhf.deb Package: gir1.2-hkl-5.0 Source: hkl Version: 5.1.3-1~bpo12+1 Installed-Size: 38 Maintainer: Debian PaN Maintainers Architecture: armhf Depends: libhkl5 (>= 5.0.0.3434) Size: 11412 SHA256: e3854eebf488b273881f8a9a8ae6cdb8efbe6bcdc5f50d9736467560bf1bb67f SHA1: 0298ad3918c94b161b73a0992ec226393d6c2ffc MD5sum: 82974e208731a59af02e9f95c270c0ae 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_armhf.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: armhf Depends: gir1.2-glib-2.0, libibus-1.0-5 (>= 1.5.29~) Size: 362820 SHA256: 218904836a6a2f14047c2da106a7f10086d6675588c341816ab5b443ed5f33a5 SHA1: 4c04254fcbaa0d93c3211735aa6a1c9ac5787957 MD5sum: 343153462666c0d49f629b4912a33094 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_armhf.deb Package: gir1.2-javascriptcoregtk-4.0 Source: webkit2gtk Version: 2.46.1-2~bpo12+1 Installed-Size: 308 Maintainer: Debian WebKit Maintainers Architecture: armhf Depends: libjavascriptcoregtk-4.0-18 (= 2.46.1-2~bpo12+1), gir1.2-glib-2.0 Size: 49636 SHA256: 3413e7bac7e7711f120f40706333f4ee8980f3f9c0cb8fb06d80376a4147b789 SHA1: 425a09db443b6b26895431f0bec53301127d0eef MD5sum: e0df8655864b805be9f1b22a9fe24683 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_armhf.deb Package: gir1.2-javascriptcoregtk-4.1 Source: webkit2gtk Version: 2.46.1-2~bpo12+1 Installed-Size: 308 Maintainer: Debian WebKit Maintainers Architecture: armhf Depends: libjavascriptcoregtk-4.1-0 (= 2.46.1-2~bpo12+1), gir1.2-glib-2.0 Size: 49632 SHA256: 28cd2d06b8a28eb5a4b49477dc3dea07cc64933d983f3679df5823e22b85ba3c SHA1: 15c68beec2e04e2bc57e9230715b8b12c5a093ed MD5sum: 52be657f70a9051e68a42cf0b014254c 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_armhf.deb Package: gir1.2-javascriptcoregtk-6.0 Source: webkit2gtk Version: 2.46.1-2~bpo12+1 Installed-Size: 307 Maintainer: Debian WebKit Maintainers Architecture: armhf Depends: libjavascriptcoregtk-6.0-1 (= 2.46.1-2~bpo12+1), gir1.2-glib-2.0 Size: 49496 SHA256: 9c12b9e0bc4a5ed7426527abd537543c2e4e5e5ed27df9ecb9bd772ca36bf9cc SHA1: 45669a49ac4fffc635da32f517e458701cba2173 MD5sum: c1c478ffe9058cb816e1834f562b1954 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_armhf.deb Package: gir1.2-lokdocview-0.1 Source: libreoffice Version: 4:25.2.2-1~bpo12+1 Installed-Size: 75 Maintainer: Debian LibreOffice Maintainers Architecture: armhf Depends: liblibreofficekitgtk (= 4:25.2.2-1~bpo12+1), gir1.2-gdkpixbuf-2.0, gir1.2-glib-2.0, gir1.2-gtk-3.0 Size: 43992 SHA256: 1a58b4d201c2768a6238951ac398d0b7312e8d031b49db4cb65a96b9aa6192c6 SHA1: 98da55b04ae443659780529f9e289c649e326b5f MD5sum: 13810fd29c57745cf4f45e550b48d3e8 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.2-1~bpo12+1_armhf.deb Package: gir1.2-webkit-6.0 Source: webkit2gtk Version: 2.46.1-2~bpo12+1 Installed-Size: 429 Maintainer: Debian WebKit Maintainers Architecture: armhf 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: 74404 SHA256: 8091517adc9fe6ea915b6c526941c8f73ed206f108d60a4a4870eea99cfc6301 SHA1: a678f65cc7c17d16908e5ed90951fbd7689bcf23 MD5sum: 71856255305a3fa87b05ab85f0297a23 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_armhf.deb Package: gir1.2-webkit2-4.0 Source: webkit2gtk Version: 2.46.1-2~bpo12+1 Installed-Size: 602 Maintainer: Debian WebKit Maintainers Architecture: armhf 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: 105264 SHA256: 6b8641911c2efab238229b4637eca30881dec0c7afe82b5141b7c01da485e3dd SHA1: 5620c185137ea7cc39ed50d8edc865e2ab916649 MD5sum: f38aa89399e0c536960b8a6c128154d4 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_armhf.deb Package: gir1.2-webkit2-4.1 Source: webkit2gtk Version: 2.46.1-2~bpo12+1 Installed-Size: 602 Maintainer: Debian WebKit Maintainers Architecture: armhf 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: 105324 SHA256: 2545930047c08694b9334d616c5536eec6f4a094db88b6b21d6d03bea76fe993 SHA1: 2ca00fb6e5ef009597b4f27c0bc2f9e75a8f0e38 MD5sum: 478375e9249a61b089a2db1bf35abeed 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_armhf.deb Package: gir1.2-wp-0.4 Source: wireplumber Version: 0.4.17-1~bpo12+1 Installed-Size: 72 Maintainer: Utopia Maintenance Team Architecture: armhf Depends: libwireplumber-0.4-0 (= 0.4.17-1~bpo12+1) Size: 19228 SHA256: 111f7d8ddf909df2952b50b81e5cfb0b7f37006737dc1fa89fafb7f8792bd863 SHA1: 175c5fec2e0dc5fce69e220acf134187cbfaacc3 MD5sum: 2741568683132bd857125e1f0f4ba8b1 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_armhf.deb Package: gir1.2-wp-0.5 Source: wireplumber Version: 0.5.8-1~bpo12+1 Installed-Size: 84 Maintainer: Utopia Maintenance Team Architecture: armhf Depends: gir1.2-glib-2.0, libwireplumber-0.5-0 (= 0.5.8-1~bpo12+1) Size: 23116 SHA256: 280316b696425077c5898b4101027d482ebd58a9f44bd269a5a6b773c1dc3a4f SHA1: 605171a729b0013b08d786427d8af6d921ce3cd3 MD5sum: caa7f0b4d87c5e52a3bb067ee304643b 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_armhf.deb Package: git-annex Version: 10.20240430-1~bpo12+1 Installed-Size: 111243 Maintainer: Debian Haskell Group Architecture: armhf 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: 20139136 SHA256: 8d62e6aa2cd8c3114af9c0ad983d4f892b2d172cf21bc91fdb0ab153e8eb53c2 SHA1: 274a7e8a28cc142cd4b27ee6882882f19a2fbb93 MD5sum: f5926471febf02bbbdd54371c9bd6534 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.20240430-1~bpo12+1_armhf.deb Package: git-credential-oauth Version: 0.13.4-1~bpo12+1 Installed-Size: 5010 Maintainer: Debian Go Packaging Team Architecture: armhf Depends: libc6 (>= 2.34) Recommends: xdg-utils Enhances: git Size: 1557368 SHA256: 9d1cf682d7c6ae30605936bf04f2fb7e62ab5d5340cacc6ef50e934acb95c743 SHA1: d9f40fcb9fc381eabf8116902aefc66124c572f5 MD5sum: eb054c445382492de3d94c88d46cf70f 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_armhf.deb Package: git-debpush Source: dgit Version: 12.11~bpo12+1 Installed-Size: 62 Maintainer: Ian Jackson Architecture: all Depends: devscripts, git, gnupg, libgit-wrapper-perl Size: 36488 SHA256: 817c8cdc04c0f985b07d6462d9edd19f6e0b5a1cd479fce4bdaa2c439aa935a7 SHA1: 0b8220256497692ab92cf474cf77c2cd32c20983 MD5sum: c22c646a1d7ccd0bfa7f636c6c0fc6dc 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.11~bpo12+1_all.deb Package: git-debrebase Source: dgit Version: 12.11~bpo12+1 Installed-Size: 220 Maintainer: Ian Jackson Architecture: all Depends: perl, git-core, libdpkg-perl, libfile-fnmatch-perl, devscripts, liblocale-gettext-perl Recommends: dgit, git-buildpackage Size: 82760 SHA256: 35d1aa2316c4171129ceb8460102f7a6544822d9e48eca1a4259f4f5567a38cc SHA1: 482c26da1ae4887bd9158063911a8593bfa687f0 MD5sum: 389121464fc6f98f785ae27a69843ba6 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.11~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: 20493 Maintainer: Debian Go Packaging Team Architecture: armhf Depends: libc6 (>= 2.34) Size: 5075940 SHA256: ec961084777b6db313ce05bb4b7d9a7d04409d07028e83c9a7b5c2899e40ba80 SHA1: 16f7a4236d15ae706cecfb1d3c662adfaa256fce MD5sum: cac037ba6b393727745d8ca21c1d36e4 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_armhf.deb Package: gnucash Version: 1:5.6-1~bpo12+1 Installed-Size: 23689 Maintainer: Dmitry Smirnov Architecture: armhf 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.5), 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: 5628068 SHA256: 49ba8b950291ae01fedf7abb0817fc4d2ca4e32f43c15ea8d631a259363a0a2f SHA1: 27e0d2da7fb886f21041139aa9c5364f66c454ad MD5sum: 862ffc0a53ba57e1cd6df2eade6632df 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_armhf.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: 19419 Maintainer: Debian Go Packaging Team Architecture: armhf Depends: libc6 (>= 2.34), libcowsql0, libsqlite3-0 (>= 3.12.0) Size: 3091004 SHA256: 3660c58c1956153bea66beb4125e2586076c505331c559f7a7036dc86e560514 SHA1: b1b214bf967db1e8cff506f7773dc091db18cf16 MD5sum: 72c253011958f82ee93152db3f8881f4 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_armhf.deb Package: go-sendxmpp Version: 0.14.1-1~bpo12+1 Installed-Size: 7929 Maintainer: Debian Go Packaging Team Architecture: armhf Depends: libc6 (>= 2.34) Size: 2349332 SHA256: 55320f57e1d0178fa56d393da21dfd52cfdacd5750489695df272777b8b80a30 SHA1: 7b1ad9499c0ad98305b05740986b246fd17d78e6 MD5sum: 521612a0d306eb28ed35a119065ee48f 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_armhf.deb Package: golang Source: golang-defaults Version: 2:1.23~2~bpo12+1 Installed-Size: 12 Maintainer: Debian Go Compiler Team Architecture: armhf 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: f087428d20d0ae6b8d8cc033bd0de119f08e6cb8e83a02ceda4f12c3d0ac19c3 SHA1: ed90b83787198686ea17e2ba6552af7598fcf88d MD5sum: 9127efd218b42c68afb99348440cab10 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_armhf.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: 306218 Maintainer: Debian Go Compiler Team Architecture: armhf 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: 56909640 SHA256: d475b3af4f7f71f2d7417b062e19a1934743d23416c5497269afd915822ce34a SHA1: 2c2259668bd99aa3e56a069e8fd8f18e9ea87521 MD5sum: 452b465811eb7e31c01f0a86dee2081e 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_armhf.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: 91117 Maintainer: Debian Go Compiler Team Architecture: armhf 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: 20443244 SHA256: 0ea7da06e0d27904eeb62b71bf03f729a7a996886e6a402cf4bf03f0ceabe5e8 SHA1: 5e0498bd8201cb084a7852720cf3bdb12da8a88f MD5sum: 75b229f5dd95b0012f11c11058515017 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_armhf.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: 94646 Maintainer: Debian Go Compiler Team Architecture: armhf 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: 20717396 SHA256: 6047e4e226801b86675c9d3e991a46971bfba6950d32ca54447b954e22847c55 SHA1: 9069b6913d06fff491d56a29f42fa99865c895e3 MD5sum: 93ec0ff5eed648d38efc3fe31e79df91 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_armhf.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: 98254 Maintainer: Debian Go Compiler Team Architecture: armhf 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: 21466252 SHA256: db76e0e37195518c67380679e4266a6c4d4fc2b6e34be0a1999b021bcd157cf1 SHA1: f5103fc2174c92243e8b53f494f22bf8c769ff77 MD5sum: b258015f558ed7ab6936aac82e4904a2 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_armhf.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: 107454 Maintainer: Debian Go Compiler Team Architecture: armhf 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: 23638328 SHA256: 3b72ffe384f0cd10e13166858518de58225b8bfc9c27f741dc20b8b2e4407dab SHA1: 619c8b19e5399e8b01fd693b2dc3ca52b52f2fab MD5sum: 3249e053dfa5d105ec750fed74bbdc62 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_armhf.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: armhf Depends: golang-go (>= 2:1.23~2~bpo12+1) Size: 5280 SHA256: cc2116e2ed35c88783176ffb30feba5f666d87bcc341649b31a0d5bd586c43e5 SHA1: 22f708a8c0c11fa5d129e24520c1562089dde38f MD5sum: 0e6d62810062be9276795c729bfc2944 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_armhf.deb Package: golang-chroma-v2 Source: golang-github-alecthomas-chroma-v2 Version: 2.12.0-1~bpo12+1 Installed-Size: 16573 Maintainer: Debian Go Packaging Team Architecture: armhf Depends: libc6 (>= 2.34) Size: 4133036 SHA256: 2e7cdba9c8a794d9d9a5f32c8b37836ec21e5557b782e89b293eb1e0783838f7 SHA1: ca34004e61abf92aae6d7ccff7363fd74d6259ba MD5sum: 38a03fb8dc93d7a6f1dbf0e34207e771 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_armhf.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: armhf 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: d0c6c28d3ab753819e06df02a743868ed57ac9023e6843859a9a9028d1c4b845 SHA1: 47dbba179205480328eb20cbfe67d0549483a561 MD5sum: dedfa5b61544618c3646c1d5fa481573 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_armhf.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-1~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: 1589488 SHA256: d8b2ec5e2e2cd9843179602e447e2ddc0c18a354eb4e6744208275f355a8e44e SHA1: bdd5a57afd2b59937d55677ab0fa6f1261713d50 MD5sum: c47e7a3efaf1ffdf450b439403ae8f60 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-1~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: armhf 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: 44400 SHA256: c1b08f7f56b10970e72553424a4f11e28eec8042e7eb81d5c5721ac9284e9e9d SHA1: 5eb80dd052f3a18e0a590d664a8d3c098066c2ee MD5sum: 04ca8ca8f6561ee547ed16a919728bd1 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_armhf.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: 18898 Maintainer: Debian Go Packaging Team Architecture: armhf Depends: libc6 (>= 2.34), libolm3 (>= 3.1.4), libsqlite3-0 (>= 3.12.0) Recommends: ffmpeg Size: 4745444 SHA256: 7cfa0f4bbd03b3b73d3c932c7bde3004a0cf5e253309efde67e31b0a6d205b8f SHA1: 6fd98f9d5ced9989381ba4f49f63ba786de2defb MD5sum: a9fc7330081f7d65699ed6cbf3063e38 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_armhf.deb Package: gpiod Source: libgpiod Version: 2.1.3-1~bpo12+1 Installed-Size: 140 Maintainer: Gavin Lai (賴建宇) Architecture: armhf Depends: libc6 (>= 2.34), libgpiod3 (>= 2.1) Size: 41720 SHA256: a356a2f2e4f093992503f26ee40b5b16574d4fd86dd42d316f54375ab5de08a8 SHA1: 832d622f75312dfdba0994ac1f6d1ddb8f1a3bab MD5sum: 6bd4288203e475618716ea50cefc6dbf 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_armhf.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: 14378 Maintainer: GRUB Maintainers Architecture: armhf 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: 2689796 SHA256: 67fd94b9901de7330a60e3971f18eb912682bf056a86fdd2c4664d6616e2cf20 SHA1: 0cbffd43fac85c7aaa488847a3397893052f335e MD5sum: 7230b99bdc0a0f7afb08844521c97cb7 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_armhf.deb Package: grub-efi Source: grub2 Version: 2.12-1~bpo12+1 Installed-Size: 333 Maintainer: GRUB Maintainers Architecture: armhf Depends: grub-efi-arm (= 2.12-1~bpo12+1) Size: 314888 SHA256: ca5d5db6a38bf6ecd35e06848148aa74a99fb5e8cd938d079891c67d0002aef0 SHA1: 33a2c1c9abfd1b6bbf0016bf6f7ec447f741a164 MD5sum: 5f7cb424ff7fa63466b238725aef0081 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_armhf.deb Package: grub-efi-arm Source: grub2 Version: 2.12-1~bpo12+1 Installed-Size: 505 Maintainer: GRUB Maintainers Architecture: armhf Depends: debconf (>= 0.5) | debconf-2.0, grub2-common (= 2.12-1~bpo12+1), grub-efi-arm-bin (= 2.12-1~bpo12+1), ucf Conflicts: grub-uboot Size: 358284 SHA256: 100836daf7967a68e5972651424b7678053f0f0beadde68d2b048b1664c81874 SHA1: a9f60f47ab7ce0a9a4f237654d0e5f85a136054a MD5sum: bcd9111d38115be0b466151705a14771 Description: GRand Unified Bootloader, version 2 (ARM 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 ARM 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-arm_2.12-1~bpo12+1_armhf.deb Package: grub-efi-arm-bin Source: grub2 Version: 2.12-1~bpo12+1 Installed-Size: 2012 Maintainer: GRUB Maintainers Architecture: armhf Depends: grub-common (= 2.12-1~bpo12+1) Recommends: efibootmgr Size: 920868 SHA256: 836d5912d5783d8d0c1e3d880595b2bf0e806c68f6d009c5d49be11471222317 SHA1: 6f93276bfa6cf1eec107706364df225480c7c805 MD5sum: 4afbf4a5d4233fcaaf120e2a73a73131 Description: GRand Unified Bootloader, version 2 (ARM 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 ARM 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-arm 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-arm-bin_2.12-1~bpo12+1_armhf.deb Package: grub-efi-arm-dbg Source: grub2 Version: 2.12-1~bpo12+1 Installed-Size: 10385 Maintainer: GRUB Maintainers Architecture: armhf Depends: grub-efi-arm-bin (= 2.12-1~bpo12+1), grub-common (= 2.12-1~bpo12+1) Size: 3230912 SHA256: a95eec99b295093e5863eeb333b2b3ca2f63af26b6c7de15c500e1e576126a85 SHA1: 7cec2c7380937241942f6f8d35d548c4101ce1da MD5sum: 8640f6d582530e8ad4f7f104d4e690f4 Description: GRand Unified Bootloader, version 2 (ARM UEFI debug files) This package contains debugging files for grub-efi-arm-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-arm-dbg_2.12-1~bpo12+1_armhf.deb Package: grub-theme-starfield Source: grub2 Version: 2.12-1~bpo12+1 Installed-Size: 3103 Maintainer: GRUB Maintainers Architecture: armhf Depends: grub-common (= 2.12-1~bpo12+1) Size: 2466308 SHA256: 78aa220ceb60c17b20f41f6d2ab71bab5ac23281139a13143d8aa4bce98e5ee0 SHA1: b5702af3af44f0d0f123d36eb2d07380b9555e44 MD5sum: b1cfd147e3a409c306d5f5e9c7ac2597 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_armhf.deb Package: grub-uboot Source: grub2 Version: 2.12-1~bpo12+1 Installed-Size: 505 Maintainer: GRUB Maintainers Architecture: armhf Depends: debconf (>= 0.5) | debconf-2.0, grub2-common (= 2.12-1~bpo12+1), grub-uboot-bin (= 2.12-1~bpo12+1), ucf Conflicts: grub-efi-arm Size: 358296 SHA256: d7bac3e9ede97ba3eb3b9dad4e39ac32605d2310c5c380718f41b08184deb73e SHA1: 300ca9832aed6920c6ea43a52fa33995b69b480a MD5sum: 07d1320e74e580677717baf1776506eb Description: GRand Unified Bootloader, version 2 (ARM U-Boot 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 with ARM systems with U-Boot. 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-uboot_2.12-1~bpo12+1_armhf.deb Package: grub-uboot-bin Source: grub2 Version: 2.12-1~bpo12+1 Installed-Size: 1874 Maintainer: GRUB Maintainers Architecture: armhf Depends: grub-common (= 2.12-1~bpo12+1) Size: 873872 SHA256: f5b3c96f0547883ce995d6c56463825e41e02a46e86c7bd7a330fe741997a117 SHA1: edba02b153fe66f7f372c57fb599f5e770a62414 MD5sum: 7a040af582d61a78c98df3e771b1d543 Description: GRand Unified Bootloader, version 2 (ARM U-Boot 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 with ARM systems with U-Boot. 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-uboot is also installed. Multi-Arch: foreign Homepage: https://www.gnu.org/software/grub/ Section: admin Priority: optional Filename: pool/main/g/grub2/grub-uboot-bin_2.12-1~bpo12+1_armhf.deb Package: grub-uboot-dbg Source: grub2 Version: 2.12-1~bpo12+1 Installed-Size: 9200 Maintainer: GRUB Maintainers Architecture: armhf Depends: grub-uboot-bin (= 2.12-1~bpo12+1), grub-common (= 2.12-1~bpo12+1) Size: 2900636 SHA256: 286db1785b06d1dee79bb2c533c7d2300f68d2643e77f452c303efc4fd08519b SHA1: d28ba16cc5b3bae5a8c3877493369568afc36a14 MD5sum: b47907ea37483f5af876fea81c349621 Description: GRand Unified Bootloader, version 2 (ARM U-Boot debug files) This package contains debugging files for grub-uboot-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-uboot-dbg_2.12-1~bpo12+1_armhf.deb Package: grub2-common Source: grub2 Version: 2.12-1~bpo12+1 Installed-Size: 1340 Maintainer: GRUB Maintainers Architecture: armhf 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: 906020 SHA256: f44df369f5673f16632c984de18b9006668a012df080e06dd00a45382ba6d87e SHA1: 454bfd2e588532be9f59e38495f82f7ae9d7cce7 MD5sum: 319ff1db01f5899ff9e1e26fd5b8a9a9 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_armhf.deb Package: gstreamer1.0-libcamera Source: libcamera Version: 0.3.2-1~bpo12+1 Installed-Size: 140 Maintainer: Debian Multimedia Maintainers Architecture: armhf Replaces: libcamera0 (<< 0.0.3-1~) Depends: libc6 (>= 2.32), libcamera0.3 (>= 0.3.2), libgcc-s1 (>= 3.5), 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: 43628 SHA256: 8d81a56eb8ea921af0a8c840b5e71a97d2a35565a30063d2e92447021f1f6548 SHA1: f76be2175380a07778dbeff76440598a6b6dfaef MD5sum: 96d354e3aff97e644ddc091e8096d40e 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_armhf.deb Package: gstreamer1.0-pipewire Source: pipewire Version: 1.2.7-1~bpo12+1 Installed-Size: 171 Maintainer: Utopia Maintenance Team Architecture: armhf Depends: pipewire (= 1.2.7-1~bpo12+1), libc6 (>= 2.28), 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.2.7-1~bpo12+1) Size: 66944 SHA256: 79a5c2dbc0a4227da925245c2cbd9e79103e0a599c81ecbcedd6c014b86e8248 SHA1: 8d8fb70d1ea97f6b853b2f38bcdfc0d2924aa04d MD5sum: 0e232e3c18830040ed890641f3c96d17 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.2.7-1~bpo12+1_armhf.deb Package: gthumb Version: 3:3.12.7-1~bpo12+1 Installed-Size: 3303 Maintainer: Debian QA Group Architecture: armhf 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.5), 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: 898168 SHA256: 01782863cb77ebfb0569761a51dbae24fb5add2019d4ee0fbe3390196c2a57a8 SHA1: d50e007ff755238b366884e176c7774ee6a226fd MD5sum: 7485f12973f590f942d06aff923a77cc 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_armhf.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: armhf Depends: gthumb (= 3:3.12.7-1~bpo12+1) Size: 72280 SHA256: 3e85926cbe3658fc11ff98e6cb4cd320ba91e28b598cd579e5f9ddf048420e97 SHA1: 351b08e4609a19c9269c8150639f923052d87609 MD5sum: 33eb5e48b351f81141eca36463e226e0 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_armhf.deb Package: guvcview Version: 2.1.0-0.2~bpo12+1 Installed-Size: 519 Maintainer: Nobuhiro Iwamatsu Architecture: armhf Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.5), libglib2.0-0 (>= 2.12.0), libgtk-3-0 (>= 3.21.4), libguvcview-2.2 (>= 2.1.0) Recommends: uvcdynctrl Size: 116560 SHA256: b1c7ac3d9583c1a1e7d9267a9487fb9fbbbf64764194c09e7a2c1f95ad43b2c5 SHA1: 692b3ad69e2d2d6f4555745f38e11ab6e2a89e80 MD5sum: 090d2105039452a54d004085bb1cc09a 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_armhf.deb Package: gwenhywfar-tools Source: libgwenhywfar Version: 5.12.0-1~bpo12+1 Installed-Size: 472 Maintainer: Micha Lenk Architecture: armhf 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: 175648 SHA256: 8306bd1031c4dcf118d830da632f163ed1fd8ea87ab672b361c03e10688a79be SHA1: 0ce3f30660c2063038b0698b9aeab51caf01ca59 MD5sum: 849da3f512baa2262eadc9e2f54a8dc7 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_armhf.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: 189 Maintainer: Debian Astronomy Maintainers Architecture: armhf Replaces: gyoto (<< 1.1.0~) Depends: libboost-mpi1.74.0 (>= 1.74.0+ds1), libc6 (>= 2.34), libcfitsio10 (>= 4.2.0~), libgcc-s1 (>= 3.5), libgyoto9 (>= 2.0.2), libopenmpi3 (>= 4.1.4), libstdc++6 (>= 5.2) Recommends: mpi-default-bin, python3-gyoto, python3-opencv Breaks: gyoto (<< 1.1.0~) Size: 143272 SHA256: 6d817b780fae58aa8146f1308c07ec1681f75e75cea997839f886f9459c05161 SHA1: 1aa824166ef2f29533e9b9a38aee2e2e1c7db342 MD5sum: 03de4edf374b4538138e2ee98cb3dfa1 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_armhf.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: 7124 Maintainer: Boyuan Yang Architecture: armhf Replaces: hardinfo (<< 2.2.7-1~bpo12+1~) Provides: hardinfo Depends: gawk, libc6 (>= 2.34), libcairo2 (>= 1.2.4), libgcc-s1 (>= 3.5), 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: 2836736 SHA256: 83057e02c7d2ec5c4b63a0a8b21707e7e611faf919d94dc83b6314cd216b05fd SHA1: d7fda040b8b42583315f4683a679145544cc6feb MD5sum: 25e9d51d974ca88857501cb0ca40755d 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_armhf.deb Package: haruna Version: 0.12.3-1~bpo12+1 Installed-Size: 1531 Maintainer: Debian Multimedia Maintainers Architecture: armhf 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), libgcc-s1 (>= 3.5), 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: 354044 SHA256: e3345b25ca4eb9577cf5a5021f674f873cd8e3b46836d3eceff714a44816ce9a SHA1: e300a4a8e2c7f506e4327832c90d2417d8e9cc77 MD5sum: 2e54f14e953edad083740b688674cac6 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_armhf.deb Package: heif-gdk-pixbuf Source: libheif Version: 1.19.7-1~bpo12+1 Installed-Size: 36 Maintainer: Debian Multimedia Maintainers Architecture: armhf Depends: libheif1 (= 1.19.7-1~bpo12+1), libc6 (>= 2.4), libgdk-pixbuf-2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.12.0) Size: 10340 SHA256: e52dc235463a3551c44587fcb991a6b2607ac76ae62cfd059a3347dbdbf49114 SHA1: b7878b058a067e1117df2400b2a5e2eda07e8444 MD5sum: ce3e710c9f726213727e6f778a30fae1 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_armhf.deb Package: heif-thumbnailer Source: libheif Version: 1.19.7-1~bpo12+1 Installed-Size: 45 Maintainer: Debian Multimedia Maintainers Architecture: armhf Depends: libheif1 (= 1.19.7-1~bpo12+1), libc6 (>= 2.34), libgcc-s1 (>= 3.5), libpng16-16 (>= 1.6.2-1), libstdc++6 (>= 5) Size: 16116 SHA256: 174978974630c3f3a5e9ca0a111c62d0e1b4bb64798bc5bfe279e38a885c8adc SHA1: dbe11c924ea2f41b2936dbe793046103604280a1 MD5sum: 28824243f60d92920ecf8c541d2d37e8 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_armhf.deb Package: hexwalk Version: 1.7.1-1~bpo12+1 Installed-Size: 682 Maintainer: Carmix Architecture: armhf Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.5), 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: 272772 SHA256: 58a5fc43b91303484c17e23323f907105c4bc17c1a9e3c7d2bf4c0c2cad43eee SHA1: 746b0dcbb009a05e76121b1b904874341f88ebb0 MD5sum: 98f14d6a1ed04d32521ba9c38498e050 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_armhf.deb Package: highlight Version: 4.7-1~bpo12+1 Installed-Size: 863 Maintainer: Debian QA Group Architecture: armhf Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.5), liblua5.4-0 (>= 5.4.4), libstdc++6 (>= 11), highlight-common (= 4.7-1~bpo12+1) Size: 417856 SHA256: 9490853c45488dc57743cabc8f0d5b3c71d49a4d6ebddacace076798dfea78a7 SHA1: a69fff6c771f418ac7d7371f4cc042681f3e883f MD5sum: 55131ed21cd4dc88f5d9fb7b3e2c2ec4 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_armhf.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: 1958 Maintainer: Debian Go Packaging Team Architecture: armhf Size: 658596 SHA256: 3af5eab5df675edd126ec23b658352c0ae02d75a7dae32aca0c905f45a4264f6 SHA1: e835c55777650b55954f008c4deb921e31e4ecc0 MD5sum: 336eedd33d4de5a3c9dba1d97c535f12 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_armhf.deb Package: hprof-conv Source: android-platform-tools Version: 34.0.5-10~bpo12+1 Installed-Size: 70 Maintainer: Android Tools Maintainers Architecture: armhf Depends: libc6 (>= 2.34) Size: 24656 SHA256: 101e41497998c9140772b930208954d19978895025a02fc94e5e1e533b911c15 SHA1: c5b1d4344ca107c07c4023d07b385dbfed79a557 MD5sum: bfb016fe2bdfaaeaa145b38b3e940824 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-10~bpo12+1_armhf.deb Package: hwloc Version: 2.12.0-1~bpo12+1 Installed-Size: 560 Maintainer: Samuel Thibault Architecture: armhf Depends: libc6 (>= 2.34), libcairo2 (>= 1.2.4), libhwloc15 (>= 2.12.0), libtinfo6 (>= 6), libx11-6 Size: 218400 SHA256: 9051b884e56a599fdbb1c9b427a2015901e901c191b35f072e7611a737a0509a SHA1: 7fa2d9476eace860d30aa6dcea7fc6cd36e2494b MD5sum: dec241c1fd9751b7f824e14a68151a58 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-1~bpo12+1_armhf.deb Package: hwloc-nox Source: hwloc Version: 2.12.0-1~bpo12+1 Installed-Size: 460 Maintainer: Samuel Thibault Architecture: armhf Depends: libc6 (>= 2.34), libhwloc15 (>= 2.12.0), libtinfo6 (>= 6) Conflicts: hwloc Size: 202936 SHA256: 56ef67b8b32dfbfc5c9084156e88980ab0e40b0f816ba72944c5a6a499061964 SHA1: f74296e155911ded2e1a1ca041ae5c9fe9997d68 MD5sum: c4edba4f70c7ca5593b8d5a262d7270c 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-1~bpo12+1_armhf.deb Package: ibus Version: 1.5.31-1~bpo12+1 Installed-Size: 1327 Maintainer: Debian Input Method Team Architecture: armhf 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: 583636 SHA256: 601cc6e5e9ffaeb14f3a2aa93e272aa46f59e7b330f8a08b34a339e36d3476f3 SHA1: d99f7357c821b00af39a5f7f38fefe705c13acc2 MD5sum: a381ec061a6422b3392315770f128c30 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_armhf.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: 339 Maintainer: Debian Input Method Team Architecture: armhf Depends: libc6 (>= 2.4), 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: 307920 SHA256: ecfc208805a63e793c369327ae535f8218fe5b9ed0154e09ee0e36a854baac6b SHA1: d1dee6a3c2f38f29d29825654dea1a3506f31403 MD5sum: 31b7124627fd48ade344aeba4b0e3c87 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_armhf.deb Package: ibus-gtk3 Source: ibus Version: 1.5.31-1~bpo12+1 Installed-Size: 339 Maintainer: Debian Input Method Team Architecture: armhf Depends: libc6 (>= 2.4), 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: 308364 SHA256: b47a3025dd2fb35d08b808e57440f9b9faf3362996c8a782212fa8be4ba16232 SHA1: 219e345006ff446a047402d884dbf655e5342e73 MD5sum: 4f13161af1439252034d3e1888fabc48 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_armhf.deb Package: ibus-gtk4 Source: ibus Version: 1.5.31-1~bpo12+1 Installed-Size: 339 Maintainer: Debian Input Method Team Architecture: armhf Depends: libc6 (>= 2.4), 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: 308132 SHA256: 15d4b6e92f1dd2894663546cd341b2121c42c4f53cfc38c088be9522f5995a95 SHA1: 0c06a460de3970b4730e07479221320e547a0720 MD5sum: 36414014ea7ced24ee5a50a96281749a 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_armhf.deb Package: ibus-tests Source: ibus Version: 1.5.31-1~bpo12+1 Installed-Size: 527 Maintainer: Debian Input Method Team Architecture: armhf 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: 337472 SHA256: 10f83e0f5bf026b4ff10e06bba4adc3e88a725a7488dc0152683762a51ee52f7 SHA1: c5dd12d6c5b1942387c590b8429a8ebf7cfdfb8f MD5sum: 2c90aff0ccda769271ca303ab131725b 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_armhf.deb Package: ibus-wayland Source: ibus Version: 1.5.31-1~bpo12+1 Installed-Size: 338 Maintainer: Debian Input Method Team Architecture: armhf 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: 309040 SHA256: 0944835f4718beebe8024a4cbab298f445e8ac1454a5974cbee7ca35c7ba02b5 SHA1: d7b61f2d7d51844ccb44f567468267dee11257a4 MD5sum: b2e995c1051e7b950f2b9ce0b712d002 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_armhf.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-1~bpo12+1 Installed-Size: 21 Maintainer: Debian Go Packaging Team Architecture: armhf Depends: incus-agent (= 6.0.4-1~bpo12+1), incus-base (= 6.0.4-1~bpo12+1), qemu-system-arm (>= 1:8.0), swtpm Suggests: gdisk Size: 8192 SHA256: ea111327dbca602b2425f344ce873ddd57a8fdf2526ccf4b171a676a372a7028 SHA1: bf454fe332d85558bd07855a65c414df9c171266 MD5sum: 07b7acda95c86f800ca45181060b8b22 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/ 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-1~bpo12+1_armhf.deb Package: incus-agent Source: incus Version: 6.0.4-1~bpo12+1 Installed-Size: 12981 Maintainer: Debian Go Packaging Team Architecture: armhf Size: 3542624 SHA256: 5186fbc20cb07c12b7fa5b8e43e4e3cde53b90d1f2c341130ca4a22b3959e306 SHA1: f8dbdab4f8b83ea0f66594f30f4b363960102bb2 MD5sum: 3248f827ad2cb10aa942679cbf6e1d66 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/ 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-1~bpo12+1_armhf.deb Package: incus-base Source: incus Version: 6.0.4-1~bpo12+1 Installed-Size: 53478 Maintainer: Debian Go Packaging Team Architecture: armhf 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.5), liblxc1 (>= 1:4.0.2), libsqlite3-0 (>= 3.12.0), libudev1 (>= 199), attr, ca-certificates, liblxc-common, lxcfs, incus-client (= 6.0.4-1~bpo12+1), iproute2, nftables | iptables, rsync, squashfs-tools, 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: 14643532 SHA256: 57c0b5437040670af39f28cff41afebfc9e354a90d291fb25976b2a482b70d94 SHA1: 27581abd9881ed0ee6af33bde66d52c46b97f4cc MD5sum: 0d12f38ec995d66c859b2e50c0e21e27 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/ 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-1~bpo12+1_armhf.deb Package: incus-client Source: incus Version: 6.0.4-1~bpo12+1 Installed-Size: 15899 Maintainer: Debian Go Packaging Team Architecture: armhf Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.5) Suggests: bash-completion Size: 4379344 SHA256: af321409ed2b960dc64016d3ad4553e7f0dc40b74ec96364b975032b137e4eb9 SHA1: 4baadd152ffa7c328ca2f3491877dfbd8ddbbb94 MD5sum: 0a60f2e3707f94d59a073ee91e7527fc 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/ 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-1~bpo12+1_armhf.deb Package: incus-extra Source: incus Version: 6.0.4-1~bpo12+1 Installed-Size: 59064 Maintainer: Debian Go Packaging Team Architecture: armhf Replaces: incus-migrate (<< 6.0.3-3~), incus-tools (<< 6.0.3-3~) Depends: libacl1 (>= 2.2.23), libc6 (>= 2.34), libgcc-s1 (>= 3.5), liblxc1 (>= 1:4.0.2), rsync Conflicts: lxd-tools Breaks: incus-migrate (<< 6.0.3-3~), incus-tools (<< 6.0.3-3~) Size: 15759572 SHA256: d8efb3bc2352dae5953b42b5ce7b526e38ae1336e4636465b351b6805a7f64f3 SHA1: 3c148e8dbc6293f42b374c11a868be21ff3d6bce MD5sum: 8ff2d977a2bd01b571e31e49ac8dc17c 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/ 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-1~bpo12+1_armhf.deb Package: incus-migrate Source: incus Version: 6.0.3-2~bpo12+1 Installed-Size: 11378 Maintainer: Debian Go Packaging Team Architecture: armhf Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.5), rsync Size: 3128532 SHA256: a8bc49a89c14d3ad85f3cbb688de12783a3cf3a447043e2e7eeb9cbbc1962162 SHA1: f002996eb90e760c40b6038046ccf2dc342a7f21 MD5sum: 99b57acb6266c5d94dc8b5de8e970ee1 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_armhf.deb Package: incus-tools Source: incus Version: 6.0.3-2~bpo12+1 Installed-Size: 45222 Maintainer: Debian Go Packaging Team Architecture: armhf Depends: libacl1 (>= 2.2.23), libc6 (>= 2.34), libgcc-s1 (>= 3.5), liblxc1 (>= 1:4.0.2) Conflicts: lxd-tools Size: 12128308 SHA256: ff0be78c6f881cbef7b0063390ab406554dfb8dff9ec6e7b71de9fe9ccd087bc SHA1: 33862c2352e8f7c222be5d05649fea19845ce546 MD5sum: 4d57754d5e157bba44af4d136d38850a 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_armhf.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.37-1-1~bpo12+1 Installed-Size: 1660 Maintainer: Unit 193 Architecture: all Depends: pciutils, procps, perl:any Recommends: dmidecode, dnsutils, 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: 621200 SHA256: df0ed59d5c80c2d433f410565158bb3ce257b95ea646aa9239fe4779934579b9 SHA1: fbab8557ff18ec74f24ed349d2e08b1feb5017d5 MD5sum: 3be50ad9615128bd19ab89845545df69 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.37-1-1~bpo12+1_all.deb Package: iotop-c Version: 1.27-1~bpo12+1 Installed-Size: 101 Maintainer: Boian Bonev Architecture: armhf Replaces: iotop (<= 0.6-24-g733f3f8-1) Depends: libc6 (>= 2.34), libncursesw6 (>= 6), libtinfo6 (>= 6) Breaks: iotop (<= 0.6-24-g733f3f8-1) Size: 47740 SHA256: 4c06e9ed4a9d543240b95c53069264db5c7d9a4adc61cbb4e7d9bbae93ed993b SHA1: 899f879f5db07fa695500b8204d8df7b52cd3f10 MD5sum: 96673c642e43ce98b74b8d64a6a9184b 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.27-1~bpo12+1_armhf.deb Package: iproute2 Version: 6.13.0-1~bpo12+1 Installed-Size: 2628 Maintainer: Debian Kernel Team Architecture: armhf 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: 1006256 SHA256: 61f2210c5c442dd20f4a833b1689426609b08bc94e937d66ce5bbbf215eb6a3d SHA1: 1b3182ac05355d6c2ab71a3cfd90c2e8fe52c7f1 MD5sum: 7f95d38a044bdc5d82539d74c2efe527 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.13.0-1~bpo12+1_armhf.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: 1126 Maintainer: Debian Chinese Team Architecture: armhf Depends: libayatana-appindicator3-1 (>= 0.4.90), libc6 (>= 2.34), libgcc-s1 (>= 3.5), 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: 416324 SHA256: 816bc194a369a6c4416ab41d40d34b93e922825de3f4e33161890f6f3c74a150 SHA1: 3268fb84daff3e8d139921f0da66aaf37db3b8f2 MD5sum: 65f234475bd667b42d73e270736297f0 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_armhf.deb Package: irssi Version: 1.4.5-1~bpo12+1 Installed-Size: 1939 Maintainer: Rhonda D'Vine Architecture: armhf 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: 1112288 SHA256: 44e6e022eeb90a3a6e32b67bcadf8cac2ac795ee99a80e4f8d54a91bd051bbe2 SHA1: 093a5f0327e7fad92b405bcf4ca9f3eabb247c7c MD5sum: 8a7d26aa86f15f5ce35521494747fdd5 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_armhf.deb Package: irssi-dev Source: irssi Version: 1.4.5-1~bpo12+1 Installed-Size: 769 Maintainer: Rhonda D'Vine Architecture: armhf Depends: irssi (= 1.4.5-1~bpo12+1) Size: 551860 SHA256: 3d78a0d6776282c3fd805966d04469787587cb07b5ff949a95a057de6ec09b49 SHA1: 94527b81abbb11094740ab392554c78b22561947 MD5sum: d57b10267b22fe86eb1e35ca4fce3288 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_armhf.deb Package: irssi-plugin-otr Source: irssi Version: 1.4.5-1~bpo12+1 Installed-Size: 546 Maintainer: Rhonda D'Vine Architecture: armhf 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: 520044 SHA256: d43cd4067783df1a9c0715f42140e8ad08be462482b63e3289c75efb15662b5d SHA1: d9ceefc2c53ebde653a47da222bec318ba19be27 MD5sum: f1bf53aed651c8b3090f405b379c81a0 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_armhf.deb Package: iwgtk Version: 0.9-1~bpo12+1 Installed-Size: 120 Maintainer: Mark Hindley Architecture: armhf 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: 39400 SHA256: a6f0e3f169d5fcaadd9083a7993f9de2240f2eb039b4eb4a30376e1bbd106e15 SHA1: f9bdaea48fa81ccdc732318dd65b7c2803ce0c54 MD5sum: 0dd3fb3077ea47b57d67a99fcf657ab2 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_armhf.deb Package: jacktrip Version: 2.4.1+ds-1~bpo12+1 Installed-Size: 1294 Maintainer: Debian Multimedia Maintainers Architecture: armhf Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.5), libjack-jackd2-0 (>= 1.9.10+20150825) | libjack-0.125, libqt6core6 (>= 6.4.0), libqt6network6 (>= 6.4.0), libstdc++6 (>= 11) Suggests: iperf Size: 918216 SHA256: 201dbffe57aa5aa2f9d4629fcf6183c81d270dc900521889db167a1b6430056f SHA1: 7758a4469603e3b2d2355963374194e90f2bd2f5 MD5sum: 8d4491e0bc475c4428e52f2b34f5b5c3 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_armhf.deb Package: jacktrip-gui Source: jacktrip Version: 2.4.1+ds-1~bpo12+1 Installed-Size: 1730 Maintainer: Debian Multimedia Maintainers Architecture: armhf 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: 856780 SHA256: ed8dfcc5d7a9a2084f2681e0d0dfce412a7e6e3e9e8afb538ed112c507e9c01a SHA1: 329b2ea7d231efb0cb381ddd94c7931958334005 MD5sum: 657f4a2c4f73904320e1cd4050ece2c4 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_armhf.deb Package: jdupes Version: 1.27.3-5~bpo12+1 Installed-Size: 98 Maintainer: Joao Eriberto Mota Filho Architecture: armhf Depends: libc6 (>= 2.34), libjodycode3 (>= 3.0.1) Size: 62752 SHA256: f27f5fdc21d476f4f6047934e0bea8348606ec0453b8bbc43b849b4909d0fe75 SHA1: aa1224c009b8be06d0fc8dbaf6b62b88182bd47e MD5sum: 6aee32533f4fa8e781ab2ff9ef3922b8 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_armhf.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: 3478 Maintainer: Debian Go Packaging Team Architecture: armhf Depends: libc6 (>= 2.34) Size: 1063528 SHA256: 303da75f1d077b92f9e4dc9707b69d9b5d9a0e2f57ad96f265ea43f97d2410d9 SHA1: 6293e6f32017a493a1c6ba0117a8b87329050a40 MD5sum: ff97b655da052c97e852fc005aa970b7 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_armhf.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: 1479 Maintainer: William Desportes Architecture: armhf Depends: python3, libc6 (>= 2.34), libcurl4 (>= 7.16.2), libdw1 (>= 0.127), libelf1 (>= 0.142), libgcc-s1 (>= 3.5), libstdc++6 (>= 11), zlib1g (>= 1:1.1.4) Size: 445636 SHA256: 5b98ab100b7fcaf2a2c0fafd475cabcd8f0c7e767f448eb35adac5e8d7c5d713 SHA1: 486c2d472cf6880cdd2d219ed6fa53178c8f9328 MD5sum: a760d1346a5f5e4ec56ab5da56b48110 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_armhf.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: 234 Maintainer: Sudip Mukherjee Architecture: armhf Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.5), 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: 63876 SHA256: c079e02dcdeef1d72d9bb29dddf703c44779f9da4189e7376e1629e36977306b SHA1: a7c0e7fd23ee480ab36bc0f2738577f0209a854d MD5sum: 1f8ee2817d9f9dea7ba1bd314618174f 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_armhf.deb Package: kicad Version: 9.0.0+dfsg-1~bpo12+1 Installed-Size: 105207 Maintainer: Debian Electronics Team Architecture: armhf 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 (>= 3.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: 34721228 SHA256: 8463b438b06a7009ea6e65af88d5a6ac993dec70e179aeab2833b5163becf7f3 SHA1: 5e9c831a6bdb1655fe8352317c291b83cc1d2fe9 MD5sum: 688fdebe27ae2180d1dd2e7c5d789413 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.0+dfsg-1~bpo12+1_armhf.deb Package: kicad-demos Source: kicad Version: 9.0.0+dfsg-1~bpo12+1 Installed-Size: 52594 Maintainer: Debian Electronics Team Architecture: all Suggests: kicad (>= 9.0.0~) Size: 6174456 SHA256: d9f2bf343ea460912ca42929fe3f609fb844055b2f3a23f2650054b3cd5ff6c2 SHA1: 9b05b4558299a20fc8ed7eab0464667c6cb3e406 MD5sum: 8604fd150b90126d0a7571e1a2a083e2 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.0+dfsg-1~bpo12+1_all.deb Package: kicad-doc-ca Source: kicad Version: 9.0.0+dfsg-1~bpo12+1 Installed-Size: 4753 Maintainer: Debian Electronics Team Architecture: all Size: 4062264 SHA256: d65ec1977184652dfd566335e12bcff130e1c6b64c3e46c3a6f96124558b7180 SHA1: 6956e3d6314aad03dc17bce77eaac8ce115e316c MD5sum: b8e5c39dc3e0d96d6a65868b8287c135 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.0+dfsg-1~bpo12+1_all.deb Package: kicad-doc-de Source: kicad Version: 9.0.0+dfsg-1~bpo12+1 Installed-Size: 36634 Maintainer: Debian Electronics Team Architecture: all Size: 31450192 SHA256: b7e688f4f633e766b6ae6b2295cb6d7bb6e612b05ed5bcec97e2aa9fcfa8920a SHA1: dc45eaff68c53f227c111559dac7d4eade0f4390 MD5sum: 215df24143179518e118967f4c2e0220 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.0+dfsg-1~bpo12+1_all.deb Package: kicad-doc-en Source: kicad Version: 9.0.0+dfsg-1~bpo12+1 Installed-Size: 30171 Maintainer: Debian Electronics Team Architecture: all Size: 25566924 SHA256: 0fb5c45267b9cb42c0382a209002bc4a6209da35dca97b242644d77b31ac5e0d SHA1: 23dbb1134fe51853368ef3d9f36a1720d5b69a8d MD5sum: 3d1c4e0ad81409dba8738e74246066b9 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.0+dfsg-1~bpo12+1_all.deb Package: kicad-doc-es Source: kicad Version: 9.0.0+dfsg-1~bpo12+1 Installed-Size: 25605 Maintainer: Debian Electronics Team Architecture: all Size: 21579448 SHA256: 4ff71868059b26b77d0a5eeeb0035683bafab300c1d33ed88d5957d1884ec2dd SHA1: 16f30b7e628056062ea4c6bd38394705bd5ac993 MD5sum: b7dd63dc23ba9c5cf445fcc8b583b329 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.0+dfsg-1~bpo12+1_all.deb Package: kicad-doc-fr Source: kicad Version: 9.0.0+dfsg-1~bpo12+1 Installed-Size: 28652 Maintainer: Debian Electronics Team Architecture: all Size: 24710784 SHA256: 7a8de52b79e422d4a8c6f191fec657779fb59a83dd22813860b2ba7280d017ca SHA1: f4e3820a09f440e02999141d645add5c1639555f MD5sum: 962bb4deb2d1b56164c573cdc07b7fa0 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.0+dfsg-1~bpo12+1_all.deb Package: kicad-doc-id Source: kicad Version: 9.0.0+dfsg-1~bpo12+1 Installed-Size: 13836 Maintainer: Debian Electronics Team Architecture: all Size: 11670528 SHA256: 11231cbf7fbf7459e7e692b03042d7094d9fed46ff9f93d625944462b94ecbff SHA1: e021945d654dd985c1315bc7ea68f5fb515a1734 MD5sum: 09b8c0ac881614a446b06d1851c635de 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.0+dfsg-1~bpo12+1_all.deb Package: kicad-doc-it Source: kicad Version: 9.0.0+dfsg-1~bpo12+1 Installed-Size: 33875 Maintainer: Debian Electronics Team Architecture: all Size: 29408816 SHA256: 47641e2f3c8bd29fc53077f2db08384ea98909dc997dfa228eb57337e334f620 SHA1: 2cc676700288c1c28d4015f16e73ac93b6ab8d3e MD5sum: b5f47fd51cbef16e8c7de763ddd5260f 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.0+dfsg-1~bpo12+1_all.deb Package: kicad-doc-ja Source: kicad Version: 9.0.0+dfsg-1~bpo12+1 Installed-Size: 42109 Maintainer: Debian Electronics Team Architecture: all Size: 33479404 SHA256: 21187cf0315a9dbb2333e2f91df472606fc3c5469314fd1af4b4e6ed0b254145 SHA1: ca91596303ae4789a5e73b773f24065e1696d1cc MD5sum: 6635481aa48eca729f3d285765deb459 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.0+dfsg-1~bpo12+1_all.deb Package: kicad-doc-pl Source: kicad Version: 9.0.0+dfsg-1~bpo12+1 Installed-Size: 33349 Maintainer: Debian Electronics Team Architecture: all Size: 28411264 SHA256: 767189dc43c6f913067581f516f2ac032a2b78169b8bc76bab02198e0516b79a SHA1: 9ff21583ecb885de94c90c17e956f40dcc373a1c MD5sum: fe48e1f9de84983c091666c48796669b 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.0+dfsg-1~bpo12+1_all.deb Package: kicad-doc-ru Source: kicad Version: 9.0.0+dfsg-1~bpo12+1 Installed-Size: 38419 Maintainer: Debian Electronics Team Architecture: all Size: 33596436 SHA256: 3f328515d2ed95ec41c6e25250c3eb773662d2f37555e8fd2107b26349bbe5df SHA1: df75da811aceab6bec2514ca4774b8fdc9c1f938 MD5sum: a114a5d970625dbab40a5aa81adbd8a5 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.0+dfsg-1~bpo12+1_all.deb Package: kicad-doc-zh Source: kicad Version: 9.0.0+dfsg-1~bpo12+1 Installed-Size: 34095 Maintainer: Debian Electronics Team Architecture: all Size: 29379644 SHA256: 4cac76520221d56700d8c24eb8d91f33f5888ed2e7426a72f16d9fd58fc7ddaf SHA1: 7d63184d6ade476dff45e54652dd7b73eb105e72 MD5sum: f32e8defcd95c3190d4650f11159cffb 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.0+dfsg-1~bpo12+1_all.deb Package: kicad-footprints Version: 9.0.0-1~bpo12+1 Installed-Size: 186187 Maintainer: Debian Electronics Team Architecture: all Replaces: kicad (<< 9.0.0~) Recommends: kicad (>= 9.0.0~) Breaks: kicad (<< 9.0.0~) Size: 20192780 SHA256: 56ac74b427c0e9a0dcdfa4373084d2197a2867439946594a04b68ebe349d0dd6 SHA1: faf92491e1940c56b225e0e4479523086b5ae5fa MD5sum: b6a2cd3c9ec8b0f9dfa2f0494c119233 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.0-1~bpo12+1_all.deb Package: kicad-libraries Source: kicad Version: 9.0.0+dfsg-1~bpo12+1 Installed-Size: 128 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: 31668 SHA256: 3f3cf389df13fc0e1c8d6f78f3c002a6bde7a4c47132bd62399ff1186d9b2141 SHA1: 82bb791630f354df92d192d10358854f339b02ff MD5sum: 7c3b9816e67707b2cbd9b649a2edf11f 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.0+dfsg-1~bpo12+1_all.deb Package: kicad-packages3d Version: 9.0.0-1~bpo12+1 Installed-Size: 4904047 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: 348694780 SHA256: 8079a7b1c8afc2f5e455c798a0f388c1713ecfcd22f0e343d7633c38e9f493e3 SHA1: e8c141164baee41a7df60d5fcaaeeb8dcc21a0be MD5sum: 8f584fd91fbf0afb777c3803d13565a0 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.0-1~bpo12+1_all.deb Package: kicad-symbols Version: 9.0.0-1~bpo12+1 Installed-Size: 214923 Maintainer: Debian Electronics Team Architecture: all Replaces: kicad (<< 9.0.0~) Recommends: kicad (>= 9.0.0~) Breaks: kicad (<< 9.0.0~) Size: 3005892 SHA256: 49e629bd3ccc54459105b611b5f7c0edd55657391d72ced5759e895e7a8d1ab7 SHA1: 082482c1dd503104e92d64d9defb6559a8f045e8 MD5sum: 7e0571447229d050aa0d09d4e9f40aed 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.0-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: 141 Maintainer: Alex Myczko Architecture: armhf 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: 58340 SHA256: 10aa31f64a6a3d91c2cb324df1672ea3c9e6f3c351f7554b6d0d23efbeda977f SHA1: e6dc6079b5a8b77d0ffbc1d6ba47c8d13e88e41c MD5sum: 80259033ee55c802ef9858b70ecfa988 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_armhf.deb Package: ksuid Source: golang-github-segmentio-ksuid Version: 1.0.4-2~bpo12+1 Installed-Size: 2149 Maintainer: Debian Go Packaging Team Architecture: armhf Size: 697420 SHA256: 9b2b086f26a7257eee17de1089bb22066d06bd097d048602ec7d443a4af03446 SHA1: d6d495189f76b5df096da6067d8c49bc91cb700a MD5sum: 58dd19e40fbdb96276a56e91f2dc2f40 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_armhf.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: 91 Maintainer: Simon Richter Architecture: armhf Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.5), libstdc++6 (>= 5.2) Recommends: langford-dkms Suggests: gnuradio Size: 16780 SHA256: 47438953160bbc4cdff53c915e1a26bcd54689eb165fdf059cdf00da4e3c97e0 SHA1: 076e207cad6b783611b34fe2f65c113d736d775b MD5sum: a21d9e75046f6865f8cdb1549f797abc 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_armhf.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: 33681 Maintainer: Pascal Packaging Team Architecture: armhf 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: 5735660 SHA256: 16c03370d72095aab96148641e71ce2d9296de5d8e57b3f7750e9a1e5bb6649f SHA1: b8d0495ee9f42346b509d54c187dc5265abaa35e MD5sum: dce019f29141ea82adcd64089537bcba 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_armhf.deb Package: lazarus-ide-3.6 Source: lazarus Version: 3.6+dfsg1-4~bpo12+1 Installed-Size: 33420 Maintainer: Pascal Packaging Team Architecture: armhf 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: 5715732 SHA256: 5748d4950b02089440202316c7255ca8e045c9f5d40760409f30cfcc69d1e4a0 SHA1: 0959e1ab5e76635e04c957bdee5eb5f00c292aba MD5sum: 38e3d9488217cbbda51e11842c7e4526 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_armhf.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: 33957 Maintainer: Pascal Packaging Team Architecture: armhf 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: 9010796 SHA256: 671e7aca331237789edfb5e6a0290fdeaa1152445586353740180bb23180f35f SHA1: 71846a71cc48c339cef6057b8d20e6d2b99cf94b MD5sum: 1b7cb444a69160c947c826957daccfbd 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_armhf.deb Package: lazarus-ide-gtk2-3.6 Source: lazarus Version: 3.6+dfsg1-4~bpo12+1 Installed-Size: 33966 Maintainer: Pascal Packaging Team Architecture: armhf 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: 9012596 SHA256: 9515fd9ee226eb76506795fe67edd25454b4fdaa1c1787d0fb59b9e2752aba92 SHA1: 2d2a820c3c6fb79e83a3ff3dde1a549557230dd6 MD5sum: 95e299346298693da295c15d4c85071b 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_armhf.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: 33554 Maintainer: Pascal Packaging Team Architecture: armhf 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: 8923924 SHA256: 7ddf06c33de08bcb194491d4e260882a0d5382d1e08dbcb44525e863464b6619 SHA1: 28fefed4db8a42d67f3b441696f0b39d8e31c989 MD5sum: 280fafe00a077d742feabb6a66c8022c 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_armhf.deb Package: lazarus-ide-qt5-3.6 Source: lazarus Version: 3.6+dfsg1-4~bpo12+1 Installed-Size: 33562 Maintainer: Pascal Packaging Team Architecture: armhf 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: 8927008 SHA256: 7c6e1c160256bb863a89def4fc563c8f5bc973b9ea1aee6b2d5b5f38dc44e3ae SHA1: 233bbfd958e6982a352d8dccf9c8047e7db79d43 MD5sum: 6e7af2b32fa2d5fd3a452d6afeaffc0c 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_armhf.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: armhf Depends: lcl-3.6 Size: 34076 SHA256: ffbc6a8cb8ac279da6bc75deacf9b62493c9302d30af89ed3cca9c45070f1869 SHA1: 871fa09149378d162a0350554524eb71acbfd5f4 MD5sum: 8d2d06126d06ed7017370df3747c0315 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_armhf.deb Package: lcl-3.0 Source: lazarus Version: 3.0+dfsg1-8~bpo12+1 Installed-Size: 116 Maintainer: Pascal Packaging Team Architecture: armhf Provides: lcl Depends: lcl-units-3.0, lcl-utils-3.0 Recommends: fpc, lazarus-src-3.0 Suggests: gdb Size: 33496 SHA256: 3c7ed92f71d5ccf78e2989e44103765f8451b90645a51e00cf8a629d3597f99d SHA1: c2e586ccec260a882715302dc63b5d9bd34fe904 MD5sum: c16a0db2ae45b4ca8c0352cfddc36b34 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_armhf.deb Package: lcl-3.6 Source: lazarus Version: 3.6+dfsg1-4~bpo12+1 Installed-Size: 117 Maintainer: Pascal Packaging Team Architecture: armhf Provides: lcl Depends: lcl-units-3.6, lcl-utils-3.6 Recommends: fpc, lazarus-src-3.6 Suggests: gdb Size: 34128 SHA256: cd834a4d1309868f15621cc178a3667d472012766ca19b572d85eaf887811d06 SHA1: c78803cf149eefd568dde8181c9df0c2bb2d5956 MD5sum: 65e262a7dcaebc3bd9b8e37ef7f6a2e8 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_armhf.deb Package: lcl-gtk2 Source: lazarus Version: 3.6+dfsg1-4~bpo12+1 Installed-Size: 117 Maintainer: Pascal Packaging Team Architecture: armhf Depends: lcl-gtk2-3.6 Size: 34108 SHA256: 936aa93f037c003cc7e8f65eabde68015879b1b8f52c6011b31fe5bb2154aac0 SHA1: 955d580c24fe6f14a5638bf264f90cb762e07df7 MD5sum: 92f7d901c4ed2754bc17988b7dc16253 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_armhf.deb Package: lcl-gtk2-3.0 Source: lazarus Version: 3.0+dfsg1-8~bpo12+1 Installed-Size: 206235 Maintainer: Pascal Packaging Team Architecture: armhf 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: 24208748 SHA256: 9ff98d638ccdc6ef5f0147fd31f8dec64bc645a573a3968a2357110959682250 SHA1: e3070f1986a2d776bdc5680e4c8f8e1bdb5c83ac MD5sum: 1c25e8118cf4fc071ac63366a0f49b87 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_armhf.deb Package: lcl-gtk2-3.6 Source: lazarus Version: 3.6+dfsg1-4~bpo12+1 Installed-Size: 206334 Maintainer: Pascal Packaging Team Architecture: armhf 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: 24235492 SHA256: 66f064f83667a70eb31f692b18c3b96633ca1d575177b14e452ee70bfb8cb91c SHA1: c5515ec51bcfbea8dd13a26ad4373f451b0d16f1 MD5sum: 808875759c99998d46307b5c5a396c60 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_armhf.deb Package: lcl-nogui Source: lazarus Version: 3.6+dfsg1-4~bpo12+1 Installed-Size: 117 Maintainer: Pascal Packaging Team Architecture: armhf Depends: lcl-nogui-3.6 Size: 34112 SHA256: 57fb026c0fa3564fa33c96a943ac02c950dc2dc8fc9de384c68380cef6e66def SHA1: 4da21616765d9bb52446d4aedec09a7da0619cb8 MD5sum: b12d08c83add38afdbb081d07e6dc637 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_armhf.deb Package: lcl-nogui-3.0 Source: lazarus Version: 3.0+dfsg1-8~bpo12+1 Installed-Size: 90276 Maintainer: Pascal Packaging Team Architecture: armhf 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: 10773684 SHA256: fff11a0560d2a2c9d37b4fa12b00e617ecf24d5d7dee5827ab40d8923b6cdeb5 SHA1: a6782c90c225af961011729801ca1e08a3c8f3da MD5sum: 824acddc972bdfaf438f2f6cc69ede14 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_armhf.deb Package: lcl-nogui-3.6 Source: lazarus Version: 3.6+dfsg1-4~bpo12+1 Installed-Size: 90190 Maintainer: Pascal Packaging Team Architecture: armhf 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: 10757024 SHA256: 43629fec7d3438589e2be8c0db3079d4b1e0d5cafe6f4a7c1356f318a5b23526 SHA1: 12fdf4ba883ed9625d57ed7bd109d4319a4fe175 MD5sum: 705f166fac8a68f7f62c2b4c17f9881b 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_armhf.deb Package: lcl-qt5 Source: lazarus Version: 3.6+dfsg1-4~bpo12+1 Installed-Size: 117 Maintainer: Pascal Packaging Team Architecture: armhf Depends: lcl-qt5-3.6 Size: 34088 SHA256: 0a63365fd09ff18640763812dc5464019716b59efa6c66e385b7b38b5e76dec5 SHA1: e30e01d556516b85806e4aaf2f55643271448040 MD5sum: d9e19869bb133009a828d38da7bd30ce 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_armhf.deb Package: lcl-qt5-3.0 Source: lazarus Version: 3.0+dfsg1-8~bpo12+1 Installed-Size: 114493 Maintainer: Pascal Packaging Team Architecture: armhf 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: 13244620 SHA256: d2a3a18a24885711a51962a6371b85614d57ab58319242f30f8d3335b2b24b0f SHA1: 121e3bdfe6fd31239529402232b536093f9aa32e MD5sum: 4d655ff481dcaea976ad75544e817827 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_armhf.deb Package: lcl-qt5-3.6 Source: lazarus Version: 3.6+dfsg1-4~bpo12+1 Installed-Size: 114536 Maintainer: Pascal Packaging Team Architecture: armhf 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: 13268228 SHA256: fe0d272f21be34cda3038b9d5068c012e8d7a8d8cf6c3f36b4bb292b541a560b SHA1: c5a40cb9bf6ab5214cbf835b793e633db7bbda7f MD5sum: 59058fcb89a45337db33e7bec47bb6fe 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_armhf.deb Package: lcl-units Source: lazarus Version: 3.6+dfsg1-4~bpo12+1 Installed-Size: 117 Maintainer: Pascal Packaging Team Architecture: armhf Depends: lcl-units-3.6 Size: 34092 SHA256: afc379b20567fae1cccfae50b67f6cf669af4a87628029ee133fe83a16143d2a SHA1: 665d449a18fe5562a929290b46a05c9a3ca112a2 MD5sum: 80ad90e1199ab69ce782613499ae475d 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_armhf.deb Package: lcl-units-3.0 Source: lazarus Version: 3.0+dfsg1-8~bpo12+1 Installed-Size: 174912 Maintainer: Pascal Packaging Team Architecture: armhf 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: 22325980 SHA256: 1a7aed5084b467efac2457529405f530ccdf6335078069bb6e834b7f4a1112ce SHA1: ce1ad7800453a0d31cddd45de1197899be711c00 MD5sum: ae4731edf35b064daa4ec62b97fee1f1 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_armhf.deb Package: lcl-units-3.6 Source: lazarus Version: 3.6+dfsg1-4~bpo12+1 Installed-Size: 174959 Maintainer: Pascal Packaging Team Architecture: armhf 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: 22308520 SHA256: bc754da9a8005aea7357b265a9866fadccd815f0e503e2a3ff40ebae9c2e61a9 SHA1: f008616f19ba72506fed369538e3f641dcab626b MD5sum: ef3ff528e01f4b1397c509f36368ccfa 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_armhf.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: 19554 Maintainer: Pascal Packaging Team Architecture: armhf Provides: lcl-utils Depends: fp-compiler, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34) Recommends: lazarus-ide-3.0, lcl-3.0 Size: 3259832 SHA256: c47ee744f85784d213a58964a89de4008acd08a2de29b925ae5323cecccabe1b SHA1: 668144bbaa7357d5f77c40367bce836c2dbcae7e MD5sum: 3cb85d6588675b6ccba53ff3702b8908 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_armhf.deb Package: lcl-utils-3.6 Source: lazarus Version: 3.6+dfsg1-4~bpo12+1 Installed-Size: 19550 Maintainer: Pascal Packaging Team Architecture: armhf Provides: lcl-utils Depends: fp-compiler, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34) Recommends: lazarus-ide-3.6, lcl-3.6 Size: 3258280 SHA256: 2def71ff1168b411a7c59b157c62238c445914c6fc550a17d45dc17dd1dc1638 SHA1: 1540b753309c300d6db2ad57d4a1c1a497a48571 MD5sum: e9af4b589d158027ac806aa991ce5140 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_armhf.deb Package: ldb-tools Source: samba (2:4.21.5+dfsg-1~bpo12+1) Version: 2:2.10.0+samba4.21.5+dfsg-1~bpo12+1 Installed-Size: 155 Maintainer: Debian Samba Maintainers Architecture: armhf Depends: libc6 (>= 2.34), libldb2 (>= 1.1.5), libpopt0 (>= 1.14), libtalloc2 (>= 2.0.4~git20101213) Size: 66556 SHA256: 4c8772ae92f41824cb03b84d7e085cdca29dcda02b48758552ccf7e10c77a833 SHA1: 807899cf592ab6259a4b8e6fa9893e12b974822f MD5sum: fd4782bcf5020ef23fe9d38e9a59aa23 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.10.0+samba4.21.5+dfsg-1~bpo12+1_armhf.deb Package: lemonldap-ng Version: 2.20.2+ds-1~bpo12+1 Installed-Size: 185 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.20.2+ds-1~bpo12+1), liblemonldap-ng-manager-perl (= 2.20.2+ds-1~bpo12+1), liblemonldap-ng-portal-perl (= 2.20.2+ds-1~bpo12+1) Size: 88100 SHA256: f85884ddabbf4ca747bf6b125ce3fbc72f6de289335d1386542479516ddb7963 SHA1: b084e9735707ef018ac50c2f59818670d6a265a9 MD5sum: c2cd25167c2f905048f3d4ddccb06abf 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.20.2+ds-1~bpo12+1_all.deb Package: lemonldap-ng-doc Source: lemonldap-ng Version: 2.20.2+ds-1~bpo12+1 Installed-Size: 16635 Maintainer: Debian Perl Group Architecture: all Size: 6045404 SHA256: 4cf992b9e85d865c808a93d0f706a4b2da07b4c3f6931b94f973e1de520f553f SHA1: dd263b97423ff6718290e74bea6d0a428531debd MD5sum: 555116a4f0715c7376570c7ff2a4eb68 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.20.2+ds-1~bpo12+1_all.deb Package: lemonldap-ng-fastcgi-server Source: lemonldap-ng Version: 2.20.2+ds-1~bpo12+1 Installed-Size: 211 Maintainer: Debian Perl Group Architecture: all Depends: libfcgi-perl, libfcgi-procmanager-perl, liblemonldap-ng-handler-perl (= 2.20.2+ds-1~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: 95192 SHA256: 7cfddc3df0ca023bb5026019cc7570e9f3efe14c85935d997429e8ae71e880d0 SHA1: 0ad5d3c99bcb190630c1a0a342df8bfaa1a1121c MD5sum: e60ca86f61ef3859c1e6274b1e966e2e 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.20.2+ds-1~bpo12+1_all.deb Package: lemonldap-ng-handler Source: lemonldap-ng Version: 2.20.2+ds-1~bpo12+1 Installed-Size: 245 Maintainer: Debian Perl Group Architecture: all Depends: liblemonldap-ng-handler-perl (= 2.20.2+ds-1~bpo12+1) Recommends: lemonldap-ng-fastcgi-server (= 2.20.2+ds-1~bpo12+1) | lemonldap-ng-uwsgi-app (= 2.20.2+ds-1~bpo12+1) | libapache2-mod-perl2 Suggests: libcache-memcached-perl, libdigest-hmac-perl, libsoap-lite-perl Size: 97088 SHA256: 98f7de83403a76c353b964cea04394d9f31212638494a19525412cfac3c7249c SHA1: 0f861046f96243543578db99976036874af3dfd3 MD5sum: 21791a3b641378cf7867f9e2fd0dc614 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.20.2+ds-1~bpo12+1_all.deb Package: lemonldap-ng-uwsgi-app Source: lemonldap-ng Version: 2.20.2+ds-1~bpo12+1 Installed-Size: 178 Maintainer: Debian Perl Group Architecture: all Depends: liblemonldap-ng-handler-perl (= 2.20.2+ds-1~bpo12+1) Recommends: libhttp-parser-xs-perl, uwsgi-plugin-psgi Suggests: nginx-extras | nginx Size: 86404 SHA256: 73aa017879af1d6e15ebd507a32c5cef7cff850c4a6eb503fe41073e43137c4a SHA1: 7dd4be97e8a6964577d727593e14ac846960e3a2 MD5sum: f42fe17425001e0c7c0ed41c30471e5a 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.20.2+ds-1~bpo12+1_all.deb Package: lgogdownloader Version: 3.15-1~bpo12+1 Installed-Size: 738 Maintainer: Debian Games Team Architecture: armhf 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.5), 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: 335592 SHA256: 4ed71f609296cefcb08bbcb5f021fd54a776a7b2a15f0c8b09dca7279db94415 SHA1: 2d56d08c9181e9c9dd93ebad0547bbc3a0ef2c26 MD5sum: 52b647ac6800e636e6293b2041268efb 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_armhf.deb Package: libanyevent-xspromises-perl Version: 0.005-2~bpo12+1 Installed-Size: 49 Maintainer: Debian Perl Group Architecture: armhf Depends: perl (>= 5.36.0-7), perlapi-5.36.0, libanyevent-perl Size: 14948 SHA256: f41917476d0464b367fa3afde80403869724a0be1b86d52b22449769c6f3d7cf SHA1: e771d7782c5cfd20932ced9baa1e8f43626414ac MD5sum: ca007f4852db77e2c4b4266cc1059b5d 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_armhf.deb Package: libapache2-mod-apreq2 Source: libapreq2 Version: 2.17-3~bpo12+1 Installed-Size: 69 Maintainer: Debian QA Group Architecture: armhf Depends: libapreq2-3 (= 2.17-3~bpo12+1), libapr1 (>= 1.2.7), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.4), apache2-api-20120211, apache2-bin (>= 2.4.16) Size: 25116 SHA256: 0b7fe44c0986416dd751e96b95e29b6fb15f146d4b023febc9599c32b86e0f02 SHA1: a65f4abba1c9201a31a88fd223f24a60ba9c268c MD5sum: 079172097a442a149a8f7c3db56e6537 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_armhf.deb Package: libapache2-mod-mapcache Source: mapcache Version: 1.14.1-1~bpo12+1 Installed-Size: 88 Maintainer: Debian GIS Project Architecture: armhf Depends: libapr1 (>= 1.2.7), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.4), libmapcache1 (>= 1.14.0), apache2-api-20120211, apache2-bin (>= 2.4.16) Size: 23052 SHA256: fdbd0dafb15568e22f9076f519ca739dfa80158cf40d36cbbc0881a7be5cd66e SHA1: 5594f7e607a56eb391ce07f8fae745681f4f88d7 MD5sum: 58130540ab9315dc7446561595774631 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_armhf.deb Package: libapache2-mod-qos Version: 11.74-1~bpo12+1 Installed-Size: 648 Maintainer: Debian QA Group Architecture: armhf 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: 216252 SHA256: 9e98bc2d1b1aa27927172279eae54a2cf799b0d4e99bcc481481a4af82f1e0c2 SHA1: b68d0dd2399ae706a14e64d74902ce47e22582a2 MD5sum: d938008ba4b11b73c2c5c8905850fe56 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_armhf.deb Package: libapache2-mod-r-base Source: rapache Version: 1.2.10-1~bpo12+1 Installed-Size: 76 Maintainer: Debian R Packages Maintainers Architecture: armhf Depends: r-base-core, apache2-api-20120211, apache2-bin (>= 2.4.16), libapreq2-3 (>= 2.13-2), libc6 (>= 2.4) Size: 28076 SHA256: f8d564e3aabb51711ccb729bec24b2a16b86386adfbdff8f0e03144cd82bca67 SHA1: 79e62a077377a97643c7e376819656fdfb8bbdd2 MD5sum: f79256cd02ba000ab21c5f503579c714 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_armhf.deb Package: libapache2-request-perl Source: libapreq2 Version: 2.17-3~bpo12+1 Installed-Size: 244 Maintainer: Debian QA Group Architecture: armhf 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.4) Size: 60508 SHA256: 22b2d2992b8ae414bd4b32d3892102f2a46516d051d1df5b60e8781c4fc016f0 SHA1: 5c6fc2881dc88fc61bf527380b9558ab982481d9 MD5sum: de5bbb35e4d1b7bc50ddbcc65bcb5f97 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_armhf.deb Package: libapreq2-3 Source: libapreq2 Version: 2.17-3~bpo12+1 Installed-Size: 69 Maintainer: Debian QA Group Architecture: armhf Depends: libapr1 (>= 1.2.7), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.4) Recommends: libapache2-mod-apreq2 Size: 35832 SHA256: a7c35ff1c4da31fd7ac070615b32336b6072cee24c3044f6d3f1ee3bdfcad82e SHA1: add0109f1d029a617fd5df61f8f5dc316bfd48f1 MD5sum: 92fe70007e303d9da5f088dc172dd9c6 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_armhf.deb Package: libapreq2-dev Source: libapreq2 Version: 2.17-3~bpo12+1 Installed-Size: 176 Maintainer: Debian QA Group Architecture: armhf Depends: libapreq2-3 (= 2.17-3~bpo12+1), libapr1-dev Recommends: libapreq2-doc Size: 55120 SHA256: adc623e1537e705bd1906440c33ffadec94f780aede74cab8835ab531250bbb6 SHA1: 7c18d8dc52f9e10f9fcfdcd4b328d18267eab622 MD5sum: f2d06f0d91b9e6221cc1f580170ad18a 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_armhf.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: armhf Depends: libaqbanking44 (= 6.6.0-1~bpo12+1), libgwenhywfar-core-dev Size: 47220 SHA256: 12bf58951c262eb73bf7eaa6bd61e14b92300d590743ddd5cb09a9cd252d9ed4 SHA1: bf0ef9fd82664d1dee5ea786365c645aebc6c570 MD5sum: 62f8f01fd8409a0b06353ccc6c39e06c 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_armhf.deb Package: libaqbanking44 Source: libaqbanking Version: 6.6.0-1~bpo12+1 Installed-Size: 1753 Maintainer: Micha Lenk Architecture: armhf 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: 652712 SHA256: 035ac9b6fd58efd8b3a49afb61021c79f8adc5231069886827acf27975001514 SHA1: 3ae56552f91a4bb687b87d4af7cb63b465441d02 MD5sum: 608e469b13558fac2a3748e75360b7c7 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_armhf.deb Package: libasm-dev Source: elfutils Version: 0.192-4~bpo12+1 Installed-Size: 88 Maintainer: Debian Elfutils Maintainers Architecture: armhf Depends: libasm1 (= 0.192-4~bpo12+1), libelf-dev Conflicts: libasm0-dev, libelfsh0-dev Size: 29560 SHA256: d6df42b4f7bb5fff9cd01e859bf96cab667606c93311fd0c64c633fffa891759 SHA1: f0244fae5639c226d58e63c166c5b218fe21f871 MD5sum: 2b11017a003a2c58b1d57d2c12d0ba0f 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_armhf.deb Package: libasm1 Source: elfutils Version: 0.192-4~bpo12+1 Installed-Size: 58 Maintainer: Debian Elfutils Maintainers Architecture: armhf Depends: libc6 (>= 2.4), libdw1 (= 0.192-4~bpo12+1), libelf1 (= 0.192-4~bpo12+1) Size: 26768 SHA256: 71bcdb1c20e832d3e073a815ee822e1b913e109a1f84938b576c21554a62ac4e SHA1: 037bb2b5a6fc8dbc4d6058d6fab88bec53c63748 MD5sum: 3d4b2f79ca3f4089f9f69c51ac7c358a 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_armhf.deb Package: libatk-adaptor Source: at-spi2-core Version: 2.56.1-2~bpo12+1 Installed-Size: 50 Maintainer: Debian Accessibility Team Architecture: armhf Replaces: at-spi Provides: at-spi Depends: libatk-bridge2.0-0 (= 2.56.1-2~bpo12+1), libglib2.0-0 (>= 2.62) Conflicts: at-spi Size: 11544 SHA256: a121ab5727dd44539c44036628d974dcf19d44d25be4a7430fe33b853738ed33 SHA1: 73c6835f17249ff4539b423cb40ccbd4b7186d42 MD5sum: ea42c163b5d62badc91f7c3f38fab7e7 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.1-2~bpo12+1_armhf.deb Package: libatk-bridge2.0-0 Source: at-spi2-core Version: 2.56.1-2~bpo12+1 Installed-Size: 206 Maintainer: Debian Accessibility Team Architecture: armhf Depends: libatk1.0-0 (= 2.56.1-2~bpo12+1), libatspi2.0-0 (= 2.56.1-2~bpo12+1), libc6 (>= 2.7), libdbus-1-3 (>= 1.9.14), libglib2.0-0 (>= 2.62) Size: 60012 SHA256: b5305bd2070c8835949e21664364c7844d9db3e96a703db12686393ad5f77b5e SHA1: d0d185ac72f0f92f49f6b319c570f50cc715ee3f MD5sum: 42629c5a52e590eaf3cde90f2b155412 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.1-2~bpo12+1_armhf.deb Package: libatk-bridge2.0-dev Source: at-spi2-core Version: 2.56.1-2~bpo12+1 Installed-Size: 34 Maintainer: Debian Accessibility Team Architecture: armhf Depends: libatk-bridge2.0-0 (= 2.56.1-2~bpo12+1), libatk1.0-dev, libglib2.0-dev, libatspi2.0-dev (= 2.56.1-2~bpo12+1) Size: 10140 SHA256: ee6d800801cdfe8a43043786cd4ae640093e5f59cb669fdb3f4b4a22d6b89998 SHA1: cc90d636642799dd28aca90adc43af0dff5a000d MD5sum: b20c88e97f1c59521285311ff648f88f 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.1-2~bpo12+1_armhf.deb Package: libatk1.0-0 Source: at-spi2-core Version: 2.56.1-2~bpo12+1 Installed-Size: 142 Maintainer: Debian Accessibility Team Architecture: armhf Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.62), at-spi2-common Size: 44940 SHA256: 51118d6684ef4d0d0b176729196910eee7b4d207dd0acbaa2fc697df51be8c22 SHA1: df4621ec45b3b2bed4d8341f7660547a6efecb5e MD5sum: 72b3cb524c96712aa80dda2ba3a4488a 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.1-2~bpo12+1_armhf.deb Package: libatk1.0-dev Source: at-spi2-core Version: 2.56.1-2~bpo12+1 Installed-Size: 1346 Maintainer: Debian Accessibility Team Architecture: armhf Replaces: gir-repository-dev Depends: libatk1.0-0 (= 2.56.1-2~bpo12+1), gir1.2-atk-1.0 (= 2.56.1-2~bpo12+1), pkgconf, libglib2.0-dev Size: 105312 SHA256: 6c6ba77f91c5eb1e8b993b7b8ad578444a691b3d774f34d24dd9b44a2ad555be SHA1: b2d19939274e7133ae3d85b0ed1a47b3b3588d6c MD5sum: a2df2a79592203b2069e2115248c5967 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.1-2~bpo12+1_armhf.deb Package: libatk1.0-doc Source: at-spi2-core Version: 2.56.1-2~bpo12+1 Installed-Size: 4918 Maintainer: Debian Accessibility Team Architecture: all Suggests: libglib2.0-doc, libgtk-3-doc, devhelp Size: 202892 SHA256: d07bda2bfc991b995acd3a4295cad21a94054196e33da2bda20844069cc6ab4b SHA1: 80ec26708688fa3141acc88488e709aa5d5e57de MD5sum: 45747726affaaa1e36479bc24e8e3ef7 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.1-2~bpo12+1_all.deb Package: libatspi2.0-0 Source: at-spi2-core Version: 2.56.1-2~bpo12+1 Installed-Size: 186 Maintainer: Debian Accessibility Team Architecture: armhf Depends: libc6 (>= 2.7), 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.1-2~bpo12+1) Size: 69548 SHA256: 6482a6167f896ba96e9bfb826346c385aa60c79fb0ecbaf5b0f0f2b30bf65ecb SHA1: 019de222917067de23397ef5fa24c8cd5e936fed MD5sum: 188ea43566358d8c98544b2430135a22 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.1-2~bpo12+1_armhf.deb Package: libatspi2.0-dev Source: at-spi2-core Version: 2.56.1-2~bpo12+1 Installed-Size: 868 Maintainer: Debian Accessibility Team Architecture: armhf Replaces: gir-repository-dev Depends: gir1.2-atspi-2.0 (= 2.56.1-2~bpo12+1), libatspi2.0-0 (= 2.56.1-2~bpo12+1), libglib2.0-dev, libdbus-1-dev, libxtst-dev Size: 83572 SHA256: 2b4bbe86dad870ce225e973d5b94dc43a98b5504d4beea1db07f5f7848b45455 SHA1: 06e912e8a859ecec99cbd4374f46e922c08f2362 MD5sum: 1399f14f2b6c139c49f5cce94cb11bd4 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.1-2~bpo12+1_armhf.deb Package: libbpf-dev Source: libbpf (1.4.6-1~bpo12+1) Version: 1:1.4.6-1~bpo12+1 Installed-Size: 813 Maintainer: Sudip Mukherjee Architecture: armhf Depends: libbpf1 (= 1:1.4.6-1~bpo12+1), libelf-dev, zlib1g-dev Size: 231756 SHA256: e7bf5e0c7e2c186e8f928ed5a6245d2d5d166cf486a2712e5068d77c461b6af8 SHA1: ca51d43b7227839283ccb68f46eafdfdbb12ac2a MD5sum: 094cb1a3786f7e2783705fdce2c19dab 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_armhf.deb Package: libbpf1 Source: libbpf (1.4.6-1~bpo12+1) Version: 1:1.4.6-1~bpo12+1 Installed-Size: 295 Maintainer: Sudip Mukherjee Architecture: armhf Depends: libc6 (>= 2.34), libelf1 (>= 0.144), zlib1g (>= 1:1.2.3.3) Size: 139876 SHA256: 68747a5c9eaa744c7f14dfb278ac7e2ec25127a8c8141c8a56f6127991e5b54e SHA1: f1568c53f55db0d7e90b4cbc8a8b882850b9e25c MD5sum: ce08ed7b7efe8061376fa4cc28ee055a 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_armhf.deb Package: libbrlapi-dev Source: brltty Version: 6.7-1~bpo12+1 Installed-Size: 719 Maintainer: Debian Accessibility Team Architecture: armhf Depends: libbrlapi0.8 (= 6.7-1~bpo12+1) Conflicts: libbrlapi1-dev (<< 3.8) Size: 223468 SHA256: 889fcc8420e4527769c787a92efc87bf02563a52a93f8ad7a4d8eeb46b67b286 SHA1: f2a3b3fd62c722b705f339ac94971e858cb0c5a0 MD5sum: 5aa08f9d0e9e388f0b5bf23ab4f394e5 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-1~bpo12+1_armhf.deb Package: libbrlapi-java Source: brltty Version: 6.7-1~bpo12+1 Installed-Size: 4011 Maintainer: Debian Accessibility Team Architecture: all Depends: libbrlapi-jni (>= 6.7-1~bpo12+1) Size: 309964 SHA256: 7f43f54227c1c6407c4b35712544279a7bfaca726ba9d61781a09a9ebab43b10 SHA1: 8b5a5f2c0eb58f73473920c02a457aea59d734c6 MD5sum: fea10583a66b066741d18633c477aadc 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-1~bpo12+1_all.deb Package: libbrlapi-jni Source: brltty Version: 6.7-1~bpo12+1 Installed-Size: 109 Maintainer: Debian Accessibility Team Architecture: armhf Depends: libbrlapi0.8 (>= 6.7), libc6 (>= 2.34) Size: 81312 SHA256: 5ef0ef9d52bb21112d54b17af329eeb3156f21c11734ce08b63f672f357b82f2 SHA1: 76cf34165bbd29bf1498a8b66143e898fcee5e5f MD5sum: 0be8607e0f2819e20cc141b5dcf37450 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-1~bpo12+1_armhf.deb Package: libbrlapi0.8 Source: brltty Version: 6.7-1~bpo12+1 Installed-Size: 124 Maintainer: Debian Accessibility Team Architecture: armhf Depends: libc6 (>= 2.34), libsystemd0 Size: 88936 SHA256: e84e61e10067f31a749df1e9b3129ae2027da8fb5cbab342ca9417405ac31fcd SHA1: d0608969792f81fc6c9c3f939d232720e8eb5228 MD5sum: 98dff83d20bb7fc137181dfd93a038c4 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-1~bpo12+1_armhf.deb Package: libbtrfs-dev Source: btrfs-progs Version: 6.12-1~bpo12+1 Installed-Size: 202 Maintainer: Nicholas D Steeves Architecture: armhf Depends: libbtrfs0 (= 6.12-1~bpo12+1) Size: 69132 SHA256: 25094b606e40e1fe06165bf55d8f685daf386629ad10dd45e2aea6f4543128f6 SHA1: 7b330107e024a32289b11f26e35bea7237a80657 MD5sum: 893d32e714588d4358b70932f650e021 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.12-1~bpo12+1_armhf.deb Package: libbtrfs0 Source: btrfs-progs Version: 6.12-1~bpo12+1 Installed-Size: 71 Maintainer: Nicholas D Steeves Architecture: armhf Depends: libc6 (>= 2.4) Size: 43084 SHA256: 3c34fe3028e2389621a36c7c165366f1e0c92ccb7bb33e90ec25b9f1ca2b7f82 SHA1: 629f7e97e58776a602905840fe1c192644b8df18 MD5sum: 150734bf21a671b92bef0cc17d41d8ce 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.12-1~bpo12+1_armhf.deb Package: libbtrfsutil-dev Source: btrfs-progs Version: 6.12-1~bpo12+1 Installed-Size: 110 Maintainer: Nicholas D Steeves Architecture: armhf Depends: libbtrfsutil1 (= 6.12-1~bpo12+1) Size: 46932 SHA256: 6bb04c16b9d4fe62adf828139af4e2da72df472ac2012e13ebff9e333d1949cd SHA1: 5afab1a462ac8c255f06cbe04882b3a1610c17e6 MD5sum: f8175800f7aba52e13bcdbbbfd2f08b9 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.12-1~bpo12+1_armhf.deb Package: libbtrfsutil1 Source: btrfs-progs Version: 6.12-1~bpo12+1 Installed-Size: 79 Maintainer: Nicholas D Steeves Architecture: armhf Depends: libc6 (>= 2.33) Size: 43256 SHA256: a4396def9059036dd1b1c520b5242f7909fcfe6a6724371f8a80c1385550ccc6 SHA1: 17a1a02607718dcb33257d0107d5b7ae2ddc922a MD5sum: db021f5d60da5e8340a5de8700cf53b7 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.12-1~bpo12+1_armhf.deb Package: libcamera-dev Source: libcamera Version: 0.3.2-1~bpo12+1 Installed-Size: 188 Maintainer: Debian Multimedia Maintainers Architecture: armhf Depends: libcamera0.3 (= 0.3.2-1~bpo12+1) Size: 32876 SHA256: 31021d457bd243b32c72b4c440c9d8c92d98eecdaf519c2592d4b0649931dd77 SHA1: 6cc82cb23872edfcc4ca2c48c10269bd00520b5f MD5sum: 268b3b0e34b62f8c6195dc8aae72570f 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_armhf.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: 1622 Maintainer: Debian Multimedia Maintainers Architecture: armhf Replaces: libcamera0 (<< 0.0.3-1~) Depends: libc6 (>= 2.34), libcamera0.3 (>= 0.3.2), libgcc-s1 (>= 3.5), libstdc++6 (>= 12) Breaks: libcamera0 (<< 0.0.3-1~) Size: 373256 SHA256: f5abbb0200c06c59b8f307792afea09e1fb5f8d9884c744e219ea2dfedea0f53 SHA1: 06b5ad8fc89118d2e157d4ab1faaf52ade88bed3 MD5sum: d0fc51d3e0292e47db9e7a34562ff93a 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_armhf.deb Package: libcamera-tools Source: libcamera Version: 0.3.2-1~bpo12+1 Installed-Size: 733 Maintainer: Debian Multimedia Maintainers Architecture: armhf 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.5), 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: 274860 SHA256: ea5e0c1eeff2774cb139663845850ce43e8083bded3a89eac986c72c3163b9fe SHA1: 1e837e3b659a2c2c9d68e1bbc9ccc8a700151877 MD5sum: dbe0bbeecf7f9c31d2a86cac390aa390 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_armhf.deb Package: libcamera-v4l2 Source: libcamera Version: 0.3.2-1~bpo12+1 Installed-Size: 123 Maintainer: Debian Multimedia Maintainers Architecture: armhf Replaces: libcamera0 (<< 0.0.3-1~) Depends: libc6 (>= 2.34), libcamera0.3 (>= 0.3.2), libgcc-s1 (>= 3.5), libstdc++6 (>= 12) Breaks: libcamera0 (<< 0.0.3-1~) Size: 41604 SHA256: 4d18f1ac4aedea80ed0b89533bc945b869c540cdadf5c029a869bb013c838ac9 SHA1: fb81ba03ea61a260c015b257c625e95fc5404a02 MD5sum: cf96c19a475a07f00c5846c64440d269 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_armhf.deb Package: libcamera0.3 Source: libcamera Version: 0.3.2-1~bpo12+1 Installed-Size: 1443 Maintainer: Debian Multimedia Maintainers Architecture: armhf Replaces: libcamera0 (<< 0.0.3-1~) Depends: libc6 (>= 2.34), libdw1 (>= 0.158), libgcc-s1 (>= 3.5), 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: 508624 SHA256: 108de8f42b5d67aad194858f263d6ac673151d051a7c93bcf6d11b64f723419d SHA1: 7edbbce9ee7065d5313840c252ac0a448c6b1be8 MD5sum: f8aa5e689969a6f04f4c4f1dbbede07d 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_armhf.deb Package: libcassandra-client-perl Version: 0.20-1~bpo12+1 Installed-Size: 244 Maintainer: Debian Perl Group Architecture: armhf Depends: perl (>= 5.36.0-7), perlapi-5.36.0, libc6 (>= 2.4), 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: 74312 SHA256: 547dab8490e2ea2370e79313bf3bd81770e792d9962fc48fb9ceba24eecf3898 SHA1: 6054dec94d9d8a27a07467dd63a878c24d186665 MD5sum: c062aec23e7ba35e15771703fc7ffcc7 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_armhf.deb Package: libcatch2-dev Source: catch2 Version: 3.7.1-0.4~bpo12+1 Installed-Size: 2736 Maintainer: Mathieu Mirmont Architecture: armhf Replaces: catch2 (<< 3.4.0-2~) Breaks: catch2 (<< 3.4.0-2~) Size: 572588 SHA256: 942a999783f67fa312c05b75b81148746f2d051b027de8b515672e2953208259 SHA1: 6446a804da007cfe52832d0833683ccf44dd561b MD5sum: 53957326cbbeb1a88be9e75ca581df21 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_armhf.deb Package: libcext-dev Source: cpl Version: 7.3.2+ds-1~bpo12+1 Installed-Size: 80 Maintainer: Debian Astronomy Maintainers Architecture: armhf Depends: libcext0 (= 7.3.2+ds-1~bpo12+1) Suggests: libcpl-dev Size: 23860 SHA256: e0f658565a382afde6ce89fdb5144e181c7faf3ef3d00da2a0321c72c7eb04a2 SHA1: af3542eb890d3090f69ef10e8bfc34725dd7f1f3 MD5sum: 281ae235773347743a4fae9c3ad18947 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_armhf.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: 74 Maintainer: Debian Astronomy Maintainers Architecture: armhf Depends: libc6 (>= 2.34) Size: 35700 SHA256: f61cf76bdb589bcf2fa7a3ca2ed3ab9d97520e131807ce14479fc248d8f779f1 SHA1: 0d002e661e09277853d95c356a2a36778204b041 MD5sum: 433075ce7b195a7ac0413f3e7870a9e1 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_armhf.deb Package: libclaws-mail-dev Source: claws-mail Version: 4.3.1-1~bpo12+1 Installed-Size: 1067 Maintainer: Ricardo Mones Architecture: armhf Depends: libssl-dev, libenchant-2-dev Size: 414268 SHA256: 3de70c4d08d5b4dcf4286f2989d6db26f3c6733e7d1a6a25a74aba464b1a271e SHA1: f60abb8b02bcf14e712ef10a7d063900e9792cc9 MD5sum: 4b8c4cb0e46797fcbb183546d3e72b1f 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_armhf.deb Package: libcloudflare-ddns-dev Source: cloudflare-ddns Version: 2.1.0-2~bpo12+1 Installed-Size: 69 Maintainer: Andrea Pappacoda Architecture: armhf Depends: libcloudflare-ddns2 (= 2.1.0-2~bpo12+1), libcurl4-openssl-dev | libcurl-dev Size: 18480 SHA256: 9fead4466e6319defc62a6b51fe12039c706ed742907bda587861019dab48912 SHA1: d9193ef974266a5de96b75d34e1f70103ddaea84 MD5sum: 94238133b7b04c85f97011f14b2f043a 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_armhf.deb Package: libcloudflare-ddns2 Source: cloudflare-ddns Version: 2.1.0-2~bpo12+1 Installed-Size: 61 Maintainer: Andrea Pappacoda Architecture: armhf Depends: libc6 (>= 2.4), libcurl4 (>= 7.16.2) Size: 18080 SHA256: cbb5e32a893fa399ab1270238641156b259ee3436c2f404fdadc8d943b6e436c SHA1: ffe68a1ace7f7c31dd8be1174eddc8bdb3e6c886 MD5sum: 3373c8e8154abcc8f7f4317d7499fea3 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_armhf.deb Package: libcom-err2 Source: e2fsprogs Version: 1.47.2~rc1-2~bpo12+2 Installed-Size: 55 Maintainer: Theodore Y. Ts'o Architecture: armhf Replaces: libcomerr2 (<< 1.43.9-1~) Provides: libcomerr2 (= 1.47.2~rc1-2~bpo12+2) Depends: libc6 (>= 2.28) Breaks: libcomerr2 (<< 1.43.9-1~) Size: 22992 SHA256: 13f0b33e2e20828bddd17cb8913942c54a436f2a692e7463804d576bc4bfb68c SHA1: df186b3b9795fcf3e95b1d8e943d93718b870ae8 MD5sum: 937e6d04a8b3b824b2fd2340a9cb2d21 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_armhf.deb Package: libcos4-3 Source: omniorb-dfsg Version: 4.3.2+ds1-2~bpo12+1 Installed-Size: 5103 Maintainer: Freexian Packaging Team Architecture: armhf Replaces: libcos4-2 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.5), libomniorb4-3 (>= 4.3.2+ds1), libomnithread4 (>= 4.3.2+ds1), libstdc++6 (>= 5) Conflicts: libcos4-2 Size: 956268 SHA256: 0df7a8384c153e98aa30e773ad25c26cf93914bd0b69f78b7b8d7a52ff74ae3f SHA1: 699cc9284aaee43616ca63b89cc9e6963226ffcc MD5sum: 0298ca8f81a163c214ea56b5f3ed57a2 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.2+ds1-2~bpo12+1_armhf.deb Package: libcos4-dev Source: omniorb-dfsg Version: 4.3.2+ds1-2~bpo12+1 Installed-Size: 11050 Maintainer: Freexian Packaging Team Architecture: armhf Depends: libcos4-3 (= 4.3.2+ds1-2~bpo12+1), libomniorb4-dev (= 4.3.2+ds1-2~bpo12+1), pkgconf Size: 1077896 SHA256: d809a664209320d5e0ca9ce8151ba36de1ed9b3847a5b9097cdd9d28c43e9bb1 SHA1: d360891e2cf7ad6a3c95ec9becb7c0c0942640cf MD5sum: b85a662bc6b1fd399186a24b90362118 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.2+ds1-2~bpo12+1_armhf.deb Package: libcotp-dev Source: libcotp Version: 3.0.0-1~bpo12+1 Installed-Size: 20 Maintainer: Francisco Vilmar Cardoso Ruviaro Architecture: armhf Depends: libcotp3 (= 3.0.0-1~bpo12+1) Size: 4092 SHA256: cb529434bfe8d78ca7775319871b0f5cd9ebe827f31b7c751e1ce8cfdd8b64c6 SHA1: c0e80e621394a9a8b35a2e6a2b5f074dbc803a5d MD5sum: 7edfa6bcd68168b81f1092cc906a5dbb 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_armhf.deb Package: libcotp3 Source: libcotp Version: 3.0.0-1~bpo12+1 Installed-Size: 31 Maintainer: Francisco Vilmar Cardoso Ruviaro Architecture: armhf Depends: libc6 (>= 2.4), libgcrypt20 (>= 1.10.0) Size: 8784 SHA256: 657753596647c8aa4cfcafc38183774cc76ac4ff4822ddc650c79d1f36762439 SHA1: a287807ac85ab120853eafca23d18840295204de MD5sum: 44c5719104c5430c9407dad57df7b086 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_armhf.deb Package: libcowsql-dev Source: cowsql Version: 1.15.8-1~bpo12+1 Installed-Size: 326 Maintainer: Free Ekanayaka Architecture: armhf Depends: libcowsql0 (= 1.15.8-1~bpo12+1), libsqlite3-dev (>= 3.22.0~) Size: 95056 SHA256: 0b78de7b267bd5d7c1797becb910e0beb24d3ca8cd3ba4864cbbc0c8fc5eab3e SHA1: 3c2f93b2910ae4f5893a2a6ad01d34bec8793c7d MD5sum: b77dd8dcff5f6a8d334f4a16f826034a 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_armhf.deb Package: libcowsql0 Source: cowsql Version: 1.15.8-1~bpo12+1 Installed-Size: 162 Maintainer: Free Ekanayaka Architecture: armhf Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.5), libraft0 (>= 0.20), libsqlite3-0 (>= 3.8.7), libuv1 (>= 1.8.0~) Size: 71364 SHA256: 9d4f143a143e102bd302c4f364b64de63251f6f938066b91f221fdaca46ff1cd SHA1: 3b0765e21712d7755d46c278cfac3ce774e6ebe1 MD5sum: 2b0f2b1bcf007cf7ebcca30614a0bd8d 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_armhf.deb Package: libcpl-dev Source: cpl Version: 7.3.2+ds-1~bpo12+1 Installed-Size: 448 Maintainer: Debian Astronomy Maintainers Architecture: armhf 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: 72944 SHA256: 8dd2b472558370a437c58785aa99e6b8560a69be401ab36a4a994de2d2caf73a SHA1: 73ec6541b0d435672067b4a5c1c5bf60e92fa1c2 MD5sum: 4d2b138c3c3624a3a7463b32667e8d53 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_armhf.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: 1157 Maintainer: Debian Astronomy Maintainers Architecture: armhf 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: 455360 SHA256: feb0b16880bebede3af0a1f34a09afb42e2e91b78da0c449c5af28ad105ae5f3 SHA1: f55f9466725d48c064a7e353ea45291298fe1089 MD5sum: e6236603755be6dd322d4773d50dca36 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_armhf.deb Package: libcpldfs26 Source: cpl Version: 7.3.2+ds-1~bpo12+1 Installed-Size: 98 Maintainer: Debian Astronomy Maintainers Architecture: armhf Depends: libc6 (>= 2.4), libcext0 (>= 6.6), libcfitsio10 (>= 4.2.0~), libcplcore26 (>= 7.2.2), libcplui26 (>= 6.4) Size: 49348 SHA256: 52a344e51f9781f14da815fbb6bcbbae231065c629e75d8a2c555759d15514eb SHA1: ef68d49fd2888929610796b2f86b9e7c8ca5d70d MD5sum: a841797dc3143098c13d28a0b94d5dc0 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_armhf.deb Package: libcpldrs26 Source: cpl Version: 7.3.2+ds-1~bpo12+1 Installed-Size: 156 Maintainer: Debian Astronomy Maintainers Architecture: armhf Depends: libc6 (>= 2.35), libcext0 (>= 5.3.1), libcplcore26 (>= 7.3.2), libwcs7 (>= 4.8.2) Size: 76208 SHA256: 39fa51f49eb30338891fc936c54a8ee73619eeeec4caf8122697e32fb45dd9ca SHA1: b78a13bc3ccea10d27cfd7586c72e082f98d9a69 MD5sum: f698a0d32c83d21dca53809db1a34eb2 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_armhf.deb Package: libcplui26 Source: cpl Version: 7.3.2+ds-1~bpo12+1 Installed-Size: 106 Maintainer: Debian Astronomy Maintainers Architecture: armhf Depends: libc6 (>= 2.4), libcext0 (>= 5.3.1), libcfitsio10 (>= 4.2.0~), libcplcore26 (>= 6.0) Size: 45128 SHA256: be7242c38674c1fbab7f6ef39176a88f65b8c1c870c4cad099510311bfca79df SHA1: d70b0da225eb9352c48b855f94283091d0874e47 MD5sum: 73ec64b649eddd48b77dde41f4f9b5a2 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_armhf.deb Package: libcppdap-dev Source: cppdap Version: 1.58.0a-6~bpo12+1 Installed-Size: 4368 Maintainer: Timo Röhling Architecture: armhf Depends: libjsoncpp-dev (>= 1.9.5), libjsoncpp-dev (<< 1.9.6~) Size: 424704 SHA256: 299aed2fa47beb0cdb678432036f3bed1e9c00af8db8f59a4a5bd730bc4ab680 SHA1: e56b80d753d05207311500ffd01a64cbb6c90294 MD5sum: 225602b2bb9f30719c9055ef9ed701df 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_armhf.deb Package: libcpupower-dev Source: linux Version: 6.12.12-1~bpo12+1 Installed-Size: 947 Maintainer: Debian Kernel Team Architecture: armhf Replaces: libcpufreq-dev Provides: libcpufreq-dev Depends: libcpupower1 (= 6.12.12-1~bpo12+1) Conflicts: libcpufreq-dev Size: 943760 SHA256: 72d86e79d8d6593754865100f0c78752ccafcdf8d270aacc6c9e7092e9207cf6 SHA1: f65a5f7701e30e94841c72eb257c36081de7ff1a MD5sum: 49f154cc33bdccb217c91144bf18d666 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.12-1~bpo12+1_armhf.deb Package: libcpupower1 Source: linux Version: 6.12.12-1~bpo12+1 Installed-Size: 963 Maintainer: Debian Kernel Team Architecture: armhf Depends: libc6 (>= 2.34) Size: 949792 SHA256: 673e4b93eeb06d05e3c301923334c40398f2d35abe94838677471c7559b97f49 SHA1: 7ba7943e4470ef617d3ee50393beab9d00a0ef53 MD5sum: 0b45a5ba0871f38a4fce000b3abf6449 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.12-1~bpo12+1_armhf.deb Package: libcurl3-gnutls Source: curl Version: 8.12.1-3~bpo12+1 Installed-Size: 597 Maintainer: Debian Curl Maintainers Architecture: armhf 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.1.4) Recommends: ca-certificates Size: 312104 SHA256: 2fcd3a0e56d58fdf6d43ac7dfeea6a7abbce1cc33bdfda8f850fbe3800800263 SHA1: 176708fc21aa1f170f6bb5e871758f77b1d492b0 MD5sum: 5202405cf427269c00c01276556add1b 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.12.1-3~bpo12+1_armhf.deb Package: libcurl4 Source: curl Version: 8.12.1-3~bpo12+1 Installed-Size: 577 Maintainer: Debian Curl Maintainers Architecture: armhf 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.1.4) Recommends: ca-certificates Conflicts: libcurl3 Size: 303844 SHA256: d4012d2ce25e665e88a665df32c2912bbbcbe4680f96891e4b45f05f967f46f0 SHA1: 4b18e6b099fe9121169c1f427629a9a43528fc01 MD5sum: 4e1ce47da78a19c687b715dcaa77bd64 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.12.1-3~bpo12+1_armhf.deb Package: libcurl4-doc Source: curl Version: 8.12.1-3~bpo12+1 Installed-Size: 1672 Maintainer: Debian Curl Maintainers Architecture: all Size: 879700 SHA256: 463c21b3ced9d4a5f4dea5129e70877c486d82b5f459227717a17bae85dda919 SHA1: 68ae1d005a756f0c605a9bba7dd8611748c755f3 MD5sum: 63cdc0fb40d724e2b114fb4f2574ba3d 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.12.1-3~bpo12+1_all.deb Package: libcurl4-gnutls-dev Source: curl Version: 8.12.1-3~bpo12+1 Installed-Size: 1370 Maintainer: Debian Curl Maintainers Architecture: armhf Provides: libcurl-dev, libcurl-ssl-dev, libcurl3-gnutls-dev, libcurl4-dev Depends: libbrotli-dev, libcurl3-gnutls (= 8.12.1-3~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: 436932 SHA256: caaa068361c413a89d04db2e798b3258e98b20aa288865a0d46c2c567ea8f67d SHA1: 60e5c74c8708a8cfd02c98070b43673d3c750975 MD5sum: 223ec5cd7b4e5198753536bea0ecc1da 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.12.1-3~bpo12+1_armhf.deb Package: libcurl4-openssl-dev Source: curl Version: 8.12.1-3~bpo12+1 Installed-Size: 1336 Maintainer: Debian Curl Maintainers Architecture: armhf Provides: libcurl-dev, libcurl-ssl-dev, libcurl3-dev, libcurl3-openssl-dev, libcurl4-dev Depends: libbrotli-dev, libcurl4 (= 8.12.1-3~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: 425696 SHA256: fa5f1e26fa0e489636c4e3a3cd97802074fb914482019b98509e0464566cd612 SHA1: 091cbaa107ed309b36836bb7a8be831ad0b31e4f MD5sum: 8e168bc52c9c00ca9602a3960132ce27 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.12.1-3~bpo12+1_armhf.deb Package: libcyrus-imap-perl Source: cyrus-imapd Version: 3.8.1-1~bpo12+1 Installed-Size: 1283 Maintainer: Debian Cyrus Team Architecture: armhf Depends: perl (>= 5.36.0-7), 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: 250132 SHA256: acd482294f4cea353bb5e5fc3349083decb7497adca4fd482da18584aed34318 SHA1: 17a11788ad9191197fa09404927f43a362f396cb MD5sum: 10cb3bf36c3c1f181448723e04ed05a5 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.8.1-1~bpo12+1_armhf.deb Package: libd3dadapter9-mesa Source: mesa Version: 24.2.8-1~bpo12+1 Installed-Size: 19091 Maintainer: Debian X Strike Force Architecture: armhf Depends: libc6 (>= 2.34), libdrm-amdgpu1 (>= 2.4.121), libdrm-radeon1 (>= 2.4.121), libdrm2 (>= 2.4.121), libelf1 (>= 0.142), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.5), libllvm15, libsensors5 (>= 1:3.5.0), libstdc++6 (>= 11), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.2.3.3), libudev1 Size: 5614676 SHA256: 533017845a001d07584eabebb7c691c1924387c906421b5ecd3129ede5125f08 SHA1: 6dc6390ae67ebcd96fad5504dcb79a7a1a3b5022 MD5sum: 59020b61fa1d804c5f7d56462c3585ff 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_24.2.8-1~bpo12+1_armhf.deb Package: libd3dadapter9-mesa-dev Source: mesa Version: 24.2.8-1~bpo12+1 Installed-Size: 64 Maintainer: Debian X Strike Force Architecture: armhf Depends: libd3dadapter9-mesa (= 24.2.8-1~bpo12+1), libudev1 Size: 22704 SHA256: e04495a7027d463c6bf88fd96e532f13e214c0bfaa88dbe318465d17137af91e SHA1: 3b46a6f7686356858bcf05fc234b32aa0901a18f MD5sum: 1cc9002a69cf0ec244913e75f3518940 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_24.2.8-1~bpo12+1_armhf.deb Package: libdar-dev Source: dar Version: 2.7.15-2~bpo12+1 Installed-Size: 7571 Maintainer: John Goerzen Architecture: armhf 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: 1302880 SHA256: 1b2c22fabf2dd0372188d1b9c01ed13b76aaee90b48d27b11294f41debc2f5e4 SHA1: efdc08a5a9c9da101a82b7a744ccb5b4124b62d3 MD5sum: 328afdd9b5c6e187d775fc57a318b072 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_armhf.deb Package: libdar64-6000 Source: dar Version: 2.7.15-2~bpo12+1 Installed-Size: 1895 Maintainer: John Goerzen Architecture: armhf Depends: libargon2-1 (>= 0~20171227), libbz2-1.0, libc6 (>= 2.34), libcap2 (>= 1:2.10), libcurl4 (>= 7.16.2), libgcc-s1 (>= 3.5), 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: 799420 SHA256: 5dc00dfb3bf451e45417d09c85e03cdd93c879c8dba98c428aaa9036bcae94c2 SHA1: 93ef890b577c12825936d1b010e6935e32864c58 MD5sum: 5149829416f90af4202bb49a2e6c8fb8 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_armhf.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: armhf Depends: libdebuginfod1 (= 0.192-4~bpo12+1), libelf-dev Size: 23348 SHA256: 7415217bf501201e91dd80debd971690822c8c233641ee3b7289a63eeeea7187 SHA1: 0b08d69f255b0b0bdcf20a79658b59c6d507ef19 MD5sum: 8876febee85d3aa1077f41ea5cb09356 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_armhf.deb Package: libdebuginfod1 Source: elfutils Version: 0.192-4~bpo12+1 Installed-Size: 61 Maintainer: Debian Elfutils Maintainers Architecture: armhf 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: 30160 SHA256: 488b1582a1ed00d2fd4ba72d713230cd263418f44ad5d576003f1bc5c9997847 SHA1: ffd453786c7463318e2107aab412c08a633f8845 MD5sum: 6f473a0ddad8f4c0ccceec5474f16c33 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_armhf.deb Package: libdisplay-info-bin Source: libdisplay-info Version: 0.2.0-2~bpo12+1 Installed-Size: 75 Maintainer: Marc Dequènes (Duck) Architecture: armhf Depends: libc6 (>= 2.34), libdisplay-info2 (>= 0.2.0) Size: 27488 SHA256: f24112fcbb2deeaf799041f3312763a1326db8dedb6d8f32a5f9cbc14515f0d4 SHA1: 974446162f379d94efa9fda5f947343389716bde MD5sum: 98de1e710e64f17ba97e43e6af861345 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_armhf.deb Package: libdisplay-info-dev Source: libdisplay-info Version: 0.2.0-2~bpo12+1 Installed-Size: 124 Maintainer: Marc Dequènes (Duck) Architecture: armhf Depends: libdisplay-info2 (= 0.2.0-2~bpo12+1) Size: 26212 SHA256: 860f69f4c118603a49a87d0866b5211958d3cca61d23d94439c486c25d059dcb SHA1: a13799dcf052fcf9a847c2b2c28119c7e5cd190e MD5sum: 85a2022be32048e299a519a17fec160a 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_armhf.deb Package: libdisplay-info1 Source: libdisplay-info Version: 0.1.1-2~bpo12+1 Installed-Size: 206 Maintainer: Marc Dequènes (Duck) Architecture: armhf Depends: libc6 (>= 2.27) Size: 66252 SHA256: 6aff9ad6e022e7545c2860f60b5031ecf6a8265da136ec238ef99ee9d00bc047 SHA1: d9447b5ac69cf880d862d88a50e6acc5f8e0c171 MD5sum: 6593fec52d58998792e5289b1aed86db 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_armhf.deb Package: libdisplay-info2 Source: libdisplay-info Version: 0.2.0-2~bpo12+1 Installed-Size: 215 Maintainer: Marc Dequènes (Duck) Architecture: armhf Depends: libc6 (>= 2.27) Size: 69696 SHA256: c372b7d7cafdab5a4d0dcd305c7993eab92a651836fd0bb8a6788fa084d825e0 SHA1: 50ee8ff2517d07972eec2bdc9d69ee45786e2175 MD5sum: 79019e23fb9da92f03f8da6992935d71 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_armhf.deb Package: libdjinterop-dev Source: libdjinterop Version: 0.21.0+ds-2~bpo12+1 Installed-Size: 216 Maintainer: Debian Multimedia Maintainers Architecture: armhf Depends: libdjinterop0 (= 0.21.0+ds-2~bpo12+1) Size: 31964 SHA256: 82797814965e2932e7901e3312fcd00b2395e678c804f137de6a57367607429f SHA1: 0b61a2281bf1a47b3deb7fd1adcad4b028ed8283 MD5sum: dbe679706a1c9c337a9bcc778563761b 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_armhf.deb Package: libdjinterop0 Source: libdjinterop Version: 0.21.0+ds-2~bpo12+1 Installed-Size: 1221 Maintainer: Debian Multimedia Maintainers Architecture: armhf Depends: libc6 (>= 2.33), libgcc-s1 (>= 3.5), libsqlite3-0 (>= 3.14.0), libstdc++6 (>= 11), zlib1g (>= 1:1.1.4) Size: 351364 SHA256: b68ed94bbfeff0d5808eb941b751ff62367ed1acf13d13bb9292015768dbb2b3 SHA1: 5fc1b5049957c14279752ccf971ccb96f6a7f147 MD5sum: e3f0a38d63b9f946947139c839b7beca 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_armhf.deb Package: libdrm-amdgpu1 Source: libdrm Version: 2.4.123-1~bpo12+1 Installed-Size: 64 Maintainer: Debian X Strike Force Architecture: armhf Depends: libc6 (>= 2.34), libdrm2 (>= 2.4.108) Size: 20240 SHA256: 56f15cb38ca814e775b637bd3f55fe48f679ba91d6ce1c2b3af0d4348bc025d8 SHA1: ccad5b34c1c079c8835d11949cde5ac6b7d63765 MD5sum: bf8211f9ede3172217e884dfca200af8 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_armhf.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: 1103 Maintainer: Debian X Strike Force Architecture: armhf 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-omap1 (= 2.4.123-1~bpo12+1), libdrm-freedreno1 (= 2.4.123-1~bpo12+1), libdrm-exynos1 (= 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: 256520 SHA256: 3909d3fce9268b07c9af5b8a7ed6a8142972961008dc0eebbd79409eccffb198 SHA1: 8c9b43b9d5cbeaf7e72d0599e8213d14abb71c78 MD5sum: 2adb6674f891eb57f0a4fea61d77b6ea 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_armhf.deb Package: libdrm-etnaviv1 Source: libdrm Version: 2.4.123-1~bpo12+1 Installed-Size: 46 Maintainer: Debian X Strike Force Architecture: armhf Depends: libc6 (>= 2.17), libdrm2 (>= 2.4.108) Size: 12784 SHA256: d1f98a6e836869e1b89870ac8a424501797f10a61244bcd271f8f22bc10503c6 SHA1: b5986049b6f04bfb8c6e9b5f47aa08ab6e7e4c39 MD5sum: 8baf2f709d83b4d9dd875a0aa40e529c 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_armhf.deb Package: libdrm-exynos1 Source: libdrm Version: 2.4.123-1~bpo12+1 Installed-Size: 45 Maintainer: Debian X Strike Force Architecture: armhf Depends: libc6 (>= 2.4), libdrm2 (>= 2.4.108) Size: 12828 SHA256: 9c7849566d3a8aa17cde02cc6661478d8a57502be629528ed6a9624436ac19d7 SHA1: 3b1a30351214dd92518718f8189a2a997371d8cd MD5sum: bef786f425d119a9a3c081a18bd8805a Description: Userspace interface to exynos-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-exynos1_2.4.123-1~bpo12+1_armhf.deb Package: libdrm-freedreno1 Source: libdrm Version: 2.4.123-1~bpo12+1 Installed-Size: 58 Maintainer: Debian X Strike Force Architecture: armhf Depends: libc6 (>= 2.17), libdrm2 (>= 2.4.108) Size: 18888 SHA256: cfc6fb2714827bb77dbe1be6cd455ea5690448b74c55da5a89d9a165f35b7e07 SHA1: fce907ef71f40c2657435ade286bf68c915ce936 MD5sum: 3f2c577b2894c26bb373f3949a9875eb 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_armhf.deb Package: libdrm-nouveau2 Source: libdrm Version: 2.4.123-1~bpo12+1 Installed-Size: 54 Maintainer: Debian X Strike Force Architecture: armhf Depends: libc6 (>= 2.4), libdrm2 (>= 2.4.108) Size: 16996 SHA256: eb0bb17b8dfd213847fdd1a01c4a696123bfd3bc9b3a65aa16543a19a3068b2e SHA1: 323308ae3658adaf94478ad0486e941a7c10c667 MD5sum: 44a2ca8cb65ddeb141412ffde44c4681 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_armhf.deb Package: libdrm-omap1 Source: libdrm Version: 2.4.123-1~bpo12+1 Installed-Size: 41 Maintainer: Debian X Strike Force Architecture: armhf Depends: libc6 (>= 2.4), libdrm2 (>= 2.4.108) Size: 8976 SHA256: a9ea65c9529f024abe9cae68db78129b51527acc0730029245d1763a1f4b3648 SHA1: 237d6b5c3eef0686d815466de83b6bd5a7a6b26f MD5sum: ac99ea9fa681ebccc49047aedc7298f4 Description: Userspace interface to omap-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-omap1_2.4.123-1~bpo12+1_armhf.deb Package: libdrm-radeon1 Source: libdrm Version: 2.4.123-1~bpo12+1 Installed-Size: 66 Maintainer: Debian X Strike Force Architecture: armhf Depends: libc6 (>= 2.4), libdrm2 (>= 2.4.108) Size: 19716 SHA256: 3d4c6d1fb75320c2b9deb27ff1f1ae2c382dedebe80236fb3c24f31ee51804b8 SHA1: 2c2097410f5a3e55a45ff232a3652db8e1342972 MD5sum: 5c98469e93dc841bf8124b838f4c1a17 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_armhf.deb Package: libdrm-tegra0 Source: libdrm Version: 2.4.123-1~bpo12+1 Installed-Size: 42 Maintainer: Debian X Strike Force Architecture: armhf Depends: libc6 (>= 2.34), libdrm2 (>= 2.4.108) Size: 10376 SHA256: c5a074c307071a6a0e1c321bd76bf6e678f08e9c2f2dc3a60cffb7b8be1a6814 SHA1: cf8eb61518d2b9bc5c533a480e35d9f7ce9c6ec1 MD5sum: a381c1036896937d8cf8265c13cc84d1 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_armhf.deb Package: libdrm-tests Source: libdrm Version: 2.4.123-1~bpo12+1 Installed-Size: 297 Maintainer: Debian X Strike Force Architecture: armhf Depends: libdrm2 (= 2.4.123-1~bpo12+1), libc6 (>= 2.34), libdrm-amdgpu1 (>= 2.4.77), libdrm-etnaviv1, libdrm-exynos1 (>= 2.4.66), libdrm-tegra0 (>= 2.4.112) Size: 74880 SHA256: b42e67a81a485d69f4bee4d7a271ab9b67db783e26400c2bafff8bac402441e6 SHA1: 6d4c2efe0c72243a483b3add47f79fea675da9b8 MD5sum: 12f8e99996d2aded26a1366ad9135c29 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_armhf.deb Package: libdrm2 Source: libdrm Version: 2.4.123-1~bpo12+1 Installed-Size: 92 Maintainer: Debian X Strike Force Architecture: armhf Depends: libdrm-common (>= 2.4.123-1~bpo12+1), libc6 (>= 2.33) Size: 33976 SHA256: ced7caf6f53ff57b1f0e131a49763909dc8b9580da3fcc2b56b1e836e6843495 SHA1: dfba5a8da8678e9ec62db9ede312a6d38265775a MD5sum: 3da70818ad730c4804180182bf3b1d41 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_armhf.deb Package: libdw-dev Source: elfutils Version: 0.192-4~bpo12+1 Installed-Size: 1192 Maintainer: Debian Elfutils Maintainers Architecture: armhf Depends: libelf-dev, libdw1 (= 0.192-4~bpo12+1), zlib1g-dev, liblzma-dev Size: 311104 SHA256: d8155bd5640dd8edf2bb03974b54d9cf79ca289ed89825bf3191328ea5dbde69 SHA1: a4b25085388450e6db162b6dac3c9903b654e6dc MD5sum: 2d8586e25a3f30e8ce7980878ed47e06 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_armhf.deb Package: libdw1 Source: elfutils Version: 0.192-4~bpo12+1 Installed-Size: 518 Maintainer: Debian Elfutils Maintainers Architecture: armhf 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: 230992 SHA256: bb692bde6b618b21318884e2ee8b0d262886c9b29159712f0d2f1699cbfed16e SHA1: 60f25626cec9e5fd52ae8fd27f70d667011e5511 MD5sum: 3276532a54c937fa166c8e230f1e21e1 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_armhf.deb Package: libegl-mesa0 Source: mesa Version: 24.2.8-1~bpo12+1 Installed-Size: 271 Maintainer: Debian X Strike Force Architecture: armhf Provides: libegl-vendor Depends: libc6 (>= 2.34), libdrm2 (>= 2.4.121), libexpat1 (>= 2.0.1), libgbm1 (= 24.2.8-1~bpo12+1), libgcc-s1 (>= 3.5), libglapi-mesa (= 24.2.8-1~bpo12+1), libwayland-client0 (>= 1.20.0), libwayland-server0 (>= 1.15.0), libx11-xcb1 (>= 2:1.8.4), libxcb-dri2-0 (>= 1.8), libxcb-dri3-0 (>= 1.13), libxcb-present0, libxcb-randr0 (>= 1.3), libxcb-shm0, libxcb-sync1, libxcb-xfixes0, libxcb1 (>= 1.9.2), libxshmfence1, mesa-libgallium (= 24.2.8-1~bpo12+1) Size: 108764 SHA256: ba3c2cd6f5285b26f010011ff611bb490001c44267afa940dadfed35b53f3df9 SHA1: e8cff7937e14387c71945380db2ccc450eaada16 MD5sum: 49431289adf8a3d76bcea9897f68faa7 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_24.2.8-1~bpo12+1_armhf.deb Package: libegl1-mesa-dev Source: mesa Version: 24.2.8-1~bpo12+1 Installed-Size: 63 Maintainer: Debian X Strike Force Architecture: armhf Depends: libegl-dev, libglvnd-dev Size: 22924 SHA256: 9daab1a92ddd65e531ad3ca66a27cddacced5d367e4bb562715d6fd153a41e5e SHA1: b4ab7d961338086664f13d90bf48dcc1ef8cda61 MD5sum: defc7df2e44da60cc99abd87b2f285e7 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_24.2.8-1~bpo12+1_armhf.deb Package: libelf-dev Source: elfutils Version: 0.192-4~bpo12+1 Installed-Size: 295 Maintainer: Debian Elfutils Maintainers Architecture: armhf Depends: libelf1 (= 0.192-4~bpo12+1), zlib1g-dev, libzstd-dev Conflicts: libelfg0-dev Size: 87156 SHA256: 0e05d81854cfba7e38ff6fe1909e80d42eed6534a272fb3e8b62ef86028ae4f6 SHA1: dc349d28e6c6d975a4787782d672682ee6c532e5 MD5sum: d84ae2c69a3ed228a5b76e75da15e164 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_armhf.deb Package: libelf1 Source: elfutils Version: 0.192-4~bpo12+1 Installed-Size: 1180 Maintainer: Debian Elfutils Maintainers Architecture: armhf Depends: libc6 (>= 2.34), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4) Size: 183128 SHA256: 0a2ee4466167152395162b89b871d94846ec7ab0cd09dda53980ca566f964016 SHA1: bf70d2167043a569bb2cbf31bf653869eea56ca3 MD5sum: 495f7c68abc02eb41b7bea30efe134d7 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_armhf.deb Package: libengine-tpm2-tss-openssl Source: tpm2-tss-engine Version: 1.2.0-2~bpo12+1 Installed-Size: 52 Maintainer: Luca Boccassi Architecture: armhf Depends: libc6 (>= 2.7), libssl3 (>= 3.0.0), libtss2-esys-3.0.2-0 (>= 2.3.1), libtss2-mu0 (>= 3.0.1), libtss2-tctildr0 (>= 3.0.1) Size: 19280 SHA256: d6f2ee5d361bf1e4760eff6a90261962adf75324c0d8a6833dcf2677b414c496 SHA1: 379f0bc0b65ed90ef059af766dbe295c3a845024 MD5sum: 10d6c87885147c5d812cd9fe7a5fb941 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_armhf.deb Package: libespeak-ng-dev Source: espeak-ng Version: 1.52.0+dfsg-5~bpo12+1 Installed-Size: 622 Maintainer: Debian Accessibility Team Architecture: armhf Depends: libespeak-ng1 (= 1.52.0+dfsg-5~bpo12+1) Size: 217008 SHA256: 675fd94fefdd4a258f738def603e4fa45e483c750020e868087db4ece1e41eb7 SHA1: d733aaf53b853cbc05174aa4de57c966afe75dd4 MD5sum: d4f2c059334667164fdfc8f60130bb8d 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_armhf.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: armhf Provides: libespeak-dev (= 1.48.04+dfsg) Depends: libespeak-ng-dev (= 1.52.0+dfsg-5~bpo12+1) Conflicts: libespeak-dev Size: 19992 SHA256: 2ecf0ebbc3dc2dc91dc5ca21f39f0877a26a2ce3564726ac21e4d8fd79098e7f SHA1: a18a298d0c64dd5fc9f702f6bab9f956b04201cc MD5sum: 93f69a4534046c3fbe8d0f36b9a44e92 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_armhf.deb Package: libespeak-ng-libespeak1 Source: espeak-ng Version: 1.52.0+dfsg-5~bpo12+1 Installed-Size: 23 Maintainer: Debian Accessibility Team Architecture: armhf Provides: libespeak1 (= 1.48.04+dfsg) Depends: libespeak-ng1 (= 1.52.0+dfsg-5~bpo12+1) Conflicts: libespeak1 Size: 12880 SHA256: 2ed48383677273332837b2bc6d24ea6ec323150e186d5763f9b6fb10bae9a05d SHA1: fef73c79ef81fa97d79d3d9dedb5ec0b22851b36 MD5sum: a1dd21c3261dd2fe73c3e291c5443647 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_armhf.deb Package: libespeak-ng1 Source: espeak-ng Version: 1.52.0+dfsg-5~bpo12+1 Installed-Size: 424 Maintainer: Debian Accessibility Team Architecture: armhf Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.5), libpcaudio0 (>= 1.2), libsonic0 (>= 0.1.10), espeak-ng-data (= 1.52.0+dfsg-5~bpo12+1) Size: 179100 SHA256: b77ae9df55ae0ead13d3ef16bfd6ff21ac4787b672277a67ae8e12c04d162d73 SHA1: f96be74fa10896b6a7d1f450227bc8d938c9553a MD5sum: 806364e012db2da0e35e4e9f3ec4defa 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_armhf.deb Package: libext2fs-dev Source: e2fsprogs Version: 1.47.2~rc1-2~bpo12+2 Installed-Size: 916 Maintainer: Theodore Y. Ts'o Architecture: armhf 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: 278920 SHA256: f97800c46c72c98ba75af208e0331da8e9a27ef3dd3eb97477108748e8573f44 SHA1: faa3d440753994dcce89fcf4ce0392ab8e2197b1 MD5sum: 8ec995772fd6ff6fb4359d94c960e9ce 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_armhf.deb Package: libext2fs2 Source: e2fsprogs Version: 1.47.2~rc1-2~bpo12+2 Installed-Size: 396 Maintainer: Theodore Y. Ts'o Architecture: armhf 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: 190568 SHA256: af036326660029fed9d012e95902ea3e4b6ca42799a2a0372ec34b3c68386ccb SHA1: 950b0d7c68c7243330aad2cb070c967aee193f9f MD5sum: f15bf6de032df116b724e579aa6e8ab4 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_armhf.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: armhf Depends: qtbase5-dev, libfcitx5-qt1 (= 5.1.6-1~bpo12+1) Size: 14284 SHA256: a9fd4d1ce17251fa962c40c0c3c1a2e5961f57cc6c035c5400b2d521da36ad17 SHA1: 03161d32dd59ea806aabb1c40583f30f8f59d687 MD5sum: 0cd8fe9664c8e2c0ce2170dd21fab874 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_armhf.deb Package: libfcitx5-qt1 Source: fcitx5-qt Version: 5.1.6-1~bpo12+1 Installed-Size: 266 Maintainer: Debian Input Method Team Architecture: armhf Depends: libfcitx5-qt-data (= 5.1.6-1~bpo12+1), libc6 (>= 2.4), libfcitx5utils2 (>= 5.1.9), libgcc-s1 (>= 3.5), 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: 83676 SHA256: 5d70bb7f3172088bdc12549501852fc8e7d98b32fbc53392f759732fd90c8d3c SHA1: 70838547515fb2e81163e89b242fbcdd4522185d MD5sum: be7e6f7ab11af635e070b0951293e4ec 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_armhf.deb Package: libfcitx5-qt6-1 Source: fcitx5-qt Version: 5.1.6-1~bpo12+1 Installed-Size: 328 Maintainer: Debian Input Method Team Architecture: armhf Depends: libfcitx5-qt-data (= 5.1.6-1~bpo12+1), libc6 (>= 2.4), libfcitx5utils2 (>= 5.1.9), libgcc-s1 (>= 3.5), libqt6core6 (>= 6.4.0), libqt6dbus6 (>= 6.4.0), libqt6gui6 (>= 6.1.2), libqt6widgets6 (>= 6.1.2), libstdc++6 (>= 5.2) Size: 106436 SHA256: cdf19bb80601d386a9e2f1acaa88e5d57e2f16bb2784dde749db1eb62567e3ce SHA1: 3b265ac674b98bc5d4dbc397b52a081ec44da30a MD5sum: a10e1732f27331334d2d402d6b5819cf 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_armhf.deb Package: libfcitx5-qt6-dev Source: fcitx5-qt Version: 5.1.6-1~bpo12+1 Installed-Size: 88 Maintainer: Debian Input Method Team Architecture: armhf Depends: qt6-base-dev, libfcitx5-qt6-1 (= 5.1.6-1~bpo12+1) Size: 14292 SHA256: 0c99058f0f0b0c2e9bc3c6babaa76029c906b62647646b891827a37e0306fe63 SHA1: 3502e7ca97df4d9053803a99745098761d3eb380 MD5sum: 986465f564e8109abc0e606f10b3c0ac 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_armhf.deb Package: libfcitx5config-dev Source: fcitx5 Version: 5.1.12-1~bpo12+1 Installed-Size: 87 Maintainer: Debian Input Method Team Architecture: armhf Depends: libfcitx5config6 (= 5.1.12-1~bpo12+1) Size: 19568 SHA256: 5f87ee5f3d60702597236a871f21895e93f282b1fed1689379b4585eedc3aa85 SHA1: 6d7ccbd1e5f9b3b80595877affefce3f7441b15c MD5sum: 0bbdc4e0c7f0556b618e2089ae636e3e 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_armhf.deb Package: libfcitx5config6 Source: fcitx5 Version: 5.1.12-1~bpo12+1 Installed-Size: 123 Maintainer: Debian Input Method Team Architecture: armhf Depends: libc6 (>= 2.32), libfcitx5utils2 (>= 5.1.12), libgcc-s1 (>= 3.5), libstdc++6 (>= 11) Size: 50316 SHA256: d9db37e77e1d3b3930efe255a483e3b99964c1d2ca6b2edd7be7215dcd564e5c SHA1: 37cc237976dcd68f520a0847e928740099d24b8e MD5sum: 387a45017f8d5266ef44b092e834f7a6 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_armhf.deb Package: libfcitx5core-dev Source: fcitx5 Version: 5.1.12-1~bpo12+1 Installed-Size: 193 Maintainer: Debian Input Method Team Architecture: armhf 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: 6abee5f0f5044280057a0933bead75bb14ee7d31d7fe33a9e78eaddfd364734b SHA1: d70c141dfa9dc2c6d848458b2dba2c4a0f896300 MD5sum: 8a24eb3c37ee9324f3495357bea4aaf1 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_armhf.deb Package: libfcitx5core7 Source: fcitx5 Version: 5.1.12-1~bpo12+1 Installed-Size: 660 Maintainer: Debian Input Method Team Architecture: armhf Depends: libc6 (>= 2.33), libfcitx5config6 (>= 5.1.12), libfcitx5utils2 (>= 5.1.12), libgcc-s1 (>= 3.5), libstdc++6 (>= 11), libuuid1 (>= 2.16), libxkbcommon0 (>= 0.5.0) Size: 274852 SHA256: 77a712cff5599ae98788f96b1903ebe95d3072a336f653bbb20f5ffa2f735adc SHA1: 295528c32375caf13eed976cc1cdb550e868b367 MD5sum: ff8b2c3a4977f621280c285bdb912878 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_armhf.deb Package: libfcitx5utils-dev Source: fcitx5 Version: 5.1.12-1~bpo12+1 Installed-Size: 437 Maintainer: Debian Input Method Team Architecture: armhf Depends: libfcitx5utils2 (= 5.1.12-1~bpo12+1) Size: 75364 SHA256: a3c09e182305533830dcd5a0cc136f6c3a57857e89a4fdd79cf4734a821c0883 SHA1: f8dfbd9e00d79ca6f1af904ffe6565bd734913e0 MD5sum: fc919ab8e851e96198768f740fa35eba 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_armhf.deb Package: libfcitx5utils2 Source: fcitx5 Version: 5.1.12-1~bpo12+1 Installed-Size: 487 Maintainer: Debian Input Method Team Architecture: armhf Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.5), libstdc++6 (>= 11), libsystemd0 (>= 243) Size: 190468 SHA256: b5d9502cb14f4eee6fd536ef8882ab4da46d7051931b6488695648d76ba21820 SHA1: 398b633933984c510a575c95fd7cd9ce89a9182d MD5sum: 7ea97cfa691fda3533a3cfb71d9928fa 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_armhf.deb Package: libfreeipmi-dev Source: freeipmi Version: 1.6.13-2~bpo12+1 Installed-Size: 2460 Maintainer: Fabio Fantoni Architecture: armhf Depends: freeipmi-common (= 1.6.13-2~bpo12+1), libfreeipmi17 (= 1.6.13-2~bpo12+1) Size: 332232 SHA256: a1e4bc046c948046afc585798bc6c6473b436c7662687bab68e862295f476de2 SHA1: 34a615ef672ac43d19c709ba6c1f8d2c9701cba9 MD5sum: 6aafc53f2dde57ecb25eb361fc1f2d4a 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_armhf.deb Package: libfreeipmi17 Source: freeipmi Version: 1.6.13-2~bpo12+1 Installed-Size: 4320 Maintainer: Fabio Fantoni Architecture: armhf Depends: freeipmi-common (>= 1.6.13-2~bpo12+1), libc6 (>= 2.34), libgcrypt20 (>= 1.10.0) Size: 881928 SHA256: e4b75f1f6dd71d411ab920936d4c7074f205d9c8279339027bf518cadd66019f SHA1: 1d7901ac6aee05178cc8612ebe8197e53dc1c8f9 MD5sum: d45e00c590dafd49f127efb2c45550ab 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_armhf.deb Package: libfreeradius-dev Source: freeradius Version: 3.2.6+dfsg-2~bpo12+1 Installed-Size: 861 Maintainer: Debian FreeRADIUS Packaging Team Architecture: armhf Depends: freeradius-dhcp (= 3.2.6+dfsg-2~bpo12+1), libfreeradius3 (= 3.2.6+dfsg-2~bpo12+1) Size: 250292 SHA256: 0c32f31d2bf4c5b9849355f54670b9f3f822de88566e084c3c3469a200c3d9b5 SHA1: b8ea260a1397de1dad438158da763204adef7c4a MD5sum: 41297e15f64566525319e0b306d5046d 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.6+dfsg-2~bpo12+1_armhf.deb Package: libfreeradius3 Source: freeradius Version: 3.2.6+dfsg-2~bpo12+1 Installed-Size: 369 Maintainer: Debian FreeRADIUS Packaging Team Architecture: armhf Depends: libc6 (>= 2.34), libcap2 (>= 1:2.10), libpcap0.8 (>= 1.0.0), libssl3 (>= 3.0.0), libtalloc2 (>= 2.0.4~git20101213) Size: 167084 SHA256: 2c6cd14bcfb66664bc60b9c8d2b27dcf848d023fb11d5ae50d3758b75406fffc SHA1: 5fd9212e86b0282148382b644987d43153cd855f MD5sum: 2651685a2a49a3bedd013f759cc81149 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.6+dfsg-2~bpo12+1_armhf.deb Package: libgbm-dev Source: mesa Version: 24.2.8-1~bpo12+1 Installed-Size: 63 Maintainer: Debian X Strike Force Architecture: armhf Depends: libgbm1 (= 24.2.8-1~bpo12+1) Size: 22760 SHA256: 342afb06f63bc1fbfb55bfd24e76a3112ad1dcf8b057376b23cf65e6a358ebe6 SHA1: 315af299a1c0289cd90d9584694fd79848aea164 MD5sum: 21001aadda9911efa934bfff751b2072 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_24.2.8-1~bpo12+1_armhf.deb Package: libgbm1 Source: mesa Version: 24.2.8-1~bpo12+1 Installed-Size: 86 Maintainer: Debian X Strike Force Architecture: armhf Depends: libc6 (>= 2.34), libdrm2 (>= 2.4.121), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.0), libwayland-server0 (>= 1.15.0), libxcb-randr0, mesa-libgallium (= 24.2.8-1~bpo12+1) Size: 38940 SHA256: e24d5a6a1ecaba3675f8183c7a6dc09a4d92fd48145e9a639b067ae91bc99dca SHA1: 6dd487637a11f8e11c37c1f45ff85168f378af36 MD5sum: 204e04a16a06b30e3db5973c7a058de1 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_24.2.8-1~bpo12+1_armhf.deb Package: libgenometools0 Source: genometools Version: 1.6.5+ds-2~bpo12+1 Installed-Size: 2582 Maintainer: Debian Med Packaging Team Architecture: armhf 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: 1229716 SHA256: 084bc3687e55e0538f11f51d5c29d8c99e70673836fb35cbb1c49d1805dfcb15 SHA1: 2330b97d243598b08211457e88dd75a5b63bdb09 MD5sum: 7de8ae2cd47bb203600de288f66de604 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_armhf.deb Package: libgenometools0-dev Source: genometools Version: 1.6.5+ds-2~bpo12+1 Installed-Size: 710 Maintainer: Debian Med Packaging Team Architecture: armhf Depends: libgenometools0 (= 1.6.5+ds-2~bpo12+1) Size: 95084 SHA256: 2e64b821f06cbdaf2d354d44e8af276b43572fca3b2ae1c1c56747074c1ab7bd SHA1: e0d725ebcde57654c86b095e91ec06d32c0b7619 MD5sum: 74eba07c7646be25c898cbc527df60d5 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_armhf.deb Package: libgensio-dev Source: gensio Version: 2.8.6-1~bpo12+2 Installed-Size: 1325 Maintainer: Marc Haber Architecture: armhf Depends: libgensio6 (= 2.8.6-1~bpo12+2) Size: 248536 SHA256: 19bbfd630e53862dfdd8252af1a08d18cbfc2109048336099d3289c33d071d1e SHA1: 4bf653746e13bf93d814ba4c693a4fae0604c406 MD5sum: 534cc7a3dea7582a8ca6f84a6f25f324 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_armhf.deb Package: libgensio6 Source: gensio Version: 2.8.6-1~bpo12+2 Installed-Size: 830 Maintainer: Marc Haber Architecture: armhf Replaces: libgensio4 Depends: libasound2 (>= 1.0.16), libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libc6 (>= 2.34), libgcc-s1 (>= 3.5), 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: 269524 SHA256: a2e6d5ca905b0cb8d66ab07532d1d229930c8b5cc5a61310aeaa92278674fb1b SHA1: 4a87e16eff1a0dbcbe9095a695cff6cb2b2ff280 MD5sum: dbd9e937e4d728eab333ad93633b89bc 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_armhf.deb Package: libgit2-1.8 Source: libgit2 Version: 1.8.4+ds-3~bpo12+1 Installed-Size: 825 Maintainer: Utkarsh Gupta Architecture: armhf 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: 453964 SHA256: 29b6f5e39381c4e39bca04e1c3150ab308df4022d1794ac589129691c25dc163 SHA1: 5903bf1864621094ec948efd558962b57690cd79 MD5sum: c9149ea06ef0b597b30f6d8bc7c425f1 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_armhf.deb Package: libgit2-dev Source: libgit2 Version: 1.8.4+ds-3~bpo12+1 Installed-Size: 2638 Maintainer: Utkarsh Gupta Architecture: armhf Depends: libgit2-1.8 (= 1.8.4+ds-3~bpo12+1), libhttp-parser-dev, libmbedtls-dev, libpcre2-dev, libssh2-1-dev, zlib1g-dev Size: 756540 SHA256: 9d52611d39b4e403c47825b1454f9c16c28b0fd45f9e6847d21896ec32082b10 SHA1: 150dbbabfcc3f519b9d6c545971269ca3aeb7d33 MD5sum: e760ef500dd8344dea8f90e77df6c3ba 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_armhf.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: 24.2.8-1~bpo12+1 Installed-Size: 38 Maintainer: Debian X Strike Force Architecture: armhf Depends: libgl-dev, libglvnd-dev Size: 18752 SHA256: 584672aab2b01937ba755cd3c9439c0278282d7ecce8fd17ede550a06fcdc3a2 SHA1: 08fc81c517ca917e1d5697d83132071bf707e89a MD5sum: bd3fa339334d3dcf9f02da540f868179 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_24.2.8-1~bpo12+1_armhf.deb Package: libgl1-mesa-dri Source: mesa Version: 24.2.8-1~bpo12+1 Installed-Size: 242 Maintainer: Debian X Strike Force Architecture: armhf Depends: libvulkan1, libc6 (>= 2.34), libgbm1 (>= 7.11~1), libgcc-s1 (>= 3.0) Size: 41220 SHA256: 84eb73c218291a49423905bb5f4c200e755ed91cec7fa01aba6de65ac1a8a993 SHA1: 7c92481a892c538586249095edccd624812f129a MD5sum: 1a50140a586fc29ddab38ddc97430f20 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_24.2.8-1~bpo12+1_armhf.deb Package: libgl4es-dev Source: gl4es Version: 1.1.6+ds-2~bpo12+1 Installed-Size: 23 Maintainer: Bo YU Architecture: armhf Depends: libgl4es0 (= 1.1.6+ds-2~bpo12+1) Size: 8568 SHA256: 0db55fc13277758cbb7bda3db944c19de39532ad0dcd5082ad0c40124e7c6784 SHA1: 26fe5b34b9c32c95696b702ae56dd665e3eaa7cb MD5sum: 624c665b05e60aee550d31363e1dac85 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_armhf.deb Package: libgl4es0 Source: gl4es Version: 1.1.6+ds-2~bpo12+1 Installed-Size: 1119 Maintainer: Bo YU Architecture: armhf Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.5), libx11-6 Size: 410844 SHA256: 97a5ed665993280f234898a3f66def2247d0ae804409d049848d42ec96e8cc21 SHA1: 085e4744a2f2ad7783fe09503cb99741afc6dab6 MD5sum: 6b93687c2afdbb6498629610e578f99b 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_armhf.deb Package: libglapi-mesa Source: mesa Version: 24.2.8-1~bpo12+1 Installed-Size: 208 Maintainer: Debian X Strike Force Architecture: armhf Depends: libc6 (>= 2.34) Size: 44336 SHA256: 65b49b5524fdccbbf86f9c7d89d28058c680132348f56657939a82f13626a242 SHA1: b77719191bffeeb13a6dd1beaae5e9820e9daf30 MD5sum: 4edbd328857cfa3660febdf87aec7f70 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_armhf.deb Package: libgles2-mesa-dev Source: mesa Version: 24.2.8-1~bpo12+1 Installed-Size: 38 Maintainer: Debian X Strike Force Architecture: armhf Depends: libgles-dev, libglvnd-dev Size: 18756 SHA256: c73753e3cbe393ea53ea0045608f7f4432837feb546a90cf4fad4d631702e834 SHA1: be7846bd3e3593c144c81d1d9e730d438b2acb49 MD5sum: d494f039443c531b70b33438a70a530a 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_24.2.8-1~bpo12+1_armhf.deb Package: libglx-mesa0 Source: mesa Version: 24.2.8-1~bpo12+1 Installed-Size: 369 Maintainer: Debian X Strike Force Architecture: armhf Provides: libglx-vendor Depends: libc6 (>= 2.34), libdrm2 (>= 2.4.121), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.5), libglapi-mesa (= 24.2.8-1~bpo12+1), libx11-6 (>= 2:1.4.99.1), libx11-xcb1 (>= 2:1.8.4), libxcb-dri2-0 (>= 1.8), libxcb-dri3-0 (>= 1.13), libxcb-glx0 (>= 1.8), libxcb-present0, libxcb-randr0, libxcb-shm0, libxcb-sync1, libxcb-xfixes0, libxcb1 (>= 1.9.2), libxext6, libxfixes3, libxshmfence1, libxxf86vm1, mesa-libgallium (= 24.2.8-1~bpo12+1), libgl1-mesa-dri Breaks: glx-diversions (<< 0.8.4~), libopengl-perl (<< 0.6704+dfsg-2) Size: 130988 SHA256: 214e665f28c674847c6814a66d8e1b875a47968a72ae740e932e3b397314a77f SHA1: e188e0974fdff9b5a9e51fd57ddba622a47a15d4 MD5sum: d117e843b9d6035804bf8dae55fb8da7 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_24.2.8-1~bpo12+1_armhf.deb Package: libgovarnam-dev Source: govarnam Version: 1.9.0-2~bpo12+1 Installed-Size: 80 Maintainer: DebianOnMobile Maintainers Architecture: armhf Depends: libgovarnam1 (= 1.9.0-2~bpo12+1) Size: 20660 SHA256: aa8d5333227f28b2717cae8c3e39fab0af37503624a876d93abbc191afc6c168 SHA1: 7c664c6eb5874da0a49fe205daa4899a41f4858f MD5sum: f54e3cff8ba81b87fafcb6ea48e38438 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_armhf.deb Package: libgovarnam1 Source: govarnam Version: 1.9.0-2~bpo12+1 Installed-Size: 2921 Maintainer: DebianOnMobile Maintainers Architecture: armhf Depends: libc6 (>= 2.34), libsqlite3-0 (>= 3.12.0) Recommends: varnam-schemes | varnam-schemes-ml | varnam-schemes-ta | varnam-schemes-hi Size: 895520 SHA256: 018a6a2634c96519aebb600de2911387aaa2373a439ef1c662f145e63e642dfb SHA1: 79d735c1b0868d4573274495a948db8c9ea94bf6 MD5sum: d515fba0a9d2a1c82550915f7c991d33 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_armhf.deb Package: libgpiod-dev Source: libgpiod Version: 2.1.3-1~bpo12+1 Installed-Size: 587 Maintainer: Gavin Lai (賴建宇) Architecture: armhf Depends: libgpiod3 (= 2.1.3-1~bpo12+1) Suggests: libgpiod-doc Size: 94736 SHA256: 809cb8777b8def0368c2ab2306ca4ac6ed8d8d23cbef7130201d4ade2c5c2d14 SHA1: ebadd40c15341e8628f445f3d7844a75d0e52dc4 MD5sum: de3ca88190fca72907bad99f8bee89a3 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_armhf.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: 178 Maintainer: Gavin Lai (賴建宇) Architecture: armhf Replaces: libgpiod2, libgpiod2t64 Depends: libc6 (>= 2.33), libgcc-s1 (>= 3.5), libstdc++6 (>= 9) Breaks: libgpiod2 (<< 2.1.3-1~bpo12+1), libgpiod2t64 (<< 2.1.3-1~bpo12+1) Size: 56056 SHA256: 68885f9009e7289d01c4d2df1277c18edcf2daa79a361ccbfe7db60e3824b80d SHA1: 7d0a7e26a721b5ebd37385d484f1bfe3559812f1 MD5sum: d8a2337ca467d5caca1aa6fb822e96b2 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_armhf.deb Package: libguvcview-2.2 Source: guvcview Version: 2.1.0-0.2~bpo12+1 Installed-Size: 262 Maintainer: Nobuhiro Iwamatsu Architecture: armhf 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), libgcc-s1 (>= 3.5), 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: 108868 SHA256: 14f2e3f759bd767631bdef28df924b32fc33eed8c9824a8ed15215e9e76e0de9 SHA1: f115983fc0b54a2044563da261ba6bad425d228c MD5sum: 07d5189324e660c38ac6b0eb745997c0 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_armhf.deb Package: libguvcview-dev Source: guvcview Version: 2.1.0-0.2~bpo12+1 Installed-Size: 442 Maintainer: Nobuhiro Iwamatsu Architecture: armhf Depends: libguvcview-2.2 (= 2.1.0-0.2~bpo12+1) Recommends: uvcdynctrl Size: 129676 SHA256: dd23191834d006a5d41fadaec3fbd09574a481f684d197fb16d53537e4e373b6 SHA1: 4eb035e59e96089e56265446b2d7f27c382eaaf2 MD5sum: 740768cb54b067a3e220ce4846600009 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_armhf.deb Package: libgwengui-fox16-79 Source: libgwenhywfar Version: 5.12.0-1~bpo12+1 Installed-Size: 121 Maintainer: Micha Lenk Architecture: armhf Depends: libc6 (>= 2.4), libfox-1.6-0, libgcc-s1 (>= 3.5), libgwenhywfar79 (>= 5.8.0), libstdc++6 (>= 5) Size: 45152 SHA256: 562055d043e17e2e658a9b5ccd189037e2cc69923aef15048c4853ab0d713b3b SHA1: a798f43866958f468afd39aeb419f7d3183d9ad8 MD5sum: 78e15a7a15db1429ba73e66f56fc2739 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_armhf.deb Package: libgwengui-fox16-dev Source: libgwenhywfar Version: 5.12.0-1~bpo12+1 Installed-Size: 42 Maintainer: Micha Lenk Architecture: armhf Depends: libgwenhywfar-core-dev (= 5.12.0-1~bpo12+1), libgwengui-fox16-79 (= 5.12.0-1~bpo12+1) Size: 13848 SHA256: b4b247b852b388ba878d75d6b385fbc5fcaf63de983d58b5b2bdcd6c013eabe5 SHA1: d7df6135cabb2272cf3b1e88eeaf5157a086d62c MD5sum: 773ccbbdd7c3fb80ccb12b90acb8b5f7 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_armhf.deb Package: libgwengui-gtk3-79 Source: libgwenhywfar Version: 5.12.0-1~bpo12+1 Installed-Size: 89 Maintainer: Micha Lenk Architecture: armhf Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.12.0), libgtk-3-0 (>= 3.0.0), libgwenhywfar79 (>= 3.99.16) Size: 31044 SHA256: afe1a21056d9655dad7a45fce637ed3520e00c3b761b1bf7c08a72595216ef7a SHA1: 77a59af92564f80dfb2c51292e8fa9898e5ac363 MD5sum: 002e8c398b54d6f28a4573f6c5836b96 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_armhf.deb Package: libgwengui-gtk3-dev Source: libgwenhywfar Version: 5.12.0-1~bpo12+1 Installed-Size: 25 Maintainer: Micha Lenk Architecture: armhf Depends: libgwenhywfar-core-dev (= 5.12.0-1~bpo12+1), libgwengui-gtk3-79 (= 5.12.0-1~bpo12+1) Size: 10572 SHA256: 27552c36e2409f1d4157b77f6db7bc20ddcd5ca554ecb4f1c3c8ca861553295c SHA1: 3e03d6c1757793674336f7e6182bca7fd0a7ee86 MD5sum: 6532d512cf1f330326d88dfa96efdb9b 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_armhf.deb Package: libgwengui-qt5-79 Source: libgwenhywfar Version: 5.12.0-1~bpo12+1 Installed-Size: 88 Maintainer: Micha Lenk Architecture: armhf Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.5), libgwenhywfar79 (>= 5.2.0), libstdc++6 (>= 5) Size: 30752 SHA256: c8308e47fc1e9bfaa9a4ddb1238b04fcd81eb8e24fe4955c0f25bc445779f508 SHA1: 8a75ee9f19e50798f849d9a7487f774c3ba5b352 MD5sum: a20157d993d193473842f77a583e1b23 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_armhf.deb Package: libgwengui-qt5-dev Source: libgwenhywfar Version: 5.12.0-1~bpo12+1 Installed-Size: 35 Maintainer: Micha Lenk Architecture: armhf Depends: libgwenhywfar-core-dev (= 5.12.0-1~bpo12+1), libgwengui-qt5-79 (= 5.12.0-1~bpo12+1) Size: 12472 SHA256: 48827c8b11f2d08c63381118bac228e6cc03f3ffc94adfe90639bdc168eb4b38 SHA1: 48f79514c278d9c08ae78d6e99a8355686c4ca38 MD5sum: d34871146635e348950177512f030e3a 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_armhf.deb Package: libgwenhywfar-core-dev Source: libgwenhywfar Version: 5.12.0-1~bpo12+1 Installed-Size: 1001 Maintainer: Micha Lenk Architecture: armhf Depends: libgwenhywfar79 (= 5.12.0-1~bpo12+1) Suggests: libgwenhywfar-doc Size: 132216 SHA256: 366e0e9d151319187444154c066e7a0916598165f50582a6713195479d69c5d4 SHA1: c182e94aa8c7a44652476a75420f27800b82ab6f MD5sum: fd18647c828b6c45e36d0ae27b8959af 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_armhf.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: 1266 Maintainer: Micha Lenk Architecture: armhf Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.5), 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: 442064 SHA256: 9d65a3d156bf46d24fe84932c642957516eeba248600d96f957a312a0b7df79d SHA1: 341f40ff0a555907d836e41909e72cfbdf0984ce MD5sum: c1050e4e3790ae94c086e5c0237aec77 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_armhf.deb Package: libgyoto9 Source: gyoto Version: 2.0.2-1~bpo12+1 Installed-Size: 2777 Maintainer: Debian Astronomy Maintainers Architecture: armhf 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 (>= 3.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: 1152140 SHA256: 9edb03cb0a928e1e590e1bbf207660e2340895ac94b219394906669735ad3c8b SHA1: 6ec8a255ff3545f81d756367f52e5c43f8017592 MD5sum: ab8126ce04c2407b6a073cd3d5ad8dbb 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_armhf.deb Package: libgyoto9-dev Source: gyoto Version: 2.0.2-1~bpo12+1 Installed-Size: 8449 Maintainer: Debian Astronomy Maintainers Architecture: armhf 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: 1338304 SHA256: ff589158f1017fa4a2222eafacb0c2e8f300041817831e874d3e6743a49c6735 SHA1: 4c2ef030346f77335a50b8b4c09df7bc4ef19188 MD5sum: 641adb89a62a27f403bb2a7d25890010 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_armhf.deb Package: libheif-dev Source: libheif Version: 1.19.7-1~bpo12+1 Installed-Size: 261 Maintainer: Debian Multimedia Maintainers Architecture: armhf Depends: libheif1 (= 1.19.7-1~bpo12+1), libz-dev Size: 51348 SHA256: cbff1071478675e480e027b3ccc98cdbadee612c430e6515b38c81125727d7e9 SHA1: c4ece9f8f0dce3fcb03c265e1d96a185abcfffe7 MD5sum: 60f1d96c47b41b2e59b3e17f127985bb 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_armhf.deb Package: libheif-examples Source: libheif Version: 1.19.7-1~bpo12+1 Installed-Size: 226 Maintainer: Debian Multimedia Maintainers Architecture: armhf Depends: libheif1 (= 1.19.7-1~bpo12+1), libc6 (>= 2.34), libgcc-s1 (>= 3.5), libjpeg62-turbo (>= 1:2.0.2), libpng16-16 (>= 1.6.2-1), libstdc++6 (>= 11), libtiff6 (>= 4.0.3) Size: 95580 SHA256: 6d5d98332d79660593c274a36b01ce02e3ead236c17da7d29785feccb5d01fde SHA1: a6e84e7eaa454667ba5f4f9df93ae72c3870af52 MD5sum: 21fbe602a4999ac0d2da3bdd3dba9d5a 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_armhf.deb Package: libheif-plugin-aomdec Source: libheif Version: 1.19.7-1~bpo12+1 Installed-Size: 35 Maintainer: Debian Multimedia Maintainers Architecture: armhf Depends: libheif1 (= 1.19.7-1~bpo12+1), libaom3 (>= 3.2.0), libc6 (>= 2.4), libgcc-s1 (>= 3.5), libstdc++6 (>= 5) Size: 10704 SHA256: 24e977c5e78500c883118eaf6f1d183f408a0c919ecd42ca112c56d22c4290ac SHA1: bdeba1cd495ce30a405e8f5a5d114877bfd2e347 MD5sum: 46407821ccd9d33ec60b044a85be8924 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_armhf.deb Package: libheif-plugin-aomenc Source: libheif Version: 1.19.7-1~bpo12+1 Installed-Size: 55 Maintainer: Debian Multimedia Maintainers Architecture: armhf Depends: libheif1 (= 1.19.7-1~bpo12+1), libaom3 (>= 3.2.0), libc6 (>= 2.4), libgcc-s1 (>= 3.5), libstdc++6 (>= 11) Size: 21424 SHA256: 7d433cb2c0216ccd5e103e13405bb79a0c2c4c5d27c9977931134309989b14a4 SHA1: e2030842e235c56472666738226964e14ecfedb1 MD5sum: 4e472f7e44f757a69f208d0e873edbc2 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_armhf.deb Package: libheif-plugin-dav1d Source: libheif Version: 1.19.7-1~bpo12+1 Installed-Size: 35 Maintainer: Debian Multimedia Maintainers Architecture: armhf Depends: libheif1 (= 1.19.7-1~bpo12+1), libc6 (>= 2.4), libdav1d6 (>= 0.1.0), libgcc-s1 (>= 3.5), libstdc++6 (>= 5) Size: 11248 SHA256: e407deaeec8e533c9489e59633b3b7342469afeb501c7003c4c10c811336fdb4 SHA1: 6c0a53801db25b63894d94bda9589acc3fef607f MD5sum: 388432792bc4976210aaed7f88af9233 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_armhf.deb Package: libheif-plugin-ffmpegdec Source: libheif Version: 1.19.7-1~bpo12+1 Installed-Size: 47 Maintainer: Debian Multimedia Maintainers Architecture: armhf Depends: libheif1 (= 1.19.7-1~bpo12+1), libavcodec59 (>= 7:5.0), libavutil57 (>= 7:5.0), libc6 (>= 2.4), libgcc-s1 (>= 3.5), libstdc++6 (>= 5.2) Size: 16552 SHA256: fc32156505a75952c4d7d6c8a0bc190f3272502396df8da8b5bb25e8049028ec SHA1: 54257b3badf6dc484d582796a99383b56169d662 MD5sum: f7dffb825aea3bea1a0889f088fb12cd 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_armhf.deb Package: libheif-plugin-j2kdec Source: libheif Version: 1.19.7-1~bpo12+1 Installed-Size: 35 Maintainer: Debian Multimedia Maintainers Architecture: armhf Depends: libheif1 (= 1.19.7-1~bpo12+1), libc6 (>= 2.4), libgcc-s1 (>= 3.5), libopenjp2-7 (>= 2.0.0), libstdc++6 (>= 5) Size: 11588 SHA256: b6e671a001606fc45c32e999d0aa81473c3f91f4ff04e40088ab71f079680afe SHA1: 106ad3f0c0b47cdd3add68e5b5084a3d87099be2 MD5sum: f74be9d45314e8d32682ffdbf65c6653 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_armhf.deb Package: libheif-plugin-j2kenc Source: libheif Version: 1.19.7-1~bpo12+1 Installed-Size: 35 Maintainer: Debian Multimedia Maintainers Architecture: armhf Depends: libheif1 (= 1.19.7-1~bpo12+1), libc6 (>= 2.4), libgcc-s1 (>= 3.5), libopenjp2-7 (>= 2.0.0), libstdc++6 (>= 5) Size: 12180 SHA256: e166c1bc12bba9242700508dcf8e42feb80263b09188b6dcb3b100c1b8220480 SHA1: 468d571aafff0238cbf9ed05d4e9485657c36ac0 MD5sum: eacd4ef2944705be6525285067c55852 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_armhf.deb Package: libheif-plugin-jpegdec Source: libheif Version: 1.19.7-1~bpo12+1 Installed-Size: 35 Maintainer: Debian Multimedia Maintainers Architecture: armhf Depends: libheif1 (= 1.19.7-1~bpo12+1), libc6 (>= 2.11), libgcc-s1 (>= 3.5), libjpeg62-turbo (>= 1.3.1), libstdc++6 (>= 5) Size: 10972 SHA256: a45cd3358fc480bcfe9b7e7afcd25903814a0492516d544fc55afb01533d51b9 SHA1: e71a48e3dbbd59d824a9b44525aa18997be258f7 MD5sum: 4c7e133002f9c3f28d9f8228ff124a46 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_armhf.deb Package: libheif-plugin-jpegenc Source: libheif Version: 1.19.7-1~bpo12+1 Installed-Size: 35 Maintainer: Debian Multimedia Maintainers Architecture: armhf Depends: libheif1 (= 1.19.7-1~bpo12+1), libc6 (>= 2.11), libgcc-s1 (>= 3.5), libjpeg62-turbo (>= 1.3.1), libstdc++6 (>= 5) Size: 11320 SHA256: b91f4e770c432633b343300fdea125fa26475e925751efbefc737127a28d8be1 SHA1: c930bb63b511c7fe6838a4fbcb00c819dadac9c8 MD5sum: 1da021059f68737aa828ea44bf3a7df1 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_armhf.deb Package: libheif-plugin-libde265 Source: libheif Version: 1.19.7-1~bpo12+1 Installed-Size: 43 Maintainer: Debian Multimedia Maintainers Architecture: armhf Depends: libheif1 (= 1.19.7-1~bpo12+1), libc6 (>= 2.4), libde265-0 (>= 1.0.7), libgcc-s1 (>= 3.5), libstdc++6 (>= 5.2) Size: 14392 SHA256: f45647c91a87d2a629e3ccd20becc6fe87000f4581a26b4f2817266f31950e7f SHA1: cd787240ea79d40cc0901f4f737097e579585210 MD5sum: 2d0a5dd591f6dd6b2d8e902846e9c647 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_armhf.deb Package: libheif-plugin-rav1e Source: libheif Version: 1.19.7-1~bpo12+1 Installed-Size: 47 Maintainer: Debian Multimedia Maintainers Architecture: armhf Depends: libheif1 (= 1.19.7-1~bpo12+1), libc6 (>= 2.32), libgcc-s1 (>= 3.5), librav1e0 (>= 0.5.1), libstdc++6 (>= 5.2) Size: 16736 SHA256: 11f6ffed76cf80e74c243cf729b3a7c951342f53bdfcea3ae14eec0a8a4589b9 SHA1: 3d34a89d8673c965dcf2a3320a5c1bee63f183c5 MD5sum: 026f993c0826cb50b00d61c31827ac4e 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_armhf.deb Package: libheif-plugin-svtenc Source: libheif Version: 1.19.7-1~bpo12+1 Installed-Size: 39 Maintainer: Debian Multimedia Maintainers Architecture: armhf Depends: libheif1 (= 1.19.7-1~bpo12+1), libc6 (>= 2.4), libgcc-s1 (>= 3.5), libstdc++6 (>= 5), libsvtav1enc1 (>= 1.4.1+dfsg) Size: 13896 SHA256: 881ee4417f66f61ba59735765388db6753543d340c425997a768dbdf33181f60 SHA1: 023f539b79c622a73adfc5b77a4ba8fb0d75e558 MD5sum: 92a4513b1b1ddc6e37b17809a98004f0 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_armhf.deb Package: libheif-plugin-x265 Source: libheif Version: 1.19.7-1~bpo12+1 Installed-Size: 51 Maintainer: Debian Multimedia Maintainers Architecture: armhf Depends: libheif1 (= 1.19.7-1~bpo12+1), libc6 (>= 2.4), libgcc-s1 (>= 3.5), libstdc++6 (>= 5.2), libx265-199 (>= 3.5) Size: 19800 SHA256: 15c6674f29eba1ad9939491dcc9a1d9f5ed146b2741a2a0947a05a22fbab2e7a SHA1: 73b912629269cce6b87c5e2f37c72e315544823c MD5sum: 38bb76fa5bfe94e6190f36adf71c732d 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_armhf.deb Package: libheif-plugins-all Source: libheif Version: 1.19.7-1~bpo12+1 Installed-Size: 21 Maintainer: Debian Multimedia Maintainers Architecture: armhf 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: 1bc6c773af17310f8dd4b2100eb134d1b67ea9618c09d89b1fd50c8535f793cf SHA1: 41f4978f7cb2ae318fa9a56bc0c9a05af8f00b5c MD5sum: b14dfac591a9ac44810eabbdf8245e58 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_armhf.deb Package: libheif1 Source: libheif Version: 1.19.7-1~bpo12+1 Installed-Size: 956 Maintainer: Debian Multimedia Maintainers Architecture: armhf Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.5), 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: 404960 SHA256: 95698b7fc0c0fefb550d19e1e47c989a10b0c4e8b7117ee73e153db59e67a1ec SHA1: 3a306ce3253f7017f550366bef905715dc61fb90 MD5sum: 07b078d24961ad95d5bfe288c053f22b 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_armhf.deb Package: libhighlight-perl Source: highlight Version: 4.7-1~bpo12+1 Installed-Size: 1418 Maintainer: Debian QA Group Architecture: armhf Depends: perl (>= 5.36.0-7), perlapi-5.36.0, libc6 (>= 2.34), libgcc-s1 (>= 3.5), liblua5.4-0 (>= 5.4.4), libstdc++6 (>= 11), highlight-common (= 4.7-1~bpo12+1) Size: 443352 SHA256: cd1196bf2b8c879a6f905a97744a91aaf93d56ba6db13dbc255a4d8aee49166d SHA1: a948f29241b7e8996c15d9c45283ac24486323c6 MD5sum: 8d61100faae36b1fba1075a6aa8e1648 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_armhf.deb Package: libhiredict-dev Source: hiredict Version: 1.3.1-2~bpo12+1 Installed-Size: 248 Maintainer: Debian Redict Maintainers Architecture: armhf Depends: libhiredict1.3.1 (= 1.3.1-2~bpo12+1) Size: 56264 SHA256: 12bff0b94ab9d47b3f614b06223d61ba11c1bccc394d6cddd654fce7081ef3dc SHA1: 846c9a4c08aede477afdacfa35e5d22be968bef9 MD5sum: 4d4db2b52eacb0896bbb4bf77fee27ec 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_armhf.deb Package: libhiredict-shims-dev Source: hiredict Version: 1.3.1-2~bpo12+1 Installed-Size: 58 Maintainer: Debian Redict Maintainers Architecture: armhf 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: 10648 SHA256: 72c50e5d8062c63912555e18fa8625e583547531baebc10de41e848403a61a54 SHA1: 723b36e2f7e1e89949cae8c1c38ad733a4d7708c MD5sum: 19f5f03871d81963ebd19f9f376c7c00 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_armhf.deb Package: libhiredict1.3.1 Source: hiredict Version: 1.3.1-2~bpo12+1 Installed-Size: 79 Maintainer: Debian Redict Maintainers Architecture: armhf Depends: libc6 (>= 2.28), libssl3 (>= 3.0.0) Size: 31220 SHA256: 5237fa42261391412a54d1deb935c588432136d326c6528c1a7d505a97047d97 SHA1: bbecbbe201faeb26172569170bdcd5ec7361f1f2 MD5sum: 0f6d8fd7b55fd5b83db477108e1384c9 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_armhf.deb Package: libhkl-dev Source: hkl Version: 5.1.3-1~bpo12+1 Installed-Size: 275 Maintainer: Debian PaN Maintainers Architecture: armhf 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: 27016 SHA256: 9e602a08e8f8ae8a5a161d53f71135133e968b9614afc79431c3f9342b8c5808 SHA1: dbf0b50501a236779cfffc55b571335b4a2f78b2 MD5sum: e4a4321f99e0b7b0af9fb95252b6f3e5 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_armhf.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: 286 Maintainer: Debian PaN Maintainers Architecture: armhf Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.24.0), libgsl27 (>= 2.7.1) Suggests: libhkl-doc Size: 73312 SHA256: 2b80beb47ef187b899d160c74e9ca0a56de6141b6949f5b36b17c2c3f639036e SHA1: 2ea6b7bf4a50bf8d52847ff63de60a1087cdf9b4 MD5sum: b69eccb3ae956e539a75981295d04b4e 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_armhf.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: 365 Maintainer: Sascha Steinbiss Architecture: armhf Depends: libhtp2 (= 1:0.5.50-1~bpo12+1) Size: 93792 SHA256: 1b8785cd27b8f6f5d66bb80beff8e80f039a0a55f0f5bf8be0f6d80b256f3fee SHA1: 29a8ef8fb63beec2aebdd3f117b20539c817491e MD5sum: ed663e5a54942721c815f592342e0e43 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_armhf.deb Package: libhtp2 Source: libhtp Version: 1:0.5.50-1~bpo12+1 Installed-Size: 135 Maintainer: Sascha Steinbiss Architecture: armhf Depends: libc6 (>= 2.4), zlib1g (>= 1:1.1.4) Size: 62212 SHA256: 4af35444803a8b6bf4242ff8ee7288f7b11f3cb3bfc6b8606fa47f47366285b6 SHA1: 9fdf8d91628ac8958aa07f59c1a83b0f00bc4906 MD5sum: 27b7ece390d98b0fff69cf3bde324fef 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_armhf.deb Package: libhwloc-common Source: hwloc Version: 2.12.0-1~bpo12+1 Installed-Size: 61 Maintainer: Samuel Thibault Architecture: all Size: 15644 SHA256: 0b7f4a0d6dedfda713e82eea78c897f46c99462148e4bb410056219ac6d8d7a6 SHA1: e7f4de6e604754c422c81c8ed92bb257bff01daa MD5sum: 6098faecacc509ff34977a15f1319c89 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-1~bpo12+1_all.deb Package: libhwloc-dev Source: hwloc Version: 2.12.0-1~bpo12+1 Installed-Size: 880 Maintainer: Samuel Thibault Architecture: armhf Depends: libhwloc15 (= 2.12.0-1~bpo12+1), libnuma-dev, libltdl-dev Size: 226096 SHA256: dc7c5248a895ebb8fec8219ab9a9f22e95f7e340578f1c6d563467512d4a2d0f SHA1: c4eb4831329ee50d6affa09bb5aa668bada6bd7a MD5sum: 0788fe77897993ec2a130174e8e8efe1 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-1~bpo12+1_armhf.deb Package: libhwloc-doc Source: hwloc Version: 2.12.0-1~bpo12+1 Installed-Size: 4015 Maintainer: Samuel Thibault Architecture: all Depends: libjs-jquery Size: 585904 SHA256: 582b569ae19fa06c482b896aa891a0533ec17fbec46b29f2cf41bf6ad30cc3af SHA1: ed05397c1037971bdde80c18965aa6fb4dbee33a MD5sum: 3d5463861cf07e881e7308c10d5aded0 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-1~bpo12+1_all.deb Package: libhwloc-plugins Source: hwloc Version: 2.12.0-1~bpo12+1 Installed-Size: 56 Maintainer: Samuel Thibault Architecture: armhf 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: 16092 SHA256: 5154f5af88942dc8b5e9e2621dded7a3c94ecd8db62bdcfb362872f6ec3f47a6 SHA1: f8555231f6ac03cf263e8e8f8ce989b44855c816 MD5sum: 763b4037c9dcde62e54732d1394842e6 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-1~bpo12+1_armhf.deb Package: libhwloc15 Source: hwloc Version: 2.12.0-1~bpo12+1 Installed-Size: 265 Maintainer: Samuel Thibault Architecture: armhf Depends: libc6 (>= 2.34), libudev1 (>= 183) Recommends: libhwloc-plugins Breaks: libhwloc-contrib-plugins (<< 1.10~), libhwloc-plugins (<< 1.10~) Size: 133732 SHA256: 446ea5a3a227c61943bddd65d3f6a9e3b0478411faf3bb8d18ea99ec799faf45 SHA1: 2fe029ace4b92cb3d1fef8619a33785a7cc17766 MD5sum: 18bba4084b283fe835c91cfb61955e31 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-1~bpo12+1_armhf.deb Package: libibus-1.0-5 Source: ibus Version: 1.5.31-1~bpo12+1 Installed-Size: 740 Maintainer: Debian Input Method Team Architecture: armhf Depends: libc6 (>= 2.33), libglib2.0-0 (>= 2.62.2-2) Size: 438556 SHA256: 354fe2538b3d45ac55bcbfd9405a7c18a63ceeee2b18e486555f0e759c71178a SHA1: b0d7a05255c082a70e590927b76258049463d34a MD5sum: 7023f460c0df28cadf376ada79233d27 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_armhf.deb Package: libibus-1.0-dev Source: ibus Version: 1.5.31-1~bpo12+1 Installed-Size: 3061 Maintainer: Debian Input Method Team Architecture: armhf 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: 483024 SHA256: 434ee4c06439ca0d4466bcf7a2edce6bf6c1f02ad67807dfdd8a77cf137855d2 SHA1: 0f23eb9de72264c7e2c65ebf1c4c02216743fcdc MD5sum: 0653734b91d8dc678d0b995ef51dbe91 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_armhf.deb Package: libigraph-dev Source: igraph Version: 0.10.15+ds-3~bpo12+1 Installed-Size: 3970 Maintainer: Debian Med Packaging Team Architecture: armhf Depends: libigraph3t64 (= 0.10.15+ds-3~bpo12+1), libxml2-dev Suggests: libigraph-doc, pkgconf Size: 992820 SHA256: b9b987c95be997d68fd7ba8c741bcc593c9ba7a49a916b643446e101f364a446 SHA1: b8fe38b983636ada3c547c4962f04cf21f78c565 MD5sum: 2d3ffcbd2b10f8734286c771bcb7bece 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_armhf.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: 1804 Maintainer: Debian Med Packaging Team Architecture: armhf Depends: libarpack2 (>= 2.1), libblas3 | libblas.so.3, libc6 (>= 2.35), libgcc-s1 (>= 3.5), 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: 763868 SHA256: faeddf2e47dd7be3dd23b7402d1d484d138097c7c4548f6edea98861b3ed5f84 SHA1: 18e6b4b0eefb7017f6f3776006418908c9973ec6 MD5sum: 6caf9f00e236fc4a1368d10848b69159 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_armhf.deb Package: libigraph3t64 Source: igraph Version: 0.10.15+ds-3~bpo12+1 Installed-Size: 1856 Maintainer: Debian Med Packaging Team Architecture: armhf Replaces: libigraph3 Depends: libarpack2 (>= 2.1), libblas3 | libblas.so.3, libc6 (>= 2.35), libgcc-s1 (>= 3.5), 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: 785540 SHA256: f6a931233718bf9d6b5c20cfa3fe2c54fe9c080aa838e1d0510c0dcae04f37bd SHA1: f2cc59e5790c0f0d943ce543702995f0f39e24a5 MD5sum: 814de854e1f7b12d6360789c43cd3cff 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_armhf.deb Package: libime-bin Source: libime Version: 1.1.10-1~bpo12+1 Installed-Size: 510 Maintainer: Debian Input Method Team Architecture: armhf 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.5), libstdc++6 (>= 11) Size: 204848 SHA256: 4b952dca91f8c914fdfa38f7cee95a6b69ca6fee8bf1fa637abbaf39b82d0c6e SHA1: 4b8aad6b19d74ddd661e92d1b0fee32d7b2b8e42 MD5sum: 36f38b77c8291e6a4b0e59ec2fb229a7 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_armhf.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: 27872 Maintainer: Debian Input Method Team Architecture: armhf Replaces: libimecore0 (<< 1.0.1-2) Breaks: libimecore0 (<< 1.0.1-2) Size: 20032656 SHA256: 8e7f1a90ed7724f6f9a325c2ec0d531d16e70312793366e811f85860c32e98b6 SHA1: fca5f00873b5422a036055ddf623c9c15eb41648 MD5sum: 7997f7390ada6f674182e8e6a06b6bf9 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_armhf.deb Package: libimecore-dev Source: libime Version: 1.1.10-1~bpo12+1 Installed-Size: 91 Maintainer: Debian Input Method Team Architecture: armhf Depends: libimecore0 (= 1.1.10-1~bpo12+1) Size: 18908 SHA256: 8a0bdf663ba76b941a77f00c5b0d97a4929a5b23489a1650bf8e2789c52b8cc1 SHA1: 0376ef55a4243a4e12664eb5f7a032a936ff1f8c MD5sum: 4736d26a8d4217c91c25e6af08d1323d 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_armhf.deb Package: libimecore0 Source: libime Version: 1.1.10-1~bpo12+1 Installed-Size: 578 Maintainer: Debian Input Method Team Architecture: armhf Depends: libime-data (= 1.1.10-1~bpo12+1), libc6 (>= 2.34), libfcitx5utils2 (>= 5.1.12), libgcc-s1 (>= 3.5), libstdc++6 (>= 11), libzstd1 (>= 1.5.2) Size: 237372 SHA256: aa203c9f9c6561d56602c19e0fe8abeddb128e884ca9f15c9d5a9c447e65492b SHA1: e1a235f48519729499aadffbebe6792590e8f401 MD5sum: 1c75bd8bbbc0a73e5982a439bdd5a309 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_armhf.deb Package: libimepinyin-dev Source: libime Version: 1.1.10-1~bpo12+1 Installed-Size: 79 Maintainer: Debian Input Method Team Architecture: armhf Depends: libimepinyin0 (= 1.1.10-1~bpo12+1) Size: 16672 SHA256: 2a730f21326af21f2d06d7edcaa760e448c1bbd8305ae3116e36e678a837ca86 SHA1: 2498bb29e6b29b4db349e5d098cfafeb766c9830 MD5sum: 248753e86bd421d954da37746aaa4a58 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_armhf.deb Package: libimepinyin0 Source: libime Version: 1.1.10-1~bpo12+1 Installed-Size: 410 Maintainer: Debian Input Method Team Architecture: armhf Depends: libc6 (>= 2.32), libfcitx5utils2 (>= 5.1.12), libgcc-s1 (>= 3.5), libimecore0 (>= 1.1.10), libstdc++6 (>= 11), libzstd1 (>= 1.5.2) Size: 168632 SHA256: 48fb3b3d8a550e155ba01954758d3c091196152639af183e4bf65743219579f4 SHA1: f163d807fef13262d1422116c6c151ea7b8e15bf MD5sum: cfb2a8c8e9e6528a95259d0cbc4365ed 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_armhf.deb Package: libimetable-dev Source: libime Version: 1.1.10-1~bpo12+1 Installed-Size: 56 Maintainer: Debian Input Method Team Architecture: armhf Depends: libimetable0 (= 1.1.10-1~bpo12+1) Size: 13084 SHA256: 9389912482dec6fd1a0c444e92ae66a090216756aa50e6aeff4b5f6d51799235 SHA1: c9d7892d841720ae90f2b33163ffd2a67160167d MD5sum: 68e2107b6246cf88aac9eaf034f4e61f 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_armhf.deb Package: libimetable0 Source: libime Version: 1.1.10-1~bpo12+1 Installed-Size: 322 Maintainer: Debian Input Method Team Architecture: armhf Depends: libc6 (>= 2.32), libfcitx5utils2 (>= 5.1.12), libgcc-s1 (>= 3.5), libimecore0 (>= 1.1.10), libstdc++6 (>= 11), libzstd1 (>= 1.5.2) Size: 132408 SHA256: 245473acbd7d6dc32c13de1495b43be936099ba6549821033211f9c2d357ef6d SHA1: 303eeeac5facc2db926e3e31c614c33a22393b55 MD5sum: 88adacc8a89a96e19248e39ec0269cf1 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_armhf.deb Package: libipmiconsole-dev Source: freeipmi Version: 1.6.13-2~bpo12+1 Installed-Size: 223 Maintainer: Fabio Fantoni Architecture: armhf Depends: freeipmi-common (= 1.6.13-2~bpo12+1), libipmiconsole2 (= 1.6.13-2~bpo12+1) Size: 178220 SHA256: 7aa38a9e6cdc32a240b6a38d9612304a1702e702595724099ff721a5d933b88d SHA1: 548870668678fe345294811a6cc9613881e9be31 MD5sum: 1c2e1ddc831034e50317872c55046d11 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_armhf.deb Package: libipmiconsole2 Source: freeipmi Version: 1.6.13-2~bpo12+1 Installed-Size: 350 Maintainer: Fabio Fantoni Architecture: armhf Depends: freeipmi-common (= 1.6.13-2~bpo12+1), libc6 (>= 2.34), libfreeipmi17 (>= 1.4.4) Size: 242364 SHA256: fdd7af862be5f22a3a69e1b2b87fc36f791bed80d6b8e8ca7417708544c4d33c SHA1: 0195bb7ed2107c8f74859f9e595150545883ad0c MD5sum: 7287a1e0f7052254e333b48444412610 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_armhf.deb Package: libipmidetect-dev Source: freeipmi Version: 1.6.13-2~bpo12+1 Installed-Size: 190 Maintainer: Fabio Fantoni Architecture: armhf Depends: freeipmi-common (= 1.6.13-2~bpo12+1), libipmidetect0 (= 1.6.13-2~bpo12+1) Size: 170156 SHA256: 015a956cdf7e3c1f4bec83f3772d236721ba3a0195bc26989893aa752e9191c0 SHA1: 42d8458f5965d23b05ddbe0c324c3a419fa82d8d MD5sum: 0be7ce8437e829b268e4c3797a089c14 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_armhf.deb Package: libipmidetect0 Source: freeipmi Version: 1.6.13-2~bpo12+1 Installed-Size: 218 Maintainer: Fabio Fantoni Architecture: armhf Depends: freeipmi-common (= 1.6.13-2~bpo12+1), libc6 (>= 2.28) Size: 186752 SHA256: 4f025af2bf19dcbafdc69735582920d5f5f616c28cae423489697f2e52a23286 SHA1: 0c8615eed7149f934439595f2a2f9f0beae19bed MD5sum: 59db98b7512c1e6c10e677348fa4b699 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_armhf.deb Package: libipmimonitoring-dev Source: freeipmi Version: 1.6.13-2~bpo12+1 Installed-Size: 291 Maintainer: Fabio Fantoni Architecture: armhf Depends: freeipmi-common (= 1.6.13-2~bpo12+1), libipmimonitoring6 (= 1.6.13-2~bpo12+1) Size: 180972 SHA256: 636d57ea4a8e3d8693e61cd001243b094e2cf9462c920dbf9174d921ae553f2a SHA1: 4782879f82f616836a1ebb66941bf6e5b6d4ddf9 MD5sum: 1fbdf991bed70e65140d3ad4bb1f1b2f 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_armhf.deb Package: libipmimonitoring6 Source: freeipmi Version: 1.6.13-2~bpo12+1 Installed-Size: 256 Maintainer: Fabio Fantoni Architecture: armhf Replaces: libipmimonitoring5a Depends: freeipmi-common (= 1.6.13-2~bpo12+1), libc6 (>= 2.33), libfreeipmi17 (>= 1.4.4) Breaks: libipmimonitoring5a Size: 202484 SHA256: 2777e6338d581b9d15459787ba6947cdc0f0fd4490d338a18353447531e9ea8b SHA1: 2434b668c4e1364a8bfa340ccb64534f4c0b3549 MD5sum: d67201a47096f32a24c46ceff5816046 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_armhf.deb Package: libjavascriptcoregtk-4.0-18 Source: webkit2gtk Version: 2.46.1-2~bpo12+1 Installed-Size: 16677 Maintainer: Debian WebKit Maintainers Architecture: armhf Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.5), libglib2.0-0 (>= 2.65.1), libicu72 (>= 72.1~rc-1~), libstdc++6 (>= 12), libsystemd0 Size: 5993944 SHA256: 7c9fa33b8139b9e818a2e301c2051084180e51be0e8ed34cd66630131bea3dff SHA1: ccf7867ea642c614b7868d220e26f8f07d44439b MD5sum: 3d2ba74bee6ea60e4275f60707a383b5 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_armhf.deb Package: libjavascriptcoregtk-4.0-bin Source: webkit2gtk Version: 2.46.1-2~bpo12+1 Installed-Size: 513 Maintainer: Debian WebKit Maintainers Architecture: armhf Depends: libjavascriptcoregtk-4.0-18 (= 2.46.1-2~bpo12+1), libc6 (>= 2.34), libgcc-s1 (>= 3.5), libstdc++6 (>= 4.4) Conflicts: libjavascriptcoregtk-bin Size: 140592 SHA256: 380c17d47e161b38c7ff1a3cec3413617d5e6e76b20d74ca8c5b9ab28daca8c7 SHA1: 12a47b1358bba3dd807df99cbb8f6e4077f4418e MD5sum: 3b55e15ad137aaaa6f26de02e3bf6af8 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_armhf.deb Package: libjavascriptcoregtk-4.0-dev Source: webkit2gtk Version: 2.46.1-2~bpo12+1 Installed-Size: 739 Maintainer: Debian WebKit Maintainers Architecture: armhf 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: 80908 SHA256: 3d61a015753a1f5a5be3cdfe5460629905bdc1232b023a946bb0eabe52a80b6e SHA1: 81c94bce7a47a8b98cff658175cc3921b27a1175 MD5sum: 275ede3e0e082cd56a63878eb22d5f8a 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_armhf.deb Package: libjavascriptcoregtk-4.1-0 Source: webkit2gtk Version: 2.46.1-2~bpo12+1 Installed-Size: 16677 Maintainer: Debian WebKit Maintainers Architecture: armhf Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.5), libglib2.0-0 (>= 2.65.1), libicu72 (>= 72.1~rc-1~), libstdc++6 (>= 12), libsystemd0 Size: 5994884 SHA256: 32189831db42c2cab6bfe375bf944dd0def69fe8106e7dc6a82c45a8d8145204 SHA1: d33697d25812292493bd574d7ccb7d6431b054ba MD5sum: 608a85a27c9be736f7509302134da555 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_armhf.deb Package: libjavascriptcoregtk-4.1-dev Source: webkit2gtk Version: 2.46.1-2~bpo12+1 Installed-Size: 739 Maintainer: Debian WebKit Maintainers Architecture: armhf 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: 80956 SHA256: a20af26cb893e71a5fb7aaed2884ade941ecae71fa2faf44f9b819480288fcd4 SHA1: eed31b2107ca31b3cb06c38a6e4cb1c7bbc38615 MD5sum: 9f87983ad91d988fde029f9633ff896d 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_armhf.deb Package: libjavascriptcoregtk-6.0-1 Source: webkit2gtk Version: 2.46.1-2~bpo12+1 Installed-Size: 16677 Maintainer: Debian WebKit Maintainers Architecture: armhf Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.5), libglib2.0-0 (>= 2.65.1), libicu72 (>= 72.1~rc-1~), libstdc++6 (>= 12), libsystemd0 Size: 5994672 SHA256: bc520d85c5b0a097b2f0f542c11d5372632c68eca12c23f0d8d6eb2f2d59114c SHA1: 78999cc8302c07fc3522790a950ec3d1be9f4a67 MD5sum: 35d90f11742bff0ee62dfc9f6916637a 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_armhf.deb Package: libjavascriptcoregtk-6.0-dev Source: webkit2gtk Version: 2.46.1-2~bpo12+1 Installed-Size: 603 Maintainer: Debian WebKit Maintainers Architecture: armhf 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: 66544 SHA256: e3d91e215d5af2c995330dac8f8d51067d5437541dad688e853141447ad3d7e1 SHA1: 49f47fa8e941b2a8212f967d0fe776c5fa9f88b7 MD5sum: 626eebd7f41b05e5d61e6b59f62e9a7a 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_armhf.deb Package: libjodycode-dev Source: libjodycode Version: 3.1-3~bpo12+1 Installed-Size: 43 Maintainer: Joao Eriberto Mota Filho Architecture: armhf 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: 12716 SHA256: ae8f4b29adb1fe75b593d89548e8b6a81e633566cce1d876dabfa35c02a3a511 SHA1: 70129da77ab306f21f2b0b64509e2341e08768ae MD5sum: 7eed9da6acf01d1eacdccdc25546012a 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_armhf.deb Package: libjodycode3 Source: libjodycode Version: 3.1-3~bpo12+1 Installed-Size: 40 Maintainer: Joao Eriberto Mota Filho Architecture: armhf Replaces: libjodycode2 (<= 2.0.1-4) Depends: libc6 (>= 2.4) Breaks: libjodycode2 (<= 2.0.1-4) Size: 13360 SHA256: 3a527bfd9ad9f825eeb89a3ca9c801a28049d3f2584c41a87bddd3c46d821fd0 SHA1: 5c7ebbe93bc8f9272af930c9c7ae45bf6bb80780 MD5sum: 7b3d1c983fe825c457b97a8f2ed894e4 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_armhf.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: libkshark-dev Source: kernelshark Version: 2.2.1-1~bpo12+1 Installed-Size: 314 Maintainer: Sudip Mukherjee Architecture: armhf Depends: libkshark2 (= 2.2.1-1~bpo12+1) Size: 64716 SHA256: 4f1aafc278f66df19b6ace7df7d556127da88605473c5557e2df99fd5b9181c4 SHA1: 73bc8703456f2c90185a176cee2531f70317de7c MD5sum: 92f7f8c30b4a120bc9f87aee9ad726cd 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_armhf.deb Package: libkshark2 Source: kernelshark Version: 2.2.1-1~bpo12+1 Installed-Size: 734 Maintainer: Sudip Mukherjee Architecture: armhf Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.5), 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: 268276 SHA256: bc3fb68b69f1b361298415b5c8cc00c57d229e4a7f4338e3645a21fcbdafefa7 SHA1: 909bef3b24c54551d44453ee50655fcb25b691f5 MD5sum: c1860518a3bb3023669ed49117a223d5 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_armhf.deb Package: libldb-dev Source: samba (2:4.21.5+dfsg-1~bpo12+1) Version: 2:2.10.0+samba4.21.5+dfsg-1~bpo12+1 Installed-Size: 189 Maintainer: Debian Samba Maintainers Architecture: armhf Depends: libc6-dev, libldb2 (= 2:2.10.0+samba4.21.5+dfsg-1~bpo12+1), libtalloc-dev, libtevent-dev, libtdb-dev Size: 68292 SHA256: fa2adab31d2156e82ab45826582898294d99fdb8e03cb48af8da8b40a27f6f3b SHA1: c3a245b160fdbe9130425cf4dc2d83dcf32a4947 MD5sum: 1482b3d916ac6bc7189fb1a2e2d8baae 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.10.0+samba4.21.5+dfsg-1~bpo12+1_armhf.deb Package: libldb2 Source: samba (2:4.21.5+dfsg-1~bpo12+1) Version: 2:2.10.0+samba4.21.5+dfsg-1~bpo12+1 Installed-Size: 392 Maintainer: Debian Samba Maintainers Architecture: armhf Depends: libc6 (>= 2.34), libldap-2.5-0 (>= 2.5.4), libtalloc2 (>= 2.4.0), libtdb1 (>= 1.3.14), libtevent0 (>= 0.15.0) Breaks: samba-libs (<< 2:4.19.0~) Size: 149712 SHA256: f0323dfe5c8b1957a7f3d0b2b7741644d81d9ce577b4821d1cfedcf9cce932c4 SHA1: c2182f5d64d7ce9d051dca6e17d230fb67b4345f MD5sum: 900b30ad9217b34e219920a85c80e49f 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.10.0+samba4.21.5+dfsg-1~bpo12+1_armhf.deb Package: liblemonldap-ng-common-perl Source: lemonldap-ng Version: 2.20.2+ds-1~bpo12+1 Installed-Size: 896 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, libcrypt-rijndael-perl, libcrypt-urandom-perl, libhtml-template-perl, libjson-perl, libjson-xs-perl, libmouse-perl, libnet-cidr-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, libnet-ldap-perl, libsoap-lite-perl, libxml-libxml-perl, libxml-simple-perl Size: 245632 SHA256: b5e0d2be7e2a84ff14275c2535de858ad4652e5e64a9a47b2140630d8c9dc0d9 SHA1: e885328bbea409bc353f0cafb36d735582dcd818 MD5sum: c71d22d3f5226e57960e89499231d425 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.20.2+ds-1~bpo12+1_all.deb Package: liblemonldap-ng-handler-perl Source: lemonldap-ng Version: 2.20.2+ds-1~bpo12+1 Installed-Size: 437 Maintainer: Debian Perl Group Architecture: all Depends: liblemonldap-ng-common-perl (= 2.20.2+ds-1~bpo12+1), perl:any Size: 136216 SHA256: a035fb77f6ca2a71d0260b2fd7c595224c7f8b1eef0064c223ba9cfbfdaa89f1 SHA1: b8d17e0445b3656a797ac525892cc5b19f01b62d MD5sum: a6f80c700f7ee43dc492e8455cf030a0 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.20.2+ds-1~bpo12+1_all.deb Package: liblemonldap-ng-manager-perl Source: lemonldap-ng Version: 2.20.2+ds-1~bpo12+1 Installed-Size: 4793 Maintainer: Debian Perl Group Architecture: all Depends: lemonldap-ng-fastcgi-server (= 2.20.2+ds-1~bpo12+1) | lemonldap-ng-uwsgi-app (= 2.20.2+ds-1~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.20.2+ds-1~bpo12+1), libregexp-common-perl, perl:any Pre-Depends: debconf Recommends: lemonldap-ng-doc (= 2.20.2+ds-1~bpo12+1), libxml-libxml-perl, libxml-libxslt-perl, libxml-simple-perl Suggests: libclone-perl, libregexp-assemble-perl Size: 1018436 SHA256: 60c5a5cbfd85ee64ee387588208ee0fb64c097a8195b61e14b31bf05454839c2 SHA1: e9eca8478c330625adb0eacc24ce180e29efd60b MD5sum: ebad5935deeaf57dc5d404344932f978 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.20.2+ds-1~bpo12+1_all.deb Package: liblemonldap-ng-portal-perl Source: lemonldap-ng Version: 2.20.2+ds-1~bpo12+1 Installed-Size: 5902 Maintainer: Debian Perl Group Architecture: all Depends: fonts-font-awesome, lemonldap-ng-fastcgi-server (= 2.20.2+ds-1~bpo12+1) | lemonldap-ng-uwsgi-app (= 2.20.2+ds-1~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.20.2+ds-1~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: 3106972 SHA256: c6c28fb4be1a1d955b07032b5f90a28b537caa9aa2fbe1e147261d2a230e4e4c SHA1: 383cbc9116acbdc47f2a47f984fa03696da22b86 MD5sum: 15ec5cdee6db0c8214ef660a90d6578e 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.20.2+ds-1~bpo12+1_all.deb Package: liblemonldap-ng-ssoaas-apache-client-perl Source: lemonldap-ng Version: 2.20.2+ds-1~bpo12+1 Installed-Size: 188 Maintainer: Debian Perl Group Architecture: all Depends: perl:any Breaks: liblemonldap-ng-handler-perl (<< 2.0.14~) Size: 90028 SHA256: c26b67c152929ecfcb8e980b0e108394590280c3acda8dd5e0ec78592bec7ac7 SHA1: 6b5fd68d28e4b17da012f09e31bf767587eb3f08 MD5sum: cd0c9e2e005b4754925fb6fdf520a598 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.20.2+ds-1~bpo12+1_all.deb Package: liblibreoffice-java Source: libreoffice Version: 4:25.2.2-1~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: 1655108 SHA256: 8ae0db56d6c3b55e82333e75d8237249a2a0a96b424601f6f64892e7842e6cec SHA1: f769747159bf016fb419d346d75cc6a8fec93460 MD5sum: 1a5710a1af601ddcb28b38cee1daf04b 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.2-1~bpo12+1_all.deb Package: liblibreofficekitgtk Source: libreoffice Version: 4:25.2.2-1~bpo12+1 Installed-Size: 205 Maintainer: Debian LibreOffice Maintainers Architecture: armhf Replaces: libreoffice-gtk3 (<< 1:5.2.0~) Depends: libreofficekit-data, libc6 (>= 2.34), libcairo2 (>= 1.10.0), libgcc-s1 (>= 3.5), 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: 103816 SHA256: d38a42b8ae4785468a38d6da7b818e6f3947726bb5867476afcb0a5fe22d84bf SHA1: c61ffd09299bf3da1615869ba9ab386d85bad6bd MD5sum: adae67dc987f81175c42d89a26dc00ac 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.2-1~bpo12+1_armhf.deb Package: liblouis-bin Source: liblouis Version: 3.33.0-1~bpo12+1 Installed-Size: 164 Maintainer: Debian Accessibility Team Architecture: armhf Depends: libc6 (>= 2.34), liblouis20 (>= 3.33.0), libyaml-0-2 Size: 58760 SHA256: d91f9e999916ff7694f6a3482d175d4d5b899c31a787116ecad0ca099d77f72b SHA1: 0c116e39b8fea220d5e958a25605a943ddca2063 MD5sum: 2b4c4016493bacd055cd2c6d7694ebfc 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_armhf.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: 603 Maintainer: Debian Accessibility Team Architecture: armhf Depends: liblouis20 (= 3.33.0-1~bpo12+1) Size: 288912 SHA256: b151ecae669f9ee439fcf1c1888050fbb988fb1259103755175133d7b42acee0 SHA1: 4bc39ea045d0dd4835bd7b7cc7178f1ba9fc200e MD5sum: fdbec89f0252b7e859ca522170bf0519 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_armhf.deb Package: liblouis20 Source: liblouis Version: 3.33.0-1~bpo12+1 Installed-Size: 152 Maintainer: Debian Accessibility Team Architecture: armhf Depends: libc6 (>= 2.33), liblouis-data (>= 3.33.0~) Size: 88300 SHA256: 948476a49fb565daa81374d197e897fa98f32e00be259a1820ea12b31772f38d SHA1: 500dbbef22a12b4c18db20f6665891f178436f62 MD5sum: 405d8f3ed9b1c06014e3d1d80e5d2b55 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_armhf.deb Package: liblouisutdml-bin Source: liblouisutdml Version: 2.12.0-7~bpo12+1 Installed-Size: 34 Maintainer: Debian Accessibility Team Architecture: armhf Depends: libc6 (>= 2.34), liblouis20 (>= 3.30.0), liblouisutdml9 (>= 2.12.0) Suggests: antiword, ooo2dbk, poppler-utils, rtf2xml Size: 13680 SHA256: f96505086f21a5deb4337bbe1d0dfda154e88033605853de54a71e13d6d5adac SHA1: 8ca8f8fb6638cf2411f790ced288d939a74e2bab MD5sum: 023013037200132dab11889560bcf08b 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_armhf.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: 550 Maintainer: Debian Accessibility Team Architecture: armhf Depends: liblouisutdml9 (= 2.12.0-7~bpo12+1), liblouis-dev Size: 210580 SHA256: 70406cedd0f95b39aa581e44ca2591835bbda37c71a91aaffad7fc2e13af4b9b SHA1: 8ef652b3dbb3ca546428eec4ab3270f44c0c3f6d MD5sum: f7bd2e260c69406fcaab5f9319efe909 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_armhf.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: 151 Maintainer: Debian Accessibility Team Architecture: armhf Depends: liblouisutdml-data, libc6 (>= 2.33), liblouis20 (>= 3.30.0), libxml2 (>= 2.7.4) Size: 76712 SHA256: fd480f2f4f7de6e94a6208ed54ce8ee9e2a34416cf7d04293e22dcf9110d9ea2 SHA1: 4e815d04849a54ddcdb084eb01e2106005c687f0 MD5sum: 8b50677e724269a9dcf60fa60ecc77c2 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_armhf.deb Package: libmapcache-dev Source: mapcache Version: 1.14.1-1~bpo12+1 Installed-Size: 113 Maintainer: Debian GIS Project Architecture: armhf 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: 7a803a923709a4c12ae5acde95bea281c1ebd99476c655ece7b52cbab0fa9605 SHA1: 7ce8171dcaffe11c5ca5cd243559a7619646e508 MD5sum: 53ab125c480bceb375a87c182aec0a00 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_armhf.deb Package: libmapcache1 Source: mapcache Version: 1.14.1-1~bpo12+1 Installed-Size: 309 Maintainer: Debian GIS Project Architecture: armhf Depends: libapr1 (>= 1.6.2), libaprutil1 (>= 1.2.7+dfsg), 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: 128400 SHA256: 13f7e2adf71bad5b860eeb55df861606367b2b49a5276819540e5566496d3d20 SHA1: 360b2b27803392405cca690063620b04361ded77 MD5sum: e318820c26949ef8543fa675df74c6a5 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_armhf.deb Package: libmapscript-java Source: mapserver Version: 8.4.0-1~bpo12+1 Installed-Size: 576 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.4), libmapserver2 (>= 8.4.0) Suggests: mapserver-bin, mapserver-doc Size: 270288 SHA256: df3316b6eaedefe66f35ef066e046f0df4307bed5de2d5a9d421fe5a220b35de SHA1: 13dbff5806487e37a3d7ca2ff4bdb8dc64990238 MD5sum: 4a41b2d231d0c8a1f3f65063cffbfbfb 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_armhf.deb Package: libmapscript-perl Source: mapserver Version: 8.4.0-1~bpo12+1 Installed-Size: 993 Maintainer: Debian GIS Project Architecture: armhf Replaces: perl-mapscript Provides: perl-mapscript Depends: perl (>= 5.36.0-7+deb12u1), perlapi-5.36.0, libc6 (>= 2.4), libmapserver2 (>= 8.4.0), libperl5.36 (>= 5.36.0) Suggests: mapserver-bin, mapserver-doc Conflicts: perl-mapscript Size: 243468 SHA256: d568e47ed2120513688c8a8bc10acf2eccc1823ac2605752d185edcd4b129285 SHA1: bf872f7915bbdf040a2805f5dc783f27e9b49975 MD5sum: f0ddffd1f8755aa75b44963ff0f263b2 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_armhf.deb Package: libmapserver-dev Source: mapserver Version: 8.4.0-1~bpo12+1 Installed-Size: 4232 Maintainer: Debian GIS Project Architecture: armhf 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: 69fcd58d3e0cdcde1c24663ac60cee7eecca187116fb90376ac60a6df1dce4a0 SHA1: 16afeb662b92294262d21318c2350501ccbae6d6 MD5sum: c15191133d5858576751d5611c3615cd 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_armhf.deb Package: libmapserver2 Source: mapserver Version: 8.4.0-1~bpo12+1 Installed-Size: 2854 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.34), libcairo2 (>= 1.15.8), libcurl3-gnutls (>= 7.16.2), libfreetype6 (>= 2.2.1), libfribidi0 (>= 0.19.2), libgcc-s1 (>= 3.5), 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: 1257376 SHA256: e0cc42b16d9888f40e31d37ce7d74e46279e790df06281e3cc02186f7cea1050 SHA1: f756e939d8d56436883a7c9dde3791f223c41d48 MD5sum: 4cd93c078a3d050960c65db54ab32357 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_armhf.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: armhf Depends: libjs-mathjax Size: 213320 SHA256: fb31fb496d6bb953163b95262d2a35bf76c1aae338c1b0eb0b07e257bcf7ccaf SHA1: 4906ffced0c637ab4ee78847a825c7514d07dcc0 MD5sum: ec83cc97afb9e1fbb8a8ddfc300d3aae 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_armhf.deb Package: libmfsio-dev Source: moosefs Version: 4.56.6-1~bpo12+1 Installed-Size: 54 Maintainer: Dmitry Smirnov Architecture: armhf Depends: libmfsio1 (= 4.56.6-1~bpo12+1) Size: 39884 SHA256: 472c64ff3164d722d6dd13951727f4ecdb3b72a81c1aec23bbf879868287aa9b SHA1: c308ae8f07f02f207c4691a5298a333065893618 MD5sum: c5d303473b5e25bab647302788579e89 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_armhf.deb Package: libmfsio1 Source: moosefs Version: 4.56.6-1~bpo12+1 Installed-Size: 426 Maintainer: Dmitry Smirnov Architecture: armhf Depends: libc6 (>= 2.34) Size: 201588 SHA256: 65c3edbb23273b8dc1c23be863ad6765546fb10803598d5e03d7f4e179b0360c SHA1: 52bf4524cc32683b0022a594c0f1d37a692366f1 MD5sum: ccdf9e350729dc025ae1b80f870c08d4 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_armhf.deb Package: libmilter-dev Source: sendmail Version: 8.18.1-6~bpo12+1 Installed-Size: 498 Maintainer: Debian QA Group Architecture: armhf Depends: libmilter1.0.1 (= 8.18.1-6~bpo12+1) Suggests: sendmail-doc Size: 295832 SHA256: 80e8e676996501212e1c205a0ab7508529f7115210afada53c18f9dc6ca84706 SHA1: 909ec60d4e1d4c5894ca649c5a273a9e1ba3714a MD5sum: 967002dfb1969e5b154e92729fcd6929 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_armhf.deb Package: libmilter1.0.1 Source: sendmail Version: 8.18.1-6~bpo12+1 Installed-Size: 273 Maintainer: Debian QA Group Architecture: armhf Depends: libc6 (>= 2.34) Size: 238220 SHA256: 4c98b701197fb3f77d709f99ab6cd247b46f40709f4433b10bddefdd9d08730d SHA1: 1083f105b1ab18f9d063b543e1b1009ee0df0ab5 MD5sum: a84a748d1258e49e3f38902da95d4556 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_armhf.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.20-1~bpo12+1 Installed-Size: 216 Maintainer: Debian IoT Maintainers Architecture: armhf Replaces: libmosquitto0-dev (<< 1.2-1~) Depends: libmosquitto1 (<< 2.0.20-1~bpo12+1.1~), libmosquitto1 (>= 2.0.20-1~bpo12+1) Breaks: libmosquitto0-dev (<< 1.2-1~) Size: 74832 SHA256: 5dd52bf10dbbc79bd8e257afead7615c637fb6388bbee12b89d6a3747c85f3ed SHA1: d3c4737ee904f1b3e146ab228684d9beade5d086 MD5sum: 11c4921813b2d6bcb65fc346be11e29f 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.20-1~bpo12+1_armhf.deb Package: libmosquitto1 Source: mosquitto Version: 2.0.20-1~bpo12+1 Installed-Size: 147 Maintainer: Debian IoT Maintainers Architecture: armhf Depends: libc6 (>= 2.34), libssl3 (>= 3.0.0) Size: 86444 SHA256: 33e6acaeb1a739ac4a3d2edc4fd2e4947b76493348188927cc72a6617f0cba90 SHA1: a40bdd5650fdffdd2190b2a5f414702464f472aa MD5sum: f4f8d104ad5ae8fc07cb7cef449a00fe 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.20-1~bpo12+1_armhf.deb Package: libmosquittopp-dev Source: mosquitto Version: 2.0.20-1~bpo12+1 Installed-Size: 83 Maintainer: Debian IoT Maintainers Architecture: armhf Replaces: libmosquittopp0-dev (<< 1.2-1~) Depends: libmosquittopp1 (<< 2.0.20-1~bpo12+1.1~), libmosquittopp1 (>= 2.0.20-1~bpo12+1), libmosquitto-dev Breaks: libmosquittopp0-dev (<< 1.2-1~) Size: 56120 SHA256: 42112f3557bb8dcffd3b1ce67573870b7d7fc9da1ab6a7f88abee8b9692c3fb6 SHA1: 96403114314a00267e7b539d8629416503fb87c2 MD5sum: 5e43fca9320c14e73457c774919050fe 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.20-1~bpo12+1_armhf.deb Package: libmosquittopp1 Source: mosquitto Version: 2.0.20-1~bpo12+1 Installed-Size: 97 Maintainer: Debian IoT Maintainers Architecture: armhf Depends: libmosquitto1 (= 2.0.20-1~bpo12+1), libgcc-s1 (>= 3.5), libstdc++6 (>= 5) Size: 59360 SHA256: 89f950226c60c94ddcf9ad050d79a598caf3d9d16ad37fb8c596cf9f5482ff58 SHA1: c65809fe94a519d1ef975791fb0b9a5e6e20a9a1 MD5sum: 983b45fd82c9d3d1f7763cc1accfd45b 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.20-1~bpo12+1_armhf.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: 141 Maintainer: Debian Curl Maintainers Architecture: armhf Depends: libc6 (>= 2.4) Size: 59224 SHA256: f233c1af3e7c47657e4e7361032d5ed5ce0f857b550d4ab71031def5c4f5078e SHA1: 8d9479e87bc2a5ce90e712cdae0daec679a3e945 MD5sum: 2256e4c310141db97fae328a779fe2de 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_armhf.deb Package: libnghttp3-dev Source: nghttp3 Version: 1.8.0-1~bpo12+1 Installed-Size: 315 Maintainer: Debian Curl Maintainers Architecture: armhf Depends: libnghttp3-9 (= 1.8.0-1~bpo12+1) Size: 84972 SHA256: 7d196075334a8b7f409e250ea9aea0a8b2f06f9c0fe7efe620231470d888dbd2 SHA1: 2c738f0ee604fc61ab311ba6298b6214dd5ae6cd MD5sum: fdbb5817f574222d64e2d843460a16d8 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_armhf.deb Package: libngspice0 Source: ngspice Version: 44.2+ds-1~bpo12+1 Installed-Size: 5681 Maintainer: Debian Electronics Team Architecture: armhf Depends: libc6 (>= 2.35), libgcc-s1 (>= 3.5), libgomp1 (>= 4.9), libstdc++6 (>= 4.5) Size: 2134888 SHA256: d34c629e795d7f428ddf900532fa7654d1fb916257288c67b25a20b2e0dfbdbc SHA1: 23132c1b4682c9d53afc7137d1a2cab65432f9f4 MD5sum: 74e608e86780315a8b385564399887e9 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_armhf.deb Package: libngspice0-dev Source: ngspice Version: 44.2+ds-1~bpo12+1 Installed-Size: 226 Maintainer: Debian Electronics Team Architecture: armhf Depends: libngspice0 (= 44.2+ds-1~bpo12+1) Size: 167216 SHA256: 4ec241dfd2f25dba9c534bdfb42f674c3446ec5665797fb4b3afd9512b94fb25 SHA1: 9f83e45ff9af0df652af1f7832731144035c433a MD5sum: d2d97472fdc545d10fdd45a788e87779 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_armhf.deb Package: libngtcp2-16 Source: ngtcp2 Version: 1.11.0-1~bpo12+1 Installed-Size: 238 Maintainer: Debian Curl Maintainers Architecture: armhf Depends: libc6 (>= 2.25) Size: 126576 SHA256: ef003aae58ff3ecac23fc99762eeb5ec1470bf63576cb8ba5b0a29da76eed29b SHA1: a2a470f0a1c6a62d4c29ce812c28bc4f6fb553ff MD5sum: e0b3d6492eb18bfad665a8b3ac021281 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_armhf.deb Package: libngtcp2-crypto-gnutls-dev Source: ngtcp2 Version: 1.11.0-1~bpo12+1 Installed-Size: 220 Maintainer: Debian Curl Maintainers Architecture: armhf Depends: libngtcp2-crypto-gnutls8 (= 1.11.0-1~bpo12+1) Size: 69772 SHA256: 17c3dff9d4c33c09fdfe43550d6f4b605873f3190ea973a77d90f34bd82e9a80 SHA1: 583295aeaa0867a02fac17e1f7997aaa68e8390f MD5sum: 9a3d1aea0783aa25924cbd4e2757b32e 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_armhf.deb Package: libngtcp2-crypto-gnutls8 Source: ngtcp2 Version: 1.11.0-1~bpo12+1 Installed-Size: 59 Maintainer: Debian Curl Maintainers Architecture: armhf Depends: libc6 (>= 2.4), libgnutls30 (>= 3.7.2), libngtcp2-16 (>= 1.1.0) Size: 26488 SHA256: 5fc49dbc09c3fcae490e07a3a06eeea44c88b5787ae74c90269dbe6a96fef6f3 SHA1: 5d8bdd64f6efe1c01fb843f0d55cda1c1ea325da MD5sum: 2ec2b28a6919c866a1fe64644fe4c3c7 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_armhf.deb Package: libngtcp2-dev Source: ngtcp2 Version: 1.11.0-1~bpo12+1 Installed-Size: 602 Maintainer: Debian Curl Maintainers Architecture: armhf Depends: libngtcp2-16 (= 1.11.0-1~bpo12+1) Size: 177264 SHA256: 38bd1d4f721ae79e81ac3a7ea3cfb1eac890173285feaac47fe8f7d6b056b0c5 SHA1: 8b54b03f7878ba1897ad024f10a254b5ca4c760b MD5sum: bb19d218f0d7f56847a183d2cb3d2d8b 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_armhf.deb Package: libnotmuch-dev Source: notmuch Version: 0.38.1-1~bpo12+1 Installed-Size: 133 Maintainer: Carl Worth Architecture: armhf Depends: libnotmuch5 (= 0.38.1-1~bpo12+1) Size: 46928 SHA256: 631e55fd0700403e1a3f173acc0ca62ccc2a38a7e148b4cb96f5465612ab9dec SHA1: 216993bb350cb84b366ce1add9f54b047e00a250 MD5sum: 56108336be457cd0b58f852e28d1187b 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_armhf.deb Package: libnotmuch5 Source: notmuch Version: 0.38.1-1~bpo12+1 Installed-Size: 194 Maintainer: Carl Worth Architecture: armhf Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.5), 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: 88232 SHA256: 8e9db70cf76a949ed225024e5fe1281a4280ab736bdc7b18eef4877a611a508c SHA1: fa407ddcf9e3f15626d81bb7c363ff24983e0c41 MD5sum: f5130ddee450cff80b048d99b0e4239e 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_armhf.deb Package: libnss-myhostname Source: systemd Version: 254.22-1~bpo12+1 Installed-Size: 158 Maintainer: Debian systemd Maintainers Architecture: armhf Depends: libc6 (>= 2.34), libcap2 (>= 1:2.10) Size: 86212 SHA256: 1e7d0e894b5a56a0e195d17de0e14db2827fc7ce320efa01046fb44bad5c66ed SHA1: ce70daa52361df3e81ebafc4ca0eed7418ae8fa2 MD5sum: 8e2d42d407dce4b0d778c7ce8ca1a751 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.22-1~bpo12+1_armhf.deb Package: libnss-mymachines Source: systemd Version: 254.22-1~bpo12+1 Installed-Size: 297 Maintainer: Debian systemd Maintainers Architecture: armhf Depends: libc6 (>= 2.34), libcap2 (>= 1:2.10), systemd-container (= 254.22-1~bpo12+1) Size: 163976 SHA256: d71b6c1436047e1514a4478f8fc6d643e2cdf9fc398273a36e2eb7d24221bada SHA1: 0ff5738690b459ce8d1dd8e8c0c0588dfec0160f MD5sum: 0514ae90077c4f1f61e1d4c8a6886738 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.22-1~bpo12+1_armhf.deb Package: libnss-resolve Source: systemd Version: 254.22-1~bpo12+1 Installed-Size: 166 Maintainer: Debian systemd Maintainers Architecture: armhf Depends: libc6 (>= 2.34), libcap2 (>= 1:2.10), systemd-resolved (= 254.22-1~bpo12+1) Size: 98140 SHA256: 1a2c6d7ff86a288c9b6a786c864757c44f8e03781d86543b09beadad835e6942 SHA1: 5b36a8a029d3b90f0bfc5b34ed46fd00a422fb23 MD5sum: 565ed5d1f68ce68a25c88d3dd4007857 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.22-1~bpo12+1_armhf.deb Package: libnss-systemd Source: systemd Version: 254.22-1~bpo12+1 Installed-Size: 302 Maintainer: Debian systemd Maintainers Architecture: armhf Depends: libc6 (>= 2.35), libcap2 (>= 1:2.10), systemd (= 254.22-1~bpo12+1) Size: 163800 SHA256: 82d5ed9482da34226b4cbfc735f70759ca3b28b6db10967e2fd82ea24e16a4e7 SHA1: d61cd5b102614c9bf7a21ac4e56d5e16fed27597 MD5sum: 5eaeaa04bf20013333b0e6a423a2d354 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.22-1~bpo12+1_armhf.deb Package: libnss-winbind Source: samba Version: 2:4.21.5+dfsg-1~bpo12+1 Installed-Size: 146 Maintainer: Debian Samba Maintainers Architecture: armhf Depends: winbind:any (= 2:4.21.5+dfsg-1~bpo12+1), libbsd0 (>= 0.0), libc6 (>= 2.34) Suggests: libpam-winbind Size: 67688 SHA256: f3e3b8bc178476684edd99d5bf09e8e065ddfa3db4bfef0f274b58f57a93a3cb SHA1: b191b4f6e2a5107a8b41272eade824821f9df223 MD5sum: b1a6b95e6e260477ce3b8d6198ee4a52 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.21.5+dfsg-1~bpo12+1_armhf.deb Package: libntirpc-dev Source: ntirpc Version: 5.8-2~bpo12+1 Installed-Size: 493 Maintainer: Christoph Martin Architecture: armhf Depends: libntirpc5.8 (= 5.8-2~bpo12+1) Size: 78352 SHA256: dbd866208d4b00ae4999838f95b448c9d626d187c72dad933a33330a121a0b27 SHA1: dc941c74fb8b0b3155f71a69963e0ad6ea591c0d MD5sum: 941390126fa31ad10a05a1744d60162d 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_armhf.deb Package: libntirpc5.8 Source: ntirpc Version: 5.8-2~bpo12+1 Installed-Size: 231 Maintainer: Christoph Martin Architecture: armhf Depends: libtirpc-common, libc6 (>= 2.34), libgssapi-krb5-2 (>= 1.17), liburcu8 (>= 0.13.0) Size: 115612 SHA256: c1a5477920f23b1c4b835ac943958d4162dddc3843927bcbb5d7b630ba1f86be SHA1: a0af2c23a40f18433fa87e4a24e0bc5cbcebda3d MD5sum: 72361684d6db7d270f4d80397174b902 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_armhf.deb Package: libobjfw1 Source: objfw Version: 1.1.6-1~bpo12+1 Installed-Size: 2802 Maintainer: Jonathan Schleifer Architecture: armhf Depends: libc6 (>= 2.36), libgcc-s1 (>= 4.3), libobjfwrt1 (= 1.1.6-1~bpo12+1) Size: 549732 SHA256: 098ded698c095d14cfc97e7d62a96a2959f8bab19ef38c469d23e1f41fb64cef SHA1: cef67cd0420831783258a25310c6cc98d9f437c6 MD5sum: f5a6f889db11d9871fcd69bf9d4a4b4f 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_armhf.deb Package: libobjfw1-dev Source: objfw Version: 1.1.6-1~bpo12+1 Installed-Size: 1451 Maintainer: Jonathan Schleifer Architecture: armhf Provides: libobjfw-dev Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.5), libobjfw1 (= 1.1.6-1~bpo12+1), libobjfwrt1 (>= 1.1.6), libobjfwrt1-dev (= 1.1.6-1~bpo12+1) Conflicts: libobjfw-dev Size: 162300 SHA256: 16af8c9d9aa9c13a495cebf5dad8f03294c20fb3b559bc93601e3fb0289a5064 SHA1: 368fd44c7f266961d710565c6c830376c9ad084f MD5sum: dab77ff340eb39af2cde85aefdcf97e3 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_armhf.deb Package: libobjfwrt1 Source: objfw Version: 1.1.6-1~bpo12+1 Installed-Size: 78 Maintainer: Jonathan Schleifer Architecture: armhf Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.5) Size: 29348 SHA256: 46bf7c20fccd9162c494f90517547552ea7c52045de81737c0889b8d0cba23e5 SHA1: ebd9cfa52a627495dd2fba5d1247d4c68165406b MD5sum: 1365bf80f737ae788d82d98f857fbe28 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_armhf.deb Package: libobjfwrt1-dev Source: objfw Version: 1.1.6-1~bpo12+1 Installed-Size: 48 Maintainer: Jonathan Schleifer Architecture: armhf Provides: libobjfwrt-dev Depends: libobjfwrt1 (= 1.1.6-1~bpo12+1) Conflicts: libobjfwrt-dev Size: 16576 SHA256: 55094a61daed8bbef0e10a12a71783bdf7efea0832dec55584851f544822588e SHA1: 4d54e88341023b25968eec39f76751e61f00d2fe MD5sum: 9a8bd13bf3ecbafb1332286bc2203dbe 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_armhf.deb Package: libobjfwtls1 Source: objfw Version: 1.1.6-1~bpo12+1 Installed-Size: 47 Maintainer: Jonathan Schleifer Architecture: armhf Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.5), libgnutls30 (>= 3.7.5), libobjfw1 (>= 1.1.6), libobjfwrt1 (= 1.1.6-1~bpo12+1) Size: 18748 SHA256: 40abcee5527d2a829c120b2feb8e0ebfc65ad9607c3fcef3bd2a36d23e32fc8a SHA1: d0c9bfd086a79dcb585e0a7f5500ecd2bda5aa66 MD5sum: 3096b2526bbd4737394a3d64844d065a 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_armhf.deb Package: libobjfwtls1-dev Source: objfw Version: 1.1.6-1~bpo12+1 Installed-Size: 26 Maintainer: Jonathan Schleifer Architecture: armhf 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: 12284 SHA256: e5b123b7f6878f40120875b70a11941cbf7044d190288233bc1bcd033d1a9fe6 SHA1: 970e063820395b7819000c2a85d127470d41c5ba MD5sum: f5d699d1489311c9b5d67c3a103eb2e5 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_armhf.deb Package: libofficebean-java Source: libreoffice Version: 4:7.5.9~rc1-1~bpo12+2 Installed-Size: 108 Maintainer: Debian LibreOffice Maintainers Architecture: armhf 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.4) Recommends: libreoffice-core-nogui | libreoffice-core Breaks: libreoffice-officebean (<< 1:6.4.0~rc2-1) Size: 64348 SHA256: af69dcf1b0ba1c128104a9afb4d6e7c9aec5efed9cad061e3a9adbadcd330299 SHA1: df7fb3f58044e4df9fa3918fe27528240475adf9 MD5sum: 019047f3ac7b1011536d7dd9a9bcdf11 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_7.5.9~rc1-1~bpo12+2_armhf.deb Package: libomniorb4-3 Source: omniorb-dfsg Version: 4.3.2+ds1-2~bpo12+1 Installed-Size: 3395 Maintainer: Freexian Packaging Team Architecture: armhf Replaces: libomniorb4-2 Depends: libc6 (>= 2.33), libgcc-s1 (>= 3.5), libomnithread4 (>= 4.3.2+ds1), libssl3 (>= 3.0.0), libstdc++6 (>= 5.2), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.2.0) Conflicts: libomniorb4-2 Size: 971328 SHA256: 6cbd2bb64c58f763a90464ec78a7894616192cd8af6d30e6d57efce460ee9026 SHA1: 9d0eb25604b677da6e1c4ccff27d74eac949f329 MD5sum: 2e073b5a00bb6955af9454df247c0005 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.2+ds1-2~bpo12+1_armhf.deb Package: libomniorb4-dev Source: omniorb-dfsg Version: 4.3.2+ds1-2~bpo12+1 Installed-Size: 8706 Maintainer: Freexian Packaging Team Architecture: armhf Replaces: libomniorb3-dev Depends: libomniorb4-3 (= 4.3.2+ds1-2~bpo12+1), libomnithread4-dev (= 4.3.2+ds1-2~bpo12+1), libssl-dev, pkgconf Breaks: libomniorb3-dev Size: 1345344 SHA256: 4fd83103f0c09d4fabe503077338ccb8b97724e41e686513b8b86c9015db9c19 SHA1: f248714bf3633ac9e2f76a02d808938603904bdd MD5sum: eb3548fc82bb85fc5cb28ab75c4d8900 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.2+ds1-2~bpo12+1_armhf.deb Package: libomnithread4 Source: omniorb-dfsg Version: 4.3.2+ds1-2~bpo12+1 Installed-Size: 35 Maintainer: Freexian Packaging Team Architecture: armhf Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.5), libstdc++6 (>= 5) Size: 11392 SHA256: f384184dcb677b736fa70e2c5ce9cebfc4d85ea4e411f0aa1bc58c154b225d4f SHA1: 825ec91c418d3b591740426f8fe58f5bf2580a7a MD5sum: 2cf97d95a1fe7582f628777ae5fc931a 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.2+ds1-2~bpo12+1_armhf.deb Package: libomnithread4-dev Source: omniorb-dfsg Version: 4.3.2+ds1-2~bpo12+1 Installed-Size: 83 Maintainer: Freexian Packaging Team Architecture: armhf Replaces: libomnithread3-dev Depends: libomnithread4 (= 4.3.2+ds1-2~bpo12+1), pkgconf Breaks: libomnithread3-dev Size: 20316 SHA256: d70dc6e92f11118761993b29b21aab78fc61191ed6675231ce02af6508e83fae SHA1: bbfbd97e1504f146b4afe436e063121345085ad4 MD5sum: 8b44eca2672e5ac9827c743201c6ed80 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.2+ds1-2~bpo12+1_armhf.deb Package: libosmesa6 Source: mesa Version: 24.2.8-1~bpo12+1 Installed-Size: 10203 Maintainer: Debian X Strike Force Architecture: armhf Depends: libc6 (>= 2.34), libdrm2 (>= 2.4.121), libgcc-s1 (>= 3.5), libglapi-mesa (= 24.2.8-1~bpo12+1), libllvm15, libstdc++6 (>= 11), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4) Size: 2500188 SHA256: 2d95b5fb22468cf04eb4d3cfd85298cc5f55b205670b9d9916ca05c2be1bf6eb SHA1: b57e5ee4d3d07868e424816c7750c3786f5bd799 MD5sum: 8c68229fcc838460761e203c5618b06c 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_24.2.8-1~bpo12+1_armhf.deb Package: libosmesa6-dev Source: mesa Version: 24.2.8-1~bpo12+1 Installed-Size: 56 Maintainer: Debian X Strike Force Architecture: armhf Replaces: libosmesa-dev Provides: libosmesa-dev Depends: libosmesa6 (= 24.2.8-1~bpo12+1), mesa-common-dev (= 24.2.8-1~bpo12+1) | libgl-dev Conflicts: libosmesa-dev Size: 22128 SHA256: 6b43fd9d5ee1cd9ea3d76652e830a0a75c17a748c83babcb0d1ecf017fd97fe3 SHA1: 2c8239af711ebc8bc019861105973439bc69d5b3 MD5sum: 84a8b09c794dd6d172cb185003fc2951 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_24.2.8-1~bpo12+1_armhf.deb Package: libosmium2-dev Source: libosmium Version: 2.22.0-1~bpo12+1 Installed-Size: 1880 Maintainer: Debian GIS Project Architecture: armhf 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: 3403bd4d527bdc6c65e2dcb66ea40b9f4eca69fe05275905ee34272b595df399 SHA1: 01543bc95f9ceff73e26ea62a208a63b1d2a6782 MD5sum: 173c866de0d1a8d3c0501fd0ac7c1396 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_armhf.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.22-1~bpo12+1 Installed-Size: 402 Maintainer: Debian systemd Maintainers Architecture: armhf Provides: default-logind (= 254.22-1~bpo12+1), logind (= 254.22-1~bpo12+1) Depends: libc6 (>= 2.35), libcap2 (>= 1:2.10), libpam0g (>= 0.99.7.1), systemd (= 254.22-1~bpo12+1), libpam-runtime, default-dbus-system-bus | dbus-system-bus, systemd-sysv Recommends: dbus-user-session Size: 221072 SHA256: de30ba2b4e6c4196a52342b18650f114db19010c5ec174ec918bb9fd074dffb1 SHA1: 765714f297dff64f18f0e6d5453abce07dd63280 MD5sum: 81a28e129c2b0cd6dcca507e541a5b86 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.22-1~bpo12+1_armhf.deb Package: libpam-winbind Source: samba Version: 2:4.21.5+dfsg-1~bpo12+1 Installed-Size: 171 Maintainer: Debian Samba Maintainers Architecture: armhf Depends: libpam-runtime, winbind:any (= 2:4.21.5+dfsg-1~bpo12+1), libbsd0 (>= 0.0), libc6 (>= 2.34), libpam0g (>= 0.99.7.1) Suggests: libnss-winbind Size: 93652 SHA256: accc1d6625fbe38c87a2a72026bace43b9e5edb5441b956a7713ea86dee4d8bf SHA1: 67f2ab89b7ac2158a4b5bf0513998ffb85682a29 MD5sum: fab3c84c774d45ea7e4b94a640112636 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.21.5+dfsg-1~bpo12+1_armhf.deb Package: libpari-dev Source: pari Version: 2.17.0-2~bpo12+1 Installed-Size: 12839 Maintainer: Bill Allombert Architecture: armhf 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: 4403892 SHA256: a52801340d6754f9be15ea7f8616a6fad60621b1081b08ebd11e92a2aba090fd SHA1: cc28611b04040132e335a0e7fbcd33be467c0183 MD5sum: 0a01c79029e14b7ebb44925a3e7b4745 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_armhf.deb Package: libpari-gmp-tls8 Source: pari Version: 2.15.4-2~bpo12+1 Installed-Size: 6983 Maintainer: Bill Allombert Architecture: armhf Depends: libc6 (>= 2.34), libgmp10 (>= 2:6.2.1+dfsg1) Size: 3583520 SHA256: cc17df8b59bb186d7f76be8cfd7bb6f2e3bb5f62c9c8fa71f7b64ca302b2c989 SHA1: b7260ea8bd67d7c1aba1cac5b0062355c8cc7ddc MD5sum: 06dd94e772d30fb6fa09896bfd2229e0 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_armhf.deb Package: libpari-gmp-tls9 Source: pari Version: 2.17.0-2~bpo12+1 Installed-Size: 7111 Maintainer: Bill Allombert Architecture: armhf Depends: libc6 (>= 2.34), libgmp10 (>= 2:6.2.1+dfsg1) Size: 3652084 SHA256: 632009ece0666a84e123f43f32bbb919ff64b1c6e76045b0d6f3c9f45c6cd885 SHA1: 484fde8f9a8fc73f74dd0a6ca0ff8029276b7a46 MD5sum: c3e16144670fd19f9e19caafb0c3203c 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_armhf.deb Package: libpd-dev Source: puredata Version: 0.55.2+ds-1~bpo12+1 Installed-Size: 1529 Maintainer: Debian Multimedia Maintainers Architecture: armhf 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: 541500 SHA256: b57953aa93522c1f0cfbd5657afb51a8279547cf466de0fed851ad4c71afc840 SHA1: 7189eaffcae00834f6a8a31a484ba963900dc73c MD5sum: 1a3415bb97de297a09ab7f95a6431e94 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_armhf.deb Package: libpd0 Source: puredata Version: 0.55.2+ds-1~bpo12+1 Installed-Size: 890 Maintainer: Debian Multimedia Maintainers Architecture: armhf Depends: libc6 (>= 2.35) Size: 448340 SHA256: 84ce5d1102bed8729b47581b875e5bdebb97e16af5a67f17d477cab9dd5e5ee5 SHA1: 40fe99239c7a7cf5ad5ce0b2f3f382817ccb03ab MD5sum: 5ea295d9322c468f163e8b4e707b737f 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_armhf.deb Package: libphp-adodb Version: 5.22.7-0.1~bpo12+1 Installed-Size: 1773 Maintainer: Cameron Dale Architecture: all Depends: php-common Recommends: php-mysql | php-pgsql | php-sybase | php-odbc Size: 332760 SHA256: ce7e6bf9b8d0d85eaea2a285851b6d4d9b5e0f07bb6b86ff51a666f276528c31 SHA1: e13aad5cfdd16cd64538a35b9eeed5feb99f7028 MD5sum: 1437ebe2c936b43baec432d9d700d653 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.7-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.2.7-1~bpo12+1 Installed-Size: 705 Maintainer: Utopia Maintenance Team Architecture: armhf Depends: libspa-0.2-modules (= 1.2.7-1~bpo12+1), libc6 (>= 2.34) Recommends: libpipewire-0.3-common Suggests: pipewire (= 1.2.7-1~bpo12+1) Size: 240016 SHA256: 86c7faeeaecf4fcbe8773a2fbfd460c307af7d4fc0b73db105d7fdbf5caf4a58 SHA1: 75d084fa2afe12645b4fb8ea22eab0b00572c148 MD5sum: 7dadf3153f572b7a4201c3e023128b39 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.2.7-1~bpo12+1_armhf.deb Package: libpipewire-0.3-common Source: pipewire Version: 1.2.7-1~bpo12+1 Installed-Size: 657 Maintainer: Utopia Maintenance Team Architecture: all Size: 81580 SHA256: 7b60ea2841882465ef2a0be4c163b79c4ed78b8f00c7a70eda20aa86f084adb1 SHA1: cc1d1c6de4dc0e9cbb2fc14a12d07b29c33b0c41 MD5sum: 14070c9c21180f497364706fe5a20a6a 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.2.7-1~bpo12+1_all.deb Package: libpipewire-0.3-dev Source: pipewire Version: 1.2.7-1~bpo12+1 Installed-Size: 350 Maintainer: Utopia Maintenance Team Architecture: armhf Depends: libpipewire-0.3-0 (= 1.2.7-1~bpo12+1), libspa-0.2-dev (= 1.2.7-1~bpo12+1) Suggests: pipewire-doc Size: 71524 SHA256: f39d6bdfbd01289712e0f3a1ec31c1a1e752a8316182eda8c9e5fda233782c52 SHA1: ad23a419513e7466c99809c6e76d00227b8fa9b2 MD5sum: 6ab8a2718d8238311a906ff50349c233 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.2.7-1~bpo12+1_armhf.deb Package: libpipewire-0.3-modules Source: pipewire Version: 1.2.7-1~bpo12+1 Installed-Size: 2806 Maintainer: Utopia Maintenance Team Architecture: armhf 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), liblilv-0-0 (>= 0.14.2~dfsg0), libmysofa1 (>= 0.6~), libopus0 (>= 1.3.1-2~), libpipewire-0.3-0 (= 1.2.7-1~bpo12+1), libpulse0 (>= 0.99.1), libselinux1 (>= 3.1~), libsndfile1 (>= 1.0.20), libssl3 (>= 3.0.0), libsystemd0 Breaks: pipewire (<< 0.3.5) Size: 703952 SHA256: 444bf42884392add0f8f51d46d3f1d6a74b9fe4a47ca35cd9cb51e76702e59ea SHA1: 4f434ef5388e26b7a63636b8e5e74575bd24b459 MD5sum: 111ae1dd0786c0899d2ca4f34686f8c5 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.2.7-1~bpo12+1_armhf.deb Package: libpipewire-0.3-modules-x11 Source: pipewire Version: 1.2.7-1~bpo12+1 Installed-Size: 47 Maintainer: Utopia Maintenance Team Architecture: armhf Replaces: libpipewire-0.3-modules (<< 0.3.63-3~) Depends: libc6 (>= 2.4), libcanberra0 (>= 0.2), libpipewire-0.3-0 (= 1.2.7-1~bpo12+1), libx11-6 (>= 2:1.7.0), libxfixes3 (>= 1:6.0.0), libcanberra-pulse Breaks: libpipewire-0.3-modules (<< 0.3.63-3~) Size: 24136 SHA256: eacdded5ce57f25a7bccb849adb6ed24266ee3789eb62171ff2b63d031078436 SHA1: 9849053b2a305e9cc3bdc644426e647b8b48efcb MD5sum: b537dbff433cfa3998676e7cceb6f1d2 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.2.7-1~bpo12+1_armhf.deb Package: libpipewire-0.3-modules-xrdp Source: pipewire-module-xrdp Version: 0.2-2~bpo12+1 Installed-Size: 46 Maintainer: Utopia Maintenance Team Architecture: armhf Depends: libc6 (>= 2.17), libpipewire-0.3-0 (>= 0.3.58) Size: 15448 SHA256: 78ca4e90f0427b7abaa93c7c040e4c86f705fa36f5508008ae189fe52cf3d596 SHA1: f745a09624a6af71eaea482e2dcaecb1569757c9 MD5sum: 22e11f9e607799d5303b7c4beecb8e56 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_armhf.deb Package: libprotozero-dev Source: protozero Version: 1.8.0-1~bpo12+1 Installed-Size: 185 Maintainer: Debian GIS Project Architecture: armhf Replaces: libosmium2-dev (<< 2.4.1-2~) Suggests: protozero-doc Breaks: libosmium2-dev (<< 2.4.1-2~) Size: 41588 SHA256: cdc6013f479032526db769b3290fa068250a1b1d7842b0bc6958fe25140f861b SHA1: 0de81a5fb1976a762d20074e1e3a40550c7b10fd MD5sum: c68381bb75d6d071240c3249a56e04e9 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_armhf.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: 4183 Maintainer: Debian GIS Project Architecture: armhf Depends: qt3d-assimpsceneimport-plugin, qt3d-defaultgeometryloader-plugin, qt3d-gltfsceneio-plugin, qt3d-scene2d-plugin, libc6 (>= 2.29), libgcc-s1 (>= 3.5), 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: 3384516 SHA256: f6c0727a7c92c804ff8348de5174c90d0106cf4aa506065f0a04bbd6ce6e2ac7 SHA1: e81bb28201a0517ed8ba57ac752e43fefa8d7916 MD5sum: 1de237c4a0dc82090c90c673b3723743 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_armhf.deb Package: libqgis-3d3.28.11 Source: qgis Version: 3.28.11+dfsg-1~bpo12+1 Installed-Size: 4185 Maintainer: Debian GIS Project Architecture: armhf Depends: qt3d-assimpsceneimport-plugin, qt3d-defaultgeometryloader-plugin, qt3d-gltfsceneio-plugin, qt3d-scene2d-plugin, libc6 (>= 2.29), libgcc-s1 (>= 3.5), 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: 3386120 SHA256: 0fc520585060acc3fd8618f320f72c43fa58a6094330004930254a292fad8266 SHA1: d3084c7b8870c7751c4ea70600690309aba0f7b8 MD5sum: 08eaa370b2c32e43b4f946108092c567 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_armhf.deb Package: libqgis-3d3.28.12 Source: qgis Version: 3.28.12+dfsg-1~bpo12+1 Installed-Size: 4187 Maintainer: Debian GIS Project Architecture: armhf Depends: qt3d-assimpsceneimport-plugin, qt3d-defaultgeometryloader-plugin, qt3d-gltfsceneio-plugin, qt3d-scene2d-plugin, libc6 (>= 2.29), libgcc-s1 (>= 3.5), 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: 3388600 SHA256: 119e77336f0964ae4dadd012b2781d4dbf6448d55268555d812862a5959c79c3 SHA1: ca63edd049a4cf022646d6a614334535673926b2 MD5sum: 8f22722c4006d07a1de7a64ad083541d 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_armhf.deb Package: libqgis-3d3.28.13 Source: qgis Version: 3.28.13+dfsg-1~bpo12+1 Installed-Size: 4190 Maintainer: Debian GIS Project Architecture: armhf Depends: qt3d-assimpsceneimport-plugin, qt3d-defaultgeometryloader-plugin, qt3d-gltfsceneio-plugin, qt3d-scene2d-plugin, libc6 (>= 2.29), libgcc-s1 (>= 3.5), 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: 3391272 SHA256: b91415afc27e56630632943800ec30b27cdd02067f8eafc4c6b33def7d0823e1 SHA1: 8615463123cb6aa78588ffa7467187a6ae8efcbe MD5sum: 40e80866e34bc93c923cf67a36394a3b 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_armhf.deb Package: libqgis-3d3.28.14 Source: qgis Version: 3.28.14+dfsg-1~bpo12+1 Installed-Size: 4191 Maintainer: Debian GIS Project Architecture: armhf Depends: qt3d-assimpsceneimport-plugin, qt3d-defaultgeometryloader-plugin, qt3d-gltfsceneio-plugin, qt3d-scene2d-plugin, libc6 (>= 2.29), libgcc-s1 (>= 3.5), 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: 3392548 SHA256: b3aa4361327e6ef952aa4ea57ae138ba1e16eed55797d3c88aa2f7be379911ed SHA1: f5aba5d4857e722a1fbf9d99c2d5f8b11c30c7dc MD5sum: 14fcbdb203c8040284dd0d454db8b716 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_armhf.deb Package: libqgis-3d3.28.15 Source: qgis Version: 3.28.15+dfsg-1~bpo12+1 Installed-Size: 4192 Maintainer: Debian GIS Project Architecture: armhf Depends: qt3d-assimpsceneimport-plugin, qt3d-defaultgeometryloader-plugin, qt3d-gltfsceneio-plugin, qt3d-scene2d-plugin, libc6 (>= 2.29), libgcc-s1 (>= 3.5), 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: 3392524 SHA256: 8b720efb4780e2938c13c43ef45fe8ca297169f9954fcc6c744a6c9eca9da682 SHA1: d977c2ad37ebfb4bce9aeb99c478a17e22d84bc8 MD5sum: 9701b3a568e3ec0a2ffd296e203b7f2b 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_armhf.deb Package: libqgis-3d3.34.10 Source: qgis Version: 3.34.10+dfsg-1~bpo12+1 Installed-Size: 4352 Maintainer: Debian GIS Project Architecture: armhf Depends: qt3d-assimpsceneimport-plugin, qt3d-defaultgeometryloader-plugin, qt3d-gltfsceneio-plugin, qt3d-scene2d-plugin, libc6 (>= 2.32), libgcc-s1 (>= 3.5), 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: 3581304 SHA256: bb20fedc93a9657e98065088aafdb9e85bb259d898b500c562507d610d0ecc63 SHA1: 7e0caec8edfa577dbde38eddc82f0330345be473 MD5sum: fa7c580abe214ee7b79d41052067d352 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_armhf.deb Package: libqgis-3d3.34.11 Source: qgis Version: 3.34.11+dfsg-1~bpo12+1 Installed-Size: 4354 Maintainer: Debian GIS Project Architecture: armhf Depends: qt3d-assimpsceneimport-plugin, qt3d-defaultgeometryloader-plugin, qt3d-gltfsceneio-plugin, qt3d-scene2d-plugin, libc6 (>= 2.32), libgcc-s1 (>= 3.5), 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: 3583008 SHA256: 6a1a1a76c5315bb0508d7a7e37d01f2e9a37941b25dd8fc023d6d80c94d7581b SHA1: 2c5ff9a3c7943aec6917ce5a4fbdeacf81288174 MD5sum: f2dfbdf12588a8da78251e6f74a2e483 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_armhf.deb Package: libqgis-3d3.34.12 Source: qgis Version: 3.34.12+dfsg-1~bpo12+1 Installed-Size: 4358 Maintainer: Debian GIS Project Architecture: armhf Depends: qt3d-assimpsceneimport-plugin, qt3d-defaultgeometryloader-plugin, qt3d-gltfsceneio-plugin, qt3d-scene2d-plugin, libc6 (>= 2.32), libgcc-s1 (>= 3.5), 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: 3588008 SHA256: 0cd13f6fd7441017f120a6070383f5573755721b59b65a78e75164fa52a2bfe5 SHA1: f87c2f44bd7f3d413d5c46afb136db0abbdb8559 MD5sum: e48d78904ca8e5fbe8a6ee5e400a5279 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_armhf.deb Package: libqgis-3d3.34.13 Source: qgis Version: 3.34.13+dfsg-1~bpo12+1 Installed-Size: 4362 Maintainer: Debian GIS Project Architecture: armhf Depends: qt3d-assimpsceneimport-plugin, qt3d-defaultgeometryloader-plugin, qt3d-gltfsceneio-plugin, qt3d-scene2d-plugin, libc6 (>= 2.32), libgcc-s1 (>= 3.5), 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: 3591704 SHA256: b450603bbb430eac4a0e62b552dadb6ad7d500fb5e03824d8480e902d7a86582 SHA1: bf6def1d8e1bfa1f40ea6ecd0511d5c5652ac7f5 MD5sum: 5ffb00489a0fef8206f241abee6dce8e 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_armhf.deb Package: libqgis-3d3.34.14 Source: qgis Version: 3.34.14+dfsg-1~bpo12+1 Installed-Size: 4364 Maintainer: Debian GIS Project Architecture: armhf Depends: qt3d-assimpsceneimport-plugin, qt3d-defaultgeometryloader-plugin, qt3d-gltfsceneio-plugin, qt3d-scene2d-plugin, libc6 (>= 2.32), libgcc-s1 (>= 3.5), 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: 3594240 SHA256: 5f285526d27e15e4d9e932eaf6ce88acb9bf8d6f84f5d2a366bad3377529d4cf SHA1: 9ad775d24fd932e6dd03f1c2daea533986a96bc3 MD5sum: 37a65225460cadbf07efbef7408272e9 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_armhf.deb Package: libqgis-3d3.34.15 Source: qgis Version: 3.34.15+dfsg-1~bpo12+1 Installed-Size: 4364 Maintainer: Debian GIS Project Architecture: armhf Depends: qt3d-assimpsceneimport-plugin, qt3d-defaultgeometryloader-plugin, qt3d-gltfsceneio-plugin, qt3d-scene2d-plugin, libc6 (>= 2.32), libgcc-s1 (>= 3.5), 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: 3594408 SHA256: 9a316cb4c9ffdd19f73ff1662510b1239f98be988f14e5a7d6af5d9a8b2d2494 SHA1: bb00a540489245419d6c117fff040fe1ee356be9 MD5sum: 490f589c35b8d393b442d18211d491ff 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_armhf.deb Package: libqgis-3d3.34.6 Source: qgis Version: 3.34.6+dfsg-1~bpo12+1 Installed-Size: 4426 Maintainer: Debian GIS Project Architecture: armhf Depends: qt3d-assimpsceneimport-plugin, qt3d-defaultgeometryloader-plugin, qt3d-gltfsceneio-plugin, qt3d-scene2d-plugin, libc6 (>= 2.32), libgcc-s1 (>= 3.5), 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: 3582948 SHA256: 689376d40695f88963583cf7c546bc90626e418cd68f3fa9a60e1720db8d1ffa SHA1: 2881016f79f4cdbc4b4ec63620ae1071417b0e61 MD5sum: d240f5e4bd47f31983e310d4ab640e16 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_armhf.deb Package: libqgis-3d3.34.7 Source: qgis Version: 3.34.7+dfsg-1~bpo12+1 Installed-Size: 4426 Maintainer: Debian GIS Project Architecture: armhf Depends: qt3d-assimpsceneimport-plugin, qt3d-defaultgeometryloader-plugin, qt3d-gltfsceneio-plugin, qt3d-scene2d-plugin, libc6 (>= 2.32), libgcc-s1 (>= 3.5), 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: 3582784 SHA256: b6967fe8994cdd44796bd32da74456a82708545d34f474b03be4813f598a8b1b SHA1: b074108d84275d288f41ae1952dbde46644d3f47 MD5sum: ab9d6df924e97fd51f2f838947c44482 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_armhf.deb Package: libqgis-3d3.34.8 Source: qgis Version: 3.34.8+dfsg-1~bpo12+1 Installed-Size: 4429 Maintainer: Debian GIS Project Architecture: armhf Depends: qt3d-assimpsceneimport-plugin, qt3d-defaultgeometryloader-plugin, qt3d-gltfsceneio-plugin, qt3d-scene2d-plugin, libc6 (>= 2.32), libgcc-s1 (>= 3.5), 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: 3585368 SHA256: 54edf0cd06567bca7dce4023695e098770e45c2eb5c0efd96df685065f9e19a5 SHA1: 88461dcd3cf305c1ebd2154766002de1c755022b MD5sum: 7f5b5335cf1783a2680218c0b6c310df 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_armhf.deb Package: libqgis-3d3.40.4 Source: qgis Version: 3.40.4+dfsg-3~bpo12+1 Installed-Size: 4684 Maintainer: Debian GIS Project Architecture: armhf Depends: qt3d-assimpsceneimport-plugin, qt3d-defaultgeometryloader-plugin, qt3d-gltfsceneio-plugin, qt3d-scene2d-plugin, libc6 (>= 2.32), libgcc-s1 (>= 3.5), 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: 3830472 SHA256: e24f3c29b0ce6b359d3dac2c5eedfabee2772eb0bf09b2157b19289c9c8af290 SHA1: 4f52e715153c58e164024fc68c626a155b64fc62 MD5sum: b809c49528de196065a7b03dce880a6b 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_armhf.deb Package: libqgis-3d3.40.5 Source: qgis Version: 3.40.5+dfsg-1~bpo12+1 Installed-Size: 4687 Maintainer: Debian GIS Project Architecture: armhf Depends: qt3d-assimpsceneimport-plugin, qt3d-defaultgeometryloader-plugin, qt3d-gltfsceneio-plugin, qt3d-scene2d-plugin, libc6 (>= 2.32), libgcc-s1 (>= 3.5), 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: 3832840 SHA256: 3d252b77f0e514850952d9a4eb5bb46736f65cfcc13ae0f8abbfa600678c6060 SHA1: 0ca5b0457eb2d9c2a2a8f43b8a06aae4a61595f8 MD5sum: 416b5de82e1b03aed54b062a5ce947b4 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_armhf.deb Package: libqgis-analysis3.28.10 Source: qgis Version: 3.28.10+dfsg-1~bpo12+1 Installed-Size: 6809 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.5), 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: 4184492 SHA256: af411c591003b310b50c97564a0d4ff6ed16975864003e3164d3a56da78dd693 SHA1: 34e87c286af99ebd46b11162a17599ccfc83a40e MD5sum: 4c7ace5c10c4473e07a5f0f67b2ce85e 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_armhf.deb Package: libqgis-analysis3.28.11 Source: qgis Version: 3.28.11+dfsg-1~bpo12+1 Installed-Size: 6811 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.5), 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: 4186572 SHA256: db21199853ddc3e9060297d4da121dd219c2ff6da5d3acd4761bd9698860a41c SHA1: fcd8930c63e8f2b067bbe549b17e54612c5bcca2 MD5sum: 14127b428e7c4c24c87092ed27b203c5 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_armhf.deb Package: libqgis-analysis3.28.12 Source: qgis Version: 3.28.12+dfsg-1~bpo12+1 Installed-Size: 6813 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.5), 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: 4188584 SHA256: 55a6cbfe0293255db15c7fad2c25e7d4d808280da12f0bf4c70bdb8bce594902 SHA1: 81273cccc748d72175d5cd375c2ab42329f3025c MD5sum: 9d7df271f2587e7663a86ecaa1eb3c01 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_armhf.deb Package: libqgis-analysis3.28.13 Source: qgis Version: 3.28.13+dfsg-1~bpo12+1 Installed-Size: 6816 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.5), 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: 4191592 SHA256: 980a040496541fbedc6096e57672e62d5811647b4b45e419447671c320dafdaf SHA1: 547da05c8be3e22c319e7522ae2697f0883ef821 MD5sum: d99aaa2366ce9473e5c45c71478a5564 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_armhf.deb Package: libqgis-analysis3.28.14 Source: qgis Version: 3.28.14+dfsg-1~bpo12+1 Installed-Size: 6817 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.5), 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: 4192208 SHA256: 3e0302e6cd506a6871ef5f74b07b6255aa73105aa1844c4ae9b37ff4277e9681 SHA1: 518d73c32f2ac30f2bce032e08effede477476ea MD5sum: a5733bcf071bc735cb0dc69eeb7b2aaa 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_armhf.deb Package: libqgis-analysis3.28.15 Source: qgis Version: 3.28.15+dfsg-1~bpo12+1 Installed-Size: 6818 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.5), 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: 4192608 SHA256: 69517abb76e44098c97bec26fd3c81d32b1fbfba880f9edd7965537e6d15c1ae SHA1: 02ab2ba51a73fc33adc0a392b45664387b98be98 MD5sum: 0a92a123d8aed2387fd23a05cedcc190 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_armhf.deb Package: libqgis-analysis3.34.10 Source: qgis Version: 3.34.10+dfsg-1~bpo12+1 Installed-Size: 7576 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.33), libgcc-s1 (>= 3.5), 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: 4556340 SHA256: 48e7622b779b80b103665b352527ca3a19c5160ebad208365d1e7f79a9738621 SHA1: 41750f103321334727797eda1fefe2f44c734aa2 MD5sum: 23d9bc2333b37bb99f215cb8fff71a9d 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_armhf.deb Package: libqgis-analysis3.34.11 Source: qgis Version: 3.34.11+dfsg-1~bpo12+1 Installed-Size: 7578 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.33), libgcc-s1 (>= 3.5), 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: 4558776 SHA256: 2bd6ed3a29baa5911c33cd81c7bafe99af3014b5cc3a735962c24dc2555bf114 SHA1: ed71ea46705c5f8915930bc3ad8e5332a14a97a1 MD5sum: f2e09e05f3da17565903af08745b6b99 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_armhf.deb Package: libqgis-analysis3.34.12 Source: qgis Version: 3.34.12+dfsg-1~bpo12+1 Installed-Size: 7582 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.33), libgcc-s1 (>= 3.5), 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: 4563480 SHA256: 00633466cf883a77ecdceab116b7518fd72d13a6273426f5b16c6afae7cc0f9b SHA1: ebcd7bb2b03c5e723ca2bf4b3438713362dad964 MD5sum: 02799b22564402849ba6191f067c4de0 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_armhf.deb Package: libqgis-analysis3.34.13 Source: qgis Version: 3.34.13+dfsg-1~bpo12+1 Installed-Size: 7586 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.33), libgcc-s1 (>= 3.5), 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: 4568724 SHA256: 5f306eed5d0a44c0725a245f603edc1a8a7e89d0b6312c671d5f12d689dec745 SHA1: c27f4817818ea9310cb91ab7559c0170e8b0260f MD5sum: 62b067aed136e7bbff41d82d8f38ef3d 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_armhf.deb Package: libqgis-analysis3.34.14 Source: qgis Version: 3.34.14+dfsg-1~bpo12+1 Installed-Size: 7588 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.33), libgcc-s1 (>= 3.5), 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: 4572332 SHA256: 702c96c967486118e58edc4103333fdc4cb3e6678eb59062662dde2c23cc9492 SHA1: 54588f7c87ed5a29acd7354fb1443efc8076e7b6 MD5sum: c0c17abe64478bcd0ac6f503f42b5068 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_armhf.deb Package: libqgis-analysis3.34.15 Source: qgis Version: 3.34.15+dfsg-1~bpo12+1 Installed-Size: 7588 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.33), libgcc-s1 (>= 3.5), 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: 4571492 SHA256: c2e2da90fceef5200981df7a380167849ac2fb3ec16bca0d724916089f351229 SHA1: f550f287106b7578b3f380a0d137f11669c89f9b MD5sum: 898c38ebf322f231f2ef5ca7a5e48fb4 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_armhf.deb Package: libqgis-analysis3.34.6 Source: qgis Version: 3.34.6+dfsg-1~bpo12+1 Installed-Size: 7696 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.33), libgcc-s1 (>= 3.5), 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: 4560720 SHA256: e124a6b9b8614705061e4c7ca3bcd8f511e237d59a83f0e210d4fe0ba5611a8b SHA1: 5f8050aa16e88b033b78a55945f8bb74ebeef191 MD5sum: 90811c450cca74115f872a3f2a722a93 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_armhf.deb Package: libqgis-analysis3.34.7 Source: qgis Version: 3.34.7+dfsg-1~bpo12+1 Installed-Size: 7700 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.33), libgcc-s1 (>= 3.5), 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: 4562464 SHA256: 18e2b9330b93a2a2f6dd72c0ac14aa07e441083947e106b4e8144062dd5a0726 SHA1: 032c55376d52ec27ebdd0586f686b8c11e4fff54 MD5sum: 9a16d0a400cb2802acfa42b60605ef1a 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_armhf.deb Package: libqgis-analysis3.34.8 Source: qgis Version: 3.34.8+dfsg-1~bpo12+1 Installed-Size: 7703 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.33), libgcc-s1 (>= 3.5), 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: 4563800 SHA256: 1f1e373c03fdcb2ce8d5173d302da00ca6a45df27bf45dda70f26aa487bec893 SHA1: 0c18ff61f9311c793978628b410129c7fc6be580 MD5sum: 35b56d5baf31e23bf7d16f0830393ff6 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_armhf.deb Package: libqgis-analysis3.40.4 Source: qgis Version: 3.40.4+dfsg-3~bpo12+1 Installed-Size: 8036 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.33), libgcc-s1 (>= 3.5), 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: 4816036 SHA256: 44d1cf6318b7a44c0c37525c50c749c082afc1dac431f622fa088578bcae4122 SHA1: e75616ebbba247c07dea34c3e9eca62137d71937 MD5sum: d81a9d03fea8e9aae71420036d5388dd 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_armhf.deb Package: libqgis-analysis3.40.5 Source: qgis Version: 3.40.5+dfsg-1~bpo12+1 Installed-Size: 8039 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.33), libgcc-s1 (>= 3.5), 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: 4818208 SHA256: 228121b8b550983dcd547444503b07f474fb9526be9ec56103eaab0559f238b1 SHA1: 4f4755132420037002810e1d16a714bf8216a52b MD5sum: b20d119b5c2b09b56b2328ba80797d5c 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_armhf.deb Package: libqgis-app3.28.10 Source: qgis Version: 3.28.10+dfsg-1~bpo12+1 Installed-Size: 12415 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.35), libgcc-s1 (>= 3.5), 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: 5956316 SHA256: ac952619b7d477fc43ccf618f246371694215f973716db4be4a96021c197e7d0 SHA1: 49adbd0ad536441f992228e92c39873f13c35d98 MD5sum: d7561392b3e579b3f4375991458a7346 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_armhf.deb Package: libqgis-app3.28.11 Source: qgis Version: 3.28.11+dfsg-1~bpo12+1 Installed-Size: 12417 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.35), libgcc-s1 (>= 3.5), 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: 5956864 SHA256: 55ed9f2c4044a4c528e06a7f2d867791cb409d93ec8d21f9d68b38bf58d80885 SHA1: 2290911e23560989480a1223321676da41c404b5 MD5sum: 7f5d3cf49d502c5af6de5bf7902cf5c0 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_armhf.deb Package: libqgis-app3.28.12 Source: qgis Version: 3.28.12+dfsg-1~bpo12+1 Installed-Size: 12431 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.35), libgcc-s1 (>= 3.5), 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: 5960140 SHA256: 92bc7bc253bd47759e203e7be0580d1e2fa4ec42fdfa2c430bbed88ce5cc3d28 SHA1: d906a8033dc6979fafedb9284c7a8ab80e4f50ba MD5sum: 7ba5ca4665f4b50504abcf91b1aadb4a 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_armhf.deb Package: libqgis-app3.28.13 Source: qgis Version: 3.28.13+dfsg-1~bpo12+1 Installed-Size: 12438 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.35), libgcc-s1 (>= 3.5), 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: 5964088 SHA256: 5e84eac85bd5b464591dfb33b7a994559165fb16fdf519d6e92ba3fdd22ff31e SHA1: dca9997fe2e2744e20f9a8a0c6209655de58bca9 MD5sum: 100e11baf5ff6d0e027a5f8361ed2076 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_armhf.deb Package: libqgis-app3.28.14 Source: qgis Version: 3.28.14+dfsg-1~bpo12+1 Installed-Size: 12439 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.35), libgcc-s1 (>= 3.5), 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: 5965692 SHA256: ed092c577cd8815a95ec6bc8e42b43a1f81c4a5cc6666c4261892874bd37f45c SHA1: 5cf00f8d8e6bb6367540782c1068d3367f51a57d MD5sum: cbc1e688daccda8c46c84dabbaa83d77 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_armhf.deb Package: libqgis-app3.28.15 Source: qgis Version: 3.28.15+dfsg-1~bpo12+1 Installed-Size: 12440 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.35), libgcc-s1 (>= 3.5), 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: 5966916 SHA256: 8711ac937c2808c21ef6d4980c96a9e19a1e029b7fde77a997508500f26960e8 SHA1: b136d5519f647c485aedc0f5f4323c233f52711d MD5sum: fc0514c6494783076f3d1e3832165769 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_armhf.deb Package: libqgis-app3.34.10 Source: qgis Version: 3.34.10+dfsg-1~bpo12+1 Installed-Size: 12092 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.35), libgcc-s1 (>= 3.5), 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: 6147256 SHA256: f056a219e297dc0fcfa11c380b6bbe11e03da160ba3edbd2469a20cbb1930f2e SHA1: b441edb475884bf67c6e75b0c520bd393278e814 MD5sum: 5eb44d698cabf1a24b8abea0187dbaf8 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_armhf.deb Package: libqgis-app3.34.11 Source: qgis Version: 3.34.11+dfsg-1~bpo12+1 Installed-Size: 12094 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.35), libgcc-s1 (>= 3.5), 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: 6152680 SHA256: 241bf432968538dbfba076c8477b2b0ff4b342b7bb8f247e8de2685b63aa4859 SHA1: 1a8f5362b87635889417f657625a87a8a85bbba6 MD5sum: 22e45bd2d5eea2d7e827795bb3be7a70 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_armhf.deb Package: libqgis-app3.34.12 Source: qgis Version: 3.34.12+dfsg-1~bpo12+1 Installed-Size: 12098 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.35), libgcc-s1 (>= 3.5), 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: 6152092 SHA256: 4f1ee5ba0bb51134f98b4d437207b8a53f75cb1d65c415e94c0c9d5cc902c79d SHA1: 09e853e011080eebf26c788f471e6eb7cf1b1a3f MD5sum: 177933162d1dbf7aeeac05e0585af831 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_armhf.deb Package: libqgis-app3.34.13 Source: qgis Version: 3.34.13+dfsg-1~bpo12+1 Installed-Size: 12102 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.35), libgcc-s1 (>= 3.5), 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: 6157864 SHA256: 8ab1535e5c99a2734eb0cfebaeaa492f901dcefc5d2279bea8ed1eb14528ef55 SHA1: 9393de471ccf59a9ab756bd4229ac4340b47dc0b MD5sum: 92096db2aaa967a6d5a3eae63340fe02 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_armhf.deb Package: libqgis-app3.34.14 Source: qgis Version: 3.34.14+dfsg-1~bpo12+1 Installed-Size: 12104 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.35), libgcc-s1 (>= 3.5), 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: 6159964 SHA256: d592b32e850650d1b490cde45a782579c8189876550d1e592f68ab1cd4a4e19a SHA1: 414366286d29d956932172c070475e73c073776c MD5sum: 74239dfeee21624b7db7a63877158cf4 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_armhf.deb Package: libqgis-app3.34.15 Source: qgis Version: 3.34.15+dfsg-1~bpo12+1 Installed-Size: 12104 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.35), libgcc-s1 (>= 3.5), 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: 6161560 SHA256: e38bbbeece2a2348aa3a423d90a48cf061843ffe8d76cb641ecbef8ea204b813 SHA1: 72b8bbc3748435ed1a5f473cc36ad85d7c4c7ea7 MD5sum: 6aabf50647333dfd8af89003333fd8fb 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_armhf.deb Package: libqgis-app3.34.6 Source: qgis Version: 3.34.6+dfsg-1~bpo12+1 Installed-Size: 12472 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.35), libgcc-s1 (>= 3.5), 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: 6181600 SHA256: 30f8e7887db957a1dc2a45d09bc75ba6b804dd99bbb67ef9f16c08a8774b30a2 SHA1: ef79d7fe89e461aa7629aad36d1275202c28770b MD5sum: ab1f1ec7261b6586c0a551d889f7e86f 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_armhf.deb Package: libqgis-app3.34.7 Source: qgis Version: 3.34.7+dfsg-1~bpo12+1 Installed-Size: 12472 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.35), libgcc-s1 (>= 3.5), 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: 6182444 SHA256: 39c5209f5cdbe9bb51f8c80139a0e9e648a1090b9d563ac56d5d689125b20395 SHA1: d8a871104fd348d9e8f97b1de6cc0f918cc6e44f MD5sum: beedfcda424246c7ea7c68f363e8f734 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_armhf.deb Package: libqgis-app3.34.8 Source: qgis Version: 3.34.8+dfsg-1~bpo12+1 Installed-Size: 12475 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.35), libgcc-s1 (>= 3.5), 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: 6183560 SHA256: 046ebebbc5eec47603848097141deec67b67ff3126fc2beead4a2534138c840f SHA1: 2b7e60750317ba8db788a0dd5c9f95f4041c47a3 MD5sum: 3dda790c6d103f620f76013227455606 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_armhf.deb Package: libqgis-app3.40.4 Source: qgis Version: 3.40.4+dfsg-3~bpo12+1 Installed-Size: 12680 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.35), libgcc-s1 (>= 3.5), 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: 6471268 SHA256: c70027b6b92fa702c2e142a6b244def0301bab4a28b7c2c20435072000723d02 SHA1: 684a4bcee39d9cb0ae478789661e910f1c90c7c5 MD5sum: 99460295e4ff50f0f19309be6efa2206 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_armhf.deb Package: libqgis-app3.40.5 Source: qgis Version: 3.40.5+dfsg-1~bpo12+1 Installed-Size: 12683 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.35), libgcc-s1 (>= 3.5), 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: 6475336 SHA256: 873d8aeda0c11adffbb384d5166db956620a7b0f7623a5bf1d72ea4d72b251e4 SHA1: 2e15f3ca7ab92ea511ad0050be8e0e747d76c21b MD5sum: 5ca8918170fb354166a5ca0e2898dcd5 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_armhf.deb Package: libqgis-core3.28.10 Source: qgis Version: 3.28.10+dfsg-1~bpo12+1 Installed-Size: 29306 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.34), libexiv2-27 (>= 0.25), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.5), 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: 14218132 SHA256: 34668ad533143cc63711dccd9e210ecdbd3ffe30bcbdb06411799340b8f1a804 SHA1: 5dbdc00e5ec866b73bebef4cdb01cc8b5750cb92 MD5sum: 71df8309bfae55452b00abaf46148cf9 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_armhf.deb Package: libqgis-core3.28.11 Source: qgis Version: 3.28.11+dfsg-1~bpo12+1 Installed-Size: 29320 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.34), libexiv2-27 (>= 0.25), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.5), 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: 14220276 SHA256: 067e5f9f3b854d3164ddc238db97d19dd87d50a3091aa068ce68f8db4f631701 SHA1: f7d272717567a2b08872280c8a26d517aeea8404 MD5sum: 68e6902aa8853c3897a439cbb5245fa6 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_armhf.deb Package: libqgis-core3.28.12 Source: qgis Version: 3.28.12+dfsg-1~bpo12+1 Installed-Size: 29322 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.34), libexiv2-27 (>= 0.25), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.5), 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: 14224096 SHA256: 5cc25cb43e479626856b8af2269099c6d9bdf8874afb5fc8b7b2e1c4eb37f2e6 SHA1: d968c356cc9ca57a445294946034e7285ef6c526 MD5sum: 7e8813deddade13cb19b4a7ecbf9ab22 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_armhf.deb Package: libqgis-core3.28.13 Source: qgis Version: 3.28.13+dfsg-1~bpo12+1 Installed-Size: 29329 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.34), libexiv2-27 (>= 0.25), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.5), 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: 14226564 SHA256: d152a162411ab1e6a1123ad7a9b67c63679b11e71ada6bdc0f9f09d120e8fd71 SHA1: a1f61b3a98b510b010cef2ae6d802c8147ecb6ee MD5sum: ad668fb421681a5bf4c42f42a84f8eb1 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_armhf.deb Package: libqgis-core3.28.14 Source: qgis Version: 3.28.14+dfsg-1~bpo12+1 Installed-Size: 29330 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.34), libexiv2-27 (>= 0.25), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.5), 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: 14228652 SHA256: f54b238baba888e568dc47a7b43567687d9f928148eaeedbabed5e0748640a6f SHA1: 9539b686cdb0ad5059811dd165d5c8ee965c80e1 MD5sum: 88acf331ed50d8f3a3fc1f60df8ed87b 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_armhf.deb Package: libqgis-core3.28.15 Source: qgis Version: 3.28.15+dfsg-1~bpo12+1 Installed-Size: 29331 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.34), libexiv2-27 (>= 0.25), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.5), 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: 14229068 SHA256: 6572f9932aa2f3b2c49296ce1c7973982df4f14b026d887d63ffe646f2330aaf SHA1: 541e559b0e072c77de7736fd56e9b88c88a24b27 MD5sum: 84a5d0af54c6a9ecb0379bfc7074893c 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_armhf.deb Package: libqgis-core3.34.10 Source: qgis Version: 3.34.10+dfsg-1~bpo12+1 Installed-Size: 28181 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.35), libexiv2-27 (>= 0.25), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.5), 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: 13870856 SHA256: 8211c0390b5562c9fadf0da866ba6ed9449c3b07d6abfd44422dfb1c2c9647b8 SHA1: a8348924ab3f431396cd8893a3690bdcb0c9e7b3 MD5sum: 9984c5f8a1e52960e9479d7e00d9f363 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_armhf.deb Package: libqgis-core3.34.11 Source: qgis Version: 3.34.11+dfsg-1~bpo12+1 Installed-Size: 28955 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.35), libexiv2-27 (>= 0.25), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.5), 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: 14024616 SHA256: 81e73dae3ca90cf6a5bfbaa3aed7ead050f9f8312b5c5ef57ecf23157b43ed1d SHA1: a2de934a3c81e97a0bd26e69c9af9132127f816a MD5sum: 25d14dbaeb01c04b922fa73fbf630b72 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_armhf.deb Package: libqgis-core3.34.12 Source: qgis Version: 3.34.12+dfsg-1~bpo12+1 Installed-Size: 28967 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.35), libexiv2-27 (>= 0.25), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.5), 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: 14029520 SHA256: 31ca13dff182165e11ff84c9ceb4a5b7bfc9a99f2ab5077f2ca957ad59aed0df SHA1: 1c2ea8d9f6ba1d9a822f24604b68ee1871924b6b MD5sum: 2280c1fea918bfef88fd15f043e986ab 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_armhf.deb Package: libqgis-core3.34.13 Source: qgis Version: 3.34.13+dfsg-1~bpo12+1 Installed-Size: 28975 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.35), libexiv2-27 (>= 0.25), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.5), 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: 14036576 SHA256: 24c73e8591c7620b6597e1b11e5fb24c649dbd04c1df2bd3946b292795e3b1ec SHA1: 4f0e5d13dbee50a0c3b645b04c67f29025096d2a MD5sum: 0bb65fd42804ebf95005c3ea9604971b 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_armhf.deb Package: libqgis-core3.34.14 Source: qgis Version: 3.34.14+dfsg-1~bpo12+1 Installed-Size: 28977 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.35), libexiv2-27 (>= 0.25), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.5), 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: 14037444 SHA256: ff26ecf84902c08ddf751526b4b6bc2a1168f43a43fb4f66407633ff882be33e SHA1: da3aa7d755a3cfad59238419c886db95c6f151a6 MD5sum: 35c24bacf9557d079be82c62e5f8655d 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_armhf.deb Package: libqgis-core3.34.15 Source: qgis Version: 3.34.15+dfsg-1~bpo12+1 Installed-Size: 28977 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.35), libexiv2-27 (>= 0.25), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.5), 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: 14041384 SHA256: cb492b9079a080c3e2d6b2b105cbca2f1fac420540c299d8a2b19fe185e72815 SHA1: 7f0d462fd80dfb5584019aad1e45a1ea92613036 MD5sum: 6ba6ea8bdc08847da996669df8f765bb 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_armhf.deb Package: libqgis-core3.34.6 Source: qgis Version: 3.34.6+dfsg-1~bpo12+1 Installed-Size: 30145 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.35), libexiv2-27 (>= 0.25), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.5), 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: 14057016 SHA256: 60a64806b0ef7559fabe729a648e4b6c1fc3fcc1b9bc6ed81caa05ac31c10474 SHA1: b0e5e4d670bf38a2d592988c72aba804087f6fd8 MD5sum: f2e0c27baebbe03c76ad3591c5e7e849 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_armhf.deb Package: libqgis-core3.34.7 Source: qgis Version: 3.34.7+dfsg-1~bpo12+1 Installed-Size: 30145 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.35), libexiv2-27 (>= 0.25), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.5), 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: 14055688 SHA256: 3d0cd15904031aac9ddcf90207461bca8de27921dbd5e93ca063d54ef23fab8e SHA1: 56d8a58369106819adce560cd2096d63d9452ea1 MD5sum: eda38b670b09eb4f7d577f6a929b0927 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_armhf.deb Package: libqgis-core3.34.8 Source: qgis Version: 3.34.8+dfsg-1~bpo12+1 Installed-Size: 30148 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.35), libexiv2-27 (>= 0.25), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.5), 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: 14057224 SHA256: 1bf9484fae686dc1cbfe4229e6b0e869bcac5afc390a0a5a16290c5ce6791004 SHA1: 885d2e61b10d81b3281cdbcc495206c3a71c1f7c MD5sum: bd7af067189118fe1bef5353d8886207 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_armhf.deb Package: libqgis-core3.40.4 Source: qgis Version: 3.40.4+dfsg-3~bpo12+1 Installed-Size: 30425 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.35), libexiv2-27 (>= 0.25), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.5), 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: 14385696 SHA256: 41adad34e1765791db78203ac9d0ae6679a686a06857aa59781f72cbf9952f2e SHA1: 9c1282dc3c5c3352a3b8270b492d985fb2f60424 MD5sum: 93722f16810231ae09b7f0331de8ca04 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_armhf.deb Package: libqgis-core3.40.5 Source: qgis Version: 3.40.5+dfsg-1~bpo12+1 Installed-Size: 30432 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.35), libexiv2-27 (>= 0.25), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.5), 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: 14396412 SHA256: 52bde7d67dffbe1bfe96479ad68eb1ed954adc6eaa22831d06d8cc70a9eb97d6 SHA1: b7a1544b5246d633d5fff5829b8dc9fd75c3b56f MD5sum: 9b9f1b4cf746db824341cd7f69f2edb3 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_armhf.deb Package: libqgis-customwidgets Source: qgis Version: 3.40.5+dfsg-1~bpo12+1 Installed-Size: 3603 Maintainer: Debian GIS Project Architecture: armhf Depends: qttools5-dev-tools, libc6 (>= 2.4), libgcc-s1 (>= 3.5), libqgis-core3.40.5 (>= 3.40.5+dfsg), libqgis-gui3.40.5 (>= 3.40.5+dfsg), libqt5core5a (>= 5.0.2), libqt5gui5 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libstdc++6 (>= 5) Size: 3416260 SHA256: e1a356de9dab61a810adb7c738c24b5f475cc44f371a27e594c37032679f92f2 SHA1: 2e67a7f6a7dc4543d0743f8cfb324b689836f87c MD5sum: 4ee2e520902511aa88f456fae6d064e7 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.5+dfsg-1~bpo12+1_armhf.deb Package: libqgis-dev Source: qgis Version: 3.40.5+dfsg-1~bpo12+1 Installed-Size: 25454 Maintainer: Debian GIS Project Architecture: armhf 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.5 (= 3.40.5+dfsg-1~bpo12+1), libqgis-analysis3.40.5 (= 3.40.5+dfsg-1~bpo12+1), libqgis-app3.40.5 (= 3.40.5+dfsg-1~bpo12+1), libqgis-core3.40.5 (= 3.40.5+dfsg-1~bpo12+1), libqgis-gui3.40.5 (= 3.40.5+dfsg-1~bpo12+1), libqgis-native3.40.5 (= 3.40.5+dfsg-1~bpo12+1), libqgis-server3.40.5 (= 3.40.5+dfsg-1~bpo12+1), libqgisgrass8-3.40.5 (= 3.40.5+dfsg-1~bpo12+1), libqgispython3.40.5 (= 3.40.5+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.5+dfsg-1~bpo12+1), qtbase5-dev, qtpositioning5-dev, qttools5-dev, sip-tools Recommends: libqgis-customwidgets Size: 5626304 SHA256: 8f5dd62100e4d50108bf3b31c0daabe9f0d5429d43724c109a7238890726673f SHA1: 46f1fed084bf7860b3d9227b7dd35b0dec544b39 MD5sum: ff4e9aeb5878ab9d8df4db13b2ccf488 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.5+dfsg-1~bpo12+1_armhf.deb Package: libqgis-gui3.28.10 Source: qgis Version: 3.28.10+dfsg-1~bpo12+1 Installed-Size: 18563 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.5), 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: 7573756 SHA256: 996c6db4dc576433973dc2e1bcde7f396f29502dd41e811fdf5cf5610af2856e SHA1: 05c866ac20a33c6fe76e86b3c34a0f6f7c4f5c50 MD5sum: 4e9931a5892c5265ea02d0238a5ef2d4 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_armhf.deb Package: libqgis-gui3.28.11 Source: qgis Version: 3.28.11+dfsg-1~bpo12+1 Installed-Size: 18574 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.5), 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: 7576952 SHA256: 701473bd56a22d321bac9c052216ede09d8ae3114e086527058e97c2c2d34bc4 SHA1: 224292077cea5ef45a917a238e54e0479b9a1d50 MD5sum: 6cddd736909ea44b61e9cc1458260ad4 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_armhf.deb Package: libqgis-gui3.28.12 Source: qgis Version: 3.28.12+dfsg-1~bpo12+1 Installed-Size: 18576 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.5), 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: 7581492 SHA256: fe10f28098890c82a0a201cfaa14fcaadbf9ab5b9ba241ed02d8a8a329c656a2 SHA1: d5af16629fff26a07854762b8657a1c4871245a7 MD5sum: 6dda9e626705cbb2e44037c17f718663 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_armhf.deb Package: libqgis-gui3.28.13 Source: qgis Version: 3.28.13+dfsg-1~bpo12+1 Installed-Size: 18579 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.5), 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: 7583332 SHA256: f09f38866dae114420242bce0599526b93ddd7177e71ef416076cbc308fb5089 SHA1: 6914487ca6944aad625a78e7dc9ff99ea0be0a37 MD5sum: 4ce03a4e763fe90f4324f5de042c16d8 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_armhf.deb Package: libqgis-gui3.28.14 Source: qgis Version: 3.28.14+dfsg-1~bpo12+1 Installed-Size: 18580 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.5), 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: 7576048 SHA256: 200e68bebb1c95fdd59e5e287371986e61ba28cbf09273dc69b762961a41f5a4 SHA1: ed38b3666a47f0091bc7a440c3deecf8ad8f3ec8 MD5sum: d077d170229be5f3700ccdc42aac7067 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_armhf.deb Package: libqgis-gui3.28.15 Source: qgis Version: 3.28.15+dfsg-1~bpo12+1 Installed-Size: 18581 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.5), 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: 7587680 SHA256: 1f71aa3dba815de0a714b74b5ce502fe40056abe87a2ef7ae8bf47318f8a5245 SHA1: 0fede742cb46898f2fd0115d161107fcef4e5c08 MD5sum: 8cb1004446dca92ee4146b28e4dc4f96 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_armhf.deb Package: libqgis-gui3.34.10 Source: qgis Version: 3.34.10+dfsg-1~bpo12+1 Installed-Size: 18240 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.5), 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: 7921704 SHA256: 28407c0c76baa789e9048a0f8368ee12b4877b92cf2cbf60611b5fc88ca263d7 SHA1: 816b10a6504291465fc8e618ba34b63df26b5662 MD5sum: a19a4445ce535ec62e9a0d6e97e07985 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_armhf.deb Package: libqgis-gui3.34.11 Source: qgis Version: 3.34.11+dfsg-1~bpo12+1 Installed-Size: 18242 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.5), 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: 7918800 SHA256: 28034a07b45b0ba80a83b846f7bc71dc3b86ca36c04d0dedd9e8cbcb5b9871b6 SHA1: 4c660f8650053569c285208eddf02317ad1806c0 MD5sum: d35527e256d60016bd8f71429c08acd1 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_armhf.deb Package: libqgis-gui3.34.12 Source: qgis Version: 3.34.12+dfsg-1~bpo12+1 Installed-Size: 18246 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.5), 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: 7923288 SHA256: ce45014a4485f7713693bac27b503ebf9152db6b12c2f7e4dde3156fb7c29246 SHA1: a5f21df32a72adbb02075b624d6a6460adafc0c0 MD5sum: b5c5a2cfbc90ed953359fb01f8011be5 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_armhf.deb Package: libqgis-gui3.34.13 Source: qgis Version: 3.34.13+dfsg-1~bpo12+1 Installed-Size: 18242 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.5), 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: 7927856 SHA256: fd2e35a9c05abe660b5aed021451fb2b9bda71256564932059031b12b24013be SHA1: bbd0162937135f6ccd9a7763709c1d631fe3601e MD5sum: 687546f41e1021d25f6bfde08a7f975f 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_armhf.deb Package: libqgis-gui3.34.14 Source: qgis Version: 3.34.14+dfsg-1~bpo12+1 Installed-Size: 18244 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.5), 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: 7925392 SHA256: 0b8cbb73278289449847a03f5d797b5500c22c35a0f8781eac6c451bb84914f4 SHA1: 67252f87881ac1b187762278dfe5d60c35b1a229 MD5sum: 186855968575489c8bf0af830ad01458 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_armhf.deb Package: libqgis-gui3.34.15 Source: qgis Version: 3.34.15+dfsg-1~bpo12+1 Installed-Size: 18244 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.5), 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: 7932316 SHA256: b6231b20d20f22bdd2827e5ef0b4c3a0ca0c9e05ea289e339cd41b78b31b7483 SHA1: d58626605b43868ec82f1347e9285ac86fa772b3 MD5sum: a0410914e9e6429ee106182443638ca8 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_armhf.deb Package: libqgis-gui3.34.6 Source: qgis Version: 3.34.6+dfsg-1~bpo12+1 Installed-Size: 19869 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.5), 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: 8048512 SHA256: 9f3d1b4134b30471b2036375f61d67f27ac6de767c13f7011c88909c46a4114c SHA1: 3d55904ac7e1a39bb23a3b9503ffb68f45d5e98d MD5sum: 2c0dc3f2e3785b9988de500cbaa4e2bc 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_armhf.deb Package: libqgis-gui3.34.7 Source: qgis Version: 3.34.7+dfsg-1~bpo12+1 Installed-Size: 19869 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.5), 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: 8045764 SHA256: ef0d7955ccedf198e6e6d35a47e7e414cf65c6c790bcac0edce1748efb02982c SHA1: d4b8441c688c7d6c658dbef341f3f169fa92a6bf MD5sum: bb8fb261049575bba941c91acbee82e9 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_armhf.deb Package: libqgis-gui3.34.8 Source: qgis Version: 3.34.8+dfsg-1~bpo12+1 Installed-Size: 19872 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.5), 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: 8052944 SHA256: a15d76f79c460df6bd397a11db6d9684de7fcc27ef281c35e27adb742d3a3afe SHA1: a2e10523c7482199261b10cff5cc1315bead8443 MD5sum: e83ee10b63fd1f9a6bcb75afdf356a67 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_armhf.deb Package: libqgis-gui3.40.4 Source: qgis Version: 3.40.4+dfsg-3~bpo12+1 Installed-Size: 20020 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.5), 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: 8575444 SHA256: 9e6ee9ede9522a76e0dd31de3b35261eef97f00250a10ca9f7cbd433bff89d53 SHA1: 6bef1cfbd03c6e9a9b61ade4448d19d7fbb5b168 MD5sum: 5defee962914c97831fd7c74a024d2a4 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_armhf.deb Package: libqgis-gui3.40.5 Source: qgis Version: 3.40.5+dfsg-1~bpo12+1 Installed-Size: 20023 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.5), 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: 8581464 SHA256: 5ea0e1b3c723368474066bc4afb564f7f0d948f992af5807a1e7a533b9de12ff SHA1: 2ae47b196515b64426459cacf57bd77c00e0b861 MD5sum: 8e63e75b78d47d6d9d2846514a30e501 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_armhf.deb Package: libqgis-native3.28.10 Source: qgis Version: 3.28.10+dfsg-1~bpo12+1 Installed-Size: 3095 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.5), libqt5core5a (>= 5.5.0), libqt5dbus5 (>= 5.14.1), libqt5gui5 (>= 5.10.0) | libqt5gui5-gles (>= 5.10.0), libstdc++6 (>= 5) Size: 3018516 SHA256: 52ca5740bd2c1fb7412d90b48cc12a191df484b512e39ede1717d27a26e01676 SHA1: ae4389f75121271d75c843727c06a84af4737c8d MD5sum: eb9fc36d20912b8cfcc93803de51ad79 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_armhf.deb Package: libqgis-native3.28.11 Source: qgis Version: 3.28.11+dfsg-1~bpo12+1 Installed-Size: 3097 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.5), libqt5core5a (>= 5.5.0), libqt5dbus5 (>= 5.14.1), libqt5gui5 (>= 5.10.0) | libqt5gui5-gles (>= 5.10.0), libstdc++6 (>= 5) Size: 3020220 SHA256: e5c28b4ed328976676f06723e2f961fae00c1004a0e5d7cae5969b053dc40d23 SHA1: ece4a4d19e168849b764795f42208b92b4e187b0 MD5sum: 9fdf85d0bbda09ac3fd491c8acbc8972 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_armhf.deb Package: libqgis-native3.28.12 Source: qgis Version: 3.28.12+dfsg-1~bpo12+1 Installed-Size: 3099 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.5), libqt5core5a (>= 5.5.0), libqt5dbus5 (>= 5.14.1), libqt5gui5 (>= 5.10.0) | libqt5gui5-gles (>= 5.10.0), libstdc++6 (>= 5) Size: 3022440 SHA256: fb4e301e515ea0b0722e7be211d39eb75f6dbbaee88e781f6066153e0784231e SHA1: 44a5a28f565edd2369d1479bcc75a9c4359bbec9 MD5sum: 91f841de73fdf19eebfa1b1467b5aad8 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_armhf.deb Package: libqgis-native3.28.13 Source: qgis Version: 3.28.13+dfsg-1~bpo12+1 Installed-Size: 3102 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.5), libqt5core5a (>= 5.5.0), libqt5dbus5 (>= 5.14.1), libqt5gui5 (>= 5.10.0) | libqt5gui5-gles (>= 5.10.0), libstdc++6 (>= 5) Size: 3026012 SHA256: 79e6faf7ca6546aeea96a87d38067e68b2d09e99bf2669746d99c82194e72d64 SHA1: 7ac0aac99118b4fe6c7b5ef2e7e8382852fe540d MD5sum: cf300feebc472e89dd9ff4edf65d272e 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_armhf.deb Package: libqgis-native3.28.14 Source: qgis Version: 3.28.14+dfsg-1~bpo12+1 Installed-Size: 3103 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.5), libqt5core5a (>= 5.5.0), libqt5dbus5 (>= 5.14.1), libqt5gui5 (>= 5.10.0) | libqt5gui5-gles (>= 5.10.0), libstdc++6 (>= 5) Size: 3026664 SHA256: cb706e0f93fe15f015f376a11855b1e5005683a41b64e7316623175accb5cb2d SHA1: 0247a2541d1165fa66a578b7abda6c1790b53a71 MD5sum: 33a3fd73ead4076a3b13127c7c201b3f 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_armhf.deb Package: libqgis-native3.28.15 Source: qgis Version: 3.28.15+dfsg-1~bpo12+1 Installed-Size: 3104 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.5), libqt5core5a (>= 5.5.0), libqt5dbus5 (>= 5.14.1), libqt5gui5 (>= 5.10.0) | libqt5gui5-gles (>= 5.10.0), libstdc++6 (>= 5) Size: 3026816 SHA256: 7ec4165d9077f67be35651563931bfa67ad134fc94c376af31b528953ae75dc7 SHA1: 70f507d92cf9bc26a343d61f3932ba1c398a5f31 MD5sum: 5fd7271743cf075863a53da68c9a20fd 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_armhf.deb Package: libqgis-native3.34.10 Source: qgis Version: 3.34.10+dfsg-1~bpo12+1 Installed-Size: 3264 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.5), libqt5core5a (>= 5.5.0), libqt5dbus5 (>= 5.14.1), libqt5gui5 (>= 5.10.0) | libqt5gui5-gles (>= 5.10.0), libstdc++6 (>= 5) Size: 3192140 SHA256: e000aa5fe2fa231fd5bee15ed9f0bc546cceab3d07f58b75e9438eda6abd160e SHA1: e3c5512e85d77719bc0df931fc5d39539809037f MD5sum: 9703a049657da51cd424e71a19029e97 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_armhf.deb Package: libqgis-native3.34.11 Source: qgis Version: 3.34.11+dfsg-1~bpo12+1 Installed-Size: 3266 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.5), libqt5core5a (>= 5.5.0), libqt5dbus5 (>= 5.14.1), libqt5gui5 (>= 5.10.0) | libqt5gui5-gles (>= 5.10.0), libstdc++6 (>= 5) Size: 3193860 SHA256: bb0c71e215c13d17038c96d34cb3c5d63520e943276fc9d0d1325c5a7735f43e SHA1: 68e55e74d50e3038b17f11a7fc8f6cd211194022 MD5sum: a3c169c422271184771afba63fa1bdb2 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_armhf.deb Package: libqgis-native3.34.12 Source: qgis Version: 3.34.12+dfsg-1~bpo12+1 Installed-Size: 3270 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.5), libqt5core5a (>= 5.5.0), libqt5dbus5 (>= 5.14.1), libqt5gui5 (>= 5.10.0) | libqt5gui5-gles (>= 5.10.0), libstdc++6 (>= 5) Size: 3197576 SHA256: 6c39c0ae3873dd8230c06a68a4943125ae2cb724f7588b9a547e96b3be350f6c SHA1: 7769496f715d1676ae751f894c8bc45c87b36066 MD5sum: 3f236e997e036601d58f572540e2411a 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_armhf.deb Package: libqgis-native3.34.13 Source: qgis Version: 3.34.13+dfsg-1~bpo12+1 Installed-Size: 3274 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.5), libqt5core5a (>= 5.5.0), libqt5dbus5 (>= 5.14.1), libqt5gui5 (>= 5.10.0) | libqt5gui5-gles (>= 5.10.0), libstdc++6 (>= 5) Size: 3201860 SHA256: 0ac6d632d360120a8925f795d71d1caed51ecee535d1b06a03eaf5789ae2ad1f SHA1: c2e5d3b8efe0fc0b3721252906edf48a8ce7b091 MD5sum: c603fcb2b1364aed7a054a5fb6545710 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_armhf.deb Package: libqgis-native3.34.14 Source: qgis Version: 3.34.14+dfsg-1~bpo12+1 Installed-Size: 3276 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.5), libqt5core5a (>= 5.5.0), libqt5dbus5 (>= 5.14.1), libqt5gui5 (>= 5.10.0) | libqt5gui5-gles (>= 5.10.0), libstdc++6 (>= 5) Size: 3204052 SHA256: bc29ac0fa695a77ba84c2e2e9d92213dee4f960e06a830cf5f21d03fd1f4c901 SHA1: b70acba71eaf45c8ab0bd608147a871e5f600b35 MD5sum: b61f6049331beae22b23a82314daf75e 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_armhf.deb Package: libqgis-native3.34.15 Source: qgis Version: 3.34.15+dfsg-1~bpo12+1 Installed-Size: 3276 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.5), libqt5core5a (>= 5.5.0), libqt5dbus5 (>= 5.14.1), libqt5gui5 (>= 5.10.0) | libqt5gui5-gles (>= 5.10.0), libstdc++6 (>= 5) Size: 3204884 SHA256: 89c33445345b9f541faf6a1bcf5f811373f7de7af5d7ef391af2b8afb55fbd29 SHA1: ed52e614c2c7352ace992f15fee2af5b78096d43 MD5sum: 9adfe7dc2f00a7bf8e3847b7ca0e9063 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_armhf.deb Package: libqgis-native3.34.6 Source: qgis Version: 3.34.6+dfsg-1~bpo12+1 Installed-Size: 3256 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.5), libqt5core5a (>= 5.5.0), libqt5dbus5 (>= 5.14.1), libqt5gui5 (>= 5.10.0) | libqt5gui5-gles (>= 5.10.0), libstdc++6 (>= 5) Size: 3183980 SHA256: 392afc451f3fead911cc767355c0aa0904c534fab03fc545d7ef9067980aab17 SHA1: f9699b028780b4c8da92d8c8c863c68bebe8b380 MD5sum: 072cd80259af55f447d88e4bd2de72ae 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_armhf.deb Package: libqgis-native3.34.7 Source: qgis Version: 3.34.7+dfsg-1~bpo12+1 Installed-Size: 3256 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.5), libqt5core5a (>= 5.5.0), libqt5dbus5 (>= 5.14.1), libqt5gui5 (>= 5.10.0) | libqt5gui5-gles (>= 5.10.0), libstdc++6 (>= 5) Size: 3184608 SHA256: 8d8eb3afa5eb2a1b2ab0bae3ed7a061735c0d54b8146934377c6652164206d82 SHA1: 403c8b944132de5a8f414613a758e7044547bd90 MD5sum: 2e6f29e70b1d5b249952a293e63a494a 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_armhf.deb Package: libqgis-native3.34.8 Source: qgis Version: 3.34.8+dfsg-1~bpo12+1 Installed-Size: 3259 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.5), libqt5core5a (>= 5.5.0), libqt5dbus5 (>= 5.14.1), libqt5gui5 (>= 5.10.0) | libqt5gui5-gles (>= 5.10.0), libstdc++6 (>= 5) Size: 3187216 SHA256: 52704917c9d0c33b193fb91e39a2b92add2c92f19ca046bfb02a387cc706aa5a SHA1: 965ca622ee997272de6a8f537480c42201385457 MD5sum: 71ffdbea4866b6ae773875fdf98a4978 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_armhf.deb Package: libqgis-native3.40.4 Source: qgis Version: 3.40.4+dfsg-3~bpo12+1 Installed-Size: 3460 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.5), libqt5core5a (>= 5.5.0), libqt5dbus5 (>= 5.14.1), libqt5gui5 (>= 5.10.0) | libqt5gui5-gles (>= 5.10.0), libstdc++6 (>= 5) Size: 3389000 SHA256: ae3050a7fda709f697b973ae2e51a5b08b053600da0039a55cce0b7970e41db9 SHA1: f1bddef8f26c20e573401fe402c90f94ca0a55ee MD5sum: 3f22dd72b4813d20684dff01e8a32a87 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_armhf.deb Package: libqgis-native3.40.5 Source: qgis Version: 3.40.5+dfsg-1~bpo12+1 Installed-Size: 3463 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.5), libqt5core5a (>= 5.5.0), libqt5dbus5 (>= 5.14.1), libqt5gui5 (>= 5.10.0) | libqt5gui5-gles (>= 5.10.0), libstdc++6 (>= 5) Size: 3391888 SHA256: dd7ae26e8e3eec0e8fa06ac64f4fd7050ef06387c54e367eda38b2336198651d SHA1: a234f581c1a14a61ea49a0a8c6240651a160231b MD5sum: cb2d07e4b1e494a3f2536f7b47ab44b0 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_armhf.deb Package: libqgis-server3.28.10 Source: qgis Version: 3.28.10+dfsg-1~bpo12+1 Installed-Size: 3722 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.32), libfcgi0ldbl (>= 2.4.2), libgcc-s1 (>= 3.5), 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: 3250792 SHA256: 3338256fc0d184ef44542ee5410cf93233cff5228c28b75b9c05835763a0c83e SHA1: ef6a57dbef85e1418f27e2cb0ba1bd90ffc72566 MD5sum: b10b25762a868ad190e0257207876845 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_armhf.deb Package: libqgis-server3.28.11 Source: qgis Version: 3.28.11+dfsg-1~bpo12+1 Installed-Size: 3724 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.32), libfcgi0ldbl (>= 2.4.2), libgcc-s1 (>= 3.5), 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: 3252880 SHA256: 368c0a2f0c08e35bee8cda9034ec57ac987d0bf5ec1813b82296cfa21a47265b SHA1: b6177a5ccbdd586e07dc19ba99c719ce4ce57601 MD5sum: c40f4e8d6f362aa6f309d0ffe1cc07d6 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_armhf.deb Package: libqgis-server3.28.12 Source: qgis Version: 3.28.12+dfsg-1~bpo12+1 Installed-Size: 3726 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.32), libfcgi0ldbl (>= 2.4.2), libgcc-s1 (>= 3.5), 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: 3255244 SHA256: 389fdeeb73893e2912ce10208e08501b647d34b0d18aab16d38c58f9789ad034 SHA1: 4636fc8a06580eb77928615ea7494fc54cb88d17 MD5sum: b62111abda7025108e8e8b8d797a4104 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_armhf.deb Package: libqgis-server3.28.13 Source: qgis Version: 3.28.13+dfsg-1~bpo12+1 Installed-Size: 3729 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.32), libfcgi0ldbl (>= 2.4.2), libgcc-s1 (>= 3.5), 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: 3258112 SHA256: 2ff9021f321f7cbe03a9b148fd1fe77e02251975ddc323361186d138f9586886 SHA1: 2811bf3667cf9b012707c27322e15d22ebbd20f9 MD5sum: 0400a4e9c1297a3882369728eb1b24f5 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_armhf.deb Package: libqgis-server3.28.14 Source: qgis Version: 3.28.14+dfsg-1~bpo12+1 Installed-Size: 3730 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.32), libfcgi0ldbl (>= 2.4.2), libgcc-s1 (>= 3.5), 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: 3258760 SHA256: 1aacb3054939042476bb7dfe241302abf5da7f89dd59a0d4a9db13d03dabdf91 SHA1: 14b05f30b5a2f35aee000266ec900339cff0003c MD5sum: 5cc0c86a02d69a5511118e5c5ea3e463 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_armhf.deb Package: libqgis-server3.28.15 Source: qgis Version: 3.28.15+dfsg-1~bpo12+1 Installed-Size: 3731 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.32), libfcgi0ldbl (>= 2.4.2), libgcc-s1 (>= 3.5), 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: 3258964 SHA256: 00a33ac7f3ed4963a24750c0bf857b56d5cd3332772f65c774c4794f614ba0ea SHA1: 99515c49b4f32463537a325175141744ea30b019 MD5sum: 29f08fc0adeda8d6ca61c867214ec73f 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_armhf.deb Package: libqgis-server3.34.10 Source: qgis Version: 3.34.10+dfsg-1~bpo12+1 Installed-Size: 3820 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.32), libfcgi0ldbl (>= 2.4.2), libgcc-s1 (>= 3.5), 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: 3413148 SHA256: 67d836fd83a31b77f3593299ae2a21981d5210fbd0ee50faebaa348d700e99b4 SHA1: 644563e91acdda4fc10597559823426a0045202d MD5sum: 7264fd319e7c40453037aa89e1bc927b 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_armhf.deb Package: libqgis-server3.34.11 Source: qgis Version: 3.34.11+dfsg-1~bpo12+1 Installed-Size: 3822 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.32), libfcgi0ldbl (>= 2.4.2), libgcc-s1 (>= 3.5), 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: 3414776 SHA256: e3a5f6336ac5b31578919e33149c84b7811ff17baa8d51f14225ca006c1537b8 SHA1: 954ba0778adb358b59d16b9599e91e56b05ebd5a MD5sum: 48d69483c3a0d9f32251bd5b4b6214e4 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_armhf.deb Package: libqgis-server3.34.12 Source: qgis Version: 3.34.12+dfsg-1~bpo12+1 Installed-Size: 3826 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.32), libfcgi0ldbl (>= 2.4.2), libgcc-s1 (>= 3.5), 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: 3418660 SHA256: 0be2d83a4171d9f5367beb5e07910f433aafae4b72de135b1907be6872b75b60 SHA1: 8ac6f69e33e41e0ba2b7b116dd5c74d9ac73f4ed MD5sum: 072edf8012d49c730f4c3315a7f92528 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_armhf.deb Package: libqgis-server3.34.13 Source: qgis Version: 3.34.13+dfsg-1~bpo12+1 Installed-Size: 3830 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.32), libfcgi0ldbl (>= 2.4.2), libgcc-s1 (>= 3.5), 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: 3422716 SHA256: 3e8385fef3827534da879fb68d92631e315c0b808b207148c8e85da7e6f62199 SHA1: 5a8a99e33f9364707421dc85c8cbd21a32622f0f MD5sum: b5f0fa8a2bee3aac629e6b8f35d9c208 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_armhf.deb Package: libqgis-server3.34.14 Source: qgis Version: 3.34.14+dfsg-1~bpo12+1 Installed-Size: 3832 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.32), libfcgi0ldbl (>= 2.4.2), libgcc-s1 (>= 3.5), 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: 3424856 SHA256: d97b80d44a3c8df845b9822b90bf7abe65d25d6d106416501ceb99f6ffc17783 SHA1: 0e7669649a07b84fffa4e79e761b315eac9b5c00 MD5sum: 0ebcb6d00db7577543c9e840744475f4 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_armhf.deb Package: libqgis-server3.34.15 Source: qgis Version: 3.34.15+dfsg-1~bpo12+1 Installed-Size: 3832 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.32), libfcgi0ldbl (>= 2.4.2), libgcc-s1 (>= 3.5), 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: 3425800 SHA256: 747f5a0e4ecd37c7a8aae92096e7e731cc7c09c56b6507fe699f30ede8d8ed07 SHA1: 59462efbb78d53572ad3c69c54c82b69135e2bf9 MD5sum: e9064b23f7f215857599664dbcba1030 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_armhf.deb Package: libqgis-server3.34.6 Source: qgis Version: 3.34.6+dfsg-1~bpo12+1 Installed-Size: 3865 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.32), libfcgi0ldbl (>= 2.4.2), libgcc-s1 (>= 3.5), 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: 3410636 SHA256: 9feedf011d91adc22a66d4f2106f3dc149d92002b383957f01879421415fc4ba SHA1: c2a5fb55ce4eed0dea2641998759b471cee5ad10 MD5sum: c2bb5e1e22a5590f28ad9666db465bbb 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_armhf.deb Package: libqgis-server3.34.7 Source: qgis Version: 3.34.7+dfsg-1~bpo12+1 Installed-Size: 3865 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.32), libfcgi0ldbl (>= 2.4.2), libgcc-s1 (>= 3.5), 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: 3411772 SHA256: c531382aaf5a66b62716daa033bfbc432cb8846511d14e7a5f7bf2bb144feeae SHA1: eb56e322e4462602edce60ab910ce86fbcb03f9b MD5sum: 6179168b9c1a655b7864f7c7257f0ce6 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_armhf.deb Package: libqgis-server3.34.8 Source: qgis Version: 3.34.8+dfsg-1~bpo12+1 Installed-Size: 3868 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.32), libfcgi0ldbl (>= 2.4.2), libgcc-s1 (>= 3.5), 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: 3413708 SHA256: f773fc32c60279a0a9c5ecb257aa3d76f4120cb486e36c08cbb970661a62d24f SHA1: 584a9bc3dd8f0e20d31a5d3cb8f107a7cd1e5797 MD5sum: 29120e42eca4e50af7fe315fe4b8f04b 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_armhf.deb Package: libqgis-server3.40.4 Source: qgis Version: 3.40.4+dfsg-3~bpo12+1 Installed-Size: 4020 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.32), libfcgi0ldbl (>= 2.4.2), libgcc-s1 (>= 3.5), 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: 3613004 SHA256: 1977a3316ec922fcb6570d2ddaa0c86f6f1dbe098ff6b640725a18000bc8fefc SHA1: bae479b52779162938893e8e3b5a538d2a10f98b MD5sum: f9b18e6d8ccd87327a6e351eae040789 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_armhf.deb Package: libqgis-server3.40.5 Source: qgis Version: 3.40.5+dfsg-1~bpo12+1 Installed-Size: 4023 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.32), libfcgi0ldbl (>= 2.4.2), libgcc-s1 (>= 3.5), 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: 3615336 SHA256: 0ee7eef849dd1c53613dd509dcc82b1102bea6c499125966563bb5a58434c71b SHA1: 453c60dec9896cdd407cb535a2e4cce8e5583045 MD5sum: 45bc07518d2d189f78a6be0a2eef5649 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_armhf.deb Package: libqgisgrass8-3.28.10 Source: qgis Version: 3.28.10+dfsg-1~bpo12+1 Installed-Size: 3542 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.7), libgcc-s1 (>= 3.5), 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: 3179452 SHA256: adf8a637df514d953973e03f3de54625c5dcef86b98956c95d0cbfb50e94901e SHA1: 93a940ae1a9e342c175bb6f7b383ecab7ec5c1d1 MD5sum: 24cd836f5ec3f936543fe54c9ae6ef97 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_armhf.deb Package: libqgisgrass8-3.28.11 Source: qgis Version: 3.28.11+dfsg-1~bpo12+1 Installed-Size: 3544 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.7), libgcc-s1 (>= 3.5), 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: 3180996 SHA256: 65e7237f2ee408f0fd55ee94db8cf7eb86d58fdefc3c4ae487e72ce442e1dd9e SHA1: dc2c94bc84deb5d388c21db7a65e8e8cac49aef0 MD5sum: 9c4d9436d07234eaee323937c11234f6 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_armhf.deb Package: libqgisgrass8-3.28.12 Source: qgis Version: 3.28.12+dfsg-1~bpo12+1 Installed-Size: 3546 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.7), libgcc-s1 (>= 3.5), 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: 3183368 SHA256: 61c4ce3087335fad17603ce3071b212a8a3ae181300ceac28af3973c0092419a SHA1: 3bab961c55c67a078760513fd694cfaf47c91c2c MD5sum: eb768ff00843de66b0ff576245ee0f71 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_armhf.deb Package: libqgisgrass8-3.28.13 Source: qgis Version: 3.28.13+dfsg-1~bpo12+1 Installed-Size: 3549 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.7), libgcc-s1 (>= 3.5), 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: 3186820 SHA256: bd01303a5cd9a3c260162b30297b6a262f4112b632a9714822c720d6df04289e SHA1: cfe3d4ce39ab82c348863f0f75b7b5d37124510e MD5sum: 999c54a5c6e2b8724131472a9848d4b5 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_armhf.deb Package: libqgisgrass8-3.28.14 Source: qgis Version: 3.28.14+dfsg-1~bpo12+1 Installed-Size: 3550 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.7), libgcc-s1 (>= 3.5), 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: 3187464 SHA256: e16521c4175ce3207c4ca37344e320ab9dcea6674b86b956f3f1e27ae3c0f1a7 SHA1: a6b7b30785f2662bd9d21c6d4d7166f863742fc8 MD5sum: a7554cf84b57ee6cb9ef9c3a7b04f0c2 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_armhf.deb Package: libqgisgrass8-3.28.15 Source: qgis Version: 3.28.15+dfsg-1~bpo12+1 Installed-Size: 3551 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.7), libgcc-s1 (>= 3.5), 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: 3187776 SHA256: d15d4d41c15279c6615d3f8bd5edc5c0045c7e9496d70cc3a9f5ddc40d80ec37 SHA1: faad10c562daaaea24015de00067ae870cd7fdda MD5sum: 02de50854d713cc2e2c685f0cf5c13a5 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_armhf.deb Package: libqgisgrass8-3.34.10 Source: qgis Version: 3.34.10+dfsg-1~bpo12+1 Installed-Size: 3656 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.7), libgcc-s1 (>= 3.5), 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: 3344552 SHA256: 0191a67f2f0c9d812002249c09ab23dc3a6d903094c70289c911a609a74700c1 SHA1: 6e28b7e36039ff43db7a85569013e201b785f59d MD5sum: c3cc787f175ac864476932295ffd04b1 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_armhf.deb Package: libqgisgrass8-3.34.11 Source: qgis Version: 3.34.11+dfsg-1~bpo12+1 Installed-Size: 3658 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.7), libgcc-s1 (>= 3.5), 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: 3346696 SHA256: bb622dd98b9d677e7dfb76e394d940b470bee653d383166e34272ce7ae3873a2 SHA1: 85f1f8c14c0660f5afbe6c65ccd6516e9562c45a MD5sum: beeb17ee5a5ff87d6e091a9ae7745567 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_armhf.deb Package: libqgisgrass8-3.34.12 Source: qgis Version: 3.34.12+dfsg-1~bpo12+1 Installed-Size: 3662 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.7), libgcc-s1 (>= 3.5), 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: 3349984 SHA256: 88e1480d4bc336c8828fe5a2645ba4bf842d399ac41ab0a7c8327cb68fe58e19 SHA1: 92cf361208e318a627295126a6108a73e202e094 MD5sum: fbc74df4b92a7d9fcb15e2c6cefacd3d 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_armhf.deb Package: libqgisgrass8-3.34.13 Source: qgis Version: 3.34.13+dfsg-1~bpo12+1 Installed-Size: 3666 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.7), libgcc-s1 (>= 3.5), 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: 3354344 SHA256: a2d5e48d5d163a6180f1bb77ae978e36793e830df369defbc5f2b511cd12f325 SHA1: af773c216996b54888bb50a5e6a4360f00fa638c MD5sum: 384f298db19c837389eda6455afbe5ba 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_armhf.deb Package: libqgisgrass8-3.34.14 Source: qgis Version: 3.34.14+dfsg-1~bpo12+1 Installed-Size: 3668 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.7), libgcc-s1 (>= 3.5), 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: 3356756 SHA256: a51bd6db17f5bf858629d50c77b79cdf11a8a75c0008136ab7d126af4c94ef9c SHA1: d2206184cc3f2067859e575d80c307620b73d968 MD5sum: 5f66f2460bef1d500865bc18a97d243e 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_armhf.deb Package: libqgisgrass8-3.34.15 Source: qgis Version: 3.34.15+dfsg-1~bpo12+1 Installed-Size: 3668 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.7), libgcc-s1 (>= 3.5), 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: 3357312 SHA256: ef40e929fdcaab30db12a5485e03f9cb034d023291d940c64b96465a0e0def30 SHA1: 806c5c2295b722059bde20baa1d0e76e465d4f0c MD5sum: 1f712cad4cb4fce787d7e663615ce6c9 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_armhf.deb Package: libqgisgrass8-3.34.6 Source: qgis Version: 3.34.6+dfsg-1~bpo12+1 Installed-Size: 3689 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.7), libgcc-s1 (>= 3.5), 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: 3341132 SHA256: 6a757fb8e3fa757b08258fe1376136ebc1bfa292cd9c8b66686c307dc6ffa550 SHA1: 230ab85f898fa6ee73ae627974d2781adbf0acb5 MD5sum: d60eff176241067b29ef5db77a3936d3 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_armhf.deb Package: libqgisgrass8-3.34.7 Source: qgis Version: 3.34.7+dfsg-1~bpo12+1 Installed-Size: 3689 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.7), libgcc-s1 (>= 3.5), 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: 3342012 SHA256: 5b342ec96b3d5f82e98e73d3613a9dd3f7a4b69a50740c280bf27a8d93c1aa3a SHA1: b173bc59d64012f312de0d2043a7022d2f99e57a MD5sum: f725bfd0e0453e6e22b2908d00216e07 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_armhf.deb Package: libqgisgrass8-3.34.8 Source: qgis Version: 3.34.8+dfsg-1~bpo12+1 Installed-Size: 3692 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.7), libgcc-s1 (>= 3.5), 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: 3344396 SHA256: 433223d52a5596bef864497830700aa226c23c82672974e01946ae370a627928 SHA1: 2bc1fec9ccbc47f08478bccfe0bb2b3de27439ec MD5sum: f0846d9cca20e443f91382327ab8fd96 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_armhf.deb Package: libqgisgrass8-3.40.4 Source: qgis Version: 3.40.4+dfsg-3~bpo12+1 Installed-Size: 3844 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.7), libgcc-s1 (>= 3.5), 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: 3540284 SHA256: b1b2708e18d5a5e04d38add1b043ff395e386c3bf79dc3f837a21485ee8d01da SHA1: b4015e280de60d69ec195dab5a77bda3aa51379c MD5sum: e1cb4de21b527c329226862a6581dccd 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_armhf.deb Package: libqgisgrass8-3.40.5 Source: qgis Version: 3.40.5+dfsg-1~bpo12+1 Installed-Size: 3847 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.7), libgcc-s1 (>= 3.5), 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: 3543092 SHA256: ec74a90621bb3062eaa5a41e5cb9a3a89a44d97e64b8c683a5e8e3a131b6e795 SHA1: 041e55f4dac010816c6e1a567c399609997b3e36 MD5sum: a41a8b44326d93fc63e111a6b3b2a9c4 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_armhf.deb Package: libqgispython3.28.10 Source: qgis Version: 3.28.10+dfsg-1~bpo12+1 Installed-Size: 3106 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.5), libpython3.11 (>= 3.11.0), libqgis-core3.28.10 (>= 3.28.10), libqt5core5a (>= 5.15.1), libstdc++6 (>= 5) Size: 3023336 SHA256: 76415af5c2f1e773e50b888ee02835f9a37dec14a055a8249243e7b60b3d6b6a SHA1: 5632cc67d766d03060b846c401aa89e5a796cafe MD5sum: b965c478ddca28201c6cc050373a5806 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_armhf.deb Package: libqgispython3.28.11 Source: qgis Version: 3.28.11+dfsg-1~bpo12+1 Installed-Size: 3108 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.5), libpython3.11 (>= 3.11.0), libqgis-core3.28.11 (>= 3.28.11), libqt5core5a (>= 5.15.1), libstdc++6 (>= 5) Size: 3024972 SHA256: daac75d4113ff46cd45df9f10bf7b8207ad436b785e8e234bcd2db5b29f0cb14 SHA1: 390cd937a0c50d5217b2a9bef2a6d6b8b524db4c MD5sum: 8c056c0c03b463933638112cebe86328 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_armhf.deb Package: libqgispython3.28.12 Source: qgis Version: 3.28.12+dfsg-1~bpo12+1 Installed-Size: 3110 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.5), libpython3.11 (>= 3.11.0), libqgis-core3.28.12 (>= 3.28.12), libqt5core5a (>= 5.15.1), libstdc++6 (>= 5) Size: 3027176 SHA256: ec19029699676af985f3e1fd3635fcfd1767d8e9427975ba041a407d0dbabd5b SHA1: 837ba6901ae0a7f6ec79799c05abed1b3095f653 MD5sum: b5898c70bf0d360b43e27cec2a46eb89 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_armhf.deb Package: libqgispython3.28.13 Source: qgis Version: 3.28.13+dfsg-1~bpo12+1 Installed-Size: 3113 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.5), libpython3.11 (>= 3.11.0), libqgis-core3.28.13 (>= 3.28.13), libqt5core5a (>= 5.15.1), libstdc++6 (>= 5) Size: 3030744 SHA256: 0efce813407a7aea778f2cafdde51444b320192375a35e68cfbfc651cbc24419 SHA1: 3939a816b33824978fbb7de4ddac6c10e11b40f3 MD5sum: ae2ed2362c0388bc2c974651b8a58a0d 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_armhf.deb Package: libqgispython3.28.14 Source: qgis Version: 3.28.14+dfsg-1~bpo12+1 Installed-Size: 3114 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.5), libpython3.11 (>= 3.11.0), libqgis-core3.28.14 (>= 3.28.14), libqt5core5a (>= 5.15.1), libstdc++6 (>= 5) Size: 3031412 SHA256: b433230c4351ecf2b9810eb91ff5ca868fd64121be680c2dc465e1474e5013e8 SHA1: 787168041c39836bb9f069fb9561d146ab896955 MD5sum: c670f41014f71ebf3920973f31538fbe 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_armhf.deb Package: libqgispython3.28.15 Source: qgis Version: 3.28.15+dfsg-1~bpo12+1 Installed-Size: 3115 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.5), libpython3.11 (>= 3.11.0), libqgis-core3.28.15 (>= 3.28.15), libqt5core5a (>= 5.15.1), libstdc++6 (>= 5) Size: 3031628 SHA256: 5bc6c4edb6f19c79ec06e35c894b4af5a85ded02428da4c4a0d34d2b0ca503fc SHA1: ece0f71f293f9f22580d56c59ea96fac8dcbd81b MD5sum: ad6c5be6def38f8efb825cba92398e8b 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_armhf.deb Package: libqgispython3.34.10 Source: qgis Version: 3.34.10+dfsg-1~bpo12+1 Installed-Size: 3272 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.5), libpython3.11 (>= 3.11.0), libqgis-core3.34.10 (>= 3.34.10+dfsg), libqt5core5a (>= 5.15.1), libstdc++6 (>= 5) Size: 3194788 SHA256: 29b51b2a40f230364962166f0b17ee14e21c7da68f238f971f3c22834eaa82fb SHA1: 721372b16aaa91e4eae4d69d4874ca8b6a385786 MD5sum: 5468819df21656c7f4acda6ee60dc4b8 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_armhf.deb Package: libqgispython3.34.11 Source: qgis Version: 3.34.11+dfsg-1~bpo12+1 Installed-Size: 3274 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.5), libpython3.11 (>= 3.11.0), libqgis-core3.34.11 (>= 3.34.11+dfsg), libqt5core5a (>= 5.15.1), libstdc++6 (>= 5) Size: 3196512 SHA256: f2f9e8e5834f626aef78add936c846af91fe5766f2cc72da3712c7c49ba3341a SHA1: 4e3ec69cac65b1df6a2efa1bfd45dba817059908 MD5sum: 418f69a23bff16564e71b70cccb33bc6 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_armhf.deb Package: libqgispython3.34.12 Source: qgis Version: 3.34.12+dfsg-1~bpo12+1 Installed-Size: 3278 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.5), libpython3.11 (>= 3.11.0), libqgis-core3.34.12 (>= 3.34.12+dfsg), libqt5core5a (>= 5.15.1), libstdc++6 (>= 5) Size: 3200268 SHA256: 6d194dfd06d59195fc89fffecd9305cdcd37fd49d789126c10fcdb2ca8acb7d8 SHA1: ea4c99802c82170b27be5cfb38d3ddc0f7174e11 MD5sum: 9ca06b6aabc3aeac361b44535f88a420 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_armhf.deb Package: libqgispython3.34.13 Source: qgis Version: 3.34.13+dfsg-1~bpo12+1 Installed-Size: 3282 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.5), libpython3.11 (>= 3.11.0), libqgis-core3.34.13 (>= 3.34.13+dfsg), libqt5core5a (>= 5.15.1), libstdc++6 (>= 5) Size: 3204532 SHA256: 0d3a5e8a930bab024ddd1d974e2a36640becb0d18d04237f8bc9015d1ed7438a SHA1: c327cbc49a732f0edd856c6fed8062c52063be22 MD5sum: aa59e047e2325dd0e7cbf2254e80f5a9 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_armhf.deb Package: libqgispython3.34.14 Source: qgis Version: 3.34.14+dfsg-1~bpo12+1 Installed-Size: 3284 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.5), libpython3.11 (>= 3.11.0), libqgis-core3.34.14 (>= 3.34.14+dfsg), libqt5core5a (>= 5.15.1), libstdc++6 (>= 5) Size: 3206692 SHA256: e587fd1447e75f002ee0062ae1c3c6235b3ea835e3388623687b3e608dab639a SHA1: 1592bf7d7f7c761d4289044808ff49f553072461 MD5sum: e534e9e8768fee593a6c5955c6a342b0 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_armhf.deb Package: libqgispython3.34.15 Source: qgis Version: 3.34.15+dfsg-1~bpo12+1 Installed-Size: 3284 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.5), libpython3.11 (>= 3.11.0), libqgis-core3.34.15 (>= 3.34.15+dfsg), libqt5core5a (>= 5.15.1), libstdc++6 (>= 5) Size: 3207416 SHA256: bf92f5270374c8d28f44ed3f0901d551a290b62ffd05bdb2ee352623790dbd87 SHA1: 3da56d6efc0d6e83a211be2dc789a028e094253d MD5sum: 22deeee955a94293b6b9fe8510b1f6e1 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_armhf.deb Package: libqgispython3.34.6 Source: qgis Version: 3.34.6+dfsg-1~bpo12+1 Installed-Size: 3262 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.5), libpython3.11 (>= 3.11.0), libqgis-core3.34.6 (>= 3.34.6), libqt5core5a (>= 5.15.1), libstdc++6 (>= 5) Size: 3186180 SHA256: 3bba4386946d661445516685bef4f95ec18fbc00d5e8edbf512055cfce764c31 SHA1: 135bb8fa1f8a57598761a4db70b96f98e0f86bae MD5sum: 7df952c3ba479d8bfe604d67abebd118 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_armhf.deb Package: libqgispython3.34.7 Source: qgis Version: 3.34.7+dfsg-1~bpo12+1 Installed-Size: 3262 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.5), libpython3.11 (>= 3.11.0), libqgis-core3.34.7 (>= 3.34.7), libqt5core5a (>= 5.15.1), libstdc++6 (>= 5) Size: 3186844 SHA256: 37b0c34a4f9c2a5928184b946b18bfeea2c164c89d06a21e4a3beb32325fa160 SHA1: 3c4f3ab7e37434e79b1acddd3b5a5c291ddb4cd1 MD5sum: fd0b774008f2606669c5585fd032426b 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_armhf.deb Package: libqgispython3.34.8 Source: qgis Version: 3.34.8+dfsg-1~bpo12+1 Installed-Size: 3265 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.5), libpython3.11 (>= 3.11.0), libqgis-core3.34.8 (>= 3.34.8), libqt5core5a (>= 5.15.1), libstdc++6 (>= 5) Size: 3189332 SHA256: 12ca99555c79eb434180b250ddc5f98008dc7e54c48a8aa1b568aaa911c5e61b SHA1: ba2331567c380cb8a3dfff8cfb3b5ac56a8e1c40 MD5sum: 90115d329278f9d11793afa70f0e03b0 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_armhf.deb Package: libqgispython3.40.4 Source: qgis Version: 3.40.4+dfsg-3~bpo12+1 Installed-Size: 3472 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.5), libpython3.11 (>= 3.11.0), libqgis-core3.40.4 (>= 3.40.4+dfsg), libqt5core5a (>= 5.15.1), libstdc++6 (>= 5) Size: 3392684 SHA256: 56f29c07868ae97ef856f503d437a608883e44a9495f364d1237283624c07c72 SHA1: a4508fe1f750c0564c76d9cd1a000c90aed2d12e MD5sum: 590af272066e5b357281f15e9d8f6215 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_armhf.deb Package: libqgispython3.40.5 Source: qgis Version: 3.40.5+dfsg-1~bpo12+1 Installed-Size: 3475 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.5), libpython3.11 (>= 3.11.0), libqgis-core3.40.5 (>= 3.40.5+dfsg), libqt5core5a (>= 5.15.1), libstdc++6 (>= 5) Size: 3395620 SHA256: f9fe66f748cf5b2036465e7149481f732c224ac8b05a1dec5ec2c53feddf708f SHA1: e0d4e358a3394e2903428c759e58360e03e77e85 MD5sum: 1d34c0b86e686ef40557f0f809d2ec4e 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_armhf.deb Package: libqt5pas-dev Source: libqtpas Version: 3.0+dfsg1-1~bpo12+1 Installed-Size: 1371 Maintainer: Pascal Packaging Team Architecture: armhf Depends: libqt5pas1 (= 3.0+dfsg1-1~bpo12+1) Suggests: fpc Size: 140496 SHA256: d057cc4e8a91a2279208d431a6ac861861604a45f8d96023b8c61af8f6c25fba SHA1: f40eb178cce75f9c86f6ca53fba771a4dd6aa761 MD5sum: 104083d152e91601cdb099604e3120d0 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_armhf.deb Package: libqt5pas1 Source: libqtpas Version: 3.0+dfsg1-1~bpo12+1 Installed-Size: 1687 Maintainer: Pascal Packaging Team Architecture: armhf Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.5), 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: 377528 SHA256: 915cff55b54e3e0ae7c87351c06c334d81dbf264e4e38be6dda22901b44c5b28 SHA1: 10fde86d24b994b071394c43c1ce3c4cccb08595 MD5sum: c333db27b92264909c3ac0ef5f75f349 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_armhf.deb Package: libqt5pdf5 Source: qtwebengine-opensource-src Version: 5.15.18+dfsg-2~bpo12+1 Installed-Size: 2856 Maintainer: Debian Qt/KDE Maintainers Architecture: armhf Depends: libc6 (>= 2.33), libfreetype6 (>= 2.3.5), libgcc-s1 (>= 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: 1295660 SHA256: c6bdc39c4d052ec57b766101b828f507425f0e9828fe44a1bd4d36211b9d02c6 SHA1: 8a2b8bdf8d42353c0bb29c71553ef51e6e06423d MD5sum: 679d4e5a8bb4ef6a0e9c0e8be3c78094 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_armhf.deb Package: libqt5pdfwidgets5 Source: qtwebengine-opensource-src Version: 5.15.18+dfsg-2~bpo12+1 Installed-Size: 202 Maintainer: Debian Qt/KDE Maintainers Architecture: armhf Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.5), 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: 53792 SHA256: dedbd659f274d6985a28db3d3d7059fd6a926ff79de82c0b68195355f67d71bb SHA1: 524543a7d0ba0612e1f9822f2626b63671c78bb6 MD5sum: 1f4634679a536fba23cab6cf4b40dc3c 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_armhf.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: 589 Maintainer: Debian Qt/KDE Maintainers Architecture: armhf Depends: libqt5webengine-data (= 5.15.18+dfsg-2~bpo12+1), libc6 (>= 2.4), libgcc-s1 (>= 3.5), 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: 152424 SHA256: c8be04ca9adf66d31666e73298358861fa5ae05e94b0597dbc424c1c3f0ed3a0 SHA1: e51e463042291825e6aa15d3a80637c6ac683a8c MD5sum: 26a75a2e407c964b1eea637af5d0fdb8 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_armhf.deb Package: libqt5webenginecore5 Source: qtwebengine-opensource-src Version: 5.15.18+dfsg-2~bpo12+1 Installed-Size: 120299 Maintainer: Debian Qt/KDE Maintainers Architecture: armhf 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: 35327672 SHA256: 83c4f542a1b2483f129586ed62ced086e6e191b2c20be27efa7c07085515534c SHA1: 92808fb77cf12616639585a025f21b73f3806371 MD5sum: b825d6cfa9ef75661e354ce1360c4ab1 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_armhf.deb Package: libqt5webenginewidgets5 Source: qtwebengine-opensource-src Version: 5.15.18+dfsg-2~bpo12+1 Installed-Size: 408 Maintainer: Debian Qt/KDE Maintainers Architecture: armhf Depends: libqt5webengine-data (= 5.15.18+dfsg-2~bpo12+1), libc6 (>= 2.4), libgcc-s1 (>= 3.5), 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: 111232 SHA256: 529b6e9693d15a9af9d9d0c71ab87141240280dc2ed9e1b1df290f25b1d32dc5 SHA1: d68ceca28558173a193b02e2fab7ea29548d9ed5 MD5sum: 7ddd36c3ceb220fbd99f9b0fccbb2b33 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_armhf.deb Package: libqt6waylandclient6 Source: qt6-wayland Version: 6.4.2-5~bpo12+1 Installed-Size: 785 Maintainer: Debian Qt/KDE Maintainers Architecture: armhf Depends: libc6 (>= 2.28), libgcc-s1 (>= 3.5), 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: 199740 SHA256: 9cc587a50526d5158b8a2b637aaa898178cff7173907f544a3027ac0eefd78eb SHA1: 4920b927a5eb857d0e1af83369afbc4dc1630458 MD5sum: ee589a5912cbad48b3071686b21fdc24 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_armhf.deb Package: libqt6waylandcompositor6 Source: qt6-wayland Version: 6.4.2-5~bpo12+1 Installed-Size: 1455 Maintainer: Debian Qt/KDE Maintainers Architecture: armhf Depends: libc6 (>= 2.28), libgcc-s1 (>= 3.5), 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: 335488 SHA256: ad1badf440f06218f9d8cb8ca91ad9d14dd40e0709312a7b926ec557e6003250 SHA1: 3d509ab100a39ecc7531c6844d25ea64228c17b6 MD5sum: 898402570f026f4f8b8f10264a15157e 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_armhf.deb Package: libqt6waylandeglclienthwintegration6 Source: qt6-wayland Version: 6.4.2-5~bpo12+1 Installed-Size: 72 Maintainer: Debian Qt/KDE Maintainers Architecture: armhf 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: 18040 SHA256: 8fd787c3efaf27589564576d5d33b392c187054c066ef17bfa6f780de7421670 SHA1: 94d2e5a4735dac7a0bc10ee0c1eb299166863c13 MD5sum: c30969d9a1180f7468004e9fb41957df 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_armhf.deb Package: libqt6waylandeglcompositorhwintegration6 Source: qt6-wayland Version: 6.4.2-5~bpo12+1 Installed-Size: 48 Maintainer: Debian Qt/KDE Maintainers Architecture: armhf Depends: libqt6waylandclient6 (= 6.4.2-5~bpo12+1), libc6 (>= 2.4), 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: 14520 SHA256: 76ae50e3bc983d1a7c10e318bb903c83bce31725834f9eafc9bf2e6c201feba0 SHA1: 90eab5a88a35a086fe7c30a6cefee446fb593366 MD5sum: 18584792d4598671d2c51e6f1e9259a7 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_armhf.deb Package: libqt6wlshellintegration6 Source: qt6-wayland Version: 6.4.2-5~bpo12+1 Installed-Size: 150 Maintainer: Debian Qt/KDE Maintainers Architecture: armhf Depends: libqt6waylandclient6 (= 6.4.2-5~bpo12+1), libc6 (>= 2.4), 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: 32160 SHA256: 00c831f9df978128ca257ceeb3e6fea9be595b821d050acf8a3cf5fb955eae86 SHA1: 74aa316565297d2be011329052af5e295fe61f4f MD5sum: 45dd22467899fd31f6438999fce27e7e 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_armhf.deb Package: libradare2-5.0.0t64 Source: radare2 Version: 5.9.4+dfsg-1~bpo12+1 Installed-Size: 12453 Maintainer: Debian Security Tools Architecture: armhf 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: 3746752 SHA256: edb9177ff8f9c9dbb93b11594685572281be0864502e8c9aabe036215f21cc44 SHA1: acaa2325b1c634d177149842f6b07d57122c16ef MD5sum: d94cccd65927fce92dd16102eb47baeb 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_armhf.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: armhf Depends: libradare2-5.0.0t64 (= 5.9.4+dfsg-1~bpo12+1), libcapstone-dev, libmagic-dev, libuv1-dev, liblz4-dev, libzip-dev Size: 238648 SHA256: f90247c2e18592e4c2e4f3c737bdaeff0497363af7ff9c0cdfa4863d7a61a1b1 SHA1: 0e83c20a6ec16e4b167874bf4cabc8704799d659 MD5sum: 783896c7c78f243cbe9c69fc626d12e8 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_armhf.deb Package: libraft-dev Source: raft Version: 0.22.1-1~bpo12+1 Installed-Size: 1045 Maintainer: Free Ekanayaka Architecture: armhf Depends: libraft0 (= 0.22.1-1~bpo12+1) Size: 255404 SHA256: ad0859d2592259db6d69f5032996362dde32893f4871264d3164f22faf85b989 SHA1: c4cb739dc72f82b7520b58bfac8e8899ab861e1f MD5sum: 5cca881c419405c271268fd89d558a3a 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_armhf.deb Package: libraft-tools Source: raft Version: 0.22.1-1~bpo12+1 Installed-Size: 43 Maintainer: Free Ekanayaka Architecture: armhf Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.5), libraft0 (>= 0.17.7), libuv1 (>= 1.4.2) Size: 16508 SHA256: d13030d909bc2f0446b23a6ff797d2eb3b418a801a262b00717c902125d3bfe3 SHA1: 75533f58bb8fc42b9dca9a0a6c699d681a3e1bc0 MD5sum: 5711746841c159f88ce6e6f9e97d3200 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_armhf.deb Package: libraft0 Source: raft Version: 0.22.1-1~bpo12+1 Installed-Size: 167 Maintainer: Free Ekanayaka Architecture: armhf Depends: libc6 (>= 2.28), libgcc-s1 (>= 3.5), liblz4-1 (>= 0.0~r127), libuv1 (>= 1.4.2) Size: 83212 SHA256: 100f384df9f60d6a6552a59afcf529f9f168685455921f1fbf9dd96cbc0859b5 SHA1: cdf35cca59b140f04f9175e299cac843654c1683 MD5sum: 26dcb976f2aba67a958238e69b5771f7 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_armhf.deb Package: librapidfuzz-cpp-dev Source: rapidfuzz-cpp Version: 3.1.1-1~bpo12+1 Installed-Size: 429 Maintainer: Debian Python Team Architecture: armhf Size: 54996 SHA256: d7a8335efaad344993326223042bd4c67060c8c1f741412fecdffd0b5ccd7281 SHA1: 20917a49123d8a8a22656c3ee95c26480c27a2ee MD5sum: 83a946de66203339d8b78cea3355bdc4 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_armhf.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: 296 Maintainer: Felix Zielcke Architecture: armhf Depends: libreiserfscore0 (= 1:3.6.27-8~bpo12+1) Size: 99440 SHA256: 4db0fa5466844173c259100e62c19fc391b07a85e3ec0608bbb4849aaeaa4bb0 SHA1: 0fdf33b12531b0a42645cb5e89a99ccbcbabba8d MD5sum: 15ad3f721e6b21afa350ca6fde803f5d 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_armhf.deb Package: libreiserfscore0 Source: reiserfsprogs Version: 1:3.6.27-8~bpo12+1 Installed-Size: 129 Maintainer: Felix Zielcke Architecture: armhf Depends: libc6 (>= 2.33), libcom-err2 (>= 1.43.9), libuuid1 (>= 2.16) Size: 69480 SHA256: d1f73ec8dc065e66d9420211c723722dcab67573431df011c37106116e8d1986 SHA1: 73d863d22fcde8aa76fb1085b7c6fd6888b98a7e MD5sum: 20aa145aeedfa8dfa0f36b1fba559cf0 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_armhf.deb Package: libreoffice Version: 4:25.2.2-1~bpo12+1 Installed-Size: 73 Maintainer: Debian LibreOffice Maintainers Architecture: armhf Depends: libreoffice-base, libreoffice-calc, libreoffice-core (= 4:25.2.2-1~bpo12+1), libreoffice-draw, libreoffice-impress, libreoffice-math, 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-script-provider-bsh, libreoffice-script-provider-js, libreoffice-script-provider-python, libreoffice-sdbc-mysql, libreoffice-sdbc-postgresql, libreoffice-wiki-publisher, 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, libsane1 Conflicts: libreoffice-dev (<= 1:5.0.3~rc1-2), libreoffice-dev-doc (<= 1:5.0.3~rc1-2) Size: 48396 SHA256: b07eb61236187fa6a99f5321b5bf5d97dc5d1e2af761640e2e8099419946f7c1 SHA1: 0f80bd60815d1e905d8121b9aef3a1d0a0ca8828 MD5sum: 481adcca08050702cb7a92fccd3e894b 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.2-1~bpo12+1_armhf.deb Package: libreoffice-base Source: libreoffice Version: 4:25.2.2-1~bpo12+1 Installed-Size: 3436 Maintainer: Debian LibreOffice Maintainers Architecture: armhf Replaces: libreoffice-common (<< 1:6.4.2~rc1~) Depends: libreoffice-base-core (= 4:25.2.2-1~bpo12+1), libreoffice-base-drivers (= 4:25.2.2-1~bpo12+1), libreoffice-core (= 4:25.2.2-1~bpo12+1), libreoffice-uiconfig-base (= 4:25.2.2-1~bpo12+1), libc6 (>= 2.35), libgcc-s1 (>= 3.5), 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 Suggests: libreoffice-report-builder, python3-access2base, unixodbc Breaks: libreoffice-common (<< 1:6.4.2~rc1~) Size: 1276028 SHA256: d0e2fc984529beb7821ae750ecb07f77a3be01219ce92b6ff261730a32778625 SHA1: 6fe9fe4a7de88953857dbb5d32f892b6939bfa22 MD5sum: 8db57cfaeeb4d04282c3431f5cde70f3 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.2-1~bpo12+1_armhf.deb Package: libreoffice-base-core Source: libreoffice Version: 4:25.2.2-1~bpo12+1 Installed-Size: 1933 Maintainer: Debian LibreOffice Maintainers Architecture: armhf Replaces: libreoffice-base-drivers (<< 1:6.1.1~rc1-2) Depends: libreoffice-core-nogui (= 4:25.2.2-1~bpo12+1) | libreoffice-core (= 4:25.2.2-1~bpo12+1), libc6 (>= 2.32), libgcc-s1 (>= 3.5), 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: 721440 SHA256: 7d130afdd23e64909400c606d531474683afeee8f30c43c80ce26ec4b7712941 SHA1: 2cfdacc70c1357423034ce851a283cd87bfb5407 MD5sum: c48cd712e7ab5c303dfbcb2e8223d952 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.2-1~bpo12+1_armhf.deb Package: libreoffice-base-drivers Source: libreoffice Version: 4:25.2.2-1~bpo12+1 Installed-Size: 1262 Maintainer: Debian LibreOffice Maintainers Architecture: armhf 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.5), 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-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: 366828 SHA256: b2356f98844a0c3a35d5ee5d98a2cf25612442da5867a6eb31433b8e318f8e2c SHA1: 0a8fb79a83f66e9ff4b3638ab396835c4b64d03a MD5sum: e9df8cf2cb53d73a489d6fa8f1c30e05 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.2-1~bpo12+1_armhf.deb Package: libreoffice-base-nogui Source: libreoffice Version: 4:25.2.2-1~bpo12+1 Installed-Size: 656 Maintainer: Debian LibreOffice Maintainers Architecture: armhf Replaces: libreoffice-base, libreoffice-common (<< 1:6.4.2~rc1~) Depends: libreoffice-base-core (= 4:25.2.2-1~bpo12+1), libreoffice-base-drivers (= 4:25.2.2-1~bpo12+1), libreoffice-core-nogui (= 4:25.2.2-1~bpo12+1) | libreoffice-core (= 4:25.2.2-1~bpo12+1), libc6 (>= 2.32), libgcc-s1 (>= 3.5), 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 Suggests: libreoffice-report-builder, python3-uno, unixodbc Conflicts: libreoffice-base Breaks: libreoffice-common (<< 1:6.4.2~rc1~) Size: 248188 SHA256: c62afeab40f48bf83658760c359f8a85d459c91af7338aadc743f2acdec874c0 SHA1: bf00a30007b344e5bd0f14792416ea935a4cca0f MD5sum: 948c644c68d1291c781e9d685af8bb1f 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.2-1~bpo12+1_armhf.deb Package: libreoffice-calc Source: libreoffice Version: 4:25.2.2-1~bpo12+1 Installed-Size: 17525 Maintainer: Debian LibreOffice Maintainers Architecture: armhf 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.2-1~bpo12+1), libreoffice-core (= 4:25.2.2-1~bpo12+1), libreoffice-uiconfig-calc (= 4:25.2.2-1~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.0), 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: 6775760 SHA256: ee69c4c9843c58e1377d72c3bf15e6b31403dece5a44d9e90633972c439bc826 SHA1: 41409958c73726ce9a5fb5357c41fd11ac8648f6 MD5sum: fecbff485827bcd376227d474b24bf24 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.2-1~bpo12+1_armhf.deb Package: libreoffice-calc-nogui Source: libreoffice Version: 4:25.2.2-1~bpo12+1 Installed-Size: 17000 Maintainer: Debian LibreOffice Maintainers Architecture: armhf 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.2-1~bpo12+1), libreoffice-core-nogui (= 4:25.2.2-1~bpo12+1) | libreoffice-core (= 4:25.2.2-1~bpo12+1), libreoffice-uiconfig-calc (= 4:25.2.2-1~bpo12+1), coinor-libcoinmp1v5, libc6 (>= 2.35), libcolamd2 (>= 1:4.5.2), libetonyek-0.1-1, libgcc-s1 (>= 4.0), 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: 6608572 SHA256: 4f1f320bcf51c417774ade1b0fa7226cd61dda754442ce3038e1e9e4b6c95568 SHA1: c9ba917195b9555777dfde4a8d1af9eeeddbc516 MD5sum: c90402c7777debdd553d4d3b4b81c41d 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.2-1~bpo12+1_armhf.deb Package: libreoffice-common Source: libreoffice Version: 4:25.2.2-1~bpo12+1 Installed-Size: 45630 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.2-1~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: 20181852 SHA256: 0c2320f75360d7140adc806fb327061311b4c71be5979952bcc990c167137dba SHA1: f642a57d79925358d5fcae11bcc27c7ad7615e73 MD5sum: 3a20752c6a55b5b2026130ddedb32bd4 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.2-1~bpo12+1_all.deb Package: libreoffice-core Source: libreoffice Version: 4:25.2.2-1~bpo12+1 Installed-Size: 91333 Maintainer: Debian LibreOffice Maintainers Architecture: armhf 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.2), 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.7.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.5), 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.5.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.2-1~bpo12+1), libreoffice-base (<< 4:25.2.2-1~bpo12+1), libreoffice-calc (<< 4:25.2.2-1~bpo12+1), libreoffice-common (<< 1:5.4.1), libreoffice-dev (<< 4:25.2.2-1~bpo12+1), libreoffice-draw (<< 4:25.2.2-1~bpo12+1), libreoffice-evolution (<< 4:25.2.2-1~bpo12+1), libreoffice-gnome (<< 4:25.2.2-1~bpo12+1), libreoffice-gtk2 (<< 4:25.2.2-1~bpo12+1), libreoffice-gtk3 (<< 4:25.2.2-1~bpo12+1), libreoffice-impress (<< 4:25.2.2-1~bpo12+1), libreoffice-kde4 (<< 4:25.2.2-1~bpo12+1), libreoffice-kde5 (<< 4:25.2.2-1~bpo12+1), libreoffice-kf5 (<< 4:25.2.2-1~bpo12+1), libreoffice-officebean (<< 4:25.2.2-1~bpo12+1), libreoffice-pdfimport (<< 1:5.4~), libreoffice-qt5 (<< 4:25.2.2-1~bpo12+1), libreoffice-writer (<< 4:25.2.2-1~bpo12+1) Size: 30628280 SHA256: 063cb5ba9b71424d28e600250a52576112b01b0768ea103e4837a4a749e443e9 SHA1: 3838767b2ab456a544442a89d3ec5756614614c4 MD5sum: f1eba08f0f277d4486d26b43b5c2681b 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.2-1~bpo12+1_armhf.deb Package: libreoffice-core-nogui Source: libreoffice Version: 4:25.2.2-1~bpo12+1 Installed-Size: 82540 Maintainer: Debian LibreOffice Maintainers Architecture: armhf 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.2), 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.5), 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.5.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.2-1~bpo12+1), libreoffice-base (<< 4:25.2.2-1~bpo12+1), libreoffice-calc, libreoffice-common (<< 1:5.4.1), libreoffice-dev (<< 4:25.2.2-1~bpo12+1), libreoffice-draw (<< 4:25.2.2-1~bpo12+1), libreoffice-evolution (<< 4:25.2.2-1~bpo12+1), libreoffice-gnome (<< 4:25.2.2-1~bpo12+1), libreoffice-gtk2, libreoffice-gtk3, libreoffice-impress (<< 4:25.2.2-1~bpo12+1), libreoffice-kde4, libreoffice-kde5, libreoffice-kf5, libreoffice-officebean (<< 4:25.2.2-1~bpo12+1), libreoffice-pdfimport (<< 1:5.4~), libreoffice-qt5, libreoffice-writer (<< 4:25.2.2-1~bpo12+1) Size: 27558668 SHA256: 4f4325848556e7359191ed5a31d7aef2b8e9407453c5fa322952419f0442b491 SHA1: 28fc1c4c2e8e471a549f84dfa1dfa9fd3c6265dd MD5sum: 5f354febc48fe3cd310aa99d3a34ec74 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.2-1~bpo12+1_armhf.deb Package: libreoffice-dev Source: libreoffice Version: 4:25.2.2-1~bpo12+1 Installed-Size: 733 Maintainer: Debian LibreOffice Maintainers Architecture: armhf Replaces: libreoffice-dev-common (<< 1:5.4.1~) Depends: libreoffice-core-nogui (= 4:25.2.2-1~bpo12+1) | libreoffice-core (= 4:25.2.2-1~bpo12+1), libreoffice-dev-common (= 4:25.2.2-1~bpo12+1), libc6 (>= 2.34), libgcc-s1 (>= 3.5), libstdc++6 (>= 11), libuno-sal3 (>= 4.1.0~alpha), libuno-salhelpergcc3-3 (>= 1.4.0) Recommends: g++, libreofficekit-dev 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: 278420 SHA256: 75e25fa3f8a7b7f4f34b341421fb5c551c1062b05986b87ceabb24cc887e21c4 SHA1: 9d8730dfde5bb71879f3281bc949b9a9db1b8170 MD5sum: 23872c28482b135850df27d99c861b87 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.2-1~bpo12+1_armhf.deb Package: libreoffice-dev-common Source: libreoffice Version: 4:25.2.2-1~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: 284932 SHA256: ec610c5bfd5312df1d9b5eeb9eb88150a53f520b76d79b4e59c522900c927da7 SHA1: 2ad8b4333145cf9159aa0b05914e4814806774e6 MD5sum: 4936cac16b01a90e18e5c8e7aaf5e4b2 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.2-1~bpo12+1_all.deb Package: libreoffice-dev-doc Source: libreoffice Version: 4:25.2.2-1~bpo12+1 Installed-Size: 561523 Maintainer: Debian LibreOffice Maintainers Architecture: all Recommends: libreoffice-dev (= 4:25.2.2-1~bpo12+1), www-browser Conflicts: libreoffice (<< 1:5.2.5-2~), libreoffice-dev (<= 1:5.0.3~rc1-2), openoffice.org-dev-doc Size: 192006116 SHA256: 26ef955bc4cb38d6ce7881799e8a2d2a1e6deba2240fe7ecbafa64ef189d60f6 SHA1: 7843c874880a0093e429da2cca88f7123ccda4ae MD5sum: 579996706124d4de39dfc46ca7c63bb9 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.2-1~bpo12+1_all.deb Package: libreoffice-dev-gui Source: libreoffice Version: 4:25.2.2-1~bpo12+1 Installed-Size: 102 Maintainer: Debian LibreOffice Maintainers Architecture: armhf Replaces: libreoffice-dev (<< 1:7.0.0~) Depends: libreoffice-core (= 4:25.2.2-1~bpo12+1), libreoffice-dev (= 4:25.2.2-1~bpo12+1), libreoffice-dev-common (= 4:25.2.2-1~bpo12+1), libc6 (>= 2.34), libgcc-s1 (>= 3.5), 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: 56244 SHA256: d7754bac9657a576cc5e8c83a922b7a5b970859d442f3ec1aff2077ff544963d SHA1: 67ee7a7436defe6e5bc49519b9bda81e77b5b5b5 MD5sum: 1f2f5a35ac416a429c125e677f7e223b 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.2-1~bpo12+1_armhf.deb Package: libreoffice-draw Source: libreoffice Version: 4:25.2.2-1~bpo12+1 Installed-Size: 7345 Maintainer: Debian LibreOffice Maintainers Architecture: armhf 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.2-1~bpo12+1), libreoffice-uiconfig-draw (= 4:25.2.2-1~bpo12+1), libreoffice-uiconfig-impress (= 4:25.2.2-1~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.5), 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: 2615152 SHA256: a59bafd61387ac16aa25d39dbf4a4dfb1a5a3e50faec6aff324f2d3087396829 SHA1: 07d58ab03937255124276b4acc028f945561584e MD5sum: 8d766b44e7229dd26b408efbcb3fff65 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.2-1~bpo12+1_armhf.deb Package: libreoffice-draw-nogui Source: libreoffice Version: 4:25.2.2-1~bpo12+1 Installed-Size: 6337 Maintainer: Debian LibreOffice Maintainers Architecture: armhf 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.2-1~bpo12+1) | libreoffice-core (= 4:25.2.2-1~bpo12+1), libreoffice-uiconfig-draw (= 4:25.2.2-1~bpo12+1), libreoffice-uiconfig-impress (= 4:25.2.2-1~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.5), 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: 2275552 SHA256: 59bfa0f6e603f0f1bdafa72d29a9d7842c829d17dec2fff080bf203141af9366 SHA1: 33a2c16409ef5a7f1ab9b33b5a755e0314afd3e6 MD5sum: 0216356eba4c8dd0b1d986b48c45c7b3 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.2-1~bpo12+1_armhf.deb Package: libreoffice-evolution Source: libreoffice Version: 4:25.2.2-1~bpo12+1 Installed-Size: 279 Maintainer: Debian LibreOffice Maintainers Architecture: armhf Replaces: libreoffice-common (= 4:24.2.1-3) Depends: libreoffice-base, libreoffice-core (= 4:25.2.2-1~bpo12+1), libebook-1.2-21, libc6 (>= 2.32), libgcc-s1 (>= 3.5), 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: 106344 SHA256: edff03cec4d6dc18667897d2b4969434f7b1112f661207b5b9d7928b7134eb28 SHA1: e7c2086d4d8e3619320913722051f01b06dd7b16 MD5sum: f23bfcd023678d1c80424bfae0e94861 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.2-1~bpo12+1_armhf.deb Package: libreoffice-gnome Source: libreoffice Version: 4:25.2.2-1~bpo12+1 Installed-Size: 206 Maintainer: Debian LibreOffice Maintainers Architecture: armhf 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.2-1~bpo12+1), libc6 (>= 2.32), libgcc-s1 (>= 3.5), 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: 90456 SHA256: 0c41704661c0f6b2778ec81c14d5d3cc173af4ca1ac23148bef24380ee547b40 SHA1: e0f2ef39c9430a2179877949c9844b08a4598d5d MD5sum: e3a52a5c5240ebe35574a5271b7d23a9 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.2-1~bpo12+1_armhf.deb Package: libreoffice-gtk3 Source: libreoffice Version: 4:25.2.2-1~bpo12+1 Installed-Size: 1260 Maintainer: Debian LibreOffice Maintainers Architecture: armhf Depends: libreoffice-core (= 4:25.2.2-1~bpo12+1), libatk1.0-0 (>= 2.33.1), libc6 (>= 2.34), libcairo2 (>= 1.12.0), libepoxy0 (>= 1.0), libgcc-s1 (>= 3.5), 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: 404292 SHA256: 52c75a7e50aa9b82ea23a6e71d5cb40150c14e31cf4c1e991a863b8c72e99b42 SHA1: 264f0fa505ac275999f70b29bd5e286d57ec26e1 MD5sum: 2bf9f2b03f9d5469f748c6000f2093cd 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.2-1~bpo12+1_armhf.deb Package: libreoffice-gtk4 Source: libreoffice Version: 4:24.8.5-2~bpo12+2 Installed-Size: 1164 Maintainer: Debian LibreOffice Maintainers Architecture: armhf 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.5), 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: 356268 SHA256: d0c199e36ad7e67a6663436c2a98945625ee1776386c29c4b21ee6383865534d SHA1: 29c4b2f3149f1540f59a8fc53b3f7d41f73c74d4 MD5sum: ac85493fee6c08fc2c81095097f00a88 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_armhf.deb Package: libreoffice-help-ca Source: libreoffice Version: 4:25.2.2-1~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.2-1~bpo12+1) Recommends: libreoffice-core (>> 4:25.2.2), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 5139208 SHA256: 4f7b33b882ce5b6c0ecc7eb9cd5917fb5c670fa0cec3f0c894c22626b355269e SHA1: 5e8ae29d43605422998e48989910878baf74622b MD5sum: c045bd5b7f3849765b341c5f13a71cd6 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.2-1~bpo12+1_all.deb Package: libreoffice-help-common Source: libreoffice Version: 4:25.2.2-1~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: 4228496 SHA256: da1473504f016c572bd3abce8c7588493f678cbf26bf252aebf8ecce327b40f0 SHA1: bf6545f2f19b1ce5a4ac5ab196c2741d1e4c90a9 MD5sum: 95404d15b8247f33ff51c11d88aace88 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.2-1~bpo12+1_all.deb Package: libreoffice-help-cs Source: libreoffice Version: 4:25.2.2-1~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.2-1~bpo12+1) Recommends: libreoffice-core (>> 4:25.2.2), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2705508 SHA256: 9c81aeece844b899f279aa9fb472c074b7e6a7578df00e46836f612707b8c853 SHA1: 9f5402877f96ed0bf887f4d49587116e3113dd05 MD5sum: df6c27aa37ec6d27a8a54483a70d8423 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.2-1~bpo12+1_all.deb Package: libreoffice-help-da Source: libreoffice Version: 4:25.2.2-1~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.2-1~bpo12+1) Recommends: libreoffice-core (>> 4:25.2.2), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2693756 SHA256: beed6bd4855548a9f52c27158aa945006d2d9c1aad018b970e71335da45b1495 SHA1: eb9533756ccff4212b9050935afa79a57ad0c2d1 MD5sum: 5df70d5ae55662a469ba448da14dc22a 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.2-1~bpo12+1_all.deb Package: libreoffice-help-de Source: libreoffice Version: 4:25.2.2-1~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.2-1~bpo12+1) Recommends: libreoffice-core (>> 4:25.2.2), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2746884 SHA256: c80759968bcd812944ab0eb1593b871e6f6de546e5ca6727ce6bbfc5bc0fca4b SHA1: 4203ab0f399d6775fd8067d59a09b6923ca19639 MD5sum: 8d205da32e0fc93aa36c73f14d47feeb 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.2-1~bpo12+1_all.deb Package: libreoffice-help-dz Source: libreoffice Version: 4:25.2.2-1~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.2-1~bpo12+1) Recommends: libreoffice-core (>> 4:25.2.2), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2758364 SHA256: 39f6767c39c262082fe66afce5e66bfe0a1f4cbe5719a593ba30b8187e1ca6b8 SHA1: 900d7435a85a6f6366b5168df40b1dce5c8f3504 MD5sum: 0b429bfec1a01a9715daee5aa82952ce 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.2-1~bpo12+1_all.deb Package: libreoffice-help-el Source: libreoffice Version: 4:25.2.2-1~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.2-1~bpo12+1) Recommends: libreoffice-core (>> 4:25.2.2), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2968216 SHA256: 1a6c586f2fb88429c5733fe72afe968dfae5f7430f506f9f3cef7e0c1c6c49d9 SHA1: d03e297581fb528b5b202da1f67f252c921f0029 MD5sum: b153efbc6e1c8f45b0fc296564959b09 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.2-1~bpo12+1_all.deb Package: libreoffice-help-en-gb Source: libreoffice Version: 4:25.2.2-1~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.2-1~bpo12+1) Recommends: libreoffice-core (>> 4:25.2.2), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2568196 SHA256: 7faac33e7ae681a1b97d78b6c00576c727ba196ea2ef0dba61988536526b990f SHA1: b44769312cd9c5cfc11e23925f338ecd8dc0525d MD5sum: 00c2224f34b680ba49518de980c9d33d 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.2-1~bpo12+1_all.deb Package: libreoffice-help-en-us Source: libreoffice Version: 4:25.2.2-1~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.2-1~bpo12+1) Recommends: libreoffice-core (>> 4:25.2.2), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 1973176 SHA256: b37312c55fbf32f4132ba75846803efb375582cf31dca2d323f6e451f1127541 SHA1: 49de398ec639a9fe66245dc96ad7fb3f3935a40f MD5sum: 2d44fb601ed4c5dfafd59ddf551e9abc 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.2-1~bpo12+1_all.deb Package: libreoffice-help-es Source: libreoffice Version: 4:25.2.2-1~bpo12+1 Installed-Size: 32634 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.2-1~bpo12+1) Recommends: libreoffice-core (>> 4:25.2.2), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2755448 SHA256: 8a7f4b1f764ed6f56bdd18d155552c2104706fa92901989a013ce14e433daa12 SHA1: 83e6e162ada82353c7e2d67913517e162e78f098 MD5sum: 2aa795966d4e69d0340517b9ec34c350 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.2-1~bpo12+1_all.deb Package: libreoffice-help-et Source: libreoffice Version: 4:25.2.2-1~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.2-1~bpo12+1) Recommends: libreoffice-core (>> 4:25.2.2), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2675728 SHA256: af9e7b48ce0b034661b071ee10544d03ae795285b3ea78d8b0ab84f414af9c6f SHA1: 865bc336567cf11d314bddc7c1327388fc0224d4 MD5sum: 0edd7ce5e358d76d4b9a6bc66867b79e 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.2-1~bpo12+1_all.deb Package: libreoffice-help-eu Source: libreoffice Version: 4:25.2.2-1~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.2-1~bpo12+1) Recommends: libreoffice-core (>> 4:25.2.2), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2679080 SHA256: 29ce5a5534a877323193378dbd3f7cfbcd8e167531e0f9e683bf821d3db4e31e SHA1: 289bc5ebdf194b4f0b1b81bad19f97994ac655a7 MD5sum: 0efe6124cb498acc3d819cab02a676be 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.2-1~bpo12+1_all.deb Package: libreoffice-help-fi Source: libreoffice Version: 4:25.2.2-1~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.2-1~bpo12+1) Recommends: libreoffice-core (>> 4:25.2.2), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2692908 SHA256: 2d8de1034e5d8a754963ef498150cb3bc6dcd64b4e1d9a4504e23a3fb170fcc5 SHA1: 1bb379e6a99ffc7eee89684bfdb42b1bb5896de5 MD5sum: 592432de3a13073abd8c1f29cbe5d010 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.2-1~bpo12+1_all.deb Package: libreoffice-help-fr Source: libreoffice Version: 4:25.2.2-1~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.2-1~bpo12+1) Recommends: libreoffice-core (>> 4:25.2.2), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2710324 SHA256: b18d2f9ddcc4e03d0c61c6546c0cb15ac310ecacc9dfd93904dc887eb05bd031 SHA1: b5544e4c91307dc6b3c76b3e129d71bcbbb5b620 MD5sum: bd770d546f5e0fa6c8d03b7ab5d595fd 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.2-1~bpo12+1_all.deb Package: libreoffice-help-gl Source: libreoffice Version: 4:25.2.2-1~bpo12+1 Installed-Size: 32123 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.2-1~bpo12+1) Recommends: libreoffice-core (>> 4:25.2.2), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2710008 SHA256: 9ae0f7e2c5a5177069f7ad56fad6cd454b3d4ce8f416a5c17facbd058e8847c5 SHA1: be6da7733f30bf786cf4ede830093f559392e74c MD5sum: 689ccb24d5646d7ec33f7750845891a8 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.2-1~bpo12+1_all.deb Package: libreoffice-help-hi Source: libreoffice Version: 4:25.2.2-1~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.2-1~bpo12+1) Recommends: libreoffice-core (>> 4:25.2.2), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2653684 SHA256: c7008b8d9f7142628445ac0a1bcaec6713433aa353a4558da6b61097b0739c9d SHA1: 149ffc6c06363f9431f5eb6c404dc890e91ada55 MD5sum: fc60255e856201a714a5bc15d00d0b00 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.2-1~bpo12+1_all.deb Package: libreoffice-help-hu Source: libreoffice Version: 4:25.2.2-1~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.2-1~bpo12+1) Recommends: libreoffice-core (>> 4:25.2.2), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2810612 SHA256: 57f361e5ec2a2e580379222885455519769b3d8e9f45b5fb325d03fffe1fa2b6 SHA1: c0219d2ec363f0e865d12f7d745a2073c15bb3b8 MD5sum: 498f11214c9e61e9341c7133d8f887e2 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.2-1~bpo12+1_all.deb Package: libreoffice-help-id Source: libreoffice Version: 4:25.2.2-1~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.2-1~bpo12+1) Recommends: libreoffice-core (>> 4:25.2.2), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2658976 SHA256: ff3b47208c895664c37d83ff8944d1dee9cf05591e49bffaac96dc71d3714819 SHA1: 651a7e449af7dae943ed36dcf53d5f19d07c8cb2 MD5sum: e1ffe18e8edc741b1d2eb76f597269dd 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.2-1~bpo12+1_all.deb Package: libreoffice-help-it Source: libreoffice Version: 4:25.2.2-1~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.2-1~bpo12+1) Recommends: libreoffice-core (>> 4:25.2.2), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2690412 SHA256: dabb1084838b62c617491f62fa53357192f901f4a75777bc8eddb61d8e93a144 SHA1: 0ea4f248b1a2758008ee457eb1a519798566be1b MD5sum: cdea5bd3974f5f6096ac7deacdfed7e5 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.2-1~bpo12+1_all.deb Package: libreoffice-help-ja Source: libreoffice Version: 4:25.2.2-1~bpo12+1 Installed-Size: 33132 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.2-1~bpo12+1) Recommends: libreoffice-core (>> 4:25.2.2), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 3012300 SHA256: 5a94d0e54fa8f91e8444415d74f91dc50dc64f24fa0506ea642468a4dfa666b0 SHA1: 55989adf49051cd23d2259462a1eceb764e8a642 MD5sum: bbca49ef52bb96b5abc2cdb1b371aa06 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.2-1~bpo12+1_all.deb Package: libreoffice-help-km Source: libreoffice Version: 4:25.2.2-1~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.2-1~bpo12+1) Recommends: libreoffice-core (>> 4:25.2.2), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2846196 SHA256: 550ce745b937018f23b5694ab94eac98ffde36c0fe75a8bc6bf3b6acd0299871 SHA1: 67bb3bc0ceea388493dcb850e0c198a65c81a3f1 MD5sum: 77ee2c492e714ac9de03824a26b51864 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.2-1~bpo12+1_all.deb Package: libreoffice-help-ko Source: libreoffice Version: 4:25.2.2-1~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.2-1~bpo12+1) Recommends: libreoffice-core (>> 4:25.2.2), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2701132 SHA256: 953b9e29fb664d55e70ff2597d5c830e548079fe5c261673d1be0935e997f6ac SHA1: 2c7f0dc5dade179ef7d68c43905ec1f49d62921f MD5sum: a6f062355f698ab6b8e0c8c0a5020a85 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.2-1~bpo12+1_all.deb Package: libreoffice-help-nl Source: libreoffice Version: 4:25.2.2-1~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.2-1~bpo12+1) Recommends: libreoffice-core (>> 4:25.2.2), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2714600 SHA256: 4a5d92939757e176f411126080f0af31ea19563d1f53153173b23c05d85c49d9 SHA1: 9e5a88bfb7ca718017d215f25e4bde736214d744 MD5sum: 4584c14a20482f51db10e9910d0ac99c 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.2-1~bpo12+1_all.deb Package: libreoffice-help-om Source: libreoffice Version: 4:25.2.2-1~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.2-1~bpo12+1) Recommends: libreoffice-core (>> 4:25.2.2), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2705380 SHA256: 1a0a6d2c5bd9d47c52458a1ddf5022cd973e7e3e97efef771441717dd8ca1ba1 SHA1: 7ac031061d6d6581b68f27d58835d3e906bb6a28 MD5sum: 3472c4cde2f841550a33e0d8c88ed494 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.2-1~bpo12+1_all.deb Package: libreoffice-help-pl Source: libreoffice Version: 4:25.2.2-1~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.2-1~bpo12+1) Recommends: libreoffice-core (>> 4:25.2.2), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2757408 SHA256: 41f666dda4f95c0df369997132166982453dc3b9a7b6cb53314057e38b4c6ff3 SHA1: 76e4864a6779e0f5868770630ffb796a01bc44d8 MD5sum: 9b4e48207944ed53345d4b725c979a43 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.2-1~bpo12+1_all.deb Package: libreoffice-help-pt Source: libreoffice Version: 4:25.2.2-1~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.2-1~bpo12+1) Recommends: libreoffice-core (>> 4:25.2.2), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2702784 SHA256: 73ef0a6362d95abbd258d923879c5347ccf6ec41cdddf86b7f53e7ba1e74adbf SHA1: bbc2bcba10ab69228e43c3c36d4ee8e03980d496 MD5sum: 853efd91a52933ed37e653dab8f0bcca 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.2-1~bpo12+1_all.deb Package: libreoffice-help-pt-br Source: libreoffice Version: 4:25.2.2-1~bpo12+1 Installed-Size: 32715 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.2-1~bpo12+1) Recommends: libreoffice-core (>> 4:25.2.2), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2687340 SHA256: 4ba7f7e2f4de6e8ab26804b8a28df916abe50dbe563a1de313db1bcdef6e091c SHA1: d484814edcbcf058cf793a901bbcf4ea2b52998c MD5sum: 00bdffccf7b42eef14c6d0bbc8f5bae8 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.2-1~bpo12+1_all.deb Package: libreoffice-help-ru Source: libreoffice Version: 4:25.2.2-1~bpo12+1 Installed-Size: 34561 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.2-1~bpo12+1) Recommends: libreoffice-core (>> 4:25.2.2), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2805240 SHA256: 2691f019ac93eadd2e8f91282fcc1ce13ffb73dec912a53a389355d2e520e8fa SHA1: d7fd889d7a2da9856f9b2210dfaafbede3e03bb4 MD5sum: 17cc026073dfcd77dbf22a33bdd47029 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.2-1~bpo12+1_all.deb Package: libreoffice-help-sk Source: libreoffice Version: 4:25.2.2-1~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.2-1~bpo12+1) Recommends: libreoffice-core (>> 4:25.2.2), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 42504 SHA256: a4c6abe56a4f80c96856e2971a7b96f6540a8709d863ba05818473f457e01072 SHA1: e8d6af723c410f08d47f2e80eee38ac9e8cde49d MD5sum: d75064f9ef85e5a91d0af1e10304c88f 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.2-1~bpo12+1_all.deb Package: libreoffice-help-sl Source: libreoffice Version: 4:25.2.2-1~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.2-1~bpo12+1) Recommends: libreoffice-core (>> 4:25.2.2), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2690752 SHA256: e3807f0d812fdfe93daa748d565b1cfb9aa7200f8f02b743ae2f15f24d94ed7c SHA1: c8c02c157f000de35a13b5e1ccf5a578004ef731 MD5sum: 993f598c916d1be3bb740cc2e3743e74 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.2-1~bpo12+1_all.deb Package: libreoffice-help-sv Source: libreoffice Version: 4:25.2.2-1~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.2-1~bpo12+1) Recommends: libreoffice-core (>> 4:25.2.2), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2689224 SHA256: 966c38fd379da3860eedc03406d8c0cde87170b9ed5f33c6c4b4013ffd8f1c81 SHA1: 95c273444c2ddb0b30f0392056f99ae4388df4c3 MD5sum: 6a9b68258d8a90f506a4fd106c8090a2 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.2-1~bpo12+1_all.deb Package: libreoffice-help-tr Source: libreoffice Version: 4:25.2.2-1~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.2-1~bpo12+1) Recommends: libreoffice-core (>> 4:25.2.2), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2730568 SHA256: 74ffd60707cc4f7c099a32f7ad8461343f509e3267ee9cd1cac28b37be1e2d93 SHA1: 7480e586d011de049810e819c96762b9b4da1940 MD5sum: 68b212bad9c775114581a31bb2ad34fc 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.2-1~bpo12+1_all.deb Package: libreoffice-help-vi Source: libreoffice Version: 4:25.2.2-1~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.2-1~bpo12+1) Recommends: libreoffice-core (>> 4:25.2.2), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2715464 SHA256: ed16916e66bc62ee4947bd61c82353ab38fc293764bd18a6bb6e58404f4813d1 SHA1: 20f104b09508ae908face7179e32d7787a54539d MD5sum: b0cc950caf868e4a617985b9d26a68f6 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.2-1~bpo12+1_all.deb Package: libreoffice-help-zh-cn Source: libreoffice Version: 4:25.2.2-1~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.2-1~bpo12+1) Recommends: libreoffice-core (>> 4:25.2.2), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2790856 SHA256: 91a558f1d60937d8c68bb5edab61952fee9606b01df51c9d38e59672c5c840b5 SHA1: d0d0be8d3e0a116c21a3abcc5e304fb69b6f4bf4 MD5sum: d6a9f8470570a033e623e6b32c36565b 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.2-1~bpo12+1_all.deb Package: libreoffice-help-zh-tw Source: libreoffice Version: 4:25.2.2-1~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.2-1~bpo12+1) Recommends: libreoffice-core (>> 4:25.2.2), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2820080 SHA256: e0c614b19fd06e040c4a5cfa61da8ad73ed6da112a6f044c9ebffa1f3df0430f SHA1: 12f366d2364ba06e57cd7b76855394ec119f3b10 MD5sum: 9d54576e0b2f4160dbddd799c22d3ec2 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.2-1~bpo12+1_all.deb Package: libreoffice-impress Source: libreoffice Version: 4:25.2.2-1~bpo12+1 Installed-Size: 1950 Maintainer: Debian LibreOffice Maintainers Architecture: armhf Replaces: libreoffice-common (<< 1:6.4.2~rc1~), libreoffice-ogltrans (<< 1:6.1.4-2~) Provides: libreoffice-ogltrans Depends: libreoffice-core (= 4:25.2.2-1~bpo12+1), libreoffice-draw (= 4:25.2.2-1~bpo12+1), libreoffice-uiconfig-impress (= 4:25.2.2-1~bpo12+1), libbox2d2 (>= 2.4.1), libc6 (>= 2.32), libepoxy0 (>= 1.0), libetonyek-0.1-1, libgcc-s1 (>= 3.5), 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: 682964 SHA256: 533e4855ee129fedf635d5719f5de21600e6ff1c90f0c45ce8065e55e4328e75 SHA1: b560b3c66aa722338e8cfd5fdd4895a5c3df0d2b MD5sum: 1e4cfcc38b88fed65011fa4ff21231d5 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.2-1~bpo12+1_armhf.deb Package: libreoffice-impress-nogui Source: libreoffice Version: 4:25.2.2-1~bpo12+1 Installed-Size: 1744 Maintainer: Debian LibreOffice Maintainers Architecture: armhf Replaces: libreoffice-common (<< 1:6.4.2~rc1~), libreoffice-impress Depends: libreoffice-core-nogui (= 4:25.2.2-1~bpo12+1) | libreoffice-core (= 4:25.2.2-1~bpo12+1), libreoffice-draw-nogui (= 4:25.2.2-1~bpo12+1) | libreoffice-draw (= 4:25.2.2-1~bpo12+1), libreoffice-uiconfig-impress (= 4:25.2.2-1~bpo12+1), libbox2d2 (>= 2.4.1), libc6 (>= 2.32), libetonyek-0.1-1, libgcc-s1 (>= 3.5), 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: 568684 SHA256: 26894f1d7cfbcd76168a6f2a5188bbe5ca104f3cca7941a8762896b51231549a SHA1: 06d454042b1b0edea71fc7a4961549909f5b3265 MD5sum: ee0e2429a4bd8ea5d01e39681667f566 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.2-1~bpo12+1_armhf.deb Package: libreoffice-java-common Source: libreoffice Version: 4:25.2.2-1~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: 519844 SHA256: 94172e6637e70375c81b4b8cf5585856d2abd7b352f77b1a6e4db088684cc207 SHA1: c089c7f6425c6011155883c0032d40650b160e01 MD5sum: b40650407a91d24b35d4d35af81f2013 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.2-1~bpo12+1_all.deb Package: libreoffice-kf5 Source: libreoffice Version: 4:25.2.2-1~bpo12+1 Installed-Size: 112 Maintainer: Debian LibreOffice Maintainers Architecture: armhf Replaces: libreoffice-kde (<< 1:6.1.0~alpha1-1) Depends: libreoffice-core (= 4:25.2.2-1~bpo12+1), kio, libc6 (>= 2.4), libgcc-s1 (>= 3.5), 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: 56084 SHA256: 3253092d465699ab8b459bd91b931f58042269b81e1618c7cb664e96a70eeaaf SHA1: 3242478c9525987e01eab28ed82c9402bb686438 MD5sum: cc8a72e68eaa49a26ab6349ad68cd25f 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.2-1~bpo12+1_armhf.deb Package: libreoffice-l10n-af Source: libreoffice Version: 4:25.2.2-1~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.2) Suggests: hunspell-dictionary-af | myspell-dictionary-af | libreoffice-spellcheck-af, hyphen-af | libreoffice-hyphenation-af, libreoffice-grammarcheck-af, libreoffice-help-af, mythes-af Size: 832468 SHA256: c8ed675fa4473c0e0e2ad3c28dacf3479587bbcdae8f708aab96cf55c3c60f9c SHA1: 2accc2cae2b361f635ced9f851a307135ee997bd MD5sum: 0a29eec549676f8ab8cfa70ffde5eb11 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.2-1~bpo12+1_all.deb Package: libreoffice-l10n-am Source: libreoffice Version: 4:25.2.2-1~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.2) Suggests: hunspell-dictionary-am | myspell-dictionary-am | libreoffice-spellcheck-am, hyphen-am | libreoffice-hyphenation-am, libreoffice-grammarcheck-am, libreoffice-help-am, mythes-am Size: 684256 SHA256: cf66b187b805b1df2c2ac6cb482c0d4fb913fa15d7bec08be45de4e69a46faba SHA1: d72cfb57242546aa436bc9c46f35ec9a7a826743 MD5sum: c1b991c6fb732b49f5d015bedc85f955 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.2-1~bpo12+1_all.deb Package: libreoffice-l10n-ar Source: libreoffice Version: 4:25.2.2-1~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.2) Suggests: hunspell-dictionary-ar | myspell-dictionary-ar | libreoffice-spellcheck-ar, hyphen-ar | libreoffice-hyphenation-ar, libreoffice-grammarcheck-ar, libreoffice-help-ar, mythes-ar Size: 596236 SHA256: cb52fe97da901aaeed5ca29468766d2b49558e3ba93802ec004e545d49f2cd9f SHA1: e223bb58646cc3b476bc4a8ec37eabe05b481659 MD5sum: 222db5183f0dea38c350c3d2e05b1003 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.2-1~bpo12+1_all.deb Package: libreoffice-l10n-as Source: libreoffice Version: 4:25.2.2-1~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.2) Suggests: hunspell-dictionary-as | myspell-dictionary-as | libreoffice-spellcheck-as, hyphen-as | libreoffice-hyphenation-as, libreoffice-grammarcheck-as, libreoffice-help-as, mythes-as Size: 390972 SHA256: 829efe67a4a127a01a1b3b8f9c079ea15cbb2cdfd19c26629d9b3dd9ec262815 SHA1: e45a3240a0c4a26fdb0c9a2a6bd5352866ba30f2 MD5sum: 6d3106282f38f8b7c06b23ac3442778f 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.2-1~bpo12+1_all.deb Package: libreoffice-l10n-ast Source: libreoffice Version: 4:25.2.2-1~bpo12+1 Installed-Size: 2573 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.2) Suggests: hunspell-dictionary-ast | myspell-dictionary-ast | libreoffice-spellcheck-ast, hyphen-ast | libreoffice-hyphenation-ast, libreoffice-grammarcheck-ast, libreoffice-help-ast, mythes-ast Size: 510068 SHA256: a15ebc41d36a161da1140d110e844e405cd2025b9bd45863ff262d7de2a7e03b SHA1: 44f9fd35156c58555a64e93764b6c85cc3125af2 MD5sum: 8500e227f943dade5d71a6b186dca917 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.2-1~bpo12+1_all.deb Package: libreoffice-l10n-be Source: libreoffice Version: 4:25.2.2-1~bpo12+1 Installed-Size: 2681 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.2) Suggests: hunspell-dictionary-be | myspell-dictionary-be | libreoffice-spellcheck-be, hyphen-be | libreoffice-hyphenation-be, libreoffice-grammarcheck-be, libreoffice-help-be, mythes-be Size: 487036 SHA256: 4b5c085cf736f589e48e6cf38eb3c0f066387d9f0cd170bed714774176723119 SHA1: c51b9c3469c749d04fc8421229ba7a616c3dcb95 MD5sum: 614c8d22b59cccfd2db5f827f0413be0 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.2-1~bpo12+1_all.deb Package: libreoffice-l10n-bg Source: libreoffice Version: 4:25.2.2-1~bpo12+1 Installed-Size: 5080 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.2) Suggests: hunspell-dictionary-bg | myspell-dictionary-bg | libreoffice-spellcheck-bg, hyphen-bg | libreoffice-hyphenation-bg, libreoffice-grammarcheck-bg, libreoffice-help-bg, mythes-bg Size: 931340 SHA256: dd8ca53cb44d5af9c2786d39380bc22834e03c4462c5362a1a91689560503788 SHA1: 751da0576a65a42d5980b06e8d22e79dfcf9e88d MD5sum: d62f04d0269a8aec5a5db40201c30bb2 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.2-1~bpo12+1_all.deb Package: libreoffice-l10n-bn Source: libreoffice Version: 4:25.2.2-1~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.2) Suggests: hunspell-dictionary-bn | myspell-dictionary-bn | libreoffice-spellcheck-bn, hyphen-bn | libreoffice-hyphenation-bn, libreoffice-grammarcheck-bn, libreoffice-help-bn, mythes-bn Size: 632404 SHA256: bf8f4f15b964fa815c457ae953d100df54693670c62e8f03f516b2f531932e2e SHA1: 0f30ea8469c64e7be1409f31fdf2708dc2bb4c98 MD5sum: ab8fc6998ff5864a571a43a051466540 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.2-1~bpo12+1_all.deb Package: libreoffice-l10n-br Source: libreoffice Version: 4:25.2.2-1~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.2) Suggests: hunspell-dictionary-br | myspell-dictionary-br | libreoffice-spellcheck-br, hyphen-br | libreoffice-hyphenation-br, libreoffice-grammarcheck-br, libreoffice-help-br, mythes-br Size: 474988 SHA256: c1e96e3c99f97ccc4625f57872b60c11b7cff1c1c8646db72f25beb4f6da1f0c SHA1: 3fb19e25cacae1b822053a49b45e8cb82c0e9441 MD5sum: 7958b0dba1894ccd6a35b760298dc435 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.2-1~bpo12+1_all.deb Package: libreoffice-l10n-bs Source: libreoffice Version: 4:25.2.2-1~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.2) Suggests: hunspell-dictionary-bs | myspell-dictionary-bs | libreoffice-spellcheck-bs, hyphen-bs | libreoffice-hyphenation-bs, libreoffice-grammarcheck-bs, libreoffice-help-bs, mythes-bs Size: 422616 SHA256: 35feaa985a8c77e0c97913dec443d01dae5d43009192b610e5807262281765e5 SHA1: 00871f58e2876704e572b9e00e1401f08e3d4f0f MD5sum: 59b720c730b45ce04f12c4cd878b4f0b 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.2-1~bpo12+1_all.deb Package: libreoffice-l10n-ca Source: libreoffice Version: 4:25.2.2-1~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.2) Suggests: hunspell-dictionary-ca | myspell-dictionary-ca | libreoffice-spellcheck-ca, hyphen-ca | libreoffice-hyphenation-ca, libreoffice-grammarcheck-ca, libreoffice-help-ca, mythes-ca Size: 1032192 SHA256: 5b49d449ac615a22422292a19a274cdf003d0cce4beb18edb2faf4312f590221 SHA1: cb1e1cee6693ac3342872d7f1e64a19b32e18c9d MD5sum: 0348dd3e5e544b41f496a8a7918dac72 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.2-1~bpo12+1_all.deb Package: libreoffice-l10n-cs Source: libreoffice Version: 4:25.2.2-1~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.2) Suggests: hunspell-dictionary-cs | myspell-dictionary-cs | libreoffice-spellcheck-cs, hyphen-cs | libreoffice-hyphenation-cs, libreoffice-grammarcheck-cs, libreoffice-help-cs, mythes-cs Size: 912980 SHA256: 282fc27572c2600564be75e1f60e05277d73d3febd114fbc6d78575f6349ac17 SHA1: ec3d7c516e3386b29fa654b829cca716de8ed953 MD5sum: eaa88750b36bc999da1be59870df85f0 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.2-1~bpo12+1_all.deb Package: libreoffice-l10n-cy Source: libreoffice Version: 4:25.2.2-1~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.2) Suggests: hunspell-dictionary-cy | myspell-dictionary-cy | libreoffice-spellcheck-cy, hyphen-cy | libreoffice-hyphenation-cy, libreoffice-grammarcheck-cy, libreoffice-help-cy, mythes-cy Size: 817724 SHA256: b8fa9b9ddba875589ab0953ea8396882fd5c733fbb7a5e3a5554ca569d4ba107 SHA1: 4dddc55958e7ccbb7e306086cb8ea4c709c37bc4 MD5sum: 531972e5aa33a15a9f8cea6779e47e9b 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.2-1~bpo12+1_all.deb Package: libreoffice-l10n-da Source: libreoffice Version: 4:25.2.2-1~bpo12+1 Installed-Size: 4149 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.2) Suggests: hunspell-dictionary-da | myspell-dictionary-da | libreoffice-spellcheck-da, hyphen-da | libreoffice-hyphenation-da, libreoffice-grammarcheck-da, libreoffice-help-da, mythes-da Size: 889256 SHA256: 1a7c2f327eadfda76234af8678e86e7ab8bf60b27ef61143b91e0be2fa15ce5a SHA1: d371b858695f4ef8d06ad7fe7e3350b92be3a0cf MD5sum: e9ea7866fa14e09b3db53ee82e16e432 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.2-1~bpo12+1_all.deb Package: libreoffice-l10n-de Source: libreoffice Version: 4:25.2.2-1~bpo12+1 Installed-Size: 4282 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.2) Suggests: hunspell-dictionary-de | myspell-dictionary-de | libreoffice-spellcheck-de, hyphen-de | libreoffice-hyphenation-de, libreoffice-grammarcheck-de, libreoffice-help-de, mythes-de Size: 899200 SHA256: d20e6eb1c80ffd19b229957662586ad2be2858b0ebb87098b6ebb85b0ca5f442 SHA1: ae1d050bb5fc63c0b51879884c897a8b83f6117d MD5sum: a403e563835fc594f762f2f0ad9f44bc 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.2-1~bpo12+1_all.deb Package: libreoffice-l10n-dz Source: libreoffice Version: 4:25.2.2-1~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.2) Suggests: hunspell-dictionary-dz | myspell-dictionary-dz | libreoffice-spellcheck-dz, hyphen-dz | libreoffice-hyphenation-dz, libreoffice-grammarcheck-dz, libreoffice-help-dz, mythes-dz Size: 366200 SHA256: 9448f0a355375497f704f3660369186b1da5ad824b0d2fb532c8cbcbf074987a SHA1: e453eacc1a761f0f3a90c46690af12bf349a6a91 MD5sum: 710c5caa54fa8835f74878459b575174 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.2-1~bpo12+1_all.deb Package: libreoffice-l10n-el Source: libreoffice Version: 4:25.2.2-1~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.2) Suggests: hunspell-dictionary-el | myspell-dictionary-el | libreoffice-spellcheck-el, hyphen-el | libreoffice-hyphenation-el, libreoffice-grammarcheck-el, libreoffice-help-el, mythes-el Size: 871108 SHA256: 09da2f72baa224906eb25c7289b820b9849076c305091daa2e50a55c38201441 SHA1: 44101955f010c7a6a59fa7678d451ae64575f902 MD5sum: 089c963db154ddbb014a245bea5132f8 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.2-1~bpo12+1_all.deb Package: libreoffice-l10n-en-gb Source: libreoffice Version: 4:25.2.2-1~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.2) 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: 710988 SHA256: f0be15f8cedaff65ea07bc47d6e576f199afc2dfa930ee09e8af75aa6b7ac5cc SHA1: 95c502899069f5269765720f5b6990fc7a7c6d8e MD5sum: 66e9a1de16068c7779aaf3b218dda62b 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.2-1~bpo12+1_all.deb Package: libreoffice-l10n-en-za Source: libreoffice Version: 4:25.2.2-1~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.2) 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: 321672 SHA256: a88def0ae1d8bf3aacadbcd852f94602538ae75dba5ea04bb7ba957e722def7b SHA1: b2b010fb602e70ad47444f190e99b0ebeee7a43a MD5sum: 6f2fa55fb24450e1e53f77a9ba77c398 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.2-1~bpo12+1_all.deb Package: libreoffice-l10n-eo Source: libreoffice Version: 4:25.2.2-1~bpo12+1 Installed-Size: 3917 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.2) Suggests: hunspell-dictionary-eo | myspell-dictionary-eo | libreoffice-spellcheck-eo, hyphen-eo | libreoffice-hyphenation-eo, libreoffice-grammarcheck-eo, libreoffice-help-eo, mythes-eo Size: 789040 SHA256: 6ccef83f4e7a024917d1e1adc977e6743df3051156777212bf3c39d095164cbc SHA1: a0f0027775d2ea12bc361cd30bc6f997e0bdfcc5 MD5sum: 9dbdc34aa4fa3c3bb01931572063ccce 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.2-1~bpo12+1_all.deb Package: libreoffice-l10n-es Source: libreoffice Version: 4:25.2.2-1~bpo12+1 Installed-Size: 4222 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.2) Suggests: hunspell-dictionary-es | myspell-dictionary-es | libreoffice-spellcheck-es, hyphen-es | libreoffice-hyphenation-es, libreoffice-grammarcheck-es, libreoffice-help-es, mythes-es Size: 883736 SHA256: b343421a36aa074b762e26f24825031094b3716367332d391c81bf0866839760 SHA1: 717ea468d6ac70f1162b186d44836236ee162e22 MD5sum: 9d76e4be35ec8a0415338ebe8ee439db 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.2-1~bpo12+1_all.deb Package: libreoffice-l10n-et Source: libreoffice Version: 4:25.2.2-1~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.2) Suggests: hunspell-dictionary-et | myspell-dictionary-et | libreoffice-spellcheck-et, hyphen-et | libreoffice-hyphenation-et, libreoffice-grammarcheck-et, libreoffice-help-et, mythes-et Size: 695872 SHA256: c3b1d3727ca37e83152d11aec6e7f510264731442ee2ca9efe84677572a220cf SHA1: 17178125ad7f910d01ada30b952e8c66457fe8e1 MD5sum: c406d77fe1445003e0b39d9a5730602a 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.2-1~bpo12+1_all.deb Package: libreoffice-l10n-eu Source: libreoffice Version: 4:25.2.2-1~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.2) Suggests: hunspell-dictionary-eu | myspell-dictionary-eu | libreoffice-spellcheck-eu, hyphen-eu | libreoffice-hyphenation-eu, libreoffice-grammarcheck-eu, libreoffice-help-eu, mythes-eu Size: 767568 SHA256: 87be5ba85fbb98f2a0a0df27340919232428d4376144eafc7563e7276c94315f SHA1: bb26c8258cb0a16516b50ce4a117bed2d62d80fe MD5sum: df1ea1031a19530e9e33f897c85eb429 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.2-1~bpo12+1_all.deb Package: libreoffice-l10n-fa Source: libreoffice Version: 4:25.2.2-1~bpo12+1 Installed-Size: 1835 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.2) Suggests: hunspell-dictionary-fa | myspell-dictionary-fa | libreoffice-spellcheck-fa, hyphen-fa | libreoffice-hyphenation-fa, libreoffice-grammarcheck-fa, libreoffice-help-fa, mythes-fa Size: 321456 SHA256: 204bb85c36f824d9f68b096c614e921c8bae66e34a34fc458ea133171324e1a6 SHA1: 1f384fece94ec3c9d02f79353347b1d7f702970b MD5sum: f4c965ddd438ea8f1237bcbdad270da1 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.2-1~bpo12+1_all.deb Package: libreoffice-l10n-fi Source: libreoffice Version: 4:25.2.2-1~bpo12+1 Installed-Size: 3469 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.2) Suggests: hunspell-dictionary-fi | myspell-dictionary-fi | libreoffice-spellcheck-fi, hyphen-fi | libreoffice-hyphenation-fi, libreoffice-grammarcheck-fi, libreoffice-help-fi, mythes-fi Size: 700656 SHA256: 930f6f699cf0d80ba8dd4ebb86308e07a7fd23c6c43d5e91fc3ce5227174e62d SHA1: d5070a3af3a8756d429d09e985eb9fed3056692b MD5sum: 7539024a5b864c7a818824c20e57d414 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.2-1~bpo12+1_all.deb Package: libreoffice-l10n-fr Source: libreoffice Version: 4:25.2.2-1~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.2) Suggests: hunspell-dictionary-fr | myspell-dictionary-fr | libreoffice-spellcheck-fr, hyphen-fr | libreoffice-hyphenation-fr, libreoffice-grammarcheck-fr, libreoffice-help-fr, mythes-fr Size: 898076 SHA256: 0dfc58f048dc0fa12cf236a501fcc8ea49ed72fc2b243ab4dcee9bd2d3072ea6 SHA1: b7fe54210cfad498db1a22fb975d814095e0a0e2 MD5sum: 9a84faf4003190c3b36b07e5a89d40d2 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.2-1~bpo12+1_all.deb Package: libreoffice-l10n-ga Source: libreoffice Version: 4:25.2.2-1~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.2) Suggests: hunspell-dictionary-ga | myspell-dictionary-ga | libreoffice-spellcheck-ga, hyphen-ga | libreoffice-hyphenation-ga, libreoffice-grammarcheck-ga, libreoffice-help-ga, mythes-ga Size: 533192 SHA256: ad8cb0ae0d702a6371f9bd5e3cc2b0641fb2a5853645a4f21dd52261687f69e2 SHA1: 813557752b61768f6d87d3b36ef7ea92988b6588 MD5sum: c61eb3b82c328c181a692d81af063ac7 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.2-1~bpo12+1_all.deb Package: libreoffice-l10n-gd Source: libreoffice Version: 4:25.2.2-1~bpo12+1 Installed-Size: 2813 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.2) Suggests: hunspell-dictionary-gd | myspell-dictionary-gd | libreoffice-spellcheck-gd, hyphen-gd | libreoffice-hyphenation-gd, libreoffice-grammarcheck-gd, libreoffice-help-gd, mythes-gd Size: 549184 SHA256: d2ed880b8b56d9b988095854be1daaea711862836304349b04a53417c89a5ae7 SHA1: ac6f80337ecf0b256cd519e3f2324dbfcc645930 MD5sum: eb27049d453a90be52cbf5d3897d14c4 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.2-1~bpo12+1_all.deb Package: libreoffice-l10n-gl Source: libreoffice Version: 4:25.2.2-1~bpo12+1 Installed-Size: 4118 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.2) Suggests: hunspell-dictionary-gl | myspell-dictionary-gl | libreoffice-spellcheck-gl, hyphen-gl | libreoffice-hyphenation-gl, libreoffice-grammarcheck-gl, libreoffice-help-gl, mythes-gl Size: 820752 SHA256: f2ac14d899ab921bb609afc5f2e5f9cf55cccf2629cc203ae3d8f61443afdf2f SHA1: 560a6d875c6121993c2eabda15ae339bb321b207 MD5sum: 1851bb028d02877a2067825e93426154 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.2-1~bpo12+1_all.deb Package: libreoffice-l10n-gu Source: libreoffice Version: 4:25.2.2-1~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.2) Suggests: hunspell-dictionary-gu | myspell-dictionary-gu | libreoffice-spellcheck-gu, hyphen-gu | libreoffice-hyphenation-gu, libreoffice-grammarcheck-gu, libreoffice-help-gu, mythes-gu Size: 468172 SHA256: 06f0fce923b4b8ad438f4d8e1259d0d617ae5e52387efab8a8f71bab9beb2cc8 SHA1: 0a7f88398681c0766561d7d379599ca6b297fe22 MD5sum: 1123dd772e779c4ff663caa575cc2f77 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.2-1~bpo12+1_all.deb Package: libreoffice-l10n-gug Source: libreoffice Version: 4:25.2.2-1~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.2) Suggests: hunspell-dictionary-gug | myspell-dictionary-gug | libreoffice-spellcheck-gug, hyphen-gug | libreoffice-hyphenation-gug, libreoffice-grammarcheck-gug, libreoffice-help-gug, mythes-gug Size: 394912 SHA256: 3b290c56d13f4738ee34850f3517a54bc665a7ec83ad51067a53b6e70cd01a10 SHA1: bd1a677ac64d97d56075561ce81ef9fdc7a0d3e7 MD5sum: d0479ab06dcf6631a9e60a287dbef65e 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.2-1~bpo12+1_all.deb Package: libreoffice-l10n-he Source: libreoffice Version: 4:25.2.2-1~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.2) Suggests: hunspell-dictionary-he | myspell-dictionary-he | libreoffice-spellcheck-he, hyphen-he | libreoffice-hyphenation-he, libreoffice-grammarcheck-he, libreoffice-help-he, mythes-he Size: 536868 SHA256: e69723967063d8bd21b2362eecf51c971d52455b4f3b0ca38c254db0784110e6 SHA1: 5e23854ba9de7f38f4d52b7a245f18d205e54b52 MD5sum: 14b7b73babacf041ad132a352086b29e 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.2-1~bpo12+1_all.deb Package: libreoffice-l10n-hi Source: libreoffice Version: 4:25.2.2-1~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.2) Suggests: hunspell-dictionary-hi | myspell-dictionary-hi | libreoffice-spellcheck-hi, hyphen-hi | libreoffice-hyphenation-hi, libreoffice-grammarcheck-hi, libreoffice-help-hi, mythes-hi Size: 366780 SHA256: 05f6a73421237a96b85d9587f25c5b4aee5df8df1b7241e0c26536e0981b1606 SHA1: 4e6d2b36eeb349177a588055af686d7d5c92753b MD5sum: 143a86b005d828b2fb1b7f374b0adfa8 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.2-1~bpo12+1_all.deb Package: libreoffice-l10n-hr Source: libreoffice Version: 4:25.2.2-1~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.2) Suggests: hunspell-dictionary-hr | myspell-dictionary-hr | libreoffice-spellcheck-hr, hyphen-hr | libreoffice-hyphenation-hr, libreoffice-grammarcheck-hr, libreoffice-help-hr, mythes-hr Size: 563088 SHA256: 414f77d9a7e25e2e33de92f1b18846907e38007c750d216aa4606de8e93f02db SHA1: cb3b6e584e5d2e7aee3257154df389b9befb16a7 MD5sum: f1a9b843aad4a70b1ff1f7b63e6d65e1 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.2-1~bpo12+1_all.deb Package: libreoffice-l10n-hu Source: libreoffice Version: 4:25.2.2-1~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.2) Suggests: hunspell-dictionary-hu | myspell-dictionary-hu | libreoffice-spellcheck-hu, hyphen-hu | libreoffice-hyphenation-hu, libreoffice-grammarcheck-hu, libreoffice-help-hu, mythes-hu Size: 887300 SHA256: c2918a4ae6b1dd4a24392a1e513f9b7afee2b57a1e3f9e9f4124282376a07d6a SHA1: 1b9fbfd7f80acf632bdd0df97c9305b7a6ffce6d MD5sum: 7d6166880b2d8b711132fa520fa5b35e 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.2-1~bpo12+1_all.deb Package: libreoffice-l10n-hy Source: libreoffice Version: 4:25.2.2-1~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.2) Suggests: hunspell-dictionary-hy | myspell-dictionary-hy | libreoffice-spellcheck-hy, hyphen-hy | libreoffice-hyphenation-hy, libreoffice-grammarcheck-hy, libreoffice-help-hy, mythes-hy Size: 851392 SHA256: 0d2691958f439433a130a6817af934ecfb94edf4dc287090c66ef935c50a7eee SHA1: 8e411565f37c6437f1d2335b20c2a3831e48610e MD5sum: cd44028d6ebca9119bf7b363cf499cd9 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.2-1~bpo12+1_all.deb Package: libreoffice-l10n-id Source: libreoffice Version: 4:25.2.2-1~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.2) Suggests: hunspell-dictionary-id | myspell-dictionary-id | libreoffice-spellcheck-id, hyphen-id | libreoffice-hyphenation-id, libreoffice-grammarcheck-id, libreoffice-help-id, mythes-id Size: 807620 SHA256: d560db4bf9adaf94cb0e859ebed03cdcc79b5bc06d726caad5f859bcf15a7812 SHA1: 1f64cf357f84bfc4e854c34e1d72a7be5c398366 MD5sum: 68317130f82e3852a8bab3e3cb85eead 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.2-1~bpo12+1_all.deb Package: libreoffice-l10n-in Source: libreoffice Version: 4:25.2.2-1~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: 42152 SHA256: 23f65b9d1d0e154e45d0deaa4de2aa7b56b9731f2fcf8672f22ac323f01f354d SHA1: 28cc7b0f58f9d72fc4f8775a975cd4e363c08003 MD5sum: a0df5cf9337be004fdb584cc2d1315d5 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.2-1~bpo12+1_all.deb Package: libreoffice-l10n-is Source: libreoffice Version: 4:25.2.2-1~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.2) Suggests: hunspell-dictionary-is | myspell-dictionary-is | libreoffice-spellcheck-is, hyphen-is | libreoffice-hyphenation-is, libreoffice-grammarcheck-is, libreoffice-help-is, mythes-is Size: 626180 SHA256: a98c107ba8e22b62e7a3656074d17c47809df9c102fea72e6828a8a5d61e1b88 SHA1: d05b702ba102616b6683ff863f1a76177f313839 MD5sum: ddb3c978d69a945682a90bf871d6a49d 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.2-1~bpo12+1_all.deb Package: libreoffice-l10n-it Source: libreoffice Version: 4:25.2.2-1~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.2) Suggests: hunspell-dictionary-it | myspell-dictionary-it | libreoffice-spellcheck-it, hyphen-it | libreoffice-hyphenation-it, libreoffice-grammarcheck-it, libreoffice-help-it, mythes-it Size: 891832 SHA256: 4ff31c9b32cb56f8f2cb111a4920f0012b5bd50fe1cb858e392df83d1994830b SHA1: 4ed0c85c58fe3f9ae811c915b08d6c9516a34742 MD5sum: 7544a3da107015feb8ebb78aadd43721 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.2-1~bpo12+1_all.deb Package: libreoffice-l10n-ja Source: libreoffice Version: 4:25.2.2-1~bpo12+1 Installed-Size: 3885 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.2) Suggests: hunspell-dictionary-ja | myspell-dictionary-ja | libreoffice-spellcheck-ja, hyphen-ja | libreoffice-hyphenation-ja, libreoffice-grammarcheck-ja, libreoffice-help-ja, mythes-ja Size: 794860 SHA256: 7627a3a72694be9612c683ebda24277167ba4cef0a6f77125933ba338bcdd329 SHA1: 0b22b880f50460183c2d700f633102c320c836a5 MD5sum: 5e08115f28925b485143349864d96fb3 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.2-1~bpo12+1_all.deb Package: libreoffice-l10n-ka Source: libreoffice Version: 4:25.2.2-1~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.2) Suggests: hunspell-dictionary-ka | myspell-dictionary-ka | libreoffice-spellcheck-ka, hyphen-ka | libreoffice-hyphenation-ka, libreoffice-grammarcheck-ka, libreoffice-help-ka, mythes-ka Size: 858476 SHA256: 191231a2be7a8487cd74a2e459b4167c9e26f4965e80479857a364bd92788d1e SHA1: 5446c778eedfac03ba4dce83c4b13b31136a5b40 MD5sum: f9ccb8f6b800f90ad8c6c49cc7322966 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.2-1~bpo12+1_all.deb Package: libreoffice-l10n-kk Source: libreoffice Version: 4:25.2.2-1~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.2) Suggests: hunspell-dictionary-kk | myspell-dictionary-kk | libreoffice-spellcheck-kk, hyphen-kk | libreoffice-hyphenation-kk, libreoffice-grammarcheck-kk, libreoffice-help-kk, mythes-kk Size: 755596 SHA256: f4d284fbc915b5c6d14a12a9443300a9e905e902d3c6eaf71ecb9b63782978b0 SHA1: d6b9a31519c65a45f07b8eba8683a91b101ae12a MD5sum: 16d64dc29376b65d6d2f488291e40512 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.2-1~bpo12+1_all.deb Package: libreoffice-l10n-km Source: libreoffice Version: 4:25.2.2-1~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.2) Suggests: hunspell-dictionary-km | myspell-dictionary-km | libreoffice-spellcheck-km, hyphen-km | libreoffice-hyphenation-km, libreoffice-grammarcheck-km, libreoffice-help-km, mythes-km Size: 595244 SHA256: a5ada424896126a0c57fd56ca42e73fa7de22e1c288abc5213a3dba37bb0cc07 SHA1: 36ce86a06bfceaffad964ffe1c42eb083335c8c8 MD5sum: 4c6949243192803917f4a8edac3936f5 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.2-1~bpo12+1_all.deb Package: libreoffice-l10n-kmr Source: libreoffice Version: 4:25.2.2-1~bpo12+1 Installed-Size: 1546 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.2) Suggests: hunspell-dictionary-kmr | myspell-dictionary-kmr | libreoffice-spellcheck-kmr, hyphen-kmr | libreoffice-hyphenation-kmr, libreoffice-grammarcheck-kmr, libreoffice-help-kmr, mythes-kmr Size: 272848 SHA256: e9f5bedc49930111d5ad7a057a9b61832930f5c65eab474375026cf984de5633 SHA1: f866a50ee77e94d25d31e5d8205002153ea9213a MD5sum: 5ac6575b31e84c229b0bbe94bac50722 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.2-1~bpo12+1_all.deb Package: libreoffice-l10n-kn Source: libreoffice Version: 4:25.2.2-1~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.2) Suggests: hunspell-dictionary-kn | myspell-dictionary-kn | libreoffice-spellcheck-kn, hyphen-kn | libreoffice-hyphenation-kn, libreoffice-grammarcheck-kn, libreoffice-help-kn, mythes-kn Size: 419532 SHA256: 91b771710fc30e0d310e85c8bb54b71afaf22f4984e575f5505a1dbb378ecb98 SHA1: 115c41b008caf31885c9cfa8c40ef6b9582dd853 MD5sum: 7fec5bb7131aafc760ab09fb04c0f076 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.2-1~bpo12+1_all.deb Package: libreoffice-l10n-ko Source: libreoffice Version: 4:25.2.2-1~bpo12+1 Installed-Size: 3237 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.2) Suggests: hunspell-dictionary-ko | myspell-dictionary-ko | libreoffice-spellcheck-ko, hyphen-ko | libreoffice-hyphenation-ko, libreoffice-grammarcheck-ko, libreoffice-help-ko, mythes-ko Size: 681684 SHA256: a89077a63b434fe8baba81fa1fddd51ca473ae111101b0431b12c85d27acba37 SHA1: 7a0f94ddd3a677e68e474c779b355aa6f1d5d724 MD5sum: a9abf833a8750e0a620885fd28c2c650 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.2-1~bpo12+1_all.deb Package: libreoffice-l10n-lt Source: libreoffice Version: 4:25.2.2-1~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.2) Suggests: hunspell-dictionary-lt | myspell-dictionary-lt | libreoffice-spellcheck-lt, hyphen-lt | libreoffice-hyphenation-lt, libreoffice-grammarcheck-lt, libreoffice-help-lt, mythes-lt Size: 662592 SHA256: 96b6ef12b06a7a62ae773fa2b8d5feb3d7ed569f364c4d60989f4cf1e8f2f86e SHA1: 5fa59e28c062967896d2e4fd0d48756dac47d150 MD5sum: 4b013a5c66a9938e0c2d412fc39e2a42 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.2-1~bpo12+1_all.deb Package: libreoffice-l10n-lv Source: libreoffice Version: 4:25.2.2-1~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.2) Suggests: hunspell-dictionary-lv | myspell-dictionary-lv | libreoffice-spellcheck-lv, hyphen-lv | libreoffice-hyphenation-lv, libreoffice-grammarcheck-lv, libreoffice-help-lv, mythes-lv Size: 557996 SHA256: d023433df9303270ed8478c2931ff607c952312db09b500a91859f2c71591244 SHA1: 5788fffbc87850633353160f66efa6214e623f6a MD5sum: e6179f13a75facdeb25c9efdca45644e 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.2-1~bpo12+1_all.deb Package: libreoffice-l10n-mk Source: libreoffice Version: 4:25.2.2-1~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.2) Suggests: hunspell-dictionary-mk | myspell-dictionary-mk | libreoffice-spellcheck-mk, hyphen-mk | libreoffice-hyphenation-mk, libreoffice-grammarcheck-mk, libreoffice-help-mk, mythes-mk Size: 359120 SHA256: 90995c25c41a32a8c1aa96d920e321490bb4dad5e09b3187883c5add457a06ac SHA1: 2d00b4c58ef03c8d8d0128a777af0bc832c3de8d MD5sum: 6cf142926e011077baa62a68d3a13eea 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.2-1~bpo12+1_all.deb Package: libreoffice-l10n-ml Source: libreoffice Version: 4:25.2.2-1~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.2) Suggests: hunspell-dictionary-ml | myspell-dictionary-ml | libreoffice-spellcheck-ml, hyphen-ml | libreoffice-hyphenation-ml, libreoffice-grammarcheck-ml, libreoffice-help-ml, mythes-ml Size: 392040 SHA256: 5044ac8cda2d9583b413dc4ffdc8330748f38d6f6f89ec8051047ae298b93202 SHA1: a70f19b14410a064df010a418bff354e4815e5f0 MD5sum: a5e27d01e07ef84cf34688a0746ac3f7 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.2-1~bpo12+1_all.deb Package: libreoffice-l10n-mn Source: libreoffice Version: 4:25.2.2-1~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.2) Suggests: hunspell-dictionary-mn | myspell-dictionary-mn | libreoffice-spellcheck-mn, hyphen-mn | libreoffice-hyphenation-mn, libreoffice-grammarcheck-mn, libreoffice-help-mn, mythes-mn Size: 649272 SHA256: 365780219925dffeb12c7e7985ab194fca53699ea1e619e8114898091c621b8e SHA1: d979f0d5ee00b1a940de47cda08a1e20e3dab95d MD5sum: a1fa91447a5ee6ab37bd7c586f05fa9f 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.2-1~bpo12+1_all.deb Package: libreoffice-l10n-mr Source: libreoffice Version: 4:25.2.2-1~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.2) Suggests: hunspell-dictionary-mr | myspell-dictionary-mr | libreoffice-spellcheck-mr, hyphen-mr | libreoffice-hyphenation-mr, libreoffice-grammarcheck-mr, libreoffice-help-mr, mythes-mr Size: 418440 SHA256: f98561b0b104e26cfc063042a3f6dc7fadf0980d10b683ae6ef283c132445e14 SHA1: f9503ad5322614322427360a540bb81963d1ad88 MD5sum: 7c860bd6a1bedf13c92b235d88fe6b0d 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.2-1~bpo12+1_all.deb Package: libreoffice-l10n-nb Source: libreoffice Version: 4:25.2.2-1~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.2) Suggests: hunspell-dictionary-nb | myspell-dictionary-nb | libreoffice-spellcheck-nb, hyphen-nb | libreoffice-hyphenation-nb, libreoffice-grammarcheck-nb, libreoffice-help-nb, mythes-nb Size: 814308 SHA256: 9fb50a09e2a902f6d03b9f756ffc508ae77b4a02556a2f61ec0c8c4b72b18331 SHA1: be125de4c6dc953b1493c3ce2c10bb108205ee3d MD5sum: b669262a6d4e920342cd9cb3695ec8b1 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.2-1~bpo12+1_all.deb Package: libreoffice-l10n-ne Source: libreoffice Version: 4:25.2.2-1~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.2) Suggests: hunspell-dictionary-ne | myspell-dictionary-ne | libreoffice-spellcheck-ne, hyphen-ne | libreoffice-hyphenation-ne, libreoffice-grammarcheck-ne, libreoffice-help-ne, mythes-ne Size: 414116 SHA256: b04fec33e197aa0e24c83eeb601f543dfdbd9cc470c0930010f27e9f24523bed SHA1: 80b45b333e57ef2f36b8c5d0f6cd40aeb0e16f78 MD5sum: 0c522d896c470d2b3a8a9ddf346ce0fe 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.2-1~bpo12+1_all.deb Package: libreoffice-l10n-nl Source: libreoffice Version: 4:25.2.2-1~bpo12+1 Installed-Size: 4236 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.2) Suggests: hunspell-dictionary-nl | myspell-dictionary-nl | libreoffice-spellcheck-nl, hyphen-nl | libreoffice-hyphenation-nl, libreoffice-grammarcheck-nl, libreoffice-help-nl, mythes-nl Size: 910400 SHA256: 04ab13c7fa6901f13455d7577215f58bd68fdce8603b287ef2e00892848dc738 SHA1: 3cd75f2b7b6aef1f3708c56d96acd96dcac555f7 MD5sum: bf343c8a6ae7bf8326eaf44fb25753b2 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.2-1~bpo12+1_all.deb Package: libreoffice-l10n-nn Source: libreoffice Version: 4:25.2.2-1~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.2) Suggests: hunspell-dictionary-nn | myspell-dictionary-nn | libreoffice-spellcheck-nn, hyphen-nn | libreoffice-hyphenation-nn, libreoffice-grammarcheck-nn, libreoffice-help-nn, mythes-nn Size: 815212 SHA256: 43e5070cffd487563abc2dcdcc75f8ff01affe6383f5107e7a1bcb9ab5bb73bf SHA1: 87a2e4d9b433afc19b3686816d4c6d9869916365 MD5sum: bf76f604f9d1d1d50db8caba68f460c6 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.2-1~bpo12+1_all.deb Package: libreoffice-l10n-nr Source: libreoffice Version: 4:25.2.2-1~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.2) Suggests: hunspell-dictionary-nr | myspell-dictionary-nr | libreoffice-spellcheck-nr, hyphen-nr | libreoffice-hyphenation-nr, libreoffice-grammarcheck-nr, libreoffice-help-nr, mythes-nr Size: 240580 SHA256: da335e6780e1b12eff989e5eb391d0fac4377d50ba6bc13aa0e4f8b3e7b09db2 SHA1: f2181e1647fb6d093ed07963a5c253427463d011 MD5sum: 0e1d93165fa689821e26eff1e00a627e 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.2-1~bpo12+1_all.deb Package: libreoffice-l10n-nso Source: libreoffice Version: 4:25.2.2-1~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.2) Suggests: hunspell-dictionary-nso | myspell-dictionary-nso | libreoffice-spellcheck-nso, hyphen-nso | libreoffice-hyphenation-nso, libreoffice-grammarcheck-nso, libreoffice-help-nso, mythes-nso Size: 265864 SHA256: e48bd06692cb5619a3697cb4fbe54e32ba8c7efe7512de3aaf31f0509a5d7737 SHA1: 24f6661345d962195d6f7704acf4c3e4495a71f0 MD5sum: 85093ec68b167b32eb6b530bacd390da 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.2-1~bpo12+1_all.deb Package: libreoffice-l10n-oc Source: libreoffice Version: 4:25.2.2-1~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.2) Suggests: hunspell-dictionary-oc | myspell-dictionary-oc | libreoffice-spellcheck-oc, hyphen-oc | libreoffice-hyphenation-oc, libreoffice-grammarcheck-oc, libreoffice-help-oc, mythes-oc Size: 547400 SHA256: b2f1af6375172563c1977db73e3850b3ccd3a1f47d8e528ba8b40ac87a59938f SHA1: a949596c5f8c96b52cb1790eec605141c361f1b6 MD5sum: 175cddf61e900f1f751e29d6feb9f079 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.2-1~bpo12+1_all.deb Package: libreoffice-l10n-om Source: libreoffice Version: 4:25.2.2-1~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.2) Suggests: hunspell-dictionary-om | myspell-dictionary-om | libreoffice-spellcheck-om, hyphen-om | libreoffice-hyphenation-om, libreoffice-grammarcheck-om, libreoffice-help-om, mythes-om Size: 378012 SHA256: b964b02f69463580da60a97a2c7363f94ab230086ee79b5bc917d9621f65d528 SHA1: 05e2c16ae02061eafc60723b4574d81cd0ad0f80 MD5sum: 1de28d31f6f088affe85866e5c32d7dc 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.2-1~bpo12+1_all.deb Package: libreoffice-l10n-or Source: libreoffice Version: 4:25.2.2-1~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.2) Suggests: hunspell-dictionary-or | myspell-dictionary-or | libreoffice-spellcheck-or, hyphen-or | libreoffice-hyphenation-or, libreoffice-grammarcheck-or, libreoffice-help-or, mythes-or Size: 430576 SHA256: 7fe6182d54e251b3df9e14cef06d8b01ac7b9e36d501a961f978ea61c4753773 SHA1: b66b44020aa7bef3973e68fc59cc724462ecec80 MD5sum: e3529dcadd30b3ec41b878f3a0fecc19 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.2-1~bpo12+1_all.deb Package: libreoffice-l10n-pa-in Source: libreoffice Version: 4:25.2.2-1~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.2) 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: 450408 SHA256: 398f6c7b6c48488cf5fc9fae730e8a19724dd589b56de24b4e071287615259d3 SHA1: 8cad097109d2f4d4a34f2f0b3f4e87a637113be9 MD5sum: 46d9e244e22030e7c48d2832000e61ad 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.2-1~bpo12+1_all.deb Package: libreoffice-l10n-pl Source: libreoffice Version: 4:25.2.2-1~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.2) Suggests: hunspell-dictionary-pl | myspell-dictionary-pl | libreoffice-spellcheck-pl, hyphen-pl | libreoffice-hyphenation-pl, libreoffice-grammarcheck-pl, libreoffice-help-pl, mythes-pl Size: 866368 SHA256: f64e9022315351055132b9a55fe8b324468dad6cc79b37dd2c915f9ef581524a SHA1: 78cf7ffc335810835d91acd666c1524968c283f7 MD5sum: 016357797ffca5949123b7de1a763923 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.2-1~bpo12+1_all.deb Package: libreoffice-l10n-pt Source: libreoffice Version: 4:25.2.2-1~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.2) Suggests: hunspell-dictionary-pt | myspell-dictionary-pt | libreoffice-spellcheck-pt, hyphen-pt | libreoffice-hyphenation-pt, libreoffice-grammarcheck-pt, libreoffice-help-pt, mythes-pt Size: 810888 SHA256: c923258bae8486c1f04e182b70499ba5b395f191884cefb7ab500ce59dc659fb SHA1: 4f32e3d291dd8458dba66b2c22667f7a95d9ee52 MD5sum: bf5e33c400438017cb50cbde535b0806 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.2-1~bpo12+1_all.deb Package: libreoffice-l10n-pt-br Source: libreoffice Version: 4:25.2.2-1~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.2) 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: 892172 SHA256: 8d2f7da6a849016199d0d979d8f5585b066abfb562490d574717621bd3497b20 SHA1: 2133825c0450ba7d8d38f12834ddd5add354190c MD5sum: 103f43cb5486d440244908f9aaa5ec85 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.2-1~bpo12+1_all.deb Package: libreoffice-l10n-ro Source: libreoffice Version: 4:25.2.2-1~bpo12+1 Installed-Size: 3018 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.2) Suggests: hunspell-dictionary-ro | myspell-dictionary-ro | libreoffice-spellcheck-ro, hyphen-ro | libreoffice-hyphenation-ro, libreoffice-grammarcheck-ro, libreoffice-help-ro, mythes-ro Size: 606292 SHA256: 79375a9425321df70c9789e10929abe7e89b446098c2a27c09c66697603a6dcb SHA1: 31b1d099920dbdad75c37ad9c78bef90039f31f7 MD5sum: 1f0fc577fe1a80abd5b5f99a4cfff2bf 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.2-1~bpo12+1_all.deb Package: libreoffice-l10n-ru Source: libreoffice Version: 4:25.2.2-1~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.2) Suggests: hunspell-dictionary-ru | myspell-dictionary-ru | libreoffice-spellcheck-ru, hyphen-ru | libreoffice-hyphenation-ru, libreoffice-grammarcheck-ru, libreoffice-help-ru, mythes-ru Size: 878536 SHA256: d17c1ced91e4f610ffb1e4e864ef36ab3bdf20db51037e95cf9c817867025d55 SHA1: 69e40aa9110c001be8004747e9ca9fa440d6db67 MD5sum: c0679731c08e6bdea12a6125f2adf9ab 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.2-1~bpo12+1_all.deb Package: libreoffice-l10n-rw Source: libreoffice Version: 4:25.2.2-1~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.2) Suggests: hunspell-dictionary-rw | myspell-dictionary-rw | libreoffice-spellcheck-rw, hyphen-rw | libreoffice-hyphenation-rw, libreoffice-grammarcheck-rw, libreoffice-help-rw, mythes-rw Size: 284404 SHA256: f532249251e2942e7d0eccc208e8492b45effc498db4af2908f0dded2c14df71 SHA1: 058c30d4f30b996424be905a9c4600ba9aec50bb MD5sum: be7ecd0cf27ade0fa94124d8720ec77d 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.2-1~bpo12+1_all.deb Package: libreoffice-l10n-si Source: libreoffice Version: 4:25.2.2-1~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.2) Suggests: hunspell-dictionary-si | myspell-dictionary-si | libreoffice-spellcheck-si, hyphen-si | libreoffice-hyphenation-si, libreoffice-grammarcheck-si, libreoffice-help-si, mythes-si Size: 352996 SHA256: 367eb740692a5a2bacb43fc9a427e8f7101fce04fa6d8edef5ae7a59208d2ae7 SHA1: a21e8c5cc7889ba52eecd826d43e8c33a50364c1 MD5sum: e937c4bb092c12cf1176b4dd36e7698b 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.2-1~bpo12+1_all.deb Package: libreoffice-l10n-sk Source: libreoffice Version: 4:25.2.2-1~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.2) Suggests: hunspell-dictionary-sk | myspell-dictionary-sk | libreoffice-spellcheck-sk, hyphen-sk | libreoffice-hyphenation-sk, libreoffice-grammarcheck-sk, libreoffice-help-sk, mythes-sk Size: 920132 SHA256: c8c2b1a73ffcf3462ba783b7c5af0d5d931fa92e4f4abd1d6707a7dcc60f1822 SHA1: e8ca05edc728eb74d1e6ba49d8acad9d1c66785e MD5sum: de00e70efeb99bf92517dd275289b065 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.2-1~bpo12+1_all.deb Package: libreoffice-l10n-sl Source: libreoffice Version: 4:25.2.2-1~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.2) Suggests: hunspell-dictionary-sl | myspell-dictionary-sl | libreoffice-spellcheck-sl, hyphen-sl | libreoffice-hyphenation-sl, libreoffice-grammarcheck-sl, libreoffice-help-sl, mythes-sl Size: 906936 SHA256: 8b6766cfbf3262d4f3505d1dc77027016fc67c20ff6097757a30dc2e9aaf93ae SHA1: 0d8d80abcd3804acf1a925462383a049d2a0578c MD5sum: 06eb784b69120d7aa64ac2fc9482e4db 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.2-1~bpo12+1_all.deb Package: libreoffice-l10n-sr Source: libreoffice Version: 4:25.2.2-1~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.2) Suggests: hunspell-dictionary-sr | myspell-dictionary-sr | libreoffice-spellcheck-sr, hyphen-sr | libreoffice-hyphenation-sr, libreoffice-grammarcheck-sr, libreoffice-help-sr, mythes-sr Size: 749056 SHA256: 3b87fa19a2bd8e6c4925d9c3a27c9f331e486c6676c22a6a508af439b25e3334 SHA1: db927d9a0fa2c10509050a7e38e14f22cf98ec0d MD5sum: 5d345ff28cd5f228cc3a06c4c7caced6 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.2-1~bpo12+1_all.deb Package: libreoffice-l10n-ss Source: libreoffice Version: 4:25.2.2-1~bpo12+1 Installed-Size: 1402 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.2) Suggests: hunspell-dictionary-ss | myspell-dictionary-ss | libreoffice-spellcheck-ss, hyphen-ss | libreoffice-hyphenation-ss, libreoffice-grammarcheck-ss, libreoffice-help-ss, mythes-ss Size: 245036 SHA256: 362ab06a3245454f113f9de045d0e684c3f4878e334c804e219f148bedabcdef SHA1: c33bced96fc1eadfc145ef664c327b517b7d8694 MD5sum: b457a5cfa84a4ceedf65d6fb6de429f2 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.2-1~bpo12+1_all.deb Package: libreoffice-l10n-st Source: libreoffice Version: 4:25.2.2-1~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.2) Suggests: hunspell-dictionary-st | myspell-dictionary-st | libreoffice-spellcheck-st, hyphen-st | libreoffice-hyphenation-st, libreoffice-grammarcheck-st, libreoffice-help-st, mythes-st Size: 241004 SHA256: dce74f8c8e097bd3f33c9aa9af7a2effc1bab098545a8fc3ca1d33929911c253 SHA1: 19c10134aedefdab4cafc5df4cd4556ef3879b52 MD5sum: 6e31970c189060da95efc302f92a4e14 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.2-1~bpo12+1_all.deb Package: libreoffice-l10n-sv Source: libreoffice Version: 4:25.2.2-1~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.2) Suggests: hunspell-dictionary-sv | myspell-dictionary-sv | libreoffice-spellcheck-sv, hyphen-sv | libreoffice-hyphenation-sv, libreoffice-grammarcheck-sv, libreoffice-help-sv, mythes-sv Size: 881856 SHA256: 75a97b733ffe2d725a3a0320d42f89f6bbf39cf7ad91fc691b7e9c853d0f80bf SHA1: f7722cdbac3ecfc27a1c3584aca023ef29cc1498 MD5sum: 0da4d07c8e3c615a655e66c3faabab75 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.2-1~bpo12+1_all.deb Package: libreoffice-l10n-szl Source: libreoffice Version: 4:25.2.2-1~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.2) Suggests: hunspell-dictionary-szl | myspell-dictionary-szl | libreoffice-spellcheck-szl, hyphen-szl | libreoffice-hyphenation-szl, libreoffice-grammarcheck-szl, libreoffice-help-szl, mythes-szl Size: 540036 SHA256: 4918dda3713f7ded4b7c5bdf2be1f28f51c639ef099e9c27a77ff86ef00736fe SHA1: 303ff06a66876aa2ce36f9aaf37e1d6187d86a85 MD5sum: ba22b3a2e2056665e1fbca4d85590a09 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.2-1~bpo12+1_all.deb Package: libreoffice-l10n-ta Source: libreoffice Version: 4:25.2.2-1~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.2) Suggests: hunspell-dictionary-ta | myspell-dictionary-ta | libreoffice-spellcheck-ta, hyphen-ta | libreoffice-hyphenation-ta, libreoffice-grammarcheck-ta, libreoffice-help-ta, mythes-ta Size: 524716 SHA256: 8b1257e832d0967ae42d7fdf720ba2441258a4785c9d2588ea2b01ea03dcf94b SHA1: 3522166cb5270a76a4ebcb2bd6741dabc63d0149 MD5sum: 67cdd5878e1f3582813e07461cf6eab0 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.2-1~bpo12+1_all.deb Package: libreoffice-l10n-te Source: libreoffice Version: 4:25.2.2-1~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.2) Suggests: hunspell-dictionary-te | myspell-dictionary-te | libreoffice-spellcheck-te, hyphen-te | libreoffice-hyphenation-te, libreoffice-grammarcheck-te, libreoffice-help-te, mythes-te Size: 393960 SHA256: 524d04eafafaf5426e690b144a9e2e5da0ac656a6662913acadbb92929343d88 SHA1: b91e712cf36ef4f2842e696c79d313af6a7e769c MD5sum: 7dd992d1990022a2130e79503ef7261d 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.2-1~bpo12+1_all.deb Package: libreoffice-l10n-tg Source: libreoffice Version: 4:25.2.2-1~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.2) Suggests: hunspell-dictionary-tg | myspell-dictionary-tg | libreoffice-spellcheck-tg, hyphen-tg | libreoffice-hyphenation-tg, libreoffice-grammarcheck-tg, libreoffice-help-tg, mythes-tg Size: 306352 SHA256: d2719b6ed53f5a895a115fef07a2e24e6cbd23741850703971ddd7c59e1fe493 SHA1: 5fdf073171d91301b3eee444cf89d471e78b890b MD5sum: 67146056125c493467105e3f885a4a7c 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.2-1~bpo12+1_all.deb Package: libreoffice-l10n-th Source: libreoffice Version: 4:25.2.2-1~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.2) Suggests: hunspell-dictionary-th | myspell-dictionary-th | libreoffice-spellcheck-th, hyphen-th | libreoffice-hyphenation-th, libreoffice-grammarcheck-th, libreoffice-help-th, mythes-th Size: 816328 SHA256: 82768ad97bafac8185b9e259a8a95f01b687b0e2430e09df3fedb52f91fefc8a SHA1: bc9b6e59b46c1ebf4ac5b3a8125cca2440e4dd67 MD5sum: 6bc9ec9e32616b023443010e60e461ca 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.2-1~bpo12+1_all.deb Package: libreoffice-l10n-tl Source: libreoffice Version: 4:25.2.2-1~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.2) Suggests: hunspell-dictionary-tl | myspell-dictionary-tl | libreoffice-spellcheck-tl, hyphen-tl | libreoffice-hyphenation-tl, libreoffice-grammarcheck-tl, libreoffice-help-tl, mythes-tl Size: 806696 SHA256: dd8d3f6a04b012420e4b85202ced00354c3402005414f900110e8c1f356a5920 SHA1: a3a725c1ee3628b65f6341caf4a5f47fec356dcf MD5sum: f923babc45b8784c4359e77fb3eeb39f 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.2-1~bpo12+1_all.deb Package: libreoffice-l10n-tn Source: libreoffice Version: 4:25.2.2-1~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.2) Suggests: hunspell-dictionary-tn | myspell-dictionary-tn | libreoffice-spellcheck-tn, hyphen-tn | libreoffice-hyphenation-tn, libreoffice-grammarcheck-tn, libreoffice-help-tn, mythes-tn Size: 227212 SHA256: 1a9dd21a9a8a91e16af5e9077ac3c6b3b3d8d9c3730131a2b0b647d82348d011 SHA1: 2d2bc2de9e0d300e93e604df9e25b5471f6891cb MD5sum: a5373a01c52f9d5f2694080db2cb09d4 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.2-1~bpo12+1_all.deb Package: libreoffice-l10n-tr Source: libreoffice Version: 4:25.2.2-1~bpo12+1 Installed-Size: 4080 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.2) Suggests: hunspell-dictionary-tr | myspell-dictionary-tr | libreoffice-spellcheck-tr, hyphen-tr | libreoffice-hyphenation-tr, libreoffice-grammarcheck-tr, libreoffice-help-tr, mythes-tr Size: 846988 SHA256: d35db194b2bebb4d7559137bfc151260748e8705b6017160d0603016f1592838 SHA1: 66b5c27bfa9537fd034e28eb4b224ca7b7c65614 MD5sum: 9eaf381c343d629a2312d84a35b01f32 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.2-1~bpo12+1_all.deb Package: libreoffice-l10n-ts Source: libreoffice Version: 4:25.2.2-1~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.2) Suggests: hunspell-dictionary-ts | myspell-dictionary-ts | libreoffice-spellcheck-ts, hyphen-ts | libreoffice-hyphenation-ts, libreoffice-grammarcheck-ts, libreoffice-help-ts, mythes-ts Size: 239236 SHA256: aeba2e4b8d599036d985a549319435942332af42a234e12e66dd3b7afe7744b6 SHA1: b9465035e690e3639dd3a5ddeeeec7bff5eb9fec MD5sum: 4a190a7381fb5cb1a0866833e3879740 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.2-1~bpo12+1_all.deb Package: libreoffice-l10n-ug Source: libreoffice Version: 4:25.2.2-1~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.2) Suggests: hunspell-dictionary-ug | myspell-dictionary-ug | libreoffice-spellcheck-ug, hyphen-ug | libreoffice-hyphenation-ug, libreoffice-grammarcheck-ug, libreoffice-help-ug, mythes-ug Size: 413684 SHA256: 70286474022ba57e2901193cade9f3ae659bfa180c39e44661554a759177ebcc SHA1: ad3f5381f70896a240a08288e69e668270c6eb32 MD5sum: 64eb87ca0ad752122a73a0b6a30b1106 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.2-1~bpo12+1_all.deb Package: libreoffice-l10n-uk Source: libreoffice Version: 4:25.2.2-1~bpo12+1 Installed-Size: 4725 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.2) Suggests: hunspell-dictionary-uk | myspell-dictionary-uk | libreoffice-spellcheck-uk, hyphen-uk | libreoffice-hyphenation-uk, libreoffice-grammarcheck-uk, libreoffice-help-uk, mythes-uk Size: 840040 SHA256: f7d9e620163308e66c98d62def25fe7282adf88584034d5505f61dffb4f32481 SHA1: 7a35121b3d7900ea925fe326701f7d4cd4342b73 MD5sum: 08600f78badbb3298b695871f54cbfed 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.2-1~bpo12+1_all.deb Package: libreoffice-l10n-uz Source: libreoffice Version: 4:25.2.2-1~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.2) Suggests: hunspell-dictionary-uz | myspell-dictionary-uz | libreoffice-spellcheck-uz, hyphen-uz | libreoffice-hyphenation-uz, libreoffice-grammarcheck-uz, libreoffice-help-uz, mythes-uz Size: 257524 SHA256: 861188414ef601028e97af2928d8ad5ffeb39dfd6f8b997c94bb6307ed36b774 SHA1: 38ffbb7414c86f600b33c17c054d98b5392373f6 MD5sum: 07b69adb99795dfdfc03b419f943a9b1 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.2-1~bpo12+1_all.deb Package: libreoffice-l10n-ve Source: libreoffice Version: 4:25.2.2-1~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.2) Suggests: hunspell-dictionary-ve | myspell-dictionary-ve | libreoffice-spellcheck-ve, hyphen-ve | libreoffice-hyphenation-ve, libreoffice-grammarcheck-ve, libreoffice-help-ve, mythes-ve Size: 241816 SHA256: 58bdb416085c59ca3d804c2c3f16a4654c8c884c42aba95de827ba7a47afbafc SHA1: af131e9431970de3581e46c7f2f45a8364687e13 MD5sum: 2eb53b438ee8213c711ff99568d5b370 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.2-1~bpo12+1_all.deb Package: libreoffice-l10n-vi Source: libreoffice Version: 4:25.2.2-1~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.2) Suggests: hunspell-dictionary-vi | myspell-dictionary-vi | libreoffice-spellcheck-vi, hyphen-vi | libreoffice-hyphenation-vi, libreoffice-grammarcheck-vi, libreoffice-help-vi, mythes-vi Size: 585452 SHA256: a7b74d27d942e329be7e51b5b46340bcfea571f4332c215baee4e84b652d9f95 SHA1: 7d1434ed347a0524d30433bc8f8a9888d78e87df MD5sum: 74c9652eaeacf9d8d0b25302e7b2a2e7 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.2-1~bpo12+1_all.deb Package: libreoffice-l10n-xh Source: libreoffice Version: 4:25.2.2-1~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.2) Suggests: hunspell-dictionary-xh | myspell-dictionary-xh | libreoffice-spellcheck-xh, hyphen-xh | libreoffice-hyphenation-xh, libreoffice-grammarcheck-xh, libreoffice-help-xh, mythes-xh Size: 246452 SHA256: 5a8c97b192102db7416f98f526bc03a3b0ef8600815a49b872d9f3cb1fa0d9be SHA1: 615d16b28550819241a1542663900773e64941a1 MD5sum: b1fe50d1c6a7b5f13dcf205fec565364 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.2-1~bpo12+1_all.deb Package: libreoffice-l10n-za Source: libreoffice Version: 4:25.2.2-1~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: 42136 SHA256: 1f546baf1e8b2f4578c15cf2518c9d882698783756687690650acd0583d74231 SHA1: f3bb612817f7025a93e41a67452792bfd1831b18 MD5sum: 2d95715003c0c8063fe883ca4589c762 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.2-1~bpo12+1_all.deb Package: libreoffice-l10n-zh-cn Source: libreoffice Version: 4:25.2.2-1~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.2) 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: 879064 SHA256: 14f386edbe604a7c075529c64da4a237d059307b2f9b97fa4a24a2cceca745d5 SHA1: d9e74dfbf5f0abfa7645942766da7607ef5794fd MD5sum: 192309f16ed2fb206d6c602b8d7fe408 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.2-1~bpo12+1_all.deb Package: libreoffice-l10n-zh-tw Source: libreoffice Version: 4:25.2.2-1~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.2) 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: 875524 SHA256: 8a1c11c83df5d5c276297ef8d797819566f0d2e098e446dd393b5f6096890d28 SHA1: 0d4d1e0a70f5713afb9db029ed64fbfc70e4f969 MD5sum: 43a935d900c01c5b15f10a759e73d606 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.2-1~bpo12+1_all.deb Package: libreoffice-l10n-zu Source: libreoffice Version: 4:25.2.2-1~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.2) Suggests: hunspell-dictionary-zu | myspell-dictionary-zu | libreoffice-spellcheck-zu, hyphen-zu | libreoffice-hyphenation-zu, libreoffice-grammarcheck-zu, libreoffice-help-zu, mythes-zu Size: 261512 SHA256: 809ba69e2e506e491e79c8d37b34011d4325ee1de8c229dd14b82202a36a3145 SHA1: 4f5c031eacaeab8d4085f4aefc39eae4c0e17886 MD5sum: 1d8b7e86255d79109a8a15d14a951778 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.2-1~bpo12+1_all.deb Package: libreoffice-librelogo Source: libreoffice Version: 4:25.2.2-1~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: 213408 SHA256: 8de2ee9b0756c3711ed398f8289d9f307715f812e3c7f193f880f8849279d65e SHA1: 5c180e3600c316e8a6ea679ad3ebbc0e6d7aae13 MD5sum: a8d9a1429b02ba56a4a729f0d947d21e 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.2-1~bpo12+1_all.deb Package: libreoffice-math Source: libreoffice Version: 4:25.2.2-1~bpo12+1 Installed-Size: 1391 Maintainer: Debian LibreOffice Maintainers Architecture: armhf Replaces: libreoffice-common (<< 1:6.4.2~rc1~) Depends: fonts-opensymbol (>= 2:102.11), libreoffice-core (= 4:25.2.2-1~bpo12+1), libreoffice-uiconfig-math (= 4:25.2.2-1~bpo12+1), libc6 (>= 2.32), libgcc-s1 (>= 3.5), 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: 487384 SHA256: 32b7c0630cf0490e28b1b695c12a49ed27b6b2e43e6f974c4a909a25b36f9b6d SHA1: e25fc904eb0e4a21d3f5280034088d4e9210d470 MD5sum: be477716e5ab9f1493403cc16eae4955 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.2-1~bpo12+1_armhf.deb Package: libreoffice-math-nogui Source: libreoffice Version: 4:25.2.2-1~bpo12+1 Installed-Size: 1381 Maintainer: Debian LibreOffice Maintainers Architecture: armhf Replaces: libreoffice-common (<< 1:6.4.2~rc1~), libreoffice-math Depends: fonts-opensymbol (>= 2:102.11), libreoffice-core-nogui (= 4:25.2.2-1~bpo12+1) | libreoffice-core (= 4:25.2.2-1~bpo12+1), libreoffice-uiconfig-math (= 4:25.2.2-1~bpo12+1), libc6 (>= 2.32), libgcc-s1 (>= 3.5), 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: 485120 SHA256: f3dc668c672d818a9808a01af1731a4b186f033d18d1b93d1bade9d1c2295b8a SHA1: 36efe2574beccfe0e826038be596750dce7c64d3 MD5sum: aa6cf86ee22a9444675ed9e9d021f143 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.2-1~bpo12+1_armhf.deb Package: libreoffice-nlpsolver Source: libreoffice (4:25.2.2-1~bpo12+1) Version: 4:0.9+LibO25.2.2-1~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: 755272 SHA256: 806aa3e9ec69b5d71ef3fc0f4fc590e3f6947193d626c91bd29c7a642a3e3787 SHA1: 98a282908b42202455d744b82180e9f4bfe70bf8 MD5sum: 97305faaeb7c12e09ff9f28f47f3d475 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.2-1~bpo12+1_all.deb Package: libreoffice-nogui Source: libreoffice Version: 4:25.2.2-1~bpo12+1 Installed-Size: 66 Maintainer: Debian LibreOffice Maintainers Architecture: armhf Depends: libreoffice-base-nogui, libreoffice-calc-nogui, libreoffice-core-nogui (= 4:25.2.2-1~bpo12+1), libreoffice-draw-nogui, libreoffice-impress-nogui, libreoffice-math-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 Suggests: ghostscript, gnupg, gpa, hunspell-dictionary, hyphen-hyphenation-patterns, imagemagick | graphicsmagick-imagemagick-compat, libreoffice-grammarcheck, myspell-dictionary, mythes-thesaurus, pstoedit, unixodbc Size: 42424 SHA256: adac785a9f0af9ff4cd6b571c913bf44a2b432ce42b96f47c7575af6aebe2fc4 SHA1: 845d1136d638dbc417775edcde4a7552ce0a37f0 MD5sum: 455cf690099bf6456b4a7f023469fdcf 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.2-1~bpo12+1_armhf.deb Package: libreoffice-plasma Source: libreoffice Version: 4:25.2.2-1~bpo12+1 Installed-Size: 117 Maintainer: Debian LibreOffice Maintainers Architecture: armhf Replaces: libreoffice-kde5 (<< 1:6.4.0~) Depends: libreoffice-core (= 4:25.2.2-1~bpo12+1), kio, libc6 (>= 2.4), libgcc-s1 (>= 3.5), 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: 58028 SHA256: 87e753e4ec473a8751d01d869313c075b941eed85fdbe8ce8c6851925916e626 SHA1: 293579ad7788c7afe50ef19535fc4941bf0afeaa MD5sum: 7ae74d09c5b3d42b5df0a17cdbaa289f 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.2-1~bpo12+1_armhf.deb Package: libreoffice-qt5 Source: libreoffice Version: 4:25.2.2-1~bpo12+1 Installed-Size: 886 Maintainer: Debian LibreOffice Maintainers Architecture: armhf Depends: libreoffice-core (= 4:25.2.2-1~bpo12+1), libc6 (>= 2.34), libcairo2 (>= 1.10.0), libepoxy0 (>= 1.0), libgcc-s1 (>= 3.5), 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: 271620 SHA256: 1366a35783434b3c7356a80a2e0c4b630898712a46c9d7a70b350da9fb482103 SHA1: ab96b4ac41359dfaba0052c2a45bdaba94e92e2e MD5sum: 2cf5b387938545b061e5c678373f3206 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.2-1~bpo12+1_armhf.deb Package: libreoffice-qt6 Source: libreoffice Version: 4:25.2.2-1~bpo12+1 Installed-Size: 979 Maintainer: Debian LibreOffice Maintainers Architecture: armhf Depends: libreoffice-core (= 4:25.2.2-1~bpo12+1), libc6 (>= 2.32), libcairo2 (>= 1.10.0), libepoxy0 (>= 1.0), libgcc-s1 (>= 3.5), 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: 301476 SHA256: a28e11935f5b1ed1fc6cf678ac7adfa5852f85e4ea2d893f3ed4232d20ad13aa SHA1: 5c8f9e273f83abb5463dbe0db37f9ad014caa350 MD5sum: c9d5d9c32f22d6f385f4cda439f00b99 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.2-1~bpo12+1_armhf.deb Package: libreoffice-report-builder Source: libreoffice Version: 4:25.2.2-1~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.2), libreoffice-uiconfig-report-builder (= 4:25.2.2-1~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: 318432 SHA256: a29a6c193774d7f3a8b7c55adeac3132379c4156c1c0872356c16bab123eafcf SHA1: ac199b73e875d0f69f95a6b9cec9c694a4fee084 MD5sum: 7275cce9de1474a65db3551c0c3433b0 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.2-1~bpo12+1_all.deb Package: libreoffice-report-builder-bin Source: libreoffice Version: 4:7.5.9~rc1-1~bpo12+2 Installed-Size: 3261 Maintainer: Debian LibreOffice Maintainers Architecture: armhf Depends: libreoffice-base, libreoffice-core, libc6 (>= 2.32), libgcc-s1 (>= 3.5), 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 Size: 716136 SHA256: 705a6c09a050f872fdd738e4674c800e4a7a5d58f50e07ede8858a0c40cff337 SHA1: a5b968387cb5cd6c26ba27fc5b63427db3d2c797 MD5sum: 5a567077abef90312b440a81f9885cf1 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_7.5.9~rc1-1~bpo12+2_armhf.deb Package: libreoffice-report-builder-bin-nogui Source: libreoffice Version: 4:7.5.9~rc1-1~bpo12+2 Installed-Size: 1790 Maintainer: Debian LibreOffice Maintainers Architecture: armhf Replaces: libreoffice-report-builder-bin Depends: libreoffice-base-nogui | libreoffice-base, libreoffice-core-nogui | libreoffice-core, libc6 (>= 2.32), libgcc-s1 (>= 3.5), 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 Conflicts: libreoffice-report-builder-bin Size: 400676 SHA256: 40be5066c392eef5192f13eab7fd6b49c5a13d91b0ba053ad9f65bf9be8f394f SHA1: ea58cd88a903f78625b84c015e5fa506f5b6c276 MD5sum: ce57067e4778474399a4a9d03038ac40 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_7.5.9~rc1-1~bpo12+2_armhf.deb Package: libreoffice-script-provider-bsh Source: libreoffice Version: 4:25.2.2-1~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: 74840 SHA256: fce4ee19f9deee76e49db2adf65e3f3f73e6981d59d0f521f06a1d622d494525 SHA1: 1e8a26f050bac449643cabb8077819ce86b1ba63 MD5sum: 462035aee0cb6d87328907d925e3bd7e 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.2-1~bpo12+1_all.deb Package: libreoffice-script-provider-js Source: libreoffice Version: 4:25.2.2-1~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: 51168 SHA256: 63da67fe5192e362eb383d8df6d2e2f082ae6f71872ff911a0a38048593a03f1 SHA1: 003bdff144cfad4a09a635365fe79574b05ca576 MD5sum: 406a232688118e69e350d1d33153d4ff 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.2-1~bpo12+1_all.deb Package: libreoffice-script-provider-python Source: libreoffice Version: 4:25.2.2-1~bpo12+1 Installed-Size: 115 Maintainer: Debian LibreOffice Maintainers Architecture: all Depends: libreoffice-common, libreoffice-core-nogui | libreoffice-core, python3-uno Size: 52004 SHA256: aba311cb9f63f5b70d27664566665f02d622fd9f3f774244f35a01a90c46e76f SHA1: 92b3ff46d0137c662095f74136e2cc5745139bdd MD5sum: bed3106cafc3bd7ad76bf08e04cd9f4c 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.2-1~bpo12+1_all.deb Package: libreoffice-sdbc-firebird Source: libreoffice Version: 4:25.2.2-1~bpo12+1 Installed-Size: 425 Maintainer: Debian LibreOffice Maintainers Architecture: armhf Depends: libreoffice-core-nogui | libreoffice-core, firebird3.0-server-core, libc6 (>= 2.4), libfbclient2 (>= 3.0.11~), libfbclient2 (<< 4.0~), libgcc-s1 (>= 3.5), 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: 158748 SHA256: b1556728cd4f21319e4ff76b78c6b23ac0b917847bebd2d9d7d2d48f73b2dd9a SHA1: 20f2851143232578a0dd44de2d256c843b7c055f MD5sum: aa5626a9df04594c06b0cb38feecaa76 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.2-1~bpo12+1_armhf.deb Package: libreoffice-sdbc-hsqldb Source: libreoffice Version: 4:7.5.9~rc1-1~bpo12+2 Installed-Size: 426 Maintainer: Debian LibreOffice Maintainers Architecture: armhf Depends: libreoffice-core-nogui | libreoffice-core, libreoffice-java-common (>= 4:7.5.9~rc1~), default-jre (>= 2:1.8) | java-runtime (>= 8) | java8-runtime | jre, libhsqldb1.8.0-java, libc6 (>= 2.32), libgcc-s1 (>= 3.5), 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 Enhances: libreoffice-base-drivers Size: 130980 SHA256: 39bdafee37768d41f0374a9f67765c08802bb8edb02cd7c88f220052a10d431a SHA1: 84eb861726ca9232198610d0d202930154e7e68c MD5sum: 8ee3be0fe419230a5cf4ff9674312a22 Description: 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_7.5.9~rc1-1~bpo12+2_armhf.deb Package: libreoffice-sdbc-mysql Source: libreoffice Version: 4:25.2.2-1~bpo12+1 Installed-Size: 429 Maintainer: Debian LibreOffice Maintainers Architecture: armhf Depends: libreoffice-core-nogui | libreoffice-core, libc6 (>= 2.4), libgcc-s1 (>= 3.5), 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: 154500 SHA256: 0af435e9cdd3a459e338c8e2401dd1cbcabc58b692be5c8c5c2c30efc3ebc3ae SHA1: b91df4c612e63b52a51c0ce544b367e4935e3ef9 MD5sum: 6770e953f053cafe8ddecda212f0fc9d 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.2-1~bpo12+1_armhf.deb Package: libreoffice-sdbc-postgresql Source: libreoffice Version: 4:25.2.2-1~bpo12+1 Installed-Size: 676 Maintainer: Debian LibreOffice Maintainers Architecture: armhf Depends: libreoffice-core-nogui | libreoffice-core, libc6 (>= 2.4), libgcc-s1 (>= 3.5), 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: 232360 SHA256: 82c0f9ed0a52afceae1b194ee7f195ac8abb35868b860c8d6c1c91c5e74eb464 SHA1: 14b73a399e000a4af429fba279c01ac403cafcd2 MD5sum: a52861407e111ab0104066205f7846c0 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.2-1~bpo12+1_armhf.deb Package: libreoffice-smoketest-data Source: libreoffice Version: 4:25.2.2-1~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: 74512 SHA256: 3d37d7fa3dd020077529aa8aad399017b5b65e18dae7a8ea2d873f675e8b298a SHA1: 1261e4787ce4251c4ecccd3ad61cc038b4963ec3 MD5sum: 34e09853e80f37b3e7cd4f96c0c49e31 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.2-1~bpo12+1_all.deb Package: libreoffice-style-breeze Source: libreoffice Version: 4:25.2.2-1~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: 3359388 SHA256: 5ba053eba6e2c6fcafd804927344fc366be37a36a894c0fd0960cb4735192f20 SHA1: acdcc4917ad143ae1fbad15331a4b4159df899c4 MD5sum: af753dbcdcc098a57be2d61c49d351d8 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.2-1~bpo12+1_all.deb Package: libreoffice-style-colibre Source: libreoffice Version: 4:25.2.2-1~bpo12+1 Installed-Size: 11776 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-style Recommends: libreoffice-common Enhances: libreoffice-core Size: 7328988 SHA256: 74bc90dd3c39aee0de9fdba1d40882b9fbc15cf7796db93b19ef3615659c3b14 SHA1: 0407fa3c48b192b3f9ffaa502152cf045adb0f73 MD5sum: d29a0e945476e81f7e8324f891cba82e 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.2-1~bpo12+1_all.deb Package: libreoffice-style-elementary Source: libreoffice Version: 4:25.2.2-1~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: 8229992 SHA256: 855c97f3126dcdf5fcd67f3224ec0fa386d3fa0ef6be07a08208d629226eb4a0 SHA1: 268b952efd66094dc10c7c49011ca4b4bbbaeca4 MD5sum: f30762c88408dfaab1fd7be9228e8b81 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.2-1~bpo12+1_all.deb Package: libreoffice-style-karasa-jaga Source: libreoffice Version: 4:25.2.2-1~bpo12+1 Installed-Size: 21222 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-style Recommends: libreoffice-common Enhances: libreoffice-core Size: 18532432 SHA256: b31b5eace6841304fb4fb7dede81d95ad899cd04aa5ecfc3bb50ce2ac5fee602 SHA1: b5bb5bbc332ab70c15f8319ad1a0e848de130724 MD5sum: 6848be799c1f295c9d929f2b2bee6b16 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.2-1~bpo12+1_all.deb Package: libreoffice-style-sifr Source: libreoffice Version: 4:25.2.2-1~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: 5112136 SHA256: 1800c3821855a317504ee698a15892c9975fe2d181ee1d9ca29fcb3cfade133a SHA1: 5fe7aca34a5ee622a57848202e9a205abfe9dbb1 MD5sum: bc1b653ce15684d85acc1a5782ca57a8 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.2-1~bpo12+1_all.deb Package: libreoffice-style-sukapura Source: libreoffice Version: 4:25.2.2-1~bpo12+1 Installed-Size: 12850 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-style Recommends: libreoffice-common Enhances: libreoffice-core Size: 8653696 SHA256: bfbd684388e434d5bd907e30fb90909315f5c4bfd4a1486b75fb445b102b31b6 SHA1: e0432b2e9f65999ce0003461e324e194ab16a20f MD5sum: 6bd51c48b281b9371ee35d3ec816b805 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.2-1~bpo12+1_all.deb Package: libreoffice-subsequentcheckbase Source: libreoffice Version: 4:25.2.2-1~bpo12+1 Installed-Size: 2675 Maintainer: Debian LibreOffice Maintainers Architecture: all Depends: liblibreoffice-java, junit4 Size: 2307612 SHA256: cb35d29244c45b7b3195932bca1e67b2cb6d47ff588f2d05ab436c7a589708f4 SHA1: c08a9bffcf950549dac4571bb14aad3145f73627 MD5sum: 557a3df88c7a8ca0c2795debf2a9af4c 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.2-1~bpo12+1_all.deb Package: libreoffice-uiconfig-base Source: libreoffice Version: 4:25.2.2-1~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: 84552 SHA256: c54ba48486c7a612567ac51b19638687d7dc5a569c0e13332dc61772d4292e27 SHA1: 781a673b42d3bcf121d9a053cc5a22d88caccf7c MD5sum: 8712b04c830d454ad9bbf5d97208a506 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.2-1~bpo12+1_all.deb Package: libreoffice-uiconfig-calc Source: libreoffice Version: 4:25.2.2-1~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: 213604 SHA256: 6ea812534ed7614afa0efde3a79418705bbb987186907371aad017ea33e2ea90 SHA1: ee3d55031aae12ef9d29a6b06ed944797ea98005 MD5sum: d31c7e754e508039ead771b04aa88e41 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.2-1~bpo12+1_all.deb Package: libreoffice-uiconfig-common Source: libreoffice Version: 4:25.2.2-1~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: 383992 SHA256: 3a6f5850fa4915ceb6429ea8f9f88f1c5d520b357fc3c9b7631b1c8cf299a733 SHA1: 3dbeee274bc388be16aaaa897307055a2eb892b5 MD5sum: c5f45c6d5e919d565a992bbc4a497bee 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.2-1~bpo12+1_all.deb Package: libreoffice-uiconfig-draw Source: libreoffice Version: 4:25.2.2-1~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: 119164 SHA256: 93263f035f3d0cff6188691c631cc0d9c6e5fa67dd9259c426b042ff4e97260d SHA1: a89c5b96116b08f1aaf4ca7059986e17094dad95 MD5sum: 4948ea0a8ec8d953c6588582a55793a4 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.2-1~bpo12+1_all.deb Package: libreoffice-uiconfig-impress Source: libreoffice Version: 4:25.2.2-1~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: 177364 SHA256: 0f0b76082983aaf64c476f624a993894d12e3dfeaa39b2148d63934b8dc7461c SHA1: e5084907e75c514dc28c113609aebc9e5e3e8567 MD5sum: 34c6fa7afaf5cbdf75a82d0bf0623adc 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.2-1~bpo12+1_all.deb Package: libreoffice-uiconfig-math Source: libreoffice Version: 4:25.2.2-1~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: 57548 SHA256: 77edc51e2eb44a8d3f2ec1c6be70d941e9d5f71d067ad6bca6744cec4a0c9b41 SHA1: e534e146f9089977212dce99f829bae5fc3983ea MD5sum: 866d56266b685b988d0cfb789d784574 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.2-1~bpo12+1_all.deb Package: libreoffice-uiconfig-report-builder Source: libreoffice Version: 4:25.2.2-1~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: 51976 SHA256: 2d5f911150fbf70aa4d6166bf2df210def1f55dc1e89202e3514bce37f627e9f SHA1: 56d4894557d83031d83af4826beae6bd665d70c4 MD5sum: d5bbd4bd6ffba96afb9130f8188f43db 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.2-1~bpo12+1_all.deb Package: libreoffice-uiconfig-writer Source: libreoffice Version: 4:25.2.2-1~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: 299836 SHA256: 2f1993dc661940025b2d77bd44643aa660369e6c472e9de0b5fd507e8d680468 SHA1: d1dafb54b8de57678edfe2a751268099a66fdb20 MD5sum: 19ac04fa97d6a45c50cd77af9b7b0ccc 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.2-1~bpo12+1_all.deb Package: libreoffice-wiki-publisher Source: libreoffice (4:25.2.2-1~bpo12+1) Version: 4:1.2.0+LibO25.2.2-1~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: 1497664 SHA256: a6c6d6d5b880e40f31362965897ff5767cf93c524baa3ddd6d3bf259e524e744 SHA1: 34e7ab386635b00773dc59ade301ee14f555331e MD5sum: 64ac35312edbc3ffc12a416e0a284dbc 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.2-1~bpo12+1_all.deb Package: libreoffice-writer Source: libreoffice Version: 4:25.2.2-1~bpo12+1 Installed-Size: 20837 Maintainer: Debian LibreOffice Maintainers Architecture: armhf Replaces: libreoffice-common (<< 1:6.4.2~rc1~) Depends: libreoffice-base-core (= 4:25.2.2-1~bpo12+1), libreoffice-core (= 4:25.2.2-1~bpo12+1), libreoffice-uiconfig-writer (= 4:25.2.2-1~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.5), 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 Breaks: libreoffice-common (<< 1:6.4.2~rc1~) Size: 8239652 SHA256: 4b5ec3fb029a27e5c800071fd21196f4f75365015d4d0ab84befde9161d3cc82 SHA1: 8719cdae6636e765a2c6a2640a19b7571a02e836 MD5sum: 3b8d2846649fef3424ba31fcdd36e18d 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.2-1~bpo12+1_armhf.deb Package: libreoffice-writer-nogui Source: libreoffice Version: 4:25.2.2-1~bpo12+1 Installed-Size: 19229 Maintainer: Debian LibreOffice Maintainers Architecture: armhf Replaces: libreoffice-common (<< 1:6.4.2~rc1~), libreoffice-writer Depends: libreoffice-base-core (= 4:25.2.2-1~bpo12+1), libreoffice-core-nogui (= 4:25.2.2-1~bpo12+1) | libreoffice-core (= 4:25.2.2-1~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.5), 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 Conflicts: libreoffice-writer Breaks: libreoffice-common (<< 1:6.4.2~rc1~) Size: 7654380 SHA256: 57e26dd5925f5898f9a1591b9a896dc1aee58340dc5864e0bcb3bf68a5c73e9a SHA1: c47b82538d251bf87e0073e0996c8dd05880fe9f MD5sum: 9c2aa27f456db1ffcc1a78e5bc92da3e 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.2-1~bpo12+1_armhf.deb Package: libreofficekit-data Source: libreoffice Version: 4:25.2.2-1~bpo12+1 Installed-Size: 73 Maintainer: Debian LibreOffice Maintainers Architecture: all Recommends: gir1.2-lokdocview-0.1 Size: 43356 SHA256: 96faa8817794b7a5d8b7765ec3275bc34989fd292b464ecc21e2dc7c68fc8f83 SHA1: 0c396922fabea45966dafe7b6ac39881f16d2ecc MD5sum: b047677d555509179012e6cf3fd2c8cc 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.2-1~bpo12+1_all.deb Package: libreofficekit-dev Source: libreoffice Version: 4:25.2.2-1~bpo12+1 Installed-Size: 194 Maintainer: Debian LibreOffice Maintainers Architecture: all Recommends: libreoffice-core, libreofficekit-data Suggests: libreofficekit-dev-gtk Size: 67828 SHA256: 1fa07b77c287c485308463d60751bb4ff5c8035aa425d052e2409c7a957897cc SHA1: 5de71fc1269fb919feff4a94281af9a7489efa59 MD5sum: c3578c7885b41ff103f16c60506a6917 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.2-1~bpo12+1_all.deb Package: libreofficekit-dev-gtk Source: libreoffice Version: 4:25.2.2-1~bpo12+1 Installed-Size: 147 Maintainer: Debian LibreOffice Maintainers Architecture: armhf 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.2-1~bpo12+1), libgtk-3-dev, liblibreofficekitgtk, libreofficekit-dev Size: 50228 SHA256: 4814787262c041c48062d14c5928341bb843159a6f54a77270a54a3126a638d8 SHA1: 8375963afe715b94bd3e43d11182b3cb652db22d MD5sum: 89ba35fb287ba5c69ce8708658e93c1c 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.2-1~bpo12+1_armhf.deb Package: libroutino-dev Source: routino Version: 3.4.2-1~bpo12+1 Installed-Size: 143 Maintainer: Debian GIS Project Architecture: armhf Depends: libroutino0 (= 3.4.2-1~bpo12+1), libroutino-slim0 (= 3.4.2-1~bpo12+1) Size: 99448 SHA256: 50b89f9bae16a1a4aaae55f16b2e24bcde24ec317eee1ecb62f4a5395549edd7 SHA1: 9f0d970025124de4c84551c1126774618cd93134 MD5sum: c2de6a19aa2de2ef0d2f3d11bfe82b83 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.2-1~bpo12+1_armhf.deb Package: libroutino-slim0 Source: routino Version: 3.4.2-1~bpo12+1 Installed-Size: 240 Maintainer: Debian GIS Project Architecture: armhf Depends: routino-common (= 3.4.2-1~bpo12+1), libc6 (>= 2.33) Size: 145164 SHA256: 8807eadc2ac23f96e066824cd48525fd7a78ebcb9868fff72c0ab7f9da6fb5ee SHA1: 1aecfa8d8a6c829342e53a89e56a001a92d42b8e MD5sum: 713ff8f8cb3a1c6a683809fabadb105a 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.2-1~bpo12+1_armhf.deb Package: libroutino0 Source: routino Version: 3.4.2-1~bpo12+1 Installed-Size: 224 Maintainer: Debian GIS Project Architecture: armhf Depends: routino-common (= 3.4.2-1~bpo12+1), libc6 (>= 2.33) Size: 137024 SHA256: eb66fefd4faabee1536f959e9bc5957c22828daaa7bf7ba948c77af4cb1d52b4 SHA1: caa33c7a825a7f35cfc88ccce704889dbf9c9b5f MD5sum: 28442241ca25afb838454fdba7b26e2e 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.2-1~bpo12+1_armhf.deb Package: librust-blake2-dev Source: rust-blake2 Version: 0.10.6-2~bpo12+1 Installed-Size: 195 Maintainer: Debian Rust Maintainers Architecture: armhf 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: dbac02b7e957877e6f9505f8655da7a7806ac4d30cf4ca2cc1044c938917d2b5 SHA1: cb1cc4c6033abce08d75dd8cd424a44f2e9028eb MD5sum: e003577a01c3728b43284f923f8ffc3f 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_armhf.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: armhf 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: e369591eb68dbf5a034b11e232d1229faf1e6d9a5bf8a741042e2bfa0b2d2045 SHA1: 591f1eb7cf580428d424c3745f1c032cf5fcf3ca MD5sum: 74bbe593fe7f7dd8ca91c900e76d4bf4 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_armhf.deb Package: librust-pythonize-dev Source: rust-pythonize Version: 0.19.0-1~bpo12+1 Installed-Size: 92 Maintainer: Debian Rust Maintainers Architecture: armhf 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: 477b5e8ba267258d38a57989bc95852e4469e04d1d4ff5bb14b7c689658fe199 SHA1: 8da56443b0871c035d06e547cc957aa6da4a8b4b MD5sum: 9ea0fff0c5ef0cfe32666b0a6fe4cf25 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_armhf.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.4.0-0.1~bpo12+1 Installed-Size: 148 Maintainer: Jeff Breidenbach Architecture: armhf Depends: libsharpyuv0 (= 1.4.0-0.1~bpo12+1) Size: 114372 SHA256: 5593f9ea82a6d907095b1b3052e2f8b8eba2190d8eb155ea5613d6f7643d4ce3 SHA1: 227a6c8b85dfdd61515dcf1e3cf1eedae15b3e98 MD5sum: abba256b14eee2557cd9ad905c948383 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.4.0-0.1~bpo12+1_armhf.deb Package: libsharpyuv0 Source: libwebp Version: 1.4.0-0.1~bpo12+1 Installed-Size: 132 Maintainer: Jeff Breidenbach Architecture: armhf Depends: libc6 (>= 2.29) Size: 111232 SHA256: 4cd637324c3ebd98b557d42ba717f546df6d5e1a9afdf4d6d4585226c1531b6d SHA1: 676cdaed806da663772088b2e71fa66a859fac94 MD5sum: d7a009023696da9de0d96f12fe6deca8 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.4.0-0.1~bpo12+1_armhf.deb Package: libsmbclient Source: samba Version: 2:4.21.5+dfsg-1~bpo12+1 Installed-Size: 192 Maintainer: Debian Samba Maintainers Architecture: armhf Depends: samba-libs (= 2:4.21.5+dfsg-1~bpo12+1), libbsd0 (>= 0.0), libc6 (>= 2.25), libndr5 (>= 2:4.17.2), libtalloc2 (>= 2.0.4~git20101213), libtevent0 (>= 0.15.0) Size: 88328 SHA256: b1422dfafef3fd3e8a23b9a202189015d4336823eeaba7c369d362ff448a9cbf SHA1: 8e6e7d4d44c5293b28bfad4ae3e449c9c200909c MD5sum: ef50f35e23f5e3ae554d2317737c6369 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.21.5+dfsg-1~bpo12+1_armhf.deb Package: libsmbclient-dev Source: samba Version: 2:4.21.5+dfsg-1~bpo12+1 Installed-Size: 280 Maintainer: Debian Samba Maintainers Architecture: armhf Depends: libsmbclient (= 2:4.21.5+dfsg-1~bpo12+1) Size: 75088 SHA256: 4c30ae93f377af38a1f2d4fe86873062f9612a3fa415798ecb45cb3d25cbb7e4 SHA1: 017b3b73c2a804b49f9ddd5acdefd6a6111d9a0c MD5sum: e3eab1c5b2d9e622633c8d3df5cf69eb 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.21.5+dfsg-1~bpo12+1_armhf.deb Package: libspa-0.2-bluetooth Source: pipewire Version: 1.2.7-1~bpo12+1 Installed-Size: 859 Maintainer: Utopia Maintenance Team Architecture: armhf Depends: libspa-0.2-modules (= 1.2.7-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: 322640 SHA256: 6e9ab28556ebadf579fdefb1567e613e7de834b453c51de335bfe8644e3c6be0 SHA1: 19676f233490002f98dc059fbb2522276295bb13 MD5sum: c5a51c5653fec32ee9f0eb8a26b92fe8 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.2.7-1~bpo12+1_armhf.deb Package: libspa-0.2-dev Source: pipewire Version: 1.2.7-1~bpo12+1 Installed-Size: 671 Maintainer: Utopia Maintenance Team Architecture: armhf Suggests: pipewire-doc Size: 111836 SHA256: 0c137e8e1a4266491dc4848ce73905b4d0b15d4bcbbda347a5bd5aaceb51b26c SHA1: 4144b97ae2f9f9b7c4a781046e950ef5bb4c160b MD5sum: e0ad0936cbbf14a563aa8a60246d79cd 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.2.7-1~bpo12+1_armhf.deb Package: libspa-0.2-jack Source: pipewire Version: 1.2.7-1~bpo12+1 Installed-Size: 152 Maintainer: Utopia Maintenance Team Architecture: armhf Depends: libspa-0.2-modules (= 1.2.7-1~bpo12+1), libc6 (>= 2.7), libjack-jackd2-0 (>= 1.9.10+20150825) | libjack-0.125 Size: 53808 SHA256: 054dc3c6eaa9cf08d1b2072cd4e6f3e0fce21800a6b37bf6cdc042ac7e48f795 SHA1: 2e5a172f46b69101ed9417edaa56d3572786c652 MD5sum: 271049b83bbc333d8e344d07112aa86e 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.2.7-1~bpo12+1_armhf.deb Package: libspa-0.2-libcamera Source: pipewire Version: 1.2.7-1~bpo12+1 Installed-Size: 116 Maintainer: Utopia Maintenance Team Architecture: armhf Replaces: pipewire-libcamera (<< 0.3.72-1~) Provides: pipewire-libcamera Depends: libspa-0.2-modules (= 1.2.7-1~bpo12+1), libc6 (>= 2.32), libcamera0.3 (>= 0.3.2), libgcc-s1 (>= 3.5), libstdc++6 (>= 11) Breaks: pipewire-libcamera (<< 0.3.72-1~) Size: 60804 SHA256: 72d1b917ac36f981c35095acc97824ed51c90202e06d4de320e32c1fdd3207c1 SHA1: 8d0d65da862b61e2a65aece02a115a2f766809d1 MD5sum: c981982399fbae91a6f7f819b8ba7437 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.2.7-1~bpo12+1_armhf.deb Package: libspa-0.2-modules Source: pipewire Version: 1.2.7-1~bpo12+1 Installed-Size: 1701 Maintainer: Utopia Maintenance Team Architecture: armhf Replaces: pipewire (<< 0.3.5) Depends: libasound2 (>= 1.2.5), libc6 (>= 2.34), libdbus-1-3 (>= 1.9.14), libgcc-s1 (>= 3.5), libstdc++6 (>= 11), libsystemd0, libudev1 (>= 183), libwebrtc-audio-processing1 Breaks: pipewire (<< 0.3.5) Size: 509016 SHA256: dbcfa46c37b34dec374aa0d15c2a41b3fd0b2dc6649d3cb21713d3315daed84d SHA1: 1a0b81ecb9e461b7a8ec4caa7724443fed2c029e MD5sum: d223b1ed7ec8f6f69f8bd09ccd9e44a7 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.2.7-1~bpo12+1_armhf.deb Package: libspeechd-dev Source: speech-dispatcher Version: 0.12.0-3~bpo12+1 Installed-Size: 114 Maintainer: Debian TTS Team Architecture: armhf Depends: libspeechd2 (= 0.12.0-3~bpo12+1), libglib2.0-dev Suggests: speech-dispatcher Size: 30924 SHA256: 1ce5a2186eb32605cfe94ca649aea3103eab4287daea76714f1e590baf6b3dd7 SHA1: 6a7690763fbe5e27d2129c815b5e0f674ea93037 MD5sum: c007b6046d84f01cebf84e16633994fa 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-3~bpo12+1_armhf.deb Package: libspeechd-module0 Source: speech-dispatcher Version: 0.12.0-3~bpo12+1 Installed-Size: 37 Maintainer: Debian TTS Team Architecture: armhf Depends: libc6 (>= 2.15) Size: 14392 SHA256: 2030b05bc738f5f37e0c0b77377ad6087da75eafa861022e66b1f0ee56fb31c7 SHA1: 837b06a56dc20960babcf07266c1ec6e5295c371 MD5sum: 43b4ad0c88709735d5a199f1a856ea82 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-3~bpo12+1_armhf.deb Package: libspeechd2 Source: speech-dispatcher Version: 0.12.0-3~bpo12+1 Installed-Size: 52 Maintainer: Debian TTS Team Architecture: armhf Depends: libc6 (>= 2.34), libglib2.0-0 (>= 2.36) Size: 19892 SHA256: 19f6fb0d0410328f16d289e6ea5af9d9d298e202efe482e4b4745d358c835d9c SHA1: 1a8fe104e85339a342fecfb7a3958bd728224843 MD5sum: 70883faa0d8f7f52d6c2ba4f9c803195 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-3~bpo12+1_armhf.deb Package: libsqlcipher-dev Source: sqlcipher Version: 4.6.1-2~bpo12+1 Installed-Size: 1868 Maintainer: Debian QA Group Architecture: armhf Depends: libc6-dev, libsqlcipher1 (= 4.6.1-2~bpo12+1) Suggests: sqlite3-doc Size: 769408 SHA256: 436da568aa13252ff5e46b744624fea9f6b691f3b57857b60c8c91059bb691a8 SHA1: 425ad66eb21e13f79c3c77b2ecde4d5a74c08529 MD5sum: 656c62ba7b3ecb70d0c429e4981fea4c 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_armhf.deb Package: libsqlcipher1 Source: sqlcipher Version: 4.6.1-2~bpo12+1 Installed-Size: 926 Maintainer: Debian QA Group Architecture: armhf Depends: libc6 (>= 2.34), libssl3 (>= 3.0.0) Size: 570752 SHA256: 850e43852e5ada8833a9a917698fb944e26f2fc2e75e02a890bc6e6b45dec5a8 SHA1: 325f945b9e28bcef448fc8632c5326f0fac82915 MD5sum: e13b579781f24ec59c2099fbe2c1f16d 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_armhf.deb Package: libss2 Source: e2fsprogs Version: 1.47.2~rc1-2~bpo12+2 Installed-Size: 63 Maintainer: Theodore Y. Ts'o Architecture: armhf Replaces: e2fsprogs (<< 1.34-1) Depends: libcom-err2, libc6 (>= 2.34) Size: 26616 SHA256: bba29acdc2f5d3fb2480192adb3b32920e84f2656aaa3220841b18f30323f314 SHA1: 54b905247ecc91b67e0cb97b1084fbe07de1f6ad MD5sum: b315ba13ec551e5f0bbee56808e293de 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_armhf.deb Package: libstlink-dev Source: stlink Version: 1.8.0-1~bpo12+1 Installed-Size: 251 Maintainer: Luca Boccassi Architecture: armhf Depends: libstlink1 (= 1.8.0-1~bpo12+1) Size: 75840 SHA256: b1ad991e04e52a81699cbc75fa7794b860f72612227c22b8a0ddb871d67630f8 SHA1: c79e88455308d70745fa11368733fd4e5fbcc383 MD5sum: 62417ccaaa50f4b105e100b625119618 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_armhf.deb Package: libstlink1 Source: stlink Version: 1.8.0-1~bpo12+1 Installed-Size: 126 Maintainer: Luca Boccassi Architecture: armhf Depends: libc6 (>= 2.33), libusb-1.0-0 (>= 2:1.0.22) Size: 57884 SHA256: 2cd3046e7fec578167e8e5b1e9cf3324f1333ec3c1f0e60fa6644c2612f94d68 SHA1: ba9c9afd2daad715d7164af1e80033cb39af6b14 MD5sum: 3b299fc9a8845b3c651c8cfae952fca4 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_armhf.deb Package: libstrophe-dev Source: libstrophe Version: 0.14.0-4~bpo12+1 Installed-Size: 225 Maintainer: Debian XMPP Maintainers Architecture: armhf Depends: libexpat1-dev, libssl-dev, libstrophe0 (= 0.14.0-4~bpo12+1) Size: 74248 SHA256: 6a0c61eaae2dc12b0b709a9c13703d8cda2562d43dda4d09ebdbf85bbf4f4cb0 SHA1: 5c6300962666e9193baed80572d373203907b9aa MD5sum: 2b86350c7b308b90d3eecd168ea2ad2f 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_armhf.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: 125 Maintainer: Debian XMPP Maintainers Architecture: armhf Depends: libc6 (>= 2.34), libexpat1 (>= 2.0.1), libssl3 (>= 3.0.0), zlib1g (>= 1:1.1.4) Size: 58824 SHA256: 34663ccfd5267ebeb7511657669dec7367b174b6bbe72642448dee82a8da7664 SHA1: 4a8b2765d1a5d5b8b41029f7c0f304a2f5039dee MD5sum: 27d3d4114d0f50a3be6128bc44ebaa39 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_armhf.deb Package: libswupdate-dev Source: swupdate Version: 2024.12.1+dfsg-1~bpo12+1 Installed-Size: 63 Maintainer: Bastian Germann Architecture: armhf 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: 18652 SHA256: c4138736be01967a40fb0ade2a72ff95debb9188911f708d26e33bd8dc085f45 SHA1: a22d97e14260c26eea7a037c071c1c1ce4dacf6d MD5sum: 77aa026262c33e396c14c7ac9dc2160e 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_armhf.deb Package: libswupdate0.1 Source: swupdate Version: 2024.12.1+dfsg-1~bpo12+1 Installed-Size: 155 Maintainer: Bastian Germann Architecture: armhf Depends: libc6 (>= 2.34) Size: 37444 SHA256: d4b19c94e8829fd7df82d8f88d3206242002edbc2603e0d4b995de2d2997bec9 SHA1: d1f66e619b322512d7864b580459a7d26d51553e MD5sum: bb874a8f17412506e38b1f5ba77a13d6 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_armhf.deb Package: libsystemd-dev Source: systemd Version: 254.22-1~bpo12+1 Installed-Size: 4079 Maintainer: Debian systemd Maintainers Architecture: armhf Depends: libsystemd0 (= 254.22-1~bpo12+1) Size: 1113512 SHA256: 1aa782a3e7ad202271aab5fdf336b713136eb5b7e50ce8a76f13ecad9d2b92df SHA1: 889e0836842b4d0ace2d393b4a4e1558ba9c9a76 MD5sum: 9ace7b367718fe3184f20acaf9374407 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.22-1~bpo12+1_armhf.deb Package: libsystemd-shared Source: systemd Version: 254.22-1~bpo12+1 Installed-Size: 3926 Maintainer: Debian systemd Maintainers Architecture: armhf 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: 1690092 SHA256: 0288f8a373aa6f95c8835a1dd650b91c6118c21980415f676134d81d7ea13e31 SHA1: e2713421f857a96660807289827e169082de8f2d MD5sum: 4cfcb9f56c457ef9949323f4907805d9 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.22-1~bpo12+1_armhf.deb Package: libsystemd0 Source: systemd Version: 254.22-1~bpo12+1 Installed-Size: 675 Maintainer: Debian systemd Maintainers Architecture: armhf 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: 328116 SHA256: 5a42da4ae528a5522d83508a4f72bcf007fc81af90ed08ed4620d52d23399f81 SHA1: b4958b615bde9fb7820e6c7b48b4e024907c04d4 MD5sum: 4dcf1e1e2de41839bd3ce3df730f7e48 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.22-1~bpo12+1_armhf.deb Package: libtalloc-dev Source: samba (2:4.21.5+dfsg-1~bpo12+1) Version: 2:2.4.2+samba4.21.5+dfsg-1~bpo12+1 Installed-Size: 148 Maintainer: Debian Samba Maintainers Architecture: armhf Depends: libtalloc2 (= 2:2.4.2+samba4.21.5+dfsg-1~bpo12+1) Size: 70744 SHA256: 2b3decd9d527506abf3e203ac55adf855da3b1764be69e1c8576cd0b2544734f SHA1: 0a78a6169a6b2615fe78649f2adbdfc16d6ebb46 MD5sum: 1d1ec354b8c992073684c1bf52e43f92 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.2+samba4.21.5+dfsg-1~bpo12+1_armhf.deb Package: libtalloc2 Source: samba (2:4.21.5+dfsg-1~bpo12+1) Version: 2:2.4.2+samba4.21.5+dfsg-1~bpo12+1 Installed-Size: 105 Maintainer: Debian Samba Maintainers Architecture: armhf Depends: libc6 (>= 2.16) Size: 57600 SHA256: f4921d234cb6625c00c7225cc47e95dcfda9b08e454427691ae6731d31b2fb06 SHA1: cea2e9aa21acb70de0d5a32342903ab47e15bed3 MD5sum: c417ede538d2bdb9ecf11a4a42cbb620 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.2+samba4.21.5+dfsg-1~bpo12+1_armhf.deb Package: libtbox-dev Source: tbox Version: 1.7.6-1~bpo12+1 Installed-Size: 2468 Maintainer: Yangfl Architecture: armhf Size: 338852 SHA256: 484b0c58108ed6f7d576c6c08020cfa042d7a35ccdeb464f8489fd452636659d SHA1: c6666ac1aa8c847c6b1c7158cef469d3e64c17a5 MD5sum: 66067cdd285930aa237b32d62a3918a2 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_armhf.deb Package: libtdb-dev Source: samba (2:4.21.5+dfsg-1~bpo12+1) Version: 2:1.4.12+samba4.21.5+dfsg-1~bpo12+1 Installed-Size: 114 Maintainer: Debian Samba Maintainers Architecture: armhf Provides: tdb-dev Depends: libc6-dev, libtdb1 (= 2:1.4.12+samba4.21.5+dfsg-1~bpo12+1) Size: 57116 SHA256: 8c801eb7bc5aa1f18c1cba374270da3ca86850880ae3e48bdf83b8d6d40ed705 SHA1: a5332c590523c9f761bd1c1ab32d2041fdb17648 MD5sum: 7c9463285958bc49bc1d20b0c322e556 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.12+samba4.21.5+dfsg-1~bpo12+1_armhf.deb Package: libtdb1 Source: samba (2:4.21.5+dfsg-1~bpo12+1) Version: 2:1.4.12+samba4.21.5+dfsg-1~bpo12+1 Installed-Size: 133 Maintainer: Debian Samba Maintainers Architecture: armhf Depends: libc6 (>= 2.34) Size: 73844 SHA256: c2cdcb6aae6f649cef47645778cb6a8191c148ea70776ac00039e67ae864300e SHA1: d69c8096c8719ef0d2b47599d5be5f3fcaceeacf MD5sum: 3d055594fbd1733bdcece8bb0e3fe608 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.12+samba4.21.5+dfsg-1~bpo12+1_armhf.deb Package: libtevent-dev Source: samba (2:4.21.5+dfsg-1~bpo12+1) Version: 2:0.16.1+samba4.21.5+dfsg-1~bpo12+1 Installed-Size: 163 Maintainer: Debian Samba Maintainers Architecture: armhf Depends: libc6-dev, libtalloc-dev, libtevent0 (= 2:0.16.1+samba4.21.5+dfsg-1~bpo12+1) Size: 60276 SHA256: 61b069566ea983e670a7ea14cc48ecedb0942bd3f89b7e008f8efb15ee831ff1 SHA1: f8cde748d5cef9eb3cb2019679d1e3185da2cd90 MD5sum: a5bc921e2d354c935900049f0913782c 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.1+samba4.21.5+dfsg-1~bpo12+1_armhf.deb Package: libtevent0 Source: samba (2:4.21.5+dfsg-1~bpo12+1) Version: 2:0.16.1+samba4.21.5+dfsg-1~bpo12+1 Installed-Size: 130 Maintainer: Debian Samba Maintainers Architecture: armhf Depends: libc6 (>= 2.34), libtalloc2 (>= 2.1.0) Size: 68184 SHA256: 724fa820a4f714108ffa39ebb8e480a5834c2f8be26a2a26804a421f66549d3b SHA1: e66ed1acbc847822939560b39732ca8d51420333 MD5sum: 91c64018c9a5d755cbe173d70fe71e20 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.1+samba4.21.5+dfsg-1~bpo12+1_armhf.deb Package: libthreadar-dev Source: libthreadar Version: 1.5.0-1~bpo12+1 Installed-Size: 2188 Maintainer: John Goerzen Architecture: armhf Depends: libthreadar1000 (= 1.5.0-1~bpo12+1) Size: 192188 SHA256: 379ffd0c96c0d7e74040040ff979c97ab3b170fe9b063a4b36012ef7e970edea SHA1: 6b8ff7c7b3fa7c20f873be0209ad9ca078e20d28 MD5sum: 6f3ad3e046b3ca0d17fbebda2de10156 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_armhf.deb Package: libthreadar1000 Source: libthreadar Version: 1.5.0-1~bpo12+1 Installed-Size: 60 Maintainer: John Goerzen Architecture: armhf Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.5), libstdc++6 (>= 11) Size: 19988 SHA256: 832f99f2a620a1c49e8950736577327875dc026655d3676707feb268fa184aa4 SHA1: 2fb44c937e58026959508c531a7eaa0d88d8ce07 MD5sum: a0e9285ef28101236b870998fa521d77 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_armhf.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: 40 Maintainer: Nobuhiro Iwamatsu Architecture: armhf Depends: libubootenv0.1 (= 0.3.5-0.1~bpo12+1), zlib1g-dev Suggests: libubootenv-doc Size: 13020 SHA256: 0e1e38c43b62b0b0c69d025d4a49366a7394fd7ef18f94d2d37f9a37ad43616d SHA1: 6ebb4607999ed6b815046b964535c1dcb3058bec MD5sum: 78401355d137ff26c4369767d98a0d97 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_armhf.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: 27 Maintainer: Nobuhiro Iwamatsu Architecture: armhf Depends: libc6 (>= 2.34), libubootenv0.1 (= 0.3.5-0.1~bpo12+1) Conflicts: u-boot-tools (<< 2019.10) Size: 8124 SHA256: 76766495dfc965277f2fe8a105b4604b93b169b83e3a8f8d03e0b7f6dcf1586d SHA1: 0dc11b607ffd578433ad32347be4158aa15eeec4 MD5sum: d6c30448e128b5f82b102e4de9b16403 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_armhf.deb Package: libubootenv0.1 Source: libubootenv Version: 0.3.5-0.1~bpo12+1 Installed-Size: 35 Maintainer: Nobuhiro Iwamatsu Architecture: armhf Depends: libc6 (>= 2.33), libyaml-0-2, zlib1g (>= 1:1.1.4) Size: 11936 SHA256: ca8a737b44e0113f578e280d7bc15f91a14332618c1a03b8d7c8c8c11273da0f SHA1: e322b9ca41c0e34b412cbb462abc7b0c7d79ead8 MD5sum: 83591f46debcd3bc4a7c88534d42ab2a 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_armhf.deb Package: libudev-dev Source: systemd Version: 254.22-1~bpo12+1 Installed-Size: 144 Maintainer: Debian systemd Maintainers Architecture: armhf Depends: libudev1 (= 254.22-1~bpo12+1) Size: 56160 SHA256: 06142dd52e30e658822e10641cb57e8408e9efd7c7eb8de70f52d3b28c697d95 SHA1: e7a77b7c633ded55b141db062122109a46b2a440 MD5sum: f6a9e6279da666c18d79458c2fefc87e 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.22-1~bpo12+1_armhf.deb Package: libudev1 Source: systemd Version: 254.22-1~bpo12+1 Installed-Size: 197 Maintainer: Debian systemd Maintainers Architecture: armhf Depends: libc6 (>= 2.34), libcap2 (>= 1:2.10) Size: 111020 SHA256: 7b68eeecd46dc01d207e30212cc9a9b367624cef47e5121c3f743c5f53fff329 SHA1: cd4513d433ffd2dadd96f040052943ebdeba9188 MD5sum: e872ad9d5b02cefff97c7ef4e6896bae 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.22-1~bpo12+1_armhf.deb Package: libuno-cppu3 Source: libreoffice Version: 4:25.2.2-1~bpo12+1 Installed-Size: 193 Maintainer: Debian LibreOffice Maintainers Architecture: armhf Replaces: uno-libs3, ure (<< 5.0.0~rc2-1) Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.5), 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: 102920 SHA256: 742b4261a282ea6ccf93134c84f4c3b8db10f327163c0ad982ac2052dc2bbced SHA1: 3b4b708d80c508f88a6ed60d528b469b1e23719e MD5sum: b995bce552e0a3bd293f4072b7df47c0 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.2-1~bpo12+1_armhf.deb Package: libuno-cppuhelpergcc3-3 Source: libreoffice Version: 4:25.2.2-1~bpo12+1 Installed-Size: 810 Maintainer: Debian LibreOffice Maintainers Architecture: armhf Replaces: uno-libs3, ure (<< 5.0.0~rc2-1) Depends: uno-libs-private (= 4:25.2.2-1~bpo12+1), libc6 (>= 2.32), libgcc-s1 (>= 3.5), 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: 306776 SHA256: 40882e9256460431aaad290d50b309f7f96453047543901af70cdaf42334cdf5 SHA1: e38d3f7053dec259275a6f2bb0005cab8a06ef92 MD5sum: d5438e9ddf6dadd7fa1b0d71873a6aa3 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.2-1~bpo12+1_armhf.deb Package: libuno-purpenvhelpergcc3-3 Source: libreoffice Version: 4:25.2.2-1~bpo12+1 Installed-Size: 91 Maintainer: Debian LibreOffice Maintainers Architecture: armhf Replaces: uno-libs3, ure (<< 5.0.0~rc2-1) Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.5), libstdc++6 (>= 5), libuno-cppu3 (>= 1.4.0), libuno-sal3 (>= 1.4.0) Breaks: libreoffice-core (<< 1:4.3.0~), uno-libs3 Size: 48892 SHA256: 065f8f5bba763585e386439e3b1f20f9e2de810f5793ed44dc20f3041b98fede SHA1: 6f5490ff94ba6ed7965cde77ac6ad94b5d0ce4ce MD5sum: 11a231b6ed3110f207d310798de78bae 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.2-1~bpo12+1_armhf.deb Package: libuno-sal3 Source: libreoffice Version: 4:25.2.2-1~bpo12+1 Installed-Size: 370 Maintainer: Debian LibreOffice Maintainers Architecture: armhf Replaces: uno-libs3, ure (<< 5.0.0~rc2-1) Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.5), libstdc++6 (>= 12), zlib1g (>= 1:1.1.4) Breaks: libreoffice-core (<< 1:4.3.0~), uno-libs3 Size: 190420 SHA256: 7e9886de8a627f0ebb62b3fe18212ce56af614cd38eb2c7158f842ca3d3f9f19 SHA1: e93b6d7c7d4f6efffbe368d442b009de9bf5746a MD5sum: 24ea640faa3168c34b91e6fe4573f5b7 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.2-1~bpo12+1_armhf.deb Package: libuno-salhelpergcc3-3 Source: libreoffice Version: 4:25.2.2-1~bpo12+1 Installed-Size: 103 Maintainer: Debian LibreOffice Maintainers Architecture: armhf Replaces: uno-libs3, ure (<< 5.0.0~rc2-1) Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.5), libstdc++6 (>= 12), libuno-sal3 (>= 1.8.0) Breaks: libreoffice-core (<< 1:4.3.0~), uno-libs3 Size: 50896 SHA256: e6140820e0d7b69fcc0ecc6f9de5d7b99521e298b46c31f8b5710ce53816aeae SHA1: 4b37b0f3dbe579747ba2b5e855d23c3ac302c240 MD5sum: fac365c0cf40e14651686b0a6581b365 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.2-1~bpo12+1_armhf.deb Package: libunoloader-java Source: libreoffice Version: 4:25.2.2-1~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: 46544 SHA256: aeb7c3ac06989a9f993c0836c6dba597a19f7c87629e6e5f35e1700c2710c020 SHA1: f747b1d8a1e36d23f026538b1fdb8b5895172c48 MD5sum: 82f9301845bb21461e9a048e4a3fa97e 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.2-1~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: 47 Maintainer: Debian X Strike Force Architecture: armhf 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: 18288 SHA256: b9a25cc00e23e5f0f9964fdfd7b5c33532a5c1fc6aef0a334e5942342cd5bdc6 SHA1: d6ef64111e790f92953cd065aba0aead5ce20ed1 MD5sum: e340d2ea7eba650e808590c0de03d426 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_armhf.deb Package: libwayland-client0 Source: wayland Version: 1.23.0-1~bpo12+1 Installed-Size: 57 Maintainer: Debian X Strike Force Architecture: armhf Replaces: libwayland0 (<< 1.1.0-1) Depends: libc6 (>= 2.28), libffi8 (>= 3.4) Conflicts: libwayland0 (<< 1.1.0-1) Size: 20844 SHA256: 19a6c7cdc5c9f4e2f5d1f8a05806e297155e86c37c44c3af4c86c934852a8ca2 SHA1: 2fc27f6267658842395ecc0afa5afc8edfd65549 MD5sum: 0484f66becfd11cea38682da9f3cf5a3 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_armhf.deb Package: libwayland-cursor0 Source: wayland Version: 1.23.0-1~bpo12+1 Installed-Size: 42 Maintainer: Debian X Strike Force Architecture: armhf Replaces: libwayland0 (<< 1.1.0-1) Depends: libc6 (>= 2.28), libwayland-client0 (>= 1.20.0) Conflicts: libwayland0 (<< 1.1.0-1) Size: 10220 SHA256: 13a5390ddf381242d5603fe05c149e9029bf7c266139ed2fc8899cee84fb91ba SHA1: e8ed6b61ee9046709c6ee7f20e2bf2df996e8bca MD5sum: d90af5dc86ceb0d34a9add47be429f90 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_armhf.deb Package: libwayland-dev Source: wayland Version: 1.23.0-1~bpo12+1 Installed-Size: 620 Maintainer: Debian X Strike Force Architecture: armhf 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: 2e2be05b019941b6318bd9fa27bc03e37e88bcedd645ad8cac7c0b3ff6e49b61 SHA1: a4c001be863c52eaba772e364e5cdc78604aad32 MD5sum: 4b83e99f77c3d46042845cceb7989f10 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_armhf.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: armhf 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: b733196c5f72aa5b2c6d25ff931aa73065f6e5f4d9ff11a596d2ac8c0c1b93c2 SHA1: 715cb745cb9feb0083cdde657fb56c31b7ccf2b9 MD5sum: e2294d9ee5ebf5bf0eb88a27d0d25630 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_armhf.deb Package: libwayland-egl1 Source: wayland Version: 1.23.0-1~bpo12+1 Installed-Size: 22 Maintainer: Debian X Strike Force Architecture: armhf Replaces: libwayland-egl1-mesa (<< 18.0.5-0) Provides: libwayland-egl1-mesa Depends: libc6 (>= 2.4) Breaks: libwayland-egl1-mesa (<< 18.0.5-0) Size: 5244 SHA256: 65a52a7701dd4b770aab3b2abde68f9d89fab42f3956c5cfefa1883e489defa9 SHA1: a914401daed2459199d3edfdb9141def4f4d2d73 MD5sum: e340b57a4e32d29dfb6a6ca54c30f605 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_armhf.deb Package: libwayland-server0 Source: wayland Version: 1.23.0-1~bpo12+1 Installed-Size: 71 Maintainer: Debian X Strike Force Architecture: armhf 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: 27228 SHA256: 0eb982f19afdc4da7cc217baf3f0efa195e7d40dc945157253e147f28e4a45e7 SHA1: 83a588604d85a23333e973761c6830dd63a4c7b1 MD5sum: 822fd8a64d2928b94455185e08cdf829 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_armhf.deb Package: libwbclient-dev Source: samba Version: 2:4.21.5+dfsg-1~bpo12+1 Installed-Size: 632 Maintainer: Debian Samba Maintainers Architecture: armhf Replaces: samba-dev (<< 2:4.19.6+dfsg-2~) Depends: libwbclient0 (= 2:4.21.5+dfsg-1~bpo12+1) Breaks: samba-dev (<< 2:4.19.6+dfsg-2~) Size: 113348 SHA256: e311cae1b9b65103fbca565d052338ee04556617675cc902eb3b97e6e9d63363 SHA1: 828fe4faacd7a891a6dafd67dd85df513f737eb7 MD5sum: 06a0f32885ac3a0d92833c582dbeb0be 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.21.5+dfsg-1~bpo12+1_armhf.deb Package: libwbclient0 Source: samba Version: 2:4.21.5+dfsg-1~bpo12+1 Installed-Size: 115 Maintainer: Debian Samba Maintainers Architecture: armhf Depends: libbsd0 (>= 0.0), libc6 (>= 2.34) Size: 63688 SHA256: a291d00e19834a45567eb1d49804fd774ad574382a7d19774ee6286545cf71f1 SHA1: 397403f9074862bc6009e49b0f41bcf3e5427478 MD5sum: c7c4b303cf26c42b0b80a1cc6f0315a1 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.21.5+dfsg-1~bpo12+1_armhf.deb Package: libwebkit2gtk-4.0-37 Source: webkit2gtk Version: 2.46.1-2~bpo12+1 Installed-Size: 52996 Maintainer: Debian WebKit Maintainers Architecture: armhf 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: 20922436 SHA256: 9927f9cb5f280166f068bad5069fe826a88431ba090b244b9f584f870aaebc80 SHA1: d9332933c35390e999a52159d0e47ccfa7fa5d38 MD5sum: 7466e0b6b2fab486629bfa64468a301c 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_armhf.deb Package: libwebkit2gtk-4.0-dev Source: webkit2gtk Version: 2.46.1-2~bpo12+1 Installed-Size: 5556 Maintainer: Debian WebKit Maintainers Architecture: armhf 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: dc34a3888c293508d519d06595086b56ede41cfd6a49947521814dda36fe26a5 SHA1: b0f40f4543cccf2aeba85106e1e66141a65d84bd MD5sum: 2bc927d063d35e223e964b4d163bab45 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_armhf.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: 53052 Maintainer: Debian WebKit Maintainers Architecture: armhf 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: 20944608 SHA256: 2b5ed1c489ba51aaa46aeb24a244e5e9c970c00cf8b888e1e10b26b7369b362a SHA1: 9db6cede78776e287bac9006e58232f3ef095b5d MD5sum: 0b7893843b3c6c550f1e1bebb0d19c52 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_armhf.deb Package: libwebkit2gtk-4.1-dev Source: webkit2gtk Version: 2.46.1-2~bpo12+1 Installed-Size: 5556 Maintainer: Debian WebKit Maintainers Architecture: armhf 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: 305112 SHA256: 26bf4cb6013f4a872a262b5c2deb53c6cb34f431bb86cb5a2c35045fa732e4d9 SHA1: b189f7d55a19804b3f1b912b24bb5ee0470b452d MD5sum: 501b3667660b512a27f597df4550ea96 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_armhf.deb Package: libwebkitgtk-6.0-4 Source: webkit2gtk Version: 2.46.1-2~bpo12+1 Installed-Size: 52010 Maintainer: Debian WebKit Maintainers Architecture: armhf 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: 20704596 SHA256: 48c43d680e801008160ebc38f2cc57e2b0a1c2c8d963da0badb314e427f91d47 SHA1: 907de9c474dc9778737a0ff14538c3b0c81a8a4a MD5sum: 1962948a639ed03d06c0fa3012b8c8a2 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_armhf.deb Package: libwebkitgtk-6.0-dev Source: webkit2gtk Version: 2.46.1-2~bpo12+1 Installed-Size: 2314 Maintainer: Debian WebKit Maintainers Architecture: armhf 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: 185216 SHA256: e3dbb05f59b39965a8334d8c760ea9cdcc554c203e7c7052fdfb7e8fedd377f8 SHA1: 15b7871ba12dbd973a49fa64c2b30bfe4d852b86 MD5sum: 6138f1995e8d6d983e37dfe6e5713945 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_armhf.deb Package: libwebp-dev Source: libwebp Version: 1.4.0-0.1~bpo12+1 Installed-Size: 1132 Maintainer: Jeff Breidenbach Architecture: armhf Depends: libwebp7 (= 1.4.0-0.1~bpo12+1), libwebpdemux2 (= 1.4.0-0.1~bpo12+1), libwebpmux3 (= 1.4.0-0.1~bpo12+1), libwebpdecoder3 (= 1.4.0-0.1~bpo12+1), libsharpyuv-dev Size: 389352 SHA256: 28d35984ba9975fbfa6be8e4ba00e0d3c1ded530e911270dcb42697c79ee697f SHA1: ba21e34c8014a47bbe6b939ef0f701ac4cf0debe MD5sum: cfad730433b34d3445ee6030c96fddab Description: Lossy compression of digital photographic images 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.4.0-0.1~bpo12+1_armhf.deb Package: libwebp7 Source: libwebp Version: 1.4.0-0.1~bpo12+1 Installed-Size: 401 Maintainer: Jeff Breidenbach Architecture: armhf Depends: libc6 (>= 2.34), libsharpyuv0 (>= 1.4.0) Size: 265148 SHA256: 5ab8e06f7d09cdb39f5d23f6470996143dbe4f23d1c93c332db976f3421e0d22 SHA1: c2d8855452428087ddb4f0b0289a65dc22fa833b MD5sum: 755608934f6e24d1a8feaa569e51c8e0 Description: Lossy compression of digital photographic images 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.4.0-0.1~bpo12+1_armhf.deb Package: libwebpdecoder3 Source: libwebp Version: 1.4.0-0.1~bpo12+1 Installed-Size: 260 Maintainer: Jeff Breidenbach Architecture: armhf Depends: libc6 (>= 2.34) Size: 181736 SHA256: 8f78361fb90288431c2a8659738f8954ba2f7ce96e2ac77d3a8a3ad7791da271 SHA1: b8912f93a0087407d009ad0f365d4d868ee32590 MD5sum: 803539e4e83b159eb85a8a2aa6d3f16d 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.4.0-0.1~bpo12+1_armhf.deb Package: libwebpdemux2 Source: libwebp Version: 1.4.0-0.1~bpo12+1 Installed-Size: 128 Maintainer: Jeff Breidenbach Architecture: armhf Depends: libc6 (>= 2.4), libwebp7 (>= 1.4.0) Size: 109712 SHA256: 082eaa61a271402808ac228e9a93d83b13fbc1d5caa795c2589e03b4f5517dcb SHA1: f55bf978c7aa160b081c81cbe556b2833659f3ca MD5sum: 4f378446e83439b97e7019c80e874cfb Description: Lossy compression of digital photographic images. 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.4.0-0.1~bpo12+1_armhf.deb Package: libwebpmux3 Source: libwebp Version: 1.4.0-0.1~bpo12+1 Installed-Size: 144 Maintainer: Jeff Breidenbach Architecture: armhf Depends: libc6 (>= 2.29), libwebp7 (>= 1.4.0) Size: 119456 SHA256: db949c79869db36cb9960b3ae29c1bd9b3f51cde9b96235078f961fde767360f SHA1: bd6d55f98b76ece375866a9c2e88516845194ebd MD5sum: b63f700876a99cd3915320336e7cec40 Description: Lossy compression of digital photographic images 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.4.0-0.1~bpo12+1_armhf.deb Package: libweston-14-0 Source: weston Version: 14.0.0-2~bpo12+2 Installed-Size: 904 Maintainer: Debian X Strike Force Architecture: armhf Replaces: weston (<< 1.12.0-1) Depends: libc6 (>= 2.34), libcairo2 (>= 1.10.0), libdisplay-info2 (>= 0.2.0), libdrm2 (>= 2.4.108), libegl1, libfontconfig1 (>= 2.12.6), libfreerdp-server2-2 (>= 2.0.0~git20160317.1.75ae3f5+dfsg1), libfreerdp2-2 (>= 2.1.0+dfsg1), 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), libwinpr2-2 (>= 2.0.0~git20160317.1.75ae3f5+dfsg1), 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) Breaks: weston (<< 1.12.0-1) Size: 333760 SHA256: bf7dfdf544c071be73899b61e158dad0b909c78dc6296b034537d296b776b205 SHA1: 8ef9a15a80b316e1fb8d00736e824e9ef24baf7c MD5sum: 68bde27a6dbcb97e4462f4a0a0a0477c 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.freedesktop.org/ Section: libs Priority: optional Filename: pool/main/w/weston/libweston-14-0_14.0.0-2~bpo12+2_armhf.deb Package: libweston-14-dev Source: weston Version: 14.0.0-2~bpo12+2 Installed-Size: 234 Maintainer: Debian X Strike Force Architecture: armhf Replaces: weston (<< 1.12.0-1) Depends: libpixman-1-dev, libwayland-dev, libweston-14-0 (= 14.0.0-2~bpo12+2), libxkbcommon-dev Breaks: weston (<< 1.12.0-1) Size: 45676 SHA256: 2296cbfd25f8583122a8ccbbc836ce3514d514b145db38039dabe31bb1dd4e45 SHA1: 31c6d667c001b3dffec6e4a0f70209f82dec1bd7 MD5sum: 6a3bc0b6f6ccb41eff35e9db08b75db2 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.freedesktop.org/ Section: libdevel Priority: optional Filename: pool/main/w/weston/libweston-14-dev_14.0.0-2~bpo12+2_armhf.deb Package: libwireplumber-0.4-0 Source: wireplumber Version: 0.4.17-1~bpo12+1 Installed-Size: 649 Maintainer: Utopia Maintenance Team Architecture: armhf Depends: libc6 (>= 2.33), libglib2.0-0 (>= 2.62), liblua5.4-0 (>= 5.4.4), libpipewire-0.3-0 (>= 0.3.68), libsystemd0 Size: 197048 SHA256: 888c24bd143608571e221c0ee2f1b3e92710d138702bab6c5f875af7ddb5f016 SHA1: 25eb3f57c362f00a138fa741f4437c9c1707b177 MD5sum: b622a4708e76c5287ebc4b747e320b59 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_armhf.deb Package: libwireplumber-0.4-dev Source: wireplumber Version: 0.4.17-1~bpo12+1 Installed-Size: 866 Maintainer: Utopia Maintenance Team Architecture: armhf 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: 68320 SHA256: 9caee0728456663dbd3caa8990997b414bfb22cbf0b90345f07bc9d8b562bb30 SHA1: 0c28655187e7d7d15d1e2c2057dfcfb7f7412d25 MD5sum: 7a6a97a91542b55025cb3809e811629d 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_armhf.deb Package: libwireplumber-0.5-0 Source: wireplumber Version: 0.5.8-1~bpo12+1 Installed-Size: 733 Maintainer: Utopia Maintenance Team Architecture: armhf Depends: libc6 (>= 2.7), libglib2.0-0 (>= 2.68), liblua5.4-0 (>= 5.4.4), libpipewire-0.3-0 (>= 1.1.81), libsystemd0 Size: 230332 SHA256: a4b17077d048fd6e700e5b529b172105ce70c5dc9bf539f1ebb56d0bc858bc9b SHA1: 09c75e97e9926d0e9145cca233eb95e7795b9a5d MD5sum: bd6d23cb2db3a7cf0a0598b435a75b53 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_armhf.deb Package: libwireplumber-0.5-dev Source: wireplumber Version: 0.5.8-1~bpo12+1 Installed-Size: 1020 Maintainer: Utopia Maintenance Team Architecture: armhf 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: 81564 SHA256: ddc679a1495923cdbf75d116c4bbdd8d5a6dc155ab4603b2425653a66f96d49a SHA1: 3dba384106adeb3ae7c31261b94d5fc3eff34f27 MD5sum: fb17fc0f93682cdee187a72d0ca16728 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_armhf.deb Package: libxcb-errors-dev Source: xcb-util-errors Version: 1.0.1-2~bpo12+1 Installed-Size: 62 Maintainer: Debian X Strike Force Architecture: armhf Depends: libxcb-errors0 (= 1.0.1-2~bpo12+1) Size: 17612 SHA256: f98a1fb7d3108eab594c0ed16a5aa6f55a75479f31bb04ec882c658c44c23403 SHA1: bc142906ad1c8585deb428426952b4fedc474d43 MD5sum: e2da2a99ceffb5115eb5c89579deda39 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_armhf.deb Package: libxcb-errors0 Source: xcb-util-errors Version: 1.0.1-2~bpo12+1 Installed-Size: 54 Maintainer: Debian X Strike Force Architecture: armhf Depends: libc6 (>= 2.4), libxcb1 Size: 16264 SHA256: 4da8bb9e6bfa9970d64a0ee52d89970b12c7887c1fbea89bbed6b27a984f5730 SHA1: dc170334cfc7e5363505722f75e4a3fa0edde4cc MD5sum: f2041e86d8baf5a099aa8d6a8f0dde3e 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_armhf.deb Package: libxcb-imdkit-dev Source: xcb-imdkit Version: 1.0.9-1~bpo12+1 Installed-Size: 126 Maintainer: Debian Input Method Team Architecture: armhf Depends: libxcb-imdkit1 (= 1.0.9-1~bpo12+1), libxcb-keysyms1-dev, libxcb-util-dev, libxcb1-dev Size: 18284 SHA256: deff0fbd817e33ae9d0b4ec8ee93eec9bbb689697dac56816bf5ddf8bbd84e7a SHA1: e92e8b31ecd4d120573b4455b678c3eea40ca7f3 MD5sum: 1ec973e158657fa576f2b76d787e30dd 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_armhf.deb Package: libxcb-imdkit1 Source: xcb-imdkit Version: 1.0.9-1~bpo12+1 Installed-Size: 504 Maintainer: Debian Input Method Team Architecture: armhf Depends: libc6 (>= 2.8), libxcb-util1 (>= 0.4.0), libxcb1 Size: 269352 SHA256: 13fb0c5647b42745bf9eb086787d3de7861e118777e15909bd3e501cc1ab8bb6 SHA1: be7726a86e81a0b7784243155b9182e4a8595011 MD5sum: d454e5d5dfd5e31ad748c2d88a9649b9 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_armhf.deb Package: libxmp-dev Source: libxmp Version: 4.6.0-3~bpo12+1 Installed-Size: 215 Maintainer: Stephen Kitt Architecture: armhf Depends: libxmp4 (= 4.6.0-3~bpo12+1) Size: 104688 SHA256: 9ab785e11f4fb11ffc74c791c572b3ee16b4d6dcff841cead5bdb8d2dcf5ac1c SHA1: e31fb4053dfa0954f398605e4dddf53339426d86 MD5sum: 86f773605ac6ee5bbbc94e79cd4b398c 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_armhf.deb Package: libxmp4 Source: libxmp Version: 4.6.0-3~bpo12+1 Installed-Size: 392 Maintainer: Stephen Kitt Architecture: armhf Depends: libc6 (>= 2.33) Size: 246304 SHA256: 710466b70bae5032edb9b380a2a608adcec1cd3d99c09261788d9c66eed2af5f SHA1: da933d10ffd098d49943ab415a301ba56eb6e3d5 MD5sum: aa4e8a2ac1e6945510f2bc26e127b697 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_armhf.deb Package: libyara-dev Source: yara Version: 4.5.2-1~bpo12+1 Installed-Size: 918 Maintainer: Debian Security Tools Architecture: armhf Depends: libyara10 (= 4.5.2-1~bpo12+1), libjansson-dev, libmagic-dev, libssl-dev Size: 237816 SHA256: aaa04c067f51f3021cf7a3a4acd37ba545d1e59598870ce314fe160f2879108d SHA1: a32716f8fa3871a086a250489264687e7ac1a2f0 MD5sum: 34dca7cf54f5cdeda1704146c4e1d7b2 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_armhf.deb Package: libyara10 Source: yara Version: 4.5.2-1~bpo12+1 Installed-Size: 459 Maintainer: Debian Security Tools Architecture: armhf Depends: libc6 (>= 2.34), libjansson4 (>= 2.14), libmagic1 (>= 5.12), libssl3 (>= 3.0.0) Size: 178448 SHA256: 5818b4131f8842c4c39ac7cf7ea6e3027eebd2735e4669dd886fea5959184f0a SHA1: 9f2dd100dbf9c208ea259df629aaa7203642396d MD5sum: 51851def1db8a51625613335edfbf35e 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_armhf.deb Package: libykhsmauth-dev Source: yubihsm-shell Version: 2.6.0-3~bpo12+1 Installed-Size: 32 Maintainer: Debian Security Tools Architecture: armhf Depends: libykhsmauth2 (= 2.6.0-3~bpo12+1) Size: 10348 SHA256: 5d1f09cc1f8359822f062551caeb59a94f64de2e8338fdb44835a0ec8d99eb11 SHA1: 182969939187fadf45fd28e469fedc9cb76dca60 MD5sum: a64d9421f4c1b4c384d428dcdd924eb5 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-3~bpo12+1_armhf.deb Package: libykhsmauth2 Source: yubihsm-shell Version: 2.6.0-3~bpo12+1 Installed-Size: 37 Maintainer: Debian Security Tools Architecture: armhf Replaces: libykhsmauth1 Depends: libc6 (>= 2.4), libpcsclite1 (>= 1.3.3) Breaks: libykhsmauth1 Size: 15400 SHA256: 4ddd339e6eeac64ad774eb0e1c7199414e32480fd2a10c1762764d458b2ba609 SHA1: 6c90134ceb271cec59c09d7a4a1440b788c725f6 MD5sum: e019b908b8782eae3bd18d93468cfca1 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. Homepage: https://developers.yubico.com/yubihsm-shell/ Section: libs Priority: optional Filename: pool/main/y/yubihsm-shell/libykhsmauth2_2.6.0-3~bpo12+1_armhf.deb Package: libyubihsm-dev Source: yubihsm-shell Version: 2.6.0-3~bpo12+1 Installed-Size: 144 Maintainer: Debian Security Tools Architecture: armhf Depends: libyubihsm2 (= 2.6.0-3~bpo12+1) Size: 25796 SHA256: 5f49e3b3c14b903d4f6115c68e5f764b8fafb80bc5d2f51487137593f4b951ca SHA1: 62207ce415e5747289a2bcb36882636b7f99c710 MD5sum: cd738b2c2cd5e42124a5a501de4c8241 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-3~bpo12+1_armhf.deb Package: libyubihsm-http2 Source: yubihsm-shell Version: 2.6.0-3~bpo12+1 Installed-Size: 41 Maintainer: Debian Security Tools Architecture: armhf Replaces: libyubihsm-http1 Depends: libc6 (>= 2.7), libcurl4 (>= 7.16.2) Recommends: libyubihsm2 Suggests: yubihsm-connector Breaks: libyubihsm-http1 Size: 15172 SHA256: 2948ee6c04eac152b9151ef8e7e181f9345f14d95b1ccf8865c83f374b43d07d SHA1: c2d72c585e17e23921cd2022c7c1149ce0b43529 MD5sum: 20f88554479eba1516f55ac7c1a0226b 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. Homepage: https://developers.yubico.com/yubihsm-shell/ Section: libs Priority: optional Filename: pool/main/y/yubihsm-shell/libyubihsm-http2_2.6.0-3~bpo12+1_armhf.deb Package: libyubihsm-usb2 Source: yubihsm-shell Version: 2.6.0-3~bpo12+1 Installed-Size: 41 Maintainer: Debian Security Tools Architecture: armhf Replaces: libyubihsm-usb1 Depends: libc6 (>= 2.4), libusb-1.0-0 (>= 2:1.0.16) Recommends: libyubihsm2 Breaks: libyubihsm-usb1 Size: 15616 SHA256: 5adf9fd0743da325a1b7f7906b08fc06abaa9dac1065021565778bef913bae2f SHA1: c25c3dafac0951ff542ed4d9c63fa6940da8b92c MD5sum: dcbf4d0ea84cc19e4b640ab80a962627 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. Homepage: https://developers.yubico.com/yubihsm-shell/ Section: libs Priority: optional Filename: pool/main/y/yubihsm-shell/libyubihsm-usb2_2.6.0-3~bpo12+1_armhf.deb Package: libyubihsm2 Source: yubihsm-shell Version: 2.6.0-3~bpo12+1 Installed-Size: 153 Maintainer: Debian Security Tools Architecture: armhf Replaces: libyubihsm1 Depends: libyubihsm-http2 (= 2.6.0-3~bpo12+1) | libyubihsm-usb2 (= 2.6.0-3~bpo12+1), libc6 (>= 2.34), libssl3 (>= 3.0.0) Breaks: libyubihsm1 Size: 64912 SHA256: 490b471dee75b5be604b7d2da213d134b6542089e0eaea175f3ba2ecce94fa0d SHA1: 2f3f8b83b5840ea1b78c95d171248e7268ff517c MD5sum: 6d8b20143ad8889c2d135bed69f44993 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. Homepage: https://developers.yubico.com/yubihsm-shell/ Section: libs Priority: optional Filename: pool/main/y/yubihsm-shell/libyubihsm2_2.6.0-3~bpo12+1_armhf.deb Package: libzck-dev Source: zchunk Version: 1.3.1+ds1-1~bpo12+1 Installed-Size: 40 Maintainer: RPM packaging team Architecture: armhf Depends: libzck1 (= 1.3.1+ds1-1~bpo12+1), libzstd-dev Size: 11236 SHA256: bdc5d66df48bf6c2ef5932036fb20d91b3d6795d446177e2c9b2d200ce3a6c3e SHA1: f3e0727277b2a8dbf5f244930d087c6c79699a45 MD5sum: 420f7c173403e19b16ff0eeafa8d3091 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_armhf.deb Package: libzck1 Source: zchunk Version: 1.3.1+ds1-1~bpo12+1 Installed-Size: 90 Maintainer: RPM packaging team Architecture: armhf Depends: libc6 (>= 2.8), libzstd1 (>= 1.5.2) Size: 40468 SHA256: 3f0b41d93cd7140ffeb0654522072f83a4ecf85a55ae87b62b948470688e4fe1 SHA1: 17ca37534ab1ed67c0d99469bf79ee5f3a84ba88 MD5sum: 6e88003de9ccdf01f85275c657bffbda 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_armhf.deb Package: libzim-dev Source: libzim Version: 8.2.1-2~bpo12+1 Installed-Size: 122 Maintainer: Kunal Mehta Architecture: armhf Depends: libzim8 (= 8.2.1-2~bpo12+1), liblzma-dev, libxapian-dev, libicu-dev, libzstd-dev Size: 29112 SHA256: cda1e765fa0a738f5b695a7aa5f28f16265ec4720c453cb91a8a93fc51b8ca31 SHA1: 54c74d3c97409647113ab72311aaff41ed1b9f44 MD5sum: f62b790232eeac0253f75561432c8a46 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_armhf.deb Package: libzim8 Source: libzim Version: 8.2.1-2~bpo12+1 Installed-Size: 640 Maintainer: Kunal Mehta Architecture: armhf Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.5), 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: 247524 SHA256: caa40985a130c06c8ee05eae26d91beb44943e7f2b25995cd260f57b8d3d02d1 SHA1: 351315451d29c56cbc7c1e6938f21e42e2bc9be0 MD5sum: 00df1ec04aeb3308f9899d8d875c579e 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_armhf.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-bpf-dev Source: linux Version: 6.12.12-1~bpo12+1 Installed-Size: 939 Maintainer: Debian Kernel Team Architecture: armhf Size: 941484 SHA256: 9acddc0f9d66804fad1911a0e3b63781ad046c4dd11c2888b39e82a54b93725e SHA1: ab9142794029e50ec7fca8ead7dd046e55d5af3e MD5sum: cfd80c085a9465a47f7e1f0aad91cfbb Description: Headers for BPF development The vmlinux.h header is provided to allow userspace to build BPF CO-RE programs targeting the packaged kernel. Homepage: https://www.kernel.org/ Section: devel Priority: optional Filename: pool/main/l/linux/linux-bpf-dev_6.12.12-1~bpo12+1_armhf.deb Package: linux-compiler-gcc-12-arm Source: linux Version: 6.5.10-1~bpo12+1 Installed-Size: 708 Maintainer: Debian Kernel Team Architecture: armhf Depends: gcc-12 Size: 710412 SHA256: bf39e443b3379901841b18a3ec3dfaa633464338916bd40d2a37aab2e30160a2 SHA1: a66a964f55c601f83a7c4e918ac16fa629e7c8c9 MD5sum: f26958304f5be6fb132fd9c10bd8f2ad Description: Compiler for Linux on ARM (meta-package) This package depends on GCC of the appropriate version and architecture for Linux on armel and armhf. Multi-Arch: foreign Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-compiler-gcc-12-arm_6.5.10-1~bpo12+1_armhf.deb Package: linux-config-6.10 Source: linux Version: 6.10.11-1~bpo12+1 Installed-Size: 1040 Maintainer: Debian Kernel Team Architecture: armhf Recommends: linux-source-6.10 Size: 1047668 SHA256: 7d1bdb05ac71b91631d20d679c1dd41447bf6fc039353558bf16e1d80361aa1c SHA1: 047b8b3b03b003abc3917f015d685bd431d6c233 MD5sum: b407060f8bb527b8b3245d61f7d655a7 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_armhf.deb Package: linux-config-6.11 Source: linux Version: 6.11.10-1~bpo12+1 Installed-Size: 1084 Maintainer: Debian Kernel Team Architecture: armhf Recommends: linux-source-6.11 Size: 1091356 SHA256: 469abf5d91f0397a26c952b4203dd42da6379408603af50faee8077630f0d8fa SHA1: a5b98a1fff5c086cc357b04809f9f808aec05685 MD5sum: cbbbe5e29a824c8cb13ab1f319a0a643 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_armhf.deb Package: linux-config-6.12 Source: linux Version: 6.12.12-1~bpo12+1 Installed-Size: 1110 Maintainer: Debian Kernel Team Architecture: armhf Recommends: linux-source-6.12 Size: 1118632 SHA256: c032489567084abcafff8b7001721878912db786a022d341c63ce47bb4dcc40d SHA1: 44bfc47a3a770c87fd7fb8bbbb504942ca5339ed MD5sum: 166e6eed9ad6eaf7603d5e4b3566e2a8 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.12-1~bpo12+1_armhf.deb Package: linux-config-6.9 Source: linux Version: 6.9.10-1~bpo12+1 Installed-Size: 1002 Maintainer: Debian Kernel Team Architecture: armhf Recommends: linux-source-6.9 Size: 1007808 SHA256: 4118dbece10fd50dcb91cb5ac3d209022863a90effc8945b9de0362bec9a1965 SHA1: a9e1206379a0488d87cd751728d88aa449300986 MD5sum: a1ab44849c49c385b4c9f0b9059df771 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_armhf.deb Package: linux-cpupower Source: linux Version: 6.12.12-1~bpo12+1 Installed-Size: 1096 Maintainer: Debian Kernel Team Architecture: armhf Depends: libc6 (>= 2.34), libcpupower1 (>= 6.12~rc2-1~exp1) Size: 987148 SHA256: 583bf8e69f44879cf93de2b1f9e003ec1ffd7603bae906a77e7b1f534459073b SHA1: e47dffb9da32f499b8f4e65c0665e45144922875 MD5sum: 6d18e9e53ef35b4344f135158cd72b94 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.12-1~bpo12+1_armhf.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.12-1~bpo12+1 Installed-Size: 199745 Maintainer: Debian Kernel Team Architecture: all Size: 39078016 SHA256: 6b8c8f5759db3f3eea0218700e59a44fbfd703c710386d64803dcade1a146f64 SHA1: c4c40aa924d6dfa6a61e2511b8b2623c87a4f3d1 MD5sum: eb909ebc6f2507c175722217496329e6 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/ Section: doc Priority: optional Filename: pool/main/l/linux/linux-doc-6.12_6.12.12-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.11.10+bpo-armmp Source: linux Version: 6.11.10-1~bpo12+1 Installed-Size: 3909 Maintainer: Debian Kernel Team Architecture: armhf Depends: linux-headers-6.11.10+bpo-common (= 6.11.10-1~bpo12+1), linux-image-6.11.10+bpo-armmp (= 6.11.10-1~bpo12+1) | linux-image-6.11.10+bpo-armmp-unsigned (= 6.11.10-1~bpo12+1), linux-kbuild-6.11.10+bpo, gcc-12 Size: 1447160 SHA256: eebeaa220f0b81dfb9eea2bb77deb6fb5566f18fada64e2a33644b25ec5f4a25 SHA1: 4c31893ba2f159d3e89095be67d5e1b7e8668ad4 MD5sum: 426656e68772d9135cf29d44762a0b8e Description: Header files for Linux 6.11.10+bpo-armmp This package provides the architecture-specific kernel header files for Linux kernel 6.11.10+bpo-armmp, 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-armmp, and can be used for building modules that load into the kernel provided by the linux-image-6.11.10+bpo-armmp package. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-headers-6.11.10+bpo-armmp_6.11.10-1~bpo12+1_armhf.deb Package: linux-headers-6.11.10+bpo-armmp-lpae Source: linux Version: 6.11.10-1~bpo12+1 Installed-Size: 3913 Maintainer: Debian Kernel Team Architecture: armhf Depends: linux-headers-6.11.10+bpo-common (= 6.11.10-1~bpo12+1), linux-image-6.11.10+bpo-armmp-lpae (= 6.11.10-1~bpo12+1) | linux-image-6.11.10+bpo-armmp-lpae-unsigned (= 6.11.10-1~bpo12+1), linux-kbuild-6.11.10+bpo, gcc-12 Size: 1447768 SHA256: 2f9a40a29da32d73c634a088aa77d979effb6ef9ba692ca0dd10f5840047d707 SHA1: e1a185f23f126372e603312adde139ec2e6a97b7 MD5sum: c9c456536ac01f46f5d7cefeccf58b18 Description: Header files for Linux 6.11.10+bpo-armmp-lpae This package provides the architecture-specific kernel header files for Linux kernel 6.11.10+bpo-armmp-lpae, 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-armmp-lpae, and can be used for building modules that load into the kernel provided by the linux-image-6.11.10+bpo-armmp-lpae package. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-headers-6.11.10+bpo-armmp-lpae_6.11.10-1~bpo12+1_armhf.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-armmp Source: linux Version: 6.11.10-1~bpo12+1 Installed-Size: 3908 Maintainer: Debian Kernel Team Architecture: armhf Depends: linux-headers-6.11.10+bpo-common-rt (= 6.11.10-1~bpo12+1), linux-image-6.11.10+bpo-rt-armmp (= 6.11.10-1~bpo12+1) | linux-image-6.11.10+bpo-rt-armmp-unsigned (= 6.11.10-1~bpo12+1), linux-kbuild-6.11.10+bpo, gcc-12 Size: 1447132 SHA256: a04ccb617cc6c01a7c01839ba446df264eaa9dc2065da63598afadef3d0867cc SHA1: 84eb0722ea58b472be37aafd43c81f8103f43337 MD5sum: 4db70cbe02214216a0e7664a03ec2b3d Description: Header files for Linux 6.11.10+bpo-rt-armmp This package provides the architecture-specific kernel header files for Linux kernel 6.11.10+bpo-rt-armmp, 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-armmp, and can be used for building modules that load into the kernel provided by the linux-image-6.11.10+bpo-rt-armmp package. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-headers-6.11.10+bpo-rt-armmp_6.11.10-1~bpo12+1_armhf.deb Package: linux-headers-6.11.5+bpo-armmp Source: linux Version: 6.11.5-1~bpo12+1 Installed-Size: 3891 Maintainer: Debian Kernel Team Architecture: armhf Depends: linux-headers-6.11.5+bpo-common (= 6.11.5-1~bpo12+1), linux-image-6.11.5+bpo-armmp (= 6.11.5-1~bpo12+1) | linux-image-6.11.5+bpo-armmp-unsigned (= 6.11.5-1~bpo12+1), linux-kbuild-6.11.5+bpo, gcc-12 Size: 1429048 SHA256: a48118c432c00ce16a60d1ce41251be23c3bbdb3457cf641512bea24d681b954 SHA1: 21928d4e1504e59fe2843aa3102f23ea0e4a8996 MD5sum: 006d36134baf3287f1400b76d41b663c Description: Header files for Linux 6.11.5+bpo-armmp This package provides the architecture-specific kernel header files for Linux kernel 6.11.5+bpo-armmp, 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-armmp, and can be used for building modules that load into the kernel provided by the linux-image-6.11.5+bpo-armmp package. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-headers-6.11.5+bpo-armmp_6.11.5-1~bpo12+1_armhf.deb Package: linux-headers-6.11.5+bpo-armmp-lpae Source: linux Version: 6.11.5-1~bpo12+1 Installed-Size: 3893 Maintainer: Debian Kernel Team Architecture: armhf Depends: linux-headers-6.11.5+bpo-common (= 6.11.5-1~bpo12+1), linux-image-6.11.5+bpo-armmp-lpae (= 6.11.5-1~bpo12+1) | linux-image-6.11.5+bpo-armmp-lpae-unsigned (= 6.11.5-1~bpo12+1), linux-kbuild-6.11.5+bpo, gcc-12 Size: 1430188 SHA256: 0c02770c53558c1a00bf0437e362d26328c7e90dce14649f4e00b067e661d232 SHA1: e6e2bd8dd54f77a643e99cabb60330e45d408659 MD5sum: 00ba0313c0b3f6db14d5aa74d7187a8d Description: Header files for Linux 6.11.5+bpo-armmp-lpae This package provides the architecture-specific kernel header files for Linux kernel 6.11.5+bpo-armmp-lpae, 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-armmp-lpae, and can be used for building modules that load into the kernel provided by the linux-image-6.11.5+bpo-armmp-lpae package. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-headers-6.11.5+bpo-armmp-lpae_6.11.5-1~bpo12+1_armhf.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-armmp Source: linux Version: 6.11.5-1~bpo12+1 Installed-Size: 3890 Maintainer: Debian Kernel Team Architecture: armhf Depends: linux-headers-6.11.5+bpo-common-rt (= 6.11.5-1~bpo12+1), linux-image-6.11.5+bpo-rt-armmp (= 6.11.5-1~bpo12+1) | linux-image-6.11.5+bpo-rt-armmp-unsigned (= 6.11.5-1~bpo12+1), linux-kbuild-6.11.5+bpo, gcc-12 Size: 1429476 SHA256: 0e3172343d829376a33ad7c2727091c88e389cb0777e594af08e44a2ea2e2344 SHA1: 2b4a43b4bacc74e21c798da8a106a07522603e7b MD5sum: c3a1f944b396fbd4bcccf310192cc13e Description: Header files for Linux 6.11.5+bpo-rt-armmp This package provides the architecture-specific kernel header files for Linux kernel 6.11.5+bpo-rt-armmp, 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-armmp, and can be used for building modules that load into the kernel provided by the linux-image-6.11.5+bpo-rt-armmp package. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-headers-6.11.5+bpo-rt-armmp_6.11.5-1~bpo12+1_armhf.deb Package: linux-headers-armmp Source: linux Version: 6.6.13-1~bpo12+1 Installed-Size: 10 Maintainer: Debian Kernel Team Architecture: armhf Provides: linux-headers-generic Depends: linux-headers-6.6.13+bpo-armmp (= 6.6.13-1~bpo12+1) Size: 1172 SHA256: 351bf3929e5eba75754af82666df31fe006116446321afc9d16ba17a6c8b6e9a SHA1: ef0a3800f3131a289ae951cea96206a581353271 MD5sum: 616ae987cdd84a1df9d8e6c0b9cd67eb Description: Header files for Linux armmp configuration (meta-package) This package depends on the architecture-specific header files for the latest Linux kernel armmp configuration. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-headers-armmp_6.6.13-1~bpo12+1_armhf.deb Package: linux-headers-armmp-lpae Source: linux Version: 6.6.13-1~bpo12+1 Installed-Size: 10 Maintainer: Debian Kernel Team Architecture: armhf Depends: linux-headers-6.6.13+bpo-armmp-lpae (= 6.6.13-1~bpo12+1) Size: 1164 SHA256: 841b8df5574bdb1a74d71b0f57029b74b89b7c37184f3b1e3d3f328b0b267e39 SHA1: b74dbfe72f2f2644af1fb0916b092f412d03ffd6 MD5sum: 8051b278d378bbacf0edfa74915b1dbf Description: Header files for Linux armmp-lpae configuration (meta-package) This package depends on the architecture-specific header files for the latest Linux kernel armmp-lpae configuration. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-headers-armmp-lpae_6.6.13-1~bpo12+1_armhf.deb Package: linux-headers-rt-armmp Source: linux Version: 6.6.13-1~bpo12+1 Installed-Size: 10 Maintainer: Debian Kernel Team Architecture: armhf Depends: linux-headers-6.6.13+bpo-rt-armmp (= 6.6.13-1~bpo12+1) Size: 1164 SHA256: a03ddb72ed5aa6a26adabfcaebefc3072fe7b13ff03ac3369525f8c7681521cb SHA1: d1c6fd51d69cef1cbc132070adf51a34b9d49d89 MD5sum: ba30299e9f1a4efb87d5bddf02359104 Description: Header files for Linux rt-armmp configuration (meta-package) This package depends on the architecture-specific header files for the latest Linux kernel rt-armmp configuration. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-headers-rt-armmp_6.6.13-1~bpo12+1_armhf.deb Package: linux-image-6.11.10+bpo-armmp Source: linux Version: 6.11.10-1~bpo12+1 Installed-Size: 94847 Maintainer: Debian Kernel Team Architecture: armhf 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 Breaks: fwupdate (<< 12-7), initramfs-tools (<< 0.120+deb8u2), wireless-regdb (<< 2019.06.03-1~) Size: 56087488 SHA256: 5be27e83c10b908276989bbc2bd7f3d424d464e38ba96a30768b1b7a416e58d8 SHA1: d4103efa2c627a597564db2f25ad8cf6f4eb33c2 MD5sum: 5f6f9da1ca3efb338a47a627e7718c22 Description: Linux 6.11 for ARMv7 multiplatform compatible SoCs The Linux kernel 6.11 and modules for use on ARMv7 multiplatform kernel. See https://wiki.debian.org/DebianKernel/ARMMP for details of supported platforms. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-image-6.11.10+bpo-armmp_6.11.10-1~bpo12+1_armhf.deb Package: linux-image-6.11.10+bpo-armmp-dbg Source: linux Version: 6.11.10-1~bpo12+1 Installed-Size: 3045876 Maintainer: Debian Kernel Team Architecture: armhf Size: 699612668 SHA256: 52d7db514a565c1d545266dad2d429fe57c3f15944cfc92f4209f51f8099a289 SHA1: 4c634141d4c30402227ce7c3168d9dba7e18eb19 MD5sum: 09b6470511a2feba1f23a30f34fadf54 Description: Debug symbols for linux-image-6.11.10+bpo-armmp This package provides the detached debug symbols for the Linux kernel and modules in linux-image-6.11.10+bpo-armmp. Homepage: https://www.kernel.org/ Section: debug Priority: optional Filename: pool/main/l/linux/linux-image-6.11.10+bpo-armmp-dbg_6.11.10-1~bpo12+1_armhf.deb Package: linux-image-6.11.10+bpo-armmp-lpae Source: linux Version: 6.11.10-1~bpo12+1 Installed-Size: 94964 Maintainer: Debian Kernel Team Architecture: armhf 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 Breaks: fwupdate (<< 12-7), initramfs-tools (<< 0.120+deb8u2), wireless-regdb (<< 2019.06.03-1~) Size: 56203496 SHA256: 67a68789eb20e188b612258d0cc09129bc6c576152cb71936186831ef14f7b8d SHA1: 8a0969a704fed11d75f5d3cb3493efec70aaa945 MD5sum: 1f81f9d9b82c0aeda6449192a79c3187 Description: Linux 6.11 for ARMv7 multiplatform compatible SoCs supporting LPAE The Linux kernel 6.11 and modules for use on ARMv7 multiplatform kernel supporting LPAE. See https://wiki.debian.org/DebianKernel/ARMMP for details of supported platforms.. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-image-6.11.10+bpo-armmp-lpae_6.11.10-1~bpo12+1_armhf.deb Package: linux-image-6.11.10+bpo-armmp-lpae-dbg Source: linux Version: 6.11.10-1~bpo12+1 Installed-Size: 3051717 Maintainer: Debian Kernel Team Architecture: armhf Size: 700768080 SHA256: be57b5bb1289f289bb49b6b8605c9d3053e16dff3c067e2e3a9e162b34530cbc SHA1: b883657801391c74c40c812d46295a4b87163d80 MD5sum: 97135d87750d6e194aba7eaff3529920 Description: Debug symbols for linux-image-6.11.10+bpo-armmp-lpae This package provides the detached debug symbols for the Linux kernel and modules in linux-image-6.11.10+bpo-armmp-lpae. Homepage: https://www.kernel.org/ Section: debug Priority: optional Filename: pool/main/l/linux/linux-image-6.11.10+bpo-armmp-lpae-dbg_6.11.10-1~bpo12+1_armhf.deb Package: linux-image-6.11.10+bpo-rt-armmp Source: linux Version: 6.11.10-1~bpo12+1 Installed-Size: 95058 Maintainer: Debian Kernel Team Architecture: armhf 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 Breaks: fwupdate (<< 12-7), initramfs-tools (<< 0.120+deb8u2), wireless-regdb (<< 2019.06.03-1~) Size: 56286200 SHA256: 92eb682d2791aa9dcd65ac76cb33046358990777d3d53c7fccab6db8a293076a SHA1: 68a718c3d2489f86d897be5b8c0c91bd3d9bd04e MD5sum: 871f47457dae8b4cca3f17a7e24cee11 Description: Linux 6.11 for ARMv7 multiplatform compatible SoCs, PREEMPT_RT The Linux kernel 6.11 and modules for use on ARMv7 multiplatform kernel. See https://wiki.debian.org/DebianKernel/ARMMP for details of supported platforms. . 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-armmp_6.11.10-1~bpo12+1_armhf.deb Package: linux-image-6.11.10+bpo-rt-armmp-dbg Source: linux Version: 6.11.10-1~bpo12+1 Installed-Size: 3074062 Maintainer: Debian Kernel Team Architecture: armhf Size: 703081868 SHA256: eb57cb308eb1fdff723dd1c54031b09f019ecbb639971dbf219b778bffb4f3a0 SHA1: 0da0770ff8c063f21410167ab2bfaf0dd45e5f3c MD5sum: b136cdc733ed358e58da56ed12b60927 Description: Debug symbols for linux-image-6.11.10+bpo-rt-armmp This package provides the detached debug symbols for the Linux kernel and modules in linux-image-6.11.10+bpo-rt-armmp. Homepage: https://www.kernel.org/ Section: debug Priority: optional Filename: pool/main/l/linux/linux-image-6.11.10+bpo-rt-armmp-dbg_6.11.10-1~bpo12+1_armhf.deb Package: linux-image-6.11.5+bpo-armmp Source: linux Version: 6.11.5-1~bpo12+1 Installed-Size: 94821 Maintainer: Debian Kernel Team Architecture: armhf 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 Breaks: fwupdate (<< 12-7), initramfs-tools (<< 0.120+deb8u2), wireless-regdb (<< 2019.06.03-1~) Size: 56058980 SHA256: b659c6bc70a36d8efd0f3113686d2e10b857e640fff678d436c258375019d009 SHA1: 26c94466649083a84984b66115b2d8e637a72eb9 MD5sum: f199accc5c1bcf6bcf46d3e9663fcdef Description: Linux 6.11 for ARMv7 multiplatform compatible SoCs The Linux kernel 6.11 and modules for use on ARMv7 multiplatform kernel. See https://wiki.debian.org/DebianKernel/ARMMP for details of supported platforms. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-image-6.11.5+bpo-armmp_6.11.5-1~bpo12+1_armhf.deb Package: linux-image-6.11.5+bpo-armmp-dbg Source: linux Version: 6.11.5-1~bpo12+1 Installed-Size: 3045496 Maintainer: Debian Kernel Team Architecture: armhf Size: 699392888 SHA256: 8b661fead9707775824fd9e1c80838d1489076cd524a4c11a64b6e59deb36476 SHA1: 439c846520e50929aedcbe27126ec0caaa424a7c MD5sum: 04654670e64f58a8bf1dc11f5649d911 Description: Debug symbols for linux-image-6.11.5+bpo-armmp This package provides the detached debug symbols for the Linux kernel and modules in linux-image-6.11.5+bpo-armmp. Homepage: https://www.kernel.org/ Section: debug Priority: optional Filename: pool/main/l/linux/linux-image-6.11.5+bpo-armmp-dbg_6.11.5-1~bpo12+1_armhf.deb Package: linux-image-6.11.5+bpo-armmp-lpae Source: linux Version: 6.11.5-1~bpo12+1 Installed-Size: 94932 Maintainer: Debian Kernel Team Architecture: armhf 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 Breaks: fwupdate (<< 12-7), initramfs-tools (<< 0.120+deb8u2), wireless-regdb (<< 2019.06.03-1~) Size: 56170508 SHA256: 92ffb811e2aaadc1feba5f0674bd16a97464a16cfbe5ea81203b5ab5079b452d SHA1: 4970c44da7cf7977335d944d967978f11adae750 MD5sum: a8138129756c798ac63f6c3ab51dd8cb Description: Linux 6.11 for ARMv7 multiplatform compatible SoCs supporting LPAE The Linux kernel 6.11 and modules for use on ARMv7 multiplatform kernel supporting LPAE. See https://wiki.debian.org/DebianKernel/ARMMP for details of supported platforms.. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-image-6.11.5+bpo-armmp-lpae_6.11.5-1~bpo12+1_armhf.deb Package: linux-image-6.11.5+bpo-armmp-lpae-dbg Source: linux Version: 6.11.5-1~bpo12+1 Installed-Size: 3051305 Maintainer: Debian Kernel Team Architecture: armhf Size: 700607264 SHA256: dacbe01e3f1bc9ede7fdeb1fc0194fdbc3444ed7d00bc8fd7b1ab63e2098b70a SHA1: a7b89a2565ae06f07223fa1574abc06b9b823fd6 MD5sum: 2b3b7e8ec2719867fb0a98d24ffcf2f3 Description: Debug symbols for linux-image-6.11.5+bpo-armmp-lpae This package provides the detached debug symbols for the Linux kernel and modules in linux-image-6.11.5+bpo-armmp-lpae. Homepage: https://www.kernel.org/ Section: debug Priority: optional Filename: pool/main/l/linux/linux-image-6.11.5+bpo-armmp-lpae-dbg_6.11.5-1~bpo12+1_armhf.deb Package: linux-image-6.11.5+bpo-rt-armmp Source: linux Version: 6.11.5-1~bpo12+1 Installed-Size: 95033 Maintainer: Debian Kernel Team Architecture: armhf 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 Breaks: fwupdate (<< 12-7), initramfs-tools (<< 0.120+deb8u2), wireless-regdb (<< 2019.06.03-1~) Size: 56255320 SHA256: 21ca114c341d2bb863a8afdcbb931f46dce0adbb880fff26311a4ae43e1c6b38 SHA1: dc4e88e46ee24f4333db0b58e61dad889fc98746 MD5sum: bb60bcb6f569ace3642ef8831617d57e Description: Linux 6.11 for ARMv7 multiplatform compatible SoCs, PREEMPT_RT The Linux kernel 6.11 and modules for use on ARMv7 multiplatform kernel. See https://wiki.debian.org/DebianKernel/ARMMP for details of supported platforms. . 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-armmp_6.11.5-1~bpo12+1_armhf.deb Package: linux-image-6.11.5+bpo-rt-armmp-dbg Source: linux Version: 6.11.5-1~bpo12+1 Installed-Size: 3073669 Maintainer: Debian Kernel Team Architecture: armhf Size: 702784828 SHA256: 8a83f92beb6b61eed3bea2c67c088c6f1e9c5933bbc43f3bc0df42e51c557438 SHA1: 000f95cf5b2dc43b349ab8cc4ef20484f0f7a359 MD5sum: 3a552a575c26932a06676503aaa888aa Description: Debug symbols for linux-image-6.11.5+bpo-rt-armmp This package provides the detached debug symbols for the Linux kernel and modules in linux-image-6.11.5+bpo-rt-armmp. Homepage: https://www.kernel.org/ Section: debug Priority: optional Filename: pool/main/l/linux/linux-image-6.11.5+bpo-rt-armmp-dbg_6.11.5-1~bpo12+1_armhf.deb Package: linux-image-armmp Source: linux Version: 6.6.13-1~bpo12+1 Installed-Size: 13 Maintainer: Debian Kernel Team Architecture: armhf Provides: linux-image-generic, linux-latest-modules-6.6.13+bpo-armmp, wireguard-modules (= 1.0.0) Depends: linux-image-6.6.13+bpo-armmp (= 6.6.13-1~bpo12+1) Size: 1496 SHA256: 1d2ff69b8f304c06a683b8591e1f201d865509b7c298e712724976c2542f0045 SHA1: 0319504dc4a31cafd120b795880fd5bde115945b MD5sum: 3440683ec807cb87da3b316d3541d3d2 Description: Linux for ARMv7 multiplatform compatible SoCs (meta-package) This package depends on the latest Linux kernel and modules for use on ARMv7 multiplatform kernel. See https://wiki.debian.org/DebianKernel/ARMMP for details of supported platforms. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-image-armmp_6.6.13-1~bpo12+1_armhf.deb Package: linux-image-armmp-dbg Source: linux Version: 6.6.13-1~bpo12+1 Installed-Size: 13 Maintainer: Debian Kernel Team Architecture: armhf Provides: linux-latest-image-dbg Depends: linux-image-6.6.13+bpo-armmp-dbg (= 6.6.13-1~bpo12+1) Size: 1328 SHA256: 07a80baae0d434c762852355dfb422c77a130e050239647507b0ea1a98ab9fe0 SHA1: 9931122ab7e2375d348935f87a99fe7ecc8ec994 MD5sum: 62da974f60b7c166b82e6c3cf49cfe33 Description: Debugging symbols for Linux armmp configuration (meta-package) This package depends on the detached debugging symbols for the latest Linux kernel armmp configuration. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-image-armmp-dbg_6.6.13-1~bpo12+1_armhf.deb Package: linux-image-armmp-lpae Source: linux Version: 6.6.13-1~bpo12+1 Installed-Size: 13 Maintainer: Debian Kernel Team Architecture: armhf Provides: linux-latest-modules-6.6.13+bpo-armmp-lpae, wireguard-modules (= 1.0.0) Depends: linux-image-6.6.13+bpo-armmp-lpae (= 6.6.13-1~bpo12+1) Size: 1504 SHA256: 08e39d30906be22071ad99bc00bf7168480a161d1d9c0f0f25991d9a3e09dbc8 SHA1: fe710503d3c18b56f5ad877570c4fa82983fc197 MD5sum: 5d242addf96c37ae69a27f8132c4329d Description: Linux for ARMv7 multiplatform compatible SoCs supporting LPAE (meta-package) This package depends on the latest Linux kernel and modules for use on ARMv7 multiplatform kernel supporting LPAE. See https://wiki.debian.org/DebianKernel/ARMMP for details of supported platforms.. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-image-armmp-lpae_6.6.13-1~bpo12+1_armhf.deb Package: linux-image-armmp-lpae-dbg Source: linux Version: 6.6.13-1~bpo12+1 Installed-Size: 13 Maintainer: Debian Kernel Team Architecture: armhf Provides: linux-latest-image-dbg Depends: linux-image-6.6.13+bpo-armmp-lpae-dbg (= 6.6.13-1~bpo12+1) Size: 1332 SHA256: 2ae61bc23df0278efc0b85f72127df316f29375aada33000251ca9dc7c800bfc SHA1: a13c58ee74473441d61f91f2f64c2505dd91e131 MD5sum: 6a442988875109ca4b700ef6f319487a Description: Debugging symbols for Linux armmp-lpae configuration (meta-package) This package depends on the detached debugging symbols for the latest Linux kernel armmp-lpae configuration. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-image-armmp-lpae-dbg_6.6.13-1~bpo12+1_armhf.deb Package: linux-image-rt-armmp Source: linux Version: 6.6.13-1~bpo12+1 Installed-Size: 13 Maintainer: Debian Kernel Team Architecture: armhf Provides: linux-latest-modules-6.6.13+bpo-rt-armmp, wireguard-modules (= 1.0.0) Depends: linux-image-6.6.13+bpo-rt-armmp (= 6.6.13-1~bpo12+1) Size: 1496 SHA256: 7ba365d130e77dd22347925c0b98a087717383b863455f9b9ec137f347c94b43 SHA1: e6c5cfd962d91799230a677caf212c84f80ea446 MD5sum: 88b4810422e0ee839f066c8f71982ebc Description: Linux for ARMv7 multiplatform compatible SoCs (meta-package) This package depends on the latest Linux kernel and modules for use on ARMv7 multiplatform kernel. See https://wiki.debian.org/DebianKernel/ARMMP for details of supported platforms. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-image-rt-armmp_6.6.13-1~bpo12+1_armhf.deb Package: linux-image-rt-armmp-dbg Source: linux Version: 6.6.13-1~bpo12+1 Installed-Size: 13 Maintainer: Debian Kernel Team Architecture: armhf Provides: linux-latest-image-dbg Depends: linux-image-6.6.13+bpo-rt-armmp-dbg (= 6.6.13-1~bpo12+1) Size: 1332 SHA256: 4560cbac53c9d395a583c48bee08aebff78f905fbf7525c7b918a2d3a0c439d1 SHA1: 0ab2eb49a25a732602d7075da80c34246d92dbd7 MD5sum: 90945115356f573dfb127609be64c485 Description: Debugging symbols for Linux rt-armmp configuration (meta-package) This package depends on the detached debugging symbols for the latest Linux kernel rt-armmp configuration. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-image-rt-armmp-dbg_6.6.13-1~bpo12+1_armhf.deb Package: linux-kbuild-6.11.10+bpo Source: linux Version: 6.11.10-1~bpo12+1 Installed-Size: 1856 Maintainer: Debian Kernel Team Architecture: armhf Depends: libc6 (>= 2.34), libelf1 (>= 0.142), libssl3 (>= 3.0.0) Size: 1169664 SHA256: e438e0d1651b73492545e21403c7dcf6ecd13e27356e6b1fa0afed52d5a09402 SHA1: 60a37de972a19e0485a517afdf96465836a822cd MD5sum: f36a260b25da73de356de9fe764005b4 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_armhf.deb Package: linux-kbuild-6.11.5+bpo Source: linux Version: 6.11.5-1~bpo12+1 Installed-Size: 1838 Maintainer: Debian Kernel Team Architecture: armhf Depends: libc6 (>= 2.34), libelf1 (>= 0.142), libssl3 (>= 3.0.0) Size: 1152020 SHA256: 376cff1d387d7e6d54ec59a8e5ca531e479acff35d75501e2d4d9fdb65928469 SHA1: 727c7fce9330a9861376ae0f3e95a7634e91f66f MD5sum: b5757dc425ebc9006891a434ca1993c7 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_armhf.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.12-1~bpo12+1 Installed-Size: 6827 Maintainer: Debian Kernel Team Architecture: armhf Replaces: linux-tools-6.12 Provides: linux-tools-6.12 Depends: libaudit1 (>= 1:2.2.1), 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: 2806620 SHA256: fe31645b53b8405ac1480494bcbc3cc69f0b5667a39ffe104e5b2dd06624de63 SHA1: f932ca9ca365a1a465da131993d82170ab2b15f2 MD5sum: 9511d62cfd3c2f26ea48b87cc16bf97f 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.12-1~bpo12+1_armhf.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.12-1~bpo12+1 Installed-Size: 148304 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, pkg-config Size: 151860036 SHA256: 5a69455227defa83c6b7e54b51dd5543b304a36afaa280fd5901ef31bb2b00f7 SHA1: 4e576a4f2d258fb972a253041e1c10475017b890 MD5sum: 7b2ecfb79b60c75c7ba6adc12c4aaa91 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.12-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: lnav Version: 0.11.2-1~bpo12+1 Installed-Size: 5016 Maintainer: Salvatore Bonaccorso Architecture: armhf Depends: libarchive13 (>= 3.2.1), libbz2-1.0, libc6 (>= 2.34), libcurl3-gnutls (>= 7.80.0), libgcc-s1 (>= 3.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: 2333384 SHA256: 98fe513c24f73957be39969c3ac0f9b3d61669a190d3ad01f2e95068cdcd9862 SHA1: be1ac633c65a1fe28739d5e5748d72f70037cb91 MD5sum: 0d2fc7ad50d3baf27916feaf033bbe43 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_armhf.deb Package: logsave Source: e2fsprogs Version: 1.47.2~rc1-2~bpo12+2 Installed-Size: 53 Maintainer: Theodore Y. Ts'o Architecture: armhf Replaces: e2fsprogs (<< 1.45.3-1) Depends: libc6 (>= 2.34) Breaks: e2fsprogs (<< 1.45.3-1) Size: 23104 SHA256: b8b462968f55bf5e713c90982fa58d58afdb10617fac62c6bb8e8dcb2f3611ae SHA1: 9b3a4895e0ffee5a1c5296337e3578ca484097fe MD5sum: 820ff927bce1650341efd47b8238f354 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_armhf.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: 98 Maintainer: Debian Lua Team Architecture: armhf Provides: lua5.1-ldap, lua5.2-ldap, lua5.3-ldap, lua5.4-ldap Depends: libc6 (>= 2.4), libldap-2.5-0 (>= 2.5.4) Size: 14128 SHA256: 7ea150d613863f144752fe3586670400253652d3e1522ac4a90519907da8c8c5 SHA1: 0d7719c0547f2b2a356a446ef26604b8cdbbdd9d MD5sum: b44dfa8eec9f11545297fd6f517ef1aa 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_armhf.deb Package: lua-ldap-dev Source: lua-ldap Version: 1.4.0-1~bpo12+1 Installed-Size: 154 Maintainer: Debian Lua Team Architecture: armhf 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: 57512 SHA256: 982386b81479fe3406f18df6ee8e4196e17c6fef5dd73740154c89994a92dcec SHA1: fc50bb8f1d27f0c0fcadfbfbdeb01d5b5a42609e MD5sum: 7f88b509b77f92e693d743b27c1da2cb 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_armhf.deb Package: lua-proctitle Version: 0.1-1~bpo12+1 Installed-Size: 54 Maintainer: Debian Lua Team Architecture: armhf Provides: lua5.1-proctitle, lua5.2-proctitle, lua5.3-proctitle, lua5.4-proctitle Depends: libc6 (>= 2.4) Size: 4600 SHA256: f944c71bc0e021fe1f2a18abc0b05f5759ceff64575b82e29dd3c237ac3d5c13 SHA1: c82e52eea2fd89c0b85bc5fd3b6546b05c50012d MD5sum: 07c146aa6af44a10a30f655c0795aa5a 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_armhf.deb Package: lua-swupdate Source: swupdate Version: 2024.12.1+dfsg-1~bpo12+1 Installed-Size: 165 Maintainer: Bastian Germann Architecture: armhf Depends: libc6 (>= 2.34) Size: 39952 SHA256: 2da05fafbf4485cd1b9121e1b87e251e7c7a007c0cb1bcdd031015ad2ce435de SHA1: 28840effe9ae9260acd83128a4fffe34a13371d9 MD5sum: 7212bd5fc4d26182f8863a62adda766e 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_armhf.deb Package: lyx Version: 2.4.3-1~bpo12+1 Installed-Size: 10315 Maintainer: Dr. Tobias Quathamer Architecture: armhf Depends: lyx-common (= 2.4.3-1~bpo12+1), xdg-utils, libc6 (>= 2.34), libenchant-2-2 (>= 2.2.3), libgcc-s1 (>= 3.5), 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: 3895836 SHA256: 67b5dc97ee4e5321815cfe6dc2599baf156c2906eb26feb6ae44e172cfd47ad8 SHA1: a6675a39d0aaba3084cb4177f5bfdcd247179708 MD5sum: 027b29d2a6ce08507d7728f603dca47b 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_armhf.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: 1393 Maintainer: Debian Emacsen team Architecture: armhf Depends: guile-3.0-libs, libc6 (>= 2.34), libgcc-s1 (>= 3.5), libglib2.0-0 (>= 2.57.2), libgmime-3.0-0 (>= 3.0.4), libstdc++6 (>= 11), libxapian30 (>= 1.4.19~) Size: 516288 SHA256: d7a4423a2c67dc551fbc9e92f27c124117d86cb123e220f76440268bfa7675c1 SHA1: df3339bf90de9cf4083844c686e4dc9a2b6b42e1 MD5sum: 0366e4ada1f19cbb5f9edcad74687d17 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_armhf.deb Package: manpages-cs Source: manpages-l10n Version: 4.26.0-1~bpo12+1 Installed-Size: 933 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages Conflicts: util-linux-locales (>> 2.39.1-2) Size: 372512 SHA256: 00ab5f96f7840614490d2f13536cd7ceb8519b592cfc1ddddb6b7df318b30984 SHA1: e5fc3b5c6e4fa9e2249d01d955aee1dc01801a71 MD5sum: 12e1ae76ffff5a880e58eef20c35fcb4 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.0-1~bpo12+1_all.deb Package: manpages-cs-dev Source: manpages-l10n Version: 4.26.0-1~bpo12+1 Installed-Size: 783 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages-dev, glibc-doc Size: 162108 SHA256: 40c603d5776fa442e1ee5ab3c80f546d91b9ae584df25b621816185772759680 SHA1: db2801e595ae137d25303f398506a7f86f5c0b48 MD5sum: 601de309c28231e2395e819b66dad9d9 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.0-1~bpo12+1_all.deb Package: manpages-da Source: manpages-l10n Version: 4.26.0-1~bpo12+1 Installed-Size: 1035 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages Conflicts: util-linux-locales (>> 2.39.1-2) Size: 436020 SHA256: bb672a4b482508ed0e105a7e85e27fe3fd690c65650c69df27e9de0cff38b4e1 SHA1: f062cc0f505fed40d6162ce5454a6943715c31d2 MD5sum: 0c2cf8186da9fbe533c46d2f48112734 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.0-1~bpo12+1_all.deb Package: manpages-da-dev Source: manpages-l10n Version: 4.26.0-1~bpo12+1 Installed-Size: 596 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages-dev, glibc-doc Size: 78676 SHA256: ba8aa50ab408452e81095032160e98f3fc162798c0b1c43c356bcf156ba33dc2 SHA1: 244602565ab9a421c7403eea24352f88081d9a67 MD5sum: e8c09f3e95859cab34f5955b3a3a54f0 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.0-1~bpo12+1_all.deb Package: manpages-de Source: manpages-l10n Version: 4.26.0-1~bpo12+1 Installed-Size: 4861 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages Conflicts: util-linux-locales (>> 2.39.1-2) Size: 3766912 SHA256: 7f457ad686804b3be411ed20593fb2c66f42a375ef0e7761830c3372564be80a SHA1: bb4e14eb52ab7381dac7ef78579814757a8f78a3 MD5sum: 3ee125a6ee606efd5e935bc8b963a57b 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.0-1~bpo12+1_all.deb Package: manpages-de-dev Source: manpages-l10n Version: 4.26.0-1~bpo12+1 Installed-Size: 2673 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages-dev, glibc-doc Conflicts: util-linux-locales (>> 2.39.1-2) Size: 1346472 SHA256: 7051aeb1485cb05b16ca61f9db2146e9d50abce431e1f022c82769ee31872b37 SHA1: 35c58a8d7a5738356d2f6fe74ccac376a9e4a57c MD5sum: b7493834372bda0b199f89eedfa9dca4 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.0-1~bpo12+1_all.deb Package: manpages-el Source: manpages-l10n Version: 4.26.0-1~bpo12+1 Installed-Size: 589 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages Size: 90412 SHA256: fe9c32f90553824b8496b6dd4dd291712eb4c6b74b14ff14d328ad9a7efc6de4 SHA1: 340b83875bff006770c7e3e707cd0cc56f1ed859 MD5sum: eb8d1283de4db0c81f2d338f7d8f7ebb 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.0-1~bpo12+1_all.deb Package: manpages-es Source: manpages-l10n Version: 4.26.0-1~bpo12+1 Installed-Size: 1777 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages Conflicts: util-linux-locales (>> 2.39.1-2) Size: 1069072 SHA256: b7f8aa245d77f6e4bf83611ce5bb4db4d20b5eba1b0099f087cd7846194e0b0b SHA1: 6d9b506cce83f5a42c094c60f4c33c687e80a17c MD5sum: 076a706cd13c8fcf0295d7a7d0c141d4 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.0-1~bpo12+1_all.deb Package: manpages-es-dev Source: manpages-l10n Version: 4.26.0-1~bpo12+1 Installed-Size: 1764 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages-dev, glibc-doc Size: 701648 SHA256: 08a01957e485fe1a46066d4f2db00be0250fba764f0794f8da997fa7bf49dfda SHA1: c933665a70537c315856fd35a26a21238aa9662e MD5sum: c242ebe7e2d3aaf1736604b26c6de1e8 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.0-1~bpo12+1_all.deb Package: manpages-fi Source: manpages-l10n Version: 4.26.0-1~bpo12+1 Installed-Size: 847 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages Conflicts: util-linux-locales (>> 2.39.1-2) Size: 300884 SHA256: 266c41b9757e6bcf123144b2851f6b97bd5da44c3e83539ae4f46f05f5934d84 SHA1: d5f76256ffa9c0d048b6c4122592559a3a3e1484 MD5sum: 4c90df4ac4cb83b1e009b06e00b93a00 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.0-1~bpo12+1_all.deb Package: manpages-fr Source: manpages-l10n Version: 4.26.0-1~bpo12+1 Installed-Size: 3534 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages Conflicts: util-linux-locales (>> 2.39.1-2) Size: 2698524 SHA256: b41ea3e8b596da546c2a16f1702b88016153e5347cb0caf1cb68617761283edd SHA1: 6b5f72d8730473de670afdff3c39d89daac9cbe6 MD5sum: 9a278d0a521fbb4900e723ec2b3ef62c 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.0-1~bpo12+1_all.deb Package: manpages-fr-dev Source: manpages-l10n Version: 4.26.0-1~bpo12+1 Installed-Size: 4838 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages-dev, glibc-doc Conflicts: util-linux-locales (>> 2.39.1-2) Size: 2855308 SHA256: f1443ceebc73f63cdd9c1af78fcf6d22100b013f41f8a53d196a73ec1eff0073 SHA1: 4bae12ee984952c1a7ef4dfe4b9b486c22b2c5ac MD5sum: e062a1bd62ddd73d928a3db7b6685950 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.0-1~bpo12+1_all.deb Package: manpages-hu Source: manpages-l10n (4.26.0-1~bpo12+1) Version: 1:4.26.0-1~bpo12+1 Installed-Size: 865 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages Conflicts: util-linux-locales (>> 2.39.1-2) Size: 305164 SHA256: 455494575ae6bab8003f40782a3dd398b9c9fbb2e1bbe3b78425d906d18ff1ce SHA1: 04ba19a88cc850e719fb75eaf68c016dceffca1d MD5sum: c0d45b6def9a05ed5186e2ed2100bb9a 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.0-1~bpo12+1_all.deb Package: manpages-id Source: manpages-l10n Version: 4.26.0-1~bpo12+1 Installed-Size: 630 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages Conflicts: util-linux-locales (>> 2.39.1-2) Size: 119964 SHA256: 8b3389d8efbc5612cad24ce1106c18d69091a4871a78305dde9fe9cf373a7aee SHA1: 0f4e75f570539548abfd274393a15c663f88b734 MD5sum: 351b7c7b9f43b7624dfe14a6a7577b19 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.0-1~bpo12+1_all.deb Package: manpages-it Source: manpages-l10n Version: 4.26.0-1~bpo12+1 Installed-Size: 1047 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages Conflicts: util-linux-locales (>> 2.39.1-2) Size: 489640 SHA256: 57a3e4fdf24970b9aec6eeac3532e5971d2c534b4cb5cd877b91d547678a55a6 SHA1: 2681f5eab49b37b63b1494d74a9f0dd2ccddfa61 MD5sum: ba46449e93383695ef684fb227918331 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.0-1~bpo12+1_all.deb Package: manpages-it-dev Source: manpages-l10n Version: 4.26.0-1~bpo12+1 Installed-Size: 725 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages-dev, glibc-doc Size: 172732 SHA256: cdd30db77bc31f4808be6dfb58ed2a958e67d4c95037b0e324b42c0f23d2eff7 SHA1: 0adac03f84fb5963716d8d6af1255b8c9755c0a8 MD5sum: 85f9c6f1d3a8146a5a55e5c26855d7d4 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.0-1~bpo12+1_all.deb Package: manpages-ko Source: manpages-l10n Version: 4.26.0-1~bpo12+1 Installed-Size: 773 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages Conflicts: util-linux-locales (>> 2.39.1-3) Size: 231620 SHA256: 057bdf03210d7f41c0a19706f2aafb3f3bd89df0252dbc0b21d5a776d9b6ae45 SHA1: ded6d9ea7eda515fa1f63f140c946b334cfdb942 MD5sum: 277260b7c1f2b5fd00ccf6f5d4a7ff6f 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.0-1~bpo12+1_all.deb Package: manpages-ko-dev Source: manpages-l10n Version: 4.26.0-1~bpo12+1 Installed-Size: 692 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages-dev, glibc-doc Size: 147056 SHA256: 8691d0d5e6bba4f9eb9000fe4922e72c55446a22a5d7000376e710b2301b41f9 SHA1: b8accb9144cb7de04feafcd182c548ff15287975 MD5sum: baccb172198d5497539bb998c80f1b7f 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.0-1~bpo12+1_all.deb Package: manpages-mk Source: manpages-l10n Version: 4.26.0-1~bpo12+1 Installed-Size: 620 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages Size: 110796 SHA256: 7d00eabeea37f0be542349428d788d1f32af00476ced9fb384bb28458a2b4fa0 SHA1: d1346ae6f36e2cb8b9157c0732c6bfabcab66fa4 MD5sum: 2e405b29b37ad30cbe0e472ae7708676 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.0-1~bpo12+1_all.deb Package: manpages-nb Source: manpages-l10n Version: 4.26.0-1~bpo12+1 Installed-Size: 842 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages Size: 282452 SHA256: 747d4b62996a4b413717b9543c10da68cec15cc8e2cdcbeadab96e28c1771b5e SHA1: 2b75b472eae6f97a1883516fa2e5ed184a3bf86f MD5sum: c65dcabefa21dc5c995831de1097c081 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.0-1~bpo12+1_all.deb Package: manpages-nl Source: manpages-l10n Version: 4.26.0-1~bpo12+1 Installed-Size: 935 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages Conflicts: util-linux-locales (>> 2.39.1-2) Size: 367500 SHA256: e2c08187f8c4e5467ef906a5112a49b55264be9e88dedb3514b96e459f7b52be SHA1: 43388cc9b137e41852328728473085921596c8c4 MD5sum: 3819e9329ff412cec94907cfa28948b8 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.0-1~bpo12+1_all.deb Package: manpages-nl-dev Source: manpages-l10n Version: 4.26.0-1~bpo12+1 Installed-Size: 979 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages-dev, glibc-doc Size: 353420 SHA256: 1132f1d1cfb396c73203e97f3cee0d51ea583b95b0b86cf957051b309520afe0 SHA1: 83fb47ea7d115fc1b07221bec1059aef95fc75ed MD5sum: 2bea67f2b5275e38405c384b7558e220 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.0-1~bpo12+1_all.deb Package: manpages-pl Source: manpages-l10n (4.26.0-1~bpo12+1) Version: 1:4.26.0-1~bpo12+1 Installed-Size: 2516 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages Conflicts: util-linux-locales (>> 2.39.1-2) Size: 1784364 SHA256: b4cd5020d495c0c05e73b8bb728a82bb8b91d8a13255e5b8fdecada7666887df SHA1: 426108967b218efd8fade6896119a4deb532cdd3 MD5sum: 3088d52c3ea39f1cf4962ac1ce2086d9 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.0-1~bpo12+1_all.deb Package: manpages-pl-dev Source: manpages-l10n (4.26.0-1~bpo12+1) Version: 1:4.26.0-1~bpo12+1 Installed-Size: 2173 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages-dev, glibc-doc Size: 1020268 SHA256: 596ed58b6b5ef9b32a4bd3700f6dfd95881b9a21d975f6de19f3a30d37a28830 SHA1: a9b374f6d8e40d36f3f51a17a317badf9acfd0b5 MD5sum: 28ae02542a0dd0b9fc5badce26991a36 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.0-1~bpo12+1_all.deb Package: manpages-pt-br Source: manpages-l10n Version: 4.26.0-1~bpo12+1 Installed-Size: 1004 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages Size: 443488 SHA256: 5a4644d7bca6548231f5f8de15c33f9979982dd5e653e6ca89af40b3c64be3f4 SHA1: c8a911d44fd9236a8dc3857453e4d95cd24dfbfe MD5sum: b2da6eace9d9611ddac0d3c53e89aa52 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.0-1~bpo12+1_all.deb Package: manpages-pt-br-dev Source: manpages-l10n Version: 4.26.0-1~bpo12+1 Installed-Size: 1012 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages-dev, glibc-doc Size: 325680 SHA256: 92871e319aae598b16f776ad06f85af8ad72bf6e2ae1f64c18ae92d12a387b09 SHA1: 3ebaa52e446ade09e0fe35fea86060cf0afe8775 MD5sum: f0c00ddaf11cbd7671fa94bafb88d293 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.0-1~bpo12+1_all.deb Package: manpages-ro Source: manpages-l10n Version: 4.26.0-1~bpo12+1 Installed-Size: 3996 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages Conflicts: util-linux-locales (>> 2.39.1-2) Size: 2969380 SHA256: 2d8c726cc016b35d3784fed586dd6f0c980db452a9e2c4c86e21a20ff2c4c8d9 SHA1: d9462620becad7680b1d32c97ad5a19cbec2f701 MD5sum: 00664d725dc05e90f18c273bc3a849c3 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.0-1~bpo12+1_all.deb Package: manpages-ro-dev Source: manpages-l10n Version: 4.26.0-1~bpo12+1 Installed-Size: 3010 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages-dev, glibc-doc Conflicts: util-linux-locales (>> 2.39.1-2) Size: 1489040 SHA256: cceca81dc600db64c16452a03fe938f1bea24d905bbfe395509da20a831b702c SHA1: b746442f0c59365cb86ff5816f2caa5b9c38b97e MD5sum: 0eb982b1a444ef66f3dc36746f29eced 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.0-1~bpo12+1_all.deb Package: manpages-ru Source: manpages-l10n Version: 4.26.0-1~bpo12+1 Installed-Size: 2387 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages Size: 1702132 SHA256: 8b2fcfe996ab5ed2ef1226739af770515145911463e51bdae1c6fd0c65e34f87 SHA1: a070b2097a41766618fd3e8debf4beb4f59cb223 MD5sum: 87be9b0a3f1c890463b9c7b5f16da520 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.0-1~bpo12+1_all.deb Package: manpages-ru-dev Source: manpages-l10n Version: 4.26.0-1~bpo12+1 Installed-Size: 4598 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages-dev, glibc-doc Size: 2816188 SHA256: c8baa2df580e701c7a823d1b140fd949add893d90b4d8f23f13097633c2b5ac3 SHA1: db976c919088bb08be5e5df942613fd697a38be3 MD5sum: 88ed1e7281037b81adbc7647c66f3c6c 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.0-1~bpo12+1_all.deb Package: manpages-sr Source: manpages-l10n Version: 4.26.0-1~bpo12+1 Installed-Size: 914 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages Conflicts: util-linux-locales (>> 2.39.1-2) Size: 351308 SHA256: 4cf47e200c889ef191313906afdedd3007b49a92b581d1d7e16c7c4640cd85e8 SHA1: 1935c14c20fb513f3f4cd4bf145a05703e5fe620 MD5sum: 05cfb0b41d0fa10eb398092b88867616 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.0-1~bpo12+1_all.deb Package: manpages-sv Source: manpages-l10n Version: 4.26.0-1~bpo12+1 Installed-Size: 998 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages Size: 411644 SHA256: f61101732ea999f9af654ae7559e624c3655d41872fc4622ea56f7de0f2b0777 SHA1: 3a030c425d941dc03f9b3d0d763314e8d0c98d06 MD5sum: 26fe22083527584e4a44c35b9088a743 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.0-1~bpo12+1_all.deb Package: manpages-uk Source: manpages-l10n Version: 4.26.0-1~bpo12+1 Installed-Size: 1347 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages Conflicts: util-linux-locales (>> 2.39.1-2) Size: 785228 SHA256: cb1f375e63afaa62ca2aebf1c83110018e74b5803459780e8623e3975b73cd52 SHA1: 5a555e20fc5df2a876baa15545d5dfd8747801a9 MD5sum: 1543358a57d6b3bc36e5447f0b276d04 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.0-1~bpo12+1_all.deb Package: manpages-uk-dev Source: manpages-l10n Version: 4.26.0-1~bpo12+1 Installed-Size: 594 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages-dev, glibc-doc Conflicts: util-linux-locales (>> 2.39.1-2) Size: 92072 SHA256: d86713c38144ee8bbbb1adb9eab3ac9a59cf658f7976a7368abc9d32ea20c92c SHA1: 41a2e8da672b3a233fc62d31aad73c2daa766684 MD5sum: 2c57668ec1cd9471f17d8c82f5d8861e 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.0-1~bpo12+1_all.deb Package: manpages-vi Source: manpages-l10n Version: 4.26.0-1~bpo12+1 Installed-Size: 892 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages Size: 330560 SHA256: b40246085fa808389ffac9c656613b7a645e08121324eb7ab41e35f0b0b8aed9 SHA1: b279f99cd5c52d86da74cd0912a85272dc0d281a MD5sum: ae885739678c6578af41fed097642c8f 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.0-1~bpo12+1_all.deb Package: mapcache-cgi Source: mapcache Version: 1.14.1-1~bpo12+1 Installed-Size: 28 Maintainer: Debian GIS Project Architecture: armhf Depends: libapr1 (>= 1.2.7), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.34), libfcgi0ldbl (>= 2.4.2), libmapcache1 (>= 1.14.0) Size: 9124 SHA256: c6fff72b1ce629d5f0fdb8839f59b7a0ccc950d4ebda9f1a2bdc3605efad9a29 SHA1: 2ce8aad50a034c9c1a560e915dab9fc6236e5fb5 MD5sum: d8a5c0ef7cadaee8426736e3ce721be8 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_armhf.deb Package: mapcache-tools Source: mapcache Version: 1.14.1-1~bpo12+1 Installed-Size: 84 Maintainer: Debian GIS Project Architecture: armhf 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: 32868 SHA256: 7eb59d644683e4f4b3c87a2493216f0ce64b8712f50e030e3405d12730208af6 SHA1: 814d13e224d3a2ee36e653ce3c75aaa51124d3b8 MD5sum: 52b34edc5d2bae67ba5c3077fb769a61 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_armhf.deb Package: mapserver-bin Source: mapserver Version: 8.4.0-1~bpo12+1 Installed-Size: 243 Maintainer: Debian GIS Project Architecture: armhf 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: 103288 SHA256: 70fa0c4bc9b59264f3e10fd1e5a6d279228db4b1d2576b1519287227f608e244 SHA1: 2495731acb4e0b54da1b8b85946bbaf655ca34c1 MD5sum: f6157daeb6677f3438dd16ebc94c9164 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_armhf.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: 11396 Maintainer: Matrix Packaging Team Architecture: armhf 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.3), 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: 2567696 SHA256: b07331cc10638f0d60747378e00ee9e81c43671380a8f7247cd77b77ec68245b SHA1: eb907e0991cc8b5f79a88a15d15a80a1b1313a57 MD5sum: 65a4700d3ded53db709ac18522d61dbe 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_armhf.deb Package: mc Version: 3:4.8.31-1~bpo12+1 Installed-Size: 1075 Maintainer: Dmitry Smirnov Architecture: armhf 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: 466192 SHA256: ed0ff82a0d0a7acee39e3bf81d35f473080648de4e23bd4e5f9fb55c248e339f SHA1: a6bed3cd57dcb5d84215217d80762d94818acc13 MD5sum: fe2dbd6a809469f896388d348d3a9ed5 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_armhf.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: 24.2.8-1~bpo12+1 Installed-Size: 3319 Maintainer: Debian X Strike Force Architecture: armhf 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: 2700476 SHA256: cae323d3aac4f16552f4bd18c5bf7a4e08cc8b9bb47ec16c55d7c91d35f76731 SHA1: 3b8f6f4fa716cd1e55ed47d2930f6abf3d0cf983 MD5sum: 7a907226aa12cc326fd151ea67ff16d5 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_24.2.8-1~bpo12+1_armhf.deb Package: mesa-drm-shim Source: mesa Version: 24.2.8-1~bpo12+1 Installed-Size: 495 Maintainer: Debian X Strike Force Architecture: armhf Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.5) Size: 71268 SHA256: d8c9161cb3401ba4f83279b21c10488302c211bccef678ed3502d30e7c911b54 SHA1: 0d80b74bbe1b1fae3dfabd3215664d66de71676e MD5sum: 6ff6cef33c214f2fb34c7c2393812aab 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_24.2.8-1~bpo12+1_armhf.deb Package: mesa-libgallium Source: mesa Version: 24.2.8-1~bpo12+1 Installed-Size: 23001 Maintainer: Debian X Strike Force Architecture: armhf Depends: libc6 (>= 2.34), libdrm-amdgpu1 (>= 2.4.121), libdrm-radeon1 (>= 2.4.121), libdrm2 (>= 2.4.121), libelf1 (>= 0.142), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.5), libglapi-mesa (= 24.2.8-1~bpo12+1), libllvm15, libsensors5 (>= 1:3.5.0), libstdc++6 (>= 11), libx11-xcb1 (>= 2:1.8.4), libxcb-dri2-0 (>= 1.8), libxcb-dri3-0 (>= 1.13), libxcb-present0, libxcb-sync1, libxcb-xfixes0, libxcb1 (>= 1.9.2), libxshmfence1, libzstd1 (>= 1.5.2), zlib1g (>= 1:1.2.3.3) Size: 7030516 SHA256: 18e98867048d4affe760763d0f8bf92f0293f13d04c9866e116e9ef476989160 SHA1: d45f5bcb27642bb29f111a3391fa20bc6512218a MD5sum: b2fcac174e10038bee56be1e6ba6239a 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_24.2.8-1~bpo12+1_armhf.deb Package: mesa-opencl-icd Source: mesa Version: 24.2.8-1~bpo12+1 Installed-Size: 60147 Maintainer: Debian X Strike Force Architecture: armhf Provides: opencl-icd Depends: libclc-15, ocl-icd-libopencl1 | libopencl1, libc6 (>= 2.34), libclang-cpp15 (>= 1:15.0.6), libdrm-amdgpu1 (>= 2.4.121), libdrm-radeon1 (>= 2.4.121), libdrm2 (>= 2.4.121), libelf1 (>= 0.142), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.5), libllvm15, libstdc++6 (>= 12), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.2.3.3) Size: 9369524 SHA256: 261ecd17747bee9c7083250d88fb1f0dd13f3d1afa9bede7c7ae99277b1647a1 SHA1: 2bfdce92e51a920740ac5f7981a928a75e5583ec MD5sum: 4478eb0976ae87fd9aeff310a97d4c8f 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_24.2.8-1~bpo12+1_armhf.deb Package: mesa-va-drivers Source: mesa Version: 24.2.8-1~bpo12+1 Installed-Size: 45 Maintainer: Debian X Strike Force Architecture: armhf Replaces: vdpau-va-driver (<< 0.7.4-5) Provides: va-driver Enhances: libva2 Breaks: vdpau-va-driver (<< 0.7.4-5) Size: 19048 SHA256: fbd4325bc65566c77e9ba25a7666b7b9e6bb4544f4b0482e44663c4a096d00cf SHA1: 2e0a8279a3681c599834efd9f49ebb7191824cab MD5sum: 4efae02961d77cdb345f49ac4d1cfeff 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_24.2.8-1~bpo12+1_armhf.deb Package: mesa-vdpau-drivers Source: mesa Version: 24.2.8-1~bpo12+1 Installed-Size: 57 Maintainer: Debian X Strike Force Architecture: armhf Provides: vdpau-driver Depends: libvdpau1 Enhances: libvdpau1 Size: 19168 SHA256: a9587a078d10101f78dd8725315ef04a4ccc420c49786bd366322cf85a404fc7 SHA1: 60a218b6cbfc1b61d53f222e768148e0e96f271c MD5sum: e32bedff0104dc25fa4d0ae4cc7b95d3 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_24.2.8-1~bpo12+1_armhf.deb Package: mesa-vulkan-drivers Source: mesa Version: 24.2.8-1~bpo12+1 Installed-Size: 31651 Maintainer: Debian X Strike Force Architecture: armhf Provides: vulkan-icd Depends: libvulkan1, python3:any, libc6 (>= 2.34), libdrm-amdgpu1 (>= 2.4.121), libdrm2 (>= 2.4.121), libelf1 (>= 0.142), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.5), 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: 4673816 SHA256: 239c75f9e6d5d3d6de8fc4d0e3dd0aad8c4b4d1174352990833677ce17c297d2 SHA1: 2badb731bbf4e61772b67d3298a7fd5cf0888f49 MD5sum: 8704b9b9d709dd461326513cebff7e19 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_24.2.8-1~bpo12+1_armhf.deb Package: meson Version: 1.5.1-1~bpo12+1 Installed-Size: 3787 Maintainer: Jussi Pakkanen Architecture: all Depends: python3:any (>= 3.7~), ninja-build (>= 1.6), python3-pkg-resources, python3-setuptools Recommends: dpkg-dev Size: 619356 SHA256: 5084ed56da1714453f87bd37693d54baa7913a576ed11aaea14764435da00e7c SHA1: 004d17d8a45da3fe86e1115f580226d23a38d249 MD5sum: 5aebde0e3290ea5128b6016f022e31e6 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.5.1-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-10~bpo12+1) Version: 1:34.0.5-10~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: 25164 SHA256: 80b2cbe204fb378763e7e8dd0a83af82c382f2e9472e4e5c0e9e7c8424102a6a SHA1: 023a8f251fe818ba240e2585f26120239d8e4584 MD5sum: aba4dd1affce06dd4676c3893e847d2e 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-10~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: 3384 Maintainer: Debian Nagios Maintainer Group Architecture: armhf 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: 613436 SHA256: 8f882214d4ef97fdf1fb137dbd2591fa4c1302b8267b6ede23b5894a56a1afc1 SHA1: 8a94bf13debb89ec9ece4c9c3c7796bbade9b1ce MD5sum: b93c7b84ec3112ae4b1a25c0a9dc77b6 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_armhf.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: 575 Maintainer: Dmitry Smirnov Architecture: armhf 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: 266792 SHA256: cca9db6e436d295932df859846aa8a2dfde53ad039f6cfdcd1c109716be84ea0 SHA1: 52c2a5bbd4d6d36cabc5bdc8b98ce38d726bdcc4 MD5sum: 63c40f17fd17e1e431d2786c993859f8 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_armhf.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: 1424 Maintainer: Dmitry Smirnov Architecture: armhf Depends: libc6 (>= 2.34), libfuse3-3 (>= 3.12.0), libmfsio1 (>= 4.56.6) Recommends: fuse3 Conflicts: lizardfs-client (<< 3.12.0+dfsg-4) Size: 437604 SHA256: 916ae638a06683ef9554d6a4deb8885ff24bff4607350c887e6c9e4b559a4c99 SHA1: cc13cc054e174fd67db99d9dcebbf5ad4552a86f MD5sum: 90b18e774a627a4ccf71a11be3176526 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_armhf.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: 944 Maintainer: Dmitry Smirnov Architecture: armhf 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: 456704 SHA256: a1d2eb1d2e07903ff450af6752b421714f435237b08063c687eaa77b9885efa0 SHA1: f589839ea7bfcf900c5193ef8df26c78b09b3b3c MD5sum: 5f5eada32059a25b7c031dd7ea0ecd1f 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_armhf.deb Package: moosefs-metalogger Source: moosefs Version: 4.56.6-1~bpo12+1 Installed-Size: 144 Maintainer: Dmitry Smirnov Architecture: armhf 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: 79404 SHA256: 01f521503064a2f176c7e25e47b7e61d6197ac70f5a457248c36b5645ffd36fe SHA1: c582c8eca611b15f2c81accd16d5b11b0b54f7b6 MD5sum: df2a4171a47f447b316ba84c22cd9806 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_armhf.deb Package: moosefs-netdump Source: moosefs Version: 4.56.6-1~bpo12+1 Installed-Size: 76 Maintainer: Dmitry Smirnov Architecture: armhf Depends: libc6 (>= 2.34), libpcap0.8 (>= 0.9.8) Size: 47684 SHA256: 080da70a602ca4dffe09a308edcd5171f89710223e6753c47fd5af3db49f23a8 SHA1: 608938bc1eda42c199d17e7fec01eeb4579ea1eb MD5sum: 59dfbb664f0580878c5fbc9e1744f017 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_armhf.deb Package: mosquitto Version: 2.0.20-1~bpo12+1 Installed-Size: 526 Maintainer: Debian IoT Maintainers Architecture: armhf Depends: adduser (>= 3.10), libcjson1 (>= 1.7.13), libmosquitto1 (= 2.0.20-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: 252440 SHA256: ebb67e57cf1b0beccc88ca3fa8aea0177dd92e1cc6f0c4058fc92ed117353b46 SHA1: 63842658c46249d5e8cae022cb6453d577532f5f MD5sum: fc349c32de4d57b4898f3a509b42ea3b 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.20-1~bpo12+1_armhf.deb Package: mosquitto-clients Source: mosquitto Version: 2.0.20-1~bpo12+1 Installed-Size: 239 Maintainer: Debian IoT Maintainers Architecture: armhf Depends: libmosquitto1 (= 2.0.20-1~bpo12+1), libc6 (>= 2.34), libcjson1 (>= 1.7.5) Size: 111392 SHA256: b5b2f123901766eb1ce9a777934c3ac93a934d7f8748ebb55ed644658a4ff551 SHA1: f7bf36d6b7415b7fd0520df22923e829c6cf9f66 MD5sum: a39bcf2dc5c1ff1098e42503d7a8df60 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.20-1~bpo12+1_armhf.deb Package: mosquitto-dev Source: mosquitto Version: 2.0.20-1~bpo12+1 Installed-Size: 105 Maintainer: Debian IoT Maintainers Architecture: all Depends: mosquitto (<< 2.0.20-1~bpo12+1.1~), mosquitto (>= 2.0.20-1~bpo12+1) Size: 60748 SHA256: d24ab0d6c96ebfe946d44adacca12b0edb8c83ac9a6db675c9582e76bb01bb1c SHA1: b3a656deaa5be90ae51688fe49c7c9d96dc97aed MD5sum: b011c538b83b2d9e7d2c683d484e23f8 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.20-1~bpo12+1_all.deb Package: mpd Version: 0.24.2-1~bpo12+1 Installed-Size: 1999 Maintainer: mpd maintainers Architecture: armhf 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.5), 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: 731184 SHA256: a322df31c725f59f348f6b81f7ee02cb3f07abf9c955a7b8c587a986df51220e SHA1: 33b51ad89b6dc82047d084780d0ac44cfa4acc95 MD5sum: 6c87fd17fb60ca8b5859fbe998c95762 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_armhf.deb Package: msgp Source: golang-github-tinylib-msgp Version: 1.2.0-1~bpo12+1 Installed-Size: 5301 Maintainer: Debian Go Packaging Team Architecture: armhf Size: 1658636 SHA256: dd4930e260e4d26e8b48da224f4f818b4c3955928d487d1775867ada490cf0ac SHA1: a246a144927ff4b2ba8a8be61a13574c9e384a7f MD5sum: 1a22cd1a4bebb883de17f8214a1d8954 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_armhf.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: armhf Depends: monitoring-plugins-contrib Size: 12484 SHA256: f369853ae38137712e4df408c2e2cdca5dbbb59558753cf4e43242694df5066b SHA1: a300304cd1d12bf3ceb79230e2a365635938062f MD5sum: dd174bbf4361a907d19d94181dedcf38 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_armhf.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: 664 Maintainer: Debian Security Tools Architecture: armhf Depends: libc6 (>= 2.34), liblua5.4-0 (>= 5.4.4), libpcap0.8 (>= 1.5.1), libssl3 (>= 3.0.0) Size: 487016 SHA256: 81943d2a768e8ace17a2312d6623f30e0f4ce8869d7c38820f37af9393c336e0 SHA1: 57af9195fee860562264bc66101edd7a605921bb MD5sum: 2ad858156485b0cea7c9771d0751a7d6 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_armhf.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: 29 Maintainer: Debian Fonts Task Force Architecture: armhf Depends: font-viewer (= 0.8.9-1~bpo12+1), nemo (>= 3.0), font-manager-common (>= 0.8.9), libc6 (>= 2.4), libglib2.0-0 (>= 2.44), libnemo-extension1 (>= 1.1.2) Breaks: font-manager (<< 0.7.7-0.2~) Size: 10404 SHA256: f6fed89519a8925709021ab6f2e1b475a7fb139ac53e9c8ca852f6e9b3e5e4f1 SHA1: 42b0b2066f1ff595cd0be4534937956407e8aa77 MD5sum: 0b29108a7c49b08eee5e04e8b5c76097 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_armhf.deb Package: neomutt Version: 20250113+dfsg-1~bpo12+1 Installed-Size: 8443 Maintainer: Mutt maintainers Architecture: armhf 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: 1852180 SHA256: 720713c8c88dcb1651e0b4a75c2781990dfc2ff5bcae8c91c4ee9e1e0fc4678c SHA1: 6e7af1ea3e338faa8c89fcd8cae561f2eaa36ed4 MD5sum: 241fcd8c74a7a38ac76e05ed8edfcaf8 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_20250113+dfsg-1~bpo12+1_armhf.deb Package: nextcloud-spreed-signaling Version: 1.2.4-1~bpo12+1 Installed-Size: 16378 Maintainer: Debian Go Packaging Team Architecture: armhf Depends: nextcloud-spreed-signaling-common (= 1.2.4-1~bpo12+1), libc6 (>= 2.34) Suggests: janus, nats-server Size: 4220452 SHA256: 766c14978f2cda15262f7fc7ae1467706af002c38a83c367c56bb996fa51b7b4 SHA1: 8430a8b17b7d0520621de49cf9a0cb65d639be51 MD5sum: c83f9f329746031d6d0bf45b627ca7c2 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_armhf.deb Package: nextcloud-spreed-signaling-client Source: nextcloud-spreed-signaling Version: 1.2.4-1~bpo12+1 Installed-Size: 14945 Maintainer: Debian Go Packaging Team Architecture: armhf 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: 3864056 SHA256: b411ade558baf881aeccc5cc69c74219fad244d7d5c0a9e8efc6533fd80f972b SHA1: 94dde568ae6b92c82af22eb888091c00b896c7ef MD5sum: ce06ff74c08dedf5fd463eb83df0681a 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_armhf.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: 16054 Maintainer: Debian Go Packaging Team Architecture: armhf 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: 4136876 SHA256: fb01f807768fc4a8314acde8b0b4928d79edd87f8b5b03432f7a68e1b15a7e5a SHA1: b898c714610c065463f172e723e9a28ccb85ec3e MD5sum: 0a0f71b82e09ecee3f331cd418ec4afc 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_armhf.deb Package: nfs-ganesha Version: 5.9-5~bpo12+1 Installed-Size: 1357 Maintainer: Christoph Martin Architecture: armhf 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: 605340 SHA256: 1e792da94d7b77743f13c15085c3a17479e7540d30f2e05f6bb619e1d885e22d SHA1: 2ecd04754de2ef72b10b3c7954bafc19dbf6c15d MD5sum: 174532a37ec9a028f699fa45b8d2f5fe 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_armhf.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-mem Source: nfs-ganesha Version: 5.9-5~bpo12+1 Installed-Size: 93 Maintainer: Christoph Martin Architecture: armhf Depends: nfs-ganesha (= 5.9-5~bpo12+1), libc6 (>= 2.34) Size: 29384 SHA256: 21fd54e05971486a46fe160358a3548b44c753d744ed63e94a4667761f8769cc SHA1: 157950633d60bf9579bfcec7277b55f4bee6dc42 MD5sum: 4f89497edf801b0e0294cbec65f339e0 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_armhf.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: 65 Maintainer: Christoph Martin Architecture: armhf Depends: nfs-ganesha (= 5.9-5~bpo12+1), libc6 (>= 2.4) Size: 15832 SHA256: e5423babbadb71789c8adf11492f97950ac4155d6fee3f6226abe87eb3c6ef41 SHA1: 7c55aa24f437616aba7340d473cd3c95a984ac0b MD5sum: 921cfc84b25d1ede0fb1371c8714208d 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_armhf.deb Package: nfs-ganesha-proxy-v4 Source: nfs-ganesha Version: 5.9-5~bpo12+1 Installed-Size: 121 Maintainer: Christoph Martin Architecture: armhf Depends: nfs-ganesha (= 5.9-5~bpo12+1), libc6 (>= 2.34), libntirpc5.8 (>= 5.8), liburcu8 (>= 0.13.0) Size: 44024 SHA256: 8ecf4bcbd5415b858b7ce350d64d77cf4cea816b05cd99b049b271cbc59d32e9 SHA1: 774bbb85bb66be945cada9d9d25371fe1c5eee97 MD5sum: 387b90c7ff4e9ffd3bd36a67881a31f8 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_armhf.deb Package: nfs-ganesha-vfs Source: nfs-ganesha Version: 5.9-5~bpo12+1 Installed-Size: 133 Maintainer: Christoph Martin Architecture: armhf Depends: nfs-ganesha (= 5.9-5~bpo12+1), libacl1 (>= 2.2.23), libc6 (>= 2.34) Size: 50420 SHA256: f043c70bbea115901dd4dbd072b7b0e486456bda2391cf4196a551c6023015cc SHA1: dcdeba8dac4894891e7826bdfbb9212b7287f14f MD5sum: 7c256332c5ab6a1d194a4d07c9cba34c 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_armhf.deb Package: ngspice Version: 44.2+ds-1~bpo12+1 Installed-Size: 25559 Maintainer: Debian Electronics Team Architecture: armhf Depends: libc6 (>= 2.35), libfontconfig1 (>= 2.12.6), libgcc-s1 (>= 3.5), 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: 3839020 SHA256: 2778eb1332593c442f7e0f330f8412c7ca981a9fef30628ac6b22a9674ecbcf5 SHA1: b4dd93942de5c776c5c92cf60206bae0906093b8 MD5sum: 169926dc979c6a75660a15152ab3e6d5 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_armhf.deb Package: ngspice-dev Source: ngspice Version: 44.2+ds-1~bpo12+1 Installed-Size: 205 Maintainer: Debian Electronics Team Architecture: armhf Depends: blt-dev, tclspice (= 44.2+ds-1~bpo12+1) Size: 162436 SHA256: 80796d066293e6584e1fbdc28c6f6bf2f9b8d346daeaebc4de7398016ec3b176 SHA1: 781ec9fff56049fc4a467d0ceb70a4039aab1ea3 MD5sum: 06dafef7d965a228fd92c77716856e39 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_armhf.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: 149 Maintainer: Debian Curl Maintainers Architecture: armhf Depends: libngtcp2-16 (= 1.11.0-1~bpo12+1), libc6 (>= 2.34), libev4 (>= 1:4.04), libgcc-s1 (>= 3.5), libgnutls30 (>= 3.7.5), libnghttp3-9 (>= 0.15.0), libngtcp2-crypto-gnutls8 (>= 1.1.0), libstdc++6 (>= 11) Size: 73220 SHA256: 33eaffdf1d3e0fbcc48003a0f9c95de5710e9223d616da83edb8f92878287462 SHA1: 48861602ff8244e344ca5fb722cc44652ca11f1d MD5sum: a74983f3a3cb77eae6e61939dd5d0fca 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_armhf.deb Package: ngtcp2-server Source: ngtcp2 Version: 1.11.0-1~bpo12+1 Installed-Size: 174 Maintainer: Debian Curl Maintainers Architecture: armhf Depends: libngtcp2-16 (= 1.11.0-1~bpo12+1), ssl-cert, libc6 (>= 2.34), libev4 (>= 1:4.04), libgcc-s1 (>= 3.5), libgnutls30 (>= 3.7.5), libnghttp3-9 (>= 0.15.0), libngtcp2-crypto-gnutls8 (>= 1.9.1), libstdc++6 (>= 11) Size: 86288 SHA256: 16be9c5049f597ac24e1b74ccee31213c21bcad282e25435a4824633b667a558 SHA1: 5fd6a1231033194e55140ea0f5a26ec91b62cacc MD5sum: 26c474896ee91cb875386ff59fdbe2a5 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_armhf.deb Package: nmap Version: 7.94+git20230807.3be01efb1+dfsg-4~bpo12+1 Installed-Size: 3845 Maintainer: Debian Security Tools Architecture: armhf Depends: nmap-common (= 7.94+git20230807.3be01efb1+dfsg-4~bpo12+1), libc6 (>= 2.34), libgcc-s1 (>= 3.5), 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: 1825116 SHA256: a4b722982143694e4bb46092369a7412f4ffc4d33e69d5a78f42e36f3dc4c0ff SHA1: 671c1600cf3aba2c2f1651211919182f634468eb MD5sum: 8fce0ccc6ff7fd35705e094cc67164d6 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_armhf.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: 167853 Maintainer: Debian Go Packaging Team Architecture: armhf Depends: debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), adduser Pre-Depends: debconf Suggests: hjson-go Size: 28482636 SHA256: 011c0a6b279d16b812f0b0dec7272b45776981b7850da66b799b78e5b5a81be6 SHA1: 730ceeb705fb2029248f5e15bef9db90e8dcf78a MD5sum: 945292797d69c78a2aaa46843f27df23 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_armhf.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: 295 Maintainer: Carl Worth Architecture: armhf 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: 175916 SHA256: 375e6fda34255c0b859c3782f5e03af17a4c6fc292e3f29217ea0e684a2ee30c SHA1: 7c7d44e560e7a61719d676d4a12643dedbdab51f MD5sum: c5f852bd452967d724721227f79682b6 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_armhf.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: armhf 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: c0538dba81151d22354b84bf5ca90618af019ffc9b8fd85a3879bcb7903454a0 SHA1: f5a91d4ba72e7b18496bc21fe418b5f493c6d35c MD5sum: 791ba4a3bf44bbfc3ac8de0bc748a048 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_armhf.deb Package: obs-3d-effect Version: 0.0.2-2~bpo12+1 Installed-Size: 32 Maintainer: Joao Eriberto Mota Filho Architecture: armhf Depends: libc6 (>= 2.4), libobs0 (>= 28.0.1), obs-studio (>= 29) Enhances: obs-studio Breaks: obs-text-slideshow (<= 1.5.2-3) Size: 7020 SHA256: f8e6646309b1c5ed7fa76fcf4651b65730506f70837f170defacc53523629d44 SHA1: 2a8e44c30a1db6fc7e0305c94a8233291d004bde MD5sum: 0920c61b3fb859dcbc26a8e2e00e6fad 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_armhf.deb Package: obs-advanced-scene-switcher Version: 1.26.4-1~bpo12+1 Installed-Size: 6081 Maintainer: Joao Eriberto Mota Filho Architecture: armhf Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.5), 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: 1635116 SHA256: 20948e3dc73a875801e9183a662846280d68b12c45cd1057008e16075195b97b SHA1: 320ddc81e0d236c791db8feed993e502a21066cf MD5sum: 5e51811a05e9de35b9346b2ea37578c6 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_armhf.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: 34 Maintainer: Joao Eriberto Mota Filho Architecture: armhf Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.5), libobs0 (>= 0.13.2), libstdc++6 (>= 5), obs-studio (>= 29) Enhances: obs-studio Breaks: obs-text-slideshow (<= 1.5.2-3) Size: 7248 SHA256: e6b3dc72a8b95ad35e7b51557b4b59f08cb394bc57bb137c06d8019997f64019 SHA1: 34f4166b1beef0cb907cba4abdf75a8b8c996f9c MD5sum: bd8df2070f994e734451df9f69244459 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_armhf.deb Package: obs-ashmanix-countdown Version: 1.3.0-1~bpo12+1 Installed-Size: 87 Maintainer: Joao Eriberto Mota Filho Architecture: armhf Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.5), 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: 25208 SHA256: d4784f407acfe742310c8b69f4f2ca6a16374424e5ce03c98761ba73e7d4b870 SHA1: cfa68e060b77896bdb4c7732379e1e066c80c048 MD5sum: 0c9d3cde1675cc66887c5cf190038680 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_armhf.deb Package: obs-color-monitor Version: 0.5.2-3~bpo12+1 Installed-Size: 200 Maintainer: Joao Eriberto Mota Filho Architecture: armhf Depends: libc6 (>= 2.35), libgcc-s1 (>= 3.5), 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: 66072 SHA256: 75bc29fa9f9fa11491ba08c5a6630bd7760e0ea494348e339862f8c39248d8a7 SHA1: d5a0fdf51da0fbd366aee5653d2402c3576d5217 MD5sum: e5580eaa6bac8fd540165e699334dea5 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_armhf.deb Package: obs-command-source Version: 0.4.0-4~bpo12+1 Installed-Size: 38 Maintainer: Joao Eriberto Mota Filho Architecture: armhf Depends: libc6 (>= 2.4), libobs0 (>= 23.2.1), obs-studio (>= 29) Enhances: obs-studio Breaks: obs-text-slideshow (<= 1.5.2-3) Size: 10196 SHA256: c77696b052759f3bb19370a74ff178823d2dfc06acbba3196c750b99421bb02a SHA1: 221ac3e4bcebc90ce2a8e075d7d63a3fccf9653c MD5sum: 93058f1a3c810eec003e2e9980874d51 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_armhf.deb Package: obs-gradient-source Version: 0.3.2-1~bpo12+1 Installed-Size: 32 Maintainer: Joao Eriberto Mota Filho Architecture: armhf Depends: libc6 (>= 2.4), libobs0 (>= 23.2.1), obs-studio (>= 29) Enhances: obs-studio Breaks: obs-text-slideshow (<= 1.5.2-3) Size: 9144 SHA256: 42bac33e266160e580b6e03dfd88783a19664f6aad5131c4bb69f52aadbe0c09 SHA1: 71f01797a38c20d9a768bcaa89de2fbb84b28502 MD5sum: 83a821d64ca1daf25fae76458d354868 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_armhf.deb Package: obs-move-transition Version: 2.9.1-1~bpo12+1 Installed-Size: 195 Maintainer: Joao Eriberto Mota Filho Architecture: armhf Depends: libc6 (>= 2.7), libobs0 (>= 28.0.1), obs-studio (>= 28.0.1) Enhances: obs-studio Size: 66960 SHA256: 27f49ea66ebec5f92b5cb1d9c627740c90b7b2671839d2fcbcde45e45b4a5c9a SHA1: e11dafb26196977b3b28d70755a32080bdb2a1e3 MD5sum: 6b9fcc36cd0053f22bbc1220c6a326aa 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_armhf.deb Package: obs-scene-as-transition Version: 1.1.0+20230419.ce423a3-2~bpo12+1 Installed-Size: 46 Maintainer: Joao Eriberto Mota Filho Architecture: armhf Depends: libc6 (>= 2.4), libobs0 (>= 28.0.1), obs-studio (>= 29) Suggests: obs-move-transition Enhances: obs-studio Breaks: obs-text-slideshow (<= 1.5.2-3) Size: 10260 SHA256: 2c7246862c289afde6f71080aef087d195c8260713fed999a8703e6f57ecd83b SHA1: e56b59ad6b15d469966854ea1f35eb30bce2f997 MD5sum: 127292d107e55334178f28f1d360b431 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_armhf.deb Package: obs-scene-tree-view Version: 0.1.5-2~bpo12+1 Installed-Size: 105 Maintainer: Joao Eriberto Mota Filho Architecture: armhf Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.5), 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: 35160 SHA256: 98b1e9f719ff32f9acaf170e2e7d995dd5db20775ee145e04c2750fae3279a32 SHA1: d08b03f9f3fd51077ed75ebf38f28d7ca032bc9a MD5sum: 6af850f84ee20ff658c2ce184b613f44 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_armhf.deb Package: obs-source-clone Version: 0.1.4-1~bpo12+1 Installed-Size: 42 Maintainer: Joao Eriberto Mota Filho Architecture: armhf Depends: libc6 (>= 2.4), libobs0 (>= 28.0.1), obs-studio (>= 29) Enhances: obs-studio Breaks: obs-text-slideshow (<= 1.5.2-3) Size: 12152 SHA256: 55bb19b9ad825b96bb4137804114e1c0d8f634f62e3201df0254114364d2c97b SHA1: fe5bca1a01bf723a9f240ae5faed66ae5dc1b319 MD5sum: 7cd86dc25346f791b8622ad4da02fe6d 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_armhf.deb Package: obs-time-source Version: 0.2-5~bpo12+1 Installed-Size: 30 Maintainer: Joao Eriberto Mota Filho Architecture: armhf Depends: libc6 (>= 2.4), 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: 6984 SHA256: f1cc0536b41d2bb22203cbe71974bbf89023a18793b4f88861e566208d15129f SHA1: 697139febbea21a3fddfc947782d1afb5b0d50fa MD5sum: 3d954c6caa397eb601905d9abb8b22a4 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_armhf.deb Package: obs-vintage-filter Version: 1.0.0-2~bpo12+1 Installed-Size: 33 Maintainer: Joao Eriberto Mota Filho Architecture: armhf Depends: libc6 (>= 2.4), libobs0 (>= 0.13.2), obs-studio (>= 29) Enhances: obs-studio Breaks: obs-text-slideshow (<= 1.5.2-3) Size: 5708 SHA256: f9db4a920489dc657cabc0032b5c74de2289988ea64447e2f26ddd76f01c42dd SHA1: 693232c2b8e9027f6128ac8a388dccbd9553257d MD5sum: 268288c9706d772ac20f5d06727e36ee 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_armhf.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: 2.6.0+ds-1~bpo12+1 Installed-Size: 498 Maintainer: Robin Alexander Architecture: armhf Depends: libbladerf2 (>= 0.2022.11), libc6 (>= 2.34), libfftw3-single3 (>= 3.3.10), libgcc-s1 (>= 3.5), liblimesuite22.09-1 (>= 22.09.1+dfsg), libsoapysdr0.8 (>= 0.8.1), libstdc++6 (>= 12), libuhd4.3.0 (>= 4.3.0.0+ds1) Size: 219832 SHA256: a7fd38da49f05f0e79de1ed0626d637e36e5eed19ae4d3be10fa6af5f9b792bf SHA1: dd9ff4478b10985f501b9b347ff494faafad66a6 MD5sum: 3bda2d11bb8316de2c4f0f8d7f292c8f 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_2.6.0+ds-1~bpo12+1_armhf.deb Package: odr-dabmux Version: 5.0.0+ds-1~bpo12+1 Installed-Size: 794 Maintainer: Robin Alexander Architecture: armhf Depends: libc6 (>= 2.34), libcurl4 (>= 7.16.2), libgcc-s1 (>= 3.5), libstdc++6 (>= 12), libzmq5 (>= 4.0.1+dfsg) Size: 363824 SHA256: f36fe42f7bbe75e9d0dbf9f27e4f3e8b6e994baf1cb6f16a5e590ccd62ecaa7c SHA1: 5cc2a08d8614d5fd597e102832778d4e8eba4b40 MD5sum: 9b9b587e16373a431c9e13134bc4180e 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.0.0+ds-1~bpo12+1_armhf.deb Package: odr-padenc Version: 3.0.0-3~bpo12+1 Installed-Size: 91 Maintainer: Robin Alexander Architecture: armhf Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.5), libmagickcore-6.q16-6 (>= 8:6.9.10.2), libmagickwand-6.q16-6 (>= 8:6.9.10.2), libstdc++6 (>= 11) Size: 43932 SHA256: 7bce33d103148779f1668539f7b7a2c3c57ab71c9e564c4a5f2409b4143cf0dd SHA1: 97d19c99aa56b9d142d8b29f765bd5d345c640a6 MD5sum: b40d8b98ae711c0b430ab5eb55be2b22 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_armhf.deb Package: ofarc Source: objfw Version: 1.1.6-1~bpo12+1 Installed-Size: 205 Maintainer: Jonathan Schleifer Architecture: armhf Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.5), 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: 53900 SHA256: 575b7ca61ad3044b6c2b9f90f7a245778bf6695e7bb1c8a8f5c655f8255e7199 SHA1: 70f03c3b03cdda7e4842a8d8366bc3e8f4e6ac00 MD5sum: 0239262c1906710d48e51c23021a8844 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_armhf.deb Package: ofdns Source: objfw Version: 1.1.6-1~bpo12+1 Installed-Size: 49 Maintainer: Jonathan Schleifer Architecture: armhf Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.5), libobjfw1 (= 1.1.6-1~bpo12+1), libobjfwrt1 (= 1.1.6-1~bpo12+1) Size: 19004 SHA256: e0905e2a4e04cf95a01e03c2390e5f0d79f177300e37053ff60e5eb2ab6c74c5 SHA1: e90ffc32e04ef9290c714f58df8564b5414e712c MD5sum: b8392bfac6a26f4389510cef9669137e 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_armhf.deb Package: ofhash Source: objfw Version: 1.1.6-1~bpo12+1 Installed-Size: 52 Maintainer: Jonathan Schleifer Architecture: armhf Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.5), 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: 19788 SHA256: 368fe199a5bf9c3d4ef4a39226198c8389db67951c3b227c46869d2ae75ac19d SHA1: a0199cda8f4e40f3f122ef210c2a9ae9f7903503 MD5sum: 22a37c6d766ff1fd54e90e0ffb9edfdf 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_armhf.deb Package: ofhttp Source: objfw Version: 1.1.6-1~bpo12+1 Installed-Size: 110 Maintainer: Jonathan Schleifer Architecture: armhf Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.5), 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: 37444 SHA256: 2e8bd79ba67079942cc746847bf79c1990345444b9bb0ecb4a4dfed88c104726 SHA1: 939c7e2be19e530832b8325cb0b4f716935c26fc MD5sum: 98e7ce41e43fe1076b3e7bcb82eb099c 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_armhf.deb Package: omniidl Source: omniorb-dfsg Version: 4.3.2+ds1-2~bpo12+1 Installed-Size: 1049 Maintainer: Freexian Packaging Team Architecture: armhf Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.5), libstdc++6 (>= 5), python3 (<< 3.12), python3 (>= 3.11~), python3:any Suggests: omniidl-python Breaks: omniidl-python (<< 3.5-1) Size: 236452 SHA256: 23092100582972578c31f6d36957c5dde7fdeff5099811cf71a692ddf78a9ace SHA1: 087e651f72c44555e0e5a5c2265da78017bc9efb MD5sum: eec3b19d4e3c07f3a437355dfd11d4b1 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.2+ds1-2~bpo12+1_armhf.deb Package: omniorb Source: omniorb-dfsg Version: 4.3.2+ds1-2~bpo12+1 Installed-Size: 121 Maintainer: Freexian Packaging Team Architecture: armhf Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.5), libomniorb4-3 (>= 4.3.2+ds1), libomnithread4 (>= 4.3.2+ds1), libstdc++6 (>= 5) Size: 40976 SHA256: 3abd396d908dd2edac55a11680859c438827a957fd1c3a0956bf0bf2dbb1fec5 SHA1: ba7a1dc96872a03d4f5d2753bec5ed09d2a1fac4 MD5sum: 49492e77ced5e87ea556a8303b0f696e 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.2+ds1-2~bpo12+1_armhf.deb Package: omniorb-doc Source: omniorb-dfsg Version: 4.3.2+ds1-2~bpo12+1 Installed-Size: 3029 Maintainer: Freexian Packaging Team Architecture: armhf Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.5), libomniorb4-3 (>= 4.3.2+ds1), libomnithread4 (>= 4.3.2+ds1), libstdc++6 (>= 5) Suggests: libomniorb4-dev (= 4.3.2+ds1-2~bpo12+1), libomnithread4-dev (= 4.3.2+ds1-2~bpo12+1) Size: 705472 SHA256: bec79838ce91ec04082cc8f83d694728fa5c58dae02fadabeba50c742427bf89 SHA1: bec7356ef5bede31c48bd228e760d075fa158880 MD5sum: 0971846311f5a0069b767ca64f9d7250 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.2+ds1-2~bpo12+1_armhf.deb Package: omniorb-idl Source: omniorb-dfsg Version: 4.3.2+ds1-2~bpo12+1 Installed-Size: 254 Maintainer: Freexian Packaging Team Architecture: all Size: 41008 SHA256: f017dfb099ad48be00fc2ee27861bf6813d64054b4ab0fef6461ae28a3e2c2a6 SHA1: 4b75f493ecfcc42ad653a434a8f326f69883541a MD5sum: 7b30f7cd152b9ea6fa30b873462506c4 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.2+ds1-2~bpo12+1_all.deb Package: omniorb-nameserver Source: omniorb-dfsg Version: 4.3.2+ds1-2~bpo12+1 Installed-Size: 102 Maintainer: Freexian Packaging Team Architecture: armhf Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.5), libomniorb4-3 (>= 4.3.2+ds1), libomnithread4 (>= 4.3.2+ds1), libstdc++6 (>= 5) Size: 38816 SHA256: f8c127a2d679987e2dcec162b169e421a709de37001c3a8f1df061365c6ac6e3 SHA1: 37bad7f0f53c244f5df00fc680ab2f835b41e73e MD5sum: 352f9f82a821a815e358a4d7a8da412e 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.2+ds1-2~bpo12+1_armhf.deb Package: openbgpd Version: 8.8-1~bpo12+1 Installed-Size: 495 Maintainer: Marco d'Itri Architecture: armhf 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: 243564 SHA256: 060d97977fe1a4c35df701d3462f2bba1f09ea9ea92ec79b7ded18eaceaae4a8 SHA1: 030ff56716f4bcb59f18516f5069d79f9b0b6514 MD5sum: ac17ae7fdf2e19974e5021b1a934a813 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_armhf.deb Package: opencpn Version: 1:5.10.2+dfsg-1~bpo12+1 Installed-Size: 17015 Maintainer: Alec Leamas Architecture: armhf 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.5), 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 Suggests: binutils Breaks: opencpn-gshhs-crude (<< 1:1), opencpn-plugins (<< 4.8.8~), opencpn-tcdata (<< 1:1) Size: 6718800 SHA256: a4ce0855339cb39eb083feaf5d06d31a1ffab1db5532c50b08649ffc7e19421c SHA1: 860c33eb3d655ce44e0bcaa4a08f85568881f40e MD5sum: 4f8416d675b7fce2416cba14179f369a 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_armhf.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: 6506 Maintainer: Gürkan Myczko Architecture: armhf Depends: libc6 (>= 2.34) Size: 1010988 SHA256: ac110fb6942e091f95b88385b7089cf7c601422da74898d0073bd488e37f62d9 SHA1: 9e6e01c9288524373c9a7be9928ad9bf4ec6a5cd MD5sum: b56ecf41263a9ef2f6a563a219bed274 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_armhf.deb Package: opensmtpd Version: 7.4.0p1-1~bpo12+1 Installed-Size: 958 Maintainer: Ryan Kavanagh Architecture: armhf 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: 331956 SHA256: 09a57c4f6f1a96972dfd2173e53ecace58b06f1af4c3ce3dfbfe53bbad0b5afa SHA1: 4a4f125fe9cfc47e7ff20b95607cb151cbb6aafb MD5sum: 83a69ea3306543ac7a71949b0599b0d4 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_armhf.deb Package: orca Version: 48.0-3~bpo12+1 Installed-Size: 15807 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: 1990712 SHA256: fb4db4e0a3974640971050e87cdea6288ec594a61f641394f5c7fc336dcc6672 SHA1: ce5fd878c46ace3a357e53f4cc09f909ef97bdd1 MD5sum: 2a0ae029151175b9cf1f25481b01d77a 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.0-3~bpo12+1_all.deb Package: os-autoinst Version: 4.6.1731418769.97d9a7fd-2~bpo12+1 Installed-Size: 869 Maintainer: Philip Hands Architecture: armhf Depends: libc6 (>= 2.34), libfftw3-double3 (>= 3.3.10), libgcc-s1 (>= 3.5), 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: 221376 SHA256: d01bd089bdebfeb55a618ac136cf21ee1900c55d517b0a9a150c0898823f3dbf SHA1: 8d6f23304b1febab73276c68f6216e49dd944292 MD5sum: 8bf903382d5088b96c029835e6788be3 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-2~bpo12+1_armhf.deb Package: osm2pgsql Version: 1.9.1+ds-1~bpo12+1 Installed-Size: 1127 Maintainer: Debian GIS Project Architecture: armhf Depends: python3-psycopg2, python3-pyosmium, python3:any, libboost-filesystem1.74.0 (>= 1.74.0+ds1), libbz2-1.0, libc6 (>= 2.34), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.5), liblua5.3-0, libpq5, libproj25 (>= 6.1.0), libstdc++6 (>= 12), zlib1g (>= 1:1.2.6) Recommends: postgis Size: 505720 SHA256: 3f82dd65a9e057d97a80a9a8ebbf963c42c66facb212212c0a3b77a263e42bd6 SHA1: 76c394da9a34bc6997244fed1f302dea3dbb10c6 MD5sum: c303501619cdcd25475e5900fd8bba2e 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_1.9.1+ds-1~bpo12+1_armhf.deb Package: osmcoastline Version: 2.4.1-1~bpo12+1 Installed-Size: 766 Maintainer: Debian GIS Project Architecture: armhf Depends: libbz2-1.0, libc6 (>= 2.34), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.5), libgdal32 (>= 3.4.0), libgeos-c1v5 (>= 3.4.2), liblz4-1 (>= 0.0~r130), libstdc++6 (>= 12), zlib1g (>= 1:1.2.6) Size: 240212 SHA256: a712153042893c028f70ead9c9150d5eaa07e6d0e7217b5ecb3bb91da1536862 SHA1: ca3e886262eee05e02e79a03e29925bf5b924391 MD5sum: 7671d737bb1ded6a50fff1407aec0b1a 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_armhf.deb Package: osmium-tool Version: 1.18.0-1~bpo12+1 Installed-Size: 1383 Maintainer: Debian GIS Project Architecture: armhf Depends: libboost-program-options1.74.0 (>= 1.74.0+ds1), libbz2-1.0, libc6 (>= 2.34), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.5), liblz4-1 (>= 0.0~r130), libstdc++6 (>= 12), zlib1g (>= 1:1.2.6) Size: 633444 SHA256: edfc4fd1473413028701d4775b6445e801f60e1597f53f8a2fa6d3ffcd38da44 SHA1: 8b7175addf0235a04014c02c131eca1d14a86fab MD5sum: 0ef4db3572234f28f8777f15c0c48d90 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_armhf.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: 161 Maintainer: Stephen Kitt Architecture: armhf Depends: libc6 (>= 2.34), libssl3 (>= 3.0.0), zlib1g (>= 1:1.1.4) Size: 72244 SHA256: 9bc2cc6cc2a10d3d06b60c677ee6e0a0d5655fbe3956291259be3fc5deb24800 SHA1: 94f221a9761a4777ce2d33e561195af03efb633e MD5sum: c684df492e1dd12d579615af5c993eb6 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_armhf.deb Package: otpclient Version: 4.0.2-1~bpo12+1 Installed-Size: 335 Maintainer: Francisco Vilmar Cardoso Ruviaro Architecture: armhf 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: 67232 SHA256: e752a14a6e8db9fe394cc92d202da04e79a9d2273692aee757e3a58f3569e10d SHA1: 74d281c8ee9608ab7d926344b6e48bb4ce59f140 MD5sum: 110ac87b5cf007f4091cc76bc82ef099 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_armhf.deb Package: otpclient-cli Source: otpclient Version: 4.0.2-1~bpo12+1 Installed-Size: 88 Maintainer: Francisco Vilmar Cardoso Ruviaro Architecture: armhf 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: 34196 SHA256: 41f6dcad77031cd5d06af0b22bc24a6d10ae68eae08d238342e52b1165ec1fb6 SHA1: 21f088890ffb92a1580be752ad72a58d910895ad MD5sum: 3e46556bd34c6441eb3ad51a66eb3537 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_armhf.deb Package: packetsender Version: 8.3.5-1~bpo12+1 Installed-Size: 2118 Maintainer: Joao Eriberto Mota Filho Architecture: armhf Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.5), 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: 1368036 SHA256: 86e6686be00d3f25a85b7b34e7b2068fc5e5f63956ab885d0c5b9ae1f1fda400 SHA1: 8d82b3c3f3ba8624f7e256898b273a606938c3c2 MD5sum: 072caffe9bc02c8fe4a09f2ec0d37592 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_armhf.deb Package: papirus-icon-theme Version: 20250201-1~bpo12+1 Installed-Size: 202595 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: 23029360 SHA256: 4d776d36a10cc19666c21acb10aca4f087bf536604897731063d17d8f894c83c SHA1: 1a8e6409ba83234e98c8f9f435cef7aca7ae7d2d MD5sum: 8fc294b54e82e675187efd5c32a24965 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 - ePapirus - ePapirus-Dark Homepage: https://github.com/PapirusDevelopmentTeam/papirus-icon-theme Section: x11 Priority: optional Filename: pool/main/p/papirus-icon-theme/papirus-icon-theme_20250201-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: 6171 Maintainer: Bill Allombert Architecture: armhf 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: 3429204 SHA256: 5c2859766561c48deca40bac892b9a40d59633552999a7e601dabe620e9f8bd8 SHA1: 8f06a9ef7da5bd12efe333026ba624d456eabbe3 MD5sum: 8bdb8289b5650abd7e594d6d0db03c21 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_armhf.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: 644 Maintainer: Debian GIS Project Architecture: armhf Depends: php-common (>= 1:7.0+33~), phpapi-20220829, libc6 (>= 2.4), libmapserver2 (>= 8.4.0) Suggests: mapserver-bin, mapserver-doc Size: 192992 SHA256: e24801d6784f6b40cf72e97ece9ff765773bc2548aab35d8a800ecbb9f931e36 SHA1: 47b241a31d7c90a5b30a6092cac8cee4be8144d0 MD5sum: f333bd748b687d2230f5d99c1b4159c1 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_armhf.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.8.2+dfsg-1~bpo12+1 Installed-Size: 19774 Maintainer: phpMyAdmin Team Architecture: all Depends: icc-profiles-free, php-curl, php-common Recommends: php-bcmath, php-gd, php-mcrypt Suggests: php-imagick Size: 7832244 SHA256: 7cf15aa46cacb4afe49782204633bb9877045719fcfdcd115bedfe53469a0f4e SHA1: 595cded8b72bf27cd2f1b474a478a10907998169 MD5sum: 3278c0bcc90e165cee99624c45fa6817 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.8.2+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: armhf Depends: pidgin-skype-common (= 20240122+gitab786a3+dfsg-2~bpo12+1) Size: 9064 SHA256: 9f7e48e14bd37e380784a0cb1b6b327facc9a620ff3ae56ac60c6fa68456bb97 SHA1: ca38bd3ca184174a1b0681969cfb580d56f4636a MD5sum: 59a2dc76454d985d077b11cb3961b3d8 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_armhf.deb Package: pidgin-skype-common Source: pidgin-skype Version: 20240122+gitab786a3+dfsg-2~bpo12+1 Installed-Size: 144 Maintainer: Patrick Zajda Architecture: armhf Replaces: pidgin-skype (<< 20121121+svn646+dfsg-1), skype4pidgin Provides: skype4pidgin Depends: libc6 (>= 2.7), 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: 62464 SHA256: e36ec59ecf7906ebd53c38468b90db64146adef0fdeac9deb1dafaf54a58af51 SHA1: 3134f8588a6fcf7c6629f7ff6749d62636c37342 MD5sum: 3d4550b7aa1c820518291a6f7bfa8b9e 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_armhf.deb Package: pipewire Version: 1.2.7-1~bpo12+1 Installed-Size: 130 Maintainer: Utopia Maintenance Team Architecture: armhf Depends: libpipewire-0.3-modules (= 1.2.7-1~bpo12+1), pipewire-bin (= 1.2.7-1~bpo12+1), init-system-helpers (>= 1.52), adduser Size: 112816 SHA256: d2724353e68c846ab18c286fdf5b6fcbc368324dc40e022acdcac3177ba48a27 SHA1: cb0727deca3176cb59de53ec8a2a27b7f1df76d3 MD5sum: 9df982f5c2bed57d3b8276f4d234a9c5 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.2.7-1~bpo12+1_armhf.deb Package: pipewire-alsa Source: pipewire Version: 1.2.7-1~bpo12+1 Installed-Size: 149 Maintainer: Utopia Maintenance Team Architecture: armhf Replaces: pipewire-audio-client-libraries (<< 0.3.54-1~) Depends: pipewire (= 1.2.7-1~bpo12+1), libasound2 (>= 1.2.5), libc6 (>= 2.4), libpipewire-0.3-0 (= 1.2.7-1~bpo12+1) Conflicts: pulseaudio Breaks: pipewire-audio-client-libraries (<< 0.3.54-1~) Size: 53800 SHA256: 25761e974add03701fa94fd91f905c50394ac270137341a6b112ab4cb30afb99 SHA1: b7d105dca287551ea135793561a94a539cf7da66 MD5sum: 42a2363499ba0b34a92037213be6014a 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.2.7-1~bpo12+1_armhf.deb Package: pipewire-audio Source: pipewire Version: 1.2.7-1~bpo12+1 Installed-Size: 30 Maintainer: Utopia Maintenance Team Architecture: all Replaces: pulseaudio, pulseaudio-module-bluetooth Depends: libspa-0.2-bluetooth, pipewire-alsa, pipewire-pulse, wireplumber Conflicts: pulseaudio, pulseaudio-module-bluetooth Size: 19616 SHA256: b9c2af591e8bbebee5f8b6d1564e6951763dd413436a9a7f6991f1edbff4be5e SHA1: 58700632fd3cce23fd717776e8a3efe103768253 MD5sum: 87fa428ac9a4b29862985517f110be77 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.2.7-1~bpo12+1_all.deb Package: pipewire-audio-client-libraries Source: pipewire Version: 1.2.7-1~bpo12+1 Installed-Size: 30 Maintainer: Utopia Maintenance Team Architecture: all Depends: pipewire-alsa, pipewire-jack Size: 19416 SHA256: 55fa106c660cb4917760271d0ddc3a99aec17a36df8bccb48a5a36f47014f6d1 SHA1: 403c3ee57beb32bce53e9f21576150d47d630f9c MD5sum: c7e27e454686fd071f44eb015c6744b6 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.2.7-1~bpo12+1_all.deb Package: pipewire-bin Source: pipewire Version: 1.2.7-1~bpo12+1 Installed-Size: 1292 Maintainer: Utopia Maintenance Team Architecture: armhf Replaces: pipewire (<< 0.3.5) Depends: libpipewire-0.3-modules (= 1.2.7-1~bpo12+1), libasound2 (>= 1.2.5), libc6 (>= 2.34), libdbus-1-3 (>= 1.9.14), libncursesw6 (>= 6), libpipewire-0.3-0 (= 1.2.7-1~bpo12+1), libreadline8 (>= 6.0), libsndfile1 (>= 1.0.20), libtinfo6 (>= 6) Recommends: dbus-user-session, wireplumber, rtkit Breaks: pipewire (<< 0.3.5) Size: 344316 SHA256: e3c6bd4817a755a73ad95c719bae74a049aae6e6f263785f4eaa554ac5ca3e75 SHA1: 00bfb76d877ee071b68fe368d893d476af60ba0e MD5sum: 9cca9fab734862c306ed7558dcea86d1 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.2.7-1~bpo12+1_armhf.deb Package: pipewire-doc Source: pipewire Version: 1.2.7-1~bpo12+1 Installed-Size: 27997 Maintainer: Utopia Maintenance Team Architecture: all Replaces: libpipewire-0.2-doc (<< 0.3.1) Breaks: libpipewire-0.2-doc (<< 0.3.1) Size: 1615144 SHA256: 963748db319ba8083c6646a8c0f92eda785a9796e7e3f51d4a5033ac72bb0c00 SHA1: 6a1bea502fab95c7d13055a457b1b9f4648863d4 MD5sum: 2900283eaf5865b652500dee67505ae0 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.2.7-1~bpo12+1_all.deb Package: pipewire-jack Source: pipewire Version: 1.2.7-1~bpo12+1 Installed-Size: 423 Maintainer: Utopia Maintenance Team Architecture: armhf Replaces: pipewire-audio-client-libraries (<< 0.3.54-1~) Depends: pipewire (= 1.2.7-1~bpo12+1), libc6 (>= 2.34), libpipewire-0.3-0 (= 1.2.7-1~bpo12+1) Breaks: pipewire-audio-client-libraries (<< 0.3.54-1~) Size: 114076 SHA256: 902fad8f9d199fda9b855288ea81b36f603f97c0a810191f941ca2f89dca8b85 SHA1: 398f8b2952b0bf57874b82d70f488b3cb14b97c5 MD5sum: 6970af7fac7c7f9b5c72bf64254bbfaf 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.2.7-1~bpo12+1_armhf.deb Package: pipewire-libcamera Source: pipewire Version: 1.2.7-1~bpo12+1 Installed-Size: 30 Maintainer: Utopia Maintenance Team Architecture: all Depends: libspa-0.2-libcamera Size: 19400 SHA256: 47bf7668def854acf0e1e6649bda441d6c4f9a737ed5c9f225d73123aec46062 SHA1: 51a419e3c9c09dc81bfb74d47fb100df5c07997e MD5sum: 0078f1c237c1cbcc7a9c83fa2fcda184 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.2.7-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.2.7-1~bpo12+1 Installed-Size: 60 Maintainer: Utopia Maintenance Team Architecture: armhf Replaces: pipewire-bin (<< 0.3.27-2) Depends: pipewire (= 1.2.7-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: 24656 SHA256: 45f3ce308c8bc6af000c597215e90306736d5da725db1f769d6ff9bd8023d576 SHA1: b481908a11d98fc6aaa6d307fb53c40493a272d3 MD5sum: b7037db4ffec9904287fe947a290204b 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.2.7-1~bpo12+1_armhf.deb Package: pipewire-tests Source: pipewire Version: 1.2.7-1~bpo12+1 Installed-Size: 1706 Maintainer: Utopia Maintenance Team Architecture: armhf Depends: pipewire (= 1.2.7-1~bpo12+1), libasound2 (>= 1.2.5), libc6 (>= 2.34), libgcc-s1 (>= 3.5), libjack-jackd2-0 (>= 1.9.10+20150825) | libjack-0.125, libpipewire-0.3-0 (= 1.2.7-1~bpo12+1), libsdl2-2.0-0 (>= 2.0.12) Size: 279596 SHA256: 06e2eb901d3ae0639873599e3bbbb943dc59254d301999b9b72bb6d35245b6c2 SHA1: 33b24d03c5588f28142607e6e3df144845b787bc MD5sum: 68fc50e40d11ab9e01bd93580d5fe7ba 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.2.7-1~bpo12+1_armhf.deb Package: pipewire-v4l2 Source: pipewire Version: 1.2.7-1~bpo12+1 Installed-Size: 94 Maintainer: Utopia Maintenance Team Architecture: armhf Replaces: libpipewire-0.3-modules (<< 0.3.54-1), pipewire-bin (<< 0.3.54-1) Depends: pipewire (= 1.2.7-1~bpo12+1), libc6 (>= 2.34), libpipewire-0.3-0 (= 1.2.7-1~bpo12+1) Breaks: libpipewire-0.3-modules (<< 0.3.54-1), pipewire-bin (<< 0.3.54-1) Size: 47324 SHA256: d961d8b1866e3e60380765aa816daa3fd5a96e5eae0477403ab1c0363e7172d3 SHA1: 5993282945c7dd068af3ddd840f5e8ef4e1552b5 MD5sum: 85ec13a3b09ac6b906ffed5056c2c7b3 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.2.7-1~bpo12+1_armhf.deb Package: pkb-client Version: 2.0.0-1~bpo12+1 Installed-Size: 96 Maintainer: Unit 193 Architecture: all Depends: python3-dnspython, python3-pkg-resources, python3-requests, python3:any Size: 15656 SHA256: 0d0e4f4b51a944928d9d9976a7ac64a1bd474a547732b0e75af4a0519178e349 SHA1: 14e10b64bcbd20045ce489bd1e192fe087778573 MD5sum: 78820251d3e2c5b805728d0ae8d59f53 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.0.0-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: 1573 Maintainer: Debian PostgreSQL Maintainers Architecture: armhf Provides: postgresql-pgsphere Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.5), libhealpix-cxx3 (>= 3.80.0), libstdc++6 (>= 5.2), postgresql-15, postgresql-15-jit-llvm (>= 14) Size: 419304 SHA256: 7b3ef846cea0bb3effcf6624c3f9600a96b5ba30585dc7872a61f6b00206479d SHA1: 5cfe7a7f0d001807fb0253f8f5636084ef3144e6 MD5sum: 02102d20cfe4fb7fbb934d65279d1144 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_armhf.deb Package: powerline-go Version: 1.25-1~bpo12+1 Installed-Size: 2811 Maintainer: Debian Go Packaging Team Architecture: armhf Depends: libc6 (>= 2.34) Recommends: fonts-powerline Size: 893432 SHA256: 25ed880a8f62abbb26058a0b9188ca9aabbc21d83958f378c6dc05f622a68561 SHA1: 4b15030e5f10beb11131512342676d313a04fc21 MD5sum: e0a4d65bc18360a24fad40a4f4f010d2 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_armhf.deb Package: privacybrowser Version: 0.6.2-1~bpo12+2 Installed-Size: 5049 Maintainer: Soren Stoutner Architecture: armhf Provides: www-browser Depends: kio, libc6 (>= 2.34), libgcc-s1 (>= 3.5), 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: 1932836 SHA256: 6ab7d9e56c469b0f59a21df922510ce332d2ec6ba8aa3976eec5db70c5119cd5 SHA1: e22ff34966a8d89f6eb8dcbe4811863ea25cc8fe MD5sum: 704d242b68f40f8ba4c6631b9e4d4c2f 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_armhf.deb Package: profanity Version: 0.15.0-1~bpo12+1 Installed-Size: 1203 Maintainer: Debian XMPP Maintainers Architecture: armhf 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: 411660 SHA256: 8917ef11d3a4100574c3bd56801a228a35ba8b01897c384eb4ba58da28bebbb3 SHA1: 0f1a5e78ab242c128fec2bfa0180e2c891379de9 MD5sum: cc6a5d8cff65c54d8e8b064bed7bd838 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_armhf.deb Package: profanity-light Source: profanity Version: 0.15.0-1~bpo12+1 Installed-Size: 1170 Maintainer: Debian XMPP Maintainers Architecture: armhf 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: 400604 SHA256: 4c7eff782c50927f3815e0fe0c4ad5c5a440d7b4cae5f7e955f897be96f782ba SHA1: 3ba556a432be84081f5e405f7e9a4a08f3e69011 MD5sum: 8e826cb4b526412d20305a3b86e4b7f9 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_armhf.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: 2311 Maintainer: Debian XMPP Maintainers Architecture: armhf 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: 448460 SHA256: 01301ca377765062c0229470ccd742a2c1192df006805c3f433a58a4f50d461e SHA1: 7b67afb6bac5cba2f9dacdbda255a9729939ee2c MD5sum: b6f2e78b03044da6358d299ae4d3ba3d 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_armhf.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: 1330 Maintainer: Debian Multimedia Maintainers Architecture: armhf Replaces: puredata-core (<< 0.54), puredata64-core (<< 0.54) Depends: libc6 (>= 2.34) Breaks: puredata-core (<< 0.54), puredata64-core (<< 0.54) Size: 248592 SHA256: 1311d96c233c03dbfe4f6af0d1835e4bba12a5fa20416cd9892078a7edfb8a5a SHA1: 790e3264f389049615895044d99268bf098dc00c MD5sum: dcc203591da2aaf36922d55135efa5ca 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_armhf.deb Package: puredata-core Source: puredata Version: 0.55.2+ds-1~bpo12+1 Installed-Size: 968 Maintainer: Debian Multimedia Maintainers Architecture: armhf 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: 495272 SHA256: 32d3857c603c2113da3bfcb7efa7ebcdc6f3447a7bdeb568a31bc6f50899e5b9 SHA1: f8c6e9d396b7fb329daf47fd339e85678d23c00a MD5sum: d25801f06c78944006b854ba62286812 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_armhf.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: 485 Maintainer: Debian Multimedia Maintainers Architecture: armhf 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: 136924 SHA256: 65d00dac27e6a4ec7520693cc996e94ca2b35e5023d0f2dfdf43526b00e0ffbc SHA1: 2415a317bb46b5e9f7f750174970a5de93240465 MD5sum: 89a539e396821b36c04134af34a6a1ac 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_armhf.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: 57 Maintainer: Debian Multimedia Maintainers Architecture: armhf Provides: pd-utils Depends: libc6 (>= 2.34) Size: 23240 SHA256: 4b4b06be73bd6e6f907b1b3782b8bdf4242e21ccaac75b5abf6eea17f7a07c21 SHA1: 4bd16af907de994f1bfdf18571c336fd9482696f MD5sum: 356e10af9b1db961857527503a51bf9c 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_armhf.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: 965 Maintainer: Debian Multimedia Maintainers Architecture: armhf 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: 491888 SHA256: feeb4fff8e5fbfcc619b6f8ea806f987ab73186432ba1fa02bb135b907bd3963 SHA1: 3c2f562184db728e195b1abfb1cf797b236ff90d MD5sum: 10ba2e761dcc4a7456f7f55065694a58 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_armhf.deb Package: purple-discord Version: 0.9.2023.10.23.git.f8b0c59-1~bpo12+1 Installed-Size: 218 Maintainer: Patrick Zajda Architecture: armhf Depends: libc6 (>= 2.7), 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: 92960 SHA256: 065ea528969a2d8f791c057e3538a9c01c506f5cf513ea484cb99117dc8e3f3d SHA1: 4606aae2ebba2369808decfbf33e107192044433 MD5sum: cc308308bf7e94e5a53f01e83dcea86f 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_armhf.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-django-doc Source: python-django Version: 3:4.2.20-1~bpo12+1 Installed-Size: 33898 Maintainer: Debian Python Team Architecture: all Depends: libjs-sphinxdoc (>= 5.2) Size: 3597900 SHA256: c060ede4ce26ac9b5d3f4f325f80d9a41c3ef852ddbe86d7fffe566857bb45e0 SHA1: 64140eb870dc7105487ee31ccf942b7eb31af4ee MD5sum: 518c6e0870c5a71979773743fb9d5d60 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.20-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.13.2-2~bpo12+1 Installed-Size: 3155 Maintainer: Debian Python Team Architecture: all Size: 439112 SHA256: baab011cf3d1866e8b5819a0b04fc885beb277fcf59bfa55a3c77520aa5cea35 SHA1: 021783bf6afb9b28464f34f4cec9edce4a0c1237 MD5sum: 797e688722b54b067c46aaf657b9712d 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/Opus10/django-pgtrigger Section: doc Priority: optional Filename: pool/main/p/python-django-pgtrigger/python-django-pgtrigger-doc_4.13.2-2~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-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.8.6-1~bpo12+1 Installed-Size: 22715 Maintainer: Debian XMPP Maintainers Architecture: all Depends: libjs-sphinxdoc (>= 5.2) Size: 767560 SHA256: 0448825b7cdc40df68f2834bdc0c2c9fa1aacb156d63dc12fbd4ed73481ff064 SHA1: 1ff554bc82910cd4fdac90c3fe4671725d25f28a MD5sum: 97d6ffeadc10c73a6e9c93a69e284d71 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.8.6-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.2-1~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: 55448 SHA256: 86bbbbb2496c28f522971d41307192905e15a1dab40ed7b619e70fa7c929082c SHA1: 45f93d84ab191098ab1271262a6d7630a58820eb MD5sum: ae0975381e745a02bce87a3f32db2aff 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.2-1~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: 2150 Maintainer: Debian Cloud Team Architecture: armhf Depends: python3 (>= 3~), python3:any, libc6 (>= 2.34), libssl3 (>= 3.0.0) Size: 728464 SHA256: 0216b4846d53e756b4461dbbd62f6e467da8466e33f3b3ca4817dcc04620a30a SHA1: 4dfaa33c1a087da3c3ed395c33562babc10ee10e MD5sum: 925cd9baf5c407966854c7b68abf88be 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_armhf.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-1~bpo12+1 Installed-Size: 257 Maintainer: Debian Accessibility Team Architecture: armhf Depends: libbrlapi0.8 (>= 6.7), libc6 (>= 2.34), python3 (<< 3.12), python3 (>= 3.11~) Size: 139040 SHA256: b27bfa0d74b74b45c85cfdfcae9ad268632357de0753dcca308409288ddffcab SHA1: 690415c23cd3f39ac986a570cff1623afc330e20 MD5sum: c0e6ed2b7fe56a0b15e4f768f66ed329 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-1~bpo12+1_armhf.deb Package: python3-btrfsutil Source: btrfs-progs Version: 6.12-1~bpo12+1 Installed-Size: 98 Maintainer: Nicholas D Steeves Architecture: armhf Depends: libbtrfsutil1 (>= 5.6), libc6 (>= 2.4), python3 (<< 3.12), python3 (>= 3.11~) Size: 48196 SHA256: 7389512ccc1dfac7be66eb19e83a0cd724b8394800b61e5ca6e18b83d4d969a9 SHA1: 1da92ec5e11d8f95cd6854976e25e15b24da63cb MD5sum: e39e0d30babe97bb869f7d106584fa79 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.12-1~bpo12+1_armhf.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-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: 941 Maintainer: John Goerzen Architecture: armhf Depends: python3 (<< 3.12), python3 (>= 3.11~), libc6 (>= 2.32), libdar64-6000 (>= 2.7.15), libgcc-s1 (>= 3.5), libstdc++6 (>= 11) Size: 291504 SHA256: 80f08c38e5b121cdce88ad5c9159562c99597cfeef22ae70af7eab40554c6df2 SHA1: 78682a1686fe380323fdbe02836894e33d819dfd MD5sum: 2704b13133fa62d1f1d31ced3f74617f 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_armhf.deb Package: python3-debusine Source: debusine Version: 0.10.0~bpo12+1 Installed-Size: 2240 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-responses, python3-rich, python3-tenacity, python3-yaml, python3:any (>= 3.11~) Size: 313792 SHA256: 2cade7c16a1dfabe054421104d74ca3a17bc3ec2195211a8ef931f085c2cf679 SHA1: 58ea74a6377f3617c33630cf859332f51dc77c11 MD5sum: 7698ef6071e20b4bdb0249f6cf347fb5 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.10.0~bpo12+1_all.deb Package: python3-debusine-server Source: debusine Version: 0.10.0~bpo12+1 Installed-Size: 5531 Maintainer: Raphaël Hertzog Architecture: all Depends: python3-debusine (= 0.10.0~bpo12+1), python3-debusine-signing (= 0.10.0~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-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-responses, python3-rich, python3-tenacity, python3-yaml, python3:any (>= 3.11~) Size: 711532 SHA256: f27e721710af98fc00663408012f86a6138717879532fd060f9568341be5909b SHA1: 83751f881283b7fb02b0eab183804edb5b542543 MD5sum: 17e59e103e08ed5fd21046fb9c26dddd 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.10.0~bpo12+1_all.deb Package: python3-debusine-signing Source: debusine Version: 0.10.0~bpo12+1 Installed-Size: 302 Maintainer: Raphaël Hertzog Architecture: all Replaces: python3-debusine-server (<< 0.3.3~) Depends: python3-debusine (= 0.10.0~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-responses, python3-rich, python3-tenacity, python3-yaml, python3:any (>= 3.11~) Breaks: python3-debusine-server (<< 0.3.3~) Size: 44060 SHA256: 99b3ef04f5fbefd10d2cd0a4641d7a195170906f2b8779bfe4a0b7184dae847d SHA1: 65c99f9d7571f2e3f249fceb8cc12c88f6b816cf MD5sum: 3b12911dc3e3957085f7c34c5e239d23 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.10.0~bpo12+1_all.deb Package: python3-django Source: python-django Version: 3:4.2.20-1~bpo12+1 Installed-Size: 25178 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: 2739456 SHA256: d595ef7f1b25be38db6aca9f2a739fff6e9c86613581c6e11dac066d5eb91388 SHA1: 0f0441b9f892856e7989935c70b3c941c4aecb77 MD5sum: ee2bd4771b4f0d96c7309313b75745c3 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.20-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.13.2-2~bpo12+1 Installed-Size: 280 Maintainer: Debian Python Team Architecture: all Depends: python3-django (>= 3:4.0), python3:any Suggests: python-django-pgtrigger-doc Size: 56624 SHA256: 739320838a66b154f943cbe778740023d755765ff6c640ca46f1976158bee80f SHA1: 0449ebef2cd1057168fac59f26f7892f298524a7 MD5sum: ba3a0d49451f4965d518d85bb1c0565d 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/Opus10/django-pgtrigger Section: python Priority: optional Filename: pool/main/p/python-django-pgtrigger/python3-django-pgtrigger_4.13.2-2~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.38~bpo12+1 Installed-Size: 252 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: 41652 SHA256: e16be01f9665e185bd69bbb305bbee8c3e28abbc5446b8a2327f9257c47bf5d9 SHA1: ba7c5c5c461a80293fb19e3c037c97d20efdca35 MD5sum: 93997718d2552367190dbde93781913d 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.38~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: 2271 Maintainer: Debian PaN Maintainers Architecture: armhf 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: 490876 SHA256: 52678b69f9fd182ec059fb42a45de721fa22d9ad044f55178943135bbd75445b SHA1: c2c3846ecf668b07ee838f833e9bfd899fc8b1e4 MD5sum: f200763599ee3602845e70f26b1cc012 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_armhf.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: 628 Maintainer: Marc Haber Architecture: armhf Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.5), libgensio6 (>= 2.8.6-1~bpo12+2), libstdc++6 (>= 5.2), python3 (<< 3.12), python3 (>= 3.11~), python3:any Size: 152672 SHA256: ae325dd41fbe7bc500c35c166a975a7b344a47be97808217cc6192e38329ca77 SHA1: adac8dc0c5a2fb24149be621ad268819fbfb5ee5 MD5sum: 91dc5cf8b778e073858393e00a9d4815 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_armhf.deb Package: python3-gnucash Source: gnucash Version: 1:5.6-1~bpo12+1 Installed-Size: 1370 Maintainer: Dmitry Smirnov Architecture: armhf Depends: libc6 (>= 2.4), 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: 266088 SHA256: df2e4f88ff247da865edf73271c03ba1595bfd9962c89c4cd30a837588dfe133 SHA1: 0f8d19bc54d8055b1f78a77e962f0ffb65c2fb80 MD5sum: b0f3537469e4cdfd70ae8122a2ea5305 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_armhf.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: 4231 Maintainer: Debian Astronomy Maintainers Architecture: armhf Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.5), libgyoto9 (>= 2.0.2), libpython3.11 (>= 3.11.0), libstdc++6 (>= 11), python3-numpy (>= 1:1.22.0), python3-numpy-abi9, python3 (<< 3.12), python3 (>= 3.11~), python3:any Recommends: python3-opencv Size: 865476 SHA256: b13cae1e0bef294ae8b0f72a2b144b2a434d0cf661e14d5240b78a45b007966e SHA1: c246e8871e7a2b39b0fab97f2d63cd4564b13d5c MD5sum: 01a0a95f1da66bddac3d81a4472ac3eb 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_armhf.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-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: 1410 Maintainer: Debian Python Team Architecture: armhf Depends: python3-texttable, python3 (<< 3.12), python3 (>= 3.11~), python3:any, libc6 (>= 2.29), libgcc-s1 (>= 3.5), libigraph3t64 (>= 0.10.15) Size: 306352 SHA256: 38c121344821b51bf1007f78924c4d10d36f1f11f18d376a47cfef66fc7e1d44 SHA1: c2ea2a90da4e2ea6fc513871d2a3cda7f157f26a MD5sum: c73dd14aa939d60e23ec72ac5aa95c33 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_armhf.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.21.5+dfsg-1~bpo12+1) Version: 2:2.10.0+samba4.21.5+dfsg-1~bpo12+1 Installed-Size: 149 Maintainer: Debian Samba Maintainers Architecture: armhf Replaces: python3-ldb-dev, python3-samba (= 2:4.21.2+dfsg-1) Depends: libldb2 (= 2:2.10.0+samba4.21.5+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: 69572 SHA256: 3c164c7352613bcb4a455fd4678fbca60df7f65d48b5f77f6c72a62365be205a SHA1: 24c62ceb7be527fda7b780ac052095ba66b65254 MD5sum: 595010dae1a8a857f23393eeb5f13c71 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.10.0+samba4.21.5+dfsg-1~bpo12+1_armhf.deb Package: python3-ldb-dev Source: samba Version: 2:4.21.1+dfsg-2~bpo12+1 Installed-Size: 58 Maintainer: Debian Samba Maintainers Architecture: armhf Size: 38084 SHA256: 46d879d77078fb4f06abf190552a780b1505956ab7cf45c23b1909978661df71 SHA1: a7d72b86fa23b1192dcdc585db35811a268766a9 MD5sum: f7c95fbcf1df494a7b8cea5d42c27375 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_armhf.deb Package: python3-libcamera Source: libcamera Version: 0.3.2-1~bpo12+1 Installed-Size: 666 Maintainer: Debian Multimedia Maintainers Architecture: armhf Depends: libc6 (>= 2.32), libcamera0.3 (>= 0.3.2), libgcc-s1 (>= 3.5), libstdc++6 (>= 11) Size: 208236 SHA256: 3008aba47021c4e7bc08009396a82e03fa73ee8a0eda080226fbcf8f3fb8c045 SHA1: 3e48d727d4e8f864bb9f8d329c16840dd1dc3e0a MD5sum: 10c082f06623288953de65e89dafacec 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_armhf.deb Package: python3-libgpiod Source: libgpiod Version: 2.1.3-1~bpo12+1 Installed-Size: 117 Maintainer: Gavin Lai (賴建宇) Architecture: armhf Depends: libc6 (>= 2.4), libgpiod3 (= 2.1.3-1~bpo12+1), python3 (<< 3.12), python3 (>= 3.11~), python3:any Size: 26544 SHA256: 29b891167cafe3792636f7b5dd7b4b824104b2345447e4205cb1b1d072a72144 SHA1: 91e3031383402ee65e9ed8208ebcdb595f3f824c MD5sum: 109e33396bd120447da55696fa9fe62a 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_armhf.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: 1176 Maintainer: Debian GIS Project Architecture: armhf Depends: python3 (<< 3.12), python3 (>= 3.11~), python3:any, libc6 (>= 2.4), libmapserver2 (>= 8.4.0), libpython3.11 (>= 3.11.0) Suggests: mapserver-bin, mapserver-doc Size: 314916 SHA256: 31a267fe9c4fe45ccbdabd26f092340a501d8e83208344631cfdd0e999fa9e1a SHA1: ad635dd0a1911458dd3671764773a4b81c46abb5 MD5sum: bc30b9546df543730aea8ae66cf4275c 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_armhf.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: 199 Maintainer: Carl Worth Architecture: armhf 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.4) Size: 42056 SHA256: 0f74daaebc4b3248a9e5266905ed3db236b39aa83676c698eb5e819c197cf6ba SHA1: 969497ceac74f20ecc3a010eee2bc68d0f3a44b0 MD5sum: 3f6fe02a84f354d873afad74a403a877 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_armhf.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: 330 Maintainer: Debian XMPP Maintainers Architecture: armhf Depends: python3 (<< 3.12), python3 (>= 3.11~), python3-cryptography, python3-protobuf, python3:any, libc6 (>= 2.4) Size: 111160 SHA256: ca3748f30a03064ef3128cb5ce4bbae4c26853d8ad859f915ec8c3f3a8ba0ac8 SHA1: 9cd3d90b7314274501c144baf58ac2efa8856843 MD5sum: f982ea9f4e62a901126e6aa9ede59468 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_armhf.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: 10435 Maintainer: Debian PaN Maintainers Architecture: armhf 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.5), libgomp1 (>= 6), libstdc++6 (>= 5) Size: 2287680 SHA256: ea95a1641db8b3ea177518ae3c1829a0946587a53d0b247d7a58aba9cde00705 SHA1: 9f6ac289b678c204a988aa93b842957a961e5cd3 MD5sum: e79fc1acfcd1295f0671d015286539fa 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_armhf.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: 31859 Maintainer: Debian PaN Maintainers Architecture: armhf 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: 5394408 SHA256: 4dad6dbdc8ff718546122247c956be4c19e6d0352d54ef0d6ad886104c866cdb SHA1: f814624bb65e23bd555a3c4da8a9a03450b67d8f MD5sum: 9dc808a480742f1afa2e6e3f8d570326 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_armhf.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: armhf 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: 571324 SHA256: 8de79a94a12d8b9d8a8534db4b8886ae4aa2caa164f9603660986f485fb91ac9 SHA1: 24b710713833062933147da49d4f18b8e5882423 MD5sum: 60169d14f8267b9de326dc197658bb3b 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_armhf.deb Package: python3-pyosmium Source: pyosmium Version: 4.0.2-1~bpo12+1 Installed-Size: 2162 Maintainer: Debian GIS Project Architecture: armhf Depends: python3 (<< 3.12), python3 (>= 3.11~), python3-requests, python3:any, libbz2-1.0, libc6 (>= 2.34), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.5), liblz4-1 (>= 0.0~r130), libstdc++6 (>= 12), zlib1g (>= 1:1.2.6) Suggests: python3-shapely Size: 691764 SHA256: 8e23a00632fe529d59e55a397c56161cfa03c37091ca31499a311e7762431be0 SHA1: 6c7c00abfb563b80fda2643474dd3aa9cb447fbb MD5sum: 83053302c3314285757c624cf7a1448b 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_armhf.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: 859 Maintainer: Debian PaN Maintainers Architecture: armhf 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 (>= 3.5), libstdc++6 (>= 4.1.1), ocl-icd-libopencl1 | libopencl1 Suggests: python3-pyvkfft-cuda Size: 289472 SHA256: 9f1500a6a092a1e38192bd3a197955986b8b7e7fa9dd91cb2953957920b41a96 SHA1: 9800f006b46b373cfb2ecc4ec3931ffe52ed6f30 MD5sum: 37d79e5c9eb9485c3f284c34f6d79a2e 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_armhf.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.5+dfsg-1~bpo12+1 Installed-Size: 73767 Maintainer: Debian GIS Project Architecture: armhf Depends: python3-qgis-common (= 3.40.5+dfsg-1~bpo12+1), qgis-providers (= 3.40.5+dfsg-1~bpo12+1), libqgispython3.40.5, 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.5), libpython3.11 (>= 3.11.0), libqca-qt5-2 (>= 2.0.2), 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-server3.40.5 (>= 3.40.5+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: 15567184 SHA256: 33e0e121103a7e661471a74dedd664dcd7744bde24be4e17995ade61d9877ee8 SHA1: 02ce568971a5611364d4fa247e9fa24af5622dc0 MD5sum: 7fc5a78cad796df3b42fd43fc7d41d59 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.5+dfsg-1~bpo12+1_armhf.deb Package: python3-qgis-common Source: qgis Version: 3.40.5+dfsg-1~bpo12+1 Installed-Size: 14848 Maintainer: Debian GIS Project Architecture: all Replaces: python-qgis-common (<< 3.4.5) Depends: gdal-bin, python3-gdal, python3-matplotlib, libqgis-customwidgets (>= 3.40.5+dfsg-1~bpo12+1), python3:any Breaks: python-qgis-common (<< 3.4.5) Size: 6092220 SHA256: 698ab9c55cbbb448f521d440591c3f8a2ae7f946b37a060489a771b9cbd7274c SHA1: b114d93b350a9124faf67b537f06bfe83fc8ad00 MD5sum: 5bdd21099501c0f0369065bbcf879486 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.5+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: 26 Maintainer: Debian Python Team Architecture: armhf Depends: python3 (<< 3.12), python3 (>= 3.11~), libc6 (>= 2.4) Size: 6252 SHA256: a0603388167d1304cc5f08305023d215b3242190d322d2bcea437022dcac7732 SHA1: 858d4d5565bb3029789d4fe2899d0f94403bab3e MD5sum: a6d7459cb6f72ef8ae5a8a74e98f9273 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_armhf.deb Package: python3-sabctools Source: sabctools Version: 8.2.3-2~bpo12+1 Installed-Size: 77 Maintainer: Jeroen Ploemen Architecture: armhf Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.5), libstdc++6 (>= 4.1.1), python3 (<< 3.12), python3 (>= 3.11~), python3:any Size: 30480 SHA256: 30717685963f299d0114df19b87ccb93d58a8437b9b87edd6a3893ac076fb9d5 SHA1: 845f979ef3087d4892242d511d94f688197593ff MD5sum: a7a7d65da55d5867c8d485c53a61980b 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_armhf.deb Package: python3-samba Source: samba Version: 2:4.21.5+dfsg-1~bpo12+1 Installed-Size: 13995 Maintainer: Debian Samba Maintainers Architecture: armhf 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.10.0+samba4.21.5+dfsg-1~bpo12+1), samba-libs (= 2:4.21.5+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), libndr5 (>= 2:4.20.0~rc1), libpython3.11 (>= 3.11.0), libtalloc2 (>= 2.0.4~git20101213), libtevent0 (>= 0.15.0), python3-talloc (>> 2:2.4.2+samba4.21.5+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: 2290308 SHA256: b12fc95767f29e2d9d92548eb57f1f16fd2b3cd58d1ef897247fa890ec7c30ab SHA1: 50428f0fa3df1031485509574b353e710a11e35a MD5sum: fc01ff1e8ce2844d172b9f6cb0d8c332 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.21.5+dfsg-1~bpo12+1_armhf.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-scriptforge Source: libreoffice Version: 4:25.2.2-1~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: 116760 SHA256: 0993c9e19d54c92d222ce4545184053d854d83f88ea893ef6bfec99d723e4361 SHA1: 241adfacfea8c83bc8cfe045a1f4318b090d7d7b MD5sum: bede1810f7a29874b92a3e388b9660fa 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.2-1~bpo12+1_all.deb Package: python3-sdbus Source: python-sdbus Version: 0.13.0-1~bpo12+1 Installed-Size: 331 Maintainer: Debian Python Team Architecture: armhf Depends: python3 (<< 3.12), python3 (>= 3.11~), python3:any, libc6 (>= 2.8), libsystemd0 (>= 248) Size: 77884 SHA256: 13cd8ec1a69fdd06e7dc5304672089b09ecdacef4f4b0c0c74662faeede6f861 SHA1: bd3dfc87bc27ea4307c27381cb11a82ec5a15d00 MD5sum: 65dff0aa51ff9f038dae1263b6e1fa2d 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_armhf.deb Package: python3-silx Source: silx Version: 1.1.2+dfsg-2~bpo12+1 Installed-Size: 11042 Maintainer: Debian Science Maintainers Architecture: armhf 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.5), libgomp1 (>= 4.9), libstdc++6 (>= 5.2) Size: 2200588 SHA256: e09901962d91e5411d5cc2b936c16b2b3a7623130dacd56acefbc3ba632c7fb0 SHA1: 9a573a91ee0e5096d4323f64d96a23b29da94ce5 MD5sum: 87b9d36d22c0e4ce5a817f307b28800f 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_armhf.deb Package: python3-slixmpp Source: slixmpp Version: 1.8.6-1~bpo12+1 Installed-Size: 1852 Maintainer: Debian XMPP Maintainers Architecture: all Depends: python3-pyasn1, python3-pyasn1-modules, python3-typing-extensions | python3 (>> 3.8.0), python3:any Recommends: gnupg, python3-aiohttp, python3-cryptography, python3-emoji (>= 2.2.0~), python3-slixmpp-lib Size: 244348 SHA256: 64082f9ea1e4770d65d4c91ab7f4b06ca129c9d56056ca6585781ba2e3de66ee SHA1: cc41a111349be3aabce1cdc0028e224f38b3ee30 MD5sum: d195625747516eb83395eb15d50adf3a 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.8.6-1~bpo12+1_all.deb Package: python3-slixmpp-lib Source: slixmpp Version: 1.8.6-1~bpo12+1 Installed-Size: 41 Maintainer: Debian XMPP Maintainers Architecture: armhf Depends: libc6 (>= 2.4), libidn12 (>= 1.13), python3 (<< 3.12), python3 (>= 3.11~) Size: 13188 SHA256: b9999ee157978c11d98b98467e552db5ea874180f0cb6b4b8e93ff4a6120abc5 SHA1: 29de1a37e17b9bd5e91a7102ace2442799ac7249 MD5sum: f1bfad589cd80c6d6d79d9f62d92cc56 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_armhf.deb Package: python3-speechd Source: speech-dispatcher Version: 0.12.0-3~bpo12+1 Installed-Size: 142 Maintainer: Debian TTS Team Architecture: all Replaces: python-speechd Depends: python3-xdg, python3:any Breaks: python-speechd Size: 44772 SHA256: fa4230b18a480427f6455db61fdd8ed56b4765a495d951737ab84a36ece2493d SHA1: 611778de78cb42cfbd35a6af6e5f88a490229ef9 MD5sum: e26514395eda11c666cf19f8f7c712a8 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-3~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-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.21.5+dfsg-1~bpo12+1) Version: 2:2.4.2+samba4.21.5+dfsg-1~bpo12+1 Installed-Size: 92 Maintainer: Debian Samba Maintainers Architecture: armhf Replaces: python3-talloc-dev Depends: python3 (<< 3.12), python3 (>= 3.11~), libc6 (>= 2.4), libpython3.11 (>= 3.11.0), libtalloc2 (>= 2.0.4~git20101213) Breaks: python3-talloc-dev Size: 47476 SHA256: 20f4d3776f2f58a2e597a16b6c5b855583d9891dbdfb88272f81f573f8afa467 SHA1: af67f33d980776696f62d2a7600799e5e793cf48 MD5sum: de139f8c6d7d63a780dad103c20e21e1 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.2+samba4.21.5+dfsg-1~bpo12+1_armhf.deb Package: python3-talloc-dev Source: talloc Version: 2.4.2-1~bpo12+1 Installed-Size: 39 Maintainer: Debian Samba Maintainers Architecture: armhf Depends: pkg-config, python3-talloc (= 2.4.2-1~bpo12+1) Size: 9536 SHA256: ba5d7c3c36492e56028949cebdeec25f0c470d50bbc0d3dee71be42b435b4d31 SHA1: 4f8b59aa10d5c44cd0e0254462ae78f7c6b5accd MD5sum: 55f22132e925b4d31c31bf21088c44a3 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_armhf.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.21.5+dfsg-1~bpo12+1) Version: 2:1.4.12+samba4.21.5+dfsg-1~bpo12+1 Installed-Size: 89 Maintainer: Debian Samba Maintainers Architecture: armhf Depends: python3 (<< 3.12), python3 (>= 3.11~), python3:any, libc6 (>= 2.4), libtdb1 (>= 1.3.11) Size: 49652 SHA256: 36309e670bc08ca32f815ce2a5e71e5814cb01b067cb0c10a2687233ab8163b6 SHA1: 7014f33c7b0dfa0f2c0a7564b6bc6277c5a6a5d8 MD5sum: a5b146e39e882b32ffd03de53bb2d876 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.12+samba4.21.5+dfsg-1~bpo12+1_armhf.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.2-1~bpo12+1 Installed-Size: 385 Maintainer: Debian LibreOffice Maintainers Architecture: armhf 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.2-1~bpo12+1) | libreoffice-core (= 4:25.2.2-1~bpo12+1), python3:any, python3 (<< 3.12), python3 (>= 3.11~), python3.11, libc6 (>= 2.34), libgcc-s1 (>= 3.5), 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: 155664 SHA256: 537d523a12116df5d97d2d99d6f4e9b9a45c3ae5f6ab11264341cfea16c391af SHA1: 5bfba79d13e222a31a7b63dc2cbd415dbe09ccbf MD5sum: b0a66777b7ded3bbddddcade37b9f3fc 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.2-1~bpo12+1_armhf.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: 51 Maintainer: Hilko Bengen Architecture: armhf Depends: python3 (<< 3.12), python3 (>= 3.11~), libc6 (>= 2.4), libyara10 (>= 4.3.0~) Size: 16404 SHA256: bc678e166d68515d42858f29ef0cb8323a5b9ec12454d4556db013b536b31a45 SHA1: ef269f08d286ceef20dbb82897add2d9878db81d MD5sum: 9d8ce44395fffb27929456497aadc3c5 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_armhf.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: 43 Maintainer: Debian Python Team Architecture: armhf Depends: python3 (<< 3.12), python3 (>= 3.11~), python3:any, libc6 (>= 2.4), libzopfli1 Size: 9964 SHA256: b9ef6641a83745d25517cf64a183b0b173c3bda8015cdad8ae702a4ce9bc02e9 SHA1: 8d522b7948a16e55c77ed72412edc3b310e12aac MD5sum: c3fd4e7a82aa7276d2106d5c817c7ce0 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_armhf.deb Package: qdiskinfo Version: 0.3+git20250128+ds-1~bpo12+1 Installed-Size: 507 Maintainer: Boyuan Yang Architecture: armhf Depends: pkexec, qt6-wayland, smartmontools, libc6 (>= 2.34), libgcc-s1 (>= 3.5), libqt6core6 (>= 6.4.0), libqt6gui6 (>= 6.1.2), libqt6widgets6 (>= 6.1.2), libstdc++6 (>= 5) Size: 97748 SHA256: 3f0e76e40c6b987e3d6e2dc801deafca6add2ef8007982728684d121a7807cbe SHA1: 85bda5fcac1d8d2fbcd75633087df63e212ab539 MD5sum: f74678dd7ec28eb1fce1f7c5ae74ad1f 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+git20250128+ds-1~bpo12+1_armhf.deb Package: qdl Version: 1.0+git20250319.30ac3a8-1~bpo12+1 Installed-Size: 77 Maintainer: Christopher Obbard Architecture: armhf Depends: libc6 (>= 2.34), libusb-1.0-0 (>= 2:1.0.16), libxml2 (>= 2.7.4) Size: 21996 SHA256: e417e2ab6f63f00630ad46639a64261694c1cb9fd3f6e097cca138eab2ebab39 SHA1: c14535936e2b4cbc2cd6aa287d7ecb7800f273da MD5sum: 2b09e4990a63d257b5d85bc868ca6aea 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_armhf.deb Package: qemu-block-extra Source: qemu Version: 1:9.2.2+ds-1~bpo12+1 Installed-Size: 174 Maintainer: Debian QEMU Team Architecture: armhf Depends: libc6 (>= 2.4), libcurl3-gnutls (>= 7.16.3), libiscsi7 (>= 1.18.0), libnfs13 (>= 1.11.0), libssh-4 (>= 0.8.4), qemu-system-any (= 1:9.2.2+ds-1~bpo12+1) | qemu-utils (= 1:9.2.2+ds-1~bpo12+1) 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: 83004 SHA256: 27b6b21b9f25dd1ec33d902b0666c7df3fa205d2ac28946b0686c189ce8f950a SHA1: 116c9aad3111544bc304527ba8819371cb90603c MD5sum: bc758ea2e4af72c63b75518f53c0292b 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_9.2.2+ds-1~bpo12+1_armhf.deb Package: qemu-guest-agent Source: qemu Version: 1:9.2.2+ds-1~bpo12+1 Installed-Size: 3342 Maintainer: Debian QEMU Team Architecture: armhf 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: 501628 SHA256: df1e3ac9a0770998993c18c294bf9df3154503cdd7942a9b76ed5d92699beca6 SHA1: a36e976795102faa6983b4e6635f31f522dc726d MD5sum: dd567dcbecce4efcd2272f2c9deafb04 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_9.2.2+ds-1~bpo12+1_armhf.deb Package: qemu-system Source: qemu Version: 1:9.2.2+ds-1~bpo12+1 Installed-Size: 75 Maintainer: Debian QEMU Team Architecture: armhf 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: 48728 SHA256: 4d4280e682552600f5d7831aae996ec0f3be65af81245cd1d75e1d4e23a3a337 SHA1: a0a8d4b6a08fcc6f06c31d2e6268bcab40bc189a MD5sum: 35b7d49979de2d101a517e40c5c49b14 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_9.2.2+ds-1~bpo12+1_armhf.deb Package: qemu-system-arm Source: qemu Version: 1:9.2.2+ds-1~bpo12+1 Installed-Size: 37859 Maintainer: Debian QEMU Team Architecture: armhf Provides: qemu-kvm (= 1:9.2.2+ds-1~bpo12+1), qemu-system-aarch64 (= 1:9.2.2+ds-1~bpo12+1), qemu-system-any (= 1:9.2.2+ds-1~bpo12+1), qemu-system-arm64 (= 1:9.2.2+ds-1~bpo12+1), qemu-system-armel (= 1:9.2.2+ds-1~bpo12+1), qemu-system-armhf (= 1:9.2.2+ds-1~bpo12+1), qemu-system-native (= 1:9.2.2+ds-1~bpo12+1) 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), 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:9.2.2+ds-1~bpo12+1), qemu-system-data (>> 1:9.2.2+ds~) Recommends: qemu-utils, ipxe-qemu, seabios, qemu-efi-aarch64, qemu-efi-arm, qemu-system-gui (= 1:9.2.2+ds-1~bpo12+1), qemu-system-modules-spice (= 1:9.2.2+ds-1~bpo12+1), qemu-system-modules-opengl (= 1:9.2.2+ds-1~bpo12+1), qemu-block-extra (= 1:9.2.2+ds-1~bpo12+1) Suggests: samba, vde2 Conflicts: qemu-kvm Size: 8659956 SHA256: 701264fa20874cd5a33bdade56092f1ecd4ba3b8379d41a4688e16eeb9cb5b42 SHA1: 383e289cdf654ae91cbd81a6eef99ac0007eb5a1 MD5sum: 11db103b7d0dbfe33d4f827ea3eeb99b 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_9.2.2+ds-1~bpo12+1_armhf.deb Package: qemu-system-common Source: qemu Version: 1:9.2.2+ds-1~bpo12+1 Installed-Size: 2243 Maintainer: Debian QEMU Team Architecture: armhf 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: 786276 SHA256: 9af0df8ba0a54f985f45ddcba65da1589aadc64ef045060a35b5ccadab8fb0f7 SHA1: 2a6267579e41b8b144a106816b03c50f7a401c2f MD5sum: 9ad8e49f1f2bdf5ff422f4c12a91c601 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_9.2.2+ds-1~bpo12+1_armhf.deb Package: qemu-system-data Source: qemu Version: 1:9.2.2+ds-1~bpo12+1 Installed-Size: 18138 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: 2110728 SHA256: b1ed958b11e924ff5981c373d1809e10844646f1c38243b03a20b8bdcab7491c SHA1: e0c4e2f9ef3daa301079edefec981a8d0b4f0748 MD5sum: 5e6adfb3dc538ccdf301a0b53cb94532 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_9.2.2+ds-1~bpo12+1_all.deb Package: qemu-system-gui Source: qemu Version: 1:9.2.2+ds-1~bpo12+1 Installed-Size: 772 Maintainer: Debian QEMU Team Architecture: armhf 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:9.2.2+ds-1~bpo12+1), qemu-system-any (= 1:9.2.2+ds-1~bpo12+1), libgl1 Size: 294988 SHA256: 6c0f46d2e19b38e878f2020e44c39c85fc0f78dd60806c4e0ef18b6ceb39570e SHA1: 6a18febd8c4b65b39ccbedf5776fd139ee6fc3f3 MD5sum: ac37e074f0724bd3644212111a681385 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_9.2.2+ds-1~bpo12+1_armhf.deb Package: qemu-system-mips Source: qemu Version: 1:9.2.2+ds-1~bpo12+1 Installed-Size: 40261 Maintainer: Debian QEMU Team Architecture: armhf Provides: qemu-system-any (= 1:9.2.2+ds-1~bpo12+1), qemu-system-mips64 (= 1:9.2.2+ds-1~bpo12+1), qemu-system-mips64el (= 1:9.2.2+ds-1~bpo12+1), qemu-system-mipsel (= 1:9.2.2+ds-1~bpo12+1) 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), 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:9.2.2+ds-1~bpo12+1), qemu-system-data (>> 1:9.2.2+ds~) Recommends: qemu-utils, seabios, ipxe-qemu, qemu-system-gui (= 1:9.2.2+ds-1~bpo12+1), qemu-system-modules-spice (= 1:9.2.2+ds-1~bpo12+1), qemu-system-modules-opengl (= 1:9.2.2+ds-1~bpo12+1), qemu-block-extra (= 1:9.2.2+ds-1~bpo12+1) Suggests: samba, vde2 Size: 12707156 SHA256: 89fe0615eef55c2171e1ac86e034bc5331c72c536c19a788ba5c7c166994d7a0 SHA1: 6e91bb8f3f9bdf7882f8ae3d463c3b38e4cceddb MD5sum: 111d4470f27dae37c0ed2ef482db3b59 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_9.2.2+ds-1~bpo12+1_armhf.deb Package: qemu-system-misc Source: qemu Version: 1:9.2.2+ds-1~bpo12+1 Installed-Size: 109366 Maintainer: Debian QEMU Team Architecture: armhf Provides: qemu-system-alpha (= 1:9.2.2+ds-1~bpo12+1), qemu-system-any (= 1:9.2.2+ds-1~bpo12+1), qemu-system-avr (= 1:9.2.2+ds-1~bpo12+1), qemu-system-hppa (= 1:9.2.2+ds-1~bpo12+1), qemu-system-loong64 (= 1:9.2.2+ds-1~bpo12+1), qemu-system-loongarch64 (= 1:9.2.2+ds-1~bpo12+1), qemu-system-m68k (= 1:9.2.2+ds-1~bpo12+1), qemu-system-microblaze (= 1:9.2.2+ds-1~bpo12+1), qemu-system-microblazeel (= 1:9.2.2+ds-1~bpo12+1), qemu-system-or1k (= 1:9.2.2+ds-1~bpo12+1), qemu-system-rx (= 1:9.2.2+ds-1~bpo12+1), qemu-system-sh4 (= 1:9.2.2+ds-1~bpo12+1), qemu-system-sh4eb (= 1:9.2.2+ds-1~bpo12+1), qemu-system-tricore (= 1:9.2.2+ds-1~bpo12+1), qemu-system-xtensa (= 1:9.2.2+ds-1~bpo12+1), qemu-system-xtensaeb (= 1:9.2.2+ds-1~bpo12+1) 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), 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:9.2.2+ds-1~bpo12+1), qemu-system-data (>> 1:9.2.2+ds~), qemu-system-riscv, qemu-system-s390x Recommends: qemu-utils, seabios, ipxe-qemu, qemu-system-gui (= 1:9.2.2+ds-1~bpo12+1), qemu-system-modules-spice (= 1:9.2.2+ds-1~bpo12+1), qemu-system-modules-opengl (= 1:9.2.2+ds-1~bpo12+1), qemu-block-extra (= 1:9.2.2+ds-1~bpo12+1) Suggests: samba, vde2 Size: 25662528 SHA256: 7965c43b8bf3c055ff94911f334ef0bf61f0111b99ffb50ad6601ef9c8ada26c SHA1: d933b20b174b0605bd6bd7fb36ffa34864248e86 MD5sum: 7a84e255765e0c90ff6c954ae5e2dae3 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_9.2.2+ds-1~bpo12+1_armhf.deb Package: qemu-system-modules-opengl Source: qemu Version: 1:9.2.2+ds-1~bpo12+1 Installed-Size: 500 Maintainer: Debian QEMU Team Architecture: armhf Replaces: qemu-system-common (<< 1:8.1.0+ds-1~exp2~), qemu-system-gui (<< 1:8.1.0+ds-1~exp2~) Depends: libc6 (>= 2.4), 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:9.2.2+ds-1~bpo12+1) Breaks: qemu-system-common (<< 1:8.1.0+ds-1~exp2~), qemu-system-gui (<< 1:8.1.0+ds-1~exp2~) Size: 148008 SHA256: dbcf17e53289366d85f5d61d6c585d451c3c7cece6cbc7f7d3f7ece5acf7699c SHA1: 9e519ebc2f23b680bf8cef692515a6085a2fdaaf MD5sum: 8360ad15de01a7da449e3ff0c84ec84f 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_9.2.2+ds-1~bpo12+1_armhf.deb Package: qemu-system-modules-spice Source: qemu Version: 1:9.2.2+ds-1~bpo12+1 Installed-Size: 223 Maintainer: Debian QEMU Team Architecture: armhf 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:9.2.2+ds-1~bpo12+1), qemu-system-any (= 1:9.2.2+ds-1~bpo12+1) Breaks: qemu-system-common (<< 1:8.1.0+ds-1~exp2~) Size: 96468 SHA256: 0b3cb16f66ab3664f4628ce3fb5dac8e5df15ec3448c6cda07cf4115193366ee SHA1: f5669c60d2f4001d738915bc36a41328829bee8b MD5sum: e364d6a4bbcafbcca850b87a782149a3 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_9.2.2+ds-1~bpo12+1_armhf.deb Package: qemu-system-ppc Source: qemu Version: 1:9.2.2+ds-1~bpo12+1 Installed-Size: 22663 Maintainer: Debian QEMU Team Architecture: armhf Provides: qemu-system-any (= 1:9.2.2+ds-1~bpo12+1), qemu-system-powerpc (= 1:9.2.2+ds-1~bpo12+1), qemu-system-ppc64 (= 1:9.2.2+ds-1~bpo12+1), qemu-system-ppc64el (= 1:9.2.2+ds-1~bpo12+1), qemu-system-ppc64le (= 1:9.2.2+ds-1~bpo12+1) 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), 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:9.2.2+ds-1~bpo12+1), qemu-system-data (>> 1:9.2.2+ds~) Recommends: qemu-utils, seabios, ipxe-qemu, qemu-system-gui (= 1:9.2.2+ds-1~bpo12+1), qemu-system-modules-spice (= 1:9.2.2+ds-1~bpo12+1), qemu-system-modules-opengl (= 1:9.2.2+ds-1~bpo12+1), qemu-block-extra (= 1:9.2.2+ds-1~bpo12+1) Suggests: samba, vde2 Size: 7068080 SHA256: b24c06ad8f021f36dd2193905704d50e18bdddc282b625bb3709663674269009 SHA1: 552ebff75928a71320197cdf7bc042502eb5d298 MD5sum: 5f8afd6be65d0381ef58bebfce614c75 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_9.2.2+ds-1~bpo12+1_armhf.deb Package: qemu-system-riscv Source: qemu Version: 1:9.2.2+ds-1~bpo12+1 Installed-Size: 21922 Maintainer: Debian QEMU Team Architecture: armhf Replaces: qemu-system-data (<< 1:9.1.0+ds-4~), qemu-system-misc (<< 1:9.1.0+ds-9~) Provides: qemu-system-any (= 1:9.2.2+ds-1~bpo12+1), qemu-system-riscv32 (= 1:9.2.2+ds-1~bpo12+1), qemu-system-riscv64 (= 1:9.2.2+ds-1~bpo12+1) 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), 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:9.2.2+ds-1~bpo12+1), qemu-system-data (>> 1:9.2.2+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: 6489576 SHA256: d3904bcd46feb966e31841cf422feb17ac8ec2eb77d961420ddb17a15654a4f6 SHA1: b956426ccebf0a927ea453b32b6b3a35dfc31529 MD5sum: be07f79526ccb6e573a782e7faa5dc02 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_9.2.2+ds-1~bpo12+1_armhf.deb Package: qemu-system-s390x Source: qemu Version: 1:9.2.2+ds-1~bpo12+1 Installed-Size: 8526 Maintainer: Debian QEMU Team Architecture: armhf Replaces: qemu-system-misc (<< 1:9.1.0+ds-9~) Provides: qemu-system-any (= 1:9.2.2+ds-1~bpo12+1) 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), 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:9.2.2+ds-1~bpo12+1), qemu-system-data (>> 1:9.2.2+ds~) Recommends: qemu-utils, qemu-system-gui (= 1:9.2.2+ds-1~bpo12+1), qemu-system-modules-spice (= 1:9.2.2+ds-1~bpo12+1), qemu-system-modules-opengl (= 1:9.2.2+ds-1~bpo12+1), qemu-block-extra (= 1:9.2.2+ds-1~bpo12+1) Breaks: qemu-system-misc (<< 1:9.1.0+ds-9~) Size: 2698988 SHA256: c3580c5bf4429d656d3301e820d34cf651a14c6a773ae71129a659ec89ccbe11 SHA1: 9411541218d59137b6bca2cac08524e58067a567 MD5sum: 799a8151321428488112d5ceaf85b6de 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_9.2.2+ds-1~bpo12+1_armhf.deb Package: qemu-system-sparc Source: qemu Version: 1:9.2.2+ds-1~bpo12+1 Installed-Size: 15071 Maintainer: Debian QEMU Team Architecture: armhf Provides: qemu-system-any (= 1:9.2.2+ds-1~bpo12+1), qemu-system-sparc64 (= 1:9.2.2+ds-1~bpo12+1) 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), 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:9.2.2+ds-1~bpo12+1), qemu-system-data (>> 1:9.2.2+ds~) Recommends: qemu-utils, seabios, ipxe-qemu, qemu-system-gui (= 1:9.2.2+ds-1~bpo12+1), qemu-system-modules-spice (= 1:9.2.2+ds-1~bpo12+1), qemu-system-modules-opengl (= 1:9.2.2+ds-1~bpo12+1), qemu-block-extra (= 1:9.2.2+ds-1~bpo12+1) Suggests: samba, vde2 Size: 3753644 SHA256: 361ad0575030f4e5de9892e170e8a88eba548854e3d00d74e8706eb86dc32541 SHA1: 1eda286f7aafc874d0aa9714acad3affbe321316 MD5sum: 9acd0ede11bc56eba8ecd5db9fa43e66 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_9.2.2+ds-1~bpo12+1_armhf.deb Package: qemu-system-x86 Source: qemu Version: 1:9.2.2+ds-1~bpo12+1 Installed-Size: 32099 Maintainer: Debian QEMU Team Architecture: armhf Provides: qemu-system-amd64 (= 1:9.2.2+ds-1~bpo12+1), qemu-system-any (= 1:9.2.2+ds-1~bpo12+1), qemu-system-i386 (= 1:9.2.2+ds-1~bpo12+1), qemu-system-x86-64 (= 1:9.2.2+ds-1~bpo12+1) 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), 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:9.2.2+ds-1~bpo12+1), qemu-system-data (>> 1:9.2.2+ds~), seabios (>> 1.16.3-1~), ipxe-qemu Recommends: qemu-utils, ovmf, qemu-system-gui (= 1:9.2.2+ds-1~bpo12+1), qemu-system-modules-spice (= 1:9.2.2+ds-1~bpo12+1), qemu-system-modules-opengl (= 1:9.2.2+ds-1~bpo12+1), qemu-block-extra (= 1:9.2.2+ds-1~bpo12+1) Suggests: samba, vde2 Size: 6819240 SHA256: 89ee98f72014969644398eaf555aa75c908662fb57924e22132275c5a368ad8f SHA1: 7bfa7e3e62193d8445b3d45084dfc55ec9678a7c MD5sum: 733224935852473b892d1ab2b27f1526 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_9.2.2+ds-1~bpo12+1_armhf.deb Package: qemu-user Source: qemu Version: 1:9.2.2+ds-1~bpo12+1 Installed-Size: 217413 Maintainer: Debian QEMU Team Architecture: armhf Replaces: qemu-user-static (<< 1:9.1.0) Recommends: qemu-user-binfmt Breaks: qemu-user-static (<< 1:9.1.0) Size: 20343436 SHA256: e3ab463bff375a638def8a728e4094bcc83b0e133d308db0439bb25ba19c5350 SHA1: 3bb76eb334d7b34fda1752266c97734426ec23bd MD5sum: 66737d31d0dd4d4ed3048c52c772e53a 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: capstone (= 4.0.2-5), gcc-12 (= 12.2.0-14), glib2.0 (= 2.74.6-2+deb12u5), glibc (= 2.36-9+deb12u10), zlib (= 1:1.2.13.dfsg-1) Section: otherosfs Priority: optional Filename: pool/main/q/qemu/qemu-user_9.2.2+ds-1~bpo12+1_armhf.deb Package: qemu-user-binfmt Source: qemu Version: 1:9.2.2+ds-1~bpo12+1 Installed-Size: 40 Maintainer: Debian QEMU Team Architecture: armhf Replaces: qemu-user-static (<< 1:9.1.0) Depends: qemu-user (= 1:9.2.2+ds-1~bpo12+1) Recommends: systemd Breaks: qemu-user-static (<< 1:9.1.0) Size: 2060 SHA256: 9928e7858260d812f2cab6061011badce37856f27cf5b65db104bd6473b9a7dc SHA1: dfa5fa0752df5ad73748d64c1fe101623b84797d MD5sum: 43d88e5b077fdc12a4db50787f064b66 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_9.2.2+ds-1~bpo12+1_armhf.deb Package: qemu-user-static Source: qemu Version: 1:9.2.2+ds-1~bpo12+1 Installed-Size: 154 Maintainer: Debian QEMU Team Architecture: armhf Depends: qemu-user (>= 1:9.2.2+ds-1~bpo12+1), qemu-user-binfmt (>= 1:9.2.2+ds-1~bpo12+1) Size: 50632 SHA256: a4f326d1acaf1bf74ca9db8c9ac3e64908381ce660c0546d8159e9c326648040 SHA1: 45f9f62d4736236b61b687498078305833b3bc33 MD5sum: b6a4bb95570e3412780e04690100fece 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_9.2.2+ds-1~bpo12+1_armhf.deb Package: qemu-utils Source: qemu Version: 1:9.2.2+ds-1~bpo12+1 Installed-Size: 8644 Maintainer: Debian QEMU Team Architecture: armhf 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:9.2.2+ds-1~bpo12+1) Breaks: qemu-system-common (<< 1:8.0+dfsg-5~) Size: 1653872 SHA256: 5c3d26637d0a7070fd605ff3fbab60222c0c1fac23327b05f6019d315a6e528d SHA1: 783a7c8f3a5de5954383da1c70141e812e349034 MD5sum: fcde6cc51d9ae832b12ca001dc67ace6 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_9.2.2+ds-1~bpo12+1_armhf.deb Package: qgis Version: 3.40.5+dfsg-1~bpo12+1 Installed-Size: 10296 Maintainer: Debian GIS Project Architecture: armhf Replaces: qgis-common (<< 3.4.5), qgis-provider-grass (<< 2.14.0) Depends: python3-qgis (= 3.40.5+dfsg-1~bpo12+1), qgis-common (= 3.40.5+dfsg-1~bpo12+1), qgis-providers (= 3.40.5+dfsg-1~bpo12+1), libc6 (>= 2.34), libgcc-s1 (>= 3.5), libgdal32 (>= 1.11), 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-app3.40.5 (>= 3.40.5+dfsg), libqgis-core3.40.5 (>= 3.40.5+dfsg), libqgis-gui3.40.5 (>= 3.40.5+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: 7832284 SHA256: 3e080c1bf7952cecf102d035979384acc12d7327b9f99e8b80ef971fcce51d14 SHA1: 7572fd6d2a8719c2051b2412a5443fd068f22c90 MD5sum: 69bfbc0f54d3ceae82db90d2f2fe83a2 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.5+dfsg-1~bpo12+1_armhf.deb Package: qgis-api-doc Source: qgis Version: 3.40.5+dfsg-1~bpo12+1 Installed-Size: 3423954 Maintainer: Debian GIS Project Architecture: all Recommends: qt5-doc-html Size: 2782300932 SHA256: 833746782346ef9b0b5517648a0e321ba92584054129f0cccbc11740f7213c90 SHA1: 97d660eff486d67c222dc28df6925787bd58fe70 MD5sum: 091f344145e4d953d985fc4af73e9427 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.5+dfsg-1~bpo12+1_all.deb Package: qgis-common Source: qgis Version: 3.40.5+dfsg-1~bpo12+1 Installed-Size: 150371 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: 26441328 SHA256: cc82a0c5d44adea6545c3eaa00a11eddca259a9ff054bba61c84106f7d11d59a SHA1: c2e3ca65a4fdd113da413b69dea83fca9887a5d2 MD5sum: 136628d205e42ff7353666ff980eb071 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.5+dfsg-1~bpo12+1_all.deb Package: qgis-plugin-grass Source: qgis Version: 3.40.5+dfsg-1~bpo12+1 Installed-Size: 4164 Maintainer: Debian GIS Project Architecture: armhf Replaces: qgis-provider-grass (<< 2.11.0+git20151002) Depends: qgis (= 3.40.5+dfsg-1~bpo12+1), qgis-plugin-grass-common (= 3.40.5+dfsg-1~bpo12+1), qgis-provider-grass (= 3.40.5+dfsg-1~bpo12+1), grass-core (>= 8.2.0), grass821, libc6 (>= 2.34), libgcc-s1 (>= 3.5), libqgis-app3.40.5 (>= 3.40.5+dfsg), libqgis-core3.40.5 (>= 3.40.5+dfsg), libqgis-gui3.40.5 (>= 3.40.5+dfsg), libqgisgrass8-3.40.5 (>= 3.40.5+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: 3748888 SHA256: 0aba628d384e829ce0b3ec81058b42187d21f3883643e7c743866a022189ef5d SHA1: a6ebc8cab589928e88e1a89a7f5a24cc7c6fe5b0 MD5sum: fd2d2440c67fc0a269676fd68afa4770 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.5+dfsg-1~bpo12+1_armhf.deb Package: qgis-plugin-grass-common Source: qgis Version: 3.40.5+dfsg-1~bpo12+1 Installed-Size: 5624 Maintainer: Debian GIS Project Architecture: all Replaces: qgis-common (<< 1.5) Depends: python3:any Breaks: qgis-common (<< 1.5) Size: 3814356 SHA256: 5a90487ab145ae8a123243d6dbfb7cc583925a9de1b56141937d9a98fee170e5 SHA1: 87de43aae73b5e90bb6707d39dec9fb6035ed1a6 MD5sum: e2e756df4322b186d64082cccc35df83 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.5+dfsg-1~bpo12+1_all.deb Package: qgis-provider-grass Source: qgis Version: 3.40.5+dfsg-1~bpo12+1 Installed-Size: 3600 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.5), libqgis-core3.40.5 (>= 3.40.5+dfsg), libqgis-gui3.40.5 (>= 3.40.5+dfsg), libqgisgrass8-3.40.5 (>= 3.40.5+dfsg), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libqt5widgets5 (>= 5.0.2), libstdc++6 (>= 5) Size: 3434412 SHA256: 6e904daa9827a75bea613b83db637ca65dc941221d38fa356f78d873312756ef SHA1: d0f05cf96b28bf272356b8d06976be3df705b983 MD5sum: 072c143bc85fd7d4a72446f970284544 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.5+dfsg-1~bpo12+1_armhf.deb Package: qgis-providers Source: qgis Version: 3.40.5+dfsg-1~bpo12+1 Installed-Size: 10966 Maintainer: Debian GIS Project Architecture: armhf Replaces: qgis (<= 1.6) Depends: qgis-providers-common (= 3.40.5+dfsg-1~bpo12+1), libqca-qt5-2-plugins, libqt5sql5-sqlite, qt5-image-formats-plugins, libc6 (>= 2.34), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.5), 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.5 (>= 3.40.5+dfsg), libqgis-core3.40.5 (>= 3.40.5+dfsg), libqgis-gui3.40.5 (>= 3.40.5+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: 5821888 SHA256: ed37e3c52eeb9b88dd37a55e44f8bb84994d978070335badc509f4539bcd6857 SHA1: 70fcf75318b4766bf98be825b53755a1a04bb703 MD5sum: 5ad941e64f81fefd8b511743c4c5535f 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.5+dfsg-1~bpo12+1_armhf.deb Package: qgis-providers-common Source: qgis Version: 3.40.5+dfsg-1~bpo12+1 Installed-Size: 21613 Maintainer: Debian GIS Project Architecture: all Replaces: qgis-common (<< 3.4.11) Breaks: qgis-common (<< 3.4.11) Size: 4820944 SHA256: ca5086d843ea59a2bec569e840d2fd1db71a5a3603a32cf58a8aacde139300b6 SHA1: 356f75791a0e6a62e75f4f8facb39fee84355de6 MD5sum: 60db1c3bde69a87c0fc66238624a5fe1 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.5+dfsg-1~bpo12+1_all.deb Package: qgis-server Source: qgis Version: 3.40.5+dfsg-1~bpo12+1 Installed-Size: 3419 Maintainer: Debian GIS Project Architecture: armhf Depends: qgis-server-bin (= 3.40.5+dfsg-1~bpo12+1), qgis-server-landingpage (= 3.40.5+dfsg-1~bpo12+1), qgis-server-wcs (= 3.40.5+dfsg-1~bpo12+1), qgis-server-wfs (= 3.40.5+dfsg-1~bpo12+1), qgis-server-wfs3 (= 3.40.5+dfsg-1~bpo12+1), qgis-server-wms (= 3.40.5+dfsg-1~bpo12+1), qgis-server-wmts (= 3.40.5+dfsg-1~bpo12+1) Size: 3378204 SHA256: 6fda5f032f2a3620dd23e12774110e2b63be0b95877155cee2ee70d1e4e61445 SHA1: 164a56e966c5186915c041c903749025bc689f25 MD5sum: fd862f5300f476119061fd51ac8eff6e 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.5+dfsg-1~bpo12+1_armhf.deb Package: qgis-server-bin Source: qgis Version: 3.40.5+dfsg-1~bpo12+1 Installed-Size: 4017 Maintainer: Debian GIS Project Architecture: armhf Replaces: qgis-server (<< 3.16) Depends: qgis-server-common (= 3.40.5+dfsg-1~bpo12+1), python3-qgis (= 3.40.5+dfsg-1~bpo12+1), qgis-providers (= 3.40.5+dfsg-1~bpo12+1), libc6 (>= 2.34), libfcgi0ldbl (>= 2.4.2), libgcc-s1 (>= 3.5), libqgis-core3.40.5 (>= 3.40.5+dfsg), libqgis-server3.40.5 (>= 3.40.5+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: 3506800 SHA256: b2cf4f49e35b2fce033b8a50eaa19ce886ae1dc6a9bdb6f2d56f38f0f9f927b0 SHA1: 4c2f566a1a874a5782fa1833c471a77440ff60af MD5sum: 6311f68d8855cc41fb10dd4145ed5a7e 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.5+dfsg-1~bpo12+1_armhf.deb Package: qgis-server-common Source: qgis Version: 3.40.5+dfsg-1~bpo12+1 Installed-Size: 4017 Maintainer: Debian GIS Project Architecture: all Replaces: qgis-server (<< 3.16) Breaks: qgis-server (<< 3.16) Size: 3561652 SHA256: 2ab3dccfe03fa862dafaf820d251ef817802e7f7cfd1088ac8e0ba68d0a8ef42 SHA1: cf3ee8b5c21f1be87fdbf2243b1c2302257350fb MD5sum: 5d2c0c00c7591a21d92c439257df9161 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.5+dfsg-1~bpo12+1_all.deb Package: qgis-server-dummy Source: qgis Version: 3.34.15+dfsg-1~bpo12+1 Installed-Size: 3245 Maintainer: Debian GIS Project Architecture: armhf Replaces: qgis-server (<< 3.16) Depends: qgis-server-bin (= 3.34.15+dfsg-1~bpo12+1), libc6 (>= 2.4), libgcc-s1 (>= 3.5), libqgis-server3.34.15 (>= 3.34.15+dfsg), libqt5core5a (>= 5.0.2), libstdc++6 (>= 5) Breaks: qgis-server (<< 3.16) Size: 3193720 SHA256: dc4d5ee5575e20ef795e5673c10ec4f8a31ca2d45538bb2b1777e49ba933a980 SHA1: 2fd6ffb24c8c87277d6717489536506a02aa4dd1 MD5sum: d73454f3c7dc77bf5407286bf6ad64e5 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_armhf.deb Package: qgis-server-landingpage Source: qgis Version: 3.40.5+dfsg-1~bpo12+1 Installed-Size: 3567 Maintainer: Debian GIS Project Architecture: armhf Replaces: qgis-server (<< 3.16) Depends: qgis-server-bin (= 3.40.5+dfsg-1~bpo12+1), libc6 (>= 2.34), libgcc-s1 (>= 3.5), libqgis-core3.40.5 (>= 3.40.5+dfsg), libqgis-server3.40.5 (>= 3.40.5+dfsg), libqt5core5a (>= 5.15.1), libqt5webkit5 (>= 5.212.0~alpha3), libqt5xml5 (>= 5.0.2), libstdc++6 (>= 11) Breaks: qgis-server (<< 3.16) Size: 3442620 SHA256: 6a663154857b189dec2c6d7a623a38b7525aee2a0c352e7dda9675920be9250c SHA1: 4b352e45251bd186e627453bcffa40a1b18c79ce MD5sum: 8fbcaf587cafea50d0826837f667806f 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.5+dfsg-1~bpo12+1_armhf.deb Package: qgis-server-wcs Source: qgis Version: 3.40.5+dfsg-1~bpo12+1 Installed-Size: 3488 Maintainer: Debian GIS Project Architecture: armhf Replaces: qgis-server (<< 3.16) Depends: qgis-server-bin (= 3.40.5+dfsg-1~bpo12+1), libc6 (>= 2.29), libgcc-s1 (>= 3.5), libqgis-core3.40.5 (>= 3.40.5+dfsg), libqgis-server3.40.5 (>= 3.40.5+dfsg), libqt5core5a (>= 5.15.1), libqt5xml5 (>= 5.0.2), libstdc++6 (>= 5) Breaks: qgis-server (<< 3.16) Size: 3402176 SHA256: b2e8dfc78037aff8e22d9f2c8cbf6a500e480ff7aa0b1fb95fab4cb1b737b3a2 SHA1: b1eed84324342a64f23dacd6c631753fdb327fc8 MD5sum: 3199f22cf718f1e23f435d49bc1e7892 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.5+dfsg-1~bpo12+1_armhf.deb Package: qgis-server-wfs Source: qgis Version: 3.40.5+dfsg-1~bpo12+1 Installed-Size: 3748 Maintainer: Debian GIS Project Architecture: armhf Replaces: qgis-server (<< 3.16) Depends: qgis-server-bin (= 3.40.5+dfsg-1~bpo12+1), libc6 (>= 2.32), libgcc-s1 (>= 3.5), libqgis-core3.40.5 (>= 3.40.5+dfsg), libqgis-server3.40.5 (>= 3.40.5+dfsg), libqt5core5a (>= 5.15.1), libqt5webkit5 (>= 5.212.0~alpha3), libqt5xml5 (>= 5.0.2), libstdc++6 (>= 5.2) Breaks: qgis-server (<< 3.16) Size: 3503832 SHA256: ce9e267186018738638b309e3d4aa1f80b25f0e48810685c3fbae7a67dc1a136 SHA1: 4db45353892c1f10fcf22be880a452d070650143 MD5sum: 6f44325db670718dfd56366ee48c5086 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.5+dfsg-1~bpo12+1_armhf.deb Package: qgis-server-wfs3 Source: qgis Version: 3.40.5+dfsg-1~bpo12+1 Installed-Size: 3752 Maintainer: Debian GIS Project Architecture: armhf Replaces: qgis-server (<< 3.16) Depends: qgis-server-bin (= 3.40.5+dfsg-1~bpo12+1), libc6 (>= 2.32), libgcc-s1 (>= 3.5), libqgis-core3.40.5 (>= 3.40.5+dfsg), libqgis-server3.40.5 (>= 3.40.5+dfsg), libqt5core5a (>= 5.14.1), libqt5webkit5 (>= 5.212.0~alpha3), libstdc++6 (>= 11) Breaks: qgis-server (<< 3.16) Size: 3525696 SHA256: 9cf4137b26a4c295e5ca62c520276954edc6dea50a55e59594acb6d378752fca SHA1: 51b87733f719713f3ba3f5d7801052e66056254f MD5sum: 0de2549d420389a15d8554189ecd861a 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.5+dfsg-1~bpo12+1_armhf.deb Package: qgis-server-wms Source: qgis Version: 3.40.5+dfsg-1~bpo12+1 Installed-Size: 3976 Maintainer: Debian GIS Project Architecture: armhf Replaces: qgis-server (<< 3.16) Depends: qgis-server-bin (= 3.40.5+dfsg-1~bpo12+1), libc6 (>= 2.32), libgcc-s1 (>= 3.5), libqgis-core3.40.5 (>= 3.40.5+dfsg), libqgis-server3.40.5 (>= 3.40.5+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: 3602928 SHA256: f51d79f46c5e3847bbee2539ab69905dafa5fe3f9430385455ed6be69523d10f SHA1: 4c873c5120380fb806e374d91d9759033d27a268 MD5sum: a887356ac8152ee408b681e59d6c978a 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.5+dfsg-1~bpo12+1_armhf.deb Package: qgis-server-wmts Source: qgis Version: 3.40.5+dfsg-1~bpo12+1 Installed-Size: 3548 Maintainer: Debian GIS Project Architecture: armhf Replaces: qgis-server (<< 3.16) Depends: qgis-server-bin (= 3.40.5+dfsg-1~bpo12+1), libc6 (>= 2.29), libgcc-s1 (>= 3.5), libqgis-core3.40.5 (>= 3.40.5+dfsg), libqgis-server3.40.5 (>= 3.40.5+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: 3425488 SHA256: 40a36ecc1a7ceb27e5c3ec605b8af229ff1426aa7f425ee84dfeeeb3f320e4ee SHA1: 0dcd45de647550e80031f98b4bc0b740e3331bf9 MD5sum: 9b5c6fe5546a1ea4c142f39273eedfef 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.5+dfsg-1~bpo12+1_armhf.deb Package: qgis-sip Source: qgis Version: 3.40.5+dfsg-1~bpo12+1 Installed-Size: 12979 Maintainer: Debian GIS Project Architecture: all Size: 4386476 SHA256: c27b9e88de9652c1a7d33a19f0380386238b93a449fe87e053bf7929a9f9fc13 SHA1: 3a218f532cfef98ffbe73c0e41e78a48807ba8ec MD5sum: 1b7d8713c16184671e413e37bd984592 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.5+dfsg-1~bpo12+1_all.deb Package: qmapshack Version: 1.17.1-1~bpo12+1 Installed-Size: 56118 Maintainer: Debian GIS Project Architecture: armhf Depends: libqt5sql5-sqlite, libalglib3.19 (>= 3.19.0), libc6 (>= 2.36), libgcc-s1 (>= 3.5), 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: 48906492 SHA256: b893e2383f30f878e269223bab0fc235f1b1c74b88326f7e9ca89a9c8ab543be SHA1: 7c39f4a17d7ee401fc4d3ce568805cebc4b303a4 MD5sum: 36be723f03d392321ff4594a80850375 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_armhf.deb Package: qml-module-qtquick-pdf Source: qtwebengine-opensource-src Version: 5.15.18+dfsg-2~bpo12+1 Installed-Size: 326 Maintainer: Debian Qt/KDE Maintainers Architecture: armhf 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.4), 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: 93332 SHA256: 73d19f37bd6facb6f92c212c0be8b483b13f79b70ae12b9e0c612b73bbbe33af SHA1: 317db63b3da94d1a97de118a6ca626b93f2e33b9 MD5sum: 73ce7133eea0508beb38b57a24938b25 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_armhf.deb Package: qml-module-qtwebengine Source: qtwebengine-opensource-src Version: 5.15.18+dfsg-2~bpo12+1 Installed-Size: 392 Maintainer: Debian Qt/KDE Maintainers Architecture: armhf Depends: qml-module-qtquick2, libc6 (>= 2.4), 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: 73004 SHA256: 483a32e2e7842428de0ad0a0335d1c2021ff76ee5ce9d6b158da8cb3a86aa1f9 SHA1: ab6fd2bfab9d2a3893931c57741fae39615534da MD5sum: 17da0a71ba739b185201ce041e36c5e8 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_armhf.deb Package: qml6-module-qtwayland-client-texturesharing Source: qt6-wayland Version: 6.4.2-5~bpo12+1 Installed-Size: 65 Maintainer: Debian Qt/KDE Maintainers Architecture: armhf Depends: libc6 (>= 2.4), 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: 20968 SHA256: a196223be908c4e368263dd39c509dcfcd8b127a728e5d4f272f421120304d18 SHA1: a2e9a39fab09b4d770483c4b861d24b8bf239a94 MD5sum: 815008b2a508e254c4ba52826d29fce1 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_armhf.deb Package: qml6-module-qtwayland-compositor Source: qt6-wayland Version: 6.4.2-5~bpo12+1 Installed-Size: 370 Maintainer: Debian Qt/KDE Maintainers Architecture: armhf Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.5), 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: 72064 SHA256: ebf6fbc6111b0d78e473ef6f268ab82044d771ca8ff39156e8a98a87ece7f668 SHA1: 47a710d34a62df1f06838f9bba0c48c406c4a39b MD5sum: 64420bc07b4136387baaabbdad27082b 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_armhf.deb Package: qt5-image-formats-plugin-pdf Source: qtwebengine-opensource-src Version: 5.15.18+dfsg-2~bpo12+1 Installed-Size: 186 Maintainer: Debian Qt/KDE Maintainers Architecture: armhf Depends: libc6 (>= 2.4), libqt5core5a (>= 5.4.0), libqt5gui5 (>= 5.9.0~beta) | libqt5gui5-gles (>= 5.9.0~beta), libqt5pdf5 (>= 5.15.1), libstdc++6 (>= 5) Size: 47772 SHA256: 51c8137993d62e534359f4352ca97a87eab234071f2f8525d792b671aa064822 SHA1: db47399c94ea838d2b91ab11feb27457c3a4be43 MD5sum: 95e6778f9bab0d3f3da29462c5685858 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_armhf.deb Package: qt6-wayland Version: 6.4.2-5~bpo12+1 Installed-Size: 432 Maintainer: Debian Qt/KDE Maintainers Architecture: armhf Depends: libc6 (>= 2.28), libegl1, libgcc-s1 (>= 3.5), 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: 96080 SHA256: 46e8b04851536b50d7caf3483f86fe61228d1b56aedeb328a3594d69cf1c12bd SHA1: 1f7b73bbd0837ff0631c474dba2b4ff0c9c66a1a MD5sum: 159d46a4ade57fda1984e7e9a0f77a0b 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_armhf.deb Package: qt6-wayland-dev Source: qt6-wayland Version: 6.4.2-5~bpo12+1 Installed-Size: 859 Maintainer: Debian Qt/KDE Maintainers Architecture: armhf 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: 55752 SHA256: 19390b4dd713c6938a43d08a56ac0bc53b2c5d4c4f4f8fc4be4573c56dc828f9 SHA1: c843fed8f668fdc74f85319d18f67a48d2af7aba MD5sum: a395ac5e6e3b592be11a969c7834cb28 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_armhf.deb Package: qt6-wayland-dev-tools Source: qt6-wayland Version: 6.4.2-5~bpo12+1 Installed-Size: 76 Maintainer: Debian Qt/KDE Maintainers Architecture: armhf Depends: libc6 (>= 2.34), libqt6core6 (>= 6.4.2+dfsg~), libstdc++6 (>= 5) Size: 26388 SHA256: 29da31c8977e3df64ae46bde5a2ebc62263f9b98f407024df41c410792527810 SHA1: 9fbb5e096953bf5fdc8ca773c5e865e0cb70b42e MD5sum: 8d3f8e4e9800b17a0d08f86e7ca94784 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_armhf.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: armhf 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: 163488 SHA256: 60fa4c9d121459fc4a435c5106ded2b1dd2d59c7b9b0ebd3a79caa285e3c08c2 SHA1: 4c1edc203bca8f9a010fea07db54967b7cbdaf25 MD5sum: c81bb186b29392a9f1eeecbbe2b75fef 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_armhf.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: armhf Depends: libqt5pdf5 (= 5.15.18+dfsg-2~bpo12+1), libqt5pdfwidgets5 (= 5.15.18+dfsg-2~bpo12+1), qtbase5-dev Size: 52496 SHA256: eefb751a23aceae98c1423f94c17f814602c73aa9f37e83a91e1b496b3b4b1cd SHA1: 0b632c7c2e792c98e4935fdab873097d9aa3c06b MD5sum: 8d8b3c10f53f8280828f5598e1217801 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_armhf.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: 713 Maintainer: Debian Qt/KDE Maintainers Architecture: armhf 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: 151744 SHA256: 328fe6d02dd2ca90961d4d4fb1f83bb871e2169e97dbb4cffe27c1c367998ab9 SHA1: 3ca31690cec52ab6f98fce8aa1796644e699fb61 MD5sum: 18f6b93f1d3cee8a2bfe05e92acf1ee6 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_armhf.deb Package: qtwebengine5-dev Source: qtwebengine-opensource-src Version: 5.15.18+dfsg-2~bpo12+1 Installed-Size: 434 Maintainer: Debian Qt/KDE Maintainers Architecture: armhf 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.4), libqt5core5a (>= 5.0.2), libqt5gui5 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libqt5widgets5 (>= 5.0.2), libstdc++6 (>= 5) Recommends: qtwebengine5-doc Size: 70932 SHA256: b1d5769e565f4f75ab5b6827f9944c4099d2942ed5f41a6bdaa4ed4e0370e170 SHA1: fa2f6f666e3699880f00b13d76fba48de246f89a MD5sum: ad15dea2465c23c35ab9571e814f9b14 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_armhf.deb Package: qtwebengine5-dev-tools Source: qtwebengine-opensource-src Version: 5.15.18+dfsg-2~bpo12+1 Installed-Size: 668 Maintainer: Debian Qt/KDE Maintainers Architecture: armhf Depends: qtchooser, libc6 (>= 2.34), libevent-2.1-7 (>= 2.1.8-stable), libgcc-s1 (>= 3.5), libicu72 (>= 72.1~rc-1~), libqt5core5a (>= 5.10.0), libstdc++6 (>= 11), zlib1g (>= 1:1.1.4) Size: 213648 SHA256: 367df93504e741e4c35ac606470c7322f96450a29d1f85d33b235df9a97ba4db SHA1: 1d011a5634c73821c8155b2563b02b968d35c17c MD5sum: 33a9076d1905731a77244280e853261a 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_armhf.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: 2353 Maintainer: Debian Qt/KDE Maintainers Architecture: armhf 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), libgcc-s1 (>= 3.5), 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: 610876 SHA256: 2c6e612529e75b95f6d4dc5ecadd53220a5d2d1af0b2baff0cb2a6aa89f1fd7b SHA1: 75d5970a4fec8c3dbbe9a3b2dcc6b8d712f8067e MD5sum: 63dbac12168128f5077522081e163e87 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_armhf.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: armhf Depends: qtwebengine5-dev (= 5.15.18+dfsg-2~bpo12+1) Size: 63008 SHA256: c8ff53bd5973352905acf19fcf5e54362bfdd42600174e3b9fd2de49a19339e4 SHA1: fb179c9e2b42e1fb7b0bbb9fc4227a840bbf916b MD5sum: 1a97c9ad3fcedfe2e04b1dfb6ecbc15d 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_armhf.deb Package: racket Version: 8.14+dfsg1-1~bpo12+1 Installed-Size: 382225 Maintainer: David Bremner Architecture: armhf 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: 114734792 SHA256: a2d61951569f72878d14c6c66a50daa3b489fa909759bb1225169bf1f74c2a09 SHA1: 73822802d0601b6afa9c5bcad125f5b7aa5631e2 MD5sum: edab85ac1727c4a9d7359518f06818e9 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_armhf.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: 1856 Maintainer: Debian Security Tools Architecture: armhf Depends: libc6 (>= 2.34), libradare2-5.0.0t64 (>= 5.9.4+dfsg) Recommends: libradare2-dev Size: 167924 SHA256: 80bab15a83ff829d446aef1674266dacf1ef525437d55d19e660a5bc0c668fb0 SHA1: 697fb219459654932893655e3abf0d31ff8d87d6 MD5sum: 97f8b3e5aa66b7b3c903a07b8084d4dc 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_armhf.deb Package: radsecproxy Version: 1.11.2-1~bpo12+1 Installed-Size: 224 Maintainer: Sven Hartge Architecture: armhf Provides: radius-server Depends: adduser, libc6 (>= 2.34), libnettle8, libssl3 (>= 3.0.0) Pre-Depends: init-system-helpers (>= 1.54~) Size: 100452 SHA256: f3786f8f88cba2a675d27036b76cc3fbf4b4285cc229412f6ed12be8b51451cc SHA1: 68915a84fa625afacde601ccc166b2a8d72135c1 MD5sum: c667750d8e81e842f70f4c97949b9dbe 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_armhf.deb Package: radvd Version: 1:2.20-1~bpo12+1 Installed-Size: 151 Maintainer: Geert Stappers Architecture: armhf Depends: libbsd0 (>= 0.0), libc6 (>= 2.34), adduser Size: 72120 SHA256: 37e588e67cdda9327912ba30a9405114f22edfd8f79e2e0e6454b70d8fb7177e SHA1: bb94ef77898113fc1e10f06c74955379696d2047 MD5sum: da1c17069ee4c615128aecf15832e68e 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_armhf.deb Package: radvdump Source: radvd Version: 1:2.20-1~bpo12+1 Installed-Size: 48 Maintainer: Geert Stappers Architecture: armhf Depends: libc6 (>= 2.34) Conflicts: radvd (<= 1:2.16-1) Size: 26024 SHA256: 6456761d5250de84c59fc8f342903c8e4424a3ede33a7017e397c711c9ae3e09 SHA1: 5bae9a177dcb056343d5461f84dd07078627a5e8 MD5sum: ce0cf5f6063c2d5ff8ffd8c2d9946aab 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_armhf.deb Package: rasdaemon Version: 0.8.1-3~bpo12+1 Installed-Size: 368 Maintainer: Taihsiang Ho (tai271828) Architecture: armhf 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: 110436 SHA256: 73e3a2fb50fc8f2f74d6ae0b9e0fd1b08000b14927fc33757753dc8c1ed04a08 SHA1: 6ae9d20a482412e63e7c89b4bf91e23b0c29b748 MD5sum: 1ec4cf378fb984d23e773d5e14d3ad2a 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_armhf.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: armhf Depends: redict-tools (= 7.3.2+ds-1~bpo12+1) Pre-Depends: init-system-helpers (>= 1.54~) Size: 13104 SHA256: c8457b27a021f9052d6e1f275200af3097e8f031cf4ebb4389a77da2c389ea8d SHA1: 38397e5f39207d47f5d1a2105c6921a6dad5d301 MD5sum: 8d8b6215bf45261ee00efdea2031b14e 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_armhf.deb Package: redict-server Source: redict Version: 7.3.2+ds-1~bpo12+1 Installed-Size: 156 Maintainer: Debian Redict Maintainers Architecture: armhf Depends: redict-tools (= 7.3.2+ds-1~bpo12+1) Pre-Depends: init-system-helpers (>= 1.54~) Size: 41168 SHA256: 7a3f0b77e2c5765f716fe369cdc89a4b019e6daf4462e1c27e45c7b207dae59f SHA1: 8cddbb83d66583707fd5e9b9d298efe1bd5057ed MD5sum: 414026d81fc21116a03c675028076a81 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_armhf.deb Package: redict-tools Source: redict Version: 7.3.2+ds-1~bpo12+1 Installed-Size: 4197 Maintainer: Debian Redict Maintainers Architecture: armhf Depends: systemd | systemd-standalone-sysusers | systemd-sysusers, libatomic1 (>= 4.8), libc6 (>= 2.34), libgcc-s1 (>= 3.5), libhiredict1.3.1 (>= 1.3.1), libjemalloc2 (>= 3.5.0), liblzf1 (>= 1.5), libssl3 (>= 3.0.0), libsystemd0 Suggests: ruby-redis Size: 959688 SHA256: 554bb267d93f45ccc49b2ef76e59df08ee0487ae92bb52b8166f2e71c9dae8d3 SHA1: e5bd822cb03e60c92ae003dac46d22fca461b554 MD5sum: 8e07868c293185ff3ca44cc8e154eafb 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_armhf.deb Package: rednotebook Version: 2.38+ds-1~bpo12+1 Installed-Size: 2009 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: 405668 SHA256: 6a0c9d45de67720ee16b8a9134a3ccf4d6d1da88036f37c80f990ebe0570654e SHA1: dad628c3acd75d43016b638964e90b0b899ca829 MD5sum: 4965ed0e000dcf0f5ce256c85bf8ac0a 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.38+ds-1~bpo12+1_all.deb Package: registry-tools Source: samba Version: 2:4.21.5+dfsg-1~bpo12+1 Installed-Size: 132 Maintainer: Debian Samba Maintainers Architecture: armhf Depends: samba-libs (= 2:4.21.5+dfsg-1~bpo12+1), libc6 (>= 2.34), libndr5 (>= 2:4.17.2), libpopt0 (>= 1.14), libreadline8 (>= 6.0), libtalloc2 (>= 2.0.4~git20101213) Size: 62452 SHA256: 1b3fb801301a929ab2506b0dddcf5b8a348c3a9bb48853517c24ac4819b8e05c SHA1: da384ed91385a545528dc5627bf1312e744ed311 MD5sum: fb5e9b426267b62cdf11034ffed357ca 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.21.5+dfsg-1~bpo12+1_armhf.deb Package: reiserfsprogs Version: 1:3.6.27-8~bpo12+1 Installed-Size: 383 Maintainer: Felix Zielcke Architecture: armhf 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: 139748 SHA256: 234354890b1b8d98a1779e62972fab2965a60496cb869d82bfc42584063ca906 SHA1: 615036180b182d8a02341dd6f8a4ec2c63557e24 MD5sum: 32d6134753a1ea30ec26a3ca77ce5d49 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_armhf.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: 22157 Maintainer: Debian Go Packaging Team Architecture: armhf 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.5), libqt6core6 (>= 6.4.0), libqt6gui6 (>= 6.1.2), libqt6qml6 (>= 6.2.0), libqt6widgets6 (>= 6.1.2), libstdc++6 (>= 5.2) Recommends: qt6-wayland Size: 8931184 SHA256: 95ea66758fa268cb3292bab547cd808e2f9e70b74c52d35d678f90cc0e3adb59 SHA1: 630f93dcbac1f93e32712e52cdc46fef4bdf739e MD5sum: 542d974ed215c235b57b3babd86bd52d 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_armhf.deb Package: rmail Source: sendmail Version: 8.18.1-6~bpo12+1 Installed-Size: 275 Maintainer: Debian QA Group Architecture: armhf 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: 242156 SHA256: 5b5455ee4e015ecbe7d91ba595efd23a4eda67005d86c36c88dda6f541a53bd7 SHA1: 3e8fa5d691efe9f686c0d97e5d2dbacb0ea23c25 MD5sum: 1eae5f34452ff470dc08ff824b878429 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_armhf.deb Package: routino Version: 3.4.2-1~bpo12+1 Installed-Size: 1170 Maintainer: Debian GIS Project Architecture: armhf Depends: routino-common (= 3.4.2-1~bpo12+1), libbz2-1.0, libc6 (>= 2.34), libroutino-slim0 (>= 3.1), libroutino0 (>= 3.1), zlib1g (>= 1:1.1.4) Size: 407284 SHA256: ab463bff96fca6d5e58615273d65284044f9f395c1f919e735463a3e20e854bf SHA1: cb7e3d1e24605539b318dbbf06647a1241d9b774 MD5sum: 2bf1295523cd3eb7e177b9b19c1b687b 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.2-1~bpo12+1_armhf.deb Package: routino-common Source: routino Version: 3.4.2-1~bpo12+1 Installed-Size: 376 Maintainer: Debian GIS Project Architecture: all Replaces: routino (<< 3.0-2~) Breaks: routino (<< 3.0-2~) Size: 108068 SHA256: 2360ec874c01039f4c5dbf622e69d7cbc34b122b2ad204ba746e86d6f8cdcad2 SHA1: 8d0ef3fe0611e2ad527404ec200953393ecc1923 MD5sum: a2a26766ed71365874709e821945f7b8 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.2-1~bpo12+1_all.deb Package: routino-www Source: routino Version: 3.4.2-1~bpo12+1 Installed-Size: 1379 Maintainer: Debian GIS Project Architecture: all Depends: apache2 | httpd, libjs-leaflet, javascript-common, routino, sensible-utils, perl:any Size: 207316 SHA256: 82051a8a31249212789b210aea5292503ce3341f82d65c6c3effead8e521b29b SHA1: 624593a9d36e8dc0b7af09f8723f06d23a1d80c8 MD5sum: 8fb4694d91a25c3feb65efb287a776a3 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.2-1~bpo12+1_all.deb Package: rpki-client Version: 9.0-1~bpo12+1 Installed-Size: 267 Maintainer: Marco d'Itri Architecture: armhf 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, adduser, rsync, rpki-trust-anchors Size: 116236 SHA256: bfcce4c825e9b7db725baa55375b25e297b30c8104d779e375cb96392ee06094 SHA1: d2f294f95b7e705053c05b11dc74a92e2829debc MD5sum: 866a9692e15fa8aea85335fdd67306b5 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.0-1~bpo12+1_armhf.deb Package: rtla Source: linux Version: 6.6.13-1~bpo12+1 Installed-Size: 839 Maintainer: Debian Kernel Team Architecture: armhf Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.5), libtraceevent1 (>= 5.4), libtracefs1 (>= 1.3.0) Size: 795876 SHA256: 0c40faed555191ca2e8d9971a4a715d8c6ba4310e176ee2fdc96d6f56ab6d9bb SHA1: 51f26dab5eb806e267c8b6811889a012937c82a2 MD5sum: df3ee3b224bcb696f76f45158c06bc08 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_armhf.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: 62 Maintainer: Carl Worth Architecture: armhf Depends: libc6 (>= 2.4), libnotmuch5 (>= 0.32~rc0), libruby3.1 (>= 3.1.2), libtalloc2 (>= 2.0.4~git20101213) Size: 18128 SHA256: 1fe001e571927bdff9d3a63da26d3bc8ca60718d55af1bec873f7c6bb48ac9c5 SHA1: 5e8911b3aac21cf1c2fc211d95dc01816d7a5eac MD5sum: 28181fa7de22b6738c1fd6318891cf57 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_armhf.deb Package: samba Version: 2:4.21.5+dfsg-1~bpo12+1 Installed-Size: 4158 Maintainer: Debian Samba Maintainers Architecture: armhf Replaces: samba-libs (<< 2:4.19.0~), samba-vfs-modules (<< 2:4.20.2+dfsg-3~) Depends: passwd, procps, samba-common (= 2:4.21.5+dfsg-1~bpo12+1), samba-common-bin (= 2:4.21.5+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), libndr5 (>= 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.21.5+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.21.5+dfsg), samba-libs (<< 2:4.19.0~), samba-vfs-modules (<< 2:4.20.2+dfsg-3~) Size: 1223120 SHA256: 7ab0ca8d2edcf142cec08c63d4a6192ea195438382e08d373bae5f45c27e3aaf SHA1: 45286b673f59ba9186500341133ddae40054e795 MD5sum: 25c37474782b054c6e512ea7c53a954f 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.21.5+dfsg-1~bpo12+1_armhf.deb Package: samba-ad-dc Source: samba Version: 2:4.21.5+dfsg-1~bpo12+1 Installed-Size: 187 Maintainer: Debian Samba Maintainers Architecture: armhf Replaces: samba-common-bin (<< 2:4.20.1+dfsg-2~) Depends: samba (= 2:4.21.5+dfsg-1~bpo12+1), python3-samba (= 2:4.21.5+dfsg-1~bpo12+1), python3-dnspython, samba-dsdb-modules (= 2:4.21.5+dfsg-1~bpo12+1), winbind (= 2:4.21.5+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.21.5+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.21.5+dfsg), samba-common-bin (<< 2:4.20.1+dfsg-2~) Size: 74916 SHA256: ffecbedc16d8236a65d693807cbb2bcd3c039139569d8fe47662979039f43b05 SHA1: 1cc2579c9f372c5f7fe2e1fd448d608b1b021d6e MD5sum: 96d36a57d4083e33d3689a7e41961ebb 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.21.5+dfsg-1~bpo12+1_armhf.deb Package: samba-ad-provision Source: samba Version: 2:4.21.5+dfsg-1~bpo12+1 Installed-Size: 17388 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: 503360 SHA256: 0159ad9c481408bfcea438ddb2fc502c6610321fd86487330a930f1eec7dcdf5 SHA1: 6eb4afc0c71a3f86a8510c4c371103db950fa473 MD5sum: ea0a2a8856d328dbe5c47c3a9838c186 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.21.5+dfsg-1~bpo12+1_all.deb Package: samba-common Source: samba Version: 2:4.21.5+dfsg-1~bpo12+1 Installed-Size: 121 Maintainer: Debian Samba Maintainers Architecture: all Depends: ucf Recommends: samba-common-bin Size: 63704 SHA256: fd88fbd47e30a9ef89abef90d52f4eb0a76334848cd2fce1a952465706c0cc4b SHA1: 77e436c4e6e87d4100055f8063efd11d813dc07e MD5sum: 95640ce80ab6abdaa8633995a4aa2532 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.21.5+dfsg-1~bpo12+1_all.deb Package: samba-common-bin Source: samba Version: 2:4.21.5+dfsg-1~bpo12+1 Installed-Size: 3736 Maintainer: Debian Samba Maintainers Architecture: armhf 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.21.5+dfsg-1~bpo12+1) Depends: samba-common (= 2:4.21.5+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), libndr5 (>= 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.21.5+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: 1220384 SHA256: cb9d756d61631fe32631dbd6ee5c0adb53b9b0627230a0c21d283f7997a52aba SHA1: f6af52fc2d222e5f91001b6290e0acc0433e35ac MD5sum: 7bdcd85fbc3446e1d6723cdd2a5fe5f3 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.21.5+dfsg-1~bpo12+1_armhf.deb Package: samba-dev Source: samba Version: 2:4.21.5+dfsg-1~bpo12+1 Installed-Size: 1426 Maintainer: Debian Samba Maintainers Architecture: armhf 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.21.5+dfsg-1~bpo12+1) Breaks: libwbclient-dev (<< 2:4.16.1+dfsg-7~) Size: 204676 SHA256: 4df302b9c2d7adc990892cf945ae2b9b09af8bce134f5fd8f956d775bf49e051 SHA1: 4a296af0bfc949a8721f61565c971d916d8ec3a6 MD5sum: 9970ce78099f8f277bdd6e03c887c73a 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.21.5+dfsg-1~bpo12+1_armhf.deb Package: samba-dsdb-modules Source: samba Version: 2:4.21.5+dfsg-1~bpo12+1 Installed-Size: 1071 Maintainer: Debian Samba Maintainers Architecture: armhf Depends: samba-libs (= 2:4.21.5+dfsg-1~bpo12+1), libldb2 (= 2:2.10.0+samba4.21.5+dfsg-1~bpo12+1), libbsd0 (>= 0.0), libc6 (>= 2.33), libgnutls30 (>= 3.7.0), libgpgme11 (>= 1.2.0), libndr5 (>= 2:4.20.0~rc1), libtalloc2 (>= 2.0.4~git20101213), libtdb1 (>= 1.3.14), libtevent0 (>= 0.15.0) Enhances: libldb2 Size: 304656 SHA256: 1d05668453dc05376d71ffb885893614724e7df9663042925dabac5c66f61d63 SHA1: d22876b63e9dae380f138c95902f4f7cd117dd53 MD5sum: 6cf2e7bf6b59ab1a0ac43b3b696b8392 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.21.5+dfsg-1~bpo12+1_armhf.deb Package: samba-libs Source: samba Version: 2:4.21.5+dfsg-1~bpo12+1 Installed-Size: 18025 Maintainer: Debian Samba Maintainers Architecture: armhf Replaces: libwbclient0 (<< 2:4.16.1+dfsg-7~), samba (<< 2:4.17.0+dfsg-2~) Provides: libndr5 (= 2:4.21.5+dfsg-1~bpo12+1), libsmbldap2 (= 2:4.21.5+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.10.0+samba4.21.5+dfsg-1~bpo12+1), libpam0g (>= 0.99.7.1), libpopt0 (>= 1.14), libsystemd0, libtalloc2 (>= 2:2.4.2+samba4.21.5+dfsg-1~bpo12+1), libtdb1 (>= 2:1.4.12+samba4.21.5+dfsg-1~bpo12+1), libtevent0 (>= 2:0.16.1+samba4.21.5+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: 5304232 SHA256: d899dfa1213e21e72b6f90d348cc155d6be21c751129fa4f00f512ad9f2cbf49 SHA1: 43204aab4256efdc9660cd700643120fa5d49d90 MD5sum: 85c3f0489a479117357ada46f438f707 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.21.5+dfsg-1~bpo12+1_armhf.deb Package: samba-testsuite Source: samba Version: 2:4.21.5+dfsg-1~bpo12+1 Installed-Size: 8300 Maintainer: Debian Samba Maintainers Architecture: armhf Replaces: samba-libs (<< 2:4.19.0~) Depends: samba-common-bin, samba-libs (= 2:4.21.5+dfsg-1~bpo12+1), libbsd0 (>= 0.4.0), libc6 (>= 2.34), libgnutls30 (>= 3.7.0), libldb2 (>= 2:2.8.0), libndr5 (>= 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.21.5+dfsg-1~bpo12+1), winbind (= 2:4.21.5+dfsg-1~bpo12+1) Suggests: subunit Breaks: samba-libs (<< 2:4.19.0~) Size: 2222140 SHA256: d88325476d6980b57d5c256ac533f066b2c3e3464367940cdaacf6488e9f9e34 SHA1: 0d72872fbae5338a2a049c0a2bfd3975becfe6ba MD5sum: 45c5a90a590b52bcb910fd2c2e8abc7a 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.21.5+dfsg-1~bpo12+1_armhf.deb Package: samba-vfs-modules Source: samba Version: 2:4.21.5+dfsg-1~bpo12+1 Installed-Size: 62 Maintainer: Debian Samba Maintainers Architecture: armhf Size: 42684 SHA256: a4ff1950563ffb4562b13fcfa339fda46081bf8431fa8ee42326e28eb80bfaa0 SHA1: 66c0293fa782d0405b0f1b430ab50718639292fe MD5sum: 43972585147dbf8b7198c5076764186f 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.21.5+dfsg-1~bpo12+1_armhf.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: 114 Maintainer: Joao Eriberto Mota Filho Architecture: armhf Depends: libc6 (>= 2.34), libimlib2 (>= 1.4.5), libx11-6, libxcomposite1 (>= 1:0.4.5), libxext6, libxfixes3, libxinerama1 (>= 2:1.1.4) Size: 75348 SHA256: 9f6f71c51f116b3fea28ba3688459cf8da82b58a54eed0f913dd22e13fd2d3e0 SHA1: 243687573a1ae72b2bab1f10875b2a4df8396b17 MD5sum: 0c6f4cfc5b8929523f010a51978f0dea 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_armhf.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: 1380 Maintainer: Debian QA Group Architecture: armhf 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: 668488 SHA256: ee2205d24c4d6c4103eccae076f12847b49af29d4582d138870484728b05e197 SHA1: 3193396e31c81a3c9a1820d1543947d64ea46561 MD5sum: f5503864ae81e4f5df3e1798cf576f34 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_armhf.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: 242 Maintainer: Debian QA Group Architecture: armhf Depends: sendmail-bin | mail-transport-agent, procmail | maildrop | deliver, libc6 (>= 2.34) Size: 221420 SHA256: 4984601aeca6176814a0e57ad75db8422f68d704d53784c2824d8814375e0a00 SHA1: 891b08ccff07ce0f17dbcbf38de3a4fa64916322 MD5sum: 12c46ea6db446e1c5972536da7d11fb1 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_armhf.deb Package: ser2net Version: 4.6.2-1~bpo12+1 Installed-Size: 181 Maintainer: Marc Haber Architecture: armhf 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: 84752 SHA256: 4dfaa33a00ec44e02319d32989f95a56b38cd66f60b6c1423232b45247babc58 SHA1: 44766832b750014d092772d9caec58968212f038 MD5sum: 7610a9a26862c724c30f514868a5f73a 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_armhf.deb Package: sigsum-go Version: 0.11.1-1~bpo12+1 Installed-Size: 22278 Maintainer: Debian Go Packaging Team Architecture: armhf Depends: libc6 (>= 2.34) Size: 3541108 SHA256: a964b7597febdc097a925b599dcee2651adaa121b7c3d0c986d32dfcab1b4b34 SHA1: 5ebaa2f077a4c150354f059e51d30ede8fec4dd2 MD5sum: ad8554090b3ab4be42a5be3c98f3341a 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_armhf.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: 1711 Maintainer: Dmitry Smirnov Architecture: armhf Depends: debianutils (>= 2.2), sysvinit-utils (>= 3.05-4~), libc6 (>= 2.34), libcap-ng0 (>= 0.7.9), libgcc-s1 (>= 3.5), libselinux1 (>= 3.1~), libstdc++6 (>= 11), libsystemd0 Suggests: gsmartcontrol, smart-notifier, mailx | mailutils, curl | wget | lynx, gpg Conflicts: smartsuite, ucsc-smartsuite Size: 574376 SHA256: 48a3fbb99ae5ecb522e3c029c81857780a35c5e68fb661ac8541fb0eb6b40ca0 SHA1: 4570de5321abc6a1e39cc05fa7bc411ffb4bcd14 MD5sum: bd067951f11c9fcceea911968076854a 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_armhf.deb Package: smbclient Source: samba Version: 2:4.21.5+dfsg-1~bpo12+1 Installed-Size: 1552 Maintainer: Debian Samba Maintainers Architecture: armhf Provides: samba-client Depends: samba-common (= 2:4.21.5+dfsg-1~bpo12+1), samba-libs (= 2:4.21.5+dfsg-1~bpo12+1), libarchive13 (>= 3.0.4), libbsd0 (>= 0.0), libc6 (>= 2.34), libgnutls30 (>= 3.7.0), libndr5 (>= 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: 436816 SHA256: 157c3fb8688066d680f0c7c28dd62596825522dfcd5f12f4433e0dd3edc13e5d SHA1: 99342101995a7e9a1b6dcd67fbc917faa8ee03aa MD5sum: 6046a15ebd50f444a1b5afbbaa0278f0 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.21.5+dfsg-1~bpo12+1_armhf.deb Package: snac2 Version: 2.74-1~bpo12+1 Installed-Size: 583 Maintainer: James Valleroy Architecture: armhf 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: 230296 SHA256: 93c6f5ece2f705968ac20bf0a385089b2845b3af1a0e86a2cc16919d070553a3 SHA1: 4b26b3471115dc4f49ef305bfe447c296ea3f932 MD5sum: d3db1eeb6caca43d513b3e5a65c356bd 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.74-1~bpo12+1_armhf.deb Package: snapclient Source: snapcast Version: 0.30.0-1~bpo12+1 Installed-Size: 659 Maintainer: Felix Geyer Architecture: armhf 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.5), 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: 295224 SHA256: 0fcc86477bc0fe4635c506529ab3e79283a1046d9b6c67199e0491ef4762d12b SHA1: 958ea7c964a95bc94562d2e84f37708a25962ec0 MD5sum: 1b2cf3699f5c85f19f796ebdf7cc29e0 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_armhf.deb Package: snapserver Source: snapcast Version: 0.30.0-1~bpo12+1 Installed-Size: 2765 Maintainer: Felix Geyer Architecture: armhf 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.5), 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: 905132 SHA256: 5f99a6fc1b74e46b98451b26adfc58e0063199e613d3b4c4b7fbcd4071f9c7a3 SHA1: 55c862703791aec6d98670a312909e000f2de38c MD5sum: 70ec74fb1f20e266b958cdf8fcafe006 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_armhf.deb Package: sngrep Version: 1.8.2-1~bpo12+1 Installed-Size: 208 Maintainer: Debian VoIP Team Architecture: armhf 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: 73756 SHA256: 634124a7e8d24ca5abf515e5985f8e958de1d9d4f427d6081d22ac70265015f4 SHA1: 5aac560dfff77b40a55d3f49dfc2b5bff7de05e4 MD5sum: 83e7db518c0f341d871b23a6ed8426b1 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_armhf.deb Package: sniproxy Version: 0.6.1+git20240321-0.1~bpo12+1 Installed-Size: 92 Maintainer: Jan Dittberner Architecture: armhf Depends: libc6 (>= 2.34), libev4 (>= 1:4.04), libpcre2-8-0 (>= 10.22) Pre-Depends: init-system-helpers (>= 1.54~) Recommends: logrotate Size: 34204 SHA256: 5f58f6e655cbd1f9b78ffc11234666ef3871c40f70345f38478a8c18f7f73059 SHA1: a47e924ab9d94be2e217d42dffdb21282b662a1a MD5sum: d87c93008799e6d9441fe05b0221c789 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_armhf.deb Package: socat Version: 1.8.0.0-4~bpo12+1 Installed-Size: 1499 Maintainer: Laszlo Boszormenyi (GCS) Architecture: armhf Depends: libc6 (>= 2.34), libssl3 (>= 3.0.0), libwrap0 (>= 7.6-4~) Size: 374076 SHA256: ff57117a56a1ce35f59211c838742841a118b0648f60e704164561de9512efd1 SHA1: d200f87364c0e356be61544567031c8ef68006c6 MD5sum: 99af4928d1c74db3cf4b548102975e21 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_armhf.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.0-6~bpo12+1 Installed-Size: 2133 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: 362544 SHA256: 6e44bf623259105f083aacfe2d4824f9db19498ac417ae7eb3814ec9b676dfab SHA1: 24461e55760082d7b18f15949a379072d4547884 MD5sum: 3db4967a7e84b936ed61ffd0260181cb 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.0-6~bpo12+1_all.deb Package: sosreport Source: sos Version: 4.9.0-6~bpo12+1 Installed-Size: 28 Maintainer: sosreport Dev Team Architecture: all Depends: sos, python3:any Size: 10400 SHA256: 52e932d70fdf3abe20406ca01a88590386b89462ca14a4e9c5d54938e4caaecb SHA1: bd5a286724753430e936251b0aeace9fa73c2dda MD5sum: 1b97dc1fc5ff2aa8e0e5a7b773826109 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.0-6~bpo12+1_all.deb Package: speech-dispatcher Version: 0.12.0-3~bpo12+1 Installed-Size: 28376 Maintainer: Debian TTS Team Architecture: armhf Depends: adduser, speech-dispatcher-audio-plugins (= 0.12.0-3~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: 3979948 SHA256: 040a45fe8343ce62f03df750068f84c1dc1cc96d8d25cee8a367d0935f43ba1b SHA1: 9748829049f236e14d6435304bb47ec26daeaf96 MD5sum: 4347f447375a2b2a83b8c1389f3a0946 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-3~bpo12+1_armhf.deb Package: speech-dispatcher-audio-plugins Source: speech-dispatcher Version: 0.12.0-3~bpo12+1 Installed-Size: 97 Maintainer: Debian TTS Team Architecture: armhf 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: 31624 SHA256: 62475d601930e1bfbdfce470c17cdb92ed668da546a0597f2a98f1578f8ff927 SHA1: cdc666d41f5b2836a71dade1e3a4b18de897c430 MD5sum: d03352035aeaceca4a6f289b0866fabf 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-3~bpo12+1_armhf.deb Package: speech-dispatcher-cicero Source: speech-dispatcher Version: 0.12.0-3~bpo12+1 Installed-Size: 50 Maintainer: Debian TTS Team Architecture: armhf 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-3~bpo12+1) Size: 22148 SHA256: 265934b615d6510ae23f2c367855021f5b8a8d1042dd3fbb16585e3c07bfbd75 SHA1: c6b0cdc82ea16a16fa1c9520d9ba963ddd4d501f MD5sum: d7a5f64023cf0561ed191059502066f1 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-3~bpo12+1_armhf.deb Package: speech-dispatcher-doc-cs Source: speech-dispatcher Version: 0.12.0-3~bpo12+1 Installed-Size: 45 Maintainer: Debian TTS Team Architecture: all Suggests: speech-dispatcher Size: 35028 SHA256: 691668e125b5f87c314113a2d6103d9de9104866500f580be7adf61636f588b2 SHA1: da923a65ff98091ec4c2b82adc303c399b29e6e1 MD5sum: d7dfad117519b996a3dd1bd89dd92af0 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-3~bpo12+1_all.deb Package: speech-dispatcher-espeak Source: speech-dispatcher Version: 0.12.0-3~bpo12+1 Installed-Size: 54 Maintainer: Debian TTS Team Architecture: armhf 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-3~bpo12+1) Size: 23644 SHA256: 813202096baa3aa64701a8c146407d436487300f3bbefe56d47db9cb2291de5e SHA1: cfd6e0f2e827743706fc68a1e7f694f6a6ebc6fb MD5sum: 7c396e614406f5a56350cbff16d1ec44 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-3~bpo12+1_armhf.deb Package: speech-dispatcher-espeak-ng Source: speech-dispatcher Version: 0.12.0-3~bpo12+1 Installed-Size: 55 Maintainer: Debian TTS Team Architecture: armhf 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-3~bpo12+1) Size: 24604 SHA256: f99a8c0fe75e741883d52ccbe594d900e3b5e7175f1988ac2c4d884239439dc4 SHA1: 8e9e4ff5ba3a694da4c063769f7b2b49f8a7dc0f MD5sum: 75cc93df3a61557c2b2a7832b91342b2 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-3~bpo12+1_armhf.deb Package: speech-dispatcher-festival Source: speech-dispatcher Version: 0.12.0-3~bpo12+1 Installed-Size: 68 Maintainer: Debian TTS Team Architecture: armhf Depends: festival, festival-freebsoft-utils, speech-dispatcher (= 0.12.0-3~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: 30240 SHA256: c14764fbcd04d0531904e7103274c0de03bc16a5fe2d14612360d29dccd75e05 SHA1: 82f5c409a0cc6abf3c8603a4772566cf56b81af0 MD5sum: ddd9c4cad3c32229fef52405c195cc5a 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-3~bpo12+1_armhf.deb Package: speech-dispatcher-flite Source: speech-dispatcher Version: 0.12.0-3~bpo12+1 Installed-Size: 46 Maintainer: Debian TTS Team Architecture: armhf 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-3~bpo12+1) Size: 20544 SHA256: 3448725b0638bbe203aaf8da08d1447346ef831f4241e0b472be60d2699c24ab SHA1: 21c528acfde40749972dff0bb18c14d605cfcadd MD5sum: 2ebb8da9f19f3eef9d5f3588aa7b3db9 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-3~bpo12+1_armhf.deb Package: speech-dispatcher-openjtalk Source: speech-dispatcher Version: 0.12.0-3~bpo12+1 Installed-Size: 46 Maintainer: Debian TTS Team Architecture: armhf 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-3~bpo12+1) Recommends: open-jtalk-mecab-naist-jdic, hts-voice-nitech-jp-atr503-m001 Size: 20800 SHA256: ff01da295d880eb1ed9b25027b8c80b3a62aeebcc16a7c3ac83fa706e343b9ed SHA1: ec07c8a03f92230f7fe447d7bd1669e97cce0435 MD5sum: 1087ca89832ef71e3ccc35ed1c2c4993 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-3~bpo12+1_armhf.deb Package: sqlcipher Version: 4.6.1-2~bpo12+1 Installed-Size: 1160 Maintainer: Debian QA Group Architecture: armhf 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: 707636 SHA256: 28e9dfed83c755c0e01e4a3d4b5a071c99f22e8452d4a2878e58034b43707d36 SHA1: 484952685dee1cdbec71e9941b237d5018b3049e MD5sum: f50c71eac19b80a9654478a7ab95d513 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_armhf.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: 103 Maintainer: Theodore Y. Ts'o Architecture: armhf Depends: libc6-dev | libc-dev, libss2 (= 1.47.2~rc1-2~bpo12+2), comerr-dev Size: 33816 SHA256: 94ffc3593d88568aaa15ec7f036f0181a403bc78fb45532279d4b2c9a74c28bf SHA1: 32cf5cab1fa3628677efad2bfa9a21504b05b42c MD5sum: eb6d49c12fb8101cc658b2c6cfeac9cf 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_armhf.deb Package: stayrtr Version: 0.6.2-1~bpo12+1 Installed-Size: 22451 Maintainer: Marco d'Itri Architecture: armhf Depends: libc6 (>= 2.34), systemd | systemd-standalone-sysusers | systemd-sysusers Recommends: rpki-client Conflicts: gortr Size: 5575728 SHA256: e7f86708a152e7726007d65e34e5ec90a2a3a58cef654638502d5191f1973f44 SHA1: 66bff373e8847bef4a43fc4d9d4e8c4941cbfeb4 MD5sum: ac2295f132cea569e3ac979e572918c0 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_armhf.deb Package: stlink-gui Source: stlink Version: 1.8.0-1~bpo12+1 Installed-Size: 100 Maintainer: Luca Boccassi Architecture: armhf 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: 32196 SHA256: dd8334399e222ce15a1ced6f8691900aeba2565aa2f1adc1567ae1970aff9cd8 SHA1: 0692b7de580308b0e6a22d8d2442f89173368845 MD5sum: 12bf656af149c8531389efb6acb1f2b7 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_armhf.deb Package: stlink-tools Source: stlink Version: 1.8.0-1~bpo12+1 Installed-Size: 204 Maintainer: Luca Boccassi Architecture: armhf Depends: libstlink1 (= 1.8.0-1~bpo12+1), libc6 (>= 2.34) Size: 52396 SHA256: d4ae4430f0313535e9324161092c895971d16946c2555a1ef96ef65ffb1a6807 SHA1: 5d90ab0125ae532c4809f7f22939433ce24a8e18 MD5sum: 0dd466cb263b9b80be48926c75861a72 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_armhf.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: 8770 Maintainer: Pierre Chifflier Architecture: armhf 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.3), libhiredis0.14 (>= 0.14.1), libhtp2 (>= 1:0.5.50-1~bpo12+1~), libjansson4 (>= 2.14), libluajit-5.1-2 (>= 2.0.4+dfsg) | libluajit2-5.1-2 (>= 2.1~), 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), libpcap0.8 (>= 1.0.0), libpcre2-8-0 (>= 10.22), 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: 2747572 SHA256: 18afae979554c101fd1cbc9c394abda656694491834dbf192062b6aebe5fbf17 SHA1: ef2afd0e974dec8ad05b29087005da0187eccde4 MD5sum: e1d228343b4da4f2e98fa40cd65bfcdd 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_armhf.deb Package: suricata-update Version: 1.3.4-1~bpo12+1 Installed-Size: 362 Maintainer: Sascha Steinbiss Architecture: armhf Depends: python3:any, ca-certificates, python3-yaml Size: 64424 SHA256: 7c49de6ea56d2e5ba57d7d7986bec5e6a4bf88059a16c4a87154fa1bf099a3b0 SHA1: 2db606af764f92dc3e3c58340b1dde4940dcca34 MD5sum: 6e33fb930b832446a8046ee1c10efa89 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_armhf.deb Package: survex Version: 1.4.16-1~bpo12+1 Installed-Size: 2245 Maintainer: Olly Betts Architecture: armhf Depends: libc6 (>= 2.35), libproj25 (>= 8.0.0) Recommends: survex-aven (= 1.4.16-1~bpo12+1) Suggests: vim-addon-manager Size: 867296 SHA256: ebc68e0cb0bd7fe6488fa8168e5e74415d8261dc7a43000c0c4d7b5fe17bc955 SHA1: 73468068d24b384eea71a6e64a1fd6b1816c0048 MD5sum: 76da280fa769ff9f77e46db5f740bfa2 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_armhf.deb Package: survex-aven Source: survex Version: 1.4.16-1~bpo12+1 Installed-Size: 2821 Maintainer: Olly Betts Architecture: armhf 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.5), 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: 1173716 SHA256: 08599755366b66316420ce390fcd6aef9eef40c7f551aaf2bc19d51518050fc3 SHA1: 3baf7ad606ddae0cb1b5351c8b072410f2d6ac3d MD5sum: cda3f1598f848144721ad93a3fb05c60 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_armhf.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: 1149 Maintainer: Bastian Germann Architecture: armhf 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: 412304 SHA256: 5990ac0edfad3f68dc6f80913c21c9d186bfeb1111f8932343b3241663dbabe6 SHA1: 4cb7a2b6c018c8bb627000093425ee2af708414c MD5sum: f1e97f1e328e098cba353d22137c01d5 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_armhf.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.22-1~bpo12+1 Installed-Size: 8227 Maintainer: Debian systemd Maintainers Architecture: armhf Provides: systemd-sysusers (= 254.22-1~bpo12+1), systemd-tmpfiles (= 254.22-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.22-1~bpo12+1), libsystemd0 (= 254.22-1~bpo12+1), systemd-dev (>= 254.22-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: 3214376 SHA256: 6324a26aebbeed46c43edd6ad103c4f495b4d815792dcf7259033d73bdfdd24d SHA1: 30907aa91ba6dafa3dbc893bb4c3610467141bc1 MD5sum: 60f6ae29ec9cdc5012798c36d77ad6f2 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.22-1~bpo12+1_armhf.deb Package: systemd-boot Source: systemd Version: 254.22-1~bpo12+1 Installed-Size: 217 Maintainer: Debian systemd Maintainers Architecture: armhf Replaces: systemd (<< 251.2-3~) Depends: libc6 (>= 2.34), libsystemd-shared (= 254.22-1~bpo12+1), systemd-boot-efi (= 254.22-1~bpo12+1) Recommends: efibootmgr Breaks: systemd (<< 251.2-3~) Size: 105632 SHA256: bf4c3c424f0b7ac5e1628e919805fb0782001e6977d95c894f4176dc4c23bfa4 SHA1: 3250346dea0fa2de8d0b6c1f7bdbe1e957c35097 MD5sum: f5a453e115f9f44bbc4d51795e18b4aa 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.22-1~bpo12+1_armhf.deb Package: systemd-boot-efi Source: systemd Version: 254.22-1~bpo12+1 Installed-Size: 174 Maintainer: Debian systemd Maintainers Architecture: armhf Replaces: systemd (<< 251.2-3~) Breaks: systemd (<< 251.2-3~) Size: 97068 SHA256: d974c5ec211388357f67fe5ff824704caa6e29721b10b11904d23c711102fc33 SHA1: 0cb2fac61c75f36baeed719cdac9827cd0beb044 MD5sum: 0d2ee7cf7ad398e145075e291c35bbec 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.22-1~bpo12+1_armhf.deb Package: systemd-container Source: systemd Version: 254.22-1~bpo12+1 Installed-Size: 1005 Maintainer: Debian systemd Maintainers Architecture: armhf 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.22-1~bpo12+1), zlib1g (>= 1:1.1.4), systemd, default-dbus-system-bus | dbus-system-bus Recommends: libnss-mymachines Size: 419208 SHA256: 955ad06d5b85c8afb15e6d5e9061cc89bc75e8333a34ade0cf184f9713cbbfb9 SHA1: 16c08eb74fdba72783aacdbfef6b2004ede561db MD5sum: c0865e80bcc08d5feb2ed44929468ab1 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.22-1~bpo12+1_armhf.deb Package: systemd-coredump Source: systemd Version: 254.22-1~bpo12+1 Installed-Size: 215 Maintainer: Debian systemd Maintainers Architecture: armhf 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.22-1~bpo12+1), libzstd1 (>= 1.5.2), systemd Recommends: libdw1 Conflicts: core-dump-handler Size: 98892 SHA256: 391985fb5e03da6f3be4eec05af5b54d1ee169602960a72f04dd45934b1b08d2 SHA1: a9ac1bd63897088d9954012051d80a0fc072ee46 MD5sum: ce0999d8ac6a446d64ffda1ed44d64da 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.22-1~bpo12+1_armhf.deb Package: systemd-cron Version: 2.3.0-1~bpo12+1 Installed-Size: 175 Maintainer: Debian Systemd Maintainers Architecture: armhf Replaces: anacron Provides: anacron, cron-daemon Depends: systemd-sysv, libc6 (>= 2.34), libgcc-s1 (>= 3.5), 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: 72716 SHA256: d0af45de444945a6b738f326c4f859b62bc4db792fc080c05722fb9a96da9094 SHA1: d707e5dc6c8a836d9f3f342a96e85665b055632d MD5sum: 7c5defa02efaf3830bd942db78457146 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_armhf.deb Package: systemd-dev Source: systemd Version: 254.22-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: 55084 SHA256: dc7e202c9daafa3ed3dda8222b16e2c26af8a36365b537c5cb30d057ee731cc6 SHA1: 07e58fa47af8993c32eb9b71f06bb152502e10b0 MD5sum: 0f2c670e5530e4656570cdf04626bb57 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.22-1~bpo12+1_all.deb Package: systemd-homed Source: systemd Version: 254.22-1~bpo12+1 Installed-Size: 822 Maintainer: Debian systemd Maintainers Architecture: armhf 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.22-1~bpo12+1), systemd-userdbd (= 254.22-1~bpo12+1), systemd (= 254.22-1~bpo12+1), libpam-runtime Pre-Depends: init-system-helpers (>= 1.64~) Size: 387328 SHA256: 8187c3ba26ebf067ab1f0f1d5bac7c23241ff731c18d62ed5e08df718381601f SHA1: e50229235ae748c111a6acdb35a42828f6f9d9d4 MD5sum: ced329b8265b104b98eddd46ce208974 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.22-1~bpo12+1_armhf.deb Package: systemd-journal-remote Source: systemd Version: 254.22-1~bpo12+1 Installed-Size: 227 Maintainer: Debian systemd Maintainers Architecture: armhf Depends: libc6 (>= 2.34), libcurl4 (>= 7.16.2), libmicrohttpd12 (>= 0.9.50), libsystemd-shared (= 254.22-1~bpo12+1), systemd Size: 99472 SHA256: 2690dc91edbb189c094382c0068c6f84289d9fe105b9cfe3340b62892c36bee8 SHA1: 8a0da1327c3fa10529be9f78f7f112437dccb14a MD5sum: 5bcd6f01c075af9cd6d3a1cf298ea5b5 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.22-1~bpo12+1_armhf.deb Package: systemd-oomd Source: systemd Version: 254.22-1~bpo12+1 Installed-Size: 163 Maintainer: Debian systemd Maintainers Architecture: armhf Replaces: systemd (<< 250.2-2~) Depends: libc6 (>= 2.34), libsystemd-shared (= 254.22-1~bpo12+1), systemd | systemd-standalone-sysusers | systemd-sysusers Breaks: systemd (<< 250.2-2~) Size: 71596 SHA256: ab87841896bab6656f28fc991f3e8a47abd7daaf38f05f4a40e96f64a9c52fa2 SHA1: da221be0c06ec3bc0b3e92f32dd95ecf271dc7de MD5sum: 4f5fb0df9c330051c1393cc2cda0d437 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.22-1~bpo12+1_armhf.deb Package: systemd-resolved Source: systemd Version: 254.22-1~bpo12+1 Installed-Size: 623 Maintainer: Debian systemd Maintainers Architecture: armhf Replaces: resolvconf, systemd (<< 251.3-2~) Provides: resolvconf Depends: libc6 (>= 2.34), libssl3 (>= 3.0.0), libsystemd-shared (= 254.22-1~bpo12+1), systemd (= 254.22-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: 298312 SHA256: 8e20d01c9d1181b54c116ff127787c242c159bee3551768f2c64254b0feec855 SHA1: 4db28f4800fb7513e66cbde2e1c6359af47b1179 MD5sum: 99efddfecceec1ce7b3d96d0f68d2d54 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.22-1~bpo12+1_armhf.deb Package: systemd-standalone-sysusers Source: systemd Version: 254.22-1~bpo12+1 Installed-Size: 232 Maintainer: Debian systemd Maintainers Architecture: armhf Replaces: systemd (<< 249.3-3), systemd-sysusers Provides: systemd-sysusers (= 254.22-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: 137312 SHA256: 573615a960f0cb90bbb347ade86edb68b07aa40eff816306360675160d26a5e8 SHA1: 2cafee930ce3d444cdbf51ade8c45bd0a83c86f0 MD5sum: 022738f1d40b50e528eec2e2f42fb359 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.22-1~bpo12+1_armhf.deb Package: systemd-standalone-tmpfiles Source: systemd Version: 254.22-1~bpo12+1 Installed-Size: 306 Maintainer: Debian systemd Maintainers Architecture: armhf Replaces: systemd (<< 249.3-3), systemd-tmpfiles Provides: systemd-tmpfiles (= 254.22-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: 182140 SHA256: 3eb0255d71b1fdb3f0adeac4bc5bf1b942f1c50363b27da9b9dc43397d1996de SHA1: b50bb1b8b0cb8502085a4dd8a2b519af29b19ef7 MD5sum: 09055a069af4bb7c1bb2fa57298638f8 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.22-1~bpo12+1_armhf.deb Package: systemd-sysv Source: systemd Version: 254.22-1~bpo12+1 Installed-Size: 76 Maintainer: Debian systemd Maintainers Architecture: armhf Replaces: sysvinit-core Pre-Depends: systemd Recommends: libpam-systemd, libnss-systemd Conflicts: file-rc, initscripts, orphan-sysvinit-scripts, systemd-shim, sysvinit-core Size: 45876 SHA256: a3052615de029f515f9854df87b8ab12657ee53eff5ef37504b4c6b4b71b6357 SHA1: 588601277ba3a64aee3be00df5557f3c48911cd9 MD5sum: 37aeb6af49568fdc5609558ee2598ae7 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.22-1~bpo12+1_armhf.deb Package: systemd-tests Source: systemd Version: 254.22-1~bpo12+1 Installed-Size: 19725 Maintainer: Debian systemd Maintainers Architecture: armhf 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), libgcc-s1 (>= 3.5), 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.22-1~bpo12+1), libsystemd0 (= 254.22-1~bpo12+1), libudev1 (>= 247), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4), systemd (= 254.22-1~bpo12+1), python3 Size: 4407452 SHA256: af51489a060868e949ac488c9db54a07c7adcabf252783f2bf329e9bd83ea7fb SHA1: de7e997eae8e4bc033c578347083c4d0bd0ba275 MD5sum: d576afdab88a7de7304f5a02f5355150 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.22-1~bpo12+1_armhf.deb Package: systemd-timesyncd Source: systemd Version: 254.22-1~bpo12+1 Installed-Size: 137 Maintainer: Debian systemd Maintainers Architecture: armhf Replaces: time-daemon Provides: time-daemon Depends: libc6 (>= 2.34), libsystemd-shared (= 254.22-1~bpo12+1), systemd Conflicts: time-daemon Size: 67436 SHA256: c4096e4ad3ff1b785cfc87c0e26cb5b118eff8ce4e72e1763f2187f5776c9259 SHA1: d51eaaf3aedcdd847ded2312d9d385ecf52ed5df MD5sum: 6dee405312c719271fe795ce72883463 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.22-1~bpo12+1_armhf.deb Package: systemd-userdbd Source: systemd Version: 254.22-1~bpo12+1 Installed-Size: 145 Maintainer: Debian systemd Maintainers Architecture: armhf Depends: libc6 (>= 2.34), libsystemd-shared (= 254.22-1~bpo12+1), libnss-systemd (= 254.22-1~bpo12+1), systemd (= 254.22-1~bpo12+1) Size: 73148 SHA256: 893895cdff6b152d5475df78089822cdfee4afc5835183072ea17e2e554bff43 SHA1: 144acea4d9faa2ef4686f3812957ffafbfeb3422 MD5sum: 3c448dd412bd4274f39c2657e0e95276 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.22-1~bpo12+1_armhf.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: 323 Maintainer: Debian sysvinit maintainers Architecture: armhf 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: 200284 SHA256: 605e0edf2205109cee8732611531e31bd4d3edda35e977c6f510dcd2800181ed SHA1: 763211f4ce39024758699685f548a66d2a470708 MD5sum: ca0e034dc3233a1ab46e055b5f5d07d3 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_armhf.deb Package: sysvinit-utils Source: sysvinit Version: 3.08-3~bpo12+2 Essential: yes Installed-Size: 84 Maintainer: Debian sysvinit maintainers Architecture: armhf Replaces: lsb-base Provides: lsb-base (= 11.1.0) Depends: libc6 (>= 2.34) Conflicts: lsb-base (<< 11.3~) Size: 30288 SHA256: c8030494633551bc21d1385b474f3b3755f59cd3b8c26a27d058dae4f0a0cf47 SHA1: 2113239809e52c262dadee22b02fe6cb07aff2d4 MD5sum: 2a8227ce4b9873e56aac4684bd39b298 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_armhf.deb Package: tclspice Source: ngspice Version: 44.2+ds-1~bpo12+1 Installed-Size: 5819 Maintainer: Debian Electronics Team Architecture: armhf Depends: blt, ngspice (= 44.2+ds-1~bpo12+1), tcl8.6, tk8.6, libc6 (>= 2.35), libgcc-s1 (>= 3.5), libgomp1 (>= 4.9), libstdc++6 (>= 4.5), tk8.6-blt2.5 (>= 2.5.3) Size: 2156976 SHA256: 6068644f0739894479c06a494451c60c7d24d05bf0ffbdd546c9516cf6a6c8e4 SHA1: aef77229515243f547dada2f7efaf7eee1219737 MD5sum: a6c077447b4fe468781ddee40be5809f 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_armhf.deb Package: tdb-tools Source: samba (2:4.21.5+dfsg-1~bpo12+1) Version: 2:1.4.12+samba4.21.5+dfsg-1~bpo12+1 Installed-Size: 121 Maintainer: Debian Samba Maintainers Architecture: armhf Depends: libc6 (>= 2.34), libtdb1 (>= 1.2.11) Size: 60512 SHA256: 72a835725cb0e7721363a06f0900738e89d5552e07ae2185f63e6582c5e37e65 SHA1: 57be5f9b1599fb12cf3a9c7a1df2cfa08b242936 MD5sum: 00d3e08c8b5161bada2bd1564ce3f792 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.12+samba4.21.5+dfsg-1~bpo12+1_armhf.deb Package: telegram-desktop Version: 4.8.1+ds-2~bpo12+1 Installed-Size: 56710 Maintainer: Nicholas Guriev Architecture: armhf 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.5), 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: 26917804 SHA256: bcebc98fe1ce9b7bd8179227e7d445a3b0d182677b6c66cf083e0283a1f9bd51 SHA1: 7e093310781be68735d9c4f19b661b4aff042185 MD5sum: 5565d41372cdbd558c2753ce03e7b9a8 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_armhf.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: 32 Maintainer: Debian Fonts Task Force Architecture: armhf Depends: font-manager (= 0.8.9-1~bpo12+1), thunar (>= 1.8), font-manager-common (>= 0.8.9), libc6 (>= 2.4), libglib2.0-0 (>= 2.44), libjson-glib-1.0-0 (>= 1.5.2), libthunarx-3-0 (>= 1.7.0) Size: 11104 SHA256: 87a6fe05fc43bdcd8fd21a646080b569622e65a93650dd38386718094d47524e SHA1: 57597a7b88d84cbae8852d1ef9f378d33c8a7677 MD5sum: 39a3d8f5250c6aeca446119424372305 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_armhf.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: 83 Maintainer: Mike Gabriel Architecture: armhf Depends: libc6 (>= 2.34) Size: 38188 SHA256: a8ec8e429f42462889124249576de51c52ff2a9d1c736ccc4f4b88d6f0518c19 SHA1: c7cb2f5b0c3bede580db017c6b10cd2e262ca2ce MD5sum: 39e40d620b3d19fc5847f10b2a8f1323 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_armhf.deb Package: tio Version: 3.8-1~bpo12+1 Installed-Size: 189 Maintainer: Jakob Haufe Architecture: armhf Depends: libc6 (>= 2.34), libglib2.0-0 (>= 2.28.0), liblua5.4-0 (>= 5.4.4) Size: 94536 SHA256: a0e502c9c90c0d9c5f7eceaaa9d61b5bb4c686aa23e346e3dd6d7fb77d5c2e3f SHA1: acb1b689a7e228b803fe98789f748a12ce8534f1 MD5sum: 7669b2fe1efe48618830ae4c37bd926a 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_armhf.deb Package: tippecanoe Version: 2.52.0-1~bpo12+1 Installed-Size: 1455 Maintainer: Debian GIS Project Architecture: armhf Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.5), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 11), zlib1g (>= 1:1.2.0.2) Size: 482908 SHA256: d3ab0ec1bc158766e36817ad90ab73a52acf7f6dfeec791b45cba3697cffa672 SHA1: be092858acac79bb0bd4c77392c5fdaf7a122ce6 MD5sum: d2d5783b72259dce8f06fd7297de6f73 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_armhf.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: 778 Maintainer: Romain Francoise Architecture: armhf Depends: libc6 (>= 2.34), libevent-core-2.1-7 (>= 2.1.8-stable), libjemalloc2 (>= 2.1.1), libsystemd0 (>= 221), libtinfo6 (>= 6) Size: 422640 SHA256: d1dd8c72945d9ad8fe4d1743c34cfe93e38a7cf8bcb7c754ebb1172fb244193c SHA1: f86e10bd221fb1d27958c393fc0523f03a39cb65 MD5sum: fb5c49fc84316c32a5d7c522e242c104 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_armhf.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: 4510 Maintainer: Peter Palfrader Architecture: armhf Depends: libc6 (>= 2.34), libcap2 (>= 1:2.10), libevent-2.1-7 (>= 2.1.8-stable), libgcc-s1 (>= 3.5), 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: 1980960 SHA256: 4fcaf6abc5e7c689ceb101ceec232903960489cb250fc004c1b3ad6a7e307a7a SHA1: c19164a10ea67c9630ea5db8481f28cae86c4b38 MD5sum: 6a3f87efe2318d5323442869e5ec70bd 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_armhf.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: 39 Maintainer: Luca Boccassi Architecture: armhf Depends: libengine-tpm2-tss-openssl (= 1.2.0-2~bpo12+1), libc6 (>= 2.34), libssl3 (>= 3.0.0) Size: 11100 SHA256: 5ab0db7ab616bac9b0504ba67eaed0063f5bd78e5839e15327ddc68d3e57d095 SHA1: f059cc3938a33b44ee0bc26c899c505977558c7e MD5sum: 78ff7b2c49361d125e75a5f62a368f45 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_armhf.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: 51 Maintainer: Michael Ablassmeier Architecture: armhf Depends: libc6 (>= 2.34), libcurl3-gnutls (>= 7.88.1) Size: 26668 SHA256: c2040c299b5138d6e3185bde5b69d0bb54ff1ced1d25ad3268a992510ee3e8a1 SHA1: 487eeb93d33c6ae0049fc3ff881d2e405b3bdc6d MD5sum: 0177d0c29fcb488ab6206c6595047b38 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_armhf.deb Package: trustedqsl Version: 2.7.5-1~bpo12+1 Installed-Size: 28460 Maintainer: Debian Hamradio Maintainers Architecture: armhf Depends: libc6 (>= 2.34), libcurl4 (>= 7.56.1), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.5), 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: 1396692 SHA256: 0ce4e0cf8f13be53152dc8ff57482a0cbe33c98a950a368a4e16a3b04714448b SHA1: 0b4450d11dbd66582b81a7c2d247dc467bfb2014 MD5sum: 62350ee5bd3e5dd5aa98fc07fd45f30b 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_armhf.deb Package: tuigreet Version: 0.8.0-4~bpo12+1 Installed-Size: 2092 Maintainer: Johannes Schauer Marin Rodrigues Architecture: armhf Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.3) Size: 656560 SHA256: 0655d7443813fa3f2d8245f50bf6d0ddac6a1f047ca3678a13a2563d7a8ffae9 SHA1: cdf5d82c663eb0e1422dd20a67d2572af9bd94bc MD5sum: dc0753922a4b811ad9841a3160012cfe 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_armhf.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.22-1~bpo12+1 Installed-Size: 10414 Maintainer: Debian systemd Maintainers Architecture: armhf 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.22-1~bpo12+1), systemd-dev (>= 254.22-1~bpo12+1) Breaks: systemd (<< 254.5-1~bpo12+2~) Size: 1759308 SHA256: 46ed3f7dc64d44b1596d8312880d607668af84313254544ef647d92168267773 SHA1: 288f9cc8a95a3f6fa42feda55f84dc649208f382 MD5sum: 01ef21dc7dc9d2b7db077b30c9d4e989 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.22-1~bpo12+1_armhf.deb Package: umoci Version: 0.4.7+ds-4~bpo12+1 Installed-Size: 5784 Maintainer: Debian Go Packaging Team Architecture: armhf Depends: libc6 (>= 2.34) Size: 1708228 SHA256: 73e081eba209943281fef7146ca8f228c56871df4ac9a6a43feea70d0820ce9b SHA1: 9e082d49d9e41a846d0d81117ddff673b3f5887f MD5sum: e4ded6abd0a012995716c41ddeeac781 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_armhf.deb Package: uno-libs-private Source: libreoffice Version: 4:25.2.2-1~bpo12+1 Installed-Size: 466 Maintainer: Debian LibreOffice Maintainers Architecture: armhf Replaces: uno-libs3 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.5), 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: 208920 SHA256: a49bcf0d4f85099b71b6b50824a9e1004933231b7db61078c3a5b13fa756a852 SHA1: 296547c05463ea31094ae6bdf66173895925723c MD5sum: 94ad4aa9e6dbb5eb229d5ec946e96e21 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.2-1~bpo12+1_armhf.deb Package: upx-ucl Version: 4.2.2-3~bpo12+1 Installed-Size: 1946 Maintainer: Robert Luberda Architecture: armhf Provides: upx Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.5), libstdc++6 (>= 11) Size: 570780 SHA256: 7d86d02bcf656d73eba22053827250f136d34a59991e0df3e0406acaed6d5542 SHA1: 20956a443c3c46426e7a6bc5823caf28391dc654 MD5sum: a2984de8435c6f819fd74c7d5db9b7a5 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_armhf.deb Package: ure Source: libreoffice Version: 4:25.2.2-1~bpo12+1 Installed-Size: 3013 Maintainer: Debian LibreOffice Maintainers Architecture: armhf 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.2-1~bpo12+1), libc6 (>= 2.34), libgcc-s1 (>= 3.5), 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) 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: 1042504 SHA256: f691a69646165c9830a87ff7b1879f85e2901674b3ab8b16384a52383ff1e536 SHA1: e6380b934954ae5e44931d5d27dd71d9909c4f37 MD5sum: f5d34ad98d053b98f498c8e44aa8ce5e 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.2-1~bpo12+1_armhf.deb Package: ure-java Source: libreoffice Version: 4:7.5.9~rc1-1~bpo12+2 Installed-Size: 316 Maintainer: Debian LibreOffice Maintainers Architecture: armhf Replaces: ure (<< 1:7.1.0~) Depends: libunoloader-java, uno-libs-private (= 4:7.5.9~rc1-1~bpo12+2), ure (= 4:7.5.9~rc1-1~bpo12+2), libc6 (>= 2.34), libgcc-s1 (>= 3.5), libstdc++6 (>= 11), libuno-cppu3 (>= 4.4.0~alpha), libuno-cppuhelpergcc3-3 (>= 1.4.0), libuno-sal3 (>= 5.4.0~alpha), libuno-salhelpergcc3-3 (>= 1.4.0) Recommends: liblibreoffice-java, default-jre (>= 2:1.8) | java-runtime (>= 8) | java8-runtime | jre Breaks: ure (<< 1:7.1.0~) Size: 105400 SHA256: 45d4cfb69f061b7d2ae32662162b79510f001245539ab944953775262d186462 SHA1: f45ab07c29c2efd51fced2dd8151b9d829918aad MD5sum: 41929e2bddb274ab6cf046fd92f7473e 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_7.5.9~rc1-1~bpo12+2_armhf.deb Package: usbip Source: linux (6.6.13-1~bpo12+1) Version: 2.0+6.6.13-1~bpo12+1 Installed-Size: 850 Maintainer: Debian Kernel Team Architecture: armhf Depends: usb.ids, libc6 (>= 2.34), libudev1 (>= 183), libwrap0 (>= 7.6-4~) Size: 784640 SHA256: bb549945f9f8c172e0c30788d5fcd7c1edb4cb26fc250c044e992941d29179fa SHA1: 71bcc4380ac34c91a39f80fa8fa5e10fd8ea554d MD5sum: 1375055a6e1364c273775f113f303a07 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_armhf.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: 68 Maintainer: IOhannes m zmölnig (Debian/GNU) Architecture: armhf Depends: libc6 (>= 2.34) Recommends: gstreamer1.0-tools, sudo, v4l-utils, v4l2loopback-dkms | v4l2loopback-modules Size: 39540 SHA256: 0fcff9b4c1c9bfddf18432a105c26d53c05a081d1a1b67a29440a9a1ef144390 SHA1: 361af250870e51f5c90a32ae0d344920656b2828 MD5sum: 2e8824e7fcd7a67a0abcac630a74e155 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_armhf.deb Package: valkey-sentinel Source: valkey Version: 8.0.1+dfsg1-1~bpo12+1 Installed-Size: 78 Maintainer: Lucas Kanashiro Architecture: armhf Depends: valkey-tools (= 8.0.1+dfsg1-1~bpo12+1) Pre-Depends: init-system-helpers (>= 1.54~) Size: 23968 SHA256: a7d12f866df99a074ed4952d9ea681cac3ac3ff3092252a5f02fef5f1ae1b16c SHA1: ab89822545c7f882f3b3a7c8f4b72c720dbb5eae MD5sum: ac135392866e0e99d866a0454e46f367 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_armhf.deb Package: valkey-server Source: valkey Version: 8.0.1+dfsg1-1~bpo12+1 Installed-Size: 178 Maintainer: Lucas Kanashiro Architecture: armhf Provides: valkey Depends: valkey-tools (= 8.0.1+dfsg1-1~bpo12+1) Pre-Depends: init-system-helpers (>= 1.54~) Size: 56356 SHA256: 415a15e22fffa7ff6933a001b30f747d325c18133a8c6ae548e6d8190d666147 SHA1: a6cb3099da4568374437aa032cfa9a73e98eb9f8 MD5sum: a801e4f54ab25d6f14b717beacd80408 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_armhf.deb Package: valkey-tools Source: valkey Version: 8.0.1+dfsg1-1~bpo12+1 Installed-Size: 4489 Maintainer: Lucas Kanashiro Architecture: armhf Depends: adduser, libatomic1 (>= 4.8), libc6 (>= 2.34), libgcc-s1 (>= 3.5), libjemalloc2 (>= 4.0.0), liblzf1 (>= 1.5), libssl3 (>= 3.0.0), libsystemd0 Suggests: ruby-redis Size: 1028172 SHA256: c9815baf76a6809fcc6ba25fb3464685b7e280f4ff3b4f08fde1a7ffb1efd47c SHA1: 91f3a96cbc025837b4e91da9e3a5cc0b4662bebc MD5sum: 150fd04c225c0526fb5581a95ae47725 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_armhf.deb Package: vdr-markad Source: vdr-plugin-markad Version: 3.4.5-3~bpo12+1 Installed-Size: 317 Maintainer: Debian VDR Team Architecture: armhf Depends: libavcodec59 (>= 7:5.0), libavfilter8 (>= 7:5.0), libavformat59 (>= 7:5.0), libavutil57 (>= 7:5.1), libc6 (>= 2.34), libgcc-s1 (>= 3.5), libstdc++6 (>= 5.2), libswresample4 (>= 7:5.0) Size: 131476 SHA256: af1cd217e8d2bb2fd7bc86e404f70035df780ac8d97341a5fe05280af7ad539d SHA1: a8484b6a7cfbe40eb264c6eeddf2a919a8b18578 MD5sum: c4cf49342eb4c3908921b86e5e638a2f 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_armhf.deb Package: vdr-plugin-markad Version: 3.4.5-3~bpo12+1 Installed-Size: 116 Maintainer: Debian VDR Team Architecture: armhf Depends: vdr-markad, libc6 (>= 2.33), libgcc-s1 (>= 3.5), libstdc++6 (>= 5), vdr-abi-2.6.0-debian Size: 37656 SHA256: a3b90645f15c9401692156f134109528a9163d7607e0a491e13b9ccacc695987 SHA1: 571e7439a96f8075d3dd5c0ecafa59deb1e2d506 MD5sum: 5c9b04e9c97aaf9867137ae11347d082 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_armhf.deb Package: vkroots-headers Source: vkroots Version: 0~202301281308git2675710-1~bpo12+1 Installed-Size: 896 Maintainer: Debian Games Team Architecture: armhf Size: 67592 SHA256: c7e4ac177f60c8b5f86b42879e57e651d50207fb043a4bcc1db1dd23a05c249e SHA1: 013e0ad18d4b55bae803e43ed2d068c64370309d MD5sum: 2665729b42e7a4cf932b539fe6e20abb 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_armhf.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.39-1~bpo12+2 Installed-Size: 925 Maintainer: Debian X Strike Force Architecture: all Size: 106868 SHA256: 8dee7336752f7a4fd96840be03e7931d44ba33f0f4e729c019f5295c29b20f4a SHA1: abc27c19c0bd9116d2ca377ff4670debbe3c5fed MD5sum: 8e0094afeb5f9076b5d70c6e79d19390 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: http://wayland.freedesktop.org/ Section: libdevel Priority: optional Filename: pool/main/w/wayland-protocols/wayland-protocols_1.39-1~bpo12+2_all.deb Package: webkit2gtk-driver Source: webkit2gtk Version: 2.46.1-2~bpo12+1 Installed-Size: 772 Maintainer: Debian WebKit Maintainers Architecture: armhf Depends: libwebkit2gtk-4.1-0 (= 2.46.1-2~bpo12+1), libc6 (>= 2.34), libgcc-s1 (>= 3.5), 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: 267192 SHA256: 19414fdea861e025191cf49e21707185cae1173b35f26ef4bbdfe3303e9ae25f SHA1: 4608c53c61e59bda2c51aead27cb125975462972 MD5sum: ea7cb84d090b609fe921ef500986dc34 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_armhf.deb Package: webp Source: libwebp Version: 1.4.0-0.1~bpo12+1 Installed-Size: 364 Maintainer: Jeff Breidenbach Architecture: armhf 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.4.0), libtiff6 (>= 4.0.3), libwebp7 (>= 1.4.0), libwebpdemux2 (>= 1.4.0), libwebpmux3 (>= 1.4.0) Size: 188216 SHA256: 99409bef74180faf6eb99e613d167a1f9ca6e777eb1f1ab226220a176f06416a SHA1: 0f677798dbedb0202fa493bf6806187b21f5ca1e MD5sum: c24d8e2d8bce217e5cc4ab406c472a16 Description: Lossy compression of digital photographic images 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. Homepage: https://developers.google.com/speed/webp/ Section: graphics Priority: optional Filename: pool/main/libw/libwebp/webp_1.4.0-0.1~bpo12+1_armhf.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: 4828 Maintainer: Emmanuel Bouthenot Architecture: armhf Depends: libc6 (>= 2.33), libgcrypt20 (>= 1.10.0), libgnutls30 (>= 3.7.5) Suggests: weechat-doc (= 4.4.3-1~bpo12+1) Size: 1018072 SHA256: 076c9d1a3a5af96decc73caab98c9d5f84a9483d4bcb39bff7e704841d77177d SHA1: 90815303251a3e811a6f7805fcd5d1a654fd9c7a MD5sum: 0dc82c83fe8663cd3760584c644e70de 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_armhf.deb Package: weechat-curses Source: weechat Version: 4.4.3-1~bpo12+1 Installed-Size: 898 Maintainer: Emmanuel Bouthenot Architecture: armhf 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: 457308 SHA256: 74ba2ab63d69474f72174951466192aeebbd2593ca46550e6ee1d8d9285cbfcd SHA1: 996b400b15bfd6bcf017c83e6c5517018097c776 MD5sum: bd11e1541d2dc0cb79ee75ce2e191dcd 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_armhf.deb Package: weechat-dev Source: weechat Version: 4.4.3-1~bpo12+1 Installed-Size: 249 Maintainer: Emmanuel Bouthenot Architecture: armhf Size: 103636 SHA256: f2400ead08b4cacdc4e3799e880e410c440b211d0da0d3718e62d5ad59811eb0 SHA1: c94246f03f79c20d940453006c84d422bc2a72d7 MD5sum: ec36e7415ad52b3139359905b8f1c3c5 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_armhf.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: 295 Maintainer: Emmanuel Bouthenot Architecture: armhf 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: 144548 SHA256: a905e73c4991de96365096f210261985cd0c69e242aef24163bf3845af87b6ac SHA1: c747a14aac9fe330e669338ae418315bdb102684 MD5sum: 6176371552e92a476f7b68c5fd9856a3 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_armhf.deb Package: weechat-headless Source: weechat Version: 4.4.3-1~bpo12+1 Installed-Size: 874 Maintainer: Emmanuel Bouthenot Architecture: armhf 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: 454816 SHA256: cd7eca3c3f8de74ac4a6a0284b16d11c694350df6b8ee157dcb624ba66b1253a SHA1: 7c763e21fba9ef952e53095800debce9bd470aa8 MD5sum: b7a46b933fb4b99c85e02d974c16540c 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_armhf.deb Package: weechat-lua Source: weechat Version: 4.4.3-1~bpo12+1 Installed-Size: 247 Maintainer: Emmanuel Bouthenot Architecture: armhf Depends: libc6 (>= 2.33), liblua5.3-0, weechat-curses (= 4.4.3-1~bpo12+1) | weechat-headless (= 4.4.3-1~bpo12+1) Size: 129972 SHA256: 1e859d18d370fd7ae573a45e50535a9cb6d9cd9a06bee8963ea0cd987012b1c9 SHA1: a6a6fb2c0527804127f53db0025809fa2b9befe3 MD5sum: 2a42a6ec79a3eb31fd850c39fb4ad2e3 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_armhf.deb Package: weechat-perl Source: weechat Version: 4.4.3-1~bpo12+1 Installed-Size: 319 Maintainer: Emmanuel Bouthenot Architecture: armhf 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: 149184 SHA256: 89013f6f5968dfdd09e23b29c1a38e00ad1622d79d1d9bb561b2165a543e22d2 SHA1: e1005d38ac3c2cf85f726d8e0160a96aa89767d8 MD5sum: a54bd90daef4b56e7406ee6734132aa6 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_armhf.deb Package: weechat-php Source: weechat Version: 4.4.3-1~bpo12+1 Installed-Size: 280 Maintainer: Emmanuel Bouthenot Architecture: armhf Depends: libc6 (>= 2.33), weechat-curses (= 4.4.3-1~bpo12+1) | weechat-headless (= 4.4.3-1~bpo12+1), libphp-embed Size: 134248 SHA256: 6ff58281ca455911029d0f86ad9a64df98e8b8f5981db334cede11acfb9bc8e0 SHA1: 5d05b632abc2a6ef847ca64e3293b815e7f45754 MD5sum: 4da236edd91803e215ff27da3201354e 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_armhf.deb Package: weechat-plugins Source: weechat Version: 4.4.3-1~bpo12+1 Installed-Size: 565 Maintainer: Emmanuel Bouthenot Architecture: armhf 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: 274540 SHA256: d9dbceeb8090ddf0640c5737cdb204a8d250c8813b4cb71c73f02a475b5cd931 SHA1: 2309fd1c4da667957352a534783d7b17d9301747 MD5sum: 72fd2f5ab1a76678af4131175de4dd1d 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_armhf.deb Package: weechat-python Source: weechat Version: 4.4.3-1~bpo12+1 Installed-Size: 263 Maintainer: Emmanuel Bouthenot Architecture: armhf 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: 132744 SHA256: 6d8b138505a409e043a10f4332ae7da96ccef44c4c9bf1af68cb3456400ad0a0 SHA1: 7b105b84d021f075ee4087c8e5926ddd1929248b MD5sum: 8cc1c9dea7f30c74cf95d1dbcc00d12b 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_armhf.deb Package: weechat-ruby Source: weechat Version: 4.4.3-1~bpo12+1 Installed-Size: 255 Maintainer: Emmanuel Bouthenot Architecture: armhf 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: 134556 SHA256: fe4b65bae597611b270398ccf1b6c196297266d0167bb52d77726cfb8673e7a7 SHA1: 77e78f4d85a9ef821028bdedf8df8ce15d467f65 MD5sum: 60e2fe51575b291e4258b08e88e51f62 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_armhf.deb Package: weechat-tcl Source: weechat Version: 4.4.3-1~bpo12+1 Installed-Size: 251 Maintainer: Emmanuel Bouthenot Architecture: armhf 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: 132700 SHA256: d12cc74e658c55e9f69f1626a1ff28266263eda59fdea3b6a826d48f4f126258 SHA1: 61fe2c296f4b3bf05d6f165dd1d6962e5f440fe6 MD5sum: 7a22dc0042d72b0e5b1d3d1abc43b12c 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_armhf.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: 12344 Maintainer: Debian Games Team Architecture: armhf 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 (>= 3.5), 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: 4538820 SHA256: 01080c066ee43aeae48db855bd1748e4ae84e5bfa1385a3f6d0c3cc3161be95e SHA1: 7cae6466d8c64f8f0f87dd16524b65d0d6fad2a8 MD5sum: cdf9cf572cc5825043159d39637963b6 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_armhf.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: 1718 Maintainer: Debian Games Team Architecture: armhf 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 (>= 3.5), libssl3 (>= 3.0.0), libstdc++6 (>= 11) Pre-Depends: init-system-helpers (>= 1.54~) Size: 947628 SHA256: 48ba1d459ee7204022fb5ed7910638f920a38976aac1fcc858f23f524ae470bc SHA1: b7d57964e9b111693360674f0626f0137358cef8 MD5sum: f85ebf8a81c6b45e4f2f466f0ba17c2e 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_armhf.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: 12927 Maintainer: Debian Games Team Architecture: armhf 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.5), 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: 4760072 SHA256: 3561fc2bf43a19889bbfee56c4f2f4174a87ec024da32b1f78909071180a8a35 SHA1: c9bbe2be34213d9fed15bee9ff83429eab44460b MD5sum: 7e28c619116f4529859432b77369fe74 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_armhf.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: 2301 Maintainer: Debian Games Team Architecture: armhf 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.5), libssl3 (>= 3.0.0), libstdc++6 (>= 11) Pre-Depends: init-system-helpers (>= 1.54~) Size: 1000752 SHA256: 0791b083b9bd9b90178d79693034f2097aeebb7e454f1de8f12b546f1ca57bf1 SHA1: 69c774e02422a92794c2610e0c5ef945453842fe MD5sum: 0481baf9b2fe496c20100be2ca1cbaeb 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_armhf.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.0-2~bpo12+2 Installed-Size: 2964 Maintainer: Debian X Strike Force Architecture: armhf Replaces: libweston-8-dev 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 Suggests: wayland-utils Conflicts: libweston-8-dev Breaks: libweston-8-dev Size: 764468 SHA256: 43e7e8daaa1474fca53989e931c4b1be73f69dfcfc8643f10fdb700a87a86c9c SHA1: ff5a577061783a4e380469a5745ee4a2510d6d1f MD5sum: 5fe2ab06ee938cf71e40fd4a68b3b862 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.freedesktop.org/ Section: x11 Priority: optional Filename: pool/main/w/weston/weston_14.0.0-2~bpo12+2_armhf.deb Package: wims Version: 2:4.27a+dfsg1-3~bpo12+1 Installed-Size: 38384 Maintainer: Georges Khaznadar Architecture: armhf Replaces: wims-java-applets (<< 4.05b~dfsg1-4) Depends: libc6 (>= 2.34), libcrypt1 (>= 1:4.1.0), libgcc-s1 (>= 3.5), 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: 16868312 SHA256: 1b82f59e001b03b58cdddee979bc7112095c7ca83f74ad8432da372e41f97387 SHA1: 912efdf3d1fb8952ae9d743d37d0dba2356abc17 MD5sum: 929d5c0953abd3f60da8b01772607849 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_armhf.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.21.5+dfsg-1~bpo12+1 Installed-Size: 1193 Maintainer: Debian Samba Maintainers Architecture: armhf Replaces: samba (<< 2:4.16.6+dfsg-5~), samba-libs (<< 2:4.16.6+dfsg-5~) Depends: samba-common (= 2:4.21.5+dfsg-1~bpo12+1), samba-common-bin (= 2:4.21.5+dfsg-1~bpo12+1), libwbclient0 (= 2:4.21.5+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), libndr5 (>= 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.21.5+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: 411160 SHA256: b455e3746ee93f5e40a307b61bb2c505a4b9e4773a4e4c024abe08b7a69d3c8a SHA1: 5948c734fd4fe66b75b695bb8cc146f4a2ba2866 MD5sum: 53c8eab9b22f02c1d49dd280c6b78f98 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.21.5+dfsg-1~bpo12+1_armhf.deb Package: wireguard-go Version: 0.0.20231211-1~bpo12+1 Installed-Size: 2609 Maintainer: Debian Go Packaging Team Architecture: armhf Depends: libc6 (>= 2.34) Size: 826616 SHA256: e9aae241bdd2b623e2d368f5158ea9a79c8a6c20208dee3d9a89a7a131fe876c SHA1: 9abe61997c21d30e8e4b58a283ad5c7fbb46869b MD5sum: 3310993b2c84963ebd88cdce2bb039dd 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_armhf.deb Package: wireplumber Version: 0.5.8-1~bpo12+1 Installed-Size: 587 Maintainer: Utopia Maintenance Team Architecture: armhf 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: 104304 SHA256: 261608d85472b4b00311ddf58a77b4672261b2400ce4c6411f6390631a418e00 SHA1: 4954388b0f1a80b62a176b365fda7ab17720b943 MD5sum: 27381c84380cb5c3f678261fb1fc9313 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_armhf.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: 7450 Maintainer: Debian Hamradio Maintainers Architecture: armhf 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: 2120024 SHA256: 96a511bf15128d9457811ed19f5ed59f412e399d1b47501e5478e53aea0a33b8 SHA1: d5ddfed345abcb6702ab385170023256c44d49f2 MD5sum: 5ff79122dc5638784e191aaf2ca7c465 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_armhf.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-1~bpo12+1 Installed-Size: 209 Maintainer: Debian Accessibility Team Architecture: armhf Depends: libbrlapi0.8 (>= 6.7), libc6 (>= 2.34), libicu72 (>= 72.1~rc-1~), libx11-6, libxfixes3, libxtst6 Size: 130588 SHA256: 55d06d6435347fe41baa38cb44a233a0b40a5873a936da3a8d78522da570fdd9 SHA1: 4ffe60b512089c2f20d6f906d7041eafb05f1451 MD5sum: 7e15ea1c5386ad296f45a0cf251b16f5 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-1~bpo12+1_armhf.deb Package: xdiskusage Version: 1.60-4~bpo12+1 Installed-Size: 54 Maintainer: Debian QA Group Architecture: armhf Depends: libc6 (>= 2.34), libfltk1.3 (>= 1.3.1), libgcc-s1 (>= 3.5), libstdc++6 (>= 5) Size: 24564 SHA256: 75dcb598354ce82de81573dbf870de36a5c6a64def7aa712a902be9f9f047dca SHA1: f2a1b81182b967063bf1a2702f7725df29730bb9 MD5sum: 6b65d0dfceb288a8316145cc680bac73 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_armhf.deb Package: xfce4-clipman Source: xfce4-clipman-plugin Version: 2:1.6.5-1~bpo12+1 Installed-Size: 930 Maintainer: Debian Xfce Maintainers Architecture: armhf 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: 158740 SHA256: ced66ba8782cf5b8893562ca82e7647af8ae2ef8babd44355171237e164ff374 SHA1: 975b2c79b8536c1cd2fe7ae025f869aeb9f4f3ae MD5sum: 514c35e049fc52fe3c6075118be6938f 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_armhf.deb Package: xfce4-clipman-plugin Version: 2:1.6.5-1~bpo12+1 Installed-Size: 86 Maintainer: Debian Xfce Maintainers Architecture: armhf Depends: xfce4-clipman, libc6 (>= 2.4), 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: 35236 SHA256: 427a716a9808f8b0581e401d7855b44be8cfd5f0190ae67fbc37e9261870bab3 SHA1: 3776e81a29112e0a5b7b04818d7df05849739d08 MD5sum: e7ba9ca7d921ef45b0daa3f59bfd82fd 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_armhf.deb Package: xfce4-weather-plugin Version: 0.11.3-1~bpo12+1 Installed-Size: 4883 Maintainer: Debian Xfce Maintainers Architecture: armhf 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: 2414664 SHA256: 6c2c8b43d7e84c34c2ab338d509bd1d282b8d199910d7bf2f5f99aa988a4d3dc SHA1: 1647608c6d93c20c2f26fae236c5413698a16e57 MD5sum: 5400a9bc846a96af9ec3847362441499 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_armhf.deb Package: xmake Version: 2.9.8+ds-1~bpo12+1 Installed-Size: 411 Maintainer: Lance Lin Architecture: armhf Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.5), 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.8+ds-1~bpo12+1) Recommends: doxygen Size: 229772 SHA256: 09ff476f872dc1b32c773ae1051268c54e869c6f07e3f36f2a36f3d11ac09fc6 SHA1: fb71cb65e5a616648c188996003a5337aa90d3ad MD5sum: 36abb53adbb1a60a671bd7019ebd5ed7 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.8+ds-1~bpo12+1_armhf.deb Package: xmake-data Source: xmake Version: 2.9.8+ds-1~bpo12+1 Installed-Size: 7804 Maintainer: Lance Lin Architecture: all Recommends: make, cmake Size: 767232 SHA256: 4a40f3ad1c3a9ba47ce5a857623ecebfb9d270faa02e8bfd3c5ef84eca786d55 SHA1: f8e6fe4f293c301e23f4e9c17668cda904a53f51 MD5sum: 948a5dcd5b50e40dc9dbecdf8a12aa5e 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.8+ds-1~bpo12+1_all.deb Package: xmpp-dns Version: 0.4.5-1~bpo12+1 Installed-Size: 5414 Maintainer: Debian Go Packaging Team Architecture: armhf Depends: libc6 (>= 2.34) Size: 1623972 SHA256: 4379d874d956589bf9931659c06e833badca40aaf0ae1ff3ad87ba70bfe83427 SHA1: ac65f430c4c0b80650da19b9ef2c49d1d74e0942 MD5sum: 6df0ef409bfa4d7f1b26b0a0c858ae1e 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_armhf.deb Package: xrdp Version: 0.9.24-5~bpo12+1 Installed-Size: 2573 Maintainer: Debian Remote Maintainers Architecture: armhf 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: 439868 SHA256: e77324689067c8b4003eb99f84514428066f5d450445616ac3d3368aa88a276a SHA1: b4d2b8e9637d81dd1e3986e23ee8e940384bc8cf MD5sum: 8031d45d759c84504b44f0ffbe6a286d 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_armhf.deb Package: xscreensaver Version: 6.08+dfsg1-1~bpo12+1 Installed-Size: 1452 Maintainer: Tormod Volden Architecture: armhf 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: 381944 SHA256: d6dc63af74e886ca5ca3c3dd848a40805b2bd8da13d2ea43949d98e6bce4c097 SHA1: ed6564f20f03680d18a897fc8c59fccf154f6c6d MD5sum: 698fcb1c605fd1a323fbd9ccd1e1611a 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_armhf.deb Package: xscreensaver-data Source: xscreensaver Version: 6.08+dfsg1-1~bpo12+1 Installed-Size: 1671 Maintainer: Tormod Volden Architecture: armhf 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: 329428 SHA256: 1e0ef7d6c180efce3be02496aa020a131b669d43d13a66df6d747a1db7f773a4 SHA1: bae2853b82d100c357151f1108c59677f3052ac8 MD5sum: e97a562a225ce77031aa65b0574d2247 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_armhf.deb Package: xscreensaver-data-extra Source: xscreensaver Version: 6.08+dfsg1-1~bpo12+1 Installed-Size: 5524 Maintainer: Tormod Volden Architecture: armhf 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: 1177600 SHA256: c827dac9f8f78800978dd90fb43cc57b6ad1256f4fbb2c84117aed23c36c25e3 SHA1: 5628ddaad6146fda4929dce53d58388e596e4e8f MD5sum: 1d88e1c9e760e326dcd6cabad28dbadc 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_armhf.deb Package: xscreensaver-gl Source: xscreensaver Version: 6.08+dfsg1-1~bpo12+1 Installed-Size: 19267 Maintainer: Tormod Volden Architecture: armhf 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: 8229340 SHA256: b63b4ec3454f845d1afa5a5552d0d5cebb30f50c95201fafbb628b6469cfdcf5 SHA1: dba2c2d935d71d93c77465f482e58996965316c4 MD5sum: c5863f857782985689478432dd1d797f 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_armhf.deb Package: xscreensaver-gl-extra Source: xscreensaver Version: 6.08+dfsg1-1~bpo12+1 Installed-Size: 9277 Maintainer: Tormod Volden Architecture: armhf 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: 4598852 SHA256: 168dfdead4fa5ee8720092ec1ff00be5b2b537bda0ab71c0a067db3462f2ba9f SHA1: b3f78b863f17e1d736ba4d27f41545eead6cb906 MD5sum: de5a8808a0548e70776f4189ec1790b7 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_armhf.deb Package: xscreensaver-screensaver-bsod Source: xscreensaver Version: 6.08+dfsg1-1~bpo12+1 Installed-Size: 362 Maintainer: Tormod Volden Architecture: armhf 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: 224080 SHA256: a52275d9e810a64ba4e659d6d42c847c335f5886ef4619ffadc23b2b40c0036e SHA1: b3a044e99d0567c355b75531f63dd8ec3572c725 MD5sum: ddd43f87856717ed67a88b1dcae9f353 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_armhf.deb Package: xscreensaver-screensaver-webcollage Source: xscreensaver Version: 6.08+dfsg1-1~bpo12+1 Installed-Size: 175 Maintainer: Tormod Volden Architecture: armhf 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: 49060 SHA256: a200d617fbf5139fc8dcbb56bd7b0895c15a4d2d92cab7fe193f1f033a2a4791 SHA1: 8aaa5087255f1406c12b2505751ede43440c8046 MD5sum: 1727567d805648b6e5f97af710c13baa 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_armhf.deb Package: yara Version: 4.5.2-1~bpo12+1 Installed-Size: 60 Maintainer: Debian Security Tools Architecture: armhf Depends: libc6 (>= 2.34), libyara10 (>= 4.3.0~) Size: 22624 SHA256: 3734f73401ca3512db109f8a8e44598bbeb0a7318424c5b033203d3b8a9e676b SHA1: 49d70d53865d8abb75ee9c85ac2b797cb6369243 MD5sum: 0f4cc6ad580a8e71617317132919f14e 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_armhf.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: 16126 Maintainer: Debian Go Packaging Team Architecture: armhf Depends: debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), adduser Size: 3939552 SHA256: ba5eb5333529ae2c244f8c9a738ddec257da01af0a75112fd62521121b07a632 SHA1: e358f6fec324f0528dda33e1a23c726308b22340 MD5sum: 3816012f2470bafdd091452ba32c450f 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_armhf.deb Package: yorick-gyoto Source: gyoto Version: 2.0.2-1~bpo12+1 Installed-Size: 842 Maintainer: Debian Astronomy Maintainers Architecture: armhf Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.5), libgyoto9 (>= 2.0.2), libopenmpi3 (>= 4.1.4), libstdc++6 (>= 11), yorick (>= 2.1.05), yorick-yutils (>= 1.3), yorick-gy, gir1.2-gtk-3.0 Size: 306484 SHA256: aa4843c29425ac7f4ecdb5a9d7db85d3f45a44c8652b4b02744fc896bb59dbdc SHA1: 05d945eebfae019771cb3023a9201f19a7eea1b3 MD5sum: 9ca8d3252bc2ae74e3a63644cfb3add9 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_armhf.deb Package: yt-dlp Version: 2025.03.31-1~bpo12+1 Installed-Size: 10945 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: 2090908 SHA256: 5ead599b45d76285a18dffc09da5fc1d9125fdd26c2ef96028341fccc43b85ec SHA1: 86dab6c4c32b8f48038d828bbc92df891be6538a MD5sum: c121a17b328ec2c2fce2e2b4283d5b76 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, 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, 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, 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, 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, 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, ZDFChannel, Zee5, ZeeNews, ZenPorn, ZenYandex, ZenYandexChannel, 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.03.31-1~bpo12+1_all.deb Package: yubihsm-auth Source: yubihsm-shell Version: 2.6.0-3~bpo12+1 Installed-Size: 44 Maintainer: Debian Security Tools Architecture: armhf Depends: libc6 (>= 2.34), libssl3 (>= 3.0.0), libykhsmauth2 (>= 2.6.0) Size: 17856 SHA256: e8a6f7cc922a5ff38fd9f87d53a1435849e2b7175f14e88d93c67aa168c96a17 SHA1: b33b34284eeabb33032dfd402578e14aba048517 MD5sum: d5cdb0f2a9553890579783ed397d2013 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-3~bpo12+1_armhf.deb Package: yubihsm-connector Version: 3.0.5-1~bpo12+1 Installed-Size: 8686 Maintainer: Debian Security Tools Architecture: armhf Depends: adduser, libc6 (>= 2.34), libusb-1.0-0 (>= 2:1.0.22) Pre-Depends: init-system-helpers (>= 1.54~) Size: 2508980 SHA256: 0f47530c95c148367fcb65d919c0a4953461e9fcdf5ec5315e44bbe626f47c2a SHA1: 3c33a105374ccc3eac69276f65e3cad5d9fa6fd6 MD5sum: ba962dfb66fdf18b20eb2922bff1707a 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_armhf.deb Package: yubihsm-pkcs11 Source: yubihsm-shell Version: 2.6.0-3~bpo12+1 Installed-Size: 362 Maintainer: Debian Security Tools Architecture: armhf Depends: libyubihsm2 (= 2.6.0-3~bpo12+1), libc6 (>= 2.33), libssl3 (>= 3.0.0) Size: 147860 SHA256: bd1b03081d6da8b2ec2aff3768fda5706a69c82a01e322eb90bb4f7a0f56ee71 SHA1: 55af64928d81e1fdad86ed1446a4dc7885283425 MD5sum: 9a6fa7724f9ea69a8b2b1c96ae9fe230 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-3~bpo12+1_armhf.deb Package: yubihsm-shell Version: 2.6.0-3~bpo12+1 Installed-Size: 146 Maintainer: Debian Security Tools Architecture: armhf Depends: libc6 (>= 2.34), libedit2 (>= 2.11-20080614-0), libssl3 (>= 3.0.0), libykhsmauth2 (>= 2.6.0), libyubihsm2 (>= 2.6.0) Size: 56896 SHA256: 0a5426047626e626be7257bb90e2b991f116041bf9873dccc5a2506e9b5b7e0b SHA1: 120e617885422664d5369224ed900feea89dc940 MD5sum: 671d3680766d6ff9d20f909438af2fdd 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-3~bpo12+1_armhf.deb Package: yubihsm-wrap Source: yubihsm-shell Version: 2.6.0-3~bpo12+1 Installed-Size: 40 Maintainer: Debian Security Tools Architecture: armhf Depends: libc6 (>= 2.34), libssl3 (>= 3.0.0), libyubihsm2 (>= 2.6.0) Size: 16776 SHA256: 5ea709a0f0c1b9ff98b41fafd8282eb914a0237fa381a6b68c91db3d2d017303 SHA1: 1edffa1573095bbe1fda70194590051b0bfcc696 MD5sum: 8fa4a7e6658fccc0865e4d795fe5e01c 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-3~bpo12+1_armhf.deb Package: zabbix-agent Source: zabbix Version: 1:7.0.9+dfsg-1~bpo12+1 Installed-Size: 1063 Maintainer: Dmitry Smirnov Architecture: armhf 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: 742796 SHA256: 6856388733551e6be2c21b86437413e53ea0cb30aaaded3f184eec523e4a6b31 SHA1: 62fe90f9f5bce7e613be62706e74ec4acc9b6ee6 MD5sum: c924079e2739a9a0bcf1ff9cbb1a5f38 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_armhf.deb Package: zabbix-agent2 Source: zabbix Version: 1:7.0.9+dfsg-1~bpo12+1 Installed-Size: 15727 Maintainer: Dmitry Smirnov Architecture: armhf 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: 4712412 SHA256: 19dbaa9dfb155c23032bb7b4a9ff45afccea2bedb0bf3f5e5b4d678aa31e8941 SHA1: e804c63211b973ba8d2838aeb85bff0c7b59143e MD5sum: 9338d10a0b7f85de52f1293584ccd74a 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_armhf.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: 4588 Maintainer: Dmitry Smirnov Architecture: armhf 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: 1767556 SHA256: df724c5fbd73d609c2bdfcdaae2f13047ca1fcf542fd6136feaa7f05880edcec SHA1: 346c176c4aa89e9db76e9fe5e609f2b467a692f9 MD5sum: cb1ec7c261bc0db02757d4f8ca31d442 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_armhf.deb Package: zabbix-proxy-pgsql Source: zabbix Version: 1:7.0.9+dfsg-1~bpo12+1 Installed-Size: 4588 Maintainer: Dmitry Smirnov Architecture: armhf 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: 1768344 SHA256: cdb838209a0fdac3baed1cf0ee77863dab8c1b9763f51adb80f0390b8083566a SHA1: 2cd4a52ba6100871cf2f946f48e50b6ebe7cf360 MD5sum: 3c3e0218be4efef1a77da9b12565f335 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_armhf.deb Package: zabbix-proxy-sqlite3 Source: zabbix Version: 1:7.0.9+dfsg-1~bpo12+1 Installed-Size: 4277 Maintainer: Dmitry Smirnov Architecture: armhf 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: 1644240 SHA256: 91dcc679ce4a4672bf0d24e80fd6a0f1a0f28b0c265264e115ebbe98922d463e SHA1: 47ffe05c6a34775795961a7f1ab7caa7291b2723 MD5sum: cd6bc8f50415a6437c0cb749169278e7 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_armhf.deb Package: zabbix-sender Source: zabbix Version: 1:7.0.9+dfsg-1~bpo12+1 Installed-Size: 755 Maintainer: Dmitry Smirnov Architecture: armhf 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: 597344 SHA256: 694d0e78ab821f775a1f44ef986f47e2388807ce0573826ab65ead67ab616e67 SHA1: 1afc7a7a57b9a1a821176adbbb174647fad6824a MD5sum: 9a89a9c2d3849a72a30c75a10c623208 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_armhf.deb Package: zabbix-server-mysql Source: zabbix Version: 1:7.0.9+dfsg-1~bpo12+1 Installed-Size: 9092 Maintainer: Dmitry Smirnov Architecture: armhf 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: 5718376 SHA256: d848e1784386ed542fa49e0249dae9a0957716da636232d0532395f356cf785a SHA1: 6564f365a7bab1c24317f93a3871ca8e30a486c1 MD5sum: fcf790cfef111bb6507be180ca7f6fdf 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_armhf.deb Package: zabbix-server-pgsql Source: zabbix Version: 1:7.0.9+dfsg-1~bpo12+1 Installed-Size: 9095 Maintainer: Dmitry Smirnov Architecture: armhf 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: 5716960 SHA256: b62f49f4e30f67661ee1372cd745967ee0af87c497d8f9a65a8e7c9b83172ae5 SHA1: f5c1a3b60481623a0ebaea0fab4326f07a6e5f40 MD5sum: cc19e32f183f3ff4f349783d871f7f14 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_armhf.deb Package: zabbix-web-service Source: zabbix Version: 1:7.0.9+dfsg-1~bpo12+1 Installed-Size: 9934 Maintainer: Dmitry Smirnov Architecture: armhf Depends: libc6 (>= 2.34), adduser, sysvinit-utils (>= 3.05-4~) Pre-Depends: init-system-helpers (>= 1.54~) Recommends: chromium Suggests: logrotate Size: 2865184 SHA256: 955c019a0db1e43bded794cb1fd80a2658b5793b93c38dd3689ed640a48d87e3 SHA1: 5e04528fbcb7a6d4cf3bdcbf491762747bee6d69 MD5sum: 2abccf1e5d5a7282bb382894dfb992e7 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_armhf.deb Package: zchunk Version: 1.3.1+ds1-1~bpo12+1 Installed-Size: 98 Maintainer: RPM packaging team Architecture: armhf Depends: libc6 (>= 2.34), libcurl4 (>= 7.16.2), libzck1 (= 1.3.1+ds1-1~bpo12+1) Size: 29656 SHA256: 848b81c802054941cb06c0a4592c9b8a24099cef6127e88f8ee0cb7fe562bd86 SHA1: a7c48e37e8dba850080c66a6693ec26d0d9ed6d2 MD5sum: 10b2b14afb2cccbc27447d74fc59c980 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_armhf.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