Package: 7zip Version: 24.08+dfsg-1~bpo12+1 Installed-Size: 7275 Maintainer: YOKOTA Hiroshi Architecture: i386 Replaces: p7zip (<= 16.02+dfsg-8), p7zip-full (<= 16.02+dfsg-8) Provides: p7zip, p7zip-full Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.2), libstdc++6 (>= 5) Suggests: 7zip-standalone, 7zip-rar Breaks: p7zip (<= 16.02+dfsg-8), p7zip-full (<= 16.02+dfsg-8) Size: 1692752 SHA256: 43281e000e0609061ffd19faacaaca76b13b5fcd02f09aad9fa0e91463fdab0f SHA1: a5a786fd5de0fb117f90fc085432afbb5faea0a3 MD5sum: 71308891b7a35bd7271e459225b70f90 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.08+dfsg-1~bpo12+1_i386.deb Package: 7zip-standalone Source: 7zip Version: 24.08+dfsg-1~bpo12+1 Installed-Size: 2831 Maintainer: YOKOTA Hiroshi Architecture: i386 Replaces: 7zip (<< 23.01+dfsg-4~) Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.2), libstdc++6 (>= 5) Suggests: 7zip (= 24.08+dfsg-1~bpo12+1) Size: 1097612 SHA256: 03120161ea9efd8b31ed62ad53b7e227afaf3117ebeafe07530b6ec42f97498b SHA1: cb7b68339b1f4750d7ce8b43e03d9ab4afceff2d MD5sum: 078e901d88945599039f8852f24f0881 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.08+dfsg-1~bpo12+1_i386.deb Package: accerciser Version: 3.42.0-1~bpo12+1 Installed-Size: 4710 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-xlib, python3-pyatspi Size: 1651864 SHA256: e5b1837cd11cd2e6ce54bafeb05c8a601f60d23b2dceabb2e983710c33444982 SHA1: 8f1fd6f4f9c4fcb499f566c28355647481a55dfd MD5sum: d9f22a4a6572d3d09314e2432f85d852 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.42.0-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-2~bpo12+1) Version: 1:34.0.5-2~bpo12+1 Installed-Size: 903 Maintainer: Android Tools Maintainers Architecture: i386 Provides: android-tools-adb Depends: android-libbase (>= 34.0.5), android-libboringssl (>= 13.0.0+r24), android-libcutils (= 1:34.0.5-2~bpo12+1), android-liblog (>= 34.0.5), android-libziparchive (>= 34.0.5), libbrotli1 (>= 0.6.0), libc6 (>= 2.34), libgcc-s1 (>= 4.2), 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: 301520 SHA256: 13786c586b7759e6025984f054fb359e3388c3de9e12e53673bcde846eb2ac46 SHA1: ca46aca0d110c0f3044e6df6a21d1d830d1d01d0 MD5sum: 6b879e88a4662cc1dcd7f425083794bb 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-2~bpo12+1_i386.deb Package: androguard Version: 3.4.0~a1-14~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: 35671744 SHA256: 3113c9adce7173502136ee35ed0364f931ab1fb852b179d0e66f4aa4dd82faa6 SHA1: 867a58ec9112e62a6451bd068330cdc41115972a MD5sum: 70a184da90d5b89f88f26598a887f770 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-14~bpo12+1_all.deb Package: android-libbacktrace Source: android-platform-tools (34.0.5-2~bpo12+1) Version: 1:34.0.5-2~bpo12+1 Installed-Size: 607 Maintainer: Android Tools Maintainers Architecture: i386 Depends: android-libbase (= 1:34.0.5-2~bpo12+1), android-liblog (>= 34.0.5), libc6 (>= 2.34), libgcc-s1 (>= 4.2), libstdc++6 (>= 11), 7zip Breaks: android-libbacktrace-dev (<< 1:33) Size: 172128 SHA256: daa4734c14dce105229adf581dda8cda0ab05510fd9c9c2b723cf349dadcddd6 SHA1: 725bbfcb8021a0c488c37a81ff623121600093bb MD5sum: eee126584e68b2fe452b2d01cec25c7a 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-2~bpo12+1_i386.deb Package: android-libbacktrace-dev Source: android-platform-tools (34.0.5-2~bpo12+1) Version: 1:34.0.5-2~bpo12+1 Installed-Size: 62 Maintainer: Android Tools Maintainers Architecture: i386 Replaces: android-libbacktrace (<< 1:33) Depends: android-libbacktrace (= 1:34.0.5-2~bpo12+1) Breaks: android-libbacktrace (<< 1:33) Size: 20636 SHA256: 857a3a5b2472e51cd8658f856a6b05bcbabf8c1f8041d0da8d6c7a081470b51e SHA1: 8d534f1c9cb491c381c5f0964ed99de728df2e3c MD5sum: 32cc97dc608f58663837d0435068126e 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-2~bpo12+1_i386.deb Package: android-libbase Source: android-platform-tools (34.0.5-2~bpo12+1) Version: 1:34.0.5-2~bpo12+1 Installed-Size: 359 Maintainer: Android Tools Maintainers Architecture: i386 Depends: android-liblog (= 1:34.0.5-2~bpo12+1), libc6 (>= 2.34), libgcc-s1 (>= 4.2), libstdc++6 (>= 11) Breaks: android-libbase-dev (<< 1:33) Size: 109452 SHA256: 24556d6133d76b3c8b6312ca6deff909deb1af00a87efc5bf96edcc8546b6377 SHA1: 2d691a3266c3cac2f8fc06c14eec1f83c7cc78bf MD5sum: 4081094161b3b4f93a0d10e1400461a8 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-2~bpo12+1_i386.deb Package: android-libbase-dev Source: android-platform-tools (34.0.5-2~bpo12+1) Version: 1:34.0.5-2~bpo12+1 Installed-Size: 688 Maintainer: Android Tools Maintainers Architecture: i386 Replaces: android-libbase (<< 1:33) Depends: android-libbase (= 1:34.0.5-2~bpo12+1), android-liblog-dev (= 1:34.0.5-2~bpo12+1) Breaks: android-libbase (<< 1:33) Size: 142916 SHA256: c1ffc486072b41920c910942318714cfc29e2c8cd9c812e15b340a134df31a83 SHA1: c7ce85bb7abf9011ad458f3443cd73d1b168f195 MD5sum: d0cc51b9e9ae2dfa82b70d20b6c64672 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-2~bpo12+1_i386.deb Package: android-libcutils Source: android-platform-tools (34.0.5-2~bpo12+1) Version: 1:34.0.5-2~bpo12+1 Installed-Size: 121 Maintainer: Android Tools Maintainers Architecture: i386 Depends: android-libbase (= 1:34.0.5-2~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: 41620 SHA256: d57d28101b3bb837f7fffd14731473bc130f876d92446310dce33962d6473318 SHA1: 01f9e6c7e7c4d62f73e307f60bc1bb7f3b89dba9 MD5sum: 72f68767de17ef14daca7c0c0cddc226 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-2~bpo12+1_i386.deb Package: android-libcutils-dev Source: android-platform-tools (34.0.5-2~bpo12+1) Version: 1:34.0.5-2~bpo12+1 Installed-Size: 143 Maintainer: Android Tools Maintainers Architecture: i386 Replaces: android-libcutils (<< 1:33) Depends: android-libcutils (= 1:34.0.5-2~bpo12+1), android-libbase-dev (= 1:34.0.5-2~bpo12+1), android-platform-system-core-headers (= 1:34.0.5-2~bpo12+1), libbsd-dev Breaks: android-libcutils (<< 1:33) Size: 33644 SHA256: 5cd4694cc9f81b5023d46c4aca64183796bac003fbed2480995fb97f0e5b3b37 SHA1: 03cba6d87e9ff89fa372ec8db0c485d6ee15aa69 MD5sum: 213e817646a33ae74fc2ca7108a50603 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-2~bpo12+1_i386.deb Package: android-liblog Source: android-platform-tools (34.0.5-2~bpo12+1) Version: 1:34.0.5-2~bpo12+1 Installed-Size: 112 Maintainer: Android Tools Maintainers Architecture: i386 Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.2), libstdc++6 (>= 11) Breaks: android-liblog-dev (<< 1:33) Size: 40032 SHA256: ed05760d851a3cc150525a9c9b0d423e7f44c978e05275cf537c593d28950f24 SHA1: 959c3fb657910e17d7b52d05afccab31cac66be1 MD5sum: 4b593a0d713577999bb0b6bde26403d5 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-2~bpo12+1_i386.deb Package: android-liblog-dev Source: android-platform-tools (34.0.5-2~bpo12+1) Version: 1:34.0.5-2~bpo12+1 Installed-Size: 136 Maintainer: Android Tools Maintainers Architecture: i386 Replaces: android-liblog (<< 1:33) Depends: android-liblog (= 1:34.0.5-2~bpo12+1) Breaks: android-liblog (<< 1:33) Size: 34564 SHA256: 31469a83e4714a2f1f3513201e83e4942b28804e9be8699f243ab61a9a7aa727 SHA1: 1a83fa2fcd54dec64f4cbf9f4b94d1ff25006879 MD5sum: e5eb96ee429ac9f363e49bff6fd31753 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-2~bpo12+1_i386.deb Package: android-libnativehelper Source: android-platform-tools Version: 34.0.5-2~bpo12+1 Installed-Size: 84 Maintainer: Android Tools Maintainers Architecture: i386 Replaces: android-libnativehelper-dev (<< 33) Depends: android-liblog (= 1:34.0.5-2~bpo12+1), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 4.1.1) Breaks: android-libnativehelper-dev (<< 33) Size: 25644 SHA256: 7c7341d999dd470ce874b0d5a6815b54b671a1ae84f6afedee7feafa226ab0b5 SHA1: 533eecc5dd87feabd91e54fa1c1859e6921c243d MD5sum: c2afb2a595a3486eb04f148a2896c240 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-2~bpo12+1_i386.deb Package: android-libnativehelper-dev Source: android-platform-tools Version: 34.0.5-2~bpo12+1 Installed-Size: 243 Maintainer: Android Tools Maintainers Architecture: i386 Replaces: android-libnativehelper (<< 33) Depends: android-libnativehelper (= 34.0.5-2~bpo12+1) Breaks: android-libnativehelper (<< 33) Size: 51636 SHA256: 45fa5456ef07cf95d1ec506304e4d7b2a5a2d339ffebfa9654d128c5d974965e SHA1: c06870f1e77f0306ee967f56b108649223651bd0 MD5sum: 4ea9bbd8d3aa22a60bb203ecab18cdaf 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-2~bpo12+1_i386.deb Package: android-libsparse Source: android-platform-tools (34.0.5-2~bpo12+1) Version: 1:34.0.5-2~bpo12+1 Installed-Size: 105 Maintainer: Android Tools Maintainers Architecture: i386 Depends: android-libbase (= 1:34.0.5-2~bpo12+1), libc6 (>= 2.4), libgcc-s1 (>= 4.2), libstdc++6 (>= 4.1.1), zlib1g (>= 1:1.2.3.4) Breaks: android-libsparse-dev (<< 1:33) Size: 37156 SHA256: 75c4e82f69593a7364658158b260ef9c4356d77e172aa76be5e68c57aa9f2e20 SHA1: 49268ab7bff84ac7753423d8fbe65c5cb89b0baa MD5sum: c4e80607b35797baad877e042bdaacf8 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-2~bpo12+1_i386.deb Package: android-libsparse-dev Source: android-platform-tools (34.0.5-2~bpo12+1) Version: 1:34.0.5-2~bpo12+1 Installed-Size: 78 Maintainer: Android Tools Maintainers Architecture: i386 Replaces: android-libsparse (<< 1:33) Depends: android-libsparse (= 1:34.0.5-2~bpo12+1) Breaks: android-libsparse (<< 1:33) Size: 23524 SHA256: 95dd68334ef6ef277cd28463d6f2194ea32f4ddde1f90474c6d665ac54dc0a1d SHA1: 288a551474a9f9202ba7288a408bc34c32336c43 MD5sum: 92ae0e3d924fa8e44690d27156b2564f 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-2~bpo12+1_i386.deb Package: android-libutils Source: android-platform-tools (34.0.5-2~bpo12+1) Version: 1:34.0.5-2~bpo12+1 Installed-Size: 187 Maintainer: Android Tools Maintainers Architecture: i386 Depends: android-libbacktrace (= 1:34.0.5-2~bpo12+1), android-libcutils (= 1:34.0.5-2~bpo12+1), android-liblog (>= 34.0.5), libc6 (>= 2.34), libgcc-s1 (>= 4.2), libstdc++6 (>= 11) Breaks: android-libutils-dev (<< 1:33) Size: 61728 SHA256: 0064616417ba075ae34aed10033f35f4b4accad9588a0818088028b88913903c SHA1: 10aa8e44646bfada558fa44f0b6f63d9a49c6265 MD5sum: 7d25efa19c2162f9dbc294857f2d3eac 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-2~bpo12+1_i386.deb Package: android-libutils-dev Source: android-platform-tools (34.0.5-2~bpo12+1) Version: 1:34.0.5-2~bpo12+1 Installed-Size: 358 Maintainer: Android Tools Maintainers Architecture: i386 Replaces: android-libutils (<< 1:33) Depends: android-libbacktrace-dev (= 1:34.0.5-2~bpo12+1), android-libcutils-dev (= 1:34.0.5-2~bpo12+1), android-libutils (= 1:34.0.5-2~bpo12+1), android-platform-system-core-headers (= 1:34.0.5-2~bpo12+1) Breaks: android-libutils (<< 1:33) Size: 69416 SHA256: 65767d2c0c42fc84351ae353e748d829ac8b10f7c3c6900ff14da5121c33afb8 SHA1: 80ac3ffad0e63da151006df89f835e2712839549 MD5sum: 42c8e7a93f983d397f71295d9816f1b7 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-2~bpo12+1_i386.deb Package: android-libziparchive Source: android-platform-tools (34.0.5-2~bpo12+1) Version: 1:34.0.5-2~bpo12+1 Installed-Size: 154 Maintainer: Android Tools Maintainers Architecture: i386 Depends: android-libbase (= 1:34.0.5-2~bpo12+1), android-liblog (>= 34.0.5), libc6 (>= 2.33), libgcc-s1 (>= 4.2), libstdc++6 (>= 4.3), zlib1g (>= 1:1.1.4) Breaks: android-libziparchive-dev (<< 1:33) Size: 53516 SHA256: fe372e84886a31b6aa9c01b545198c8383e20dfcb0603f50f5981d2dd16ee6ec SHA1: dc54bb6c37f9f9c6660d68bb2c84dc99effd4c97 MD5sum: fd30e4c6a24aa2ab5cefe76d01f0d462 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-2~bpo12+1_i386.deb Package: android-libziparchive-dev Source: android-platform-tools (34.0.5-2~bpo12+1) Version: 1:34.0.5-2~bpo12+1 Installed-Size: 87 Maintainer: Android Tools Maintainers Architecture: i386 Replaces: android-libziparchive (<< 1:33) Depends: android-libziparchive (= 1:34.0.5-2~bpo12+1), libgtest-dev Breaks: android-libziparchive (<< 1:33) Size: 26496 SHA256: b99b8b01e626ca5815bf5be4542709ecb649b0204e8ef6a6bd797d425f0601a1 SHA1: 5dcbea98b80515b7cce12f14428da87394fdc459 MD5sum: cb4056ea49f7606606a751336be0d10d 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-2~bpo12+1_i386.deb Package: android-platform-frameworks-native-headers Source: android-platform-tools (34.0.5-2~bpo12+1) Version: 1:34.0.5-2~bpo12+1 Installed-Size: 724 Maintainer: Android Tools Maintainers Architecture: all Size: 130372 SHA256: 96d8d65e5d91e3544b9bc98ae769cc4ee797a5775745bb2ac1b6084e00fbe57d SHA1: eec4f15fb34bb2943f2c219effa15666f99d58a2 MD5sum: e0efc8daaf3e890a8e78cfebeae15aae 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-2~bpo12+1_all.deb Package: android-platform-system-core-headers Source: android-platform-tools (34.0.5-2~bpo12+1) Version: 1:34.0.5-2~bpo12+1 Installed-Size: 477 Maintainer: Android Tools Maintainers Architecture: all Breaks: android-libunwind-dev (<< 10.0.0+r36-5) Size: 89468 SHA256: 840fd10c905b110f3771b69dd0e4b81c556a4cb979b0bbc7fb179c436c39d749 SHA1: 60d5f8afea70a2ebcd0322d985258e9352d32ee1 MD5sum: 4276df5a2595015f74cf113bc0501b06 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-2~bpo12+1_all.deb Package: android-sdk-libsparse-utils Source: android-platform-tools (34.0.5-2~bpo12+1) Version: 1:34.0.5-2~bpo12+1 Installed-Size: 90 Maintainer: Android Tools Maintainers Architecture: i386 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-2~bpo12+1), android-liblog (>= 34.0.5), android-libsparse (= 1:34.0.5-2~bpo12+1), libc6 (>= 2.34), libgcc-s1 (>= 4.2), 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: 25004 SHA256: 961617c45c620202023abddffde0964fb1ac541fc5d8829a4914de49a8971075 SHA1: 7939ac1fc7afb0abf8150d122d5ef767145da8af MD5sum: 759fe283ea1d02dd85ea7bd67b544e7a 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-2~bpo12+1_i386.deb Package: ant Version: 1.10.14-1~bpo12+1 Installed-Size: 2386 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: 2161680 SHA256: 0e199a6e378319913aea1b3f3e8e344310390a3174f8ae9ea82724daa38be5b0 SHA1: 2bc06bf5b2fe73690a6d8a432702414c49b24728 MD5sum: c974a320200a8bafa36ae71970fb7ba7 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.14-1~bpo12+1_all.deb Package: ant-doc Source: ant Version: 1.10.14-1~bpo12+1 Installed-Size: 41602 Maintainer: Debian Java Maintainers Architecture: all Suggests: ant Size: 2175076 SHA256: 1e7fa1b08887d3da69088bda51ef6e460a7ec3686fa6c564332b9d4fd29af794 SHA1: 49114ca1d6e13b55f00c560b8929f9176342e298 MD5sum: 76a88407b4c3d0a4551e9ab6b9fc632e 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.14-1~bpo12+1_all.deb Package: ant-optional Source: ant Version: 1.10.14-1~bpo12+1 Installed-Size: 1107 Maintainer: Debian Java Maintainers Architecture: all Depends: ant (= 1.10.14-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: 455108 SHA256: 30a3c5a0b50839c11503494256630b197d59e5dbe695e5fe51339fc5d3377bae SHA1: 48b8a7450e979ae33298e6bea112accd39bc7e8b MD5sum: abdb9e18ceac1afd58d9ea122ac7bc1b 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.14-1~bpo12+1_all.deb Package: approx Version: 5.13-1~bpo12+1 Installed-Size: 6029 Maintainer: Debian OCaml Maintainers Architecture: i386 Depends: libc6 (>= 2.35), adduser, bzip2, curl, xz-utils Suggests: libconfig-model-approx-perl Size: 1387256 SHA256: fbca5441439d0bbc9956f3e5e1daf322cc6b3b841e58b1600586797e79ece4dc SHA1: 1477dc6cf7afaa50d65ef38eb7726d064c23737d MD5sum: 3dd71753891347d38802073c2213ff7f 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_i386.deb Package: aqbanking-tools Source: libaqbanking Version: 6.5.12beta-1~bpo12+1 Installed-Size: 219 Maintainer: Micha Lenk Architecture: i386 Depends: libaqbanking44 (>= 6.4.0), libc6 (>= 2.34), libgwenhywfar79 (>= 5.11.2) Suggests: gwenhywfar-tools Size: 52520 SHA256: 3dfa7b544064ee02e710451e779585a7c17ac004c03d49318d838f4978dc7aa8 SHA1: fabfbe02b8ffc4f4d0c8972c67195ab59bbccc28 MD5sum: 34e4c156f7d785a9fa704a58d8b5b3e8 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.5.12beta-1~bpo12+1_i386.deb Package: arc-kde Version: 20220908-2~bpo12+1 Installed-Size: 35220 Maintainer: Debian Desktop Themes Team Architecture: all Provides: qt5-style-kvantum-theme Recommends: qt5-style-kvantum, papirus-icon-theme, arc-theme Size: 32992148 SHA256: 674713ad3bc750784b56ea1fc077cad8fa9aef4429b7b17e02dbd38dab240063 SHA1: 082754c311e57068fff75ffb7146f56f53c24628 MD5sum: d27f874a1285ec35214d09e9f1fc8640 Description: Port of the popular GTK theme Arc for Plasma 5 This is a Arc KDE port of the popular GTK theme Arc for Plasma 5 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-2~bpo12+1_all.deb Package: at-spi2-common Source: at-spi2-core Version: 2.52.0-1~bpo12+1 Installed-Size: 1330 Maintainer: Debian Accessibility Team Architecture: all Replaces: at-spi2-core (<< 2.46.0-2~) Breaks: at-spi2-core (<< 2.46.0-2~) Size: 166312 SHA256: 0950be82ff5ddce2d774e24477d7252314c65ee795d810b4b0317688310c5143 SHA1: c3d9b6694f37930c78d908e49d8f6074cb5fb1d9 MD5sum: 739860383a930d87176db7ffae3e0c80 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.52.0-1~bpo12+1_all.deb Package: at-spi2-core Version: 2.52.0-1~bpo12+1 Installed-Size: 214 Maintainer: Debian Accessibility Team Architecture: i386 Depends: libatspi2.0-0 (>= 2.9.90), 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: 62312 SHA256: bb1ef3dac3816af1f6cbf8f5daadbefbf8e2990a796a4b9b6f304096489bf705 SHA1: 66cfdbf8b884e70ecd7c63b339ed27db0cd32a3f MD5sum: cb6563a3fef0196620c67776ec892b59 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.52.0-1~bpo12+1_i386.deb Package: at-spi2-doc Source: at-spi2-core Version: 2.52.0-1~bpo12+1 Installed-Size: 3315 Maintainer: Debian Accessibility Team Architecture: all Suggests: devhelp Size: 182984 SHA256: a8061259a0913c2aeeff83f03c21bc026b298b399e2190b16eba7baa3524af01 SHA1: 7bdae80f0d296c716f76f2a5458e82712248d45a MD5sum: f51b90b00dfc2b7792880f3da589bcfe 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.52.0-1~bpo12+1_all.deb Package: atomes Version: 1.1.14-1.1~bpo12+1 Installed-Size: 3145 Maintainer: Debichem Team Architecture: i386 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: 1000692 SHA256: a88e92f46c3e28f7caff46f29f5502b96209990c8847777c23a5b8ca9fab194d SHA1: 57aaac4a7ea76afbe134dbc84f5f555fafa95160 MD5sum: a69675a7de1b3fcba918c204b854ab86 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_i386.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: 11894 Maintainer: John Paul Adrian Glaubitz Architecture: i386 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 (>= 4.2), 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: 6816640 SHA256: abd27f71c5cd8ec7d657662d932bd7249c27934edbcac200ce8dcb8f114650b2 SHA1: cb3255ae727c8bab2787c13656663a6e3087c971 MD5sum: eff77d133ae6c82dd7f54f73e5cfb0ad 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_i386.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.38~bpo12+1 Installed-Size: 630 Maintainer: Debian CI team Architecture: all Depends: apt-utils, libdpkg-perl, mawk (>= 1.3.4), procps, python3, python3-debian, retry Recommends: autodep8, fakeroot Suggests: docker.io, fakemachine, genisoimage, incus, lxc (>= 1:4.0.2-1~), lxd, ovmf, ovmf-ia32, podman, python3-distro-info, qemu-efi-aarch64, qemu-efi-arm, qemu-efi-riscv64, qemu-system, qemu-utils, schroot, util-linux (>= 2.38), vmdb2 (>= 0.25-1~), zerofree Breaks: debci (<< 1.7~) Size: 176940 SHA256: bb54f2455efbca625796b7340941a35f51609de250aa6a52790160eaddfdec39 SHA1: eb47b6a418cfd31df95db4027b0f26e0f9175081 MD5sum: e7e840b73991d7ca624c13eb5b1d238c 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 need to install additional packages (schroot, lxc, lxd, or qemu-system) . 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.38~bpo12+1_all.deb Package: awf-gtk3 Source: awf-gtk Version: 2.8.0-1~bpo12+1 Installed-Size: 149 Maintainer: Fabrice Creuzot Architecture: i386 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: 36060 SHA256: 01a69868d42b72d1cea1dd0329ed73619edc858f1797f98e3e0b50b6e1e49eab SHA1: 22f7df053d8baf5e22ec8399bb203b60eb0c35ee MD5sum: b72aa31ed0f81b3999cc337cbe70ea53 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_i386.deb Package: awf-gtk4 Source: awf-gtk Version: 2.8.0-1~bpo12+1 Installed-Size: 141 Maintainer: Fabrice Creuzot Architecture: i386 Depends: libc6 (>= 2.34), libglib2.0-0 (>= 2.31.8), libgtk-4-1 (>= 4.0.0), libpango-1.0-0 (>= 1.18.0) Size: 35344 SHA256: 91c196704ec1960d2130885ffdc69d1eee316233f34751a3f850575159f9fdcc SHA1: 3adc91d9da83e91a76a6414cc3b8193befcc7910 MD5sum: 8b613e86ae78110beb0b163a584c1869 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_i386.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: 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: 2024.2-1~bpo12+1 Installed-Size: 216 Maintainer: Debian CommunityWLAN Team Architecture: i386 Depends: libc6 (>= 2.34), libnl-3-200 (>= 3.2.7), libnl-genl-3-200 (>= 3.2.7) Size: 86392 SHA256: 6e51e9ecf5d83b772ec0206aa82b51537977b8e4d86790a339afc5481bcc095c SHA1: d7b182954bf816e8e5a131630bbb81b2a8e00c08 MD5sum: fa3efa8c99731d3427dc73d2d36ef8ce 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_2024.2-1~bpo12+1_i386.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.6.0.0-1~bpo12+1 Installed-Size: 19634 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: 18311188 SHA256: 6e7d64fa3181767cebc056525493182c990b44933648a468f71579e313be0761 SHA1: 3bcdebaf3d695021d17f5b63d101b77b57e2fe72 MD5sum: 4cc5b5c94c5037242369f43f7dceac0b 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.6.0.0-1~bpo12+1_all.deb Package: biglybtd Source: biglybt Version: 3.6.0.0-1~bpo12+1 Installed-Size: 91 Maintainer: Debian Java Maintainers Architecture: all Depends: biglybt, systemd Suggests: sudo, xauth Size: 51240 SHA256: fcd5f5a849bf8f02e000ed4c2b100f2fa8eae512cabe8f56507e4aa6e641773b SHA1: 6d270448ab7d39d56aa6c219b23d56a1cb3d440b MD5sum: 597584b465ba70a339ffdc2a156c370a 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.6.0.0-1~bpo12+1_all.deb Package: binoculars Version: 0.0.17-1~bpo12+1 Installed-Size: 16 Maintainer: Debian PaN Maintainers Architecture: all Depends: python3-binoculars (>= 0.0.17-1~bpo12+1), python3-numpy, python3:any Size: 3728 SHA256: 09a3f2b7c8bf0d47917bdb307dfb609c6adc67b2a57f1849243e51c2b9c74611 SHA1: 934f37574b1db9be93ded07b3dedca45990b4ffc MD5sum: 3508ea4b92f6721db86fcec763739665 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.17-1~bpo12+1_all.deb Package: binoculars-doc Source: binoculars Version: 0.0.17-1~bpo12+1 Installed-Size: 1898 Maintainer: Debian PaN Maintainers Architecture: all Depends: libjs-sphinxdoc (>= 5.2) Size: 109612 SHA256: 43e21eb7aec2b6b7ed157f6fd6ea64c4d30e2d8bbaa196210cf24adc8dd2b13e SHA1: ed16fafdd20069de706713fb1989f8df398c569d MD5sum: 0e99a16020419231df6d9f87aa8d2f1f 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.17-1~bpo12+1_all.deb Package: bootlogd Source: sysvinit Version: 3.08-3~bpo12+2 Installed-Size: 151 Maintainer: Debian sysvinit maintainers Architecture: i386 Replaces: manpages-fr (<< 4.15.0-9~) Depends: sysvinit-utils (>= 3.05-1), libc6 (>= 2.34) Breaks: manpages-fr (<< 4.15.0-9~) Size: 68696 SHA256: a3dfb0f897f6af9adc9e70b2e2bb306ce77ba936bf9111e59947bc460d80bbec SHA1: 11339c23bb090c199a492b8fc76cf4a2c20e0377 MD5sum: 159f3efa6dd345927ed9aabd77321463 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_i386.deb Package: borgbackup Version: 1.2.8-1~bpo12+1 Installed-Size: 3358 Maintainer: Debian Borg Collective Architecture: i386 Depends: python3-pkg-resources, python3 (<< 3.12), python3 (>= 3.11~), python3-msgpack, python3-packaging, python3:any, libacl1 (>= 2.2.23), libc6 (>= 2.34), liblz4-1 (>= 0.0~r130), libssl3 (>= 3.0.0), libxxhash0 (>= 0.6.5), libzstd1 (>= 1.5.2) Recommends: fuse3 Suggests: python3-pyfuse3, borgbackup-doc Size: 876316 SHA256: adb81ab7a1f2c28c5fb86391d5be92edd0f5e2653d9b9e8bf383f28b4e9ed981 SHA1: 925fb26dae2ea824b579e24cc93751af41bbf390 MD5sum: 4f5831220029cc4c1ab2bb21bb7b3d46 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.2.8-1~bpo12+1_i386.deb Package: borgbackup-doc Source: borgbackup Version: 1.2.8-1~bpo12+1 Installed-Size: 7911 Maintainer: Debian Borg Collective Architecture: all Depends: libjs-sphinxdoc (>= 5.2), libjs-bootstrap, fonts-liberation Size: 2912644 SHA256: e73747202b60180d7b65cf0d9b604abdc36957bd83fa5db2ff95a2b9e3caccdd SHA1: 1f8a4a5d1f085b098bc0dffa794e94c89324df25 MD5sum: 2da7c6fe93e331f7f4c86895534ffd05 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.2.8-1~bpo12+1_all.deb Package: bpftool Source: linux (6.6.13-1~bpo12+1) Version: 7.3.0+6.6.13-1~bpo12+1 Installed-Size: 1488 Maintainer: Debian Kernel Team Architecture: i386 Depends: libc6 (>= 2.34), libcap2 (>= 1:2.10), libelf1 (>= 0.144), zlib1g (>= 1:1.2.3.3) Size: 1033412 SHA256: f5827d5c8223df10f3350b156ad13b41c2dfc608e3041679a5a9113c1d3824cc SHA1: 6908c1a4e7a0c3942f8600e122fe2008840fb5d4 MD5sum: f06eb4e6d568273ba215e00556c84e16 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_i386.deb Package: brltty Version: 6.6-5~bpo12+1 Installed-Size: 8493 Maintainer: Debian Accessibility Team Architecture: i386 Replaces: libbrlapi1 (<< 3.7.2-7.1) Depends: libasound2 (>= 1.0.16), libbluetooth3 (>= 4.91), libbrlapi0.8 (>= 6.6), 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: 1555780 SHA256: bdd02e1c5a0a284a6eb8a57c1b41200fb27428667d1f1b97453ba8bdfa6f973b SHA1: 9c4cdeef2f60113b72333ede674ece5a9523ba3f MD5sum: 66c048af2961e94489b335d908e554a0 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.6-5~bpo12+1_i386.deb Package: brltty-espeak Source: brltty Version: 6.6-5~bpo12+1 Installed-Size: 106 Maintainer: Debian Accessibility Team Architecture: i386 Depends: libc6 (>= 2.4), libespeak-ng1 (>= 1.51+dfsg), brltty (= 6.6-5~bpo12+1) Size: 75012 SHA256: b18eebea8d04c49d2d270b3144398a82c168f20af44e6f8238fd742ab37695ff SHA1: b31b5be2506d70346a5fa1471b525b285e8f59b7 MD5sum: 567050daba730b37ae7474f1f604b990 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.6-5~bpo12+1_i386.deb Package: brltty-flite Source: brltty Version: 6.6-5~bpo12+1 Installed-Size: 92 Maintainer: Debian Accessibility Team Architecture: i386 Depends: libc6 (>= 2.4), libflite1 (>= 1.4-release-9~), brltty (= 6.6-5~bpo12+1) Size: 74232 SHA256: 082b0068a0f18f0a045d2dcafece23c768b79593ee51f2507b88dcc3e7c537b6 SHA1: f661d73ed5dac624582aa95aaef736bba24c7e6b MD5sum: 78743e42b7750f42bebf1e2ea3cd832e 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.6-5~bpo12+1_i386.deb Package: brltty-speechd Source: brltty Version: 6.6-5~bpo12+1 Installed-Size: 92 Maintainer: Debian Accessibility Team Architecture: i386 Depends: libc6 (>= 2.4), libspeechd2 (>= 0.7.1), brltty (= 6.6-5~bpo12+1) Recommends: speech-dispatcher Size: 74764 SHA256: 8daa491362cf12a6fa45c4e4d19395c0c084585f5376a66461ffc282cceadd0f SHA1: b62dc376a9cd6290b70072816bfb6ddc13a13626 MD5sum: 9f717c89684c25a36d0a67c18d9c0aa7 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.6-5~bpo12+1_i386.deb Package: brltty-x11 Source: brltty Version: 6.6-5~bpo12+1 Installed-Size: 156 Maintainer: Debian Accessibility Team Architecture: i386 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.6-5~bpo12+1) Recommends: xbrlapi Size: 95544 SHA256: 5222a7270d13646eb58b9a93da057159866254f8e5145766ac173320a0733ea2 SHA1: 6d91933b368ae7522c0968e880772e89a0dfee8d MD5sum: 567c4ba260b7b30e2748f9a2494b30ca 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.6-5~bpo12+1_i386.deb Package: btag Version: 1.4.1-0.1~bpo12+1 Installed-Size: 188 Maintainer: Fernando Tarlá Cardoso Lemos Architecture: i386 Depends: libboost-filesystem1.74.0 (>= 1.74.0+ds1), libboost-locale1.74.0 (>= 1.74.0+ds1), libc6 (>= 2.34), libcue2, libedit2 (>= 3.1-20140620-0), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2), libtag1v5 (>= 1.9.1-2.2~) Size: 65812 SHA256: da23b36c3c8de130e6a01adfd31efa4975aa4fbc0d3e289b7fc44b88bddaa9d8 SHA1: 0ec1f4cc6c546eaaee57fd525acdb807b3d60243 MD5sum: 5a67af5d260788d6422e0dcd34ba2c3f 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_i386.deb Package: btrfs-progs Version: 6.6.3-1.2~bpo12+1 Installed-Size: 5162 Maintainer: Adam Borowski Architecture: i386 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: 895360 SHA256: 403abe717e3ada6b4d023b0e15e2e37836eeab361ee58f7cff68a87938cef9d4 SHA1: da8bcecfd9cb9ff2f015f5d3fa24dc8beb539f1d MD5sum: 05e5b94e0f59abf6e196f0ea67f99d72 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.6.3-1.2~bpo12+1_i386.deb Package: buildd Source: sbuild Version: 0.85.11~bpo12+1 Installed-Size: 290 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, sysvinit-utils (>= 3.05-4) | lsb-base (>= 3.0-6), sbuild (= 0.85.11~bpo12+1), schroot, perl:any Recommends: sudo Suggests: wanna-build Breaks: ubuntu-dev-tools (<= 0.83) Size: 73140 SHA256: 48939f61d6c4f3d4a8f64dedc601c037c30e36e36d48f10620343813562936b0 SHA1: bb47a8ec146c5336d2f44c867007795e68af1891 MD5sum: c71c444b033c7d652f7713a88faba69c 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.85.11~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: 10445 Maintainer: Jonathan Carter Architecture: i386 Depends: os-prober, kpackagetool5, libc6 (>= 2.34), libcrypt1 (>= 1:4.1.0), libgcc-s1 (>= 4.2), 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: 4279980 SHA256: 0732db62858e8cb0d3b7cc6ea296b113ed0c3c958e5febe406a5d1e67b95109a SHA1: 98a5de7896fb910fae25d04a4a0f5a30e9416d43 MD5sum: 685090dd74b4d836829114845787be96 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_i386.deb Package: cgi-mapserver Source: mapserver Version: 8.2.2-1~bpo12+1 Installed-Size: 108 Maintainer: Debian GIS Project Architecture: i386 Depends: mapserver-bin Suggests: mapserver-doc, libmapscript-perl, php-mapscript-ng, python3-mapscript Size: 71704 SHA256: 272423a2f7bf88eb20927559a9f50a1cab19b7c705e8686144c8a98cd5c9a581 SHA1: 470843ddab24f4b25f8a330ab0035a3977d2ecaa MD5sum: 193ba3725bcc282be31c6677556fd682 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.2.2-1~bpo12+1_i386.deb Package: ckermit Version: 414~beta11-3~bpo12+1 Installed-Size: 3153 Maintainer: John Goerzen Architecture: i386 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: 1052320 SHA256: 62f18bc084419d3890d9d996e924ea0d24ea4cb059d0807e421d971bdd581e59 SHA1: daf8fd7056643c1b97c32eb52e51d9d8559311f5 MD5sum: 6e1ce69efe27ac0a769934b6fe0afef2 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_i386.deb Package: cl-brlapi Source: brltty Version: 6.6-5~bpo12+1 Installed-Size: 93 Maintainer: Debian Accessibility Team Architecture: all Depends: cl-cffi, libbrlapi0.8 Size: 74812 SHA256: 7cf7a23e0ec1a9d5dc70a026e0d997cd69704b748c0f1931141595c52c0d6726 SHA1: 4bd42757ac1dcf381199833ed8b6a83672ea024c MD5sum: 12d7b9db871a3f7a1092b7e31732bfea 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.6-5~bpo12+1_all.deb Package: cl-speech-dispatcher Source: speech-dispatcher Version: 0.11.5-4~bpo12+1 Installed-Size: 54 Maintainer: Debian TTS Team Architecture: all Depends: cl-regex Size: 14544 SHA256: fa90df138eb2c90297533f060f41941ca668f7db975b1c69c0816882fdb231c3 SHA1: b12c9c14c7fad2a09c6ff04e2d08b612db52d400 MD5sum: 3e2f0c01b69a3271f3fcc112f39ddcd0 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.11.5-4~bpo12+1_all.deb Package: claws-mail Version: 4.3.0-1~bpo12+1 Installed-Size: 5272 Maintainer: Ricardo Mones Architecture: i386 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.0-1~bpo12+1), www-browser, gedit | kwrite | mousepad | nedit, claws-mail-tools Size: 1839764 SHA256: adcd00829a8a4833a235938b1b048ec8977ed7cb919c7390396bf4adb878f36a SHA1: 7a810d3a999ca4daf05c8cb5ad224cedcc3ec9fd MD5sum: 4d527a83082a7cf51aa7600163f7b165 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.0-1~bpo12+1_i386.deb Package: claws-mail-acpi-notifier Source: claws-mail Version: 4.3.0-1~bpo12+1 Installed-Size: 343 Maintainer: Ricardo Mones Architecture: i386 Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.12.0), libgtk-3-0 (>= 3.9.12), claws-mail (= 4.3.0-1~bpo12+1) Size: 309508 SHA256: 0bcce51a87e3848465a0db16522005a2f01b50452aaaafa9f02424035f2fd919 SHA1: a90d729041c077360ba12c009cb1ed6436d08baf MD5sum: 654dc0dbdd410fce881d12d3ab23c6f3 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.0-1~bpo12+1_i386.deb Package: claws-mail-address-keeper Source: claws-mail Version: 4.3.0-1~bpo12+1 Installed-Size: 338 Maintainer: Ricardo Mones Architecture: i386 Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.16.0), libgtk-3-0 (>= 3.0.0), claws-mail (= 4.3.0-1~bpo12+1) Size: 308200 SHA256: f3b575093d75c1891252a2d77f5199446669c66ad45de9399a67bc48d645800a SHA1: bdac38a0e00153de49dcf3254c991e7618a73379 MD5sum: 4f7fdc845654979a349dfc06a73479bf 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.0-1~bpo12+1_i386.deb Package: claws-mail-archiver-plugin Source: claws-mail Version: 4.3.0-1~bpo12+1 Installed-Size: 386 Maintainer: Ricardo Mones Architecture: i386 Depends: libarchive13 (>= 3.2.1), libc6 (>= 2.33), libglib2.0-0 (>= 2.35.8), libgtk-3-0 (>= 3.19.12), claws-mail (= 4.3.0-1~bpo12+1) Enhances: claws-mail-vcalendar-plugin Size: 322272 SHA256: a57b2d072ecb1d90c54296020dd0cdb728361ece8834bf22facafde9ebca8d17 SHA1: 3604d3660d5d6282c1d2fdc6d96339e1dada1561 MD5sum: b02e0c8649342cc1d080e742d49512a8 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.0-1~bpo12+1_i386.deb Package: claws-mail-attach-remover Source: claws-mail Version: 4.3.0-1~bpo12+1 Installed-Size: 338 Maintainer: Ricardo Mones Architecture: i386 Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.12.0), libgtk-3-0 (>= 3.0.0), claws-mail (= 4.3.0-1~bpo12+1) Size: 309040 SHA256: b99f7f340971a94fd26c60b3fe4e71b1b1b2ab561f8783a9000716b7faff8c25 SHA1: 77508a1437fa1e4c3a12943ae602375b882606fe MD5sum: 61ec374f5e19cd1991d2417ceff104e1 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.0-1~bpo12+1_i386.deb Package: claws-mail-attach-warner Source: claws-mail Version: 4.3.0-1~bpo12+1 Installed-Size: 338 Maintainer: Ricardo Mones Architecture: i386 Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.12.0), libgtk-3-0 (>= 3.16.2), claws-mail (= 4.3.0-1~bpo12+1) Size: 308116 SHA256: a3b45ee02fad6c6b173c10738dea2da8c7f46a8077aaf84224a563a9fa8d95b8 SHA1: ffcb8a39220d23b662c7dd3d46bbbef2d7f13de0 MD5sum: 726e4f5eb20851f3b795ed967e5a35e0 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.0-1~bpo12+1_i386.deb Package: claws-mail-bogofilter Source: claws-mail Version: 4.3.0-1~bpo12+1 Installed-Size: 358 Maintainer: Ricardo Mones Architecture: i386 Depends: libc6 (>= 2.34), libglib2.0-0 (>= 2.12.0), libgtk-3-0 (>= 3.0.0), claws-mail (= 4.3.0-1~bpo12+1), bogofilter Size: 314152 SHA256: bc2845ab334085554baecf0552de9f7052f967a3a2db577534a29d461856312c SHA1: 76dba4a02f50bf8ca7fd5fcf45e2d7235664dc2d MD5sum: 8687a2beb656240d73e2343b87d851b4 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.0-1~bpo12+1_i386.deb Package: claws-mail-bsfilter-plugin Source: claws-mail Version: 4.3.0-1~bpo12+1 Installed-Size: 346 Maintainer: Ricardo Mones Architecture: i386 Depends: libc6 (>= 2.34), libglib2.0-0 (>= 2.12.0), libgtk-3-0 (>= 3.0.0), claws-mail (= 4.3.0-1~bpo12+1), bsfilter Size: 310824 SHA256: 10c8dc350225db8a165f4889019eb565a981852a7b2e9468323c5673b37e1c42 SHA1: 8006407327ec45f1703425bff148099d45d9fafc MD5sum: 3eebada2613465c724118b85930b8b45 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.0-1~bpo12+1_i386.deb Package: claws-mail-clamd-plugin Source: claws-mail Version: 4.3.0-1~bpo12+1 Installed-Size: 359 Maintainer: Ricardo Mones Architecture: i386 Depends: libc6 (>= 2.33), libglib2.0-0 (>= 2.12.0), libgtk-3-0 (>= 3.19.12), claws-mail (= 4.3.0-1~bpo12+1) Recommends: clamav Size: 316504 SHA256: 695eb646d32997dc337391894d4085045784992fb73c4d3bc3f2de1dddbd9cd3 SHA1: e1c77c9ec327a958bc36c4457a76faec11e149c7 MD5sum: 281eeff856ce1eda75117cbf02d7f186 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.0-1~bpo12+1_i386.deb Package: claws-mail-dillo-viewer Source: claws-mail Version: 4.3.0-1~bpo12+1 Installed-Size: 339 Maintainer: Ricardo Mones Architecture: i386 Depends: libc6 (>= 2.3.4), libglib2.0-0 (>= 2.12.0), libgtk-3-0 (>= 3.16.2), claws-mail (= 4.3.0-1~bpo12+1), dillo Size: 307684 SHA256: fd0f8b500836fbf8b02fa8a610bac39d975d67b91da2e96caec66625f448a278 SHA1: fe4814bdd48a67d93435c34e0d05c73294902f48 MD5sum: 9b10960268400f44f5c80137216a5e80 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.0-1~bpo12+1_i386.deb Package: claws-mail-doc Source: claws-mail Version: 4.3.0-1~bpo12+1 Installed-Size: 2319 Maintainer: Ricardo Mones Architecture: all Suggests: claws-mail (= 4.3.0-1~bpo12+1) Size: 2043416 SHA256: 5cc0894bfcfc1b1c4b59a881daa11cc790e27c449baf59a9a71a628129616407 SHA1: b4506a3128abf30f6b8a152d4d63ae80ba3b5baa MD5sum: 827923426a7ac498345623abdd647f64 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.0-1~bpo12+1_all.deb Package: claws-mail-extra-plugins Source: claws-mail Version: 4.3.0-1~bpo12+1 Installed-Size: 308 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: 300904 SHA256: 5a62184ba5f79c084186dc25415f004f60182d85a47c8589919b53aaf1bfe6da SHA1: b3f10ba405e1f8463e7942cb6ab8242fae775624 MD5sum: bf0a5292d4748adff84979159b1d18bb 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.0-1~bpo12+1_all.deb Package: claws-mail-fancy-plugin Source: claws-mail Version: 4.3.0-1~bpo12+1 Installed-Size: 384 Maintainer: Ricardo Mones Architecture: i386 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.0-1~bpo12+1) Suggests: html2ps Size: 318272 SHA256: 734a5af2fada85cadc22071e11a092f6707a7f24141c2555ef24ad7b5c023839 SHA1: f78af565c803e967977c2932d134266824bd5953 MD5sum: c09513dda95358a3eb8157c309f24cc9 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.0-1~bpo12+1_i386.deb Package: claws-mail-feeds-reader Source: claws-mail Version: 4.3.0-1~bpo12+1 Installed-Size: 478 Maintainer: Ricardo Mones Architecture: i386 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.0-1~bpo12+1) Size: 355044 SHA256: 7eacff82cf6ba8aed0bdab49b304f5e13a60aa66000c798d23f099ebc54ebc45 SHA1: c0aa0dc6e49d986f972d7e622968d5e2965e5d7c MD5sum: f23d8a27ddd53f8957ccceef15e4a0ff 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.0-1~bpo12+1_i386.deb Package: claws-mail-fetchinfo-plugin Source: claws-mail Version: 4.3.0-1~bpo12+1 Installed-Size: 335 Maintainer: Ricardo Mones Architecture: i386 Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.12.0), libgtk-3-0 (>= 3.0.0), claws-mail (= 4.3.0-1~bpo12+1) Size: 306564 SHA256: 5dadf35ef363f909db3b1a8eaf2529aa2c57cc39b9f2f87f11160a4cdf39079a SHA1: a3cc6a20407f0a50f070995ff2c157a30801747d MD5sum: 3ab3a6fbef71451459aa75bb052412ec 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.0-1~bpo12+1_i386.deb Package: claws-mail-gdata-plugin Source: claws-mail Version: 4.1.1-4~bpo12+1 Installed-Size: 338 Maintainer: Ricardo Mones Architecture: i386 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: 296004 SHA256: 54d056de108045b4ba6fc1610f2f5cc186f4820d7543d63e2099c2142cf4aa9e SHA1: b4ac4356508188aba749f306947cdc3ebfad7a75 MD5sum: 8eba6704d7fbd5292b794100c790f52f 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_i386.deb Package: claws-mail-i18n Source: claws-mail Version: 4.3.0-1~bpo12+1 Installed-Size: 9195 Maintainer: Ricardo Mones Architecture: all Depends: claws-mail (>= 4.3.0-1~bpo12+1) Size: 1619188 SHA256: 740d53e6fc5a51d5230dbe5c57694e2daf2b9a372f95f5ebbbc345f1e8726c1d SHA1: fc4873413fd0105e4625ba50e74b4e93bd39ea73 MD5sum: 448e9f186257c12ef62318b885a7275a 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.0-1~bpo12+1_all.deb Package: claws-mail-keyword-warner Source: claws-mail Version: 4.3.0-1~bpo12+1 Installed-Size: 338 Maintainer: Ricardo Mones Architecture: i386 Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.12.0), libgtk-3-0 (>= 3.16.2), claws-mail (= 4.3.0-1~bpo12+1) Size: 307784 SHA256: ef91e9675f248bac65471f61ed0e84f38d875c2609c2c3d930b971354b6cd92c SHA1: 0466d277e0851af7dfc4b1f1ec59b6e6a4a2b955 MD5sum: c9b984e93bbcf22f100301ff8fb7ff31 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.0-1~bpo12+1_i386.deb Package: claws-mail-libravatar Source: claws-mail Version: 4.3.0-1~bpo12+1 Installed-Size: 363 Maintainer: Ricardo Mones Architecture: i386 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.0-1~bpo12+1) Size: 315940 SHA256: 8c172ffafd43d2c39820b1bbe10039124f7918ae53d8f4cfd0a576b2733e4b8c SHA1: bc14420930c887516aeceaa5a1742f9a96bbef3c MD5sum: 314dc34be013eda072acc00f61065f64 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.0-1~bpo12+1_i386.deb Package: claws-mail-litehtml-viewer Source: claws-mail Version: 4.3.0-1~bpo12+1 Installed-Size: 1184 Maintainer: Ricardo Mones Architecture: i386 Depends: libc6 (>= 2.32), libcairo2 (>= 1.10.0), libcurl3-gnutls (>= 7.16.2), libgcc-s1 (>= 3.0), libgdk-pixbuf-2.0-0 (>= 2.25.2), libglib2.0-0 (>= 2.67.3), libgtk-3-0 (>= 3.21.5), libgumbo1 (>= 0.9.2), libpango-1.0-0 (>= 1.22.0), libpangocairo-1.0-0 (>= 1.14.0), libstdc++6 (>= 11), claws-mail (= 4.3.0-1~bpo12+1) Size: 575096 SHA256: e68bc58650e442024b6e8592b8bf8a284d48de525f49de74d91df7c6f5df5782 SHA1: 3d77fe02da40a20efd29b83a665fb6cf3a4e7532 MD5sum: d6c7f5660595042e95c073ecd9abfa31 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.0-1~bpo12+1_i386.deb Package: claws-mail-mailmbox-plugin Source: claws-mail Version: 4.3.0-1~bpo12+1 Installed-Size: 462 Maintainer: Ricardo Mones Architecture: i386 Depends: libc6 (>= 2.33), libglib2.0-0 (>= 2.12.0), libgtk-3-0 (>= 3.0.0), claws-mail (= 4.3.0-1~bpo12+1) Size: 348172 SHA256: 5c5fab43fa9e6db3851abdf0b7d56af885fc7a2ea200a93c93ebed18785d7622 SHA1: b3382cd904815c4bdad1c914c3757208e1956e59 MD5sum: 50fab654dc109d46b8f29dcb599270e3 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.0-1~bpo12+1_i386.deb Package: claws-mail-managesieve Source: claws-mail Version: 4.3.0-1~bpo12+1 Installed-Size: 395 Maintainer: Ricardo Mones Architecture: i386 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.0-1~bpo12+1) Suggests: cyrus-imapd-2.2 | dovecot-imapd Size: 328244 SHA256: 49aa2b957f600931b40c6c66c4a2258f92ad952388bef7e90524733e28b3f9f2 SHA1: 6ae48c70c5460379c265303be4082c1a64d342c0 MD5sum: 1426d9fd521611b8e91d7d9088d4eadf 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.0-1~bpo12+1_i386.deb Package: claws-mail-multi-notifier Source: claws-mail Version: 4.3.0-1~bpo12+1 Installed-Size: 484 Maintainer: Ricardo Mones Architecture: i386 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.0-1~bpo12+1) Recommends: notification-daemon Suggests: libnotify-bin, xosd-bin, lcdproc Size: 354504 SHA256: cb0b8d9e83ea478eaf0c27068392dadb14e5b7842fa0af8ea7d75b6ae3cd7d37 SHA1: e566c1a45a745f46afe13cef97e44560c6e2e83f MD5sum: c8a27abd77d03e0aeae69555c6eee70c 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.0-1~bpo12+1_i386.deb Package: claws-mail-newmail-plugin Source: claws-mail Version: 4.3.0-1~bpo12+1 Installed-Size: 327 Maintainer: Ricardo Mones Architecture: i386 Depends: libc6 (>= 2.3.4), claws-mail (= 4.3.0-1~bpo12+1) Size: 303964 SHA256: e87be8e4b4031bcf6687634d34eda92ad5d547fb3225f5155545d45f67bf90ff SHA1: 6edc0c8f8dda353fb9c8dad87bf5f45a60bba956 MD5sum: 29bbee74b262a6db0fe9d3ae87cd7f59 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.0-1~bpo12+1_i386.deb Package: claws-mail-pdf-viewer Source: claws-mail Version: 4.3.0-1~bpo12+1 Installed-Size: 382 Maintainer: Ricardo Mones Architecture: i386 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.0-1~bpo12+1) Recommends: ghostscript Size: 320416 SHA256: 41336304b9538d9fb10f20e82339ed327660a24ed3a0f4068da0da2ea9d060a7 SHA1: acf194b0659a975de482c2be5f270e152dc5c67c MD5sum: 85ef435be4b87d20b3d342973e3f2e14 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.0-1~bpo12+1_i386.deb Package: claws-mail-perl-filter Source: claws-mail Version: 4.3.0-1~bpo12+1 Installed-Size: 404 Maintainer: Ricardo Mones Architecture: i386 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.0-1~bpo12+1) Size: 332460 SHA256: d8d1edf09240494f3f4d0812eba028bbce552fa784161751c431ed8aaad122e3 SHA1: c30f9ba0451cae78feb349f3e71460754a59ded3 MD5sum: 03e131613e0dfc46b4dcd67465206683 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.0-1~bpo12+1_i386.deb Package: claws-mail-pgpinline Source: claws-mail Version: 4.3.0-1~bpo12+1 Installed-Size: 348 Maintainer: Ricardo Mones Architecture: i386 Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.35.8), libgpgme11 (>= 1.1.2), claws-mail (= 4.3.0-1~bpo12+1), claws-mail-pgpcore Size: 310984 SHA256: d2632f1bf930a7bdea746994fc28dafa05fadcb83c592a44c39509535f7915e4 SHA1: f87c3c0dfb955b6c1971793aad6678b243bde954 MD5sum: d5e6152eaa01468cecbe799ec8ba32be 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.0-1~bpo12+1_i386.deb Package: claws-mail-pgpmime Source: claws-mail Version: 4.3.0-1~bpo12+1 Installed-Size: 441 Maintainer: Ricardo Mones Architecture: i386 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.0-1~bpo12+1) Recommends: pinentry-gtk2 | pinentry-x11 Suggests: gpg-agent Size: 339176 SHA256: b23126836053bfef7d69f30b908bfdc526e0d1026f2b879b92eeccf18abd77fd SHA1: 95d65e229388bc7f5146dad96a69bf4938af7c31 MD5sum: 72efb93c59eec0935c50ecb05047fb2b 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.0-1~bpo12+1_i386.deb Package: claws-mail-plugins Source: claws-mail Version: 4.3.0-1~bpo12+1 Installed-Size: 304 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: 298532 SHA256: 2315dbdfa65a129894a661a0513bb1803aa203ffb841eab7306fdfbd3d8f262e SHA1: 1a9097abedc33213eb014eaab1abfc066b051585 MD5sum: 2650f27ba925d05fd5dd52e216a75ed3 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.0-1~bpo12+1_all.deb Package: claws-mail-python-plugin Source: claws-mail Version: 4.3.0-1~bpo12+1 Installed-Size: 444 Maintainer: Ricardo Mones Architecture: i386 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.0-1~bpo12+1), python3-all-dev, python3-gi Size: 337448 SHA256: 5816b03feeae1bc335db04bbfa04bc5b18b14d49f4f8259d37e61de0f3a289b3 SHA1: c9472ef3e610635ac84c1f1e73fb619dd73e55e5 MD5sum: 7cebc3f3fb6b4e3cf97bfd8e5328fdc5 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.0-1~bpo12+1_i386.deb Package: claws-mail-smime-plugin Source: claws-mail Version: 4.3.0-1~bpo12+1 Installed-Size: 347 Maintainer: Ricardo Mones Architecture: i386 Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.35.8), libgpg-error0 (>= 1.14), libgpgme11 (>= 1.1.6), claws-mail (= 4.3.0-1~bpo12+1), claws-mail-pgpcore, gpgsm Size: 311376 SHA256: 347777d6bed19d86eb469d9a99ca838e6c8dfea06137618f77f96a7075c18607 SHA1: 003924b38b19fae0998662c70e0d9b7e379427f1 MD5sum: 3e818ef439557446ddfa5e6d5c442817 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.0-1~bpo12+1_i386.deb Package: claws-mail-spam-report Source: claws-mail Version: 4.3.0-1~bpo12+1 Installed-Size: 339 Maintainer: Ricardo Mones Architecture: i386 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.0-1~bpo12+1) Size: 309244 SHA256: be6c19bb4b065339cef258f589a65bbba5377a5f4795c206291343df007d56a9 SHA1: 2f01743d6ffaefc6df8dce93109a92f2dcc764eb MD5sum: 084f11f9b96da06a46a0d4cb6c7d6633 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.0-1~bpo12+1_i386.deb Package: claws-mail-spamassassin Source: claws-mail Version: 4.3.0-1~bpo12+1 Installed-Size: 385 Maintainer: Ricardo Mones Architecture: i386 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.0-1~bpo12+1), spamassassin Size: 325488 SHA256: 16cc76434a252e35a1a3c31c074cfe3386efda3085bc9e39ae8e07a1b7ca41e2 SHA1: 9246acad3fcb278c2b4fd95f7a1b9411432d2163 MD5sum: 864ad9b62ce83d03adc77c8325c0320b 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.0-1~bpo12+1_i386.deb Package: claws-mail-tnef-parser Source: claws-mail Version: 4.3.0-1~bpo12+1 Installed-Size: 346 Maintainer: Ricardo Mones Architecture: i386 Depends: libc6 (>= 2.33), libglib2.0-0 (>= 2.12.0), libytnef0, claws-mail (= 4.3.0-1~bpo12+1) Size: 310964 SHA256: 8c0917249dcbf1111b016737200d5dec9f6a2272f151074861aa2a8e81b9aa49 SHA1: 7dc07a3748f94d535942b90d53afba77023d5389 MD5sum: 9d1d288e637be0b01122374c35b262b3 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.0-1~bpo12+1_i386.deb Package: claws-mail-tools Source: claws-mail Version: 4.3.0-1~bpo12+1 Installed-Size: 544 Maintainer: Ricardo Mones Architecture: all Depends: claws-mail (>= 4.3.0-1~bpo12+1), perl, python3 Size: 407548 SHA256: 2336c6195034bb86ca6edfcf483610f408ed60ae2433d8bf7d1a291238d02577 SHA1: 4337930ce9fba37e997c1fb9cf6e051f9169a0e5 MD5sum: d68da5bb5302c6a92ba6cb05279fc829 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.0-1~bpo12+1_all.deb Package: claws-mail-vcalendar-plugin Source: claws-mail Version: 4.3.0-1~bpo12+1 Installed-Size: 584 Maintainer: Ricardo Mones Architecture: i386 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.0-1~bpo12+1) Size: 387852 SHA256: 2c37f2008054545cd3c4da5fb1945f6e832a00010c6bc2fa298a54fd6ebb1cd8 SHA1: bbf00731d83b2c8378fc62a9fccc598512d53e98 MD5sum: 4dac51c6960348c856197f28a2b98d10 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.0-1~bpo12+1_i386.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: 86 Maintainer: Andrea Pappacoda Architecture: i386 Depends: systemd | systemd-standalone-sysusers | systemd-sysusers, libc6 (>= 2.34), libcloudflare-ddns2 (>= 2.0.0), libcurl4 (>= 7.16.2), libgcc-s1 (>= 3.3.1), libinireader0 (>= 48), libstdc++6 (>= 5.2) Recommends: systemd | systemd-standalone-sysusers | opensysusers Size: 22204 SHA256: 13cd03d7feee71acdfefa4da45e73f627d102d107a6b9fe64ed659757a564670 SHA1: 74f7bc2db8c655833099474e5e7866e5d78b17eb MD5sum: a01b8408adadc35b0460b176a3366630 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_i386.deb Package: cmake Version: 3.30.4-1~bpo12+1 Installed-Size: 40577 Maintainer: Debian CMake Team Architecture: i386 Depends: cmake-data (= 3.30.4-1~bpo12+1), procps, libarchive13 (>= 3.3.3), libc6 (>= 2.34), libcurl4 (>= 7.16.2), libexpat1 (>= 2.0.1), libgcc-s1 (>= 4.2), 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: 12061136 SHA256: d575e9209d727fc5ee5a2bfb291d2ac378b34c43f23c68279610d9b9e1c3bfc9 SHA1: 092cabbada54af9ab104610702566ddc4a4f4461 MD5sum: 82441f9cd50d5a760ca11417d2f9e8d1 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.30.4-1~bpo12+1_i386.deb Package: cmake-curses-gui Source: cmake Version: 3.30.4-1~bpo12+1 Installed-Size: 12418 Maintainer: Debian CMake Team Architecture: i386 Depends: cmake (= 3.30.4-1~bpo12+1), libarchive13 (>= 3.3.3), libc6 (>= 2.34), libcurl4 (>= 7.16.2), libgcc-s1 (>= 4.2), 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: 3744028 SHA256: 1dc6c11e57e66c6a4c1462aa84f7ba82a901960a91353369cbf8dbf93fdf2bc2 SHA1: 4c8f60e95ace58bb104094a567788d9b34e50579 MD5sum: 6aae7469a38b1731bcf381dfea393224 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.30.4-1~bpo12+1_i386.deb Package: cmake-data Source: cmake Version: 3.30.4-1~bpo12+1 Installed-Size: 11375 Maintainer: Debian CMake Team Architecture: all Size: 2219808 SHA256: 5c1ef3c8bd860f40b398b2555ac9c66db03d6f5365e7f5750f4e33bd60423951 SHA1: c0e9345fc21f66ebc0b0fac7d98522376078b91d MD5sum: c3aaf4de0623b0f896788909a3cf1459 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.30.4-1~bpo12+1_all.deb Package: cmake-doc Source: cmake Version: 3.30.4-1~bpo12+1 Installed-Size: 34237 Maintainer: Debian CMake Team Architecture: all Depends: cmake-data (= 3.30.4-1~bpo12+1), libjs-sphinxdoc (>= 5.2) Recommends: doc-base Suggests: cmake Size: 2542300 SHA256: dc0b573f597373b0df1a527235b81bb5a2781a9d49226f37bc56d5da04425260 SHA1: 348a6518206552eb7398769442995b2c1b59a92d MD5sum: 6eb6b398de70727c380e1286aef92bed 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.30.4-1~bpo12+1_all.deb Package: cmake-qt-gui Source: cmake Version: 3.30.4-1~bpo12+1 Installed-Size: 12844 Maintainer: Debian CMake Team Architecture: i386 Provides: cmake-gui Depends: cmake (= 3.30.4-1~bpo12+1), libarchive13 (>= 3.3.3), libc6 (>= 2.34), libcurl4 (>= 7.16.2), libgcc-s1 (>= 4.2), libjsoncpp25 (>= 1.9.5), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.11.0~rc1) | libqt5gui5-gles (>= 5.11.0~rc1), libqt5widgets5 (>= 5.11.0~rc1), librhash0 (>= 1.2.6), libstdc++6 (>= 12), libuv1 (>= 1.38.0), zlib1g (>= 1:1.2.3.3) Size: 3866472 SHA256: c68da774b9ed4178f658e68845147f1857d7b71a1e3c882b801c561063235073 SHA1: 2017f914e4bdf29baa6039b7f7e1fbc4b39b9417 MD5sum: bc5478548e37186924a2aad8fdf71b8f 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.30.4-1~bpo12+1_i386.deb Package: cockpit Version: 325-1~bpo12+1 Installed-Size: 65 Maintainer: Utopia Maintenance Team Architecture: all Depends: cockpit-bridge (>= 325-1~bpo12+1), cockpit-ws (>= 325-1~bpo12+1), cockpit-system (>= 325-1~bpo12+1) Recommends: cockpit-storaged (>= 325-1~bpo12+1), cockpit-networkmanager (>= 325-1~bpo12+1), cockpit-packagekit (>= 325-1~bpo12+1) Suggests: cockpit-doc (>= 325-1~bpo12+1), cockpit-sosreport (>= 325-1~bpo12+1), xdg-utils Size: 30288 SHA256: 2082d0b10a3f72f237d07c8b18e0394644b302900d9235c7a2004d3048f33584 SHA1: 6957bbbe17076bceeff0ce29c0722fa0737e988b MD5sum: f7ec3bd01205b1ec10c60a3db494839b 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_325-1~bpo12+1_all.deb Package: cockpit-bridge Source: cockpit Version: 325-1~bpo12+1 Installed-Size: 921 Maintainer: Utopia Maintenance Team Architecture: i386 Replaces: cockpit-dashboard (<< 170.x), cockpit-ws (<< 181.x) Provides: cockpit-ssh Depends: libc6 (>= 2.34), libglib2.0-0 (>= 2.67.1), libjson-glib-1.0-0 (>= 1.5.2), libssh-4 (>= 0.10.4), libsystemd0 (>= 235), python3:any, glib-networking Recommends: openssh-client Breaks: cockpit-ws (<< 181.x) Size: 411564 SHA256: fcd4dc4b8a2e6f7f13acffaafe20620e7c4a3ab5716afb69b22775e49e34f568 SHA1: 2abaffc3b76e780335660bbf1277e41be38397af MD5sum: aa704dc635566c7c049119756d5e3603 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_325-1~bpo12+1_i386.deb Package: cockpit-doc Source: cockpit Version: 325-1~bpo12+1 Installed-Size: 519 Maintainer: Utopia Maintenance Team Architecture: all Size: 132752 SHA256: c80fca6036e261632effda61fc42a17b30d3e27b3498963edadb0d909b2a579e SHA1: 8475777381bb4dbe823dbf42418471f78ae518b8 MD5sum: bda03f049fafa0700a04973d7e4016f6 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_325-1~bpo12+1_all.deb Package: cockpit-machines Version: 320-1~bpo12+1 Installed-Size: 1036 Maintainer: Utopia Maintenance Team Architecture: all Depends: cockpit-bridge (>= 215), libvirt-daemon-system, libvirt-clients | libvirt-bin, libvirt-dbus Recommends: virtinst (>= 3.0.0), python3-gi, gir1.2-libosinfo-1.0, qemu-block-extra Size: 1020144 SHA256: bafc715e733097cde8b81fabab6e773642b018bfab04d3db1a16ee13d3325421 SHA1: 6c377d2299f953d156d9883870771e8324d9f97c MD5sum: 67281e03febd78a87d03b2973bd3880f 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 virtual machines. . If the "virtinst" package is installed, you can also create new 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_320-1~bpo12+1_all.deb Package: cockpit-networkmanager Source: cockpit Version: 325-1~bpo12+1 Installed-Size: 898 Maintainer: Utopia Maintenance Team Architecture: all Depends: cockpit-bridge (>= 325-1~bpo12+1), network-manager (>= 1.6) Size: 863596 SHA256: d62a25236f0496270eb6e03e139f195bac7dbcbf160beb55b3399f2d250dfec2 SHA1: 08e61f6f5b4da8228ad2e802aa1f895fcf450df1 MD5sum: 9be84950ebd8e6b597972d9d8270f57a 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_325-1~bpo12+1_all.deb Package: cockpit-packagekit Source: cockpit Version: 325-1~bpo12+1 Installed-Size: 908 Maintainer: Utopia Maintenance Team Architecture: all Depends: cockpit-bridge (>= 325-1~bpo12+1), packagekit, python3 Size: 861508 SHA256: 984f1ce3bbe9b9829143d1e62819fcc5f1db7387fce922b05895a3ed45f03f04 SHA1: e33c848626333c25fc866d92d4491ca6f6b73859 MD5sum: c252f49b4cf80544fe6a20880db5e9f2 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_325-1~bpo12+1_all.deb Package: cockpit-pcp Source: cockpit Version: 311-1~bpo12+1 Installed-Size: 247 Maintainer: Utopia Maintenance Team Architecture: i386 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: 86004 SHA256: 2ceabf948370c170142879e73021c324283de3fa43a04215380e4ef100d2cccb SHA1: d8d2e5477ebd3e3d8087c3567e8e788daa59c8d2 MD5sum: 7240242de3b968d9ec1fd022f9b99e03 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_i386.deb Package: cockpit-podman Version: 95-1~bpo12+1 Installed-Size: 566 Maintainer: Martin Pitt Architecture: all Depends: cockpit-bridge, podman (>= 2.0.4) Size: 544388 SHA256: fb419a4f8f05af0b671ec46987394d50ea5d162cb53042626c64cebdb23d2f8d SHA1: e28db2a95db3b71d30d3a245b3c64774dd38319d MD5sum: e4012a949f98c54f85e720467bda68ed 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_95-1~bpo12+1_all.deb Package: cockpit-sosreport Source: cockpit Version: 325-1~bpo12+1 Installed-Size: 498 Maintainer: Utopia Maintenance Team Architecture: all Depends: cockpit-bridge (>= 325-1~bpo12+1), sosreport Size: 455316 SHA256: 3424ca494471967c047f5fafbc8dc2284d72d0f9575257854c91f84585df1de8 SHA1: d4153135198da5ae050c0586d16179cbb4fd2740 MD5sum: 3299c44935e07e4816f5f4c3438ff8dc 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_325-1~bpo12+1_all.deb Package: cockpit-storaged Source: cockpit Version: 325-1~bpo12+1 Installed-Size: 820 Maintainer: Utopia Maintenance Team Architecture: all Depends: udisks2 (>= 2.9), udisks2 (>= 2.10) | libblockdev-mdraid2, cockpit-bridge (>= 325-1~bpo12+1), python3, python3-dbus Suggests: udisks2-btrfs, udisks2-lvm2, mdadm Size: 796928 SHA256: 76e0215276bfdfd26d77872ecad0c908874709c9b2d8e7c7de040debd9d2ff3a SHA1: ee0174877a2874353e12cbc60ed9769332ad080e MD5sum: 092903c74ba51aa956f9c24a7e675074 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_325-1~bpo12+1_all.deb Package: cockpit-system Source: cockpit Version: 325-1~bpo12+1 Installed-Size: 3352 Maintainer: Utopia Maintenance Team Architecture: all Replaces: cockpit-dashboard, cockpit-shell Provides: cockpit-shell, cockpit-systemd, cockpit-tuned, cockpit-users Depends: cockpit-bridge (>= 325-1~bpo12+1), libpwquality-tools, openssl Recommends: sudo | pkexec | policykit-1 Conflicts: cockpit-shell Breaks: cockpit-dashboard Size: 3246768 SHA256: aa0d54849d58f5e6f822304eab4e8550572f0bb9dd6612882b17178b7f3bc9bf SHA1: bc95f7b519279c278817ca48d57ae99a7e8e3cb5 MD5sum: 19f6055097d153335dec7c196e3d68ee 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_325-1~bpo12+1_all.deb Package: cockpit-tests Source: cockpit Version: 325-1~bpo12+1 Installed-Size: 825 Maintainer: Utopia Maintenance Team Architecture: i386 Replaces: cockpit-test-assets Provides: cockpit-test-assets Depends: libc6 (>= 2.4), libpam0g (>= 0.99.7.1), cockpit-system (>= 325-1~bpo12+1), openssh-client Conflicts: cockpit-test-assets Size: 702456 SHA256: ac14cbe4363f6804f80819be9619c324fe807eb8e7fcec6b61c81b62c0d788c7 SHA1: b366b7edf61503f2f27cd4bac20febd4655f6172 MD5sum: 629a210f08bcb12ab586615c72dc8b08 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_325-1~bpo12+1_i386.deb Package: cockpit-ws Source: cockpit Version: 325-1~bpo12+1 Installed-Size: 1818 Maintainer: Utopia Maintenance Team Architecture: i386 Depends: systemd (>= 235), 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, libnss-systemd Suggests: sssd-dbus (>= 2.6.2), python3 Size: 899676 SHA256: ad82305e959ab769e76f77509d8cfb9cf96023a1306fd61d33034d8da1caf50a SHA1: 7fca434e760e75752d523760178d96da16783c60 MD5sum: e56ff4a3b032ecdf75a8efdadc4270cd 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_325-1~bpo12+1_i386.deb Package: comerr-dev Source: e2fsprogs (1.47.1~rc2-1~bpo12+1) Version: 2.1-1.47.1~rc2-1~bpo12+1 Installed-Size: 147 Maintainer: Theodore Y. Ts'o Architecture: i386 Replaces: e2fslibs-dev (<< 1.33-2), libkrb5-dev (<< 1.3) Depends: libc6-dev | libc-dev, libcom-err2 (= 1.47.1~rc2-1~bpo12+1) Suggests: doc-base Size: 54752 SHA256: e437f9bde52d880e49ed37188d2e705d6c1196a18a533da68a1fd57c330e0b28 SHA1: cfac30145ecb4814d325757743d4bf4fc18400fb MD5sum: d9e72fc10389c3faee531fccf0d5d195 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.1~rc2-1~bpo12+1_i386.deb Package: containers-storage Source: golang-github-containers-storage Version: 1.48.1+ds1-2~bpo12+1 Installed-Size: 6510 Maintainer: Debian Go Packaging Team Architecture: i386 Depends: libc6 (>= 2.34), libdevmapper1.02.1 (>= 2:1.02.97) Size: 2140460 SHA256: d9f02849007c60ceda6172ba81922d842e186d6de71862eadc720076e6f9aabc SHA1: 0ea1f093f892a89273f6dede9a08481e17dc1616 MD5sum: d674876a6db751182f5f1e922cf5f39b 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_i386.deb Package: copyq Version: 9.0.0-1~bpo12+1 Installed-Size: 5563 Maintainer: Debian QA Group Architecture: i386 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libkf5notifications5 (>= 5.69.0), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5network5 (>= 5.15.1), libqt5qml5 (>= 5.12.2), libqt5svg5 (>= 5.6.0~beta), libqt5waylandclient5 (>= 5.15.4), libqt5widgets5 (>= 5.15.1), libqt5x11extras5 (>= 5.6.0), libstdc++6 (>= 11), libwayland-client0 (>= 1.20.0), libx11-6, libxtst6 Recommends: copyq-plugins (= 9.0.0-1~bpo12+1) Suggests: copyq-doc Size: 1543292 SHA256: 749b4b2b5225410812f97a978a9874297587fa7ab32c95b2968162d430c18ad4 SHA1: 5bd80465ae14738d9f8fc72c609c63babb68cd04 MD5sum: 9a6eedc09133fe5c4d3a0e645ef5f71a 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_i386.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: 2135 Maintainer: Debian QA Group Architecture: i386 Depends: copyq (= 9.0.0-1~bpo12+1), libc6 (>= 2.32), libgcc-s1 (>= 3.0), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.11.0~rc1) | libqt5gui5-gles (>= 5.11.0~rc1), libqt5widgets5 (>= 5.15.1), libstdc++6 (>= 11) Size: 563964 SHA256: 37cdd200f000da32a5efd6ad6deeb46085caf4e649b48ac2d1ed7780581b5afb SHA1: 0616b7f556062e40d9228bff42a381d93f2c7895 MD5sum: ad82f324733704a5dbfb4f9c7b98e2d3 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_i386.deb Package: corectrl Version: 1.3.5+ds-1~bpo12+1 Installed-Size: 4558 Maintainer: Gürkan Myczko Architecture: i386 Depends: libbotan-2-19 (>= 2.19.3+dfsg), libc6 (>= 2.34), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 4.2), 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: 953104 SHA256: b04d7c7afeb62a75f2aaad015d630c3064bcc084f823e791c2ff8f577f28ab82 SHA1: 842525523d53a8bf9891508e7be7fb19637c1f0f MD5sum: 2cc78870694820267e08de173a00d5ef 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_i386.deb Package: cppgir Version: 0~git20231019.ff975ba-2~bpo12+1 Installed-Size: 932 Maintainer: Nicholas Guriev Architecture: i386 Depends: libc6 (>= 2.34), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.0), libstdc++6 (>= 11) Size: 299008 SHA256: 0e5bcfa8f4b4c04e28224b1616c92539aaeff85d2e1812c3fa854aabaade4b20 SHA1: ff491b0766e6fc3181347c19aa8dc996cd6acb48 MD5sum: 33587e0312036fa18e3130a21faaadba 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_i386.deb Package: ctdb Source: samba Version: 2:4.20.5+dfsg-1~bpo12+1 Installed-Size: 4089 Maintainer: Debian Samba Maintainers Architecture: i386 Depends: iproute2, psmisc, samba-libs (= 2:4.20.5+dfsg-1~bpo12+1), sudo, tdb-tools, time, libbsd0 (>= 0.6.0), libc6 (>= 2.34), libpopt0 (>= 1.14), libtalloc2 (>= 2.4.2~), libtdb1 (>= 1.4.10~), libtevent0 (>= 0.16.1~), libtirpc3 (>= 1.0.2) Recommends: ethtool, python3:any, python3-etcd Suggests: lsof Size: 763504 SHA256: 258d8cfaa7370815c455f669d800cd48b44111044c3cd18d2d016e88e099691c SHA1: 8bd061aa5b63f56a642131cea39aad1ae010f1c9 MD5sum: 46f630f14ed30c1f0d4b904d6d42084d 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.20.5+dfsg-1~bpo12+1_i386.deb Package: curl Version: 8.10.1-1~bpo12+1 Installed-Size: 465 Maintainer: Debian Curl Maintainers Architecture: i386 Depends: libc6 (>= 2.34), libcurl3-gnutls (= 8.10.1-1~bpo12+1), zlib1g (>= 1:1.1.4) Size: 258192 SHA256: 2f05bf0f5f2b831a5e757c8288a04d2c8b64124df37f5701615bced7a01f4afb SHA1: 043309af1556207f2dfca040b33a8064273946ba MD5sum: 279f65ba325e4829aa9441068091dbb3 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.10.1-1~bpo12+1_i386.deb Package: cyrus-admin Source: cyrus-imapd Version: 3.8.1-1~bpo12+1 Installed-Size: 152 Maintainer: Debian Cyrus Team Architecture: i386 Depends: cyrus-common (>= 3.8.1), libcyrus-imap-perl (>= 3.8.1-1~bpo12+1), libc6 (>= 2.34), perl:any Suggests: sasl2-bin Size: 80656 SHA256: a1601990e458cd01da3de7f7941d747661cbafc340bd087eb0e03426c2d8192e SHA1: 0eb6569dd07bb496724a5d8f89bcd724a7a76c13 MD5sum: 73467ab707c5868ab413d6f7e60f7e81 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_i386.deb Package: cyrus-caldav Source: cyrus-imapd Version: 3.8.1-1~bpo12+1 Installed-Size: 2031 Maintainer: Debian Cyrus Team Architecture: i386 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: 736548 SHA256: 791c89637ead88d9cccd47e9c3746d0b5b9d7daa039157ebc15880ed641e9c09 SHA1: 74044150d06a3c609ce788191a62b2e773899c40 MD5sum: 67fee606ead37d8ca1f12ffb6e1062bf 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_i386.deb Package: cyrus-clients Source: cyrus-imapd Version: 3.8.1-1~bpo12+1 Installed-Size: 165 Maintainer: Debian Cyrus Team Architecture: i386 Depends: cyrus-common (>= 3.8.1), libc6 (>= 2.34), libsasl2-2 (>= 2.1.28+dfsg), libssl3 (>= 3.0.0) Size: 89532 SHA256: 48a01ed56ed8bc189bca430c3830aa635852261d4dd8da6a0ada093d7246b971 SHA1: 5aa01005f99262e1199291601691a5ac67bb69eb MD5sum: 77acd88024420be2b632d76f1929a8cc 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_i386.deb Package: cyrus-common Source: cyrus-imapd Version: 3.8.1-1~bpo12+1 Installed-Size: 5715 Maintainer: Debian Cyrus Team Architecture: i386 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.0), libical3 (>= 3.0.0), libicu72 (>= 72.1~rc-1~), libjansson4 (>= 2.14), libkrb5-3 (>= 1.6.dfsg.2), libldap-2.5-0 (>= 2.5.4), libpcre2-posix3 (>= 10.34), libpq5, libsasl2-2 (>= 2.1.28+dfsg), libsqlite3-0 (>= 3.6.0), libssl3 (>= 3.0.0), libstdc++6 (>= 5.2), libwrap0 (>= 7.6-4~), libxapian30 (>= 1.4.19~), libxml2 (>= 2.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: 1502204 SHA256: 935ef2794e751a088db7ec9ff85521eb055803b227d369461d2528fb045e6d33 SHA1: 689ca94ab81d95df1cb627968d45dc0864999975 MD5sum: c8f6b3ad6eb4c551739b69b713eefb15 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_i386.deb Package: cyrus-dev Source: cyrus-imapd Version: 3.8.1-1~bpo12+1 Installed-Size: 302 Maintainer: Debian Cyrus Team Architecture: i386 Depends: cyrus-common (= 3.8.1-1~bpo12+1), libcyrus-imap-perl (>= 3.8.1-1~bpo12+1), libsasl2-dev Size: 87492 SHA256: c6ede75481460c9a32be3a656778c1fdf058b3743a4a296b529327f2f4a962c2 SHA1: ed41df19e8ee3b7a4a59388204979ab9f88b1ede MD5sum: 2fb9ed1975b8a3e89814ce524f446608 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_i386.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: 570 Maintainer: Debian Cyrus Team Architecture: i386 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: 231004 SHA256: ca7c3d1e09e77fd7e06df4f5934a62cc122eea44488553d39494aa0374d541b6 SHA1: 35e32632499a99fae88acc871ff06ffa1c30cadf MD5sum: 27513c0fb3ef498b71d3f79411d192fb 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_i386.deb Package: cyrus-murder Source: cyrus-imapd Version: 3.8.1-1~bpo12+1 Installed-Size: 129 Maintainer: Debian Cyrus Team Architecture: i386 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: 75516 SHA256: a55ab3c1047eafb0c71aa727bfa1b02afa2f800d3c3b03969838750c9215afb2 SHA1: f004b243cdb9c1d8999bb2b66e9d9556ad4a613c MD5sum: 392da9d4e90c7acac4c8fe4b244c9bc8 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_i386.deb Package: cyrus-nntpd Source: cyrus-imapd Version: 3.8.1-1~bpo12+1 Installed-Size: 344 Maintainer: Debian Cyrus Team Architecture: i386 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: 151436 SHA256: 876fcc76500f2960ea22087e6f5d45dfbafa0e1ac573c545bd13649bed20bfb4 SHA1: 5ac77da38c45f99f8231c4f27ea03d32af49c6f0 MD5sum: 249dd9bc8affac900b59543972a86f0b 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_i386.deb Package: cyrus-pop3d Source: cyrus-imapd Version: 3.8.1-1~bpo12+1 Installed-Size: 284 Maintainer: Debian Cyrus Team Architecture: i386 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: 129568 SHA256: 51edfae8c4a5a5fdb2eb86e48d240f345c6d70459d1a29971d37f103cb876b03 SHA1: 4d42ea8ac85eed8320462c21bd38cf998753540c MD5sum: d3863d7b10c2ce2ace76c2d10a6848ee 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_i386.deb Package: cyrus-replication Source: cyrus-imapd Version: 3.8.1-1~bpo12+1 Installed-Size: 590 Maintainer: Debian Cyrus Team Architecture: i386 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: 152472 SHA256: fe587808dbce69d5b1c69c7f89efd080b09e827fe70df9b418294c9a2ba9586a SHA1: b302aa3044fedc99049c06475272a6f36fa14adf MD5sum: b8f1bd62cfa99ccdfc07202254d9fc1a 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_i386.deb Package: dar Version: 2.7.15-2~bpo12+1 Installed-Size: 1979 Maintainer: John Goerzen Architecture: i386 Depends: libdar64-6000 (= 2.7.15-2~bpo12+1), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 11) Suggests: par2, dar-docs Size: 649776 SHA256: 64785224e219009da8d663880f40f8052c0acccbff8a0e572d175e80698bb8e4 SHA1: 38c6accb4dd5ecb54577b558006d05d7d825093e MD5sum: 7651475891d7167a72e884adc969d6d8 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_i386.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: 14672 Maintainer: John Goerzen Architecture: i386 Size: 3149768 SHA256: be98c6aa8ee99444d752ce19713058dfc430493aad7f108d87cadbc9f8ec9484 SHA1: 888591b605ae6308eb82671e10a1d649876b3d4f MD5sum: 22de1bbee089156f19a5833ba969463b 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_i386.deb Package: darkradiant Version: 3.9.0-1~bpo12+1 Installed-Size: 24125 Maintainer: Debian Games Team Architecture: i386 Depends: libc6 (>= 2.34), libftgl2 (>= 2.4.0), libgcc-s1 (>= 7), 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: 7933952 SHA256: cc6c450a9a6ef95a6c60165e51c68b2f1045ffb15fbc524ec5a7ed76c85b1c35 SHA1: f051b5c722317a4f9c32481c19d5bd3177d0f2db MD5sum: a732d32d358a8bbb479c12e314ed7c29 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_i386.deb Package: darkradiant-plugins-darkmod Source: darkradiant Version: 3.9.0-1~bpo12+1 Installed-Size: 5147 Maintainer: Debian Games Team Architecture: i386 Depends: darkradiant (= 3.9.0-1~bpo12+1), libc6 (>= 2.34), libgcc-s1 (>= 3.0), 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: 1205252 SHA256: eb9e3d0e6a6c4b1d5dd47b6fd012cb1f33c3db625dbdda83bbe7294daf960d03 SHA1: e066ccd90595f9eed2717274a95b168d4d592176 MD5sum: de66839b00faa430b55fb87f75a8ce13 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_i386.deb Package: dbus-broker Version: 36-1~bpo12+1 Installed-Size: 484 Maintainer: Utopia Maintenance Team Architecture: i386 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: 168832 SHA256: 649a75178aec36c51246351af6a97792380331d75459fe94eb9de23e846e2d66 SHA1: c4baad282873a01690db11d31da4675502b31e0d MD5sum: b5e1a20819cf78a85e5913b2693cee2b 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_i386.deb Package: ddcci-dkms Source: ddcci-driver-linux Version: 0.4.4-1~bpo12+1 Installed-Size: 94 Maintainer: Stephen Kitt Architecture: all Depends: dkms (>= 2.1.0.0) Size: 21960 SHA256: a59a4528580aa3ba8ae0c7b9c6f6ac1eddd22b9eb019b675dfd2f9c0baf4d74e SHA1: 37b629856844f6645ea6f1437004ba89428ce515 MD5sum: 02b2832e4fdc860237a9e373dac71899 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.4-1~bpo12+1_all.deb Package: debhelper Version: 13.19~bpo12+1 Installed-Size: 1517 Maintainer: Debhelper Maintainers Architecture: all Provides: debhelper-compat (= 9), debhelper-compat (= 10), debhelper-compat (= 11), debhelper-compat (= 12), debhelper-compat (= 13), 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.19~bpo12+1), libdpkg-perl (>= 1.17.14), man-db, po-debconf, perl:any Suggests: dh-make Breaks: cmake (<< 3.9~), dh-debputy (<< 0.1.36~), meson (<< 0.40.0~) Size: 998512 SHA256: 3e51d1baf28a3378fb51bb6d2a4e7a1461f7175bfd743560b5f21ae7c977f99b SHA1: cda12c466637a0dd583defca0f50d51197f66be1 MD5sum: 049ec9337bc241a8ccf4a7aac5482c46 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.19~bpo12+1_all.deb Package: debootstrap Version: 1.0.137~bpo12+1 Installed-Size: 316 Maintainer: Debian Install System Team Architecture: all Depends: wget, distro-info Recommends: gnupg, mount, debian-archive-keyring, arch-test (>= 0.11~) Suggests: squid-deb-proxy-client, ubuntu-archive-keyring, binutils, xz-utils, zstd Size: 48110 SHA256: e7a6a512c77b037b8572ad69dbebdb428ad19b77df8c6b560a503ac31784529a SHA1: 446c97c781ef4ecbdecb1ce7c3ff8bca5acec67f MD5sum: a0be276e007609ce1bb6a504cc20ea88 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.137~bpo12+1_all.deb Package: debuginfod Source: elfutils Version: 0.191-1~bpo12+1 Installed-Size: 310 Maintainer: Debian Elfutils Maintainers Architecture: i386 Depends: libdebuginfod1 (= 0.191-1~bpo12+1), libarchive13 (>= 3.0.4), libc6 (>= 2.34), libdw1 (>= 0.177), libelf1 (>= 0.142), libgcc-s1 (>= 4.2), libmicrohttpd12 (>= 0.9.50), libsqlite3-0 (>= 3.7.15), libstdc++6 (>= 12) Size: 120260 SHA256: 6603fdf89afd36a337b587b78b039a3645ab4b8c60fd628dbe519ed249b9cef4 SHA1: 06721254c5d5557c1158303d3b0aec5d285c534c MD5sum: c75a4c94ef03cc5b5b7665197dc4b24f 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.191-1~bpo12+1_i386.deb Package: debusine-client Source: debusine Version: 0.5.0~bpo12+1 Installed-Size: 23 Maintainer: Raphaël Hertzog Architecture: all Depends: python3-debusine (= 0.5.0~bpo12+1), python3:any (>= 3.11~) Size: 6360 SHA256: fac43d6d3e8e30d856175d4fcb3093f8c8ca082e1f99f031ed0c083b294d9aa0 SHA1: 3cd147d89f8cedda3a5bba504b57a9b6e474b2b4 MD5sum: 78af0a16905af725bfb1f589bea589d6 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.5.0~bpo12+1_all.deb Package: debusine-doc Source: debusine Version: 0.5.0~bpo12+1 Installed-Size: 4415 Maintainer: Raphaël Hertzog Architecture: all Depends: libjs-sphinxdoc (>= 5.2), sphinx-rtd-theme-common (>= 1.2.0+dfsg) Size: 446684 SHA256: 09928050d272fb1b65feaca3ca277929c347ae88230014c795f50f34eaf448f7 SHA1: 0eb57adcd9a2543f83b55761d153367f9708d6b7 MD5sum: ed892092bb39403a67a9f7017d6f3eca 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.5.0~bpo12+1_all.deb Package: debusine-server Source: debusine Version: 0.5.0~bpo12+1 Installed-Size: 71 Maintainer: Raphaël Hertzog Architecture: all Depends: adduser, arch-test, daphne, dbconfig-pgsql | dbconfig-no-thanks, python3-debusine-server (= 0.5.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 Size: 11084 SHA256: 5cea44937b8e5d73b1f8750ca7f4d9ebcedb9b8f5700c7cf257140d16d62e4d0 SHA1: dd44b3548245c5e3907031dd9740d7bb8334187b MD5sum: 77ce4037f1c3c3a0705e5177b3bc1069 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.5.0~bpo12+1_all.deb Package: debusine-signing Source: debusine Version: 0.5.0~bpo12+1 Installed-Size: 40 Maintainer: Raphaël Hertzog Architecture: all Depends: arch-test, dbconfig-pgsql | dbconfig-no-thanks, openssl, python3-debusine-signing (= 0.5.0~bpo12+1), python3-gpg, debconf (>= 0.5) | debconf-2.0, python3:any (>= 3.11~) Recommends: sbsigntool Size: 8908 SHA256: 85e78c89b16138997407f50d5c672711a8b70b7e891449fda51a383ef9ba1573 SHA1: 92eaf8957e812394cba08d78b9c5fc0bd12e97bd MD5sum: bceca80b1e4810d12b368fa263ce4bb4 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.5.0~bpo12+1_all.deb Package: debusine-worker Source: debusine Version: 0.5.0~bpo12+1 Installed-Size: 35 Maintainer: Raphaël Hertzog Architecture: all Depends: adduser, arch-test, python3-debusine (= 0.5.0~bpo12+1), udev, python3:any (>= 3.11~) Recommends: autopkgtest, debootstrap, debos, dosfstools, e2fsprogs, fdisk, mmdebstrap, parted, qemu-utils, sbuild, uidmap, xz-utils Suggests: incus, qemu-kvm, schroot Size: 8636 SHA256: ce9e3d928c5e2724208c4d7912cedb5bd022a9ba947f095cfdd1c0ba9ed1ddf7 SHA1: 390138ce30d2aec1dfd7476120491ecfdc121ae9 MD5sum: 30ed976762db42342d156b401050d952 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.5.0~bpo12+1_all.deb Package: dh-debputy Source: debputy Version: 0.1.48~bpo12+1 Installed-Size: 2485 Maintainer: Debputy Maintainers Architecture: all Provides: debputy (= 0.1.48~bpo12+1), debputy-plugin-gnome, debputy-plugin-grantlee, debputy-plugin-numpy3, debputy-plugin-perl-openssl, dh-sequence-debputy (= 0.1.48~bpo12+1), dh-sequence-installdebputy (= 0.1.48~bpo12+1), dh-sequence-zz-debputy (= 0.1.48~bpo12+1), dh-sequence-zz-debputy-rrr (= 0.1.48~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: debhelper (>= 13.16~), python3-argcomplete Suggests: hunspell-en-us, python3-hunspell, python3-junit.xml, python3-levenshtein, python3-lsprotocol, python3-pygls Size: 470448 SHA256: 08d45dbaa85ba59bab6e1d2373f16478045bc2e5a1cf435cd380111e1f01e05a SHA1: 92871508945b41eaf8062d838dda04302926fb26 MD5sum: 2c47846bee2d6607f8b51e6b02faf3d9 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. . 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.48~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-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.0.10-1~bpo12+1 Installed-Size: 38 Maintainer: Martin-Éric Racine Architecture: all Replaces: dhcpcd5 (<< 1:10.0.10-1~bpo12+1~) Provides: dhcpcd Depends: dhcpcd-base (>= 1:10.0.10-1~bpo12+1~), sysvinit-utils (>= 3.05-4~) | lsb-base Recommends: wpasupplicant Suggests: dhcpcd-gtk Breaks: dhcpcd5 (<< 1:10.0.10-1~bpo12+1~) Size: 12516 SHA256: 9ef0f04ebc2588fd5f079cc12f722c3ebea7426456a9927570bdc2c0ec6e3cbe SHA1: b05cee89ac9a65d5748f837e36fe1a17bb6956e7 MD5sum: 370d31f1530804c0f45d9fda9352fc2e 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.0.10-1~bpo12+1_all.deb Package: dhcpcd-base Source: dhcpcd Version: 1:10.0.10-1~bpo12+1 Installed-Size: 533 Maintainer: Martin-Éric Racine Architecture: i386 Replaces: dhcpcd5 (<< 1:10.0.10-1~bpo12+1~) Provides: avahi-autoipd, dhcp-client Depends: adduser, libc6 (>= 2.36), libssl3 (>= 3.0.0), libudev1 (>= 183) Suggests: resolvconf | openresolv | systemd-resolved Breaks: dhcpcd5 (<< 1:10.0.10-1~bpo12+1~) Size: 215352 SHA256: b2ddb3960c2a34c7cdda3ab96e1fbc2b1551d0cfaafecb26aeef1ee02dedc6cd SHA1: 8644239b126904ce1bc8a7540d567d2d31611788 MD5sum: 35670e6bc1834f2e1c1cbf65ecc62044 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.0.10-1~bpo12+1_i386.deb Package: dhcpcd5 Source: dhcpcd Version: 1:10.0.10-1~bpo12+1 Installed-Size: 23 Maintainer: Martin-Éric Racine Architecture: all Depends: dhcpcd (>= 1:10.0.10-1~bpo12+1~) Size: 10056 SHA256: ab84f793bcd03c55623ee84f343bca05456d5441cfe683772e9d8a898005e813 SHA1: 4e02a90003d546aa631acbde1ed5955d7c905636 MD5sum: 89e14197c32f6e124fa57586af2126cf 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.0.10-1~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.4-1~bpo12+1 Installed-Size: 4943 Maintainer: Debian XMPP Maintainers Architecture: i386 Replaces: dino-im-common (<< 0.1.0-5~) Depends: libadwaita-1-0 (>= 1.2~alpha), libc6 (>= 2.34), libcairo2 (>= 1.2.4), libgcc-s1 (>= 3.0), libgcrypt20 (>= 1.10.0), libgdk-pixbuf-2.0-0 (>= 2.23.0), libgee-0.8-2 (>= 0.20.0), libglib2.0-0 (>= 2.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.4-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: 1211920 SHA256: 5eb70e86eb509c7ea5b15f341a0b39d62fee564b93e1292daa761ddc2d7b33f0 SHA1: af14f8f815bee324719ad701fc40fe5596a25f99 MD5sum: 121e7394d1ad69ff80dafe4ebc8dfa53 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.4-1~bpo12+1_i386.deb Package: dino-im-common Source: dino-im Version: 0.4.4-1~bpo12+1 Installed-Size: 860 Maintainer: Debian XMPP Maintainers Architecture: all Breaks: dino-im (<< 0.1.0-5~) Size: 137908 SHA256: bea71a2c2b1273a55965a4bc8639e867cfa28a9f05fde5aa16dd6157e344f66b SHA1: 9a162622bc242c3d933d4d2ba0a00cdbc93a0360 MD5sum: d15bf78a34bdd9611f1735472bd7efec 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.4-1~bpo12+1_all.deb Package: directx-headers-dev Source: directx-headers Version: 1.614.1-1~bpo12+1 Installed-Size: 3504 Maintainer: Debian X Strike Force Architecture: i386 Size: 244836 SHA256: dc8956996c3fc23d1a698a33b27656a1b134d4854d4cde510b3a1ecdad84ac7d SHA1: b753d248f60a69f4c0c34a077918985c5efb68f4 MD5sum: fee6624c13e0ceede7c602a8e773f9a0 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_i386.deb Package: distribution-gpg-keys Version: 1.105+ds-1~bpo12+1 Installed-Size: 1073 Maintainer: RPM packaging team Architecture: all Size: 531352 SHA256: 3def15af4766ad3991237bd16c1635cd91bc503ca5b5f5cdaeb118b66eafd6d8 SHA1: 13cdda8f076fef606f7ccffb4c2629507a5567b3 MD5sum: 108bf179e1dddafbce66c983700ff4b1 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.105+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: dovecot-auth-lua Source: dovecot Version: 1:2.3.21.1+dfsg1-1~bpo12+1 Installed-Size: 1396 Maintainer: Dovecot Maintainers Architecture: i386 Depends: dovecot-core (= 1:2.3.21.1+dfsg1-1~bpo12+1), libc6 (>= 2.4) Size: 1385116 SHA256: f748e3b8c4f525f17eceba8623c5f6b90354c2694923bd1e827da9fd8a4da5ca SHA1: 5a3ff9c31fc17e06733abb7730156715f70ac8ed MD5sum: 5e632c4ac7d593bd98f12c42cb95bae2 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_i386.deb Package: dovecot-core Source: dovecot Version: 1:2.3.21.1+dfsg1-1~bpo12+1 Installed-Size: 12058 Maintainer: Dovecot Maintainers Architecture: i386 Replaces: dovecot-common (<< 1:2.0.14-2~), mailavenger (<< 0.8.1-4) Provides: dovecot-abi-2.3.abiv21, dovecot-common Depends: adduser, libpam-runtime, openssl, ssl-cert, ucf, libapparmor1 (>= 2.7.0~beta1+bzr1772), libbz2-1.0, libc6 (>= 2.36), libcap2 (>= 1:2.10), libcrypt1 (>= 1:4.1.0), libexttextcat-2.0-0 (>= 3.3.0), libicu72 (>= 72.1~rc-1~), liblua5.4-0 (>= 5.4.4), liblz4-1 (>= 0.0~r130), liblzma5 (>= 5.1.1alpha+20120614), libpam0g (>= 0.99.7.1), libsodium23 (>= 1.0.13), libssl3 (>= 3.0.0), libstemmer0d (>= 0+svn527), libsystemd0, libtirpc3 (>= 1.0.2), 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: 4769908 SHA256: 54cec24401c7d5cf7f13b5b9b895a2b80718fe6d81be796ea6d6501c7da62425 SHA1: 9204f0e51bd7167cb10bfdae82387f2060196418 MD5sum: 64c3d56fe66f9839f20d6da2f4944537 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_i386.deb Package: dovecot-dev Source: dovecot Version: 1:2.3.21.1+dfsg1-1~bpo12+1 Installed-Size: 3599 Maintainer: Dovecot Maintainers Architecture: i386 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: 1761256 SHA256: f440baab480a7d6be5b6c6345618d4605f62c6452ca3be8fc87e1e1732fb7f86 SHA1: fd5c32ee5b1f57319c939061c9702ca2a4afa911 MD5sum: 51617fdad88044e5d9fd8923a9d03364 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_i386.deb Package: dovecot-gssapi Source: dovecot Version: 1:2.3.21.1+dfsg1-1~bpo12+1 Installed-Size: 1378 Maintainer: Dovecot Maintainers Architecture: i386 Depends: dovecot-core (= 1:2.3.21.1+dfsg1-1~bpo12+1), libc6 (>= 2.4), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.6.dfsg.2) Size: 1380380 SHA256: 1a7dab23f471ea370b2971e4071f0c3caef88814c3bd699faeb9554d3eb360f9 SHA1: 16638ace8967c38bc2081be81ceeb9e67fb5fdbf MD5sum: a41af5137310e3203145a0d1570ee924 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_i386.deb Package: dovecot-imapd Source: dovecot Version: 1:2.3.21.1+dfsg1-1~bpo12+1 Installed-Size: 1987 Maintainer: Dovecot Maintainers Architecture: i386 Provides: imap-server Depends: dovecot-core (= 1:2.3.21.1+dfsg1-1~bpo12+1), ucf, libbz2-1.0, libc6 (>= 2.34), liblz4-1 (>= 0.0~r130), liblzma5 (>= 5.1.1alpha+20120614), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4) Suggests: ufw Size: 1567748 SHA256: b32b56e373d34608cc98e255bc632e256b4761c3ff290b4c7fb6e443c49b865c SHA1: d0a786f0532bb45e7a3a7d7569b1996fbeb46fcd MD5sum: a3052ef382b79afa9e30ba4706717c7b 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_i386.deb Package: dovecot-ldap Source: dovecot Version: 1:2.3.21.1+dfsg1-1~bpo12+1 Installed-Size: 1494 Maintainer: Dovecot Maintainers Architecture: i386 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), libldap-2.5-0 (>= 2.5.4) Breaks: dovecot-core (<< 1:2.2.26.0-1~) Size: 1413644 SHA256: a4f88a729454cfb61b091f567d3ce214fd0ddc7c700a148d379f666ca75bd8ba SHA1: 4f13fc2839473c28c8a50558c33e88d653d8ac5c MD5sum: 98999416ea0ec1617659daf8574f8ea4 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_i386.deb Package: dovecot-lmtpd Source: dovecot Version: 1:2.3.21.1+dfsg1-1~bpo12+1 Installed-Size: 1428 Maintainer: Dovecot Maintainers Architecture: i386 Replaces: dovecot-common (<< 1:2.0.14-2~) Depends: dovecot-core (= 1:2.3.21.1+dfsg1-1~bpo12+1), ucf, libc6 (>= 2.34) Breaks: dovecot-common (<< 1:2.0.14-2~) Size: 1396888 SHA256: e66df463653ec9b88c1e45b7b7ff2b32f244d857ac879c9c1063e24ab20b7616 SHA1: f7be25bc2f5cae3fa64a04dfa4511efb4906a110 MD5sum: 44cd2af9dfe6bf6fcfd2b0307ac1f85f 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_i386.deb Package: dovecot-managesieved Source: dovecot Version: 1:2.3.21.1+dfsg1-1~bpo12+1 Installed-Size: 1531 Maintainer: Dovecot Maintainers Architecture: i386 Replaces: dovecot-common (<< 1:2.0.14-2~) Depends: dovecot-core (= 1:2.3.21.1+dfsg1-1~bpo12+1), dovecot-sieve (= 1:2.3.21.1+dfsg1-1~bpo12+1), ucf, libc6 (>= 2.34) Breaks: dovecot-common (<< 1:2.0.14-2~) Size: 1419328 SHA256: a23b000888fea5433a95ca553b5fa4404d21c560306df21f1cbea3c24fde8121 SHA1: 8a39809dd33053ca7604e64e8d66d9435163d0ac MD5sum: d51927e45fb4eb3093e7a927dc4ae315 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_i386.deb Package: dovecot-mysql Source: dovecot Version: 1:2.3.21.1+dfsg1-1~bpo12+1 Installed-Size: 1394 Maintainer: Dovecot Maintainers Architecture: i386 Depends: dovecot-core (= 1:2.3.21.1+dfsg1-1~bpo12+1), libc6 (>= 2.4), libmariadb3 (>= 3.0.0) Size: 1382376 SHA256: d2e0cf29bbab278c89d8e1472734559584d67b15d9dc3d64d901cbf59ff0cc49 SHA1: cfa85ff974370b68e4f4120a5acc4664def21853 MD5sum: 0c14692f5cede25d4655184056264516 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_i386.deb Package: dovecot-pgsql Source: dovecot Version: 1:2.3.21.1+dfsg1-1~bpo12+1 Installed-Size: 1402 Maintainer: Dovecot Maintainers Architecture: i386 Depends: dovecot-core (= 1:2.3.21.1+dfsg1-1~bpo12+1), libc6 (>= 2.4), libpq5 Size: 1386420 SHA256: f119319fc588d1a49f1d193bf0a3f060b20e8d26c90acee636a09ce6a82613bd SHA1: 65bc530b5fc2307f5c302ca9df6b43efdc87be97 MD5sum: ed526d44d1760b173894771776037180 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_i386.deb Package: dovecot-pop3d Source: dovecot Version: 1:2.3.21.1+dfsg1-1~bpo12+1 Installed-Size: 1461 Maintainer: Dovecot Maintainers Architecture: i386 Provides: pop3-server Depends: dovecot-core (= 1:2.3.21.1+dfsg1-1~bpo12+1), ucf, libc6 (>= 2.34) Suggests: ufw Size: 1405832 SHA256: 9230df96e68f63a3cef7be10b142b9ca41c2185226971534526fac13576419d0 SHA1: 4929f0678f4d886fe7fb4be6eb8104ebcf327c73 MD5sum: 11be23ea30904677568203b6436e8d57 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_i386.deb Package: dovecot-sieve Source: dovecot Version: 1:2.3.21.1+dfsg1-1~bpo12+1 Installed-Size: 2586 Maintainer: Dovecot Maintainers Architecture: i386 Replaces: dovecot-core (<= 1:2.2.13-6), dovecot-imapd (<< 1:2.2.26.0-1~) Depends: dovecot-core (= 1:2.3.21.1+dfsg1-1~bpo12+1), ucf, libc6 (>= 2.34) Breaks: dovecot-core (<= 1:2.2.13-6), dovecot-imapd (<< 1:2.2.26.0-1~) Size: 1750680 SHA256: 3be56d0f2beda568c9df2ba58a082544bdc47c3f464dd0190a123c651e5a4270 SHA1: 4fd955b57fcbb3c185db03510d39f3646e8b7726 MD5sum: 7227059e0f1878703100c86fce73be13 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_i386.deb Package: dovecot-solr Source: dovecot Version: 1:2.3.21.1+dfsg1-1~bpo12+1 Installed-Size: 1419 Maintainer: Dovecot Maintainers Architecture: i386 Depends: dovecot-core (= 1:2.3.21.1+dfsg1-1~bpo12+1), libc6 (>= 2.4), libexpat1 (>= 2.0.1) Size: 1394648 SHA256: be486f84235ad2d39be9c465895c7db982fe39ecec05498b77f61200b96bc22a SHA1: 19cb3c86dfd774749b17a379af41609c8453de9e MD5sum: 5f129ef3f1f82a9fc4a06c3512b5d737 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_i386.deb Package: dovecot-sqlite Source: dovecot Version: 1:2.3.21.1+dfsg1-1~bpo12+1 Installed-Size: 1386 Maintainer: Dovecot Maintainers Architecture: i386 Depends: dovecot-core (= 1:2.3.21.1+dfsg1-1~bpo12+1), libc6 (>= 2.4), libsqlite3-0 (>= 3.5.9) Size: 1380052 SHA256: bf367947829c8f7736912c0d0bdfba84aa1c62457c05c7062d2fec4f0231de4f SHA1: 69a3c4b69384e16cf739dc0554fc79dfe0afb75c MD5sum: 8094a2a6f5672cb8a1dc82472f1f01df 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_i386.deb Package: dovecot-submissiond Source: dovecot Version: 1:2.3.21.1+dfsg1-1~bpo12+1 Installed-Size: 1511 Maintainer: Dovecot Maintainers Architecture: i386 Replaces: dovecot-submission (<< 1:2.3.1-2~) Depends: dovecot-core (= 1:2.3.21.1+dfsg1-1~bpo12+1), ucf, libc6 (>= 2.34) Breaks: dovecot-submission (<< 1:2.3.1-2~) Size: 1423364 SHA256: b0d631cba222158736e337915e8274d8d985b9d944293d9dc327a861ebd6d7cd SHA1: 8b9ebac96f335e1f3ee6e060e1ad81dbf0171111 MD5sum: 56cbfd33dad8a48f33ddd1376cafbb33 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_i386.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: dunst Version: 1.11.0-1~bpo12+1 Installed-Size: 345 Maintainer: Nikos Tsipinakis Architecture: i386 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: 133912 SHA256: a90dc8dbeb678323e0a0eb232c416cb44d53db4d40f3593886e64daf903e33ee SHA1: 29b5df6547b9d5375382f84cb6808dfe336d45ea MD5sum: fa44e79f490f01a300bccf5efe53851a 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_i386.deb Package: duplicity Version: 2.1.4-3~bpo12+1 Installed-Size: 1958 Maintainer: Alexander Zangerl Architecture: i386 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: 479032 SHA256: b8cc4e69d29118f24fbc1d3baf2d0377282db2666737425e752321fa06997761 SHA1: 62c5a83a23bef8283948853b2318b51566c19245 MD5sum: 527ca583874860209523f7114aba4960 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_i386.deb Package: e2fsck-static Source: e2fsprogs Version: 1.47.1~rc2-1~bpo12+1 Installed-Size: 2099 Maintainer: Theodore Y. Ts'o Architecture: i386 Recommends: sash | bash-static | zsh-static | busybox-static Size: 826852 SHA256: d3f5d8e9827c0f89f4baa8443570a8c470e9df4c931ceddcec740de17674c7cc SHA1: 3849e582ee856957e29de033dd8a905eb40bfa89 MD5sum: 5406e93e2662100ce1b74a711aeb8ec2 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.1~rc2-1~bpo12+1_i386.deb Package: e2fsprogs Version: 1.47.1~rc2-1~bpo12+1 Installed-Size: 1608 Maintainer: Theodore Y. Ts'o Architecture: i386 Depends: logsave Pre-Depends: libblkid1 (>= 2.36), libc6 (>= 2.34), libcom-err2 (>= 1.43.9), libext2fs2 (= 1.47.1~rc2-1~bpo12+1), libss2 (>= 1.38), libuuid1 (>= 2.16) Recommends: e2fsprogs-l10n Suggests: gpart, parted, fuse2fs, e2fsck-static Size: 622924 SHA256: 255b015a2bd27d22542dc87f565ca8f21a417cf8ca6b476eb41e9f5a897e9a7e SHA1: a51c3271d09218c29ac95723fdb1ed81f0954f9c MD5sum: 232e147a7ddce93e95b6b1058ce717d7 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.1~rc2-1~bpo12+1_i386.deb Package: e2fsprogs-l10n Source: e2fsprogs Version: 1.47.1~rc2-1~bpo12+1 Installed-Size: 3444 Maintainer: Theodore Y. Ts'o Architecture: all Replaces: e2fsprogs (<< 1.43.5-1) Depends: e2fsprogs (>= 1.47.1~rc2-1~bpo12+1), e2fsprogs (<< 1.47.1~rc2-1~bpo12+1+c~) Size: 546068 SHA256: f61d036c02c83ab705a644d46d1eafe5613fc0648d03d5fcb8e39f9d9a60e5f5 SHA1: 7aa3d221f202558ecf31515ab8b56071dd4a0545 MD5sum: 26e6b9c1868995461e7a5f95d6e203da 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.1~rc2-1~bpo12+1_all.deb Package: easyeffects Version: 7.0.1-1~bpo12+1 Installed-Size: 6076 Maintainer: Debian Multimedia Maintainers Architecture: i386 Depends: calf-plugins, dconf-gsettings-backend | gsettings-backend, libadwaita-1-0 (>= 1.2~alpha), libbs2b0 (>= 3.1.0+dfsg), libc6 (>= 2.34), libcairo2 (>= 1.2.4), libebur128-1 (>= 1.2.0), libfftw3-double3 (>= 3.3.10), libfftw3-single3 (>= 3.3.10), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 4.2), 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: 1068872 SHA256: df34a1c30bb81fe7b04325c5f2739c72c13fa5786608203bd1f57755819503e0 SHA1: 371cd57d9e9cff7238dba9c4ee88f75e200ddc32 MD5sum: 4331ccde0d67f7faad47a2cd3d7cc181 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_i386.deb Package: ebnflint Source: golang-golang-x-exp Version: 0.0~git20230522.2e198f4-1~bpo12+1 Installed-Size: 1302 Maintainer: Debian Go Packaging Team Architecture: i386 Size: 502948 SHA256: 65e7f6a423c094705cf4eaa6f65d349b08c67e0447fe8457ff6d3ae54d7b08ef SHA1: 5e2ff96e56d93f555d15cf339e78a08b0be0b993 MD5sum: 97f7d19b8fcbf56f4147133759dbef78 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_i386.deb Package: ejabberd Version: 23.10-1~bpo12+1 Installed-Size: 11626 Maintainer: Ejabberd Packaging Team Architecture: i386 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: 6397248 SHA256: 664142bfd4c37fd09f6cd55cf7bbc534871c557fc063e05645fef23bc20ebe03 SHA1: 01cd153a9b4045a11961fb79e42045083c29be8d MD5sum: a2e9eb8327f5c885cba353960633b65d 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_i386.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: i386 Depends: erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0), ejabberd (= 23.10-1~bpo12+1) Size: 15172 SHA256: 9bd9dd8ee7916b2dde59b1d506e2747bb5e124a753d8904ed37cf0bd8e3dbb6a SHA1: d6df1189c9016cb23a1a395e55ce7f1a58cc9bf5 MD5sum: 3726152061cd84a288eb407bbd406a72 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_i386.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: i386 Depends: erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0), ejabberd (= 23.10-1~bpo12+1) Size: 10228 SHA256: 1b81c24089bc6642def980a1fda9ba09d0e99d91651ee6c49ace3d86eeb7c26b SHA1: 62583e359beba38bc3c16e9c2ed9305b47512e91 MD5sum: 35fd9a71e1fd2a63366761c5207ee13d 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_i386.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: i386 Depends: erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0), ejabberd (= 23.10-1~bpo12+1) Size: 10316 SHA256: e351a4db7e50c1227243791305b55649ca5f802383b01d52f2bfcadd1ab2a5aa SHA1: 5a2cfa6bc511999a70ab4c9ad8427c0aff87c06b MD5sum: 48ec0403ee755c081468b1fff893663d 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_i386.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: i386 Depends: erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0), ejabberd (= 23.10-1~bpo12+1) Size: 12072 SHA256: 829f3812bfd97eac40ff351fa69f8950a19ccab94e3b2e7d609e910abe6d3b09 SHA1: c7cfc28dfd70ec79fcccfc3ad3663e9c00873bb0 MD5sum: cf128e2ecfa01d2d073671866bdb816f 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_i386.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: i386 Depends: erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0), ejabberd (= 23.10-1~bpo12+1) Size: 11392 SHA256: 2c8175ee188f9c7d1baa00c696c111908512039faa68146e669d36400f9c57fb SHA1: c9d62d28d1212af6e1eaa2d45e6c10a7b0629dd1 MD5sum: 113997f5b800b03af24e56d0d5d8cef2 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_i386.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: i386 Depends: erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0), ejabberd (= 23.10-1~bpo12+1) Size: 11676 SHA256: 4e66e772b210a114a02cc7ed0e73edab8accb6836635a87e230735a7bfb839ae SHA1: 316fa1e1839584839c4bf9c40187838bd47c8b68 MD5sum: 29cbbba4b30f3605c3aab07a431ee95d 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_i386.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: i386 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: 35960 SHA256: 12b06fd4f1a715e9dd4d346adfffcac408a6312933b25dc6204e1ad4fd6d11be SHA1: a968d1bb454a1f40d348cbb144e39c8d27a9f8bc MD5sum: d6b1f290d907a33b25f1e7f4a5924928 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_i386.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: i386 Depends: erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0), ejabberd (= 23.10-1~bpo12+1) Size: 5980 SHA256: c014abb1b2d4da3a55705efd8c734cdfc5553b5a4d526cfef37dd8c1188347a7 SHA1: e832ef0971716184e7d52322d035547b05d11d15 MD5sum: b63eae915d599c93c74cbd1296a04d82 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_i386.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: i386 Depends: erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0), ejabberd (= 23.10-1~bpo12+1) Size: 14312 SHA256: d18c9a9ad43c080c808ee411725d5968f78e90ea30cf15848cf223cf4bcdb074 SHA1: fc35a17dc5bb8336f4bbadc84a6d8ce521bb7c7e MD5sum: 7de8577c2b22079adb6a79c4b6a4e34a 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_i386.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: i386 Depends: erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0), ejabberd (= 23.10-1~bpo12+1) Size: 8160 SHA256: b54adda89cd8499f476946fcf04aa51fa3b4232ea3371ac3a5d10ace877d71d5 SHA1: 0842e884b5d7ea1b38736e143307eada972b9215 MD5sum: ba3bbdab062cc2e268905795c63b47c7 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_i386.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: i386 Depends: erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0), ejabberd (= 23.10-1~bpo12+1) Size: 10008 SHA256: 9d6292a88b006f2a128a793b290c3ab83f4f25573df22304ef050d8ed0d2dc35 SHA1: 12728b9e0bfab059fc331d0b75a7ea03c9aa71ea MD5sum: 16b843f161697951ab77fc8cd03d8640 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_i386.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: i386 Depends: erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0), ejabberd (= 23.10-1~bpo12+1) Size: 7908 SHA256: 3524c69cebb72cd23c32dab0cf9644f08b2b48428a2b1df6733a158b8bef36c9 SHA1: 8a664bbc08acee7574e9d9547752914a642f91ba MD5sum: dc212e9dbd17769688420e330ab7be85 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_i386.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: i386 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: 4d915e10d2ce7f000188c09ab6a82f0dc97af54d9a40463bf4939db0784a919b SHA1: 2fc88e64c2534f5293f44f0aba78ba43f9c115b6 MD5sum: de32f64ad574a718cd73bf68be463cd4 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_i386.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: i386 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: 7452 SHA256: 4240e2feb97ff06b57c9e296697155f9f431a1f943662b6d1a275221a11fd4ed SHA1: 6236ba1ee8ad7ef5c07aaf2fbd6656380fee9ee8 MD5sum: 28261aebd2b1f4bb7cede63f9353f2d0 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_i386.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: i386 Depends: erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0), ejabberd (= 23.10-1~bpo12+1) Size: 14548 SHA256: 278beea359397ae57bc7a12ce132d70db58452968163988563c3c98c3492205b SHA1: ac5523be7e4f983dce66f99c7fa28eca3b5e042d MD5sum: 6057f68abf37e78593df09f956f82e0e 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_i386.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: i386 Depends: erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0), ejabberd (= 23.10-1~bpo12+1) Size: 15512 SHA256: 00e9c73f1d961fbfe91f77519c0e6db98ff4306d4c46aed45e87330692f52b08 SHA1: aad125e92fb0a342fce8b587c879f81ac0f5a99f MD5sum: 4b3408d02774e31e09b645f5e719f9c2 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_i386.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: i386 Depends: erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0), ejabberd (= 23.10-1~bpo12+1) Size: 7076 SHA256: ded95e65bbf4a1d220e4ac5668ca12a4b4ca75e7159684f8165b0860819d02b3 SHA1: 41f251707942b6390a51a0051c6623d65e747714 MD5sum: 2a5796e23f751c58703241978fb13b17 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_i386.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: i386 Depends: erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0), ejabberd (= 23.10-1~bpo12+1) Size: 9432 SHA256: f0d80b2060230620cb039941810e6c98c158e6c44ab90020cf4f0b5f2f061c31 SHA1: e806fc31745803572eaf921fd521e686460353f8 MD5sum: c51723ebf7942906a65f134389ee2196 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_i386.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: i386 Depends: erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0), ejabberd (= 23.10-1~bpo12+1) Size: 19536 SHA256: d6a97d68e58ecfb5d959a1d58378cf9ce8308d54b18d9ea46ce32f68ce7d1f40 SHA1: 594a1573162163774187ad591b5c2361da8db7e8 MD5sum: 0d500c7603c034f95ac1c942757898af 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_i386.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: i386 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: 34656 SHA256: ac11c8301f4cb6265770b371bd50224613881e41dd0bc13f5934ccc6350ffa4f SHA1: bf9a2d6017f175e76fc615485dd88a348fd7d4b5 MD5sum: 994175547419f14e374f096a0483c527 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_i386.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: i386 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: 309584 SHA256: 20a98e9bbbed3568d930da247abdd244f1173ec7dede1a666d4b2c0800d8fba1 SHA1: 408939bcc1098c27857fef86695746df32e35ea2 MD5sum: a353661e6d3e2edfa4458a34cd8cd841 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_i386.deb Package: electrum Version: 4.5.5+dfsg-1~bpo12+1 Installed-Size: 154 Maintainer: Debian Cryptocoin Team Architecture: all Depends: python3-electrum (= 4.5.5+dfsg-1~bpo12+1), python3:any Recommends: python3-pyqt6, python3-qdarkstyle Suggests: python3-btchip, python3-trezor, python3-zbar Size: 87900 SHA256: 9719853010f49b1e15eddc26d831b57329864454acdc51a7972ee095ff1be553 SHA1: ba80ef94cbd5f890ee97c752aac497b10ad5e698 MD5sum: 77bbbc2ed1d342c8aec0c49f14fc4a4a 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.5+dfsg-1~bpo12+1_all.deb Package: elementary-icon-theme Version: 8.0.0-1~bpo12+1 Installed-Size: 34571 Maintainer: Debian QA Group Architecture: all Provides: elementary-icons Depends: hicolor-icon-theme Size: 2837600 SHA256: 71709288034cb19cc4710b10aac31979d778e4b3c244585b37e566d1d85cd2c8 SHA1: f12c35ea8c0acccdaf28b6e1f1a62b093fe4090a MD5sum: 166a0c04355f8cb36e0b818d07fcea9a 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.0.0-1~bpo12+1_all.deb Package: elfutils Version: 0.191-1~bpo12+1 Installed-Size: 2768 Maintainer: Debian Elfutils Maintainers Architecture: i386 Depends: libarchive13 (>= 3.0.4), libasm1 (>= 0.132), libc6 (>= 2.34), libdebuginfod1 (>= 0.180), libdw1 (= 0.191-1~bpo12+1), libelf1 (= 0.191-1~bpo12+1), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2) Size: 501244 SHA256: b3a4a6b4233e4a1c2239166bfdeb778b01bcfd004b0b491803dca962a15316e4 SHA1: 1664b56a43c25f6a4a17b398866088543becdcb0 MD5sum: 9741d3cc404cbc0884b1cdfa6f2e8e6b 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.191-1~bpo12+1_i386.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:29.4+1-2~bpo12+1 Installed-Size: 53 Maintainer: Rob Browning Architecture: all Depends: emacs-gtk (>= 1:27.1) | emacs-pgtk (>= 1:27.1) | emacs-lucid (>= 1:27.1) | emacs-nox (>= 1:27.1) Size: 18560 SHA256: b4dbdf5329cf1cf56d9fdb47bf9f387037f8761566e9c0ff9768ea59ae72ecba SHA1: 2e0306eb6454ecd9e4f28e0a0dc960e257faf46a MD5sum: b9b8b383d66216ed662e83bdec7face9 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_29.4+1-2~bpo12+1_all.deb Package: emacs-bin-common Source: emacs Version: 1:29.4+1-2~bpo12+1 Installed-Size: 338 Maintainer: Rob Browning Architecture: i386 Depends: emacs-common (= 1:29.4+1-2~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: 96308 SHA256: a4d7fa2a0f9b4481bca8f7c3f25a213ecb41eec0292d7aa44192f5f20961e06e SHA1: 192db9f0a9d645c4f5b2710939f1271fda592460 MD5sum: a6d83c5146bec6de20feb476ee85e049 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_29.4+1-2~bpo12+1_i386.deb Package: emacs-common Source: emacs Version: 1:29.4+1-2~bpo12+1 Installed-Size: 78150 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, ncurses-term Conflicts: cedet, eieio, emacs-el (<< 1:29.4+1-2~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: 15217436 SHA256: 83288a81c94d149ba0768eaf0df90ebb135abcc7dd960086797cf6a62d781740 SHA1: 92e4a79f6049a8b049a1c935d61f5513f183c1c1 MD5sum: dd644cb675c43a3d8757202a72f96888 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_29.4+1-2~bpo12+1_all.deb Package: emacs-el Source: emacs Version: 1:29.4+1-2~bpo12+1 Installed-Size: 19047 Maintainer: Rob Browning Architecture: all Depends: emacs-common (= 1:29.4+1-2~bpo12+1) Size: 18825364 SHA256: 1efc9790ef7f3ff48f6ceff08957ffe82fbfc5a8577fd2f604066b4e7ec4c5a9 SHA1: 4932077df6b3a1d0b2293b8850938b7c78758e36 MD5sum: 0599abca7426b6c4823714c16cc0ec71 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_29.4+1-2~bpo12+1_all.deb Package: emacs-gtk Source: emacs Version: 1:29.4+1-2~bpo12+1 Installed-Size: 35926 Maintainer: Rob Browning Architecture: i386 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:29.4+1-2~bpo12+1), emacs-common (= 1:29.4+1-2~bpo12+1), libacl1 (>= 2.2.23), libasound2 (>= 1.0.16), 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), libjansson4 (>= 2.14), 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 Conflicts: emacs-lucid, emacs-nox, emacs-pgtk Breaks: emacs-bin-common (<< 1:29.2) Size: 7458144 SHA256: af66a1487d3cad34835a96928c8bc4f6b530c2e2086d8817a083e060b46a9bcc SHA1: 92b55d2ea5aaea304baaababc0d316106ce6c2c3 MD5sum: 4c0854a80e1a1e2af03f4654ca9556a5 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_29.4+1-2~bpo12+1_i386.deb Package: emacs-lucid Source: emacs Version: 1:29.4+1-2~bpo12+1 Installed-Size: 36129 Maintainer: Rob Browning Architecture: i386 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:29.4+1-2~bpo12+1), emacs-common (= 1:29.4+1-2~bpo12+1), libacl1 (>= 2.2.23), libasound2 (>= 1.0.16), 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), libjansson4 (>= 2.14), 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 Conflicts: emacs-gtk, emacs-nox, emacs-pgtk Breaks: emacs-bin-common (<< 1:29.2) Size: 7422364 SHA256: a4fa9735772ac33f34e4477d28c745912b34477adfd78376b06fb4f13f594e50 SHA1: 90cf3518800e69e78b0f39675612fbd8afa49b7a MD5sum: e0cd108c07bed664ba6909d7f96f0671 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_29.4+1-2~bpo12+1_i386.deb Package: emacs-nox Source: emacs Version: 1:29.4+1-2~bpo12+1 Installed-Size: 34380 Maintainer: Rob Browning Architecture: i386 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:29.4+1-2~bpo12+1), emacs-common (= 1:29.4+1-2~bpo12+1), libacl1 (>= 2.2.23), libasound2 (>= 1.0.16), 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), libjansson4 (>= 2.14), 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 Conflicts: emacs-gtk, emacs-lucid, emacs-pgtk Breaks: emacs-bin-common (<< 1:29.2) Size: 6939948 SHA256: 571da72c3a2623fb4d9c35a3a4f2c8d5a2f5a2073574547749677b27f0e7b426 SHA1: 0150bec34f4706fc4fe0d51285d03570a9cc8898 MD5sum: a8b93fefb9010eb17952318d1a20481f 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_29.4+1-2~bpo12+1_i386.deb Package: emacs-pgtk Source: emacs Version: 1:29.4+1-2~bpo12+1 Installed-Size: 35771 Maintainer: Rob Browning Architecture: i386 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:29.4+1-2~bpo12+1), emacs-common (= 1:29.4+1-2~bpo12+1), dconf-gsettings-backend | gsettings-backend, libacl1 (>= 2.2.23), libasound2 (>= 1.0.16), libc6 (>= 2.35), libcairo2 (>= 1.12.0), 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), libjansson4 (>= 2.14), 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 Conflicts: emacs-gtk, emacs-lucid, emacs-nox Breaks: emacs-bin-common (<< 1:29.2), emacs-common (<< 1:29.3+1-3~) Size: 7297624 SHA256: 7080fe280cfdf58c78afb18068507fbb6acfd2f25f2dfe86196baec6f0450a7b SHA1: 22c93755489021e9fad8a95e0d213120980bc6d0 MD5sum: 760f9538b53871f60cadc9a2067871ce 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_29.4+1-2~bpo12+1_i386.deb Package: empathy-skype Source: pidgin-skype Version: 20240122+gitab786a3+dfsg-2~bpo12+1 Installed-Size: 24 Maintainer: Patrick Zajda Architecture: i386 Depends: telepathy-haze, pidgin-skype-common (= 20240122+gitab786a3+dfsg-2~bpo12+1) Size: 3152 SHA256: b26a0d0c0bec2580e4d689734decbf02b5bdac1fb5fad62804800115145d68e8 SHA1: ad9e58fd49458b2fe0a2a313b035f51d994cab3c MD5sum: 72541b452892766f5fe21a8be290a3ba 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_i386.deb Package: erlang-jose Version: 1.11.6-1~bpo12+1 Installed-Size: 1180 Maintainer: Ejabberd Packaging Team Architecture: i386 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: 723924 SHA256: 49e7a8097c271468631039042e59aaf25b86f1ba28c214a8191da8bd5820f83f SHA1: 96a4400c681f89376d74ade97c11a4565d1a85b2 MD5sum: 124e5b7641e4043886691c50c44928ac 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.6-1~bpo12+1_i386.deb Package: erlang-luerl Version: 1:1.1-1~bpo12+1 Installed-Size: 879 Maintainer: Ejabberd Packaging Team Architecture: i386 Depends: erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0) Size: 551596 SHA256: 83f39109ab6db264dff7afc3f51972909dea28f83ea819893ca0f1fe113a52bd SHA1: 5d7049a541902462b5d6e2750b701e94403b3e00 MD5sum: 403de95bf8b77c95483dca96b1366d5c 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.1-1~bpo12+1_i386.deb Package: erlang-p1-acme Version: 1.0.22-2~bpo12+1 Installed-Size: 84 Maintainer: Ejabberd Packaging Team Architecture: i386 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.5), erlang-p1-utils (>= 1.0.25), erlang-p1-yconf (>= 1.0.15), erlang-p1-yaml (>= 1.0.36), erlang-unicode-util-compat (>= 0.3.1) Size: 59804 SHA256: c820973fd3c814035d498e7d11362865213971e67f05f3be5f4d112c3020fe32 SHA1: 8a6653bac3038cc28da8f2ef5fd4278b65e26a8b MD5sum: f3b55abf7d9917f9956db21de8061a01 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.22-2~bpo12+1_i386.deb Package: erlang-p1-cache-tab Version: 1.0.30-3~bpo12+1 Installed-Size: 98 Maintainer: Ejabberd Packaging Team Architecture: i386 Depends: libc6 (>= 2.4), erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0), erlang-p1-utils (>= 1.0.25) Size: 52512 SHA256: 1271081373a0885980b032b1b9798ffe00152c9217ed38cc555b601fe5fd3939 SHA1: 219433200d53dc109456a95966041082d3c0302c MD5sum: 847e5f18aaa086cf4a5c651a870c6846 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.30-3~bpo12+1_i386.deb Package: erlang-p1-eimp Version: 1.0.22-3~bpo12+1 Installed-Size: 68 Maintainer: Ejabberd Packaging Team Architecture: i386 Depends: libc6 (>= 2.34), erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0), erlang-p1-utils (>= 1.0.25) Size: 29292 SHA256: 59231e08a7bc5865e0b345eb5d5a8206f42e8485d1602e600964918a11cd3c5e SHA1: d87c67dd884b2964816e6c8c792bd808cff53b7b MD5sum: 195242e348a7849653af289cf9ae6715 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.22-3~bpo12+1_i386.deb Package: erlang-p1-iconv Version: 1.0.13-4~bpo12+1 Installed-Size: 44 Maintainer: Ejabberd Packaging Team Architecture: i386 Depends: libc6 (>= 2.4), erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0) Size: 11400 SHA256: c51df2cbcbb73822762d6d075df310088f81430976a35befbc0ef05c8136ae11 SHA1: 4d648cd905cc88caf12c62d3d20495112235544a MD5sum: 079e5307d3f1aa792063e9bd57544d2e 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_i386.deb Package: erlang-p1-mqtree Version: 1.0.15-3~bpo12+1 Installed-Size: 62 Maintainer: Ejabberd Packaging Team Architecture: i386 Depends: libc6 (>= 2.4), erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0), erlang-p1-utils (>= 1.0.25) Size: 19524 SHA256: 46691a1f62a06dcd8995e57cc25d7824550bdb311128cb4fa1c274c533305405 SHA1: 34d6aa3a1607d2f846dc21c52a0bd308d4121c71 MD5sum: 07be1bc65edba20c69111481fc7c2155 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.15-3~bpo12+1_i386.deb Package: erlang-p1-mysql Version: 1.0.22-1~bpo12+1 Installed-Size: 107 Maintainer: Ejabberd Packaging Team Architecture: i386 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: 69500 SHA256: f81391fb65b386b3b18c1de21cce1916d03b9d1fda267da53119e3a4673d6c8f SHA1: 24591fea1e7ace1e7a9408e5d49327a25990a73c MD5sum: 207e46f62052f022fe05a499891c0ee4 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.22-1~bpo12+1_i386.deb Package: erlang-p1-oauth2 Version: 0.6.11-3~bpo12+1 Installed-Size: 54 Maintainer: Ejabberd Packaging Team Architecture: i386 Depends: erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0), erlang-crypto (>= 1:25.2.3+dfsg) Size: 30180 SHA256: 2d00c5dfc0bd864d468612dd00a1b5b4d15869501bda80216baaf3ff52667919 SHA1: 7d387c515d9185b1b71906ad9e9a37cf01c559aa MD5sum: f6874ef2a173a4d4369c16344364b83e 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.11-3~bpo12+1_i386.deb Package: erlang-p1-pam Version: 1.0.14-2~bpo12+1 Installed-Size: 48 Maintainer: Ejabberd Packaging Team Architecture: i386 Depends: libc6 (>= 2.34), libpam0g (>= 0.99.7.1), erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0) Size: 16176 SHA256: 83b3753622e7b1e90ca5fd6a6da9a3e7a8bd9c353468e38c5380d128feea9475 SHA1: e4d03114436cefe2f5395779b8446e1eea5710d3 MD5sum: 76c3221dd0bf15148103217ed053f0f8 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-2~bpo12+1_i386.deb Package: erlang-p1-pgsql Version: 1.1.23-1~bpo12+1 Installed-Size: 103 Maintainer: Ejabberd Packaging Team Architecture: i386 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.29), 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-zlib (>= 1.0.12), erlang-unicode-util-compat (>= 0.3.1) Size: 60280 SHA256: ffe4ac8bc8a538e093e64a38a63d76c1b825542fefb6d91038d4d01283384ce8 SHA1: 072fab34e5e3a5df82b9a1672bcefca16a8032eb MD5sum: 96c8876646f9119ab0f834cad148ec08 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.23-1~bpo12+1_i386.deb Package: erlang-p1-pkix Version: 1.0.9-3~bpo12+1 Installed-Size: 303 Maintainer: Ejabberd Packaging Team Architecture: i386 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: 179236 SHA256: 4acbf1aac0c15aa2da335b1a9755e22c996e6ce7db52eea832bdb33b232ff908 SHA1: aa00373956a34daad398221a9f37c60f45363033 MD5sum: 03eecb3ca0e0541410e0955dac39b820 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.9-3~bpo12+1_i386.deb Package: erlang-p1-sip Version: 1.0.50-1~bpo12+1 Installed-Size: 263 Maintainer: Ejabberd Packaging Team Architecture: i386 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.10), erlang-p1-tls (>= 1.1.16), erlang-p1-utils (>= 1.0.25) Size: 175588 SHA256: 148efb024d371b6e3bd3cd3d51d7d83a25b4ac6f132626ddc856e9fbc1d70714 SHA1: 7b5be2e2b252d3cf23080102350765a0f5e12371 MD5sum: 77465fc172734b59a3019a100bf4fe22 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.50-1~bpo12+1_i386.deb Package: erlang-p1-sqlite3 Version: 1.1.14-2~bpo12+1 Installed-Size: 131 Maintainer: Ejabberd Packaging Team Architecture: i386 Depends: libc6 (>= 2.7), libsqlite3-0 (>= 3.5.9), erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0) Size: 62516 SHA256: 7fd83bbb20760f189639a2810bde799d441f42bfff2458edad306d1afcfaf051 SHA1: 9d2fd854f046c63af4d4078141447a7b5505488b MD5sum: 8c2eee1fabbbdd13d766c99e433bf6cc 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.14-2~bpo12+1_i386.deb Package: erlang-p1-stringprep Version: 1.0.29-3~bpo12+1 Installed-Size: 215 Maintainer: Ejabberd Packaging Team Architecture: i386 Depends: libc6 (>= 2.1.3), libgcc-s1 (>= 3.0), libstdc++6 (>= 4.1.1), erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0), erlang-p1-utils (>= 1.0.25) Size: 31560 SHA256: 7c802363f01694336dfb34a37bf5775a5a57b15142906c56a4c0014e47e846db SHA1: 4830bee88e17b375d516c2f2e14199bc366d4ec1 MD5sum: 4c48577ad4bb6895a552e2287ad86295 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.29-3~bpo12+1_i386.deb Package: erlang-p1-stun Version: 1.2.10-1~bpo12+1 Installed-Size: 218 Maintainer: Ejabberd Packaging Team Architecture: i386 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.16), erlang-p1-utils (>= 1.0.25) Suggests: stun-server | turn-server Size: 149968 SHA256: fe1705ba14ea3005134ddbdb29056fe67ce2f1c3327b76fc38e6c834149206f0 SHA1: fa15dfb0186b3525d8fc5ad276e86a261fc51640 MD5sum: 9401b24ce4f3f89726cf72a7c0a8ef7d 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.10-1~bpo12+1_i386.deb Package: erlang-p1-tls Version: 1.1.16-3~bpo12+1 Installed-Size: 116 Maintainer: Ejabberd Packaging Team Architecture: i386 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.25) Size: 49048 SHA256: f870becb067e2b1a68d61a30e89ed089e4d9035e9b38aed2672015874d66535d SHA1: 3e016ee4a54c9d1319fa77e61f08579163d34ac8 MD5sum: b36083f4e069efafd62e387db348fb67 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.16-3~bpo12+1_i386.deb Package: erlang-p1-utils Version: 1.0.25-3~bpo12+1 Installed-Size: 193 Maintainer: Ejabberd Packaging Team Architecture: i386 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: 126128 SHA256: eeae0aad51f146e7a86f2f3eed5bb980b64b2324407a8463f34ce5abefd78afe SHA1: c3def2a7713f593022d6b27697c44fc2e74f9853 MD5sum: a2ee4562b5558a83cd7be2278b2fb991 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.25-3~bpo12+1_i386.deb Package: erlang-p1-xml Version: 1.1.49-3~bpo12+1 Installed-Size: 345 Maintainer: Ejabberd Packaging Team Architecture: i386 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.25) Size: 224284 SHA256: ba17bf532c82aabc7fff3592283b7091c71c171b90979cf6fcc70bdd73aa7642 SHA1: b677bd31b4c6f7025856fe21e2c6a2563f46575c MD5sum: 7d1ec92e40806122098e79e63ca12e1a 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.49-3~bpo12+1_i386.deb Package: erlang-p1-xmpp Version: 1.7.0-1~bpo12+1 Installed-Size: 3228 Maintainer: Ejabberd Packaging Team Architecture: i386 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-syntax-tools (>= 1:25.2.3+dfsg), erlang-idna (>= 6.0.0), erlang-p1-xml (>= 1.1.49), erlang-p1-stringprep (>= 1.0.29), erlang-p1-tls (>= 1.1.16), erlang-unicode-util-compat (>= 0.3.1), erlang-p1-utils (>= 1.0.25), erlang-p1-zlib (>= 1.0.12) Size: 2034084 SHA256: 6ed6537867296366677b4e25d6d8f80ce1fc558fc53836d1d70a75103659930f SHA1: 92bbfac63dddac586cb4703b73f34b5860af977b MD5sum: 5ccd9ec16ae0459beb965e76fd3314fb 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.7.0-1~bpo12+1_i386.deb Package: erlang-p1-yaml Version: 1.0.36-2~bpo12+1 Installed-Size: 57 Maintainer: Ejabberd Packaging Team Architecture: i386 Depends: libc6 (>= 2.4), libyaml-0-2, erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0), erlang-p1-utils (>= 1.0.25) Size: 18452 SHA256: 3cc0f38e2177a30b679ea075bc969d8d9dd44ace3521a3f02e9479ac06c85446 SHA1: 638dfecbecb534900e4372b3fcba63d87d500d31 MD5sum: 65ff4039664ba72c9e5b18b292b59abf 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.36-2~bpo12+1_i386.deb Package: erlang-p1-yconf Version: 1.0.15-2~bpo12+1 Installed-Size: 76 Maintainer: Ejabberd Packaging Team Architecture: i386 Depends: erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0), erlang-p1-utils (>= 1.0.25), erlang-p1-yaml (>= 1.0.36) Size: 47840 SHA256: 935ec8c87ec6ef7c6c1d4e404ea1bf41dd3fd2ee7b8b8d9239f4072f3cedccb6 SHA1: 95c0c33b53eea855437a05d24e2e2722775342cc MD5sum: e19f06c12cccb8546ec9d7c39ebc1caf 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.15-2~bpo12+1_i386.deb Package: erlang-p1-zlib Version: 1.0.12-3~bpo12+1 Installed-Size: 47 Maintainer: Ejabberd Packaging Team Architecture: i386 Depends: libc6 (>= 2.4), erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0), erlang-p1-utils (>= 1.0.25) Size: 15092 SHA256: 56c74c95d0197f1f7a44cc1cb1920dd170cf83bbd941919a59f3e75d83a47498 SHA1: b5f450a48b0b0d6a9c40d9cc7a3db050c1f08667 MD5sum: 74e465ac8839780e582ce3ce8579392d 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.12-3~bpo12+1_i386.deb Package: etc1tool Source: android-platform-tools Version: 34.0.5-2~bpo12+1 Installed-Size: 89 Maintainer: Android Tools Maintainers Architecture: i386 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libpng16-16 (>= 1.6.2-1), libstdc++6 (>= 4.1.1) Size: 30516 SHA256: 7a9ec68bb70037b3db86110f243ce0df2b9314c5ba474114f0077ccbcfabe40a SHA1: b10d4b8671287c49a5c5af10a57c79a1a1c75099 MD5sum: 2b8099be20582a2e0d04d16d3cc49a71 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-2~bpo12+1_i386.deb Package: exim4 Version: 4.98-1~bpo12+1 Installed-Size: 27 Maintainer: Exim4 Maintainers Architecture: all Depends: debconf (>= 1.4.69) | cdebconf (>= 0.39), exim4-base (<< 4.98-1~bpo12+1.1), exim4-base (>= 4.98-1~bpo12+1), exim4-daemon-light (>= 4.98-1~bpo12+1) | exim4-daemon-heavy (>= 4.98-1~bpo12+1) | exim4-daemon-custom (>= 4.98-1~bpo12+1), debconf (>= 0.5) | debconf-2.0 Size: 7192 SHA256: 24645a099953f8c2f7dd03a4ecee7046f79031f95deb43b59abe2698fee2ce0e SHA1: 7655b50fec527a40668b0d1551535bcd9d146576 MD5sum: 50cf765552aed30b1a0565a31375a7fb 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~bpo12+1_all.deb Package: exim4-base Source: exim4 Version: 4.98-1~bpo12+1 Installed-Size: 1722 Maintainer: Exim4 Maintainers Architecture: i386 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), exim4-daemon-heavy (<< 4.98), exim4-daemon-light (<< 4.98) Size: 1151256 SHA256: bf41a6122b4cbd193c21a0dfb4658191a4b5d94c6dcde78da91a1e9c96516e89 SHA1: fe8726fb23eee33d006098c560159e7a6521900d MD5sum: aa468b09ec9dedade6a2a1f4ae187dbd 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~bpo12+1_i386.deb Package: exim4-config Source: exim4 Version: 4.98-1~bpo12+1 Installed-Size: 912 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: 255308 SHA256: 7d41d008fc1b2b2f69f4d23f5eb4a388e78de12be27751d03b7936fd643e86e8 SHA1: c29407d03e80424d91e314739f8adb9c1f774470 MD5sum: 2a1e947a23c401160bb0685b74484449 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~bpo12+1_all.deb Package: exim4-daemon-heavy Source: exim4 Version: 4.98-1~bpo12+1 Installed-Size: 1814 Maintainer: Exim4 Maintainers Architecture: i386 Replaces: exim4-base (<= 4.61-1), mail-transport-agent Provides: exim4-localscanapi-6.0, mail-transport-agent Depends: exim4-base (>= 4.98), 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: 708168 SHA256: 96c770777221bd5fbd6fc7b6054454485ee32e9ba0ca9780e9ac5f3c28826c1f SHA1: 306ad2b5903e60b6f67dc8d58c7aa5efb081ec65 MD5sum: 942fd9c0d89b3ac4dad58c8760d9af2a 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~bpo12+1_i386.deb Package: exim4-daemon-light Source: exim4 Version: 4.98-1~bpo12+1 Installed-Size: 1647 Maintainer: Exim4 Maintainers Architecture: i386 Replaces: exim4-base (<= 4.61-1), mail-transport-agent Provides: default-mta, exim4-localscanapi-6.0, mail-transport-agent Depends: exim4-base (>= 4.98), 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: 647260 SHA256: 902321b63bb965425989ee4d34b526138de1a838265ee8f2a03decf0dc8ce715 SHA1: 1d4dc6e3ad1aba451bd02296b20de2e77ace49f1 MD5sum: d1cc18f037023a712f0ab9a57344dded 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~bpo12+1_i386.deb Package: exim4-dev Source: exim4 Version: 4.98-1~bpo12+1 Installed-Size: 84 Maintainer: Exim4 Maintainers Architecture: i386 Size: 41868 SHA256: 823120b6fb757636efdebd30df409582e632ce1fdb31ddad031d2ff69d9d85e0 SHA1: 6c11960db47a84b504208969e286be2a784b3791 MD5sum: 4906f49c136ebbd3742ce0e79e147fd3 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~bpo12+1_i386.deb Package: eximon4 Source: exim4 Version: 4.98-1~bpo12+1 Installed-Size: 163 Maintainer: Exim4 Maintainers Architecture: i386 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: 77872 SHA256: a0a86392555525cc74036dfe7667a0b0d4661d48c073bcfb354c2f7a9ec8c432 SHA1: c48068c14e07660d1ebd3b3c7e82634d6efe05a4 MD5sum: 77593f99be073f03cae555a6297bb5a1 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~bpo12+1_i386.deb Package: ezurio-qcacld-2.0-dkms Version: 0.0~git20240408.aa96a9f+dfsg-1~bpo12+1 Installed-Size: 28364 Maintainer: Lukas F. Hartmann Architecture: all Depends: dkms (>= 3.0.3-4~) Size: 3309760 SHA256: ffca251a3abcdcedcb73da6f99cb712607ffed2757dadb6bfb47d4632d1bbf06 SHA1: a7ee2697263454d5aa413b45306f03d4873433f2 MD5sum: 3b15c1ec90b4cd77b5f1cb18d6ca76da 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-1~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: 7038 Maintainer: Alex Myczko Architecture: i386 Depends: libarchive13 (>= 3.2.1), libc6 (>= 2.34), libgcc-s1 (>= 7), 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: 2100280 SHA256: c7286fe64f29d18f3786de3f663bc002ec22336d55fe061728fc70d9c0ad694e SHA1: b9e543df9a407b65c260efc498b1fe6a247e49c7 MD5sum: a31b9f0bc87df6d25edd9221aa63d330 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_i386.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-2~bpo12+1) Version: 1:34.0.5-2~bpo12+1 Installed-Size: 657 Maintainer: Android Tools Maintainers Architecture: i386 Provides: android-tools-fastboot Depends: android-libbase (>= 34.0.5), android-libboringssl (>= 13.0.0+r24), android-libcutils (= 1:34.0.5-2~bpo12+1), android-liblog (>= 34.0.5), android-libsparse (= 1:34.0.5-2~bpo12+1), android-libziparchive (= 1:34.0.5-2~bpo12+1), libc6 (>= 2.34), libgcc-s1 (>= 4.2), 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: 217340 SHA256: 17ec6d21279fcf4eb5a13858ce1f9f3f28c61e9ca75942c57bc83154d66423a1 SHA1: 18226c3ed6eae588ea1b014a79c252f54a1b0696 MD5sum: ff44cf9b6c42e46f1778733a79626803 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-2~bpo12+1_i386.deb Package: fastnetmon Version: 1.2.7-1~bpo12+1 Installed-Size: 4767 Maintainer: Patrick Matthäi Architecture: i386 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 (>= 7), 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: 1039820 SHA256: 7de53b925f294e3a7e20f5c9861d789eb3f2cd4817229b73c886e4ea8b536308 SHA1: 6f9be41d339379af2f5680beb91c505f6cc3c154 MD5sum: 9939c96b94c5521e6ce9a17e9cc0d808 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.7-1~bpo12+1_i386.deb Package: fcitx5 Version: 5.1.10-1~bpo12+1 Installed-Size: 690 Maintainer: Debian Input Method Team Architecture: i386 Depends: fcitx5-data (= 5.1.10-1~bpo12+1), fcitx5-modules (= 5.1.10-1~bpo12+1), libfcitx5config6 (= 5.1.10-1~bpo12+1), libfcitx5core7 (= 5.1.10-1~bpo12+1), libfcitx5utils2 (= 5.1.10-1~bpo12+1), libc6 (>= 2.34), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.0), 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: 210800 SHA256: bb9b8690b9e8d6ad7d131ba3471a897fc936d68f01efeb5b2b0a0576fc5581ba SHA1: 3ef829e074305f42dbc96d87f2ff79ae6e49b538 MD5sum: 4c945bd317baf2feba0e1d473246d173 Description: Next generation of Fcitx Input Method Framework 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.10-1~bpo12+1_i386.deb Package: fcitx5-data Source: fcitx5 Version: 5.1.10-1~bpo12+1 Installed-Size: 11238 Maintainer: Debian Input Method Team Architecture: all Size: 6903500 SHA256: f8326dbd0499f8b54557758f57c07c2c1e4de77f5e4bcf15b3631324cbd032c3 SHA1: 25e072c48dbefb1e800134b9dd432be0ac9db720 MD5sum: 646d1d88124b67b6d07d9c0ed72b8c73 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.10-1~bpo12+1_all.deb Package: fcitx5-frontend-all Source: fcitx5 Version: 5.1.10-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: 8960 SHA256: 2dba51d4f0c16bbee4a32bcac372ee76c546852ddd9a6bb1af7a805cb1ceaba1 SHA1: ed23f77e0b13c8453234b3d351e44baacf58e584 MD5sum: 494ba5161f6b29db79369cc87a6c5771 Description: Fcitx Input Method Framework v5 (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.10-1~bpo12+1_all.deb Package: fcitx5-frontend-qt5 Source: fcitx5-qt Version: 5.1.6-1~bpo12+1 Installed-Size: 463 Maintainer: Debian Input Method Team Architecture: i386 Depends: libfcitx5-qt1 (= 5.1.6-1~bpo12+1), libc6 (>= 2.34), libfcitx5utils2 (>= 5.1.9), libgcc-s1 (>= 3.0), libqt5core5a (>= 5.15.1), libqt5dbus5 (>= 5.0.2), libqt5gui5 (>= 5.9.0~beta3) | libqt5gui5-gles (>= 5.9.0~beta3), libqt5widgets5 (>= 5.0.2), libstdc++6 (>= 11), libxcb1, libxkbcommon0 (>= 0.5.0), qtbase-abi-5-15-8 Size: 138140 SHA256: 51830900d6a1e1bd00aed1814b343f38b954a9f26ea0238c968c22b69c1e9091 SHA1: 84af3b555acba1fab5541f7396fdaebf2ea93284 MD5sum: 125a89a9cce858c4ea4b343324ca8142 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_i386.deb Package: fcitx5-frontend-qt6 Source: fcitx5-qt Version: 5.1.6-1~bpo12+1 Installed-Size: 527 Maintainer: Debian Input Method Team Architecture: i386 Depends: libfcitx5-qt6-1 (= 5.1.6-1~bpo12+1), libc6 (>= 2.34), libfcitx5utils2 (>= 5.1.9), libgcc-s1 (>= 3.0), libqt6core6 (>= 6.4.0), libqt6dbus6 (>= 6.4.0), libqt6gui6 (>= 6.4.0), libqt6widgets6 (>= 6.3.0), libstdc++6 (>= 11), libxcb1, libxkbcommon0 (>= 0.5.0), qt6-base-abi (= 6.4.2) Size: 157148 SHA256: eda4090dd7d67ef4cae95c1c566a892ce565b3a6eaeecc8b0ddf15cd1ceec581 SHA1: 0d5938a85b0883d90bc04ce8edae180775bc7527 MD5sum: e666542b9d47032458d3626ea0ac4ce4 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_i386.deb Package: fcitx5-modules Source: fcitx5 Version: 5.1.10-1~bpo12+1 Installed-Size: 4315 Maintainer: Debian Input Method Team Architecture: i386 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.10-1~bpo12+1), libc6 (>= 2.34), libcairo2 (>= 1.12.0), libenchant-2-2 (>= 2.2.3), libfcitx5config6 (>= 5.1.10), libfcitx5core7 (>= 5.1.10), libfcitx5utils2 (>= 5.1.10), libgcc-s1 (>= 4.2), 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, 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: 950040 SHA256: d819d7a971dbe5529897b5836f542cf1603c322b3ebbd24a59d3665a9b3e805c SHA1: dbaaf163e76c8308b5fc6d39aa0a6ccdc5dcaf7d MD5sum: de1c2e56f42dd1c81eb54e0995153e7d 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.10-1~bpo12+1_i386.deb Package: fcitx5-modules-dev Source: fcitx5 Version: 5.1.10-1~bpo12+1 Installed-Size: 115 Maintainer: Debian Input Method Team Architecture: i386 Depends: fcitx5-modules (= 5.1.10-1~bpo12+1), libfcitx5core-dev (= 5.1.10-1~bpo12+1), libfcitx5utils-dev (= 5.1.10-1~bpo12+1) Size: 14916 SHA256: a0feab3888ae5bdf51ce594d4c5e329bde7d89d2710e3eef6fcd2cbc67543fa6 SHA1: 85b131f0698db07e28563e106e1450a0c8f4fb8d MD5sum: 8f551e0e4f9dc56dbe03f4c6c0c1c76f 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.10-1~bpo12+1_i386.deb Package: fcitx5-table-array30 Source: fcitx5-table-extra Version: 5.1.6-1~bpo12+1 Installed-Size: 1384 Maintainer: Debian Input Method Team Architecture: all Depends: fcitx5-table Conflicts: fcitx-table-array30 Size: 452364 SHA256: aeb0f91d78e51cdcfa68b5bbad48dc03d2b217566878bc5af503efd11e4d18fc SHA1: 37830aadcd238d815ebfa513ee38916ea4735788 MD5sum: e97c230014fe0de254355bc32cb19b2c 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.6-1~bpo12+1_all.deb Package: fcitx5-table-array30-large Source: fcitx5-table-extra Version: 5.1.6-1~bpo12+1 Installed-Size: 3601 Maintainer: Debian Input Method Team Architecture: all Depends: fcitx5-table Conflicts: fcitx-table-array30-big Size: 1228036 SHA256: 07a8384ef12f79bf1a66d9d404bc7b16cbdf86c4d8d531d54367a8976351d289 SHA1: 00209ca9ad2bffe033d30e46eed626dd208840b2 MD5sum: 1d9cf784fb5611b23876de84640d17bd 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.6-1~bpo12+1_all.deb Package: fcitx5-table-boshiamy Source: fcitx5-table-extra Version: 5.1.6-1~bpo12+1 Installed-Size: 1392 Maintainer: Debian Input Method Team Architecture: all Depends: fcitx5-table Conflicts: fcitx-table-boshiamy Size: 454108 SHA256: 946cb665bbdd2c4524810d5223ce51070c32e10ca342254d2253046d664673ab SHA1: 5e364b3e29825c4a014034b19bd534d3aeb4c2ed MD5sum: fbf85686c0e956c7ec7158d45eed59fa 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.6-1~bpo12+1_all.deb Package: fcitx5-table-cangjie-large Source: fcitx5-table-extra Version: 5.1.6-1~bpo12+1 Installed-Size: 3167 Maintainer: Debian Input Method Team Architecture: all Depends: fcitx5-table Size: 907220 SHA256: 89802324c974de1d9d41342bd3ab7d16af1521b7235a43a3121d5f836d4a92ef SHA1: 75891b2b10014e6276966ab769d744363c2e5f7a MD5sum: a34fa9f2991c04a3f48d4941419f7bb6 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.6-1~bpo12+1_all.deb Package: fcitx5-table-cangjie3 Source: fcitx5-table-extra Version: 5.1.6-1~bpo12+1 Installed-Size: 868 Maintainer: Debian Input Method Team Architecture: all Depends: fcitx5-table Conflicts: fcitx-table-cangjie3 Size: 284644 SHA256: 7584c51ea4d27105f2997a037a2fb4353d2e5ae4f3d1df9dc3fa81b5bf3dce69 SHA1: fd6aa7640d6e5374cde50ae0ef7b8ee3af5af614 MD5sum: b84bac737a128748a2bb37e4dd3b4b7c 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.6-1~bpo12+1_all.deb Package: fcitx5-table-cangjie5 Source: fcitx5-table-extra Version: 5.1.6-1~bpo12+1 Installed-Size: 3035 Maintainer: Debian Input Method Team Architecture: all Depends: fcitx5-table Conflicts: fcitx-table-cangjie5 Size: 896188 SHA256: 199c556dcfe17cb93351beb16b788c47eef71fe8069df33952c70e9b22d896e8 SHA1: 07f979b52416ffd6febe5a8d2c1a73c5db884385 MD5sum: 24ef415efd90151c8219735619ec088d 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.6-1~bpo12+1_all.deb Package: fcitx5-table-cantonese Source: fcitx5-table-extra Version: 5.1.6-1~bpo12+1 Installed-Size: 595 Maintainer: Debian Input Method Team Architecture: all Depends: fcitx5-table Conflicts: fcitx-table-cantonese Size: 171528 SHA256: 3389fa77088caf893ece494353da4a76d990b7dd0c248b1828fdf621aa7f3030 SHA1: 46f1d7908a23dea3702b53037f7d080fcff7bf19 MD5sum: d8dc1cbf39bc6c837bb47dcdb8c7585c 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.6-1~bpo12+1_all.deb Package: fcitx5-table-cantonhk Source: fcitx5-table-extra Version: 5.1.6-1~bpo12+1 Installed-Size: 657 Maintainer: Debian Input Method Team Architecture: all Depends: fcitx5-table Conflicts: fcitx-table-cantonhk Size: 203128 SHA256: 92ffa2bfe9d976bf953c75179ea0438bce89009af14ecf3f2f75947d0bc631ee SHA1: 056e5df759e407b346d0f891c61877cef80aae37 MD5sum: 521c5783d8c2c3ca6cbeaa6765c7d969 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.6-1~bpo12+1_all.deb Package: fcitx5-table-easy-large Source: fcitx5-table-extra Version: 5.1.6-1~bpo12+1 Installed-Size: 4277 Maintainer: Debian Input Method Team Architecture: all Depends: fcitx5-table Size: 1616320 SHA256: c43f871f5e697f97bbde1817f67c28266a72c02f238af4144c8be8eb29c14dac SHA1: 44842981c33570f458f8c9d5ac4301762ada519c MD5sum: dc795a7986373ce8f8df93d5c6726158 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.6-1~bpo12+1_all.deb Package: fcitx5-table-extra Version: 5.1.6-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: 4972 SHA256: 5d0df53e872d58e3593abb58a21c1ac6697c433ddff0a6ec817ae787e8f00fd5 SHA1: f710da3494a035c48ebcea2406fc6d3d246dddc4 MD5sum: 909ad4f3a5abba154b2b14a4157ee1db 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.6-1~bpo12+1_all.deb Package: fcitx5-table-jyutping Source: fcitx5-table-extra Version: 5.1.6-1~bpo12+1 Installed-Size: 610 Maintainer: Debian Input Method Team Architecture: all Depends: fcitx5-table Conflicts: fcitx-table-jyutping Size: 180364 SHA256: 54afc58ae9f9429015fffed412643f6ae54e67c01947809eb2cad278876b0540 SHA1: 70d8e6af25302391f06ed67c1165ad5aada3d762 MD5sum: 1e874031be398a0a8351fa3eeb9baa8e 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.6-1~bpo12+1_all.deb Package: fcitx5-table-quick-classic Source: fcitx5-table-extra Version: 5.1.6-1~bpo12+1 Installed-Size: 796 Maintainer: Debian Input Method Team Architecture: all Depends: fcitx5-table Conflicts: fcitx-table-quick-classic Size: 230700 SHA256: 82aaba7889158bec382516572f277dfa54ee5ad2144377dc67c5de28ce846fa3 SHA1: fbcea12f5e827ece6506706405c091d5897bdc55 MD5sum: 3c5b31d431c34f7416f050893e4790c9 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.6-1~bpo12+1_all.deb Package: fcitx5-table-quick3 Source: fcitx5-table-extra Version: 5.1.6-1~bpo12+1 Installed-Size: 775 Maintainer: Debian Input Method Team Architecture: all Depends: fcitx5-table Conflicts: fcitx-table-quick3 Size: 211760 SHA256: 8215273cafb789df7f2790aa692558749b55378efb0241309bc2beda77470fc6 SHA1: 4267389fb6b355a84ba37b6f5dacfdfc9950e1d2 MD5sum: ec91abd03e6ac19d635dabf3f8d72e82 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.6-1~bpo12+1_all.deb Package: fcitx5-table-quick5 Source: fcitx5-table-extra Version: 5.1.6-1~bpo12+1 Installed-Size: 2580 Maintainer: Debian Input Method Team Architecture: all Depends: fcitx5-table Conflicts: fcitx-table-quick5 Size: 624612 SHA256: 7067296d8cb911b859b74e9156bdc2205577e550ae96c2efe551e9d5b668b9df SHA1: bfdf16cea80530f193fe17f871866635ff465aef MD5sum: 59f06340eb5c4a2a33af5cd15ec6ecb3 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.6-1~bpo12+1_all.deb Package: fcitx5-table-scj6 Source: fcitx5-table-extra Version: 5.1.6-1~bpo12+1 Installed-Size: 2143 Maintainer: Debian Input Method Team Architecture: all Depends: fcitx5-table Conflicts: fcitx-table-scj6 Size: 764808 SHA256: 05410d49b50ecf65d6e183156031a4efed95dacf69cfada4bbe839e43197e148 SHA1: d434f8673637f820adebdc7b9706dd550e0f743f MD5sum: bf9e9003188b8f87a5a7a87105111ca6 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.6-1~bpo12+1_all.deb Package: fcitx5-table-stroke5 Source: fcitx5-table-extra Version: 5.1.6-1~bpo12+1 Installed-Size: 381 Maintainer: Debian Input Method Team Architecture: all Depends: fcitx5-table Conflicts: fcitx-table-stroke5 Size: 114436 SHA256: 301716244346b61a703dd35b4853fee1203882359057513ab6d6d8266cf79413 SHA1: da6854afb4edaaf135fad66b30fb0e66256f3827 MD5sum: 95d9aec0f5b9bebee4b25adba9c71e7f 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.6-1~bpo12+1_all.deb Package: fcitx5-table-t9 Source: fcitx5-table-extra Version: 5.1.6-1~bpo12+1 Installed-Size: 4391 Maintainer: Debian Input Method Team Architecture: all Depends: fcitx5-table Conflicts: fcitx-table-t9 Size: 1339932 SHA256: 0431db5aa3d9d9c9695202745fbc638a8c5b7fffe4f8cd0c79bb6e6051d31bd3 SHA1: 3837842e68f3c421749a17152ad5c291dc9d6563 MD5sum: 50d798a812c1080ca8a67afac8778599 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.6-1~bpo12+1_all.deb Package: fcitx5-table-wu Source: fcitx5-table-extra Version: 5.1.6-1~bpo12+1 Installed-Size: 711 Maintainer: Debian Input Method Team Architecture: all Depends: fcitx5-table Conflicts: fcitx-table-wu Size: 241856 SHA256: 291d94f098b30ca48c9a88d094929fbea8469230d1dd6d129b0aeaea5ddc018d SHA1: 4411ca67cf84b40abb6c86cde2403da30c7c9a43 MD5sum: 2978b8a75e700b72f29e41e00f7aac7a 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.6-1~bpo12+1_all.deb Package: fcitx5-table-wubi-large Source: fcitx5-table-extra Version: 5.1.6-1~bpo12+1 Installed-Size: 8622 Maintainer: Debian Input Method Team Architecture: all Depends: fcitx5-table Size: 2339472 SHA256: 3bd4d02636239bc690448bf2024c5416b67b172d5ed307f01422860dbdf6189a SHA1: bbc3a53ca55ed7206fc8dfd9d7ba0e124f29c581 MD5sum: 5ff412a69d6d81d5421e5474eaa87525 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.6-1~bpo12+1_all.deb Package: fcitx5-table-wubi98 Source: fcitx5-table-extra Version: 5.1.6-1~bpo12+1 Installed-Size: 13849 Maintainer: Debian Input Method Team Architecture: all Provides: fcitx5-table-wubi98-large Depends: fcitx5-table Size: 3640012 SHA256: 778cab7c4b95380837173a81d8479907e9edcf1bf04b7a5a636cfdf57c3582fc SHA1: ac99489bdfe99edd7860c18224c225c74f9094b3 MD5sum: c4e9ef15f1d585f7a4e91863c158ca96 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.6-1~bpo12+1_all.deb Package: fcitx5-table-wubi98-pinyin Source: fcitx5-table-extra Version: 5.1.6-1~bpo12+1 Installed-Size: 14717 Maintainer: Debian Input Method Team Architecture: all Depends: fcitx5-table Size: 5457448 SHA256: 8f8e6a7aa7b4bd8b10ee4cb02e8a58045e0bce6f8d1c07f7366eabdf6578a51d SHA1: e6fc2b0aaf409c5265339fa360135cc9a6cfbc5d MD5sum: ea089dd0cf457f13b9ce6710e56cd3d7 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.6-1~bpo12+1_all.deb Package: fcitx5-table-wubi98-single Source: fcitx5-table-extra Version: 5.1.6-1~bpo12+1 Installed-Size: 2637 Maintainer: Debian Input Method Team Architecture: all Depends: fcitx5-table Size: 634648 SHA256: 8cb396afdc3aaf74c206aef436bc96bad34bec138fc5236010d9e34d616464f4 SHA1: d4cf191973afcd41a74bc78c92ae65e23056b943 MD5sum: 6544a006cb8654c7114cef097db6300f 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.6-1~bpo12+1_all.deb Package: fcitx5-table-zhengma Source: fcitx5-table-extra Version: 5.1.6-1~bpo12+1 Installed-Size: 4792 Maintainer: Debian Input Method Team Architecture: all Depends: fcitx5-table Conflicts: fcitx-table-zhengma Size: 1633736 SHA256: b41f4d6fb57208c82c7da73a4da592d63d00002f11df8479390693aae42b22f9 SHA1: 38e80484b8e511e025f596349f8ecabd92815430 MD5sum: 0fd6982e5191a84b6d276a24897b5cb0 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.6-1~bpo12+1_all.deb Package: fcitx5-table-zhengma-large Source: fcitx5-table-extra Version: 5.1.6-1~bpo12+1 Installed-Size: 7601 Maintainer: Debian Input Method Team Architecture: all Depends: fcitx5-table Conflicts: fcitx-table-zhengma-large Size: 2109928 SHA256: f58eeeface40d5b3e369a54fd40bb242e9b16883d69c182494ae365d83c74036 SHA1: d97020bfd747c1aed01c5b01a3ecfacc164e27a6 MD5sum: 999b90e3dcdde73c7fa9fac968f007de 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.6-1~bpo12+1_all.deb Package: fcitx5-table-zhengma-pinyin Source: fcitx5-table-extra Version: 5.1.6-1~bpo12+1 Installed-Size: 13014 Maintainer: Debian Input Method Team Architecture: all Depends: fcitx5-table Size: 4833784 SHA256: 2aaaf34eb3203257ed5983a1fa3e7622ddab2c265ff30af7da77cbb5d95d9a60 SHA1: d10dcc133d7821373dffec85c8ac82238a02be30 MD5sum: c380b5377ffb79d8552ac40a3fa929a7 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.6-1~bpo12+1_all.deb Package: fcitx5-varnam Version: 0.0.2-1~bpo12+1 Installed-Size: 150 Maintainer: Debian Input Method Team Architecture: i386 Depends: fcitx5, libc6 (>= 2.32), libfcitx5config6 (>= 5.0.21), libfcitx5core7 (>= 5.0.21), libfcitx5utils2 (>= 5.0.21), libgcc-s1 (>= 3.0), libgovarnam1 (>= 1.9.0), libstdc++6 (>= 11) Recommends: varnam-schemes Size: 58724 SHA256: c215b560119954559dc380e929faa09045f097b0aaa3354f35c19f8b4e8fdb68 SHA1: ae2aca7467ce3c9fb6feca52af37a4ec7e3f8147 MD5sum: 02335bc41c19585b8d2e3131cac4552d 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_i386.deb Package: ffmpegfs Version: 2.14-1~bpo12+1 Installed-Size: 1697 Maintainer: Norbert Schlia Architecture: i386 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), libfuse2 (>= 2.6), libgcc-s1 (>= 7), libsqlite3-0 (>= 3.14.0), libstdc++6 (>= 12), libswresample4 (>= 7:5.1), libswscale6 (>= 7:5.0) Size: 501776 SHA256: fd7f457dc396e4ceab9fddbe87c271ce42e40b08782a9b7cb3cb7e7edaa8f1d8 SHA1: edb94ec13219bf2dbdfb067d0668c1c02f7779b6 MD5sum: 1f48ac46f3ec13a27acb3cd30256e6eb 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.14-1~bpo12+1_i386.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: 534 Maintainer: Utopia Maintenance Team Architecture: i386 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: 174124 SHA256: c68d1ad8020f03556b4d73e1c472b8268cbb3f2b4ace218d3c2a06b2ed9d8879 SHA1: 431ae7abb1683bc592d33357f271f23daaa5a868 MD5sum: 465b6c2819916a1b826e24216f20060b 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_i386.deb Package: flatpak-builder-tests Source: flatpak-builder Version: 1.4.4-1~bpo12+1 Installed-Size: 149 Maintainer: Utopia Maintenance Team Architecture: i386 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: d92ea4185cde1bdfc2e0edbdda43df388ff792c5a139d24933fa8b076ff240f5 SHA1: b666b684739a9474fffb69e5b2b982c9d457d1d4 MD5sum: ddeebfeb3b0d71a0ffea82a0b7c75a70 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_i386.deb Package: flydraw Source: wims Version: 2:4.27a+dfsg1-3~bpo12+1 Installed-Size: 151 Maintainer: Georges Khaznadar Architecture: i386 Depends: libc6 (>= 2.34), libgd3 (>= 2.1.0~alpha~), imagemagick (>= 4:5.4.4.5-1) | graphicsmagick-imagemagick-compat Size: 54728 SHA256: dfe45c55d96d7102c65dab5c5446508191b6d2d00dad5c0ebcae68ff9f6d8480 SHA1: d6a846b7bfe6781fbb22d6f4b668862a9759d87b MD5sum: c876060e6178bd104d2644063fea7c3f 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_i386.deb Package: font-manager Version: 0.8.9-1~bpo12+1 Installed-Size: 1198 Maintainer: Debian Fonts Task Force Architecture: i386 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: 361080 SHA256: f848ea05f6ce1ace6fddfdf7567ef824038e3aacd9af995373cd73872c415b1a SHA1: b7489b8285cc5d8bc97e30e927674b6d61f58679 MD5sum: 17eea7e43b16e6216b38d6c8671bceae 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_i386.deb Package: font-manager-common Source: font-manager Version: 0.8.9-1~bpo12+1 Installed-Size: 10495 Maintainer: Debian Fonts Task Force Architecture: i386 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: 1792744 SHA256: f0794afec6d68470c8d40d3c4afc6181dac7e41844e6ae0538a6429a7e09e70d SHA1: a173be7e294abf05ab95e1f2842035c4549e2ebb MD5sum: faeb0d7bd2548596da1deef5fedc6be5 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_i386.deb Package: font-viewer Source: font-manager Version: 0.8.9-1~bpo12+1 Installed-Size: 133 Maintainer: Debian Fonts Task Force Architecture: i386 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: 63956 SHA256: d8a8d0e83adeeb96f1e1c7438e6ff04480d0c600abd5393c7722c7eb8809bfa7 SHA1: 33618cb2872a95ac6b388c76773dbe6185475d20 MD5sum: 0aea33542493b3e8a800d09aa0e8fdcc 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_i386.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.1-2~bpo12+1 Installed-Size: 346 Maintainer: Dr. Tobias Quathamer Architecture: all Size: 189236 SHA256: 95598210165dc564b14ee61943c1e35fff8954d04857e9aea71a2fe1c27cb05f SHA1: 9d497c88199f486f640ed6bbae7094a224ce3c1d MD5sum: 531b65d0f1767ebbc0f9841e74afafb1 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.1-2~bpo12+1_all.deb Package: fonts-opensymbol Source: libreoffice (4:24.8.2-1~bpo12+1) Version: 4:102.12+LibO24.8.2-1~bpo12+1 Installed-Size: 277 Maintainer: Debian LibreOffice Maintainers Architecture: all Replaces: ttf-opensymbol Provides: ttf-opensymbol Recommends: fontconfig Size: 124040 SHA256: 140037973a8aabb69daf38c0536fbe26feaf99c2574ce3f904196a647fec6a4b SHA1: a7ba58d53fa79bbbc8bbe84244451b4759748b7c MD5sum: 28f37fce2fd27bb4185baaa35e746262 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+LibO24.8.2-1~bpo12+1_all.deb Package: foomuuri Version: 0.25-2~bpo12+1 Installed-Size: 188 Maintainer: Romain Francoise Architecture: all Depends: nftables, python3-dbus, python3-gi, python3-requests, python3-systemd, python3:any Recommends: fping Suggests: foomuuri-firewalld Size: 41104 SHA256: 04f51a76c4b1a92896cdcbd4ab2a12ae4b6f2a9b12f1e16f48513a13c328ebd1 SHA1: d865dc47a924e9d6169ef392e4987c513eb0f1cf MD5sum: ca5bdc48f5b0c6e05385ca20bcfc0cac 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.25-2~bpo12+1_all.deb Package: foomuuri-firewalld Source: foomuuri Version: 0.25-2~bpo12+1 Installed-Size: 19 Maintainer: Romain Francoise Architecture: all Depends: foomuuri Size: 6564 SHA256: c71772dfe575d0a17622f7575ffc3d7595966696be6adab7a9cc067a2548f0a6 SHA1: 8d02346c7b415125174d281725e1627ddd1e22fb MD5sum: c0213280ddec99dd41f7865e7c2ca0f5 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.25-2~bpo12+1_all.deb Package: fort-validator Version: 1.6.3-1~bpo12+1 Installed-Size: 502 Maintainer: Marco d'Itri Architecture: i386 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: 182132 SHA256: 5ac2dd16ed560f8c7779f11b60f813913f51ad4107e460f4ce59dbda94b315c2 SHA1: a5a7af1ef964871ce7f03368a81e04c63296d127 MD5sum: c4d13765c2b748e67a14dc8d5b433c53 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.3-1~bpo12+1_i386.deb Package: fp-compiler Source: fpc Version: 3.2.2+dfsg-32~bpo12+1 Installed-Size: 103 Maintainer: Pascal Packaging Team Architecture: i386 Depends: fp-compiler-3.2.2 (= 3.2.2+dfsg-32~bpo12+1) Size: 28256 SHA256: 31d6f0a431e2a7a8235a4eb93630c81c296ffefbb17e1ac662880c2c963a219e SHA1: 86cdccb57c821b1be2b945b107502e673e3e3a7e MD5sum: fca85c3914dd83861e3c6991a092ef7a 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-32~bpo12+1_i386.deb Package: fp-compiler-3.2.2 Source: fpc Version: 3.2.2+dfsg-32~bpo12+1 Installed-Size: 10198 Maintainer: Pascal Packaging Team Architecture: i386 Replaces: fpc (<= 3.2.2+dfsg-0) Provides: fp-compiler Depends: binutils, fp-units-rtl-3.2.2 (= 3.2.2+dfsg-32~bpo12+1), debconf (>= 0.5) | debconf-2.0 Recommends: fp-utils-3.2.2 (>= 3.2.2+dfsg-32~bpo12+1) Suggests: fp-docs-3.2.2 (>= 3.2.2+dfsg) Breaks: fpc (<= 3.2.2+dfsg-0) Size: 2016604 SHA256: 2c758aa908325c7627bb768811bff6492469f3c74be3b4068a00482c3e5c75ee SHA1: 6b4fb397aced2b0e1a53e615de2489c9a9efd4b6 MD5sum: 576451c7d943e80c960d873baea3931b 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-32~bpo12+1_i386.deb Package: fp-docs Source: fpc Version: 3.2.2+dfsg-32~bpo12+1 Installed-Size: 103 Maintainer: Pascal Packaging Team Architecture: all Depends: fp-docs-3.2.2 (= 3.2.2+dfsg-32~bpo12+1) Size: 28160 SHA256: 9e4170c8888036e735fb51c3c7fef09c1f6d1a3cd6a6ff077473c946a9f83434 SHA1: 9605492fbe8b0173e18f7bffb0ad19096bbc344d MD5sum: c508b30ffd1d069d09f149a6adf3d696 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-32~bpo12+1_all.deb Package: fp-docs-3.2.2 Source: fpc Version: 3.2.2+dfsg-32~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: 2799492 SHA256: 5f4ffe8157aee6e70338bf7d73e1f9831c7159806aa0128e6d7febce5e5a25f7 SHA1: 1ec301978f2e31fb970b4c4b24cf32bca0230e76 MD5sum: d25a6b31434a215caa3bced77ff9c4f4 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-32~bpo12+1_all.deb Package: fp-ide Source: fpc Version: 3.2.2+dfsg-32~bpo12+1 Installed-Size: 103 Maintainer: Pascal Packaging Team Architecture: all Depends: fp-ide-3.2.2 (>= 3.2.2+dfsg-32~bpo12+1) Size: 28308 SHA256: 83f4da9e01cfbc72fb49a4e5f0dccfc1e977dc96a66a715ac29d195612dadb0c SHA1: 57f96099a9eb4452e0ba52fc0ef744dfde29c5b3 MD5sum: 00e7d5bb66a0d2378cc98e512a2d0833 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-32~bpo12+1_all.deb Package: fp-ide-3.2.2 Source: fpc Version: 3.2.2+dfsg-32~bpo12+1 Installed-Size: 4554 Maintainer: Pascal Packaging Team Architecture: i386 Replaces: fpc (<= 3.2.2+dfsg-0) Provides: fp-ide Depends: fp-units-rtl-3.2.2 (= 3.2.2+dfsg-32~bpo12+1) Recommends: fp-utils-3.2.2 (>= 3.2.2+dfsg-32~bpo12+1) Suggests: fp-docs-3.2.2 (>= 3.2.2+dfsg) Breaks: fpc (<= 3.2.2+dfsg-0) Size: 1333368 SHA256: e0ed61f1707ed7fa4b41912883ed3ca6f829a2795e84c5e607c5cabf0cb1ce3c SHA1: dc07bae251a418fb8f9999150108f98e09b36023 MD5sum: 4563b0d85d6b16dc8dcba3ed693b9441 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-32~bpo12+1_i386.deb Package: fp-units-base Source: fpc Version: 3.2.2+dfsg-32~bpo12+1 Installed-Size: 103 Maintainer: Pascal Packaging Team Architecture: i386 Depends: fp-units-base-3.2.2 (= 3.2.2+dfsg-32~bpo12+1) Size: 28240 SHA256: 522a1b9a322e237c29d51255f864bc7ae64fb477299846f80fb2ead3aa05f690 SHA1: 5a2ceb0cdce31d5b3097ab74876fb13e1109888f MD5sum: b77e383a8d101042c3206c48f5f10a47 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-32~bpo12+1_i386.deb Package: fp-units-base-3.2.2 Source: fpc Version: 3.2.2+dfsg-32~bpo12+1 Installed-Size: 6656 Maintainer: Pascal Packaging Team Architecture: i386 Replaces: fpc (<= 3.2.2+dfsg-0) Provides: fp-units-base Depends: fp-units-rtl-3.2.2 (= 3.2.2+dfsg-32~bpo12+1) Suggests: uuid-dev Breaks: fpc (<= 3.2.2+dfsg-0) Size: 1188376 SHA256: 72a5831d194deae453a64062c9a21f5947a10b4e93ff0a80a61d2733fd1dffd0 SHA1: 52036afc9fdf81cae74a1c5a31dd3d5854de0c6c MD5sum: 4f1e61f7e16576c50bc58b3ecdb11806 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-32~bpo12+1_i386.deb Package: fp-units-db Source: fpc Version: 3.2.2+dfsg-32~bpo12+1 Installed-Size: 103 Maintainer: Pascal Packaging Team Architecture: i386 Depends: fp-units-db-3.2.2 (= 3.2.2+dfsg-32~bpo12+1) Size: 28216 SHA256: d29e3c054bd089caea2bf0c6f3200defeeb8cc1997ebf20b1ee1a9d257ef12ca SHA1: e7e395e68e5ce6d7e8ed72cbf1c73c049b515aa2 MD5sum: a92a2ad438d5e0140af8fc51574c0a75 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-32~bpo12+1_i386.deb Package: fp-units-db-3.2.2 Source: fpc Version: 3.2.2+dfsg-32~bpo12+1 Installed-Size: 25825 Maintainer: Pascal Packaging Team Architecture: i386 Replaces: fpc (<= 3.2.2+dfsg-0) Provides: fp-units-db Depends: fp-units-rtl-3.2.2 (= 3.2.2+dfsg-32~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: 2678164 SHA256: 1bf4f74bf1d2409e1c692c2221fb18d17a708ce4c8616cf8309982ee2bbb37e8 SHA1: 44ecbcf76fb62365f1f67edcb0bc13b4561aea8d MD5sum: 662ba976613728c33191dc82ce3a2f1c 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-32~bpo12+1_i386.deb Package: fp-units-fcl Source: fpc Version: 3.2.2+dfsg-32~bpo12+1 Installed-Size: 103 Maintainer: Pascal Packaging Team Architecture: i386 Depends: fp-units-fcl-3.2.2 (= 3.2.2+dfsg-32~bpo12+1) Size: 28176 SHA256: 88be2e6eda057ca0e69e4bc94410a8166fa3e7bbb4d1d0d50108ecea0a95d155 SHA1: 72a8ef26b6fe9113c5d3b6e27ca2337ff588db84 MD5sum: b6c2f246e827fba8d7c4037c82657a32 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-32~bpo12+1_i386.deb Package: fp-units-fcl-3.2.2 Source: fpc Version: 3.2.2+dfsg-32~bpo12+1 Installed-Size: 53007 Maintainer: Pascal Packaging Team Architecture: i386 Replaces: fpc (<= 3.2.2+dfsg-0) Provides: fp-units-fcl Depends: fp-units-base-3.2.2 (= 3.2.2+dfsg-32~bpo12+1), fp-units-rtl-3.2.2 (= 3.2.2+dfsg-32~bpo12+1) Breaks: fpc (<= 3.2.2+dfsg-0) Size: 7215384 SHA256: 740634533c3eae90fd4af0528daeae0103191ee0dd941b1e97204210fe65c601 SHA1: d02840dd1dd97d3ec65933b8dff0751831e28f9c MD5sum: 956a584404fad70aed4d4f1ede08af4d 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-32~bpo12+1_i386.deb Package: fp-units-fv Source: fpc Version: 3.2.2+dfsg-32~bpo12+1 Installed-Size: 103 Maintainer: Pascal Packaging Team Architecture: i386 Depends: fp-units-fv-3.2.2 (= 3.2.2+dfsg-32~bpo12+1) Size: 28216 SHA256: fb98779330a42f7623f1a6c785570324b5d37372148bba72e96512a75d33b545 SHA1: aa000f493f3e85226cde9b468c3e2437dc7c715a MD5sum: 2edd13844a30f90fb7a4f0ef47f301bb 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-32~bpo12+1_i386.deb Package: fp-units-fv-3.2.2 Source: fpc Version: 3.2.2+dfsg-32~bpo12+1 Installed-Size: 2013 Maintainer: Pascal Packaging Team Architecture: i386 Replaces: fpc (<= 3.2.2+dfsg-0) Provides: fp-units-fv Depends: fp-units-rtl-3.2.2 (= 3.2.2+dfsg-32~bpo12+1) Breaks: fpc (<= 3.2.2+dfsg-0) Size: 352156 SHA256: 378fa900f83a128491e44fa4d1c219bc779bf5c3c997fb5ba29d1a0ff3a5665b SHA1: ca1397b661129e5dda482020679f1476fe7ec8c8 MD5sum: 3c699bed1e5f476ef2e6f37a5b1c2033 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-32~bpo12+1_i386.deb Package: fp-units-gfx Source: fpc Version: 3.2.2+dfsg-32~bpo12+1 Installed-Size: 103 Maintainer: Pascal Packaging Team Architecture: i386 Depends: fp-units-gfx-3.2.2 (= 3.2.2+dfsg-32~bpo12+1) Size: 28284 SHA256: 19fced4524111c62d11c1f45457eb7dbce7406b322c05a06b3ffbd974b01232d SHA1: 613ae83aacbab90357c52d6ff9f37edafbb1a3fa MD5sum: 39078bd4fa73d6080179185fa0b43fe1 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-32~bpo12+1_i386.deb Package: fp-units-gfx-3.2.2 Source: fpc Version: 3.2.2+dfsg-32~bpo12+1 Installed-Size: 6326 Maintainer: Pascal Packaging Team Architecture: i386 Replaces: fpc (<= 3.2.2+dfsg-0) Provides: fp-units-gfx Depends: fp-units-base-3.2.2 (= 3.2.2+dfsg-32~bpo12+1), fp-units-rtl-3.2.2 (= 3.2.2+dfsg-32~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: 1184940 SHA256: cde510b4c1eb49056e47162e3c7517a9f68dd8b6c5e8417e0d8dcd0c508b175a SHA1: 3cf261908c75ac6ac24d14042a7d70fb844ff21c MD5sum: 01950846d41ae0aa2f37b2f93146f95b 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-32~bpo12+1_i386.deb Package: fp-units-gtk2 Source: fpc Version: 3.2.2+dfsg-32~bpo12+1 Installed-Size: 103 Maintainer: Pascal Packaging Team Architecture: i386 Depends: fp-units-gtk2-3.2.2 (= 3.2.2+dfsg-32~bpo12+1) Size: 28192 SHA256: c79f2ccd25993a684e922d222e9d65e5ef74b20210a40cd073993a936c86baaf SHA1: 034e529d0e5f0be3405989bfca772d9569fc0899 MD5sum: 685b3f22893129f5607fe98d6bb495b7 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-32~bpo12+1_i386.deb Package: fp-units-gtk2-3.2.2 Source: fpc Version: 3.2.2+dfsg-32~bpo12+1 Installed-Size: 7768 Maintainer: Pascal Packaging Team Architecture: i386 Replaces: fpc (<= 3.2.2+dfsg-0) Provides: fp-units-gtk2 Depends: fp-units-fcl-3.2.2 (= 3.2.2+dfsg-32~bpo12+1), fp-units-rtl-3.2.2 (= 3.2.2+dfsg-32~bpo12+1), libgtk2.0-dev Breaks: fpc (<= 3.2.2+dfsg-0) Size: 1072336 SHA256: 7b41a90fc712b53f2b48de14b4b292e865ad4bd768f110eeb7aa06a20b462956 SHA1: 7c568740a895da1b1b777d853f67fbdf3564996a MD5sum: 97b8de61e994f2053f48da6dec34e630 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-32~bpo12+1_i386.deb Package: fp-units-i386 Source: fpc Version: 3.2.2+dfsg-32~bpo12+1 Installed-Size: 103 Maintainer: Pascal Packaging Team Architecture: i386 Depends: fp-units-i386-3.2.2 (= 3.2.2+dfsg-32~bpo12+1) Size: 28204 SHA256: 0c20d73250a560c4fe4d00271b45e3e236ad98ad08e474d4bffe9872d1379e5e SHA1: 87835b2b656e2c2e312b1976dadd72460e3d6cca MD5sum: 7155782f7bcae5e35af2dff4c8359991 Description: Free Pascal - Kylix compatibility 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 deprecated Free Pascal libc unit for the i386 architecture (used for compatibility with Borland's Kylix). Homepage: https://www.freepascal.org/ Section: devel Priority: optional Filename: pool/main/f/fpc/fp-units-i386_3.2.2+dfsg-32~bpo12+1_i386.deb Package: fp-units-i386-3.2.2 Source: fpc Version: 3.2.2+dfsg-32~bpo12+1 Installed-Size: 2200 Maintainer: Pascal Packaging Team Architecture: i386 Replaces: fpc (<= 3.2.2+dfsg-0) Provides: fp-units-i386 Depends: fp-units-rtl-3.2.2 (= 3.2.2+dfsg-32~bpo12+1) Breaks: fpc (<= 3.2.2+dfsg-0) Size: 351636 SHA256: 20272fcaf74413b2b9bbb6bf1d5cd5f2f9118d59732b396f882b69f4add9929a SHA1: c10b2e30f24981bb589165e1b2cf8fd9efc8d4cb MD5sum: b9d2f6d6728b562a673834a6a11992e9 Description: Free Pascal - Kylix compatibility 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 deprecated Free Pascal libc unit for the i386 architecture (used for compatibility with Borland's Kylix). Multi-Arch: same Homepage: https://www.freepascal.org/ Section: devel Priority: optional Filename: pool/main/f/fpc/fp-units-i386-3.2.2_3.2.2+dfsg-32~bpo12+1_i386.deb Package: fp-units-math Source: fpc Version: 3.2.2+dfsg-32~bpo12+1 Installed-Size: 103 Maintainer: Pascal Packaging Team Architecture: i386 Depends: fp-units-math-3.2.2 (= 3.2.2+dfsg-32~bpo12+1) Size: 28364 SHA256: c1e00259c237946cce41a40581ad3a7eab8f1ed24b0e174fb7a481e0d4d8833e SHA1: 1953c0e1286751d477710ba450b70274c2456855 MD5sum: 8bc87f78effb5814d8707a1b335c6268 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-32~bpo12+1_i386.deb Package: fp-units-math-3.2.2 Source: fpc Version: 3.2.2+dfsg-32~bpo12+1 Installed-Size: 1770 Maintainer: Pascal Packaging Team Architecture: i386 Replaces: fpc (<= 3.2.2+dfsg-0) Provides: fp-units-math Depends: fp-units-rtl-3.2.2 (= 3.2.2+dfsg-32~bpo12+1) Recommends: libgmp-dev Breaks: fpc (<= 3.2.2+dfsg-0) Size: 349704 SHA256: 31725097317d284c92ea99fff1b0d33a794789479f3265273f3fbfe23ee93070 SHA1: b430fe7a05e9797ff6150c21717a047715a9e1e9 MD5sum: 3893089d2ffb55c08d9d497bb0882062 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-32~bpo12+1_i386.deb Package: fp-units-misc Source: fpc Version: 3.2.2+dfsg-32~bpo12+1 Installed-Size: 103 Maintainer: Pascal Packaging Team Architecture: i386 Depends: fp-units-misc-3.2.2 (= 3.2.2+dfsg-32~bpo12+1) Size: 28236 SHA256: c7b75a16f9e0df0cea239783af652cb0463d3507811704eddbc2e35873a0ae89 SHA1: 14995f979ffc128e30ed0f09f8bc6680a245b0ce MD5sum: f43101d8c98aaa5d417e23879893eee9 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-32~bpo12+1_i386.deb Package: fp-units-misc-3.2.2 Source: fpc Version: 3.2.2+dfsg-32~bpo12+1 Installed-Size: 10121 Maintainer: Pascal Packaging Team Architecture: i386 Replaces: fpc (<= 3.2.2+dfsg-0) Provides: fp-units-misc Depends: fp-units-rtl-3.2.2 (= 3.2.2+dfsg-32~bpo12+1) Breaks: fpc (<= 3.2.2+dfsg-0), libncursesw5-dev (<< 6.1+20180210) Size: 1463492 SHA256: bae510899748a5323ffd33f187a0016f4c250fe4b92caf8992ad31ff4e1dee55 SHA1: 3c5e8f8ceebfff3a2ba4e644bba5943491dbab53 MD5sum: e479a0179a6e9e6cfd88d21c1f1ac0b4 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-32~bpo12+1_i386.deb Package: fp-units-multimedia Source: fpc Version: 3.2.2+dfsg-32~bpo12+1 Installed-Size: 103 Maintainer: Pascal Packaging Team Architecture: i386 Depends: fp-units-multimedia-3.2.2 (= 3.2.2+dfsg-32~bpo12+1) Size: 28212 SHA256: 3778e71aa1efefe85e51290d7e59d94c9a4aabe57dc44cebe87471e04f9373fa SHA1: 70db5dd9fc882f137eed0831ba83f9976b9720f7 MD5sum: 3505e9fa353f036a0f15f70115dddcdb 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-32~bpo12+1_i386.deb Package: fp-units-multimedia-3.2.2 Source: fpc Version: 3.2.2+dfsg-32~bpo12+1 Installed-Size: 1552 Maintainer: Pascal Packaging Team Architecture: i386 Replaces: fpc (<= 3.2.2+dfsg-0) Provides: fp-units-multimedia Depends: fp-units-rtl-3.2.2 (= 3.2.2+dfsg-32~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: 249364 SHA256: 2123ab470e2033c4a8ad2c242c68f6d14c49fd6973e8ede9bf888bf549bcf676 SHA1: ab40513d94fa53ab9fed0a35f83b3ecc5dcf31bd MD5sum: ad2beb51d95c8442dedd54c1512ba0e7 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-32~bpo12+1_i386.deb Package: fp-units-net Source: fpc Version: 3.2.2+dfsg-32~bpo12+1 Installed-Size: 103 Maintainer: Pascal Packaging Team Architecture: i386 Depends: fp-units-net-3.2.2 (= 3.2.2+dfsg-32~bpo12+1) Size: 28232 SHA256: 76343cf9c5ae15bd7299ef240127b5a000df8658dec3096ade1c10d5eec20761 SHA1: 74224874b46bb2979a7deb7300f81525aa128dc9 MD5sum: f575409cc6fcfe8939052e3a9eb0089a 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-32~bpo12+1_i386.deb Package: fp-units-net-3.2.2 Source: fpc Version: 3.2.2+dfsg-32~bpo12+1 Installed-Size: 74191 Maintainer: Pascal Packaging Team Architecture: i386 Replaces: fpc (<= 3.2.2+dfsg-0) Provides: fp-units-net Depends: fp-units-rtl-3.2.2 (= 3.2.2+dfsg-32~bpo12+1) Breaks: fpc (<= 3.2.2+dfsg-0) Size: 7950268 SHA256: 62c084cbb11a2d77f19e0046e06348bed822bd684ed9f374d6ea87ae0435d6f2 SHA1: 9fdd18827bb319b687afcc5e37270204c0a1360f MD5sum: 77e456ecb5f05ea037d63fa7360cd861 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-32~bpo12+1_i386.deb Package: fp-units-rtl Source: fpc Version: 3.2.2+dfsg-32~bpo12+1 Installed-Size: 103 Maintainer: Pascal Packaging Team Architecture: i386 Depends: fp-units-rtl-3.2.2 (= 3.2.2+dfsg-32~bpo12+1) Size: 28164 SHA256: b182d0122ae833a91c03c12b25a273b2b03917a50ebb3a4d11e3ffee5e3d8ee2 SHA1: 981998f8b6c0e2eb67d91b4620be309988b55d31 MD5sum: 008c22d542c2c8308ba255767fb7d363 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-32~bpo12+1_i386.deb Package: fp-units-rtl-3.2.2 Source: fpc Version: 3.2.2+dfsg-32~bpo12+1 Installed-Size: 49160 Maintainer: Pascal Packaging Team Architecture: i386 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-32~bpo12+1) Breaks: fp-compiler-3.2.2 (<= 3.2.2+dfsg-23), fpc (<= 3.2.2+dfsg-0) Size: 6842372 SHA256: 9f07eb0e07cc864dd0731667a288ae052176f90a3ac8815702bf2877a48b64e6 SHA1: 8866cf85848d871228781abae2ccd2ac71d1250e MD5sum: eaf4e980c642ce9e1e6e8fb9e7ef6243 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-32~bpo12+1_i386.deb Package: fp-units-wasm Source: fpc Version: 3.2.2+dfsg-32~bpo12+1 Installed-Size: 100 Maintainer: Pascal Packaging Team Architecture: i386 Depends: fp-units-wasm-3.2.2 (= 3.2.2+dfsg-32~bpo12+1) Size: 28044 SHA256: d6c9890bd07a6767381ffe3d99aa17234a7db4dce44ef55e3b337cdd7774f0d9 SHA1: e8d7b6edc8e02c879067896b7dfd7140d1924e94 MD5sum: 035576e7740d8d18c19909aa49cffd2b Description: Free Pascal - Web assmebly 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-32~bpo12+1_i386.deb Package: fp-units-wasm-3.2.2 Source: fpc Version: 3.2.2+dfsg-32~bpo12+1 Installed-Size: 4851 Maintainer: Pascal Packaging Team Architecture: i386 Replaces: fpc (<= 3.2.2+dfsg-0) Provides: fp-units-wasm Depends: fp-units-rtl-3.2.2 (= 3.2.2+dfsg-32~bpo12+1) Breaks: fpc (<= 3.2.2+dfsg-0) Size: 767496 SHA256: c6ee0cd41a60ed6c561bf8cccc541f195c3dbed2a6d77262cdd5766e854dfd2e SHA1: 44f4ca295eae365d4a593e58bf171b5345bba31d MD5sum: 272c07f13ebfcdd22b3fea5c3d302515 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-32~bpo12+1_i386.deb Package: fp-utils Source: fpc Version: 3.2.2+dfsg-32~bpo12+1 Installed-Size: 110 Maintainer: Pascal Packaging Team Architecture: all Depends: fp-utils-3.2.2 (>= 3.2.2+dfsg-32~bpo12+1) Size: 30748 SHA256: 6b6e5d5cca9b6dd86c2b2b98ea8776c6440acd04e20fdfc957df3e7363045b91 SHA1: b33d78e7c732a0183281124f583061b7c131c0fe MD5sum: 0555a86f00e0e7df625f928ba272fa0a 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-32~bpo12+1_all.deb Package: fp-utils-3.2.2 Source: fpc Version: 3.2.2+dfsg-32~bpo12+1 Installed-Size: 34374 Maintainer: Pascal Packaging Team Architecture: i386 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-32~bpo12+1) Breaks: fp-compiler-3.2.2 (<= 3.0.4+dfsg-11), fpc (<= 3.2.2+dfsg-0) Size: 4702380 SHA256: 7ff0b6c927795b2c47aa219e17afae77697eb146ad010689999da6e43456347e SHA1: ff3a79c2ed5c49a1941ea3e602336205635ca801 MD5sum: 8cdb8bd1d55d7f6fbd3711b9b0112b6b 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-32~bpo12+1_i386.deb Package: fpc Version: 3.2.2+dfsg-32~bpo12+1 Installed-Size: 103 Maintainer: Pascal Packaging Team Architecture: all Depends: fpc-3.2.2 (= 3.2.2+dfsg-32~bpo12+1), fp-docs-3.2.2, fp-utils-3.2.2 Size: 28304 SHA256: 1a0ea70f5a184a101081c578efb27ac93b73c785c0de93226d73ba70a3dd5b38 SHA1: d7d2c19a481a3d506c27f5623dcbcc5f6ce0e36e MD5sum: dc659209b9adad6cc2b965d14588e253 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-32~bpo12+1_all.deb Package: fpc-3.2.2 Source: fpc Version: 3.2.2+dfsg-32~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-32~bpo12+1), fp-ide-3.2.2 (>= 3.2.2+dfsg-32~bpo12+1), fp-units-base-3.2.2 (>= 3.2.2+dfsg-32~bpo12+1), fp-units-db-3.2.2 (>= 3.2.2+dfsg-32~bpo12+1), fp-units-fcl-3.2.2 (>= 3.2.2+dfsg-32~bpo12+1), fp-units-fv-3.2.2 (>= 3.2.2+dfsg-32~bpo12+1), fp-units-gfx-3.2.2 (>= 3.2.2+dfsg-32~bpo12+1), fp-units-gtk2-3.2.2 (>= 3.2.2+dfsg-32~bpo12+1), fp-units-math-3.2.2 (>= 3.2.2+dfsg-32~bpo12+1), fp-units-misc-3.2.2 (>= 3.2.2+dfsg-32~bpo12+1), fp-units-multimedia-3.2.2 (>= 3.2.2+dfsg-32~bpo12+1), fp-units-net-3.2.2 (>= 3.2.2+dfsg-32~bpo12+1), fp-units-rtl-3.2.2 (>= 3.2.2+dfsg-32~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: 28832 SHA256: d497144f022d7f0c0d513a4b78aff029374ede4bcd1b6da9b47bbb6d5971efd2 SHA1: f3c5f195e72227984c3e215da3994673256ab60e MD5sum: 1de254b233dc7fabe9ca79e3967155e0 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-32~bpo12+1_all.deb Package: fpc-source Source: fpc Version: 3.2.2+dfsg-32~bpo12+1 Installed-Size: 105 Maintainer: Pascal Packaging Team Architecture: all Depends: fpc-source-3.2.2 (= 3.2.2+dfsg-32~bpo12+1) Size: 28260 SHA256: 77beff3c5ad33aa63dbba69c36dc1793609a5df3b20aba6cd02536db47574e37 SHA1: d7062479190589a280058adfcbeafa90598d5877 MD5sum: 34b383bc2783decbc10628ee88c5493b 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-32~bpo12+1_all.deb Package: fpc-source-3.2.2 Source: fpc Version: 3.2.2+dfsg-32~bpo12+1 Installed-Size: 211095 Maintainer: Pascal Packaging Team Architecture: all Replaces: fpc-src Provides: fpc-source Breaks: fpc-src Size: 19816292 SHA256: 423fc643174a26b159a885ddebe0a5cea1c0947075d8bcc681e69dacff717f28 SHA1: e7756edea8fd4e076820df038be34c05461a257c MD5sum: 05764639c86efd4fb8c0f3b398ae37bd 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-32~bpo12+1_all.deb Package: freedombox Version: 24.20.1~bpo12+1 Installed-Size: 11885 Maintainer: FreedomBox packaging team Architecture: all Replaces: freedombox-setup (<< 0.13~), plinth (<< 0.46.0~) Provides: plinth Depends: python3-apt, python3-augeas, python3-cherrypy3, python3-configobj, python3-django (>= 1.11), python3-django-bootstrapform, python3-django-captcha, python3-django-stronghold (>= 0.3.0), 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, libnss-resolve, libpam-ldapd, needrestart, network-manager, nftables, nslcd, openssh-server, openssl, parted, php-fpm, popularity-contest, python3-openssl, samba-common-bin, slapd, snapper, sshfs, ssl-cert, systemd-resolved, systemd-timesyncd, tdb-tools, udisks2, unattended-upgrades, uwsgi, uwsgi-plugin-python3, zram-tools, adduser, augeas-tools, curl, debconf, dnsutils, e2fsprogs, fonts-fork-awesome, fonts-lato, gdisk, gettext, gir1.2-glib-2.0, gir1.2-nm-1.0, javascript-common, libglib2.0-bin, libjs-bootstrap4, libjs-jquery, lsof, netcat-openbsd, ppp, pppoe, python3-argon2, python3-bootstrapform, python3-dbus, python3-django-axes (>= 5.0.0), python3-django-ipware (>= 3), python3-gi, python3-markupsafe, python3-pampy, python3-paramiko, python3-pexpect, python3-systemd, python3-yaml, sudo, wget, fuse3 (>= 3) Recommends: bzip2, bridge-utils, devio, dosfstools, file, firmware-ath9k-htc, freedombox-doc-en, freedombox-doc-es, htop, iftop, iputils-ping, iw, libnss-mdns, libnss-myhostname, libpam-abl, locales, locales-all, openssh-client, pciutils, powermgmt-base, psmisc, rfkill, tcpdump, vim-tiny, whois, zile Breaks: freedombox-setup (<< 0.13~), fuse (<< 3), plinth (<< 0.46.0~), ufw Size: 4022996 SHA256: dba87fada49fdd7b58fdab5686b5412accfc5df81b95832b30a2fa68ccdb945b SHA1: 541d57d00c663e95cd8806f0600cdf37f2dbac50 MD5sum: 94ffab99d744f88c2e04134867fa6ec4 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_24.20.1~bpo12+1_all.deb Package: freedombox-doc-en Source: freedombox Version: 24.20.1~bpo12+1 Installed-Size: 50244 Maintainer: FreedomBox packaging team Architecture: all Size: 45314612 SHA256: f2d6853330101170bbd1c28f2c2d583bd7f088984ca551bb556c926d53730374 SHA1: cdb15ff0201ada2592046b7115c18f38a7fda1b6 MD5sum: 0565ba467e4858f2b2cc76c4f2e587dd 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_24.20.1~bpo12+1_all.deb Package: freedombox-doc-es Source: freedombox Version: 24.20.1~bpo12+1 Installed-Size: 49888 Maintainer: FreedomBox packaging team Architecture: all Size: 44299792 SHA256: 53b65875674e391cf4d431c440d6fa987501af37583e191f5749239982c654d4 SHA1: 77d5c438c55b90cd167e88b8c6adb0614dda781e MD5sum: e29814b3f4f253a03d59b691f7440d7c 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_24.20.1~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: 317 Maintainer: Fabio Fantoni Architecture: i386 Depends: freeipmi-common (= 1.6.13-2~bpo12+1), freeipmi-tools, libc6 (>= 2.34), libfreeipmi17 (>= 1.1.5) Size: 208664 SHA256: d7b34b40441644eb74851b286d23cd9e1029138b184a0d0d5effc32928176fdb SHA1: d16b9b7bb85f149a86439314f531ebc7b6fdd0c8 MD5sum: 2c9f89e062a3c63c4bfe01d4853ee78f 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_i386.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: 319 Maintainer: Fabio Fantoni Architecture: i386 Depends: freeipmi-common (= 1.6.13-2~bpo12+1), libc6 (>= 2.34), libfreeipmi17 (>= 1.1.5), libipmidetect0 (>= 1.1.5) Size: 207336 SHA256: 4d12e91852314cc9d1d2bee62630145ebc7a6bc07a4a69b803569a05c3c76dd3 SHA1: 93bd1cd43dc88f91d54f81abc0bc8ce5ff46825f MD5sum: 8a73ede544822a98c7d1a2434eb9b282 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_i386.deb Package: freeipmi-ipmiseld Source: freeipmi Version: 1.6.13-2~bpo12+1 Installed-Size: 405 Maintainer: Fabio Fantoni Architecture: i386 Depends: freeipmi-common (= 1.6.13-2~bpo12+1), libc6 (>= 2.34), libfreeipmi17 (>= 1.4.4) Size: 251876 SHA256: 835cfaaa57cccaa3ebb90308a169c56a4ac9e9489eb2d3e50a903658c40d861e SHA1: 2381017b0be0138b5fa8d882185767633aab53b3 MD5sum: 740d34e86880a0f6682bc6a04cf8a019 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_i386.deb Package: freeipmi-tools Source: freeipmi Version: 1.6.13-2~bpo12+1 Installed-Size: 3555 Maintainer: Fabio Fantoni Architecture: i386 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: 827592 SHA256: 4bf62f370ba1304db2c4bf08bc3275fbfb1e3c9013217c230e3c28c00d8b3b92 SHA1: c127d67f5e2e5856da2c7171526293266d313bce MD5sum: dc79eb35b1e950a20aecca55abd8f056 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_i386.deb Package: freerdp3-dev Source: freerdp3 Version: 3.5.1+dfsg1-5~bpo12+1 Installed-Size: 1186 Maintainer: Debian Remote Maintainers Architecture: i386 Depends: libfreerdp-server-proxy3-3 (= 3.5.1+dfsg1-5~bpo12+1), libfreerdp-client3-3 (= 3.5.1+dfsg1-5~bpo12+1), libfreerdp-server3-3 (= 3.5.1+dfsg1-5~bpo12+1), libfreerdp-shadow-subsystem3-3 (= 3.5.1+dfsg1-5~bpo12+1), libfreerdp-shadow3-3 (= 3.5.1+dfsg1-5~bpo12+1), libfreerdp3-3 (= 3.5.1+dfsg1-5~bpo12+1), libwinpr3-dev (= 3.5.1+dfsg1-5~bpo12+1), libcjson-dev, libfuse3-dev, winpr3-utils (= 3.5.1+dfsg1-5~bpo12+1) Size: 159816 SHA256: 67f4d90c46b3aa925ba8ede19bbc5dd8836d2cd4d834894220fe497ab735ef27 SHA1: c3eb0a9d74230330986a724e018291158d122894 MD5sum: 846b687f443b8700e60e7b4d7bf444df Description: Free Remote Desktop Protocol library (development files) FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . This package contains the FreeRDP development files. Homepage: https://www.freerdp.com/ Section: devel Priority: optional Filename: pool/main/f/freerdp3/freerdp3-dev_3.5.1+dfsg1-5~bpo12+1_i386.deb Package: freerdp3-proxy Source: freerdp3 Version: 3.5.1+dfsg1-5~bpo12+1 Installed-Size: 158 Maintainer: Debian Remote Maintainers Architecture: i386 Depends: libc6 (>= 2.34), libfreerdp-server-proxy3-3 (= 3.5.1+dfsg1-5~bpo12+1), libfreerdp3-3 (= 3.5.1+dfsg1-5~bpo12+1), libwinpr3-3 (= 3.5.1+dfsg1-5~bpo12+1) Suggests: freerdp3-proxy-modules Size: 35460 SHA256: 12a62c808011ae4d7e761b04f18bd1c9d7f8abea553ec12d2858c7dd8dbbaf7b SHA1: bc2e1dc1e732e2287f1cdd31db1ffe3dfeb4c478 MD5sum: 76dfac372b238d3fa03fbda6ee69c9b0 Description: FreeRDP proxy server FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . This package contains the proxy server that can be used as man in the middle proxy for RDP connections. Homepage: https://www.freerdp.com/ Section: x11 Priority: optional Filename: pool/main/f/freerdp3/freerdp3-proxy_3.5.1+dfsg1-5~bpo12+1_i386.deb Package: freerdp3-proxy-modules Source: freerdp3 Version: 3.5.1+dfsg1-5~bpo12+1 Installed-Size: 334 Maintainer: Debian Remote Maintainers Architecture: i386 Depends: libc6 (>= 2.32), libfreerdp-server-proxy3-3 (= 3.5.1+dfsg1-5~bpo12+1), libfreerdp3-3 (>= 3.0.0), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 11), libwinpr3-3 (>= 3.0.0) Size: 92492 SHA256: 713279402207ba2806e28fe32c56950236964d66a3b8deea4436711378db99d6 SHA1: 49001233a8b59930d20d359dde0a9602ee07ad01 MD5sum: d5bb2fe7489fb3f0b6286016e27b136e Description: FreeRDP Remote Desktop Protocol proxy module libraries FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . This package contains the modules for the proxy. Homepage: https://www.freerdp.com/ Section: x11 Priority: optional Filename: pool/main/f/freerdp3/freerdp3-proxy-modules_3.5.1+dfsg1-5~bpo12+1_i386.deb Package: freerdp3-sdl Source: freerdp3 Version: 3.5.1+dfsg1-5~bpo12+1 Installed-Size: 828 Maintainer: Debian Remote Maintainers Architecture: i386 Depends: libc6 (>= 2.34), libcjson1 (>= 1.7.13), libfreerdp-client3-3 (= 3.5.1+dfsg1-5~bpo12+1), libfreerdp3-3 (>= 3.0.0), libgcc-s1 (>= 3.3.1), libsdl2-2.0-0 (>= 2.0.16), libsdl2-image-2.0-0 (>= 2.0.5), libsdl2-ttf-2.0-0 (>= 2.0.15), libstdc++6 (>= 11), libwinpr3-3 (>= 3.0.0) Size: 386152 SHA256: 5054779f9711460f6dc15f44abd646087232f737f6de172dabdd83a5494973db SHA1: 96042b957e00a6a0972c058c494c7a1ae509ac6a MD5sum: d0e84a9cbec5df7c1d89b1dad4784a83 Description: RDP client for Windows Terminal Services (SDL client) FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . Currently, the FreeRDP client supports the following Windows Versions: . * Windows NT Server * Windows 2000 Terminal Server * Windows XP * Windows 2003 Server * Windows Vista * Windows 2008/2008r2/2011SBS Server * Windows 7 * Windows 2012/2012r2 Server * Windows 8 * Windows 10 . This package contains the SDL based client. Homepage: https://www.freerdp.com/ Section: x11 Priority: optional Filename: pool/main/f/freerdp3/freerdp3-sdl_3.5.1+dfsg1-5~bpo12+1_i386.deb Package: freerdp3-shadow-x11 Source: freerdp3 Version: 3.5.1+dfsg1-5~bpo12+1 Installed-Size: 159 Maintainer: Debian Remote Maintainers Architecture: i386 Provides: freerdp Depends: libc6 (>= 2.34), libfreerdp-shadow-subsystem3-3 (= 3.5.1+dfsg1-5~bpo12+1), libfreerdp-shadow3-3 (>= 3.0.0), libfreerdp3-3 (>= 3.0.0), libwinpr3-3 (>= 3.0.0) Size: 35916 SHA256: 80f4377a61eecaee0637e63bb9727db2e376cee41e65dcdf3f5013006a8dcfe1 SHA1: 3bae70b18d1e257dc05b38838ed0cd0b2f1c1fcd MD5sum: f11870be575029e94c56ceb282a4d58f Description: FreeRDP x11 shadowing server FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . This package contains a "shadowing" server that can be used to share an already started X11 DISPLAY. Homepage: https://www.freerdp.com/ Section: x11 Priority: optional Filename: pool/main/f/freerdp3/freerdp3-shadow-x11_3.5.1+dfsg1-5~bpo12+1_i386.deb Package: freerdp3-wayland Source: freerdp3 Version: 3.5.1+dfsg1-5~bpo12+1 Installed-Size: 225 Maintainer: Debian Remote Maintainers Architecture: i386 Depends: libc6 (>= 2.34), libfreerdp-client3-3 (= 3.5.1+dfsg1-5~bpo12+1), libfreerdp3-3 (>= 3.0.0), libwayland-client0 (>= 1.20.0), libwayland-cursor0 (>= 1.0.2), libwinpr3-3 (>= 3.0.0), libxkbcommon0 (>= 0.5.0) Size: 59692 SHA256: 617c2771bd3d79dc7f2d5ddb000f571f21cf8ecdc9d9a5a06c458e8721859b78 SHA1: f06ab417c7169c9db4672ba99f49fd6bf39157c8 MD5sum: 7844976b4818304e6028a7cb30dbadb5 Description: RDP client for Windows Terminal Services (wayland client) FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . Currently, the FreeRDP clients supports the following Windows Versions: . * Windows NT Server * Windows 2000 Terminal Server * Windows XP * Windows 2003 Server * Windows Vista * Windows 2008/2008r2/2011SBS Server * Windows 7 * Windows 2012/2012r2 Server * Windows 8 * Windows 10 . This package contains the wayland based client. Homepage: https://www.freerdp.com/ Section: x11 Priority: optional Filename: pool/main/f/freerdp3/freerdp3-wayland_3.5.1+dfsg1-5~bpo12+1_i386.deb Package: freerdp3-x11 Source: freerdp3 Version: 3.5.1+dfsg1-5~bpo12+1 Installed-Size: 572 Maintainer: Debian Remote Maintainers Architecture: i386 Provides: freerdp Depends: libc6 (>= 2.34), libfreerdp-client3-3 (= 3.5.1+dfsg1-5~bpo12+1), libfreerdp3-3 (>= 3.0.0), libwinpr3-3 (>= 3.3.0), libx11-6 (>= 2:1.2.99.901), libxcursor1 (>> 1.1.2), libxext6, libxfixes3, libxi6 (>= 2:1.2.99.4), libxinerama1 (>= 2:1.1.4), libxrandr2 (>= 2:1.5.0), libxrender1 Size: 105844 SHA256: 0691667520a10403a68844d6c7687850af21f6b63a0f7d873947440514be754b SHA1: 897ef06e0edac2c73c07f4bd1c8b0a675da02123 MD5sum: 4b6aa8d4725ba2a9718fcde24d423bb9 Description: RDP client for Windows Terminal Services (X11 client) FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . Currently, the FreeRDP client supports the following Windows Versions: . * Windows NT Server * Windows 2000 Terminal Server * Windows XP * Windows 2003 Server * Windows Vista * Windows 2008/2008r2/2011SBS Server * Windows 7 * Windows 2012/2012r2 Server * Windows 8 * Windows 10 . This package contains the X11 based client. Homepage: https://www.freerdp.com/ Section: x11 Priority: optional Filename: pool/main/f/freerdp3/freerdp3-x11_3.5.1+dfsg1-5~bpo12+1_i386.deb Package: fuse2fs Source: e2fsprogs Version: 1.47.1~rc2-1~bpo12+1 Installed-Size: 122 Maintainer: Theodore Y. Ts'o Architecture: i386 Depends: libblkid1 (>= 2.16), libc6 (>= 2.34), libcom-err2 (>= 1.43.9), libext2fs2 (= 1.47.1~rc2-1~bpo12+1), libfuse3-3 (>= 3.2.3), libuuid1 (>= 2.16) Size: 50092 SHA256: 71ac2850053b38004bb0c39e73699f95e1e674bb489e68c0a7ad33aa3f6cfffd SHA1: ef82416ca22c1508178126837aff9aed9b7ba7bd MD5sum: 82a2d03a2e87f5c665dc75af749b8729 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.1~rc2-1~bpo12+1_i386.deb Package: fusefile Version: 1.2-1~bpo12+1 Installed-Size: 41 Maintainer: Ralph Ronnquist Architecture: i386 Depends: libc6 (>= 2.34), libfuse2 (>= 2.8), fuse Size: 15628 SHA256: 1af25ce175ca38d32e37dfde597c826266670537060fad295f4fef866f616ff4 SHA1: 7ac62606691605330e69320ef3f5884f7cde44d3 MD5sum: 500c5e0f4eccecb2f8e3a63dd0f6f633 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_1.2-1~bpo12+1_i386.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.27.5-1~bpo12+1 Installed-Size: 1956 Maintainer: Unit 193 Architecture: all Depends: python3-requests, python3:any Suggests: ffmpeg, python3-brotli, yt-dlp | youtube-dl Size: 345996 SHA256: 1f744f3dd9b77263003d0937355240ba4c9e65d4da0950ceacb2d737163aa648 SHA1: 07c67a09dcbc24ed68fea4cb392899aa9aba200e MD5sum: 60b63a44ff60835a2732006ef601b633 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.27.5-1~bpo12+1_all.deb Package: gccgo-go Source: golang-defaults Version: 2:1.22~3~bpo12+1 Installed-Size: 66 Maintainer: Debian Go Compiler Team Architecture: i386 Depends: g++-13, gccgo-13 Conflicts: golang-go Size: 43808 SHA256: c0c40718611a50e63e9e738b409107e59d2e8db2e2784979c3f9478200eb78e9 SHA1: d026610807f6e6bad3f541abdd6e95b51d724ef9 MD5sum: d1a6d757af28c3923416a83896d0ce6c 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.22~3~bpo12+1_i386.deb Package: gcli Version: 2.3.0-1~bpo12+1 Installed-Size: 1022 Maintainer: Simon Richter Architecture: i386 Depends: libc6 (>= 2.34), libcurl3-gnutls (>= 7.56.1) Size: 208304 SHA256: ad6158774e5602eccb494784829622d64a22adbbab266171357d4688ac8029bf SHA1: 7b20b2edc33d7127febef0d151dc8385e0270a97 MD5sum: 37ec14d20c3b775288f501ad75b15580 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_i386.deb Package: genometools Version: 1.6.5+ds-2~bpo12+1 Installed-Size: 4850 Maintainer: Debian Med Packaging Team Architecture: i386 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: 1686696 SHA256: bf671872904082ef0ee06bb958950ba64687ea351b05231543d7cc5db5ecc638 SHA1: 74011f2bc24b8d58e121d31139903bb6a25fab49 MD5sum: b06bd3151338de6ee8964e077d57d2e2 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_i386.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: 388 Maintainer: Marc Haber Architecture: i386 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: 139476 SHA256: 32ad3698047c04809bcf305bdc64a8b75035e0583a204b509d010875330de5b2 SHA1: 2492cfe845afdb4c623e6da3fc78169131c4f315 MD5sum: 141dc7d7c77c9a1c6cb9637035055a8a 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_i386.deb Package: geoip-database Version: 20240708-1~bpo12+1 Installed-Size: 9141 Maintainer: Patrick Matthäi Architecture: all Recommends: libgeoip1 Size: 2598188 SHA256: 8f48b54354712ce68ff158581ca0717bbec7f2be91578eba196e33aaaa9a9967 SHA1: 91d3770b39a3a5f109bb14601ed95ac5f6e759f0 MD5sum: 11b2b64d321105beebd323d2742b26b8 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_20240708-1~bpo12+1_all.deb Package: ghkl Source: hkl Version: 5.0.0.3462-1~bpo12+1 Installed-Size: 56424 Maintainer: Debian PaN Maintainers Architecture: i386 Depends: libblas3 | libblas.so.3, libbullet3.24 (>= 3.24+dfsg), libc6 (>= 2.34), libffi8 (>= 3.4), libg3d0 (>= 0.0.7), libgcc-s1 (>= 3.0), libgl1, libglib2.0-0 (>= 2.37.3), libglu1-mesa | libglu1, libgmp10 (>= 2:6.2.1+dfsg1), libgsl27 (>= 2.7.1), libgslcblas0 (>= 2.7.1), libgtk-3-0 (>= 3.16.2), libhdf5-103-1, libhkl5 (>= 5.0.0.2447), liblapack3 | liblapack.so.3, libstdc++6 (>= 5), libyaml-0-2, zlib1g (>= 1:1.1.4) Size: 7583224 SHA256: f1246901dc0fc4b08a636fe20a3a86205f484bd7664f70015dc652c3b3235ea1 SHA1: 1314e3d7115ba16b60d8ec8f0188256b2a15df4d MD5sum: 3d1089a564f468df842ef9a4e8a45880 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.0.0.3462-1~bpo12+1_i386.deb Package: gir1.2-atk-1.0 Source: at-spi2-core Version: 2.52.0-1~bpo12+1 Installed-Size: 100 Maintainer: Debian Accessibility Team Architecture: i386 Depends: gir1.2-glib-2.0, libatk1.0-0 (>= 2.51.90) Size: 25252 SHA256: 1ec6424c976faf7688e04dca45ff9fc475e589883c6f44466591c537656583b1 SHA1: 44dbb3e8f1b4bab168905b88fd650e298e3266c2 MD5sum: 864b6c039f31ad8ecdcb41cebfa69e17 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.52.0-1~bpo12+1_i386.deb Package: gir1.2-atspi-2.0 Source: at-spi2-core Version: 2.52.0-1~bpo12+1 Installed-Size: 82 Maintainer: Debian Accessibility Team Architecture: i386 Replaces: gir1.0-gtk-2.0 (<< 2.22), gobject-introspection-repository Depends: gir1.2-freedesktop, gir1.2-glib-2.0, libatspi2.0-0 (>= 2.52.0-1~bpo12+1) Size: 22460 SHA256: 3a274a1b5645395955d0346a30e864ad793b5d90e0e1f912f3bd5bbbadaabc06 SHA1: 6aaaaab31798caf02fc394eb3c803307013b51d5 MD5sum: 27eb702f23d67c1d3d0e81b30022544f 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.52.0-1~bpo12+1_i386.deb Package: gir1.2-hkl-5.0 Source: hkl Version: 5.0.0.3462-1~bpo12+1 Installed-Size: 37 Maintainer: Debian PaN Maintainers Architecture: i386 Depends: libhkl5 (>= 5.0.0.3434) Size: 11104 SHA256: 11339388a062f1ebc00b4529fa7b3e1e006b58cbef32d8296af9c6bd714bc2d4 SHA1: bf323bf4dce2fc004896be5ae182d3109d2592e3 MD5sum: 480fab82c68f42219c51993fd70d1bc2 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.0.0.3462-1~bpo12+1_i386.deb Package: gir1.2-ibus-1.0 Source: ibus Version: 1.5.29~rc1-1~bpo12+1 Installed-Size: 612 Maintainer: Debian Input Method Team Architecture: i386 Depends: gir1.2-glib-2.0, libibus-1.0-5 (>= 1.5.29~) Size: 347212 SHA256: 988f846ea8561d79fbab8268b76325b66f17ee6c26804f8b10ed832e6219d204 SHA1: 946e8967bcb41bd87a5fcc4aecddb18b6a6637b5 MD5sum: 06d42c3bb29394e8472e5698fb87e21e 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.29~rc1-1~bpo12+1_i386.deb Package: gir1.2-javascriptcoregtk-4.0 Source: webkit2gtk Version: 2.42.1-1~bpo12+1 Installed-Size: 299 Maintainer: Debian WebKit Maintainers Architecture: i386 Depends: gir1.2-glib-2.0, libjavascriptcoregtk-4.0-18 (= 2.42.1-1~bpo12+1) Size: 46572 SHA256: cc8de4db7d9f0ca87a892d948671a817284d602794fe6fa82b2983d50cfb431c SHA1: c341be160860d1a0b3429ac419481ec8491239c6 MD5sum: 7da3329fa5a70e381f536aedae46a0f8 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.42.1-1~bpo12+1_i386.deb Package: gir1.2-javascriptcoregtk-4.1 Source: webkit2gtk Version: 2.42.1-1~bpo12+1 Installed-Size: 299 Maintainer: Debian WebKit Maintainers Architecture: i386 Depends: gir1.2-glib-2.0, libjavascriptcoregtk-4.1-0 (= 2.42.1-1~bpo12+1) Size: 46572 SHA256: 1ca46aadfd36342228a5e3ccace137e2291876e3b9a8230408742126cfa149ba SHA1: 5bded9af72292cef67e4a0641819af408cd7e4f2 MD5sum: e7b04bf982c0563439636e0468e64c80 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.42.1-1~bpo12+1_i386.deb Package: gir1.2-javascriptcoregtk-6.0 Source: webkit2gtk Version: 2.42.1-1~bpo12+1 Installed-Size: 298 Maintainer: Debian WebKit Maintainers Architecture: i386 Depends: gir1.2-glib-2.0, libjavascriptcoregtk-6.0-1 (= 2.42.1-1~bpo12+1) Size: 46460 SHA256: 4bae95818c40b614d77bab8b8062eb2e150199c927797f7f31766d5619b08358 SHA1: 925bd68623e7990fc2fff0d452d119fc6fd5a1e2 MD5sum: c096247b907e51377d10a51783fde4f4 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.42.1-1~bpo12+1_i386.deb Package: gir1.2-lokdocview-0.1 Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 72 Maintainer: Debian LibreOffice Maintainers Architecture: i386 Depends: liblibreofficekitgtk (= 4:24.8.2-1~bpo12+1), gir1.2-gdkpixbuf-2.0, gir1.2-glib-2.0, gir1.2-gtk-3.0 Size: 40912 SHA256: 4329bc2edb5ed3b296c5346c5fb78175acae8cdb46de12b1ca9d5e1c7c3b5168 SHA1: a4c82161437d2d67cc1dcd7370297bbfc99034c1 MD5sum: 080ff14f6c396dbbf13c95720d03f744 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_24.8.2-1~bpo12+1_i386.deb Package: gir1.2-webkit-6.0 Source: webkit2gtk Version: 2.42.1-1~bpo12+1 Installed-Size: 418 Maintainer: Debian WebKit Maintainers Architecture: i386 Depends: gir1.2-javascriptcoregtk-6.0 (= 2.42.1-1~bpo12+1), libwebkitgtk-6.0-4 (= 2.42.1-1~bpo12+1), gir1.2-gtk-4.0, gir1.2-soup-3.0 Size: 70824 SHA256: aeb8ede57c3c20704a6c6f68e67dbd9c7107776477d39c630581693abe8eb95f SHA1: 28335b3f1dbd899d95545707979d20bc64276bc4 MD5sum: aeb6330c6c8ef3cf52490acc78339786 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.42.1-1~bpo12+1_i386.deb Package: gir1.2-webkit2-4.0 Source: webkit2gtk Version: 2.42.1-1~bpo12+1 Installed-Size: 592 Maintainer: Debian WebKit Maintainers Architecture: i386 Depends: gir1.2-javascriptcoregtk-4.0 (= 2.42.1-1~bpo12+1), libwebkit2gtk-4.0-37 (= 2.42.1-1~bpo12+1), gir1.2-gtk-3.0, gir1.2-soup-2.4 Size: 102112 SHA256: b7ef569678b21e02103acc3eee2be3b1eb90be8b2f7e45b6f045f32563c08f3f SHA1: 30ff06a4e8851400b02ceb20412fee2c28f0745e MD5sum: 98e95f710f9eefd8e7a7fcddbd1251d2 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.42.1-1~bpo12+1_i386.deb Package: gir1.2-webkit2-4.1 Source: webkit2gtk Version: 2.42.1-1~bpo12+1 Installed-Size: 592 Maintainer: Debian WebKit Maintainers Architecture: i386 Depends: gir1.2-javascriptcoregtk-4.1 (= 2.42.1-1~bpo12+1), libwebkit2gtk-4.1-0 (= 2.42.1-1~bpo12+1), gir1.2-gtk-3.0, gir1.2-soup-3.0 Size: 102116 SHA256: f630955fca8421f62d61165e96cfa64addac1d75fe4c01fbe643afd31b848f63 SHA1: 66e84e4d93b9c01f7dec5e4eaeafd92006f81257 MD5sum: 509b39d0c41c567fd33796b44b55d7a8 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.42.1-1~bpo12+1_i386.deb Package: gir1.2-wp-0.4 Source: wireplumber Version: 0.4.17-1~bpo12+1 Installed-Size: 72 Maintainer: Utopia Maintenance Team Architecture: i386 Depends: libwireplumber-0.4-0 (= 0.4.17-1~bpo12+1) Size: 19244 SHA256: 54ae0d5ea7b6aaebe017e6e9a3c9e8e18add05f447907445a5337207bff9395a SHA1: b2362c1009df2a11a1bbe67259a5e829e882052f MD5sum: 85d6e1d9095128f1003376abb3277320 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_i386.deb Package: gir1.2-wp-0.5 Source: wireplumber Version: 0.5.6-1~bpo12+1 Installed-Size: 84 Maintainer: Utopia Maintenance Team Architecture: i386 Depends: libwireplumber-0.5-0 (= 0.5.6-1~bpo12+1) Size: 22700 SHA256: 037fe52892cfef777f30fbfe225f9c5e3a81b87d4b995a3a1e07f06177fecbc3 SHA1: 595755c0d1b01456f519c212d1283c52188057ff MD5sum: ed106044f71ea9d9d09c5e5a5a82e2d5 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.6-1~bpo12+1_i386.deb Package: git-annex Version: 10.20240430-1~bpo12+1 Installed-Size: 140744 Maintainer: Debian Haskell Group Architecture: i386 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: 21304676 SHA256: 73850f531642f1c87f8be0da12c953601f8d5a01a303001225547882716c8673 SHA1: 7ed7efa90bc6ec2418e279ecf0bc414e76db7c0b MD5sum: 916fd75dbbd62429bd29a8c1699e3bff 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_i386.deb Package: git-credential-oauth Version: 0.13.2-1~bpo12+1 Installed-Size: 5080 Maintainer: Debian Go Packaging Team Architecture: i386 Depends: libc6 (>= 2.34) Recommends: xdg-utils Enhances: git Size: 1705240 SHA256: de8e05424771f5e1df601aa607810dbda4121ba9bcb3a098692332121ee93226 SHA1: c7129ce292e6c92cb497325ad9dce28033f18afd MD5sum: 9ff0521adef95fab466f86178d64efaf 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.2-1~bpo12+1_i386.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: 20336 Maintainer: Debian Go Packaging Team Architecture: i386 Depends: libc6 (>= 2.34) Size: 5264744 SHA256: 17341d320991d18e67fe2c6f32ae6ff3ee04e7459ed06cda671ed56d63cb7f46 SHA1: e6c5a55bb4a9a53b209e2453787e3ebc98b81501 MD5sum: 30d082a18810974f6b91c228d28048ef 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_i386.deb Package: gnucash Version: 1:5.6-1~bpo12+1 Installed-Size: 27887 Maintainer: Dmitry Smirnov Architecture: i386 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 (>= 7), 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: 6232904 SHA256: 8b3082d9fb7f99aa96668980465e6cad5a2dfb71949897502d13c0549f874a57 SHA1: 43a922cee86ad6da6ce9b3409df8625bfbff8f56 MD5sum: 97d641b7c1cb569f81370b554a4e26f0 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_i386.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: 19720 Maintainer: Debian Go Packaging Team Architecture: i386 Depends: libc6 (>= 2.34), libcowsql0, libsqlite3-0 (>= 3.12.0) Size: 3406852 SHA256: afd3c732577de7fcf5215009671da9adee96e77867b10fe8e720e1791a5c77a9 SHA1: c50dbcc19c58481fd43526a9d55880141b348a6c MD5sum: e4dfb56bd949d68d24cbce5ca25dc6b8 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_i386.deb Package: go-sendxmpp Version: 0.11.2-2~bpo12+1 Installed-Size: 7806 Maintainer: Debian Go Packaging Team Architecture: i386 Depends: libc6 (>= 2.34) Size: 2619424 SHA256: 24ccefe6eb56a2e075598aa03b8829cf964ad1b2d88b4f888d7e751dcf8093de SHA1: 41def19aceee133b613ba2aabb300e7100a35a43 MD5sum: 1ed888df790386e362dc4e97d096b229 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.7-1~bpo12+1), golang-debian-mdosch-xmppsrv (= 0.3.2-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.1-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.11.2-2~bpo12+1_i386.deb Package: golang Source: golang-defaults Version: 2:1.22~3~bpo12+1 Installed-Size: 12 Maintainer: Debian Go Compiler Team Architecture: i386 Depends: golang-1.22, golang-doc (>= 2:1.22~3~bpo12+1), golang-go (>= 2:1.22~3~bpo12+1), golang-src (>= 2:1.22~3~bpo12+1) Size: 5068 SHA256: feffdc179cc98a407504a4e0c95edb6c10c0a46e991b54e3dcbdbe8b2c8751d8 SHA1: f15b211f6f3486307c61d41e958dd26d7f4d1426 MD5sum: 240d9de2eb03786599c58b8929461f4b 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.22~3~bpo12+1_i386.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: 310206 Maintainer: Debian Go Compiler Team Architecture: i386 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: 61283460 SHA256: ee24684d23dcfc6058cb0d16fa32ff159cab9baa3e16799cf6038e3209988c82 SHA1: c035f051cefd07d1919d1ad13f11449374401603 MD5sum: ba6e69b420f3a92541cb29157d5eb7ca 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_i386.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: 89385 Maintainer: Debian Go Compiler Team Architecture: i386 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: 22264092 SHA256: 5ab011d04dd160f2c155136cc02f1342b55b95ff8c751ac1b9bdb01181700110 SHA1: 32fbdb1cb4fc10be9d77c0bea078a47002c2fddb MD5sum: 829a8ffcdde511bcbd8c25506225671b 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_i386.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: 92157 Maintainer: Debian Go Compiler Team Architecture: i386 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: 22145800 SHA256: 7a8a2993cadfec1202f147f7a0c6973ab06a1b9fd7a15544255f2ee417ea5551 SHA1: 71e0bf41565c15f3d52391cd161a6327633c8205 MD5sum: 8ffbedfe2c86d1970fb4de860c52019b 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_i386.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.7-1~bpo12+1 Installed-Size: 33 Maintainer: Debian Go Compiler Team Architecture: all Depends: golang-1.22-doc (>= 1.22.7-1~bpo12+1), golang-1.22-go (>= 1.22.7-1~bpo12+1), golang-1.22-src (>= 1.22.7-1~bpo12+1) Size: 15412 SHA256: 809fd0942091fe8aa9d3c4e9e286007dd9bc37df05d99c655424d3927e62330b SHA1: fc197fc6db96fd62e3b79d266cf4038f92d904f0 MD5sum: 26096142959967366f907a537264428d 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.7-1~bpo12+1_all.deb Package: golang-1.22-doc Source: golang-1.22 Version: 1.22.7-1~bpo12+1 Installed-Size: 606 Maintainer: Debian Go Compiler Team Architecture: all Size: 104836 SHA256: b2279e97f35e1215471b07dab4277415097763a32cedd30b9e38cfc5304dafb4 SHA1: 191e58b54b02e0a6e3901e61d457203205094da3 MD5sum: 0ee1fa92705c3107faa7bede14231de6 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.7-1~bpo12+1_all.deb Package: golang-1.22-go Source: golang-1.22 Version: 1.22.7-1~bpo12+1 Installed-Size: 95827 Maintainer: Debian Go Compiler Team Architecture: i386 Depends: golang-1.22-src (>= 1.22.7-1~bpo12+1) Recommends: g++, gcc, libc6-dev, pkg-config Suggests: bzr | brz, ca-certificates, git, mercurial, subversion Breaks: dh-golang (<< 1.43~) Size: 22830276 SHA256: d2b8f1a2e215af086662955ca53c18cfc4d94f2fa5bd81c0e6e51c32e9bfcbb3 SHA1: a1611b7aaf48466e155ba4e60ad8b5a46840758b MD5sum: 486839500d12b7d86d05b89bf1600b44 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.7-1~bpo12+1_i386.deb Package: golang-1.22-src Source: golang-1.22 Version: 1.22.7-1~bpo12+1 Installed-Size: 121902 Maintainer: Debian Go Compiler Team Architecture: all Size: 18847012 SHA256: 343dbdd95604f4aa7e9017cc07774e89d911a8e096083e52967f49dd425c4ad9 SHA1: ea9946798916e8e9edb4a66d2b5c4a3b58ea0959 MD5sum: f7c1c1de2a6ea14420572da03e77a0d2 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.7-1~bpo12+1_all.deb Package: golang-any Source: golang-defaults Version: 2:1.22~3~bpo12+1 Installed-Size: 12 Maintainer: Debian Go Compiler Team Architecture: i386 Depends: golang-go (>= 2:1.22~3~bpo12+1) Size: 5196 SHA256: bb3539fcff01676b33f2a8408d35633ded12f96f8e3e82c4a51bbff0c7996261 SHA1: d785073fc3119ce187c7be2d72fec974390adf34 MD5sum: 743df74986b7c3dfe1e01b85c022d724 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.22~3~bpo12+1_i386.deb Package: golang-chroma-v2 Source: golang-github-alecthomas-chroma-v2 Version: 2.12.0-1~bpo12+1 Installed-Size: 16596 Maintainer: Debian Go Packaging Team Architecture: i386 Depends: libc6 (>= 2.34) Size: 4418520 SHA256: 823171aab39b6f820be31f5d437b459bad36ea6f8d42f397fc4f58f2f41ccc88 SHA1: cfc8ebbd6349e020d0e9d56ae43bb63b9936d4bc MD5sum: dc08d31508abe8ab485f64f94d48d5fb 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_i386.deb Package: golang-debian-mdosch-xmppsrv-dev Source: golang-debian-mdosch-xmppsrv Version: 0.3.2-1~bpo12+1 Installed-Size: 33 Maintainer: Debian Go Packaging Team Architecture: all Size: 5784 SHA256: 62d98c60ec400da193783727b9e41ebaac13f9fab51fcd346a76851081e72a6d SHA1: 2934e18dd81bb3fa3b416a4b4a432293a0d7212b MD5sum: 1a859202ee7bf59dc677fa708c42420f 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.2-1~bpo12+1_all.deb Package: golang-doc Source: golang-defaults Version: 2:1.22~3~bpo12+1 Installed-Size: 12 Maintainer: Debian Go Compiler Team Architecture: all Depends: golang-1.22-doc, golang-go (>= 2:1.22~3~bpo12+1) Size: 5128 SHA256: 6fc728abc138fec103a5f663f1ad1c84fffeaea61076968ae8ec1cde6690c5ca SHA1: fbde01e51d2aad6781d18adf16df1106b1250089 MD5sum: fa1beb50e886eb1595f0ad7c7e75fbce 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.22~3~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~git20240529.b8e5957-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, golang-github-bits-and-blooms-bitset-dev (>= 1.5.0), golang-golang-x-crypto-dev Size: 36144 SHA256: 73fb5e672e5f805fc7451965c38cce18e1847aaac58adb0c820980d25fc55eac SHA1: 3a28212ca080489eaff9df724c89ca62316ca2ad MD5sum: 2777392510f691f19568302ff23a03ff 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~git20240529.b8e5957-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.4.0-1~bpo12+1 Installed-Size: 142 Maintainer: Debian Go Packaging Team Architecture: all Size: 28608 SHA256: 96551c190b8949e79d3bf627dd73f81f75b2c8b1893a808996099d810d0ab3ae SHA1: b3caf502ce5e7b22590301fc6475c8dcac7afb6e MD5sum: d17374567728302f8b664bf1bcffa037 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.4.0-1~bpo12+1_all.deb Package: golang-github-bgp-stayrtr-dev Source: stayrtr Version: 0.6.1-1~bpo12+1 Installed-Size: 201 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: 42460 SHA256: 2303ac0c002b53732bb03a278388c02d43693679cbe774b259ac248490cd23ae SHA1: 740afae400f2ee024ca946d07ba5e22a11211471 MD5sum: 6d72d8b3526e2fb660116d4902bb77ad 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.1-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.4-1~bpo12+1 Installed-Size: 825 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: 274164 SHA256: ce3484c0cbac022a99dc5ce8e8d6317e61893af3c40a15d1ba80b22a6e5654eb SHA1: 2988478b0c0bc479845960ae01dcdf3c8071b17d MD5sum: 5697832c5dae9ce4b58e3c83f1c6be98 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.4-1~bpo12+1_all.deb Package: golang-github-golang-jwt-jwt-v5-dev Source: golang-github-golang-jwt-jwt-v5 Version: 5.2.0-2~bpo12+1 Installed-Size: 238 Maintainer: Debian Go Packaging Team Architecture: all Size: 44600 SHA256: 8425ae812e832c85809fa995f38e19884d9064616e15a793824b5535f0cea29c SHA1: 66f7612a6080218511d98776edfb9bd927313bd5 MD5sum: 54e9b7ad01b74f8131f220ac17e47b2f 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.0-2~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: i386 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: 8baa2ca58a478ff61df9e89f30fec8139fb18b9c8f18bb33a8c3c3a68cb08173 SHA1: f0ac7261685460e94852043c33abe48a2cc2cde9 MD5sum: 84580fe87c7ce947eff90aeab410f0bd 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_i386.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.7-2~bpo12+1 Installed-Size: 74 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-golang-x-net-dev Size: 13828 SHA256: 82eb733901cabf769b52a8db1fe4bf28a8398dfc5740d1f7e9081d2066195f2f SHA1: bf461d4edc0e478860489216b891ab718fdbc9af MD5sum: cf0d24cd305f5fc4c7706f187c4ec7df 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.7-2~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.2-1~bpo12+1 Installed-Size: 11860 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-stretchr-testify-dev, golang-github-vishvananda-netlink-dev, golang-github-xenolf-lego-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-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: 1545668 SHA256: 7a90c68822ad976ded045f588a04cf000ffa423bfae785115b1bb62902be2337 SHA1: f37a985ec5b038a4a3af08db10a2a61ae7850c8c MD5sum: 7fadab5584d402a3e39786c4150e8bb8 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.2-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.2-1~bpo12+1 Installed-Size: 104 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: 22752 SHA256: 6f782dc0db74bf7c699a99af07f9f65db45afccbdf9f9a82422517664add12a5 SHA1: 637451a193eb1e094d1baa810cb4d8f589fb9ea1 MD5sum: 5a10acf1f022a49f951d0b608be70524 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.2-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.58-1~bpo12+1 Installed-Size: 786 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.66), golang-github-prometheus-common-dev, golang-github-prometheus-prom2json-dev, golang-github-safchain-ethtool-dev, golang-github-secure-io-sio-go-dev, golang-github-shirou-gopsutil-dev (>= 3.23.12-3~), golang-github-tinylib-msgp-dev (>= 1.1.8), golang-golang-x-crypto-dev, golang-golang-x-net-dev, golang-procfs-dev Size: 120048 SHA256: 46c10202f9827d6d3bba5a6b0c0cddf5293c63643fbe62ca8a9c7f060788f02b SHA1: 59cbd6fea7429c1cb4c86a575d331e00f1ea88f8 MD5sum: 7d56d0bd85a084f0e70d65f8af60086c 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.58-1~bpo12+1_all.deb Package: golang-github-minio-minio-go-v7-dev Source: golang-github-minio-minio-go-v7 Version: 7.0.77-1~bpo12+1 Installed-Size: 1567 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: 185304 SHA256: 31b8c1216d76f6c65496727e105dc1f855c9424f222ac1cc1941bd7f9470b573 SHA1: 38f00126c21de053e08b68be05d325d2d733c461 MD5sum: 8e3b9e6a1f08d602f562e03b73895059 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.77-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-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: 3.24.1-1~bpo12+1 Installed-Size: 962 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~) Size: 140160 SHA256: f00f04071e84abc3c610cf70ca73a6452a4cd7c46e99ad9052cf84d2b0183e47 SHA1: 503e1c319603ef99cb0cb1fba08f0144567289ac MD5sum: 9ea7b5ae41a292a974e9881e3f5f6d02 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_3.24.1-1~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-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-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.8-1~bpo12+1 Installed-Size: 300 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-arceliar-ironwood-dev (>= 0.0~git20231127.465b82d-2~bpo12), 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.1.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.45.1), golang-github-olekukonko-tablewriter-dev (>= 0.0.5), golang-nhooyr-websocket-dev (>= 1.8.11) Size: 76684 SHA256: 923d337e54f0e7fca772eda675354861bbbe2cfcf237d77387e5230c6228e382 SHA1: 96edcf5ed9a59ee2f0ba2ea81634765b0a84d343 MD5sum: ccb18a8a20c262d4d08ed02dbcbcdaba 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.8-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.1-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: 11052 SHA256: 0fc6b05a015e6297118319e623ce4afd327984251669f59fd3f1d7f26e063ad6 SHA1: 0a0bb57004583bd3bc2955d0fb3b5b9aa9b9e95e MD5sum: c39b3a2835be355e5587f4d51a371014 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.1-1~bpo12+1_all.deb Package: golang-github-zitadel-oidc-dev Source: golang-github-zitadel-oidc Version: 3.30.1-1~bpo12+1 Installed-Size: 958 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: 137924 SHA256: 7a5c2e9d6530a8dbd2d80d7b1ff17a10b0bc9e34433e539e6ff09d653094caba SHA1: ff2b3742952a049384f14aae1473d3faefd5fcd3 MD5sum: c466b97f60e40d8ac9efa058d070ca86 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.30.1-1~bpo12+1_all.deb Package: golang-github-zitadel-schema-dev Source: golang-github-zitadel-schema Version: 1.3.0-2~bpo12+1 Installed-Size: 110 Maintainer: Debian Go Packaging Team Architecture: all Size: 20520 SHA256: 3fdea509a39f92e6f09624d292c2db449a362f9227bc317f749013b69d2ea85c SHA1: 66bf9d2d3de8361854f6d41cc24cb828de24c9b0 MD5sum: 3943e53a4f1b35646fd1f4cf457767c5 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.0-2~bpo12+1_all.deb Package: golang-go Source: golang-defaults Version: 2:1.22~3~bpo12+1 Installed-Size: 69 Maintainer: Debian Go Compiler Team Architecture: i386 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.22-go, golang-src (>= 2:1.22~3~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: 44308 SHA256: 652032971e5f09a22758145068910495fb62be659d622db8fa9d45bd258ed8b8 SHA1: 1804df7ab6f9f8af0a2d19727f793cc5b6c0af2c MD5sum: 724bbe136e48883258a48cd1c4f57e73 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.22~3~bpo12+1_i386.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.11-5~bpo12+1 Installed-Size: 226 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: 41976 SHA256: 183ed58537720f7e3f17fbcc775aa19552469fd4fd02e824c4173b23538f56cd SHA1: fdb017e3a11986b66aa461ceb375eae0e6797ff9 MD5sum: c135a250b940b9a77bc1f5fcc2a76d07 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) Multi-Arch: foreign Homepage: https://github.com/nhooyr/websocket Section: golang Priority: optional Filename: pool/main/g/golang-nhooyr-websocket/golang-nhooyr-websocket-dev_1.8.11-5~bpo12+1_all.deb Package: golang-sigsum-sigsum-go-dev Source: sigsum-go Version: 0.7.2-1~bpo12+1 Installed-Size: 361 Maintainer: Debian Go Packaging Team Architecture: all Size: 62700 SHA256: 73b7f7d02f980c8a33271f0d0453dd8afa25d5d348cbc1ba58e0d55ce9c7d481 SHA1: 86066149b05dac21e9be7779641b6323f59546e1 MD5sum: 3bf1f5156bd7462179ed9a89e9c64dbf 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://www.sigsum.org/ Section: golang Priority: optional Filename: pool/main/s/sigsum-go/golang-sigsum-sigsum-go-dev_0.7.2-1~bpo12+1_all.deb Package: golang-src Source: golang-defaults Version: 2:1.22~3~bpo12+1 Installed-Size: 13 Maintainer: Debian Go Compiler Team Architecture: all Depends: golang-1.22-src Size: 5112 SHA256: 3032d0c296e81c9490f360370b4fc4d5e4d39ac953de0eb3a0d1ea63e28863fc SHA1: d3678fa25aea0139e0bd0d3edd98b08b55534de9 MD5sum: 6ea22e4a9fc270a3f5704a03fd81b0b0 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.22~3~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: 18696 Maintainer: Debian Go Packaging Team Architecture: i386 Depends: libc6 (>= 2.34), libolm3 (>= 3.1.4), libsqlite3-0 (>= 3.12.0) Recommends: ffmpeg Size: 4945824 SHA256: 3638259660d92e5f746cdedbd5786d0aec408dac991ff929d7a0a15528e0e5ee SHA1: 31955d976580ea63b595e614f6fbf95237c6b686 MD5sum: d6651935bf29f8e04574f9e54133e91f 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_i386.deb Package: gpsprune Version: 24.4-1~bpo12+1 Installed-Size: 1768 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: 1637512 SHA256: e019ea713fd232cbbcd385c6613e8311e6d474ea61123a059ed86393bb818cf2 SHA1: c529d6c9d03dda0af64d80bbb9f35505c2671c55 MD5sum: 8caee2a6470d5e5e21906e5369d17bb6 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_24.4-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.68+ds-3~bpo12+1 Installed-Size: 197 Maintainer: Debian Python Team Architecture: all Suggests: python3-graph-tool Size: 187192 SHA256: faacb77895a3f6440a7ddc621aac4ad75eeef33f498e280023fa1196728837bd SHA1: 32342a6094ad3a826e624515be2eb1ed894d704a MD5sum: f18322a39b6097cbe2c1e7b73a93749b 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.68+ds-3~bpo12+1_all.deb Package: grub-common Source: grub2 Version: 2.12-1~bpo12+1 Installed-Size: 18464 Maintainer: GRUB Maintainers Architecture: i386 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, grub-emu, 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: 2975712 SHA256: dd437223a4eb01f5f881eee4f3216016c442df148036ad63241f3baeae5b2e5e SHA1: 6b01a9958070cccbb8246d7e05c4e8852bc7d36f MD5sum: 771885c78089daa493eb16258352345e 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_i386.deb Package: grub-coreboot Source: grub2 Version: 2.12-1~bpo12+1 Installed-Size: 184 Maintainer: GRUB Maintainers Architecture: i386 Replaces: grub-common (<= 1.97~beta2-1), grub-efi-amd64, grub-efi-ia32, grub-ieee1275, grub-legacy, grub-linuxbios, grub-pc, grub2 (<< 2.12-1~bpo12+1) Depends: debconf (>= 0.5) | debconf-2.0, grub-common (= 2.12-1~bpo12+1), grub2-common (= 2.12-1~bpo12+1), grub-coreboot-bin (= 2.12-1~bpo12+1), ucf Conflicts: grub (<< 0.97-54), grub-efi-amd64, grub-efi-ia32, grub-ieee1275, grub-legacy, grub-linuxbios (<< 2.12-1~bpo12+1), grub-pc, grub-xen Size: 45892 SHA256: 9f5f1dabfa474bf5688cea37118c5974584b6a440fcedf501494b10ef5d57cf5 SHA1: b0cac483a69ca65795e38b7d6c13beb5c11d6e78 MD5sum: 2a77d2ddf781b42ca55a9bec0e4201e8 Description: GRand Unified Bootloader, version 2 (Coreboot 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 platforms running the Coreboot firmware. 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-coreboot_2.12-1~bpo12+1_i386.deb Package: grub-coreboot-bin Source: grub2 Version: 2.12-1~bpo12+1 Installed-Size: 1983 Maintainer: GRUB Maintainers Architecture: i386 Replaces: grub-common (<= 1.97~beta2-1), grub-coreboot (<< 1.99-1), grub-linuxbios, grub2 (<< 2.12-1~bpo12+1) Depends: grub-common (= 2.12-1~bpo12+1) Conflicts: grub-linuxbios (<< 2.12-1~bpo12+1) Size: 647320 SHA256: cf6b7a327e7fd4dd4677c533f41f8ee1498474226190759960a04b0542e9c1d4 SHA1: 9d7f81b403ee6e7689b4dc1dae6f9935218623c0 MD5sum: 21021ca6a827bcc0cfea61abf0a11e28 Description: GRand Unified Bootloader, version 2 (Coreboot 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 platforms running the Coreboot firmware. 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-coreboot is also installed. Multi-Arch: foreign Homepage: https://www.gnu.org/software/grub/ Section: admin Priority: optional Filename: pool/main/g/grub2/grub-coreboot-bin_2.12-1~bpo12+1_i386.deb Package: grub-coreboot-dbg Source: grub2 Version: 2.12-1~bpo12+1 Installed-Size: 10557 Maintainer: GRUB Maintainers Architecture: i386 Depends: grub-common (= 2.12-1~bpo12+1), grub-coreboot-bin (= 2.12-1~bpo12+1) Size: 2952788 SHA256: cc3ce4584b36ba11e4870030c749e498c18f6695b37eadca58804ea5f995ab71 SHA1: 225ab9bdaa5621e941cde428cccfce13b6bbe5a5 MD5sum: 92013c2cc336eafe14c9c59e19969f77 Description: GRand Unified Bootloader, version 2 (Coreboot debug files) This package contains debugging files for grub-coreboot-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-coreboot-dbg_2.12-1~bpo12+1_i386.deb Package: grub-efi Source: grub2 Version: 2.12-1~bpo12+1 Installed-Size: 12 Maintainer: GRUB Maintainers Architecture: i386 Depends: grub-common (= 2.12-1~bpo12+1), grub-efi-ia32 (= 2.12-1~bpo12+1) Size: 2396 SHA256: 7fd0f9aa0ae4bb601009a29e2ca151d9d5e21706b838017fe5be2d7396be58ab SHA1: 8d2977c868253ca996afc4e9ca4633d7308a2914 MD5sum: 4c2ed52dc41a908aa7d8862c5bc23e38 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_i386.deb Package: grub-efi-amd64 Source: grub2 Version: 2.12-1~bpo12+1 Installed-Size: 184 Maintainer: GRUB Maintainers Architecture: i386 Replaces: grub, grub-common (<= 1.97~beta2-1), grub-coreboot, grub-efi-ia32, grub-ieee1275, grub-legacy, grub-pc, grub2 (<< 2.12-1~bpo12+1) Depends: debconf (>= 0.5) | debconf-2.0, grub-efi-amd64-bin (= 2.12-1~bpo12+1), grub2-common (= 2.12-1~bpo12+1), ucf Conflicts: elilo, grub, grub-coreboot, grub-efi-ia32, grub-ieee1275, grub-legacy, grub-pc, grub-xen Size: 45884 SHA256: c2c8b8f5a6dfc92686f393e101c5f794ec98baef6901d44aa06fa983f77877dd SHA1: 109d4511ee364dac6227c6153fc468233ec4020c MD5sum: fab543299ec8dc5250dc58cb9e74672c Description: GRand Unified Bootloader, version 2 (EFI-AMD64 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 the EFI-AMD64 architecture, as used by Intel Macs (unless a BIOS interface has been activated). 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-amd64_2.12-1~bpo12+1_i386.deb Package: grub-efi-amd64-bin Source: grub2 Version: 2.12-1~bpo12+1 Installed-Size: 12791 Maintainer: GRUB Maintainers Architecture: i386 Replaces: grub-common (<= 1.97~beta2-1), grub-efi-amd64 (<< 1.99-1), grub2 (<< 2.12-1~bpo12+1) Depends: grub-common (= 2.12-1~bpo12+1) Recommends: efibootmgr Breaks: grub-efi-amd64-signed (<< 1+2.12~rc1) Size: 2008884 SHA256: 38eb5ffc6f81be2a76658054540850f0e2b740961824f4e9e4057d1c1cc082e2 SHA1: 8817b0d37f5a174cd4494bfd77c7fcac5392d4b1 MD5sum: 8d50de2e4951b0c15605c49068df3a25 Description: GRand Unified Bootloader, version 2 (EFI-AMD64 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 the EFI-AMD64 architecture, as used by Intel Macs (unless a BIOS interface has been activated). 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-amd64 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-amd64-bin_2.12-1~bpo12+1_i386.deb Package: grub-efi-amd64-dbg Source: grub2 Version: 2.12-1~bpo12+1 Installed-Size: 17810 Maintainer: GRUB Maintainers Architecture: i386 Depends: grub-efi-amd64-bin (= 2.12-1~bpo12+1), grub-common (= 2.12-1~bpo12+1) Size: 3667768 SHA256: 08194d91fc03668a6d3d3bd5647494f8f2a7b618a6a7e7cb506825336cf451e6 SHA1: f12e1e060580176aa6f463f0cdc79b8a8f44d42b MD5sum: a9cadf7d19b3abfa0cbe203752c3509f Description: GRand Unified Bootloader, version 2 (EFI-AMD64 debug files) This package contains debugging files for grub-efi-amd64-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-amd64-dbg_2.12-1~bpo12+1_i386.deb Package: grub-efi-ia32 Source: grub2 Version: 2.12-1~bpo12+1 Installed-Size: 184 Maintainer: GRUB Maintainers Architecture: i386 Replaces: grub, grub-common (<= 1.97~beta2-1), grub-coreboot, grub-efi, grub-efi-amd64, grub-ieee1275, grub-legacy, grub-pc, grub2 (<< 2.12-1~bpo12+1) Depends: debconf (>= 0.5) | debconf-2.0, grub-common (= 2.12-1~bpo12+1), grub2-common (= 2.12-1~bpo12+1), grub-efi-ia32-bin (= 2.12-1~bpo12+1), ucf Conflicts: elilo, grub (<< 0.97-54), grub-coreboot, grub-efi-amd64, grub-ieee1275, grub-legacy, grub-pc, grub-xen Size: 45912 SHA256: c488c59567a3a95b0b8e3455802ea1d5c442c22ac949326c7afea48b307f2b98 SHA1: 1a35b15f5dacdcf524fd48f99433b55179ad1326 MD5sum: 4048c8ecbc5f8d1810f52ca0ae92f6d0 Description: GRand Unified Bootloader, version 2 (EFI-IA32 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 the EFI-IA32 architecture, as used by Intel Macs (unless a BIOS interface has been activated). 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-ia32_2.12-1~bpo12+1_i386.deb Package: grub-efi-ia32-bin Source: grub2 Version: 2.12-1~bpo12+1 Installed-Size: 9829 Maintainer: GRUB Maintainers Architecture: i386 Replaces: grub-common (<= 1.97~beta2-1), grub-efi, grub-efi-ia32 (<< 1.99-1), grub2 (<< 2.12-1~bpo12+1) Depends: grub-common (= 2.12-1~bpo12+1) Recommends: grub-efi-ia32-signed, efibootmgr Breaks: grub-efi-ia32-signed (<< 1+2.12~rc1) Size: 1556296 SHA256: ed2de9146d7685cf8ca676de55b3979acb213c5edc8baa473ee4f71f77ab42e8 SHA1: 53569765731b3060ed5b7b18c680e792eb5f178c MD5sum: 8474c1923a176589f7ca9bc7edda68ba Description: GRand Unified Bootloader, version 2 (EFI-IA32 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 the EFI-IA32 architecture, as used by Intel Macs (unless a BIOS interface has been activated). 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-ia32 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-ia32-bin_2.12-1~bpo12+1_i386.deb Package: grub-efi-ia32-dbg Source: grub2 Version: 2.12-1~bpo12+1 Installed-Size: 12008 Maintainer: GRUB Maintainers Architecture: i386 Depends: grub-common (= 2.12-1~bpo12+1), grub-efi-ia32-bin (= 2.12-1~bpo12+1) Size: 3303592 SHA256: 0cec0069891fb5c3e0c56856cbb56210f8a1e3f0c26e2938f7ed280fa3e3a3fc SHA1: ef565f94cb0d0f1bae7baba62c258ee935c73993 MD5sum: d09520bd0a9a2e793d70c5705801b0b8 Description: GRand Unified Bootloader, version 2 (EFI-IA32 debug files) This package contains debugging files for grub-efi-ia32-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-ia32-dbg_2.12-1~bpo12+1_i386.deb Package: grub-efi-ia32-signed Version: 1+2.12+1~bpo12+1 Installed-Size: 7680 Maintainer: GRUB Maintainers Architecture: i386 Depends: grub-common (= 2.12-1~bpo12+1) Recommends: shim-signed Size: 1332764 SHA256: f0f69341594c2d8d7601cc989e93040b17866f23bf5bd3ce617f972a6e3f116a SHA1: c15f170988a3cbe0eb96b2820f3bd50c2cd00711 MD5sum: 12c732b3f705de4f16913aa7372ed3f6 Description: GRand Unified Bootloader, version 2 (i386 UEFI signed by Debian) GRUB is a portable, powerful bootloader. This version of GRUB is based on a cleaner design than its predecessors, and provides the following new features: . - Scripting in grub.cfg using BASH-like syntax. - Support for modern partition maps such as GPT. - Modular generation of grub.cfg via update-grub. Packages providing GRUB add-ons can plug in their own script rules and trigger updates by invoking update-grub. . This package contains the binaries signed by the Debian UEFI CA to be used by shim-signed. Built-Using: grub2 (= 2.12-1~bpo12+1) Protected: yes Section: admin Priority: optional Filename: pool/main/g/grub-efi-ia32-signed/grub-efi-ia32-signed_1+2.12+1~bpo12+1_i386.deb Package: grub-efi-ia32-signed-template Source: grub2 Version: 2.12-1~bpo12+1 Installed-Size: 347 Maintainer: GRUB Maintainers Architecture: i386 Size: 316028 SHA256: 81224904afe64cb4a66d59c4d380ed68e8d1e2df6fed87aca0235e0148f45957 SHA1: 071be72507a7ec156786d4cd12b18eafe464af7a MD5sum: 057be0fb750c4d34eff723cd872f21c0 Description: GRand Unified Bootloader, version 2 (EFI-IA32 signing template) This package contains template files for grub-efi-ia32-signed. This is only needed for Secure Boot signing. Homepage: https://www.gnu.org/software/grub/ Section: admin Priority: optional Filename: pool/main/g/grub2/grub-efi-ia32-signed-template_2.12-1~bpo12+1_i386.deb Package: grub-emu Source: grub2 Version: 2.12-1~bpo12+1 Installed-Size: 10394 Maintainer: GRUB Maintainers Architecture: i386 Replaces: grub-common (<= 1.97~beta3-1) Depends: libc6 (>= 2.34), libdevmapper1.02.1 (>= 2:1.02.36), libgcc-s1 (>= 4.2), libsdl2-2.0-0 (>= 2.0.12), grub-common (= 2.12-1~bpo12+1) Size: 2795388 SHA256: 56d16108ad5332df47d2a295b1c539166eeed25bcb534ed8344539685d301dc1 SHA1: 543108e5aea5ae7581bd40b51bed185dbd2d7e7d MD5sum: 7d31908fb52f09031372d0b863d362cd Description: GRand Unified Bootloader, version 2 (emulated version) This package contains grub-emu, an emulated version of GRUB. It is only provided for debugging purposes. Multi-Arch: foreign Homepage: https://www.gnu.org/software/grub/ Section: admin Priority: optional Filename: pool/main/g/grub2/grub-emu_2.12-1~bpo12+1_i386.deb Package: grub-emu-dbg Source: grub2 Version: 2.12-1~bpo12+1 Installed-Size: 9134 Maintainer: GRUB Maintainers Architecture: i386 Depends: grub-common (= 2.12-1~bpo12+1), grub-emu (= 2.12-1~bpo12+1) Size: 2605740 SHA256: dbc35184d91d20dc2e033bf33c0dbdedb8aa0a6ef8f278e08fd0d87dbaeed5dd SHA1: fc6c490e65a76780f037b87ae601f76c65c80966 MD5sum: 7a1df305bc2f339a6a4a6dbf342d3139 Description: GRand Unified Bootloader, version 2 (emulated debug files) This package contains debugging files for grub-emu. 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-emu-dbg_2.12-1~bpo12+1_i386.deb Package: grub-firmware-qemu Source: grub2 Version: 2.12-1~bpo12+1 Installed-Size: 2142 Maintainer: GRUB Maintainers Architecture: i386 Recommends: qemu-system-x86 Enhances: qemu-system-x86 Size: 924660 SHA256: 9b52e5f0f41df902d4f9b5fa9147c98ebebd3b14551c3898a14b9ea8c8509e54 SHA1: 18f56007bc44e87d09de737c226cd65c7ffa73de MD5sum: 5792cc129370196d2f5cb3617b2a8af5 Description: GRUB firmware image for QEMU This package contains a binary of GRUB that has been built for use as firmware for QEMU. It can be used as a replacement for other PC BIOS images provided by seabios, bochsbios, and so on. . In order to make QEMU use this firmware, simply add `-bios grub.bin' when invoking it. . This package behaves in the same way as GRUB for coreboot, but doesn't contain any code from coreboot itself, and is only suitable for QEMU. If you want to install GRUB as firmware on real hardware, you need to use the grub-coreboot package, and manually combine that with coreboot. Multi-Arch: foreign Homepage: https://www.gnu.org/software/grub/ Section: admin Priority: optional Filename: pool/main/g/grub2/grub-firmware-qemu_2.12-1~bpo12+1_i386.deb Package: grub-ieee1275 Source: grub2 Version: 2.12-1~bpo12+1 Installed-Size: 184 Maintainer: GRUB Maintainers Architecture: i386 Replaces: grub-common (<= 1.97~beta2-1), grub-coreboot, grub-efi-amd64, grub-efi-ia32, grub-legacy, grub-pc, grub2 (<< 2.12-1~bpo12+1) Depends: debconf (>= 0.5) | debconf-2.0, grub-common (= 2.12-1~bpo12+1), grub2-common (= 2.12-1~bpo12+1), grub-ieee1275-bin (= 2.12-1~bpo12+1), ucf Conflicts: grub (<< 0.97-54), grub-coreboot, grub-efi-amd64, grub-efi-ia32, grub-legacy, grub-pc, grub-xen Size: 45892 SHA256: 039b336d8d7afaf2e3aad1e53f0816b314cb351e3380bcc0ad2c5372f106c908 SHA1: 03b1ffcf81ff23ceda9cb457ab72d10545e52a0b MD5sum: 418be7330c3b8589c456b0769ba036f6 Description: GRand Unified Bootloader, version 2 (Open Firmware 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 Open Firmware implementations. 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-ieee1275_2.12-1~bpo12+1_i386.deb Package: grub-ieee1275-bin Source: grub2 Version: 2.12-1~bpo12+1 Installed-Size: 1951 Maintainer: GRUB Maintainers Architecture: i386 Replaces: grub-common (<= 1.97~beta2-1), grub-ieee1275 (<< 1.99-1), grub2 (<< 2.12-1~bpo12+1) Depends: grub-common (= 2.12-1~bpo12+1) Size: 633992 SHA256: 5107d7a31d8683195be2bd0009ff76b83fc2bbf620f36516eddcc3583792198b SHA1: 1e8b3985fa7abfddebe2f95eda7da28256d6d5bc MD5sum: fc2a1a715f6e67a29ea29ed80d08b016 Description: GRand Unified Bootloader, version 2 (Open Firmware 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 Open Firmware implementations. 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-ieee1275 is also installed. Multi-Arch: foreign Homepage: https://www.gnu.org/software/grub/ Section: admin Priority: optional Filename: pool/main/g/grub2/grub-ieee1275-bin_2.12-1~bpo12+1_i386.deb Package: grub-ieee1275-dbg Source: grub2 Version: 2.12-1~bpo12+1 Installed-Size: 10476 Maintainer: GRUB Maintainers Architecture: i386 Depends: grub-common (= 2.12-1~bpo12+1), grub-ieee1275-bin (= 2.12-1~bpo12+1) Size: 2915980 SHA256: 0891f4d5f0bfb0c9eba74845516c4a595324c971038f88988ce9737868b8edd9 SHA1: ea4296d723a696bd729b786ac12704a99b57a8b7 MD5sum: 155d0c8080730e40a89b8480fbbfa3a0 Description: GRand Unified Bootloader, version 2 (Open Firmware debug files) This package contains debugging files for grub-ieee1275-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-ieee1275-dbg_2.12-1~bpo12+1_i386.deb Package: grub-linuxbios Source: grub2 Version: 2.12-1~bpo12+1 Installed-Size: 12 Maintainer: GRUB Maintainers Architecture: i386 Depends: grub-coreboot (= 2.12-1~bpo12+1), grub-common (= 2.12-1~bpo12+1) Size: 2368 SHA256: 66d61207900bdc11e18dd148bae3b6984fdd16e364a4647a5392649cc622ac94 SHA1: 6597be90600183b87acc7dda60da0614245f2589 MD5sum: 7adfe249938a8d097c74cff009d974e1 Description: GRand Unified Bootloader, version 2 (dummy package) This is a dummy transitional package that depends on grub-coreboot. Multi-Arch: foreign Homepage: https://www.gnu.org/software/grub/ Section: oldlibs Priority: optional Filename: pool/main/g/grub2/grub-linuxbios_2.12-1~bpo12+1_i386.deb Package: grub-pc Source: grub2 Version: 2.12-1~bpo12+1 Installed-Size: 557 Maintainer: GRUB Maintainers Architecture: i386 Replaces: grub, grub-common (<= 1.97~beta2-1), grub-coreboot, grub-efi-amd64, grub-efi-ia32, grub-ieee1275, grub-legacy, grub2 (<< 2.12-1~bpo12+1) Depends: debconf (>= 0.5) | debconf-2.0, grub-common (= 2.12-1~bpo12+1), grub2-common (= 2.12-1~bpo12+1), grub-pc-bin (= 2.12-1~bpo12+1), ucf Conflicts: grub (<< 0.97-54), grub-coreboot, grub-efi-amd64, grub-efi-ia32, grub-ieee1275, grub-legacy, grub-xen Size: 136704 SHA256: 8427c57a4c53b3af693bca35f8ac0dcf444aef0fe0f601613a19dea2645c947e SHA1: d4333c79a59fddd9177a667aa30e5be1498c4531 MD5sum: afaeb170aced31d7800ff732717fade5 Description: GRand Unified Bootloader, version 2 (PC/BIOS 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. - VESA-based graphical mode with background image support and complete 24-bit color set. - Support for extended charsets. Users can write UTF-8 text to their menu entries. . This is a dependency package for a version of GRUB that has been built for use with the traditional PC/BIOS architecture. 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-pc_2.12-1~bpo12+1_i386.deb Package: grub-pc-bin Source: grub2 Version: 2.12-1~bpo12+1 Installed-Size: 3261 Maintainer: GRUB Maintainers Architecture: i386 Replaces: grub-common (<= 1.97~beta2-1), grub-pc (<< 1.99-1), grub2 (<< 2.12-1~bpo12+1) Depends: libc6 (>= 2.34), libdevmapper1.02.1 (>= 2:1.02.36), grub-common (= 2.12-1~bpo12+1) Suggests: desktop-base (>= 4.0.6) Size: 1044316 SHA256: 25bdc1e493f4d152299a975e0dcf062e11fe3b333d0305ea22127260e09fd8f7 SHA1: 252acd89799edf8fa60c62353ce535daf3d73435 MD5sum: 95357b1ef1223362bbc99366142b87fc Description: GRand Unified Bootloader, version 2 (PC/BIOS 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. - VESA-based graphical mode with background image support and complete 24-bit color set. - Support for extended charsets. Users can write UTF-8 text to their menu entries. . This package contains GRUB modules that have been built for use with the traditional PC/BIOS architecture. 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-pc is also installed. Multi-Arch: foreign Homepage: https://www.gnu.org/software/grub/ Section: admin Priority: optional Filename: pool/main/g/grub2/grub-pc-bin_2.12-1~bpo12+1_i386.deb Package: grub-pc-dbg Source: grub2 Version: 2.12-1~bpo12+1 Installed-Size: 11454 Maintainer: GRUB Maintainers Architecture: i386 Depends: grub-common (= 2.12-1~bpo12+1), grub-pc-bin (= 2.12-1~bpo12+1) Size: 3178036 SHA256: cadff326430834767a74c95713fbd91cff01e8c5d8d9abd234f4da631cea5287 SHA1: b4a812630f39daef639b638006d007834ce4b42e MD5sum: a7b7f78829c2256d4d2bb2b4b7613fd9 Description: GRand Unified Bootloader, version 2 (PC/BIOS debug files) This package contains debugging files for grub-pc-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-pc-dbg_2.12-1~bpo12+1_i386.deb Package: grub-rescue-pc Source: grub2 Version: 2.12-1~bpo12+1 Installed-Size: 6617 Maintainer: GRUB Maintainers Architecture: i386 Size: 2647456 SHA256: aa7477f93bcbd38827dcc2644d3975516eb939d39ee841df7d3f2c488e3132bd SHA1: 83191a4312bb52a2718fd2bdbde1a0b840f6da7f MD5sum: 08d85af9aa81f8b2d0e6237431f619b2 Description: GRUB bootable rescue images, version 2 (PC/BIOS version) This package contains three GRUB rescue images that have been built for use with the traditional PC/BIOS architecture: . - grub-rescue-floppy.img: floppy image. - grub-rescue-cdrom.iso: El Torito CDROM image. - grub-rescue-usb.img: USB image. Multi-Arch: foreign Homepage: https://www.gnu.org/software/grub/ Section: admin Priority: optional Filename: pool/main/g/grub2/grub-rescue-pc_2.12-1~bpo12+1_i386.deb Package: grub-theme-starfield Source: grub2 Version: 2.12-1~bpo12+1 Installed-Size: 2782 Maintainer: GRUB Maintainers Architecture: i386 Depends: grub-common (= 2.12-1~bpo12+1) Size: 2155704 SHA256: eb799e5c0937fdfa235a233f85158e6914e2d0f057186d835f06c05c26c2d8e4 SHA1: 3efb866d7d80a6d78c559bdb167f87436328cb21 MD5sum: 9e976c31291438a367c993a27ca0e80a 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_i386.deb Package: grub-xen Source: grub2 Version: 2.12-1~bpo12+1 Installed-Size: 184 Maintainer: GRUB Maintainers Architecture: i386 Depends: debconf (>= 0.5) | debconf-2.0, grub-common (= 2.12-1~bpo12+1), grub2-common (= 2.12-1~bpo12+1), grub-xen-bin (= 2.12-1~bpo12+1), ucf Conflicts: grub (<< 0.97-54), grub-coreboot, grub-efi-amd64, grub-efi-ia32, grub-ieee1275, grub-legacy, grub-pc Size: 45808 SHA256: e870f1b5ecfbe7a17142b872b50f58d33554786c8a8982b03959fd61b1177d37 SHA1: 7d24c9b98e13ac1ab46fb97e946fbc09beed885b MD5sum: feb3dc7e58cf25b68933fd605b5b449e Description: GRand Unified Bootloader, version 2 (Xen 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 the Xen hypervisor (i.e. PV-GRUB). 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-xen_2.12-1~bpo12+1_i386.deb Package: grub-xen-bin Source: grub2 Version: 2.12-1~bpo12+1 Installed-Size: 5543 Maintainer: GRUB Maintainers Architecture: i386 Depends: grub-common (= 2.12-1~bpo12+1) Size: 1038728 SHA256: cbd33c507f6f9d4ca6658067ddd4f462842e2c59cb75629726573bb30524b45d SHA1: 30c2fd011b6105f992a062b8f6dabf0a68c72784 MD5sum: 74e033d590a2e21e3ce38dc5170b6f3c Description: GRand Unified Bootloader, version 2 (Xen 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 the Xen hypervisor (i.e. PV-GRUB). 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-xen is also installed. Multi-Arch: foreign Homepage: https://www.gnu.org/software/grub/ Section: admin Priority: optional Filename: pool/main/g/grub2/grub-xen-bin_2.12-1~bpo12+1_i386.deb Package: grub-xen-dbg Source: grub2 Version: 2.12-1~bpo12+1 Installed-Size: 29944 Maintainer: GRUB Maintainers Architecture: i386 Depends: grub-common (= 2.12-1~bpo12+1), grub-xen-bin (= 2.12-1~bpo12+1) Size: 7498740 SHA256: 652b861ff9b2aed6a17200418667cff4aee6e949225314cd627b904ba657148b SHA1: e52ce15b380f0f930b7dcf37ace7b263159362dd MD5sum: cd304305eb288721927d7e545e17d091 Description: GRand Unified Bootloader, version 2 (Xen debug files) This package contains debugging files for grub-xen-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-xen-dbg_2.12-1~bpo12+1_i386.deb Package: grub-xen-host Source: grub2 Version: 2.12-1~bpo12+1 Installed-Size: 5544 Maintainer: GRUB Maintainers Architecture: i386 Depends: grub-xen-bin (= 2.12-1~bpo12+1) Size: 1333584 SHA256: d9703cc7e0e660b7939ea2159803e7acaae0e2a5ef31f688f0945278d1838b90 SHA1: ade1479118462c5552905f0728fc33771376a3ee MD5sum: 30e6eaf6383f9b6e409e7b5a19a95da9 Description: GRand Unified Bootloader, version 2 (Xen host 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 package arranges for GRUB binary images which can be used to boot a Xen guest (i.e. PV-GRUB) to be present in the control domain filesystem. Multi-Arch: foreign Homepage: https://www.gnu.org/software/grub/ Section: admin Priority: optional Filename: pool/main/g/grub2/grub-xen-host_2.12-1~bpo12+1_i386.deb Package: grub2 Version: 2.12-1~bpo12+1 Installed-Size: 12 Maintainer: GRUB Maintainers Architecture: i386 Depends: grub-pc (= 2.12-1~bpo12+1), grub-common (= 2.12-1~bpo12+1) Size: 2368 SHA256: ed63eafb79ebbbeb3d430dfe14044c83badb8464c27c07571a729e8c9775ffa1 SHA1: 04663aba65d954e8f94ccc81c8e69265209984a0 MD5sum: d924ba2ffe7f36bd59d9d093c52b2e37 Description: GRand Unified Bootloader, version 2 (dummy package) This is a dummy transitional package to handle GRUB 2 upgrades. It can be safely removed. Multi-Arch: foreign Homepage: https://www.gnu.org/software/grub/ Section: oldlibs Priority: optional Filename: pool/main/g/grub2/grub2_2.12-1~bpo12+1_i386.deb Package: grub2-common Source: grub2 Version: 2.12-1~bpo12+1 Installed-Size: 1512 Maintainer: GRUB Maintainers Architecture: i386 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: 676156 SHA256: 9b00d44728832a0207901bbbce82a8b22057a4963ef1959696097cd36d69ca71 SHA1: e40b5a9410d6294c71accc47552acc3e5f78abc8 MD5sum: 02ecc0dd255eaebf47d02ef81266464b 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_i386.deb Package: gstreamer1.0-libcamera Source: libcamera Version: 0.3.2-1~bpo12+1 Installed-Size: 168 Maintainer: Debian Multimedia Maintainers Architecture: i386 Replaces: libcamera0 (<< 0.0.3-1~) Depends: libc6 (>= 2.32), libcamera0.3 (>= 0.3.2), libgcc-s1 (>= 4.2), 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: 50664 SHA256: 66702a45be800b41ae144a0eb4a4bd52a566cad29c9ec9e1b6632b8034b71817 SHA1: a2183117cb162c2db4fdb63a7d57b765b632efee MD5sum: 03228ec1ca9c87e6e7c843ad4c4c2e76 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_i386.deb Package: gstreamer1.0-pipewire Source: pipewire Version: 1.2.4-1~bpo12+1 Installed-Size: 239 Maintainer: Utopia Maintenance Team Architecture: i386 Depends: pipewire (= 1.2.4-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.4-1~bpo12+1) Size: 77460 SHA256: 21bf2c80774d816639e6932d699b61a48ef0675b2f7945748190ccb8d2640e4c SHA1: 90b298e4763d6cab365e4f85b35da120fdbc71f2 MD5sum: 1ec4341b95b366aa25789fd362e2ea6f 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.4-1~bpo12+1_i386.deb Package: gthumb Version: 3:3.12.6-1~bpo12+1 Installed-Size: 5110 Maintainer: Debian QA Group Architecture: i386 Replaces: gthumb-data (<< 3:3.4.4.1-4~) Provides: gthumb2 Depends: gsettings-desktop-schemas, gthumb-data (= 3:3.12.6-1~bpo12+1), libgl1-mesa-dri, libbrasero-media3-1 (>= 3.0.0), libc6 (>= 2.34), libcairo2 (>= 1.10.0), libcolord2 (>= 0.1.10), libexiv2-27 (>= 0.27.2), libgcc-s1 (>= 3.0), libgdk-pixbuf-2.0-0 (>= 2.27.1), libglib2.0-0 (>= 2.55.1), libgstreamer-plugins-base1.0-0 (>= 1.0.0), libgstreamer1.0-0 (>= 1.4.0), libgtk-3-0 (>= 3.21.5), libheif1 (>= 1.11~), libjpeg62-turbo (>= 1.3.1), libjxl0.7 (>= 0.6.1), liblcms2-2 (>= 2.2+git20110628), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libpng16-16 (>= 1.6.2-1), libraw20 (>= 0.16.0), librsvg2-2 (>= 2.32.0), libstdc++6 (>= 5.2), libtiff6 (>= 4.0.3), libwebp7 (>= 1.2.4), libx11-6, zlib1g (>= 1:1.1.4) Conflicts: gthumb2 Breaks: gthumb-data (<< 3:3.4.4.1-4~) Size: 1140160 SHA256: 542b44f43e6014f47a0adfaa2b393c0b19052a4887d45dff508c66822aa79579 SHA1: c3285b144bcf35bb5e8f52d1c1c096e99f85332b MD5sum: 4fe52c5cfb61078edf936e1d817e87f7 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.6-1~bpo12+1_i386.deb Package: gthumb-data Source: gthumb Version: 3:3.12.6-1~bpo12+1 Installed-Size: 8143 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: 1703308 SHA256: 5c5884683d2cfcbee348000c2d9c7c4d26118fb3ee81d4dfa5dd3cb91723e691 SHA1: 0629a6407a464d3a3df8236304e9171e6fae48e4 MD5sum: d301c97a4a10630b693045b32716360a 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.6-1~bpo12+1_all.deb Package: gthumb-dev Source: gthumb Version: 3:3.12.6-1~bpo12+1 Installed-Size: 564 Maintainer: Debian QA Group Architecture: i386 Depends: gthumb (= 3:3.12.6-1~bpo12+1) Size: 72012 SHA256: e508b289bdf0a6925f7f5cc7f74aa0ef0e583776fb8810f7762e9066e9602a63 SHA1: 02ae0e0ec307334ca7a962e44c0ec12f0e9faa8c MD5sum: 9fad78e99ef932967b44f85e4f7643c7 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.6-1~bpo12+1_i386.deb Package: guvcview Version: 2.1.0-0.2~bpo12+1 Installed-Size: 607 Maintainer: Nobuhiro Iwamatsu Architecture: i386 Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.2), libglib2.0-0 (>= 2.12.0), libgtk-3-0 (>= 3.21.4), libguvcview-2.2 (>= 2.1.0) Recommends: uvcdynctrl Size: 129112 SHA256: 58b5ccf61054c80cecc9fa1aa6903f7fc0c4cc57d57379ca489aa4ed29a50fc7 SHA1: 53872b7d7a7dc765e7c24829072bbed688ce1729 MD5sum: 824216b12648c8aae50d78086dce6560 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_i386.deb Package: gwenhywfar-tools Source: libgwenhywfar Version: 5.11.2beta-1~bpo12+1 Installed-Size: 904 Maintainer: Micha Lenk Architecture: i386 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: 221008 SHA256: b2081c93ee832cfee0e4ed729cf5503af5e66ea39428de810b3eb084c938cb30 SHA1: 8f506582ec7fcf229729a58db003540a79d06415 MD5sum: cec55394a8e2ba4d619d68f39196d4f3 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.11.2beta-1~bpo12+1_i386.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: 217 Maintainer: Debian Astronomy Maintainers Architecture: i386 Replaces: gyoto (<< 1.1.0~) Depends: libboost-mpi1.74.0 (>= 1.74.0+ds1), libc6 (>= 2.34), libcfitsio10 (>= 4.2.0~), libgcc-s1 (>= 3.0), libgyoto9 (>= 2.0.2), libopenmpi3 (>= 4.1.4), libstdc++6 (>= 5.2), libxerces-c3.2 Recommends: mpi-default-bin, python3-gyoto, python3-opencv Breaks: gyoto (<< 1.1.0~) Size: 148372 SHA256: 157884fb86f1aff672640a4ebc11dac1bef07aadeaa7b2876130b04f82782423 SHA1: a70449a94dfff1f6a772c96cd70c0b851ed6a956 MD5sum: 988a51bc479991426e505ba535eca0e9 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_i386.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.1.17-1~bpo12+1 Installed-Size: 33 Maintainer: Boyuan Yang Architecture: all Depends: hardinfo2 Size: 9116 SHA256: ef12bfb8cae07c097d0583938b03e8e7d8a58e9d019fdb747c8d0adde74628e2 SHA1: 2011ce4b1491bdb03642b5c094db0ba46860a193 MD5sum: 46780fdf65b9cfb348a36a332540f6af 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.1.17-1~bpo12+1_all.deb Package: hardinfo2 Source: hardinfo Version: 2.1.17-1~bpo12+1 Installed-Size: 9667 Maintainer: Boyuan Yang Architecture: i386 Replaces: hardinfo (<< 2.1.17-1~bpo12+1~) Provides: hardinfo Depends: libc6 (>= 2.34), libcairo2 (>= 1.2.4), libgcc-s1 (>= 3.0), libgdk-pixbuf-2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.51.0), libgtk-3-0 (>= 3.11.5), libjson-glib-1.0-0 (>= 1.5.2), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libqt5core5a (>= 5.15.1), 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, lsscsi, mesa-utils, sysbench, udisks2, vulkan-tools, x11-xserver-utils, xdg-utils Suggests: pciutils Breaks: hardinfo (<< 2.1.17-1~bpo12+1~) Size: 3193340 SHA256: 63a3cb57a934d4a06c98a4501f03798ca2faf1522a285b6b777110f958e84491 SHA1: b3cf9501738b615255b7a6a7c3502a0622d3d05d MD5sum: 909237f9b6dc9b8788bc708705a26c4b 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.1.17-1~bpo12+1_i386.deb Package: haruna Version: 0.12.3-1~bpo12+1 Installed-Size: 1803 Maintainer: Debian Multimedia Maintainers Architecture: i386 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 (>= 4.2), 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: 383248 SHA256: bb636b167c509b1db3456711615cbe4ff3914c12ca32248ba85a5843e1629cbe SHA1: 8c6143d72aea2d39ca9f892cd670dc52d5429450 MD5sum: d5d94125ce69af4c15812c27fdcd79c4 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_i386.deb Package: highlight Version: 4.7-1~bpo12+1 Installed-Size: 1435 Maintainer: Debian QA Group Architecture: i386 Depends: libc6 (>= 2.34), libgcc-s1 (>= 7), liblua5.4-0 (>= 5.4.4), libstdc++6 (>= 11), highlight-common (= 4.7-1~bpo12+1) Size: 511704 SHA256: 801e553d3d677a1a7859926ddd31875cc9e2ae022207252c32cb8fcd76258212 SHA1: abbcd763809cba6045911be5678af45c1b0ac26c MD5sum: 06fba522cac680e09b4b9e719dad6283 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_i386.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: 1917 Maintainer: Debian Go Packaging Team Architecture: i386 Size: 727484 SHA256: 9a97d2814b6c1617b980d84312d31e9b740b8c4a781e5414c2678161415376f6 SHA1: 6c10037d4983ef6798f69990edc708ae83da4f2c MD5sum: ea19f420fca462ae8736be511abc3423 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_i386.deb Package: hprof-conv Source: android-platform-tools Version: 34.0.5-2~bpo12+1 Installed-Size: 69 Maintainer: Android Tools Maintainers Architecture: i386 Depends: libc6 (>= 2.34) Size: 24468 SHA256: 7275dc29dade505740bb2b21c34f8907bdb4bb2e3e66eb714071f419dc5fce16 SHA1: 24d80e4f0fb35e2daf456983c135cee02503a37a MD5sum: 616fce379072873fba48559b05b12da3 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-2~bpo12+1_i386.deb Package: hwloc Version: 2.11.2-1~bpo12+1 Installed-Size: 808 Maintainer: Samuel Thibault Architecture: i386 Depends: libc6 (>= 2.34), libcairo2 (>= 1.2.4), libhwloc15 (>= 2.11.2), libtinfo6 (>= 6), libx11-6 Size: 244576 SHA256: 38da89669074f35d2a758284cc38bb2e41aa80590d094def6406129c595f2cc3 SHA1: dbf279d7f2583b677d1416cf9e229c6ba14dca8b MD5sum: 96766c0e7d13680631af59c9bcb13f51 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.11.2-1~bpo12+1_i386.deb Package: hwloc-nox Source: hwloc Version: 2.11.2-1~bpo12+1 Installed-Size: 652 Maintainer: Samuel Thibault Architecture: i386 Depends: libc6 (>= 2.34), libhwloc15 (>= 2.11.2), libtinfo6 (>= 6) Conflicts: hwloc Size: 228088 SHA256: 62950e25ee6af942c617652d17a6c2eb07ad4b505ee2b96aade73af71a4cc679 SHA1: 91c31db12460f15e9c67ef1a67c57f9fc5418a47 MD5sum: f8e8cc88326da3d44c2199ca54879af5 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.11.2-1~bpo12+1_i386.deb Package: hyperv-daemons Source: linux Version: 6.6.13-1~bpo12+1 Installed-Size: 841 Maintainer: Debian Kernel Team Architecture: i386 Depends: libc6 (>= 2.34) Pre-Depends: init-system-helpers (>= 1.54~) Size: 764860 SHA256: 660aec9e4dcb6725676e58935dcf0dc00a48d715e964dc201d83bb0c947219fa SHA1: daaac25bbc23086dcd82114ff1628f2b3ec404ad MD5sum: ce819df8b8f56f254e0bb1f452d97b37 Description: Support daemons for Linux running on Hyper-V Suite of daemons for Linux guests running on Hyper-V, consisting of hv_fcopy_daemon, hv_kvp_daemon and hv_vss_daemon. . hv_fcopy_daemon provides the file copy service, allowing the host to copy files into the guest. . hv_kvp_daemon provides the key-value pair (KVP) service, allowing the host to get and set the IP networking configuration of the guest. (This requires helper scripts which are not currently included.) . hv_vss_daemon provides the volume shadow copy service (VSS), allowing the host to freeze the guest filesystems while taking a snapshot. Homepage: https://www.kernel.org/ Section: admin Priority: optional Filename: pool/main/l/linux/hyperv-daemons_6.6.13-1~bpo12+1_i386.deb Package: ibus Version: 1.5.29~rc1-1~bpo12+1 Installed-Size: 1817 Maintainer: Debian Input Method Team Architecture: i386 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.29~rc1-1~bpo12+1), gir1.2-gtk-3.0 (>= 3.8.5), gir1.2-ibus-1.0 (= 1.5.29~rc1-1~bpo12+1), python3-gi, python3-ibus-1.0 (= 1.5.29~rc1-1~bpo12+1) Recommends: ibus-gtk, ibus-gtk3, ibus-gtk4, im-config Suggests: ibus-clutter, ibus-doc Size: 617756 SHA256: 305d6889a1b4c54a4a77dd8bb8542673e069138ba79706ef5f0397c9245ffc08 SHA1: abb5668db0703c0a37cb5a24c2b173ca41e9b641 MD5sum: 1986072d624111dd275a7695a9c3fba3 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.29~rc1-1~bpo12+1_i386.deb Package: ibus-data Source: ibus Version: 1.5.29~rc1-1~bpo12+1 Installed-Size: 109196 Maintainer: Debian Input Method Team Architecture: all Depends: dconf-gsettings-backend | gsettings-backend, librsvg2-common Suggests: ibus Size: 10563940 SHA256: 93c8e2185d122e001fc715e4b5c8a02cd8d0ca8b254aadeeb856f8d07a955491 SHA1: 997807ce62c8d0354d694ff54b8d91cd74c1b7c5 MD5sum: 6b6ab4666300ca9ef04e18bd267464c4 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.29~rc1-1~bpo12+1_all.deb Package: ibus-doc Source: ibus Version: 1.5.29~rc1-1~bpo12+1 Installed-Size: 4857 Maintainer: Debian Input Method Team Architecture: all Size: 495456 SHA256: 54b7e293bf2acfdde44d6ef88057b787f0cead6587165b7c70cc6e3795124f63 SHA1: facc59d7c43776b4983faf21d3c4775e84ad93f4 MD5sum: 6814770eb7e4b3dcdb72a67a1b7b8e73 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.29~rc1-1~bpo12+1_all.deb Package: ibus-gtk Source: ibus Version: 1.5.29~rc1-1~bpo12+1 Installed-Size: 337 Maintainer: Debian Input Method Team Architecture: i386 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: 295276 SHA256: c2ccc0d5153d0149d0014295ba74ed03aabe7ece9db31756be4a78714856c670 SHA1: 8de33b8775d0a01bcb3f358826b665ed2de1101b MD5sum: 849e97e096cbd319e53d12714c66e247 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.29~rc1-1~bpo12+1_i386.deb Package: ibus-gtk3 Source: ibus Version: 1.5.29~rc1-1~bpo12+1 Installed-Size: 341 Maintainer: Debian Input Method Team Architecture: i386 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: 295872 SHA256: 2f4a8cbdbf2b9f04002d6b3207e1219d5e9ac21c2fde906ccca61e80d1242044 SHA1: 7087b8f7845534720adb138ff0479bf6449701f3 MD5sum: 4caf4f728953741638d285f74a042667 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.29~rc1-1~bpo12+1_i386.deb Package: ibus-gtk4 Source: ibus Version: 1.5.29~rc1-1~bpo12+1 Installed-Size: 341 Maintainer: Debian Input Method Team Architecture: i386 Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.31.8), 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: 295256 SHA256: b7d3ed4eb6d54f84567970abf000a4dfaaa1be96e4773ed66b96b275e8170fce SHA1: 399d2e3254bdfe03fb6b4662d916c66737f25625 MD5sum: 3a71a8fbe39aacd73d51444c65cf2d44 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.29~rc1-1~bpo12+1_i386.deb Package: ibus-tests Source: ibus Version: 1.5.29~rc1-1~bpo12+1 Installed-Size: 571 Maintainer: Debian Input Method Team Architecture: i386 Depends: libc6 (>= 2.34), libdbus-1-3 (>= 1.9.14), libglib2.0-0 (>= 2.57.2), libgtk-3-0 (>= 3.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.29~rc1-1~bpo12+1), locales-all, xvfb Size: 319012 SHA256: bc94acc4612444e8c7bb49884bf0ab40689467480f33b853d46ab6407dd15c34 SHA1: 34c72f65d912c449ba2e77ed192b16326b7a9c15 MD5sum: 36a4025e1d337d8efe4270bb572bcb79 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.29~rc1-1~bpo12+1_i386.deb Package: ibus-wayland Source: ibus Version: 1.5.29~rc1-1~bpo12+1 Installed-Size: 336 Maintainer: Debian Input Method Team Architecture: i386 Depends: libc6 (>= 2.34), libglib2.0-0 (>= 2.37.3), libibus-1.0-5 (>= 1.5.28), libwayland-client0 (>= 1.20.0), libxkbcommon0 (>= 0.5.0) Size: 295404 SHA256: 2f1e6d1969eafb4d9c9d4ec008d9233b68d909b857d8d8c39fd0c2b35c3a8462 SHA1: 19c51d38a6bce951d8584d7dc925530e2c58e35b MD5sum: cc9b003a3c9990b2bda4176bba2ccc35 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.29~rc1-1~bpo12+1_i386.deb Package: igtf-policy-classic Source: igtf-policy-bundle Version: 1.128-1~bpo12+1 Installed-Size: 962 Maintainer: Dennis van Dok Architecture: all Depends: debconf (>= 0.5) | debconf-2.0 Recommends: openssl Suggests: fetch-crl Size: 146140 SHA256: 39881b6b94b711786d9983e82c25368bc05b8b8c8a6368cd589c926a55303d9f SHA1: 9ef59d85c397919475bab5539456923e51b04054 MD5sum: 4a269d8032f19b5c7d5c4ccb140125b3 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.128-1~bpo12+1_all.deb Package: igtf-policy-experimental Source: igtf-policy-bundle Version: 1.128-1~bpo12+1 Installed-Size: 100 Maintainer: Dennis van Dok Architecture: all Recommends: openssl Size: 39340 SHA256: 141763d6fb6b1676b66c204ee4741180ff7a2e69b973852f07cb63a8adc67c15 SHA1: b683c020302896c833220a125d059bbb9f2c0260 MD5sum: 9592bd21a44e27b5d1dbf9e55131468b 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.128-1~bpo12+1_all.deb Package: igtf-policy-iota Source: igtf-policy-bundle Version: 1.128-1~bpo12+1 Installed-Size: 129 Maintainer: Dennis van Dok Architecture: all Depends: debconf (>= 0.5) | debconf-2.0 Recommends: openssl Suggests: fetch-crl Size: 46544 SHA256: c2f2c8df17d3f82c73d0c17874ff262ba807861de22da66cdcf61658333deb6d SHA1: 7a08e00124d85cc3fc6048c55c866d6128211790 MD5sum: 8fd624d17706ea365b4a0abd9e23a428 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.128-1~bpo12+1_all.deb Package: igtf-policy-mics Source: igtf-policy-bundle Version: 1.128-1~bpo12+1 Installed-Size: 192 Maintainer: Dennis van Dok Architecture: all Depends: debconf (>= 0.5) | debconf-2.0 Recommends: openssl Suggests: fetch-crl Size: 53944 SHA256: 16a3e5a41960db48e172734f125c93a54655d077d55bb47f7e2e0189ed5a4cea SHA1: 716db0250254047670d86d1af5643b4c1db90035 MD5sum: 42536eccf3a793be47238809c912dc82 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.128-1~bpo12+1_all.deb Package: igtf-policy-slcs Source: igtf-policy-bundle Version: 1.128-1~bpo12+1 Installed-Size: 105 Maintainer: Dennis van Dok Architecture: all Depends: debconf (>= 0.5) | debconf-2.0 Recommends: openssl Suggests: fetch-crl Size: 42792 SHA256: cdb5350f2252858818b3e5ea0f7986e32cc16845d8754889ec8c4c615e279239 SHA1: e215c7a7e275bdac8596ca37f3856af1df2e0793 MD5sum: d7565e1ada3f58bec40fbb47e6f5856c 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.128-1~bpo12+1_all.deb Package: igtf-policy-unaccredited Source: igtf-policy-bundle Version: 1.128-1~bpo12+1 Installed-Size: 115 Maintainer: Dennis van Dok Architecture: all Recommends: openssl Size: 40792 SHA256: 482877e13710672b162525d13795a30eabaad7db5a1af9f6f67eea08430cf15d SHA1: 30012facbf1bfb836a95c3aafc15e3e3d33c86dc MD5sum: 4d338aa5608e8ca41da2586b9cf4f65e 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.128-1~bpo12+1_all.deb Package: incus Version: 6.0.2-1~bpo12+1 Installed-Size: 53355 Maintainer: Debian Go Packaging Team Architecture: i386 Depends: systemd | systemd-standalone-sysusers | systemd-sysusers, libacl1 (>= 2.2.23), libc6 (>= 2.34), libcap2 (>= 1:2.10), libcowsql0, libgcc-s1 (>= 3.3.1), liblxc1 (>= 1:4.0.2), libsqlite3-0 (>= 3.12.0), libudev1 (>= 199), attr, ca-certificates, liblxc-common, lxcfs, incus-client (= 6.0.2-1~bpo12+1), iproute2, nftables | iptables, rsync, squashfs-tools, uidmap, xz-utils Recommends: apparmor, dnsmasq-base, incus-agent, minio-client Suggests: btrfs-progs, ceph-common, lvm2, zfsutils-linux, incus-tools, gdisk Size: 15275532 SHA256: 70bf8792368e6f08038fc5d76594090bb7ab20bec83c5d4eb9d61a8a515ab3aa SHA1: 3c506943e93660c5e7f80bff5852f346de7a10f6 MD5sum: de7d580689b8687d747849ecf8a607ff 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 package contains the Incus daemon. 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.7-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.30.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_6.0.2-1~bpo12+1_i386.deb Package: incus-agent Source: incus Version: 6.0.2-1~bpo12+1 Installed-Size: 11960 Maintainer: Debian Go Packaging Team Architecture: i386 Size: 3537664 SHA256: 3255de7828adb7c867aa75cae2a0ba918cb85cf14397fd41261cd9c8b5a8049c SHA1: d1b4ae084c491da5bea54fe54e4975cb7dd52317 MD5sum: d381683b263bcd795f391dfd4e0c2a65 Description: Incus guest agent This package provides an agent to run inside Incus virtual machine guests. . It has to be installed on the Incus host if you want to allow agent injection capability when creating a virtual machine. Homepage: https://linuxcontainers.org/incus/ Built-Using: go-md2man-v2 (= 2.0.2+ds1-1), gobgp (= 3.10.0-1), golang-1.22 (= 1.22.7-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.30.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-agent_6.0.2-1~bpo12+1_i386.deb Package: incus-client Source: incus Version: 6.0.2-1~bpo12+1 Installed-Size: 15354 Maintainer: Debian Go Packaging Team Architecture: i386 Depends: libc6 (>= 2.34) Suggests: bash-completion Size: 4495308 SHA256: 8a86d21cb30251b7d3363db2ee4c6dd995ae0bdd0efaf4bf5dd2e86a2f7b001f SHA1: 0bc6d5dc9aadf1cfe1dcb5021530bf82db41217c MD5sum: 013a3f0e37423d2eadb54c752ce4f4fe Description: Powerful system container and virtual machine manager - client Incus is a next generation system container and virtual machine manager. It offers a unified user experience around full Linux systems running inside containers or virtual machines. . A REST API is offered by Incus to remotely manage containers over the network, using an image based work-flow and with support for live migration. . This package contains the Incus command line client. Homepage: https://linuxcontainers.org/incus/ Built-Using: go-md2man-v2 (= 2.0.2+ds1-1), gobgp (= 3.10.0-1), golang-1.22 (= 1.22.7-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.30.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-client_6.0.2-1~bpo12+1_i386.deb Package: incus-migrate Source: incus Version: 6.0.2-1~bpo12+1 Installed-Size: 11448 Maintainer: Debian Go Packaging Team Architecture: i386 Depends: libc6 (>= 2.34), rsync Size: 3371288 SHA256: 63717a9afc3778598b8541f7cc50f0207c5635b36a993e03ecedea9eeacee60f SHA1: d8481d2233b3f4f785f48cc35dc07c0cb16cf3d6 MD5sum: 9825d732db32315fe403d58973dbccb1 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.7-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.30.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.2-1~bpo12+1_i386.deb Package: incus-tools Source: incus Version: 6.0.2-1~bpo12+1 Installed-Size: 45356 Maintainer: Debian Go Packaging Team Architecture: i386 Depends: libacl1 (>= 2.2.23), libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), liblxc1 (>= 1:4.0.2) Conflicts: lxd-tools Size: 13060292 SHA256: b5ac5743db6bb1f3afe5fca1a9fada09508f51f0fe4abbd972bd7b65cc4b1bd2 SHA1: 0d49c88ca88dbbe136210fcbb2bda9c4e43d4c7e MD5sum: 3e3a1538362561a94c98e9fcc0a6c90c 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.7-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.30.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.2-1~bpo12+1_i386.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.36-1-1~bpo12+1 Installed-Size: 1643 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: 611444 SHA256: 883796e59c9077ad191f5097abd1547d3647bca8b3132d4164a54aebebc8891d SHA1: 018f70bf20a37446e8104d945679dc7e49e244e3 MD5sum: b73eedf04b632267d08a3c75fafef11d 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.36-1-1~bpo12+1_all.deb Package: iotop-c Version: 1.26-1~bpo12+1 Installed-Size: 133 Maintainer: Boian Bonev Architecture: i386 Replaces: iotop (<= 0.6-24-g733f3f8-1) Depends: libc6 (>= 2.34), libncursesw6 (>= 6), libtinfo6 (>= 6) Breaks: iotop (<= 0.6-24-g733f3f8-1) Size: 50396 SHA256: 72978ee073318cf9879c2b5853ebd23523fb315b5760fad9e272080154735ff5 SHA1: bf9d880664bfaad4dc06ef72db7c9f4edb1d13ec MD5sum: 546a3dcb488d03555c034e9380e5e7ef 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.26-1~bpo12+1_i386.deb Package: iproute2 Version: 6.9.0-1~bpo12+1 Installed-Size: 3909 Maintainer: Debian Kernel Team Architecture: i386 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: 1123496 SHA256: 5ce59f4f5c2e03b9717201c81cb6417a367f3438346bc5e1d9240a3d809cd165 SHA1: 0dc9d8f2de4fa3858915691d7d4faa56ed90247b MD5sum: a046c1f06fc39dbdfb869f8b026c5d4b 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.9.0-1~bpo12+1_i386.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.3-1~bpo12+1 Installed-Size: 1331 Maintainer: Debian Chinese Team Architecture: i386 Depends: libayatana-appindicator3-1 (>= 0.4.90), libc6 (>= 2.34), libgcc-s1 (>= 4.2), 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: 438640 SHA256: 75f3eb6064204bea097286667cad05423191d0de4255ee46d3e1b3bdac865448 SHA1: 4f1eb3536e97997867b76c54d735c7426b8e0ad1 MD5sum: b71fdaa1ec0a2e29cba52c48af551cef 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.3-1~bpo12+1_i386.deb Package: irssi Version: 1.4.5-1~bpo12+1 Installed-Size: 2664 Maintainer: Rhonda D'Vine Architecture: i386 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: 1214028 SHA256: 76c42bba9ee566580f81a0d97c63a53b88049ee8762a7ff5af55a88deee3b6e8 SHA1: 802eaf13bfc0fdd1e9e02105b7ef479aaf83ef77 MD5sum: c180ab1a7be0b7f4e266e53cffdc4855 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_i386.deb Package: irssi-dev Source: irssi Version: 1.4.5-1~bpo12+1 Installed-Size: 769 Maintainer: Rhonda D'Vine Architecture: i386 Depends: irssi (= 1.4.5-1~bpo12+1) Size: 551864 SHA256: 6fd1f72188b2b5145ebbd04d9e130b17283361e8500475cc775028e2329cca81 SHA1: ba9e5b8c21ab4c64585b3b427e86c955548935e2 MD5sum: be7851465f241bceea87e0cacb9ba5b2 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_i386.deb Package: irssi-plugin-otr Source: irssi Version: 1.4.5-1~bpo12+1 Installed-Size: 562 Maintainer: Rhonda D'Vine Architecture: i386 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: 522788 SHA256: 40fd5d7209d9312d6c85386a5e26d4b34043a567b63b354be5e8cecebf983199 SHA1: d282f9511deb79ec8c3f6345195d7d55d7d44820 MD5sum: 37e9f9bc4801e783ebde8a0082f4a3df 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_i386.deb Package: iwgtk Version: 0.9-1~bpo12+1 Installed-Size: 160 Maintainer: Mark Hindley Architecture: i386 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: 47236 SHA256: 2bfad01bb2e4e575cb6c4186d1520baa7191d1ea21112db8c1e7602242c15367 SHA1: 5c54a32f7e97f1a42141581a92719a5abf6b5e21 MD5sum: 7bea3f827ae59c97c3213349e05c6630 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_i386.deb Package: jacktrip Version: 2.4.0+ds-1~bpo12+1 Installed-Size: 1590 Maintainer: Debian Multimedia Maintainers Architecture: i386 Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.2), libjack-jackd2-0 (>= 1.9.10+20150825) | libjack-0.125, libqt6core6 (>= 6.4.0), libqt6network6 (>= 6.4.0), libstdc++6 (>= 11) Suggests: iperf Size: 967568 SHA256: 0c655a91f5dded4a0b727addcbb6bb1ebd82eac30d0f6e696f4ecae9215f6f03 SHA1: a83c57d6ad1883118d93e3ade237058a58566cc8 MD5sum: 9f635b68bfe981a9d71d6dcfdb1e07c3 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.0+ds-1~bpo12+1_i386.deb Package: jacktrip-gui Source: jacktrip Version: 2.4.0+ds-1~bpo12+1 Installed-Size: 2290 Maintainer: Debian Multimedia Maintainers Architecture: i386 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.2), 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: 951724 SHA256: 0c3f4258235c1b7d1504baf0092271907ab7e63a40f523de0ffd18a3eda00a38 SHA1: ae5729cd9e3f38e155e6926b664696f33ffc6bc0 MD5sum: a97d43fed3b50f42b4d5f73431a05816 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.0+ds-1~bpo12+1_i386.deb Package: jdupes Version: 1.27.3-5~bpo12+1 Installed-Size: 122 Maintainer: Joao Eriberto Mota Filho Architecture: i386 Depends: libc6 (>= 2.34), libjodycode3 (>= 3.0.1) Size: 65720 SHA256: e48cb906988c1c78863315fc34d7967f2d73d1d6abc953d7b63b608dac82b21d SHA1: 1f204b7f4c17275943ff0b45effbcfd73598324a MD5sum: fc241e59b18ab12b4b2487bd3c5079a3 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_i386.deb Package: jmapviewer Version: 2.22+dfsg-1~bpo12+1 Installed-Size: 167 Maintainer: Debian GIS Project Architecture: all Depends: default-jre (>= 2:1.8) | java8-runtime Breaks: freeplane (<< 1.3.15-3~) Size: 134776 SHA256: 4ebf9c0bd0b5b2f6c684b19f5780022938341ab73d3ff3edac7e3543d1be70ae SHA1: 5af65b93c8721ddf0deef4a0ac80a5a992fb62af MD5sum: c90f479df0a7812223133828aaf0d00d 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.22+dfsg-1~bpo12+1_all.deb Package: jose-util Source: golang-github-go-jose-go-jose Version: 4.0.4-1~bpo12+1 Installed-Size: 3370 Maintainer: Debian Go Packaging Team Architecture: i386 Depends: libc6 (>= 2.34) Size: 1125120 SHA256: 27e39534834ff799c242460bc59813214f72d0e5a1f648edc64351c7497251f4 SHA1: c309225575c8db92ce44a3f0b2dd8766d57111e7 MD5sum: 9998f30cf4521f60ab08d3e84f7b7bde 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.22 (= 1.22.7-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.4-1~bpo12+1_i386.deb Package: josm Version: 0.0.svn19230+dfsg-1~bpo12+1 Installed-Size: 30727 Maintainer: Debian GIS Project Architecture: all Depends: default-jre (>= 2:1.11) | java11-runtime, fonts-noto, jmapviewer (>= 2.22), libcommons-compress-java, libgettext-commons-java (>= 0.9.6), openjfx, proj-data Recommends: josm-l10n (= 0.0.svn19230+dfsg-1~bpo12+1) Conflicts: josm-plugins Size: 16466580 SHA256: d8af68cfddbca47c7ac1696f9bc149b5d8e5a6614c122787a24a248e0051fdf6 SHA1: a9d66cb6f9960156fc597921b0efe05ec4d531e4 MD5sum: 230b2dfa9f8b013a0713959e3a4d4e34 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.svn19230+dfsg-1~bpo12+1_all.deb Package: josm-l10n Source: josm Version: 0.0.svn19230+dfsg-1~bpo12+1 Installed-Size: 9916 Maintainer: Debian GIS Project Architecture: all Size: 2171800 SHA256: b5d8ad806f9c44fd47b03702dff0c40c47f180bde4e8e44f05b8d3637c52371b SHA1: cf1f66d0253da4aed90530d780b03ad85c4cc3aa MD5sum: 0e1183982c6e57d689b293d8d12401ab 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.svn19230+dfsg-1~bpo12+1_all.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: 312 Maintainer: Sudip Mukherjee Architecture: i386 Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.2), 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: 76936 SHA256: beb894adbc5511c55741ff6821034adda3b305f8b74b360594de610b3de04fe6 SHA1: 4ff7e64eb50d1f1741b1d17dc497c4cda72dbc7c MD5sum: e817d09ea1b8f5809950749111b3231f 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_i386.deb Package: kicad Version: 8.0.5+dfsg-1~bpo12+1 Installed-Size: 174266 Maintainer: Debian Electronics Team Architecture: i386 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 (>= 7), 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), 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), libpython3.11 (>= 3.11.0), 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), zlib1g (>= 1:1.1.4) Recommends: kicad-libraries (>= 8.0.1~), kicad-demos (>= 8.0.1~), 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 (<< 8.0.1~), kicad-libraries (<< 8.0.1~), kicad-packages3d (<< 8.0.1~), kicad-symbols (<< 8.0.1~), kicad-templates (<< 8.0.1~) Size: 44008528 SHA256: ff57ed2ce6ca78693369763d2495ffcfc6730d9c84e1fc09f844fc2fa70452f6 SHA1: 6d1b3d69cc634261ca30f11102e01c0236e5ad2e MD5sum: eb99bec212697fb121f07e91b121c6a9 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_8.0.5+dfsg-1~bpo12+1_i386.deb Package: kicad-demos Source: kicad Version: 8.0.5+dfsg-1~bpo12+1 Installed-Size: 55240 Maintainer: Debian Electronics Team Architecture: all Suggests: kicad (>= 8.0.1~) Size: 9201636 SHA256: bd9ff6d66c2f84b019b0d4e791bfedabca61fbea01c1a85301ea1646a45eb407 SHA1: afab4fca61e89cb9f5040ffe61fd04d20528432e MD5sum: 577cb0685f769bc9cc783eddd367cd2a 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_8.0.5+dfsg-1~bpo12+1_all.deb Package: kicad-doc-ca Source: kicad Version: 8.0.5+dfsg-1~bpo12+1 Installed-Size: 4350 Maintainer: Debian Electronics Team Architecture: all Size: 3741112 SHA256: b8cd66aa05addfd62279a5be28ce47b62add79a99db563b24c396311ae13e58d SHA1: f916ca469c82bc182e43c1ff708c16b97fb6c935 MD5sum: c83187a7da845e0ee32240d94b085f89 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_8.0.5+dfsg-1~bpo12+1_all.deb Package: kicad-doc-de Source: kicad Version: 8.0.5+dfsg-1~bpo12+1 Installed-Size: 31450 Maintainer: Debian Electronics Team Architecture: all Size: 27044156 SHA256: f2a10eb31df45d00d289deb1b6572b049e664eaea6e8010921ee68ffadca3b80 SHA1: 95c363c67ee85c6ab04d43064a1626e20a028430 MD5sum: 789c03779f3c9b862491db03a3e5139f 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_8.0.5+dfsg-1~bpo12+1_all.deb Package: kicad-doc-en Source: kicad Version: 8.0.5+dfsg-1~bpo12+1 Installed-Size: 27116 Maintainer: Debian Electronics Team Architecture: all Size: 23106472 SHA256: 6be0d123217c82bcf3f94d4e95963af6a30e5fb5a942f48d02dbc8b22714124b SHA1: 65bc4cc125fb0118786c0e715082726a1a4bd371 MD5sum: 160b8ba0da7dcda5931cf19b08d83841 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_8.0.5+dfsg-1~bpo12+1_all.deb Package: kicad-doc-es Source: kicad Version: 8.0.5+dfsg-1~bpo12+1 Installed-Size: 22947 Maintainer: Debian Electronics Team Architecture: all Size: 19423200 SHA256: 1c33181b9690dc91b80316cddb0c2737dc8a546a0e9aa9355a361dbaaced16a2 SHA1: c0ed17f2098c90a78ed06d9104ea0f22ffce2c6a MD5sum: 3a130987a977bb09087d3451bd9eefe2 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_8.0.5+dfsg-1~bpo12+1_all.deb Package: kicad-doc-fr Source: kicad Version: 8.0.5+dfsg-1~bpo12+1 Installed-Size: 25992 Maintainer: Debian Electronics Team Architecture: all Size: 22539676 SHA256: 946d1ba76e99feac59f453161ea1fa8928e29c46f30baf82bf8b569d98fa8831 SHA1: 8ea7bc579d406e5ffe48dde62fae5849c56e7aea MD5sum: f307368a5f1ec5e423563e1947364c36 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_8.0.5+dfsg-1~bpo12+1_all.deb Package: kicad-doc-id Source: kicad Version: 8.0.5+dfsg-1~bpo12+1 Installed-Size: 13134 Maintainer: Debian Electronics Team Architecture: all Size: 11207924 SHA256: 7808e75b34aa27370c5752920d55a740b422d416f2fee17c91670a4e7691adf6 SHA1: a00062690d53a3dd31de839dfabbde39e9c5cc68 MD5sum: 8aa5a20d18d182c7fe81e8561baea35a 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_8.0.5+dfsg-1~bpo12+1_all.deb Package: kicad-doc-it Source: kicad Version: 8.0.5+dfsg-1~bpo12+1 Installed-Size: 31176 Maintainer: Debian Electronics Team Architecture: all Size: 27229144 SHA256: 06d26c778818f3e26709c43d3d1f2c52a42379f52f99c45192916ce62805449f SHA1: 44e999914d1f4e58e7c33be7bc452effed8fb2f5 MD5sum: f3ebe0d8e7db4e49377b072ddd2d46cc 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_8.0.5+dfsg-1~bpo12+1_all.deb Package: kicad-doc-ja Source: kicad Version: 8.0.5+dfsg-1~bpo12+1 Installed-Size: 39409 Maintainer: Debian Electronics Team Architecture: all Size: 31300232 SHA256: 746cf92e83d7fcee08747c66ad898e048677af03b818432884439a6d59775c60 SHA1: bbcda104304ca7a32eb398f83f20c5b3bf9bf9d1 MD5sum: c5d5a651acdf5dfe7b982236be29776b 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_8.0.5+dfsg-1~bpo12+1_all.deb Package: kicad-doc-pl Source: kicad Version: 8.0.5+dfsg-1~bpo12+1 Installed-Size: 30650 Maintainer: Debian Electronics Team Architecture: all Size: 26142708 SHA256: 6d5e6493f7fe1c8e6bfb11a3092cf70c7133d40a18074ad839e2b03373750c43 SHA1: 372be5860c7a689b1d55050d3f83112bf66e494a MD5sum: 97dd192d381d7161df4de253b35f5e46 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_8.0.5+dfsg-1~bpo12+1_all.deb Package: kicad-doc-ru Source: kicad Version: 8.0.5+dfsg-1~bpo12+1 Installed-Size: 35731 Maintainer: Debian Electronics Team Architecture: all Size: 31417164 SHA256: cf9afd1d19c070590f1e3cd52a8adb4da862187ccddead34d99cf0fe9d680b09 SHA1: c0046c5a5780e3d09d22875376ad3501a57cbf75 MD5sum: 5f3fb84d1f0c543a0de6f1dde5551b19 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_8.0.5+dfsg-1~bpo12+1_all.deb Package: kicad-doc-zh Source: kicad Version: 8.0.5+dfsg-1~bpo12+1 Installed-Size: 31183 Maintainer: Debian Electronics Team Architecture: all Size: 27188192 SHA256: bec121d87e38ec75f0d57622320c81797c144e53b8a46e61cbf1ba99c82a74f1 SHA1: 5a68565eec973a303f6d6bff5ec296977c56f824 MD5sum: 423e3384fabf6449c7e1d44fc2216929 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_8.0.5+dfsg-1~bpo12+1_all.deb Package: kicad-footprints Version: 8.0.5-1~bpo12+1 Installed-Size: 197145 Maintainer: Debian Electronics Team Architecture: all Replaces: kicad (<< 8.0.1~) Recommends: kicad (>= 8.0.1~) Breaks: kicad (<< 8.0.1~) Size: 25351568 SHA256: 6e88c745d76e8fdec519e838d1bfb80aa14894b1ab11bcd4203dfd730b825c22 SHA1: a98a0563d61d6688624388406b8c8cea9a966b0f MD5sum: d45b1c7b5ba6e79483576797ea135c74 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 >= 8.0.0. Multi-Arch: foreign Homepage: https://kicad.github.io/footprints Section: electronics Priority: optional Filename: pool/main/k/kicad-footprints/kicad-footprints_8.0.5-1~bpo12+1_all.deb Package: kicad-libraries Source: kicad Version: 8.0.5+dfsg-1~bpo12+1 Installed-Size: 129 Maintainer: Debian Electronics Team Architecture: all Depends: kicad-footprints (>= 8.0.1~), kicad-symbols (>= 8.0.1~), kicad-templates (>= 8.0.1~) Suggests: kicad-packages3d (>= 8.0.1~) Size: 31276 SHA256: fc3d8736eb85801b9f6c8e1b6301b03b6f6e2ff72bf1ed1fa972f4e0d3aeee89 SHA1: 23e73626e81fa8c60fd98de02126ee6d66572b77 MD5sum: a80b7aa81abdeeca0405190f6ed10275 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_8.0.5+dfsg-1~bpo12+1_all.deb Package: kicad-packages3d Version: 8.0.5-1~bpo12+1 Installed-Size: 5799602 Maintainer: Debian Electronics Team Architecture: all Replaces: kicad (<< 8.0.1~), kicad-common (<< 5.0.0~rc1+dfsg1-1~) Recommends: kicad (>= 8.0.1~) Breaks: kicad (<< 8.0.1~), kicad-common (<< 5.0.0~rc1+dfsg1-1~) Size: 402235624 SHA256: b516506f397ff7b3b418df978957af1b4c754d1406374b6d5a8f1e87714f9917 SHA1: acec05eb554272175ab4a60c2df9234d3f373ad5 MD5sum: 5c68791dac354dcdf256e3e7295834ab 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 >= 8.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_8.0.5-1~bpo12+1_all.deb Package: kicad-symbols Version: 8.0.5-1~bpo12+1 Installed-Size: 206310 Maintainer: Debian Electronics Team Architecture: all Replaces: kicad (<< 8.0.1~) Recommends: kicad (>= 8.0.1~) Breaks: kicad (<< 8.0.1~) Size: 3076672 SHA256: 6ebfb5c318c292c98df16f177a2f3183d054a76762fb8886ade994ae84fddd3d SHA1: 3aca524d4ea6880a6b441c3c983d3d6611bf190c MD5sum: 7f562cca1ba6f8db236ed3b446844639 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 >= 8.0.0. Multi-Arch: foreign Homepage: https://kicad.github.io/symbols Section: electronics Priority: optional Filename: pool/main/k/kicad-symbols/kicad-symbols_8.0.5-1~bpo12+1_all.deb Package: kicad-templates Version: 8.0.3-1~bpo12+1 Installed-Size: 5038 Maintainer: Debian Electronics Team Architecture: all Replaces: kicad (<< 8.0.1~), kicad-common (<< 5.0.0~rc1+dfsg1-1~) Recommends: kicad (>= 8.0.1~) Breaks: kicad (<< 8.0.1~), kicad-common (<< 5.0.0~rc1+dfsg1-1~) Size: 2620304 SHA256: e11a43b04ab0f51dd26cc2d5d9d76fc0b925c39a375f0a1cf38865ae7cac3782 SHA1: 41205ad4732c48561cb47e11e1d16eb4ce87ca4c MD5sum: 7f19ce96e23773486a8274ed0829c718 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 (Uno R3, Mega R3, Fio, Micro, Mini, Nano, Pro Nano) . 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. Multi-Arch: foreign Homepage: https://gitlab.com/kicad/libraries/kicad-templates Section: electronics Priority: optional Filename: pool/main/k/kicad-templates/kicad-templates_8.0.3-1~bpo12+1_all.deb Package: ksmbd-tools Version: 3.5.2-2~bpo12+1 Installed-Size: 205 Maintainer: Alex Myczko Architecture: i386 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: 71368 SHA256: ee1b778654b4c773b76b02ced900e949df31901bc93d81e654fcdcdf4ee92266 SHA1: 16263f7b635158e18fdcf6314aa380fd913b04cc MD5sum: 3e8fbe53fe710dc78cddce9dba4f07e4 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_i386.deb Package: ksuid Source: golang-github-segmentio-ksuid Version: 1.0.4-2~bpo12+1 Installed-Size: 2129 Maintainer: Debian Go Packaging Team Architecture: i386 Size: 767520 SHA256: a0851866919e7463328a392889c10b2462118d84aa8ef8971103b1c631e1b924 SHA1: 75c545beb09c42d2a07a8f875830898f7cf0bb48 MD5sum: 4b36b56f75a3eb6ee6150626865672fc 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_i386.deb Package: kupfer Version: 327-1~bpo12+1 Installed-Size: 3376 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: 621828 SHA256: 311dcee4b6cb919d58f7e8c52807d39b3944fc5c1b21759b30e8ebf04ddd34a3 SHA1: c42394af3cf89133dfd113e982f51ea3b64adcbc MD5sum: 12719e9e1c240a32bfef4b2e61163e1c 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-1~bpo12+1_all.deb Package: lazarus Version: 3.0+dfsg1-8~bpo12+1 Installed-Size: 116 Maintainer: Pascal Packaging Team Architecture: all Depends: lazarus-3.0 Size: 33436 SHA256: aa8375cd57e02795a9062cd66fd4c65ef78675bb769897a512b73c4371674552 SHA1: a4e66cfb0fb6287a4e67493bbd1075d029ba6de0 MD5sum: ac1cb1181f1f71dca04004ddff3df058 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.0+dfsg1-8~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-doc Source: lazarus Version: 3.0+dfsg1-8~bpo12+1 Installed-Size: 116 Maintainer: Pascal Packaging Team Architecture: all Depends: lazarus-doc-3.0 Size: 33544 SHA256: 08597f518d541f738633e1f5f62f0aaaf2ebb343dce1b4397387a86e8270f72f SHA1: 276c83a04926d529ed981d6e8c52fdba8fe9d1f0 MD5sum: c41f1017b743e014feb39fb4536bfcfe 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.0+dfsg1-8~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-ide Source: lazarus Version: 3.0+dfsg1-8~bpo12+1 Installed-Size: 116 Maintainer: Pascal Packaging Team Architecture: all Depends: lazarus-ide-gtk2-3.0 | lazarus-ide-qt5-3.0 Size: 33436 SHA256: def81a7448009aea68bdad6419185e49a1e66ee7cab325f8b1eb03524918dee7 SHA1: 56aed8fa7508d5a7b8b67dd302b327610a982273 MD5sum: 3d9f963c9c9f926f6ce3df7bb900aa5e 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.0+dfsg1-8~bpo12+1_all.deb Package: lazarus-ide-3.0 Source: lazarus Version: 3.0+dfsg1-8~bpo12+1 Installed-Size: 34659 Maintainer: Pascal Packaging Team Architecture: i386 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: 6258924 SHA256: 6a7b4befa6599bd034257f561e34165259ed0c6515b338da8c9656b418cda442 SHA1: 4037f6c4c8ecbe762a3c31a3ca8db454e5dfe84f MD5sum: 60d850fc065a19c886692ebb124c734f 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_i386.deb Package: lazarus-ide-gtk2 Source: lazarus Version: 3.0+dfsg1-8~bpo12+1 Installed-Size: 116 Maintainer: Pascal Packaging Team Architecture: all Depends: lazarus-ide-gtk2-3.0, lcl-gtk2 Size: 33456 SHA256: 053f62edab4f27dc6ef9d1e19d4154df1b72477779d489a8c4d913d33c96ae17 SHA1: 095b4c0125a6c64ca8efdc9999bcb6689c13dead MD5sum: 1abdeee98d4d726b8d10fc33cba28cf7 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.0+dfsg1-8~bpo12+1_all.deb Package: lazarus-ide-gtk2-3.0 Source: lazarus Version: 3.0+dfsg1-8~bpo12+1 Installed-Size: 36342 Maintainer: Pascal Packaging Team Architecture: i386 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: 9966092 SHA256: 6836d1eddc927309ee815c0e0bc84b9dcfc70f4bdacc256c4b2d7cad7397fa2d SHA1: 499e244db6cda52ef1e824428ce2c7f3e5f9fadf MD5sum: afbf8186874f86b288a4ea0b292b2365 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_i386.deb Package: lazarus-ide-qt5 Source: lazarus Version: 3.0+dfsg1-8~bpo12+1 Installed-Size: 116 Maintainer: Pascal Packaging Team Architecture: all Depends: lazarus-ide-qt5-3.0, lcl-qt5 Size: 33480 SHA256: 4520a4fb3ddf28c2a5647b36ee9a0bc2ba01b32f2b666b9d86c7e852c813e6c5 SHA1: 94278171f47f95b14dc2d39b63242228db3bd60f MD5sum: 95d1e61696dbc0af3f1e9b129aac8bb3 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.0+dfsg1-8~bpo12+1_all.deb Package: lazarus-ide-qt5-3.0 Source: lazarus Version: 3.0+dfsg1-8~bpo12+1 Installed-Size: 35994 Maintainer: Pascal Packaging Team Architecture: i386 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: 9861724 SHA256: 4e9c65a674a23c580a62b1152cf6feebd8c465a588e0e48c6573bd8937209bbf SHA1: c63407cdbbfca8ae0fac832e6be82939d1cf349f MD5sum: c6d8021b727dad1fefe56d5593bb1a38 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_i386.deb Package: lazarus-src Source: lazarus Version: 3.0+dfsg1-8~bpo12+1 Installed-Size: 116 Maintainer: Pascal Packaging Team Architecture: all Depends: lazarus-src-3.0 Size: 33500 SHA256: f75af124d60c43e153d4ed52031e7c1954021cd0d8d6ff077f7683f9d3cb5f79 SHA1: 1d4720a6cda0996ceb2adb77fe5e51573fad54f1 MD5sum: 52b0b59c9b94fa0d7a715a2ad87e120f 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.0+dfsg1-8~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: lcl Source: lazarus Version: 3.0+dfsg1-8~bpo12+1 Installed-Size: 116 Maintainer: Pascal Packaging Team Architecture: i386 Depends: lcl-3.0 Size: 33448 SHA256: 0ea4b8b73148269b032aec14fbc8bf570839469024f6a7d8c6196c8b7479c4c7 SHA1: 8b68a01d94e74ad0b46fb163562cc1ad938fbf40 MD5sum: f1bd9c5637ec912be2b0225e4fd1279c 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.0+dfsg1-8~bpo12+1_i386.deb Package: lcl-3.0 Source: lazarus Version: 3.0+dfsg1-8~bpo12+1 Installed-Size: 116 Maintainer: Pascal Packaging Team Architecture: i386 Provides: lcl Depends: lcl-units-3.0, lcl-utils-3.0 Recommends: fpc, lazarus-src-3.0 Suggests: gdb Size: 33496 SHA256: 9a3149c608ef6ffe41b9d75f150f438f7a010d4319802685b42cfa77cdbc6a5f SHA1: ff08ff2bbfe84a8aa28452a5f73f01a955603e8c MD5sum: 16392c68ba2dff51fa74408e9b6ec4af 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_i386.deb Package: lcl-gtk2 Source: lazarus Version: 3.0+dfsg1-8~bpo12+1 Installed-Size: 116 Maintainer: Pascal Packaging Team Architecture: i386 Depends: lcl-gtk2-3.0 Size: 33472 SHA256: 9308df23e834af4d96976555f0c4c2be5baee165afb7bed2c62aa24a1ebb9b24 SHA1: be4d040148a2c2c93e8daebefd6b852ff3fd7ffd MD5sum: 6531186b3863867bc4317ad609454770 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.0+dfsg1-8~bpo12+1_i386.deb Package: lcl-gtk2-3.0 Source: lazarus Version: 3.0+dfsg1-8~bpo12+1 Installed-Size: 206340 Maintainer: Pascal Packaging Team Architecture: i386 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: 24343544 SHA256: 5e00a32cc0cec7d7479ecd6a3e97501da8ad0432da24d285065a668640eebf25 SHA1: 5855d5f07d0f8a6acc91dae45d1bcdf2088887b1 MD5sum: e3fd9715c803ec36a0aeab51579b637c 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_i386.deb Package: lcl-nogui Source: lazarus Version: 3.0+dfsg1-8~bpo12+1 Installed-Size: 116 Maintainer: Pascal Packaging Team Architecture: i386 Depends: lcl-nogui-3.0 Size: 33492 SHA256: 4925c85d8ec6dd734e9d1b0d8f298a12f0edab6a0c4f7d873027442cdb205ad4 SHA1: 992b5ba315c4cf379e0acfb55115f71979413724 MD5sum: 1d381cbda1b4b39936da359143ce1fa8 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.0+dfsg1-8~bpo12+1_i386.deb Package: lcl-nogui-3.0 Source: lazarus Version: 3.0+dfsg1-8~bpo12+1 Installed-Size: 90471 Maintainer: Pascal Packaging Team Architecture: i386 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: 10863184 SHA256: 3818a04b39aedd06bcd861ec650445300cf146497f73f5b32ee02a915570c45e SHA1: b545254806d570aff145a06ef67f767b50bca8f6 MD5sum: 9231ec9ecb9bb385533eef78df51bc8b 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_i386.deb Package: lcl-qt5 Source: lazarus Version: 3.0+dfsg1-8~bpo12+1 Installed-Size: 116 Maintainer: Pascal Packaging Team Architecture: i386 Depends: lcl-qt5-3.0 Size: 33464 SHA256: 671e68253ba1b2ed2547de3df58666e78150e6cee16b692b1e8ab5d6f8f6a1db SHA1: 85c6c819596354d6ae6254dc511feda94f12b3fa MD5sum: 70e084439e642e61cc14cf370dd177ea 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.0+dfsg1-8~bpo12+1_i386.deb Package: lcl-qt5-3.0 Source: lazarus Version: 3.0+dfsg1-8~bpo12+1 Installed-Size: 114607 Maintainer: Pascal Packaging Team Architecture: i386 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: 13329936 SHA256: 6cf50cff1c250110bd98e55db44e4bb535746236e19d311f83d66634cdb6a5a6 SHA1: afec0f96efc7bae706e390a8c9921622b1ada4bb MD5sum: e7e7d21586429dce24e4a2171483521b 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_i386.deb Package: lcl-units Source: lazarus Version: 3.0+dfsg1-8~bpo12+1 Installed-Size: 116 Maintainer: Pascal Packaging Team Architecture: i386 Depends: lcl-units-3.0 Size: 33472 SHA256: 1ff4e5e8394aac546b2c47ced3c352d1a3ecab0f6727d53cb73da4951160e8a8 SHA1: 90cdf96ba2bc6ce78ec6d3bf746183bc8930b5eb MD5sum: d1b4b1acceca7477c98c2190979074c8 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.0+dfsg1-8~bpo12+1_i386.deb Package: lcl-units-3.0 Source: lazarus Version: 3.0+dfsg1-8~bpo12+1 Installed-Size: 175020 Maintainer: Pascal Packaging Team Architecture: i386 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: 22504196 SHA256: e5089dd3e78659286014f1133e01650dd564620f13a15d2007ca6305609cef85 SHA1: ad4643f8669822b34189745995fe73d2215f2af2 MD5sum: 0626d8232dc1dd7bcaa53da9b32ba0e5 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_i386.deb Package: lcl-utils Source: lazarus Version: 3.0+dfsg1-8~bpo12+1 Installed-Size: 116 Maintainer: Pascal Packaging Team Architecture: all Depends: lcl-utils-3.0 Size: 33460 SHA256: 6b1404c7ea7167211ccec05da0d9d0d51aa608e645e28fd4c04b263b66dad42a SHA1: a30d04b7863e27e57e444d48786e0f8cff6750d6 MD5sum: 9bc00c25a1b69de11ff4b73fe5307b16 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.0+dfsg1-8~bpo12+1_all.deb Package: lcl-utils-3.0 Source: lazarus Version: 3.0+dfsg1-8~bpo12+1 Installed-Size: 20477 Maintainer: Pascal Packaging Team Architecture: i386 Provides: lcl-utils Depends: fp-compiler, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34) Recommends: lazarus-ide-3.0, lcl-3.0 Size: 3759944 SHA256: be79520678e1bdd51c61650d81e3608fe174d12e9bc4986e6b566d5fc5f66fc8 SHA1: b665b2f6f04aefa3c40ee6ec8733db7603f77bba MD5sum: 024b7f6a3d7bd341bb47ebef0eb71143 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_i386.deb Package: ldb-tools Source: samba (2:4.20.5+dfsg-1~bpo12+1) Version: 2:2.9.1+samba4.20.5+dfsg-1~bpo12+1 Installed-Size: 187 Maintainer: Debian Samba Maintainers Architecture: i386 Depends: libc6 (>= 2.34), libldb2 (>= 1.1.5), libpopt0 (>= 1.14), libtalloc2 (>= 2.4.2~) Size: 64208 SHA256: 2310133cff87d934c3d8a83c8870313b38acffe56e9e8c66d3f1748fcd82242e SHA1: edac7627a930037bc937b297e23187020faa3505 MD5sum: 3edfa20ac3d2fb985e21bf1409811bdf 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.9.1+samba4.20.5+dfsg-1~bpo12+1_i386.deb Package: lemonldap-ng Version: 2.19.2+ds-1~bpo12+1 Installed-Size: 183 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.19.2+ds-1~bpo12+1), liblemonldap-ng-manager-perl (= 2.19.2+ds-1~bpo12+1), liblemonldap-ng-portal-perl (= 2.19.2+ds-1~bpo12+1) Size: 85960 SHA256: 866454bda578fcb793755655460a361be21720197de79b7292a2d60045931761 SHA1: 3b1826930abefc7dce12a836b454bc6bccd75384 MD5sum: c9befeff8e56f6d82bef4a0750a81d85 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.19.2+ds-1~bpo12+1_all.deb Package: lemonldap-ng-doc Source: lemonldap-ng Version: 2.19.2+ds-1~bpo12+1 Installed-Size: 16350 Maintainer: Debian Perl Group Architecture: all Size: 5838196 SHA256: 038cd899233ebd6e578463c8ad949337bd9a46b98abb9d7a278a866c1f6a79ee SHA1: 2de9f03049d5b9b3d399ffd0d51cf3478bbbecea MD5sum: e0e78b395bc6dfdcf01aa86e0e303f52 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.19.2+ds-1~bpo12+1_all.deb Package: lemonldap-ng-fastcgi-server Source: lemonldap-ng Version: 2.19.2+ds-1~bpo12+1 Installed-Size: 209 Maintainer: Debian Perl Group Architecture: all Depends: libfcgi-perl, libfcgi-procmanager-perl, liblemonldap-ng-handler-perl (= 2.19.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: 93140 SHA256: d71b3e38a7d6ad42f0e530ec42b916aaaf3344ba05d1647faaaa633b4898801f SHA1: 5dfffbead27396c7195708d6371a88e3cbcede56 MD5sum: ca0db4a1c02ff8cd51ea009480bf8de1 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.19.2+ds-1~bpo12+1_all.deb Package: lemonldap-ng-handler Source: lemonldap-ng Version: 2.19.2+ds-1~bpo12+1 Installed-Size: 253 Maintainer: Debian Perl Group Architecture: all Depends: liblemonldap-ng-handler-perl (= 2.19.2+ds-1~bpo12+1) Recommends: lemonldap-ng-fastcgi-server (= 2.19.2+ds-1~bpo12+1) | lemonldap-ng-uwsgi-app (= 2.19.2+ds-1~bpo12+1) | libapache2-mod-perl2 Suggests: libcache-memcached-perl, libdigest-hmac-perl, libsoap-lite-perl Size: 95912 SHA256: e0805ae5487e48d1a6603f30850e4a08c4d2aaa8bad2ba5d1a69fc95ac853eed SHA1: 884bf50d80d669341dea4e4cbe6b49c138df04c3 MD5sum: a7eaafda9ca589ea7845ddd666443b4d 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.19.2+ds-1~bpo12+1_all.deb Package: lemonldap-ng-uwsgi-app Source: lemonldap-ng Version: 2.19.2+ds-1~bpo12+1 Installed-Size: 176 Maintainer: Debian Perl Group Architecture: all Depends: liblemonldap-ng-handler-perl (= 2.19.2+ds-1~bpo12+1) Recommends: libhttp-parser-xs-perl, uwsgi-plugin-psgi Suggests: nginx-extras | nginx Size: 84328 SHA256: 936fc6ed657fff298f11e973e6e254b581d75131ef72a6d065622a074f41b303 SHA1: 4df647258815192966ac078209b8875e67dbca1f MD5sum: b10344ad71d13e8ed91b601d56f97f68 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.19.2+ds-1~bpo12+1_all.deb Package: libanyevent-xspromises-perl Version: 0.005-2~bpo12+1 Installed-Size: 61 Maintainer: Debian Perl Group Architecture: i386 Depends: perl (>= 5.36.0-7), perlapi-5.36.0, libanyevent-perl Size: 16968 SHA256: 5ee5e4cb238298f5e8d14355eca3b2adc90aeabf17d15724ec631122b1242b5e SHA1: 2aa61374ad5167fa8613d28bc35ec99cb345188d MD5sum: c19b16bc635ce148dcf5ca0bf827663b 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_i386.deb Package: libapache2-mod-apreq2 Source: libapreq2 Version: 2.17-3~bpo12+1 Installed-Size: 87 Maintainer: Debian QA Group Architecture: i386 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: 27572 SHA256: dcae1a7bc169839368a05d53af9994a5d88bb274f783e36801dc6b8905407d8b SHA1: fc73c08740ebe025f18d975f033273ba6d382368 MD5sum: a353218a87102b52d4d4836186ecb931 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_i386.deb Package: libapache2-mod-mapcache Source: mapcache Version: 1.14.1-1~bpo12+1 Installed-Size: 96 Maintainer: Debian GIS Project Architecture: i386 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: 24808 SHA256: 74e09ef78d47d1cab74711c2fa522f1df8c43d8aeac86dd4a7b609a7de326bd4 SHA1: ba8ea8e2b979f88659f0b7a5425329588fc2982f MD5sum: d5bfecf3a6f32df5923f3b29d537fb6f 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_i386.deb Package: libapache2-mod-qos Version: 11.74-1~bpo12+1 Installed-Size: 833 Maintainer: Debian QA Group Architecture: i386 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: 240992 SHA256: c7eaba063394092ce1db0b90902199f092df2ba7fa66d94b8f4d20d61354c66c SHA1: edcd96f34cc342ca4f54777c97e14e3f9581fb6c MD5sum: d7150d9d5d11f5f957af654490f8db31 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_i386.deb Package: libapache2-mod-r-base Source: rapache Version: 1.2.10-1~bpo12+1 Installed-Size: 104 Maintainer: Debian R Packages Maintainers Architecture: i386 Depends: r-base-core, apache2-api-20120211, apache2-bin (>= 2.4.16), libapreq2-3 (>= 2.13-2), libc6 (>= 2.4) Size: 31552 SHA256: f5dfe1c81e2f01032d0caf0893720e7daf94a2900d048dc89d18ce97bb7d6ced SHA1: 116b278e14fe22d8693413db9a663fbeba122416 MD5sum: 6cb51191f21d9ea6d988db82a8ddb53b 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_i386.deb Package: libapache2-request-perl Source: libapreq2 Version: 2.17-3~bpo12+1 Installed-Size: 328 Maintainer: Debian QA Group Architecture: i386 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: 67752 SHA256: 2c017579f31cdf3c2e4030840ad3c915f07a903e2e789ec658b546438932d7b2 SHA1: 5807f45ec920bc35f0bf7afc1e4ea4d0439cc77f MD5sum: 93a5ab99d4817e87970e47492a8372f8 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_i386.deb Package: libapreq2-3 Source: libapreq2 Version: 2.17-3~bpo12+1 Installed-Size: 97 Maintainer: Debian QA Group Architecture: i386 Depends: libapr1 (>= 1.2.7), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.4) Recommends: libapache2-mod-apreq2 Size: 42404 SHA256: 321544fb4ab94c22ccecd62563b2026e2732559f75c35ea62aceb43617442350 SHA1: a09dbc20d0130cfaf8e63e51eea4cfc4d98a1ef8 MD5sum: 22c0b1df6ef14702ae70f6f4e69d1dc2 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_i386.deb Package: libapreq2-dev Source: libapreq2 Version: 2.17-3~bpo12+1 Installed-Size: 208 Maintainer: Debian QA Group Architecture: i386 Depends: libapreq2-3 (= 2.17-3~bpo12+1), libapr1-dev Recommends: libapreq2-doc Size: 62204 SHA256: b8a4e2c2f652aa659e543e22bbb6f5692c8de38d3270b6ebacea42a60dd63958 SHA1: 40fae0ae3855e507f2895f85b2271b57769165c5 MD5sum: 174e37fc2495f63ebc520e407616148e 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_i386.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.5.12beta-1~bpo12+1 Installed-Size: 5208 Maintainer: Micha Lenk Architecture: all Recommends: libaqbanking44 Size: 402112 SHA256: cb3f2e90aeeaa490ee79511a04bbaf223b0c5695820293f756eff8c33493ab78 SHA1: 5c9fe00be02ee6f5a50f704aa7dd2258dcf80160 MD5sum: 123d68ae3736886b724fb3a900996719 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.5.12beta-1~bpo12+1_all.deb Package: libaqbanking-dev Source: libaqbanking Version: 6.5.12beta-1~bpo12+1 Installed-Size: 320 Maintainer: Micha Lenk Architecture: i386 Depends: libaqbanking44 (= 6.5.12beta-1~bpo12+1), libgwenhywfar-core-dev Size: 47404 SHA256: ab90e371a3a7b94cc66393e6bbd4e697f52887e4ad72cc7af2c35100d8f5c859 SHA1: 4018a6bebb31fbf3924685efcd304fc8f99fa7a9 MD5sum: 4e4ef144d271fd50663eab133caf8117 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.5.12beta-1~bpo12+1_i386.deb Package: libaqbanking44 Source: libaqbanking Version: 6.5.12beta-1~bpo12+1 Installed-Size: 3266 Maintainer: Micha Lenk Architecture: i386 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.5.12beta-1~bpo12+1) Suggests: aqbanking-tools Size: 754576 SHA256: 49ab00db9d2bb9a77112219b953a0eddd884eaae7260f3f6b6caa2f9925c79d7 SHA1: fbf31f6c9ada56ac4dd74727d204660060d38962 MD5sum: c3728d480c257a4fcddb2bf6110850e3 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.5.12beta-1~bpo12+1_i386.deb Package: libasm-dev Source: elfutils Version: 0.191-1~bpo12+1 Installed-Size: 105 Maintainer: Debian Elfutils Maintainers Architecture: i386 Depends: libasm1 (= 0.191-1~bpo12+1), libelf-dev Conflicts: libasm0-dev, libelfsh0-dev Size: 33160 SHA256: 5ff6e4611d90877fdb05259c5fe7a4a0cc570c9ab057d99a90b1beba48fb78df SHA1: 5890a9fca4054b14849a1f559cf6586405ee8f0b MD5sum: 05cf6559a1acf46ce08a90c38452b391 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.191-1~bpo12+1_i386.deb Package: libasm1 Source: elfutils Version: 0.191-1~bpo12+1 Installed-Size: 73 Maintainer: Debian Elfutils Maintainers Architecture: i386 Depends: libc6 (>= 2.4), libdw1 (= 0.191-1~bpo12+1), libelf1 (= 0.191-1~bpo12+1) Size: 30156 SHA256: 2926cf42ac3faa28a17f0087963e3fc3f218a209618f1c1781c23a614a33a077 SHA1: 9585a240ba1f359fad0daf9a34f6579fc608afd2 MD5sum: 833236aaf81548b50d70255d28ea2e7c 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.191-1~bpo12+1_i386.deb Package: libatk-adaptor Source: at-spi2-core Version: 2.52.0-1~bpo12+1 Installed-Size: 57 Maintainer: Debian Accessibility Team Architecture: i386 Replaces: at-spi Provides: at-spi Depends: libatk-bridge2.0-0 (>= 2.52.0-1~bpo12+1), libglib2.0-0 (>= 2.62) Conflicts: at-spi Size: 11160 SHA256: 4a1d5d7a8ddd091c53ff3d038386fdd48f73125ec4b784dd52dc804bd140d6e9 SHA1: 1c3c5957e6b95ffd3d90f52652704b1d9b2ed41a MD5sum: f9ed54803261d793324ac8e7398cddcd 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.52.0-1~bpo12+1_i386.deb Package: libatk-bridge2.0-0 Source: at-spi2-core Version: 2.52.0-1~bpo12+1 Installed-Size: 289 Maintainer: Debian Accessibility Team Architecture: i386 Depends: libatk1.0-0 (>= 2.51.90), libatspi2.0-0 (>= 2.9.90), libc6 (>= 2.7), libdbus-1-3 (>= 1.9.14), libglib2.0-0 (>= 2.62) Size: 72156 SHA256: 543fe405a78b5d3ce1439e26733ff57c453334f65f8ddb30d9f952d2716e489b SHA1: 66685434d5337164d72ec95e27b5df7a6b0840ae MD5sum: 6a03f66ed97b18a86f536480c9198257 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.52.0-1~bpo12+1_i386.deb Package: libatk-bridge2.0-dev Source: at-spi2-core Version: 2.52.0-1~bpo12+1 Installed-Size: 33 Maintainer: Debian Accessibility Team Architecture: i386 Depends: libatk-bridge2.0-0 (= 2.52.0-1~bpo12+1), libatk1.0-dev, libglib2.0-dev, libatspi2.0-dev Size: 9544 SHA256: ee8752d1c274aca48ee271abf8ea34a82393c783369d47efa8b718719f03eb63 SHA1: e886b0af7572c0821163237b085b0ec26cc9ca8b MD5sum: a9d50b593a77d917afe4a5207d95bdee 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.52.0-1~bpo12+1_i386.deb Package: libatk1.0-0 Source: at-spi2-core Version: 2.52.0-1~bpo12+1 Installed-Size: 209 Maintainer: Debian Accessibility Team Architecture: i386 Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.62), at-spi2-common Size: 51408 SHA256: d49305cd4bad3d986efa0f08b1246e2b0fd06170b8d0f2892841e6e0f0cfc9a0 SHA1: 58377398d18924b167dac026861b876a04a87e19 MD5sum: fd544eb5da911ceffb2725c95cf5df21 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.52.0-1~bpo12+1_i386.deb Package: libatk1.0-dev Source: at-spi2-core Version: 2.52.0-1~bpo12+1 Installed-Size: 1345 Maintainer: Debian Accessibility Team Architecture: i386 Replaces: gir-repository-dev Depends: libatk1.0-0 (= 2.52.0-1~bpo12+1), gir1.2-atk-1.0 (= 2.52.0-1~bpo12+1), pkgconf, libglib2.0-dev Size: 104620 SHA256: a792c19bd0a1542208556e777403bc2e6f30a7638bc5c36e311ca5dfa7741ae8 SHA1: c904075926f731a2ba0ee602aaf1746a265de8a1 MD5sum: 47f067134eb849eb009e0c2ce0c26e9b 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.52.0-1~bpo12+1_i386.deb Package: libatk1.0-doc Source: at-spi2-core Version: 2.52.0-1~bpo12+1 Installed-Size: 4916 Maintainer: Debian Accessibility Team Architecture: all Suggests: libglib2.0-doc, libgtk-3-doc, devhelp Size: 202132 SHA256: 4c123c06025a2ad3a208f0594d2ac34b6139d5582a06cda3f0fb0007b1048a9f SHA1: f159fa8c27cc00a9e0425d19e31ea70a5a310c3d MD5sum: 0fa595d6889113a4fc60b1097e27313c 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.52.0-1~bpo12+1_all.deb Package: libatspi2.0-0 Source: at-spi2-core Version: 2.52.0-1~bpo12+1 Installed-Size: 269 Maintainer: Debian Accessibility Team Architecture: i386 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.52.0-1~bpo12+1) Size: 80524 SHA256: 3da9321b54d8375c50332eb8e2866f71998dedb5ec33aa1cabccae4fa20a73c3 SHA1: b29c65ee07cc0a78c7c5fd82d6a1d8fac0c8bdaf MD5sum: 105bef470ff37efc1f47f74f8c355c0e 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.52.0-1~bpo12+1_i386.deb Package: libatspi2.0-dev Source: at-spi2-core Version: 2.52.0-1~bpo12+1 Installed-Size: 827 Maintainer: Debian Accessibility Team Architecture: i386 Replaces: gir-repository-dev Depends: gir1.2-atspi-2.0 (= 2.52.0-1~bpo12+1), libatspi2.0-0 (= 2.52.0-1~bpo12+1), libglib2.0-dev, libdbus-1-dev, libxtst-dev Size: 80788 SHA256: de15d54abcd262bfef9df2bacc76557e1140e75a9c5d26c265575f48d3dbfaf2 SHA1: 97c6c18c2a5ef45fe7e5b0a305fbb65826e16cfa MD5sum: 5ffe6b2e5b819e1762b5ecd8c1ea9ff9 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.52.0-1~bpo12+1_i386.deb Package: libbrlapi-dev Source: brltty Version: 6.6-5~bpo12+1 Installed-Size: 729 Maintainer: Debian Accessibility Team Architecture: i386 Depends: libbrlapi0.8 (= 6.6-5~bpo12+1) Conflicts: libbrlapi1-dev (<< 3.8) Size: 226044 SHA256: dc6abbf557de02f150003a4bf153c548485b1ac7fb9b08121fc5ddd8d425b3b2 SHA1: 9feba9e2324a39130dcbf7d9e0df9a0d44b9c86b MD5sum: c0c7b28ca36682f849a7f2e200aa98a7 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.6-5~bpo12+1_i386.deb Package: libbrlapi-java Source: brltty Version: 6.6-5~bpo12+1 Installed-Size: 3943 Maintainer: Debian Accessibility Team Architecture: all Depends: libbrlapi-jni (>= 6.6-5~bpo12+1) Size: 307312 SHA256: 4579af0e16113355d7f40ed0651a415ed52571fefc40f2d0dfd71d09f0e81ba8 SHA1: 965b4c985f7fd0b2e02e42b2416fc1e286ded4f0 MD5sum: 2d2a5be734e4053fdbebe3eae4956a23 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.6-5~bpo12+1_all.deb Package: libbrlapi-jni Source: brltty Version: 6.6-5~bpo12+1 Installed-Size: 123 Maintainer: Debian Accessibility Team Architecture: i386 Depends: libbrlapi0.8 (>= 6.6), libc6 (>= 2.34) Size: 83228 SHA256: cab7c6724aa8eb7e3de21bd0e2426743e71e7bacb724a6b64d3fe1ed91a77ef9 SHA1: 27c9d1ffb526cf431e754068087aec0ce0b066aa MD5sum: 1dd0a976711159782b2fa11faa590dd5 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.6-5~bpo12+1_i386.deb Package: libbrlapi0.8 Source: brltty Version: 6.6-5~bpo12+1 Installed-Size: 138 Maintainer: Debian Accessibility Team Architecture: i386 Depends: libc6 (>= 2.34), libsystemd0 Size: 93044 SHA256: 852214c52495d48e30093bc14ff37d5ef8947929dc08906db3519aa5e401c355 SHA1: e29c5e84de07d3bcfca6d60f94846417c484f21a MD5sum: b31ee258adc9ee0719ebd4cd7a8e59de 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.6-5~bpo12+1_i386.deb Package: libbtrfs-dev Source: btrfs-progs Version: 6.6.3-1.2~bpo12+1 Installed-Size: 251 Maintainer: Adam Borowski Architecture: i386 Depends: libbtrfs0 (= 6.6.3-1.2~bpo12+1) Size: 74536 SHA256: 764f529371f8c12d0de0406afd4b221e42ea9eef120ee0dcacc1a0220d608031 SHA1: 7e30cddde10d4067353e8674f3146230d418bcdf MD5sum: 65d7b4e5edd83b08dfc3177c27fd95f8 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.6.3-1.2~bpo12+1_i386.deb Package: libbtrfs0 Source: btrfs-progs Version: 6.6.3-1.2~bpo12+1 Installed-Size: 72 Maintainer: Adam Borowski Architecture: i386 Depends: libc6 (>= 2.4) Size: 38828 SHA256: b27ec75259360e676b9bf7a364e08a29790ffcf03a11ef67f0d785980ccd4fdf SHA1: d7b80337f950f0c0f290cde74aaf0eaed46ceac3 MD5sum: 413ce64e52eeaabb5aa00f5315e0dc5e 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.6.3-1.2~bpo12+1_i386.deb Package: libbtrfsutil-dev Source: btrfs-progs Version: 6.6.3-1.2~bpo12+1 Installed-Size: 94 Maintainer: Adam Borowski Architecture: i386 Depends: libbtrfsutil1 (= 6.6.3-1.2~bpo12+1) Size: 41744 SHA256: ab0b03004742ba7c7df2dda938920265ae9138ba977642be2eb6a5b8572302c6 SHA1: 63cbac98eb26bd3a060764fc49857146d94bf949 MD5sum: 1a93635c0e6fdaf9ae61cd81fe73be82 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.6.3-1.2~bpo12+1_i386.deb Package: libbtrfsutil1 Source: btrfs-progs Version: 6.6.3-1.2~bpo12+1 Installed-Size: 78 Maintainer: Adam Borowski Architecture: i386 Depends: libc6 (>= 2.33) Size: 38832 SHA256: 2e21b2b0d06ba5bb17274d7307d95bf8ba76c33a857c15b3d21307736d2838f5 SHA1: 4c997085039cfed43d38830b14a112814fee5bf9 MD5sum: d965aecfed05c33522818dd5e8262972 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.6.3-1.2~bpo12+1_i386.deb Package: libcamera-dev Source: libcamera Version: 0.3.2-1~bpo12+1 Installed-Size: 182 Maintainer: Debian Multimedia Maintainers Architecture: i386 Depends: libcamera0.3 (= 0.3.2-1~bpo12+1) Size: 31872 SHA256: 7e2a22785c05986a93dcb33cd3b3ea44dd195f6e72a92865859ffce303c41177 SHA1: 5101c6790c797a9925d67ab0f2e2fb67786eaf82 MD5sum: 156699d93dabc617247f3275418a5608 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_i386.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: 604 Maintainer: Debian Multimedia Maintainers Architecture: i386 Replaces: libcamera0 (<< 0.0.3-1~) Depends: libc6 (>= 2.34), libcamera0.3 (>= 0.3.2), libgcc-s1 (>= 4.2), libstdc++6 (>= 11) Breaks: libcamera0 (<< 0.0.3-1~) Size: 139644 SHA256: c574412ba7341056c2e596b2f7ab711a057c5480c9105042957ecca4d5e57c77 SHA1: f313e5c3b7e3f0f696ef805cfd06e93777f10379 MD5sum: 6e72ce207ed6e5f9e2ebfaf1c30fff35 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_i386.deb Package: libcamera-tools Source: libcamera Version: 0.3.2-1~bpo12+1 Installed-Size: 886 Maintainer: Debian Multimedia Maintainers Architecture: i386 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 (>= 7), libjpeg62-turbo (>= 1.3.1), libsdl2-2.0-0 (>= 2.0.16), libstdc++6 (>= 11), libtiff6 (>= 4.5.0~rc1), libyaml-0-2 Size: 284012 SHA256: 78648bdc670ad636739ba46a4ff78db79b2811904261c5ca31a307c36f1e3dd8 SHA1: 19868b5ca86b22fdaa898c11062c43f1d220fe24 MD5sum: 20d34a885a95fa7611177d4557cbaeed 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_i386.deb Package: libcamera-v4l2 Source: libcamera Version: 0.3.2-1~bpo12+1 Installed-Size: 159 Maintainer: Debian Multimedia Maintainers Architecture: i386 Replaces: libcamera0 (<< 0.0.3-1~) Depends: libc6 (>= 2.34), libcamera0.3 (>= 0.3.2), libgcc-s1 (>= 4.2), libstdc++6 (>= 12) Breaks: libcamera0 (<< 0.0.3-1~) Size: 50140 SHA256: c4be87af798d3a5c3fdd688aef0e080f5e077942952b390f43d364b39e1cdf78 SHA1: c735cceedea8d047ab90b3a3ab6ad80874575f99 MD5sum: b72ece8b7fd0c292e96670c452a6f5c6 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_i386.deb Package: libcamera0.3 Source: libcamera Version: 0.3.2-1~bpo12+1 Installed-Size: 1869 Maintainer: Debian Multimedia Maintainers Architecture: i386 Replaces: libcamera0 (<< 0.0.3-1~) Depends: libc6 (>= 2.34), libdw1 (>= 0.158), libgcc-s1 (>= 7), libgnutls30 (>= 3.7.3), 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: 546468 SHA256: 5f410477de2a342b956495cdcf8925dfc01c851024394cfa03bdf0a44f5e08a5 SHA1: 55ff4a6ae079689117ee66e991d150702242a0d0 MD5sum: ba5bf2ec323f0c030f0a4aebb4df6b17 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_i386.deb Package: libcassandra-client-perl Version: 0.20-1~bpo12+1 Installed-Size: 268 Maintainer: Debian Perl Group Architecture: i386 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: 79168 SHA256: 6281e1a1668c2a8e29a48d48a4954a680e0e4114172ce946442f9c6d7896e917 SHA1: ada5024ffe47e2dd7c271817fb5b57e356a17f5b MD5sum: f1212fe906b529240e132cf06d7dcb80 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_i386.deb Package: libclaws-mail-dev Source: claws-mail Version: 4.3.0-1~bpo12+1 Installed-Size: 1061 Maintainer: Ricardo Mones Architecture: i386 Depends: libssl-dev, libenchant-2-dev Size: 409556 SHA256: 58c1237d0ac35ef9191790e6ebfa9182e179909c451c1622fe93522182a3a0ef SHA1: 8b665176543758dfef0b92b889b7899ee5807893 MD5sum: 5e00f4115625b6fcb11a0402edd8bee5 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.0-1~bpo12+1_i386.deb Package: libcloudflare-ddns-dev Source: cloudflare-ddns Version: 2.1.0-2~bpo12+1 Installed-Size: 69 Maintainer: Andrea Pappacoda Architecture: i386 Depends: libcloudflare-ddns2 (= 2.1.0-2~bpo12+1), libcurl4-openssl-dev | libcurl-dev Size: 18476 SHA256: e4d29036adf2965a3f527f265a8a7538f5b424a1fbc69f9d301e016ab84658ab SHA1: f10cb87aa14c6a2c0b18324bf356df01c2d45fdf MD5sum: 93191c1310ddfeb186830c08c3a77ee5 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_i386.deb Package: libcloudflare-ddns2 Source: cloudflare-ddns Version: 2.1.0-2~bpo12+1 Installed-Size: 69 Maintainer: Andrea Pappacoda Architecture: i386 Depends: libc6 (>= 2.4), libcurl4 (>= 7.16.2) Size: 19092 SHA256: e75fb1431702cd7ed5e078af58ef7c312ef823938ed95a53ac6e8a813e205699 SHA1: e58bdfa4da6a6f346b7363ceedcfc9bfcfd6cec6 MD5sum: 8fef89c138cacef1ef86074bdf71cba8 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_i386.deb Package: libcom-err2 Source: e2fsprogs Version: 1.47.1~rc2-1~bpo12+1 Installed-Size: 56 Maintainer: Theodore Y. Ts'o Architecture: i386 Replaces: libcomerr2 (<< 1.43.9-1~) Provides: libcomerr2 (= 1.47.1~rc2-1~bpo12+1) Depends: libc6 (>= 2.28) Breaks: libcomerr2 (<< 1.43.9-1~) Size: 22904 SHA256: 2f582ba79de91ce859d4f0dc61e9b3a6f795a4f706561dfdfb7736646e2a3e3c SHA1: 5b0cca1e747c3443323b8a03ac27cbdd36b708cc MD5sum: 324d276ec662c22d2173f59fe66b2109 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.1~rc2-1~bpo12+1_i386.deb Package: libcos4-3 Source: omniorb-dfsg Version: 4.3.1+ds1-1~bpo12+1 Installed-Size: 7731 Maintainer: Freexian Packaging Team Architecture: i386 Replaces: libcos4-2 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.0), libomniorb4-3 (>= 4.3.1+ds1), libomnithread4 (>= 4.3.1+ds1), libstdc++6 (>= 5) Conflicts: libcos4-2 Size: 1229072 SHA256: 867266787cb11a5b2da5ed47ffe6d2607d4c8a3af60354d1237e1874d266a1c1 SHA1: a0197fa9ae2fbac27f46601a4cfee32391e6775d MD5sum: d0feb58c5f44baca754f3a1d93691829 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.1+ds1-1~bpo12+1_i386.deb Package: libcos4-dev Source: omniorb-dfsg Version: 4.3.1+ds1-1~bpo12+1 Installed-Size: 14261 Maintainer: Freexian Packaging Team Architecture: i386 Depends: libcos4-3 (= 4.3.1+ds1-1~bpo12+1), libomniorb4-dev (= 4.3.1+ds1-1~bpo12+1), pkg-config Size: 1280108 SHA256: 56d6e46801107511053559c0670168c34697572eda3d04702e130681ce1c3c96 SHA1: 8781cacb2df11e6625fcfd10245085b07cf1b015 MD5sum: 7192f4071559e0d02ee6ee6859645a31 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.1+ds1-1~bpo12+1_i386.deb Package: libcotp-dev Source: libcotp Version: 3.0.0-1~bpo12+1 Installed-Size: 20 Maintainer: Francisco Vilmar Cardoso Ruviaro Architecture: i386 Depends: libcotp3 (= 3.0.0-1~bpo12+1) Size: 4084 SHA256: cb607fe4df0908a5cc919c4e5c8e0a15809af74bd973174312344b22d23ba2a9 SHA1: 502d4ac737bddc5a2fce10c0765a6448ec19223b MD5sum: f585b62a6169d74f9fa4d42276e0f127 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_i386.deb Package: libcotp3 Source: libcotp Version: 3.0.0-1~bpo12+1 Installed-Size: 35 Maintainer: Francisco Vilmar Cardoso Ruviaro Architecture: i386 Depends: libc6 (>= 2.4), libgcrypt20 (>= 1.10.0) Size: 9820 SHA256: 1b6ccdf624eb30d7982be99545ff7ad16f939030909e0a98339cde88adf50550 SHA1: cd8d0ce609551f388f19cc5abd521ba165f2f196 MD5sum: 7d8e20a2e8c450dab64993753f9d5aa9 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_i386.deb Package: libcowsql-dev Source: cowsql Version: 1.15.6-1~bpo12+1 Installed-Size: 407 Maintainer: Free Ekanayaka Architecture: i386 Depends: libcowsql0 (= 1.15.6-1~bpo12+1), libsqlite3-dev (>= 3.22.0~) Size: 106128 SHA256: 1c29ff7f458826b3ccd74f1cb2ddb8a908b147e1f36fb0a2a3c876b578d29027 SHA1: 14be0d11bd9709f8e0752595aa8e3e903483b7da MD5sum: da48343af26d3a670ba028442d2785b5 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.6-1~bpo12+1_i386.deb Package: libcowsql0 Source: cowsql Version: 1.15.6-1~bpo12+1 Installed-Size: 254 Maintainer: Free Ekanayaka Architecture: i386 Depends: libc6 (>= 2.34), libraft0 (>= 0.20), libsqlite3-0 (>= 3.8.7), libuv1 (>= 1.8.0~) Size: 81612 SHA256: e973f69835ca6c6066ebbc8c157621a5bd0c9b7c9cdd73aecf13724947b32bc1 SHA1: 7f75dbee6d12eaa4a808306880edf86988254884 MD5sum: 3fbc0b12e7f4c319a36a4b881ee328b6 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.6-1~bpo12+1_i386.deb Package: libcppdap-dev Source: cppdap Version: 1.58.0a-5~bpo12+1 Installed-Size: 4012 Maintainer: Timo Röhling Architecture: i386 Depends: libjsoncpp-dev (>= 1.9.5), libjsoncpp-dev (<< 1.9.6~) Size: 402712 SHA256: 0eaf7588c5d0bd009f631a8308b12c67fe34daba6d3f04d400b97251b114524a SHA1: 42465c67304d0a1481205962b038d6a493ca2787 MD5sum: 0e1b7c8e505711a2e03a6bb2ac1cde33 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-5~bpo12+1_i386.deb Package: libcpupower-dev Source: linux Version: 6.10.11-1~bpo12+1 Installed-Size: 880 Maintainer: Debian Kernel Team Architecture: i386 Replaces: libcpufreq-dev Provides: libcpufreq-dev Depends: libcpupower1 (= 6.10.11-1~bpo12+1) Conflicts: libcpufreq-dev Size: 875728 SHA256: 0b6fae05f8bf7a8aef9d1101dbc0768a1bba14fd2d18ac8d9ad78b466b145f4c SHA1: ff781069688462761fc60ddb76866a4f7bf85c74 MD5sum: 5b9f3fa81ac2176dff533c9f6ab49ec0 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.10.11-1~bpo12+1_i386.deb Package: libcpupower1 Source: linux Version: 6.10.11-1~bpo12+1 Installed-Size: 908 Maintainer: Debian Kernel Team Architecture: i386 Depends: libc6 (>= 2.34) Size: 883988 SHA256: 099145093949bde9fe53952e864b918bc91195e115460507e98d5ea31fcf1b52 SHA1: c3e9f61a22a12f24e5fba5260b8b1d759c218439 MD5sum: 59e2a51f27dbc06dc211fcfbd9971d1c 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.10.11-1~bpo12+1_i386.deb Package: libcurl3-gnutls Source: curl Version: 8.10.1-1~bpo12+1 Installed-Size: 1016 Maintainer: Debian Curl Maintainers Architecture: i386 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: 398384 SHA256: fca056f92ddc549cc50b97f9d7899c9c348884cc0c757b0232e3ad6a071eec65 SHA1: f190c4d35b7cffaedb3872507e4d16502de53384 MD5sum: e4f583f16f0ce95cf8ca39c33bf7be27 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.10.1-1~bpo12+1_i386.deb Package: libcurl4 Source: curl Version: 8.10.1-1~bpo12+1 Installed-Size: 992 Maintainer: Debian Curl Maintainers Architecture: i386 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: 389588 SHA256: 0f4497ae0626b11ce2a2a49c82f6c9fca60239813d2f9a32ce7600fdc3bc4acf SHA1: 38c205862e50bd98c90bb8dfa50c42b3111b951d MD5sum: 41ad77d6fdcc7dd3c3f033196a22bb94 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.10.1-1~bpo12+1_i386.deb Package: libcurl4-doc Source: curl Version: 8.10.1-1~bpo12+1 Installed-Size: 1629 Maintainer: Debian Curl Maintainers Architecture: all Size: 847688 SHA256: 4109211d1abd216961edc652abdae07671cf6173d50a919a9efdb66cd0a481f0 SHA1: e8cb7ff7ba91cdf2302827cbd8d147c816109123 MD5sum: 23245857a17127d444331d94f555b747 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.10.1-1~bpo12+1_all.deb Package: libcurl4-gnutls-dev Source: curl Version: 8.10.1-1~bpo12+1 Installed-Size: 1849 Maintainer: Debian Curl Maintainers Architecture: i386 Provides: libcurl-dev, libcurl-ssl-dev, libcurl3-gnutls-dev, libcurl4-dev Depends: libbrotli-dev, libcurl3-gnutls (= 8.10.1-1~bpo12+1), libgnutls28-dev, libidn2-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, libkrb5-dev, libldap2-dev, pkgconf Conflicts: libcurl4-openssl-dev Size: 529940 SHA256: 092e5780ff66af09a5805777bd693c173dd460aa053a333a64e07985093dcc6d SHA1: 1ba16535138174518bb36e549213f007f8576ad8 MD5sum: 671fc778bd1c5b91389f016050637b4f 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.10.1-1~bpo12+1_i386.deb Package: libcurl4-openssl-dev Source: curl Version: 8.10.1-1~bpo12+1 Installed-Size: 1813 Maintainer: Debian Curl Maintainers Architecture: i386 Provides: libcurl-dev, libcurl-ssl-dev, libcurl3-dev, libcurl3-openssl-dev, libcurl4-dev Depends: libbrotli-dev, libcurl4 (= 8.10.1-1~bpo12+1), libidn2-dev, libnghttp2-dev, libpsl-dev, librtmp-dev, libssh2-1-dev, libssl-dev, libzstd-dev, zlib1g-dev Suggests: dpkg-dev, libcurl4-doc, libidn-dev, libkrb5-dev, libldap2-dev, pkgconf Conflicts: libcurl4-gnutls-dev, libssl1.0-dev Size: 518548 SHA256: f897b9b42f0ff2986505c49bc93911b4fac17313f2e7b3be433a84a623e8f0eb SHA1: 2148c29fff7ba9201476e1bc42b10fa9ca0d41a2 MD5sum: 7b45362ea8c47ce42d478175a4ab5d48 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.10.1-1~bpo12+1_i386.deb Package: libcyrus-imap-perl Source: cyrus-imapd Version: 3.8.1-1~bpo12+1 Installed-Size: 1304 Maintainer: Debian Cyrus Team Architecture: i386 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: 281724 SHA256: 35a112aa6b2f1e0380dd9e35db27791dbaa9de8372ed454a44cb26f477e0fabd SHA1: 37d1344a4873f6279c92913b5cc80dbb249cd8b0 MD5sum: 972c6fbf69bd3134ca2a9410d8c1ff7d 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_i386.deb Package: libd3dadapter9-mesa Source: mesa Version: 24.2.2-1~bpo12+1 Installed-Size: 33936 Maintainer: Debian X Strike Force Architecture: i386 Depends: libc6 (>= 2.34), libdrm-amdgpu1 (>= 2.4.121), libdrm-intel1 (>= 2.4.121), libdrm-radeon1 (>= 2.4.121), libdrm2 (>= 2.4.121), libelf1 (>= 0.142), libexpat1 (>= 2.0.1), libgcc-s1 (>= 7), libllvm15, libsensors5 (>= 1:3.5.0), libstdc++6 (>= 11), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4), libudev1 Size: 7608832 SHA256: af85487761833beca97a4e3a7c07e567e8c8ef37826d4b113c1a9d89d36ac85e SHA1: f1bf4dca5402bc8f0baaf744bd787c1c650c26ce MD5sum: f917e7badc85542eb35f26c4aa9a32a3 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.2-1~bpo12+1_i386.deb Package: libd3dadapter9-mesa-dev Source: mesa Version: 24.2.2-1~bpo12+1 Installed-Size: 64 Maintainer: Debian X Strike Force Architecture: i386 Depends: libd3dadapter9-mesa (= 24.2.2-1~bpo12+1), libudev1 Size: 22512 SHA256: ac71331aa175a0994be569138627b63f81860262aac21b8acc595e3f365a07df SHA1: d8434513cd3a8e005b1c23aa093ce7bdc784808b MD5sum: 63649879c0ff8555cd038cb95c8aee30 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.2-1~bpo12+1_i386.deb Package: libdar-dev Source: dar Version: 2.7.15-2~bpo12+1 Installed-Size: 8154 Maintainer: John Goerzen Architecture: i386 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: 1443008 SHA256: ea86a339c39cb303824ce749b6765bbbe82aa98252bd4bcaa622f06c435902e5 SHA1: deb59876984e1b06176cf0a89f8300a695650bbf MD5sum: 0e9ce42029cfdcb997712b97c94c446f 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_i386.deb Package: libdar64-6000 Source: dar Version: 2.7.15-2~bpo12+1 Installed-Size: 3039 Maintainer: John Goerzen Architecture: i386 Depends: libargon2-1 (>= 0~20171227), libbz2-1.0, libc6 (>= 2.34), libcap2 (>= 1:2.10), libcurl4 (>= 7.16.2), libgcc-s1 (>= 3.0), libgcrypt20 (>= 1.10.0), libgpgme11 (>= 1.2.0), liblz4-1 (>= 0.0~r130), liblzma5 (>= 5.1.1alpha+20120614), liblzo2-2 (>= 2.02), librsync2 (>= 1.0.0), libstdc++6 (>= 11), libthreadar1000 (>= 1.5.0), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.2.0) Size: 1004992 SHA256: 408eaeca39b2c43a41d9d4833bbbd8990d880bb61d61b468ac5fb153cf09ef56 SHA1: 4dbf4ce9cac4d39b5839f91a9020dc6b4d1cc947 MD5sum: a2ce700633d1a12c2cbd7d8a1dd5318c 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_i386.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.19~bpo12+1 Installed-Size: 351 Maintainer: Debhelper Maintainers Architecture: all Replaces: debhelper (<< 12.6~) Depends: perl:any Breaks: debhelper (<< 12.6~) Size: 89952 SHA256: 363b0e99c3a9e8c15ee0b426411a3c2fab7787bf6610a328b2b57e2d9a3e2092 SHA1: 7ee4534b9b250bd554887cda7f5364e24e8d0245 MD5sum: e46780a34310f2338aae6172c6e3ede6 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.19~bpo12+1_all.deb Package: libdebuginfod-common Source: elfutils Version: 0.191-1~bpo12+1 Installed-Size: 51 Maintainer: Debian Elfutils Maintainers Architecture: all Depends: debconf (>= 0.5) | debconf-2.0, ucf Pre-Depends: debconf Size: 22952 SHA256: a002191b9d94d41f213c3da5b5d99ede87e289b5d439da6f09b8e26b2407cc78 SHA1: 8df34e43b53f12f01e50f2a8da1b7d5ebfaf5468 MD5sum: 559dc4970c1d9d73ad5f0a8ede12a911 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.191-1~bpo12+1_all.deb Package: libdebuginfod-dev Source: elfutils Version: 0.191-1~bpo12+1 Installed-Size: 57 Maintainer: Debian Elfutils Maintainers Architecture: i386 Depends: libdebuginfod1 (= 0.191-1~bpo12+1), libelf-dev Size: 22668 SHA256: 5420c986f242795a26daeb26a76c9cc713382129b0246d58a3d84954f26a63d1 SHA1: d61d4ad3eb45648dfcaa151c3b54feb9939f6377 MD5sum: f06996d534c2fdcd1476efe1ec4f56d9 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.191-1~bpo12+1_i386.deb Package: libdebuginfod1 Source: elfutils Version: 0.191-1~bpo12+1 Installed-Size: 68 Maintainer: Debian Elfutils Maintainers Architecture: i386 Depends: libc6 (>= 2.34), libcurl3-gnutls (>= 7.28.0), libelf1 (= 0.191-1~bpo12+1), libdw1 (= 0.191-1~bpo12+1), libdebuginfod-common (>= 0.191-1~bpo12+1) Size: 29360 SHA256: 3418b8ddda04faf9dbcab26cf0a99c6cf745609f0e94541b8073cd65453250ff SHA1: a5400feb3c8bdf9ab345fd4ff04a119803d6d18e MD5sum: 2bc27ebe48c5da8f97ab3b225647d7cd 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.191-1~bpo12+1_i386.deb Package: libdisplay-info-bin Source: libdisplay-info Version: 0.2.0-2~bpo12+1 Installed-Size: 95 Maintainer: Marc Dequènes (Duck) Architecture: i386 Depends: libc6 (>= 2.34), libdisplay-info2 (>= 0.2.0) Size: 29616 SHA256: d4bcf4571c5616dd2777e89cb20a0274a18bb5da400ca9dd2a2984c8f777214b SHA1: 44b4c9a80d619245a7133bc597833b6e77747bcc MD5sum: 60072f0afb8260af739b8922a0ac3b16 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_i386.deb Package: libdisplay-info-dev Source: libdisplay-info Version: 0.2.0-2~bpo12+1 Installed-Size: 124 Maintainer: Marc Dequènes (Duck) Architecture: i386 Depends: libdisplay-info2 (= 0.2.0-2~bpo12+1) Size: 26200 SHA256: 6a4efed181bb4635cbb4bb8f838a2cbecbe91752144f9ea2e82818475934b480 SHA1: 5438631d13fe40cacf95c7f4d59b83dc941cb998 MD5sum: 677926f33e7aacb88bc63073ab574cd0 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_i386.deb Package: libdisplay-info1 Source: libdisplay-info Version: 0.1.1-2~bpo12+1 Installed-Size: 238 Maintainer: Marc Dequènes (Duck) Architecture: i386 Depends: libc6 (>= 2.27) Size: 74140 SHA256: 5e475b1f97e54c5cd7d2f274d36080ac351ef1e323697eb8536594fc96f2a49a SHA1: feb74f31156aa5e08c0175c126906aec8b8c58b5 MD5sum: a67fb00ad9f8ab9fe5a33556cce0ff6d 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_i386.deb Package: libdisplay-info2 Source: libdisplay-info Version: 0.2.0-2~bpo12+1 Installed-Size: 247 Maintainer: Marc Dequènes (Duck) Architecture: i386 Depends: libc6 (>= 2.27) Size: 77776 SHA256: f0e2c802d168ad3ab9edb6c92b2dba8a89d8091f6c91657ff2d14191ed5587de SHA1: 113e6f48068043e60fbf64afe6897560652fa6e8 MD5sum: 78588fccc65637ff6037b48171144355 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_i386.deb Package: libdjinterop-dev Source: libdjinterop Version: 0.21.0+ds-2~bpo12+1 Installed-Size: 216 Maintainer: Debian Multimedia Maintainers Architecture: i386 Depends: libdjinterop0 (= 0.21.0+ds-2~bpo12+1) Size: 31948 SHA256: 4482394e555f15feaa4eb4e33ef5cf055ea81fd4518306f63673dd27963c726c SHA1: bc14add2fcca688e6eccb8b65fd20a75321aad48 MD5sum: 6015dcd2858d510667c650b95f8405d8 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_i386.deb Package: libdjinterop0 Source: libdjinterop Version: 0.21.0+ds-2~bpo12+1 Installed-Size: 1937 Maintainer: Debian Multimedia Maintainers Architecture: i386 Depends: libc6 (>= 2.33), libgcc-s1 (>= 7), libsqlite3-0 (>= 3.14.0), libstdc++6 (>= 11), zlib1g (>= 1:1.1.4) Size: 437088 SHA256: ddc5a774ac0841e43833fac8ad4634f6c92c185c489b8045ee44b8722a35b1dd SHA1: 392465422ab39618b8e786bdf4d5316f3478c41c MD5sum: 4f586a0467af9adf7b7c9df302ef3369 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_i386.deb Package: libdrm-amdgpu1 Source: libdrm Version: 2.4.123-1~bpo12+1 Installed-Size: 80 Maintainer: Debian X Strike Force Architecture: i386 Depends: libc6 (>= 2.34), libdrm2 (>= 2.4.108) Size: 25340 SHA256: 02605b4e380f97238f0b3c5aeb906f7fabc14c91ed4b309eae6c8281234b28cf SHA1: 762f4092a458ecc464166b7609805f8fba503179 MD5sum: 8036bd07438b5406e1a4b7b9fedbbad0 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_i386.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: 1281 Maintainer: Debian X Strike Force Architecture: i386 Depends: libdrm2 (= 2.4.123-1~bpo12+1), libdrm-intel1 (= 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), libpciaccess-dev Size: 307452 SHA256: 8b1ed8afb043c24487c4dba6df8ee6d7239e643626e6a9de2034f63f9a33d7d5 SHA1: d9d9eae41127af9a71ef79fdf5af521f6c9e680e MD5sum: 3520e0908f9ac239ad85313924a95c35 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_i386.deb Package: libdrm-intel1 Source: libdrm Version: 2.4.123-1~bpo12+1 Installed-Size: 189 Maintainer: Debian X Strike Force Architecture: i386 Depends: libc6 (>= 2.34), libdrm2 (>= 2.4.108), libpciaccess0 Size: 66852 SHA256: c0b911c8201d9c04c429844f51108d3f6efbd78b57b370e94e1800c3a44f0dac SHA1: f8b789581b74a6885a5b7b3db20d91994879e658 MD5sum: 02c223c339888ae2aed3392877a1af1e Description: Userspace interface to intel-specific kernel DRM services -- runtime This library implements the userspace interface to the kernel DRM services. DRM stands for "Direct Rendering Manager", which is the kernelspace portion of the "Direct Rendering Infrastructure" (DRI). The DRI is currently used on Linux to provide hardware-accelerated OpenGL drivers. Multi-Arch: same Homepage: https://gitlab.freedesktop.org/mesa/drm/ Section: libs Priority: optional Filename: pool/main/libd/libdrm/libdrm-intel1_2.4.123-1~bpo12+1_i386.deb Package: libdrm-nouveau2 Source: libdrm Version: 2.4.123-1~bpo12+1 Installed-Size: 70 Maintainer: Debian X Strike Force Architecture: i386 Depends: libc6 (>= 2.4), libdrm2 (>= 2.4.108) Size: 21048 SHA256: 4d8304d25078f63ef74f6d53183bd35d5642cda0a340e568098f7663a2eb9b5d SHA1: 85c7adc91428f2b73382fdc6ad9608fe1a5dc674 MD5sum: a8e4abf9db267a71f779699c0ebde66e 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_i386.deb Package: libdrm-radeon1 Source: libdrm Version: 2.4.123-1~bpo12+1 Installed-Size: 86 Maintainer: Debian X Strike Force Architecture: i386 Depends: libc6 (>= 2.4), libdrm2 (>= 2.4.108) Size: 23280 SHA256: af0bef7f29d88b95f92981c4a9857931a5f9d76aabadbe252f1bdf8a49063931 SHA1: 5881a6e7d875b0b8d65dd8e746f58b0975a59c5f MD5sum: dbbe264e5df34e581c97a54793c93e80 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_i386.deb Package: libdrm-tests Source: libdrm Version: 2.4.123-1~bpo12+1 Installed-Size: 194 Maintainer: Debian X Strike Force Architecture: i386 Depends: libdrm2 (= 2.4.123-1~bpo12+1), libc6 (>= 2.34), libdrm-amdgpu1 (>= 2.4.77) Size: 54680 SHA256: 33523fccee99b22c3edfb03b57e816668303bf957d3942af345a9ec66f69bf15 SHA1: 18dc9a2649a8a6a7505007355bfed5d4e4d7f327 MD5sum: e6ec7914fdd86ce387f51a6c34660e0d 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_i386.deb Package: libdrm2 Source: libdrm Version: 2.4.123-1~bpo12+1 Installed-Size: 136 Maintainer: Debian X Strike Force Architecture: i386 Depends: libdrm-common (>= 2.4.123-1~bpo12+1), libc6 (>= 2.33) Size: 42144 SHA256: 8a3810574682f7b0f688054e463148e32ee23bb1ff0c6393bee5a08d1b0e91c4 SHA1: e533b96d0e2839d5a62d3fab7ac1dc8fce02b287 MD5sum: 8988dc5fc113ce3a0372efe91d590d00 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_i386.deb Package: libdw-dev Source: elfutils Version: 0.191-1~bpo12+1 Installed-Size: 1555 Maintainer: Debian Elfutils Maintainers Architecture: i386 Depends: libelf-dev, libdw1 (= 0.191-1~bpo12+1), zlib1g-dev, liblzma-dev Size: 366832 SHA256: 7863ac1a14773b769d3404c88462f80be4ea64318ea507dc3f26e0ec5236a894 SHA1: 52541aa6f8801e239b0435d4655929965a15bab8 MD5sum: 064fe536c7b54ddc0dfe5bba82e7a14c 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.191-1~bpo12+1_i386.deb Package: libdw1 Source: elfutils Version: 0.191-1~bpo12+1 Installed-Size: 779 Maintainer: Debian Elfutils Maintainers Architecture: i386 Depends: libbz2-1.0, libc6 (>= 2.34), libelf1 (= 0.191-1~bpo12+1), liblzma5 (>= 5.1.1alpha+20120614), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.2.2.3) Size: 277992 SHA256: 3b9c02a9f2e5bdd8ae827fdcd6b6ea7fdd010fa6e0a74fa12410f04456e74d52 SHA1: 948af4456fa569c0cf73e8b3a31cc3ad3cf37ba0 MD5sum: f6d718169afd003c9fe85214b570fac6 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.191-1~bpo12+1_i386.deb Package: libegl-mesa0 Source: mesa Version: 24.2.2-1~bpo12+1 Installed-Size: 419 Maintainer: Debian X Strike Force Architecture: i386 Provides: libegl-vendor Depends: libc6 (>= 2.34), libdrm2 (>= 2.4.121), libexpat1 (>= 2.0.1), libgbm1 (= 24.2.2-1~bpo12+1), libgcc-s1 (>= 4.2), libglapi-mesa (= 24.2.2-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.2-1~bpo12+1) Size: 140792 SHA256: 4eeb05329faa166a1bb91ce4db00446c4b695b0aa2ec2280bbe83f8a4c8a4d62 SHA1: 38ec0c9bef842cd4a8fb4feecf3a8825bb75ab76 MD5sum: a7564f03af34b43c30a3f774cefba73b 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.2-1~bpo12+1_i386.deb Package: libegl1-mesa-dev Source: mesa Version: 24.2.2-1~bpo12+1 Installed-Size: 63 Maintainer: Debian X Strike Force Architecture: i386 Depends: libegl-dev, libglvnd-dev Size: 22736 SHA256: 90eef4341bfb29342ee8152e4ad5c72b3c8d435b66e09bc8a210d00020c3a9b5 SHA1: 8e9dbe2d2d9b183a134873cdc2549a58e11d0784 MD5sum: c043df3cfb8ae5305a1fa5d8788242fd 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.2-1~bpo12+1_i386.deb Package: libelf-dev Source: elfutils Version: 0.191-1~bpo12+1 Installed-Size: 340 Maintainer: Debian Elfutils Maintainers Architecture: i386 Depends: libelf1 (= 0.191-1~bpo12+1), zlib1g-dev, libzstd-dev Conflicts: libelfg0-dev Size: 82064 SHA256: 83ee85c5ef239786dd9164773997fad40b77d7c8fa2fb20a61c19c5d3757bc3c SHA1: db3c20f6ecd2229649406f755ceff95f032536b6 MD5sum: 0334db51bbee05e69d0d1ae9f5328570 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.191-1~bpo12+1_i386.deb Package: libelf1 Source: elfutils Version: 0.191-1~bpo12+1 Installed-Size: 1234 Maintainer: Debian Elfutils Maintainers Architecture: i386 Depends: libc6 (>= 2.34), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4) Size: 193592 SHA256: 463a6b31f1739a744fd7a860276e8d59d7b1ca4edea3fd11759b526f5163840d SHA1: b0960955caf7c017b84d71952382c1877719a667 MD5sum: 60eea226d440295de66cb2b8382678f0 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.191-1~bpo12+1_i386.deb Package: libengine-tpm2-tss-openssl Source: tpm2-tss-engine Version: 1.2.0-2~bpo12+1 Installed-Size: 77 Maintainer: Luca Boccassi Architecture: i386 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: 24176 SHA256: 951b5aff50f29a0db963e3058593d9250261e9d62bcb142eeaa43a7097d8d09a SHA1: 05267280eee6f81f7fb06076e0b6f5b32246eb53 MD5sum: f7843821f564c566046b3cad84053431 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_i386.deb Package: libext2fs-dev Source: e2fsprogs Version: 1.47.1~rc2-1~bpo12+1 Installed-Size: 1145 Maintainer: Theodore Y. Ts'o Architecture: i386 Replaces: e2fslibs-dev (<< 1.43.9-1~) Provides: e2fslibs-dev (= 1.47.1~rc2-1~bpo12+1) Depends: libc6-dev | libc-dev, comerr-dev, libext2fs2 (= 1.47.1~rc2-1~bpo12+1) Suggests: doc-base Breaks: e2fslibs-dev (<< 1.43.9-1~) Size: 324668 SHA256: b36c3ebaf3e0e9701b548adbdaab83e00e7f0ad5a438ca227a1867dffc864e16 SHA1: 5ab3f8f66b40982cb0e8cab9da28454318f67201 MD5sum: 0c9fb01e3700c980d7f3aa728b2fcb00 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.1~rc2-1~bpo12+1_i386.deb Package: libext2fs2 Source: e2fsprogs Version: 1.47.1~rc2-1~bpo12+1 Installed-Size: 601 Maintainer: Theodore Y. Ts'o Architecture: i386 Replaces: e2fslibs (<< 1.43.9-1~), libext2fs2 Provides: e2fslibs (= 1.47.1~rc2-1~bpo12+1) Depends: libc6 (>= 2.34) Breaks: e2fslibs (<< 1.43.9-1~) Size: 236028 SHA256: ffba133c5d90064c66b2c162c9d0a5e631362d13f078897e4a87769e18dca534 SHA1: 5fe901d18ee3a05a18bdfaabd25e231cb078d2bc MD5sum: 5ebe333ebd706c2ac5210693d848d4b9 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.1~rc2-1~bpo12+1_i386.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: i386 Depends: qtbase5-dev, libfcitx5-qt1 (= 5.1.6-1~bpo12+1) Size: 14264 SHA256: 1ca023fd08b6fbf6e57f00ae8079c7f565823e3edde069a4d515c56f6674a970 SHA1: 361165a271255b09bde7d0088c673e45686d0c14 MD5sum: 6333417f1dfd0d0cbee3d8babafb1a02 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_i386.deb Package: libfcitx5-qt1 Source: fcitx5-qt Version: 5.1.6-1~bpo12+1 Installed-Size: 378 Maintainer: Debian Input Method Team Architecture: i386 Depends: libfcitx5-qt-data (= 5.1.6-1~bpo12+1), libc6 (>= 2.4), libfcitx5utils2 (>= 5.1.9), libgcc-s1 (>= 3.0), libqt5core5a (>= 5.15.1), libqt5dbus5 (>= 5.0.2), libqt5gui5 (>= 5.7.0) | libqt5gui5-gles (>= 5.7.0), libqt5widgets5 (>= 5.15.1), libstdc++6 (>= 5.2) Size: 105460 SHA256: 4b3cd066b6cb56ac1ebe2537c76e708c282f130269f294c7e3f2d29fb6bb5090 SHA1: 0d047ecc662ac28054b44063d8057788c6a7fb6d MD5sum: 80d46ab3dec4289264936ee72b329a3c 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_i386.deb Package: libfcitx5-qt6-1 Source: fcitx5-qt Version: 5.1.6-1~bpo12+1 Installed-Size: 488 Maintainer: Debian Input Method Team Architecture: i386 Depends: libfcitx5-qt-data (= 5.1.6-1~bpo12+1), libc6 (>= 2.4), libfcitx5utils2 (>= 5.1.9), libgcc-s1 (>= 3.0), libqt6core6 (>= 6.4.0), libqt6dbus6 (>= 6.4.0), libqt6gui6 (>= 6.1.2), libqt6widgets6 (>= 6.1.2), libstdc++6 (>= 5.2) Size: 132396 SHA256: 648562674df2328accb23b25d465e276d3eb296e6e9c084c31486cb5a819198a SHA1: 7f3bdb7d0a4533b7cf89af9ac44b3a68ee90f6ff MD5sum: 73e0058464cc29f900012cbcb03b1c5d 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_i386.deb Package: libfcitx5-qt6-dev Source: fcitx5-qt Version: 5.1.6-1~bpo12+1 Installed-Size: 88 Maintainer: Debian Input Method Team Architecture: i386 Depends: qt6-base-dev, libfcitx5-qt6-1 (= 5.1.6-1~bpo12+1) Size: 14280 SHA256: 90fa3973efdd1c0b5be20fe30eada007cc3d314e9bebd201dd857def277aa899 SHA1: 73e4ac12b1fc1b165828f94c118bd2d1012f1a9b MD5sum: f80ab736a2c24a5807c86612dd2fd8f3 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_i386.deb Package: libfcitx5config-dev Source: fcitx5 Version: 5.1.10-1~bpo12+1 Installed-Size: 85 Maintainer: Debian Input Method Team Architecture: i386 Depends: libfcitx5config6 (= 5.1.10-1~bpo12+1) Size: 19196 SHA256: d6def50da20462a0c37522e3b4cfc6965ad0af114fab612e9fdeff3dd722fee3 SHA1: 6daa8f651af93fd11f2ea25d6a0cd3b26a0a3c94 MD5sum: bdbcc70e588f68b49846543fbaacdf40 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.10-1~bpo12+1_i386.deb Package: libfcitx5config6 Source: fcitx5 Version: 5.1.10-1~bpo12+1 Installed-Size: 171 Maintainer: Debian Input Method Team Architecture: i386 Depends: libc6 (>= 2.32), libfcitx5utils2 (>= 5.1.10), libgcc-s1 (>= 3.0), libstdc++6 (>= 11) Size: 59644 SHA256: d05cf9ad906a0374504555e333182f5382decdc5e52030147d8ed4ccb2722311 SHA1: ffc2eec2ac4cad53bd49d8b2f9907bc191697805 MD5sum: a9dcc4f342e81c54cb513da7961792b5 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.10-1~bpo12+1_i386.deb Package: libfcitx5core-dev Source: fcitx5 Version: 5.1.10-1~bpo12+1 Installed-Size: 189 Maintainer: Debian Input Method Team Architecture: i386 Depends: libfcitx5config-dev (= 5.1.10-1~bpo12+1), libfcitx5core7 (= 5.1.10-1~bpo12+1), libfcitx5utils-dev (= 5.1.10-1~bpo12+1) Size: 38048 SHA256: a9d708e2f5ecb93b78dc9c5ee9bec7f0875df0c9acd7496b240c61f28926be75 SHA1: 077d4a6c6344c712e8ff0b18442b2010514c2d14 MD5sum: 00adabf847ac94a2075937df555f0970 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.10-1~bpo12+1_i386.deb Package: libfcitx5core7 Source: fcitx5 Version: 5.1.10-1~bpo12+1 Installed-Size: 1064 Maintainer: Debian Input Method Team Architecture: i386 Depends: libc6 (>= 2.33), libfcitx5config6 (>= 5.1.10), libfcitx5utils2 (>= 5.1.10), libgcc-s1 (>= 4.2), libstdc++6 (>= 11), libuuid1 (>= 2.16), libxkbcommon0 (>= 0.5.0) Size: 351088 SHA256: 4ab8d6f91aec79bc4fff8b5e9004c7f08dc6f6c9e92c0258eb61224bd35aa2d4 SHA1: a5a82b8bb3511d5677435f4baa4a557456c3beef MD5sum: bd306551efee1503e7581a720bec834c 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.10-1~bpo12+1_i386.deb Package: libfcitx5utils-dev Source: fcitx5 Version: 5.1.10-1~bpo12+1 Installed-Size: 429 Maintainer: Debian Input Method Team Architecture: i386 Depends: libfcitx5utils2 (= 5.1.10-1~bpo12+1) Size: 73868 SHA256: 86989c86156ac859c8a55a9aa5e0dcd22b70cebbbdfe30c510136d997d8f95a4 SHA1: 77447114faa14342bcd984a6822170e63bf38fe9 MD5sum: 77dd1fb9c3bb429d9d297db1f7812a41 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.10-1~bpo12+1_i386.deb Package: libfcitx5utils2 Source: fcitx5 Version: 5.1.10-1~bpo12+1 Installed-Size: 703 Maintainer: Debian Input Method Team Architecture: i386 Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.2), libstdc++6 (>= 11), libsystemd0 (>= 243) Size: 232720 SHA256: 4424e3a72d2284746136de7e7f9f4a99520513b8ff54d22c4cf2892ae9fa981f SHA1: 72aa55ac5c615fa68c0737d092d3d67d59603616 MD5sum: dca1494a8c969ee17e8096c545ae876d 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.10-1~bpo12+1_i386.deb Package: libfreeipmi-dev Source: freeipmi Version: 1.6.13-2~bpo12+1 Installed-Size: 2460 Maintainer: Fabio Fantoni Architecture: i386 Depends: freeipmi-common (= 1.6.13-2~bpo12+1), libfreeipmi17 (= 1.6.13-2~bpo12+1) Size: 332236 SHA256: 3bdbb0899be2e906ecc4d0b027f1b2435cdf3c249ea2224d917fc723acac2840 SHA1: 81921493c55bb37376d269e728748e40e8cd68e9 MD5sum: bdde49bf3e34af4d0ed4a8e0fd32ce23 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_i386.deb Package: libfreeipmi17 Source: freeipmi Version: 1.6.13-2~bpo12+1 Installed-Size: 4705 Maintainer: Fabio Fantoni Architecture: i386 Depends: freeipmi-common (>= 1.6.13-2~bpo12+1), libc6 (>= 2.34), libgcrypt20 (>= 1.10.0) Size: 957340 SHA256: b5f59d5b0970f36d78187c9f1f214b3079f3f8cc77578003a9f327de88c39ef0 SHA1: 764a9cc4f363ea71a7454b102276c55958192b5b MD5sum: 2ae02fbd7b29720afbfd457213dfc1aa 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_i386.deb Package: libfreerdp-client3-3 Source: freerdp3 Version: 3.5.1+dfsg1-5~bpo12+1 Installed-Size: 860 Maintainer: Debian Remote Maintainers Architecture: i386 Depends: libasound2 (>= 1.0.18), libc6 (>= 2.28), libcups2 (>= 1.7.0), libfreerdp3-3 (= 3.5.1+dfsg1-5~bpo12+1), libfuse3-3 (>= 3.2.3), libpulse0 (>= 0.99.1), libusb-1.0-0 (>= 2:1.0.19), libwinpr3-3 (>= 3.3.0) Size: 268132 SHA256: 06dd5a125925bdd247d7f5162f9128359d03d2551eda8dfed67c03ab6f0866b6 SHA1: 39d08f6b1f414c7f2d903f2da766ca30f498bb04 MD5sum: de84b43022dfa09bb439938dafd67561 Description: Free Remote Desktop Protocol library (client library) FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . This package contains the shared library for common client functionality. Multi-Arch: same Homepage: https://www.freerdp.com/ Section: libs Priority: optional Filename: pool/main/f/freerdp3/libfreerdp-client3-3_3.5.1+dfsg1-5~bpo12+1_i386.deb Package: libfreerdp-server-proxy3-3 Source: freerdp3 Version: 3.5.1+dfsg1-5~bpo12+1 Installed-Size: 276 Maintainer: Debian Remote Maintainers Architecture: i386 Depends: libc6 (>= 2.4), libfreerdp-client3-3 (= 3.5.1+dfsg1-5~bpo12+1), libfreerdp3-3 (= 3.5.1+dfsg1-5~bpo12+1), libwinpr3-3 (= 3.5.1+dfsg1-5~bpo12+1) Size: 73176 SHA256: 98162b21f8eaf4317104d1942c60cf84267c98be102e3fe80c9145207d6b3975 SHA1: 83651755f86eacd01dd8f2f70dc7f4f7f065abe6 MD5sum: 5e4261bd610a7af445c7f0ad4d24596c Description: Free Remote Desktop Protocol library (proxy library) FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . This package contains the shared library for proxying RDP connections. Multi-Arch: same Homepage: https://www.freerdp.com/ Section: libs Priority: optional Filename: pool/main/f/freerdp3/libfreerdp-server-proxy3-3_3.5.1+dfsg1-5~bpo12+1_i386.deb Package: libfreerdp-server3-3 Source: freerdp3 Version: 3.5.1+dfsg1-5~bpo12+1 Installed-Size: 461 Maintainer: Debian Remote Maintainers Architecture: i386 Depends: libc6 (>= 2.4), libfreerdp3-3 (= 3.5.1+dfsg1-5~bpo12+1), libwinpr3-3 (>= 3.0.0) Size: 125036 SHA256: 3952bd18d9a32d2b78ad7ae293a821b31de6e4e2b5a6e956bab858cdae18db3f SHA1: 287dfeab63098491d717ef1d67764c7443bfe371 MD5sum: 07f84dcb3cbe402ca7c23f66058cd45b Description: Free Remote Desktop Protocol library (server library) FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . This package contains the shared library with common server functionality. Multi-Arch: same Homepage: https://www.freerdp.com/ Section: libs Priority: optional Filename: pool/main/f/freerdp3/libfreerdp-server3-3_3.5.1+dfsg1-5~bpo12+1_i386.deb Package: libfreerdp-shadow-subsystem3-3 Source: freerdp3 Version: 3.5.1+dfsg1-5~bpo12+1 Installed-Size: 175 Maintainer: Debian Remote Maintainers Architecture: i386 Depends: libc6 (>= 2.4), libfreerdp-shadow3-3 (= 3.5.1+dfsg1-5~bpo12+1), libfreerdp3-3 (>= 3.0.0), libpam0g (>= 0.99.7.1), libwinpr3-3 (>= 3.0.0), libx11-6, libxdamage1 (>= 1:1.1), libxext6, libxfixes3, libxinerama1 (>= 2:1.1.4), libxtst6 Size: 41592 SHA256: aee0e47a4cba32b5805ffd289205552959de3c7665cfc2809afa4bc8e7dfd676 SHA1: b9a589845067418fb764ff7bde09ecae46f34129 MD5sum: a31449a3ef957c634f7444926236b0e1 Description: FreeRDP Remote Desktop Protocol shadow subsystem libraries FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . This package contains the shadow subsystem libraries. Multi-Arch: same Homepage: https://www.freerdp.com/ Section: libs Priority: optional Filename: pool/main/f/freerdp3/libfreerdp-shadow-subsystem3-3_3.5.1+dfsg1-5~bpo12+1_i386.deb Package: libfreerdp-shadow3-3 Source: freerdp3 Version: 3.5.1+dfsg1-5~bpo12+1 Installed-Size: 288 Maintainer: Debian Remote Maintainers Architecture: i386 Depends: libc6 (>= 2.4), libfreerdp-server3-3 (= 3.5.1+dfsg1-5~bpo12+1), libfreerdp3-3 (>= 3.0.0), libwinpr-tools3-3 (= 3.5.1+dfsg1-5~bpo12+1), libwinpr3-3 (>= 3.0.0) Size: 68144 SHA256: 05cf8519d9fb0b627ffaf2d2d1b9b235780a2867f084643762ddc1a7ec3d0f18 SHA1: 42a304d4dddf3f914cb926208d739ce2293a9256 MD5sum: 2949c39eb83d12cf54f21ac0af53ef1f Description: FreeRDP Remote Desktop Protocol shadow libraries FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . This package contains the shadow libraries. Multi-Arch: same Homepage: https://www.freerdp.com/ Section: libs Priority: optional Filename: pool/main/f/freerdp3/libfreerdp-shadow3-3_3.5.1+dfsg1-5~bpo12+1_i386.deb Package: libfreerdp3-3 Source: freerdp3 Version: 3.5.1+dfsg1-5~bpo12+1 Installed-Size: 2151 Maintainer: Debian Remote Maintainers Architecture: i386 Depends: libavcodec59 (>= 7:5.0), libavutil57 (>= 7:5.1), libc6 (>= 2.32), libcjson1 (>= 1.7.13), libssl3 (>= 3.0.0), libswresample4 (>= 7:5.0), libswscale6 (>= 7:5.0), libwinpr3-3 (= 3.5.1+dfsg1-5~bpo12+1), libx11-6, libxkbfile1 (>= 1:1.1.0), zlib1g (>= 1:1.1.4) Suggests: freerdp3-x11 Size: 690412 SHA256: b6bd1b8472009cd8502c27b868bd57efcadee8b29999579a3c2bb4baafc31d26 SHA1: 8fa1dac243661c9e4923b2ff9d017998669cd8a8 MD5sum: 37b242d91d8ee665c9bc260b4e76ce0f Description: Free Remote Desktop Protocol library (core library) FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . This package contains the shared library with all core functionality. Multi-Arch: same Homepage: https://www.freerdp.com/ Section: libs Priority: optional Filename: pool/main/f/freerdp3/libfreerdp3-3_3.5.1+dfsg1-5~bpo12+1_i386.deb Package: libgbm-dev Source: mesa Version: 24.2.2-1~bpo12+1 Installed-Size: 63 Maintainer: Debian X Strike Force Architecture: i386 Depends: libgbm1 (= 24.2.2-1~bpo12+1) Size: 22580 SHA256: e0c41cc7609c342a7e929ba523a598ce22c0675922902d981e18db7eb87416ea SHA1: 97c36efe85019a9aca893a755c3f4d432a3e1ad2 MD5sum: 27c175348b9cc8f1925ec969134f7ad6 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.2-1~bpo12+1_i386.deb Package: libgbm1 Source: mesa Version: 24.2.2-1~bpo12+1 Installed-Size: 110 Maintainer: Debian X Strike Force Architecture: i386 Depends: libc6 (>= 2.34), libdrm2 (>= 2.4.121), libexpat1 (>= 2.0.1), libwayland-server0 (>= 1.15.0), libxcb-randr0, mesa-libgallium (= 24.2.2-1~bpo12+1) Size: 43680 SHA256: cbf283787682d5c1eb885196bdbe63b76a7ed3875ca988d0889ab52649ed943d SHA1: 566cdbd2fac115ccd8c0eba5e2a4c694df8b3f98 MD5sum: 1d1e15763bdfc8cbdffe1dce4f9b35d3 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.2-1~bpo12+1_i386.deb Package: libgenometools0 Source: genometools Version: 1.6.5+ds-2~bpo12+1 Installed-Size: 4286 Maintainer: Debian Med Packaging Team Architecture: i386 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: 1434980 SHA256: 2e8536691952fef7416992be5af4ccbbe5a79b5db17b9bede1851d9c1475ba8e SHA1: 311b6ad0f0cd1a23ee956735a71888bc8108ff5c MD5sum: 69e94bebc22df822978dad9948e4eeb9 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_i386.deb Package: libgenometools0-dev Source: genometools Version: 1.6.5+ds-2~bpo12+1 Installed-Size: 710 Maintainer: Debian Med Packaging Team Architecture: i386 Depends: libgenometools0 (= 1.6.5+ds-2~bpo12+1) Size: 95088 SHA256: e20bf8786fd7fee91cc26b7361e05514485e767e7c0d056baf7382e4dc6849d1 SHA1: 596bd8817695a062cf2b00168f0b8719b783f217 MD5sum: e5875a92d87907e232badd6c5acd1b9b 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_i386.deb Package: libgensio-dev Source: gensio Version: 2.8.6-1~bpo12+2 Installed-Size: 1500 Maintainer: Marc Haber Architecture: i386 Depends: libgensio6 (= 2.8.6-1~bpo12+2) Size: 283376 SHA256: 01942fb9fc23c7fb58a3306a95180722b9e5671e51ea1fd138e4fca4c278a849 SHA1: d19e08bbe91b5d3d7b0b98e18081da116d54e86d MD5sum: cc7f85d88b40f7dd6f14cef2e7b19cbd 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_i386.deb Package: libgensio6 Source: gensio Version: 2.8.6-1~bpo12+2 Installed-Size: 1361 Maintainer: Marc Haber Architecture: i386 Replaces: libgensio4 Depends: libasound2 (>= 1.0.16), libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libglib2.0-0 (>= 2.31.8), libopenipmi0 (>= 2.0.33), libpython3.11 (>= 3.11.0), libsctp1 (>= 1.0.19+dfsg), libssl3 (>= 3.0.0), libstdc++6 (>= 5.2), libudev1 (>= 183), libwrap0 (>= 7.6-4~) Conflicts: libgensio4 Size: 352980 SHA256: cd163c2c86547c02be00e5cb1deb7bd81341e5d272cadc67a229b2625dcd6f09 SHA1: 069b06ad008052474094c42bb882ee4e72db97ea MD5sum: 4f60eef2dffc1f4a1a00a196b2b7d1e7 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_i386.deb Package: libgl1-mesa-dev Source: mesa Version: 24.2.2-1~bpo12+1 Installed-Size: 38 Maintainer: Debian X Strike Force Architecture: i386 Depends: libgl-dev, libglvnd-dev Size: 18568 SHA256: fb999dcc9b625b0bc23863ea57662f829ae8667307cf0a4aef3e0f9493b3bbc1 SHA1: 2864ffb1611b9614db7ee5ed4440607de39b12b0 MD5sum: 6434e2ef6d719d98670d6510473a5cef 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.2-1~bpo12+1_i386.deb Package: libgl1-mesa-dri Source: mesa Version: 24.2.2-1~bpo12+1 Installed-Size: 207 Maintainer: Debian X Strike Force Architecture: i386 Depends: libvulkan1, libc6 (>= 2.34), libgbm1 (>= 7.11~1), libgcc-s1 (>= 3.0) Size: 42332 SHA256: f64606db180446c01330f36b8b700a9208dc6d45fc9f0a4d38e2e1e7716f3e1b SHA1: c9b6b4646d4305663f860e9ff508e37868f53ed7 MD5sum: 4ddc8858639d0ecfadde9c2db0beafd1 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.2-1~bpo12+1_i386.deb Package: libgl4es-dev Source: gl4es Version: 1.1.6+ds-2~bpo12+1 Installed-Size: 23 Maintainer: Bo YU Architecture: i386 Depends: libgl4es0 (= 1.1.6+ds-2~bpo12+1) Size: 8568 SHA256: 5960f6615e6f8a539f00d51fc836e9ae230fe44f23957f6e7711df66ec650833 SHA1: 7ee50148dd7a8ff7ea40534abd58d126236e5665 MD5sum: 2d034ce5471206609873278b0db473c6 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_i386.deb Package: libgl4es0 Source: gl4es Version: 1.1.6+ds-2~bpo12+1 Installed-Size: 1835 Maintainer: Bo YU Architecture: i386 Depends: libc6 (>= 2.34), libx11-6 Size: 451608 SHA256: 5e2097d1830779dffaa8b18a9449682b9535220b651178fe1108424d3f37f6d3 SHA1: 8816376a0c90779ac0d594cf5b537ec0dd7e2ef3 MD5sum: 96e4f00a5c4d836c65a93362d3946c0d 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_i386.deb Package: libglapi-mesa Source: mesa Version: 24.2.2-1~bpo12+1 Installed-Size: 196 Maintainer: Debian X Strike Force Architecture: i386 Depends: libc6 (>= 2.34) Size: 38684 SHA256: 4b9bb8e3c3c66b4830e1efa29d0f86d6272a95ff98e88e632867fb87b637df5b SHA1: 7f610b9d6d4f4f5bff4751885d3ab97d1e435999 MD5sum: a6be9f3dfedf5d325646f466c80c0120 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.2-1~bpo12+1_i386.deb Package: libgles2-mesa-dev Source: mesa Version: 24.2.2-1~bpo12+1 Installed-Size: 38 Maintainer: Debian X Strike Force Architecture: i386 Depends: libgles-dev, libglvnd-dev Size: 18568 SHA256: b49da702e74cda3705998c274e54fbd91e3ea9dc53931a11cb60d59bd5c8fc8c SHA1: a82bc8ba33c71a68995bc015ec98523cbc3e26f0 MD5sum: 2ecdc74e7b6f3535ef305b97d612f250 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.2-1~bpo12+1_i386.deb Package: libglx-mesa0 Source: mesa Version: 24.2.2-1~bpo12+1 Installed-Size: 557 Maintainer: Debian X Strike Force Architecture: i386 Provides: libglx-vendor Depends: libc6 (>= 2.34), libdrm2 (>= 2.4.121), libexpat1 (>= 2.0.1), libglapi-mesa (= 24.2.2-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.2-1~bpo12+1), libgl1-mesa-dri Breaks: glx-diversions (<< 0.8.4~), libopengl-perl (<< 0.6704+dfsg-2) Size: 159640 SHA256: 83f2d3aa44fee9b9049fe0aa513c2a293989b046a7020c78d8e0ef1b4b03e9db SHA1: cbcf4f44e182d22abda9a3194da2eee4b7f3a0d6 MD5sum: 776259f16fa0d192498dbcaff67453bf 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.2-1~bpo12+1_i386.deb Package: libgovarnam-dev Source: govarnam Version: 1.9.0-2~bpo12+1 Installed-Size: 80 Maintainer: DebianOnMobile Maintainers Architecture: i386 Depends: libgovarnam1 (= 1.9.0-2~bpo12+1) Size: 20664 SHA256: 27b522ef72ccde76c71f560510a16b8d73a9c3c47ca804715e22bbedd18d0284 SHA1: 7633e8fa186ea2fd1361185814fa4de82cff58e4 MD5sum: 72d046f0c83a6514deb59171951ae791 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_i386.deb Package: libgovarnam1 Source: govarnam Version: 1.9.0-2~bpo12+1 Installed-Size: 2944 Maintainer: DebianOnMobile Maintainers Architecture: i386 Depends: libc6 (>= 2.34), libsqlite3-0 (>= 3.12.0) Recommends: varnam-schemes | varnam-schemes-ml | varnam-schemes-ta | varnam-schemes-hi Size: 1045672 SHA256: de827792256e1dbb563e40eaa75e7052581b80832146d48fb5aa72e6805d1360 SHA1: 6906518be51b246618588a01a79c9de08bb82edf MD5sum: c7684952d4431628dae2bdce4944e922 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_i386.deb Package: libguvcview-2.2 Source: guvcview Version: 2.1.0-0.2~bpo12+1 Installed-Size: 382 Maintainer: Nobuhiro Iwamatsu Architecture: i386 Replaces: libguvcview-2.0-2, libguvcview-2.1-2, libguvcview-2.1-2t64 Depends: libavcodec59 (>= 7:5.0), libavutil57 (>= 7:5.1), libc6 (>= 2.34), libgsl27 (>= 2.7.1), libpng16-16 (>= 1.6.2-1), libportaudio2 (>= 19+svn20101113), libpulse0 (>= 0.99.1), libsdl2-2.0-0 (>= 2.0.12), libudev1 (>= 183), libusb-1.0-0 (>= 2:1.0.8), libv4l-0 (>= 0.5.0) Breaks: libguvcview-2.0-2, libguvcview-2.1-2 (<< 2.1.0-0.2~bpo12+1), libguvcview-2.1-2t64 (<< 2.1.0-0.2~bpo12+1) Size: 128228 SHA256: 765296f13fe4ee54dd3e383e2b885129bdd37f3cadf4e9f87e62e2597ce50b60 SHA1: c475e27a0b2ccd85fcb216aa379faddd742b7eed MD5sum: 2d94b960ad427a5bc444fdea1e96b24b 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_i386.deb Package: libguvcview-dev Source: guvcview Version: 2.1.0-0.2~bpo12+1 Installed-Size: 564 Maintainer: Nobuhiro Iwamatsu Architecture: i386 Depends: libguvcview-2.2 (= 2.1.0-0.2~bpo12+1) Recommends: uvcdynctrl Size: 152720 SHA256: 6fdb9c2e119834804dab8ed493989b16dad7dcc7f6351ee45d1373c538fdab5a SHA1: 04186d76584f87ad13f71d440c358b4aab76a139 MD5sum: a02ab78dbc3cec221b50a8fc8a2ed579 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_i386.deb Package: libgwengui-fox16-79 Source: libgwenhywfar Version: 5.11.2beta-1~bpo12+1 Installed-Size: 167 Maintainer: Micha Lenk Architecture: i386 Depends: libc6 (>= 2.4), libfox-1.6-0, libgcc-s1 (>= 3.0), libgwenhywfar79 (>= 5.8.0), libstdc++6 (>= 5) Size: 54724 SHA256: 5f5a1586cce0198b64e86973532068575413d53498f67c83cd3a6aad04e80a6c SHA1: 4f3465c44bae70312d7503ab314d587e6eb555cc MD5sum: 246b16081fc5014a2badc84daf8bb1fe 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.11.2beta-1~bpo12+1_i386.deb Package: libgwengui-fox16-dev Source: libgwenhywfar Version: 5.11.2beta-1~bpo12+1 Installed-Size: 41 Maintainer: Micha Lenk Architecture: i386 Depends: libgwenhywfar-core-dev (= 5.11.2beta-1~bpo12+1), libgwengui-fox16-79 (= 5.11.2beta-1~bpo12+1) Size: 14040 SHA256: 5c5bccac853f89928097859ec4af41bd12e866ccb3e5cf54c3f53fe22e0f46fb SHA1: 0fa4ba1d90625df44745c7671249058c41b7504b MD5sum: 71d0211f4954fe4790869b2a17415938 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.11.2beta-1~bpo12+1_i386.deb Package: libgwengui-gtk3-79 Source: libgwenhywfar Version: 5.11.2beta-1~bpo12+1 Installed-Size: 148 Maintainer: Micha Lenk Architecture: i386 Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.12.0), libgtk-3-0 (>= 3.0.0), libgwenhywfar79 (>= 3.99.16) Size: 37660 SHA256: 478052cb64655110ace335aaeac6bf9a0d968f91e850acd449a8ccb4ff3777bc SHA1: 567520c384a0c3e4dc28676fc9ce56d9d2f4b1bc MD5sum: 976a42a54dc131afea3fc5a50f45efcc 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.11.2beta-1~bpo12+1_i386.deb Package: libgwengui-gtk3-dev Source: libgwenhywfar Version: 5.11.2beta-1~bpo12+1 Installed-Size: 24 Maintainer: Micha Lenk Architecture: i386 Depends: libgwenhywfar-core-dev (= 5.11.2beta-1~bpo12+1), libgwengui-gtk3-79 (= 5.11.2beta-1~bpo12+1) Size: 10764 SHA256: ba24ed4e01d5fad42b1dfe880ac256c5077d4155d1a53b74938884b77633910d SHA1: cb44608809b615e3c89b823f81708cb08e121510 MD5sum: fc930ba7ad313dda550104a9d9deafd7 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.11.2beta-1~bpo12+1_i386.deb Package: libgwengui-qt5-79 Source: libgwenhywfar Version: 5.11.2beta-1~bpo12+1 Installed-Size: 127 Maintainer: Micha Lenk Architecture: i386 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.0), libgwenhywfar79 (>= 5.2.0), libstdc++6 (>= 5) Size: 36516 SHA256: 5aec751962fd3773113f54d2f587a0b0ad34f61e863950ff5cd8a6678272c486 SHA1: 703e4484c6bd7866a5b356a4ecd53d35b9148cb7 MD5sum: 67c201eea48ff5e696e8b056ea6515fd 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.11.2beta-1~bpo12+1_i386.deb Package: libgwengui-qt5-dev Source: libgwenhywfar Version: 5.11.2beta-1~bpo12+1 Installed-Size: 34 Maintainer: Micha Lenk Architecture: i386 Depends: libgwenhywfar-core-dev (= 5.11.2beta-1~bpo12+1), libgwengui-qt5-79 (= 5.11.2beta-1~bpo12+1) Size: 12652 SHA256: c00016e4a3d693f5a1d97447a3a8becd366b0131e5ae810ed934ccbc12a37c3a SHA1: 32570244a7376ff76f7d4dc883a7045f152e2e67 MD5sum: fafa84fe8c0c7da7cb83aa26a750d1f9 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.11.2beta-1~bpo12+1_i386.deb Package: libgwenhywfar-core-dev Source: libgwenhywfar Version: 5.11.2beta-1~bpo12+1 Installed-Size: 993 Maintainer: Micha Lenk Architecture: i386 Depends: libgwenhywfar79 (= 5.11.2beta-1~bpo12+1) Suggests: libgwenhywfar-doc Size: 131660 SHA256: 2e0aa392fbf1d3f0cfddd88669bdc12d5c83207c6dc1f4a11f0037a256573012 SHA1: 30538d24e3f758421fb18b9dd9ecb0744bb3786d MD5sum: 7c20e13811560f9613da49b9bf57adbf 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.11.2beta-1~bpo12+1_i386.deb Package: libgwenhywfar-data Source: libgwenhywfar Version: 5.11.2beta-1~bpo12+1 Installed-Size: 216 Maintainer: Micha Lenk Architecture: all Depends: ca-certificates Recommends: libgwenhywfar79 Size: 30388 SHA256: 99006a55de7471fdd2fab2d3179cc108c9c4469ce1dc263df41405eeed2cbb48 SHA1: d6c948ae02c2b5dc67762873e683de60e99a4848 MD5sum: 1997980750bcd8221fe865162e0a94fe 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.11.2beta-1~bpo12+1_all.deb Package: libgwenhywfar-doc Source: libgwenhywfar Version: 5.11.2beta-1~bpo12+1 Installed-Size: 19130 Maintainer: Micha Lenk Architecture: all Depends: libjs-jquery Enhances: libgwenhywfar-dev Size: 995460 SHA256: ea4244d9f7dcb1f3881fe87ecab3c597f90dd2da1914d8f2f95d05080d363600 SHA1: e38fbdedc4d32b2c7c0b702e5d219496376d4169 MD5sum: 81ad34b2a8dd57efc7308928b42a571d 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.11.2beta-1~bpo12+1_all.deb Package: libgwenhywfar79 Source: libgwenhywfar Version: 5.11.2beta-1~bpo12+1 Installed-Size: 2186 Maintainer: Micha Lenk Architecture: i386 Depends: libc6 (>= 2.34), libgcrypt20 (>= 1.10.0), libgnutls30 (>= 3.7.5), libgpg-error0 (>= 1.14), libstdc++6 (>= 5), libxml2 (>= 2.7.4), libgwenhywfar-data (>= 5.11.2beta-1~bpo12+1) Suggests: gwenhywfar-tools Size: 540232 SHA256: a5cf2dea13baabf30dec2e204d7a328010ba21e92f383a1121673f990fd3a095 SHA1: d935440a6ebf7508619eaff2e7ff0bf1b0da47c9 MD5sum: 90044a1dfda4a642a2bd560827c64638 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.11.2beta-1~bpo12+1_i386.deb Package: libgyoto9 Source: gyoto Version: 2.0.2-1~bpo12+1 Installed-Size: 4085 Maintainer: Debian Astronomy Maintainers Architecture: i386 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.0), 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: 1292464 SHA256: 95b0097e7f36c4a8aef7524dbd5ddc8efed8cb03c53775e12cc4c763664531b3 SHA1: f3f88838ac9065b0ee1ca315dfc04faf3a2c3858 MD5sum: eefcd72a39d871658c755959300b940e 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_i386.deb Package: libgyoto9-dev Source: gyoto Version: 2.0.2-1~bpo12+1 Installed-Size: 9754 Maintainer: Debian Astronomy Maintainers Architecture: i386 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: 1482208 SHA256: db7f81d4d1d5b3a39fb62a89271b22da9687f4fe25786a03ca8fd8e0f1089cc9 SHA1: 7fd99ce5315f531da23dc13e25417b67429cfcba MD5sum: 53e85e7c22e5b28221da19dadf64f600 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_i386.deb Package: libhighlight-perl Source: highlight Version: 4.7-1~bpo12+1 Installed-Size: 2058 Maintainer: Debian QA Group Architecture: i386 Depends: perl (>= 5.36.0-7), perlapi-5.36.0, libc6 (>= 2.34), libgcc-s1 (>= 7), liblua5.4-0 (>= 5.4.4), libstdc++6 (>= 11), highlight-common (= 4.7-1~bpo12+1) Size: 536380 SHA256: dd280c8c3d5ad199a4010d0af79635d788c5a968d758c657827a7f1551d6be79 SHA1: efa32603ed21cca44a82168b3f77b1e61d32ff0e MD5sum: 5d4a2e9362a640fe9784e3d1def8e78e 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_i386.deb Package: libhiredict-dev Source: hiredict Version: 1.3.1-2~bpo12+1 Installed-Size: 297 Maintainer: Debian Redict Maintainers Architecture: i386 Depends: libhiredict1.3.1 (= 1.3.1-2~bpo12+1) Size: 67424 SHA256: 4c1e879a97581dfd634c2f6202adb76b0dd05afe9a4d7a2aff046b3e3d758c0f SHA1: 6e922cd470682658f9c4151dcceb2088e6651856 MD5sum: fe8b1f1a1df49bfa79933f283e46c228 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_i386.deb Package: libhiredict-shims-dev Source: hiredict Version: 1.3.1-2~bpo12+1 Installed-Size: 58 Maintainer: Debian Redict Maintainers Architecture: i386 Replaces: libhiredis-dev Depends: libhiredict1.3.1 (= 1.3.1-2~bpo12+1), libhiredict-dev (= 1.3.1-2~bpo12+1) Conflicts: libhiredis-dev Size: 10640 SHA256: 9cb13d2f7a2ed6fa97227852248d590c9f3ccdfef7809b3fd55647574734eafb SHA1: 532dde16b17e0849942ce94c593209159a4275ad MD5sum: 3d80de9d83e11913e203d176c7bb6292 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_i386.deb Package: libhiredict1.3.1 Source: hiredict Version: 1.3.1-2~bpo12+1 Installed-Size: 123 Maintainer: Debian Redict Maintainers Architecture: i386 Depends: libc6 (>= 2.28), libssl3 (>= 3.0.0) Size: 41272 SHA256: 294e240862b2e7822e692303b3241f4278b8c2c122279915d6c0f2bf31b73fe0 SHA1: 36718324ac42251a19909168949463f1600a21eb MD5sum: d212f304a34ac5a7c94de9b2374d995b 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_i386.deb Package: libhkl-dev Source: hkl Version: 5.0.0.3462-1~bpo12+1 Installed-Size: 274 Maintainer: Debian PaN Maintainers Architecture: i386 Depends: gir1.2-hkl-5.0 (= 5.0.0.3462-1~bpo12+1), libglib2.0-dev, libgsl-dev | libgsl0-dev, libhkl5 (= 5.0.0.3462-1~bpo12+1) Size: 26668 SHA256: 5b476d3cbc724a061517f106146cc31a227e0ca61ebc328c6a5380fbb14ae792 SHA1: afa81e10b24b224b186670a353eb604d19d9cd81 MD5sum: f2b0f61a16a9a9252daffe5e7ce0e6be 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.0.0.3462-1~bpo12+1_i386.deb Package: libhkl-doc Source: hkl Version: 5.0.0.3462-1~bpo12+1 Installed-Size: 1167 Maintainer: Debian PaN Maintainers Architecture: all Depends: libjs-mathjax Size: 92548 SHA256: 4b688dca81c25ac983ce551ba3931878a06886c0ee36a2a1288618ca21b07372 SHA1: 2cff919e56129b555fa6193f9a60d4256f033454 MD5sum: 9e59902357872555088704c913ce7bd7 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.0.0.3462-1~bpo12+1_all.deb Package: libhkl5 Source: hkl Version: 5.0.0.3462-1~bpo12+1 Installed-Size: 445 Maintainer: Debian PaN Maintainers Architecture: i386 Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.24.0), libgsl27 (>= 2.7.1) Suggests: libhkl-doc Size: 97704 SHA256: b49524cea06623f77529c326c53a30511d90b5e06257a0dc4ffa7bbf1d33b725 SHA1: 4bfb38fd033fb4be88b66f61f7a3771a969bffde MD5sum: b3aaaabb6628d27239575472152698e7 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.0.0.3462-1~bpo12+1_i386.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.48-1~bpo12+1 Installed-Size: 461 Maintainer: Sascha Steinbiss Architecture: i386 Depends: libhtp2 (= 1:0.5.48-1~bpo12+1) Size: 113344 SHA256: 4a1e813a288e329c0427d1907df6a4efd50be4c7492484ad9c438531d92f28a6 SHA1: 3f9c7376fc80e2d82d6da8d4b21c119802413f52 MD5sum: 404a281b3633ce7fca15b07c87d2b005 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.48-1~bpo12+1_i386.deb Package: libhtp2 Source: libhtp Version: 1:0.5.48-1~bpo12+1 Installed-Size: 219 Maintainer: Sascha Steinbiss Architecture: i386 Depends: libc6 (>= 2.4), zlib1g (>= 1:1.1.4) Size: 81152 SHA256: f1258e33ad95cd8295fb7b7766e9146742495200409177adbc410f72da82d727 SHA1: 5cbe7c6013baf99656f06a345177f20cd8b30d26 MD5sum: b4a2770a6b423cfab0c4ca6ba9424ba9 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.48-1~bpo12+1_i386.deb Package: libhwloc-common Source: hwloc Version: 2.11.2-1~bpo12+1 Installed-Size: 61 Maintainer: Samuel Thibault Architecture: all Size: 15608 SHA256: 65ec4fa3de9c60d399e6782cb5985d0058eb5fd58f6461d176366d99fa22d80f SHA1: e075e0a4cb7056796362bcf61f01b58637cfb76d MD5sum: c0c5420715a0defd22455a7e269d7cf5 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.11.2-1~bpo12+1_all.deb Package: libhwloc-dev Source: hwloc Version: 2.11.2-1~bpo12+1 Installed-Size: 1100 Maintainer: Samuel Thibault Architecture: i386 Depends: libhwloc15 (= 2.11.2-1~bpo12+1), libnuma-dev, libltdl-dev Size: 270820 SHA256: 0136c0d3930dce40dde035f28dcfeb0844cde3c5043a9622a698515f5a92354b SHA1: 52bd8af4fb3390bef8b0125026043c69b51b4147 MD5sum: 730d80e3550c08d743a1a80a79df290c 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.11.2-1~bpo12+1_i386.deb Package: libhwloc-doc Source: hwloc Version: 2.11.2-1~bpo12+1 Installed-Size: 3989 Maintainer: Samuel Thibault Architecture: all Depends: libjs-jquery Size: 582304 SHA256: a145be603f4b163418e43e8789178a130cdc91b55cc499d5fb28757fc98c2772 SHA1: a7d3e6365e269715b7b17c1d6ec996b44fc93f6c MD5sum: 2b5ef38e22d66baddc5f9f8ee27fa3a5 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.11.2-1~bpo12+1_all.deb Package: libhwloc-plugins Source: hwloc Version: 2.11.2-1~bpo12+1 Installed-Size: 76 Maintainer: Samuel Thibault Architecture: i386 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.11.2~), libhwloc15 (<< 2.11.2A) Breaks: libhwloc-contrib-plugins (<< 2.1.0+dfsg-3~) Size: 18304 SHA256: df93613e89ff2afe79d0db5075cea41a69fa3d82d498006a6fbdce0809f4ccb3 SHA1: 2d68d07cf71e1da32e8454a6f44d7f79744ce171 MD5sum: 79d7d62f5be59426db76f358da2d709e 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.11.2-1~bpo12+1_i386.deb Package: libhwloc15 Source: hwloc Version: 2.11.2-1~bpo12+1 Installed-Size: 477 Maintainer: Samuel Thibault Architecture: i386 Depends: libc6 (>= 2.34), libudev1 (>= 183) Recommends: libhwloc-plugins Breaks: libhwloc-contrib-plugins (<< 1.10~), libhwloc-plugins (<< 1.10~) Size: 175608 SHA256: baac501cedad66fa6ea2569f44d559bfc3896f3b43c6cd2f99f3f63531b50ca3 SHA1: a861f8dc6e7492c3bd59b41fafaa2df46e287976 MD5sum: 1a4cf9be7f9bd140cd65d2833808834d 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.11.2-1~bpo12+1_i386.deb Package: libibus-1.0-5 Source: ibus Version: 1.5.29~rc1-1~bpo12+1 Installed-Size: 902 Maintainer: Debian Input Method Team Architecture: i386 Depends: libc6 (>= 2.33), libglib2.0-0 (>= 2.59.0) Size: 441660 SHA256: a51bb90ef4641c15dd8614c0f73c73ae2bf57b8fa4484c83d81c1cc3d1f2730c SHA1: f5f7cdb46102a951b1a55c2ee5decfb70758cab2 MD5sum: d96356499c3c15d904d6d696cf424bb3 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.29~rc1-1~bpo12+1_i386.deb Package: libibus-1.0-dev Source: ibus Version: 1.5.29~rc1-1~bpo12+1 Installed-Size: 3034 Maintainer: Debian Input Method Team Architecture: i386 Depends: gir1.2-ibus-1.0 (= 1.5.29~rc1-1~bpo12+1), libdbus-1-dev, libglib2.0-dev, libibus-1.0-5 (= 1.5.29~rc1-1~bpo12+1) Size: 466048 SHA256: a2b5396b088964ea5020ff4c77cd043bac6f7c5617818a85c63293e33cdd47a0 SHA1: aa9985adf10ae1c6d65918d4299fb52f3c34dc6a MD5sum: 5d65d7a5f7480dba981c729df7d6c587 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.29~rc1-1~bpo12+1_i386.deb Package: libigraph-dev Source: igraph Version: 0.10.13+ds-1~bpo12+1 Installed-Size: 5096 Maintainer: Debian Med Packaging Team Architecture: i386 Depends: libigraph3t64 (= 0.10.13+ds-1~bpo12+1), libxml2-dev Suggests: libigraph-doc, pkgconf Size: 1168404 SHA256: b73c0e914bcafe836c40c0f3f169c2a9e3b600fa1312d4d62fda2758e30962bc SHA1: 9c465263005cf5fcbd05269484cae78c99563233 MD5sum: dc5f6439da9d5cb8513f811e86dfb0e6 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.13+ds-1~bpo12+1_i386.deb Package: libigraph-doc Source: igraph Version: 0.10.13+ds-1~bpo12+1 Installed-Size: 8810 Maintainer: Debian Med Packaging Team Architecture: all Replaces: libigraph-examples (<< 0.9) Depends: fonts-font-awesome Suggests: libigraph-dev (= 0.10.13+ds-1~bpo12+1), libsuitesparse-dev, www-browser Breaks: libigraph-examples (<< 0.9) Size: 2871524 SHA256: 89e3d7ef4dffff93fe6f6cb673696c4e2f83e44f8466bd07cb6085962e5e7781 SHA1: c08248ae973288d68d9998926accb20f6dac6e29 MD5sum: 205ba65951d462630f95f0910945f2d2 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.13+ds-1~bpo12+1_all.deb Package: libigraph-examples Source: igraph Version: 0.10.13+ds-1~bpo12+1 Installed-Size: 60 Maintainer: Debian Med Packaging Team Architecture: all Depends: libigraph-doc Size: 45220 SHA256: f37c3a3bf2b2c92fbd19cd020945e2bfeb48bcb77a80758256d1971f3f59d68f SHA1: 6c03ccfff9008824e44d8a9d0cd0c3a60ff97d73 MD5sum: d2ebde8c4ee24aac4c355e6be69b30f6 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.13+ds-1~bpo12+1_all.deb Package: libigraph3 Source: igraph Version: 0.10.10+ds-1~bpo12+1 Installed-Size: 2864 Maintainer: Debian Med Packaging Team Architecture: i386 Depends: libarpack2 (>= 2.1), libblas3 | libblas.so.3, libc6 (>= 2.35), libgcc-s1 (>= 3.3.1), 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: 910452 SHA256: ac96b8e95be6d16a8ff599fdbbb585e2f15973567b2b41e8cca51d0cf39dcf19 SHA1: b324dcfbc25d4474386d49aae8d52e4fe63225c4 MD5sum: fa47a215e3831e09d4d9808469d4901f 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_i386.deb Package: libigraph3t64 Source: igraph Version: 0.10.13+ds-1~bpo12+1 Installed-Size: 2912 Maintainer: Debian Med Packaging Team Architecture: i386 Replaces: libigraph3 Depends: libarpack2 (>= 2.1), libblas3 | libblas.so.3, libc6 (>= 2.35), libgcc-s1 (>= 3.4), 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.13+ds-1~bpo12+1) Size: 927360 SHA256: 3d463efed34dd979424fe50514d9727355e3b1efae246873d8012f4da2f0fb6c SHA1: 40716f05c06bf152f00ba75d7e3be13727e19d5e MD5sum: 62bae71cef582f21d7951fe598d068b1 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.13+ds-1~bpo12+1_i386.deb Package: libime-bin Source: libime Version: 1.1.8-1~bpo12+1 Installed-Size: 786 Maintainer: Debian Input Method Team Architecture: i386 Depends: libimecore0 (= 1.1.8-1~bpo12+1), libimepinyin0 (= 1.1.8-1~bpo12+1), libimetable0 (= 1.1.8-1~bpo12+1), libboost-iostreams1.74.0 (>= 1.74.0+ds1), libc6 (>= 2.34), libfcitx5utils2 (>= 5.1.10), libgcc-s1 (>= 4.2), libstdc++6 (>= 11) Size: 249580 SHA256: f4359b385f9ba3119e6714c476ad9a1655faa0ecbc256fa6599a97fc97b70484 SHA1: 3cf80d565584fb84451046f47df8b8b9d623ff66 MD5sum: a6dc439a526d92e4b02e51061ddf44eb 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.8-1~bpo12+1_i386.deb Package: libime-data Source: libime Version: 1.1.8-1~bpo12+1 Installed-Size: 15310 Maintainer: Debian Input Method Team Architecture: all Depends: libime-data-language-model (<< 1.1.8-1~bpo12+1.1~), libime-data-language-model (>= 1.1.8-1~bpo12+1) Size: 15317616 SHA256: f57b8531bd47d34f486bf58a014d4ce9d277d3e827b7199c2c4c59ba6c62bf3d SHA1: 450729babdceb84da8cf72c70197ec51b6a8fb0a MD5sum: 975e2dce039e8ac777cc1b124e40dc3b 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.8-1~bpo12+1_all.deb Package: libime-data-language-model Source: libime Version: 1.1.8-1~bpo12+1 Installed-Size: 25099 Maintainer: Debian Input Method Team Architecture: i386 Replaces: libimecore0 (<< 1.0.1-2) Breaks: libimecore0 (<< 1.0.1-2) Size: 18272988 SHA256: 6b44c417159f22d96986c22c22b19b63d9b6fcdb738f69b89988bcaaa85e8028 SHA1: 613114b1525611c8028b62fd73d37aef165c082f MD5sum: aa29da4c614725253e4ad0875ac1be9c 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.8-1~bpo12+1_i386.deb Package: libimecore-dev Source: libime Version: 1.1.8-1~bpo12+1 Installed-Size: 90 Maintainer: Debian Input Method Team Architecture: i386 Depends: libimecore0 (= 1.1.8-1~bpo12+1) Size: 18716 SHA256: fc26788d0d276a63266e44251f72e6d32b0c2b817504c6cad3b0bf63f82039f1 SHA1: eb3b3203552a8d53e11c85f6b09d82609ecf5ff6 MD5sum: e7d9d9565e0261e2249d1983be7d3767 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.8-1~bpo12+1_i386.deb Package: libimecore0 Source: libime Version: 1.1.8-1~bpo12+1 Installed-Size: 890 Maintainer: Debian Input Method Team Architecture: i386 Depends: libime-data (= 1.1.8-1~bpo12+1), libc6 (>= 2.34), libfcitx5utils2 (>= 5.1.10), libgcc-s1 (>= 4.2), libstdc++6 (>= 11), libzstd1 (>= 1.5.2) Size: 287228 SHA256: 8c867aec08a4825bd50d4edcb86c96ff42c770e4d1485e1fe0a320d8acaf0195 SHA1: 351977111e0e935382cb1e353fcb82ecc5ea842e MD5sum: d00bfa3b7c9e8e63f731bf4d843ffd28 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.8-1~bpo12+1_i386.deb Package: libimepinyin-dev Source: libime Version: 1.1.8-1~bpo12+1 Installed-Size: 79 Maintainer: Debian Input Method Team Architecture: i386 Depends: libimepinyin0 (= 1.1.8-1~bpo12+1) Size: 16588 SHA256: 0f011ab6c3905aa6c076ac55ed4959cdee36bb68fba3f247754588dc882dd95c SHA1: 8c171ea492ed35f014de5d8a282dcdcebc412f82 MD5sum: 8d7fad260665e39b682a29bdaede1a9e 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.8-1~bpo12+1_i386.deb Package: libimepinyin0 Source: libime Version: 1.1.8-1~bpo12+1 Installed-Size: 638 Maintainer: Debian Input Method Team Architecture: i386 Depends: libc6 (>= 2.32), libfcitx5utils2 (>= 5.1.10), libgcc-s1 (>= 3.0), libimecore0 (>= 1.1.8), libstdc++6 (>= 11), libzstd1 (>= 1.5.2) Size: 209096 SHA256: 6213c92a873cc4cf1e592146413515c9686e10c9f698ef0845c16959c26ac747 SHA1: 533481bd85da93b4517ed9a6784b365545b0dff8 MD5sum: 85ca610036ace10f2be09c9d8a377ffd 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.8-1~bpo12+1_i386.deb Package: libimetable-dev Source: libime Version: 1.1.8-1~bpo12+1 Installed-Size: 56 Maintainer: Debian Input Method Team Architecture: i386 Depends: libimetable0 (= 1.1.8-1~bpo12+1) Size: 13040 SHA256: 172c648e9402ff473297232183079a1530a9ad246fc2458efcc1665d236d92f5 SHA1: c074a563a51bb7c9f9c10dac2e0e5a065dd14164 MD5sum: c8d976b30df5ab2efe15111f5fb845a5 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.8-1~bpo12+1_i386.deb Package: libimetable0 Source: libime Version: 1.1.8-1~bpo12+1 Installed-Size: 494 Maintainer: Debian Input Method Team Architecture: i386 Depends: libc6 (>= 2.32), libfcitx5utils2 (>= 5.1.10), libgcc-s1 (>= 4.2), libimecore0 (>= 1.1.8), libstdc++6 (>= 11), libzstd1 (>= 1.5.2) Size: 168388 SHA256: 7a82a5d313235008e2d067795787477d89ff747503e3f7c888cabead9e8ca67f SHA1: 156f1a346f0b05587183de590a6dac7045c0c521 MD5sum: d12d4aa7a3117bff3148c5a8b9713d9f 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.8-1~bpo12+1_i386.deb Package: libipmiconsole-dev Source: freeipmi Version: 1.6.13-2~bpo12+1 Installed-Size: 223 Maintainer: Fabio Fantoni Architecture: i386 Depends: freeipmi-common (= 1.6.13-2~bpo12+1), libipmiconsole2 (= 1.6.13-2~bpo12+1) Size: 178216 SHA256: 29b2a4e035d280424b0c3acc7c66d25c95bd55cae409c6609fbcc78f2c627f53 SHA1: 02ffdd7b223d460a3702ffb416e7583607ba9867 MD5sum: ea1f5badd8c40be4dd64ae3930075b71 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_i386.deb Package: libipmiconsole2 Source: freeipmi Version: 1.6.13-2~bpo12+1 Installed-Size: 490 Maintainer: Fabio Fantoni Architecture: i386 Depends: freeipmi-common (= 1.6.13-2~bpo12+1), libc6 (>= 2.34), libfreeipmi17 (>= 1.4.4) Size: 254436 SHA256: 7aa8217e5d82c30a0c33013e00420adb7fb747831aee28f3f562719dcc7a4f82 SHA1: 493196fcee70c44e4639866749076579496fd22a MD5sum: 6d8c4f951c283fcaa81df9c86f90b212 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_i386.deb Package: libipmidetect-dev Source: freeipmi Version: 1.6.13-2~bpo12+1 Installed-Size: 190 Maintainer: Fabio Fantoni Architecture: i386 Depends: freeipmi-common (= 1.6.13-2~bpo12+1), libipmidetect0 (= 1.6.13-2~bpo12+1) Size: 170148 SHA256: 33ed308cdad490da116877cbf4bcbb18c9b527cf8eb64bcd74b4e618ea7de4c9 SHA1: c7bddab1ff599337a5bfbdb053274e6d39769285 MD5sum: 6b28f2f2667fb55d411a736fb428dd0f 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_i386.deb Package: libipmidetect0 Source: freeipmi Version: 1.6.13-2~bpo12+1 Installed-Size: 254 Maintainer: Fabio Fantoni Architecture: i386 Depends: freeipmi-common (= 1.6.13-2~bpo12+1), libc6 (>= 2.28) Size: 195976 SHA256: 1b52bb1db1d53705bb03b9cd2065c283d941f42e2982c36e4172074ac31cf0ad SHA1: ae1006f23e7622a185772c5eb045f544af1bf0a5 MD5sum: 83c83e53100c622ea937bc7bf5531f27 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_i386.deb Package: libipmimonitoring-dev Source: freeipmi Version: 1.6.13-2~bpo12+1 Installed-Size: 291 Maintainer: Fabio Fantoni Architecture: i386 Depends: freeipmi-common (= 1.6.13-2~bpo12+1), libipmimonitoring6 (= 1.6.13-2~bpo12+1) Size: 180972 SHA256: 2805b537480ab50f6d16c4a084ed4c0a1dd6b4e4ddbb4fe1fdb6262f5d336633 SHA1: 731ed1342d5f950b79fc6149c2ce9f01af2cc648 MD5sum: 3904127a35589a53f2bec0928efd3ea4 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_i386.deb Package: libipmimonitoring6 Source: freeipmi Version: 1.6.13-2~bpo12+1 Installed-Size: 320 Maintainer: Fabio Fantoni Architecture: i386 Replaces: libipmimonitoring5a Depends: freeipmi-common (= 1.6.13-2~bpo12+1), libc6 (>= 2.33), libfreeipmi17 (>= 1.4.4) Breaks: libipmimonitoring5a Size: 213088 SHA256: 0f75a4f0dd5f99718942cf3bba15dfb7da152c16fbcbc4d06fe4c6aed7394dc1 SHA1: 209b41ec6dcc5a4f0d70222d58a5fc5931f793b3 MD5sum: 48b5f7c38f9b01f70ec99198f056d7f3 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_i386.deb Package: libjavascriptcoregtk-4.0-18 Source: webkit2gtk Version: 2.42.1-1~bpo12+1 Installed-Size: 15077 Maintainer: Debian WebKit Maintainers Architecture: i386 Depends: libc6 (>= 2.34), libgcc-s1 (>= 7), libglib2.0-0 (>= 2.65.1), libicu72 (>= 72.1~rc-1~), libstdc++6 (>= 12), libsystemd0 Size: 3719320 SHA256: 8dd2352a120c733ba10f759cf7dbfc7d51505662bcb5f4497fd68475aa266e23 SHA1: 49e90ce1685dbdc02ba78f270673e827981642f4 MD5sum: c4e1a1e96fd97770c0ae2e5c1a778e31 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.42.1-1~bpo12+1_i386.deb Package: libjavascriptcoregtk-4.0-bin Source: webkit2gtk Version: 2.42.1-1~bpo12+1 Installed-Size: 617 Maintainer: Debian WebKit Maintainers Architecture: i386 Depends: libc6 (>= 2.34), libjavascriptcoregtk-4.0-18, libstdc++6 (>= 4.4) Size: 146228 SHA256: 3b00ec3d601efd687715c93957ab43a2b895b49852ff80055c11c2170574ffb2 SHA1: a7b69769cde5fd5200578b3f8c63fca8de82f93d MD5sum: d81a88321d3ea79bdb58a39e587fc74f 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 build comes from the GTK port of WebKit (API version 4.0). . 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.42.1-1~bpo12+1_i386.deb Package: libjavascriptcoregtk-4.0-dev Source: webkit2gtk Version: 2.42.1-1~bpo12+1 Installed-Size: 715 Maintainer: Debian WebKit Maintainers Architecture: i386 Depends: libjavascriptcoregtk-4.0-18 (= 2.42.1-1~bpo12+1), gir1.2-javascriptcoregtk-4.0 (= 2.42.1-1~bpo12+1), libglib2.0-dev Size: 76684 SHA256: 6820afb81ed513a3fd8f31044de31e0e2b5744c053f8f20c4d986327529a9edc SHA1: 67b982c28744c489f6afb451767bafd58b11d9be MD5sum: 3aa608f5651b94ecae8d4d859099a4fb 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.42.1-1~bpo12+1_i386.deb Package: libjavascriptcoregtk-4.1-0 Source: webkit2gtk Version: 2.42.1-1~bpo12+1 Installed-Size: 15077 Maintainer: Debian WebKit Maintainers Architecture: i386 Depends: libc6 (>= 2.34), libgcc-s1 (>= 7), libglib2.0-0 (>= 2.65.1), libicu72 (>= 72.1~rc-1~), libstdc++6 (>= 12), libsystemd0 Size: 3718032 SHA256: eccb6f8b1ace83083c89c03db7022a58457a2363ab688f4fb7c714c49872b106 SHA1: dbdbe0b950bed59e0a70d0f10e744fbcbd24e943 MD5sum: fa4c930f45ef073a17a1d84ae47ef5c4 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.42.1-1~bpo12+1_i386.deb Package: libjavascriptcoregtk-4.1-dev Source: webkit2gtk Version: 2.42.1-1~bpo12+1 Installed-Size: 715 Maintainer: Debian WebKit Maintainers Architecture: i386 Depends: libjavascriptcoregtk-4.1-0 (= 2.42.1-1~bpo12+1), gir1.2-javascriptcoregtk-4.1 (= 2.42.1-1~bpo12+1), libglib2.0-dev Size: 76668 SHA256: 3601244c859c2a79cf0170037b6321939f4a32bf431bf6087689d2bd7311a6d0 SHA1: 4b243a29ea2af90001da2591b43cf30f692be0e7 MD5sum: 178f69adb291a047c32c7cf8bcde62d9 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.42.1-1~bpo12+1_i386.deb Package: libjavascriptcoregtk-6.0-1 Source: webkit2gtk Version: 2.42.1-1~bpo12+1 Installed-Size: 15077 Maintainer: Debian WebKit Maintainers Architecture: i386 Depends: libc6 (>= 2.34), libgcc-s1 (>= 7), libglib2.0-0 (>= 2.65.1), libicu72 (>= 72.1~rc-1~), libstdc++6 (>= 12), libsystemd0 Size: 3717824 SHA256: ae6cd3a0380873b15cb129e85a1100e6a188df63be26ef7bfb6d6e5041094c05 SHA1: a4c0fe78aacf625eeb1f08cac5df51a50c3c6ca1 MD5sum: d965bcacbc66809ff2e9a603ac3ab972 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.42.1-1~bpo12+1_i386.deb Package: libjavascriptcoregtk-6.0-dev Source: webkit2gtk Version: 2.42.1-1~bpo12+1 Installed-Size: 594 Maintainer: Debian WebKit Maintainers Architecture: i386 Depends: libjavascriptcoregtk-6.0-1 (= 2.42.1-1~bpo12+1), gir1.2-javascriptcoregtk-6.0 (= 2.42.1-1~bpo12+1), libglib2.0-dev Size: 63440 SHA256: cc9ca57e4a489bb37036756366357b1095d558e50f938199085723a23bc13ae9 SHA1: b5c0d20c8e9f33d3cdeab5d5077cbe4ea44ee178 MD5sum: 653b448a38631a438874f6b449cc738c 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.42.1-1~bpo12+1_i386.deb Package: libjodycode-dev Source: libjodycode Version: 3.1-3~bpo12+1 Installed-Size: 48 Maintainer: Joao Eriberto Mota Filho Architecture: i386 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: 14060 SHA256: 784b9cc1301c15d99ea9a25c1569cc848d7552d98451b328d31523e8ab3905cb SHA1: 10e122c9610b80328f80815eb76498007c64a8f3 MD5sum: 2f82f2c681bfd11240f2419501f5a41e 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_i386.deb Package: libjodycode3 Source: libjodycode Version: 3.1-3~bpo12+1 Installed-Size: 44 Maintainer: Joao Eriberto Mota Filho Architecture: i386 Replaces: libjodycode2 (<= 2.0.1-4) Depends: libc6 (>= 2.4) Breaks: libjodycode2 (<= 2.0.1-4) Size: 14568 SHA256: f5b01e3631d98dd329ba2a39ec43cca48e9ecfb5fb055ab5a4413c24c04cf2dd SHA1: 72e2481b9b5852e296653665b7cc1c04d905c27a MD5sum: 1ccdc7b6405c9b55c0b72eb84e834965 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_i386.deb Package: libkshark-dev Source: kernelshark Version: 2.2.1-1~bpo12+1 Installed-Size: 314 Maintainer: Sudip Mukherjee Architecture: i386 Depends: libkshark2 (= 2.2.1-1~bpo12+1) Size: 64720 SHA256: 13cb16bf6e65f0010917ef88a5e0fa108e3897604dbc70fdecd7bca383512da3 SHA1: a46373137da38c8145f98037c473666b07a1edf2 MD5sum: 0a0c1a75952ac40310e84dc0ae73cc19 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_i386.deb Package: libkshark2 Source: kernelshark Version: 2.2.1-1~bpo12+1 Installed-Size: 1085 Maintainer: Sudip Mukherjee Architecture: i386 Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.2), 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: 343012 SHA256: 8a258ef3136aa7d0e89078d85ef379ab692ee25a8bdbb408e4a5fd34d10f0a4c SHA1: cabe89fe8e0ad5e5e6164de42f5d3265852b8147 MD5sum: 08d69fabfd06b7fb7f2ea1b52336d837 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_i386.deb Package: libldb-dev Source: samba (2:4.20.5+dfsg-1~bpo12+1) Version: 2:2.9.1+samba4.20.5+dfsg-1~bpo12+1 Installed-Size: 184 Maintainer: Debian Samba Maintainers Architecture: i386 Depends: libc6-dev, libldb2 (= 2:2.9.1+samba4.20.5+dfsg-1~bpo12+1), libtalloc-dev, libtevent-dev, libtdb-dev Size: 63480 SHA256: 043c7e826d64ebe9eefe71f6d6b08058dc4b2fd45f8aa201b9a6bd74d27e86f8 SHA1: 69171a666f82f8b385d00774aa4920f818b8c9a5 MD5sum: 3eb1ec24c1a7a56c5efd300bdec6ec01 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.9.1+samba4.20.5+dfsg-1~bpo12+1_i386.deb Package: libldb2 Source: samba (2:4.20.5+dfsg-1~bpo12+1) Version: 2:2.9.1+samba4.20.5+dfsg-1~bpo12+1 Installed-Size: 604 Maintainer: Debian Samba Maintainers Architecture: i386 Depends: libc6 (>= 2.34), libldap-2.5-0 (>= 2.5.4), libtalloc2 (>= 2.4.2~), libtdb1 (>= 1.4.10~), libtevent0 (>= 0.16.1~) Breaks: samba-libs (<< 2:4.19.0~) Size: 177828 SHA256: 3d81832860d108a27d4b8c4459062aab4dbbe1acce59802b8899d8d61141256b SHA1: d70bf5bf7ea5ad9cfe7937b0c4ddeb0ef45a7fca MD5sum: f1356c59f9ef732daccd923108971f3f 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.9.1+samba4.20.5+dfsg-1~bpo12+1_i386.deb Package: liblemonldap-ng-common-perl Source: lemonldap-ng Version: 2.19.2+ds-1~bpo12+1 Installed-Size: 848 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: 231772 SHA256: 1cd4f1f26ea8c5314d72cee1b790141759ef007d05528537319aabdd7c4f2d53 SHA1: 1b07ae83902c24837ac128ab0336e10db403311a MD5sum: ff7c5283511655a23d261bb7f3da0d8f 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.19.2+ds-1~bpo12+1_all.deb Package: liblemonldap-ng-handler-perl Source: lemonldap-ng Version: 2.19.2+ds-1~bpo12+1 Installed-Size: 446 Maintainer: Debian Perl Group Architecture: all Depends: liblemonldap-ng-common-perl (= 2.19.2+ds-1~bpo12+1), perl:any Size: 136916 SHA256: a3fd469bd673c84f6a281cfbd986189bd02ba200f6ef70ff1491aa162fdfeda7 SHA1: 94f8baa40d9fb8c60fc66d7a7be1a6a964a46a77 MD5sum: 48aef2b4316aa943ae9984aeadef30db 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.19.2+ds-1~bpo12+1_all.deb Package: liblemonldap-ng-manager-perl Source: lemonldap-ng Version: 2.19.2+ds-1~bpo12+1 Installed-Size: 4769 Maintainer: Debian Perl Group Architecture: all Depends: lemonldap-ng-fastcgi-server (= 2.19.2+ds-1~bpo12+1) | lemonldap-ng-uwsgi-app (= 2.19.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.19.2+ds-1~bpo12+1), libregexp-common-perl, perl:any Pre-Depends: debconf Recommends: lemonldap-ng-doc (= 2.19.2+ds-1~bpo12+1), libxml-libxml-perl, libxml-libxslt-perl, libxml-simple-perl Suggests: libclone-perl, libregexp-assemble-perl Size: 1015292 SHA256: e0d2e067a38447eabc7c931ff1a0ac10c5d82b22c1c26fa69d7b38f60b8a754f SHA1: 3ca881a8f213b9eaf391e46f90537d5487df543c MD5sum: 7f18051fc864fcc7ad7d0e76cbe29fd1 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.19.2+ds-1~bpo12+1_all.deb Package: liblemonldap-ng-portal-perl Source: lemonldap-ng Version: 2.19.2+ds-1~bpo12+1 Installed-Size: 5924 Maintainer: Debian Perl Group Architecture: all Depends: fonts-font-awesome, lemonldap-ng-fastcgi-server (= 2.19.2+ds-1~bpo12+1) | lemonldap-ng-uwsgi-app (= 2.19.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.19.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, libunicode-string-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: 3141724 SHA256: 1ea2c8144e1f1840a48ee72a6b667765ff0cd1fedaa49375c511953fa2ee3a53 SHA1: 8d69e6d9d57d2d901cae577f702cbcd4a2154bc1 MD5sum: 283e2c6f521bc6ea6237c0011d741188 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.19.2+ds-1~bpo12+1_all.deb Package: liblemonldap-ng-ssoaas-apache-client-perl Source: lemonldap-ng Version: 2.19.2+ds-1~bpo12+1 Installed-Size: 186 Maintainer: Debian Perl Group Architecture: all Depends: perl:any Breaks: liblemonldap-ng-handler-perl (<< 2.0.14~) Size: 87976 SHA256: 880e00ae36e11506587c8a71e31efa22b73a74d1a218e7cb38225a177107561a SHA1: 2606e52c67f22bf3de0da933fb980b73a1fab952 MD5sum: 3402e54c09220c44ab55b0d464a8154f 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.19.2+ds-1~bpo12+1_all.deb Package: liblibreoffice-java Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 2284 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: 1645736 SHA256: 6034f689f8f0a9938cd1c6388c1bb4788ecb9fd809612c694e5399cacb6c06c9 SHA1: e32fc4eee18400a6902a065ec8f5f9d378c501c6 MD5sum: 4cbc6806b8222b868e60fc0508693ab9 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_24.8.2-1~bpo12+1_all.deb Package: liblibreofficekitgtk Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 286 Maintainer: Debian LibreOffice Maintainers Architecture: i386 Replaces: libreoffice-gtk3 (<< 1:5.2.0~) Depends: libreofficekit-data, libc6 (>= 2.34), libcairo2 (>= 1.10.0), libgcc-s1 (>= 3.0), 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: 116344 SHA256: c211017c9b24c25398a0eda2b6dd33a959186075516d03e6000026154831fbe8 SHA1: 0faadb5f49b4a674e8f4e7d3b1de09131b948572 MD5sum: 19d1b112ea02cb38e0886f317b33fe88 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_24.8.2-1~bpo12+1_i386.deb Package: liblouis-bin Source: liblouis Version: 3.31.0-2~bpo12+1 Installed-Size: 220 Maintainer: Debian Accessibility Team Architecture: i386 Depends: libc6 (>= 2.34), liblouis20 (>= 3.31.0), libyaml-0-2 Size: 63140 SHA256: 8f348b149a8627f7e3945bfe22725864c4da6a050bc85450208ef3f946b6b0a2 SHA1: d8eef085ecd5a503a8441f1e2841acad894643b9 MD5sum: fffc9b8ca946bffa00d02b7e3c8c132f 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.31.0-2~bpo12+1_i386.deb Package: liblouis-data Source: liblouis Version: 3.31.0-2~bpo12+1 Installed-Size: 12742 Maintainer: Debian Accessibility Team Architecture: all Size: 2089724 SHA256: 5d63b32d1bb8bcf88eb8265a82bc1ae85d23106ca4296fe047d9d5b78b0a6413 SHA1: 8a8d66f717ee98b3529b24891255b057db28eb4c MD5sum: a38b59e68496a8704fed08e242b427ad 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.31.0-2~bpo12+1_all.deb Package: liblouis-dev Source: liblouis Version: 3.31.0-2~bpo12+1 Installed-Size: 700 Maintainer: Debian Accessibility Team Architecture: i386 Depends: liblouis20 (= 3.31.0-2~bpo12+1) Size: 301740 SHA256: 34f91dbc0dc54ee1beb54a284920d5d4d3aa86f651a98a952ef6d4925edce333 SHA1: bc4801e798a7c18bd9f28f471d8e3c88aa62c87f MD5sum: 8ac9ddfca503b60388565d18239ef448 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.31.0-2~bpo12+1_i386.deb Package: liblouis20 Source: liblouis Version: 3.31.0-2~bpo12+1 Installed-Size: 228 Maintainer: Debian Accessibility Team Architecture: i386 Depends: libc6 (>= 2.33), liblouis-data (>= 3.31.0~) Size: 101008 SHA256: 47ef86244409435973771809785f518d5031d883b9cbb5e6afb45257be86dcb1 SHA1: 5e4d75ad04fb2b23eb00fd5ef197a0491ff3da8c MD5sum: cfd65237c32bd7cde652ad89c12c244e 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.31.0-2~bpo12+1_i386.deb Package: liblouisutdml-bin Source: liblouisutdml Version: 2.12.0-7~bpo12+1 Installed-Size: 42 Maintainer: Debian Accessibility Team Architecture: i386 Depends: libc6 (>= 2.34), liblouis20 (>= 3.30.0), liblouisutdml9 (>= 2.12.0) Suggests: antiword, ooo2dbk, poppler-utils, rtf2xml Size: 14484 SHA256: 018851277f4f88d9483f8713cfc5b6312e5257746c40e0800fa5116389d54feb SHA1: 84c3ebfeb4e67aeab7d590de09e84a67870e555d MD5sum: c6e4280562784fe3e663a4f8b931f989 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_i386.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: 647 Maintainer: Debian Accessibility Team Architecture: i386 Depends: liblouisutdml9 (= 2.12.0-7~bpo12+1), liblouis-dev Size: 226620 SHA256: 3b960a876383337570ecd2b43dbfe60d313d27bb7e15283159becb7ca95dd101 SHA1: f722b641f515ad33b5ed1fc2b80e998f634edb6f MD5sum: 8d483b8efc2ab12129e462d5a9da267e 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_i386.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: 231 Maintainer: Debian Accessibility Team Architecture: i386 Depends: liblouisutdml-data, libc6 (>= 2.33), liblouis20 (>= 3.30.0), libxml2 (>= 2.7.4) Size: 89972 SHA256: 834394148ae975db3069af5fdbbd268ea9f47cfe01fdeebde9d1b3bf37a2e547 SHA1: 159f86558ebb6651d427e33e61cf20f5288279a5 MD5sum: 5e36a67a51cfb9ddb5deb5d5712d56c3 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_i386.deb Package: libmapcache-dev Source: mapcache Version: 1.14.1-1~bpo12+1 Installed-Size: 113 Maintainer: Debian GIS Project Architecture: i386 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: 22932 SHA256: 7f20b39015a1a86ca9241bcd4e21bd0269793ffe38ad2718990325e45d70cbf7 SHA1: 031d30eae935fd07204d3304c282e82bf1c1f3f3 MD5sum: c6c611a673622f148a19b874c4a39a50 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_i386.deb Package: libmapcache1 Source: mapcache Version: 1.14.1-1~bpo12+1 Installed-Size: 481 Maintainer: Debian GIS Project Architecture: i386 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: 162480 SHA256: 49eaefd1e18c7d279baa0a5fc3f8177bab353879af5dbc798dd1334ab121cf98 SHA1: 56598fdd49dff509d57176094f69bca81adf99bc MD5sum: f7790798571124144ab38e7472370d95 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_i386.deb Package: libmapscript-java Source: mapserver Version: 8.2.2-1~bpo12+1 Installed-Size: 738 Maintainer: Debian GIS Project Architecture: i386 Depends: libc6 (>= 2.4), libmapserver2 (>= 8.0.0) Suggests: mapserver-bin, mapserver-doc Size: 289976 SHA256: 006a44d73bf9f4d4d10698fce3cdaacca9763210e2c2cc0fc899be48b2a5fb38 SHA1: c63ead027ea99be7b53d9dc2962421c952388a64 MD5sum: 92c34f28082a1b2e965649cfa82cb7b6 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.2.2-1~bpo12+1_i386.deb Package: libmapscript-perl Source: mapserver Version: 8.2.2-1~bpo12+1 Installed-Size: 1287 Maintainer: Debian GIS Project Architecture: i386 Replaces: perl-mapscript Provides: perl-mapscript Depends: perl (>= 5.36.0-7+deb12u1), perlapi-5.36.0, libc6 (>= 2.4), libmapserver2 (>= 8.0.0), libperl5.36 (>= 5.36.0) Suggests: mapserver-bin, mapserver-doc Conflicts: perl-mapscript Size: 244564 SHA256: fdb168727083256cb441f8f9c63ad942dae4d32d9d11694ba5c7096d4886ba81 SHA1: ed3737211bc92d913880d8946e9b9d5982652002 MD5sum: 818d65e8a9ea3d1eba5a8d29a0b9895a 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.2.2-1~bpo12+1_i386.deb Package: libmapserver-dev Source: mapserver Version: 8.2.2-1~bpo12+1 Installed-Size: 4231 Maintainer: Debian GIS Project Architecture: i386 Depends: libmapserver2 (= 8.2.2-1~bpo12+1) Suggests: cgi-mapserver, mapserver-bin, mapserver-doc, libmapscript-perl, php-mapscript-ng, python3-mapscript Size: 454060 SHA256: 66877d48ac880c25f95e7625062a56cb15be579cf613282a481e553dfc0e5b9c SHA1: e957ebe3fa44400ece1937172078a3fe79783982 MD5sum: 4ed43bc9d3e2532aa68f0557156272a2 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.2.2-1~bpo12+1_i386.deb Package: libmapserver2 Source: mapserver Version: 8.2.2-1~bpo12+1 Installed-Size: 4251 Maintainer: Debian GIS Project Architecture: i386 Depends: libc6 (>= 2.34), libcairo2 (>= 1.15.8), libcurl3-gnutls (>= 7.16.2), libfreetype6 (>= 2.2.1), libfribidi0 (>= 0.19.2), libgcc-s1 (>= 4.2), 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), libpng16-16 (>= 1.6.2-1), libpq5, libproj25 (>= 7.2.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: 1500408 SHA256: 3beb21a795cd26268b66cb94f77a538b0f4bb5b3e7d227e4c3da70b351cfc2c4 SHA1: 04f75eb9a207cbed784ea4ec766109ab723a601c MD5sum: 7a3d19d46925ccda83920c68ebba1338 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.2.2-1~bpo12+1_i386.deb Package: libmetalang99-dev Source: metalang99 Version: 1.13.3-1~bpo12+1 Installed-Size: 2196 Maintainer: Roland Mas Architecture: i386 Depends: libjs-mathjax Size: 213316 SHA256: eb7723e837e4d324022f4942b21fe01399bc53322f33399c349c75b4aa7dafba SHA1: f4668511fa1151fb9fadf2458654b6dd2cb098b9 MD5sum: 9f3ff04dd920da7d691b449a9983e233 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_i386.deb Package: libmilter-dev Source: sendmail Version: 8.17.2-1~bpo12+1 Installed-Size: 597 Maintainer: Debian QA Group Architecture: i386 Depends: libmilter1.0.1 (= 8.17.2-1~bpo12+1) Suggests: sendmail-doc Size: 311012 SHA256: fce20159ff9e877706e5c0e100453a79ec70a0ce3c30a110818c7498d1162bb5 SHA1: 875ec5293ea871f9b887da69c37455c766b8136d MD5sum: c7615a7d1602f94657b92d1a70047c0b 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.17.2-1~bpo12+1_i386.deb Package: libmilter1.0.1 Source: sendmail Version: 8.17.2-1~bpo12+1 Installed-Size: 299 Maintainer: Debian QA Group Architecture: i386 Depends: libc6 (>= 2.34) Size: 241048 SHA256: b9f2a00ab82c63d4f8bc7f73e48b901c6fd4c7f5fa5619c739adb2c05100d9bc SHA1: 5286d3e507be1214b748b1c4a90152b5ebd43d39 MD5sum: e054180d0297cfd0aa5c6627a2591c5d 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.17.2-1~bpo12+1_i386.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.18-1~bpo12+1 Installed-Size: 215 Maintainer: Debian IoT Maintainers Architecture: i386 Replaces: libmosquitto0-dev (<< 1.2-1~) Depends: libmosquitto1 (<< 2.0.18-1~bpo12+1.1~), libmosquitto1 (>= 2.0.18-1~bpo12+1) Breaks: libmosquitto0-dev (<< 1.2-1~) Size: 74184 SHA256: dc6e9aa4d5364eaae008c9d9262d16f45c9903bc473547223ab4a11992f0aaf5 SHA1: 37ea0b6035d688c35fc35bb6f76d95be7b8fc20f MD5sum: 5f2edb2c1f9a703e2d583a0337c48d78 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.18-1~bpo12+1_i386.deb Package: libmosquitto1 Source: mosquitto Version: 2.0.18-1~bpo12+1 Installed-Size: 202 Maintainer: Debian IoT Maintainers Architecture: i386 Depends: libc6 (>= 2.34), libssl3 (>= 3.0.0) Size: 98636 SHA256: beae441d17eafbffdeb504ff3e1ca659812d70a41b59bbeaca27383c5004f2e5 SHA1: 57cceed42987c3c9b9da7998da34b35ed55680de MD5sum: 1c8e96e7df8e5512698b2d7f8f8cb24a 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.18-1~bpo12+1_i386.deb Package: libmosquittopp-dev Source: mosquitto Version: 2.0.18-1~bpo12+1 Installed-Size: 82 Maintainer: Debian IoT Maintainers Architecture: i386 Replaces: libmosquittopp0-dev (<< 1.2-1~) Depends: libmosquittopp1 (<< 2.0.18-1~bpo12+1.1~), libmosquittopp1 (>= 2.0.18-1~bpo12+1), libmosquitto-dev Breaks: libmosquittopp0-dev (<< 1.2-1~) Size: 55472 SHA256: a1fd0f23032a208115772bcd359b50c24127e47df554892494194eb68f33c8c2 SHA1: a8f24ad832abc1a6c3ccc0647607245691ec4f04 MD5sum: fd8b743411ab09c7d77aa17e5760adb3 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.18-1~bpo12+1_i386.deb Package: libmosquittopp1 Source: mosquitto Version: 2.0.18-1~bpo12+1 Installed-Size: 108 Maintainer: Debian IoT Maintainers Architecture: i386 Depends: libmosquitto1 (= 2.0.18-1~bpo12+1), libstdc++6 (>= 5) Size: 60116 SHA256: 11ce67b33c4481b6e68301c32d6cdbe5b142e6d99fbf91d653513b56d2c000c2 SHA1: 1e3a21a3f940c64fac2410b8672338b0ba5ea39c MD5sum: 2e9327fe5ef4a82b0de8ee683b43efdf 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.18-1~bpo12+1_i386.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.4.0-1~bpo12+1 Installed-Size: 213 Maintainer: Debian Curl Maintainers Architecture: i386 Depends: libc6 (>= 2.4) Size: 74984 SHA256: d30a1d58ca5e763066f1e6bc1fda38b1439dbee2ecd1c55ba83b15186807e31d SHA1: 01b0881c324be44980c8985dce928b133eff7096 MD5sum: d991fff083e14ba4f16cf3651bb294a7 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.4.0-1~bpo12+1_i386.deb Package: libnghttp3-dev Source: nghttp3 Version: 1.4.0-1~bpo12+1 Installed-Size: 395 Maintainer: Debian Curl Maintainers Architecture: i386 Depends: libnghttp3-9 (= 1.4.0-1~bpo12+1) Size: 99812 SHA256: f3777527dc04849046a347f3648f0bfd22341c8625560c05416b892c99232dbf SHA1: c6f89bacc466fc5094f0af2f02066c5fee6cdedb MD5sum: 6089e3bf8dc3c14cd2934ddb4b15c5d3 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.4.0-1~bpo12+1_i386.deb Package: libngspice0 Source: ngspice Version: 43+ds-1~bpo12+1 Installed-Size: 8054 Maintainer: Debian Electronics Team Architecture: i386 Depends: libc6 (>= 2.35), libgcc-s1 (>= 3.0), libgomp1 (>= 4.9), libstdc++6 (>= 4.5) Size: 2194600 SHA256: 5ec5748150c5824942093a29429840f4172427cad96bdeb78dfaaa1df7ba59fe SHA1: e3db9bd16e11a19c0f141dddf2b79e8f87ed4af9 MD5sum: dd07583dc6927364361d7c776c541bc2 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_43+ds-1~bpo12+1_i386.deb Package: libngspice0-dev Source: ngspice Version: 43+ds-1~bpo12+1 Installed-Size: 225 Maintainer: Debian Electronics Team Architecture: i386 Depends: libngspice0 (= 43+ds-1~bpo12+1) Size: 166824 SHA256: 95f9ceb019f53d65693767f622504ff0310ea1cf25a39291d8a776a9d46c8662 SHA1: d77508f7ebe2b1e78f26f43bc0cfcf0f7b93f0f0 MD5sum: 56fa7f884182ae370df8348a5c397fac 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_43+ds-1~bpo12+1_i386.deb Package: libngtcp2-16 Source: ngtcp2 Version: 1.6.0-1~bpo12+1 Installed-Size: 410 Maintainer: Debian Curl Maintainers Architecture: i386 Depends: libc6 (>= 2.25) Size: 154608 SHA256: de94e0ba5e5a86e6c155edb9467d208da9219eb6230c64fbdc3bd7f1dd859aac SHA1: 084cca10c6e1b08cdd2232ab42964c6cbd0a6ca5 MD5sum: 28704c50b0e2468e5abc07613b033bb6 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.6.0-1~bpo12+1_i386.deb Package: libngtcp2-crypto-gnutls-dev Source: ngtcp2 Version: 1.6.0-1~bpo12+1 Installed-Size: 106 Maintainer: Debian Curl Maintainers Architecture: i386 Depends: libngtcp2-crypto-gnutls8 (= 1.6.0-1~bpo12+1) Size: 24664 SHA256: 87c754522f2d690cce9c8c1b5648143843a14040f449b165b6ea9b5d19f32e59 SHA1: 6aec9f96d0875a7951f2d851d8b542771198d2bd MD5sum: 801bf7111b0ad59a7d09a20b283e8b28 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.6.0-1~bpo12+1_i386.deb Package: libngtcp2-crypto-gnutls8 Source: ngtcp2 Version: 1.6.0-1~bpo12+1 Installed-Size: 66 Maintainer: Debian Curl Maintainers Architecture: i386 Depends: libc6 (>= 2.4), libgnutls30 (>= 3.7.2), libngtcp2-16 (>= 1.1.0) Size: 20192 SHA256: dc6568651c90df18f1c102d3601ebb0da4e021ff0166e3581ea36d53e88990e2 SHA1: 4f9a62d17c9b622207086efecb61de19afbdb94a MD5sum: 58028a2e4f5a1456c0951a5df5995f23 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.6.0-1~bpo12+1_i386.deb Package: libngtcp2-dev Source: ngtcp2 Version: 1.6.0-1~bpo12+1 Installed-Size: 785 Maintainer: Debian Curl Maintainers Architecture: i386 Depends: libngtcp2-16 (= 1.6.0-1~bpo12+1) Size: 206356 SHA256: 0b5389babb9591ee3b926c3f204df1b0dbd8610dab5fb036f6e0dc08006fa638 SHA1: 336e353117ae36f74106c529fd996dcbdfa88c03 MD5sum: 50e921f0134bf536ea1be65c1effdb29 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.6.0-1~bpo12+1_i386.deb Package: libnotmuch-dev Source: notmuch Version: 0.38.1-1~bpo12+1 Installed-Size: 133 Maintainer: Carl Worth Architecture: i386 Depends: libnotmuch5 (= 0.38.1-1~bpo12+1) Size: 46928 SHA256: a082f9f1a2c25bcd21c93775b1c4811a3592117a1879cd3b0608006713685115 SHA1: c0fcccbd50c2cdd89d5da1ec741af01886ee3923 MD5sum: 09c6d53d6808f3f964f4ae8d1379850b 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_i386.deb Package: libnotmuch5 Source: notmuch Version: 0.38.1-1~bpo12+1 Installed-Size: 314 Maintainer: Carl Worth Architecture: i386 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libglib2.0-0 (>= 2.31.8), libgmime-3.0-0 (>= 3.0.4), libsexp1 (>= 1.3.1), libstdc++6 (>= 5.2), libtalloc2 (>= 2.0.4~git20101213), libxapian30 (>= 1.4.19~) Size: 116368 SHA256: 8e7f00d86f5ff7536a5e9aa0941a2c619f41170393c5c8e3b2ad032548ee8065 SHA1: 0b4be85311cdf8783fef2908e73238063d19e56c MD5sum: dc9bc8b330c0378a537b62a50684d464 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_i386.deb Package: libnss-myhostname Source: systemd Version: 254.16-1~bpo12+1 Installed-Size: 206 Maintainer: Debian systemd Maintainers Architecture: i386 Depends: libc6 (>= 2.34), libcap2 (>= 1:2.10) Size: 95636 SHA256: 8b54efa22594e876293acef1fc27a9237eb29a931131f6549ecdb3516b7a411e SHA1: 749c60eba3d5d1f03e381bd17a1d31f45b7173a2 MD5sum: e8805a78b7383f9c27eb13ad57c55ccd 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.16-1~bpo12+1_i386.deb Package: libnss-mymachines Source: systemd Version: 254.16-1~bpo12+1 Installed-Size: 408 Maintainer: Debian systemd Maintainers Architecture: i386 Depends: libc6 (>= 2.34), libcap2 (>= 1:2.10), systemd-container (= 254.16-1~bpo12+1) Size: 184100 SHA256: 9019586e51a3704faf5ced3c9aeabb91f3a6c0b6eca0879956484d936148fd81 SHA1: 593d1250af811324db1d58e68afa386035668e8d MD5sum: dc56dd3f82220c720b5aa3e02b6f30ba 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.16-1~bpo12+1_i386.deb Package: libnss-resolve Source: systemd Version: 254.16-1~bpo12+1 Installed-Size: 218 Maintainer: Debian systemd Maintainers Architecture: i386 Depends: libc6 (>= 2.34), libcap2 (>= 1:2.10), systemd-resolved (= 254.16-1~bpo12+1) Size: 106584 SHA256: 199f4df9e402afcae4e656c7b8841fee47756b99efe186f72191e089b3f39c04 SHA1: cec5350a166228ecd03442ac1fb33e72bfdf8358 MD5sum: a09c49140a0588946a72cb761a109eb1 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.16-1~bpo12+1_i386.deb Package: libnss-systemd Source: systemd Version: 254.16-1~bpo12+1 Installed-Size: 426 Maintainer: Debian systemd Maintainers Architecture: i386 Depends: libc6 (>= 2.35), libcap2 (>= 1:2.10), systemd (= 254.16-1~bpo12+1) Size: 182264 SHA256: 5a85ec26f35e16061875634f598f389d794c11d8d4e11407d3c443a64ed53e90 SHA1: e9c2f1463568015c84fcde83466e1e60a068e2ca MD5sum: c122afd0b1f9419f73894d23dddaf813 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.16-1~bpo12+1_i386.deb Package: libnss-winbind Source: samba Version: 2:4.20.5+dfsg-1~bpo12+1 Installed-Size: 214 Maintainer: Debian Samba Maintainers Architecture: i386 Depends: winbind:any (= 2:4.20.5+dfsg-1~bpo12+1), libbsd0 (>= 0.0), libc6 (>= 2.34) Suggests: libpam-winbind Size: 71932 SHA256: 159194cbd865e93f11fe464e7eb51fa4a06da0dd96c1dfdbf4ae6ab3e421cfd0 SHA1: 1b40814672c3d214ae59cc46f94216aa5aafb5e2 MD5sum: bfefa8920b6afa62174e3dce49a29aae 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.20.5+dfsg-1~bpo12+1_i386.deb Package: libntirpc-dev Source: ntirpc Version: 5.8-2~bpo12+1 Installed-Size: 493 Maintainer: Christoph Martin Architecture: i386 Depends: libntirpc5.8 (= 5.8-2~bpo12+1) Size: 78344 SHA256: 3085a246b6ca7efc3672e23876df3ece45ae6873111bcd37a3fc3c2e552dc2c3 SHA1: 544a2b12978f9d24a4be025b76c70665944fc09f MD5sum: c376d99f92d1220d76d853cba6a135ad 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_i386.deb Package: libntirpc5.8 Source: ntirpc Version: 5.8-2~bpo12+1 Installed-Size: 351 Maintainer: Christoph Martin Architecture: i386 Depends: libtirpc-common, libc6 (>= 2.34), libgssapi-krb5-2 (>= 1.17), liburcu8 (>= 0.13.0) Size: 133972 SHA256: 413059c05d7616061e4de39f3f2a89544c409e9b139e17887dba97c7a74d5c8b SHA1: 8c05b1a50f25f521a3254428636975db638f8864 MD5sum: c98845aeb24fc8b8ccbb94e9d345c53b 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_i386.deb Package: libobjfw1 Source: objfw Version: 1.1.6-1~bpo12+1 Installed-Size: 3218 Maintainer: Jonathan Schleifer Architecture: i386 Depends: libc6 (>= 2.36), libgcc-s1 (>= 3.3), libobjfwrt1 (= 1.1.6-1~bpo12+1) Size: 613736 SHA256: 5cc6b8f5ffc60e7d3c2160a4a2831f034dcb0a6e53d837b1b75834e4abf984a9 SHA1: 506ffed7e53f950dbe15ca59137aab9da9fb81e1 MD5sum: 793864a3324ba327660b3efe5f9a2f03 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_i386.deb Package: libobjfw1-dev Source: objfw Version: 1.1.6-1~bpo12+1 Installed-Size: 1468 Maintainer: Jonathan Schleifer Architecture: i386 Provides: libobjfw-dev Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libobjfw1 (= 1.1.6-1~bpo12+1), libobjfwrt1 (>= 1.1.6), libobjfwrt1-dev (= 1.1.6-1~bpo12+1) Conflicts: libobjfw-dev Size: 163876 SHA256: 7c60f62adbecb41a62915785d8299ee392598badffb8e86c5fa8c6900d53a8ea SHA1: 2f59634fbe01c1abae964d64f2b8f9832b54e150 MD5sum: 3999b8f99f44b49bc52e9f4b514cedab 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_i386.deb Package: libobjfwrt1 Source: objfw Version: 1.1.6-1~bpo12+1 Installed-Size: 86 Maintainer: Jonathan Schleifer Architecture: i386 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0) Size: 32920 SHA256: 58d8cab6dc7abd9cc9817fc3c422031f92f85507738b27c7c4fe796e6fff7372 SHA1: f89b02339530a7a7f94660192b72a0ee694ddaa5 MD5sum: e06b45a028b0b977edca858094992728 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_i386.deb Package: libobjfwrt1-dev Source: objfw Version: 1.1.6-1~bpo12+1 Installed-Size: 48 Maintainer: Jonathan Schleifer Architecture: i386 Provides: libobjfwrt-dev Depends: libobjfwrt1 (= 1.1.6-1~bpo12+1) Conflicts: libobjfwrt-dev Size: 16576 SHA256: 1f0efe7959804b1e771dac93da17526653151e1af9e92bcdd3df2d1d8f5c9e38 SHA1: 127e4fb069fed0cbed7c182d698d32959f21864c MD5sum: d57fe546f387d27a32c0552bb53b9bac 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_i386.deb Package: libobjfwtls1 Source: objfw Version: 1.1.6-1~bpo12+1 Installed-Size: 55 Maintainer: Jonathan Schleifer Architecture: i386 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.0), libgnutls30 (>= 3.7.5), libobjfw1 (>= 1.1.6), libobjfwrt1 (= 1.1.6-1~bpo12+1) Size: 19236 SHA256: 9280aade4ab5895de027b3d2f76e02fcdf7c661cb6012a5e004473f2e6f9a470 SHA1: 26c9b8f01248949c650d4c598662b676e0a1ce03 MD5sum: a55210152cd83cd0e01c8bd3ad15b6c7 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_i386.deb Package: libobjfwtls1-dev Source: objfw Version: 1.1.6-1~bpo12+1 Installed-Size: 26 Maintainer: Jonathan Schleifer Architecture: i386 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: 12272 SHA256: 5ad0c47072b80a0d4b0675c0e9d79bbd4704cc882888b68dfc0bad30f08a201f SHA1: 7ee902cbe4235b1f93706844e67edabf02a0c99a MD5sum: 16b60a841f812883aef9e5311b17748b 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_i386.deb Package: libofficebean-java Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 130 Maintainer: Debian LibreOffice Maintainers Architecture: i386 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: 72680 SHA256: 8c3fc165762ab58799afca8c4d78a5f4f3b1b2442c66b9e1eaeb089f19621210 SHA1: d1707217d60b21f4f77ed974a5c5d8fe02e0f710 MD5sum: 91998fc90b35b95d49e3fa8716a085c9 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_24.8.2-1~bpo12+1_i386.deb Package: libomniorb4-3 Source: omniorb-dfsg Version: 4.3.1+ds1-1~bpo12+1 Installed-Size: 5035 Maintainer: Freexian Packaging Team Architecture: i386 Replaces: libomniorb4-2 Depends: libc6 (>= 2.33), libgcc-s1 (>= 3.0), libomnithread4 (>= 4.3.1+ds1), libssl3 (>= 3.0.0), libstdc++6 (>= 5.2), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.2.0) Conflicts: libomniorb4-2 Size: 1211008 SHA256: a6f280b1249f1c960eff3a5e114624b3d46caa84edf766e5f36f82f2fc0f3d4f SHA1: 09da1213b8a41036881e08ce62af1d789b81d9a4 MD5sum: 5f26e2bedaa4e78dbeec5fef03ce4bcf 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.1+ds1-1~bpo12+1_i386.deb Package: libomniorb4-dev Source: omniorb-dfsg Version: 4.3.1+ds1-1~bpo12+1 Installed-Size: 10273 Maintainer: Freexian Packaging Team Architecture: i386 Replaces: libomniorb3-dev Depends: libomniorb4-3 (= 4.3.1+ds1-1~bpo12+1), libomnithread4-dev (= 4.3.1+ds1-1~bpo12+1), libssl-dev, pkg-config Breaks: libomniorb3-dev Size: 1525020 SHA256: 8d47c10d1011f468587bbb1462ed2efd220ed2b387b1a4de94c32df0d929e719 SHA1: 2bf52c16039e9fbdd238c5ab32c02d4a00ccd29f MD5sum: 1a513ad385d87401d4aa258e431b3907 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.1+ds1-1~bpo12+1_i386.deb Package: libomnithread4 Source: omniorb-dfsg Version: 4.3.1+ds1-1~bpo12+1 Installed-Size: 43 Maintainer: Freexian Packaging Team Architecture: i386 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 5) Size: 12852 SHA256: db2338b45c34fab80e102841c5312c8ec9629c2527c17f4884790bdd0b275c69 SHA1: 482025d7696463860876e7ba5fd98e5a7960c9a7 MD5sum: d47e3820f02b403e641d8ff2a8695a4b 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.1+ds1-1~bpo12+1_i386.deb Package: libomnithread4-dev Source: omniorb-dfsg Version: 4.3.1+ds1-1~bpo12+1 Installed-Size: 88 Maintainer: Freexian Packaging Team Architecture: i386 Replaces: libomnithread3-dev Depends: libomnithread4 (= 4.3.1+ds1-1~bpo12+1), pkg-config Breaks: libomnithread3-dev Size: 21220 SHA256: dc495c89f0d28cda9c44e6f60ef8ef1f68c9f067691f9463b35ee7d7c55cd88b SHA1: 362544d959583f7420396fac477ebe520c648bdc MD5sum: 49fbb4e878498d994fd00ba1d82773a9 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.1+ds1-1~bpo12+1_i386.deb Package: libosmesa6 Source: mesa Version: 24.2.2-1~bpo12+1 Installed-Size: 14519 Maintainer: Debian X Strike Force Architecture: i386 Depends: libc6 (>= 2.34), libdrm2 (>= 2.4.121), libgcc-s1 (>= 7), libglapi-mesa (= 24.2.2-1~bpo12+1), libllvm15, libstdc++6 (>= 11), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4) Size: 3150772 SHA256: 447efdde569ef1d034b395fe3bbe9a7bb4a472d086b5efd3711bfe1dc1c5cf45 SHA1: 6aced6c43c89d63a7998afec2e8b2905f15bb3f1 MD5sum: 011204ae5fd5102d08ced597fc10b34c 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.2-1~bpo12+1_i386.deb Package: libosmesa6-dev Source: mesa Version: 24.2.2-1~bpo12+1 Installed-Size: 56 Maintainer: Debian X Strike Force Architecture: i386 Replaces: libosmesa-dev Provides: libosmesa-dev Depends: libosmesa6 (= 24.2.2-1~bpo12+1), mesa-common-dev (= 24.2.2-1~bpo12+1) | libgl-dev Conflicts: libosmesa-dev Size: 21904 SHA256: c7148d892e00e68dbc5dfdae5156d434059d97d5f6686c14ba0d1889d30e63cc SHA1: aa26476b1cde9bc66063441105fc8117448bdfe9 MD5sum: d85b79e9e7eb6d5cd56d639a4760416f 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.2-1~bpo12+1_i386.deb Package: libosmium2-dev Source: libosmium Version: 2.20.0-1~bpo12+1 Installed-Size: 1885 Maintainer: Debian GIS Project Architecture: i386 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: 219892 SHA256: f10451fb74af512af799d26f93afa9a09e41e379176555fe1e0b8a8001047911 SHA1: e7380f908d5f2ad9fc51b1f4bd6354f1f0cce44d MD5sum: 71031f71f0dac7fcb8e75cb6bfea25b3 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.20.0-1~bpo12+1_i386.deb Package: libosmium2-doc Source: libosmium Version: 2.20.0-1~bpo12+1 Installed-Size: 82169 Maintainer: Debian GIS Project Architecture: all Size: 57497852 SHA256: 36b87b7937ee51ef43b156c85a36e34fac114e29e8b3d29b827b4772241fc438 SHA1: 9b254db150ab46ec66b3c6d92aee4e53a7dc6dae MD5sum: 0040b97a25b1474e902446921daac3ee 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.20.0-1~bpo12+1_all.deb Package: libpam-systemd Source: systemd Version: 254.16-1~bpo12+1 Installed-Size: 581 Maintainer: Debian systemd Maintainers Architecture: i386 Provides: default-logind (= 254.16-1~bpo12+1), logind (= 254.16-1~bpo12+1) Depends: libc6 (>= 2.35), libcap2 (>= 1:2.10), libpam0g (>= 0.99.7.1), systemd (= 254.16-1~bpo12+1), libpam-runtime, default-dbus-system-bus | dbus-system-bus, systemd-sysv Recommends: dbus-user-session Size: 253332 SHA256: d406adb624aa40cbe50782a54206664b5e050eccb08aa7ddb0b1dbc7da2626f3 SHA1: 50bca90db20bc42901a35d45aa92082de0288340 MD5sum: 9dfdbd33e2c2d2524cf6b90b0585fb70 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.16-1~bpo12+1_i386.deb Package: libpam-winbind Source: samba Version: 2:4.20.5+dfsg-1~bpo12+1 Installed-Size: 199 Maintainer: Debian Samba Maintainers Architecture: i386 Depends: libpam-runtime, winbind:any (= 2:4.20.5+dfsg-1~bpo12+1), libbsd0 (>= 0.0), libc6 (>= 2.34), libpam0g (>= 0.99.7.1), libtalloc2 (>= 2.4.2~) Suggests: libnss-winbind Size: 87876 SHA256: da2cad54980efc0d9fa4f01ef6879fc2a2abaf4357f73caee504017c06f67bde SHA1: aa836f7b00b30b4dda8c94430c6d1d510f5f0da5 MD5sum: 0c6918fc1ca488af2537a3cc0874c7c7 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.20.5+dfsg-1~bpo12+1_i386.deb Package: libpari-dev Source: pari Version: 2.15.4-2~bpo12+1 Installed-Size: 16766 Maintainer: Bill Allombert Architecture: i386 Provides: libpari-gmp-tls8-dev Depends: libpari-gmp-tls8 (= 2.15.4-2~bpo12+1), libc-dev Suggests: libpari-gmp-tls8-dbgsym, pari-gp2c Size: 4793240 SHA256: 8f256b255fcc7c81401ebeb2a7b786868d60ea646f0f591fb595c4560b68c77c SHA1: 92ff77ec900c587017f0c1ccc1a5bd2a49c6d62d MD5sum: 782021c0415459b1c8c32713ab855931 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.15.4-2~bpo12+1_i386.deb Package: libpari-gmp-tls8 Source: pari Version: 2.15.4-2~bpo12+1 Installed-Size: 12061 Maintainer: Bill Allombert Architecture: i386 Depends: libc6 (>= 2.34), libgmp10 (>= 2:6.2.1+dfsg1) Size: 3998240 SHA256: 125ac97688cb7e629c21592943152a38bf3c7be187eeb30f36cac6fbb698eaf6 SHA1: 7ff708bea197ce80394020d76096cfe313a2c1ec MD5sum: 44e54b4000d1487c5e2a5a3e19de3ae1 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_i386.deb Package: libpd-dev Source: puredata Version: 0.55.1+ds-2~bpo12+1 Installed-Size: 2197 Maintainer: Debian Multimedia Maintainers Architecture: i386 Depends: libpd0 (= 0.55.1+ds-2~bpo12+1), puredata-dev (<< 0.55.1+ds-2~bpo12+1+1~), puredata-dev (>= 0.55.1+ds-2~bpo12+1) Size: 624052 SHA256: df9362e21d907157b2e18269d2032c5d86c06b9acfdad53e55bda1a4e4a33106 SHA1: fd9ea5d67e0e991a4977f59edb7577c0a65664a3 MD5sum: 2c62ee396776968a07af098216df0b64 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.1+ds-2~bpo12+1_i386.deb Package: libpd0 Source: puredata Version: 0.55.1+ds-2~bpo12+1 Installed-Size: 1521 Maintainer: Debian Multimedia Maintainers Architecture: i386 Depends: libc6 (>= 2.35) Size: 532252 SHA256: ffe060017c58f73826843bc30fe3b0552c8b0547763123d1050161672699be0e SHA1: c8434dc28a11cc8794664f317ad0f917e26e5a29 MD5sum: 01dab8e6a6db87c2fbea3fe3c051e491 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.1+ds-2~bpo12+1_i386.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.4-1~bpo12+1 Installed-Size: 1013 Maintainer: Utopia Maintenance Team Architecture: i386 Depends: libspa-0.2-modules (= 1.2.4-1~bpo12+1), libc6 (>= 2.34) Recommends: libpipewire-0.3-common Suggests: pipewire (= 1.2.4-1~bpo12+1) Size: 274532 SHA256: a37aaddc05e320c13a53045db5e31af75019c9fe74cde9441d4d7ff0ebac8ecd SHA1: 9490419c2781f21ad560fd2fce171fa67a04da60 MD5sum: 872414b5c2bf3e7ddd3fbfc816cbdcc3 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.4-1~bpo12+1_i386.deb Package: libpipewire-0.3-common Source: pipewire Version: 1.2.4-1~bpo12+1 Installed-Size: 657 Maintainer: Utopia Maintenance Team Architecture: all Size: 81392 SHA256: 609481b05cf4aec94f1e86be7c0552c26f2d68d3e22d892f4965c3c7e7eefc2b SHA1: dd999a8b0f28300a13a5f85c1a3fa2951281223f MD5sum: 49f9f59b9cbbc122b8f53b38ba808db2 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.4-1~bpo12+1_all.deb Package: libpipewire-0.3-dev Source: pipewire Version: 1.2.4-1~bpo12+1 Installed-Size: 347 Maintainer: Utopia Maintenance Team Architecture: i386 Depends: libpipewire-0.3-0 (= 1.2.4-1~bpo12+1), libspa-0.2-dev (= 1.2.4-1~bpo12+1) Suggests: pipewire-doc Size: 70700 SHA256: b7fefbd01f26ab94b01f6763e7cc8dc53228cafefbfa5625849bbff8906711d4 SHA1: 731f2c3c4b28cc3289f83fbbed32dd8f6dded86a MD5sum: 548274c5f93ef0f1f2bf7187c0b9af1b 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.4-1~bpo12+1_i386.deb Package: libpipewire-0.3-modules Source: pipewire Version: 1.2.4-1~bpo12+1 Installed-Size: 4136 Maintainer: Utopia Maintenance Team Architecture: i386 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.4-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: 809060 SHA256: 3913fe112cf3a4969a0879a9e47ed71ffd4b0d1b82991feaaf67d38be8afd3f1 SHA1: e2dce2aad761706772f74341a501cefe339635b3 MD5sum: 870de40b75b83aa4c86aed2a391f9743 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.4-1~bpo12+1_i386.deb Package: libpipewire-0.3-modules-x11 Source: pipewire Version: 1.2.4-1~bpo12+1 Installed-Size: 51 Maintainer: Utopia Maintenance Team Architecture: i386 Replaces: libpipewire-0.3-modules (<< 0.3.63-3~) Depends: libc6 (>= 2.4), libcanberra0 (>= 0.2), libpipewire-0.3-0 (= 1.2.4-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: 24560 SHA256: 18b76da1ab73871c7b191412f4bcd71c89e836efe423afadcc5112a9f0e8d4c5 SHA1: d846e813cc63446df4cf4f2eb2eafde95499d458 MD5sum: 794b452d6940c6c6604e258f82eaa9d9 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.4-1~bpo12+1_i386.deb Package: libpipewire-0.3-modules-xrdp Source: pipewire-module-xrdp Version: 0.2-2~bpo12+1 Installed-Size: 70 Maintainer: Utopia Maintenance Team Architecture: i386 Depends: libc6 (>= 2.17), libpipewire-0.3-0 (>= 0.3.58) Size: 18244 SHA256: 015643cd3fe423c421e02299305213f1bf48d876ae260822ac709bd2ddfe1177 SHA1: 266a843134b1457b3be8e5ce9584401552a0df33 MD5sum: 57a46db476d3baa2e114d293d498d922 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_i386.deb Package: libqgis-3d3.28.10 Source: qgis Version: 3.28.10+dfsg-1~bpo12+1 Installed-Size: 4679 Maintainer: Debian GIS Project Architecture: i386 Depends: qt3d-assimpsceneimport-plugin, qt3d-defaultgeometryloader-plugin, qt3d-gltfsceneio-plugin, qt3d-scene2d-plugin, libc6 (>= 2.29), libgcc-s1 (>= 4.2), 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: 3479716 SHA256: 8d086a4fe26ae3a4790a5483764a730a2a655574b27e67dd5e944286824b43b9 SHA1: 585c57943934715428bfb7c7770aa86e4f29bdbe MD5sum: 3cba170c57bc3f195558163dca425c8c 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_i386.deb Package: libqgis-3d3.28.11 Source: qgis Version: 3.28.11+dfsg-1~bpo12+1 Installed-Size: 4681 Maintainer: Debian GIS Project Architecture: i386 Depends: qt3d-assimpsceneimport-plugin, qt3d-defaultgeometryloader-plugin, qt3d-gltfsceneio-plugin, qt3d-scene2d-plugin, libc6 (>= 2.29), libgcc-s1 (>= 4.2), 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: 3482880 SHA256: 02deb7869b456b44c40d4f0f83fbabdbce65cc5384c8896181e8b8d89ef009e9 SHA1: f28d52ba58f8e39a2ed38768ebc18a7c845f2aae MD5sum: 6efecbaf2dc4f2949fed1c9b1be03f59 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_i386.deb Package: libqgis-3d3.28.12 Source: qgis Version: 3.28.12+dfsg-1~bpo12+1 Installed-Size: 4683 Maintainer: Debian GIS Project Architecture: i386 Depends: qt3d-assimpsceneimport-plugin, qt3d-defaultgeometryloader-plugin, qt3d-gltfsceneio-plugin, qt3d-scene2d-plugin, libc6 (>= 2.29), libgcc-s1 (>= 4.2), 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: 3483784 SHA256: 660c317f477b3ff64a26f786b96eb986172605538c824ba76c77e2425292076e SHA1: 062dc7618befc36be9c29a50026499cdc9f9db9c MD5sum: 2b77d0792a65d852c0440c9c890ea64d 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_i386.deb Package: libqgis-3d3.28.13 Source: qgis Version: 3.28.13+dfsg-1~bpo12+1 Installed-Size: 4686 Maintainer: Debian GIS Project Architecture: i386 Depends: qt3d-assimpsceneimport-plugin, qt3d-defaultgeometryloader-plugin, qt3d-gltfsceneio-plugin, qt3d-scene2d-plugin, libc6 (>= 2.29), libgcc-s1 (>= 4.2), 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: 3486996 SHA256: 1b500487d144cd61a743bb7b8d40de16210de1adde4f0ccd6d7832fda3d7c57a SHA1: f0259d2965f39ba1193af5ad3d9ba986249bc87e MD5sum: b132d438e6dad19868a49d85657e6368 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_i386.deb Package: libqgis-3d3.28.14 Source: qgis Version: 3.28.14+dfsg-1~bpo12+1 Installed-Size: 4687 Maintainer: Debian GIS Project Architecture: i386 Depends: qt3d-assimpsceneimport-plugin, qt3d-defaultgeometryloader-plugin, qt3d-gltfsceneio-plugin, qt3d-scene2d-plugin, libc6 (>= 2.29), libgcc-s1 (>= 4.2), 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: 3487716 SHA256: d96e929ba4e2222291d52edb387195fe97ce7c316c907426a8435caa439fa5e5 SHA1: 41d3f401c32e207fd3342dbba147c4f7a4de25f9 MD5sum: ed6a75c6d0ccd8e2d96640be3e607efa 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_i386.deb Package: libqgis-3d3.28.15 Source: qgis Version: 3.28.15+dfsg-1~bpo12+1 Installed-Size: 4688 Maintainer: Debian GIS Project Architecture: i386 Depends: qt3d-assimpsceneimport-plugin, qt3d-defaultgeometryloader-plugin, qt3d-gltfsceneio-plugin, qt3d-scene2d-plugin, libc6 (>= 2.29), libgcc-s1 (>= 4.2), 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: 3488976 SHA256: 30f9c2ab5527a952bb1701a0456302a05fe607a3d71ecb7dcd3b6ad6d53f86ec SHA1: 8c0e45785f552aee993570d4a3a6d4594e516995 MD5sum: 23a6bfd6d588faeab7704adc2dcf06db 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_i386.deb Package: libqgis-3d3.28.8 Source: qgis Version: 3.28.8+dfsg-1~bpo12+1 Installed-Size: 4675 Maintainer: Debian GIS Project Architecture: i386 Depends: qt3d-assimpsceneimport-plugin, qt3d-defaultgeometryloader-plugin, qt3d-gltfsceneio-plugin, qt3d-scene2d-plugin, libc6 (>= 2.29), libgcc-s1 (>= 4.2), libgdal32 (>= 1.11), libqgis-core3.28.8 (>= 3.28.3), libqt53dcore5 (>= 5.7.1~20161122), libqt53dextras5 (>= 5.14.2), libqt53dinput5 (>= 5.7.1~20161122), libqt53dlogic5 (>= 5.7.1~20161122), libqt53drender5 (>= 5.15.1), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.0.2), libqt5xml5 (>= 5.0.2), libstdc++6 (>= 5.2) Size: 3474928 SHA256: 40893c58989cdd19f35873f205e2f00c1fce64e713ec0aaf06c0384d68efc305 SHA1: ed5765218007a57f362cec0f1418fb460d55c767 MD5sum: 5cc066166541e13038abde0672b9db8c Description: QGIS - shared 3d library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared 3d library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-3d3.28.8_3.28.8+dfsg-1~bpo12+1_i386.deb Package: libqgis-3d3.34.10 Source: qgis Version: 3.34.10+dfsg-1~bpo12+1 Installed-Size: 4900 Maintainer: Debian GIS Project Architecture: i386 Depends: qt3d-assimpsceneimport-plugin, qt3d-defaultgeometryloader-plugin, qt3d-gltfsceneio-plugin, qt3d-scene2d-plugin, libc6 (>= 2.32), libgcc-s1 (>= 4.2), 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: 3691024 SHA256: 67ad1e3a80037d4e200dba24164a1507e76f7f9016bb82d45e4b6239cc516ffc SHA1: 60780275d6bbbc004d535e21ab30ebc82e6e7eaa MD5sum: b72abaf0b1e33332c53d08baae79497f 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_i386.deb Package: libqgis-3d3.34.11 Source: qgis Version: 3.34.11+dfsg-1~bpo12+1 Installed-Size: 4902 Maintainer: Debian GIS Project Architecture: i386 Depends: qt3d-assimpsceneimport-plugin, qt3d-defaultgeometryloader-plugin, qt3d-gltfsceneio-plugin, qt3d-scene2d-plugin, libc6 (>= 2.32), libgcc-s1 (>= 4.2), 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: 3691988 SHA256: c30e047c56901431ae96c525f93e4ba3fa17b0ba190804fa3fe1ce8fe5144103 SHA1: 9f0f5618c37067cd466f748e6125a5e0ad10e486 MD5sum: eb4045c01056520300efe59af6d20e14 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_i386.deb Package: libqgis-3d3.34.6 Source: qgis Version: 3.34.6+dfsg-1~bpo12+1 Installed-Size: 4974 Maintainer: Debian GIS Project Architecture: i386 Depends: qt3d-assimpsceneimport-plugin, qt3d-defaultgeometryloader-plugin, qt3d-gltfsceneio-plugin, qt3d-scene2d-plugin, libc6 (>= 2.32), libgcc-s1 (>= 4.2), 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: 3691880 SHA256: 17f6218f10b53f0a98d73d09f095ac8eaadbe0581e7baaefea0891758ba5a7c9 SHA1: 3c7523b3c7cd53dc06d35c4af1db9a79b965a26a MD5sum: eb3551386e50518d692be61d9a679013 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_i386.deb Package: libqgis-3d3.34.7 Source: qgis Version: 3.34.7+dfsg-1~bpo12+1 Installed-Size: 4974 Maintainer: Debian GIS Project Architecture: i386 Depends: qt3d-assimpsceneimport-plugin, qt3d-defaultgeometryloader-plugin, qt3d-gltfsceneio-plugin, qt3d-scene2d-plugin, libc6 (>= 2.32), libgcc-s1 (>= 4.2), 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: 3692064 SHA256: c03cffd2a73639497ae5c7a3381633d9ce6a84a1e57cf63cb78eb162c20a48a9 SHA1: ee6bc3a2bd5abf9c9bbd000d8f8e85e24e428cba MD5sum: 582f2c0c350e9385e5e50c368a1e5972 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_i386.deb Package: libqgis-3d3.34.8 Source: qgis Version: 3.34.8+dfsg-1~bpo12+1 Installed-Size: 4977 Maintainer: Debian GIS Project Architecture: i386 Depends: qt3d-assimpsceneimport-plugin, qt3d-defaultgeometryloader-plugin, qt3d-gltfsceneio-plugin, qt3d-scene2d-plugin, libc6 (>= 2.32), libgcc-s1 (>= 4.2), 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: 3694204 SHA256: b948109798a636be0ab8650ed63b94ea8bd1f9bb9d828fec2e899c4625381040 SHA1: 2db2a2df9707e2a42462add92cf2b5aea136f55f MD5sum: 33c884d65bcb3981f2d4be8a25bd0c5a 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_i386.deb Package: libqgis-analysis3.28.10 Source: qgis Version: 3.28.10+dfsg-1~bpo12+1 Installed-Size: 8701 Maintainer: Debian GIS Project Architecture: i386 Depends: libc6 (>= 2.32), libgcc-s1 (>= 4.2), 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: 4511996 SHA256: 6fcf1cb3ce5ef5e3982c7573c7d457c8150cec2ff1e14e36b1ea0ab8f875a83a SHA1: 2dc850799889cb36d3c776fc3e89a5f8b5f1362a MD5sum: 752e7542e12467967942da081d0e3997 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_i386.deb Package: libqgis-analysis3.28.11 Source: qgis Version: 3.28.11+dfsg-1~bpo12+1 Installed-Size: 8707 Maintainer: Debian GIS Project Architecture: i386 Depends: libc6 (>= 2.32), libgcc-s1 (>= 4.2), 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: 4513008 SHA256: cbda70768340db3c3fa43bba3b1da4ada7923d36170e98f91d7561343b2b811a SHA1: b7f50ca1bcc87a36a3ad3ed090940ad7581bef6a MD5sum: 83152020260e8857ecd6e55f71d1ba1d 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_i386.deb Package: libqgis-analysis3.28.12 Source: qgis Version: 3.28.12+dfsg-1~bpo12+1 Installed-Size: 8709 Maintainer: Debian GIS Project Architecture: i386 Depends: libc6 (>= 2.32), libgcc-s1 (>= 4.2), 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: 4515196 SHA256: 42298035531f802f25de9e3c58f23b453d1492101632715e11202bfcf6a532ed SHA1: a99ff87a45e981818355a3286bd62805e8c21ff3 MD5sum: 0e88b66090f8bbc8a29c8b1c95f127f6 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_i386.deb Package: libqgis-analysis3.28.13 Source: qgis Version: 3.28.13+dfsg-1~bpo12+1 Installed-Size: 8712 Maintainer: Debian GIS Project Architecture: i386 Depends: libc6 (>= 2.32), libgcc-s1 (>= 4.2), 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: 4518792 SHA256: ea705841fdeda00c7020b19c9bf3b8e382829f83f2ac54ee53c44e82321422aa SHA1: 0be8b58586a8afe3c8db24a52b223ab299976e92 MD5sum: 83c92d69727eb0b5401bda342c5102eb 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_i386.deb Package: libqgis-analysis3.28.14 Source: qgis Version: 3.28.14+dfsg-1~bpo12+1 Installed-Size: 8713 Maintainer: Debian GIS Project Architecture: i386 Depends: libc6 (>= 2.32), libgcc-s1 (>= 4.2), 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: 4519264 SHA256: 2cb715d91486d27f2e800194c0130a543d623a482b990419d7fa4dd5e12113b8 SHA1: f9fc4daf9abca1d0102631b9b6330e7bdd53a043 MD5sum: c257f1dec6c61c5565650f99f7208a6f 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_i386.deb Package: libqgis-analysis3.28.15 Source: qgis Version: 3.28.15+dfsg-1~bpo12+1 Installed-Size: 8714 Maintainer: Debian GIS Project Architecture: i386 Depends: libc6 (>= 2.32), libgcc-s1 (>= 4.2), 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: 4519908 SHA256: 5bbe63266cc57a7d6038983b83671931d0750369975fe8ca9a763bb558be5920 SHA1: 3c4bbdb018df8a3c3ebc4ff8eb03d2d318bfba8b MD5sum: 663b3009a14992facd9579f039f40f09 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_i386.deb Package: libqgis-analysis3.28.8 Source: qgis Version: 3.28.8+dfsg-1~bpo12+1 Installed-Size: 8697 Maintainer: Debian GIS Project Architecture: i386 Depends: libc6 (>= 2.32), libgcc-s1 (>= 4.2), libgdal32 (>= 1.11), libgeos-c1v5 (>= 3.8.0), libgsl27 (>= 2.7.1), libqgis-core3.28.8 (>= 3.28.3), libqt5concurrent5 (>= 5.6.0~rc), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.2.0) | libqt5gui5-gles (>= 5.2.0), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.0.2), libqt5xml5 (>= 5.0.2), libspatialindex6 (>= 1.8.5), libstdc++6 (>= 11), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1 Size: 4507332 SHA256: cb0ecdb6665cf8360a9319c2b1437080b3f93f33097efe3703bc92d653dcbe38 SHA1: c5cc2e12dfe1ea45f4ae93513c8659550c65aace MD5sum: 77cc79c1356acfd4a7dc835944af2441 Description: QGIS - shared analysis library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared analysis library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-analysis3.28.8_3.28.8+dfsg-1~bpo12+1_i386.deb Package: libqgis-analysis3.34.10 Source: qgis Version: 3.34.10+dfsg-1~bpo12+1 Installed-Size: 9872 Maintainer: Debian GIS Project Architecture: i386 Depends: libc6 (>= 2.33), libgcc-s1 (>= 4.2), 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: 4943516 SHA256: 50f78d910af00eba45978029298ae2ebd89de80f596ccda1361d948700831565 SHA1: 2b3b43590d2f801a4a557ee0b62f3a168bba1191 MD5sum: bd2b42bd9261fd1d90c3a55c9b193ba8 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_i386.deb Package: libqgis-analysis3.34.11 Source: qgis Version: 3.34.11+dfsg-1~bpo12+1 Installed-Size: 9878 Maintainer: Debian GIS Project Architecture: i386 Depends: libc6 (>= 2.33), libgcc-s1 (>= 4.2), 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: 4949472 SHA256: 310478ddc4af04eb4f852e25b1eb297d88ff69c08cb4d5110f1783c6a867b72a SHA1: ba77679b8f9c248c76cbb4de0e2fd3279005b940 MD5sum: 9f9a2dc8f219456fe5bdc0fd7f6ff9a9 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_i386.deb Package: libqgis-analysis3.34.6 Source: qgis Version: 3.34.6+dfsg-1~bpo12+1 Installed-Size: 9996 Maintainer: Debian GIS Project Architecture: i386 Depends: libc6 (>= 2.33), libgcc-s1 (>= 4.2), 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: 4947192 SHA256: d202fa30e857d918290322b9a171ed50fb8f166b1657e5747c82134b4e854de3 SHA1: 22292354deb0341e3c73844d9855206a3bdc9a3e MD5sum: dbe9e671055cd8a413ac7aa8c48c087a 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_i386.deb Package: libqgis-analysis3.34.7 Source: qgis Version: 3.34.7+dfsg-1~bpo12+1 Installed-Size: 9996 Maintainer: Debian GIS Project Architecture: i386 Depends: libc6 (>= 2.33), libgcc-s1 (>= 4.2), 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: 4946656 SHA256: c85a0fcd51c21f1b6f759f3dca7e9b0e55cc9d24ee5d9b21e90dd003b940cd84 SHA1: 9369f4d0ee91234b4daf9b64c85ee506e7b4b444 MD5sum: 6f535a3fb73f179046fc0213f25aac81 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_i386.deb Package: libqgis-analysis3.34.8 Source: qgis Version: 3.34.8+dfsg-1~bpo12+1 Installed-Size: 9999 Maintainer: Debian GIS Project Architecture: i386 Depends: libc6 (>= 2.33), libgcc-s1 (>= 4.2), 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: 4955232 SHA256: 14b28a7274eed2be956055ab3ce95cf076206c0680b21c6b85daa3959f1d8eb2 SHA1: f8b04f0e9d6880f3f53446ab8c1c93fc1776ee16 MD5sum: 9671a58e2f04e590e9aebb8f13b08110 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_i386.deb Package: libqgis-app3.28.10 Source: qgis Version: 3.28.10+dfsg-1~bpo12+1 Installed-Size: 16743 Maintainer: Debian GIS Project Architecture: i386 Depends: libc6 (>= 2.35), libgcc-s1 (>= 4.2), 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: 6632580 SHA256: 1ebb8b6a0b9fd9733ec25206d768d2861ff5a74c0fadd18771de90de451a69d3 SHA1: 780e0c41fef0c631021c339a1e44dbf1cd5ee949 MD5sum: 474e51a1d284a10ec53d0349f19c8a56 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_i386.deb Package: libqgis-app3.28.11 Source: qgis Version: 3.28.11+dfsg-1~bpo12+1 Installed-Size: 16745 Maintainer: Debian GIS Project Architecture: i386 Depends: libc6 (>= 2.35), libgcc-s1 (>= 4.2), 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: 6639332 SHA256: 41b4a6acf3c663a76e965acfe8d6e21887f0cf42eb0080d864a4bf9377310a3d SHA1: f216b0d2c7232584c07ee5c3082e0aea727a8cfb MD5sum: 3c763e055e574b6bb89ca5ec753fd5cb 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_i386.deb Package: libqgis-app3.28.12 Source: qgis Version: 3.28.12+dfsg-1~bpo12+1 Installed-Size: 16755 Maintainer: Debian GIS Project Architecture: i386 Depends: libc6 (>= 2.35), libgcc-s1 (>= 4.2), 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: 6638008 SHA256: 72658bc5aab8cf4a23daa8cc5d8733ed426897cc87e2c5a2ac1cc48450f5375a SHA1: ca88b9bee6c367dbb824c5e80ef79788e1dc0dae MD5sum: 8a1533214a027622d262414b5b0f7c1b 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_i386.deb Package: libqgis-app3.28.13 Source: qgis Version: 3.28.13+dfsg-1~bpo12+1 Installed-Size: 16762 Maintainer: Debian GIS Project Architecture: i386 Depends: libc6 (>= 2.35), libgcc-s1 (>= 4.2), 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: 6641852 SHA256: c5dc3b130f716e6ba603a122f8e0f4ef59fdd3a9e99844e09216e52238ea99aa SHA1: 49c1e032a6870900806f723e5f76401a72f34d88 MD5sum: c7abb300b8819d6b9f4e0658dfe030cd 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_i386.deb Package: libqgis-app3.28.14 Source: qgis Version: 3.28.14+dfsg-1~bpo12+1 Installed-Size: 16763 Maintainer: Debian GIS Project Architecture: i386 Depends: libc6 (>= 2.35), libgcc-s1 (>= 4.2), 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: 6649700 SHA256: 9c01d749860fd5de9474a404abb260025a82456317bed755859a293c94e644f3 SHA1: e2ef8e2c596a48e694c354a3ccc1f079d88fb799 MD5sum: 7ef55a0f27f69c100f74cf4ce763bb99 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_i386.deb Package: libqgis-app3.28.15 Source: qgis Version: 3.28.15+dfsg-1~bpo12+1 Installed-Size: 16764 Maintainer: Debian GIS Project Architecture: i386 Depends: libc6 (>= 2.35), libgcc-s1 (>= 4.2), 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: 6643540 SHA256: 9fed999f0b9b92d9e22e5a035a76a1df90d98bfec4c527909bce3197c2967ebd SHA1: 17729d232a4b9b5f8f8ef71123a48d456af5cdb7 MD5sum: d0ee344a55c7894a9319b7553f033a4b 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_i386.deb Package: libqgis-app3.28.8 Source: qgis Version: 3.28.8+dfsg-1~bpo12+1 Installed-Size: 16726 Maintainer: Debian GIS Project Architecture: i386 Depends: libc6 (>= 2.35), libgcc-s1 (>= 4.2), libgdal32 (>= 2.3.0), libgeos-c1v5 (>= 3.4.2), libproj25 (>= 5.0.0), libqgis-3d3.28.8 (>= 3.28.3), libqgis-analysis3.28.8 (>= 3.28.3), libqgis-core3.28.8 (>= 3.28.8), libqgis-gui3.28.8 (>= 3.28.3), libqgis-native3.28.8 (>= 3.4.5), libqscintilla2-qt5-15 (>= 2.11.2), libqt53dcore5 (>= 5.7.1~20161122), libqt53dlogic5 (>= 5.7.1~20161122), libqt53drender5 (>= 5.9.0), libqt5concurrent5 (>= 5.6.0~rc), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5network5 (>= 5.14.1), libqt5printsupport5 (>= 5.0.2), libqt5sql5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.15.1), libqt5xml5 (>= 5.0.2), libqwt-qt5-6 (>= 6.1.2), libspatialite7 (>= 2.4.0), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 11), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1 Size: 6626696 SHA256: 8533ccc781433c666c1fe25db2da7d5291e760057cbd8879b0e70d3187730c4a SHA1: ead886766b777a87157bd169d6525a1173637f35 MD5sum: f58aefe73ed1f5f362ae85fd460c8987 Description: QGIS - shared app library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared app library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-app3.28.8_3.28.8+dfsg-1~bpo12+1_i386.deb Package: libqgis-app3.34.10 Source: qgis Version: 3.34.10+dfsg-1~bpo12+1 Installed-Size: 16404 Maintainer: Debian GIS Project Architecture: i386 Depends: libc6 (>= 2.35), libgcc-s1 (>= 4.2), 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: 6837688 SHA256: 3ce9732ad6f421f3604652c3331747be3c182aa75a35063602d0f3567127c8e8 SHA1: 6e010d964d28a33456ff2309f1bbc9120933369f MD5sum: a179eac737c1010b814257e99f0dad3d 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_i386.deb Package: libqgis-app3.34.11 Source: qgis Version: 3.34.11+dfsg-1~bpo12+1 Installed-Size: 16406 Maintainer: Debian GIS Project Architecture: i386 Depends: libc6 (>= 2.35), libgcc-s1 (>= 4.2), 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: 6840108 SHA256: 0a1fc43185362d3e86b0aabbd646bf21fe90144fb461237a8f313fd9700faa0f SHA1: 22778c8056482e54cce335ad97e243ab267c9e88 MD5sum: 9f89214b33503438084795e5ce04c8e6 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_i386.deb Package: libqgis-app3.34.6 Source: qgis Version: 3.34.6+dfsg-1~bpo12+1 Installed-Size: 16784 Maintainer: Debian GIS Project Architecture: i386 Depends: libc6 (>= 2.35), libgcc-s1 (>= 4.2), 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: 6870128 SHA256: 1efff8baafd4eec7094a14a4e58c38151977267f389f65752b0f3e94444308c7 SHA1: 57e5bb5a6d3a7e7d056db225942159c0288b127e MD5sum: 69dbf01164948736c47cf8668639442f 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_i386.deb Package: libqgis-app3.34.7 Source: qgis Version: 3.34.7+dfsg-1~bpo12+1 Installed-Size: 16784 Maintainer: Debian GIS Project Architecture: i386 Depends: libc6 (>= 2.35), libgcc-s1 (>= 4.2), 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: 6877104 SHA256: dbe8d8cb281e7815c1d041846e2cfcdfce8fb5c8b6e9c0e2713fb427be39ea2a SHA1: 284ca2f41ec21d56105c78eea55fa036ffc806fd MD5sum: ba5b517b6ed26bda88436ecd16040c34 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_i386.deb Package: libqgis-app3.34.8 Source: qgis Version: 3.34.8+dfsg-1~bpo12+1 Installed-Size: 16787 Maintainer: Debian GIS Project Architecture: i386 Depends: libc6 (>= 2.35), libgcc-s1 (>= 4.2), 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: 6877392 SHA256: 9a6d0e8bd5f65bda19e4ffdbc258c2d8d6c1a90e16793be13527bde54333a169 SHA1: 99950cf4baa885ee648244168bbc5fe66c7a46a3 MD5sum: dcfd85e44a6182624327b1a31c3f8f24 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_i386.deb Package: libqgis-core3.28.10 Source: qgis Version: 3.28.10+dfsg-1~bpo12+1 Installed-Size: 39044 Maintainer: Debian GIS Project Architecture: i386 Depends: libc6 (>= 2.34), libexiv2-27 (>= 0.25), libexpat1 (>= 2.0.1), libgcc-s1 (>= 4.2), 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: 15958004 SHA256: d5d1b27386ac345dd6de823839363585dca1289f02f6c29c2d8ea60c2e969e9d SHA1: 1573fe2915b363adf6055e625077805ba885dd36 MD5sum: ee311351ef384b29a0202aac9cadb174 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_i386.deb Package: libqgis-core3.28.11 Source: qgis Version: 3.28.11+dfsg-1~bpo12+1 Installed-Size: 39054 Maintainer: Debian GIS Project Architecture: i386 Depends: libc6 (>= 2.34), libexiv2-27 (>= 0.25), libexpat1 (>= 2.0.1), libgcc-s1 (>= 4.2), 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: 15951812 SHA256: ab0655a5251b8c7ef3f299bbcd6abbffccd9c9b5fcc307823b8962bc30f304ac SHA1: 2eb5a16bce429fae044628c735a2689864309775 MD5sum: 46017fd01534b47512798428af79e6c2 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_i386.deb Package: libqgis-core3.28.12 Source: qgis Version: 3.28.12+dfsg-1~bpo12+1 Installed-Size: 39060 Maintainer: Debian GIS Project Architecture: i386 Depends: libc6 (>= 2.34), libexiv2-27 (>= 0.25), libexpat1 (>= 2.0.1), libgcc-s1 (>= 4.2), 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: 15953564 SHA256: 3466834d70589a117372b7fa16ec1c55f85af27567a2d019adb838566d6e8e10 SHA1: e9285c3351813d1669d849955213b283eae59949 MD5sum: 49d0e20494960d36464e9dba84dbb717 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_i386.deb Package: libqgis-core3.28.13 Source: qgis Version: 3.28.13+dfsg-1~bpo12+1 Installed-Size: 39067 Maintainer: Debian GIS Project Architecture: i386 Depends: libc6 (>= 2.34), libexiv2-27 (>= 0.25), libexpat1 (>= 2.0.1), libgcc-s1 (>= 4.2), 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: 15958964 SHA256: 2c66d8e531c5ba6f8bba10dde0471cdce1c22be5ecca9a27e2f1736f1b8cf7a0 SHA1: 972ddc193cc385c3a9a91359bd842e7ec5ec82e9 MD5sum: a5d8d92432a235fe969b3961d159f576 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_i386.deb Package: libqgis-core3.28.14 Source: qgis Version: 3.28.14+dfsg-1~bpo12+1 Installed-Size: 39068 Maintainer: Debian GIS Project Architecture: i386 Depends: libc6 (>= 2.34), libexiv2-27 (>= 0.25), libexpat1 (>= 2.0.1), libgcc-s1 (>= 4.2), 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: 15955564 SHA256: d3f5899173af12dd3b5cec045af78501080b868e6bdbd8cb8738a01d253c4b11 SHA1: 545a5b73d251db26151e543e09814aa9620ae626 MD5sum: 3fbcef22911f646274c632097ac77a0c 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_i386.deb Package: libqgis-core3.28.15 Source: qgis Version: 3.28.15+dfsg-1~bpo12+1 Installed-Size: 39069 Maintainer: Debian GIS Project Architecture: i386 Depends: libc6 (>= 2.34), libexiv2-27 (>= 0.25), libexpat1 (>= 2.0.1), libgcc-s1 (>= 4.2), 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: 15961324 SHA256: 3ee0b2d91bcd431f76bf04bf4cfa17decd0d125a0cb4e769a18a65297813e5b7 SHA1: 2310681ed77fdfbd56ef3ebc3014c2b855bd4b47 MD5sum: 621c4dc7239e251e8eccd49093fa24e6 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_i386.deb Package: libqgis-core3.28.8 Source: qgis Version: 3.28.8+dfsg-1~bpo12+1 Installed-Size: 39032 Maintainer: Debian GIS Project Architecture: i386 Depends: libc6 (>= 2.34), libexiv2-27 (>= 0.25), libexpat1 (>= 2.0.1), libgcc-s1 (>= 4.2), 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: 15943980 SHA256: b20169b22515197adbdaef896093bd9d1e7332dbcbe10f5f74f12a13047d2644 SHA1: 7557178cbd093468b1cb2ca7a48dcf3b0b4762bf MD5sum: f96850a5babc8513b3d91410053c8569 Description: QGIS - shared core library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared core library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-core3.28.8_3.28.8+dfsg-1~bpo12+1_i386.deb Package: libqgis-core3.34.10 Source: qgis Version: 3.34.10+dfsg-1~bpo12+1 Installed-Size: 38714 Maintainer: Debian GIS Project Architecture: i386 Depends: libc6 (>= 2.35), libexiv2-27 (>= 0.25), libexpat1 (>= 2.0.1), libgcc-s1 (>= 4.2), 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: 15730864 SHA256: 6219250758d56977c1d1a30da9eab3b187b888e5dc32ce6812eee546d803871e SHA1: a22af2814a6dc3779376b458515d834386ab2234 MD5sum: 69b2fedc1f2fe82a4b648d0fb48fa5ac 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_i386.deb Package: libqgis-core3.34.11 Source: qgis Version: 3.34.11+dfsg-1~bpo12+1 Installed-Size: 39800 Maintainer: Debian GIS Project Architecture: i386 Depends: libc6 (>= 2.35), libexiv2-27 (>= 0.25), libexpat1 (>= 2.0.1), libgcc-s1 (>= 4.2), 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: 15912984 SHA256: 35ab90cb70ad43431b3e6383f8e463561ab06b81fb390408f326af5bf5447bfe SHA1: d5964c0b40c161b513360dcaf1b51d724238460a MD5sum: eff716d5117a195fc5ddaf043c993e7f 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_i386.deb Package: libqgis-core3.34.6 Source: qgis Version: 3.34.6+dfsg-1~bpo12+1 Installed-Size: 40683 Maintainer: Debian GIS Project Architecture: i386 Depends: libc6 (>= 2.35), libexiv2-27 (>= 0.25), libexpat1 (>= 2.0.1), libgcc-s1 (>= 4.2), 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: 15917244 SHA256: 9f27586aaa2873a1ad5e2ed5b473f0e917a04e786d81dc725b044c7b3f1ba6ad SHA1: 8f337fa572c0732be22c5dd2390fd042494a8f02 MD5sum: b67ec460ff515001ce88c1d5b6170574 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_i386.deb Package: libqgis-core3.34.7 Source: qgis Version: 3.34.7+dfsg-1~bpo12+1 Installed-Size: 40683 Maintainer: Debian GIS Project Architecture: i386 Depends: libc6 (>= 2.35), libexiv2-27 (>= 0.25), libexpat1 (>= 2.0.1), libgcc-s1 (>= 4.2), 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: 15924940 SHA256: c13288b942e9705c03d8072d26d92825870a6910498374d01fa008e3c671c2c6 SHA1: 1532941952ed27ef28fb101f2b87e2c2732bc883 MD5sum: c56cbdced77a227f09a0f825d1e4c531 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_i386.deb Package: libqgis-core3.34.8 Source: qgis Version: 3.34.8+dfsg-1~bpo12+1 Installed-Size: 40686 Maintainer: Debian GIS Project Architecture: i386 Depends: libc6 (>= 2.35), libexiv2-27 (>= 0.25), libexpat1 (>= 2.0.1), libgcc-s1 (>= 4.2), 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: 15918452 SHA256: 7d5f132a6c1cae9937069658142e448c87e652711ccd0966b8a8fc38aec31bfd SHA1: 50d320e3579806f5648fe15fb0e70cd3e5ca848d MD5sum: 028838a8a975433b42346cc8a46266cf 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_i386.deb Package: libqgis-customwidgets Source: qgis Version: 3.34.11+dfsg-1~bpo12+1 Installed-Size: 3478 Maintainer: Debian GIS Project Architecture: i386 Depends: qttools5-dev-tools, libc6 (>= 2.4), libgcc-s1 (>= 3.0), libqgis-core3.34.11 (>= 3.34.11+dfsg), libqgis-gui3.34.11 (>= 3.34.11+dfsg), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libstdc++6 (>= 5) Size: 3225936 SHA256: 420f7808419c409940b879dde2305ebb456af72c5a0b7a0de49a122f4f240b8d SHA1: c6b39f5439e434e1f189a0abb01a3ba56a10e4b9 MD5sum: 9ea8e0fee5275e4a68f80567eb1f255e 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.34.11+dfsg-1~bpo12+1_i386.deb Package: libqgis-dev Source: qgis Version: 3.34.11+dfsg-1~bpo12+1 Installed-Size: 23935 Maintainer: Debian GIS Project Architecture: i386 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.34.11 (= 3.34.11+dfsg-1~bpo12+1), libqgis-analysis3.34.11 (= 3.34.11+dfsg-1~bpo12+1), libqgis-app3.34.11 (= 3.34.11+dfsg-1~bpo12+1), libqgis-core3.34.11 (= 3.34.11+dfsg-1~bpo12+1), libqgis-gui3.34.11 (= 3.34.11+dfsg-1~bpo12+1), libqgis-native3.34.11 (= 3.34.11+dfsg-1~bpo12+1), libqgis-server3.34.11 (= 3.34.11+dfsg-1~bpo12+1), libqgisgrass8-3.34.11 (= 3.34.11+dfsg-1~bpo12+1), libqgispython3.34.11 (= 3.34.11+dfsg-1~bpo12+1), libqscintilla2-qt5-dev, libqt5svg5-dev, libqt5webkit5-dev, libqwt-qt5-dev, libsqlite3-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.34.11+dfsg-1~bpo12+1), qtbase5-dev, qtpositioning5-dev, qttools5-dev, sip-tools Recommends: libqgis-customwidgets Size: 5306704 SHA256: f339c34e703dafc6c41daac6b8b8d2d85ef508f4794415690f127823dec6c84e SHA1: 8b4064e6bb46ec2078af5ca0221fa23682162ebe MD5sum: 62405c2682d4c2dcb34179749d9ffbbc 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.34.11+dfsg-1~bpo12+1_i386.deb Package: libqgis-gui3.28.10 Source: qgis Version: 3.28.10+dfsg-1~bpo12+1 Installed-Size: 25323 Maintainer: Debian GIS Project Architecture: i386 Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.2), 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: 8657176 SHA256: 27adeffe2b0ed3eaf256e78a0cebbe6a56855804a4577f23991b08e0ca88cfcc SHA1: 92804b6ebafa54848c5d7ebb0085bea1eff65207 MD5sum: 8771b53931fa06ff5c3dbe4704b08359 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_i386.deb Package: libqgis-gui3.28.11 Source: qgis Version: 3.28.11+dfsg-1~bpo12+1 Installed-Size: 25333 Maintainer: Debian GIS Project Architecture: i386 Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.2), 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: 8659124 SHA256: 5e129d048063e7b02cf70f1003284aabbffc65b873483dd8b883de2e4a349d96 SHA1: 124c2bfffd675025c4d6b6336849b9b5582866b7 MD5sum: 604fc8897bededf8d5b6443f74f092e0 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_i386.deb Package: libqgis-gui3.28.12 Source: qgis Version: 3.28.12+dfsg-1~bpo12+1 Installed-Size: 25335 Maintainer: Debian GIS Project Architecture: i386 Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.2), 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: 8665940 SHA256: 535f01f3b64733a891980a2f7d1c7ea03a65f538d2c98f793ae14963f4b8cc1b SHA1: 3b06a3472f0186dc157a37ce6ad9aa62f58c1539 MD5sum: e1777c647e9d338ce6adb56014ab1c0f 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_i386.deb Package: libqgis-gui3.28.13 Source: qgis Version: 3.28.13+dfsg-1~bpo12+1 Installed-Size: 25338 Maintainer: Debian GIS Project Architecture: i386 Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.2), 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: 8671740 SHA256: a5d59124cab4fcb139060f1253e043e708cf6eb538052bc4e864177a27aa210c SHA1: 5536d67345b627039bedef27dd7dd8f5f40d06fa MD5sum: 57adb3e62804aef6f2e5cf2c15979959 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_i386.deb Package: libqgis-gui3.28.14 Source: qgis Version: 3.28.14+dfsg-1~bpo12+1 Installed-Size: 25339 Maintainer: Debian GIS Project Architecture: i386 Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.2), 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: 8667940 SHA256: 4c828a854b113b469e321add60e6988f8f4bffefa79db2bd5326291b8b278b33 SHA1: 5d893d8a9792c61d89c6a3fe356cbd30a1df646a MD5sum: f83d03f76e535a3a46d1868f13731375 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_i386.deb Package: libqgis-gui3.28.15 Source: qgis Version: 3.28.15+dfsg-1~bpo12+1 Installed-Size: 25340 Maintainer: Debian GIS Project Architecture: i386 Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.2), 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: 8668404 SHA256: d682e818b64444f3087acd1e9ecfb9df9558a8e48b5fe1b22ad7ef220ef6f2e1 SHA1: 9884c94b3237da6b040fb14f535ea9e11f647b32 MD5sum: a8309717b192ffc3303541d83625e5c7 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_i386.deb Package: libqgis-gui3.28.8 Source: qgis Version: 3.28.8+dfsg-1~bpo12+1 Installed-Size: 25319 Maintainer: Debian GIS Project Architecture: i386 Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.2), libgdal32 (>= 2.2.0), libproj25 (>= 6.0.0), libqca-qt5-2 (>= 2.1.0+git20141127.0049+15.04), libqgis-core3.28.8 (>= 3.28.4), libqgis-native3.28.8 (>= 3.4.5), libqscintilla2-qt5-15 (>= 2.11.2), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5network5 (>= 5.14.1), libqt5printsupport5 (>= 5.0.2), libqt5qml5 (>= 5.0.2), libqt5quickwidgets5 (>= 5.3.0), libqt5sql5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.15.1), libqt5xml5 (>= 5.0.2), libqwt-qt5-6 (>= 6.1.2), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 5.2) Size: 8651940 SHA256: e191721cba395d53eba9f88d93ac6117f895f725f6bdbd14c04e20607b4aa157 SHA1: a5de0f27ab36fc8b037cde691b0654658da1ae3f MD5sum: bec37ef8c8f5dc229070453c92caaffe Description: QGIS - shared gui library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared gui library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-gui3.28.8_3.28.8+dfsg-1~bpo12+1_i386.deb Package: libqgis-gui3.34.10 Source: qgis Version: 3.34.10+dfsg-1~bpo12+1 Installed-Size: 25464 Maintainer: Debian GIS Project Architecture: i386 Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.2), 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: 9088916 SHA256: 8292b2133cbd6b4b26545a34423da31fb14f9b41f10014674ce01c0d329b237b SHA1: 66f608dc3d7c9a544c491f33da9f1c67553314e3 MD5sum: 075a3c795037c7d6fbc1bab38e044ae5 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_i386.deb Package: libqgis-gui3.34.11 Source: qgis Version: 3.34.11+dfsg-1~bpo12+1 Installed-Size: 25466 Maintainer: Debian GIS Project Architecture: i386 Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.2), 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: 9093872 SHA256: da9edcf7504786381d8db248561429748b20c9ecc4c25aa011e7ae9131d9d49d SHA1: 890eb3f3174d2e5f971de1f7eab049e81126c049 MD5sum: bf7c76c0e1534e969721ddff904653a3 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_i386.deb Package: libqgis-gui3.34.6 Source: qgis Version: 3.34.6+dfsg-1~bpo12+1 Installed-Size: 27093 Maintainer: Debian GIS Project Architecture: i386 Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.2), 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: 9211936 SHA256: 979e6a8a579a476baeabacfc490ca13d9d45206b7cd71d26e2d64f5b1aeb7f2c SHA1: 9bae422870fa9382cd6fc3d5026367383cc9ee4f MD5sum: 8806abe05be6036071b73c46660da48e 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_i386.deb Package: libqgis-gui3.34.7 Source: qgis Version: 3.34.7+dfsg-1~bpo12+1 Installed-Size: 27093 Maintainer: Debian GIS Project Architecture: i386 Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.2), 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: 9209728 SHA256: 53bbd85b41355dbdb3a3d21acbe7a74ae8f4d96b3a489a5b413ae27fbedfb1c5 SHA1: d71eb28cf55576dc17f483ee9135166f1d5212c1 MD5sum: 1d7b43aa434ca1cee7c0ceacb10c7d34 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_i386.deb Package: libqgis-gui3.34.8 Source: qgis Version: 3.34.8+dfsg-1~bpo12+1 Installed-Size: 27096 Maintainer: Debian GIS Project Architecture: i386 Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.2), 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: 9215464 SHA256: 8f1f752a4d78a09d93f1b5f3b55856f79c98184782af0e8ce659cf0b61a99e9e SHA1: 134ad39abb000f9901a32540ed19d39c9287a1df MD5sum: 8f5a201d4dddbd26ef30e50dafcbe52f 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_i386.deb Package: libqgis-native3.28.10 Source: qgis Version: 3.28.10+dfsg-1~bpo12+1 Installed-Size: 3111 Maintainer: Debian GIS Project Architecture: i386 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.0), libqt5core5a (>= 5.15.1), libqt5dbus5 (>= 5.14.1), libqt5gui5 (>= 5.10.0) | libqt5gui5-gles (>= 5.10.0), libstdc++6 (>= 5) Size: 3022296 SHA256: fd5e1da9d58e800930cb8dd5300733e4e81e18d946a0ffeb1bb6f9c103d270fe SHA1: 4dac27159030a9d499de802de2353bddb2cf144e MD5sum: b8bcd4be5701d409e2a9301e85a69298 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_i386.deb Package: libqgis-native3.28.11 Source: qgis Version: 3.28.11+dfsg-1~bpo12+1 Installed-Size: 3113 Maintainer: Debian GIS Project Architecture: i386 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.0), libqt5core5a (>= 5.15.1), libqt5dbus5 (>= 5.14.1), libqt5gui5 (>= 5.10.0) | libqt5gui5-gles (>= 5.10.0), libstdc++6 (>= 5) Size: 3023868 SHA256: b8a330e7102d9076fd8f033da2782ad0704456736e3183e1367beb7e5bfa699a SHA1: e0ade18ed0eb973edbf08b105a900f0ff9d8403d MD5sum: ecb57d3d3d8cf3b73822db784d23fd16 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_i386.deb Package: libqgis-native3.28.12 Source: qgis Version: 3.28.12+dfsg-1~bpo12+1 Installed-Size: 3115 Maintainer: Debian GIS Project Architecture: i386 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.0), libqt5core5a (>= 5.15.1), libqt5dbus5 (>= 5.14.1), libqt5gui5 (>= 5.10.0) | libqt5gui5-gles (>= 5.10.0), libstdc++6 (>= 5) Size: 3026156 SHA256: 072424fecef81fd8853e7df5e52733304eedc39703e345bc211007e60ddd1cda SHA1: 54690a24d8501a20783982d240693cdd0d06c4a5 MD5sum: 84726cf014cdffff7d404d815edb021e 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_i386.deb Package: libqgis-native3.28.13 Source: qgis Version: 3.28.13+dfsg-1~bpo12+1 Installed-Size: 3118 Maintainer: Debian GIS Project Architecture: i386 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.0), libqt5core5a (>= 5.15.1), libqt5dbus5 (>= 5.14.1), libqt5gui5 (>= 5.10.0) | libqt5gui5-gles (>= 5.10.0), libstdc++6 (>= 5) Size: 3029728 SHA256: 45f82b1ee59fff49baa4dee4bf72d15ab1d68a12bf6b9df70c26bb7784fde94f SHA1: 34bb0ba64e59e090cb53a6a31f88a227ca6f560c MD5sum: f4b3bc7f4e1790e55a2c2cda9f312777 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_i386.deb Package: libqgis-native3.28.14 Source: qgis Version: 3.28.14+dfsg-1~bpo12+1 Installed-Size: 3119 Maintainer: Debian GIS Project Architecture: i386 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.0), libqt5core5a (>= 5.15.1), libqt5dbus5 (>= 5.14.1), libqt5gui5 (>= 5.10.0) | libqt5gui5-gles (>= 5.10.0), libstdc++6 (>= 5) Size: 3030384 SHA256: ad9b15e62ecd81cb1a45745df1e4dc64d14d17126a3e3fcaa2ba5145c90f41ac SHA1: c876f90d7cad451979f0a7ee4d4d80fb7133a6f3 MD5sum: c98faefc2ed995bba71f37819703dffa 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_i386.deb Package: libqgis-native3.28.15 Source: qgis Version: 3.28.15+dfsg-1~bpo12+1 Installed-Size: 3120 Maintainer: Debian GIS Project Architecture: i386 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.0), libqt5core5a (>= 5.15.1), libqt5dbus5 (>= 5.14.1), libqt5gui5 (>= 5.10.0) | libqt5gui5-gles (>= 5.10.0), libstdc++6 (>= 5) Size: 3030584 SHA256: ee9a738037a68637f3f5f90cca922f36d8973eea0acfec9639170ac9a1be0d34 SHA1: 881c0cd394e3d7792b61c42a87d49d7505d75674 MD5sum: 80fcfcb8e441c563483bb3cfedbeb70a 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_i386.deb Package: libqgis-native3.28.8 Source: qgis Version: 3.28.8+dfsg-1~bpo12+1 Installed-Size: 3107 Maintainer: Debian GIS Project Architecture: i386 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.0), libqt5core5a (>= 5.15.1), libqt5dbus5 (>= 5.14.1), libqt5gui5 (>= 5.10.0) | libqt5gui5-gles (>= 5.10.0), libstdc++6 (>= 5) Size: 3018096 SHA256: 3b46080b7f32b1c683e390820fd89fd36772b4a6453459b9439194a1983581d6 SHA1: fca5fb1cece8bdad465e629615f16bcdefe443ae MD5sum: 690f6ad45e0dc60d0c1a05d215ec39bd Description: QGIS - shared native gui library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared native gui library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-native3.28.8_3.28.8+dfsg-1~bpo12+1_i386.deb Package: libqgis-native3.34.10 Source: qgis Version: 3.34.10+dfsg-1~bpo12+1 Installed-Size: 3280 Maintainer: Debian GIS Project Architecture: i386 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.0), libqt5core5a (>= 5.15.1), libqt5dbus5 (>= 5.14.1), libqt5gui5 (>= 5.10.0) | libqt5gui5-gles (>= 5.10.0), libstdc++6 (>= 5) Size: 3195852 SHA256: aab8200acf0afa5f6a9fe254339a814705d6e9fa2ad62e76bf4b96e91f3405b9 SHA1: 4e8239c25a9630e326ce98c00730e4157a33da35 MD5sum: d45e4454bd94f36a959539913bc19fe0 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_i386.deb Package: libqgis-native3.34.11 Source: qgis Version: 3.34.11+dfsg-1~bpo12+1 Installed-Size: 3282 Maintainer: Debian GIS Project Architecture: i386 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.0), libqt5core5a (>= 5.15.1), libqt5dbus5 (>= 5.14.1), libqt5gui5 (>= 5.10.0) | libqt5gui5-gles (>= 5.10.0), libstdc++6 (>= 5) Size: 3197556 SHA256: b221a416cc210592b05a9e7dd2d7abf25dafe39db31ac79538a99bb11dd50b7e SHA1: d4d3b1b81e6251aba7fc6b85a106c99385a7e8f3 MD5sum: 1d2bd96ff90481e3dbb9736f21ef6afa 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_i386.deb Package: libqgis-native3.34.6 Source: qgis Version: 3.34.6+dfsg-1~bpo12+1 Installed-Size: 3272 Maintainer: Debian GIS Project Architecture: i386 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.0), libqt5core5a (>= 5.15.1), libqt5dbus5 (>= 5.14.1), libqt5gui5 (>= 5.10.0) | libqt5gui5-gles (>= 5.10.0), libstdc++6 (>= 5) Size: 3187644 SHA256: ec028f7ae7ab1a3a1a35f129c7dee04503c120a590d98bbcfa4e2cb763e1ede3 SHA1: 5e1dba3aeeacb6125e312d62f09d5ddf224849ab MD5sum: 6105baf5c393fbf2be409ab54bfa1c8d 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_i386.deb Package: libqgis-native3.34.7 Source: qgis Version: 3.34.7+dfsg-1~bpo12+1 Installed-Size: 3272 Maintainer: Debian GIS Project Architecture: i386 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.0), libqt5core5a (>= 5.15.1), libqt5dbus5 (>= 5.14.1), libqt5gui5 (>= 5.10.0) | libqt5gui5-gles (>= 5.10.0), libstdc++6 (>= 5) Size: 3188356 SHA256: 280f878e7d4c5c3ba6217fbadf7360f0f8b23006a398e67984a9b33bfa46c929 SHA1: a1f639f8945e5dd0b24fc297236627348a793b47 MD5sum: 4b62e97cf2c39744f47dfb7493106766 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_i386.deb Package: libqgis-native3.34.8 Source: qgis Version: 3.34.8+dfsg-1~bpo12+1 Installed-Size: 3275 Maintainer: Debian GIS Project Architecture: i386 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.0), libqt5core5a (>= 5.15.1), libqt5dbus5 (>= 5.14.1), libqt5gui5 (>= 5.10.0) | libqt5gui5-gles (>= 5.10.0), libstdc++6 (>= 5) Size: 3190832 SHA256: 962d8a83e03ca2de78d66a5a97c64749a6154c39ad24182a159b16d2380221fe SHA1: bb873f73715b80380161f9e1f544bf2a85105f33 MD5sum: 7249766a2c5ae7040923687ec9b8c627 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_i386.deb Package: libqgis-server3.28.10 Source: qgis Version: 3.28.10+dfsg-1~bpo12+1 Installed-Size: 4038 Maintainer: Debian GIS Project Architecture: i386 Depends: libc6 (>= 2.32), libfcgi0ldbl (>= 2.4.2), libgcc-s1 (>= 4.2), 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: 3318744 SHA256: 01a54059a5e100b2f747099b08e09a28a911afc1515c05b2059fc6a020ee6b30 SHA1: 1f3b899e3b3baa8ad0f34e6e3847f17a423b6a15 MD5sum: 58c94351e72fab9419ee8a7f2026a44f 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_i386.deb Package: libqgis-server3.28.11 Source: qgis Version: 3.28.11+dfsg-1~bpo12+1 Installed-Size: 4040 Maintainer: Debian GIS Project Architecture: i386 Depends: libc6 (>= 2.32), libfcgi0ldbl (>= 2.4.2), libgcc-s1 (>= 4.2), 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: 3320272 SHA256: b24e04505d4f3ae1f879a3e1fa9bc3e1eb3e41d0b55a23f0bef7c1bc07a2d1d8 SHA1: 5504822592606004ce20acd25e0a571899323f05 MD5sum: ab87edbb441de9264f3e0a3eeb888510 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_i386.deb Package: libqgis-server3.28.12 Source: qgis Version: 3.28.12+dfsg-1~bpo12+1 Installed-Size: 4042 Maintainer: Debian GIS Project Architecture: i386 Depends: libc6 (>= 2.32), libfcgi0ldbl (>= 2.4.2), libgcc-s1 (>= 4.2), 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: 3322160 SHA256: e5a13d9a7cbf030a39a8617b762fdc86dc5d033fe77af142101cc62af820535c SHA1: 5a5ffc79b7cf6443e1c8b723cecbee6c38b7b106 MD5sum: 42635cad3180dc865ebe8f3bb0fbd327 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_i386.deb Package: libqgis-server3.28.13 Source: qgis Version: 3.28.13+dfsg-1~bpo12+1 Installed-Size: 4045 Maintainer: Debian GIS Project Architecture: i386 Depends: libc6 (>= 2.32), libfcgi0ldbl (>= 2.4.2), libgcc-s1 (>= 4.2), 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: 3325028 SHA256: 6e5fa8c0ca96fffd9443be2bef68b7999463081e0505146c85415aec38acbf4c SHA1: a0cd4e7bc45bc0286aca72b3c056e5d6cb1437fa MD5sum: 51b563629c097395881229c8fd2998b1 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_i386.deb Package: libqgis-server3.28.14 Source: qgis Version: 3.28.14+dfsg-1~bpo12+1 Installed-Size: 4046 Maintainer: Debian GIS Project Architecture: i386 Depends: libc6 (>= 2.32), libfcgi0ldbl (>= 2.4.2), libgcc-s1 (>= 4.2), 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: 3325676 SHA256: 61617f72f0be784d0d65f19523502569537edca1d1c9e7f9a76bb9932ff54270 SHA1: f142e36c1ec6c8087cf4715d179dfaa7fe6dd845 MD5sum: 1cfb712e4d1c1fd36de74b78e71d432a 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_i386.deb Package: libqgis-server3.28.15 Source: qgis Version: 3.28.15+dfsg-1~bpo12+1 Installed-Size: 4047 Maintainer: Debian GIS Project Architecture: i386 Depends: libc6 (>= 2.32), libfcgi0ldbl (>= 2.4.2), libgcc-s1 (>= 4.2), 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: 3326204 SHA256: ca347ae90ac5531412afc611b21f6e173685589c80e9d50a1a82d68e2a77cd1c SHA1: e5f067565aa9c05e8aaec0c5909b357a3b23daea MD5sum: ee2f8bfc694c179c17d2b3e3f1cb3af7 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_i386.deb Package: libqgis-server3.28.8 Source: qgis Version: 3.28.8+dfsg-1~bpo12+1 Installed-Size: 4034 Maintainer: Debian GIS Project Architecture: i386 Depends: libc6 (>= 2.32), libfcgi0ldbl (>= 2.4.2), libgcc-s1 (>= 4.2), libqgis-core3.28.8 (>= 3.28.3), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libqt5network5 (>= 5.0.2), libqt5webkit5 (>= 5.212.0~alpha3), libqt5xml5 (>= 5.0.2), libstdc++6 (>= 11) Size: 3314968 SHA256: 8f9d3f78776d63ea41e185fe1b5ba6bbd763a79a39cadc81b06737b27a17a129 SHA1: e033184ffb46a8c1992e1351dda46c37c7f291d1 MD5sum: 9c27c891e971659ec438c722b2aa7837 Description: QGIS - shared server library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared server library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-server3.28.8_3.28.8+dfsg-1~bpo12+1_i386.deb Package: libqgis-server3.34.10 Source: qgis Version: 3.34.10+dfsg-1~bpo12+1 Installed-Size: 4124 Maintainer: Debian GIS Project Architecture: i386 Depends: libc6 (>= 2.32), libfcgi0ldbl (>= 2.4.2), libgcc-s1 (>= 4.2), 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: 3477208 SHA256: 89b4bff4f7c2b7dde30cf443d7fbde001851d67f43783640f314dfdd93da6280 SHA1: be202ca9faa4ebb52675ca128903d73e5c92a55b MD5sum: 511375585ebbed08f41b0f738a27ea36 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_i386.deb Package: libqgis-server3.34.11 Source: qgis Version: 3.34.11+dfsg-1~bpo12+1 Installed-Size: 4126 Maintainer: Debian GIS Project Architecture: i386 Depends: libc6 (>= 2.32), libfcgi0ldbl (>= 2.4.2), libgcc-s1 (>= 4.2), 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: 3479052 SHA256: 2f35f3d82464bb96f944bccede1b6ad5feca1056fe9ee7e0dc2c8aa65ea34b43 SHA1: 1fcf22c4619e8b64075348b5be103f9fdcba5745 MD5sum: 7bb5c4d206ee1a3fc3c874f342aa0511 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_i386.deb Package: libqgis-server3.34.6 Source: qgis Version: 3.34.6+dfsg-1~bpo12+1 Installed-Size: 4169 Maintainer: Debian GIS Project Architecture: i386 Depends: libc6 (>= 2.32), libfcgi0ldbl (>= 2.4.2), libgcc-s1 (>= 4.2), 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: 3474908 SHA256: e73f42c9c07fdfbae28ecd55916f6f4079bf904fa21212dd5bd11e0cd19736ce SHA1: 1024483a5b34546a44084d199a7b6cf86f92e394 MD5sum: f6e004428193c5788420bd4cef3a3ee1 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_i386.deb Package: libqgis-server3.34.7 Source: qgis Version: 3.34.7+dfsg-1~bpo12+1 Installed-Size: 4169 Maintainer: Debian GIS Project Architecture: i386 Depends: libc6 (>= 2.32), libfcgi0ldbl (>= 2.4.2), libgcc-s1 (>= 4.2), 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: 3475532 SHA256: 293ff3005b43b808206083ee8f3e519c181bfa4194ed455b9836b2bc914aa947 SHA1: 76f02192ef9180858036556fe34864591b3f2d1f MD5sum: 8b4b10898d93b4e6c2a4684b61078e25 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_i386.deb Package: libqgis-server3.34.8 Source: qgis Version: 3.34.8+dfsg-1~bpo12+1 Installed-Size: 4172 Maintainer: Debian GIS Project Architecture: i386 Depends: libc6 (>= 2.32), libfcgi0ldbl (>= 2.4.2), libgcc-s1 (>= 4.2), 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: 3478640 SHA256: 1806ad8ba2c29105ed33b36ad6bd2a40a2acc7150648b1d59839fd4fb30142f5 SHA1: 8d670b97e0149ef2c06e0d4c05138e70ed6f2143 MD5sum: ad68db248cbadfdfb3c334c5ee7ad269 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_i386.deb Package: libqgisgrass8-3.28.10 Source: qgis Version: 3.28.10+dfsg-1~bpo12+1 Installed-Size: 3754 Maintainer: Debian GIS Project Architecture: i386 Depends: libc6 (>= 2.7), libgcc-s1 (>= 4.2), 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: 3224552 SHA256: a9ae4700403d535e8410980eff00a01e2b7219d1a462f27bf4dc81c566d0102f SHA1: 5bb6fdc627a2b8ed92f9a9648da25e8f0708cfef MD5sum: efde4722a0b07389528c728837629f2d 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_i386.deb Package: libqgisgrass8-3.28.11 Source: qgis Version: 3.28.11+dfsg-1~bpo12+1 Installed-Size: 3756 Maintainer: Debian GIS Project Architecture: i386 Depends: libc6 (>= 2.7), libgcc-s1 (>= 4.2), 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: 3225920 SHA256: cf0929198511fe1f56f2cb99ca77f1c46f9394c08ad732f6784f8e5e82b71614 SHA1: 4ca558806bdaec8d0abede0d5625909b638e7fdb MD5sum: 7e47bd9d9c5d417be359d79e63af7f6a 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_i386.deb Package: libqgisgrass8-3.28.12 Source: qgis Version: 3.28.12+dfsg-1~bpo12+1 Installed-Size: 3758 Maintainer: Debian GIS Project Architecture: i386 Depends: libc6 (>= 2.7), libgcc-s1 (>= 4.2), 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: 3228456 SHA256: c61ade3db6dbe44b772bd4e3cd92e2d40865df2fed6715ba27e193021f5e14fd SHA1: 4192b16ba661ac808cb47794fbb383a0d843bb85 MD5sum: 2fcaa40f8227d7a8d2bbd803f904d1aa 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_i386.deb Package: libqgisgrass8-3.28.13 Source: qgis Version: 3.28.13+dfsg-1~bpo12+1 Installed-Size: 3761 Maintainer: Debian GIS Project Architecture: i386 Depends: libc6 (>= 2.7), libgcc-s1 (>= 4.2), 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: 3232332 SHA256: 7c0e6c51c7e892043882da5b0c2f66f4d6af833b900f19016b00f60666dd54f6 SHA1: 09865c5f9e8f598626f4177750ef6796c1f586f1 MD5sum: 91f6e210ce8ccf8ac561efbc0b073489 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_i386.deb Package: libqgisgrass8-3.28.14 Source: qgis Version: 3.28.14+dfsg-1~bpo12+1 Installed-Size: 3762 Maintainer: Debian GIS Project Architecture: i386 Depends: libc6 (>= 2.7), libgcc-s1 (>= 4.2), 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: 3232380 SHA256: ce1847985d40d289ade2262b133343cfb16e6ba3803e22e4bf6771403f7e3bb8 SHA1: c0433f30eecf3917b40ac82d4a9c23b6eba30321 MD5sum: 340474b70489bf14554ea65041d766ac 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_i386.deb Package: libqgisgrass8-3.28.15 Source: qgis Version: 3.28.15+dfsg-1~bpo12+1 Installed-Size: 3763 Maintainer: Debian GIS Project Architecture: i386 Depends: libc6 (>= 2.7), libgcc-s1 (>= 4.2), 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: 3232764 SHA256: 92dd06ab96d2547eecf4f555279ebdf558b1e56fe0448e24ce8ad89434baa93b SHA1: d195f57c5cb8495b9757888cf5779c5c7ffb38ad MD5sum: 966c95f989585ccf3b97212440a4c9ae 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_i386.deb Package: libqgisgrass8-3.28.8 Source: qgis Version: 3.28.8+dfsg-1~bpo12+1 Installed-Size: 3750 Maintainer: Debian GIS Project Architecture: i386 Depends: libc6 (>= 2.7), libgcc-s1 (>= 4.2), libqgis-core3.28.8 (>= 3.28.8), libqgis-gui3.28.8 (>= 3.4.5), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.2.0) | libqt5gui5-gles (>= 5.2.0), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.2.0~alpha1), libstdc++6 (>= 5.2) Size: 3220124 SHA256: 51bbd46daa44258440f04c6930ca1cc7b949a0c0193f2efb25616989ced48166 SHA1: abfb098f61ba14f289059f9dbb0350b54feba1df MD5sum: 14d394a2cd1ee48960732bea4ea19723 Description: QGIS - shared grass library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared grass library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgisgrass8-3.28.8_3.28.8+dfsg-1~bpo12+1_i386.deb Package: libqgisgrass8-3.34.10 Source: qgis Version: 3.34.10+dfsg-1~bpo12+1 Installed-Size: 3856 Maintainer: Debian GIS Project Architecture: i386 Depends: libc6 (>= 2.7), libgcc-s1 (>= 4.2), 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: 3388760 SHA256: 4e7a3cb3a5e9bbf048f52069b01507bd3a2aac5a5e626c756ece6c24204f06a8 SHA1: 93935b002638e9aae48f95b547a43a7be4c31e77 MD5sum: bca05c13857f4c603bba651db6c6d500 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_i386.deb Package: libqgisgrass8-3.34.11 Source: qgis Version: 3.34.11+dfsg-1~bpo12+1 Installed-Size: 3858 Maintainer: Debian GIS Project Architecture: i386 Depends: libc6 (>= 2.7), libgcc-s1 (>= 4.2), 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: 3390524 SHA256: c8bc834c674fd3ba973cc149c389dba433e7e90af40c6213b6824e587e0d0309 SHA1: 307c6b3888481f81a9afc025376d86d3b2ba2626 MD5sum: cdc2c61151ac131faecb1ba6fc27ed4d 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_i386.deb Package: libqgisgrass8-3.34.6 Source: qgis Version: 3.34.6+dfsg-1~bpo12+1 Installed-Size: 3889 Maintainer: Debian GIS Project Architecture: i386 Depends: libc6 (>= 2.7), libgcc-s1 (>= 4.2), 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: 3385796 SHA256: e3ec7dd764f4735ada12d9bbeeac39b2fb03b19fec6935fd967857f507cbd0fb SHA1: 2d3453ccd7f7bf71a429efc274463cbbbe16ebb2 MD5sum: 2d10717debed7982dd55bcd228cbee18 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_i386.deb Package: libqgisgrass8-3.34.7 Source: qgis Version: 3.34.7+dfsg-1~bpo12+1 Installed-Size: 3889 Maintainer: Debian GIS Project Architecture: i386 Depends: libc6 (>= 2.7), libgcc-s1 (>= 4.2), 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: 3385924 SHA256: fd80754e062730a368c0ee1d22491c1f147cef3b69a5654fb228451f41a52011 SHA1: dff3ce6a4949daef9e79a2b47d3fe3031f9190b4 MD5sum: 46cd0e1693c93ca25ef6124ce8999f6e 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_i386.deb Package: libqgisgrass8-3.34.8 Source: qgis Version: 3.34.8+dfsg-1~bpo12+1 Installed-Size: 3892 Maintainer: Debian GIS Project Architecture: i386 Depends: libc6 (>= 2.7), libgcc-s1 (>= 4.2), 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: 3388448 SHA256: 830768b326825cb0b0c83bd98c1d467b208e8c43d43052c6199a1e0711f66d3d SHA1: 5960553ed14d08a1a43761349125eb7c52c05adf MD5sum: 55c055213c188976745ee832154c725b 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_i386.deb Package: libqgispython3.28.10 Source: qgis Version: 3.28.10+dfsg-1~bpo12+1 Installed-Size: 3122 Maintainer: Debian GIS Project Architecture: i386 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.0), libpython3.11 (>= 3.11.0), libqgis-core3.28.10 (>= 3.28.10), libqt5core5a (>= 5.15.1), libstdc++6 (>= 5) Size: 3026984 SHA256: b0fe6749a5f7543e08461ea22d58fbe4994d39e23725a002d3d2f645bceb88d4 SHA1: 4eb45e4396d6c01c402d329f2fe2ede7cd4c46a7 MD5sum: 1d8c71adc3b48d4b1f4d0f46a202091c 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_i386.deb Package: libqgispython3.28.11 Source: qgis Version: 3.28.11+dfsg-1~bpo12+1 Installed-Size: 3124 Maintainer: Debian GIS Project Architecture: i386 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.0), libpython3.11 (>= 3.11.0), libqgis-core3.28.11 (>= 3.28.11), libqt5core5a (>= 5.15.1), libstdc++6 (>= 5) Size: 3028484 SHA256: faf93176514c11ab0640360318d9bf17752bfa1865f9b5472b22f505b0c921e5 SHA1: 317e5bdabb04045dc0754f897fc5c1cfc66e86ab MD5sum: 8f408e85139e9f027fc98d449afac59b 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_i386.deb Package: libqgispython3.28.12 Source: qgis Version: 3.28.12+dfsg-1~bpo12+1 Installed-Size: 3126 Maintainer: Debian GIS Project Architecture: i386 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.0), libpython3.11 (>= 3.11.0), libqgis-core3.28.12 (>= 3.28.12), libqt5core5a (>= 5.15.1), libstdc++6 (>= 5) Size: 3030828 SHA256: 60d9afd226cde2162ba77f6b30cb9c26442c1792c5d10e4202175a662df305ed SHA1: 0faf18db32392d854c30f5f0b3f74ba4fb905df8 MD5sum: 7e80b69c206f373639f27f7ccd736a94 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_i386.deb Package: libqgispython3.28.13 Source: qgis Version: 3.28.13+dfsg-1~bpo12+1 Installed-Size: 3129 Maintainer: Debian GIS Project Architecture: i386 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.0), libpython3.11 (>= 3.11.0), libqgis-core3.28.13 (>= 3.28.13), libqt5core5a (>= 5.15.1), libstdc++6 (>= 5) Size: 3034400 SHA256: 6f4d46aac97f06091ee42524650514893ea4cddc6771e99453da73a28bf1be96 SHA1: 62a1559fa1ab6f546872082ac907a9705f5f912b MD5sum: b9f2af324f97c99b763d47e1018397a0 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_i386.deb Package: libqgispython3.28.14 Source: qgis Version: 3.28.14+dfsg-1~bpo12+1 Installed-Size: 3130 Maintainer: Debian GIS Project Architecture: i386 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.0), libpython3.11 (>= 3.11.0), libqgis-core3.28.14 (>= 3.28.14), libqt5core5a (>= 5.15.1), libstdc++6 (>= 5) Size: 3035076 SHA256: f2528d769697e11ed4015fa69ab21dbff2191062263749f64497a5c272db94e2 SHA1: 4ec5629a0446096400e378da1261ded6bbaaa55e MD5sum: eec728bd74bb670136f5081f5a939f99 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_i386.deb Package: libqgispython3.28.15 Source: qgis Version: 3.28.15+dfsg-1~bpo12+1 Installed-Size: 3131 Maintainer: Debian GIS Project Architecture: i386 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.0), libpython3.11 (>= 3.11.0), libqgis-core3.28.15 (>= 3.28.15), libqt5core5a (>= 5.15.1), libstdc++6 (>= 5) Size: 3035244 SHA256: 243afa593f6770504fb103986e199320825a935a47a349dff97eb87993710123 SHA1: 1dc522917d5eec2cc5eba8e301b9631310461ccf MD5sum: 9632d40b96ab9ad9cc36f8cdf6973d75 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_i386.deb Package: libqgispython3.28.8 Source: qgis Version: 3.28.8+dfsg-1~bpo12+1 Installed-Size: 3118 Maintainer: Debian GIS Project Architecture: i386 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.0), libpython3.11 (>= 3.11.0), libqgis-core3.28.8 (>= 3.28.8), libqt5core5a (>= 5.15.1), libstdc++6 (>= 5) Size: 3022776 SHA256: 8b32f54059e45280cd8f98ed6337c0dfa2290f671dfb592c4cdb419697931a91 SHA1: 07d56e2b211b8d36a17a697e7f648ca2ced02c27 MD5sum: a393570446ac50ed5b91a8034435c5d0 Description: QGIS - shared Python library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared Python library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgispython3.28.8_3.28.8+dfsg-1~bpo12+1_i386.deb Package: libqgispython3.34.10 Source: qgis Version: 3.34.10+dfsg-1~bpo12+1 Installed-Size: 3284 Maintainer: Debian GIS Project Architecture: i386 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.0), libpython3.11 (>= 3.11.0), libqgis-core3.34.10 (>= 3.34.10+dfsg), libqt5core5a (>= 5.15.1), libstdc++6 (>= 5) Size: 3197812 SHA256: c5db4ff676a9d78f9f0ac8bc2514fc247c4b3cfba681d5c0bd7cee2a27145398 SHA1: 53cbf6dcd068c029b69eec82d60887b04831739e MD5sum: 0fb99281cf95a1c847515e68fc6106c9 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_i386.deb Package: libqgispython3.34.11 Source: qgis Version: 3.34.11+dfsg-1~bpo12+1 Installed-Size: 3286 Maintainer: Debian GIS Project Architecture: i386 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.0), libpython3.11 (>= 3.11.0), libqgis-core3.34.11 (>= 3.34.11+dfsg), libqt5core5a (>= 5.15.1), libstdc++6 (>= 5) Size: 3199568 SHA256: 2e4d70dd50498598062e8d3ef6c913c1907743fda53d31c51edc05d84a513daf SHA1: 81d96f5239ebb0634d8816a6120ff49379e01899 MD5sum: e639f3c51a3ae4daf36680a561a736b8 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_i386.deb Package: libqgispython3.34.6 Source: qgis Version: 3.34.6+dfsg-1~bpo12+1 Installed-Size: 3274 Maintainer: Debian GIS Project Architecture: i386 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.0), libpython3.11 (>= 3.11.0), libqgis-core3.34.6 (>= 3.34.6), libqt5core5a (>= 5.15.1), libstdc++6 (>= 5) Size: 3189204 SHA256: c33f279d1d82493247374336e7a83298a559083056dbbe54725589dca33e14d7 SHA1: 650e7e300ffcabdabb52f6e6c7a4c7131607f1be MD5sum: b593d418b6c15c5c66bcb1e8a301db81 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_i386.deb Package: libqgispython3.34.7 Source: qgis Version: 3.34.7+dfsg-1~bpo12+1 Installed-Size: 3274 Maintainer: Debian GIS Project Architecture: i386 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.0), libpython3.11 (>= 3.11.0), libqgis-core3.34.7 (>= 3.34.7), libqt5core5a (>= 5.15.1), libstdc++6 (>= 5) Size: 3189852 SHA256: 785cdce9f3b23ec1e3e524376df6622060aabe7658492fe88bf2337b57c4542f SHA1: 0b80a456d2bab924a9264ac0edb2e79000af74d5 MD5sum: 8bc0fe5499c3123200fbf231f27c97ac 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_i386.deb Package: libqgispython3.34.8 Source: qgis Version: 3.34.8+dfsg-1~bpo12+1 Installed-Size: 3277 Maintainer: Debian GIS Project Architecture: i386 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.0), libpython3.11 (>= 3.11.0), libqgis-core3.34.8 (>= 3.34.8), libqt5core5a (>= 5.15.1), libstdc++6 (>= 5) Size: 3191596 SHA256: 8e8e998e4509dcf08b1f373328ba33d9b7fb26f5c79c6bcf4b584cc99babbd4b SHA1: 3b60574e14e1a4787bc08d9faf0bdad2e4d9f5a7 MD5sum: deced38aab7c31fe267c28603238f1e8 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_i386.deb Package: libqt5pas-dev Source: libqtpas Version: 3.0+dfsg1-1~bpo12+1 Installed-Size: 1371 Maintainer: Pascal Packaging Team Architecture: i386 Depends: libqt5pas1 (= 3.0+dfsg1-1~bpo12+1) Suggests: fpc Size: 140444 SHA256: ed46d64794d7dd6cf1cd6afdb05311df0e8a928a9ebb51acf7a10623d121bf6d SHA1: e9d96900cdbf941cd3ac1f240def5826087d3c46 MD5sum: a4eed41e64f9fdbdba61d07c6819bcc6 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_i386.deb Package: libqt5pas1 Source: libqtpas Version: 3.0+dfsg1-1~bpo12+1 Installed-Size: 2835 Maintainer: Pascal Packaging Team Architecture: i386 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.0), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5network5 (>= 5.14.1), libqt5printsupport5 (>= 5.3.0), libqt5widgets5 (>= 5.14.1), libqt5x11extras5 (>= 5.6.0), libstdc++6 (>= 5) Size: 498064 SHA256: 4d91b0e4f0d460bfa5bf9ddd8d9dd9e4464603862f94d7f69dd7c1a0552d68c7 SHA1: 79ca25b92a9f961b9ff8cc94fe3053543f8da4d7 MD5sum: f41b2c332b7780a27b0d12fdb3096bec 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_i386.deb Package: libqt5pdf5 Source: qtwebengine-opensource-src Version: 5.15.17+dfsg-3~bpo12+1 Installed-Size: 2996 Maintainer: Debian Qt/KDE Maintainers Architecture: i386 Depends: libc6 (>= 2.33), libfreetype6 (>= 2.3.5), libgcc-s1 (>= 4.2), 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: 1399336 SHA256: f38fc54390ac7355582090dc6ac4f372986890a569a9d98983c72234c63e0b7e SHA1: 4465621fbfe27de9f8da9e5489f5b599a8d9ff5c MD5sum: e16dd44821f89b5f450172d2821fcd9f 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.17+dfsg-3~bpo12+1_i386.deb Package: libqt5pdfwidgets5 Source: qtwebengine-opensource-src Version: 5.15.17+dfsg-3~bpo12+1 Installed-Size: 218 Maintainer: Debian Qt/KDE Maintainers Architecture: i386 Depends: libc6 (>= 2.4), libqt5core5a (>= 5.15.1), 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: 56044 SHA256: b23f073dfb2e2f258ec7f37e140823c127001db75db44ec123a4b7397df4478c SHA1: 4bf1b80a7d248fe8a723eace194cff5cc27c479b MD5sum: b983c135f2b1df313d6a144d01c82eff 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.17+dfsg-3~bpo12+1_i386.deb Package: libqt5webengine-data Source: qtwebengine-opensource-src Version: 5.15.17+dfsg-3~bpo12+1 Installed-Size: 23984 Maintainer: Debian Qt/KDE Maintainers Architecture: all Size: 7288040 SHA256: 9efab4bdf63f0fdbc55caef059658aa6710a6de9a0208b3528ed0c727dc6ec7c SHA1: f166bb65a9675248729f8f8da8a4b00a7a59c93d MD5sum: 879a927496487c7c5b262c510db903e3 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.17+dfsg-3~bpo12+1_all.deb Package: libqt5webengine5 Source: qtwebengine-opensource-src Version: 5.15.17+dfsg-3~bpo12+1 Installed-Size: 737 Maintainer: Debian Qt/KDE Maintainers Architecture: i386 Depends: libqt5webengine-data (= 5.15.17+dfsg-3~bpo12+1), libc6 (>= 2.4), libqt5core5a (>= 5.15.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: 175300 SHA256: 38656c510671a147f5aac4a95b736ec286820ad6f96c22549b3f720b1c226beb SHA1: 40007e3625681de1b93e77761f4d94328366b6da MD5sum: 4c28986960b1f4fd058fee4cff32e2dd 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.17+dfsg-3~bpo12+1_i386.deb Package: libqt5webenginecore5 Source: qtwebengine-opensource-src Version: 5.15.17+dfsg-3~bpo12+1 Installed-Size: 126089 Maintainer: Debian Qt/KDE Maintainers Architecture: i386 Replaces: libqt5webengine5 (<< 5.7.1+dfsg-4) Provides: qtwebengine-abi-5-15-13, qtwebengine-abi-5-15-17 Depends: libqt5webengine-data (= 5.15.17+dfsg-3~bpo12+1), sse2-support, 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 (>= 7), 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: 41584084 SHA256: d998a165fc5ed5421da152e6d397ed409ce78c98c680ca2e29496b2c83e46052 SHA1: d2101a55b9cbd79fc08d2be8daac77915e575e19 MD5sum: 81ed96cc3eca30c1fc344c5375fee7ae 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.17+dfsg-3~bpo12+1_i386.deb Package: libqt5webenginewidgets5 Source: qtwebengine-opensource-src Version: 5.15.17+dfsg-3~bpo12+1 Installed-Size: 503 Maintainer: Debian Qt/KDE Maintainers Architecture: i386 Depends: libqt5webengine-data (= 5.15.17+dfsg-3~bpo12+1), libc6 (>= 2.4), libqt5core5a (>= 5.15.1), 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: 129768 SHA256: 1bcd7298883234eca81582f5342ba139c24baa03b1c908b479d270f2b5a7a62c SHA1: fc3675038672eac5a82d7c643dcdd9fd9cd81da7 MD5sum: 04ab282ac4c95e6bb2e34147ca6ac8d9 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.17+dfsg-3~bpo12+1_i386.deb Package: libqt6waylandclient6 Source: qt6-wayland Version: 6.4.2-5~bpo12+1 Installed-Size: 1069 Maintainer: Debian Qt/KDE Maintainers Architecture: i386 Depends: libc6 (>= 2.28), 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: 249080 SHA256: 4104efa5dd73ffd56940f4ea0a700da3a12be6f3e05c12ed3cc86d15703b2b44 SHA1: 824788119e8e54d6436c3c90794150b6efa0d503 MD5sum: dfe3727bb6604ce7b039a931ce3510ff 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_i386.deb Package: libqt6waylandcompositor6 Source: qt6-wayland Version: 6.4.2-5~bpo12+1 Installed-Size: 2043 Maintainer: Debian Qt/KDE Maintainers Architecture: i386 Depends: libc6 (>= 2.28), 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: 413216 SHA256: 624ec0a464392d88d596989a3e57a0f1b0d3dbbbfcd79bb29e75707f6a7d27b2 SHA1: 899778a415cf1189666de8b68abf63725c85fca6 MD5sum: ec7a60bbcf6e5f692f1937b1de156997 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_i386.deb Package: libqt6waylandeglclienthwintegration6 Source: qt6-wayland Version: 6.4.2-5~bpo12+1 Installed-Size: 84 Maintainer: Debian Qt/KDE Maintainers Architecture: i386 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: 21080 SHA256: 9c39e49359a4d555362c495618d00969d0d94951c11241b32708546b163cff03 SHA1: 6a682c0615e81066335f78de3bf4088504295de0 MD5sum: 8869dc0ae73dc99587b4eee1b452ee7f 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_i386.deb Package: libqt6waylandeglcompositorhwintegration6 Source: qt6-wayland Version: 6.4.2-5~bpo12+1 Installed-Size: 60 Maintainer: Debian Qt/KDE Maintainers Architecture: i386 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: 16844 SHA256: edb2913d9b071358bb0f29bdbc3fa38ec3b78ea50f66bc6cc21f256fcc377bea SHA1: cafed3566afe26abd57944b71f460f17863c4ad7 MD5sum: 3cd60302e610bb12dd43b70ce71ccb65 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_i386.deb Package: libqt6wlshellintegration6 Source: qt6-wayland Version: 6.4.2-5~bpo12+1 Installed-Size: 186 Maintainer: Debian Qt/KDE Maintainers Architecture: i386 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: 37772 SHA256: a7dc2e0584d4a94320ff5b5a716de74c4ac38a9f6318bc802017fac00cb39726 SHA1: 399f73ae747c8919be57f6c8f5d83013e2c0a6bb MD5sum: be565e9c7b67cc44c086da3115d9f881 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_i386.deb Package: libradare2-5.0.0t64 Source: radare2 Version: 5.9.4+dfsg-1~bpo12+1 Installed-Size: 19408 Maintainer: Debian Security Tools Architecture: i386 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: 4633668 SHA256: 2797aaa70c9f1194822f1be82c6501bb99c53789e3ba6227e21931bd7362f468 SHA1: 82b11ef0cba154811a20ef9e9ebd2ff728601c31 MD5sum: 6035afc0fa1dfaa364c46dd1b19c90b7 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_i386.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: i386 Depends: libradare2-5.0.0t64 (= 5.9.4+dfsg-1~bpo12+1), libcapstone-dev, libmagic-dev, libuv1-dev, liblz4-dev, libzip-dev Size: 238672 SHA256: 6386c55671d5539d67729f59a77aba16bf82e4a8d040b209ae6cf504c8e4175a SHA1: 754d1cb73090479ba344f4e09a033ec793a1e115 MD5sum: e803be790c60ccfbb60c0fc2335ee571 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_i386.deb Package: libraft-dev Source: raft Version: 0.22.1-1~bpo12+1 Installed-Size: 1122 Maintainer: Free Ekanayaka Architecture: i386 Depends: libraft0 (= 0.22.1-1~bpo12+1) Size: 267068 SHA256: 4827f559ce2c907290199deefc9a05df602bc13c37945d7e84f0299fd2a8efd8 SHA1: 34925df423e51f1ddf70ae03be47983540327da8 MD5sum: 1fedc13d72b3f21858c68970b412b356 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_i386.deb Package: libraft-tools Source: raft Version: 0.22.1-1~bpo12+1 Installed-Size: 51 Maintainer: Free Ekanayaka Architecture: i386 Depends: libc6 (>= 2.34), libraft0 (>= 0.17.7), libuv1 (>= 1.4.2) Size: 17196 SHA256: ee826a13cbae9e1e1e44c8c9d81ca3ea4a737bbf6b44f60d7061aca8bcb03977 SHA1: 9e82260d8f6d6eb217458314fa32f1c3dfc69be2 MD5sum: efbf395e940beb1b78fe8570c926b219 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_i386.deb Package: libraft0 Source: raft Version: 0.22.1-1~bpo12+1 Installed-Size: 247 Maintainer: Free Ekanayaka Architecture: i386 Depends: libc6 (>= 2.28), liblz4-1 (>= 0.0~r127), libuv1 (>= 1.4.2) Size: 96532 SHA256: 854e81a65aa2dfe67490e6b2fb5e6f65166b1776a347c2c5817d6f59286cd7ef SHA1: 2b943aedc77eae9b84cddfed855468210144e68b MD5sum: 10b20af9753226a8b4c3be826d95d716 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_i386.deb Package: libreiserfscore-dev Source: reiserfsprogs Version: 1:3.6.27-8~bpo12+1 Installed-Size: 372 Maintainer: Felix Zielcke Architecture: i386 Depends: libreiserfscore0 (= 1:3.6.27-8~bpo12+1) Size: 116988 SHA256: 9dd6c38dfda1cee7a4f146f94414b78552187c1920ff7e36ad54a6a71b61cc88 SHA1: d728d36be6ebedd177dbf06175f0c1cbe73d4099 MD5sum: f1a31d0f3e3b7ce469506076524a6747 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_i386.deb Package: libreiserfscore0 Source: reiserfsprogs Version: 1:3.6.27-8~bpo12+1 Installed-Size: 209 Maintainer: Felix Zielcke Architecture: i386 Depends: libc6 (>= 2.33), libcom-err2 (>= 1.43.9), libuuid1 (>= 2.16) Size: 86628 SHA256: 1e8c88504c97d5622e9b103441f43a035c02fb44e6c28467d97df77e6915f7e6 SHA1: 832b22daec87d776dfec9762b32a258be7f0f4be MD5sum: 09aa1fcecb1176b3738910fa1ca19998 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_i386.deb Package: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 70 Maintainer: Debian LibreOffice Maintainers Architecture: i386 Depends: libreoffice-base, libreoffice-calc, libreoffice-core (= 4:24.8.2-1~bpo12+1), libreoffice-draw, libreoffice-impress, libreoffice-math, libreoffice-report-builder-bin, libreoffice-writer, python3-uno Recommends: fonts-crosextra-caladea, fonts-crosextra-carlito, fonts-dejavu, fonts-linuxlibertine, fonts-noto-core, fonts-noto-extra, fonts-noto-mono, fonts-noto-ui-core, fonts-sil-gentium-basic, libreoffice-nlpsolver, libreoffice-report-builder, libreoffice-script-provider-bsh, libreoffice-script-provider-js, libreoffice-script-provider-python, libreoffice-sdbc-mysql, libreoffice-sdbc-postgresql, libreoffice-wiki-publisher, libreoffice-java-common (>= 4:24.8.2~), 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 (= 24.8), libreoffice-l10n (= 24.8), libreoffice-librelogo, libxrender1, myspell-dictionary, mythes-thesaurus, openclipart-libreoffice, pstoedit, unixodbc, gstreamer1.0-plugins-base, gstreamer1.0-plugins-good, gstreamer1.0-plugins-ugly, gstreamer1.0-plugins-bad, gstreamer1.0-libav, default-jre (>= 2:1.8) | java-runtime (>= 8) | java8-runtime | jre, libsane1, libofficebean-java Conflicts: libreoffice-dev (<= 1:5.0.3~rc1-2), libreoffice-dev-doc (<= 1:5.0.3~rc1-2) Size: 45424 SHA256: 65b0b8954b701aaf93b042b0b0983f19bc0c556ed5c00339b45077432c6943e7 SHA1: 316cd5cae2430bbb64a918bb8471cda1650ab1b6 MD5sum: 21384ee67a31a7571e4404c64e373a83 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_24.8.2-1~bpo12+1_i386.deb Package: libreoffice-base Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 5532 Maintainer: Debian LibreOffice Maintainers Architecture: i386 Replaces: libreoffice-common (<< 1:6.4.2~rc1~) Depends: libreoffice-base-core (= 4:24.8.2-1~bpo12+1), libreoffice-base-drivers (= 4:24.8.2-1~bpo12+1), libreoffice-common (>= 1:7.0.0~alpha~), libreoffice-core (= 4:24.8.2-1~bpo12+1), libreoffice-uiconfig-base (= 4:24.8.2-1~bpo12+1), ucf, libc6 (>= 2.35), libgcc-s1 (>= 3.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), uno-libs-private Recommends: libreoffice-writer, libreoffice-java-common (>= 4:24.8.2~), default-jre (>= 2:1.8) | java-runtime (>= 8) | java8-runtime | jre Suggests: libreoffice-report-builder, python3-access2base, unixodbc Breaks: libreoffice-common (<< 1:6.4.2~rc1~) Size: 1618772 SHA256: 71c65dc252a22c44c4b4cbf589573a76593d54e6e7ab2a6ecb426d04da578a1c SHA1: ce3e213dd129ce80812d051e418d0a70e82bbc92 MD5sum: 8f1f9e6499413df3a41b064f96c398f6 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_24.8.2-1~bpo12+1_i386.deb Package: libreoffice-base-core Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 3285 Maintainer: Debian LibreOffice Maintainers Architecture: i386 Replaces: libreoffice-base-drivers (<< 1:6.1.1~rc1-2) Depends: libreoffice-core-nogui (= 4:24.8.2-1~bpo12+1) | libreoffice-core (= 4:24.8.2-1~bpo12+1), libc6 (>= 2.32), libgcc-s1 (>= 7), 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: 933724 SHA256: 2458bff53e6c88b985394d38f59e62e88f578373ffa830d65d7750f1b721624d SHA1: 35c3036b296c6f15f66c54a7ff4215eb5d4855d0 MD5sum: b1c606fea0c142432742c4add23f0eb5 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_24.8.2-1~bpo12+1_i386.deb Package: libreoffice-base-drivers Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 2352 Maintainer: Debian LibreOffice Maintainers Architecture: i386 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 (>= 7), 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 Recommends: libreoffice-sdbc-hsqldb, libreoffice-sdbc-firebird Suggests: libjtds-java, libreoffice-sdbc-mysql | libmyodbc | libmariadb-java, libreoffice-sdbc-postgresql | odbc-postgresql | libpg-java, libsqliteodbc | tdsodbc | odbc-mdbtools Breaks: libreoffice-base (<< 1:4.3.0-3) Size: 560692 SHA256: ca786edb5e061a4ca0927b702f9a709657970907da48dfb7a1244565d33bd075 SHA1: 5a451c0d5a1eac983fe5015ef2d5aebbf7606bb7 MD5sum: 8377623844880f4e231f45e341dd7113 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: 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_24.8.2-1~bpo12+1_i386.deb Package: libreoffice-base-nogui Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 987 Maintainer: Debian LibreOffice Maintainers Architecture: i386 Replaces: libreoffice-base, libreoffice-common (<< 1:6.4.2~rc1~) Depends: libreoffice-base-core (= 4:24.8.2-1~bpo12+1), libreoffice-base-drivers (= 4:24.8.2-1~bpo12+1), libreoffice-common (>= 1:7.0.0~alpha~), libreoffice-core-nogui (= 4:24.8.2-1~bpo12+1) | libreoffice-core (= 4:24.8.2-1~bpo12+1), ucf, libc6 (>= 2.32), libgcc-s1 (>= 3.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), uno-libs-private Recommends: libreoffice-writer, libreoffice-java-common (>= 4:24.8.2~), default-jre (>= 2:1.8) | java-runtime (>= 8) | java8-runtime | jre Suggests: libreoffice-report-builder, python3-uno, unixodbc Conflicts: libreoffice-base Breaks: libreoffice-common (<< 1:6.4.2~rc1~) Size: 298088 SHA256: fd7469d5f58da975e30fc72d3c26093375417fe0fc14dcd1cd56138887f3c0c2 SHA1: 1573806bd5e363d18b321034f2dafffe1d69f772 MD5sum: 6725334fd21567a780b5ba7b2ad18a87 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_24.8.2-1~bpo12+1_i386.deb Package: libreoffice-calc Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 28825 Maintainer: Debian LibreOffice Maintainers Architecture: i386 Replaces: libreoffice-common (<< 1:6.4.2~rc1~) Depends: libreoffice-base-core (= 4:24.8.2-1~bpo12+1), libreoffice-common (>= 1:7.0.0~alpha~), libreoffice-core (= 4:24.8.2-1~bpo12+1), libreoffice-uiconfig-calc (= 4:24.8.2-1~bpo12+1), lp-solve, debconf (>= 0.5) | debconf-2.0, ucf, coinor-libcoinmp1v5, libc6 (>= 2.35), libetonyek-0.1-1, libgcc-s1 (>= 7), 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 Suggests: ocl-icd-libopencl1 | mesa-opencl-icd | beignet-opencl-icd Breaks: libreoffice-common (<< 1:6.4.2~rc1~) Size: 8595928 SHA256: 8415693e06e0c2eef131699b06d49c98d3c1b197d35c1f40ed545805a092c8ff SHA1: dca633601611b611a604ded7f290198ab5e36fd2 MD5sum: 145af3d1119f33156058a192cad3c53e 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_24.8.2-1~bpo12+1_i386.deb Package: libreoffice-calc-nogui Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 28008 Maintainer: Debian LibreOffice Maintainers Architecture: i386 Replaces: libreoffice-calc, libreoffice-common (<< 1:6.4.2~rc1~) Depends: libreoffice-base-core (= 4:24.8.2-1~bpo12+1), libreoffice-common (>= 1:7.0.0~alpha~), libreoffice-core-nogui (= 4:24.8.2-1~bpo12+1) | libreoffice-core (= 4:24.8.2-1~bpo12+1), libreoffice-uiconfig-calc (= 4:24.8.2-1~bpo12+1), lp-solve, ucf, coinor-libcoinmp1v5, libc6 (>= 2.35), libetonyek-0.1-1, libgcc-s1 (>= 7), 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 Conflicts: libreoffice-calc Breaks: libreoffice-common (<< 1:6.4.2~rc1~) Size: 8371828 SHA256: a09c465a50122d7d1afae52e1c5179eae2087a9296d02f52be4349a6837a1cf9 SHA1: 87ea0777acab784cc9b80e0994f223f58f42e374 MD5sum: 109074a2e03e9a3d0cce123e1372b7a4 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_24.8.2-1~bpo12+1_i386.deb Package: libreoffice-common Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 44528 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:24.8.2-1~bpo12+1), ure, ucf, libnumbertext-data Recommends: poppler-data, xdg-utils, fonts-liberation2 | ttf-mscorefonts-installer, apparmor, python3-uno, libexttextcat-data Suggests: libreoffice-style, python3-scriptforge Conflicts: broffice, libreoffice-base (<< 1:7.0.0~alpha~), libreoffice-base-nogui (<< 1:7.0.0~alpha~), libreoffice-calc (<< 1:7.0.0~alpha~), libreoffice-calc-nogui (<< 1:7.0.0~alpha~), libreoffice-draw (<< 1:7.0.0~alpha~), libreoffice-draw-nogui (<< 1:7.0.0~alpha~), libreoffice-evolution (<< 1:7.0.0~alpha~), libreoffice-filter-mobiledev, libreoffice-gnome (<< 1:7.0.0~alpha~), libreoffice-impress (<< 1:7.0.0~alpha~), libreoffice-impress-nogui (<< 1:7.0.0~alpha~), libreoffice-l10n (<< 7.0), libreoffice-l10n-4.3, libreoffice-l10n-4.4, libreoffice-librelogo (<< 1:7.0.0~alpha~), libreoffice-math (<< 1:7.0.0~alpha~), libreoffice-math-nogui (<< 1:7.0.0~alpha~), libreoffice-report-builder (<< 1:7.0.0~alpha~), libreoffice-sdbc-postgresql (<< 1:7.0.0~alpha~), libreoffice-wiki-publisher (<< 1.2.0+LibO5.4.0~rc2), libreoffice-writer (<< 1:7.0.0~alpha~), libreoffice-writer-nogui (<< 1:7.0.0~alpha~), openoffice.org-unbundled, python3-uno (<< 1:7.0.0~alpha~) Breaks: libreoffice-base (<< 1:6.4.0~beta1-2~), libreoffice-core (>= 4:25.2~), libreoffice-core (<< 4:24.8~), libreoffice-core-nogui (>= 4:25.2~), libreoffice-core-nogui (<< 4:24.8~), libreoffice-evolution (<< 1:7.0.0~alpha), libreoffice-gnome (<< 1:7.0.0~alpha), libreoffice-help (<< 5.4), libreoffice-help-5.2, libreoffice-l10n (<< 7.0), libreoffice-librelogo (<< 1:7.0.0~alpha), libreoffice-report-builder (<< 1:7.0.0~alpha), libreoffice-sdbc-firebird (<< 4:24.2.2-2~), libreoffice-sdbc-mysql (<< 4:24.2.2-2~), libreoffice-sdbc-postgresql (<< 1:7.0.0~alpha), libreoffice-style-andromeda (<< 4:24.8~), libreoffice-style-crystal (>= 4:25.2~), libreoffice-style-crystal (<< 4:24.8~), libreoffice-style-galaxy (>= 4:25.2~), libreoffice-style-galaxy (<< 4:24.8~), libreoffice-style-hicontrast (>= 4:25.2~), libreoffice-style-hicontrast (<< 4:24.8~), libreoffice-style-tango, libreoffice-writer2latex (<< 1.0.2-9), libreoffice-writer2xhtml (<< 1.0.2-9), openclipart-libreoffice (<= 1:0.18+dfsg-17), python3-uno (<< 1:7.0.0~alpha) Size: 19330668 SHA256: 98765e4539b44263e092a56763eee369a75927282a1f5bfbbb3c729fa880ac0a SHA1: 58f8ee789e29dee2c5a3e15ee9151453039d0f83 MD5sum: 1a2ac380ca7d49c623e86191ceda3df9 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-core Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 139964 Maintainer: Debian LibreOffice Maintainers Architecture: i386 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:24.8.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 (>= 7), libglib2.0-0 (>= 2.31.8), libgpgmepp6 (>= 1.18.0), libgraphite2-3 (>= 1.2.2), libgstreamer-plugins-base1.0-0 (>= 1.0.0), libgstreamer1.0-0 (>= 1.4.0), libharfbuzz-icu0 (>= 5.1.0), libharfbuzz0b (>= 5.1.0), libhunspell-1.7-0, libhyphen0 (>= 2.7.1), libice6 (>= 1:1.0.0), libicu72 (>= 72.1~rc-1~), libjpeg62-turbo (>= 1.3.1), liblcms2-2 (>= 2.2+git20110628), libldap-2.5-0 (>= 2.5.4), libmythes-1.2-0, libnspr4 (>= 2:4.9-2~), libnss3 (>= 2:3.16), libnumbertext-1.0-0, libopenjp2-7 (>= 2.2.0), libpng16-16 (>= 1.6.2-1), libpoppler126 (>= 22.12.0), libraptor2-0 (>= 2.0.15), librdf0 (>= 1.0.17), librevenge-0.0-0, libsm6, libstdc++6 (>= 12), libtiff6 (>= 4.0.3), libuno-cppu3 (>= 4.4.0~alpha), libuno-cppuhelpergcc3-3 (>= 1:7.4.0~alpha), libuno-sal3 (>= 1:7.4.0~beta1), libuno-salhelpergcc3-3 (>= 3.6.0~beta), libwebp7 (>= 1.2.4), libx11-6, libx11-xcb1 (>= 2:1.8.4), libxext6, libxinerama1 (>= 2:1.1.4), libxml2 (>= 2.7.4), libxmlsec1 (>= 1.2.35), libxmlsec1-nss (>= 1.2.31), libxrandr2, libxrender1, libxslt1.1 (>= 1.1.25), libzxcvbn0 (>= 0.20150103), libzxing2 (>= 1.4.0), zlib1g (>= 1:1.2.0) Recommends: libpaper-utils, gstreamer1.0-plugins-base, gstreamer1.0-plugins-good, gstreamer1.0-plugins-ugly, gstreamer1.0-plugins-bad, gstreamer1.0-libav Conflicts: libreoffice-avmedia-backend-vlc, libreoffice-base (<< 1:7.0.0~alpha~), libreoffice-calc (<< 1:7.0.0~alpha~), libreoffice-core-nogui, libreoffice-draw (<< 1:7.0.0~alpha~), libreoffice-filter-binfilter, libreoffice-impress (<< 1:7.0.0~alpha~), libreoffice-math (<< 1:7.0.0~alpha~), libreoffice-mysql-connector (<< 1:6.2.0~), libreoffice-report-builder (<< 1:7.0.0~alpha~), libreoffice-writer (<< 1:7.0.0~alpha~) Breaks: browser-plugin-libreoffice, libreoffice-avmedia-backend-gstreamer (<< 4:24.8.2-1~bpo12+1), libreoffice-base (<< 4:24.8.2-1~bpo12+1), libreoffice-calc (<< 4:24.8.2-1~bpo12+1), libreoffice-common (<< 1:5.4.1), libreoffice-dev (<< 4:24.8.2-1~bpo12+1), libreoffice-draw (<< 4:24.8.2-1~bpo12+1), libreoffice-evolution (<< 4:24.8.2-1~bpo12+1), libreoffice-gnome (<< 4:24.8.2-1~bpo12+1), libreoffice-gtk2 (<< 4:24.8.2-1~bpo12+1), libreoffice-gtk3 (<< 4:24.8.2-1~bpo12+1), libreoffice-impress (<< 4:24.8.2-1~bpo12+1), libreoffice-kde4 (<< 4:24.8.2-1~bpo12+1), libreoffice-kde5 (<< 4:24.8.2-1~bpo12+1), libreoffice-kf5 (<< 4:24.8.2-1~bpo12+1), libreoffice-officebean (<< 4:24.8.2-1~bpo12+1), libreoffice-pdfimport (<< 1:5.4~), libreoffice-qt5 (<< 4:24.8.2-1~bpo12+1), libreoffice-writer (<< 4:24.8.2-1~bpo12+1) Size: 38975704 SHA256: 8472d5b0ab25840dbef21f40ecabefc40614541393f9702014d22643f3da2bd3 SHA1: 500bad2c5271d173ec801bbb0744cf6f78c3257e MD5sum: 1444e0350c38144b0452e011fc66809c 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_24.8.2-1~bpo12+1_i386.deb Package: libreoffice-core-nogui Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 127333 Maintainer: Debian LibreOffice Maintainers Architecture: i386 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:24.8.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 (>= 7), libglib2.0-0 (>= 2.31.8), libgpgmepp6 (>= 1.18.0), libgraphite2-3 (>= 1.2.2), libharfbuzz-icu0 (>= 5.1.0), libharfbuzz0b (>= 5.1.0), libhunspell-1.7-0, libhyphen0 (>= 2.7.1), libicu72 (>= 72.1~rc-1~), libjpeg62-turbo (>= 1.3.1), liblcms2-2 (>= 2.2+git20110628), libldap-2.5-0 (>= 2.5.4), libmythes-1.2-0, libnspr4 (>= 2:4.9-2~), libnss3 (>= 2:3.16), libnumbertext-1.0-0, libopenjp2-7 (>= 2.2.0), libpng16-16 (>= 1.6.2-1), libpoppler126 (>= 22.12.0), libraptor2-0 (>= 2.0.15), librdf0 (>= 1.0.17), librevenge-0.0-0, libstdc++6 (>= 12), libtiff6 (>= 4.0.3), libuno-cppu3 (>= 4.4.0~alpha), libuno-cppuhelpergcc3-3 (>= 1:7.4.0~alpha), libuno-sal3 (>= 1:7.3.0~beta1), libuno-salhelpergcc3-3 (>= 3.6.0~beta), libwebp7 (>= 1.2.4), libxml2 (>= 2.7.4), libxmlsec1 (>= 1.2.35), libxmlsec1-nss (>= 1.2.31), libxslt1.1 (>= 1.1.25), libzxcvbn0 (>= 0.20150103), zlib1g (>= 1:1.2.0) Recommends: libpaper-utils Conflicts: libreoffice-avmedia-backend-vlc, libreoffice-core, libreoffice-filter-binfilter, libreoffice-mysql-connector (<< 1:6.2.0~) Breaks: browser-plugin-libreoffice, libreoffice-avmedia-backend-gstreamer (<< 4:24.8.2-1~bpo12+1), libreoffice-base (<< 4:24.8.2-1~bpo12+1), libreoffice-calc, libreoffice-common (<< 1:5.4.1), libreoffice-dev (<< 4:24.8.2-1~bpo12+1), libreoffice-draw (<< 4:24.8.2-1~bpo12+1), libreoffice-evolution (<< 4:24.8.2-1~bpo12+1), libreoffice-gnome (<< 4:24.8.2-1~bpo12+1), libreoffice-gtk2, libreoffice-gtk3, libreoffice-impress (<< 4:24.8.2-1~bpo12+1), libreoffice-kde4, libreoffice-kde5, libreoffice-kf5, libreoffice-officebean (<< 4:24.8.2-1~bpo12+1), libreoffice-pdfimport (<< 1:5.4~), libreoffice-qt5, libreoffice-writer (<< 4:24.8.2-1~bpo12+1) Size: 35028632 SHA256: bfe0deeea553ec9d56482eeb4402fa5f013617caf02af89119e3482f5e4b169c SHA1: 8a0539a2121a070f128fbdf7ee9f5ac29e3bcdb8 MD5sum: dfdc711293edca2dea88a31d5d77ae00 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_24.8.2-1~bpo12+1_i386.deb Package: libreoffice-dev Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 925 Maintainer: Debian LibreOffice Maintainers Architecture: i386 Replaces: libreoffice-dev-common (<< 1:5.4.1~) Depends: libreoffice-core-nogui (= 4:24.8.2-1~bpo12+1) | libreoffice-core (= 4:24.8.2-1~bpo12+1), libreoffice-dev-common (= 4:24.8.2-1~bpo12+1), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 11), libuno-sal3 (>= 4.1.0~alpha), libuno-salhelpergcc3-3 (>= 1.4.0) Recommends: g++, libreofficekit-dev, libreoffice-java-common (>= 4:24.8.2~), default-jre (>= 2:1.8) | java-runtime (>= 8) | java8-runtime | jre Suggests: libmythes-dev, libreoffice-dev-doc Conflicts: libreoffice (<< 1:5.2.5-2~), libreoffice-dev-doc (<< 1:5.2.5-2~) Breaks: libreoffice-dev-common (<< 1:5.4.1~) Size: 290328 SHA256: 89e38452f2a8400878731d125440fceae56be5af0b01237d833d7d732929de75 SHA1: cf62b664b1002020726350625df92540eb50369a MD5sum: b83d4a29c4992930d6d3ade5c852bf5a 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_24.8.2-1~bpo12+1_i386.deb Package: libreoffice-dev-common Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 2311 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: 280572 SHA256: b251f4945b2ca393b2f6f99ff9123ef2f3e8081a207694266489d5b75dccfab6 SHA1: 94a1f8dc21ede7245df7ff0f12b7b1a82cdf7e15 MD5sum: 6256efee49034fa40a5584a9f8265b8b 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-dev-doc Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 561467 Maintainer: Debian LibreOffice Maintainers Architecture: all Recommends: libreoffice-dev (= 4:24.8.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: 193171652 SHA256: 051128882f62cb64de67f0f5fb3931b7a45181ec1bdd93938f455776f609d100 SHA1: 5e16df1d68c046e3030f2834cc0060170f3e10c4 MD5sum: 8ada47b9c718cc9cb5c81c4694fd0772 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-dev-gui Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 111 Maintainer: Debian LibreOffice Maintainers Architecture: i386 Replaces: libreoffice-dev (<< 1:7.0.0~) Depends: libreoffice-core (= 4:24.8.2-1~bpo12+1), libreoffice-dev (= 4:24.8.2-1~bpo12+1), libreoffice-dev-common (= 4:24.8.2-1~bpo12+1), libc6 (>= 2.34), libgcc-s1 (>= 3.0), 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: 55856 SHA256: 6863a5fd796d81e565cd2ab35e83aeb81969ae81891e4762394b3f719511056b SHA1: 3afcbff2473d4c56c00fea358664134914fdff7f MD5sum: 8383e2945d96b001f482946dc8eb9af1 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_24.8.2-1~bpo12+1_i386.deb Package: libreoffice-draw Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 11432 Maintainer: Debian LibreOffice Maintainers Architecture: i386 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-common (>= 1:7.0.0~alpha~), libreoffice-core (= 4:24.8.2-1~bpo12+1), libreoffice-uiconfig-draw (= 4:24.8.2-1~bpo12+1), libreoffice-uiconfig-impress (= 4:24.8.2-1~bpo12+1), ucf, 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 (>= 7), 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 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: 3280084 SHA256: a0684177629c1e8e64989e938d868a454bf1d75352ec76eb7d96a09152f639e2 SHA1: 3a62d851b21667795ede88120257452f0a7c403f MD5sum: bdb873c402c84976ad085d0e6a3731bc 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_24.8.2-1~bpo12+1_i386.deb Package: libreoffice-draw-nogui Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 9794 Maintainer: Debian LibreOffice Maintainers Architecture: i386 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-common (>= 1:7.0.0~alpha~), libreoffice-core-nogui (= 4:24.8.2-1~bpo12+1) | libreoffice-core (= 4:24.8.2-1~bpo12+1), libreoffice-uiconfig-draw (= 4:24.8.2-1~bpo12+1), libreoffice-uiconfig-impress (= 4:24.8.2-1~bpo12+1), ucf, libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libc6 (>= 2.35), libcdr-0.1-1, libfreehand-0.1-1, libgcc-s1 (>= 4.2), 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 Conflicts: libreoffice-draw Breaks: libreoffice-common (<< 1:6.4.2~rc1~), libreoffice-impress (<< 1:5.2.0-2) Size: 2838148 SHA256: e92ba28d669bf615c189d1dca7faee5772f8396b003e8d4027440456cf5df30f SHA1: 740e5dbafccec6f2aaacac04d6897385a16e042f MD5sum: cd0954aa42970a06fb4b325d45361cba 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_24.8.2-1~bpo12+1_i386.deb Package: libreoffice-evolution Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 394 Maintainer: Debian LibreOffice Maintainers Architecture: i386 Replaces: libreoffice-common (= 4:24.2.1-3) Depends: libreoffice-base, libreoffice-common (>= 1:7.0.0~alpha~), libreoffice-core (= 4:24.8.2-1~bpo12+1), libebook-1.2-21, ucf, libc6 (>= 2.32), libgcc-s1 (>= 3.0), 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 Recommends: evolution Size: 122400 SHA256: 177af94c041747c01609c317ea4e14bdab1b460735d700e5a287e8351044c09e SHA1: 08b4731ef6ac03edb487f21e10f08a028fdadc9a MD5sum: 09b84db1fcf57f221a5c5d0bb777704c 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_24.8.2-1~bpo12+1_i386.deb Package: libreoffice-gnome Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 278 Maintainer: Debian LibreOffice Maintainers Architecture: i386 Replaces: libreoffice-gtk (<< 1:5.0.0~rc2-1), libreoffice-gtk3 (<< 1:7.2.0~) Provides: libreoffice-gtk-gnome Depends: libreoffice-common (>= 1:7.0.0~alpha~), libreoffice-core (= 4:24.8.2-1~bpo12+1), ucf, libc6 (>= 2.32), libgcc-s1 (>= 3.0), libglib2.0-0 (>= 2.37.3), libstdc++6 (>= 5), 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 Recommends: libreoffice-style-elementary, libreoffice-gtk3 Suggests: libreoffice-evolution, seahorse Enhances: libreoffice Conflicts: libreoffice-gtk3 (<< 1:7.2.0~) Size: 99320 SHA256: c6b558c2eebc715a0f2ccffacdb2d74a10169e7fa8515325b897716fb91ac6e7 SHA1: 88a1a1af901b06363d3ebd9d89af156a239d23b3 MD5sum: d1e909323bc2276ccb89c055aa19321e 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_24.8.2-1~bpo12+1_i386.deb Package: libreoffice-gtk3 Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 1896 Maintainer: Debian LibreOffice Maintainers Architecture: i386 Depends: libreoffice-core (= 4:24.8.2-1~bpo12+1), libatk1.0-0 (>= 2.11.90), libc6 (>= 2.34), libcairo2 (>= 1.12.0), libepoxy0 (>= 1.0), libgcc-s1 (>= 3.0), 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 (>= 1:7.4.0~alpha), libuno-sal3 (>= 1:7.3.0~beta1), libx11-6, uno-libs-private Recommends: gstreamer1.0-gtk3 Suggests: libreofficekit-data Enhances: libreoffice Size: 520744 SHA256: a1e55211e59d39b0d19d3848dc0445bb80cf1ba6ca77f548c9d73f124c0a44d0 SHA1: 8f14f424b9167d803acb2a560bdeb77c0a12437c MD5sum: 40489c414e2fa49c4016243abe05b748 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_24.8.2-1~bpo12+1_i386.deb Package: libreoffice-gtk4 Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 1774 Maintainer: Debian LibreOffice Maintainers Architecture: i386 Replaces: libreoffice-core (<< 4:7.6.0~rc2) Depends: libreoffice-core (= 4:24.8.2-1~bpo12+1), libc6 (>= 2.34), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.12.0), libepoxy0 (>= 1.0), libgcc-s1 (>= 3.0), 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: 469196 SHA256: 655ce0ad177c718504c870b051ef4a64bd0691d107dea23dd76e8cf52342ee77 SHA1: 6d2743f6810b2ddf09a1a6dc2eea7f7eabc73b62 MD5sum: 5cbe1c4711526a62229d8aff2feee967 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.2-1~bpo12+1_i386.deb Package: libreoffice-help-ca Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 63585 Maintainer: Debian LibreOffice Maintainers Architecture: all Replaces: libreoffice-help-common (<< 1:6.4.1~rc1) Provides: libreoffice-help (= 24.8) Depends: libreoffice-common (>= 1:6.1.0~), libreoffice-l10n-ca, libreoffice-help-common (= 4:24.8.2-1~bpo12+1) Recommends: libreoffice-core (>> 4:24.8.2), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 5068720 SHA256: 414fc93b691d2e314f1b9e7fb32a2f5d6ff8085376cddc3798bc375d50027313 SHA1: 00b9085a6e08b3d24851881c2c8523ff684ebe33 MD5sum: 8e4b0faeb776d2f5d656b2a7a7198916 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-help-common Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 14915 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: 4193648 SHA256: 97d8b9f8426645963fcc508d93713d658da83b6bb507a78600ec0f94eac60832 SHA1: f2d2c29fad56065df2d6a400b8f7fb01bc511209 MD5sum: f48efb4a3feddd962d28cbbac3902f58 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-help-cs Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 31542 Maintainer: Debian LibreOffice Maintainers Architecture: all Replaces: libreoffice-help-common (<< 1:6.4.1~rc1) Provides: libreoffice-help (= 24.8) Depends: libreoffice-common (>= 1:6.1.0~), libreoffice-l10n-cs, libreoffice-help-common (= 4:24.8.2-1~bpo12+1) Recommends: libreoffice-core (>> 4:24.8.2), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2660256 SHA256: f1f71a5f5c72c92e4822b5ac4a8f6d6dccb3a5182e004a7fb93fbf0a06c91c7f SHA1: 5b3fccc96bb9f2824d98ef8f2d1fc9220fb6807f MD5sum: 0670706b1489d6e00598bd948c454737 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-help-da Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 31463 Maintainer: Debian LibreOffice Maintainers Architecture: all Replaces: libreoffice-help-common (<< 1:6.4.1~rc1) Provides: libreoffice-help (= 24.8) Depends: libreoffice-common (>= 1:6.1.0~), libreoffice-l10n-da, libreoffice-help-common (= 4:24.8.2-1~bpo12+1) Recommends: libreoffice-core (>> 4:24.8.2), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2670532 SHA256: ab184ed11edbb7dd2c9984d5903f95bc6eddae1890bfb66651a8f8ee1398202d SHA1: 4f0545a95acb60aa8573d3bd025abc8155f3062b MD5sum: f2fea17539cbf03565136bbf8efca177 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-help-de Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 32312 Maintainer: Debian LibreOffice Maintainers Architecture: all Replaces: libreoffice-help-common (<< 1:6.4.1~rc1) Provides: libreoffice-help (= 24.8) Depends: libreoffice-common (>= 1:6.1.0~), libreoffice-l10n-de, libreoffice-help-common (= 4:24.8.2-1~bpo12+1) Recommends: libreoffice-core (>> 4:24.8.2), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2704940 SHA256: 34c14761f19c5359cf93e33ac1a1249b70affa881f46b006a9c777be3ede4d67 SHA1: 5618c28228867f401068f5b01c4c9b34e53e84fa MD5sum: 15031c2897169542d411f0a2396b8d0e 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-help-dz Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 35745 Maintainer: Debian LibreOffice Maintainers Architecture: all Replaces: libreoffice-help-common (<< 1:6.4.1~rc1) Provides: libreoffice-help (= 24.8) Depends: libreoffice-common (>= 1:6.1.0~), libreoffice-l10n-dz, libreoffice-help-common (= 4:24.8.2-1~bpo12+1) Recommends: libreoffice-core (>> 4:24.8.2), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2724740 SHA256: bcf2d1b918e8bd10b8e283e34b717a31b6843f171dbd95f359d45e3629a0ba33 SHA1: 4d2800d78aba24f0fa20f4603a5abf19f480c692 MD5sum: 2eeb282483ef35c509b858236588dcd4 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-help-el Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 37498 Maintainer: Debian LibreOffice Maintainers Architecture: all Replaces: libreoffice-help-common (<< 1:6.4.1~rc1) Provides: libreoffice-help (= 24.8) Depends: libreoffice-common (>= 1:6.1.0~), libreoffice-l10n-el, libreoffice-help-common (= 4:24.8.2-1~bpo12+1) Recommends: libreoffice-core (>> 4:24.8.2), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2922216 SHA256: c6c52b4a835966e307e5abaede1cad17795b4ff6f95b856160ba47d0757951de SHA1: 05eaf272276d3f8d117636b2191ed3d2b61cef7a MD5sum: 587a1de245b1029240e01022ddb481e2 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-help-en-gb Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 31198 Maintainer: Debian LibreOffice Maintainers Architecture: all Replaces: libreoffice-help-common (<< 1:6.4.1~rc1) Provides: libreoffice-help (= 24.8) Depends: libreoffice-common (>= 1:6.1.0~), libreoffice-l10n-en-gb, libreoffice-help-common (= 4:24.8.2-1~bpo12+1) Recommends: libreoffice-core (>> 4:24.8.2), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2532892 SHA256: 44489ac41a83a1bc4ace3cb28bc2c812785c6b65e84b560cef0ce72bdbe7f620 SHA1: f92353ddaf702a3c76164b7eb2984eedabca1680 MD5sum: 394257104fb73ec688ab1b4607ad68d2 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-help-en-us Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 30387 Maintainer: Debian LibreOffice Maintainers Architecture: all Replaces: libreoffice-help-common (<< 1:6.4.1~rc1) Provides: libreoffice-help (= 24.8) Depends: libreoffice-common (>= 1:6.1.0~), libreoffice-l10n-en-us, libreoffice-help-common (= 4:24.8.2-1~bpo12+1) Recommends: libreoffice-core (>> 4:24.8.2), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 1937260 SHA256: 5c7b7e7129d41f9eaac2d861b79d232b72500ec38e0b3302edeca8cc851c6d77 SHA1: beed564fb9bd259c782b6e93fd3e14170a80fb02 MD5sum: 5a2fb00f975f1527e9613ac8518a4533 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-help-es Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 31938 Maintainer: Debian LibreOffice Maintainers Architecture: all Replaces: libreoffice-help-common (<< 1:6.4.1~rc1) Provides: libreoffice-help (= 24.8) Depends: libreoffice-common (>= 1:6.1.0~), libreoffice-l10n-es, libreoffice-help-common (= 4:24.8.2-1~bpo12+1) Recommends: libreoffice-core (>> 4:24.8.2), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2712028 SHA256: 0a563cd59626b52641412a40bd390b83f6199e8b22520d348cb2c2e08e69f336 SHA1: 41e88f511ba171e490f87c9021cf0ee5939c6293 MD5sum: 5fd5aeac4a51b3d0b4dd2e18609ebb15 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-help-et Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 31171 Maintainer: Debian LibreOffice Maintainers Architecture: all Replaces: libreoffice-help-common (<< 1:6.4.1~rc1) Provides: libreoffice-help (= 24.8) Depends: libreoffice-common (>= 1:6.1.0~), libreoffice-l10n-et, libreoffice-help-common (= 4:24.8.2-1~bpo12+1) Recommends: libreoffice-core (>> 4:24.8.2), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2638360 SHA256: 1a58f27775bbce7fb658a1fbec295b8a104021b94609f7d8a08b11cc6c238080 SHA1: ad16ddc2b414b5daca95eeed0cda9457fedd8df6 MD5sum: 93059fcec55de73c4ab4189245d0e75a 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-help-eu Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 31600 Maintainer: Debian LibreOffice Maintainers Architecture: all Replaces: libreoffice-help-common (<< 1:6.4.1~rc1) Provides: libreoffice-help (= 24.8) Depends: libreoffice-common (>= 1:6.1.0~), libreoffice-l10n-eu, libreoffice-help-common (= 4:24.8.2-1~bpo12+1) Recommends: libreoffice-core (>> 4:24.8.2), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2637456 SHA256: 1299f004e021a224febad99a5a0d94017715aa82d470e1ab79e1f720d7515345 SHA1: 089a4c2ad46464add506856f8a96a92456d2b3c6 MD5sum: b5e6853ad50372a2b784c509fd27dfae 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-help-fi Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 31337 Maintainer: Debian LibreOffice Maintainers Architecture: all Replaces: libreoffice-help-common (<< 1:6.4.1~rc1) Provides: libreoffice-help (= 24.8) Depends: libreoffice-common (>= 1:6.1.0~), libreoffice-l10n-fi, libreoffice-help-common (= 4:24.8.2-1~bpo12+1) Recommends: libreoffice-core (>> 4:24.8.2), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2654796 SHA256: 650077b45c4017434ce09ba915e722e75a76bc349174a73068313e125c5ab6b2 SHA1: ac304282b78f676491f2d8892af55d1827d3642c MD5sum: 63fce71c126ba1eb4f3e1b2922836a8d 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-help-fr Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 32441 Maintainer: Debian LibreOffice Maintainers Architecture: all Replaces: libreoffice-help-common (<< 1:6.4.1~rc1) Provides: libreoffice-help (= 24.8) Depends: libreoffice-common (>= 1:6.1.0~), libreoffice-l10n-fr, libreoffice-help-common (= 4:24.8.2-1~bpo12+1) Recommends: libreoffice-core (>> 4:24.8.2), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2675644 SHA256: 5f229d61aea25f56f6aaa2be23d650f9a53e2ea946fab949381c6f2b2341d6a6 SHA1: 4a464a8a5e34502dc8749eebf93a0cc1da119011 MD5sum: b9cc0a936a3dff465bb7aadeef74a94f 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-help-gl Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 31446 Maintainer: Debian LibreOffice Maintainers Architecture: all Replaces: libreoffice-help-common (<< 1:6.4.1~rc1) Provides: libreoffice-help (= 24.8) Depends: libreoffice-common (>= 1:6.1.0~), libreoffice-l10n-gl, libreoffice-help-common (= 4:24.8.2-1~bpo12+1) Recommends: libreoffice-core (>> 4:24.8.2), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2666644 SHA256: ff3fdf9e558853afa9d67140feeade8419e82a240f6668e26af68f1d9a2d58cc SHA1: 760d100044a0c60b9f01957ad7b7b7706f06a686 MD5sum: 6ca23e7feb64347244e47a992e15e29a 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-help-hi Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 31587 Maintainer: Debian LibreOffice Maintainers Architecture: all Replaces: libreoffice-help-common (<< 1:6.4.1~rc1) Provides: libreoffice-help (= 24.8) Depends: libreoffice-common (>= 1:6.1.0~), libreoffice-l10n-hi, libreoffice-help-common (= 4:24.8.2-1~bpo12+1) Recommends: libreoffice-core (>> 4:24.8.2), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2610672 SHA256: 6d70214d2740f5e684bd391704d6ce8f75a58f03463c5e9abf872e00429e7a02 SHA1: 21eaf21b1f6a4773190ffa39d59548d9da57ba26 MD5sum: 0a3919c47d6a30002c8cae4bb2188611 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-help-hu Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 31938 Maintainer: Debian LibreOffice Maintainers Architecture: all Replaces: libreoffice-help-common (<< 1:6.4.1~rc1) Provides: libreoffice-help (= 24.8) Depends: libreoffice-common (>= 1:6.1.0~), libreoffice-l10n-hu, libreoffice-help-common (= 4:24.8.2-1~bpo12+1) Recommends: libreoffice-core (>> 4:24.8.2), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2768460 SHA256: ed45a9dfd5e94075f43ab4f70bf6eba81bbd6aa6c1bac15fcff77ee711c5236a SHA1: eac2b0db1f87240fac6ce1f5593d747198dbe5e0 MD5sum: 3a61bc972f90c9126592211199caa40c 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-help-id Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 31200 Maintainer: Debian LibreOffice Maintainers Architecture: all Replaces: libreoffice-help-common (<< 1:6.4.1~rc1) Provides: libreoffice-help (= 24.8) Depends: libreoffice-common (>= 1:6.1.0~), libreoffice-l10n-id, libreoffice-help-common (= 4:24.8.2-1~bpo12+1) Recommends: libreoffice-core (>> 4:24.8.2), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2618040 SHA256: cbbf286015221274c9abcbb18fcd2f684ed5db266e42a36c3a15de57ba89f997 SHA1: 775616b072ce0a21f53d0bc8c0f0ee83f0626731 MD5sum: 55050addd130a0215d92a817c22dc6c7 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-help-it Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 32120 Maintainer: Debian LibreOffice Maintainers Architecture: all Replaces: libreoffice-help-common (<< 1:6.4.1~rc1) Provides: libreoffice-help (= 24.8) Depends: libreoffice-common (>= 1:6.1.0~), libreoffice-l10n-it, libreoffice-help-common (= 4:24.8.2-1~bpo12+1) Recommends: libreoffice-core (>> 4:24.8.2), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2647424 SHA256: eddf1defab1f8b928d768720a6bbd9e8ae6cebed60935eaaeaf5882d4e7692fd SHA1: 1dfd2c550973d3839742833fd9e4a71d26cebd1c MD5sum: 1ea20f4247bc83e7568ab35866f060ab 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-help-ja Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 32490 Maintainer: Debian LibreOffice Maintainers Architecture: all Replaces: libreoffice-help-common (<< 1:6.4.1~rc1) Provides: libreoffice-help (= 24.8) Depends: libreoffice-common (>= 1:6.1.0~), libreoffice-l10n-ja, libreoffice-help-common (= 4:24.8.2-1~bpo12+1) Recommends: libreoffice-core (>> 4:24.8.2), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2970816 SHA256: 6512d94f5a33399c57d9e035784c7dd1efe47ae04241e0a07219cc7edb7a62d3 SHA1: 192fb68cf96fae6c60cddd38a278b3d689f68a75 MD5sum: 193180755f04750f58c7da11e8787e86 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-help-km Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 35315 Maintainer: Debian LibreOffice Maintainers Architecture: all Replaces: libreoffice-help-common (<< 1:6.4.1~rc1) Provides: libreoffice-help (= 24.8) Depends: libreoffice-common (>= 1:6.1.0~), libreoffice-l10n-km, libreoffice-help-common (= 4:24.8.2-1~bpo12+1) Recommends: libreoffice-core (>> 4:24.8.2), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2809112 SHA256: fecac2b6ec0cdccbf12396e3cc5bb01386f49c4d6006d936bc193bb4a9dcd3c2 SHA1: 35030a0255fb25a7350cbf1062f1c4e631448923 MD5sum: c70f0772961c90a6f88805d7e03808fb 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-help-ko Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 31455 Maintainer: Debian LibreOffice Maintainers Architecture: all Replaces: libreoffice-help-common (<< 1:6.4.1~rc1) Provides: libreoffice-help (= 24.8) Depends: libreoffice-common (>= 1:6.1.0~), libreoffice-l10n-ko, libreoffice-help-common (= 4:24.8.2-1~bpo12+1) Recommends: libreoffice-core (>> 4:24.8.2), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2657072 SHA256: 313bd7e766d595203855aee4e1b1da2e87944571c68858fb63ce9705de2a0866 SHA1: 785a2bff9037cd285a2b56372ff6a40b54a8d0e8 MD5sum: bf7bdf441260ba568cef1e97f20e488c 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-help-nl Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 31871 Maintainer: Debian LibreOffice Maintainers Architecture: all Replaces: libreoffice-help-common (<< 1:6.4.1~rc1) Provides: libreoffice-help (= 24.8) Depends: libreoffice-common (>= 1:6.1.0~), libreoffice-l10n-nl, libreoffice-help-common (= 4:24.8.2-1~bpo12+1) Recommends: libreoffice-core (>> 4:24.8.2), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2672868 SHA256: efc5f04ae821cd33a3c16d5c053e886f04e6848399eb098c64a830ea7e4f207c SHA1: 493b128a628ba7cc72d867b6694ef21a5f0988c9 MD5sum: 693d0a539ad2abf644e53d5cac7fbc46 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-help-om Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 31243 Maintainer: Debian LibreOffice Maintainers Architecture: all Replaces: libreoffice-help-common (<< 1:6.4.1~rc1) Provides: libreoffice-help (= 24.8) Depends: libreoffice-common (>= 1:6.1.0~), libreoffice-l10n-om, libreoffice-help-common (= 4:24.8.2-1~bpo12+1) Recommends: libreoffice-core (>> 4:24.8.2), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2667692 SHA256: dd0cf698f5c0624dce12c73e0f185e35510d5bef032c335ab1a2218b6c11e151 SHA1: fd2f556f063eed28621051497d41dde96f5aad31 MD5sum: 736eab209d484d9c7d4bc79d17c87e4c 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-help-pl Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 31893 Maintainer: Debian LibreOffice Maintainers Architecture: all Replaces: libreoffice-help-common (<< 1:6.4.1~rc1) Provides: libreoffice-help (= 24.8) Depends: libreoffice-common (>= 1:6.1.0~), libreoffice-l10n-pl, libreoffice-help-common (= 4:24.8.2-1~bpo12+1) Recommends: libreoffice-core (>> 4:24.8.2), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2724764 SHA256: b4bd76588f9f9363b7122287dc7cff6c41811de05bd1d51ad72a54a9c2299ee1 SHA1: 284b88f92f730f9738589247c13b2c2b1f193fa1 MD5sum: c8cb95abb9ad168ba544aaa7ecf6e97f 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-help-pt Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 31650 Maintainer: Debian LibreOffice Maintainers Architecture: all Replaces: libreoffice-help-common (<< 1:6.4.1~rc1) Provides: libreoffice-help (= 24.8) Depends: libreoffice-common (>= 1:6.1.0~), libreoffice-l10n-pt, libreoffice-help-common (= 4:24.8.2-1~bpo12+1) Recommends: libreoffice-core (>> 4:24.8.2), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2660484 SHA256: 4753ca8f997ba31f9d0e6fa19ebbcddbc3c2ac624281e1f8dc97340f182baff3 SHA1: 05fc4ea2045051cb5360f81972226cb39f820ba6 MD5sum: c5efd66ea18f94720e49150540b4de8f 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-help-pt-br Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 32005 Maintainer: Debian LibreOffice Maintainers Architecture: all Replaces: libreoffice-help-common (<< 1:6.4.1~rc1) Provides: libreoffice-help (= 24.8) Depends: libreoffice-common (>= 1:6.1.0~), libreoffice-l10n-pt-br, libreoffice-help-common (= 4:24.8.2-1~bpo12+1) Recommends: libreoffice-core (>> 4:24.8.2), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2648168 SHA256: 3004989042927a16118c14a09aea98dce47b9d30d40f85db827958b5c7cea45c SHA1: 83585618026d915b249937d62d4041f76d29f2d4 MD5sum: 5802d641bcbf68bc2448b5fe8fbb0cb9 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-help-ru Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 33648 Maintainer: Debian LibreOffice Maintainers Architecture: all Replaces: libreoffice-help-common (<< 1:6.4.1~rc1) Provides: libreoffice-help (= 24.8) Depends: libreoffice-common (>= 1:6.1.0~), libreoffice-l10n-ru, libreoffice-help-common (= 4:24.8.2-1~bpo12+1) Recommends: libreoffice-core (>> 4:24.8.2), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2772320 SHA256: 79e04db65de5eadac6d5f9bc4b181c410eb9b067eae6b96657063d2dcd2b3da0 SHA1: f771dd0b4d8d9995e5f0dd7390b76c740f929283 MD5sum: 8d0787fa53d635555f2bc8873e4552df 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-help-sk Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 70 Maintainer: Debian LibreOffice Maintainers Architecture: all Replaces: libreoffice-help-common (<< 1:6.4.1~rc1) Provides: libreoffice-help (= 24.8) Depends: libreoffice-common (>= 1:6.1.0~), libreoffice-help-cs, libreoffice-l10n-sk, libreoffice-help-common (= 4:24.8.2-1~bpo12+1) Recommends: libreoffice-core (>> 4:24.8.2), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 39440 SHA256: 1b6df7b13517abd3aeddfc969830f5b511847e3d139b3b22315f264e48e52c02 SHA1: ae483b3adfdc1bf55ce85332f4a3840e841aede0 MD5sum: f22e1b0e3937e6466342fb642db54607 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-help-sl Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 31458 Maintainer: Debian LibreOffice Maintainers Architecture: all Replaces: libreoffice-help-common (<< 1:6.4.1~rc1) Provides: libreoffice-help (= 24.8) Depends: libreoffice-common (>= 1:6.1.0~), libreoffice-l10n-sl, libreoffice-help-common (= 4:24.8.2-1~bpo12+1) Recommends: libreoffice-core (>> 4:24.8.2), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2647060 SHA256: 455b23a5ad14c25196c5b21170933b8de801141e7a8649dfe7bc5559008b9ed7 SHA1: 0f212fb245570af8bafa7bf20f8581235089cfc9 MD5sum: 5d907424010c0aa47520e87f4c1a9878 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-help-sv Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 31305 Maintainer: Debian LibreOffice Maintainers Architecture: all Replaces: libreoffice-help-common (<< 1:6.4.1~rc1) Provides: libreoffice-help (= 24.8) Depends: libreoffice-common (>= 1:6.1.0~), libreoffice-l10n-sv, libreoffice-help-common (= 4:24.8.2-1~bpo12+1) Recommends: libreoffice-core (>> 4:24.8.2), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2649740 SHA256: 12f38665d2bd84c365ae49db3e7c72a267b4afc484df141ffa62e423965e7d18 SHA1: 562b9f441b7cf4c76b9bb41d79efca54301f9766 MD5sum: d09d3d90278f7955239572885ad77b36 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-help-tr Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 31535 Maintainer: Debian LibreOffice Maintainers Architecture: all Replaces: libreoffice-help-common (<< 1:6.4.1~rc1) Provides: libreoffice-help (= 24.8) Depends: libreoffice-common (>= 1:6.1.0~), libreoffice-l10n-tr, libreoffice-help-common (= 4:24.8.2-1~bpo12+1) Recommends: libreoffice-core (>> 4:24.8.2), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2692032 SHA256: 0bc655955573ecec6f521afce4e702e7c2fd86b37da04c5565c58a89df978eeb SHA1: 9a9d9ade7f19e5e01814f8ec6898112efef70b88 MD5sum: 4ef27f0ba96384a287ad1752f2ba39da 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-help-vi Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 31631 Maintainer: Debian LibreOffice Maintainers Architecture: all Replaces: libreoffice-help-common (<< 1:6.4.1~rc1) Provides: libreoffice-help (= 24.8) Depends: libreoffice-common (>= 1:6.1.0~), libreoffice-l10n-vi, libreoffice-help-common (= 4:24.8.2-1~bpo12+1) Recommends: libreoffice-core (>> 4:24.8.2), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2618588 SHA256: 67aa39e202d9d292822aaff7c0a7d845add7fa4223f0f441f5ac9ffd6f675b67 SHA1: 396f454c0d6f9ac3a3fe159a9fbdaf78811fc7b1 MD5sum: 53fa29d0efc7f82a5015eb157387e480 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-help-zh-cn Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 31125 Maintainer: Debian LibreOffice Maintainers Architecture: all Replaces: libreoffice-help-common (<< 1:6.4.1~rc1) Provides: libreoffice-help (= 24.8) Depends: libreoffice-common (>= 1:6.1.0~), libreoffice-l10n-zh-cn, libreoffice-help-common (= 4:24.8.2-1~bpo12+1) Recommends: libreoffice-core (>> 4:24.8.2), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2748940 SHA256: f7980251654d069892bda4e672905a4a2c3c8f194b50b53f49bc0e1e43927896 SHA1: 39fc6af68096299c4a41588b1f1313b39f0902e7 MD5sum: a96b66ff53cc76e59b21950e178501b3 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-help-zh-tw Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 31237 Maintainer: Debian LibreOffice Maintainers Architecture: all Replaces: libreoffice-help-common (<< 1:6.4.1~rc1) Provides: libreoffice-help (= 24.8) Depends: libreoffice-common (>= 1:6.1.0~), libreoffice-l10n-zh-tw, libreoffice-help-common (= 4:24.8.2-1~bpo12+1) Recommends: libreoffice-core (>> 4:24.8.2), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2779044 SHA256: 061e839b1332808e66c23043603c3b1f1287518beda1899e9df03e9161f068a3 SHA1: feb7340ee71588b2aff648f6d3986ce141a52fd6 MD5sum: 3ba88409fdb1ab784c14ce2bf105fcec 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-impress Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 2909 Maintainer: Debian LibreOffice Maintainers Architecture: i386 Replaces: libreoffice-common (<< 1:6.4.2~rc1~), libreoffice-ogltrans (<< 1:6.1.4-2~) Provides: libreoffice-ogltrans Depends: libreoffice-common (>= 1:7.0.0~alpha~), libreoffice-core (= 4:24.8.2-1~bpo12+1), libreoffice-draw (= 4:24.8.2-1~bpo12+1), libreoffice-uiconfig-impress (= 4:24.8.2-1~bpo12+1), ucf, libbox2d2 (>= 2.4.1), libc6 (>= 2.32), libepoxy0 (>= 1.0), libetonyek-0.1-1, libgcc-s1 (>= 7), 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 (>= 4.0.0~alpha), libuno-sal3 (>= 1:7.3.0~beta1), libuno-salhelpergcc3-3 (>= 1.4.0), uno-libs-private Suggests: bluez Conflicts: libreoffice-ogltrans (<< 1:6.1.4-2~) Breaks: libreoffice-common (<< 1:6.4.2~rc1~) Size: 814852 SHA256: d4e1e077060064068249e0a04eb0d386e05ded6b243eae97be500c8da0f714d6 SHA1: 144fd0484ec64d0bc3ce0a6548eb3bd234bfcab0 MD5sum: e9a906580411e93823bd9683a478f4dd 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_24.8.2-1~bpo12+1_i386.deb Package: libreoffice-impress-nogui Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 2624 Maintainer: Debian LibreOffice Maintainers Architecture: i386 Replaces: libreoffice-common (<< 1:6.4.2~rc1~), libreoffice-impress Depends: libreoffice-common (>= 1:7.0.0~alpha~), libreoffice-core-nogui (= 4:24.8.2-1~bpo12+1) | libreoffice-core (= 4:24.8.2-1~bpo12+1), libreoffice-draw-nogui (= 4:24.8.2-1~bpo12+1) | libreoffice-draw (= 4:24.8.2-1~bpo12+1), libreoffice-uiconfig-impress (= 4:24.8.2-1~bpo12+1), ucf, libbox2d2 (>= 2.4.1), libc6 (>= 2.32), libetonyek-0.1-1, libgcc-s1 (>= 7), 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 (>= 4.0.0~alpha), libuno-sal3 (>= 1:7.3.0~beta1), libuno-salhelpergcc3-3 (>= 1.4.0), uno-libs-private Suggests: bluez Conflicts: libreoffice-impress, libreoffice-ogltrans (<< 1:6.1.4-2~) Breaks: libreoffice-common (<< 1:6.4.2~rc1~) Size: 689992 SHA256: fe459274658df1548558e76f6d2893cedc66c9f8da5298b20b99f68cf68f2bc8 SHA1: 9e9db5f81e80baf751050c86ee497e437ee89e4b MD5sum: 039c4a0ebfeb942116202b78377e9ee5 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_24.8.2-1~bpo12+1_i386.deb Package: libreoffice-java-common Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 782 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: 663880 SHA256: bafbda1c58bc2f9dadc1bd49254ee7bfd3607f3d0799f4b0777274ba14c029a0 SHA1: 4944d1d2d85d5585c2eb1999f43c0c3b8b824aab MD5sum: a26021c50779dc0908783b16851f4511 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-kf5 Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 132 Maintainer: Debian LibreOffice Maintainers Architecture: i386 Replaces: libreoffice-kde (<< 1:6.1.0~alpha1-1) Depends: libreoffice-core (= 4:24.8.2-1~bpo12+1), libreoffice-qt5 (= 4:24.8.2-1~bpo12+1), kio, libc6 (>= 2.4), libgcc-s1 (>= 3.0), 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: 56796 SHA256: f67ba37296fa304dc0f2241b0ded33840fb72b39eaa65f589493a36c1789e16b SHA1: cd5b98919096b09595606c8941043483e12f03db MD5sum: efffcad1269c8d578999625cb29481c6 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_24.8.2-1~bpo12+1_i386.deb Package: libreoffice-l10n-af Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 4279 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 24.8) Depends: libreoffice-common (>= 1:7.0.0~alpha~), locales | locales-all, ucf Recommends: libreoffice-core (>> 4:24.8.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: 823060 SHA256: 91e6b8a64d1a3388e8516641bcf0f3482202ffce574c6c86c594dceec84e11ea SHA1: bd9ca1c12c3fc05754ca4222734dfa8689c81516 MD5sum: 04afba0c2c0d060c494b296f22127365 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-l10n-am Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 4360 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 24.8) Depends: libreoffice-common (>= 1:7.0.0~alpha~), locales | locales-all, ucf Recommends: libreoffice-core (>> 4:24.8.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: 693084 SHA256: b16984d8d2a4e517f16180df40728b1d8facc5e392382d23678497490934aff5 SHA1: 80e71ba7ce7522368b02f388c40d1615635804e2 MD5sum: c1ea1e10e2bcbf23e14d87b01691b132 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-l10n-ar Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 3702 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 24.8) Depends: libreoffice-common (>= 1:7.0.0~alpha~), locales | locales-all, ucf Recommends: fonts-hosny-amiri, fonts-hosny-thabit, fonts-sil-scheherazade, libreoffice-core (>> 4:24.8.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: 606172 SHA256: b99317292b10943ec585d2063b13b7ad49ecebf46cb113507d3b4a36fc9013dd SHA1: db4b0c57860bbb92a105a0d8a160563532809f82 MD5sum: ecfd3f7fd96055aaa43cf83029138f7a 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-l10n-as Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 2888 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 24.8) Depends: libreoffice-common (>= 1:7.0.0~alpha~), locales | locales-all, ucf Recommends: libreoffice-core (>> 4:24.8.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: 395164 SHA256: c34f4a05a2621a8acd2208578d0cf1b825ab31e36a9dff4170a3c0052178f7ae SHA1: fecb1bc3b4cbd32c640a2bb721ed56c679257245 MD5sum: 5c6ec922d0e1caa21c4f1eecc54fe132 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-l10n-ast Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 2840 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 24.8) Depends: libreoffice-common (>= 1:7.0.0~alpha~), locales | locales-all, ucf Recommends: libreoffice-core (>> 4:24.8.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: 507176 SHA256: e233ece30ac816b4ca71f9324d808be326061dc965eed1c84ff61506c9065b08 SHA1: 624aaeb8a35e9dff3a555b6b368dcab554b9ae6b MD5sum: fc736f221ba1dfb2c3f232231b2a2f54 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-l10n-be Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 3185 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 24.8) Depends: libreoffice-common (>= 1:7.0.0~alpha~), locales | locales-all, ucf Recommends: libreoffice-core (>> 4:24.8.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: 490360 SHA256: 19511b3e2ddb05f0685757bc2418fee46bf653c57e4d055ac8f5780bc7af2e6c SHA1: b7cfb017805268187f861c081c9f7b64cd657ebd MD5sum: 72da0b1a7d26a6cba7a06187824f4f99 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-l10n-bg Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 5671 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 24.8) Depends: libreoffice-common (>= 1:7.0.0~alpha~), locales | locales-all, ucf Recommends: libreoffice-core (>> 4:24.8.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: 929652 SHA256: 86791eadc418a16ad743bdcab5ceb68ed061112c886f541657b1c0eef015f0f3 SHA1: 7b7981cf96ae72100d0b82da607cf0001bd55013 MD5sum: f6a39a058c78e19a6afa6bd80a4f8494 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-l10n-bn Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 6412 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 24.8) Depends: libreoffice-common (>= 1:7.0.0~alpha~), locales | locales-all, ucf Recommends: fonts-beng, libreoffice-core (>> 4:24.8.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: 642496 SHA256: e4fcfd8a3796d3813e020074946584b73618cb75931449ffc66ca15532a15c9d SHA1: 8982437364d6c650e79170f782494c6c35ce0474 MD5sum: 4b4036d20731316a80c56cb5528fb0d3 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-l10n-br Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 2693 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 24.8) Depends: libreoffice-common (>= 1:7.0.0~alpha~), locales | locales-all, ucf Recommends: libreoffice-core (>> 4:24.8.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: 474300 SHA256: e5db047cc4a8639c1678ee7bfc50e48fa0e9b5b56374a09db4d547a4a5daca89 SHA1: ebf5ab4969ddf3c1b29f3bab5bf4896d7722a11d MD5sum: cf2c18a0264046f0a9f2a7e932753b82 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-l10n-bs Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 2446 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 24.8) Depends: libreoffice-common (>= 1:7.0.0~alpha~), locales | locales-all, ucf Recommends: libreoffice-core (>> 4:24.8.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: 422436 SHA256: 33110d452160598a970dcac1aa1e22e7d18f5dccd351cebe160b3e93f448ea5d SHA1: 291c5696e47f7864743ba6d66e6ce07e5516f791 MD5sum: c8b9c400ccd51a1fcb675dc52a181578 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-l10n-ca Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 8669 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 24.8) Depends: libreoffice-common (>= 1:7.0.0~alpha~), locales | locales-all, ucf Recommends: libreoffice-core (>> 4:24.8.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: 1027464 SHA256: 4d53f42686f4e038b37c2ee8d0ec6adc629cd0fae9211e37814349b855e1a5ef SHA1: f2417a23db73ea4e94f56a02b75bf28df624f75d MD5sum: 6864c449452e89d5954ce19fe51e058f 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-l10n-cs Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 4503 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 24.8) Depends: libreoffice-common (>= 1:7.0.0~alpha~), locales | locales-all, ucf Recommends: libreoffice-core (>> 4:24.8.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: 907416 SHA256: 080b338272ec379da2d7ac7daaf6644933d6f22f8059d99c8391d47122221656 SHA1: 47a1de537a133718c2ec4a08c2523e9c4a1686f9 MD5sum: 5b4ec1cf5b39193e9a896a61d0f05745 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-l10n-cy Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 4266 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 24.8) Depends: libreoffice-common (>= 1:7.0.0~alpha~), locales | locales-all, ucf Recommends: libreoffice-core (>> 4:24.8.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: 809016 SHA256: f78bc1755d0c53978d8dded943282e07353a6129b202a48790fc2dc8fa45a20c SHA1: 561612bab47c3f36ae95f622bbaa853cc61ddf0f MD5sum: 7d0e3677d36201adf5adc80aaf93064c 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-l10n-da Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 4393 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 24.8) Depends: libreoffice-common (>= 1:7.0.0~alpha~), locales | locales-all, ucf Recommends: libreoffice-core (>> 4:24.8.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: 881024 SHA256: 064940e15a6c348d7571e46e84cdb310c854c498a3d2179fa862890c7a05a056 SHA1: b7b97cb46d2ffad66055b5d044cb3ff68f922ca3 MD5sum: 74098590257a3e75ca9a9e7c550f7fda 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-l10n-de Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 4534 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 24.8) Depends: libreoffice-common (>= 1:7.0.0~alpha~), locales | locales-all, ucf Recommends: libreoffice-core (>> 4:24.8.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: 890668 SHA256: b03399820be8596863e9b7cdb9bda7b718ce85a582aa8de9fb50ecd8a45bd45b SHA1: e89534066f871c109816cdbcd42cd705ac547ffe MD5sum: e0d49d0b490bacaa556fddc342caa25a 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-l10n-dz Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 3189 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 24.8) Depends: libreoffice-common (>= 1:7.0.0~alpha~), locales | locales-all, ucf Recommends: fonts-dzongkha, libreoffice-core (>> 4:24.8.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: 366552 SHA256: be1fe9bd5cbc947cde88f9efc0765e1691fc53936de1cc6468e6d66afcc87b24 SHA1: eb1ef251cc1847587914c2c30858ea4c5df15441 MD5sum: a73169ba01846f3dae58fb1146d3bfb4 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-l10n-el Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 5808 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 24.8) Depends: libreoffice-common (>= 1:7.0.0~alpha~), locales | locales-all, ucf Recommends: libreoffice-core (>> 4:24.8.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: 869444 SHA256: d507c7e108380e0479277ef5e4a76fa4151cb4d4b91b2f7048d5c97c6bbb33d3 SHA1: 6e4da70968d849105ecbebf462c618128d67dc55 MD5sum: a8a4c40030848f7731a28019096959bf 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-l10n-en-gb Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 4164 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 24.8) Depends: libreoffice-common (>= 1:7.0.0~alpha~), locales | locales-all, ucf Recommends: libreoffice-core (>> 4:24.8.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: 716036 SHA256: 8b0c8f09ee98122d91d75850027e7f92c667c2f3daf1be9b461ab1e6e8f9dc79 SHA1: a5a24a1fe37c01373eedcd8348c3c851f7b89f99 MD5sum: 6e984f1d109de8aa0c04c2933fd28438 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-l10n-en-za Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 2324 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 24.8) Depends: libreoffice-common (>= 1:7.0.0~alpha~), locales | locales-all, ucf Recommends: libreoffice-core (>> 4:24.8.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: 326232 SHA256: 448b91395b80c9d21525382e3a6e06aba8f90b5d577afb6a7fc1f96f5badd2ab SHA1: 93d65585605c6bbdbb7b9a38a8883c927fb0ed61 MD5sum: 8feff5004240811fbf4d0fdaffba3103 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-l10n-eo Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 4219 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 24.8) Depends: libreoffice-common (>= 1:7.0.0~alpha~), locales | locales-all, ucf Recommends: libreoffice-core (>> 4:24.8.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: 792864 SHA256: cf60373059b32db97146b65aad367f0c5f55d42198699e737ed792e826c4f065 SHA1: 605c2916671d84b2bb56179b161d789f5bb038cd MD5sum: 7a84cbea08788c5706355fc342649dc2 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-l10n-es Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 4508 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 24.8) Depends: libreoffice-common (>= 1:7.0.0~alpha~), locales | locales-all, ucf Recommends: libreoffice-core (>> 4:24.8.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: 883276 SHA256: b96163ae9059e93e4e5f9af3e17d4dc69b0f168bcf55451f42d13d563e3d673b SHA1: 42324f17143eafe893f2dc24893eb0c6f422d6b3 MD5sum: 8e9cace500f4bba177ba6bec00f0c519 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-l10n-et Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 3751 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 24.8) Depends: libreoffice-common (>= 1:7.0.0~alpha~), locales | locales-all, ucf Recommends: libreoffice-core (>> 4:24.8.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: 700908 SHA256: 2781042ccfef311bf4a0b4cede46373a3b05e511812793344d600625ba6c5136 SHA1: 13732fc2fc9d9a6be9de91c29e8c1256373c29ee MD5sum: 958a22f0c057f979c7b6e9df66967a4c 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-l10n-eu Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 4179 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 24.8) Depends: libreoffice-common (>= 1:7.0.0~alpha~), locales | locales-all, ucf Recommends: libreoffice-core (>> 4:24.8.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: 773760 SHA256: 07906c4619529dfd37850955c5510fc049e9bb940a4ec1b515ff92c9b712d6d8 SHA1: e6af5b5b0b053ddd2508ae8118476ec8e802fb4c MD5sum: 794a7db20dacdb202fc99eeec33886b9 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-l10n-fa Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 2276 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 24.8) Depends: libreoffice-common (>= 1:7.0.0~alpha~), locales | locales-all, ucf Recommends: fonts-farsiweb, libreoffice-core (>> 4:24.8.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: 322888 SHA256: 72fe1c99a08efb1a54d1de7d1e00924d91f3573760998869e73eb6f361a8a474 SHA1: 548eeba32627b14cb98d12bc438f45f09145a587 MD5sum: e231e491e8507f6f9fb385e0c931d73f 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-l10n-fi Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 3745 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 24.8) Depends: libreoffice-common (>= 1:7.0.0~alpha~), locales | locales-all, ucf Recommends: libreoffice-core (>> 4:24.8.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: 697764 SHA256: f832fad739748d4bb0d4ece579c259992e69f3c54cc9ca0ddb9456213a9e7e1a SHA1: 48537a2aadb8c6a5b023d50af24e2ca490b17f61 MD5sum: a3d02b5ccd606051423ab066a650edc5 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-l10n-fr Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 4586 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 24.8) Depends: libreoffice-common (>= 1:7.0.0~alpha~), locales | locales-all, ucf Recommends: libreoffice-core (>> 4:24.8.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: 889652 SHA256: 0c940a25385aa9137fda0b96af499b1bef2306030c4218c95333df3698518f44 SHA1: 08786fb58e66d0809f64fb2d4ec25b148d40232e MD5sum: 19fdeeaaf9fbfa0599754369e74f53fa 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-l10n-ga Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 2983 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 24.8) Depends: libreoffice-common (>= 1:7.0.0~alpha~), locales | locales-all, ucf Recommends: libreoffice-core (>> 4:24.8.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: 534132 SHA256: 7caede41d49b2833a496b532db649b9e9a9da83f80f4ea029cf9ffbc003d9ae7 SHA1: 3d7c2a4ea00c12f62a46f50fd6e0bdbd4c8991bf MD5sum: 4a7c3c8fa8bcb4c32b1310fdae0ac346 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-l10n-gd Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 3063 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 24.8) Depends: libreoffice-common (>= 1:7.0.0~alpha~), locales | locales-all, ucf Recommends: libreoffice-core (>> 4:24.8.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: 541968 SHA256: 66bc893abffdc9e6144d52a62a2bdbd57e6025b237ba4210ba9c0226d9f4a3ed SHA1: 3a89454b32d5d0a6a640987110b42d4ca41d2259 MD5sum: d8a12fe17f78b225d4001dbb4a9a4815 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-l10n-gl Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 4382 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 24.8) Depends: libreoffice-common (>= 1:7.0.0~alpha~), locales | locales-all, ucf Recommends: libreoffice-core (>> 4:24.8.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: 815056 SHA256: 470d434f2f7f0d0824327963c48322fdbc93a870833e676298605b57528bcfdc SHA1: feb273baafd6f6f718e2d4ee82818766a479cd7e MD5sum: bbf5fde8de51c3cf6dff1f1a878d0bc1 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-l10n-gu Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 3269 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 24.8) Depends: libreoffice-common (>= 1:7.0.0~alpha~), locales | locales-all, ucf Recommends: fonts-gujr, libreoffice-core (>> 4:24.8.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: 471524 SHA256: e1cfdd5b7bcb3402fe17df0484f5c2546ce3b4aaf2cce1fd6157819c57d784eb SHA1: 580cf7296240e396ad3bb2ae49c75748a527571c MD5sum: bf7154b37cb15518fb72bc87b12493bb 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-l10n-gug Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 2340 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 24.8) Depends: libreoffice-common (>= 1:7.0.0~alpha~), locales | locales-all, ucf Recommends: libreoffice-core (>> 4:24.8.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: 394072 SHA256: 1f23be5e62ca3b2540a8a989f39cc411d8bd2039e62ba3fd799778bbea783393 SHA1: e1119920ca11aadc59aeec9b1286ea39000cff53 MD5sum: 7819a2e47f6c90c7d4c10b9c9480dcd5 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-l10n-he Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 3352 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 24.8) Depends: libreoffice-common (>= 1:7.0.0~alpha~), locales | locales-all, ucf Recommends: culmus, libreoffice-core (>> 4:24.8.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: 541224 SHA256: 5e3a8df7331deebf8cd1b0b1ab41260a9f9bbdef597169c9b9b1f16e02885065 SHA1: f3fd91d009c99ae3b9cfa73f543a8895cdaa2ec8 MD5sum: b303129e3fa67300b2cc640375e79b82 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-l10n-hi Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 2699 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 24.8) Depends: libreoffice-common (>= 1:7.0.0~alpha~), locales | locales-all, ucf Recommends: libreoffice-core (>> 4:24.8.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: 368512 SHA256: 59ec13b44b581c18765c7f5fba91cee511161cfce04516129b4d0e519c254205 SHA1: 078138d4082695e964c9e6a51de75b8dfb0d1685 MD5sum: 74240566273a3de9a23b7b5a1f2f0a72 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-l10n-hr Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 3066 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 24.8) Depends: libreoffice-common (>= 1:7.0.0~alpha~), locales | locales-all, ucf Recommends: libreoffice-core (>> 4:24.8.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: 563488 SHA256: 78e202ac326dcedb24f78110175fe52c22bba9b455d9b84dd9df545306434e32 SHA1: 52a740b287f8548b029d5a5a61c27631ad9ebdb8 MD5sum: 827af8e03779cb31dc25b85ebd9aa928 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-l10n-hu Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 4534 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 24.8) Depends: libreoffice-common (>= 1:7.0.0~alpha~), locales | locales-all, ucf Recommends: libreoffice-core (>> 4:24.8.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: 894600 SHA256: 41d2f2845b25df4d441006ba119247751e95eb3875c00de4b28baa89772181dd SHA1: b079b6290c32278e71bdc9dd76604614672c7ed4 MD5sum: 28fea38aba963b79d420160c301a85d8 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-l10n-hy Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 5537 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 24.8) Depends: libreoffice-common (>= 1:7.0.0~alpha~), locales | locales-all, ucf Recommends: libreoffice-core (>> 4:24.8.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: 848916 SHA256: 81790bcc6d1f3e0c5aacfbac133ba40eca7c17749334f3bccc7325773b943c0c SHA1: c0415f8a3b426f41b405ae31caca79299d0b278c MD5sum: 84278853900022028ef7de21785ec5dc 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-l10n-id Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 4265 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 24.8) Depends: libreoffice-common (>= 1:7.0.0~alpha~), locales | locales-all, ucf Recommends: libreoffice-core (>> 4:24.8.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: 799232 SHA256: 61bca0fb513789edd87ec8357f840218a8e371d4a81b05ad2b3b60404e64e996 SHA1: 03678500690dd23b81f9932d2446b6c2debdb867 MD5sum: ff39a6378ab464e4839c0d909979bfd1 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-l10n-in Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 63 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: 39072 SHA256: a565190310e9dd395401108d7cf31f9ba6edb37357c9c33f76fbdefb7da9471b SHA1: f279d2c402800d28f836a269c81266f439205768 MD5sum: 79cf5d1aa6ddd068cdb7b3bd721bcd56 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-l10n-is Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 3408 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 24.8) Depends: libreoffice-common (>= 1:7.0.0~alpha~), locales | locales-all, ucf Recommends: libreoffice-core (>> 4:24.8.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: 634668 SHA256: a3a1d8c9620f280eb2288f88e5d9272e31f66fb8b301d0e3769d2646a1650879 SHA1: 3141b945f23b2c223f8e27939b49149a274880f8 MD5sum: dd5b8e881b3301292ef4c618aeb1b4b0 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-l10n-it Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 4506 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 24.8) Depends: libreoffice-common (>= 1:7.0.0~alpha~), locales | locales-all, ucf Recommends: libreoffice-core (>> 4:24.8.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: 882792 SHA256: 25940fa2aeb3afd2877c4b3b5e722c1581cfc87ace3072e73cac50ecc017c0d1 SHA1: b8b8cba9ce226c55e63385c6c87811a021f003c9 MD5sum: e61d44d34fedb5e97a21385d3e0afd7f 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-l10n-ja Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 4313 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 24.8) Depends: libreoffice-common (>= 1:7.0.0~alpha~), locales | locales-all, ucf Recommends: libreoffice-core (>> 4:24.8.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: 798176 SHA256: b9bdd136dde7a0974df94b00a73542f37cdd0e82dbaab2d40af105294b3229da SHA1: 0b6ffb8b7acccceda5d4e2cd9e894673045d59c5 MD5sum: 9e8337be4801b55c46849b9c4c481b30 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-l10n-ka Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 6374 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 24.8) Depends: libreoffice-common (>= 1:7.0.0~alpha~), locales | locales-all, ucf Recommends: libreoffice-core (>> 4:24.8.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: 856736 SHA256: 0e8361bdfa72b01365fdb09c8530875eeef96abe58ee43fb5df88c9200b8bdc1 SHA1: 83e86dff124dfee66ad1e5ddd21d6cfdbce02c99 MD5sum: f35aa83d2969c601bfc3e754c2e7adb7 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-l10n-kk Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 5005 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 24.8) Depends: libreoffice-common (>= 1:7.0.0~alpha~), locales | locales-all, ucf Recommends: libreoffice-core (>> 4:24.8.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: 770000 SHA256: 5cf9516560f18d49ea1dd2bf527721c8aff7726e4e6057ead4fa8e87d1be4097 SHA1: a8ad08cdffb00b9989da4008648a9984781066fd MD5sum: ba3fb0dac97fe024c016669ad830681d 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-l10n-km Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 4061 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 24.8) Depends: libreoffice-common (>= 1:7.0.0~alpha~), locales | locales-all, ucf Recommends: fonts-khmeros, libreoffice-core (>> 4:24.8.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: 598472 SHA256: f0790d54fcf173ac423e00255b4fd9d3020c66a19b0380cd75f72c1ad9c5a70a SHA1: 660039afdb01d4a315fbf254647bb58b9b9c922d MD5sum: 5f6ac7fefed9459a8d89d7246f175cc5 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-l10n-kmr Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 1863 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 24.8) Depends: libreoffice-common (>= 1:7.0.0~alpha~), locales | locales-all, ucf Recommends: libreoffice-core (>> 4:24.8.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: 278240 SHA256: 1a8db65d9b952466ccdfd30c497fe49c4d4dfe2efe708df0ff30a29b346fd9a3 SHA1: 9f45ef24ef9f4cad0415f2852002f1d891b7e037 MD5sum: 3d03e31f223594b08fc9a0f12970cb30 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-l10n-kn Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 3106 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 24.8) Depends: libreoffice-common (>= 1:7.0.0~alpha~), locales | locales-all, ucf Recommends: libreoffice-core (>> 4:24.8.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: 423712 SHA256: 15b162387c0a80eb41ece3bcec349ff4d28ee387ebafdbc13d5cf6ff023785c4 SHA1: bac3d9ac9d12743059b5295a2653978659ca48ca MD5sum: 58fef7ba2129148a981f54395a56f933 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-l10n-ko Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 3626 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 24.8) Depends: libreoffice-common (>= 1:7.0.0~alpha~), locales | locales-all, ucf Recommends: libreoffice-core (>> 4:24.8.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: 685092 SHA256: 924ef5e2002a0f5e0969b81f9a6749f113465ec79ead6b5a611bd41ac372f96c SHA1: 26e8f1fbe32163edfc7deee82fd9383598c1d876 MD5sum: 506c78a92e5c051cff60d22a61028bdf 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-l10n-lt Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 3671 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 24.8) Depends: libreoffice-common (>= 1:7.0.0~alpha~), locales | locales-all, ucf Recommends: libreoffice-core (>> 4:24.8.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: 665244 SHA256: 80dd023eb1ef5e1e8d0fb5da7fdafd7c694a632b39e52de19423837d15a6b34b SHA1: b3a48d58beadb1d1c96f8fb98f9593b3869c3f85 MD5sum: dcc93a6c896895935dbef336330560c3 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-l10n-lv Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 3098 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 24.8) Depends: libreoffice-common (>= 1:7.0.0~alpha~), locales | locales-all, ucf Recommends: libreoffice-core (>> 4:24.8.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: 561216 SHA256: 821de78865c57f3665555e333d41dfa02da05ab0a413b1d86a8c9984892e3cae SHA1: 313f945ebb8d757eecc5cb74e90380d0a1261fa9 MD5sum: e8e4438803e2d98c92d1e6bef54c0079 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-l10n-mk Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 2651 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 24.8) Depends: libreoffice-common (>= 1:7.0.0~alpha~), locales | locales-all, ucf Recommends: libreoffice-core (>> 4:24.8.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: 359356 SHA256: 50b06a8469913b9d9c7e3232f212a04961d7e21d118862a6111baf9ed70e0674 SHA1: 1ba0bc5f0c1f232b567d47da9519ab63f52fba03 MD5sum: 5dcac617722e9e427895ad8a90ee2bd0 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-l10n-ml Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 3072 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 24.8) Depends: libreoffice-common (>= 1:7.0.0~alpha~), locales | locales-all, ucf Recommends: fonts-mlym, libreoffice-core (>> 4:24.8.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: 396424 SHA256: dd27f7f3101f1fa7aee9762d8b13b3db37ea1bffb47449963c3407d358f62731 SHA1: 1da9f32f43feb9464d8f09ce46d2c8308c5c9646 MD5sum: d9ce0997d18cf11bf01951ab42c26773 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-l10n-mn Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 3931 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 24.8) Depends: libreoffice-common (>= 1:7.0.0~alpha~), locales | locales-all, ucf Recommends: libreoffice-core (>> 4:24.8.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: 654056 SHA256: 87c63d0b7cff1b1aac1efc89f6d937408af53544364b440bf4385c9b9913c5b5 SHA1: 6b05e846d5b5b0eae318c7582a962e5b2528f206 MD5sum: a4ccf5c24c9d930d00928a1bcff86a0d 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-l10n-mr Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 2962 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 24.8) Depends: libreoffice-common (>= 1:7.0.0~alpha~), locales | locales-all, ucf Recommends: fonts-deva, libreoffice-core (>> 4:24.8.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: 421876 SHA256: 058853367153df76caa0b6b7cbae3aec9c0d67107b0cef24dc8cf041520ce39c SHA1: 14a9c169105974b28cf8163e24cd2f2ca1da7202 MD5sum: 2611fa57e7d7d93dedf85bfcad42ca51 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-l10n-nb Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 4257 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 24.8) Depends: libreoffice-common (>= 1:7.0.0~alpha~), locales | locales-all, ucf Recommends: libreoffice-core (>> 4:24.8.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: 805648 SHA256: c76afed0c2ef2c76119c56376eca013339283d758d4b4dbb7cb192ae559ffbc5 SHA1: ab2ca49784fa602e407fd849615e9f9285478f58 MD5sum: 4666398154a2abc19138a19974ca3c18 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-l10n-ne Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 3143 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 24.8) Depends: libreoffice-common (>= 1:7.0.0~alpha~), locales | locales-all, ucf Recommends: fonts-deva, libreoffice-core (>> 4:24.8.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: 414928 SHA256: ad965847730b8e077127357fdd18c2ee1173ec7695c1e83b91ac883052e1a048 SHA1: 7184264b798b29943105f8c4df8417e6b032ea66 MD5sum: 6c8f638a2b2ea237a8b7e855b0554f13 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-l10n-nl Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 4473 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 24.8) Depends: libreoffice-common (>= 1:7.0.0~alpha~), locales | locales-all, ucf Recommends: libreoffice-core (>> 4:24.8.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: 901208 SHA256: e9d9beb88351f455ff1a53aa2c1c5051162112c2aae117ef136ab51873bd57fe SHA1: 173749bfa1b377d25df253ec2fce62894651ce16 MD5sum: c44fe8207b1744fe751348e36d1fc3e9 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-l10n-nn Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 4264 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 24.8) Depends: libreoffice-common (>= 1:7.0.0~alpha~), locales | locales-all, ucf Recommends: libreoffice-core (>> 4:24.8.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: 807188 SHA256: ae64ef7120c9e273b96a8a8f0c51ef5571f9fd194a661da36f9568360ef2280d SHA1: 7e174523aeb9f5bf8f29b0a3e989895feaa4c11d MD5sum: e93c2d0c7b17829955e500c6ae032fb3 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-l10n-nr Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 1665 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 24.8) Depends: libreoffice-common (>= 1:7.0.0~alpha~), locales | locales-all, ucf Recommends: libreoffice-core (>> 4:24.8.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: 240972 SHA256: 4fddb659e3eb0ec887adc9ce1ffb394e1f82fdc28388a9d142af785754436df0 SHA1: fdf1e030213db196b38d9c904e0f3ce027433881 MD5sum: a2c1c9b94ae705fc3319c3b5aef84e34 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-l10n-nso Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 1816 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 24.8) Depends: libreoffice-common (>= 1:7.0.0~alpha~), locales | locales-all, ucf Recommends: libreoffice-core (>> 4:24.8.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: 266192 SHA256: 1c423ee41c2227fb20267391fd05231d8f811dfe3d90271a1dec04291f5395e7 SHA1: c0d6eb4dc3f549f135ac331d31d90985fd22d546 MD5sum: f76c370c9c0a3c243b9ebc6f9d2e016b 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-l10n-oc Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 3046 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 24.8) Depends: libreoffice-common (>= 1:7.0.0~alpha~), locales | locales-all, ucf Recommends: libreoffice-core (>> 4:24.8.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: 551032 SHA256: d515751f95e04a14404b5cb8012d1d5e8deb132d95305f7ba5e0cff672bee5ff SHA1: 1381babbe79bd501d0a630da20495095efc07222 MD5sum: f7dad97835579c95cc5e23f6bf4fa7ce 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-l10n-om Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 2295 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 24.8) Depends: libreoffice-common (>= 1:7.0.0~alpha~), locales | locales-all, ucf Recommends: libreoffice-core (>> 4:24.8.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: 374728 SHA256: befa6f695562539b1ee16971977c82fcd1ebec555b9de08012a7148422a116f5 SHA1: f4b65e94c886fee71478aa9bb636e62be273120b MD5sum: 6a6442656549b646ce9530c0df10e55b 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-l10n-or Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 3105 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 24.8) Depends: libreoffice-common (>= 1:7.0.0~alpha~), locales | locales-all, ucf Recommends: fonts-orya, libreoffice-core (>> 4:24.8.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: 433940 SHA256: 9702a068e4d3181aa2bca8d3bcddbf58d4c8ab675c97539b0b6a61ba46f617e5 SHA1: 39e19eb30936f4af558abbd1d029dd99c0593073 MD5sum: 6dc751702881052ad8f3711c01b77dd5 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-l10n-pa-in Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 3037 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 24.8) Depends: libreoffice-common (>= 1:7.0.0~alpha~), locales | locales-all, ucf Recommends: fonts-guru, libreoffice-core (>> 4:24.8.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: 449020 SHA256: d8553cffeff08d0b027f8ee197b2fd4e2de1d0adab92c14783326d67486e6f3d SHA1: ddf4062fafe21d43a8eb1b82ef724cd3e3546ae1 MD5sum: c66eae6285bd1852c4408da0e05c29db 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-l10n-pl Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 4428 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 24.8) Depends: libreoffice-common (>= 1:7.0.0~alpha~), locales | locales-all, ucf Recommends: libreoffice-core (>> 4:24.8.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: 859524 SHA256: 8cb5f5b7df47a3525bc2455d07a744d19f990c5799f7c8e56b9073be239955bd SHA1: 6ec34867b9ee4aa9eec35c1762d5d0e254338a92 MD5sum: d46a9483a17ccce19314ecb37e0cd392 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-l10n-pt Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 4276 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 24.8) Depends: libreoffice-common (>= 1:7.0.0~alpha~), locales | locales-all, ucf Recommends: libreoffice-core (>> 4:24.8.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: 815764 SHA256: 05b3dcf59c0ae3c9d85cad2fefa07d615bce3ee6b80462d2c69432ed5117c0c1 SHA1: cc2e8361733dad9363f197dc535ea8a449796cea MD5sum: 3880b423b19f69dcd545778f2299b498 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-l10n-pt-br Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 4504 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 24.8) Depends: libreoffice-common (>= 1:7.0.0~alpha~), locales | locales-all, ucf Recommends: libreoffice-core (>> 4:24.8.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: 884752 SHA256: 8d74e67ff7a9ac48346806db9b102a50a227ccb5592577ce94cfe06a0bc2dd22 SHA1: b773c1a7f0a7e6777e5c4ba91cf5ea94f7628b40 MD5sum: 99da9069e029503a80fcc0c15b6aa597 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-l10n-ro Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 3185 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 24.8) Depends: libreoffice-common (>= 1:7.0.0~alpha~), locales | locales-all, ucf Recommends: libreoffice-core (>> 4:24.8.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: 576624 SHA256: 61e76aa415fa1d35af270a4daa71e4254d0fa1d7f5da19e721309a677cf52629 SHA1: 049e2c395a690167f7a47f317d413eb346686e41 MD5sum: 88a13fea5b92233f3c99c79962f55a1c 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-l10n-ru Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 5429 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 24.8) Depends: libreoffice-common (>= 1:7.0.0~alpha~), locales | locales-all, ucf Recommends: libreoffice-core (>> 4:24.8.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: 888380 SHA256: 7927c646a88e5c3f690ea3235277648d0afbb8919e2391b5721be06d7236e73a SHA1: f65ba8597e37a03179a23e057b3b61169b72b030 MD5sum: c4dfb53599a6be241d4810935ae8e0a2 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-l10n-rw Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 1897 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 24.8) Depends: libreoffice-common (>= 1:7.0.0~alpha~), locales | locales-all, ucf Recommends: libreoffice-core (>> 4:24.8.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: 284376 SHA256: 407fee87c14cfc369e3c205cd2694bdd91b87e957c4e600441e5b91534c29d2b SHA1: f141d8a732bf9037b54b78baa69736a08947fa72 MD5sum: 3146b2e1a0f2d177bbb8c34ff2d0b7c8 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-l10n-si Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 2625 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 24.8) Depends: libreoffice-common (>= 1:7.0.0~alpha~), locales | locales-all, ucf Recommends: libreoffice-core (>> 4:24.8.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: 355612 SHA256: 7cd305ddb0afbc2d90f30c14cd03c6d79c178e0e30654f076578da8e1b5c3e3f SHA1: 2e005ab21a1e0d62409e9ca05da86f5902dd34be MD5sum: 7acb0252153b815a36281fc0d570c473 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-l10n-sk Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 4526 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 24.8) Depends: libreoffice-common (>= 1:7.0.0~alpha~), locales | locales-all, ucf Recommends: libreoffice-core (>> 4:24.8.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: 918024 SHA256: 54d0d64c22021ad261f3f34ed02a62002f0cd5ebb7bd4c4977d425869165d818 SHA1: 0e683c6930356fa3c3875cad4a3cb7fcb8290373 MD5sum: 2fba73368f932af6c6e6e3d33dc8d57a 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-l10n-sl Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 4444 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 24.8) Depends: libreoffice-common (>= 1:7.0.0~alpha~), locales | locales-all, ucf Recommends: libreoffice-core (>> 4:24.8.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: 898704 SHA256: 6b1f0e647ded76da6e22d0756bf1ade96c487d49cf6fd735f2bf807a24aa1fe8 SHA1: bf7f8a787bf54b5ec58d66f96fcbab8235b2d5f7 MD5sum: 38c40a78afad9d120c86dfee0afe615b 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-l10n-sr Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 5614 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 24.8) Depends: libreoffice-common (>= 1:7.0.0~alpha~), locales | locales-all, ucf Recommends: libreoffice-core (>> 4:24.8.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: 739168 SHA256: bf5bc1ec733c2688dec8fd3598482d754f48891e2edc728fbb1ecf870dd3f753 SHA1: ce859c9d0c8881c95c5fc9fe467171080f035ebe MD5sum: 7dfe7efc62c0b79512b28683ae5c2639 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-l10n-ss Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 1685 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 24.8) Depends: libreoffice-common (>= 1:7.0.0~alpha~), locales | locales-all, ucf Recommends: libreoffice-core (>> 4:24.8.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: 245644 SHA256: 43a65e4c45eca57f3dd3c7f9218c8f82fbf4cc0e4ef19d4c686c83fe229309f5 SHA1: 761de2d7e691dfa0fe8a064d2b4b0e206ce7418d MD5sum: 1a62edb99e8968160cf6dbda8849b5c2 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-l10n-st Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 1681 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 24.8) Depends: libreoffice-common (>= 1:7.0.0~alpha~), locales | locales-all, ucf Recommends: libreoffice-core (>> 4:24.8.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: 241552 SHA256: 3ab33f3e1b2821a3c08a6d817772f47ef7f4b081f110660e75b43a6018696ed0 SHA1: 45c17cc83af3548ca93b2dd229d35933f9bc00b7 MD5sum: 9b0efaef830af4e53852f36879123193 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-l10n-sv Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 4394 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 24.8) Depends: libreoffice-common (>= 1:7.0.0~alpha~), locales | locales-all, ucf Recommends: libreoffice-core (>> 4:24.8.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: 873904 SHA256: 2c29749c61c4f8138771a831b389c50ec4234d4522e4f078ddd61ade5816cc01 SHA1: bcf374ddfb810881d7b267a4dd3a64185cc95461 MD5sum: bef98d7ec755214ec024b9fde7587e97 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-l10n-szl Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 3003 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 24.8) Depends: libreoffice-common (>= 1:7.0.0~alpha~), locales | locales-all, ucf Recommends: libreoffice-core (>> 4:24.8.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: 541896 SHA256: c7a7e4db02bfe3e9ed385034fb4c895c0569a0df1490f00428e956abdbec4a2c SHA1: 0c334da29ecad0f93f834c0a3a70f3ffe947effe MD5sum: c18ee88413d8b06421cfed9a4ed26f24 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-l10n-ta Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 3778 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 24.8) Depends: libreoffice-common (>= 1:7.0.0~alpha~), locales | locales-all, ucf Recommends: fonts-taml, libreoffice-core (>> 4:24.8.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: 526384 SHA256: 94661a42ae52e06ca47b78a7bfe1c9c7a98818866957ae6e6fc97bd491fa28ff SHA1: 2160fffdcac49d3f39ae8d95c71a3d596c895943 MD5sum: cedb0b65363f8e23be90886dc4deb86c 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-l10n-te Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 2905 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 24.8) Depends: libreoffice-common (>= 1:7.0.0~alpha~), locales | locales-all, ucf Recommends: fonts-telu, libreoffice-core (>> 4:24.8.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: 398292 SHA256: 65b86d70c8a89db5b5600c2a3b035c423d67076fdc8d87aa1ba1744f09ee41b1 SHA1: b26c071abd54e1f2ab00624b90fd53296e1841c1 MD5sum: 8f24a2f169699713be03d88184446b4e 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-l10n-tg Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 2283 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 24.8) Depends: libreoffice-common (>= 1:7.0.0~alpha~), locales | locales-all, ucf Recommends: libreoffice-core (>> 4:24.8.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: 307128 SHA256: 5a9f2b3eb26c7b1080cdf4f050fa3a58365b19aa9a0ea78f45506c5696e81b57 SHA1: f19021003c635ac2b894db76968e0ca5c29a8af9 MD5sum: 14f8e155dd6ada0e87af9762cd24fdb7 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-l10n-th Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 5849 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 24.8) Depends: libreoffice-common (>= 1:7.0.0~alpha~), locales | locales-all, ucf Recommends: fonts-thai-tlwg, libreoffice-core (>> 4:24.8.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: 828788 SHA256: 9bc235ea1e789bea0659e49891ed33b5616bd3d6482b8ed767cd972b7c734e03 SHA1: a1f8ceb17810c1db1f4a7d063c0d514ab491e68d MD5sum: 52fa04cba7ec0aa49206172a66c22e13 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-l10n-tn Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 1614 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 24.8) Depends: libreoffice-common (>= 1:7.0.0~alpha~), locales | locales-all, ucf Recommends: libreoffice-core (>> 4:24.8.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: 228016 SHA256: 2936646d3cb7092b961c4247d77dc957bf1b2112326fcd37ea36b4015c1ed16b SHA1: 36f1d5cc621ec877e366fb11a64c44be4eca3c6c MD5sum: b343614deba68b37454f256acaba709e 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-l10n-tr Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 4406 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 24.8) Depends: libreoffice-common (>= 1:7.0.0~alpha~), locales | locales-all, ucf Recommends: libreoffice-core (>> 4:24.8.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: 851156 SHA256: be2300b579aa1be534f6d53eccf84b956914fb554ca03a7a7f1205ba8bc09cc5 SHA1: 50d54bbdae1d3ac4b564f18c37dfa85880fb9a57 MD5sum: f4a7dd4d4b7027996efb61e5224b2074 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-l10n-ts Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 1681 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 24.8) Depends: libreoffice-common (>= 1:7.0.0~alpha~), locales | locales-all, ucf Recommends: libreoffice-core (>> 4:24.8.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: 239640 SHA256: 5bb3477ed35e053ad8b519ffe46187b5e2bac181d98237fa4d124c4d703b3f9d SHA1: 150baf67d7581f9d74385367002bff5160346193 MD5sum: b69384a95ccb9b229436677cfb0d0591 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-l10n-ug Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 2987 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 24.8) Depends: libreoffice-common (>= 1:7.0.0~alpha~), locales | locales-all, ucf Recommends: libreoffice-core (>> 4:24.8.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: 417180 SHA256: 24fefe587e2eb3e676903eb301454a5a9775ccb624b6bf9a215f7de82d6c5549 SHA1: c4f052f66051d0f35afcb35a01b3365d34a418a7 MD5sum: 6096fabd81855ee4bca3e5bedeb7166c 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-l10n-uk Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 5372 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 24.8) Depends: libreoffice-common (>= 1:7.0.0~alpha~), locales | locales-all, ucf Recommends: libreoffice-core (>> 4:24.8.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: 844164 SHA256: c416762b7910ba318e547e1b43664fdce8b9b3a3344f02eb380030be85f6f9f5 SHA1: f466380573622c0283bcb2f78b59735570e8d5f0 MD5sum: bf9bd4013a0facb79e0ad53cec9aa43b 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-l10n-uz Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 1752 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 24.8) Depends: libreoffice-common (>= 1:7.0.0~alpha~), locales | locales-all, ucf Recommends: libreoffice-core (>> 4:24.8.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: 257512 SHA256: 4e8ffe9f6db62df7c7686b5f14b090b494320715e67673edd9250146549a6ab5 SHA1: bf4a91b2140d6fae6c1bb7250dcdae5da555b7fa MD5sum: 92e6906a755e654029e8820283e72e89 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-l10n-ve Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 1694 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 24.8) Depends: libreoffice-common (>= 1:7.0.0~alpha~), locales | locales-all, ucf Recommends: libreoffice-core (>> 4:24.8.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: 242876 SHA256: bbf71baf384eef0e53dcb76339a83c1c8d29daa28acc9939b2a2a703a4c9f48d SHA1: 2c37ca7bb77dcd347c23d89a2cf78206ff7586ef MD5sum: ab85ea54525c0b77bca64761d6841ff1 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-l10n-vi Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 3427 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 24.8) Depends: libreoffice-common (>= 1:7.0.0~alpha~), locales | locales-all, ucf Recommends: libreoffice-core (>> 4:24.8.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: 593160 SHA256: f57e9719bbe152bbfca108bc9f95bebe995562d41337a18b21ddbdb5a49ba587 SHA1: 454724542524dbe2cf9a8b6ac659f8ae40ef8917 MD5sum: 70c57caf6afa84e71f2c84f2b5e73c6c 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-l10n-xh Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 1708 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 24.8) Depends: libreoffice-common (>= 1:7.0.0~alpha~), locales | locales-all, ucf Recommends: libreoffice-core (>> 4:24.8.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: 247092 SHA256: acd2287d0e2d8d34126c20fb8155ebab68c7d4f4fb39151c9eef54c8039e4f9d SHA1: 0b98a53280f0108f71e91bd1d86198d9630b7551 MD5sum: 26119648e32c14a1ef50998e4a49bbf2 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-l10n-za Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 63 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: 39056 SHA256: c3ac7bea22792e607159203893de1cee52d33a948cb46371134a45a9a1d4f583 SHA1: db625ac4a87821e66150f7704ba2a70ddad77cdf MD5sum: 4342869706c071c871aea2fe7e34f429 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-l10n-zh-cn Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 4386 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 24.8) Depends: libreoffice-common (>= 1:7.0.0~alpha~), locales | locales-all, ucf Recommends: libreoffice-core (>> 4:24.8.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: 874212 SHA256: 2fa0e9ee8445c212b916a063246bb2a76062b0b0d25976ee09eb9ac66fca2eeb SHA1: 0693811f2fe24ddad28b73654ca70a767957d746 MD5sum: c8c5854f167bbee57baef3e4cb6f0134 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-l10n-zh-tw Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 4403 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 24.8) Depends: libreoffice-common (>= 1:7.0.0~alpha~), locales | locales-all, ucf Recommends: libreoffice-core (>> 4:24.8.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: 875080 SHA256: d78f91898e4b96f687ebada56fe1d1cca285178ed7b8153450812fa3c113c1ce SHA1: 2faf90873cdc9a3d9822be1f51d1431874ea1e5f MD5sum: 7d172464011154bf77149f0b61159e84 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-l10n-zu Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 1759 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-l10n (= 24.8) Depends: libreoffice-common (>= 1:7.0.0~alpha~), locales | locales-all, ucf Recommends: libreoffice-core (>> 4:24.8.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: 261712 SHA256: fbb83b1e9f5b8d28286a6faecd7be269ee5e6a8ddca6644ca035b42477137e7d SHA1: e42477e222889a7a5669cdf1082e9083fc89c6ac MD5sum: 43195bfdd15d873046e3e93a21e37bfa 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-librelogo Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 874 Maintainer: Debian LibreOffice Maintainers Architecture: all Depends: libreoffice-common (>= 1:7.0.0~alpha), libreoffice-core, libreoffice-script-provider-python, libreoffice-writer, ucf Size: 209808 SHA256: d255bec20796edb36dde3ef68b84de01c155a14e1279b6591f3b6b98b67d3b95 SHA1: f53d9ac73d0aaa2a9424e1bb14bd4cabfb1fb14c MD5sum: 9d82e476e9ff2513d7062dcd4be9d404 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-math Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 1888 Maintainer: Debian LibreOffice Maintainers Architecture: i386 Replaces: libreoffice-common (<< 1:6.4.2~rc1~) Depends: fonts-opensymbol (>= 2:102.11), libreoffice-common (>= 1:7.0.0~alpha~), libreoffice-core (= 4:24.8.2-1~bpo12+1), libreoffice-uiconfig-math (= 4:24.8.2-1~bpo12+1), ucf, libc6 (>= 2.32), libgcc-s1 (>= 4.2), 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 Breaks: libreoffice-common (<< 1:6.4.2~rc1~) Size: 560416 SHA256: bd203bfc71ced103bd990d7e0cba3099cbbea73ccc74582d0231e108aa2398e6 SHA1: 75783dfd8bd4c021aca383c3bc66cfb65cc4cdf9 MD5sum: 1580ba2473dbc451fb2f3322a6697445 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_24.8.2-1~bpo12+1_i386.deb Package: libreoffice-math-nogui Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 1878 Maintainer: Debian LibreOffice Maintainers Architecture: i386 Replaces: libreoffice-common (<< 1:6.4.2~rc1~), libreoffice-math Depends: fonts-opensymbol (>= 2:102.11), libreoffice-common (>= 1:7.0.0~alpha~), libreoffice-core-nogui (= 4:24.8.2-1~bpo12+1) | libreoffice-core (= 4:24.8.2-1~bpo12+1), libreoffice-uiconfig-math (= 4:24.8.2-1~bpo12+1), ucf, libc6 (>= 2.32), libgcc-s1 (>= 4.2), 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 Conflicts: libreoffice-common (<< 1:6.4.2~rc1~), libreoffice-math Size: 559612 SHA256: 90063c2b1f37453adb847f7376274b0dde3b901aa80c8bdb51f3c92edd67a06c SHA1: 9b020604ff93f5fc7b36bcb247328890f225f5ee MD5sum: 2e6cd9730459047657e92368cfe03ac8 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_24.8.2-1~bpo12+1_i386.deb Package: libreoffice-nlpsolver Source: libreoffice (4:24.8.2-1~bpo12+1) Version: 4:0.9+LibO24.8.2-1~bpo12+1 Installed-Size: 2438 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: 743848 SHA256: 9f277cf7bead308e43700ffe95ab94f4e57c521dace9db44babd1ef434965cd6 SHA1: 21fe226fd9782a648e6928919402aff3006fb9bd MD5sum: 39af9d29c50a33574f59a37703526f5c 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+LibO24.8.2-1~bpo12+1_all.deb Package: libreoffice-nogui Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 63 Maintainer: Debian LibreOffice Maintainers Architecture: i386 Depends: libreoffice-base-nogui, libreoffice-calc-nogui, libreoffice-core-nogui (= 4:24.8.2-1~bpo12+1), libreoffice-draw-nogui, libreoffice-impress-nogui, libreoffice-math-nogui, libreoffice-report-builder-bin-nogui, libreoffice-writer-nogui, python3-uno Recommends: libreoffice-script-provider-bsh, libreoffice-script-provider-js, libreoffice-script-provider-python, libreoffice-sdbc-mysql, libreoffice-sdbc-postgresql, libreoffice-java-common (>= 4:24.8.2~) Suggests: ghostscript, gnupg, gpa, hunspell-dictionary, hyphen-hyphenation-patterns, imagemagick | graphicsmagick-imagemagick-compat, libreoffice-grammarcheck, myspell-dictionary, mythes-thesaurus, pstoedit, unixodbc, default-jre (>= 2:1.8) | java-runtime (>= 8) | java8-runtime | jre Size: 39404 SHA256: 9af1617b2024f9115165f6b7a01c60a78906af51e1c31c8cbbc03568269b8985 SHA1: b22d3f81febfcab766a64a5e2f88e2a4c3b37c6a MD5sum: 8ad3fad957a22a9d466515fdde2e1240 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_24.8.2-1~bpo12+1_i386.deb Package: libreoffice-plasma Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 129 Maintainer: Debian LibreOffice Maintainers Architecture: i386 Replaces: libreoffice-kde5 (<< 1:6.4.0~) Depends: libreoffice-core (= 4:24.8.2-1~bpo12+1), kio, libc6 (>= 2.4), libgcc-s1 (>= 3.0), 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: 57884 SHA256: efe9ae21c103dc63abd5f144692225369f7a0f0d126c4e99c4d13049d5fedcd4 SHA1: a6f441cd5c4f1ff0fc3ba1277f9a96f403d575ec MD5sum: a0f0579a78b8c5e65d7761a302ba9dc4 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_24.8.2-1~bpo12+1_i386.deb Package: libreoffice-qt5 Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 844 Maintainer: Debian LibreOffice Maintainers Architecture: i386 Depends: libreoffice-core (= 4:24.8.2-1~bpo12+1), libc6 (>= 2.34), libcairo2 (>= 1.10.0), libepoxy0 (>= 1.0), libgcc-s1 (>= 3.0), 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.14.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: 261732 SHA256: 0c85670074271f3710a4012ed762981769c006fbb8f66b1974e9ab288106f9e4 SHA1: 47cddcea8b676933fcb7be247eacdc68c2b28799 MD5sum: b5de8f690c803d43536b2f9b50ef7597 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_24.8.2-1~bpo12+1_i386.deb Package: libreoffice-qt6 Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 988 Maintainer: Debian LibreOffice Maintainers Architecture: i386 Depends: libreoffice-core (= 4:24.8.2-1~bpo12+1), libc6 (>= 2.32), libcairo2 (>= 1.10.0), libepoxy0 (>= 1.0), libgcc-s1 (>= 3.0), 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: 294476 SHA256: e85b24751a774a33b9533dae7babadaf379765d2f55e8908263ca0b2dce87b92 SHA1: 05353795b3831bafdbf913548d695c031da5de1a MD5sum: 0b6da0755ffec47fa49ea6583e4e6fd5 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_24.8.2-1~bpo12+1_i386.deb Package: libreoffice-report-builder Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 424 Maintainer: Debian LibreOffice Maintainers Architecture: all Replaces: libreoffice-common (<< 1:6.4.2~r~~) Provides: libreoffice-reportdesigner Depends: liblibreoffice-java, libreoffice-common (>= 1:7.0.0~alpha), libreoffice-core | libreoffice-core-nogui, libreoffice-report-builder-bin (>= 4:24.8.2), libreoffice-uiconfig-report-builder (= 4:24.8.2-1~bpo12+1), libreoffice-java-common, ucf, 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 Enhances: libreoffice-base Breaks: libreoffice-common (<< 1:6.4.2~rc1~) Size: 315696 SHA256: ff58340cac916c42656c9d5899927f23463f071e09f949fc1d6b5f0af795f099 SHA1: 2a88641ff4bcbb881ad2ba70f8dccaae2df1e32f MD5sum: 4ccc04afa259ab109c742b19468fe9c1 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-report-builder-bin Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 3416 Maintainer: Debian LibreOffice Maintainers Architecture: i386 Depends: libreoffice-base, libreoffice-core, libc6 (>= 2.32), libgcc-s1 (>= 4.2), 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: 931588 SHA256: 2309b806d248b49414e1b3379c78e879beb68cd98e8dbe964df4f336886c146e SHA1: 65388f5fb514f3972ea43af13edcb5dd426f0f71 MD5sum: 3e13e8f9f68e909c25cebc2cbec85f73 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_24.8.2-1~bpo12+1_i386.deb Package: libreoffice-report-builder-bin-nogui Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 2070 Maintainer: Debian LibreOffice Maintainers Architecture: i386 Replaces: libreoffice-report-builder-bin Depends: libreoffice-base-nogui | libreoffice-base, libreoffice-core-nogui | libreoffice-core, libc6 (>= 2.32), libgcc-s1 (>= 4.2), 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: 532448 SHA256: 2f547a6987f903789cc885d7afdda0ade43cab11cf16fc69db93e97e2a76a202 SHA1: c62100354f36ab38b3ac77c21c6388cb3590b345 MD5sum: 3991f80df582b166955f57d8eefd533d 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_24.8.2-1~bpo12+1_i386.deb Package: libreoffice-script-provider-bsh Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 168 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: 71792 SHA256: a995051c77c278ec5738fc18459a917763b8abda3445ba809a85c251de4ac33c SHA1: 41fd7c8be7dc544dab490e4aa321751e74200776 MD5sum: e3830f75acf840aa0221384d8f67ce44 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-script-provider-js Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 103 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: 48116 SHA256: e53e18a203605e016195eaafaf1612095d8da2489a1c74e9cb2bb6a43c534f36 SHA1: 03617fd9721badbfbe716ef7c6a6ddb31a8905ae MD5sum: 19228b46b98c885f8d072370fb693618 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-script-provider-python Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 112 Maintainer: Debian LibreOffice Maintainers Architecture: all Depends: libreoffice-common, libreoffice-core-nogui | libreoffice-core, python3-uno Size: 48896 SHA256: 4090c0182577c1223447809988e6e0259712fc29b9a9a8041ebc787432d92474 SHA1: 90982781f1b19d2029f30eefeb0b41fb88087b77 MD5sum: 44f21320f382a0fa9a245359567d5878 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-sdbc-firebird Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 623 Maintainer: Debian LibreOffice Maintainers Architecture: i386 Depends: libreoffice-core-nogui | libreoffice-core, firebird3.0-server-core, ucf, libc6 (>= 2.4), libfbclient2 (>= 3.0.11~), libgcc-s1 (>= 3.0), 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: 190188 SHA256: 9d7de6eb9aee8dc44ee6ff38b64b13476870e56fa44ca55e9af12763522692dd SHA1: da5e1d1e3e8b958ba6354f797fd91369379d91c0 MD5sum: 74ef21d101bb3f497714486b88642e57 Description: 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 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_24.8.2-1~bpo12+1_i386.deb Package: libreoffice-sdbc-hsqldb Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 455 Maintainer: Debian LibreOffice Maintainers Architecture: i386 Depends: libreoffice-core-nogui | libreoffice-core, libreoffice-java-common (>= 4:24.8.2~), default-jre (>= 2:1.8) | java-runtime (>= 8) | java8-runtime | jre, libhsqldb1.8.0-java, libc6 (>= 2.32), libgcc-s1 (>= 3.0), 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: 158064 SHA256: 74c04523658ce617f06cdc1085be3947c9dc859d829e7205bfd6a9fa0a655b5b SHA1: f7bcff4fe505935a2f93f531c58893dbf1ee9fe1 MD5sum: 7df00e8b96d9bf6593a9399ec28ec9c0 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_24.8.2-1~bpo12+1_i386.deb Package: libreoffice-sdbc-mysql Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 652 Maintainer: Debian LibreOffice Maintainers Architecture: i386 Depends: libreoffice-core-nogui | libreoffice-core, ucf, libc6 (>= 2.4), libgcc-s1 (>= 3.0), 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 Suggests: default-mysql-server | virtual-mysql-server Size: 187064 SHA256: 301fba5037ea77e5a26a1a0805d8629b711fc6deffe7837877f429ce9da46125 SHA1: d85fecc8e090d7f0579ad11d85e0c214244407f1 MD5sum: ded0b277d50b6e7f397837a54cfb4f3c 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_24.8.2-1~bpo12+1_i386.deb Package: libreoffice-sdbc-postgresql Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 1030 Maintainer: Debian LibreOffice Maintainers Architecture: i386 Depends: libreoffice-common (>= 1:7.0.0~alpha), libreoffice-core-nogui | libreoffice-core, ucf, libc6 (>= 2.4), libgcc-s1 (>= 3.0), 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 Suggests: postgresql (>= 8.4) Enhances: libreoffice-base-drivers Size: 285884 SHA256: b99ea5d410b618871d8295f33936361ed8e96450efaefab5b8b3657edb357aa7 SHA1: b1aa752823b993ee71c31ddb00bf0aae23abea56 MD5sum: a7d9d57c43916df89e01d419d4d7674d 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_24.8.2-1~bpo12+1_i386.deb Package: libreoffice-smoketest-data Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 106 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: 71440 SHA256: 7bf3406df4005d10a06b30892036d20b617846f7782ec75becec839e37b2082f SHA1: 6021e9268e2e495079c39a382dcce7dfb698dbb5 MD5sum: f703ded5b4233075ec453ade3b4ee9c8 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-style-breeze Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 7306 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-style Depends: libreoffice-style-colibre Recommends: libreoffice-common Suggests: breeze-icon-theme Enhances: libreoffice-core Size: 3352776 SHA256: a97c66c5d693bd05cf757ba94d0fd2c9af172182747c8db1cb940523ac87f809 SHA1: cc0f956096048217e3aa433fd5a5532a938f0f46 MD5sum: 99439f22e224545eef68dc74c50d523a 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-style-colibre Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 11740 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-style Recommends: libreoffice-common Enhances: libreoffice-core Size: 7283356 SHA256: 4ea04e488fb1b68f95328e4770dc4d06d0c83c77c40bf1071bfed08344552214 SHA1: 307aacf73cb98f8d070f7a8cd82646b0dadd5fb8 MD5sum: b998e30fde7b987f728e73a590faae56 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-style-elementary Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 9789 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-style Depends: libreoffice-style-colibre Recommends: libreoffice-common Enhances: libreoffice-core Size: 8226472 SHA256: 79d80552f08e4b12485225096e8c09dc9518c293b717bd4ed4f2d9b759f28273 SHA1: d324fb8285ae5876e9f99684354fef86e6f12e2c MD5sum: 95bec7402f9aaa7a851f38fb7f28d5e7 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-style-karasa-jaga Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 22731 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-style Recommends: libreoffice-common Enhances: libreoffice-core Size: 20123988 SHA256: 6e32bd92f1c4810bbced911a27cc7cc925b36d6f7ef2691ec73e85e77a6682c0 SHA1: d3325556049e54d974b10d6e56553b28d11ccce5 MD5sum: 3fd70e01c0a16c07df4ff7b23b43fb0a 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-style-sifr Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 9485 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: 5100504 SHA256: aa480ad32a7e31feecce12b015886bffaf77c9cc2356e9b534592eb72d82c215 SHA1: 004324130e9ee7bd646b2ac62505e03f159f3dac MD5sum: fefea115e2066a5a8e99caf68485a590 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-style-sukapura Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 12845 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-style Recommends: libreoffice-common Enhances: libreoffice-core Size: 8641492 SHA256: 2c8aec5598f3281358db059033b082479006f170133f1a40b5e4221ef23bda9e SHA1: a013e1d60e27beaa73db4b4fcad494388da2fcb8 MD5sum: 5a39578dbe0dc374153271c2db950df3 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-subsequentcheckbase Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 2673 Maintainer: Debian LibreOffice Maintainers Architecture: all Depends: liblibreoffice-java, junit4 Size: 2305024 SHA256: fbd4d6bf5d8a994fee6a8c7c3b7c83e57850bf5a994c0f3fdf47daffbafb21b2 SHA1: 09919d7937fe19a1cf1ee0cdde3bde9895864115 MD5sum: 6e783d5fb8636ee1c74eba53842b338e 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-uiconfig-base Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 1095 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: 81332 SHA256: 8727fedba988e9198946a316e3f7dae4f09baadb7223116c2d1f3564acb6168d SHA1: e475ee072f9159dc11c01cbc3cb67eb16cda7e9c MD5sum: be543320c3d17cf8d7139cafd079bb9e 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-uiconfig-calc Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 6041 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: 208764 SHA256: a32a0872389afa0edb9134cccb5e1813dff446859ffaff0d226aeb07863938c1 SHA1: a3c54aeb8972deac3c0c9ad43c324cf22c8e27b4 MD5sum: f02c695119219efc62f6415ffa4e38fd 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-uiconfig-common Source: libreoffice Version: 4:24.8.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: 379456 SHA256: a9c856fed356aa60c4b9686096405a00aa64afa24e03073a50eabfcb32bdc8cd SHA1: 33d853b040852b500d484edd7be4b5f07a91347a MD5sum: e5cc985fa504d5ce2a4cbbe42dbb8738 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-uiconfig-draw Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 4054 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: 116080 SHA256: bff7e471367b8318f324113c8e3fa5e472beb1c8b13943d89f89456db56ddbe5 SHA1: f025f1862ec192273e7cfe287ecdb7c06bbb3f2d MD5sum: 5fa25ed6fed9076f4ae95cf6f5d83aea 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-uiconfig-impress Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 5650 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: 173916 SHA256: 35d07d8e979b60e4d07d97ac4326d4a3c94cd632d1f3e6df28c7fd3f411551b6 SHA1: e1939ead30f9604280dca4ed62a310b73c711926 MD5sum: da65737941d3df6b0a4b170d3cd75e6f 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-uiconfig-math Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 397 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: 54452 SHA256: 5d93980d8f290e1cea86879a7ffc2657130e2c2354d32905d224f871f3a4c18e SHA1: 5b9d0572bbf4db7cf370db1e1d2f8a34717bcac9 MD5sum: 41d112a3d6b012f34721b4184863c9f1 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-uiconfig-report-builder Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 251 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: 48840 SHA256: 49593b95f6cc54f04b522d82276ea502d20ec1aba4671031783a8255e35585ab SHA1: c3e678db026280cb17ded3bf688868a5e548c881 MD5sum: ea41f188aa3464134557642ad98f4df7 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-uiconfig-writer Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 9094 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: 292300 SHA256: ed010714837e309a6ffb69e3c446293ce24139c7828cac30319fed3cda483df1 SHA1: 58451404524b816a8daca39a3b276367cf2143fb MD5sum: ea0d31ecd0b5eda3753b9e914dc62eae 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_24.8.2-1~bpo12+1_all.deb Package: libreoffice-wiki-publisher Source: libreoffice (4:24.8.2-1~bpo12+1) Version: 4:1.2.0+LibO24.8.2-1~bpo12+1 Installed-Size: 4223 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: 1479148 SHA256: 200456d8a5656dc97373a1b7e34ce3aa7023f5ec81978fd76bd718d7c5f62c5e SHA1: ee172d4da4b2cddf55aaece44a6bab3dc04ebd75 MD5sum: ec0a4e4fd827e1c7b7f782ea6578dd60 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+LibO24.8.2-1~bpo12+1_all.deb Package: libreoffice-writer Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 34297 Maintainer: Debian LibreOffice Maintainers Architecture: i386 Replaces: libreoffice-common (<< 1:6.4.2~rc1~) Depends: libreoffice-base-core (= 4:24.8.2-1~bpo12+1), libreoffice-common (>= 1:7.0.0~alpha~), libreoffice-core (= 4:24.8.2-1~bpo12+1), libreoffice-uiconfig-writer (= 4:24.8.2-1~bpo12+1), ucf, libabw-0.1-1, libc6 (>= 2.35), libe-book-0.1-1, libepubgen-0.1-1, libetonyek-0.1-1, libgcc-s1 (>= 7), 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) Recommends: libreoffice-math Suggests: fonts-crosextra-caladea, fonts-crosextra-carlito, libreoffice-base, libreoffice-java-common (>= 4:24.8.2~), default-jre (>= 2:1.8) | java-runtime (>= 8) | java8-runtime | jre Breaks: libreoffice-common (<< 1:6.4.2~rc1~) Size: 10628400 SHA256: f908a7e75dd198cefe859dbe8a7d220e04801a82056872b10f8537dcd8785ff2 SHA1: ad27e1804788a7e83f194bf44dff5ca8b7f7b3f7 MD5sum: be7cb957fe23145f1e9564ccfac74a08 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_24.8.2-1~bpo12+1_i386.deb Package: libreoffice-writer-nogui Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 31712 Maintainer: Debian LibreOffice Maintainers Architecture: i386 Replaces: libreoffice-common (<< 1:6.4.2~rc1~), libreoffice-writer Depends: libreoffice-base-core (= 4:24.8.2-1~bpo12+1), libreoffice-common (>= 1:7.0.0~alpha~), libreoffice-core-nogui (= 4:24.8.2-1~bpo12+1) | libreoffice-core (= 4:24.8.2-1~bpo12+1), ucf, libabw-0.1-1, libc6 (>= 2.35), libe-book-0.1-1, libepubgen-0.1-1, libetonyek-0.1-1, libgcc-s1 (>= 7), 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) Recommends: libreoffice-math-nogui Suggests: fonts-crosextra-caladea, fonts-crosextra-carlito, libreoffice-base, libreoffice-java-common (>= 4:24.8.2~), default-jre (>= 2:1.8) | java-runtime (>= 8) | java8-runtime | jre Conflicts: libreoffice-writer Breaks: libreoffice-common (<< 1:6.4.2~rc1~) Size: 9836720 SHA256: dd46349dbd6c1c67985fb31ce672db1e1669e24b2c399d8df7e9dfa600211cd2 SHA1: 1eff9a61973ef0ac74354338aaa93cf58c48b4cf MD5sum: 8d10f00264c04f3e5e53cb4103d38488 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_24.8.2-1~bpo12+1_i386.deb Package: libreofficekit-data Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 70 Maintainer: Debian LibreOffice Maintainers Architecture: all Recommends: gir1.2-lokdocview-0.1 Size: 40300 SHA256: 525799ced913e3c3396377232ff3449b3a04cbaf38de306b1eafb4688eb9bfde SHA1: 2385e0b618f17bf2f981266c1198a0eaa22ee768 MD5sum: 1aa66a0d3047cec7dfaec9bedc080247 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_24.8.2-1~bpo12+1_all.deb Package: libreofficekit-dev Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 266 Maintainer: Debian LibreOffice Maintainers Architecture: i386 Replaces: gir1.2-lokdocview-0.1 (<< 1:5.4.0~rc1) Depends: gir1.2-lokdocview-0.1 (= 4:24.8.2-1~bpo12+1) Recommends: libreoffice-core, libreofficekit-data Suggests: libgtk-3-dev Size: 70792 SHA256: c05735a6b9d6e2225d707cd1407184f12b6b89f9370dafb8d8c08018d93d75ed SHA1: bfffaa794532020d0ae296b3a1143751dce1d81b MD5sum: f06a7506b223bc608269c053546edf32 Description: LibreOfficeKit -- headers LibreOfficeKit can be used for accessing LibreOffice functionality through C/C++, without any need to use UNO. . For now it only offers document conversion (in addition to an experimental tiled rendering API). . 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_24.8.2-1~bpo12+1_i386.deb Package: libroutino-dev Source: routino Version: 3.4.1-1~bpo12+1 Installed-Size: 141 Maintainer: Debian GIS Project Architecture: i386 Depends: libroutino0 (= 3.4.1-1~bpo12+1), libroutino-slim0 (= 3.4.1-1~bpo12+1) Size: 98076 SHA256: 240b53477afa2edf0b82bd7b65e94a36cb68386f2acb1bb668917b1e23bcdc27 SHA1: 4b10fe38662cff8134cf19ab2cbd60586977867b MD5sum: 42ed3e1dec3d67ba4981c8b29f653e21 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.1-1~bpo12+1_i386.deb Package: libroutino-slim0 Source: routino Version: 3.4.1-1~bpo12+1 Installed-Size: 354 Maintainer: Debian GIS Project Architecture: i386 Depends: routino-common (= 3.4.1-1~bpo12+1), libc6 (>= 2.33) Size: 167660 SHA256: efd26028409b028a5998e19c507665043299cf59e27dd0ac0193989889bc4fa7 SHA1: 1e48209d7147af34dc0e43f857bc13acf579e78f MD5sum: 2facda7ba7ee3ba4cdc0810bdd56a0f5 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.1-1~bpo12+1_i386.deb Package: libroutino0 Source: routino Version: 3.4.1-1~bpo12+1 Installed-Size: 286 Maintainer: Debian GIS Project Architecture: i386 Depends: routino-common (= 3.4.1-1~bpo12+1), libc6 (>= 2.33) Size: 147244 SHA256: a09fd6e8937497d9a97a5cbaab4e64abde5a48efba3d8863b88680eb613e9596 SHA1: 2e53f7f00af964f98cb4362cb6d7b5a647559fc4 MD5sum: fc89af24281dad0b066033c67ddb0895 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.1-1~bpo12+1_i386.deb Package: librust-blake2-dev Source: rust-blake2 Version: 0.10.6-2~bpo12+1 Installed-Size: 195 Maintainer: Debian Rust Maintainers Architecture: i386 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: 48352 SHA256: 95cb87db2dfbbb0553805ebbe0a20ab8fc6bae09e241524b74cb676354f661f3 SHA1: 566b3db83bbfb244b1fbe26cbd787da5098c27ee MD5sum: 2d3c104cd859de7a583109dacc2ce33d 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_i386.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: i386 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: 6de02f0571ad0abef4f58e3419e5c2b74a5526617b6e7f6ee7658b996ceda704 SHA1: 3b2562e7aa26d086575f75c7f80a436b302fe16e MD5sum: 20e2801228d3703e23d3f407d4fbc029 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_i386.deb Package: librust-pythonize-dev Source: rust-pythonize Version: 0.19.0-1~bpo12+1 Installed-Size: 92 Maintainer: Debian Rust Maintainers Architecture: i386 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: 29617e7e29c6ec4fbc4682a85b6d39dcfce37a897d0ca2cb57110d4c2e27f700 SHA1: 5e128356adb4bddb296484bd45c206ac7eb84899 MD5sum: 42ae869457413103b2ef40270d8a743d 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_i386.deb Package: libsbuild-perl Source: sbuild Version: 0.85.11~bpo12+1 Installed-Size: 451 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: 88020 SHA256: 331e059d347bfc9526a96b24f3205226197fd14112ca418b5c7413324618ee40 SHA1: 4b9ecf623bfe3814b6bcbf866f9d10f456f2e7d9 MD5sum: 30fa21d560852f79cdf9353ab4f91400 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.85.11~bpo12+1_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: libsmbclient Source: samba Version: 2:4.20.5+dfsg-1~bpo12+1 Installed-Size: 260 Maintainer: Debian Samba Maintainers Architecture: i386 Depends: samba-libs (= 2:4.20.5+dfsg-1~bpo12+1), libbsd0 (>= 0.0), libc6 (>= 2.25), libndr4 (>= 2:4.17.2), libtalloc2 (>= 2.4.2~), libtevent0 (>= 0.16.1~) Size: 96196 SHA256: 7bbe4a37559da6741204728f7988ee9d30ec1f663f6a824638799edda20cbd72 SHA1: 779d77e40ffb62e59b2e662fab4255187e386126 MD5sum: f8a38e7642fdfa8829d266197a01629a 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.20.5+dfsg-1~bpo12+1_i386.deb Package: libsmbclient-dev Source: samba Version: 2:4.20.5+dfsg-1~bpo12+1 Installed-Size: 277 Maintainer: Debian Samba Maintainers Architecture: i386 Depends: libsmbclient (= 2:4.20.5+dfsg-1~bpo12+1) Size: 70920 SHA256: 5a0fece98a3381feb563a8b08cec38444522d0d347327a66afd91f75bed4d554 SHA1: 414982516c05b971d3b350c2d8660a1e4c68900f MD5sum: eb70ec24dfbcc2dbfce2885f73970e9d 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.20.5+dfsg-1~bpo12+1_i386.deb Package: libspa-0.2-bluetooth Source: pipewire Version: 1.2.4-1~bpo12+1 Installed-Size: 1382 Maintainer: Utopia Maintenance Team Architecture: i386 Depends: libspa-0.2-modules (= 1.2.4-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: 366760 SHA256: 3bdf08e17161ffc93bab8e9046c352ee36e3c19bbe8686c8d31dacdca5824e64 SHA1: ab5377ecbd8bc9f94d49865bb1521d0916c5bec1 MD5sum: 9984f926af3a25854167c571dbdc6e8f 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.4-1~bpo12+1_i386.deb Package: libspa-0.2-dev Source: pipewire Version: 1.2.4-1~bpo12+1 Installed-Size: 671 Maintainer: Utopia Maintenance Team Architecture: i386 Suggests: pipewire-doc Size: 111500 SHA256: 3b7a52a709efdc4d4499a8da02677b8b4a4c0452b6170b07a31c8e93b546e41a SHA1: 031ea3b2fb86a758e69754f40c6151a78d0f3a30 MD5sum: 484dedf59d5c990a432e14dbdffa3b0f 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.4-1~bpo12+1_i386.deb Package: libspa-0.2-jack Source: pipewire Version: 1.2.4-1~bpo12+1 Installed-Size: 204 Maintainer: Utopia Maintenance Team Architecture: i386 Depends: libspa-0.2-modules (= 1.2.4-1~bpo12+1), libc6 (>= 2.7), libjack-jackd2-0 (>= 1.9.10+20150825) | libjack-0.125 Size: 60384 SHA256: 7c73acaeac0c6842ae27799712dd561bfdbbd61262badb07ac349db5d623fc1d SHA1: 1a77f79bfff606903e65f28a42d5b3e1c7757b52 MD5sum: 5298897fcc55f0b3738272f0c9f7b986 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.4-1~bpo12+1_i386.deb Package: libspa-0.2-libcamera Source: pipewire Version: 1.2.4-1~bpo12+1 Installed-Size: 164 Maintainer: Utopia Maintenance Team Architecture: i386 Replaces: pipewire-libcamera (<< 0.3.72-1~) Provides: pipewire-libcamera Depends: libspa-0.2-modules (= 1.2.4-1~bpo12+1), libc6 (>= 2.32), libcamera0.3 (>= 0.3.1), libgcc-s1 (>= 4.2), libstdc++6 (>= 11) Breaks: pipewire-libcamera (<< 0.3.72-1~) Size: 69004 SHA256: 950fdf401d238e3fc3583b876453193d22c94be15e39ca6b38a25a3a54f15ebe SHA1: 51cc1eab42431ab38ad7f6b395eb429432753433 MD5sum: 0cd6139bb7913b41e8de509dd69a4949 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.4-1~bpo12+1_i386.deb Package: libspa-0.2-modules Source: pipewire Version: 1.2.4-1~bpo12+1 Installed-Size: 2582 Maintainer: Utopia Maintenance Team Architecture: i386 Replaces: pipewire (<< 0.3.5) Depends: libasound2 (>= 1.2.5), libc6 (>= 2.34), libdbus-1-3 (>= 1.9.14), libgcc-s1 (>= 3.0), libstdc++6 (>= 11), libsystemd0, libudev1 (>= 183), libwebrtc-audio-processing1 Breaks: pipewire (<< 0.3.5) Size: 593588 SHA256: ebc7b7bc001cd44802ba1ba12ce7b14677dc85b2fce0f8cbdeb87803638a6374 SHA1: 08ed02e14f583ce8c33d3a6acf0a3983511de77b MD5sum: 14708bc13474ff3b70d1c24c36e16222 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.4-1~bpo12+1_i386.deb Package: libspeechd-dev Source: speech-dispatcher Version: 0.11.5-4~bpo12+1 Installed-Size: 103 Maintainer: Debian TTS Team Architecture: i386 Depends: libspeechd2 (= 0.11.5-4~bpo12+1), libglib2.0-dev Suggests: speech-dispatcher Size: 25280 SHA256: 17e1c28501e8bfd56f2079765144265befd47cce163ad2b44f800de531534877 SHA1: f6bb8868cdd275549a0da2175e6a66d983044af2 MD5sum: ac336950da50309973e82bec5d5888f4 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.11.5-4~bpo12+1_i386.deb Package: libspeechd2 Source: speech-dispatcher Version: 0.11.5-4~bpo12+1 Installed-Size: 71 Maintainer: Debian TTS Team Architecture: i386 Depends: libc6 (>= 2.34), libglib2.0-0 (>= 2.36) Size: 22208 SHA256: 0780ae40bdd0c24a82133a77454f2d989736c25f087aa56e67dd44bfbe55250e SHA1: c4d9db7c894b46d12fa59d15c883cd1aed9b9cec MD5sum: 8a94c338be8bea080aa84b73768473a1 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.11.5-4~bpo12+1_i386.deb Package: libsqlcipher-dev Source: sqlcipher Version: 4.6.0-1~bpo12+1 Installed-Size: 2298 Maintainer: Debian QA Group Architecture: i386 Depends: libc6-dev, libsqlcipher1 (= 4.6.0-1~bpo12+1) Suggests: sqlite3-doc Size: 795612 SHA256: 62c3c251fe3a31024449b44f3118345dc3189bf051cc6082a50ec94cad79c18a SHA1: 4bc9e864f57acb09e88a3004299b1737b1fa073c MD5sum: 0ec44851450fa05b31cb2e6d6675abd4 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) . SQLCipher v3.4.1 is based on SQLite3 v3.15.2. Multi-Arch: same Homepage: http://sqlcipher.net/ Section: libdevel Priority: optional Filename: pool/main/s/sqlcipher/libsqlcipher-dev_4.6.0-1~bpo12+1_i386.deb Package: libsqlcipher1 Source: sqlcipher Version: 4.6.0-1~bpo12+1 Installed-Size: 1397 Maintainer: Debian QA Group Architecture: i386 Depends: libc6 (>= 2.34), libssl3 (>= 3.0.0) Size: 617900 SHA256: 37346b36cac04e3854ce8466e57443791b89a033571ed1d58164ef655859fa5a SHA1: b048c0113ec1dc05ec2ed29b2db0dbc11b211050 MD5sum: 835e41c9ed86f4650df3b5e4fd99ee2a 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. . SQLCipher v3.4.1 is based on SQLite3 v3.15.2. Multi-Arch: same Homepage: http://sqlcipher.net/ Section: libs Priority: optional Filename: pool/main/s/sqlcipher/libsqlcipher1_4.6.0-1~bpo12+1_i386.deb Package: libss2 Source: e2fsprogs Version: 1.47.1~rc2-1~bpo12+1 Installed-Size: 72 Maintainer: Theodore Y. Ts'o Architecture: i386 Replaces: e2fsprogs (<< 1.34-1) Depends: libcom-err2, libc6 (>= 2.34) Size: 27788 SHA256: 6472ae128539f19aed86e5fb5c78a8f98233292847d9e4f929746ef672374712 SHA1: ebcfe3d550489eff40f1a0db1bd5b56f45971e15 MD5sum: ee25845bd76938640353e6e32f1f0e07 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.1~rc2-1~bpo12+1_i386.deb Package: libstlink-dev Source: stlink Version: 1.8.0-1~bpo12+1 Installed-Size: 306 Maintainer: Luca Boccassi Architecture: i386 Depends: libstlink1 (= 1.8.0-1~bpo12+1) Size: 86216 SHA256: ebacb3cd23040f7b242e657242350129d96089094a5d2d1c3af7754879f5cf9f SHA1: 23b74dacf0acf8e69263d2af7ac5c05393c7d83e MD5sum: 721a9a98776bf92726a247d123457518 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_i386.deb Package: libstlink1 Source: stlink Version: 1.8.0-1~bpo12+1 Installed-Size: 174 Maintainer: Luca Boccassi Architecture: i386 Depends: libc6 (>= 2.33), libusb-1.0-0 (>= 2:1.0.22) Size: 67928 SHA256: a4b56ed7d5011e7b3064705bf650eccd339def96c205d6457eb26bc6ded363cf SHA1: 046f8f29371cae8e0ae2b84b1fe80118d7860222 MD5sum: cff6eac6bcce5c3dff3c10094552a115 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_i386.deb Package: libstrophe-dev Source: libstrophe Version: 0.13.0-1~bpo12+1 Installed-Size: 3433 Maintainer: Debian XMPP Maintainers Architecture: i386 Depends: libexpat1-dev, libssl-dev, libstrophe0 (= 0.13.0-1~bpo12+1) Size: 422028 SHA256: 42435957f4579afdb8aed3c5753197aea793aee46006219039f72d0175964ab6 SHA1: 6625a413f262c4e56971a3b334726b8c4e339414 MD5sum: 8ad7a469ccef910ee95f785f41b4a9c4 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.13.0-1~bpo12+1_i386.deb Package: libstrophe0 Source: libstrophe Version: 0.13.0-1~bpo12+1 Installed-Size: 194 Maintainer: Debian XMPP Maintainers Architecture: i386 Depends: libc6 (>= 2.34), libexpat1 (>= 2.0.1), libssl3 (>= 3.0.0), zlib1g (>= 1:1.1.4) Size: 72364 SHA256: 477b08ff34619d3071c53589c0484503aa2fdc9587a3f5bcd7055ab7275733d0 SHA1: 47e1592c77bc7ae70fb711c55ea95f7671e12c21 MD5sum: 54736b55a1d9f4638a5ae92148f5aa3e 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.13.0-1~bpo12+1_i386.deb Package: libswupdate-dev Source: swupdate Version: 2023.12.1+dfsg-2~bpo12+1 Installed-Size: 61 Maintainer: Bastian Germann Architecture: i386 Replaces: swupdate-dev (<< 2020.11-1) Depends: libswupdate0.1 (= 2023.12.1+dfsg-2~bpo12+1) Suggests: swupdate-doc Breaks: swupdate-dev (<< 2020.11-1) Size: 17980 SHA256: 0fdeb894d41b874049f53b1eb45d4d856f4a3b71a687e6808084a74acf43b3c7 SHA1: 7ae36d51c2079c027b3f8a1ce822c9733acd1d47 MD5sum: 49943d92c423c80bd7cad5e91e2fb27b 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_2023.12.1+dfsg-2~bpo12+1_i386.deb Package: libswupdate0.1 Source: swupdate Version: 2023.12.1+dfsg-2~bpo12+1 Installed-Size: 157 Maintainer: Bastian Germann Architecture: i386 Depends: libc6 (>= 2.34) Size: 36584 SHA256: 1175a788f53f0bc13b89628d1a8a02a642f1d253a4d67bbfa54cb86c1108c10e SHA1: 777016f74d1189a52fa7eca2c88720e07cbaf4e6 MD5sum: 547fa6dde21fe22244adddca9e8230bc 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_2023.12.1+dfsg-2~bpo12+1_i386.deb Package: libsystemd-dev Source: systemd Version: 254.16-1~bpo12+1 Installed-Size: 4860 Maintainer: Debian systemd Maintainers Architecture: i386 Depends: libsystemd0 (= 254.16-1~bpo12+1) Size: 1238392 SHA256: e09190ce490978d602b3586902182017f609123f4c4be72aa3ca8b5e8c1f21ad SHA1: e77e274095a400be9d10c98f84d3764d03ef2fa3 MD5sum: 837ec2940f9ad4818cfe343d613f7409 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.16-1~bpo12+1_i386.deb Package: libsystemd-shared Source: systemd Version: 254.16-1~bpo12+1 Installed-Size: 6046 Maintainer: Debian systemd Maintainers Architecture: i386 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: 1923180 SHA256: 05ef29c590f1815ffb9b07eebe3afd650e0370cb76aa753ad17bb61c5bb705fc SHA1: 29eae4d3e879c999563f3fe7ff97188e31abb237 MD5sum: c5a82049212633876b1cf42cf3d899b7 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.16-1~bpo12+1_i386.deb Package: libsystemd0 Source: systemd Version: 254.16-1~bpo12+1 Installed-Size: 999 Maintainer: Debian systemd Maintainers Architecture: i386 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: 380252 SHA256: bbccba4332b5544180057c4baf23abebb00e866add2cebc174b22c684232dd5a SHA1: 8db9cac578118a23fd9d0bafed00f72a2c031e2e MD5sum: c5f8156dddc6e9077c226f1d6648b323 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.16-1~bpo12+1_i386.deb Package: libtalloc-dev Source: talloc Version: 2.4.2-1~bpo12+1 Installed-Size: 222 Maintainer: Debian Samba Maintainers Architecture: i386 Depends: libtalloc2 (= 2.4.2-1~bpo12+1), pkg-config Size: 62884 SHA256: 5f0bd4bf8118928f89e90b6e489d243504832490c6ac3f4e7ff420d7e276eb31 SHA1: 181a3198fe1849cfbd4043399c6f553b698d634d MD5sum: 43f119bf3e62becc826f8af4eeef83e3 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://talloc.samba.org/ Section: libdevel Priority: optional Filename: pool/main/t/talloc/libtalloc-dev_2.4.2-1~bpo12+1_i386.deb Package: libtalloc2 Source: talloc Version: 2.4.2-1~bpo12+1 Installed-Size: 90 Maintainer: Debian Samba Maintainers Architecture: i386 Depends: libc6 (>= 2.16) Breaks: python3-talloc (<< 2.1.13-2~) Size: 26992 SHA256: 0dc39a8f505f4bf7b8403113d802f1356dd8365df674b6bfa0513257cc78b2bb SHA1: 38ac80e7de410a11a77c9e54d421fe85916f9aac MD5sum: 670936eaa8278d6e027f426ee2110e94 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://talloc.samba.org/ Section: libs Priority: optional Filename: pool/main/t/talloc/libtalloc2_2.4.2-1~bpo12+1_i386.deb Package: libtbox-dev Source: tbox Version: 1.7.6-1~bpo12+1 Installed-Size: 2813 Maintainer: Yangfl Architecture: i386 Size: 393304 SHA256: 0a3ffda822ecee69d59fe35766b325c0911eadc8431a2ca84a0fb175ffe7399b SHA1: f790318c3673e74715f470ceb8e1fb5f1d280002 MD5sum: ae56d41fa0dd4cea68af2cead33438c9 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_i386.deb Package: libtdb-dev Source: tdb Version: 1.4.10-1~bpo12+1 Installed-Size: 217 Maintainer: Debian Samba Maintainers Architecture: i386 Provides: tdb-dev Depends: libc6-dev, libtdb1 (= 1.4.10-1~bpo12+1) Size: 70476 SHA256: d3064d3e90c02b6c5913dbf86736375eeeef939594091d5ad706fdaeb68f53e6 SHA1: f2514a0513ffb1f5ff341b060f9e685e3948d045 MD5sum: 6db477f794d93ae163e21d54992051b0 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://tdb.samba.org/ Section: libdevel Priority: optional Filename: pool/main/t/tdb/libtdb-dev_1.4.10-1~bpo12+1_i386.deb Package: libtdb1 Source: tdb Version: 1.4.10-1~bpo12+1 Installed-Size: 142 Maintainer: Debian Samba Maintainers Architecture: i386 Depends: libc6 (>= 2.34) Size: 49172 SHA256: 8cf0c11523c328fe0e19a6413cdd26c62defd8ad188f2551a203e7d3571be6f3 SHA1: 0f9a0908b78485c07d7d6d4096efd508de08fd0c MD5sum: b6055511f3e095bcd612496c3b22bef5 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://tdb.samba.org/ Section: libs Priority: optional Filename: pool/main/t/tdb/libtdb1_1.4.10-1~bpo12+1_i386.deb Package: libtevent-dev Source: tevent Version: 0.16.1-2~bpo12+1 Installed-Size: 256 Maintainer: Debian Samba Maintainers Architecture: i386 Depends: libc6-dev, libtalloc-dev, libtevent0 (= 0.16.1-2~bpo12+1) Size: 62892 SHA256: e21fb55fabcf65e270eaa471be7ad03c9db79b4ab90874cea528807a26bab70f SHA1: 353cc178079051aaaa73bb530bab148113ad4a6e MD5sum: 9da47a36b7f70b4aa1d44762cfc6ab8f 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://tevent.samba.org/ Section: libdevel Priority: optional Filename: pool/main/t/tevent/libtevent-dev_0.16.1-2~bpo12+1_i386.deb Package: libtevent0 Source: tevent Version: 0.16.1-2~bpo12+1 Installed-Size: 135 Maintainer: Debian Samba Maintainers Architecture: i386 Depends: libc6 (>= 2.34), libtalloc2 (>= 2.4.2~) Size: 44112 SHA256: d22c883d2d6bb7cfafad72eefd3538a92d3784003e6103d504a1954b90f1a088 SHA1: d2cebaae2a9d33b93022a1ab651466f30a440332 MD5sum: 35428dba5252720803b8e880a0cbd9d2 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://tevent.samba.org/ Section: libs Priority: optional Filename: pool/main/t/tevent/libtevent0_0.16.1-2~bpo12+1_i386.deb Package: libthreadar-dev Source: libthreadar Version: 1.5.0-1~bpo12+1 Installed-Size: 2181 Maintainer: John Goerzen Architecture: i386 Depends: libthreadar1000 (= 1.5.0-1~bpo12+1) Size: 192756 SHA256: 420548270f5cc2c952a3169da7a43f4a5e9261c960ae2fdcc51a509aceb94438 SHA1: c2512be8ec3c23730affbcecc68448d8a8f2f6a3 MD5sum: e33cb7960eb402cb415ddd5bec12c7e3 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_i386.deb Package: libthreadar1000 Source: libthreadar Version: 1.5.0-1~bpo12+1 Installed-Size: 76 Maintainer: John Goerzen Architecture: i386 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 11) Size: 23224 SHA256: 2655835734b12cf786b466a160e7e84c1b8da59fc398e0d524ea430d7601d063 SHA1: 7c921cd97ca63b4984572c6a082360ce64f979f7 MD5sum: 500915bca87de110f79e8aca4a5da7e5 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_i386.deb Package: libtomcat10-embed-java Source: tomcat10 Version: 10.1.25-1~bpo12+1 Installed-Size: 4740 Maintainer: Debian Java Maintainers Architecture: all Depends: libeclipse-jdt-core-java (>= 3.26.0) Size: 4415584 SHA256: 6ff4fb67aa411049dc294b9d97fce1141b1f453902f7f29348203c789523b69c SHA1: 1519ef7824c29b4ccbc63c3f589c9e17e684bd45 MD5sum: 94762ce30a7909f8998afb7409b9104a 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.25-1~bpo12+1_all.deb Package: libtomcat10-java Source: tomcat10 Version: 10.1.25-1~bpo12+1 Installed-Size: 8264 Maintainer: Debian Java Maintainers Architecture: all Depends: libeclipse-jdt-core-java (>= 3.26.0) Suggests: tomcat10 (>= 10.1.25-1~bpo12+1) Size: 6319528 SHA256: fdfcbeebe900d7d33b0973b9d88813ff1eee42f4ecd74e3c3d4824c53b9e8e05 SHA1: 68e4a7b7a6af4ddac376d8076b3a112e4dec7760 MD5sum: 1c636710ec1384c11b5bec4c1db92715 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.25-1~bpo12+1_all.deb Package: libubootenv-dev Source: libubootenv Version: 0.3.5-0.1~bpo12+1 Installed-Size: 50 Maintainer: Nobuhiro Iwamatsu Architecture: i386 Depends: libubootenv0.1 (= 0.3.5-0.1~bpo12+1), zlib1g-dev Suggests: libubootenv-doc Size: 15800 SHA256: c7d6f26e27df751506be1af5f8d1dd8bfe679d2ecae05158b504e39fa96db345 SHA1: 6aee0f4ab1175f364ccd52aa1e76cf92994526e2 MD5sum: 28f969f93e6c4c4f8805f7edc2343cbe 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_i386.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: 31 Maintainer: Nobuhiro Iwamatsu Architecture: i386 Depends: libc6 (>= 2.34), libubootenv0.1 (= 0.3.5-0.1~bpo12+1) Conflicts: u-boot-tools (<< 2019.10) Size: 8376 SHA256: f6b0937ec170dc70a04bae9fbaaf98777f903ee51b696baa82e416d013e2781a SHA1: b7e18c6746b8904da860540762ea2fe8da8f22a5 MD5sum: 8dd383f159db6eee8a8f5606677c93fa 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_i386.deb Package: libubootenv0.1 Source: libubootenv Version: 0.3.5-0.1~bpo12+1 Installed-Size: 47 Maintainer: Nobuhiro Iwamatsu Architecture: i386 Depends: libc6 (>= 2.33), libyaml-0-2, zlib1g (>= 1:1.1.4) Size: 15020 SHA256: f0cbc5db18704151c8cb1a61b26a274837e92def02c5edaada19e38e27ecf626 SHA1: 3483ffd13834a8d79c42c8cfb35d9fe4f55d79fa MD5sum: 48816cd1a1b130ef632d524f391bb6fd 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_i386.deb Package: libudev-dev Source: systemd Version: 254.16-1~bpo12+1 Installed-Size: 144 Maintainer: Debian systemd Maintainers Architecture: i386 Depends: libudev1 (= 254.16-1~bpo12+1) Size: 56104 SHA256: 5e5536f03ee32ec1342f2cf33bda0f7b546bf969dab6ede20f69f67264051062 SHA1: 38ff287b8e93e6951068ffb96fc115dbcb66b5e7 MD5sum: c5d7318eee02deda4d5d326b1704e4f9 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.16-1~bpo12+1_i386.deb Package: libudev1 Source: systemd Version: 254.16-1~bpo12+1 Installed-Size: 269 Maintainer: Debian systemd Maintainers Architecture: i386 Depends: libc6 (>= 2.34), libcap2 (>= 1:2.10) Size: 123036 SHA256: 722fe13ad0b4fed9e56863dc983f9f20fb3265bc196223c385e3d6baf45b6a2a SHA1: bb2e1c3c1ccf37a0fadba3822b781133d5ce377f MD5sum: 14a71e8b0a66f6c66b53abe73194d270 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.16-1~bpo12+1_i386.deb Package: libuno-cppu3 Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 285 Maintainer: Debian LibreOffice Maintainers Architecture: i386 Replaces: uno-libs3, ure (<< 5.0.0~rc2-1) Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.0), 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: 123532 SHA256: 32e4d31cd25c4769415ff107d669a1f31acaa75087962b9d2c2fc9cb2a0f9da1 SHA1: 4f5063c2cc31b46c073c148af2871575e5b995b4 MD5sum: 9d23c7fdfaf575ee8034fa737326a4ad 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_24.8.2-1~bpo12+1_i386.deb Package: libuno-cppuhelpergcc3-3 Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 1301 Maintainer: Debian LibreOffice Maintainers Architecture: i386 Replaces: uno-libs3, ure (<< 5.0.0~rc2-1) Depends: uno-libs-private (= 4:24.8.2-1~bpo12+1), libc6 (>= 2.32), libgcc-s1 (>= 3.0), 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: 370360 SHA256: a5716f340396dd10a2a5aa61ee888c750086fa5c9837824bbec0eb16e7332d9c SHA1: f49023d3ede511744fe945235a7bc259566b3215 MD5sum: ca6fd2d2aa2ab37bc4ff9d6f622a9299 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_24.8.2-1~bpo12+1_i386.deb Package: libuno-purpenvhelpergcc3-3 Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 100 Maintainer: Debian LibreOffice Maintainers Architecture: i386 Replaces: uno-libs3, ure (<< 5.0.0~rc2-1) Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.0), libstdc++6 (>= 5), libuno-cppu3 (>= 1.4.0), libuno-sal3 (>= 1.4.0) Breaks: libreoffice-core (<< 1:4.3.0~), uno-libs3 Size: 47868 SHA256: 0ef68baa090dd460e7d80af5b4a3d72b6fc9b2a03133a63b302231a2e9379cf3 SHA1: 7f957f808ba7c58b0ede06cc17cf4e49025143ac MD5sum: 5ae40bc9814398abd3e4e26faaab05c3 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_24.8.2-1~bpo12+1_i386.deb Package: libuno-sal3 Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 534 Maintainer: Debian LibreOffice Maintainers Architecture: i386 Replaces: uno-libs3, ure (<< 5.0.0~rc2-1) Depends: libc6 (>= 2.34), libgcc-s1 (>= 7), libstdc++6 (>= 12), zlib1g (>= 1:1.1.4) Breaks: libreoffice-core (<< 1:4.3.0~), uno-libs3 Size: 229072 SHA256: 044b0daed377223f48f1a156591a8e0b0da540d64d21395abc929872f45589dd SHA1: 8910015d0e429cac7c7e6d09ed4a9124b677ab50 MD5sum: 90890b8916b7886bce4270c152728235 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_24.8.2-1~bpo12+1_i386.deb Package: libuno-salhelpergcc3-3 Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 108 Maintainer: Debian LibreOffice Maintainers Architecture: i386 Replaces: uno-libs3, ure (<< 5.0.0~rc2-1) Depends: libc6 (>= 2.34), libgcc-s1 (>= 7), libstdc++6 (>= 12), libuno-sal3 (>= 1.8.0) Breaks: libreoffice-core (<< 1:4.3.0~), uno-libs3 Size: 49944 SHA256: 9de98d92b9ae9932c55486fcc51c3de334f3e47f94fe4f89bbafdc4b3b56b8e1 SHA1: 0f1e9be188a97e2758f96956c598ba1b02dfe42a MD5sum: b32acebbed8ebbbd753ade1ed55dbbeb 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_24.8.2-1~bpo12+1_i386.deb Package: libunoloader-java Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 85 Maintainer: Debian LibreOffice Maintainers Architecture: all Replaces: ure (<< 6.4.0~rc1-6) Breaks: ure (<< 6.4.0~rc1-6) Size: 43484 SHA256: 0b5d2797875040da5e47d89b6e93bfcf9eb324e64a308a341fcac4ef231f82fe SHA1: dcfa4a2c1082ad94844fcdcfc347470a55a3f3b3 MD5sum: 4380c46eca3aea5d9b57c51ec32bb226 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_24.8.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: 67 Maintainer: Debian X Strike Force Architecture: i386 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: 22448 SHA256: b48431a020dac1340ca5001b01f24b840fc0025f6a7672e9082618731864e0a3 SHA1: 7ef01628445ed90412e473433d0cbd803e65cbb7 MD5sum: 37035d9b6241f530350b315da3531aa2 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_i386.deb Package: libwayland-client0 Source: wayland Version: 1.23.0-1~bpo12+1 Installed-Size: 77 Maintainer: Debian X Strike Force Architecture: i386 Replaces: libwayland0 (<< 1.1.0-1) Depends: libc6 (>= 2.28), libffi8 (>= 3.4) Conflicts: libwayland0 (<< 1.1.0-1) Size: 27000 SHA256: 84fd65cee719c2a4a284c4e9b69e03766f4c1f15f894826889a41423fff27bfe SHA1: 888dfec93327413937381498aabb8e364b95e0ae MD5sum: 02f4a9e8beff685cc158bb1f6037a60e 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_i386.deb Package: libwayland-cursor0 Source: wayland Version: 1.23.0-1~bpo12+1 Installed-Size: 46 Maintainer: Debian X Strike Force Architecture: i386 Replaces: libwayland0 (<< 1.1.0-1) Depends: libc6 (>= 2.28), libwayland-client0 (>= 1.20.0) Conflicts: libwayland0 (<< 1.1.0-1) Size: 11960 SHA256: 1916c7ff8240d7fb7b06d0409cadba7995a8313bc0cfb7f16a9fcd8103b25451 SHA1: d330254233ec7234f7df9e645815643b2c837838 MD5sum: 50fab7dfa17e9784154adde88c933051 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_i386.deb Package: libwayland-dev Source: wayland Version: 1.23.0-1~bpo12+1 Installed-Size: 620 Maintainer: Debian X Strike Force Architecture: i386 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: a9347e22bcdc267d7c419b8e14c43eb802d96213c145650432e9d29679661524 SHA1: a4c7a3f1b458dfe3ae3cc72182bdccedc99a231d MD5sum: ca6c1c41c8d4b9877bbf6a729eb58667 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_i386.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: i386 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: 4360 SHA256: 65d9ebc5b383d91ead74253ee895d81a0d7022caeb0e8a67b9708ebba9da7e8f SHA1: e7195f24fcd15f95640a88906ad695fba56611ce MD5sum: 69e38aba722d52ddccefbb597a0d17b6 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_i386.deb Package: libwayland-egl1 Source: wayland Version: 1.23.0-1~bpo12+1 Installed-Size: 30 Maintainer: Debian X Strike Force Architecture: i386 Replaces: libwayland-egl1-mesa (<< 18.0.5-0) Provides: libwayland-egl1-mesa Depends: libc6 (>= 2.1.3) Breaks: libwayland-egl1-mesa (<< 18.0.5-0) Size: 5536 SHA256: 3a615a609184130ce77f0bd6f3ce43d7f4ee09221e982ce20c29c8d85aca3f7c SHA1: 04a47f5b8f0a7cb82b0689dc99c9c761c5e57311 MD5sum: 5097fde86ff5af5d9f019caeb3bca185 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_i386.deb Package: libwayland-server0 Source: wayland Version: 1.23.0-1~bpo12+1 Installed-Size: 103 Maintainer: Debian X Strike Force Architecture: i386 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: 35576 SHA256: 5fe691349d3e37fd577bbc4376778a12f44ead28a6a8943944e952c06bc222c6 SHA1: 029f45e0c5b9c4f15454657da01513f4df144a23 MD5sum: 4027c4a1979b38f9f2124aa4de7d8946 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_i386.deb Package: libwbclient-dev Source: samba Version: 2:4.20.5+dfsg-1~bpo12+1 Installed-Size: 628 Maintainer: Debian Samba Maintainers Architecture: i386 Replaces: samba-dev (<< 2:4.19.6+dfsg-2~) Depends: libwbclient0 (= 2:4.20.5+dfsg-1~bpo12+1) Breaks: samba-dev (<< 2:4.19.6+dfsg-2~) Size: 108988 SHA256: be5e71a4807885fe24fd5c1dd6e7e8bcf51c8c2bd307e71da02f7b1c2df377e9 SHA1: 8221e3a363d73a55ebd55422fa407f498bdc69cd MD5sum: d99790375c69bf00e1a3f64145f7b5e7 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.20.5+dfsg-1~bpo12+1_i386.deb Package: libwbclient0 Source: samba Version: 2:4.20.5+dfsg-1~bpo12+1 Installed-Size: 151 Maintainer: Debian Samba Maintainers Architecture: i386 Depends: libbsd0 (>= 0.0), libc6 (>= 2.34) Size: 66456 SHA256: 6d4ebcc0c973bb7b5fd48ad0a79109b15b8d505391446c071732c8e16714028b SHA1: 1a6f031eb2ac6308f3142f6af78a12dd791bf6c3 MD5sum: af35d2bfa9a5663c131477a2414de857 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.20.5+dfsg-1~bpo12+1_i386.deb Package: libwebkit2gtk-4.0-37 Source: webkit2gtk Version: 2.42.1-1~bpo12+1 Installed-Size: 82359 Maintainer: Debian WebKit Maintainers Architecture: i386 Depends: libjavascriptcoregtk-4.0-18 (= 2.42.1-1~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.15.12), libdrm2 (>= 2.4.75), libenchant-2-2 (>= 2.2.3), libepoxy0 (>= 1.3), libfontconfig1 (>= 2.12.6), libfreetype6 (>= 2.9.1), libgbm1 (>= 17.1.0~rc2), libgcc-s1 (>= 7), 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-3-0 (>= 3.23.0), libharfbuzz-icu0 (>= 0.9.9), libharfbuzz0b (>= 1.4.2), libhyphen0 (>= 2.7.1), libicu72 (>= 72.1~rc-1~), libjpeg62-turbo (>= 1.3.1), libjxl0.7 (>= 0.6.1), liblcms2-2 (>= 2.2+git20110628), libmanette-0.2-0 (>= 0.1.2), libopenjp2-7 (>= 2.2.0), 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.3.92), libwebp7 (>= 1.2.4), libwebpdemux2 (>= 1.2.4), libwoff1 (>= 1.0.0), libwpe-1.0-1 (>= 1.3.0), libwpebackend-fdo-1.0-1 (>= 1.8.0), libx11-6, libxcomposite1 (>= 1:0.4.5), libxdamage1 (>= 1:1.1), 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: 22632636 SHA256: 9deb11ed843a25a21bc31ad604d732fbf3134e642ec8160e475c62ec2eaf5449 SHA1: 7bb803a829efaf845e8b266ee4ec922fd49d3bd6 MD5sum: 2651f1bc04986e0525b69871627c0fce 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.42.1-1~bpo12+1_i386.deb Package: libwebkit2gtk-4.0-dev Source: webkit2gtk Version: 2.42.1-1~bpo12+1 Installed-Size: 5537 Maintainer: Debian WebKit Maintainers Architecture: i386 Depends: libwebkit2gtk-4.0-37 (= 2.42.1-1~bpo12+1), gir1.2-webkit2-4.0 (= 2.42.1-1~bpo12+1), libgtk-3-dev, libsoup2.4-dev, libjavascriptcoregtk-4.0-dev (= 2.42.1-1~bpo12+1) Size: 300996 SHA256: 7fbdfe088b98a0e71c9e04c8773a914de5c9a2325b161250c184fd51b0b719d5 SHA1: 26663b3e651d6667fef334ac50921519aee62f87 MD5sum: 09818ed29cd4811ac5418460685029fa 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.42.1-1~bpo12+1_i386.deb Package: libwebkit2gtk-4.0-doc Source: webkit2gtk Version: 2.42.1-1~bpo12+1 Installed-Size: 33444 Maintainer: Debian WebKit Maintainers Architecture: all Suggests: devhelp Size: 847368 SHA256: 66875d7105d92a2c5d0f96879cce542cbdc91204decbdd39a766ee21e674a09d SHA1: 7aa0a19bcd0aa9b002342c5b3ddfa79c533c7eb7 MD5sum: 1ffe70c1868e583496f31ee4e212986b 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 and is valid for versions 4.0, 4.1 and 6.0 of the API. Multi-Arch: foreign Homepage: https://webkitgtk.org/ Section: doc Priority: optional Filename: pool/main/w/webkit2gtk/libwebkit2gtk-4.0-doc_2.42.1-1~bpo12+1_all.deb Package: libwebkit2gtk-4.1-0 Source: webkit2gtk Version: 2.42.1-1~bpo12+1 Installed-Size: 82447 Maintainer: Debian WebKit Maintainers Architecture: i386 Depends: libjavascriptcoregtk-4.1-0 (= 2.42.1-1~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.15.12), libdrm2 (>= 2.4.75), libenchant-2-2 (>= 2.2.3), libepoxy0 (>= 1.3), libfontconfig1 (>= 2.12.6), libfreetype6 (>= 2.9.1), libgbm1 (>= 17.1.0~rc2), libgcc-s1 (>= 7), 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-3-0 (>= 3.23.0), libharfbuzz-icu0 (>= 0.9.9), libharfbuzz0b (>= 1.4.2), libhyphen0 (>= 2.7.1), libicu72 (>= 72.1~rc-1~), libjpeg62-turbo (>= 1.3.1), libjxl0.7 (>= 0.6.1), liblcms2-2 (>= 2.2+git20110628), libmanette-0.2-0 (>= 0.1.2), libopenjp2-7 (>= 2.2.0), 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.3.92), libwebp7 (>= 1.2.4), libwebpdemux2 (>= 1.2.4), libwoff1 (>= 1.0.0), libwpe-1.0-1 (>= 1.3.0), libwpebackend-fdo-1.0-1 (>= 1.8.0), libx11-6, libxcomposite1 (>= 1:0.4.5), libxdamage1 (>= 1:1.1), 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: 22659960 SHA256: d52a99b641d2dd8c76ddc7e7779aa4e0f44ad9441b547c0fa6d9d186e6b5e5f7 SHA1: 61ab381d8c6d3be56f215da7ebd1006754c7dec8 MD5sum: 15a34bfa10640fba7ad4da5aeee9527f 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.42.1-1~bpo12+1_i386.deb Package: libwebkit2gtk-4.1-dev Source: webkit2gtk Version: 2.42.1-1~bpo12+1 Installed-Size: 5537 Maintainer: Debian WebKit Maintainers Architecture: i386 Depends: libwebkit2gtk-4.1-0 (= 2.42.1-1~bpo12+1), gir1.2-webkit2-4.1 (= 2.42.1-1~bpo12+1), libgtk-3-dev, libsoup-3.0-dev, libjavascriptcoregtk-4.1-dev (= 2.42.1-1~bpo12+1) Size: 300872 SHA256: e57aaab5bb748f8c7c649d47f3ebf2f78753295f61915265c71a5078b6562af0 SHA1: bd05d7b3e00e13a5a636b2fd5e9e107dac97c4d6 MD5sum: baf4b3479746e32ba16543e4571fe612 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.42.1-1~bpo12+1_i386.deb Package: libwebkitgtk-6.0-4 Source: webkit2gtk Version: 2.42.1-1~bpo12+1 Installed-Size: 80744 Maintainer: Debian WebKit Maintainers Architecture: i386 Depends: libjavascriptcoregtk-6.0-1 (= 2.42.1-1~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.15.12), libdrm2 (>= 2.4.75), libenchant-2-2 (>= 2.2.3), libepoxy0 (>= 1.3), libfontconfig1 (>= 2.12.6), libfreetype6 (>= 2.9.1), libgbm1 (>= 17.1.0~rc2), libgcc-s1 (>= 7), 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.4.2), libhyphen0 (>= 2.7.1), libicu72 (>= 72.1~rc-1~), libjpeg62-turbo (>= 1.3.1), libjxl0.7 (>= 0.6.1), liblcms2-2 (>= 2.2+git20110628), libmanette-0.2-0 (>= 0.1.2), libopenjp2-7 (>= 2.2.0), 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.3.92), libwebp7 (>= 1.2.4), libwebpdemux2 (>= 1.2.4), libwoff1 (>= 1.0.0), libwpe-1.0-1 (>= 1.3.0), libwpebackend-fdo-1.0-1 (>= 1.8.0), libx11-6, libxcomposite1 (>= 1:0.4.5), libxdamage1 (>= 1:1.1), 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: 22375688 SHA256: fd95bedf00fa5a0d0a0e0020157a37d87c00c68ec120cd74e181a2ec2c6d041e SHA1: 96f7a3298a0388407880c7f4c6b7985609235976 MD5sum: 1a5263531c927c47f102fee674c031f9 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.42.1-1~bpo12+1_i386.deb Package: libwebkitgtk-6.0-dev Source: webkit2gtk Version: 2.42.1-1~bpo12+1 Installed-Size: 2275 Maintainer: Debian WebKit Maintainers Architecture: i386 Depends: libwebkitgtk-6.0-4 (= 2.42.1-1~bpo12+1), gir1.2-webkit-6.0 (= 2.42.1-1~bpo12+1), libgtk-4-dev, libsoup-3.0-dev, libjavascriptcoregtk-6.0-dev (= 2.42.1-1~bpo12+1) Size: 179820 SHA256: ab896982b3c0087aa4c033c140c2bf2d306e5a755bcb7f76a1aee7b3808c4d4b SHA1: 222495d4b207ab12b30d1dd509c0dfb62a86ef9a MD5sum: b62d74442b93c58aab4e0e7fc719f532 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.42.1-1~bpo12+1_i386.deb Package: libweston-14-0 Source: weston Version: 14.0.0-2~bpo12+2 Installed-Size: 1448 Maintainer: Debian X Strike Force Architecture: i386 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-server3-3 (>= 3.0.0), libfreerdp3-3 (>= 3.0.0), libgbm1 (>= 21.3.0~rc1), libgles2, libglib2.0-0 (>= 2.12.0), libgstreamer-plugins-base1.0-0 (>= 1.2.0), libgstreamer1.0-0 (>= 1.4.0), libinput10 (>= 1.2.0), libjpeg62-turbo (>= 1:2.0.2), liblcms2-2 (>= 2.7), libpango-1.0-0 (>= 1.22.0), libpangocairo-1.0-0 (>= 1.22.0), libpipewire-0.3-0 (>= 0.3.1), libpixman-1-0 (>= 0.30.0), libpng16-16 (>= 1.6.2-1), libseat1 (>= 0.5.0), libudev1 (>= 183), libva-drm2 (>= 1.1.0), libva2 (>= 1.7.3), libwayland-client0 (>= 1.22.0), libwayland-cursor0 (>= 1.22.0), libwayland-egl1 (>= 1.22.0), libwayland-server0 (>= 1.22.0), libwebp7 (>= 1.2.4), libwinpr3-3 (>= 3.0.0), libx11-6, libx11-xcb1 (>= 2:1.8.4), libxcb-composite0, libxcb-render0, libxcb-shm0, libxcb-xfixes0, libxcb-xkb1, libxcb1 (>= 1.8), libxcursor1 (>> 1.1.2), libxkbcommon0 (>= 0.5.0) Breaks: weston (<< 1.12.0-1) Size: 436216 SHA256: 3f16127b51fa2ba2836ed578a1771cf7ddeca2038d6a05c1de96e7334446c52b SHA1: 08a12eac91cdf8f06059b74cb80f0b9fb382d0ed MD5sum: 57434e20037af5f401393ca6e8d43198 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_i386.deb Package: libweston-14-dev Source: weston Version: 14.0.0-2~bpo12+2 Installed-Size: 234 Maintainer: Debian X Strike Force Architecture: i386 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: 5d05793df81ae10c8623a5545a9b659e1ade46a07fa009ee5a2d052ca66876c3 SHA1: 5f4292746896419cf18e8618d9c9423f164c4eb2 MD5sum: 5120d05117da3f7cbd797ba1bff7e00f 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_i386.deb Package: libwinpr-tools3-3 Source: freerdp3 Version: 3.5.1+dfsg1-5~bpo12+1 Installed-Size: 172 Maintainer: Debian Remote Maintainers Architecture: i386 Depends: libc6 (>= 2.4), libssl3 (>= 3.0.0), libwinpr3-3 (= 3.5.1+dfsg1-5~bpo12+1) Size: 39364 SHA256: fcc438a83af8d21ba1af91701625685b2a365488b63818e3bc18423d2d386967 SHA1: 9d116ff47f197eade03460efffe9faecf7c7e36b MD5sum: 67197dce7364a87ec8291fb22c080102 Description: Windows Portable Runtime Tools library FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . This package contains the shared library for Windows Portable Runtime utilities and tools. Multi-Arch: same Homepage: https://www.freerdp.com/ Section: libs Priority: optional Filename: pool/main/f/freerdp3/libwinpr-tools3-3_3.5.1+dfsg1-5~bpo12+1_i386.deb Package: libwinpr3-3 Source: freerdp3 Version: 3.5.1+dfsg1-5~bpo12+1 Installed-Size: 1262 Maintainer: Debian Remote Maintainers Architecture: i386 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3), libicu72 (>= 72.1~rc-1~), libk5crypto3 (>= 1.8+dfsg), libkrb5-3 (>= 1.15~beta1), libssl3 (>= 3.0.0), liburiparser1 (>= 0.6.0) Suggests: freerdp3-x11 Size: 334820 SHA256: e84ac8d5048b0313e0b240de9ea449b3dcc19edffaf5e287b9fb0fd0f01ad920 SHA1: 4bd9ccefeb00ac9ad653e1409399fd19b6a5d3a0 MD5sum: 7176471a41dc2dfd54165131fc47ce15 Description: Windows Portable Runtime library WinPR is a spin-off project of FreeRDP which aims at providing a portable implementation of important portions of the Windows API. Just like FreeRDP, WinPR is released under the Apache license. Unlike Wine, WinPR does not provide binary compatibility, and does not require applications to be built for Windows. Instead, WinPR provides API compatibility for applications targeting non-Windows environments. When on Windows, the original native API is being used instead of the equivalent WinPR implementation, without having to modify the code using it. . This package contains the WinPR shared library. Multi-Arch: same Homepage: https://www.freerdp.com/ Section: libs Priority: optional Filename: pool/main/f/freerdp3/libwinpr3-3_3.5.1+dfsg1-5~bpo12+1_i386.deb Package: libwinpr3-dev Source: freerdp3 Version: 3.5.1+dfsg1-5~bpo12+1 Installed-Size: 1134 Maintainer: Debian Remote Maintainers Architecture: i386 Depends: libssl-dev, libwinpr-tools3-3 (= 3.5.1+dfsg1-5~bpo12+1), libwinpr3-3 (= 3.5.1+dfsg1-5~bpo12+1) Size: 166484 SHA256: 6d0fd2e1edfec1776cf507d78e03d355812918dd49cf1724f6f4b3b2b97d9282 SHA1: 43c6736bbae6b166ac5fbd0eb59f681b4f6cec00 MD5sum: a835856cd84a6aa1c16816e42e1ba252 Description: Windows Portable Runtime library (development files) WinPR is a spin-off project of FreeRDP which aims at providing a portable implementation of important portions of the Windows API. Just like FreeRDP, WinPR is released under the Apache license. Unlike Wine, WinPR does not provide binary compatibility, and does not require applications to be built for Windows. Instead, WinPR provides API compatibility for applications targeting non-Windows environments. When on Windows, the original native API is being used instead of the equivalent WinPR implementation, without having to modify the code using it. . This package contains the WinPR development files. Multi-Arch: same Homepage: https://www.freerdp.com/ Section: libdevel Priority: optional Filename: pool/main/f/freerdp3/libwinpr3-dev_3.5.1+dfsg1-5~bpo12+1_i386.deb Package: libwireplumber-0.4-0 Source: wireplumber Version: 0.4.17-1~bpo12+1 Installed-Size: 1001 Maintainer: Utopia Maintenance Team Architecture: i386 Depends: libc6 (>= 2.33), libglib2.0-0 (>= 2.62), liblua5.4-0 (>= 5.4.4), libpipewire-0.3-0 (>= 0.3.68), libsystemd0 Size: 244996 SHA256: 879723a64a16e440a0da75a2e4b959c4aca03b08f779a13f5a7f18670858bfd8 SHA1: f85182a0fb29a43483d54b74543a4b3a2ea23fc5 MD5sum: 1d7a0811a851dbbdd2b94bc7e9beb693 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_i386.deb Package: libwireplumber-0.4-dev Source: wireplumber Version: 0.4.17-1~bpo12+1 Installed-Size: 866 Maintainer: Utopia Maintenance Team Architecture: i386 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: 68324 SHA256: 4e873d9b84d8e107118a5282434f207b9fd02733e52c06353cf9fa7f013950dc SHA1: 3603c00b099c95f9f322e66cfc7a6f757d8963b4 MD5sum: c4d8cd3eb0dde755b022d275a4ac5ce4 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_i386.deb Package: libwireplumber-0.5-0 Source: wireplumber Version: 0.5.6-1~bpo12+1 Installed-Size: 1123 Maintainer: Utopia Maintenance Team Architecture: i386 Depends: libc6 (>= 2.7), libglib2.0-0 (>= 2.68), liblua5.4-0 (>= 5.4.4), libpipewire-0.3-0 (>= 1.1.81), libsystemd0 Size: 283504 SHA256: 826878ca3b2d37fd9275bcf68c558c8fbec9567e6d1195e0a3e957a64f67316a SHA1: d762dc474a0facd084265a71da0e367f921f85a9 MD5sum: ff88eb298e774333efae1e0c27245249 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.6-1~bpo12+1_i386.deb Package: libwireplumber-0.5-dev Source: wireplumber Version: 0.5.6-1~bpo12+1 Installed-Size: 1018 Maintainer: Utopia Maintenance Team Architecture: i386 Depends: libglib2.0-dev, libpipewire-0.3-dev, libwireplumber-0.5-0 (= 0.5.6-1~bpo12+1), gir1.2-wp-0.5 (= 0.5.6-1~bpo12+1) Suggests: wireplumber-doc Size: 81008 SHA256: 446f9bfb57280c5747e881c9f8c80c1f71f9d609ebc4ced855bc0a46c691ce82 SHA1: 70b0486c2c26ecc4d9a303d755223cb8a165e9e0 MD5sum: 0ae9deac4f31ad9145dafcc3f4de55b0 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.6-1~bpo12+1_i386.deb Package: libxatracker-dev Source: mesa Version: 24.2.2-1~bpo12+1 Installed-Size: 60 Maintainer: Debian X Strike Force Architecture: i386 Depends: libxatracker2 (= 24.2.2-1~bpo12+1) Size: 22044 SHA256: 55ae59167173779348b439fded2add08143fe2a50c2e53315bb423142059693b SHA1: 2b8fc0c57f2dcbae22277fb232773ae1dd3b2820 MD5sum: 899f81bf8a36e5b4540f43d9ec6b5a5a Description: X acceleration library -- development files This package contains the XA (X acceleration) library. It is used exclusively by the X server to do render, copy and video acceleration. . XA is intended to be used by the vmware driver for virtualized X acceleration. . This package provides the development environment for compiling programs against the xatracker library. Multi-Arch: same Homepage: https://mesa3d.org/ Section: libdevel Priority: optional Filename: pool/main/m/mesa/libxatracker-dev_24.2.2-1~bpo12+1_i386.deb Package: libxatracker2 Source: mesa Version: 24.2.2-1~bpo12+1 Installed-Size: 12376 Maintainer: Debian X Strike Force Architecture: i386 Depends: libc6 (>= 2.34), libdrm-intel1 (>= 2.4.121), libdrm2 (>= 2.4.121), libexpat1 (>= 2.0.1), libgcc-s1 (>= 7), libllvm15, libstdc++6 (>= 11), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4) Size: 2361752 SHA256: 3ecaa5a8031aa0752e20f853591fd482e134b118824beef79778c38ee91fa4d1 SHA1: b61bd8caf1531d94c944a960364276faf4bed806 MD5sum: 8eb170befc1851f7ae205dc22f3c1292 Description: X acceleration library -- runtime This package contains the XA (X acceleration) library. It is used exclusively by the X server to do render, copy and video acceleration. . XA is intended to be used by the vmware driver for virtualized X acceleration. Multi-Arch: same Homepage: https://mesa3d.org/ Section: libs Priority: optional Filename: pool/main/m/mesa/libxatracker2_24.2.2-1~bpo12+1_i386.deb Package: libxcb-errors-dev Source: xcb-util-errors Version: 1.0.1-2~bpo12+1 Installed-Size: 66 Maintainer: Debian X Strike Force Architecture: i386 Depends: libxcb-errors0 (= 1.0.1-2~bpo12+1) Size: 18416 SHA256: 96c2c8fd7896d67a0328f8da4e3bf96cda7a9b6d57924bb9b4f770ad545b0c0b SHA1: 13bb8e7cebdebb3cfcd803389b3dc86aae8fa06c MD5sum: f489061f17bd4d128283d97818ef20eb 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_i386.deb Package: libxcb-errors0 Source: xcb-util-errors Version: 1.0.1-2~bpo12+1 Installed-Size: 58 Maintainer: Debian X Strike Force Architecture: i386 Depends: libc6 (>= 2.4), libxcb1 Size: 17228 SHA256: 35c3d999fced9752107654540082c7aeb7bc6675ad05b6ad8bad5164ac8ee147 SHA1: fbd353dd3b6a1018a09d0481f5b74c86a630eeb3 MD5sum: 0b7bcbd2e327e4da76c2474775f94af3 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_i386.deb Package: libxcb-imdkit-dev Source: xcb-imdkit Version: 1.0.9-1~bpo12+1 Installed-Size: 126 Maintainer: Debian Input Method Team Architecture: i386 Depends: libxcb-imdkit1 (= 1.0.9-1~bpo12+1), libxcb-keysyms1-dev, libxcb-util-dev, libxcb1-dev Size: 18268 SHA256: 33e9d24482a2356a22ba5f9ad0ae90e639361296b3471f482a4f62bab1a03fcb SHA1: a204a698307e4af535d255ed74379f7dde4ee90c MD5sum: 7ec1a2d599cd54157b11964e8f29cbc6 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_i386.deb Package: libxcb-imdkit1 Source: xcb-imdkit Version: 1.0.9-1~bpo12+1 Installed-Size: 596 Maintainer: Debian Input Method Team Architecture: i386 Depends: libc6 (>= 2.8), libxcb-util1 (>= 0.4.0), libxcb1 Size: 287512 SHA256: 274c9c26509bac3c98a976b2764a77a8afb5f1184ece04ba561d7d97163e5bef SHA1: 15924fd7b988f782a5b87d8393566b257764a4ba MD5sum: e72b8fb77c47b88f866998dd95f2ca5d 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_i386.deb Package: libxmp-dev Source: libxmp Version: 4.6.0-3~bpo12+1 Installed-Size: 215 Maintainer: Stephen Kitt Architecture: i386 Depends: libxmp4 (= 4.6.0-3~bpo12+1) Size: 104680 SHA256: 87dcc2e52b1a8b431f8afe3f4aa5d822e8c3cc2029459a50eabf0e8607b1da1f SHA1: 79273874f0231dd499890156fcb0ed27d684ae47 MD5sum: 1e4f5abcfe32c30a78958ae557242935 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_i386.deb Package: libxmp4 Source: libxmp Version: 4.6.0-3~bpo12+1 Installed-Size: 664 Maintainer: Stephen Kitt Architecture: i386 Depends: libc6 (>= 2.33) Size: 307540 SHA256: fe1834bbd8767134aa63a23a0ed36170b5a1ac252b831389bac74c7799b7daab SHA1: 776c0e01b92d64af1a36f7b349856c5c344e5905 MD5sum: 08416bd73c8d6fd879bc735e42fa25ed 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_i386.deb Package: libyara-dev Source: yara Version: 4.5.2-1~bpo12+1 Installed-Size: 1109 Maintainer: Debian Security Tools Architecture: i386 Depends: libyara10 (= 4.5.2-1~bpo12+1), libjansson-dev, libmagic-dev, libssl-dev Size: 260792 SHA256: 94cc973222770742c4d96d7be540376abe3062d06def85bd95ecad3ccac9fa2a SHA1: 577cf9ecb863379d75c204afb8186e70d261db14 MD5sum: aa450d01896f81bd9c222c6fc4666791 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_i386.deb Package: libyara10 Source: yara Version: 4.5.2-1~bpo12+1 Installed-Size: 602 Maintainer: Debian Security Tools Architecture: i386 Depends: libc6 (>= 2.34), libjansson4 (>= 2.14), libmagic1 (>= 5.12), libssl3 (>= 3.0.0) Size: 198480 SHA256: 4a94b6dd885ac4f3d99fee889e9b0fd3beb72662b68c157d4ede154062234773 SHA1: 8675f9ec5ee1aca1341cfd14956754f8110267a0 MD5sum: a59198a28a6ec99bb61fbf2b6d5fe3cc 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_i386.deb Package: libykhsmauth-dev Source: yubihsm-shell Version: 2.6.0-3~bpo12+1 Installed-Size: 32 Maintainer: Debian Security Tools Architecture: i386 Depends: libykhsmauth2 (= 2.6.0-3~bpo12+1) Size: 10348 SHA256: bca8ec81165017733832ba8f356f09335cbdf939b82870fe3746422f6f93c58b SHA1: 77a5cb47fd8658d430cee2604c76263acd4d4ba5 MD5sum: 36f4f0510c01ee56d8add84aa1c576bc 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_i386.deb Package: libykhsmauth2 Source: yubihsm-shell Version: 2.6.0-3~bpo12+1 Installed-Size: 49 Maintainer: Debian Security Tools Architecture: i386 Replaces: libykhsmauth1 Depends: libc6 (>= 2.4), libpcsclite1 (>= 1.3.3) Breaks: libykhsmauth1 Size: 17024 SHA256: e840c7dcd2328ee940d9b5b3518a77ad1127760b48881752960c9c636d27d009 SHA1: 5e79567669344ba783a974b30b56925975370aa2 MD5sum: e3451251055e893d703cd75d25e7e27f 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_i386.deb Package: libyubihsm-dev Source: yubihsm-shell Version: 2.6.0-3~bpo12+1 Installed-Size: 144 Maintainer: Debian Security Tools Architecture: i386 Depends: libyubihsm2 (= 2.6.0-3~bpo12+1) Size: 25796 SHA256: 830d7a1b39b809b9c1c0bd596de757975bedce444284da3e9a4166ff921c6646 SHA1: 8204b83fb3c9f17e357e2fe88a332cdfc0a1277a MD5sum: 501078aca0522667a67c7d649ee06e78 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_i386.deb Package: libyubihsm-http2 Source: yubihsm-shell Version: 2.6.0-3~bpo12+1 Installed-Size: 49 Maintainer: Debian Security Tools Architecture: i386 Replaces: libyubihsm-http1 Depends: libc6 (>= 2.7), libcurl4 (>= 7.16.2) Recommends: libyubihsm2 Suggests: yubihsm-connector Breaks: libyubihsm-http1 Size: 15364 SHA256: a43a0514254145f1e4fde1c086b985cf66c139702e5c61b527f869073effc6dd SHA1: db57f3336903ef11389a45940b01f293b2a5c945 MD5sum: f0df8ea832b60081945b0acdb732d8f1 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_i386.deb Package: libyubihsm-usb2 Source: yubihsm-shell Version: 2.6.0-3~bpo12+1 Installed-Size: 49 Maintainer: Debian Security Tools Architecture: i386 Replaces: libyubihsm-usb1 Depends: libc6 (>= 2.4), libusb-1.0-0 (>= 2:1.0.16) Recommends: libyubihsm2 Breaks: libyubihsm-usb1 Size: 15616 SHA256: 882a4bd730f14dc82c938cad29cd7b5951eff16e133c1d40e0d3752b160feaf3 SHA1: 1b36fab80e92f861f23fc6f05fd4b12a550e0dc1 MD5sum: 4cb68c6d5cc6fab14dfaf051c69c77e4 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_i386.deb Package: libyubihsm2 Source: yubihsm-shell Version: 2.6.0-3~bpo12+1 Installed-Size: 233 Maintainer: Debian Security Tools Architecture: i386 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: 63304 SHA256: 6b8465c57c029882c2c7433896d2e989831dbb07d3689dc3661e9bcc8a458942 SHA1: 21b153b27b5a6e18f6795b9081168bb8cc70ddea MD5sum: 59c08ca183dec8d27fd7b35e69a5e8d9 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_i386.deb Package: libzck-dev Source: zchunk Version: 1.3.1+ds1-1~bpo12+1 Installed-Size: 40 Maintainer: RPM packaging team Architecture: i386 Depends: libzck1 (= 1.3.1+ds1-1~bpo12+1), libzstd-dev Size: 11240 SHA256: c3c48591fd872d8af646c2730e76f02e934970cd92d71e70c6b65c39053ebef6 SHA1: 388066c153f5f8097aee69e39f4aebb83aa8a52a MD5sum: 997a19b9cfda5043dc7dcb81fd4b124c 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_i386.deb Package: libzck1 Source: zchunk Version: 1.3.1+ds1-1~bpo12+1 Installed-Size: 138 Maintainer: RPM packaging team Architecture: i386 Depends: libc6 (>= 2.8), libzstd1 (>= 1.5.2) Size: 48672 SHA256: d8523831b788db09c881a4303404ac5feb73329b986a21a62ffacfc152297a3b SHA1: 3a9c01d347958dac4ad83deba7856318e83f015c MD5sum: f7fa37569e10a432c26d10a6345d85e2 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_i386.deb Package: libzim-dev Source: libzim Version: 8.2.1-2~bpo12+1 Installed-Size: 122 Maintainer: Kunal Mehta Architecture: i386 Depends: libzim8 (= 8.2.1-2~bpo12+1), liblzma-dev, libxapian-dev, libicu-dev, libzstd-dev Size: 29108 SHA256: f71f624037f2c2a16376d1bec5919bbef456934868613f355b7d36081b17db39 SHA1: 71fe07ce2fa79147f27e8bd0dd72598ae4b95c80 MD5sum: 8af84150baadc3f300d981798205db6d 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_i386.deb Package: libzim8 Source: libzim Version: 8.2.1-2~bpo12+1 Installed-Size: 860 Maintainer: Kunal Mehta Architecture: i386 Depends: libc6 (>= 2.34), libgcc-s1 (>= 7), 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: 287952 SHA256: 3244422dfde1f98d2771fd822d504410d65253f56d618a16a7bd4982818fbd49 SHA1: d7fff913e3cf565f35dad871641861b5ae9eb9a6 MD5sum: e2788d34664819582d9be0bf1da3e30b 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_i386.deb Package: limnoria Version: 2024.8.26-1~bpo12+1 Installed-Size: 5399 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: 695360 SHA256: 24a78845cfe84d56b949fc210b56a346f380a73f76ceb9d8c69627896bf44a88 SHA1: 4c62cb0716380c9de26fbf01b6f93e11776b20f5 MD5sum: 87e5a20af1c3c6364b87dc0aee770ca1 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.8.26-1~bpo12+1_all.deb Package: linux-bpf-dev Source: linux Version: 6.10.11-1~bpo12+1 Installed-Size: 872 Maintainer: Debian Kernel Team Architecture: i386 Size: 873440 SHA256: 67344151fec7a6d6ff3e4ec5de39b99c6bb8745a8f387dac9626e1ad0fa5e050 SHA1: ba7ea2470e85443d22c739e2d893b4afe426c1be MD5sum: bd028fa0c8da418d2f6833a6b7170a3c 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.10.11-1~bpo12+1_i386.deb Package: linux-compiler-gcc-12-x86 Source: linux Version: 6.5.10-1~bpo12+1 Installed-Size: 708 Maintainer: Debian Kernel Team Architecture: i386 Depends: gcc-12 Size: 710420 SHA256: 21082623cff1b653da72536c0a52b5f7cb7c561e013c61601c156ac2ece6f306 SHA1: cd0c7ff24941cc7f457530238fd33fe60b48c225 MD5sum: bce420a626b42ac7e8339d77ab1d2888 Description: Compiler for Linux on x86 (meta-package) This package depends on GCC of the appropriate version and architecture for Linux on amd64, i386 and x32. Multi-Arch: foreign Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-compiler-gcc-12-x86_6.5.10-1~bpo12+1_i386.deb Package: linux-config-6.10 Source: linux Version: 6.10.11-1~bpo12+1 Installed-Size: 1036 Maintainer: Debian Kernel Team Architecture: i386 Recommends: linux-source-6.10 Size: 1041496 SHA256: d6d95dc7910049e72ddb173f2f5faab3dd45e30d35da8fec335baa96145ab0db SHA1: 7d0b658fa7a64d1a1e81bdeb1a81c1ea0ca960b3 MD5sum: 3c14b4404e67114e8f89eacf4a5bd8ae 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_i386.deb Package: linux-config-6.4 Source: linux Version: 6.4.4-3~bpo12+1 Installed-Size: 807 Maintainer: Debian Kernel Team Architecture: i386 Recommends: linux-source-6.4 Size: 806696 SHA256: 676a5cd20b97aef274ecb181c72cc2cb88f0a3926cdf7425bb95a7be9d4130bb SHA1: eb34764d57dd81107a45246a6defeeb4486dd61b MD5sum: f62fb3f877976c32ebcf4b90da0bba0a Description: Debian kernel configurations for Linux 6.4 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.4_6.4.4-3~bpo12+1_i386.deb Package: linux-config-6.5 Source: linux Version: 6.5.10-1~bpo12+1 Installed-Size: 818 Maintainer: Debian Kernel Team Architecture: i386 Recommends: linux-source-6.5 Size: 819764 SHA256: 14e57e601e4e45921a08e45e8e4b75f4336b83ac1ddd849767668ab24429b76e SHA1: c222c92e11b9de6983e62c87f67f0b7578486318 MD5sum: 59dc925d26b21c486613ae475abf83ca Description: Debian kernel configurations for Linux 6.5 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.5_6.5.10-1~bpo12+1_i386.deb Package: linux-config-6.9 Source: linux Version: 6.9.10-1~bpo12+1 Installed-Size: 998 Maintainer: Debian Kernel Team Architecture: i386 Recommends: linux-source-6.9 Size: 1001696 SHA256: 74a954c16914d91d4abb12703872c44bcb89be888fd1a0eeb02a7700d0d84d68 SHA1: 2656724bc584d72bf7117ae533b8ce5e9e96534b MD5sum: f6132ab9181cc3e47c4f3cb14565818b 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_i386.deb Package: linux-cpupower Source: linux Version: 6.10.11-1~bpo12+1 Installed-Size: 1275 Maintainer: Debian Kernel Team Architecture: i386 Depends: libc6 (>= 2.34), libcap2 (>= 1:2.10), libcpupower1 (>= 6.6~rc1-1~exp1), libpci3 (>= 1:3.8.0) Size: 1007164 SHA256: fa2256c254091d4cffaeb70dbbdc461426bc7f0544300886e649375704c695cf SHA1: 33344909da5a37314551b8174d8bc04640c5aa3f MD5sum: 7a970ee801dc9f7134f716f730eb4ce7 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. . The turbostat command reports topology, frequency, idle power-state statistics, temperature and power consumption information as provided by the CPU. . The x86_energy_perf_policy command sets a general policy on some Intel CPU models for the relative importance of performance versus energy savings. Homepage: https://www.kernel.org/ Section: admin Priority: optional Filename: pool/main/l/linux/linux-cpupower_6.10.11-1~bpo12+1_i386.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.4 Source: linux Version: 6.4.4-3~bpo12+1 Installed-Size: 188186 Maintainer: Debian Kernel Team Architecture: all Size: 35396652 SHA256: b24b7d76752022d7adf24282837fe7849d1ea32c6f248fff9730ca8ac5b57e0a SHA1: 6543b98064ae640c05cc71232e6fcebd5c97ab31 MD5sum: e3ee2317e3eae8fa167659f729968c4e Description: Linux kernel specific documentation for version 6.4 This package provides the various README files and HTML documentation for the Linux kernel version 6.4. 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.4/html/index.html. Multi-Arch: foreign Homepage: https://www.kernel.org/ Section: doc Priority: optional Filename: pool/main/l/linux/linux-doc-6.4_6.4.4-3~bpo12+1_all.deb Package: linux-doc-6.5 Source: linux Version: 6.5.10-1~bpo12+1 Installed-Size: 185594 Maintainer: Debian Kernel Team Architecture: all Size: 35803016 SHA256: 993c1582339e6defa2cee4a9f84604631a204eed65da5a774ce46e4277d7e88f SHA1: fa39a8bffbea7cc53642c0ce6cfa508d859f79a3 MD5sum: 4790b7d67d3d92e07f31a308a7b23766 Description: Linux kernel specific documentation for version 6.5 This package provides the various README files and HTML documentation for the Linux kernel version 6.5. 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.5/html/index.html. Multi-Arch: foreign Homepage: https://www.kernel.org/ Section: doc Priority: optional Filename: pool/main/l/linux/linux-doc-6.5_6.5.10-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.9.7+bpo-686 Source: linux Version: 6.9.7-1~bpo12+1 Installed-Size: 3743 Maintainer: Debian Kernel Team Architecture: i386 Depends: linux-headers-6.9.7+bpo-common (= 6.9.7-1~bpo12+1), linux-image-6.9.7+bpo-686 (= 6.9.7-1~bpo12+1) | linux-image-6.9.7+bpo-686-unsigned (= 6.9.7-1~bpo12+1), linux-kbuild-6.9.7+bpo, gcc-12 Size: 1367536 SHA256: 92396718dba4eb7fd446875c3bf3847760a8433cfe9f399b7c0fd991c468c46b SHA1: 8dc28357d488ecf4c262ffe53a719ee704f9f29c MD5sum: 182088daae089662044deb4b00c26434 Description: Header files for Linux 6.9.7+bpo-686 This package provides the architecture-specific kernel header files for Linux kernel 6.9.7+bpo-686, generally used for building out-of-tree kernel modules. These files are going to be installed into /usr/src/linux-headers-6.9.7+bpo-686, and can be used for building modules that load into the kernel provided by the linux-image-6.9.7+bpo-686 package. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-headers-6.9.7+bpo-686_6.9.7-1~bpo12+1_i386.deb Package: linux-headers-6.9.7+bpo-686-pae Source: linux Version: 6.9.7-1~bpo12+1 Installed-Size: 3736 Maintainer: Debian Kernel Team Architecture: i386 Depends: linux-headers-6.9.7+bpo-common (= 6.9.7-1~bpo12+1), linux-image-6.9.7+bpo-686-pae (= 6.9.7-1~bpo12+1) | linux-image-6.9.7+bpo-686-pae-unsigned (= 6.9.7-1~bpo12+1), linux-kbuild-6.9.7+bpo, gcc-12 Size: 1366804 SHA256: 78a413b2e62e0d23d9439f078aefefe64163219b8b77705e9d462f95860020dd SHA1: c4ea6827ec925a3e517091e1fc1fa36396a0b32d MD5sum: d3be8769de15b1c06048588fd6e97bff Description: Header files for Linux 6.9.7+bpo-686-pae This package provides the architecture-specific kernel header files for Linux kernel 6.9.7+bpo-686-pae, generally used for building out-of-tree kernel modules. These files are going to be installed into /usr/src/linux-headers-6.9.7+bpo-686-pae, and can be used for building modules that load into the kernel provided by the linux-image-6.9.7+bpo-686-pae package. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-headers-6.9.7+bpo-686-pae_6.9.7-1~bpo12+1_i386.deb Package: linux-headers-6.9.7+bpo-common Source: linux Version: 6.9.7-1~bpo12+1 Installed-Size: 59607 Maintainer: Debian Kernel Team Architecture: all Size: 10453776 SHA256: 4e1c46775d4f7488741c84ead05410b9d049b3e98154913073fefaaef1004dc2 SHA1: fe4c252589c3ca3f975f922d80c6d317e7339842 MD5sum: 4fcdca6b80a6b59fecd3d5e36f729cbd Description: Common header files for Linux 6.9.7+bpo This package provides the common kernel header files for Linux kernel version 6.9.7+bpo, generally used for building out-of-tree kernel modules. These files are going to be installed into /usr/src/linux-headers-6.9.7+bpo-common. . To obtain a complete set of headers you also need to install the linux-headers-6.9.7+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.9.7+bpo-common_6.9.7-1~bpo12+1_all.deb Package: linux-headers-6.9.7+bpo-common-rt Source: linux Version: 6.9.7-1~bpo12+1 Installed-Size: 48398 Maintainer: Debian Kernel Team Architecture: all Size: 8813768 SHA256: c788bd5adf2d296da713733d3a0f8253fbb35475b3fc9cdb366537e775016bc9 SHA1: ddc1a27a8257ed5e50d57fe6f683b1c4c0006105 MD5sum: ef511f6e3b272f8422b8fcff68fdbe70 Description: Common header files for Linux 6.9.7+bpo-rt This package provides the common kernel header files for Linux kernel version 6.9.7+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.9.7+bpo-common-rt. . To obtain a complete set of headers you also need to install the linux-headers-6.9.7+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.9.7+bpo-common-rt_6.9.7-1~bpo12+1_all.deb Package: linux-headers-6.9.7+bpo-rt-686-pae Source: linux Version: 6.9.7-1~bpo12+1 Installed-Size: 3735 Maintainer: Debian Kernel Team Architecture: i386 Depends: linux-headers-6.9.7+bpo-common-rt (= 6.9.7-1~bpo12+1), linux-image-6.9.7+bpo-rt-686-pae (= 6.9.7-1~bpo12+1) | linux-image-6.9.7+bpo-rt-686-pae-unsigned (= 6.9.7-1~bpo12+1), linux-kbuild-6.9.7+bpo, gcc-12 Size: 1366696 SHA256: 87a33f4ed9294c3accab0be7fde1db302062f8bf8cb2fb83817fa9036a27dfad SHA1: 6bf826f5ad26c47681b960be78e6530e033d5c8b MD5sum: 30a1394498cb029f0c5699442518bfbb Description: Header files for Linux 6.9.7+bpo-rt-686-pae This package provides the architecture-specific kernel header files for Linux kernel 6.9.7+bpo-rt-686-pae, generally used for building out-of-tree kernel modules. These files are going to be installed into /usr/src/linux-headers-6.9.7+bpo-rt-686-pae, and can be used for building modules that load into the kernel provided by the linux-image-6.9.7+bpo-rt-686-pae package. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-headers-6.9.7+bpo-rt-686-pae_6.9.7-1~bpo12+1_i386.deb Package: linux-headers-686 Source: linux Version: 6.6.13-1~bpo12+1 Installed-Size: 10 Maintainer: Debian Kernel Team Architecture: i386 Depends: linux-headers-6.6.13+bpo-686 (= 6.6.13-1~bpo12+1) Size: 1148 SHA256: cf2522cec8849f7dc5b30aa0cfbc09a1010a4fcfd82ac9f40f00cd37b3bb6266 SHA1: 7d207e4323ffc8bd07cb9bd9e77c5603160a81cd MD5sum: 2fb1c3ec9842ff2bbaf6347ad699af89 Description: Header files for Linux 686 configuration (meta-package) This package depends on the architecture-specific header files for the latest Linux kernel 686 configuration. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-headers-686_6.6.13-1~bpo12+1_i386.deb Package: linux-headers-686-pae Source: linux Version: 6.6.13-1~bpo12+1 Installed-Size: 10 Maintainer: Debian Kernel Team Architecture: i386 Provides: linux-headers-generic Depends: linux-headers-6.6.13+bpo-686-pae (= 6.6.13-1~bpo12+1) Size: 1176 SHA256: 147693cd68747771c83f9f23eafafa9db9b74edf3abf2fba0e45bc5047f8e41d SHA1: dc6736f92ccbc01d98f456be04991c7cc3b9cb6c MD5sum: f5779a3fe1be4bb37e344475ad8c8a28 Description: Header files for Linux 686-pae configuration (meta-package) This package depends on the architecture-specific header files for the latest Linux kernel 686-pae configuration. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-headers-686-pae_6.6.13-1~bpo12+1_i386.deb Package: linux-headers-rt-686-pae Source: linux Version: 6.6.13-1~bpo12+1 Installed-Size: 10 Maintainer: Debian Kernel Team Architecture: i386 Depends: linux-headers-6.6.13+bpo-rt-686-pae (= 6.6.13-1~bpo12+1) Size: 1164 SHA256: 46e13251d9542a5cb76e13614741d37dc6a4b55adc0c4aab834ef5427deb6bc7 SHA1: daba698f8265e3f8b1ec8543fe3e55e40d4e5f43 MD5sum: 374b7ddb44907989b6d49ae570928bda Description: Header files for Linux rt-686-pae configuration (meta-package) This package depends on the architecture-specific header files for the latest Linux kernel rt-686-pae configuration. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-headers-rt-686-pae_6.6.13-1~bpo12+1_i386.deb Package: linux-image-6.5.0-0.deb12.4-686-pae-unsigned Source: linux Version: 6.5.10-1~bpo12+1 Installed-Size: 183268 Maintainer: Debian Kernel Team Architecture: i386 Replaces: linux-image-6.5.0-0.deb12.4-686-pae Depends: kmod, linux-base (>= 4.3~), initramfs-tools (>= 0.120+deb8u2) | linux-initramfs-tool Recommends: firmware-linux-free, apparmor Suggests: linux-doc-6.5, debian-kernel-handbook, grub-pc | grub-efi-ia32 | extlinux Conflicts: linux-image-6.5.0-0.deb12.4-686-pae Breaks: fwupdate (<< 12-7), initramfs-tools (<< 0.120+deb8u2), wireless-regdb (<< 2019.06.03-1~) Size: 49893724 SHA256: 5c278a531ba3d2a83e3c3a8eeaca5829694c30de5cf64e9ea0a4cd6e3accf4db SHA1: 8b90ec057a6c10dcb9840d4ac5d5ced18afb37fe MD5sum: 57a777efa69cc757c8d43d494d9d6eac Description: Linux 6.5 for modern PCs The Linux kernel 6.5 and modules for use on PCs with one or more processors supporting PAE. . This kernel requires PAE (Physical Address Extension). This feature is supported by the Intel Pentium Pro/II/III/4/4M/D, Xeon, Core and Atom; AMD Geode NX, Athlon (K7), Duron, Opteron, Sempron, Turion or Phenom; Transmeta Efficeon; VIA C7; and some other processors. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-image-6.5.0-0.deb12.4-686-pae-unsigned_6.5.10-1~bpo12+1_i386.deb Package: linux-image-6.9.7+bpo-686 Source: linux Version: 6.9.7-1~bpo12+1 Installed-Size: 65742 Maintainer: Debian Kernel Team Architecture: i386 Depends: kmod, linux-base (>= 4.3~), initramfs-tools (>= 0.120+deb8u2) | linux-initramfs-tool Recommends: apparmor Suggests: firmware-linux-free, linux-doc-6.9, debian-kernel-handbook, grub-pc | grub-efi-ia32 | extlinux Breaks: fwupdate (<< 12-7), initramfs-tools (<< 0.120+deb8u2), wireless-regdb (<< 2019.06.03-1~) Size: 64322804 SHA256: 61967318398b56b75e0c3e7f7c92a6675350563e13ed99d4f5a6d63a17ef7ec5 SHA1: 00b3cdf4d5eea98a1f4d84120a3defb31827030e MD5sum: 44623ba3010e387785dcd7d0a7dbeb0d Description: Linux 6.9 for older PCs The Linux kernel 6.9 and modules for use on PCs with one or more processors not supporting PAE. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-image-6.9.7+bpo-686_6.9.7-1~bpo12+1_i386.deb Package: linux-image-6.9.7+bpo-686-dbg Source: linux Version: 6.9.7-1~bpo12+1 Installed-Size: 3763280 Maintainer: Debian Kernel Team Architecture: i386 Size: 846881648 SHA256: 5cfa1b8b24404743bc016655a4e946b75849dd7e3f510d40b305ab50deffbd9f SHA1: 5a140d62ba79569d98e7fd2689ad90f0a5247e68 MD5sum: 86135f714c1c475396d1eb4cb5ff0552 Description: Debug symbols for linux-image-6.9.7+bpo-686 This package provides the detached debug symbols for the Linux kernel and modules in linux-image-6.9.7+bpo-686. Homepage: https://www.kernel.org/ Section: debug Priority: optional Filename: pool/main/l/linux/linux-image-6.9.7+bpo-686-dbg_6.9.7-1~bpo12+1_i386.deb Package: linux-image-6.9.7+bpo-686-pae Source: linux Version: 6.9.7-1~bpo12+1 Installed-Size: 65983 Maintainer: Debian Kernel Team Architecture: i386 Depends: kmod, linux-base (>= 4.3~), initramfs-tools (>= 0.120+deb8u2) | linux-initramfs-tool Recommends: apparmor Suggests: firmware-linux-free, linux-doc-6.9, debian-kernel-handbook, grub-pc | grub-efi-ia32 | extlinux Breaks: fwupdate (<< 12-7), initramfs-tools (<< 0.120+deb8u2), wireless-regdb (<< 2019.06.03-1~) Size: 64576060 SHA256: e6f385a5a912c20cee514004aa7f07d3a0cc9882e0bc78ca65ab48731b96003f SHA1: 5fd7216e1175c35e7228823665537e924957a572 MD5sum: b8c93e193a2333d79bd5b73c2ec70f55 Description: Linux 6.9 for modern PCs The Linux kernel 6.9 and modules for use on PCs with one or more processors supporting PAE. . This kernel requires PAE (Physical Address Extension). This feature is supported by the Intel Pentium Pro/II/III/4/4M/D, Xeon, Core and Atom; AMD Geode NX, Athlon (K7), Duron, Opteron, Sempron, Turion or Phenom; Transmeta Efficeon; VIA C7; and some other processors. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-image-6.9.7+bpo-686-pae_6.9.7-1~bpo12+1_i386.deb Package: linux-image-6.9.7+bpo-686-pae-dbg Source: linux Version: 6.9.7-1~bpo12+1 Installed-Size: 3773142 Maintainer: Debian Kernel Team Architecture: i386 Size: 848894880 SHA256: 86e8ee4742e54b1ba727e0a02f96d3c35a4d26f4d49fed7edeba2ee1f01f1b0e SHA1: ddba85a209cc99beda6e2d14fd398dc5e8c6aaf7 MD5sum: 808fc93d6df3e34aa5d22d9040e1f37f Description: Debug symbols for linux-image-6.9.7+bpo-686-pae This package provides the detached debug symbols for the Linux kernel and modules in linux-image-6.9.7+bpo-686-pae. Homepage: https://www.kernel.org/ Section: debug Priority: optional Filename: pool/main/l/linux/linux-image-6.9.7+bpo-686-pae-dbg_6.9.7-1~bpo12+1_i386.deb Package: linux-image-6.9.7+bpo-rt-686-pae Source: linux Version: 6.9.7-1~bpo12+1 Installed-Size: 66058 Maintainer: Debian Kernel Team Architecture: i386 Depends: kmod, linux-base (>= 4.3~), initramfs-tools (>= 0.120+deb8u2) | linux-initramfs-tool Recommends: apparmor Suggests: firmware-linux-free, linux-doc-6.9, debian-kernel-handbook, grub-pc | grub-efi-ia32 | extlinux Breaks: fwupdate (<< 12-7), initramfs-tools (<< 0.120+deb8u2), wireless-regdb (<< 2019.06.03-1~) Size: 64656628 SHA256: 27666ef2f5b7827059d28cccd9aa42efb140c607f7a484569014195607f40784 SHA1: 211693f87f593a2faaca506334ce32757eb0b745 MD5sum: b80dcdecea50d4a0d9890b78ec5b20e2 Description: Linux 6.9 for modern PCs, PREEMPT_RT The Linux kernel 6.9 and modules for use on PCs with one or more processors supporting PAE. . This kernel requires PAE (Physical Address Extension). This feature is supported by the Intel Pentium Pro/II/III/4/4M/D, Xeon, Core and Atom; AMD Geode NX, Athlon (K7), Duron, Opteron, Sempron, Turion or Phenom; Transmeta Efficeon; VIA C7; and some other processors. . 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.9.7+bpo-rt-686-pae_6.9.7-1~bpo12+1_i386.deb Package: linux-image-6.9.7+bpo-rt-686-pae-dbg Source: linux Version: 6.9.7-1~bpo12+1 Installed-Size: 3799169 Maintainer: Debian Kernel Team Architecture: i386 Size: 851988488 SHA256: fb6e5877e990596a51a870b727efe567719b87bdc94c9502123b3c3c88414ed3 SHA1: 54b6dbe7936dd93cc9a82544b037e91e97e9b143 MD5sum: bf5a6012f7da3f0e9df04aa07611f664 Description: Debug symbols for linux-image-6.9.7+bpo-rt-686-pae This package provides the detached debug symbols for the Linux kernel and modules in linux-image-6.9.7+bpo-rt-686-pae. Homepage: https://www.kernel.org/ Section: debug Priority: optional Filename: pool/main/l/linux/linux-image-6.9.7+bpo-rt-686-pae-dbg_6.9.7-1~bpo12+1_i386.deb Package: linux-image-686 Source: linux Version: 6.6.13-1~bpo12+1 Installed-Size: 13 Maintainer: Debian Kernel Team Architecture: i386 Provides: linux-latest-modules-6.6.13+bpo-686, virtualbox-guest-modules, wireguard-modules (= 1.0.0) Depends: linux-image-6.6.13+bpo-686 (= 6.6.13-1~bpo12+1) Size: 1464 SHA256: ebe00517ac05c120a9edff53502f0ee98d5c3558ff7bc0089b912360c938f8bd SHA1: 91fd12de131cc093ce834caaa0edd149d254c146 MD5sum: f35ba77e658c373275baf67eba1b3682 Description: Linux for older PCs (meta-package) This package depends on the latest Linux kernel and modules for use on PCs with one or more processors not supporting PAE. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-image-686_6.6.13-1~bpo12+1_i386.deb Package: linux-image-686-dbg Source: linux Version: 6.6.13-1~bpo12+1 Installed-Size: 13 Maintainer: Debian Kernel Team Architecture: i386 Provides: linux-latest-image-dbg Depends: linux-image-6.6.13+bpo-686-dbg (= 6.6.13-1~bpo12+1) Size: 1320 SHA256: 43bf509bdf514a506715423cfb37a45a81c075cd2084239d8bfed9920ac8c11a SHA1: 58a8713ac683802d7bd2d790be86a3093b646100 MD5sum: 8f019e71f69024fb9b475f6418307f8a Description: Debugging symbols for Linux 686 configuration (meta-package) This package depends on the detached debugging symbols for the latest Linux kernel 686 configuration. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-image-686-dbg_6.6.13-1~bpo12+1_i386.deb Package: linux-image-686-pae Source: linux Version: 6.6.13-1~bpo12+1 Installed-Size: 13 Maintainer: Debian Kernel Team Architecture: i386 Provides: linux-image-generic, linux-latest-modules-6.6.13+bpo-686-pae, virtualbox-guest-modules, wireguard-modules (= 1.0.0) Depends: linux-image-6.6.13+bpo-686-pae (= 6.6.13-1~bpo12+1) Size: 1476 SHA256: 942acebf1d83b887f639e211a6786bc535790ebb8780b802daa04cfe4f2c00fd SHA1: 4e1f77c6b43b39c1b10e5584f9d3b2116140d701 MD5sum: ce817a115953a5a393caef42ae1478b5 Description: Linux for modern PCs (meta-package) This package depends on the latest Linux kernel and modules for use on PCs with one or more processors supporting PAE. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-image-686-pae_6.6.13-1~bpo12+1_i386.deb Package: linux-image-686-pae-dbg Source: linux Version: 6.6.13-1~bpo12+1 Installed-Size: 13 Maintainer: Debian Kernel Team Architecture: i386 Provides: linux-latest-image-dbg Depends: linux-image-6.6.13+bpo-686-pae-dbg (= 6.6.13-1~bpo12+1) Size: 1332 SHA256: b4c3629537cf5fccb15657ccd462e0485a7131e5e714ad1aab2b10f0ff1a5ad5 SHA1: 64a88c2788b5171dbc25519ee5272b661dc84cd8 MD5sum: b982fbb38023b359fed538ade853945d Description: Debugging symbols for Linux 686-pae configuration (meta-package) This package depends on the detached debugging symbols for the latest Linux kernel 686-pae configuration. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-image-686-pae-dbg_6.6.13-1~bpo12+1_i386.deb Package: linux-image-i386-signed-template Source: linux Version: 6.5.10-1~bpo12+1 Installed-Size: 3724 Maintainer: Debian Kernel Team Architecture: i386 Depends: dpkg-dev, python3:any Size: 1290064 SHA256: 669eedb78fc3aed5e0f0cab491a7e3dad4ad8b57ba08b0990695f8d5a5a60b0f SHA1: 91773ec52c87be48ccf4b1c622f57b306fb217ce MD5sum: 81e7f1279db6bd3ede1a39b13012fcc1 Description: Template for signed linux-image packages for i386 This package is used to control code signing by the Debian signing service. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-image-i386-signed-template_6.5.10-1~bpo12+1_i386.deb Package: linux-image-rt-686-pae Source: linux Version: 6.6.13-1~bpo12+1 Installed-Size: 13 Maintainer: Debian Kernel Team Architecture: i386 Provides: linux-latest-modules-6.6.13+bpo-rt-686-pae, virtualbox-guest-modules, wireguard-modules (= 1.0.0) Depends: linux-image-6.6.13+bpo-rt-686-pae (= 6.6.13-1~bpo12+1) Size: 1468 SHA256: 1ca53a4f8fb1c089f7e210218911e1775ad659d4c0cdf2a36d7964993d442eb0 SHA1: bf9c89576cc5d2dc48f2e5705ec818cefeaa5ac9 MD5sum: 351b6b0b67164e123eeac9e910e053f6 Description: Linux for modern PCs (meta-package) This package depends on the latest Linux kernel and modules for use on PCs with one or more processors supporting PAE. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-image-rt-686-pae_6.6.13-1~bpo12+1_i386.deb Package: linux-image-rt-686-pae-dbg Source: linux Version: 6.6.13-1~bpo12+1 Installed-Size: 13 Maintainer: Debian Kernel Team Architecture: i386 Provides: linux-latest-image-dbg Depends: linux-image-6.6.13+bpo-rt-686-pae-dbg (= 6.6.13-1~bpo12+1) Size: 1340 SHA256: 6aded52ccc0192f2325776703710c5f2225a3e2e7cef31839b4afba90bc0f221 SHA1: 7143b9b222b4b9ac2a24f0cfdb29f9bd01bba493 MD5sum: e7f8cd1497f98fc48795c5f5aa081253 Description: Debugging symbols for Linux rt-686-pae configuration (meta-package) This package depends on the detached debugging symbols for the latest Linux kernel rt-686-pae configuration. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-image-rt-686-pae-dbg_6.6.13-1~bpo12+1_i386.deb Package: linux-kbuild-6.9.7+bpo Source: linux Version: 6.9.7-1~bpo12+1 Installed-Size: 2136 Maintainer: Debian Kernel Team Architecture: i386 Depends: libc6 (>= 2.34), libelf1 (>= 0.142), libssl3 (>= 3.0.0) Size: 1100324 SHA256: 5af184c11b787af3f3fd649a512330955ae22e996704c058fe4221d0d8ac72e8 SHA1: 21f1987dd7806c5e08823a39b2971b87c8a38068 MD5sum: 873f22204bac3391f0781a8d294a1b46 Description: Kbuild infrastructure for Linux 6.9.7+bpo This package provides the kbuild infrastructure for the headers packages for Linux kernel version 6.9. Multi-Arch: foreign Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-kbuild-6.9.7+bpo_6.9.7-1~bpo12+1_i386.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.10.11-1~bpo12+1 Installed-Size: 11984 Maintainer: Debian Kernel Team Architecture: i386 Replaces: linux-tools-6.10 Provides: linux-tools-6.10 Depends: libaudit1 (>= 1:2.2.1), libbabeltrace1 (>= 1.5.4), libc6 (>= 2.34), libcap2 (>= 1:2.10), 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.10 Conflicts: linux-tools-6.10 Size: 3057076 SHA256: 92403ac4cff3ecdeb23493899316110ea1ca423355138936e2740e087f811511 SHA1: 7f68103dff71d4053a1c4f0a7b115343fe020c3d MD5sum: 41af2c9ea49b9c27f78293aa558cd5e2 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.10.11-1~bpo12+1_i386.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.4 Source: linux Version: 6.4.4-3~bpo12+1 Installed-Size: 137745 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.4 Suggests: libncurses-dev | ncurses-dev, qtbase5-dev, pkg-config Size: 141047948 SHA256: d248b00a67e30aac7d7db505a90e5b25aadae93aefe4356558a1a53d95f277c9 SHA1: c823cb87a1765ae23eed2d5394514850d95ef886 MD5sum: c514554966e6fdb981b0c44109a12192 Description: Linux kernel source for version 6.4 with Debian patches This package provides source code for the Linux kernel version 6.4. 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.4_6.4.4-3~bpo12+1_all.deb Package: linux-source-6.5 Source: linux Version: 6.5.10-1~bpo12+1 Installed-Size: 138900 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.5 Suggests: libncurses-dev | ncurses-dev, qtbase5-dev, pkg-config Size: 142229860 SHA256: 32d9229fc0e8a7f34fd993074e61998ffe79b95716f1124d43b568c798a088d9 SHA1: 729f56a2f897ffa641d1939a3d4da78960b83d3f MD5sum: 2b8432930cf62918260555aebffe7929 Description: Linux kernel source for version 6.5 with Debian patches This package provides source code for the Linux kernel version 6.5. 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.5_6.5.10-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.9.7+bpo Source: linux Version: 6.9.7-1~bpo12+1 Installed-Size: 1819 Maintainer: Debian Kernel Team Architecture: all Depends: python3:any, python3-dacite, python3-jinja2 Size: 867512 SHA256: f365db3f1ff77848584f899e58dec4d12aba8ef7576044d226358da689a4d93f SHA1: d41b1b4908c16285973bbc8469fc537ad5923fa5 MD5sum: feecfa9289930e17f0d4f6117d230e1d Description: Support files for Linux 6.9 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.9.7+bpo_6.9.7-1~bpo12+1_all.deb Package: lnav Version: 0.11.2-1~bpo12+1 Installed-Size: 8527 Maintainer: Salvatore Bonaccorso Architecture: i386 Depends: libarchive13 (>= 3.2.1), libbz2-1.0, libc6 (>= 2.34), libcurl3-gnutls (>= 7.80.0), libgcc-s1 (>= 7), 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: 2845528 SHA256: facab8e166b1ec77a3e7a67b58c5ac2f6e5c4711f3ff66893cb848a9a94be93c SHA1: 276240c5ccb988cdef8d13054afcae17c025d1b2 MD5sum: 9d9437820a6a216624a9f05425b35f68 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_i386.deb Package: logsave Source: e2fsprogs Version: 1.47.1~rc2-1~bpo12+1 Installed-Size: 54 Maintainer: Theodore Y. Ts'o Architecture: i386 Replaces: e2fsprogs (<< 1.45.3-1) Depends: libc6 (>= 2.34) Breaks: e2fsprogs (<< 1.45.3-1) Size: 22572 SHA256: 2dc4ede354e847e30e68f4fb2030e2f9a403913bc53c119b922de9ef9fa2c094 SHA1: c5c0ca71f64df83688f0ba4bdddc12c55b1914f6 MD5sum: ae88f4242db4b648694b912d86d5fff0 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.1~rc2-1~bpo12+1_i386.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-swupdate Source: swupdate Version: 2023.12.1+dfsg-2~bpo12+1 Installed-Size: 167 Maintainer: Bastian Germann Architecture: i386 Depends: libc6 (>= 2.34) Size: 39456 SHA256: d344eb1651bd65747125a3113754271e2b199bf4e94119c755a09c211d1222bb SHA1: d0828bfac6368eaeb4210530ded517d4f594784a MD5sum: 6317dc02a283d7bbc4c43c217d4305e5 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_2023.12.1+dfsg-2~bpo12+1_i386.deb Package: lyx Version: 2.4.1-2~bpo12+1 Installed-Size: 17079 Maintainer: Dr. Tobias Quathamer Architecture: i386 Depends: lyx-common (= 2.4.1-2~bpo12+1), xdg-utils, libc6 (>= 2.34), libenchant-2-2 (>= 2.2.3), libgcc-s1 (>= 4.2), 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: 5053292 SHA256: 842aed4cc87ef302b9fcf03fd3fdae2d38bd3c86f62eef4badbfe115896bf4cc SHA1: f034b586dffbd0df7ff0a4b9b95b6b41b94d8089 MD5sum: f9019d3eb47c158ae0d2ccdd73342b02 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.1-2~bpo12+1_i386.deb Package: lyx-common Source: lyx Version: 2.4.1-2~bpo12+1 Installed-Size: 56742 Maintainer: Dr. Tobias Quathamer Architecture: all Depends: tex-common (>= 6.13), python3:any Recommends: lyx Size: 11747900 SHA256: f5ba3c7f69a51d1475ebbaca89a7516999f3fa234e1ceb7fd4064dad81a2b711 SHA1: 44e3c0669f9307a9ed6dbf58c01e5639210d66a4 MD5sum: 73b67d741c903405d29a6193c34bfc27 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.1-2~bpo12+1_all.deb Package: maildir-utils Version: 1.10.8-2~bpo12+1 Installed-Size: 2169 Maintainer: Debian Emacsen team Architecture: i386 Depends: guile-3.0-libs, libc6 (>= 2.34), libgcc-s1 (>= 7), libglib2.0-0 (>= 2.57.2), libgmime-3.0-0 (>= 3.0.4), libstdc++6 (>= 11), libxapian30 (>= 1.4.19~) Size: 639300 SHA256: 44f18e5bcbd94334b6e4f1860f0464a4bbf8ff56bcbc03d3bad1d8516ad618d7 SHA1: a1f3d05e02e1e602354e6e1372ac7368b5a2ba74 MD5sum: 982b7715f362e094e8f64a3fb33caf38 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_i386.deb Package: manpages-cs Source: manpages-l10n Version: 4.24.0-2~bpo12+1 Installed-Size: 915 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages Conflicts: util-linux-locales (>> 2.39.1-2) Size: 370780 SHA256: 0bdacb512f27dc73409acaf1f4b89a38375ea4fd5233c0d31e5e279d169ab1fd SHA1: 3043fad2eaabf858a74eb4cbfbaccfa16c286a7c MD5sum: 3221bc520cd68b1d8fb425c5b2e35f39 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.24.0-2~bpo12+1_all.deb Package: manpages-cs-dev Source: manpages-l10n Version: 4.24.0-2~bpo12+1 Installed-Size: 723 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages-dev, glibc-doc Size: 150912 SHA256: fb2f5e907f9cf818095581664ebe4481bdf37dee353bbf24b7447269a2ceec99 SHA1: b7c07c9fb4b45bd2ed44978433031fe1e7f8b08f MD5sum: c477c8564f03d4a112e0d25a73b97b00 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.24.0-2~bpo12+1_all.deb Package: manpages-da Source: manpages-l10n Version: 4.24.0-2~bpo12+1 Installed-Size: 1017 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages Conflicts: util-linux-locales (>> 2.39.1-2) Size: 434568 SHA256: 4a80a0db21cd04ff76f959ec27f01ba14c38ab06d0017c69809e78cb491c08c4 SHA1: d1384bbb87e042d02d0c993bd2089d53f297fdf4 MD5sum: b9ad4ce389fb41896e1589b60d050714 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.24.0-2~bpo12+1_all.deb Package: manpages-da-dev Source: manpages-l10n Version: 4.24.0-2~bpo12+1 Installed-Size: 578 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages-dev, glibc-doc Size: 77280 SHA256: f1adbf1d0e15e91882ee9aab787f57c1c6bfb89e7385dc8c68e77abab72466d7 SHA1: 6d8d7dfb9526a9c5a83fd918d2ff81878009537a MD5sum: b7af4ab7ae7c8dcab0ec87607e2836fb 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.24.0-2~bpo12+1_all.deb Package: manpages-de Source: manpages-l10n Version: 4.24.0-2~bpo12+1 Installed-Size: 4715 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages Conflicts: util-linux-locales (>> 2.39.1-2) Size: 3658644 SHA256: f33e1bc4f1157875b696ad725f5e396340da2560dd77ead0eec1d71d128a1bd2 SHA1: 1ed759084328933da23ca635d1313c26bc820d33 MD5sum: df3fe2e710e0d45b3ba508e5c4a7478b 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.24.0-2~bpo12+1_all.deb Package: manpages-de-dev Source: manpages-l10n Version: 4.24.0-2~bpo12+1 Installed-Size: 2563 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages-dev, glibc-doc Conflicts: util-linux-locales (>> 2.39.1-2) Size: 1287728 SHA256: edba321f8e098f964d21f6c238a7fbb2d120c3fe02330a524cbb7a96395ccdf1 SHA1: 5f4ce2e9dd5ea64e56777bd06d9bf0116032bd05 MD5sum: 6bdca7ea79edf5a43425f95479138969 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.24.0-2~bpo12+1_all.deb Package: manpages-el Source: manpages-l10n Version: 4.24.0-2~bpo12+1 Installed-Size: 571 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages Size: 88984 SHA256: d701fae87c239eb302dec08749ad0dc8311148cc0b47921ee8928f5c78772ce8 SHA1: 560d35fdd9d40336a9249b62ea92d7d884b95ed6 MD5sum: f5da018d20d3b63f236bfd6ac49585b6 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.24.0-2~bpo12+1_all.deb Package: manpages-es Source: manpages-l10n Version: 4.24.0-2~bpo12+1 Installed-Size: 1759 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages Conflicts: util-linux-locales (>> 2.39.1-2) Size: 1067824 SHA256: af13e130008ddb19455e1ecb253f6c7c6e111c14344ee4da03e759b7742a1864 SHA1: bb7a3dbc0b5bfbd5e71ba38d63a40446f28d6d5a MD5sum: 5d03c2060f7eec6d898af34e0dd899c3 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.24.0-2~bpo12+1_all.deb Package: manpages-es-dev Source: manpages-l10n Version: 4.24.0-2~bpo12+1 Installed-Size: 1748 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages-dev, glibc-doc Size: 702004 SHA256: 90dcccbeb58b43be3d84a81ec4b9adae58b431b4e65c9299593e38f7e77b7d1f SHA1: c75997d61b094e3dbb8b733397ad69b0c991fdd2 MD5sum: 1c48ac7174c20b154186a9729a029c36 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.24.0-2~bpo12+1_all.deb Package: manpages-fi Source: manpages-l10n Version: 4.24.0-2~bpo12+1 Installed-Size: 830 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages Conflicts: util-linux-locales (>> 2.39.1-2) Size: 300700 SHA256: a73598a04082044ec83d25609056a3d306688276767b1d8e83a8507b9358b059 SHA1: e86088bba89856855fb648bba01291b074e9887c MD5sum: f8bc69960e15f96acfafe19de6a325c5 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.24.0-2~bpo12+1_all.deb Package: manpages-fr Source: manpages-l10n Version: 4.24.0-2~bpo12+1 Installed-Size: 3169 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages Conflicts: util-linux-locales (>> 2.39.1-2) Size: 2396532 SHA256: 0c9cb5798e90cc011a62c6f435742e0885b9fc0da3884ab38032d62aa1a3c6db SHA1: d8d22606685605aa1bd36136a887b9ab6bffbd30 MD5sum: f7a2cf4f1b82f64ec4caea492a0debc4 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.24.0-2~bpo12+1_all.deb Package: manpages-fr-dev Source: manpages-l10n Version: 4.24.0-2~bpo12+1 Installed-Size: 4819 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages-dev, glibc-doc Conflicts: util-linux-locales (>> 2.39.1-2) Size: 2853664 SHA256: 917bf15cd2d10cf2a068e00277debe36db9e6ebc5fe7a9edcd317477184e1304 SHA1: 18dadcbdb16cf996d080e549e6bcd9f3bc2a66fa MD5sum: 69604af7703fe31e444bcacfb352ed0e 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.24.0-2~bpo12+1_all.deb Package: manpages-hu Source: manpages-l10n (4.24.0-2~bpo12+1) Version: 1:4.24.0-2~bpo12+1 Installed-Size: 847 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages Conflicts: util-linux-locales (>> 2.39.1-2) Size: 303528 SHA256: a425c3e264ac3bd83bdb63f8c9dd0fe00450785eb319dc36323ad2559001c579 SHA1: 599d026c52bdf5d0cb0b51658c955d1cad9de234 MD5sum: a3bb9d90d87bac285984646fdfe2f617 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.24.0-2~bpo12+1_all.deb Package: manpages-id Source: manpages-l10n Version: 4.24.0-2~bpo12+1 Installed-Size: 612 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages Conflicts: util-linux-locales (>> 2.39.1-2) Size: 118392 SHA256: b6da20a544e6eb6284bbdd3b1937dc2e8a430f648aa9dd47f1f7bd74775282cc SHA1: ce8f60235c8bf2248505663392b0f1debbcdf4c8 MD5sum: f037b916b5c980e953b3271c263fa10b 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.24.0-2~bpo12+1_all.deb Package: manpages-it Source: manpages-l10n Version: 4.24.0-2~bpo12+1 Installed-Size: 1022 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages Conflicts: util-linux-locales (>> 2.39.1-2) Size: 483948 SHA256: 37cfe5f50ffa78367916be12ed61a5f07790ce83f4bd45b9fc495870a48e1af1 SHA1: 3a331648f327d0e0d98edb3ff22b1490329d0b90 MD5sum: 69899393f99dba45decc768081a28430 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.24.0-2~bpo12+1_all.deb Package: manpages-it-dev Source: manpages-l10n Version: 4.24.0-2~bpo12+1 Installed-Size: 706 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages-dev, glibc-doc Size: 171080 SHA256: 271d3a03aead5dfa25f262faeb938895ca03c513c07b977805ca2f1dc4d14bd6 SHA1: 1e1d505bac44589ac9aaf59f063a678e05065566 MD5sum: a24c9706f03ce15aa01d24b52bf93a7b 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.24.0-2~bpo12+1_all.deb Package: manpages-ko Source: manpages-l10n Version: 4.24.0-2~bpo12+1 Installed-Size: 757 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages Conflicts: util-linux-locales (>> 2.39.1-3) Size: 231472 SHA256: 4350f36990ab4a78283eef21fdf69eca404d3ab7413fc918ee2f527d81777d13 SHA1: 6a1eda7b4a95f4ebf15abf162393bd7461041e3b MD5sum: b11fde7620818e05df506bdc91e51af0 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.24.0-2~bpo12+1_all.deb Package: manpages-ko-dev Source: manpages-l10n Version: 4.24.0-2~bpo12+1 Installed-Size: 674 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages-dev, glibc-doc Size: 145840 SHA256: 7adbecf4f7c5c52f0e1050c0f0063db932b6e746bea53d178563d3c72fb43502 SHA1: 941447c84672740143be8e922a93436a41ced678 MD5sum: 3f541057097ab7ee8651d016983a6495 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.24.0-2~bpo12+1_all.deb Package: manpages-mk Source: manpages-l10n Version: 4.24.0-2~bpo12+1 Installed-Size: 602 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages Size: 109312 SHA256: 64d0f570970f906b1a554880f55e989a73ce7e6495b8f1d541ad7aecf10d7e51 SHA1: fc30ee60f2ad43524291c6e458ad08bd99f6b59f MD5sum: 76f7a334fa5340f4dfcd31d6cbfeea18 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.24.0-2~bpo12+1_all.deb Package: manpages-nb Source: manpages-l10n Version: 4.24.0-2~bpo12+1 Installed-Size: 824 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages Size: 280944 SHA256: f62fd11c9137700c7a009dbc29dde5c21e3d2af68192fdc1c6ec29c1bb802fa3 SHA1: beb8292751c2ddcbc80ce7976b8ecdb6f4426951 MD5sum: dfdbd1132fb8f687e572f9f64db88e80 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.24.0-2~bpo12+1_all.deb Package: manpages-nl Source: manpages-l10n Version: 4.24.0-2~bpo12+1 Installed-Size: 917 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages Conflicts: util-linux-locales (>> 2.39.1-2) Size: 366244 SHA256: e1406f0243ecc7d5c8b5479238a448db9922f9f024cbd6b110612f8b36e26222 SHA1: 3d0cd0e8e7e55c20bbcc580f296c48cdca801d9c MD5sum: 8d6c27b675cbb2ff6a879a7ae305d6f6 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.24.0-2~bpo12+1_all.deb Package: manpages-nl-dev Source: manpages-l10n Version: 4.24.0-2~bpo12+1 Installed-Size: 961 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages-dev, glibc-doc Size: 351896 SHA256: 98c0baf2b503c33b677c85e12becc748a3e7460195415f6f956895583fe6fa4c SHA1: 6c42849dbaa384fe3378ccfacefea0f091b04946 MD5sum: 9d9d2a803bfbd552a17a30b69d519053 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.24.0-2~bpo12+1_all.deb Package: manpages-pl Source: manpages-l10n (4.24.0-2~bpo12+1) Version: 1:4.24.0-2~bpo12+1 Installed-Size: 2498 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages Conflicts: util-linux-locales (>> 2.39.1-2) Size: 1782868 SHA256: 8fa4b2d3bec8f34211fdec16f3b5bd1098176f0399a276ffbe9404d11dd8c437 SHA1: 917dd96a8aab5f7caa6fe509a25c25a08ccf668a MD5sum: ea5d15b32b40c22f4db8800ef4000901 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.24.0-2~bpo12+1_all.deb Package: manpages-pl-dev Source: manpages-l10n (4.24.0-2~bpo12+1) Version: 1:4.24.0-2~bpo12+1 Installed-Size: 2155 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages-dev, glibc-doc Size: 1018712 SHA256: 3a6ea904f88a1d7c77546db0e3952cb8411f58cdac033221920e26ef9c1b26fb SHA1: 8d141ea01a6fc449d046ebceae727b5809909e89 MD5sum: 21d1b76a80ba5c7e2b06aabce196f9cb 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.24.0-2~bpo12+1_all.deb Package: manpages-pt-br Source: manpages-l10n Version: 4.24.0-2~bpo12+1 Installed-Size: 981 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages Size: 436760 SHA256: fc15bc249356ceb4616577503789a2a0e8a9316af76da2af721e5e3f93e4fab3 SHA1: 27148311785e6c7e787289dabec6a8f0de3bb7c6 MD5sum: 0cc66906b8bc7d1e5d23031453b41bf0 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.24.0-2~bpo12+1_all.deb Package: manpages-pt-br-dev Source: manpages-l10n Version: 4.24.0-2~bpo12+1 Installed-Size: 976 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages-dev, glibc-doc Size: 320256 SHA256: 9f035d9cdbeefaa9d4803e83c3298f9dbf20bc38e405fd5891b755722148bd44 SHA1: 49c82a38df91feaaebe25081793fd1b53db101bb MD5sum: 4ed76e74684ffdced17a60b8d01bf428 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.24.0-2~bpo12+1_all.deb Package: manpages-ro Source: manpages-l10n Version: 4.24.0-2~bpo12+1 Installed-Size: 3566 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages Conflicts: util-linux-locales (>> 2.39.1-2) Size: 2586884 SHA256: 3eb539b9a1f5f28aa2217d4e2f4a92367a7eb934ae0c99adb4b4915c107aee15 SHA1: 17f17f26df4b246aefa53c05f43b4f13660a2bc7 MD5sum: ac12ff2eb9e1d75e6562a91c1fd0c2ac 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.24.0-2~bpo12+1_all.deb Package: manpages-ro-dev Source: manpages-l10n Version: 4.24.0-2~bpo12+1 Installed-Size: 2865 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages-dev, glibc-doc Conflicts: util-linux-locales (>> 2.39.1-2) Size: 1405888 SHA256: 3fcfb40d38aed407167856c04e5f48042badc4811b7e7f4dcd9763a189f6835e SHA1: ef1ba368f6d528a66abe6543f6f3522a2b2ca2b7 MD5sum: 3240d13347c129e0f1303a76b3c13bb0 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.24.0-2~bpo12+1_all.deb Package: manpages-ru Source: manpages-l10n Version: 4.24.0-2~bpo12+1 Installed-Size: 2256 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages Size: 1592080 SHA256: 176cb865e906103d40b525077bbfb6d710d10dddcecdcbd7b204138b9c95e290 SHA1: 14e3dffa4c6b2090e9cec6c9d033eb5baf4f0d95 MD5sum: e0bda493749616afab22f3dd69f6009a 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.24.0-2~bpo12+1_all.deb Package: manpages-ru-dev Source: manpages-l10n Version: 4.24.0-2~bpo12+1 Installed-Size: 4492 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages-dev, glibc-doc Size: 2746496 SHA256: 1b3ebac39b428dd999f3203bde1038b5941a833e83bad538275a5a64269d9791 SHA1: b6b066794a67e887e4f280bb68a0011d3353d509 MD5sum: a9e9d04f2e76b90802d318b34cbae597 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.24.0-2~bpo12+1_all.deb Package: manpages-sr Source: manpages-l10n Version: 4.24.0-2~bpo12+1 Installed-Size: 896 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages Conflicts: util-linux-locales (>> 2.39.1-2) Size: 349816 SHA256: acf9ba8ac659096a1685dc73fb784b18a1e56eb98156e5fb4b3c0796c0bb0a50 SHA1: 09ec20dd8fdf88689b63e1d246a4d4aa0450a4f3 MD5sum: d14d55be479a539eaf33339374bf33d8 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.24.0-2~bpo12+1_all.deb Package: manpages-sv Source: manpages-l10n Version: 4.24.0-2~bpo12+1 Installed-Size: 960 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages Size: 396352 SHA256: 7a4caf2f5823ebed610c093259821931dd04994dab34d550aa64e98da6d4d585 SHA1: 33e3dd28c8ef7a0279fccf07743cf8e51f29b08a MD5sum: 8572c8103def55ed25f368c74d3f96ea 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.24.0-2~bpo12+1_all.deb Package: manpages-uk Source: manpages-l10n Version: 4.24.0-2~bpo12+1 Installed-Size: 1330 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages Conflicts: util-linux-locales (>> 2.39.1-2) Size: 783664 SHA256: 15cb51de4bcddbad16aa34f2ab40513fac6522c7aa3b45c8d87546ba4a0b5e77 SHA1: bf9d0b6f814b200703a56068f6bd2da7a239db55 MD5sum: b1d595cc58bcb21eb0408c4c5084c0f7 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.24.0-2~bpo12+1_all.deb Package: manpages-uk-dev Source: manpages-l10n Version: 4.24.0-2~bpo12+1 Installed-Size: 576 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages-dev, glibc-doc Conflicts: util-linux-locales (>> 2.39.1-2) Size: 90700 SHA256: 3c0572f1c7abebd3187b77cd70afe3c151b73fa05c6dc8d18241759d2ec6f65d SHA1: 2690a5378eb34a9332d102c8881b4b0ddc1365fb MD5sum: b285768d121c9b76831457ffad9549ff 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.24.0-2~bpo12+1_all.deb Package: manpages-vi Source: manpages-l10n Version: 4.24.0-2~bpo12+1 Installed-Size: 874 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages Size: 329016 SHA256: 637775aa3ac280b6533653029615d89f27b8c0de4db2b5990534cf3ccbfc157b SHA1: f36f3a89cecd69b0aace8eba570a3bae6141385e MD5sum: 8735464819f011187beca64f849a04fb 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.24.0-2~bpo12+1_all.deb Package: mapcache-cgi Source: mapcache Version: 1.14.1-1~bpo12+1 Installed-Size: 32 Maintainer: Debian GIS Project Architecture: i386 Depends: libapr1 (>= 1.2.7), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.34), libfcgi0ldbl (>= 2.4.2), libmapcache1 (>= 1.14.0) Size: 9728 SHA256: 1f47ffe052b4a66127d7fc261e1cdba0d80a965024f9f8d0f2ea1a8b9cb78735 SHA1: c0a7392d265cc8296209d2281d6b41be48378fee MD5sum: b5fee35f865ceb65fd690a8d7be9c036 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_i386.deb Package: mapcache-tools Source: mapcache Version: 1.14.1-1~bpo12+1 Installed-Size: 100 Maintainer: Debian GIS Project Architecture: i386 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: 34864 SHA256: 611bdde141c86d923ae38f25316c158cdc1d9d2ceb16a5dcff2669f74031c6f5 SHA1: 97a759d2da6437ab7c8ffdc010608faa3ae0a215 MD5sum: 392ca49166ab1a6df0766e56c235f0dd 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_i386.deb Package: mapserver-bin Source: mapserver Version: 8.2.2-1~bpo12+1 Installed-Size: 298 Maintainer: Debian GIS Project Architecture: i386 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: 105020 SHA256: 3453c52915a1cd689ac702bbb6683bc88cf3b870b5275be6284880802841c69d SHA1: 36f227838b0670da94ad22846f7010f4a4930102 MD5sum: 693cf95133162b8d0beab9140f4c5529 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.2.2-1~bpo12+1_i386.deb Package: mapserver-doc Source: mapserver Version: 8.2.2-1~bpo12+1 Installed-Size: 231 Maintainer: Debian GIS Project Architecture: all Suggests: cgi-mapserver, libmapscript-perl, php-mapscript-ng, python3-mapscript Size: 83664 SHA256: b079e0031c913137a9c2d6db04dbae1adb478d09120d359f62795a9b4afe0f79 SHA1: 2f164385e9457a89f289b02224f9ac1ff27870d0 MD5sum: f4adea5b49bd647fa61272413e287ebe 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.2.2-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: 11880 Maintainer: Matrix Packaging Team Architecture: i386 Depends: adduser, libjs-jquery, lsb-base, python3-distutils, python3-bleach, python3-jinja2 (>= 3.0~), python3-lxml, python3-psycopg2 (>= 2.8), python3-systemd, python3-twisted (>= 18.9.0-8~), debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libgcc-s1 (>= 4.2), python3 (>= 3~), python3-attr (>= 19.2.0~), python3-bcrypt, python3-canonicaljson (>= 2.0.0~), python3-cryptography (>= 3), python3-ijson (>= 3.1.4), python3-immutabledict (>= 2.0.0), python3-jsonschema (>= 3.0.0), python3-matrix-common (>= 1.3.0~), python3-msgpack (>= 0.5.0), python3-netaddr (>= 0.7.18), python3-openssl (>= 0.14), python3-packaging (>= 16.1), python3-phonenumbers, python3-pil (>= 5.4.0), python3-prometheus-client, python3-pyasn1 (>= 0.1.9), python3-pyasn1-modules, python3-pydantic (>= 1.7.4), python3-pymacaroons (>= 0.13.0), python3-service-identity (>= 18.1.0), python3-signedjson (>= 1.1.0), python3-sortedcontainers, python3-treq (>= 18), python3-typing-extensions (>= 3.10~), python3-unpaddedbase64 (>= 2.1.0~), python3-yaml, python3:any Pre-Depends: init-system-helpers (>= 1.54~) Recommends: python3-pympler, matrix-synapse-ldap3 Suggests: python3-jwt (>= 1.6.4), python3-authlib (>= 0.14.0) Breaks: matrix-synapse-ldap3 (<< 0.1.3-2~) Size: 2702728 SHA256: f58a4082021d19a10ee2e220ce56ca2d972c9748c7efa9b404b432d05ccf7e4d SHA1: 76a4172b53efe61e804a2345b793f117d3717e2e MD5sum: 12ecf651e215ff037ca4f6eef620ee0c 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_i386.deb Package: mc Version: 3:4.8.31-1~bpo12+1 Installed-Size: 1679 Maintainer: Dmitry Smirnov Architecture: i386 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: 578976 SHA256: 97262c9665d49ccdd4ef35b4bf93c626809c018657aecf8f5f873cfe03c42bb3 SHA1: 9c7c837d72b22387329c35d238602a13e2edee25 MD5sum: e6df21e5ea754930912642a308798808 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_i386.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: memtest86+ Version: 7.00-1~bpo12+1 Installed-Size: 12711 Maintainer: Fabio Fantoni Architecture: i386 Depends: grub-common Suggests: grub-efi | grub-pc, memtester, mtools Size: 130344 SHA256: a478e25eda8aba88bb6ed42a61e03703deb0993b604a21e28fd3e5dda5ec3685 SHA1: 9d803ec216133274e0963166034236ec359272da MD5sum: aa22f646f6356a883bca50813e3b7eea Description: stand-alone memory tester for x86 and x86-64 Memtest86+ provides a more thorough memory check than that provided by BIOS memory tests. Can be loaded and run either directly by a PC BIOS (legacy or UEFI) or via an intermediate bootloader. . This tester runs independently of any OS - it is run at computer boot-up, so that it can test *all* of your memory. You may want to look at `memtester', which allows one to test your memory within Linux, but this one won't be able to test your whole RAM. . It can output a list of bad RAM regions usable by the BadRAM kernel patch, so that you can still use your old RAM with one or two bad bits. Homepage: https://www.memtest.org/ Section: misc Priority: optional Filename: pool/main/m/memtest86+/memtest86+_7.00-1~bpo12+1_i386.deb Package: mesa-common-dev Source: mesa Version: 24.2.2-1~bpo12+1 Installed-Size: 3297 Maintainer: Debian X Strike Force Architecture: i386 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: 2680868 SHA256: acff07df89bfd87bd673728b4d820e3030f8e5881a814f75e9675a169280621f SHA1: 5a9cfd9fd0d36ff514b9a9a514357da84c604f3c MD5sum: 2e0787c81c8484bb903e5f064375e53f 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.2-1~bpo12+1_i386.deb Package: mesa-drm-shim Source: mesa Version: 24.2.2-1~bpo12+1 Installed-Size: 369 Maintainer: Debian X Strike Force Architecture: i386 Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.2) Size: 70960 SHA256: 2493d8b739ccb84d78ff8e766e1e05ffa1ff8b5d353e0e133298a2bfd02ee2ba SHA1: 8db3adc7f62527bef27baeb8be2b8e9abbb30c27 MD5sum: 8039d867d9aefc7b42246bbe88d82807 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.2-1~bpo12+1_i386.deb Package: mesa-libgallium Source: mesa Version: 24.2.2-1~bpo12+1 Installed-Size: 40142 Maintainer: Debian X Strike Force Architecture: i386 Depends: libc6 (>= 2.34), libdrm-amdgpu1 (>= 2.4.121), libdrm-intel1 (>= 2.4.121), libdrm-radeon1 (>= 2.4.121), libdrm2 (>= 2.4.121), libelf1 (>= 0.142), libexpat1 (>= 2.0.1), libgcc-s1 (>= 7), libglapi-mesa (= 24.2.2-1~bpo12+1), libllvm15, libsensors5 (>= 1:3.5.0), libstdc++6 (>= 11), libxcb-dri3-0 (>= 1.13), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4) Size: 9203064 SHA256: 70fbabf55de2879f7fab74f499376f8b05820fe4f6b545c2a622ced63c167e08 SHA1: d4d15d9331780f8d24fb882799b53117d91857dc MD5sum: 54e2b322f0a12e50281b95b8ef1384fc 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.2-1~bpo12+1_i386.deb Package: mesa-opencl-icd Source: mesa Version: 24.2.2-1~bpo12+1 Installed-Size: 89161 Maintainer: Debian X Strike Force Architecture: i386 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 (>= 7), libllvm15, libstdc++6 (>= 12), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4) Size: 14653564 SHA256: 7fd713fa775b92c8653d268b53364c631d46da1e16e2c8275475f314d74dee75 SHA1: 1b4febd910d3f0cedd3c4e6e97e24e062213e563 MD5sum: 474b7a688d61cdc3e73841339383ba64 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.2-1~bpo12+1_i386.deb Package: mesa-va-drivers Source: mesa Version: 24.2.2-1~bpo12+1 Installed-Size: 19255 Maintainer: Debian X Strike Force Architecture: i386 Replaces: vdpau-va-driver (<< 0.7.4-5) Provides: va-driver 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 (>= 7), libllvm15, libstdc++6 (>= 11), libx11-xcb1 (>= 2:1.8.4), libxcb-dri2-0 (>= 1.8), libxcb-dri3-0, libxcb-present0, libxcb-sync1, libxcb-xfixes0, libxcb1 (>= 1.9.2), libxshmfence1, libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4) Enhances: libva2 Breaks: vdpau-va-driver (<< 0.7.4-5) Size: 4244516 SHA256: dfbd8d76475af71a2c948a75f8c3c2cd9a03676d7386227bb67c17330eb3f307 SHA1: 50892f76180d9a1d223aadb0ff711cecdf1677ea MD5sum: 933212536ddb92b84e00e223b0ff07ef 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.2-1~bpo12+1_i386.deb Package: mesa-vdpau-drivers Source: mesa Version: 24.2.2-1~bpo12+1 Installed-Size: 19217 Maintainer: Debian X Strike Force Architecture: i386 Provides: vdpau-driver Depends: libvdpau1, 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 (>= 7), libllvm15, libstdc++6 (>= 11), libx11-xcb1 (>= 2:1.8.4), libxcb-dri2-0 (>= 1.8), libxcb-dri3-0, libxcb-present0, libxcb-sync1, libxcb-xfixes0, libxcb1 (>= 1.9.2), libxshmfence1, libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4) Enhances: libvdpau1 Size: 4217384 SHA256: 7dc40305f0b71efc42a2922b3876763efa3d1b523c8690204aed3b8b9fe8ea30 SHA1: 84ea116185caff2a71ccf8a2f6ed36fbc22fce82 MD5sum: 3072e7fd49edd519a88d09aaa35499c6 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.2-1~bpo12+1_i386.deb Package: mesa-vulkan-drivers Source: mesa Version: 24.2.2-1~bpo12+1 Installed-Size: 57368 Maintainer: Debian X Strike Force Architecture: i386 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 (>= 7), 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.1.4) Size: 10517008 SHA256: bb2c3b04cbda46cef3d9726981e2e7bb9d96808a75fca8fdb2441a71aebcf8e6 SHA1: f036b550e43e1e6118f41ebe137f1348c503263f MD5sum: cd4a181eb6a05dbecc36b67302ce30e4 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.2-1~bpo12+1_i386.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: mini-buildd Version: 2.2.4~bpo12+1 Installed-Size: 392 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.4~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: 236320 SHA256: aef119903764b8a331964f5afe0085a49635180ef144be04bdd8df59d4ed47d5 SHA1: fa5a0853327eb49c910be1fcf091f185a817730a MD5sum: 5abf0fe735719dcc7ecb15a7062aa17f 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.4~bpo12+1_all.deb Package: mini-buildd-doc Source: mini-buildd Version: 2.2.4~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: 514344 SHA256: 3e22e12c6133a9c67f2a9b4d98f2d20b692e2ba1bb5c9f2e2eeed56029013b6a SHA1: 33569692ba93243b4518cd3f0a86dd398991e2e4 MD5sum: 638d88edef5e1d8e0a1cef6a58a2a454 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.4~bpo12+1_all.deb Package: mini-buildd-utils Source: mini-buildd Version: 2.2.4~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.4~bpo12+1), python3-apt Recommends: jq, lsb-release Breaks: python-mini-buildd, python3-mini-buildd (<< 1.1.5~) Size: 220676 SHA256: b24681c5b1dad8f982ff94f6960a52d805a39a9860c5c54972d6d53dc9f05101 SHA1: f85dc2a4b55e7a38943dc04894a275a26ea63bf0 MD5sum: 54497725e2221940194ad5ff4609eced 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.4~bpo12+1_all.deb Package: mkbootimg Source: android-platform-tools (34.0.5-2~bpo12+1) Version: 1:34.0.5-2~bpo12+1 Installed-Size: 100 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: 24336 SHA256: a60ed1b36b9e183a28515452f2c9a6969add50c565e52104c23262514b5ccb07 SHA1: 05fd21f049b16e813f596445a98d2b9b05e1b166 MD5sum: 07fdee75c2c039001f220e794051d888 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-2~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: 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: 3552 Maintainer: Debian Nagios Maintainer Group Architecture: i386 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: 628968 SHA256: 14923eecb07317a02b19d4bdc5b985dbeee4c46d671878cdf7892a99056706ab SHA1: 0b72a64fc1fca37993d14d31dd66e5cea3cb1e93 MD5sum: e2e6a43c871a3784a1eaf2175c269ed0 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_i386.deb Package: mosquitto Version: 2.0.18-1~bpo12+1 Installed-Size: 777 Maintainer: Debian IoT Maintainers Architecture: i386 Depends: adduser (>= 3.10), libcjson1 (>= 1.7.13), libmosquitto1 (= 2.0.18-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: 292320 SHA256: 20b483d2a738b6e3ab75be47f81dcd44741bf39ad263e34a2bdcc7a225bcc5fe SHA1: 5d0cad75b5d0d86fc6edfa26cf55442ee1a263e2 MD5sum: 09d256b2db936e218c3c57ad6d8f9fb3 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.18-1~bpo12+1_i386.deb Package: mosquitto-clients Source: mosquitto Version: 2.0.18-1~bpo12+1 Installed-Size: 294 Maintainer: Debian IoT Maintainers Architecture: i386 Depends: libmosquitto1 (= 2.0.18-1~bpo12+1), libc6 (>= 2.34), libcjson1 (>= 1.7.5) Size: 116648 SHA256: 6ea744857c56b15bdfabf5d6501b2ebc23883801f9984cece40b688a9a94f63d SHA1: d8c4cc989f0d284b6e2175d86b09fc8057fca224 MD5sum: 8dae487e6d5f0e90d0007785a0b3fe48 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.18-1~bpo12+1_i386.deb Package: mosquitto-dev Source: mosquitto Version: 2.0.18-1~bpo12+1 Installed-Size: 103 Maintainer: Debian IoT Maintainers Architecture: all Depends: mosquitto (<< 2.0.18-1~bpo12+1.1~), mosquitto (>= 2.0.18-1~bpo12+1) Size: 59868 SHA256: cf7cbecae76228aacab43ae7330da06ca4a3a45741a00e94269a082ea99ebe54 SHA1: b3d8abd9d93c2362a87c81b39dd8ccd82cc7c2e9 MD5sum: 52f74aeeb567e15d3b26adc6d4e73bda 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.18-1~bpo12+1_all.deb Package: mpd Version: 0.23.15-1~bpo12+1 Installed-Size: 2582 Maintainer: mpd maintainers Architecture: i386 Depends: adduser, libadplug-2.3.3-0 (>= 2.3.3+dfsg), libao4 (>= 1.1.0), libasound2 (>= 1.0.18), 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 (>= 7), 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) Pre-Depends: init-system-helpers (>= 1.54~) Suggests: avahi-daemon, icecast2, mpd-client, pulseaudio Size: 829212 SHA256: 703cf3e116bf0c97cc8ac96927f6296ae147d0d56f143727223972160e12c210 SHA1: cf728dfcafda2e9d92b78c74b1bc180591c53c97 MD5sum: 24ee7d8f8817cde6f89403b4ac64cbb7 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.23.15-1~bpo12+1_i386.deb Package: msgp Source: golang-github-tinylib-msgp Version: 1.2.0-1~bpo12+1 Installed-Size: 5225 Maintainer: Debian Go Packaging Team Architecture: i386 Size: 1807440 SHA256: 8a174a9de2037a4cd15c4a98a953581346343676fc355435db766cb2f1e4b530 SHA1: faf066d6f6f9a41b77e3c109bd64f034e45c44c4 MD5sum: 340e2e1e4ca5df853ca4c57b95614dc2 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_i386.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: i386 Depends: monitoring-plugins-contrib Size: 12484 SHA256: 1c7447c9ca8cbf2701d9070926fbeeb27db3a437080fc0f38a92bd5b3594f94e SHA1: bc73de6c24c7855ced6fc91ec51fa76913972672 MD5sum: 6a2b562da5df2f19a57b26add8f6cad6 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_i386.deb Package: ncat Source: nmap Version: 7.94+git20230807.3be01efb1+dfsg-1~bpo12+1 Installed-Size: 554 Maintainer: Debian Security Tools Architecture: i386 Depends: libc6 (>= 2.34), liblua5.4-0 (>= 5.4.4), libpcap0.8 (>= 1.5.1), libssl3 (>= 3.0.0) Size: 391328 SHA256: 7bd3b44e6d38f9bfb1c0f5bebbe8449b164402ab0838bd4ee0e1b20200604178 SHA1: 302436883d6139fb08a2322f48c4317f2aa22bba MD5sum: a6e9e80a297c66b583e0da258e9cd4d8 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-1~bpo12+1_i386.deb Package: ndiff Source: nmap Version: 7.94+git20230807.3be01efb1+dfsg-1~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-1~bpo12+1) Size: 303180 SHA256: 8992c18c9604a2cbc5d4eb261f9843c31a27bdfc1d587a1e6c87d6f8769adbce SHA1: 3dba34faa89153dacb8fe43108ec29e180213cd7 MD5sum: 135a3c10e8da8231d6fe66d022aed50c 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-1~bpo12+1_all.deb Package: nemo-font-manager Source: font-manager Version: 0.8.9-1~bpo12+1 Installed-Size: 33 Maintainer: Debian Fonts Task Force Architecture: i386 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: 11392 SHA256: 025f83adf00ce415f9421fced57fa214359d492e1a7bef938ba3932b43c9abbc SHA1: 998d96fcee8dd6af750aea680dc19047a31511f9 MD5sum: 9d8bf9d88d8da48c9c49d239f990feb5 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_i386.deb Package: nextcloud-spreed-signaling Version: 1.2.4-1~bpo12+1 Installed-Size: 16477 Maintainer: Debian Go Packaging Team Architecture: i386 Depends: nextcloud-spreed-signaling-common (= 1.2.4-1~bpo12+1), libc6 (>= 2.34) Suggests: janus, nats-server Size: 4564944 SHA256: 654a4c8905a3184d10f9e703047dec2dfb1b1fb9ed0e2e23ed7e5fa98d8aa59c SHA1: e23fb744fe6d82ed3cba90a2a5453f4b76ea4590 MD5sum: 2af699194e73f1d0997f2cac6418b23d 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_i386.deb Package: nextcloud-spreed-signaling-client Source: nextcloud-spreed-signaling Version: 1.2.4-1~bpo12+1 Installed-Size: 15052 Maintainer: Debian Go Packaging Team Architecture: i386 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: 4191408 SHA256: c30d8efde35adcbb5fa5002dad46614419cdc0dfb8184e3ccf254487936dca11 SHA1: 250f17b2d43246b3762c58b452f34801b1c14aed MD5sum: 2e86e710f57e1ae0a1414749fdb58b7b 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_i386.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: 16153 Maintainer: Debian Go Packaging Team Architecture: i386 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: 4479832 SHA256: de3f1996e367c9b754ee7af31d9ac6c46cd43b5d53e4ddcb5b83668b66975e19 SHA1: 931d9644254285934318e6eb132dc6be4dd38702 MD5sum: fe21580edef46909bca7281ec2406ab9 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_i386.deb Package: nfs-ganesha Version: 5.9-5~bpo12+1 Installed-Size: 2159 Maintainer: Christoph Martin Architecture: i386 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: 674008 SHA256: 7e555b457b183638d90de4385142e1d93d00c2f513c78b90a28c9d962f88cea3 SHA1: 65e81ed8a0b1a8520bb816467a2b428a00a0abca MD5sum: 3865e61db459d126093c9ad91a45ab95 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_i386.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-gpfs Source: nfs-ganesha Version: 5.9-5~bpo12+1 Installed-Size: 184 Maintainer: Christoph Martin Architecture: i386 Depends: nfs-ganesha (= 5.9-5~bpo12+1), libc6 (>= 2.34), libdbus-1-3 (>= 1.9.14), liburcu8 (>= 0.13.0) Size: 56908 SHA256: ad06add889af63d79ebac8220a5d0629491cbf03b2f83cab4a884eb731d4b03b SHA1: 23f5ff6092ebb79b94a3ddc48fa7dbad0b5856ed MD5sum: 2ffc1737b6fcf147ec5d07742cd57a1f Description: nfs-ganesha fsal gpfs libraries NFS-GANESHA is a NFS Server running in user space with a large cache. It comes with various backend modules to support different file systems and namespaces. Supported name spaces are POSIX, PROXY, SNMP, FUSE-like, HPSS, LUSTRE, XFS and ZFS. . This package contains a library for a FSAL_GPFS and conf files. Multi-Arch: same Homepage: https://github.com/nfs-ganesha/nfs-ganesha Section: libs Priority: optional Filename: pool/main/n/nfs-ganesha/nfs-ganesha-gpfs_5.9-5~bpo12+1_i386.deb Package: nfs-ganesha-mem Source: nfs-ganesha Version: 5.9-5~bpo12+1 Installed-Size: 113 Maintainer: Christoph Martin Architecture: i386 Depends: nfs-ganesha (= 5.9-5~bpo12+1), libc6 (>= 2.34) Size: 31896 SHA256: d13d635b72418d6e950caf54ec61d52c5c70836fab65b33689b09681cdb60ee7 SHA1: 72d9037a2cdef097eb8f5688d05aa20180daec4f MD5sum: c116f5a72c44e51189c071a37185fec8 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_i386.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: 73 Maintainer: Christoph Martin Architecture: i386 Depends: nfs-ganesha (= 5.9-5~bpo12+1), libc6 (>= 2.4) Size: 17148 SHA256: 57d4c99feedc2eaf7e78dc3ff046af7ea656d6559f6e156a3f5c3b2307c961d7 SHA1: c83a9e55552357d2e634f81b66ef6e83017b96ef MD5sum: 324247302f87a5f413e81e086b895521 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_i386.deb Package: nfs-ganesha-proxy-v4 Source: nfs-ganesha Version: 5.9-5~bpo12+1 Installed-Size: 165 Maintainer: Christoph Martin Architecture: i386 Depends: nfs-ganesha (= 5.9-5~bpo12+1), libc6 (>= 2.34), libntirpc5.8 (>= 5.8), liburcu8 (>= 0.13.0) Size: 49484 SHA256: 888292ca441a1d6588d8f463c9dd2fd6800c76177bdd802c8077ed3c7036f473 SHA1: 5206fc5f0ba190460864000ebfdd7117cff1c789 MD5sum: a968c8b91574805cf240135dddd222e6 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_i386.deb Package: nfs-ganesha-vfs Source: nfs-ganesha Version: 5.9-5~bpo12+1 Installed-Size: 184 Maintainer: Christoph Martin Architecture: i386 Depends: nfs-ganesha (= 5.9-5~bpo12+1), libacl1 (>= 2.2.23), libc6 (>= 2.34) Size: 57344 SHA256: 2ffd0ff74eefa44936d0ffaf033d1c5b11a5bcb8e88ebfe910132c58a50144fb SHA1: a5ff445b45af40d5a71772446a95b56ec169f53a MD5sum: 841e2016ec30bcd6d3463065842f3c15 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_i386.deb Package: ngspice Version: 43+ds-1~bpo12+1 Installed-Size: 27998 Maintainer: Debian Electronics Team Architecture: i386 Depends: libc6 (>= 2.35), libfontconfig1 (>= 2.12.6), libgcc-s1 (>= 3.0), libgomp1 (>= 4.9), libreadline8 (>= 6.0), libstdc++6 (>= 4.5), libtinfo6 (>= 6), libx11-6, libxaw7 (>= 2:1.0.14), libxft2 (>> 2.1.1), libxt6 Suggests: ngspice-doc (>= 43+ds-1~bpo12+1) Size: 3915976 SHA256: 952ad929caab89a4433128f3c0f39e9b7ec2a3cfbc29529fd4e8b81c9218d80f SHA1: f1020969d8d66a9ebc789c5b032aa2a76908c919 MD5sum: 72ed9575051608681de885b8dc3ae896 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_43+ds-1~bpo12+1_i386.deb Package: ngspice-dev Source: ngspice Version: 43+ds-1~bpo12+1 Installed-Size: 204 Maintainer: Debian Electronics Team Architecture: i386 Depends: blt-dev, tclspice (= 43+ds-1~bpo12+1) Size: 162124 SHA256: afc35251b88c8995745efea40bf7772a27490203ca2682b563187cac568b027d SHA1: 903b172d2ddec2bdb2436352e9bf10d6afd1ccf4 MD5sum: f04a4026450a43ebd6e80c8f3192d315 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_43+ds-1~bpo12+1_i386.deb Package: ngspice-doc Source: ngspice Version: 43+ds-1~bpo12+1 Installed-Size: 7320 Maintainer: Debian Electronics Team Architecture: all Size: 3735980 SHA256: 1bca59938ffe4a07e5f6965f7873f657dd4d2364003209e73acf750862e2572c SHA1: 8c11f0482f7e56657619c37a0199d2bb188f2f83 MD5sum: 9ac7b6e649010ae4a9b77d2b2cc212a7 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_43+ds-1~bpo12+1_all.deb Package: ngtcp2-client Source: ngtcp2 Version: 1.6.0-1~bpo12+1 Installed-Size: 237 Maintainer: Debian Curl Maintainers Architecture: i386 Depends: libngtcp2-16 (= 1.6.0-1~bpo12+1), libc6 (>= 2.34), libev4 (>= 1:4.04), libgcc-s1 (>= 4.2), libgnutls30 (>= 3.7.5), libnghttp3-9 (>= 0.15.0), libngtcp2-crypto-gnutls8 (>= 1.1.0), libstdc++6 (>= 11) Size: 85708 SHA256: 7ee3b7e336779268e0ec008aba3fabf368c24ce3eee33ab6846fe85b9c07a8ae SHA1: cd1ea5bd005e9d95bb1b5f6d145a6357fa95ec24 MD5sum: 3e4e20ac5566b0c69a878cab576f2581 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.6.0-1~bpo12+1_i386.deb Package: ngtcp2-server Source: ngtcp2 Version: 1.6.0-1~bpo12+1 Installed-Size: 270 Maintainer: Debian Curl Maintainers Architecture: i386 Depends: libngtcp2-16 (= 1.6.0-1~bpo12+1), ssl-cert, libc6 (>= 2.34), libev4 (>= 1:4.04), libgcc-s1 (>= 4.2), libgnutls30 (>= 3.7.5), libnghttp3-9 (>= 0.15.0), libngtcp2-crypto-gnutls8 (>= 1.1.0), libstdc++6 (>= 11) Size: 101184 SHA256: 7b6affb7d84224d0d0e1479c415b084cd8e357ce8fa18158d9e84c474f0e4460 SHA1: 647d9fae7d9f140b67dd224177af2f541fbf434a MD5sum: a2b23b3624fe7c55e98deeb67c0cd465 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.6.0-1~bpo12+1_i386.deb Package: nmap Version: 7.94+git20230807.3be01efb1+dfsg-1~bpo12+1 Installed-Size: 4576 Maintainer: Debian Security Tools Architecture: i386 Depends: nmap-common (= 7.94+git20230807.3be01efb1+dfsg-1~bpo12+1), libc6 (>= 2.34), libgcc-s1 (>= 3.0), liblinear4 (>= 2.01+dfsg), liblua5.4-0 (>= 5.4.4), libpcap0.8 (>= 1.5.1), libpcre2-8-0 (>= 10.32), libssh2-1 (>= 1.2.9), libssl3 (>= 3.0.0), libstdc++6 (>= 11), lua-lpeg (>= 1.0.2), zlib1g (>= 1:1.1.4) Suggests: ncat, ndiff, zenmap Size: 1937188 SHA256: 1e9e75beaaa37c3e9f6c0933a64dc1ad40f4cccfd104c3de1a39e6ed565e46ff SHA1: d6049d001d8f69719887c4d7d0e982f8d8094dea MD5sum: 9da4b1963d3a7f91414872ecef6db2bc 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-1~bpo12+1_i386.deb Package: nmap-common Source: nmap Version: 7.94+git20230807.3be01efb1+dfsg-1~bpo12+1 Installed-Size: 21491 Maintainer: Debian Security Tools Architecture: all Recommends: nmap Size: 4231344 SHA256: 8be6399c7210b481f4a9bdb994602fe25e514a7f9c1730626e285984b1c8e640 SHA1: f22bb0f78e1c9f7b1ea7c44125332eddebfe2779 MD5sum: 324007791795d7ec8f083b717f558cae 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-1~bpo12+1_all.deb Package: nncp Version: 8.11.0-2~bpo12+1 Installed-Size: 169388 Maintainer: Debian Go Packaging Team Architecture: i386 Depends: debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), adduser Pre-Depends: debconf Suggests: hjson-go Size: 31369048 SHA256: c84dac1f998ba0eb903396deddfc77d84ed9f89f373e19a08c998149c63e52ef SHA1: f0903530f260eecf8f992dff0e1365174229ac42 MD5sum: b79dbf6eb4d07ceedbca3c7156cea7f2 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_i386.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: 366 Maintainer: Carl Worth Architecture: i386 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: 190052 SHA256: 0764641d3acb1b360b22bf5f9205bd2681a22f2d0ba7e199dfef251e1c13dbab SHA1: afe7d86caa37aa58c1ad13c6512e8a5ffdce0a3d MD5sum: 3fc9ebce5b20275af6d93f6cd9a5b3db 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_i386.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: objfw Version: 1.1.6-1~bpo12+1 Installed-Size: 21 Maintainer: Jonathan Schleifer Architecture: i386 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: ed1b0f5907e36499830a7b8ac322346e98195edf8a12fdee9d842dd3964777c0 SHA1: 316fd85e2bec81ebeef9b84e4a6c67be79a3ef3a MD5sum: 080d019c6a201946de4d588aa7dd74cc 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_i386.deb Package: obs-3d-effect Version: 0.0.2-2~bpo12+1 Installed-Size: 40 Maintainer: Joao Eriberto Mota Filho Architecture: i386 Depends: libc6 (>= 2.4), libobs0 (>= 28.0.1), obs-studio (>= 29) Enhances: obs-studio Breaks: obs-text-slideshow (<= 1.5.2-3) Size: 8208 SHA256: f9e4e6ee42b1d54401e9a381605698a1376d279a8abce3a2e2a93ff8dbbdda45 SHA1: f75e7766c277a7f86ccf0ab0d5d1cc981647e3c4 MD5sum: 5aeda5b33f129aa9b7dc87513b390c53 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_i386.deb Package: obs-advanced-scene-switcher Version: 1.26.4-1~bpo12+1 Installed-Size: 10190 Maintainer: Joao Eriberto Mota Filho Architecture: i386 Depends: libc6 (>= 2.34), libgcc-s1 (>= 7), 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: 2112044 SHA256: e4b1491404b4dc23d3c8556da2f36588e65a7d8a59eb752ce6afc98fa94fdb1e SHA1: bc34aae68eb3c20df12d95401e261c9c1ef8946c MD5sum: 2480c7e347eccbc3a49306206b8b68c8 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_i386.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: 38 Maintainer: Joao Eriberto Mota Filho Architecture: i386 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.0), libobs0 (>= 0.13.2), libstdc++6 (>= 5), obs-studio (>= 29) Enhances: obs-studio Breaks: obs-text-slideshow (<= 1.5.2-3) Size: 8116 SHA256: ce8320150610f4ca095ebbb8e12d123b190eb40224561e464429c343f37b9619 SHA1: 694db57a306258f22f4932938396414c4aa8db8d MD5sum: abe173262d2cdff18f51012089b7f8c2 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_i386.deb Package: obs-ashmanix-countdown Version: 1.3.0-1~bpo12+1 Installed-Size: 103 Maintainer: Joao Eriberto Mota Filho Architecture: i386 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.0), libobs0 (>= 25.0.3), libqt5core5a (>= 5.15.1), 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: 28768 SHA256: 548f430e83e3c1cb5ccd7f585c477b9a1e3b9aef17f881079b0de2506ffa7003 SHA1: 81fc82ce1b17a70dad93e95d1de581be80db67d0 MD5sum: 203a8100eb573d33d33ee7af45c5090b 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_i386.deb Package: obs-color-monitor Version: 0.5.2-3~bpo12+1 Installed-Size: 268 Maintainer: Joao Eriberto Mota Filho Architecture: i386 Depends: libc6 (>= 2.35), libgcc-s1 (>= 4.2), libobs0 (>= 27.0.1), libqt5core5a (>= 5.15.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: 83760 SHA256: cca60351d1347872ead090393121bae9fa40f70ed23e91cb2299181a81d2cb78 SHA1: dd0481dc87f85193406ed9a9e7e6ca0d808ab6cb MD5sum: 97e7a53a41d282c579b46ebcceab8cbc 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_i386.deb Package: obs-command-source Version: 0.4.0-4~bpo12+1 Installed-Size: 46 Maintainer: Joao Eriberto Mota Filho Architecture: i386 Depends: libc6 (>= 2.4), libobs0 (>= 23.2.1), obs-studio (>= 29) Enhances: obs-studio Breaks: obs-text-slideshow (<= 1.5.2-3) Size: 11588 SHA256: 9e2bdcf8358caecbb6c6d9d8649cbeb311a6eea3a7612221075bfa30f6264a9e SHA1: 971643b922acdf861d5db0d7e7b6c97cec12f7cd MD5sum: b3bc321a0179bcb9ea7de453e7659ac5 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_i386.deb Package: obs-gradient-source Version: 0.3.2-1~bpo12+1 Installed-Size: 48 Maintainer: Joao Eriberto Mota Filho Architecture: i386 Depends: libc6 (>= 2.4), libobs0 (>= 23.2.1), obs-studio (>= 29) Enhances: obs-studio Breaks: obs-text-slideshow (<= 1.5.2-3) Size: 10688 SHA256: 414e04a5555ff9732910f3ad8f43d7f926af82d8aaf6b9f9768f5a626b373443 SHA1: 571da414abd06cc54a387f579896b22d477fbb75 MD5sum: 3fa946cf305149d5cb4d9fe174ce7c1f 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_i386.deb Package: obs-move-transition Version: 2.9.1-1~bpo12+1 Installed-Size: 272 Maintainer: Joao Eriberto Mota Filho Architecture: i386 Depends: libc6 (>= 2.7), libobs0 (>= 28.0.1), obs-studio (>= 28.0.1) Enhances: obs-studio Size: 81612 SHA256: 77acb4380cab1e69bef1ecc81386e47d45c869fdb95695d6bb69d91075c5820e SHA1: 5b98857a911831502c85d6a8fea64157e476b9ce MD5sum: 58b5132cb1c88cc285a120a927925424 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_i386.deb Package: obs-scene-as-transition Version: 1.1.0+20230419.ce423a3-2~bpo12+1 Installed-Size: 58 Maintainer: Joao Eriberto Mota Filho Architecture: i386 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: 11588 SHA256: 84f4837ceb0e7ad3f9224378999cc831efb349e83483ee0208d963688d16e233 SHA1: 9565ca71565e1e62f752b4d941b1d7f9eb59c3a4 MD5sum: 2cd1b05dc7ac3a437468e4ee86f442a1 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_i386.deb Package: obs-scene-tree-view Version: 0.1.5-2~bpo12+1 Installed-Size: 137 Maintainer: Joao Eriberto Mota Filho Architecture: i386 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.0), libobs0 (>= 27.0.1), libqt5core5a (>= 5.15.1), 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: 42144 SHA256: 84714b55c51e96e86a0a3f03c128ce2f4b3857f5eaf9b11c62f1650b94adfe94 SHA1: 70fa8570c739c5ddd9415fb02d00b121b88481f7 MD5sum: e3a50c4dff03dbf9278b510a03af99e8 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_i386.deb Package: obs-source-clone Version: 0.1.4-1~bpo12+1 Installed-Size: 54 Maintainer: Joao Eriberto Mota Filho Architecture: i386 Depends: libc6 (>= 2.4), libobs0 (>= 28.0.1), obs-studio (>= 29) Enhances: obs-studio Breaks: obs-text-slideshow (<= 1.5.2-3) Size: 14944 SHA256: 28039fa97ec8a8663d82cc7739053695ab2e9ab2f03afa039c17640b3f4ed845 SHA1: 9df4dc67c820c5c8b99810331b5d4accc6d8710f MD5sum: 36fa62a1c1f2bc23858a2b644e132389 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_i386.deb Package: obs-time-source Version: 0.2-5~bpo12+1 Installed-Size: 34 Maintainer: Joao Eriberto Mota Filho Architecture: i386 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: 7968 SHA256: c4955fdd609f371539cb8797ba6b04f7deb9da9ee842589ecc5ec8db3aa2fb68 SHA1: deba0bf4008fbeb43a3705de7b5a46ba239eb9f9 MD5sum: 4c572db29406e9052082fe14038d557c 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_i386.deb Package: obs-vintage-filter Version: 1.0.0-2~bpo12+1 Installed-Size: 37 Maintainer: Joao Eriberto Mota Filho Architecture: i386 Depends: libc6 (>= 2.4), libobs0 (>= 0.13.2), obs-studio (>= 29) Enhances: obs-studio Breaks: obs-text-slideshow (<= 1.5.2-3) Size: 6308 SHA256: af2cf37a31c3b0d5db5e0c8e3f12b718a79d8a2cc9d46d0f1e52046a36291547 SHA1: da536ab57eedc833219843ba2757ed3efb38d71e MD5sum: d834fdcf3953351b7cb2396ee378963a 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_i386.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: 834 Maintainer: Robin Alexander Architecture: i386 Depends: libbladerf2 (>= 0.2022.11), libc6 (>= 2.34), libfftw3-single3 (>= 3.3.10), libgcc-s1 (>= 7), liblimesuite22.09-1 (>= 22.09.1+dfsg), libsoapysdr0.8 (>= 0.8.1), libstdc++6 (>= 12), libuhd4.3.0 (>= 4.3.0.0+ds1) Size: 282604 SHA256: f26fbc6c694e8bae6d59f9e53a2d9145057887d31e80de4267a6ebcba1fdb68a SHA1: 41ee7b8a65fdc69f92fa6012ae8e755d3b64624f MD5sum: aab5873a015ad86887195eb82c58f17c 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_i386.deb Package: odr-dabmux Version: 4.5.0+ds-1~bpo12+1 Installed-Size: 1592 Maintainer: Robin Alexander Architecture: i386 Depends: libc6 (>= 2.34), libcurl4 (>= 7.16.2), libgcc-s1 (>= 7), libstdc++6 (>= 12), libzmq5 (>= 4.0.1+dfsg) Size: 506468 SHA256: 42c326bcf23b31d8290da6e52bb3dac88a2d787c5d13bd38992d764ad7f48b7e SHA1: 681c3f258ad2cf6cb4f07ce976f54331ffcfb571 MD5sum: ff6783958641211bffff59399b3faec9 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_4.5.0+ds-1~bpo12+1_i386.deb Package: odr-padenc Version: 3.0.0-2~bpo12+1 Installed-Size: 135 Maintainer: Robin Alexander Architecture: i386 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libmagickcore-6.q16-6 (>= 8:6.9.10.2), libmagickwand-6.q16-6 (>= 8:6.9.10.2), libstdc++6 (>= 11) Size: 54184 SHA256: 113dac9e7d95015a9feb3aed00141d985e03dbabadfc4364fcf878ca11d5402e SHA1: f409e8749fad77d0099f063189e8810535a02a14 MD5sum: e1c1a7cc35cada99d17a9583810b3e33 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-2~bpo12+1_i386.deb Package: ofarc Source: objfw Version: 1.1.6-1~bpo12+1 Installed-Size: 232 Maintainer: Jonathan Schleifer Architecture: i386 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgnutls30 (>= 3.7.0), libobjfw1 (= 1.1.6-1~bpo12+1), libobjfwrt1 (= 1.1.6-1~bpo12+1), libobjfwtls1 (= 1.1.6-1~bpo12+1) Size: 53996 SHA256: ef506320d976fb57d65005a295bd58b0fb09cf0008e8b36b3ba6a02390bc1b81 SHA1: a4f27958f547484e9cbb4b26dcb2ec3a21cf2331 MD5sum: 121db6b62d6fa8a0d45060f4dfffd9ea 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_i386.deb Package: ofdns Source: objfw Version: 1.1.6-1~bpo12+1 Installed-Size: 52 Maintainer: Jonathan Schleifer Architecture: i386 Depends: libc6 (>= 2.34), libobjfw1 (= 1.1.6-1~bpo12+1), libobjfwrt1 (= 1.1.6-1~bpo12+1) Size: 19104 SHA256: beadc93236bf06f4acafaf8b5d8bd0df50400ad3433a72e659c01c35a08241fa SHA1: 51c6be0d2e6458010800711e646f18fe895464f5 MD5sum: 37681ade98554585c1c84120be0e0844 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_i386.deb Package: ofhash Source: objfw Version: 1.1.6-1~bpo12+1 Installed-Size: 56 Maintainer: Jonathan Schleifer Architecture: i386 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgnutls30 (>= 3.7.0), libobjfw1 (= 1.1.6-1~bpo12+1), libobjfwrt1 (= 1.1.6-1~bpo12+1), libobjfwtls1 (= 1.1.6-1~bpo12+1) Size: 20064 SHA256: ab903e6bc28e9eff6f942c0d055a64d108c32d6dcd22c11847a8b6a1170cc5a2 SHA1: 0f478cd68fb579f1a60e65455d26908a94377e9f MD5sum: 58bc8a25d1bcf8ade3559a1aa0bfd1d9 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_i386.deb Package: ofhttp Source: objfw Version: 1.1.6-1~bpo12+1 Installed-Size: 117 Maintainer: Jonathan Schleifer Architecture: i386 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgnutls30 (>= 3.7.0), libobjfw1 (= 1.1.6-1~bpo12+1), libobjfwrt1 (= 1.1.6-1~bpo12+1), libobjfwtls1 (= 1.1.6-1~bpo12+1) Size: 36420 SHA256: 7924593228004b8c5c040d61849c663ec9ea86ddf85db6536d088df4c768196d SHA1: f70bcc5a29d2bfb222d1591c0247f43ca6d33093 MD5sum: 678ff6fb3668709e1f6a588a6fa73291 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_i386.deb Package: omniidl Source: omniorb-dfsg Version: 4.3.1+ds1-1~bpo12+1 Installed-Size: 1213 Maintainer: Freexian Packaging Team Architecture: i386 Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.2), libstdc++6 (>= 5), python3 (<< 3.12), python3 (>= 3.11~), python3:any Suggests: omniidl-python Breaks: omniidl-python (<< 3.5-1) Size: 263128 SHA256: aa4eee556b9a1554d3de6f406a43afda63f426688bd0bbd3e44c69630edea865 SHA1: 99197261e2ce1b6c5c5f5cf3a79660217d540705 MD5sum: f4a9a9f862c4bffb6b8a4cebf2a87076 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.1+ds1-1~bpo12+1_i386.deb Package: omniorb Source: omniorb-dfsg Version: 4.3.1+ds1-1~bpo12+1 Installed-Size: 173 Maintainer: Freexian Packaging Team Architecture: i386 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libomniorb4-3 (>= 4.3.1+ds1), libomnithread4 (>= 4.3.1+ds1), libstdc++6 (>= 5) Size: 47424 SHA256: 1773107cb31b2c872582257050edcefda3165215a4aab483889fe638b0578f42 SHA1: bc0df93d62434e9b97e021d6330d05d947c80550 MD5sum: 5eeb124887a59da152b9c823cb336ab1 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.1+ds1-1~bpo12+1_i386.deb Package: omniorb-doc Source: omniorb-dfsg Version: 4.3.1+ds1-1~bpo12+1 Installed-Size: 3431 Maintainer: Freexian Packaging Team Architecture: i386 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libomniorb4-3 (>= 4.3.1+ds1), libomnithread4 (>= 4.3.1+ds1), libstdc++6 (>= 5) Suggests: libomniorb4-dev (= 4.3.1+ds1-1~bpo12+1), libomnithread4-dev (= 4.3.1+ds1-1~bpo12+1) Size: 737460 SHA256: 8b26355d0741c7f50c54da1a314b9a6c8d88735fd84a499ef988f0b59b284a87 SHA1: 7f325e683f095e0daa8fad561c247bc3de77a9c0 MD5sum: d57e6e2ba5fb0a5ad53d2d14eb56a7d1 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.1+ds1-1~bpo12+1_i386.deb Package: omniorb-idl Source: omniorb-dfsg Version: 4.3.1+ds1-1~bpo12+1 Installed-Size: 254 Maintainer: Freexian Packaging Team Architecture: all Size: 40620 SHA256: 6ca01d56df0689de5fafa55081081a206c8aac4b288e4f8bdb71c4e27bb7d255 SHA1: 63bc3d302ae00f26abc932c7d6653ca9ac40384b MD5sum: 275794f126f14af9d5bfbb64e3a535d2 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.1+ds1-1~bpo12+1_all.deb Package: omniorb-nameserver Source: omniorb-dfsg Version: 4.3.1+ds1-1~bpo12+1 Installed-Size: 138 Maintainer: Freexian Packaging Team Architecture: i386 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libomniorb4-3 (>= 4.3.1+ds1), libomnithread4 (>= 4.3.1+ds1), libstdc++6 (>= 5) Size: 47528 SHA256: 47520ed87b80c34d54b8968b250f32c7e149903cc13d02a0a8928c27dc1ae50d SHA1: cff536187304aade161fc29415222afe9fb578f5 MD5sum: d8ae66ca17164f0e05c08c16c7acd39d 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.1+ds1-1~bpo12+1_i386.deb Package: open-vm-tools Version: 2:12.4.0-1~bpo12+1 Installed-Size: 3205 Maintainer: Bernd Zeimetz Architecture: i386 Replaces: open-vm-tools-sdmp (<< 2:12.1.0-2~) Depends: libc6 (>= 2.34), libdrm2 (>= 2.4.3), libfuse3-3 (>= 3.2.3), libglib2.0-0 (>= 2.31.8), libmspack0 (>= 0.4), libssl3 (>= 3.0.0), libtirpc3 (>= 1.0.2), libudev1 (>= 183), libxml2 (>= 2.7.4), libxmlsec1 (>= 1.2.31), libxmlsec1-openssl (>= 1.2.31), pciutils, iproute2, lsb-release Pre-Depends: init-system-helpers (>= 1.54~) Recommends: ethtool, zerofree, fuse3 Suggests: open-vm-tools-desktop, cloud-init, open-vm-tools-containerinfo Breaks: open-vm-tools-sdmp (<< 2:12.1.0-2~) Size: 742344 SHA256: eaf1a080dcbd560393942b78ec09fb3caf7e65505196f7e652b4b189d03b6da8 SHA1: 894646ca90ad710297a3f488a079ca6abec66f96 MD5sum: 7ef760f7b9096e68a428e51c8d7563a0 Description: Open VMware Tools for virtual machines hosted on VMware (CLI) The Open Virtual Machine Tools (open-vm-tools) project is an open source implementation of VMware Tools. It is a suite of virtualization utilities and drivers to improve the functionality, user experience and administration of VMware virtual machines. . This package contains only the core user-space programs and libraries. Homepage: https://github.com/vmware/open-vm-tools Section: admin Priority: optional Filename: pool/main/o/open-vm-tools/open-vm-tools_12.4.0-1~bpo12+1_i386.deb Package: open-vm-tools-containerinfo Source: open-vm-tools Version: 2:12.4.0-1~bpo12+1 Installed-Size: 762 Maintainer: Bernd Zeimetz Architecture: i386 Depends: libabsl20220623 (>= 0~20220623.0-1), libc6 (>= 2.32), libcurl4 (>= 7.16.2), libgcc-s1 (>= 3.0), libglib2.0-0 (>= 2.31.8), libgrpc++1.51 (>= 1.51.1), libgrpc29 (>= 1.51.1), libprotobuf32 (>= 3.21.12), libstdc++6 (>= 5.2), open-vm-tools (= 2:12.4.0-1~bpo12+1) Size: 180136 SHA256: 7e4550a66bf7da91806ed4dda93e1cbd3021b100bb8f272a04acc802c4ee0fa0 SHA1: e43be9b17b55c2d9e3f1f5664daf349d10954c9a MD5sum: 21f3585a0f0573ac04f22c8b7dde7256 Description: Open VMware Tools for VMs hosted on VMware (Service Discovery Plugin) The Open Virtual Machine Tools (open-vm-tools) project is an open source implementation of VMware Tools. It is a suite of virtualization utilities and drivers to improve the functionality, user experience and administration of VMware virtual machines. . This package contains the vRealize Container Info plugin, which captures and publishes information about running containers inside the guest. Homepage: https://github.com/vmware/open-vm-tools Section: admin Priority: optional Filename: pool/main/o/open-vm-tools/open-vm-tools-containerinfo_12.4.0-1~bpo12+1_i386.deb Package: open-vm-tools-desktop Source: open-vm-tools Version: 2:12.4.0-1~bpo12+1 Installed-Size: 534 Maintainer: Bernd Zeimetz Architecture: i386 Depends: libatkmm-1.6-1v5 (>= 2.28.3), libc6 (>= 2.34), libcairomm-1.0-1v5 (>= 1.14.4), libdrm2 (>= 2.4.3), libgcc-s1 (>= 3.0), libglib2.0-0 (>= 2.16.0), libglibmm-2.4-1v5 (>= 2.66.5), libgtk-3-0 (>= 3.19.12), libgtkmm-3.0-1v5 (>= 3.24.7), libice6 (>= 1:1.0.0), libsigc++-2.0-0v5 (>= 2.8.0), libsm6, libstdc++6 (>= 11), libtirpc3 (>= 1.0.2), libudev1 (>= 183), libx11-6 (>= 2:1.4.99.1), libxext6, libxi6, libxinerama1 (>= 2:1.1.4), libxrandr2 (>= 2:1.2.0), libxtst6, open-vm-tools (= 2:12.4.0-1~bpo12+1), fuse3, kmod Recommends: xauth, xserver-xorg-video-vmware Suggests: xdg-utils Size: 165684 SHA256: 8130f567493e71779da6ffe5a4bdde7be44cd5d92a80b64a9c956ca87afcc301 SHA1: 6dccf686dfe1f0bc6bbfb0eb2ff71be36c73efb4 MD5sum: 494ec526b7653197652396d4cfb5c86a Description: Open VMware Tools for virtual machines hosted on VMware (GUI) The Open Virtual Machine Tools (open-vm-tools) project is an open source implementation of VMware Tools. It is a suite of virtualization utilities and drivers to improve the functionality, user experience and administration of VMware virtual machines. . This package contains the user-space programs and libraries that are essential for improved user experience of VMware virtual machines. Homepage: https://github.com/vmware/open-vm-tools Section: admin Priority: optional Filename: pool/main/o/open-vm-tools/open-vm-tools-desktop_12.4.0-1~bpo12+1_i386.deb Package: open-vm-tools-dev Source: open-vm-tools Version: 2:12.4.0-1~bpo12+1 Installed-Size: 3721 Maintainer: Bernd Zeimetz Architecture: i386 Depends: open-vm-tools (= 2:12.4.0-1~bpo12+1) Size: 553048 SHA256: 7bef2ababfd8eb65be40f3173c88c86234d7d686f66ac993aba8ad87c782d4fb SHA1: dd173a08093a2877d894254fe52ceb01d5c2ae09 MD5sum: 0502f446d6861e9c70abdd42c192bc9e Description: Open VMware Tools for virtual machines hosted on VMware (development) The Open Virtual Machine Tools (open-vm-tools) project is an open source implementation of VMware Tools. It is a suite of virtualization utilities and drivers to improve the functionality, user experience and administration of VMware virtual machines. . This package contains the development files. Homepage: https://github.com/vmware/open-vm-tools Section: devel Priority: optional Filename: pool/main/o/open-vm-tools/open-vm-tools-dev_12.4.0-1~bpo12+1_i386.deb Package: open-vm-tools-sdmp Source: open-vm-tools Version: 2:12.4.0-1~bpo12+1 Installed-Size: 74 Maintainer: Bernd Zeimetz Architecture: i386 Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.28.0), open-vm-tools (= 2:12.4.0-1~bpo12+1), iproute2, procps, gawk Size: 25960 SHA256: 8d218828c602ae184da10a0c3f0f1887c6b1c1fbcc75dde1bebb647632c6b103 SHA1: 9a3c710b02723bfcf372e4fc84ee8175f5a1bcd0 MD5sum: a760a4d61ed5b81f20c82a4a2bc72c63 Description: Open VMware Tools for VMs hosted on VMware (Service Discovery Plugin) The Open Virtual Machine Tools (open-vm-tools) project is an open source implementation of VMware Tools. It is a suite of virtualization utilities and drivers to improve the functionality, user experience and administration of VMware virtual machines. . This package contains the vRealize Operations Service Discovery Management Pack (SDMP) plugin, which discovers services running in VMs and builds relationships between them in vRealize. Homepage: https://github.com/vmware/open-vm-tools Section: admin Priority: optional Filename: pool/main/o/open-vm-tools/open-vm-tools-sdmp_12.4.0-1~bpo12+1_i386.deb Package: openbgpd Version: 8.6-1~bpo12+1 Installed-Size: 843 Maintainer: Marco d'Itri Architecture: i386 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: 307096 SHA256: 70ab7ee677c993f91209bf757d88061ebdd90a6acf84dae0fde8b570169fb0e7 SHA1: 6d7ab81d45f5e0a7dd15163ea810d710f2cfeed3 MD5sum: 179d15aefc8690634b5a47a27bb4e081 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.6-1~bpo12+1_i386.deb Package: opencpn Version: 1:5.10.2+dfsg-1~bpo12+1 Installed-Size: 25796 Maintainer: Alec Leamas Architecture: i386 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 (>= 7), 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: 7971056 SHA256: f64e1b94d5302a921638f90cb0a23fb211d51b0b3131fa76f3caa4709703fcc2 SHA1: 136a49a9223e63de90392dce96ac3e5dc7570e0e MD5sum: 91398df856dfe7be042ba205dc1c548e 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_i386.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.1712926289.b0d689b52-2~bpo12+1 Installed-Size: 10205 Maintainer: Philip Hands Architecture: all Depends: perl:any, openqa-common (>= 4.6.1712926289.b0d689b52-2~bpo12+1), openqa-client (>= 4.6.1712926289.b0d689b52-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, libjs-popper.js, node-jquery-ujs (>= 1.2.3-1), node-bootstrap Recommends: apparmor-profiles, apparmor-utils, apache2, logrotate, libdbd-pg-perl, libmojolicious-plugin-oauth2-perl Size: 913292 SHA256: 8517d529624949faa377970188bf407d260cbc616440c77543bef77d69d009a9 SHA1: 9b83b8661e450567f24667d8bc972b231b9b5c06 MD5sum: 7cb4513ac988ace9e6427b7064e3669e 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.1712926289.b0d689b52-2~bpo12+1_all.deb Package: openqa-client Source: openqa Version: 4.6.1712926289.b0d689b52-2~bpo12+1 Installed-Size: 124 Maintainer: Philip Hands Architecture: all Depends: perl:any, libjson-perl, libconfig-inifiles-perl, libdata-dump-perl, libmojolicious-perl (>= 9.34), openqa-common (= 4.6.1712926289.b0d689b52-2~bpo12+1) Suggests: python3 Size: 41560 SHA256: 0465298635931610e1db4023266e2c9c4360b8cb4ce7c5273c0e961bb3cda50b SHA1: 2b1e1bc420b16fbac4c0e410931e20db31f8593b MD5sum: 83cceaadfb19d95f6ca69fda98d5a9ee 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.1712926289.b0d689b52-2~bpo12+1_all.deb Package: openqa-common Source: openqa Version: 4.6.1712926289.b0d689b52-2~bpo12+1 Installed-Size: 487 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: 97248 SHA256: b6643be27dd05dbed47fbc4a717d1048712dcd5d165777139e8ad4dbc715689e SHA1: b965fe9064b8c1d39fde9694d02e8a8310753cab MD5sum: f16c5517d09e8c475b48d25f8dd75315 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.1712926289.b0d689b52-2~bpo12+1_all.deb Package: openqa-doc Source: openqa Version: 4.6.1712926289.b0d689b52-2~bpo12+1 Installed-Size: 732 Maintainer: Philip Hands Architecture: all Size: 556528 SHA256: be10728ac6e48c3cebf7dae4fdf86a7a5b27cbe36e12fd7971aeaf940d0ab4c2 SHA1: 7619f852b390cb73258b07c9f97ef02d96bc3d15 MD5sum: 27781a77019dde2041079232fc1405c9 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.1712926289.b0d689b52-2~bpo12+1_all.deb Package: openqa-worker Source: openqa Version: 4.6.1712926289.b0d689b52-2~bpo12+1 Installed-Size: 239 Maintainer: Philip Hands Architecture: all Depends: perl:any, openqa-client (>= 4.6.1712926289.b0d689b52-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.1712926289.b0d689b52-2~bpo12+1) Recommends: qemu, libminion-backend-sqlite-perl Size: 46900 SHA256: da5f4dd21833f3dd408e6479cf6d8ec55fd8a0b3e1b6edca3ae0177b9541ba0f SHA1: dd7450f73d1e5a02405cda1ce3fda7c6839309df MD5sum: bcd247b5e3560e05af7b14124c17b9e7 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.1712926289.b0d689b52-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: 9858 Maintainer: Gürkan Myczko Architecture: i386 Depends: libc6 (>= 2.34) Size: 1196392 SHA256: cd51a7f6211b6bb2aaada84ea1d7ea1ed0deef758ebc692cf865f3b88683f3e7 SHA1: 001974d4871c2077d2dba8476b283003af032a8f MD5sum: 27549f567868aae3c8b5b391b107386c 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_i386.deb Package: opensmtpd Version: 7.4.0p1-1~bpo12+1 Installed-Size: 1622 Maintainer: Ryan Kavanagh Architecture: i386 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: 416768 SHA256: b4b4ad2a364ccec8cfe58e8be8d2132fdad8bda2e02a59deffd47a6ae5a17238 SHA1: dfe5a2af1cbed6f62fa515da2eae5bbe98b6f5d6 MD5sum: 4400702b36c07841c4b10aca6b9f0ef1 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_i386.deb Package: orca Version: 47.0-1~bpo12+1 Installed-Size: 15704 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, speech-dispatcher, gsettings-desktop-schemas, xkbset Recommends: xbrlapi Suggests: brltty Size: 1973532 SHA256: d17c6fa45d04cf79e8fa7dfec58e39556d2c127d784862943dd3c99dc9221439 SHA1: 85f7df7c5387c53647d50490dea0e125f225b72b MD5sum: bdfc90cafae05b30fe852c3d4bcc962e 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_47.0-1~bpo12+1_all.deb Package: osm2pgsql Version: 1.9.1+ds-1~bpo12+1 Installed-Size: 1863 Maintainer: Debian GIS Project Architecture: i386 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 (>= 7), liblua5.3-0, libpq5, libproj25 (>= 6.1.0), libstdc++6 (>= 12), zlib1g (>= 1:1.2.6) Recommends: postgis Size: 632056 SHA256: 340e8dd2ba6f6b9eb5dad5e7c44f8aca00ebbd057f7190e6571a37c918a94482 SHA1: f5ea9e7bc0fe8f1416704b4ad1d2a47c88ca75df MD5sum: de0e7c40d67ccaa541a0cb5671d8524c 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_i386.deb Package: osmium-tool Version: 1.16.0-1~bpo12+1 Installed-Size: 2257 Maintainer: Debian GIS Project Architecture: i386 Depends: libboost-program-options1.74.0 (>= 1.74.0+ds1), libbz2-1.0, libc6 (>= 2.34), libexpat1 (>= 2.0.1), libgcc-s1 (>= 7), liblz4-1 (>= 0.0~r130), libstdc++6 (>= 12), zlib1g (>= 1:1.2.6) Size: 762552 SHA256: 532dcb885ae6c38618d6120402b2d113eeaa30f8a5ede3315af842748a25d367 SHA1: dbecc924ff0258f0ed951db50221464eab95daae MD5sum: 652634c661e0fbd06299cea5dd2195c5 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.16.0-1~bpo12+1_i386.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: 252 Maintainer: Stephen Kitt Architecture: i386 Depends: libc6 (>= 2.34), libssl3 (>= 3.0.0), zlib1g (>= 1:1.1.4) Size: 88264 SHA256: 2b05ea33386eb4588aff13c8d6f91900adefdf851094bfff53451b1223e7adae SHA1: 7b56eaf4dce35557cdd7f47ee02163593d5181a9 MD5sum: 8a4f798e895f12864d748901672df334 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_i386.deb Package: otpclient Version: 4.0.2-1~bpo12+1 Installed-Size: 403 Maintainer: Francisco Vilmar Cardoso Ruviaro Architecture: i386 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: 80680 SHA256: 20c64e30d7a8b84d4a9ce2e40d376af493b31cec0310e5d081978f2d7114fd4b SHA1: feb347e6a9386cb6592e740715e279f81059f4f8 MD5sum: 28cab7328f6df07700c5d1541838b693 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_i386.deb Package: otpclient-cli Source: otpclient Version: 4.0.2-1~bpo12+1 Installed-Size: 124 Maintainer: Francisco Vilmar Cardoso Ruviaro Architecture: i386 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: 41292 SHA256: 54136f3aa293f99d4da5c72a1f3c88f6f4fa8a256450c3d40487fad9b3e95aca SHA1: e92d83204d40f5644b466ed079f4235f8bb7eb0e MD5sum: f11afd243e5ed331b8450043041b38ff 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_i386.deb Package: packetsender Version: 8.3.5-1~bpo12+1 Installed-Size: 2534 Maintainer: Joao Eriberto Mota Filho Architecture: i386 Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.2), 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: 1443004 SHA256: a1937bcbc5c6bd6964050f192dff6ffd62d4e1e399df2bb4abed0723ab1390da SHA1: 11d1b2f3b1971f39a6b53ee7c9f92b8dfb298150 MD5sum: 9b386d7b035100abf3e7e0847ebf51ca 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_i386.deb Package: papirus-icon-theme Version: 20240501-1~bpo12+1 Installed-Size: 201577 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: 22879840 SHA256: f3e6d533d89ebfcac3b610aaec3f60e866c299af7d5c3974343443ce51396102 SHA1: 5de1922705bb568e2f6cd27a065d3cf186a12707 MD5sum: 3c925ac2e4392f639e53913042413216 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_20240501-1~bpo12+1_all.deb Package: pari-doc Source: pari Version: 2.15.4-2~bpo12+1 Installed-Size: 14503 Maintainer: Bill Allombert Architecture: all Recommends: pari-gp, perl:any, texlive-base Size: 8227352 SHA256: 3a6de7fc7787c55a054ee7aa6306dca5d2c3ec925c6f114d1284a436f486537b SHA1: 8548f2aa0eb720f8489ef39983ee178a7bd6993d MD5sum: 5504cf7b8ef2fb90209d381a0a774e4f 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.15.4-2~bpo12+1_all.deb Package: pari-gp Source: pari Version: 2.15.4-2~bpo12+1 Installed-Size: 10020 Maintainer: Bill Allombert Architecture: i386 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: 3774512 SHA256: 4930433dbde027a6fe458237957c79c9844de7d6220c46e49113535f783537ed SHA1: 0acf444071317607c796dac49a01ba57e1002dc8 MD5sum: e9c069a6245c1972be0ee8464851e9c2 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.15.4-2~bpo12+1_i386.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.2.2-1~bpo12+1 Installed-Size: 1028 Maintainer: Debian GIS Project Architecture: i386 Depends: php-common (>= 1:7.0+33~), phpapi-20220829, libc6 (>= 2.4), libmapserver2 (>= 8.0.0) Suggests: mapserver-bin, mapserver-doc Size: 222684 SHA256: 52f1bcf52feb474014bdfa9102911995597cb6040d0fb9bedca6328430938a6e SHA1: b4fcf6abff79137e04c9ac9e1340ca2ce99251f8 MD5sum: 75b172967a09b038fa4db716d65f9b73 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.2.2-1~bpo12+1_i386.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: i386 Depends: pidgin-skype-common (= 20240122+gitab786a3+dfsg-2~bpo12+1) Size: 9060 SHA256: 953497fb4c47f775197b223fa928766ee48a86c2c190d1fd9aae8d27107cd504 SHA1: 400a41d53789b33267e21bcd2780c67543c51656 MD5sum: 10ff88d993c971173ee2cac4666b2d27 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_i386.deb Package: pidgin-skype-common Source: pidgin-skype Version: 20240122+gitab786a3+dfsg-2~bpo12+1 Installed-Size: 216 Maintainer: Patrick Zajda Architecture: i386 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: 77284 SHA256: f467957c39ee954d1b8176e70fc744c9a8741e7216acf2ba82faacd30cdeb798 SHA1: 083712af7d079956b872e35cb69cf2cc27970f18 MD5sum: 859186a130405068b997192227957ab9 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_i386.deb Package: pipewire Version: 1.2.4-1~bpo12+1 Installed-Size: 128 Maintainer: Utopia Maintenance Team Architecture: i386 Depends: libpipewire-0.3-modules (= 1.2.4-1~bpo12+1), pipewire-bin (= 1.2.4-1~bpo12+1), init-system-helpers (>= 1.52), adduser Size: 111220 SHA256: d2a6f3ab3379d47713b9f2c43b1bf5005030e737ccd4bde2cbbf61f54c4ec546 SHA1: 54260837625fbce962103fcbc0e2b3bb73296228 MD5sum: 9efddcbae5d885c2d0ddb40bdd3b9c80 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.4-1~bpo12+1_i386.deb Package: pipewire-alsa Source: pipewire Version: 1.2.4-1~bpo12+1 Installed-Size: 193 Maintainer: Utopia Maintenance Team Architecture: i386 Replaces: pipewire-audio-client-libraries (<< 0.3.54-1~) Depends: pipewire (= 1.2.4-1~bpo12+1), libasound2 (>= 1.2.5), libc6 (>= 2.4), libpipewire-0.3-0 (= 1.2.4-1~bpo12+1) Conflicts: pulseaudio Breaks: pipewire-audio-client-libraries (<< 0.3.54-1~) Size: 59808 SHA256: 90d53c2885e61e243742283f0057776217424049c92b43e4c92548af705de67e SHA1: 143b1d4fc10aadbc5033b250080ef3ed24b43cc8 MD5sum: 3a4f57601ace49e6d38ac716d395a35a 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.4-1~bpo12+1_i386.deb Package: pipewire-audio Source: pipewire Version: 1.2.4-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: 19364 SHA256: 6c5f5d054a927ba73ddf971a432442fae0fc2b03f349339ca1f93597c114ba29 SHA1: 4bd6fda40a973c189d4c35a32c624b0c73eab644 MD5sum: 44eb5c5e28dba04f1930f8e63a50b846 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.4-1~bpo12+1_all.deb Package: pipewire-audio-client-libraries Source: pipewire Version: 1.2.4-1~bpo12+1 Installed-Size: 30 Maintainer: Utopia Maintenance Team Architecture: all Depends: pipewire-alsa, pipewire-jack Size: 19176 SHA256: f963d643c5269fbbf5b00d01438812284b217fc83ed865ce1731d622ad63f3f6 SHA1: 4fe657dc8b59d72ce09bd808d7258a45e26f8283 MD5sum: 8f64997f174747d80916e75349d4299f 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.4-1~bpo12+1_all.deb Package: pipewire-bin Source: pipewire Version: 1.2.4-1~bpo12+1 Installed-Size: 1596 Maintainer: Utopia Maintenance Team Architecture: i386 Replaces: pipewire (<< 0.3.5) Depends: libpipewire-0.3-modules (= 1.2.4-1~bpo12+1), libasound2 (>= 1.2.5), libc6 (>= 2.34), libdbus-1-3 (>= 1.9.14), libncursesw6 (>= 6), libpipewire-0.3-0 (= 1.2.4-1~bpo12+1), libreadline8 (>= 6.0), libsndfile1 (>= 1.0.20), libtinfo6 (>= 6) Recommends: dbus-user-session, wireplumber, rtkit Breaks: pipewire (<< 0.3.5) Size: 379904 SHA256: d592594a60de49a11fe2642ab074996704f2216aa5b30fae33e5d49700d4ae62 SHA1: 6b548a057689a35ef2d14e5f6744c93c12819598 MD5sum: c213330af4cb3aa7f80a0be8198311b6 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.4-1~bpo12+1_i386.deb Package: pipewire-doc Source: pipewire Version: 1.2.4-1~bpo12+1 Installed-Size: 27908 Maintainer: Utopia Maintenance Team Architecture: all Replaces: libpipewire-0.2-doc (<< 0.3.1) Breaks: libpipewire-0.2-doc (<< 0.3.1) Size: 1606876 SHA256: 28e5e60ddfd04b51eb1c8dd229d46f79302da8a6a60c474ccf2cd663693765be SHA1: 34279e7fe6af814edf2d74ebade7bf0e7338d16e MD5sum: 1323e90376fcf7d96e19a9d5e4e54e31 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.4-1~bpo12+1_all.deb Package: pipewire-jack Source: pipewire Version: 1.2.4-1~bpo12+1 Installed-Size: 587 Maintainer: Utopia Maintenance Team Architecture: i386 Replaces: pipewire-audio-client-libraries (<< 0.3.54-1~) Depends: pipewire (= 1.2.4-1~bpo12+1), libc6 (>= 2.34), libpipewire-0.3-0 (= 1.2.4-1~bpo12+1) Breaks: pipewire-audio-client-libraries (<< 0.3.54-1~) Size: 122552 SHA256: 88d461764fdb08970854c92431b1cbbc876aa4c809afead5a23934efb2c24c16 SHA1: 7bf7967342b63dc6c265291ce234e6f713b3eee6 MD5sum: 0b26114b36dcf441157c074eeb2a1587 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.4-1~bpo12+1_i386.deb Package: pipewire-libcamera Source: pipewire Version: 1.2.4-1~bpo12+1 Installed-Size: 30 Maintainer: Utopia Maintenance Team Architecture: all Depends: libspa-0.2-libcamera Size: 19148 SHA256: 592ce3d612b161074f5a1b632d7bef15b3234bbf095dd5abada0cd7e784dce25 SHA1: 69159bc6605e6aff62b16e4f287554e53f95a0c3 MD5sum: 51f67e828a67ac6d3ebda64193f38780 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.4-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.4-1~bpo12+1 Installed-Size: 57 Maintainer: Utopia Maintenance Team Architecture: i386 Replaces: pipewire-bin (<< 0.3.27-2) Depends: pipewire (= 1.2.4-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: 24260 SHA256: f0d5e2b8a538a27ae12c8dafe5a6645d3dbaef841c81e35c7c89f45eef460436 SHA1: c49816dd5f89242a4030ef1175636d3896341464 MD5sum: 47fc1c9ecd0c09f3628405deb49ca00c 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.4-1~bpo12+1_i386.deb Package: pipewire-tests Source: pipewire Version: 1.2.4-1~bpo12+1 Installed-Size: 2373 Maintainer: Utopia Maintenance Team Architecture: i386 Depends: pipewire (= 1.2.4-1~bpo12+1), libasound2 (>= 1.2.5), libc6 (>= 2.34), libjack-jackd2-0 (>= 1.9.10+20150825) | libjack-0.125, libpipewire-0.3-0 (= 1.2.4-1~bpo12+1), libsdl2-2.0-0 (>= 2.0.12) Size: 333824 SHA256: f0970d91d9eedd61eabcd477463f506560ef02c46c8fe3c411992960126b3d69 SHA1: 97b11a31f441c37b6e2f10fc4baad4807f55ff60 MD5sum: 2ca8b9837493640b8b68b7e803dccf5e 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.4-1~bpo12+1_i386.deb Package: pipewire-v4l2 Source: pipewire Version: 1.2.4-1~bpo12+1 Installed-Size: 122 Maintainer: Utopia Maintenance Team Architecture: i386 Replaces: libpipewire-0.3-modules (<< 0.3.54-1), pipewire-bin (<< 0.3.54-1) Depends: pipewire (= 1.2.4-1~bpo12+1), libc6 (>= 2.34), libpipewire-0.3-0 (= 1.2.4-1~bpo12+1) Breaks: libpipewire-0.3-modules (<< 0.3.54-1), pipewire-bin (<< 0.3.54-1) Size: 50256 SHA256: f0a8d66dfa12f741f0c31f780af76d2d0cb47c65f7d4f1f6276966d6f4d5f2f0 SHA1: e5d1c830280bcbfaf2081ab8c239fd3bef266ee7 MD5sum: c732230ac934142d68533c8000655f0f 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.4-1~bpo12+1_i386.deb Package: pkb-client Version: 1.2-1~bpo12+1 Installed-Size: 57 Maintainer: Unit 193 Architecture: all Depends: python3-pkg-resources, python3-requests, python3:any Size: 10228 SHA256: 11a6c583cf1a0ae7b64202695eefe15dbdf041f5a8264a0a957e2274e4d61ec1 SHA1: e145690fb386383f1fd7ac2ec8f9a81f7b3522df MD5sum: 4222f50bf74e88d957d953a4d7751f1c 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_1.2-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: 1668 Maintainer: Debian PostgreSQL Maintainers Architecture: i386 Provides: postgresql-pgsphere Depends: libc6 (>= 2.29), libgcc-s1 (>= 7), libhealpix-cxx3 (>= 3.80.0), libstdc++6 (>= 5.2), postgresql-15, postgresql-15-jit-llvm (>= 14) Size: 448144 SHA256: 152e8f873ce03466be7c8cf0f68d100a298ef9f3b1292f52a0dc66aeda0e0633 SHA1: 097be0aa4927dcfcc15d48036365eac5cd80e47d MD5sum: e26b9c2d4aaba29400e2c8ab28659a5c 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_i386.deb Package: privacybrowser Version: 0.6.2-1~bpo12+1 Installed-Size: 5437 Maintainer: Soren Stoutner Architecture: i386 Provides: www-browser Depends: kio, libc6 (>= 2.34), libgcc-s1 (>= 4.2), 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: 1975832 SHA256: 4c1c1524b5e9a3969cdd4bcd3eca8f0efd24d007221b983773c152a4cd060aa0 SHA1: 54c43f35bde1581d83f28060d7bdf200ce6b5501 MD5sum: 80c0d66e41b8b1ed948675d1ad6ddfad 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+1_i386.deb Package: profanity Version: 0.14.0-1~bpo12+1 Installed-Size: 1755 Maintainer: Debian XMPP Maintainers Architecture: i386 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: 492976 SHA256: a9302180e1c1ab7243becee67c50f92e4f232b321b08f84f1de9bf6139ce64ff SHA1: a3272408297da3d341290de7eacbf8885ef8f9f1 MD5sum: 4529a1d965a141d6ed82039dc63bed23 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.14.0-1~bpo12+1_i386.deb Package: profanity-light Source: profanity Version: 0.14.0-1~bpo12+1 Installed-Size: 1706 Maintainer: Debian XMPP Maintainers Architecture: i386 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: 479072 SHA256: b396ce0dfc62fb0882cc58107d6ccbd775eacdd40a9431e5a0696401f81a2511 SHA1: 410fa1749021a40c685aeae9acf81f07492385f4 MD5sum: 068004c2090fe2dbd0912cd31e6171ee 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.14.0-1~bpo12+1_i386.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: 0.12.4-1~bpo12+1 Installed-Size: 2097 Maintainer: Debian XMPP Maintainers Architecture: i386 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: 396988 SHA256: 8bd7956919315407114b78490fb3ae2d084292c026eb1c8d45574ce2ec8371ba SHA1: 5a14d59b301f667e18af12e3b22878e226d2a0aa MD5sum: 36fef41d00b0e082dbbf2bf95e97ade4 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_0.12.4-1~bpo12+1_i386.deb Package: prosody-modules Version: 0.0~hg20240911.c61a82f80e57+dfsg-1~bpo12+1 Installed-Size: 1691 Maintainer: Debian XMPP Maintainers Architecture: all Depends: prosody (>= 0.12~) Recommends: lua-ldap Size: 709636 SHA256: 63936554de51b7f253a50c516a3e7ab5ec73cb139a795920a1bdccafab87d936 SHA1: e1d330013d49e7abb2d00f1edd96d3d702f72d0b MD5sum: 1f506a428ff333f613b624407a232169 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_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/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_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_limits: control the maximum rate of ‘events’ in a MUC room - mod_muc_log: logs the conversation of chatrooms running on the server to Prosody’s data store - mod_muc_log_http: provides a built-in web interface to view chatroom logs stored by mod_muc_log - 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_pm: limit who may send and recieve MUC PMs - 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_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_pubsub_feeds: fetch Atom and RSS feeds, push to pubsub subscribers - 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_require_otr: enforce a policy for OTR-encrypted messages - 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_vcard_muc: set vCard for MUC rooms, e.g. for MUC room avatars - 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: http://hg.prosody.im/prosody-modules/ Section: net Priority: optional Filename: pool/main/p/prosody-modules/prosody-modules_0.0~hg20240911.c61a82f80e57+dfsg-1~bpo12+1_all.deb Package: puppet-lint Version: 4.2.4-2~bpo12+1 Installed-Size: 237 Maintainer: Puppet Package Maintainers Architecture: all Depends: ruby:any Suggests: rake Size: 47492 SHA256: 55279ca6d63fdc159c3047900e6eec5f22a75038a6a11ffe29a9406aa7f9621b SHA1: 9ddceb396b38714164b3440957f47ebab655181d MD5sum: a64c7030e3f2b208dc184275ad9a90e9 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. Homepage: https://github.com/puppetlabs/puppet-lint Section: admin Priority: optional Filename: pool/main/p/puppet-lint/puppet-lint_4.2.4-2~bpo12+1_all.deb Package: puredata Version: 0.55.1+ds-2~bpo12+1 Installed-Size: 27 Maintainer: Debian Multimedia Maintainers Architecture: all Depends: puredata-common (<< 0.55.1+ds+1~), puredata-common (>= 0.55.1+ds-2~bpo12+1), puredata-core (<< 0.55.1+ds+1~), puredata-core (>= 0.55.1+ds-2~bpo12+1), puredata-dev (<< 0.55.1+ds+1~), puredata-dev (>= 0.55.1+ds-2~bpo12+1), puredata-doc (<< 0.55.1+ds+1~), puredata-doc (>= 0.55.1+ds-2~bpo12+1), puredata-extra (<< 0.55.1+ds+1~), puredata-extra (>= 0.55.1+ds-2~bpo12+1), puredata-gui (<< 0.55.1+ds+1~), puredata-gui (>= 0.55.1+ds-2~bpo12+1), puredata-utils Suggests: gem, multimedia-puredata, pd-aubio, pd-csound, pd-pdp, pd-zexy Size: 14732 SHA256: 2308e8f9aee81c16dc86a2577cbde7beca7f162cebfc6cb7713a0eaabeaad5a9 SHA1: e2fc3c998352af734cd3e2f4ad4037ccd72d38e6 MD5sum: f22c135b4688c646df198a7ed41dfe4e 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.1+ds-2~bpo12+1_all.deb Package: puredata-common Source: puredata Version: 0.55.1+ds-2~bpo12+1 Installed-Size: 1332 Maintainer: Debian Multimedia Maintainers Architecture: i386 Replaces: puredata-core (<< 0.54), puredata64-core (<< 0.54) Depends: libc6 (>= 2.34) Breaks: puredata-core (<< 0.54), puredata64-core (<< 0.54) Size: 248396 SHA256: 2b8651dbf0714c367e5f989791cc826a48aa52818d74f9403af1bac269d12290 SHA1: 65db2b87050dcd717c8d17770dca8a65b7870609 MD5sum: 994c1ba64dca4cea392bb5e3858ab940 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.1+ds-2~bpo12+1_i386.deb Package: puredata-core Source: puredata Version: 0.55.1+ds-2~bpo12+1 Installed-Size: 1627 Maintainer: Debian Multimedia Maintainers Architecture: i386 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.1+ds+1~), puredata-gui (<< 0.55.1+ds) Size: 580124 SHA256: 260d55c7744ead918ca44ac7a09149e48c19fa4aef97c8d557bb3c2f9d0e8bd0 SHA1: 2ad36b871dd513c4eb14a205b8ec675967206311 MD5sum: 24651f8d2dfb7446b0436a269ba1d6d2 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.1+ds-2~bpo12+1_i386.deb Package: puredata-dev Source: puredata Version: 0.55.1+ds-2~bpo12+1 Installed-Size: 159 Maintainer: Debian Multimedia Maintainers Architecture: all Size: 44572 SHA256: 424b4bb5b3312d89f251e796c122bee6f628ff995325848248505f514eda9ae8 SHA1: dc7590f082cf9d65793f1e7a400b9a5e4bca149f MD5sum: 9eca7dae824e2901fd9a5fcf30bf1ebe 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.1+ds-2~bpo12+1_all.deb Package: puredata-doc Source: puredata Version: 0.55.1+ds-2~bpo12+1 Installed-Size: 6542 Maintainer: Debian Multimedia Maintainers Architecture: all Recommends: node-html5shiv, puredata | puredata64 Size: 4947656 SHA256: 1e0a31b9abe12d84f8b4a05662bad9e8cab6ef5b81eb9a8ebe9fde95e6baac15 SHA1: 949a9280d2a8fcfd98dccddc8ed09e441bb00081 MD5sum: 54340332615175b8dce6457c4c4f105c 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.1+ds-2~bpo12+1_all.deb Package: puredata-extra Source: puredata Version: 0.55.1+ds-2~bpo12+1 Installed-Size: 673 Maintainer: Debian Multimedia Maintainers Architecture: i386 Depends: puredata-core (<< 0.55.1+ds+1~) | puredata64-core (<< 0.55.1+ds+1~), puredata-core (>= 0.55.1+ds-2~bpo12+1) | puredata64-core (>= 0.55.1+ds-2~bpo12+1), libc6 (>= 2.33) Size: 140652 SHA256: 5ae3d117965462669719061d4edfbf006fbc1f427850d903d702b5877d1d51f0 SHA1: 824e69f2b84300c2ef750463d80fe6f1f00c41a8 MD5sum: 1d1213a57588829f7ab62778a397e624 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.1+ds-2~bpo12+1_i386.deb Package: puredata-gui Source: puredata Version: 0.55.1+ds-2~bpo12+1 Installed-Size: 638 Maintainer: Debian Multimedia Maintainers Architecture: all Depends: python3:any, tcl, tk Recommends: puredata | puredata64, puredata-gui-l10n, sensible-utils Breaks: puredata-core (>> 0.55.1+ds+1~), puredata-core (<< 0.55.1+ds) Size: 141280 SHA256: 87fc35eb7ce3c16df2c7edd0cedc606a7a8bad721a13e3e0b3cd20494ec18d39 SHA1: 582a0daac87d3dd17a06ca2babc6737706e20d35 MD5sum: 3c329284e507edc0d079d2196676b773 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.1+ds-2~bpo12+1_all.deb Package: puredata-gui-l10n Source: puredata Version: 0.55.1+ds-2~bpo12+1 Installed-Size: 873 Maintainer: Debian Multimedia Maintainers Architecture: all Depends: puredata-gui Size: 122016 SHA256: 7f4f02da7e01019c0b1b25fc2669db73eb5ef1404edad71a211bcfa6ea7bfc09 SHA1: b4a7199fc2e72c9370062f4cba3cf9f919c8c557 MD5sum: 03f1a47477151c4dfe3841b7b7d34358 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.1+ds-2~bpo12+1_all.deb Package: puredata-utils Source: puredata Version: 0.55.1+ds-2~bpo12+1 Installed-Size: 73 Maintainer: Debian Multimedia Maintainers Architecture: i386 Provides: pd-utils Depends: libc6 (>= 2.34) Size: 24908 SHA256: d7851c07671cb8c0541a331754aef6c3859837797dd751ac73573f2a99322f54 SHA1: 69ce990470b318202010e68e710c747752762fda MD5sum: ba8c6db7f2e16ad1642966d2d93b7a20 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.1+ds-2~bpo12+1_i386.deb Package: puredata64 Source: puredata Version: 0.55.1+ds-2~bpo12+1 Installed-Size: 25 Maintainer: Debian Multimedia Maintainers Architecture: all Depends: puredata-common (<< 0.55.1+ds+1~), puredata-common (>= 0.55.1+ds-2~bpo12+1), puredata-dev (<< 0.55.1+ds+1~), puredata-dev (>= 0.55.1+ds-2~bpo12+1), puredata-doc (<< 0.55.1+ds+1~), puredata-doc (>= 0.55.1+ds-2~bpo12+1), puredata-extra (<< 0.55.1+ds+1~), puredata-extra (>= 0.55.1+ds-2~bpo12+1), puredata-gui (<< 0.55.1+ds+1~), puredata-gui (>= 0.55.1+ds-2~bpo12+1), puredata-utils, puredata64-core (<< 0.55.1+ds+1~), puredata64-core (>= 0.55.1+ds-2~bpo12+1) Size: 13704 SHA256: e9fecd0c0869402728ac1c87c70417480bb42646a28e6bee41fcd546dec252aa SHA1: 5a6f786a7499a485c0b4d1a4a23a3b46c1ed5a77 MD5sum: de88076927a22fcb98de987a9572da75 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.1+ds-2~bpo12+1_all.deb Package: puredata64-core Source: puredata Version: 0.55.1+ds-2~bpo12+1 Installed-Size: 1644 Maintainer: Debian Multimedia Maintainers Architecture: i386 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.1+ds+1~), puredata-gui (<< 0.55.1+ds) Size: 586868 SHA256: 8d31a432a3919565b75394779652c777e0dc15aa3168c4f2e6167c7e58cef4b7 SHA1: c8788d1faa1bfa0b5dbf066ac2b832a2c546c77e MD5sum: e4df6e14d99ec965c9a5671a9e689dff 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.1+ds-2~bpo12+1_i386.deb Package: purple-discord Version: 0.9.2023.10.23.git.f8b0c59-1~bpo12+1 Installed-Size: 354 Maintainer: Patrick Zajda Architecture: i386 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: 114352 SHA256: 069ea00a86e1700c3ce58f318484b9426e128fc9508b4abaf2daa3534faf8d3c SHA1: 2e19afcdd6f19f62d7e4d40d9a2f19bbdc65ec2d MD5sum: cb8c5c5af3044cfb91d7a37e82e64485 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_i386.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: pyosmium Version: 4.0.1-1~bpo12+1 Installed-Size: 28 Maintainer: Debian GIS Project Architecture: all Depends: python3-pyosmium (>= 4.0.1-1~bpo12+1) Size: 12460 SHA256: 9b5849e45789095ac4528ac5645851cf72682b01de109aaf4171df18379cf2e4 SHA1: 8e01f1501b8467240a11fe4d6892cb0553cb3897 MD5sum: 6cac1880ae1d7b3ac3c4362560f04a26 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.1-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-django-doc Source: python-django Version: 3:4.2.15-1~bpo12+1 Installed-Size: 24556 Maintainer: Debian Python Team Architecture: all Depends: libjs-sphinxdoc (>= 5.2) Size: 3014668 SHA256: d2f14bd38afe9201e9f3a995b443d2c8b5ff68600fb273211aa3e3bd5330b756 SHA1: 18717a25d0483c58ba3df1d243173abdffc03718 MD5sum: 7804e1d09c292a25be5aef2fec54d61b 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.15-1~bpo12+1_all.deb Package: python-fabio-doc Source: python-fabio Version: 2023.6.0-3~bpo12+1 Installed-Size: 1918 Maintainer: Debian PaN Maintainers Architecture: all Depends: libjs-mathjax, libjs-sphinxdoc (>= 5.2), sphinx-rtd-theme-common (>= 1.2.0+dfsg) Size: 628564 SHA256: b5bbb6c6a522e6e23e7775e76dfd552683117684d29b4016cdd7b623d6f4c039 SHA1: 76030b31b1b97134ed805a05d68cedebdcbf8f53 MD5sum: 05f0780c1945c51bb406de0bd2d70a91 Description: I/O library for images produced by 2D X-ray detector - documentation FabIO is an I/O library for images produced by 2D X-ray detectors and written in Python. FabIO support images detectors from a dozen of companies (including Mar, Dectris, ADSC, Hamamatsu, Oxford, ...), for a total of 20 different file formats (like CBF, EDF, TIFF, ...) and offers an unified interface to their headers (as a Python dictionary) and datasets (as a numpy ndarray of integers or floats) . This is the common documentation package. Homepage: https://github.com/silx-kit/fabio Section: doc Priority: optional Filename: pool/main/p/python-fabio/python-fabio-doc_2023.6.0-3~bpo12+1_all.deb Package: python-igraph-doc Source: python-igraph Version: 0.11.5+ds-2~bpo12+1 Installed-Size: 14933 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.5+ds-2~bpo12+1) Size: 6010332 SHA256: fabad6df33ed190d7135b4b5506dd3ff37218d7dc321edc4619527311c6af8db SHA1: 1e56b598b9386c8c0ca5464287fed0c533b94fa1 MD5sum: 508897977dd306022c74c914335b7f7b 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.5+ds-2~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-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.5-1~bpo12+1 Installed-Size: 22689 Maintainer: Debian XMPP Maintainers Architecture: all Depends: libjs-sphinxdoc (>= 5.2) Size: 765132 SHA256: 0917fbf1402f32da6e4aadeab80900a880291da618a293fa01b43e89f23020ee SHA1: aa14b30b23350c9f3aa0b1b6d99fdddbb22518e1 MD5sum: 7941e5f95902abecf6c342e9339dd5c0 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.5-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:24.8.2-1~bpo12+1 Installed-Size: 132 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: 52388 SHA256: b3bc7f13eed2dca65327dd8e9aa910d2f79a0dec710eceec8a27a360928fc0b0 SHA1: eb8198c024b266f3ca70226b8364d397cbaa3903 MD5sum: eca82130a8b68d6f1b209bec228b9f43 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_24.8.2-1~bpo12+1_all.deb Package: python3-awscrt Source: aws-crt-python Version: 0.20.4+dfsg-1~bpo12+1 Installed-Size: 2967 Maintainer: Debian Cloud Team Architecture: i386 Depends: python3 (>= 3~), python3:any, libc6 (>= 2.34), libssl3 (>= 3.0.0) Size: 864520 SHA256: b4093f0ea377e33474af5737620a705fbaa2c8221e09eeb7c5f515e019d88d7b SHA1: 40600fa4dc4b4304915802e9918cbc25cacc113f MD5sum: 08be29545c619ca603ecad9f3a211f18 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_i386.deb Package: python3-binoculars Source: binoculars Version: 0.0.17-1~bpo12+1 Installed-Size: 414 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: 71004 SHA256: 9ee993bdd701cf9a103d53bd4cbe9ba97808c5ce97cf4d73444aeb9ca12e2df5 SHA1: 08b1a116d5569488c4e79293e012571e42f45d0e MD5sum: 48916e9e620fc197f5ab2aa2648ef6d3 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.17-1~bpo12+1_all.deb Package: python3-brlapi Source: brltty Version: 6.6-5~bpo12+1 Installed-Size: 340 Maintainer: Debian Accessibility Team Architecture: i386 Depends: libbrlapi0.8 (>= 6.6), libc6 (>= 2.34), python3 (<< 3.12), python3 (>= 3.11~) Size: 146436 SHA256: cb2d3ae61fd30aaa71f5eeae754fdf2fcb8ba14596b3093c2e8cf81fb0d7d58f SHA1: 991b92d2b1db365495ec13c0b50ad38955707256 MD5sum: 51796fe062e01eb05ac40c68eb872a15 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.6-5~bpo12+1_i386.deb Package: python3-btrfsutil Source: btrfs-progs Version: 6.6.3-1.2~bpo12+1 Installed-Size: 83 Maintainer: Adam Borowski Architecture: i386 Depends: libbtrfsutil1 (>= 5.6), libc6 (>= 2.4), python3 (<< 3.12), python3 (>= 3.11~) Size: 40060 SHA256: 4b82398a55a40d237b6430b756f677f644626589b642cdb9440a7c83991f381f SHA1: 7a1adc785ecafd0930270a93182e8405cac25ec1 MD5sum: ed4cfa1950dfd2c9e5bafa035a1497b0 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.6.3-1.2~bpo12+1_i386.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-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-dar Source: dar Version: 2.7.15-2~bpo12+1 Installed-Size: 1351 Maintainer: John Goerzen Architecture: i386 Depends: python3 (<< 3.12), python3 (>= 3.11~), libc6 (>= 2.32), libdar64-6000 (>= 2.7.15), libgcc-s1 (>= 4.2), libstdc++6 (>= 11) Size: 324008 SHA256: 24e14ca58c6e0b773028a44442fb8cae482199175ed1054ad29446fdf3eb6978 SHA1: 33673fe0aee8f7ce1e5bd60e28680d87440731bb MD5sum: cbf34d9c8dd460ab21ccd7bc0c8e19ce 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_i386.deb Package: python3-debusine Source: debusine Version: 0.5.0~bpo12+1 Installed-Size: 1712 Maintainer: Raphaël Hertzog Architecture: all Depends: python3-aiohttp, python3-dateutil, python3-debian, python3-email-validator, python3-fasteners, python3-psutil, python3-pydantic, python3-requests, python3-requests-toolbelt, python3-responses, python3-tenacity, python3-yaml, python3:any (>= 3.11~) Size: 245584 SHA256: d6f1f415e29e225f8a9e5a5c80d7744b6565a975bc868588f248b78623c55879 SHA1: 2077c70f840fa81aeda1e9b159b1af3cee42b289 MD5sum: d6e64a9b0e1e90286acdd7005eef2082 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.5.0~bpo12+1_all.deb Package: python3-debusine-server Source: debusine Version: 0.5.0~bpo12+1 Installed-Size: 3048 Maintainer: Raphaël Hertzog Architecture: all Depends: python3-debusine (= 0.5.0~bpo12+1), python3-debusine-signing (= 0.5.0~bpo12+1), python3-django (>= 2:3.2), python3-aiohttp, python3-celery, python3-channels-redis, python3-daphne, python3-dateutil, python3-debian, python3-django-celery-results, python3-django-channels, python3-djangorestframework, python3-email-validator, python3-fasteners, python3-jsonpath-rw, python3-jwcrypto, python3-psutil, python3-psycopg2, python3-pydantic, python3-pygments, python3-requests, python3-requests-oauthlib, python3-requests-toolbelt, python3-responses, python3-tabulate, python3-tenacity, python3-yaml, python3:any (>= 3.11~) Size: 469300 SHA256: 3bd5183b4a4d0ec0b11c8c526b581c4741b5522a6882708bc3797136325ab441 SHA1: 671a801f4adcf786ac2e62ffeb2e8e68f52ddc13 MD5sum: 9fca26f5a96d2f467533976c68e68d69 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.5.0~bpo12+1_all.deb Package: python3-debusine-signing Source: debusine Version: 0.5.0~bpo12+1 Installed-Size: 219 Maintainer: Raphaël Hertzog Architecture: all Replaces: python3-debusine-server (<< 0.3.3~) Depends: python3-debusine (= 0.5.0~bpo12+1), python3-aiohttp, python3-dateutil, python3-debian, python3-django (>= 2:3.2), python3-email-validator, python3-fasteners, python3-nacl, python3-psutil, python3-psycopg2, python3-pydantic, python3-requests, python3-requests-toolbelt, python3-responses, python3-tenacity, python3-yaml, python3:any (>= 3.11~) Breaks: python3-debusine-server (<< 0.3.3~) Size: 31752 SHA256: 041a67770d3bb1f52be00a6f26b70aa3e3ed63fdf8d73584f410c92590fc497d SHA1: ff783e21007f1b49df77ab32faef8dd34482f401 MD5sum: af7c4298821f6f3a9afdba7497195b41 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.5.0~bpo12+1_all.deb Package: python3-django Source: python-django Version: 3:4.2.15-1~bpo12+1 Installed-Size: 25176 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: 2736316 SHA256: c690a675b2d8f79453369154a672eefad004383efba9148d4f2845270f4e5ff9 SHA1: 3705609d74baccfa7ead57803e19f3628fe5ee1e MD5sum: 2a318c83d0bd8963b5a15f270665df67 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.15-1~bpo12+1_all.deb Package: python3-django-q Source: django-q Version: 1.6.1-1~bpo12+1 Installed-Size: 1471 Maintainer: Debian Python Team Architecture: all Depends: python3-arrow, python3-blessed, python3-django (>= 2:2.2), python3-django-picklefield, python3-importlib-metadata | python3 (>> 3.10), python3:any, libjs-sphinxdoc (>= 5.2), sphinx-rtd-theme-common (>= 1.2.0+dfsg) Suggests: python3-boto3, python3-croniter, python3-django-redis, python3-hiredis, python3-psutil, python3-pymongo, python3-redis Size: 352372 SHA256: d8784e2006ea8edd9f6ca3574919555013a38fd06b93d817d41b57329de935d6 SHA1: fe25098a6de4917a080703f702e918bbd8ad7555 MD5sum: f7c9cf6a5e501c796152ea7f61b1e74e Description: Django multiprocessing distributed task queue (Python 3 version) A multiprocessing distributed task queue for Django with following features: . * Multiprocessing worker pool * Asynchronous tasks * Scheduled and repeated tasks * Encrypted and compressed packages * Failure and success database or cache * Result hooks, groups and chains * Django Admin integration * PaaS compatible with multiple instances * Multi cluster monitor * Redis, Disque, IronMQ, SQS, MongoDB or ORM * Rollbar and Sentry support . This package contains the Python 3 version of the library. Homepage: https://github.com/Koed00/django-q Section: python Priority: optional Filename: pool/main/d/django-q/python3-django-q_1.6.1-1~bpo12+1_all.deb Package: python3-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-electrum Source: electrum Version: 4.5.5+dfsg-1~bpo12+1 Installed-Size: 19592 Maintainer: Debian Cryptocoin Team Architecture: all Depends: libjs-jquery, libjs-jquery-ui, libjs-jquery-ui-theme-ui-lightness, node-qrcode-generator, python3-cbor, python3-cryptography, libsecp256k1-1, python3-aiohttp, python3-aiohttp-socks (>= 0.3), python3-aiorpcx (>= 0.22), python3-attr (>= 19.2.0), python3-certifi, python3-dnspython (>= 2.0), python3-jsonpatch, python3-protobuf (>= 3.12), python3-qrcode, python3:any Suggests: fonts-dejavu-core, python3-btchip, python3-trezor Size: 3798824 SHA256: dd8feed4f1992d872d3af957bdfe725139762c7718889b5c484718dd64dd3401 SHA1: 28eccc5ba47dc61a37d6fffbb45098bea90cd0ae MD5sum: 8f4306a68f1d360f96483a8b14a28fd0 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.5+dfsg-1~bpo12+1_all.deb Package: python3-fabio Source: python-fabio Version: 2023.6.0-3~bpo12+1 Installed-Size: 2903 Maintainer: Debian PaN Maintainers Architecture: i386 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: 522876 SHA256: bca51ed6ed873fa4a57a0eca44d31f9e210a8c4fd54a60baf1bda0724b154474 SHA1: 5d76a9f4543dcddc7d70ef491af3b4da672f317c MD5sum: 6ab9da210c61dab8adee1736cf6466bb 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_i386.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: 886 Maintainer: Marc Haber Architecture: i386 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgensio6 (>= 2.8.6-1~bpo12+2), libstdc++6 (>= 5.2), python3 (<< 3.12), python3 (>= 3.11~), python3:any Size: 177804 SHA256: cb9ceca15acd90599fdfd294ab67445cd40ca024ab3ea3a47627af58a8678236 SHA1: 1e56fb31df9dbe3c78e2d0d375c3598f05c0835f MD5sum: 54206fd9d450ca580568cb47476c8bcc 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_i386.deb Package: python3-gnucash Source: gnucash Version: 1:5.6-1~bpo12+1 Installed-Size: 1696 Maintainer: Dmitry Smirnov Architecture: i386 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: 282176 SHA256: 892f8199c01a87dd51d0dc5db689e8ad936863784fef9f7d1c829da1dc1cfc65 SHA1: 8942153b371e23ad130813c1a6649b42d9d3303a MD5sum: 795de52db70aadeae82ac4b73e2b6aff 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_i386.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: 5536 Maintainer: Debian Astronomy Maintainers Architecture: i386 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.0), libgyoto9 (>= 2.0.2), libpython3.11 (>= 3.11.0), libstdc++6 (>= 11), libxerces-c3.2, python3-numpy (>= 1:1.22.0), python3-numpy-abi9, python3 (<< 3.12), python3 (>= 3.11~), python3:any Recommends: python3-opencv Size: 978616 SHA256: e68883e37b4a6bff445c793afee5b5564dab507aeff47e6f4438ab3aab077ce8 SHA1: a19ce4857b2d057f03784ca57575db23f2e35680 MD5sum: fed70a394ac4fb5c6f360c0fdaf243aa 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_i386.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.29~rc1-1~bpo12+1 Installed-Size: 310 Maintainer: Debian Input Method Team Architecture: all Depends: python3:any, gir1.2-ibus-1.0, python3-gi Size: 285044 SHA256: 0264be01b21bbf6a50b51397aca21f55b50cbd80bd301e46f18758131cf46a0c SHA1: 8287e86126c44e3fca6eac471fd3501d157fe4d2 MD5sum: 690f731d5d5352a7112e87f0c3234075 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.29~rc1-1~bpo12+1_all.deb Package: python3-igraph Source: python-igraph Version: 0.11.5+ds-2~bpo12+1 Installed-Size: 1598 Maintainer: Debian Python Team Architecture: i386 Depends: python3-texttable, python3 (<< 3.12), python3 (>= 3.11~), python3:any, libc6 (>= 2.29), libigraph3t64 (>= 0.10.10) Size: 329652 SHA256: db255419c260ab051a099377e5f18380ffacc6f6bc5e9eee1f021f9a3564eade SHA1: 73bdd2fc290d3c4e5c4f58d2efd325c3d196c1e4 MD5sum: df48096de813d0e7ba54618850311712 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.5+ds-2~bpo12+1_i386.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.20.5+dfsg-1~bpo12+1) Version: 2:2.9.1+samba4.20.5+dfsg-1~bpo12+1 Installed-Size: 189 Maintainer: Debian Samba Maintainers Architecture: i386 Depends: libldb2 (= 2:2.9.1+samba4.20.5+dfsg-1~bpo12+1), python3 (<< 3.12), python3 (>= 3.11~), python3:any, libc6 (>= 2.25), libpython3.11 (>= 3.11.0), libtalloc2 (>= 2.4.2~) Size: 71920 SHA256: 1cf700da9568ced57573bd6076e753f97ef2def3219b6ed58e78d915e0c34c8d SHA1: ba24dc998acdcfac2b3bec52bf0c8b44c25a2979 MD5sum: ba6fbc8c204f55015eb2df1598da6054 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.9.1+samba4.20.5+dfsg-1~bpo12+1_i386.deb Package: python3-ldb-dev Source: samba Version: 2:4.20.5+dfsg-1~bpo12+1 Installed-Size: 57 Maintainer: Debian Samba Maintainers Architecture: i386 Size: 37580 SHA256: 59b4f9493d9ed4b6932c242ca89ba922ef979eeac66305e1adcd59412c4ecdf0 SHA1: 80456adb28477744b664615a08c1541fc56e5b79 MD5sum: 0b120023d40ad79637c0e9d237073576 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.20.5+dfsg-1~bpo12+1_i386.deb Package: python3-libcamera Source: libcamera Version: 0.3.2-1~bpo12+1 Installed-Size: 1042 Maintainer: Debian Multimedia Maintainers Architecture: i386 Depends: libc6 (>= 2.32), libcamera0.3 (>= 0.3.2), libgcc-s1 (>= 3.0), libstdc++6 (>= 11) Size: 255620 SHA256: dde8725d1dce0adab37293bf5d459fabb75aafc8b2f5999e4272512789494172 SHA1: f988f7f30c1ddd49668a04723f431862e9385cb1 MD5sum: 93f3877573a518910fc2e88a18784e1e 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_i386.deb Package: python3-louis Source: liblouis Version: 3.31.0-2~bpo12+1 Installed-Size: 59 Maintainer: Debian Accessibility Team Architecture: all Depends: python3:any, liblouis20 (>= 3.31.0-2~bpo12+1) Size: 24448 SHA256: fb2b4e8ef73b86d8defe4b1ebad3756cc275eea98bc1f0e385d2a2e18c835e69 SHA1: fb3cce68608a858f907c1739bbd8418505cd0578 MD5sum: 4787f11c00fa41858867c259e95b2135 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.31.0-2~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.2.2-1~bpo12+1 Installed-Size: 1406 Maintainer: Debian GIS Project Architecture: i386 Depends: python3 (<< 3.12), python3 (>= 3.11~), python3:any, libc6 (>= 2.4), libmapserver2 (>= 8.0.0), libpython3.11 (>= 3.11.0) Suggests: mapserver-bin, mapserver-doc Size: 329928 SHA256: b19d903e49ed9bc1f062d35811388f25386f32d466bc4893b39a7832306348b8 SHA1: 232d80f948c51e081b95e4dba00a8e74c70e1dcd MD5sum: b7c93f4e87e67fa2586e700be392c701 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.2.2-1~bpo12+1_i386.deb Package: python3-mini-buildd Source: mini-buildd Version: 2.2.4~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: 355060 SHA256: 3332c58091bc3bde72fae773d2f1ddbaf99a18a5e1abef8f21ac2221e5dfe390 SHA1: d386745b84bfe8baf4b6e800be1e1724e37a0f3b MD5sum: 7924823b13feba26f5cc61f778ad8d99 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.4~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-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: 223 Maintainer: Carl Worth Architecture: i386 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: 42760 SHA256: 936b6df991f8f76b542ba90c04629d2a51df3c4875fa2793427aa30120a8ef2b SHA1: 6c3ebe5453a851f76126d463cf6eda749f781c9f MD5sum: aae19da6868ace3708cb86521fff569a 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_i386.deb Package: python3-nxtomo Source: nxtomo Version: 1.2.3-3~bpo12+1 Installed-Size: 352 Maintainer: Debian Pan Maintainers Architecture: all Depends: python3-numpy, python3-packaging, python3-silx, python3:any Size: 51148 SHA256: 3a44a24e689a2c3ee76d44ee32eb5daa2c9d9efb3b367d9cde998bfd3f758f7a SHA1: 3a15ab5aa4a80ac7e833a89413aa3bb2ea87a47d MD5sum: 4c93b6bbdbca9c04ac15f615e85efacf Description: Python API to edit NXtomo application NXtomo is a application definition for x-ray or neutron tomography raw data. . python3-nxtomo provide a friendly API to create and edit NXtomo application. Homepage: https://gitlab.esrf.fr/tomotools/nxtomo Section: python Priority: optional Filename: pool/main/n/nxtomo/python3-nxtomo_1.2.3-3~bpo12+1_all.deb Package: python3-omemo-dr Source: omemo-dr Version: 1.0.1-2~bpo12+1 Installed-Size: 390 Maintainer: Debian XMPP Maintainers Architecture: i386 Depends: python3 (<< 3.12), python3 (>= 3.11~), python3-cryptography, python3-protobuf, python3:any, libc6 (>= 2.4) Size: 107620 SHA256: 514e3bb338a06e047ca7b682186378342e0c1195988a0ef61c47b3bce59b35d2 SHA1: ae5b66794189eec14c1e3868ac40e4eaeae119eb MD5sum: 70514b4b7489fb288cfaaebdf1c348b8 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_i386.deb Package: python3-pyfai Source: pyfai Version: 2023.9.0-1~bpo12+1 Installed-Size: 14350 Maintainer: Debian PaN Maintainers Architecture: i386 Depends: python3-pyqt5, python3 (<< 3.12), python3 (>= 3.11~), python3-fabio, python3-h5py, python3-matplotlib, python3-numexpr, python3-numpy (>= 1:1.22.0), python3-numpy-abi9, python3-scipy, python3-silx, python3:any, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgomp1 (>= 6), libstdc++6 (>= 5) Size: 2408252 SHA256: 477030eae77a2af0b22f0c729a7932ca6d233c17a1526b4983e972116e9e721a SHA1: bc12d2f67e4597c2e4e45a483bf2ea0c1e29534d MD5sum: 03cd93cec4c1da81b56a8b72024ab340 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_i386.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: 32255 Maintainer: Debian PaN Maintainers Architecture: i386 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: 5429788 SHA256: 0be0059decd10dde489a2b62a1d9a5d22d4c08bba40d6cff51c7ed5863470c57 SHA1: f7b82eb8bd59b60ecffd57e940003401180439ed MD5sum: 2f159e1c91cbe0cf1595d559788ebdbf 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_i386.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-pyosmium Source: pyosmium Version: 4.0.1-1~bpo12+1 Installed-Size: 3413 Maintainer: Debian GIS Project Architecture: i386 Depends: python3 (<< 3.12), python3 (>= 3.11~), python3-requests, python3:any, libbz2-1.0, libc6 (>= 2.34), libexpat1 (>= 2.0.1), libgcc-s1 (>= 7), liblz4-1 (>= 0.0~r130), libstdc++6 (>= 12), zlib1g (>= 1:1.2.6) Suggests: python3-shapely Size: 861496 SHA256: a975bdece1ca1dd80456726067560f41209cc69bb3153fb4a65530c3946c6fb9 SHA1: 3fcca7aab91ace07f49d043615b49ef7533ff352 MD5sum: 5391071d4d078ddc98b435fb168b538e 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.1-1~bpo12+1_i386.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: 1.1.1-2~bpo12+1 Installed-Size: 41 Maintainer: Debian Pan Maintainers Architecture: all Depends: python3:any Size: 7216 SHA256: bfd29c335b4b797a73b4f2c1a19e9c50bce1fd6b65beb7c214f3e581a6803f98 SHA1: 15c13e968129fc150f7e30167729180232032dd2 MD5sum: 75bd413db390b3c8360cf5a0561a673c 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_1.1.1-2~bpo12+1_all.deb Package: python3-pyvkfft Source: pyvkfft Version: 2024.1.2+ds1-2~bpo12+1 Installed-Size: 1183 Maintainer: Debian PaN Maintainers Architecture: i386 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 (>= 7), libstdc++6 (>= 4.1.1), ocl-icd-libopencl1 | libopencl1 Size: 315944 SHA256: fe96d8ddafd602cc1c2ff1bdfbec32bedfe8fe27be554d5414d70ef9dabc0082 SHA1: 519bace5020265e7ca59d1c4f11e360be5f519af MD5sum: 6e3538945ae06cb268bc09f9527e189e 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 Homepage: https://github.com/vincefn/pyvkfft Section: science Priority: optional Filename: pool/main/p/pyvkfft/python3-pyvkfft_2024.1.2+ds1-2~bpo12+1_i386.deb Package: python3-pyvkfft-doc Source: pyvkfft Version: 2024.1.2+ds1-2~bpo12+1 Installed-Size: 58073 Maintainer: Debian PaN Maintainers Architecture: all Depends: libjs-mathjax, libjs-sphinxdoc (>= 5.2), sphinx-rtd-theme-common (>= 1.2.0+dfsg) Size: 45594980 SHA256: 4ae8fd886ee78c97191f07bb12e4a7f600872d45c7d814a6b64fe6233ea1932c SHA1: f47201bfa9181917d54147aed5baf0d8ed064fff MD5sum: ee4a80de5e99d5cea20056a07a1608fe Description: Binding to the OpenCL 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.2+ds1-2~bpo12+1_all.deb Package: python3-qgis Source: qgis Version: 3.34.11+dfsg-1~bpo12+1 Installed-Size: 98178 Maintainer: Debian GIS Project Architecture: i386 Depends: python3-qgis-common (= 3.34.11+dfsg-1~bpo12+1), qgis-providers (= 3.34.11+dfsg-1~bpo12+1), libqgispython3.34.11, 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.qtsql, python3-pyqt5.qtsvg, python3-pyqt5.qtwebkit, python3-yaml, python3 (<< 3.12), python3 (>= 3.11~), python3:any, libc6 (>= 2.32), libgcc-s1 (>= 4.2), libpython3.11 (>= 3.11.0), libqca-qt5-2 (>= 2.0.2), 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-server3.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), 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: 16129056 SHA256: 204dcb898334bd8e52c022eda6d6969a6d6ab5e8f6c0e4d5cbde161f2f4f6ec5 SHA1: be98f934cf1c8d78a8f5297520c2cdd3ca7a1491 MD5sum: f529490cbe47ea31f8dbbf4a079cccce 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.34.11+dfsg-1~bpo12+1_i386.deb Package: python3-qgis-common Source: qgis Version: 3.34.11+dfsg-1~bpo12+1 Installed-Size: 14467 Maintainer: Debian GIS Project Architecture: all Replaces: python-qgis-common (<< 3.4.5) Depends: gdal-bin, python3-gdal, python3-matplotlib, libqgis-customwidgets (>= 3.34.11+dfsg-1~bpo12+1), python3:any Breaks: python-qgis-common (<< 3.4.5) Size: 5857524 SHA256: 1705a1310d56bbb54ec334c24bbd42d9c5f3058b55262fa377fa68276e2dbcd4 SHA1: f60ae3f7dcee4e0e81ed04cfbd4d1e7b9b801ab7 MD5sum: 9a4f89df222fd216c2de27284067dc5e 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.34.11+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-1~bpo12+1 Installed-Size: 34 Maintainer: Debian Python Team Architecture: i386 Depends: python3 (<< 3.12), python3 (>= 3.11~), libc6 (>= 2.4) Size: 6740 SHA256: 89fcc443b5bc2db9d3d29ead8236a4943857a5a193d557646365bef9d83a9770 SHA1: c52048d69d997fb6afbcd0077aecdf599a585707 MD5sum: 0aee52ea0bc0cb050c45ff8af964c03c 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-1~bpo12+1_i386.deb Package: python3-sabctools Source: sabctools Version: 8.2.3-2~bpo12+1 Installed-Size: 173 Maintainer: Jeroen Ploemen Architecture: i386 Depends: libc6 (>= 2.34), libstdc++6 (>= 4.1.1), python3 (<< 3.12), python3 (>= 3.11~), python3:any Size: 59824 SHA256: 770f9a60f5c5eaf6b0cfe041209fac8a015611e3de9f48656946c51dd55c0012 SHA1: e2a3e72e7e19606e4cae9a4c2759c9cf7ab814d6 MD5sum: a9a6534a756261acf9b018a97697db47 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_i386.deb Package: python3-samba Source: samba Version: 2:4.20.5+dfsg-1~bpo12+1 Installed-Size: 20815 Maintainer: Debian Samba Maintainers Architecture: i386 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.9.1+samba4.20.5+dfsg-1~bpo12+1), samba-libs (= 2:4.20.5+dfsg-1~bpo12+1), python3-tdb, python3 (<< 3.12), python3 (>= 3.11~), python3:any, libbsd0 (>= 0.0), libc6 (>= 2.34), libgnutls30 (>= 3.7.0), libldb2 (>= 0.9.21), libndr4 (>= 2:4.20.0~rc1), libpython3.11 (>= 3.11.0), libtalloc2 (>= 2.4.2~), libtevent0 (>= 0.16.1~), python3-talloc (>= 2.4.2~) Recommends: python3-gpg, tdb-tools Breaks: samba (<< 2:4.20.1+dfsg-2~), samba-common-bin (<< 2:4.20.1+dfsg-2~) Size: 2539200 SHA256: 45c3068da5955761dfeae37017b59a526e5c8556d7b4ce6396b0faf4c92ab8fc SHA1: 068d0038a2db087f2e0dcc9b1d5be74182f42979 MD5sum: 46ea6bd1bab91794ce3f81745bdbc19d 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.20.5+dfsg-1~bpo12+1_i386.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:24.8.2-1~bpo12+1 Installed-Size: 583 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: 112484 SHA256: 08891dc8faa2951a316a038cb44c97e643298b80becac7193eb2c3eef611af33 SHA1: 9981c3fa1994ae492fbbae49de3025b89a6a69c9 MD5sum: f491511d8118b03e9e2509d2fe0c917d 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_24.8.2-1~bpo12+1_all.deb Package: python3-sdbus Source: python-sdbus Version: 0.12.0-1~bpo12+1 Installed-Size: 342 Maintainer: Debian Python Team Architecture: i386 Depends: python3 (<< 3.12), python3 (>= 3.11~), python3:any, libc6 (>= 2.4), libsystemd0 (>= 248) Size: 78096 SHA256: 0e72fa520c3e8638331e9d38e3dbb329603bd105689de20e66e08e6397a2a998 SHA1: ed05fdeca4b03dc57c72190bf2b6a44d995c7081 MD5sum: 67c41dfaa56fadeb4bdb6fa190123113 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.12.0-1~bpo12+1_i386.deb Package: python3-silx Source: silx Version: 1.1.2+dfsg-2~bpo12+1 Installed-Size: 12679 Maintainer: Debian Science Maintainers Architecture: i386 Depends: python3 (<< 3.12), python3 (>= 3.11~), python3-dateutil, python3-fabio, python3-h5py, python3-hdf5plugin, python3-mako, python3-matplotlib, python3-numpy (>= 1:1.22.0), python3-numpy-abi9, python3-opengl, python3-pil, python3-pkg-resources, python3-pyopencl, python3-pyqt5, python3-pyqt5.qtopengl, python3-pyqt5.qtsvg, python3-qtconsole, python3-scipy, python3:any, libc6 (>= 2.33), libgcc-s1 (>= 3.0), libgomp1 (>= 4.9), libstdc++6 (>= 5.2) Size: 2278944 SHA256: 030e61339bda0968e29ee91cac8e0d86697b0876edaf396b86b7a3a00a7332b3 SHA1: f62dac05bad702098309143cc58e51ca232eda49 MD5sum: 25f2f7f6e99696444fd3d92a1ee5b428 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_i386.deb Package: python3-slixmpp Source: slixmpp Version: 1.8.5-1~bpo12+1 Installed-Size: 1828 Maintainer: Debian XMPP Maintainers Architecture: all Depends: python3-aiodns, 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: 241760 SHA256: 211168b44b604695da0d2da9df955d29b8a22cf2ca04d0cf7e92c89b2331ca8f SHA1: 22e097b869d67fe415b980a2ef413aa9e301845d MD5sum: 1c011e814c26d00e79c2aaab250c2d43 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.5-1~bpo12+1_all.deb Package: python3-slixmpp-lib Source: slixmpp Version: 1.8.5-1~bpo12+1 Installed-Size: 53 Maintainer: Debian XMPP Maintainers Architecture: i386 Depends: libc6 (>= 2.4), libidn12 (>= 1.13), python3 (<< 3.12), python3 (>= 3.11~) Size: 14972 SHA256: 4238b5684dfc63daae0c54eceb670ee90bfab777f844b4d047486c30cb22f3b0 SHA1: 26d1bad71802f3cb7ba145fbb59101d78f09476d MD5sum: 9e8a887355f9bcb00db9c2cfb1be3329 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.5-1~bpo12+1_i386.deb Package: python3-speechd Source: speech-dispatcher Version: 0.11.5-4~bpo12+1 Installed-Size: 140 Maintainer: Debian TTS Team Architecture: all Replaces: python-speechd Depends: python3-xdg, python3:any Breaks: python-speechd Size: 43776 SHA256: 985ea555ee14d131e825f159d7b658d119732145c6cce49a3dac5570ab3be1e0 SHA1: 99c44d0ec75811a1df33c2d608a061d6119e9d8f MD5sum: 018a9ce814f469d0e69b489993202e83 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.11.5-4~bpo12+1_all.deb Package: python3-sphinx-design Source: sphinx-design Version: 0.5.0-2~bpo12+1 Installed-Size: 8724 Maintainer: Gianfranco Costamagna Architecture: all Depends: python3-sphinx, python3:any Size: 852512 SHA256: c781f1f6754fd880b2fad8e36fba0a47a00c12f674b480ac3788b84a6ad4ba6b SHA1: ffdc170bdf77e52253e4abd2e3cb9ac75ac34d17 MD5sum: 4d923722dd6a0c6f920d1d477f5b8d0d Description: A sphinx extension for designing beautiful, view size responsive web components. Created with inspiration from Bootstrap (v5), Material Design and Material-UI design frameworks. . Supported browsers . Chrome >= 60 Firefox >= 60 Firefox ESR iOS >= 12 Safari >= 12 Explorer >= 12 Homepage: https://github.com/executablebooks/sphinx-design Section: python Priority: optional Filename: pool/main/s/sphinx-design/python3-sphinx-design_0.5.0-2~bpo12+1_all.deb Package: python3-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: 6.11.0-2~bpo12+1 Installed-Size: 1781 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-trio-websocket, python3-typing-extensions, python3-urllib3, python3-websocket, python3:any Recommends: ffmpeg Suggests: streamlink, python3-streamlink-doc Size: 315628 SHA256: d6cbbaacd63e47412b9e88defe1f36f58248df1509074cf893b1fefa8113488d SHA1: 6de627ba68b9715a5068593e6684674baa3e0507 MD5sum: 31f7d8b4579d73347f3347e2cfc06a49 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_6.11.0-2~bpo12+1_all.deb Package: python3-streamlink-doc Source: streamlink Version: 6.11.0-2~bpo12+1 Installed-Size: 2790 Maintainer: Alexis Murzeau Architecture: all Depends: libjs-sphinxdoc (>= 5.2), fonts-fork-awesome Suggests: python3-streamlink Size: 303152 SHA256: af30226bff853342a00998204dd888c0223f48d60f7db7ae8141b9df748d8511 SHA1: e8faf00b676cd642d8d3fdccc49578ce876c036c MD5sum: d326acaf0722ad6fc6ebd9db0bd6c1f2 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_6.11.0-2~bpo12+1_all.deb Package: python3-talloc Source: talloc Version: 2.4.2-1~bpo12+1 Installed-Size: 72 Maintainer: Debian Samba Maintainers Architecture: i386 Depends: libtalloc2 (= 2.4.2-1~bpo12+1), python3 (<< 3.12), python3 (>= 3.11~), libc6 (>= 2.4), libpython3.11 (>= 3.11.0) Size: 15172 SHA256: 928da1ee09651ec782bc1c47f2b139a287777cd4680bdf9f71c1b5cd5194ead2 SHA1: a7c550b4da4307b4e25f772c8449a25065b40fa6 MD5sum: 72ce80c0783516535201a81448ccaa73 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://talloc.samba.org/ Section: python Priority: optional Filename: pool/main/t/talloc/python3-talloc_2.4.2-1~bpo12+1_i386.deb Package: python3-talloc-dev Source: talloc Version: 2.4.2-1~bpo12+1 Installed-Size: 39 Maintainer: Debian Samba Maintainers Architecture: i386 Depends: pkg-config, python3-talloc (= 2.4.2-1~bpo12+1) Size: 9528 SHA256: cac0ed188456622d32d6e42d9beed559d79afbd5682f3cf81e8caf2134925c7e SHA1: 09df172f1ea33936c1a8be6903dd17c2c41a1dbe MD5sum: 2b49b74b6d04ea2ed78fc967185c74dd 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_i386.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: tdb Version: 1.4.10-1~bpo12+1 Installed-Size: 68 Maintainer: Debian Samba Maintainers Architecture: i386 Depends: libtdb1 (= 1.4.10-1~bpo12+1), python3 (<< 3.12), python3 (>= 3.11~), python3:any, libc6 (>= 2.4) Size: 16944 SHA256: 6615620694350166ab45e86ed5b5ed5d412958e53313323a36e506d241ae8155 SHA1: 5113a3625eafb0a143426817e03f66ad7b632f34 MD5sum: 85bf57eb8b82d68be2590b8635819586 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://tdb.samba.org/ Section: python Priority: optional Filename: pool/main/t/tdb/python3-tdb_1.4.10-1~bpo12+1_i386.deb Package: python3-tomoscan Source: tomoscan Version: 2.0.5-2~bpo12+1 Installed-Size: 672 Maintainer: Debian PaN Maintainers Architecture: all Depends: python3-dicttoxml, python3-h5py (>= 3.0), python3-lxml, python3-numpy, python3-nxtomo, python3-packaging, python3-pkg-resources, python3-psutil, python3-pyunitsystem, python3-silx, python3:any Size: 91960 SHA256: 1a0c38f430ce0e946364e397d592f539fd7623a702b222879b56e5f9b694e4d1 SHA1: 9126487fced1fb23ebb2dc7807cc74f19c94f52c MD5sum: 5086fde8b5030d0f4d3365753af9681f 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.0.5-2~bpo12+1_all.deb Package: python3-uno Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 498 Maintainer: Debian LibreOffice Maintainers Architecture: i386 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:24.8.2-1~bpo12+1) | libreoffice-core (= 4:24.8.2-1~bpo12+1), python3:any, python3 (<< 3.12), python3 (>= 3.11~), python3.11, libc6 (>= 2.34), libgcc-s1 (>= 3.0), 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: 174264 SHA256: 7d7edf42739421fa6d6460329f69e92eac532153b87745683c64d8f2b51016a8 SHA1: c240b218e0d277237283addd3a61a8649c744728 MD5sum: a20c8a148ba2eb8afbaeca7012dd2493 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_24.8.2-1~bpo12+1_i386.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-yara Source: yara-python Version: 4.5.1-1~bpo12+1 Installed-Size: 67 Maintainer: Hilko Bengen Architecture: i386 Depends: python3 (<< 3.12), python3 (>= 3.11~), libc6 (>= 2.4), libyara10 (>= 4.3.0~) Size: 19756 SHA256: 1425fa47fd6b380edfdbefc1889a03d987a821c484a8456b99f39d2a073d65e3 SHA1: 00f5a85acf31d046447c982eb9b4fe4897a9531f MD5sum: d54da2a1a04232fd6188bdb03653e161 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_i386.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: qdiskinfo Version: 0.3+git20240909+ds-1~bpo12+1 Installed-Size: 289 Maintainer: Boyuan Yang Architecture: i386 Depends: pkexec, qt6-wayland, smartmontools, libc6 (>= 2.34), libgcc-s1 (>= 3.0), libqt6core6 (>= 6.4.0), libqt6gui6 (>= 6.1.2), libqt6widgets6 (>= 6.1.2), libstdc++6 (>= 5) Size: 93532 SHA256: a6f48e56393e14c2298b39b71c17a25e7bc7bc0c446f4f46af40e494049903e2 SHA1: 677f41ffb694235edcc67de4a581b614c287d053 MD5sum: c555f1ebc2ce0939f48dcdc8983099a9 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+git20240909+ds-1~bpo12+1_i386.deb Package: qemu-block-extra Source: qemu Version: 1:9.0.2+ds-1~bpo12+1 Installed-Size: 226 Maintainer: Debian QEMU Team Architecture: i386 Depends: libc6 (>= 2.29), libcurl3-gnutls (>= 7.16.3), libiscsi7 (>= 1.18.0), libnfs13 (>= 1.11.0), libssh-4 (>= 0.8.4), qemu-system-any (= 1:9.0.2+ds-1~bpo12+1) | qemu-utils (= 1:9.0.2+ds-1~bpo12+1) Enhances: qemu-system-arm, qemu-system-mips, qemu-system-misc, qemu-system-sparc, qemu-system-x86, qemu-utils Size: 86692 SHA256: 12447314f27d149818a78c039d2b7574ba4317b5d805154de4a675110fa5336f SHA1: 3985fdf12f9b1153a2df880a66625b7d87f32d7d MD5sum: 0d2a24551bd59f4247e3e6358a0f9348 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.0.2+ds-1~bpo12+1_i386.deb Package: qemu-guest-agent Source: qemu Version: 1:9.0.2+ds-1~bpo12+1 Installed-Size: 3622 Maintainer: Debian QEMU Team Architecture: i386 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: 549812 SHA256: 0e958b001047c56e181eed0fc0e87105c2c719409b6b2c5a724d010d95bb90f1 SHA1: cf037efd1b7ce0bc3d6dea0fbf3761ba47eeab8a MD5sum: a00a0a514f5775be6c69e2d1bf97f5a6 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.0.2+ds-1~bpo12+1_i386.deb Package: qemu-system Source: qemu Version: 1:9.0.2+ds-1~bpo12+1 Installed-Size: 70 Maintainer: Debian QEMU Team Architecture: i386 Depends: qemu-system-arm, qemu-system-mips, qemu-system-ppc, qemu-system-sparc, qemu-system-x86, qemu-system-misc Size: 43316 SHA256: 32b19d6aad2bdc55f48d1d003631eef669d989f2028cf55144340d8d38ba81a1 SHA1: ff5dabbc9dda2c6a5eaaf8b4527af279190e7a06 MD5sum: c5b3b1642443ee16ecd857c531bcdb36 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.0.2+ds-1~bpo12+1_i386.deb Package: qemu-system-arm Source: qemu Version: 1:9.0.2+ds-1~bpo12+1 Installed-Size: 48516 Maintainer: Debian QEMU Team Architecture: i386 Provides: qemu-system-aarch64 (= 1:9.0.2+ds-1~bpo12+1), qemu-system-any (= 1:9.0.2+ds-1~bpo12+1), qemu-system-arm64 (= 1:9.0.2+ds-1~bpo12+1), qemu-system-armel (= 1:9.0.2+ds-1~bpo12+1), qemu-system-armhf (= 1:9.0.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, 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.0.2+ds-1~bpo12+1), qemu-system-data (>> 1:9.0.2+ds~) Recommends: qemu-utils, ipxe-qemu, qemu-efi-aarch64, qemu-efi-arm, qemu-system-gui (= 1:9.0.2+ds-1~bpo12+1), qemu-system-modules-spice (= 1:9.0.2+ds-1~bpo12+1), qemu-system-modules-opengl (= 1:9.0.2+ds-1~bpo12+1), qemu-block-extra (= 1:9.0.2+ds-1~bpo12+1) Suggests: samba, vde2 Size: 10251008 SHA256: 2806979e58b288da4c3212fdceb04ff4f45e1d15662c92636ff1e33ec26cfd12 SHA1: d437067117f7a9a189c14a4ebf7a92cdf9706f62 MD5sum: 5b49dfd2ea8c71766b64638feaf0d115 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.0.2+ds-1~bpo12+1_i386.deb Package: qemu-system-common Source: qemu Version: 1:9.0.2+ds-1~bpo12+1 Installed-Size: 3926 Maintainer: Debian QEMU Team Architecture: i386 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, 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: 940336 SHA256: 70c108de2020fae59a96c69a7b150001f13dc01b6e58ca36deefff5c9d58f199 SHA1: 01bab61f9ab3a9a3701cf5a9aec75452b10e8f63 MD5sum: 0bca25dfff3f5c54afd7959027e26968 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.0.2+ds-1~bpo12+1_i386.deb Package: qemu-system-data Source: qemu Version: 1:9.0.2+ds-1~bpo12+1 Installed-Size: 17904 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-ppc (<< 1:6.1-4~) Size: 2130252 SHA256: a1c0797d3569541477e6bc333d7e97bf60455b2dfbf09cf759862c28072853c0 SHA1: a1515ff904a3122fd10a434d4605520ed32381c3 MD5sum: 2b3da07faea663a9df3643bdc2871ab9 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.0.2+ds-1~bpo12+1_all.deb Package: qemu-system-gui Source: qemu Version: 1:9.0.2+ds-1~bpo12+1 Installed-Size: 1207 Maintainer: Debian QEMU Team Architecture: i386 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.60), 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.0.2+ds-1~bpo12+1), qemu-system-any (= 1:9.0.2+ds-1~bpo12+1), libgl1 Size: 352360 SHA256: 01e09084c20bbb60f15c0d85eea304922008da7bc44cdc085e607042d56ce5e6 SHA1: 112509ec0252de8690954b342d45bb2a11fb16ad MD5sum: 9abc219c3ba791385be42ffc0c62d4b1 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.0.2+ds-1~bpo12+1_i386.deb Package: qemu-system-mips Source: qemu Version: 1:9.0.2+ds-1~bpo12+1 Installed-Size: 57944 Maintainer: Debian QEMU Team Architecture: i386 Provides: qemu-system-any (= 1:9.0.2+ds-1~bpo12+1), qemu-system-mips64 (= 1:9.0.2+ds-1~bpo12+1), qemu-system-mips64el (= 1:9.0.2+ds-1~bpo12+1), qemu-system-mipsel (= 1:9.0.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, 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.0.2+ds-1~bpo12+1), qemu-system-data (>> 1:9.0.2+ds~) Recommends: qemu-utils, seabios, ipxe-qemu, qemu-system-gui (= 1:9.0.2+ds-1~bpo12+1), qemu-system-modules-spice (= 1:9.0.2+ds-1~bpo12+1), qemu-system-modules-opengl (= 1:9.0.2+ds-1~bpo12+1), qemu-block-extra (= 1:9.0.2+ds-1~bpo12+1) Suggests: samba, vde2 Size: 15139908 SHA256: b4e50acf17915f1e533f3ce295cb3f8b2375341196bad0b19609215e1768ef4a SHA1: 951210c18ec9b1c81aee8f19e8cda9903dd1fb29 MD5sum: 5efb5e5d6dae535f472ef7a2af8cf19a 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.0.2+ds-1~bpo12+1_i386.deb Package: qemu-system-misc Source: qemu Version: 1:9.0.2+ds-1~bpo12+1 Installed-Size: 217648 Maintainer: Debian QEMU Team Architecture: i386 Provides: qemu-system-alpha (= 1:9.0.2+ds-1~bpo12+1), qemu-system-any (= 1:9.0.2+ds-1~bpo12+1), qemu-system-avr (= 1:9.0.2+ds-1~bpo12+1), qemu-system-cris (= 1:9.0.2+ds-1~bpo12+1), qemu-system-hppa (= 1:9.0.2+ds-1~bpo12+1), qemu-system-loong64 (= 1:9.0.2+ds-1~bpo12+1), qemu-system-loongarch64 (= 1:9.0.2+ds-1~bpo12+1), qemu-system-m68k (= 1:9.0.2+ds-1~bpo12+1), qemu-system-microblaze (= 1:9.0.2+ds-1~bpo12+1), qemu-system-microblazeel (= 1:9.0.2+ds-1~bpo12+1), qemu-system-nios2 (= 1:9.0.2+ds-1~bpo12+1), qemu-system-or1k (= 1:9.0.2+ds-1~bpo12+1), qemu-system-riscv32 (= 1:9.0.2+ds-1~bpo12+1), qemu-system-riscv64 (= 1:9.0.2+ds-1~bpo12+1), qemu-system-rx (= 1:9.0.2+ds-1~bpo12+1), qemu-system-s390x (= 1:9.0.2+ds-1~bpo12+1), qemu-system-sh4 (= 1:9.0.2+ds-1~bpo12+1), qemu-system-sh4eb (= 1:9.0.2+ds-1~bpo12+1), qemu-system-tricore (= 1:9.0.2+ds-1~bpo12+1), qemu-system-xtensa (= 1:9.0.2+ds-1~bpo12+1), qemu-system-xtensaeb (= 1:9.0.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, 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.0.2+ds-1~bpo12+1), qemu-system-data (>> 1:9.0.2+ds~) Recommends: qemu-utils, seabios, ipxe-qemu, qemu-system-gui (= 1:9.0.2+ds-1~bpo12+1), qemu-system-modules-spice (= 1:9.0.2+ds-1~bpo12+1), qemu-system-modules-opengl (= 1:9.0.2+ds-1~bpo12+1), qemu-block-extra (= 1:9.0.2+ds-1~bpo12+1) Suggests: samba, vde2 Size: 57132092 SHA256: d8d0e3511b0f8087aae3fec60725d013ddbaf1366a33b1cbaabd778d072bb999 SHA1: 62fecc22e8d013b12e4601cda78e98fa4054917c MD5sum: 63cdfe0de223821fe9ad11fac3d00b7e 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 cris hppa m68k loongarch64 (loong64) microblaze microblazeel nios2 or1k riscv32 riscv64 rx sh4 sh4eb s390x tricore xtensa xtensaeb. . 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.0.2+ds-1~bpo12+1_i386.deb Package: qemu-system-modules-opengl Source: qemu Version: 1:9.0.2+ds-1~bpo12+1 Installed-Size: 792 Maintainer: Debian QEMU Team Architecture: i386 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.0.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: 159452 SHA256: 9f1fe70dd6e3d326bd7833356ea85bac6437743ec06397060863bb196bd68c77 SHA1: aafde2058d43de61af77d2ead228f60e10c88a30 MD5sum: 89322e8be8baf149ce9c31dd1d818d69 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.0.2+ds-1~bpo12+1_i386.deb Package: qemu-system-modules-spice Source: qemu Version: 1:9.0.2+ds-1~bpo12+1 Installed-Size: 286 Maintainer: Debian QEMU Team Architecture: i386 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.0.2+ds-1~bpo12+1), qemu-system-any (= 1:9.0.2+ds-1~bpo12+1) Breaks: qemu-system-common (<< 1:8.1.0+ds-1~exp2~) Size: 100036 SHA256: b7107e2c541b0943c6ed3d95b668975def796de032c2b656b47414ea6c1e666a SHA1: d61f8e164956349183122b0a1270db03bfc2b404 MD5sum: f1dd17bdb4cfb95583ed524401c106c9 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.0.2+ds-1~bpo12+1_i386.deb Package: qemu-system-ppc Source: qemu Version: 1:9.0.2+ds-1~bpo12+1 Installed-Size: 32606 Maintainer: Debian QEMU Team Architecture: i386 Provides: qemu-system-any (= 1:9.0.2+ds-1~bpo12+1), qemu-system-powerpc (= 1:9.0.2+ds-1~bpo12+1), qemu-system-ppc64 (= 1:9.0.2+ds-1~bpo12+1), qemu-system-ppc64el (= 1:9.0.2+ds-1~bpo12+1), qemu-system-ppc64le (= 1:9.0.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, 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.0.2+ds-1~bpo12+1), qemu-system-data (>> 1:9.0.2+ds~) Recommends: qemu-utils, seabios, ipxe-qemu, qemu-system-gui (= 1:9.0.2+ds-1~bpo12+1), qemu-system-modules-spice (= 1:9.0.2+ds-1~bpo12+1), qemu-system-modules-opengl (= 1:9.0.2+ds-1~bpo12+1), qemu-block-extra (= 1:9.0.2+ds-1~bpo12+1) Suggests: samba, vde2 Size: 8375236 SHA256: 301f404ee350d9ba8a7d20c5c57a2188978d1f62e3a5613c245884b2b44cb5b4 SHA1: 0dfa789757e8a08eb5a14656dd1c6561f6c3840a MD5sum: d94727a4658b3f5ed7784cfed19b0994 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.0.2+ds-1~bpo12+1_i386.deb Package: qemu-system-sparc Source: qemu Version: 1:9.0.2+ds-1~bpo12+1 Installed-Size: 21672 Maintainer: Debian QEMU Team Architecture: i386 Provides: qemu-system-any (= 1:9.0.2+ds-1~bpo12+1), qemu-system-sparc64 (= 1:9.0.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, 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.0.2+ds-1~bpo12+1), qemu-system-data (>> 1:9.0.2+ds~) Recommends: qemu-utils, seabios, ipxe-qemu, qemu-system-gui (= 1:9.0.2+ds-1~bpo12+1), qemu-system-modules-spice (= 1:9.0.2+ds-1~bpo12+1), qemu-system-modules-opengl (= 1:9.0.2+ds-1~bpo12+1), qemu-block-extra (= 1:9.0.2+ds-1~bpo12+1) Suggests: samba, vde2 Size: 5859896 SHA256: 2c5b3afb85194db37b1ec25e4706e7feed532147ce0a308262b8cb8e816c804e SHA1: e38a6d94e8d32752fb77cdd830ed32f24af12d5d MD5sum: 1cef1e893c74728f3f167a5faa15d10d 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.0.2+ds-1~bpo12+1_i386.deb Package: qemu-system-x86 Source: qemu Version: 1:9.0.2+ds-1~bpo12+1 Installed-Size: 40532 Maintainer: Debian QEMU Team Architecture: i386 Provides: qemu-kvm (= 1:9.0.2+ds-1~bpo12+1), qemu-system-amd64 (= 1:9.0.2+ds-1~bpo12+1), qemu-system-any (= 1:9.0.2+ds-1~bpo12+1), qemu-system-i386 (= 1:9.0.2+ds-1~bpo12+1), qemu-system-x86-64 (= 1:9.0.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, 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.0.2+ds-1~bpo12+1), qemu-system-data (>> 1:9.0.2+ds~), seabios (>> 1.16.3-1~), ipxe-qemu Recommends: qemu-utils, ovmf, qemu-system-gui (= 1:9.0.2+ds-1~bpo12+1), qemu-system-modules-spice (= 1:9.0.2+ds-1~bpo12+1), qemu-system-modules-opengl (= 1:9.0.2+ds-1~bpo12+1), qemu-block-extra (= 1:9.0.2+ds-1~bpo12+1) Suggests: samba, vde2 Size: 8514284 SHA256: 8278733b58244f9119ea111d7601979e9147b4f98ad0d73c92cf9583ba534919 SHA1: 427125cc51b76b9ab433ff01dae8a8aad4414ace MD5sum: 88a39571783474fe146a3d7e384812d9 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.0.2+ds-1~bpo12+1_i386.deb Package: qemu-user Source: qemu Version: 1:9.0.2+ds-1~bpo12+1 Installed-Size: 108112 Maintainer: Debian QEMU Team Architecture: i386 Depends: libbpf1 (>= 1:0.0.8), libc6 (>= 2.34), libcapstone4 (>= 4), libglib2.0-0 (>= 2.61.2), zlib1g (>= 1:1.1.4) Recommends: qemu-user-binfmt Size: 12994800 SHA256: a5b2321b31663adef44efbb9c797840eb9f774c1f477bcdc122cdf32edeb9488 SHA1: f923629480fd7b2e1af736342a61fc211bcf81a9 MD5sum: 632a573c738607e8752cb091629f902f Description: QEMU user mode 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 package provides the user mode emulation binaries. In this 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 so it will be possible to run foreign binaries directly. However, this might not be suitable for using inside foreign chroots, in which case it is possible to use qemu-user-static package instead of qemu-user-binmft, -- qemu-user-static will register statically linked binfmt handlers instead. Multi-Arch: foreign Homepage: http://www.qemu.org/ Section: otherosfs Priority: optional Filename: pool/main/q/qemu/qemu-user_9.0.2+ds-1~bpo12+1_i386.deb Package: qemu-user-binfmt Source: qemu Version: 1:9.0.2+ds-1~bpo12+1 Installed-Size: 71 Maintainer: Debian QEMU Team Architecture: i386 Depends: qemu-user (= 1:9.0.2+ds-1~bpo12+1) Recommends: systemd Conflicts: qemu-user-static Size: 3768 SHA256: 50cc51959e8d81f511ac13464262839613831ff8e4d64ca19e4b0e7e275fec53 SHA1: d4b64fa84ba1f20ed8538b49015be84cc03d4f11 MD5sum: 5d1b622a7258dcb31b0e5194174962bd 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 is an empty package, it does not contain any additional files, only registration scripts which run at install and remove times. Multi-Arch: foreign Homepage: http://www.qemu.org/ Section: otherosfs Priority: optional Filename: pool/main/q/qemu/qemu-user-binfmt_9.0.2+ds-1~bpo12+1_i386.deb Package: qemu-user-static Source: qemu Version: 1:9.0.2+ds-1~bpo12+1 Installed-Size: 331529 Maintainer: Debian QEMU Team Architecture: i386 Provides: qemu-user-binfmt Recommends: systemd Conflicts: qemu-user-binfmt Size: 69642004 SHA256: 62937fb43f5bdeb8c64462cc83495d46c2d323c5f7312e7063bbf7566ea54de9 SHA1: 901f0b7a55714b44faea04ec127c938fdce4f8e3 MD5sum: 6daed8cd7a8c96a82ecfe087081c26b7 Description: QEMU user mode emulation binaries (static version) 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 user mode emulation binaries, built statically. In this mode QEMU can launch Linux processes compiled for one CPU on another CPU. . qemu-user-static package will register binary formats which the provided emulators can handle, so that it will be possible to run foreign binaries directly. Multi-Arch: foreign Homepage: http://www.qemu.org/ Built-Using: capstone (= 4.0.2-5), glib2.0 (= 2.74.6-2+deb12u3), glibc (= 2.36-9+deb12u7), libbpf (= 1.1.0-1), zlib (= 1:1.2.13.dfsg-1) Section: otherosfs Priority: optional Filename: pool/main/q/qemu/qemu-user-static_9.0.2+ds-1~bpo12+1_i386.deb Package: qemu-utils Source: qemu Version: 1:9.0.2+ds-1~bpo12+1 Installed-Size: 13129 Maintainer: Debian QEMU Team Architecture: i386 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, 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.0.2+ds-1~bpo12+1) Breaks: qemu-system-common (<< 1:8.0+dfsg-5~) Size: 2018168 SHA256: a719b053be1512ce36b8d37661b9c048fc0866e2379dc9cdfac7ddb84c91b1ca SHA1: ac3cac93a9be80cee912a12b62a683e4b255fdf3 MD5sum: 39cee2542f075a303ef7da9b1a2991f5 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.0.2+ds-1~bpo12+1_i386.deb Package: qgis Version: 3.34.11+dfsg-1~bpo12+1 Installed-Size: 10909 Maintainer: Debian GIS Project Architecture: i386 Replaces: qgis-common (<< 3.4.5), qgis-provider-grass (<< 2.14.0) Depends: python3-qgis (= 3.34.11+dfsg-1~bpo12+1), qgis-common (= 3.34.11+dfsg-1~bpo12+1), qgis-providers (= 3.34.11+dfsg-1~bpo12+1), libc6 (>= 2.34), libgcc-s1 (>= 4.2), libgdal32 (>= 1.11), 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-app3.34.11 (>= 3.34.11+dfsg), libqgis-core3.34.11 (>= 3.34.11+dfsg), libqgis-gui3.34.11 (>= 3.34.11+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: 8103272 SHA256: 71de9e3538092628448f73519f1f55b73fa69005fb3281786334834e96ea4eca SHA1: 504e616cf7b953151ec0d8f2828c8c42b0e0634f MD5sum: 344a74e3d6a92d83f78033d347445fb0 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.34.11+dfsg-1~bpo12+1_i386.deb Package: qgis-api-doc Source: qgis Version: 3.34.11+dfsg-1~bpo12+1 Installed-Size: 3171358 Maintainer: Debian GIS Project Architecture: all Recommends: qt5-doc-html Size: 2565634940 SHA256: aa231af335264cabd1f67f6f0d076af7441ce38e17f0aabb22b6e4b965753117 SHA1: febfb7965dfd1cdb1ae4bbb3fc4de65180618a9f MD5sum: 91072df12763b33ee1746ed95641f64f 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.34.11+dfsg-1~bpo12+1_all.deb Package: qgis-common Source: qgis Version: 3.34.11+dfsg-1~bpo12+1 Installed-Size: 144408 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: 24738092 SHA256: 81d203c3ae9c34eadab9fa90c17cbaed48beded439409ea646fbbc3977ccac76 SHA1: e27caf8bcfc94025ee5ddf110260b0c79e48575e MD5sum: fc7e2e0d35e6d75f670c219327cd547d 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.34.11+dfsg-1~bpo12+1_all.deb Package: qgis-plugin-grass Source: qgis Version: 3.34.11+dfsg-1~bpo12+1 Installed-Size: 4243 Maintainer: Debian GIS Project Architecture: i386 Replaces: qgis-provider-grass (<< 2.11.0+git20151002) Depends: qgis (= 3.34.11+dfsg-1~bpo12+1), qgis-plugin-grass-common (= 3.34.11+dfsg-1~bpo12+1), qgis-provider-grass (= 3.34.11+dfsg-1~bpo12+1), grass-core (>= 8.2.0), grass821, libc6 (>= 2.34), libgcc-s1 (>= 3.0), libqgis-app3.34.11 (>= 3.34.11+dfsg), libqgis-core3.34.11 (>= 3.34.11+dfsg), libqgis-gui3.34.11 (>= 3.34.11+dfsg), libqgisgrass8-3.34.11 (>= 3.34.11+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: 3601312 SHA256: 9ff31ea6152641895135c585e85a1bdb771b8615f97b9772d264563344b86549 SHA1: e478f03f090ad88c54a0ced359a27b958ae71652 MD5sum: 01a72a85471870ce4b40894a6932b805 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.34.11+dfsg-1~bpo12+1_i386.deb Package: qgis-plugin-grass-common Source: qgis Version: 3.34.11+dfsg-1~bpo12+1 Installed-Size: 5427 Maintainer: Debian GIS Project Architecture: all Replaces: qgis-common (<< 1.5) Depends: python3:any Breaks: qgis-common (<< 1.5) Size: 3616964 SHA256: 1b4412ea00ed696b02d7f69da51dbcf35c7d15a3370466cda6c26fa3c2296927 SHA1: 66b072a7eb2a70bd728b99506c5f549c80c5b554 MD5sum: f327b8803383fad60d1d012e62598b2f 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.34.11+dfsg-1~bpo12+1_all.deb Package: qgis-provider-grass Source: qgis Version: 3.34.11+dfsg-1~bpo12+1 Installed-Size: 3487 Maintainer: Debian GIS Project Architecture: i386 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libqgis-core3.34.11 (>= 3.34.11+dfsg), libqgis-gui3.34.11 (>= 3.34.11+dfsg), libqgisgrass8-3.34.11 (>= 3.34.11+dfsg), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libqt5widgets5 (>= 5.0.2), libstdc++6 (>= 5) Size: 3251612 SHA256: a2fffff2fd36353f70c5b3f24191a37e29d55de1b5cb44affefba5229120278c SHA1: c72663a2202450ca2ba3ed42cf9bf8ec6cc0b312 MD5sum: c8bb317e359117500b202b46beb67186 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.34.11+dfsg-1~bpo12+1_i386.deb Package: qgis-providers Source: qgis Version: 3.34.11+dfsg-1~bpo12+1 Installed-Size: 14656 Maintainer: Debian GIS Project Architecture: i386 Replaces: qgis (<= 1.6) Depends: qgis-providers-common (= 3.34.11+dfsg-1~bpo12+1), libqca-qt5-2-plugins, libqt5sql5-sqlite, qt5-image-formats-plugins, libc6 (>= 2.34), libexpat1 (>= 2.0.1), libgcc-s1 (>= 4.2), 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.34.11 (>= 3.34.11+dfsg), libqgis-core3.34.11 (>= 3.34.11+dfsg), libqgis-gui3.34.11 (>= 3.34.11+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: 6187896 SHA256: caa55354000409a8cbb6830d2fbdb393a75580b5e906416be0e318d417414016 SHA1: 492c59e12c346dc2b145e622b3c9a46c52dbf5fb MD5sum: 605ec19ea918d20bc37efdd8944d7eab 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.34.11+dfsg-1~bpo12+1_i386.deb Package: qgis-providers-common Source: qgis Version: 3.34.11+dfsg-1~bpo12+1 Installed-Size: 21322 Maintainer: Debian GIS Project Architecture: all Replaces: qgis-common (<< 3.4.11) Breaks: qgis-common (<< 3.4.11) Size: 4621732 SHA256: 960b6a01a8b21310dab45988217520b33b141a1214c44857cf02247af34716b2 SHA1: 001cbe10788ab1306ab2a35f64642a41b9fc4e98 MD5sum: 4fc527a6b317c07bf1fb313a35434002 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.34.11+dfsg-1~bpo12+1_all.deb Package: qgis-server Source: qgis Version: 3.34.11+dfsg-1~bpo12+1 Installed-Size: 3222 Maintainer: Debian GIS Project Architecture: i386 Depends: qgis-server-bin (= 3.34.11+dfsg-1~bpo12+1), qgis-server-dummy (= 3.34.11+dfsg-1~bpo12+1), qgis-server-landingpage (= 3.34.11+dfsg-1~bpo12+1), qgis-server-wcs (= 3.34.11+dfsg-1~bpo12+1), qgis-server-wfs (= 3.34.11+dfsg-1~bpo12+1), qgis-server-wfs3 (= 3.34.11+dfsg-1~bpo12+1), qgis-server-wms (= 3.34.11+dfsg-1~bpo12+1), qgis-server-wmts (= 3.34.11+dfsg-1~bpo12+1) Size: 3180936 SHA256: f15c1441dce67796e1274c909f6deb3813353a787cc37cd64834e16e81648bd2 SHA1: ff0feba797b0e6a01e19f7d57007bbd7dfa75bd4 MD5sum: b2328212dc6fca04807fed646ab6f891 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.34.11+dfsg-1~bpo12+1_i386.deb Package: qgis-server-bin Source: qgis Version: 3.34.11+dfsg-1~bpo12+1 Installed-Size: 3863 Maintainer: Debian GIS Project Architecture: i386 Replaces: qgis-server (<< 3.16) Depends: qgis-server-common (= 3.34.11+dfsg-1~bpo12+1), python3-qgis (= 3.34.11+dfsg-1~bpo12+1), qgis-providers (= 3.34.11+dfsg-1~bpo12+1), libc6 (>= 2.34), libfcgi0ldbl (>= 2.4.2), libgcc-s1 (>= 4.2), libqgis-core3.34.11 (>= 3.34.11+dfsg), libqgis-server3.34.11 (>= 3.34.11+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: 3316860 SHA256: 91ca36e53f62f414f9ca45cd4b7a814b93fb25b76c2fdbf1ec2ebac02fb39f75 SHA1: 1766d1c214514e4e3f95e2bcf5bda62db7fb04f0 MD5sum: 8d83312f6e8b89de286e88b43e6434af 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.34.11+dfsg-1~bpo12+1_i386.deb Package: qgis-server-common Source: qgis Version: 3.34.11+dfsg-1~bpo12+1 Installed-Size: 3809 Maintainer: Debian GIS Project Architecture: all Replaces: qgis-server (<< 3.16) Breaks: qgis-server (<< 3.16) Size: 3360456 SHA256: 2d02cf3807651b7aa481cd6fe33388407e36194df7745e8b04c547e739c08874 SHA1: 84fe42f4c7bf3b24151b1815311d412fccb852fe MD5sum: 0a7ac990c48d2da676b5b0abc717d116 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.34.11+dfsg-1~bpo12+1_all.deb Package: qgis-server-dummy Source: qgis Version: 3.34.11+dfsg-1~bpo12+1 Installed-Size: 3239 Maintainer: Debian GIS Project Architecture: i386 Replaces: qgis-server (<< 3.16) Depends: qgis-server-bin (= 3.34.11+dfsg-1~bpo12+1), libc6 (>= 2.4), libgcc-s1 (>= 3.0), libqgis-server3.34.11 (>= 3.34.11+dfsg), libqt5core5a (>= 5.15.1), libstdc++6 (>= 5) Breaks: qgis-server (<< 3.16) Size: 3183912 SHA256: 4deac25c5a2da15ff74f59d3096211d29aa0ae0d68662a30bdd248d185be4469 SHA1: 7c2ec124f25e50c73c371b4896ee88965f18529c MD5sum: 997524f94c78945b0b53b268a623de23 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.11+dfsg-1~bpo12+1_i386.deb Package: qgis-server-landingpage Source: qgis Version: 3.34.11+dfsg-1~bpo12+1 Installed-Size: 3458 Maintainer: Debian GIS Project Architecture: i386 Replaces: qgis-server (<< 3.16) Depends: qgis-server-bin (= 3.34.11+dfsg-1~bpo12+1), libc6 (>= 2.34), libgcc-s1 (>= 4.2), libqgis-core3.34.11 (>= 3.34.11+dfsg), libqgis-server3.34.11 (>= 3.34.11+dfsg), libqt5core5a (>= 5.15.1), libqt5webkit5 (>= 5.212.0~alpha3), libqt5xml5 (>= 5.0.2), libstdc++6 (>= 11) Breaks: qgis-server (<< 3.16) Size: 3260728 SHA256: 2aec12127a28d6152fef8dcdbb8879d771f07e69f1f736ffb25641c69239614c SHA1: 0ca8b152b7b26d52e5c7a57375bc8d1746bfa569 MD5sum: 0fb463fc2ad90cf77263adc8fa597e8a 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.34.11+dfsg-1~bpo12+1_i386.deb Package: qgis-server-wcs Source: qgis Version: 3.34.11+dfsg-1~bpo12+1 Installed-Size: 3323 Maintainer: Debian GIS Project Architecture: i386 Replaces: qgis-server (<< 3.16) Depends: qgis-server-bin (= 3.34.11+dfsg-1~bpo12+1), libc6 (>= 2.29), libgcc-s1 (>= 3.0), libqgis-core3.34.11 (>= 3.34.11+dfsg), libqgis-server3.34.11 (>= 3.34.11+dfsg), libqt5core5a (>= 5.15.1), libqt5xml5 (>= 5.0.2), libstdc++6 (>= 5) Breaks: qgis-server (<< 3.16) Size: 3209880 SHA256: 7acfe61620ab52b3d6294ace3fc4edf921f3aa57f03d32cfc44f52db91116338 SHA1: 048e3b7390de2b029250078e3cf0105670a32be9 MD5sum: 88f49ba47b29f7b2ba30cf0c5da0791d 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.34.11+dfsg-1~bpo12+1_i386.deb Package: qgis-server-wfs Source: qgis Version: 3.34.11+dfsg-1~bpo12+1 Installed-Size: 3699 Maintainer: Debian GIS Project Architecture: i386 Replaces: qgis-server (<< 3.16) Depends: qgis-server-bin (= 3.34.11+dfsg-1~bpo12+1), libc6 (>= 2.32), libgcc-s1 (>= 3.0), libqgis-core3.34.11 (>= 3.34.11+dfsg), libqgis-server3.34.11 (>= 3.34.11+dfsg), libqt5core5a (>= 5.15.1), libqt5xml5 (>= 5.0.2), libstdc++6 (>= 5.2) Breaks: qgis-server (<< 3.16) Size: 3321336 SHA256: 151f441836a9ce03e2118f863b91fc82550eadb8ea42a45a48afc1ab1ed5f379 SHA1: 57729aa1791cdef7003472412bdc356df6ed6421 MD5sum: dcef19775e224119323b794fde058c57 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.34.11+dfsg-1~bpo12+1_i386.deb Package: qgis-server-wfs3 Source: qgis Version: 3.34.11+dfsg-1~bpo12+1 Installed-Size: 3787 Maintainer: Debian GIS Project Architecture: i386 Replaces: qgis-server (<< 3.16) Depends: qgis-server-bin (= 3.34.11+dfsg-1~bpo12+1), libc6 (>= 2.32), libgcc-s1 (>= 4.2), libqgis-core3.34.11 (>= 3.34.11+dfsg), libqgis-server3.34.11 (>= 3.34.11+dfsg), libqt5core5a (>= 5.15.1), libqt5webkit5 (>= 5.212.0~alpha3), libstdc++6 (>= 11) Breaks: qgis-server (<< 3.16) Size: 3362420 SHA256: 306a76c0073c048dbabe48181977e894ad1009d409e23d1deb53e9c916cb1cd9 SHA1: 0e5058ef6e247cf1f47f4a8b8c06385341734ada MD5sum: 9e10337f2db60dce607aa8ab88adeda8 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.34.11+dfsg-1~bpo12+1_i386.deb Package: qgis-server-wms Source: qgis Version: 3.34.11+dfsg-1~bpo12+1 Installed-Size: 4087 Maintainer: Debian GIS Project Architecture: i386 Replaces: qgis-server (<< 3.16) Depends: qgis-server-bin (= 3.34.11+dfsg-1~bpo12+1), libc6 (>= 2.32), libgcc-s1 (>= 4.2), libqgis-core3.34.11 (>= 3.34.11+dfsg), libqgis-server3.34.11 (>= 3.34.11+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: 3462000 SHA256: f6ce44513147c09dec254c6142c4d4cf7c88e0da747079a46ea1356d37307c51 SHA1: 4eb3721d44e8b399687e17ab0fa8a8ff7f11f591 MD5sum: d4664053c0472e44980e7ebe3fc4b000 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.34.11+dfsg-1~bpo12+1_i386.deb Package: qgis-server-wmts Source: qgis Version: 3.34.11+dfsg-1~bpo12+1 Installed-Size: 3415 Maintainer: Debian GIS Project Architecture: i386 Replaces: qgis-server (<< 3.16) Depends: qgis-server-bin (= 3.34.11+dfsg-1~bpo12+1), libc6 (>= 2.29), libgcc-s1 (>= 3.0), libqgis-core3.34.11 (>= 3.34.11+dfsg), libqgis-server3.34.11 (>= 3.34.11+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: 3240288 SHA256: a34efe7fb25174bea9b3e435b602bb31508bccad6e2d4f19b41b1637dd1e65b0 SHA1: 60ec0afcdef7993664eb70b8853928916283f2d7 MD5sum: caa42e44c575698405d2c229d7e0a7b5 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.34.11+dfsg-1~bpo12+1_i386.deb Package: qgis-sip Source: qgis Version: 3.34.11+dfsg-1~bpo12+1 Installed-Size: 12315 Maintainer: Debian GIS Project Architecture: all Size: 4148608 SHA256: 177445f3374f20b10f7868250f725c75972d6e0f51ef8a2a6d1f89d1f5d225d0 SHA1: 37a031745c09c73bd5a0d511d3d9117248aaa811 MD5sum: f14789c86358d27ccd78e0d66c0d4212 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.34.11+dfsg-1~bpo12+1_all.deb Package: qmapshack Version: 1.17.1-1~bpo12+1 Installed-Size: 59158 Maintainer: Debian GIS Project Architecture: i386 Depends: libqt5sql5-sqlite, libalglib3.19 (>= 3.19.0), libc6 (>= 2.36), libgcc-s1 (>= 4.2), 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: 49425476 SHA256: 2b93b23ff4b6daefa5ce64efaa9dc009308e7c16d84d5075333eab4d29595966 SHA1: 246136c4f1da0b5ae026236538b32c5aff372bf2 MD5sum: 86e586dad839aa574161e5f90610b9cd 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_i386.deb Package: qml-module-qtquick-pdf Source: qtwebengine-opensource-src Version: 5.15.17+dfsg-3~bpo12+1 Installed-Size: 382 Maintainer: Debian Qt/KDE Maintainers Architecture: i386 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.15.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: 102524 SHA256: b660ec99553be0ce1d89da50f308d31cc91ce0fc99279df77403710e29137a12 SHA1: d1ac2c49caa36bdd967cdb36c1b838d256932444 MD5sum: 1716b07fbe56e7435ed9db817885c89d 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.17+dfsg-3~bpo12+1_i386.deb Package: qml-module-qtwebengine Source: qtwebengine-opensource-src Version: 5.15.17+dfsg-3~bpo12+1 Installed-Size: 460 Maintainer: Debian Qt/KDE Maintainers Architecture: i386 Depends: qml-module-qtquick2, libc6 (>= 2.4), libqt5core5a (>= 5.15.1), 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-17 Size: 74676 SHA256: 4aa8ab0690b503b53ad66f236a4daaeec321deb83b7ccf034aa32a918dad5727 SHA1: dfb413e06aa6f6b7b3d8c8d66b12f292bc2125de MD5sum: 69dd68d7bffa4f52bb7fb69343162af6 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.17+dfsg-3~bpo12+1_i386.deb Package: qml6-module-qtwayland-client-texturesharing Source: qt6-wayland Version: 6.4.2-5~bpo12+1 Installed-Size: 85 Maintainer: Debian Qt/KDE Maintainers Architecture: i386 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: 25152 SHA256: 9633b6902162ac9d702345292aa002a92f2cf6ba9a7ea907d72f0256b50a91c2 SHA1: 62c3542208af211d7aba41cfe43d06768df363be MD5sum: bf0f4c8895124ee16bc7fdc1e05c0332 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_i386.deb Package: qml6-module-qtwayland-compositor Source: qt6-wayland Version: 6.4.2-5~bpo12+1 Installed-Size: 486 Maintainer: Debian Qt/KDE Maintainers Architecture: i386 Depends: libc6 (>= 2.4), 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: 86276 SHA256: 8a74e642d1d0830b05ceb62ce5b156ec0bfae20f5cfea7e9bae5467295791954 SHA1: 11212259dbfd1bd876cacaefe05a497f0d12afe7 MD5sum: 3a4e43729edc6b19f166a56b69789028 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_i386.deb Package: qt5-image-formats-plugin-pdf Source: qtwebengine-opensource-src Version: 5.15.17+dfsg-3~bpo12+1 Installed-Size: 194 Maintainer: Debian Qt/KDE Maintainers Architecture: i386 Depends: libc6 (>= 2.4), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.9.0~beta) | libqt5gui5-gles (>= 5.9.0~beta), libqt5pdf5 (>= 5.15.1), libstdc++6 (>= 5) Size: 49220 SHA256: bd0e87be9a4a1a867ff2a3fceabd315a733a79703724d3bbcb15bc2fddff3212 SHA1: 92ffb7cbeb07b95893afe95a0900d08c7a9bf086 MD5sum: 5d9a2f6375342fd3276919704daac489 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.17+dfsg-3~bpo12+1_i386.deb Package: qt6-wayland Version: 6.4.2-5~bpo12+1 Installed-Size: 640 Maintainer: Debian Qt/KDE Maintainers Architecture: i386 Depends: libc6 (>= 2.28), libegl1, libopengl0, libqt6core6 (>= 6.4.2+dfsg~), libqt6gui6 (>= 6.4.2+dfsg~), libqt6opengl6 (>= 6.4.2+dfsg~), libqt6waylandclient6 (>= 6.4.0), libqt6waylandcompositor6 (>= 6.2.2), libqt6waylandeglclienthwintegration6 (>= 6.2.2), libqt6waylandeglcompositorhwintegration6 (>= 6.2.2), libqt6wlshellintegration6 (>= 6.2.2), libstdc++6 (>= 5), libwayland-client0 (>= 1.20.0), libwayland-server0 (>= 1.8.0), qt6-base-abi (= 6.4.2) Size: 122104 SHA256: eb04526a85099806ea019f0826a94d9285b2a795be4e8bec9349fbdce268cb45 SHA1: db19df60b5759e672772bab10074e404d5927c36 MD5sum: 33e4157c96962b68f501eb57511d163b 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_i386.deb Package: qt6-wayland-dev Source: qt6-wayland Version: 6.4.2-5~bpo12+1 Installed-Size: 859 Maintainer: Debian Qt/KDE Maintainers Architecture: i386 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: 55664 SHA256: 9e7e2bc693c3aad6348adf840492eec081a3c1cd460fa580669bd8a6a4a43a8d SHA1: af0710bd5a2cee284828a5d0de97ea0358046c2a MD5sum: 4c7a430c4b3abe0a27567619d2449327 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_i386.deb Package: qt6-wayland-dev-tools Source: qt6-wayland Version: 6.4.2-5~bpo12+1 Installed-Size: 92 Maintainer: Debian Qt/KDE Maintainers Architecture: i386 Depends: libc6 (>= 2.34), libqt6core6 (>= 6.4.2+dfsg~), libstdc++6 (>= 5) Size: 30000 SHA256: 9a36adc3415126527a3f009728c80be1ae407742af7d1ef34fc9c9482879eb4c SHA1: bf65a13040e2d58a22216991f2dc089eae7919fe MD5sum: b79193d9ab24791f1a6c29cb5721b738 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_i386.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: i386 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: 163572 SHA256: e897599b0cb23bfa2ec2cb30905da81e1d1a9bf3146695bbd8e1f4b2ad9da72f SHA1: 304b55aeeb357490e255dc64dded439891e1e0d4 MD5sum: ed3b3fd8f680ba10132a0573201d54a6 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_i386.deb Package: qtpdf5-dev Source: qtwebengine-opensource-src Version: 5.15.17+dfsg-3~bpo12+1 Installed-Size: 276 Maintainer: Debian Qt/KDE Maintainers Architecture: i386 Depends: libqt5pdf5 (= 5.15.17+dfsg-3~bpo12+1), libqt5pdfwidgets5 (= 5.15.17+dfsg-3~bpo12+1), qtbase5-dev Size: 51836 SHA256: 7a810ed07a978ba92800223ed43bd00db49e81205e1c77f29c8dc61dce25c9eb SHA1: dee3667aaa53dd4b3639419211048fe9dab35cb6 MD5sum: 6f21b592f912ec983a790063f1810b8b 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.17+dfsg-3~bpo12+1_i386.deb Package: qtpdf5-doc Source: qtwebengine-opensource-src Version: 5.15.17+dfsg-3~bpo12+1 Installed-Size: 377 Maintainer: Debian Qt/KDE Maintainers Architecture: all Size: 144444 SHA256: 743ea299581463aecec558deb24b98d59ef288bdb515f04b15551ea777d560dc SHA1: 125b7e80a48d47af67c9379e38f468a47803b0ce MD5sum: 1bb0bd884ded959b089beb2ca48d4cf6 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.17+dfsg-3~bpo12+1_all.deb Package: qtpdf5-doc-html Source: qtwebengine-opensource-src Version: 5.15.17+dfsg-3~bpo12+1 Installed-Size: 916 Maintainer: Debian Qt/KDE Maintainers Architecture: all Size: 107452 SHA256: dcb02d99fb0b0b626700db84a7712c652e2bbbf4c13f88c75aa9a14ef8b89323 SHA1: df1a877f8d6754df10cd9eacac284d895cb2fd93 MD5sum: 8add6bafacac8f19cc42ed710de2ecbc 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.17+dfsg-3~bpo12+1_all.deb Package: qtpdf5-examples Source: qtwebengine-opensource-src Version: 5.15.17+dfsg-3~bpo12+1 Installed-Size: 738 Maintainer: Debian Qt/KDE Maintainers Architecture: i386 Depends: qml-module-qtquick-pdf (= 5.15.17+dfsg-3~bpo12+1), libc6 (>= 2.34), libqt5core5a (>= 5.15.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: 155156 SHA256: cda3919801a260236d55f17e68d29d52dd3fe98863151fe8611ab62471407af3 SHA1: 89ba3787b6d9bdf70bdd457a2577b33969154213 MD5sum: 1ee11304e0e6ce5cec31e8de26691afe 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.17+dfsg-3~bpo12+1_i386.deb Package: qtwebengine5-dev Source: qtwebengine-opensource-src Version: 5.15.17+dfsg-3~bpo12+1 Installed-Size: 438 Maintainer: Debian Qt/KDE Maintainers Architecture: i386 Depends: libqt5webchannel5-dev, libqt5webengine5 (= 5.15.17+dfsg-3~bpo12+1), libqt5webenginecore5 (= 5.15.17+dfsg-3~bpo12+1), libqt5webenginewidgets5 (= 5.15.17+dfsg-3~bpo12+1), qtbase5-dev, qtdeclarative5-dev, qtpositioning5-dev, libc6 (>= 2.4), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libqt5widgets5 (>= 5.0.2), libstdc++6 (>= 5) Recommends: qtwebengine5-doc Size: 71456 SHA256: 1403d77b25f9bd2554d96ee88f4d921d007581194001583a26d20e186fef3394 SHA1: 78b143d30d154d14ae9cbcc10e45ba1a9ee5f705 MD5sum: 7cdef0aa39a941cf436874d665966552 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.17+dfsg-3~bpo12+1_i386.deb Package: qtwebengine5-dev-tools Source: qtwebengine-opensource-src Version: 5.15.17+dfsg-3~bpo12+1 Installed-Size: 696 Maintainer: Debian Qt/KDE Maintainers Architecture: i386 Depends: qtchooser, libc6 (>= 2.34), libevent-2.1-7 (>= 2.1.8-stable), libgcc-s1 (>= 4.2), libicu72 (>= 72.1~rc-1~), libqt5core5a (>= 5.10.0), libstdc++6 (>= 11), zlib1g (>= 1:1.1.4) Size: 245292 SHA256: fec826de9cdca5f02e42ac4c2d154af48f87acf2da7fad03b4aeebca1aabd925 SHA1: 55bc4bb68e3a487d3971230d563128ecb0d5181f MD5sum: 4297b2dae598e40debd0ac98f324a9a1 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.17+dfsg-3~bpo12+1_i386.deb Package: qtwebengine5-doc Source: qtwebengine-opensource-src Version: 5.15.17+dfsg-3~bpo12+1 Installed-Size: 2557 Maintainer: Debian Qt/KDE Maintainers Architecture: all Size: 1929780 SHA256: 10d60c937a22fda0ca033095bbeaab2dd324b925b41e7802c98ed13c44a1c9e2 SHA1: 7a15821c65d80a7cc389d0d04b44b8c3456f94d5 MD5sum: bfadf7714996d710776f969ac8943f7a 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.17+dfsg-3~bpo12+1_all.deb Package: qtwebengine5-doc-html Source: qtwebengine-opensource-src Version: 5.15.17+dfsg-3~bpo12+1 Installed-Size: 7547 Maintainer: Debian Qt/KDE Maintainers Architecture: all Size: 1240264 SHA256: 42785dc761bfefad77c81c70e67cf94ecb982a6fe9c8e957126b028d2a46b953 SHA1: 5feb1dde9e593d6d7056fef44b874ae21b8f56c8 MD5sum: fcc5343ff7487b326073caa1953f7abb 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.17+dfsg-3~bpo12+1_all.deb Package: qtwebengine5-examples Source: qtwebengine-opensource-src Version: 5.15.17+dfsg-3~bpo12+1 Installed-Size: 2574 Maintainer: Debian Qt/KDE Maintainers Architecture: i386 Depends: libjs-jquery, libjs-marked, qml-module-qt-labs-settings, qml-module-qtquick-controls, qml-module-qtquick-controls2, qml-module-qtquick-dialogs, qml-module-qtquick-layouts, qml-module-qtquick-window2, qml-module-qtwebengine, libc6 (>= 2.34), libqt5core5a (>= 5.15.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: 634472 SHA256: 80f7442d2de7c3813b052333ac7fea6c474e5dc633819bba489172999dc4cd08 SHA1: 9049b2c9da00eec87c7eb17f05042237210c1190 MD5sum: 7eaa3bef01571b7ba9071a294e996eec 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.17+dfsg-3~bpo12+1_i386.deb Package: qtwebengine5-private-dev Source: qtwebengine-opensource-src Version: 5.15.17+dfsg-3~bpo12+1 Installed-Size: 387 Maintainer: Debian Qt/KDE Maintainers Architecture: i386 Depends: qtwebengine5-dev (= 5.15.17+dfsg-3~bpo12+1) Size: 62356 SHA256: 747e8437cc3804c43af0928956fac22b5be1493b8522539fb730e4b777e58351 SHA1: a9abf49abaf15e9c7b8473a2474d20070233d6ba MD5sum: d020abceb9d095a76a07ae66a4d74d8f 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.17+dfsg-3~bpo12+1_i386.deb Package: racket Version: 8.12+dfsg1-7~bpo12+1 Installed-Size: 376013 Maintainer: David Bremner Architecture: i386 Replaces: racket-common (<< 8.0~) Depends: racket-common (= 8.12+dfsg1-7~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.12+dfsg1) Breaks: racket-common (<< 8.6~) Size: 125522720 SHA256: df3e4ef633e55bfea07a622e8cae61fd3c925eda0589bf8078239a828bd64bfd SHA1: fb81044767ffb2fe158a821d9bc2573fa1d94502 MD5sum: a7ea0dd3d7e6b7ffad78d0e8ac73622a 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.12+dfsg1-7~bpo12+1_i386.deb Package: racket-common Source: racket Version: 8.12+dfsg1-7~bpo12+1 Installed-Size: 68971 Maintainer: David Bremner Architecture: all Replaces: racket (<< 8.6~) Recommends: racket (>= 8.12+dfsg1), racket-doc (>= 8.12+dfsg1), sensible-utils Breaks: racket (<< 8.6~) Size: 15648460 SHA256: 2c49ede964086baafad9410c0d4b26642d11f5a536b90566167718503e18a178 SHA1: 87e9c0004dba5e5d26eb5ef48fcfd4c36aae99de MD5sum: baaba55e90ceb7d007c1640476587272 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.12+dfsg1-7~bpo12+1_all.deb Package: racket-doc Source: racket Version: 8.12+dfsg1-7~bpo12+1 Installed-Size: 214238 Maintainer: David Bremner Architecture: all Recommends: racket (>= 8.12+dfsg1) Enhances: racket Size: 35203936 SHA256: edec2972f782581c220b2a77389422f8eaabc655351d869844d4acb712e7b962 SHA1: 73ab5b4f7c3f07866791aa7c0c540a444b9ceb4c MD5sum: d314946c86407c448ffe3706d89ee4cd 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.12+dfsg1-7~bpo12+1_all.deb Package: radare2 Version: 5.9.4+dfsg-1~bpo12+1 Installed-Size: 3332 Maintainer: Debian Security Tools Architecture: i386 Depends: libc6 (>= 2.34), libradare2-5.0.0t64 (>= 5.9.4+dfsg) Recommends: libradare2-dev Size: 200456 SHA256: 56791ac85c1e34e2fba34a433c95c3acf318c0e008cd657e67a4e29265800c18 SHA1: c4731e83f63b80474f638f4eb06fe92254d9d6b7 MD5sum: 658a8917de3800c1d9a5356fc90306a9 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_i386.deb Package: radsecproxy Version: 1.11.0-1~bpo12+1 Installed-Size: 334 Maintainer: Sven Hartge Architecture: i386 Provides: radius-server Depends: libc6 (>= 2.34), libnettle8, libssl3 (>= 3.0.0), adduser Pre-Depends: init-system-helpers (>= 1.54~) Size: 123736 SHA256: 25fe7709c603b47255a60329c573d272110a8d2e5fdb38d44742f5199db34ae4 SHA1: a7c2ae68744e011b72c379ca8b01b0aaf76d5308 MD5sum: 938c9c844b766912de8a174de557ca6b 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.0-1~bpo12+1_i386.deb Package: redict Version: 7.3.0+ds-3~bpo12+1 Installed-Size: 17 Maintainer: Debian Redict Maintainers Architecture: all Depends: redict-server (<< 7.3.0+ds-3~bpo12+1.1~), redict-server (>= 7.3.0+ds-3~bpo12+1) Size: 4328 SHA256: dfb808823db2b7637815e87ef8911722f6c43c9793e9086bf75971d5551c1c59 SHA1: d66f746f2fcf14b0d2ee5206d4ec5606d635efa1 MD5sum: 4e496d669b9f0bb2ada358adb68136d7 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.0+ds-3~bpo12+1_all.deb Package: redict-sentinel Source: redict Version: 7.3.0+ds-3~bpo12+1 Installed-Size: 62 Maintainer: Debian Redict Maintainers Architecture: i386 Depends: redict-tools (= 7.3.0+ds-3~bpo12+1) Pre-Depends: init-system-helpers (>= 1.54~) Size: 13004 SHA256: 4b93e4ead4409907bdda85a71beb5e1ea272192b71778f5e28c5f57a10331ddd SHA1: a32cb2f4d85303b89d336b0a38146eabeb20ce4c MD5sum: 0033a94474cbf4b7327c0363adf61dd6 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.0+ds-3~bpo12+1_i386.deb Package: redict-server Source: redict Version: 7.3.0+ds-3~bpo12+1 Installed-Size: 156 Maintainer: Debian Redict Maintainers Architecture: i386 Depends: redict-tools (= 7.3.0+ds-3~bpo12+1) Pre-Depends: init-system-helpers (>= 1.54~) Size: 41080 SHA256: e43ae4dfcea5cf7eab90395a3b58c93e1cf55c3abd268936282ab54f76ae74c1 SHA1: d1a797def3367c836d9dc15dffda2f8dc92af50e MD5sum: 10ad243c0c5d7c7ae3e3836b35de0818 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.0+ds-3~bpo12+1_i386.deb Package: redict-tools Source: redict Version: 7.3.0+ds-3~bpo12+1 Installed-Size: 5715 Maintainer: Debian Redict Maintainers Architecture: i386 Depends: systemd | systemd-standalone-sysusers | systemd-sysusers, libatomic1 (>= 4.8), libc6 (>= 2.34), libhiredict1.3.1 (>= 1.3.1), libjemalloc2 (>= 3.5.0), liblzf1 (>= 1.5), libssl3 (>= 3.0.0), libsystemd0 Suggests: ruby-redis Size: 1065404 SHA256: 8b724d709d5dfe2741b71761730d2fd6bd3be22f82c48866b17e7306c4c7aeb6 SHA1: 5f72a382db01b53e7d352035d89cce1bf8b685b7 MD5sum: ceaec6810c78f872402c38ec905cbecb 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.0+ds-3~bpo12+1_i386.deb Package: rednotebook Version: 2.34+ds-1~bpo12+1 Installed-Size: 2052 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: 416780 SHA256: 236defec7eb480574e348dd910b4097bfb7449ce5be4a06c9305aa841806248b SHA1: 16e05108bcbe65f361ce21e99b379c624d59001c MD5sum: 9a9b7936de6f2cc5d00d75abf65d675d 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.34+ds-1~bpo12+1_all.deb Package: registry-tools Source: samba Version: 2:4.20.5+dfsg-1~bpo12+1 Installed-Size: 152 Maintainer: Debian Samba Maintainers Architecture: i386 Depends: samba-libs (= 2:4.20.5+dfsg-1~bpo12+1), libc6 (>= 2.34), libndr4 (>= 2:4.17.2), libpopt0 (>= 1.14), libreadline8 (>= 6.0), libtalloc2 (>= 2.4.2~) Size: 60848 SHA256: 8c33eaff571eee1a3a871ec08adcc8d8e795769eab96a387ff4beccd7c7513bc SHA1: eb4dd62b8ab0f1421238f97706faa8e749f8c4b7 MD5sum: 1b34d6176286a0680b1306cbc0a785ba 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.20.5+dfsg-1~bpo12+1_i386.deb Package: reiserfsprogs Version: 1:3.6.27-8~bpo12+1 Installed-Size: 490 Maintainer: Felix Zielcke Architecture: i386 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: 155668 SHA256: f94101ffc29b30c6828b4ef0500e3895a910045e2ac5df700c422f6f0ad57ea0 SHA1: 3c4c28a890bdd590fce9b17d49a7c4b5dbe70758 MD5sum: b2b7c0e811d2ba9339fbdad5ac774cec 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_i386.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.8+ds2-1~bpo12+1 Installed-Size: 19701 Maintainer: Debian Go Packaging Team Architecture: i386 Depends: ca-certificates, iproute2, iptables, libqt6svg6, openvpn, pkexec, policykit-1-gnome | polkit-1-auth-agent, procps, python3:any, qml6-module-qt-labs-platform, qml6-module-qt-labs-settings, qml6-module-qt5compat-graphicaleffects, qml6-module-qtqml-workerscript, qml6-module-qtquick, qml6-module-qtquick-controls, qml6-module-qtquick-dialogs, qml6-module-qtquick-layouts, qml6-module-qtquick-templates, qml6-module-qtquick-window, libc6 (>= 2.34), libgcc-s1 (>= 3.0), libqt6core6 (>= 6.4.0), libqt6gui6 (>= 6.1.2), libqt6qml6 (>= 6.2.0), libqt6widgets6 (>= 6.1.2), libstdc++6 (>= 5.2) Recommends: qt6-wayland Size: 8801396 SHA256: 22ae557f7630c3dad1a4becc4ba1d3698f972f79aa8505f11fca77ae5a21de37 SHA1: 0119a60ac35b5950cc6bf1bae3ce657186c29c49 MD5sum: c3ce05c801d6a26c88f0eeb291bf509c 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.22 (= 1.22.1-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-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.4.0-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-net (= 1:0.7.0+dfsg-1), golang-golang-x-sync (= 0.1.0-1), golang-golang-x-sys (= 0.3.0-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.8+ds2-1~bpo12+1_i386.deb Package: rmail Source: sendmail Version: 8.17.2-1~bpo12+1 Installed-Size: 309 Maintainer: Debian QA Group Architecture: i386 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: 246232 SHA256: da085828517a5e5c55483857495d4db33b30ddddcb476d7f27ab611ef962a0d3 SHA1: e9fca7a5c581b6de62feb09d5d24cbccdda62c2b MD5sum: 08922dd1b688215aa63b5b6c0d4b41a1 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.17.2-1~bpo12+1_i386.deb Package: routino Version: 3.4.1-1~bpo12+1 Installed-Size: 1754 Maintainer: Debian GIS Project Architecture: i386 Depends: routino-common (= 3.4.1-1~bpo12+1), libbz2-1.0, libc6 (>= 2.34), libroutino-slim0 (>= 3.1), libroutino0 (>= 3.1), zlib1g (>= 1:1.1.4) Size: 482892 SHA256: ee7e6fb92d2f74d6b9d9ef16b4e6067edc57e9e63a3af895e63603edfa5b3ea2 SHA1: 0ddd6c77f16ceb786d3a95ed075c1b5348fca42a MD5sum: 1f1982c7e1cbca9cdcb547a619a42cc0 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.1-1~bpo12+1_i386.deb Package: routino-common Source: routino Version: 3.4.1-1~bpo12+1 Installed-Size: 355 Maintainer: Debian GIS Project Architecture: all Replaces: routino (<< 3.0-2~) Breaks: routino (<< 3.0-2~) Size: 106264 SHA256: 046c1b1786bfc63688e722bc2a2d6002e12f5a8bd84c8e7367a96016cb3b76b3 SHA1: 8d19b7e6c04cac9245343b63a8bc7d0cad9557e4 MD5sum: 7621b8c79e7e728176e9676e24b65ff2 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.1-1~bpo12+1_all.deb Package: routino-www Source: routino Version: 3.4.1-1~bpo12+1 Installed-Size: 1377 Maintainer: Debian GIS Project Architecture: all Depends: apache2 | httpd, libjs-leaflet, javascript-common, routino, sensible-utils, perl:any Size: 204868 SHA256: 688963fa5fcdc8ab16b1089cfd24ea32727d195280d4095d3247a6f1b45eb599 SHA1: 8240ab4605f7b3b7076bc01f99be78e0ae6e01f2 MD5sum: 1bda9deeb8cb8fdd64c233fa0ab66a9f 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.1-1~bpo12+1_all.deb Package: rpki-client Version: 9.0-1~bpo12+1 Installed-Size: 419 Maintainer: Marco d'Itri Architecture: i386 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: 145680 SHA256: a57b292f6945dbdc91817d5f4fa6a6c730b4e325007ecc0e56ca33577ab3f90f SHA1: 0e439d5074ced38fc5aceaf75ac526f151c7c83b MD5sum: 3d00cb65f9e1093be5b001d71adcde00 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_i386.deb Package: rtla Source: linux Version: 6.6.13-1~bpo12+1 Installed-Size: 867 Maintainer: Debian Kernel Team Architecture: i386 Depends: libc6 (>= 2.34), libtraceevent1 (>= 5.4), libtracefs1 (>= 1.3.0) Size: 800932 SHA256: 169ba39ccff42641a8b3953e84e481cfca87d754ae8002aa62b491066fd0f49c SHA1: b10af53c4739eddc56b4bb11948f3eed021f701a MD5sum: c701d23074a8c0ad8691da4fe2caf135 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_i386.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: 78 Maintainer: Carl Worth Architecture: i386 Depends: libc6 (>= 2.4), libnotmuch5 (>= 0.32~rc0), libruby3.1 (>= 3.1.2), libtalloc2 (>= 2.0.4~git20101213) Size: 18528 SHA256: 798b1d41be5dd5cb36703cf5cc1bad15748331f596c58c97f5708cd4b8158d89 SHA1: 28df05172e2c15e748c2781aa9c9f909e88191b6 MD5sum: 31d3d1727a47826aaed3007683f2bdec 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_i386.deb Package: samba Version: 2:4.20.5+dfsg-1~bpo12+1 Installed-Size: 5864 Maintainer: Debian Samba Maintainers Architecture: i386 Replaces: samba-libs (<< 2:4.19.0~), samba-vfs-modules (<< 2:4.20.2+dfsg-3~) Depends: passwd, procps, samba-common (= 2:4.20.5+dfsg-1~bpo12+1), samba-common-bin (= 2:4.20.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), libndr4 (>= 2:4.20.0~rc1), libpopt0 (>= 1.14), libtalloc2 (>= 2.4.2~), libtasn1-6 (>= 4.14), libtdb1 (>= 1.4.10~), libtevent0 (>= 0.16.1~), libtirpc3 (>= 1.0.2), liburing2 (>= 2.3), samba-libs (= 2:4.20.5+dfsg-1~bpo12+1) Pre-Depends: init-system-helpers (>= 1.54~) Recommends: attr, python3-samba 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.20.5+dfsg), samba-libs (<< 2:4.19.0~), samba-vfs-modules (<< 2:4.20.2+dfsg-3~) Size: 1412052 SHA256: 92367f96e8c5ae0ef5a43d954a1a6400a3d7666cc193e38d08b560c3314e0c1a SHA1: 5dcf344572337ae8e2b3bf7bd3656672a57fdcad MD5sum: 60ae49a81bc3482745b7836a851b2f9d 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.20.5+dfsg-1~bpo12+1_i386.deb Package: samba-ad-dc Source: samba Version: 2:4.20.5+dfsg-1~bpo12+1 Installed-Size: 195 Maintainer: Debian Samba Maintainers Architecture: i386 Replaces: samba-common-bin (<< 2:4.20.1+dfsg-2~) Depends: samba (= 2:4.20.5+dfsg-1~bpo12+1), python3-samba (= 2:4.20.5+dfsg-1~bpo12+1), python3-dnspython, samba-dsdb-modules (= 2:4.20.5+dfsg-1~bpo12+1), winbind (= 2:4.20.5+dfsg-1~bpo12+1), python3:any, libbsd0 (>= 0.6.0), libc6 (>= 2.34), libldb2 (>= 0.9.21), libpopt0 (>= 1.14), libtalloc2 (>= 2.4.2~), libtevent0 (>= 0.16.1~), samba-libs (= 2:4.20.5+dfsg-1~bpo12+1) Pre-Depends: init-system-helpers (>= 1.54~) Recommends: libnss-winbind, libpam-winbind, samba-ad-provision Suggests: bind9, bind9utils, ldb-tools, ntp | chrony Enhances: bind9, ntp Conflicts: samba (<< 2:4.20.1+dfsg-2~) Breaks: samba-ad-provision (<< 2:4.20.5+dfsg), samba-common-bin (<< 2:4.20.1+dfsg-2~) Size: 72316 SHA256: 7713d156afaa39ca465e39087b4646440a3e9609dc41875dfbb5fee413e200bc SHA1: dd9f9b9d2ab80e5cab49f1fd28208364b71a906d MD5sum: 10419b733b628dcf84334512087b5898 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.20.5+dfsg-1~bpo12+1_i386.deb Package: samba-ad-provision Source: samba Version: 2:4.20.5+dfsg-1~bpo12+1 Installed-Size: 17384 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: 498868 SHA256: a9234a5ab6a1d6cfdd5bd935e0a043643109c0571d9894ec42600477fc82286f SHA1: 12546f963df97f66bd9e94f20c5b663f70b904eb MD5sum: 19068cec3dae48b29329a671bab55b2e 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.20.5+dfsg-1~bpo12+1_all.deb Package: samba-common Source: samba Version: 2:4.20.5+dfsg-1~bpo12+1 Installed-Size: 115 Maintainer: Debian Samba Maintainers Architecture: all Depends: ucf Recommends: samba-common-bin Size: 57184 SHA256: e73392ebd2d00a2bd9858827b9bf42cf96613eacad9f2afbc9e07170fcdbed03 SHA1: ef3b8a7856fa8b8a32e6a14fc357e269a4f389d3 MD5sum: 0c8cc1ba89abac8b9afba87890b22229 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.20.5+dfsg-1~bpo12+1_all.deb Package: samba-common-bin Source: samba Version: 2:4.20.5+dfsg-1~bpo12+1 Installed-Size: 5427 Maintainer: Debian Samba Maintainers Architecture: i386 Replaces: samba (<< 2:4.20.1+dfsg-2~), samba-libs (<< 2:4.19.0~) Depends: samba-common (= 2:4.20.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), libndr4 (>= 2:4.20.0~rc1), libpopt0 (>= 1.14), libreadline8 (>= 6.0), libsmbldap2 (>= 2:4.16.6), libtalloc2 (>= 2.4.2~), libtdb1 (>= 1.4.10~), libtevent0 (>= 0.16.1~), libtinfo6 (>= 6), libwbclient0 (>= 2:4.0.3+dfsg1), samba-libs (= 2:4.20.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~) Size: 1331668 SHA256: 8999563c2bd5f705548c71a35bd0218c9f611cac1a1f0c1913b2ec30d1c50d6c SHA1: d3285b7e3c2ea8f405be57cff47c6b69aa1c12e5 MD5sum: 372e013701be2c36920ae1af2ccfd557 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.20.5+dfsg-1~bpo12+1_i386.deb Package: samba-dev Source: samba Version: 2:4.20.5+dfsg-1~bpo12+1 Installed-Size: 1425 Maintainer: Debian Samba Maintainers Architecture: i386 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.20.5+dfsg-1~bpo12+1) Breaks: libwbclient-dev (<< 2:4.16.1+dfsg-7~) Size: 200364 SHA256: be1aefa552d844a07a7308e875f32c9a617a977e688387aaf2be34dff9bc004d SHA1: fc69aff9dc49561d797f6fe71b39a687863ceb33 MD5sum: 94f20bf284ec26da868d44f62a009003 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.20.5+dfsg-1~bpo12+1_i386.deb Package: samba-dsdb-modules Source: samba Version: 2:4.20.5+dfsg-1~bpo12+1 Installed-Size: 1547 Maintainer: Debian Samba Maintainers Architecture: i386 Depends: samba-libs (= 2:4.20.5+dfsg-1~bpo12+1), libldb2 (= 2:2.9.1+samba4.20.5+dfsg-1~bpo12+1), libbsd0 (>= 0.0), libc6 (>= 2.33), libcrypt1 (>= 1:4.1.0), libgnutls30 (>= 3.7.0), libgpgme11 (>= 1.2.0), libndr4 (>= 2:4.20.0~rc1), libtalloc2 (>= 2.4.2~), libtdb1 (>= 1.4.10~), libtevent0 (>= 0.16.1~) Enhances: libldb2 Size: 349304 SHA256: 897ba501f76609b9b23a1c5cdb70926ab2ffd4ad0a344ce424e67cee3ae1e8a3 SHA1: 569ca301e87a4fc7b2de2f900fefd7b0cb758072 MD5sum: 7fe9fc027f05d5aa31763eb4f6daa4e7 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.20.5+dfsg-1~bpo12+1_i386.deb Package: samba-libs Source: samba Version: 2:4.20.5+dfsg-1~bpo12+1 Installed-Size: 28270 Maintainer: Debian Samba Maintainers Architecture: i386 Replaces: libwbclient0 (<< 2:4.16.1+dfsg-7~), samba (<< 2:4.17.0+dfsg-2~) Provides: libndr4 (= 2:4.20.5+dfsg-1~bpo12+1), libsmbldap2 (= 2:4.20.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), 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.9.1+samba4.20.5+dfsg-1~bpo12+1), libpam0g (>= 0.99.7.1), libpopt0 (>= 1.14), libsystemd0, libtalloc2 (>= 2.4.2~), libtdb1 (>= 1.4.10~), libtevent0 (>= 0.16.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: 6332676 SHA256: 1fefc05d6f5546ad613aa42f5f3c6662d74f3bd5247425ce4492207275f2f597 SHA1: 26461d4f11ce095fb34b20adaf69c1466240a7ce MD5sum: 9491dee3db1c0aacfd98a6501f226748 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.20.5+dfsg-1~bpo12+1_i386.deb Package: samba-testsuite Source: samba Version: 2:4.20.5+dfsg-1~bpo12+1 Installed-Size: 11700 Maintainer: Debian Samba Maintainers Architecture: i386 Replaces: samba-libs (<< 2:4.19.0~) Depends: samba-common-bin, samba-libs (= 2:4.20.5+dfsg-1~bpo12+1), libbsd0 (>= 0.4.0), libc6 (>= 2.34), libgnutls30 (>= 3.7.0), libldb2 (>= 2:2.8.0), libndr4 (>= 2:4.20.0~rc1), libpopt0 (>= 1.14), libreadline8 (>= 6.0), libsmbclient (>= 2:4.12.0+dfsg), libtalloc2 (>= 2.4.2~), libtdb1 (>= 1.4.10~), libtevent0 (>= 0.16.1~), libwbclient0 (>= 2:4.0.3+dfsg1), python3-samba (= 2:4.20.5+dfsg-1~bpo12+1), winbind (= 2:4.20.5+dfsg-1~bpo12+1) Suggests: subunit Breaks: samba-libs (<< 2:4.19.0~) Size: 2380024 SHA256: 85c1032a79a101ab2377a2eff1d09eb8c0c3856520878d465121707a2cc3195d SHA1: d7e2bbd712bb10cf964b6b0c7b4015929e7aed6f MD5sum: a37291ca077d0f0dc560962d12c5fbe9 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.20.5+dfsg-1~bpo12+1_i386.deb Package: samba-vfs-modules Source: samba Version: 2:4.20.5+dfsg-1~bpo12+1 Installed-Size: 58 Maintainer: Debian Samba Maintainers Architecture: i386 Size: 38296 SHA256: 8b27fd38f350bc58b64dcefb8562b81039ac700d95ac1d83fd373fc2bfff5786 SHA1: 4576c7f41d7ca519bc92dfacd10e0fd5147b3315 MD5sum: 58c0c2f9fbcf3045c8815d54a7f74269 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.20.5+dfsg-1~bpo12+1_i386.deb Package: sbuild Version: 0.85.11~bpo12+1 Installed-Size: 245 Maintainer: sbuild maintainers Architecture: all Depends: adduser, libsbuild-perl (= 0.85.11~bpo12+1), perl:any Recommends: autopkgtest (>= 4.0.4), debootstrap, schroot (>= 1.6.0), uidmap Suggests: deborphan, e2fsprogs, kmod, wget Size: 94424 SHA256: ef7b70312de933b7ac674e112111e3105e864309b4a3a2608bac6b1df913e695 SHA1: 448e657bfb861d295d4b757108c9e57592199e6c MD5sum: 0423876d40e90d1333541739ed7242ea 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.85.11~bpo12+1_all.deb Package: sbuild-debian-developer-setup Source: sbuild Version: 0.85.11~bpo12+1 Installed-Size: 37 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: 16260 SHA256: 43ba8217fc7c54137b1b3dae306560a07b281095c6b43d310e693bdb8df9c581 SHA1: 64aa9b2a911c1bcaec19a6e8d882600a54a116ab MD5sum: 7068f08149d79f127652d789d9a4ec9e 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.85.11~bpo12+1_all.deb Package: sbuild-qemu Source: sbuild Version: 0.85.11~bpo12+1 Installed-Size: 75 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: 29600 SHA256: 17ac431c818ea198aff1ec0470b76b2da3d7980cb6c43cd118bb5afd468a6130 SHA1: 2b2bce2becf65c144ec6311eed75f1c8a4291b89 MD5sum: d27ec6fc50ad5469fe3802d8146d2e4f 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.85.11~bpo12+1_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: 130 Maintainer: Joao Eriberto Mota Filho Architecture: i386 Depends: libc6 (>= 2.34), libimlib2 (>= 1.4.5), libx11-6, libxcomposite1 (>= 1:0.4.5), libxext6, libxfixes3, libxinerama1 (>= 2:1.1.4) Size: 78932 SHA256: 04024bec6e56b8c2b2cafbe232bf534dbfb4dc5dbee5b0dfaa1fd67cf3f85105 SHA1: c82b2ed4084a3b182a6bdad0d272e9b357419938 MD5sum: 6fd9c8c81e9bdd5c69685c86375641ff 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_i386.deb Package: sdkmanager Version: 0.6.9-1~bpo12+1 Installed-Size: 100 Maintainer: Hans-Christoph Steiner Architecture: all Depends: python3-requests, python3-urllib3, python3:any Recommends: python3-argcomplete Size: 33944 SHA256: 30f63576c6afb4806ad15c190d806da2fb1a599144783e9c0faab617d220bddf SHA1: 7d5d3fb674c69a3d6686e033ebffe9b1f860a0be MD5sum: d9d506783bd88df012740bbb5a3249f5 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.9-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.17.2-1~bpo12+1 Installed-Size: 226 Maintainer: Debian QA Group Architecture: all Depends: sendmail-base, sendmail-bin, sendmail-cf, sensible-mda Suggests: sendmail-doc, rmail Size: 217196 SHA256: b684b47d0117867bd7bd0730dafe242fdeb56cfafc7831aa46353669f0c3e61d SHA1: 2427a100c5279ea89e5f5199bbb5374382f275e6 MD5sum: f1157e0d453d0da73d41150e5f0031dd 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.17.2-1~bpo12+1_all.deb Package: sendmail-base Source: sendmail Version: 8.17.2-1~bpo12+1 Installed-Size: 842 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: 337936 SHA256: 4b100a30fcde07ab246566fbc782f7b8c3e6c94dd0813c56713c0bf8c592c025 SHA1: cdabf0af47bac5fac5c2316dc20c7c028458cf73 MD5sum: e3b99c24f37849ff450580b45405683c 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.17.2-1~bpo12+1_all.deb Package: sendmail-bin Source: sendmail Version: 8.17.2-1~bpo12+1 Installed-Size: 2025 Maintainer: Debian QA Group Architecture: i386 Replaces: mail-transport-agent Provides: mail-transport-agent Depends: sendmail-base (= 8.17.2-1~bpo12+1), sendmail-cf (= 8.17.2-1~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: 732028 SHA256: dbec1cfe00d359e1ec9fe660669a14e610b6293ccc696e0480f90d3055de310f SHA1: b8bf801c30251e7f60a4c13267877000fedf1738 MD5sum: a0c544429c1f3cb0010d27a0c73a3ec0 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.17.2-1~bpo12+1_i386.deb Package: sendmail-cf Source: sendmail Version: 8.17.2-1~bpo12+1 Installed-Size: 686 Maintainer: Debian QA Group Architecture: all Depends: m4 Suggests: sendmail-doc Size: 288488 SHA256: d3fc7be8efa7d5c8c1451c3aeffb88da4c6802214ddba51d17a583fc119d711b SHA1: 83994caefe3c13f4cdf67f546e81ec1a4da80753 MD5sum: f03e44066c513a7e9085c46c3afccb92 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.17.2-1~bpo12+1_all.deb Package: sendmail-doc Source: sendmail Version: 8.17.2-1~bpo12+1 Installed-Size: 1052 Maintainer: Debian QA Group Architecture: all Size: 880344 SHA256: 1e7b914b84566802fd27647c31159746b2fcb1f8b29cc585b886186123168b7e SHA1: ad7dd69c3ab09c11b71a6659eb2a61bd85b0d271 MD5sum: 488b76db8e23b85f88de4a5e65a08323 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.17.2-1~bpo12+1_all.deb Package: sensible-mda Source: sendmail Version: 8.17.2-1~bpo12+1 Installed-Size: 244 Maintainer: Debian QA Group Architecture: i386 Depends: sendmail-bin | mail-transport-agent, procmail | maildrop | deliver, libc6 (>= 2.34) Size: 219328 SHA256: bc56b87e7b24cead9e8879ed40cc2ad9a018cc810263811092c65e6d18562140 SHA1: 17773654003b947ff9cfc508c45cd3558c8ec2b1 MD5sum: 902144ef44def2a62b8383e55d06e156 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.17.2-1~bpo12+1_i386.deb Package: ser2net Version: 4.6.2-1~bpo12+1 Installed-Size: 245 Maintainer: Marc Haber Architecture: i386 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: 97360 SHA256: bf3b2bd34712ec4d012b2d9f9821e87b9027fedd3087880a5902c666dc61744d SHA1: 56df8ef08782d94e63c96a33cf6a4e1a00f47147 MD5sum: 99e639a68e8784177c34a8cf19fdea2a 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_i386.deb Package: sigsum-go Version: 0.7.2-1~bpo12+1 Installed-Size: 19674 Maintainer: Debian Go Packaging Team Architecture: i386 Depends: libc6 (>= 2.34) Size: 3329476 SHA256: fa6b72c12603ba02d4a466b63bcbda128ba17e3c8cedba3fa04652739ca0f42d SHA1: 609d14fb85f513f5f4db552e219178cae305b265 MD5sum: 5036d9d521dc6ed9000f2bcd3e2a5346 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://www.sigsum.org/ Built-Using: golang-1.19 (= 1.19.8-2), 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.7.2-1~bpo12+1_i386.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: 2155 Maintainer: Dmitry Smirnov Architecture: i386 Depends: debianutils (>= 2.2), sysvinit-utils (>= 3.05-4~), libc6 (>= 2.34), libcap-ng0 (>= 0.7.9), libgcc-s1 (>= 4.2), libselinux1 (>= 3.1~), libstdc++6 (>= 11), libsystemd0 Suggests: gsmartcontrol, smart-notifier, mailx | mailutils, curl | wget | lynx, gpg Conflicts: smartsuite, ucsc-smartsuite Size: 636088 SHA256: df88d113f1ad695f93a4a61d22c97e817962b057c68b8c5374a76c939b46d678 SHA1: c8cc4142f95acd46f74ad4a0ed785b070c03d11c MD5sum: 0ab614d00e8034b578f3357b3b2192e6 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_i386.deb Package: smbclient Source: samba Version: 2:4.20.5+dfsg-1~bpo12+1 Installed-Size: 2372 Maintainer: Debian Samba Maintainers Architecture: i386 Provides: samba-client Depends: samba-common (= 2:4.20.5+dfsg-1~bpo12+1), samba-libs (= 2:4.20.5+dfsg-1~bpo12+1), libarchive13 (>= 3.0.4), libbsd0 (>= 0.0), libc6 (>= 2.34), libgnutls30 (>= 3.7.0), libndr4 (>= 2:4.20.0~rc1), libpopt0 (>= 1.14), libreadline8 (>= 6.0), libsmbclient (>= 2:4.10.0+dfsg), libtalloc2 (>= 2.4.2~), libtevent0 (>= 0.16.1~) Suggests: cifs-utils, heimdal-clients Size: 501956 SHA256: 2a311bbd04575b13807207e26ed3069154823d57c31b02564a349d051815af44 SHA1: 085743ce9873c1987c864b41f59a2844be708b10 MD5sum: 3640bfa9702f017640e13257a062b22c 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.20.5+dfsg-1~bpo12+1_i386.deb Package: snac2 Version: 2.59-1~bpo12+1 Installed-Size: 544 Maintainer: James Valleroy Architecture: i386 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: 207992 SHA256: c3db5ba9917d85d646baed75dd8bc3a5e8cfda6b8bf41c1a794481b58f09f7de SHA1: 870805542304821ddff1d541549c3ee2d135e2bf MD5sum: 0a081b65069835dcdbb407572cafbcc8 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.59-1~bpo12+1_i386.deb Package: snapclient Source: snapcast Version: 0.28.0-1~bpo12+1 Installed-Size: 1094 Maintainer: Felix Geyer Architecture: i386 Depends: libasound2 (>= 1.0.18), libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libc6 (>= 2.34), libflac12 (>= 1.3.0), libgcc-s1 (>= 7), 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: 365760 SHA256: 05f226e7075d8512daf0fd321145e1434eae5266da3ffbd5e44a3eea043a8783 SHA1: bdc0b3fd0f20286159ffaaab6cb113330a9cc456 MD5sum: 3600cf4236a1e3dd00ffbb470d1eee27 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.28.0-1~bpo12+1_i386.deb Package: snapserver Source: snapcast Version: 0.28.0-1~bpo12+1 Installed-Size: 3823 Maintainer: Felix Geyer Architecture: i386 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 (>= 4.2), libogg0 (>= 1.0rc3), libopus0 (>= 1.1), libsoxr0 (>= 0.1.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: 969896 SHA256: 6fd32334d9b130c68c879ddd11ab7f612d4739ac8c4d5ed923ef68732af35473 SHA1: da8d34523ef277cac0ed1af2be56f56fbe47e770 MD5sum: 8cfa83465b5ce5c2997cbf7af183ed00 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.28.0-1~bpo12+1_i386.deb Package: sngrep Version: 1.8.2-1~bpo12+1 Installed-Size: 320 Maintainer: Debian VoIP Team Architecture: i386 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: 96904 SHA256: dd419ec912c7646ae777a1507bf5138b2244e2bc46cda10e50c201513111f35f SHA1: f9bd546e9d25cf5e518d0b84ce1bb3b29c12f846 MD5sum: ab9799bd10f80fccac136222b69b17a5 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_i386.deb Package: sniproxy Version: 0.6.1+git20240321-0.1~bpo12+1 Installed-Size: 124 Maintainer: Jan Dittberner Architecture: i386 Depends: libc6 (>= 2.34), libev4 (>= 1:4.04), libpcre2-8-0 (>= 10.22) Pre-Depends: init-system-helpers (>= 1.54~) Recommends: logrotate Size: 42232 SHA256: aa646db0474dd87138136a36003b8218ced4198c04244d70c63ef5e6f5f24fef SHA1: e5b8c94aade7e75a5e95424770a653ab65c0de47 MD5sum: 4b0d3d93a7f64e06c78bba4983e24f3c 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_i386.deb Package: socat Version: 1.8.0.0-4~bpo12+1 Installed-Size: 1771 Maintainer: Laszlo Boszormenyi (GCS) Architecture: i386 Depends: libc6 (>= 2.34), libssl3 (>= 3.0.0), libwrap0 (>= 7.6-4~) Size: 412372 SHA256: d515e785ccd9b78f9a707eeda677093d695f8224611b065f933ce9ded51d9ade SHA1: af01a9e5ac8c055a703275eac095c8ab0fc5bb73 MD5sum: c79326cf2cf915024c0f3dd9e25b651a 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_i386.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: speech-dispatcher Version: 0.11.5-4~bpo12+1 Installed-Size: 27020 Maintainer: Debian TTS Team Architecture: i386 Depends: adduser, speech-dispatcher-audio-plugins (= 0.11.5-4~bpo12+1), init-system-helpers (>= 1.51), libc6 (>= 2.34), libdotconf0 (>= 1.0.13), libglib2.0-0 (>= 2.67.3), libltdl7 (>= 2.4.7), libsndfile1 (>= 1.0.20), libspeechd2 (>= 0.9.0~rc1) 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: 3855824 SHA256: 092b9ddc530d966b507dfd4eafd096303b822318d454378a53662279c903c5e0 SHA1: 5efafe70de07d0eb66ede81e649ca30c4f4cd90a MD5sum: da9fb56f0a99049d377bf1ced0a3723a 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.11.5-4~bpo12+1_i386.deb Package: speech-dispatcher-audio-plugins Source: speech-dispatcher Version: 0.11.5-4~bpo12+1 Installed-Size: 130 Maintainer: Debian TTS Team Architecture: i386 Depends: libao4 (>= 1.1.0), libasound2 (>= 1.0.18), libaudio2, libc6 (>= 2.34), libglib2.0-0 (>= 2.36), libpulse0 (>= 0.99.1) Size: 30800 SHA256: 004beb55eb32dbd242f8bf64794728b93e3eaae4140236ee0d267035629a2a5e SHA1: 9b3470f4bf32f2ff46a04e15593063ee86b2e2eb MD5sum: c7df26ea199c84012b984b5ef562d5e8 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.11.5-4~bpo12+1_i386.deb Package: speech-dispatcher-cicero Source: speech-dispatcher Version: 0.11.5-4~bpo12+1 Installed-Size: 77 Maintainer: Debian TTS Team Architecture: i386 Depends: libc6 (>= 2.34), libdotconf0 (>= 1.0.13), libglib2.0-0 (>= 2.36), libltdl7 (>= 2.4.7), speech-dispatcher (= 0.11.5-4~bpo12+1) Size: 28240 SHA256: 3e340248e297739f6d74ca6927b6c3e51dcc06f9122025888c89568fbb615d6b SHA1: 297362280f2f503899fcf3acca7ec6e0f4cbc184 MD5sum: ca2054448644f9440faf926b4b01caa4 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.11.5-4~bpo12+1_i386.deb Package: speech-dispatcher-doc-cs Source: speech-dispatcher Version: 0.11.5-4~bpo12+1 Installed-Size: 44 Maintainer: Debian TTS Team Architecture: all Suggests: speech-dispatcher Size: 34080 SHA256: 7a35c1a2b40b3ec03ec8b1a48aacc2edcef8bfdf439f7a1ba322a6a87fcbee45 SHA1: 0ec9258fcdb3eb05ce2e53cf663015ab9e30ca74 MD5sum: 4d7d1f2d7e369b224ebf3ff690066ff7 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.11.5-4~bpo12+1_all.deb Package: speech-dispatcher-espeak Source: speech-dispatcher Version: 0.11.5-4~bpo12+1 Installed-Size: 81 Maintainer: Debian TTS Team Architecture: i386 Depends: libc6 (>= 2.34), libdotconf0 (>= 1.0.13), libespeak1 (>= 1.48.15+dfsg), libglib2.0-0 (>= 2.36), libltdl7 (>= 2.4.7), speech-dispatcher (= 0.11.5-4~bpo12+1) Size: 29940 SHA256: 6199ac6ca1ac11db72b34cf9a47cd627158d9bb35857ad3d8fa027d66274167b SHA1: c26ed3ebaae725f7f19cdbee5cba6eab3d0cc7ea MD5sum: d40337d9c0cd74bf8ac37f93bf4c93dd 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.11.5-4~bpo12+1_i386.deb Package: speech-dispatcher-espeak-ng Source: speech-dispatcher Version: 0.11.5-4~bpo12+1 Installed-Size: 82 Maintainer: Debian TTS Team Architecture: i386 Depends: libc6 (>= 2.34), libdotconf0 (>= 1.0.13), libespeak-ng1 (>= 1.51+dfsg), libglib2.0-0 (>= 2.36), libltdl7 (>= 2.4.7), speech-dispatcher (= 0.11.5-4~bpo12+1) Size: 31060 SHA256: 7d8555fd1c8ad7b77b61d7828ef29d5ee4329ef814fc4397df157807ae4a2399 SHA1: b79c83ff1af6420a9bca078ef148912203a56a11 MD5sum: 7e7e87392cc4ac8f75e14c10b6ebcd72 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.11.5-4~bpo12+1_i386.deb Package: speech-dispatcher-festival Source: speech-dispatcher Version: 0.11.5-4~bpo12+1 Installed-Size: 107 Maintainer: Debian TTS Team Architecture: i386 Depends: festival, festival-freebsoft-utils, speech-dispatcher, libc6 (>= 2.34), libdotconf0 (>= 1.0.13), libglib2.0-0 (>= 2.36), libltdl7 (>= 2.4.7) Recommends: sound-icons Size: 38660 SHA256: e25ba7dbef48399214bc56ba5b3c2fe6a3e4e3fa59b7d7b6acfdf28e83b634ec SHA1: 82d4d20761733ca9b84580035cc42559e45841bf MD5sum: 77ebb4463a027a4b58a3fd0b636b5665 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.11.5-4~bpo12+1_i386.deb Package: speech-dispatcher-flite Source: speech-dispatcher Version: 0.11.5-4~bpo12+1 Installed-Size: 73 Maintainer: Debian TTS Team Architecture: i386 Depends: libc6 (>= 2.34), libdotconf0 (>= 1.0.13), libflite1 (>= 1.4-release-9~), libglib2.0-0 (>= 2.36), libltdl7 (>= 2.4.7), speech-dispatcher (= 0.11.5-4~bpo12+1) Size: 26540 SHA256: 29b5ba88bf07ac20b6c19c72959b9bf5103ad2a8556f367a6da7211529471bab SHA1: 805d820de41b9927d249c3c3c17f010b7481dca3 MD5sum: a56e695111df6f6c0e29e20d67e96b86 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.11.5-4~bpo12+1_i386.deb Package: sqlcipher Version: 4.6.0-1~bpo12+1 Installed-Size: 1747 Maintainer: Debian QA Group Architecture: i386 Depends: libsqlcipher1 (= 4.6.0-1~bpo12+1), libc6 (>= 2.34), libreadline8 (>= 6.0), libssl3 (>= 3.0.0), zlib1g (>= 1:1.2.0) Suggests: sqlite3-doc Size: 769396 SHA256: 2193be5ba6df8d8687df13ebe4949aa124058b24e662057c256eb44117583957 SHA1: 25bbe1769a909c7f94605a297062d0341063f3b3 MD5sum: 170424791c5b916b21d21e6b62ce5458 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, Java, Python, Ruby, Linux, Mac OS X, iPhone/iOS, Android, Xamarin.iOS, and Xamarin.Android. . SQLCipher v3.4.1 is based on SQLite3 v3.15.2. Multi-Arch: foreign Homepage: http://sqlcipher.net/ Section: database Priority: optional Filename: pool/main/s/sqlcipher/sqlcipher_4.6.0-1~bpo12+1_i386.deb Package: sqlite-modern-cpp-dev Source: sqlite-modern-cpp Version: 3.2+git20231203-2~bpo12+1 Installed-Size: 75 Maintainer: Boyuan Yang Architecture: all Size: 13732 SHA256: 0218505e10ac78dc5aab2d55fe911743246bd3c7708699a64e19169f20c2b8aa SHA1: 87d74d5bb9f4f7ecdcd92f18402ee281484999c1 MD5sum: 462d4551e27203713a50eda16e845082 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-2~bpo12+1_all.deb Package: ss-dev Source: e2fsprogs (1.47.1~rc2-1~bpo12+1) Version: 2.0-1.47.1~rc2-1~bpo12+1 Installed-Size: 110 Maintainer: Theodore Y. Ts'o Architecture: i386 Depends: libc6-dev | libc-dev, libss2 (= 1.47.1~rc2-1~bpo12+1), comerr-dev Size: 34988 SHA256: 6c708418e1fbee39e66ff75b1fb26eadd6e1fc4ec042217cf5ff25af138367c9 SHA1: 091d91261da19f95089268e37185e5330e1e5233 MD5sum: 934366908ed658d0fb3cd1d085cda0e2 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.1~rc2-1~bpo12+1_i386.deb Package: stayrtr Version: 0.6.1-1~bpo12+1 Installed-Size: 22812 Maintainer: Marco d'Itri Architecture: i386 Depends: libc6 (>= 2.34), systemd | systemd-standalone-sysusers | systemd-sysusers Recommends: rpki-client Conflicts: gortr Size: 6247788 SHA256: 22fb110fa7066a5ac26ac27a295c82bc04ea1ace1a4bb1829c7d8ca88f340ff9 SHA1: 5f95712ae80fa30cba86eadc4ddb49177c411974 MD5sum: cfa1265f68e507f6dab2252c958c6dfa 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.1-1~bpo12+1_i386.deb Package: stlink-gui Source: stlink Version: 1.8.0-1~bpo12+1 Installed-Size: 108 Maintainer: Luca Boccassi Architecture: i386 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: 34684 SHA256: 5f071d7afc8963eb889771456121444bc234b2c22c4581a6115cdaf5879cc616 SHA1: 87857af47225d936facd7c20790e5177f3630e07 MD5sum: 32bf7e70f6f36f51063260504e1cdc54 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_i386.deb Package: stlink-tools Source: stlink Version: 1.8.0-1~bpo12+1 Installed-Size: 236 Maintainer: Luca Boccassi Architecture: i386 Depends: libstlink1 (= 1.8.0-1~bpo12+1), libc6 (>= 2.34) Size: 55792 SHA256: ffbac74c13ef85bc0b47b209449b807152a3519dcb99c96aad7af27695f9d440 SHA1: 1ff82d4e4fc7a092de498fd83c7626ce1a8c2152 MD5sum: f384b67046beab96903b151e47543695 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_i386.deb Package: streamlink Version: 6.11.0-2~bpo12+1 Installed-Size: 254 Maintainer: Alexis Murzeau Architecture: all Depends: python3:any, python3-streamlink (= 6.11.0-2~bpo12+1) Suggests: vlc | mpv | mplayer Size: 82716 SHA256: 0cf6d7e8f90b56e013b90253620e149befd6ce3e8162ca99b66a0634026a35f5 SHA1: 23add494d47218df36178936ebe179e42cc0d6ec MD5sum: bbf555d78a0928fa6ad323f2a78d1f76 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_6.11.0-2~bpo12+1_all.deb Package: suricata Version: 1:7.0.6-1~bpo12+1 Installed-Size: 12302 Maintainer: Pierre Chifflier Architecture: i386 Replaces: suricata-hyperscan Depends: python3:any, libbpf1 (>= 1:0.7.0), libc6 (>= 2.34), libcap-ng0 (>= 0.7.9), libevent-2.1-7 (>= 2.1.8-stable), libevent-pthreads-2.1-7 (>= 2.1.8-stable), libgcc-s1 (>= 4.2), libhiredis0.14 (>= 0.14.1), libhtp2 (>= 1:0.5.48-1~bpo12+1~), libhyperscan5 (>= 5.4.0), 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: dpkg (>= 1.15.7.2), init-system-helpers (>= 1.54~) Recommends: python3, snort-rules-default, suricata-update Suggests: libtcmalloc-minimal4 Conflicts: libhtp1, suricata-hyperscan Size: 3374076 SHA256: e3b0c1b6fdd8a475ce9326869356a2dbd0eab48403f49ee49ff9b349b468593e SHA1: 00dc7c37dd4ce1a7d3a982bfcfd49ca9908ba197 MD5sum: 375ec9704ee22982964ee12c4afd13fa 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.6-1~bpo12+1_i386.deb Package: suricata-update Version: 1.3.3-1~bpo12+1 Installed-Size: 348 Maintainer: Sascha Steinbiss Architecture: i386 Depends: python3:any, ca-certificates, python3-yaml Size: 62856 SHA256: 11938e481fb7775fe1f1c4e519978f5316db6a263050fc32ba12169b356710e4 SHA1: f35524f448b6019134024ecb08596b8fba4fb777 MD5sum: c99995ac7849f10077d7e251286bcbb0 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.3-1~bpo12+1_i386.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: 2023.12.1+dfsg-2~bpo12+1 Installed-Size: 1243 Maintainer: Bastian Germann Architecture: i386 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, libubootenv0 Size: 393808 SHA256: 1d3db48fed9bd9419f80b7248a7e25d657fd9cb45916b20a79532e50becbfbcb SHA1: a0821229ff783d7952466cea356b180b33c26ec7 MD5sum: 93af9eb5abc31ff0c1ff938aa01e5c7f 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_2023.12.1+dfsg-2~bpo12+1_i386.deb Package: swupdate-doc Source: swupdate Version: 2023.12.1+dfsg-2~bpo12+1 Installed-Size: 4567 Maintainer: Bastian Germann Architecture: all Size: 4640076 SHA256: 349af5b248d2d74e9e3b8b349cf9edba547f3d9215397150d0b826eb44d32389 SHA1: 7a035a588c6922b7263233fb105ddf7daefe8a60 MD5sum: 2b28ee354803f81e4efc4a532b960983 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_2023.12.1+dfsg-2~bpo12+1_all.deb Package: swupdate-www Source: swupdate Version: 2023.12.1+dfsg-2~bpo12+1 Installed-Size: 1181 Maintainer: Bastian Germann Architecture: all Depends: fonts-fork-awesome, libjs-bootstrap4, libjs-dropzone, node-jquery Size: 990328 SHA256: d1c6728a7710fef18edf7deb2571d090d073f5706752a793bfd7158d5672ab1d SHA1: db7551c1a9ba197f291e6602c0589f0acb35801c MD5sum: 83bcd7c08545431c8740650b77f7abdf 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: twitter-bootstrap4 (= 4.6.1+dfsg1-4) Section: embedded Priority: optional Filename: pool/main/s/swupdate/swupdate-www_2023.12.1+dfsg-2~bpo12+1_all.deb Package: systemd Version: 254.16-1~bpo12+1 Installed-Size: 10178 Maintainer: Debian systemd Maintainers Architecture: i386 Provides: systemd-sysusers (= 254.16-1~bpo12+1), systemd-tmpfiles (= 254.16-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.16-1~bpo12+1), libsystemd0 (= 254.16-1~bpo12+1), systemd-dev (>= 254.16-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: 3322044 SHA256: 8e87dfadbc17ce59716880f74e85df2b6020fa5b2d6f5c74144d0c17a167af1c SHA1: d80bd8f45c12358ab6156aefa116d2f8812d9c5a MD5sum: 5dc90f4aa5d8545131cde8a6956e4c1d 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.16-1~bpo12+1_i386.deb Package: systemd-boot Source: systemd Version: 254.16-1~bpo12+1 Installed-Size: 257 Maintainer: Debian systemd Maintainers Architecture: i386 Replaces: systemd (<< 251.2-3~) Depends: libc6 (>= 2.34), libsystemd-shared (= 254.16-1~bpo12+1), systemd-boot-efi (= 254.16-1~bpo12+1) Recommends: efibootmgr Breaks: systemd (<< 251.2-3~) Size: 109292 SHA256: 3366d3a95eb994f0904b1fb078ebfbb0b6085fc6720ddff79df7032d3ac2929b SHA1: 4e1a59091a6fab8b80678e9d536ab7a7fedaf990 MD5sum: d447191030837a0667df372d604f9d6c 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.16-1~bpo12+1_i386.deb Package: systemd-boot-efi Source: systemd Version: 254.16-1~bpo12+1 Installed-Size: 224 Maintainer: Debian systemd Maintainers Architecture: i386 Replaces: systemd (<< 251.2-3~) Breaks: systemd (<< 251.2-3~) Size: 107340 SHA256: ec7e60295ad78ccdf5f4d0ed436fbfe964929e57948996ef09d6b7c249cb7018 SHA1: 26a78e62b41c3b388b857742035fcb4f14d98571 MD5sum: 9c184f999fa0c914950856716d6844d0 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.16-1~bpo12+1_i386.deb Package: systemd-container Source: systemd Version: 254.16-1~bpo12+1 Installed-Size: 1313 Maintainer: Debian systemd Maintainers Architecture: i386 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.16-1~bpo12+1), zlib1g (>= 1:1.1.4), systemd, default-dbus-system-bus | dbus-system-bus Recommends: libnss-mymachines Size: 435144 SHA256: 78de0041347028ebc3fea8afeea244a127d574abd8dbc3339b8022a6cf711bfe SHA1: 4ef25d8bd9e875e5aa642e5c447c04d288d1962a MD5sum: 925bcdb8c886b279712e2d44854a7b06 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.16-1~bpo12+1_i386.deb Package: systemd-coredump Source: systemd Version: 254.16-1~bpo12+1 Installed-Size: 263 Maintainer: Debian systemd Maintainers Architecture: i386 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.16-1~bpo12+1), libzstd1 (>= 1.5.2), systemd Recommends: libdw1 Conflicts: core-dump-handler Size: 103048 SHA256: f256aec519f8e76ec6f4f948c1e6e07c26a2e4851a9c773d6183d3a30bc65704 SHA1: b1af3733b7be35bfd4b7d243871e67e204b59a57 MD5sum: 000257dd8ed6d2178593663ff3be8a3d 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.16-1~bpo12+1_i386.deb Package: systemd-cron Version: 2.3.0-1~bpo12+1 Installed-Size: 243 Maintainer: Debian Systemd Maintainers Architecture: i386 Replaces: anacron Provides: anacron, cron-daemon Depends: systemd-sysv, libc6 (>= 2.34), libssl3 (>= 3.0.0), libstdc++6 (>= 5.2), systemd | systemd-standalone-sysusers | systemd-sysusers Pre-Depends: cron-daemon-common Suggests: default-mta | exim4 | mail-transport-agent Conflicts: anacron, cron-daemon Size: 85084 SHA256: 2fc2f128299624385e5067e82587f7cd30f0f46216e79991be8a0f6af186b7d0 SHA1: df5b189a35feaf3ea4eadb3a42d2bd2c184bd9b1 MD5sum: 1f4d426c7a50c2587d3d60bacee6d4a4 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_i386.deb Package: systemd-dev Source: systemd Version: 254.16-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: 55020 SHA256: 5d6099078f61cc124f0bd3b3978d0ee72ce4074304f530958e31723e7d98e4e1 SHA1: 81835b02ff55c2bded703371137472fde51a9773 MD5sum: 8df85471570fed8a245cc18eacaece98 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.16-1~bpo12+1_all.deb Package: systemd-homed Source: systemd Version: 254.16-1~bpo12+1 Installed-Size: 1146 Maintainer: Debian systemd Maintainers Architecture: i386 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.16-1~bpo12+1), systemd-userdbd (= 254.16-1~bpo12+1), systemd (= 254.16-1~bpo12+1), libpam-runtime Pre-Depends: init-system-helpers (>= 1.64~) Size: 424284 SHA256: b4211ea73b1451702ae917215fe84c0a489abf8ff43b4314e179c48597deb884 SHA1: 203384c6c760c25809314bfb6f9fe27d145516a6 MD5sum: fd3e7a5e403fa277566e1179cb709fe7 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.16-1~bpo12+1_i386.deb Package: systemd-journal-remote Source: systemd Version: 254.16-1~bpo12+1 Installed-Size: 271 Maintainer: Debian systemd Maintainers Architecture: i386 Depends: libc6 (>= 2.34), libcurl4 (>= 7.16.2), libmicrohttpd12 (>= 0.9.50), libsystemd-shared (= 254.16-1~bpo12+1), systemd Size: 102240 SHA256: abee6b2e16b38433f7d343204ec6d741f4a520333fc0ac1a25cb31555d7a81be SHA1: 8803dedab88fd917c5e3cefccc4fc95d1e1ae367 MD5sum: 32e15fbf3ae2681174d8a46bc4b319dc 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.16-1~bpo12+1_i386.deb Package: systemd-oomd Source: systemd Version: 254.16-1~bpo12+1 Installed-Size: 183 Maintainer: Debian systemd Maintainers Architecture: i386 Replaces: systemd (<< 250.2-2~) Depends: libc6 (>= 2.34), libsystemd-shared (= 254.16-1~bpo12+1), systemd | systemd-standalone-sysusers | systemd-sysusers Breaks: systemd (<< 250.2-2~) Size: 74032 SHA256: 8fbbcabb7dae4f0b1d03ecc455b450ff9f7d42013bf62f19ec6a79c7460aa10e SHA1: db76aceb6cf53a091f41123422d5ee9ad225e4ee MD5sum: a939b9449fba24cae652e9b0207e91d5 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.16-1~bpo12+1_i386.deb Package: systemd-resolved Source: systemd Version: 254.16-1~bpo12+1 Installed-Size: 863 Maintainer: Debian systemd Maintainers Architecture: i386 Replaces: resolvconf, systemd (<< 251.3-2~) Provides: resolvconf Depends: libc6 (>= 2.34), libssl3 (>= 3.0.0), libsystemd-shared (= 254.16-1~bpo12+1), systemd (= 254.16-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: 325848 SHA256: 22fbbc712bab033ae6fa3b84fa13e48b43539d7ab99944788cc2022f5e84a01b SHA1: 256abb42aec841e30c1df978bf4f582c730575ac MD5sum: 0f59172a0a954c51b8d4f93bb17ff65c 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.16-1~bpo12+1_i386.deb Package: systemd-standalone-sysusers Source: systemd Version: 254.16-1~bpo12+1 Installed-Size: 304 Maintainer: Debian systemd Maintainers Architecture: i386 Replaces: systemd (<< 249.3-3), systemd-sysusers Provides: systemd-sysusers (= 254.16-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: 147392 SHA256: 5033ccf2a146aaaa3c4f78a5b10779b1fa081bc702ea6d241ab04de2801fc5c9 SHA1: 87aa1d8a943499f658458ae426a3223aac9176a1 MD5sum: 7ec1bf651b6985316089d25c8b4127b7 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.16-1~bpo12+1_i386.deb Package: systemd-standalone-tmpfiles Source: systemd Version: 254.16-1~bpo12+1 Installed-Size: 421 Maintainer: Debian systemd Maintainers Architecture: i386 Replaces: systemd (<< 249.3-3), systemd-tmpfiles Provides: systemd-tmpfiles (= 254.16-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: 198944 SHA256: 5e6464d1f8222eed9e4e1efec7c8fdd9e4adb3fb83b7d3c7a0d137cc1fc34c9e SHA1: a064915cc4daf14a23f9ea3865e06dc6826e575f MD5sum: 7c9192976747f10d643564b31a5eed7a 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.16-1~bpo12+1_i386.deb Package: systemd-sysv Source: systemd Version: 254.16-1~bpo12+1 Installed-Size: 76 Maintainer: Debian systemd Maintainers Architecture: i386 Replaces: sysvinit-core Pre-Depends: systemd Recommends: libpam-systemd, libnss-systemd Conflicts: file-rc, initscripts, orphan-sysvinit-scripts, systemd-shim, sysvinit-core Size: 45820 SHA256: 7374e3617dad39239fb1f73a79cfd3c0035098a4b458ce9c0931b72cbff7c670 SHA1: 9f74c83b41282804ebb29653484f96c92f4b2698 MD5sum: ed85edecd4ede4ef5fcd02fb9644f500 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.16-1~bpo12+1_i386.deb Package: systemd-tests Source: systemd Version: 254.16-1~bpo12+1 Installed-Size: 26619 Maintainer: Debian systemd Maintainers Architecture: i386 Depends: libacl1 (>= 2.2.23), libblkid1 (>= 2.37.2), libc6 (>= 2.36), libcap2 (>= 1:2.10), libcrypt1 (>= 1:4.4.0), libdbus-1-3 (>= 1.9.14), libgcrypt20 (>= 1.10.0), libglib2.0-0 (>= 2.26.0), libkmod2 (>= 15), liblz4-1 (>= 0.0~r130), liblzma5 (>= 5.1.1alpha+20120614), libmount1 (>= 2.30), libseccomp2 (>= 2.3.1), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), libsystemd-shared (= 254.16-1~bpo12+1), libsystemd0 (= 254.16-1~bpo12+1), libudev1 (>= 247), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4), systemd (= 254.16-1~bpo12+1), python3 Size: 5277704 SHA256: bf8d628ecfec1f83c8f7c2d18458151b08ac9869ea1aaa0a461b42d17e6a0dea SHA1: 59e1fa5a59141a990966fef36d11a1795be388ec MD5sum: 4e60633a63e634ececbd1d609cad17df 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.16-1~bpo12+1_i386.deb Package: systemd-timesyncd Source: systemd Version: 254.16-1~bpo12+1 Installed-Size: 153 Maintainer: Debian systemd Maintainers Architecture: i386 Replaces: time-daemon Provides: time-daemon Depends: libc6 (>= 2.34), libsystemd-shared (= 254.16-1~bpo12+1), systemd Conflicts: time-daemon Size: 68976 SHA256: 421f4a4d875ff35489feddcb6ddb12586d21b1681fc7086183a04df3674e0580 SHA1: 5db253977d6680ee1562efe99af8c16676df9df5 MD5sum: b7a3fbd53903119313c95e02bbf07346 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.16-1~bpo12+1_i386.deb Package: systemd-userdbd Source: systemd Version: 254.16-1~bpo12+1 Installed-Size: 177 Maintainer: Debian systemd Maintainers Architecture: i386 Depends: libc6 (>= 2.34), libsystemd-shared (= 254.16-1~bpo12+1), libnss-systemd (= 254.16-1~bpo12+1), systemd (= 254.16-1~bpo12+1) Size: 74244 SHA256: b83eb4eb334a6819cb050e58bee4e192ba69070634ecae35f9943286811461af SHA1: d98789c56b5617f5399fab80f1ba7e7cd7f4b432 MD5sum: 2b5a0d3dedc286f4a8c842b3ffbad83d 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.16-1~bpo12+1_i386.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: 363 Maintainer: Debian sysvinit maintainers Architecture: i386 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: 205268 SHA256: f372a707e73c179c13ff34f1adc8151cf58380ba48b6fc45b48c570e79c858cf SHA1: a642eadcd149adf3ef56f460d6b7b0bacfbf409b MD5sum: 1ac5dd6cf60b671d245c1b4630b7fa15 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_i386.deb Package: sysvinit-utils Source: sysvinit Version: 3.08-3~bpo12+2 Essential: yes Installed-Size: 100 Maintainer: Debian sysvinit maintainers Architecture: i386 Replaces: lsb-base Provides: lsb-base (= 11.1.0) Depends: libc6 (>= 2.34) Conflicts: lsb-base (<< 11.3~) Size: 32400 SHA256: 97880c03212d4f22e1a1210aa7e08f6d39df1e70ebe7a3c876e0322fbaf13638 SHA1: 493b66602b106042a2ca242157a4c648d917d6eb MD5sum: 1df95d8cb20b1b8ceb9dbc760e049039 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_i386.deb Package: tclspice Source: ngspice Version: 43+ds-1~bpo12+1 Installed-Size: 8193 Maintainer: Debian Electronics Team Architecture: i386 Depends: blt, ngspice (= 43+ds-1~bpo12+1), tcl8.6, tk8.6, libc6 (>= 2.35), libgcc-s1 (>= 3.0), libgomp1 (>= 4.9), libstdc++6 (>= 4.5), tk8.6-blt2.5 (>= 2.5.3) Size: 2217116 SHA256: d8994a29f7583027f3724ae624fd8f099cb7898f5543fecf57139b4310f524e6 SHA1: 0498ec219620e278824649c4c579f35405b8ad38 MD5sum: 15abd109e161f263c080be40e1d305c2 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_43+ds-1~bpo12+1_i386.deb Package: tdb-tools Source: tdb Version: 1.4.10-1~bpo12+1 Installed-Size: 102 Maintainer: Debian Samba Maintainers Architecture: i386 Depends: libc6 (>= 2.34), libtdb1 (>= 1.2.11) Size: 27136 SHA256: 7867103696123ced10e4e455630cac55b51e1db1e19ac287f14745b336685c8b SHA1: 02c3b244f7e1688174a2734a8baeaf8718a56349 MD5sum: 0f901dcc096c5294e18d52d3305d1954 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://tdb.samba.org/ Section: utils Priority: optional Filename: pool/main/t/tdb/tdb-tools_1.4.10-1~bpo12+1_i386.deb Package: telegram-desktop Version: 4.8.1+ds-2~bpo12+1 Installed-Size: 91167 Maintainer: Nicholas Guriev Architecture: i386 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 (>= 7), 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: 31994188 SHA256: 06e4412e9a874e90fdd18f918a5bb027e6b7ae886816ae6693593150d8ddbd91 SHA1: 13bf048a5c063003ca34fbaa118dfa9143396ab0 MD5sum: b703a8cccb0182825e5efab4233e5804 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_i386.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~rc3+dfsg-1~bpo12+1 Installed-Size: 3338 Maintainer: Debian Security Tools Architecture: all Depends: openssl, bsdextrautils, procps, dnsutils Recommends: libengine-gost-openssl Size: 757464 SHA256: b959c8f8f9b8ed0d6e1ac5a62fdce4d71c7c918a36cae90c6b00dd1345ce5cc9 SHA1: 561258e99fa5c6bcce66781cc6da3c00800b0715 MD5sum: 12e11a563d0cace14ad079e862a9729e 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~rc3+dfsg-1~bpo12+1_all.deb Package: thunar-font-manager Source: font-manager Version: 0.8.9-1~bpo12+1 Installed-Size: 40 Maintainer: Debian Fonts Task Force Architecture: i386 Depends: font-manager (= 0.8.9-1~bpo12+1), thunar (>= 1.8), font-manager-common (>= 0.8.9), libc6 (>= 2.2), libglib2.0-0 (>= 2.44), libjson-glib-1.0-0 (>= 1.5.2), libthunarx-3-0 (>= 1.7.0) Size: 12528 SHA256: cf5ee5b56b006c4cde5464ef95f8355a6b3cb7eb4038f9d09e9f81543ee67007 SHA1: 2ccf9e68c378a0036d98beb199c60dcb341b47d6 MD5sum: 2c22f5fc86db964fcdd0934d86991e82 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_i386.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: 127 Maintainer: Mike Gabriel Architecture: i386 Depends: libc6 (>= 2.34) Size: 48272 SHA256: 917783f971aef3e0e22ea48881a48fd92d6136943c0fe93c4d1fb870de4b7e31 SHA1: 7371895bc7acdece7bd77140deb459f7d5466e8b MD5sum: c1be98a7e37448cf081cc6ff9cdf7257 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_i386.deb Package: tio Version: 3.7-1~bpo12+1 Installed-Size: 237 Maintainer: Jakob Haufe Architecture: i386 Depends: libc6 (>= 2.34), libglib2.0-0 (>= 2.28.0), liblua5.4-0 (>= 5.4.4) Size: 96336 SHA256: 0a7f3d37526f41a16222f28a953a8feb9f3c36d59459b8aa3ceed23e3154542c SHA1: 2db845a7266756d1e43c08aa4405b59c65d25634 MD5sum: e2d77fbd2273eb92b7ab70c193d27ebb 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.7-1~bpo12+1_i386.deb Package: tippecanoe Version: 2.52.0-1~bpo12+1 Installed-Size: 2615 Maintainer: Debian GIS Project Architecture: i386 Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.2), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 11), zlib1g (>= 1:1.2.0.2) Size: 610436 SHA256: f8159a961d48d8046ecc1ae7b3cec6eaff7a77620996835b6d1eabaf09b81ac4 SHA1: f0a7a0add4c79e13f92d70e128f72b6bf1a1f2b1 MD5sum: 48b339124d5631425f7982d6c58b7bc0 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_i386.deb Package: tlp Version: 1.7.0-1~bpo12+1 Installed-Size: 734 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: 104424 SHA256: cb07e450d4b976255c58a3276bbe7d508b6dd064adce0082eedd16ca4287d65d SHA1: 11623b7300d6c85e449aac5249a5c00f3f675a79 MD5sum: 3ea4285e5968fd54c2203c7f86c5e329 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.7.0-1~bpo12+1_all.deb Package: tlp-rdw Source: tlp Version: 1.7.0-1~bpo12+1 Installed-Size: 44 Maintainer: Raphaël Halimi Architecture: all Depends: network-manager, tlp (= 1.7.0-1~bpo12+1) Size: 5628 SHA256: 7de6df27c6b2f35faca0a929b36b3ca969e743fa6226629f6bcb4130c19bf2ae SHA1: 27af4f9e3647277582dcfc45c4f2ef18ba296d9b MD5sum: c9a65243e5f1bed8177187f758576efc 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.7.0-1~bpo12+1_all.deb Package: tmux Version: 3.5a-1~bpo12+1 Installed-Size: 1258 Maintainer: Romain Francoise Architecture: i386 Depends: libc6 (>= 2.34), libevent-core-2.1-7 (>= 2.1.8-stable), libjemalloc2 (>= 2.1.1), libsystemd0 (>= 221), libtinfo6 (>= 6), libutempter0 (>= 1.1.5) Size: 522952 SHA256: 41232813060b2e3b23dde98e768a99eb1ec6a55a67dfcc89450f481b78ab53e0 SHA1: 81069a1a3fff0a986964d3566b0e6bba52133ea4 MD5sum: d0d2a7cdfc9081cbccd1bea03d069f92 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-1~bpo12+1_i386.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.25-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.25-1~bpo12+1), ucf Recommends: libtcnative-1 (>= 1.2.18) Suggests: tomcat10-admin (>= 10.1.25-1~bpo12+1), tomcat10-docs (>= 10.1.25-1~bpo12+1), tomcat10-examples (>= 10.1.25-1~bpo12+1), tomcat10-user (>= 10.1.25-1~bpo12+1) Size: 41016 SHA256: 1e64a8c25c7fa9fc4e20348d89a8b49e35c08c5c3ce9b47d181ce90e24725ca3 SHA1: 92b5d81fa0563fc66ab595862976d634af005f36 MD5sum: 7d417833db9edf9e90be111211b0e9ac 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.25-1~bpo12+1_all.deb Package: tomcat10-admin Source: tomcat10 Version: 10.1.25-1~bpo12+1 Installed-Size: 319 Maintainer: Debian Java Maintainers Architecture: all Depends: tomcat10-common (>= 10.1.25-1~bpo12+1) Size: 71072 SHA256: 2ba4b237a27c209b56b5b75b8c16ad96748f0d4718fecd141b09715e3a04c9fd SHA1: db4e9c7c146bcfad09547c7716cd49f86a53bfcd MD5sum: 3dfc6a8ed58a3cbd59db7be64a41d4d5 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.25-1~bpo12+1_all.deb Package: tomcat10-common Source: tomcat10 Version: 10.1.25-1~bpo12+1 Installed-Size: 175 Maintainer: Debian Java Maintainers Architecture: all Depends: default-jre-headless | java11-runtime-headless | java11-runtime, libtomcat10-java (>= 10.1.25-1~bpo12+1) Size: 65368 SHA256: d64857b0700d6a0adb5a82384506c795777fd6fbb683ebb8968e2057fdb3b90c SHA1: 5137ca75cc091c74269a04b0193e09bdc882358a MD5sum: 92fae24a90ebaf32e000919e4c65ab38 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.25-1~bpo12+1_all.deb Package: tomcat10-docs Source: tomcat10 Version: 10.1.25-1~bpo12+1 Installed-Size: 3011 Maintainer: Debian Java Maintainers Architecture: all Depends: tomcat10-common (>= 10.1.25-1~bpo12+1) Size: 660120 SHA256: c79cf6cabe2ade80156b6a2c7b1916b76d62a709421dd358ba6a788c86d276e8 SHA1: 2bc46a5eb5c01b967bcbae4c4929bb09f6c84ca3 MD5sum: f259f68010fd63cc6ddb486427ad8243 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.25-1~bpo12+1_all.deb Package: tomcat10-examples Source: tomcat10 Version: 10.1.25-1~bpo12+1 Installed-Size: 1636 Maintainer: Debian Java Maintainers Architecture: all Depends: tomcat10-common (>= 10.1.25-1~bpo12+1) Size: 487424 SHA256: b299b3c062ecad05e74e99c3d98eee6f0633709baf4c3fd3e88081914e5bb2cb SHA1: f20395865016a8ae632c0a2edf432641cce9bb4c MD5sum: 5adaa23874be57a8df01f79d745ebf92 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.25-1~bpo12+1_all.deb Package: tomcat10-user Source: tomcat10 Version: 10.1.25-1~bpo12+1 Installed-Size: 253 Maintainer: Debian Java Maintainers Architecture: all Depends: netcat-openbsd, tomcat10-common (>= 10.1.25-1~bpo12+1) Suggests: tomcat10 (>= 10.1.25-1~bpo12+1), tomcat10-admin (>= 10.1.25-1~bpo12+1), tomcat10-docs (>= 10.1.25-1~bpo12+1), tomcat10-examples (>= 10.1.25-1~bpo12+1) Size: 37272 SHA256: 8a0c5fe85e56480994dbc9f988e7610d3a265ad9c8262692f3781a0b5f594d08 SHA1: ba782e23d90e61919f3a38eb96faee2bfef4605b MD5sum: d4d0eb9dee5b6de5453c19bfb243b576 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.25-1~bpo12+1_all.deb Package: tor Version: 0.4.8.12-1~bpo12+1 Installed-Size: 6318 Maintainer: Peter Palfrader Architecture: i386 Depends: libc6 (>= 2.34), libcap2 (>= 1:2.10), libevent-2.1-7 (>= 2.1.8-stable), liblzma5 (>= 5.1.1alpha+20120614), libseccomp2 (>= 0.0.0~20120605), 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: 2138488 SHA256: 2b33407ac01c2a6ff26bbbe5b850ed66478dcb686b8edebcdde2da31abd7d261 SHA1: 5252e222c126d00070896a9ca5690a65475f8ffc MD5sum: 9f515b37075b47930d14832acc54b90e 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.12-1~bpo12+1_i386.deb Package: tor-geoipdb Source: tor Version: 0.4.8.12-1~bpo12+1 Installed-Size: 17524 Maintainer: Peter Palfrader Architecture: all Replaces: tor (<< 0.2.4.8) Depends: tor (>= 0.4.8.12-1~bpo12+1) Breaks: tor (<< 0.2.4.8) Size: 2334272 SHA256: 32e8c5511f656bb1c7371387bb95b965d041c92ce471915e84219120c8bfe694 SHA1: 76bb798cddd1b6225c0a6d3770f5afc4241554d7 MD5sum: feb27a0441ff4ad6088ec70758ef6ccf 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.12-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: i386 Depends: libengine-tpm2-tss-openssl (= 1.2.0-2~bpo12+1), libc6 (>= 2.34), libssl3 (>= 3.0.0) Size: 11540 SHA256: 0ff0c4f3edb5aa84c7f40ea0d0f18261e95dff25be6731829e2d7067eb71ddc0 SHA1: 97d8449a5efd8ffe484bca24cd13a09d8d50ab58 MD5sum: 37024f5f5d1fc8840141e4b3c98d4dfb 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_i386.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: trurl Version: 0.13-1~bpo12+1 Installed-Size: 58 Maintainer: Michael Ablassmeier Architecture: i386 Depends: libc6 (>= 2.34), libcurl3-gnutls (>= 7.88.1) Size: 23664 SHA256: f80074698950b37b429d95919f588778916e74225bed79edec4e6aa6bd18abac SHA1: 05fa8b98da5bd6208324d8ea1e8ac582d20b6ffa MD5sum: 29e2fd300739ac08791ba3c1c921a57e 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.13-1~bpo12+1_i386.deb Package: trustedqsl Version: 2.7.3-1~bpo12+1 Installed-Size: 29384 Maintainer: Debian Hamradio Maintainers Architecture: i386 Depends: libc6 (>= 2.34), libcurl4 (>= 7.56.1), libexpat1 (>= 2.0.1), libgcc-s1 (>= 4.2), 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: 1591180 SHA256: e5ef72ac00315e4387f9b54847f6bff94173856f550b00b3460a22312ba57a49 SHA1: 706718a831d3a6b2eac9d471aa0fa066402dc9e8 MD5sum: 233bbfb12563a2fc4495b42a45d7f347 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.3-1~bpo12+1_i386.deb Package: tuigreet Version: 0.8.0-4~bpo12+1 Installed-Size: 2328 Maintainer: Johannes Schauer Marin Rodrigues Architecture: i386 Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.2) Size: 756384 SHA256: d6d6c274bdb976225664a6c7ef4d76ed64ff7d9d3e826a121b55d72e117ea597 SHA1: d6c15af4df371b4aecc1cfc876d953bf679adf7d MD5sum: 20edbc0a233d36687e5d2fa4e05099d0 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_i386.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.16-1~bpo12+1 Installed-Size: 10904 Maintainer: Debian systemd Maintainers Architecture: i386 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.16-1~bpo12+1), systemd-dev (>= 254.16-1~bpo12+1) Breaks: systemd (<< 254.5-1~bpo12+2~) Size: 1798068 SHA256: 525db5f312b3fe79c2be5fb414825e1711425bd775827e7769ead65704ffd2e7 SHA1: af787355f3582e119caadbb92ecfa99768141587 MD5sum: 6f8acdabf184eefc9af6f1b1f214ea7f 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.16-1~bpo12+1_i386.deb Package: umoci Version: 0.4.7+ds-4~bpo12+1 Installed-Size: 5834 Maintainer: Debian Go Packaging Team Architecture: i386 Depends: libc6 (>= 2.34) Size: 1871300 SHA256: edb8e1e894ef41de27f9ce9d6f55b0b163eb8b1a53da88e5b444a3f914eba28f SHA1: 3357d2b0557638e7f5180386af2980aaf2ae78c0 MD5sum: d7637eb4daa673f4872144984f72f04e 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_i386.deb Package: uno-libs-private Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 762 Maintainer: Debian LibreOffice Maintainers Architecture: i386 Replaces: uno-libs3 Depends: libc6 (>= 2.32), libgcc-s1 (>= 4.2), 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: 254544 SHA256: 48a11505237629bc584d4882ff65efe23a4a620d166c8919ea64482f18fada9a SHA1: e6b56c30f4156a9add6a773c19d5ea544ac3a740 MD5sum: ef0d071cd6f9518104b40a08bf2cdb80 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_24.8.2-1~bpo12+1_i386.deb Package: upx-ucl Version: 4.2.2-3~bpo12+1 Installed-Size: 2622 Maintainer: Robert Luberda Architecture: i386 Provides: upx Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.2), libstdc++6 (>= 11) Size: 689540 SHA256: 0e9ddbb68498ac1deeb15ce87c4e84f7b7d5a03cfd2b4f9da5a82ab109ac22a5 SHA1: 2f829f72cc206007e40e216d357a515ccd862b27 MD5sum: 8c4359d27292523ac8402f3aef6400d5 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_i386.deb Package: ure Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 4316 Maintainer: Debian LibreOffice Maintainers Architecture: i386 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:24.8.2-1~bpo12+1), libc6 (>= 2.34), libgcc-s1 (>= 3.4), libicu72 (>= 72.1~rc-1~), liblangtag1 (>= 0.4.0), libstdc++6 (>= 11), libuno-cppu3 (>= 4.4.0~alpha), libuno-cppuhelpergcc3-3 (>= 4.0.0~alpha), libuno-purpenvhelpergcc3-3 (>= 1.4.0), libuno-sal3 (>= 6.4.0~beta), libuno-salhelpergcc3-3 (>= 3.6.0~beta), libxml2 (>= 2.7.4) Breaks: libjuh-java (<< 1:6.4.0~rc1-6), libjurt-java (<< 1:6.4.0~rc1-6), libreoffice-common (<< 1:4.5.0), libreoffice-core (<< 1:7.4.0~), libreoffice-core-nogui (<< 1:7.4.0~), libridl-java (<< 1:6.4.0~rc1-6), libunoloader-java (<< 1:6.4.0~rc1-6), ure-java (<< 1:7.1.1~rc2-1) Size: 1280108 SHA256: 9d30e7c3df630bd3caff31082a0bcb1a79379f5ea7eea8197c26d226edbdc400 SHA1: d0afc76bb092100980d67753b2cfc3a9b879dfc1 MD5sum: 2ee0f03b38e296357be894758f8af231 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_24.8.2-1~bpo12+1_i386.deb Package: ure-java Source: libreoffice Version: 4:24.8.2-1~bpo12+1 Installed-Size: 425 Maintainer: Debian LibreOffice Maintainers Architecture: i386 Replaces: ure (<< 4:24.2.0~rc1~) Depends: libunoloader-java, uno-libs-private (= 4:24.8.2-1~bpo12+1), ure (= 4:24.8.2-1~bpo12+1), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 11), libuno-cppu3 (>= 4.4.0~alpha), libuno-cppuhelpergcc3-3 (>= 1.4.0), libuno-sal3 (>= 5.1.0~alpha), libuno-salhelpergcc3-3 (>= 1.4.0) Recommends: liblibreoffice-java, default-jre (>= 2:1.8) | java-runtime (>= 8) | java8-runtime | jre Breaks: ure (<< 4:24.2.0~rc1~) Size: 203304 SHA256: 6ea5d26294e8f06145dac03be85366efc8248f50d11213d0f53d6b3749d82f29 SHA1: 0312dfa133297bde8cb0f89af436cee0c6f78d73 MD5sum: 1a85aafcf8635ae94e6cbb2ae40853a2 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_24.8.2-1~bpo12+1_i386.deb Package: usbip Source: linux (6.6.13-1~bpo12+1) Version: 2.0+6.6.13-1~bpo12+1 Installed-Size: 906 Maintainer: Debian Kernel Team Architecture: i386 Depends: usb.ids, libc6 (>= 2.34), libudev1 (>= 183), libwrap0 (>= 7.6-4~) Size: 785860 SHA256: c79126d573243c8187f81a94a740d15dd1a26d5aff01d4f4748a26e9a8568227 SHA1: 9d818d0462aed9019964e8c3a492779bc2703f3b MD5sum: 101321080b91a2aaf964aa3ec273b1fb 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_i386.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: 80 Maintainer: IOhannes m zmölnig (Debian/GNU) Architecture: i386 Depends: libc6 (>= 2.34) Recommends: gstreamer1.0-tools, sudo, v4l-utils, v4l2loopback-dkms | v4l2loopback-modules Size: 41376 SHA256: 09b8bc042d1b31c7388fcda9d61f318c689ab21aac23f03c6865b6fd3191ff97 SHA1: 77ad6864bc1a9343fc4b4277affbb255fc9ca26e MD5sum: 6a3eb15176520920ef0b8f93374bf3a1 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_i386.deb Package: vdr-markad Source: vdr-plugin-markad Version: 3.4.5-3~bpo12+1 Installed-Size: 445 Maintainer: Debian VDR Team Architecture: i386 Depends: libavcodec59 (>= 7:5.0), libavfilter8 (>= 7:5.0), libavformat59 (>= 7:5.0), libavutil57 (>= 7:5.1), libc6 (>= 2.34), libgcc-s1 (>= 4.2), libstdc++6 (>= 5.2), libswresample4 (>= 7:5.0) Size: 159076 SHA256: c1a478ef0cf211586a9d039ff0efddaa213bc0013d00cdebb9b855e306266012 SHA1: 88550e0a257fe823a2386446939e86c2214f1723 MD5sum: f4da3ee9504af2fd0e6b7a3cdb3fee98 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_i386.deb Package: vdr-plugin-markad Version: 3.4.5-3~bpo12+1 Installed-Size: 144 Maintainer: Debian VDR Team Architecture: i386 Depends: vdr-markad, libc6 (>= 2.33), libgcc-s1 (>= 3.0), libstdc++6 (>= 5), vdr-abi-2.6.0-debian Size: 43780 SHA256: f2900b77f4e71b4d6886ed5adbdb2dc3424fb45424c8574f670c5fe19dcd7f52 SHA1: 6b13249f1c2ec30f04cae1b14ea4ec7c3fe24f0d MD5sum: 38e2b070b04b666c2f2c03f127ab8ea2 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_i386.deb Package: vite Version: 1.4-1~bpo12+1 Installed-Size: 4411 Maintainer: Samuel Thibault Architecture: i386 Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.2), libgl1, libglew2.2 (>= 2.2.0-4+b1), libglu1-mesa | libglu1, libopen-trace-format2-10 (>= 3.0.2), libqt5charts5 (>= 5.7.1), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5opengl5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5widgets5 (>= 5.15.1), libqt5xml5 (>= 5.0.2), libstdc++6 (>= 11) Size: 1530704 SHA256: ea42f8cefaa51818e074f80944109a6c88a83984b79c483c95d006b6e4aebe83 SHA1: 395a0341921c1a959e2803e7adf6d491c7eed02d MD5sum: 4b3778ec1fd53876bf723d69c13c3471 Description: Efficient visual trace explorer ViTE is a powerful portable and open source profiling tool to visualize the behaviour of parallel applications. Thanks to its scalable design, ViTE helps programmers to efficiently analyze the performance of potentially large applications. . ViTE currently enables the visualisation of traces using the Pajé format (open format, see http://www-id.imag.fr/Logiciels/paje/) and has various functionalities such as exporting a view in a svg format to integrate the results easily in a report, or viewing statistics. Multi-Arch: foreign Homepage: https://solverstack.gitlabpages.inria.fr/vite/ Section: devel Priority: optional Filename: pool/main/v/vite/vite_1.4-1~bpo12+1_i386.deb Package: vkroots-headers Source: vkroots Version: 0~202301281308git2675710-1~bpo12+1 Installed-Size: 896 Maintainer: Debian Games Team Architecture: i386 Size: 67592 SHA256: 9f97ed02429db7373022161ddb8e9d36ca119ab4d8e0e2386e68e6b2bc31144c SHA1: 016eacdd878e636ca9982bfbebc31ee42bdeabab MD5sum: ffb14e04468d9bf4c8180b7ea7e09de1 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_i386.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: wayland-protocols Version: 1.37-1~bpo12+1 Installed-Size: 750 Maintainer: Debian X Strike Force Architecture: all Size: 89392 SHA256: 4631bb6b40750ab4862576676de84b3b30864128463c6e6e7932db3fe66c0bfe SHA1: 69edee5b8585d74f9cd978ec0b1b860664d978dd MD5sum: 586f1841e081f22d058afb2ea77f68fe 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.37-1~bpo12+1_all.deb Package: webkit2gtk-driver Source: webkit2gtk Version: 2.42.1-1~bpo12+1 Installed-Size: 1612 Maintainer: Debian WebKit Maintainers Architecture: i386 Depends: libwebkit2gtk-4.1-0 (= 2.42.1-1~bpo12+1), libc6 (>= 2.34), libgcc-s1 (>= 7), libglib2.0-0 (>= 2.65.1), libicu72 (>= 72.1~rc-1~), libsoup-3.0-0 (>= 3.0.3), libstdc++6 (>= 12), libsystemd0 Size: 487224 SHA256: 5c9beb7b4050378eceb66582d41c0d75ba4b958e02746110d968c46602f514fc SHA1: 3cd68a666eff1410bd28a641ffbe908ca1902441 MD5sum: b0a63ed2a3eef6bb48039320b271a6e9 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.42.1-1~bpo12+1_i386.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: 21276 Maintainer: Debian Games Team Architecture: i386 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 (>= 7), 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: 5696252 SHA256: 750667ea251876850b3d4328a5433e9e9adfc86f4667031cd812cca13a790b47 SHA1: 96e8714a4bb37ea8c4108d62a3c8905ba5fe23d3 MD5sum: cd54ffc3bd454b26137972e021cf275f 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_i386.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: 2599 Maintainer: Debian Games Team Architecture: i386 Depends: libboost-coroutine1.74.0 (>= 1.74.0+ds1), libboost-filesystem1.74.0 (>= 1.74.0+ds1), libboost-iostreams1.74.0 (>= 1.74.0+ds1), libboost-locale1.74.0 (>= 1.74.0+ds1), libboost-random1.74.0 (>= 1.74.0+ds1), libc6 (>= 2.34), libgcc-s1 (>= 4.2), libssl3 (>= 3.0.0), libstdc++6 (>= 11) Pre-Depends: init-system-helpers (>= 1.54~) Size: 1095116 SHA256: 74653ccf5ee33a55b9881282c00383dfc2024bded11f2b6ce281fae7babec3f9 SHA1: 0ec49cc237e1208beb69ae79f673bb3f57280cc8 MD5sum: 4845cc8711d81f98f1edf9cdf3491318 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_i386.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: 22259 Maintainer: Debian Games Team Architecture: i386 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 (>= 7), 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: 5981716 SHA256: 41e1f34de65fe3e84a9a364762cd1255f1b607b02770f012a85008921ea2c865 SHA1: 1fcf3517da115f9bd5e04357b34e857ad0efb8e2 MD5sum: f03406902db0011da262d46d7fbcfa6f 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_i386.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: 3174 Maintainer: Debian Games Team Architecture: i386 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 (>= 4.2), libssl3 (>= 3.0.0), libstdc++6 (>= 11) Pre-Depends: init-system-helpers (>= 1.54~) Size: 1147564 SHA256: 5f7a94d8cfd433e9a6ede649c3333118cf05e798ff9bf0e63601233e911ed7ef SHA1: 7bf007a9498bf73ce8f632da44cd5b35922a11b0 MD5sum: acfc4602984d3d7e0a9c12c1edbc3901 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_i386.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: 4812 Maintainer: Debian X Strike Force Architecture: i386 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: 926708 SHA256: 63e43e86d0c0b4e19e035b640f71ba8d24a4cb4d77c9d7dc55b7294b22cecaee SHA1: 3ec117ab6e0b2bba7614181843e15a1e59d8aae6 MD5sum: 27de5bee67f94a392ac55a69e28baeab 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_i386.deb Package: wims Version: 2:4.27a+dfsg1-3~bpo12+1 Installed-Size: 39447 Maintainer: Georges Khaznadar Architecture: i386 Replaces: wims-java-applets (<< 4.05b~dfsg1-4) Depends: libc6 (>= 2.34), libcrypt1 (>= 1:4.1.0), libgcc-s1 (>= 3.0), libgd3 (>= 2.1.0~alpha~), libstdc++6 (>= 5.2), imagemagick (>= 4:5.4.4.5-1) | graphicsmagick-imagemagick-compat, pari-gp, gnuplot, maxima (>= 5.26.0), maxima-share, octave, fortunes, cpp, texlive-base, texlive-latex-base, texlive-fonts-recommended, mailutils | mailx, units-filter (>= 3.5), chemeq (>= 2.12), graphviz, ldap-utils, libapache2-mod-fcgid, qrencode, libwebservice-validator-html-w3c-perl, wims-modules (>= 2:4.27a+dfsg1-3~bpo12+1) Pre-Depends: adduser Recommends: apache2 (>= 2.4.6-4~) | httpd, yacas, gap, wims-help Breaks: wims-java-applets (<< 4.05b~dfsg1-4) Size: 17058636 SHA256: b37d274575378d4b7e0cc4ee70088d69082eb2af66ec5447f98366b7c1e091e4 SHA1: 4ba1d3ccb1448bf6410914c4a27218a3a8b33963 MD5sum: 73765c02738c89e141404f2c0a554abe 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_i386.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.20.5+dfsg-1~bpo12+1 Installed-Size: 1777 Maintainer: Debian Samba Maintainers Architecture: i386 Replaces: samba (<< 2:4.16.6+dfsg-5~), samba-libs (<< 2:4.16.6+dfsg-5~) Depends: samba-common (= 2:4.20.5+dfsg-1~bpo12+1), samba-common-bin (= 2:4.20.5+dfsg-1~bpo12+1), libwbclient0 (= 2:4.20.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), libndr4 (>= 2:4.20.0~rc1), libpopt0 (>= 1.14), libsmbldap2 (>= 2:4.16.6), libtalloc2 (>= 2.4.2~), libtdb1 (>= 1.4.10~), libtevent0 (>= 0.16.1~), samba-libs (= 2:4.20.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: 482244 SHA256: 0c4c8975aee0402179243aa56aa23a5f216b020e2213421074285a4fab0fbcb4 SHA1: d610f1624c560857a47c844c62b4a5ab651a9158 MD5sum: fc8acb9a997e61cd749365a77c6be1a9 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.20.5+dfsg-1~bpo12+1_i386.deb Package: winpr3-utils Source: freerdp3 Version: 3.5.1+dfsg1-5~bpo12+1 Installed-Size: 173 Maintainer: Debian Remote Maintainers Architecture: i386 Depends: libc6 (>= 2.34), libwinpr-tools3-3 (= 3.5.1+dfsg1-5~bpo12+1), libwinpr3-3 (>= 3.0.0) Size: 37272 SHA256: 68c7fde662e304d19539d63af84967eac4cb0a10b5e7b62e6885bfa56d56a457 SHA1: 7d764e6043eb760819d79afd2d242d78caba119a MD5sum: aec64d11b2e3aacc9f7249410cee6be2 Description: Windows Portable Runtime library command line utilities WinPR is a spin-off project of FreeRDP which aims at providing a portable implementation of important portions of the Windows API. Just like FreeRDP, WinPR is released under the Apache license. Unlike Wine, WinPR does not provide binary compatibility, and does not require applications to be built for Windows. Instead, WinPR provides API compatibility for applications targeting non-Windows environments. When on Windows, the original native API is being used instead of the equivalent WinPR implementation, without having to modify the code using it. . This package contains WinPR command line utils (winpr-hash, winpr-makecert). Multi-Arch: foreign Homepage: https://www.freerdp.com/ Section: utils Priority: optional Filename: pool/main/f/freerdp3/winpr3-utils_3.5.1+dfsg1-5~bpo12+1_i386.deb Package: wireguard-go Version: 0.0.20231211-1~bpo12+1 Installed-Size: 2542 Maintainer: Debian Go Packaging Team Architecture: i386 Depends: libc6 (>= 2.34) Size: 896292 SHA256: 32764bb8533a55fe06289ebebe35073e802bef98e4f74161349c119faa35a49f SHA1: 3c5e2e9655057b9ddff086d8e43e0d0247c4a089 MD5sum: 3fc8716f785449ab499d96ff83014380 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_i386.deb Package: wireplumber Version: 0.5.6-1~bpo12+1 Installed-Size: 604 Maintainer: Utopia Maintenance Team Architecture: i386 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.6-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: 105216 SHA256: a0b0c72e98f5f4ac76f185af4d357c2048c785e2f6ec418bb7f1e1dfedb8eccb SHA1: 3fbf3e5e15667d31b2954c5e26784edfd5731aaa MD5sum: ca43ee8d86234f94f88c458481a1e1ba 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.6-1~bpo12+1_i386.deb Package: wireplumber-doc Source: wireplumber Version: 0.5.6-1~bpo12+1 Installed-Size: 7075 Maintainer: Utopia Maintenance Team Architecture: all Size: 3129780 SHA256: 27b96e1eda66df79e06b5a25118ace33f455a027122fda984c604ff2a909f7fe SHA1: d493b1252ae7aa858f00953b6a9949c5082dc1dd MD5sum: 5d698bceba231482bfe2986f05f96d55 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.6-1~bpo12+1_all.deb Package: wsjtx Version: 2.7.0~rc6+dfsg-1~bpo12+1 Installed-Size: 10097 Maintainer: Debian Hamradio Maintainers Architecture: i386 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 (>= 7), 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: 2448304 SHA256: db761b48765b4de8d0db880963f8778ecab8a0b4cfad68c16b9d4d11f32fe21f SHA1: 256dafa0c34e948c8cfdcdc4c2ca10738a2f5674 MD5sum: d6ac2ffdfa5b41b1cf84a07df829cfbe 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_i386.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.6-5~bpo12+1 Installed-Size: 287 Maintainer: Debian Accessibility Team Architecture: i386 Depends: libbrlapi0.8 (>= 6.6), libc6 (>= 2.34), libicu72 (>= 72.1~rc-1~), libx11-6, libxfixes3, libxtst6 Size: 148564 SHA256: dc61d71eac42c9e09e21154b2ada5de926eb747bdb8af7cce1441ef4387d1203 SHA1: 741f9caa642d2dcbab0174aff308818dd7ac1152 MD5sum: 30247a1a953c59920584881a8bdc8a64 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.6-5~bpo12+1_i386.deb Package: xdiskusage Version: 1.60-4~bpo12+1 Installed-Size: 74 Maintainer: Debian QA Group Architecture: i386 Depends: libc6 (>= 2.34), libfltk1.3 (>= 1.3.1), libgcc-s1 (>= 3.0), libstdc++6 (>= 5) Size: 28032 SHA256: 92a88321d13861986c68efd151d650c05dfd154d91b008d6c44c4567c04e2960 SHA1: f2831c8c8d9504d46f9f1a62173f7ab1089a66bb MD5sum: 0ed9070708c04182ae7b1f20cda4f402 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_i386.deb Package: xfce4-clipman Source: xfce4-clipman-plugin Version: 2:1.6.5-1~bpo12+1 Installed-Size: 1022 Maintainer: Debian Xfce Maintainers Architecture: i386 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: 171700 SHA256: 7e2dca8480fefcf272f685335db8b26af081ae3553acf84c9e35469039e30891 SHA1: 03af4cf557caf3413b693a747226f07038b896da MD5sum: 2b620b92db8bca4984c2c834ff44f705 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_i386.deb Package: xfce4-clipman-plugin Version: 2:1.6.5-1~bpo12+1 Installed-Size: 122 Maintainer: Debian Xfce Maintainers Architecture: i386 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: 42328 SHA256: d139170660b029cb5ebdb2d3c70f54282536e5deceefd721e0f702c2bc9d73eb SHA1: 0c303550747b4984c50b68f24ccf9667a0e8855c MD5sum: 987d9fca6ae39342a2bf4f2da1e28392 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_i386.deb Package: xmake Version: 2.9.5+ds-1~bpo12+1 Installed-Size: 706 Maintainer: Lance Lin Architecture: i386 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), 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.5+ds-1~bpo12+1) Recommends: doxygen Size: 282736 SHA256: b763c460b351dcb62eabb3d7a62b9a2d2c48cc1a039920d04f2ff40fa323122b SHA1: 4ec43cc5c2581f244cfdd80b08e3cd0dae8dfb35 MD5sum: eb4fe0dc3363c33f6714899807cb9eb4 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.5+ds-1~bpo12+1_i386.deb Package: xmake-data Source: xmake Version: 2.9.5+ds-1~bpo12+1 Installed-Size: 7588 Maintainer: Lance Lin Architecture: all Recommends: make, cmake Size: 747128 SHA256: cd4be69b2d435e1e89f4a29460870e5e8b45fe1c270381f917602fa4fa6da09f SHA1: fb75ef2e79e2ffd4f4f726b481d31c2e53c23a4c MD5sum: cecb7e8eae2182e6de32c00fc26ecc0a 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.5+ds-1~bpo12+1_all.deb Package: xmpp-dns Version: 0.3.11-1~bpo12+1 Installed-Size: 3900 Maintainer: Debian Go Packaging Team Architecture: i386 Depends: libc6 (>= 2.34) Size: 1354380 SHA256: 65be69026105a85535e3cc8111b6385a2c637ba2bcc2702270bfac39dce8eb8f SHA1: ee120ff37c5ec5a2541570225b04ed39eac3ba63 MD5sum: 4626ffa3200eadd05604d27e64d29244 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.19 (= 1.19.8-2), golang-debian-mdosch-xmppsrv (= 0.2.6-1~bpo12+1), golang-github-pborman-getopt (= 1.1.0-2) Section: net Priority: optional Filename: pool/main/x/xmpp-dns/xmpp-dns_0.3.11-1~bpo12+1_i386.deb Package: xrdp Version: 0.9.24-5~bpo12+1 Installed-Size: 3205 Maintainer: Debian Remote Maintainers Architecture: i386 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: 526540 SHA256: fee83ef278cd2f29d6d2523fbd3276108adb107df1c81386edf8373ab7727a61 SHA1: 373cc4d676a46172d6597ec59dea80237de01241 MD5sum: 145dd27f4bea2c3cc8cabc931fa9fd2a 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_i386.deb Package: xscreensaver Version: 6.08+dfsg1-1~bpo12+1 Installed-Size: 1695 Maintainer: Tormod Volden Architecture: i386 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: 415352 SHA256: 5301d69d591e6f992292c546a67b102a8c988285a77025dbf762a5a88859b2a0 SHA1: 805a2b24c761da07df3972ea58bef4d72d0741bc MD5sum: 3c37d360e0bc019bc81eb49c1478bdfa 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_i386.deb Package: xscreensaver-data Source: xscreensaver Version: 6.08+dfsg1-1~bpo12+1 Installed-Size: 2383 Maintainer: Tormod Volden Architecture: i386 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: 390144 SHA256: 0576c4d5596181208efa7cb665b3b7978e6c37d0305b954609834d70f3eb9fb1 SHA1: b9e981e07be7fe9ae5192aa1bcc2b7df2a6f5b58 MD5sum: 7e6b235f5d2d92c481df65a0b7910da1 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_i386.deb Package: xscreensaver-data-extra Source: xscreensaver Version: 6.08+dfsg1-1~bpo12+1 Installed-Size: 8356 Maintainer: Tormod Volden Architecture: i386 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: 1378988 SHA256: b8a33a83e641f5bad40488d224373f9f3d737588b5be10dc8422381fc5c5eb95 SHA1: 7c1e61733a4e839952db4cd9b6bb83d2d86d811c MD5sum: b24abcb5d5461101089daade5a538b61 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_i386.deb Package: xscreensaver-gl Source: xscreensaver Version: 6.08+dfsg1-1~bpo12+1 Installed-Size: 23471 Maintainer: Tormod Volden Architecture: i386 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: 8530348 SHA256: 448539de9ba21159b1c906caac95c795351630b0781695a32fe3e49a96e9936a SHA1: 609ad8803e5973b2f297080faae64f4121e99da4 MD5sum: 86eae850e72959b0520b7fbe15981f35 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_i386.deb Package: xscreensaver-gl-extra Source: xscreensaver Version: 6.08+dfsg1-1~bpo12+1 Installed-Size: 11473 Maintainer: Tormod Volden Architecture: i386 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: 4765588 SHA256: b48543b9af044c56abab6e885839e2e04c4ec8835e706ff4de33b66fba1bd03b SHA1: e92d42665c2a79067bb685196a1b399b981f9234 MD5sum: 86331dbf375a44845af80ffe5d98bc12 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_i386.deb Package: xscreensaver-screensaver-bsod Source: xscreensaver Version: 6.08+dfsg1-1~bpo12+1 Installed-Size: 434 Maintainer: Tormod Volden Architecture: i386 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: 232384 SHA256: fb673410b89609dad9cec504869e04129dc0c889c380d0493de63d24f952f559 SHA1: df2b0f14f3724d1f9e4143b1907355b81b9fa812 MD5sum: 3c278b41b8c7aca450915371b57fce8a 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_i386.deb Package: xscreensaver-screensaver-webcollage Source: xscreensaver Version: 6.08+dfsg1-1~bpo12+1 Installed-Size: 179 Maintainer: Tormod Volden Architecture: i386 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: 50008 SHA256: af3626db102312544b75c4ce52ac3d4d1c705c8d873753c56431fbb582e656ab SHA1: 5c74d3d5ea76c552baab7fd8eb6756930517555e MD5sum: 79f5b4f121cc5d60105c1db8cf6e12c9 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_i386.deb Package: yara Version: 4.5.2-1~bpo12+1 Installed-Size: 74 Maintainer: Debian Security Tools Architecture: i386 Depends: libc6 (>= 2.34), libyara10 (>= 4.3.0~) Size: 24044 SHA256: 1452093ec2330acdcca3e5f0266c849e80417034660a1c2dd53d9fdc6eb06321 SHA1: b2e5ecbb651cb1bb00ce46895b03fcbc06103199 MD5sum: 318ceeebe349d147fe80535876ba9c92 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_i386.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.8-1~bpo12+1 Installed-Size: 15956 Maintainer: Debian Go Packaging Team Architecture: i386 Depends: debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), adduser Size: 4169600 SHA256: 473f406905ed071870f26416639ba3f1e8e09cd051801e19b1867c7a59d9c5e0 SHA1: dd86fce384161735b54d858c06183b6cc2a81fc7 MD5sum: 121cc2a319ea2f4bd9bd4ebaeb73e581 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.1-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-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.1.0.125.gf243826-4), golang-github-vishvananda-netns (= 0.0~git20211101.5004558-1), golang-github-willf-bloom (= 3.3.1-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.11-5~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.8-1~bpo12+1_i386.deb Package: yorick-gyoto Source: gyoto Version: 2.0.2-1~bpo12+1 Installed-Size: 1151 Maintainer: Debian Astronomy Maintainers Architecture: i386 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.0), libgyoto9 (>= 2.0.2), libopenmpi3 (>= 4.1.4), libstdc++6 (>= 11), libxerces-c3.2, yorick (>= 2.1.05), yorick-yutils (>= 1.3), yorick-gy, gir1.2-gtk-3.0 Size: 339332 SHA256: 09222caaf642bd6506d937d9757d6c64501ad3c4caa7ce1158c06608d19d4216 SHA1: e13fcaa0299f8f356e50a469a8127bc2bd2ab3db MD5sum: d368103f57d8645860f4936c4abe5640 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_i386.deb Package: yt-dlp Version: 2024.10.07-1~bpo12+1 Installed-Size: 10671 Maintainer: Unit 193 Architecture: all Depends: python3-brotli, python3-certifi, python3-mutagen, python3-pycryptodome, python3-requests, python3-urllib3, python3-websockets, python3:any, python3-pkg-resources Recommends: aria2 | wget | curl, ca-certificates, ffmpeg Suggests: libfribidi-bin | bidiv, phantomjs Size: 2025112 SHA256: 44f165188a6685d2277a5963486beb70181d7d1c4c4dd7e78eae0af12ec9db39 SHA1: c116bb44666f2c22020e5037448ab58a9cbd0b17 MD5sum: d77dc9220951091c29464dacba8c9ccb 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, afreecatv, 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, 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, BilibiliFavoritesList, BiliBiliPlayer, BilibiliPlaylist, BiliBiliSearch, BilibiliSeriesList, BilibiliSpaceAudio, BilibiliSpaceVideo, BilibiliWatchlater, BiliIntl, BiliLive, BioBioChileTV, Biography, BitChute, BitChuteChannel, BlackboardCollaborate, BleacherReport, BleacherReportCMS, blerp, blogger.com, Bloomberg, BokeCC, BongaCams, Boosty, BostonGlobe, Box, BoxCastVideo, Bpb, BR, BrainPOP, BrainPOPELL, BrainPOPEsp, BrainPOPFr, BrainPOPIl, BrainPOPJr, BravoTV, BreitBart, Bundesliga, Bundestag, BusinessInsider, BuzzFeed, BYUtv, CaffeineTV, Callin, Caltrans, CAM4, Camdemy, CamdemyFolder, CamFMEpisode, CamFMShow, CamModels, Camsoda, CamtasiaEmbed, Canal1, CanalAlpha, canalc2.tv, Canalplus, CaracolTvPlay, CartoonNetwork, cbc.ca, CBS, CBSLocal, CBSLocalArticle, CBSLocalLive, cbsnews, cbssports, CCMA, CCTV, CDA, 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, CNNArticle, CNNBlogs, CNNIndonesia, ComedyCentral, ComedyCentralTV, ConanClassic, CondeNast, CONtv, CookingChannel, Corus, Coub, CozyTV, cp24, cpac, Cracked, Crackle, Craftsy, CrooksAndLiars, CrowdBunker, CrowdBunkerChannel, Crtvg, crunchyroll, 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, DeezerAlbum, DeezerPlaylist, democracynow, DestinationAmerica, DetikEmbed, DeuxM, DeuxMNews, DHM, DigitalConcertHall, DigitallySpeaking, Digiteka, DiscogsReleasePlaylist, DiscoveryLife, DiscoveryNetworksDe, DiscoveryPlus, DiscoveryPlusIndia, DiscoveryPlusIndiaShow, DiscoveryPlusItaly, DiscoveryPlusItalyShow, Disney, dlf, Douyin, DouyuShow, DouyuTV, DPlay, DRBonanza, Drooble, Dropbox, Dropout, DropoutSeason, 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, FranceCulture, FranceInter, FranceTV, francetvinfo.fr, FranceTVSite, Freesound, freespeech.org, FreeTvMovies, FrontendMasters, FrontendMastersCourse, FrontendMastersLesson, FujiTVFODPlus7, Funimation, Funk, Funker530, Fux, FuyinTV, Gab, GabTV, Gaia, 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, Ketnet, 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, 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, mildom, 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, 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, PatreonCampaign, pbs, PBSKids, PearVideo, PeekVids, peer.tv, PeerTube, peloton, PerformGroup, periscope, PGATour, PhilharmonieDeParis, phoenix.de, Photobucket, Piapro, PIAULIZAPortal, Picarto, PicartoVod, Piksel, Pinkbike, Pinterest, PinterestCollection, Pladform, PlanetMarathi, Platzi, PlatziCourse, player.sky.it, playeur, PlayPlusTV, PlaySuisse, Playtvak, PlayVids, Playwire, pluralsight, PlutoTV, PodbayFM, PodbayFMChannel, Podchaser, podomatic, Pokemon, PokemonWatch, 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, 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, RTVS, 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, SenateGov, SenateISVP, 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, Sohu, SohuV, SonyLIV, SonyLIVSeries, soundcloud, SoundcloudEmbed, soundgasm, southpark.cc.com, southpark.de, southpark.lat, southpark.nl, southparkstudios.dk, SovietsCloset, SovietsClosetPlaylist, SpankBang, SpankBangPlaylist, Spiegel, Sport5, SportBox, SportDeutschland, spotify, Spreaker, SpreakerPage, SpreakerShow, SpreakerShowPage, SpringboardPlatform, Sprout, SproutVideo, SRGSSR, SRGSSRPlay, StacommuLive, StacommuVOD, StagePlusVODConcert, stanfordoc, StarTrek, startv, Steam, SteamCommunityBroadcast, Stitcher, StitcherShow, StoryFire, StoryFireSeries, StoryFireUser, Streamable, StreamCZ, StreetVoice, StretchInternet, Stripchat, 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, Tweakers, TwitCasting, TwitCastingLive, TwitCastingUser, TwitchCollection, TwitchVideos, TwitchVideosClips, TwitchVideosCollections, twitter, Txxx, udemy, UDNEmbed, UFCArabia, UFCTV, ukcolumn, UKTVPlay, Unistra, Unity, uol.com.br, uplynk, Urort, URPlay, USANetwork, USAToday, ustream, ustudio, Varzesh3, Vbox7, Veo, Veoh, 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, viki, vimeo, ViMP, Vine, Viously, Viqeo, Viu, ViuOTTIndonesia, vk, VKPlay, VKPlayLive, vm.tiktok, Vocaroo, VODPl, VODPlatform, voicy, VolejTV, VoxMedia, VoxMediaVolume, vpro, VRT, VrtNU, 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_2024.10.07-1~bpo12+1_all.deb Package: yubihsm-auth Source: yubihsm-shell Version: 2.6.0-3~bpo12+1 Installed-Size: 48 Maintainer: Debian Security Tools Architecture: i386 Depends: libc6 (>= 2.34), libssl3 (>= 3.0.0), libykhsmauth2 (>= 2.6.0) Size: 18632 SHA256: 523c2f39ad3fb70cf42830cda100108f07aa53bf6b88bbd48cd1d8666aeb176a SHA1: 2b48961e6041b818bc5f35f15f52525440dd3b3e MD5sum: d3392bd0d114369d222b4772dfb2f86c 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_i386.deb Package: yubihsm-connector Version: 3.0.5-1~bpo12+1 Installed-Size: 8810 Maintainer: Debian Security Tools Architecture: i386 Depends: adduser, libc6 (>= 2.34), libusb-1.0-0 (>= 2:1.0.22) Pre-Depends: init-system-helpers (>= 1.54~) Size: 2921156 SHA256: 978d57081d7f1b69e53db61d531c1b453ea8fff9833618da1e7ccefc0842146e SHA1: 201a009e6a847a49d42c2ae1cffc19f98368b19f MD5sum: 42131c344f7101fa489842203bb3a2cd 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_i386.deb Package: yubihsm-pkcs11 Source: yubihsm-shell Version: 2.6.0-3~bpo12+1 Installed-Size: 570 Maintainer: Debian Security Tools Architecture: i386 Depends: libyubihsm2 (= 2.6.0-3~bpo12+1), libc6 (>= 2.33), libssl3 (>= 3.0.0) Size: 128752 SHA256: 92e3c01856a91b25c358f2004d24819797dcc9158415518e243d09633f840a5a SHA1: a23b08250c53aa807fc0fd8f43d757af26c01ef6 MD5sum: 8704e70937d7bb4f4d6dd44f32de82dc 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_i386.deb Package: yubihsm-shell Version: 2.6.0-3~bpo12+1 Installed-Size: 207 Maintainer: Debian Security Tools Architecture: i386 Depends: libc6 (>= 2.34), libedit2 (>= 2.11-20080614-0), libssl3 (>= 3.0.0), libykhsmauth2 (>= 2.6.0), libyubihsm2 (>= 2.6.0) Size: 65516 SHA256: 73ad48398dd97889182c655454155ca4333a05d9c1cf27e351c71bedc53a0467 SHA1: 8dc3f9e14629c5dabf7f9c510c89d2a89b22a739 MD5sum: 5f1212ab33261590d4a45ae2750bbe52 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_i386.deb Package: yubihsm-wrap Source: yubihsm-shell Version: 2.6.0-3~bpo12+1 Installed-Size: 52 Maintainer: Debian Security Tools Architecture: i386 Depends: libc6 (>= 2.34), libssl3 (>= 3.0.0), libyubihsm2 (>= 2.6.0) Size: 17748 SHA256: bc4e567ef5b209eabaf31553793cefc93434663c954f253b19f5a585af0f933d SHA1: 00c85efc2e858ad4a7b3e2142d49c69f805e182d MD5sum: 69538a1f4affed575edd1e80eed73ac4 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_i386.deb Package: zabbix-agent Source: zabbix Version: 1:7.0.2+dfsg-1~bpo12+1 Installed-Size: 1399 Maintainer: Dmitry Smirnov Architecture: i386 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: 785844 SHA256: cea0d2996005303aebd9f37cb3ef9b73a2ab80f3b809231c57482902ea175e3a SHA1: adabfdf50bf3d1088f540ca7df168f19ecf0a743 MD5sum: e063369b550638cba371eef26b97a14f 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.2+dfsg-1~bpo12+1_i386.deb Package: zabbix-agent2 Source: zabbix Version: 1:7.0.2+dfsg-1~bpo12+1 Installed-Size: 15541 Maintainer: Dmitry Smirnov Architecture: i386 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: 4919116 SHA256: f2e18db1f243778e138de2fd318a57889542736d308d8e007b50ce645c6f1828 SHA1: a1fab499a3eebd24640d93af0584902229ce2aac MD5sum: 0a0a0f2c7a37bb2cc51bca7f00e4e071 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.2+dfsg-1~bpo12+1_i386.deb Package: zabbix-frontend-php Source: zabbix Version: 1:7.0.2+dfsg-1~bpo12+1 Installed-Size: 82364 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: 23177040 SHA256: b9e27c7348db24978c8496972b7a4f76a85daefc6a5901a2a74a256688817035 SHA1: 2108189403cc543050ab58b5771dbaefb173df02 MD5sum: b98028c255e6d77913b85562e31e07af 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.2+dfsg-1~bpo12+1_all.deb Package: zabbix-java-gateway Source: zabbix Version: 1:7.0.2+dfsg-1~bpo12+1 Installed-Size: 578 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: 512764 SHA256: 0c2731f05b90d0c8fc5cb48b549d00187bf0ef8f6b562566ccad51b78c5c1933 SHA1: 4eab3d42a6df3d5d3175c8c8a049d8648934b3b6 MD5sum: f9ca6b9bd668b39b2779a0782d3d9201 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.2+dfsg-1~bpo12+1_all.deb Package: zabbix-proxy-mysql Source: zabbix Version: 1:7.0.2+dfsg-1~bpo12+1 Installed-Size: 7062 Maintainer: Dmitry Smirnov Architecture: i386 Depends: libc6 (>= 2.34), libcurl3-gnutls (>= 7.16.3), libevent-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: 2061576 SHA256: c53ce15dfc34c3be62954e3ce5013c8759529f04bf4886f43c0fed16f575a0f5 SHA1: 93c29e8a3aadf24a7a5a054e0b1d8d84f44b4b80 MD5sum: cf09be4332ac05d5546f6acb4818170f 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.2+dfsg-1~bpo12+1_i386.deb Package: zabbix-proxy-pgsql Source: zabbix Version: 1:7.0.2+dfsg-1~bpo12+1 Installed-Size: 7066 Maintainer: Dmitry Smirnov Architecture: i386 Depends: libc6 (>= 2.34), libcurl3-gnutls (>= 7.16.3), libevent-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: 2062592 SHA256: 1375df0bc8e16a7e8c7b553e83559d61c94ccc6a9b80e81ecbf18992c7399554 SHA1: b1737715092d288b0fd672df188355758d0599cb MD5sum: 24bea02a865874f9670510479aa845f4 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.2+dfsg-1~bpo12+1_i386.deb Package: zabbix-proxy-sqlite3 Source: zabbix Version: 1:7.0.2+dfsg-1~bpo12+1 Installed-Size: 6488 Maintainer: Dmitry Smirnov Architecture: i386 Depends: libc6 (>= 2.34), libcurl3-gnutls (>= 7.16.3), libevent-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: 1914132 SHA256: 8711a601ca3bf85e39c11c5b6acb8abb2972f94d20e5be7b304002820c84e676 SHA1: c2d85304cf1b62cf71af210ad131120f2485a276 MD5sum: 1a0089d26aa60787e6c200f4b5e940e0 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.2+dfsg-1~bpo12+1_i386.deb Package: zabbix-sender Source: zabbix Version: 1:7.0.2+dfsg-1~bpo12+1 Installed-Size: 899 Maintainer: Dmitry Smirnov Architecture: i386 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: 611724 SHA256: 971f635e94f417ae6d9ccdb1ab3a91a45f147d85558a4159840ff29e4c0faace SHA1: 4f24f20a131c50098470a2d40eda6f92789ad0ed MD5sum: b72d84960d357dd359124e0c053daeba 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.2+dfsg-1~bpo12+1_i386.deb Package: zabbix-server-mysql Source: zabbix Version: 1:7.0.2+dfsg-1~bpo12+1 Installed-Size: 12674 Maintainer: Dmitry Smirnov Architecture: i386 Depends: libc6 (>= 2.34), libcurl3-gnutls (>= 7.16.3), libevent-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: 6417760 SHA256: a0028658b167fceeeac5d739e92d67fc367a6ca0b161659d99f48e7ee64fc1de SHA1: 33a9b343b8725f29bce9ec9ea76bb3d9dfc2dfe9 MD5sum: fc6f50230efea48c89072b377e5646ad 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.2+dfsg-1~bpo12+1_i386.deb Package: zabbix-server-pgsql Source: zabbix Version: 1:7.0.2+dfsg-1~bpo12+1 Installed-Size: 12640 Maintainer: Dmitry Smirnov Architecture: i386 Depends: libc6 (>= 2.34), libcurl3-gnutls (>= 7.16.3), libevent-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: 6374380 SHA256: 6ae7cd24272c15fc8a4648bb172179156f2a90714ee4a5becd15d4cb4cd777a0 SHA1: 31733d4e62de7ffe20f4f081f09ed2a6215e27d6 MD5sum: 6c7e40afb2d443562bfdf0c845723b75 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.2+dfsg-1~bpo12+1_i386.deb Package: zabbix-web-service Source: zabbix Version: 1:7.0.2+dfsg-1~bpo12+1 Installed-Size: 9440 Maintainer: Dmitry Smirnov Architecture: i386 Depends: libc6 (>= 2.34), adduser, sysvinit-utils (>= 3.05-4~) Pre-Depends: init-system-helpers (>= 1.54~) Recommends: chromium Suggests: logrotate Size: 2913252 SHA256: 1e8806bef4bf450b6bd2cf742738cde8a3e55914d685b63a811df76c815352a2 SHA1: 5693ed39685d85842b36f0a08a5f799d304f0a6b MD5sum: 8bdb799084dc922ea25886b1581f716e 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.2+dfsg-1~bpo12+1_i386.deb Package: zchunk Version: 1.3.1+ds1-1~bpo12+1 Installed-Size: 126 Maintainer: RPM packaging team Architecture: i386 Depends: libc6 (>= 2.34), libcurl4 (>= 7.16.2), libzck1 (= 1.3.1+ds1-1~bpo12+1) Size: 31884 SHA256: c3ae8eccbabef1dd3cf829da81cffb1b2360143777e42be5193454383f7136ea SHA1: 971727ac3ba0e06c200860bde402535fb82b246c MD5sum: 145a80bc5c295c13969bb54502d145c7 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_i386.deb