Package: 7zip Version: 24.09+dfsg-2~bpo12+1 Installed-Size: 6721 Maintainer: YOKOTA Hiroshi Architecture: amd64 Replaces: p7zip (<= 16.02+dfsg-8), p7zip-full (<= 16.02+dfsg-8) Provides: p7zip, p7zip-full Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 5) Suggests: 7zip-standalone, 7zip-rar Breaks: p7zip (<= 16.02+dfsg-8), p7zip-full (<= 16.02+dfsg-8) Size: 1529280 SHA256: 0a0ad6d1b5cba2877c512cc9d2bece206ab3ea9c99a13817fcc20f3218d7cbe8 SHA1: 46e3b5af5760de42ac4bea7d8baf5d4bdb8d428a MD5sum: a4fa0f050c1570cb5c65797f425dbb10 Description: 7-Zip file archiver with a high compression ratio 7-Zip is a file archiver with a high compression ratio. The main features of 7-Zip are: * High compression ratio in 7z format with LZMA and LZMA2 compression * Supported formats: * Packing / unpacking: 7z, XZ, BZIP2, GZIP, TAR, ZIP and WIM * Unpacking only: AR, ARJ, CAB, CHM, CPIO, CramFS, DMG, EXT, FAT, GPT, HFS, IHEX, ISO, LZH, LZMA, MBR, MSI, NSIS, NTFS, QCOW2, RPM, SquashFS, UDF, UEFI, VDI, VHD, VMDK, WIM, XAR and Z. * For ZIP and GZIP formats, 7-Zip provides a compression ratio that is 2-10 % better than the ratio provided by PKZip and WinZip * Strong AES-256 encryption in 7z and ZIP formats * Powerful command line version . "7zip" provides: * /usr/bin/7z: Full featured with plugin functionality. * /usr/bin/7za: Major formats/features only. * /usr/bin/7zr: LZMA (.7z, .lzma, .xz) only. Minimal executable. . Note: The unRAR code was dropped to keep compatible with DFSG. Install 7zip-rar package in non-free section to use RAR files. Homepage: https://www.7-zip.org/ Section: utils Priority: optional Filename: pool/main/7/7zip/7zip_24.09+dfsg-2~bpo12+1_amd64.deb Package: 7zip-standalone Source: 7zip Version: 24.09+dfsg-2~bpo12+1 Installed-Size: 2578 Maintainer: YOKOTA Hiroshi Architecture: amd64 Replaces: 7zip (<< 23.01+dfsg-4~) Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 5) Suggests: 7zip (= 24.09+dfsg-2~bpo12+1) Size: 975136 SHA256: 89056502c53ae34145dce819827a925b5f731996ba54809e110d4bf15f45b70d SHA1: c55bbf2a6b078b629761def9528d9486136299fe MD5sum: 1215f5a8220a46bdb62ca73e578f3d8d Description: 7-Zip file archiver with a high compression ratio (standalone) 7-Zip is a file archiver with a high compression ratio. . "7zip-standalone" provides: * /usr/bin/7zz: Full featured except plugins, standalone executable. This means 7zz can't work with unRAR plugin that provided by 7zip-rar package. Use 7zip package for unRAR plugin. . Note: If you want to create SFX archive, you also needs 7zip package for SFX stub module. Homepage: https://www.7-zip.org/ Section: utils Priority: optional Filename: pool/main/7/7zip/7zip-standalone_24.09+dfsg-2~bpo12+1_amd64.deb Package: accerciser Version: 3.44.1-1~bpo12+1 Installed-Size: 3961 Maintainer: Debian Accessibility Team Architecture: all Depends: dconf-gsettings-backend | gsettings-backend, python3:any, ipython3, gir1.2-atk-1.0, gir1.2-gdkpixbuf-2.0, gir1.2-glib-2.0, gir1.2-gtk-3.0, gir1.2-pango-1.0, gir1.2-rsvg-2.0, gir1.2-wnck-3.0, python3-cairo, python3-gi-cairo, python3-pyatspi Size: 850664 SHA256: 0eba59d8307fe5317de321d031986056351209c988a14ca7bb086fb7e8629b0e SHA1: 9e9f309fcaa9f05348fa353cf2db5650a690ed51 MD5sum: 22c86af78fe168908f2d37a35ad6f78a 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.44.1-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-4~bpo12+1) Version: 1:34.0.5-4~bpo12+1 Installed-Size: 786 Maintainer: Android Tools Maintainers Architecture: amd64 Provides: android-tools-adb Depends: android-libbase (>= 34.0.5), android-libboringssl (>= 13.0.0+r24), android-libcutils (= 1:34.0.5-4~bpo12+1), android-liblog (>= 34.0.5), android-libziparchive (>= 34.0.5), libbrotli1 (>= 0.6.0), libc6 (>= 2.34), libgcc-s1 (>= 3.0), liblz4-1 (>= 0.0~r130), libprotobuf32 (>= 3.21.12), libstdc++6 (>= 12), libusb-1.0-0 (>= 2:1.0.16), libzstd1 (>= 1.5.2) Recommends: android-sdk-platform-tools-common (>= 28.0.2~) Size: 276040 SHA256: 61fc1720fc93ee71fcb7b1c52ab26be992ef02aead779daae686b2ae0154c0f1 SHA1: fde6cc9ed53169ff351ace0c4a299300cf65de09 MD5sum: 57a2c143af331c6471c2237ed04a62c0 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-4~bpo12+1_amd64.deb Package: adbd Source: android-platform-tools Version: 34.0.5-4~bpo12+1 Installed-Size: 502 Maintainer: Android Tools Maintainers Architecture: amd64 Replaces: android-tools-adbd (<< 6.0~) Provides: android-tools-adbd Depends: android-libbase (>= 34.0.5), android-libboringssl (>= 13.0.0+r24), android-libcutils (= 1:34.0.5-4~bpo12+1), android-liblog (>= 34.0.5), libbrotli1 (>= 0.6.0), libc6 (>= 2.34), libgcc-s1 (>= 3.0), liblz4-1 (>= 0.0~r127), libprotobuf32 (>= 3.21.12), libstdc++6 (>= 12), libsystemd0, libzstd1 (>= 1.5.2) Breaks: android-tools-adbd (<< 6.0~) Size: 171176 SHA256: c867535b0e3330ab72b5d9b8567ef08ab29e36647b91ddc3368c8f1c5c5006e4 SHA1: e56eadcee2c2f76f3272c1232c9c77e244dc946b MD5sum: 950666cef66d1c9243254b43682b0767 Description: Android Debug Bridge daemon Android Debug Bridge (adb) is a versatile tool that lets you manage the state of an emulator instance or Android-powered device. It is a client-server program that includes three components: . A client, which runs on your development machine. You can invoke a client from a shell by issuing an adb command. Other Android tools such as the ADT plugin and DDMS also create adb clients. . A server, which runs as a background process on your development machine. The server manages communication between the client and the adb daemon running on an emulator or device. . A daemon, which runs as a background process on each emulator or device instance. . This package provides the daemon component. Multi-Arch: foreign Homepage: https://developer.android.com/studio/releases/platform-tools Section: utils Priority: optional Filename: pool/main/a/android-platform-tools/adbd_34.0.5-4~bpo12+1_amd64.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-4~bpo12+1) Version: 1:34.0.5-4~bpo12+1 Installed-Size: 618 Maintainer: Android Tools Maintainers Architecture: amd64 Depends: android-libbase (= 1:34.0.5-4~bpo12+1), android-liblog (>= 34.0.5), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 11), 7zip Breaks: android-libbacktrace-dev (<< 1:33) Size: 157072 SHA256: 826c6b8bef07ff52e9a1e6d2995588a77dbe8a816f21c13e83854cdece703ab7 SHA1: ae2de5c92a53a0215c269f802d862e9049b4e03f MD5sum: d8794f740700e851ed65d629aced5a80 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-4~bpo12+1_amd64.deb Package: android-libbacktrace-dev Source: android-platform-tools (34.0.5-4~bpo12+1) Version: 1:34.0.5-4~bpo12+1 Installed-Size: 63 Maintainer: Android Tools Maintainers Architecture: amd64 Replaces: android-libbacktrace (<< 1:33) Depends: android-libbacktrace (= 1:34.0.5-4~bpo12+1) Breaks: android-libbacktrace (<< 1:33) Size: 21156 SHA256: 714e15d13874a1438d5f6a31cdf092864a7dc76ea1ae5e2faf6aed7bbc8b4c1e SHA1: 9e4075c237aff6f16f9f6506850b4faba27b9ebd MD5sum: fa9933a7f12fbe235923ae0bd4c08401 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-4~bpo12+1_amd64.deb Package: android-libbase Source: android-platform-tools (34.0.5-4~bpo12+1) Version: 1:34.0.5-4~bpo12+1 Installed-Size: 351 Maintainer: Android Tools Maintainers Architecture: amd64 Depends: android-liblog (= 1:34.0.5-4~bpo12+1), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 11) Breaks: android-libbase-dev (<< 1:33) Size: 100800 SHA256: cd25d77ef9ea7fef1639f3d8b69d4ba60f52a4b48269cdacb7250bbc89040462 SHA1: fa94f9e50a2ed12ed09e1866287194b4e54ab162 MD5sum: 1d6f0d2c05708257e04b6865613aec4c 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-4~bpo12+1_amd64.deb Package: android-libbase-dev Source: android-platform-tools (34.0.5-4~bpo12+1) Version: 1:34.0.5-4~bpo12+1 Installed-Size: 689 Maintainer: Android Tools Maintainers Architecture: amd64 Replaces: android-libbase (<< 1:33) Depends: android-libbase (= 1:34.0.5-4~bpo12+1), android-liblog-dev (= 1:34.0.5-4~bpo12+1) Breaks: android-libbase (<< 1:33) Size: 143328 SHA256: 0aaffc2aba34ef3cead284616df3a25725226dca0fcb0a6441daadf8af3b81a1 SHA1: b05aaa8d607599c4f58457737e8ed8f98a637f2b MD5sum: 348ad2d30b0982ba3a8e0bd317ce2b44 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-4~bpo12+1_amd64.deb Package: android-libcutils Source: android-platform-tools (34.0.5-4~bpo12+1) Version: 1:34.0.5-4~bpo12+1 Installed-Size: 124 Maintainer: Android Tools Maintainers Architecture: amd64 Depends: android-libbase (= 1:34.0.5-4~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: 40512 SHA256: 5427ce064bbe4f2f8195f992ac35d358b0cf2642835889ac61451b75e39fe29f SHA1: 7f0773125016beaba99c118e8fb5454adbb68786 MD5sum: d020cd60fe2ff03930e9cb004370bc79 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-4~bpo12+1_amd64.deb Package: android-libcutils-dev Source: android-platform-tools (34.0.5-4~bpo12+1) Version: 1:34.0.5-4~bpo12+1 Installed-Size: 144 Maintainer: Android Tools Maintainers Architecture: amd64 Replaces: android-libcutils (<< 1:33) Depends: android-libcutils (= 1:34.0.5-4~bpo12+1), android-libbase-dev (= 1:34.0.5-4~bpo12+1), android-platform-system-core-headers (= 1:34.0.5-4~bpo12+1), libbsd-dev Breaks: android-libcutils (<< 1:33) Size: 34116 SHA256: a5d5bc981b70ee5e5908aaccff429b1d47b8f1054324389a8e514813de4d8d02 SHA1: f2f7fe39c29f876b159c1a12660f461527b642ac MD5sum: ed991bd3f7968c4fea9f5dbac1bf7404 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-4~bpo12+1_amd64.deb Package: android-liblog Source: android-platform-tools (34.0.5-4~bpo12+1) Version: 1:34.0.5-4~bpo12+1 Installed-Size: 114 Maintainer: Android Tools Maintainers Architecture: amd64 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 11) Breaks: android-liblog-dev (<< 1:33) Size: 39756 SHA256: 9a82e0c586bfcb0219f6cfee32993e31255c4f40aca1dc4afcee0b62ed6403c4 SHA1: 6b6bcc0a40744a89a0e02f8c5a762ad6821eaa2e MD5sum: bbc5ace248db41eb23a2a6a468af5405 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-4~bpo12+1_amd64.deb Package: android-liblog-dev Source: android-platform-tools (34.0.5-4~bpo12+1) Version: 1:34.0.5-4~bpo12+1 Installed-Size: 137 Maintainer: Android Tools Maintainers Architecture: amd64 Replaces: android-liblog (<< 1:33) Depends: android-liblog (= 1:34.0.5-4~bpo12+1) Breaks: android-liblog (<< 1:33) Size: 35084 SHA256: 9d982c391d792e8b9f3ef0b48beee6b71931ee3531d0808afdb73c5dad2b76b1 SHA1: f9bd1da9c29840a353c989fd6bff641b3330c133 MD5sum: de76cbf1641edca07bc576f9c77939e3 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-4~bpo12+1_amd64.deb Package: android-libnativehelper Source: android-platform-tools Version: 34.0.5-4~bpo12+1 Installed-Size: 84 Maintainer: Android Tools Maintainers Architecture: amd64 Replaces: android-libnativehelper-dev (<< 33) Depends: android-liblog (= 1:34.0.5-4~bpo12+1), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 4.1.1) Breaks: android-libnativehelper-dev (<< 33) Size: 25664 SHA256: fa908a5bac158be8c4c8a45c066c7f7e28a3f51601b466c10598ec599086b76f SHA1: 64920ad62ed32a28d57609ae63497c894bc8b476 MD5sum: 291ef2eefad3482466c63996cba79312 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-4~bpo12+1_amd64.deb Package: android-libnativehelper-dev Source: android-platform-tools Version: 34.0.5-4~bpo12+1 Installed-Size: 244 Maintainer: Android Tools Maintainers Architecture: amd64 Replaces: android-libnativehelper (<< 33) Depends: android-libnativehelper (= 34.0.5-4~bpo12+1) Breaks: android-libnativehelper (<< 33) Size: 52112 SHA256: a1b22a059dad0bcd2c3a96c0cd3eadb07ad2474c1b006e7e56ae7e6892174afc SHA1: af3dcbe7efc297a71c82806353219b33c9295ec9 MD5sum: aee48aa70bec35473ce86f062e4d5980 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-4~bpo12+1_amd64.deb Package: android-libsparse Source: android-platform-tools (34.0.5-4~bpo12+1) Version: 1:34.0.5-4~bpo12+1 Installed-Size: 104 Maintainer: Android Tools Maintainers Architecture: amd64 Depends: android-libbase (= 1:34.0.5-4~bpo12+1), libc6 (>= 2.14), libgcc-s1 (>= 3.0), libstdc++6 (>= 4.1.1), zlib1g (>= 1:1.2.3.4) Breaks: android-libsparse-dev (<< 1:33) Size: 35832 SHA256: 6515c018100ef6f1ff019181d22650eb490339e06bf3a860bbbb1033391c513e SHA1: ddf2b305c86962cbe04148b079f8ea1b4183378a MD5sum: 5f585635bb78e2da1cf4b1a349adb7e8 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-4~bpo12+1_amd64.deb Package: android-libsparse-dev Source: android-platform-tools (34.0.5-4~bpo12+1) Version: 1:34.0.5-4~bpo12+1 Installed-Size: 79 Maintainer: Android Tools Maintainers Architecture: amd64 Replaces: android-libsparse (<< 1:33) Depends: android-libsparse (= 1:34.0.5-4~bpo12+1) Breaks: android-libsparse (<< 1:33) Size: 24024 SHA256: 62482e8c157ac674225931bb8e1f53603aacc6a298d2d4e01360286544bbdec4 SHA1: 209e7b70407f29bc35eaef9a26a8619498a47b00 MD5sum: e8f51965bdc35b8ae75fbc6b01afd217 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-4~bpo12+1_amd64.deb Package: android-libutils Source: android-platform-tools (34.0.5-4~bpo12+1) Version: 1:34.0.5-4~bpo12+1 Installed-Size: 188 Maintainer: Android Tools Maintainers Architecture: amd64 Depends: android-libbacktrace (= 1:34.0.5-4~bpo12+1), android-libcutils (= 1:34.0.5-4~bpo12+1), android-liblog (>= 34.0.5), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 11) Breaks: android-libutils-dev (<< 1:33) Size: 59488 SHA256: 80d80e25af1340d9f37a0061e9139d694d90e98994b7cf89e069dd0393a92db6 SHA1: d6f9526d7f1e695d4e45094949e6160879e9c0ff MD5sum: 34e72f8d982c923332a2b8171da3c087 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-4~bpo12+1_amd64.deb Package: android-libutils-dev Source: android-platform-tools (34.0.5-4~bpo12+1) Version: 1:34.0.5-4~bpo12+1 Installed-Size: 359 Maintainer: Android Tools Maintainers Architecture: amd64 Replaces: android-libutils (<< 1:33) Depends: android-libbacktrace-dev (= 1:34.0.5-4~bpo12+1), android-libcutils-dev (= 1:34.0.5-4~bpo12+1), android-libutils (= 1:34.0.5-4~bpo12+1), android-platform-system-core-headers (= 1:34.0.5-4~bpo12+1) Breaks: android-libutils (<< 1:33) Size: 69912 SHA256: f87afff824bffde557a81ed9904bf6cf23e08e1abe6768a575129c370d347e7f SHA1: 9f298727051efbace0db1c72e2668f4a23990fb7 MD5sum: dc2c0b0644b737836e70dcfe42386367 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-4~bpo12+1_amd64.deb Package: android-libziparchive Source: android-platform-tools (34.0.5-4~bpo12+1) Version: 1:34.0.5-4~bpo12+1 Installed-Size: 148 Maintainer: Android Tools Maintainers Architecture: amd64 Depends: android-libbase (= 1:34.0.5-4~bpo12+1), android-liblog (>= 34.0.5), libc6 (>= 2.33), libgcc-s1 (>= 3.0), libstdc++6 (>= 4.3), zlib1g (>= 1:1.1.4) Breaks: android-libziparchive-dev (<< 1:33) Size: 49840 SHA256: a62d3314033920fe4747651217277a0c3189f2efc0319b01fdff0b6255f01b33 SHA1: 13438fa3a745fe8262c8ef54f1e215e7aa3215e7 MD5sum: b918b8cc77c6afa79c7623d3f2074917 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-4~bpo12+1_amd64.deb Package: android-libziparchive-dev Source: android-platform-tools (34.0.5-4~bpo12+1) Version: 1:34.0.5-4~bpo12+1 Installed-Size: 88 Maintainer: Android Tools Maintainers Architecture: amd64 Replaces: android-libziparchive (<< 1:33) Depends: android-libziparchive (= 1:34.0.5-4~bpo12+1), libgtest-dev Breaks: android-libziparchive (<< 1:33) Size: 27008 SHA256: a2c0fa14cfe93d50634169989c3b5946baf5e0b25c5741ca7a6edc82fcee797b SHA1: efff8cbce80d2b0b49c5598068913e736444493b MD5sum: e1f0708b537c47f6e99b73a45d14288d 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-4~bpo12+1_amd64.deb Package: android-platform-frameworks-native-headers Source: android-platform-tools (34.0.5-4~bpo12+1) Version: 1:34.0.5-4~bpo12+1 Installed-Size: 725 Maintainer: Android Tools Maintainers Architecture: all Size: 130880 SHA256: 1a6da24074fd9de30ace5c23721ec2c21af8ab3217b81ad498c707646e834f74 SHA1: aa81c93c27358aed624c571e46fa371f3593dd8c MD5sum: 255072f5e57a32d19fc1d7fce1ae33b4 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-4~bpo12+1_all.deb Package: android-platform-system-core-headers Source: android-platform-tools (34.0.5-4~bpo12+1) Version: 1:34.0.5-4~bpo12+1 Installed-Size: 478 Maintainer: Android Tools Maintainers Architecture: all Breaks: android-libunwind-dev (<< 10.0.0+r36-5) Size: 90000 SHA256: 1c97abf423e38b62ae14b66159baf194236379ea6277000bbc3002bfcafff6ef SHA1: e0ed6cbd0e23e92e94b87d5447201cac177501ba MD5sum: 134971ca2e1178b7d72d65b02d35f21b 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-4~bpo12+1_all.deb Package: android-sdk-libsparse-utils Source: android-platform-tools (34.0.5-4~bpo12+1) Version: 1:34.0.5-4~bpo12+1 Installed-Size: 97 Maintainer: Android Tools Maintainers Architecture: amd64 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-4~bpo12+1), android-liblog (>= 34.0.5), android-libsparse (= 1:34.0.5-4~bpo12+1), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 4.1.1), python3 Breaks: android-tools-fsutils, append2simg (<< 1:10.0.0+r36-1~), img2simg (<< 1:10.0.0+r36-1~), simg2img (<< 1:10.0.0+r36-1~) Size: 25140 SHA256: dffa76901140fc787813da6b92bea1fc853e2b8d3a581d436781e2e3fd40301c SHA1: e46635a44cdd091fb66a1c77535eb37817f8698e MD5sum: 7242083b8847dc2b19a9ae5378aab41c 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-4~bpo12+1_amd64.deb Package: ant Version: 1.10.15-1~bpo12+1 Installed-Size: 2387 Maintainer: Debian Java Maintainers Architecture: all Depends: default-jre-headless (>= 2:1.8) | java8-runtime-headless Recommends: ant-optional Suggests: ant-doc, default-jdk | java-compiler | java-sdk Size: 2162476 SHA256: cff9edcde887cf3a35936c367957aa558ba553ca06872e86233835b50e64c0ee SHA1: b1f197080ac6d2890a224fd8db290c8fbc9beb4f MD5sum: 0b0a2464e6fcdcab8c8481c59fe5bb97 Description: Java based build tool like make Apache Ant is a Java library and command-line tool whose mission is to drive processes described in build files as targets and extension points dependent upon each other. The main known usage of Ant is the build of Java applications. Ant supplies a number of built-in tasks allowing to compile, assemble, test and run Java applications. Ant can also be used effectively to build non Java applications, for instance C or C++ applications. More generally, Ant can be used to pilot any type of process which can be described in terms of targets and tasks. . This package contains the scripts and the core tasks libraries. Multi-Arch: foreign Homepage: http://ant.apache.org Section: java Priority: optional Filename: pool/main/a/ant/ant_1.10.15-1~bpo12+1_all.deb Package: ant-doc Source: ant Version: 1.10.15-1~bpo12+1 Installed-Size: 41636 Maintainer: Debian Java Maintainers Architecture: all Suggests: ant Size: 2176408 SHA256: 203194e56ea3837207f530ef4558f243bf7549e78ac955d600725da46cbd1d9a SHA1: d9b9b4254c40f370c9a2d75f2410e9f494a125f6 MD5sum: 2bcf8f331b31d87bd24332dd65f2c309 Description: Java based build tool like make - API documentation and manual Apache Ant is a Java library and command-line tool whose mission is to drive processes described in build files as targets and extension points dependent upon each other. The main known usage of Ant is the build of Java applications. Ant supplies a number of built-in tasks allowing to compile, assemble, test and run Java applications. Ant can also be used effectively to build non Java applications, for instance C or C++ applications. More generally, Ant can be used to pilot any type of process which can be described in terms of targets and tasks. . This package contains the manual of ant as well as the API documentation. Multi-Arch: foreign Homepage: http://ant.apache.org Section: doc Priority: optional Filename: pool/main/a/ant/ant-doc_1.10.15-1~bpo12+1_all.deb Package: ant-optional Source: ant Version: 1.10.15-1~bpo12+1 Installed-Size: 1107 Maintainer: Debian Java Maintainers Architecture: all Depends: ant (= 1.10.15-1~bpo12+1) Suggests: antlr, javacc, junit, junit4, jython, libactivation-java, libbcel-java (>= 5.0), libbsf-java, libcommons-logging-java, libcommons-net-java, libmail-java, libjaxp1.3-java, libjdepend-java, libjsch-java, liblog4j1.2-java, liboro-java, libregexp-java, libxalan2-java (>= 2.4.0-1), libxml-commons-resolver1.1-java, libxz-java Size: 455072 SHA256: 92fa668ed97d7d404b117aa92d0e2e0a0e0ba30206f29927acfec891b64ee3c2 SHA1: da1d4cea872e32fbc493f45e1c76b0d2e525674c MD5sum: ba661a5440ca769e538f02b4cb7d0fd8 Description: Java based build tool like make - optional libraries Apache Ant is a Java library and command-line tool whose mission is to drive processes described in build files as targets and extension points dependent upon each other. The main known usage of Ant is the build of Java applications. Ant supplies a number of built-in tasks allowing to compile, assemble, test and run Java applications. Ant can also be used effectively to build non Java applications, for instance C or C++ applications. More generally, Ant can be used to pilot any type of process which can be described in terms of targets and tasks. . This package contains the optional tasks libraries. Multi-Arch: foreign Homepage: http://ant.apache.org Section: java Priority: optional Filename: pool/main/a/ant/ant-optional_1.10.15-1~bpo12+1_all.deb Package: approx Version: 5.13-1~bpo12+1 Installed-Size: 6992 Maintainer: Debian OCaml Maintainers Architecture: amd64 Depends: libc6 (>= 2.35), adduser, bzip2, curl, xz-utils Suggests: libconfig-model-approx-perl Size: 1466228 SHA256: d11063585dedd94de9e547b0c7eb92a94998868d1b9b13afe99fc74a2a2384e7 SHA1: 6da3757ba0c40957ef96ad8ea2c92a9406f89be2 MD5sum: 980b6ca249269a7e996c6a86b754d017 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_amd64.deb Package: aqbanking-tools Source: libaqbanking Version: 6.6.0-1~bpo12+1 Installed-Size: 251 Maintainer: Micha Lenk Architecture: amd64 Depends: libaqbanking44 (>= 6.4.0), libc6 (>= 2.34), libgwenhywfar79 (>= 5.11.2) Suggests: gwenhywfar-tools Size: 53388 SHA256: a9222db562737048f92063fff986cbcc819b9249040e274f22cd2bf5a0c6bc68 SHA1: 821ed86280588eead5ba49654ce000c37af9a7a9 MD5sum: 1925e30a4c61845a84e1b978ea1ef019 Description: basic command line homebanking utilities AqBanking provides a middle layer between the applications and online banking libraries implementing various file formats and protocols. Plugins supporting OFX, DTAUS, HBCI, and EBICS are available. . This package provides a basic command line interface to AqBanking. Multi-Arch: foreign Homepage: http://www.aquamaniac.de/aqbanking/ Section: utils Priority: optional Filename: pool/main/liba/libaqbanking/aqbanking-tools_6.6.0-1~bpo12+1_amd64.deb Package: arc-kde Version: 20220908-3~bpo12+1 Installed-Size: 35211 Maintainer: Debian Desktop Themes Team Architecture: all Provides: qt5-style-kvantum-theme Recommends: qt5-style-kvantum, papirus-icon-theme, arc-theme Size: 32991436 SHA256: 7b3767294bb60767180dd7b81d7cd5d7343bf0560bab76276fca17a41b16a685 SHA1: 8da24e75d0cf7749bd378c9cad43b15515732ab7 MD5sum: c516a208326f2e222b90f67fe5c03ff4 Description: Port of the popular GTK theme Arc for Plasma Desktop This is a Arc KDE port of the popular GTK theme Arc for Plasma desktop. . This package contains: - Aurorae window decorations - Color schemes - Konsole color schemes - Konversation themes - Kvantum themes - Look & feel settings - Plasma desktop themes - Wallpapers - Yakuake skins Multi-Arch: foreign Homepage: https://github.com/PapirusDevelopmentTeam/arc-kde Section: kde Priority: optional Filename: pool/main/a/arc-kde/arc-kde_20220908-3~bpo12+1_all.deb Package: at-spi2-common Source: at-spi2-core Version: 2.54.0-1~bpo12+1 Installed-Size: 1342 Maintainer: Debian Accessibility Team Architecture: all Replaces: at-spi2-core (<< 2.46.0-2~) Breaks: at-spi2-core (<< 2.46.0-2~) Size: 169760 SHA256: c7d6a4fc6d2907e3e73aea33a3d834959dfb76f7688d48e48fc04130eb4c2fad SHA1: 414c7e01987d24f9e9aa258b81aa2b683462ae47 MD5sum: 7613d81897e219f6c66ef54b39b86f24 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.54.0-1~bpo12+1_all.deb Package: at-spi2-core Version: 2.54.0-1~bpo12+1 Installed-Size: 210 Maintainer: Debian Accessibility Team Architecture: amd64 Depends: libatspi2.0-0 (= 2.54.0-1~bpo12+1), libc6 (>= 2.34), libdbus-1-3 (>= 1.9.14), libglib2.0-0 (>= 2.67.4), libsystemd0, libx11-6, libxtst6, at-spi2-common, gsettings-desktop-schemas Size: 59980 SHA256: 0c3fa1f337106942d6af64bbe63189be6fc048c6b7717d67e7204e0fd2962b91 SHA1: dd2a3fc195ff2df91e31d836f37db271eea92ab7 MD5sum: 82355db63710d6acb564e0a5858ae40b 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.54.0-1~bpo12+1_amd64.deb Package: at-spi2-doc Source: at-spi2-core Version: 2.54.0-1~bpo12+1 Installed-Size: 3529 Maintainer: Debian Accessibility Team Architecture: all Suggests: devhelp Size: 185696 SHA256: f384ff6a9f050120c66e61747fa7f4bd3b271a42c1779af7f41d9bafa839dd8d SHA1: 2ddbc2245170d9022540bff5cc68b525c18a618b MD5sum: 0a2c91af064b8b282286b01e3fb99c94 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.54.0-1~bpo12+1_all.deb Package: atomes Version: 1.1.14-1.1~bpo12+1 Installed-Size: 2964 Maintainer: Debichem Team Architecture: amd64 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: 982132 SHA256: 93b45f1977bdd1f4d74bad9972f9216e807814b26b0d2ed64dec3d8ed53f18f3 SHA1: b088752200d49b4a178be94d6f18f38817ad4967 MD5sum: a01d82710be2f7bd928734aace9d8715 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_amd64.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: 11249 Maintainer: John Paul Adrian Glaubitz Architecture: amd64 Replaces: ausweisapp2 (<< 2.0.0-1~) Depends: qml6-module-qt-labs-platform, qml6-module-qtqml, qml6-module-qtqml-models, qml6-module-qtqml-statemachine, qml6-module-qtqml-workerscript, qml6-module-qtquick-controls, qml6-module-qtquick-layouts, qml6-module-qtquick-templates, qml6-module-qtquick-window, libc6 (>= 2.34), libhttp-parser2.9 (>= 2.1), libpcsclite1 (>= 1.3.0), libqt6core6 (>= 6.4.0), libqt6gui6 (>= 6.1.2), libqt6network6 (>= 6.4.0), libqt6qml6 (>= 6.2.0), libqt6quick6 (>= 6.2.0), libqt6quickcontrols2-6 (>= 6.2.0), libqt6statemachine6 (>= 6.2.1), libqt6websockets6 (>= 6.2.1), libqt6widgets6 (>= 6.1.2), libssl3 (>= 3.0.0), libstdc++6 (>= 5.2), libudev1 (>= 183), qt6-websockets-abi (= 6.4.2) Recommends: pcsc-tools, pcscd Breaks: ausweisapp2 (<< 2.0.0-1~) Size: 6684572 SHA256: 70e21f8b3238bc6641c4c83d1bdace431bd07e213a960d060469ec92753af3e8 SHA1: 9f5555dcb5a83267897d33cb69677b35335fd879 MD5sum: 1d2889818b1cdfabaad44f417931be3c 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_amd64.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: 138 Maintainer: Fabrice Creuzot Architecture: amd64 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: 33984 SHA256: 58bebbba89a285722f40a485741e33dc0ff131e9249c7004b033955379ac2d6e SHA1: dd18d0718d2f2b6b8d134aa4cca5091580eb7c83 MD5sum: ed108dadfb59aff4931ac166d21cd3cb 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_amd64.deb Package: awf-gtk4 Source: awf-gtk Version: 2.8.0-1~bpo12+1 Installed-Size: 134 Maintainer: Fabrice Creuzot Architecture: amd64 Depends: libc6 (>= 2.34), libglib2.0-0 (>= 2.31.8), libgtk-4-1 (>= 4.0.0), libpango-1.0-0 (>= 1.18.0) Size: 33032 SHA256: feb8617a251cd94c51ef1452ca2b8203c4b8e0c38ab3ee394198df7f63b87e06 SHA1: 7ebffe9d66c25791769b0309b91b7b2bbb3b017b MD5sum: 34ebdb71888e27a2d217fc000763ea85 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_amd64.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.4-1~bpo12+1 Installed-Size: 205 Maintainer: Debian CommunityWLAN Team Architecture: amd64 Depends: libc6 (>= 2.34), libnl-3-200 (>= 3.2.7), libnl-genl-3-200 (>= 3.2.7) Size: 83308 SHA256: 518dc24de7d92ff3b8c067172f69c4de80a4e5229fb62d9cd5aef112fc649076 SHA1: 878e4fcef58ca5d404ce505bc17bc8fc17b30528 MD5sum: 4c40bcf0f80a9fa82618f6ddab56fa2e 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.4-1~bpo12+1_amd64.deb Package: bats-file Version: 0.4.0-1~bpo12+1 Installed-Size: 50 Maintainer: Debian Bats team Architecture: all Depends: bats-support Enhances: bats Size: 7792 SHA256: 9a139fa68e8c7dacd44728466f95f7125f478c604126db1dcca795e6b334cca1 SHA1: 1aca2129b5cbc7ba3e240fab13906d87c7dad884 MD5sum: a6fa3b499da71c532692b1bfa55afe72 Description: Helper library providing filesystem-related assertions for Bats bats-file provides various assertions and helpers to simplify writing Bats tests that deal with files and filesystems. . For example: . * assert_file_contains: Check if the file content matches a regex. * assert_file_owner: Check if a specific user owns the file. * assert_symlink_to: Check if the file is a symlink to the target. * temp_make: Create a temp directory for the current test in BATS_TMPDIR. Multi-Arch: foreign Homepage: https://github.com/bats-core/bats-file Section: devel Priority: optional Filename: pool/main/b/bats-file/bats-file_0.4.0-1~bpo12+1_all.deb Package: biglybt Version: 3.7.0.0-1~bpo12+1 Installed-Size: 19743 Maintainer: Debian Java Maintainers Architecture: all Provides: azureus, vuze Depends: libbcprov-java (>= 1.72), libcommons-cli-java (>= 1.5.0), libswt-gtk-4-java, libswt-cairo-gtk-4-jni, libswt-webkit-gtk-4-jni Suggests: biglybtd Size: 18412632 SHA256: ba4db718ba37aeb74111c7c7f170a7ba8138a4e5ce6ff96378d459e858fa1b9b SHA1: 7011b35bb0a34a973599318fffde13666b1779f2 MD5sum: a5811de10d147f8691449c8dd5663fd0 Description: BitTorrent client BiglyBT is a feature filled, open source, ad-free, BitTorrent client used to transfer files via the BitTorrent protocol. BiglyBT is the continuation of the Vuze/Azureus project first created in 2003, and is being actively developed by the original coders. Homepage: http://www.biglybt.com Section: java Priority: optional Filename: pool/main/b/biglybt/biglybt_3.7.0.0-1~bpo12+1_all.deb Package: biglybtd Source: biglybt Version: 3.7.0.0-1~bpo12+1 Installed-Size: 93 Maintainer: Debian Java Maintainers Architecture: all Depends: biglybt, systemd Suggests: sudo, xauth Size: 53468 SHA256: c8dea97192273c443f1cbd41d7a135c5457e3ef08b52ef713fc40930aeb1a8fc SHA1: 07cd9adfed49b47a44d6ca012406081bcf635ad8 MD5sum: dc62632befcf920f6f9e14a2f1e6ffee Description: BiglyBT system service BiglyBT is a feature filled, open source, ad-free, BitTorrent client used to transfer files via the BitTorrent protocol. BiglyBT is the continuation of the Vuze/Azureus project first created in 2003, and is being actively developed by the original coders. . This package provides the facility to run BiglyBT as a system daemon in the background. It also permits one to launch the GUI when needed. Homepage: http://www.biglybt.com Section: java Priority: optional Filename: pool/main/b/biglybt/biglybtd_3.7.0.0-1~bpo12+1_all.deb Package: binoculars Version: 0.0.19-1~bpo12+1 Installed-Size: 16 Maintainer: Debian PaN Maintainers Architecture: all Depends: python3-binoculars (>= 0.0.19-1~bpo12+1), python3-numpy, python3:any Size: 3748 SHA256: 0b8e05336bce44cc55d805016d0c33b4bbc732656a174b3daa659c4c793000b7 SHA1: a02c29e5879e24d7761debe06b1021fbacf20869 MD5sum: 9aba77508337d5ee62ecb95db5807ce3 Description: Surface X-ray diffraction 2D detector data reduction BINoculars is a tool for data reduction and analysis of large sets of surface diffraction data that have been acquired with a two-dimensional X-ray detector. The intensity of each pixel of a two-dimensional detector is projected onto a three-dimensional grid in reciprocal-lattice coordinates using a binning algorithm. This allows for fast acquisition and processing of high-resolution data sets and results in a significant reduction of the size of the data set. The subsequent analysis then proceeds in reciprocal space. It has evolved from the specific needs of the ID03 beamline at the ESRF, but it has a modular design and can be easily adjusted and extended to work with data from other beamlines or from other measurement techniques. Homepage: https://github.com/picca/binoculars Section: python Priority: optional Filename: pool/main/b/binoculars/binoculars_0.0.19-1~bpo12+1_all.deb Package: binoculars-doc Source: binoculars Version: 0.0.19-1~bpo12+1 Installed-Size: 1899 Maintainer: Debian PaN Maintainers Architecture: all Depends: libjs-sphinxdoc (>= 5.2) Size: 109776 SHA256: bc3b18d8e03dea6c7dda208754c26d2ab23f33282435deaa55b3b2b949858412 SHA1: 29199595ab9d95147924788c9127f44080c6bdf6 MD5sum: 872290aa68e8d21546f2dba133b30799 Description: Surface X-ray diffraction 2D detector data reduction - Documentation BINoculars is a tool for data reduction and analysis of large sets of surface diffraction data that have been acquired with a two-dimensional X-ray detector. The intensity of each pixel of a two-dimensional detector is projected onto a three-dimensional grid in reciprocal-lattice coordinates using a binning algorithm. This allows for fast acquisition and processing of high-resolution data sets and results in a significant reduction of the size of the data set. The subsequent analysis then proceeds in reciprocal space. It has evolved from the specific needs of the ID03 beamline at the ESRF, but it has a modular design and can be easily adjusted and extended to work with data from other beamlines or from other measurement techniques. . This is the common documentation package. Homepage: https://github.com/picca/binoculars Built-Using: sphinx (= 5.3.0-4) Section: doc Priority: optional Filename: pool/main/b/binoculars/binoculars-doc_0.0.19-1~bpo12+1_all.deb Package: bootlogd Source: sysvinit Version: 3.08-3~bpo12+2 Installed-Size: 157 Maintainer: Debian sysvinit maintainers Architecture: amd64 Replaces: manpages-fr (<< 4.15.0-9~) Depends: sysvinit-utils (>= 3.05-1), libc6 (>= 2.34) Breaks: manpages-fr (<< 4.15.0-9~) Size: 68272 SHA256: 9eeb1b51fbe4f1cd3e4e79be76536f602831cf7443114626c956815ada127bba SHA1: f93f8c33be038b8a3c3cf30b0df09eb28a2e2f74 MD5sum: d2fabda1b50377259cda7953b85d3d6d 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_amd64.deb Package: borgbackup Version: 1.2.8-1~bpo12+1 Installed-Size: 3304 Maintainer: Debian Borg Collective Architecture: amd64 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: 873104 SHA256: 9d20d05343d481f59a1ffbbcf1c1b5f0f84456c484f5f6902c1a394db4d6b51a SHA1: 8dbee0701e0156260b2f3a05a68badfbb444abc4 MD5sum: db8fe706808a596665f8376a128e7ab7 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_amd64.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: bpfmon Version: 2.53-1~bpo12+1 Installed-Size: 52 Maintainer: Boian Bonev Architecture: amd64 Depends: libc6 (>= 2.34), libpcap0.8 (>= 0.9.8), libyascreen0 (>= 1.93) Size: 16980 SHA256: 93fbf2c328c73484f740ea9e99ecbf4f343bfa6c4c724db6fc4576d55c58060e SHA1: ff20c0cd685476c1f36d62a8b2920a6d13e557d6 MD5sum: 3d20dc9a10f5a2657865677119541621 Description: traffic monitor for BPF expression/iptables rule While tcpdump shows what packets are going through the network, bpfmon will show how much in terms of bytes per second and packets per second in a nice pseudo-graphical terminal interface. . bpfmon also supports monitoring an iptables rule that is selected by command line option or selected from a menu. Homepage: https://github.com/bbonev/bpfmon Section: admin Priority: optional Filename: pool/main/b/bpfmon/bpfmon_2.53-1~bpo12+1_amd64.deb Package: bpftool Source: linux (6.6.13-1~bpo12+1) Version: 7.3.0+6.6.13-1~bpo12+1 Installed-Size: 1410 Maintainer: Debian Kernel Team Architecture: amd64 Depends: libc6 (>= 2.34), libcap2 (>= 1:2.10), libelf1 (>= 0.144), zlib1g (>= 1:1.2.3.3) Size: 1011360 SHA256: e780968242ffc261fe447e5bdc5320b85bd8a143890a249170070e7872fe8806 SHA1: 4db384c00df498413881cecb517446747d398522 MD5sum: 8c513930380a7ce06903c1adf753b350 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_amd64.deb Package: brltty Version: 6.7-1~bpo12+1 Installed-Size: 8701 Maintainer: Debian Accessibility Team Architecture: amd64 Replaces: libbrlapi1 (<< 3.7.2-7.1) Depends: libasound2 (>= 1.0.16), libbluetooth3 (>= 4.91), libbrlapi0.8 (>= 6.7), libc6 (>= 2.34), libcap2 (>= 1:2.10), libdbus-1-3 (>= 1.9.14), libexpat1 (>= 2.0.1), libglib2.0-0 (>= 2.16.0), libgpm2 (>= 1.20.7), libicu72 (>= 72.1~rc-1~), liblouis20 (>= 3.24.0), libncursesw6 (>= 6), libpcre2-32-0 (>= 10.22), libpolkit-gobject-1-0 (>= 0.101), libsystemd0, libtinfo6 (>= 6), polkitd | policykit-1 Pre-Depends: init-system-helpers (>= 1.54~) Recommends: python3 Suggests: brltty-speechd, brltty-x11, console-braille, unicode-cldr-core Size: 1546292 SHA256: 9c3fbdf4d1828b379c7a9d0989cdb94d3dfdae2d84ec71ba1ec2f6d667dfe6d2 SHA1: d31b765d7c7c130d9e2306acf4e6f22108bf1991 MD5sum: ce2aca92bec270b8229732bac0b7d486 Description: Access software for a blind person using a braille display BRLTTY is a daemon which provides access to the console (text mode) for a blind person using a braille display. It drives the braille display and provides complete screen review functionality. The following display models are supported: * Alva/Optelec (ABT3xx, Delphi, Satellite, Braille System 40, BC 640/680) * Baum * BrailComm * BrailleLite * BrailleNote * Cebra * EcoBraille * EuroBraille (AzerBraille, Clio, Esys, Iris, NoteBraille, Scriba) * Freedom Scientific (Focus and PacMate) * Handy Tech * HIMS (Braille Sense, SyncBraille) * HumanWare (Brailliant) * Iris * LogText 32 * MDV * Metec (BD-40) * NinePoint * Papenmeier * Pegasus * Seika * Tieman (Voyager, CombiBraille, MiniBraille, MultiBraille, BraillePen/EasyLink) * Tivomatic (Albatross) * TSI (Navigator, PowerBraille) * VideoBraille * VisioBraille . BRLTTY also provides a client/server based infrastructure for applications wishing to utilize a Braille display. The daemon process listens for incoming TCP/IP connections on a certain port. A shared object library for clients is provided in the package libbrlapi0.8. A static library, header files and documentation is provided in package libbrlapi-dev. Bindings to other programming languages can be found in cl-brlapi (Lisp), libbrlapi-java (Java) and python3-brlapi (Python). Multi-Arch: foreign Homepage: https://brltty.com Section: admin Priority: optional Filename: pool/main/b/brltty/brltty_6.7-1~bpo12+1_amd64.deb Package: brltty-espeak Source: brltty Version: 6.7-1~bpo12+1 Installed-Size: 108 Maintainer: Debian Accessibility Team Architecture: amd64 Depends: libc6 (>= 2.4), libespeak-ng1 (>= 1.51+dfsg), brltty (= 6.7-1~bpo12+1) Size: 75548 SHA256: 1a07ef76c51fa20257f12e736440951d9749d7b1a2a7469a1b7e2d3ec9a1598c SHA1: 6bd206945e571b903fd1ed67cd5f3fa9666073fc MD5sum: e352c92391ec5c6046c5813a8d54926e Description: Access software for a blind person - espeak driver BRLTTY is a daemon which provides access to the Linux console (text mode) for a blind person using a braille display. It drives the braille display and provides complete screen review functionality. . This package contains an optional speech driver for the espeak speech synthesis engine. Homepage: https://brltty.com Section: admin Priority: optional Filename: pool/main/b/brltty/brltty-espeak_6.7-1~bpo12+1_amd64.deb Package: brltty-flite Source: brltty Version: 6.7-1~bpo12+1 Installed-Size: 94 Maintainer: Debian Accessibility Team Architecture: amd64 Depends: libc6 (>= 2.14), libflite1 (>= 1.4-release-9~), brltty (= 6.7-1~bpo12+1) Size: 74672 SHA256: 0b4d5d782d6d3f19ea54b5f720a0b9387faa94a5af4c6bd59e4b98a55bbf94d2 SHA1: 3b5f6e6c53260acfc881c6c4e0cbe51213e09a69 MD5sum: 676fd090a790a5104d6443b75aab8e87 Description: Access software for a blind person - Flite speech driver BRLTTY is a daemon which provides access to the Linux console (text mode) for a blind person using a braille display. It drives the braille display and provides complete screen review functionality. . This package contains an optional speech driver for the Festival Lite speech synthesis engine. Homepage: https://brltty.com Section: admin Priority: optional Filename: pool/main/b/brltty/brltty-flite_6.7-1~bpo12+1_amd64.deb Package: brltty-speechd Source: brltty Version: 6.7-1~bpo12+1 Installed-Size: 95 Maintainer: Debian Accessibility Team Architecture: amd64 Depends: libc6 (>= 2.14), libspeechd2 (>= 0.7.1), brltty (= 6.7-1~bpo12+1) Recommends: speech-dispatcher Size: 75320 SHA256: fae721699421175be584bd45992bded34142a05a30f464e882f9fa2abb51a6f4 SHA1: 74d3995705e1aea9348c73cb3d8b818c946e7926 MD5sum: 7c30b749fd58783d0e48a5c2121ab02d Description: Access software for a blind person - Speech Dispatcher driver BRLTTY is a daemon which provides access to the Linux console (text mode) for a blind person using a braille display. It drives the braille display and provides complete screen review functionality. . This package contains an optional speech driver for the speech-dispatcher speech synthesis server. Homepage: https://brltty.com Section: admin Priority: optional Filename: pool/main/b/brltty/brltty-speechd_6.7-1~bpo12+1_amd64.deb Package: brltty-x11 Source: brltty Version: 6.7-1~bpo12+1 Installed-Size: 163 Maintainer: Debian Accessibility Team Architecture: amd64 Depends: libatspi2.0-0 (>= 2.9.90), libc6 (>= 2.14), libdbus-1-3 (>= 1.9.14), libx11-6 (>= 2:1.7.0), libxaw7 (>= 2:1.0.14), libxfixes3, libxt6, brltty (= 6.7-1~bpo12+1) Recommends: xbrlapi Size: 94960 SHA256: 51c3d21d18bc1ee92c364bc704bd6e3c16e9aae81ceca201e02a2414411b61c9 SHA1: 854adba6af15ed8a6ed757ba85f74c7294de6664 MD5sum: b40c43df638a14270fd636767b27e22f Description: Access software for a blind person using a braille display - X11 drivers BRLTTY is a daemon which provides access to the Linux console (text mode) for a blind person using a braille display. It drives the braille display and provides complete screen review functionality. . This package contains optional screen drivers for BRLTTY which require X11 or GNOME. Homepage: https://brltty.com Section: admin Priority: optional Filename: pool/main/b/brltty/brltty-x11_6.7-1~bpo12+1_amd64.deb Package: btag Version: 1.4.1-0.1~bpo12+1 Installed-Size: 193 Maintainer: Fernando Tarlá Cardoso Lemos Architecture: amd64 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: 61612 SHA256: 3919e9a73c4a3bd7550e346af5fbb76b9aecd77a01e3dd38513ac31b29036167 SHA1: 8fe114cf74cb0c6e628ed86f5734e0496543769c MD5sum: 4110b0e0c7564739b8728e53a81c29b4 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_amd64.deb Package: btrfs-progs Version: 6.12-1~bpo12+1 Installed-Size: 5196 Maintainer: Nicholas D Steeves Architecture: amd64 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: 896016 SHA256: 82adafbb676c45fb8148528f392551c426fccda84f7dcf87ccff53cfddfa87b7 SHA1: e8379bcffe30b2888e7cc3348f7600bffda16119 MD5sum: bf099f5b55c808215541b4a07b5d5e3b Description: Checksumming Copy on Write Filesystem utilities Btrfs is a copy on write filesystem for Linux aimed at implementing advanced features while focusing on fault tolerance, repair and easy administration. . This package contains utilities (mkfs, fsck) used to work with btrfs and an utility (btrfs-convert) to make a btrfs filesystem from an ext3. Multi-Arch: foreign Homepage: http://btrfs.wiki.kernel.org/ Section: admin Priority: optional Filename: pool/main/b/btrfs-progs/btrfs-progs_6.12-1~bpo12+1_amd64.deb Package: buildd Source: sbuild Version: 0.88.1~bpo12+1 Installed-Size: 286 Maintainer: sbuild maintainers Architecture: all Replaces: sbuild, ubuntu-dev-tools (<= 0.83) Depends: adduser, cron, default-mta | mail-transport-agent, devscripts, dupload, libsbuild-perl, libyaml-tiny-perl, sbuild (= 0.88.1~bpo12+1), schroot, perl:any Recommends: sudo Suggests: wanna-build Breaks: ubuntu-dev-tools (<= 0.83) Size: 76488 SHA256: 590a1c5d63163f060d9e5f34278537120962245a3e04aa5eb3be85df7b093cd3 SHA1: f01413012eaa8cc33da1d536009302f3554c5c13 MD5sum: 71c897a3ba61ed43ee988343598aaa79 Description: Daemon for automatically building Debian binary packages from Debian sources The sbuild suite of programs (buildd and sbuild) are used to build binary packages from source packages. The wanna-build database tracks packages which require building; buildd schedules work from information it gets from the wanna-build database; sbuild does the actual package building. . buildd is a daemon which will build Debian packages automatically using the wanna-build database to identify which packages need to be built. Note that the wanna-build database is not packaged, and requires installing separately. Section: devel Priority: optional Filename: pool/main/s/sbuild/buildd_0.88.1~bpo12+1_all.deb Package: ca-certificates-java Version: 20230620~deb12u1~bpo12+1 Installed-Size: 43 Maintainer: Debian Java Maintainers Architecture: all Depends: ca-certificates (>= 20210120), default-jre-headless (>= 2:1.8) | java8-runtime-headless Size: 11728 SHA256: 03342d2c21d0c8f46f3be04dfebb73c1ae0217382ea34e23d154ee2c92d5e56c SHA1: 281da7e5717b86744060fd161bbc72bea940ffaf MD5sum: 50264720386f94a720ad5fe3080eba1e Description: Common CA certificates (JKS keystore) This package uses the hooks of the ca-certificates package to update the cacerts JKS keystore used for many java runtimes. Multi-Arch: foreign Section: java Priority: optional Filename: pool/main/c/ca-certificates-java/ca-certificates-java_20230620~deb12u1~bpo12+1_all.deb Package: calamares Version: 3.3.8-1~bpo12+1 Installed-Size: 10615 Maintainer: Jonathan Carter Architecture: amd64 Depends: os-prober, kpackagetool5, libc6 (>= 2.34), libcrypt1 (>= 1:4.1.0), libgcc-s1 (>= 3.0), libkf5configcore5 (>= 4.97.0), libkf5coreaddons5 (>= 5.96.0), libkf5package5 (>= 5.5.0+git), libkf5parts5 (>= 4.96.0), libkpmcore12 (>= 22.04.3), libparted2 (>= 3.1), libpwquality1 (>= 1.1.0), libpython3.11 (>= 3.11.0), libqt5core5a (>= 5.15.1), libqt5dbus5 (>= 5.14.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5network5 (>= 5.0.2), libqt5qml5 (>= 5.10.0), libqt5quick5 (>= 5.0.2) | libqt5quick5-gles (>= 5.0.2), libqt5quickwidgets5 (>= 5.3.0), libqt5svg5 (>= 5.6.0~beta), libqt5widgets5 (>= 5.15.1), libqt5xml5 (>= 5.0.2), libstdc++6 (>= 11), libyaml-cpp0.7 (>= 0.7.0) Recommends: btrfs-progs, squashfs-tools Size: 4185556 SHA256: b954b48e586b5ec08bcd3362598f98f463ef02342965d2274542ca934795c7f0 SHA1: 0f859dc2506f24f4e9e0ea8e81a0a44625ffb2af MD5sum: db95d19a83eecdd1a668b816b129b109 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_amd64.deb Package: castle-game-engine-doc Source: castle-game-engine Version: 7.0~alpha.3+dfsg1-2~bpo12+1 Installed-Size: 813796 Maintainer: Pascal Packaging Team Architecture: all Depends: fonts-droid-fallback, fonts-dejavu-core, libjs-bootstrap, libjs-jquery Suggests: castle-game-engine-src, fp-units-castle-game-engine Size: 452824424 SHA256: 916e7a228a842d6bede0b7cadf2d81a6eb40591d46d94cfdc5f64016f3e62ace SHA1: 5ee54072052c5febfe5b42a0c9162ec2e5706650 MD5sum: 73fead827c9f0d87484f4f0e354a6d50 Description: Castle Game Engine - Developer's Documentation Castle Game Engine is a set of LGPL licenced libraries that are intended to ease developing 3D games with FreePascal / Lazarus. . It provides an excellent support for the VRML / X3D 3D data format. Other 3D formats are also supported. . It features many advanced graphic effects and easy to use API on top of OpenGL. . This package contains documentation. Multi-Arch: foreign Homepage: https://castle-engine.sourceforge.io/engine.php Section: doc Priority: optional Filename: pool/main/c/castle-game-engine/castle-game-engine-doc_7.0~alpha.3+dfsg1-2~bpo12+1_all.deb Package: castle-game-engine-src Source: castle-game-engine Version: 7.0~alpha.3+dfsg1-2~bpo12+1 Installed-Size: 40009 Maintainer: Pascal Packaging Team Architecture: all Depends: fonts-dejavu Recommends: castle-game-engine-doc, fpc, lazarus Suggests: fp-units-castle-game-engine Size: 7354476 SHA256: 47928fcbc6d7d4a7258b8320822b03b65cb4efeb9160724b80eff5db7bc923e0 SHA1: 3719bf4b911f9251db903ce3b15cde1b0c492a6d MD5sum: 6fff208f4b19abac19368159f25e9be2 Description: Castle Game Engine - Source code for Lazarus integration Castle Game Engine is a set of LGPL licenced libraries that are intended to ease developing 3D games with FreePascal / Lazarus. . It provides an excellent support for the VRML / X3D 3D data format. Other 3D formats are also supported. . It features many advanced graphic effects and easy to use API on top of OpenGL. . This package contains source code for integration with Lazarus RAD IDE. Multi-Arch: foreign Homepage: https://castle-engine.sourceforge.io/engine.php Section: doc Priority: optional Filename: pool/main/c/castle-game-engine/castle-game-engine-src_7.0~alpha.3+dfsg1-2~bpo12+1_all.deb Package: catch2 Version: 3.7.1-0.4~bpo12+1 Installed-Size: 13 Maintainer: Mathieu Mirmont Architecture: all Depends: libcatch2-dev Size: 5120 SHA256: d7827d73080d504be37e9daad8bd1be70a25243269fcc5fd3c8ec7eb65c87526 SHA1: c19ab97ac127b505e791eb436991f534e4189a61 MD5sum: d3402af9ec5513f76b306da732a22149 Description: C++ Automated Test Cases in Headers (transitional package) This is a transitional package. It can safely be removed. Homepage: https://github.com/catchorg/Catch2 Section: oldlibs Priority: optional Filename: pool/main/c/catch2/catch2_3.7.1-0.4~bpo12+1_all.deb Package: cgi-mapserver Source: mapserver Version: 8.2.2-1~bpo12+1 Installed-Size: 108 Maintainer: Debian GIS Project Architecture: amd64 Depends: mapserver-bin Suggests: mapserver-doc, libmapscript-perl, php-mapscript-ng, python3-mapscript Size: 71708 SHA256: 0402a5649330aeca518c2a604717cb7a260794ab9d282e5d6603cb497c203e2e SHA1: 35af3c2c01fe422ebfafeb9359ca9f4c9fe1f67b MD5sum: c8a17b8adee993e7d9108d3bd7c0571b 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_amd64.deb Package: ckermit Version: 414~beta11-3~bpo12+1 Installed-Size: 2963 Maintainer: John Goerzen Architecture: amd64 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: 1059780 SHA256: 4c97d85369f45373e9819eb4ff0c789fe1f93604d1b8a090b7f95d9105f90de1 SHA1: 1e3ab9b8c6c7cfbb44a87d5e1b1dbb0d54a6c857 MD5sum: 16f3179dd3188b726594d8938ea47579 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_amd64.deb Package: cl-brlapi Source: brltty Version: 6.7-1~bpo12+1 Installed-Size: 95 Maintainer: Debian Accessibility Team Architecture: all Depends: cl-cffi, libbrlapi0.8 Size: 75472 SHA256: 485fbd6f6577ac0e4aa2f2f80a7459e97ce81892d3adadc49b1da85697bf2d58 SHA1: 07bc0324dc77790aef8d2a0b17eac80866ae0c43 MD5sum: 8dd3cf40ae8c99bcec503a3e1cc12b5b Description: Common Lisp bindings for BrlAPI BRLTTY is a daemon which provides access to the console (text mode) for a blind person using a braille display. It drives the braille display and provides complete screen review functionality. . BrlAPI is a library which gives an application access to a braille display and lets it write braille. . This package provides Common Lisp bindings vor BrlAPI. Multi-Arch: foreign Homepage: https://brltty.com Section: lisp Priority: optional Filename: pool/main/b/brltty/cl-brlapi_6.7-1~bpo12+1_all.deb Package: cl-speech-dispatcher Source: speech-dispatcher Version: 0.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: 4510 Maintainer: Ricardo Mones Architecture: amd64 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: 1739388 SHA256: 5d292c26532175f09f94ff2877f7fa51cce53562262ce95e448e59812b1612a1 SHA1: 2bc95355e177b7e92920d03f01aaed836b7d7eef MD5sum: f5d49698c74c788a403b96621d23d769 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_amd64.deb Package: claws-mail-acpi-notifier Source: claws-mail Version: 4.3.0-1~bpo12+1 Installed-Size: 348 Maintainer: Ricardo Mones Architecture: amd64 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: 308976 SHA256: 397d81f5896d7a71d968268321d55d3deafcc13f753e336140fa1cff2ac311e1 SHA1: 96141708c085183eab194d07cffd863c2483a29c MD5sum: b1ece2deb8ac575a8cbd9259b9a8848a 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_amd64.deb Package: claws-mail-address-keeper Source: claws-mail Version: 4.3.0-1~bpo12+1 Installed-Size: 339 Maintainer: Ricardo Mones Architecture: amd64 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: 307616 SHA256: ed2aaa199015e4dc0059e2919f5a9394a0963fc1c27952da5e2edbd3fe99a87c SHA1: 58b711b8da5b14748c553904c5ec8aa7c422e6f6 MD5sum: 3970e14ed787e439729955d2497dc1c7 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_amd64.deb Package: claws-mail-archiver-plugin Source: claws-mail Version: 4.3.0-1~bpo12+1 Installed-Size: 379 Maintainer: Ricardo Mones Architecture: amd64 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: 320496 SHA256: 22283ec3f0537eb51fc75100aa22cb40c84eae22ade50a0a6147b564f5b141d9 SHA1: d2b13a42196aa024cc1058f678776b5561fda09d MD5sum: f6d19ec9aece5a053ae69c28373bf7b9 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_amd64.deb Package: claws-mail-attach-remover Source: claws-mail Version: 4.3.0-1~bpo12+1 Installed-Size: 339 Maintainer: Ricardo Mones Architecture: amd64 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: 308356 SHA256: 46febfd8ec8e9a78ac2caadac6f63521028398de04f6e598276c2e2a1033b307 SHA1: 1dde8807aa5297abc44b1b20cd90ecd550334161 MD5sum: 243bd8f69d2699fee0addc8962cc2952 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_amd64.deb Package: claws-mail-attach-warner Source: claws-mail Version: 4.3.0-1~bpo12+1 Installed-Size: 335 Maintainer: Ricardo Mones Architecture: amd64 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: 307468 SHA256: 2b30e7d9d643211498c0d5e4f29a129877a64990df629fcc744b3ba3ee8f2f8a SHA1: 810cda1c10493c3ef6c970efc260537dd103a247 MD5sum: 93ea545dd779933079a5e33c883ea132 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_amd64.deb Package: claws-mail-bogofilter Source: claws-mail Version: 4.3.0-1~bpo12+1 Installed-Size: 355 Maintainer: Ricardo Mones Architecture: amd64 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: 312872 SHA256: 9275b61809e0228e666eaabae2a3d48dbdb9092e88227e285027997f17e00865 SHA1: b3a222ee6454cdf95a28ceeec7c27e3b199bcf04 MD5sum: 4ee21a98eacb1e39cb04c58038f3d85e 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_amd64.deb Package: claws-mail-bsfilter-plugin Source: claws-mail Version: 4.3.0-1~bpo12+1 Installed-Size: 347 Maintainer: Ricardo Mones Architecture: amd64 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: 986d87ebe3818e3e493e6d57b5a45bc1208c021b80e2791313fb7a939e28f15e SHA1: ae67feeef3abbba0235ecac7af95c6b7b59892ff MD5sum: 29512f29a22bb3458bc1d7aa195e811a 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_amd64.deb Package: claws-mail-clamd-plugin Source: claws-mail Version: 4.3.0-1~bpo12+1 Installed-Size: 360 Maintainer: Ricardo Mones Architecture: amd64 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: 315072 SHA256: f92c6f210dd0525e52153ced9a408f799bf357c02beec22b791d209b6a919651 SHA1: e9e9ebb742f1ca98043e3feb6f0922d92c540cca MD5sum: 03b843739f033b1a82c74c594744058b 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_amd64.deb Package: claws-mail-dillo-viewer Source: claws-mail Version: 4.3.0-1~bpo12+1 Installed-Size: 336 Maintainer: Ricardo Mones Architecture: amd64 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: 307040 SHA256: fe1a8343cd3bf574c036dad4984d9541b939ea47cfdf913c96ce97d83783c5d2 SHA1: a5a367ca6e60f1f446c1c75585fb554aa789f73f MD5sum: b423b2e5a9554e24967295a00bf1540f 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_amd64.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: 386 Maintainer: Ricardo Mones Architecture: amd64 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: 316704 SHA256: eb90f02df5e28cbf2272fd3a8ccfd54159950072a6cccefa70081d2fcb0ae6f2 SHA1: 6a6d0d9edae072eb942e17d5a1288f96e3ed1c5c MD5sum: e110703d97cd15f09888baa17b35f098 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_amd64.deb Package: claws-mail-feeds-reader Source: claws-mail Version: 4.3.0-1~bpo12+1 Installed-Size: 460 Maintainer: Ricardo Mones Architecture: amd64 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: 349688 SHA256: 45785a2278e889dbb94139142b9b8b76339cc85fb0b9d767ce0daa933161e182 SHA1: a01feab3ccb3bb9e6ba3c7003d69fb8fe25c1f20 MD5sum: baa5dc6a9c38665940a38c048ccd199f 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_amd64.deb Package: claws-mail-fetchinfo-plugin Source: claws-mail Version: 4.3.0-1~bpo12+1 Installed-Size: 336 Maintainer: Ricardo Mones Architecture: amd64 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: 306332 SHA256: 52f0a61a330442c28b5a42188bbd080d5c35efa2bbcb3093017c85af07252005 SHA1: 7489946e2765b86eef8d15b36f337863be941b6a MD5sum: 22489eb0f526e08cc4db8ce8090dd6f5 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_amd64.deb Package: claws-mail-gdata-plugin Source: claws-mail Version: 4.1.1-4~bpo12+1 Installed-Size: 335 Maintainer: Ricardo Mones Architecture: amd64 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: 294984 SHA256: 4ff3613115428eefac5ef0b982a62dadea473a8e9a35c55bad63ab9d3a4a0297 SHA1: d7353b0c6313fc0568f07a66caae0f5b661a6936 MD5sum: bd9c082a55266523ba2078f6d75c6391 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_amd64.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: 335 Maintainer: Ricardo Mones Architecture: amd64 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: 307176 SHA256: c2648e030eaf5140dd431af8e9402cd6d9bcf811b90e487204295940148b7318 SHA1: 047f501d9555c202cbbad80eac70f9b50c79fcfb MD5sum: 19300cdf74d22ba3b2066b619bae6301 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_amd64.deb Package: claws-mail-libravatar Source: claws-mail Version: 4.3.0-1~bpo12+1 Installed-Size: 360 Maintainer: Ricardo Mones Architecture: amd64 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: 314488 SHA256: 993ca45b221cc63092d977e27fff13fe37fc98c0f64c3ab6aeae13c1edfb0f1a SHA1: 42d51579bbde3a26fb00d63e1b551511c94585db MD5sum: d092b77de0fb1fe182b8e72cea8ef4b0 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_amd64.deb Package: claws-mail-litehtml-viewer Source: claws-mail Version: 4.3.0-1~bpo12+1 Installed-Size: 1205 Maintainer: Ricardo Mones Architecture: amd64 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: 554040 SHA256: 173b56c8c4c3f95d12c0db1511eac78b5b4a1b2ca709a683422d1ef2e4e2c126 SHA1: 99bbea0ba8a08940d7e4d968d0d1b1bae5bad333 MD5sum: 249548262181d3e77c87e637f43f017f 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_amd64.deb Package: claws-mail-mailmbox-plugin Source: claws-mail Version: 4.3.0-1~bpo12+1 Installed-Size: 451 Maintainer: Ricardo Mones Architecture: amd64 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: 343752 SHA256: c85a305699659e843e2fddd93516d99f7e0c54f7b8d9350a49ccd279216b28aa SHA1: dc88f4e1df0281da9d1c61f1982debbc0108e245 MD5sum: f39aac728c41600d2ddb84cddf7e106a 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_amd64.deb Package: claws-mail-managesieve Source: claws-mail Version: 4.3.0-1~bpo12+1 Installed-Size: 392 Maintainer: Ricardo Mones Architecture: amd64 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: 325632 SHA256: 356f7fc77fe5477925d49cfac0c6e46d9aba1bd504f299245efb902dcfcea261 SHA1: 2c057d61c24468db6a668f67ff9fb7995eb6561f MD5sum: 9855d79a5af28a0e40ba6a5428cd9012 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_amd64.deb Package: claws-mail-multi-notifier Source: claws-mail Version: 4.3.0-1~bpo12+1 Installed-Size: 478 Maintainer: Ricardo Mones Architecture: amd64 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: 349828 SHA256: f7298bfc08ed48aad60dd0bf6328619a14d852a2af61ad40cec4a046446dcdc9 SHA1: 9faf24a4d9c7f94d0e2882577e4aa9d6c1245e23 MD5sum: f1adc82d5fa96df88a36f893e97b397c 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_amd64.deb Package: claws-mail-newmail-plugin Source: claws-mail Version: 4.3.0-1~bpo12+1 Installed-Size: 327 Maintainer: Ricardo Mones Architecture: amd64 Depends: libc6 (>= 2.3.4), claws-mail (= 4.3.0-1~bpo12+1) Size: 303744 SHA256: 11a8adfaa326640521a7d764fc3d4dfe8e0002d958f26e3976d799fc199a9c04 SHA1: 0c14a9f444b4f2c23cc86a55ac03c165bb18f2fb MD5sum: 413732ce55d1eea069b6246f5722e685 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_amd64.deb Package: claws-mail-pdf-viewer Source: claws-mail Version: 4.3.0-1~bpo12+1 Installed-Size: 374 Maintainer: Ricardo Mones Architecture: amd64 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: 318456 SHA256: 455722b910e0fcdd7ca734ef7a19c0e28702b0b6aab6a56ed86ab9725b8c468c SHA1: d2d81792baac35e0bae13964af6dbed3911c0dbe MD5sum: edfdf6793d915af18cbf27b0e72c658b 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_amd64.deb Package: claws-mail-perl-filter Source: claws-mail Version: 4.3.0-1~bpo12+1 Installed-Size: 405 Maintainer: Ricardo Mones Architecture: amd64 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: 331372 SHA256: c3895995e20271bcc4fc91de5d975bec766710c1fdc3bf95f754a14a890dd789 SHA1: c0bc42b79587dbcfd8bce344bd85b7f5ca30eaa2 MD5sum: 5c15bf4f382c8dfef96145b45cb983f9 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_amd64.deb Package: claws-mail-pgpinline Source: claws-mail Version: 4.3.0-1~bpo12+1 Installed-Size: 349 Maintainer: Ricardo Mones Architecture: amd64 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: 309972 SHA256: b15686877046face4241e33bc5c17204e9a55ca7639714548777f90f15450708 SHA1: 1deacd880aabdc7ab7bdb30076e1e9e407d012a8 MD5sum: c7395c0bfd79dacc00bc7c9189d0877f 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_amd64.deb Package: claws-mail-pgpmime Source: claws-mail Version: 4.3.0-1~bpo12+1 Installed-Size: 439 Maintainer: Ricardo Mones Architecture: amd64 Provides: claws-mail-pgpcore Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.35.8), 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: 335024 SHA256: 2b1717ebdcf710372e5b816c5db70aa9f6f31f5e47c1d1a1648f7ed323ecbd92 SHA1: e84945163e99d68134c3e8e6c7d3d792ddcf76dc MD5sum: 64da880978c9742d04a73037597680c0 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_amd64.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: 451 Maintainer: Ricardo Mones Architecture: amd64 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: 335428 SHA256: ba8f1c37d062b746db11fb70aa15c3297dcf358ef9c4f9c22d51f255249d30ab SHA1: cec01886630b3818e6de983b0d521539c87a187f MD5sum: b08056dcc3cd0112a48b9b47660bcf2e 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_amd64.deb Package: claws-mail-smime-plugin Source: claws-mail Version: 4.3.0-1~bpo12+1 Installed-Size: 348 Maintainer: Ricardo Mones Architecture: amd64 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: 310944 SHA256: 3f65bb69e6975138bbbcc0cc00263040462601d8adf8e582e7b04eab27ecddad SHA1: 1fd61f77b603856117fd3c99bb048ec1d15de1ad MD5sum: e3d8f628ef3e6ac1d7417b22f1bbba13 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_amd64.deb Package: claws-mail-spam-report Source: claws-mail Version: 4.3.0-1~bpo12+1 Installed-Size: 340 Maintainer: Ricardo Mones Architecture: amd64 Depends: libc6 (>= 2.14), 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: 308536 SHA256: e626ec9efe51470378d5b888486566abb7a8a0a80be08ba31d873f547c44a2e1 SHA1: ed41065fac70a98e9b8c200e9a7e0b453d61399a MD5sum: 0d60dbd8cdffdc69e0db8a5500250d92 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_amd64.deb Package: claws-mail-spamassassin Source: claws-mail Version: 4.3.0-1~bpo12+1 Installed-Size: 382 Maintainer: Ricardo Mones Architecture: amd64 Depends: libc6 (>= 2.14), 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: 323332 SHA256: f9541366da498d9deef5cb02130891b88b86f33fb7b7ee215b348b07cd047035 SHA1: bbc06aa2e90d79ee789b6aa2e20f9ac36a52638f MD5sum: 80027d098247dc461a67b211e7942626 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_amd64.deb Package: claws-mail-tnef-parser Source: claws-mail Version: 4.3.0-1~bpo12+1 Installed-Size: 346 Maintainer: Ricardo Mones Architecture: amd64 Depends: libc6 (>= 2.33), libglib2.0-0 (>= 2.12.0), libytnef0, claws-mail (= 4.3.0-1~bpo12+1) Size: 310188 SHA256: afc0c5cdf8522f3aff9854aa4215b89b90c23ac0486d36a4702b09a774c1ed3c SHA1: 6d78852d63c7aa916eecf18c842d63b98cc91586 MD5sum: 52f4bee977e91d962f1eced76fc5f95a 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_amd64.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: 541 Maintainer: Ricardo Mones Architecture: amd64 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: 378172 SHA256: 0698ae63f25828a4a02f0cbee2151da2dae3f3463ad394378ec0e39ab51a07a4 SHA1: ff25a0bed2acb85931452564bd2f435068b410a5 MD5sum: 0093bc24086a78206839a361a64efa81 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_amd64.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: 91 Maintainer: Andrea Pappacoda Architecture: amd64 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: 21876 SHA256: 331e6bd0aca320189de9e7d4d2bc431acd1109503d5a42fbdee73a2b20ed8525 SHA1: 3ca8faf214f6cefe7d00feeb5b6aeb47f90626c6 MD5sum: 454b9c32318f60470c9637c4d8211f1c 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_amd64.deb Package: cmake Version: 3.30.5-1~bpo12+1 Installed-Size: 37594 Maintainer: Debian CMake Team Architecture: amd64 Depends: cmake-data (= 3.30.5-1~bpo12+1), procps, libarchive13 (>= 3.3.3), libc6 (>= 2.34), libcurl4 (>= 7.16.2), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.0), libjsoncpp25 (>= 1.9.5), librhash0 (>= 1.2.6), libstdc++6 (>= 12), libuv1 (>= 1.38.0), zlib1g (>= 1:1.1.4) Recommends: gcc, make Suggests: cmake-doc, cmake-format, elpa-cmake-mode, ninja-build Size: 10776232 SHA256: 8af87abc44340bdd19444e1539decc6697695c76ef04416f5402446a7610aeb7 SHA1: 5d99af0f17efdea4307a3aeea59a2e15d24911a6 MD5sum: 3c98fe02b9e80f5421ae8992a2b3dbd9 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.5-1~bpo12+1_amd64.deb Package: cmake-curses-gui Source: cmake Version: 3.30.5-1~bpo12+1 Installed-Size: 11551 Maintainer: Debian CMake Team Architecture: amd64 Depends: cmake (= 3.30.5-1~bpo12+1), libarchive13 (>= 3.3.3), libc6 (>= 2.34), libcurl4 (>= 7.16.2), libgcc-s1 (>= 3.0), libjsoncpp25 (>= 1.9.5), libncurses6 (>= 6), librhash0 (>= 1.2.6), libstdc++6 (>= 12), libtinfo6 (>= 6), libuv1 (>= 1.38.0), zlib1g (>= 1:1.1.4) Size: 3350556 SHA256: 064c4eb401cc87e091ecb69f92b75273331ed9adb658a9266a9e32480a176484 SHA1: eb75ab652bd158e7bd64746ee77dc12dd4d8f449 MD5sum: f98efb26a24501e8733ad763a01482d2 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.5-1~bpo12+1_amd64.deb Package: cmake-data Source: cmake Version: 3.30.5-1~bpo12+1 Installed-Size: 11376 Maintainer: Debian CMake Team Architecture: all Size: 2220440 SHA256: ad2f823224fc7285fe25e7c7125598cba2443d2e14edd85ff34f3c26d586fcfa SHA1: 15b4aa24d0a54cc16f31fdbbc52223cad5fd1adc MD5sum: f5348b63740a39a84e26c387e1c7594b 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.5-1~bpo12+1_all.deb Package: cmake-doc Source: cmake Version: 3.30.5-1~bpo12+1 Installed-Size: 34244 Maintainer: Debian CMake Team Architecture: all Depends: cmake-data (= 3.30.5-1~bpo12+1), libjs-sphinxdoc (>= 5.2) Recommends: doc-base Suggests: cmake Size: 2543388 SHA256: 2fe680ef8b64fb73af3b0ae3cb0d610dd053660fcc26572d34a6d5804053e95a SHA1: ce8328f8e53aeae1a6a70635902afec2851a4ac9 MD5sum: b24240fec2dee9a326024e5d122deeff 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.5-1~bpo12+1_all.deb Package: cmake-qt-gui Source: cmake Version: 3.30.5-1~bpo12+1 Installed-Size: 11998 Maintainer: Debian CMake Team Architecture: amd64 Provides: cmake-gui Depends: cmake (= 3.30.5-1~bpo12+1), libarchive13 (>= 3.3.3), libc6 (>= 2.34), libcurl4 (>= 7.16.2), libgcc-s1 (>= 3.0), 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.1.4) Size: 3468352 SHA256: a3d9268420827c5dce3fed8cd60ffd25bff4bb81aa2f6bd0eac661f6abf27534 SHA1: 327a436aa3dcc3e84a16018c780fe18282a78b0d MD5sum: 61bbbc1d0fe4ff6a2fd9fa85bb6f3425 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.5-1~bpo12+1_amd64.deb Package: cockpit Version: 331-1~bpo12+1 Installed-Size: 69 Maintainer: Utopia Maintenance Team Architecture: all Depends: cockpit-bridge (>= 331-1~bpo12+1), cockpit-ws (>= 331-1~bpo12+1), cockpit-system (>= 331-1~bpo12+1) Recommends: cockpit-storaged (>= 331-1~bpo12+1), cockpit-networkmanager (>= 331-1~bpo12+1), cockpit-packagekit (>= 331-1~bpo12+1) Suggests: cockpit-doc (>= 331-1~bpo12+1), cockpit-sosreport (>= 331-1~bpo12+1), xdg-utils Size: 30084 SHA256: e130f290ecdbdaadc266f70c9a19ee48a1c5f3ccf9d8d3aa8f3c5ce1face4884 SHA1: 0cee619dff854bdfce27380b20690229ac2c471f MD5sum: 0a1f58090f0480ae7c3ce095cfa5a497 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_331-1~bpo12+1_all.deb Package: cockpit-bridge Source: cockpit Version: 331-1~bpo12+1 Installed-Size: 841 Maintainer: Utopia Maintenance Team Architecture: amd64 Replaces: cockpit-pcp (<< 236) Provides: cockpit-pcp Depends: python3:any, glib-networking Recommends: openssh-client Suggests: python3-pcp Conflicts: cockpit-pcp Size: 382564 SHA256: 842713b3e4e5479b095d42739f560cc48884e9603933aa3ef3929513937db621 SHA1: 0b7083c8e24a0911a1aa3d71941a32e903d2183d MD5sum: 42b5c744ef99babf8effa833aa51744b 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_331-1~bpo12+1_amd64.deb Package: cockpit-doc Source: cockpit Version: 331-1~bpo12+1 Installed-Size: 523 Maintainer: Utopia Maintenance Team Architecture: all Size: 133212 SHA256: 4767fa8dfb98371c4972df7694aca72a2b4ab8f6aad56a0c4027afb7a424a827 SHA1: e1685f4b51c7a4915d62c91030c276f004a8173a MD5sum: 2c223991bd408639d931c37848eadf39 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_331-1~bpo12+1_all.deb Package: cockpit-machines Version: 324-1~bpo12+1 Installed-Size: 1040 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: 1022668 SHA256: b2ebcc5305bf81ca1f7a8607f8299ab9aeb19279b0d6ff339e5d0ed8a81f29b7 SHA1: b22fc10269fe59b9f9a4dd6dc783a568e6a778fd MD5sum: 0d973215df2c82e5720c5e2d3056f0d6 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_324-1~bpo12+1_all.deb Package: cockpit-networkmanager Source: cockpit Version: 331-1~bpo12+1 Installed-Size: 887 Maintainer: Utopia Maintenance Team Architecture: all Depends: cockpit-bridge (>= 331-1~bpo12+1), network-manager (>= 1.6) Size: 856000 SHA256: 2578419fd1ef1a6a053ba0c36cb5341b941971a10e29c947e629e3bc771c887f SHA1: a965fc0139bb336ddf6e703bb27bddb3a4f95487 MD5sum: bb52fede98b58b57918f6a1759b6b8b4 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_331-1~bpo12+1_all.deb Package: cockpit-packagekit Source: cockpit Version: 331-1~bpo12+1 Installed-Size: 900 Maintainer: Utopia Maintenance Team Architecture: all Depends: cockpit-bridge (>= 331-1~bpo12+1), packagekit, python3 Size: 853500 SHA256: ef0380421085ad321f33bb4182c2ff5acc17e4f7f9834283f696d2212b77c7be SHA1: e91f7144c32d4cac0744abc8fd08b5e17e684d58 MD5sum: be5f8c3844ebccb355f94b33e402685f 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_331-1~bpo12+1_all.deb Package: cockpit-pcp Source: cockpit Version: 311-1~bpo12+1 Installed-Size: 223 Maintainer: Utopia Maintenance Team Architecture: amd64 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: 77868 SHA256: a19e257749725a366b895a605387877aeac968120e2af879538a77f2f74f6a60 SHA1: 5b6ea575e227864523391d94342a04f87330cb5f MD5sum: 7eda6c69e33e20ef5bf96c991a738dc7 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_amd64.deb Package: cockpit-podman Version: 98-1~bpo12+1 Installed-Size: 568 Maintainer: Martin Pitt Architecture: all Depends: cockpit-bridge, podman (>= 2.0.4) Size: 546396 SHA256: 327b745fb78728544529ce225707ee68c5a3a0b4706272cdd9e03d663f0e18b0 SHA1: ba8641e785c3a4cfcf348ded43718cf51fd25bb1 MD5sum: 5faa000746cd2608448a1d7bcc97f93c 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_98-1~bpo12+1_all.deb Package: cockpit-sosreport Source: cockpit Version: 331-1~bpo12+1 Installed-Size: 505 Maintainer: Utopia Maintenance Team Architecture: all Depends: cockpit-bridge (>= 331-1~bpo12+1), sosreport Size: 459200 SHA256: 813d2b8f5e6ee6fcd307658bde2967f5bc8937934fd5aa7ff3aef844b4ca8846 SHA1: eb35e4246d2c00a41bce3321239a316560e46cbe MD5sum: be82a278104cac574f6b8969b21a5781 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_331-1~bpo12+1_all.deb Package: cockpit-storaged Source: cockpit Version: 331-1~bpo12+1 Installed-Size: 814 Maintainer: Utopia Maintenance Team Architecture: all Depends: udisks2 (>= 2.9), udisks2 (>= 2.10) | libblockdev-mdraid2, cockpit-bridge (>= 331-1~bpo12+1), python3, python3-dbus Suggests: udisks2-btrfs, udisks2-lvm2, mdadm Size: 791440 SHA256: 03ef280767567d01be5541dfc36a0256974d92c191e853cb112dc82832e3a653 SHA1: 359643ef320f2d88c0b3bd9652074bce386aa95f MD5sum: de6a1e8e87f98b5caf07a7287c1f82b7 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_331-1~bpo12+1_all.deb Package: cockpit-system Source: cockpit Version: 331-1~bpo12+1 Installed-Size: 3439 Maintainer: Utopia Maintenance Team Architecture: all Provides: cockpit-shell, cockpit-systemd, cockpit-tuned, cockpit-users Depends: cockpit-bridge (>= 331-1~bpo12+1), libpwquality-tools, openssl Recommends: sudo | pkexec | policykit-1 Suggests: lastlog2 Size: 3337584 SHA256: fef561aa19446b4633f40c84970659bd1c8b4c46777c0975807ab8ab74222701 SHA1: 8e42df98aeb586d486df1dc97e3940c73d160adc MD5sum: 2a121f017e9e34ed2611ae02d8d6252c 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_331-1~bpo12+1_all.deb Package: cockpit-tests Source: cockpit Version: 329-1~bpo12+1 Installed-Size: 884 Maintainer: Utopia Maintenance Team Architecture: amd64 Replaces: cockpit-test-assets Provides: cockpit-test-assets Depends: libc6 (>= 2.4), libpam0g (>= 0.99.7.1), cockpit-system (>= 329-1~bpo12+1), openssh-client Conflicts: cockpit-test-assets Size: 764596 SHA256: 1507169fa5e1623404e20163c7d1d68dabab44b4fb2822838b08f67f3894575c SHA1: 2b2efd5871762ff4910d283bd82d1b74128dcd26 MD5sum: 0809de6ed556164bebd38cd338a45513 Description: Tests for Cockpit This package contains tests and files used while testing Cockpit. These files are not required for running Cockpit. Multi-Arch: foreign Homepage: https://cockpit-project.org/ Section: admin Priority: optional Filename: pool/main/c/cockpit/cockpit-tests_329-1~bpo12+1_amd64.deb Package: cockpit-ws Source: cockpit Version: 331-1~bpo12+1 Installed-Size: 1777 Maintainer: Utopia Maintenance Team Architecture: amd64 Replaces: cockpit-tests (<< 331) Depends: libc6 (>= 2.34), libcrypt1 (>= 1:4.1.0), libglib2.0-0 (>= 2.67.1), libgnutls30 (>= 3.7.5), libgssapi-krb5-2 (>= 1.17), libjson-glib-1.0-0 (>= 1.5.2), libpam0g (>= 1.3.1), libsystemd0 (>= 237), glib-networking, adduser, openssl, systemd (>= 235), libnss-systemd Suggests: sssd-dbus (>= 2.6.2), python3 Conflicts: cockpit-tests (<< 331) Size: 888208 SHA256: af077a9504b75eee2b47d90d05cc93d62a64219d34fb5bd2e67f78aa897d2624 SHA1: c42d2da83384dc824384a71a1f5f0a54335988aa MD5sum: 31cbea67d0669f8dc61266b4d2746782 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_331-1~bpo12+1_amd64.deb Package: comerr-dev Source: e2fsprogs (1.47.2~rc1-2~bpo12+2) Version: 2.1-1.47.2~rc1-2~bpo12+2 Installed-Size: 152 Maintainer: Theodore Y. Ts'o Architecture: amd64 Replaces: e2fslibs-dev (<< 1.33-2), libkrb5-dev (<< 1.3) Depends: libc6-dev | libc-dev, libcom-err2 (= 1.47.2~rc1-2~bpo12+2) Suggests: doc-base Size: 55420 SHA256: a75a1c3d6f88e1a2f6987c4bd0780b0cdd626326f7a4d39bc4d490a680fb5cfb SHA1: 6e0efadf13c38d0c59035741f7d7b6571f43c863 MD5sum: 45a449b0df8f93a68c662715bc90f983 Description: common error description library - headers and static libraries libcom_err is an attempt to present a common error-handling mechanism to manipulate the most common form of error code in a fashion that does not have the problems identified with mechanisms commonly in use. . This package contains the development environment for the com_err library. Multi-Arch: same Homepage: http://e2fsprogs.sourceforge.net Section: libdevel Priority: optional Filename: pool/main/e/e2fsprogs/comerr-dev_2.1-1.47.2~rc1-2~bpo12+2_amd64.deb Package: containers-storage Source: golang-github-containers-storage Version: 1.48.1+ds1-2~bpo12+1 Installed-Size: 6745 Maintainer: Debian Go Packaging Team Architecture: amd64 Depends: libc6 (>= 2.34), libdevmapper1.02.1 (>= 2:1.02.97) Size: 2197896 SHA256: c60f40767756c107638a0a787730b93e09c639e12c4e07da715e4e843451e52b SHA1: 8401442d1c7e38dd80b7321e17461f8338f67f5e MD5sum: 74a68ab9eb3d67ee1d5ed7b247e41602 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_amd64.deb Package: copyq Version: 9.0.0-1~bpo12+1 Installed-Size: 5560 Maintainer: Debian QA Group Architecture: amd64 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: 1471696 SHA256: 4c608be18f93d1e7e64b9187cf020bd95b8a7b70e633ad8ad1e64791b163c73f SHA1: 44d9b2b289b107d31bf36a15386f8350e46e5550 MD5sum: d7669b4ef6b74bbae2e6c33944465f85 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_amd64.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: 2311 Maintainer: Debian QA Group Architecture: amd64 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: 533972 SHA256: 16c3d94dd556fab74152f2c7ebb3936808d2f45ce1cb78b467decf01d1f7f49f SHA1: b3fdd3e116bddf8c6267c657aa9d1271dd28a2f3 MD5sum: 7270537c576903be1a184df58f7b98f9 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_amd64.deb Package: corectrl Version: 1.3.5+ds-1~bpo12+1 Installed-Size: 4690 Maintainer: Gürkan Myczko Architecture: amd64 Depends: libbotan-2-19 (>= 2.19.3+dfsg), libc6 (>= 2.34), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.0), libglib2.0-0 (>= 2.12.0), libpolkit-gobject-1-0 (>= 0.99), libpugixml1v5 (>= 1.6), libqt5charts5 (>= 5.7.1), libqt5core5a (>= 5.15.1), libqt5dbus5 (>= 5.14.1), libqt5gui5 (>= 5.8.0) | libqt5gui5-gles (>= 5.8.0), libqt5network5 (>= 5.0.2), libqt5qml5 (>= 5.1.0), libqt5quick5 (>= 5.0.2) | libqt5quick5-gles (>= 5.0.2), libqt5widgets5 (>= 5.0.2), libquazip1-qt5-1 (>= 1.4), libstdc++6 (>= 11), vulkan-tools, qml-module-qtcharts, qml-module-qtquick-layouts, qml-module-qtquick-controls2, qml-module-qt-labs-platform, qml-module-qtquick-window2, qml-module-qtquick2 Size: 892292 SHA256: b1a051fd0a663bf8b667fdead75d45ee387882fd2ef2df3bf921efd64243c9d3 SHA1: 644093b7c76748326eef076eb6e12fc7ea492b9a MD5sum: 69aeaed548399d868ce8ff7a3a81b9d3 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_amd64.deb Package: cppgir Version: 0~git20231019.ff975ba-2~bpo12+1 Installed-Size: 881 Maintainer: Nicholas Guriev Architecture: amd64 Depends: libc6 (>= 2.34), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.0), libstdc++6 (>= 11) Size: 277704 SHA256: 6abdb656d27548c93b941aa27e63cf8698d10db73257fae13020b52c53aafa91 SHA1: 13f39ee1ce044bb18b30a67a41a6967407183339 MD5sum: 2181aeebb4d2a04b9cfde943a4f496b8 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_amd64.deb Package: ctdb Source: samba Version: 2:4.21.3+dfsg-6~bpo12+1 Installed-Size: 3681 Maintainer: Debian Samba Maintainers Architecture: amd64 Depends: iproute2, psmisc, samba-libs (= 2:4.21.3+dfsg-6~bpo12+1), sudo, tdb-tools, time, libbsd0 (>= 0.6.0), libc6 (>= 2.34), libpopt0 (>= 1.14), libtalloc2 (>= 2.1.0), libtdb1 (>= 1.3.11), libtevent0 (>= 0.15.0), libtirpc3 (>= 1.0.2) Recommends: ethtool, python3:any, python3-etcd Suggests: lsof, librados2 (>= 16.2.15+ds), samba-vfs-ceph Size: 716424 SHA256: ee1ee5474219317d98392d5b286ddbdab67425518171195fcdb3dda6dd4df544 SHA1: 88a3959a28fa9b936007f5b250fbf504c519dd03 MD5sum: 73bffbcdea6f319441dab1b16fc08fce Description: clustered database to store temporary data CTDB is a cluster implementation of the TDB database used by Samba and other projects to store temporary data. If an application is already using TDB for temporary data it is very easy to convert that application to be cluster aware and use CTDB instead. . CTDB provides the same types of functions as TDB but in a clustered fashion, providing a TDB-style database that spans multiple physical hosts in a cluster. . Features include: * CTDB provides a TDB that has consistent data and consistent locking across all nodes in a cluster. * CTDB is very fast. * In case of node failures, CTDB will automatically recover and repair all TDB databases that it manages. * CTDB is the core component that provides pCIFS ("parallel CIFS") with Samba3/4. * CTDB provides HA features such as node monitoring, node failover, and IP takeover. * CTDB provides a reliable messaging transport to allow applications linked with CTDB to communicate to other instances of the application running on different nodes in the cluster. * CTDB has pluggable transport backends. Currently implemented backends are TCP and Infiniband. * CTDB supports a system of application specific management scripts, allowing applications that depend on network or filesystem resources to be managed in a highly available manner on a cluster. Multi-Arch: foreign Homepage: https://www.samba.org Section: net Priority: optional Filename: pool/main/s/samba/ctdb_4.21.3+dfsg-6~bpo12+1_amd64.deb Package: curl Version: 8.11.1-1~bpo12+1 Installed-Size: 472 Maintainer: Debian Curl Maintainers Architecture: amd64 Depends: libc6 (>= 2.34), libcurl3-gnutls (= 8.11.1-1~bpo12+1), zlib1g (>= 1:1.1.4) Size: 256968 SHA256: 82e5e11090c810f941364aa804769cc06cceaff3bbbdf239c9d81aae8079f1f7 SHA1: 76085fb4f902455a1d89c2b10298288620f222ef MD5sum: 24f016613ce88f45cd5860a7b50e32d0 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.11.1-1~bpo12+1_amd64.deb Package: cyrus-admin Source: cyrus-imapd Version: 3.8.1-1~bpo12+1 Installed-Size: 153 Maintainer: Debian Cyrus Team Architecture: amd64 Depends: cyrus-common (>= 3.8.1), libcyrus-imap-perl (>= 3.8.1-1~bpo12+1), libc6 (>= 2.34), perl:any Suggests: sasl2-bin Size: 80236 SHA256: 7d537f39f549c3051e30388dc1e6a4f10b5effdce4c713f99cd5ed9444b95593 SHA1: 4a5902e0c4f84f9a75d122d5bbb272d8102332f8 MD5sum: 57fb048d13a076a0b04efc91f99eab0a 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_amd64.deb Package: cyrus-caldav Source: cyrus-imapd Version: 3.8.1-1~bpo12+1 Installed-Size: 1664 Maintainer: Debian Cyrus Team Architecture: amd64 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: 660844 SHA256: 7006d7f6607ff2874b052963753a2c6ea21c12bd724017fdc3f83347f5490016 SHA1: 5fda461de56774ecc7ffa004138fb22341a3c881 MD5sum: 2470b7958ce50aea279d96fd99c9f52e 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_amd64.deb Package: cyrus-clients Source: cyrus-imapd Version: 3.8.1-1~bpo12+1 Installed-Size: 168 Maintainer: Debian Cyrus Team Architecture: amd64 Depends: cyrus-common (>= 3.8.1), libc6 (>= 2.34), libsasl2-2 (>= 2.1.28+dfsg), libssl3 (>= 3.0.0) Size: 88636 SHA256: 7b214f617e5890ff94edfa25db99fea9ed2462c79df01559f595b80b41f99f9a SHA1: 9a3a8fb212b7047c7413c34533be8c246b8cd361 MD5sum: 3dc50586bb848271e5e5986d17decff8 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_amd64.deb Package: cyrus-common Source: cyrus-imapd Version: 3.8.1-1~bpo12+1 Installed-Size: 5920 Maintainer: Debian Cyrus Team Architecture: amd64 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: 1408620 SHA256: 46dfcd489a5a2c4c5eeff4a310706919319214798e29621df49628136ec927ea SHA1: a6461c85d9485cbec8018c4ab42d8cf89f3a34ed MD5sum: 6ec07303260a092c1781ef4f5aec1002 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_amd64.deb Package: cyrus-dev Source: cyrus-imapd Version: 3.8.1-1~bpo12+1 Installed-Size: 302 Maintainer: Debian Cyrus Team Architecture: amd64 Depends: cyrus-common (= 3.8.1-1~bpo12+1), libcyrus-imap-perl (>= 3.8.1-1~bpo12+1), libsasl2-dev Size: 87496 SHA256: 47f11c71f0503126d5a6afcc23bfb70951f037c31558b2e2d5a10c743b397e53 SHA1: 60b8fedb6e8b63f63da4fbd4bb862b65a0391090 MD5sum: b6551517659225358bf9cd34bf2675b0 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_amd64.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: 514 Maintainer: Debian Cyrus Team Architecture: amd64 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: 215456 SHA256: 35c55f36de0bf8ad2a6bd12a6bb1eb9838de76374777167216782aeaa47b301b SHA1: 559dc7a0ed93b45aef5e874936ae20a4769e34a9 MD5sum: c4dabd3546b218abdeeca78e6d9fc187 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_amd64.deb Package: cyrus-murder Source: cyrus-imapd Version: 3.8.1-1~bpo12+1 Installed-Size: 134 Maintainer: Debian Cyrus Team Architecture: amd64 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: 73848 SHA256: 2c794f1fb30752b72e4a9858d5e828630ce0b8bee7cab0df0827ed1df561cf76 SHA1: 0d9b782256be3604e9825a84a8ab2c915ac962e3 MD5sum: 334c97a11dbe792edf742d0a3d9d4251 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_amd64.deb Package: cyrus-nntpd Source: cyrus-imapd Version: 3.8.1-1~bpo12+1 Installed-Size: 323 Maintainer: Debian Cyrus Team Architecture: amd64 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: 142840 SHA256: 8216b987886744d476f0af82ab7cabb57493a6349f5881a41257927b72287413 SHA1: d54079eb2d617129bdd9a42160e2ab004985d998 MD5sum: fa24348240e6cc9609f9db2e8a70c9e3 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_amd64.deb Package: cyrus-pop3d Source: cyrus-imapd Version: 3.8.1-1~bpo12+1 Installed-Size: 257 Maintainer: Debian Cyrus Team Architecture: amd64 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: 121500 SHA256: 2e62709cf1056474ff22f4555a26678e77dd8e7413f90d4f2b5890bf94552b26 SHA1: 9c1f8b3fe259fb728d2ff694fae8870d938d6454 MD5sum: 13bd5bf08482e9e0209995f0575a628c 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_amd64.deb Package: cyrus-replication Source: cyrus-imapd Version: 3.8.1-1~bpo12+1 Installed-Size: 526 Maintainer: Debian Cyrus Team Architecture: amd64 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: 144472 SHA256: 938c9dd7c8ff4850fd504e31f1e2fe5eed20d7efbe546e60d14a8c69a1d4afd1 SHA1: bcee5f0f20381db7dfb06a8458e96d6c1f773d46 MD5sum: 4be0fbf04fa5fd9a049a6e5fb4204fdf 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_amd64.deb Package: dar Version: 2.7.15-2~bpo12+1 Installed-Size: 1933 Maintainer: John Goerzen Architecture: amd64 Depends: libdar64-6000 (= 2.7.15-2~bpo12+1), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 11) Suggests: par2, dar-docs Size: 638108 SHA256: 6c1335600d458bfae2704b22f1067f09939fe47f6ed4d27520bc3248d78760a6 SHA1: e1616bc78c863219526f4d2e74c8caa0441898bc MD5sum: 824707b494f4ede6d146edbce37621df 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_amd64.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: 13986 Maintainer: John Goerzen Architecture: amd64 Size: 2967048 SHA256: 309c38a84a69dc864099d09f6c7e047e55898dbc8d3845c321b86bfad4f7abb0 SHA1: 424fd0f68f1c5e88d12c4f7a64b17fb110e79463 MD5sum: c48121dd5bde47afcd81018a5884183f 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_amd64.deb Package: darkradiant Version: 3.9.0-1~bpo12+1 Installed-Size: 25140 Maintainer: Debian Games Team Architecture: amd64 Depends: libc6 (>= 2.34), libftgl2 (>= 2.4.0), libgcc-s1 (>= 3.0), 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: 7706304 SHA256: ff9727b229c2d81a6988bd1ed8eb73f39334ae7f2f7bf6d3a8a935e96152a198 SHA1: 69d1161536e555170a1eb48558c3b05a955be33c MD5sum: 70d45a46e0870076ca936a234502ce8b 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_amd64.deb Package: darkradiant-plugins-darkmod Source: darkradiant Version: 3.9.0-1~bpo12+1 Installed-Size: 5410 Maintainer: Debian Games Team Architecture: amd64 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: 1123020 SHA256: 8a34b66bd855b11f0ec2172a5cf8a6aef949a659c2ade841d0f90b7b0906c6b7 SHA1: 8b32fb9b9558bcbb802345b5b4f2636ff50ca461 MD5sum: 09c33527ce8c123d9b1be1b65a8a721e 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_amd64.deb Package: dbus-broker Version: 36-1~bpo12+1 Installed-Size: 450 Maintainer: Utopia Maintenance Team Architecture: amd64 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: 158356 SHA256: 0443929be2746809d2fd5cc26827b673fa3f626fa3005787e52bbc816f22aa8f SHA1: 7f2a8633b97c20887aaa5932ed1427bdef21fdcb MD5sum: 58044271b0ce6f93ddb3e1623367630b 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_amd64.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.23~bpo12+1 Installed-Size: 1521 Maintainer: Debhelper Maintainers Architecture: all Replaces: dh-buildinfo Provides: debhelper-compat (= 9), debhelper-compat (= 10), debhelper-compat (= 11), debhelper-compat (= 12), debhelper-compat (= 13), dh-buildinfo, dh-sequence-dwz, dh-sequence-elf-tools, dh-sequence-installinitramfs, dh-sequence-installsysusers, dh-sequence-movetousr, dh-sequence-single-binary, dh-sequence-systemd Depends: autotools-dev, dh-autoreconf (>= 17~), dh-strip-nondeterminism (>= 0.028~), dpkg (>= 1.18.0~), dpkg-dev (>= 1.18.2~), dwz (>= 0.12.20190711), file (>= 3.23), libdebhelper-perl (= 13.23~bpo12+1), libdpkg-perl (>= 1.17.14), man-db, po-debconf, perl:any Suggests: dh-make Conflicts: dh-buildinfo Breaks: cmake (<< 3.9~), dh-debputy (<< 0.1.36~), meson (<< 0.40.0~) Size: 1001840 SHA256: 3f2b70b189bbc0dadd48b98433375d1f8bf8ef9878193ef008491a23abec808b SHA1: 35c3b557591c329b47da44cee48a0682baa2ed30 MD5sum: 2199618654a8530ae743a8b133da4da6 Description: helper programs for debian/rules A collection of programs that can be used in a debian/rules file to automate common tasks related to building Debian packages. Programs are included to install various files into your package, compress files, fix file permissions, integrate your package with the Debian menu system, debconf, doc-base, etc. Most Debian packages use debhelper as part of their build process. Multi-Arch: foreign Section: devel Priority: optional Filename: pool/main/d/debhelper/debhelper_13.23~bpo12+1_all.deb Package: debootstrap Version: 1.0.140~bpo12+1 Installed-Size: 324 Maintainer: Debian Install System Team Architecture: all Depends: wget, distro-info Recommends: sopv | sqv | gpgv, mount, debian-archive-keyring, arch-test (>= 0.11~) Suggests: squid-deb-proxy-client, ubuntu-archive-keyring, binutils, xz-utils, zstd Size: 50194 SHA256: e6f86f2b40fb9e286ec80b69edf8aa8799bcf36dea9c1aff91e42a5b73ca40d4 SHA1: d8b233be6da7515d10cb8293f28b57cf49e0c4ab MD5sum: a099a7e08b3310b4eb0fe3e0743f3c68 Description: Bootstrap a basic Debian system debootstrap is used to create a Debian base system from scratch, without requiring the availability of dpkg or apt. It does this by downloading .deb files from a mirror site, and carefully unpacking them into a directory which can eventually be chrooted into. Multi-Arch: foreign Section: admin Priority: optional Filename: pool/main/d/debootstrap/debootstrap_1.0.140~bpo12+1_all.deb Package: debputy-lsp Version: 0.2.2~bpo12+1 Installed-Size: 9 Maintainer: Debputy Maintainers Architecture: all Depends: debputy (>= 0.1.46~), python3-lsprotocol, python3-pygls Recommends: hunspell-en-us, python3-hunspell, python3-levenshtein Suggests: python3-junit-xml Size: 2972 SHA256: 1534b616e4e8ef0452a6bf900c7ce8984c0ed5e05039b95433513c7ac90bda85 SHA1: 26278198aacd20a11182dee3e36a9385cf3e0849 MD5sum: 28ac1936bc976aeb5f42b7ae4d2b2994 Description: Editor support for Debian packaging files via LSP specification Dependency package that installs the minimal dependencies required for for the debputy language server, which can provide editor support via the Language Server Protocol (LSP). This package will also provide relevant dependencies for many of debputy assistance commands such as "debputy lint" and "debputy reformat". . Any editor with LSP support built with a compatible version of the LSP specification can interface with the debputy language server and use it to extend its feature set for Debian packaging files (debian/). . Concrete features depends on the editor in question, but common supported editor features include: . * As-you-type diagnostics with quick-fixes * Context aware completion suggestions * In-editor access to documentation (often called "hover docs") . The "Suggests" field may have a package dedicated to your favorite editor. If so, consider installing that instead as it will then also provide most of the relevant editor glue to enable debputy automatically. Otherwise, you still have to provide your own editor-side of the configuration to have it start debputy when you start editing debian packaging files. . For more information about the LSP specification, please see: https://microsoft.github.io/language-server-protocol/overviews/lsp/overview/ . For a list of tools / editors that supports some version of the LSP specification, please see: https://microsoft.github.io/language-server-protocol/implementors/tools/ Multi-Arch: foreign Homepage: https://salsa.debian.org/debian/debputy/ Section: devel Priority: optional Filename: pool/main/d/debputy-lsp/debputy-lsp_0.2.2~bpo12+1_all.deb Package: debuginfod Source: elfutils Version: 0.191-1~bpo12+1 Installed-Size: 297 Maintainer: Debian Elfutils Maintainers Architecture: amd64 Depends: libdebuginfod1 (= 0.191-1~bpo12+1), libarchive13 (>= 3.0.4), libc6 (>= 2.34), libdw1 (>= 0.177), libelf1 (>= 0.142), libgcc-s1 (>= 3.0), libmicrohttpd12 (>= 0.9.50), libsqlite3-0 (>= 3.7.15), libstdc++6 (>= 12) Size: 112264 SHA256: 6aa7cce30a795e76e5272b2a4db3f2c8dc55a4ee71a6ca732ceb3efc84acac36 SHA1: 1c613434f6f648692c8d99d73572a39ad2650119 MD5sum: 07b3f167083f64170c7ff65a4f5514fa 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_amd64.deb Package: debusine-client Source: debusine Version: 0.8.1~bpo12+2 Installed-Size: 47 Maintainer: Raphaël Hertzog Architecture: all Depends: python3-debusine (= 0.8.1~bpo12+2), python3:any (>= 3.11~) Size: 13412 SHA256: a6d37802b65f3faf8a040d19c51a9cd591782290e6e1ac47189dd746350bc48d SHA1: d4ccb961e9d4fe7c8baa7b4bde2e49b2bb9b6430 MD5sum: 102cfa03ffc9f8cf423b6d60a732c1db 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.8.1~bpo12+2_all.deb Package: debusine-doc Source: debusine Version: 0.8.1~bpo12+2 Installed-Size: 7585 Maintainer: Raphaël Hertzog Architecture: all Depends: libjs-sphinxdoc (>= 5.2), sphinx-rtd-theme-common (>= 1.2.0+dfsg) Size: 620148 SHA256: b81d1ef03b38993a814744a881c385754e35f30dff5d4b7b4416b67d1f665e82 SHA1: 3c6b4635b4b89dafc83a612357d036f3d6226c20 MD5sum: 8286b6461a63ce5c581a432062495789 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.8.1~bpo12+2_all.deb Package: debusine-server Source: debusine Version: 0.8.1~bpo12+2 Installed-Size: 98 Maintainer: Raphaël Hertzog Architecture: all Depends: adduser, arch-test, daphne, dbconfig-pgsql | dbconfig-no-thanks, python3-debusine-server (= 0.8.1~bpo12+2), 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: 18952 SHA256: 2ba71a19b0bb1ae5f9ba9ac76c9623f4254eb064d6178eb8e1237614406ecfed SHA1: 435e87fbd82c907b0eef94730a67e946f3243011 MD5sum: 28290a2e0af5a26f2d2a55c5447b7770 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.8.1~bpo12+2_all.deb Package: debusine-signing Source: debusine Version: 0.8.1~bpo12+2 Installed-Size: 64 Maintainer: Raphaël Hertzog Architecture: all Depends: arch-test, dbconfig-pgsql | dbconfig-no-thanks, openssl, python3-debusine-signing (= 0.8.1~bpo12+2), python3-gpg, debconf (>= 0.5) | debconf-2.0, python3:any (>= 3.11~) Recommends: devscripts, sbsigntool Size: 15928 SHA256: 82c6b894743e0070cc6448a6be8174a51de03c84ac5d1c75f24f837990159961 SHA1: 70df4cb25e0396a03857b17ce9d9311e94fa7d40 MD5sum: 7aa1d974210dd83f6f01486c336f414d 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.8.1~bpo12+2_all.deb Package: debusine-worker Source: debusine Version: 0.8.1~bpo12+2 Installed-Size: 74 Maintainer: Raphaël Hertzog Architecture: all Depends: adduser, arch-test, python3-debusine (= 0.8.1~bpo12+2), udev, python3:any (>= 3.11~) Recommends: autopkgtest, binutils-for-host | binutils-multiarch, debootstrap, debvm, dosfstools, e2fsprogs, fdisk, mmdebstrap, mount, mtools, parted, qemu-utils, sbuild, systemd, systemd-ukify | systemd (<< 255.1-1), uidmap, xz-utils Suggests: incus, qemu-kvm, schroot Size: 20712 SHA256: 17128e22be52411626e7316c40b0efb001df19df8adf99c1275f7c4d75529a55 SHA1: 88b588cdb0f8168d1ffe905ea33c43b5cf117fc6 MD5sum: c85a87fe4e7bd68e5df4196c7f091dbe 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.8.1~bpo12+2_all.deb Package: dh-debputy Source: debputy Version: 0.1.57~bpo12+1 Installed-Size: 2579 Maintainer: Debputy Maintainers Architecture: all Provides: debputy (= 0.1.57~bpo12+1), debputy-plugin-gnome, debputy-plugin-grantlee, debputy-plugin-numpy3, debputy-plugin-perl-openssl, dh-sequence-debputy (= 0.1.57~bpo12+1), dh-sequence-installdebputy (= 0.1.57~bpo12+1), dh-sequence-zz-debputy (= 0.1.57~bpo12+1), dh-sequence-zz-debputy-rrr (= 0.1.57~bpo12+1) Depends: debhelper, dwz, man-db, python3-colored, python3-colorlog, python3-debian, python3-ruyaml | python3-ruamel.yaml, python3:any (>= 3.11~), strip-nondeterminism, perl:any Recommends: python3-argcomplete Suggests: debputy-lsp, hunspell-en-us, python3-hunspell, python3-junit.xml, python3-levenshtein, python3-lsprotocol, python3-pygls Breaks: debhelper (<= 13.19~) Size: 492844 SHA256: 28fc98292ee1fd985a319710f3f1d065b283951e4ba1dcab95f07d940d444939 SHA1: 2bafd10c184372e28dc8d0338abda7e2f59d7325 MD5sum: 75b8bbb658d7a1c028b735e1daaf48bf Description: Manifest style Debian-based package builder (debhelper integration) Package builder that provides a declarative manifest for building Debian-based packages. . The debputy package builder aims to reduce cognitive load for the packager and provide better introspection to packagers, linters and the Debian janitor. . The debputy package also provides its own linting and editor support features via the debputy-lsp package that are aimed at as-you-type feedback. . This version integrates with the debhelper sequencer dh. Multiple integration modes are possible with dh. The most trivial integration mode is dh-sequence-zz-debputy-rrr, which is a mostly standard dh sequence with very few changes aimed entirely at removing the need for fakeroot when assembling the .deb. . For more information on all integration modes and what they do, please see https://salsa.debian.org/debian/debputy/-/blob/main/INTEGRATION-MODES.md Multi-Arch: foreign Homepage: https://salsa.debian.org/debian/debputy Section: devel Priority: optional Filename: pool/main/d/debputy/dh-debputy_0.1.57~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.1.0-1~bpo12+1 Installed-Size: 38 Maintainer: Martin-Éric Racine Architecture: all Replaces: dhcpcd5 (<< 1:10.1.0-1~bpo12+1~) Provides: dhcpcd Depends: dhcpcd-base (>= 1:10.1.0-1~bpo12+1~), sysvinit-utils (>= 3.05-4~) | lsb-base Recommends: wpasupplicant Suggests: dhcpcd-gtk Breaks: dhcpcd5 (<< 1:10.1.0-1~bpo12+1~) Size: 12812 SHA256: 44f15a5d310d6592c31c0f801c0ba8639b15d1a65c088d014753337587f1539f SHA1: f71fbceef19fd94e420a072a1b1fc579e931ea24 MD5sum: 287acb35aedc722cb6d51c472ca1753c Description: DHCPv4 and DHCPv6 dual-stack client (init.d script & systemd unit) dhcpcd provides seamless IPv4 and IPv6 auto-configuration. . This package provides the optional init.d script and systemd service. . It should NOT be installed on systems where interfaces are configured by ifupdown via using the DHCP method. Homepage: https://roy.marples.name/projects/dhcpcd Section: net Priority: optional Filename: pool/main/d/dhcpcd/dhcpcd_10.1.0-1~bpo12+1_all.deb Package: dhcpcd-base Source: dhcpcd Version: 1:10.1.0-1~bpo12+1 Installed-Size: 485 Maintainer: Martin-Éric Racine Architecture: amd64 Replaces: dhcpcd5 (<< 1:10.1.0-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.1.0-1~bpo12+1~) Size: 197908 SHA256: a99aed0d20dd2ba2281ec1e9dc52daf8aa17c99fe3a602e2cd2cbcca36e2bf17 SHA1: caf4cb5e8648e42c289ca875b05287c0c30326c5 MD5sum: 089fa411a3c6da77a7f87d41ff54fd77 Description: DHCPv4 and DHCPv6 dual-stack client (binaries and exit hooks) dhcpcd provides seamless IPv4 and IPv6 auto-configuration: * DHCPv4 client * DHCPv6 client with Prefix Delegation (PD) support * IPv4LL support (ZeroConf) * IPv6RS support (SLAAC) * ARP address conflict resolution * ARP ping profiles * Wireless SSID profiles . This package provides the binaries, exit hooks and manual pages. . It offers a dual-stack substitute for ISC DHCP Client (dhclient) on systems where interfaces are configured by ifupdown via using the DHCP method. . The init.d script and systemd service required for systems without ifupdown are packaged separately as dhcpcd. . Since Debian 12 (Bookworm), dhcpcd uses Predictable Network Interface Names on Linux ports. See NEWS.Debian for more details. Homepage: https://roy.marples.name/projects/dhcpcd Section: net Priority: optional Filename: pool/main/d/dhcpcd/dhcpcd-base_10.1.0-1~bpo12+1_amd64.deb Package: dhcpcd5 Source: dhcpcd Version: 1:10.1.0-1~bpo12+1 Installed-Size: 23 Maintainer: Martin-Éric Racine Architecture: all Depends: dhcpcd (>= 1:10.1.0-1~bpo12+1~) Size: 10352 SHA256: be7dff9d8e01ba0fc18c21dbfc79b628b9b75bf719a850ef62cf564e36ce6371 SHA1: f633c1004c6547e38705b10188f1daa2ef5d500d MD5sum: fedbd462dde7f2062a717cee8365cf7b Description: DHCPv4 and DHCPv6 dual-stack client (dummy transitional package) This package depends on dhcpcd. It can safely be removed after upgrades. Homepage: https://roy.marples.name/projects/dhcpcd Section: oldlibs Priority: optional Filename: pool/main/d/dhcpcd/dhcpcd5_10.1.0-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: 5058 Maintainer: Debian XMPP Maintainers Architecture: amd64 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: 1244544 SHA256: 98865ffacc5e277e1401ef1278c54598666f6556d480aa23e4cfcdeb25fa1a9a SHA1: 0b4f2d7b61daf3557e67995d6c41087b84004641 MD5sum: 3e954b1726113dfc355a6060ad647998 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_amd64.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: 3517 Maintainer: Debian X Strike Force Architecture: amd64 Size: 244028 SHA256: 36986b4e53d396f2e615ba716e0310102488d99674e62b80d95f1adb25fc4a88 SHA1: 3c779f61787f37bad0a5059df5fc6de8b058feb2 MD5sum: e82bcc4e5d116ad05ce47f062788bf19 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_amd64.deb Package: distribution-gpg-keys Version: 1.106+ds-1~bpo12+1 Installed-Size: 1074 Maintainer: RPM packaging team Architecture: all Size: 531432 SHA256: 8bbb249c78c436a470523825a9830259d288b3db634bebc4b4274d7f1a339507 SHA1: b4ad35f01701fade29bdfe04374090393bc25038 MD5sum: 3dba12010a2c946de5721fc0b1d9832c 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.106+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: 1397 Maintainer: Dovecot Maintainers Architecture: amd64 Depends: dovecot-core (= 1:2.3.21.1+dfsg1-1~bpo12+1), libc6 (>= 2.4) Size: 1384104 SHA256: e7172589a74eb249904c043d9dcf51d524feef63612cc323f0fe22a6b52c8781 SHA1: 36b4b93bc17ad8bfd6ec0e262f66372b94c0c7c4 MD5sum: fac5c7ec2d6be7da55f6edd29f942cc4 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_amd64.deb Package: dovecot-core Source: dovecot Version: 1:2.3.21.1+dfsg1-1~bpo12+1 Installed-Size: 11540 Maintainer: Dovecot Maintainers Architecture: amd64 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: 4517748 SHA256: 91fcff6cd88a94ddce51bba05c785f34c756d3f1d154b583252028b0bf5fecb2 SHA1: 2a20e6af87ea098945743776440cf107fb766de0 MD5sum: 3eeeca8632d4d3ee90a44202e52ce2af 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_amd64.deb Package: dovecot-dev Source: dovecot Version: 1:2.3.21.1+dfsg1-1~bpo12+1 Installed-Size: 3599 Maintainer: Dovecot Maintainers Architecture: amd64 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: 1761296 SHA256: dd16b355caf6e5c4d87655b3d89b67b8b105feb17cd01a4131c86a8148c65453 SHA1: 13bcbfd88772b35fd99adabd92c75b2839cbecdc MD5sum: d21b6b7a21e8653716ae1d6f0f9a6615 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_amd64.deb Package: dovecot-fts-xapian Version: 1.8-1~bpo12+1 Installed-Size: 265 Maintainer: Joseph Nahmias Architecture: amd64 Provides: fts-xapian Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libicu72 (>= 72.1~rc-1~), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 11), libxapian30 (>= 1.4.19~), dovecot-abi-2.3.abiv19 Enhances: dovecot-imapd, dovecot-pop3d Size: 86268 SHA256: 964e88c331b910b1e5863d93b9fadfe4277f1d3acb6811420340ab17e4f9bb87 SHA1: 8c9613878ebd45a495b296d45d5b61eef250b31a MD5sum: f7f667268281202faa45a5e32988d94c Description: full-text search for dovecot using xapian This project provides a straightforward and simple way to configure full-text search (FTS) for Dovecot, leveraging the efforts of the Xapian.org team. . Compared to dovecot's own FTS plugins, fts-xapian is: . * simpler than fts_solr * more free than fts_dovecot * has a more active backend than fts_lucene Homepage: https://github.com/grosjo/fts-xapian Section: mail Priority: optional Filename: pool/main/d/dovecot-fts-xapian/dovecot-fts-xapian_1.8-1~bpo12+1_amd64.deb Package: dovecot-gssapi Source: dovecot Version: 1:2.3.21.1+dfsg1-1~bpo12+1 Installed-Size: 1382 Maintainer: Dovecot Maintainers Architecture: amd64 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: 1379892 SHA256: 1677071e96185905ee3a4fffcb36c4792dc062eac7c46538271edfa89c5e5ec1 SHA1: 2598e67a1b9b1fa92a6a2b85d6926b068aa82b74 MD5sum: f5b7f817098018843b3bcf16df93f677 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_amd64.deb Package: dovecot-imapd Source: dovecot Version: 1:2.3.21.1+dfsg1-1~bpo12+1 Installed-Size: 1973 Maintainer: Dovecot Maintainers Architecture: amd64 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: 1545304 SHA256: 1ee9fb3dc3bf375f867e2ffef3d43f6edd823c4cf536bbf1e3db85a65667b895 SHA1: 904ccf9c5c081f78b0812334135b173b7a4b4d06 MD5sum: 9c652862ba6e92b3689ed66251ba2910 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_amd64.deb Package: dovecot-ldap Source: dovecot Version: 1:2.3.21.1+dfsg1-1~bpo12+1 Installed-Size: 1489 Maintainer: Dovecot Maintainers Architecture: amd64 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: 1410060 SHA256: 7907ac37099cf0dc3cc28e3a09b1fbc3a3ba871f404ed1eb63ab0cb7729817b9 SHA1: c3777d4a921545efe49aa212e90708f9be45ec50 MD5sum: b5038c63df4b812915b68e144fecbd96 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_amd64.deb Package: dovecot-lmtpd Source: dovecot Version: 1:2.3.21.1+dfsg1-1~bpo12+1 Installed-Size: 1429 Maintainer: Dovecot Maintainers Architecture: amd64 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: 1395360 SHA256: ccf3efa50ce1b0127d75e58d987752647ee1823181899bb74387ffc4e1ed04bf SHA1: 9dd24916011f3a6bcf410a0112880bc8ebd8ba6b MD5sum: e8b705b45641a4b865d0396294f1a3be 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_amd64.deb Package: dovecot-managesieved Source: dovecot Version: 1:2.3.21.1+dfsg1-1~bpo12+1 Installed-Size: 1531 Maintainer: Dovecot Maintainers Architecture: amd64 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: 1415732 SHA256: 1bcf90d12461c91fce7211f05d2edee4d7e9f3210808caec9709668870809dc1 SHA1: 4794990ae2449c66484e1e4d03fae78183eab96a MD5sum: 335a6cc0850cb4614a6a4c5c41546ece 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_amd64.deb Package: dovecot-mysql Source: dovecot Version: 1:2.3.21.1+dfsg1-1~bpo12+1 Installed-Size: 1394 Maintainer: Dovecot Maintainers Architecture: amd64 Depends: dovecot-core (= 1:2.3.21.1+dfsg1-1~bpo12+1), libc6 (>= 2.4), libmariadb3 (>= 3.0.0) Size: 1381776 SHA256: 62133315117786034b74e7eef7e1641e3bf83943d79ffa2cde363038e2f98535 SHA1: e13102e2f49e98ad17cc116141ad486a7c1695bc MD5sum: f78e520b9edc46672be5fbe3efdf12ea 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_amd64.deb Package: dovecot-pgsql Source: dovecot Version: 1:2.3.21.1+dfsg1-1~bpo12+1 Installed-Size: 1402 Maintainer: Dovecot Maintainers Architecture: amd64 Depends: dovecot-core (= 1:2.3.21.1+dfsg1-1~bpo12+1), libc6 (>= 2.4), libpq5 Size: 1385220 SHA256: e6493c634d3f34532556bb6cc52fcfcaa9fa02a1114f749df93644d6a43499c2 SHA1: 7192fecb8c9f334cd89d920c364dd2a3fad09b46 MD5sum: f5274bb6b1a022914b4d92f2fd5022d5 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_amd64.deb Package: dovecot-pop3d Source: dovecot Version: 1:2.3.21.1+dfsg1-1~bpo12+1 Installed-Size: 1467 Maintainer: Dovecot Maintainers Architecture: amd64 Provides: pop3-server Depends: dovecot-core (= 1:2.3.21.1+dfsg1-1~bpo12+1), ucf, libc6 (>= 2.34) Suggests: ufw Size: 1403304 SHA256: 018bd5a2a45cd1035f36feb0826896a1c3e21a0e0bb3515a7d879225eb2780e1 SHA1: 1c71eaee148aa7e6fb807ccc891855d0a6a2ced3 MD5sum: 4dbb49015e2803bdc251efb4ea4232b2 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_amd64.deb Package: dovecot-sieve Source: dovecot Version: 1:2.3.21.1+dfsg1-1~bpo12+1 Installed-Size: 2556 Maintainer: Dovecot Maintainers Architecture: amd64 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: 1719900 SHA256: 3d4dfb450c0689c60dcccc5bbdaa2385cd80b5bff2dd239183dd0dd353621c70 SHA1: 711c27fc9ef1e5746c16c51407312982494303c7 MD5sum: 349e042c191c8ddb0d2d9d48d14d9f57 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_amd64.deb Package: dovecot-solr Source: dovecot Version: 1:2.3.21.1+dfsg1-1~bpo12+1 Installed-Size: 1416 Maintainer: Dovecot Maintainers Architecture: amd64 Depends: dovecot-core (= 1:2.3.21.1+dfsg1-1~bpo12+1), libc6 (>= 2.4), libexpat1 (>= 2.0.1) Size: 1392612 SHA256: 4a470a968cc0fdd7ad130f5317dab79deef39ff35b12cf5da99845ccc49e4588 SHA1: 06ec295058665bb258064bd5ab390da3db16486d MD5sum: 27190848fd20940150a13380203d9537 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_amd64.deb Package: dovecot-sqlite Source: dovecot Version: 1:2.3.21.1+dfsg1-1~bpo12+1 Installed-Size: 1386 Maintainer: Dovecot Maintainers Architecture: amd64 Depends: dovecot-core (= 1:2.3.21.1+dfsg1-1~bpo12+1), libc6 (>= 2.14), libsqlite3-0 (>= 3.5.9) Size: 1379668 SHA256: 353943b865c79bb896ab785f650f2484c149bec498f248a73d7a8ad574f9eb92 SHA1: abf77cf69e38de8dab14ccc4bf6418a950cb9715 MD5sum: b6e41b2a13eda610efefe6cd0cf8a187 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_amd64.deb Package: dovecot-submissiond Source: dovecot Version: 1:2.3.21.1+dfsg1-1~bpo12+1 Installed-Size: 1509 Maintainer: Dovecot Maintainers Architecture: amd64 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: 1418992 SHA256: 724aa4cad4bc3e922c81cd2a0764f65b986bcf9a988b1052ba8276dc0ee5f2b8 SHA1: b4f93110313ec52a20bce980c8bf752f5202e615 MD5sum: dad15de22dcba1ceb531cbe865a40fd1 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_amd64.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: 359 Maintainer: Nikos Tsipinakis Architecture: amd64 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: 129196 SHA256: dfa5248b9a7640bff14b849f53ae0a4af18e0666f884dfcf15569de62c0315a4 SHA1: f621d1b5e735490e4723d7740099a902902cd722 MD5sum: 9b0da3f7e6aae80646467a6f4cc70c11 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_amd64.deb Package: duplicity Version: 2.1.4-3~bpo12+1 Installed-Size: 1959 Maintainer: Alexander Zangerl Architecture: amd64 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: 478776 SHA256: fee4fe237450b6d210e369dbf20c0cde57fd62778296e69b6bb51486efe8d164 SHA1: a7da427249f9487f2550563d34c220c2e0d7876e MD5sum: b0c20b4d717f8bcb706389efd262c4b5 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_amd64.deb Package: e2fsck-static Source: e2fsprogs Version: 1.47.2~rc1-2~bpo12+2 Installed-Size: 1874 Maintainer: Theodore Y. Ts'o Architecture: amd64 Recommends: sash | bash-static | zsh-static | busybox-static Size: 747468 SHA256: 4cbdccf3c3721a8838d8d90c05b3b5581303f24d032c5d64e6c38da853d42f68 SHA1: c75f82141d8746756a4b807cec3fcb4f6de96e50 MD5sum: 76c023f2924659ba5ab2ce4c52459a56 Description: statically-linked version of the ext2/ext3/ext4 filesystem checker This may be of some help to you if your filesystem gets corrupted enough to break the shared libraries used by the dynamically linked checker. . This binary takes much more space than its dynamic counterpart located in e2fsprogs, though. . You may want to install a statically-linked shell as well, to be able to run this program if something like your C library gets corrupted. Homepage: http://e2fsprogs.sourceforge.net Section: admin Priority: optional Filename: pool/main/e/e2fsprogs/e2fsck-static_1.47.2~rc1-2~bpo12+2_amd64.deb Package: e2fsprogs Version: 1.47.2~rc1-2~bpo12+2 Installed-Size: 1525 Maintainer: Theodore Y. Ts'o Architecture: amd64 Depends: logsave Pre-Depends: libblkid1 (>= 2.36), libc6 (>= 2.34), libcom-err2 (>= 1.43.9), libext2fs2 (= 1.47.2~rc1-2~bpo12+2), libss2 (>= 1.38), libuuid1 (>= 2.16) Recommends: e2fsprogs-l10n Suggests: gpart, parted, fuse2fs, e2fsck-static Size: 585676 SHA256: 18c3ee5c4ba67aefbc40cf12485ef5960ac90213c0d0766c5a5f3097f95df8c7 SHA1: f15a5629c59164e23b4d27587716252253e15d3e MD5sum: e724ca112796677e686ccd42cbb4420d Description: ext2/ext3/ext4 file system utilities The ext2, ext3 and ext4 file systems are successors of the original ext ("extended") file system. They are the main file system types used for hard disks on Debian and other Linux systems. . This package contains programs for creating, checking, and maintaining ext2/3/4-based file systems. It also includes the "badblocks" program, which can be used to scan for bad blocks on a disk or other storage device. Multi-Arch: foreign Homepage: http://e2fsprogs.sourceforge.net Important: yes Section: admin Priority: required Filename: pool/main/e/e2fsprogs/e2fsprogs_1.47.2~rc1-2~bpo12+2_amd64.deb Package: e2fsprogs-l10n Source: e2fsprogs Version: 1.47.2~rc1-2~bpo12+2 Installed-Size: 3447 Maintainer: Theodore Y. Ts'o Architecture: all Replaces: e2fsprogs (<< 1.43.5-1) Depends: e2fsprogs (>= 1.47.2~rc1-2~bpo12+2), e2fsprogs (<< 1.47.2~rc1-2~bpo12+2+c~) Size: 546652 SHA256: e8addc0c2efe392ab9cb4625938413542b0f5f7049cb8f97769c5939dc7b289c SHA1: 9eb40d103975656599357ea5d2390f93f08be3e0 MD5sum: 3455fa13913f9b9e9036500eb443b256 Description: ext2/ext3/ext4 file system utilities - translations The ext2, ext3 and ext4 file systems are successors of the original ext ("extended") file system. They are the main file system types used for hard disks on Debian and other Linux systems. . This package provides translations for messages for programs found in the 'e2fsprogs' package. Multi-Arch: foreign Homepage: http://e2fsprogs.sourceforge.net Section: localization Priority: optional Filename: pool/main/e/e2fsprogs/e2fsprogs-l10n_1.47.2~rc1-2~bpo12+2_all.deb Package: easyeffects Version: 7.0.1-1~bpo12+1 Installed-Size: 6094 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Depends: calf-plugins, dconf-gsettings-backend | gsettings-backend, libadwaita-1-0 (>= 1.2~alpha), libbs2b0 (>= 3.1.0+dfsg), libc6 (>= 2.34), libcairo2 (>= 1.2.4), libebur128-1 (>= 1.2.0), libfftw3-double3 (>= 3.3.10), libfftw3-single3 (>= 3.3.10), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.0), 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.4.0), libzita-convolver4 (>= 4.0.3) Recommends: lsp-plugins-lv2 | lsp-plugins Size: 1025024 SHA256: d4961a6c8c0dfcbca70cb015699ba3b820642877751ba74c1cf30c4125340de3 SHA1: 04d38c33697227875727b18a9b0cfb1b7a678f5f MD5sum: 6faf9b5bed98e95cf695117f79a00a5b 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_amd64.deb Package: ebnflint Source: golang-golang-x-exp Version: 0.0~git20230522.2e198f4-1~bpo12+1 Installed-Size: 1355 Maintainer: Debian Go Packaging Team Architecture: amd64 Size: 508444 SHA256: e2a67e6e57c8e0b150febc4b37df357826db0c3030baca5d346c94d5e2bd7883 SHA1: d55e600dd17ead6d0c683cf3b1f9437135ffa502 MD5sum: f150f8cc038eb8b432751e07d1aff264 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_amd64.deb Package: ejabberd Version: 23.10-1~bpo12+1 Installed-Size: 11626 Maintainer: Ejabberd Packaging Team Architecture: amd64 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: 6397872 SHA256: 7a883c8ff28f1ff8d947ba7f2671d3d888e9093545514a6b974ba7cfb79e63c5 SHA1: 87bee611952d6ffdd21a042534551e9c9696ea23 MD5sum: 00096a5eec3e643c9288d1edf360749f 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_amd64.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: amd64 Depends: erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0), ejabberd (= 23.10-1~bpo12+1) Size: 15184 SHA256: f0af11ffbc4a2fb62100654c9c367651999046eb72e2a585fe06a3a600a04fae SHA1: 8a5911c2ebdc78d32b9d0c680f1e0c97949d31b2 MD5sum: 187ba3b406dfc7a8b200e5b78ec051c0 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_amd64.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: amd64 Depends: erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0), ejabberd (= 23.10-1~bpo12+1) Size: 10220 SHA256: e24f4c1c73c91f953bb9c74d7175d95b31baf1ad0ee3108c4e2eee189a4068c6 SHA1: fac5f832b0d28d14317440cc51163b95dfeb9457 MD5sum: 3d14ef26c8b7c51f9bb5c002590abc1b 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_amd64.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: amd64 Depends: erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0), ejabberd (= 23.10-1~bpo12+1) Size: 10308 SHA256: ff21d22134ceb6fefbc2c27a597067d6e9c84d0f09f79702de2f181ae5687b59 SHA1: b359237c02de4f183939bf79cf6b9ea5466f3730 MD5sum: 816d2fdd5adfe58e5d25931aa981405c 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_amd64.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: amd64 Depends: erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0), ejabberd (= 23.10-1~bpo12+1) Size: 12076 SHA256: 01e04925e835a163eacad86cb30cb35e1514a9cc0c12503531adc73552637fee SHA1: 1387995a81b6cee882cdcc70f510a31d4884e194 MD5sum: 500d4daa2a9c3b9eba7192b9fb9a7650 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_amd64.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: amd64 Depends: erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0), ejabberd (= 23.10-1~bpo12+1) Size: 11408 SHA256: 47c6a2b1df7c64ec99d8896b696ffed17e06509e8e3e599b1bf0d6834c9d214c SHA1: 1eba365aaab0ac711c35cec8ebad71eb6924bf80 MD5sum: 107b392b03098e913ae82702bab456fe 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_amd64.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: amd64 Depends: erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0), ejabberd (= 23.10-1~bpo12+1) Size: 11680 SHA256: d41191e181a7236b43c9256b1d0d521b949409c5a013e625eb91aab75275d1a3 SHA1: 2dd3ea8c535f071c4cd6aea8bb16af6259d42819 MD5sum: 87a056fd5fd8f0c03d711795e49a7fa5 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_amd64.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: amd64 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: 35956 SHA256: 161a326536c441641bcb2f3b6b89c07f4d1df55a9cb158c82ed6edfe74750e07 SHA1: 927211d2a71dac5dd0ca84d099f6550e6334d3f2 MD5sum: f883870a1f6cab2a7f90ca70dd1349cc 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_amd64.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: amd64 Depends: erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0), ejabberd (= 23.10-1~bpo12+1) Size: 5984 SHA256: 5eed8a0886f7a6bb0a5b84b24f19c8eb45e345f1c27a8829fe25fa788adefef8 SHA1: 38e33de9e54c1d76237c4669e4a9b16c3b0b152d MD5sum: 000d32953096777b8a13de3ade36a940 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_amd64.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: amd64 Depends: erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0), ejabberd (= 23.10-1~bpo12+1) Size: 14312 SHA256: 6778706ccb247afec300af49ea54d231135ae531e5e75342c835909ec83b1417 SHA1: be07a1c4c26d7e6765f8762b8b7acec094bb2c5f MD5sum: 3647d8a06efc64688c6ed941a12a7581 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_amd64.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: amd64 Depends: erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0), ejabberd (= 23.10-1~bpo12+1) Size: 8168 SHA256: 10c87cd6c7aeea3f25fc6362868a58d6830e7e61e48c76c85528ba3d5dae2442 SHA1: 1bd7c0008a9de44f3ca62fc64cea019273d566d5 MD5sum: 4a51540c73d02a479552f2e1407eff47 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_amd64.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: amd64 Depends: erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0), ejabberd (= 23.10-1~bpo12+1) Size: 10024 SHA256: e65106116c4014e7b59114bfd756fcc23e6dd82a1502c7c3e3c2b73b8307c391 SHA1: b3a486ecd1d360d9ed3755e898567e030c43815c MD5sum: b505a318b908d0785422f73bc7529a27 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_amd64.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: amd64 Depends: erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0), ejabberd (= 23.10-1~bpo12+1) Size: 7900 SHA256: 9464a5ae16f694fe9b4a851e5e7dc0b964b5c0f9befc1c4949b8e9f280f6fe42 SHA1: a682413c2db98b94f766d67b15b74cf0349ef0bb MD5sum: e7350b20b83fc73e71e5d260186a8c46 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_amd64.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: amd64 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: 14200 SHA256: 2bff1a6e3a093c5d2f632524054f08323495bd3e6d4038504fa6949feb33cb09 SHA1: 39987871db2fb4b342d50e27877983fdc7a59251 MD5sum: f5e78da35970f20d736620983830bac2 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_amd64.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: amd64 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: 6f96633b47c44bbeacde2d372b575471fc703e80e4d192eddc13ba255b3d0bb4 SHA1: 31d2dba340e5a2afc34c547b4f6423c01baa9c4e MD5sum: 3f908ece9f94e7c65590af2243f5f099 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_amd64.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: amd64 Depends: erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0), ejabberd (= 23.10-1~bpo12+1) Size: 14544 SHA256: e1a59a624c3a6d0788b0cc52b6d39559b703c242b33bd955cd9c84867cefcfbf SHA1: 337b9202335ac47b085c878830ec9d7c0d661512 MD5sum: a808861fa76bf6cc05d704e040e05552 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_amd64.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: amd64 Depends: erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0), ejabberd (= 23.10-1~bpo12+1) Size: 15520 SHA256: b2767e5b81e712e8cf2b5590e98d240fdb2217100a0754ea55bef6e6ce8071bc SHA1: def5b35e04e85a3527efa97c1527fdfbdcd47140 MD5sum: 19147eb0745d1079debc739a46a69195 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_amd64.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: amd64 Depends: erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0), ejabberd (= 23.10-1~bpo12+1) Size: 7084 SHA256: 96bb1e3e721b9ee93c47b084568b54a25244fcd4565635a4fa20289d7b877821 SHA1: e30c191b9cbfb0ec8daeb9095ee87e749bbd49ba MD5sum: 33acd2b8ff1f80a938798a7fccef3950 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_amd64.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: amd64 Depends: erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0), ejabberd (= 23.10-1~bpo12+1) Size: 9436 SHA256: 12803709b1a5520a629e0410a5bbcd44256339d339d1341fd4b9f6672ced6891 SHA1: b0a628b914306668353c339f66b2fa61f3f4abd7 MD5sum: 11ee4c0d45b046614298d0324e50c58a 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_amd64.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: amd64 Depends: erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0), ejabberd (= 23.10-1~bpo12+1) Size: 19540 SHA256: f3790ca9cf0e94c0aeda9dfc17bb3df5fa3749ee8a567fc8d18e07f5be2e2085 SHA1: deb26ca42fb9d369d1aded8dafac805e5cc561e1 MD5sum: 495455c8e9b65de18b94d98cc6bf37eb 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_amd64.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: amd64 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: 34808 SHA256: 8440bf2370bf50c25f79c59ce4b77fb130573ffaa2e74446afb3c2e0203ed7b4 SHA1: 3cf2d768008aaa0dcfe38d66a67101a3680a1899 MD5sum: 2677956180d582714c261820fceab951 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_amd64.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: amd64 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: 309628 SHA256: 0723852e77a441caf7acc43f747ad0046d457346dcd276b8efec8e178dad3979 SHA1: ad150f42f6d11d2d6b588cd4a8a9f3ea04bd2943 MD5sum: 8485493bd0990f3e5ad9b7d73cc39404 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_amd64.deb Package: electrum Version: 4.5.8+ds-3~bpo12+1 Installed-Size: 158 Maintainer: Debian Cryptocoin Team Architecture: all Depends: python3-electrum (= 4.5.8+ds-3~bpo12+1), python3:any Recommends: python3-pyqt6 Suggests: fonts-adobe-sourcesans3, fonts-dejavu-core, python3-btchip, trezor Size: 91616 SHA256: 5eddd173fd243a926f67a7e4ea96ffcd962dcebc477a7566b4333ec5b49e54ce SHA1: 9563ffcef35155343b1e29300ae877b9afa15ae4 MD5sum: 946a6d054c2a1e4a78e8e8f8f70a5b87 Description: Easy to use Bitcoin client This package provides a lightweight Bitcoin client which protects you from losing your bitcoins in a backup mistake or computer failure. Also, Electrum does not require waiting time because it does not download the Bitcoin blockchain. . Features of Electrum: . * Instant on: Your client does not download the blockchain. It uses a network of specialized servers that index the blockchain. * Forgiving: Your wallet can be recovered from a secret seed. * Safe: Your seed and private keys are encrypted on your hard drive. They are never sent to the servers. * Low trust: Information received from the servers is verified using SPV. Servers are authenticated using SSL. * No downtimes: Your client is not tied to a particular server; it will switch instantly if your server is down. * Ubiquitous: You can use the same wallet on different computers, they will synchronize automatically. * Cold Storage: Sign transactions from a computer that is always offline. Broadcast them using a machine that does not have your keys. * Reachable: You can export your private keys into other Bitcoin clients. * Established: Electrum is open source and was first released in November 2011. Homepage: https://electrum.org/ Section: utils Priority: optional Filename: pool/main/e/electrum/electrum_4.5.8+ds-3~bpo12+1_all.deb Package: elementary-icon-theme Version: 8.1.0-1~bpo12+1 Installed-Size: 34627 Maintainer: Debian QA Group Architecture: all Provides: elementary-icons Depends: hicolor-icon-theme Size: 2848344 SHA256: 85a9df5d64a92f2bd421f0823af3109dfdd0c4b46ea30daf7e7c40b24459944b SHA1: 83f28b7cc59b908af36bb755a5ce1b1cd665e190 MD5sum: 2ab61b48e2434eaaac1575a22566f3d9 Description: Original set of vector icons for elementary OS Elementary Icons is an original set of vector icons designed specifically for elementary OS and its desktop environment: Pantheon. Homepage: https://github.com/elementary/icons Section: x11 Priority: optional Filename: pool/main/e/elementary-icon-theme/elementary-icon-theme_8.1.0-1~bpo12+1_all.deb Package: elfutils Version: 0.191-1~bpo12+1 Installed-Size: 2927 Maintainer: Debian Elfutils Maintainers Architecture: amd64 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: 487280 SHA256: b47b45cc0801d4380a3411abe86a2799589050c40a65c6fd63127ff5a1efbbd7 SHA1: 8cacac6ea2254ceb871f0ee8dc6d0bd0bdf83edc MD5sum: f162295b953ba3469b683c06745b395f 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_amd64.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-4~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: 18696 SHA256: 7d855b79eaf3fe8843147f976fed67372b5a616d27830890548823d2ee3143ef SHA1: 8b61738652dfea7a78194d0749bf654b66af8ef3 MD5sum: f2a945e7275fa9d4c0638f419d9a7203 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-4~bpo12+1_all.deb Package: emacs-bin-common Source: emacs Version: 1:29.4+1-4~bpo12+1 Installed-Size: 351 Maintainer: Rob Browning Architecture: amd64 Depends: emacs-common (= 1:29.4+1-4~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: 97060 SHA256: c7def3b74626b09018ee8fd04c3e7582b45ad20c266b59a822ffaf08968455cc SHA1: 1a02e50c451394bc2ee0e141bf52b2cb06376b4a MD5sum: 5fe11239e6b04f056cd7725173f8cb60 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-4~bpo12+1_amd64.deb Package: emacs-common Source: emacs Version: 1:29.4+1-4~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, emacs-editing-major-modes, ncurses-term Conflicts: cedet, eieio, emacs-el (<< 1:29.4+1-4~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: 15221288 SHA256: 19f947e9e37186e406cdf5a55627ccd0913d474b7b8230c15597cf2a2ec32bc7 SHA1: 5b1fc4b6ed2f6775f44d3c1fd586cd55bfbc7f12 MD5sum: 191c75054bc47b6acfc7da44f9b9b543 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-4~bpo12+1_all.deb Package: emacs-el Source: emacs Version: 1:29.4+1-4~bpo12+1 Installed-Size: 19047 Maintainer: Rob Browning Architecture: all Depends: emacs-common (= 1:29.4+1-4~bpo12+1) Size: 18825388 SHA256: 82a49b2f1e8b787bca3f7329e8b243783e98f35b4a329df99d6e70e0a1c7b935 SHA1: 5974928da8e215f567c8350fbd04e474bb3ef728 MD5sum: 02300a5268a87d379770d5fc0ab7615e 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-4~bpo12+1_all.deb Package: emacs-gtk Source: emacs Version: 1:29.4+1-4~bpo12+1 Installed-Size: 41349 Maintainer: Rob Browning Architecture: amd64 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-4~bpo12+1), emacs-common (= 1:29.4+1-4~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, emacs-editing-major-modes Conflicts: emacs-lucid, emacs-nox, emacs-pgtk Breaks: emacs-bin-common (<< 1:29.2) Size: 7246216 SHA256: 15b9acdd5ea78763fba1a27d4a6f1aaa12777f7bfb11d83c034753411887bf3f SHA1: d1ebefad6fe833077622547087e87c2582ead9da MD5sum: e3b5f1b668e6321f18c26b1bfadc7a7b 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-4~bpo12+1_amd64.deb Package: emacs-lucid Source: emacs Version: 1:29.4+1-4~bpo12+1 Installed-Size: 41576 Maintainer: Rob Browning Architecture: amd64 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-4~bpo12+1), emacs-common (= 1:29.4+1-4~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, emacs-editing-major-modes Conflicts: emacs-gtk, emacs-nox, emacs-pgtk Breaks: emacs-bin-common (<< 1:29.2) Size: 7219280 SHA256: 7bd1840a3517489d8be73e261fb890e6ea49ab6e4d4889339b8ab121f5eac7c7 SHA1: 4f46d3f4bbb04af3edf84ed1425b690742206c6a MD5sum: 5257687a0fbd77680a56f36371f54d51 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-4~bpo12+1_amd64.deb Package: emacs-nox Source: emacs Version: 1:29.4+1-4~bpo12+1 Installed-Size: 39603 Maintainer: Rob Browning Architecture: amd64 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-4~bpo12+1), emacs-common (= 1:29.4+1-4~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, emacs-editing-major-modes Conflicts: emacs-gtk, emacs-lucid, emacs-pgtk Breaks: emacs-bin-common (<< 1:29.2) Size: 6723724 SHA256: 96b6a78c81addfcd178111ba56b07079ff4bf4c7ea7d6a6c7995956bf2910729 SHA1: 39c1870e248241e94a5dedf292e821e4734f9595 MD5sum: 174abee87f0f00d3b8b24936bdd45376 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-4~bpo12+1_amd64.deb Package: emacs-pgtk Source: emacs Version: 1:29.4+1-4~bpo12+1 Installed-Size: 41149 Maintainer: Rob Browning Architecture: amd64 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-4~bpo12+1), emacs-common (= 1:29.4+1-4~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, emacs-editing-major-modes Conflicts: emacs-gtk, emacs-lucid, emacs-nox Breaks: emacs-bin-common (<< 1:29.2), emacs-common (<< 1:29.3+1-3~) Size: 7077580 SHA256: 50f40b281171a1b63db78ce3e4e5a68014fbbd4c9dfedf9b1a73b8bdca512396 SHA1: f35ba769b8a2c81dda0c3f8b93cb8e5f7833d1de MD5sum: dc0f8dc2054d620e69a6b624bddf96f0 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-4~bpo12+1_amd64.deb Package: empathy-skype Source: pidgin-skype Version: 20240122+gitab786a3+dfsg-2~bpo12+1 Installed-Size: 24 Maintainer: Patrick Zajda Architecture: amd64 Depends: telepathy-haze, pidgin-skype-common (= 20240122+gitab786a3+dfsg-2~bpo12+1) Size: 3152 SHA256: 08eea262e357e3121a0f8b9682b62acf6061044a94be8e3cadefa143b49378d1 SHA1: cffddf62b74036ce689e3ae5dd369f65868821e4 MD5sum: 9b8e8c199b057f3d2486c3757af92376 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_amd64.deb Package: erlang-jose Version: 1.11.6-1~bpo12+1 Installed-Size: 1180 Maintainer: Ejabberd Packaging Team Architecture: amd64 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: 723928 SHA256: 478afcc20536b81c0eadeac5e38dd07dc85e71fad324aed3503c442088f86689 SHA1: 0c102ca30b9b4e65eae3b64adc5fa7183e8dc95e MD5sum: 1aeec56c0691cdf65ede6a0367d07a41 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_amd64.deb Package: erlang-luerl Version: 1:1.1-1~bpo12+1 Installed-Size: 879 Maintainer: Ejabberd Packaging Team Architecture: amd64 Depends: erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0) Size: 551600 SHA256: dd8e4c9bfe83ba90a7d6aad7ca3c9ee4cfbb1622dffb54f57a9fa90e36b82955 SHA1: 5d4ca2146dcbeeed42868b3a9576a267ff5248f9 MD5sum: 0a6801d4c61f3c227af3f754ac35693f 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_amd64.deb Package: erlang-p1-acme Version: 1.0.22-2~bpo12+1 Installed-Size: 84 Maintainer: Ejabberd Packaging Team Architecture: amd64 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: 59808 SHA256: 31671ae646a84996c9f62ee9295e7f3cf96f5fc843c50d4dddd94093e49fd04d SHA1: 38ddf4ef9296c06f28223e8aba1cf44ea297f45a MD5sum: bea569fd3230b0a20df06f76c0e93874 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_amd64.deb Package: erlang-p1-cache-tab Version: 1.0.30-3~bpo12+1 Installed-Size: 99 Maintainer: Ejabberd Packaging Team Architecture: amd64 Depends: libc6 (>= 2.4), erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0), erlang-p1-utils (>= 1.0.25) Size: 52236 SHA256: 444fc4720f52b05f5432f7a7323f0ac5790e35dd0274f433a3d82d2386ff166e SHA1: 95dec084ddd5443ef59c4f997b1970aa104aeef6 MD5sum: 3b2f07700fddea26e3b3c0bc59d964c9 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_amd64.deb Package: erlang-p1-eimp Version: 1.0.22-3~bpo12+1 Installed-Size: 69 Maintainer: Ejabberd Packaging Team Architecture: amd64 Depends: libc6 (>= 2.34), erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0), erlang-p1-utils (>= 1.0.25) Size: 28716 SHA256: 392cb2bc0f79391b6a0e0561483812ddebed0061237e7b4f8ebe3e26d559a950 SHA1: 504447eaf8588aeb1d9b4e7c685651871716cce5 MD5sum: fc305ec6b00f6d67e4393d53516aea85 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_amd64.deb Package: erlang-p1-iconv Version: 1.0.13-4~bpo12+1 Installed-Size: 44 Maintainer: Ejabberd Packaging Team Architecture: amd64 Depends: libc6 (>= 2.14), erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0) Size: 11232 SHA256: 126a3bd611d65db422a34db68c279949c6f7c42d68d32cf809cc3b1078cdc5eb SHA1: bf61c3233087af9b3c66bc6af28e3d7476bd6582 MD5sum: 165ee02f2732d12c608d939b62b0a808 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_amd64.deb Package: erlang-p1-mqtree Version: 1.0.15-3~bpo12+1 Installed-Size: 63 Maintainer: Ejabberd Packaging Team Architecture: amd64 Depends: libc6 (>= 2.14), erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0), erlang-p1-utils (>= 1.0.25) Size: 19348 SHA256: a3947b66ba6433a0794f182637e403e6dd175909aecbea431a6711e1790cdd5b SHA1: 7b60346cce73e8fd5775806370a20aa26e5e3256 MD5sum: 6e6809e9b9d7ac12d0083c467c3f6f0e 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_amd64.deb Package: erlang-p1-mysql Version: 1.0.22-1~bpo12+1 Installed-Size: 107 Maintainer: Ejabberd Packaging Team Architecture: amd64 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: 661be4d60c720b250aac20a016d8b97d90f1a2f0e0358f5ee5af43e1c6da8329 SHA1: e846aa057812683647baf1b66e3bbf37361d2a02 MD5sum: 75fae314841281eee5055f06a84c6d44 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_amd64.deb Package: erlang-p1-oauth2 Version: 0.6.11-3~bpo12+1 Installed-Size: 54 Maintainer: Ejabberd Packaging Team Architecture: amd64 Depends: erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0), erlang-crypto (>= 1:25.2.3+dfsg) Size: 30180 SHA256: 4e7cd10a5b7b06d994a5664b9ace17be974cdfe7bc6ea8554f1f167e36615286 SHA1: 17fbe400c447dcbac5227cbc2e3a524acbce9fbf MD5sum: 0d0d38eb1945944f499387c2a6b21291 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_amd64.deb Package: erlang-p1-pam Version: 1.0.14-2~bpo12+1 Installed-Size: 49 Maintainer: Ejabberd Packaging Team Architecture: amd64 Depends: libc6 (>= 2.34), libpam0g (>= 0.99.7.1), erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0) Size: 15976 SHA256: 4055c6b21daf2185ac6e9149b37c469a06608e11b408c1e9bb9dee759bf04321 SHA1: 226f2307ceb8545d900ab09c5f74b37ae2d787f9 MD5sum: 5295c582577c7f8f3343e0c67f310318 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_amd64.deb Package: erlang-p1-pgsql Version: 1.1.23-1~bpo12+1 Installed-Size: 103 Maintainer: Ejabberd Packaging Team Architecture: amd64 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: 60284 SHA256: 80f05c612a10ff337fd6c36f694d9f3e0ab4f5b7501b35ab65331272ef13ec35 SHA1: 9e9e9f58a3282bedf23b1094fd974355a2abe1a2 MD5sum: 0d0c9bc5504ceaba4a0c433cd1d49cab 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_amd64.deb Package: erlang-p1-pkix Version: 1.0.9-3~bpo12+1 Installed-Size: 303 Maintainer: Ejabberd Packaging Team Architecture: amd64 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: 179240 SHA256: 4920a3811828307d8bc469e2272573d596a296bc0263f810358d67cee2a58ecc SHA1: 2b3b2295b7543fd3750bc7ec43304d710eb83e8a MD5sum: 463159f8e232a7c7ec33f9886ac63e48 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_amd64.deb Package: erlang-p1-sip Version: 1.0.50-1~bpo12+1 Installed-Size: 264 Maintainer: Ejabberd Packaging Team Architecture: amd64 Depends: libc6 (>= 2.14), 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: 175384 SHA256: b1b787d696a2cf471f828d50ad6c04722da973ce93c3c9f3f108ed55533723c3 SHA1: 40ed56a9799d7a3454398d1065996920fbf3556a MD5sum: e333f604ae628c7592d3e03200bf715e 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_amd64.deb Package: erlang-p1-sqlite3 Version: 1.1.14-2~bpo12+1 Installed-Size: 128 Maintainer: Ejabberd Packaging Team Architecture: amd64 Depends: libc6 (>= 2.14), libsqlite3-0 (>= 3.5.9), erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0) Size: 61688 SHA256: 93484727e401ccbb36a67cf76e964b00a3173f7c74ec023c3f0893d75db31529 SHA1: cd0870a711ca1e94dc4e3230b394c9e990d369e2 MD5sum: a1538fd28ec9fc9ff17049a29044b558 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_amd64.deb Package: erlang-p1-stringprep Version: 1.0.29-3~bpo12+1 Installed-Size: 216 Maintainer: Ejabberd Packaging Team Architecture: amd64 Depends: libc6 (>= 2.14), 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: 31272 SHA256: 0e54d9e98e582f81f669383f8045604cff8f5c5049ce4f71fd8b6844b39f8032 SHA1: 4da1e0af80e32f8c2b78ea0e7bf27ce408711d09 MD5sum: e95be309e0c76cbdd9a17ed8d368d337 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_amd64.deb Package: erlang-p1-stun Version: 1.2.10-1~bpo12+1 Installed-Size: 218 Maintainer: Ejabberd Packaging Team Architecture: amd64 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: 898bc4b54e497a6ec725352441ded5f74def2d378472e37a688f8d76f860fda8 SHA1: cdfc61f8381bbcea5618f9ced84390e0741cec30 MD5sum: 2438e53e9f3bb858c41a0a45832abdba 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_amd64.deb Package: erlang-p1-tls Version: 1.1.16-3~bpo12+1 Installed-Size: 114 Maintainer: Ejabberd Packaging Team Architecture: amd64 Depends: libc6 (>= 2.14), 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: 47764 SHA256: 53932b591ba6f6373b495a1fb6c9739104eee71b4934433c6d1d78802dc914d8 SHA1: a384ee5c7203b23dcd7cf182d7dc01e8a425cc05 MD5sum: d2ed99992458ead4fb46bd9056f6e240 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_amd64.deb Package: erlang-p1-utils Version: 1.0.25-3~bpo12+1 Installed-Size: 193 Maintainer: Ejabberd Packaging Team Architecture: amd64 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: 126132 SHA256: 5bc342be68c53a698a0c80da67ae91042c86ce4ddbd82c4fea61c4ef00a9b483 SHA1: 224bce72fcd7dd2d7c8de8993db896a002eccf5a MD5sum: 4299f566d1135b116ef6ff054292d2ec 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_amd64.deb Package: erlang-p1-xml Version: 1.1.49-3~bpo12+1 Installed-Size: 347 Maintainer: Ejabberd Packaging Team Architecture: amd64 Depends: libc6 (>= 2.14), 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: 223152 SHA256: 7e364d6582dfd47b3a1678285e7ee9c845ed5c6cb87fe66ed04e25e34abf75c2 SHA1: 694dc8de371efced17786f6416b007766bf5cccd MD5sum: 19a1a232e5976945a7d65b0c1fd3375e 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_amd64.deb Package: erlang-p1-xmpp Version: 1.7.0-1~bpo12+1 Installed-Size: 3231 Maintainer: Ejabberd Packaging Team Architecture: amd64 Depends: libc6 (>= 2.14), 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: 2033540 SHA256: bd91b2d8b0fee5cc7a992c845c5c78b26fba4a30b897df8a88d74495c5064e2c SHA1: 397d5013caa86e0f86e63c030946585fec56d875 MD5sum: 554b678898e0be7856fcd75fbfe019bd 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_amd64.deb Package: erlang-p1-yaml Version: 1.0.36-2~bpo12+1 Installed-Size: 53 Maintainer: Ejabberd Packaging Team Architecture: amd64 Depends: libc6 (>= 2.14), libyaml-0-2, erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0), erlang-p1-utils (>= 1.0.25) Size: 17928 SHA256: f39cf8c248865ab573c9d3f23856659bf5c16db40c6570d5ca83aa9fda92354e SHA1: 8809fa054643211ecd66e784a4589eafa1a75426 MD5sum: a951ff40b57792d2e8f61eec53efd485 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_amd64.deb Package: erlang-p1-yconf Version: 1.0.15-2~bpo12+1 Installed-Size: 76 Maintainer: Ejabberd Packaging Team Architecture: amd64 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: 56a8119e8655c9d8a9508e11f8c8e269c774843412984449f4c65ce6bde9ebad SHA1: 6022c8fcb2693796ff14b9c632f3e4022cec9e11 MD5sum: 8832244fb3ed9e70b370ec2eea5be024 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_amd64.deb Package: erlang-p1-zlib Version: 1.0.12-3~bpo12+1 Installed-Size: 48 Maintainer: Ejabberd Packaging Team Architecture: amd64 Depends: libc6 (>= 2.4), erlang-base (>= 1:25.2.3+dfsg), erlang-abi (= 17.0), erlang-p1-utils (>= 1.0.25) Size: 14928 SHA256: 9011eb0da93cd90a3fe84fc4f10e8b6d4b86e3134f411fe72a7323ac5d9969c0 SHA1: dde280ad5d15691d58c4444504a3fa28fb480995 MD5sum: c34e4f7f4a70f22cf5311bd79d9db68c 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_amd64.deb Package: espeak-ng Version: 1.52.0+dfsg-4~bpo12+1 Installed-Size: 3816 Maintainer: Debian Accessibility Team Architecture: amd64 Depends: libc6 (>= 2.34), libespeak-ng1 (>= 1.52.0+dfsg), libpcaudio0 (>= 1.2), libsonic0 (>= 0.1.10) Size: 2380960 SHA256: 7c76185e622480950dfa497686c5c739397051de650c299ec900c8845afbde98 SHA1: dd7e037acb30dec52c41ea3c90da2953b6f500ac MD5sum: 0c09e8c32915ac0655bfe44e9d4e8b09 Description: Multi-lingual software speech synthesizer eSpeak NG is a software speech synthesizer for English, and some other languages. . eSpeak NG produces good quality English speech. It uses a different synthesis method from other open source text to speech (TTS) engines, and sounds quite different. It's perhaps not as natural or "smooth", but some find the articulation clearer and easier to listen to for long periods. . It can run as a command line program to speak text from a file or from stdin. . * Includes different Voices, whose characteristics can be altered. * Can produce speech output as a WAV file. * Can translate text to phoneme codes, so it could be adapted as a front end for another speech synthesis engine. * Potential for other languages. More than 80 languages are included. * Compact size. * Written in C. Multi-Arch: foreign Homepage: https://github.com/espeak-ng/espeak-ng Section: sound Priority: optional Filename: pool/main/e/espeak-ng/espeak-ng_1.52.0+dfsg-4~bpo12+1_amd64.deb Package: espeak-ng-data Source: espeak-ng Version: 1.52.0+dfsg-4~bpo12+1 Installed-Size: 24034 Maintainer: Debian Accessibility Team Architecture: amd64 Size: 8653724 SHA256: 35a273e9d7f34df9390edcd1b798810839795fa2c21966148f90872e5d852a76 SHA1: 1fa361bd1c1513efe4eac84f00c72b517144543f MD5sum: 34fe6636034e9a3b567713788071d15f Description: Multi-lingual software speech synthesizer: speech data files eSpeak NG is a software speech synthesizer for English, and some other languages. . This package contains necessary synthesizer data files needed for the espeak-ng program and the shared library. Multi-Arch: same Homepage: https://github.com/espeak-ng/espeak-ng Section: sound Priority: optional Filename: pool/main/e/espeak-ng/espeak-ng-data_1.52.0+dfsg-4~bpo12+1_amd64.deb Package: espeak-ng-espeak Source: espeak-ng Version: 1.52.0+dfsg-4~bpo12+1 Installed-Size: 27 Maintainer: Debian Accessibility Team Architecture: all Provides: espeak Depends: espeak-ng Conflicts: espeak Size: 12812 SHA256: b0c7eb44980ec9fdc943548a8e8573fe21dedbbacc6f7a14f67d225cbe4479bc SHA1: 77bb7146fe128e4fa0144383518afc1b8ef2fbab MD5sum: ca89a5e4fd9f588219f7bef7ce2068e0 Description: Multi-lingual software speech synthesizer eSpeak NG is a software speech synthesizer for English, and some other languages. . This package contains compatibility links that makes it a drop-in replacement for the espeak package. Installing this package thus allows one to make applications calling the /usr/bin/espeak program use eSpeak NG without any modification or rebuild. Multi-Arch: foreign Homepage: https://github.com/espeak-ng/espeak-ng Section: sound Priority: optional Filename: pool/main/e/espeak-ng/espeak-ng-espeak_1.52.0+dfsg-4~bpo12+1_all.deb Package: etc1tool Source: android-platform-tools Version: 34.0.5-4~bpo12+1 Installed-Size: 91 Maintainer: Android Tools Maintainers Architecture: amd64 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libpng16-16 (>= 1.6.2-1), libstdc++6 (>= 4.1.1) Size: 31360 SHA256: e170bcc9fc8858712747b3be9723af90ec44eade0c4eb4f22bbc1ff3b464c326 SHA1: cfa563588833495fc21c61238e3255defa1a0b78 MD5sum: 7356af0d6487b84af7f67fcd4e865e66 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-4~bpo12+1_amd64.deb Package: exim4 Version: 4.98-3~bpo12+1 Installed-Size: 27 Maintainer: Exim4 Maintainers Architecture: all Depends: debconf (>= 1.4.69) | cdebconf (>= 0.39), exim4-base (<< 4.98-3~bpo12+1.1), exim4-base (>= 4.98-3~bpo12+1), exim4-daemon-light (>= 4.98-3~bpo12+1) | exim4-daemon-heavy (>= 4.98-3~bpo12+1) | exim4-daemon-custom (>= 4.98-3~bpo12+1), debconf (>= 0.5) | debconf-2.0 Size: 7196 SHA256: 59d2b43039527c45ef880ddfb5ea19c5acee518ed4ff7aa8f77a908fe6f9e376 SHA1: aad0da2b24614b6b23087d3af8906c466403ea4e MD5sum: 0d734c59b1fbba87db1c090b16344cf7 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-3~bpo12+1_all.deb Package: exim4-base Source: exim4 Version: 4.98-3~bpo12+1 Installed-Size: 1737 Maintainer: Exim4 Maintainers Architecture: amd64 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: 1151424 SHA256: 6300679212492554fdbd9fd8b572363aebecd19ee598f34e17beca8d409c3f2d SHA1: d7dbe21811f0c4132e7613629ef4038f13c65830 MD5sum: bdc12007c9548b2f8c649cb9e2375cfd 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-3~bpo12+1_amd64.deb Package: exim4-config Source: exim4 Version: 4.98-3~bpo12+1 Installed-Size: 913 Maintainer: Exim4 Maintainers Architecture: all Provides: exim4-config-2 Depends: adduser, debconf (>= 0.5) | debconf-2.0 Recommends: ca-certificates Conflicts: citadel-server, courier-mta, dma, esmtp-run, exim, exim-tls, exim4-config, exim4-config-2, hula-mta, masqmail, msmtp-mta, mta-dummy, nullmailer, opensmtpd, postfix, qmail-run, sendmail-bin, smail, ssmtp, xmail, zmailer Breaks: exim4-daemon-heavy (<< 4.94), exim4-daemon-light (<< 4.94) Size: 255908 SHA256: 8b54e1c50be806d25ce7b863152be141959a832b1aeb7302938af20cde4ca191 SHA1: ccd47f1f41ab6de32d921df63c107ea92f25b60c MD5sum: f753c8df757c23ea838175d49d0a98c9 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-3~bpo12+1_all.deb Package: exim4-daemon-heavy Source: exim4 Version: 4.98-3~bpo12+1 Installed-Size: 1771 Maintainer: Exim4 Maintainers Architecture: amd64 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: 691988 SHA256: 8bbab95786809c4a33e3614b7fb7ede3ac1b9ddc18f4054d16ee6e677ef420ec SHA1: 3a80ff7d06a6c6f99ef360f3cecd1ca6e0eac901 MD5sum: 28e3f0eabb060490d849e049a4f83267 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-3~bpo12+1_amd64.deb Package: exim4-daemon-light Source: exim4 Version: 4.98-3~bpo12+1 Installed-Size: 1603 Maintainer: Exim4 Maintainers Architecture: amd64 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: 631776 SHA256: 15a2c35c80907a589e907c5dea952f848e4d03de2aa3b484c291b2e16a502a81 SHA1: b909ca07e26763a9a1e8889f4d6b4cf3a4152311 MD5sum: bdc21e5e9113b15c741dd857d7c138aa 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-3~bpo12+1_amd64.deb Package: exim4-dev Source: exim4 Version: 4.98-3~bpo12+1 Installed-Size: 85 Maintainer: Exim4 Maintainers Architecture: amd64 Size: 42444 SHA256: ef5cf5ab5700059c50bf739135851a3d379e283dbf91c0fdeb2a63c1813b5da2 SHA1: 37952415dad967b8139dc5fc1b1ac7683b24e988 MD5sum: 8c4e880e5049e2b8eb33f605fe4a861b 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-3~bpo12+1_amd64.deb Package: eximon4 Source: exim4 Version: 4.98-3~bpo12+1 Installed-Size: 166 Maintainer: Exim4 Maintainers Architecture: amd64 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: 77216 SHA256: 7462e6d873b13ad22649c1588180e4da5ef1f8fae99bfaf0e6f75f55ea7bd798 SHA1: 25eb0ff5acaa2934cde35d099003b8e851123c20 MD5sum: e5553e831aeb20148fb01e65c10fb157 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-3~bpo12+1_amd64.deb Package: ezurio-qcacld-2.0-dkms Version: 0.0~git20240408.aa96a9f+dfsg-3~bpo12+1 Installed-Size: 28364 Maintainer: Lukas F. Hartmann Architecture: all Depends: dkms (>= 3.0.3-4~) Breaks: ezurio-qca-firmware (<< 0.0~git20230404.bad01ca-2~) Size: 3309832 SHA256: b60cd6afedca6f7d1fadb932fe6d27db91d32d0ea51d938c4ccae637e88a3adc SHA1: 2e882b7a01eab00046b5200077b0e856dd18977a MD5sum: 92b806d3649889fe75de94c704b716d7 Description: DKMS source for the Qualcomm QCA9377 SDIO driver This is the out-of-tree Qualcomm qcacld-2.0 driver from the CodeAurora repository with changes by Boundary Devices to enable Wi-Fi on Laird Connectivity and Boundary Devices (now ezurio) System-On-Modules like the i.MX 8 Nitrogen8M Plus SOM (NXP i.MX 8M Plus) as it is used in the MNT Pocket Reform. Section: kernel Priority: optional Filename: pool/main/e/ezurio-qcacld-2.0-dkms/ezurio-qcacld-2.0-dkms_0.0~git20240408.aa96a9f+dfsg-3~bpo12+1_all.deb Package: fabio-viewer Source: python-fabio Version: 2023.6.0-3~bpo12+1 Installed-Size: 24 Maintainer: Debian PaN Maintainers Architecture: all Replaces: python-fabio (<< 0.2.2+dfsg-2~), python3-fabio (<< 2023.6.0-3~) Depends: python3-fabio (>= 2023.6.0-3~bpo12+1), python3-numpy, python3:any Breaks: python-fabio (<< 0.2.2+dfsg-2~), python3-fabio (<< 2023.6.0-3~) Size: 6156 SHA256: 788f28a67425104391e5be64cfa6522555731db728153fdbb84f87045c60d258 SHA1: f8a4491299a4ea08f990c67a918d8f7b7040ebe5 MD5sum: 1d3cb6a3d51a6e01c8a1b70a19085eeb Description: Viewer for images produced by 2D X-ray detector FabIO is an I/O library for images produced by 2D X-ray detectors and written in Python. FabIO support images detectors from a dozen of companies (including Mar, Dectris, ADSC, Hamamatsu, Oxford, ...), for a total of 20 different file formats (like CBF, EDF, TIFF, ...) and offers an unified interface to their headers (as a Python dictionary) and datasets (as a numpy ndarray of integers or floats) . Binaries provided with python-fabio Homepage: https://github.com/silx-kit/fabio Section: science Priority: optional Filename: pool/main/p/python-fabio/fabio-viewer_2023.6.0-3~bpo12+1_all.deb Package: far2l Version: 2.6.1~beta+ds-1~bpo12+1 Installed-Size: 6821 Maintainer: Alex Myczko Architecture: amd64 Depends: libarchive13 (>= 3.2.1), libc6 (>= 2.34), libgcc-s1 (>= 3.0), 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: 1956928 SHA256: 0bd27ccaaf5132bb3c731263d93e5fae30ae40aa3df8c70632684dca95a31142 SHA1: 617016ad035c1dcc9627be091b3aed73d2c4ea4a MD5sum: 51f7677ee7bdf5b86c22e19720a5256e 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_amd64.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-4~bpo12+1) Version: 1:34.0.5-4~bpo12+1 Installed-Size: 592 Maintainer: Android Tools Maintainers Architecture: amd64 Provides: android-tools-fastboot Depends: android-libbase (>= 34.0.5), android-libboringssl (>= 13.0.0+r24), android-libcutils (= 1:34.0.5-4~bpo12+1), android-liblog (>= 34.0.5), android-libsparse (= 1:34.0.5-4~bpo12+1), android-libziparchive (= 1:34.0.5-4~bpo12+1), libc6 (>= 2.34), libgcc-s1 (>= 3.0), 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: 197448 SHA256: 2bcbdad208f7e914407e1b14c0afb89cb5de11ba5b0fe8c7c1bcdc5428ab6000 SHA1: a03efbace637c3f43b0f168852cd84adb8ee3844 MD5sum: 6dc2ac281527a7d88e3f122e2408c9f8 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-4~bpo12+1_amd64.deb Package: fastnetmon Version: 1.2.7-1~bpo12+1 Installed-Size: 4597 Maintainer: Patrick Matthäi Architecture: amd64 Depends: libabsl20220623 (>= 0~20220623.0-1), libboost-program-options1.74.0 (>= 1.74.0+ds1), libboost-regex1.74.0-icu72, libboost-thread1.74.0 (>= 1.74.0+ds1), libbpf1 (>= 1:0.7.0), libbson-1.0-0 (>= 1.23.1), libc6 (>= 2.34), libcapnp-0.9.2, libgcc-s1 (>= 3.3), libgrpc++1.51 (>= 1.51.1), libgrpc29 (>= 1.51.1), libhiredis0.14 (>= 0.14.0), liblog4cpp5v5 (>= 1.1.3), libmongoc-1.0-0 (>= 1.23.1), libncurses6 (>= 6), libpcap0.8 (>= 1.0.0), libprotobuf32 (>= 3.21.12), libssl3 (>= 3.0.0), libstdc++6 (>= 11), libtinfo6 (>= 6), adduser Size: 984116 SHA256: 3227dcc23736b4e48d0cf9b9e9649bcc2197f64320c3af74887aef51b1754fba SHA1: 34e1a199a345055e70a4bbbffac39f338f2c8327 MD5sum: 55615c602c960ea6bd6d99767cb5047e 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_amd64.deb Package: fcitx5 Version: 5.1.10-1~bpo12+1 Installed-Size: 673 Maintainer: Debian Input Method Team Architecture: amd64 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: 198072 SHA256: 16ca1008f7144b018003f1126aad6b195105ca32ca328f074f74766e6ce21476 SHA1: 7acc66f31b2f756f76843b161702bd6f3a7f9f13 MD5sum: 8375884a3f3408a5e87dd64f052cef43 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_amd64.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: 483 Maintainer: Debian Input Method Team Architecture: amd64 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: 128800 SHA256: 7acc7a0898663c488cdcf0d0522bd484e5153ac1fcd6fb4b42b1c47bc0d32998 SHA1: 66cff7f7ce52fdeda36573d04e8c47b942c3e2f7 MD5sum: d013a3675cead5a8a331ea33c5482b4e 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_amd64.deb Package: fcitx5-frontend-qt6 Source: fcitx5-qt Version: 5.1.6-1~bpo12+1 Installed-Size: 556 Maintainer: Debian Input Method Team Architecture: amd64 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: 146444 SHA256: 5a73ef56b39f1b58dc2eb2cbd04d4f3cad8ba27f1364402ecd9257f8f94e683a SHA1: 95b4932c7d8bc867b516054de820845780d81070 MD5sum: 94956c14062811e9137bc00672fa51c4 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_amd64.deb Package: fcitx5-modules Source: fcitx5 Version: 5.1.10-1~bpo12+1 Installed-Size: 4290 Maintainer: Debian Input Method Team Architecture: amd64 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 (>= 3.0), 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: 895644 SHA256: a70e6038600859526e584f2d7dfbe3b0e7b541a129cd4af97a23427ee26379b0 SHA1: 52172846589e3360090e0f1ec3c12a7fb2218512 MD5sum: 4f12cd402d44aee89e998718cc53539d 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_amd64.deb Package: fcitx5-modules-dev Source: fcitx5 Version: 5.1.10-1~bpo12+1 Installed-Size: 115 Maintainer: Debian Input Method Team Architecture: amd64 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: 14964 SHA256: 4fc393c139382d8d71f12f75724d90b9aab15695394c0bd60cbf64ef78f5ab2b SHA1: bf9420c01267b9e5b47c805c6985754d79902663 MD5sum: 5f1b9905dda3174c899d0445e1aed996 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_amd64.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: 155 Maintainer: Debian Input Method Team Architecture: amd64 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: 56848 SHA256: 793e6fa34eea3cdeea929dc77eac45f6d7bcc66a7d19e132f65e98c1c971d694 SHA1: f31610121f80529279415fd2078c970b138ee13c MD5sum: dd0eaff5f7932786332c1442cf1263ce 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_amd64.deb Package: fdroidserver Version: 2.3.3-1~bpo12+1 Installed-Size: 2692 Maintainer: Hans-Christoph Steiner Architecture: all Depends: androguard, python3, python3-asn1crypto, python3-clint, python3-defusedxml, python3-git, python3-magic, python3-oscrypto, python3-paramiko, python3-pil, python3-platformdirs, python3-qrcode, python3-requests, python3-ruamel.yaml, python3-tomli | python3 (>> 3.11), python3-yaml, python3:any, sdkmanager, yamllint, apksigner (>= 31), default-jdk-headless | java-compiler, python3-biplist, python3-pycountry, rsync, s3cmd Recommends: android-sdk, dexdump, git, gnupg, opensc, openssh-client, wget Suggests: gradle, ipfs-cid, vagrant, vagrant-cachier, vagrant-libvirt, qemu-kvm Size: 459872 SHA256: c5dacde900ff1692b80a1664898ade10d915b3de0560e921e98f2f17a4f1d229 SHA1: c075e49fc9dda6d1242e803c3ffa80181787c22f MD5sum: 7be2aee38cfb7f7cd9a5d8a8554731be Description: F-Droid build server and repository tools for Android F-Droid is an installable catalogue of FOSS (Free and Open Source Software) applications for the Android platform. The client makes it easy to browse, install, and keep track of updates on your device. . The F-Droid server tools provide various scripts and tools that are used to maintain the main F-Droid application repository. You can use these same tools to create your own additional or alternative repository for publishing, or to assist in creating, testing and submitting metadata to the main repository. Homepage: https://f-droid.org Section: devel Priority: optional Filename: pool/main/f/fdroidserver/fdroidserver_2.3.3-1~bpo12+1_all.deb Package: ffmpegfs Version: 2.17-1~bpo12+1 Installed-Size: 1665 Maintainer: Norbert Schlia Architecture: amd64 Depends: libavcodec59 (>= 7:5.0), libavfilter8 (>= 7:5.0), libavformat59 (>= 7:5.0), libavutil57 (>= 7:5.1), libbluray2 (>= 1:0.5.0), libc6 (>= 2.34), libchardet1, libcue2, libdvdread8 (>= 4.1.3), libfuse3-3 (>= 3.2.3), libgcc-s1 (>= 3.0), libsqlite3-0 (>= 3.14.0), libstdc++6 (>= 12), libswresample4 (>= 7:5.1), libswscale6 (>= 7:5.0) Size: 503564 SHA256: fd34706541bf761ca2974fed28a4db3ed1a97a0c6ddcbbcba2b038e98bd23574 SHA1: 8a9ebac0471354450e41faa2f5b91c4d6fcdbf4b MD5sum: dfedfa00b810a3d2bfdac3f3bc8beb8b Description: Fuse Multi Media Filesystem A read-only FUSE filesystem which transcodes various audio and video formats to MP4, WebM, and many more on the fly when opened and read using the FFmpeg library, thus supporting a multitude of input formats and a variety of common output formats. . This allows access to a multi-media file collection with software and/or hardware which only understands one of the supported output formats, or transcodes files through simple drag-and-drop in a file browser. Multi-Arch: foreign Homepage: https://nschlia.github.io/ffmpegfs/ Section: utils Priority: optional Filename: pool/main/f/ffmpegfs/ffmpegfs_2.17-1~bpo12+1_amd64.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: 468 Maintainer: Utopia Maintenance Team Architecture: amd64 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: 161460 SHA256: 6e031739eb73b3167b9b2c68b219c20d913d1519506f19d9e44aa49e64bea683 SHA1: 8ffac46870e2a15c1402b2300b32ef1328e20067 MD5sum: 8e406f030a5b40c91e3e8f3512638df1 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_amd64.deb Package: flatpak-builder-tests Source: flatpak-builder Version: 1.4.4-1~bpo12+1 Installed-Size: 149 Maintainer: Utopia Maintenance Team Architecture: amd64 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: df72bc0b93cfbcc9286041eb6ed84941c0ddaad9aa4057a9a2ad67cdcb98a286 SHA1: 274a0a279d7d85f52cc3c5c45c51ad94e930dc8c MD5sum: 87e29f97e779ddb32b78478364297c72 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_amd64.deb Package: flydraw Source: wims Version: 2:4.27a+dfsg1-3~bpo12+1 Installed-Size: 165 Maintainer: Georges Khaznadar Architecture: amd64 Depends: libc6 (>= 2.34), libgd3 (>= 2.1.0~alpha~), imagemagick (>= 4:5.4.4.5-1) | graphicsmagick-imagemagick-compat Size: 53392 SHA256: 73a561f9635b236ec77dd761bbf389feaae149fbaa183c1bf7319ebb96df80cf SHA1: eb97e8a1fa3feb248571ba86790d300d869ae2d1 MD5sum: b7a2d55ea822014af32b1b8bca9aa2ce 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_amd64.deb Package: font-manager Version: 0.8.9-1~bpo12+1 Installed-Size: 1043 Maintainer: Debian Fonts Task Force Architecture: amd64 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: 340480 SHA256: 3332906f8fa08218f1cbcb5f1accbbbff17d83515efcb78e85293a69ee7c60d3 SHA1: bc45537cfe610a05f77b21556c666214b8f71a75 MD5sum: 6ba33d429c824bc12990770a59e0d470 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_amd64.deb Package: font-manager-common Source: font-manager Version: 0.8.9-1~bpo12+1 Installed-Size: 10508 Maintainer: Debian Fonts Task Force Architecture: amd64 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: 1787604 SHA256: 35c0573a2faf77556fba0049241dbab88e1090b5004ae5f78f79ad463966a09c SHA1: 2d428369099b84335223c60f6af345d40fac5a10 MD5sum: b8a0d83c72f152b4cdaf86aa23813b78 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_amd64.deb Package: font-viewer Source: font-manager Version: 0.8.9-1~bpo12+1 Installed-Size: 134 Maintainer: Debian Fonts Task Force Architecture: amd64 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: 62980 SHA256: c7256958590a2ef8ff95932079d718b4ada9aa298eea6f7c74eb7b5faae0d4bb SHA1: 079011dd8c0f4d0c49b3da5038c843ad92291b9d MD5sum: 199eff08e47fab73bc5e06055193ddbf 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_amd64.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.4-1~bpo12+1) Version: 4:102.12+LibO24.8.4-1~bpo12+1 Installed-Size: 277 Maintainer: Debian LibreOffice Maintainers Architecture: all Replaces: ttf-opensymbol Provides: ttf-opensymbol Recommends: fontconfig Size: 124376 SHA256: 4c9b660b6a09e1641ad94214670725ea000e2e2290502f20f0c6c4f5c89cbaa3 SHA1: 1327491f2f3545cf3aa03ebafee1df4e786f73ea MD5sum: 51e4ad3954c3c940feae9436ff7df02d 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.4-1~bpo12+1_all.deb Package: foomuuri Version: 0.26-1~bpo12+1 Installed-Size: 195 Maintainer: Romain Francoise Architecture: all Depends: nftables, python3-dbus, python3-gi, python3-requests, python3-systemd, python3:any Recommends: fping Suggests: foomuuri-firewalld Size: 42568 SHA256: c28d74c1bb3791185172802ac556c6d97330325be80ed047b58829a8d93cb78f SHA1: c91df4635f8a82d3b34eba6f12729216ae78382c MD5sum: 87f7ef4f304da5c826a80da525d97c27 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.26-1~bpo12+1_all.deb Package: foomuuri-firewalld Source: foomuuri Version: 0.26-1~bpo12+1 Installed-Size: 19 Maintainer: Romain Francoise Architecture: all Depends: foomuuri Size: 6828 SHA256: ecfec7c0b6798ae87a13a0c8675a34cc0ddd836eca85278d5a89cedcf12f0966 SHA1: c8a6f3b8177603d7f50fc49c2edcad303e28877d MD5sum: 3f6774d54f77ca23f5cbdf80a4ea8868 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.26-1~bpo12+1_all.deb Package: fort-validator Version: 1.6.4+20240930-1~bpo12+1 Installed-Size: 493 Maintainer: Marco d'Itri Architecture: amd64 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: 168024 SHA256: 496ce480ac512cacfcca4dd62347a95e00ab236bcc35d78f17aa6bd33aecb968 SHA1: acd82b3c83ad15274c140ee9b9a98a0514fff25f MD5sum: 8a8fa5b1f6f24ca270c8504e3beb73df 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.4+20240930-1~bpo12+1_amd64.deb Package: fp-compiler Source: fpc Version: 3.2.2+dfsg-34~bpo12+1 Installed-Size: 103 Maintainer: Pascal Packaging Team Architecture: amd64 Depends: fp-compiler-3.2.2 (= 3.2.2+dfsg-34~bpo12+1) Size: 28388 SHA256: 952c1f55730a47bab6587b73a4c32ee407d122457ae80dd065dc4499fae741f9 SHA1: 556ec14fe8ae2f8fb265c63b00323a7e855c4ddd MD5sum: 158e42b64db5cbd822cbf94d1ed48683 Description: Free Pascal - compiler dependency package The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a completely portable RunTime Library (RTL) available on many platforms and compatible with Turbo Pascal, along with a platform-independent class-based Free Component Library (FCL) adding many Delphi extensions and interfacing with many popular open source libraries. . Extensions have been added to the language, such as function overloading, creation and linking of shared libraries, and Delphi language extensions including classes, exceptions, ANSI strings, and open arrays. . This dependency package always depends on the latest available version of the package containing the command line compiler. Multi-Arch: same Homepage: https://www.freepascal.org/ Section: devel Priority: optional Filename: pool/main/f/fpc/fp-compiler_3.2.2+dfsg-34~bpo12+1_amd64.deb Package: fp-compiler-3.2.2 Source: fpc Version: 3.2.2+dfsg-34~bpo12+1 Installed-Size: 10632 Maintainer: Pascal Packaging Team Architecture: amd64 Replaces: fpc (<= 3.2.2+dfsg-0) Provides: fp-compiler Depends: binutils, fp-units-rtl-3.2.2 (= 3.2.2+dfsg-34~bpo12+1), debconf (>= 0.5) | debconf-2.0 Recommends: fp-utils-3.2.2 (>= 3.2.2+dfsg-34~bpo12+1) Suggests: fp-docs-3.2.2 (>= 3.2.2+dfsg) Breaks: fpc (<= 3.2.2+dfsg-0) Size: 2045432 SHA256: 7146eac05a3abc815c6e9cdafcb8306ac8c8a5dde88664d1c2a94d1c90186b53 SHA1: d3a905a87c8aa05d1bb181980d9b886c49e36607 MD5sum: 29e24087b356b46a22b3e6d5654bfd6a Description: Free Pascal - compiler The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a completely portable RunTime Library (RTL) available on many platforms and compatible with Turbo Pascal, along with a platform-independent class-based Free Component Library (FCL) adding many Delphi extensions and interfacing with many popular open source libraries. . Extensions have been added to the language, such as function overloading, creation and linking of shared libraries, and Delphi language extensions including classes, exceptions, ANSI strings, and open arrays. . This package contains the command line compiler. Multi-Arch: same Homepage: https://www.freepascal.org/ Section: devel Priority: optional Filename: pool/main/f/fpc/fp-compiler-3.2.2_3.2.2+dfsg-34~bpo12+1_amd64.deb Package: fp-docs Source: fpc Version: 3.2.2+dfsg-34~bpo12+1 Installed-Size: 103 Maintainer: Pascal Packaging Team Architecture: all Depends: fp-docs-3.2.2 (= 3.2.2+dfsg-34~bpo12+1) Size: 28272 SHA256: 8c4dffb00db530089088f7f76f72a620f27a82665255c16640e64ba40bdeca44 SHA1: fa57d92f8c605ae1a4883703be18c5ef326a5059 MD5sum: 2e0530bcddb4d025d5a9ee7dcc2db9c4 Description: Free Pascal - documentation dependency package The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a completely portable RunTime Library (RTL) available on many platforms and compatible with Turbo Pascal, along with a platform-independent class-based Free Component Library (FCL) adding many Delphi extensions and interfacing with many popular open source libraries. . This dependency package always depends on the latest available version of the package containing documentation for the Free Pascal Compiler in HTML format. Multi-Arch: foreign Homepage: https://www.freepascal.org/ Section: doc Priority: optional Filename: pool/main/f/fpc/fp-docs_3.2.2+dfsg-34~bpo12+1_all.deb Package: fp-docs-3.2.2 Source: fpc Version: 3.2.2+dfsg-34~bpo12+1 Installed-Size: 62384 Maintainer: Pascal Packaging Team Architecture: all Replaces: fpc (<= 3.2.2+dfsg-0) Provides: fp-docs Breaks: fpc (<= 3.2.2+dfsg-0) Size: 2799636 SHA256: 47a4095a417954430562fcbfe50f1b4b9ce1707c55245641bd9ddea75c3ba931 SHA1: 6f7014f6fb08fb36ec901b394802d778e938ccc3 MD5sum: 29e6770bc185ff10d2dbca5dd2b0df96 Description: Free Pascal - documentation The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a completely portable RunTime Library (RTL) available on many platforms and compatible with Turbo Pascal, along with a platform-independent class-based Free Component Library (FCL) adding many Delphi extensions and interfacing with many popular open source libraries. . This package provides documentation for the Free Pascal Compiler in HTML format. Multi-Arch: foreign Homepage: https://www.freepascal.org/ Section: doc Priority: optional Filename: pool/main/f/fpc/fp-docs-3.2.2_3.2.2+dfsg-34~bpo12+1_all.deb Package: fp-ide Source: fpc Version: 3.2.2+dfsg-34~bpo12+1 Installed-Size: 103 Maintainer: Pascal Packaging Team Architecture: all Depends: fp-ide-3.2.2 (>= 3.2.2+dfsg-34~bpo12+1) Size: 28412 SHA256: f46bda5019ae868c283901c0f8f9ffbd1bc853b68f574074c31c02a6ef24272f SHA1: 908417b6a045cbc537f917d19b92aacec81dd1ee MD5sum: faa1305ca14bce0fd12d3847e2891f7e Description: Free Pascal - IDE dependency package The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a completely portable RunTime Library (RTL) available on many platforms and compatible with Turbo Pascal, along with a platform-independent class-based Free Component Library (FCL) adding many Delphi extensions and interfacing with many popular open source libraries. . Extensions have been added to the language, such as function overloading, creation and linking of shared libraries, and Delphi language extensions including classes, exceptions, ANSI strings, and open arrays. . This dependency package always depends on the latest available version of the package containing the Integrated Development Environment (IDE). The IDE has an internal compiler. Multi-Arch: foreign Homepage: https://www.freepascal.org/ Section: devel Priority: optional Filename: pool/main/f/fpc/fp-ide_3.2.2+dfsg-34~bpo12+1_all.deb Package: fp-ide-3.2.2 Source: fpc Version: 3.2.2+dfsg-34~bpo12+1 Installed-Size: 4832 Maintainer: Pascal Packaging Team Architecture: amd64 Replaces: fpc (<= 3.2.2+dfsg-0) Provides: fp-ide Depends: fp-units-rtl-3.2.2 (= 3.2.2+dfsg-34~bpo12+1) Recommends: fp-utils-3.2.2 (>= 3.2.2+dfsg-34~bpo12+1) Suggests: fp-docs-3.2.2 (>= 3.2.2+dfsg) Breaks: fpc (<= 3.2.2+dfsg-0) Size: 1368956 SHA256: 6810b8c4a54d065fb77b7b98ef21b674ca4a0ab5bac5fe4b74015704ffbee1ce SHA1: 3925cf5e7eaec03ceea4da2ee475a7d66ec76830 MD5sum: a8386cc4b71748f28b271377512dd2c1 Description: Free Pascal - IDE The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a completely portable RunTime Library (RTL) available on many platforms and compatible with Turbo Pascal, along with a platform-independent class-based Free Component Library (FCL) adding many Delphi extensions and interfacing with many popular open source libraries. . Extensions have been added to the language, such as function overloading, creation and linking of shared libraries, and Delphi language extensions including classes, exceptions, ANSI strings, and open arrays. . This package contains the Integrated Development Environment (IDE). The IDE has an internal compiler. Multi-Arch: foreign Homepage: https://www.freepascal.org/ Section: devel Priority: optional Filename: pool/main/f/fpc/fp-ide-3.2.2_3.2.2+dfsg-34~bpo12+1_amd64.deb Package: fp-units-base Source: fpc Version: 3.2.2+dfsg-34~bpo12+1 Installed-Size: 103 Maintainer: Pascal Packaging Team Architecture: amd64 Depends: fp-units-base-3.2.2 (= 3.2.2+dfsg-34~bpo12+1) Size: 28348 SHA256: 70b1d7add5d0962031d5d496df7e229505bb1b8e7f3690e191e8483e6697c9be SHA1: ab74e4ba0b6ed8709135b114e6e903667daba90b MD5sum: ffe422f6244dbc7d33ba9df804b96dcf Description: Free Pascal - base units dependency package The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a completely portable RunTime Library (RTL) available on many platforms and compatible with Turbo Pascal, along with a platform-independent class-based Free Component Library (FCL) adding many Delphi extensions and interfacing with many popular open source libraries. . This dependency package always depends on the latest available version of the package containing Free Pascal units for common libraries (some of which are also required by the Free Component Library): NCurses, X11 (Xlib, Xutil), and ZLib. Multi-Arch: same Homepage: https://www.freepascal.org/ Section: devel Priority: optional Filename: pool/main/f/fpc/fp-units-base_3.2.2+dfsg-34~bpo12+1_amd64.deb Package: fp-units-base-3.2.2 Source: fpc Version: 3.2.2+dfsg-34~bpo12+1 Installed-Size: 7798 Maintainer: Pascal Packaging Team Architecture: amd64 Replaces: fpc (<= 3.2.2+dfsg-0) Provides: fp-units-base Depends: fp-units-rtl-3.2.2 (= 3.2.2+dfsg-34~bpo12+1) Suggests: uuid-dev Breaks: fpc (<= 3.2.2+dfsg-0) Size: 1203248 SHA256: 6ee571c1087dd872c11ba71ddf2da9358064f45d12dba453f1bcb79076c859b3 SHA1: 09811960296ade263e632b121a507a9307c6bd9e MD5sum: 5aa34107f19f59b6171b2b2e95991986 Description: Free Pascal - base units The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a completely portable RunTime Library (RTL) available on many platforms and compatible with Turbo Pascal, along with a platform-independent class-based Free Component Library (FCL) adding many Delphi extensions and interfacing with many popular open source libraries. . This package contains Free Pascal units for common libraries (some of which are also required by the Free Component Library): NCurses, X11 (Xlib, Xutil), and ZLib. Multi-Arch: same Homepage: https://www.freepascal.org/ Section: devel Priority: optional Filename: pool/main/f/fpc/fp-units-base-3.2.2_3.2.2+dfsg-34~bpo12+1_amd64.deb Package: fp-units-castle-game-engine Source: castle-game-engine Version: 7.0~alpha.3+dfsg1-2~bpo12+1 Installed-Size: 166627 Maintainer: Pascal Packaging Team Architecture: amd64 Depends: libatk1.0-0 (>= 1.12.4), libc6 (>= 2.34), libcairo2 (>= 1.2.4), libgdk-pixbuf-2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.12.0), libgtk2.0-0 (>= 2.24.0), libpango-1.0-0 (>= 1.14.0), libx11-6 Recommends: castle-game-engine-doc, fpc, lazarus Suggests: castle-game-engine-src, gradle Size: 19393980 SHA256: 663c95f4b1eb1437b94724b7ea957b64e002ef9c249463416a0f4cd2e0134937 SHA1: d35240f68fac852f205a07c2807bb10559146436 MD5sum: 05460278f13742ac29067e716a0cd014 Description: Castle Game Engine - 3D game engine for FreePascal / Lazarus Castle Game Engine is a set of LGPL licenced libraries that are intended to ease developing 3D games with FreePascal / Lazarus. . It provides an excellent support for the VRML / X3D 3D data format. Other 3D formats are also supported. . It features many advanced graphic effects and easy to use API on top of OpenGL. . This package contains the FPC units and the auxiliary tools castle-curves, castle-engine, image-to-pascal, sprite-sheet-to-x3d, and texture-font-to-pascal. . This package suggests the gradle package. Gradle is only necessary if one wants to build Android applications, otherwise one can ignore that suggestion. Note that, in order to create Android applications, one will also need the Android SDK and NDK, and FPC cross-compiler, see https://github.com/castle-engine/castle-engine/wiki/Android. Homepage: https://castle-engine.sourceforge.io/engine.php Section: misc Priority: optional Filename: pool/main/c/castle-game-engine/fp-units-castle-game-engine_7.0~alpha.3+dfsg1-2~bpo12+1_amd64.deb Package: fp-units-db Source: fpc Version: 3.2.2+dfsg-34~bpo12+1 Installed-Size: 103 Maintainer: Pascal Packaging Team Architecture: amd64 Depends: fp-units-db-3.2.2 (= 3.2.2+dfsg-34~bpo12+1) Size: 28336 SHA256: d1ae3f1833c649761c0170a23bcb33e1f7927d2d750eeb12a0876b3ed372dbed SHA1: 5867f3d643c7a0a80fd61451ca64c352350f2843 MD5sum: a33e847a6079c5672984f664d526a852 Description: Free Pascal - database-library units dependency package The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a completely portable RunTime Library (RTL) available on many platforms and compatible with Turbo Pascal, along with a platform-independent class-based Free Component Library (FCL) adding many Delphi extensions and interfacing with many popular open source libraries. . This dependency package always depends on the latest available version of the package containing Free Pascal units with bindings for GDBM, Interbase, MySQL, PostgreSQL, ODBC, Oracle, and SQLite. Multi-Arch: same Homepage: https://www.freepascal.org/ Section: devel Priority: optional Filename: pool/main/f/fpc/fp-units-db_3.2.2+dfsg-34~bpo12+1_amd64.deb Package: fp-units-db-3.2.2 Source: fpc Version: 3.2.2+dfsg-34~bpo12+1 Installed-Size: 31227 Maintainer: Pascal Packaging Team Architecture: amd64 Replaces: fpc (<= 3.2.2+dfsg-0) Provides: fp-units-db Depends: fp-units-rtl-3.2.2 (= 3.2.2+dfsg-34~bpo12+1) Suggests: firebird-dev, freetds-dev, libgdbm-dev, default-libmysqlclient-dev, libpq-dev, libsqlite3-dev, pxlib-dev, unixodbc-dev Breaks: fpc (<= 3.2.2+dfsg-0) Size: 2711600 SHA256: 9cf875ca06b485f21ffa40c90079ab575fbf374f847a7d9958eba761d1bee3bb SHA1: e921d314c7d8f74940a3a1bdc50bae9898f34c50 MD5sum: 0e950117fae29cadea6942cfb1e036b1 Description: Free Pascal - database-library units The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a completely portable RunTime Library (RTL) available on many platforms and compatible with Turbo Pascal, along with a platform-independent class-based Free Component Library (FCL) adding many Delphi extensions and interfacing with many popular open source libraries. . This package contains Free Pascal units with bindings for GDBM, Interbase, MySQL, PostgreSQL, ODBC, Oracle, and SQLite. Multi-Arch: same Homepage: https://www.freepascal.org/ Section: devel Priority: optional Filename: pool/main/f/fpc/fp-units-db-3.2.2_3.2.2+dfsg-34~bpo12+1_amd64.deb Package: fp-units-fcl Source: fpc Version: 3.2.2+dfsg-34~bpo12+1 Installed-Size: 103 Maintainer: Pascal Packaging Team Architecture: amd64 Depends: fp-units-fcl-3.2.2 (= 3.2.2+dfsg-34~bpo12+1) Size: 28284 SHA256: 4bc66b6a579599b0d5631e60dc70aff441d23e69d131d5bf3e7f273e7e9bae75 SHA1: 858b0cb2384cd0736d8fb840dde68cc8a0b9a707 MD5sum: 6b232b2894547f5fb03259bf983dce4d Description: Free Pascal - Free Component Library dependency package The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a completely portable RunTime Library (RTL) available on many platforms and compatible with Turbo Pascal, along with a platform-independent class-based Free Component Library (FCL) adding many Delphi extensions and interfacing with many popular open source libraries. . This dependency package always depends on the latest available version of the package containing the Free Component Library for the Free Pascal Compiler. Multi-Arch: same Homepage: https://www.freepascal.org/ Section: devel Priority: optional Filename: pool/main/f/fpc/fp-units-fcl_3.2.2+dfsg-34~bpo12+1_amd64.deb Package: fp-units-fcl-3.2.2 Source: fpc Version: 3.2.2+dfsg-34~bpo12+1 Installed-Size: 64286 Maintainer: Pascal Packaging Team Architecture: amd64 Replaces: fpc (<= 3.2.2+dfsg-0) Provides: fp-units-fcl Depends: fp-units-base-3.2.2 (= 3.2.2+dfsg-34~bpo12+1), fp-units-rtl-3.2.2 (= 3.2.2+dfsg-34~bpo12+1) Breaks: fpc (<= 3.2.2+dfsg-0) Size: 7368540 SHA256: d79fae76ff20b70f83118badc2f69cd5bd9f7ef7815cdaf348a64d70f44d94c8 SHA1: 9a6482892d73df068f168e786d9d70bf647b31cc MD5sum: 2608ce4f46bcbd56dd44911c05df6d61 Description: Free Pascal - Free Component Library The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a completely portable RunTime Library (RTL) available on many platforms and compatible with Turbo Pascal, along with a platform-independent class-based Free Component Library (FCL) adding many Delphi extensions and interfacing with many popular open source libraries. . This package contains the Free Component Library for the Free Pascal Compiler. Multi-Arch: same Homepage: https://www.freepascal.org/ Section: devel Priority: optional Filename: pool/main/f/fpc/fp-units-fcl-3.2.2_3.2.2+dfsg-34~bpo12+1_amd64.deb Package: fp-units-fv Source: fpc Version: 3.2.2+dfsg-34~bpo12+1 Installed-Size: 103 Maintainer: Pascal Packaging Team Architecture: amd64 Depends: fp-units-fv-3.2.2 (= 3.2.2+dfsg-34~bpo12+1) Size: 28328 SHA256: 5cdbb6f5a6f562d2cf8da5994302a0ab9677e75e4b49605cebbb9f189861ec86 SHA1: b214b1ff8ca666a24c2cdcfd047e61e834ed33ce MD5sum: 73dda47bbe0cd65ae67ad4870eada563 Description: Free Pascal - Free Vision units dependency package The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a completely portable RunTime Library (RTL) available on many platforms and compatible with Turbo Pascal, along with a platform-independent class-based Free Component Library (FCL) adding many Delphi extensions and interfacing with many popular open source libraries. . This dependency package always depends on the latest available version of the package containing the Free Vision units for the Free Pascal Compiler (which provide a framework for developing text user interfaces). Multi-Arch: same Homepage: https://www.freepascal.org/ Section: devel Priority: optional Filename: pool/main/f/fpc/fp-units-fv_3.2.2+dfsg-34~bpo12+1_amd64.deb Package: fp-units-fv-3.2.2 Source: fpc Version: 3.2.2+dfsg-34~bpo12+1 Installed-Size: 2410 Maintainer: Pascal Packaging Team Architecture: amd64 Replaces: fpc (<= 3.2.2+dfsg-0) Provides: fp-units-fv Depends: fp-units-rtl-3.2.2 (= 3.2.2+dfsg-34~bpo12+1) Breaks: fpc (<= 3.2.2+dfsg-0) Size: 357612 SHA256: 54761aadd05977047d1cbc98533387bd0b2a0700849ee543fd73a977798f7d38 SHA1: c160d783bcedccff967bb7f0810ad8dd730efe59 MD5sum: 4dea465fcd8178bdd6572661a984e115 Description: Free Pascal - Free Vision units The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a completely portable RunTime Library (RTL) available on many platforms and compatible with Turbo Pascal, along with a platform-independent class-based Free Component Library (FCL) adding many Delphi extensions and interfacing with many popular open source libraries. . This package contains the Free Vision units for the Free Pascal Compiler (which provide a framework for developing text user interfaces). Multi-Arch: same Homepage: https://www.freepascal.org/ Section: devel Priority: optional Filename: pool/main/f/fpc/fp-units-fv-3.2.2_3.2.2+dfsg-34~bpo12+1_amd64.deb Package: fp-units-gfx Source: fpc Version: 3.2.2+dfsg-34~bpo12+1 Installed-Size: 103 Maintainer: Pascal Packaging Team Architecture: amd64 Depends: fp-units-gfx-3.2.2 (= 3.2.2+dfsg-34~bpo12+1) Size: 28400 SHA256: 3e905f87a138f1af91d90b51218f9e39c4f6ca08f392d4057c094a8eb0e69ccc SHA1: aa4bab83daa903dec1bc5444ecbdf13973c4bacd MD5sum: 74af7bcc1a66fc24ff61db1ea72edf38 Description: Free Pascal - graphics-library units dependency package The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a completely portable RunTime Library (RTL) available on many platforms and compatible with Turbo Pascal, along with a platform-independent class-based Free Component Library (FCL) adding many Delphi extensions and interfacing with many popular open source libraries. . This dependency package always depends on the latest available version of the package containing Free Pascal units with bindings for cairo, forms, ggi, graph, libgd, libpng, opengl, and svgalib. . SVGALib is no longer packaged by Debian and should be installed manually by users who want to link against it. Multi-Arch: same Homepage: https://www.freepascal.org/ Section: devel Priority: optional Filename: pool/main/f/fpc/fp-units-gfx_3.2.2+dfsg-34~bpo12+1_amd64.deb Package: fp-units-gfx-3.2.2 Source: fpc Version: 3.2.2+dfsg-34~bpo12+1 Installed-Size: 6974 Maintainer: Pascal Packaging Team Architecture: amd64 Replaces: fpc (<= 3.2.2+dfsg-0) Provides: fp-units-gfx Depends: fp-units-base-3.2.2 (= 3.2.2+dfsg-34~bpo12+1), fp-units-rtl-3.2.2 (= 3.2.2+dfsg-34~bpo12+1) Recommends: libcairo2-dev, libforms-dev, libgd-dev, libgl-dev, libgraphviz-dev, libpng-dev, libxxf86dga-dev, libxxf86vm-dev Breaks: fpc (<= 3.2.2+dfsg-0) Size: 1158628 SHA256: 2230cd52489ca3d74aea22fcdb5c378b815ac7acbac065afe27f91bc8fc4388f SHA1: 137aeb7222b0613b4236610001836b4764849f98 MD5sum: 4cacab52eab1c41ed8d66be48f68a810 Description: Free Pascal - graphics-library units The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a completely portable RunTime Library (RTL) available on many platforms and compatible with Turbo Pascal, along with a platform-independent class-based Free Component Library (FCL) adding many Delphi extensions and interfacing with many popular open source libraries. . This package contains Free Pascal units with bindings for cairo, forms, ggi, graph, libgd, libpng, opengl, and svgalib. . SVGALib is no longer packaged by Debian and should be installed manually by users who want to link against it. Multi-Arch: same Homepage: https://www.freepascal.org/ Section: devel Priority: optional Filename: pool/main/f/fpc/fp-units-gfx-3.2.2_3.2.2+dfsg-34~bpo12+1_amd64.deb Package: fp-units-gtk2 Source: fpc Version: 3.2.2+dfsg-34~bpo12+1 Installed-Size: 103 Maintainer: Pascal Packaging Team Architecture: amd64 Depends: fp-units-gtk2-3.2.2 (= 3.2.2+dfsg-34~bpo12+1) Size: 28316 SHA256: 5431c7eac21fd07fdabf049621d1bb1cbe5bad6e6286b7a3507acc6b1564434c SHA1: 4e2ddca3ab46bb171f050160d373b7d9d02e623e MD5sum: 696255b6d187dc40e230413351298ff5 Description: Free Pascal - GTK+ 2.x units dependency package The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a completely portable RunTime Library (RTL) available on many platforms and compatible with Turbo Pascal, along with a platform-independent class-based Free Component Library (FCL) adding many Delphi extensions and interfacing with many popular open source libraries. . This dependency package always depends on the latest available version of the package containing Free Pascal units and examples to create programs with GTK+ 2.x. Multi-Arch: same Homepage: https://www.freepascal.org/ Section: devel Priority: optional Filename: pool/main/f/fpc/fp-units-gtk2_3.2.2+dfsg-34~bpo12+1_amd64.deb Package: fp-units-gtk2-3.2.2 Source: fpc Version: 3.2.2+dfsg-34~bpo12+1 Installed-Size: 8778 Maintainer: Pascal Packaging Team Architecture: amd64 Replaces: fpc (<= 3.2.2+dfsg-0) Provides: fp-units-gtk2 Depends: fp-units-fcl-3.2.2 (= 3.2.2+dfsg-34~bpo12+1), fp-units-rtl-3.2.2 (= 3.2.2+dfsg-34~bpo12+1), libgtk2.0-dev Breaks: fpc (<= 3.2.2+dfsg-0) Size: 1081712 SHA256: 4c93a0cb3351b207cff8fcdf0c69d3ac255a44252e1e23b62bc8b78e48b661af SHA1: 018747e48d63bf26d70d4d6bef2097899c8cee6c MD5sum: 466392fb4c74cee39aa7c2f8b5bb4fb3 Description: Free Pascal - GTK+ 2.x units The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a completely portable RunTime Library (RTL) available on many platforms and compatible with Turbo Pascal, along with a platform-independent class-based Free Component Library (FCL) adding many Delphi extensions and interfacing with many popular open source libraries. . This package contains Free Pascal units and examples to create programs with GTK+ 2.x. Multi-Arch: same Homepage: https://www.freepascal.org/ Section: devel Priority: optional Filename: pool/main/f/fpc/fp-units-gtk2-3.2.2_3.2.2+dfsg-34~bpo12+1_amd64.deb Package: fp-units-math Source: fpc Version: 3.2.2+dfsg-34~bpo12+1 Installed-Size: 103 Maintainer: Pascal Packaging Team Architecture: amd64 Depends: fp-units-math-3.2.2 (= 3.2.2+dfsg-34~bpo12+1) Size: 28460 SHA256: 70578b058e425e4b4a51b1d0dc65d235ccd91f0b213118453e7bfba864f053d2 SHA1: 5fed7044979f2c3363f06b6cd2686ac8cf4c9735 MD5sum: d370eecc8cb74a81cdc6517ac5552409 Description: Free Pascal - math units dependency package The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a completely portable RunTime Library (RTL) available on many platforms and compatible with Turbo Pascal, along with a platform-independent class-based Free Component Library (FCL) adding many Delphi extensions and interfacing with many popular open source libraries. . This dependency package always depends on the latest available version of the package containing Free Pascal math interfacing units for: * gmp (the GNU Multiple Precision arithmetic library); * numlib (numerical computing); * proj4 (cartographic projections); * symbolic (symbolic computing). Multi-Arch: same Homepage: https://www.freepascal.org/ Section: devel Priority: optional Filename: pool/main/f/fpc/fp-units-math_3.2.2+dfsg-34~bpo12+1_amd64.deb Package: fp-units-math-3.2.2 Source: fpc Version: 3.2.2+dfsg-34~bpo12+1 Installed-Size: 2015 Maintainer: Pascal Packaging Team Architecture: amd64 Replaces: fpc (<= 3.2.2+dfsg-0) Provides: fp-units-math Depends: fp-units-rtl-3.2.2 (= 3.2.2+dfsg-34~bpo12+1) Recommends: libgmp-dev Breaks: fpc (<= 3.2.2+dfsg-0) Size: 358116 SHA256: cb027c26de5319508a34aaaadf561db87f55c42b21a0cd66d830b1339893daef SHA1: 7f1c433b7fa585c97c2418babdc414e4e0f9be96 MD5sum: 3bce2a28e755bdc437b2b4bf81894419 Description: Free Pascal - math units The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a completely portable RunTime Library (RTL) available on many platforms and compatible with Turbo Pascal, along with a platform-independent class-based Free Component Library (FCL) adding many Delphi extensions and interfacing with many popular open source libraries. . This package contains Free Pascal math interfacing units for: * gmp (the GNU Multiple Precision arithmetic library); * numlib (numerical computing); * proj4 (cartographic projections); * symbolic (symbolic computing). Multi-Arch: same Homepage: https://www.freepascal.org/ Section: devel Priority: optional Filename: pool/main/f/fpc/fp-units-math-3.2.2_3.2.2+dfsg-34~bpo12+1_amd64.deb Package: fp-units-misc Source: fpc Version: 3.2.2+dfsg-34~bpo12+1 Installed-Size: 103 Maintainer: Pascal Packaging Team Architecture: amd64 Depends: fp-units-misc-3.2.2 (= 3.2.2+dfsg-34~bpo12+1) Size: 28352 SHA256: f35bd018c80d86bd62fca085b3a55bcb6674d3c47e1c5b7e36ac6600996cd465 SHA1: e6edcbf72e5f9cc8c1bf869b24b93def5ab3f911 MD5sum: 13a32fafedb1b39f7a0babfbb876f48c Description: Free Pascal - miscellaneous units dependency package The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a completely portable RunTime Library (RTL) available on many platforms and compatible with Turbo Pascal, along with a platform-independent class-based Free Component Library (FCL) adding many Delphi extensions and interfacing with many popular open source libraries. . This dependency package always depends on the latest available version of the package containing miscellaneous Free Pascal units: fppkg (the FPC packaging system), PasZLib (a Pascal-only zlib implementation), and Utmp. Multi-Arch: same Homepage: https://www.freepascal.org/ Section: devel Priority: optional Filename: pool/main/f/fpc/fp-units-misc_3.2.2+dfsg-34~bpo12+1_amd64.deb Package: fp-units-misc-3.2.2 Source: fpc Version: 3.2.2+dfsg-34~bpo12+1 Installed-Size: 12226 Maintainer: Pascal Packaging Team Architecture: amd64 Replaces: fpc (<= 3.2.2+dfsg-0) Provides: fp-units-misc Depends: fp-units-rtl-3.2.2 (= 3.2.2+dfsg-34~bpo12+1) Breaks: fpc (<= 3.2.2+dfsg-0), libncursesw5-dev (<< 6.1+20180210) Size: 1504436 SHA256: 3323354755ff44550a6d1f9072324514c5c7851e60da537effa98035a7056097 SHA1: d3f62024869a9a5cac7f175ac5026adef980101a MD5sum: be8c5ef4df904264df67835378f6fd7c Description: Free Pascal - miscellaneous units The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a completely portable RunTime Library (RTL) available on many platforms and compatible with Turbo Pascal, along with a platform-independent class-based Free Component Library (FCL) adding many Delphi extensions and interfacing with many popular open source libraries. . This package contains miscellaneous Free Pascal units: fppkg (the FPC packaging system), PasZLib (a Pascal-only zlib implementation), and Utmp. Multi-Arch: same Homepage: https://www.freepascal.org/ Section: devel Priority: optional Filename: pool/main/f/fpc/fp-units-misc-3.2.2_3.2.2+dfsg-34~bpo12+1_amd64.deb Package: fp-units-multimedia Source: fpc Version: 3.2.2+dfsg-34~bpo12+1 Installed-Size: 103 Maintainer: Pascal Packaging Team Architecture: amd64 Depends: fp-units-multimedia-3.2.2 (= 3.2.2+dfsg-34~bpo12+1) Size: 28312 SHA256: f3eed9088d0be1429c2390a0b1faaafb78a9b9f23ad92f02cc453c0623b3d24a SHA1: d3cf9d91513f5d3cc0b232e0130ebebee0f4ba5e MD5sum: a212dfbe9c119192e8d6806920b31cbb Description: Free Pascal - multimedia units dependency package The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a completely portable RunTime Library (RTL) available on many platforms and compatible with Turbo Pascal, along with a platform-independent class-based Free Component Library (FCL) adding many Delphi extensions and interfacing with many popular open source libraries. . This dependency package always depends on the latest available version of the package containing Free Pascal multimedia units: a52, dts, mad, modplug, oggvorbis, openal, and vlc. Multi-Arch: same Homepage: https://www.freepascal.org/ Section: devel Priority: optional Filename: pool/main/f/fpc/fp-units-multimedia_3.2.2+dfsg-34~bpo12+1_amd64.deb Package: fp-units-multimedia-3.2.2 Source: fpc Version: 3.2.2+dfsg-34~bpo12+1 Installed-Size: 1713 Maintainer: Pascal Packaging Team Architecture: amd64 Replaces: fpc (<= 3.2.2+dfsg-0) Provides: fp-units-multimedia Depends: fp-units-rtl-3.2.2 (= 3.2.2+dfsg-34~bpo12+1) Recommends: a52dec-dev, libdts-dev, libmad0-dev, libmodplug-dev, libogg-dev, libsdl-mixer1.2-dev, libvorbis-dev, libvlc-dev Breaks: fpc (<= 3.2.2+dfsg-0) Size: 236616 SHA256: 65ce334c103627e1fb48ae88d7eed69ca0c40a8431143da00d8a75276b8edb71 SHA1: 703e72b702931c02a5d0727c8efe3fb35c8b28a9 MD5sum: 6a742e9ea3d211e9ed5404f58d6b3399 Description: Free Pascal - multimedia units The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a completely portable RunTime Library (RTL) available on many platforms and compatible with Turbo Pascal, along with a platform-independent class-based Free Component Library (FCL) adding many Delphi extensions and interfacing with many popular open source libraries. . This package contains Free Pascal multimedia units: a52, dts, mad, modplug, oggvorbis, openal, and vlc. Multi-Arch: same Homepage: https://www.freepascal.org/ Section: devel Priority: optional Filename: pool/main/f/fpc/fp-units-multimedia-3.2.2_3.2.2+dfsg-34~bpo12+1_amd64.deb Package: fp-units-net Source: fpc Version: 3.2.2+dfsg-34~bpo12+1 Installed-Size: 103 Maintainer: Pascal Packaging Team Architecture: amd64 Depends: fp-units-net-3.2.2 (= 3.2.2+dfsg-34~bpo12+1) Size: 28344 SHA256: 73d72314b52a8a0764ac70f11e1ccbed457190b45651c0d69a910545a2f4a0f1 SHA1: e473115a8da00ebc41c0b05f8e232d62baaeccfa MD5sum: f5e199b2cb7c95cba3a74828f6b211c0 Description: Free Pascal - networking units dependency package The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a completely portable RunTime Library (RTL) available on many platforms and compatible with Turbo Pascal, along with a platform-independent class-based Free Component Library (FCL) adding many Delphi extensions and interfacing with many popular open source libraries. . This dependency package always depends on the latest available version of the package containing Free Pascal units for creating network tools: D-Bus, httpd-1.3, httpd-2.0, httpd-2.2, ldap, libasync, libcurl, netdb, openssl, and pcap. Multi-Arch: same Homepage: https://www.freepascal.org/ Section: devel Priority: optional Filename: pool/main/f/fpc/fp-units-net_3.2.2+dfsg-34~bpo12+1_amd64.deb Package: fp-units-net-3.2.2 Source: fpc Version: 3.2.2+dfsg-34~bpo12+1 Installed-Size: 89569 Maintainer: Pascal Packaging Team Architecture: amd64 Replaces: fpc (<= 3.2.2+dfsg-0) Provides: fp-units-net Depends: fp-units-rtl-3.2.2 (= 3.2.2+dfsg-34~bpo12+1) Breaks: fpc (<= 3.2.2+dfsg-0) Size: 8080256 SHA256: 4a61172517c5618b64ecd6bded574d1f8a49e2f4037a07886b4fa566f9cae7c4 SHA1: 3fccd18648a44bfdbf6d0ba68842b9ffdfa7f9e5 MD5sum: c314960579ddfc95781b90f8fd32ed8a Description: Free Pascal - networking units The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a completely portable RunTime Library (RTL) available on many platforms and compatible with Turbo Pascal, along with a platform-independent class-based Free Component Library (FCL) adding many Delphi extensions and interfacing with many popular open source libraries. . This package contains Free Pascal units for creating network tools: D-Bus, httpd-1.3, httpd-2.0, httpd-2.2, ldap, libasync, libcurl, netdb, openssl, and pcap. Multi-Arch: same Homepage: https://www.freepascal.org/ Section: devel Priority: optional Filename: pool/main/f/fpc/fp-units-net-3.2.2_3.2.2+dfsg-34~bpo12+1_amd64.deb Package: fp-units-rtl Source: fpc Version: 3.2.2+dfsg-34~bpo12+1 Installed-Size: 103 Maintainer: Pascal Packaging Team Architecture: amd64 Depends: fp-units-rtl-3.2.2 (= 3.2.2+dfsg-34~bpo12+1) Size: 28292 SHA256: 1f7877f5fcaf589f849454dd476df596a8b5e7a9117ad34ab82519e09792a18a SHA1: d33c0dbbda1a6a2fc689ce15789c682f65aded31 MD5sum: a6f8b672dd49facf9f6197051c065bac Description: Free Pascal - runtime libraries dependency package The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a completely portable RunTime Library (RTL) available on many platforms and compatible with Turbo Pascal, along with a platform-independent class-based Free Component Library (FCL) adding many Delphi extensions and interfacing with many popular open source libraries. . This dependency package always depends on the latest available version of the package containing the RunTime Libraries for the Free Pascal Compiler. Multi-Arch: same Homepage: https://www.freepascal.org/ Section: devel Priority: optional Filename: pool/main/f/fpc/fp-units-rtl_3.2.2+dfsg-34~bpo12+1_amd64.deb Package: fp-units-rtl-3.2.2 Source: fpc Version: 3.2.2+dfsg-34~bpo12+1 Installed-Size: 52085 Maintainer: Pascal Packaging Team Architecture: amd64 Replaces: fp-compiler-3.2.2 (<= 3.2.2+dfsg-23), fpc (<= 3.2.2+dfsg-0) Provides: fp-units-rtl, fpc-abi-3.2.2 Depends: libc6 (>= 2.34) Recommends: fp-compiler-3.2.2 (= 3.2.2+dfsg-34~bpo12+1) Breaks: fp-compiler-3.2.2 (<= 3.2.2+dfsg-23), fpc (<= 3.2.2+dfsg-0) Size: 6869808 SHA256: d115a0ea9577f13eeaaf763e857900745679cb0e55d984beefbcdd64f0997ced SHA1: dc682fb633ccd230c60f79dc9929b75921006fd9 MD5sum: f4179fee285d6b2392040d743965ed06 Description: Free Pascal - runtime libraries The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a completely portable RunTime Library (RTL) available on many platforms and compatible with Turbo Pascal, along with a platform-independent class-based Free Component Library (FCL) adding many Delphi extensions and interfacing with many popular open source libraries. . This package contains the RunTime Libraries for the Free Pascal Compiler. Multi-Arch: same Homepage: https://www.freepascal.org/ Section: devel Priority: optional Filename: pool/main/f/fpc/fp-units-rtl-3.2.2_3.2.2+dfsg-34~bpo12+1_amd64.deb Package: fp-units-wasm Source: fpc Version: 3.2.2+dfsg-34~bpo12+1 Installed-Size: 100 Maintainer: Pascal Packaging Team Architecture: amd64 Depends: fp-units-wasm-3.2.2 (= 3.2.2+dfsg-34~bpo12+1) Size: 28160 SHA256: 7622cd48496e4df557e27bb2495f8754849adb7eb909bb9e900d043bd340987e SHA1: 86ae016e8dce3fc2db7ab59b9145995c88d55279 MD5sum: 5c3d59804977e0ef2388f15c0e7ba345 Description: Free Pascal - Web assembly support units dependency package The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a completely portable RunTime Library (RTL) available on many platforms and compatible with Turbo Pascal, along with a platform-independent class-based Free Component Library (FCL) adding many Delphi extensions and interfacing with many popular open source libraries. . This dependency package always depends on the latest available version of the package containing the Free Pascal web assembly support units: pas2js, utils-pas2js, webidl ... Multi-Arch: same Homepage: https://www.freepascal.org/ Section: devel Priority: optional Filename: pool/main/f/fpc/fp-units-wasm_3.2.2+dfsg-34~bpo12+1_amd64.deb Package: fp-units-wasm-3.2.2 Source: fpc Version: 3.2.2+dfsg-34~bpo12+1 Installed-Size: 6031 Maintainer: Pascal Packaging Team Architecture: amd64 Replaces: fpc (<= 3.2.2+dfsg-0) Provides: fp-units-wasm Depends: fp-units-rtl-3.2.2 (= 3.2.2+dfsg-34~bpo12+1) Breaks: fpc (<= 3.2.2+dfsg-0) Size: 784980 SHA256: 35e4996071fc00c221e157c693c3e1ed3fd2663910f600d5b84b3592f432410d SHA1: bd961e0053d3c26a0cafaa08942682590ec7456c MD5sum: af7960fcf08a62225cd28028ab051c16 Description: Free Pascal - Web assembly support units The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a completely portable RunTime Library (RTL) available on many platforms and compatible with Turbo Pascal, along with a platform-independent class-based Free Component Library (FCL) adding many Delphi extensions and interfacing with many popular open source libraries. . This package contains Free Pascal web assembly support units: pas2js, utils-pas2js, webidl ... Multi-Arch: same Homepage: https://www.freepascal.org/ Section: devel Priority: optional Filename: pool/main/f/fpc/fp-units-wasm-3.2.2_3.2.2+dfsg-34~bpo12+1_amd64.deb Package: fp-utils Source: fpc Version: 3.2.2+dfsg-34~bpo12+1 Installed-Size: 107 Maintainer: Pascal Packaging Team Architecture: all Depends: fp-utils-3.2.2 (>= 3.2.2+dfsg-34~bpo12+1) Size: 29836 SHA256: 9bf9c744cc4e1c98e64f713b665d2db5bbcedcbae5edb8f4fc2ee7e67ffef11e SHA1: ba80821e49468c7ae747abdfe512bca18ed11a9a MD5sum: bacf844dd7e242ec6f9e08f4f2dc3e74 Description: Free Pascal - utilities dependency package The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a completely portable RunTime Library (RTL) available on many platforms and compatible with Turbo Pascal, along with a platform-independent class-based Free Component Library (FCL) adding many Delphi extensions and interfacing with many popular open source libraries. . This dependency package always depends on the latest available version of the package containing some handy utilities for use with the Free Pascal Compiler: * data2inc convert binary/text data to include files; * fpcmake create Makefile from Makefile.fpc; * h2pas convert .h files to Pascal units; * plex/pyacc Pascal Lex and Yacc implementations; * ppdep create a dependency file for use with Makefiles; * ppudump dump the information stored in a .ppu (unit) file; * ppufiles show needed files for units; * ppumove place multiple units in a shared library; * ptop beautify source. Multi-Arch: foreign Homepage: https://www.freepascal.org/ Section: devel Priority: optional Filename: pool/main/f/fpc/fp-utils_3.2.2+dfsg-34~bpo12+1_all.deb Package: fp-utils-3.2.2 Source: fpc Version: 3.2.2+dfsg-34~bpo12+1 Installed-Size: 40879 Maintainer: Pascal Packaging Team Architecture: amd64 Replaces: fp-compiler-3.2.2 (<= 3.0.4+dfsg-11), fpc (<= 3.2.2+dfsg-0) Provides: fp-utils Depends: fpc-source-3.2.2, libc6 (>= 2.34) Recommends: fp-compiler-3.2.2 (= 3.2.2+dfsg-34~bpo12+1) Breaks: fp-compiler-3.2.2 (<= 3.0.4+dfsg-11), fpc (<= 3.2.2+dfsg-0) Size: 5206292 SHA256: 632bb0bc1ea686f2f5f2ac7246060b3d75c908e7c14b40b8db20386f7bd313ed SHA1: 8953ef66e7ba7da6a233cebe1eeae9135d109107 MD5sum: b9c273444b2da36f8c7f3d4aa31370e3 Description: Free Pascal - utilities The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a completely portable RunTime Library (RTL) available on many platforms and compatible with Turbo Pascal, along with a platform-independent class-based Free Component Library (FCL) adding many Delphi extensions and interfacing with many popular open source libraries. . This package contains some handy utilities for use with the Free Pascal Compiler: * data2inc convert binary/text data to include files; * fpcmake create Makefile from Makefile.fpc; * h2pas convert .h files to Pascal units; * plex/pyacc Pascal Lex and Yacc implementations; * ppdep create a dependency file for use with Makefiles; * ppudump dump the information stored in a .ppu (unit) file; * ppufiles show needed files for units; * ppumove place multiple units in a shared library; * ptop beautify source. Multi-Arch: foreign Homepage: https://www.freepascal.org/ Section: devel Priority: optional Filename: pool/main/f/fpc/fp-utils-3.2.2_3.2.2+dfsg-34~bpo12+1_amd64.deb Package: fpc Version: 3.2.2+dfsg-34~bpo12+1 Installed-Size: 103 Maintainer: Pascal Packaging Team Architecture: all Depends: fpc-3.2.2 (= 3.2.2+dfsg-34~bpo12+1), fp-docs-3.2.2, fp-utils-3.2.2 Size: 28444 SHA256: 8fa54aad51f40402709f6c7069718536158d77c2d17c47948b5153528a1e9433 SHA1: a64cc6dcaa2165c4a89be8f986b9632204a22f13 MD5sum: 31bd438f1a4a139d9de830e2ddaf949f Description: Free Pascal - SDK suite dependency package The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a completely portable RunTime Library (RTL) available on many platforms and compatible with Turbo Pascal, along with a platform-independent class-based Free Component Library (FCL) adding many Delphi extensions and interfacing with many popular open source libraries. . Extensions have been added to the language, such as function overloading, creation and linking of shared libraries, and Delphi language extensions including classes, exceptions, ANSI strings, and open arrays. . This dependency package always depends on the latest available version of the metapackage pulling in all the FPC packages provided for this architecture. Experienced users may instead prefer to install the particular packages they require by hand. Homepage: https://www.freepascal.org/ Section: devel Priority: optional Filename: pool/main/f/fpc/fpc_3.2.2+dfsg-34~bpo12+1_all.deb Package: fpc-3.2.2 Source: fpc Version: 3.2.2+dfsg-34~bpo12+1 Installed-Size: 104 Maintainer: Pascal Packaging Team Architecture: all Replaces: fpc (<= 3.2.2+dfsg-0) Provides: fpc Depends: fp-compiler-3.2.2 (>= 3.2.2+dfsg-34~bpo12+1), fp-ide-3.2.2 (>= 3.2.2+dfsg-34~bpo12+1), fp-units-base-3.2.2 (>= 3.2.2+dfsg-34~bpo12+1), fp-units-db-3.2.2 (>= 3.2.2+dfsg-34~bpo12+1), fp-units-fcl-3.2.2 (>= 3.2.2+dfsg-34~bpo12+1), fp-units-fv-3.2.2 (>= 3.2.2+dfsg-34~bpo12+1), fp-units-gfx-3.2.2 (>= 3.2.2+dfsg-34~bpo12+1), fp-units-gtk2-3.2.2 (>= 3.2.2+dfsg-34~bpo12+1), fp-units-math-3.2.2 (>= 3.2.2+dfsg-34~bpo12+1), fp-units-misc-3.2.2 (>= 3.2.2+dfsg-34~bpo12+1), fp-units-multimedia-3.2.2 (>= 3.2.2+dfsg-34~bpo12+1), fp-units-net-3.2.2 (>= 3.2.2+dfsg-34~bpo12+1), fp-units-rtl-3.2.2 (>= 3.2.2+dfsg-34~bpo12+1) Recommends: fp-utils-3.2.2 Suggests: fp-docs-3.2.2 (>= 3.2.2+dfsg), lazarus Breaks: fpc (<= 3.2.2+dfsg-0) Size: 28956 SHA256: 25f972a97bb4038e119da6fcd5eb90e6e1ca852b9d954eb65c5e42da62f37e92 SHA1: 3b03d3290dfb50bf2aa32a63711b29be0ee50965 MD5sum: e2b361f6baba2e31b61c166271e0fbca Description: Free Pascal - SDK-3.2.2 suite The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a completely portable RunTime Library (RTL) available on many platforms and compatible with Turbo Pascal, along with a platform-independent class-based Free Component Library (FCL) adding many Delphi extensions and interfacing with many popular open source libraries. . Extensions have been added to the language, such as function overloading, creation and linking of shared libraries, and Delphi language extensions including classes, exceptions, ANSI strings, and open arrays. . This metapackage pulls in all the FPC packages provided for this architecture. Experienced users may instead prefer to install the particular packages they require by hand. Homepage: https://www.freepascal.org/ Section: devel Priority: optional Filename: pool/main/f/fpc/fpc-3.2.2_3.2.2+dfsg-34~bpo12+1_all.deb Package: fpc-source Source: fpc Version: 3.2.2+dfsg-34~bpo12+1 Installed-Size: 103 Maintainer: Pascal Packaging Team Architecture: all Depends: fpc-source-3.2.2 (= 3.2.2+dfsg-34~bpo12+1) Size: 28312 SHA256: 7f71e073189b270068f05921f4c1303e9dbb1ba75e25d67c30b0d38432ea87d5 SHA1: 0ddb4281e19e71d2c344b881eee53e7b8a8b7884 MD5sum: b776e8bec3697629353b13f361c198b1 Description: Free Pascal - SDK source code dependency package The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a completely portable RunTime Library (RTL) available on many platforms and compatible with Turbo Pascal, along with a platform-independent class-based Free Component Library (FCL) adding many Delphi extensions and interfacing with many popular open source libraries. . This dependency package always depends on the latest available version of the package containing Free Pascal's own source code. It is meant to be used by the Lazarus IDE. Multi-Arch: foreign Homepage: https://www.freepascal.org/ Section: devel Priority: optional Filename: pool/main/f/fpc/fpc-source_3.2.2+dfsg-34~bpo12+1_all.deb Package: fpc-source-3.2.2 Source: fpc Version: 3.2.2+dfsg-34~bpo12+1 Installed-Size: 211095 Maintainer: Pascal Packaging Team Architecture: all Replaces: fpc-src Provides: fpc-source Breaks: fpc-src Size: 19816748 SHA256: 7cfb39e0517340fea3a1b070f26576d2c5319b19737ee9d86548aa1a51b07daa SHA1: f624fba18659efd2abb93df584accb5f3225ef52 MD5sum: 6faab4aa479a85cf06e18b4c07d03c65 Description: Free Pascal - SDK source code The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a completely portable RunTime Library (RTL) available on many platforms and compatible with Turbo Pascal, along with a platform-independent class-based Free Component Library (FCL) adding many Delphi extensions and interfacing with many popular open source libraries. . This package contains Free Pascal's own source code. It is meant to be used by the Lazarus IDE. Multi-Arch: foreign Homepage: https://www.freepascal.org/ Section: devel Priority: optional Filename: pool/main/f/fpc/fpc-source-3.2.2_3.2.2+dfsg-34~bpo12+1_all.deb Package: freedombox Version: 25.1~bpo12+1 Installed-Size: 12266 Maintainer: FreedomBox packaging team Architecture: all Depends: python3-apt, python3-augeas, python3-cherrypy3, python3-configobj, python3-django, python3-django-bootstrapform, python3-django-captcha, python3-django-stronghold, python3-psutil, python3-requests, python3-ruamel.yaml, python3:any, debconf (>= 0.5) | debconf-2.0, apache2, avahi-daemon, avahi-utils, batctl, borgbackup, certbot, cockpit, debsecan, fail2ban, firewalld, flite, gir1.2-udisks-2.0, gpg, iproute2, ldap-utils, ldapscripts, libapache2-mod-auth-pubtkt, libnss-ldapd, libpam-ldapd, needrestart, network-manager, nftables, nslcd, openssh-server, openssl, parted, php-fpm, popularity-contest, python3-cryptography, samba-common-bin, slapd, snapper, sshfs, sshpass, ssl-cert, systemd-timesyncd, tdb-tools, udisks2, unattended-upgrades, uwsgi, uwsgi-plugin-python3, zram-tools, adduser, augeas-tools, 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-bootstrap5, lsof, netcat-openbsd, ppp, pppoe, python3-argon2, python3-bootstrapform, python3-dbus, python3-django-axes, python3-django-ipware, python3-gi, python3-markupsafe, python3-pampy, python3-pexpect, python3-systemd, python3-yaml, sudo, wget, fuse3 Recommends: firmware-ath9k-htc, freedombox-doc-en, freedombox-doc-es, libnss-mdns, libnss-myhostname, libpam-abl, locales, locales-all, openssh-client, powermgmt-base, psmisc Breaks: fuse (<< 3), ufw Size: 4041696 SHA256: 166bac70a1133ff7fea84fb70800cf32c775764beef740ce971f3fe492d9f43b SHA1: c971bea4b9c0da37f3fa493442baf8d36163ccfc MD5sum: 9f57e8a65b5292d6c3f3184cb0177e45 Description: easy to manage, privacy oriented home server FreedomBox is designed to be your own inexpensive server at home. It runs free software and offers an increasing number of services ranging from a calendar or jabber server to a wiki or VPN. A web interface allows you to easily install and configure your apps. . This package provides the FreedomBox Service (Plinth) which installs, configures and manages all functions of FreedomBox. The service is managed using a web interface available at https://localhost/. Homepage: https://salsa.debian.org/freedombox-team/freedombox Section: web Priority: optional Filename: pool/main/f/freedombox/freedombox_25.1~bpo12+1_all.deb Package: freedombox-doc-en Source: freedombox Version: 25.1~bpo12+1 Installed-Size: 50539 Maintainer: FreedomBox packaging team Architecture: all Size: 45580112 SHA256: b445a2eebda05b30297db1baaf02a07ae7791e312cb06dc4c1dbff819161ff3c SHA1: 1ae5270d785f97254d3c948381848febddf565a8 MD5sum: 46fcbfd57bc3e459f56a19d0863d00e6 Description: easy to manage, privacy oriented home server - user manual (English) FreedomBox is designed to be your own inexpensive server at home. It runs free software and offers an increasing number of services ranging from a calendar or jabber server to a wiki or VPN. A web interface allows you to easily install and configure your apps. . This package contains the English user manual in HTML and PDF formats. It describes how to setup and use each application in FreedomBox and FreedomBox itself. It is accessible from Help menu in the FreedomBox web interface. Multi-Arch: foreign Homepage: https://salsa.debian.org/freedombox-team/freedombox Section: doc Priority: optional Filename: pool/main/f/freedombox/freedombox-doc-en_25.1~bpo12+1_all.deb Package: freedombox-doc-es Source: freedombox Version: 25.1~bpo12+1 Installed-Size: 49919 Maintainer: FreedomBox packaging team Architecture: all Size: 44287204 SHA256: cc7261c46375c6c43f12df1e80b03beee58aeb5831af67ecfc6771ccb76c2b82 SHA1: 5c60caa4f001eeed62cc3fb5b0e699650679a19e MD5sum: 71664174275b892ffb1a665d2e597f0c Description: easy to manage, privacy oriented home server - user manual (Spanish) FreedomBox is designed to be your own inexpensive server at home. It runs free software and offers an increasing number of services ranging from a calendar or jabber server to a wiki or VPN. A web interface allows you to easily install and configure your apps. . This package contains the Spanish user manual in HTML and PDF formats. It describes how to setup and use each application in FreedomBox and FreedomBox itself. It is accessible from Help menu in the FreedomBox web interface. Multi-Arch: foreign Homepage: https://salsa.debian.org/freedombox-team/freedombox Section: doc Priority: optional Filename: pool/main/f/freedombox/freedombox-doc-es_25.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: 307 Maintainer: Fabio Fantoni Architecture: amd64 Depends: freeipmi-common (= 1.6.13-2~bpo12+1), freeipmi-tools, libc6 (>= 2.34), libfreeipmi17 (>= 1.1.5) Size: 207620 SHA256: f49436458be4c415ffa79d8e128703979784890c4e8751ef8ec9cb2080a7ff84 SHA1: 7615eece718ff5d285a2ccd1ca45c547c8457d17 MD5sum: 6667be0d719b7892543a227833471810 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_amd64.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: 309 Maintainer: Fabio Fantoni Architecture: amd64 Depends: freeipmi-common (= 1.6.13-2~bpo12+1), libc6 (>= 2.34), libfreeipmi17 (>= 1.1.5), libipmidetect0 (>= 1.1.5) Size: 204420 SHA256: 4c4e10632a770ebd61969c03d0352bc1e232c8bc8777ce81d4a56b61d83e1f33 SHA1: d5311259b64acb21035de65eb9bab65745cdd199 MD5sum: b94471dacd64c7dfbb428cdab0f73401 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_amd64.deb Package: freeipmi-ipmiseld Source: freeipmi Version: 1.6.13-2~bpo12+1 Installed-Size: 387 Maintainer: Fabio Fantoni Architecture: amd64 Depends: freeipmi-common (= 1.6.13-2~bpo12+1), libc6 (>= 2.34), libfreeipmi17 (>= 1.4.4) Size: 247408 SHA256: aa43cb49473dd9239e651f491d950e8fb097d7fac01dca612cc687a271041027 SHA1: 7a5079c165cafef359a06b2479bff524dc9222ff MD5sum: f9f4dd3caa81544e017bf15c2c3679ff 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_amd64.deb Package: freeipmi-tools Source: freeipmi Version: 1.6.13-2~bpo12+1 Installed-Size: 3223 Maintainer: Fabio Fantoni Architecture: amd64 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: 808844 SHA256: 401e9cd90f6c08f1fad31523ddaaae3dfaced40f211d91eb75ed87f435efb6f8 SHA1: a00bd1c97014c8f3084826cf333c06f6a5ffe34f MD5sum: b349d16ed3b878d6319140a19990637f 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_amd64.deb Package: freeradius Version: 3.2.6+dfsg-2~bpo12+1 Installed-Size: 2549 Maintainer: Debian FreeRADIUS Packaging Team Architecture: amd64 Provides: radius-server Depends: freeradius-common, freeradius-config, libfreeradius3 (= 3.2.6+dfsg-2~bpo12+1), perl:any, libc6 (>= 2.34), libcrypt1 (>= 1:4.1.0), libct4 (>= 0.64), libgdbm6 (>= 1.16), libjson-c5 (>= 0.15), libpam0g (>= 0.99.7.1), libperl5.36 (>= 5.36.0), libreadline8 (>= 6.0), libsqlite3-0 (>= 3.7.15), libssl3 (>= 3.0.0), libsystemd0, libtalloc2 (>= 2.0.4~git20101213), libwbclient0 (>= 2:4.2.1+dfsg) Recommends: freeradius-utils Suggests: freeradius-krb5, freeradius-ldap, freeradius-mysql, freeradius-postgresql, freeradius-python3, snmp Size: 687372 SHA256: 5a24b534ce1c07201f54dca8c25a58ced8b76b70e460f08994b1d3056934bff9 SHA1: cea177843bafa24bc45c5d2f3d0a6610b1536ee9 MD5sum: 5ce3ca57918c4966fd5d42c3ee1df78d Description: high-performance and highly configurable RADIUS server FreeRADIUS is a high-performance RADIUS server with support for: - Authentication by local files, SQL, Kerberos, LDAP, PAM, and more. - Powerful policy configuration language. - Proxying and replicating requests by any criteria. - Support for many EAP types; TLS, PEAP, TTLS, etc. - Many vendor-specific attributes. - Regexp matching in string attributes. and lots more. Homepage: http://www.freeradius.org/ Section: net Priority: optional Filename: pool/main/f/freeradius/freeradius_3.2.6+dfsg-2~bpo12+1_amd64.deb Package: freeradius-common Source: freeradius Version: 3.2.6+dfsg-2~bpo12+1 Installed-Size: 1289 Maintainer: Debian FreeRADIUS Packaging Team Architecture: all Depends: adduser Conflicts: radiusd-livingston, xtradius, yardradius Size: 242312 SHA256: 8ce873ccb71a839222b1a271731344d25dafc5571138a84167c6d5388cc1ff12 SHA1: c57bfbdd0ae1bf4a2cb8157f4fbf16892b982109 MD5sum: 06112706f9708f3d472ffee0bf989f3a Description: FreeRADIUS common files This package contains common files used by several of the other packages from the FreeRADIUS project. Homepage: http://www.freeradius.org/ Section: net Priority: optional Filename: pool/main/f/freeradius/freeradius-common_3.2.6+dfsg-2~bpo12+1_all.deb Package: freeradius-config Source: freeradius Version: 3.2.6+dfsg-2~bpo12+1 Installed-Size: 1276 Maintainer: Debian FreeRADIUS Packaging Team Architecture: amd64 Depends: adduser, ca-certificates, freeradius-common, make, openssl, ssl-cert Breaks: freeradius-config Size: 221176 SHA256: 2c6166802ae7d518d05bb5dd93decdb215ebbac4bbcef47bdb0110805b49df38 SHA1: f83db4b262e6ecb671788b6700157bad08b57f20 MD5sum: 62e95743a6430c09cb29f485d0a65748 Description: FreeRADIUS default config files freeradius-config contains the default configuration for FreeRADIUS. . You can install a custom package which sets "Provides: freeradius-config" in order to use the FreeRADIUS packages without any default configuration getting into your way. Homepage: http://www.freeradius.org/ Section: net Priority: optional Filename: pool/main/f/freeradius/freeradius-config_3.2.6+dfsg-2~bpo12+1_amd64.deb Package: freeradius-dhcp Source: freeradius Version: 3.2.6+dfsg-2~bpo12+1 Installed-Size: 103 Maintainer: Debian FreeRADIUS Packaging Team Architecture: amd64 Depends: freeradius (= 3.2.6+dfsg-2~bpo12+1), libc6 (>= 2.14) Size: 33920 SHA256: b5dd4cd67c81bb42ef8e3a341be4c68b4fe78ffbfc8a087a76cd34b8420e7afd SHA1: 3cf2617a57ef2db791cc064e8ef37829ee195d90 MD5sum: f90e3e5470eedae3382dabbf736eb398 Description: DHCP module for FreeRADIUS server The FreeRADIUS server can act as a DHCP server, and this module is necessary for that. Homepage: http://www.freeradius.org/ Section: net Priority: optional Filename: pool/main/f/freeradius/freeradius-dhcp_3.2.6+dfsg-2~bpo12+1_amd64.deb Package: freeradius-iodbc Source: freeradius Version: 3.2.6+dfsg-2~bpo12+1 Installed-Size: 46 Maintainer: Debian FreeRADIUS Packaging Team Architecture: amd64 Depends: freeradius (= 3.2.6+dfsg-2~bpo12+1), libc6 (>= 2.4), libiodbc2 (>= 3.52.7) Size: 18504 SHA256: c6803ba4e88646195fffcc73ff136e244a699339ea4776ea6715245ff76646f2 SHA1: 37aa115b55f051c8197d3b88c9af820ae80f615e MD5sum: 19bc08c57fa2a9700938166c07ee345c Description: iODBC module for FreeRADIUS server The FreeRADIUS server can use iODBC to access databases to authenticate users and do accounting, and this module is necessary for that. Homepage: http://www.freeradius.org/ Section: net Priority: optional Filename: pool/main/f/freeradius/freeradius-iodbc_3.2.6+dfsg-2~bpo12+1_amd64.deb Package: freeradius-krb5 Source: freeradius Version: 3.2.6+dfsg-2~bpo12+1 Installed-Size: 52 Maintainer: Debian FreeRADIUS Packaging Team Architecture: amd64 Depends: freeradius (= 3.2.6+dfsg-2~bpo12+1), libc6 (>= 2.4), libcom-err2 (>= 1.43.9), libkrb5-3 (>= 1.13~alpha1+dfsg) Size: 19448 SHA256: f7c957171ead8b50d1042dae477867736c6bb6dee9ae110d6838c83a0074402f SHA1: 95c2f6907f453e5fd7f39e46ad72f2ef97d5d737 MD5sum: 51ea4df1c1fbefb6e5049f6dc1f92091 Description: kerberos module for FreeRADIUS server The FreeRADIUS server can use Kerberos to authenticate users, and this module is necessary for that. Homepage: http://www.freeradius.org/ Section: net Priority: optional Filename: pool/main/f/freeradius/freeradius-krb5_3.2.6+dfsg-2~bpo12+1_amd64.deb Package: freeradius-ldap Source: freeradius Version: 3.2.6+dfsg-2~bpo12+1 Installed-Size: 130 Maintainer: Debian FreeRADIUS Packaging Team Architecture: amd64 Depends: freeradius (= 3.2.6+dfsg-2~bpo12+1), libc6 (>= 2.14), libldap-2.5-0 (>= 2.5.4) Size: 45672 SHA256: ea0ca5b6f1de898f7a7e9169756e2228c8a3e514a868c956640bda3b5820ea92 SHA1: ed5ce404f08b7714cac280d6818a7c19e0f570e8 MD5sum: 3f05f8baf4aef879ba20133c0ba423c0 Description: LDAP module for FreeRADIUS server The FreeRADIUS server can use LDAP to authenticate users, and this module is necessary for that. Homepage: http://www.freeradius.org/ Section: net Priority: optional Filename: pool/main/f/freeradius/freeradius-ldap_3.2.6+dfsg-2~bpo12+1_amd64.deb Package: freeradius-memcached Source: freeradius Version: 3.2.6+dfsg-2~bpo12+1 Installed-Size: 56 Maintainer: Debian FreeRADIUS Packaging Team Architecture: amd64 Depends: freeradius (= 3.2.6+dfsg-2~bpo12+1), libc6 (>= 2.4), libmemcached11 (>= 1.1.4) Size: 20064 SHA256: aad0beda0a88c96449175e13efb2548dfe2e54fb50515e7833d2d4d489613cba SHA1: 0cbfbf293e2e418c6796a74319ef42719b460faa MD5sum: 1d4b5c589eb90be1acc1c20c26f3b582 Description: Memcached module for FreeRADIUS server The FreeRADIUS server can cache data in memcached and this package contains the required module. Homepage: http://www.freeradius.org/ Section: net Priority: optional Filename: pool/main/f/freeradius/freeradius-memcached_3.2.6+dfsg-2~bpo12+1_amd64.deb Package: freeradius-mysql Source: freeradius Version: 3.2.6+dfsg-2~bpo12+1 Installed-Size: 56 Maintainer: Debian FreeRADIUS Packaging Team Architecture: amd64 Depends: freeradius (= 3.2.6+dfsg-2~bpo12+1), libc6 (>= 2.4), libmariadb3 (>= 3.0.0) Size: 20600 SHA256: d8977480c04d2242ebeef1ff6936f0e3bbf6aedd6f69dec1757175b1b63c1163 SHA1: 040a4572103aa701024fdded68cc3f05253eab66 MD5sum: 3c45eb846d9a53ecdb5eb330d4b4aa04 Description: MySQL module for FreeRADIUS server The FreeRADIUS server can use MySQL to authenticate users and do accounting, and this module is necessary for that. Homepage: http://www.freeradius.org/ Section: net Priority: optional Filename: pool/main/f/freeradius/freeradius-mysql_3.2.6+dfsg-2~bpo12+1_amd64.deb Package: freeradius-postgresql Source: freeradius Version: 3.2.6+dfsg-2~bpo12+1 Installed-Size: 75 Maintainer: Debian FreeRADIUS Packaging Team Architecture: amd64 Depends: freeradius (= 3.2.6+dfsg-2~bpo12+1), libc6 (>= 2.15), libpq5 (>= 8.4~) Size: 24116 SHA256: 2eef7f644a0c5dd2d8488bf53a6b3010a9b96c70391a739de5a53b0676170dd6 SHA1: a0ab6874e4e9bcba151c318193a9c7875015731e MD5sum: b29455b47d34ac986af0345e6b6b7969 Description: PostgreSQL module for FreeRADIUS server The FreeRADIUS server can use PostgreSQL to authenticate users and do accounting, and this module is necessary for that. Homepage: http://www.freeradius.org/ Section: net Priority: optional Filename: pool/main/f/freeradius/freeradius-postgresql_3.2.6+dfsg-2~bpo12+1_amd64.deb Package: freeradius-python3 Source: freeradius Version: 3.2.6+dfsg-2~bpo12+1 Installed-Size: 69 Maintainer: Debian FreeRADIUS Packaging Team Architecture: amd64 Depends: freeradius (= 3.2.6+dfsg-2~bpo12+1), libc6 (>= 2.34), libpython3.11 (>= 3.11.0) Size: 25904 SHA256: b9b843e02e13f2a4ba60610211fdfa9565e45cb792f2f788974ef63f5ddcb3f9 SHA1: 538b806441cb8c0b41fb4edd88e27d052151efab MD5sum: c5c8b46cadcba53706d5f312e57d1e5e Description: Python 3 module for FreeRADIUS server This package is required to add Python 3 functionality to the FreeRADIUS server. . It was introduced in FreeRADIUS 3.0.20 as EXPERIMENTAL module. Use at your own risk. Homepage: http://www.freeradius.org/ Section: net Priority: optional Filename: pool/main/f/freeradius/freeradius-python3_3.2.6+dfsg-2~bpo12+1_amd64.deb Package: freeradius-redis Source: freeradius Version: 3.2.6+dfsg-2~bpo12+1 Installed-Size: 86 Maintainer: Debian FreeRADIUS Packaging Team Architecture: amd64 Depends: freeradius (= 3.2.6+dfsg-2~bpo12+1), libc6 (>= 2.4), libhiredis0.14 (>= 0.14.0) Size: 24712 SHA256: a34ad06f842aad6bebd8173d7127462c58255b378bd6b29edbf5aceeca0780f4 SHA1: 3cf301ec7f76cc36ea12f9729f8c02d0d0b70268 MD5sum: f2245bbbc723fa48c0f850b2654a625c Description: Redis module for FreeRADIUS server This module is required to enable the FreeRADIUS server to access Redis databases. Homepage: http://www.freeradius.org/ Section: net Priority: optional Filename: pool/main/f/freeradius/freeradius-redis_3.2.6+dfsg-2~bpo12+1_amd64.deb Package: freeradius-rest Source: freeradius Version: 3.2.6+dfsg-2~bpo12+1 Installed-Size: 84 Maintainer: Debian FreeRADIUS Packaging Team Architecture: amd64 Depends: freeradius (= 3.2.6+dfsg-2~bpo12+1), libc6 (>= 2.14), libcurl4 (>= 7.16.2), libjson-c5 (>= 0.15) Size: 32680 SHA256: 10880854743015ffaf97a0ff2913680619da2189f33fe7f7921111c0565a2a82 SHA1: 1f66598627a3c1761a88a6563eaf907418f3127e MD5sum: 758b9fe95b86d6b71242510cb755bcf0 Description: REST module for FreeRADIUS server The FreeRADIUS server can make calls to remote web APIs, and this module is necessary for that. Homepage: http://www.freeradius.org/ Section: net Priority: optional Filename: pool/main/f/freeradius/freeradius-rest_3.2.6+dfsg-2~bpo12+1_amd64.deb Package: freeradius-utils Source: freeradius Version: 3.2.6+dfsg-2~bpo12+1 Installed-Size: 376 Maintainer: Debian FreeRADIUS Packaging Team Architecture: amd64 Depends: freeradius-common, freeradius-config, libfreeradius3 (= 3.2.6+dfsg-2~bpo12+1), perl:any, libc6 (>= 2.34), libgdbm6 (>= 1.16), libpcap0.8 (>= 0.9.8), libssl3 (>= 3.0.0), libtalloc2 (>= 2.0.4~git20101213) Recommends: libdbi-perl Conflicts: radiusd-livingston, yardradius Size: 112388 SHA256: 126b2aab76ccf6c694804baba663c024a80ae65a7f118b90389be0ba7ef388d9 SHA1: 07e3c0dc6118bd55be85f9a6fe6dcd632e354541 MD5sum: 9295da1563d6d13d0c26f9fe64762135 Description: FreeRADIUS client utilities This package contains various client programs and utilities from the FreeRADIUS Server project, including: - radclient - radcrypt - radeapclient - radlast - radsecret - radsniff - radsqlrelay - radtest - radwho - radzap - rlm_ippool_tool - smbencrypt Homepage: http://www.freeradius.org/ Section: net Priority: optional Filename: pool/main/f/freeradius/freeradius-utils_3.2.6+dfsg-2~bpo12+1_amd64.deb Package: freeradius-yubikey Source: freeradius Version: 3.2.6+dfsg-2~bpo12+1 Installed-Size: 60 Maintainer: Debian FreeRADIUS Packaging Team Architecture: amd64 Depends: freeradius (= 3.2.6+dfsg-2~bpo12+1), libc6 (>= 2.4), libykclient3 (>= 2.11), libyubikey0 (>= 1.5) Size: 21392 SHA256: 6d99cd4d965ac23bb6f06f26cc1a451ff71735abadc1e157bbf8607bafe81184 SHA1: 99b9ff57656861187fbda8bdf26a44eeef7ce5cf MD5sum: ac5bd53ee748ab9cbeaa20538334bbc0 Description: Yubikey module for FreeRADIUS server This package is required to add Yubikey functionality to the FreeRADIUS server. Homepage: http://www.freeradius.org/ Section: net Priority: optional Filename: pool/main/f/freeradius/freeradius-yubikey_3.2.6+dfsg-2~bpo12+1_amd64.deb Package: freerdp3-dev Source: freerdp3 Version: 3.10.3+dfsg-1~bpo12+1 Installed-Size: 1239 Maintainer: Debian Remote Maintainers Architecture: amd64 Depends: libfreerdp-server-proxy3-3 (= 3.10.3+dfsg-1~bpo12+1), libfreerdp-client3-3 (= 3.10.3+dfsg-1~bpo12+1), libfreerdp-server3-3 (= 3.10.3+dfsg-1~bpo12+1), libfreerdp-shadow-subsystem3-3 (= 3.10.3+dfsg-1~bpo12+1), libfreerdp-shadow3-3 (= 3.10.3+dfsg-1~bpo12+1), libfreerdp3-3 (= 3.10.3+dfsg-1~bpo12+1), libwinpr3-dev (= 3.10.3+dfsg-1~bpo12+1), libcjson-dev, libfuse3-dev, winpr3-utils (= 3.10.3+dfsg-1~bpo12+1) Size: 169940 SHA256: da78ff314a6e92b8524c05b90ad448efeee8f8b5dea7ff6763dfb6ca45438b61 SHA1: 1a223fc33b376e17da4124abe734b11bcce72e52 MD5sum: 3fc22bc84fdd7f8b938e6b8b1e01feaa Description: Free Remote Desktop Protocol library (development files) FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . This package contains the FreeRDP development files. Homepage: https://www.freerdp.com/ Section: devel Priority: optional Filename: pool/main/f/freerdp3/freerdp3-dev_3.10.3+dfsg-1~bpo12+1_amd64.deb Package: freerdp3-proxy Source: freerdp3 Version: 3.10.3+dfsg-1~bpo12+1 Installed-Size: 166 Maintainer: Debian Remote Maintainers Architecture: amd64 Depends: libc6 (>= 2.34), libfreerdp-server-proxy3-3 (= 3.10.3+dfsg-1~bpo12+1), libfreerdp3-3 (= 3.10.3+dfsg-1~bpo12+1), libwinpr3-3 (= 3.10.3+dfsg-1~bpo12+1) Suggests: freerdp3-proxy-modules Size: 38916 SHA256: 405b4b4d275790bf1c52a1a2aa2e5c6e47a27f57e721efc375e6682deac78c9e SHA1: 7c3b19d46a5386ce07ec6a4b6c5675bf0b9bb9ff MD5sum: e0a1f3ea6a4748ee45b86a2aaaa0c571 Description: FreeRDP proxy server FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . This package contains the proxy server that can be used as man in the middle proxy for RDP connections. Homepage: https://www.freerdp.com/ Section: x11 Priority: optional Filename: pool/main/f/freerdp3/freerdp3-proxy_3.10.3+dfsg-1~bpo12+1_amd64.deb Package: freerdp3-proxy-modules Source: freerdp3 Version: 3.10.3+dfsg-1~bpo12+1 Installed-Size: 344 Maintainer: Debian Remote Maintainers Architecture: amd64 Depends: libc6 (>= 2.32), libfreerdp-server-proxy3-3 (= 3.10.3+dfsg-1~bpo12+1), libfreerdp3-3 (>= 3.0.0), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 11), libwinpr3-3 (>= 3.0.0) Size: 93684 SHA256: 2bdb9e6a064837b29f334ce3f94bec94f91fd6588c4036ce538f99921fc21248 SHA1: dd68faafcf1d971373bebac8ccb684fd7df494d7 MD5sum: c0b5ff5d0732a9d91bb16d78344fa25b Description: FreeRDP Remote Desktop Protocol proxy module libraries FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . This package contains the modules for the proxy. Homepage: https://www.freerdp.com/ Section: x11 Priority: optional Filename: pool/main/f/freerdp3/freerdp3-proxy-modules_3.10.3+dfsg-1~bpo12+1_amd64.deb Package: freerdp3-sdl Source: freerdp3 Version: 3.10.3+dfsg-1~bpo12+1 Installed-Size: 1384 Maintainer: Debian Remote Maintainers Architecture: amd64 Depends: libc6 (>= 2.34), libfreerdp-client3-3 (= 3.10.3+dfsg-1~bpo12+1), libfreerdp3-3 (>= 3.9.0), libgcc-s1 (>= 3.3.1), libsdl2-2.0-0 (>= 2.0.16), libsdl2-image-2.0-0 (>= 2.0.5), libsdl2-ttf-2.0-0 (>= 2.0.15), libstdc++6 (>= 11), libwinpr3-3 (>= 3.6.2) Size: 391204 SHA256: c30a1f7e3fe65a7573d00f5f4815aff5d69ab93fb18cdee5d2b8b312b728b860 SHA1: ee84dc8bcb6000eeecdd6f9807f85f358f24163c MD5sum: 6318f6360015fc61b2db64697e6751b3 Description: RDP client for Windows Terminal Services (SDL client) FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . Currently, the FreeRDP client supports the following Windows Versions: . * Windows NT Server * Windows 2000 Terminal Server * Windows XP * Windows 2003 Server * Windows Vista * Windows 2008/2008r2/2011SBS Server * Windows 7 * Windows 2012/2012r2 Server * Windows 8 * Windows 10 . This package contains the SDL based client. Homepage: https://www.freerdp.com/ Section: x11 Priority: optional Filename: pool/main/f/freerdp3/freerdp3-sdl_3.10.3+dfsg-1~bpo12+1_amd64.deb Package: freerdp3-shadow-x11 Source: freerdp3 Version: 3.10.3+dfsg-1~bpo12+1 Installed-Size: 172 Maintainer: Debian Remote Maintainers Architecture: amd64 Provides: freerdp Depends: libc6 (>= 2.34), libfreerdp-shadow-subsystem3-3 (= 3.10.3+dfsg-1~bpo12+1), libfreerdp-shadow3-3 (>= 3.0.0), libfreerdp3-3 (>= 3.0.0), libwinpr3-3 (>= 3.0.0) Size: 39612 SHA256: 55470a2d0748529d69273fe3dfe517db094b2c7c63eba249609924feaf120757 SHA1: 858658332dedd94ffa836dcf97162fad3d6a1678 MD5sum: 159444ab1b842f11f56de6b09cfaece2 Description: FreeRDP x11 shadowing server FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . This package contains a "shadowing" server that can be used to share an already started X11 DISPLAY. Homepage: https://www.freerdp.com/ Section: x11 Priority: optional Filename: pool/main/f/freerdp3/freerdp3-shadow-x11_3.10.3+dfsg-1~bpo12+1_amd64.deb Package: freerdp3-wayland Source: freerdp3 Version: 3.10.3+dfsg-1~bpo12+1 Installed-Size: 237 Maintainer: Debian Remote Maintainers Architecture: amd64 Depends: libc6 (>= 2.34), libfreerdp-client3-3 (= 3.10.3+dfsg-1~bpo12+1), libfreerdp3-3 (>= 3.0.0), libwayland-client0 (>= 1.20.0), libwayland-cursor0 (>= 1.0.2), libwinpr3-3 (>= 3.0.0), libxkbcommon0 (>= 0.5.0) Size: 64488 SHA256: ec90686169ea4b1ff1ea738fd28b9e189baa9698d7c9cd76a0239887824309cf SHA1: 81f6eb59bf6813df2134d2bae5b59460ef1a0f1f MD5sum: a33c475b3a25483f7b54fcf4a7a22dd0 Description: RDP client for Windows Terminal Services (wayland client) FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . Currently, the FreeRDP clients supports the following Windows Versions: . * Windows NT Server * Windows 2000 Terminal Server * Windows XP * Windows 2003 Server * Windows Vista * Windows 2008/2008r2/2011SBS Server * Windows 7 * Windows 2012/2012r2 Server * Windows 8 * Windows 10 . This package contains the wayland based client. Homepage: https://www.freerdp.com/ Section: x11 Priority: optional Filename: pool/main/f/freerdp3/freerdp3-wayland_3.10.3+dfsg-1~bpo12+1_amd64.deb Package: freerdp3-x11 Source: freerdp3 Version: 3.10.3+dfsg-1~bpo12+1 Installed-Size: 844 Maintainer: Debian Remote Maintainers Architecture: amd64 Provides: freerdp Depends: libc6 (>= 2.34), libfreerdp-client3-3 (= 3.10.3+dfsg-1~bpo12+1), libfreerdp3-3 (>= 3.0.0), libwinpr3-3 (>= 3.3.0), libx11-6 (>= 2:1.2.99.901), libxcursor1 (>> 1.1.2), libxext6, libxfixes3, libxi6 (>= 2:1.2.99.4), libxinerama1 (>= 2:1.1.4), libxrandr2 (>= 2:1.5.0), libxrender1 Size: 114084 SHA256: 8ea4671e64cf968ed0a8e25356b72313da626101942cca1a7060787f42920615 SHA1: a5d7b710a1fb1152e26822741eabad1cac1687d6 MD5sum: 30e4465f5d9b7d26b44933a829546ac5 Description: RDP client for Windows Terminal Services (X11 client) FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . Currently, the FreeRDP client supports the following Windows Versions: . * Windows NT Server * Windows 2000 Terminal Server * Windows XP * Windows 2003 Server * Windows Vista * Windows 2008/2008r2/2011SBS Server * Windows 7 * Windows 2012/2012r2 Server * Windows 8 * Windows 10 . This package contains the X11 based client. Homepage: https://www.freerdp.com/ Section: x11 Priority: optional Filename: pool/main/f/freerdp3/freerdp3-x11_3.10.3+dfsg-1~bpo12+1_amd64.deb Package: fsearch Version: 0.2.3-2~bpo12+1 Installed-Size: 1121 Maintainer: Boyuan Yang Architecture: amd64 Depends: libc6 (>= 2.34), libcairo2 (>= 1.2.4), libgdk-pixbuf-2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.59.2), libgtk-3-0 (>= 3.21.5), libicu72 (>= 72.1~rc-1~), libpango-1.0-0 (>= 1.14.0), libpcre2-8-0 (>= 10.22) Size: 240936 SHA256: 63e68f186ce34aea864075a70bdba58aa517685cc419f06c95ebca167f539236 SHA1: 538a885cb2a54fb1ca0d9ff708f5b7c76e370ed0 MD5sum: 86363b2d6d3207991cbffcfc3d83966a Description: Fast graphical file search utility FSearch is a fast file search utility, based on GTK3. It supports regular expressions, wildcards, fast sorting, instant results with millions of files and more. Homepage: https://cboxdoerfer.github.io/fsearch/ Section: utils Priority: optional Filename: pool/main/f/fsearch/fsearch_0.2.3-2~bpo12+1_amd64.deb Package: fuse2fs Source: e2fsprogs Version: 1.47.2~rc1-2~bpo12+2 Installed-Size: 132 Maintainer: Theodore Y. Ts'o Architecture: amd64 Replaces: fuseext2 (<< 1.47.1-2~) Depends: libblkid1 (>= 2.16), libc6 (>= 2.34), libcom-err2 (>= 1.43.9), libext2fs2 (= 1.47.2~rc1-2~bpo12+2), libfuse3-3 (>= 3.2.3), libuuid1 (>= 2.16) Breaks: fuseext2 (<< 1.47.1-2~) Size: 48892 SHA256: 1d0f61afd7140cd2a84849f421952e0191054355873a6239a1aec02bd54dab51 SHA1: 2ae7a5dc6aaf55f5364d841b40dcbbedf1512c75 MD5sum: fc5774f8345a89bd3e34b795a83c3afd Description: ext2 / ext3 / ext4 file system driver for FUSE fuse2fs is a FUSE file system client that supports reading and writing from devices or image files containing ext2, ext3, and ext4 file systems. Homepage: http://e2fsprogs.sourceforge.net Section: admin Priority: optional Filename: pool/main/e/e2fsprogs/fuse2fs_1.47.2~rc1-2~bpo12+2_amd64.deb Package: fuseext2 Source: e2fsprogs Version: 1.47.2~rc1-2~bpo12+2 Installed-Size: 39 Maintainer: Theodore Y. Ts'o Architecture: all Depends: fuse2fs (>= 1.47.1-2) Size: 18824 SHA256: 8e005e7d067784c210119168f16d48a4e167e333b18a84c60eb6ffccab2055c9 SHA1: a378c9ed6b488040f3b0b191007192b971acede4 MD5sum: db16837daa37ac7ae5ca95b5a4662e91 Description: transitional package This is a transitional package. It can safely be removed. Homepage: http://e2fsprogs.sourceforge.net Section: oldlibs Priority: optional Filename: pool/main/e/e2fsprogs/fuseext2_1.47.2~rc1-2~bpo12+2_all.deb Package: fusefile Version: 2.0-1~bpo12+1 Installed-Size: 46 Maintainer: Ralph Ronnquist Architecture: amd64 Depends: libc6 (>= 2.34), libfuse3-3 (>= 3.12.0), fuse3 Size: 14744 SHA256: 1d64e8f1f487c252730f83ba201312f9fdc359a5eb0013c59ae30410c01fb329 SHA1: 60c985d28d40c396147bb62294f13d5a8448fe8a MD5sum: 9f1547d64f1331c92491cfff9010b67f Description: Using FUSE to combine file fragments into a single file. fusefile is a FUSE "file mount" that presents a series of fragments of other files as a contiguous concatenation. Technically it bind mounts a driver on top of the filename mountpoint to provide access to the given file fragments as if in a single, contiguous file. The fusefile mount driver offers read/write access to the fused file, distributing written data across the given fragments or to an overlay file. Homepage: https://git.devuan.org/rrq/fusefile.git Section: admin Priority: optional Filename: pool/main/f/fusefile/fusefile_2.0-1~bpo12+1_amd64.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.28.4-1~bpo12+1 Installed-Size: 2132 Maintainer: Unit 193 Architecture: all Depends: python3-requests, python3:any Suggests: ffmpeg, python3-brotli, yt-dlp | youtube-dl Size: 371540 SHA256: 5f329381195a644e2effac5a3bc0badab2406f9ed40b3f8334a1673a21a3672e SHA1: 8479c6b0eb4d017183d3f3a2826fa068a005879c MD5sum: 497b14b49c1ece0efc75034bdee25519 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.28.4-1~bpo12+1_all.deb Package: ganglia-webfrontend Source: ganglia-web Version: 3.7.6+debian-1~bpo12+1 Installed-Size: 2540 Maintainer: Marcos Fouces Architecture: all Depends: apache2 | httpd-cgi, php | php-cgi | libapache2-mod-php, php-xml, rrdtool, libjs-jquery-mobile, libjs-jquery, libjs-jquery-ui, libjs-jquery-scrollto, libjs-jquery-cookie, libjs-rickshaw, libjs-d3, libjs-jquery-jstree, libjs-chosen, libjs-jstimezonedetect, libjs-moment, libjs-moment-timezone, libjs-select2.js, libjs-jquery-flot Recommends: gmetad, php-gd Size: 535956 SHA256: 41065d0b95038d72207374a91740198a8c49851d0cd30e57e61d6c682a1ba937 SHA1: 302b3d08ccdedc6f985f93e2ed1c702b63354e20 MD5sum: 85a955203b744ef2d6eb8dcbd065dcac Description: cluster monitoring toolkit - web front-end Ganglia is a scalable, real-time cluster monitoring environment that collects cluster statistics in an open and well-defined XML format. . This package contains the PHP-based web front-end, which displays information gathered by 'gmetad'. Homepage: http://www.ganglia.info/ Section: net Priority: optional Filename: pool/main/g/ganglia-web/ganglia-webfrontend_3.7.6+debian-1~bpo12+1_all.deb Package: gccgo-go Source: golang-defaults Version: 2:1.22~3~bpo12+1 Installed-Size: 66 Maintainer: Debian Go Compiler Team Architecture: amd64 Depends: g++-13, gccgo-13 Conflicts: golang-go Size: 43808 SHA256: 055f5734a94703859f980f1eb3788a1895ed70c3470a9dca2ee074ce22dd499c SHA1: 5e1b015380680345421362cd3b9698e78e8b3f99 MD5sum: ae2bff3c21c97ed77b58ebdd8db9bd15 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_amd64.deb Package: gcli Version: 2.3.0-1~bpo12+1 Installed-Size: 1050 Maintainer: Simon Richter Architecture: amd64 Depends: libc6 (>= 2.34), libcurl3-gnutls (>= 7.56.1) Size: 188960 SHA256: c233d66f7bc0b49f6a51ed17f304fc3792ffb61fa9b32ad2d399ba8c547b2932 SHA1: 41d85d82057c43ae58241eac73c8fd3305e35f74 MD5sum: 80ffc92de197dd060154994a43f4ba96 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_amd64.deb Package: genometools Version: 1.6.5+ds-2~bpo12+1 Installed-Size: 4196 Maintainer: Debian Med Packaging Team Architecture: amd64 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: 1627744 SHA256: ea50bdcc3eddb9a37ebf17920de2f8408223dc9e8d858b2d0ed287d447443419 SHA1: 385d22a31097b709f408212e65461f59c6362aab MD5sum: c41b6dc3c24844c5f5b669859c99c0b6 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_amd64.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: 395 Maintainer: Marc Haber Architecture: amd64 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: 135032 SHA256: b4a351d67a6ad65a344e90e78b6f26e3fae6bc492ff05cc54da20eea7bdfe0ed SHA1: 18d28ef73e993905a26605e9032ca8f2de530bfc MD5sum: f3538cd3f4d69d8b65c5e02d5e12ba01 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_amd64.deb Package: geoip-database Version: 20241014-1~bpo12+1 Installed-Size: 10177 Maintainer: Patrick Matthäi Architecture: all Recommends: libgeoip1t64 | libgeoip1 Size: 2921080 SHA256: 7794cd48da7cb5c77000fbe325eef3f0f148f66db348abfd026f927ea099ce1e SHA1: 0a44dd581ccaca3eccc99f872e5b3fdf8033cf42 MD5sum: 05e1c75c4a4cdaf1bbe03088a9acafac 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_20241014-1~bpo12+1_all.deb Package: ghkl Source: hkl Version: 5.1.3-1~bpo12+1 Installed-Size: 24643 Maintainer: Debian PaN Maintainers Architecture: amd64 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: 3400476 SHA256: 740731482be44970a3432cf87cf51b81f26a94f338ff2a70e63163de3cc47dce SHA1: e71ce9a59eaabddc4ce925713abebaca4a6e0146 MD5sum: 76e6fc772bca1a5a360d0765df1d143f Description: diffractometer computation control application The hkl library is a framework for diffraction computation and diffractometer control, heavily used at the SOLEIL synchrotron. It supports various types of diffractometer geometry: Eulerian 4-circle, Eulerian 6-circle, kappa 4-circle, kappa 6-circle, and z-axis geometry. For each of these it provides several numerically computed modes, such as bisector and constant psi. . This package provides a gui on top of the hkl library. Homepage: https://repo.or.cz/hkl.git Section: science Priority: optional Filename: pool/main/h/hkl/ghkl_5.1.3-1~bpo12+1_amd64.deb Package: ginkgo Source: golang-github-onsi-ginkgo-v2 Version: 2.15.0-1~bpo12+1 Installed-Size: 10051 Maintainer: Debian Go Packaging Team Architecture: amd64 Replaces: golang-ginkgo-dev (<< 1.12.0-5~) Depends: libc6 (>= 2.34) Breaks: golang-ginkgo-dev (<< 1.12.0-5~) Size: 3346484 SHA256: c4c6c4e07dc1d56cac78092b862c932cd52d0c0f643bc752838862e8af71209b SHA1: 4a71875c16b1b67cad94ca29a710efbaa100f64a MD5sum: afd908a8e136eb0e40254fdbeb7afb8e Description: BDD Testing Framework for Go 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. Homepage: https://github.com/onsi/ginkgo Built-Using: golang-1.22 (= 1.22.1-1~bpo12+1), golang-github-go-logr-logr (= 1.2.3-1), golang-github-google-go-cmp (= 0.5.9-1), golang-github-google-pprof (= 0.0~git20211008.947d60d-1), 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-golang-x-tools (= 1:0.5.0+ds-1), golang-gomega (= 1.27.10-1~bpo12+1), golang-gopkg-yaml.v3 (= 3.0.1-3) Section: golang Priority: optional Filename: pool/main/g/golang-github-onsi-ginkgo-v2/ginkgo_2.15.0-1~bpo12+1_amd64.deb Package: gir1.2-atk-1.0 Source: at-spi2-core Version: 2.54.0-1~bpo12+1 Installed-Size: 101 Maintainer: Debian Accessibility Team Architecture: amd64 Depends: gir1.2-glib-2.0, libatk1.0-0 (= 2.54.0-1~bpo12+1) Size: 25516 SHA256: 6a0e204b51a8b531b157b5544db024772b44503be80a0d6473b30d1faab812d3 SHA1: 2cf645b730ca7abef2314e60c6455274a27471b8 MD5sum: a9068154913285f52db3737bc48421f0 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.54.0-1~bpo12+1_amd64.deb Package: gir1.2-atspi-2.0 Source: at-spi2-core Version: 2.54.0-1~bpo12+1 Installed-Size: 84 Maintainer: Debian Accessibility Team Architecture: amd64 Replaces: gir1.0-gtk-2.0 (<< 2.22), gobject-introspection-repository Depends: gir1.2-freedesktop, gir1.2-glib-2.0, libatspi2.0-0 (= 2.54.0-1~bpo12+1) Size: 22912 SHA256: a3ffa73eb92537def1c0e3a3bb8cb0baf89d71eda441de541508cf0110a5d50f SHA1: 3a1d19bfca2423d45180cdfba471960b09498103 MD5sum: b94437c842f5c20b994430d2e4795289 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.54.0-1~bpo12+1_amd64.deb Package: gir1.2-hkl-5.0 Source: hkl Version: 5.1.3-1~bpo12+1 Installed-Size: 38 Maintainer: Debian PaN Maintainers Architecture: amd64 Depends: libhkl5 (>= 5.0.0.3434) Size: 11420 SHA256: 19a574ca11b0050df07cdda3dcee1501aad6070df3f7e66a3f66e9eb5f5f5441 SHA1: b2f5ae2a9951c9c593d94767a8b8a78c595589ff MD5sum: ece4f9d8163abfdc86655ad1477961f2 Description: diffractometer computation control library - gir binding The hkl library is a framework for diffraction computation and diffractometer control, heavily used at the SOLEIL synchrotron. It supports various types of diffractometer geometry: Eulerian 4-circle, Eulerian 6-circle, kappa 4-circle, kappa 6-circle, and z-axis geometry. For each of these it provides several numerically computed modes, such as bisector and constant psi. . This package can be used by other packages using the GIRepository format to generate dynamic bindings. Multi-Arch: same Homepage: https://repo.or.cz/hkl.git Section: introspection Priority: optional Filename: pool/main/h/hkl/gir1.2-hkl-5.0_5.1.3-1~bpo12+1_amd64.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: amd64 Depends: gir1.2-glib-2.0, libibus-1.0-5 (>= 1.5.29~) Size: 347240 SHA256: f703952df1f758ecebe58acbeeb52d08207ab43ea957a4046153f15393ae5911 SHA1: e6274845d5ce51d8d0e2bb406fc360658e3b272d MD5sum: 13a18b039801db5ae933a57c7b3ef572 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_amd64.deb Package: gir1.2-javascriptcoregtk-4.0 Source: webkit2gtk Version: 2.46.1-2~bpo12+1 Installed-Size: 308 Maintainer: Debian WebKit Maintainers Architecture: amd64 Depends: libjavascriptcoregtk-4.0-18 (= 2.46.1-2~bpo12+1), gir1.2-glib-2.0 Size: 49636 SHA256: 5534c8be8d5634ffc9075d211755dc98e8709971d8d51760aadd3b1d09923483 SHA1: 1870c2b7331f02862764a68f5514d65dbe3765a3 MD5sum: d7c7af98caf63fddd978d9d33a2dbfaf Description: JavaScript engine library from WebKitGTK - GObject introspection data JavaScriptCore is the JavaScript engine used in WebKit. It consists of the following building blocks: lexer, parser, start-up interpreter (LLInt), baseline JIT, a low-latency optimizing JIT (DFG), and a high-throughput optimizing JIT (FTL). . This build comes from the GTK port of WebKit (API version 4.0). . This package contains the introspection data, which can be used by packages using the GIRepository format to generate dynamic bindings. Multi-Arch: same Homepage: https://webkitgtk.org/ Section: introspection Priority: optional Filename: pool/main/w/webkit2gtk/gir1.2-javascriptcoregtk-4.0_2.46.1-2~bpo12+1_amd64.deb Package: gir1.2-javascriptcoregtk-4.1 Source: webkit2gtk Version: 2.46.1-2~bpo12+1 Installed-Size: 308 Maintainer: Debian WebKit Maintainers Architecture: amd64 Depends: libjavascriptcoregtk-4.1-0 (= 2.46.1-2~bpo12+1), gir1.2-glib-2.0 Size: 49640 SHA256: 98061bedb3cc061ff82138690c3172fd3add2d2472209232f149eee2f85a378b SHA1: 5d570996801f4532b9d8f38e4fec5917b5813343 MD5sum: c9847cc3d6ee72cc421455fef940e095 Description: JavaScript engine library from WebKitGTK - GObject introspection data JavaScriptCore is the JavaScript engine used in WebKit. It consists of the following building blocks: lexer, parser, start-up interpreter (LLInt), baseline JIT, a low-latency optimizing JIT (DFG), and a high-throughput optimizing JIT (FTL). . This build comes from the GTK port of WebKit (API version 4.1). . This package contains the introspection data, which can be used by packages using the GIRepository format to generate dynamic bindings. Multi-Arch: same Homepage: https://webkitgtk.org/ Section: introspection Priority: optional Filename: pool/main/w/webkit2gtk/gir1.2-javascriptcoregtk-4.1_2.46.1-2~bpo12+1_amd64.deb Package: gir1.2-javascriptcoregtk-6.0 Source: webkit2gtk Version: 2.46.1-2~bpo12+1 Installed-Size: 307 Maintainer: Debian WebKit Maintainers Architecture: amd64 Depends: libjavascriptcoregtk-6.0-1 (= 2.46.1-2~bpo12+1), gir1.2-glib-2.0 Size: 49524 SHA256: cfbbe26208889cdc9990971a448bdf7f41de159fe0b5e41d26892dbff12a1c88 SHA1: eaca548878d1962ee96b2986a0d2dfb7e775672a MD5sum: 37165b3ff902b4725ba0d06ee97b2097 Description: JavaScript engine library from WebKitGTK - GObject introspection data JavaScriptCore is the JavaScript engine used in WebKit. It consists of the following building blocks: lexer, parser, start-up interpreter (LLInt), baseline JIT, a low-latency optimizing JIT (DFG), and a high-throughput optimizing JIT (FTL). . This build comes from the GTK port of WebKit (API version 6.0). . This package contains the introspection data, which can be used by packages using the GIRepository format to generate dynamic bindings. Multi-Arch: same Homepage: https://webkitgtk.org/ Section: introspection Priority: optional Filename: pool/main/w/webkit2gtk/gir1.2-javascriptcoregtk-6.0_2.46.1-2~bpo12+1_amd64.deb Package: gir1.2-lokdocview-0.1 Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 72 Maintainer: Debian LibreOffice Maintainers Architecture: amd64 Depends: liblibreofficekitgtk (= 4:24.8.4-1~bpo12+1), gir1.2-gdkpixbuf-2.0, gir1.2-glib-2.0, gir1.2-gtk-3.0 Size: 41104 SHA256: 3542372a2248347f3cc60db4383f17f778457031a8a0ccb0111b9a949b427906 SHA1: e4f63a4ae19d079c2be826124a8aa58570c5599f MD5sum: 3c4b9cf569b9ddb14eb794ef78745220 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.4-1~bpo12+1_amd64.deb Package: gir1.2-webkit-6.0 Source: webkit2gtk Version: 2.46.1-2~bpo12+1 Installed-Size: 429 Maintainer: Debian WebKit Maintainers Architecture: amd64 Depends: libwebkitgtk-6.0-4 (= 2.46.1-2~bpo12+1), gir1.2-gtk-4.0, gir1.2-javascriptcoregtk-6.0 (= 2.46.1-2~bpo12+1), gir1.2-soup-3.0 Size: 74412 SHA256: 5ad4ef8551093b1eba8dca418895fd8b73e3032098725956be1c389bc838ed62 SHA1: 9b08a5683f029589ad8f5c0183214193bbb3e921 MD5sum: ebac98cf9d92aa204c32c6ea552a4f24 Description: Web content engine library for GTK - GObject introspection data WebKit is a web content engine, derived from KHTML and KJS from KDE, and used primarily in Apple's Safari browser. It is made to be embedded in other applications, such as mail readers, or web browsers. . It is able to display content such as HTML, SVG, XML, and others. It also supports DOM, XMLHttpRequest, XSLT, CSS, JavaScript/ECMAScript and more. . WebKitGTK is a WebKit port designed to be used in GTK applications. This build provides version 6.0 of the API and uses libsoup v3 for the networking stack and the GTK 4 widget toolkit. . This package contains introspection data, which can be used by packages using the GIRepository format to generate dynamic bindings. Multi-Arch: same Homepage: https://webkitgtk.org/ Section: introspection Priority: optional Filename: pool/main/w/webkit2gtk/gir1.2-webkit-6.0_2.46.1-2~bpo12+1_amd64.deb Package: gir1.2-webkit2-4.0 Source: webkit2gtk Version: 2.46.1-2~bpo12+1 Installed-Size: 602 Maintainer: Debian WebKit Maintainers Architecture: amd64 Depends: libwebkit2gtk-4.0-37 (= 2.46.1-2~bpo12+1), gir1.2-gtk-3.0, gir1.2-javascriptcoregtk-4.0 (= 2.46.1-2~bpo12+1), gir1.2-soup-2.4 Size: 105480 SHA256: b36c81807b768102b82dcb816fd17511efb596f8bdcede3670ec18f4b75421e6 SHA1: 120bd0901a617d9b6b2e1124d0f4a5a59bcd9f6c MD5sum: 47a36379741f6dea4356a107b7f46346 Description: Web content engine library for GTK - GObject introspection data WebKit is a web content engine, derived from KHTML and KJS from KDE, and used primarily in Apple's Safari browser. It is made to be embedded in other applications, such as mail readers, or web browsers. . It is able to display content such as HTML, SVG, XML, and others. It also supports DOM, XMLHttpRequest, XSLT, CSS, JavaScript/ECMAScript and more. . WebKitGTK is a WebKit port designed to be used in GTK applications. This build provides version 4.0 of the API and uses libsoup v2 for the networking stack and the GTK 3 widget toolkit. . This package contains introspection data, which can be used by packages using the GIRepository format to generate dynamic bindings. Multi-Arch: same Homepage: https://webkitgtk.org/ Section: introspection Priority: optional Filename: pool/main/w/webkit2gtk/gir1.2-webkit2-4.0_2.46.1-2~bpo12+1_amd64.deb Package: gir1.2-webkit2-4.1 Source: webkit2gtk Version: 2.46.1-2~bpo12+1 Installed-Size: 602 Maintainer: Debian WebKit Maintainers Architecture: amd64 Depends: libwebkit2gtk-4.1-0 (= 2.46.1-2~bpo12+1), gir1.2-gtk-3.0, gir1.2-javascriptcoregtk-4.1 (= 2.46.1-2~bpo12+1), gir1.2-soup-3.0 Size: 105456 SHA256: bc32beda92baa312cb1a5b3018d86910094374e6808b2a3452a28ca6c468f3c7 SHA1: 62a8329d03fd3c03138bf27b43d85241c391df64 MD5sum: 75342ee78b495481b4dc8af2bd947066 Description: Web content engine library for GTK - GObject introspection data WebKit is a web content engine, derived from KHTML and KJS from KDE, and used primarily in Apple's Safari browser. It is made to be embedded in other applications, such as mail readers, or web browsers. . It is able to display content such as HTML, SVG, XML, and others. It also supports DOM, XMLHttpRequest, XSLT, CSS, JavaScript/ECMAScript and more. . WebKitGTK is a WebKit port designed to be used in GTK applications. This build provides version 4.1 of the API and uses libsoup v3 for the networking stack and the GTK 3 widget toolkit. . This package contains introspection data, which can be used by packages using the GIRepository format to generate dynamic bindings. Multi-Arch: same Homepage: https://webkitgtk.org/ Section: introspection Priority: optional Filename: pool/main/w/webkit2gtk/gir1.2-webkit2-4.1_2.46.1-2~bpo12+1_amd64.deb Package: gir1.2-wp-0.4 Source: wireplumber Version: 0.4.17-1~bpo12+1 Installed-Size: 72 Maintainer: Utopia Maintenance Team Architecture: amd64 Depends: libwireplumber-0.4-0 (= 0.4.17-1~bpo12+1) Size: 19272 SHA256: 242983990662510898b843a0640d9756a52efc1463b11cf1ea49d9b2e71f3798 SHA1: 7a1b554f8acfb1db5800c67615b260ec937f39a3 MD5sum: b45d04eb6619eefd7d9c1bc0f6be130d 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_amd64.deb Package: gir1.2-wp-0.5 Source: wireplumber Version: 0.5.7-1~bpo12+1 Installed-Size: 84 Maintainer: Utopia Maintenance Team Architecture: amd64 Depends: gir1.2-glib-2.0, libwireplumber-0.5-0 (= 0.5.7-1~bpo12+1) Size: 23028 SHA256: e0eded4dfde77acc343fbaf6ecb4b7037bb319d4fd7f55ab76a47a4615c07170 SHA1: e750e293b148061e27a0ee81f25a55f4600c364c MD5sum: 0baccd46a43627f1f7f8565d926e556f 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.7-1~bpo12+1_amd64.deb Package: git-annex Version: 10.20241202-1~bpo12+1 Installed-Size: 82919 Maintainer: Debian Haskell Group Architecture: amd64 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: 14140572 SHA256: b8498d3bf8f4fb6961938886d5b76cfc8bb7d65ea9ee5e026abbdbf651322e7e SHA1: 68461d57ba7c5165b01fb16c829f69564b81c2d7 MD5sum: e609e2237103616e9b9f15ae184dee51 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.20241202-1~bpo12+1_amd64.deb Package: git-credential-oauth Version: 0.13.4-1~bpo12+1 Installed-Size: 5267 Maintainer: Debian Go Packaging Team Architecture: amd64 Depends: libc6 (>= 2.34) Recommends: xdg-utils Enhances: git Size: 1837692 SHA256: 6170afbf21340acf1fac9d6afa97aafa24ffcf217be3dedaf6580bdc1be2f841 SHA1: f1b64c262bb3703ff1639349a2d0643aa2cafc8a MD5sum: 0b6419477ed7e7e3047e6f2132e53256 Description: Git credential helper for GitHub and other forges using OAuth A Git credential helper that authenticates to GitHub, GitLab, BitBucket and other forges using OAuth. The first time you push, the helper will open a browser window to authenticate. Subsequent pushes within the cache timeout require no interaction. Homepage: https://github.com/hickford/git-credential-oauth Built-Using: golang-1.19 (= 1.19.8-2), golang-golang-x-oauth2 (= 0.15.0-1~bpo12+1) Section: golang Priority: optional Filename: pool/main/g/git-credential-oauth/git-credential-oauth_0.13.4-1~bpo12+1_amd64.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: 22013 Maintainer: Debian Go Packaging Team Architecture: amd64 Depends: libc6 (>= 2.34) Size: 5788684 SHA256: 1f22cb6269fc99cae45969dfbdf04d78a0a82357917d1bca53cb61a962d11c52 SHA1: eaaf93f20f4839856593edfd683ae226f60bd940 MD5sum: 0be639edb21f16060d16bb4db1eac0c3 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_amd64.deb Package: glusterfs-cli Source: glusterfs Version: 11.1-3~bpo12+1 Installed-Size: 3591 Maintainer: Patrick Matthäi Architecture: amd64 Replaces: glusterfs-server (<< 9.3-2) Depends: libc6 (>= 2.34), libgfrpc0 (>= 11.1), libgfxdr0 (>= 11.1), libglusterfs0 (>= 11.1), libreadline8 (>= 6.0), libtirpc3 (>= 1.1.4), libxml2 (>= 2.7.4) Breaks: glusterfs-server (<< 9.3-2) Size: 3335532 SHA256: f184ec7f7e9d36baf3c583ca0de16f33374e2083c1889b0b1d4093a2c05c9ebe SHA1: ace6c90306f9a6b1686b52a7454b804171b8e6a6 MD5sum: 10f5a097c42d312753be121ac8d95626 Description: clustered file-system (cli package) GlusterFS is a clustered file-system capable of scaling to several peta-bytes. It aggregates various storage bricks over Infiniband RDMA or TCP/IP interconnect into one large parallel network file system. GlusterFS is one of the most sophisticated file system in terms of features and extensibility. It borrows a powerful concept called Translators from GNU Hurd kernel. Much of the code in GlusterFS is in userspace and easily manageable. . This package provides the gluster command line tool. Multi-Arch: foreign Homepage: https://www.gluster.org/ Section: admin Priority: optional Filename: pool/main/g/glusterfs/glusterfs-cli_11.1-3~bpo12+1_amd64.deb Package: glusterfs-client Source: glusterfs Version: 11.1-3~bpo12+1 Installed-Size: 3179 Maintainer: Patrick Matthäi Architecture: amd64 Depends: libc6 (>= 2.34), python3:any, glusterfs-common (>= 11.1-3~bpo12+1) Size: 3191280 SHA256: 9a599d3b243faee3c8210d9eb8454f64a5a2565c33dc1a7708b5cad9d172bc6b SHA1: 55b605b47fdf6d6554eeefed227c6ee1b6041a1f MD5sum: f6c82b96696ed43bc5550e5ef149e022 Description: clustered file-system (client package) GlusterFS is a clustered file-system capable of scaling to several peta-bytes. It aggregates various storage bricks over Infiniband RDMA or TCP/IP interconnect into one large parallel network file system. GlusterFS is one of the most sophisticated file system in terms of features and extensibility. It borrows a powerful concept called Translators from GNU Hurd kernel. Much of the code in GlusterFS is in userspace and easily manageable. . This package provides the GlusterFS client tool. Multi-Arch: foreign Homepage: https://www.gluster.org/ Section: admin Priority: optional Filename: pool/main/g/glusterfs/glusterfs-client_11.1-3~bpo12+1_amd64.deb Package: glusterfs-common Source: glusterfs Version: 11.1-3~bpo12+1 Installed-Size: 15973 Maintainer: Patrick Matthäi Architecture: amd64 Replaces: glusterfs-server (<< 3.4.0~qa5) Depends: libacl1 (>= 2.2.23), libaio1 (>= 0.3.93), libc6 (>= 2.34), libgfapi0 (>= 11.1), libgfchangelog0 (>= 11.1), libgfrpc0 (>= 11.1), libgfxdr0 (>= 11.1), libglusterfs0 (>= 11.1), libssl3 (>= 3.0.0), libtirpc3 (>= 1.1.4), liburcu8 (>= 0.13.0), libuuid1 (>= 2.16), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4), python3:any, python3-prettytable, python3-requests, python3-jwt, attr, adduser, xfsprogs, e2fsprogs, psmisc Breaks: glusterfs-server (<< 3.4.0~qa5) Size: 5661180 SHA256: e0af9e9dbd1a5f16500b11edc792a5fbefd358674c9898444647d679d0f26426 SHA1: d5de71119faaf6b2c34b1967ae9d9224a00b095b MD5sum: 839cbca5065ec4cda3bf1164602472ba Description: GlusterFS common libraries and translator modules GlusterFS is a clustered file-system capable of scaling to several petabytes. It aggregates various storage bricks over Infiniband RDMA or TCP/IP interconnect into one large parallel network file system. GlusterFS is one of the most sophisticated file system in terms of features and extensibility. It borrows a powerful concept called Translators from GNU Hurd kernel. Much of the code in GlusterFS is in userspace and easily manageable. . This package includes libglusterfs and glusterfs translator modules common to both GlusterFS server and client framework. Multi-Arch: foreign Homepage: https://www.gluster.org/ Section: admin Priority: optional Filename: pool/main/g/glusterfs/glusterfs-common_11.1-3~bpo12+1_amd64.deb Package: glusterfs-server Source: glusterfs Version: 11.1-3~bpo12+1 Installed-Size: 3247 Maintainer: Patrick Matthäi Architecture: amd64 Depends: glusterfs-cli (>= 11.1-3~bpo12+1), glusterfs-common (>= 11.1-3~bpo12+1), glusterfs-client (>= 11.1-3~bpo12+1) Recommends: nfs-common Size: 3188324 SHA256: cd919688a204937eab6a87ece9ce2e9601c40f69842a6373d41653ae057d65ec SHA1: fef50a97e8f0e6a9d359c4c16a9a0031bb2545fc MD5sum: 7151565715d4dc8cd38b3437190af20c Description: clustered file-system (server package) GlusterFS is a clustered file-system capable of scaling to several peta-bytes. It aggregates various storage bricks over Infiniband RDMA or TCP/IP interconnect into one large parallel network file system. GlusterFS is one of the most sophisticated file system in terms of features and extensibility. It borrows a powerful concept called Translators from GNU Hurd kernel. Much of the code in GlusterFS is in userspace and easily manageable. . This package installs the gluster server binaries, scripts and configuration files to turn GlusterFS into a fully fledged file server. Multi-Arch: foreign Homepage: https://www.gluster.org/ Section: admin Priority: optional Filename: pool/main/g/glusterfs/glusterfs-server_11.1-3~bpo12+1_amd64.deb Package: gnucash Version: 1:5.6-1~bpo12+1 Installed-Size: 28497 Maintainer: Dmitry Smirnov Architecture: amd64 Replaces: gnucash-common (<< 1:2.4.8-1~) Depends: gnucash-common (= 1:5.6-1~bpo12+1), guile-3.0-libs, libaqbanking44 (>= 6.4.0), libboost-filesystem1.74.0 (>= 1.74.0+ds1), libboost-locale1.74.0 (>= 1.74.0+ds1), libboost-program-options1.74.0 (>= 1.74.0+ds1), libboost-regex1.74.0-icu72, libc6 (>= 2.34), libcairo2 (>= 1.2.4), libdbi1 (>= 0.9.0), libgcc-s1 (>= 3.0), libgdk-pixbuf-2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.45.3), libgtk-3-0 (>= 3.21.5), libgwengui-gtk3-79 (>= 5.4.0~), libgwenhywfar79 (>= 4.1.0), libicu72 (>= 72.1~rc-1~), libofx7 (>= 0.9.14), libpango-1.0-0 (>= 1.18.0), libpangocairo-1.0-0 (>= 1.14.0), libpython3.11 (>= 3.11.0), libsecret-1-0 (>= 0.7), libstdc++6 (>= 11), libwebkit2gtk-4.1-0 (>= 2.34.6~), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4), perl:any, guile-3.0 | guile-2.2 | guile-2.0, libfinance-quote-perl, libwww-perl, libhtml-tree-perl, libhtml-tableextract-perl, libcrypt-ssleay-perl, libdate-manip-perl Recommends: gnucash-docs, python3-gnucash, yelp Suggests: libdbd-mysql, libdbd-pgsql, libdbd-sqlite3 Breaks: gnucash-common (<< 1:2.4.8-1~) Size: 6024796 SHA256: 6b78dd8f5dd7561137bd83a33bbe4a469e4489cabb91b6e642057f2d64844bd7 SHA1: 88335d43186422d69bfba648586c397306323095 MD5sum: cc2ba8aa518d8c270bf6728afd9f9892 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_amd64.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 (1.22.0-2~bpo12+1) Version: 1.22.0-2~bpo12+1+b1 Installed-Size: 20517 Maintainer: Debian Go Packaging Team Architecture: amd64 Depends: libc6 (>= 2.34), libcowsql0, libsqlite3-0 (>= 3.12.0) Size: 3599656 SHA256: 70ccc4f53635b650e51a92ffbac24f205e6f91ee93afdde83d37f41f1264836f SHA1: 903e8a12bff242a0d901a10f5e0974af069602a8 MD5sum: 9cfa60fa0f83bb87a3352dd6fbf1d12a 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+b1_amd64.deb Package: go-sendxmpp Version: 0.14.0-1~bpo12+1 Installed-Size: 8686 Maintainer: Debian Go Packaging Team Architecture: amd64 Depends: libc6 (>= 2.34) Size: 2733192 SHA256: a1cd7b546bd45a7c23f39838ef7d556dda95efd57bf4c632b1c1c5a413873e67 SHA1: 2afbed96f7e654a4070cb7491e544ce5d4044cf9 MD5sum: 8dd1de4fe218387758f4f129ad6a74f1 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.9-2~bpo12+1), golang-debian-mdosch-xmppsrv (= 0.3.3-1~bpo12+1), golang-github-beevik-etree (= 1.4.0-1~bpo12+1), golang-github-cloudflare-circl (= 1.3.1-2), golang-github-gabriel-vasile-mimetype (= 1.4.1+dfsg1-2), golang-github-google-uuid (= 1.3.0-1), golang-github-mattn-go-xmpp (= 0.2.9-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-sys (= 0.3.0-1), golang-golang-x-text (= 0.7.0-1) Section: net Priority: optional Filename: pool/main/g/go-sendxmpp/go-sendxmpp_0.14.0-1~bpo12+1_amd64.deb Package: golang Source: golang-defaults Version: 2:1.22~3~bpo12+1 Installed-Size: 12 Maintainer: Debian Go Compiler Team Architecture: amd64 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: b23f8459eaf1b10862698184cedba1cf54a0c25d6473dc572a4738dd72339cbd SHA1: 969daa91dda919a3196e1b2dfc760f9e67158e8e MD5sum: 948ef2739c4ed5f539416eea342990a9 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_amd64.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: 334936 Maintainer: Debian Go Compiler Team Architecture: amd64 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: 62774260 SHA256: 78da96845d0c6ed0ec59cbc097318f1fcb4c9229c2d960d0bc7b83cb462ca7e9 SHA1: aa0c6a4ee98c35eb1c61469bae7db616ce05af54 MD5sum: 2437dfa412722855890e68f227d9d14f 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_amd64.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: 92188 Maintainer: Debian Go Compiler Team Architecture: amd64 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: 22979672 SHA256: 6594685ab4f87a4fc1298d77354fe41c3f49db71d92c8a12aaabc7ac96d65a5f SHA1: ef2c896f4be5b1cf9ddb23897a4acdd00745135a MD5sum: 82a505ff7a9fe1a3cad85a8cae80450e 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_amd64.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: 95251 Maintainer: Debian Go Compiler Team Architecture: amd64 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: 23594956 SHA256: 691c304d3cb9240537d5290a346a24dc8415424aa38840fd3eb72c15cbbed9aa SHA1: dc37849ef6c9efc3200f1d1ffcb72d69f8cf5155 MD5sum: 361539ab897730ccaea2952be02ee82a 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_amd64.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.9-2~bpo12+1 Installed-Size: 33 Maintainer: Debian Go Compiler Team Architecture: all Depends: golang-1.22-doc (>= 1.22.9-2~bpo12+1), golang-1.22-go (>= 1.22.9-2~bpo12+1), golang-1.22-src (>= 1.22.9-2~bpo12+1) Size: 15552 SHA256: 0bdc4416e0905471eb80f41d9455a8ed09744aace04a10c0596f4df3612a58f4 SHA1: 86c72fb67431157bc39299bdfe7a7a38de124788 MD5sum: 1790734fac99e5cb44fffecbb85a08ee 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.9-2~bpo12+1_all.deb Package: golang-1.22-doc Source: golang-1.22 Version: 1.22.9-2~bpo12+1 Installed-Size: 606 Maintainer: Debian Go Compiler Team Architecture: all Size: 104988 SHA256: cae8da6dbd0901b808c83200037213d1331f55613561b7b86aaaa7363d2eed85 SHA1: 23ab0d05c9759728968ba4ee7f16eccaccccf3d9 MD5sum: 20340e92b9fba0cadd298306e8626219 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.9-2~bpo12+1_all.deb Package: golang-1.22-go Source: golang-1.22 Version: 1.22.9-2~bpo12+1 Installed-Size: 100349 Maintainer: Debian Go Compiler Team Architecture: amd64 Depends: golang-1.22-src (>= 1.22.9-2~bpo12+1) Recommends: g++, gcc, libc6-dev, pkg-config Suggests: bzr | brz, ca-certificates, git, mercurial, subversion Breaks: dh-golang (<< 1.43~) Size: 24749724 SHA256: 5c00627f111e21e1500c7df04d7b1e914ca3eab7682e6a260580a789f79fc2eb SHA1: 6cec595329aeb37d349ca7f5eef35b3ba6074027 MD5sum: c3172c2e8b7b5a2cb937bc9290450396 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.9-2~bpo12+1_amd64.deb Package: golang-1.22-src Source: golang-1.22 Version: 1.22.9-2~bpo12+1 Installed-Size: 121908 Maintainer: Debian Go Compiler Team Architecture: all Size: 18851984 SHA256: 03d335824fdd5bb422660f119a17395d44a76fe6abcd0ed8ae62b264fbcba080 SHA1: bceb98168295b7211bf6efa94cb47dd12c571ecf MD5sum: 642f8eacfb7cb0f763f7c79d48f19c9a 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.9-2~bpo12+1_all.deb Package: golang-1.23 Version: 1.23.3-2~bpo12+1 Installed-Size: 33 Maintainer: Debian Go Compiler Team Architecture: all Depends: golang-1.23-doc (>= 1.23.3-2~bpo12+1), golang-1.23-go (>= 1.23.3-2~bpo12+1), golang-1.23-src (>= 1.23.3-2~bpo12+1) Size: 15500 SHA256: 25be87548eb18749b334fe5ea09ae65a6685bad0979683391f38fe3406c9b62a SHA1: bd532a3c333e552e9cb1fba3db06779f7a6f4cc0 MD5sum: 2b8248ad6aacae44401bc2e4d9185078 Description: Go programming language compiler - metapackage The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. . This package is a metapackage that, when installed, guarantees that (most of) a full Go development environment is installed. . To use this version, instead of the default one provided by golang-go package, add /usr/lib/go-1.23/bin/ to PATH, or invoke /usr/lib/go-1.23/bin/go directly. Homepage: https://go.dev/ Section: golang Priority: optional Filename: pool/main/g/golang-1.23/golang-1.23_1.23.3-2~bpo12+1_all.deb Package: golang-1.23-doc Source: golang-1.23 Version: 1.23.3-2~bpo12+1 Installed-Size: 628 Maintainer: Debian Go Compiler Team Architecture: all Size: 108724 SHA256: f61808443f9b83377cd75e3e12f8bd31d578d8f7048637656f6985881d51a682 SHA1: 12b12e0f077649e5050c54adf69a638c2d6b9ff0 MD5sum: 481534b81edf2c9e4a2580e7311bc830 Description: Go programming language - documentation The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. . This package provides the documentation for the Go programming language. Multi-Arch: foreign Homepage: https://go.dev/ Section: doc Priority: optional Filename: pool/main/g/golang-1.23/golang-1.23-doc_1.23.3-2~bpo12+1_all.deb Package: golang-1.23-go Source: golang-1.23 Version: 1.23.3-2~bpo12+1 Installed-Size: 109880 Maintainer: Debian Go Compiler Team Architecture: amd64 Depends: golang-1.23-src (>= 1.23.3-2~bpo12+1) Recommends: g++, gcc, libc6-dev, pkgconf Suggests: bzr | brz, ca-certificates, git, mercurial, subversion Breaks: dh-golang (<< 1.43~) Size: 26989236 SHA256: cf0cd78def9c2198d2f4e32ad91dede7900be1360bef0c561ee243f90207588e SHA1: ab808ed07a68ebc87df4d5c8265529e5b44d2275 MD5sum: 9e5c023e278f6821f3885fc5cce62bfa Description: Go programming language compiler, linker, compiled stdlib The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. . This package provides an assembler, compiler, linker, and compiled libraries for the Go programming language. . To use this version, instead of the default one provided by golang-go package, add /usr/lib/go-1.23/bin/ to PATH, or invoke /usr/lib/go-1.23/bin/go directly. Homepage: https://go.dev/ Section: golang Priority: optional Filename: pool/main/g/golang-1.23/golang-1.23-go_1.23.3-2~bpo12+1_amd64.deb Package: golang-1.23-src Source: golang-1.23 Version: 1.23.3-2~bpo12+1 Installed-Size: 126714 Maintainer: Debian Go Compiler Team Architecture: all Size: 19124556 SHA256: d05cd85fdcf2abb9851429797117dad94b86ddf5126b584616a699801aa1c556 SHA1: f0411ad236750eb42017ad69104da919ade7f468 MD5sum: 5b3706c1c3799ae50515e785b7aabf1e Description: Go programming language - source files The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. . This package provides the Go programming language source files needed for compilation. Multi-Arch: foreign Homepage: https://go.dev/ Section: golang Priority: optional Filename: pool/main/g/golang-1.23/golang-1.23-src_1.23.3-2~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: amd64 Depends: golang-go (>= 2:1.22~3~bpo12+1) Size: 5196 SHA256: 067068464c9a8e4ecb984453abf38bbaca938fa6b4cd463d7e745063d46ae5e7 SHA1: 8d9ab12b9b276de3af9451b80c7ac6737e1edb1d MD5sum: ae1ceda8a639f5e396873a54048d654a 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_amd64.deb Package: golang-chroma-v2 Source: golang-github-alecthomas-chroma-v2 Version: 2.12.0-1~bpo12+1 Installed-Size: 17300 Maintainer: Debian Go Packaging Team Architecture: amd64 Depends: libc6 (>= 2.34) Size: 4694896 SHA256: e0a856ccf7934c21e0814d53cf276408f896bdd350ea5cff32c3a3c21b63ab5b SHA1: 00b1165eefa6ce6a7a483c4d8fe26aef5137166f MD5sum: cab348974f1825447ac26ee501db3232 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), 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_amd64.deb Package: golang-debian-mdosch-xmppsrv-dev Source: golang-debian-mdosch-xmppsrv Version: 0.3.3-1~bpo12+1 Installed-Size: 35 Maintainer: Debian Go Packaging Team Architecture: all Size: 6460 SHA256: fc04cc9002368e66307ebb077e3f88d35c71da02c6dad84d75912bbf64ea1f0e SHA1: 0749fb773083fce75229beeff966605f9ebb228b MD5sum: 79aafbfed5a36bdd5064ee7f1b8424c9 Description: Look up XMPP SRV records (library) All functions return []SRV with SRV being the following struct: . type SRV struct { Type string Target string Port uint16 Priority uint16 Weight uint16 } . Type is either xmpp-client, xmpps-client, xmpp-server or xmpps-server. . The functions LookupXmppServer, LookupXmppsServer, LookupXmppClient and LookupXmppsClient` are called with the server name and return the respective SRV records. . The function LookupClient and LookupServer are also called with the server name but return xmpp and xmpps SRV records ordered by priority and weight. Multi-Arch: foreign Homepage: https://salsa.debian.org/mdosch/xmppsrv Section: golang Priority: optional Filename: pool/main/g/golang-debian-mdosch-xmppsrv/golang-debian-mdosch-xmppsrv-dev_0.3.3-1~bpo12+1_all.deb Package: golang-doc Source: golang-defaults Version: 2:1.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~git20241213.743fe2f-1~bpo12+1 Installed-Size: 164 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-arceliar-phony-dev (>= 0.0~git20220903), golang-github-willf-bloom-dev (>= 3.7.0), golang-github-bits-and-blooms-bitset-dev (>= 1.13.0), golang-golang-x-crypto-dev (>= 0.23.0) Size: 35440 SHA256: 2f0fc3d52afcae678803a138daee5526baaf72b6f3b0845c3ca2c6b2452110f4 SHA1: 3737a1dc3033268320437d2fe50eded340606f2e MD5sum: 11e3e80e7c566acaefea077d15516d1c Description: Routing library with public keys as addresses (library) Ironwood is a routing library with a net.PacketConn-compatible interface using ed25519.PublicKeys as addresses. Basically, you use it when you want to communicate with some other nodes in a network, but you can't guarantee that you can directly connect to every node in that network. It was written to test improvements to / replace the routing logic in Yggdrasil (https://github.com/yggdrasil-network/yggdrasil-go), but it may be useful for other network applications. . Note: Ironwood is pre-alpha work-in-progress. There's no stable API, versioning, or expectation that any two commits will be compatible with each other. Also, it hasn't been audited by a security expert. While the author is unaware of any security vulnerabilities, it would be wise to think of this as an insecure proof-of-concept. Use it at your own risk. Multi-Arch: foreign Homepage: https://github.com/Arceliar/ironwood Section: golang Priority: optional Filename: pool/main/g/golang-github-arceliar-ironwood/golang-github-arceliar-ironwood-dev_0.0~git20241213.743fe2f-1~bpo12+1_all.deb Package: golang-github-arceliar-phony-dev Source: golang-github-arceliar-phony Version: 0.0~git20220903.530938a-1~bpo12+1 Installed-Size: 24 Maintainer: Debian Go Packaging Team Architecture: all Size: 5416 SHA256: d6517262f6be7e3fdb364ccd5d8f4bb66eb1af5054f2d4a8c85d05e48100abb8 SHA1: 65c4c31d870952749ea028c4764b868cf07ea777 MD5sum: ec40724f8c9c4fbaeb61da0aaf6f81f0 Description: Ponylang-inspired actor model library for Go (library) Phony is a Pony-inspired proof-of-concept implementation of shared-memory actor-model concurrency in the Go programming language. Actors automatically manage goroutines and use asynchronous causal messaging (with backpressure) for communcation. This makes it easy to write programs that are free from deadlocks, goroutine leaks, and many of the for loops over select statements that show up in boilerplate code. The down side is that the code needs to be written in an asynchronous style, which is not idiomatic to Go, so it can take some getting used to. Multi-Arch: foreign Homepage: https://github.com/Arceliar/phony Section: golang Priority: optional Filename: pool/main/g/golang-github-arceliar-phony/golang-github-arceliar-phony-dev_0.0~git20220903.530938a-1~bpo12+1_all.deb Package: golang-github-armon-go-radix-dev Source: golang-github-armon-go-radix Version: 1.0.0+git20221118.54df44f-1~bpo12+1 Installed-Size: 37 Maintainer: Debian Go Packaging Team Architecture: all Size: 8472 SHA256: 036f7556393f02e1487a7d58daead434e4090b6baf545fd9a6306f8003aafc12 SHA1: 973cba87db4ed2f69e59e18dbcec2a2b63023e7e MD5sum: 873e2a02224cdd481ba133944981b33f Description: Golang implementation of Radix trees Provides the radix package that implements a radix tree. The package only provides a single Tree implementation, optimized for sparse nodes. . As a radix tree, it provides the following: . - O(k) operations. In many cases, this can be faster than a hash table since the hash function is an O(k) operation, and hash tables have very poor cache locality. - Minimum / Maximum value lookups - Ordered iteration . For an immutable variant, see go-immutable-radix. . This package contains the source. Multi-Arch: foreign Homepage: https://github.com/armon/go-radix Section: golang Priority: optional Filename: pool/main/g/golang-github-armon-go-radix/golang-github-armon-go-radix-dev_1.0.0+git20221118.54df44f-1~bpo12+1_all.deb Package: golang-github-aws-aws-sdk-go-v2-dev Source: golang-github-aws-aws-sdk-go-v2 Version: 1.24.1-2~bpo12+1 Installed-Size: 350570 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-aws-smithy-go-dev (>= 1.19.0), golang-github-google-go-cmp-dev, golang-github-jmespath-go-jmespath-dev, golang-golang-x-net-dev Size: 14513960 SHA256: e2df0c0ce79cd17133a8d0c8742ff31d217655021c39724b144a13681ceb4f91 SHA1: 211a4c2d2e290c3d2d896be6d6b64df595c1738f MD5sum: fb4c26694635d163f2af46ffa71e7b5c Description: AWS SDK for the Go programming language (library) aws-sdk-go-v2 is a replacement for the original AWS SDK for Go, currently packaged as golang-github-aws-aws-sdk-go. Version 2 uses a more modular interface, consistent with current Go packaging idioms. Multi-Arch: foreign Homepage: https://github.com/aws/aws-sdk-go-v2 Section: golang Priority: optional Filename: pool/main/g/golang-github-aws-aws-sdk-go-v2/golang-github-aws-aws-sdk-go-v2-dev_1.24.1-2~bpo12+1_all.deb Package: golang-github-aws-smithy-go-dev Source: golang-github-aws-smithy-go Version: 1.19.0-1~bpo12+1 Installed-Size: 718 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-google-go-cmp-dev (>= 0.5.8) Size: 110436 SHA256: ae862fca4cfc458ca5a5053a867aa3255971b3e6bd9d7b2180f3a8d48fc81c98 SHA1: b60ffe9edfea1a5c14d8b6de8f4f86c727f25604 MD5sum: d9fac50d146c3709758109960f844084 Description: Smithy code generators for Go (library) This package provides Smithy code generator for go. . Smithy is a language for defining services and SDKs. It is designed to work with any programming language, describe services running in any environment, and work with any kind of transport or serialization format. It is extended through traits. Its models are defined by resources and operations. Multi-Arch: foreign Homepage: https://github.com/aws/smithy-go Section: golang Priority: optional Filename: pool/main/g/golang-github-aws-smithy-go/golang-github-aws-smithy-go-dev_1.19.0-1~bpo12+1_all.deb Package: golang-github-beevik-etree-dev Source: golang-github-beevik-etree Version: 1.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: amd64 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: e76964e79968a4b1f6514f9e8fbcd716fae758745593eec98fac31217f3fd05a SHA1: ab2d062700a6fe16816959f4f330771428e27c93 MD5sum: 0307b0a5394eff84b301534757678ec1 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_amd64.deb Package: golang-github-gorilla-csrf-dev Source: golang-github-gorilla-csrf Version: 1.7.2-1~bpo12+1 Installed-Size: 118 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-gorilla-securecookie-dev (>= 1.1.2) Size: 24740 SHA256: ac2276515458d937c4462a6f89c7bc2c7ba950307cab79f366a2edc557cb4dc7 SHA1: 16d00910c71f640a1eb299cb74437b6fc0201cb4 MD5sum: 3f8c7cee3974713037979d2ae9d9983b Description: Cross Site Request Forgery (CSRF) prevention middleware for Go gorilla/csrf is a HTTP middleware library that provides cross-site request forgery (CSRF) protection. It includes: . * The csrf.Protect middleware/handler provides CSRF protection on routes attached to a router or a sub-router. * A csrf.Token function that provides the token to pass into your response, whether that be a HTML form or a JSON response body. * ... and a csrf.TemplateField helper that you can pass into your html/template templates to replace a {{ .csrfField }} template tag with a hidden input field. . gorilla/csrf is designed to work with any Go web framework, including: . * The Gorilla toolkit * Go's built-in net/http package * Goji - see the tailored fork https://github.com/goji/csrf * Gin * Echo * ... and any other router/framework that rallies around Go's http.Handler interface. . gorilla/csrf is also compatible with middleware 'helper' libraries like Alice and Negroni. Multi-Arch: foreign Homepage: https://github.com/gorilla/csrf Section: golang Priority: optional Filename: pool/main/g/golang-github-gorilla-csrf/golang-github-gorilla-csrf-dev_1.7.2-1~bpo12+1_all.deb Package: golang-github-gorilla-handlers-dev Source: golang-github-gorilla-handlers Version: 1.5.2-1~bpo12+1 Installed-Size: 103 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-felixge-httpsnoop-dev (>= 1.0.3) Size: 20916 SHA256: de7ce2403d7f6adac628bcf41e3c67d55ecff529f724bc50cbb290d03a5579d7 SHA1: 96a28fe9a9fe952aa1d55953c56528866626db67 MD5sum: b8d9ecea9969af56f049c232ad2c1077 Description: collection of useful handlers for Go's net/http package Package handlers is a collection of handlers (aka "HTTP middleware") for use with Go's net/http package (or any framework supporting http.Handler), including: . • LoggingHandler for logging HTTP requests in the Apache Common Log Format (http://httpd.apache.org/docs/2.2/logs.html#common). • CombinedLoggingHandler for logging HTTP requests in the Apache Combined Log Format (http://httpd.apache.org/docs/2.2/logs.html#combined) commonly used by both Apache and nginx. • CompressHandler for gzipping responses. • ContentTypeHandler for validating requests against a list of accepted content types. • MethodHandler for matching HTTP methods against handlers in a map[string]http.Handler • ProxyHeaders for populating r.RemoteAddr and r.URL.Scheme based on the X-Forwarded-For, X-Real-IP, X-Forwarded-Proto and RFC7239 Forwarded headers when running a Go server behind a HTTP reverse proxy. • CanonicalHost for re-directing to the preferred host when handling multiple domains (i.e. multiple CNAME aliases). . Other handlers are documented on the Gorilla website (http://www.gorillatoolkit.org/pkg/handlers). Multi-Arch: foreign Homepage: https://github.com/gorilla/handlers Section: golang Priority: optional Filename: pool/main/g/golang-github-gorilla-handlers/golang-github-gorilla-handlers-dev_1.5.2-1~bpo12+1_all.deb Package: golang-github-gorilla-mux-dev Source: golang-github-gorilla-mux Version: 1.8.1-1~bpo12+1 Installed-Size: 235 Maintainer: Debian Go Packaging Team Architecture: all Size: 46636 SHA256: 654fc504b41193d00615f43ede414315fbb09d9fdf1505ace8b5338e4d06e7dc SHA1: ee1730e5644dd7b4638b405c12d7d88cad92bca8 MD5sum: 743e05963027aa6d4c7fecb3cc4f1859 Description: powerful URL router and dispatcher for golang Package gorilla/mux implements a request router and dispatcher. . The name mux stands for "HTTP request multiplexer". Like the standard http.ServeMux, mux.Router matches incoming requests against a list of registered routes and calls a handler for the route that matches the URL or other conditions. The main features are: . * Requests can be matched based on URL host, path, path prefix, schemes, header and query values, HTTP methods or using custom matchers. * URL hosts and paths can have variables with an optional regular expression. * Registered URLs can be built, or "reversed", which helps maintaining references to resources. * Routes can be used as subrouters: nested routes are only tested if the parent route matches. This is useful to define groups of routes that share common conditions like a host, a path prefix or other repeated attributes. As a bonus, this optimizes request matching. * It implements the http.Handler interface so it is compatible with the standard http.ServeMux. Multi-Arch: foreign Homepage: https://github.com/gorilla/mux Section: golang Priority: optional Filename: pool/main/g/golang-github-gorilla-mux/golang-github-gorilla-mux-dev_1.8.1-1~bpo12+1_all.deb Package: golang-github-gorilla-securecookie-dev Source: golang-github-gorilla-securecookie Version: 1.1.2-1~bpo12+1 Installed-Size: 54 Maintainer: Debian Go Packaging Team Architecture: all Size: 13972 SHA256: 9d65b4ed35869ffe3a84cc306fcecd0386eb4b436bf13f9b504c9fced0aef622 SHA1: 09a24cad368baa65b2843c96a26988e923f3ca13 MD5sum: 0260d58b5420cfb2842d7b524ed45dd3 Description: provides authenticated and encrypted cookie values This package provides methods for encoding and decoding authenticated cookie values for Go web applications. These values optionally be encrypted. . Secure cookies are protected from forgery because their values are validated using HMAC. When encrypted, the content is also kept private. . It is still recommended that sensitive data not be stored in cookies, and that HTTPS be used to prevent cookie replay attacks. Multi-Arch: foreign Homepage: https://github.com/gorilla/securecookie Section: golang Priority: optional Filename: pool/main/g/golang-github-gorilla-securecookie/golang-github-gorilla-securecookie-dev_1.1.2-1~bpo12+1_all.deb Package: golang-github-hashicorp-golang-lru-v2-dev Source: golang-github-hashicorp-golang-lru-v2 Version: 2.0.7-2~bpo12+1 Installed-Size: 123 Maintainer: Debian Go Packaging Team Architecture: all Size: 20816 SHA256: 2116bcfd36f25feffe4830f48d1e9fbc6e53dcdd172281f0b1ab86423d6f0397 SHA1: 5755dc468fc9bd22623deb177a68f9ae735bb1f2 MD5sum: 4d6ae3815ade8f8669d55e75c76715e3 Description: Golang LRU cache (v2 with support for generics) This provides the lru package which implements a fixed-size thread safe LRU cache. It is based on the cache in Groupcache. v2 adds support for generics. . This package contains the source. Multi-Arch: foreign Homepage: https://github.com/hashicorp/golang-lru Section: golang Priority: optional Filename: pool/main/g/golang-github-hashicorp-golang-lru-v2/golang-github-hashicorp-golang-lru-v2-dev_2.0.7-2~bpo12+1_all.deb Package: golang-github-hjson-hjson-go-dev Source: hjson-go Version: 4.4.0-1~bpo12+1 Installed-Size: 164 Maintainer: Debian Go Packaging Team Architecture: all Size: 35260 SHA256: 5d0190f7aa4d514b94158b27e46a250756d5f962097236fc1eaeef1078d319ab SHA1: 88965ebb9117bf95bfce34ec56dfdc4649e91956 MD5sum: 20be362ca9b7ce7d995f8054e52f8e1b Description: Hjson for Go (library) HJSON is a derivative of JSON designed to be more easily editable by humans. This package provides the Go library for manipulating HJSON. Multi-Arch: foreign Homepage: https://github.com/hjson/hjson-go Section: golang Priority: optional Filename: pool/main/h/hjson-go/golang-github-hjson-hjson-go-dev_4.4.0-1~bpo12+1_all.deb Package: golang-github-jarcoal-httpmock-dev Source: golang-github-jarcoal-httpmock Version: 1.3.1-1~bpo12+1 Installed-Size: 209 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-maxatome-go-testdeep-dev Size: 35668 SHA256: 3a5c94eb34998a9185ea447b3a73e6701c7802af831047a443927c1a702387fb SHA1: f9e5b91d89929297d8f5ef6cda01543aa4a68a57 MD5sum: f074ac7d6597c85e1172127f28ed51a2 Description: HTTP mocking for Golang This package contains software for easy mocking of http responses from external resources. . Activate starts the mock environment. This should be called before your tests run. Under the hood this replaces the Transport on the http.DefaultClient with DefaultTransport. Multi-Arch: foreign Homepage: https://github.com/jarcoal/httpmock Section: golang Priority: optional Filename: pool/main/g/golang-github-jarcoal-httpmock/golang-github-jarcoal-httpmock-dev_1.3.1-1~bpo12+1_all.deb Package: golang-github-jellydator-ttlcache-dev Source: golang-github-jellydator-ttlcache Version: 3.0.1-2~bpo12+1 Installed-Size: 85 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-stretchr-testify-dev, golang-golang-x-sync-dev, golang-uber-goleak-dev Size: 17700 SHA256: f78392c7f56266a83e7fab0481b619e030f6983b514c50886c5e2fbcf5c2ddca SHA1: 9a7f0006cf898ef65a67e8aa31be2b18db5d698c MD5sum: c15ebda0794f66dad6506088b0b6eb61 Description: In-memory cache with item expiration and generics (library) This golang library is used by projects such as cosign internally. Most users do not need to install this package. Multi-Arch: foreign Homepage: https://github.com/jellydator/ttlcache Section: golang Priority: optional Filename: pool/main/g/golang-github-jellydator-ttlcache/golang-github-jellydator-ttlcache-dev_3.0.1-2~bpo12+1_all.deb Package: golang-github-jeremija-gosubmit-dev Source: golang-github-jeremija-gosubmit Version: 0.2.8-1~bpo12+1 Installed-Size: 75 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-golang-x-net-dev Size: 14020 SHA256: 1f311e8463ecc6db7c8a4b6f586cc43b1ea4b28d2b7ac49f73c96a15883d2b10 SHA1: 8943cb102ccd59ccec2d623560974c59e25de75b MD5sum: a125d23c1a2b55c9e2e43e1449b718e0 Description: Library for parsing and submitting HTML forms Helps filling out plain html forms during testing. Will automatically take the existing values from the form so there is no need to manually set things like csrf tokens. Alerts about missing required fields, or when pattern validation does not match. See example_test.go for a full example. Multi-Arch: foreign Homepage: https://github.com/jeremija/gosubmit Section: golang Priority: optional Filename: pool/main/g/golang-github-jeremija-gosubmit/golang-github-jeremija-gosubmit-dev_0.2.8-1~bpo12+1_all.deb Package: golang-github-klauspost-compress-dev Source: golang-github-klauspost-compress Version: 1.17.9+ds1-1~bpo12+1 Installed-Size: 44744 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-cespare-xxhash-dev (>= 2.1.0~) Size: 33005656 SHA256: 97b248c4b1ce461b04ca445a61e06f83abf5cf1f9a80e0031c4eb279f860f4af SHA1: e321c62d8a18940c511d0d8f8d9d433dd684d9c0 MD5sum: 272257364e7fcb6e344b70c5a2ca2f17 Description: optimized compression packages This package is based on an optimized Deflate function, which is used by gzip/zip/zlib packages. It offers slightly better compression at lower compression settings, and up to 3x faster encoding at highest compression level. Multi-Arch: foreign Homepage: https://github.com/klauspost/compress Section: golang Priority: optional Filename: pool/main/g/golang-github-klauspost-compress/golang-github-klauspost-compress-dev_1.17.9+ds1-1~bpo12+1_all.deb Package: golang-github-lucas-clemente-quic-go-dev Source: golang-github-lucas-clemente-quic-go Version: 0.46.0-2~bpo12+1 Installed-Size: 3323 Maintainer: Debian Go Packaging Team Architecture: all Provides: golang-github-quic-go-quic-go-dev (= 0.46.0-2~bpo12+1) Depends: golang-github-francoispqt-gojay-dev, golang-github-prometheus-client-golang-dev, golang-github-quic-go-qpack-dev, golang-golang-x-crypto-dev, golang-golang-x-exp-dev, golang-golang-x-net-dev, golang-golang-x-sync-dev, golang-golang-x-sys-dev (>= 0.13.0) Breaks: caddy (<< 2.6.2-8~), golang-github-syncthing-syncthing-dev (<< 1.27.7~ds1-1~), golang-v2ray-core-dev (<< 4.34.0+ds-3~) Size: 412224 SHA256: 7db2417bfc97dca3a67c7462057527befcba1c2acb5826e1791ad201327d78c7 SHA1: 38f0efbfa3140b81e4d759057c7527cbacca5001 MD5sum: 2074b4e928360d0db1af46fe43d10c0d Description: QUIC golang library quic-go is an implementation of the QUIC (https://en.wikipedia.org/wiki/QUIC) protocol in Go. It roughly implements the IETF QUIC draft (https://github.com/quicwg/base-drafts), although it doesn't fully support any of the draft versions at the moment. Version compatibility Since quic-go is under active development, there's no guarantee that two builds of different commits are interoperable. The QUIC version used in the master branch is just a placeholder, and should not be considered stable. Multi-Arch: foreign Homepage: https://github.com/quic-go/quic-go Section: golang Priority: optional Filename: pool/main/g/golang-github-lucas-clemente-quic-go/golang-github-lucas-clemente-quic-go-dev_0.46.0-2~bpo12+1_all.deb Package: golang-github-lxc-incus-dev Source: incus Version: 6.0.3-1~bpo12+1 Installed-Size: 12014 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: 1569156 SHA256: 07eecfb2be33ffcdf6749393f48f4e0c6ae8f24e70228ec0b6267f56337ab565 SHA1: aa7039c99fcd221974194aa511eb13a5a7a1c3a9 MD5sum: 86f1d98e56a233c79f6fd061ca2a4bff 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.3-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.9-1~bpo12+1 Installed-Size: 110 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: 24036 SHA256: 60fff9e092c842323ad0ae5bb6eeb0df6ca05b1ce7f02c7ff085921b11a2f7c6 SHA1: e3ed68e921ad43ae94dc51502932e7149cd227d7 MD5sum: c751ad3c85e522f58e73fa5c67dfb798 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.9-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.70-1~bpo12+1 Installed-Size: 792 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-procfs-dev, golang-github-prometheus-prom2json-dev, golang-github-safchain-ethtool-dev, golang-github-secure-io-sio-go-dev, golang-github-shirou-gopsutil-dev (>= 4.0~), golang-github-tinylib-msgp-dev (>= 1.1.8), golang-golang-x-crypto-dev, golang-golang-x-net-dev Size: 120208 SHA256: 3f155f8edf563eda28acf93e062767aceb2489f9b0219e91b5927861e174b9f4 SHA1: 447d8c305eb6629aa33cb0d927b60364250df1c2 MD5sum: 7799cfe90807ed5772c6aee02ab1a984 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.70-1~bpo12+1_all.deb Package: golang-github-minio-minio-go-v7-dev Source: golang-github-minio-minio-go-v7 Version: 7.0.82-1~bpo12+1 Installed-Size: 1564 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: 190636 SHA256: 1d347d917aa1739641ff8ed9f1e1fc2bdbf96a55c9a15a965e576b7614a7da2a SHA1: 3bd3d1182d55b924e2f9374a8214202358adcc9a MD5sum: 5bdc57419023c1a1056d9ee706e4f628 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.82-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: 4.24.9-2~bpo12+1 Installed-Size: 1015 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-stretchr-testify-dev, golang-github-tklauser-go-sysconf-dev, golang-golang-x-sys-dev (>= 0.0~git20180510~) Breaks: golang-github-minio-madmin-go (<< 3.0.63-2~) Size: 147128 SHA256: d8ace01274142b75424937006105de69729e7b71dafdf8ce01feca152d638c8a SHA1: f2585ee974e8ff18e280ac9b7aef6a8c4f13a6ab MD5sum: 2ce472bc48e68b986ef26fcf38b35644 Description: Go package implementing psutils The gopsutil package provides a library which psutil (http://pythonhosted.org/psutil/) functions. Most of the features are implemented. Please refer to web site of the project about implementation list. Multi-Arch: foreign Homepage: https://github.com/shirou/gopsutil Section: golang Priority: optional Filename: pool/main/g/golang-github-shirou-gopsutil/golang-github-shirou-gopsutil-dev_4.24.9-2~bpo12+1_all.deb Package: golang-github-sigstore-sigstore-dev Source: golang-github-sigstore-sigstore Version: 1.4.0-2~bpo12+1 Installed-Size: 834 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-azure-azure-sdk-for-go-dev, golang-github-azure-go-autorest-dev, golang-github-aws-aws-sdk-go-v2-dev, golang-github-coreos-go-oidc-dev, golang-github-go-test-deep-dev, golang-github-google-go-cmp-dev, golang-github-google-go-containerregistry-dev, golang-github-coreos-go-oidc-v3-dev, golang-github-jellydator-ttlcache-dev, golang-github-mitchellh-go-homedir-dev, golang-github-pkg-browser-dev, golang-github-secure-systems-lab-go-securesystemslib-dev, golang-github-segmentio-ksuid-dev, golang-github-skratchdot-open-golang-dev, golang-github-stretchr-testify-dev, golang-github-theupdateframework-go-tuf-dev, golang-golang-x-crypto-dev, golang-golang-x-oauth2-dev, golang-golang-x-term-dev, golang-google-api-dev, golang-google-genproto-dev, golang-google-protobuf-dev, golang-gopkg-square-go-jose.v2-dev Size: 164368 SHA256: 29587c80cb0f145481d6cfea830af95f8c33fc5e56081345a695a8d0a2857ba7 SHA1: df99b753856048bb05bab162381a56da88cfa640 MD5sum: a46f9bd4c355554f066e0b23440f1c76 Description: Common go library shared across sigstore services and clients (library) sigstore/sigstore is a generic library / framework that is utilized by various other clients and projects including fulcio (webPKI), cosign (container and OCI signing tool) and tektoncd/chains (Supply Chain Security in Tekton Pipelines). Multi-Arch: foreign Homepage: https://github.com/sigstore/sigstore Section: golang Priority: optional Filename: pool/main/g/golang-github-sigstore-sigstore/golang-github-sigstore-sigstore-dev_1.4.0-2~bpo12+1_all.deb Package: golang-github-stefanberger-go-pkcs11uri-dev Source: golang-github-stefanberger-go-pkcs11uri Version: 0.0~git20201008.78d3cae-2~bpo12+1 Installed-Size: 39 Maintainer: Debian Go Packaging Team Architecture: all Size: 8064 SHA256: beeabe5b574086a020f0a790a40ae3a9efcd20164faa241f4d2d9aac07905436 SHA1: a662fd4957cd6198c422a22a6c5c4b45a22e6f45 MD5sum: 32fb3a80c7859c7b9cbdca3174bcec11 Description: Golang pkcs11 URI library (library) Implements RFC 7512 and its errata. Multi-Arch: foreign Homepage: https://github.com/stefanberger/go-pkcs11uri Section: golang Priority: optional Filename: pool/main/g/golang-github-stefanberger-go-pkcs11uri/golang-github-stefanberger-go-pkcs11uri-dev_0.0~git20201008.78d3cae-2~bpo12+1_all.deb Package: golang-github-theupdateframework-go-tuf-dev Source: golang-github-theupdateframework-go-tuf Version: 0.5.2-5~bpo12+1 Installed-Size: 3958 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-dustin-go-humanize-dev, golang-github-docopt-docopt-go-dev, golang-github-golang-leveldb-dev, golang-github-google-gofuzz-dev, golang-github-secure-systems-lab-go-securesystemslib-dev, golang-github-stretchr-testify-dev, golang-github-syndtr-goleveldb-dev, golang-golang-x-crypto-dev, golang-golang-x-term-dev, golang-gopkg-check.v1-dev Size: 157484 SHA256: ce198ea0dfeb57a4235eb7aa23e260756778d43a1ba6afa0323a995f565775eb SHA1: aaea10e3bcbd043876c9aabbe04edf931ec32698 MD5sum: 148eeb33944b3715d2977e4082f6be4b Description: Securing software in golang (library) The Update Framework (TUF) helps developers maintain the security of software update systems, providing protection even against attackers that compromise the repository or signing keys. TUF provides a flexible framework and specification that developers can adopt into any software update system. Multi-Arch: foreign Homepage: https://github.com/theupdateframework/go-tuf Section: golang Priority: optional Filename: pool/main/g/golang-github-theupdateframework-go-tuf/golang-github-theupdateframework-go-tuf-dev_0.5.2-5~bpo12+1_all.deb Package: golang-github-tidwall-sjson-dev Source: golang-github-tidwall-sjson Version: 1.2.5-2~bpo12+1 Installed-Size: 45 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-tidwall-gjson-dev, golang-github-tidwall-pretty-dev Size: 9692 SHA256: 044d3dbb5ece58ccc9d6a7cc7c30452ad5d6ac325d9d360000d389205c8d75ee SHA1: 6a13c7bf8377a8f17b005cb4453c96cb3d234072 MD5sum: 14d31ac9a67a7e90e67a8127735dd4b1 Description: Set JSON values very quickly in Go (library) SJSON is a Go package that provides a very fast and simple way to set a value in a json document. Multi-Arch: foreign Homepage: https://github.com/tidwall/sjson Section: golang Priority: optional Filename: pool/main/g/golang-github-tidwall-sjson/golang-github-tidwall-sjson-dev_1.2.5-2~bpo12+1_all.deb Package: golang-github-tinylib-msgp-dev Source: golang-github-tinylib-msgp Version: 1.2.0-1~bpo12+1 Installed-Size: 1589 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-philhofer-fwd-dev, golang-golang-x-tools-dev Size: 129524 SHA256: 9bb6aebd86920fffb3e001d5159a765ff947e6cc760aecc4f64fe085cc7c7bb2 SHA1: c7bac0f0f084a0629b38c7e2b076af5d837543ab MD5sum: d3dcde367bf5c1d4aa9e510af2ef408e Description: Go code generator for MessagePack (source) This is a code generation tool and serialization library for MessagePack. It is targeted at the go generate tool. You can read more about MessagePack in the wiki, or at msgpack.org. . Why? . * Use Go as your schema language * Speeeeeed (400MB/s on modern hardware) * JSON interop * User-defined extensions * Type safety * Encoding flexibility . This package contains the source. Multi-Arch: foreign Homepage: https://github.com/tinylib/msgp Section: golang Priority: optional Filename: pool/main/g/golang-github-tinylib-msgp/golang-github-tinylib-msgp-dev_1.2.0-1~bpo12+1_all.deb Package: golang-github-tonistiigi-fsutil-dev Source: golang-github-tonistiigi-fsutil Version: 0.0~git20240424.91a3fc4-1~bpo12+1 Installed-Size: 294 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-containerd-continuity-dev, golang-github-moby-patternmatcher-dev, golang-github-opencontainers-go-digest-dev, golang-github-pkg-errors-dev, golang-github-gogo-protobuf-dev, golang-golang-x-sync-dev, golang-golang-x-sys-dev Size: 48932 SHA256: b80a2267fd9b633f852b19f6da6cffb5be787844f4303f31c8218e72d9223604 SHA1: fff71c83c04f5624caca7b5dd6fdf1747330efa7 MD5sum: 5937cf43024a407444b106238efd8810 Description: Incremental file directory sync tools (library) Incremental file directory sync tools in golang. Homepage: https://github.com/tonistiigi/fsutil Section: devel Priority: optional Filename: pool/main/g/golang-github-tonistiigi-fsutil/golang-github-tonistiigi-fsutil-dev_0.0~git20240424.91a3fc4-1~bpo12+1_all.deb Package: golang-github-vbauerster-mpb-dev Source: golang-github-vbauerster-mpb Version: 8.6.1-3~bpo12+1 Installed-Size: 221 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-acarl005-stripansi-dev, golang-github-mattn-go-isatty-dev, golang-github-mattn-go-runewidth-dev, golang-github-rivo-uniseg-dev, golang-github-vividcortex-ewma-dev Breaks: golang-github-containers-image (<< 5.25) Size: 36568 SHA256: 157757e7442fe651372c70c3acf7357e8ff0f344f62c73aa72362026793aad64 SHA1: 4f40459b3f7722d45a9a2f1f558d8824f462786c MD5sum: 52da4fd13001b2d415d3322ac3584254 Description: multi progress bar for Go cli applications mpb is a golang library for rendering progress bars in terminal applications. Homepage: https://github.com/vbauerster/mpb Section: devel Priority: optional Filename: pool/main/g/golang-github-vbauerster-mpb/golang-github-vbauerster-mpb-dev_8.6.1-3~bpo12+1_all.deb Package: golang-github-vishvananda-netlink-dev Source: golang-github-vishvananda-netlink Version: 1.3.0-2~bpo12+1 Installed-Size: 1204 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-vishvananda-netns-dev, golang-golang-x-sys-dev Size: 179888 SHA256: 00262f5d451e0f20e4a194519cb52be87ae2f3b178f358d126babba3a16c4730 SHA1: 002a981fabe228e439f1655bcef5a3c430de5062 MD5sum: 5fc3f2105a67d1182db66e6170853c5e Description: netlink library for go The netlink package provides a simple netlink library for go. Netlink is the interface a user-space program in Linux uses to communicate with the kernel. It can be used to add and remove interfaces, set ip addresses and routes, and configure ipsec. Netlink communication requires elevated privileges, so in most cases this code needs to be run as root. Since low-level netlink messages are inscrutable at best, the library attempts to provide an API that is loosely modeled on the CLI provied by iproute2. Actions like ip link add will be accomplished via a similarly named function like AddLink(). This library began its life as a fork of the netlink functionality in docker/libcontainer but was heavily rewritten to improve testability, performance, and to add new functionality like ipsec xfrm handling. . This package contains the source. Multi-Arch: foreign Homepage: https://github.com/vishvananda/netlink Section: golang Priority: optional Filename: pool/main/g/golang-github-vishvananda-netlink/golang-github-vishvananda-netlink-dev_1.3.0-2~bpo12+1_all.deb Package: golang-github-willf-bloom-dev Source: golang-github-willf-bloom Version: 3.7.0-1~bpo12+1 Installed-Size: 58 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-bits-and-blooms-bitset-dev Size: 13036 SHA256: 8da6ebb01c216116e7e049eb20d107fa1ee508df3bd57594ed9bdeb24e3b1f80 SHA1: 2005cdf683c6adcdbfc43d3aba63c6ef5d087364 MD5sum: c48f3530e962f6e1eae2871a99448830 Description: Go package implementing Bloom filters A Bloom filter is a representation of a set of n items, where the main requirement is to make membership queries; i.e., whether an item is a member of a set. . A Bloom filter has two parameters: m, a maximum size (typically a reasonably large multiple of the cardinality of the set to represent) and k, the number of hashing functions on elements of the set. (The actual hashing functions are important, too, but this is not a parameter for this implementation). A Bloom filter is backed by a BitSet (https://github.com/willf/bitset); a key is represented in the filter by setting the bits at each value of the hashing functions (modulo m). Set membership is done by testing whether the bits at each value of the hashing functions (again, modulo m) are set. If so, the item is in the set. If the item is actually in the set, a Bloom filter will never fail (the true positive rate is 1.0); but it is susceptible to false positives. The art is to choose k and m correctly. . In this implementation, the hashing functions used is murmurhash (github.com/spaolacci/murmur3), a non-cryptographic hashing function. Homepage: https://github.com/willf/bloom Section: golang Priority: optional Filename: pool/main/g/golang-github-willf-bloom/golang-github-willf-bloom-dev_3.7.0-1~bpo12+1_all.deb Package: golang-github-wlynxg-anet-dev Source: golang-github-wlynxg-anet Version: 0.0.5-2~bpo12+1 Installed-Size: 38 Maintainer: Debian Go Packaging Team Architecture: all Size: 7684 SHA256: cdf552c8d242bac626f492998648bbd2bff0e7fae4e17bf711c6f1f0a769cabd SHA1: 0fc5849920672f88d344d3d7f1c7a7829216654c MD5sum: 4e73046e18f8f39475cbd3a375be0fd0 Description: Network abstraction layer supporting Android and Linux Due to some platform differences, certain Go code requires different methods of using NETLINK sockets on Android vs. other platforms. This library is an abstraction that allows Go programs to work with both. Multi-Arch: foreign Homepage: https://github.com/wlynxg/anet Section: golang Priority: optional Filename: pool/main/g/golang-github-wlynxg-anet/golang-github-wlynxg-anet-dev_0.0.5-2~bpo12+1_all.deb Package: golang-github-xanzy-go-gitlab-dev Source: golang-github-xanzy-go-gitlab Version: 0.90.0-1~bpo12+1 Installed-Size: 2883 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-google-go-querystring-dev (>= 1.1.0), golang-github-hashicorp-go-cleanhttp-dev (>= 0.5.2), golang-github-hashicorp-go-retryablehttp-dev (>= 0.7.1), golang-github-stretchr-testify-dev (>= 1.8.0), golang-golang-x-oauth2-dev (>= 0.0~git20220722.d3ed0bb), golang-golang-x-time-dev (>= 0.0~git20220722.e5dcc9c) Size: 243572 SHA256: d57f3b1bda7cf9327a3710d74865ae5bace76735ffb9702e60941516bb0bbe86 SHA1: 45efcc115680e77d4f1591def5e30b91877bb633 MD5sum: 351aebe0f88e82289308f1a98b6f9431 Description: Simple and uniform GitLab API for Go This package provides a GitLab API that enables Go programs to interact with GitLab in a simple and uniform way. It covers most of the existing Gitlab API calls and is updated regularly to add new or missing endpoints. . For complete usage of go-gitlab, see the package docs. Multi-Arch: foreign Homepage: https://github.com/xanzy/go-gitlab Section: golang Priority: optional Filename: pool/main/g/golang-github-xanzy-go-gitlab/golang-github-xanzy-go-gitlab-dev_0.90.0-1~bpo12+1_all.deb Package: golang-github-yggdrasil-network-yggdrasil-go-dev Source: yggdrasil Version: 0.5.12-1~bpo12+1 Installed-Size: 313 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-arceliar-ironwood-dev (>= 0.0~git20241213.743fe2f), golang-github-arceliar-phony-dev (>= 0.0~git20220903), golang-github-gologme-log-dev (>= 1.3.0), golang-github-hashicorp-go-syslog-dev (>= 1.0.0), golang-github-hjson-hjson-go-dev (>= 4.4.0), golang-github-vishvananda-netlink-dev (>= 1.3.0), golang-golang-x-crypto-dev (>= 0.25.0), golang-golang-x-net-dev (>= 0.27.0), golang-golang-x-sys-dev (>= 0.21.0), golang-github-cheggaaa-pb.v3-dev (>= 3.1.5), golang-golang-x-text-dev (>= 0.16.0), golang-golang.zx2c4-wireguard-dev (>= 0.0.20231211), golang-github-kardianos-minwinsvc-dev, golang-github-lucas-clemente-quic-go-dev (>= 0.46.0), golang-github-olekukonko-tablewriter-dev (>= 0.0.5), golang-nhooyr-websocket-dev (>= 1.8.12) Size: 80080 SHA256: 4868070a428aa822cb9315dd46a20bd8f7c41fd816c707ff356f66b61624f232 SHA1: 2675bbed8bb0b5bdcf0a493214473b9c7700362c MD5sum: e2b3c8a0c2ed62683a02e809bd9e73e9 Description: Fully encrypted global-scale mesh network (library) Yggdrasil is an early-stage implementation of a fully end-to-end encrypted IPv6 network. It is lightweight, self-arranging, supported on multiple platforms and allows pretty much any IPv6-capable application to communicate securely with other Yggdrasil nodes. Yggdrasil does not require you to have IPv6 Internet connectivity - it also works over IPv4. . This package contains the libary for use in other Go programs. Multi-Arch: foreign Homepage: https://github.com/yggdrasil-network/yggdrasil-go Section: golang Priority: optional Filename: pool/main/y/yggdrasil/golang-github-yggdrasil-network-yggdrasil-go-dev_0.5.12-1~bpo12+1_all.deb Package: golang-github-zalando-go-keyring-dev Source: golang-github-zalando-go-keyring Version: 0.2.2-1~bpo12+2 Installed-Size: 46 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-dbus-dev Size: 9260 SHA256: d519397e7758de609eb5e2f9fd64c39d61f64989b1ff8107dfb5779ef38b40bc SHA1: ddf8d159bd49b8637680bdcdd6093e129fd0c6f4 MD5sum: c7eb1240e40851d11acf489191e4834f Description: Cross-platform keyring interface for Go (library) An OS-agnostic library for setting, getting and deleting secrets from the system keyring. It supports OS X, Linux/BSD (Secret Service D-Bus interface) and Windows. Multi-Arch: foreign Homepage: https://github.com/zalando/go-keyring Section: golang Priority: optional Filename: pool/main/g/golang-github-zalando-go-keyring/golang-github-zalando-go-keyring-dev_0.2.2-1~bpo12+2_all.deb Package: golang-github-zitadel-logging-dev Source: golang-github-zitadel-logging Version: 0.6.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.33.1-1~bpo12+1 Installed-Size: 973 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: 139716 SHA256: 6d1967c129a4f476deeafce5cb94e47bd6994126f30c51055d6bc72fb7a434e6 SHA1: bbbdd501cd379b6f8b4f26be84f33118cc99cba0 MD5sum: da6eb3eb17e956c6316779bc214b3b9c 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.33.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: amd64 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: 44304 SHA256: 97a52b240ce1e117cb0553561cc4a1d4b7cdab27ef3d44e0baff01909e06937e SHA1: c15dcfec2b63cb87363476b08f2bce009a57b076 MD5sum: 41b8cdef8897d2eab75eee570777f3a4 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_amd64.deb Package: golang-go.cypherpunks-recfile-dev Source: golang-go.cypherpunks-recfile Version: 2.0.0-1~bpo12+2 Installed-Size: 33 Maintainer: Debian Go Packaging Team Architecture: all Size: 5276 SHA256: 337ee5945d33c4e4960f81aae3bb464acd2bed95e6c3d6888b6dd9a6553bc88b SHA1: 61dd9989d4950e713f48cc7d9775fb25ade866cd MD5sum: 3bf908ae790b81bda9eb40604b89a63d Description: Pure Go implementation of GNU recutils/recfile databases GNU recutils (see package recutils) databases are human-editable, text-based databases called recfiles. This package provides a Go interface to working with recfiles. Multi-Arch: foreign Homepage: http://www.git.cypherpunks.ru/?p=gorecfile.git;a=summary Section: golang Priority: optional Filename: pool/main/g/golang-go.cypherpunks-recfile/golang-go.cypherpunks-recfile-dev_2.0.0-1~bpo12+2_all.deb Package: golang-golang-x-crypto-dev Source: golang-go.crypto Version: 1:0.25.0-1~bpo12+1 Installed-Size: 5998 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-golang-x-sys-dev (>= 0.22.0), golang-golang-x-term-dev (>= 0.22.0), golang-golang-x-text-dev (>= 0.16.0) Size: 1681180 SHA256: b0318e8f26797e5531d4d6159f5800995fc4e5e14c9fdbd5c69ab5e070c15e09 SHA1: aff0a7f5f2b93522739036fa122708fea66620ad MD5sum: e9fb228372f3a95de9fc9c579142097a Description: Supplementary Go cryptography libraries This package contains cryptographic algorithms and protocols not packaged in the main Go distribution, such as: . - blowfish - nacl - openpgp - otr - sha3 - ssh . and many others. Multi-Arch: foreign Homepage: https://golang.org/x/crypto Section: golang Priority: optional Filename: pool/main/g/golang-go.crypto/golang-golang-x-crypto-dev_0.25.0-1~bpo12+1_all.deb Package: golang-golang-x-exp-dev Source: golang-golang-x-exp Version: 0.0~git20230522.2e198f4-1~bpo12+1 Installed-Size: 545 Maintainer: Debian Go Packaging Team Architecture: all Size: 115168 SHA256: 775321854b7d7a9b9d05f333d72b069770c59bc850d293fce7bb3c7050295a10 SHA1: 0948b7f2f54ef27f96437bbdb9f31b9182b76614 MD5sum: e4ea5c92d9f81db23b8219a80c80f187 Description: experimental and deprecated packages This subrepository holds experimental and deprecated (in the "old" directory) packages. . The idea for this subrepository originated as the "pkg/exp" directory of the main repository, but its presence there made it unavailable to users of the binary downloads of the Go installation. The subrepository has therefore been created to make it possible to "go get" these packages. . Warning: Packages here are experimental and unreliable. Some may one day be promoted to the main repository or other subrepository, or they may be modified arbitrarily or even disappear altogether. . In short, code in this subrepository is not subject to the Go 1 compatibility promise. (No subrepo is, but the promise is even more likely to be violated by go.exp than the others.) . Caveat emptor. Multi-Arch: foreign Homepage: https://golang.org/x/exp Section: golang Priority: optional Filename: pool/main/g/golang-golang-x-exp/golang-golang-x-exp-dev_0.0~git20230522.2e198f4-1~bpo12+1_all.deb Package: golang-golang-x-oauth2-dev Source: golang-golang-x-oauth2 Version: 0.15.0-1~bpo12+1 Installed-Size: 234 Maintainer: Debian Go Packaging Team Architecture: all Size: 38112 SHA256: 584337d38d091806d66c365231977fae7a99d83372652fbb5332c9e7b2e39299 SHA1: df30c9c70573ae44aba4ad839451df1e04edc0dc MD5sum: ebf3d04cd81251d10e88e67eac71967b Description: make OAuth2 authorized and authenticated HTTP requests Package oauth2 provides support for making OAuth2 authorized and authenticated HTTP requests. It can additionally grant authorization with Bearer JWT. Multi-Arch: foreign Homepage: https://golang.org/x/oauth2 Section: golang Priority: optional Filename: pool/main/g/golang-golang-x-oauth2/golang-golang-x-oauth2-dev_0.15.0-1~bpo12+1_all.deb Package: golang-golang-x-oauth2-google-dev Source: golang-golang-x-oauth2 Version: 0.15.0-1~bpo12+1 Installed-Size: 284 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-golang-x-oauth2-dev (= 0.15.0-1~bpo12+1), golang-google-cloud-compute-metadata-dev (>= 0.56.0~) Suggests: golang-google-appengine-dev Size: 46056 SHA256: 726edc00ebb7ddfad8c642c499841eb8e364795ee27a60e0595e013653366b13 SHA1: 7f08c13ccee953ac4528649ad3ade4006cb4c80a MD5sum: 8895c1ce302a82ece47f814969762733 Description: Google APIs support for OAuth2 Package oauth2/google provides support for making OAuth2 authorized and authenticated HTTP requests against Google APIs. It can additionally grant authorization with Bearer JWT. Multi-Arch: foreign Homepage: https://golang.org/x/oauth2 Section: golang Priority: optional Filename: pool/main/g/golang-golang-x-oauth2/golang-golang-x-oauth2-google-dev_0.15.0-1~bpo12+1_all.deb Package: golang-golang-x-sys-dev Source: golang-golang-x-sys Version: 0.22.0-1~bpo12+1 Installed-Size: 7455 Maintainer: Debian Go Packaging Team Architecture: all Size: 430932 SHA256: 5e6de555c97b3932a6fe1e021b04f480475540217702ee00cdfcae1849d30016 SHA1: 701522b6393343c33dbd4de8f5b74f9588cc45ca MD5sum: 368716f9e7962fd14b2df560c0f041f3 Description: Low-level interaction with the operating system This repository holds supplemental Go packages for low-level interactions with the operating system. . The primary use of this package is inside other packages that provide a more portable interface to the system, such as "os", "time" and "net". Use those packages rather than this one if you can. Multi-Arch: foreign Homepage: https://golang.org/x/sys Section: golang Priority: optional Filename: pool/main/g/golang-golang-x-sys/golang-golang-x-sys-dev_0.22.0-1~bpo12+1_all.deb Package: golang-golang-x-term-dev Source: golang-golang-x-term Version: 0.22.0-1~bpo12+1 Installed-Size: 65 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-golang-x-sys-dev (>= 0.22.0) Size: 14920 SHA256: c1a8f099d42a9d29fb16cd28ae0588b988bd1d08117ed45bd099f6abca1f4e03 SHA1: bd479846fb9a89ae4c2070fc96d6add51d11026c MD5sum: cd90f70f3439deb8b30394562e9c0b9e Description: Go terminal and console support (library) This repository provides Go terminal and console support packages. Multi-Arch: foreign Homepage: https://golang.org/x/term Section: golang Priority: optional Filename: pool/main/g/golang-golang-x-term/golang-golang-x-term-dev_0.22.0-1~bpo12+1_all.deb Package: golang-golang-x-text-dev Source: golang-golang-x-text Version: 0.16.0-1~bpo12+1 Installed-Size: 40103 Maintainer: Debian Go Packaging Team Architecture: all Size: 4007148 SHA256: 461a66d59f930aea5d7548799818f4417c673f24bcdfe28afbd8c2fee3796286 SHA1: ef1856da912d790f828e90835bad4182e0f459d0 MD5sum: e071d6537346d843a028306e87fce182 Description: Supplementary Go text-related libraries golang.org/x/text is a repository of text-related packages, such as character encodings, text transformations, and locale-specific text handling. . - cases: Package cases provides general and language-specific case mappers. - cldr: Package cldr provides a parser for LDML and related XML formats. - collate: Package collate contains types for comparing and sorting Unicode strings according to a given collation order. - display: Package display provides display names for languages, scripts and regions in a requested language. - encoding: Package encoding defines an interface for character encodings, such as Shift JIS and Windows 1252, that can convert to and from UTF-8. - encoding/charmap: Package charmap provides simple character encodings such as IBM Code Page 437 and Windows 1252. - encoding/japanese: Package japanese provides Japanese encodings such as EUC-JP and Shift JIS. - encoding/korean: Package korean provides Korean encodings such as EUC-KR. - encoding/simplifiedchinese: Package simplifiedchinese provides Simplified Chinese encodings such as GBK. - encoding/traditionalchinese: Package traditionalchinese provides Traditional Chinese encodings such as Big5. - encoding/unicode: Package unicode provides Unicode encodings such as UTF-16. - internal/colltab: Package colltab contains functionality related to collation tables. - internal/gen: Package gen contains common code for the various code generation tools in the text repository. - internal/testtext: Package testtext contains test data that is of common use to the text repository. - internal/triegen: Package triegen implements a code generator for a trie for associating unsigned integer values with UTF-8 encoded runes. - internal/ucd: Package ucd provides a parser for Unicode Character Database files, the format of which is defined in http://www.unicode.org/reports/tr44/. - language: Package language implements BCP 47 language tags and related functionality. - runes: Package runes provide transforms for UTF-8 encoded text. - search: Package search provides language-specific search and string matching. - transform: Package transform provides reader and writer wrappers that transform the bytes passing through as well as various transformations. - unicode/norm: Package norm contains types and functions for normalizing Unicode strings. - unicode/rangetable: Package rangetable creates new unicode.RangeTables. - width: Package width provides functionality for handling different widths in text. Multi-Arch: foreign Homepage: https://golang.org/x/text Section: golang Priority: optional Filename: pool/main/g/golang-golang-x-text/golang-golang-x-text-dev_0.16.0-1~bpo12+1_all.deb Package: golang-golang.zx2c4-wireguard-dev Source: wireguard-go Version: 0.0.20231211-1~bpo12+1 Installed-Size: 481 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-golang-x-crypto-dev (>= 0.13.0), golang-golang-x-net-dev (>= 0.15.0), golang-golang-x-sys-dev (>= 0.12.0), golang-golang-x-time-dev, golang-gvisor-gvisor-dev (>= 0.0~20230927), golang-github-google-btree-dev (>= 1.0.1) Size: 88848 SHA256: 46c2d8954ff585441249a81aba00a4d00e047477b5677e1f3318fb1615cc0aa6 SHA1: b0f87d4dadaf76b9a5748190c57b7a53cefb617a MD5sum: 766778c34834cf26b6b0b4b20a06dc78 Description: Userspace implementation of WireGuard in Go (library) This is a userspace implementation of WireGuard in Go. . This package provides a library that is used by other programs for working with the kernel tun interface and related tasks. Multi-Arch: foreign Homepage: https://git.zx2c4.com/wireguard-go/about/ Section: golang Priority: optional Filename: pool/main/w/wireguard-go/golang-golang.zx2c4-wireguard-dev_0.0.20231211-1~bpo12+1_all.deb Package: golang-gomega-dev Source: golang-gomega Version: 1.27.10-1~bpo12+1 Installed-Size: 1005 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-golang-protobuf-1-5-dev | golang-github-golang-protobuf-1-3-dev, golang-github-google-go-cmp-dev, golang-golang-x-net-dev, golang-gopkg-yaml.v3-dev Size: 156164 SHA256: eda1a3b89ae5a7c29d2877c844461a31c27a5c6f54eadd1acbe1467e43b65c5b SHA1: 8fef68c608cbc6426cb21518e48a4d8d63d1cb46 MD5sum: c329cb34bba70d51448e36233ab852b1 Description: Matcher/assertion library for the Go programming language Gomega is a matcher/assertion library. It is best paired with the Ginkgo BDD test framework, but can be adapted for use in other contexts too. Multi-Arch: foreign Homepage: https://github.com/onsi/gomega Section: golang Priority: optional Filename: pool/main/g/golang-gomega/golang-gomega-dev_1.27.10-1~bpo12+1_all.deb Package: golang-gopkg-vansante-go-ffprobe.v2-dev Source: golang-gopkg-vansante-go-ffprobe.v2 Version: 2.1.1-2~bpo12+1 Installed-Size: 1069 Maintainer: Debian Go Packaging Team Architecture: all Depends: ffmpeg Size: 1061528 SHA256: e6d1607f2264eed7d3eaadd8689718286c192afb5c5a6b5b3b447c22318f4ffc SHA1: 175d8d926cfc1ce4da6b3e734065cc79740fe173 MD5sum: 28011f981a635aabde8e23402302d327 Description: Library to easily get the ffprobe output of a given file (library) Small library for executing an ffprobe process on a given file and getting an easy to use struct representing the returned ffprobe data. Homepage: https://github.com/vansante/go-ffprobe Section: golang Priority: optional Filename: pool/main/g/golang-gopkg-vansante-go-ffprobe.v2/golang-gopkg-vansante-go-ffprobe.v2-dev_2.1.1-2~bpo12+1_all.deb Package: golang-gvisor-gvisor-dev Source: golang-gvisor-gvisor Version: 0.0~20240729.0-4~bpo12+2 Installed-Size: 16406 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-bits-and-blooms-bitset-dev, golang-github-cenkalti-backoff-dev, golang-github-cilium-ebpf-dev, golang-github-coreos-go-systemd-dev, golang-github-godbus-dbus-dev, golang-github-gofrs-flock-dev, golang-github-google-btree-dev, golang-github-google-subcommands-dev, golang-github-kr-pty-dev, golang-github-mohae-deepcopy-dev, golang-github-opencontainers-runtime-spec-dev, golang-github-vishvananda-netlink-dev, golang-gocapability-dev, golang-golang-x-exp-dev, golang-golang-x-mod-dev, golang-golang-x-sync-dev, golang-golang-x-sys-dev (>= 0.20.0), golang-golang-x-time-dev, golang-google-protobuf-dev Breaks: golang-github-containers-gvisor-tap-vsocks-dev (<< 0.7.3+ds1-2~), nncp (<< 8.8.2-4~) Size: 2082092 SHA256: d383e0a33e0a0bf7bf3c1232f218006f7786f7c7728bcabc03a8a6a25b09f199 SHA1: c0a2b9fcb8ae6372ad547a3df125daffa8de3554 MD5sum: 142b266a45e90d7d52c713fa6d0bd0f1 Description: Application Kernel for Containers (library) gVisor is an application kernel, written in Go, that implements a substantial portion of the Linux system surface. It includes an Open Container Initiative (OCI) runtime called runsc that provides an isolation boundary between the application and the host kernel. . This package provides development files. Multi-Arch: foreign Homepage: https://github.com/google/gvisor Section: golang Priority: optional Filename: pool/main/g/golang-gvisor-gvisor/golang-gvisor-gvisor-dev_0.0~20240729.0-4~bpo12+2_all.deb Package: golang-lukechampine-blake3-dev Source: golang-lukechampine-blake3 Version: 1.3.0-1~bpo12+1 Installed-Size: 255 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-klauspost-cpuid-dev Size: 31888 SHA256: 90eb13c5bf5c87749d99a25b0b7f7691ae3e66521e3a537bad6af3fa99848692 SHA1: a0891402537b799d70d69dddf56fcfc9902fc58a MD5sum: f2f145be0eac79f2bc3f3232972f1946 Description: Pure-Go implementation of BLAKE3 cryptographic hash blake3 implements the BLAKE3 cryptographic hash function (https://github.com/BLAKE3-team/BLAKE3). This implementation aims to be performant without sacrificing (too much) readability, in the hopes of eventually landing in x/crypto. . In addition to the pure-Go implementation, this package also contains AVX-512 and AVX2 routines (generated by avo (https://github.com/mmcloughlin/avo)) that greatly increase performance for large inputs and outputs. Multi-Arch: foreign Homepage: https://github.com/lukechampine/blake3 Section: golang Priority: optional Filename: pool/main/g/golang-lukechampine-blake3/golang-lukechampine-blake3-dev_1.3.0-1~bpo12+1_all.deb Package: golang-maunium-go-mauflag-dev Source: golang-maunium-go-mauflag Version: 1.0.0-2~bpo12+1 Installed-Size: 41 Maintainer: Debian Go Packaging Team Architecture: all Size: 6932 SHA256: aeebcb9292df13ff7fe6a697bab7423a3434b25c9127df068bf61ed5e61cff4d SHA1: 8dc7ce6185de92be94f51f828700431a0a24c4b3 MD5sum: 1df0328f6357b51333f79211aa5dab7f Description: Extendable argument parser for Golang Mauflag is an extendable argument parser for golang that mostly follows GNU Program Argument Syntax Conventions. Multi-Arch: foreign Homepage: https://github.com/tulir/mauflag Section: golang Priority: optional Filename: pool/main/g/golang-maunium-go-mauflag/golang-maunium-go-mauflag-dev_1.0.0-2~bpo12+1_all.deb Package: golang-maunium-go-maulogger-dev Source: golang-maunium-go-maulogger Version: 2.4.1-2~bpo12+1 Installed-Size: 54 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-rs-zerolog-dev, golang-github-tidwall-gjson-dev, golang-github-tidwall-sjson-dev Size: 8292 SHA256: dcc2108deb8b43d559fc56783eeecc0b2c9dc4a2b243020d98f2b4dd14e3e9ef SHA1: 0a47dc1bcffa7564760d1289ec4454987ac140cd MD5sum: c594e68c7170492178ae3b07f3c714a3 Description: Simple easy to use logger in go Maulogger is a simple and easy to use logger written in golang. Can be used in conjunction with zerolog. Multi-Arch: foreign Homepage: https://github.com/tulir/maulogger Section: golang Priority: optional Filename: pool/main/g/golang-maunium-go-maulogger/golang-maunium-go-maulogger-dev_2.4.1-2~bpo12+1_all.deb Package: golang-maunium-go-mautrix-dev Source: golang-maunium-go-mautrix Version: 0.11.1-2~bpo12+1 Installed-Size: 852 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-gorilla-mux-dev, golang-github-mattn-go-sqlite3-dev, golang-github-stretchr-testify-dev, golang-github-tidwall-gjson-dev, golang-github-tidwall-sjson-dev, golang-github-yuin-goldmark-dev, golang-golang-x-crypto-dev, golang-golang-x-net-dev, golang-gopkg-yaml.v2-dev, golang-maunium-go-maulogger-dev, golang-websocket-dev, libolm-dev Size: 145004 SHA256: 4b0e6aa05455cb716881f03cb5b42361f6bff4864d6537f541e66b88e2475aeb SHA1: 0023d2f2860f20ba616e864849491e5c128c965c MD5sum: 1e189898596896bb44beb2ecafba40bc Description: Matrix framework in golang Mautrix is a Golang Matrix framework. Used by gomuks, go-neb, mautrix-whatsapp and others. Homepage: https://github.com/mautrix/go Section: golang Priority: optional Filename: pool/main/g/golang-maunium-go-mautrix/golang-maunium-go-mautrix-dev_0.11.1-2~bpo12+1_all.deb Package: golang-nhooyr-websocket-dev Source: golang-nhooyr-websocket Version: 1.8.12-4~bpo12+1 Installed-Size: 234 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-gin-gonic-gin-dev, golang-github-google-go-cmp-dev, golang-github-gorilla-websocket-dev, golang-github-klauspost-compress-dev, golang-golang-x-time-dev Size: 42484 SHA256: 5ee7da54bfa71749b9a1589c08fae30abb95665db3b907d720dca12c0cd3dcfc SHA1: 346ace4e9b27fe4476b88403ccfab9d0c99bd8f2 MD5sum: e858fd9705aab0f8b2504995e74469c9 Description: Minimal and idiomatic WebSocket library for Go (library) websocket is a minimal and idiomatic WebSocket library for Go. . Highlights . * Minimal and idiomatic API * First class context.Context (https://blog.golang.org/context) support * Fully passes the WebSocket autobahn-testsuite (https://github.com/crossbario/autobahn-testsuite) * Single dependency (https://pkg.go.dev/nhooyr.io/websocket?tab=imports) * JSON and protobuf helpers in the wsjson (https://pkg.go.dev/nhooyr.io/websocket/wsjson) and wspb (https://pkg.go.dev/nhooyr.io/websocket/wspb) subpackages * Zero alloc reads and writes * Concurrent writes * Close handshake (https://pkg.go.dev/nhooyr.io/websocket#Conn.Close) * net.Conn (https://pkg.go.dev/nhooyr.io/websocket#NetConn) wrapper * Ping pong (https://pkg.go.dev/nhooyr.io/websocket#Conn.Ping) API * RFC 7692 (https://tools.ietf.org/html/rfc7692) permessage-deflate compression * Compile to Wasm (https://pkg.go.dev/nhooyr.io/websocket#hdr-Wasm) . This is the library from https://github.com/coder/websocket. Multi-Arch: foreign Homepage: https://github.com/coder/websocket Section: golang Priority: optional Filename: pool/main/g/golang-nhooyr-websocket/golang-nhooyr-websocket-dev_1.8.12-4~bpo12+1_all.deb Package: golang-sigsum-sigsum-go-dev Source: sigsum-go Version: 0.9.1-1~bpo12+1 Installed-Size: 428 Maintainer: Debian Go Packaging Team Architecture: all Size: 73160 SHA256: 6db5fa543ca39941317e99156ec7245eea1cf96689e0f6e03b82e83a1969edc4 SHA1: 36fae6c2f14dcdf6e4582660925cb767b4fad651 MD5sum: 7e552b0768fa302f3463f2a5b74204ff 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.9.1-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: 20422 Maintainer: Debian Go Packaging Team Architecture: amd64 Depends: libc6 (>= 2.34), libolm3 (>= 3.1.4), libsqlite3-0 (>= 3.12.0) Recommends: ffmpeg Size: 5471428 SHA256: a6b491201aba516f6b07be329ac768c2b41c03465224135834c8102570aaaa7c SHA1: 15f7320333462500600bb74800b1378ebe9872d7 MD5sum: 703c692f27d8f8cd52ef1efef7a0e632 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), 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_amd64.deb Package: gpiod Source: libgpiod Version: 2.1.3-1~bpo12+1 Installed-Size: 202 Maintainer: Gavin Lai (賴建宇) Architecture: amd64 Depends: libc6 (>= 2.34), libgpiod3 (>= 2.1) Size: 44872 SHA256: 66aedeec43e282c53f761e5495ad17d4a0beb00fe4f6af01cbf38993d4a23303 SHA1: 05336656cb43d3c9a0d8b23a305b32f5c7927ff8 MD5sum: 8c7d5a27309d192f95975e7b4100b02c Description: Tools for interacting with Linux GPIO character device - binary libgpiod encapsulates the ioctl calls and data structures behind a straightforward API. This new character device interface guarantees all allocated resources are freed after closing the device file descriptor and adds several new features that are not present in the obsolete sysfs interface (like event polling, setting/reading multiple values at once or open-source and open-drain GPIOs). . This package contains the gpiod binary tools. Multi-Arch: foreign Homepage: https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git Section: misc Priority: optional Filename: pool/main/libg/libgpiod/gpiod_2.1.3-1~bpo12+1_amd64.deb Package: gpsprune Version: 24.5-1~bpo12+1 Installed-Size: 1770 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: 1639264 SHA256: 02ea912d384b8da2046b7c45e0494faaa4f255afd120919c7daae5ea7c868d11 SHA1: b43b9f20d23a8a77c145fab0ead43322f4f8013f MD5sum: 18da58e487197dff885abdb5ec695881 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.5-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: 17366 Maintainer: GRUB Maintainers Architecture: amd64 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: 2890348 SHA256: b22741231683279047b0a1bca9d54fb2e15a84b17650a05cdb9db6553f67632e SHA1: ea9302852e2c2f79f26f99ed351b06edc47fc2db MD5sum: bd60b66dd917c81424e9b59903937db0 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_amd64.deb Package: grub-coreboot Source: grub2 Version: 2.12-1~bpo12+1 Installed-Size: 184 Maintainer: GRUB Maintainers Architecture: amd64 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: 45872 SHA256: ddacbd40bb421fa0e4ffa134041c254c243185b927cf22af8e93eefb2e8745de SHA1: a02fd574c2af63ad71f0ad75ef2db6f40a7014ca MD5sum: 3015fcd1d6b7120660476f407388e9d4 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_amd64.deb Package: grub-coreboot-bin Source: grub2 Version: 2.12-1~bpo12+1 Installed-Size: 1983 Maintainer: GRUB Maintainers Architecture: amd64 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: 646804 SHA256: 02ed8e1a1f382a3f9a86d992dffc5dc98c3b252e8c9aad16b4ccc626743184b8 SHA1: b3495aee7f6993fb809772c07479957ab8ca29f0 MD5sum: 32f3bd33d8bd4309a80f7a1f5db5caeb 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_amd64.deb Package: grub-coreboot-dbg Source: grub2 Version: 2.12-1~bpo12+1 Installed-Size: 10566 Maintainer: GRUB Maintainers Architecture: amd64 Depends: grub-common (= 2.12-1~bpo12+1), grub-coreboot-bin (= 2.12-1~bpo12+1) Size: 2952960 SHA256: 5ec49082c50fc3b2ed9039359ebf8ba3d4a73f3b67277429ee25937c0a86e753 SHA1: 58564158f0e01ac38206ffcf41aefd3db09bcd3e MD5sum: 3b1ff13456491edb4e8095f82f05c1e0 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_amd64.deb Package: grub-efi Source: grub2 Version: 2.12-1~bpo12+1 Installed-Size: 12 Maintainer: GRUB Maintainers Architecture: amd64 Depends: grub-common (= 2.12-1~bpo12+1), grub-efi-amd64 (= 2.12-1~bpo12+1) Size: 2396 SHA256: 31ff5f370c65c530413fdb86da92c2af0915a7024c2081ae90dd2e54bcf34c81 SHA1: 7dda9f9bc7d5df4b2d3921320876e79b6495407e MD5sum: 8503dc9f9fc28b1a20529843f2c7935f 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_amd64.deb Package: grub-efi-amd64 Source: grub2 Version: 2.12-1~bpo12+1 Installed-Size: 184 Maintainer: GRUB Maintainers Architecture: amd64 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: 45864 SHA256: 70eff105b615a36dc8a1396e8d6d71152e7d5637322be7c787a60ee94fe786e1 SHA1: dd953b74d8f87fcc22812a73e9a07332ac805c27 MD5sum: 4a28f8eabd00d29f6fe75d44310f0955 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_amd64.deb Package: grub-efi-amd64-bin Source: grub2 Version: 2.12-1~bpo12+1 Installed-Size: 12790 Maintainer: GRUB Maintainers Architecture: amd64 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: grub-efi-amd64-signed, efibootmgr Breaks: grub-efi-amd64-signed (<< 1+2.12~rc1) Size: 2009476 SHA256: 09923bac6b175dfefc38ac8d07b4a0686eeb98c88297048c16e742bf7b562a82 SHA1: 2423dcc1aca33c530f81d0fb3724f38b99653cc7 MD5sum: 7e8b52fe8c7b4de8c57890431b2c2d75 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_amd64.deb Package: grub-efi-amd64-dbg Source: grub2 Version: 2.12-1~bpo12+1 Installed-Size: 17819 Maintainer: GRUB Maintainers Architecture: amd64 Depends: grub-efi-amd64-bin (= 2.12-1~bpo12+1), grub-common (= 2.12-1~bpo12+1) Size: 3667776 SHA256: ff277b31abdd30a6ded4e7a268038b414613df48e7fe050903e9cf985ceb8c40 SHA1: 054ca4baa71f2bb97de4b380f9c0b50f041200ec MD5sum: 457b11d6d1347ec3d5b9405892d6796b 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_amd64.deb Package: grub-efi-amd64-signed Version: 1+2.12+1~bpo12+1 Installed-Size: 9520 Maintainer: GRUB Maintainers Architecture: amd64 Depends: grub-common (= 2.12-1~bpo12+1) Recommends: shim-signed Size: 1370436 SHA256: ecfb71a7a556141bd4858d2c22169d51a655f65fd033c0799081dd83b94f42f7 SHA1: 3a20e8a401794ff5ecb95f55641a94ddadc78a5c MD5sum: 6404b03ebd8b118e6f3c45382f758dd4 Description: GRand Unified Bootloader, version 2 (amd64 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-amd64-signed/grub-efi-amd64-signed_1+2.12+1~bpo12+1_amd64.deb Package: grub-efi-amd64-signed-template Source: grub2 Version: 2.12-1~bpo12+1 Installed-Size: 347 Maintainer: GRUB Maintainers Architecture: amd64 Size: 316020 SHA256: 8f2bc586eaecd26418dd686fe50cc736bf81fcbef96dc9f796d84eab9f4e75e8 SHA1: 2132bb7ad26762540fd6b8c591d3ff1253e165b3 MD5sum: ea12b0ccd95356f42d59889f05268f1c Description: GRand Unified Bootloader, version 2 (EFI-AMD64 signing template) This package contains template files for grub-efi-amd64-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-amd64-signed-template_2.12-1~bpo12+1_amd64.deb Package: grub-efi-ia32 Source: grub2 Version: 2.12-1~bpo12+1 Installed-Size: 184 Maintainer: GRUB Maintainers Architecture: amd64 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: 45892 SHA256: 077b1535d85dea7129c9b5f0b6831ee6a58c79ea00de83cc52f7719dc663af97 SHA1: d595011e6f1b69513e73613b7dd9d94cd0ec8672 MD5sum: a0e071ab688f2deb77824c8deac8dca3 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_amd64.deb Package: grub-efi-ia32-bin Source: grub2 Version: 2.12-1~bpo12+1 Installed-Size: 9829 Maintainer: GRUB Maintainers Architecture: amd64 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: efibootmgr Breaks: grub-efi-ia32-signed (<< 1+2.12~rc1) Size: 1556312 SHA256: 25e440a4a9cc28c2aec1b370b6a470a3c242c385c1f8dc8b192969fb6e4e058d SHA1: 6b57ee7e2ff6a2c96426d52e47bac2cfa33b5e64 MD5sum: 40e08c0351ace10f60337cdd5dfba251 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_amd64.deb Package: grub-efi-ia32-dbg Source: grub2 Version: 2.12-1~bpo12+1 Installed-Size: 12019 Maintainer: GRUB Maintainers Architecture: amd64 Depends: grub-common (= 2.12-1~bpo12+1), grub-efi-ia32-bin (= 2.12-1~bpo12+1) Size: 3303536 SHA256: d9b6a73af584926378d3315c49078b666cdd037074de9e503340bb389ef517a2 SHA1: a69555d62058942a36be4e8544e7d22168df539c MD5sum: 455b28b7204d2cd988f78611fc195752 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_amd64.deb Package: grub-emu Source: grub2 Version: 2.12-1~bpo12+1 Installed-Size: 14807 Maintainer: GRUB Maintainers Architecture: amd64 Replaces: grub-common (<= 1.97~beta3-1) Depends: libc6 (>= 2.34), libdevmapper1.02.1 (>= 2:1.02.36), libgcc-s1 (>= 3.0), libsdl2-2.0-0 (>= 2.0.12), grub-common (= 2.12-1~bpo12+1) Size: 3044652 SHA256: e139c38b20da853e368089184a3f34f1958b073fbc4a90d5887b9bdb23c29490 SHA1: 48297ce7a2ee83d36b396aa9513938dc5c97e746 MD5sum: 11fab1592d0cde8a2cf64bb1cec89f0e 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_amd64.deb Package: grub-emu-dbg Source: grub2 Version: 2.12-1~bpo12+1 Installed-Size: 13374 Maintainer: GRUB Maintainers Architecture: amd64 Depends: grub-common (= 2.12-1~bpo12+1), grub-emu (= 2.12-1~bpo12+1) Size: 2792080 SHA256: ec8cc49889bef36dd1d91909e77e4882609d6f3e67e2f3ce3d9722fedfddd499 SHA1: 6c6bfea108232dfbffa240bdc0a2dd1805a3e59c MD5sum: 4fea6e83edba1750b959a39ba2f92ef9 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_amd64.deb Package: grub-firmware-qemu Source: grub2 Version: 2.12-1~bpo12+1 Installed-Size: 2142 Maintainer: GRUB Maintainers Architecture: amd64 Recommends: qemu-system-x86 Enhances: qemu-system-x86 Size: 924460 SHA256: 2a72f2ae778351bdf53fff6a3c43a51cd04e12164fa5a2eaa48afa8238a392dd SHA1: 950e0387fd8cbdcb808b1156907ee249f4ad04a6 MD5sum: be3729e30380981c37cea4ae0b7278d1 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_amd64.deb Package: grub-ieee1275 Source: grub2 Version: 2.12-1~bpo12+1 Installed-Size: 184 Maintainer: GRUB Maintainers Architecture: amd64 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: 45880 SHA256: a5fc722e7dec4ad5eff7866139a4d66df18361419d627fd8aa762b726ac68926 SHA1: 9a2cd100527f09a6e4a46131e5924bcc52076a8d MD5sum: 30c93a1daa884824161371bec77be98f 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_amd64.deb Package: grub-ieee1275-bin Source: grub2 Version: 2.12-1~bpo12+1 Installed-Size: 1951 Maintainer: GRUB Maintainers Architecture: amd64 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: 634192 SHA256: 0b73a2a997b57ff1a29b0e0dbf3595e821df87728ccef9775e46cc93fe5722e2 SHA1: fc70f3ec523a4fee8724cb3db9a7dd3d3a80d8d1 MD5sum: b24106e9ef3e73bfbd6f2dca9ce638aa 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_amd64.deb Package: grub-ieee1275-dbg Source: grub2 Version: 2.12-1~bpo12+1 Installed-Size: 10486 Maintainer: GRUB Maintainers Architecture: amd64 Depends: grub-common (= 2.12-1~bpo12+1), grub-ieee1275-bin (= 2.12-1~bpo12+1) Size: 2916548 SHA256: 020e8e364c418109cbce2caec8ea3de2f7b7d30577d0de3c3008dd8f61fdffdf SHA1: e30a2a6eeb495e3c475ecc8d17a59f6846dc7060 MD5sum: 89aa9058d76741c43a486069cce1fef1 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_amd64.deb Package: grub-linuxbios Source: grub2 Version: 2.12-1~bpo12+1 Installed-Size: 12 Maintainer: GRUB Maintainers Architecture: amd64 Depends: grub-coreboot (= 2.12-1~bpo12+1), grub-common (= 2.12-1~bpo12+1) Size: 2368 SHA256: f68043a67c0abff78d94e94d4734bed34c8e3c2333538cfa1b79c3f4e74b7f57 SHA1: 725593b5e2d9c278fdbbd7cfe960b0833ba9bff7 MD5sum: 4fc32b0d206842f49c4f612225a8501d 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_amd64.deb Package: grub-pc Source: grub2 Version: 2.12-1~bpo12+1 Installed-Size: 557 Maintainer: GRUB Maintainers Architecture: amd64 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: 136660 SHA256: 2d19e5050d7013b236ebd79d90207b9a84a8c1cf33db9db6fb76c586926621ab SHA1: d393cf6df1b9ad78df38a2eb38223ec5eaae9099 MD5sum: e483f12aa6e90b855bbef5b3c3d18fbb 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_amd64.deb Package: grub-pc-bin Source: grub2 Version: 2.12-1~bpo12+1 Installed-Size: 3145 Maintainer: GRUB Maintainers Architecture: amd64 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: 1012688 SHA256: 8b843f03adbf4ca941eba3f32d48be508a76a7d027d9f6c71a1b2e828bd40be7 SHA1: 856e4083590a15540e2345d309549857a130d58d MD5sum: 8170c0396fcb84f4507979d0f1d27c7d 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_amd64.deb Package: grub-pc-dbg Source: grub2 Version: 2.12-1~bpo12+1 Installed-Size: 11459 Maintainer: GRUB Maintainers Architecture: amd64 Depends: grub-common (= 2.12-1~bpo12+1), grub-pc-bin (= 2.12-1~bpo12+1) Size: 3177424 SHA256: 225bf67cf19ec076c6cfa00b2aa05a694d0b72ac80707cfff1215c0ca5ea43b9 SHA1: 8304ac601c648cd7deb9f39fc9a89e3f07dc30d7 MD5sum: b8c5ecc8a0acfad993f105530c8666e5 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_amd64.deb Package: grub-rescue-pc Source: grub2 Version: 2.12-1~bpo12+1 Installed-Size: 6617 Maintainer: GRUB Maintainers Architecture: amd64 Size: 2646976 SHA256: fb195f07dbe739f9726d48f2267d2fa6d3ab2ff07b85958a2c14ea769f5eb79f SHA1: d4d98f2b014020ace89fffb81fba21fbfd828e43 MD5sum: 2164c1094eb52ea04a223e4c3c726ef7 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_amd64.deb Package: grub-theme-starfield Source: grub2 Version: 2.12-1~bpo12+1 Installed-Size: 2782 Maintainer: GRUB Maintainers Architecture: amd64 Depends: grub-common (= 2.12-1~bpo12+1) Size: 2155704 SHA256: d01633ccb5a27d6aa0071268debfc637d6de3ab08757cb68fcc9e34bc0632b41 SHA1: 4bc1ac15e7c9d07da66eb52c97c946a00dbf2295 MD5sum: b0fa1233d79d9b48fc684c2371246f53 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_amd64.deb Package: grub-xen Source: grub2 Version: 2.12-1~bpo12+1 Installed-Size: 184 Maintainer: GRUB Maintainers Architecture: amd64 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: 45816 SHA256: 3712679b2ad9cb5b75575d78b1438d0d8b899daada9b87bae01c11aaaeebfba3 SHA1: 866d6d38b363e2863cf55115496c0ed4ed1c9adb MD5sum: e30b5e5b28b981abc23a67f369a789dd 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_amd64.deb Package: grub-xen-bin Source: grub2 Version: 2.12-1~bpo12+1 Installed-Size: 5543 Maintainer: GRUB Maintainers Architecture: amd64 Depends: grub-common (= 2.12-1~bpo12+1) Size: 1038632 SHA256: 80f77a93c72da2eecfde5d6ae700d5ad98f03d4a54038651be43051a9685cd58 SHA1: 05c16fd79ee91dec73c39a7c023e79f9359ca44b MD5sum: 268611d9630b1f0060913d8f483794ef 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_amd64.deb Package: grub-xen-dbg Source: grub2 Version: 2.12-1~bpo12+1 Installed-Size: 29965 Maintainer: GRUB Maintainers Architecture: amd64 Depends: grub-common (= 2.12-1~bpo12+1), grub-xen-bin (= 2.12-1~bpo12+1) Size: 7500316 SHA256: 4779fa1395eb56b3819f314800c958398711db2b10ee33cf425947b6bde3a7a7 SHA1: d523e06971d8d8a0c5124dbdaed2076e799c3e3d MD5sum: 13b45f577205d513f5a3f4b6228f02c4 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_amd64.deb Package: grub-xen-host Source: grub2 Version: 2.12-1~bpo12+1 Installed-Size: 5544 Maintainer: GRUB Maintainers Architecture: amd64 Depends: grub-xen-bin (= 2.12-1~bpo12+1) Size: 1333252 SHA256: e2cb215e4562281010c6f1ad1a941bb563fb3ec62040a52a0ad0c0383eb9cb9b SHA1: 0689b8202a79018cadda3dc08484c123d5e1710b MD5sum: 7861893fcb9ed52d34af0c8e4ba33de3 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_amd64.deb Package: grub2 Version: 2.12-1~bpo12+1 Installed-Size: 12 Maintainer: GRUB Maintainers Architecture: amd64 Depends: grub-pc (= 2.12-1~bpo12+1), grub-common (= 2.12-1~bpo12+1) Size: 2368 SHA256: 1742699e6bdac21bbfa1b49596150fd6986406674c643f6cce81cbf6d1ddd3f5 SHA1: 12c3051f47d333cbdf884ee45644ca848bdd670e MD5sum: b8fb2241a190a0150d17fa28397accc9 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_amd64.deb Package: grub2-common Source: grub2 Version: 2.12-1~bpo12+1 Installed-Size: 1369 Maintainer: GRUB Maintainers Architecture: amd64 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: 632672 SHA256: 1a4bede178c65721f55f93ba1f6a930d23943a2f3725b74eec869beacee74ad9 SHA1: b6eba1968089796d576a8ec84b84e878f743f742 MD5sum: 5727905ae939d575a0a6727b5f53858d 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_amd64.deb Package: gstreamer1.0-libcamera Source: libcamera Version: 0.3.2-1~bpo12+1 Installed-Size: 173 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Replaces: libcamera0 (<< 0.0.3-1~) Depends: libc6 (>= 2.32), libcamera0.3 (>= 0.3.2), libgcc-s1 (>= 3.0), libglib2.0-0 (>= 2.37.3), libgstreamer-plugins-base1.0-0 (>= 1.12.0), libgstreamer1.0-0 (>= 1.18.0), libstdc++6 (>= 11) Breaks: libcamera0 (<< 0.0.3-1~) Size: 48892 SHA256: 709b42821b1e8ebdd5f5dbed79382e35f43181d10460cf1e5558b804ea781373 SHA1: 4a352ffc71e1405299ed1f37a196fa5cff1f7439 MD5sum: 84900c7c848bcbb2a02704ce95a9927f 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_amd64.deb Package: gstreamer1.0-pipewire Source: pipewire Version: 1.2.7-1~bpo12+1 Installed-Size: 256 Maintainer: Utopia Maintenance Team Architecture: amd64 Depends: pipewire (= 1.2.7-1~bpo12+1), libc6 (>= 2.28), libglib2.0-0 (>= 2.37.3), libgstreamer-plugins-base1.0-0 (>= 1.6.0), libgstreamer1.0-0 (>= 1.16.0), libpipewire-0.3-0 (= 1.2.7-1~bpo12+1) Size: 77784 SHA256: 258269e7cd8e11227f5fb646eff86ed150b8889a9b773f829fc3bcc94354c3ba SHA1: beac68e7d77503705dade744f8de2229fc3cb98d MD5sum: 2901812473ed2f43b55e4d2f026cae86 Description: GStreamer 1.0 plugin for the PipeWire multimedia server PipeWire is a server and user space API to deal with multimedia pipelines. This includes: . - Making available sources of audio and video (such as from a capture devices or application provided streams) and multiplexing this with clients. - Accessing sources of audio and video for consumption. - Generating graphs for audio and video processing. . This package contains a plugin to make devices managed by the PipeWire server available as GStreamer sources and sinks. Multi-Arch: same Homepage: https://pipewire.org/ Section: libs Priority: optional Filename: pool/main/p/pipewire/gstreamer1.0-pipewire_1.2.7-1~bpo12+1_amd64.deb Package: gthumb Version: 3:3.12.6-1~bpo12+1 Installed-Size: 5162 Maintainer: Debian QA Group Architecture: amd64 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: 1096664 SHA256: 9ec02bd291f05d3e2bdbdd54059e6ae69669f14522b911fc8b73f1a5ad10f076 SHA1: 97651d9e92922cca290f8f85b1fecee22da9e502 MD5sum: 0ed06b1aaf8a0009aba5c79f9955c19c 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_amd64.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: amd64 Depends: gthumb (= 3:3.12.6-1~bpo12+1) Size: 72024 SHA256: dfeac416d2373446be39f9b1c856121a33f5d352c654effea9dcd4ea96fae20b SHA1: 6986ef058516b1c41b9b311a4cfb923fe8f6744b MD5sum: 7302dfd45039e19685298612dd92481f 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_amd64.deb Package: guvcview Version: 2.1.0-0.2~bpo12+1 Installed-Size: 576 Maintainer: Nobuhiro Iwamatsu Architecture: amd64 Depends: libc6 (>= 2.34), libglib2.0-0 (>= 2.12.0), libgtk-3-0 (>= 3.21.4), libguvcview-2.2 (>= 2.1.0) Recommends: uvcdynctrl Size: 123804 SHA256: 11183deb470152934d541bdffb286dd1e16e46a19e432fc667b457c1df76aa4c SHA1: 252b2dd553b3bda305b8f7c2bb70bdca973f1f38 MD5sum: 7597dd7fe31f04c9f07f3a2d82535a87 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_amd64.deb Package: gwenhywfar-tools Source: libgwenhywfar Version: 5.12.0-1~bpo12+1 Installed-Size: 716 Maintainer: Micha Lenk Architecture: amd64 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: 200884 SHA256: 8941a241ac78e98e4fac8751ea31b4884d19a677ab3c7d38c2aafe8f539ca01f SHA1: 42502c9869861c06b6567f490dbaf05038c592f0 MD5sum: e15539a08b4eee4bf38f206706f92f33 Description: helper applications for Gwenhywfar library This package contains some helper tools provided by Gwenhywfar and useful for applications making use of Gwenhywfar: mklistdoc, gct-tool, xmlmerge and typemaker. . Gwenhywfar allows porting of your software to different operating systems like Linux, *BSD, Windows etc. It also provides some often needed modules such as configuration file handling, simple XML file parsing, IPC etc. Multi-Arch: foreign Homepage: https://www.aquamaniac.de/rdm/projects/gwenhywfar Section: utils Priority: optional Filename: pool/main/libg/libgwenhywfar/gwenhywfar-tools_5.12.0-1~bpo12+1_amd64.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: 227 Maintainer: Debian Astronomy Maintainers Architecture: amd64 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: 147844 SHA256: f00e16a2a7eebc035e2a4934145ba4881fe5bbee2775cacb57389e5f155f9800 SHA1: b50d5a7f35566ffb47e3cf6994b298d9da98089d MD5sum: b969f552b4e23e35679ab2e650e66f1b 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_amd64.deb Package: gyoto-doc Source: gyoto Version: 2.0.2-1~bpo12+1 Installed-Size: 26492 Maintainer: Debian Astronomy Maintainers Architecture: all Replaces: gyoto (<< 1.3.0~) Breaks: gyoto (<< 1.3.0~) Size: 1727200 SHA256: a787c8f3030d7a939276bee8c753e4251eb1487e85ccac3f9d5195ff4dff95e9 SHA1: 76be7d8eebdd5878f60fbf49cbbcc798d04ed7e5 MD5sum: e5154680dc556d2ab2fbc0e2a03f0bd4 Description: documentation for the Gyoto library Gyoto aims at providing a framework for computing orbits and ray-traced images in General relativity. It consists in a library (libgyoto), utility programs, and a plug-in for the Yorick programming language. . This package contains the Gyoto Reference Manual. Multi-Arch: foreign Homepage: http://gyoto.obspm.fr Section: doc Priority: optional Filename: pool/main/g/gyoto/gyoto-doc_2.0.2-1~bpo12+1_all.deb Package: haproxy-cmd Version: 0.0.5~bpo12+1 Installed-Size: 42 Maintainer: Debian OpenStack Architecture: all Depends: python3-oslo.config, python3:any Size: 8192 SHA256: 46f3f9f34dbf2761cb1a9abefeeede6905922ceb73da6e4373dff1e4aacee5b4 SHA1: 09a85d728d7447e7ac4506c3ced00f81f0d1c9e8 MD5sum: a4776fff693baf7ba3c5e6ee6647575c Description: command line utility to control backends of haproxy This package contains a helper to send commands through the haproxy socket, so it is possible to maintain servers part of a cluster by draining, enabling and stopping servers part of a backend. . This utility is, in fact, a wrapper around the haproxy admin socket, so it is easier to use, with bash-completion and so on. Homepage: https://salsa.debian.org/openstack-team/third-party/haproxy-cmd Section: net Priority: optional Filename: pool/main/h/haproxy-cmd/haproxy-cmd_0.0.5~bpo12+1_all.deb Package: hardinfo Version: 2.2.4-1~bpo12+1 Installed-Size: 33 Maintainer: Boyuan Yang Architecture: all Depends: hardinfo2 Size: 9284 SHA256: 3c4dca180341d3b17ff29375fd005a80a78369bfa13fa624c903cc610bccafde SHA1: f641db313d7594ee5a8e783706c0d35a896c3d85 MD5sum: a38e94f12a1e242da0b5e5465aac5d70 Description: transitional package This is a transitional package. It can safely be removed. Homepage: https://github.com/hardinfo2/hardinfo2 Section: oldlibs Priority: optional Filename: pool/main/h/hardinfo/hardinfo_2.2.4-1~bpo12+1_all.deb Package: hardinfo2 Source: hardinfo Version: 2.2.4-1~bpo12+1 Installed-Size: 7498 Maintainer: Boyuan Yang Architecture: amd64 Replaces: hardinfo (<< 2.2.4-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.2.4-1~bpo12+1~) Size: 2878948 SHA256: 61e7b06291e68d0ffd3c5b7bd48092b6317269b97725868daa7be43d684427c9 SHA1: f7da008aea8288b799a2a10399d51259dd289e52 MD5sum: ed06e02fcb4e657618e09061355a492f Description: System Information and Benchmark for Linux Systems Hardinfo offers System Information and Benchmark for Linux Systems. It is able to obtain information from both hardware and basic software. It can benchmark your system and compare to other machines online. Homepage: https://github.com/hardinfo2/hardinfo2 Section: x11 Priority: optional Filename: pool/main/h/hardinfo/hardinfo2_2.2.4-1~bpo12+1_amd64.deb Package: haruna Version: 0.12.3-1~bpo12+1 Installed-Size: 1776 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Depends: qml-module-org-kde-kirigami2, qml-module-org-kde-qqc2desktopstyle, qml-module-qt-labs-platform, qml-module-qtquick-shapes, kio, libavcodec59 (>= 7:5.0), libavfilter8 (>= 7:5.0), libavformat59 (>= 7:5.0), libavutil57 (>= 7:5.0), libc6 (>= 2.34), libkf5configcore5 (>= 4.98.0), libkf5configgui5 (>= 5.74.0), libkf5configwidgets5 (>= 4.96.0), libkf5coreaddons5 (>= 5.53.1), libkf5filemetadata3 (>= 5.77.0), libkf5i18n5 (>= 5.17.0), libkf5kiocore5 (>= 5.77.0), libkf5kiowidgets5 (>= 5.100.0), libkf5windowsystem5 (>= 5.62.0), libmpv2 (>= 0.29), libqt5core5a (>= 5.15.1), libqt5dbus5 (>= 5.0.2), libqt5gui5 (>= 5.7.0) | libqt5gui5-gles (>= 5.7.0), libqt5network5 (>= 5.0.2), libqt5qml5 (>= 5.14.1), libqt5quick5 (>= 5.6.0~beta) | libqt5quick5-gles (>= 5.6.0~beta), libqt5quickcontrols2-5 (>= 5.9.0~rc), libqt5widgets5 (>= 5.0.2), libqt5x11extras5 (>= 5.6.0), libstdc++6 (>= 5.2), libswscale6 (>= 7:5.0), qtdeclarative-abi-5-15-8 Recommends: yt-dlp | youtube-dl Size: 383748 SHA256: c1808b599c935a9a49f7602b9d06b32c457cec76d8a3a5cd985babb4df7e54ac SHA1: ec76bb55cf9be58f8dadb71a0d2b0412f658fdbc MD5sum: c45634e83bc09bf8fc260827fa83d472 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_amd64.deb Package: heif-gdk-pixbuf Source: libheif Version: 1.19.3-1~bpo12+1 Installed-Size: 41 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Depends: libheif1 (= 1.19.3-1~bpo12+1), libc6 (>= 2.4), libgdk-pixbuf-2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.12.0) Size: 10676 SHA256: e2d52600203fee87bfbfa0558ee7ab66f3b63c71c8e68da93362dc406e1b6ad1 SHA1: e5157c16929f0953cfdd08a49e61ab6862c0e1a9 MD5sum: 3756a8c148755f9a04e7a591fdd6a154 Description: HEIF and AVIF file format decoder and encoder - gdk-pixbuf loader libheif is an ISO/IEC 23008-12:2017 HEIF and AVIF (AV1 Image File Format) file format decoder and encoder. There is partial support for ISO/IEC 23008-12:2022 (2nd Edition) capabilities. . HEIF and AVIF are new image file formats employing HEVC (H.265) or AV1 image coding, respectively, for the best compression ratios currently possible. . libheif supports various codecs provided by plugins for image decoding and encoding. . A gdk-pixbuf loader module for applications such as "gpicview" and "pcmanfm" is provided by this package. Multi-Arch: same Homepage: http://www.libheif.org Section: graphics Priority: optional Filename: pool/main/libh/libheif/heif-gdk-pixbuf_1.19.3-1~bpo12+1_amd64.deb Package: heif-thumbnailer Source: libheif Version: 1.19.3-1~bpo12+1 Installed-Size: 63 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Depends: libheif1 (= 1.19.3-1~bpo12+1), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libpng16-16 (>= 1.6.2-1), libstdc++6 (>= 5) Size: 17800 SHA256: d2ecbe56d085dd215c238039da47af914f4ce607bed747ca49856f08adec0e32 SHA1: 570eba8ee5980615d4d11d0aef664077a09c9eef MD5sum: b75bf98baa694758adc04953178bad85 Description: HEIF and AVIF file format decoder and encoder - thumbnailer libheif is an ISO/IEC 23008-12:2017 HEIF and AVIF (AV1 Image File Format) file format decoder and encoder. There is partial support for ISO/IEC 23008-12:2022 (2nd Edition) capabilities. . HEIF and AVIF are new image file formats employing HEVC (H.265) or AV1 image coding, respectively, for the best compression ratios currently possible. . libheif supports various codecs provided by plugins for image decoding and encoding. . A thumbnailer for HEIF images that can be used by Nautilus is provided by this package. Multi-Arch: foreign Homepage: http://www.libheif.org Section: graphics Priority: optional Filename: pool/main/libh/libheif/heif-thumbnailer_1.19.3-1~bpo12+1_amd64.deb Package: hexwalk Version: 1.7.1-1~bpo12+1 Installed-Size: 895 Maintainer: Carmix Architecture: amd64 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libqt5charts5 (>= 5.7.1), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.11.0~rc1) | libqt5gui5-gles (>= 5.11.0~rc1), libqt5widgets5 (>= 5.12.2), libstdc++6 (>= 11) Size: 300136 SHA256: 09a4c1c3f22f7cc98f8031c420020b1c729d88bf09da94e7ff7ea8fe5230ed1a SHA1: 0ccd697a9158f6a5bded9218c3ef97d49f4f4c95 MD5sum: 756447a920166ca0ab069394478c3b94 Description: Hex analyzer, editor and viewer HexWalk is an Hex editor, viewer, analyzer based on opensource projects like qhexedit2, binwalk and QT It is cross platform and has plenty of features: - Advanced find patterns in binary files based on HEX, UTF8, UTF16 and regex - Binwalk integration - Entropy Analysis - Byte Map - Hash Calculator - Bin/Dec/Hex Converter - Hex file editing - Diff file analysis - Byte Patterns to parse headers Homepage: https://www.hexwalk.com Section: editors Priority: optional Filename: pool/main/h/hexwalk/hexwalk_1.7.1-1~bpo12+1_amd64.deb Package: highlight Version: 4.7-1~bpo12+1 Installed-Size: 1175 Maintainer: Debian QA Group Architecture: amd64 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.4), liblua5.4-0 (>= 5.4.4), libstdc++6 (>= 11), highlight-common (= 4.7-1~bpo12+1) Size: 445764 SHA256: 93adfc5c866c5d89bff349f15e5885f7f4df7879e4f5cf50beeb1d6cc1ca7649 SHA1: 10edbe1e87b6275c4f7fac83431caf60e73051aa MD5sum: 3da55d78cdd8687a7a36f4277523c97c 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_amd64.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: 1991 Maintainer: Debian Go Packaging Team Architecture: amd64 Size: 739972 SHA256: 8e20529cda48a1926821445cfba0a4c4ccf9dc1fdc5540482312f91830ea6ec7 SHA1: 2da8cb2a9a420d5c98c85e0053844d1df0dc520b MD5sum: 3c1e7393bb10a6aea0972ad7f7354ea3 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_amd64.deb Package: hprof-conv Source: android-platform-tools Version: 34.0.5-4~bpo12+1 Installed-Size: 71 Maintainer: Android Tools Maintainers Architecture: amd64 Depends: libc6 (>= 2.34) Size: 24760 SHA256: 7efb3656e751468fc11e7e9711b1e7e1215538661efc89d4c18c73ef27bcde2e SHA1: 046f36d9339e1a01207f2c860f34139a24c9df0b MD5sum: 44d6accc409f5d81eed35de5e5c65fc1 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-4~bpo12+1_amd64.deb Package: hwloc Version: 2.11.2-1~bpo12+1 Installed-Size: 808 Maintainer: Samuel Thibault Architecture: amd64 Depends: libc6 (>= 2.34), libcairo2 (>= 1.2.4), libhwloc15 (>= 2.11.2), libtinfo6 (>= 6), libx11-6 Size: 241584 SHA256: 584f09a7056f3267936c6a1a283a1b8446ac0efb0c948808a17e081b81d713a8 SHA1: ad8e83292cc354db3f1c5652ff29a0bf8ef2f7af MD5sum: 7ed1716ed6608421acf942e2ce9b5b44 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_amd64.deb Package: hwloc-nox Source: hwloc Version: 2.11.2-1~bpo12+1 Installed-Size: 654 Maintainer: Samuel Thibault Architecture: amd64 Depends: libc6 (>= 2.34), libhwloc15 (>= 2.11.2), libtinfo6 (>= 6) Conflicts: hwloc Size: 223592 SHA256: 4a14a786611983afe74bb0d67f13dfe4fab4e3e537b6c80569d12f5fb947342f SHA1: 73c4126731a37f0909c096d7f6cf1ae75b5da877 MD5sum: 081914a9bd7b9c7ab378256ccb309444 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_amd64.deb Package: hyperv-daemons Source: linux Version: 6.6.13-1~bpo12+1 Installed-Size: 844 Maintainer: Debian Kernel Team Architecture: amd64 Depends: libc6 (>= 2.34) Pre-Depends: init-system-helpers (>= 1.54~) Size: 764804 SHA256: 77d4c4580f25f43497ee87871ff939c06441bcad3e76dddbfde8d93e84cf8fbb SHA1: 0285999028ca7a259947a88a9501138174cc63ba MD5sum: 1fb25faad343de3f240f53e0d930cdf8 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_amd64.deb Package: ibus Version: 1.5.29~rc1-1~bpo12+1 Installed-Size: 1714 Maintainer: Debian Input Method Team Architecture: amd64 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: 602172 SHA256: d3b8bea5869b99b90a10a148683d8ba81269e6b9500c0248f3df125416102db5 SHA1: 3c086f8896999daa03e76f47034a71bca4d27bfe MD5sum: af1aa9ef6aa2cb62bf5e185901e75365 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_amd64.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: amd64 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: 294344 SHA256: dec4de69a935e8bfded4f1d4d67d9cd8e30ffb6fe1a18e7df33b1775994c318b SHA1: 878f50317e4741f5201ac12d66970de56415fb4d MD5sum: c885a25e3f80c736a7bee991bd8e7d73 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_amd64.deb Package: ibus-gtk3 Source: ibus Version: 1.5.29~rc1-1~bpo12+1 Installed-Size: 337 Maintainer: Debian Input Method Team Architecture: amd64 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: 294792 SHA256: 77d5a991fc6f2455d773c3656b6b9584c693d9225697df3e6f75d2623d50e179 SHA1: 0fefbd7835c8b05a0c740b5cb8af1fbc1ea277d8 MD5sum: 75986f73ea582e9829cd7e8e5486bfb6 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_amd64.deb Package: ibus-gtk4 Source: ibus Version: 1.5.29~rc1-1~bpo12+1 Installed-Size: 341 Maintainer: Debian Input Method Team Architecture: amd64 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: 294076 SHA256: 84bfd3d5ec5358f3d4090057093653a1347b289a81141535931537952eb68a71 SHA1: 5d24e196e80957c080fb0b1dc72c9787fbad99e3 MD5sum: 3c38b70982004f06c4004ade6a47a6db 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_amd64.deb Package: ibus-tests Source: ibus Version: 1.5.29~rc1-1~bpo12+1 Installed-Size: 605 Maintainer: Debian Input Method Team Architecture: amd64 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: 318608 SHA256: 45198bb38bb41148c3ec4edb0f7535d676a4e753e9cee01528d2b6c744fd23a6 SHA1: 91f24ffe742d5182a37930a93ec88545e2d45894 MD5sum: 3f8bcf56d43c2b9cedad954b69c44413 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_amd64.deb Package: ibus-wayland Source: ibus Version: 1.5.29~rc1-1~bpo12+1 Installed-Size: 345 Maintainer: Debian Input Method Team Architecture: amd64 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: 295252 SHA256: a488b691cd9c1fdc23acc9c25bc1e60b17ae5f62454b4605b909d7e820d5e6d6 SHA1: bcde808c67d4a8bd7c9686d7ac9249ad9937350c MD5sum: 28a69c1d430e1c682b8bb3255e536d32 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_amd64.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.3-1~bpo12+1 Installed-Size: 56316 Maintainer: Debian Go Packaging Team Architecture: amd64 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.3-1~bpo12+1), iproute2, nftables | iptables, rsync, squashfs-tools, uidmap, xz-utils Recommends: apparmor, dnsmasq-base Suggests: btrfs-progs, ceph-common, lvm2, zfsutils-linux, incus-agent, qemu-system-x86, swtpm-tools, incus-tools, gdisk, minio-client Size: 16699140 SHA256: 7474c17bf6f182e56162552dcbf403c390bba73d36a19d6ff74703f983fcf785 SHA1: ecfe8f3128b0d4edd28f406f256245682f7b50a7 MD5sum: a246e858b383ae2cc1fa054db1f02883 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.9-2~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.33.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.3-1~bpo12+1_amd64.deb Package: incus-agent Source: incus Version: 6.0.3-1~bpo12+1 Installed-Size: 13236 Maintainer: Debian Go Packaging Team Architecture: amd64 Size: 4068572 SHA256: ad77da9d0c23b08290ee2fab9956abeee2acff42d3cc86b2fba3f799bc838e38 SHA1: 5f47949a721e32746886851860577c5f4580aca8 MD5sum: e9c02b122728b8fd5ba557f99ff047e4 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.9-2~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.33.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.3-1~bpo12+1_amd64.deb Package: incus-client Source: incus Version: 6.0.3-1~bpo12+1 Installed-Size: 16406 Maintainer: Debian Go Packaging Team Architecture: amd64 Depends: libc6 (>= 2.34) Suggests: bash-completion Size: 5009376 SHA256: 3dc4111c7f4f77d31079ddb19656fd6d2e7035bce12c5795f24351e086d596f1 SHA1: ec8af6ae7351b73e982c5e09533ce78f07eb79d9 MD5sum: de3c5ef2bbebeee2fbf7ce7095183838 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.9-2~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.33.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.3-1~bpo12+1_amd64.deb Package: incus-migrate Source: incus Version: 6.0.3-1~bpo12+1 Installed-Size: 12011 Maintainer: Debian Go Packaging Team Architecture: amd64 Depends: libc6 (>= 2.34), rsync Size: 3697044 SHA256: 8d3bd2d6aa0d988017240fd6148596ad73a79e9ba671228540a24e88ee47bedc SHA1: 5512171709207a1ceca0b9e310c1950477e977eb MD5sum: fdffb9aa7aaee77f13401c52d82a9bc7 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.9-2~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.33.1-1~bpo12+1), golang-github-zitadel-schema (= 1.3.0-2~bpo12+1), golang-go.crypto (= 1:0.4.0-1), golang-gocapability-dev (= 0.0+git20200815.42c35b4-2), golang-golang-x-net (= 1:0.7.0+dfsg-1), golang-golang-x-oauth2 (= 0.3.0-1), golang-golang-x-sync (= 0.1.0-1), golang-golang-x-sys (= 0.3.0-1), golang-golang-x-term (= 0.3.0-1), golang-golang-x-text (= 0.7.0-1), golang-google-genproto (= 0.0~git20200413.b5235f6-3), golang-google-grpc (= 1.33.3-2), golang-google-protobuf (= 1.28.1-3), golang-gopkg-eapache-channels.v1 (= 1.1.0-2), golang-gopkg-eapache-queue.v1 (= 1.1.0-2), golang-gopkg-ini.v1 (= 1.66.2-1), golang-gopkg-lxc-go-lxc.v2 (= 0.0+git20220627.ad3d9f7-2), golang-gopkg-square-go-jose.v2 (= 2.6.0-2), golang-gopkg-tomb.v2 (= 0.0~git20161208.d5d1b58-3), golang-gopkg-yaml.v3 (= 3.0.1-3), golang-k8s-utils (= 0.0~git20221128.99ec85e-1), golang-logrus (= 1.9.0-1), golang-opentelemetry-otel (= 1.1.0-2), golang-petname (= 2.11~git20191129.8e5a1ed-2), golang-protobuf-extensions (= 1.0.1-3), golang-starlark (= 0.0~git20240725.42030a7-1~bpo12+1), golang-testify (= 1.8.1-1), golang-yaml.v2 (= 2.4.0-4), gopacket (= 1.1.19-3) Section: admin Priority: optional Filename: pool/main/i/incus/incus-migrate_6.0.3-1~bpo12+1_amd64.deb Package: incus-tools Source: incus Version: 6.0.3-1~bpo12+1 Installed-Size: 47993 Maintainer: Debian Go Packaging Team Architecture: amd64 Depends: libacl1 (>= 2.2.23), libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), liblxc1 (>= 1:4.0.2) Conflicts: lxd-tools Size: 14497596 SHA256: bc3ff36c02c0a68be925216c75fc225efbc201438a90824161829679f02cd06e SHA1: 520dbd042300578f45b917ddd5c68edaed06d996 MD5sum: 172b79bcc15a9904a67219ef8ed69d41 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.9-2~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.33.1-1~bpo12+1), golang-github-zitadel-schema (= 1.3.0-2~bpo12+1), golang-go.crypto (= 1:0.4.0-1), golang-gocapability-dev (= 0.0+git20200815.42c35b4-2), golang-golang-x-net (= 1:0.7.0+dfsg-1), golang-golang-x-oauth2 (= 0.3.0-1), golang-golang-x-sync (= 0.1.0-1), golang-golang-x-sys (= 0.3.0-1), golang-golang-x-term (= 0.3.0-1), golang-golang-x-text (= 0.7.0-1), golang-google-genproto (= 0.0~git20200413.b5235f6-3), golang-google-grpc (= 1.33.3-2), golang-google-protobuf (= 1.28.1-3), golang-gopkg-eapache-channels.v1 (= 1.1.0-2), golang-gopkg-eapache-queue.v1 (= 1.1.0-2), golang-gopkg-ini.v1 (= 1.66.2-1), golang-gopkg-lxc-go-lxc.v2 (= 0.0+git20220627.ad3d9f7-2), golang-gopkg-square-go-jose.v2 (= 2.6.0-2), golang-gopkg-tomb.v2 (= 0.0~git20161208.d5d1b58-3), golang-gopkg-yaml.v3 (= 3.0.1-3), golang-k8s-utils (= 0.0~git20221128.99ec85e-1), golang-logrus (= 1.9.0-1), golang-opentelemetry-otel (= 1.1.0-2), golang-petname (= 2.11~git20191129.8e5a1ed-2), golang-protobuf-extensions (= 1.0.1-3), golang-starlark (= 0.0~git20240725.42030a7-1~bpo12+1), golang-testify (= 1.8.1-1), golang-yaml.v2 (= 2.4.0-4), gopacket (= 1.1.19-3) Section: admin Priority: optional Filename: pool/main/i/incus/incus-tools_6.0.3-1~bpo12+1_amd64.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: intel-sdsi Source: linux Version: 6.11.10-1~bpo12+1 Installed-Size: 933 Maintainer: Debian Kernel Team Architecture: amd64 Depends: libc6 (>= 2.34) Size: 922144 SHA256: 237f25fbc3c100664b66bfacb56731bacc6b5244ebdb201e509d814fedb1c06b SHA1: 2b59bad04119382c001226c0163d73ffb83ef91d MD5sum: a3b819f1bf2414f94697a4858859103c Description: Intel On Demand (SDSi) provisioning tool intel_sdsi is a tool for key certificate and activation payload provisioning on Intel Xeon family processors with support for Intel On Demand (formerly known as Software Defined Silicon or SDSi). . intel_sdsi allows the configuration of additional CPU features through a license activation process. Homepage: https://www.kernel.org/ Section: admin Priority: optional Filename: pool/main/l/linux/intel-sdsi_6.11.10-1~bpo12+1_amd64.deb Package: inxi Version: 3.3.37-1-1~bpo12+1 Installed-Size: 1660 Maintainer: Unit 193 Architecture: all Depends: pciutils, procps, perl:any Recommends: dmidecode, dnsutils, file, iproute2 | net-tools, kmod, lm-sensors, mesa-utils, sudo | doas, tree, usbutils, x11-utils, x11-xserver-utils Suggests: libxml-dumper-perl, wget | curl | libhttp-tiny-perl Size: 621200 SHA256: df0ed59d5c80c2d433f410565158bb3ce257b95ea646aa9239fe4779934579b9 SHA1: fbab8557ff18ec74f24ed349d2e08b1feb5017d5 MD5sum: 3be50ad9615128bd19ab89845545df69 Description: full featured system information script Inxi is a system information script that can display various things about your hardware and software to users in an IRC chatroom or support forum. It runs with the /exec command in most IRC clients. Multi-Arch: foreign Homepage: https://smxi.org/docs/inxi.htm Section: misc Priority: optional Filename: pool/main/i/inxi/inxi_3.3.37-1-1~bpo12+1_all.deb Package: iotop-c Version: 1.27-1~bpo12+1 Installed-Size: 136 Maintainer: Boian Bonev Architecture: amd64 Replaces: iotop (<= 0.6-24-g733f3f8-1) Depends: libc6 (>= 2.34), libncursesw6 (>= 6), libtinfo6 (>= 6) Breaks: iotop (<= 0.6-24-g733f3f8-1) Size: 53136 SHA256: e2194f494c8de4ba120d4053761eebdca88906ad494eb012f8aa12c9b73be6be SHA1: 35bbd7a387dd34ea3f6f1e107dffa869946ab29e MD5sum: 4ff02b6e4fcf24714527ce84fe555c33 Description: simple top-like I/O monitor (implemented in C) iotop-c does for I/O usage what top(1) does for CPU usage. It watches I/O usage information output by the Linux kernel and displays a table of current I/O usage by processes on the system. It is handy for answering the question "Why is the disk churning so much?". . iotop-c requires a Linux kernel built with the CONFIG_TASKSTATS, CONFIG_TASK_DELAY_ACCT, CONFIG_TASK_IO_ACCOUNTING and CONFIG_VM_EVENT_COUNTERS config options on. . iotop-c is an alternative re-implementation of iotop in C, optimized for performance. Normally a monitoring tool intended to be used on a system under heavy stress should use the least additional resources as possible. Homepage: https://github.com/Tomas-M/iotop Section: admin Priority: optional Filename: pool/main/i/iotop-c/iotop-c_1.27-1~bpo12+1_amd64.deb Package: iproute2 Version: 6.12.0-1~bpo12+1 Installed-Size: 3627 Maintainer: Debian Kernel Team Architecture: amd64 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: 1068616 SHA256: 149541a12c79ccd27228ef63f810c545643fd78cb81563e702975bb70711200d SHA1: 8e85cbe529b460d1e836ce9ab0ca770210ede072 MD5sum: c70ce45cee531469dc1439d5fe293986 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.12.0-1~bpo12+1_amd64.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: 1321 Maintainer: Debian Chinese Team Architecture: amd64 Depends: libayatana-appindicator3-1 (>= 0.4.90), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgdk-pixbuf-2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.51.0), libgoogle-glog0v6 (>= 0.6.0), libgtk-3-0 (>= 3.21.5), libjsoncpp25 (>= 1.9.5), libpango-1.0-0 (>= 1.14.0), libsigc++-2.0-0v5 (>= 2.8.0), libstdc++6 (>= 11) Size: 414936 SHA256: 18419209798b6ae30d8812470ca3087aaabb168489ded2b63f949aef9554d072 SHA1: 083b813c644e6580f76145eb563a150e9fc3c5d1 MD5sum: 130c1d676d5ec45d5621e172fb125328 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_amd64.deb Package: irssi Version: 1.4.5-1~bpo12+1 Installed-Size: 2478 Maintainer: Rhonda D'Vine Architecture: amd64 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: 1181212 SHA256: 090b8a110d9837afe32cc6c5f9d8bd5aa9db7f567138406a2a58ad9c9033e739 SHA1: d1040ac9086c6466ebfbbd7e170208bd6fea83c5 MD5sum: fbaa153ae89cfefa9812c4abdd0ff85d 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_amd64.deb Package: irssi-dev Source: irssi Version: 1.4.5-1~bpo12+1 Installed-Size: 769 Maintainer: Rhonda D'Vine Architecture: amd64 Depends: irssi (= 1.4.5-1~bpo12+1) Size: 551860 SHA256: 61b38a98448542722e0fc4e6580e9b148327de1df936fc398f4129d8ce0a27c8 SHA1: cddc52c9931d853ed974c1f2277c4d26f5ecb40f MD5sum: 80dd8aefc981d88bb981421e8738ca99 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_amd64.deb Package: irssi-plugin-otr Source: irssi Version: 1.4.5-1~bpo12+1 Installed-Size: 568 Maintainer: Rhonda D'Vine Architecture: amd64 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: 522784 SHA256: c954ccb21480cdc23925a84ff7320d1dfa11262b2901a5b195c737bc579aeb2b SHA1: efd60610197e75f707233710e0c6e04e703304aa MD5sum: 3368d508f8f967339cf95f5a6a6b0892 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_amd64.deb Package: iwgtk Version: 0.9-1~bpo12+1 Installed-Size: 160 Maintainer: Mark Hindley Architecture: amd64 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: 44660 SHA256: a2d64ddf5efad4f2ee688791ae802077d7297139776cee000658b5c1b34a27c4 SHA1: 90db3e2fd7641cd67dd3a12015870bf5d7660263 MD5sum: d8fa38dfa5f86efd101f46b5b2048727 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_amd64.deb Package: jacktrip Version: 2.4.1+ds-1~bpo12+1 Installed-Size: 1577 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libjack-jackd2-0 (>= 1.9.10+20150825) | libjack-0.125, libqt6core6 (>= 6.4.0), libqt6network6 (>= 6.4.0), libstdc++6 (>= 11) Suggests: iperf Size: 959384 SHA256: 4ae78ab34f9627140e2a765d7d3e45f609f73e50fa17baf2b63af88c4d919b91 SHA1: f12bafa70ea703a6e953d8858e4d09460c88e804 MD5sum: b7f16c7f742d5100b6b5d23f74c22c3f Description: high-quality system for audio network performances (cmdline) JackTrip is a Linux and Mac OS X-based system used for multi-machine network performance over the Internet. It supports any number of channels (as many as the computer/network can handle) of bidirectional, high quality, uncompressed audio signal streaming. . You can use it between any combination of Linux and Mac OS X systems (i.e., one end using Linux can connect to the other using Mac OS X). . It is currently being developed and actively tested at CCRMA by the SoundWIRE group. . This package contains the minimal command line version of jacktrip. Homepage: https://github.com/jacktrip/jacktrip/ Section: sound Priority: optional Filename: pool/main/j/jacktrip/jacktrip_2.4.1+ds-1~bpo12+1_amd64.deb Package: jacktrip-gui Source: jacktrip Version: 2.4.1+ds-1~bpo12+1 Installed-Size: 2268 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Depends: qml6-module-qt5compat-graphicaleffects, qml6-module-qtqml-workerscript, qml6-module-qtquick-controls, qml6-module-qtquick-layouts, qml6-module-qtquick-templates, qml6-module-qtquick-window, qml6-module-qtwebchannel, qml6-module-qtwebengine, libc6 (>= 2.34), libgcc-s1 (>= 4.0), libjack-jackd2-0 (>= 1.9.10+20150825) | libjack-0.125, libqt6core6 (>= 6.4.0), libqt6gui6 (>= 6.1.2), libqt6network6 (>= 6.4.0), libqt6qml6 (>= 6.2.0), libqt6quick6 (>= 6.2.0), libqt6quickcontrols2-6 (>= 6.2.0), libqt6svg6 (>= 6.2.0), libqt6webchannel6 (>= 6.2.1), libqt6webenginecore6 (>= 6.3.0), libqt6webenginecore6-bin (>= 6.3.0), libqt6webenginequick6 (>= 6.2.2), libqt6websockets6 (>= 6.2.1), libqt6widgets6 (>= 6.3.0), librtaudio6 (>= 5.2.0~ds1), libstdc++6 (>= 11), qt6-websockets-abi (= 6.4.2) Suggests: audacity, iperf, qjackctl Size: 928368 SHA256: 381975d3dd79d864ec2c283fd1f428fa3e09b90e4230301217ff18b9fe537ecd SHA1: 9bf2b534732dd4cfd184a6a6773a26e522cdce7e MD5sum: f14255a2cfbf071235f11791d4499651 Description: high-quality system for audio network performances (GUI) JackTrip is a Linux and Mac OS X-based system used for multi-machine network performance over the Internet. It supports any number of channels (as many as the computer/network can handle) of bidirectional, high quality, uncompressed audio signal streaming. . You can use it between any combination of Linux and Mac OS X systems (i.e., one end using Linux can connect to the other using Mac OS X). . It is currently being developed and actively tested at CCRMA by the SoundWIRE group. . This package contains the GUI version of jacktrip, which also includes RtAudio support. Homepage: https://github.com/jacktrip/jacktrip/ Section: sound Priority: optional Filename: pool/main/j/jacktrip/jacktrip-gui_2.4.1+ds-1~bpo12+1_amd64.deb Package: jdupes Version: 1.27.3-5~bpo12+1 Installed-Size: 119 Maintainer: Joao Eriberto Mota Filho Architecture: amd64 Depends: libc6 (>= 2.34), libjodycode3 (>= 3.0.1) Size: 61844 SHA256: 9c1a3719d6ec3b05f9275b296d08e594a41c95a9629da6e4cbe21154ca713978 SHA1: ecd00cc8dca1b2e1ca9a5084c5affb473883fdf2 MD5sum: 49dd9636bcebe268786422898093440e 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_amd64.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: 3339 Maintainer: Debian Go Packaging Team Architecture: amd64 Depends: libc6 (>= 2.34) Size: 1228556 SHA256: 27a599ae24618be81b2d79d06cd4a6bf978f3ea95ae405dc487f5c7f35666292 SHA1: 6149ea26f513a79ff5f4e4d3ba060215688e5b21 MD5sum: 4f0f5c956a249a4fa1fed4574eb6310b 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_amd64.deb Package: josm Version: 0.0.svn19277+dfsg-1~bpo12+1 Installed-Size: 31969 Maintainer: Debian GIS Project Architecture: all Depends: default-jre (>= 2:1.11) | java11-runtime, fonts-noto, jmapviewer (>= 2.22), libgettext-commons-java (>= 0.9.6), proj-data Recommends: josm-l10n (= 0.0.svn19277+dfsg-1~bpo12+1), openjfx Conflicts: josm-plugins Size: 17611216 SHA256: ce4cf9f416420b8657e9be3c49876b1dd637a4b729a9ca8b66c205e88c8a4877 SHA1: 74333f652ccb751b3641ab2c0b55c1881198913a MD5sum: 0d5e6b3f15568dac0fb37c65c25c92ae 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.svn19277+dfsg-1~bpo12+1_all.deb Package: josm-l10n Source: josm Version: 0.0.svn19277+dfsg-1~bpo12+1 Installed-Size: 9983 Maintainer: Debian GIS Project Architecture: all Size: 2187040 SHA256: 815407f6f7f978dbc0eb4d49051a43d94dd3164d359cc6e095ef1d3e24b983ca SHA1: 7aaf4327d16e10faaf21b4de306a6e2691fcf6d6 MD5sum: a5ecef20de319c444b81ee1135fc12f4 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.svn19277+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: 342 Maintainer: Sudip Mukherjee Architecture: amd64 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libkshark2 (>= 2.2.1), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.11.0~rc1) | libqt5gui5-gles (>= 5.11.0~rc1), libqt5widgets5 (>= 5.2.0~alpha1), libstdc++6 (>= 11), libtraceevent1 (>= 5.4), trace-cmd (>= 2.9.3), fonts-freefont-ttf, pkexec Size: 73468 SHA256: b804469e43295f496b54c2178d0eecf84a0bfe7a5c386d70cbe8c58eb360aaeb SHA1: 576a576bda7d7ac14676c00448a385b3ab116411 MD5sum: bf141af8449d869ca66c28667e055ce5 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_amd64.deb Package: kicad Version: 8.0.8+dfsg-1~bpo12+1 Installed-Size: 172147 Maintainer: Debian Electronics Team Architecture: amd64 Depends: libngspice0, python3-wxgtk4.0 (>= 4.2.0+dfsg-1~), python3:any, libc6 (>= 2.35), libcairo2 (>= 1.14.0), libcurl4 (>= 7.16.2), libfontconfig1 (>= 2.12.6), libfreetype6 (>= 2.2.1), libgcc-s1 (>= 3.4), 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: 41152656 SHA256: b334392a860b6bb0994da98f641dc16fbf412788f063e0f0035011bd8de96838 SHA1: f53d0570738f5cb0c964aeffe4b545c37b26fcf1 MD5sum: 4f45af84829a7562a4e8551e6ab5ddcb 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.8+dfsg-1~bpo12+1_amd64.deb Package: kicad-demos Source: kicad Version: 8.0.8+dfsg-1~bpo12+1 Installed-Size: 55240 Maintainer: Debian Electronics Team Architecture: all Suggests: kicad (>= 8.0.1~) Size: 9205524 SHA256: a090aad8ec2851acb66c25aa7904d8147ae238f1cfe0f4ab3977708958126122 SHA1: 6f3a53e3c14c85fa135645ca4e9bd935047d89b0 MD5sum: b981ce6373db4e57bf5b2cb631a7101f 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.8+dfsg-1~bpo12+1_all.deb Package: kicad-doc-ca Source: kicad Version: 8.0.8+dfsg-1~bpo12+1 Installed-Size: 4351 Maintainer: Debian Electronics Team Architecture: all Size: 3741492 SHA256: 379739f17c0d64b52abcfeedbf17fc694db2008c4ebbff7e78057a4b30e131fa SHA1: f0fee39e1b0474edd2224b67eece9b9f2290bdb4 MD5sum: d5498abfdddffe3407e2b2c241fc0b87 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.8+dfsg-1~bpo12+1_all.deb Package: kicad-doc-de Source: kicad Version: 8.0.8+dfsg-1~bpo12+1 Installed-Size: 33633 Maintainer: Debian Electronics Team Architecture: all Size: 28962576 SHA256: f82dac0e42f76ba17fdf45e3ab01f9f68bd55efac6833059f0e8f754835d1223 SHA1: 5f66e2de42bda9ec1b9afee6c96d88d5114fb039 MD5sum: bffa1af16af29a1ea67b2da624ee9648 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.8+dfsg-1~bpo12+1_all.deb Package: kicad-doc-en Source: kicad Version: 8.0.8+dfsg-1~bpo12+1 Installed-Size: 29342 Maintainer: Debian Electronics Team Architecture: all Size: 25060072 SHA256: 3dacba5763ca364664f1903e32426a126b2debd86296ea33900852702518966d SHA1: 9c3a46a2a8d364eaaf41e464ed5e2bb72c8b44e4 MD5sum: 4c3627a45fcebb202962530fa2a494ac 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.8+dfsg-1~bpo12+1_all.deb Package: kicad-doc-es Source: kicad Version: 8.0.8+dfsg-1~bpo12+1 Installed-Size: 25130 Maintainer: Debian Electronics Team Architecture: all Size: 21346284 SHA256: 5ac9b49aa4fa943bc78fde3f1702884fa175eefb0aa14f1d448184f7573c4ef8 SHA1: cfc811f0f7e88c9d8364af93a00b82af9f9f35bf MD5sum: ceef5823484980e10cf49c0d61daf798 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.8+dfsg-1~bpo12+1_all.deb Package: kicad-doc-fr Source: kicad Version: 8.0.8+dfsg-1~bpo12+1 Installed-Size: 28176 Maintainer: Debian Electronics Team Architecture: all Size: 24468200 SHA256: 2d393a88e973c3d2b014e0cfc41e193e0be84bb2f525970335feeafc4485f664 SHA1: 4cda14e4edfe9f99d89b5c0332aa4d441a063022 MD5sum: 2b612e5295995a8945d03d392de18c42 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.8+dfsg-1~bpo12+1_all.deb Package: kicad-doc-id Source: kicad Version: 8.0.8+dfsg-1~bpo12+1 Installed-Size: 13556 Maintainer: Debian Electronics Team Architecture: all Size: 11532476 SHA256: 1375fd7017ff6102c26914af80b416938fe67252790fc5cec68a463a2dec9a90 SHA1: c0b80955dcc2fa7a022345228d22202062352cc4 MD5sum: f239bf5e6ef264310212ca65f4d02f3e 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.8+dfsg-1~bpo12+1_all.deb Package: kicad-doc-it Source: kicad Version: 8.0.8+dfsg-1~bpo12+1 Installed-Size: 33404 Maintainer: Debian Electronics Team Architecture: all Size: 29169448 SHA256: 2ff3539ca7aefd527a697cfe093e231f31538e931a4d3d7d1cfe6226d53d7bb4 SHA1: 7c738a0b5c07b91399459571cafe562d9459f637 MD5sum: b454228ca2f779cb53387b53012067cf 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.8+dfsg-1~bpo12+1_all.deb Package: kicad-doc-ja Source: kicad Version: 8.0.8+dfsg-1~bpo12+1 Installed-Size: 41635 Maintainer: Debian Electronics Team Architecture: all Size: 33242968 SHA256: 8977409d340c12e9a477de3bbb9f1b997c5cc42cfc2bbf05052fa5ca40700e07 SHA1: 1df199b0ea7f597634bfb16e0e476e93f9357559 MD5sum: 239a1e16de8018c51887df5d09e13c0e 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.8+dfsg-1~bpo12+1_all.deb Package: kicad-doc-pl Source: kicad Version: 8.0.8+dfsg-1~bpo12+1 Installed-Size: 32875 Maintainer: Debian Electronics Team Architecture: all Size: 28106516 SHA256: 390a817b94725c11143a5fa4d0513caff249694488f0af77b8629364b6eb64bd SHA1: f32c204cc0d241f542c63423e11b03ad2233266b MD5sum: d7d439a5d5fd362a5ffe92203e009470 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.8+dfsg-1~bpo12+1_all.deb Package: kicad-doc-ru Source: kicad Version: 8.0.8+dfsg-1~bpo12+1 Installed-Size: 37954 Maintainer: Debian Electronics Team Architecture: all Size: 33349696 SHA256: 2f148de31be372c9048252e4706fa562f6b2be9af4df14b3088c2ac84d7ad922 SHA1: 40d36af484ad6ebfb4a4fa02361b774bc2672daa MD5sum: fda79537dab210d3aacaf77aa4f6eebd 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.8+dfsg-1~bpo12+1_all.deb Package: kicad-doc-zh Source: kicad Version: 8.0.8+dfsg-1~bpo12+1 Installed-Size: 33409 Maintainer: Debian Electronics Team Architecture: all Size: 29126436 SHA256: 9df819e592be66992ea393093ab72350bdfc270cf1e9918f43898c42220fcc23 SHA1: d404cfb951aad744f0f368c654b238cb26fbaaa9 MD5sum: 5a8672605df748be97d8572b11795a08 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.8+dfsg-1~bpo12+1_all.deb Package: kicad-footprints Version: 8.0.8-1~bpo12+1 Installed-Size: 192871 Maintainer: Debian Electronics Team Architecture: all Replaces: kicad (<< 8.0.1~) Recommends: kicad (>= 8.0.1~) Breaks: kicad (<< 8.0.1~) Size: 21960188 SHA256: b3254c6c2147579e22c353f9d709ce7905550d2390d71ad1de2cb4a9cf902cb0 SHA1: 6e00839256101b86ed35fef7a48e8d613f9d7d55 MD5sum: 32b864880021d906057bc295b05d5403 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.8-1~bpo12+1_all.deb Package: kicad-libraries Source: kicad Version: 8.0.8+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: 31484 SHA256: ffdb0ad39b2bb3be39732cba11cc8f68434d6f4b5ff4e7998ea63c24bfdebdac SHA1: 37d0bd45df39ecbaacf840410967a9a4c5fc3d8b MD5sum: 283724f9b5dbc3cca46f85716f5a3798 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.8+dfsg-1~bpo12+1_all.deb Package: kicad-packages3d Version: 8.0.7-1~bpo12+1 Installed-Size: 5574740 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: 391849964 SHA256: e1bc3fc0e15c6a4d624964383911d58230be188dc5d85a20b92aa4c272b9c9de SHA1: e58b7857d191b9d4397e33c51a30cba37d45b193 MD5sum: b22a46a188f3d135d26cd999424ce467 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.7-1~bpo12+1_all.deb Package: kicad-symbols Version: 8.0.8-1~bpo12+1 Installed-Size: 214283 Maintainer: Debian Electronics Team Architecture: all Replaces: kicad (<< 8.0.1~) Recommends: kicad (>= 8.0.1~) Breaks: kicad (<< 8.0.1~) Size: 3192112 SHA256: c45fcac63e2ebdadbcca753ef72e708e080e9d0a55c4380b18ae0ebadd6158bd SHA1: c80e2e806bb0851bbaa2e940968db7d02e288a44 MD5sum: 7eb9f23762d43f73ee8283cbef64c844 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.8-1~bpo12+1_all.deb Package: kicad-templates Version: 8.0.8-1~bpo12+1 Installed-Size: 5138 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: 2701160 SHA256: d2f1cc0a6acca03e6508eb15ef074eb8994befd8453273dcc56321a4769a3c18 SHA1: f753026a975415037f191cbeaa02ba543264e352 MD5sum: eb2e69681637d78cedd6f1d252ea0d5b Description: Project templates for KiCad KiCad is a cross platform and Open Source EDA (Electronics Design Automation) suite which can be used for the creation of electronic schematic diagrams and PCB artwork. KiCad can load project templates where users can base their own projects on. This can save much time while working on own PCBs. This package is providing various templates built by the KiCad Community e.g. for common single-board computers like: * Raspberry PI * BeagleBone * Arduino (Mega, Micro, Mini, Nano, Pro Mini, Uno R3) . But also for other typical use cases like for * ABS Plastic Hand Held/Instrument Enclosures from Hammond Manufactoring * API (Automated Processes Incorporated) Series 500 Compatible Board * Edgeberry Hardware Cartridge * Minnowboard MAX or Turbot SBC * STM32 Nucleo-64 Morpho * STM32F100 discovery board (Cortex-M3™ Microcontroller Board) * STM32H7xx DevEBox * TI Launchpad board . This package also contains some worksheet files which are useful in case a user wanted to create new templates for KiCad. Please have a look into the documentation (available by packages kicad-doc-*) how to create new templates. 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.8-1~bpo12+1_all.deb Package: ksmbd-tools Version: 3.5.2-2~bpo12+1 Installed-Size: 186 Maintainer: Alex Myczko Architecture: amd64 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: 66108 SHA256: e3d14af30f5faf6542950fe1a5221cbc6bc69cd7efdd4e8adc47288a82a1fda4 SHA1: e89fa31fa44aeaa5ef274350a366a36522269e0a MD5sum: f0c274665259fbe4361beb00ce56c260 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_amd64.deb Package: ksuid Source: golang-github-segmentio-ksuid Version: 1.0.4-2~bpo12+1 Installed-Size: 2223 Maintainer: Debian Go Packaging Team Architecture: amd64 Size: 779000 SHA256: 75e7cdc3d37c15886826968d1b7b3cf63d887a675fe81d741b7a2a75bd0757c5 SHA1: 404141d5d79d361977ce3ce623752c32655b05ab MD5sum: b3b63dbf1e7f7c3c09f9c9875cd7dda5 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_amd64.deb Package: kupfer Version: 327+git20240901-1~bpo12+1 Installed-Size: 3389 Maintainer: Debian QA Group Architecture: all Depends: gir1.2-gtk-3.0, gir1.2-keybinder-3.0, python3-dbus, python3-gi-cairo, python3-xdg, python3:any Recommends: gir1.2-wnck-3.0, yelp Suggests: gir1.2-ayatanaappindicator3-0.1, python3-setproctitle Size: 623740 SHA256: b57cc4bd49fe186ce3f0fcafc37e0f906d4ee248632921729950f927ea9496ae SHA1: c8fc35b8b97eae6f7e0816f0202b5dd0b7bf8852 MD5sum: c195f9f7fa3ea4151a76caeb5175fad4 Description: fast and lightweight desktop summoner/launcher Kupfer is a summoner/launcher in the style of Quicksilver or GNOME Do. It can search and browse your files, launch desired applications and object you need in a quicker way. . Kupfer is written in Python 3 and has a flexible architecture based on plugins to extend its features. Homepage: https://kupferlauncher.github.io/ Section: utils Priority: optional Filename: pool/main/k/kupfer/kupfer_327+git20240901-1~bpo12+1_all.deb Package: langford-dkms Source: langford Version: 0.0.20130228-7~bpo12+1 Installed-Size: 72 Maintainer: Simon Richter Architecture: all Depends: dkms (>= 3.0.3-4~) Size: 13932 SHA256: 4712c0593664a3aedef74d99b8f42c185718e19830ced5fe1b047fcad610e02f SHA1: d8057e64e5744e7318c4ebda39a32f18566e3548 MD5sum: dbf36d7f914ea6b30ef2e007283a7dbf Description: Kernel drivers for the Per Vices Noctar IQ demodulator board This package contains the source code and build scripts for the driver required to use the "Noctar" (formerly "Phi") IQ demodulator board from Per Vices. . If you are unsure whether you need this package, then you don't. Homepage: http://www.pervices.com/ Section: kernel Priority: optional Filename: pool/main/l/langford/langford-dkms_0.0.20130228-7~bpo12+1_all.deb Package: langford-utils Source: langford Version: 0.0.20130228-7~bpo12+1 Installed-Size: 115 Maintainer: Simon Richter Architecture: amd64 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2) Recommends: langford-dkms Suggests: gnuradio Size: 18228 SHA256: 8568f7843d0d5ed31850e2b55c3355be1b595027595d80120601582015b3dce9 SHA1: 93a7dd8d8872df22a0fe69af5c47d8894c4f84f3 MD5sum: f15bc3dbc230e6c52d1d95213b1409b9 Description: Control programs for the Per Vices Noctar IQ demodulator board These utilities can be used to set up low level functions in the "Noctar" (formerly "Phi") IQ demodulator board from Per Vices. . If you are unsure whether you need this package, then you don't. Homepage: http://www.pervices.com/ Section: electronics Priority: optional Filename: pool/main/l/langford/langford-utils_0.0.20130228-7~bpo12+1_amd64.deb Package: lazarus Version: 3.6+dfsg1-4~bpo12+1 Installed-Size: 117 Maintainer: Pascal Packaging Team Architecture: all Depends: lazarus-3.6 Size: 34068 SHA256: 695a1e02bb9d2e613be571c5ac6d4546e1ebe2c7387ac740912aa8c905fbc2d8 SHA1: 5424c68d5ec36adc99216e5e0317ea11d98ae91f MD5sum: 9753ee143cab4cc251d37a9d8eca7b27 Description: IDE for Free Pascal - SDK dependency package Lazarus is an IDE to create (graphical and console) applications with Free Pascal, the (L)GPLed Pascal and Object Pascal compiler that runs on Windows, Linux, Mac OS X, FreeBSD and more. . Lazarus is the missing part of the puzzle that will allow you to develop programs for all of the above platforms in a Delphi-like environment. The IDE is a RAD tool that includes a form designer. . Unlike Java's "write once, run anywhere" motto, Lazarus and Free Pascal strive for "write once, compile anywhere". Since the exact same compiler is available on all of the above platforms you don't need to do any recoding to produce identical products for different platforms. . In short, Lazarus is a free RAD tool for Free Pascal using its Lazarus Component Library (LCL). . This dependency package always depends on the latest available version of the metapackage pulling in all the packages needed to have a typical Lazarus installation. Homepage: https://www.lazarus-ide.org/ Section: devel Priority: optional Filename: pool/main/l/lazarus/lazarus_3.6+dfsg1-4~bpo12+1_all.deb Package: lazarus-3.0 Source: lazarus Version: 3.0+dfsg1-8~bpo12+1 Installed-Size: 118 Maintainer: Pascal Packaging Team Architecture: all Provides: lazarus Depends: lazarus-ide (>= 3.0+dfsg1-8~bpo12+1), lazarus-src-3.0 (>= 3.0+dfsg1-8~bpo12+1), lcl-3.0 (>= 3.0+dfsg1-8~bpo12+1) Recommends: fpc, fpc-source, lazarus-doc-3.0 Suggests: fp-docs, fp-utils Size: 34004 SHA256: 17fd96634028a9f7230b4775196be0aac7d1c8e809a3712a8350d817680ad596 SHA1: 6acbb902f741ea739db75de3053583f221a47e07 MD5sum: 39acd61f52e70dbe2ec9470439ffbf22 Description: IDE for Free Pascal - suite Lazarus is an IDE to create (graphical and console) applications with Free Pascal, the (L)GPLed Pascal and Object Pascal compiler that runs on Windows, Linux, Mac OS X, FreeBSD and more. . Lazarus is the missing part of the puzzle that will allow you to develop programs for all of the above platforms in a Delphi-like environment. The IDE is a RAD tool that includes a form designer. . Unlike Java's "write once, run anywhere" motto, Lazarus and Free Pascal strive for "write once, compile anywhere". Since the exact same compiler is available on all of the above platforms you don't need to do any recoding to produce identical products for different platforms. . In short, Lazarus is a free RAD tool for Free Pascal using its Lazarus Component Library (LCL). . This metapackage pulls in all the packages needed to have a typical Lazarus installation. Homepage: https://www.lazarus-ide.org/ Section: devel Priority: optional Filename: pool/main/l/lazarus/lazarus-3.0_3.0+dfsg1-8~bpo12+1_all.deb Package: lazarus-3.6 Source: lazarus Version: 3.6+dfsg1-4~bpo12+1 Installed-Size: 119 Maintainer: Pascal Packaging Team Architecture: all Provides: lazarus Depends: lazarus-ide (>= 3.6+dfsg1-4~bpo12+1), lazarus-src-3.6 (>= 3.6+dfsg1-4~bpo12+1), lcl-3.6 (>= 3.6+dfsg1-4~bpo12+1) Recommends: fpc, fpc-source, lazarus-doc-3.6 Suggests: fp-docs, fp-utils Size: 34672 SHA256: 11a691170a48bc2c403c8b0af491e7aa178c623281e0f24b53beea20c1f677f3 SHA1: a5a3aa025428aac7418b13e6636e34c2dab7c174 MD5sum: 6a40ee20453a55df977e3be7e8d181c7 Description: IDE for Free Pascal - suite Lazarus is an IDE to create (graphical and console) applications with Free Pascal, the (L)GPLed Pascal and Object Pascal compiler that runs on Windows, Linux, Mac OS X, FreeBSD and more. . Lazarus is the missing part of the puzzle that will allow you to develop programs for all of the above platforms in a Delphi-like environment. The IDE is a RAD tool that includes a form designer. . Unlike Java's "write once, run anywhere" motto, Lazarus and Free Pascal strive for "write once, compile anywhere". Since the exact same compiler is available on all of the above platforms you don't need to do any recoding to produce identical products for different platforms. . In short, Lazarus is a free RAD tool for Free Pascal using its Lazarus Component Library (LCL). . This metapackage pulls in all the packages needed to have a typical Lazarus installation. Homepage: https://www.lazarus-ide.org/ Section: devel Priority: optional Filename: pool/main/l/lazarus/lazarus-3.6_3.6+dfsg1-4~bpo12+1_all.deb Package: lazarus-doc Source: lazarus Version: 3.6+dfsg1-4~bpo12+1 Installed-Size: 117 Maintainer: Pascal Packaging Team Architecture: all Depends: lazarus-doc-3.6 Size: 34184 SHA256: 7199476f093921613ef2b23065a33da13d9045be7d02225c90fea86bbde48c57 SHA1: a0e22fd1f360cb510105be09bfa08b343272f146 MD5sum: fb70e36955e39e0a1698f54ea38e7192 Description: IDE for Free Pascal - documentation dependency package Lazarus is an IDE to create (graphical and console) applications with Free Pascal, the (L)GPLed Pascal and Object Pascal compiler that runs on Windows, Linux, Mac OS X, FreeBSD and more. . Lazarus is the missing part of the puzzle that will allow you to develop programs for all of the above platforms in a Delphi-like environment. The IDE is a RAD tool that includes a form designer. . Unlike Java's "write once, run anywhere" motto, Lazarus and Free Pascal strive for "write once, compile anywhere". Since the exact same compiler is available on all of the above platforms you don't need to do any recoding to produce identical products for different platforms. . In short, Lazarus is a free RAD tool for Free Pascal using its Lazarus Component Library (LCL). . This dependency package always depends on the latest available version of the package pulling in the documentation for the Lazarus IDE and components. It can be viewed separately with any HTML browser or accessed from the IDE's integrated help (pressing on any LCL identifier will browse the help for that identifier). Multi-Arch: foreign Homepage: https://www.lazarus-ide.org/ Section: doc Priority: optional Filename: pool/main/l/lazarus/lazarus-doc_3.6+dfsg1-4~bpo12+1_all.deb Package: lazarus-doc-3.0 Source: lazarus Version: 3.0+dfsg1-8~bpo12+1 Installed-Size: 170339 Maintainer: Pascal Packaging Team Architecture: all Provides: lazarus-doc Suggests: lazarus-ide-3.0 Size: 20737492 SHA256: 8d1d9dbb9f8e5fbe04069d243a38dfca83054515ba4b89ac5e3200e5d96c5994 SHA1: d52b9443318175c67352dfbdaa2a736083b0fc23 MD5sum: a375783cac468f8239e9d3b1406206ed Description: IDE for Free Pascal - documentation Lazarus is an IDE to create (graphical and console) applications with Free Pascal, the (L)GPLed Pascal and Object Pascal compiler that runs on Windows, Linux, Mac OS X, FreeBSD and more. . Lazarus is the missing part of the puzzle that will allow you to develop programs for all of the above platforms in a Delphi-like environment. The IDE is a RAD tool that includes a form designer. . Unlike Java's "write once, run anywhere" motto, Lazarus and Free Pascal strive for "write once, compile anywhere". Since the exact same compiler is available on all of the above platforms you don't need to do any recoding to produce identical products for different platforms. . In short, Lazarus is a free RAD tool for Free Pascal using its Lazarus Component Library (LCL). . This package contains documentation for the Lazarus IDE and components. It can be viewed separately with any HTML browser or accessed from the IDE's integrated help (pressing on any LCL identifier will browse the help of that identifier). Multi-Arch: foreign Homepage: https://www.lazarus-ide.org/ Section: doc Priority: optional Filename: pool/main/l/lazarus/lazarus-doc-3.0_3.0+dfsg1-8~bpo12+1_all.deb Package: lazarus-doc-3.6 Source: lazarus Version: 3.6+dfsg1-4~bpo12+1 Installed-Size: 170478 Maintainer: Pascal Packaging Team Architecture: all Provides: lazarus-doc Suggests: lazarus-ide-3.6 Size: 20779196 SHA256: d3e4e807327691791ad3e02518d8ec7ad75c3c7975b6c879d4e54ff4abe0a503 SHA1: 633aa1bbe7a3834a60f823d4f46ca2be886f0396 MD5sum: 8aebefdf29ca7cf882817e368e222a52 Description: IDE for Free Pascal - documentation Lazarus is an IDE to create (graphical and console) applications with Free Pascal, the (L)GPLed Pascal and Object Pascal compiler that runs on Windows, Linux, Mac OS X, FreeBSD and more. . Lazarus is the missing part of the puzzle that will allow you to develop programs for all of the above platforms in a Delphi-like environment. The IDE is a RAD tool that includes a form designer. . Unlike Java's "write once, run anywhere" motto, Lazarus and Free Pascal strive for "write once, compile anywhere". Since the exact same compiler is available on all of the above platforms you don't need to do any recoding to produce identical products for different platforms. . In short, Lazarus is a free RAD tool for Free Pascal using its Lazarus Component Library (LCL). . This package contains documentation for the Lazarus IDE and components. It can be viewed separately with any HTML browser or accessed from the IDE's integrated help (pressing on any LCL identifier will browse the help of that identifier). Multi-Arch: foreign Homepage: https://www.lazarus-ide.org/ Section: doc Priority: optional Filename: pool/main/l/lazarus/lazarus-doc-3.6_3.6+dfsg1-4~bpo12+1_all.deb Package: lazarus-ide Source: lazarus Version: 3.6+dfsg1-4~bpo12+1 Installed-Size: 117 Maintainer: Pascal Packaging Team Architecture: all Depends: lazarus-ide-gtk2-3.6 | lazarus-ide-qt5-3.6 Size: 34064 SHA256: 47f1fca0273f6015c1bbe463eeba624c527011dd9b60e84ecff702264d1779df SHA1: 3e5360410ed453aadd2e032bdf5c469b92889ef4 MD5sum: 19e6acdfc928a2b7b9b8eda56ff9eb45 Description: IDE for Free Pascal - dependency package Lazarus is an IDE to create (graphical and console) applications with Free Pascal, the (L)GPLed Pascal and Object Pascal compiler that runs on Windows, Linux, Mac OS X, FreeBSD and more. . Lazarus is the missing part of the puzzle that will allow you to develop programs for all of the above platforms in a Delphi-like environment. The IDE is a RAD tool that includes a form designer. . Unlike Java's "write once, run anywhere" motto, Lazarus and Free Pascal strive for "write once, compile anywhere". Since the exact same compiler is available on all of the above platforms you don't need to do any recoding to produce identical products for different platforms. . In short, Lazarus is a free RAD tool for Free Pascal using its Lazarus Component Library (LCL). . This dependency package always pulls in the latest available version of one of the flavors of the Lazarus IDE. Homepage: https://www.lazarus-ide.org/ Section: devel Priority: optional Filename: pool/main/l/lazarus/lazarus-ide_3.6+dfsg1-4~bpo12+1_all.deb Package: lazarus-ide-3.0 Source: lazarus Version: 3.0+dfsg1-8~bpo12+1 Installed-Size: 43130 Maintainer: Pascal Packaging Team Architecture: amd64 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: 6963160 SHA256: edfc1e4328291f2fab385d9acbc2cc57be61e40c98122a4fcbf0ada74e7df5b2 SHA1: b0370dea607f2a840094614bcf6585464b821e24 MD5sum: 0b28d4b958d3499a998a763c7d81fdf3 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_amd64.deb Package: lazarus-ide-3.6 Source: lazarus Version: 3.6+dfsg1-4~bpo12+1 Installed-Size: 42864 Maintainer: Pascal Packaging Team Architecture: amd64 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: 6924068 SHA256: bb75716fe2f8c307badfbe60454a8900265c8272fe338c56a3a09c432f7c1a33 SHA1: b07419d92e63ec8538f855c431311d5bb32fe373 MD5sum: bf0f0237b0f9d3e2f7b4819eb654497e Description: IDE for Free Pascal - common IDE files Lazarus is an IDE to create (graphical and console) applications with Free Pascal, the (L)GPLed Pascal and Object Pascal compiler that runs on Windows, Linux, Mac OS X, FreeBSD and more. . Lazarus is the missing part of the puzzle that will allow you to develop programs for all of the above platforms in a Delphi-like environment. The IDE is a RAD tool that includes a form designer. . Unlike Java's "write once, run anywhere" motto, Lazarus and Free Pascal strive for "write once, compile anywhere". Since the exact same compiler is available on all of the above platforms you don't need to do any recoding to produce identical products for different platforms. . In short, Lazarus is a free RAD tool for Free Pascal using its Lazarus Component Library (LCL). . This package contains the common files required to run Lazarus IDE. Homepage: https://www.lazarus-ide.org/ Built-Using: fpc (= 3.2.2+dfsg-20) Section: devel Priority: optional Filename: pool/main/l/lazarus/lazarus-ide-3.6_3.6+dfsg1-4~bpo12+1_amd64.deb Package: lazarus-ide-gtk2 Source: lazarus Version: 3.6+dfsg1-4~bpo12+1 Installed-Size: 117 Maintainer: Pascal Packaging Team Architecture: all Depends: lazarus-ide-gtk2-3.6, lcl-gtk2 Size: 34088 SHA256: 4b104804add2d6f3cad67c3cce14c443a82b00168f3ab94ef1a44b62e9838218 SHA1: 165c6e0bc8edd752799b890b47a4211516f7c8f1 MD5sum: 377aa3256b5267c27abf4dd0f507b5f1 Description: IDE for Free Pascal - Last GTK+ version dependency package Lazarus is an IDE to create (graphical and console) applications with Free Pascal, the (L)GPLed Pascal and Object Pascal compiler that runs on Windows, Linux, Mac OS X, FreeBSD and more. . Lazarus is the missing part of the puzzle that will allow you to develop programs for all of the above platforms in a Delphi-like environment. The IDE is a RAD tool that includes a form designer. . Unlike Java's "write once, run anywhere" motto, Lazarus and Free Pascal strive for "write once, compile anywhere". Since the exact same compiler is available on all of the above platforms you don't need to do any recoding to produce identical products for different platforms. . In short, Lazarus is a free RAD tool for Free Pascal using its Lazarus Component Library (LCL). . This dependency package always depends on the latest available version of the package containing the GTK+ version of the Lazarus IDE. Homepage: https://www.lazarus-ide.org/ Section: devel Priority: optional Filename: pool/main/l/lazarus/lazarus-ide-gtk2_3.6+dfsg1-4~bpo12+1_all.deb Package: lazarus-ide-gtk2-3.0 Source: lazarus Version: 3.0+dfsg1-8~bpo12+1 Installed-Size: 52197 Maintainer: Pascal Packaging Team Architecture: amd64 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: 11139272 SHA256: b83b49edfc216286092ec02488a9234ea99a30a269779d6b016d130a75d14720 SHA1: d16adf87cca8a02dee70de408b57c7a4f5650dd0 MD5sum: 7c82fafe9b44024e1e6d1bc8c6973285 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_amd64.deb Package: lazarus-ide-gtk2-3.6 Source: lazarus Version: 3.6+dfsg1-4~bpo12+1 Installed-Size: 52197 Maintainer: Pascal Packaging Team Architecture: amd64 Provides: lazarus-ide, lazarus-ide-gtk-3.6, lazarus-ide-gtk2 Depends: lazarus-ide-3.6, libatk1.0-0 (>= 1.12.4), libc6 (>= 2.34), libcairo2 (>= 1.4.10), libgdk-pixbuf-2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.12.0), libgtk2.0-0 (>= 2.24.0), libpango-1.0-0 (>= 1.18.0), libpangocairo-1.0-0 (>= 1.14.0), libx11-6 Recommends: gdb, lcl-3.6 Suggests: fp-utils Size: 11137292 SHA256: c6d4ad79e5707a6b9da9b334e30f024d9d841949c30d93ae8e91e55028056e5c SHA1: f7486d23e1b68ee111c307ac117913b3bf17ad1b MD5sum: 4b86f80c75b9506d13d5698dcc1e08d2 Description: IDE for Free Pascal - GTK+ version Lazarus is an IDE to create (graphical and console) applications with Free Pascal, the (L)GPLed Pascal and Object Pascal compiler that runs on Windows, Linux, Mac OS X, FreeBSD and more. . Lazarus is the missing part of the puzzle that will allow you to develop programs for all of the above platforms in a Delphi-like environment. The IDE is a RAD tool that includes a form designer. . Unlike Java's "write once, run anywhere" motto, Lazarus and Free Pascal strive for "write once, compile anywhere". Since the exact same compiler is available on all of the above platforms you don't need to do any recoding to produce identical products for different platforms. . In short, Lazarus is a free RAD tool for Free Pascal using its Lazarus Component Library (LCL). . This package contains the GTK+ version of the Lazarus IDE. Homepage: https://www.lazarus-ide.org/ Built-Using: fpc (= 3.2.2+dfsg-20) Section: devel Priority: optional Filename: pool/main/l/lazarus/lazarus-ide-gtk2-3.6_3.6+dfsg1-4~bpo12+1_amd64.deb Package: lazarus-ide-qt5 Source: lazarus Version: 3.6+dfsg1-4~bpo12+1 Installed-Size: 117 Maintainer: Pascal Packaging Team Architecture: all Depends: lazarus-ide-qt5-3.6, lcl-qt5 Size: 34108 SHA256: 0b94b1289730c9d16607a90fbac38d2db89d705dae7b83558776c8403bd879f7 SHA1: 697cf0f6024c21ce0b2d13f07cb057757188e3e2 MD5sum: 152da15a15e2e5890283ecde222fd6cf Description: IDE for Free Pascal - Last Qt version dependency package Lazarus is an IDE to create (graphical and console) applications with Free Pascal, the (L)GPLed Pascal and Object Pascal compiler that runs on Windows, Linux, Mac OS X, FreeBSD and more. . Lazarus is the missing part of the puzzle that will allow you to develop programs for all of the above platforms in a Delphi-like environment. The IDE is a RAD tool that includes a form designer. . Unlike Java's "write once, run anywhere" motto, Lazarus and Free Pascal strive for "write once, compile anywhere". Since the exact same compiler is available on all of the above platforms you don't need to do any recoding to produce identical products for different platforms. . In short, Lazarus is a free RAD tool for Free Pascal using its Lazarus Component Library (LCL). . This dependency package always depends on the latest available version of the placeholder package for the Qt version of the Lazarus IDE, which currently just depends on the GTK+ version. Homepage: https://www.lazarus-ide.org/ Section: devel Priority: optional Filename: pool/main/l/lazarus/lazarus-ide-qt5_3.6+dfsg1-4~bpo12+1_all.deb Package: lazarus-ide-qt5-3.0 Source: lazarus Version: 3.0+dfsg1-8~bpo12+1 Installed-Size: 51868 Maintainer: Pascal Packaging Team Architecture: amd64 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: 10974468 SHA256: 0960a81d10b60bf61f3170b86c06ce3e8b4695a2bdec57e2461d059e615381c3 SHA1: 8c3dfb4b40769f1fbed6e2cc06a89284b9289c76 MD5sum: 69e14c100256a0d1316491c95e40e4ad 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_amd64.deb Package: lazarus-ide-qt5-3.6 Source: lazarus Version: 3.6+dfsg1-4~bpo12+1 Installed-Size: 51867 Maintainer: Pascal Packaging Team Architecture: amd64 Provides: lazarus-ide, lazarus-ide-qt-3.6, lazarus-ide-qt5 Depends: lazarus-ide-3.6, libc6 (>= 2.34), libqt5pas1 (>= 2.6~beta-1), libx11-6 Recommends: gdb, lcl-3.6 Suggests: fp-utils Size: 11017352 SHA256: 47b2a4eafd02d71999ae9c5a6ac76f07faffc21305aec6635db03541b38df064 SHA1: 0256a61ad123d55879cdb031ed482e1b0f5f6574 MD5sum: 51d3dddb086108ae3b80af5bcb1ff826 Description: IDE for Free Pascal - Qt version Lazarus is an IDE to create (graphical and console) applications with Free Pascal, the (L)GPLed Pascal and Object Pascal compiler that runs on Windows, Linux, Mac OS X, FreeBSD and more. . Lazarus is the missing part of the puzzle that will allow you to develop programs for all of the above platforms in a Delphi-like environment. The IDE is a RAD tool that includes a form designer. . Unlike Java's "write once, run anywhere" motto, Lazarus and Free Pascal strive for "write once, compile anywhere". Since the exact same compiler is available on all of the above platforms you don't need to do any recoding to produce identical products for different platforms. . In short, Lazarus is a free RAD tool for Free Pascal using its Lazarus Component Library (LCL). . This package contains the Qt version of the Lazarus IDE. Homepage: https://www.lazarus-ide.org/ Built-Using: fpc (= 3.2.2+dfsg-20) Section: devel Priority: optional Filename: pool/main/l/lazarus/lazarus-ide-qt5-3.6_3.6+dfsg1-4~bpo12+1_amd64.deb Package: lazarus-src Source: lazarus Version: 3.6+dfsg1-4~bpo12+1 Installed-Size: 117 Maintainer: Pascal Packaging Team Architecture: all Depends: lazarus-src-3.6 Suggests: fonts-freefont-ttf Size: 34140 SHA256: b8c332c3f639064bcc347ef1ff9a0f9ca9a5ec8b7c3b5eaf6f794d299c9a7a69 SHA1: df9f58c83e09a47bf9bcceaf6013d577a7c2df91 MD5sum: 5e8a478d4a9e1a08f39b7a32f7a630f6 Description: IDE for Free Pascal - LCL source code dependency package Lazarus is an IDE to create (graphical and console) applications with Free Pascal, the (L)GPLed Pascal and Object Pascal compiler that runs on Windows, Linux, Mac OS X, FreeBSD and more. . Lazarus is the missing part of the puzzle that will allow you to develop programs for all of the above platforms in a Delphi-like environment. The IDE is a RAD tool that includes a form designer. . Unlike Java's "write once, run anywhere" motto, Lazarus and Free Pascal strive for "write once, compile anywhere". Since the exact same compiler is available on all of the above platforms you don't need to do any recoding to produce identical products for different platforms. . In short, Lazarus is a free RAD tool for Free Pascal using its Lazarus Component Library (LCL). . This dependency package always depends on the latest available version of the package containing the IDE code necessary for the IDE code tool to work properly (retrieving declarations and navigating in code). Multi-Arch: foreign Homepage: https://www.lazarus-ide.org/ Section: devel Priority: optional Filename: pool/main/l/lazarus/lazarus-src_3.6+dfsg1-4~bpo12+1_all.deb Package: lazarus-src-3.0 Source: lazarus Version: 3.0+dfsg1-8~bpo12+1 Installed-Size: 167158 Maintainer: Pascal Packaging Team Architecture: all Provides: lazarus-src Suggests: lazarus-ide-3.0 Size: 22551628 SHA256: 04805690f4f16ca1ffe540f84f73f32970e1d23c7b984fe83e06c194a483117e SHA1: 5a98cffa4c183ea47bf6b4d6842044846a0fb4b2 MD5sum: da2ee32d0fb0665da704dc797038e163 Description: IDE for Free Pascal - LCL source code Lazarus is an IDE to create (graphical and console) applications with Free Pascal, the (L)GPLed Pascal and Object Pascal compiler that runs on Windows, Linux, Mac OS X, FreeBSD and more. . Lazarus is the missing part of the puzzle that will allow you to develop programs for all of the above platforms in a Delphi-like environment. The IDE is a RAD tool that includes a form designer. . Unlike Java's "write once, run anywhere" motto, Lazarus and Free Pascal strive for "write once, compile anywhere". Since the exact same compiler is available on all of the above platforms you don't need to do any recoding to produce identical products for different platforms. . In short, Lazarus is a free RAD tool for Free Pascal using its Lazarus Component Library (LCL). . This package contains the latest version of the source code necessary for the IDE code tool to work properly (retrieving declarations and navigating in code). Multi-Arch: foreign Homepage: https://www.lazarus-ide.org/ Section: devel Priority: optional Filename: pool/main/l/lazarus/lazarus-src-3.0_3.0+dfsg1-8~bpo12+1_all.deb Package: lazarus-src-3.6 Source: lazarus Version: 3.6+dfsg1-4~bpo12+1 Installed-Size: 162889 Maintainer: Pascal Packaging Team Architecture: all Provides: lazarus-src Suggests: lazarus-ide-3.6 Size: 21434508 SHA256: 15c941e0fc3bcb87ada95a97c5c48b1ec48dc0f2ae018b54abc7c4c8e8f419b1 SHA1: f234295d74eb72b75bdf84033ef52ea9153bd44c MD5sum: bcbeb1be9904eee8af8244c539a7c9bf Description: IDE for Free Pascal - LCL source code Lazarus is an IDE to create (graphical and console) applications with Free Pascal, the (L)GPLed Pascal and Object Pascal compiler that runs on Windows, Linux, Mac OS X, FreeBSD and more. . Lazarus is the missing part of the puzzle that will allow you to develop programs for all of the above platforms in a Delphi-like environment. The IDE is a RAD tool that includes a form designer. . Unlike Java's "write once, run anywhere" motto, Lazarus and Free Pascal strive for "write once, compile anywhere". Since the exact same compiler is available on all of the above platforms you don't need to do any recoding to produce identical products for different platforms. . In short, Lazarus is a free RAD tool for Free Pascal using its Lazarus Component Library (LCL). . This package contains the latest version of the source code necessary for the IDE code tool to work properly (retrieving declarations and navigating in code). Multi-Arch: foreign Homepage: https://www.lazarus-ide.org/ Section: devel Priority: optional Filename: pool/main/l/lazarus/lazarus-src-3.6_3.6+dfsg1-4~bpo12+1_all.deb Package: lcl Source: lazarus Version: 3.6+dfsg1-4~bpo12+1 Installed-Size: 117 Maintainer: Pascal Packaging Team Architecture: amd64 Depends: lcl-3.6 Size: 34076 SHA256: 8da049b4d224f58688a1126498356496bb8a76f60bfdf7d61c147c3bb1b2205a SHA1: f1627eaf693dd8e7b8c3448712e80f423663aa39 MD5sum: cdaee0a4934a3378b6852ce4872bee9e Description: Lazarus Components Library - LCL dependency package Lazarus is an IDE to create (graphical and console) applications with Free Pascal, the (L)GPLed Pascal and Object Pascal compiler that runs on Windows, Linux, Mac OS X, FreeBSD and more. . Lazarus is the missing part of the puzzle that will allow you to develop programs for all of the above platforms in a Delphi-like environment. The IDE is a RAD tool that includes a form designer. . Unlike Java's "write once, run anywhere" motto, Lazarus and Free Pascal strive for "write once, compile anywhere". Since the exact same compiler is available on all of the above platforms you don't need to do any recoding to produce identical products for different platforms. . In short, Lazarus is a free RAD tool for Free Pascal using its Lazarus Component Library (LCL). . This dependency package always depends on the latest available version of the metapackage installing the full LCL and components. Multi-Arch: same Homepage: https://www.lazarus-ide.org/ Section: devel Priority: optional Filename: pool/main/l/lazarus/lcl_3.6+dfsg1-4~bpo12+1_amd64.deb Package: lcl-3.0 Source: lazarus Version: 3.0+dfsg1-8~bpo12+1 Installed-Size: 116 Maintainer: Pascal Packaging Team Architecture: amd64 Provides: lcl Depends: lcl-units-3.0, lcl-utils-3.0 Recommends: fpc, lazarus-src-3.0 Suggests: gdb Size: 33496 SHA256: 35b08f693100f61eb3f4f8da879fcdc1928884700531340f39577f9e2067e952 SHA1: 91429fec58231f5eb49a83f69f2a17c9b332895c MD5sum: f713e6b1624640e0405dbd0f107d2dae 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_amd64.deb Package: lcl-3.6 Source: lazarus Version: 3.6+dfsg1-4~bpo12+1 Installed-Size: 117 Maintainer: Pascal Packaging Team Architecture: amd64 Provides: lcl Depends: lcl-units-3.6, lcl-utils-3.6 Recommends: fpc, lazarus-src-3.6 Suggests: gdb Size: 34128 SHA256: ed70a983799aef7172e00e3e07e8049892f631d5cb0464ca370438f873dd028e SHA1: 954f815d69a36df53ee46ef515044b3bbda41f30 MD5sum: a70a2bd0033319f07997067d1e62bb1c Description: Lazarus Components Library - LCL suite Lazarus is an IDE to create (graphical and console) applications with Free Pascal, the (L)GPLed Pascal and Object Pascal compiler that runs on Windows, Linux, Mac OS X, FreeBSD and more. . Lazarus is the missing part of the puzzle that will allow you to develop programs for all of the above platforms in a Delphi-like environment. The IDE is a RAD tool that includes a form designer. . Unlike Java's "write once, run anywhere" motto, Lazarus and Free Pascal strive for "write once, compile anywhere". Since the exact same compiler is available on all of the above platforms you don't need to do any recoding to produce identical products for different platforms. . In short, Lazarus is a free RAD tool for Free Pascal using its Lazarus Component Library (LCL). . This metapackage installs the full LCL and components. Multi-Arch: same Homepage: https://www.lazarus-ide.org/ Built-Using: fpc (= 3.2.2+dfsg-20) Section: devel Priority: optional Filename: pool/main/l/lazarus/lcl-3.6_3.6+dfsg1-4~bpo12+1_amd64.deb Package: lcl-gtk2 Source: lazarus Version: 3.6+dfsg1-4~bpo12+1 Installed-Size: 117 Maintainer: Pascal Packaging Team Architecture: amd64 Depends: lcl-gtk2-3.6 Size: 34108 SHA256: 7e555f72f9d7f5471ffbe3351c75dd5af89dd431efd065375afa426703b4820a SHA1: 2a3c5d0d3443d51c6c6c3d0bc98d940244c5d440 MD5sum: 9f57d2eb1a0e60f79ad3803b13221f3d Description: Lazarus Components Library - GTK+ backend dependency package Lazarus is an IDE to create (graphical and console) applications with Free Pascal, the (L)GPLed Pascal and Object Pascal compiler that runs on Windows, Linux, Mac OS X, FreeBSD and more. . Lazarus is the missing part of the puzzle that will allow you to develop programs for all of the above platforms in a Delphi-like environment. The IDE is a RAD tool that includes a form designer. . Unlike Java's "write once, run anywhere" motto, Lazarus and Free Pascal strive for "write once, compile anywhere". Since the exact same compiler is available on all of the above platforms you don't need to do any recoding to produce identical products for different platforms. . In short, Lazarus is a free RAD tool for Free Pascal using its Lazarus Component Library (LCL). . This dependency package always depends on the latest available version of the package containing the part of the LCL for developing GTK+ applications. Multi-Arch: same Homepage: https://www.lazarus-ide.org/ Section: devel Priority: optional Filename: pool/main/l/lazarus/lcl-gtk2_3.6+dfsg1-4~bpo12+1_amd64.deb Package: lcl-gtk2-3.0 Source: lazarus Version: 3.0+dfsg1-8~bpo12+1 Installed-Size: 131612 Maintainer: Pascal Packaging Team Architecture: amd64 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: 14758552 SHA256: ef0a7f9cf6bfce3e0197388f23d2624c9f9f2e611cfa1b0b6c19821b92917725 SHA1: 0f593a8c68bd46ce295be4c4960b50d1edb2948e MD5sum: a593045b356c28277b28db967f3af53e 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_amd64.deb Package: lcl-gtk2-3.6 Source: lazarus Version: 3.6+dfsg1-4~bpo12+1 Installed-Size: 131638 Maintainer: Pascal Packaging Team Architecture: amd64 Replaces: lcl-units-1.2 (<= 1.2~rc+dfsg-1) Provides: lcl-gtk, lcl-gtk2 Depends: fp-units-base, fp-units-fcl, fp-units-gtk2, fp-units-rtl, lcl-nogui-3.6, fpc-abi-3.2.2 Suggests: gdb Breaks: lcl-units-1.2 (<= 1.2~rc+dfsg-1) Size: 14768804 SHA256: 5d30f6aa906100daa9f76d9779f58c4d31aef1ca4034ad5762f7816782165e61 SHA1: 33a38f39c9d15b8578c14cfda527d02dd032379d MD5sum: 264bfb82ad687511017f72f9a3bfdd12 Description: Lazarus Components Library - GTK+ backend Lazarus is an IDE to create (graphical and console) applications with Free Pascal, the (L)GPLed Pascal and Object Pascal compiler that runs on Windows, Linux, Mac OS X, FreeBSD and more. . Lazarus is the missing part of the puzzle that will allow you to develop programs for all of the above platforms in a Delphi-like environment. The IDE is a RAD tool that includes a form designer. . Unlike Java's "write once, run anywhere" motto, Lazarus and Free Pascal strive for "write once, compile anywhere". Since the exact same compiler is available on all of the above platforms you don't need to do any recoding to produce identical products for different platforms. . In short, Lazarus is a free RAD tool for Free Pascal using its Lazarus Component Library (LCL). . This package contains the part of the LCL for developing GTK+ applications. Homepage: https://www.lazarus-ide.org/ Built-Using: fpc (= 3.2.2+dfsg-20) Section: devel Priority: optional Filename: pool/main/l/lazarus/lcl-gtk2-3.6_3.6+dfsg1-4~bpo12+1_amd64.deb Package: lcl-nogui Source: lazarus Version: 3.6+dfsg1-4~bpo12+1 Installed-Size: 117 Maintainer: Pascal Packaging Team Architecture: amd64 Depends: lcl-nogui-3.6 Size: 34112 SHA256: 5a5f5a8241ed9b245c1658a6747201363fa254f0e7328abf6c29786db862bc27 SHA1: d34add743f3ce6c595d0e1ac07638fe3f411f9eb MD5sum: c73b606042a449c6f686162eb58cbae8 Description: Lazarus Components Library - no GUI backend dependency package Lazarus is an IDE to create (graphical and console) applications with Free Pascal, the (L)GPLed Pascal and Object Pascal compiler that runs on Windows, Linux, Mac OS X, FreeBSD and more. . Lazarus is the missing part of the puzzle that will allow you to develop programs for all of the above platforms in a Delphi-like environment. The IDE is a RAD tool that includes a form designer. . Unlike Java's "write once, run anywhere" motto, Lazarus and Free Pascal strive for "write once, compile anywhere". Since the exact same compiler is available on all of the above platforms you don't need to do any recoding to produce identical products for different platforms. . In short, Lazarus is a free RAD tool for Free Pascal using its Lazarus Component Library (LCL). . This dependency package always depends on the latest available version of the package containing the part of the LCL for developing non-graphical applications and command line tools. Multi-Arch: same Homepage: https://www.lazarus-ide.org/ Section: devel Priority: optional Filename: pool/main/l/lazarus/lcl-nogui_3.6+dfsg1-4~bpo12+1_amd64.deb Package: lcl-nogui-3.0 Source: lazarus Version: 3.0+dfsg1-8~bpo12+1 Installed-Size: 86347 Maintainer: Pascal Packaging Team Architecture: amd64 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: 9010620 SHA256: 21350d64f01eb119a6f3a81d4e7deda0de23496674ef7771dd5bab5eaec1a385 SHA1: 6c586fdbbf76c7863ae22cc6b207e15f4a1c3d7c MD5sum: 74d5166ade6213bfceb25fcc833b4923 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_amd64.deb Package: lcl-nogui-3.6 Source: lazarus Version: 3.6+dfsg1-4~bpo12+1 Installed-Size: 86218 Maintainer: Pascal Packaging Team Architecture: amd64 Replaces: lcl-units-1.2 (<= 1.2~rc+dfsg-1) Provides: lcl-nogui Depends: fp-units-base, fp-units-fcl, fp-units-rtl, fpc-abi-3.2.2 Recommends: fpc, lazarus-ide-3.6 Suggests: gdb Breaks: lcl-units-1.2 (<= 1.2~rc+dfsg-1) Size: 9008036 SHA256: 166e89ccbca16602483d4ba05118d58e6444d97544c215e6aa27a3a90668cf04 SHA1: 920f328d659614d3c4b22bb80bf5ffafd9fe546c MD5sum: bcf1b5248458caddcc40b0f0d7dfb3bb Description: Lazarus Components Library - no GUI backend Lazarus is an IDE to create (graphical and console) applications with Free Pascal, the (L)GPLed Pascal and Object Pascal compiler that runs on Windows, Linux, Mac OS X, FreeBSD and more. . Lazarus is the missing part of the puzzle that will allow you to develop programs for all of the above platforms in a Delphi-like environment. The IDE is a RAD tool that includes a form designer. . Unlike Java's "write once, run anywhere" motto, Lazarus and Free Pascal strive for "write once, compile anywhere". Since the exact same compiler is available on all of the above platforms you don't need to do any recoding to produce identical products for different platforms. . In short, Lazarus is a free RAD tool for Free Pascal using its Lazarus Component Library (LCL). . This package contains the part of the LCL for developing non-graphical applications and command line tools. Homepage: https://www.lazarus-ide.org/ Built-Using: fpc (= 3.2.2+dfsg-20) Section: devel Priority: optional Filename: pool/main/l/lazarus/lcl-nogui-3.6_3.6+dfsg1-4~bpo12+1_amd64.deb Package: lcl-qt5 Source: lazarus Version: 3.6+dfsg1-4~bpo12+1 Installed-Size: 117 Maintainer: Pascal Packaging Team Architecture: amd64 Depends: lcl-qt5-3.6 Size: 34088 SHA256: 0903762ce2aa41653ed6917d22eb8ce54bc8c2ccc3adcf4c08d19120f5156ecb SHA1: 0408ae66860790a59f5dd6f9b7838141d1d1ea8d MD5sum: 957428d938ee722df0a83ed4e64c459e Description: Lazarus Components Library - Qt backend dependency package Lazarus is an IDE to create (graphical and console) applications with Free Pascal, the (L)GPLed Pascal and Object Pascal compiler that runs on Windows, Linux, Mac OS X, FreeBSD and more. . Lazarus is the missing part of the puzzle that will allow you to develop programs for all of the above platforms in a Delphi-like environment. The IDE is a RAD tool that includes a form designer. . Unlike Java's "write once, run anywhere" motto, Lazarus and Free Pascal strive for "write once, compile anywhere". Since the exact same compiler is available on all of the above platforms you don't need to do any recoding to produce identical products for different platforms. . In short, Lazarus is a free RAD tool for Free Pascal using its Lazarus Component Library (LCL). . This dependency package always depends on the latest available version of the package containing the part of the LCL for developing Qt applications. Multi-Arch: same Homepage: https://www.lazarus-ide.org/ Section: devel Priority: optional Filename: pool/main/l/lazarus/lcl-qt5_3.6+dfsg1-4~bpo12+1_amd64.deb Package: lcl-qt5-3.0 Source: lazarus Version: 3.0+dfsg1-8~bpo12+1 Installed-Size: 67539 Maintainer: Pascal Packaging Team Architecture: amd64 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: 7115416 SHA256: 6ea1c4dca469d14e31e08dd7c6a4610491ced0a4e411a77e291c8d4152ba9c30 SHA1: a26b1ebed76d042c4b410634cf186521a4bb8312 MD5sum: 1ad047f8bff263b0f2d823a5172e8c08 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_amd64.deb Package: lcl-qt5-3.6 Source: lazarus Version: 3.6+dfsg1-4~bpo12+1 Installed-Size: 67542 Maintainer: Pascal Packaging Team Architecture: amd64 Provides: lcl-qt, lcl-qt5 Depends: fp-units-base, fp-units-fcl, fp-units-rtl, libqt5pas-dev, lcl-gtk2-3.6, lcl-nogui-3.6, fpc-abi-3.2.2 Suggests: gdb Size: 7120592 SHA256: 0af3ffab688d3731d53d742bbb6caa482cee94e204fdf5a8e2a960859942270a SHA1: e15c7a2cec34d1fff4d53a6f6d6d6c82d4fab63c MD5sum: 81b85bc5a52bfcf56be379f0d0e468ff Description: Lazarus Components Library - Qt backend Lazarus is an IDE to create (graphical and console) applications with Free Pascal, the (L)GPLed Pascal and Object Pascal compiler that runs on Windows, Linux, Mac OS X, FreeBSD and more. . Lazarus is the missing part of the puzzle that will allow you to develop programs for all of the above platforms in a Delphi-like environment. The IDE is a RAD tool that includes a form designer. . Unlike Java's "write once, run anywhere" motto, Lazarus and Free Pascal strive for "write once, compile anywhere". Since the exact same compiler is available on all of the above platforms you don't need to do any recoding to produce identical products for different platforms. . In short, Lazarus is a free RAD tool for Free Pascal using its Lazarus Component Library (LCL). . This package contains the part of the LCL for developing Qt applications. Homepage: https://www.lazarus-ide.org/ Built-Using: fpc (= 3.2.2+dfsg-20) Section: devel Priority: optional Filename: pool/main/l/lazarus/lcl-qt5-3.6_3.6+dfsg1-4~bpo12+1_amd64.deb Package: lcl-units Source: lazarus Version: 3.6+dfsg1-4~bpo12+1 Installed-Size: 117 Maintainer: Pascal Packaging Team Architecture: amd64 Depends: lcl-units-3.6 Size: 34092 SHA256: 5fab6ff3adf4d21735f8ebaa5b8076dcd72333ed0a90c4959e8c115e5ab05a84 SHA1: 5767e2fe34b25fb723c6a571882ecf4425c98dc2 MD5sum: 7f9a9cdcfc253fb2f577336dbd41f009 Description: Lazarus Components Library - backend independent components dependency package Lazarus is an IDE to create (graphical and console) applications with Free Pascal, the (L)GPLed Pascal and Object Pascal compiler that runs on Windows, Linux, Mac OS X, FreeBSD and more. . Lazarus is the missing part of the puzzle that will allow you to develop programs for all of the above platforms in a Delphi-like environment. The IDE is a RAD tool that includes a form designer. . Unlike Java's "write once, run anywhere" motto, Lazarus and Free Pascal strive for "write once, compile anywhere". Since the exact same compiler is available on all of the above platforms you don't need to do any recoding to produce identical products for different platforms. . In short, Lazarus is a free RAD tool for Free Pascal using its Lazarus Component Library (LCL). . This dependency package always depends on the latest available version of the package containing common components. Multi-Arch: same Homepage: https://www.lazarus-ide.org/ Section: devel Priority: optional Filename: pool/main/l/lazarus/lcl-units_3.6+dfsg1-4~bpo12+1_amd64.deb Package: lcl-units-3.0 Source: lazarus Version: 3.0+dfsg1-8~bpo12+1 Installed-Size: 188265 Maintainer: Pascal Packaging Team Architecture: amd64 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: 20422988 SHA256: 2631034f2d6d9be1b550d75548067f2efd6477bae27749acfac5d867c7251f33 SHA1: 598c2f898137657d2f0608c7edccb392b8d8feef MD5sum: 9fd29257f5cafa48190252b1ef75f4d7 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_amd64.deb Package: lcl-units-3.6 Source: lazarus Version: 3.6+dfsg1-4~bpo12+1 Installed-Size: 188286 Maintainer: Pascal Packaging Team Architecture: amd64 Replaces: lazarus-src-2.0 (<< 2.0.10+dfsg-3) Provides: lcl-units Depends: lcl-gtk2-3.6 (= 3.6+dfsg1-4~bpo12+1) | lcl-qt5-3.6 (= 3.6+dfsg1-4~bpo12+1), fpc-abi-3.2.2 Recommends: fpc Suggests: gdb Breaks: lazarus-src-2.0 (<< 2.0.10+dfsg-3) Size: 20448228 SHA256: 387369c36bff44a560815171f94f4fdff2fb3d428bf2e106f4e42b746c2f5a51 SHA1: 2b033c981d758062a262f019d371e658de1ffae5 MD5sum: 05b2c5ac1f29d56bbae3013b4475592b Description: Lazarus Components Library - backend independent components Lazarus is an IDE to create (graphical and console) applications with Free Pascal, the (L)GPLed Pascal and Object Pascal compiler that runs on Windows, Linux, Mac OS X, FreeBSD and more. . Lazarus is the missing part of the puzzle that will allow you to develop programs for all of the above platforms in a Delphi-like environment. The IDE is a RAD tool that includes a form designer. . Unlike Java's "write once, run anywhere" motto, Lazarus and Free Pascal strive for "write once, compile anywhere". Since the exact same compiler is available on all of the above platforms you don't need to do any recoding to produce identical products for different platforms. . In short, Lazarus is a free RAD tool for Free Pascal using its Lazarus Component Library (LCL). . This package contains common components of the LCL. Homepage: https://www.lazarus-ide.org/ Built-Using: fpc (= 3.2.2+dfsg-20) Section: devel Priority: optional Filename: pool/main/l/lazarus/lcl-units-3.6_3.6+dfsg1-4~bpo12+1_amd64.deb Package: lcl-utils Source: lazarus Version: 3.6+dfsg1-4~bpo12+1 Installed-Size: 117 Maintainer: Pascal Packaging Team Architecture: all Depends: lcl-utils-3.6 Size: 34084 SHA256: 1b1879662e043f13776851fadd4ab5b74156c5647caf5c2156341ad350ce9706 SHA1: 631249a9197eda09d43bbc769af94b6a4003b3c5 MD5sum: 22e070d43f4fc6a07b6289b4442b3d40 Description: Lazarus Components Library - command line build tools dependency package Lazarus is an IDE to create (graphical and console) applications with Free Pascal, the (L)GPLed Pascal and Object Pascal compiler that runs on Windows, Linux, Mac OS X, FreeBSD and more. . Lazarus is the missing part of the puzzle that will allow you to develop programs for all of the above platforms in a Delphi-like environment. The IDE is a RAD tool that includes a form designer. . Unlike Java's "write once, run anywhere" motto, Lazarus and Free Pascal strive for "write once, compile anywhere". Since the exact same compiler is available on all of the above platforms you don't need to do any recoding to produce identical products for different platforms. . In short, Lazarus is a free RAD tool for Free Pascal using its Lazarus Component Library (LCL). . This dependency package always depends on the latest available version of the package pulling in the command line tools to ease building LCL applications. Homepage: https://www.lazarus-ide.org/ Section: devel Priority: optional Filename: pool/main/l/lazarus/lcl-utils_3.6+dfsg1-4~bpo12+1_all.deb Package: lcl-utils-3.0 Source: lazarus Version: 3.0+dfsg1-8~bpo12+1 Installed-Size: 28577 Maintainer: Pascal Packaging Team Architecture: amd64 Provides: lcl-utils Depends: fp-compiler, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34) Recommends: lazarus-ide-3.0, lcl-3.0 Size: 4837128 SHA256: daf1cb7f44d4fd50e96d35a45bc15aa8b889ed03c1f425c4d6b72a158c30ef9a SHA1: a0689eb6b4e0250aefbcc642c5c0a810f49db3d4 MD5sum: 8377abeea8a07a129f977ff4c5aad805 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_amd64.deb Package: lcl-utils-3.6 Source: lazarus Version: 3.6+dfsg1-4~bpo12+1 Installed-Size: 28555 Maintainer: Pascal Packaging Team Architecture: amd64 Provides: lcl-utils Depends: fp-compiler, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34) Recommends: lazarus-ide-3.6, lcl-3.6 Size: 4835252 SHA256: f33ed82585e0e49743fac7940509964f20765166ab03fafc9ed41b87cdfc04cb SHA1: 70cc2ec0346b26b837fbe1d8eaff876ba1911a37 MD5sum: 7e7df409974e8028dcbe12afa8df5172 Description: Lazarus Components Library - command line build tools Lazarus is an IDE to create (graphical and console) applications with Free Pascal, the (L)GPLed Pascal and Object Pascal compiler that runs on Windows, Linux, Mac OS X, FreeBSD and more. . Lazarus is the missing part of the puzzle that will allow you to develop programs for all of the above platforms in a Delphi-like environment. The IDE is a RAD tool that includes a form designer. . Unlike Java's "write once, run anywhere" motto, Lazarus and Free Pascal strive for "write once, compile anywhere". Since the exact same compiler is available on all of the above platforms you don't need to do any recoding to produce identical products for different platforms. . In short, Lazarus is a free RAD tool for Free Pascal using its Lazarus Component Library (LCL). . This package contains command line tools to ease building LCL based applications. Homepage: https://www.lazarus-ide.org/ Built-Using: fpc (= 3.2.2+dfsg-20) Section: devel Priority: optional Filename: pool/main/l/lazarus/lcl-utils-3.6_3.6+dfsg1-4~bpo12+1_amd64.deb Package: ldb-tools Source: samba (2:4.21.3+dfsg-6~bpo12+1) Version: 2:2.10.0+samba4.21.3+dfsg-6~bpo12+1 Installed-Size: 209 Maintainer: Debian Samba Maintainers Architecture: amd64 Depends: libc6 (>= 2.34), libldb2 (>= 1.1.5), libpopt0 (>= 1.14), libtalloc2 (>= 2.0.4~git20101213) Size: 67492 SHA256: 60826f264b23dd7d8357d1d4f2180c464a6aa5d2ef9e6e3e416af6eb1fccdcc9 SHA1: 3ebea1e72509cb37e93c1f60968a3761cbcee318 MD5sum: f85d2e4391ee1a20bbabb153302123d6 Description: LDAP-like embedded database - tools ldb is a LDAP-like embedded database built on top of TDB. . What ldb does is provide a fast database with an LDAP-like API designed to be used within an application. In some ways it can be seen as a intermediate solution between key-value pair databases and a real LDAP database. . This package contains bundled test and utility binaries Homepage: https://www.samba.org Section: utils Priority: optional Filename: pool/main/s/samba/ldb-tools_2.10.0+samba4.21.3+dfsg-6~bpo12+1_amd64.deb Package: lemonldap-ng Version: 2.20.1+ds-1~bpo12+1 Installed-Size: 185 Maintainer: Debian Perl Group Architecture: all Provides: openid-connect-provider, openid-connect-relying-party, saml-identity-provider, saml-service-provider Depends: lemonldap-ng-handler (= 2.20.1+ds-1~bpo12+1), liblemonldap-ng-manager-perl (= 2.20.1+ds-1~bpo12+1), liblemonldap-ng-portal-perl (= 2.20.1+ds-1~bpo12+1) Size: 87952 SHA256: 52feb9eefefc9d11e6e2e527113fb0665f6202111b9333b4aa0ad882840d50b3 SHA1: c228b1228beb54ee350fed0a775485f03ae6947d MD5sum: da032a9f57221dd3f011edac534f04d8 Description: OpenID-Connect, CAS and SAML compatible Web-SSO system Lemonldap::NG is a complete Web-SSO system that can run with reverse-proxies or directly on application webservers. It can be used in conjunction with OpenID-Connect, CAS and SAML systems as identity or service provider. It can also be used as proxy between those federation systems. . It manages both authentication and authorization and provides headers for accounting. So you can have a full AAA protection. Authorizations are built by associating a regular expression and a rule. Regular expression is applied on the requested URL and the rule calculates if the user is authorized. . This package is a metapackage that install handler, manager and portal. Homepage: https://lemonldap-ng.org/ Section: perl Priority: optional Filename: pool/main/l/lemonldap-ng/lemonldap-ng_2.20.1+ds-1~bpo12+1_all.deb Package: lemonldap-ng-doc Source: lemonldap-ng Version: 2.20.1+ds-1~bpo12+1 Installed-Size: 16633 Maintainer: Debian Perl Group Architecture: all Size: 6044912 SHA256: 4dbe3363428834435b3c51e699bb3aef649f05328f91c79dece97998222cffcc SHA1: c559b4afe05653c2564f43da16c8d0a9bf7ff6f0 MD5sum: 9425ffbde82844b865bc0bf2023b7d30 Description: Lemonldap::NG Web-SSO system documentation Lemonldap::NG is a complete Web-SSO system that can run with reverse-proxies or directly on application webservers. It can be used in conjunction with OpenID-Connect, CAS and SAML systems as identity or service provider. It can also be used as proxy between those federation systems. . It manages both authentication and authorization and provides headers for accounting. So you can have a full AAA protection. Authorizations are built by associating a regular expression and a rule. Regular expression is applied on the requested URL and the rule calculates if the user is authorized. . This package contains html documentation. Multi-Arch: foreign Homepage: https://lemonldap-ng.org/ Section: doc Priority: optional Filename: pool/main/l/lemonldap-ng/lemonldap-ng-doc_2.20.1+ds-1~bpo12+1_all.deb Package: lemonldap-ng-fastcgi-server Source: lemonldap-ng Version: 2.20.1+ds-1~bpo12+1 Installed-Size: 211 Maintainer: Debian Perl Group Architecture: all Depends: libfcgi-perl, libfcgi-procmanager-perl, liblemonldap-ng-handler-perl (= 2.20.1+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: 95056 SHA256: f1b9dd35cc4b9924e784345b46dc883b65f313fbfb0a7f6d3cffe98a6a2d31c3 SHA1: 97eea12efc08848c82abb7b6dd77a78d516e3fdd MD5sum: df0010657e9d1f5503ea0c3ec10c9596 Description: Lemonldap::NG FastCGI server Lemonldap::NG is a complete Web-SSO system that can run with reverse-proxies or directly on application webservers. It can be used in conjunction with OpenID-Connect, CAS and SAML systems as identity or service provider. It can also be used as proxy between those federation systems. . It manages both authentication and authorization and provides headers for accounting. So you can have a full AAA protection. Authorizations are built by associating a regular expression and a rule. Regular expression is applied on the requested URL and the rule calculates if the user is authorized. . Lemonldap::NG FastCGI server provides a Nginx auth_request server that handles also LLNG Portal and Manager. Homepage: https://lemonldap-ng.org/ Section: web Priority: optional Filename: pool/main/l/lemonldap-ng/lemonldap-ng-fastcgi-server_2.20.1+ds-1~bpo12+1_all.deb Package: lemonldap-ng-handler Source: lemonldap-ng Version: 2.20.1+ds-1~bpo12+1 Installed-Size: 245 Maintainer: Debian Perl Group Architecture: all Depends: liblemonldap-ng-handler-perl (= 2.20.1+ds-1~bpo12+1) Recommends: lemonldap-ng-fastcgi-server (= 2.20.1+ds-1~bpo12+1) | lemonldap-ng-uwsgi-app (= 2.20.1+ds-1~bpo12+1) | libapache2-mod-perl2 Suggests: libcache-memcached-perl, libdigest-hmac-perl, libsoap-lite-perl Size: 96940 SHA256: 3b94af6357d5ace04f7493497e3b4a18f0c98aa0ac69ae001e20550751425f6e SHA1: 17480001b7e80c732fbee780e58efe70cb7c2d01 MD5sum: 00e8d981874ecee5fc1f38b5a48d6baa Description: Lemonldap::NG handler part Lemonldap::NG is a complete Web-SSO system that can run with reverse-proxies or directly on application webservers. It can be used in conjunction with OpenID-Connect, CAS and SAML systems as identity or service provider. It can also be used as proxy between those federation systems. . It manages both authentication and authorization and provides headers for accounting. So you can have a full AAA protection. Authorizations are built by associating a regular expression and a rule. Regular expression is applied on the requested URL and the rule calculates if the user is authorized. . This package provides configuration files for Apache and Nginx used to protect web areas. Homepage: https://lemonldap-ng.org/ Section: perl Priority: optional Filename: pool/main/l/lemonldap-ng/lemonldap-ng-handler_2.20.1+ds-1~bpo12+1_all.deb Package: lemonldap-ng-uwsgi-app Source: lemonldap-ng Version: 2.20.1+ds-1~bpo12+1 Installed-Size: 178 Maintainer: Debian Perl Group Architecture: all Depends: liblemonldap-ng-handler-perl (= 2.20.1+ds-1~bpo12+1) Recommends: libhttp-parser-xs-perl, uwsgi-plugin-psgi Suggests: nginx-extras | nginx Size: 86232 SHA256: b45c443f98b2a3482696963c8d1ef47dc2a58dd80df08131ce9841c11fe838d7 SHA1: 1a4f6908d3dbc5f9b948918a8ff8f9beeee296ac MD5sum: b9e655c67d2a8012c3154ed2f9b3fa1a Description: Lemonldap::NG uWSGI server Lemonldap::NG is a complete Web-SSO system that can run with reverse-proxies or directly on application webservers. It can be used in conjunction with OpenID-Connect, CAS and SAML systems as identity or service provider. It can also be used as proxy between those federation systems. . It manages both authentication and authorization and provides headers for accounting. So you can have a full AAA protection. Authorization are built by associating a regular expression and a rule. Regular expression is applied on the requested URL and the rule calculates if the user is authorized. . Lemonldap::NG uWSGI server provides a replacement to Lemonldap::NG FastCGI server, using uWSGI instead of Plack FCGI. Homepage: https://lemonldap-ng.org/ Section: web Priority: optional Filename: pool/main/l/lemonldap-ng/lemonldap-ng-uwsgi-app_2.20.1+ds-1~bpo12+1_all.deb Package: lgogdownloader Version: 3.15-1~bpo12+1 Installed-Size: 1191 Maintainer: Debian Games Team Architecture: amd64 Depends: libboost-filesystem1.74.0 (>= 1.74.0+ds1), libboost-iostreams1.74.0 (>= 1.74.0+ds1), libboost-program-options1.74.0 (>= 1.74.0+ds1), libboost-regex1.74.0-icu72, libc6 (>= 2.34), libcurl3-gnutls (>= 7.16.2), libgcc-s1 (>= 3.0), libjsoncpp25 (>= 1.9.5), libqt6core6 (>= 6.4.0), libqt6network6 (>= 6.4.0), libqt6webenginecore6 (>= 6.2.2), libqt6webenginecore6-bin (>= 6.2.2), libqt6webenginewidgets6 (>= 6.2.2), libqt6widgets6 (>= 6.1.2), librhash0 (>= 1.2.6), libstdc++6 (>= 11), libtidy5deb1 (>= 1:5.2.0), libtinyxml2-9 (>= 8.0.0) Size: 384568 SHA256: 9e3419b6edd79715c85fa6d308c3d15ede34cfb4a1b41cd4e3e3e1ef29963f11 SHA1: 57b9280b3728327c5722ec537916a7bc5f0cb685 MD5sum: b46b58f60e6c5d9563f36a610547181e Description: downloader for GOG.com files lgogdownloader is a client for the GOG.com download API, allowing simple downloads and updates of games and other files from GOG.com. . This package is only useful if you own games on GOG.com. There are a few free-as-in-beer games available for Linux, but the DFSG-free games available on GOG.com are not provided for Linux and are available in Debian anyway (lure-of-the-temptress, beneath-a-steel-sky, flight-of-the-amazon-queen). Multi-Arch: foreign Homepage: https://sites.google.com/site/gogdownloader/ Section: web Priority: optional Filename: pool/main/l/lgogdownloader/lgogdownloader_3.15-1~bpo12+1_amd64.deb Package: libanyevent-xspromises-perl Version: 0.005-2~bpo12+1 Installed-Size: 65 Maintainer: Debian Perl Group Architecture: amd64 Depends: perl (>= 5.36.0-7), perlapi-5.36.0, libanyevent-perl Size: 16628 SHA256: fb6ff5b053b8886c20d4a4d7c872b655d0afe3b3ec8974f624c031651797acaa SHA1: 700408087b83476cf2ddc21dbd436f2bb60b8cc5 MD5sum: ccfd0e75ce689b77557ddecf50c23d58 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_amd64.deb Package: libapache2-mod-apreq2 Source: libapreq2 Version: 2.17-3~bpo12+1 Installed-Size: 95 Maintainer: Debian QA Group Architecture: amd64 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: 26408 SHA256: 43e66848d96d603f72981d124a55786e1776e4351ddf1da6c82531bd1eaf1ad0 SHA1: 13f5bc402444190e8eb9d879d16ded4c73c10765 MD5sum: be51a9c12606e1fb95ff0177ad91e39e 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_amd64.deb Package: libapache2-mod-mapcache Source: mapcache Version: 1.14.1-1~bpo12+1 Installed-Size: 97 Maintainer: Debian GIS Project Architecture: amd64 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: 24304 SHA256: b17c2ae888441d2ebf0ae1678d6b4037424f693f553a11ff3b8831527c496776 SHA1: a74c1858ddac884d924e15b799ee6a107030e18a MD5sum: 14c87d7f590ce234b7fb19572f293c7f 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_amd64.deb Package: libapache2-mod-qos Version: 11.74-1~bpo12+1 Installed-Size: 827 Maintainer: Debian QA Group Architecture: amd64 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: 232568 SHA256: 7b003992ed1a7423428d1864835065ba4e98c85cf5f8dd9e40e398fd8272a4c6 SHA1: 1c7e7bdcab76a5fac129e4f4819532fd7adc8a7b MD5sum: f80acf6602b8c4105f171c86d667499f 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_amd64.deb Package: libapache2-mod-r-base Source: rapache Version: 1.2.10-1~bpo12+1 Installed-Size: 101 Maintainer: Debian R Packages Maintainers Architecture: amd64 Depends: r-base-core, apache2-api-20120211, apache2-bin (>= 2.4.16), libapreq2-3 (>= 2.13-2), libc6 (>= 2.14) Size: 29876 SHA256: 1f36eaf5c4eb74f969bbda79efba40ece13328c78164350449e0fc9a37c47053 SHA1: 8b668421cdd84b11832e43a2987146f9554256b5 MD5sum: c1dea74c5396e233d0bb165cdaf95308 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_amd64.deb Package: libapache2-request-perl Source: libapreq2 Version: 2.17-3~bpo12+1 Installed-Size: 324 Maintainer: Debian QA Group Architecture: amd64 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.14) Size: 64924 SHA256: c79922a7e315e106cfddfae34ba10bb66d24ffe29350b4938b5d57258ec89306 SHA1: 4d6ea5a7d3d494f39d0dad1d4edd5f3e2d511f25 MD5sum: e63c36aa1952db6b130df54eaf9521c0 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_amd64.deb Package: libapreq2-3 Source: libapreq2 Version: 2.17-3~bpo12+1 Installed-Size: 93 Maintainer: Debian QA Group Architecture: amd64 Depends: libapr1 (>= 1.2.7), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.14) Recommends: libapache2-mod-apreq2 Size: 39304 SHA256: c45bcfe50d85b2cab1c1b3a5d880306a8884e4226967df2cf5571a7016e409b8 SHA1: 283fb171a720270e6eb39cae94888299168a7f47 MD5sum: 23239090c5969d139432122d03dd69fe 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_amd64.deb Package: libapreq2-dev Source: libapreq2 Version: 2.17-3~bpo12+1 Installed-Size: 212 Maintainer: Debian QA Group Architecture: amd64 Depends: libapreq2-3 (= 2.17-3~bpo12+1), libapr1-dev Recommends: libapreq2-doc Size: 58112 SHA256: ed4e28322cbfe40212ba7428823697c16feefba1e08ac8951f882d9aa6c56591 SHA1: 742123318e2da29808bd32a9fe7a41ee3847df85 MD5sum: fdaa0a9c67fefa59a00b377ae7f9de4c 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_amd64.deb Package: libapreq2-doc Source: libapreq2 Version: 2.17-3~bpo12+1 Installed-Size: 1229 Maintainer: Debian QA Group Architecture: all Recommends: libapreq2-dev Size: 199444 SHA256: 3b9905ea4c0a677ec0469de282ce579ec9380af4ca15f0be0a40daeec59da4cc SHA1: 9183cc5d8a9b26436f0d648bfd9f002b9d1be481 MD5sum: e27f6af8f03ab0e1d80e9619127e0f75 Description: generic Apache request library - documentation The generic Apache request library (APR) contains modules for manipulating client request data with the Apache API from Perl and C. Functionality includes: . - parsing of application/x-www-form-urlencoded data - parsing of multipart/form-data - parsing of HTTP Cookies . This package contains the programming documentation for the library. Homepage: https://httpd.apache.org/apreq/ Section: doc Priority: optional Filename: pool/main/liba/libapreq2/libapreq2-doc_2.17-3~bpo12+1_all.deb Package: libaqbanking-data Source: libaqbanking Version: 6.6.0-1~bpo12+1 Installed-Size: 5221 Maintainer: Micha Lenk Architecture: all Recommends: libaqbanking44 Size: 402584 SHA256: c9705f98c35f3cb1b3556bb77264d12e3bb33d0a5d664d8e285a4c7ee7cd24f7 SHA1: 0cbd5ceb5d720d2153f51d11b039713deb5e56b6 MD5sum: c69ef872eac989d67e35bf1c9b98070b Description: configuration files for libaqbanking AqBanking provides a middle layer between the applications and online banking libraries implementing various file formats and protocols. Plugins supporting OFX, DTAUS, HBCI, and EBICS are available. . This package contains data files for AqBanking. Multi-Arch: foreign Homepage: http://www.aquamaniac.de/aqbanking/ Section: libs Priority: optional Filename: pool/main/liba/libaqbanking/libaqbanking-data_6.6.0-1~bpo12+1_all.deb Package: libaqbanking-dev Source: libaqbanking Version: 6.6.0-1~bpo12+1 Installed-Size: 320 Maintainer: Micha Lenk Architecture: amd64 Depends: libaqbanking44 (= 6.6.0-1~bpo12+1), libgwenhywfar-core-dev Size: 47216 SHA256: b6d5714c50d360468cc7e718e611d13c29045b7660102760521fe487f42c037a SHA1: dc93669b7062824d123b9aa59b3353f195e183b9 MD5sum: bc6a427dbf2a499afb41002f3d31a4f2 Description: library for online banking applications AqBanking provides a middle layer between the applications and online banking libraries implementing various file formats and protocols. Plugins supporting OFX, DTAUS, HBCI, and EBICS are available. . This package contains the development files for AqBanking. Multi-Arch: same Homepage: http://www.aquamaniac.de/aqbanking/ Section: libdevel Priority: optional Filename: pool/main/liba/libaqbanking/libaqbanking-dev_6.6.0-1~bpo12+1_amd64.deb Package: libaqbanking44 Source: libaqbanking Version: 6.6.0-1~bpo12+1 Installed-Size: 2520 Maintainer: Micha Lenk Architecture: amd64 Depends: libc6 (>= 2.33), libgmp10 (>= 2:6.2.1+dfsg1), libgwenhywfar79 (>= 5.11.2), libxml2 (>= 2.7.4), libxmlsec1 (>= 1.2.31), zlib1g (>= 1:1.1.4), libaqbanking-data (>= 6.6.0-1~bpo12+1) Suggests: aqbanking-tools Size: 717644 SHA256: cfb285d2da52b5baae676a77a2913adb3fc372e07b24e96177fc4ab634fef735 SHA1: 25d1964e3982713c2e1bc9433dcc673002acada0 MD5sum: 304fc39fab269ed181714dc885cb3009 Description: library for online banking applications AqBanking provides a middle layer between the applications and online banking libraries implementing various file formats and protocols. Plugins supporting OFX, DTAUS, HBCI, and EBICS are available. Multi-Arch: same Homepage: http://www.aquamaniac.de/aqbanking/ Section: libs Priority: optional Filename: pool/main/liba/libaqbanking/libaqbanking44_6.6.0-1~bpo12+1_amd64.deb Package: libasm-dev Source: elfutils Version: 0.191-1~bpo12+1 Installed-Size: 112 Maintainer: Debian Elfutils Maintainers Architecture: amd64 Depends: libasm1 (= 0.191-1~bpo12+1), libelf-dev Conflicts: libasm0-dev, libelfsh0-dev Size: 31120 SHA256: 9a96e03abc6bbcc71fc187ca9a9d37e58089f7f9928ce253dcedf89db14d125c SHA1: a9e9816117eb2c754dcd12378e1fbad17fbf6c11 MD5sum: 6ff6a4efaa5063279335e8476f727ed9 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_amd64.deb Package: libasm1 Source: elfutils Version: 0.191-1~bpo12+1 Installed-Size: 70 Maintainer: Debian Elfutils Maintainers Architecture: amd64 Depends: libc6 (>= 2.14), libdw1 (= 0.191-1~bpo12+1), libelf1 (= 0.191-1~bpo12+1) Size: 28268 SHA256: 86726f4143cbc0edb67a3e59deefd39b89f5c636cdc9e7ec22b0c7ee9eccfb35 SHA1: 9aa17bce953f63d43a0d03b0b202b430701d5985 MD5sum: b51f31499a63fecfc3bfa23e50cfdc0c 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_amd64.deb Package: libatk-adaptor Source: at-spi2-core Version: 2.54.0-1~bpo12+1 Installed-Size: 58 Maintainer: Debian Accessibility Team Architecture: amd64 Replaces: at-spi Provides: at-spi Depends: libatk-bridge2.0-0 (= 2.54.0-1~bpo12+1), libglib2.0-0 (>= 2.62) Conflicts: at-spi Size: 11260 SHA256: b3083f4c69ce9b080a4313486a84c62167776f524578158f2ef430a61fc3068d SHA1: 06f2b178aeebb8a2c7e4a3fa39f56f0bdf055b11 MD5sum: 2e3ac353d2cc0065ec8ac9293009350b 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.54.0-1~bpo12+1_amd64.deb Package: libatk-bridge2.0-0 Source: at-spi2-core Version: 2.54.0-1~bpo12+1 Installed-Size: 280 Maintainer: Debian Accessibility Team Architecture: amd64 Depends: libatk1.0-0 (= 2.54.0-1~bpo12+1), libatspi2.0-0 (= 2.54.0-1~bpo12+1), libc6 (>= 2.7), libdbus-1-3 (>= 1.9.14), libglib2.0-0 (>= 2.62) Size: 67712 SHA256: 9a5defb00de25bbbe7c2a5be00a8ef9199590301eafb49a4b3ddd2fcf42a4801 SHA1: f2bf1b970188b48decb7ebe0ca3bcddf9feda713 MD5sum: c7798441039c30320ae4f8f74d11a55a 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.54.0-1~bpo12+1_amd64.deb Package: libatk-bridge2.0-dev Source: at-spi2-core Version: 2.54.0-1~bpo12+1 Installed-Size: 34 Maintainer: Debian Accessibility Team Architecture: amd64 Depends: libatk-bridge2.0-0 (= 2.54.0-1~bpo12+1), libatk1.0-dev, libglib2.0-dev, libatspi2.0-dev (= 2.54.0-1~bpo12+1) Size: 9764 SHA256: 2c0b8154c6f83b14d7e5928291014f063c858dbe95ff286fc6db424a779fda1e SHA1: 23d8c6a6f4cbf3ddcf60a1bf58593fd8a0123613 MD5sum: 9fa976d89b21361f0fe9c1dc21d15a1d 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.54.0-1~bpo12+1_amd64.deb Package: libatk1.0-0 Source: at-spi2-core Version: 2.54.0-1~bpo12+1 Installed-Size: 206 Maintainer: Debian Accessibility Team Architecture: amd64 Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.62), at-spi2-common Size: 51692 SHA256: f8f7788d61badc4a153b2f86cd9bab421f2c57ef9a27850121e10e12ef76cdd8 SHA1: 0ba7d4be0760cbce04ecdf15edcaf1556f9c00c1 MD5sum: d65c99999fdaafa28bb88f30a14d77e7 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.54.0-1~bpo12+1_amd64.deb Package: libatk1.0-dev Source: at-spi2-core Version: 2.54.0-1~bpo12+1 Installed-Size: 1346 Maintainer: Debian Accessibility Team Architecture: amd64 Replaces: gir-repository-dev Depends: libatk1.0-0 (= 2.54.0-1~bpo12+1), gir1.2-atk-1.0 (= 2.54.0-1~bpo12+1), pkgconf, libglib2.0-dev Size: 104940 SHA256: c74067cd5e5a00b91d379cb9450361094e65566f9c37b7a81ca4dd6586a1ac9f SHA1: b41fcb0f0b11a866517faf14a5899880b5552c5f MD5sum: a8625e7a87f99dafde937d114ccbf66a 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.54.0-1~bpo12+1_amd64.deb Package: libatk1.0-doc Source: at-spi2-core Version: 2.54.0-1~bpo12+1 Installed-Size: 4918 Maintainer: Debian Accessibility Team Architecture: all Suggests: libglib2.0-doc, libgtk-3-doc, devhelp Size: 202452 SHA256: 99ffd40c8c60873c18e60df56e27b3338e559b67ec5dd1dda9954d78d9d6f254 SHA1: 3312733b3e9021ca5d6f2478b0ecb5d6ceae9977 MD5sum: dd38266dc07f5019125c2a0e703f2567 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.54.0-1~bpo12+1_all.deb Package: libatspi2.0-0 Source: at-spi2-core Version: 2.54.0-1~bpo12+1 Installed-Size: 263 Maintainer: Debian Accessibility Team Architecture: amd64 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.54.0-1~bpo12+1) Size: 76808 SHA256: b3acd0e4b190d7ad236854f41dd5104aa4b3b28ddb2afe99804876b46ab49fb0 SHA1: 5b024ea1acc7179d9cb7dd38014d4da5075ea236 MD5sum: d81575905213bb75ee43471dbd77bd7b 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.54.0-1~bpo12+1_amd64.deb Package: libatspi2.0-dev Source: at-spi2-core Version: 2.54.0-1~bpo12+1 Installed-Size: 845 Maintainer: Debian Accessibility Team Architecture: amd64 Replaces: gir-repository-dev Depends: gir1.2-atspi-2.0 (= 2.54.0-1~bpo12+1), libatspi2.0-0 (= 2.54.0-1~bpo12+1), libglib2.0-dev, libdbus-1-dev, libxtst-dev Size: 81764 SHA256: 3d8c3ff24211b505a5c80dc9d808b51ebe18d6db37b95e6d5dc99b1b4c92de98 SHA1: 18bbf26b2bc003ca8c1d90d727e5412bcb717680 MD5sum: ba0738da1af35d5105bf389f6625f5d3 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.54.0-1~bpo12+1_amd64.deb Package: libbpf-dev Source: libbpf (1.4.6-1~bpo12+1) Version: 1:1.4.6-1~bpo12+1 Installed-Size: 1069 Maintainer: Sudip Mukherjee Architecture: amd64 Depends: libbpf1 (= 1:1.4.6-1~bpo12+1), libelf-dev, zlib1g-dev Size: 249796 SHA256: b77a1e39e6ad8d19965321167973c0e02f7b565fa19cd0bad5c331b1bdb32d05 SHA1: 565e32057165ac5ef77d7fdf827afaf77fd4bd6d MD5sum: 08ab412111b56b53f5ed72a45ee20ebd Description: eBPF helper library (development files) libbpf is a library for loading eBPF programs and reading and manipulating eBPF objects from user-space. . This package is needed to compile programs against libbpf. Multi-Arch: same Section: libdevel Priority: optional Filename: pool/main/libb/libbpf/libbpf-dev_1.4.6-1~bpo12+1_amd64.deb Package: libbpf1 Source: libbpf (1.4.6-1~bpo12+1) Version: 1:1.4.6-1~bpo12+1 Installed-Size: 432 Maintainer: Sudip Mukherjee Architecture: amd64 Depends: libc6 (>= 2.34), libelf1 (>= 0.144), zlib1g (>= 1:1.2.3.3) Size: 161652 SHA256: 770029ba49e9576fbe3d70a1c2cf8577999c6e571f88cd89011bee6e79956f05 SHA1: 39e9d04fe2107bfcfac79ca193343e257dcce5c5 MD5sum: afd98a4b4b9218765aa927beb6124088 Description: eBPF helper library (shared library) libbpf is a library for loading eBPF programs and reading and manipulating eBPF objects from user-space. . This package contains the shared library. Multi-Arch: same Section: libs Priority: optional Filename: pool/main/libb/libbpf/libbpf1_1.4.6-1~bpo12+1_amd64.deb Package: libbrlapi-dev Source: brltty Version: 6.7-1~bpo12+1 Installed-Size: 745 Maintainer: Debian Accessibility Team Architecture: amd64 Depends: libbrlapi0.8 (= 6.7-1~bpo12+1) Conflicts: libbrlapi1-dev (<< 3.8) Size: 225332 SHA256: 66e80795b44772b89e7231fbe46b0b979d45760500ffb9df830ff1a9b6f29c6c SHA1: aa57c980cb7e361a0042d2cde6e3225e0ba6f864 MD5sum: 52cdb9aef62439130bf19b167878748e Description: Library for communication with BRLTTY - static libs and headers BRLTTY is a daemon which provides access to the console (text mode) for a blind person using a braille display. It drives the braille display and provides complete screen review functionality. . BrlAPI is a library which gives an application access to a braille display and lets it write braille. . This package contains the static library libbrlapi.a and header files in /usr/include/brltty/ necessary to compile programs for BrlAPI, a client-server based mechanism to remotely access a braille display. Multi-Arch: same Homepage: https://brltty.com Section: libdevel Priority: optional Filename: pool/main/b/brltty/libbrlapi-dev_6.7-1~bpo12+1_amd64.deb Package: libbrlapi-java Source: brltty Version: 6.7-1~bpo12+1 Installed-Size: 4011 Maintainer: Debian Accessibility Team Architecture: all Depends: libbrlapi-jni (>= 6.7-1~bpo12+1) Size: 309964 SHA256: 7f43f54227c1c6407c4b35712544279a7bfaca726ba9d61781a09a9ebab43b10 SHA1: 8b5a5f2c0eb58f73473920c02a457aea59d734c6 MD5sum: fea10583a66b066741d18633c477aadc Description: Java bindings for BrlAPI BRLTTY is a daemon which provides access to the console (text mode) for a blind person using a braille display. It drives the braille display and provides complete screen review functionality. . BrlAPI is a library which gives an application access to a braille display and lets it write braille. . This package provides java classes to access a braille display via BrlAPI. Multi-Arch: foreign Homepage: https://brltty.com Section: java Priority: optional Filename: pool/main/b/brltty/libbrlapi-java_6.7-1~bpo12+1_all.deb Package: libbrlapi-jni Source: brltty Version: 6.7-1~bpo12+1 Installed-Size: 125 Maintainer: Debian Accessibility Team Architecture: amd64 Depends: libbrlapi0.8 (>= 6.7), libc6 (>= 2.34) Size: 82928 SHA256: 61aff8c566bbc1dce739f18c494515ff4a9cc2312663d892f10c4e3efd03895e SHA1: 66c8e95e060fe27f0a4d95de4b16ca41b9a9ada5 MD5sum: 47e8bb10cc8965aa7ab00c9b13f836f9 Description: Java bindings for BrlAPI (native library) BRLTTY is a daemon which provides access to the console (text mode) for a blind person using a braille display. It drives the braille display and provides complete screen review functionality. . BrlAPI is a library which gives an application access to a braille display and lets it write braille. . This package provides the architecture-dependant files required to access a braille terminal via BrlAPI from Java. Multi-Arch: same Homepage: https://brltty.com Section: java Priority: optional Filename: pool/main/b/brltty/libbrlapi-jni_6.7-1~bpo12+1_amd64.deb Package: libbrlapi0.8 Source: brltty Version: 6.7-1~bpo12+1 Installed-Size: 145 Maintainer: Debian Accessibility Team Architecture: amd64 Depends: libc6 (>= 2.34), libsystemd0 Size: 92276 SHA256: b5b307275d80c9719e8d82103712898045afd949005a702e847ee1f239ae9f7c SHA1: fb98b71c6f44b8b87dcdccf08b315dcda46aee74 MD5sum: e1fa4626345a4e8b00c9e4dd0744c3f4 Description: braille display access via BRLTTY - shared library BRLTTY is a daemon which provides access to the console (text mode) for a blind person using a braille display. It drives the braille display and provides complete screen review functionality. . BrlAPI is a library which gives an application access to a braille display and lets it write braille. . This package contains the shared library necessary to run programs which need to communicate with a braille display. Multi-Arch: same Homepage: https://brltty.com Section: libs Priority: optional Filename: pool/main/b/brltty/libbrlapi0.8_6.7-1~bpo12+1_amd64.deb Package: libbtrfs-dev Source: btrfs-progs Version: 6.12-1~bpo12+1 Installed-Size: 211 Maintainer: Nicholas D Steeves Architecture: amd64 Depends: libbtrfs0 (= 6.12-1~bpo12+1) Size: 69448 SHA256: 55e15f6e03747a868241f61b6799f311f656a41a05ec040a9befbbab2cd08210 SHA1: 2a92dcda61d91d4ace598ba31871118d8953e3ca MD5sum: 856481ac194af235b7a9ad2c1b10dc0d Description: Checksumming Copy on Write Filesystem utilities (development headers) Btrfs is a copy on write filesystem for Linux aimed at implementing advanced features while focusing on fault tolerance, repair and easy administration. . This package contains development headers for the libbtrfs library. Multi-Arch: same Homepage: http://btrfs.wiki.kernel.org/ Section: libdevel Priority: optional Filename: pool/main/b/btrfs-progs/libbtrfs-dev_6.12-1~bpo12+1_amd64.deb Package: libbtrfs0 Source: btrfs-progs Version: 6.12-1~bpo12+1 Installed-Size: 79 Maintainer: Nicholas D Steeves Architecture: amd64 Depends: libc6 (>= 2.4) Size: 43732 SHA256: 2dfee769473ed97c0043baa1eaf05be17f8e7b15d4fda977acc9f8bf9ed27131 SHA1: 107788b8275e28da5a088c71ee99c5cde53c27e6 MD5sum: d1f1afbd327ca9ba76bff3f865f50244 Description: Checksumming Copy on Write Filesystem utilities (runtime library) Btrfs is a copy on write filesystem for Linux aimed at implementing advanced features while focusing on fault tolerance, repair and easy administration. . This package contains userspace shared code library libbtrfs. Multi-Arch: same Homepage: http://btrfs.wiki.kernel.org/ Section: libs Priority: optional Filename: pool/main/b/btrfs-progs/libbtrfs0_6.12-1~bpo12+1_amd64.deb Package: libbtrfsutil-dev Source: btrfs-progs Version: 6.12-1~bpo12+1 Installed-Size: 121 Maintainer: Nicholas D Steeves Architecture: amd64 Depends: libbtrfsutil1 (= 6.12-1~bpo12+1) Size: 47336 SHA256: 2cd1775802f37a01c20da6edd4505cca3ef396145088a0d5b231c9bb58e04ac7 SHA1: 243c8189ad6c0bb5220b52d050e5fe4c47a0d3f5 MD5sum: 69ae7e545511152fb2678a8c2837b505 Description: Checksumming Copy on Write Filesystem utilities (util development headers) Btrfs is a copy on write filesystem for Linux aimed at implementing advanced features while focusing on fault tolerance, repair and easy administration. . This package contains development headers for the libbtrfsutil library. Multi-Arch: same Homepage: http://btrfs.wiki.kernel.org/ Section: libdevel Priority: optional Filename: pool/main/b/btrfs-progs/libbtrfsutil-dev_6.12-1~bpo12+1_amd64.deb Package: libbtrfsutil1 Source: btrfs-progs Version: 6.12-1~bpo12+1 Installed-Size: 91 Maintainer: Nicholas D Steeves Architecture: amd64 Depends: libc6 (>= 2.33) Size: 44384 SHA256: b79a9263e88dc243047d127407441ea359e25f749d086f36380cded86da72051 SHA1: fd49b54c6892ca750d2b895da14531ae1de11fca MD5sum: f15a840e499066bb0bcd4235611996b7 Description: Checksumming Copy on Write Filesystem utilities (runtime util library) Btrfs is a copy on write filesystem for Linux aimed at implementing advanced features while focusing on fault tolerance, repair and easy administration. . This package contains userspace shared code library libbtrfsutil. Multi-Arch: same Homepage: http://btrfs.wiki.kernel.org/ Section: libs Priority: optional Filename: pool/main/b/btrfs-progs/libbtrfsutil1_6.12-1~bpo12+1_amd64.deb Package: libcamera-dev Source: libcamera Version: 0.3.2-1~bpo12+1 Installed-Size: 182 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Depends: libcamera0.3 (= 0.3.2-1~bpo12+1) Size: 31880 SHA256: 849fb25482353d3c3b3ebc5796625df4d11a8d3fe8dad7f06e28cfafe7c71f83 SHA1: e028c71afe74f05350ce79d90cf188777a49aea3 MD5sum: aa11f3dcc90433986455d748dcaacd1f 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_amd64.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: 638 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Replaces: libcamera0 (<< 0.0.3-1~) Depends: libc6 (>= 2.34), libcamera0.3 (>= 0.3.2), libgcc-s1 (>= 3.0), libstdc++6 (>= 11) Breaks: libcamera0 (<< 0.0.3-1~) Size: 131400 SHA256: 267b5117b7e5f3072171c7dfeac58fa06d55341f8bed602abecff3ceb75d07f5 SHA1: 09e2e87a8407fc956ceca20bcaa815c4e300690b MD5sum: 68be1089c3cba48952dc43e986db7415 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_amd64.deb Package: libcamera-tools Source: libcamera Version: 0.3.2-1~bpo12+1 Installed-Size: 1145 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Depends: libc6 (>= 2.34), libcamera0.3 (>= 0.3.2), libdrm2 (>= 2.4.62), libevent-2.1-7 (>= 2.1.8-stable), libevent-pthreads-2.1-7 (>= 2.1.8-stable), libgcc-s1 (>= 3.0), libjpeg62-turbo (>= 1.3.1), libqt6core6 (>= 6.4.0), libqt6gui6 (>= 6.1.2), libqt6opengl6 (>= 6.1.2), libqt6openglwidgets6 (>= 6.1.2), libqt6widgets6 (>= 6.3.0), libsdl2-2.0-0 (>= 2.0.16), libstdc++6 (>= 11), libtiff6 (>= 4.5.0~rc1), libyaml-0-2 Size: 322060 SHA256: 0eba829a66abb5bc98b0e483e324f2eae12caf1b25074fff536357ac99d6c29b SHA1: 1117d571497a4e2648f17a7ee4151a339057e089 MD5sum: 5c277df883960aef6d416b9eac65bbc0 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_amd64.deb Package: libcamera-v4l2 Source: libcamera Version: 0.3.2-1~bpo12+1 Installed-Size: 160 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Replaces: libcamera0 (<< 0.0.3-1~) Depends: libc6 (>= 2.34), libcamera0.3 (>= 0.3.2), libgcc-s1 (>= 3.0), libstdc++6 (>= 12) Breaks: libcamera0 (<< 0.0.3-1~) Size: 46616 SHA256: ce8197ac5d1ad5c6cf1858618f912eee98ee057fdf8ea70630c8d65cb9bee22e SHA1: b50c7d536e56f4599080206a515b9d7e8d715b66 MD5sum: 2c4a0751fcfa2b56caa1ab4a4eae1b82 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_amd64.deb Package: libcamera0.3 Source: libcamera Version: 0.3.2-1~bpo12+1 Installed-Size: 1856 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Replaces: libcamera0 (<< 0.0.3-1~) Depends: libc6 (>= 2.34), libdw1 (>= 0.158), libgcc-s1 (>= 3.0), libgnutls30 (>= 3.7.3), liblttng-ust1 (>= 2.13.0), libstdc++6 (>= 12), libudev1 (>= 183), libunwind8, libyaml-0-2 Recommends: libcamera-ipa (= 0.3.2-1~bpo12+1) Breaks: libcamera0 (<< 0.0.3-1~) Size: 500160 SHA256: e353aa748ddb1bbac550e3e62bdba00cab551d077d63adfba0935d8730c40cad SHA1: ff03cf3cfc2533c521483e45997d8f5733da8142 MD5sum: e282e37c6618f6d7fb6e5c19aa3b2d41 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_amd64.deb Package: libcassandra-client-perl Version: 0.20-1~bpo12+1 Installed-Size: 264 Maintainer: Debian Perl Group Architecture: amd64 Depends: perl (>= 5.36.0-7), perlapi-5.36.0, libc6 (>= 2.14), 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: 76488 SHA256: dead732efc7b358645dec31ee025e8b5dccbeac31559c470b36e24005fa12ee0 SHA1: f2ef735047639f4feb85e3459fdec146d5f5f2a8 MD5sum: b461290180d4a30319af9776ff65aaba 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_amd64.deb Package: libcatch2-dev Source: catch2 Version: 3.7.1-0.4~bpo12+1 Installed-Size: 3338 Maintainer: Mathieu Mirmont Architecture: amd64 Replaces: catch2 (<< 3.4.0-2~) Breaks: catch2 (<< 3.4.0-2~) Size: 588224 SHA256: 1dbb62ed9f177e1cf51e573903cc553241764bd3b6655f5a98889ad361d008dc SHA1: eceaffe8010368625a58d208d896b1a7493412bd MD5sum: e62fe8a972f88b3f8b039367f24083b1 Description: C++ Automated Test Cases in Headers Catch2 is mainly a unit testing framework for C++, but it also provides basic micro-benchmarking features, and simple BDD macros. . Catch2's main advantage is that using it is both simple and natural. Test names do not have to be valid identifiers, assertions look like normal C++ boolean expressions, and sections provide a nice and local way to share set-up and tear-down code in tests. . If you've been using Catch2 v2, please see the migrate-v2-to-v3.md file in the package documentation. v3 brings a bunch of significant changes, the big one being that Catch2 is no longer a single-header library. Catch2 now behaves as a normal library, with multiple headers and separately compiled implementation. Homepage: https://github.com/catchorg/Catch2 Section: devel Priority: optional Filename: pool/main/c/catch2/libcatch2-dev_3.7.1-0.4~bpo12+1_amd64.deb Package: libclaws-mail-dev Source: claws-mail Version: 4.3.0-1~bpo12+1 Installed-Size: 1061 Maintainer: Ricardo Mones Architecture: amd64 Depends: libssl-dev, libenchant-2-dev Size: 409564 SHA256: c676f8e7c6436f17ce6242980d01bfb6409d4407f79f832628ed38b6c6d9820c SHA1: c1f561a446938d0879dea8f48677daf00feb3ea2 MD5sum: ded83d6851e0a38e2cb1beb35db6cb0a 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_amd64.deb Package: libcloudflare-ddns-dev Source: cloudflare-ddns Version: 2.1.0-2~bpo12+1 Installed-Size: 69 Maintainer: Andrea Pappacoda Architecture: amd64 Depends: libcloudflare-ddns2 (= 2.1.0-2~bpo12+1), libcurl4-openssl-dev | libcurl-dev Size: 18472 SHA256: d2952e924da65bb583db87f30eea52012bbc4e84dab91b7b298402887df4ea4b SHA1: a6910ac0bf7efb381f1bec41ebdd1f30a9e97ea4 MD5sum: e0568ee6d82546327c0a804d290b1727 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_amd64.deb Package: libcloudflare-ddns2 Source: cloudflare-ddns Version: 2.1.0-2~bpo12+1 Installed-Size: 69 Maintainer: Andrea Pappacoda Architecture: amd64 Depends: libc6 (>= 2.14), libcurl4 (>= 7.16.2) Size: 18432 SHA256: 0fa9d530379898a7be21f1556a91e0c0e9373eddc343413e1ea1978c119d4564 SHA1: 023e82d99b93f1494c75dcae7c418aea951a8c37 MD5sum: eacc6488ca8a15087a0f1d5d7202e61f 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_amd64.deb Package: libcom-err2 Source: e2fsprogs Version: 1.47.2~rc1-2~bpo12+2 Installed-Size: 63 Maintainer: Theodore Y. Ts'o Architecture: amd64 Replaces: libcomerr2 (<< 1.43.9-1~) Provides: libcomerr2 (= 1.47.2~rc1-2~bpo12+2) Depends: libc6 (>= 2.17) Breaks: libcomerr2 (<< 1.43.9-1~) Size: 23788 SHA256: e5b4f12d2f32008ace5e6c0d9c0f954dc74457a26f7a192af2b8b9087eac7583 SHA1: d7516d2237c0d605fc07610d80c2e19ab6120f79 MD5sum: 73a367b31dfef2771779297c9bb5ed58 Description: common error description library libcomerr is an attempt to present a common error-handling mechanism to manipulate the most common form of error code in a fashion that does not have the problems identified with mechanisms commonly in use. Multi-Arch: same Homepage: http://e2fsprogs.sourceforge.net Section: libs Priority: optional Filename: pool/main/e/e2fsprogs/libcom-err2_1.47.2~rc1-2~bpo12+2_amd64.deb Package: libcos4-3 Source: omniorb-dfsg Version: 4.3.2+ds1-2~bpo12+1 Installed-Size: 9608 Maintainer: Freexian Packaging Team Architecture: amd64 Replaces: libcos4-2 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.0), libomniorb4-3 (>= 4.3.2+ds1), libomnithread4 (>= 4.3.2+ds1), libstdc++6 (>= 5) Conflicts: libcos4-2 Size: 1180660 SHA256: 58fe10bf267897054e81101ebc83fc547851e1e50aa56cdbb34d4362b2d41290 SHA1: 5d4bf514d7476a88c3816afa75410bcee82647aa MD5sum: 7ad4734923f5bcd63dd5fb2cdf8768bf Description: omniORB CORBA services stubs omniORB4 is a freely available Common Object Request Broker Architecture (CORBA) 2.6 compliant object request broker (ORB) implementation. It is based on the IIOP communications protocol and should be interoperable with any other CORBA 2.6 compliant ORB. . This includes libcos4 and libcosdynamic4. Multi-Arch: same Homepage: http://omniorb.sourceforge.net Section: libs Priority: optional Filename: pool/main/o/omniorb-dfsg/libcos4-3_4.3.2+ds1-2~bpo12+1_amd64.deb Package: libcos4-dev Source: omniorb-dfsg Version: 4.3.2+ds1-2~bpo12+1 Installed-Size: 18011 Maintainer: Freexian Packaging Team Architecture: amd64 Depends: libcos4-3 (= 4.3.2+ds1-2~bpo12+1), libomniorb4-dev (= 4.3.2+ds1-2~bpo12+1), pkgconf Size: 1230884 SHA256: 9d7adfe1a7a6a98abf3e67f4a08c1ea533b83c84f435448a208581355183a00a SHA1: 7528013bf9150c0b1ee0edeb05df91eac1d30e72 MD5sum: 5026e01e1946dd7738a0723c68b4a43e Description: omniORB CORBA services stubs development files omniORB4 is a freely available Common Object Request Broker Architecture (CORBA) 2.6 compliant object request broker (ORB) implementation. It is based on the IIOP communications protocol and should be interoperable with any other CORBA 2.6 compliant ORB. . This includes developer files for libcos4 and libcosdynamic4. Multi-Arch: same Homepage: http://omniorb.sourceforge.net Section: libdevel Priority: optional Filename: pool/main/o/omniorb-dfsg/libcos4-dev_4.3.2+ds1-2~bpo12+1_amd64.deb Package: libcotp-dev Source: libcotp Version: 3.0.0-1~bpo12+1 Installed-Size: 20 Maintainer: Francisco Vilmar Cardoso Ruviaro Architecture: amd64 Depends: libcotp3 (= 3.0.0-1~bpo12+1) Size: 4084 SHA256: aa340aa3f901c6e0f3174bff469ac88c8b14c32381cbd0d9ad3316cf781bba02 SHA1: f86b21606a3e4fd873264ff0e848dfa7bbb3ec18 MD5sum: 9c53df64c2e224783e86c9b8a8540c6a 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_amd64.deb Package: libcotp3 Source: libcotp Version: 3.0.0-1~bpo12+1 Installed-Size: 35 Maintainer: Francisco Vilmar Cardoso Ruviaro Architecture: amd64 Depends: libc6 (>= 2.14), libgcrypt20 (>= 1.10.0) Size: 9100 SHA256: bef7f7d538c3f8677fc5c1b7c78d9ae2087a3121c55b6e50cd93a7ad72110e16 SHA1: f51c0acebb9bb9cfcdbdf121b061acb828605eea MD5sum: 281297804fb1e2e14dcdd96ae6f73171 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_amd64.deb Package: libcowsql-dev Source: cowsql Version: 1.15.6-1~bpo12+1 Installed-Size: 471 Maintainer: Free Ekanayaka Architecture: amd64 Depends: libcowsql0 (= 1.15.6-1~bpo12+1), libsqlite3-dev (>= 3.22.0~) Size: 95188 SHA256: e88d565274c7a61a577e019dc7dcf7ad6af1c9acb9e4eacdc4003094e548fbf8 SHA1: 95e68cdcaf1b721ced24779aa333abac8653744c MD5sum: 432f3a50b01810c7e6c3b8aa67d35f27 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_amd64.deb Package: libcowsql0 Source: cowsql Version: 1.15.6-1~bpo12+1 Installed-Size: 218 Maintainer: Free Ekanayaka Architecture: amd64 Depends: libc6 (>= 2.34), libraft0 (>= 0.20), libsqlite3-0 (>= 3.8.7), libuv1 (>= 1.8.0~) Size: 73916 SHA256: 3fac3fce09b9c8da9bb4dd53e009ea3340768d053439e9892c72b16038de6c3c SHA1: 7c14b74f038bc4dd13b4c1f9d1753c99190329f4 MD5sum: 158004d3b37413c288578f30f7c231bd 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_amd64.deb Package: libcppdap-dev Source: cppdap Version: 1.58.0a-5~bpo12+1 Installed-Size: 4766 Maintainer: Timo Röhling Architecture: amd64 Depends: libjsoncpp-dev (>= 1.9.5), libjsoncpp-dev (<< 1.9.6~) Size: 385180 SHA256: 5a4fb1a3663603855b671d6d7620cac29de4ab2a922ba33061b7c5d15a61a6b8 SHA1: 260b2b08a15943388fb352c5e985e60ebc65ac94 MD5sum: d73495fd9d6bfd5d7823fb2f7cb85ee5 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_amd64.deb Package: libcpupower-dev Source: linux Version: 6.11.10-1~bpo12+1 Installed-Size: 922 Maintainer: Debian Kernel Team Architecture: amd64 Replaces: libcpufreq-dev Provides: libcpufreq-dev Depends: libcpupower1 (= 6.11.10-1~bpo12+1) Conflicts: libcpufreq-dev Size: 918012 SHA256: 753545d4ff481818c8d7a0e9340e76523dd83bf5a79eb1d4c9cf5330fc8384bb SHA1: 3828139d579b2c0b39d134e2c64f40c3d74e9eef MD5sum: 87188227c866f94c259033ca875706c4 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.11.10-1~bpo12+1_amd64.deb Package: libcpupower1 Source: linux Version: 6.11.10-1~bpo12+1 Installed-Size: 951 Maintainer: Debian Kernel Team Architecture: amd64 Depends: libc6 (>= 2.34) Size: 925524 SHA256: 8f3fd0f2a477f1036d682accdf2d45f5a49f9707563c8cf3d8a6f36c55096275 SHA1: 7da593a830de8de63ec2282cef2373adcd5f4f9d MD5sum: 2dbacb6c1c100be0f00e4c79bc29f7bb 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.11.10-1~bpo12+1_amd64.deb Package: libcurl3-gnutls Source: curl Version: 8.11.1-1~bpo12+1 Installed-Size: 922 Maintainer: Debian Curl Maintainers Architecture: amd64 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: 358728 SHA256: 4478a92548cefbe3e5d46594b9001ae1a97bd55a1b1a9429adbfd8dd2fa2ee0e SHA1: cebc7ece578ff43043d6eacb4abb20360a9725e7 MD5sum: c6b73827abb9bda83ea9aca2c9e1c7f3 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.11.1-1~bpo12+1_amd64.deb Package: libcurl4 Source: curl Version: 8.11.1-1~bpo12+1 Installed-Size: 898 Maintainer: Debian Curl Maintainers Architecture: amd64 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: 350412 SHA256: 20eb4c1710060cd275bf03c391fa015c8df4cdd31688298a20bbaa0c9ecb23c1 SHA1: 18c46b173ef2c3a9d050777519d7373ac991fba1 MD5sum: 2c6895977e600639f82cdfc9e165f795 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.11.1-1~bpo12+1_amd64.deb Package: libcurl4-doc Source: curl Version: 8.11.1-1~bpo12+1 Installed-Size: 1633 Maintainer: Debian Curl Maintainers Architecture: all Size: 850564 SHA256: 3a942fb0217d2d39d9365af0946bcf2bd21b7540202aa69fcf10f1e12645ae04 SHA1: 0a8cfb7a8c147726be72d3f850f678e0a11fc723 MD5sum: f524324361fee42ec7ce45fde36fb6a0 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.11.1-1~bpo12+1_all.deb Package: libcurl4-gnutls-dev Source: curl Version: 8.11.1-1~bpo12+1 Installed-Size: 2016 Maintainer: Debian Curl Maintainers Architecture: amd64 Provides: libcurl-dev, libcurl-ssl-dev, libcurl3-gnutls-dev, libcurl4-dev Depends: libbrotli-dev, libcurl3-gnutls (= 8.11.1-1~bpo12+1), libgnutls28-dev, libidn2-dev, libkrb5-dev, libldap-dev, libnghttp2-dev, libnghttp3-dev (>= 1.1.0), libngtcp2-crypto-gnutls-dev (>= 1.2.0), libngtcp2-dev (>= 1.2.0), libpsl-dev, librtmp-dev, libssh2-1-dev, libzstd-dev, zlib1g-dev Suggests: dpkg-dev, libcurl4-doc, libidn-dev, pkgconf Conflicts: libcurl4-openssl-dev Size: 473080 SHA256: 71381d09647180955ba70b42506afd17e6a303c92df76ab2f4ae4ad14d587c33 SHA1: 2b127446e803a34f253ab8e0bc532f16a17b723f MD5sum: 54a6c72c6d9240a40dcbc6837c25dd54 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.11.1-1~bpo12+1_amd64.deb Package: libcurl4-openssl-dev Source: curl Version: 8.11.1-1~bpo12+1 Installed-Size: 1976 Maintainer: Debian Curl Maintainers Architecture: amd64 Provides: libcurl-dev, libcurl-ssl-dev, libcurl3-dev, libcurl3-openssl-dev, libcurl4-dev Depends: libbrotli-dev, libcurl4 (= 8.11.1-1~bpo12+1), libidn2-dev, libkrb5-dev, libldap-dev, libnghttp2-dev, libpsl-dev, librtmp-dev, libssh2-1-dev, libssl-dev, libzstd-dev, zlib1g-dev Suggests: dpkg-dev, libcurl4-doc, libidn-dev, pkgconf Conflicts: libcurl4-gnutls-dev, libssl1.0-dev Size: 462476 SHA256: a65d8f669070e6438ae4d98ae4672e96fca1b109e739b466ce5920abef4a5edf SHA1: b5063eb6d99e7e4b66144a8a3006c170035286e9 MD5sum: 3c3925b1274525111cb358aa3da5d1c3 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.11.1-1~bpo12+1_amd64.deb Package: libcyrus-imap-perl Source: cyrus-imapd Version: 3.8.1-1~bpo12+1 Installed-Size: 1492 Maintainer: Debian Cyrus Team Architecture: amd64 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: 275152 SHA256: d6ac5fb9aa54444bf6c3bbc64fe730e12ce4b71eac62ccbf147b63f64fbae1de SHA1: b6567fca13b338cc77424af0eba14fc08917f6c1 MD5sum: 1df9bda4f7e564314ccf047d77a3b3aa 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_amd64.deb Package: libd3dadapter9-mesa Source: mesa Version: 24.2.8-1~bpo12+1 Installed-Size: 30965 Maintainer: Debian X Strike Force Architecture: amd64 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 (>= 3.4), libllvm15, libsensors5 (>= 1:3.5.0), libstdc++6 (>= 11), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4), libudev1 Size: 7101232 SHA256: 1b3ab24ab07eac14fb2542728a43ca25c4fe9660b38fc9bda559250d663141eb SHA1: 66da3f91bcda5db3e69f4e6f57fe6bfc5de3cd75 MD5sum: fca474541f509f60dd79b5d8073e9ff2 Description: state-tracker for Direct3D9 This package contains a Gallium3D state tracker that implements the Direct3D9 API. Combined with the gallium-nine branch of Wine, programs using D3D9 can achieve native (or better) graphics performance. Multi-Arch: same Homepage: https://mesa3d.org/ Section: libs Priority: optional Filename: pool/main/m/mesa/libd3dadapter9-mesa_24.2.8-1~bpo12+1_amd64.deb Package: libd3dadapter9-mesa-dev Source: mesa Version: 24.2.8-1~bpo12+1 Installed-Size: 64 Maintainer: Debian X Strike Force Architecture: amd64 Depends: libd3dadapter9-mesa (= 24.2.8-1~bpo12+1), libudev1 Size: 22704 SHA256: c94858b427fb26ec59d110341b57facdf7e31a47bd6ffccb27064a06f46623ee SHA1: 4ef921364fb49b465f649a4e72cf981d5f0d0f3e MD5sum: d03bd4599579bf6b07b7b162fbfb0af2 Description: state-tracker for Direct3D9 -- development files This package contains a Gallium3D state tracker that implements the Direct3D9 API. Combined with the gallium-nine branch of Wine, programs using D3D9 can achieve native (or better) graphics performance. . Development files Multi-Arch: same Homepage: https://mesa3d.org/ Section: libdevel Priority: optional Filename: pool/main/m/mesa/libd3dadapter9-mesa-dev_24.2.8-1~bpo12+1_amd64.deb Package: libdar-dev Source: dar Version: 2.7.15-2~bpo12+1 Installed-Size: 10041 Maintainer: John Goerzen Architecture: amd64 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: 1318552 SHA256: d2dc180099c24a902e536fb20d056ef41d3175d75d1544483503a6def402d9fc SHA1: cea3dd039e541b3e49cd178258b1c006f915b77c MD5sum: 2fa012679de0573645907d0c6b4db41c 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_amd64.deb Package: libdar64-6000 Source: dar Version: 2.7.15-2~bpo12+1 Installed-Size: 2864 Maintainer: John Goerzen Architecture: amd64 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: 912496 SHA256: 5526c742fc6c4cfd5ea03490bd1b89d17d8edd10d71f60ddbda188b2b3d8fd7d SHA1: 579865fdd05f2d62eace8dc7129ca6bbefb991fc MD5sum: 967916e672bed1c7cfd62c565a6037d9 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_amd64.deb Package: libdatatype99-dev Source: datatype99 Version: 1.6.4-3~bpo12+1 Installed-Size: 71 Maintainer: Roland Mas Architecture: all Depends: libmetalang99-dev Size: 22388 SHA256: 022e3909c5c8d91171a0283914b45142fdcc20b480c51a5f8feb693dd42af0f2 SHA1: 4a8c6701191b7c65c383289f3d8de7e8de2e7f8c MD5sum: 214a0ec5598cd6de4219ac0815f31ffd Description: Algebraic data types for C99 Safe, intuitive algebraic data types with exhaustive pattern matching & compile-time introspection facilities. No external tools required, pure C99. Homepage: https://github.com/Hirrolot/datatype99 Section: devel Priority: optional Filename: pool/main/d/datatype99/libdatatype99-dev_1.6.4-3~bpo12+1_all.deb Package: libdbd-cassandra-perl Version: 0.57-2~bpo12+1 Installed-Size: 48 Maintainer: Debian Perl Group Architecture: all Depends: perl:any, libcassandra-client-perl (>= 0.10), libdbi-perl, libdevel-globaldestruction-perl Size: 18144 SHA256: e2924d83007f35034542eb6141b4f9d3977b6b20ca3f4fc897bc6f39541151ee SHA1: 13f9da3522945d12988aecbc72e7e48e25fef47d MD5sum: c53d6627818b3892744d869fcdf9c796 Description: Perl DBI database backend for Cassandra DBD::Cassandra is a Perl5 Database Interface driver for Cassandra, using the CQL3 query language. Homepage: https://metacpan.org/release/DBD-Cassandra Section: perl Priority: optional Filename: pool/main/libd/libdbd-cassandra-perl/libdbd-cassandra-perl_0.57-2~bpo12+1_all.deb Package: libdebhelper-perl Source: debhelper Version: 13.23~bpo12+1 Installed-Size: 352 Maintainer: Debhelper Maintainers Architecture: all Replaces: debhelper (<< 12.6~) Depends: perl:any Breaks: debhelper (<< 12.6~) Size: 90812 SHA256: 6356cb46c5e40ce6d170cab1b3cd46b7efc8281b20c798c86e29e3a76fb9687d SHA1: 5e5913994e8aadbc6980ec2f5fb924fabce732fb MD5sum: 75a5b8998d732ec1ba3f08c1b48b37ba Description: debhelper perl modules A collection of programs that can be used in a debian/rules file to automate common tasks related to building Debian packages. . This package provides the perl modules used by the scripts in debhelper. Multi-Arch: foreign Section: perl Priority: optional Filename: pool/main/d/debhelper/libdebhelper-perl_13.23~bpo12+1_all.deb Package: libdebuginfod-common Source: elfutils Version: 0.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: amd64 Depends: libdebuginfod1 (= 0.191-1~bpo12+1), libelf-dev Size: 22680 SHA256: eedef47de7d20444c003841d3459f3f622d30219a2aabd2ded74348b6bcdb83b SHA1: c844ee2f2505be4b5ff98061a7c2894e5cee05d7 MD5sum: 2557739ced7a3c41ccaf588548fe120e 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_amd64.deb Package: libdebuginfod1 Source: elfutils Version: 0.191-1~bpo12+1 Installed-Size: 65 Maintainer: Debian Elfutils Maintainers Architecture: amd64 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: 28116 SHA256: f1241d929db7d4bd0b4f77fe3bd05d99eefc3052dd47b95972d8fc82491eac5a SHA1: 6f17687dd40b18bedcac78680ed3378aa6a46344 MD5sum: 2fc15d11461f6e39fd73087bf2469244 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_amd64.deb Package: libdisplay-info-bin Source: libdisplay-info Version: 0.2.0-2~bpo12+1 Installed-Size: 92 Maintainer: Marc Dequènes (Duck) Architecture: amd64 Depends: libc6 (>= 2.34), libdisplay-info2 (>= 0.2.0) Size: 28264 SHA256: a4e21aad9f6229dedaa028f4a8490ffb68070a7a7e2fac374af77fcca95dfbb8 SHA1: 09e4ff8cfddd4e3aebc4a06cb56222394dbbf357 MD5sum: 60157f416afd4e976fe59b8fac8944f2 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_amd64.deb Package: libdisplay-info-dev Source: libdisplay-info Version: 0.2.0-2~bpo12+1 Installed-Size: 124 Maintainer: Marc Dequènes (Duck) Architecture: amd64 Depends: libdisplay-info2 (= 0.2.0-2~bpo12+1) Size: 26208 SHA256: 1fa0cd67ad63a89ef63973e62ab14dc655723fdada7d353fc6866ed09093ff87 SHA1: 59a0f01ffaf136cf5b1d991b89b9d4f7abf22b98 MD5sum: 79b2033f0386bd125c1d84a2278c2b70 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_amd64.deb Package: libdisplay-info1 Source: libdisplay-info Version: 0.1.1-2~bpo12+1 Installed-Size: 242 Maintainer: Marc Dequènes (Duck) Architecture: amd64 Depends: libc6 (>= 2.27) Size: 70348 SHA256: adf44c8bfa8a434a95cb6cc1b4260dd669c76a3ba322964bb3469c790aa0f373 SHA1: 43cf0b72d001fd5105035b4c2564001dbd27c763 MD5sum: 475568f09c5ce1b63413e5ea3cb06c09 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_amd64.deb Package: libdisplay-info2 Source: libdisplay-info Version: 0.2.0-2~bpo12+1 Installed-Size: 251 Maintainer: Marc Dequènes (Duck) Architecture: amd64 Depends: libc6 (>= 2.27) Size: 74388 SHA256: 8337282f1d3c8414ccd2fffc3176306d9b22772324f213683da43e153d8d8822 SHA1: ac701bf585b4ecc5ab8fc4e53ad57f25ec99fe28 MD5sum: a1096438959b675e5f606d3de57b12a6 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_amd64.deb Package: libdjinterop-dev Source: libdjinterop Version: 0.21.0+ds-2~bpo12+1 Installed-Size: 216 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Depends: libdjinterop0 (= 0.21.0+ds-2~bpo12+1) Size: 31960 SHA256: 7536b04cf90e2ed509c4f572a20100bd65e950bd614ca2a23146c3f5700858d0 SHA1: dd3bb6af9ac435b8803f22cbea4cd004d10504d7 MD5sum: 31bb6bcb7e3eacbee8d9227ee7b3dc83 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_amd64.deb Package: libdjinterop0 Source: libdjinterop Version: 0.21.0+ds-2~bpo12+1 Installed-Size: 1658 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Depends: libc6 (>= 2.33), libgcc-s1 (>= 3.0), libsqlite3-0 (>= 3.14.0), libstdc++6 (>= 11), zlib1g (>= 1:1.1.4) Size: 405204 SHA256: 0935a4ea5cd0693035f2ef87877abb34aceb6e1f035600aaec3095d25753050e SHA1: bd90cd243e30e18ca4dd09fa9d51d039148f8093 MD5sum: d1cb9cc72edbd4c3e578c29f2fafe783 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_amd64.deb Package: libdrm-amdgpu1 Source: libdrm Version: 2.4.123-1~bpo12+1 Installed-Size: 77 Maintainer: Debian X Strike Force Architecture: amd64 Depends: libc6 (>= 2.34), libdrm2 (>= 2.4.108) Size: 21912 SHA256: 334e2ae389af0e9cb607c2ccfbbf7ae9feb34131ff998550baeffeeae6cda296 SHA1: 23d5842c33573ccf856b770523b9bf941f2d420c MD5sum: 859b7ea770d01fda4200dc1fc20c235b 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_amd64.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: 1360 Maintainer: Debian X Strike Force Architecture: amd64 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: 293884 SHA256: 96533b14895e84ed61f9e83d7d9a4cae3364417eb904d069fadf56f8f3787836 SHA1: 7a9efc104ebe51809cae51c7374a257a750fd3ab MD5sum: 36646b1f47bdc02cbf3583ea8a8c4a13 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_amd64.deb Package: libdrm-intel1 Source: libdrm Version: 2.4.123-1~bpo12+1 Installed-Size: 178 Maintainer: Debian X Strike Force Architecture: amd64 Depends: libc6 (>= 2.34), libdrm2 (>= 2.4.108), libpciaccess0 Size: 63396 SHA256: 44a91fb2a2512bcebaf6c8dff3e02c4199763975180cf9e1c53175cb42c629ff SHA1: 71f838d97bbb22f21fcfb2da69901cea8d5d6496 MD5sum: 34dd88e8f1a7e739e9fc1207583fcf40 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_amd64.deb Package: libdrm-nouveau2 Source: libdrm Version: 2.4.123-1~bpo12+1 Installed-Size: 71 Maintainer: Debian X Strike Force Architecture: amd64 Depends: libc6 (>= 2.14), libdrm2 (>= 2.4.108) Size: 19440 SHA256: 14fc3fef7d765f834d6e56577df62312121074f80dbb0c5890f625bf7a290884 SHA1: 22129aa9adf265c35a42bcdd553756338d386678 MD5sum: e7fb070a538924ba8c08f5ec486ce128 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_amd64.deb Package: libdrm-radeon1 Source: libdrm Version: 2.4.123-1~bpo12+1 Installed-Size: 83 Maintainer: Debian X Strike Force Architecture: amd64 Depends: libc6 (>= 2.4), libdrm2 (>= 2.4.108) Size: 22296 SHA256: 134f73895dcad4fa566ac1c6000241b716e99428b802133d410fa474f05cbab9 SHA1: 8a5ea0eddba63d1859c0e038f5e66442a98e8d2d MD5sum: 84d10b1e2b14eed5e4e0df3d936a8443 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_amd64.deb Package: libdrm-tests Source: libdrm Version: 2.4.123-1~bpo12+1 Installed-Size: 197 Maintainer: Debian X Strike Force Architecture: amd64 Depends: libdrm2 (= 2.4.123-1~bpo12+1), libc6 (>= 2.34), libdrm-amdgpu1 (>= 2.4.77) Size: 54040 SHA256: 928ae4c30cc3c86f728ce34177c0d35575bafc1aa64531fe1c4af1c2bdc4e39a SHA1: 422e9e9fc25e9d3402aed97d6f80f82a13efad70 MD5sum: 6528f0711c5c6552626d6123f970db9f 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_amd64.deb Package: libdrm2 Source: libdrm Version: 2.4.123-1~bpo12+1 Installed-Size: 125 Maintainer: Debian X Strike Force Architecture: amd64 Depends: libdrm-common (>= 2.4.123-1~bpo12+1), libc6 (>= 2.33) Size: 38648 SHA256: 9cc2f341964286295124a32d3625edb76730500625e54a1e682761f883064d7b SHA1: 3fa78230b0e0b15115154f8aaa4af0124d207e43 MD5sum: d2402319a9ec5d637a621139ac3b58fb 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_amd64.deb Package: libdw-dev Source: elfutils Version: 0.191-1~bpo12+1 Installed-Size: 1702 Maintainer: Debian Elfutils Maintainers Architecture: amd64 Depends: libelf-dev, libdw1 (= 0.191-1~bpo12+1), zlib1g-dev, liblzma-dev Size: 323360 SHA256: 5c74d5826c48efb28d1b8cc9f528dd2487487261e7fbc7eaa133745789bd23cd SHA1: 8711788863400006798ccaca7992a3281eabe482 MD5sum: af2c5e714d134a86373b4eb155b158a2 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_amd64.deb Package: libdw1 Source: elfutils Version: 0.191-1~bpo12+1 Installed-Size: 749 Maintainer: Debian Elfutils Maintainers Architecture: amd64 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: 245496 SHA256: 3856707dbdbae4762a6246c86bee58bf462ee0c07bc4eeb28738567ec452567b SHA1: b9b928357b00d310b1ec81b4ead5e327783bbd0a MD5sum: 7c83ea5086e69a8f9510e662ed537a74 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_amd64.deb Package: libegl-mesa0 Source: mesa Version: 24.2.8-1~bpo12+1 Installed-Size: 417 Maintainer: Debian X Strike Force Architecture: amd64 Provides: libegl-vendor Depends: libc6 (>= 2.34), libdrm2 (>= 2.4.121), libexpat1 (>= 2.0.1), libgbm1 (= 24.2.8-1~bpo12+1), libgcc-s1 (>= 3.4), libglapi-mesa (= 24.2.8-1~bpo12+1), libwayland-client0 (>= 1.20.0), libwayland-server0 (>= 1.15.0), libx11-xcb1 (>= 2:1.8.4), libxcb-dri2-0 (>= 1.8), libxcb-dri3-0 (>= 1.13), libxcb-present0, libxcb-randr0 (>= 1.3), libxcb-shm0, libxcb-sync1, libxcb-xfixes0, libxcb1 (>= 1.9.2), libxshmfence1, mesa-libgallium (= 24.2.8-1~bpo12+1) Size: 132188 SHA256: 89907f6be5b265dc3d4e93918a940f8cbcd52c8d54b230e24f6925db96f9363f SHA1: faa9d8bce7ee9945d8491a73843cd93373b51ee3 MD5sum: 4677c097a6e13f9f156dc43bb3d2c898 Description: free implementation of the EGL API -- Mesa vendor library This package contains the EGL native platform graphics interface library. EGL provides a platform-agnostic mechanism for creating rendering surfaces for use with other graphics libraries, such as OpenGL|ES. . This package contains the Mesa vendor library for EGL. Multi-Arch: same Homepage: https://mesa3d.org/ Section: libs Priority: optional Filename: pool/main/m/mesa/libegl-mesa0_24.2.8-1~bpo12+1_amd64.deb Package: libegl1-mesa-dev Source: mesa Version: 24.2.8-1~bpo12+1 Installed-Size: 63 Maintainer: Debian X Strike Force Architecture: amd64 Depends: libegl-dev, libglvnd-dev Size: 22924 SHA256: cbfabc07d130e5497314d168c4e8e8460d748e8993f2d7589f9bf70f5a447046 SHA1: c5bef6d4cac9f08c8352fe1a74d1fa6257c55b97 MD5sum: e7f655a376cc04515cc6104332aaa12a Description: free implementation of the EGL API -- development files This package contains the development environment required for compiling programs against EGL native platform graphics interface library. EGL provides a platform-agnostic mechanism for creating rendering surfaces for use with other graphics libraries, such as OpenGL|ES. . This package provides the development environment for compiling programs against the EGL library. Multi-Arch: same Homepage: https://mesa3d.org/ Section: libdevel Priority: optional Filename: pool/main/m/mesa/libegl1-mesa-dev_24.2.8-1~bpo12+1_amd64.deb Package: libelf-dev Source: elfutils Version: 0.191-1~bpo12+1 Installed-Size: 355 Maintainer: Debian Elfutils Maintainers Architecture: amd64 Depends: libelf1 (= 0.191-1~bpo12+1), zlib1g-dev, libzstd-dev Conflicts: libelfg0-dev Size: 74908 SHA256: 177ad1e06f540a14baf0b84b85ad0b0eb0ca5c4037eaea664559f409f82e08b4 SHA1: 3a586f8a42f59108d3cb5a7cad364984a034b501 MD5sum: fdcaf19e516aa4c8ac0a87639b00ba7f 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_amd64.deb Package: libelf1 Source: elfutils Version: 0.191-1~bpo12+1 Installed-Size: 1219 Maintainer: Debian Elfutils Maintainers Architecture: amd64 Depends: libc6 (>= 2.34), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4) Size: 187576 SHA256: 76ba274947d875b87ae0c139affa4f3b9f051c289c52acede6b5d5d3eefdaafd SHA1: ac6b702157051ececdc0dfcf2ecc009ef7baac82 MD5sum: 78cf871811534248bf80f279faa6f19a 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_amd64.deb Package: libengine-tpm2-tss-openssl Source: tpm2-tss-engine Version: 1.2.0-2~bpo12+1 Installed-Size: 74 Maintainer: Luca Boccassi Architecture: amd64 Depends: libc6 (>= 2.14), libssl3 (>= 3.0.0), libtss2-esys-3.0.2-0 (>= 2.3.1), libtss2-mu0 (>= 3.0.1), libtss2-tctildr0 (>= 3.0.1) Size: 21932 SHA256: 7bf6dcd29c2dd251ff397462310514389e8b37f7a05d7aa38db2b1d23c834650 SHA1: 537bcbc3bb839a992b20976f48bb064ac3ac00e0 MD5sum: 5eace9afa68095f495e4d367203dccb7 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_amd64.deb Package: libespeak-ng-dev Source: espeak-ng Version: 1.52.0+dfsg-4~bpo12+1 Installed-Size: 935 Maintainer: Debian Accessibility Team Architecture: amd64 Depends: libespeak-ng1 (= 1.52.0+dfsg-4~bpo12+1) Size: 237048 SHA256: e26448fd77b2f594bb1f13746f5dbee54249544b7c836d34b6dcbbe87c69b1f3 SHA1: a221582c1677fa3169e9bf3eb4110b1a5d39ef53 MD5sum: d6e95a9e8290c6652ea5db91dc8236d4 Description: Multi-lingual software speech synthesizer: development files eSpeak NG is a software speech synthesizer for English, and some other languages. . This package contains the eSpeak NG development files needed to build against the espeak-ng shared library. Multi-Arch: same Homepage: https://github.com/espeak-ng/espeak-ng Section: libdevel Priority: optional Filename: pool/main/e/espeak-ng/libespeak-ng-dev_1.52.0+dfsg-4~bpo12+1_amd64.deb Package: libespeak-ng-libespeak-dev Source: espeak-ng Version: 1.52.0+dfsg-4~bpo12+1 Installed-Size: 52 Maintainer: Debian Accessibility Team Architecture: amd64 Provides: libespeak-dev (= 1.48.04+dfsg) Depends: libespeak-ng-dev (= 1.52.0+dfsg-4~bpo12+1) Conflicts: libespeak-dev Size: 19840 SHA256: e1dfd787f8da9c86eaf6b99ccfdfdc6a69c7c9cf29cb91dd8c08fb555b47f6d7 SHA1: 609f75753d277d79a9ac1a732281bce3f4119203 MD5sum: f4e1b3f1cb2274ffa44969c2a42a7875 Description: Multi-lingual software speech synthesizer: development files eSpeak NG is a software speech synthesizer for English, and some other languages. . This package contains compatibility links that makes it a drop-in replacement for the libespeak-dev package. Building against this package thus allows one to migrate to using eSpeak NG without any source code change. Multi-Arch: same Homepage: https://github.com/espeak-ng/espeak-ng Section: libdevel Priority: optional Filename: pool/main/e/espeak-ng/libespeak-ng-libespeak-dev_1.52.0+dfsg-4~bpo12+1_amd64.deb Package: libespeak-ng-libespeak1 Source: espeak-ng Version: 1.52.0+dfsg-4~bpo12+1 Installed-Size: 23 Maintainer: Debian Accessibility Team Architecture: amd64 Provides: libespeak1 (= 1.48.04+dfsg) Depends: libespeak-ng1 (= 1.52.0+dfsg-4~bpo12+1) Conflicts: libespeak1 Size: 12800 SHA256: 100ec40a4fa3c4355ce15718da244c167eb6ae11c6c83019dc9dca53659e9cda SHA1: 5eb5b58e7e2166f7410c7a2475f33f2617b67aff MD5sum: a978c697858689a60c01b45ee7e86757 Description: Multi-lingual software speech synthesizer: shared library eSpeak NG is a software speech synthesizer for English, and some other languages. . This package contains compatibility links that makes it a drop-in replacement for the libespeak1 package. Installing this package thus allows one to make applications linked against libespeak1 use eSpeak NG without any modification or rebuild. Multi-Arch: same Homepage: https://github.com/espeak-ng/espeak-ng Section: libs Priority: optional Filename: pool/main/e/espeak-ng/libespeak-ng-libespeak1_1.52.0+dfsg-4~bpo12+1_amd64.deb Package: libespeak-ng1 Source: espeak-ng Version: 1.52.0+dfsg-4~bpo12+1 Installed-Size: 573 Maintainer: Debian Accessibility Team Architecture: amd64 Depends: libc6 (>= 2.34), libpcaudio0 (>= 1.2), libsonic0 (>= 0.1.10), espeak-ng-data (= 1.52.0+dfsg-4~bpo12+1) Size: 199628 SHA256: 1170ccd829751bdf7744fa2fdfd54c6fa296e27ce7ff6a0ca44d7a6a5337231a SHA1: 20ac4f555dfefae53c32c6928f4183821835c47f MD5sum: 8137a9dad10a0c09e6d477d4d5b73acf Description: Multi-lingual software speech synthesizer: shared library eSpeak NG is a software speech synthesizer for English, and some other languages. . This package contains the espeak NG program in a shared library. Multi-Arch: same Homepage: https://github.com/espeak-ng/espeak-ng Section: libs Priority: optional Filename: pool/main/e/espeak-ng/libespeak-ng1_1.52.0+dfsg-4~bpo12+1_amd64.deb Package: libext2fs-dev Source: e2fsprogs Version: 1.47.2~rc1-2~bpo12+2 Installed-Size: 1149 Maintainer: Theodore Y. Ts'o Architecture: amd64 Replaces: e2fslibs-dev (<< 1.43.9-1~) Provides: e2fslibs-dev (= 1.47.2~rc1-2~bpo12+2) Depends: libc6-dev | libc-dev, comerr-dev, libext2fs2 (= 1.47.2~rc1-2~bpo12+2) Suggests: doc-base Breaks: e2fslibs-dev (<< 1.43.9-1~) Size: 294728 SHA256: df0d15c3efeb2fed6ae54262c84c6f3056fd91f556a4b45af02338cc2adca950 SHA1: 4d3878bc93c87fe2809546e1684ba0531b9a44a5 MD5sum: 0bbc9d8db41a166738f1353952bac73e Description: ext2/ext3/ext4 file system libraries - headers and static libraries The ext2, ext3 and ext4 file systems are successors of the original ext ("extended") file system. They are the main file system types used for hard disks on Debian and other Linux systems. . This package contains the development environment for the ext2fs and e2p libraries. Homepage: http://e2fsprogs.sourceforge.net Section: libdevel Priority: optional Filename: pool/main/e/e2fsprogs/libext2fs-dev_1.47.2~rc1-2~bpo12+2_amd64.deb Package: libext2fs2 Source: e2fsprogs Version: 1.47.2~rc1-2~bpo12+2 Installed-Size: 547 Maintainer: Theodore Y. Ts'o Architecture: amd64 Replaces: e2fslibs (<< 1.43.9-1~), libext2fs2 Provides: e2fslibs (= 1.47.2~rc1-2~bpo12+2) Depends: libc6 (>= 2.34) Breaks: e2fslibs (<< 1.43.9-1~) Size: 209868 SHA256: 51eaf5547e375ec144c1fc944533975ad18d8ff660f5d20037e84dfcbfe6d34c SHA1: 29a7da066ece493b4bbd4a769b24cf2c2ef22e32 MD5sum: 966fceb1bea21e09c93d122c15d2dbc1 Description: ext2/ext3/ext4 file system libraries The ext2, ext3 and ext4 file systems are successors of the original ext ("extended") file system. They are the main file system types used for hard disks on Debian and other Linux systems. . This package provides the ext2fs and e2p libraries, for userspace software that directly accesses extended file systems. Programs that use libext2fs include e2fsck, mke2fs, and tune2fs. Programs that use libe2p include dumpe2fs, chattr, and lsattr. Multi-Arch: same Homepage: http://e2fsprogs.sourceforge.net Section: libs Priority: optional Filename: pool/main/e/e2fsprogs/libext2fs2_1.47.2~rc1-2~bpo12+2_amd64.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: amd64 Depends: qtbase5-dev, libfcitx5-qt1 (= 5.1.6-1~bpo12+1) Size: 14284 SHA256: fe87202ea973d543c44d51ae2f35311d80b4471fbe547ff3ff48e7a95666a283 SHA1: 4db45ba127d20e8aa1fb4e53923c83b5ea58a1ed MD5sum: 3a32b2ef868720462b87d6f5d13daf3a 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_amd64.deb Package: libfcitx5-qt1 Source: fcitx5-qt Version: 5.1.6-1~bpo12+1 Installed-Size: 384 Maintainer: Debian Input Method Team Architecture: amd64 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: 98012 SHA256: 0353350398490805ee7c1d46d9230e8f3cfc8989865d101d3518009936e86ec5 SHA1: 66de78284a46e3832d6e20adee067a7aa0e1ee89 MD5sum: 5b0d1e2045b8ca0b4cb903548c45ddf5 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_amd64.deb Package: libfcitx5-qt6-1 Source: fcitx5-qt Version: 5.1.6-1~bpo12+1 Installed-Size: 497 Maintainer: Debian Input Method Team Architecture: amd64 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: 123660 SHA256: 39c3ea17a7cd824a5682f9f0f1b290608c8f7934d47d17e196ab91e8f950d92d SHA1: c768d9aa06125a29ab55a4f693be6f54e7bbb05f MD5sum: af96448b981025f42ebd3ecc6b90cbe2 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_amd64.deb Package: libfcitx5-qt6-dev Source: fcitx5-qt Version: 5.1.6-1~bpo12+1 Installed-Size: 88 Maintainer: Debian Input Method Team Architecture: amd64 Depends: qt6-base-dev, libfcitx5-qt6-1 (= 5.1.6-1~bpo12+1) Size: 14292 SHA256: d3709bd4524bcd21d4ac79146d076d90ac3a7963ee310754dfa1008a8cc5010f SHA1: e37486d365f6d2029b90cc14007495472fd65d98 MD5sum: a6b94f4e6a448deae069a56de73ec644 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_amd64.deb Package: libfcitx5config-dev Source: fcitx5 Version: 5.1.10-1~bpo12+1 Installed-Size: 85 Maintainer: Debian Input Method Team Architecture: amd64 Depends: libfcitx5config6 (= 5.1.10-1~bpo12+1) Size: 19200 SHA256: 91cfe2693d16fcb518070e01a752b1b31a739c0b2f3808b8b8f2f18bf8500d46 SHA1: 0aae2a5cd432e5e84f5025d2fd376d60f1e5cd4f MD5sum: c8baded6f36fc9b5be2f3bc29bf5eadf 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_amd64.deb Package: libfcitx5config6 Source: fcitx5 Version: 5.1.10-1~bpo12+1 Installed-Size: 176 Maintainer: Debian Input Method Team Architecture: amd64 Depends: libc6 (>= 2.32), libfcitx5utils2 (>= 5.1.10), libgcc-s1 (>= 3.0), libstdc++6 (>= 11) Size: 55052 SHA256: bf0b73ec8681f430c916dabc7edd78b5077c0422f387585fa221ce4fdb67ecb2 SHA1: d2473ec480d7fd4a46e7eb162b5a2bfdf175180c MD5sum: b424f2a8ff9bd87544d80ae453c3d0d1 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_amd64.deb Package: libfcitx5core-dev Source: fcitx5 Version: 5.1.10-1~bpo12+1 Installed-Size: 189 Maintainer: Debian Input Method Team Architecture: amd64 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: 38068 SHA256: 701fde703628f74e57fb484fe42710bdb0bb8afc279bdc416945a4294e567b95 SHA1: b7508ca158d184cc4a6dd160e0567a60d8b95539 MD5sum: f8ad556fcba34f0f0b7bdda48d4431ae 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_amd64.deb Package: libfcitx5core7 Source: fcitx5 Version: 5.1.10-1~bpo12+1 Installed-Size: 1041 Maintainer: Debian Input Method Team Architecture: amd64 Depends: libc6 (>= 2.33), libfcitx5config6 (>= 5.1.10), libfcitx5utils2 (>= 5.1.10), libgcc-s1 (>= 3.0), libstdc++6 (>= 11), libuuid1 (>= 2.16), libxkbcommon0 (>= 0.5.0) Size: 318908 SHA256: 5a4f55b575828beaee41c3b00a8d3288cefad3d8f3e08831495027405e6b4ce8 SHA1: f401a34c66a322fd3842bffbc8334904c2c822f4 MD5sum: cfbdb31afefb093e6abc29b8faf41f38 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_amd64.deb Package: libfcitx5utils-dev Source: fcitx5 Version: 5.1.10-1~bpo12+1 Installed-Size: 429 Maintainer: Debian Input Method Team Architecture: amd64 Depends: libfcitx5utils2 (= 5.1.10-1~bpo12+1) Size: 73864 SHA256: 3a0a2f11dd017c339e139e9afe6c822fb90d248837f74b164a90e50eb553a80c SHA1: 0c5536e1f49014c35604699ab47454c28603b9f1 MD5sum: 3fbb9a3dfe673cad7a01515ca84c98a2 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_amd64.deb Package: libfcitx5utils2 Source: fcitx5 Version: 5.1.10-1~bpo12+1 Installed-Size: 744 Maintainer: Debian Input Method Team Architecture: amd64 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 11), libsystemd0 (>= 243) Size: 216604 SHA256: 44900c127697c67a752aa043bfbb6cc1f28fec766c42c5aa78ff9e1c51e62acd SHA1: 69e21d6cdcee8d996acd2977f9d0166220086cfe MD5sum: c999df350d2e0a9ee3310aa87be63b34 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_amd64.deb Package: libfreeipmi-dev Source: freeipmi Version: 1.6.13-2~bpo12+1 Installed-Size: 2460 Maintainer: Fabio Fantoni Architecture: amd64 Depends: freeipmi-common (= 1.6.13-2~bpo12+1), libfreeipmi17 (= 1.6.13-2~bpo12+1) Size: 332236 SHA256: ac6b1a6f51ebf18c773db0db6ded918fa09fa75989bb34dc96bdae5253b22e40 SHA1: 9a8701bd68b6ad6420fb8e3a28d780ee524fbd80 MD5sum: 036f7851e492d90e4369498761677e73 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_amd64.deb Package: libfreeipmi17 Source: freeipmi Version: 1.6.13-2~bpo12+1 Installed-Size: 5616 Maintainer: Fabio Fantoni Architecture: amd64 Depends: freeipmi-common (>= 1.6.13-2~bpo12+1), libc6 (>= 2.34), libgcrypt20 (>= 1.10.0) Size: 1039940 SHA256: 064b5831d7afb029f255d2cbf872aeeead6e6d7e54ec1f885dfa78d86e274787 SHA1: fc4428096a08481241229016b16ce6ee3b75d303 MD5sum: 1f503a22bb983573ef7f74ef6064b29b 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_amd64.deb Package: libfreeradius-dev Source: freeradius Version: 3.2.6+dfsg-2~bpo12+1 Installed-Size: 1209 Maintainer: Debian FreeRADIUS Packaging Team Architecture: amd64 Depends: freeradius-dhcp (= 3.2.6+dfsg-2~bpo12+1), libfreeradius3 (= 3.2.6+dfsg-2~bpo12+1) Size: 277716 SHA256: cc3d971a89a515dd9911794ff16c4a2daae1f30953603f561ff3f99fb40e45e2 SHA1: b96203a07409a60afedf1ee4a4e72ef2c4f3f016 MD5sum: 2c7fac257c39538faf60b9ae3bde5892 Description: FreeRADIUS shared library development files The FreeRADIUS projects' libfreeradius-radius and libfreeradius-eap, used by the FreeRADIUS server and some of the utilities. . This package contains the development headers and static library version. Homepage: http://www.freeradius.org/ Section: libdevel Priority: optional Filename: pool/main/f/freeradius/libfreeradius-dev_3.2.6+dfsg-2~bpo12+1_amd64.deb Package: libfreeradius3 Source: freeradius Version: 3.2.6+dfsg-2~bpo12+1 Installed-Size: 556 Maintainer: Debian FreeRADIUS Packaging Team Architecture: amd64 Depends: libc6 (>= 2.34), libcap2 (>= 1:2.10), libpcap0.8 (>= 1.0.0), libssl3 (>= 3.0.0), libtalloc2 (>= 2.0.4~git20101213) Size: 198236 SHA256: 6b937bdef5589ad69ae70afa3a0b829cc04a6988387818766a7d12c74958177b SHA1: b8704fe89afc882752c75062cf3e1a1e50bf2561 MD5sum: 0f9368b979db88e310adf5b238ef53f1 Description: FreeRADIUS shared library The FreeRADIUS projects' libfreeradius-radius and libfreeradius-eap, used by the FreeRADIUS server and some of the utilities. Homepage: http://www.freeradius.org/ Section: libs Priority: optional Filename: pool/main/f/freeradius/libfreeradius3_3.2.6+dfsg-2~bpo12+1_amd64.deb Package: libfreerdp-client3-3 Source: freerdp3 Version: 3.10.3+dfsg-1~bpo12+1 Installed-Size: 849 Maintainer: Debian Remote Maintainers Architecture: amd64 Depends: libasound2 (>= 1.0.18), libc6 (>= 2.28), libcups2 (>= 1.7.0), libfreerdp3-3 (= 3.10.3+dfsg-1~bpo12+1), libfuse3-3 (>= 3.2.3), libpulse0 (>= 0.99.1), libusb-1.0-0 (>= 2:1.0.19), libwinpr3-3 (>= 3.10.2) Size: 279532 SHA256: 097cbbcfbadfa279f8cc0026eac5b6bef24a6a70f915389fb0c9f7f81b8650a5 SHA1: 4a50cfca7e0e809484dc1772c6e45a801736ab46 MD5sum: cf13bf042e2d0055609de293e1d59ef0 Description: Free Remote Desktop Protocol library (client library) FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . This package contains the shared library for common client functionality. Multi-Arch: same Homepage: https://www.freerdp.com/ Section: libs Priority: optional Filename: pool/main/f/freerdp3/libfreerdp-client3-3_3.10.3+dfsg-1~bpo12+1_amd64.deb Package: libfreerdp-server-proxy3-3 Source: freerdp3 Version: 3.10.3+dfsg-1~bpo12+1 Installed-Size: 275 Maintainer: Debian Remote Maintainers Architecture: amd64 Depends: libc6 (>= 2.14), libfreerdp-client3-3 (= 3.10.3+dfsg-1~bpo12+1), libfreerdp3-3 (= 3.10.3+dfsg-1~bpo12+1), libwinpr3-3 (= 3.10.3+dfsg-1~bpo12+1) Size: 76352 SHA256: 39d0cee993511bbd01e4d10b7ce51002b335364f67fa679062e6859f8af9d708 SHA1: b95ad96bcdbd3df8b302ca6ec0fa465b406c7e27 MD5sum: ebe1ef46b728446e9efd7d6b33fcb35b Description: Free Remote Desktop Protocol library (proxy library) FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . This package contains the shared library for proxying RDP connections. Multi-Arch: same Homepage: https://www.freerdp.com/ Section: libs Priority: optional Filename: pool/main/f/freerdp3/libfreerdp-server-proxy3-3_3.10.3+dfsg-1~bpo12+1_amd64.deb Package: libfreerdp-server3-3 Source: freerdp3 Version: 3.10.3+dfsg-1~bpo12+1 Installed-Size: 444 Maintainer: Debian Remote Maintainers Architecture: amd64 Depends: libc6 (>= 2.14), libfreerdp3-3 (= 3.10.3+dfsg-1~bpo12+1), libwinpr3-3 (>= 3.0.0) Size: 130840 SHA256: 9591980f9dfea8673df1165e198ecc1d47e286af2a4a6986ab58abad84f286a6 SHA1: 9b1f339737577a03dd6fb428263744abc82907b8 MD5sum: f47430c0da8d772209972a70405b6b76 Description: Free Remote Desktop Protocol library (server library) FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . This package contains the shared library with common server functionality. Multi-Arch: same Homepage: https://www.freerdp.com/ Section: libs Priority: optional Filename: pool/main/f/freerdp3/libfreerdp-server3-3_3.10.3+dfsg-1~bpo12+1_amd64.deb Package: libfreerdp-shadow-subsystem3-3 Source: freerdp3 Version: 3.10.3+dfsg-1~bpo12+1 Installed-Size: 186 Maintainer: Debian Remote Maintainers Architecture: amd64 Depends: libc6 (>= 2.4), libfreerdp-shadow3-3 (= 3.10.3+dfsg-1~bpo12+1), libfreerdp3-3 (>= 3.6.2), libpam0g (>= 0.99.7.1), libwinpr3-3 (>= 3.0.0), libx11-6, libxdamage1 (>= 1:1.1), libxext6, libxfixes3, libxinerama1 (>= 2:1.1.4), libxtst6 Size: 44660 SHA256: 14766b63e15804f3c8c77d89bd1e7a10b628694ec666b29987505e7aa9654648 SHA1: f5bf487144111bef2ca33f21da247bf35a7d4ac8 MD5sum: e5d81784044956cacd991eb9e3e17a75 Description: FreeRDP Remote Desktop Protocol shadow subsystem libraries FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . This package contains the shadow subsystem libraries. Multi-Arch: same Homepage: https://www.freerdp.com/ Section: libs Priority: optional Filename: pool/main/f/freerdp3/libfreerdp-shadow-subsystem3-3_3.10.3+dfsg-1~bpo12+1_amd64.deb Package: libfreerdp-shadow3-3 Source: freerdp3 Version: 3.10.3+dfsg-1~bpo12+1 Installed-Size: 299 Maintainer: Debian Remote Maintainers Architecture: amd64 Depends: libc6 (>= 2.14), libfreerdp-server3-3 (= 3.10.3+dfsg-1~bpo12+1), libfreerdp3-3 (>= 3.6.2), libwinpr-tools3-3 (= 3.10.3+dfsg-1~bpo12+1), libwinpr3-3 (>= 3.10.2) Size: 73008 SHA256: 0f7b2de65948c7669a062c68345d18a3cfd652ff2f678dfc2893fe9d4e1cb1f8 SHA1: d27eba669d40d03dee84af7481171f51c00f4ce5 MD5sum: c18fe1d3c662dba0a290fd020d1394a7 Description: FreeRDP Remote Desktop Protocol shadow libraries FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . This package contains the shadow libraries. Multi-Arch: same Homepage: https://www.freerdp.com/ Section: libs Priority: optional Filename: pool/main/f/freerdp3/libfreerdp-shadow3-3_3.10.3+dfsg-1~bpo12+1_amd64.deb Package: libfreerdp3-3 Source: freerdp3 Version: 3.10.3+dfsg-1~bpo12+1 Installed-Size: 2221 Maintainer: Debian Remote Maintainers Architecture: amd64 Depends: libavcodec59 (>= 7:5.0), libavutil57 (>= 7:5.1), libc6 (>= 2.32), libssl3 (>= 3.0.0), libswresample4 (>= 7:5.0), libswscale6 (>= 7:5.0), libwinpr3-3 (= 3.10.3+dfsg-1~bpo12+1), libx11-6, libxkbfile1 (>= 1:1.1.0), zlib1g (>= 1:1.1.4) Suggests: freerdp3-x11 Size: 744364 SHA256: 8d17c58f70568ac7851d61ce5090b92fa4206ceafec56261d1f96a5668367da3 SHA1: c3026bd8d726d401479d532e000c91dd51b6ab58 MD5sum: 1e82c53d7d065363deabbcc5674e04fa Description: Free Remote Desktop Protocol library (core library) FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . This package contains the shared library with all core functionality. Multi-Arch: same Homepage: https://www.freerdp.com/ Section: libs Priority: optional Filename: pool/main/f/freerdp3/libfreerdp3-3_3.10.3+dfsg-1~bpo12+1_amd64.deb Package: libgbm-dev Source: mesa Version: 24.2.8-1~bpo12+1 Installed-Size: 63 Maintainer: Debian X Strike Force Architecture: amd64 Depends: libgbm1 (= 24.2.8-1~bpo12+1) Size: 22764 SHA256: 5181b5bd0ffb4d4d10bf4b14e6a16fe7ffad370d44dedfce996815cb51a0a94d SHA1: 398c8a9d5145c2b48801d3a94a99bf9d635de1d9 MD5sum: fa3659eccb59ddc67ef04f490943854b Description: generic buffer management API -- development files This package contains the GBM buffer management library. It provides a mechanism for allocating buffers for graphics rendering tied to Mesa. . GBM is intended to be used as a native platform for EGL on drm or openwfd. . This package provides the development environment for compiling programs against the GBM library. Multi-Arch: same Homepage: https://mesa3d.org/ Section: libdevel Priority: optional Filename: pool/main/m/mesa/libgbm-dev_24.2.8-1~bpo12+1_amd64.deb Package: libgbm1 Source: mesa Version: 24.2.8-1~bpo12+1 Installed-Size: 112 Maintainer: Debian X Strike Force Architecture: amd64 Depends: libc6 (>= 2.34), libdrm2 (>= 2.4.121), libexpat1 (>= 2.0.1), libwayland-server0 (>= 1.15.0), libxcb-randr0, mesa-libgallium (= 24.2.8-1~bpo12+1) Size: 42704 SHA256: f8e19281c843baf7e33a1b6a5fd4b78ad7f7913505ac38bfa73411461d865351 SHA1: e19d7f5bea9caf2406a2255c30d72901f458b36f MD5sum: 62e1d4fbecb8a1fa7aad27e125707800 Description: generic buffer management API -- runtime This package contains the GBM buffer management library. It provides a mechanism for allocating buffers for graphics rendering tied to Mesa. . GBM is intended to be used as a native platform for EGL on drm or openwfd. Multi-Arch: same Homepage: https://mesa3d.org/ Section: libs Priority: optional Filename: pool/main/m/mesa/libgbm1_24.2.8-1~bpo12+1_amd64.deb Package: libgenometools0 Source: genometools Version: 1.6.5+ds-2~bpo12+1 Installed-Size: 3773 Maintainer: Debian Med Packaging Team Architecture: amd64 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: 1390416 SHA256: 2bb1e075f3d61abb7a6f0a4b73b79f158356d311ab57e53334087ac4b3e6b86c SHA1: 769e54a0db384cd826cb372c041aed4e03a53c86 MD5sum: f551a4dc4ad18623aefa515d0980447c 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_amd64.deb Package: libgenometools0-dev Source: genometools Version: 1.6.5+ds-2~bpo12+1 Installed-Size: 710 Maintainer: Debian Med Packaging Team Architecture: amd64 Depends: libgenometools0 (= 1.6.5+ds-2~bpo12+1) Size: 95088 SHA256: 6bd4688eb2bd3893fee66a80ee8dedec56e278e28a4836624e512a4065013fed SHA1: 33853713b36d19586b3f5e3905b345af7e350352 MD5sum: 06bb0c647989b6c631806b9b743d92a7 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_amd64.deb Package: libgensio-dev Source: gensio Version: 2.8.6-1~bpo12+2 Installed-Size: 1567 Maintainer: Marc Haber Architecture: amd64 Depends: libgensio6 (= 2.8.6-1~bpo12+2) Size: 267300 SHA256: fd56d9c02e5337e8ed797452f0de831ba5e6c101ba55f4ad419885a055cab1a7 SHA1: e2eb3316a8de3ac7f6add1d8a07f964c659c816a MD5sum: 9674186fbcb62fa45fb17da186b6eb9a 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_amd64.deb Package: libgensio6 Source: gensio Version: 2.8.6-1~bpo12+2 Installed-Size: 1349 Maintainer: Marc Haber Architecture: amd64 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: 324516 SHA256: bf86c9e1f2bf58df642ce697bc8cc5ac886ec5cb97949cc7343eb71826b2a3c9 SHA1: 416dd3657b84b2e048422d3756fc1d5b2a4cd5e7 MD5sum: 3a668e32c9d15c6e8e5078ce5654c695 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_amd64.deb Package: libgfapi0 Source: glusterfs Version: 11.1-3~bpo12+1 Installed-Size: 3323 Maintainer: Patrick Matthäi Architecture: amd64 Replaces: glusterfs-common (<< 5.2-2) Depends: libacl1 (>= 2.2.23), libc6 (>= 2.14), libgfrpc0 (>= 11.1), libgfxdr0 (>= 11.1), libglusterfs0 (>= 11.1), libtirpc3 (>= 1.1.4) Breaks: glusterfs-common (<< 5.2-2) Size: 3241948 SHA256: d8682abababd3a9c0bc0a19c639aa1f33c157e5fff62c6997658c4227bc1f1aa SHA1: eee1cfac54222daad741a6e13e72eb1e198df953 MD5sum: 08c72f8dfd613c7749c6b241c3f7319c Description: GlusterFS gfapi shared library GlusterFS is a clustered file-system capable of scaling to several petabytes. It aggregates various storage bricks over Infiniband RDMA or TCP/IP interconnect into one large parallel network file system. GlusterFS is one of the most sophisticated file system in terms of features and extensibility. It borrows a powerful concept called Translators from GNU Hurd kernel. Much of the code in GlusterFS is in userspace and easily manageable. . This package contains libgfapi. Multi-Arch: same Homepage: https://www.gluster.org/ Section: libs Priority: optional Filename: pool/main/g/glusterfs/libgfapi0_11.1-3~bpo12+1_amd64.deb Package: libgfchangelog0 Source: glusterfs Version: 11.1-3~bpo12+1 Installed-Size: 3308 Maintainer: Patrick Matthäi Architecture: amd64 Replaces: glusterfs-common (<< 5.2-2) Depends: libc6 (>= 2.34), libgfrpc0 (>= 11.1), libgfxdr0 (>= 11.1), libglusterfs0 (>= 11.1), libtirpc3 (>= 1.1.4) Breaks: glusterfs-common (<< 5.2-2) Size: 3191492 SHA256: ef8480e3641787feae44dc626bb6dc51fd287c982dc4a408b2ba78d842d8676c SHA1: 1bc31d435041eae3d6530321448fd1d9e6f277cc MD5sum: c2acdf7e635551eb31e319198e849ae3 Description: GlusterFS gfchangelog shared library GlusterFS is a clustered file-system capable of scaling to several petabytes. It aggregates various storage bricks over Infiniband RDMA or TCP/IP interconnect into one large parallel network file system. GlusterFS is one of the most sophisticated file system in terms of features and extensibility. It borrows a powerful concept called Translators from GNU Hurd kernel. Much of the code in GlusterFS is in userspace and easily manageable. . This package contains libgfchangelog. Multi-Arch: same Homepage: https://www.gluster.org/ Section: libs Priority: optional Filename: pool/main/g/glusterfs/libgfchangelog0_11.1-3~bpo12+1_amd64.deb Package: libgfrpc0 Source: glusterfs Version: 11.1-3~bpo12+1 Installed-Size: 3335 Maintainer: Patrick Matthäi Architecture: amd64 Replaces: glusterfs-common (<< 5.2-2) Depends: libc6 (>= 2.34), libgfxdr0 (>= 11.1), libglusterfs0 (>= 11.1), libtirpc3 (>= 1.1.4) Breaks: glusterfs-common (<< 5.2-2) Size: 3205604 SHA256: e016fff2a9de3d766fc456cd2b3366d97d9cb33f46016c62ffae075cfb357a4a SHA1: acbcdd7d89d63a701846adcf68f115a4c651bff7 MD5sum: 2c9cf7a8c452b93eaca0431552fb1652 Description: GlusterFS libgfrpc shared library GlusterFS is a clustered file-system capable of scaling to several petabytes. It aggregates various storage bricks over Infiniband RDMA or TCP/IP interconnect into one large parallel network file system. GlusterFS is one of the most sophisticated file system in terms of features and extensibility. It borrows a powerful concept called Translators from GNU Hurd kernel. Much of the code in GlusterFS is in userspace and easily manageable. . This package contains libgfrpc. Multi-Arch: same Homepage: https://www.gluster.org/ Section: libs Priority: optional Filename: pool/main/g/glusterfs/libgfrpc0_11.1-3~bpo12+1_amd64.deb Package: libgfxdr0 Source: glusterfs Version: 11.1-3~bpo12+1 Installed-Size: 3166 Maintainer: Patrick Matthäi Architecture: amd64 Replaces: glusterfs-common (<< 5.2-2) Depends: libc6 (>= 2.4), libtirpc3 (>= 1.1.4) Breaks: glusterfs-common (<< 5.2-2) Size: 3180692 SHA256: b7a7b013b820d037e8da13d74016724c00402f81f425409d722dc61a470a6d0f SHA1: 3af4127e3e4059c88961f8353265a41aa3da6fb2 MD5sum: 37022adf444e6f57b6fbba103dd5c227 Description: GlusterFS libgfxdr shared library GlusterFS is a clustered file-system capable of scaling to several petabytes. It aggregates various storage bricks over Infiniband RDMA or TCP/IP interconnect into one large parallel network file system. GlusterFS is one of the most sophisticated file system in terms of features and extensibility. It borrows a powerful concept called Translators from GNU Hurd kernel. Much of the code in GlusterFS is in userspace and easily manageable. . This package contains libgfxdr. Multi-Arch: same Homepage: https://www.gluster.org/ Section: libs Priority: optional Filename: pool/main/g/glusterfs/libgfxdr0_11.1-3~bpo12+1_amd64.deb Package: libgl1-mesa-dev Source: mesa Version: 24.2.8-1~bpo12+1 Installed-Size: 38 Maintainer: Debian X Strike Force Architecture: amd64 Depends: libgl-dev, libglvnd-dev Size: 18752 SHA256: 5db9945e1a983bf78601c479554cc06884172348f43df5b9b66c4981aa3400aa SHA1: d1ccf9ecce4101da1720df37ba9efdf62c3f738a MD5sum: ec874967d0cefb93b6428c37d2861d01 Description: transitional dummy package This is a transitional dummy package, it can be safely removed. Multi-Arch: same Homepage: https://mesa3d.org/ Section: oldlibs Priority: optional Filename: pool/main/m/mesa/libgl1-mesa-dev_24.2.8-1~bpo12+1_amd64.deb Package: libgl1-mesa-dri Source: mesa Version: 24.2.8-1~bpo12+1 Installed-Size: 230 Maintainer: Debian X Strike Force Architecture: amd64 Depends: libvulkan1, libc6 (>= 2.34), libgbm1 (>= 7.11~1) Size: 44312 SHA256: 4c5aef800e160e0e458b07a744084a4b63f9e56026138a153033b3db939be4dc SHA1: 3ebb67da53fecfd0cb8b60b025297b2d29c3d4db MD5sum: 15628ed6a3b0d4a45eae3d13fea05d27 Description: free implementation of the OpenGL API -- DRI modules This version of Mesa provides GLX and DRI capabilities: it is capable of both direct and indirect rendering. For direct rendering, it can use DRI modules from the libgl1-mesa-dri package to accelerate drawing. . This package does not include the OpenGL library itself, only the DRI modules for accelerating direct rendering. . For a complete description of Mesa, please look at the libglx-mesa0 package. Multi-Arch: same Homepage: https://mesa3d.org/ Section: libs Priority: optional Filename: pool/main/m/mesa/libgl1-mesa-dri_24.2.8-1~bpo12+1_amd64.deb Package: libgl4es-dev Source: gl4es Version: 1.1.6+ds-2~bpo12+1 Installed-Size: 23 Maintainer: Bo YU Architecture: amd64 Depends: libgl4es0 (= 1.1.6+ds-2~bpo12+1) Size: 8568 SHA256: 1d3993cae10945eb24a7b6d798a5394e9489fd0de9768697a33fe5fc2ef8870d SHA1: 5b863b37045b5eb694abf47d44225693b4ffedfe MD5sum: 0d85d099159bb1af1f134cb467f05131 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_amd64.deb Package: libgl4es0 Source: gl4es Version: 1.1.6+ds-2~bpo12+1 Installed-Size: 1496 Maintainer: Bo YU Architecture: amd64 Depends: libc6 (>= 2.34), libx11-6 Size: 447992 SHA256: d61c207661c7d4d7d4c3eb5abdbbffbbd9c460b2593c50cfb1b184762dc94014 SHA1: 944cde15ee05d4321bd528dc711af1cbb1b66747 MD5sum: 085f830a741c68e8e0d0b6b72d867aa7 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_amd64.deb Package: libglapi-mesa Source: mesa Version: 24.2.8-1~bpo12+1 Installed-Size: 253 Maintainer: Debian X Strike Force Architecture: amd64 Depends: libc6 (>= 2.34) Size: 38220 SHA256: eb55da6dcd2e0b34dd474973c961d45bce0aff1f94d4348aeadcc88ce8c4dd3c SHA1: ebb528dbb76e055c776c2f5c1bd3612701d03b18 MD5sum: dc0cc94bc4bd8abf013f5c80a42e5306 Description: free implementation of the GL API -- shared library The Mesa GL API module is responsible for dispatching all the gl* functions. It is intended to be mainly used by both the libgles1-mesa and libgles2-mesa packages. Multi-Arch: same Homepage: https://mesa3d.org/ Section: libs Priority: optional Filename: pool/main/m/mesa/libglapi-mesa_24.2.8-1~bpo12+1_amd64.deb Package: libgles2-mesa-dev Source: mesa Version: 24.2.8-1~bpo12+1 Installed-Size: 38 Maintainer: Debian X Strike Force Architecture: amd64 Depends: libgles-dev, libglvnd-dev Size: 18756 SHA256: 94edca2260dace5ffaf275394412d846d264a95a0b1cb4f9db15898b4271ee96 SHA1: 8a03fa7973d2b44be30ae128a63103ab7426c3de MD5sum: e8d4a1f42ae0c4e81b54d1dc6506ce91 Description: transitional dummy package This is a transitional dummy package, it can be safely removed. Multi-Arch: same Homepage: https://mesa3d.org/ Section: oldlibs Priority: optional Filename: pool/main/m/mesa/libgles2-mesa-dev_24.2.8-1~bpo12+1_amd64.deb Package: libglusterfs-dev Source: glusterfs Version: 11.1-3~bpo12+1 Installed-Size: 3976 Maintainer: Patrick Matthäi Architecture: amd64 Replaces: gluster-common (<< 5.2-2) Depends: libgfapi0 (= 11.1-3~bpo12+1), libgfchangelog0 (= 11.1-3~bpo12+1), libgfrpc0 (= 11.1-3~bpo12+1), libgfxdr0 (= 11.1-3~bpo12+1), libglusterfs0 (= 11.1-3~bpo12+1), libacl1-dev Size: 3305036 SHA256: 4ae142ad6b83172e079e6b88afb4f3194ef857e615b3c1287e17728ab24f34d8 SHA1: 2a7ec36866390e7e923191a523091b32164ea5ae MD5sum: e4ff9925ca446d0eca455671470f1265 Description: Development files for GlusterFS libraries GlusterFS is a clustered file-system capable of scaling to several petabytes. It aggregates various storage bricks over Infiniband RDMA or TCP/IP interconnect into one large parallel network file system. GlusterFS is one of the most sophisticated file system in terms of features and extensibility. It borrows a powerful concept called Translators from GNU Hurd kernel. Much of the code in GlusterFS is in userspace and easily manageable. . This package contains the development files. Homepage: https://www.gluster.org/ Section: libdevel Priority: optional Filename: pool/main/g/glusterfs/libglusterfs-dev_11.1-3~bpo12+1_amd64.deb Package: libglusterfs0 Source: glusterfs Version: 11.1-3~bpo12+1 Installed-Size: 4014 Maintainer: Patrick Matthäi Architecture: amd64 Replaces: glusterfs-common (<< 5.2-2) Depends: libc6 (>= 2.34), libssl3 (>= 3.0.0), libuuid1 (>= 2.16), zlib1g (>= 1:1.1.4) Breaks: glusterfs-common (<< 5.2-2) Size: 3418736 SHA256: 54e544c8c43e49a1cd07ab31b73b6f1e438180bfc614ccb18f4da0bf372cd158 SHA1: 923f6fd1c19314dab50a47919efd3d0654d59bc2 MD5sum: b71b8a36d90d8f1556de027a014e1bda Description: GlusterFS shared library GlusterFS is a clustered file-system capable of scaling to several petabytes. It aggregates various storage bricks over Infiniband RDMA or TCP/IP interconnect into one large parallel network file system. GlusterFS is one of the most sophisticated file system in terms of features and extensibility. It borrows a powerful concept called Translators from GNU Hurd kernel. Much of the code in GlusterFS is in userspace and easily manageable. . This package contains libglusterfs. Multi-Arch: same Homepage: https://www.gluster.org/ Section: libs Priority: optional Filename: pool/main/g/glusterfs/libglusterfs0_11.1-3~bpo12+1_amd64.deb Package: libglx-mesa0 Source: mesa Version: 24.2.8-1~bpo12+1 Installed-Size: 523 Maintainer: Debian X Strike Force Architecture: amd64 Provides: libglx-vendor Depends: libc6 (>= 2.34), libdrm2 (>= 2.4.121), libexpat1 (>= 2.0.1), libglapi-mesa (= 24.2.8-1~bpo12+1), libx11-6 (>= 2:1.4.99.1), libx11-xcb1 (>= 2:1.8.4), libxcb-dri2-0 (>= 1.8), libxcb-dri3-0 (>= 1.13), libxcb-glx0 (>= 1.8), libxcb-present0, libxcb-randr0, libxcb-shm0, libxcb-sync1, libxcb-xfixes0, libxcb1 (>= 1.9.2), libxext6, libxfixes3, libxshmfence1, libxxf86vm1, mesa-libgallium (= 24.2.8-1~bpo12+1), libgl1-mesa-dri Breaks: glx-diversions (<< 0.8.4~), libopengl-perl (<< 0.6704+dfsg-2) Size: 152652 SHA256: b94f097c324f4c2e40af6a31e1e8bc50fea3ef0c413ffee4c1027b8a0bde30c9 SHA1: 22cc17fdec8473aebcb663b0d95a620fd41a4acd MD5sum: 0eb4b4feb7b40aad98202e08dcabf99b Description: free implementation of the OpenGL API -- GLX vendor library Mesa is a 3-D graphics library with an API which is very similar to that of OpenGL. To the extent that Mesa utilizes the OpenGL command syntax or state machine, it is being used with authorization from Silicon Graphics, Inc. However, the authors make no claim that Mesa is in any way a compatible replacement for OpenGL or associated with Silicon Graphics, Inc. . This version of Mesa provides GLX and DRI capabilities: it is capable of both direct and indirect rendering. For direct rendering, it can use DRI modules from the libgl1-mesa-dri package to accelerate drawing. . This package does not include the modules themselves: these can be found in the libgl1-mesa-dri package. Multi-Arch: same Homepage: https://mesa3d.org/ Section: libs Priority: optional Filename: pool/main/m/mesa/libglx-mesa0_24.2.8-1~bpo12+1_amd64.deb Package: libgovarnam-dev Source: govarnam Version: 1.9.0-2~bpo12+1 Installed-Size: 80 Maintainer: DebianOnMobile Maintainers Architecture: amd64 Depends: libgovarnam1 (= 1.9.0-2~bpo12+1) Size: 20664 SHA256: 2e58f8b223f4831b512ddd8d13dd2d8577bb27a9a17b3885c5ee4032d345c677 SHA1: 3b9026dcad95a7ffb274e5d4b51992dd84a2161b MD5sum: bc2b3f6c51b407efe7ca0ff7ce88ef48 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_amd64.deb Package: libgovarnam1 Source: govarnam Version: 1.9.0-2~bpo12+1 Installed-Size: 3200 Maintainer: DebianOnMobile Maintainers Architecture: amd64 Depends: libc6 (>= 2.34), libsqlite3-0 (>= 3.12.0) Recommends: varnam-schemes | varnam-schemes-ml | varnam-schemes-ta | varnam-schemes-hi Size: 1009252 SHA256: 51792db391c99b2c25b6cef16b0ab0ea48d23b417897539eabab12867b87c4e9 SHA1: eb98933ef2916c903cc2e6ce84e538b889a39e89 MD5sum: c2c17491f57ccb5edbc7526147af7d08 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_amd64.deb Package: libgpiod-dev Source: libgpiod Version: 2.1.3-1~bpo12+1 Installed-Size: 720 Maintainer: Gavin Lai (賴建宇) Architecture: amd64 Depends: libgpiod3 (= 2.1.3-1~bpo12+1) Suggests: libgpiod-doc Size: 98044 SHA256: 9ef02d6014b9f9eb396ed504293f9429ff5f96c9789a1deb8ec13295c347241c SHA1: 633c55fc1e568c051005751963edb14e283eabb1 MD5sum: c6a66cf678452f5abceb04e934b089a8 Description: C library for interacting with Linux GPIO device - static libraries and headers libgpiod encapsulates the ioctl calls and data structures behind a straightforward API. This new character device interface guarantees all allocated resources are freed after closing the device file descriptor and adds several new features that are not present in the obsolete sysfs interface (like event polling, setting/reading multiple values at once or open-source and open-drain GPIOs). . This package contains the required static libraries, headers, and C++ bindings. Multi-Arch: same Homepage: https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git Section: libdevel Priority: optional Filename: pool/main/libg/libgpiod/libgpiod-dev_2.1.3-1~bpo12+1_amd64.deb Package: libgpiod-doc Source: libgpiod Version: 2.1.3-1~bpo12+1 Installed-Size: 2376 Maintainer: Gavin Lai (賴建宇) Architecture: all Size: 531040 SHA256: 1f41d4beb7d0f4d0fd6b615bd1175abe37917638ccabe3b36a9356798a4802c0 SHA1: d1cae69fbbf58da76f583bf9b9fff86c1c7594b3 MD5sum: 7f6fdb507b335bde54b4cc4660f60bfd Description: C library for interacting with Linux GPIO device - library documentation libgpiod encapsulates the ioctl calls and data structures behind a straightforward API. This new character device interface guarantees all allocated resources are freed after closing the device file descriptor and adds several new features that are not present in the obsolete sysfs interface (like event polling, setting/reading multiple values at once or open-source and open-drain GPIOs). . This package contains the doxygen generated HTML documentation for the libraries. Multi-Arch: foreign Homepage: https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git Section: doc Priority: optional Filename: pool/main/libg/libgpiod/libgpiod-doc_2.1.3-1~bpo12+1_all.deb Package: libgpiod3 Source: libgpiod Version: 2.1.3-1~bpo12+1 Installed-Size: 243 Maintainer: Gavin Lai (賴建宇) Architecture: amd64 Replaces: libgpiod2, libgpiod2t64 Depends: libc6 (>= 2.33), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 9) Breaks: libgpiod2 (<< 2.1.3-1~bpo12+1), libgpiod2t64 (<< 2.1.3-1~bpo12+1) Size: 62972 SHA256: eeb49e51bd73eea69c6481b879175e96056093d5bc5866e58c79e75c531ca46e SHA1: b781a5dd5769bb9f0e5f2e6bd5e2cd25b746f717 MD5sum: d704a5d4c46ae816ca59bcee0e399b97 Description: C library for interacting with Linux GPIO device - shared libraries libgpiod encapsulates the ioctl calls and data structures behind a straightforward API. This new character device interface guarantees all allocated resources are freed after closing the device file descriptor and adds several new features that are not present in the obsolete sysfs interface (like event polling, setting/reading multiple values at once or open-source and open-drain GPIOs). . This package contains the required shared libraries. Multi-Arch: same Homepage: https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git Section: libs Priority: optional Filename: pool/main/libg/libgpiod/libgpiod3_2.1.3-1~bpo12+1_amd64.deb Package: libguvcview-2.2 Source: guvcview Version: 2.1.0-0.2~bpo12+1 Installed-Size: 365 Maintainer: Nobuhiro Iwamatsu Architecture: amd64 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: 122840 SHA256: d4dc07ed33fe67c69d3711681244c2fbee3c79fd2092e49ee6ea1303d716748d SHA1: da485e71f37604cc81b49cbe60d4dcc6885c8263 MD5sum: 8b56293b3066853ae4c6debeba9f1596 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_amd64.deb Package: libguvcview-dev Source: guvcview Version: 2.1.0-0.2~bpo12+1 Installed-Size: 643 Maintainer: Nobuhiro Iwamatsu Architecture: amd64 Depends: libguvcview-2.2 (= 2.1.0-0.2~bpo12+1) Recommends: uvcdynctrl Size: 141392 SHA256: 0d24196482caa13e36b694ae529ec22066327ae8159c12f6f3b8243866b9c457 SHA1: b662755747003fd8ff16e602be33ff8f517856ab MD5sum: 4a93efef00b388927018264dd4063a80 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_amd64.deb Package: libgwengui-fox16-79 Source: libgwenhywfar Version: 5.12.0-1~bpo12+1 Installed-Size: 182 Maintainer: Micha Lenk Architecture: amd64 Depends: libc6 (>= 2.4), libfox-1.6-0, libgcc-s1 (>= 3.0), libgwenhywfar79 (>= 5.8.0), libstdc++6 (>= 5) Size: 52040 SHA256: 9c3031f34a8150fae84bebcef94b2388bb32701470c687f1fe6b686292dfc3d8 SHA1: dc93193e968a8689bfb83d6318c248689d6a2b89 MD5sum: 08e9b8732dfba43c3206ce7cb59f97e1 Description: Gwenhywfar GUI implementation for the FOX Toolkit Gwenhywfar allows porting of your software to different operating systems like Linux, *BSD, Windows etc. It also provides some often needed modules such as configuration file handling, simple XML file parsing, IPC etc. . This package contains a Gwenhywfar GUI implementation for the FOX Toolkit. Multi-Arch: same Homepage: https://www.aquamaniac.de/rdm/projects/gwenhywfar Section: libs Priority: optional Filename: pool/main/libg/libgwenhywfar/libgwengui-fox16-79_5.12.0-1~bpo12+1_amd64.deb Package: libgwengui-fox16-dev Source: libgwenhywfar Version: 5.12.0-1~bpo12+1 Installed-Size: 42 Maintainer: Micha Lenk Architecture: amd64 Depends: libgwenhywfar-core-dev (= 5.12.0-1~bpo12+1), libgwengui-fox16-79 (= 5.12.0-1~bpo12+1) Size: 13848 SHA256: 888a948184c8613b9e8994482228b2652df9b4e89ad4bbdc5dcb2ff5b07528ad SHA1: a56a9b534a8813ef4f49bcb01142d3480c0868e5 MD5sum: ee56af546c69b444b26444f763476f94 Description: Gwenhywfar GUI implementation for the FOX Toolkit (development files) Gwenhywfar allows porting of your software to different operating systems like Linux, *BSD, Windows etc. It also provides some often needed modules such as configuration file handling, simple XML file parsing, IPC etc. . This package contains development files of the Gwenhywfar GUI implementation for the FOX Toolkit. Multi-Arch: same Homepage: https://www.aquamaniac.de/rdm/projects/gwenhywfar Section: libdevel Priority: optional Filename: pool/main/libg/libgwenhywfar/libgwengui-fox16-dev_5.12.0-1~bpo12+1_amd64.deb Package: libgwengui-gtk3-79 Source: libgwenhywfar Version: 5.12.0-1~bpo12+1 Installed-Size: 130 Maintainer: Micha Lenk Architecture: amd64 Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.12.0), libgtk-3-0 (>= 3.0.0), libgwenhywfar79 (>= 3.99.16) Size: 35048 SHA256: 3ddce6e3835a0227d94d592c06f57f9bff8d17e8fca3885cba6220695ea641f0 SHA1: 9b931ccad9e9782b176076ace41046a6ff092453 MD5sum: 6c52cb7dc364ef8c2e0a11d6ae194ef0 Description: Gwenhywfar GUI implementation for GTK3 Gwenhywfar allows porting of your software to different operating systems like Linux, *BSD, Windows etc. It also provides some often needed modules such as configuration file handling, simple XML file parsing, IPC etc. . This package contains a Gwenhywfar GUI implementation for GTK3. Multi-Arch: same Homepage: https://www.aquamaniac.de/rdm/projects/gwenhywfar Section: libs Priority: optional Filename: pool/main/libg/libgwenhywfar/libgwengui-gtk3-79_5.12.0-1~bpo12+1_amd64.deb Package: libgwengui-gtk3-dev Source: libgwenhywfar Version: 5.12.0-1~bpo12+1 Installed-Size: 25 Maintainer: Micha Lenk Architecture: amd64 Depends: libgwenhywfar-core-dev (= 5.12.0-1~bpo12+1), libgwengui-gtk3-79 (= 5.12.0-1~bpo12+1) Size: 10572 SHA256: 236ee4623f066224431474a605d5afe2f7bc4d35921d6f4fcd76a32a8958fefe SHA1: 63e59091e792610a4c4699c6bb4479247f403c66 MD5sum: 899bef6f3e2e3578ba64e70f8458370e Description: Gwenhywfar GUI implementation for GTK3 (development files) Gwenhywfar allows porting of your software to different operating systems like Linux, *BSD, Windows etc. It also provides some often needed modules such as configuration file handling, simple XML file parsing, IPC etc. . This package contains development files of the Gwenhywfar GUI implementation for GTK3. Multi-Arch: same Homepage: https://www.aquamaniac.de/rdm/projects/gwenhywfar Section: libdevel Priority: optional Filename: pool/main/libg/libgwenhywfar/libgwengui-gtk3-dev_5.12.0-1~bpo12+1_amd64.deb Package: libgwengui-qt5-79 Source: libgwenhywfar Version: 5.12.0-1~bpo12+1 Installed-Size: 129 Maintainer: Micha Lenk Architecture: amd64 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.0), libgwenhywfar79 (>= 5.2.0), libstdc++6 (>= 5) Size: 35216 SHA256: 490bb1b168306dcded1ad4458bf314ff5ce091cde55ced8c5bceb4a76320eb96 SHA1: 3537c7a306449721f81bf372b11e4f1963420b07 MD5sum: e0a4d0e0388f27b3ee13b3850ff171e6 Description: Gwenhywfar GUI implementation for Qt5 Gwenhywfar allows porting of your software to different operating systems like Linux, *BSD, Windows etc. It also provides some often needed modules such as configuration file handling, simple XML file parsing, IPC etc. . This package contains a Gwenhywfar GUI implementation for Qt5. Multi-Arch: same Homepage: https://www.aquamaniac.de/rdm/projects/gwenhywfar Section: libs Priority: optional Filename: pool/main/libg/libgwenhywfar/libgwengui-qt5-79_5.12.0-1~bpo12+1_amd64.deb Package: libgwengui-qt5-dev Source: libgwenhywfar Version: 5.12.0-1~bpo12+1 Installed-Size: 35 Maintainer: Micha Lenk Architecture: amd64 Depends: libgwenhywfar-core-dev (= 5.12.0-1~bpo12+1), libgwengui-qt5-79 (= 5.12.0-1~bpo12+1) Size: 12472 SHA256: d04cf42e8b41d967f2947db2b1d0cb16236d2656e08f56d9af9a586e38f29b9f SHA1: 385a82007c00b7853a81ac35e038157ec223291b MD5sum: 53a89a518ea331cd41afe28d6d108280 Description: Gwenhywfar GUI implementation for Qt 5 (development files) Gwenhywfar allows porting of your software to different operating systems like Linux, *BSD, Windows etc. It also provides some often needed modules such as configuration file handling, simple XML file parsing, IPC etc. . This package contains development files of the Gwenhywfar GUI implementation for Qt 5. Multi-Arch: same Homepage: https://www.aquamaniac.de/rdm/projects/gwenhywfar Section: libdevel Priority: optional Filename: pool/main/libg/libgwenhywfar/libgwengui-qt5-dev_5.12.0-1~bpo12+1_amd64.deb Package: libgwenhywfar-core-dev Source: libgwenhywfar Version: 5.12.0-1~bpo12+1 Installed-Size: 1001 Maintainer: Micha Lenk Architecture: amd64 Depends: libgwenhywfar79 (= 5.12.0-1~bpo12+1) Suggests: libgwenhywfar-doc Size: 132212 SHA256: b2274abefa0505466d9df1662a8021aaab70e59882039fc7ed900586a6768311 SHA1: de274cfc1b20d59d846799431340400a19ff8caa MD5sum: 56ef279220c1d0ebec58799060f8432b Description: OS abstraction layer (core development files) Gwenhywfar allows porting of your software to different operating systems like Linux, *BSD, Windows etc. It also provides some often needed modules such as configuration file handling, simple XML file parsing, IPC etc. . This package contains the core development files without GUI components. Multi-Arch: same Homepage: https://www.aquamaniac.de/rdm/projects/gwenhywfar Section: libdevel Priority: optional Filename: pool/main/libg/libgwenhywfar/libgwenhywfar-core-dev_5.12.0-1~bpo12+1_amd64.deb Package: libgwenhywfar-data Source: libgwenhywfar Version: 5.12.0-1~bpo12+1 Installed-Size: 217 Maintainer: Micha Lenk Architecture: all Depends: ca-certificates Recommends: libgwenhywfar79 Size: 30200 SHA256: 5fd5c42c25cf71527413aa77e549dc3935e8dddef1bd388b22750d3ae2feb53a SHA1: b17fe6e92bb1c3f7bda3975ad642bd3778ddbce2 MD5sum: 7bb880690d8a6dfab157fc52a8b8bc86 Description: OS abstraction layer - data files Gwenhywfar allows porting of your software to different operating systems like Linux, *BSD, Windows etc. It also provides some often needed modules such as configuration file handling, simple XML file parsing, IPC etc. . This package contains data files needed by Gwenhywfar. Multi-Arch: foreign Homepage: https://www.aquamaniac.de/rdm/projects/gwenhywfar Section: libs Priority: optional Filename: pool/main/libg/libgwenhywfar/libgwenhywfar-data_5.12.0-1~bpo12+1_all.deb Package: libgwenhywfar-doc Source: libgwenhywfar Version: 5.12.0-1~bpo12+1 Installed-Size: 19299 Maintainer: Micha Lenk Architecture: all Depends: libjs-jquery Enhances: libgwenhywfar-dev Size: 1003228 SHA256: c3ea5cb50e45a0ce424df02805102499153b5e6b81240d0fe1fc2f55b0a8db00 SHA1: f7d3b0aaa817abf88e5262ecc93208e3c8c8d2af MD5sum: 01b0ad02b271664b4f7835bdf5223852 Description: OS abstraction layer (API documentation) Gwenhywfar allows porting of your software to different operating systems like Linux, *BSD, Windows etc. It also provides some often needed modules such as configuration file handling, simple XML file parsing, IPC etc. . This package contains the API documentation. Multi-Arch: foreign Homepage: https://www.aquamaniac.de/rdm/projects/gwenhywfar Section: doc Priority: optional Filename: pool/main/libg/libgwenhywfar/libgwenhywfar-doc_5.12.0-1~bpo12+1_all.deb Package: libgwenhywfar79 Source: libgwenhywfar Version: 5.12.0-1~bpo12+1 Installed-Size: 1852 Maintainer: Micha Lenk Architecture: amd64 Depends: libc6 (>= 2.34), libgcrypt20 (>= 1.10.0), libgnutls30 (>= 3.7.5), libgpg-error0 (>= 1.14), libstdc++6 (>= 5), libxml2 (>= 2.7.4), libgwenhywfar-data (>= 5.12.0-1~bpo12+1) Suggests: gwenhywfar-tools Size: 505676 SHA256: e6339366708236a8311bc62483ae500816d80d6af89d3dd9f7bf69c78f97101b SHA1: 167bb07882fee9f2f104b16bcccf478126dfc698 MD5sum: 86d92561b2b03376ee4c77cfb8c77e12 Description: OS abstraction layer Gwenhywfar allows porting of your software to different operating systems like Linux, *BSD, Windows etc. It also provides some often needed modules such as configuration file handling, simple XML file parsing, IPC etc. Multi-Arch: same Homepage: https://www.aquamaniac.de/rdm/projects/gwenhywfar Section: libs Priority: optional Filename: pool/main/libg/libgwenhywfar/libgwenhywfar79_5.12.0-1~bpo12+1_amd64.deb Package: libgyoto9 Source: gyoto Version: 2.0.2-1~bpo12+1 Installed-Size: 4012 Maintainer: Debian Astronomy Maintainers Architecture: amd64 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: 1254216 SHA256: 1c998832d2ae0286d194315ad7de703b097c1714229d0235f1fd6734c1296050 SHA1: 6b7062d16e2cb1a8f8df31397c90edad2f9a7fd8 MD5sum: 09394fedc160db432690369048cdd2aa 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_amd64.deb Package: libgyoto9-dev Source: gyoto Version: 2.0.2-1~bpo12+1 Installed-Size: 11342 Maintainer: Debian Astronomy Maintainers Architecture: amd64 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: 1421852 SHA256: 11fba67075c46993a3560303203ec641e0b9217c6d9fbc7f5ddda66302f2c56d SHA1: 33fa31235e139e49582a336bf2637bc542ee7dc1 MD5sum: 520e6e11e312835a0ff0a09cb69ebbce 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_amd64.deb Package: libheif-dev Source: libheif Version: 1.19.3-1~bpo12+1 Installed-Size: 262 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Depends: libheif1 (= 1.19.3-1~bpo12+1), libz-dev Size: 50924 SHA256: b5c6d780a6a8d21bfdfd83eae0eb9bfa084cc02fc1217b17bfbccc5b08aef54c SHA1: fb335e218d36631f20a33813db4532ab9451462c MD5sum: 190f02db860d8d5232de16b6ad0f3667 Description: HEIF and AVIF file format decoder and encoder - development files libheif is an ISO/IEC 23008-12:2017 HEIF and AVIF (AV1 Image File Format) file format decoder and encoder. There is partial support for ISO/IEC 23008-12:2022 (2nd Edition) capabilities. . HEIF and AVIF are new image file formats employing HEVC (H.265) or AV1 image coding, respectively, for the best compression ratios currently possible. . libheif supports various codecs provided by plugins for image decoding and encoding. . The development headers for compiling programs that use libheif are provided by this package. Multi-Arch: same Homepage: http://www.libheif.org Section: libdevel Priority: optional Filename: pool/main/libh/libheif/libheif-dev_1.19.3-1~bpo12+1_amd64.deb Package: libheif-examples Source: libheif Version: 1.19.3-1~bpo12+1 Installed-Size: 354 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Depends: libheif1 (= 1.19.3-1~bpo12+1), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libjpeg62-turbo (>= 1:2.0.2), libpng16-16 (>= 1.6.2-1), libstdc++6 (>= 11), libtiff6 (>= 4.0.3) Size: 109656 SHA256: 2988bb819f26d4bdc932e8d53460c1094948664d1334153a20ed2fc3b46681d6 SHA1: 1babc819cbe6e3732b1af9e7d6c99c1c0266279a MD5sum: 27e75d3bf22b2430eacda89f2906dba8 Description: HEIF and AVIF file format decoder and encoder - examples libheif is an ISO/IEC 23008-12:2017 HEIF and AVIF (AV1 Image File Format) file format decoder and encoder. There is partial support for ISO/IEC 23008-12:2022 (2nd Edition) capabilities. . HEIF and AVIF are new image file formats employing HEVC (H.265) or AV1 image coding, respectively, for the best compression ratios currently possible. . libheif supports various codecs provided by plugins for image decoding and encoding. . Sample applications using libheif are provided by this package. Homepage: http://www.libheif.org Section: video Priority: optional Filename: pool/main/libh/libheif/libheif-examples_1.19.3-1~bpo12+1_amd64.deb Package: libheif-plugin-aomdec Source: libheif Version: 1.19.3-1~bpo12+1 Installed-Size: 40 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Depends: libheif1 (= 1.19.3-1~bpo12+1), libaom3 (>= 3.2.0), libc6 (>= 2.14), libstdc++6 (>= 5) Size: 11008 SHA256: 99fad1d54e6e361ce961f0866b7635c03af0a8ff78c1eceadc0ae372e7c1c94b SHA1: 4d41fe0b22fc84b139b123412b8c02217f228bcf MD5sum: f427ee0abba6e92742151e8cdcf2a559 Description: HEIF and AVIF file format decoder and encoder - aomdec plugin libheif is an ISO/IEC 23008-12:2017 HEIF and AVIF (AV1 Image File Format) file format decoder and encoder. There is partial support for ISO/IEC 23008-12:2022 (2nd Edition) capabilities. . HEIF and AVIF are new image file formats employing HEVC (H.265) or AV1 image coding, respectively, for the best compression ratios currently possible. . libheif supports various codecs provided by plugins for image decoding and encoding. . This package contains the aomdec plugin that uses libaom to decode AV1 images. . libaom: https://aomedia.org/ Multi-Arch: same Homepage: http://www.libheif.org Section: libs Priority: optional Filename: pool/main/libh/libheif/libheif-plugin-aomdec_1.19.3-1~bpo12+1_amd64.deb Package: libheif-plugin-aomenc Source: libheif Version: 1.19.3-1~bpo12+1 Installed-Size: 69 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Depends: libheif1 (= 1.19.3-1~bpo12+1), libaom3 (>= 3.2.0), libc6 (>= 2.14), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2) Size: 21396 SHA256: 1e47e897759c8ba06cc10579040bdc13b1924060ac890aa8d7f889f0d7669e4b SHA1: 9223a4207a299a24d1dbaae28833c807913d8ca1 MD5sum: 4e14d56eec6454df4d182a9ac9c1ba29 Description: HEIF and AVIF file format decoder and encoder - aomenc plugin libheif is an ISO/IEC 23008-12:2017 HEIF and AVIF (AV1 Image File Format) file format decoder and encoder. There is partial support for ISO/IEC 23008-12:2022 (2nd Edition) capabilities. . HEIF and AVIF are new image file formats employing HEVC (H.265) or AV1 image coding, respectively, for the best compression ratios currently possible. . libheif supports various codecs provided by plugins for image decoding and encoding. . This package contains the aomenc plugin that uses libaom to encode AV1 images. . libaom: https://aomedia.org/ Multi-Arch: same Homepage: http://www.libheif.org Section: libs Priority: optional Filename: pool/main/libh/libheif/libheif-plugin-aomenc_1.19.3-1~bpo12+1_amd64.deb Package: libheif-plugin-dav1d Source: libheif Version: 1.19.3-1~bpo12+1 Installed-Size: 40 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Depends: libheif1 (= 1.19.3-1~bpo12+1), libc6 (>= 2.14), libdav1d6 (>= 0.1.0), libstdc++6 (>= 5) Size: 11296 SHA256: 7eb9c07c57f5945f2eaf96b392c91ec7dd5ac8520625d375d798dbe71e359548 SHA1: 5f9ad5f96e78c5a677b8a85883e6d5e80a982616 MD5sum: 876df9ad232352f47a25339a2eee3a09 Description: HEIF and AVIF file format decoder and encoder - dav1d plugin libheif is an ISO/IEC 23008-12:2017 HEIF and AVIF (AV1 Image File Format) file format decoder and encoder. There is partial support for ISO/IEC 23008-12:2022 (2nd Edition) capabilities. . HEIF and AVIF are new image file formats employing HEVC (H.265) or AV1 image coding, respectively, for the best compression ratios currently possible. . libheif supports various codecs provided by plugins for image decoding and encoding. . This package contains the dav1d plugin that uses dav1d to decode AV1 images. . dav1d: https://www.videolan.org/projects/dav1d.html Multi-Arch: same Homepage: http://www.libheif.org Section: libs Priority: optional Filename: pool/main/libh/libheif/libheif-plugin-dav1d_1.19.3-1~bpo12+1_amd64.deb Package: libheif-plugin-ffmpegdec Source: libheif Version: 1.19.3-1~bpo12+1 Installed-Size: 57 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Depends: libheif1 (= 1.19.3-1~bpo12+1), libavcodec59 (>= 7:5.0), libavutil57 (>= 7:5.0), libc6 (>= 2.14), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2) Size: 17648 SHA256: 9df8fbc965835121192b8d80b7c9220a83a1f16a517b90d0ac1ffd477927e1da SHA1: c693adfc427eea155e5fb1d7fa26e3ffd913b8a6 MD5sum: b80ff5c4b7fc5884721884ad29e62933 Description: HEIF and AVIF file format decoder and encoder - ffmpegdec plugin libheif is an ISO/IEC 23008-12:2017 HEIF and AVIF (AV1 Image File Format) file format decoder and encoder. There is partial support for ISO/IEC 23008-12:2022 (2nd Edition) capabilities. . HEIF and AVIF are new image file formats employing HEVC (H.265) or AV1 image coding, respectively, for the best compression ratios currently possible. . libheif supports various codecs provided by plugins for image decoding and encoding. . This package contains the ffmpegdec plugin that uses FFmpeg to decode HEVC images. It can make use of H265 hardware decoders if available in FFmpeg. . FFmpeg: https://www.ffmpeg.org/ Multi-Arch: same Homepage: http://www.libheif.org Section: libs Priority: optional Filename: pool/main/libh/libheif/libheif-plugin-ffmpegdec_1.19.3-1~bpo12+1_amd64.deb Package: libheif-plugin-j2kdec Source: libheif Version: 1.19.3-1~bpo12+1 Installed-Size: 41 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Depends: libheif1 (= 1.19.3-1~bpo12+1), libc6 (>= 2.14), libgcc-s1 (>= 3.0), libopenjp2-7 (>= 2.0.0), libstdc++6 (>= 5) Size: 12104 SHA256: 56e2cfee1dbcbeaf4b7c0226f8d145da727e44fe7b5fd28911be8c588fb1f650 SHA1: 711e5c24a6d21fbe9493765468685500de6ef154 MD5sum: 824178e67cea5a00bb41d2f16a6f9859 Description: HEIF and AVIF file format decoder and encoder - j2kdec plugin libheif is an ISO/IEC 23008-12:2017 HEIF and AVIF (AV1 Image File Format) file format decoder and encoder. There is partial support for ISO/IEC 23008-12:2022 (2nd Edition) capabilities. . HEIF and AVIF are new image file formats employing HEVC (H.265) or AV1 image coding, respectively, for the best compression ratios currently possible. . libheif supports various codecs provided by plugins for image decoding and encoding. . This package contains the j2kdec plugin that uses OpenJPEG to decode JPEG2000 images. . OpenJPEG: https://www.openjpeg.org/ Multi-Arch: same Homepage: http://www.libheif.org Section: libs Priority: optional Filename: pool/main/libh/libheif/libheif-plugin-j2kdec_1.19.3-1~bpo12+1_amd64.deb Package: libheif-plugin-j2kenc Source: libheif Version: 1.19.3-1~bpo12+1 Installed-Size: 49 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Depends: libheif1 (= 1.19.3-1~bpo12+1), libc6 (>= 2.14), libgcc-s1 (>= 3.0), libopenjp2-7 (>= 2.0.0), libstdc++6 (>= 5) Size: 12896 SHA256: 8b227d22ef36dbbcad4e043eb3b54ec71d630c3923a1ba09f43383a1d610dced SHA1: 2c0f29295b44c2fb565817eb21244c322a004ae2 MD5sum: 2e563f94abef9923ee4fe22f7e19a180 Description: HEIF and AVIF file format decoder and encoder - j2kenc plugin libheif is an ISO/IEC 23008-12:2017 HEIF and AVIF (AV1 Image File Format) file format decoder and encoder. There is partial support for ISO/IEC 23008-12:2022 (2nd Edition) capabilities. . HEIF and AVIF are new image file formats employing HEVC (H.265) or AV1 image coding, respectively, for the best compression ratios currently possible. . libheif supports various codecs provided by plugins for image decoding and encoding. . This package contains the j2kenc plugin that uses OpenJPEG to encode JPEG2000 images. . OpenJPEG: https://www.openjpeg.org/ Multi-Arch: same Homepage: http://www.libheif.org Section: libs Priority: optional Filename: pool/main/libh/libheif/libheif-plugin-j2kenc_1.19.3-1~bpo12+1_amd64.deb Package: libheif-plugin-jpegdec Source: libheif Version: 1.19.3-1~bpo12+1 Installed-Size: 40 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Depends: libheif1 (= 1.19.3-1~bpo12+1), libc6 (>= 2.14), libjpeg62-turbo (>= 1.3.1), libstdc++6 (>= 5) Size: 11068 SHA256: 810d404bad7a9b7ce884eb8a2e55c1b8bd33e9e6a49f2dbb33d64637ff10346d SHA1: 9726cd5c73abe22657bdb44dd61711f91fae8b4c MD5sum: e0876c93455fb824cbbf1a02d95692f1 Description: HEIF and AVIF file format decoder and encoder - jpegdec plugin libheif is an ISO/IEC 23008-12:2017 HEIF and AVIF (AV1 Image File Format) file format decoder and encoder. There is partial support for ISO/IEC 23008-12:2022 (2nd Edition) capabilities. . HEIF and AVIF are new image file formats employing HEVC (H.265) or AV1 image coding, respectively, for the best compression ratios currently possible. . libheif supports various codecs provided by plugins for image decoding and encoding. . This package contains the jpegdec plugin that uses libjpeg to decode JPEG images. . libjpeg: https://www.libjpeg-turbo.org/ Multi-Arch: same Homepage: http://www.libheif.org Section: libs Priority: optional Filename: pool/main/libh/libheif/libheif-plugin-jpegdec_1.19.3-1~bpo12+1_amd64.deb Package: libheif-plugin-jpegenc Source: libheif Version: 1.19.3-1~bpo12+1 Installed-Size: 40 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Depends: libheif1 (= 1.19.3-1~bpo12+1), libc6 (>= 2.14), libjpeg62-turbo (>= 1.3.1), libstdc++6 (>= 5) Size: 11856 SHA256: f2e69ef69d448a09575a827726ae8eca7acb187c872192161750153410a4cd7f SHA1: fe3e2fbcb80f1e72346bd2844ea47f44727e3163 MD5sum: eb8f9c4d503e45d378d125a81926d0bc Description: HEIF and AVIF file format decoder and encoder - jpegenc plugin libheif is an ISO/IEC 23008-12:2017 HEIF and AVIF (AV1 Image File Format) file format decoder and encoder. There is partial support for ISO/IEC 23008-12:2022 (2nd Edition) capabilities. . HEIF and AVIF are new image file formats employing HEVC (H.265) or AV1 image coding, respectively, for the best compression ratios currently possible. . libheif supports various codecs provided by plugins for image decoding and encoding. . This package contains the jpegenc plugin that uses libjpeg to encode JPEG images. . libjpeg: https://www.libjpeg-turbo.org/ Multi-Arch: same Homepage: http://www.libheif.org Section: libs Priority: optional Filename: pool/main/libh/libheif/libheif-plugin-jpegenc_1.19.3-1~bpo12+1_amd64.deb Package: libheif-plugin-libde265 Source: libheif Version: 1.19.3-1~bpo12+1 Installed-Size: 53 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Depends: libheif1 (= 1.19.3-1~bpo12+1), libc6 (>= 2.14), libde265-0 (>= 1.0.7), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2) Size: 15064 SHA256: 227914ad5df221378af77a8ea322f4102f568b52bf8fbcf6e7b6dac8b9847fbd SHA1: 45b1e27088908c6802d590da7311e03dc1f0c2cb MD5sum: ab6463097be1174440dd85b690d8e10e Description: HEIF and AVIF file format decoder and encoder - libde265 plugin libheif is an ISO/IEC 23008-12:2017 HEIF and AVIF (AV1 Image File Format) file format decoder and encoder. There is partial support for ISO/IEC 23008-12:2022 (2nd Edition) capabilities. . HEIF and AVIF are new image file formats employing HEVC (H.265) or AV1 image coding, respectively, for the best compression ratios currently possible. . libheif supports various codecs provided by plugins for image decoding and encoding. . This package contains the libde265 plugin that uses libde265 to decode HEVC images. . libde265: https://www.libde265.org/ Multi-Arch: same Homepage: http://www.libheif.org Section: libs Priority: optional Filename: pool/main/libh/libheif/libheif-plugin-libde265_1.19.3-1~bpo12+1_amd64.deb Package: libheif-plugin-rav1e Source: libheif Version: 1.19.3-1~bpo12+1 Installed-Size: 61 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Depends: libheif1 (= 1.19.3-1~bpo12+1), libc6 (>= 2.32), libgcc-s1 (>= 3.0), librav1e0 (>= 0.5.1), libstdc++6 (>= 5.2) Size: 17944 SHA256: c866944811aeff2695688ce0bcf453ef1096ebe596a5807d5a21c4899a2f2374 SHA1: f815ba3277cbd6f015ef35c25012108b1c29e971 MD5sum: 65939f5244da93433bcf64c8222a3db5 Description: HEIF and AVIF file format decoder and encoder - rav1e plugin libheif is an ISO/IEC 23008-12:2017 HEIF and AVIF (AV1 Image File Format) file format decoder and encoder. There is partial support for ISO/IEC 23008-12:2022 (2nd Edition) capabilities. . HEIF and AVIF are new image file formats employing HEVC (H.265) or AV1 image coding, respectively, for the best compression ratios currently possible. . libheif supports various codecs provided by plugins for image decoding and encoding. . This package contains the rav1e plugin that uses rav1e to encode AV1 images. . rav1e: https://github.com/xiph/rav1e Multi-Arch: same Homepage: http://www.libheif.org Section: libs Priority: optional Filename: pool/main/libh/libheif/libheif-plugin-rav1e_1.19.3-1~bpo12+1_amd64.deb Package: libheif-plugin-svtenc Source: libheif Version: 1.19.3-1~bpo12+1 Installed-Size: 49 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Depends: libheif1 (= 1.19.3-1~bpo12+1), libc6 (>= 2.14), libgcc-s1 (>= 3.0), libstdc++6 (>= 5), libsvtav1enc1 (>= 1.4.1+dfsg) Size: 13956 SHA256: abbade1c277b74acc61e87ed942999ab8028ece67a63a39b8fe16e415c49f3ae SHA1: db34ead62bfe6ca9d2f9484b046317372c7fd0ca MD5sum: fa96563d400dc24409fc38e778d52453 Description: HEIF and AVIF file format decoder and encoder - svtenc plugin libheif is an ISO/IEC 23008-12:2017 HEIF and AVIF (AV1 Image File Format) file format decoder and encoder. There is partial support for ISO/IEC 23008-12:2022 (2nd Edition) capabilities. . HEIF and AVIF are new image file formats employing HEVC (H.265) or AV1 image coding, respectively, for the best compression ratios currently possible. . libheif supports various codecs provided by plugins for image decoding and encoding. . This package contains the svtenc plugin that uses SVT-AV1 to encode AV1 images. . SVT-AV1: https://gitlab.com/AOMediaCodec/SVT-AV1 Multi-Arch: same Homepage: http://www.libheif.org Section: libs Priority: optional Filename: pool/main/libh/libheif/libheif-plugin-svtenc_1.19.3-1~bpo12+1_amd64.deb Package: libheif-plugin-x265 Source: libheif Version: 1.19.3-1~bpo12+1 Installed-Size: 69 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Depends: libheif1 (= 1.19.3-1~bpo12+1), libc6 (>= 2.14), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2), libx265-199 (>= 3.5) Size: 22320 SHA256: a6c8370a41394f4fcb2386a5be3b4bdee8120744051e2f0a710a9564250fe8c0 SHA1: 1a9053c9dc04367af67bcfb6a6d5492f9f4a29d7 MD5sum: af89407f4154e2634aa9fe3782c4abbe Description: HEIF and AVIF file format decoder and encoder - x265 plugin libheif is an ISO/IEC 23008-12:2017 HEIF and AVIF (AV1 Image File Format) file format decoder and encoder. There is partial support for ISO/IEC 23008-12:2022 (2nd Edition) capabilities. . HEIF and AVIF are new image file formats employing HEVC (H.265) or AV1 image coding, respectively, for the best compression ratios currently possible. . libheif supports various codecs provided by plugins for image decoding and encoding. . This package contains the x265 plugin that uses x265 to encode HEVC images. . x265: https://www.videolan.org/developers/x265.html Multi-Arch: same Homepage: http://www.libheif.org Section: libs Priority: optional Filename: pool/main/libh/libheif/libheif-plugin-x265_1.19.3-1~bpo12+1_amd64.deb Package: libheif-plugins-all Source: libheif Version: 1.19.3-1~bpo12+1 Installed-Size: 22 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Depends: libheif-plugin-aomdec (>= 1.19.3-1~bpo12+1), libheif-plugin-aomenc (>= 1.19.3-1~bpo12+1), libheif-plugin-dav1d (>= 1.19.3-1~bpo12+1), libheif-plugin-ffmpegdec (>= 1.19.3-1~bpo12+1), libheif-plugin-j2kdec (>= 1.19.3-1~bpo12+1), libheif-plugin-j2kenc (>= 1.19.3-1~bpo12+1), libheif-plugin-jpegdec (>= 1.19.3-1~bpo12+1), libheif-plugin-jpegenc (>= 1.19.3-1~bpo12+1), libheif-plugin-libde265 (>= 1.19.3-1~bpo12+1), libheif-plugin-rav1e (>= 1.19.3-1~bpo12+1), libheif-plugin-svtenc (>= 1.19.3-1~bpo12+1), libheif-plugin-x265 (>= 1.19.3-1~bpo12+1) Size: 7624 SHA256: cd6572bb77ec626bb091a1d25f251796c8c3487ddf957d460d2191da3a6d6567 SHA1: 36a83cd738b42fe49be793e0dd7c638c40ff2c4b MD5sum: bf7996596702d58602bbd979cd830d0f Description: HEIF and AVIF file format decoder and encoder - plugins metapackage libheif is an ISO/IEC 23008-12:2017 HEIF and AVIF (AV1 Image File Format) file format decoder and encoder. There is partial support for ISO/IEC 23008-12:2022 (2nd Edition) capabilities. . HEIF and AVIF are new image file formats employing HEVC (H.265) or AV1 image coding, respectively, for the best compression ratios currently possible. . libheif supports various codecs provided by plugins for image decoding and encoding. . This is a metapackage depending on all available plugins for libheif. Multi-Arch: same Homepage: http://www.libheif.org Section: libs Priority: optional Filename: pool/main/libh/libheif/libheif-plugins-all_1.19.3-1~bpo12+1_amd64.deb Package: libheif1 Source: libheif Version: 1.19.3-1~bpo12+1 Installed-Size: 1451 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 11), zlib1g (>= 1:1.1.4), libheif-plugin-dav1d (= 1.19.3-1~bpo12+1) | libheif-plugin-aomdec (= 1.19.3-1~bpo12+1), libheif-plugin-libde265 (= 1.19.3-1~bpo12+1) Recommends: libheif-plugin-x265 (= 1.19.3-1~bpo12+1), libheif-plugin-aomenc (= 1.19.3-1~bpo12+1) Suggests: libheif-plugin-ffmpegdec (= 1.19.3-1~bpo12+1), libheif-plugin-jpegdec (= 1.19.3-1~bpo12+1), libheif-plugin-jpegenc (= 1.19.3-1~bpo12+1), libheif-plugin-j2kdec (= 1.19.3-1~bpo12+1), libheif-plugin-j2kenc (= 1.19.3-1~bpo12+1), libheif-plugin-rav1e (= 1.19.3-1~bpo12+1), libheif-plugin-svtenc (= 1.19.3-1~bpo12+1) Size: 453588 SHA256: 2bf57dcaf7c036b7bb89c2814001fe583fc154255f04e4c50fc62fdb8722d47d SHA1: 7f8678ce0431f3f5c938694ef1dcecd6778f2bfc MD5sum: b46e72b4c2bd3a51c94ebf5c5657dc68 Description: HEIF and AVIF file format decoder and encoder - shared library libheif is an ISO/IEC 23008-12:2017 HEIF and AVIF (AV1 Image File Format) file format decoder and encoder. There is partial support for ISO/IEC 23008-12:2022 (2nd Edition) capabilities. . HEIF and AVIF are new image file formats employing HEVC (H.265) or AV1 image coding, respectively, for the best compression ratios currently possible. . libheif supports various codecs provided by plugins for image decoding and encoding. . This package contains the shared library. Multi-Arch: same Homepage: http://www.libheif.org Section: libs Priority: optional Filename: pool/main/libh/libheif/libheif1_1.19.3-1~bpo12+1_amd64.deb Package: libhighlight-perl Source: highlight Version: 4.7-1~bpo12+1 Installed-Size: 1634 Maintainer: Debian QA Group Architecture: amd64 Depends: perl (>= 5.36.0-7), perlapi-5.36.0, libc6 (>= 2.34), libgcc-s1 (>= 3.4), liblua5.4-0 (>= 5.4.4), libstdc++6 (>= 11), highlight-common (= 4.7-1~bpo12+1) Size: 462500 SHA256: 96019a70c6bed1f15074c48b1a3db934d9dfdfaa1f9a87ccdb227050d9852c3a SHA1: 6163b69f3142c0342684e48ec84ed990f85d39c4 MD5sum: fabd6a241d5bc4ff33d99528c85e6bb5 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_amd64.deb Package: libhiredict-dev Source: hiredict Version: 1.3.1-2~bpo12+1 Installed-Size: 304 Maintainer: Debian Redict Maintainers Architecture: amd64 Depends: libhiredict1.3.1 (= 1.3.1-2~bpo12+1) Size: 62048 SHA256: f3ed048ab72c71f0cb1ff00159f70b1dbf920f60fb1e8dbe49f8846dbec29e5d SHA1: 69a5193e0c4620d15c7860505df0dcb2aa5fa8ed MD5sum: 57613200dc26a4bbc913550dae06f479 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_amd64.deb Package: libhiredict-shims-dev Source: hiredict Version: 1.3.1-2~bpo12+1 Installed-Size: 58 Maintainer: Debian Redict Maintainers Architecture: amd64 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: 057bedc2a6b91f4dcc0ff54f8ef5b1191fb773ffaa9a4d3aca46cc287550d635 SHA1: a0bc677ac9488ac81c1a762e75a50ffb4f0be0da MD5sum: c6a614559dda189a7ecd418127d6fdf0 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_amd64.deb Package: libhiredict1.3.1 Source: hiredict Version: 1.3.1-2~bpo12+1 Installed-Size: 121 Maintainer: Debian Redict Maintainers Architecture: amd64 Depends: libc6 (>= 2.17), libssl3 (>= 3.0.0) Size: 37680 SHA256: 6f43a50ffe3bcaf5359a94701b8ea6278d18d42855845414680090c46e4997c4 SHA1: 92ce2b9d318efc837e80f631b7d0a706bd978dd4 MD5sum: e694055cabbb7e884f1d9ddc4cc429b6 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_amd64.deb Package: libhkl-dev Source: hkl Version: 5.1.3-1~bpo12+1 Installed-Size: 275 Maintainer: Debian PaN Maintainers Architecture: amd64 Depends: gir1.2-hkl-5.0 (= 5.1.3-1~bpo12+1), libglib2.0-dev, libgsl-dev | libgsl0-dev, libhkl5 (= 5.1.3-1~bpo12+1) Size: 27020 SHA256: 438f637513e5807eaaa180b08614ab6ab8dbdeb495c504d8fb7a9214fabb396a SHA1: 5f11a74af7f7f8f16ab26f689776846c170c2356 MD5sum: c91b665b987917a573fb222379dda0f2 Description: diffractometer computation control library - development files The hkl library is a framework for diffraction computation and diffractometer control, heavily used at the SOLEIL synchrotron. It supports various types of diffractometer geometry: Eulerian 4-circle, Eulerian 6-circle, kappa 4-circle, kappa 6-circle, and z-axis geometry. For each of these it provides several numerically computed modes, such as bisector and constant psi. . This package provides everything needed to link against hkl. Homepage: https://repo.or.cz/hkl.git Section: libdevel Priority: optional Filename: pool/main/h/hkl/libhkl-dev_5.1.3-1~bpo12+1_amd64.deb Package: libhkl-doc Source: hkl Version: 5.1.3-1~bpo12+1 Installed-Size: 1297 Maintainer: Debian PaN Maintainers Architecture: all Depends: libjs-mathjax Size: 98040 SHA256: 397b297ac788fe66090a88c83062e18421b861bfa86b5cc1fb84a17937ea3d9a SHA1: 3e15138cb056d31d3f8aedf00e658189ec513cd3 MD5sum: a217438fdf561a29cfdd9acd44d86e19 Description: diffractometer computation control library - documentation The hkl library is a framework for diffraction computation and diffractometer control, heavily used at the SOLEIL synchrotron. It supports various types of diffractometer geometry: Eulerian 4-circle, Eulerian 6-circle, kappa 4-circle, kappa 6-circle, and z-axis geometry. For each of these it provides several numerically computed modes, such as bisector and constant psi. . This package provides the documentation for hkl. Multi-Arch: foreign Homepage: https://repo.or.cz/hkl.git Section: doc Priority: optional Filename: pool/main/h/hkl/libhkl-doc_5.1.3-1~bpo12+1_all.deb Package: libhkl5 Source: hkl Version: 5.1.3-1~bpo12+1 Installed-Size: 520 Maintainer: Debian PaN Maintainers Architecture: amd64 Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.24.0), libgsl27 (>= 2.7.1) Suggests: libhkl-doc Size: 98612 SHA256: 6a86882152e6bdfd1ee846a66ef18553df9c0aea739cf3150f82ca7f2beebf89 SHA1: 28d23043eb4a721a10e596b37f837c8a8df977c9 MD5sum: 6397043c1549edd291b2e052c08dfb10 Description: diffractometer computation control library The hkl library is a framework for diffraction computation and diffractometer control, heavily used at the SOLEIL synchrotron. It supports various types of diffractometer geometry: Eulerian 4-circle, Eulerian 6-circle, kappa 4-circle, kappa 6-circle, and z-axis geometry. For each of these it provides several numerically computed modes, such as bisector and constant psi. . This package provides the runtime hkl library. Multi-Arch: same Homepage: https://repo.or.cz/hkl.git Section: libs Priority: optional Filename: pool/main/h/hkl/libhkl5_5.1.3-1~bpo12+1_amd64.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.49-1~bpo12+1 Installed-Size: 469 Maintainer: Sascha Steinbiss Architecture: amd64 Depends: libhtp2 (= 1:0.5.49-1~bpo12+1) Size: 102860 SHA256: b02e563fdc944de9cff18ed583b726df09ca002eace76c444a74501be00f4007 SHA1: b41f79a07eddf5e77200c3537e5946e904bcd8d2 MD5sum: f1ec1a21704d0e583cceb74dc9aea1d5 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.49-1~bpo12+1_amd64.deb Package: libhtp2 Source: libhtp Version: 1:0.5.49-1~bpo12+1 Installed-Size: 204 Maintainer: Sascha Steinbiss Architecture: amd64 Depends: libc6 (>= 2.14), zlib1g (>= 1:1.1.4) Size: 72332 SHA256: feda99c50d1099d67ca951062ab243d38f5c7c7b3a82ad49f629c579145107a4 SHA1: 42c55819fcc95ed2e7fde377f5027b9ddb220bba MD5sum: 1df3c6b253911bd13ca23f2b8b9c539b 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.49-1~bpo12+1_amd64.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: 1192 Maintainer: Samuel Thibault Architecture: amd64 Depends: libhwloc15 (= 2.11.2-1~bpo12+1), libnuma-dev, libltdl-dev Size: 252524 SHA256: 674791987f9a828dc70fc03d293bafc040e3f40701eaae8e71e1e2b63c16a276 SHA1: a451a52c980a80a0ede8871b3b964fadb0c7532c MD5sum: 088ef17892ecd6a9c9796ca3b0af4c46 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_amd64.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: 84 Maintainer: Samuel Thibault Architecture: amd64 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: 17980 SHA256: e6a71b23e2f1c42490194c17547688ebbc4056c3a3d5589810d0140afd109b10 SHA1: 574175519f3d09a3a403a012cc9fa4b34775b086 MD5sum: 1124d83d81dc3364df77c132241e313d 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_amd64.deb Package: libhwloc15 Source: hwloc Version: 2.11.2-1~bpo12+1 Installed-Size: 411 Maintainer: Samuel Thibault Architecture: amd64 Depends: libc6 (>= 2.34), libudev1 (>= 183) Recommends: libhwloc-plugins Suggests: libhwloc-contrib-plugins Breaks: libhwloc-contrib-plugins (<< 1.10~), libhwloc-plugins (<< 1.10~) Size: 161596 SHA256: f5c8fccfa6dcccebde684c2018e95b748d26e35a688ca450ad7ea5642d5b47d9 SHA1: 151869d7580d294d3ccb44a8ee2f409ad4e4573d MD5sum: 9de6e50f50b9191728342069d8f2cc1a 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_amd64.deb Package: libibus-1.0-5 Source: ibus Version: 1.5.29~rc1-1~bpo12+1 Installed-Size: 859 Maintainer: Debian Input Method Team Architecture: amd64 Depends: libc6 (>= 2.33), libglib2.0-0 (>= 2.59.0) Size: 437732 SHA256: a99265c65f298853e5bf801b458123b4f3c0890333cfab0d25b5450862a51288 SHA1: 61eb554690ae846f9cec158cc0aca013534f7d4e MD5sum: f62737dc78c859a9169d2b7a672750e4 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_amd64.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: amd64 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: 466232 SHA256: 79ad940b42433e87b0ce1aec916ce5a8ab61eaad9400c9dd5042bcc304d5ff61 SHA1: eeebf7b3424135c2ce8fe88884ac175986494b18 MD5sum: 648946de72fda056f8c34c325ac7cdd1 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_amd64.deb Package: libigraph-dev Source: igraph Version: 0.10.15+ds-1~bpo12+1 Installed-Size: 6202 Maintainer: Debian Med Packaging Team Architecture: amd64 Depends: libigraph3t64 (= 0.10.15+ds-1~bpo12+1), libxml2-dev Suggests: libigraph-doc, pkgconf Size: 1086568 SHA256: 672bc0b3b2aabcfd6ec60f713721f0348807d81ce4e6837f997083b53907ae67 SHA1: a70d2c6fd9d3ab94330e656cc0940ec8e40ecaf2 MD5sum: 5e34aa1e41fd5d311f8b23e2fb874df6 Description: library for creating and manipulating graphs - development files igraph is a library for creating and manipulating graphs. It is intended to be as powerful (ie. fast) as possible to enable the analysis of large graphs. . This package contains the include files and static library for the igraph C library. Multi-Arch: same Homepage: https://igraph.org/c/ Section: libdevel Priority: optional Filename: pool/main/i/igraph/libigraph-dev_0.10.15+ds-1~bpo12+1_amd64.deb Package: libigraph-doc Source: igraph Version: 0.10.15+ds-1~bpo12+1 Installed-Size: 8902 Maintainer: Debian Med Packaging Team Architecture: all Replaces: libigraph-examples (<< 0.9) Depends: fonts-font-awesome Suggests: libigraph-dev (= 0.10.15+ds-1~bpo12+1), libsuitesparse-dev, www-browser Breaks: libigraph-examples (<< 0.9) Size: 2904124 SHA256: f3e2f30d2890acbd7e703cc5bc8f81cfd6c95d118a86b3f0d754e3d43efcebf6 SHA1: 06980985058e95c1a6a33e0db57ca0169bdd2882 MD5sum: 643641b3496193cba9a5da5e2eaba0af Description: library for creating and manipulating graphs - reference manual igraph is a library for creating and manipulating graphs. It is intended to be as powerful (ie. fast) as possible to enable the analysis of large graphs. . This package provides the reference manual for the igraph C library; it also contains examples and tutorial material. Multi-Arch: foreign Homepage: https://igraph.org/c/ Section: doc Priority: optional Filename: pool/main/i/igraph/libigraph-doc_0.10.15+ds-1~bpo12+1_all.deb Package: libigraph-examples Source: igraph Version: 0.10.15+ds-1~bpo12+1 Installed-Size: 62 Maintainer: Debian Med Packaging Team Architecture: all Depends: libigraph-doc Size: 46688 SHA256: 976902bea0e54622eb35572f13010e5a39cbf63a6c3d980b9a56cd2eb7c9e691 SHA1: dc1b92c3436c0a8f7e5353b992a66080f24bcb9b MD5sum: bb40e9d1db4f6ca39a6d93d8eb75d7f3 Description: transitional package This is a transitional package. It can safely be removed. Multi-Arch: foreign Homepage: https://igraph.org/c/ Section: oldlibs Priority: optional Filename: pool/main/i/igraph/libigraph-examples_0.10.15+ds-1~bpo12+1_all.deb Package: libigraph3 Source: igraph Version: 0.10.10+ds-1~bpo12+1 Installed-Size: 2692 Maintainer: Debian Med Packaging Team Architecture: amd64 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: 875448 SHA256: 690ed062cea6e18c1da26ad921b14ed44ea8681860b1d9fdd7e5902f5b3a893d SHA1: 3b25e2547a10b3d7084feb70bef8be2712bb175b MD5sum: 350372bda5084227aea512f02d12f88e 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_amd64.deb Package: libigraph3t64 Source: igraph Version: 0.10.15+ds-1~bpo12+1 Installed-Size: 2768 Maintainer: Debian Med Packaging Team Architecture: amd64 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.15+ds-1~bpo12+1) Size: 902004 SHA256: 6bdba3b400b697213bd726d03868d7cf69717fef1b70afe664627b656e638014 SHA1: f30b221efcab7e4a32cb950fb12c4edab01ac31c MD5sum: 908f8d058b18dc5679caad58ce8f512a Description: library for creating and manipulating graphs igraph is a library for creating and manipulating graphs. It is intended to be as powerful (ie. fast) as possible to enable the analysis of large graphs. . This is the runtime library package. Multi-Arch: same Homepage: https://igraph.org/c/ Section: libs Priority: optional Filename: pool/main/i/igraph/libigraph3t64_0.10.15+ds-1~bpo12+1_amd64.deb Package: libime-bin Source: libime Version: 1.1.8-1~bpo12+1 Installed-Size: 741 Maintainer: Debian Input Method Team Architecture: amd64 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 (>= 3.0), libstdc++6 (>= 11) Size: 222456 SHA256: 7ea2c0b999d2964982db53685ede316013fae1c50627a9b85646bc3e02cb6e37 SHA1: 5ec60eee04e9aa06dce201d54fd9568919d7b240 MD5sum: 5bd748380006039f6421a67aab8aefad 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_amd64.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: amd64 Replaces: libimecore0 (<< 1.0.1-2) Breaks: libimecore0 (<< 1.0.1-2) Size: 18268136 SHA256: a1fa70c941f314c0ed9bec92e1a033ae8a8cdce71773ea3fb93d0b668504d451 SHA1: 978fb434f37f96cbe407cb0908a4c47b58e5395b MD5sum: 42e2569d9fcfc3cb7a84cfbfdea28ad6 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_amd64.deb Package: libimecore-dev Source: libime Version: 1.1.8-1~bpo12+1 Installed-Size: 90 Maintainer: Debian Input Method Team Architecture: amd64 Depends: libimecore0 (= 1.1.8-1~bpo12+1) Size: 18716 SHA256: 1dd2e2d01d08f707e20c6b12e74721737a11ace7a5ee9538d7e5dc4eb18bc3eb SHA1: bfd21ab72fdfedb85c05046caa5a29e45cf0e0a6 MD5sum: 74f6f75625b73646eb4cdd12497da04e 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_amd64.deb Package: libimecore0 Source: libime Version: 1.1.8-1~bpo12+1 Installed-Size: 827 Maintainer: Debian Input Method Team Architecture: amd64 Depends: libime-data (= 1.1.8-1~bpo12+1), libc6 (>= 2.34), libfcitx5utils2 (>= 5.1.10), libgcc-s1 (>= 3.0), libstdc++6 (>= 11), libzstd1 (>= 1.5.2) Size: 255172 SHA256: 3b657e3bec205ba59822e3203f5fe3bc5892ee4fe409b14226f95d6ba017ccd5 SHA1: 4a3e21e1cb1530b974bc3af2ecedf4645cb332d2 MD5sum: bbd5f5fabf1d7a8aa1e7ae9bcd6507ad 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_amd64.deb Package: libimepinyin-dev Source: libime Version: 1.1.8-1~bpo12+1 Installed-Size: 79 Maintainer: Debian Input Method Team Architecture: amd64 Depends: libimepinyin0 (= 1.1.8-1~bpo12+1) Size: 16588 SHA256: f7f5746ec79ca150c661450349d7de917da9675d155b5e38710dc0d187b0bea9 SHA1: 1a2604dff486008b078ae968ff49ba5038f36dc9 MD5sum: cbd3e691b3ecb5f674da8456b813bc41 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_amd64.deb Package: libimepinyin0 Source: libime Version: 1.1.8-1~bpo12+1 Installed-Size: 639 Maintainer: Debian Input Method Team Architecture: amd64 Depends: libc6 (>= 2.32), libfcitx5utils2 (>= 5.1.10), libgcc-s1 (>= 3.0), libimecore0 (>= 1.1.8), libstdc++6 (>= 11), libzstd1 (>= 1.5.2) Size: 198660 SHA256: 460bfb33a46790e3e6e043aee005d19e349580047b08237db2c2a3e874e1011c SHA1: 97b31d65880e41775ca6a81ced7fbef687e76a2d MD5sum: 424c032fb44a3fb225776c99d1ba0601 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_amd64.deb Package: libimetable-dev Source: libime Version: 1.1.8-1~bpo12+1 Installed-Size: 56 Maintainer: Debian Input Method Team Architecture: amd64 Depends: libimetable0 (= 1.1.8-1~bpo12+1) Size: 13048 SHA256: fc9ef73d6e0a18897623255ec10d7abe31376651e04fa252fcb11e5227559273 SHA1: 3d3bdc93552458fd3f68ecf82ed88661cd541b34 MD5sum: e0720eda856c91624d8115a241220611 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_amd64.deb Package: libimetable0 Source: libime Version: 1.1.8-1~bpo12+1 Installed-Size: 504 Maintainer: Debian Input Method Team Architecture: amd64 Depends: libc6 (>= 2.32), libfcitx5utils2 (>= 5.1.10), libgcc-s1 (>= 3.0), libimecore0 (>= 1.1.8), libstdc++6 (>= 11), libzstd1 (>= 1.5.2) Size: 157292 SHA256: 570f9013547204f9aa048df100cfc275ce53bf99b96ff44f7e85647266991ec0 SHA1: 1485b38d9bed1cba213d105da20b5e1b7a861cf9 MD5sum: 3a31e4f8e47ab6539df38f907e0c8f15 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_amd64.deb Package: libipmiconsole-dev Source: freeipmi Version: 1.6.13-2~bpo12+1 Installed-Size: 223 Maintainer: Fabio Fantoni Architecture: amd64 Depends: freeipmi-common (= 1.6.13-2~bpo12+1), libipmiconsole2 (= 1.6.13-2~bpo12+1) Size: 178220 SHA256: 518d47434cbcec7852f9b64c37e338b0ec3be6095124e25b8dacba563809a1a3 SHA1: 0bc61e1cbccdd6384a5fd7002f781655de255e2b MD5sum: e3bd934801eafd347fdaabf7e63a71ba 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_amd64.deb Package: libipmiconsole2 Source: freeipmi Version: 1.6.13-2~bpo12+1 Installed-Size: 426 Maintainer: Fabio Fantoni Architecture: amd64 Depends: freeipmi-common (= 1.6.13-2~bpo12+1), libc6 (>= 2.34), libfreeipmi17 (>= 1.4.4) Size: 250356 SHA256: 70fe3fe51aafd3edeb41ff60353c25bfa7b2799cd988e3174b55e49f1e265258 SHA1: e22ef30bf2f45e3141d5ac6c4bbb1f59f4fe90aa MD5sum: 473114dce21cf957c48f1adc594af691 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_amd64.deb Package: libipmidetect-dev Source: freeipmi Version: 1.6.13-2~bpo12+1 Installed-Size: 190 Maintainer: Fabio Fantoni Architecture: amd64 Depends: freeipmi-common (= 1.6.13-2~bpo12+1), libipmidetect0 (= 1.6.13-2~bpo12+1) Size: 170148 SHA256: 56fd3983e9bdc702321794d4244d54ef764c917f4de860f1a899cec32dd73fb5 SHA1: d3016565554ead6df69cfe55edfa68d6e83ed7d3 MD5sum: a6a1fa60d3651580f960f4866fac0496 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_amd64.deb Package: libipmidetect0 Source: freeipmi Version: 1.6.13-2~bpo12+1 Installed-Size: 246 Maintainer: Fabio Fantoni Architecture: amd64 Depends: freeipmi-common (= 1.6.13-2~bpo12+1), libc6 (>= 2.15) Size: 193488 SHA256: 613c1e9f82f6c8eeb135b5f5784e7b004ee9d1361a32e77105e7727edc927d35 SHA1: 453506d9b309667cf39b9522f95e4e4bb7faaece MD5sum: 6ade7341678ad5b0b1643fa169521f56 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_amd64.deb Package: libipmimonitoring-dev Source: freeipmi Version: 1.6.13-2~bpo12+1 Installed-Size: 291 Maintainer: Fabio Fantoni Architecture: amd64 Depends: freeipmi-common (= 1.6.13-2~bpo12+1), libipmimonitoring6 (= 1.6.13-2~bpo12+1) Size: 180972 SHA256: 29d2d4956cc737d0ec21fe34f499d6a736013c00b4386afa210412f66ba548bf SHA1: 15b58a32ee4773227fca940dd35c6afb13e02263 MD5sum: f3e61adf65966f6405d0d1ff0fbfe62f 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_amd64.deb Package: libipmimonitoring6 Source: freeipmi Version: 1.6.13-2~bpo12+1 Installed-Size: 304 Maintainer: Fabio Fantoni Architecture: amd64 Replaces: libipmimonitoring5a Depends: freeipmi-common (= 1.6.13-2~bpo12+1), libc6 (>= 2.33), libfreeipmi17 (>= 1.4.4) Breaks: libipmimonitoring5a Size: 210144 SHA256: fd5239e7d51e95e9cd68a500779305ae8ab7f73a1013f0e2000dbe765b598efb SHA1: 2b1c9aa71fa7684a754ffba69922ffe0af7da6b6 MD5sum: 5e592cb6454925d856644dc7a1b3b9ad 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_amd64.deb Package: libjavascriptcoregtk-4.0-18 Source: webkit2gtk Version: 2.46.1-2~bpo12+1 Installed-Size: 29503 Maintainer: Debian WebKit Maintainers Architecture: amd64 Depends: libatomic1 (>= 4.8), libc6 (>= 2.34), libgcc-s1 (>= 7), libglib2.0-0 (>= 2.65.1), libicu72 (>= 72.1~rc-1~), libstdc++6 (>= 12), libsystemd0 Size: 7828784 SHA256: 6f706aa7ed1a456088ce5aab0dfbb0be08de052c3dc6f72711ebecac37aeff5e SHA1: 930302e5cad8e2f59f7509ba943694317ebb1650 MD5sum: 7d39dbec0c8b08e4f11fa4b44c3631ea Description: JavaScript engine library from WebKitGTK JavaScriptCore is the JavaScript engine used in WebKit. It consists of the following building blocks: lexer, parser, start-up interpreter (LLInt), baseline JIT, a low-latency optimizing JIT (DFG), and a high-throughput optimizing JIT (FTL). . This build comes from the GTK port of WebKit (API version 4.0). . This package contains the shared libraries. Multi-Arch: same Homepage: https://webkitgtk.org/ Section: libs Priority: optional Filename: pool/main/w/webkit2gtk/libjavascriptcoregtk-4.0-18_2.46.1-2~bpo12+1_amd64.deb Package: libjavascriptcoregtk-4.0-bin Source: webkit2gtk Version: 2.46.1-2~bpo12+1 Installed-Size: 614 Maintainer: Debian WebKit Maintainers Architecture: amd64 Depends: libjavascriptcoregtk-4.0-18 (= 2.46.1-2~bpo12+1), libc6 (>= 2.34), libstdc++6 (>= 4.4) Conflicts: libjavascriptcoregtk-bin Size: 151604 SHA256: 3f88243d82883346c1fc075a92e527e69d8013a8aa8907b9e505a9addfaff772 SHA1: a677f09b8d8f2a9663af185af0f9414c5d799df3 MD5sum: e7411eaaf8b5d34974a4314fa14cbea1 Description: JavaScript engine library from WebKitGTK - command-line interpreter JavaScriptCore is the JavaScript engine used in WebKit. It consists of the following building blocks: lexer, parser, start-up interpreter (LLInt), baseline JIT, a low-latency optimizing JIT (DFG), and a high-throughput optimizing JIT (FTL). . This package provides jsc, a command-line JavaScript interpreter. Homepage: https://webkitgtk.org/ Section: interpreters Priority: optional Filename: pool/main/w/webkit2gtk/libjavascriptcoregtk-4.0-bin_2.46.1-2~bpo12+1_amd64.deb Package: libjavascriptcoregtk-4.0-dev Source: webkit2gtk Version: 2.46.1-2~bpo12+1 Installed-Size: 739 Maintainer: Debian WebKit Maintainers Architecture: amd64 Depends: libjavascriptcoregtk-4.0-18 (= 2.46.1-2~bpo12+1), gir1.2-javascriptcoregtk-4.0 (= 2.46.1-2~bpo12+1), libglib2.0-dev Size: 80916 SHA256: d5e70a86c1bb56335c54a24d3d8e4c9b777a9d196d0c6a8a1068b8a71324efaf SHA1: f3d04ba2bfaf051fb4ec1b449a39e0250e9f2681 MD5sum: 6c451e352a685f70a2dad49486c7188f Description: JavaScript engine library from WebKitGTK - development files JavaScriptCore is the JavaScript engine used in WebKit. It consists of the following building blocks: lexer, parser, start-up interpreter (LLInt), baseline JIT, a low-latency optimizing JIT (DFG), and a high-throughput optimizing JIT (FTL). . This build comes from the GTK port of WebKit (API version 4.0). . This package contains the development files. Multi-Arch: same Homepage: https://webkitgtk.org/ Section: libdevel Priority: optional Filename: pool/main/w/webkit2gtk/libjavascriptcoregtk-4.0-dev_2.46.1-2~bpo12+1_amd64.deb Package: libjavascriptcoregtk-4.1-0 Source: webkit2gtk Version: 2.46.1-2~bpo12+1 Installed-Size: 29503 Maintainer: Debian WebKit Maintainers Architecture: amd64 Depends: libatomic1 (>= 4.8), libc6 (>= 2.34), libgcc-s1 (>= 7), libglib2.0-0 (>= 2.65.1), libicu72 (>= 72.1~rc-1~), libstdc++6 (>= 12), libsystemd0 Size: 7827824 SHA256: a8d31ee2d979c151f1ffadc3fc1e949ef059bb4ce07ad51088632b9f171e2cc0 SHA1: b263023e76180c9d17f4d05d4a674c56db99de77 MD5sum: 18b2ffa625c7176a37348468e812c21d Description: JavaScript engine library from WebKitGTK JavaScriptCore is the JavaScript engine used in WebKit. It consists of the following building blocks: lexer, parser, start-up interpreter (LLInt), baseline JIT, a low-latency optimizing JIT (DFG), and a high-throughput optimizing JIT (FTL). . This build comes from the GTK port of WebKit (API version 4.1). . This package contains the shared libraries. Multi-Arch: same Homepage: https://webkitgtk.org/ Section: libs Priority: optional Filename: pool/main/w/webkit2gtk/libjavascriptcoregtk-4.1-0_2.46.1-2~bpo12+1_amd64.deb Package: libjavascriptcoregtk-4.1-dev Source: webkit2gtk Version: 2.46.1-2~bpo12+1 Installed-Size: 739 Maintainer: Debian WebKit Maintainers Architecture: amd64 Depends: libjavascriptcoregtk-4.1-0 (= 2.46.1-2~bpo12+1), gir1.2-javascriptcoregtk-4.1 (= 2.46.1-2~bpo12+1), libglib2.0-dev Size: 80932 SHA256: b0b768bf46bf4c8be2dca6a6f005de9e3b3305237fbda81ff69a9a8662dde6af SHA1: 1f1659ba0336da7d3fe92a326e16e5a4e13ea278 MD5sum: e0f50ca6867569ea1478cf070953dbbd Description: JavaScript engine library from WebKitGTK - development files JavaScriptCore is the JavaScript engine used in WebKit. It consists of the following building blocks: lexer, parser, start-up interpreter (LLInt), baseline JIT, a low-latency optimizing JIT (DFG), and a high-throughput optimizing JIT (FTL). . This build comes from the GTK port of WebKit (API version 4.1). . This package contains the development files. Multi-Arch: same Homepage: https://webkitgtk.org/ Section: libdevel Priority: optional Filename: pool/main/w/webkit2gtk/libjavascriptcoregtk-4.1-dev_2.46.1-2~bpo12+1_amd64.deb Package: libjavascriptcoregtk-6.0-1 Source: webkit2gtk Version: 2.46.1-2~bpo12+1 Installed-Size: 29503 Maintainer: Debian WebKit Maintainers Architecture: amd64 Depends: libatomic1 (>= 4.8), libc6 (>= 2.34), libgcc-s1 (>= 7), libglib2.0-0 (>= 2.65.1), libicu72 (>= 72.1~rc-1~), libstdc++6 (>= 12), libsystemd0 Size: 7827668 SHA256: ac31277ba7aa3a0202af9ada18ce51a6633a0c6ba3ebb27e95f99ae04ae7bdb6 SHA1: a5417bad39f5d677be1cf8800e7c2d5a450234c5 MD5sum: 8a03f1073c2d0ab47035faf6cfe2deef Description: JavaScript engine library from WebKitGTK JavaScriptCore is the JavaScript engine used in WebKit. It consists of the following building blocks: lexer, parser, start-up interpreter (LLInt), baseline JIT, a low-latency optimizing JIT (DFG), and a high-throughput optimizing JIT (FTL). . This build comes from the GTK port of WebKit (API version 6.0). . This package contains the shared libraries. Multi-Arch: same Homepage: https://webkitgtk.org/ Section: libs Priority: optional Filename: pool/main/w/webkit2gtk/libjavascriptcoregtk-6.0-1_2.46.1-2~bpo12+1_amd64.deb Package: libjavascriptcoregtk-6.0-dev Source: webkit2gtk Version: 2.46.1-2~bpo12+1 Installed-Size: 603 Maintainer: Debian WebKit Maintainers Architecture: amd64 Depends: libjavascriptcoregtk-6.0-1 (= 2.46.1-2~bpo12+1), gir1.2-javascriptcoregtk-6.0 (= 2.46.1-2~bpo12+1), libglib2.0-dev Size: 66556 SHA256: 0d409ac6741e6aace7fed10e4a8e29420027b56223fbb041603f69abd6235446 SHA1: f30adbc7281a101155f2c73b11e6eb5fbfed7d29 MD5sum: 8c77f6f888ee1e40986a5f0dfe0ade79 Description: JavaScript engine library from WebKitGTK - development files JavaScriptCore is the JavaScript engine used in WebKit. It consists of the following building blocks: lexer, parser, start-up interpreter (LLInt), baseline JIT, a low-latency optimizing JIT (DFG), and a high-throughput optimizing JIT (FTL). . This build comes from the GTK port of WebKit (API version 6.0). . This package contains the development files. Multi-Arch: same Homepage: https://webkitgtk.org/ Section: libdevel Priority: optional Filename: pool/main/w/webkit2gtk/libjavascriptcoregtk-6.0-dev_2.46.1-2~bpo12+1_amd64.deb Package: libjodycode-dev Source: libjodycode Version: 3.1-3~bpo12+1 Installed-Size: 57 Maintainer: Joao Eriberto Mota Filho Architecture: amd64 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: 14432 SHA256: fef9b4ebaa2523e63a00c33a388e9bfe48292da2ae96056360ae6e86ee9e3a50 SHA1: e2b8518d21912f9948435cb32b80462863f09ce4 MD5sum: 9b92d27b6fdded6f15c918c5646a07d8 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_amd64.deb Package: libjodycode3 Source: libjodycode Version: 3.1-3~bpo12+1 Installed-Size: 57 Maintainer: Joao Eriberto Mota Filho Architecture: amd64 Replaces: libjodycode2 (<= 2.0.1-4) Depends: libc6 (>= 2.16) Breaks: libjodycode2 (<= 2.0.1-4) Size: 17536 SHA256: 4afa818e64112d8fa7d4f100dc082879fa962015668f1ac1f625522e3ad1db30 SHA1: 9f6c0c09413ba18f79ac026875d4774f5923a15c MD5sum: 897fa2fd96e78b0a53e5847e8043cf65 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_amd64.deb Package: libjs-bootstrap5 Source: bootstrap-html Version: 5.3.3+dfsg-1~bpo12+3 Installed-Size: 4021 Maintainer: Daniel Baumann Architecture: all Depends: libjs-popper.js Suggests: bootstrap-icons, libjs-bootstrap5-doc Size: 291560 SHA256: a29a238f47df8295fe9bdc0441d91daafc5dab56a7ed9fdaf4e9e4256db1bc76 SHA1: f55ad3c9a97afc9b6048bb6ffb0659241b73bd20 MD5sum: f677c600e01f797fd5b9ccbe68a76eb7 Description: HTML front-end framework (version 5) Bootstrap is a CSS framework directed at responsive, mobile-first front-end web development. It contains HTML, CSS and (optionally) JavaScript-based design templates for typography, forms, buttons, navigation, and other interface components. . This package contains bootstrap version 5. Multi-Arch: foreign Homepage: https://getbootstrap.com Section: javascript Priority: optional Filename: pool/main/b/bootstrap-html/libjs-bootstrap5_5.3.3+dfsg-1~bpo12+3_all.deb Package: libjs-bootstrap5-doc Source: bootstrap-html Version: 5.3.3+dfsg-1~bpo12+3 Installed-Size: 1849 Maintainer: Daniel Baumann Architecture: all Size: 1141432 SHA256: 466f3f077b207edc11a28f604645390c7cea4e0509319cfff545ac97b9429b4b SHA1: bb5d8e15a6ccc30f24a96cdaf94da84e231b4095 MD5sum: 7f16fef74177762cce17fd16233a1dd5 Description: HTML front-end framework (documentation, version 5) Bootstrap is a CSS framework directed at responsive, mobile-first front-end web development. It contains HTML, CSS and (optionally) JavaScript-based design templates for typography, forms, buttons, navigation, and other interface components. . This package contains the documentation for bootstrap version 5. Multi-Arch: foreign Homepage: https://getbootstrap.com Section: javascript Priority: optional Filename: pool/main/b/bootstrap-html/libjs-bootstrap5-doc_5.3.3+dfsg-1~bpo12+3_all.deb Package: libkshark-dev Source: kernelshark Version: 2.2.1-1~bpo12+1 Installed-Size: 314 Maintainer: Sudip Mukherjee Architecture: amd64 Depends: libkshark2 (= 2.2.1-1~bpo12+1) Size: 64688 SHA256: 4f8d74b6fa42ee0af1558990e16e92e910f367531bce558f7fc6de31e1871ffc SHA1: 5c08e765d063381453fccad8b4e648ce2dc68d2c MD5sum: 7b5f39bd76bf71ff91c8ef2ab5425917 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_amd64.deb Package: libkshark2 Source: kernelshark Version: 2.2.1-1~bpo12+1 Installed-Size: 1132 Maintainer: Sudip Mukherjee Architecture: amd64 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgl1, libglu1-mesa | libglu1, libglut3.12 (>= 3.4.0), libjson-c5 (>= 0.15), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.11.0~rc1) | libqt5gui5-gles (>= 5.11.0~rc1), libqt5network5 (>= 5.0.2), libqt5widgets5 (>= 5.15.1), libstdc++6 (>= 12), libtracecmd1 (>= 3.0.3), libtraceevent1 (>= 5.9~rc1), libtracefs1 (>= 0.0~git20201221.74d7273) Size: 319996 SHA256: bf267b1c83f6a5e7d763305a543362c31e5984252973067cbf9df851fef9c875 SHA1: 7583bb23b8a801ef16e1d7a65f1ee8736544b5c1 MD5sum: bca46803b073a54e762933b09e971314 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_amd64.deb Package: libldb-dev Source: samba (2:4.21.3+dfsg-6~bpo12+1) Version: 2:2.10.0+samba4.21.3+dfsg-6~bpo12+1 Installed-Size: 188 Maintainer: Debian Samba Maintainers Architecture: amd64 Depends: libc6-dev, libldb2 (= 2:2.10.0+samba4.21.3+dfsg-6~bpo12+1), libtalloc-dev, libtevent-dev, libtdb-dev Size: 67200 SHA256: b4e0f93722c974413efdc0ef34f24d1399c6e8db0ff7538873408123eac12b6d SHA1: 38af1ca5263d725c811f8bd72c22f14f83c95e7a MD5sum: 9a2791ec78d6bc5d87c2c85d2046a272 Description: LDAP-like embedded database - development files ldb is a LDAP-like embedded database built on top of TDB. . What ldb does is provide a fast database with an LDAP-like API designed to be used within an application. In some ways it can be seen as a intermediate solution between key-value pair databases and a real LDAP database. . This package contains the development files. Multi-Arch: same Homepage: https://www.samba.org Section: libdevel Priority: optional Filename: pool/main/s/samba/libldb-dev_2.10.0+samba4.21.3+dfsg-6~bpo12+1_amd64.deb Package: libldb2 Source: samba (2:4.21.3+dfsg-6~bpo12+1) Version: 2:2.10.0+samba4.21.3+dfsg-6~bpo12+1 Installed-Size: 621 Maintainer: Debian Samba Maintainers Architecture: amd64 Depends: libc6 (>= 2.34), libldap-2.5-0 (>= 2.5.4), liblmdb0 (>= 0.9.9), libtalloc2 (>= 2.4.0), libtdb1 (>= 1.3.14), libtevent0 (>= 0.15.0) Breaks: samba-libs (<< 2:4.19.0~) Size: 174076 SHA256: 5bbf134c9d755ed39f57ff6e733ab40f9994b5510b8d0395cd46c4571f19076b SHA1: 9288d70788b8b7133053679c533107df6d4948b6 MD5sum: 0cccfc2075d20d69dc37b38365ffb82d Description: LDAP-like embedded database - shared library ldb is a LDAP-like embedded database built on top of TDB. . It provides a fast database with an LDAP-like API designed to be used within an application. In some ways it can be seen as a intermediate solution between key-value pair databases and a real LDAP database. . This package contains the shared library file. Multi-Arch: same Homepage: https://www.samba.org Section: libs Priority: optional Filename: pool/main/s/samba/libldb2_2.10.0+samba4.21.3+dfsg-6~bpo12+1_amd64.deb Package: liblemonldap-ng-common-perl Source: lemonldap-ng Version: 2.20.1+ds-1~bpo12+1 Installed-Size: 896 Maintainer: Debian Perl Group Architecture: all Depends: debconf, libapache-session-perl, libcache-cache-perl, libclass-xsaccessor-perl, libconfig-inifiles-perl, libcrypt-openssl-rsa-perl, libcrypt-openssl-x509-perl, libcrypt-rijndael-perl, libcrypt-urandom-perl, libhtml-template-perl, libjson-perl, libjson-xs-perl, libmouse-perl, libnet-cidr-perl, libplack-perl, liburi-perl, libwww-perl, debconf (>= 0.5) | debconf-2.0, perl:any Recommends: libapache-session-browseable-perl, libcookie-baker-xs-perl, libdbi-perl, libemail-sender-perl, libhttp-parser-xs-perl, liblwp-protocol-https-perl, libstring-random-perl Suggests: libconvert-base32-perl, libnet-ldap-perl, libsoap-lite-perl, libxml-libxml-perl, libxml-simple-perl Size: 245428 SHA256: 1883ce9374d569d34e192fdb57bbb1a1fd4e9308857c3bc0848795216fd09fe0 SHA1: befffba2585f1dedb90d481616d5601d25feaaa4 MD5sum: a3283910ab9930111464797088b6ce2e Description: Lemonldap::NG common files Lemonldap::NG is a complete Web-SSO system that can run with reverse-proxies or directly on application webservers. It can be used in conjunction with OpenID-Connect, CAS and SAML systems as identity or service provider. It can also be used as proxy between those federation systems. . It manages both authentication and authorization and provides headers for accounting. So you can have a full AAA protection. Authorizations are built by associating a regular expression and a rule. Regular expression is applied on the requested URL and the rule calculates if the user is authorized. . Lemonldap::NG::Common contains common files used by other Lemonldap::NG modules. Homepage: https://lemonldap-ng.org/ Section: perl Priority: optional Filename: pool/main/l/lemonldap-ng/liblemonldap-ng-common-perl_2.20.1+ds-1~bpo12+1_all.deb Package: liblemonldap-ng-handler-perl Source: lemonldap-ng Version: 2.20.1+ds-1~bpo12+1 Installed-Size: 437 Maintainer: Debian Perl Group Architecture: all Depends: liblemonldap-ng-common-perl (= 2.20.1+ds-1~bpo12+1), perl:any Size: 136012 SHA256: 18cbac651c42866e4097bcefb5898e39f1eb720cc9d24ec6fdcc93e14211bb43 SHA1: 3990b04330528793a047ce100b8c51d16d894db8 MD5sum: ef7d02b26d50b0eac147f0e32fd85cc0 Description: Lemonldap::NG handler common libraries Lemonldap::NG is a complete Web-SSO system that can run with reverse-proxies or directly on application webservers. It can be used in conjunction with OpenID-Connect, CAS and SAML systems as identity or service provider. It can also be used as proxy between those federation systems. . It manages both authentication and authorization and provides headers for accounting. So you can have a full AAA protection. Authorizations are built by associating a regular expression and a rule. Regular expression is applied on the requested URL and the rule calculates if the user is authorized. . Lemonldap::NG::Handler provides Perl libraries used by web server handlers. Homepage: https://lemonldap-ng.org/ Section: perl Priority: optional Filename: pool/main/l/lemonldap-ng/liblemonldap-ng-handler-perl_2.20.1+ds-1~bpo12+1_all.deb Package: liblemonldap-ng-manager-perl Source: lemonldap-ng Version: 2.20.1+ds-1~bpo12+1 Installed-Size: 4791 Maintainer: Debian Perl Group Architecture: all Depends: lemonldap-ng-fastcgi-server (= 2.20.1+ds-1~bpo12+1) | lemonldap-ng-uwsgi-app (= 2.20.1+ds-1~bpo12+1) | apache2 | httpd-cgi, libconvert-pem-perl, libcrypt-openssl-rsa-perl, libemail-date-format-perl, libhash-merge-simple-perl, libjs-angularjs, libjs-bootstrap, libjs-es5-shim, libjs-jquery, liblemonldap-ng-handler-perl (= 2.20.1+ds-1~bpo12+1), libregexp-common-perl, perl:any Pre-Depends: debconf Recommends: lemonldap-ng-doc (= 2.20.1+ds-1~bpo12+1), libxml-libxml-perl, libxml-libxslt-perl, libxml-simple-perl Suggests: libclone-perl, libregexp-assemble-perl Size: 1018236 SHA256: 2992edd5f8420772676256c5818ebe760b9e2694a2bd1cb3a199d275af5b32e8 SHA1: fb9c957b0807a7368a1f16847fd61ad78f4443d3 MD5sum: 121675dc4c0b643b27da0e1546d358e9 Description: Lemonldap::NG manager part Lemonldap::NG is a complete Web-SSO system that can run with reverse-proxies or directly on application webservers. It can be used in conjunction with OpenID-Connect, CAS and SAML systems as identity or service provider. It can also be used as proxy between those federation systems. . It manages both authentication and authorization and provides headers for accounting. So you can have a full AAA protection. Authorizations are built by associating a regular expression and a rule. Regular expression is applied on the requested URL and the rule calculates if the user is authorized. . Lemonldap::NG::Manager provides the administration interface. Homepage: https://lemonldap-ng.org/ Section: perl Priority: optional Filename: pool/main/l/lemonldap-ng/liblemonldap-ng-manager-perl_2.20.1+ds-1~bpo12+1_all.deb Package: liblemonldap-ng-portal-perl Source: lemonldap-ng Version: 2.20.1+ds-1~bpo12+1 Installed-Size: 5902 Maintainer: Debian Perl Group Architecture: all Depends: fonts-font-awesome, lemonldap-ng-fastcgi-server (= 2.20.1+ds-1~bpo12+1) | lemonldap-ng-uwsgi-app (= 2.20.1+ds-1~bpo12+1) | apache2 | httpd-cgi, libclone-perl, libconvert-base32-perl, libdigest-hmac-perl, libemail-date-format-perl, libhtml-formattext-withlinks-perl, libjs-bootstrap4, libjs-jquery, libjs-jquery-cookie, libjs-jquery-ui, liblemonldap-ng-handler-perl (= 2.20.1+ds-1~bpo12+1), liblist-moreutils-perl, libregexp-assemble-perl, libtext-unidecode-perl, perl:any Pre-Depends: debconf Recommends: fonts-urw-base35, libauthen-webauthn-perl, libcrypt-jwt-perl, libcrypt-openssl-bignum-perl, libdata-password-zxcvbn-perl, libgd-securityimage-perl, libio-socket-timeout-perl, libio-string-perl, libipc-run-perl, libmime-tools-perl, libnet-ldap-perl Suggests: crowdsec, gpg, libauthen-radius-perl, libdbi-perl, libgeoip2-perl, libglib-perl, libgssapi-perl, libhttp-browserdetect-perl, libimage-magick-perl, liblasso-perl, libnet-facebook-oauth2-perl, libnet-oauth-perl, libnet-openid-consumer-perl, libnet-openid-server-perl, libsoap-lite-perl, libweb-id-perl, slapd Size: 3107192 SHA256: 24792d3c0c6d5984bc41f8bfb971ed3f4d68a475979454cbf584729aa75c27fe SHA1: c441e115565a1dd8f4ba220523566054f6aca4c8 MD5sum: fd9aafe21868f66a2d28bce9f591a909 Description: Lemonldap::NG authentication portal part Lemonldap::NG is a complete Web-SSO system that can run with reverse-proxies or directly on application webservers. It can be used in conjunction with OpenID-Connect, CAS and SAML systems as identity or service provider. It can also be used as proxy between those federation systems. . It manages both authentication and authorization and provides headers for accounting. So you can have a full AAA protection. Authorizations are built by associating a regular expression and a rule. Regular expression is applied on the requested URL and the rule calculates if the user is authorized. . Lemonldap::NG::Portal provides the authentication portal. . You may have to install some suggested packages depending on plugins you enabled. For example, libgd-securityimage-perl and fonts-urw-base35 are needed if you want to use Captcha,... Homepage: https://lemonldap-ng.org/ Section: perl Priority: optional Filename: pool/main/l/lemonldap-ng/liblemonldap-ng-portal-perl_2.20.1+ds-1~bpo12+1_all.deb Package: liblemonldap-ng-ssoaas-apache-client-perl Source: lemonldap-ng Version: 2.20.1+ds-1~bpo12+1 Installed-Size: 188 Maintainer: Debian Perl Group Architecture: all Depends: perl:any Breaks: liblemonldap-ng-handler-perl (<< 2.0.14~) Size: 89904 SHA256: 5bd312a2ffd40ee32e53e017ba2b6870b0959c3f2507af788f1a2fd5ef04648c SHA1: 5865d4b13c8792c9189e80121087a43ef4ddbf39 MD5sum: af97c4c4995eaebbf7ca7d1f8d420003 Description: Lemonldap::NG SSOaaS client for Apache Lemonldap::NG is a complete Web-SSO system that provides a SSO-as-a-Service system, natively usable with Nginx. Lemonldap::NG::SSOaaS::Apache::Client permits one to enroll an Apache server into Lemonldap::NG's SSOaaS service. Multi-Arch: foreign Homepage: https://lemonldap-ng.org/ Section: web Priority: optional Filename: pool/main/l/lemonldap-ng/liblemonldap-ng-ssoaas-apache-client-perl_2.20.1+ds-1~bpo12+1_all.deb Package: liblibreoffice-java Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 2312 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: 1675016 SHA256: 28234b97ddbb948c29b00f1d20059ab21a68d538e37e15851259f1d74379afc8 SHA1: a2c23d6a1b906e2c4d5a433cbc7cf861360892da MD5sum: 2526790d588b77f8ee8bea177c79a49a 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.4-1~bpo12+1_all.deb Package: liblibreofficekitgtk Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 271 Maintainer: Debian LibreOffice Maintainers Architecture: amd64 Replaces: libreoffice-gtk3 (<< 1:5.2.0~) Depends: libreofficekit-data, libc6 (>= 2.34), libcairo2 (>= 1.10.0), libgcc-s1 (>= 3.3.1), libglib2.0-0 (>= 2.59.0), libgtk-3-0 (>= 3.9.10), libstdc++6 (>= 11) Recommends: libreoffice-gtk3 Breaks: libreoffice-gtk3 (<< 1:5.2.0~) Size: 111108 SHA256: 3adb0a8e5710c058b4ccbb351c36a8c31d814e728735e010fea9079b5ac4453d SHA1: 6a623567cc36d155cdaac0ee469849cf871802b4 MD5sum: 18612bcdccb839844c33cb40bdc1d5dd 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.4-1~bpo12+1_amd64.deb Package: liblouis-bin Source: liblouis Version: 3.32.0-1~bpo12+1 Installed-Size: 224 Maintainer: Debian Accessibility Team Architecture: amd64 Depends: libc6 (>= 2.34), liblouis20 (>= 3.32.0), libyaml-0-2 Size: 62384 SHA256: c3319f14d99ccfb1218d8b285edba668ab59772b08c172cf0d46ed8836548af8 SHA1: e15669ed902af06fabd750b054fd621045521c0a MD5sum: 9c35d3aedaa7beea466d2b32bd0a52e6 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.32.0-1~bpo12+1_amd64.deb Package: liblouis-data Source: liblouis Version: 3.32.0-1~bpo12+1 Installed-Size: 12795 Maintainer: Debian Accessibility Team Architecture: all Size: 2095764 SHA256: 94853320e8c21189da89ffe223a8cbdfb6e998f36fd964b8f4ebf0bc1ac64563 SHA1: 9ce1e21fa155adc142a77cd4585dd128b1ac0f31 MD5sum: 091fd625ca4337ab267a8a4297d7c9b5 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.32.0-1~bpo12+1_all.deb Package: liblouis-dev Source: liblouis Version: 3.32.0-1~bpo12+1 Installed-Size: 742 Maintainer: Debian Accessibility Team Architecture: amd64 Depends: liblouis20 (= 3.32.0-1~bpo12+1) Size: 302272 SHA256: f8bf2cd3409f31254d8ad124c4ca431a11016947e25b66f4a2b56ecdf3ac6938 SHA1: 0f6a63ec18c6d0b6030e2f39cdce5d68b3552941 MD5sum: 23d1d61959796840e635ddca46256f71 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.32.0-1~bpo12+1_amd64.deb Package: liblouis20 Source: liblouis Version: 3.32.0-1~bpo12+1 Installed-Size: 220 Maintainer: Debian Accessibility Team Architecture: amd64 Depends: libc6 (>= 2.33), liblouis-data (>= 3.32.0~) Size: 101896 SHA256: 8f7b4ca05a0e2361acfe5a4b3fb4cfd94dc314139dfdb840464c7247e293dc0b SHA1: d32f10b42abcf0ce7ab6441be458eff1355717a0 MD5sum: 1ffb83441b715ca361ed7108049f0e39 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.32.0-1~bpo12+1_amd64.deb Package: liblouisutdml-bin Source: liblouisutdml Version: 2.12.0-7~bpo12+1 Installed-Size: 47 Maintainer: Debian Accessibility Team Architecture: amd64 Depends: libc6 (>= 2.34), liblouis20 (>= 3.30.0), liblouisutdml9 (>= 2.12.0) Suggests: antiword, ooo2dbk, poppler-utils, rtf2xml Size: 14536 SHA256: ac28a14ddc7fd645c52ac89253b446ec271db46428b4cd9228fc6eb3507cbaaf SHA1: 4d503fbe09996a40b727fbee57cc44d80cee956d MD5sum: ff58d2fcde9db50e9f47478bc9d2facc 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_amd64.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: 717 Maintainer: Debian Accessibility Team Architecture: amd64 Depends: liblouisutdml9 (= 2.12.0-7~bpo12+1), liblouis-dev Size: 219940 SHA256: d91057bb85061dd66af30d293b5b059866640bad8d37655cdba56d05f4621d1a SHA1: 040a48bccd258e72e0b8220094a3b79f2740c9cf MD5sum: 61814859e1951871a4a5b8b0b24ad3ca 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_amd64.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: 229 Maintainer: Debian Accessibility Team Architecture: amd64 Depends: liblouisutdml-data, libc6 (>= 2.33), liblouis20 (>= 3.30.0), libxml2 (>= 2.7.4) Size: 87584 SHA256: 6b20382935d3aa9aa859cccc9e64540c380e2f4da25a11ba7f1d14134b4f6f81 SHA1: c96a0d9e92d8cd5d877e6b367a1de1bd1424885f MD5sum: 900c035f17686cec31c8516cfe96f6a3 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_amd64.deb Package: libmapcache-dev Source: mapcache Version: 1.14.1-1~bpo12+1 Installed-Size: 113 Maintainer: Debian GIS Project Architecture: amd64 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: 22936 SHA256: 8223069643812308ab3f8267406f491bfb874634a5dca5090f8e522649961c75 SHA1: 77213af1a8be7edf948dd00df2380c6d7989c741 MD5sum: e1c0f0289494ac15bb1a3db7f647f8f9 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_amd64.deb Package: libmapcache1 Source: mapcache Version: 1.14.1-1~bpo12+1 Installed-Size: 447 Maintainer: Debian GIS Project Architecture: amd64 Depends: libapr1 (>= 1.6.2), libaprutil1 (>= 1.4.0), libc6 (>= 2.34), libcurl3-gnutls (>= 7.16.2), libgdal32 (>= 2.0.1), libhiredis0.14 (>= 0.14.0), libjpeg62-turbo (>= 1.3.1), liblmdb0 (>= 0.9.7), libpcre2-8-0 (>= 10.22), libpixman-1-0 (>= 0.30.0), libpng16-16 (>= 1.6.2-1), libsqlite3-0 (>= 3.6.0), libtiff6 (>= 4.0.3) Size: 152416 SHA256: d1cddbe1b83630f4f3240f8715d886f8028eda18178b1d3d51de24ad57468fff SHA1: a1ffdd39800dfaf380f582cb3f5414381e699d89 MD5sum: 3a3503fa713125a9da499248a1520996 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_amd64.deb Package: libmapscript-java Source: mapserver Version: 8.2.2-1~bpo12+1 Installed-Size: 702 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.14), libmapserver2 (>= 8.0.0) Suggests: mapserver-bin, mapserver-doc Size: 285432 SHA256: 54903fb37a6ae932f5bb3eb9099196e224bb5a9cdca7e5be94faac8d0e1188c9 SHA1: eed6c02a56f16839f5477383825a8f4536187b10 MD5sum: 475b01c158ee99910bae3d4a84cc941a 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_amd64.deb Package: libmapscript-perl Source: mapserver Version: 8.2.2-1~bpo12+1 Installed-Size: 1324 Maintainer: Debian GIS Project Architecture: amd64 Replaces: perl-mapscript Provides: perl-mapscript Depends: perl (>= 5.36.0-7+deb12u1), perlapi-5.36.0, libc6 (>= 2.14), libmapserver2 (>= 8.0.0), libperl5.36 (>= 5.36.0) Suggests: mapserver-bin, mapserver-doc Conflicts: perl-mapscript Size: 260444 SHA256: baa053c38c26e4d5e0946d7bef73db7276836599eb06c11f8bb90a4c023aa245 SHA1: 00fee7a043aaf6137b6e53add5236485760ec989 MD5sum: 726fcdbdf620d4dbde892225e820cc12 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_amd64.deb Package: libmapserver-dev Source: mapserver Version: 8.2.2-1~bpo12+1 Installed-Size: 4231 Maintainer: Debian GIS Project Architecture: amd64 Depends: libmapserver2 (= 8.2.2-1~bpo12+1) Suggests: cgi-mapserver, mapserver-bin, mapserver-doc, libmapscript-perl, php-mapscript-ng, python3-mapscript Size: 454048 SHA256: 3ef0460cc36a16164b677c891f237b5dfb0ae785ba47d01579c181f1e1033289 SHA1: 2b2a98b91ced4540b7b8a0213311085ba26c6ceb MD5sum: a9aa577a22c50e68cbab784b1a86500d 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_amd64.deb Package: libmapserver2 Source: mapserver Version: 8.2.2-1~bpo12+1 Installed-Size: 3812 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.34), libcairo2 (>= 1.15.8), libcurl3-gnutls (>= 7.16.2), libfreetype6 (>= 2.2.1), libfribidi0 (>= 0.19.2), libgcc-s1 (>= 3.0), libgdal32 (>= 3.0.0), libgeos-c1v5 (>= 3.5.0), libgif7 (>= 5.1), libglib2.0-0 (>= 2.12.0), libharfbuzz0b (>= 1.2.6), libjpeg62-turbo (>= 1.3.1), 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: 1394196 SHA256: a0200cf9bc89871d81ae73f1a574466e8393a015c2ddc20fa9960d7df775953e SHA1: 17b158d3f49abafd948e34852e2de438a709b84d MD5sum: 6e07417a79d505cb16e7607ff8be320f 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_amd64.deb Package: libmedia-convert-perl Version: 1.4.1-1~bpo12+1 Installed-Size: 190 Maintainer: Wouter Verhelst Architecture: all Depends: ffmpeg, libipc-system-simple-perl, libjson-maybexs-perl, libmoose-perl, libmoosex-singleton-perl, libsemver-perl, perl:any Recommends: inkscape Size: 70560 SHA256: 633a6057c9144033b1a687da2b9dc165aabe5d8db37e4b2c22f31fb9896bf5e6 SHA1: e8d31f72802a4671b2e149021e62c2651a8e6a6e MD5sum: 841c2d24b2d5f995bf70cf721afe8ec1 Description: Generate ffmpeg command lines from OO perl The Media::Convert package provides an API that generates ffmpeg command lines to convert audio and video assets from one format to another. . It is meant as a perl library, but ships with a simple command-line binary (mc-encode) which can handle a subset of the API and can convert/transcode video or audio assets from one format to another using recommended settings for the target codec. Section: perl Priority: optional Filename: pool/main/libm/libmedia-convert-perl/libmedia-convert-perl_1.4.1-1~bpo12+1_all.deb Package: libmetalang99-dev Source: metalang99 Version: 1.13.3-1~bpo12+1 Installed-Size: 2196 Maintainer: Roland Mas Architecture: amd64 Depends: libjs-mathjax Size: 213320 SHA256: bd38744b67e50c45939f7affd1375e7468c6cb2b2e1851a92abea440152eaf12 SHA1: b7c4306f0d95b940a937b1fac628943fc69a2866 MD5sum: bc77f879c8a213bca45006e6507233c7 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_amd64.deb Package: libmfsio-dev Source: moosefs Version: 4.56.6-1~bpo12+1 Installed-Size: 54 Maintainer: Dmitry Smirnov Architecture: amd64 Depends: libmfsio1 (= 4.56.6-1~bpo12+1) Size: 39884 SHA256: 7903124c17cacc95f58f7dfaf8f1fa0bf6f83fb641663bc545d80725abdd7d06 SHA1: be9fb077daf83a03b06bce5d5bf94635d18a4a37 MD5sum: 909b6c34bb71014d41352ca22633be27 Description: MooseFS IO library - development files This package contains the development files used for building applications that use the MooseFS IO Library. . MooseFS (MFS) is a fault tolerant, scaling-out, network distributed file system. It spreads data over several physical servers which are visible to the user as one resource. For standard file operations MooseFS mounted with FUSE acts as other Unix-alike file systems: . * A hierarchical structure (directory tree). * POSIX file attributes (permissions, last access and modification times). * Special files (block and character devices, pipes and sockets). * Symbolic links and hard links. * Access control based on IP address and/or password. . Distinctive features of MooseFS are: . * High availability. * Fault tolerance. * Strong integrity check. * Capacity is dynamically expandable by simply adding new computers/disks. * Deleted files are retained for a configurable period of time (a file system level "trash bin"). * Coherent snapshots of files, even during I/O. Multi-Arch: same Homepage: http://moosefs.org/ Section: libdevel Priority: optional Filename: pool/main/m/moosefs/libmfsio-dev_4.56.6-1~bpo12+1_amd64.deb Package: libmfsio1 Source: moosefs Version: 4.56.6-1~bpo12+1 Installed-Size: 575 Maintainer: Dmitry Smirnov Architecture: amd64 Depends: libc6 (>= 2.34) Size: 209200 SHA256: 79078cb9fc7a3085793c234684468b21a5bacd2757e30e5a109c4abc6e006600 SHA1: 0099df23257bc251126fe86f219d0bedd1dd60ee MD5sum: 03d1a438eec0b5b86c5252c05dab859b Description: MooseFS IO library MooseFS client IO library. . MooseFS (MFS) is a fault tolerant, scaling-out, network distributed file system. It spreads data over several physical servers which are visible to the user as one resource. For standard file operations MooseFS mounted with FUSE acts as other Unix-alike file systems: . * A hierarchical structure (directory tree). * POSIX file attributes (permissions, last access and modification times). * Special files (block and character devices, pipes and sockets). * Symbolic links and hard links. * Access control based on IP address and/or password. . Distinctive features of MooseFS are: . * High availability. * Fault tolerance. * Strong integrity check. * Capacity is dynamically expandable by simply adding new computers/disks. * Deleted files are retained for a configurable period of time (a file system level "trash bin"). * Coherent snapshots of files, even during I/O. Multi-Arch: same Homepage: http://moosefs.org/ Section: libs Priority: optional Filename: pool/main/m/moosefs/libmfsio1_4.56.6-1~bpo12+1_amd64.deb Package: libmilter-dev Source: sendmail Version: 8.18.1-6~bpo12+1 Installed-Size: 660 Maintainer: Debian QA Group Architecture: amd64 Depends: libmilter1.0.1 (= 8.18.1-6~bpo12+1) Suggests: sendmail-doc Size: 307604 SHA256: 91aa4e6ad8154876e0d82dc4e8e8e22b427a3f1197c8295e913896df6dc0f445 SHA1: 6d371dc4c9c805c746de8d44c7cb3f0919ce00f8 MD5sum: 0bb4ae7bffe86ccd9e3263460ef8d8cc Description: Sendmail Mail Filter API (Milter) (development files) The Sendmail Mail Filter API (Milter) is designed to allow third-party programs access to mail messages as they are being processed in order to filter meta-information (headers) and content. . The Debian Sendmail package is built to support libmilter. . This is the libmilter static library and include files for development. . The documentation on building a Milter is in the sendmail-doc package. Multi-Arch: same Homepage: http://www.sendmail.org Section: libdevel Priority: optional Filename: pool/main/s/sendmail/libmilter-dev_8.18.1-6~bpo12+1_amd64.deb Package: libmilter1.0.1 Source: sendmail Version: 8.18.1-6~bpo12+1 Installed-Size: 298 Maintainer: Debian QA Group Architecture: amd64 Depends: libc6 (>= 2.34) Size: 241908 SHA256: e6deea4742293a62fc8496d1ad83efe8bb83f4567d950e916af25c8829f09087 SHA1: 7d9bad6b8a964b86dbc1465338333d29d84a84c2 MD5sum: 2c630215bc724aa8909e01344b70934f Description: Sendmail Mail Filter API (Milter) The Sendmail Mail Filter API (Milter) is designed to allow third-party programs access to mail messages as they are being processed in order to filter meta-information(headers) and content. . The Debian Sendmail package is built to support libmilter. . This package contains libmilter.so Multi-Arch: same Homepage: http://www.sendmail.org Section: libs Priority: optional Filename: pool/main/s/sendmail/libmilter1.0.1_8.18.1-6~bpo12+1_amd64.deb Package: libmojo-ioloop-readwriteprocess-perl Version: 0.34-1~bpo12+2 Installed-Size: 252 Maintainer: Debian Perl Group Architecture: all Depends: perl:any, libmojolicious-perl (>= 9.34) Size: 89684 SHA256: 901d136f556156351418a8abdd1e59a010ae3d2c37add3d7d05eabf7180ee392 SHA1: 0ac58ced65fb9f0e75cb76cc5b2b25ffb991789d MD5sum: e7541e16415ffd57dc6e9c6ff12f4032 Description: module to execute external programs or internal code blocks as separate process Mojo::IOLoop::ReadWriteProcess is yet another Mojo process manager. Processes can be either internal blocks or code, or external programs. . Mojo::IOLoop::ReadWriteProces inherits all events, attributes, and methods from Mojo::EventEmitter and adds new ones. It supports running processes directly, in parallel, in batch mode, and in a queue. Homepage: https://metacpan.org/release/Mojo-IOLoop-ReadWriteProcess Section: perl Priority: optional Filename: pool/main/libm/libmojo-ioloop-readwriteprocess-perl/libmojo-ioloop-readwriteprocess-perl_0.34-1~bpo12+2_all.deb Package: libmojolicious-perl Version: 9.37+dfsg-2~bpo12+1 Installed-Size: 2089 Maintainer: Debian Perl Group Architecture: all Depends: perl:any, libio-socket-ip-perl, libjs-bootstrap5, libjs-highlight.js, libjs-popper.js Recommends: libcpan-meta-yaml-perl, libcpanel-json-xs-perl, libev-perl, libfuture-asyncawait-perl (>= 0.52), libio-socket-socks-perl, libio-socket-ssl-perl, libmojo-server-fastcgi-perl, librole-tiny-perl Breaks: libmojolicious-plugin-openapi-perl (<< 4.04) Size: 877604 SHA256: 44dd13f82821d598e830fca36c6a885898c0002d941ac447e28f816381cd4bf1 SHA1: f073536a2bdba2ec7390ec34f8ffe5d206cf2fd2 MD5sum: 4ee2f0f9b26e7cec262a537c57dc2b8c Description: simple, yet powerful, Web Application Framework Mojolicious is a Perl Web Application Framework built around the familiar Model-View-Controller philosophy. It supports a simple single file mode via Mojolicious::Lite, RESTful routes, plugins, Perl-ish templates, session management, signed cookies, a testing framework, internationalization, first class Unicode support, and more. . The package also provides the morbo and hypnotoad (development) web servers and the mojo command line script. Homepage: https://mojolicious.org Section: perl Priority: optional Filename: pool/main/libm/libmojolicious-perl/libmojolicious-perl_9.37+dfsg-2~bpo12+1_all.deb Package: libmosquitto-dev Source: mosquitto Version: 2.0.20-1~bpo12+1 Installed-Size: 216 Maintainer: Debian IoT Maintainers Architecture: amd64 Replaces: libmosquitto0-dev (<< 1.2-1~) Depends: libmosquitto1 (<< 2.0.20-1~bpo12+1.1~), libmosquitto1 (>= 2.0.20-1~bpo12+1) Breaks: libmosquitto0-dev (<< 1.2-1~) Size: 74828 SHA256: 60ada95ba41cebe76b187e3ba23b4e6d2ad81c0a9f3fe196db92dbf92c5dfd7e SHA1: ed1dc6499fd0f2f51fec865cb37df0d0b97b1a0b MD5sum: 8daa21fdf11dd64093b79e038f2a5abf Description: MQTT version 5.0/3.1.1/3.1 client library, development files This is the header and man page for the libmosquitto1 C library, which is a library for implementing MQTT version 5.0/3.1.1/3.1 clients. This package is needed to do development with libmosquitto1. Multi-Arch: same Homepage: https://mosquitto.org/ Section: libdevel Priority: optional Filename: pool/main/m/mosquitto/libmosquitto-dev_2.0.20-1~bpo12+1_amd64.deb Package: libmosquitto1 Source: mosquitto Version: 2.0.20-1~bpo12+1 Installed-Size: 191 Maintainer: Debian IoT Maintainers Architecture: amd64 Depends: libc6 (>= 2.34), libssl3 (>= 3.0.0) Size: 94972 SHA256: f47c20adab57d01aa10f393bc70dc370e0bf0f6e7fcea879675dfb868a24af37 SHA1: d83eb7ac101e843b00c0ae3ef10e0a2cf732c735 MD5sum: 117a98be8f70b1c4aef249c31be84a1f Description: MQTT version 5.0/3.1.1/3.1 client library This is a C library for implementing MQTT version 5.0/3.1.1/3.1 clients. . MQTT provides a method of carrying out messaging using a publish/subscribe model. It is lightweight, both in terms of bandwidth usage and ease of implementation. This makes it particularly useful at the edge of the network where a sensor or other simple device may be implemented using an arduino for example. Multi-Arch: same Homepage: https://mosquitto.org/ Section: libs Priority: optional Filename: pool/main/m/mosquitto/libmosquitto1_2.0.20-1~bpo12+1_amd64.deb Package: libmosquittopp-dev Source: mosquitto Version: 2.0.20-1~bpo12+1 Installed-Size: 83 Maintainer: Debian IoT Maintainers Architecture: amd64 Replaces: libmosquittopp0-dev (<< 1.2-1~) Depends: libmosquittopp1 (<< 2.0.20-1~bpo12+1.1~), libmosquittopp1 (>= 2.0.20-1~bpo12+1), libmosquitto-dev Breaks: libmosquittopp0-dev (<< 1.2-1~) Size: 56124 SHA256: 3238630ea82a1849947cf42eb140e964f815fd24de71c1253009ba6725a2b491 SHA1: 4d90697e1503e1760dfaec001057204d8be2666f MD5sum: b9adcb45410488bd3f7b0685370b0860 Description: MQTT version 3.1 client C++ library, development files This is the header and man page for the libmosquittopp1 C++ library, which is a library for implementing MQTT version 3.1 clients. This package is needed to do development with libmosquittopp1. Multi-Arch: same Homepage: https://mosquitto.org/ Section: libdevel Priority: optional Filename: pool/main/m/mosquitto/libmosquittopp-dev_2.0.20-1~bpo12+1_amd64.deb Package: libmosquittopp1 Source: mosquitto Version: 2.0.20-1~bpo12+1 Installed-Size: 106 Maintainer: Debian IoT Maintainers Architecture: amd64 Depends: libmosquitto1 (= 2.0.20-1~bpo12+1), libstdc++6 (>= 5) Size: 59972 SHA256: e17590f60937e7dc80b2955097e6dd4be8e6de01429a70b77c190fd63c0f7acc SHA1: 9351b13d1f1710084ad640bcc84f7f124ffe45bb MD5sum: 4efe682f63061c871e4b28444eab1159 Description: MQTT version 5.0/3.1.1/3.1 client C++ library This is a C++ library for implementing MQTT version 5.0/3.1.1/3.1 clients. . MQTT provides a method of carrying out messaging using a publish/subscribe model. It is lightweight, both in terms of bandwidth usage and ease of implementation. This makes it particularly useful at the edge of the network where a sensor or other simple device may be implemented using an arduino for example. Multi-Arch: same Homepage: https://mosquitto.org/ Section: libs Priority: optional Filename: pool/main/m/mosquitto/libmosquittopp1_2.0.20-1~bpo12+1_amd64.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.6.0-2~bpo12+1 Installed-Size: 191 Maintainer: Debian Curl Maintainers Architecture: amd64 Depends: libc6 (>= 2.14) Size: 64948 SHA256: 05e5930ade3ddd776ef36f30d3a2e3b86f9028f868fbc4df3e7acd03f38235ab SHA1: 76bbb37eb790c90a3c8b920f1ff77c32d18a21fa MD5sum: dece88d8a404696774abd073f4412dad 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.6.0-2~bpo12+1_amd64.deb Package: libnghttp3-dev Source: nghttp3 Version: 1.6.0-2~bpo12+1 Installed-Size: 410 Maintainer: Debian Curl Maintainers Architecture: amd64 Depends: libnghttp3-9 (= 1.6.0-2~bpo12+1) Size: 88612 SHA256: 8fafcf1bd1577bc527124e400eeadf0217eefe2338c7282347eb32dd9c57f03b SHA1: b65eeb4d67dda4eb9be62599a2be8993c4813f21 MD5sum: 8b969ef1f8a23a496e20cae2459d54ac 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.6.0-2~bpo12+1_amd64.deb Package: libngspice0 Source: ngspice Version: 44.2+ds-1~bpo12+1 Installed-Size: 8896 Maintainer: Debian Electronics Team Architecture: amd64 Depends: libc6 (>= 2.35), libgcc-s1 (>= 3.0), libgomp1 (>= 4.9), libstdc++6 (>= 4.5) Size: 2520596 SHA256: 02f1656c87b17908bca67634c78daaa955fd3ed4304eabb957f8624eec5dd50b SHA1: 3115d17e659c3b98d79837f6f3c51dc2a403c9e4 MD5sum: 3d86c8be3788f16c176505a4113f1aa3 Description: Spice circuit simulator - library NGspice is a mixed-level/mixed-signal circuit simulator. Its code is based on three open source software packages: Spice3f5, Cider1b1 and Xspice. It supports compiled Verilog-A models through the built-in OSDI interface. . This package contains the NGSpice library. Multi-Arch: same Homepage: https://ngspice.sourceforge.io Section: libs Priority: optional Filename: pool/main/n/ngspice/libngspice0_44.2+ds-1~bpo12+1_amd64.deb Package: libngspice0-dev Source: ngspice Version: 44.2+ds-1~bpo12+1 Installed-Size: 226 Maintainer: Debian Electronics Team Architecture: amd64 Depends: libngspice0 (= 44.2+ds-1~bpo12+1) Size: 167208 SHA256: 86041bed62e2de1726d320fb39482e0bea8ecbabd1e2c245d952eb3dd38b55ea SHA1: fd51177ba9d3a0a42be67a989827f60d7be0d3ba MD5sum: 81c7ce2332d97f9f925807762bc71af0 Description: Spice circuit simulator - development files for libngspice NGSpice is a mixed-level/mixed-signal circuit simulator. Its code is based on three open source software packages: Spice3f5, Cider1b1 and Xspice. It supports compiled Verilog-A models through the built-in OSDI interface. . This package contains the development files for NGSpice. Multi-Arch: same Homepage: https://ngspice.sourceforge.io Section: libdevel Priority: optional Filename: pool/main/n/ngspice/libngspice0-dev_44.2+ds-1~bpo12+1_amd64.deb Package: libngtcp2-16 Source: ngtcp2 Version: 1.9.1-1~bpo12+1 Installed-Size: 313 Maintainer: Debian Curl Maintainers Architecture: amd64 Depends: libc6 (>= 2.25) Size: 119120 SHA256: afbbb09f4d066257f85eaa12ba1cb1aff8ab4dc39acf25438a1b45dd65b388da SHA1: 90b0286474b2b386aeb6a7cb88c05e2b8ce1e2db MD5sum: 3a517e18e827f19b1a96d7117babbce7 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.9.1-1~bpo12+1_amd64.deb Package: libngtcp2-crypto-gnutls-dev Source: ngtcp2 Version: 1.9.1-1~bpo12+1 Installed-Size: 114 Maintainer: Debian Curl Maintainers Architecture: amd64 Depends: libngtcp2-crypto-gnutls8 (= 1.9.1-1~bpo12+1) Size: 23136 SHA256: acabcc8234b1aa58ce25025af5de47300b77dd7dac64fb6ad11ccd320fc94e8f SHA1: 8c4ccfbd890b0e4573edc024ca5849a664764063 MD5sum: c727a2a2877a23596284d4a34a5568fe 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.9.1-1~bpo12+1_amd64.deb Package: libngtcp2-crypto-gnutls8 Source: ngtcp2 Version: 1.9.1-1~bpo12+1 Installed-Size: 70 Maintainer: Debian Curl Maintainers Architecture: amd64 Depends: libc6 (>= 2.14), libgnutls30 (>= 3.7.2), libngtcp2-16 (>= 1.1.0) Size: 18484 SHA256: def79be308f74332c929f0bee9dbdc27a892e0677994738b89aba069850b0a03 SHA1: a6746e31d59694a07c2f613c94a237415d4c57a0 MD5sum: 57ea34bd527bd8de01235743469d7fbc 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.9.1-1~bpo12+1_amd64.deb Package: libngtcp2-dev Source: ngtcp2 Version: 1.9.1-1~bpo12+1 Installed-Size: 786 Maintainer: Debian Curl Maintainers Architecture: amd64 Depends: libngtcp2-16 (= 1.9.1-1~bpo12+1) Size: 167544 SHA256: 64ff89fa6d9adbd83a7c17b2d6ca42f5531b261f0798e5b50123b926798a1c3a SHA1: d3fbb6cc1358c0916842f88766829ff5a344ad84 MD5sum: 4a91183f57d5e13d83b36d0363ff2963 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.9.1-1~bpo12+1_amd64.deb Package: libnotmuch-dev Source: notmuch Version: 0.38.1-1~bpo12+1 Installed-Size: 133 Maintainer: Carl Worth Architecture: amd64 Depends: libnotmuch5 (= 0.38.1-1~bpo12+1) Size: 46924 SHA256: 5a44ee7ba78e8d82d6c4c017921651e777aed4974a0ee2112acb471d6ea6cffc SHA1: f1a0c79287fc909250a5e615902475dda18bcee2 MD5sum: 43d2e34619010fd402a2a110a217aa4c 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_amd64.deb Package: libnotmuch5 Source: notmuch Version: 0.38.1-1~bpo12+1 Installed-Size: 304 Maintainer: Carl Worth Architecture: amd64 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: 106100 SHA256: 02085cda446a8c5003d9a5448afad9d9e5ca1f15ab2ca17f95229561b315a9a5 SHA1: f3e894ad12d408397c50bf18fd52da966dbee817 MD5sum: 4702c67f220c374b7e7700bea682ab27 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_amd64.deb Package: libnss-myhostname Source: systemd Version: 254.22-1~bpo12+1 Installed-Size: 227 Maintainer: Debian systemd Maintainers Architecture: amd64 Depends: libc6 (>= 2.34), libcap2 (>= 1:2.10) Size: 93812 SHA256: f7631b302a3312ef3202134169778b9d1fcb17de7c8e111d3bdb437f7b2551b3 SHA1: 61ddac2b56993ad64876eec13c1194b098467c85 MD5sum: 616ff693b34d1053b43ac72245eb547c Description: nss module providing fallback resolution for the current hostname This package contains a plugin for the Name Service Switch, providing host name resolution for the locally configured system hostname as returned by gethostname(2). It returns all locally configured public IP addresses or -- if none are configured, the IPv4 address 127.0.1.1 (which is on the local loopback) and the IPv6 address ::1 (which is the local host). . A lot of software relies on that the local host name is resolvable. This package provides an alternative to the fragile and error-prone manual editing of /etc/hosts. . Installing this package automatically adds myhostname to /etc/nsswitch.conf. Multi-Arch: same Homepage: https://www.freedesktop.org/wiki/Software/systemd Section: admin Priority: optional Filename: pool/main/s/systemd/libnss-myhostname_254.22-1~bpo12+1_amd64.deb Package: libnss-mymachines Source: systemd Version: 254.22-1~bpo12+1 Installed-Size: 402 Maintainer: Debian systemd Maintainers Architecture: amd64 Depends: libc6 (>= 2.34), libcap2 (>= 1:2.10), systemd-container (= 254.22-1~bpo12+1) Size: 178384 SHA256: 7c720b30ab7598164b7821a214b576387929c1ecd155e9b109fb9c31fcdce798 SHA1: 7b459e76267b40bc2474fcea80ac61f757be0eab MD5sum: 3fe029b17d279af40ea7d4aef64c9af9 Description: nss module to resolve hostnames for local container instances nss-mymachines is a plugin for the GNU Name Service Switch (NSS) functionality of the GNU C Library (glibc) providing hostname resolution for local containers that are registered with systemd-machined.service(8). The container names are resolved to IP addresses of the specific container, ordered by their scope. . Installing this package automatically adds mymachines to /etc/nsswitch.conf. Multi-Arch: same Homepage: https://www.freedesktop.org/wiki/Software/systemd Section: admin Priority: optional Filename: pool/main/s/systemd/libnss-mymachines_254.22-1~bpo12+1_amd64.deb Package: libnss-resolve Source: systemd Version: 254.22-1~bpo12+1 Installed-Size: 215 Maintainer: Debian systemd Maintainers Architecture: amd64 Depends: libc6 (>= 2.34), libcap2 (>= 1:2.10), systemd-resolved (= 254.22-1~bpo12+1) Size: 105796 SHA256: e79133d3c3d6743078338bbb5d807c20f2cd490f4359b2dc4db18568de1ed0de SHA1: 7d9c7756f2a06574dbeeb1b3550a59d16a173966 MD5sum: 3b6b01960d08692f5421539edc3efce4 Description: nss module to resolve names via systemd-resolved nss-resolve is a plugin for the GNU Name Service Switch (NSS) functionality of the GNU C Library (glibc) providing DNS and LLMNR resolution to programs via the systemd-resolved daemon (provided in the systemd-resolved package). . Installing this package automatically adds resolve to /etc/nsswitch.conf. Multi-Arch: same Homepage: https://www.freedesktop.org/wiki/Software/systemd Section: admin Priority: optional Filename: pool/main/s/systemd/libnss-resolve_254.22-1~bpo12+1_amd64.deb Package: libnss-systemd Source: systemd Version: 254.22-1~bpo12+1 Installed-Size: 419 Maintainer: Debian systemd Maintainers Architecture: amd64 Depends: libc6 (>= 2.35), libcap2 (>= 1:2.10), systemd (= 254.22-1~bpo12+1) Size: 179152 SHA256: 66c8d30a2f6f64396940fafd8287f208e43b9ede1698c3af6d8002a775719e21 SHA1: 5f339115927b3afe88fbf0f12a1082e27aa280b2 MD5sum: 8033639c5ef21a7cd1f759cf68a28846 Description: nss module providing dynamic user and group name resolution nss-systemd is a plug-in module for the GNU Name Service Switch (NSS) functionality of the GNU C Library (glibc), providing UNIX user and group name resolution for dynamic users and groups allocated through the DynamicUser= option in systemd unit files. See systemd.exec(5) for details on this option. . Installing this package automatically adds the module to /etc/nsswitch.conf. Multi-Arch: same Homepage: https://www.freedesktop.org/wiki/Software/systemd Section: admin Priority: standard Filename: pool/main/s/systemd/libnss-systemd_254.22-1~bpo12+1_amd64.deb Package: libnss-winbind Source: samba Version: 2:4.21.3+dfsg-6~bpo12+1 Installed-Size: 203 Maintainer: Debian Samba Maintainers Architecture: amd64 Depends: winbind:any (= 2:4.21.3+dfsg-6~bpo12+1), libbsd0 (>= 0.0), libc6 (>= 2.34) Suggests: libpam-winbind Size: 71708 SHA256: 084f0af39f86c1273a72289cb790033d04637d55cff133f0f204fe6109c76eb7 SHA1: a141a287a058788669c30fd30547cf27f3c2a76c MD5sum: e5c86ee903f242ba15e0ecede7ac1423 Description: Samba nameservice integration plugins Samba is an implementation of the SMB/CIFS protocol for Unix systems, providing support for cross-platform file and printer sharing with Microsoft Windows, OS X, and other Unix systems. Samba can also function as an NT4-style domain controller, and can integrate with both NT4 domains and Active Directory realms as a member server. . This package provides nss_winbind, a plugin that integrates with a local winbindd server to provide user/group name lookups to the system; and nss_wins, which provides hostname lookups via both the NBNS and NetBIOS broadcast protocols. Multi-Arch: same Homepage: https://www.samba.org Section: admin Priority: optional Filename: pool/main/s/samba/libnss-winbind_4.21.3+dfsg-6~bpo12+1_amd64.deb Package: libntirpc-dev Source: ntirpc Version: 5.8-2~bpo12+1 Installed-Size: 493 Maintainer: Christoph Martin Architecture: amd64 Depends: libntirpc5.8 (= 5.8-2~bpo12+1) Size: 78352 SHA256: 4425cff11ed30572125cb0b6f2ab1a83b3b71e246b260eb44aef5dabb9f67973 SHA1: 308e64748a69c3928f811bbd18033cfde9600354 MD5sum: dc44a35da0014fa5dc7b386ed77d0e75 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_amd64.deb Package: libntirpc5.8 Source: ntirpc Version: 5.8-2~bpo12+1 Installed-Size: 316 Maintainer: Christoph Martin Architecture: amd64 Depends: libtirpc-common, libc6 (>= 2.34), libgssapi-krb5-2 (>= 1.17), liburcu8 (>= 0.13.0) Size: 122540 SHA256: 6d0b6a997d30a5092500b34ecb026bce86191d7b8bbbacc318a1e1be6c02e047 SHA1: f3adee48f22e128e2deb01a7c6c795acef358cb1 MD5sum: 90485317fbe16643f2b59cbd815f15bb 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_amd64.deb Package: libobjfw1 Source: objfw Version: 1.1.6-1~bpo12+1 Installed-Size: 4737 Maintainer: Jonathan Schleifer Architecture: amd64 Depends: libc6 (>= 2.36), libgcc-s1 (>= 3.3), libobjfwrt1 (= 1.1.6-1~bpo12+1) Size: 729048 SHA256: 0a4d75bdbdcebaa22d0c28c4e83823bc036733e748b51e5ea41aaf717bb88e08 SHA1: 588b9649457f2210528c8e210746597423cf372d MD5sum: 15c33cbc2b6b457bb912083b6bd9499b 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_amd64.deb Package: libobjfw1-dev Source: objfw Version: 1.1.6-1~bpo12+1 Installed-Size: 1585 Maintainer: Jonathan Schleifer Architecture: amd64 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: 166732 SHA256: 8ecbb24bde039ff00c9c9fdbac037740a84a43317bf7eedeaf5c0bfcb43edeb5 SHA1: 4eb14199e3ba926efc895c95600e206167156ec3 MD5sum: c7f69cf2e8e717ec03a1eaef68d6f031 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_amd64.deb Package: libobjfwrt1 Source: objfw Version: 1.1.6-1~bpo12+1 Installed-Size: 92 Maintainer: Jonathan Schleifer Architecture: amd64 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0) Size: 33464 SHA256: 86dabe0e9642b1e77c375daa4a1e6a75921fb0808814c8bbe6d26c63991baec0 SHA1: 57ee96698fc003b58f2801814ec79e65ff477874 MD5sum: 1da64ed8d0cb79ab462bfe9f6ea8b8dd 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_amd64.deb Package: libobjfwrt1-dev Source: objfw Version: 1.1.6-1~bpo12+1 Installed-Size: 48 Maintainer: Jonathan Schleifer Architecture: amd64 Provides: libobjfwrt-dev Depends: libobjfwrt1 (= 1.1.6-1~bpo12+1) Conflicts: libobjfwrt-dev Size: 16572 SHA256: 533ca01bd3cd3fad782c2b1ee3a3e9f0b1a24e7ce84d10c4c823a83437fa6dbe SHA1: 68da1eff46bfffaedcb8adf0110e923914a36ae2 MD5sum: 5adb675b7b9777b67393041cc489749d 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_amd64.deb Package: libobjfwtls1 Source: objfw Version: 1.1.6-1~bpo12+1 Installed-Size: 65 Maintainer: Jonathan Schleifer Architecture: amd64 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.0), libgnutls30 (>= 3.7.5), libobjfw1 (>= 1.1.6), libobjfwrt1 (= 1.1.6-1~bpo12+1) Size: 19708 SHA256: 0fb79c85c91d7f228ad4f332f3473ef838693e756e7458b88da3f6b78f664845 SHA1: 08bc6a5fbd5c40f6eafb5a9ea71f88cd225955d7 MD5sum: f452b8f0e677d3d061cc19674b561611 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_amd64.deb Package: libobjfwtls1-dev Source: objfw Version: 1.1.6-1~bpo12+1 Installed-Size: 26 Maintainer: Jonathan Schleifer Architecture: amd64 Provides: libobjfwtls-dev Depends: libobjfwtls1 (= 1.1.6-1~bpo12+1), libobjfw1-dev (= 1.1.6-1~bpo12+1), libobjfwrt1-dev (= 1.1.6-1~bpo12+1) Conflicts: libobjfwtls-dev Size: 12284 SHA256: 348620a6acc2ed1860a4cbe2415eff06fcbd59c8fc3494875cd799e228b23c1e SHA1: a3c8f4779b6448f2d128dede5d7a9ff35612428d MD5sum: 9d203add1243f0cc26bd200bf381e02a 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_amd64.deb Package: libofficebean-java Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 135 Maintainer: Debian LibreOffice Maintainers Architecture: amd64 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: 77180 SHA256: d4dc0718e4368251ade1ac0653e2a45c2f10a876f7e173ac4b14c8baac91b65e SHA1: 6ec0a2d611385d4ebe0f682ab55ef7070a6d2638 MD5sum: 3a94ecd334f3449b6e54d75ef8c4aea9 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.4-1~bpo12+1_amd64.deb Package: libomniorb4-3 Source: omniorb-dfsg Version: 4.3.2+ds1-2~bpo12+1 Installed-Size: 5859 Maintainer: Freexian Packaging Team Architecture: amd64 Replaces: libomniorb4-2 Depends: libc6 (>= 2.33), libgcc-s1 (>= 3.0), libomnithread4 (>= 4.3.2+ds1), libssl3 (>= 3.0.0), libstdc++6 (>= 5.2), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.2.0) Conflicts: libomniorb4-2 Size: 1168028 SHA256: 36e065c5f2750887b3f60525fad08a081845734c7f7f3491f0f36d82361c98a7 SHA1: 0647d6b32ce6bbb582bfd1a19b818f057f163383 MD5sum: 72c559c242743ada5add28ed78117959 Description: omniORB core libraries omniORB4 is a freely available Common Object Request Broker Architecture (CORBA) 2.6 compliant object request broker (ORB) implementation. It is based on the IIOP communications protocol and should be interoperable with any other CORBA 2.6 compliant ORB. . This includes libomniorb4, libomnicodesets4, libomnidynamic4 and libomnissltp4. Multi-Arch: same Homepage: http://omniorb.sourceforge.net Section: libs Priority: optional Filename: pool/main/o/omniorb-dfsg/libomniorb4-3_4.3.2+ds1-2~bpo12+1_amd64.deb Package: libomniorb4-dev Source: omniorb-dfsg Version: 4.3.2+ds1-2~bpo12+1 Installed-Size: 12867 Maintainer: Freexian Packaging Team Architecture: amd64 Replaces: libomniorb3-dev Depends: libomniorb4-3 (= 4.3.2+ds1-2~bpo12+1), libomnithread4-dev (= 4.3.2+ds1-2~bpo12+1), libssl-dev, pkgconf Breaks: libomniorb3-dev Size: 1430580 SHA256: 1082d8cde3f332f997766f4fc988730aa17f866a537873292d61a71ba77023f9 SHA1: 58050b4a7ce745e087aa9f32269616f80d7e0dc8 MD5sum: ff72bc6a5f9cba1eca90b186892007e8 Description: omniORB core libraries development files omniORB4 is a freely available Common Object Request Broker Architecture (CORBA) 2.6 compliant object request broker (ORB) implementation. It is based on the IIOP communications protocol and should be interoperable with any other CORBA 2.6 compliant ORB. . This includes developer files for libomniorb4, libomnicodesets4, libomnidynamic4 and libomnissltp4. Homepage: http://omniorb.sourceforge.net Section: libdevel Priority: optional Filename: pool/main/o/omniorb-dfsg/libomniorb4-dev_4.3.2+ds1-2~bpo12+1_amd64.deb Package: libomnithread4 Source: omniorb-dfsg Version: 4.3.2+ds1-2~bpo12+1 Installed-Size: 48 Maintainer: Freexian Packaging Team Architecture: amd64 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 5) Size: 12632 SHA256: ac7b78e46bf74280e84bf5c32eabb66ce9b6cace9bf1b95a1fabe73506ab08c4 SHA1: 34ea0a1c7c8386b9e29eb70a19fcff8c46947c1c MD5sum: 20ade47cc61f7a2b7e52648893ecb3ef Description: C++ threading library omniORB4 is a freely available Common Object Request Broker Architecture (CORBA) 2.6 compliant object request broker (ORB) implementation. It is based on the IIOP communications protocol and should be interoperable with any other CORBA 2.6 compliant ORB. . This includes libomnithread4. Multi-Arch: same Homepage: http://omniorb.sourceforge.net Section: libs Priority: optional Filename: pool/main/o/omniorb-dfsg/libomnithread4_4.3.2+ds1-2~bpo12+1_amd64.deb Package: libomnithread4-dev Source: omniorb-dfsg Version: 4.3.2+ds1-2~bpo12+1 Installed-Size: 95 Maintainer: Freexian Packaging Team Architecture: amd64 Replaces: libomnithread3-dev Depends: libomnithread4 (= 4.3.2+ds1-2~bpo12+1), pkgconf Breaks: libomnithread3-dev Size: 20648 SHA256: 09db0eb1ec5745a0de67cb3ab75cdc83ccdb90a786e4c759e25b007f7cdf445c SHA1: 35e32ed00a6204e28dc78566cce29d0455c86c06 MD5sum: b85fd25e0895a158d9e3fb3f66de8fec Description: C++ threading library development files omniORB4 is a freely available Common Object Request Broker Architecture (CORBA) 2.6 compliant object request broker (ORB) implementation. It is based on the IIOP communications protocol and should be interoperable with any other CORBA 2.6 compliant ORB. . This includes developer files libomnithread4. Multi-Arch: same Homepage: http://omniorb.sourceforge.net Section: libdevel Priority: optional Filename: pool/main/o/omniorb-dfsg/libomnithread4-dev_4.3.2+ds1-2~bpo12+1_amd64.deb Package: libosmesa6 Source: mesa Version: 24.2.8-1~bpo12+1 Installed-Size: 13812 Maintainer: Debian X Strike Force Architecture: amd64 Depends: libc6 (>= 2.34), libdrm2 (>= 2.4.121), libgcc-s1 (>= 3.4), libglapi-mesa (= 24.2.8-1~bpo12+1), libllvm15, libstdc++6 (>= 11), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4) Size: 3043816 SHA256: e1a9afde40fdfbd64ef51e63ced9e2758581a6577603b7bb74220376dcce8813 SHA1: b6cb93b69f3d5e8e1f51d3a7ef5c00a59f8e9e67 MD5sum: 4239bb1ac48c8b630eff2391ff50be4c Description: Mesa Off-screen rendering extension OSmesa is a Mesa extension that allows programs to render to an off-screen buffer using the OpenGL API without having to create a rendering context on an X Server. It uses a pure software renderer. . This package provides both 16-bit and 32-bit versions of the off-screen renderer which do not require external libraries to work. Multi-Arch: same Homepage: https://mesa3d.org/ Section: libs Priority: optional Filename: pool/main/m/mesa/libosmesa6_24.2.8-1~bpo12+1_amd64.deb Package: libosmesa6-dev Source: mesa Version: 24.2.8-1~bpo12+1 Installed-Size: 56 Maintainer: Debian X Strike Force Architecture: amd64 Replaces: libosmesa-dev Provides: libosmesa-dev Depends: libosmesa6 (= 24.2.8-1~bpo12+1), mesa-common-dev (= 24.2.8-1~bpo12+1) | libgl-dev Conflicts: libosmesa-dev Size: 22132 SHA256: 1b5462a2749893d55fbc845cf5c977f56c7fb408fa5ca79e13c9e612d57602a9 SHA1: c35aa534d618848382bf4272c31637608fa4b744 MD5sum: bcd83c249a3dea5f484d1ac62ce024fb Description: Mesa Off-screen rendering extension -- development files This package provides the required environment for developing programs that use the off-screen rendering extension of Mesa. . For more information on OSmesa see the libosmesa6 package. Multi-Arch: same Homepage: https://mesa3d.org/ Section: libdevel Priority: optional Filename: pool/main/m/mesa/libosmesa6-dev_24.2.8-1~bpo12+1_amd64.deb Package: libosmium2-dev Source: libosmium Version: 2.21.0-1~bpo12+1 Installed-Size: 1881 Maintainer: Debian GIS Project Architecture: amd64 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: 219388 SHA256: b797cc2f282fd1e2aa11fa2ca5627706dc422129d4296d4e6a733877602f200d SHA1: 74e82afec6df473f8b25dcf868b32e71bb172974 MD5sum: 437635e9e329d0c0f2f459e091025ef5 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.21.0-1~bpo12+1_amd64.deb Package: libosmium2-doc Source: libosmium Version: 2.21.0-1~bpo12+1 Installed-Size: 81912 Maintainer: Debian GIS Project Architecture: all Size: 57367800 SHA256: 03b995a0109a96c9c707e0fb14084450d44fe95e175700abecb0c2dc8247d46b SHA1: 96348c03ee585604c920cda8d41af06ed66d7a59 MD5sum: bf89b0d70b8f535e03cd0a2afc9d5ef3 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.21.0-1~bpo12+1_all.deb Package: libpam-systemd Source: systemd Version: 254.22-1~bpo12+1 Installed-Size: 575 Maintainer: Debian systemd Maintainers Architecture: amd64 Provides: default-logind (= 254.22-1~bpo12+1), logind (= 254.22-1~bpo12+1) Depends: libc6 (>= 2.35), libcap2 (>= 1:2.10), libpam0g (>= 0.99.7.1), systemd (= 254.22-1~bpo12+1), libpam-runtime, default-dbus-system-bus | dbus-system-bus, systemd-sysv Recommends: dbus-user-session Size: 244128 SHA256: ca238c75b506bd79dda214642780241b3caca2889ff69b30e5fb93481c6fad7e SHA1: 975d583abae9f2dc3f564fad9fd9302bc8816e11 MD5sum: 96e23535824979a4d9c56a0437032744 Description: system and service manager - PAM module This package contains the PAM module which registers user sessions in the systemd control group hierarchy for logind. . If in doubt, do install this package. . Packages that depend on logind functionality need to depend on libpam-systemd. Multi-Arch: same Homepage: https://www.freedesktop.org/wiki/Software/systemd Section: admin Priority: standard Filename: pool/main/s/systemd/libpam-systemd_254.22-1~bpo12+1_amd64.deb Package: libpam-winbind Source: samba Version: 2:4.21.3+dfsg-6~bpo12+1 Installed-Size: 219 Maintainer: Debian Samba Maintainers Architecture: amd64 Depends: libpam-runtime, winbind:any (= 2:4.21.3+dfsg-6~bpo12+1), libbsd0 (>= 0.0), libc6 (>= 2.34), libpam0g (>= 0.99.7.1) Suggests: libnss-winbind Size: 100004 SHA256: ab8e2e48c0f84eb4ff85b73238945173885de6a294d19cc2e50e7e3a84f4672f SHA1: 459168fbded7bda31414324dfe8a0580a8dc724a MD5sum: 9582db7cc2883bfb3b31f352744254d6 Description: Windows domain authentication integration plugin Samba is an implementation of the SMB/CIFS protocol for Unix systems, providing support for cross-platform file and printer sharing with Microsoft Windows, OS X, and other Unix systems. Samba can also function as an NT4-style domain controller, and can integrate with both NT4 domains and Active Directory realms as a member server. . This package provides pam_winbind, a plugin that integrates with a local winbindd server to provide Windows domain authentication to the system. Multi-Arch: same Homepage: https://www.samba.org Section: admin Priority: optional Filename: pool/main/s/samba/libpam-winbind_4.21.3+dfsg-6~bpo12+1_amd64.deb Package: libpari-dev Source: pari Version: 2.17.0-2~bpo12+1 Installed-Size: 21340 Maintainer: Bill Allombert Architecture: amd64 Provides: libpari-gmp-tls9-dev Depends: libpari-gmp-tls9 (= 2.17.0-2~bpo12+1), libc-dev Suggests: libpari-gmp-tls9-dbgsym, pari-gp2c Size: 4983872 SHA256: 0d35d73f343e234a0e024b2fc40a97e1cadbe86468998ce24dc5ff3b4c149f6e SHA1: 5920e39c819d920713f708436d4c2aeb0f805e83 MD5sum: 9013adef2d8b95de2f7483c0c2887cc1 Description: PARI/GP Computer Algebra System development files PARI/GP is a widely used computer algebra system designed for fast computations in number theory (factorizations, algebraic number theory, elliptic curves...), but also contains a large number of other useful functions to compute with mathematical entities such as matrices, polynomials, power series, algebraic numbers etc., and a lot of transcendental functions. PARI is also available as a C library to allow for faster computations. . Originally developed by Henri Cohen and his co-workers (University Bordeaux I, France), PARI is now under the GPL and maintained by Karim Belabas with the help of many volunteer contributors. . This package contains the include files and static library. Multi-Arch: same Homepage: http://pari.math.u-bordeaux.fr Section: libdevel Priority: optional Filename: pool/main/p/pari/libpari-dev_2.17.0-2~bpo12+1_amd64.deb Package: libpari-gmp-tls8 Source: pari Version: 2.15.4-2~bpo12+1 Installed-Size: 12722 Maintainer: Bill Allombert Architecture: amd64 Depends: libc6 (>= 2.34), libgmp10 (>= 2:6.2.1+dfsg1) Size: 4357084 SHA256: 9c4532b2464cc4549261d415e0d46562570011998dd33b959463ab3d194decd9 SHA1: 3116887ca790073b958c972d9f3d01505d7ca8e7 MD5sum: 0db6ca570bce9ea447e694bd8d4e17e2 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_amd64.deb Package: libpari-gmp-tls9 Source: pari Version: 2.17.0-2~bpo12+1 Installed-Size: 12984 Maintainer: Bill Allombert Architecture: amd64 Depends: libc6 (>= 2.34), libgmp10 (>= 2:6.2.1+dfsg1) Size: 4440684 SHA256: c10484639deedbce1467d67f595d65c7e5160a2fc73ee9078b83bc5b26ab9b56 SHA1: 5e7657faa2c520f9057754ac4dae0bc23eb34175 MD5sum: dc2c4ba2035a55215b80b53b129b29a4 Description: PARI/GP Computer Algebra System shared library PARI/GP is a widely used computer algebra system designed for fast computations in number theory (factorizations, algebraic number theory, elliptic curves...), but also contains a large number of other useful functions to compute with mathematical entities such as matrices, polynomials, power series, algebraic numbers etc., and a lot of transcendental functions. PARI is also available as a C library to allow for faster computations. . Originally developed by Henri Cohen and his co-workers (University Bordeaux I, France), PARI is now under the GPL and maintained by Karim Belabas with the help of many volunteer contributors. . This package contains the shared library built with GNU MP support. Multi-Arch: same Homepage: http://pari.math.u-bordeaux.fr Section: libs Priority: optional Filename: pool/main/p/pari/libpari-gmp-tls9_2.17.0-2~bpo12+1_amd64.deb Package: libpd-dev Source: puredata Version: 0.55.2+ds-1~bpo12+1 Installed-Size: 2589 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Depends: libpd0 (= 0.55.2+ds-1~bpo12+1), puredata-dev (<< 0.55.2+ds-1~bpo12+1+1~), puredata-dev (>= 0.55.2+ds-1~bpo12+1) Size: 618040 SHA256: a2aafd7aae003c907154681ed03ca9fbefb5a128574c5dde9ec3081df1a41f5f SHA1: 68912bebd4a66a8b13ff897a35bb59583ff794b7 MD5sum: 0a2090688bf01150b27325a6fe425a03 Description: Pure Data as an embeddable audio synthesis library - header files Pure Data (also known as Pd) is a real-time graphical programming environment for audio and graphics processing. . This package provides development files needed to build programs that link against the embedable library version of Pd. Multi-Arch: same Homepage: https://puredata.info Section: libdevel Priority: optional Filename: pool/main/p/puredata/libpd-dev_0.55.2+ds-1~bpo12+1_amd64.deb Package: libpd0 Source: puredata Version: 0.55.2+ds-1~bpo12+1 Installed-Size: 1394 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Depends: libc6 (>= 2.35) Size: 540280 SHA256: 78c3e0035073cc4790606ef6208b41a25444dc4660747f5e118aec41c3b84c2e SHA1: 64b0f1cd27ed36680327a4871298801a29057c18 MD5sum: 3b395177ecfc054faa404d7bf646cd24 Description: Pure Data as an embeddable audio synthesis library Pure Data (also known as Pd) is a real-time graphical programming environment for audio and graphics processing. . This package provides the library version of Pd, that allows you to embed the audio the Pure Data computer music system into your own applications. Multi-Arch: same Homepage: https://puredata.info Section: libs Priority: optional Filename: pool/main/p/puredata/libpd0_0.55.2+ds-1~bpo12+1_amd64.deb Package: libphp-adodb Version: 5.22.7-0.1~bpo12+1 Installed-Size: 1773 Maintainer: Cameron Dale Architecture: all Depends: php-common Recommends: php-mysql | php-pgsql | php-sybase | php-odbc Size: 332760 SHA256: ce7e6bf9b8d0d85eaea2a285851b6d4d9b5e0f07bb6b86ff51a666f276528c31 SHA1: e13aad5cfdd16cd64538a35b9eeed5feb99f7028 MD5sum: 1437ebe2c936b43baec432d9d700d653 Description: ADOdb is a PHP database abstraction layer library A library for PHP, to allow for a universal way to access databases. ADOdb stands for Active Data Objects Data Base. Currently supported databases are MySQL, Interbase, Sybase, PostgreSQL, Oracle, Microsoft SQL server, Foxpro ODBC, Access ODBC, Informix, DB2, Sybase SQL Anywhere, generic ODBC and Microsoft's ADO. Multi-Arch: foreign Homepage: http://adodb.org/ Section: php Priority: optional Filename: pool/main/libp/libphp-adodb/libphp-adodb_5.22.7-0.1~bpo12+1_all.deb Package: libphp-simplepie Source: simplepie Version: 1.5.8+dfsg-1~bpo12+1 Installed-Size: 1076 Maintainer: Debian PHP PEAR Maintainers Architecture: all Replaces: simplepie Depends: php-common, php-xml Suggests: php-curl, php-intl, php-mbstring, php-mf2 Conflicts: simplepie Size: 85208 SHA256: c6f7d131dd456c2ae282ca6ad234515889124da4292297d8603a9ada846b0aed SHA1: 5e28fe37c68d18147301d3c12d93a442fce182cc MD5sum: 2046252dccbdc4e369dbd667924a4498 Description: RSS and Atom feed parsing in PHP SimplePie is a very fast and easy-to-use class, written in PHP, that puts the 'simple' back into 'really simple syndication . Simplepie is an easy to use API that handles all of the dirty work when it comes to fetching, caching, parsing, normalizing data structures between RSS and Atom formats, handling character encoding translation, and sanitizing the resulting data Homepage: http://simplepie.org Section: php Priority: optional Filename: pool/main/s/simplepie/libphp-simplepie_1.5.8+dfsg-1~bpo12+1_all.deb Package: libpipewire-0.3-0 Source: pipewire Version: 1.2.7-1~bpo12+1 Installed-Size: 1154 Maintainer: Utopia Maintenance Team Architecture: amd64 Depends: libspa-0.2-modules (= 1.2.7-1~bpo12+1), libc6 (>= 2.34) Recommends: libpipewire-0.3-common Suggests: pipewire (= 1.2.7-1~bpo12+1) Size: 278668 SHA256: 589045aa3f1ef8d61dc0df0579cd9c0995b16ebfe5ccda96e519a58b7d875ad7 SHA1: a76ade7bfe48f35f639d82ff5989846ae9c831fc MD5sum: f01f4a13a67fc42398e5ee521b8a5d00 Description: libraries for the PipeWire multimedia server PipeWire is a server and user space API to deal with multimedia pipelines. This includes: . - Making available sources of audio and video (such as from a capture devices or application provided streams) and multiplexing this with clients. - Accessing sources of audio and video for consumption. - Generating graphs for audio and video processing. Multi-Arch: same Homepage: https://pipewire.org/ Section: libs Priority: optional Filename: pool/main/p/pipewire/libpipewire-0.3-0_1.2.7-1~bpo12+1_amd64.deb Package: libpipewire-0.3-common Source: pipewire Version: 1.2.7-1~bpo12+1 Installed-Size: 657 Maintainer: Utopia Maintenance Team Architecture: all Size: 81580 SHA256: 7b60ea2841882465ef2a0be4c163b79c4ed78b8f00c7a70eda20aa86f084adb1 SHA1: cc1d1c6de4dc0e9cbb2fc14a12d07b29c33b0c41 MD5sum: 14070c9c21180f497364706fe5a20a6a Description: libraries for the PipeWire multimedia server - common files PipeWire is a server and user space API to deal with multimedia pipelines. This includes: . - Making available sources of audio and video (such as from a capture devices or application provided streams) and multiplexing this with clients. - Accessing sources of audio and video for consumption. - Generating graphs for audio and video processing. . This package is needed for the runtime libraries to display messages in languages other than English. Multi-Arch: foreign Homepage: https://pipewire.org/ Section: libs Priority: optional Filename: pool/main/p/pipewire/libpipewire-0.3-common_1.2.7-1~bpo12+1_all.deb Package: libpipewire-0.3-dev Source: pipewire Version: 1.2.7-1~bpo12+1 Installed-Size: 350 Maintainer: Utopia Maintenance Team Architecture: amd64 Depends: libpipewire-0.3-0 (= 1.2.7-1~bpo12+1), libspa-0.2-dev (= 1.2.7-1~bpo12+1) Suggests: pipewire-doc Size: 71520 SHA256: 3e494a062ae9ba6a1924cf2c6b4c6628e6a1574e5d27d906fddf204ec42e1f58 SHA1: bbc1e285012d90b3403ac01c9a20b8588ece21fa MD5sum: 19e15af63670a2651f1925abf6f925ea Description: libraries for the PipeWire multimedia server - development PipeWire is a server and user space API to deal with multimedia pipelines. This includes: . - Making available sources of audio and video (such as from a capture devices or application provided streams) and multiplexing this with clients. - Accessing sources of audio and video for consumption. - Generating graphs for audio and video processing. . This package contains the development files. Multi-Arch: same Homepage: https://pipewire.org/ Section: libdevel Priority: optional Filename: pool/main/p/pipewire/libpipewire-0.3-dev_1.2.7-1~bpo12+1_amd64.deb Package: libpipewire-0.3-modules Source: pipewire Version: 1.2.7-1~bpo12+1 Installed-Size: 4456 Maintainer: Utopia Maintenance Team Architecture: amd64 Replaces: pipewire (<< 0.3.5) Depends: libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libc6 (>= 2.34), libdbus-1-3 (>= 1.9.14), libffado2 (>= 2.4.7), libglib2.0-0 (>= 2.31.8), liblilv-0-0 (>= 0.14.2~dfsg0), libmysofa1 (>= 0.6~), libopus0 (>= 1.3.1-2~), libpipewire-0.3-0 (= 1.2.7-1~bpo12+1), libpulse0 (>= 0.99.1), libselinux1 (>= 3.1~), libsndfile1 (>= 1.0.20), libssl3 (>= 3.0.0), libsystemd0 Breaks: pipewire (<< 0.3.5) Size: 847380 SHA256: 25d120208eaedf01172d0e311f4c4c0c86dfa5ff6fb56fe51386e09490ab3621 SHA1: b913789cfa5831df7b6d02bc7ebd9355e0550e76 MD5sum: 197f354e52d92c366dd3057463d90550 Description: libraries for the PipeWire multimedia server - modules PipeWire is a server and user space API to deal with multimedia pipelines. This includes: . - Making available sources of audio and video (such as from a capture devices or application provided streams) and multiplexing this with clients. - Accessing sources of audio and video for consumption. - Generating graphs for audio and video processing. . This package contains modules used by the PipeWire server and by clients, and should not normally be depended on directly. PipeWire clients should depend on the pipewire package instead. Multi-Arch: same Homepage: https://pipewire.org/ Section: libs Priority: optional Filename: pool/main/p/pipewire/libpipewire-0.3-modules_1.2.7-1~bpo12+1_amd64.deb Package: libpipewire-0.3-modules-x11 Source: pipewire Version: 1.2.7-1~bpo12+1 Installed-Size: 55 Maintainer: Utopia Maintenance Team Architecture: amd64 Replaces: libpipewire-0.3-modules (<< 0.3.63-3~) Depends: libc6 (>= 2.4), libcanberra0 (>= 0.2), libpipewire-0.3-0 (= 1.2.7-1~bpo12+1), libx11-6 (>= 2:1.7.0), libxfixes3 (>= 1:6.0.0), libcanberra-pulse Breaks: libpipewire-0.3-modules (<< 0.3.63-3~) Size: 24756 SHA256: 490ce79adecc949bd735b11d022704f6bf13f061e28994e862e323c200ec576b SHA1: 661250272b25df24284559f4aa64ef7b9ad645f0 MD5sum: 553998d225aaf3e8456fcc3bf0626814 Description: libraries for the PipeWire multimedia server - X11 modules PipeWire is a server and user space API to deal with multimedia pipelines. This includes: . - Making available sources of audio and video (such as from a capture devices or application provided streams) and multiplexing this with clients. - Accessing sources of audio and video for consumption. - Generating graphs for audio and video processing. . This package contains X11 modules. Multi-Arch: same Homepage: https://pipewire.org/ Section: libs Priority: optional Filename: pool/main/p/pipewire/libpipewire-0.3-modules-x11_1.2.7-1~bpo12+1_amd64.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: amd64 Depends: libc6 (>= 2.17), libpipewire-0.3-0 (>= 0.3.58) Size: 19068 SHA256: d83fe5cf5eff7772665d7a69d66f25e38b8da7e201ac283b89477bc23d0c25d5 SHA1: f719f0129265c8ee6065ac946524b62f407a75ee MD5sum: 2c2d24d6402beaf0a514ca2158ff61ce 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_amd64.deb Package: libqgis-3d3.28.10 Source: qgis Version: 3.28.10+dfsg-1~bpo12+1 Installed-Size: 4684 Maintainer: Debian GIS Project Architecture: amd64 Depends: qt3d-assimpsceneimport-plugin, qt3d-defaultgeometryloader-plugin, qt3d-gltfsceneio-plugin, qt3d-scene2d-plugin, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgdal32 (>= 1.11), libqgis-core3.28.10 (>= 3.28.9), libqt53dcore5 (>= 5.7.1~20161122), libqt53dextras5 (>= 5.14.2), libqt53dinput5 (>= 5.7.1~20161122), libqt53dlogic5 (>= 5.7.1~20161122), libqt53drender5 (>= 5.15.1), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.0.2), libqt5xml5 (>= 5.0.2), libstdc++6 (>= 5.2) Size: 3448956 SHA256: 9577f2b53fb0b690c623e4244136e2db4e1efde78c515fef9e68ee5b8abb3f46 SHA1: d35e389c71542f8fa607db8df1fcb26f517ef231 MD5sum: 5a6531b5e646772cf9a4534eb656693a 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_amd64.deb Package: libqgis-3d3.28.11 Source: qgis Version: 3.28.11+dfsg-1~bpo12+1 Installed-Size: 4686 Maintainer: Debian GIS Project Architecture: amd64 Depends: qt3d-assimpsceneimport-plugin, qt3d-defaultgeometryloader-plugin, qt3d-gltfsceneio-plugin, qt3d-scene2d-plugin, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgdal32 (>= 1.11), libqgis-core3.28.11 (>= 3.28.9), libqt53dcore5 (>= 5.7.1~20161122), libqt53dextras5 (>= 5.14.2), libqt53dinput5 (>= 5.7.1~20161122), libqt53dlogic5 (>= 5.7.1~20161122), libqt53drender5 (>= 5.15.1), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.0.2), libqt5xml5 (>= 5.0.2), libstdc++6 (>= 5.2) Size: 3450604 SHA256: 3fa5fb7ab06f3e3cf1c63abeb507ea61046fb56234845097f1ff39cd62c962c0 SHA1: 2516e177add57caf25b61ec8c026e32e0ff7e1af MD5sum: b191e03176bcdab7571e05d0c0b2fef7 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_amd64.deb Package: libqgis-3d3.28.12 Source: qgis Version: 3.28.12+dfsg-1~bpo12+1 Installed-Size: 4688 Maintainer: Debian GIS Project Architecture: amd64 Depends: qt3d-assimpsceneimport-plugin, qt3d-defaultgeometryloader-plugin, qt3d-gltfsceneio-plugin, qt3d-scene2d-plugin, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgdal32 (>= 1.11), libqgis-core3.28.12 (>= 3.28.9), libqt53dcore5 (>= 5.7.1~20161122), libqt53dextras5 (>= 5.14.2), libqt53dinput5 (>= 5.7.1~20161122), libqt53dlogic5 (>= 5.7.1~20161122), libqt53drender5 (>= 5.15.1), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.0.2), libqt5xml5 (>= 5.0.2), libstdc++6 (>= 5.2) Size: 3453044 SHA256: 08287a7a9162d6f8b8ee1c5b060f754b6b827a5317d7a28031f812e4d9e9d6c9 SHA1: 9968398a9f851a024542360e2d2f4b9df991faa9 MD5sum: c0445233343fa89f6b7e4633212e70f5 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_amd64.deb Package: libqgis-3d3.28.13 Source: qgis Version: 3.28.13+dfsg-1~bpo12+1 Installed-Size: 4691 Maintainer: Debian GIS Project Architecture: amd64 Depends: qt3d-assimpsceneimport-plugin, qt3d-defaultgeometryloader-plugin, qt3d-gltfsceneio-plugin, qt3d-scene2d-plugin, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgdal32 (>= 1.11), libqgis-core3.28.13 (>= 3.28.9), libqt53dcore5 (>= 5.7.1~20161122), libqt53dextras5 (>= 5.14.2), libqt53dinput5 (>= 5.7.1~20161122), libqt53dlogic5 (>= 5.7.1~20161122), libqt53drender5 (>= 5.15.1), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.0.2), libqt5xml5 (>= 5.0.2), libstdc++6 (>= 5.2) Size: 3455944 SHA256: 0677770efced5a0c42278fdd668657a0df090df99c9b559efaae7632c8a10256 SHA1: 6c68c5cc96a9ff151845f3ea9b8f62aeb16b3c5c MD5sum: 0c421cbe406289d611ac5de47512216c 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_amd64.deb Package: libqgis-3d3.28.14 Source: qgis Version: 3.28.14+dfsg-1~bpo12+1 Installed-Size: 4692 Maintainer: Debian GIS Project Architecture: amd64 Depends: qt3d-assimpsceneimport-plugin, qt3d-defaultgeometryloader-plugin, qt3d-gltfsceneio-plugin, qt3d-scene2d-plugin, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgdal32 (>= 1.11), libqgis-core3.28.14 (>= 3.28.9), libqt53dcore5 (>= 5.7.1~20161122), libqt53dextras5 (>= 5.14.2), libqt53dinput5 (>= 5.7.1~20161122), libqt53dlogic5 (>= 5.7.1~20161122), libqt53drender5 (>= 5.15.1), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.0.2), libqt5xml5 (>= 5.0.2), libstdc++6 (>= 5.2) Size: 3456472 SHA256: 3ec3439bce0c54a1d75a8f8190b31e11f9d3258045e6d94dff44f4dc1fc7826d SHA1: 0f1d216b5cb8929b1a03ab8a661abe3335803cd5 MD5sum: 637ca9f62ccca2c1f6737578a739dc21 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_amd64.deb Package: libqgis-3d3.28.15 Source: qgis Version: 3.28.15+dfsg-1~bpo12+1 Installed-Size: 4693 Maintainer: Debian GIS Project Architecture: amd64 Depends: qt3d-assimpsceneimport-plugin, qt3d-defaultgeometryloader-plugin, qt3d-gltfsceneio-plugin, qt3d-scene2d-plugin, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgdal32 (>= 1.11), libqgis-core3.28.15 (>= 3.28.9), libqt53dcore5 (>= 5.7.1~20161122), libqt53dextras5 (>= 5.14.2), libqt53dinput5 (>= 5.7.1~20161122), libqt53dlogic5 (>= 5.7.1~20161122), libqt53drender5 (>= 5.15.1), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.0.2), libqt5xml5 (>= 5.0.2), libstdc++6 (>= 5.2) Size: 3456956 SHA256: abf7a2168a33d9280a87580057f3db5307b911de2abe08595f9ccec1e41148f9 SHA1: 168c8033e410eeb89b2abf74ed59d3c3635e6a3b MD5sum: 1db06afff7f2dc58a5d6ab912884ee37 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_amd64.deb Package: libqgis-3d3.28.8 Source: qgis Version: 3.28.8+dfsg-1~bpo12+1 Installed-Size: 4680 Maintainer: Debian GIS Project Architecture: amd64 Depends: qt3d-assimpsceneimport-plugin, qt3d-defaultgeometryloader-plugin, qt3d-gltfsceneio-plugin, qt3d-scene2d-plugin, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgdal32 (>= 1.11), libqgis-core3.28.8 (>= 3.28.3), libqt53dcore5 (>= 5.7.1~20161122), libqt53dextras5 (>= 5.14.2), libqt53dinput5 (>= 5.7.1~20161122), libqt53dlogic5 (>= 5.7.1~20161122), libqt53drender5 (>= 5.15.1), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.0.2), libqt5xml5 (>= 5.0.2), libstdc++6 (>= 5.2) Size: 3446208 SHA256: 72fe105821d7ce0e427588fffc9af1877c0fb5a5bbefa17578f07f1d5e57b0f0 SHA1: a407e4b389bb1bf156316c589c8d352195a9fa04 MD5sum: 81187e2db3a557e1a777df68df48dc4a 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_amd64.deb Package: libqgis-3d3.34.10 Source: qgis Version: 3.34.10+dfsg-1~bpo12+1 Installed-Size: 4901 Maintainer: Debian GIS Project Architecture: amd64 Depends: qt3d-assimpsceneimport-plugin, qt3d-defaultgeometryloader-plugin, qt3d-gltfsceneio-plugin, qt3d-scene2d-plugin, libc6 (>= 2.32), libgcc-s1 (>= 3.0), libgdal32 (>= 1.11), libqgis-core3.34.10 (>= 3.34.10+dfsg), libqt53dcore5 (>= 5.7.1~20161122), libqt53dextras5 (>= 5.14.2), libqt53dinput5 (>= 5.7.1~20161122), libqt53dlogic5 (>= 5.7.1~20161122), libqt53drender5 (>= 5.15.1), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5network5 (>= 5.0.2), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.0.2), libqt5xml5 (>= 5.0.2), libstdc++6 (>= 5.2) Size: 3654140 SHA256: 472192f9d6580866acc687d1be6de7338777b45d39d585c3f63881faa81c29c7 SHA1: e9bfe073624efce9cb1558e0cddb1121391110d1 MD5sum: 2736ed1cda7c0184720a795a0a398556 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_amd64.deb Package: libqgis-3d3.34.11 Source: qgis Version: 3.34.11+dfsg-1~bpo12+1 Installed-Size: 4903 Maintainer: Debian GIS Project Architecture: amd64 Depends: qt3d-assimpsceneimport-plugin, qt3d-defaultgeometryloader-plugin, qt3d-gltfsceneio-plugin, qt3d-scene2d-plugin, libc6 (>= 2.32), libgcc-s1 (>= 3.0), libgdal32 (>= 1.11), libqgis-core3.34.11 (>= 3.34.11+dfsg), libqt53dcore5 (>= 5.7.1~20161122), libqt53dextras5 (>= 5.14.2), libqt53dinput5 (>= 5.7.1~20161122), libqt53dlogic5 (>= 5.7.1~20161122), libqt53drender5 (>= 5.15.1), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5network5 (>= 5.0.2), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.0.2), libqt5xml5 (>= 5.0.2), libstdc++6 (>= 5.2) Size: 3656240 SHA256: 2a6a96e41fdc234926e8aa5238eed06034fd9315d984cb7482b7ae109a64dcda SHA1: ddb9e709b64c464c5f7500dda54c24ecde10a897 MD5sum: d6bca2a2f7fde660b11f22f328942fc8 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_amd64.deb Package: libqgis-3d3.34.12 Source: qgis Version: 3.34.12+dfsg-1~bpo12+1 Installed-Size: 4907 Maintainer: Debian GIS Project Architecture: amd64 Depends: qt3d-assimpsceneimport-plugin, qt3d-defaultgeometryloader-plugin, qt3d-gltfsceneio-plugin, qt3d-scene2d-plugin, libc6 (>= 2.32), libgcc-s1 (>= 3.0), libgdal32 (>= 1.11), libqgis-core3.34.12 (>= 3.34.12+dfsg), libqt53dcore5 (>= 5.7.1~20161122), libqt53dextras5 (>= 5.14.2), libqt53dinput5 (>= 5.7.1~20161122), libqt53dlogic5 (>= 5.7.1~20161122), libqt53drender5 (>= 5.15.1), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5network5 (>= 5.0.2), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.0.2), libqt5xml5 (>= 5.0.2), libstdc++6 (>= 5.2) Size: 3658328 SHA256: c3d75dc2d1932dc74b1a3014abb8adf4c021ce63ff5784f8c7c8d192fe0dd88f SHA1: 2e96fefacc7b9f907209d4b107d41eb96de1e015 MD5sum: 6baf2ff3ad26744f93964b3e6ea6d11d Description: QGIS - shared 3d library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared 3d library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-3d3.34.12_3.34.12+dfsg-1~bpo12+1_amd64.deb Package: libqgis-3d3.34.13 Source: qgis Version: 3.34.13+dfsg-1~bpo12+1 Installed-Size: 4911 Maintainer: Debian GIS Project Architecture: amd64 Depends: qt3d-assimpsceneimport-plugin, qt3d-defaultgeometryloader-plugin, qt3d-gltfsceneio-plugin, qt3d-scene2d-plugin, libc6 (>= 2.32), libgcc-s1 (>= 3.0), libgdal32 (>= 1.11), libqgis-core3.34.13 (>= 3.34.13+dfsg), libqt53dcore5 (>= 5.7.1~20161122), libqt53dextras5 (>= 5.14.2), libqt53dinput5 (>= 5.7.1~20161122), libqt53dlogic5 (>= 5.7.1~20161122), libqt53drender5 (>= 5.15.1), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5network5 (>= 5.0.2), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.0.2), libqt5xml5 (>= 5.0.2), libstdc++6 (>= 5.2) Size: 3665544 SHA256: 018aefe1d63eabdcca8fe5fd8129e51bcb2699bab701677b31e9720aadf195ba SHA1: e009ad0116e0bb3a2f44a615ac74ca0b821f54fe MD5sum: de200e38b8fa5733c2a921711a90c174 Description: QGIS - shared 3d library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared 3d library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-3d3.34.13_3.34.13+dfsg-1~bpo12+1_amd64.deb Package: libqgis-3d3.34.14 Source: qgis Version: 3.34.14+dfsg-1~bpo12+1 Installed-Size: 4913 Maintainer: Debian GIS Project Architecture: amd64 Depends: qt3d-assimpsceneimport-plugin, qt3d-defaultgeometryloader-plugin, qt3d-gltfsceneio-plugin, qt3d-scene2d-plugin, libc6 (>= 2.32), libgcc-s1 (>= 3.0), libgdal32 (>= 1.11), libqgis-core3.34.14 (>= 3.34.14+dfsg), libqt53dcore5 (>= 5.7.1~20161122), libqt53dextras5 (>= 5.14.2), libqt53dinput5 (>= 5.7.1~20161122), libqt53dlogic5 (>= 5.7.1~20161122), libqt53drender5 (>= 5.15.1), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5network5 (>= 5.0.2), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.0.2), libqt5xml5 (>= 5.0.2), libstdc++6 (>= 5.2) Size: 3666956 SHA256: 2a5ba5f0738e70733c1b42c183d1210cec8324d3bcd8e584a071619f0316b71a SHA1: f7b109dd362cfde8b87aa8273bc3ca6b3f1a2a59 MD5sum: 44200808bac2db19299ce7c0aca0023a Description: QGIS - shared 3d library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared 3d library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-3d3.34.14_3.34.14+dfsg-1~bpo12+1_amd64.deb Package: libqgis-3d3.34.6 Source: qgis Version: 3.34.6+dfsg-1~bpo12+1 Installed-Size: 4975 Maintainer: Debian GIS Project Architecture: amd64 Depends: qt3d-assimpsceneimport-plugin, qt3d-defaultgeometryloader-plugin, qt3d-gltfsceneio-plugin, qt3d-scene2d-plugin, libc6 (>= 2.32), libgcc-s1 (>= 3.0), libgdal32 (>= 1.11), libqgis-core3.34.6 (>= 3.34.6), libqt53dcore5 (>= 5.7.1~20161122), libqt53dextras5 (>= 5.14.2), libqt53dinput5 (>= 5.7.1~20161122), libqt53dlogic5 (>= 5.7.1~20161122), libqt53drender5 (>= 5.15.1), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5network5 (>= 5.0.2), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.0.2), libqt5xml5 (>= 5.0.2), libstdc++6 (>= 5.2) Size: 3655080 SHA256: 275dbc0476bc6f7d35174b692f9ea5ce683caeb3b8672a6d3af96a8f3ad14003 SHA1: ee5f5fc02e1ce0d8bab5cedb70c57315803553ad MD5sum: a2ad4fb37380f874a9b437da2ff425b6 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_amd64.deb Package: libqgis-3d3.34.7 Source: qgis Version: 3.34.7+dfsg-1~bpo12+1 Installed-Size: 4975 Maintainer: Debian GIS Project Architecture: amd64 Depends: qt3d-assimpsceneimport-plugin, qt3d-defaultgeometryloader-plugin, qt3d-gltfsceneio-plugin, qt3d-scene2d-plugin, libc6 (>= 2.32), libgcc-s1 (>= 3.0), libgdal32 (>= 1.11), libqgis-core3.34.7 (>= 3.34.6), libqt53dcore5 (>= 5.7.1~20161122), libqt53dextras5 (>= 5.14.2), libqt53dinput5 (>= 5.7.1~20161122), libqt53dlogic5 (>= 5.7.1~20161122), libqt53drender5 (>= 5.15.1), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5network5 (>= 5.0.2), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.0.2), libqt5xml5 (>= 5.0.2), libstdc++6 (>= 5.2) Size: 3655244 SHA256: 1090267c715dc1403b59b015961144090c7b972351ca7d5532fd06a56dd9a3a5 SHA1: 019c4a4905828d2fbe6e1cc0f2d410258ac0b82c MD5sum: f1948c41e8dacd6edf9f2baee961d92a 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_amd64.deb Package: libqgis-3d3.34.8 Source: qgis Version: 3.34.8+dfsg-1~bpo12+1 Installed-Size: 4978 Maintainer: Debian GIS Project Architecture: amd64 Depends: qt3d-assimpsceneimport-plugin, qt3d-defaultgeometryloader-plugin, qt3d-gltfsceneio-plugin, qt3d-scene2d-plugin, libc6 (>= 2.32), libgcc-s1 (>= 3.0), libgdal32 (>= 1.11), libqgis-core3.34.8 (>= 3.34.6), libqt53dcore5 (>= 5.7.1~20161122), libqt53dextras5 (>= 5.14.2), libqt53dinput5 (>= 5.7.1~20161122), libqt53dlogic5 (>= 5.7.1~20161122), libqt53drender5 (>= 5.15.1), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5network5 (>= 5.0.2), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.0.2), libqt5xml5 (>= 5.0.2), libstdc++6 (>= 5.2) Size: 3659168 SHA256: 4a4122a7a9db7cf10a63a05df121b0180ea7ab257e1bc2685ae9e111516472c7 SHA1: 550448648105b0e7bb50f71e7b840df4af01767b MD5sum: 763b54e4d332614e088b804c419292c0 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_amd64.deb Package: libqgis-analysis3.28.10 Source: qgis Version: 3.28.10+dfsg-1~bpo12+1 Installed-Size: 8639 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.0), libgdal32 (>= 1.11), libgeos-c1v5 (>= 3.8.0), libgsl27 (>= 2.7.1), libqgis-core3.28.10 (>= 3.28.3), libqt5concurrent5 (>= 5.6.0~rc), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.2.0) | libqt5gui5-gles (>= 5.2.0), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.0.2), libqt5xml5 (>= 5.0.2), libspatialindex6 (>= 1.8.5), libstdc++6 (>= 11), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1 Size: 4445332 SHA256: f828a93a1ab15d3fa2504cdab6ffe7fc0ba42d886c47b5cf3393a7eec34121e5 SHA1: 98910ad375c57d3e8807f1ccaa46effa0afe2e87 MD5sum: e1fe13792ddd5033f6d8ee6a458e779b 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_amd64.deb Package: libqgis-analysis3.28.11 Source: qgis Version: 3.28.11+dfsg-1~bpo12+1 Installed-Size: 8641 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.0), libgdal32 (>= 1.11), libgeos-c1v5 (>= 3.8.0), libgsl27 (>= 2.7.1), libqgis-core3.28.11 (>= 3.28.3), libqt5concurrent5 (>= 5.6.0~rc), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.2.0) | libqt5gui5-gles (>= 5.2.0), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.0.2), libqt5xml5 (>= 5.0.2), libspatialindex6 (>= 1.8.5), libstdc++6 (>= 11), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1 Size: 4446944 SHA256: afdaf39f2240cb66953dca46cd5a5db8de2dd813f80615bc10e3efcf6f86073e SHA1: e3c6625b26184b31bacbbe2c663a4dcc5f8ac37c MD5sum: e82e49cf799ad0c55c680d42c460b742 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_amd64.deb Package: libqgis-analysis3.28.12 Source: qgis Version: 3.28.12+dfsg-1~bpo12+1 Installed-Size: 8643 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.0), libgdal32 (>= 1.11), libgeos-c1v5 (>= 3.8.0), libgsl27 (>= 2.7.1), libqgis-core3.28.12 (>= 3.28.3), libqt5concurrent5 (>= 5.6.0~rc), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.2.0) | libqt5gui5-gles (>= 5.2.0), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.0.2), libqt5xml5 (>= 5.0.2), libspatialindex6 (>= 1.8.5), libstdc++6 (>= 11), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1 Size: 4448632 SHA256: 4d6389f31bc4dee6c1cc6f1ed6115f8576def8ffa679026296d1712c032d6a8a SHA1: 4fa4c2d8697b64dbe7c75e3bd3f295405fa45053 MD5sum: c53928aed6bb7eb7ee5b0b577138a139 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_amd64.deb Package: libqgis-analysis3.28.13 Source: qgis Version: 3.28.13+dfsg-1~bpo12+1 Installed-Size: 8646 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.0), libgdal32 (>= 1.11), libgeos-c1v5 (>= 3.8.0), libgsl27 (>= 2.7.1), libqgis-core3.28.13 (>= 3.28.3), libqt5concurrent5 (>= 5.6.0~rc), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.2.0) | libqt5gui5-gles (>= 5.2.0), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.0.2), libqt5xml5 (>= 5.0.2), libspatialindex6 (>= 1.8.5), libstdc++6 (>= 11), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1 Size: 4450100 SHA256: 73c80c78352ea33f325fc32aef3b1b2df30cffe583569389147f0bf5cb97723a SHA1: 11ce75bd243cab75bf494ec59b2777ed14522b90 MD5sum: f17e9c9057d36cff5a3c08f414a5d98b 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_amd64.deb Package: libqgis-analysis3.28.14 Source: qgis Version: 3.28.14+dfsg-1~bpo12+1 Installed-Size: 8647 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.0), libgdal32 (>= 1.11), libgeos-c1v5 (>= 3.8.0), libgsl27 (>= 2.7.1), libqgis-core3.28.14 (>= 3.28.3), libqt5concurrent5 (>= 5.6.0~rc), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.2.0) | libqt5gui5-gles (>= 5.2.0), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.0.2), libqt5xml5 (>= 5.0.2), libspatialindex6 (>= 1.8.5), libstdc++6 (>= 11), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1 Size: 4453912 SHA256: d972e1e38092688867b1191faa9265e557ceb5147255ba26369f263db6e03a4a SHA1: a052bd7db6103c91e6a17e4b882ce9087e0a008d MD5sum: 7cb107f9fb419f712c37cb2c9b4b752d 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_amd64.deb Package: libqgis-analysis3.28.15 Source: qgis Version: 3.28.15+dfsg-1~bpo12+1 Installed-Size: 8648 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.0), libgdal32 (>= 1.11), libgeos-c1v5 (>= 3.8.0), libgsl27 (>= 2.7.1), libqgis-core3.28.15 (>= 3.28.3), libqt5concurrent5 (>= 5.6.0~rc), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.2.0) | libqt5gui5-gles (>= 5.2.0), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.0.2), libqt5xml5 (>= 5.0.2), libspatialindex6 (>= 1.8.5), libstdc++6 (>= 11), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1 Size: 4452416 SHA256: 8a4fcc7551d8ff03cc32e21183027dcfd65518fd2721eda6247ef5d2843a3fd0 SHA1: 02a0eee6f5f5807d7eaef1ef25acbd7d23fed041 MD5sum: 9b61dcf0502e194549276b03a8b2d625 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_amd64.deb Package: libqgis-analysis3.28.8 Source: qgis Version: 3.28.8+dfsg-1~bpo12+1 Installed-Size: 8635 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.0), libgdal32 (>= 1.11), libgeos-c1v5 (>= 3.8.0), libgsl27 (>= 2.7.1), libqgis-core3.28.8 (>= 3.28.3), libqt5concurrent5 (>= 5.6.0~rc), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.2.0) | libqt5gui5-gles (>= 5.2.0), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.0.2), libqt5xml5 (>= 5.0.2), libspatialindex6 (>= 1.8.5), libstdc++6 (>= 11), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1 Size: 4440524 SHA256: 10e55928246525bc17af6fc566672af10c14bd1c622e815aba796df1e5f62732 SHA1: b9dbe8ee6314b0f99106ef7be6c26d7aacb16075 MD5sum: 064aad9e7a940fd10da225d66b19e849 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_amd64.deb Package: libqgis-analysis3.34.10 Source: qgis Version: 3.34.10+dfsg-1~bpo12+1 Installed-Size: 9725 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.33), libgcc-s1 (>= 3.0), libgdal32 (>= 1.11), libgeos-c1v5 (>= 3.8.0), libgsl27 (>= 2.7.1), libqgis-core3.34.10 (>= 3.34.10+dfsg), libqt5concurrent5 (>= 5.6.0~rc), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.2.0) | libqt5gui5-gles (>= 5.2.0), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.0.2), libqt5xml5 (>= 5.0.2), libspatialindex6 (>= 1.8.5), libstdc++6 (>= 11), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1 Size: 4817656 SHA256: 98c8fcb7fd4adb0a4a040aad3dda46abc8f843ea1286cfa0ef9d59734d610c6d SHA1: 585d09092b85a39725f2fae5ddd35347e14f83cf MD5sum: 4041d99b99bdaec44e95c475dc11e3f3 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_amd64.deb Package: libqgis-analysis3.34.11 Source: qgis Version: 3.34.11+dfsg-1~bpo12+1 Installed-Size: 9727 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.33), libgcc-s1 (>= 3.0), libgdal32 (>= 1.11), libgeos-c1v5 (>= 3.8.0), libgsl27 (>= 2.7.1), libqgis-core3.34.11 (>= 3.34.11+dfsg), libqt5concurrent5 (>= 5.6.0~rc), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.2.0) | libqt5gui5-gles (>= 5.2.0), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.0.2), libqt5xml5 (>= 5.0.2), libspatialindex6 (>= 1.8.5), libstdc++6 (>= 11), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1 Size: 4820728 SHA256: 54b599f1d35bd5c0b5fbbea0eee10c8c004eeea6f8421305e6d4268d5822a06a SHA1: c453a35158ce0fc11f48684864fb936c90756ede MD5sum: 5f5caf8f891fca5147019d482278edc8 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_amd64.deb Package: libqgis-analysis3.34.12 Source: qgis Version: 3.34.12+dfsg-1~bpo12+1 Installed-Size: 9731 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.33), libgcc-s1 (>= 3.0), libgdal32 (>= 1.11), libgeos-c1v5 (>= 3.8.0), libgsl27 (>= 2.7.1), libqgis-core3.34.12 (>= 3.34.12+dfsg), libqt5concurrent5 (>= 5.6.0~rc), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.2.0) | libqt5gui5-gles (>= 5.2.0), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.0.2), libqt5xml5 (>= 5.0.2), libspatialindex6 (>= 1.8.5), libstdc++6 (>= 11), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1 Size: 4824768 SHA256: 8d36028d2fe1959e615f4d099e45cc3ef89b6ec1306462469b38ec97b62ab09f SHA1: 7c334cd483777dd43e4b093fdee37f6b5f0f13db MD5sum: f90bdce046b2de8e07f90e0a784dfdeb Description: QGIS - shared analysis library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared analysis library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-analysis3.34.12_3.34.12+dfsg-1~bpo12+1_amd64.deb Package: libqgis-analysis3.34.13 Source: qgis Version: 3.34.13+dfsg-1~bpo12+1 Installed-Size: 9739 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.33), libgcc-s1 (>= 3.0), libgdal32 (>= 1.11), libgeos-c1v5 (>= 3.8.0), libgsl27 (>= 2.7.1), libqgis-core3.34.13 (>= 3.34.13+dfsg), libqt5concurrent5 (>= 5.6.0~rc), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.2.0) | libqt5gui5-gles (>= 5.2.0), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.0.2), libqt5xml5 (>= 5.0.2), libspatialindex6 (>= 1.8.5), libstdc++6 (>= 11), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1 Size: 4834412 SHA256: cc1077516fdd1c0b13119f036746e1072f1a04b91b16073c8a3c3c0e11b7fca1 SHA1: dc203202723d1bfc356be5d16d9e246fc1fa733e MD5sum: e472639bc01a16539d9ddc9f1ab6c5ab Description: QGIS - shared analysis library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared analysis library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-analysis3.34.13_3.34.13+dfsg-1~bpo12+1_amd64.deb Package: libqgis-analysis3.34.14 Source: qgis Version: 3.34.14+dfsg-1~bpo12+1 Installed-Size: 9741 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.33), libgcc-s1 (>= 3.0), libgdal32 (>= 1.11), libgeos-c1v5 (>= 3.8.0), libgsl27 (>= 2.7.1), libqgis-core3.34.14 (>= 3.34.14+dfsg), libqt5concurrent5 (>= 5.6.0~rc), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.2.0) | libqt5gui5-gles (>= 5.2.0), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.0.2), libqt5xml5 (>= 5.0.2), libspatialindex6 (>= 1.8.5), libstdc++6 (>= 11), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1 Size: 4832040 SHA256: ec1e70261c0c55e1088d03a78fbf6fa8f084692212f7aeb79b0c0f447043fae2 SHA1: 984d637fdf391c839e7a1ef7d53a05b6d6a95ca1 MD5sum: 4b689b4ace9085f710951ff46a3c3665 Description: QGIS - shared analysis library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared analysis library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-analysis3.34.14_3.34.14+dfsg-1~bpo12+1_amd64.deb Package: libqgis-analysis3.34.6 Source: qgis Version: 3.34.6+dfsg-1~bpo12+1 Installed-Size: 9850 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.33), libgcc-s1 (>= 3.0), libgdal32 (>= 1.11), libgeos-c1v5 (>= 3.8.0), libgsl27 (>= 2.7.1), libqgis-core3.34.6 (>= 3.34.6), libqt5concurrent5 (>= 5.6.0~rc), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.2.0) | libqt5gui5-gles (>= 5.2.0), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.0.2), libqt5xml5 (>= 5.0.2), libspatialindex6 (>= 1.8.5), libstdc++6 (>= 11), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1 Size: 4823924 SHA256: 95136442d01652d6c4dbe42a28bb604460cb700eef4bc5578d1c8132586161d1 SHA1: 2584da022cf887720a1c115d3f0ef1d2431286ed MD5sum: 6d59f3ece14db8eefab3900cbefb95df 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_amd64.deb Package: libqgis-analysis3.34.7 Source: qgis Version: 3.34.7+dfsg-1~bpo12+1 Installed-Size: 9850 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.33), libgcc-s1 (>= 3.0), libgdal32 (>= 1.11), libgeos-c1v5 (>= 3.8.0), libgsl27 (>= 2.7.1), libqgis-core3.34.7 (>= 3.34.6), libqt5concurrent5 (>= 5.6.0~rc), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.2.0) | libqt5gui5-gles (>= 5.2.0), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.0.2), libqt5xml5 (>= 5.0.2), libspatialindex6 (>= 1.8.5), libstdc++6 (>= 11), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1 Size: 4825504 SHA256: f52b8a9edd69fc586146beb2c42982591d1b8cbb908836d2cd29322abf75d086 SHA1: 44386bd7272ff7ce04ae42de2e608be76aa82aad MD5sum: 10c2d0a7afdfcd5c89e4516aa19d44f0 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_amd64.deb Package: libqgis-analysis3.34.8 Source: qgis Version: 3.34.8+dfsg-1~bpo12+1 Installed-Size: 9853 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.33), libgcc-s1 (>= 3.0), libgdal32 (>= 1.11), libgeos-c1v5 (>= 3.8.0), libgsl27 (>= 2.7.1), libqgis-core3.34.8 (>= 3.34.6), libqt5concurrent5 (>= 5.6.0~rc), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.2.0) | libqt5gui5-gles (>= 5.2.0), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.0.2), libqt5xml5 (>= 5.0.2), libspatialindex6 (>= 1.8.5), libstdc++6 (>= 11), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1 Size: 4831552 SHA256: 97c41309aa3dd0e2469a7addaf2a555fe5daf52c600c6ca4258d4adffcd134fd SHA1: aa3029aa57df2bc4a3dd1dbfb25b827d6215fecb MD5sum: ad7cd2090d440256ac63569753a2c3ee 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_amd64.deb Package: libqgis-app3.28.10 Source: qgis Version: 3.28.10+dfsg-1~bpo12+1 Installed-Size: 16500 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.35), libgcc-s1 (>= 3.0), libgdal32 (>= 2.3.0), libgeos-c1v5 (>= 3.4.2), libproj25 (>= 5.0.0), libqgis-3d3.28.10 (>= 3.28.3), libqgis-analysis3.28.10 (>= 3.28.3), libqgis-core3.28.10 (>= 3.28.10), libqgis-gui3.28.10 (>= 3.28.3), libqgis-native3.28.10 (>= 3.4.5), libqscintilla2-qt5-15 (>= 2.11.2), libqt53dcore5 (>= 5.7.1~20161122), libqt53dlogic5 (>= 5.7.1~20161122), libqt53drender5 (>= 5.9.0), libqt5concurrent5 (>= 5.6.0~rc), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5network5 (>= 5.14.1), libqt5printsupport5 (>= 5.0.2), libqt5sql5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.15.1), libqt5xml5 (>= 5.0.2), libqwt-qt5-6 (>= 6.1.2), libspatialite7 (>= 2.4.0), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 11), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1 Size: 6420040 SHA256: 3d89069e829891a2db53edd2a1cdfe6f73b2b82ad037379c0f339c6b19e1ff18 SHA1: df583251a63eb8060d02b5bacaf611fdb500ac17 MD5sum: cfbce55e4a45950c35c709d5f97d9219 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_amd64.deb Package: libqgis-app3.28.11 Source: qgis Version: 3.28.11+dfsg-1~bpo12+1 Installed-Size: 16502 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.35), libgcc-s1 (>= 3.0), libgdal32 (>= 2.3.0), libgeos-c1v5 (>= 3.4.2), libproj25 (>= 5.0.0), libqgis-3d3.28.11 (>= 3.28.3), libqgis-analysis3.28.11 (>= 3.28.3), libqgis-core3.28.11 (>= 3.28.11), libqgis-gui3.28.11 (>= 3.28.3), libqgis-native3.28.11 (>= 3.4.5), libqscintilla2-qt5-15 (>= 2.11.2), libqt53dcore5 (>= 5.7.1~20161122), libqt53dlogic5 (>= 5.7.1~20161122), libqt53drender5 (>= 5.9.0), libqt5concurrent5 (>= 5.6.0~rc), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5network5 (>= 5.14.1), libqt5printsupport5 (>= 5.0.2), libqt5sql5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.15.1), libqt5xml5 (>= 5.0.2), libqwt-qt5-6 (>= 6.1.2), libspatialite7 (>= 2.4.0), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 11), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1 Size: 6423900 SHA256: e8ddacbb718a14e0e18f41071158dcfe465211ccbb77bfc166024dbe87bd8bdc SHA1: 46b4d8639b3110ae80bf076cf6b85b51a1f310fa MD5sum: f084ed42c5631db26b11f868bdb318ec 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_amd64.deb Package: libqgis-app3.28.12 Source: qgis Version: 3.28.12+dfsg-1~bpo12+1 Installed-Size: 16517 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.35), libgcc-s1 (>= 3.0), libgdal32 (>= 2.3.0), libgeos-c1v5 (>= 3.4.2), libproj25 (>= 5.0.0), libqgis-3d3.28.12 (>= 3.28.3), libqgis-analysis3.28.12 (>= 3.28.3), libqgis-core3.28.12 (>= 3.28.12), libqgis-gui3.28.12 (>= 3.28.3), libqgis-native3.28.12 (>= 3.4.5), libqscintilla2-qt5-15 (>= 2.11.2), libqt53dcore5 (>= 5.7.1~20161122), libqt53dlogic5 (>= 5.7.1~20161122), libqt53drender5 (>= 5.9.0), libqt5concurrent5 (>= 5.6.0~rc), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5network5 (>= 5.14.1), libqt5printsupport5 (>= 5.0.2), libqt5sql5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.15.1), libqt5xml5 (>= 5.0.2), libqwt-qt5-6 (>= 6.1.2), libspatialite7 (>= 2.4.0), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 11), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1 Size: 6422636 SHA256: 793181abef818c2e4310fc75de7e6c7207ce70cd055f4ca8bff175a74ea752e4 SHA1: c680e1b5bc1feeb4466d1aff6beb6867cff3c9ec MD5sum: 001c80909926a25e5b94832d878e075f 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_amd64.deb Package: libqgis-app3.28.13 Source: qgis Version: 3.28.13+dfsg-1~bpo12+1 Installed-Size: 16523 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.35), libgcc-s1 (>= 3.0), libgdal32 (>= 2.3.0), libgeos-c1v5 (>= 3.4.2), libproj25 (>= 5.0.0), libqgis-3d3.28.13 (>= 3.28.3), libqgis-analysis3.28.13 (>= 3.28.3), libqgis-core3.28.13 (>= 3.28.13), libqgis-gui3.28.13 (>= 3.28.3), libqgis-native3.28.13 (>= 3.4.5), libqscintilla2-qt5-15 (>= 2.11.2), libqt53dcore5 (>= 5.7.1~20161122), libqt53dlogic5 (>= 5.7.1~20161122), libqt53drender5 (>= 5.9.0), libqt5concurrent5 (>= 5.6.0~rc), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5network5 (>= 5.14.1), libqt5printsupport5 (>= 5.0.2), libqt5sql5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.15.1), libqt5xml5 (>= 5.0.2), libqwt-qt5-6 (>= 6.1.2), libspatialite7 (>= 2.4.0), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 11), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1 Size: 6427468 SHA256: 739c3019b017345ac8fa313759443451d54aaf707cbf21fa42d087a17f995478 SHA1: 479a0827e483b86e2ea96f87dfc9504b16134aef MD5sum: add03f1aa1395b8b9801c08bce6b4706 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_amd64.deb Package: libqgis-app3.28.14 Source: qgis Version: 3.28.14+dfsg-1~bpo12+1 Installed-Size: 16524 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.35), libgcc-s1 (>= 3.0), libgdal32 (>= 2.3.0), libgeos-c1v5 (>= 3.4.2), libproj25 (>= 5.0.0), libqgis-3d3.28.14 (>= 3.28.3), libqgis-analysis3.28.14 (>= 3.28.3), libqgis-core3.28.14 (>= 3.28.14), libqgis-gui3.28.14 (>= 3.28.3), libqgis-native3.28.14 (>= 3.4.5), libqscintilla2-qt5-15 (>= 2.11.2), libqt53dcore5 (>= 5.7.1~20161122), libqt53dlogic5 (>= 5.7.1~20161122), libqt53drender5 (>= 5.9.0), libqt5concurrent5 (>= 5.6.0~rc), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5network5 (>= 5.14.1), libqt5printsupport5 (>= 5.0.2), libqt5sql5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.15.1), libqt5xml5 (>= 5.0.2), libqwt-qt5-6 (>= 6.1.2), libspatialite7 (>= 2.4.0), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 11), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1 Size: 6429208 SHA256: e09df22d32c153c421e1ff4e13608d7cf4de7d1068b0a8e0479af8ac0c2dff19 SHA1: db3b68e8e364ef4da80a7c9ea17503506325b4a9 MD5sum: a6e0c6561e98e9f128f317ed9d80c182 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_amd64.deb Package: libqgis-app3.28.15 Source: qgis Version: 3.28.15+dfsg-1~bpo12+1 Installed-Size: 16525 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.35), libgcc-s1 (>= 3.0), libgdal32 (>= 2.3.0), libgeos-c1v5 (>= 3.4.2), libproj25 (>= 5.0.0), libqgis-3d3.28.15 (>= 3.28.3), libqgis-analysis3.28.15 (>= 3.28.3), libqgis-core3.28.15 (>= 3.28.15), libqgis-gui3.28.15 (>= 3.28.3), libqgis-native3.28.15 (>= 3.4.5), libqscintilla2-qt5-15 (>= 2.11.2), libqt53dcore5 (>= 5.7.1~20161122), libqt53dlogic5 (>= 5.7.1~20161122), libqt53drender5 (>= 5.9.0), libqt5concurrent5 (>= 5.6.0~rc), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5network5 (>= 5.14.1), libqt5printsupport5 (>= 5.0.2), libqt5sql5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.15.1), libqt5xml5 (>= 5.0.2), libqwt-qt5-6 (>= 6.1.2), libspatialite7 (>= 2.4.0), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 11), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1 Size: 6429784 SHA256: d0676e2e724e325f397647c4ec58aebeb4bd34ac4d2e33ea283ebb23bb4f9238 SHA1: 41c4ce4743e5ca3574edf7cad7f86a654ed7bdd9 MD5sum: ae60ea5f3afca425cd8320f31d007a5e 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_amd64.deb Package: libqgis-app3.28.8 Source: qgis Version: 3.28.8+dfsg-1~bpo12+1 Installed-Size: 16480 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.35), libgcc-s1 (>= 3.0), libgdal32 (>= 2.3.0), libgeos-c1v5 (>= 3.4.2), libproj25 (>= 5.0.0), libqgis-3d3.28.8 (>= 3.28.3), libqgis-analysis3.28.8 (>= 3.28.3), libqgis-core3.28.8 (>= 3.28.8), libqgis-gui3.28.8 (>= 3.28.3), libqgis-native3.28.8 (>= 3.4.5), libqscintilla2-qt5-15 (>= 2.11.2), libqt53dcore5 (>= 5.7.1~20161122), libqt53dlogic5 (>= 5.7.1~20161122), libqt53drender5 (>= 5.9.0), libqt5concurrent5 (>= 5.6.0~rc), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5network5 (>= 5.14.1), libqt5printsupport5 (>= 5.0.2), libqt5sql5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.15.1), libqt5xml5 (>= 5.0.2), libqwt-qt5-6 (>= 6.1.2), libspatialite7 (>= 2.4.0), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 11), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1 Size: 6409072 SHA256: 933abe6053d8bc32d0c4407973c2f97d103733f48688e6fdd55045c9be189214 SHA1: 95f5e89b34506b9810d6e1cf384449f71e9ba93f MD5sum: 5e73baefda4e6ee686feb5f795a9f552 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_amd64.deb Package: libqgis-app3.34.10 Source: qgis Version: 3.34.10+dfsg-1~bpo12+1 Installed-Size: 16181 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.35), libgcc-s1 (>= 3.0), libgdal32 (>= 2.3.0), libgeos-c1v5 (>= 3.4.2), libproj25 (>= 5.0.0), libqgis-3d3.34.10 (>= 3.34.10+dfsg), libqgis-analysis3.34.10 (>= 3.34.10+dfsg), libqgis-core3.34.10 (>= 3.34.10+dfsg), libqgis-gui3.34.10 (>= 3.34.10+dfsg), libqgis-native3.34.10 (>= 3.34.10+dfsg), libqscintilla2-qt5-15 (>= 2.11.2), libqt53dcore5 (>= 5.7.1~20161122), libqt53dlogic5 (>= 5.7.1~20161122), libqt53drender5 (>= 5.7.1~20161122), libqt5concurrent5 (>= 5.6.0~rc), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5network5 (>= 5.14.1), libqt5printsupport5 (>= 5.0.2), libqt5sql5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.15.1), libqt5xml5 (>= 5.0.2), libqwt-qt5-6 (>= 6.1.2), libspatialite7 (>= 2.4.0), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 11), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1 Size: 6597348 SHA256: 0890a7e25ee14ad3c8e7dac3803ec6031d5550aaa06978c385d6801e0e020882 SHA1: 13298a429250763efd9aeed75acfc80a3cfb79e5 MD5sum: c8a5ca663f826f18b35b46459fce0c65 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_amd64.deb Package: libqgis-app3.34.11 Source: qgis Version: 3.34.11+dfsg-1~bpo12+1 Installed-Size: 16183 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.35), libgcc-s1 (>= 3.0), libgdal32 (>= 2.3.0), libgeos-c1v5 (>= 3.4.2), libproj25 (>= 5.0.0), libqgis-3d3.34.11 (>= 3.34.11+dfsg), libqgis-analysis3.34.11 (>= 3.34.11+dfsg), libqgis-core3.34.11 (>= 3.34.11+dfsg), libqgis-gui3.34.11 (>= 3.34.11+dfsg), libqgis-native3.34.11 (>= 3.34.11+dfsg), libqscintilla2-qt5-15 (>= 2.11.2), libqt53dcore5 (>= 5.7.1~20161122), libqt53dlogic5 (>= 5.7.1~20161122), libqt53drender5 (>= 5.7.1~20161122), libqt5concurrent5 (>= 5.6.0~rc), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5network5 (>= 5.14.1), libqt5printsupport5 (>= 5.0.2), libqt5sql5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.15.1), libqt5xml5 (>= 5.0.2), libqwt-qt5-6 (>= 6.1.2), libspatialite7 (>= 2.4.0), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 11), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1 Size: 6600352 SHA256: 0a5c266a97534ef73df26a8143489f8f538fc6225887ea7663915556614f8851 SHA1: 7eaf232614880e4d45cf334602f30305838d1744 MD5sum: 7cb15c493ed21f11fbab1989ebfe8327 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_amd64.deb Package: libqgis-app3.34.12 Source: qgis Version: 3.34.12+dfsg-1~bpo12+1 Installed-Size: 16187 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.35), libgcc-s1 (>= 3.0), libgdal32 (>= 2.3.0), libgeos-c1v5 (>= 3.4.2), libproj25 (>= 5.0.0), libqgis-3d3.34.12 (>= 3.34.12+dfsg), libqgis-analysis3.34.12 (>= 3.34.12+dfsg), libqgis-core3.34.12 (>= 3.34.12+dfsg), libqgis-gui3.34.12 (>= 3.34.12+dfsg), libqgis-native3.34.12 (>= 3.34.12+dfsg), libqscintilla2-qt5-15 (>= 2.11.2), libqt53dcore5 (>= 5.7.1~20161122), libqt53dlogic5 (>= 5.7.1~20161122), libqt53drender5 (>= 5.7.1~20161122), libqt5concurrent5 (>= 5.6.0~rc), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5network5 (>= 5.14.1), libqt5printsupport5 (>= 5.0.2), libqt5sql5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.15.1), libqt5xml5 (>= 5.0.2), libqwt-qt5-6 (>= 6.1.2), libspatialite7 (>= 2.4.0), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 11), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1 Size: 6600600 SHA256: 696353def015c3dd93a24e6d349c0e250d1ed913fcdce0212ae57d51f65df5c7 SHA1: 596adecfe6a22df4112364cb96a73de57cc77107 MD5sum: 3d139be13473b2b73392215dfa3ac55e Description: QGIS - shared app library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared app library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-app3.34.12_3.34.12+dfsg-1~bpo12+1_amd64.deb Package: libqgis-app3.34.13 Source: qgis Version: 3.34.13+dfsg-1~bpo12+1 Installed-Size: 16191 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.35), libgcc-s1 (>= 3.0), libgdal32 (>= 2.3.0), libgeos-c1v5 (>= 3.4.2), libproj25 (>= 5.0.0), libqgis-3d3.34.13 (>= 3.34.13+dfsg), libqgis-analysis3.34.13 (>= 3.34.13+dfsg), libqgis-core3.34.13 (>= 3.34.13+dfsg), libqgis-gui3.34.13 (>= 3.34.13+dfsg), libqgis-native3.34.13 (>= 3.34.13+dfsg), libqscintilla2-qt5-15 (>= 2.11.2), libqt53dcore5 (>= 5.7.1~20161122), libqt53dlogic5 (>= 5.7.1~20161122), libqt53drender5 (>= 5.7.1~20161122), libqt5concurrent5 (>= 5.6.0~rc), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5network5 (>= 5.14.1), libqt5printsupport5 (>= 5.0.2), libqt5sql5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.15.1), libqt5xml5 (>= 5.0.2), libqwt-qt5-6 (>= 6.1.2), libspatialite7 (>= 2.4.0), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 11), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1 Size: 6606404 SHA256: 2a245974600f5832357e0d0f254bb96c4ef8ab04fe13cb2ce01c3dfa470c7112 SHA1: b16b3edbb8e8f7804751d5ede4d9b1ed0a328ea0 MD5sum: 8025b25ecabbb2c9a3aa19c9cae6aca1 Description: QGIS - shared app library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared app library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-app3.34.13_3.34.13+dfsg-1~bpo12+1_amd64.deb Package: libqgis-app3.34.14 Source: qgis Version: 3.34.14+dfsg-1~bpo12+1 Installed-Size: 16193 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.35), libgcc-s1 (>= 3.0), libgdal32 (>= 2.3.0), libgeos-c1v5 (>= 3.4.2), libproj25 (>= 5.0.0), libqgis-3d3.34.14 (>= 3.34.14+dfsg), libqgis-analysis3.34.14 (>= 3.34.14+dfsg), libqgis-core3.34.14 (>= 3.34.14+dfsg), libqgis-gui3.34.14 (>= 3.34.14+dfsg), libqgis-native3.34.14 (>= 3.34.14+dfsg), libqscintilla2-qt5-15 (>= 2.11.2), libqt53dcore5 (>= 5.7.1~20161122), libqt53dlogic5 (>= 5.7.1~20161122), libqt53drender5 (>= 5.7.1~20161122), libqt5concurrent5 (>= 5.6.0~rc), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5network5 (>= 5.14.1), libqt5printsupport5 (>= 5.0.2), libqt5sql5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.15.1), libqt5xml5 (>= 5.0.2), libqwt-qt5-6 (>= 6.1.2), libspatialite7 (>= 2.4.0), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 11), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1 Size: 6607340 SHA256: da40cc0c69d113a61417c6aca8c26c1cf89f325d1a8fbb9c616d0b2bba4d4825 SHA1: 3856feb4645402aff4af1361c2e0b73f80582021 MD5sum: 50996afc05de870e6bc9b10a6b0e1e15 Description: QGIS - shared app library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared app library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-app3.34.14_3.34.14+dfsg-1~bpo12+1_amd64.deb Package: libqgis-app3.34.6 Source: qgis Version: 3.34.6+dfsg-1~bpo12+1 Installed-Size: 16562 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.35), libgcc-s1 (>= 3.0), libgdal32 (>= 2.3.0), libgeos-c1v5 (>= 3.4.2), libproj25 (>= 5.0.0), libqgis-3d3.34.6 (>= 3.34.4), libqgis-analysis3.34.6 (>= 3.28.3), libqgis-core3.34.6 (>= 3.34.6), libqgis-gui3.34.6 (>= 3.34.4), libqgis-native3.34.6 (>= 3.4.5), libqscintilla2-qt5-15 (>= 2.11.2), libqt53dcore5 (>= 5.7.1~20161122), libqt53dlogic5 (>= 5.7.1~20161122), libqt53drender5 (>= 5.7.1~20161122), libqt5concurrent5 (>= 5.6.0~rc), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5network5 (>= 5.14.1), libqt5printsupport5 (>= 5.0.2), libqt5sql5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.15.1), libqt5xml5 (>= 5.0.2), libqwt-qt5-6 (>= 6.1.2), libspatialite7 (>= 2.4.0), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 11), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1 Size: 6631024 SHA256: 1621d2c15a2b10cc6da2a77a80569a616f6ad4c821934d8ad300a0785b240920 SHA1: 515108fa831fe0b4596eba7bd0c079f58a30cfdb MD5sum: 291229671854eca777dcbb534e06bc88 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_amd64.deb Package: libqgis-app3.34.7 Source: qgis Version: 3.34.7+dfsg-1~bpo12+1 Installed-Size: 16562 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.35), libgcc-s1 (>= 3.0), libgdal32 (>= 2.3.0), libgeos-c1v5 (>= 3.4.2), libproj25 (>= 5.0.0), libqgis-3d3.34.7 (>= 3.34.4), libqgis-analysis3.34.7 (>= 3.28.3), libqgis-core3.34.7 (>= 3.34.7), libqgis-gui3.34.7 (>= 3.34.4), libqgis-native3.34.7 (>= 3.4.5), libqscintilla2-qt5-15 (>= 2.11.2), libqt53dcore5 (>= 5.7.1~20161122), libqt53dlogic5 (>= 5.7.1~20161122), libqt53drender5 (>= 5.7.1~20161122), libqt5concurrent5 (>= 5.6.0~rc), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5network5 (>= 5.14.1), libqt5printsupport5 (>= 5.0.2), libqt5sql5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.15.1), libqt5xml5 (>= 5.0.2), libqwt-qt5-6 (>= 6.1.2), libspatialite7 (>= 2.4.0), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 11), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1 Size: 6627904 SHA256: e3bbfa787b61eb106bd515560a12ed5b03b159ba62a3920ef31150000a4a86e0 SHA1: 5770575372587a96453c895edf8ae3edc88040f6 MD5sum: 7b83bd793cfa2356dc42e11aa2daa561 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_amd64.deb Package: libqgis-app3.34.8 Source: qgis Version: 3.34.8+dfsg-1~bpo12+1 Installed-Size: 16565 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.35), libgcc-s1 (>= 3.0), libgdal32 (>= 2.3.0), libgeos-c1v5 (>= 3.4.2), libproj25 (>= 5.0.0), libqgis-3d3.34.8 (>= 3.34.4), libqgis-analysis3.34.8 (>= 3.28.3), libqgis-core3.34.8 (>= 3.34.8), libqgis-gui3.34.8 (>= 3.34.4), libqgis-native3.34.8 (>= 3.4.5), libqscintilla2-qt5-15 (>= 2.11.2), libqt53dcore5 (>= 5.7.1~20161122), libqt53dlogic5 (>= 5.7.1~20161122), libqt53drender5 (>= 5.7.1~20161122), libqt5concurrent5 (>= 5.6.0~rc), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5network5 (>= 5.14.1), libqt5printsupport5 (>= 5.0.2), libqt5sql5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.15.1), libqt5xml5 (>= 5.0.2), libqwt-qt5-6 (>= 6.1.2), libspatialite7 (>= 2.4.0), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 11), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1 Size: 6630060 SHA256: 4f43da5d9cabb437780bb97924a83c08914547e4fcd5b3182fda92d503cb311e SHA1: 5fc4f839026c2cb63f3a7ac43b3056b2dab01985 MD5sum: 1c4342ef46a8ee7fc7da4765e2130518 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_amd64.deb Package: libqgis-core3.28.10 Source: qgis Version: 3.28.10+dfsg-1~bpo12+1 Installed-Size: 38240 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.34), libexiv2-27 (>= 0.25), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.0), libgdal32 (>= 3.6.0), libgeos-c1v5 (>= 3.11.0~beta1), libproj25 (>= 8.1.0), libprotobuf-lite32 (>= 3.21.12), libqca-qt5-2 (>= 2.0.2), libqt5concurrent5 (>= 5.6.0~rc), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5keychain1 (>= 0.7.0), libqt5network5 (>= 5.15.1), libqt5positioning5 (>= 5.6.0), libqt5printsupport5 (>= 5.0.2), libqt5serialport5 (>= 5.6.0), libqt5sql5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.14.1), libqt5xml5 (>= 5.0.2), libspatialindex6 (>= 1.8.5), libspatialite7 (>= 4.1.0), libsqlite3-0 (>= 3.7.14), libstdc++6 (>= 11), libzip4 (>= 0.11.2), libzstd1 (>= 1.5.2), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1, ocl-icd-libopencl1 (>= 2.2.0) | libopencl-2.0-1, zlib1g (>= 1:1.1.4) Size: 15332316 SHA256: 1e895106eca682e6c783e15f7a921c96c240a013baa130ab791de4e4f4ed0b5e SHA1: ce01aaf4ec1851910360edd2e44576afb1860a58 MD5sum: a17436f29b69ed4982c451fbae29639d 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_amd64.deb Package: libqgis-core3.28.11 Source: qgis Version: 3.28.11+dfsg-1~bpo12+1 Installed-Size: 38242 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.34), libexiv2-27 (>= 0.25), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.0), libgdal32 (>= 3.6.0), libgeos-c1v5 (>= 3.11.0~beta1), libproj25 (>= 8.1.0), libprotobuf-lite32 (>= 3.21.12), libqca-qt5-2 (>= 2.0.2), libqt5concurrent5 (>= 5.6.0~rc), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5keychain1 (>= 0.7.0), libqt5network5 (>= 5.15.1), libqt5positioning5 (>= 5.6.0), libqt5printsupport5 (>= 5.0.2), libqt5serialport5 (>= 5.6.0), libqt5sql5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.14.1), libqt5xml5 (>= 5.0.2), libspatialindex6 (>= 1.8.5), libspatialite7 (>= 4.1.0), libsqlite3-0 (>= 3.7.14), libstdc++6 (>= 11), libzip4 (>= 0.11.2), libzstd1 (>= 1.5.2), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1, ocl-icd-libopencl1 (>= 2.2.0) | libopencl-2.0-1, zlib1g (>= 1:1.1.4) Size: 15325516 SHA256: 0d92fa589700726cc3209e402dba8959717642c16a1d4364ee72a908536af7e2 SHA1: e8be8c5181e47061b1127c55d00f7abd1bff8bc6 MD5sum: 35b31d2980bf26724b2bed44b7212514 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_amd64.deb Package: libqgis-core3.28.12 Source: qgis Version: 3.28.12+dfsg-1~bpo12+1 Installed-Size: 38248 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.34), libexiv2-27 (>= 0.25), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.0), libgdal32 (>= 3.6.0), libgeos-c1v5 (>= 3.11.0~beta1), libproj25 (>= 8.1.0), libprotobuf-lite32 (>= 3.21.12), libqca-qt5-2 (>= 2.0.2), libqt5concurrent5 (>= 5.6.0~rc), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5keychain1 (>= 0.7.0), libqt5network5 (>= 5.15.1), libqt5positioning5 (>= 5.6.0), libqt5printsupport5 (>= 5.0.2), libqt5serialport5 (>= 5.6.0), libqt5sql5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.14.1), libqt5xml5 (>= 5.0.2), libspatialindex6 (>= 1.8.5), libspatialite7 (>= 4.1.0), libsqlite3-0 (>= 3.7.14), libstdc++6 (>= 11), libzip4 (>= 0.11.2), libzstd1 (>= 1.5.2), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1, ocl-icd-libopencl1 (>= 2.2.0) | libopencl-2.0-1, zlib1g (>= 1:1.1.4) Size: 15326800 SHA256: 4322de3e2e5dd9cc0d57c4f77d100103a9f3040cd346c7645effe637ff213cf2 SHA1: a92b57256b12c2300462b18b624a8ff1504afac2 MD5sum: 517fa91ba3da8a170270b144f7abf852 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_amd64.deb Package: libqgis-core3.28.13 Source: qgis Version: 3.28.13+dfsg-1~bpo12+1 Installed-Size: 38255 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.34), libexiv2-27 (>= 0.25), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.0), libgdal32 (>= 3.6.0), libgeos-c1v5 (>= 3.11.0~beta1), libproj25 (>= 8.1.0), libprotobuf-lite32 (>= 3.21.12), libqca-qt5-2 (>= 2.0.2), libqt5concurrent5 (>= 5.6.0~rc), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5keychain1 (>= 0.7.0), libqt5network5 (>= 5.15.1), libqt5positioning5 (>= 5.6.0), libqt5printsupport5 (>= 5.0.2), libqt5serialport5 (>= 5.6.0), libqt5sql5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.14.1), libqt5xml5 (>= 5.0.2), libspatialindex6 (>= 1.8.5), libspatialite7 (>= 4.1.0), libsqlite3-0 (>= 3.7.14), libstdc++6 (>= 11), libzip4 (>= 0.11.2), libzstd1 (>= 1.5.2), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1, ocl-icd-libopencl1 (>= 2.2.0) | libopencl-2.0-1, zlib1g (>= 1:1.1.4) Size: 15331160 SHA256: cc5d8f92c46ef795d166845237e27537ce0f38c0f139debf3aeded075c72f077 SHA1: f180343f042e7ed800216b73e9bda9096ffa7388 MD5sum: 2d65db0191136d8abfc8f5d5c6f0312d 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_amd64.deb Package: libqgis-core3.28.14 Source: qgis Version: 3.28.14+dfsg-1~bpo12+1 Installed-Size: 38256 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.34), libexiv2-27 (>= 0.25), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.0), libgdal32 (>= 3.6.0), libgeos-c1v5 (>= 3.11.0~beta1), libproj25 (>= 8.1.0), libprotobuf-lite32 (>= 3.21.12), libqca-qt5-2 (>= 2.0.2), libqt5concurrent5 (>= 5.6.0~rc), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5keychain1 (>= 0.7.0), libqt5network5 (>= 5.15.1), libqt5positioning5 (>= 5.6.0), libqt5printsupport5 (>= 5.0.2), libqt5serialport5 (>= 5.6.0), libqt5sql5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.14.1), libqt5xml5 (>= 5.0.2), libspatialindex6 (>= 1.8.5), libspatialite7 (>= 4.1.0), libsqlite3-0 (>= 3.7.14), libstdc++6 (>= 11), libzip4 (>= 0.11.2), libzstd1 (>= 1.5.2), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1, ocl-icd-libopencl1 (>= 2.2.0) | libopencl-2.0-1, zlib1g (>= 1:1.1.4) Size: 15331116 SHA256: 8767717e92e60b621b87ba1626ac8c262ce63d44b1fbbfb5257f46a71c94cc5f SHA1: cf361a849ba2e797d3ee1d795f74dc3424af3443 MD5sum: 28acfe946b6dcf2fb8cc86c85e55c539 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_amd64.deb Package: libqgis-core3.28.15 Source: qgis Version: 3.28.15+dfsg-1~bpo12+1 Installed-Size: 38257 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.34), libexiv2-27 (>= 0.25), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.0), libgdal32 (>= 3.6.0), libgeos-c1v5 (>= 3.11.0~beta1), libproj25 (>= 8.1.0), libprotobuf-lite32 (>= 3.21.12), libqca-qt5-2 (>= 2.0.2), libqt5concurrent5 (>= 5.6.0~rc), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5keychain1 (>= 0.7.0), libqt5network5 (>= 5.15.1), libqt5positioning5 (>= 5.6.0), libqt5printsupport5 (>= 5.0.2), libqt5serialport5 (>= 5.6.0), libqt5sql5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.14.1), libqt5xml5 (>= 5.0.2), libspatialindex6 (>= 1.8.5), libspatialite7 (>= 4.1.0), libsqlite3-0 (>= 3.7.14), libstdc++6 (>= 11), libzip4 (>= 0.11.2), libzstd1 (>= 1.5.2), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1, ocl-icd-libopencl1 (>= 2.2.0) | libopencl-2.0-1, zlib1g (>= 1:1.1.4) Size: 15338808 SHA256: 0c3ee13a1d4c2e4e92966b30f917a1a4ccd1e911d99a252bdd2072d82f404c92 SHA1: 7476863580a4816310c3b9a9b104e203ac629e91 MD5sum: 5cd671fb62570b264bc89b35aecef038 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_amd64.deb Package: libqgis-core3.28.8 Source: qgis Version: 3.28.8+dfsg-1~bpo12+1 Installed-Size: 38235 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.34), libexiv2-27 (>= 0.25), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.0), libgdal32 (>= 3.6.0), libgeos-c1v5 (>= 3.11.0~beta1), libproj25 (>= 8.1.0), libprotobuf-lite32 (>= 3.21.12), libqca-qt5-2 (>= 2.0.2), libqt5concurrent5 (>= 5.6.0~rc), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5keychain1 (>= 0.7.0), libqt5network5 (>= 5.15.1), libqt5positioning5 (>= 5.6.0), libqt5printsupport5 (>= 5.0.2), libqt5serialport5 (>= 5.6.0), libqt5sql5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.14.1), libqt5xml5 (>= 5.0.2), libspatialindex6 (>= 1.8.5), libspatialite7 (>= 4.1.0), libsqlite3-0 (>= 3.7.14), libstdc++6 (>= 11), libzip4 (>= 0.11.2), libzstd1 (>= 1.5.2), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1, ocl-icd-libopencl1 (>= 2.2.0) | libopencl-2.0-1, zlib1g (>= 1:1.1.4) Size: 15328020 SHA256: 442423048f96fed706287a6da3b98d4e6852cae4dd8f41f90814b97f5f7f4a8b SHA1: 3b39dfaa7c3356ee87490f862ea3cfbccfe47e77 MD5sum: 275bf99c2b1b027a4e03d4dc9c930d01 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_amd64.deb Package: libqgis-core3.34.10 Source: qgis Version: 3.34.10+dfsg-1~bpo12+1 Installed-Size: 37820 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.35), libexiv2-27 (>= 0.25), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.0), libgdal32 (>= 3.6.0), libgeos-c1v5 (>= 3.11.0~beta1), libproj25 (>= 8.1.0), libprotobuf-lite32 (>= 3.21.12), libqca-qt5-2 (>= 2.0.2), libqt5concurrent5 (>= 5.6.0~rc), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5keychain1 (>= 0.7.0), libqt5network5 (>= 5.15.1), libqt5positioning5 (>= 5.6.0), libqt5printsupport5 (>= 5.0.2), libqt5serialport5 (>= 5.9.0), libqt5sql5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.14.1), libqt5xml5 (>= 5.0.2), libspatialindex6 (>= 1.8.5), libspatialite7 (>= 4.1.0), libsqlite3-0 (>= 3.7.14), libstdc++6 (>= 11), libzip4 (>= 0.11.2), libzstd1 (>= 1.5.2), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1, ocl-icd-libopencl1 (>= 2.2.0) | libopencl-2.0-1, zlib1g (>= 1:1.1.4) Size: 15035556 SHA256: b9e25e0abd27303394e9509fd7f12bf7c7a249a029a3c0bdfe4c705ad5676d11 SHA1: 73dbe53feaecf3a5517ade21c2ff0b440d6180c4 MD5sum: 5f28f9946c9590302004db9736b4542e 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_amd64.deb Package: libqgis-core3.34.11 Source: qgis Version: 3.34.11+dfsg-1~bpo12+1 Installed-Size: 38918 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.35), libexiv2-27 (>= 0.25), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.0), libgdal32 (>= 3.6.0), libgeos-c1v5 (>= 3.11.0~beta1), libproj25 (>= 8.1.0), libprotobuf-lite32 (>= 3.21.12), libqca-qt5-2 (>= 2.0.2), libqt5concurrent5 (>= 5.6.0~rc), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5keychain1 (>= 0.7.0), libqt5network5 (>= 5.15.1), libqt5positioning5 (>= 5.6.0), libqt5printsupport5 (>= 5.0.2), libqt5serialport5 (>= 5.9.0), libqt5sql5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.14.1), libqt5xml5 (>= 5.0.2), libspatialindex6 (>= 1.8.5), libspatialite7 (>= 4.1.0), libsqlite3-0 (>= 3.7.14), libstdc++6 (>= 11), libzip4 (>= 0.11.2), libzstd1 (>= 1.5.2), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1, ocl-icd-libopencl1 (>= 2.2.0) | libopencl-2.0-1, zlib1g (>= 1:1.1.4) Size: 15206660 SHA256: 65a8dccb127fac188730e4d8fc6da42c863f2284661e7fc3f51c72078099f9f4 SHA1: 7822538ee82fba5183bc2cc3593bb6f518f543ff MD5sum: af2fd9518b0c3bf89389369e14848b54 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_amd64.deb Package: libqgis-core3.34.12 Source: qgis Version: 3.34.12+dfsg-1~bpo12+1 Installed-Size: 38922 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.35), libexiv2-27 (>= 0.25), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.0), libgdal32 (>= 3.6.0), libgeos-c1v5 (>= 3.11.0~beta1), libproj25 (>= 8.1.0), libprotobuf-lite32 (>= 3.21.12), libqca-qt5-2 (>= 2.0.2), libqt5concurrent5 (>= 5.6.0~rc), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5keychain1 (>= 0.7.0), libqt5network5 (>= 5.15.1), libqt5positioning5 (>= 5.6.0), libqt5printsupport5 (>= 5.0.2), libqt5serialport5 (>= 5.9.0), libqt5sql5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.14.1), libqt5xml5 (>= 5.0.2), libspatialindex6 (>= 1.8.5), libspatialite7 (>= 4.1.0), libsqlite3-0 (>= 3.7.14), libstdc++6 (>= 11), libzip4 (>= 0.11.2), libzstd1 (>= 1.5.2), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1, ocl-icd-libopencl1 (>= 2.2.0) | libopencl-2.0-1, zlib1g (>= 1:1.1.4) Size: 15216708 SHA256: 5ecc514edcdb38385cf4963f120e78742e729b67c707c307effcc839c267693e SHA1: 1c64506b07c56d78ee959f9a752593a3f7701377 MD5sum: b72df0554000fcd8fe809934809d1e0f Description: QGIS - shared core library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared core library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-core3.34.12_3.34.12+dfsg-1~bpo12+1_amd64.deb Package: libqgis-core3.34.13 Source: qgis Version: 3.34.13+dfsg-1~bpo12+1 Installed-Size: 38938 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.35), libexiv2-27 (>= 0.25), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.0), libgdal32 (>= 3.6.0), libgeos-c1v5 (>= 3.11.0~beta1), libproj25 (>= 8.1.0), libprotobuf-lite32 (>= 3.21.12), libqca-qt5-2 (>= 2.0.2), libqt5concurrent5 (>= 5.6.0~rc), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5keychain1 (>= 0.7.0), libqt5network5 (>= 5.15.1), libqt5positioning5 (>= 5.6.0), libqt5printsupport5 (>= 5.0.2), libqt5serialport5 (>= 5.9.0), libqt5sql5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.14.1), libqt5xml5 (>= 5.0.2), libspatialindex6 (>= 1.8.5), libspatialite7 (>= 4.1.0), libsqlite3-0 (>= 3.7.14), libstdc++6 (>= 11), libzip4 (>= 0.11.2), libzstd1 (>= 1.5.2), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1, ocl-icd-libopencl1 (>= 2.2.0) | libopencl-2.0-1, zlib1g (>= 1:1.1.4) Size: 15219648 SHA256: 5027a9720787df7d88d7818c328ef8fe1162a008d90b02afdf898bebfdf76024 SHA1: 3c68c046b3e063db0744180ab8dc5444c1b94dd9 MD5sum: 1fba3cadbc1ba4c284b40ca4816228cf Description: QGIS - shared core library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared core library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-core3.34.13_3.34.13+dfsg-1~bpo12+1_amd64.deb Package: libqgis-core3.34.14 Source: qgis Version: 3.34.14+dfsg-1~bpo12+1 Installed-Size: 38944 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.35), libexiv2-27 (>= 0.25), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.0), libgdal32 (>= 3.6.0), libgeos-c1v5 (>= 3.11.0~beta1), libproj25 (>= 8.1.0), libprotobuf-lite32 (>= 3.21.12), libqca-qt5-2 (>= 2.0.2), libqt5concurrent5 (>= 5.6.0~rc), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5keychain1 (>= 0.7.0), libqt5network5 (>= 5.15.1), libqt5positioning5 (>= 5.6.0), libqt5printsupport5 (>= 5.0.2), libqt5serialport5 (>= 5.9.0), libqt5sql5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.14.1), libqt5xml5 (>= 5.0.2), libspatialindex6 (>= 1.8.5), libspatialite7 (>= 4.1.0), libsqlite3-0 (>= 3.7.14), libstdc++6 (>= 11), libzip4 (>= 0.11.2), libzstd1 (>= 1.5.2), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1, ocl-icd-libopencl1 (>= 2.2.0) | libopencl-2.0-1, zlib1g (>= 1:1.1.4) Size: 15230676 SHA256: 4e357da0bfc63c70b58c66159cf9c0710f5a263183f9464459f88bb25d4020d0 SHA1: ac537fc49a3f2dbe389213e116807874b4c8b4fc MD5sum: f52af53000899d6c41fa507416e9ecec Description: QGIS - shared core library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared core library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-core3.34.14_3.34.14+dfsg-1~bpo12+1_amd64.deb Package: libqgis-core3.34.6 Source: qgis Version: 3.34.6+dfsg-1~bpo12+1 Installed-Size: 39788 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.35), libexiv2-27 (>= 0.25), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.0), libgdal32 (>= 3.6.0), libgeos-c1v5 (>= 3.11.0~beta1), libproj25 (>= 8.1.0), libprotobuf-lite32 (>= 3.21.12), libqca-qt5-2 (>= 2.0.2), libqt5concurrent5 (>= 5.6.0~rc), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5keychain1 (>= 0.7.0), libqt5network5 (>= 5.15.1), libqt5positioning5 (>= 5.6.0), libqt5printsupport5 (>= 5.0.2), libqt5serialport5 (>= 5.9.0), libqt5sql5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.14.1), libqt5xml5 (>= 5.0.2), libspatialindex6 (>= 1.8.5), libspatialite7 (>= 4.1.0), libsqlite3-0 (>= 3.7.14), libstdc++6 (>= 11), libzip4 (>= 0.11.2), libzstd1 (>= 1.5.2), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1, ocl-icd-libopencl1 (>= 2.2.0) | libopencl-2.0-1, zlib1g (>= 1:1.1.4) Size: 15218132 SHA256: ef2f6741516c31e295724de890ce525c6d88731e417f02c5209d9fbef3a0e4f0 SHA1: 98e24477b4adc396eb1800dad05e2cb32cfbe18a MD5sum: 7b1464e08f30c766bf4151a864ac041d 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_amd64.deb Package: libqgis-core3.34.7 Source: qgis Version: 3.34.7+dfsg-1~bpo12+1 Installed-Size: 39788 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.35), libexiv2-27 (>= 0.25), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.0), libgdal32 (>= 3.6.0), libgeos-c1v5 (>= 3.11.0~beta1), libproj25 (>= 8.1.0), libprotobuf-lite32 (>= 3.21.12), libqca-qt5-2 (>= 2.0.2), libqt5concurrent5 (>= 5.6.0~rc), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5keychain1 (>= 0.7.0), libqt5network5 (>= 5.15.1), libqt5positioning5 (>= 5.6.0), libqt5printsupport5 (>= 5.0.2), libqt5serialport5 (>= 5.9.0), libqt5sql5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.14.1), libqt5xml5 (>= 5.0.2), libspatialindex6 (>= 1.8.5), libspatialite7 (>= 4.1.0), libsqlite3-0 (>= 3.7.14), libstdc++6 (>= 11), libzip4 (>= 0.11.2), libzstd1 (>= 1.5.2), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1, ocl-icd-libopencl1 (>= 2.2.0) | libopencl-2.0-1, zlib1g (>= 1:1.1.4) Size: 15223216 SHA256: 511353d615f4309d1efb6b1520d212f83b5cfe3279b7b60d867bed838efdf856 SHA1: e7248c4ae88f311bae1f711683981ffdb63bccac MD5sum: e1016c991a14dae37926601636d2f9ac 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_amd64.deb Package: libqgis-core3.34.8 Source: qgis Version: 3.34.8+dfsg-1~bpo12+1 Installed-Size: 39791 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.35), libexiv2-27 (>= 0.25), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.0), libgdal32 (>= 3.6.0), libgeos-c1v5 (>= 3.11.0~beta1), libproj25 (>= 8.1.0), libprotobuf-lite32 (>= 3.21.12), libqca-qt5-2 (>= 2.0.2), libqt5concurrent5 (>= 5.6.0~rc), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5keychain1 (>= 0.7.0), libqt5network5 (>= 5.15.1), libqt5positioning5 (>= 5.6.0), libqt5printsupport5 (>= 5.0.2), libqt5serialport5 (>= 5.9.0), libqt5sql5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.14.1), libqt5xml5 (>= 5.0.2), libspatialindex6 (>= 1.8.5), libspatialite7 (>= 4.1.0), libsqlite3-0 (>= 3.7.14), libstdc++6 (>= 11), libzip4 (>= 0.11.2), libzstd1 (>= 1.5.2), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1, ocl-icd-libopencl1 (>= 2.2.0) | libopencl-2.0-1, zlib1g (>= 1:1.1.4) Size: 15235100 SHA256: f6b8b6452e8aca99ce7dc83e39b14d92918a30022f7fe4a641e86e0a4d5e9f83 SHA1: 1780c78331d87fc3b2f209400e48d1fca4cf1be5 MD5sum: cf5a2396f896f71c5d6ad8ee503986d1 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_amd64.deb Package: libqgis-customwidgets Source: qgis Version: 3.34.14+dfsg-1~bpo12+1 Installed-Size: 3513 Maintainer: Debian GIS Project Architecture: amd64 Depends: qttools5-dev-tools, libc6 (>= 2.14), libgcc-s1 (>= 3.0), libqgis-core3.34.14 (>= 3.34.14+dfsg), libqgis-gui3.34.14 (>= 3.34.14+dfsg), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libstdc++6 (>= 5) Size: 3233980 SHA256: d420886cff1360581b77a205fcfff954bb256d42efcf670aa59df5b94bdaf552 SHA1: 9c778ae0b11119d7ded4dbb49677cf9956366f59 MD5sum: ab11096b97446bdb7aafa2785d3fe0e0 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.14+dfsg-1~bpo12+1_amd64.deb Package: libqgis-dev Source: qgis Version: 3.34.14+dfsg-1~bpo12+1 Installed-Size: 23944 Maintainer: Debian GIS Project Architecture: amd64 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.14 (= 3.34.14+dfsg-1~bpo12+1), libqgis-analysis3.34.14 (= 3.34.14+dfsg-1~bpo12+1), libqgis-app3.34.14 (= 3.34.14+dfsg-1~bpo12+1), libqgis-core3.34.14 (= 3.34.14+dfsg-1~bpo12+1), libqgis-gui3.34.14 (= 3.34.14+dfsg-1~bpo12+1), libqgis-native3.34.14 (= 3.34.14+dfsg-1~bpo12+1), libqgis-server3.34.14 (= 3.34.14+dfsg-1~bpo12+1), libqgisgrass8-3.34.14 (= 3.34.14+dfsg-1~bpo12+1), libqgispython3.34.14 (= 3.34.14+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.14+dfsg-1~bpo12+1), qtbase5-dev, qtpositioning5-dev, qttools5-dev, sip-tools Recommends: libqgis-customwidgets Size: 5317072 SHA256: 58ec9ef4262fcf7883c97cfc271dcebe5397550d84264530ef205ac1a98687e5 SHA1: 39ccc8d991b7c62fcd6a861d7aafc3604925a1a3 MD5sum: 58c02517e519b859aa0430f35e90af60 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.14+dfsg-1~bpo12+1_amd64.deb Package: libqgis-gui3.28.10 Source: qgis Version: 3.28.10+dfsg-1~bpo12+1 Installed-Size: 25659 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgdal32 (>= 2.2.0), libproj25 (>= 6.0.0), libqca-qt5-2 (>= 2.1.0+git20141127.0049+15.04), libqgis-core3.28.10 (>= 3.28.10), libqgis-native3.28.10 (>= 3.4.5), libqscintilla2-qt5-15 (>= 2.11.2), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5network5 (>= 5.14.1), libqt5printsupport5 (>= 5.0.2), libqt5qml5 (>= 5.0.2), libqt5quickwidgets5 (>= 5.3.0), libqt5sql5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.15.1), libqt5xml5 (>= 5.0.2), libqwt-qt5-6 (>= 6.1.2), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 5.2) Size: 8306572 SHA256: 60759e879a7e36be7d384a572eb8ebcf5a305fe82c883b9184e15b64d941e8ca SHA1: 3104041af295c23f0104fa6c223c9b0d567f40fd MD5sum: a7ff20af16c4701219037a773cc46c52 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_amd64.deb Package: libqgis-gui3.28.11 Source: qgis Version: 3.28.11+dfsg-1~bpo12+1 Installed-Size: 25669 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgdal32 (>= 2.2.0), libproj25 (>= 6.0.0), libqca-qt5-2 (>= 2.1.0+git20141127.0049+15.04), libqgis-core3.28.11 (>= 3.28.10), libqgis-native3.28.11 (>= 3.4.5), libqscintilla2-qt5-15 (>= 2.11.2), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5network5 (>= 5.14.1), libqt5printsupport5 (>= 5.0.2), libqt5qml5 (>= 5.0.2), libqt5quickwidgets5 (>= 5.3.0), libqt5sql5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.15.1), libqt5xml5 (>= 5.0.2), libqwt-qt5-6 (>= 6.1.2), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 5.2) Size: 8311100 SHA256: 2a1bc6bcb394efce8fc26f7991d6d3fbd32e6c8e6184e6438dca939082405022 SHA1: c36bea42d41b2e52ba7e580af072ff175b0e4f00 MD5sum: 6085723be2ae20d8981562cbb18baded 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_amd64.deb Package: libqgis-gui3.28.12 Source: qgis Version: 3.28.12+dfsg-1~bpo12+1 Installed-Size: 25671 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgdal32 (>= 2.2.0), libproj25 (>= 6.0.0), libqca-qt5-2 (>= 2.1.0+git20141127.0049+15.04), libqgis-core3.28.12 (>= 3.28.10), libqgis-native3.28.12 (>= 3.4.5), libqscintilla2-qt5-15 (>= 2.11.2), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5network5 (>= 5.14.1), libqt5printsupport5 (>= 5.0.2), libqt5qml5 (>= 5.0.2), libqt5quickwidgets5 (>= 5.3.0), libqt5sql5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.15.1), libqt5xml5 (>= 5.0.2), libqwt-qt5-6 (>= 6.1.2), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 5.2) Size: 8309128 SHA256: eb64113af2707231badbbefdef7f5ee39af458098c8454bc2ddf36ccbe825add SHA1: 186cbe5eb9fc3accfc78587aca2c20b70a1178a8 MD5sum: 6d701660a4d5ea6586ed846b5098fd81 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_amd64.deb Package: libqgis-gui3.28.13 Source: qgis Version: 3.28.13+dfsg-1~bpo12+1 Installed-Size: 25678 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgdal32 (>= 2.2.0), libproj25 (>= 6.0.0), libqca-qt5-2 (>= 2.1.0+git20141127.0049+15.04), libqgis-core3.28.13 (>= 3.28.10), libqgis-native3.28.13 (>= 3.4.5), libqscintilla2-qt5-15 (>= 2.11.2), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5network5 (>= 5.14.1), libqt5printsupport5 (>= 5.0.2), libqt5qml5 (>= 5.0.2), libqt5quickwidgets5 (>= 5.3.0), libqt5sql5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.15.1), libqt5xml5 (>= 5.0.2), libqwt-qt5-6 (>= 6.1.2), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 5.2) Size: 8316672 SHA256: 642efbe9d3bfb2ca311625782a2650681cbc11429b1323fb90c45c6446382ffa SHA1: 68ed515002f0cda6b6944c0ff7d9ccc2cf24129b MD5sum: 83a335440b70a162a1688101c1b46d72 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_amd64.deb Package: libqgis-gui3.28.14 Source: qgis Version: 3.28.14+dfsg-1~bpo12+1 Installed-Size: 25679 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgdal32 (>= 2.2.0), libproj25 (>= 6.0.0), libqca-qt5-2 (>= 2.1.0+git20141127.0049+15.04), libqgis-core3.28.14 (>= 3.28.10), libqgis-native3.28.14 (>= 3.4.5), libqscintilla2-qt5-15 (>= 2.11.2), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5network5 (>= 5.14.1), libqt5printsupport5 (>= 5.0.2), libqt5qml5 (>= 5.0.2), libqt5quickwidgets5 (>= 5.3.0), libqt5sql5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.15.1), libqt5xml5 (>= 5.0.2), libqwt-qt5-6 (>= 6.1.2), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 5.2) Size: 8316808 SHA256: 28c3a256099151386aad81c4d6ca89b45c85208f97c782a237b3b759a79a9ccb SHA1: 48a1d07562dcf8f9ac97c9bcf5329371035836dc MD5sum: 26f379675d107c1ed7fd527159239333 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_amd64.deb Package: libqgis-gui3.28.15 Source: qgis Version: 3.28.15+dfsg-1~bpo12+1 Installed-Size: 25680 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgdal32 (>= 2.2.0), libproj25 (>= 6.0.0), libqca-qt5-2 (>= 2.1.0+git20141127.0049+15.04), libqgis-core3.28.15 (>= 3.28.10), libqgis-native3.28.15 (>= 3.4.5), libqscintilla2-qt5-15 (>= 2.11.2), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5network5 (>= 5.14.1), libqt5printsupport5 (>= 5.0.2), libqt5qml5 (>= 5.0.2), libqt5quickwidgets5 (>= 5.3.0), libqt5sql5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.15.1), libqt5xml5 (>= 5.0.2), libqwt-qt5-6 (>= 6.1.2), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 5.2) Size: 8316880 SHA256: a1590e5e7c5e35f28e30f2e766bc174658c41e1ee9e10881cc42f32827f6b4c5 SHA1: a3a01fdc3d1d80b36f511e1247e449991f64ba5b MD5sum: 6746606b3c055d62e4b39e0193b9b9fc 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_amd64.deb Package: libqgis-gui3.28.8 Source: qgis Version: 3.28.8+dfsg-1~bpo12+1 Installed-Size: 25655 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgdal32 (>= 2.2.0), libproj25 (>= 6.0.0), libqca-qt5-2 (>= 2.1.0+git20141127.0049+15.04), libqgis-core3.28.8 (>= 3.28.4), libqgis-native3.28.8 (>= 3.4.5), libqscintilla2-qt5-15 (>= 2.11.2), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5network5 (>= 5.14.1), libqt5printsupport5 (>= 5.0.2), libqt5qml5 (>= 5.0.2), libqt5quickwidgets5 (>= 5.3.0), libqt5sql5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.15.1), libqt5xml5 (>= 5.0.2), libqwt-qt5-6 (>= 6.1.2), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 5.2) Size: 8317960 SHA256: c29134030a0b2d9204e6b2803d956acbed6c9ea7f2fcf8c1d01cf7757ddb2714 SHA1: 5df0f1471134a53e3880cffff79c92c188dc9e62 MD5sum: 20b8900b88eed152ae7a9ee858a2af89 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_amd64.deb Package: libqgis-gui3.34.10 Source: qgis Version: 3.34.10+dfsg-1~bpo12+1 Installed-Size: 25865 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgdal32 (>= 2.2.0), libproj25 (>= 6.0.0), libqca-qt5-2 (>= 2.1.0+git20141127.0049+15.04), libqgis-core3.34.10 (>= 3.34.10+dfsg), libqgis-native3.34.10 (>= 3.34.10+dfsg), libqscintilla2-qt5-15 (>= 2.11.2), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5multimedia5 (>= 5.6.0~beta), libqt5multimediawidgets5 (>= 5.6.0~beta), libqt5network5 (>= 5.14.1), libqt5printsupport5 (>= 5.0.2), libqt5qml5 (>= 5.0.2), libqt5quickwidgets5 (>= 5.3.0), libqt5serialport5 (>= 5.6.0), libqt5sql5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.15.1), libqt5xml5 (>= 5.0.2), libqwt-qt5-6 (>= 6.1.2), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 11) Size: 8693272 SHA256: 1e35e7d97adda1ce701f8d0abac391f4c6c2c71d691af1196d8e6ae79991fe2b SHA1: b88251f1c70d2e6716a3c0e3af613e1d8ef3be24 MD5sum: 1268df9f46a97f63717bf94d23e83bc3 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_amd64.deb Package: libqgis-gui3.34.11 Source: qgis Version: 3.34.11+dfsg-1~bpo12+1 Installed-Size: 25867 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgdal32 (>= 2.2.0), libproj25 (>= 6.0.0), libqca-qt5-2 (>= 2.1.0+git20141127.0049+15.04), libqgis-core3.34.11 (>= 3.34.11+dfsg), libqgis-native3.34.11 (>= 3.34.11+dfsg), libqscintilla2-qt5-15 (>= 2.11.2), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5multimedia5 (>= 5.6.0~beta), libqt5multimediawidgets5 (>= 5.6.0~beta), libqt5network5 (>= 5.14.1), libqt5printsupport5 (>= 5.0.2), libqt5qml5 (>= 5.0.2), libqt5quickwidgets5 (>= 5.3.0), libqt5serialport5 (>= 5.6.0), libqt5sql5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.15.1), libqt5xml5 (>= 5.0.2), libqwt-qt5-6 (>= 6.1.2), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 11) Size: 8707664 SHA256: e52f2567bc43abbccb686d46353dff68c44b5a3c0288e2f78c8a1b53fe514350 SHA1: 81c7cfa43a510e681d6497546da36727b5421a80 MD5sum: 37b26d54bdcea74d02223dfed31ae71e 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_amd64.deb Package: libqgis-gui3.34.12 Source: qgis Version: 3.34.12+dfsg-1~bpo12+1 Installed-Size: 25871 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgdal32 (>= 2.2.0), libproj25 (>= 6.0.0), libqca-qt5-2 (>= 2.1.0+git20141127.0049+15.04), libqgis-core3.34.12 (>= 3.34.12+dfsg), libqgis-native3.34.12 (>= 3.34.12+dfsg), libqscintilla2-qt5-15 (>= 2.11.2), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5multimedia5 (>= 5.6.0~beta), libqt5multimediawidgets5 (>= 5.6.0~beta), libqt5network5 (>= 5.14.1), libqt5printsupport5 (>= 5.0.2), libqt5qml5 (>= 5.0.2), libqt5quickwidgets5 (>= 5.3.0), libqt5serialport5 (>= 5.6.0), libqt5sql5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.15.1), libqt5xml5 (>= 5.0.2), libqwt-qt5-6 (>= 6.1.2), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 11) Size: 8694504 SHA256: 57568be1fe130f585c70f9f2b043013de606241cad133a5f05961d8dc5d5717f SHA1: 005da66c60828997821c82658d850f001e31a83e MD5sum: ca8a977eb72d88f53c0006823c245959 Description: QGIS - shared gui library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared gui library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-gui3.34.12_3.34.12+dfsg-1~bpo12+1_amd64.deb Package: libqgis-gui3.34.13 Source: qgis Version: 3.34.13+dfsg-1~bpo12+1 Installed-Size: 25851 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgdal32 (>= 2.2.0), libproj25 (>= 6.0.0), libqca-qt5-2 (>= 2.1.0+git20141127.0049+15.04), libqgis-core3.34.13 (>= 3.34.13+dfsg), libqgis-native3.34.13 (>= 3.34.13+dfsg), libqscintilla2-qt5-15 (>= 2.11.2), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5multimedia5 (>= 5.6.0~beta), libqt5multimediawidgets5 (>= 5.6.0~beta), libqt5network5 (>= 5.14.1), libqt5printsupport5 (>= 5.0.2), libqt5qml5 (>= 5.0.2), libqt5quickwidgets5 (>= 5.3.0), libqt5serialport5 (>= 5.6.0), libqt5sql5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.15.1), libqt5xml5 (>= 5.0.2), libqwt-qt5-6 (>= 6.1.2), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 11) Size: 8708472 SHA256: 6721aa01137c4dd70e22f641984278bff9082fe4a8d6b5250e972e5d936df7fe SHA1: c04d7a74856b9e7d43134401f9869d8f396b5fd1 MD5sum: 36137441df721cc7bbd167e9e6d3584f Description: QGIS - shared gui library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared gui library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-gui3.34.13_3.34.13+dfsg-1~bpo12+1_amd64.deb Package: libqgis-gui3.34.14 Source: qgis Version: 3.34.14+dfsg-1~bpo12+1 Installed-Size: 25853 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgdal32 (>= 2.2.0), libproj25 (>= 6.0.0), libqca-qt5-2 (>= 2.1.0+git20141127.0049+15.04), libqgis-core3.34.14 (>= 3.34.14+dfsg), libqgis-native3.34.14 (>= 3.34.14+dfsg), libqscintilla2-qt5-15 (>= 2.11.2), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5multimedia5 (>= 5.6.0~beta), libqt5multimediawidgets5 (>= 5.6.0~beta), libqt5network5 (>= 5.14.1), libqt5printsupport5 (>= 5.0.2), libqt5qml5 (>= 5.0.2), libqt5quickwidgets5 (>= 5.3.0), libqt5serialport5 (>= 5.6.0), libqt5sql5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.15.1), libqt5xml5 (>= 5.0.2), libqwt-qt5-6 (>= 6.1.2), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 11) Size: 8704248 SHA256: 89028a7bb43ec1ded4a08a689c61861a903940cf1af00d84818e6c6898717b4c SHA1: 9fda4d07885c9090d6d6255e37aa8e84ad848e6b MD5sum: 13bf70bfec90e9327cdbecc45461dea5 Description: QGIS - shared gui library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared gui library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-gui3.34.14_3.34.14+dfsg-1~bpo12+1_amd64.deb Package: libqgis-gui3.34.6 Source: qgis Version: 3.34.6+dfsg-1~bpo12+1 Installed-Size: 27496 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgdal32 (>= 2.2.0), libproj25 (>= 6.0.0), libqca-qt5-2 (>= 2.1.0+git20141127.0049+15.04), libqgis-core3.34.6 (>= 3.34.6), libqgis-native3.34.6 (>= 3.4.5), libqscintilla2-qt5-15 (>= 2.11.2), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5multimedia5 (>= 5.6.0~beta), libqt5multimediawidgets5 (>= 5.6.0~beta), libqt5network5 (>= 5.14.1), libqt5printsupport5 (>= 5.0.2), libqt5qml5 (>= 5.0.2), libqt5quickwidgets5 (>= 5.3.0), libqt5serialport5 (>= 5.6.0), libqt5sql5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.15.1), libqt5xml5 (>= 5.0.2), libqwt-qt5-6 (>= 6.1.2), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 11) Size: 8821196 SHA256: b3dd8ea919957c40a89476983dbde5ade580b6aecbe781d46fca337ca5e129f7 SHA1: de0b7ca5ec879f07e3ced8de98d5a79ade061bae MD5sum: 8526501c63b3bb77fdca8097fc987f5f 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_amd64.deb Package: libqgis-gui3.34.7 Source: qgis Version: 3.34.7+dfsg-1~bpo12+1 Installed-Size: 27496 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgdal32 (>= 2.2.0), libproj25 (>= 6.0.0), libqca-qt5-2 (>= 2.1.0+git20141127.0049+15.04), libqgis-core3.34.7 (>= 3.34.6), libqgis-native3.34.7 (>= 3.4.5), libqscintilla2-qt5-15 (>= 2.11.2), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5multimedia5 (>= 5.6.0~beta), libqt5multimediawidgets5 (>= 5.6.0~beta), libqt5network5 (>= 5.14.1), libqt5printsupport5 (>= 5.0.2), libqt5qml5 (>= 5.0.2), libqt5quickwidgets5 (>= 5.3.0), libqt5serialport5 (>= 5.6.0), libqt5sql5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.15.1), libqt5xml5 (>= 5.0.2), libqwt-qt5-6 (>= 6.1.2), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 11) Size: 8819644 SHA256: 51a6d6fac52cf0de259627936310df9f3a68a12d725776cee66b9443466b7f18 SHA1: eaeadad1df85691082a2c618e9b18d174df0bc41 MD5sum: 27699abf39f3edbf5504e6a51b04e33e 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_amd64.deb Package: libqgis-gui3.34.8 Source: qgis Version: 3.34.8+dfsg-1~bpo12+1 Installed-Size: 27499 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgdal32 (>= 2.2.0), libproj25 (>= 6.0.0), libqca-qt5-2 (>= 2.1.0+git20141127.0049+15.04), libqgis-core3.34.8 (>= 3.34.6), libqgis-native3.34.8 (>= 3.4.5), libqscintilla2-qt5-15 (>= 2.11.2), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5multimedia5 (>= 5.6.0~beta), libqt5multimediawidgets5 (>= 5.6.0~beta), libqt5network5 (>= 5.14.1), libqt5printsupport5 (>= 5.0.2), libqt5qml5 (>= 5.0.2), libqt5quickwidgets5 (>= 5.3.0), libqt5serialport5 (>= 5.6.0), libqt5sql5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.15.1), libqt5xml5 (>= 5.0.2), libqwt-qt5-6 (>= 6.1.2), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 11) Size: 8837024 SHA256: 80d59e39be9141e6948b5537ec86614c47c9e48c2a4c3cdb883a68fc1efea938 SHA1: 9ac81009f4373a26876ba2b2cd7c1b49dda8b657 MD5sum: 6d7a482421bf76f8b49d0d05bc4c16a4 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_amd64.deb Package: libqgis-native3.28.10 Source: qgis Version: 3.28.10+dfsg-1~bpo12+1 Installed-Size: 3112 Maintainer: Debian GIS Project Architecture: amd64 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: 3020700 SHA256: b56dbb4b6bf356417f07a6d6a59c9c41f3e16a4e478a5b7b93fe9354884c753f SHA1: 861fe34f7afe07dc7d92c7a0fac4de670f7e23b3 MD5sum: f7a6e6ea5e6efa32fc132d50d9f75b87 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_amd64.deb Package: libqgis-native3.28.11 Source: qgis Version: 3.28.11+dfsg-1~bpo12+1 Installed-Size: 3114 Maintainer: Debian GIS Project Architecture: amd64 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: 3022292 SHA256: 3eb18aac50ebf66bc35b16bd17461acbed025982b47abb79065f5f57863a2c68 SHA1: e2981510be6c0fbecc9689c009b68d7333e2e711 MD5sum: f741a5a001d362532a247ad37496df98 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_amd64.deb Package: libqgis-native3.28.12 Source: qgis Version: 3.28.12+dfsg-1~bpo12+1 Installed-Size: 3116 Maintainer: Debian GIS Project Architecture: amd64 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: 3024592 SHA256: ad6ea7da725f27e68c64a4558f8a05340c88606aae33bec7262ff48a00babbd2 SHA1: cdc862a1c83b542e40720085d2392a1a3b98c301 MD5sum: 95840b323bb33f73b4161fbdb85a7040 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_amd64.deb Package: libqgis-native3.28.13 Source: qgis Version: 3.28.13+dfsg-1~bpo12+1 Installed-Size: 3119 Maintainer: Debian GIS Project Architecture: amd64 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: 3028156 SHA256: 5a6399690a645d114aa923e5f7fde20486f6d169c70f3dfa179f8a56691b8792 SHA1: 9f4bcd39a4c04ce8dbc2de379d3cf9b934b084ab MD5sum: fe4c6c5458cd90e2b5a5d5c5d142b93c 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_amd64.deb Package: libqgis-native3.28.14 Source: qgis Version: 3.28.14+dfsg-1~bpo12+1 Installed-Size: 3120 Maintainer: Debian GIS Project Architecture: amd64 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: 3028804 SHA256: 7e71097bb9433ba438f955008f212008121a5408fab5b8b11c28961670e96941 SHA1: bd7ab9acad0f262ebed1804934013597b95886e3 MD5sum: ca07105062be40b6a9d1ccc963d73535 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_amd64.deb Package: libqgis-native3.28.15 Source: qgis Version: 3.28.15+dfsg-1~bpo12+1 Installed-Size: 3121 Maintainer: Debian GIS Project Architecture: amd64 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: 3029016 SHA256: c994c0a268dd2d1398b610187857bfdb555a191ce146b1c92480e68eac374bf9 SHA1: 0fae392c0b7c6001d2aa5f6ada0306148c258720 MD5sum: be751f20a62764cccacbd3cf7f897e5e 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_amd64.deb Package: libqgis-native3.28.8 Source: qgis Version: 3.28.8+dfsg-1~bpo12+1 Installed-Size: 3108 Maintainer: Debian GIS Project Architecture: amd64 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: 3016520 SHA256: 8f8c32671108b2bde34936526559ecd6fad772cb0948bc45f4a6741f99a54d7f SHA1: 9010354c92983860d290cf4e9b2c9207f793bf81 MD5sum: 2fbd9036d4a76911d36862ab2e0a1500 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_amd64.deb Package: libqgis-native3.34.10 Source: qgis Version: 3.34.10+dfsg-1~bpo12+1 Installed-Size: 3281 Maintainer: Debian GIS Project Architecture: amd64 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: 3194264 SHA256: d0a6a8e2d3c6757918b9fdead642f8a970d27d667ac792ca47da697cff13a22b SHA1: af9c23c0d3eecd65704b9a85073246e9bc20432a MD5sum: 9508f52153eb707fa9ed0ddd93f9db1f 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_amd64.deb Package: libqgis-native3.34.11 Source: qgis Version: 3.34.11+dfsg-1~bpo12+1 Installed-Size: 3283 Maintainer: Debian GIS Project Architecture: amd64 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: 3195984 SHA256: 474c030ac47ceed2e32a7ff6d7c823eddb3b728812c116c56a869969bd9d9121 SHA1: 0d57b1f45ad456ff675f5c6e8f591fd81db3dda5 MD5sum: 6115a58b03fb87f4f46fd4574ca36b3e 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_amd64.deb Package: libqgis-native3.34.12 Source: qgis Version: 3.34.12+dfsg-1~bpo12+1 Installed-Size: 3287 Maintainer: Debian GIS Project Architecture: amd64 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: 3199740 SHA256: e1eb1a408cf76b7666f621f81d8bada901c1cbb60d658f9ea8d0ceb7af664b56 SHA1: d74c62c5f2b8a172b3024c8a40690db346f021ab MD5sum: 32d2241159b077a1c55660e391524179 Description: QGIS - shared native gui library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared native gui library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-native3.34.12_3.34.12+dfsg-1~bpo12+1_amd64.deb Package: libqgis-native3.34.13 Source: qgis Version: 3.34.13+dfsg-1~bpo12+1 Installed-Size: 3291 Maintainer: Debian GIS Project Architecture: amd64 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: 3204008 SHA256: 4d6457d73788179dce74fe6642fbe8306fa4e3b68acef7cc8f11ac9a62e7f3f3 SHA1: f1767651d20ba56954e9cbd24d617316bc526294 MD5sum: 3de57a3ee7f50581ee34b8fb8f63d7a9 Description: QGIS - shared native gui library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared native gui library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-native3.34.13_3.34.13+dfsg-1~bpo12+1_amd64.deb Package: libqgis-native3.34.14 Source: qgis Version: 3.34.14+dfsg-1~bpo12+1 Installed-Size: 3293 Maintainer: Debian GIS Project Architecture: amd64 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: 3206268 SHA256: de2b9f32e345f0867928c14831d640d387fdda42b6408cb3046af2b00a2e0776 SHA1: 352e5a0e2c71ef6769c4316acdbd993006a4bad8 MD5sum: c4852d8bd4204c0629a3bfd875d2faad Description: QGIS - shared native gui library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared native gui library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-native3.34.14_3.34.14+dfsg-1~bpo12+1_amd64.deb Package: libqgis-native3.34.6 Source: qgis Version: 3.34.6+dfsg-1~bpo12+1 Installed-Size: 3273 Maintainer: Debian GIS Project Architecture: amd64 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: 3186100 SHA256: aa5ad52fcc770feb1ae9e56f13dad2ce7637f012c8f766945417aa8a2d5437c1 SHA1: b14b45a0a411347e5784f39cd2040ec893bcc6a8 MD5sum: 4b3f8e4701d22b0d08f84ff3108fe56f 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_amd64.deb Package: libqgis-native3.34.7 Source: qgis Version: 3.34.7+dfsg-1~bpo12+1 Installed-Size: 3273 Maintainer: Debian GIS Project Architecture: amd64 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: 3186780 SHA256: 470e35ad1c614d506eae4973604b74451cf0ff3abaad01b319beb4b13a04a607 SHA1: 43da6c63007135340dd0077bc9257c9a14d2b869 MD5sum: 5d93d5021cb8c5e9778ffd05c8d3beb2 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_amd64.deb Package: libqgis-native3.34.8 Source: qgis Version: 3.34.8+dfsg-1~bpo12+1 Installed-Size: 3276 Maintainer: Debian GIS Project Architecture: amd64 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: 3189264 SHA256: 228ec82a98eea31160caf3b99e77d34c965842b3366f1d94457cfde3e8b7e92f SHA1: 2c0b204c3272156c9443e0e70f09e07888ac9e0a MD5sum: fd2ddfbd8d5d025e29506f3db19f1039 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_amd64.deb Package: libqgis-server3.28.10 Source: qgis Version: 3.28.10+dfsg-1~bpo12+1 Installed-Size: 4020 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.32), libfcgi0ldbl (>= 2.4.2), libgcc-s1 (>= 3.0), libqgis-core3.28.10 (>= 3.28.3), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libqt5network5 (>= 5.0.2), libqt5webkit5 (>= 5.212.0~alpha3), libqt5xml5 (>= 5.0.2), libstdc++6 (>= 11) Size: 3288652 SHA256: d2dcc13d4956664b832a0798f1a926661fcffea974f340d4eb7bb69d018a267d SHA1: 19555671ce9c8c54e945e622b244575512515012 MD5sum: 800bee12b8035dd3e30b555708efb905 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_amd64.deb Package: libqgis-server3.28.11 Source: qgis Version: 3.28.11+dfsg-1~bpo12+1 Installed-Size: 4022 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.32), libfcgi0ldbl (>= 2.4.2), libgcc-s1 (>= 3.0), libqgis-core3.28.11 (>= 3.28.3), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libqt5network5 (>= 5.0.2), libqt5webkit5 (>= 5.212.0~alpha3), libqt5xml5 (>= 5.0.2), libstdc++6 (>= 11) Size: 3289496 SHA256: f111f9ea35f9d06d3675887548d619b2167eb1b8b61fb3a36ddc1ed68ce76b0f SHA1: ba7cac7232e212876b4cb2df16d84f1ff9e5d379 MD5sum: a1aafd348fb5791260ec55b416f4241e 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_amd64.deb Package: libqgis-server3.28.12 Source: qgis Version: 3.28.12+dfsg-1~bpo12+1 Installed-Size: 4024 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.32), libfcgi0ldbl (>= 2.4.2), libgcc-s1 (>= 3.0), libqgis-core3.28.12 (>= 3.28.3), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libqt5network5 (>= 5.0.2), libqt5webkit5 (>= 5.212.0~alpha3), libqt5xml5 (>= 5.0.2), libstdc++6 (>= 11) Size: 3292472 SHA256: f820375e4e7d3ce67bb907665c180d8e299e21e012f22fb05b37dbf51b83c5ee SHA1: 5222e77738c3b67a9ff8bbddca4088a4c308af07 MD5sum: d41adc2ad80ed50afc239ca87f104d24 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_amd64.deb Package: libqgis-server3.28.13 Source: qgis Version: 3.28.13+dfsg-1~bpo12+1 Installed-Size: 4027 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.32), libfcgi0ldbl (>= 2.4.2), libgcc-s1 (>= 3.0), libqgis-core3.28.13 (>= 3.28.3), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libqt5network5 (>= 5.0.2), libqt5webkit5 (>= 5.212.0~alpha3), libqt5xml5 (>= 5.0.2), libstdc++6 (>= 11) Size: 3295568 SHA256: 559fb8cbf0599232a9284cc165ccf9390c352b74294f1aa3dec499a1a09d4dca SHA1: f0b4bf9ce8a468424ca322463638f31f6b49e6b9 MD5sum: 3570dd845e494b4b1f7b695de74f3bd0 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_amd64.deb Package: libqgis-server3.28.14 Source: qgis Version: 3.28.14+dfsg-1~bpo12+1 Installed-Size: 4028 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.32), libfcgi0ldbl (>= 2.4.2), libgcc-s1 (>= 3.0), libqgis-core3.28.14 (>= 3.28.3), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libqt5network5 (>= 5.0.2), libqt5webkit5 (>= 5.212.0~alpha3), libqt5xml5 (>= 5.0.2), libstdc++6 (>= 11) Size: 3296416 SHA256: 6b3c6dd16a42e58eec6cc3c48493e2804f3b504574343197a690b24d633267eb SHA1: ef1eede3b35b1fa55f242d8b07386319e923d594 MD5sum: 578cbcfdf9851b72072a68d9a2655ef1 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_amd64.deb Package: libqgis-server3.28.15 Source: qgis Version: 3.28.15+dfsg-1~bpo12+1 Installed-Size: 4029 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.32), libfcgi0ldbl (>= 2.4.2), libgcc-s1 (>= 3.0), libqgis-core3.28.15 (>= 3.28.3), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libqt5network5 (>= 5.0.2), libqt5webkit5 (>= 5.212.0~alpha3), libqt5xml5 (>= 5.0.2), libstdc++6 (>= 11) Size: 3296972 SHA256: 89cdaccfb12b78c9a0833e0a43969f2f6cee44acfde29473b54539e437afc1ca SHA1: 5e5faa4426381f44f992b2a4a98476ea708dc24b MD5sum: af992503565a8eb57942d4bd51188740 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_amd64.deb Package: libqgis-server3.28.8 Source: qgis Version: 3.28.8+dfsg-1~bpo12+1 Installed-Size: 4016 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.32), libfcgi0ldbl (>= 2.4.2), libgcc-s1 (>= 3.0), libqgis-core3.28.8 (>= 3.28.3), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libqt5network5 (>= 5.0.2), libqt5webkit5 (>= 5.212.0~alpha3), libqt5xml5 (>= 5.0.2), libstdc++6 (>= 11) Size: 3283600 SHA256: e8c4835cb66b21ac3a41305d2be6b800f2552e5615b383decd66342b66f07b50 SHA1: ece0ace93d908004d607f326204af0a766e05c3a MD5sum: 798b0fa90053a951673c238ebdd31896 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_amd64.deb Package: libqgis-server3.34.10 Source: qgis Version: 3.34.10+dfsg-1~bpo12+1 Installed-Size: 4109 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.32), libfcgi0ldbl (>= 2.4.2), libgcc-s1 (>= 3.0), libqgis-core3.34.10 (>= 3.34.10+dfsg), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libqt5network5 (>= 5.0.2), libqt5webkit5 (>= 5.212.0~alpha3), libqt5xml5 (>= 5.0.2), libstdc++6 (>= 11) Size: 3447916 SHA256: 7b641cf99e9046691a741a41fd2ec249b7ddc6fa0167a8019b9906bc356c24e5 SHA1: 8e9b386dedd23fd8a5cb0d99c88b7184f9d0808c MD5sum: 1c135fe6863d3e0b2152e2e157be94e7 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_amd64.deb Package: libqgis-server3.34.11 Source: qgis Version: 3.34.11+dfsg-1~bpo12+1 Installed-Size: 4111 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.32), libfcgi0ldbl (>= 2.4.2), libgcc-s1 (>= 3.0), libqgis-core3.34.11 (>= 3.34.11+dfsg), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libqt5network5 (>= 5.0.2), libqt5webkit5 (>= 5.212.0~alpha3), libqt5xml5 (>= 5.0.2), libstdc++6 (>= 11) Size: 3450016 SHA256: aa32021b9396718ff81ea8bfb783bf40121bc11872fdbc43d6130a8041910bc6 SHA1: 39e6a8fde2d91e31d352a7fbd7ac718e361e5b0c MD5sum: 876e1be23c788e32ae460ab8666d785c 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_amd64.deb Package: libqgis-server3.34.12 Source: qgis Version: 3.34.12+dfsg-1~bpo12+1 Installed-Size: 4115 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.32), libfcgi0ldbl (>= 2.4.2), libgcc-s1 (>= 3.0), libqgis-core3.34.12 (>= 3.34.12+dfsg), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libqt5network5 (>= 5.0.2), libqt5webkit5 (>= 5.212.0~alpha3), libqt5xml5 (>= 5.0.2), libstdc++6 (>= 11) Size: 3453220 SHA256: 1d13cb2876e60444b219ed68131f828041bd44c119e1c3f4828f84d10106c171 SHA1: 7afe4fce786697de3b930eb9dc22857b0b3e8e11 MD5sum: 8b38d2f4d5b7fe48e7601c0a1afaa973 Description: QGIS - shared server library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared server library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-server3.34.12_3.34.12+dfsg-1~bpo12+1_amd64.deb Package: libqgis-server3.34.13 Source: qgis Version: 3.34.13+dfsg-1~bpo12+1 Installed-Size: 4119 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.32), libfcgi0ldbl (>= 2.4.2), libgcc-s1 (>= 3.0), libqgis-core3.34.13 (>= 3.34.13+dfsg), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libqt5network5 (>= 5.0.2), libqt5webkit5 (>= 5.212.0~alpha3), libqt5xml5 (>= 5.0.2), libstdc++6 (>= 11) Size: 3457436 SHA256: 9ac3cce700e007dbd22d5213fd9c790e38920f1e8a86fa588dc5f480d943eff7 SHA1: ba128124d61604da51d18368c0910d24b403dcd9 MD5sum: 89d352543d8089137533768dd27481ce Description: QGIS - shared server library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared server library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-server3.34.13_3.34.13+dfsg-1~bpo12+1_amd64.deb Package: libqgis-server3.34.14 Source: qgis Version: 3.34.14+dfsg-1~bpo12+1 Installed-Size: 4121 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.32), libfcgi0ldbl (>= 2.4.2), libgcc-s1 (>= 3.0), libqgis-core3.34.14 (>= 3.34.14+dfsg), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libqt5network5 (>= 5.0.2), libqt5webkit5 (>= 5.212.0~alpha3), libqt5xml5 (>= 5.0.2), libstdc++6 (>= 11) Size: 3460016 SHA256: 3622432c063decbf7d239e10dbc45648eca0b05add07840a58009bf9fbd852c2 SHA1: 74d908428e24deefd0b518c77193beb92ac34ab9 MD5sum: 2bc04a03c32865798e1db6584356ee58 Description: QGIS - shared server library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared server library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgis-server3.34.14_3.34.14+dfsg-1~bpo12+1_amd64.deb Package: libqgis-server3.34.6 Source: qgis Version: 3.34.6+dfsg-1~bpo12+1 Installed-Size: 4155 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.32), libfcgi0ldbl (>= 2.4.2), libgcc-s1 (>= 3.0), libqgis-core3.34.6 (>= 3.34.4), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libqt5network5 (>= 5.0.2), libqt5webkit5 (>= 5.212.0~alpha3), libqt5xml5 (>= 5.0.2), libstdc++6 (>= 11) Size: 3446268 SHA256: 94e01ad8f8fa3417fa113675b5f482a4e6ac2026a7b53a038599b086fc0ce0c8 SHA1: 38cbf87e3467e1515760551bb9a1305ff85792cb MD5sum: a1080147628e198ecc3459faeabccee1 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_amd64.deb Package: libqgis-server3.34.7 Source: qgis Version: 3.34.7+dfsg-1~bpo12+1 Installed-Size: 4155 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.32), libfcgi0ldbl (>= 2.4.2), libgcc-s1 (>= 3.0), libqgis-core3.34.7 (>= 3.34.4), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libqt5network5 (>= 5.0.2), libqt5webkit5 (>= 5.212.0~alpha3), libqt5xml5 (>= 5.0.2), libstdc++6 (>= 11) Size: 3446372 SHA256: 64049a0ca8a41546d196cc924c5e8a603ec9188cadbaa6eb3725222dee1edccc SHA1: e5e4a3ad42e347aacf3d35e744053924d6f61dba MD5sum: f01a86b0bc09b1017dc4f19a08ca06b3 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_amd64.deb Package: libqgis-server3.34.8 Source: qgis Version: 3.34.8+dfsg-1~bpo12+1 Installed-Size: 4159 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.32), libfcgi0ldbl (>= 2.4.2), libgcc-s1 (>= 3.0), libqgis-core3.34.8 (>= 3.34.4), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libqt5network5 (>= 5.0.2), libqt5webkit5 (>= 5.212.0~alpha3), libqt5xml5 (>= 5.0.2), libstdc++6 (>= 11) Size: 3448940 SHA256: 109a6f4bad69ec8a721a3026560af9a5c3f6babad03dc30115b0cd70bc28b72d SHA1: a3fb3f8452d6a503c567f34c95a14fab4e6a5e9a MD5sum: 32242a581f8eee241bc3ed8b905fb8d3 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_amd64.deb Package: libqgisgrass8-3.28.10 Source: qgis Version: 3.28.10+dfsg-1~bpo12+1 Installed-Size: 3763 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.0), libqgis-core3.28.10 (>= 3.28.10), libqgis-gui3.28.10 (>= 3.4.5), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.2.0) | libqt5gui5-gles (>= 5.2.0), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.2.0~alpha1), libstdc++6 (>= 5.2) Size: 3210736 SHA256: 76a7e9d826239ea5060398812996396b4d04cca0a0df7ff0c3b6552ac82924fb SHA1: 110e98c1dc8a0a897449b938cf70ae570dc80fc0 MD5sum: c70594f2bba393e4c1a132efc31e7b34 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_amd64.deb Package: libqgisgrass8-3.28.11 Source: qgis Version: 3.28.11+dfsg-1~bpo12+1 Installed-Size: 3765 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.0), libqgis-core3.28.11 (>= 3.28.11), libqgis-gui3.28.11 (>= 3.4.5), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.2.0) | libqt5gui5-gles (>= 5.2.0), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.2.0~alpha1), libstdc++6 (>= 5.2) Size: 3211980 SHA256: 1c75ad9f95965dcb9c22670d35cc68886547b3bf605db2539b9a86db6ef16c37 SHA1: b04eece4bee9bc0d29a45d64b72d4f612b3953bc MD5sum: a307340b6c7ee0e1286fd3b5ea339e68 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_amd64.deb Package: libqgisgrass8-3.28.12 Source: qgis Version: 3.28.12+dfsg-1~bpo12+1 Installed-Size: 3767 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.0), libqgis-core3.28.12 (>= 3.28.12), libqgis-gui3.28.12 (>= 3.4.5), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.2.0) | libqt5gui5-gles (>= 5.2.0), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.2.0~alpha1), libstdc++6 (>= 5.2) Size: 3214136 SHA256: 5189ec602317e5baf5981940cd6b40adbefd4668e34ae8804e21db4007225473 SHA1: 9f8fbcac9c1ae7751c1f7914dae4c6f2a95d8ecf MD5sum: 08d846653ad24d91964b71234ba55b06 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_amd64.deb Package: libqgisgrass8-3.28.13 Source: qgis Version: 3.28.13+dfsg-1~bpo12+1 Installed-Size: 3770 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.0), libqgis-core3.28.13 (>= 3.28.13), libqgis-gui3.28.13 (>= 3.4.5), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.2.0) | libqt5gui5-gles (>= 5.2.0), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.2.0~alpha1), libstdc++6 (>= 5.2) Size: 3217996 SHA256: 1bd1600884e7edd049eb9da8e0ad3b3a2d7fe864f5865da4c8e072391e8dac12 SHA1: 375675286a1a1f4bd4c078e9f5cb07de016e0f97 MD5sum: a55b6e9c654252c6f1a2c9ea5258f7ed 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_amd64.deb Package: libqgisgrass8-3.28.14 Source: qgis Version: 3.28.14+dfsg-1~bpo12+1 Installed-Size: 3771 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.0), libqgis-core3.28.14 (>= 3.28.14), libqgis-gui3.28.14 (>= 3.4.5), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.2.0) | libqt5gui5-gles (>= 5.2.0), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.2.0~alpha1), libstdc++6 (>= 5.2) Size: 3218656 SHA256: 6e451e04d7d3bedda2a9bb7184f48be6f33cb5098003cc507ee695a31bceb6d8 SHA1: 316f305b366eca4d8f00edaf7a48178bdc02b04b MD5sum: b851ff71a722452db89b750195baf9b0 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_amd64.deb Package: libqgisgrass8-3.28.15 Source: qgis Version: 3.28.15+dfsg-1~bpo12+1 Installed-Size: 3772 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.0), libqgis-core3.28.15 (>= 3.28.15), libqgis-gui3.28.15 (>= 3.4.5), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.2.0) | libqt5gui5-gles (>= 5.2.0), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.2.0~alpha1), libstdc++6 (>= 5.2) Size: 3217952 SHA256: 6effe95794c72ad4ae4011c943b8b1c50b2ed667326aee555613961e22f1c7b4 SHA1: c37956cde6355de041215610115b513fbe35cad7 MD5sum: eed3eb5503c73e0a2789f9a26c95c7e7 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_amd64.deb Package: libqgisgrass8-3.28.8 Source: qgis Version: 3.28.8+dfsg-1~bpo12+1 Installed-Size: 3759 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.0), libqgis-core3.28.8 (>= 3.28.8), libqgis-gui3.28.8 (>= 3.4.5), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.2.0) | libqt5gui5-gles (>= 5.2.0), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.2.0~alpha1), libstdc++6 (>= 5.2) Size: 3206112 SHA256: 56a314a08cb49830591cc22af38fbb4d2523d832993a0787b7c1060c7175dfdc SHA1: 1d89f016023cf1f63004671429453f30f27c2899 MD5sum: b46c995e5ae0b10496ed4612800a5d33 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_amd64.deb Package: libqgisgrass8-3.34.10 Source: qgis Version: 3.34.10+dfsg-1~bpo12+1 Installed-Size: 3865 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.0), libqgis-core3.34.10 (>= 3.34.10+dfsg), libqgis-gui3.34.10 (>= 3.34.10+dfsg), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.2.0) | libqt5gui5-gles (>= 5.2.0), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.2.0~alpha1), libstdc++6 (>= 5.2) Size: 3374296 SHA256: dea894311ff28f3e1470b751b91b68c1b6da723354ca38d0a5dfcab136567d26 SHA1: 24d51774cff85fb0cc2c2346ec46b97e9d767f3b MD5sum: 8461d771bcd00d44121c017c825c2be9 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_amd64.deb Package: libqgisgrass8-3.34.11 Source: qgis Version: 3.34.11+dfsg-1~bpo12+1 Installed-Size: 3867 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.0), libqgis-core3.34.11 (>= 3.34.11+dfsg), libqgis-gui3.34.11 (>= 3.34.11+dfsg), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.2.0) | libqt5gui5-gles (>= 5.2.0), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.2.0~alpha1), libstdc++6 (>= 5.2) Size: 3374684 SHA256: 09611915a573285efaf9a56a2cebc7ba47556c0e03267dd152c46934dfd4e8c7 SHA1: 273c9860e5ab7b15c68a1be7d54dac84c0025403 MD5sum: ef0a1cd191d0880e314fade5c28f33de 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_amd64.deb Package: libqgisgrass8-3.34.12 Source: qgis Version: 3.34.12+dfsg-1~bpo12+1 Installed-Size: 3871 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.0), libqgis-core3.34.12 (>= 3.34.12+dfsg), libqgis-gui3.34.12 (>= 3.34.12+dfsg), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.2.0) | libqt5gui5-gles (>= 5.2.0), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.2.0~alpha1), libstdc++6 (>= 5.2) Size: 3378752 SHA256: a0ee630e5b4eeb13cef68f08351c9c31cb5b790f95c4df8834990ac4cf440884 SHA1: 9c2b52ce61628ab399500b0f1e134be40a31efa2 MD5sum: 24ed1635653b685fe3f1ccfb9ae870ad Description: QGIS - shared grass library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared grass library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgisgrass8-3.34.12_3.34.12+dfsg-1~bpo12+1_amd64.deb Package: libqgisgrass8-3.34.13 Source: qgis Version: 3.34.13+dfsg-1~bpo12+1 Installed-Size: 3875 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.0), libqgis-core3.34.13 (>= 3.34.13+dfsg), libqgis-gui3.34.13 (>= 3.34.13+dfsg), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.2.0) | libqt5gui5-gles (>= 5.2.0), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.2.0~alpha1), libstdc++6 (>= 5.2) Size: 3382792 SHA256: 79fc03cb7a04a1c3533f410dd16e3b6ea30207dff5b62facf6b12ed7303f030b SHA1: c2827fc9fe72e00113e0d9240c0710987dcb242e MD5sum: 77aae4e8e67d2a8a5a122fbaa244ae57 Description: QGIS - shared grass library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared grass library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgisgrass8-3.34.13_3.34.13+dfsg-1~bpo12+1_amd64.deb Package: libqgisgrass8-3.34.14 Source: qgis Version: 3.34.14+dfsg-1~bpo12+1 Installed-Size: 3877 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.0), libqgis-core3.34.14 (>= 3.34.14+dfsg), libqgis-gui3.34.14 (>= 3.34.14+dfsg), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.2.0) | libqt5gui5-gles (>= 5.2.0), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.2.0~alpha1), libstdc++6 (>= 5.2) Size: 3384952 SHA256: d7f600c4ea1eb1510feaa627d38c0d0814466589ac73c3200807d6949ac47612 SHA1: 0ed9d6b1ade6e0ab5801d807060fd9b9ac1eb89d MD5sum: 6c313483635474670f7076f5472a88f1 Description: QGIS - shared grass library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared grass library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgisgrass8-3.34.14_3.34.14+dfsg-1~bpo12+1_amd64.deb Package: libqgisgrass8-3.34.6 Source: qgis Version: 3.34.6+dfsg-1~bpo12+1 Installed-Size: 3898 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.0), libqgis-core3.34.6 (>= 3.34.6), libqgis-gui3.34.6 (>= 3.4.5), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.2.0) | libqt5gui5-gles (>= 5.2.0), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.2.0~alpha1), libstdc++6 (>= 5.2) Size: 3370964 SHA256: d9ab3b5ce726eda5db3544884919564762f1ceee031b7a123ed2c1a32ca7d5c7 SHA1: 4cd2b6421c7c0eadfcd077ef4b1e617c389b9aad MD5sum: f5945569665fdd366568a4b58af2feb3 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_amd64.deb Package: libqgisgrass8-3.34.7 Source: qgis Version: 3.34.7+dfsg-1~bpo12+1 Installed-Size: 3898 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.0), libqgis-core3.34.7 (>= 3.34.7), libqgis-gui3.34.7 (>= 3.4.5), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.2.0) | libqt5gui5-gles (>= 5.2.0), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.2.0~alpha1), libstdc++6 (>= 5.2) Size: 3371436 SHA256: 9384267e70cbfd655c78f297f1bfec472b269b11eef9c4be6523ab711318db6c SHA1: ff4fc17261cdbf6b8f983f51166f9ae92d81f14f MD5sum: 2939355509b59401bf5658770ce153a6 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_amd64.deb Package: libqgisgrass8-3.34.8 Source: qgis Version: 3.34.8+dfsg-1~bpo12+1 Installed-Size: 3901 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.0), libqgis-core3.34.8 (>= 3.34.8), libqgis-gui3.34.8 (>= 3.4.5), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.2.0) | libqt5gui5-gles (>= 5.2.0), libqt5webkit5 (>= 5.212.0~alpha3), libqt5widgets5 (>= 5.2.0~alpha1), libstdc++6 (>= 5.2) Size: 3373740 SHA256: b9621c75219f18c47be08acd1cb498a2587c63237221da9a55f29f11710fb8f0 SHA1: 9733a6821ec376abe5cd9321251350043c59330d MD5sum: a87126f176603ebcf8465c7f65b4c712 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_amd64.deb Package: libqgispython3.28.10 Source: qgis Version: 3.28.10+dfsg-1~bpo12+1 Installed-Size: 3127 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.0), libpython3.11 (>= 3.11.0), libqgis-core3.28.10 (>= 3.28.10), libqt5core5a (>= 5.15.1), libstdc++6 (>= 5) Size: 3026048 SHA256: d99667a51dcbc0a39619218f8a97d64bac155fa00823d9459059545154296f4a SHA1: 0b8725df71acae589b51a480738ad6482f392f3f MD5sum: b756e1b8c246ce65c30bb5158d85974c 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_amd64.deb Package: libqgispython3.28.11 Source: qgis Version: 3.28.11+dfsg-1~bpo12+1 Installed-Size: 3129 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.0), libpython3.11 (>= 3.11.0), libqgis-core3.28.11 (>= 3.28.11), libqt5core5a (>= 5.15.1), libstdc++6 (>= 5) Size: 3027592 SHA256: 0ef493546e161e932761069048b832e78a764fd5b9ed54a9a7088a9e4ce22f7a SHA1: 1a64f06104569c1f2ee5d713c92c1b0f1997c2fc MD5sum: 2fd0f5bca5f19965933c238cb42ab821 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_amd64.deb Package: libqgispython3.28.12 Source: qgis Version: 3.28.12+dfsg-1~bpo12+1 Installed-Size: 3131 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.0), libpython3.11 (>= 3.11.0), libqgis-core3.28.12 (>= 3.28.12), libqt5core5a (>= 5.15.1), libstdc++6 (>= 5) Size: 3029892 SHA256: 625a233bbd6ec584815be1753d54334897fe4f12de35324962588b041a18d7ad SHA1: 020678efb5be211b62f30b136ddcf76b1492597e MD5sum: 52f76fd9b2eaa7d676baad3dddc67eb3 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_amd64.deb Package: libqgispython3.28.13 Source: qgis Version: 3.28.13+dfsg-1~bpo12+1 Installed-Size: 3134 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.0), libpython3.11 (>= 3.11.0), libqgis-core3.28.13 (>= 3.28.13), libqt5core5a (>= 5.15.1), libstdc++6 (>= 5) Size: 3033428 SHA256: 899ed0f309b5a6ee81f1a18c9643cfd72c1acaa01dcff13c0d959cb2f8af367e SHA1: 8c0e246167ac5700dd17bc23a762143c686a7110 MD5sum: 6679b66f2a2a1799c1b58a8a77d9e671 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_amd64.deb Package: libqgispython3.28.14 Source: qgis Version: 3.28.14+dfsg-1~bpo12+1 Installed-Size: 3135 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.0), libpython3.11 (>= 3.11.0), libqgis-core3.28.14 (>= 3.28.14), libqt5core5a (>= 5.15.1), libstdc++6 (>= 5) Size: 3034152 SHA256: a3300ef63662ccbc01d9a071ece70a0eeed7671138c2238c3a40bf94decc84ef SHA1: 24fbf38e52bae304a9010a3842fe2ceb415fa019 MD5sum: f63c2c6f9a2af9f1c8eb333333580f50 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_amd64.deb Package: libqgispython3.28.15 Source: qgis Version: 3.28.15+dfsg-1~bpo12+1 Installed-Size: 3136 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.0), libpython3.11 (>= 3.11.0), libqgis-core3.28.15 (>= 3.28.15), libqt5core5a (>= 5.15.1), libstdc++6 (>= 5) Size: 3034336 SHA256: 22da43d8ea17beff792e65d58cb7e6ba63a2d0f22e9e578d27efcf992e852a78 SHA1: 31c9e981130e0aba743b0f74046e58efd49b2aa7 MD5sum: b369a486c92d38bdeee12a769a50ae56 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_amd64.deb Package: libqgispython3.28.8 Source: qgis Version: 3.28.8+dfsg-1~bpo12+1 Installed-Size: 3123 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.0), libpython3.11 (>= 3.11.0), libqgis-core3.28.8 (>= 3.28.8), libqt5core5a (>= 5.15.1), libstdc++6 (>= 5) Size: 3021816 SHA256: c88eb09aae24f510489d663687cbc7ad8e04c120ecf981393949feee5f9ed0a8 SHA1: cd5b54c54433618f46199d99973486ce91c1652d MD5sum: 082cc063b9a9b9d3171afa2f2e8dbe2a 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_amd64.deb Package: libqgispython3.34.10 Source: qgis Version: 3.34.10+dfsg-1~bpo12+1 Installed-Size: 3289 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.14), 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: 3197116 SHA256: 659e0d424dd95f09d7b0aba28afbbd644faec45e1fe2563f5b7ed960dacc4f42 SHA1: 1e415ec68cf0b87a7e0378028b77c8003c3b2a50 MD5sum: 2b808f4146e06cd19cf471759660d84a 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_amd64.deb Package: libqgispython3.34.11 Source: qgis Version: 3.34.11+dfsg-1~bpo12+1 Installed-Size: 3291 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.14), 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: 3198832 SHA256: 476c5b1e3e1d2d94b3936d45063a05c81ce215383370d699b716a7acbe02e4ae SHA1: 619dd6976095b73b6bf25120c40ce261c544fa73 MD5sum: f7cacad62d0de85dafe660c5d1877c53 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_amd64.deb Package: libqgispython3.34.12 Source: qgis Version: 3.34.12+dfsg-1~bpo12+1 Installed-Size: 3295 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.0), libpython3.11 (>= 3.11.0), libqgis-core3.34.12 (>= 3.34.12+dfsg), libqt5core5a (>= 5.15.1), libstdc++6 (>= 5) Size: 3202548 SHA256: 7d55df4356dc4ddd481879a58f359f704b754e614180ddb46f00665927d1356c SHA1: 65b11665b593975bf9adb82eefd91d865d45aed9 MD5sum: c2232834e76691217a48f3fd5f0f18df Description: QGIS - shared Python library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared Python library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgispython3.34.12_3.34.12+dfsg-1~bpo12+1_amd64.deb Package: libqgispython3.34.13 Source: qgis Version: 3.34.13+dfsg-1~bpo12+1 Installed-Size: 3299 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.0), libpython3.11 (>= 3.11.0), libqgis-core3.34.13 (>= 3.34.13+dfsg), libqt5core5a (>= 5.15.1), libstdc++6 (>= 5) Size: 3206844 SHA256: ac7b95b7c9f7276dc73469d3343c736378a6575e36e7cb5deae37d25f27ec73d SHA1: f1ba966a095f4313b42086f8a3c92a17d191d021 MD5sum: 7cc93eeb044dec6f16e11e623be5a68e Description: QGIS - shared Python library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared Python library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgispython3.34.13_3.34.13+dfsg-1~bpo12+1_amd64.deb Package: libqgispython3.34.14 Source: qgis Version: 3.34.14+dfsg-1~bpo12+1 Installed-Size: 3301 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.0), libpython3.11 (>= 3.11.0), libqgis-core3.34.14 (>= 3.34.14+dfsg), libqt5core5a (>= 5.15.1), libstdc++6 (>= 5) Size: 3209024 SHA256: 29a11c60fd89bb457d21345417d44eed05b5672a85980e9c78d0cb69f8436f83 SHA1: 5d7474aed344855fffd643532b20704bfe571160 MD5sum: 7b465ead6ebcdb9273a91e9645f20968 Description: QGIS - shared Python library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared Python library. Homepage: https://qgis.org/ Section: libs Priority: optional Filename: pool/main/q/qgis/libqgispython3.34.14_3.34.14+dfsg-1~bpo12+1_amd64.deb Package: libqgispython3.34.6 Source: qgis Version: 3.34.6+dfsg-1~bpo12+1 Installed-Size: 3279 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.0), libpython3.11 (>= 3.11.0), libqgis-core3.34.6 (>= 3.34.6), libqt5core5a (>= 5.15.1), libstdc++6 (>= 5) Size: 3188484 SHA256: d80c4935eb2a3c8c89e23dca42c693252b7c22960a230029748329c3f46c99a7 SHA1: b6ebbfbbec4f31fe426e406432235c769d2cb244 MD5sum: 1f6129d0833ddcef9ef35b515819f846 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_amd64.deb Package: libqgispython3.34.7 Source: qgis Version: 3.34.7+dfsg-1~bpo12+1 Installed-Size: 3279 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.0), libpython3.11 (>= 3.11.0), libqgis-core3.34.7 (>= 3.34.7), libqt5core5a (>= 5.15.1), libstdc++6 (>= 5) Size: 3189104 SHA256: 59111c906389e58ae912466267f04d78c4dcac5d4ff6fd9065e1e2a5c69c0f68 SHA1: 8658d35dce3bd84b89b93d2938457b7211876f2d MD5sum: 735ad924576345968dc6c97fd64ffd1b 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_amd64.deb Package: libqgispython3.34.8 Source: qgis Version: 3.34.8+dfsg-1~bpo12+1 Installed-Size: 3282 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.0), libpython3.11 (>= 3.11.0), libqgis-core3.34.8 (>= 3.34.8), libqt5core5a (>= 5.15.1), libstdc++6 (>= 5) Size: 3190860 SHA256: 177b4a51540bb485e06d895f0dff69570113b958f25f9577f120052c7ea6dbc4 SHA1: a45fb71ff2c35fa94fd0aef63b1c26c317e1a07c MD5sum: 8a1fbaddd3ce3cb5e327d2426ccc5138 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_amd64.deb Package: libqt5pas-dev Source: libqtpas Version: 3.0+dfsg1-1~bpo12+1 Installed-Size: 1371 Maintainer: Pascal Packaging Team Architecture: amd64 Depends: libqt5pas1 (= 3.0+dfsg1-1~bpo12+1) Suggests: fpc Size: 140456 SHA256: eb223d95b7631816c66c730c7192950509cf2749fc3e29f6f93aa24ee5191eaf SHA1: 639ccb25623eef83d0e6af61d78b69bbca2cbb98 MD5sum: a94fcc908c7e151c938739c39c288fcf 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_amd64.deb Package: libqt5pas1 Source: libqtpas Version: 3.0+dfsg1-1~bpo12+1 Installed-Size: 2548 Maintainer: Pascal Packaging Team Architecture: amd64 Depends: libc6 (>= 2.14), 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: 451460 SHA256: c8a2b9295baa41cca573f1a75e6583b9a82bef679bbe694325273b8d223de3e0 SHA1: 11ef01feb94671cc17dc308a2244c7b3f2913bad MD5sum: 1da2b02badd7509ff82b639ef4294d32 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_amd64.deb Package: libqt5pdf5 Source: qtwebengine-opensource-src Version: 5.15.17+dfsg2-2~bpo12+1 Installed-Size: 3011 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Depends: libc6 (>= 2.33), libfreetype6 (>= 2.3.5), libjpeg62-turbo (>= 1.3.1), liblcms2-2 (>= 2.2+git20110628), libopenjp2-7 (>= 2.2.0), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libqt5network5 (>= 5.0.2), libstdc++6 (>= 11), qtbase-abi-5-15-8, zlib1g (>= 1:1.1.4) Size: 1378588 SHA256: 2d95b902d75a200b0a4bb81f5f60a76c90c38a51ee69adfc441933790ba10e23 SHA1: 5424019eab26338bca91370a72377814d1369097 MD5sum: bc34b634558d2a8e1dfc8633b6402cb3 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+dfsg2-2~bpo12+1_amd64.deb Package: libqt5pdfwidgets5 Source: qtwebengine-opensource-src Version: 5.15.17+dfsg2-2~bpo12+1 Installed-Size: 219 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Depends: libc6 (>= 2.14), 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: 55344 SHA256: 27ca283a636cf41dd3bea54e3c2a93460cb14d998e749cc4dca2ca72dde994e3 SHA1: fab5aead9866eb5cf48a2c46e78c901d01ada284 MD5sum: 9810774513a5fd16b61d0929e62d346c 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+dfsg2-2~bpo12+1_amd64.deb Package: libqt5webengine-data Source: qtwebengine-opensource-src Version: 5.15.17+dfsg2-2~bpo12+1 Installed-Size: 23984 Maintainer: Debian Qt/KDE Maintainers Architecture: all Size: 7286312 SHA256: a2760337d7e3f5e4ba5806284d068da35eba2546e527c0f78c37fe6a451ee10a SHA1: e27cab56870835b143efaff0438791bd2196e447 MD5sum: bf555c4ce603e48bfbfb3e8c42694ded 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+dfsg2-2~bpo12+1_all.deb Package: libqt5webengine5 Source: qtwebengine-opensource-src Version: 5.15.17+dfsg2-2~bpo12+1 Installed-Size: 731 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Depends: libqt5webengine-data (= 5.15.17+dfsg2-2~bpo12+1), libc6 (>= 2.14), 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: 165168 SHA256: 5d7c8533cde0f68eae927dfc6bdf26e0bbabf733bb3e3bd04b64089e15d4a59a SHA1: 1a8182726e8e9d9f930e8eb71c5b4f2ffd71eece MD5sum: ee651a2daf738911af53f61a5842bb7f 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+dfsg2-2~bpo12+1_amd64.deb Package: libqt5webenginecore5 Source: qtwebengine-opensource-src Version: 5.15.17+dfsg2-2~bpo12+1 Installed-Size: 129522 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Replaces: libqt5webengine5 (<< 5.7.1+dfsg-4) Provides: qtwebengine-abi-5-15-13, qtwebengine-abi-5-15-17 Depends: libqt5webengine-data (= 5.15.17+dfsg2-2~bpo12+1), libasound2 (>= 1.0.16), libc6 (>= 2.35), libdbus-1-3 (>= 1.9.14), libevent-2.1-7 (>= 2.1.8-stable), libexpat1 (>= 2.0.1), libfontconfig1 (>= 2.12.6), libfreetype6 (>= 2.10.1), libgcc-s1 (>= 4.0), libglib2.0-0 (>= 2.30.0), libharfbuzz-subset0 (>= 6.0.0), libharfbuzz0b (>= 2.2.0), libicu72 (>= 72.1~rc-1~), libjpeg62-turbo (>= 1:1.5.0), liblcms2-2 (>= 2.2+git20110628), libminizip1 (>= 1.1), libnspr4 (>= 2:4.9-2~), libnss3 (>= 2:3.22), libopenjp2-7 (>= 2.2.0), libopus0 (>= 1.3.1), libpng16-16 (>= 1.6.2-1), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.12.2) | libqt5gui5-gles (>= 5.12.2), libqt5network5 (>= 5.8.0), libqt5positioning5 (>= 5.6.0), libqt5qml5 (>= 5.0.2), libqt5quick5 (>= 5.9.0) | libqt5quick5-gles (>= 5.9.0), libqt5webchannel5 (>= 5.6.1), libsnappy1v5 (>= 1.1.9), libstdc++6 (>= 12), libvpx7 (>= 1.12.0), libwebp7 (>= 1.2.4), libwebpdemux2 (>= 1.2.4), libwebpmux3 (>= 1.2.4), libx11-6, libx11-xcb1 (>= 2:1.8.4), libxcb1 (>= 1.9.2), libxcomposite1 (>= 1:0.4.5), libxdamage1 (>= 1:1.1), libxext6, libxfixes3, libxml2 (>= 2.7.4), libxrandr2, libxslt1.1 (>= 1.1.25), libxtst6, qtbase-abi-5-15-8, zlib1g (>= 1:1.2.2) Breaks: libqt5webengine5 (<< 5.7.1+dfsg-4) Size: 40011692 SHA256: a55e8e879843f146d71c82880baf829aa34d3479d2d5d8dc47fa0d6d9e9f05a0 SHA1: 0a664d8440523fe1569172fdbf62160bccff3ada MD5sum: d9bf783c6f2c69016b5ba3893c2a3e85 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+dfsg2-2~bpo12+1_amd64.deb Package: libqt5webenginewidgets5 Source: qtwebengine-opensource-src Version: 5.15.17+dfsg2-2~bpo12+1 Installed-Size: 497 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Depends: libqt5webengine-data (= 5.15.17+dfsg2-2~bpo12+1), libc6 (>= 2.14), 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: 121056 SHA256: 9cda96a9fdfdec024ea53a1f0e2d8f263b7779b6c0832aac38bbca1c450fad6d SHA1: 6c58b616240a649afc4be854defaffd52001d8cd MD5sum: 0ac9ad31c0f538d408651809423b9b41 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+dfsg2-2~bpo12+1_amd64.deb Package: libqt6waylandclient6 Source: qt6-wayland Version: 6.4.2-5~bpo12+1 Installed-Size: 1080 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Depends: libc6 (>= 2.14), 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: 230588 SHA256: 78dcb9aadbe984ec669204ceae125ecf4661b976570af99887364440aee552ba SHA1: ff435a1cbb9a304d8477228600189ea1578393a5 MD5sum: 40a8c3965b773414905b91a1b7f90a42 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_amd64.deb Package: libqt6waylandcompositor6 Source: qt6-wayland Version: 6.4.2-5~bpo12+1 Installed-Size: 2050 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Depends: libc6 (>= 2.14), 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: 385736 SHA256: 3b0a0775536246788d3bc2467e5c16501cb0a3cf7ad22b5633f48fbdb3b110eb SHA1: 139485864724118a513a430bef576d145e639f2c MD5sum: b5ede03ae663e6ebef7aab1816451c97 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_amd64.deb Package: libqt6waylandeglclienthwintegration6 Source: qt6-wayland Version: 6.4.2-5~bpo12+1 Installed-Size: 85 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 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: 19876 SHA256: ecd5dbc8a251339085bc93967e02a3f0b0117336db46dac12cfd9225a1a8a595 SHA1: 61b6527b4c8e7b6cd4acce0afb4a02c016529bd5 MD5sum: 5524764b1db10e0a6c7aacd0c9aa3da2 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_amd64.deb Package: libqt6waylandeglcompositorhwintegration6 Source: qt6-wayland Version: 6.4.2-5~bpo12+1 Installed-Size: 65 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Depends: libqt6waylandclient6 (= 6.4.2-5~bpo12+1), libc6 (>= 2.14), 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: 15892 SHA256: 4447314863de09937c0f1fec123f8b4c3648b16897a7daf8405418156e268c78 SHA1: 5075f5e4cb5d69d062d889dcc5ebf5b8bd57433d MD5sum: 780a801a5a2e17ba14ad5341cf513058 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_amd64.deb Package: libqt6wlshellintegration6 Source: qt6-wayland Version: 6.4.2-5~bpo12+1 Installed-Size: 195 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 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: 36432 SHA256: 198cb6eb281deb424b07f2bfa817becb3453bff2f7a38709c4c99141049bcc90 SHA1: 5a799e55ed79173546b02697cc422e984f4d515c MD5sum: bffe3c926c30b8ea3f8406c01d840458 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_amd64.deb Package: libradare2-5.0.0t64 Source: radare2 Version: 5.9.4+dfsg-1~bpo12+1 Installed-Size: 20346 Maintainer: Debian Security Tools Architecture: amd64 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: 4376712 SHA256: fa4dd14a06b311474dc549b593d89890250d3f663cdfe1b92ac60f78e1c18605 SHA1: b9dab838de93f7fdb1d6db9c85b4f59c93517b58 MD5sum: 601d01f2bf258cc5b098c8a4da847a96 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_amd64.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: amd64 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: a1246f29afa459984a683b0c573fe00e82ed99093729c0a5844a541a5a74b1ef SHA1: 97c0462899e26a5c3a74e0412bae51a71406edad MD5sum: 43417851a3637c7ccdb396084edfeba3 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_amd64.deb Package: libraft-dev Source: raft Version: 0.22.1-1~bpo12+1 Installed-Size: 1175 Maintainer: Free Ekanayaka Architecture: amd64 Depends: libraft0 (= 0.22.1-1~bpo12+1) Size: 258240 SHA256: aaf38adf1b2b0428f34501957ab1b7138e144919c044a6f007ab4ffbcb2405d4 SHA1: 5197aa4bacacc2c02125bc8d6a211c4d2b3977f2 MD5sum: 3a661e4b2566361eea7fc3e1609e21ea 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_amd64.deb Package: libraft-tools Source: raft Version: 0.22.1-1~bpo12+1 Installed-Size: 52 Maintainer: Free Ekanayaka Architecture: amd64 Depends: libc6 (>= 2.34), libraft0 (>= 0.17.7), libuv1 (>= 1.4.2) Size: 16796 SHA256: 13cbf7e08cc75967d31ed64cc9e099863e9009e13e84c08501c63d70493d116b SHA1: 89f59c360ba0155b0ef0f696d82a28d36613c526 MD5sum: af664ed36ce913268b3a1e645cf45e00 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_amd64.deb Package: libraft0 Source: raft Version: 0.22.1-1~bpo12+1 Installed-Size: 240 Maintainer: Free Ekanayaka Architecture: amd64 Depends: libc6 (>= 2.17), liblz4-1 (>= 0.0~r127), libuv1 (>= 1.4.2) Size: 89648 SHA256: 349c4d9dc162e723a9a88750661046c59f808dc07be08323936b24fd7042e50c SHA1: 580846295a687098bd0d5499dfe1bb7a26a146f3 MD5sum: a097d7702ab5e7562c67fee199d26dea 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_amd64.deb Package: librapidfuzz-cpp-dev Source: rapidfuzz-cpp Version: 3.1.1-1~bpo12+1 Installed-Size: 429 Maintainer: Debian Python Team Architecture: amd64 Size: 55000 SHA256: 77837bae651f3adf5703593f58d8efc00cddd671855191531d8afbc2979df7b0 SHA1: bb9a7883398d3ca6d05979af14bf2027fa818a97 MD5sum: 29ea97992a484aa412d79079576db6ee Description: Rapid fuzzy string matching library (C++ header files) RapidFuzz is a fast string matching library for Python and C++, providing Levenshtein and other distances. This is similar to the functionality of the python3-fuzzywuzzy package. There are a few significant differences between these packages: . 1) RapidFuzz is MIT licensed. 2) RapidFuzz provides many string metrics, such as Hamming and Jaro-Winkler, which are not included in FuzzyWuzzy. 3) RapidFuzz is mostly written in C++, and has further algorithmic improvements to make string matching even faster. 4) RapidFuzz fixes multiple bugs in the `partial_ratio` implementation. . This package provides the C++ header files for RapidFuzz. Multi-Arch: same Homepage: https://github.com/maxbachmann/RapidFuzz Section: libdevel Priority: optional Filename: pool/main/r/rapidfuzz-cpp/librapidfuzz-cpp-dev_3.1.1-1~bpo12+1_amd64.deb Package: librapidfuzz-cpp-doc Source: rapidfuzz-cpp Version: 3.1.1-1~bpo12+1 Installed-Size: 751 Maintainer: Debian Python Team Architecture: all Recommends: librapidfuzz-cpp-dev Size: 126436 SHA256: 837175ab21dada7f28db120a666b727ae566c00b02fc99ee4524f02c902b9904 SHA1: 07fc4839d138d8bc38a7b4860e9deaac8c3bbc0f MD5sum: e37de89ecba39be4461ea1133bdbbb8f Description: Rapid fuzzy string matching library (C++ library documentation) RapidFuzz is a fast string matching library for Python and C++, providing Levenshtein and other distances. This is similar to the functionality of the python3-fuzzywuzzy package. There are a few significant differences between these packages: . 1) RapidFuzz is MIT licensed. 2) RapidFuzz provides many string metrics, such as Hamming and Jaro-Winkler, which are not included in FuzzyWuzzy. 3) RapidFuzz is mostly written in C++, and has further algorithmic improvements to make string matching even faster. 4) RapidFuzz fixes multiple bugs in the `partial_ratio` implementation. . This package contains the RapidFuzz C++ library documentation in HTML format. Multi-Arch: foreign Homepage: https://github.com/maxbachmann/RapidFuzz Section: doc Priority: optional Filename: pool/main/r/rapidfuzz-cpp/librapidfuzz-cpp-doc_3.1.1-1~bpo12+1_all.deb Package: libreiserfscore-dev Source: reiserfsprogs Version: 1:3.6.27-8~bpo12+1 Installed-Size: 401 Maintainer: Felix Zielcke Architecture: amd64 Depends: libreiserfscore0 (= 1:3.6.27-8~bpo12+1) Size: 108052 SHA256: 35e5c3d688228086f4a1a4e9f05ddd3cb246b2481f4965756ed593b7dcbdee0b SHA1: e9fb927216ff9b7cfe97fe2d2166f9ff1fb33421 MD5sum: c701ed848dfb4685fe8e6b06b35c2904 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_amd64.deb Package: libreiserfscore0 Source: reiserfsprogs Version: 1:3.6.27-8~bpo12+1 Installed-Size: 190 Maintainer: Felix Zielcke Architecture: amd64 Depends: libc6 (>= 2.33), libcom-err2 (>= 1.43.9), libuuid1 (>= 2.16) Size: 79416 SHA256: ccb4838bf68cd3ff723e34196cfb04d5d17e5502f249a1414bc30ae28bb36be1 SHA1: 9a79753d0628282323dc8530693cfd8df90a3796 MD5sum: cfb44294b2957d8908cad74e7130a071 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_amd64.deb Package: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 70 Maintainer: Debian LibreOffice Maintainers Architecture: amd64 Depends: libreoffice-base, libreoffice-calc, libreoffice-core (= 4:24.8.4-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.4~), 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: 45624 SHA256: c067ca6a7072ecee281dcfb4996545faa58b02a40807c3e43c8199698e6127b0 SHA1: 270dc7428414e29250166e0eba4edced31c328f3 MD5sum: 103d1ec144bff52cbe26e35a0c041699 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.4-1~bpo12+1_amd64.deb Package: libreoffice-base Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 4863 Maintainer: Debian LibreOffice Maintainers Architecture: amd64 Replaces: libreoffice-common (<< 1:6.4.2~rc1~) Depends: libreoffice-base-core (= 4:24.8.4-1~bpo12+1), libreoffice-base-drivers (= 4:24.8.4-1~bpo12+1), libreoffice-common (>= 1:7.0.0~alpha~), libreoffice-core (= 4:24.8.4-1~bpo12+1), libreoffice-uiconfig-base (= 4:24.8.4-1~bpo12+1), ucf, libc6 (>= 2.35), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 11), libuno-cppu3 (>= 4.4.0~alpha), libuno-cppuhelpergcc3-3 (>= 4.0.0~alpha), libuno-sal3 (>= 1:7.3.0~beta1), libuno-salhelpergcc3-3 (>= 1.4.0), uno-libs-private Recommends: libreoffice-writer, libreoffice-java-common (>= 4:24.8.4~), 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: 1356940 SHA256: 533d6d77aabe56ce24d860674dae18ff1b5f19c68b4386e355d95c26f72302a8 SHA1: d30e077960b7e1a59b2135a0b0645e24180b1711 MD5sum: 2c979c5ea2ddc84314b2525ef83e8b5a 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.4-1~bpo12+1_amd64.deb Package: libreoffice-base-core Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 2715 Maintainer: Debian LibreOffice Maintainers Architecture: amd64 Replaces: libreoffice-base-drivers (<< 1:6.1.1~rc1-2) Depends: libreoffice-core-nogui (= 4:24.8.4-1~bpo12+1) | libreoffice-core (= 4:24.8.4-1~bpo12+1), libc6 (>= 2.32), libgcc-s1 (>= 3.4), 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: 774388 SHA256: 993eebeda401dc2db21efed7142a888978363e9f2d3f5091a5ed71e6837fcd62 SHA1: 13b6fc8334a4e688f9f6c8e0c1fd5968e56be3fb MD5sum: bb88f7c36d9536cda7caad06bce6461c 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.4-1~bpo12+1_amd64.deb Package: libreoffice-base-drivers Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 2326 Maintainer: Debian LibreOffice Maintainers Architecture: amd64 Replaces: libreoffice-base (<< 1:4.3.0-3), libreoffice-core (<< 1:6.2.0~beta1~) Depends: libreoffice-core-nogui | libreoffice-core, libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 11), libuno-cppu3 (>= 4.4.0~alpha), libuno-cppuhelpergcc3-3 (>= 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: 521560 SHA256: ca78860bff7e96c44a2dacb2de6deb36a9005146816fba0c800b7f1c2e3039c2 SHA1: 673a5276db5101bd062be7a8e2a98610490f1217 MD5sum: 95d77644a47e0ff747c8ceb11ceaddd4 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.4-1~bpo12+1_amd64.deb Package: libreoffice-base-nogui Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 881 Maintainer: Debian LibreOffice Maintainers Architecture: amd64 Replaces: libreoffice-base, libreoffice-common (<< 1:6.4.2~rc1~) Depends: libreoffice-base-core (= 4:24.8.4-1~bpo12+1), libreoffice-base-drivers (= 4:24.8.4-1~bpo12+1), libreoffice-common (>= 1:7.0.0~alpha~), libreoffice-core-nogui (= 4:24.8.4-1~bpo12+1) | libreoffice-core (= 4:24.8.4-1~bpo12+1), ucf, libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 11), libuno-cppu3 (>= 4.4.0~alpha), libuno-cppuhelpergcc3-3 (>= 4.0.0~alpha), libuno-sal3 (>= 1:7.3.0~beta1), libuno-salhelpergcc3-3 (>= 1.4.0), uno-libs-private Recommends: libreoffice-writer, libreoffice-java-common (>= 4:24.8.4~), 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: 261852 SHA256: 0579b349ae59eedffa449421595639200723d1a6a3f7743d378e2c5880cec5d3 SHA1: 55481c6aab4f94b6efc6a91412e59e1a48832286 MD5sum: a68f90af4f7e2c0bc4ac1ae7837b7568 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.4-1~bpo12+1_amd64.deb Package: libreoffice-calc Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 25757 Maintainer: Debian LibreOffice Maintainers Architecture: amd64 Replaces: libreoffice-common (<< 1:6.4.2~rc1~) Depends: libreoffice-base-core (= 4:24.8.4-1~bpo12+1), libreoffice-common (>= 1:7.0.0~alpha~), libreoffice-core (= 4:24.8.4-1~bpo12+1), libreoffice-uiconfig-calc (= 4:24.8.4-1~bpo12+1), lp-solve, debconf (>= 0.5) | debconf-2.0, ucf, coinor-libcoinmp1v5, libc6 (>= 2.35), libetonyek-0.1-1, libgcc-s1 (>= 3.3.1), libicu72 (>= 72.1~rc-1~), libmwaw-0.3-3, libodfgen-0.1-1, librevenge-0.0-0, libstaroffice-0.0-0, libstdc++6 (>= 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: 7588572 SHA256: 00dcb21a34834a103638fb375d0b6e4cbd5bfeb294dbbe91e0dd3fae53724010 SHA1: 73de42d14e30ec969d9c0313a12c5d00c17d63c1 MD5sum: ef1859aa24756bf9ee30704240586562 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.4-1~bpo12+1_amd64.deb Package: libreoffice-calc-nogui Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 24944 Maintainer: Debian LibreOffice Maintainers Architecture: amd64 Replaces: libreoffice-calc, libreoffice-common (<< 1:6.4.2~rc1~) Depends: libreoffice-base-core (= 4:24.8.4-1~bpo12+1), libreoffice-common (>= 1:7.0.0~alpha~), libreoffice-core-nogui (= 4:24.8.4-1~bpo12+1) | libreoffice-core (= 4:24.8.4-1~bpo12+1), libreoffice-uiconfig-calc (= 4:24.8.4-1~bpo12+1), lp-solve, ucf, coinor-libcoinmp1v5, libc6 (>= 2.35), libetonyek-0.1-1, libgcc-s1 (>= 3.3.1), libicu72 (>= 72.1~rc-1~), libmwaw-0.3-3, libodfgen-0.1-1, librevenge-0.0-0, libstaroffice-0.0-0, libstdc++6 (>= 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: 7372096 SHA256: 753829354acefca81ef321f3f18dc1b8c88796eb2ded63b693c5c5f8791a9b0b SHA1: 231cab358fc7078a1a387127daa86dbf37eae5f5 MD5sum: 179c5453da9ab8cd4269d0a4cc521510 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.4-1~bpo12+1_amd64.deb Package: libreoffice-common Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 47508 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.4-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: 20893180 SHA256: 9351470fc87b88a8a4474cc6f31f69db4d704fbeccb089f5f779c3b681990d17 SHA1: 3eef37b3dcbbabf2fb36b0a49e71d77522be57bb MD5sum: 7dc47939a35e97cc403abb53f6aa4ea1 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.4-1~bpo12+1_all.deb Package: libreoffice-core Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 116851 Maintainer: Debian LibreOffice Maintainers Architecture: amd64 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.4), uno-libs-private (>= 4:7.5.0~), ure (>= 1:7.4.0~), libabsl20220623 (>= 0~20220623.0-1), libargon2-1 (>= 0~20171227), libboost-iostreams1.74.0 (>= 1.74.0+ds1), libboost-locale1.74.0 (>= 1.74.0+ds1), libc6 (>= 2.35), libcairo2 (>= 1.14.0), libclucene-contribs1v5 (>= 2.3.3.4+dfsg), libclucene-core1v5 (>= 2.3.3.4+dfsg), libcups2 (>= 1.7.0), libcurl3-gnutls (>= 7.68.0), libdbus-1-3 (>= 1.9.14), libdconf1 (>= 0.40), libeot0, libepoxy0 (>= 1.0), libexpat1 (>= 2.0.1), libexttextcat-2.0-0 (>= 2.2-8), libfontconfig1 (>= 2.12.6), libfreetype6 (>= 2.11.1), libgcc-s1 (>= 3.4), 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.4-1~bpo12+1), libreoffice-base (<< 4:24.8.4-1~bpo12+1), libreoffice-calc (<< 4:24.8.4-1~bpo12+1), libreoffice-common (<< 1:5.4.1), libreoffice-dev (<< 4:24.8.4-1~bpo12+1), libreoffice-draw (<< 4:24.8.4-1~bpo12+1), libreoffice-evolution (<< 4:24.8.4-1~bpo12+1), libreoffice-gnome (<< 4:24.8.4-1~bpo12+1), libreoffice-gtk2 (<< 4:24.8.4-1~bpo12+1), libreoffice-gtk3 (<< 4:24.8.4-1~bpo12+1), libreoffice-impress (<< 4:24.8.4-1~bpo12+1), libreoffice-kde4 (<< 4:24.8.4-1~bpo12+1), libreoffice-kde5 (<< 4:24.8.4-1~bpo12+1), libreoffice-kf5 (<< 4:24.8.4-1~bpo12+1), libreoffice-officebean (<< 4:24.8.4-1~bpo12+1), libreoffice-pdfimport (<< 1:5.4~), libreoffice-qt5 (<< 4:24.8.4-1~bpo12+1), libreoffice-writer (<< 4:24.8.4-1~bpo12+1) Size: 31599740 SHA256: b712f6c584b0d54cd11ac3cf0ee765c655aae9594f566746aa634060c8778cbe SHA1: d58cae19f9d19e557713d3f081647fdb502ba7bc MD5sum: cb34aa5928438e76c57ff5393ec42c1a 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.4-1~bpo12+1_amd64.deb Package: libreoffice-core-nogui Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 104638 Maintainer: Debian LibreOffice Maintainers Architecture: amd64 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.4), uno-libs-private (>= 4:7.5.0~), ure (>= 1:7.4.0~), libabsl20220623 (>= 0~20220623.0-1), libargon2-1 (>= 0~20171227), libboost-iostreams1.74.0 (>= 1.74.0+ds1), libboost-locale1.74.0 (>= 1.74.0+ds1), libc6 (>= 2.35), libcairo2 (>= 1.14.0), libclucene-contribs1v5 (>= 2.3.3.4+dfsg), libclucene-core1v5 (>= 2.3.3.4+dfsg), libcurl3-gnutls (>= 7.68.0), libdconf1 (>= 0.40), libeot0, libexpat1 (>= 2.0.1), libexttextcat-2.0-0 (>= 2.2-8), libfontconfig1 (>= 2.12.6), libfreetype6 (>= 2.9.1), libgcc-s1 (>= 3.4), 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.4-1~bpo12+1), libreoffice-base (<< 4:24.8.4-1~bpo12+1), libreoffice-calc, libreoffice-common (<< 1:5.4.1), libreoffice-dev (<< 4:24.8.4-1~bpo12+1), libreoffice-draw (<< 4:24.8.4-1~bpo12+1), libreoffice-evolution (<< 4:24.8.4-1~bpo12+1), libreoffice-gnome (<< 4:24.8.4-1~bpo12+1), libreoffice-gtk2, libreoffice-gtk3, libreoffice-impress (<< 4:24.8.4-1~bpo12+1), libreoffice-kde4, libreoffice-kde5, libreoffice-kf5, libreoffice-officebean (<< 4:24.8.4-1~bpo12+1), libreoffice-pdfimport (<< 1:5.4~), libreoffice-qt5, libreoffice-writer (<< 4:24.8.4-1~bpo12+1) Size: 27712648 SHA256: f9295694ee5bf8b91fbd7b4a2261f7da08f29c04965b3b8d9f94e0fb3fbd948f SHA1: 38d16a2073fc3f1b7237dd6f658fb9ff13780814 MD5sum: 8c563f141459fa246242b3f49b313a23 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.4-1~bpo12+1_amd64.deb Package: libreoffice-dev Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 849 Maintainer: Debian LibreOffice Maintainers Architecture: amd64 Replaces: libreoffice-dev-common (<< 1:5.4.1~) Depends: libreoffice-core-nogui (= 4:24.8.4-1~bpo12+1) | libreoffice-core (= 4:24.8.4-1~bpo12+1), libreoffice-dev-common (= 4:24.8.4-1~bpo12+1), libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 11), libuno-sal3 (>= 4.1.0~alpha), libuno-salhelpergcc3-3 (>= 1.4.0) Recommends: g++, libreofficekit-dev, libreoffice-java-common (>= 4:24.8.4~), 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: 282596 SHA256: c3ed56bfa07922504596068a71ad21dbe959209ccd77ead238aa37e5bed0d77e SHA1: bc1fff923b9af7c25e05c43910e639cc228c7497 MD5sum: 3ddab150fcf4969d0caf46db59b53b46 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.4-1~bpo12+1_amd64.deb Package: libreoffice-dev-common Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 2315 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: 282384 SHA256: c1053c0cfcf71881c729ff89fc1eabcf6f063e7bf9cd439074f68d4cd959e0cf SHA1: af71e3a55b48c00fbaa4aca48616140bfb3caca5 MD5sum: 1af4647e4a8284cae1b99e6b0ef2e04f 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.4-1~bpo12+1_all.deb Package: libreoffice-dev-doc Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 561465 Maintainer: Debian LibreOffice Maintainers Architecture: all Recommends: libreoffice-dev (= 4:24.8.4-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: 194494816 SHA256: 582471f6906d2cd2a73e5c649eafc09c6043e20f0dddc167e0ddce3c5fa8dae3 SHA1: 0d5b1d947fc1f18dbc00bc767fae52834d401166 MD5sum: 33ebc2f2098e82f1e3ff40892833bae5 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.4-1~bpo12+1_all.deb Package: libreoffice-dev-gui Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 112 Maintainer: Debian LibreOffice Maintainers Architecture: amd64 Replaces: libreoffice-dev (<< 1:7.0.0~) Depends: libreoffice-core (= 4:24.8.4-1~bpo12+1), libreoffice-dev (= 4:24.8.4-1~bpo12+1), libreoffice-dev-common (= 4:24.8.4-1~bpo12+1), libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 5), libuno-cppu3 (>= 4.4.0~alpha), libuno-cppuhelpergcc3-3 (>= 1.4.0), libuno-sal3 (>= 4.1.0~alpha), uno-libs-private Breaks: libreoffice-dev (<< 1:7.0.0~) Size: 54780 SHA256: 2fb2ba13d080807c430461d295c083389333ac1180d3903adc6f125a4e983ceb SHA1: 55bd99d6b8d87b3ae596c67cf4035cfbbb1e047e MD5sum: 881fe8b5e196a3a70a82c352893289fe 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.4-1~bpo12+1_amd64.deb Package: libreoffice-draw Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 10401 Maintainer: Debian LibreOffice Maintainers Architecture: amd64 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.4-1~bpo12+1), libreoffice-uiconfig-draw (= 4:24.8.4-1~bpo12+1), libreoffice-uiconfig-impress (= 4:24.8.4-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 (>= 3.3.1), libglib2.0-0 (>= 2.12.0), libmspub-0.1-1, libmwaw-0.3-3, libodfgen-0.1-1, libpagemaker-0.0-0, libqxp-0.0-0, librevenge-0.0-0, libstaroffice-0.0-0, libstdc++6 (>= 11), libuno-cppu3 (>= 4.4.0~alpha), libuno-cppuhelpergcc3-3 (>= 1:7.4.0~alpha), libuno-sal3 (>= 1:7.3.0~beta1), libuno-salhelpergcc3-3 (>= 3.6.0~beta), libvisio-0.1-1, libwpg-0.3-3, libxml2 (>= 2.7.4), libzmf-0.0-0, uno-libs-private 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: 2865516 SHA256: d5d707661b9e6d96ed79e066dcc01e4d2656ba6f355e0f32c7b5320f233b4699 SHA1: 12e300a4307d4ab1932b0d1be20d28f10e036a48 MD5sum: de47413e95f4836f55efe9b5188cc58f 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.4-1~bpo12+1_amd64.deb Package: libreoffice-draw-nogui Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 8991 Maintainer: Debian LibreOffice Maintainers Architecture: amd64 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.4-1~bpo12+1) | libreoffice-core (= 4:24.8.4-1~bpo12+1), libreoffice-uiconfig-draw (= 4:24.8.4-1~bpo12+1), libreoffice-uiconfig-impress (= 4:24.8.4-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 (>= 3.3.1), libmspub-0.1-1, libmwaw-0.3-3, libodfgen-0.1-1, libpagemaker-0.0-0, libqxp-0.0-0, librevenge-0.0-0, libstaroffice-0.0-0, libstdc++6 (>= 11), libuno-cppu3 (>= 4.4.0~alpha), libuno-cppuhelpergcc3-3 (>= 1:7.4.0~alpha), libuno-sal3 (>= 1:7.3.0~beta1), libuno-salhelpergcc3-3 (>= 3.6.0~beta), libvisio-0.1-1, libwpg-0.3-3, libxml2 (>= 2.7.4), libzmf-0.0-0, uno-libs-private Conflicts: libreoffice-draw Breaks: libreoffice-common (<< 1:6.4.2~rc1~), libreoffice-impress (<< 1:5.2.0-2) Size: 2493060 SHA256: 57d20d5ccb48c92961caa23be18231904cdad07a414e167c75d7035bd37ff94c SHA1: 2c2c78275c549f4f8ff71edfe2ae25857659b9a8 MD5sum: 114d14666d21fb2d5a229fa6553fe4fa 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.4-1~bpo12+1_amd64.deb Package: libreoffice-evolution Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 404 Maintainer: Debian LibreOffice Maintainers Architecture: amd64 Replaces: libreoffice-common (= 4:24.2.1-3) Depends: libreoffice-base, libreoffice-common (>= 1:7.0.0~alpha~), libreoffice-core (= 4:24.8.4-1~bpo12+1), libebook-1.2-21, ucf, libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libglib2.0-0 (>= 2.24.0), libstdc++6 (>= 11), libuno-cppu3 (>= 4.4.0~alpha), libuno-cppuhelpergcc3-3 (>= 1:7.4.0~alpha), libuno-sal3 (>= 4.1.0~alpha), libuno-salhelpergcc3-3 (>= 1.4.0), uno-libs-private Recommends: evolution Size: 115816 SHA256: b7eb099da203cdee53674dd21cf26cd5fc6165f03eda316bf11952d38465603c SHA1: 589bddf3be0b593a220b778149a5f3d5d5905482 MD5sum: e596f132faa95ff949fdd4dabce42780 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.4-1~bpo12+1_amd64.deb Package: libreoffice-gnome Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 277 Maintainer: Debian LibreOffice Maintainers Architecture: amd64 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.4-1~bpo12+1), ucf, libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libglib2.0-0 (>= 2.37.3), libstdc++6 (>= 5), libuno-cppu3 (>= 4.4.0~alpha), libuno-cppuhelpergcc3-3 (>= 4.0.0~alpha), libuno-sal3 (>= 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: 95476 SHA256: 51ecde08a6db04d9049486a34157e939c7c28926956d78f9910b9f16f33dee0a SHA1: 0cee385220ec344b69499261fd28c226467aea7d MD5sum: efa47767a10d1af76360a29d4996ce4a 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.4-1~bpo12+1_amd64.deb Package: libreoffice-gtk3 Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 2324 Maintainer: Debian LibreOffice Maintainers Architecture: amd64 Depends: libreoffice-core (= 4:24.8.4-1~bpo12+1), libatk1.0-0 (>= 2.11.90), libc6 (>= 2.34), libcairo2 (>= 1.12.0), libepoxy0 (>= 1.0), libgcc-s1 (>= 3.3.1), libgdk-pixbuf-2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.37.3), libgtk-3-0 (>= 3.21.5), libpango-1.0-0 (>= 1.14.0), libstdc++6 (>= 11), libuno-cppu3 (>= 4.4.0~alpha), libuno-cppuhelpergcc3-3 (>= 4.0.0~alpha), libuno-sal3 (>= 1:7.3.0~beta1), libx11-6, uno-libs-private Recommends: gstreamer1.0-gtk3 Suggests: libreofficekit-data Enhances: libreoffice Size: 500548 SHA256: 51db818ccc9ee809d40d242b36bff6ab73e6620fae9fe67e81e14e977967d9f2 SHA1: 37e358b243ad90d9e4f083efc00d5a5c8af09e06 MD5sum: 3340c14dc486d148f0629942ffed7ea7 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.4-1~bpo12+1_amd64.deb Package: libreoffice-gtk4 Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 2218 Maintainer: Debian LibreOffice Maintainers Architecture: amd64 Replaces: libreoffice-core (<< 4:7.6.0~rc2) Depends: libreoffice-core (= 4:24.8.4-1~bpo12+1), libc6 (>= 2.34), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.12.0), libepoxy0 (>= 1.0), libgcc-s1 (>= 3.3.1), libgdk-pixbuf-2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.43.4), libgtk-4-1 (>= 4.7.2), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libstdc++6 (>= 11), libuno-cppu3 (>= 4.4.0~alpha), libuno-cppuhelpergcc3-3 (>= 4.0.0~alpha), libuno-sal3 (>= 1:7.3.0~beta1), libuno-salhelpergcc3-3 (>= 1.4.0), libx11-6, uno-libs-private Suggests: libreofficekit-data Enhances: libreoffice Size: 452804 SHA256: d5e23a21d638944a96f85fc895e15d8a9b414eecf11b586948df386b3cbbc71b SHA1: 1f22c05dab6f4114e8d466414a93fa64d3d2894c MD5sum: 72356eddb5d1e8e1b550ef89c2f41e7f 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.4-1~bpo12+1_amd64.deb Package: libreoffice-help-ca Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 63589 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.4-1~bpo12+1) Recommends: libreoffice-core (>> 4:24.8.4), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 5069152 SHA256: 09293ee14f401837fdefb6c130a90dd919a0a695d5ffdb0fd058b1b5ddf5b273 SHA1: cf369374c07d6feb6a3bfa25ba2e43bcea1b3c28 MD5sum: 496bf34dd069eb9580738f9ddb1412f4 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.4-1~bpo12+1_all.deb Package: libreoffice-help-common Source: libreoffice Version: 4:24.8.4-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: 4193900 SHA256: f709d7f0a26f4c3cacf096728424e11fcdbb5ffdaa2c0dd4fd2f1cb8886e80a0 SHA1: abe435dc00474530203856abff45ea55fcda7108 MD5sum: c7a673ed08b585a5c5a78eb526ad43b3 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.4-1~bpo12+1_all.deb Package: libreoffice-help-cs Source: libreoffice Version: 4:24.8.4-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.4-1~bpo12+1) Recommends: libreoffice-core (>> 4:24.8.4), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2660540 SHA256: 3ec2ef459fd7007d3f5b9540faa7808296dd45d43d9c9ebf5db5aa214d29141d SHA1: 18b73ccbaf77b61e6cd7d551d873365fe00c520d MD5sum: 4de8f6c7eb9da59d5a94689a3ecb0229 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.4-1~bpo12+1_all.deb Package: libreoffice-help-da Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 31485 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.4-1~bpo12+1) Recommends: libreoffice-core (>> 4:24.8.4), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2658276 SHA256: f4d7641d7b82c99f9f958946aa6834c71315005ca5d4917b8d23352a0bb45f6c SHA1: a6d1efe74bcef49c70140500e55c71ca93c66d4f MD5sum: 99b8a17dc84cdc5ba053fed8ae4a18c0 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.4-1~bpo12+1_all.deb Package: libreoffice-help-de Source: libreoffice Version: 4:24.8.4-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.4-1~bpo12+1) Recommends: libreoffice-core (>> 4:24.8.4), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2705100 SHA256: 1eb7a04346bb2a10a4c115a3f7ed17488d71f64a6a533ebaac2cb4c9ed7f9a6c SHA1: 182739bcb087dfe185380099017fe43588c5330b MD5sum: 817fa3d026e23aa121ccbe552b46f3f7 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.4-1~bpo12+1_all.deb Package: libreoffice-help-dz Source: libreoffice Version: 4:24.8.4-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.4-1~bpo12+1) Recommends: libreoffice-core (>> 4:24.8.4), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2725140 SHA256: 51a099ecb10977907fa85d0e41637035cc4c6f3000be7dc86f11a4ddc1420d1e SHA1: a5fc4350f9368a50f4e64250a759a1660116504d MD5sum: a7cfffff104356126b94e315919c482b 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.4-1~bpo12+1_all.deb Package: libreoffice-help-el Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 37507 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.4-1~bpo12+1) Recommends: libreoffice-core (>> 4:24.8.4), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2922252 SHA256: 019b9305da962198d30ec2ace2508f2976a95b5e39de04e1ec30ad9376f5d5c5 SHA1: 2f74e48091eae1010eb3a09f3d4cb6e3b81cda69 MD5sum: 2668488db7345be875b11835a0c1db71 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.4-1~bpo12+1_all.deb Package: libreoffice-help-en-gb Source: libreoffice Version: 4:24.8.4-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.4-1~bpo12+1) Recommends: libreoffice-core (>> 4:24.8.4), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2533220 SHA256: ec80de09147429215d349ee7a61bf6eb51b8cc2ee982a73ac08bffb00245cbc6 SHA1: 7a3ce9bf99a9c834552d2ded039837289e8c2de2 MD5sum: d5737db830796889db82fb9461e5fa06 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.4-1~bpo12+1_all.deb Package: libreoffice-help-en-us Source: libreoffice Version: 4:24.8.4-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.4-1~bpo12+1) Recommends: libreoffice-core (>> 4:24.8.4), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 1937316 SHA256: 8318e46830107076a0918d8ee44bb3daec06fd893f6a92acbf26efd8aa881e6a SHA1: a426a61ec4fb4aa6ab2a8c82e983abb04f50dfa8 MD5sum: e49c1c3c83a03fe6748af6be543512db 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.4-1~bpo12+1_all.deb Package: libreoffice-help-es Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 31940 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.4-1~bpo12+1) Recommends: libreoffice-core (>> 4:24.8.4), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2712172 SHA256: 28fef6bd4306596ce0065fd58f36bbe19a957db29271034e1163e2514528a12f SHA1: cfe60fce2b96939aaf535edcb0928c753cdb9337 MD5sum: c8474f1fdc2aa05b8280a0fb4811722c 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.4-1~bpo12+1_all.deb Package: libreoffice-help-et Source: libreoffice Version: 4:24.8.4-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.4-1~bpo12+1) Recommends: libreoffice-core (>> 4:24.8.4), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2638800 SHA256: 0fecb09e1ae28daac54fbafe1f6b1de58b317fe83620839877d50de6c02a5c25 SHA1: 8ddc3454ba6c48eb53f148b767070ceb3d866723 MD5sum: da7ae5151790bf709d613c1e5f9425e3 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.4-1~bpo12+1_all.deb Package: libreoffice-help-eu Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 31601 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.4-1~bpo12+1) Recommends: libreoffice-core (>> 4:24.8.4), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2637524 SHA256: 33e27eecf89a71e8f57004dea38bcb6597f02c99a7cb0bc9507da486993ded7e SHA1: 597c214483be0b3d0f2e5b6f1fba08e74dbf1fe9 MD5sum: 2f2c71569957d860687f36d5597c9947 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.4-1~bpo12+1_all.deb Package: libreoffice-help-fi Source: libreoffice Version: 4:24.8.4-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.4-1~bpo12+1) Recommends: libreoffice-core (>> 4:24.8.4), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2655052 SHA256: c084f9cdb5e9d7a4f10763905dd0702337e67b50d17175507cfd0230f959f026 SHA1: b2e5489745b811cafe0ad394f581a6280744493c MD5sum: 0a324d3783dfedf2c406b868e329a8fa 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.4-1~bpo12+1_all.deb Package: libreoffice-help-fr Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 32456 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.4-1~bpo12+1) Recommends: libreoffice-core (>> 4:24.8.4), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2673912 SHA256: 99f41852841dfa121862d5ce5d68b5d88dd40cd75df22fdbcfc649c9795b738e SHA1: bd76e921f37792fb924172e6d33450a23963747f MD5sum: 4d55a31f14fdf5bb6692eb047a14ab4a 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.4-1~bpo12+1_all.deb Package: libreoffice-help-gl Source: libreoffice Version: 4:24.8.4-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.4-1~bpo12+1) Recommends: libreoffice-core (>> 4:24.8.4), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2666880 SHA256: eda77200c657c84f465b28050d1d0688a01247faa4cacfb38133897eebc58426 SHA1: 8f021fc7e42bb47e7ea9d0e9ad0e22f8db040162 MD5sum: ea410d22c0399aa35b8fef7792f54025 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.4-1~bpo12+1_all.deb Package: libreoffice-help-hi Source: libreoffice Version: 4:24.8.4-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.4-1~bpo12+1) Recommends: libreoffice-core (>> 4:24.8.4), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2610624 SHA256: ca527e3e20859e5d7f007b456517595c47913430b641d2c0f0bf6112ea138ce6 SHA1: ceb8bf7aa8cb3f8f459f0eaf9b3b0a098c561d50 MD5sum: 1b86315d1cc660bc21a09818ea9336a1 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.4-1~bpo12+1_all.deb Package: libreoffice-help-hu Source: libreoffice Version: 4:24.8.4-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.4-1~bpo12+1) Recommends: libreoffice-core (>> 4:24.8.4), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2768736 SHA256: 525d11019d00c73e021ed970cec488572055422eb4acf945465cf157e631d6c4 SHA1: f4898528cce48dff1220bada885416958a77082f MD5sum: cd52dc8dc7e27de124c7037387f891c7 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.4-1~bpo12+1_all.deb Package: libreoffice-help-id Source: libreoffice Version: 4:24.8.4-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.4-1~bpo12+1) Recommends: libreoffice-core (>> 4:24.8.4), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2618164 SHA256: 2be1db4ee68b68d550722f8b0951ef63e6a9969a7ac550b0e77136bfc02e0aa4 SHA1: 3ffa2331366c3bb9dfff579e990d072a9790e546 MD5sum: a22d290d4e1f78b75a403328d75acddb 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.4-1~bpo12+1_all.deb Package: libreoffice-help-it Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 32124 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.4-1~bpo12+1) Recommends: libreoffice-core (>> 4:24.8.4), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2647640 SHA256: 982da4a8d73f3a8113dc2352eacb341c3b282a949fed0aee370b91b2dcbff093 SHA1: 8f66e836e4e0f592758db3217e5a8235c8f4a029 MD5sum: 1fb2de600b5e6418efb094757c52f55b 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.4-1~bpo12+1_all.deb Package: libreoffice-help-ja Source: libreoffice Version: 4:24.8.4-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.4-1~bpo12+1) Recommends: libreoffice-core (>> 4:24.8.4), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2971076 SHA256: 7cefae2196091be02babf59ee81f4f54f4b987809b86dc4b6262eca9f7cf8054 SHA1: b68c542c253386de58b3a7c6d8710faf01d5482a MD5sum: ff299ab03ecf56983865f6188cf98959 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.4-1~bpo12+1_all.deb Package: libreoffice-help-km Source: libreoffice Version: 4:24.8.4-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.4-1~bpo12+1) Recommends: libreoffice-core (>> 4:24.8.4), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2809116 SHA256: fe7d5fe467cc597b95f300318ffe3dc7c975afca88e831f5a50437952e048852 SHA1: 39d7f7ed76e0695aa5f5293cffc00ed61794078f MD5sum: 5eb2c45422463bc3fb659e3b3855b726 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.4-1~bpo12+1_all.deb Package: libreoffice-help-ko Source: libreoffice Version: 4:24.8.4-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.4-1~bpo12+1) Recommends: libreoffice-core (>> 4:24.8.4), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2657348 SHA256: 9792ee55a2189f38a78320f3de7d86ee08068c1e526d5b432a0992e0982ee144 SHA1: 4c8d815652877640635fedd70d30fa450f2c4e45 MD5sum: 8b43dac4f29bca7f9c0b3c6cf7ddc654 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.4-1~bpo12+1_all.deb Package: libreoffice-help-nl Source: libreoffice Version: 4:24.8.4-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.4-1~bpo12+1) Recommends: libreoffice-core (>> 4:24.8.4), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2672868 SHA256: 93e6b883a08e3bf611900f0256431cc94e1b93dac276484cb22e8a00eb1ab25e SHA1: ae6f6a033fe2da739606ee24bd5eea440da83a7a MD5sum: cd9870e7c263d46b916967e45fbe50b2 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.4-1~bpo12+1_all.deb Package: libreoffice-help-om Source: libreoffice Version: 4:24.8.4-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.4-1~bpo12+1) Recommends: libreoffice-core (>> 4:24.8.4), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2667872 SHA256: 1d814f181ede06bcf14b10f6ad084c45ae6fef808790a32d501cef923a4f8fc0 SHA1: e2c640970413cf241cbd0e5b954d2adf442653b4 MD5sum: 55b3f3d95595c447d7149eb3a5ee933f 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.4-1~bpo12+1_all.deb Package: libreoffice-help-pl Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 31894 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.4-1~bpo12+1) Recommends: libreoffice-core (>> 4:24.8.4), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2724816 SHA256: 7e18d210f0cccac728e8eefc280853134b00dd4fd9aa96b055c8ec77e2bcd581 SHA1: 20587f26f02d3fc906884abed895a1f40c542b8e MD5sum: 9673af8aeec2fec2b79d87d455059d92 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.4-1~bpo12+1_all.deb Package: libreoffice-help-pt Source: libreoffice Version: 4:24.8.4-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.4-1~bpo12+1) Recommends: libreoffice-core (>> 4:24.8.4), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2660892 SHA256: f227039cf6cfa5f55132d3d05a2c8faf3d0ab4fd173ec7ffde148b82d6b44a94 SHA1: 1c25baf51f023e36ce760d52e9cd4838e3904c05 MD5sum: 34a187df4beb798328bc1fa74870bc71 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.4-1~bpo12+1_all.deb Package: libreoffice-help-pt-br Source: libreoffice Version: 4:24.8.4-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.4-1~bpo12+1) Recommends: libreoffice-core (>> 4:24.8.4), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2648484 SHA256: d40114b7816d5b37209d297997e77bde746b5e75a9cf63d9f7b83452ebe241bf SHA1: b9da167be6f2496968e622aadd0670644a22c261 MD5sum: f014af9ce43cbc3f9f18d5bf1c069891 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.4-1~bpo12+1_all.deb Package: libreoffice-help-ru Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 33877 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.4-1~bpo12+1) Recommends: libreoffice-core (>> 4:24.8.4), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2774136 SHA256: 01c54d796957c77f81c54591712b1acdb096786a797b4f2dd8582718d3c45e1b SHA1: 0b712d5114226f4d22af49bbabb212fba6587df3 MD5sum: 30be92241161b32af29d64c5ad037995 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.4-1~bpo12+1_all.deb Package: libreoffice-help-sk Source: libreoffice Version: 4:24.8.4-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.4-1~bpo12+1) Recommends: libreoffice-core (>> 4:24.8.4), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 39644 SHA256: 4853aae45c28b38154af7288ab822af7e78d22f07e05f1eeb83dd3f4d09e8db0 SHA1: 5bb97fa3a586a49ed1565a750b248ae406e7a29d MD5sum: 42b4b35434e76871cf8a5ede8d01c254 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.4-1~bpo12+1_all.deb Package: libreoffice-help-sl Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 31459 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.4-1~bpo12+1) Recommends: libreoffice-core (>> 4:24.8.4), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2647304 SHA256: 3edfbdaaa285fe3dd7df58da258f1c4326260dce95600f6274e0834280ce20f6 SHA1: cf152d1dbd0612228f1bccb87ba26e9631bb6249 MD5sum: 0150197492248f9459366aa9f957484a 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.4-1~bpo12+1_all.deb Package: libreoffice-help-sv Source: libreoffice Version: 4:24.8.4-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.4-1~bpo12+1) Recommends: libreoffice-core (>> 4:24.8.4), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2649832 SHA256: abe02bca6a0dbaf4a42a490679fd479120e1a53f2d303dbb85c8bc685e952e8e SHA1: e5966878c934548262148ee9445fdbaa5145b6c4 MD5sum: 385b5e37f9ee40e11322a125475d6eb5 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.4-1~bpo12+1_all.deb Package: libreoffice-help-tr Source: libreoffice Version: 4:24.8.4-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.4-1~bpo12+1) Recommends: libreoffice-core (>> 4:24.8.4), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2692264 SHA256: 9715663868269550123c35dade7f460ad860b704676a38b16776db3eb88b8a89 SHA1: 8f2478f4a066ff6e93fb2c2e67e00e575e98fc36 MD5sum: 6e2fccddd313ab65b574e85ab87c016c 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.4-1~bpo12+1_all.deb Package: libreoffice-help-vi Source: libreoffice Version: 4:24.8.4-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.4-1~bpo12+1) Recommends: libreoffice-core (>> 4:24.8.4), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2618912 SHA256: 5f07f13caf160fecb10d0a49f503ca582b1e051815d3f55139f6f08b3763d971 SHA1: 5d8f592f14a95dce5aadcccbd7ad31f8b924043f MD5sum: 4e8e783e74b9f44d640ade8c383da704 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.4-1~bpo12+1_all.deb Package: libreoffice-help-zh-cn Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 31126 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.4-1~bpo12+1) Recommends: libreoffice-core (>> 4:24.8.4), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2749108 SHA256: 4483c659cb9f7285a41be342c1d7465507662eb7625575279bc3835798bf4d10 SHA1: c3aa3453c20a253e97a6c679daf2bb0af3678a3b MD5sum: 6e903604a239610f886ca5732e2c161f 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.4-1~bpo12+1_all.deb Package: libreoffice-help-zh-tw Source: libreoffice Version: 4:24.8.4-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.4-1~bpo12+1) Recommends: libreoffice-core (>> 4:24.8.4), firefox-esr | epiphany-browser | konqueror | chromium | firefox Size: 2779248 SHA256: 43b4acafcce48704963ed898982b776f0c4b2395458b9a5fafbbaab81a2bd51d SHA1: 91e56420ba53f3164206344319af626e6a058bcc MD5sum: 2e4976dddf621366c8bf368aa2c27e5d 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.4-1~bpo12+1_all.deb Package: libreoffice-impress Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 2484 Maintainer: Debian LibreOffice Maintainers Architecture: amd64 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.4-1~bpo12+1), libreoffice-draw (= 4:24.8.4-1~bpo12+1), libreoffice-uiconfig-impress (= 4:24.8.4-1~bpo12+1), ucf, libbox2d2 (>= 2.4.1), libc6 (>= 2.32), libepoxy0 (>= 1.0), libetonyek-0.1-1, libgcc-s1 (>= 3.3.1), libmwaw-0.3-3, libodfgen-0.1-1, librevenge-0.0-0, libstaroffice-0.0-0, libstdc++6 (>= 11), libuno-cppu3 (>= 4.4.0~alpha), libuno-cppuhelpergcc3-3 (>= 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: 710956 SHA256: f2c6f03250087486742ce7db2c75952c959ba07eac44592ab4265db17fa9aaa5 SHA1: 111653d5417883460934283b231960007fa3d56f MD5sum: 1b242c8c43dd17a4e78edfd245d38fcf 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.4-1~bpo12+1_amd64.deb Package: libreoffice-impress-nogui Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 2190 Maintainer: Debian LibreOffice Maintainers Architecture: amd64 Replaces: libreoffice-common (<< 1:6.4.2~rc1~), libreoffice-impress Depends: libreoffice-common (>= 1:7.0.0~alpha~), libreoffice-core-nogui (= 4:24.8.4-1~bpo12+1) | libreoffice-core (= 4:24.8.4-1~bpo12+1), libreoffice-draw-nogui (= 4:24.8.4-1~bpo12+1) | libreoffice-draw (= 4:24.8.4-1~bpo12+1), libreoffice-uiconfig-impress (= 4:24.8.4-1~bpo12+1), ucf, libbox2d2 (>= 2.4.1), libc6 (>= 2.32), libetonyek-0.1-1, libgcc-s1 (>= 3.3.1), libmwaw-0.3-3, libodfgen-0.1-1, librevenge-0.0-0, libstaroffice-0.0-0, libstdc++6 (>= 11), libuno-cppu3 (>= 4.4.0~alpha), libuno-cppuhelpergcc3-3 (>= 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: 584852 SHA256: b84a5a03323cd9f197695008bc898cd2a6b2a42b706606df6415836a01de4c63 SHA1: e4480aefd5d252ae34a671bcef5c865cd47e4c82 MD5sum: 529d54cb424219e72797f36a9ffe9d29 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.4-1~bpo12+1_amd64.deb Package: libreoffice-java-common Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 882 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: 767296 SHA256: a7eb23310ee670a76dd5639b9279f4859e91b56f7f43f52c03935de8cb7808d7 SHA1: c77847704d932e2521320fa5e6fa8a93f13c0547 MD5sum: 6ca762cbf021501c6ac2b5166a885d6d 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.4-1~bpo12+1_all.deb Package: libreoffice-kf5 Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 134 Maintainer: Debian LibreOffice Maintainers Architecture: amd64 Replaces: libreoffice-kde (<< 1:6.1.0~alpha1-1) Depends: libreoffice-core (= 4:24.8.4-1~bpo12+1), kio, libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libkf5configcore5 (>= 4.97.0), libkf5kiofilewidgets5 (>= 5.69.0), libqt5core5a (>= 5.0.2), libqt5widgets5 (>= 5.6.0~beta), libstdc++6 (>= 5), libuno-cppu3 (>= 1.4.0), libuno-cppuhelpergcc3-3 (>= 4.0.0~alpha), libuno-sal3 (>= 4.1.0~alpha), uno-libs-private Recommends: kio (>> 5.103.0-1), libreoffice-style-breeze Enhances: libreoffice Size: 55812 SHA256: fa6a44ad7944866940c913f11126e5c7a11c9b61ce961c88533021fd62264b62 SHA1: 766fc3dde52f2e9be42fcd83d6b78e7401b1d9f2 MD5sum: bb45887cedc2935c012c4918994b5896 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.4-1~bpo12+1_amd64.deb Package: libreoffice-l10n-af Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 4282 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.4) Suggests: hunspell-dictionary-af | myspell-dictionary-af | libreoffice-spellcheck-af, hyphen-af | libreoffice-hyphenation-af, libreoffice-grammarcheck-af, libreoffice-help-af, mythes-af Size: 823476 SHA256: 97c5e0240b972d6d53604dd1fbadaa445cdf2015718679a87c429b4bba5ae4fd SHA1: ab1e10501c3537d1b83fc08156268a65a81f14b4 MD5sum: 03366860c1a000140b808c3d10a6c787 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.4-1~bpo12+1_all.deb Package: libreoffice-l10n-am Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 4363 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.4) Suggests: hunspell-dictionary-am | myspell-dictionary-am | libreoffice-spellcheck-am, hyphen-am | libreoffice-hyphenation-am, libreoffice-grammarcheck-am, libreoffice-help-am, mythes-am Size: 693396 SHA256: 4cdb3565a467878f8bf8895622543bbb017025f3562cddccf05c5d368e0d0b26 SHA1: 77048cef0dbdf57da6a8b353f6186708c1bfab6d MD5sum: ff479f59887664daa7f6b1ca39191c80 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.4-1~bpo12+1_all.deb Package: libreoffice-l10n-ar Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 3705 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.4) Suggests: hunspell-dictionary-ar | myspell-dictionary-ar | libreoffice-spellcheck-ar, hyphen-ar | libreoffice-hyphenation-ar, libreoffice-grammarcheck-ar, libreoffice-help-ar, mythes-ar Size: 606476 SHA256: 94b809a61225a3bc402d49891e38f40970be24db9b554aedaf31339bc5a72122 SHA1: 6a540cbcadb2e5ac0569e3a6a2bc29382d369647 MD5sum: 33aa37ed14b159f0261a4c0af9dbeae2 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.4-1~bpo12+1_all.deb Package: libreoffice-l10n-as Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 2890 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.4) Suggests: hunspell-dictionary-as | myspell-dictionary-as | libreoffice-spellcheck-as, hyphen-as | libreoffice-hyphenation-as, libreoffice-grammarcheck-as, libreoffice-help-as, mythes-as Size: 395532 SHA256: a0c925346606f7073b1698f0295b4064c5077078941d2b4b5b0064330319c7e9 SHA1: 61bdda55a50e6660409b8a6f3dc8cef338299657 MD5sum: 572a1328b08df8fdadecd8ec045ee2db 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.4-1~bpo12+1_all.deb Package: libreoffice-l10n-ast Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 2844 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.4) Suggests: hunspell-dictionary-ast | myspell-dictionary-ast | libreoffice-spellcheck-ast, hyphen-ast | libreoffice-hyphenation-ast, libreoffice-grammarcheck-ast, libreoffice-help-ast, mythes-ast Size: 507712 SHA256: 83bc4833c66ce5ddcfe42a63e288e3f18391aa523d654ae4a76a7d8f4fac0d04 SHA1: 2eecbe0e109e055fe61e4a60be0374cce6cecd2f MD5sum: e0ec26e3c8a70e25ec725bd44f58a82b 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.4-1~bpo12+1_all.deb Package: libreoffice-l10n-be Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 3187 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.4) Suggests: hunspell-dictionary-be | myspell-dictionary-be | libreoffice-spellcheck-be, hyphen-be | libreoffice-hyphenation-be, libreoffice-grammarcheck-be, libreoffice-help-be, mythes-be Size: 490476 SHA256: 79665613b572cba61f12a7971cf1d668d78ca04dc9db0b032b1d2372d8e0ce66 SHA1: eec85029f9c04080976debbf6804f16695f2aaa6 MD5sum: f3d86acc5cb7e2785208d292ceb8ea21 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.4-1~bpo12+1_all.deb Package: libreoffice-l10n-bg Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 5674 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.4) Suggests: hunspell-dictionary-bg | myspell-dictionary-bg | libreoffice-spellcheck-bg, hyphen-bg | libreoffice-hyphenation-bg, libreoffice-grammarcheck-bg, libreoffice-help-bg, mythes-bg Size: 930640 SHA256: 602e47566f77dfb64948059cf246baff4cff4d26619361b4dce8ae09ea760743 SHA1: fb47350e8d94bb0c1ad18ab7deb9e8ee82d9c5e1 MD5sum: d2197c3de1d09e54f61db96ebe87a141 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.4-1~bpo12+1_all.deb Package: libreoffice-l10n-bn Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 6414 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.4) Suggests: hunspell-dictionary-bn | myspell-dictionary-bn | libreoffice-spellcheck-bn, hyphen-bn | libreoffice-hyphenation-bn, libreoffice-grammarcheck-bn, libreoffice-help-bn, mythes-bn Size: 642988 SHA256: f654bac7b2865b8869f76f2d1781176eeae70c6e8fbf4b5f4c7418028e6289e1 SHA1: 81ca045c55b03eb1468b54f2ee53c63ea11119ba MD5sum: 3276b9070e41955e225e253a68857f25 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.4-1~bpo12+1_all.deb Package: libreoffice-l10n-br Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 2695 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.4) Suggests: hunspell-dictionary-br | myspell-dictionary-br | libreoffice-spellcheck-br, hyphen-br | libreoffice-hyphenation-br, libreoffice-grammarcheck-br, libreoffice-help-br, mythes-br Size: 474456 SHA256: 93aa4b40ded7eb8d7cfd29848326419389fb21831b0173cb6a8fddd7bada9b56 SHA1: f92484f43117611f4bed96374d6db73a9e186943 MD5sum: 4ac226de9a56e21b9fa9898f109be686 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.4-1~bpo12+1_all.deb Package: libreoffice-l10n-bs Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 2448 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.4) Suggests: hunspell-dictionary-bs | myspell-dictionary-bs | libreoffice-spellcheck-bs, hyphen-bs | libreoffice-hyphenation-bs, libreoffice-grammarcheck-bs, libreoffice-help-bs, mythes-bs Size: 422668 SHA256: 771e5ed852c96b7de965acdbad307b9ffa16b1795718f001ce97c843466c4012 SHA1: 6418ed6b505f96f87fd30435e230afffbe29d7ef MD5sum: 92138770517f451635bbd05efed1a506 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.4-1~bpo12+1_all.deb Package: libreoffice-l10n-ca Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 8675 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.4) Suggests: hunspell-dictionary-ca | myspell-dictionary-ca | libreoffice-spellcheck-ca, hyphen-ca | libreoffice-hyphenation-ca, libreoffice-grammarcheck-ca, libreoffice-help-ca, mythes-ca Size: 1028584 SHA256: adfe6211c8a5bfe1589cc14cc2c01c3778c5bb7a33af7df7af024eac410543c5 SHA1: 7cefb3eccbbc59635ee7d188d6c38e960a5fa0d0 MD5sum: d1ee4276658bd5e67802ea93cbd0ed90 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.4-1~bpo12+1_all.deb Package: libreoffice-l10n-cs Source: libreoffice Version: 4:24.8.4-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.4) Suggests: hunspell-dictionary-cs | myspell-dictionary-cs | libreoffice-spellcheck-cs, hyphen-cs | libreoffice-hyphenation-cs, libreoffice-grammarcheck-cs, libreoffice-help-cs, mythes-cs Size: 908036 SHA256: 6c90c66c0a3336dfe4558b9ab1b498842b7ad5aa36c6b730d9d62b2f67bad3fb SHA1: cd5d2a1b9c4017b9ed49c45aaaf492f6caec6e15 MD5sum: fb23edf1707442e33d94da049a43fc00 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.4-1~bpo12+1_all.deb Package: libreoffice-l10n-cy Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 4269 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.4) Suggests: hunspell-dictionary-cy | myspell-dictionary-cy | libreoffice-spellcheck-cy, hyphen-cy | libreoffice-hyphenation-cy, libreoffice-grammarcheck-cy, libreoffice-help-cy, mythes-cy Size: 809000 SHA256: faf80d6dece55747dc53b407c86a30c46c942ea760a93375e7b062b491edc527 SHA1: 8281ab54aa335acff1bf1746bdd51a5def485999 MD5sum: 7f7089ab7144523e9fe2dc5e1e065785 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.4-1~bpo12+1_all.deb Package: libreoffice-l10n-da Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 4398 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.4) Suggests: hunspell-dictionary-da | myspell-dictionary-da | libreoffice-spellcheck-da, hyphen-da | libreoffice-hyphenation-da, libreoffice-grammarcheck-da, libreoffice-help-da, mythes-da Size: 881308 SHA256: d56c87985dfcf42466c2127541efd9941c44fdb458462d3f29254849f269a800 SHA1: cd85354531d701f25c3b99ea0a108942f4d86e67 MD5sum: 9449f2c4aa43963cd3fff351e8de99b2 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.4-1~bpo12+1_all.deb Package: libreoffice-l10n-de Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 4536 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.4) Suggests: hunspell-dictionary-de | myspell-dictionary-de | libreoffice-spellcheck-de, hyphen-de | libreoffice-hyphenation-de, libreoffice-grammarcheck-de, libreoffice-help-de, mythes-de Size: 890896 SHA256: 264cb6c9cca0ac6b4a7e8bd1dbd358b4c3cda84b11fdb9f1a222dba86a0a6331 SHA1: 0abeec1e21408d13b6b251459d5b05cec5c05ce9 MD5sum: 8b1d10fed71baf1fefb73de131986bd2 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.4-1~bpo12+1_all.deb Package: libreoffice-l10n-dz Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 3192 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.4) Suggests: hunspell-dictionary-dz | myspell-dictionary-dz | libreoffice-spellcheck-dz, hyphen-dz | libreoffice-hyphenation-dz, libreoffice-grammarcheck-dz, libreoffice-help-dz, mythes-dz Size: 366968 SHA256: 1362f8df617711491ca1f1d2894248c52529d237cc13434a1aaa3b53b5a96b39 SHA1: 592173a99afd528f0120294e3ecf91e125af092d MD5sum: b6741e9465c1462505942726c3706f81 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.4-1~bpo12+1_all.deb Package: libreoffice-l10n-el Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 5813 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.4) Suggests: hunspell-dictionary-el | myspell-dictionary-el | libreoffice-spellcheck-el, hyphen-el | libreoffice-hyphenation-el, libreoffice-grammarcheck-el, libreoffice-help-el, mythes-el Size: 870176 SHA256: 8cc0af298faf7bea33d94ffd2ec577f87758887480acb6f297a9dd98ea0a3323 SHA1: 82f0b209ca2c4d2d7297a140e6dfd864d796bc70 MD5sum: a3160520bfe89ec3270a6b652a9f26c5 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.4-1~bpo12+1_all.deb Package: libreoffice-l10n-en-gb Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 4177 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.4) 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: 718148 SHA256: 31d44f1c63f828d3d8af81abce189438618697e9c014c7e1d7809f53984e62fc SHA1: 947ccb70775d4151432705a42512691d9b04a826 MD5sum: 09964d10d8355d68c07c7975452f4578 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.4-1~bpo12+1_all.deb Package: libreoffice-l10n-en-za Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 2327 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.4) 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: 326244 SHA256: 286eed46a73e8dc6ed0fdec44911bb6d26d14027b21d4c5d1b19d7b530094aa3 SHA1: d35bf00dc8d1a80e6c60a7338c154f80ce354c56 MD5sum: f7ee6a549ff8ed805a7a9814d2290c1c 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.4-1~bpo12+1_all.deb Package: libreoffice-l10n-eo Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 4223 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.4) Suggests: hunspell-dictionary-eo | myspell-dictionary-eo | libreoffice-spellcheck-eo, hyphen-eo | libreoffice-hyphenation-eo, libreoffice-grammarcheck-eo, libreoffice-help-eo, mythes-eo Size: 793896 SHA256: 591b1564705de3475c46630601591871ec80e36e3f8dd14980b12c118d36c90f SHA1: 863ab3606400df0cd37e8192d5d9f3f9c8766a52 MD5sum: 3a1054dbbf9271c2258251490e6156f9 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.4-1~bpo12+1_all.deb Package: libreoffice-l10n-es Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 4511 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.4) Suggests: hunspell-dictionary-es | myspell-dictionary-es | libreoffice-spellcheck-es, hyphen-es | libreoffice-hyphenation-es, libreoffice-grammarcheck-es, libreoffice-help-es, mythes-es Size: 883600 SHA256: cc709fcdcbadb14551f7b6e9a93f2f4a822329531e4bbeaf5ceee5c19d68ebf4 SHA1: 13580b25bf0c66b6ff21ea7af49a69121d2fdaf1 MD5sum: a54468a1cefa526c25bdd6daeb1e3f8f 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.4-1~bpo12+1_all.deb Package: libreoffice-l10n-et Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 3753 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.4) Suggests: hunspell-dictionary-et | myspell-dictionary-et | libreoffice-spellcheck-et, hyphen-et | libreoffice-hyphenation-et, libreoffice-grammarcheck-et, libreoffice-help-et, mythes-et Size: 701276 SHA256: cb4ec4afdc33c73f2777040ac259a62e254404b6b7a7cbf42fd46cc873e78e90 SHA1: 4554e75daa4dac80dcd08eab5c70f62d46ee85e7 MD5sum: 00aef0a21b3a4b174acb96e4b557d900 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.4-1~bpo12+1_all.deb Package: libreoffice-l10n-eu Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 4181 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.4) Suggests: hunspell-dictionary-eu | myspell-dictionary-eu | libreoffice-spellcheck-eu, hyphen-eu | libreoffice-hyphenation-eu, libreoffice-grammarcheck-eu, libreoffice-help-eu, mythes-eu Size: 773648 SHA256: 2a76649643f987d99c1c0f64fe1e1f8318264982101666a6e726a2ef45cd1246 SHA1: 638d5a79ef21b462c1ccc04921f081af5b15e351 MD5sum: bb8d672d79ca4005c9195bee128cd4c5 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.4-1~bpo12+1_all.deb Package: libreoffice-l10n-fa Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 2281 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.4) Suggests: hunspell-dictionary-fa | myspell-dictionary-fa | libreoffice-spellcheck-fa, hyphen-fa | libreoffice-hyphenation-fa, libreoffice-grammarcheck-fa, libreoffice-help-fa, mythes-fa Size: 323664 SHA256: 3b2edbc3bc3a8e9582f2bd5dedb0be1743bfec46bce8a3987b2f80a839fe6c02 SHA1: 321ec46e7437d3f9d8650dae2fd89d718a16b900 MD5sum: 4f79e30a2ab39da23e0febe68abe9e2a 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.4-1~bpo12+1_all.deb Package: libreoffice-l10n-fi Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 3756 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.4) Suggests: hunspell-dictionary-fi | myspell-dictionary-fi | libreoffice-spellcheck-fi, hyphen-fi | libreoffice-hyphenation-fi, libreoffice-grammarcheck-fi, libreoffice-help-fi, mythes-fi Size: 700544 SHA256: 955a4ffe37c8013cad40bd7b77a86b25c2dcb926f222fce30f839fad1bc9df38 SHA1: 358b140182634d9a006656b9bc007d67521421d8 MD5sum: 6155911f7bf54c1e854d3e7dadb4004d 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.4-1~bpo12+1_all.deb Package: libreoffice-l10n-fr Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 4589 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.4) Suggests: hunspell-dictionary-fr | myspell-dictionary-fr | libreoffice-spellcheck-fr, hyphen-fr | libreoffice-hyphenation-fr, libreoffice-grammarcheck-fr, libreoffice-help-fr, mythes-fr Size: 890344 SHA256: 814cb2ce7cde79d518856c6aab6591b4a0dc0b3aa1088722866314e3f3be307b SHA1: e221f28ae7184489b2dcd6c8e4e46aa1a8eb6afa MD5sum: 9e30de59ec483b2ba209f4a9262cc9e9 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.4-1~bpo12+1_all.deb Package: libreoffice-l10n-ga Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 2985 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.4) Suggests: hunspell-dictionary-ga | myspell-dictionary-ga | libreoffice-spellcheck-ga, hyphen-ga | libreoffice-hyphenation-ga, libreoffice-grammarcheck-ga, libreoffice-help-ga, mythes-ga Size: 534344 SHA256: 0d37789c20a6d15208f427b0b4c66e8ed2bf8eb11b1c3081f3d76332faa0c7ec SHA1: 063a5206a70b5ca6fd535a348b796b4e0ac7514e MD5sum: c2c2d61c2c206652776c394d187a3435 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.4-1~bpo12+1_all.deb Package: libreoffice-l10n-gd Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 3065 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.4) Suggests: hunspell-dictionary-gd | myspell-dictionary-gd | libreoffice-spellcheck-gd, hyphen-gd | libreoffice-hyphenation-gd, libreoffice-grammarcheck-gd, libreoffice-help-gd, mythes-gd Size: 542496 SHA256: 1f1879d491519ad6b957b4acf0f439afc335062e2e03f501a24819078d013ffc SHA1: 65f40d690e0563342a199d9e2580f6d9d5ec5584 MD5sum: 3846ff2f31e570e8516769e7a887144a 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.4-1~bpo12+1_all.deb Package: libreoffice-l10n-gl Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 4385 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.4) Suggests: hunspell-dictionary-gl | myspell-dictionary-gl | libreoffice-spellcheck-gl, hyphen-gl | libreoffice-hyphenation-gl, libreoffice-grammarcheck-gl, libreoffice-help-gl, mythes-gl Size: 816324 SHA256: 4991064ba104c3361d699af8335a284eec906dd7fb4883aba8cbd64e92b47746 SHA1: 5f3e105e8b5497ebe6461d2f08229a430b6861fd MD5sum: b32f3a96c3a57d2ec3a214f49b229c66 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.4-1~bpo12+1_all.deb Package: libreoffice-l10n-gu Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 3272 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.4) Suggests: hunspell-dictionary-gu | myspell-dictionary-gu | libreoffice-spellcheck-gu, hyphen-gu | libreoffice-hyphenation-gu, libreoffice-grammarcheck-gu, libreoffice-help-gu, mythes-gu Size: 471480 SHA256: 3847278843ea52bdb3e9e906d8e4198f9a5207e98589da1cf98b1b3e471c5874 SHA1: d839da50d2470b24ea332b426ab6311ba2dd93bf MD5sum: c2cb4117a48d256adb600f82aaf94f26 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.4-1~bpo12+1_all.deb Package: libreoffice-l10n-gug Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 2343 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.4) Suggests: hunspell-dictionary-gug | myspell-dictionary-gug | libreoffice-spellcheck-gug, hyphen-gug | libreoffice-hyphenation-gug, libreoffice-grammarcheck-gug, libreoffice-help-gug, mythes-gug Size: 394236 SHA256: 671e047c73184a8c176e58ab63cc0481f52985d6095d13c64f51f6693c6b3a83 SHA1: fd93495216bdb181e761fd163d2dcc55080b97c2 MD5sum: a525d91edad8e59af3371ceb83fd0673 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.4-1~bpo12+1_all.deb Package: libreoffice-l10n-he Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 3365 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.4) Suggests: hunspell-dictionary-he | myspell-dictionary-he | libreoffice-spellcheck-he, hyphen-he | libreoffice-hyphenation-he, libreoffice-grammarcheck-he, libreoffice-help-he, mythes-he Size: 544080 SHA256: 75db55a7878cb6c28b1f23e6cefa9f1e77f40c06020d9dfc77dd52b88c0370b8 SHA1: 7c724dae82a4ba2af8510e38aba963fb1e776c69 MD5sum: 8d39c579d0081ca2e6393d8ceedac00d 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.4-1~bpo12+1_all.deb Package: libreoffice-l10n-hi Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 2701 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.4) Suggests: hunspell-dictionary-hi | myspell-dictionary-hi | libreoffice-spellcheck-hi, hyphen-hi | libreoffice-hyphenation-hi, libreoffice-grammarcheck-hi, libreoffice-help-hi, mythes-hi Size: 369116 SHA256: f7c92111f90c3ea1339b2c5085ba1f246cb6e62f0da7d3ee6447a56568e4f4ff SHA1: 6173cc057a7f1aff1ae0a3dcbff567334877115f MD5sum: 198849408e7a7586ed0c8640ffb1914f 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.4-1~bpo12+1_all.deb Package: libreoffice-l10n-hr Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 3067 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.4) Suggests: hunspell-dictionary-hr | myspell-dictionary-hr | libreoffice-spellcheck-hr, hyphen-hr | libreoffice-hyphenation-hr, libreoffice-grammarcheck-hr, libreoffice-help-hr, mythes-hr Size: 564016 SHA256: ed8158ecd7c2144e06a008a5674551d0dbca3d87d6e39308938efd4ca5d70f56 SHA1: e3fb340b32edfb1035e899639fed4bd509c64f18 MD5sum: 1d77be7a5f1709b05a5b43cbccc4bc16 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.4-1~bpo12+1_all.deb Package: libreoffice-l10n-hu Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 4537 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.4) Suggests: hunspell-dictionary-hu | myspell-dictionary-hu | libreoffice-spellcheck-hu, hyphen-hu | libreoffice-hyphenation-hu, libreoffice-grammarcheck-hu, libreoffice-help-hu, mythes-hu Size: 895340 SHA256: 06615a5cb8b051d54e6b81a96ffb5a6d5044c05b2eaf3fe9a5032e45f7d16a9c SHA1: 9896b13f788aef71fe1f0cb8ba16f25954bbf671 MD5sum: 6ef778047b2d7a4a2d7c81107dfa1c07 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.4-1~bpo12+1_all.deb Package: libreoffice-l10n-hy Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 5541 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.4) Suggests: hunspell-dictionary-hy | myspell-dictionary-hy | libreoffice-spellcheck-hy, hyphen-hy | libreoffice-hyphenation-hy, libreoffice-grammarcheck-hy, libreoffice-help-hy, mythes-hy Size: 849416 SHA256: f6fc23477d86077eaaba526e596c17b1eb92fa7c108b90372494cf9ea873e25e SHA1: d5cd4ff88c12af891c2c910e8eb02b55e543d007 MD5sum: 59815716ff7cda1d0316a8d8a08841ab 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.4-1~bpo12+1_all.deb Package: libreoffice-l10n-id Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 4267 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.4) Suggests: hunspell-dictionary-id | myspell-dictionary-id | libreoffice-spellcheck-id, hyphen-id | libreoffice-hyphenation-id, libreoffice-grammarcheck-id, libreoffice-help-id, mythes-id Size: 799464 SHA256: 9a3366bdd6bdde3459986f2f7e879cb249ec40127fb751516fb7bce026485a42 SHA1: 66e003e846c79635474338c698da374298bc06cc MD5sum: 5ff77c20969ec09377eacc6ba15bb0bd 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.4-1~bpo12+1_all.deb Package: libreoffice-l10n-in Source: libreoffice Version: 4:24.8.4-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: 39288 SHA256: cb7b93f788f30f43c7291cabfe6a17e831def55804ea58de895e8cb15e7570d1 SHA1: 5e6fa986a2090295a755189a8a09f55e1dcd1382 MD5sum: ca589b5a621cd7b8842119d44382f787 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.4-1~bpo12+1_all.deb Package: libreoffice-l10n-is Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 3411 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.4) Suggests: hunspell-dictionary-is | myspell-dictionary-is | libreoffice-spellcheck-is, hyphen-is | libreoffice-hyphenation-is, libreoffice-grammarcheck-is, libreoffice-help-is, mythes-is Size: 634896 SHA256: cfca1ae431099445a7cbf7645dedcd8b67bf2357a39981880d7d41573828eec3 SHA1: 74647533b8ff33d15f5e31fae3904b23532892c2 MD5sum: 82cd3aa1e3570c61996bd8153b25333c 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.4-1~bpo12+1_all.deb Package: libreoffice-l10n-it Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 4509 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.4) Suggests: hunspell-dictionary-it | myspell-dictionary-it | libreoffice-spellcheck-it, hyphen-it | libreoffice-hyphenation-it, libreoffice-grammarcheck-it, libreoffice-help-it, mythes-it Size: 883452 SHA256: f2ea1ac381fec8fd8af027bdb8726d434a99fd8fcb1ec285158648892a9c0ecc SHA1: 509317e828cbcdbef9518f8cc23ea8d64107b17a MD5sum: b6340f50d2f0383f5d1bf8f2616c4045 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.4-1~bpo12+1_all.deb Package: libreoffice-l10n-ja Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 4319 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.4) Suggests: hunspell-dictionary-ja | myspell-dictionary-ja | libreoffice-spellcheck-ja, hyphen-ja | libreoffice-hyphenation-ja, libreoffice-grammarcheck-ja, libreoffice-help-ja, mythes-ja Size: 799408 SHA256: 299cb5fc10d11e0cd311e2eb3ed1dba15113247f1be61d6af6e8bf7250dc5906 SHA1: 1b6be2ed7e2eb685f2085ac607a561d73244720e MD5sum: 8277567c2e5106f897cb2726f8035860 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.4-1~bpo12+1_all.deb Package: libreoffice-l10n-ka Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 6376 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.4) Suggests: hunspell-dictionary-ka | myspell-dictionary-ka | libreoffice-spellcheck-ka, hyphen-ka | libreoffice-hyphenation-ka, libreoffice-grammarcheck-ka, libreoffice-help-ka, mythes-ka Size: 856756 SHA256: 4660a15565e5c139f069bd0e43b2a6225ba70c5707286e9a831587d01db35b57 SHA1: 648bbf5d9c33f0d1c3994d1a86c0ae2a1b21826b MD5sum: f6d30b41a5e9c1fd1b7a58ff876b09db 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.4-1~bpo12+1_all.deb Package: libreoffice-l10n-kk Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 5008 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.4) Suggests: hunspell-dictionary-kk | myspell-dictionary-kk | libreoffice-spellcheck-kk, hyphen-kk | libreoffice-hyphenation-kk, libreoffice-grammarcheck-kk, libreoffice-help-kk, mythes-kk Size: 770604 SHA256: 209e2dab540060f332cce1c24f4ebaa5b2eea06e099d0b9ad972c004bcda3c3e SHA1: 66e9843c1901a4ae12cb62e8b432a83447ed93a8 MD5sum: 5a1edf09556e30d4180ff23eeaba7e51 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.4-1~bpo12+1_all.deb Package: libreoffice-l10n-km Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 4064 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.4) Suggests: hunspell-dictionary-km | myspell-dictionary-km | libreoffice-spellcheck-km, hyphen-km | libreoffice-hyphenation-km, libreoffice-grammarcheck-km, libreoffice-help-km, mythes-km Size: 599012 SHA256: 0a5159b8cc64455a2952d6cd0bdc3828ca1b759058dfc7ef2b7adfa778eafb38 SHA1: 0eed71bdc5cbb25cc6d6b2a1d9bc90557d756eb9 MD5sum: 527632d6b3a48349725818b221a3c8f5 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.4-1~bpo12+1_all.deb Package: libreoffice-l10n-kmr Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 1866 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.4) Suggests: hunspell-dictionary-kmr | myspell-dictionary-kmr | libreoffice-spellcheck-kmr, hyphen-kmr | libreoffice-hyphenation-kmr, libreoffice-grammarcheck-kmr, libreoffice-help-kmr, mythes-kmr Size: 278532 SHA256: 7a0520411ffe6af69677850e51423e53edffbf9ba75ee0ab61c20fed0b120491 SHA1: 466dfe1d7fa251dd5cc4f5bf93098b5c6d405231 MD5sum: c1fc5f68b4d81fbdfe54b9989bc8ff2a 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.4-1~bpo12+1_all.deb Package: libreoffice-l10n-kn Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 3107 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.4) Suggests: hunspell-dictionary-kn | myspell-dictionary-kn | libreoffice-spellcheck-kn, hyphen-kn | libreoffice-hyphenation-kn, libreoffice-grammarcheck-kn, libreoffice-help-kn, mythes-kn Size: 424028 SHA256: 4bc269c0f0bc8b2376dab340073b53417a966c9ae76d333e1b7eb324b521eead SHA1: 49de1a6c29f94f36a00c7f7705672e4089988d78 MD5sum: 7f4a69b48d04181d602c29fc503e1754 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.4-1~bpo12+1_all.deb Package: libreoffice-l10n-ko Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 3633 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.4) Suggests: hunspell-dictionary-ko | myspell-dictionary-ko | libreoffice-spellcheck-ko, hyphen-ko | libreoffice-hyphenation-ko, libreoffice-grammarcheck-ko, libreoffice-help-ko, mythes-ko Size: 686604 SHA256: db10e538343e9dd96b1dcea5b24f3d55416cfb708dbf01b89b3947895d9a6704 SHA1: 083f8ec0da79490303cc2195257e0f925c71fa90 MD5sum: 3ce855aeca372261b5e1d94618531eab 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.4-1~bpo12+1_all.deb Package: libreoffice-l10n-lt Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 3676 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.4) Suggests: hunspell-dictionary-lt | myspell-dictionary-lt | libreoffice-spellcheck-lt, hyphen-lt | libreoffice-hyphenation-lt, libreoffice-grammarcheck-lt, libreoffice-help-lt, mythes-lt Size: 665792 SHA256: a0593efb1cf3d77839451b1dd712d808ef92ccd12072edd9d0998f78ecfa214b SHA1: e638e5f734ed856b5952e1e7afa6735852a9e1c3 MD5sum: 28decca22b6f3e7d1a82ddaf3976b1cb 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.4-1~bpo12+1_all.deb Package: libreoffice-l10n-lv Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 3101 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.4) Suggests: hunspell-dictionary-lv | myspell-dictionary-lv | libreoffice-spellcheck-lv, hyphen-lv | libreoffice-hyphenation-lv, libreoffice-grammarcheck-lv, libreoffice-help-lv, mythes-lv Size: 561136 SHA256: 5a8b02d19a0c2dc7a716f674a22679600942bf9e25cfb7f4148a04bfb8942429 SHA1: e0212ef2398f2d3f9ed64c014a5f92355d5ed5ed MD5sum: 3c93758c330d4c723e211ca8cec92057 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.4-1~bpo12+1_all.deb Package: libreoffice-l10n-mk Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 2654 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.4) Suggests: hunspell-dictionary-mk | myspell-dictionary-mk | libreoffice-spellcheck-mk, hyphen-mk | libreoffice-hyphenation-mk, libreoffice-grammarcheck-mk, libreoffice-help-mk, mythes-mk Size: 359864 SHA256: 5869a56cf315a8a20290fd33529a6c28d71e99dead3a7683082513703acd7f0b SHA1: 3dcdc00120b406a5bcfa5f8a6d33c65a4958d999 MD5sum: 8290b9312dd5d20fae1fb88a113d3917 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.4-1~bpo12+1_all.deb Package: libreoffice-l10n-ml Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 3075 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.4) 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: 084e5ff761f4ee4c02311cd73e8a6b4a8303adcd4ab59f449bb70fb524db3dc6 SHA1: 5eea23da93f4d8ad798d4cfa4a6526b4e6dfcbda MD5sum: ed7f8756196f939fe17fd125f2224dd0 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.4-1~bpo12+1_all.deb Package: libreoffice-l10n-mn Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 3934 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.4) Suggests: hunspell-dictionary-mn | myspell-dictionary-mn | libreoffice-spellcheck-mn, hyphen-mn | libreoffice-hyphenation-mn, libreoffice-grammarcheck-mn, libreoffice-help-mn, mythes-mn Size: 654152 SHA256: 06b467477ec2bf8790cf4623adbeb38243f767cddda0e1df4ce08c5e53c68d0f SHA1: 814f843f7732c718f33d3fd0f85195a97d4f6e95 MD5sum: 9332807c9ab587071b23a705adf0ade9 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.4-1~bpo12+1_all.deb Package: libreoffice-l10n-mr Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 2964 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.4) Suggests: hunspell-dictionary-mr | myspell-dictionary-mr | libreoffice-spellcheck-mr, hyphen-mr | libreoffice-hyphenation-mr, libreoffice-grammarcheck-mr, libreoffice-help-mr, mythes-mr Size: 422372 SHA256: 23fee08dae7833af07873d9612fb03508437fc18c51713acd0709db99cc8281e SHA1: 4de89b08933081e2c1b8c600e256d0fe98e30033 MD5sum: bd4574c27a654a9914d1f2aa18976057 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.4-1~bpo12+1_all.deb Package: libreoffice-l10n-nb Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 4260 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.4) Suggests: hunspell-dictionary-nb | myspell-dictionary-nb | libreoffice-spellcheck-nb, hyphen-nb | libreoffice-hyphenation-nb, libreoffice-grammarcheck-nb, libreoffice-help-nb, mythes-nb Size: 806012 SHA256: 596690f71287322558d9cc70ea7b86a4a5100a4c1fb6fdcad45336b62de39fb0 SHA1: 2eae1b4546c7a5b397e8c26009397f48a1178af9 MD5sum: cc8620870e790f13da5bb452930da552 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.4-1~bpo12+1_all.deb Package: libreoffice-l10n-ne Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 3146 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.4) Suggests: hunspell-dictionary-ne | myspell-dictionary-ne | libreoffice-spellcheck-ne, hyphen-ne | libreoffice-hyphenation-ne, libreoffice-grammarcheck-ne, libreoffice-help-ne, mythes-ne Size: 414948 SHA256: 56b118b8dbb40079f35d2ecbcdc4ad501d54dd3d280a3da6cc0d6af80d315c54 SHA1: 311389c71946a1b01324d2bf5d6334904495d21b MD5sum: 02fc3c390746f4fec33620eecc01f5ca 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.4-1~bpo12+1_all.deb Package: libreoffice-l10n-nl Source: libreoffice Version: 4:24.8.4-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.4) Suggests: hunspell-dictionary-nl | myspell-dictionary-nl | libreoffice-spellcheck-nl, hyphen-nl | libreoffice-hyphenation-nl, libreoffice-grammarcheck-nl, libreoffice-help-nl, mythes-nl Size: 901808 SHA256: 3b2705680e58fc1496935e85778a482693efbd875a4647e776a09f9386e7bfa5 SHA1: b1a1c7071711875f770a2c7342fc0c906c1034c5 MD5sum: ee9aac078fa506b6eee170bff6371219 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.4-1~bpo12+1_all.deb Package: libreoffice-l10n-nn Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 4267 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.4) Suggests: hunspell-dictionary-nn | myspell-dictionary-nn | libreoffice-spellcheck-nn, hyphen-nn | libreoffice-hyphenation-nn, libreoffice-grammarcheck-nn, libreoffice-help-nn, mythes-nn Size: 807716 SHA256: ea917c9639238a5f3cc292d1a85de96b74776d50e7d5992e659f99207489f685 SHA1: 75ba76fd91b465e749ba92c6df87ee375905af41 MD5sum: 3c74e0615bc78ea661447e6072fb817f 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.4-1~bpo12+1_all.deb Package: libreoffice-l10n-nr Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 1668 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.4) Suggests: hunspell-dictionary-nr | myspell-dictionary-nr | libreoffice-spellcheck-nr, hyphen-nr | libreoffice-hyphenation-nr, libreoffice-grammarcheck-nr, libreoffice-help-nr, mythes-nr Size: 241468 SHA256: eec4e4668f01d6394eb16404c97a72a49c934a40af79d7fba284026a176f5b76 SHA1: b22b87f5635d256b4a73d86565a5826f321f1ec4 MD5sum: dfee3087e61e975f379f5c7a7ec7030e 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.4-1~bpo12+1_all.deb Package: libreoffice-l10n-nso Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 1818 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.4) Suggests: hunspell-dictionary-nso | myspell-dictionary-nso | libreoffice-spellcheck-nso, hyphen-nso | libreoffice-hyphenation-nso, libreoffice-grammarcheck-nso, libreoffice-help-nso, mythes-nso Size: 266452 SHA256: 5ebb8c3aebcfd5f789dc71fbbc3cd5bdeeeebeeb1683206145bec8e35167b493 SHA1: f38eaaeca09b668f8594f4851fecea223d68ae92 MD5sum: 9a1a238fbd87ad14747b24dd5061cbd6 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.4-1~bpo12+1_all.deb Package: libreoffice-l10n-oc Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 3050 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.4) Suggests: hunspell-dictionary-oc | myspell-dictionary-oc | libreoffice-spellcheck-oc, hyphen-oc | libreoffice-hyphenation-oc, libreoffice-grammarcheck-oc, libreoffice-help-oc, mythes-oc Size: 551568 SHA256: d75e50732f9b7c6245ecc6af883611df0971900b6b6b6fa57a0463c7dfe707b6 SHA1: e3176960aba2ff997260cfaebc47b7504f07ee27 MD5sum: b43ee62c8b46c447bbaba9a5878b8476 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.4-1~bpo12+1_all.deb Package: libreoffice-l10n-om Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 2298 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.4) Suggests: hunspell-dictionary-om | myspell-dictionary-om | libreoffice-spellcheck-om, hyphen-om | libreoffice-hyphenation-om, libreoffice-grammarcheck-om, libreoffice-help-om, mythes-om Size: 375264 SHA256: f51585eb85335effdb519767156a4d7bb926eca6980d1d5319421538c5d83a4a SHA1: bbb9553b9170f9859c3e6bb3ab94f35e24c0796c MD5sum: b7852320e3f00ac714f637ce79a718a3 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.4-1~bpo12+1_all.deb Package: libreoffice-l10n-or Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 3108 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.4) Suggests: hunspell-dictionary-or | myspell-dictionary-or | libreoffice-spellcheck-or, hyphen-or | libreoffice-hyphenation-or, libreoffice-grammarcheck-or, libreoffice-help-or, mythes-or Size: 434252 SHA256: 506f6c2b89753c80b19b64eb8dbcbbd0be5ea26c665db1afcdf9faa2922a4b32 SHA1: 847ba587802f73b328fcbf6e9bb21429c7b72df2 MD5sum: 1dd1138483b8307fa273c7bbda3ee80d 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.4-1~bpo12+1_all.deb Package: libreoffice-l10n-pa-in Source: libreoffice Version: 4:24.8.4-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-guru, libreoffice-core (>> 4:24.8.4) 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: 456664 SHA256: 256ce4019a25d4bde8ce52512fc1cfbe47f9e6a6cefbf8706baec19c1ee58319 SHA1: 6e79e731ec4919ecde8cd865441e869eba777b93 MD5sum: 01851edec8d2c1b38c5b54a1c8fada61 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.4-1~bpo12+1_all.deb Package: libreoffice-l10n-pl Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 4431 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.4) Suggests: hunspell-dictionary-pl | myspell-dictionary-pl | libreoffice-spellcheck-pl, hyphen-pl | libreoffice-hyphenation-pl, libreoffice-grammarcheck-pl, libreoffice-help-pl, mythes-pl Size: 859772 SHA256: b50137c96af16064b65a7f3c8b8d1f57f264c7da2dddf51f5441a6033485d2a7 SHA1: d0bbd5eac11f1460899415ada237ed836b684bb2 MD5sum: c7da4f61b5d4f418c6f45d722f1876c0 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.4-1~bpo12+1_all.deb Package: libreoffice-l10n-pt Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 4278 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.4) Suggests: hunspell-dictionary-pt | myspell-dictionary-pt | libreoffice-spellcheck-pt, hyphen-pt | libreoffice-hyphenation-pt, libreoffice-grammarcheck-pt, libreoffice-help-pt, mythes-pt Size: 816264 SHA256: cf875d7254d2959c83d06fe215ba8c3bb06436a78ee1d6ddb258854200b2c6a8 SHA1: ef400bd4df6ef8503fe04a80c907cd3a7f8a60aa MD5sum: 48f7f48a1cd20aefc9d40934464ee59d 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.4-1~bpo12+1_all.deb Package: libreoffice-l10n-pt-br Source: libreoffice Version: 4:24.8.4-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.4) 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: 884972 SHA256: 97ec0f471ced3a6ec9bc8dcbc4badfab83dcd7f8d1bad401dfdf676fd6393a91 SHA1: c20002221fbd28dd4379528a392145115e6cb4b5 MD5sum: 7e58f4e443441618af28dd339a4785ee 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.4-1~bpo12+1_all.deb Package: libreoffice-l10n-ro Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 3200 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.4) Suggests: hunspell-dictionary-ro | myspell-dictionary-ro | libreoffice-spellcheck-ro, hyphen-ro | libreoffice-hyphenation-ro, libreoffice-grammarcheck-ro, libreoffice-help-ro, mythes-ro Size: 580204 SHA256: 3a7668e229cdb03e4e553fd68c4a4d7ad8236ddb4299a94a61a81af7081bcd43 SHA1: e26451c0f0d54eb22d435dd8454ade9b03c6cdbd MD5sum: d817040079c4a52bb4f20e475d3c0525 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.4-1~bpo12+1_all.deb Package: libreoffice-l10n-ru Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 5445 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.4) Suggests: hunspell-dictionary-ru | myspell-dictionary-ru | libreoffice-spellcheck-ru, hyphen-ru | libreoffice-hyphenation-ru, libreoffice-grammarcheck-ru, libreoffice-help-ru, mythes-ru Size: 891280 SHA256: 9f30da8048142c2a1235f2d4c37ed51d09d88c9400b8f6e3afae90a22caee6ed SHA1: 695c3e31c60ac5b7579c2c28ed3239c3551a1b0b MD5sum: c2e8ebb0822f96eb8663de6b2b7cdc3c 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.4-1~bpo12+1_all.deb Package: libreoffice-l10n-rw Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 1899 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.4) Suggests: hunspell-dictionary-rw | myspell-dictionary-rw | libreoffice-spellcheck-rw, hyphen-rw | libreoffice-hyphenation-rw, libreoffice-grammarcheck-rw, libreoffice-help-rw, mythes-rw Size: 284672 SHA256: f661c8e0106803f1aff9bde47b29c0aef8b56f742e5ef83ec63f4d8b4aecb93d SHA1: 41e6be5baf7d34f771d44ddd6e90cfdaec452529 MD5sum: e7be80bfeb9feeb875ac53bf6bfe8c05 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.4-1~bpo12+1_all.deb Package: libreoffice-l10n-si Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 2628 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.4) Suggests: hunspell-dictionary-si | myspell-dictionary-si | libreoffice-spellcheck-si, hyphen-si | libreoffice-hyphenation-si, libreoffice-grammarcheck-si, libreoffice-help-si, mythes-si Size: 355840 SHA256: 8c5aee9084c90f3c7455c21551eca69b29e9615f15d2b9b97c9557809731a17c SHA1: 33af89600976581c86b3991dffe6706741f1d624 MD5sum: 1825a8bed38db4a83e07a5b85fd9c37c 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.4-1~bpo12+1_all.deb Package: libreoffice-l10n-sk Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 4529 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.4) Suggests: hunspell-dictionary-sk | myspell-dictionary-sk | libreoffice-spellcheck-sk, hyphen-sk | libreoffice-hyphenation-sk, libreoffice-grammarcheck-sk, libreoffice-help-sk, mythes-sk Size: 918324 SHA256: 3d1c4040f222a41ccb157976f81bcc9208ba6297143b3dd3d5da623a5e14dcf3 SHA1: 57d937d8ca92ee9684a3c7f8a945124f5ed43435 MD5sum: 0a2b45820dcfebc001c53612de28d1c3 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.4-1~bpo12+1_all.deb Package: libreoffice-l10n-sl Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 4446 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.4) Suggests: hunspell-dictionary-sl | myspell-dictionary-sl | libreoffice-spellcheck-sl, hyphen-sl | libreoffice-hyphenation-sl, libreoffice-grammarcheck-sl, libreoffice-help-sl, mythes-sl Size: 898692 SHA256: 6a1f455ef6b2f40dda00cf11983c1ac0106c926c6b35e8b8d0f7906cc002132b SHA1: 3b6e679682c2bd54bd5a5ad51437a9893f0137d0 MD5sum: f16f2a21f2b7e6c014bb93b97293d2d3 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.4-1~bpo12+1_all.deb Package: libreoffice-l10n-sr Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 5750 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.4) Suggests: hunspell-dictionary-sr | myspell-dictionary-sr | libreoffice-spellcheck-sr, hyphen-sr | libreoffice-hyphenation-sr, libreoffice-grammarcheck-sr, libreoffice-help-sr, mythes-sr Size: 764204 SHA256: 826a4443a24d049a7e374bd965fd13824b2b74261294702af2713a4697052a2e SHA1: 3dc81a7bbde0e9cf84a5c98744ab6ebac50bba08 MD5sum: 59becd7db6b334ca446d6742694de829 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.4-1~bpo12+1_all.deb Package: libreoffice-l10n-ss Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 1687 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.4) Suggests: hunspell-dictionary-ss | myspell-dictionary-ss | libreoffice-spellcheck-ss, hyphen-ss | libreoffice-hyphenation-ss, libreoffice-grammarcheck-ss, libreoffice-help-ss, mythes-ss Size: 246060 SHA256: b33501d41bfa701885fbf0f24baa1714a79b27596d3b30d0bdcae086c803bf76 SHA1: 7d27443760051f87a3db551f04ffb556b4138d2f MD5sum: a168b36a7cdf2c1330519b743d558e72 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.4-1~bpo12+1_all.deb Package: libreoffice-l10n-st Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 1683 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.4) Suggests: hunspell-dictionary-st | myspell-dictionary-st | libreoffice-spellcheck-st, hyphen-st | libreoffice-hyphenation-st, libreoffice-grammarcheck-st, libreoffice-help-st, mythes-st Size: 241932 SHA256: 5fbb77350b902ee0b891dcf71fa5f8e77ceba48ecfe53a55eecb4053840f9e82 SHA1: 780563680a57b27b99ac20368ae814a562a6ff85 MD5sum: 09941b1ce12c250e0104c0a4ae405a8f 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.4-1~bpo12+1_all.deb Package: libreoffice-l10n-sv Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 4396 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.4) Suggests: hunspell-dictionary-sv | myspell-dictionary-sv | libreoffice-spellcheck-sv, hyphen-sv | libreoffice-hyphenation-sv, libreoffice-grammarcheck-sv, libreoffice-help-sv, mythes-sv Size: 874640 SHA256: 45a055f0225554de96f3d810623324356b8663e02c063bf4dc817f6b00c9ab0e SHA1: 5bd5241dc04b6c61233d28ae1f14ba5728a109ce MD5sum: e0459b042e9af33b669ac35b656cc7b6 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.4-1~bpo12+1_all.deb Package: libreoffice-l10n-szl Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 3006 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.4) Suggests: hunspell-dictionary-szl | myspell-dictionary-szl | libreoffice-spellcheck-szl, hyphen-szl | libreoffice-hyphenation-szl, libreoffice-grammarcheck-szl, libreoffice-help-szl, mythes-szl Size: 542120 SHA256: 7f9d7ad8552e6701f725150bb8cc9021b444a383c93b2b00e4ac315ee2edff6f SHA1: e7d93bd42d485c3782b348632b358b4fcff3fff2 MD5sum: e75a057c2342a0dc5d61d29ad6d78a86 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.4-1~bpo12+1_all.deb Package: libreoffice-l10n-ta Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 3780 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.4) Suggests: hunspell-dictionary-ta | myspell-dictionary-ta | libreoffice-spellcheck-ta, hyphen-ta | libreoffice-hyphenation-ta, libreoffice-grammarcheck-ta, libreoffice-help-ta, mythes-ta Size: 526552 SHA256: 5c1e3fb7be5e4351de161d5d2ebc5f07484716fdf4c7b6e572ca5e060a9825c6 SHA1: 7fadfe4848faaae19d35043a42a0f3c3f2041f67 MD5sum: 03a18720724066c6c32f308cffc34a86 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.4-1~bpo12+1_all.deb Package: libreoffice-l10n-te Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 2907 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.4) Suggests: hunspell-dictionary-te | myspell-dictionary-te | libreoffice-spellcheck-te, hyphen-te | libreoffice-hyphenation-te, libreoffice-grammarcheck-te, libreoffice-help-te, mythes-te Size: 398968 SHA256: 8c5957303e3f7e29c718d5fb9a72c1123a0da091ba15f84305ea7421b6d26eeb SHA1: c4160bb6599ff9328591d1fa4780672b0bea9f50 MD5sum: f6d248eee5e8b11c58b58f663f8b45ac 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.4-1~bpo12+1_all.deb Package: libreoffice-l10n-tg Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 2286 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.4) Suggests: hunspell-dictionary-tg | myspell-dictionary-tg | libreoffice-spellcheck-tg, hyphen-tg | libreoffice-hyphenation-tg, libreoffice-grammarcheck-tg, libreoffice-help-tg, mythes-tg Size: 307380 SHA256: 001da1541bfb276f25dbb2bbe23b6bb6e9a9be49b2a18ff0eff87ca637e55509 SHA1: 186fd6cadf1cf4a20ae5e3d59ef443e361ff9d23 MD5sum: ac9e9001a8343904c54ae86df4692a07 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.4-1~bpo12+1_all.deb Package: libreoffice-l10n-th Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 5850 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.4) Suggests: hunspell-dictionary-th | myspell-dictionary-th | libreoffice-spellcheck-th, hyphen-th | libreoffice-hyphenation-th, libreoffice-grammarcheck-th, libreoffice-help-th, mythes-th Size: 830100 SHA256: c51ca54f9fb55d483ea12e130a4babd8f8b9b33800f919355e36e98bd2ada1d4 SHA1: 9cc6c8f81a6a09a375ff690b28ece2869e19f26b MD5sum: aba970935afec47c0aec6d89d4d61818 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.4-1~bpo12+1_all.deb Package: libreoffice-l10n-tl Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 4412 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.4) Suggests: hunspell-dictionary-tl | myspell-dictionary-tl | libreoffice-spellcheck-tl, hyphen-tl | libreoffice-hyphenation-tl, libreoffice-grammarcheck-tl, libreoffice-help-tl, mythes-tl Size: 798316 SHA256: 5df57f6692157eea992308b1eb48e60e3e5d7a2686a042a415a1346e36a080d0 SHA1: c9903c352ddbe653f9416f82803b75d842669042 MD5sum: f334cb70f2510fe5389747bd4aa7e355 Description: office productivity suite -- Tagalog language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Tagalog. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Bugs: mailto:debian-backports@lists.debian.org Homepage: http://www.libreoffice.org Section: localization Priority: optional Filename: pool/main/libr/libreoffice/libreoffice-l10n-tl_24.8.4-1~bpo12+1_all.deb Package: libreoffice-l10n-tn Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 1617 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.4) Suggests: hunspell-dictionary-tn | myspell-dictionary-tn | libreoffice-spellcheck-tn, hyphen-tn | libreoffice-hyphenation-tn, libreoffice-grammarcheck-tn, libreoffice-help-tn, mythes-tn Size: 228408 SHA256: ed3333a65f211c7b926706f627397cf3946f9bc1471817305550863b5edfb80f SHA1: 34d7dd323d76654a9eedc32d9f0bc09a401d77b3 MD5sum: f717aec72c7c8870daa002ac270e57ce 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.4-1~bpo12+1_all.deb Package: libreoffice-l10n-tr Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 4408 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.4) Suggests: hunspell-dictionary-tr | myspell-dictionary-tr | libreoffice-spellcheck-tr, hyphen-tr | libreoffice-hyphenation-tr, libreoffice-grammarcheck-tr, libreoffice-help-tr, mythes-tr Size: 851796 SHA256: 4e5eacd487aa3ce78d19498a9b03c68cc5945721343bc8682ff6f3e6f9729803 SHA1: 87df1c37abd579c3c3b5d24beb7de0910f781c08 MD5sum: ebab4b961bfa29c157f31fe8f50ab3a2 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.4-1~bpo12+1_all.deb Package: libreoffice-l10n-ts Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 1684 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.4) Suggests: hunspell-dictionary-ts | myspell-dictionary-ts | libreoffice-spellcheck-ts, hyphen-ts | libreoffice-hyphenation-ts, libreoffice-grammarcheck-ts, libreoffice-help-ts, mythes-ts Size: 240008 SHA256: 84c3acdc143ab873100c2c8f12c9fb1f79aa37c5ebb8cd083836a7800743a5f3 SHA1: cb4205c4c55a5d167c157efa9c3d04911bb8527f MD5sum: 7bd10bfad8a8f2cedd35c5462aae2588 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.4-1~bpo12+1_all.deb Package: libreoffice-l10n-ug Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 2990 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.4) Suggests: hunspell-dictionary-ug | myspell-dictionary-ug | libreoffice-spellcheck-ug, hyphen-ug | libreoffice-hyphenation-ug, libreoffice-grammarcheck-ug, libreoffice-help-ug, mythes-ug Size: 417408 SHA256: 9f3b04e3c9288cfcc245c6e0886383d8f202aa4bcc5fcaa491b0d1aa8bbaf624 SHA1: 65331c80efa16493817f7bdbf66a6f86b7ce25ed MD5sum: 411cebb43a6bcab2f4568b1314ed9834 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.4-1~bpo12+1_all.deb Package: libreoffice-l10n-uk Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 5378 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.4) Suggests: hunspell-dictionary-uk | myspell-dictionary-uk | libreoffice-spellcheck-uk, hyphen-uk | libreoffice-hyphenation-uk, libreoffice-grammarcheck-uk, libreoffice-help-uk, mythes-uk Size: 845620 SHA256: fc929d19e6a3420a1ecf2a7715644ef3c693300765bcd4d7db128c5abdb516b3 SHA1: fc536117ee3be3ba38aca7a1a36fc2fafce46cd6 MD5sum: 92e27f226f15998baae383187d9c3a59 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.4-1~bpo12+1_all.deb Package: libreoffice-l10n-uz Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 1754 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.4) Suggests: hunspell-dictionary-uz | myspell-dictionary-uz | libreoffice-spellcheck-uz, hyphen-uz | libreoffice-hyphenation-uz, libreoffice-grammarcheck-uz, libreoffice-help-uz, mythes-uz Size: 257604 SHA256: a070eeef37aa0bb2ef1c762cb28081c3ca076d388aecb6ef3d8b1465f64bdc58 SHA1: 249aba77688a4a9f10521990b0a9549513457942 MD5sum: eb560bc42476bfc875f24474e8377302 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.4-1~bpo12+1_all.deb Package: libreoffice-l10n-ve Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 1696 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.4) Suggests: hunspell-dictionary-ve | myspell-dictionary-ve | libreoffice-spellcheck-ve, hyphen-ve | libreoffice-hyphenation-ve, libreoffice-grammarcheck-ve, libreoffice-help-ve, mythes-ve Size: 243328 SHA256: a5d0c40c4d3734ad29dd46e5cb47d30d9e4ffa336fba432f87167fea3083f12b SHA1: 8fbb1472f5f3e198953de30c4e90a1eefee26e0b MD5sum: bbc7341c6247aa723413d42984d3409c 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.4-1~bpo12+1_all.deb Package: libreoffice-l10n-vi Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 3431 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.4) Suggests: hunspell-dictionary-vi | myspell-dictionary-vi | libreoffice-spellcheck-vi, hyphen-vi | libreoffice-hyphenation-vi, libreoffice-grammarcheck-vi, libreoffice-help-vi, mythes-vi Size: 593820 SHA256: b1a6e8d0364e17df3bd40dd9d78d1b19d30092755ad19be83755361ea01ad83e SHA1: d7085936dcf3a63cef896bfcda3a6fb0a000bb8e MD5sum: 03d35adda2475a5c0baf0631158e035f 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.4-1~bpo12+1_all.deb Package: libreoffice-l10n-xh Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 1710 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.4) Suggests: hunspell-dictionary-xh | myspell-dictionary-xh | libreoffice-spellcheck-xh, hyphen-xh | libreoffice-hyphenation-xh, libreoffice-grammarcheck-xh, libreoffice-help-xh, mythes-xh Size: 247432 SHA256: b64065b88de047183d7515ee8f26c139b2627ccbf27c5b7f707b433b50003c6a SHA1: d5851c05084e9d654404dbc0d7656d802150a974 MD5sum: 441c8b4d5c72fbf7600eb2ef7ad44a79 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.4-1~bpo12+1_all.deb Package: libreoffice-l10n-za Source: libreoffice Version: 4:24.8.4-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: 39272 SHA256: 2eae058e59e9c8c3a9803e3ae1e82c4dbea46286d8003079a85ad0f9155443fc SHA1: 05f6f246a2d4908608220de2ddd8162b7da2ded4 MD5sum: bc91ad350f6a611f00265f98e05ae187 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.4-1~bpo12+1_all.deb Package: libreoffice-l10n-zh-cn Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 4396 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.4) 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: 875388 SHA256: 97adde86d4e03ea19c1f5c074625b2edbc2532a2b77bc6211d7857e5276f6b1f SHA1: 2a76de19c8456564c15262f74dd4a5308ed792ff MD5sum: c07b08dc3b3b898f2e0cd266f1945b93 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.4-1~bpo12+1_all.deb Package: libreoffice-l10n-zh-tw Source: libreoffice Version: 4:24.8.4-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.4) 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: 875776 SHA256: bbf4bb7a79cedf8790e3847a6d928370feddc9edb50ddb4af1fce2f957a6b7b3 SHA1: 70844e65b427e76d74dace54efcfaba15a4f1ca6 MD5sum: 977da9a561bf9f935f2e49cce512df5f 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.4-1~bpo12+1_all.deb Package: libreoffice-l10n-zu Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 1761 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.4) Suggests: hunspell-dictionary-zu | myspell-dictionary-zu | libreoffice-spellcheck-zu, hyphen-zu | libreoffice-hyphenation-zu, libreoffice-grammarcheck-zu, libreoffice-help-zu, mythes-zu Size: 262216 SHA256: cdb5caf01b2ecdee06f3b833af16825b1cffcd9c8a6eeebab4c5ef9e6e58b77a SHA1: d833a5effc01b56fa415820b432d3d9324c8ca7d MD5sum: 0c47cbe5190cca512437ebf56fb3bcd0 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.4-1~bpo12+1_all.deb Package: libreoffice-librelogo Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 877 Maintainer: Debian LibreOffice Maintainers Architecture: all Depends: libreoffice-common (>= 1:7.0.0~alpha), libreoffice-core, libreoffice-script-provider-python, libreoffice-writer, ucf Size: 210712 SHA256: a6781abf08b5e652bac699a8d0bf966090c04d3b19bd52ce72cd844bfac025a1 SHA1: 62aaf83eaf25d49bdb30076fd1771bb999ff4879 MD5sum: 0c0cf804d861cde5371eeb143af8d5ef 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.4-1~bpo12+1_all.deb Package: libreoffice-math Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 1861 Maintainer: Debian LibreOffice Maintainers Architecture: amd64 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.4-1~bpo12+1), libreoffice-uiconfig-math (= 4:24.8.4-1~bpo12+1), ucf, libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libicu72 (>= 72.1~rc-1~), libstdc++6 (>= 11), libuno-cppu3 (>= 4.4.0~alpha), libuno-cppuhelpergcc3-3 (>= 1:7.4.0~alpha), libuno-sal3 (>= 1:7.3.0~beta1), libuno-salhelpergcc3-3 (>= 1.4.0), uno-libs-private Breaks: libreoffice-common (<< 1:6.4.2~rc1~) Size: 515892 SHA256: e2e1cb5a1ece2e93b4760de578b74c0117d0488bd5573f47e2938a8a8dc7b5a6 SHA1: 63ddec68a568a81a3bf74ea0516d9556158eddaa MD5sum: 2bef7bc1e0a1e2e81edcb2eac94bffe9 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.4-1~bpo12+1_amd64.deb Package: libreoffice-math-nogui Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 1838 Maintainer: Debian LibreOffice Maintainers Architecture: amd64 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.4-1~bpo12+1) | libreoffice-core (= 4:24.8.4-1~bpo12+1), libreoffice-uiconfig-math (= 4:24.8.4-1~bpo12+1), ucf, libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libicu72 (>= 72.1~rc-1~), libstdc++6 (>= 11), libuno-cppu3 (>= 4.4.0~alpha), libuno-cppuhelpergcc3-3 (>= 1:7.4.0~alpha), libuno-sal3 (>= 1:7.3.0~beta1), libuno-salhelpergcc3-3 (>= 1.4.0), uno-libs-private Conflicts: libreoffice-common (<< 1:6.4.2~rc1~), libreoffice-math Size: 510420 SHA256: 19c458ab38064141a702554b1654cfb6bf67b6b823af5dbd070de2840c2642c1 SHA1: 80418c3360718ae6fc39c1083020d48a0a832941 MD5sum: d2e864a501e63a9d43dfe8445ce2c441 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.4-1~bpo12+1_amd64.deb Package: libreoffice-nlpsolver Source: libreoffice (4:24.8.4-1~bpo12+1) Version: 4:0.9+LibO24.8.4-1~bpo12+1 Installed-Size: 2470 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: 759924 SHA256: e1b078869b4d775a1a2a48a5b90bcbfe95947863517f78073e68d58e157bffac SHA1: 1a9e2c5f753ce5ec55b41b6f6bacb2d8eab8c579 MD5sum: 741d2acdd5b5d220b55a44641b10ab32 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.4-1~bpo12+1_all.deb Package: libreoffice-nogui Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 63 Maintainer: Debian LibreOffice Maintainers Architecture: amd64 Depends: libreoffice-base-nogui, libreoffice-calc-nogui, libreoffice-core-nogui (= 4:24.8.4-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.4~) 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: 39608 SHA256: b10815d45649daa0744e794b626cd745d8e893dc50a5a7579933885872fc91e4 SHA1: 92e63f8d16f9b76de0e85434a523e7a7cad99365 MD5sum: c0ac4c6d1c0a0a174d92c435e580a56c 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.4-1~bpo12+1_amd64.deb Package: libreoffice-plasma Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 134 Maintainer: Debian LibreOffice Maintainers Architecture: amd64 Replaces: libreoffice-kde5 (<< 1:6.4.0~) Depends: libreoffice-core (= 4:24.8.4-1~bpo12+1), kio, libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libkf5configcore5 (>= 4.97.0), libkf5kiocore5 (>= 5.69.0), libqt5core5a (>= 5.0.2), libqt5gui5 (>= 5.2.0~alpha1) | libqt5gui5-gles (>= 5.2.0~alpha1), libqt5widgets5 (>= 5.0.2), libstdc++6 (>= 5), libuno-cppu3 (>= 4.4.0~alpha), libuno-cppuhelpergcc3-3 (>= 1.4.0), libuno-sal3 (>= 4.1.0~alpha), uno-libs-private Recommends: libreoffice-kf5 Size: 57364 SHA256: e0be67522d6763f05ba07802beeafed5c09645a8ee0c60b012ef59670d5a898b SHA1: 83ec279407f9a358d982f9dd41239d7d951435cb MD5sum: 80f96f40a4dee0d7b721eb103636f13c 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.4-1~bpo12+1_amd64.deb Package: libreoffice-qt5 Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 865 Maintainer: Debian LibreOffice Maintainers Architecture: amd64 Depends: libreoffice-core (= 4:24.8.4-1~bpo12+1), libc6 (>= 2.34), libcairo2 (>= 1.10.0), libepoxy0 (>= 1.0), libgcc-s1 (>= 3.3.1), libglib2.0-0 (>= 2.12.0), libharfbuzz0b (>= 5.1.0), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5widgets5 (>= 5.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: 246504 SHA256: 4680c7c712d3685c4ae71775ef16210983a2e8f4c564c7ad4b514cbdcf54f6b2 SHA1: 8387ff8109274b699c2e999dc4dfacc09b947939 MD5sum: 0bf9452db411ad4fe0a185785d0a1907 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.4-1~bpo12+1_amd64.deb Package: libreoffice-qt6 Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 996 Maintainer: Debian LibreOffice Maintainers Architecture: amd64 Depends: libreoffice-core (= 4:24.8.4-1~bpo12+1), libc6 (>= 2.32), libcairo2 (>= 1.10.0), libepoxy0 (>= 1.0), libgcc-s1 (>= 3.3.1), libharfbuzz0b (>= 5.1.0), libqt6core6 (>= 6.4.0), libqt6gui6 (>= 6.3.0), libqt6multimedia6 (>= 6.2.1), libqt6multimediawidgets6 (>= 6.2.1), libqt6widgets6 (>= 6.1.2), libstdc++6 (>= 12), libuno-cppu3 (>= 4.4.0~alpha), libuno-cppuhelpergcc3-3 (>= 4.0.0~alpha), libuno-sal3 (>= 6.4.0~beta), libuno-salhelpergcc3-3 (>= 1.4.0), uno-libs-private Enhances: libreoffice Size: 276680 SHA256: 9f1c09177de82a5678ea605e1837869722432b6544bf7873f1da817b1f94d61b SHA1: da8f999e5e446ce0e5688caa43c3590ab335013c MD5sum: 6d4e4cc38387e5990483ecffb40649fa 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.4-1~bpo12+1_amd64.deb Package: libreoffice-report-builder Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 464 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.4), libreoffice-uiconfig-report-builder (= 4:24.8.4-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: 358452 SHA256: 29344ffa4aacf8c82790defd0d50c44817e9b9f2ec17caf40aef29a7b85278ff SHA1: a28ef935cbf0b699761f02b20e2b73ce5d94c588 MD5sum: d61c51dfb3b87868bf024434c9ddac10 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.4-1~bpo12+1_all.deb Package: libreoffice-report-builder-bin Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 2998 Maintainer: Debian LibreOffice Maintainers Architecture: amd64 Depends: libreoffice-base, libreoffice-core, libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 11), libuno-cppu3 (>= 4.4.0~alpha), libuno-cppuhelpergcc3-3 (>= 4.0.0~alpha), libuno-sal3 (>= 1:7.3.0~beta1), libuno-salhelpergcc3-3 (>= 1.4.0), uno-libs-private Size: 795948 SHA256: f0de0b207462c6d6b1ed53f8648db9e781d04a5d515f82fbfbb928926a1e6c4d SHA1: 11f6b06e18ae2b28c9afb31dd3fa215d59df30c3 MD5sum: fb45e5bc779d57fb4fb36763c12927af 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.4-1~bpo12+1_amd64.deb Package: libreoffice-report-builder-bin-nogui Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 1807 Maintainer: Debian LibreOffice Maintainers Architecture: amd64 Replaces: libreoffice-report-builder-bin Depends: libreoffice-base-nogui | libreoffice-base, libreoffice-core-nogui | libreoffice-core, libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 11), libuno-cppu3 (>= 4.4.0~alpha), libuno-cppuhelpergcc3-3 (>= 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: 451248 SHA256: 044f8a904937a6bcf91eb2a4b1dc14cf95aedb3ef1aab455e5e0cf91728ac6f4 SHA1: 925c7a6d9036c297fae77e73d96db83f18657eee MD5sum: b86bf114e822335e4b4dbb1aa1f74ed7 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.4-1~bpo12+1_amd64.deb Package: libreoffice-script-provider-bsh Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 171 Maintainer: Debian LibreOffice Maintainers Architecture: all Depends: liblibreoffice-java, libreoffice-common, libreoffice-core-nogui | libreoffice-core, libreoffice-java-common, default-jre (>= 2:1.8) | java-runtime (>= 8) | java8-runtime | jre, libbsh-java Size: 74748 SHA256: be783d60bd3638573e692423e0c85c982ede1643236462a190a9b9401d52fb29 SHA1: 1841df5b61200bfa171095da9aee6afda7e37ba5 MD5sum: dc3dcf16d25489c0dab9bdfecadab994 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.4-1~bpo12+1_all.deb Package: libreoffice-script-provider-js Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 104 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: 48884 SHA256: 720638968e17df6b98dd9eb0ea2d7f1ee689082ddc291ad667d7f213a94ca87b SHA1: 67ab516c46f31f85207eda2a98994439060b4fad MD5sum: ba589fb196e9f3b4fd67aa98b4e49202 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.4-1~bpo12+1_all.deb Package: libreoffice-script-provider-python Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 112 Maintainer: Debian LibreOffice Maintainers Architecture: all Depends: libreoffice-common, libreoffice-core-nogui | libreoffice-core, python3-uno Size: 49100 SHA256: 0353402a2350645cb749fab072ac815b60192e5aada07c3b6f78bd6e03ce66f9 SHA1: 458706cca0ebb1acc7e485971e2f0542c0124d10 MD5sum: ebddc2e9d82ad4cfcf5f6e13aee2c897 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.4-1~bpo12+1_all.deb Package: libreoffice-sdbc-firebird Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 625 Maintainer: Debian LibreOffice Maintainers Architecture: amd64 Depends: libreoffice-core-nogui | libreoffice-core, firebird3.0-server-core, ucf, libc6 (>= 2.14), libfbclient2 (>= 3.0.11~), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 11), libuno-cppu3 (>= 4.4.0~alpha), libuno-cppuhelpergcc3-3 (>= 5.3.0~alpha), libuno-sal3 (>= 1:7.3.0~beta1), libuno-salhelpergcc3-3 (>= 1.4.0), uno-libs-private Enhances: libreoffice-base-drivers Size: 175088 SHA256: 02f07f0aba342a3626bfd9660d9da5e9daac378cb2caaa4399c97207dbe10ead SHA1: 49193c65188dd59dff46a980d905bd34d3d1a9c0 MD5sum: 80491419ee79e3d4f0268be16611efef 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.4-1~bpo12+1_amd64.deb Package: libreoffice-sdbc-hsqldb Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 435 Maintainer: Debian LibreOffice Maintainers Architecture: amd64 Depends: libreoffice-core-nogui | libreoffice-core, libreoffice-java-common (>= 4:24.8.4~), default-jre (>= 2:1.8) | java-runtime (>= 8) | java8-runtime | jre, libhsqldb1.8.0-java, libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 11), libuno-cppu3 (>= 4.4.0~alpha), libuno-cppuhelpergcc3-3 (>= 5.3.0~alpha), libuno-sal3 (>= 1:7.3.0~beta1), libuno-salhelpergcc3-3 (>= 1.4.0), uno-libs-private Enhances: libreoffice-base-drivers Size: 143940 SHA256: 21db89668dcfd58b4d49929c7b2dd0affa2a078e3c60874772e117b446579eac SHA1: 64b868a0e71742531fc55345ba8c1f0e3f0b84dc MD5sum: b99f22a843f6bc747506bf2f19199462 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.4-1~bpo12+1_amd64.deb Package: libreoffice-sdbc-mysql Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 618 Maintainer: Debian LibreOffice Maintainers Architecture: amd64 Depends: libreoffice-core-nogui | libreoffice-core, ucf, libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libmariadb3 (>= 3.0.0), libstdc++6 (>= 11), libuno-cppu3 (>= 4.4.0~alpha), libuno-cppuhelpergcc3-3 (>= 1:7.4.0~alpha), libuno-sal3 (>= 1:7.1.0~alpha1), libuno-salhelpergcc3-3 (>= 1.4.0), uno-libs-private Suggests: default-mysql-server | virtual-mysql-server Size: 168680 SHA256: b793def635df40a1598280500b188b8be24a8cb3ca80bda671251db880c0d244 SHA1: 509303675f415823842d42108d35f3ca57795589 MD5sum: 15b2002a7e7c1387e5f02f47492fb6ed 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.4-1~bpo12+1_amd64.deb Package: libreoffice-sdbc-postgresql Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 989 Maintainer: Debian LibreOffice Maintainers Architecture: amd64 Depends: libreoffice-common (>= 1:7.0.0~alpha), libreoffice-core-nogui | libreoffice-core, ucf, libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpq5 (>= 9.0~), libstdc++6 (>= 11), libuno-cppu3 (>= 4.4.0~alpha), libuno-cppuhelpergcc3-3 (>= 4.0.0~alpha), libuno-sal3 (>= 6.4.0~beta), libuno-salhelpergcc3-3 (>= 1.4.0), uno-libs-private Suggests: postgresql (>= 8.4) Enhances: libreoffice-base-drivers Size: 258980 SHA256: 9ae25384c403c2db1bc938f5c75f9891151a6049a81009a0f63a5b5ab3232e3a SHA1: 7dd5a90653aa8c6f4a5533064bf0a27ad5ef0d86 MD5sum: 55be19d2e8d1e5b9f0c5bfab22e66923 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.4-1~bpo12+1_amd64.deb Package: libreoffice-smoketest-data Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 107 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: 72188 SHA256: 4f9b2f322744f58dd824c14a59711101ef0b39214413b105f7aece1bcd09b0d3 SHA1: 11a5d23de5ca73b492663191cdeb5be5da97f524 MD5sum: ffad54272b3ef31fb4942fd65b60ca7e 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.4-1~bpo12+1_all.deb Package: libreoffice-style-breeze Source: libreoffice Version: 4:24.8.4-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: 3352928 SHA256: 3c00b0730682a16d0e8645f3099847278c218827b2a9290e7b1a8ce62eeed276 SHA1: 662d94a2d7bda39f3e4b7d639a8708bb5054c45e MD5sum: cdc77129e946074ac2f19f014a022196 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.4-1~bpo12+1_all.deb Package: libreoffice-style-colibre Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 11740 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-style Recommends: libreoffice-common Enhances: libreoffice-core Size: 7285588 SHA256: e5568393ea3e2feed3f80be9e4d5036031fc126ab5b153b6da3cbaf3d8875b68 SHA1: 26755b8a7ef0f60562509281d3f120c4be5c3e8e MD5sum: e605e1acdc4b2cfac1f32d05914e6adc 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.4-1~bpo12+1_all.deb Package: libreoffice-style-elementary Source: libreoffice Version: 4:24.8.4-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: 8226748 SHA256: 36ed3f349f9008494ee853ea04a83bb8ce6e80e78a82254601570e7b71cdab75 SHA1: d199c9c60969dcfa8334a6fab86ffb62e914d09b MD5sum: 7bb10e0631937474d4693184dfeb0856 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.4-1~bpo12+1_all.deb Package: libreoffice-style-karasa-jaga Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 22731 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-style Recommends: libreoffice-common Enhances: libreoffice-core Size: 20124732 SHA256: b2eb6f34412f67e70956ad4f9dc974683c780b453962fccafec5b9a7a5aa39a8 SHA1: ca1fd23b38f2395330c949cc5eed7b9e06d0df8a MD5sum: 65f138e63e7f5316226fae3f320d4f35 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.4-1~bpo12+1_all.deb Package: libreoffice-style-sifr Source: libreoffice Version: 4:24.8.4-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: 5101288 SHA256: eba33ceaaf7b9bdba5274934e7a93af9963cee00e5429b261a09048a571b46df SHA1: a102f0a8947c799f52ce006b7f4ba63a6c1fb176 MD5sum: e34571c1862c97472a4a4702889df8d6 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.4-1~bpo12+1_all.deb Package: libreoffice-style-sukapura Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 12845 Maintainer: Debian LibreOffice Maintainers Architecture: all Provides: libreoffice-style Recommends: libreoffice-common Enhances: libreoffice-core Size: 8640784 SHA256: 5917a9e3ecd347ac958d1430b13a3aaf5febcd0d498dc2c69d7edd4e5c080343 SHA1: 52f2f6e85971934b9a0514beee181d6cd396011a MD5sum: 70723ed1c5b9f107a5d80daf0b7ce429 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.4-1~bpo12+1_all.deb Package: libreoffice-subsequentcheckbase Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 2961 Maintainer: Debian LibreOffice Maintainers Architecture: all Depends: liblibreoffice-java, junit4 Size: 2607152 SHA256: 6c056bb88711d3c0a9dd70412f3fe1f900574ca819e1fd4e0c38d6978f45b1db SHA1: 8b9fda3385ce8ffc242eb60c5d9b85ae47d3d192 MD5sum: 0476e9bc8ddf8226fc8ffb0f38dab7fa 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.4-1~bpo12+1_all.deb Package: libreoffice-uiconfig-base Source: libreoffice Version: 4:24.8.4-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: 81532 SHA256: ce03a22f3f8cdda5f24758ccb2f8e31a12d6a9b2d9b7d44876103ef3e1121553 SHA1: 6503da7235532a2c70c70619625ffa200995fe9b MD5sum: 67c4363ddcb9382fc1487ce054fcccff 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.4-1~bpo12+1_all.deb Package: libreoffice-uiconfig-calc Source: libreoffice Version: 4:24.8.4-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: 208996 SHA256: 7f8f23deed418691aa56fac63bd7f975b3d045eb9e34e1a268570d5d01a9d260 SHA1: e44ab4bf4deab531382b7a25296dc30cc2e13edc MD5sum: b7689f047a059620a1f926b762a83253 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.4-1~bpo12+1_all.deb Package: libreoffice-uiconfig-common Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 8381 Maintainer: Debian LibreOffice Maintainers Architecture: all Replaces: libreoffice-common (<< 4:7.6.0~beta1) Breaks: libreoffice-common (<< 4:7.6.0~beta1) Size: 379656 SHA256: 05f611ad6aecdb556775ee52d0ef3eae0fc283e9655c95149b08881421f544d8 SHA1: ebbbaaca6216b445274c9f82fb3e288cbc8dba9b MD5sum: 85dd3ea7094b3f89153a42ce9a77a4d9 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.4-1~bpo12+1_all.deb Package: libreoffice-uiconfig-draw Source: libreoffice Version: 4:24.8.4-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: 116304 SHA256: 435bb231999597d6c403e1f7968fd17245f3dc64101953af7f8fec91504b8279 SHA1: 8c82995fdafa95b22fe3d5408103f28529b9cb35 MD5sum: eef4075a35748746d915ad00eb620977 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.4-1~bpo12+1_all.deb Package: libreoffice-uiconfig-impress Source: libreoffice Version: 4:24.8.4-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: 174152 SHA256: e8abb56e52dff0b469a0f77384b7c34812f9e37b72c799f8f32b8169d9fa3187 SHA1: 0eff704c55781da2f0f880953392cf3f34b0576b MD5sum: 8e1d88aa4ca9d452ba5f15a309eafc3b 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.4-1~bpo12+1_all.deb Package: libreoffice-uiconfig-math Source: libreoffice Version: 4:24.8.4-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: 54680 SHA256: 1b01cb334c6832f20b16a1526478b3bae193643fae49c84cd1d35c742e76b9ed SHA1: 7def0fe89dcd52951feaca8731b85159a5cbc6f1 MD5sum: 9c86ba609ba4548e93a710657356abd8 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.4-1~bpo12+1_all.deb Package: libreoffice-uiconfig-report-builder Source: libreoffice Version: 4:24.8.4-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: 49048 SHA256: bb94884b1c09dabcf60161c4d8eace872cbc22483ea6345211a73a8c4acc052a SHA1: c54ced8b3a871aeb6fb7995428bf2ded1457eb91 MD5sum: af8dc562d4cbda4105f20cac47a2a703 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.4-1~bpo12+1_all.deb Package: libreoffice-uiconfig-writer Source: libreoffice Version: 4:24.8.4-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: 292496 SHA256: 83d83813a38beb60c9eb372d19cff81c4c883541175ef630b465c68c886915b8 SHA1: e9d49fc155c742ff906e4864d3c59a9d7dd3e9da MD5sum: b35a5db166544ee41cc4ef4272ac7aa7 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.4-1~bpo12+1_all.deb Package: libreoffice-wiki-publisher Source: libreoffice (4:24.8.4-1~bpo12+1) Version: 4:1.2.0+LibO24.8.4-1~bpo12+1 Installed-Size: 4267 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: 1503200 SHA256: 3af8689bfc6dc798a58426804b07a928974a429b284dda1defcff878bec23bdc SHA1: 1a63c72502ebb3fefb9c29d90e35908239291bda MD5sum: f6dc26bf6a26477409ec133330c9cd84 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.4-1~bpo12+1_all.deb Package: libreoffice-writer Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 31073 Maintainer: Debian LibreOffice Maintainers Architecture: amd64 Replaces: libreoffice-common (<< 1:6.4.2~rc1~) Depends: libreoffice-base-core (= 4:24.8.4-1~bpo12+1), libreoffice-common (>= 1:7.0.0~alpha~), libreoffice-core (= 4:24.8.4-1~bpo12+1), libreoffice-uiconfig-writer (= 4:24.8.4-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 (>= 3.3.1), libicu72 (>= 72.1~rc-1~), libmwaw-0.3-3, libodfgen-0.1-1, librevenge-0.0-0, libstaroffice-0.0-0, libstdc++6 (>= 12), libuno-cppu3 (>= 4.4.0~alpha), libuno-cppuhelpergcc3-3 (>= 1:7.4.0~alpha), libuno-sal3 (>= 1:7.3.0~beta1), libuno-salhelpergcc3-3 (>= 1.4.0), libwpd-0.10-10, libwpg-0.3-3, libwps-0.4-4, libxml2 (>= 2.7.4), uno-libs-private, zlib1g (>= 1:1.1.4) Recommends: libreoffice-math Suggests: fonts-crosextra-caladea, fonts-crosextra-carlito, libreoffice-base, libreoffice-java-common (>= 4:24.8.4~), default-jre (>= 2:1.8) | java-runtime (>= 8) | java8-runtime | jre Breaks: libreoffice-common (<< 1:6.4.2~rc1~) Size: 9435848 SHA256: 810ff0a1ebb138311a92a85431666621cf9af80a2f2f2d6d8ce36a7474baa6c7 SHA1: 76bd1960d90ca818acf29685af05fe8ac07d767f MD5sum: d27fa1d1d0d699853b964244dc41a6b6 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.4-1~bpo12+1_amd64.deb Package: libreoffice-writer-nogui Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 28656 Maintainer: Debian LibreOffice Maintainers Architecture: amd64 Replaces: libreoffice-common (<< 1:6.4.2~rc1~), libreoffice-writer Depends: libreoffice-base-core (= 4:24.8.4-1~bpo12+1), libreoffice-common (>= 1:7.0.0~alpha~), libreoffice-core-nogui (= 4:24.8.4-1~bpo12+1) | libreoffice-core (= 4:24.8.4-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 (>= 3.3.1), libicu72 (>= 72.1~rc-1~), libmwaw-0.3-3, libodfgen-0.1-1, librevenge-0.0-0, libstaroffice-0.0-0, libstdc++6 (>= 12), libuno-cppu3 (>= 4.4.0~alpha), libuno-cppuhelpergcc3-3 (>= 1:7.4.0~alpha), libuno-sal3 (>= 1:7.3.0~beta1), libuno-salhelpergcc3-3 (>= 1.4.0), libwpd-0.10-10, libwpg-0.3-3, libwps-0.4-4, libxml2 (>= 2.7.4), uno-libs-private, zlib1g (>= 1:1.1.4) Recommends: libreoffice-math-nogui Suggests: fonts-crosextra-caladea, fonts-crosextra-carlito, libreoffice-base, libreoffice-java-common (>= 4:24.8.4~), default-jre (>= 2:1.8) | java-runtime (>= 8) | java8-runtime | jre Conflicts: libreoffice-writer Breaks: libreoffice-common (<< 1:6.4.2~rc1~) Size: 8734624 SHA256: 685fddf6c616d04e6442fb673f64c5074bc829b1b179ad4bba7c6a0b8e8ce727 SHA1: 3fec9390b9c2df47dc00f44736092ebbb2c667df MD5sum: 3ee6745baacc5c84d9731a33af049c09 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.4-1~bpo12+1_amd64.deb Package: libreofficekit-data Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 70 Maintainer: Debian LibreOffice Maintainers Architecture: all Recommends: gir1.2-lokdocview-0.1 Size: 40508 SHA256: 4a40dd72cceef6b755f2feedfbf4b54a11773f757c3bdfae30dc03ca2011b4c5 SHA1: fccd55cc080d63d65ebfcaf2d311569f3b064e9f MD5sum: 0ea1a384e4709cfdb70c4a3e070afe97 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.4-1~bpo12+1_all.deb Package: libreofficekit-dev Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 266 Maintainer: Debian LibreOffice Maintainers Architecture: amd64 Replaces: gir1.2-lokdocview-0.1 (<< 1:5.4.0~rc1) Depends: gir1.2-lokdocview-0.1 (= 4:24.8.4-1~bpo12+1) Recommends: libreoffice-core, libreofficekit-data Suggests: libgtk-3-dev Size: 71004 SHA256: 0c25c2b0afa496fbae822ea96579dad8785861782ef7f7d6a16eafc3598d7d35 SHA1: fb34f16c8de0bad9c799829454a22be760696745 MD5sum: 5abaf5bf8938c1dab475e299ab642c02 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.4-1~bpo12+1_amd64.deb Package: libroutino-dev Source: routino Version: 3.4.1-1~bpo12+1 Installed-Size: 141 Maintainer: Debian GIS Project Architecture: amd64 Depends: libroutino0 (= 3.4.1-1~bpo12+1), libroutino-slim0 (= 3.4.1-1~bpo12+1) Size: 98076 SHA256: b1b37d62e60fbf36ec2927ffc76a778b5fe016f731492cbf8968a8477bfb0baf SHA1: e2ab814ed66baace6b2c5a44d66298e7ec3b0d9c MD5sum: 1ff3be1e7851793e984fe87bc38718aa 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_amd64.deb Package: libroutino-slim0 Source: routino Version: 3.4.1-1~bpo12+1 Installed-Size: 335 Maintainer: Debian GIS Project Architecture: amd64 Depends: routino-common (= 3.4.1-1~bpo12+1), libc6 (>= 2.33) Size: 164848 SHA256: 613b90d45ceb807cd3b409d203dd4d9b36b15261e373afcf92de47dd5c5cc007 SHA1: ce6487e67e03b72b4eb9b6be60ecf7afcaf1e5a6 MD5sum: 2f2b83a123bdab2aa666ad3a51b0b125 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_amd64.deb Package: libroutino0 Source: routino Version: 3.4.1-1~bpo12+1 Installed-Size: 279 Maintainer: Debian GIS Project Architecture: amd64 Depends: routino-common (= 3.4.1-1~bpo12+1), libc6 (>= 2.33) Size: 146220 SHA256: 255b95385648a9530acf46a7c1ccac778c3b3f1bcb36226fdded028fd2682846 SHA1: bd846fca7af6af089512814d1c784df85154105e MD5sum: c80da4e6a9ec67e19167ce14ac7bc09f 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_amd64.deb Package: librust-blake2-dev Source: rust-blake2 Version: 0.10.6-2~bpo12+1 Installed-Size: 195 Maintainer: Debian Rust Maintainers Architecture: amd64 Provides: librust-blake2+default-dev (= 0.10.6-2~bpo12+1), librust-blake2+reset-dev (= 0.10.6-2~bpo12+1), librust-blake2+simd-asm-dev (= 0.10.6-2~bpo12+1), librust-blake2+simd-dev (= 0.10.6-2~bpo12+1), librust-blake2+simd-opt-dev (= 0.10.6-2~bpo12+1), librust-blake2+size-opt-dev (= 0.10.6-2~bpo12+1), librust-blake2+std-dev (= 0.10.6-2~bpo12+1), librust-blake2-0+default-dev (= 0.10.6-2~bpo12+1), librust-blake2-0+reset-dev (= 0.10.6-2~bpo12+1), librust-blake2-0+simd-asm-dev (= 0.10.6-2~bpo12+1), librust-blake2-0+simd-dev (= 0.10.6-2~bpo12+1), librust-blake2-0+simd-opt-dev (= 0.10.6-2~bpo12+1), librust-blake2-0+size-opt-dev (= 0.10.6-2~bpo12+1), librust-blake2-0+std-dev (= 0.10.6-2~bpo12+1), librust-blake2-0-dev (= 0.10.6-2~bpo12+1), librust-blake2-0.10+default-dev (= 0.10.6-2~bpo12+1), librust-blake2-0.10+reset-dev (= 0.10.6-2~bpo12+1), librust-blake2-0.10+simd-asm-dev (= 0.10.6-2~bpo12+1), librust-blake2-0.10+simd-dev (= 0.10.6-2~bpo12+1), librust-blake2-0.10+simd-opt-dev (= 0.10.6-2~bpo12+1), librust-blake2-0.10+size-opt-dev (= 0.10.6-2~bpo12+1), librust-blake2-0.10+std-dev (= 0.10.6-2~bpo12+1), librust-blake2-0.10-dev (= 0.10.6-2~bpo12+1), librust-blake2-0.10.6+default-dev (= 0.10.6-2~bpo12+1), librust-blake2-0.10.6+reset-dev (= 0.10.6-2~bpo12+1), librust-blake2-0.10.6+simd-asm-dev (= 0.10.6-2~bpo12+1), librust-blake2-0.10.6+simd-dev (= 0.10.6-2~bpo12+1), librust-blake2-0.10.6+simd-opt-dev (= 0.10.6-2~bpo12+1), librust-blake2-0.10.6+size-opt-dev (= 0.10.6-2~bpo12+1), librust-blake2-0.10.6+std-dev (= 0.10.6-2~bpo12+1), librust-blake2-0.10.6-dev (= 0.10.6-2~bpo12+1) Depends: librust-digest-0.10+default-dev (>= 0.10.3-~~), librust-digest-0.10+mac-dev (>= 0.10.3-~~), librust-digest-0.10+std-dev (>= 0.10.3-~~) Size: 48356 SHA256: d246a97ebee4fe3284f48a16588b5152176a1cc93741d0b6e7c526c74ba8178e SHA1: 9883204b91fa1742bfc944eef8d591484bc41b26 MD5sum: b57101dff5a58da71a22c81f78904e5d 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_amd64.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: amd64 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: 9edb149043b52dc27d6856c9b0c3adde56cef48a50941bf66b1d391c501c1b5e SHA1: 829b65513fc083a642984db293ff135cbffd74d3 MD5sum: e8ca31e097b17fe179d76c63d09d8b33 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_amd64.deb Package: librust-pythonize-dev Source: rust-pythonize Version: 0.19.0-1~bpo12+1 Installed-Size: 92 Maintainer: Debian Rust Maintainers Architecture: amd64 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: d5ee9ba9dbaeff4d7257ec5e6c1a194b8ca0187b23877d9d3574e6fe577960db SHA1: 4cd1a7f11109d5b443e0517d170ec6d22d2884d6 MD5sum: 0e0a12e678a9541591a22b42908d9e40 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_amd64.deb Package: libsbuild-perl Source: sbuild Version: 0.88.1~bpo12+1 Installed-Size: 483 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: 96848 SHA256: d9a340e7a864545b5c92aed9571606f6c616349136314bf598109f41ee133e07 SHA1: 6bde3d21b595954213e2960d68da9c0939531463 MD5sum: ce7b8fd1d7dc14695af2c01a1d624c61 Description: Library for building Debian binary packages from Debian sources The sbuild suite of programs (wanna-build, buildd and sbuild) are used to build binary packages from source packages. The wanna-build database tracks packages which require building; buildd schedules work from information it gets from the wanna-build database; sbuild does the actual package building. . This package contains the core library modules used by these programs. Section: perl Priority: optional Filename: pool/main/s/sbuild/libsbuild-perl_0.88.1~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: libsharpyuv-dev Source: libwebp Version: 1.4.0-0.1~bpo12+1 Installed-Size: 166 Maintainer: Jeff Breidenbach Architecture: amd64 Depends: libsharpyuv0 (= 1.4.0-0.1~bpo12+1) Size: 116544 SHA256: 775822521385de499a375780e439c4e34dc30689a167c0435c55c9458689577f SHA1: 8430e6a615b09590d30e33865b22974d5d890618 MD5sum: d941f7245b71422c15164cedaf8c0493 Description: Library for sharp RGB to YUV conversion (development files) This library provides the function to convert RGB to YUV420 using a downsampling algorithm that minimizes artefacts caused by chroma subsampling. . This package provides the development files. Multi-Arch: same Homepage: https://developers.google.com/speed/webp/ Section: libdevel Priority: optional Filename: pool/main/libw/libwebp/libsharpyuv-dev_1.4.0-0.1~bpo12+1_amd64.deb Package: libsharpyuv0 Source: libwebp Version: 1.4.0-0.1~bpo12+1 Installed-Size: 141 Maintainer: Jeff Breidenbach Architecture: amd64 Depends: libc6 (>= 2.29) Size: 112680 SHA256: 982b4e1b1f6399298350d8acbc9f4669ff344b95ff734e90150626099d6299ec SHA1: bee9a29ee95edfcf6e9743f0a3ea740a836c4baf MD5sum: 156c62ada5536de02350fdbc5f46b1f9 Description: Library for sharp RGB to YUV conversion This library provides the function to convert RGB to YUV420 using a downsampling algorithm that minimizes artefacts caused by chroma subsampling. . This package provides the shared library files. Multi-Arch: same Homepage: https://developers.google.com/speed/webp/ Section: libs Priority: optional Filename: pool/main/libw/libwebp/libsharpyuv0_1.4.0-0.1~bpo12+1_amd64.deb Package: libsmbclient Source: samba Version: 2:4.21.3+dfsg-6~bpo12+1 Installed-Size: 243 Maintainer: Debian Samba Maintainers Architecture: amd64 Depends: samba-libs (= 2:4.21.3+dfsg-6~bpo12+1), libbsd0 (>= 0.0), libc6 (>= 2.25), libndr5 (>= 2:4.17.2), libtalloc2 (>= 2.0.4~git20101213), libtevent0 (>= 0.15.0) Size: 93792 SHA256: f72ddd47a0b742342e9a42d60450cca3873ed930557ce010539ea71a1a235208 SHA1: 00e6e642c2a357cbd2e47b6acaccd0f398bd6c2d MD5sum: 8871ae3a2349edc03176965a48b30cb7 Description: shared library for communication with SMB/CIFS servers This package provides a shared library that enables client applications to talk to Microsoft Windows and Samba servers using the SMB/CIFS protocol. Multi-Arch: same Homepage: https://www.samba.org Section: libs Priority: optional Filename: pool/main/s/samba/libsmbclient_4.21.3+dfsg-6~bpo12+1_amd64.deb Package: libsmbclient-dev Source: samba Version: 2:4.21.3+dfsg-6~bpo12+1 Installed-Size: 279 Maintainer: Debian Samba Maintainers Architecture: amd64 Depends: libsmbclient (= 2:4.21.3+dfsg-6~bpo12+1) Size: 74012 SHA256: e7b049c724806f80d2cb0483babc8e7c4e22bf7406e7c8f14734af685cce1675 SHA1: 95ccb43ad8cb8c260847299b1790f0742b3ff00d MD5sum: 258239c0c508883e86e9ee24728b7929 Description: development files for libsmbclient This package provides the development files (static library and headers) required for building applications against libsmbclient, a library that enables client applications to talk to Microsoft Windows and Samba servers using the SMB/CIFS protocol. Multi-Arch: same Homepage: https://www.samba.org Section: libdevel Priority: optional Filename: pool/main/s/samba/libsmbclient-dev_4.21.3+dfsg-6~bpo12+1_amd64.deb Package: libspa-0.2-bluetooth Source: pipewire Version: 1.2.7-1~bpo12+1 Installed-Size: 1342 Maintainer: Utopia Maintenance Team Architecture: amd64 Depends: libspa-0.2-modules (= 1.2.7-1~bpo12+1), libbluetooth3 (>= 4.91), libc6 (>= 2.33), libdbus-1-3 (>= 1.9.14), libfreeaptx0 (>= 0.1.1), libglib2.0-0 (>= 2.37.3), liblc3-0 (>= 1.0.1), libldacbt-abr2 (>= 2.0.2), libldacbt-enc2 (>= 2.0.2), libopus0 (>= 1.1), libsbc1 (>= 2.0), libusb-1.0-0 (>= 2:1.0.16) Size: 370052 SHA256: 036bfa7c0907db8a77119b55aa5b7f6404d6c701b4b8a5a28170107d32027459 SHA1: defe57d68d2f1d87b08b1cc7654c2ebff6698941 MD5sum: 67c554d5e8047b9a565d3702c81fd252 Description: libraries for the PipeWire multimedia server - bluetooth plugins PipeWire is a server and user space API to deal with multimedia pipelines. This includes: . - Making available sources of audio and video (such as from a capture devices or application provided streams) and multiplexing this with clients. - Accessing sources of audio and video for consumption. - Generating graphs for audio and video processing. . This package contains a plugin to make Bluetooth audio devices such as speakers and headsets available to the PipeWire server. Multi-Arch: same Homepage: https://pipewire.org/ Section: libs Priority: optional Filename: pool/main/p/pipewire/libspa-0.2-bluetooth_1.2.7-1~bpo12+1_amd64.deb Package: libspa-0.2-dev Source: pipewire Version: 1.2.7-1~bpo12+1 Installed-Size: 671 Maintainer: Utopia Maintenance Team Architecture: amd64 Suggests: pipewire-doc Size: 111836 SHA256: a1ce5668516ff5b803f7cff1f6d66a71e9e3e0a481ee014e41c6a6163114a0a8 SHA1: 8f3aa89d5e14d3b54826bd6ef92196123cc02949 MD5sum: 5366e0133e870c5ea0f4a43c3bbf49fe Description: libraries for the PipeWire multimedia server Simple Plugin API - development PipeWire is a server and user space API to deal with multimedia pipelines. This includes: . - Making available sources of audio and video (such as from a capture devices or application provided streams) and multiplexing this with clients. - Accessing sources of audio and video for consumption. - Generating graphs for audio and video processing. . This package contains the development files for the Simple Plugin API. Multi-Arch: same Homepage: https://pipewire.org/ Section: libdevel Priority: optional Filename: pool/main/p/pipewire/libspa-0.2-dev_1.2.7-1~bpo12+1_amd64.deb Package: libspa-0.2-jack Source: pipewire Version: 1.2.7-1~bpo12+1 Installed-Size: 225 Maintainer: Utopia Maintenance Team Architecture: amd64 Depends: libspa-0.2-modules (= 1.2.7-1~bpo12+1), libc6 (>= 2.14), libjack-jackd2-0 (>= 1.9.10+20150825) | libjack-0.125 Size: 61404 SHA256: 8c906b0a0418fe79123ecb2907f8967545133f97165d080814b0fe9471035501 SHA1: 68f52209e71c07efacfda7745bf7cb6648632c7d MD5sum: d27c5d2806cb0497f931fb08eab24223 Description: libraries for the PipeWire multimedia server - JACK client PipeWire is a server and user space API to deal with multimedia pipelines. This includes: . - Making available sources of audio and video (such as from a capture devices or application provided streams) and multiplexing this with clients. - Accessing sources of audio and video for consumption. - Generating graphs for audio and video processing. . This package contains a plugin to make PipeWire able to connect to a JACK server, which will be used for audio playback and recording. Multi-Arch: same Homepage: https://pipewire.org/ Section: libs Priority: optional Filename: pool/main/p/pipewire/libspa-0.2-jack_1.2.7-1~bpo12+1_amd64.deb Package: libspa-0.2-libcamera Source: pipewire Version: 1.2.7-1~bpo12+1 Installed-Size: 165 Maintainer: Utopia Maintenance Team Architecture: amd64 Replaces: pipewire-libcamera (<< 0.3.72-1~) Provides: pipewire-libcamera Depends: libspa-0.2-modules (= 1.2.7-1~bpo12+1), libc6 (>= 2.32), libcamera0.3 (>= 0.3.2), libgcc-s1 (>= 3.0), libstdc++6 (>= 11) Breaks: pipewire-libcamera (<< 0.3.72-1~) Size: 69648 SHA256: d7cb2755294cd8be7a33438bc6d832b2049f80cbe188e6ee31513c66c7adf7bc SHA1: ed9e86de79f4939de4c3ee4756c77d983aeca89c MD5sum: 00685ec7f0266a55eb0eea0904b2f6d3 Description: libraries for the PipeWire multimedia server - libcamera plugin PipeWire is a server and user space API to deal with multimedia pipelines. This includes: . - Making available sources of audio and video (such as from a capture devices or application provided streams) and multiplexing this with clients. - Accessing sources of audio and video for consumption. - Generating graphs for audio and video processing. . This package contains a plugin to make camera devices available to the PipeWire server. Multi-Arch: same Homepage: https://pipewire.org/ Section: video Priority: optional Filename: pool/main/p/pipewire/libspa-0.2-libcamera_1.2.7-1~bpo12+1_amd64.deb Package: libspa-0.2-modules Source: pipewire Version: 1.2.7-1~bpo12+1 Installed-Size: 2736 Maintainer: Utopia Maintenance Team Architecture: amd64 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: 607680 SHA256: ffac37fd0e0ff39e9b17bdb748ef7a4eb4d38b2b9b965e3520886301f56eddaa SHA1: 281d179d8135f97d07ea9bf242d9bab386d4dd30 MD5sum: a8954ee47a247200c254b0da47872b60 Description: libraries for the PipeWire multimedia server Simple Plugin API - modules PipeWire is a server and user space API to deal with multimedia pipelines. This includes: . - Making available sources of audio and video (such as from a capture devices or application provided streams) and multiplexing this with clients. - Accessing sources of audio and video for consumption. - Generating graphs for audio and video processing. . This package contains core support modules used in the Simple Plugin API, together with test and utility modules that do not introduce additional dependencies. It should not normally be depended on directly: PipeWire clients should depend on the pipewire package instead. Multi-Arch: same Homepage: https://pipewire.org/ Section: libs Priority: optional Filename: pool/main/p/pipewire/libspa-0.2-modules_1.2.7-1~bpo12+1_amd64.deb Package: libspeechd-dev Source: speech-dispatcher Version: 0.11.5-4~bpo12+1 Installed-Size: 112 Maintainer: Debian TTS Team Architecture: amd64 Depends: libspeechd2 (= 0.11.5-4~bpo12+1), libglib2.0-dev Suggests: speech-dispatcher Size: 23660 SHA256: 5d72efb9a4f7f89ab327f4885f93c84880f60304a2967f44ab69c90f4bc1bf51 SHA1: c88179d412058fb3d29aa2000563056e7ab2ee8d MD5sum: 49a1466e7ba97fd66f7591528f76e697 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_amd64.deb Package: libspeechd2 Source: speech-dispatcher Version: 0.11.5-4~bpo12+1 Installed-Size: 67 Maintainer: Debian TTS Team Architecture: amd64 Depends: libc6 (>= 2.34), libglib2.0-0 (>= 2.36) Size: 20824 SHA256: f15641ba1d1aee9465f9b9b59842eb2fb3fb8e352aeb23aab0866b5123f89f3e SHA1: 8e45cad603c9993890c95b41df7b788d386da4c8 MD5sum: 51ccfd4c1eba589a202e058fb462e0b4 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_amd64.deb Package: libsqlcipher-dev Source: sqlcipher Version: 4.6.1-1~bpo12+1 Installed-Size: 2434 Maintainer: Debian QA Group Architecture: amd64 Depends: libc6-dev, libsqlcipher1 (= 4.6.1-1~bpo12+1) Suggests: sqlite3-doc Size: 765020 SHA256: 6ae2cb9dfaa3ed9afa862ad34825b338be45319570f4d231f7d3b07b1cbc5854 SHA1: f78d990e6cf7b79d32b111b5732afe9dbffac9e2 MD5sum: 932e97da530a67d92a34613ae203666f 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.1-1~bpo12+1_amd64.deb Package: libsqlcipher1 Source: sqlcipher Version: 4.6.1-1~bpo12+1 Installed-Size: 1317 Maintainer: Debian QA Group Architecture: amd64 Depends: libc6 (>= 2.34), libssl3 (>= 3.0.0) Size: 585876 SHA256: 8f902bb6984aa701809d846b8a7b9126264753a07253a3aeba90dd91125476a0 SHA1: 56b30dd7bcec8f956749bbdfce3afbad2042ce8a MD5sum: b9b3b0cff961e44266601de82d78bcfd 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.1-1~bpo12+1_amd64.deb Package: libss2 Source: e2fsprogs Version: 1.47.2~rc1-2~bpo12+2 Installed-Size: 79 Maintainer: Theodore Y. Ts'o Architecture: amd64 Replaces: e2fsprogs (<< 1.34-1) Depends: libcom-err2, libc6 (>= 2.34) Size: 28540 SHA256: 8286e26b5e7f1c65e7ba7e3fd2fd18a6aa69ca925b72e5a5bf8214a9bae542be SHA1: 69485656f39a5facec79ad793e2a189748eddf01 MD5sum: 8cc8e7d06f8ee2b9131dc3cfa98bc682 Description: command-line interface parsing library libss provides a simple command-line interface parser which will accept input from the user, parse the command into an argv argument vector, and then dispatch it to a handler function. . It was originally inspired by the Multics SubSystem library. Multi-Arch: same Homepage: http://e2fsprogs.sourceforge.net Section: libs Priority: optional Filename: pool/main/e/e2fsprogs/libss2_1.47.2~rc1-2~bpo12+2_amd64.deb Package: libstlink-dev Source: stlink Version: 1.8.0-1~bpo12+1 Installed-Size: 331 Maintainer: Luca Boccassi Architecture: amd64 Depends: libstlink1 (= 1.8.0-1~bpo12+1) Size: 79940 SHA256: 5c1587eca90310cdc810cbfae0f68844a6f74a5d289840be0015d824545b4824 SHA1: 93557cecf74fcdbdd202a49e3b245cdb5a6bad8b MD5sum: 65017f9ca20aafb614e318ff6446ec25 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_amd64.deb Package: libstlink1 Source: stlink Version: 1.8.0-1~bpo12+1 Installed-Size: 163 Maintainer: Luca Boccassi Architecture: amd64 Depends: libc6 (>= 2.33), libusb-1.0-0 (>= 2:1.0.22) Size: 63620 SHA256: 9ca6491f5c4b22e4553b1d8fe6a884483259c440284b776786227b42280854d6 SHA1: 53eb4720162a468bdbf85d28eb56ab81f142f09a MD5sum: 8216ef43f9bef99fbcd675041d98c363 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_amd64.deb Package: libstrophe-dev Source: libstrophe Version: 0.13.0-1~bpo12+1 Installed-Size: 3462 Maintainer: Debian XMPP Maintainers Architecture: amd64 Depends: libexpat1-dev, libssl-dev, libstrophe0 (= 0.13.0-1~bpo12+1) Size: 415104 SHA256: 7663cb97a4afab93335f35e64f0f4557a052e526b99c0c5c4df7398dc64bbe21 SHA1: 4708ec4c9948041b3877608687c123b9b6299d9e MD5sum: d428a5d4aa9af9a2d93009a247442b70 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_amd64.deb Package: libstrophe0 Source: libstrophe Version: 0.13.0-1~bpo12+1 Installed-Size: 183 Maintainer: Debian XMPP Maintainers Architecture: amd64 Depends: libc6 (>= 2.34), libexpat1 (>= 2.0.1), libssl3 (>= 3.0.0), zlib1g (>= 1:1.1.4) Size: 67220 SHA256: 660d7d535c0e40d9d204226476ab1aa29ec228c16f92e1d22e4552638bc626f0 SHA1: b262e8761a8f3b6a53f4a2498b4b612dd4a74984 MD5sum: b014dbfda2679f3f482c7f7aabcc00cf 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_amd64.deb Package: libswupdate-dev Source: swupdate Version: 2024.12+dfsg-2~bpo12+1 Installed-Size: 63 Maintainer: Bastian Germann Architecture: amd64 Replaces: swupdate-dev (<< 2020.11-1) Depends: libswupdate0.1 (= 2024.12+dfsg-2~bpo12+1) Suggests: swupdate-doc Breaks: swupdate-dev (<< 2020.11-1) Size: 18620 SHA256: 44d8703be8b9e3c352728d6ad9612b5a9c18ccf0949bbb4d29f65874e803fda0 SHA1: dd446f09c3aaa6adfbcce1d1bc1fd23d5322bcfb MD5sum: 898b2b85ff210e7ea7c71b1aadeb4db6 Description: Development files for swupdate framework This package contains the development files for libswupdate. . swupdate is a Linux update agent with the goal to provide an efficient and safe way to update an embedded system. . - Install on embedded media (eMMC, SD, Raw NAND, NOR and SPI-NOR flashes) - Allow delivery single image for multiple devices - Multiple interfaces for getting software 1. local storage 2. integrated web server 3. integrated REST client connector to hawkBit 4. remote server download - Software delivered as images, gzipped tarball, etc - Allow custom handlers for installing FPGA/ microcontroller firmware. - Power-Off safe Multi-Arch: same Homepage: https://sbabic.github.io/swupdate Section: libdevel Priority: optional Filename: pool/main/s/swupdate/libswupdate-dev_2024.12+dfsg-2~bpo12+1_amd64.deb Package: libswupdate0.1 Source: swupdate Version: 2024.12+dfsg-2~bpo12+1 Installed-Size: 163 Maintainer: Bastian Germann Architecture: amd64 Depends: libc6 (>= 2.34) Size: 37788 SHA256: 54e20db32a657a62aca0a325fdb9660f26a4d2eb3184b66844efcf7f14f50c12 SHA1: 6d4265f1d94b27ad0a7bae55beaf502e40bdcef7 MD5sum: 1e08ee9fff5b64a5366a326ab66897bb Description: Library for controlling the swupdate framework This package contains the library libswupdate which is used to control swupdate. . swupdate is a Linux update agent with the goal to provide an efficient and safe way to update an embedded system. . - Install on embedded media (eMMC, SD, Raw NAND, NOR and SPI-NOR flashes) - Allow delivery single image for multiple devices - Multiple interfaces for getting software 1. local storage 2. integrated web server 3. integrated REST client connector to hawkBit 4. remote server download - Software delivered as images, gzipped tarball, etc - Allow custom handlers for installing FPGA/ microcontroller firmware. - Power-Off safe Multi-Arch: same Homepage: https://sbabic.github.io/swupdate Section: libs Priority: optional Filename: pool/main/s/swupdate/libswupdate0.1_2024.12+dfsg-2~bpo12+1_amd64.deb Package: libsystemd-dev Source: systemd Version: 254.22-1~bpo12+1 Installed-Size: 5796 Maintainer: Debian systemd Maintainers Architecture: amd64 Depends: libsystemd0 (= 254.22-1~bpo12+1) Size: 1169640 SHA256: cc4ac2e697c7076e0cd80acc5b512562cbe69a0d820e59a0b74d9fe9d86b57e5 SHA1: 166fa88f670dc45725cea14b676dea2e96b8a41e MD5sum: 97fe31994f408dab21ae99eec234adf5 Description: systemd utility library - development files This library provides APIs to interface with various system components such as the system journal, the system service manager, D-Bus and more. . This package contains the files needed for developing applications that use libsystemd. Multi-Arch: same Homepage: https://www.freedesktop.org/wiki/Software/systemd Section: libdevel Priority: optional Filename: pool/main/s/systemd/libsystemd-dev_254.22-1~bpo12+1_amd64.deb Package: libsystemd-shared Source: systemd Version: 254.22-1~bpo12+1 Installed-Size: 5717 Maintainer: Debian systemd Maintainers Architecture: amd64 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: 1846728 SHA256: 70632a094173ff8b006c6f306106962f5d40e6fb5f7868415b111e34780a7cd5 SHA1: d41d8e8a7a04fc3dde78d300b71e3d6a4d49a10a MD5sum: a4db5469a91479cb6a528f28540af8b3 Description: systemd shared private library This internal shared library provides common code used by various systemd components. It is supposed to decrease memory and disk footprint. The shared library is not meant for public use and is not API or ABI stable. Multi-Arch: same Homepage: https://www.freedesktop.org/wiki/Software/systemd Section: libs Priority: optional Filename: pool/main/s/systemd/libsystemd-shared_254.22-1~bpo12+1_amd64.deb Package: libsystemd0 Source: systemd Version: 254.22-1~bpo12+1 Installed-Size: 965 Maintainer: Debian systemd Maintainers Architecture: amd64 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: 355708 SHA256: d1ab40ed311f100e8287cadce2a1aaff2de3688f2e29f681bb8542b3593b68d3 SHA1: 9ef2a9c7067b2032234226423f9e5a4ea99aa2df MD5sum: ec5cad7ee88213ff57be8b8e1bfd0356 Description: systemd utility library This library provides APIs to interface with various system components such as the system journal, the system service manager, D-Bus and more. Multi-Arch: same Homepage: https://www.freedesktop.org/wiki/Software/systemd Section: libs Priority: optional Filename: pool/main/s/systemd/libsystemd0_254.22-1~bpo12+1_amd64.deb Package: libtalloc-dev Source: samba (2:4.21.3+dfsg-6~bpo12+1) Version: 2:2.4.2+samba4.21.3+dfsg-6~bpo12+1 Installed-Size: 147 Maintainer: Debian Samba Maintainers Architecture: amd64 Depends: libtalloc2 (= 2:2.4.2+samba4.21.3+dfsg-6~bpo12+1) Size: 69648 SHA256: b64a09d8e0a1ead2f637992e4f1fe4c339d47de4b90a36b3f46b75891a66dff1 SHA1: 47c7ce55ef6e49831e86956f5872fa600ee23e49 MD5sum: d9e6a74a5c1374b01173a0af90cd6838 Description: hierarchical pool based memory allocator - development files A hierarchical pool based memory allocator with destructors. It uses reference counting to determine when memory should be freed. . This package contains the development files. Multi-Arch: same Homepage: https://www.samba.org Section: libdevel Priority: optional Filename: pool/main/s/samba/libtalloc-dev_2.4.2+samba4.21.3+dfsg-6~bpo12+1_amd64.deb Package: libtalloc2 Source: samba (2:4.21.3+dfsg-6~bpo12+1) Version: 2:2.4.2+samba4.21.3+dfsg-6~bpo12+1 Installed-Size: 120 Maintainer: Debian Samba Maintainers Architecture: amd64 Depends: libc6 (>= 2.16) Size: 58152 SHA256: d17e5534e78131cde6ae7fd17a1fc8c798ba42ca14b94c5262ab7dc1b1f2bebc SHA1: 8e48feed0235a6030f9a6c0c44e8fbbcae284a73 MD5sum: bef8260cec7a893ab7cce69fc4558153 Description: hierarchical pool based memory allocator A hierarchical pool based memory allocator with destructors. It uses reference counting to determine when memory should be freed. Multi-Arch: same Homepage: https://www.samba.org Section: libs Priority: optional Filename: pool/main/s/samba/libtalloc2_2.4.2+samba4.21.3+dfsg-6~bpo12+1_amd64.deb Package: libtbox-dev Source: tbox Version: 1.7.6-1~bpo12+1 Installed-Size: 2867 Maintainer: Yangfl Architecture: amd64 Size: 368460 SHA256: 0066a2c9078b4a56eb72a9a746bbcb1b2efbeb362a34d1708681b6216be344d3 SHA1: 5e3665d9f1cd35ed5b092a52c6382043d7306b1e MD5sum: fb56c194edb5d9eb8a339647ff74c1a3 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_amd64.deb Package: libtdb-dev Source: samba (2:4.21.3+dfsg-6~bpo12+1) Version: 2:1.4.12+samba4.21.3+dfsg-6~bpo12+1 Installed-Size: 113 Maintainer: Debian Samba Maintainers Architecture: amd64 Provides: tdb-dev Depends: libc6-dev, libtdb1 (= 2:1.4.12+samba4.21.3+dfsg-6~bpo12+1) Size: 56028 SHA256: fbb5eda406be04acce837aec27f02ef2aaa56ba93dfc16d378ef1cd02f628e31 SHA1: 8950b5418d062300b249c10dba71822ce1da2bf2 MD5sum: f34b0552e396031d3b51619d8e9c8a56 Description: Trivial Database - development files This is a simple database API. It is modelled after the structure of GDBM. TDB features, unlike GDBM, multiple writers support with appropriate locking and transactions. . This package contains the development files. Multi-Arch: same Homepage: https://www.samba.org Section: libdevel Priority: optional Filename: pool/main/s/samba/libtdb-dev_1.4.12+samba4.21.3+dfsg-6~bpo12+1_amd64.deb Package: libtdb1 Source: samba (2:4.21.3+dfsg-6~bpo12+1) Version: 2:1.4.12+samba4.21.3+dfsg-6~bpo12+1 Installed-Size: 165 Maintainer: Debian Samba Maintainers Architecture: amd64 Depends: libc6 (>= 2.34) Size: 77576 SHA256: c98b3905971b3a7adf223b3dd28977296317fe7f6d15938b229ebe5eecfd9cf6 SHA1: c62e7a203422111f5bb2ed4730fe4b7625eca034 MD5sum: 76236c9b3cdda8f2356fc0461664fe6b Description: Trivial Database - shared library This is a simple database API. It is modelled after the structure of GDBM. TDB features, unlike GDBM, multiple writers support with appropriate locking and transactions. . This package contains the shared library file. Multi-Arch: same Homepage: https://www.samba.org Section: libs Priority: optional Filename: pool/main/s/samba/libtdb1_1.4.12+samba4.21.3+dfsg-6~bpo12+1_amd64.deb Package: libtevent-dev Source: samba (2:4.21.3+dfsg-6~bpo12+1) Version: 2:0.16.1+samba4.21.3+dfsg-6~bpo12+1 Installed-Size: 162 Maintainer: Debian Samba Maintainers Architecture: amd64 Depends: libc6-dev, libtalloc-dev, libtevent0 (= 2:0.16.1+samba4.21.3+dfsg-6~bpo12+1) Size: 59188 SHA256: c25f41959b9250c1ca10457175044340af94003e1057d6e5a256583b40435663 SHA1: 4d96666e33caacf63fe31d5b9e7319ad41f97dd2 MD5sum: e66cfca815b4c9ce5b00fddfc8c80fae Description: talloc-based event loop library - development files tevent is a simple library that can handle the main event loop for an application. It supports three kinds of events: timed events, file descriptors becoming readable or writable and signals. . Talloc is used for memory management, both internally and for private data provided by users of the library. . This package provides the development files. Multi-Arch: same Homepage: https://www.samba.org Section: libdevel Priority: optional Filename: pool/main/s/samba/libtevent-dev_0.16.1+samba4.21.3+dfsg-6~bpo12+1_amd64.deb Package: libtevent0 Source: samba (2:4.21.3+dfsg-6~bpo12+1) Version: 2:0.16.1+samba4.21.3+dfsg-6~bpo12+1 Installed-Size: 166 Maintainer: Debian Samba Maintainers Architecture: amd64 Depends: libc6 (>= 2.34), libtalloc2 (>= 2.1.0) Size: 72768 SHA256: 7ab6170e7f365293a43c630bb640b6334fb84d205eaed98e9a533165991b5e06 SHA1: 9db2a7a920c78628a072f9d10bd98b798fede59a MD5sum: 244d2f9be798ff73952d1579ffe78980 Description: talloc-based event loop library - shared library tevent is a simple library that can handle the main event loop for an application. It supports three kinds of events: timed events, file descriptors becoming readable or writable and signals. . Talloc is used for memory management, both internally and for private data provided by users of the library. . This package provides the shared library file. Multi-Arch: same Homepage: https://www.samba.org Section: libs Priority: optional Filename: pool/main/s/samba/libtevent0_0.16.1+samba4.21.3+dfsg-6~bpo12+1_amd64.deb Package: libthreadar-dev Source: libthreadar Version: 1.5.0-1~bpo12+1 Installed-Size: 2221 Maintainer: John Goerzen Architecture: amd64 Depends: libthreadar1000 (= 1.5.0-1~bpo12+1) Size: 191012 SHA256: 176472cc2fcfd1d73da08be2276424aa9310c15f7a6f20659ebae1eace933be0 SHA1: 4a7a768c7f79c5973abe2a6ea2aa4b214366dd0b MD5sum: 60894b7dedd179fb375a7e1a0dc422a1 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_amd64.deb Package: libthreadar1000 Source: libthreadar Version: 1.5.0-1~bpo12+1 Installed-Size: 85 Maintainer: John Goerzen Architecture: amd64 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 11) Size: 22456 SHA256: 12af028cfd42e51fd9cbe07674dd3d5681307e1d7a23d0af56764913c54fa9f2 SHA1: 3b891e7ecbfca0597ad294b0f2ba7e358e4a257a MD5sum: f52d2255011a38ee5bc37aace1815dd9 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_amd64.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: 52 Maintainer: Nobuhiro Iwamatsu Architecture: amd64 Depends: libubootenv0.1 (= 0.3.5-0.1~bpo12+1), zlib1g-dev Suggests: libubootenv-doc Size: 14676 SHA256: db13c18c14ca1ae607fa6a21b41a44fbda1e9d3e0376b8ceabb477fcd213f8c2 SHA1: 009cf00cd17e635f5aa743980a5b7f9ce63a1fe6 MD5sum: ece1a1609576140769f4f873132976fc 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_amd64.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: 32 Maintainer: Nobuhiro Iwamatsu Architecture: amd64 Depends: libc6 (>= 2.34), libubootenv0.1 (= 0.3.5-0.1~bpo12+1) Conflicts: u-boot-tools (<< 2019.10) Size: 8432 SHA256: d3f30b3b830cd239fbf19720a497eaad25b087e36404d1641f72872dd38e1a2f SHA1: 8c43e6d91803b40d24e4428315351bb7082fc62c MD5sum: ada9f1b31e8b43192561ee2202311715 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_amd64.deb Package: libubootenv0.1 Source: libubootenv Version: 0.3.5-0.1~bpo12+1 Installed-Size: 48 Maintainer: Nobuhiro Iwamatsu Architecture: amd64 Depends: libc6 (>= 2.33), libyaml-0-2, zlib1g (>= 1:1.1.4) Size: 14064 SHA256: 5f139c1480d6de83807d4c2d6ea5f339fb59bbcf12f8dc1f3f2099c742c3fd0d SHA1: 2107aa50d352509d5d0b449bae9fd5b75ee8890f MD5sum: 90243cbc91da3a2d090697994d3832f3 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_amd64.deb Package: libudev-dev Source: systemd Version: 254.22-1~bpo12+1 Installed-Size: 144 Maintainer: Debian systemd Maintainers Architecture: amd64 Depends: libudev1 (= 254.22-1~bpo12+1) Size: 56160 SHA256: 1945b738510d4870735842aadc8b37ca6a702e596372745269cc795a25b85769 SHA1: d22f2413f9bc571dfcb5781e95ac45430ab97628 MD5sum: 780723adf7853daa6e2442fa305eba54 Description: libudev development files This library provides APIs to introspect and enumerate devices on the local system. . This package contains the files needed for developing applications that use libudev. Multi-Arch: same Homepage: https://www.freedesktop.org/wiki/Software/systemd Section: libdevel Priority: optional Filename: pool/main/s/systemd/libudev-dev_254.22-1~bpo12+1_amd64.deb Package: libudev1 Source: systemd Version: 254.22-1~bpo12+1 Installed-Size: 258 Maintainer: Debian systemd Maintainers Architecture: amd64 Depends: libc6 (>= 2.34), libcap2 (>= 1:2.10) Size: 118196 SHA256: ce181b4d652f70848c92adf2311d9ada7643a5b3c1626a2c4a87f2f68fcd8257 SHA1: 4abba229a64bdecc8297653463ea6166340d96f7 MD5sum: 9274b5a2e9b67fe219d89d56d683401b Description: libudev shared library This library provides APIs to introspect and enumerate devices on the local system. Multi-Arch: same Homepage: https://www.freedesktop.org/wiki/Software/systemd Section: libs Priority: optional Filename: pool/main/s/systemd/libudev1_254.22-1~bpo12+1_amd64.deb Package: libuno-cppu3 Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 259 Maintainer: Debian LibreOffice Maintainers Architecture: amd64 Replaces: uno-libs3, ure (<< 5.0.0~rc2-1) Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 12), libuno-sal3 (>= 6.4.0~beta), libuno-salhelpergcc3-3 (>= 1.4.0) Breaks: libreoffice-core (<< 1:4.3.0~), uno-libs3 Size: 112852 SHA256: ab35b795f5272a96cebea633dac3b9c215a9bbe63930d018599bf8421c0669f2 SHA1: 57d0bcca00db746a3b4d5de0914ccd9390aecaa0 MD5sum: 883c9d61fb206ae31e9e9c80725a1fac 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.4-1~bpo12+1_amd64.deb Package: libuno-cppuhelpergcc3-3 Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 1023 Maintainer: Debian LibreOffice Maintainers Architecture: amd64 Replaces: uno-libs3, ure (<< 5.0.0~rc2-1) Depends: uno-libs-private (= 4:24.8.4-1~bpo12+1), libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 11), libuno-cppu3 (>= 4.4.0~alpha), libuno-sal3 (>= 5.1.0~alpha), libuno-salhelpergcc3-3 (>= 1.4.0) Breaks: libreoffice-core (<< 1:4.3.0~), uno-libs3 Size: 306832 SHA256: 085d162b0a7962886a2179352406bfb2b090d1bbb587607b93595afc528609eb SHA1: 5fd9a144170488e0b74f745ba71f93e30d9d5380 MD5sum: 7f0cc40adddf893ae085fb1d50373dac 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.4-1~bpo12+1_amd64.deb Package: libuno-purpenvhelpergcc3-3 Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 101 Maintainer: Debian LibreOffice Maintainers Architecture: amd64 Replaces: uno-libs3, ure (<< 5.0.0~rc2-1) Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 5), libuno-cppu3 (>= 1.4.0), libuno-sal3 (>= 1.4.0) Breaks: libreoffice-core (<< 1:4.3.0~), uno-libs3 Size: 47720 SHA256: d5cd93ed91f3c35546b82fe176905b5219cdefff42319836a6460b039c5d5c30 SHA1: 2ee6a2523bdf15dae0698f417323d54001d5359e MD5sum: f5542a2722134d33637d7ee1a90c2c5a 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.4-1~bpo12+1_amd64.deb Package: libuno-sal3 Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 496 Maintainer: Debian LibreOffice Maintainers Architecture: amd64 Replaces: uno-libs3, ure (<< 5.0.0~rc2-1) Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 12), zlib1g (>= 1:1.1.4) Breaks: libreoffice-core (<< 1:4.3.0~), uno-libs3 Size: 207328 SHA256: 32cc8759ec32f5d17b237eebb055c72f2e01660188c8cedcd10a294cee70b9c9 SHA1: 6453f7a3d03ca294a4cf8fac23f350e81bfacd88 MD5sum: 0aabd80c507019b482d69432e9b3438a 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.4-1~bpo12+1_amd64.deb Package: libuno-salhelpergcc3-3 Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 113 Maintainer: Debian LibreOffice Maintainers Architecture: amd64 Replaces: uno-libs3, ure (<< 5.0.0~rc2-1) Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 12), libuno-sal3 (>= 1.8.0) Breaks: libreoffice-core (<< 1:4.3.0~), uno-libs3 Size: 49104 SHA256: a9fe79f6079118dac46df8f7646ce13ed2ae50e98b9e5aff1bb618fbbd779ea3 SHA1: 420774ee75af64f534a3e04ef85c8592387c174f MD5sum: c5b0436b2bf40c42946e1316ffaf53d3 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.4-1~bpo12+1_amd64.deb Package: libunoloader-java Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 86 Maintainer: Debian LibreOffice Maintainers Architecture: all Replaces: ure (<< 6.4.0~rc1-6) Breaks: ure (<< 6.4.0~rc1-6) Size: 44180 SHA256: d0c7b9f9002779818033337c9acc04ad6b04d14e30bc666e9ee5376e1ec65e1a SHA1: 9e8eb53c49da7636cc1c40a9504a95a356774bca MD5sum: 1808627d320a88c6456b0c9ab782cf89 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.4-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: 68 Maintainer: Debian X Strike Force Architecture: amd64 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: 21152 SHA256: a76d735252bb3067b96b60d80b448040cdcb05ae06e5bcbc88014f0407e24e1b SHA1: cad03beb88630c31091def38a808e8fb9a9b2c84 MD5sum: 9cfff30c145ac9e6b8cfb53927d396fc 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_amd64.deb Package: libwayland-client0 Source: wayland Version: 1.23.0-1~bpo12+1 Installed-Size: 90 Maintainer: Debian X Strike Force Architecture: amd64 Replaces: libwayland0 (<< 1.1.0-1) Depends: libc6 (>= 2.28), libffi8 (>= 3.4) Conflicts: libwayland0 (<< 1.1.0-1) Size: 26400 SHA256: 0f00e0f00b8746d6a02fbe6c91708d290c26271883778c555569444f97028d9c SHA1: c03f427cc10004626acb0a12d0effd5d5415d2a3 MD5sum: ef815cfb72d7ac7d49bba5693ffeb1b8 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_amd64.deb Package: libwayland-cursor0 Source: wayland Version: 1.23.0-1~bpo12+1 Installed-Size: 51 Maintainer: Debian X Strike Force Architecture: amd64 Replaces: libwayland0 (<< 1.1.0-1) Depends: libc6 (>= 2.28), libwayland-client0 (>= 1.20.0) Conflicts: libwayland0 (<< 1.1.0-1) Size: 11412 SHA256: 5ca5cc9007b429deb0cfb287c50636d14bb6977f9f659ab1abc6925dc95880de SHA1: b243d26a0b0beacd1dff330cb9aa6b08d5370236 MD5sum: f2911ab35987d9824d5976a7fa7b6ad2 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_amd64.deb Package: libwayland-dev Source: wayland Version: 1.23.0-1~bpo12+1 Installed-Size: 620 Maintainer: Debian X Strike Force Architecture: amd64 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: 277cb77a121cdd485b63a9dd782322115762554295f1ba88551efcc950c88a27 SHA1: d57d0d3ae515c0610a75f78a7d09a67ae25e5420 MD5sum: 9c6a15566fa7e0b30514e9efa8a14044 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_amd64.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: amd64 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: 4368 SHA256: f2a1a5fa19cebc1e59ca205cfda6e004b6c0981bd11a2d94d81cc34218087854 SHA1: 73b382a2026747c44f22d2e24d1f78cd47d7080a MD5sum: a281931c632d05d344c1c6e26f5f051d 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_amd64.deb Package: libwayland-egl1 Source: wayland Version: 1.23.0-1~bpo12+1 Installed-Size: 30 Maintainer: Debian X Strike Force Architecture: amd64 Replaces: libwayland-egl1-mesa (<< 18.0.5-0) Provides: libwayland-egl1-mesa Depends: libc6 (>= 2.2.5) Breaks: libwayland-egl1-mesa (<< 18.0.5-0) Size: 5460 SHA256: 6f8788873e7f6cc0eb27cc0f519fd11a540d63afe1fbac9fa53ec94fa38a0bfa SHA1: 6614d94dfa2a860484ec11928d06a2657c728601 MD5sum: 50a4a2d24044b57e7c02b15f53e31014 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_amd64.deb Package: libwayland-server0 Source: wayland Version: 1.23.0-1~bpo12+1 Installed-Size: 112 Maintainer: Debian X Strike Force Architecture: amd64 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: 33804 SHA256: d0d1520745347cf032fa2c0844f6a306302b38f33425417e77cacdffe6140bac SHA1: 43ba64fe3f6a49ea544ba40745b160cbb07bb350 MD5sum: ab41c519eca289f6fc8def5776c184e8 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_amd64.deb Package: libwbclient-dev Source: samba Version: 2:4.21.3+dfsg-6~bpo12+1 Installed-Size: 631 Maintainer: Debian Samba Maintainers Architecture: amd64 Replaces: samba-dev (<< 2:4.19.6+dfsg-2~) Depends: libwbclient0 (= 2:4.21.3+dfsg-6~bpo12+1) Breaks: samba-dev (<< 2:4.19.6+dfsg-2~) Size: 112220 SHA256: 0aa29df523dedcb66e0b79865610fa3553cfe1bb320ebccaa2044b3932250495 SHA1: e8a6a118b0dab2a6b1b6954d6aea81d4bfeab30e MD5sum: 5daa679406717ed7a707c46e8b5293e7 Description: Samba winbind client library - development files Samba is an implementation of the SMB/CIFS protocol for Unix systems, providing support for cross-platform file and printer sharing with Microsoft Windows, OS X, and other Unix systems. . This package provides the development files (static library and headers) required for building applications against libwbclient, a library for client applications that interact via the winbind pipe protocol with a Samba winbind server. Multi-Arch: same Homepage: https://www.samba.org Section: libdevel Priority: optional Filename: pool/main/s/samba/libwbclient-dev_4.21.3+dfsg-6~bpo12+1_amd64.deb Package: libwbclient0 Source: samba Version: 2:4.21.3+dfsg-6~bpo12+1 Installed-Size: 147 Maintainer: Debian Samba Maintainers Architecture: amd64 Depends: libbsd0 (>= 0.0), libc6 (>= 2.34) Size: 66484 SHA256: bf44a07b1c332ba003bd61251dee9acf82ef134d0826cd78135841449429c0e3 SHA1: d36e64568ff424da05a4c2950425221bf6440b1f MD5sum: e0fbf2db00f8a802effc025102d03cb4 Description: Samba winbind client library Samba is an implementation of the SMB/CIFS protocol for Unix systems, providing support for cross-platform file and printer sharing with Microsoft Windows, OS X, and other Unix systems. . This package provides a library for client applications that interact via the winbind pipe protocol with a Samba winbind server. Multi-Arch: same Homepage: https://www.samba.org Section: libs Priority: optional Filename: pool/main/s/samba/libwbclient0_4.21.3+dfsg-6~bpo12+1_amd64.deb Package: libwebkit2gtk-4.0-37 Source: webkit2gtk Version: 2.46.1-2~bpo12+1 Installed-Size: 80548 Maintainer: Debian WebKit Maintainers Architecture: amd64 Depends: libjavascriptcoregtk-4.0-18 (= 2.46.1-2~bpo12+1), gstreamer1.0-plugins-base, gstreamer1.0-plugins-good, libgles2, bubblewrap (>= 0.3.1), xdg-dbus-proxy, libatk1.0-0 (>= 1.32.0), libavif15 (>= 0.11.1), libc6 (>= 2.35), libcairo2 (>= 1.14.0), libdrm2 (>= 2.4.107), libenchant-2-2 (>= 2.2.3), libepoxy0 (>= 1.3), libfontconfig1 (>= 2.12.6), libfreetype6 (>= 2.11.1), libgbm1 (>= 21.3.0~rc1), libgcc-s1 (>= 4.0), libgcrypt20 (>= 1.10.0), libglib2.0-0 (>= 2.70.0), libgstreamer-gl1.0-0 (>= 1.14.0), libgstreamer-plugins-bad1.0-0 (>= 1.22.0), libgstreamer-plugins-base1.0-0 (>= 1.20.0), libgstreamer1.0-0 (>= 1.22.0), libgtk-3-0 (>= 3.23.0), libharfbuzz-icu0 (>= 0.9.9), libharfbuzz0b (>= 1.8.6), libhyphen0 (>= 2.7.1), libicu72 (>= 72.1~rc-1~), libjpeg62-turbo (>= 1:1.5.0), liblcms2-2 (>= 2.2+git20110628), libmanette-0.2-0 (>= 0.1.2), libpango-1.0-0 (>= 1.14.0), libpng16-16 (>= 1.6.2-1), libseccomp2 (>= 0.0.0~20120605), libsecret-1-0 (>= 0.7), libsoup2.4-1 (>= 2.69.90), libsqlite3-0 (>= 3.7.15), libstdc++6 (>= 12), libsystemd0, libtasn1-6 (>= 4.14), libwayland-client0 (>= 1.20.0), libwayland-server0 (>= 1.0.2), libwebp7 (>= 1.2.4), libwebpdemux2 (>= 1.2.4), libwebpmux3 (>= 1.2.4), libwoff1 (>= 1.0.0), libx11-6, libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.2.2) Recommends: gstreamer1.0-gl, libgl1-mesa-dri, xdg-desktop-portal-gtk, gstreamer1.0-libav, gstreamer1.0-plugins-bad Suggests: gstreamer1.0-alsa Size: 23167080 SHA256: fb9972a34785d93fdb60b191b297daa1ed60fc618094476755da1ac6b08c9a51 SHA1: d9393159a5b8051fb01699d8a986b333018a663a MD5sum: 721083d28a20ac55d440b023a0b33a58 Description: Web content engine library for GTK WebKit is a web content engine, derived from KHTML and KJS from KDE, and used primarily in Apple's Safari browser. It is made to be embedded in other applications, such as mail readers, or web browsers. . It is able to display content such as HTML, SVG, XML, and others. It also supports DOM, XMLHttpRequest, XSLT, CSS, JavaScript/ECMAScript and more. . WebKitGTK is a WebKit port designed to be used in GTK applications. This build provides version 4.0 of the API and uses libsoup v2 for the networking stack and the GTK 3 widget toolkit. . This package contains the shared libraries. Multi-Arch: same Homepage: https://webkitgtk.org/ Section: libs Priority: optional Filename: pool/main/w/webkit2gtk/libwebkit2gtk-4.0-37_2.46.1-2~bpo12+1_amd64.deb Package: libwebkit2gtk-4.0-dev Source: webkit2gtk Version: 2.46.1-2~bpo12+1 Installed-Size: 5556 Maintainer: Debian WebKit Maintainers Architecture: amd64 Depends: libwebkit2gtk-4.0-37 (= 2.46.1-2~bpo12+1), gir1.2-webkit2-4.0 (= 2.46.1-2~bpo12+1), libgtk-3-dev, libsoup2.4-dev, libjavascriptcoregtk-4.0-dev (= 2.46.1-2~bpo12+1) Size: 305100 SHA256: deeae17c8cecaefa637dcd4aee4b1bfe2bb990b4ccba2dd097be8575df76bcfc SHA1: 7d6eca3cf1cda9be5819b5b86ac6164f9d985a4b MD5sum: 5ff3eabd364c9f7fd0b76493e7a959b9 Description: Web content engine library for GTK - development files WebKit is a web content engine, derived from KHTML and KJS from KDE, and used primarily in Apple's Safari browser. It is made to be embedded in other applications, such as mail readers, or web browsers. . It is able to display content such as HTML, SVG, XML, and others. It also supports DOM, XMLHttpRequest, XSLT, CSS, JavaScript/ECMAScript and more. . WebKitGTK is a WebKit port designed to be used in GTK applications. This build provides version 4.0 of the API and uses libsoup v2 for the networking stack and the GTK 3 widget toolkit. . This package contains the development files. Multi-Arch: same Homepage: https://webkitgtk.org/ Section: libdevel Priority: optional Filename: pool/main/w/webkit2gtk/libwebkit2gtk-4.0-dev_2.46.1-2~bpo12+1_amd64.deb Package: libwebkit2gtk-4.0-doc Source: webkit2gtk Version: 2.46.1-2~bpo12+1 Installed-Size: 12819 Maintainer: Debian WebKit Maintainers Architecture: all Suggests: devhelp Conflicts: libwebkitgtk-doc Size: 443380 SHA256: a201630441aa36b2c6fd2913c008603dfa751e06c6f2fb765e379e98951c052f SHA1: 7bad68530ece5a0484de8a3d2ebe0e9d3585c960 MD5sum: 443e4151397b78d8c2961e4566fed615 Description: Web content engine library for GTK - documentation WebKit is a web content engine, derived from KHTML and KJS from KDE, and used primarily in Apple's Safari browser. It is made to be embedded in other applications, such as mail readers, or web browsers. . It is able to display content such as HTML, SVG, XML, and others. It also supports DOM, XMLHttpRequest, XSLT, CSS, JavaScript/ECMAScript and more. . WebKitGTK is a WebKit port designed to be used in GTK applications. . This package contains the documentation. Multi-Arch: foreign Homepage: https://webkitgtk.org/ Section: doc Priority: optional Filename: pool/main/w/webkit2gtk/libwebkit2gtk-4.0-doc_2.46.1-2~bpo12+1_all.deb Package: libwebkit2gtk-4.1-0 Source: webkit2gtk Version: 2.46.1-2~bpo12+1 Installed-Size: 80640 Maintainer: Debian WebKit Maintainers Architecture: amd64 Depends: libjavascriptcoregtk-4.1-0 (= 2.46.1-2~bpo12+1), gstreamer1.0-plugins-base, gstreamer1.0-plugins-good, libgles2, bubblewrap (>= 0.3.1), xdg-dbus-proxy, libatk1.0-0 (>= 1.32.0), libavif15 (>= 0.11.1), libc6 (>= 2.35), libcairo2 (>= 1.14.0), libdrm2 (>= 2.4.107), libenchant-2-2 (>= 2.2.3), libepoxy0 (>= 1.3), libfontconfig1 (>= 2.12.6), libfreetype6 (>= 2.11.1), libgbm1 (>= 21.3.0~rc1), libgcc-s1 (>= 4.0), libgcrypt20 (>= 1.10.0), libglib2.0-0 (>= 2.70.0), libgstreamer-gl1.0-0 (>= 1.14.0), libgstreamer-plugins-bad1.0-0 (>= 1.22.0), libgstreamer-plugins-base1.0-0 (>= 1.20.0), libgstreamer1.0-0 (>= 1.22.0), libgtk-3-0 (>= 3.23.0), libharfbuzz-icu0 (>= 0.9.9), libharfbuzz0b (>= 1.8.6), libhyphen0 (>= 2.7.1), libicu72 (>= 72.1~rc-1~), libjpeg62-turbo (>= 1:1.5.0), liblcms2-2 (>= 2.2+git20110628), libmanette-0.2-0 (>= 0.1.2), libpango-1.0-0 (>= 1.14.0), libpng16-16 (>= 1.6.2-1), libseccomp2 (>= 0.0.0~20120605), libsecret-1-0 (>= 0.7), libsoup-3.0-0 (>= 3.0.3), libsqlite3-0 (>= 3.7.15), libstdc++6 (>= 12), libsystemd0, libtasn1-6 (>= 4.14), libwayland-client0 (>= 1.20.0), libwayland-server0 (>= 1.0.2), libwebp7 (>= 1.2.4), libwebpdemux2 (>= 1.2.4), libwebpmux3 (>= 1.2.4), libwoff1 (>= 1.0.0), libx11-6, libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.2.2) Recommends: gstreamer1.0-gl, libgl1-mesa-dri, xdg-desktop-portal-gtk, gstreamer1.0-libav, gstreamer1.0-plugins-bad Suggests: gstreamer1.0-alsa Size: 23187312 SHA256: addf217c2937013ec80ffd81f41d0adcac36fac7cf7c6dfc65e43d12bca69651 SHA1: d8976b0c0e242beb58809a3a6d0832017931ec0b MD5sum: 601351e472adfadada37f4c0bc163f72 Description: Web content engine library for GTK WebKit is a web content engine, derived from KHTML and KJS from KDE, and used primarily in Apple's Safari browser. It is made to be embedded in other applications, such as mail readers, or web browsers. . It is able to display content such as HTML, SVG, XML, and others. It also supports DOM, XMLHttpRequest, XSLT, CSS, JavaScript/ECMAScript and more. . WebKitGTK is a WebKit port designed to be used in GTK applications. This build provides version 4.1 of the API and uses libsoup v3 for the networking stack and the GTK 3 widget toolkit. . This package contains the shared libraries. Multi-Arch: same Homepage: https://webkitgtk.org/ Section: libs Priority: optional Filename: pool/main/w/webkit2gtk/libwebkit2gtk-4.1-0_2.46.1-2~bpo12+1_amd64.deb Package: libwebkit2gtk-4.1-dev Source: webkit2gtk Version: 2.46.1-2~bpo12+1 Installed-Size: 5556 Maintainer: Debian WebKit Maintainers Architecture: amd64 Depends: libwebkit2gtk-4.1-0 (= 2.46.1-2~bpo12+1), gir1.2-webkit2-4.1 (= 2.46.1-2~bpo12+1), libgtk-3-dev, libsoup-3.0-dev, libjavascriptcoregtk-4.1-dev (= 2.46.1-2~bpo12+1) Size: 305116 SHA256: e83b57ad29e271050eeed063f9125e8753f5db1f3347959f5b6f7a27635475a1 SHA1: 2b63df805263e5449cb5661734dfdef3e1bcaf89 MD5sum: 12b1f34ecdc02fd64fc1ae10a24defdd Description: Web content engine library for GTK - development files WebKit is a web content engine, derived from KHTML and KJS from KDE, and used primarily in Apple's Safari browser. It is made to be embedded in other applications, such as mail readers, or web browsers. . It is able to display content such as HTML, SVG, XML, and others. It also supports DOM, XMLHttpRequest, XSLT, CSS, JavaScript/ECMAScript and more. . WebKitGTK is a WebKit port designed to be used in GTK applications. This build provides version 4.1 of the API and uses libsoup v3 for the networking stack and the GTK 3 widget toolkit. . This package contains the development files. Multi-Arch: same Homepage: https://webkitgtk.org/ Section: libdevel Priority: optional Filename: pool/main/w/webkit2gtk/libwebkit2gtk-4.1-dev_2.46.1-2~bpo12+1_amd64.deb Package: libwebkitgtk-6.0-4 Source: webkit2gtk Version: 2.46.1-2~bpo12+1 Installed-Size: 79130 Maintainer: Debian WebKit Maintainers Architecture: amd64 Depends: libjavascriptcoregtk-6.0-1 (= 2.46.1-2~bpo12+1), gstreamer1.0-plugins-base, gstreamer1.0-plugins-good, libgles2, bubblewrap (>= 0.3.1), xdg-dbus-proxy, libavif15 (>= 0.11.1), libc6 (>= 2.35), libcairo2 (>= 1.14.0), libdrm2 (>= 2.4.107), libenchant-2-2 (>= 2.2.3), libepoxy0 (>= 1.3), libfontconfig1 (>= 2.12.6), libfreetype6 (>= 2.11.1), libgbm1 (>= 21.3.0~rc1), libgcc-s1 (>= 4.0), libgcrypt20 (>= 1.10.0), libgdk-pixbuf-2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.70.0), libgstreamer-gl1.0-0 (>= 1.14.0), libgstreamer-plugins-bad1.0-0 (>= 1.22.0), libgstreamer-plugins-base1.0-0 (>= 1.20.0), libgstreamer1.0-0 (>= 1.22.0), libgtk-4-1 (>= 4.7.2), libharfbuzz-icu0 (>= 0.9.9), libharfbuzz0b (>= 1.8.6), libhyphen0 (>= 2.7.1), libicu72 (>= 72.1~rc-1~), libjpeg62-turbo (>= 1:1.5.0), liblcms2-2 (>= 2.2+git20110628), libmanette-0.2-0 (>= 0.1.2), libpango-1.0-0 (>= 1.14.0), libpng16-16 (>= 1.6.2-1), libseccomp2 (>= 0.0.0~20120605), libsecret-1-0 (>= 0.7), libsoup-3.0-0 (>= 3.0.3), libsqlite3-0 (>= 3.7.15), libstdc++6 (>= 12), libsystemd0, libtasn1-6 (>= 4.14), libwayland-client0 (>= 1.20.0), libwayland-server0 (>= 1.0.2), libwebp7 (>= 1.2.4), libwebpdemux2 (>= 1.2.4), libwebpmux3 (>= 1.2.4), libwoff1 (>= 1.0.0), libx11-6, libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.2.2) Recommends: gstreamer1.0-gl, libgl1-mesa-dri, xdg-desktop-portal-gtk, gstreamer1.0-libav, gstreamer1.0-plugins-bad Suggests: gstreamer1.0-alsa Size: 22860192 SHA256: 9ff61a77be021a2e436e6c13af052117c51c543ed8014594a3841d250db5a27a SHA1: 77359efbae5bb859127284c63628c21cfc52d9ab MD5sum: 93df766e7446286944b41c527a54081c Description: Web content engine library for GTK WebKit is a web content engine, derived from KHTML and KJS from KDE, and used primarily in Apple's Safari browser. It is made to be embedded in other applications, such as mail readers, or web browsers. . It is able to display content such as HTML, SVG, XML, and others. It also supports DOM, XMLHttpRequest, XSLT, CSS, JavaScript/ECMAScript and more. . WebKitGTK is a WebKit port designed to be used in GTK applications. This build provides version 6.0 of the API and uses libsoup v3 for the networking stack and the GTK 4 widget toolkit. . This package contains the shared libraries. Multi-Arch: same Homepage: https://webkitgtk.org/ Section: libs Priority: optional Filename: pool/main/w/webkit2gtk/libwebkitgtk-6.0-4_2.46.1-2~bpo12+1_amd64.deb Package: libwebkitgtk-6.0-dev Source: webkit2gtk Version: 2.46.1-2~bpo12+1 Installed-Size: 2314 Maintainer: Debian WebKit Maintainers Architecture: amd64 Depends: libwebkitgtk-6.0-4 (= 2.46.1-2~bpo12+1), gir1.2-webkit-6.0 (= 2.46.1-2~bpo12+1), libgtk-4-dev, libsoup-3.0-dev, libjavascriptcoregtk-6.0-dev (= 2.46.1-2~bpo12+1) Size: 185208 SHA256: 4be0836823edf2d329d524c6f2132a202668c5ed6669c663edb5cf2d1b4f4ccc SHA1: 76edde60d695733c98c496324dc742cdb8fdba7c MD5sum: 25fde88ebf8554480dbdc315484913cf Description: Web content engine library for GTK - development files WebKit is a web content engine, derived from KHTML and KJS from KDE, and used primarily in Apple's Safari browser. It is made to be embedded in other applications, such as mail readers, or web browsers. . It is able to display content such as HTML, SVG, XML, and others. It also supports DOM, XMLHttpRequest, XSLT, CSS, JavaScript/ECMAScript and more. . WebKitGTK is a WebKit port designed to be used in GTK applications. This build provides version 6.0 of the API and uses libsoup v3 for the networking stack and the GTK 4 widget toolkit. . This package contains the development files. Multi-Arch: same Homepage: https://webkitgtk.org/ Section: libdevel Priority: optional Filename: pool/main/w/webkit2gtk/libwebkitgtk-6.0-dev_2.46.1-2~bpo12+1_amd64.deb Package: libwebp-dev Source: libwebp Version: 1.4.0-0.1~bpo12+1 Installed-Size: 1875 Maintainer: Jeff Breidenbach Architecture: amd64 Depends: libwebp7 (= 1.4.0-0.1~bpo12+1), libwebpdemux2 (= 1.4.0-0.1~bpo12+1), libwebpmux3 (= 1.4.0-0.1~bpo12+1), libwebpdecoder3 (= 1.4.0-0.1~bpo12+1), libsharpyuv-dev Size: 470924 SHA256: 4caae54a373c2ffdf52037702eb2ce3f61246fa1b985ee1ceaca67d09686872d SHA1: 7f22f57d2a33af06320e2c8bc045c65dd4c2de8a MD5sum: 4374bd0493813f880bb165f65b13ce22 Description: Lossy compression of digital photographic images Image Compression format, based on the VP8 codec. WebP uses the modern VP8 compression format to deliver efficient compression of images for the web. More than 30% extra gain over optimized JPEG, for same quality, is not unusual. Multi-Arch: same Homepage: https://developers.google.com/speed/webp/ Section: libdevel Priority: optional Filename: pool/main/libw/libwebp/libwebp-dev_1.4.0-0.1~bpo12+1_amd64.deb Package: libwebp7 Source: libwebp Version: 1.4.0-0.1~bpo12+1 Installed-Size: 609 Maintainer: Jeff Breidenbach Architecture: amd64 Depends: libc6 (>= 2.34), libsharpyuv0 (>= 1.4.0) Size: 310392 SHA256: fcb591a816b2adb337d289a66d19b12666abb4fdb01f23e7a297dba091cc2ce2 SHA1: 64705e948c653fa3d1f7ffe610afca02544302a7 MD5sum: 13ba22996b97861aacaabcf623b24b86 Description: Lossy compression of digital photographic images Image Compression format, based on the VP8 codec. WebP uses the modern VP8 compression format to deliver efficient compression of images for the web. More than 30% extra gain over optimized JPEG, for same quality, is not unusual. Multi-Arch: same Homepage: https://developers.google.com/speed/webp/ Section: libs Priority: optional Filename: pool/main/libw/libwebp/libwebp7_1.4.0-0.1~bpo12+1_amd64.deb Package: libwebpdecoder3 Source: libwebp Version: 1.4.0-0.1~bpo12+1 Installed-Size: 377 Maintainer: Jeff Breidenbach Architecture: amd64 Depends: libc6 (>= 2.34) Size: 203076 SHA256: 4ed7c45e23f467b962010299c07b585f99c1c80310f2c01b2712a3334f23b3ef SHA1: 116346a818be73bef72b4edef432a9678427ad1d MD5sum: 12468df262468579faa258d30a903d67 Description: Library for the WebP graphics format (decode only) This package provides the decoder functions for the WebP graphics format as a shared library. Multi-Arch: same Homepage: https://developers.google.com/speed/webp/ Section: libs Priority: optional Filename: pool/main/libw/libwebp/libwebpdecoder3_1.4.0-0.1~bpo12+1_amd64.deb Package: libwebpdemux2 Source: libwebp Version: 1.4.0-0.1~bpo12+1 Installed-Size: 137 Maintainer: Jeff Breidenbach Architecture: amd64 Depends: libc6 (>= 2.14), libwebp7 (>= 1.4.0) Size: 110372 SHA256: 6b423ac14622cd26611d9a33a42c16bbf4905b2aae99d2061e75fab844412c6d SHA1: 3d1bc663f2c674626fcf59ee5721f68c4672992f MD5sum: 14cb0be59cdbb03faf3b7b8ed88a522e Description: Lossy compression of digital photographic images. Image Compression format, based on the VP8 codec. WebP uses the modern VP8 compression format to deliver efficient compression of images for the web. More than 30% extra gain over optimized JPEG, for same quality, is not unusual. Multi-Arch: same Homepage: https://developers.google.com/speed/webp/ Section: libs Priority: optional Filename: pool/main/libw/libwebp/libwebpdemux2_1.4.0-0.1~bpo12+1_amd64.deb Package: libwebpmux3 Source: libwebp Version: 1.4.0-0.1~bpo12+1 Installed-Size: 165 Maintainer: Jeff Breidenbach Architecture: amd64 Depends: libc6 (>= 2.29), libwebp7 (>= 1.4.0) Size: 123328 SHA256: 208dda4be9f6dca9a3e45244eb55046b41ecec5eaefdc139a188d542042fc32a SHA1: 32d9a6e9daeb4603d0d9266670bb12e780978225 MD5sum: 72004fd68b8f5b315aa3afe80e8e7719 Description: Lossy compression of digital photographic images Image Compression format, based on the VP8 codec. WebP uses the modern VP8 compression format to deliver efficient compression of images for the web. More than 30% extra gain over optimized JPEG, for same quality, is not unusual. Multi-Arch: same Homepage: https://developers.google.com/speed/webp/ Section: libs Priority: optional Filename: pool/main/libw/libwebp/libwebpmux3_1.4.0-0.1~bpo12+1_amd64.deb Package: libweston-14-0 Source: weston Version: 14.0.0-2~bpo12+2 Installed-Size: 1445 Maintainer: Debian X Strike Force Architecture: amd64 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: 404204 SHA256: f387f75e77cd40ea232dac29226f10870cb16fcd503d8b9fb7a74036b759a749 SHA1: fefa020afda20d116af6796c2cb1e870b3808dbc MD5sum: 7aa52b9f4018264610355abd50594272 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_amd64.deb Package: libweston-14-dev Source: weston Version: 14.0.0-2~bpo12+2 Installed-Size: 234 Maintainer: Debian X Strike Force Architecture: amd64 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: 45680 SHA256: 87b75402b2ffeec2c6ae1475c53c815d99c33630b42945f9615d3c363e545bf0 SHA1: 1d3bec9336b59c65e045073bc294eb5b225725fd MD5sum: 019417fe1389fbc348eccd15fe4748b9 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_amd64.deb Package: libwinpr-tools3-3 Source: freerdp3 Version: 3.10.3+dfsg-1~bpo12+1 Installed-Size: 185 Maintainer: Debian Remote Maintainers Architecture: amd64 Depends: libc6 (>= 2.4), libssl3 (>= 3.0.0), libwinpr3-3 (= 3.10.3+dfsg-1~bpo12+1) Size: 43036 SHA256: 5dfce8210cb4d15b569ee9bd47c302515cba6d2a69e00f2334a1ef296825b5f3 SHA1: 264503ff8dd8d3de5956028a7b6ca6dbdc787ee3 MD5sum: 00613e172819499d907851030aacb032 Description: Windows Portable Runtime Tools library FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . This package contains the shared library for Windows Portable Runtime utilities and tools. Multi-Arch: same Homepage: https://www.freerdp.com/ Section: libs Priority: optional Filename: pool/main/f/freerdp3/libwinpr-tools3-3_3.10.3+dfsg-1~bpo12+1_amd64.deb Package: libwinpr3-3 Source: freerdp3 Version: 3.10.3+dfsg-1~bpo12+1 Installed-Size: 1392 Maintainer: Debian Remote Maintainers Architecture: amd64 Depends: libc6 (>= 2.34), libcjson1 (>= 1.7.13), libgcc-s1 (>= 3.3), libicu72 (>= 72.1~rc-1~), libk5crypto3 (>= 1.8+dfsg), libkrb5-3 (>= 1.15~beta1), libssl3 (>= 3.0.0), liburiparser1 (>= 0.6.0) Suggests: freerdp3-x11 Size: 352312 SHA256: 8872e70a93b4c04a917321f9c54d9c6686f0ec20c59e4a9f3ed823100315f1d3 SHA1: 88c012c716abac7ded5649cb660c68bc14dda6a1 MD5sum: 425f0b588dc0ece6e3ecfef6c7d0dd7c Description: Windows Portable Runtime library WinPR is a spin-off project of FreeRDP which aims at providing a portable implementation of important portions of the Windows API. Just like FreeRDP, WinPR is released under the Apache license. Unlike Wine, WinPR does not provide binary compatibility, and does not require applications to be built for Windows. Instead, WinPR provides API compatibility for applications targeting non-Windows environments. When on Windows, the original native API is being used instead of the equivalent WinPR implementation, without having to modify the code using it. . This package contains the WinPR shared library. Multi-Arch: same Homepage: https://www.freerdp.com/ Section: libs Priority: optional Filename: pool/main/f/freerdp3/libwinpr3-3_3.10.3+dfsg-1~bpo12+1_amd64.deb Package: libwinpr3-dev Source: freerdp3 Version: 3.10.3+dfsg-1~bpo12+1 Installed-Size: 1175 Maintainer: Debian Remote Maintainers Architecture: amd64 Depends: libssl-dev, libwinpr-tools3-3 (= 3.10.3+dfsg-1~bpo12+1), libwinpr3-3 (= 3.10.3+dfsg-1~bpo12+1) Size: 174484 SHA256: c46a0032a84e2ea427c6c3b2e358e15aeeb88a4e5e1c26a7aeb1f2e024c97f10 SHA1: 9347c935ad9fd60579aff2ba1578222f015f3095 MD5sum: b5095913984367fd1210b9af04e453fa Description: Windows Portable Runtime library (development files) WinPR is a spin-off project of FreeRDP which aims at providing a portable implementation of important portions of the Windows API. Just like FreeRDP, WinPR is released under the Apache license. Unlike Wine, WinPR does not provide binary compatibility, and does not require applications to be built for Windows. Instead, WinPR provides API compatibility for applications targeting non-Windows environments. When on Windows, the original native API is being used instead of the equivalent WinPR implementation, without having to modify the code using it. . This package contains the WinPR development files. Multi-Arch: same Homepage: https://www.freerdp.com/ Section: libdevel Priority: optional Filename: pool/main/f/freerdp3/libwinpr3-dev_3.10.3+dfsg-1~bpo12+1_amd64.deb Package: libwireplumber-0.4-0 Source: wireplumber Version: 0.4.17-1~bpo12+1 Installed-Size: 1044 Maintainer: Utopia Maintenance Team Architecture: amd64 Depends: libc6 (>= 2.33), libglib2.0-0 (>= 2.62), liblua5.4-0 (>= 5.4.4), libpipewire-0.3-0 (>= 0.3.68), libsystemd0 Size: 237744 SHA256: db11de01be543d8b0c2ecdc10ab092551683d68802feef3ac475c7b3578fb194 SHA1: 09b64aa15dd2b17f02556793fd346fbfb03c367e MD5sum: ba9cd99057f18153c119f364ab735214 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_amd64.deb Package: libwireplumber-0.4-dev Source: wireplumber Version: 0.4.17-1~bpo12+1 Installed-Size: 866 Maintainer: Utopia Maintenance Team Architecture: amd64 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: 68348 SHA256: f82416cbfd4a5b0626ffe635980c7ebc648c43078fb102ff357b71adfabfd4cc SHA1: ed8cd55779e098f4ecf8b51941ba808cd876292a MD5sum: d002d86c8c8a39655b64eb03a5d3aacf 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_amd64.deb Package: libwireplumber-0.5-0 Source: wireplumber Version: 0.5.7-1~bpo12+1 Installed-Size: 1163 Maintainer: Utopia Maintenance Team Architecture: amd64 Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.68), liblua5.4-0 (>= 5.4.4), libpipewire-0.3-0 (>= 1.1.81), libsystemd0 Size: 276336 SHA256: ef74fe05f51aa32325241b3dbab7a6bf25b046208d3ff7dc53f542aa9f8f276f SHA1: 357bf2499c6988414f7d39ea492b36ced2765954 MD5sum: 96afac5955567e8bb5b669b3047cb059 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.7-1~bpo12+1_amd64.deb Package: libwireplumber-0.5-dev Source: wireplumber Version: 0.5.7-1~bpo12+1 Installed-Size: 1018 Maintainer: Utopia Maintenance Team Architecture: amd64 Depends: libglib2.0-dev, libpipewire-0.3-dev, libwireplumber-0.5-0 (= 0.5.7-1~bpo12+1), gir1.2-wp-0.5 (= 0.5.7-1~bpo12+1) Suggests: wireplumber-doc Size: 81316 SHA256: 3c8902a4dbfb927b62c26ed69e724841a42726337df96a45f835d4c0fc1bacb5 SHA1: cb6f8c323b150b319ca3d102f47ebf261cfe141d MD5sum: 795974aed292109952634de68cc74876 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.7-1~bpo12+1_amd64.deb Package: libxatracker-dev Source: mesa Version: 24.2.8-1~bpo12+1 Installed-Size: 60 Maintainer: Debian X Strike Force Architecture: amd64 Depends: libxatracker2 (= 24.2.8-1~bpo12+1) Size: 22244 SHA256: d2ee6d021c3e21bda1f63584751c149976b1d59ec16fe42bce2d4f1e4a524b6b SHA1: f13f35ead72b9cb8da324238805a5427ddfb41fe MD5sum: f6b57a6e97d5a41e689092610790b4f2 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.8-1~bpo12+1_amd64.deb Package: libxatracker2 Source: mesa Version: 24.2.8-1~bpo12+1 Installed-Size: 11944 Maintainer: Debian X Strike Force Architecture: amd64 Depends: libc6 (>= 2.34), libdrm-intel1 (>= 2.4.121), libdrm2 (>= 2.4.121), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.4), libllvm15, libstdc++6 (>= 11), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4) Size: 2228928 SHA256: bb70689df51de66221ac458d3b0a34af4f9cde304e0cd895f4f616867e8f271e SHA1: b22362e5472ab2372b323986c1f128e50a2e90e4 MD5sum: 4aad04136b3b5300c7321653e9936509 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.8-1~bpo12+1_amd64.deb Package: libxcb-errors-dev Source: xcb-util-errors Version: 1.0.1-2~bpo12+1 Installed-Size: 70 Maintainer: Debian X Strike Force Architecture: amd64 Depends: libxcb-errors0 (= 1.0.1-2~bpo12+1) Size: 18040 SHA256: fb438d2a2af0854331f771e8900e01ce70222ef405fe3a3d2cbcfb4326ba4275 SHA1: 2e87f610edbf9fc51a9d08f0866303f7431596f1 MD5sum: e71bfe738bbaad89b5b79041b071bf02 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_amd64.deb Package: libxcb-errors0 Source: xcb-util-errors Version: 1.0.1-2~bpo12+1 Installed-Size: 62 Maintainer: Debian X Strike Force Architecture: amd64 Depends: libc6 (>= 2.4), libxcb1 Size: 17192 SHA256: 56279e3896da6f8d6f085e5a02f4905883f51f38431481cf84cba12a2995c615 SHA1: 7205132d079fcc3078dc34de2c8701e7a38e64ae MD5sum: 8a254dc3693ce63bd7ec1b084c388460 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_amd64.deb Package: libxcb-imdkit-dev Source: xcb-imdkit Version: 1.0.9-1~bpo12+1 Installed-Size: 126 Maintainer: Debian Input Method Team Architecture: amd64 Depends: libxcb-imdkit1 (= 1.0.9-1~bpo12+1), libxcb-keysyms1-dev, libxcb-util-dev, libxcb1-dev Size: 18284 SHA256: 691692fd310335eba5d4c2d0ca3e179ade695fc05fe9262dafe76fa070b115c2 SHA1: fe109e876636f21720dc9bbfef2aafa2efbbd120 MD5sum: 115986602ecbec99040945b6234bd21f 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_amd64.deb Package: libxcb-imdkit1 Source: xcb-imdkit Version: 1.0.9-1~bpo12+1 Installed-Size: 577 Maintainer: Debian Input Method Team Architecture: amd64 Depends: libc6 (>= 2.14), libxcb-util1 (>= 0.4.0), libxcb1 Size: 283512 SHA256: 93f05715418ce490c88c9f72bf57b06acf754112e8bab0b5f7ca588a1fc70c9b SHA1: 282a005231af3bb2ca99e3fed32b8f255e68b234 MD5sum: 02ea2ed1d768539b1d62f9a4bb73de75 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_amd64.deb Package: libxmp-dev Source: libxmp Version: 4.6.0-3~bpo12+1 Installed-Size: 215 Maintainer: Stephen Kitt Architecture: amd64 Depends: libxmp4 (= 4.6.0-3~bpo12+1) Size: 104692 SHA256: d1eb98a58fb2c42102d2e8200f523c76a393334506d5c653dcdeb907a5e9be01 SHA1: 71e23df83c9cb481a7dca24fe1822f77b955dfca MD5sum: 2539cd2c27707cc5adaaeab5840eb8c2 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_amd64.deb Package: libxmp4 Source: libxmp Version: 4.6.0-3~bpo12+1 Installed-Size: 605 Maintainer: Stephen Kitt Architecture: amd64 Depends: libc6 (>= 2.33) Size: 291004 SHA256: d6077066a284d7044c394d250ee9a559dbfd3b533d204587096d6643d6f7dbd4 SHA1: 26d304b5ffcf49ab531761bacd098e870b73db4b MD5sum: 60d9eae0a74a02bef9e753a9448cb86e 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_amd64.deb Package: libyara-dev Source: yara Version: 4.5.2-1~bpo12+1 Installed-Size: 1301 Maintainer: Debian Security Tools Architecture: amd64 Depends: libyara10 (= 4.5.2-1~bpo12+1), libjansson-dev, libmagic-dev, libssl-dev Size: 245908 SHA256: cf76a5d4fe56ad18bc19eba95ece21e118ba8e19814afd00b3b7cfbd89d5026a SHA1: 7070506318ff9fb805e62ff215ed2bea2fc6bac7 MD5sum: 75c796cb484a89caf7628c74aecd864c 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_amd64.deb Package: libyara10 Source: yara Version: 4.5.2-1~bpo12+1 Installed-Size: 584 Maintainer: Debian Security Tools Architecture: amd64 Depends: libc6 (>= 2.34), libjansson4 (>= 2.14), libmagic1 (>= 5.12), libssl3 (>= 3.0.0) Size: 189524 SHA256: 7aae14126a2028e2b172a8e1a9e287bad36d148b2c230e7369a0de0beda7c36c SHA1: 409f6117ae8a86d6710616d4dcbda5a58deb65d2 MD5sum: 34131a31c6e187adb4dbfaf4fc3d707f 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_amd64.deb Package: libykhsmauth-dev Source: yubihsm-shell Version: 2.6.0-3~bpo12+1 Installed-Size: 32 Maintainer: Debian Security Tools Architecture: amd64 Depends: libykhsmauth2 (= 2.6.0-3~bpo12+1) Size: 10356 SHA256: 7abe50f38e89b9c5cf7ff1f3c8fd1d4cd370c821831bed186db69a7406526bb4 SHA1: 53517ca6490287f068f3bfa5166c7f327f7181d8 MD5sum: bfb8f007e2d82a509d5d04aa5c3bffc5 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_amd64.deb Package: libykhsmauth2 Source: yubihsm-shell Version: 2.6.0-3~bpo12+1 Installed-Size: 53 Maintainer: Debian Security Tools Architecture: amd64 Replaces: libykhsmauth1 Depends: libc6 (>= 2.14), libpcsclite1 (>= 1.3.3) Breaks: libykhsmauth1 Size: 16320 SHA256: 014f98d210fe6dbb92bc6d161816fd0e1297c5220b3904a3f9e3ea335afe3381 SHA1: c7f7e30d471323904613fc87ede897e98b4081dc MD5sum: f45e417ca0dc9c60f51f66c6e71d3d4d 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_amd64.deb Package: libyubihsm-dev Source: yubihsm-shell Version: 2.6.0-3~bpo12+1 Installed-Size: 144 Maintainer: Debian Security Tools Architecture: amd64 Depends: libyubihsm2 (= 2.6.0-3~bpo12+1) Size: 25800 SHA256: 22412030e15c5d5dfea43580c44b5f6f70e2693b4af691e88632d6d7bf8df70d SHA1: e95613ac84c4ee5af8323e8c165bbd7cb296184f MD5sum: 3628685c2cb12791df1945d12e317b4d 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_amd64.deb Package: libyubihsm-http2 Source: yubihsm-shell Version: 2.6.0-3~bpo12+1 Installed-Size: 45 Maintainer: Debian Security Tools Architecture: amd64 Replaces: libyubihsm-http1 Depends: libc6 (>= 2.14), libcurl4 (>= 7.16.2) Recommends: libyubihsm2 Suggests: yubihsm-connector Breaks: libyubihsm-http1 Size: 15484 SHA256: 851b97fc4e92e6300e2f35df196cbab79103f2dc0cb97a208bbeab86a5c1251a SHA1: 94eb9d77009ddd8c1ee4dfa53b12f82d5f43398c MD5sum: 67ff0c1cff17ff9883e5c5520de1649b 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_amd64.deb Package: libyubihsm-usb2 Source: yubihsm-shell Version: 2.6.0-3~bpo12+1 Installed-Size: 45 Maintainer: Debian Security Tools Architecture: amd64 Replaces: libyubihsm-usb1 Depends: libc6 (>= 2.4), libusb-1.0-0 (>= 2:1.0.16) Recommends: libyubihsm2 Breaks: libyubihsm-usb1 Size: 15708 SHA256: 500538c58e7dc3126ced77a69c8c09a89dbf3c605b19d563b5cd3bdc52c64f31 SHA1: 297e5c13d0cd77a72e48d30796d04ee9d742cb88 MD5sum: a035adb91fa0f9e422b1bd4ccf4abf53 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_amd64.deb Package: libyubihsm2 Source: yubihsm-shell Version: 2.6.0-3~bpo12+1 Installed-Size: 205 Maintainer: Debian Security Tools Architecture: amd64 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: 65948 SHA256: f8049a41a359876973eff97c7f07a9d98e251617213ccce3145b4058fbad2585 SHA1: 65461fec4d430b19909b81788396decf8074884a MD5sum: b17dcded93dbb5b95437e4394ae19938 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_amd64.deb Package: libzck-dev Source: zchunk Version: 1.3.1+ds1-1~bpo12+1 Installed-Size: 40 Maintainer: RPM packaging team Architecture: amd64 Depends: libzck1 (= 1.3.1+ds1-1~bpo12+1), libzstd-dev Size: 11244 SHA256: d7b4b231daa089c423aaf3d6712ebf5b82e5f96862119155eb70867248da9305 SHA1: 0a9d2428665aa2603d62aceb23b6a1c90d8ed03c MD5sum: 9bfc05de86bd4cf720104d72e26e91fc 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_amd64.deb Package: libzck1 Source: zchunk Version: 1.3.1+ds1-1~bpo12+1 Installed-Size: 131 Maintainer: RPM packaging team Architecture: amd64 Depends: libc6 (>= 2.14), libzstd1 (>= 1.5.2) Size: 47504 SHA256: 26599ee403a8089c29ef404fd811025cd3a08ecab8670068e272f4f497a890d1 SHA1: 8f265b35dbaea503377b2495aff20f525c232bd3 MD5sum: ef42a6c57349f657eb5eb7a4635037b7 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_amd64.deb Package: libzim-dev Source: libzim Version: 8.2.1-2~bpo12+1 Installed-Size: 122 Maintainer: Kunal Mehta Architecture: amd64 Depends: libzim8 (= 8.2.1-2~bpo12+1), liblzma-dev, libxapian-dev, libicu-dev, libzstd-dev Size: 29116 SHA256: 210f4c6081d78864b7622d34e6c9ba35b49e4dc6685c35269ab05a4af3faed65 SHA1: e95d96f3f66aaa2e85f4ff9ce38e03d9050f9d5d MD5sum: 63ddf09ffcfa543e3a4d5eb8546e58fd 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_amd64.deb Package: libzim8 Source: libzim Version: 8.2.1-2~bpo12+1 Installed-Size: 853 Maintainer: Kunal Mehta Architecture: amd64 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libicu72 (>= 72.1~rc-1~), liblzma5 (>= 5.1.1alpha+20120614), libstdc++6 (>= 11), libxapian30 (>= 1.4.19~), libzstd1 (>= 1.5.2) Breaks: python3-libzim (<< 0.0.3-2) Size: 268176 SHA256: 81c7c33b41b59c4e5693d72d62213c1bb761b556de0c7dc01439d2713a489b07 SHA1: 3ead2770b0c0fe5137bcb2f3b62ac517ea5be04c MD5sum: 4b290c3009e89bad4147ece575f890c4 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_amd64.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.11.10-1~bpo12+1 Installed-Size: 3465 Maintainer: Debian Kernel Team Architecture: amd64 Size: 1377368 SHA256: 2f24262c1d802204583f7b11caa6eddd0fdbde5e16ae7752a9dadcefcaf26645 SHA1: b550b3c23d8173df436315a86fefd50dcc182602 MD5sum: 323c22b2f9cdee239944e941ddebf838 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.11.10-1~bpo12+1_amd64.deb Package: linux-compiler-gcc-12-x86 Source: linux Version: 6.5.10-1~bpo12+1 Installed-Size: 708 Maintainer: Debian Kernel Team Architecture: amd64 Depends: gcc-12 Size: 710424 SHA256: 6323534da3a56f0937d2ce653675620d8d995c2e3e17fa2c211ae28e95bd389f SHA1: 4276548b13a5d7411075929f7624536e7c0c882d MD5sum: 729aadd08566df9837bb78d18e1925d1 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_amd64.deb Package: linux-config-6.10 Source: linux Version: 6.10.11-1~bpo12+1 Installed-Size: 1009 Maintainer: Debian Kernel Team Architecture: amd64 Recommends: linux-source-6.10 Size: 1014568 SHA256: 23c4f61058f130aa10ba4c9cbe506b3537f818334efc548fb9a1ad7265fa2a92 SHA1: b09edbe37d2400dad987b0345c05a5c720e5b84e MD5sum: eb0a19d2ce7ffde90651f3726d9e0725 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_amd64.deb Package: linux-config-6.11 Source: linux Version: 6.11.10-1~bpo12+1 Installed-Size: 1051 Maintainer: Debian Kernel Team Architecture: amd64 Recommends: linux-source-6.11 Size: 1057824 SHA256: b11bd8d51ba8d5242e9940029012a6e584038a9a73db55847796e9a6ba14106f SHA1: 4f49d9880fa52cb696c705896f7a9ffac327ff91 MD5sum: fe3ad9d09ab76a2530624fe8d5a34cae Description: Debian kernel configurations for Linux 6.11 This package contains the configuration files used to build the official Debian kernel files, but without references to Debian's signing certificates. . These can be used as a basis for configuring custom kernels. Multi-Arch: same Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-config-6.11_6.11.10-1~bpo12+1_amd64.deb Package: linux-config-6.9 Source: linux Version: 6.9.10-1~bpo12+1 Installed-Size: 969 Maintainer: Debian Kernel Team Architecture: amd64 Recommends: linux-source-6.9 Size: 974760 SHA256: 4c8002bfd09dfd412e3f2708e603936caa0293dbd04f7e780e385a3ecf62e437 SHA1: e6a9d11106785626aabacf7985971572f45d3c45 MD5sum: 46d5ff6e539e0cc34dbb23b7567a117f 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_amd64.deb Package: linux-cpupower Source: linux Version: 6.11.10-1~bpo12+1 Installed-Size: 1436 Maintainer: Debian Kernel Team Architecture: amd64 Depends: libc6 (>= 2.34), libcap2 (>= 1:2.10), libcpupower1 (>= 6.6~rc1-1~exp1), libnl-3-200 (>= 3.2.7), libnl-genl-3-200 (>= 3.2.21), libpci3 (>= 1:3.8.0) Size: 1090620 SHA256: ac37b505095569e77c1ffb8a4522f7cb08bfc99c530d5e3440421b01075e6d49 SHA1: 830e9b5aa7e7cf4c8bb27f4609007cb7f1cf0125 MD5sum: 079fcfb7ad619a2b523a4b6c289515a7 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. . The intel-speed-select command enumerates and controls Intel SST features. It can change the power and performance profile of the system in a variety of diverse workload requirements. Homepage: https://www.kernel.org/ Section: admin Priority: optional Filename: pool/main/l/linux/linux-cpupower_6.11.10-1~bpo12+1_amd64.deb Package: linux-doc Source: linux Version: 6.6.13-1~bpo12+1 Installed-Size: 10 Maintainer: Debian Kernel Team Architecture: all Depends: linux-doc-6.6 (= 6.6.13-1~bpo12+1) Size: 1112 SHA256: 2caa7de920b1853992ad97e817e140653b7a79714c5df012ff2f0dfb5eeed719 SHA1: 687a3588f348d53b640972478ddb53dee7e573c1 MD5sum: 410d9147f97f3ca7161bb7faa298e976 Description: Linux kernel specific documentation (meta-package) This package depends on the package containing the documentation for the latest Linux kernel. Homepage: https://www.kernel.org/ Section: doc Priority: optional Filename: pool/main/l/linux/linux-doc_6.6.13-1~bpo12+1_all.deb Package: linux-doc-6.10 Source: linux Version: 6.10.11-1~bpo12+1 Installed-Size: 195777 Maintainer: Debian Kernel Team Architecture: all Size: 38282004 SHA256: df415d95411b81056b9cd313f7bd924f11ac60465e6036b5bc5d44f1f5586a39 SHA1: b5cfc294b74cb1998156e3663ef8397d4d4d1f3a MD5sum: dda69f047f0c6951a8cd72af852f787d Description: Linux kernel specific documentation for version 6.10 This package provides the various README files and HTML documentation for the Linux kernel version 6.10. Plenty of information, including the descriptions of various kernel subsystems, filesystems, driver-specific notes and the like. An index to the documentation is installed as /usr/share/doc/linux-doc-6.10/html/index.html. Multi-Arch: foreign Homepage: https://www.kernel.org/ Section: doc Priority: optional Filename: pool/main/l/linux/linux-doc-6.10_6.10.11-1~bpo12+1_all.deb Package: linux-doc-6.11 Source: linux Version: 6.11.10-1~bpo12+1 Installed-Size: 197482 Maintainer: Debian Kernel Team Architecture: all Size: 38662980 SHA256: 6be7cab01f312b5fef5b23ff30027097e22b5cfe627ed650d24226d97f72e768 SHA1: d4547200b2280077856e625f2dae606302038b55 MD5sum: bcf79057483975118e8b18c78f5307c4 Description: Linux kernel specific documentation for version 6.11 This package provides the various README files and HTML documentation for the Linux kernel version 6.11. Plenty of information, including the descriptions of various kernel subsystems, filesystems, driver-specific notes and the like. An index to the documentation is installed as /usr/share/doc/linux-doc-6.11/html/index.html. Multi-Arch: foreign Homepage: https://www.kernel.org/ Section: doc Priority: optional Filename: pool/main/l/linux/linux-doc-6.11_6.11.10-1~bpo12+1_all.deb Package: linux-doc-6.9 Source: linux Version: 6.9.10-1~bpo12+1 Installed-Size: 193776 Maintainer: Debian Kernel Team Architecture: all Size: 37836120 SHA256: a8b9b86a5c24fa1358b7c1453e1ca098e6a79a40cdd4aea76135705ed146aff1 SHA1: 8ef8ed8641d63a7be207840463cbc8e9e96abede MD5sum: 9d415176a41853c3a53d3dc4be319724 Description: Linux kernel specific documentation for version 6.9 This package provides the various README files and HTML documentation for the Linux kernel version 6.9. Plenty of information, including the descriptions of various kernel subsystems, filesystems, driver-specific notes and the like. An index to the documentation is installed as /usr/share/doc/linux-doc-6.9/html/index.html. Multi-Arch: foreign Homepage: https://www.kernel.org/ Section: doc Priority: optional Filename: pool/main/l/linux/linux-doc-6.9_6.9.10-1~bpo12+1_all.deb Package: linux-headers-6.11.10+bpo-amd64 Source: linux Version: 6.11.10-1~bpo12+1 Installed-Size: 3996 Maintainer: Debian Kernel Team Architecture: amd64 Depends: linux-headers-6.11.10+bpo-common (= 6.11.10-1~bpo12+1), linux-image-6.11.10+bpo-amd64 (= 6.11.10-1~bpo12+1) | linux-image-6.11.10+bpo-amd64-unsigned (= 6.11.10-1~bpo12+1), linux-kbuild-6.11.10+bpo, gcc-12 Size: 1483564 SHA256: 0e370138b02d84aed4db92f9d7b23b204f2e34841468e8e397cdcf3f8e8c82f4 SHA1: f6cfe44c52e3100f9089b13cfb484f5ddfb1ec49 MD5sum: c59e31bee59db8cbef69a860baa6e912 Description: Header files for Linux 6.11.10+bpo-amd64 This package provides the architecture-specific kernel header files for Linux kernel 6.11.10+bpo-amd64, generally used for building out-of-tree kernel modules. These files are going to be installed into /usr/src/linux-headers-6.11.10+bpo-amd64, and can be used for building modules that load into the kernel provided by the linux-image-6.11.10+bpo-amd64 package. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-headers-6.11.10+bpo-amd64_6.11.10-1~bpo12+1_amd64.deb Package: linux-headers-6.11.10+bpo-cloud-amd64 Source: linux Version: 6.11.10-1~bpo12+1 Installed-Size: 2476 Maintainer: Debian Kernel Team Architecture: amd64 Depends: linux-headers-6.11.10+bpo-common (= 6.11.10-1~bpo12+1), linux-image-6.11.10+bpo-cloud-amd64 (= 6.11.10-1~bpo12+1) | linux-image-6.11.10+bpo-cloud-amd64-unsigned (= 6.11.10-1~bpo12+1), linux-kbuild-6.11.10+bpo, gcc-12 Size: 1212756 SHA256: dfd171f9a593cb2034aa5cccb7a04c5eb4f00912685865d5b0952b2bd90ccde7 SHA1: 2997e9d067442dcb4c071621ae325b1ab6a38950 MD5sum: 37a7598bc3f60c6be9bcabe8ecac30bc Description: Header files for Linux 6.11.10+bpo-cloud-amd64 This package provides the architecture-specific kernel header files for Linux kernel 6.11.10+bpo-cloud-amd64, generally used for building out-of-tree kernel modules. These files are going to be installed into /usr/src/linux-headers-6.11.10+bpo-cloud-amd64, and can be used for building modules that load into the kernel provided by the linux-image-6.11.10+bpo-cloud-amd64 package. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-headers-6.11.10+bpo-cloud-amd64_6.11.10-1~bpo12+1_amd64.deb Package: linux-headers-6.11.10+bpo-common Source: linux Version: 6.11.10-1~bpo12+1 Installed-Size: 60368 Maintainer: Debian Kernel Team Architecture: all Size: 10673424 SHA256: 9e636d9be26102acd644a7ab102779a53f6c82988e16cee429e060c30d9ba4c3 SHA1: f2caded44e8adf19fc63ee5844a112dea27a5c7a MD5sum: 6d0098342034fc0c6412f28cbd30edc6 Description: Common header files for Linux 6.11.10+bpo This package provides the common kernel header files for Linux kernel version 6.11.10+bpo, generally used for building out-of-tree kernel modules. These files are going to be installed into /usr/src/linux-headers-6.11.10+bpo-common. . To obtain a complete set of headers you also need to install the linux-headers-6.11.10+bpo-(flavour) package, matching the flavour of the kernel you intend the build for. Multi-Arch: foreign Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-headers-6.11.10+bpo-common_6.11.10-1~bpo12+1_all.deb Package: linux-headers-6.11.10+bpo-common-rt Source: linux Version: 6.11.10-1~bpo12+1 Installed-Size: 49170 Maintainer: Debian Kernel Team Architecture: all Size: 9034828 SHA256: 7ac96a755407166cae2204708992f82f7da74f1b1dcb6afe08e92af59274b948 SHA1: f473a227626dac291774f16d5c0521e4888699b1 MD5sum: 623cfd6e3e157768fdd0d1b4c1370eff Description: Common header files for Linux 6.11.10+bpo-rt This package provides the common kernel header files for Linux kernel version 6.11.10+bpo with the PREEMPT_RT featureset, generally used for building out-of-tree kernel modules. These files are going to be installed into /usr/src/linux-headers-6.11.10+bpo-common-rt. . To obtain a complete set of headers you also need to install the linux-headers-6.11.10+bpo-(flavour) package, matching the flavour of the kernel you intend the build for. Multi-Arch: foreign Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-headers-6.11.10+bpo-common-rt_6.11.10-1~bpo12+1_all.deb Package: linux-headers-6.11.10+bpo-rt-amd64 Source: linux Version: 6.11.10-1~bpo12+1 Installed-Size: 3994 Maintainer: Debian Kernel Team Architecture: amd64 Depends: linux-headers-6.11.10+bpo-common-rt (= 6.11.10-1~bpo12+1), linux-image-6.11.10+bpo-rt-amd64 (= 6.11.10-1~bpo12+1) | linux-image-6.11.10+bpo-rt-amd64-unsigned (= 6.11.10-1~bpo12+1), linux-kbuild-6.11.10+bpo, gcc-12 Size: 1483360 SHA256: ed1a009d4a580366b915f4cd0e8e176bcc2a191c6bfaf7fd53c5a447e9379dd9 SHA1: 56c2c1d515070e20b58eaf77c5850fac85f1fce4 MD5sum: 4a4ebc7a022a0d017dd58e39f5155533 Description: Header files for Linux 6.11.10+bpo-rt-amd64 This package provides the architecture-specific kernel header files for Linux kernel 6.11.10+bpo-rt-amd64, generally used for building out-of-tree kernel modules. These files are going to be installed into /usr/src/linux-headers-6.11.10+bpo-rt-amd64, and can be used for building modules that load into the kernel provided by the linux-image-6.11.10+bpo-rt-amd64 package. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-headers-6.11.10+bpo-rt-amd64_6.11.10-1~bpo12+1_amd64.deb Package: linux-headers-6.11.5+bpo-amd64 Source: linux Version: 6.11.5-1~bpo12+1 Installed-Size: 3978 Maintainer: Debian Kernel Team Architecture: amd64 Depends: linux-headers-6.11.5+bpo-common (= 6.11.5-1~bpo12+1), linux-image-6.11.5+bpo-amd64 (= 6.11.5-1~bpo12+1) | linux-image-6.11.5+bpo-amd64-unsigned (= 6.11.5-1~bpo12+1), linux-kbuild-6.11.5+bpo, gcc-12 Size: 1466148 SHA256: d02e8491fd33b66b32a83d1699079d40320fc903633c80b8ea2ef2df9fc4095f SHA1: 4bfc2c4a45f774598bddcc6a12ed2eadb8079f9b MD5sum: a0966b3bcb0ef0f1f366ef6b0858d716 Description: Header files for Linux 6.11.5+bpo-amd64 This package provides the architecture-specific kernel header files for Linux kernel 6.11.5+bpo-amd64, generally used for building out-of-tree kernel modules. These files are going to be installed into /usr/src/linux-headers-6.11.5+bpo-amd64, and can be used for building modules that load into the kernel provided by the linux-image-6.11.5+bpo-amd64 package. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-headers-6.11.5+bpo-amd64_6.11.5-1~bpo12+1_amd64.deb Package: linux-headers-6.11.5+bpo-cloud-amd64 Source: linux Version: 6.11.5-1~bpo12+1 Installed-Size: 2458 Maintainer: Debian Kernel Team Architecture: amd64 Depends: linux-headers-6.11.5+bpo-common (= 6.11.5-1~bpo12+1), linux-image-6.11.5+bpo-cloud-amd64 (= 6.11.5-1~bpo12+1) | linux-image-6.11.5+bpo-cloud-amd64-unsigned (= 6.11.5-1~bpo12+1), linux-kbuild-6.11.5+bpo, gcc-12 Size: 1195092 SHA256: 973863d326441bdd68c8fcc543422a241c6fdc3414d96698e42afe28e59b652a SHA1: 6253ed58f27f554e65769096a33bc0b4105c1f2d MD5sum: eee69e394ab5240cfeb937358fe9c27c Description: Header files for Linux 6.11.5+bpo-cloud-amd64 This package provides the architecture-specific kernel header files for Linux kernel 6.11.5+bpo-cloud-amd64, generally used for building out-of-tree kernel modules. These files are going to be installed into /usr/src/linux-headers-6.11.5+bpo-cloud-amd64, and can be used for building modules that load into the kernel provided by the linux-image-6.11.5+bpo-cloud-amd64 package. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-headers-6.11.5+bpo-cloud-amd64_6.11.5-1~bpo12+1_amd64.deb Package: linux-headers-6.11.5+bpo-common Source: linux Version: 6.11.5-1~bpo12+1 Installed-Size: 60345 Maintainer: Debian Kernel Team Architecture: all Size: 10653152 SHA256: 4f68c01935e5bcb16098b3a8c14ea9041c1519c690e4617407ac546f866c45cf SHA1: 65be870eb69912786d2e5ea71872114bc463a78b MD5sum: c8c402ac04985acafefbb7a5ce3299bb Description: Common header files for Linux 6.11.5+bpo This package provides the common kernel header files for Linux kernel version 6.11.5+bpo, generally used for building out-of-tree kernel modules. These files are going to be installed into /usr/src/linux-headers-6.11.5+bpo-common. . To obtain a complete set of headers you also need to install the linux-headers-6.11.5+bpo-(flavour) package, matching the flavour of the kernel you intend the build for. Multi-Arch: foreign Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-headers-6.11.5+bpo-common_6.11.5-1~bpo12+1_all.deb Package: linux-headers-6.11.5+bpo-common-rt Source: linux Version: 6.11.5-1~bpo12+1 Installed-Size: 49149 Maintainer: Debian Kernel Team Architecture: all Size: 9015256 SHA256: d2d11fdde9152af491c420c622cd35e58ebeddf9010b5d3e405ddce2f30ac540 SHA1: 0b4fa8f0439de2a9c2c5d56881957792f7f7d5e5 MD5sum: 5e5fafd50b841f6a9bf8fe85d15c7d21 Description: Common header files for Linux 6.11.5+bpo-rt This package provides the common kernel header files for Linux kernel version 6.11.5+bpo with the PREEMPT_RT featureset, generally used for building out-of-tree kernel modules. These files are going to be installed into /usr/src/linux-headers-6.11.5+bpo-common-rt. . To obtain a complete set of headers you also need to install the linux-headers-6.11.5+bpo-(flavour) package, matching the flavour of the kernel you intend the build for. Multi-Arch: foreign Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-headers-6.11.5+bpo-common-rt_6.11.5-1~bpo12+1_all.deb Package: linux-headers-6.11.5+bpo-rt-amd64 Source: linux Version: 6.11.5-1~bpo12+1 Installed-Size: 3976 Maintainer: Debian Kernel Team Architecture: amd64 Depends: linux-headers-6.11.5+bpo-common-rt (= 6.11.5-1~bpo12+1), linux-image-6.11.5+bpo-rt-amd64 (= 6.11.5-1~bpo12+1) | linux-image-6.11.5+bpo-rt-amd64-unsigned (= 6.11.5-1~bpo12+1), linux-kbuild-6.11.5+bpo, gcc-12 Size: 1465796 SHA256: c8732f4717f6c2043aa488da1c01676c7429ecd4da8149e22244a852e7e96604 SHA1: 70d9aeb51ae3d23289ed5ac811789359c6fc443e MD5sum: c0b28769c113e5d5bf6dafa6c2b8b848 Description: Header files for Linux 6.11.5+bpo-rt-amd64 This package provides the architecture-specific kernel header files for Linux kernel 6.11.5+bpo-rt-amd64, generally used for building out-of-tree kernel modules. These files are going to be installed into /usr/src/linux-headers-6.11.5+bpo-rt-amd64, and can be used for building modules that load into the kernel provided by the linux-image-6.11.5+bpo-rt-amd64 package. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-headers-6.11.5+bpo-rt-amd64_6.11.5-1~bpo12+1_amd64.deb Package: linux-headers-amd64 Source: linux-signed-amd64 (6.11.10+1~bpo12+1) Version: 6.11.10-1~bpo12+1 Installed-Size: 13 Maintainer: Debian Kernel Team Architecture: amd64 Provides: linux-headers-generic Depends: linux-headers-6.11.10+bpo-amd64 (= 6.11.10-1~bpo12+1) Size: 1416 SHA256: d3783565b231f13bf5c1764bf9c6d6e7ea5765286e0f72ab0d65875ad2b1cbb6 SHA1: f388c7c487f69101bec8424f32c21162e815cea2 MD5sum: 80d27fc43751a54d2a944afd07aa12e8 Description: Header files for Linux amd64 configuration (meta-package) This package depends on the architecture-specific header files for the latest Linux kernel amd64 configuration. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux-signed-amd64/linux-headers-amd64_6.11.10-1~bpo12+1_amd64.deb Package: linux-headers-cloud-amd64 Source: linux-signed-amd64 (6.11.10+1~bpo12+1) Version: 6.11.10-1~bpo12+1 Installed-Size: 13 Maintainer: Debian Kernel Team Architecture: amd64 Depends: linux-headers-6.11.10+bpo-cloud-amd64 (= 6.11.10-1~bpo12+1) Size: 1416 SHA256: 0bb66f6fde74730b6bc5c668296fdb08506ec6315b9e6dfeffb263a02dedda31 SHA1: 365ec50b72cd23b2151d9b6e8a562fb64f704c60 MD5sum: 26cecabb0d97513e337d32c7f3df067f Description: Header files for Linux cloud-amd64 configuration (meta-package) This package depends on the architecture-specific header files for the latest Linux kernel cloud-amd64 configuration. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux-signed-amd64/linux-headers-cloud-amd64_6.11.10-1~bpo12+1_amd64.deb Package: linux-headers-rt-amd64 Source: linux-signed-amd64 (6.11.10+1~bpo12+1) Version: 6.11.10-1~bpo12+1 Installed-Size: 13 Maintainer: Debian Kernel Team Architecture: amd64 Depends: linux-headers-6.11.10+bpo-rt-amd64 (= 6.11.10-1~bpo12+1) Size: 1404 SHA256: b361ecf5ca7befcf4fbf96cbf8e71bb8db9fe41700b63640237b4029289564b7 SHA1: 7db088e17a7883cd7b66d2d645cd0577a1b0f016 MD5sum: bae7ab4ad72dfd34086a6ea2c303e61f Description: Header files for Linux rt-amd64 configuration (meta-package) This package depends on the architecture-specific header files for the latest Linux kernel rt-amd64 configuration. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux-signed-amd64/linux-headers-rt-amd64_6.11.10-1~bpo12+1_amd64.deb Package: linux-image-6.11.10+bpo-amd64 Source: linux-signed-amd64 (6.11.10+1~bpo12+1) Version: 6.11.10-1~bpo12+1 Installed-Size: 103041 Maintainer: Debian Kernel Team Architecture: amd64 Replaces: linux-image-6.11.10+bpo-amd64-unsigned Depends: kmod, linux-base (>= 4.3~), initramfs-tools (>= 0.120+deb8u2) | linux-initramfs-tool Recommends: apparmor Suggests: firmware-linux-free, linux-doc-6.11, debian-kernel-handbook, grub-pc | grub-efi-amd64 | extlinux Conflicts: linux-image-6.11.10+bpo-amd64-unsigned Breaks: fwupdate (<< 12-7), initramfs-tools (<< 0.120+deb8u2), wireless-regdb (<< 2019.06.03-1~) Size: 102757120 SHA256: 5572c8aff8758396a63a1ed96103052d3d4f8914a879212de4c50179b4ee92f8 SHA1: c50ff0a1320ddde21c32d637ac419af5fa89e97c MD5sum: f3cf23b5ecb360af8279c11289286ee9 Description: Linux 6.11 for 64-bit PCs (signed) The Linux kernel 6.11 and modules for use on PCs with AMD64, Intel 64 or VIA Nano processors. . The kernel image is signed for use with Secure Boot. Homepage: https://www.kernel.org/ Built-Using: linux (= 6.11.10-1~bpo12+1) Section: kernel Priority: optional Filename: pool/main/l/linux-signed-amd64/linux-image-6.11.10+bpo-amd64_6.11.10-1~bpo12+1_amd64.deb Package: linux-image-6.11.10+bpo-amd64-dbg Source: linux Version: 6.11.10-1~bpo12+1 Installed-Size: 6457477 Maintainer: Debian Kernel Team Architecture: amd64 Size: 994023296 SHA256: a3139d1f0278f4b0f39872d55b7253a86438e8e1db3624761d23e0d98bfd85d8 SHA1: fc1d319b669f1c0c8d9d2408998e4aa75241162f MD5sum: 2824c9fb5d4db3be3c88812617e9a3f9 Description: Debug symbols for linux-image-6.11.10+bpo-amd64 This package provides the detached debug symbols for the Linux kernel and modules in linux-image-6.11.10+bpo-amd64. Homepage: https://www.kernel.org/ Section: debug Priority: optional Filename: pool/main/l/linux/linux-image-6.11.10+bpo-amd64-dbg_6.11.10-1~bpo12+1_amd64.deb Package: linux-image-6.11.10+bpo-amd64-unsigned Source: linux Version: 6.11.10-1~bpo12+1 Installed-Size: 103043 Maintainer: Debian Kernel Team Architecture: amd64 Replaces: linux-image-6.11.10+bpo-amd64 Depends: kmod, linux-base (>= 4.3~), initramfs-tools (>= 0.120+deb8u2) | linux-initramfs-tool Recommends: apparmor Suggests: firmware-linux-free, linux-doc-6.11, debian-kernel-handbook, grub-pc | grub-efi-amd64 | extlinux Conflicts: linux-image-6.11.10+bpo-amd64 Breaks: fwupdate (<< 12-7), initramfs-tools (<< 0.120+deb8u2), wireless-regdb (<< 2019.06.03-1~) Size: 102756468 SHA256: a05edf799962b98fde67cee93a5510678dec60aead99f9ae7e15a87a599d0ae0 SHA1: 18ec5912381352bd5be20b1da234334bb35f4f96 MD5sum: 26847b3c01cc56c5205d4f517f9ee512 Description: Linux 6.11 for 64-bit PCs The Linux kernel 6.11 and modules for use on PCs with AMD64, Intel 64 or VIA Nano processors. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-image-6.11.10+bpo-amd64-unsigned_6.11.10-1~bpo12+1_amd64.deb Package: linux-image-6.11.10+bpo-cloud-amd64 Source: linux-signed-amd64 (6.11.10+1~bpo12+1) Version: 6.11.10-1~bpo12+1 Installed-Size: 39420 Maintainer: Debian Kernel Team Architecture: amd64 Replaces: linux-image-6.11.10+bpo-cloud-amd64-unsigned Depends: kmod, linux-base (>= 4.3~), initramfs-tools (>= 0.120+deb8u2) | linux-initramfs-tool Recommends: apparmor Suggests: firmware-linux-free, linux-doc-6.11, debian-kernel-handbook, grub-pc | grub-efi-amd64 | extlinux Conflicts: linux-image-6.11.10+bpo-cloud-amd64-unsigned Breaks: fwupdate (<< 12-7), initramfs-tools (<< 0.120+deb8u2), wireless-regdb (<< 2019.06.03-1~) Size: 34312944 SHA256: accfcdbd597c7c17d866ee3f542ca4169ac4b48ad069e0443bb0f30c53ddac57 SHA1: 441700c6a58a1036e2545974691a178a91da05af MD5sum: e79b93679b9106e0687d4cd5e1aa918d Description: Linux 6.11 for x86-64 cloud (signed) The Linux kernel 6.11 and modules for use on cloud platforms including Amazon EC2, Microsoft Azure, and Google Compute Engine. . The kernel image is signed for use with Secure Boot. Homepage: https://www.kernel.org/ Built-Using: linux (= 6.11.10-1~bpo12+1) Section: kernel Priority: optional Filename: pool/main/l/linux-signed-amd64/linux-image-6.11.10+bpo-cloud-amd64_6.11.10-1~bpo12+1_amd64.deb Package: linux-image-6.11.10+bpo-cloud-amd64-dbg Source: linux Version: 6.11.10-1~bpo12+1 Installed-Size: 1755990 Maintainer: Debian Kernel Team Architecture: amd64 Size: 307073896 SHA256: 53ede3a20aa863c683b0010efabbb14d6fb3b239858a2be71a83ffa70473d01c SHA1: b3777eb46f12eba1bb89561050e453bda2a4a3f1 MD5sum: 690039ada9b310afe871ce3af007b1a1 Description: Debug symbols for linux-image-6.11.10+bpo-cloud-amd64 This package provides the detached debug symbols for the Linux kernel and modules in linux-image-6.11.10+bpo-cloud-amd64. Homepage: https://www.kernel.org/ Section: debug Priority: optional Filename: pool/main/l/linux/linux-image-6.11.10+bpo-cloud-amd64-dbg_6.11.10-1~bpo12+1_amd64.deb Package: linux-image-6.11.10+bpo-cloud-amd64-unsigned Source: linux Version: 6.11.10-1~bpo12+1 Installed-Size: 39422 Maintainer: Debian Kernel Team Architecture: amd64 Replaces: linux-image-6.11.10+bpo-cloud-amd64 Depends: kmod, linux-base (>= 4.3~), initramfs-tools (>= 0.120+deb8u2) | linux-initramfs-tool Recommends: apparmor Suggests: firmware-linux-free, linux-doc-6.11, debian-kernel-handbook, grub-pc | grub-efi-amd64 | extlinux Conflicts: linux-image-6.11.10+bpo-cloud-amd64 Breaks: fwupdate (<< 12-7), initramfs-tools (<< 0.120+deb8u2), wireless-regdb (<< 2019.06.03-1~) Size: 34309860 SHA256: 2275e4dd4d379a4bed2a0087340933d5a2ba7027c6681efe2ed4873e0ec4a391 SHA1: 26de23320ab906903f1f39cbe007fae0505d9b33 MD5sum: 200e60fbb36801269f5986bc1e6d57f5 Description: Linux 6.11 for x86-64 cloud The Linux kernel 6.11 and modules for use on cloud platforms including Amazon EC2, Microsoft Azure, and Google Compute Engine. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-image-6.11.10+bpo-cloud-amd64-unsigned_6.11.10-1~bpo12+1_amd64.deb Package: linux-image-6.11.10+bpo-rt-amd64 Source: linux-signed-amd64 (6.11.10+1~bpo12+1) Version: 6.11.10-1~bpo12+1 Installed-Size: 102993 Maintainer: Debian Kernel Team Architecture: amd64 Replaces: linux-image-6.11.10+bpo-rt-amd64-unsigned Depends: kmod, linux-base (>= 4.3~), initramfs-tools (>= 0.120+deb8u2) | linux-initramfs-tool Recommends: apparmor Suggests: firmware-linux-free, linux-doc-6.11, debian-kernel-handbook, grub-pc | grub-efi-amd64 | extlinux Conflicts: linux-image-6.11.10+bpo-rt-amd64-unsigned Breaks: fwupdate (<< 12-7), initramfs-tools (<< 0.120+deb8u2), wireless-regdb (<< 2019.06.03-1~) Size: 102716184 SHA256: 76a6c25c40d496cd140ca1a26533f6290b289d9a0ce2c0d4404f13d2f3d35d1f SHA1: 8cc9ffeaacf90ef25a024ec37baec7344d52082d MD5sum: b99b21582cb2e171b6039d984db2752a Description: Linux 6.11 for 64-bit PCs (signed), PREEMPT_RT The Linux kernel 6.11 and modules for use on PCs with AMD64, Intel 64 or VIA Nano processors. . The kernel image is signed for use with Secure Boot. . This kernel includes the PREEMPT_RT realtime patch set. Homepage: https://www.kernel.org/ Built-Using: linux (= 6.11.10-1~bpo12+1) Section: kernel Priority: optional Filename: pool/main/l/linux-signed-amd64/linux-image-6.11.10+bpo-rt-amd64_6.11.10-1~bpo12+1_amd64.deb Package: linux-image-6.11.10+bpo-rt-amd64-dbg Source: linux Version: 6.11.10-1~bpo12+1 Installed-Size: 6489354 Maintainer: Debian Kernel Team Architecture: amd64 Size: 997093652 SHA256: 92a0bc45d9d89d86e0f839baeb1d2bbefabdadf7a0f06a397056975a4f57233f SHA1: 94017893ec21e1da50ea19d53a15742e04bc0d1d MD5sum: 120a814b7e4f88064c9f67fd1fcf6d9e Description: Debug symbols for linux-image-6.11.10+bpo-rt-amd64 This package provides the detached debug symbols for the Linux kernel and modules in linux-image-6.11.10+bpo-rt-amd64. Homepage: https://www.kernel.org/ Section: debug Priority: optional Filename: pool/main/l/linux/linux-image-6.11.10+bpo-rt-amd64-dbg_6.11.10-1~bpo12+1_amd64.deb Package: linux-image-6.11.10+bpo-rt-amd64-unsigned Source: linux Version: 6.11.10-1~bpo12+1 Installed-Size: 102995 Maintainer: Debian Kernel Team Architecture: amd64 Replaces: linux-image-6.11.10+bpo-rt-amd64 Depends: kmod, linux-base (>= 4.3~), initramfs-tools (>= 0.120+deb8u2) | linux-initramfs-tool Recommends: apparmor Suggests: firmware-linux-free, linux-doc-6.11, debian-kernel-handbook, grub-pc | grub-efi-amd64 | extlinux Conflicts: linux-image-6.11.10+bpo-rt-amd64 Breaks: fwupdate (<< 12-7), initramfs-tools (<< 0.120+deb8u2), wireless-regdb (<< 2019.06.03-1~) Size: 102714488 SHA256: 9b00c2c35e08f37cd7dd4534f218649a68938fd8a253336ff1369d834031d35b SHA1: 071d793984a782501f4170eb3660baa460e847af MD5sum: 0f827bc558e37f96fbaf4487365b6359 Description: Linux 6.11 for 64-bit PCs, PREEMPT_RT The Linux kernel 6.11 and modules for use on PCs with AMD64, Intel 64 or VIA Nano 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.11.10+bpo-rt-amd64-unsigned_6.11.10-1~bpo12+1_amd64.deb Package: linux-image-6.11.5+bpo-amd64 Source: linux-signed-amd64 (6.11.5+1~bpo12+1) Version: 6.11.5-1~bpo12+1 Installed-Size: 103017 Maintainer: Debian Kernel Team Architecture: amd64 Replaces: linux-image-6.11.5+bpo-amd64-unsigned Depends: kmod, linux-base (>= 4.3~), initramfs-tools (>= 0.120+deb8u2) | linux-initramfs-tool Recommends: apparmor Suggests: firmware-linux-free, linux-doc-6.11, debian-kernel-handbook, grub-pc | grub-efi-amd64 | extlinux Conflicts: linux-image-6.11.5+bpo-amd64-unsigned Breaks: fwupdate (<< 12-7), initramfs-tools (<< 0.120+deb8u2), wireless-regdb (<< 2019.06.03-1~) Size: 102732092 SHA256: b5bd64b99ef6b9835dc7204d4d697190e9b5b803aecdbf7f03e52146ad10fc34 SHA1: 23591ddfc94e7587fa52e89c9a70ec0f00725150 MD5sum: b3dc5872d922162f48012c04820dd6ae Description: Linux 6.11 for 64-bit PCs (signed) The Linux kernel 6.11 and modules for use on PCs with AMD64, Intel 64 or VIA Nano processors. . The kernel image is signed for use with Secure Boot. Homepage: https://www.kernel.org/ Built-Using: linux (= 6.11.5-1~bpo12+1) Section: kernel Priority: optional Filename: pool/main/l/linux-signed-amd64/linux-image-6.11.5+bpo-amd64_6.11.5-1~bpo12+1_amd64.deb Package: linux-image-6.11.5+bpo-amd64-dbg Source: linux Version: 6.11.5-1~bpo12+1 Installed-Size: 6458556 Maintainer: Debian Kernel Team Architecture: amd64 Size: 994159368 SHA256: c320fa22461205d639be069db3492a56d34ba8a36742e6a9e71277dc63b3ab29 SHA1: 1cfcf75851d54587bd47b3c4b131c27dc18a5340 MD5sum: 576d21a9c11290bd14df68c34defd1fc Description: Debug symbols for linux-image-6.11.5+bpo-amd64 This package provides the detached debug symbols for the Linux kernel and modules in linux-image-6.11.5+bpo-amd64. Homepage: https://www.kernel.org/ Section: debug Priority: optional Filename: pool/main/l/linux/linux-image-6.11.5+bpo-amd64-dbg_6.11.5-1~bpo12+1_amd64.deb Package: linux-image-6.11.5+bpo-amd64-unsigned Source: linux Version: 6.11.5-1~bpo12+1 Installed-Size: 103019 Maintainer: Debian Kernel Team Architecture: amd64 Replaces: linux-image-6.11.5+bpo-amd64 Depends: kmod, linux-base (>= 4.3~), initramfs-tools (>= 0.120+deb8u2) | linux-initramfs-tool Recommends: apparmor Suggests: firmware-linux-free, linux-doc-6.11, debian-kernel-handbook, grub-pc | grub-efi-amd64 | extlinux Conflicts: linux-image-6.11.5+bpo-amd64 Breaks: fwupdate (<< 12-7), initramfs-tools (<< 0.120+deb8u2), wireless-regdb (<< 2019.06.03-1~) Size: 102729776 SHA256: 310bbbb1b9fb6a29b3613638043cb16e2909dc177dc9f5f747cffc0eef98bd95 SHA1: 7ad46e0aa6a1c94fc198be488b081140ecc45c22 MD5sum: 5d11930e08acc04b9ab8603b5816b4cf Description: Linux 6.11 for 64-bit PCs The Linux kernel 6.11 and modules for use on PCs with AMD64, Intel 64 or VIA Nano processors. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-image-6.11.5+bpo-amd64-unsigned_6.11.5-1~bpo12+1_amd64.deb Package: linux-image-6.11.5+bpo-cloud-amd64 Source: linux-signed-amd64 (6.11.5+1~bpo12+1) Version: 6.11.5-1~bpo12+1 Installed-Size: 39380 Maintainer: Debian Kernel Team Architecture: amd64 Replaces: linux-image-6.11.5+bpo-cloud-amd64-unsigned Depends: kmod, linux-base (>= 4.3~), initramfs-tools (>= 0.120+deb8u2) | linux-initramfs-tool Recommends: apparmor Suggests: firmware-linux-free, linux-doc-6.11, debian-kernel-handbook, grub-pc | grub-efi-amd64 | extlinux Conflicts: linux-image-6.11.5+bpo-cloud-amd64-unsigned Breaks: fwupdate (<< 12-7), initramfs-tools (<< 0.120+deb8u2), wireless-regdb (<< 2019.06.03-1~) Size: 34284072 SHA256: f7fb77198f74d560e654a6315f97695d8dec72a26d4508764e5ba507674361ba SHA1: b39d14321b9212139152f454f0c3c8f03fc27d9f MD5sum: 25c0129abcb44006fb54707d736733e1 Description: Linux 6.11 for x86-64 cloud (signed) The Linux kernel 6.11 and modules for use on cloud platforms including Amazon EC2, Microsoft Azure, and Google Compute Engine. . The kernel image is signed for use with Secure Boot. Homepage: https://www.kernel.org/ Built-Using: linux (= 6.11.5-1~bpo12+1) Section: kernel Priority: optional Filename: pool/main/l/linux-signed-amd64/linux-image-6.11.5+bpo-cloud-amd64_6.11.5-1~bpo12+1_amd64.deb Package: linux-image-6.11.5+bpo-cloud-amd64-dbg Source: linux Version: 6.11.5-1~bpo12+1 Installed-Size: 1756372 Maintainer: Debian Kernel Team Architecture: amd64 Size: 306966248 SHA256: dbc1a56f1d7dc60d137408d103ee6840ea7ab2023d0bdc4a2a0be3cc5682948e SHA1: 7c2d05828a6a932415c29701469935c820ba5c40 MD5sum: d651851e35fd04529b73e8f5bd8c1ee3 Description: Debug symbols for linux-image-6.11.5+bpo-cloud-amd64 This package provides the detached debug symbols for the Linux kernel and modules in linux-image-6.11.5+bpo-cloud-amd64. Homepage: https://www.kernel.org/ Section: debug Priority: optional Filename: pool/main/l/linux/linux-image-6.11.5+bpo-cloud-amd64-dbg_6.11.5-1~bpo12+1_amd64.deb Package: linux-image-6.11.5+bpo-cloud-amd64-unsigned Source: linux Version: 6.11.5-1~bpo12+1 Installed-Size: 39382 Maintainer: Debian Kernel Team Architecture: amd64 Replaces: linux-image-6.11.5+bpo-cloud-amd64 Depends: kmod, linux-base (>= 4.3~), initramfs-tools (>= 0.120+deb8u2) | linux-initramfs-tool Recommends: apparmor Suggests: firmware-linux-free, linux-doc-6.11, debian-kernel-handbook, grub-pc | grub-efi-amd64 | extlinux Conflicts: linux-image-6.11.5+bpo-cloud-amd64 Breaks: fwupdate (<< 12-7), initramfs-tools (<< 0.120+deb8u2), wireless-regdb (<< 2019.06.03-1~) Size: 34287704 SHA256: 4315d31c2c6c551642710e962a23f892dc11471d5cf9b61d17a3a3b368d9b3e6 SHA1: 552d7f68f507c2cdc83de6d9447b6cd93f04206a MD5sum: 3d1890d2b08db8f9623b9197f37c6a6d Description: Linux 6.11 for x86-64 cloud The Linux kernel 6.11 and modules for use on cloud platforms including Amazon EC2, Microsoft Azure, and Google Compute Engine. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-image-6.11.5+bpo-cloud-amd64-unsigned_6.11.5-1~bpo12+1_amd64.deb Package: linux-image-6.11.5+bpo-rt-amd64 Source: linux-signed-amd64 (6.11.5+1~bpo12+1) Version: 6.11.5-1~bpo12+1 Installed-Size: 102945 Maintainer: Debian Kernel Team Architecture: amd64 Replaces: linux-image-6.11.5+bpo-rt-amd64-unsigned Depends: kmod, linux-base (>= 4.3~), initramfs-tools (>= 0.120+deb8u2) | linux-initramfs-tool Recommends: apparmor Suggests: firmware-linux-free, linux-doc-6.11, debian-kernel-handbook, grub-pc | grub-efi-amd64 | extlinux Conflicts: linux-image-6.11.5+bpo-rt-amd64-unsigned Breaks: fwupdate (<< 12-7), initramfs-tools (<< 0.120+deb8u2), wireless-regdb (<< 2019.06.03-1~) Size: 102670972 SHA256: 5c5905a3bfbc4a11fc798498215acd8b3c4408ec3442a4593c0c16e3b3fb4bc6 SHA1: 21937a01ba4ef398b31a36ad6999706427413ce5 MD5sum: 45e5702c9d47c71f388d2733ac3086bc Description: Linux 6.11 for 64-bit PCs (signed), PREEMPT_RT The Linux kernel 6.11 and modules for use on PCs with AMD64, Intel 64 or VIA Nano processors. . The kernel image is signed for use with Secure Boot. . This kernel includes the PREEMPT_RT realtime patch set. Homepage: https://www.kernel.org/ Built-Using: linux (= 6.11.5-1~bpo12+1) Section: kernel Priority: optional Filename: pool/main/l/linux-signed-amd64/linux-image-6.11.5+bpo-rt-amd64_6.11.5-1~bpo12+1_amd64.deb Package: linux-image-6.11.5+bpo-rt-amd64-dbg Source: linux Version: 6.11.5-1~bpo12+1 Installed-Size: 6490481 Maintainer: Debian Kernel Team Architecture: amd64 Size: 996923888 SHA256: 3507634844b40c75ee25beaefbf4d0de6ae424cad26bcc93ecf579a78ac2ad27 SHA1: 2e03335afcafff510d2ec0bc1ed7897269220933 MD5sum: 6d9b21b48aeab36992d63d1c80b54108 Description: Debug symbols for linux-image-6.11.5+bpo-rt-amd64 This package provides the detached debug symbols for the Linux kernel and modules in linux-image-6.11.5+bpo-rt-amd64. Homepage: https://www.kernel.org/ Section: debug Priority: optional Filename: pool/main/l/linux/linux-image-6.11.5+bpo-rt-amd64-dbg_6.11.5-1~bpo12+1_amd64.deb Package: linux-image-6.11.5+bpo-rt-amd64-unsigned Source: linux Version: 6.11.5-1~bpo12+1 Installed-Size: 102947 Maintainer: Debian Kernel Team Architecture: amd64 Replaces: linux-image-6.11.5+bpo-rt-amd64 Depends: kmod, linux-base (>= 4.3~), initramfs-tools (>= 0.120+deb8u2) | linux-initramfs-tool Recommends: apparmor Suggests: firmware-linux-free, linux-doc-6.11, debian-kernel-handbook, grub-pc | grub-efi-amd64 | extlinux Conflicts: linux-image-6.11.5+bpo-rt-amd64 Breaks: fwupdate (<< 12-7), initramfs-tools (<< 0.120+deb8u2), wireless-regdb (<< 2019.06.03-1~) Size: 102669272 SHA256: a94dc5d538a78f07d04f9161cef829a9d52db37feab2ceb9135471f3ecd93864 SHA1: a034bf821bcc1fe775e059567204aa01be72b102 MD5sum: c76059c685dc257bde3d1ad79bc55646 Description: Linux 6.11 for 64-bit PCs, PREEMPT_RT The Linux kernel 6.11 and modules for use on PCs with AMD64, Intel 64 or VIA Nano 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.11.5+bpo-rt-amd64-unsigned_6.11.5-1~bpo12+1_amd64.deb Package: linux-image-amd64 Source: linux-signed-amd64 (6.11.10+1~bpo12+1) Version: 6.11.10-1~bpo12+1 Installed-Size: 13 Maintainer: Debian Kernel Team Architecture: amd64 Provides: linux-image-generic, linux-latest-modules-6.11.10+bpo-amd64, virtualbox-guest-modules, wireguard-modules (= 1.0.0) Depends: linux-image-6.11.10+bpo-amd64 (= 6.11.10-1~bpo12+1) Size: 1480 SHA256: e126b44eb83afd8aaa8e7f9b7d446254e8e71734f6d4911c58b2414549ff2f7e SHA1: a355ff1bf9f3a9eb5df4fc15229075386c3d6073 MD5sum: eaea8de976773f9eab1e292cb6edc226 Description: Linux for 64-bit PCs (meta-package) This package depends on the latest Linux kernel and modules for use on PCs with AMD64, Intel 64 or VIA Nano processors. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux-signed-amd64/linux-image-amd64_6.11.10-1~bpo12+1_amd64.deb Package: linux-image-amd64-dbg Source: linux Version: 6.6.13-1~bpo12+1 Installed-Size: 13 Maintainer: Debian Kernel Team Architecture: amd64 Provides: linux-latest-image-dbg Depends: linux-image-6.6.13+bpo-amd64-dbg (= 6.6.13-1~bpo12+1) Size: 1328 SHA256: e30b5d1b882c87a1d19c6ee8cd16118c204d128753aea27eeef50b77f251893e SHA1: bc577bda947683bc6e042448508d24c806ba7420 MD5sum: 91c3157819f4293f3d153031be586af4 Description: Debugging symbols for Linux amd64 configuration (meta-package) This package depends on the detached debugging symbols for the latest Linux kernel amd64 configuration. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-image-amd64-dbg_6.6.13-1~bpo12+1_amd64.deb Package: linux-image-amd64-signed-template Source: linux Version: 6.6.13-1~bpo12+1 Installed-Size: 3751 Maintainer: Debian Kernel Team Architecture: amd64 Depends: dpkg-dev, python3:any Size: 1333228 SHA256: cdf1cfca89d9764e208796874252f0c5d82ebc812967d0d412ec2f2d4567534d SHA1: cfe37c02903a018d1f79227cd482dd6d56c86fb2 MD5sum: 8db47ac4171292bbf9454fe79732f3f0 Description: Template for signed linux-image packages for amd64 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-amd64-signed-template_6.6.13-1~bpo12+1_amd64.deb Package: linux-image-cloud-amd64 Source: linux-signed-amd64 (6.11.10+1~bpo12+1) Version: 6.11.10-1~bpo12+1 Installed-Size: 13 Maintainer: Debian Kernel Team Architecture: amd64 Provides: linux-latest-modules-6.11.10+bpo-cloud-amd64, virtualbox-guest-modules, wireguard-modules (= 1.0.0) Depends: linux-image-6.11.10+bpo-cloud-amd64 (= 6.11.10-1~bpo12+1) Size: 1500 SHA256: 45cec98a6b03d3e094b314cf265db63a8d190e8d04878a1b9bd492e64d8adcac SHA1: c396f825d53fbc8b51c0a142709e096d114c3c89 MD5sum: b942006c28b233b986a55258dcc57ee8 Description: Linux for x86-64 cloud (meta-package) This package depends on the latest Linux kernel and modules for use on cloud platforms including Amazon EC2, Microsoft Azure, and Google Compute Engine. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux-signed-amd64/linux-image-cloud-amd64_6.11.10-1~bpo12+1_amd64.deb Package: linux-image-cloud-amd64-dbg Source: linux Version: 6.6.13-1~bpo12+1 Installed-Size: 13 Maintainer: Debian Kernel Team Architecture: amd64 Provides: linux-latest-image-dbg Depends: linux-image-6.6.13+bpo-cloud-amd64-dbg (= 6.6.13-1~bpo12+1) Size: 1336 SHA256: 0b89ab297361be93e44ef3b3e46311ca3211a681574585e491287be6151e0f74 SHA1: e418b89ef4ccebba22824730b65af1e80a100227 MD5sum: 0a917f6611d7a784c9b93ab2b525e466 Description: Debugging symbols for Linux cloud-amd64 configuration (meta-package) This package depends on the detached debugging symbols for the latest Linux kernel cloud-amd64 configuration. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-image-cloud-amd64-dbg_6.6.13-1~bpo12+1_amd64.deb Package: linux-image-rt-amd64 Source: linux-signed-amd64 (6.11.10+1~bpo12+1) Version: 6.11.10-1~bpo12+1 Installed-Size: 13 Maintainer: Debian Kernel Team Architecture: amd64 Provides: linux-latest-modules-6.11.10+bpo-rt-amd64, virtualbox-guest-modules, wireguard-modules (= 1.0.0) Depends: linux-image-6.11.10+bpo-rt-amd64 (= 6.11.10-1~bpo12+1) Size: 1484 SHA256: b63a8bf34127da34eeedc427573b14275fc590fc8670882d33aa00654c4f1440 SHA1: eba3cfd2f7e0edc8bc0efc1e7ca5a8a0bd10d9ab MD5sum: c9e5cdcb8f964337d1ec0532b04c362b Description: Linux for 64-bit PCs (meta-package) This package depends on the latest Linux kernel and modules for use on PCs with AMD64, Intel 64 or VIA Nano processors. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux-signed-amd64/linux-image-rt-amd64_6.11.10-1~bpo12+1_amd64.deb Package: linux-image-rt-amd64-dbg Source: linux Version: 6.6.13-1~bpo12+1 Installed-Size: 13 Maintainer: Debian Kernel Team Architecture: amd64 Provides: linux-latest-image-dbg Depends: linux-image-6.6.13+bpo-rt-amd64-dbg (= 6.6.13-1~bpo12+1) Size: 1332 SHA256: 0d1355fb6b880b4068640f8feb6660acd8eedb2cf16c1e0469c7e47156fbd589 SHA1: 7fe8d3f103f4b86f24b67aa610ba078c3fab2e0d MD5sum: 947b10c87cdeecc951273a82c83c2ad1 Description: Debugging symbols for Linux rt-amd64 configuration (meta-package) This package depends on the detached debugging symbols for the latest Linux kernel rt-amd64 configuration. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-image-rt-amd64-dbg_6.6.13-1~bpo12+1_amd64.deb Package: linux-kbuild-6.11.10+bpo Source: linux Version: 6.11.10-1~bpo12+1 Installed-Size: 2194 Maintainer: Debian Kernel Team Architecture: amd64 Depends: libc6 (>= 2.34), libelf1 (>= 0.142), libssl3 (>= 3.0.0) Size: 1194996 SHA256: 6185e86428aac0eaba4dc41c471c8fa78ab51c6680826f75326cfc85abed5cbb SHA1: a2f28462b71f2298228cb73bfd30b97db2246279 MD5sum: 8157024f0a020ff5a58e2903ecb3da41 Description: Kbuild infrastructure for Linux 6.11.10+bpo This package provides the kbuild infrastructure for the headers packages for Linux kernel version 6.11. Multi-Arch: foreign Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-kbuild-6.11.10+bpo_6.11.10-1~bpo12+1_amd64.deb Package: linux-kbuild-6.11.5+bpo Source: linux Version: 6.11.5-1~bpo12+1 Installed-Size: 2176 Maintainer: Debian Kernel Team Architecture: amd64 Depends: libc6 (>= 2.34), libelf1 (>= 0.142), libssl3 (>= 3.0.0) Size: 1176776 SHA256: 9868cb29858d388b87c2e09741d8706f4ad9380702a0b7188005c32ec1e4b5ec SHA1: 64b0979e00e42db9241a958455b90675e532a753 MD5sum: 26a1c53c19d296050fed20549efb312b Description: Kbuild infrastructure for Linux 6.11.5+bpo This package provides the kbuild infrastructure for the headers packages for Linux kernel version 6.11. Multi-Arch: foreign Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-kbuild-6.11.5+bpo_6.11.5-1~bpo12+1_amd64.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.11.10-1~bpo12+1 Installed-Size: 20931 Maintainer: Debian Kernel Team Architecture: amd64 Replaces: linux-tools-6.11 Provides: linux-tools-6.11 Depends: 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.11 Conflicts: linux-tools-6.11 Size: 4402088 SHA256: 03cb344a5e15b08236f65f821cbfb05fc487188aeb9f177b1693116f7660f0ef SHA1: 66ad40dab8e1163c781cb23226944d889b1f072d MD5sum: 05941a89a97ce51d981b04e399b4e919 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.11.10-1~bpo12+1_amd64.deb Package: linux-source Source: linux Version: 6.6.13-1~bpo12+1 Installed-Size: 10 Maintainer: Debian Kernel Team Architecture: all Depends: linux-source-6.6 (= 6.6.13-1~bpo12+1) Size: 1104 SHA256: 25e3ff650d3849ec541cf992c54d5a3ce945946f9fbec863d4e18ffbd717a754 SHA1: 55c3f201e27eddae5aa392dfb30163963a0ccff3 MD5sum: 8c0d1287147dad57191c141a2228805d Description: Linux kernel source (meta-package) This package depends on packages containing the sources of the latest Linux kernel. Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-source_6.6.13-1~bpo12+1_all.deb Package: linux-source-6.10 Source: linux Version: 6.10.11-1~bpo12+1 Installed-Size: 145371 Maintainer: Debian Kernel Team Architecture: all Depends: binutils, xz-utils Recommends: build-essential, bc, rsync, kmod, cpio, bison, flex, libelf-dev, libssl-dev, linux-config-6.10 Suggests: libncurses-dev | ncurses-dev, qtbase5-dev, pkg-config Size: 148858024 SHA256: 7c567c540c53b61fdf395f1551d6d093ae4cd5d65a0f380e5d4cbd38bedc885a SHA1: 297a2373d191dfb2e81a88d06999ad76513b6846 MD5sum: 8f0143be36f07f194efae3c86d80f853 Description: Linux kernel source for version 6.10 with Debian patches This package provides source code for the Linux kernel version 6.10. This source closely tracks official Linux kernel releases. Debian's modifications to that source consist of security fixes, bug fixes, and features that have already been (or are believed to be) accepted by the upstream maintainers. Multi-Arch: foreign Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-source-6.10_6.10.11-1~bpo12+1_all.deb Package: linux-source-6.11 Source: linux Version: 6.11.10-1~bpo12+1 Installed-Size: 147359 Maintainer: Debian Kernel Team Architecture: all Depends: binutils, xz-utils Recommends: build-essential, bc, rsync, kmod, cpio, bison, flex, libelf-dev, libssl-dev, linux-config-6.11 Suggests: libncurses-dev | ncurses-dev, qtbase5-dev, pkg-config Size: 150892676 SHA256: bee67d476aa65a5668f222b5dcfeae1e93aedfdc24f5cf0c2c6ea22da0db4d9a SHA1: ac45d56263a606d0c6740915d653dd2ae3e455a4 MD5sum: 04b3a3a3875192cae2322df0bfa5d3b3 Description: Linux kernel source for version 6.11 with Debian patches This package provides source code for the Linux kernel version 6.11. This source closely tracks official Linux kernel releases. Debian's modifications to that source consist of security fixes, bug fixes, and features that have already been (or are believed to be) accepted by the upstream maintainers. Multi-Arch: foreign Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-source-6.11_6.11.10-1~bpo12+1_all.deb Package: linux-source-6.9 Source: linux Version: 6.9.10-1~bpo12+1 Installed-Size: 144271 Maintainer: Debian Kernel Team Architecture: all Depends: binutils, xz-utils Recommends: build-essential, bc, rsync, kmod, cpio, bison, flex, libelf-dev, libssl-dev, linux-config-6.9 Suggests: libncurses-dev | ncurses-dev, qtbase5-dev, pkg-config Size: 147730876 SHA256: f6414fa18d3b7de53e3007ed0e35bbcf78d0de43bb6e8b57f9e3e2090a0a7c04 SHA1: 1b8acc8aa00ac04c37f59d82edb64579ede562f0 MD5sum: fe221e523835cd503f9b075c64f81d6e Description: Linux kernel source for version 6.9 with Debian patches This package provides source code for the Linux kernel version 6.9. This source closely tracks official Linux kernel releases. Debian's modifications to that source consist of security fixes, bug fixes, and features that have already been (or are believed to be) accepted by the upstream maintainers. Multi-Arch: foreign Homepage: https://www.kernel.org/ Section: kernel Priority: optional Filename: pool/main/l/linux/linux-source-6.9_6.9.10-1~bpo12+1_all.deb Package: linux-support-6.11.10+bpo Source: linux Version: 6.11.10-1~bpo12+1 Installed-Size: 1721 Maintainer: Debian Kernel Team Architecture: all Depends: python3:any, python3-dacite, python3-jinja2 Size: 958424 SHA256: 41c996b1a0147aa77fe52277b3f2d2106a3eb519ffb3707610b4acc44f763b3f SHA1: 046ba3bf1327cb722a792c633f67cea1b98017dc MD5sum: 848f4e1a2f7743fd764f24f8cbdfac66 Description: Support files for Linux 6.11 This package provides support files for the Linux kernel build, e.g. scripts to handle ABI information and for generation of build system meta data. Multi-Arch: foreign Homepage: https://www.kernel.org/ Section: devel Priority: optional Filename: pool/main/l/linux/linux-support-6.11.10+bpo_6.11.10-1~bpo12+1_all.deb Package: linux-support-6.11.5+bpo Source: linux Version: 6.11.5-1~bpo12+1 Installed-Size: 1703 Maintainer: Debian Kernel Team Architecture: all Depends: python3:any, python3-dacite, python3-jinja2 Size: 940860 SHA256: b3925e6e80fee91109a4b96a1401a3a8847e9adb591967bc02e5aa2c9800ff3a SHA1: c2953f296e8f72d0f72b4b958a6ef32a45e39e6e MD5sum: f1be5fc130cf0c4f5097ee168b92b854 Description: Support files for Linux 6.11 This package provides support files for the Linux kernel build, e.g. scripts to handle ABI information and for generation of build system meta data. Multi-Arch: foreign Homepage: https://www.kernel.org/ Section: devel Priority: optional Filename: pool/main/l/linux/linux-support-6.11.5+bpo_6.11.5-1~bpo12+1_all.deb Package: lnav Version: 0.11.2-1~bpo12+1 Installed-Size: 7764 Maintainer: Salvatore Bonaccorso Architecture: amd64 Depends: libarchive13 (>= 3.2.1), libbz2-1.0, libc6 (>= 2.34), libcurl3-gnutls (>= 7.80.0), libgcc-s1 (>= 3.0), 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: 2590548 SHA256: 17e9ec660b0d78bdd145187c260abf155d09c22cc401ddcfa21eb99395e8370c SHA1: 2924fae2b1a9a193d663997b3ef2eb92fe1616d7 MD5sum: d13cf2f418ae9daa18ea2f0f0357e250 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_amd64.deb Package: logsave Source: e2fsprogs Version: 1.47.2~rc1-2~bpo12+2 Installed-Size: 58 Maintainer: Theodore Y. Ts'o Architecture: amd64 Replaces: e2fsprogs (<< 1.45.3-1) Depends: libc6 (>= 2.34) Breaks: e2fsprogs (<< 1.45.3-1) Size: 23636 SHA256: ef49238763abf608bc344d4e2881bacbe3c2efc6cf2d2f1d39c4e9df7d13e5ef SHA1: fa78a79d2d3f16fe292a571dc9613ce55880fe16 MD5sum: aa2fd1938f6cd47ec46f2c816ab547d5 Description: save the output of a command in a log file The logsave program will execute cmd_prog with the specified argument(s), and save a copy of its output to logfile. If the containing directory for logfile does not exist, logsave will accumulate the output in memory until it can be written out. A copy of the output will also be written to standard output. Multi-Arch: foreign Homepage: http://e2fsprogs.sourceforge.net Section: admin Priority: optional Filename: pool/main/e/e2fsprogs/logsave_1.47.2~rc1-2~bpo12+2_amd64.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: 2024.12+dfsg-2~bpo12+1 Installed-Size: 174 Maintainer: Bastian Germann Architecture: amd64 Depends: libc6 (>= 2.34) Size: 40480 SHA256: 7e1bd9149d7388585820712ab7f14af7d6a102e39e38dd39882028f97ba1af67 SHA1: 1a606297a7634ef45de68adcb5fb5126dc9ac8a5 MD5sum: 6b56c2f76b4b8d5e37fc08ba7f4bbe81 Description: swupdate bindings for the Lua language This package contains the Lua bindings for swupdate. . swupdate is a Linux update agent with the goal to provide an efficient and safe way to update an embedded system. . - Install on embedded media (eMMC, SD, Raw NAND, NOR and SPI-NOR flashes) - Allow delivery single image for multiple devices - Multiple interfaces for getting software 1. local storage 2. integrated web server 3. integrated REST client connector to hawkBit 4. remote server download - Software delivered as images, gzipped tarball, etc - Allow custom handlers for installing FPGA/ microcontroller firmware. - Power-Off safe Multi-Arch: same Homepage: https://sbabic.github.io/swupdate Section: interpreters Priority: optional Filename: pool/main/s/swupdate/lua-swupdate_2024.12+dfsg-2~bpo12+1_amd64.deb Package: lyx Version: 2.4.1-2~bpo12+1 Installed-Size: 16731 Maintainer: Dr. Tobias Quathamer Architecture: amd64 Depends: lyx-common (= 2.4.1-2~bpo12+1), xdg-utils, libc6 (>= 2.34), libenchant-2-2 (>= 2.2.3), libgcc-s1 (>= 3.0), libmagic1 (>= 5.12), libmythes-1.2-0, libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5svg5 (>= 5.6.0~beta), libqt5widgets5 (>= 5.14.1), libstdc++6 (>= 11), zlib1g (>= 1:1.1.4) Recommends: docbook-xsl-ns, dvipng, evince | pdf-viewer, fonts-lyx, ghostscript, imagemagick, libtiff-tools, poppler-utils, preview-latex-style, psutils, texlive-fonts-recommended, texlive-latex-extra, texlive-latex-recommended, texlive-plain-generic, texlive-science, xsltproc Suggests: chktex, gnuhtml2latex, gnumeric, groff, latex2rtf, librsvg2-bin | inkscape, lilypond, maxima, noweb, r-cran-knitr, rcs, tex4ht | hevea | tth | latex2html, texlive-xetex, writer2latex, wv Size: 4665328 SHA256: 60d369502915d86692106958621d5d35c25c3f55ac57acbdf2a05fb405d5fa1c SHA1: fee30be2b7ba7adc35459f3f998157d13b2197ae MD5sum: 15059623bbe31004b5fafb7d97b3ebc8 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_amd64.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: 2135 Maintainer: Debian Emacsen team Architecture: amd64 Depends: guile-3.0-libs, libc6 (>= 2.34), libgcc-s1 (>= 3.0), libglib2.0-0 (>= 2.57.2), libgmime-3.0-0 (>= 3.0.4), libstdc++6 (>= 11), libxapian30 (>= 1.4.19~) Size: 592172 SHA256: 4d9177de9c897bf30dfa6d895df11aa69d20c8e49b99098d7946fb72a7a0fea4 SHA1: 0c67bac5730f91660c6282f41146a0c7e3d90e7d MD5sum: 22dc66f4c3b4b0aea860b0807011b412 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_amd64.deb Package: manpages-cs Source: manpages-l10n Version: 4.25.1-1~bpo12+1 Installed-Size: 924 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages Conflicts: util-linux-locales (>> 2.39.1-2) Size: 371872 SHA256: c786d2dc7adc84bec1309cec0dbd2be37885646d108a9ec92536eb1faf39916a SHA1: 78477fda8ad88344ba9b3e7be5634cd4350759e2 MD5sum: b1bd9c228bf0cdc2041c9fd102954534 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.25.1-1~bpo12+1_all.deb Package: manpages-cs-dev Source: manpages-l10n Version: 4.25.1-1~bpo12+1 Installed-Size: 774 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages-dev, glibc-doc Size: 161772 SHA256: 3e75aa4705b66d2ed9d6e618d841d7879d46f6b1d930ead20123f30e6a6d7a1b SHA1: 6229e642dcb9bb1c2d8d38987b43f72ac01f6357 MD5sum: 5fc52e437a2568230116d96cc97aa0a2 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.25.1-1~bpo12+1_all.deb Package: manpages-da Source: manpages-l10n Version: 4.25.1-1~bpo12+1 Installed-Size: 1026 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages Conflicts: util-linux-locales (>> 2.39.1-2) Size: 435420 SHA256: e36caf4d0fa79c990c58ef4401a94a506e470da31f98e0eeb8eeae2ef7c5b6a1 SHA1: fa54376c577c43ff374ac3e53f82cfe6ef3e3783 MD5sum: dd4b13e02a75a71a834c501c2275f7e9 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.25.1-1~bpo12+1_all.deb Package: manpages-da-dev Source: manpages-l10n Version: 4.25.1-1~bpo12+1 Installed-Size: 587 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages-dev, glibc-doc Size: 78092 SHA256: acb6a5288495b11bfb53704e987b61c0fd620b931cae7bfe5fddef0acc162c9d SHA1: 139d23cd70b4876b3672156474df4036a803b3d3 MD5sum: 9c8d6e7f6469d7601272bbc45e053441 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.25.1-1~bpo12+1_all.deb Package: manpages-de Source: manpages-l10n Version: 4.25.1-1~bpo12+1 Installed-Size: 4790 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages Conflicts: util-linux-locales (>> 2.39.1-2) Size: 3713600 SHA256: 59591c85ef5c91ac0b5bee1b89ae0fbf3b1654d922f5df722b64bce47303e256 SHA1: 40220387aa5bb99bb6e0415a1397ff1aeb5a288a MD5sum: bb68a9d59d9b5e21ab83f3592c4c18d0 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.25.1-1~bpo12+1_all.deb Package: manpages-de-dev Source: manpages-l10n Version: 4.25.1-1~bpo12+1 Installed-Size: 2608 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages-dev, glibc-doc Conflicts: util-linux-locales (>> 2.39.1-2) Size: 1311996 SHA256: 4e88454e7603262f006c269e5e6694e5ded4763c667cd918f025b63da37c7a9a SHA1: f417e63e6f5433290f2d3081445ebffc881410d3 MD5sum: 0ad5a30da722963133bb6129c689b1fe 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.25.1-1~bpo12+1_all.deb Package: manpages-el Source: manpages-l10n Version: 4.25.1-1~bpo12+1 Installed-Size: 580 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages Size: 89928 SHA256: bbc6d5f8dc2be67c43cb5d77c4f3b612bca420ecda040c48cf37752faddfa0c3 SHA1: d7c6b40d4c3fda8d5d1640bb60d2d91ea1158197 MD5sum: 4814e30c42d9fa0ac13ef4e19a28c501 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.25.1-1~bpo12+1_all.deb Package: manpages-es Source: manpages-l10n Version: 4.25.1-1~bpo12+1 Installed-Size: 1768 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages Conflicts: util-linux-locales (>> 2.39.1-2) Size: 1068788 SHA256: 75b651b62f480ecd290fa05fbca106c8ea2009ffcd6b9c809b8b4913b1647058 SHA1: 756b24a05d8c2476e08d06232d295acc0327372f MD5sum: 6770abf8fab5ba786fff5781d4bfc776 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.25.1-1~bpo12+1_all.deb Package: manpages-es-dev Source: manpages-l10n Version: 4.25.1-1~bpo12+1 Installed-Size: 1755 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages-dev, glibc-doc Size: 701572 SHA256: d85889f0e25ed9a0214b630421f64ecf1fd2de7656edb71236660588408021bc SHA1: 112d07ce886a54a090834dc4c1afa2480f6945ba MD5sum: 11538bd69dcc5a98cf5cd07653bd4ca3 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.25.1-1~bpo12+1_all.deb Package: manpages-fi Source: manpages-l10n Version: 4.25.1-1~bpo12+1 Installed-Size: 839 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages Conflicts: util-linux-locales (>> 2.39.1-2) Size: 301564 SHA256: 2077a23d5c21b9a0f8adcaf2cea0ba10af6a03a053143d0e124de944835e3859 SHA1: a5bee9fbaa493c2adef5180c6a7c30d65a51a861 MD5sum: 379bcaec95e3372e736b2c6a1623610f 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.25.1-1~bpo12+1_all.deb Package: manpages-fr Source: manpages-l10n Version: 4.25.1-1~bpo12+1 Installed-Size: 3366 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages Conflicts: util-linux-locales (>> 2.39.1-2) Size: 2560832 SHA256: 1c6a80ec4dcedb4e43d333378075d466ba041369100151bb062f43f06f7625d7 SHA1: 4bb17e2ea22e18d36c91f597fbcdb06b71452f58 MD5sum: 62e02dadb894201694524711bb17839f 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.25.1-1~bpo12+1_all.deb Package: manpages-fr-dev Source: manpages-l10n Version: 4.25.1-1~bpo12+1 Installed-Size: 4828 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages-dev, glibc-doc Conflicts: util-linux-locales (>> 2.39.1-2) Size: 2854788 SHA256: f1908341c9aef3532d7dc322b923c0ae2174b6eed282e5c72d3f26803c22b071 SHA1: 116f7d302be696463f6485b1e51a771d0ccd7d8d MD5sum: bcd0718e03b9d6538ec84f0bbf346115 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.25.1-1~bpo12+1_all.deb Package: manpages-hu Source: manpages-l10n (4.25.1-1~bpo12+1) Version: 1:4.25.1-1~bpo12+1 Installed-Size: 856 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages Conflicts: util-linux-locales (>> 2.39.1-2) Size: 304728 SHA256: 49835e85ca85bb088188be08a7dae0527ff35313656ac912dd8ba287beff93fa SHA1: 4c86459b8363ffc2b89cbc4d0b33a8138cb9d9c7 MD5sum: 1395085ff3ad9479f40c7133d8b7faad 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.25.1-1~bpo12+1_all.deb Package: manpages-id Source: manpages-l10n Version: 4.25.1-1~bpo12+1 Installed-Size: 621 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages Conflicts: util-linux-locales (>> 2.39.1-2) Size: 119688 SHA256: 7167eff855a0e4a309fe0e025cd8b63c71010025bfafaef520d93243b2e4396b SHA1: 3befe1429e2ab1366d87d19d3052f1e9c0466c0a MD5sum: 18d57c1e6f8384b885d4e47d1288888a 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.25.1-1~bpo12+1_all.deb Package: manpages-it Source: manpages-l10n Version: 4.25.1-1~bpo12+1 Installed-Size: 1036 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages Conflicts: util-linux-locales (>> 2.39.1-2) Size: 489108 SHA256: fad648546145d75925e48b1c8da8035aa3c3b1116e7d046306d588e032275cb6 SHA1: 8515dc0e97ef37a746ccba1040de59272da505a6 MD5sum: 4133f1673d19781a14df93e0a6cea6d0 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.25.1-1~bpo12+1_all.deb Package: manpages-it-dev Source: manpages-l10n Version: 4.25.1-1~bpo12+1 Installed-Size: 716 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages-dev, glibc-doc Size: 172376 SHA256: b94bf1a9927eb4cf3ef1837f7b74337aca9ee8bca885a8fe47602fba77ba2161 SHA1: efa24623c0cb271739779219c2b0c0371a8f9703 MD5sum: 929b2c9277246e694374534f1118e4bf 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.25.1-1~bpo12+1_all.deb Package: manpages-ko Source: manpages-l10n Version: 4.25.1-1~bpo12+1 Installed-Size: 766 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages Conflicts: util-linux-locales (>> 2.39.1-3) Size: 232592 SHA256: fb0e569660ccd54d670b215a596edf49e7f8d68d73066466021fca0e19a38d9f SHA1: 605df9f1b33d788b065f12bc343a689ee6392c7c MD5sum: 2c0175a47f72183526d2fb2b3560cc3b 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.25.1-1~bpo12+1_all.deb Package: manpages-ko-dev Source: manpages-l10n Version: 4.25.1-1~bpo12+1 Installed-Size: 683 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages-dev, glibc-doc Size: 146804 SHA256: 33e560f968c0dade1f1b55271120d636ae39c765f0db3ccb0f36176ee9ddec28 SHA1: 27d6a77cda6668074c04d71a996cf668b611933e MD5sum: 2389ba7325f8da135d83c7c90877c24f 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.25.1-1~bpo12+1_all.deb Package: manpages-mk Source: manpages-l10n Version: 4.25.1-1~bpo12+1 Installed-Size: 611 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages Size: 110544 SHA256: a4c5839910659941efe825268b2f6034b7c19b794dfb02e125c949c6be489845 SHA1: 36f214565685efa2c079538e5158707e785e7ba1 MD5sum: 788020380521676878d53d2a3f0ce0aa 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.25.1-1~bpo12+1_all.deb Package: manpages-nb Source: manpages-l10n Version: 4.25.1-1~bpo12+1 Installed-Size: 833 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages Size: 282132 SHA256: a4133b28e7a1bbd9039ba7b583802d69c87b0025abb6eba0e33e295367cacbfa SHA1: 2d8ee2c0355febf3f5b4a2eb813c9e79bd88b284 MD5sum: 328875f3fabff5b2a070f9ced3d53399 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.25.1-1~bpo12+1_all.deb Package: manpages-nl Source: manpages-l10n Version: 4.25.1-1~bpo12+1 Installed-Size: 927 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages Conflicts: util-linux-locales (>> 2.39.1-2) Size: 374880 SHA256: f3304d09a97c63ded3c87bb2af1c0e4551b82461150bea7d4be75a01177bc269 SHA1: e1360f32ef56d787afcbfce67d05d369c609989d MD5sum: b296c7f9fc0ad83d0b10a793f56a2f13 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.25.1-1~bpo12+1_all.deb Package: manpages-nl-dev Source: manpages-l10n Version: 4.25.1-1~bpo12+1 Installed-Size: 970 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages-dev, glibc-doc Size: 353128 SHA256: 4a1b67f3c0b1c4c673f6e2775b37b9ce0f4896bcef78b41f9a18f9308fc563ac SHA1: cea3e620225bef8d6d76678cbafa5e1040c4edfa MD5sum: 598fae14a9925ac540b33299a4a8bec5 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.25.1-1~bpo12+1_all.deb Package: manpages-pl Source: manpages-l10n (4.25.1-1~bpo12+1) Version: 1:4.25.1-1~bpo12+1 Installed-Size: 2507 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages Conflicts: util-linux-locales (>> 2.39.1-2) Size: 1784024 SHA256: 357b9a61c0ce2353758ca32da69cc828311b4ed10c9152665ee268eaf73e784b SHA1: bef5d36c8407e1359d4c77a8eac4bf1909ac4d37 MD5sum: d04ebd773466e8df000c421cdd6b96f7 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.25.1-1~bpo12+1_all.deb Package: manpages-pl-dev Source: manpages-l10n (4.25.1-1~bpo12+1) Version: 1:4.25.1-1~bpo12+1 Installed-Size: 2164 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages-dev, glibc-doc Size: 1019848 SHA256: dd272f4dfb8b7dd3c5048782425116633f1127a67f19cd27376cee8685f311af SHA1: 9df99a16a817d97783b33bc8665c314f060f74c6 MD5sum: 2d83305d118b9e75b8365e1ef2bd3755 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.25.1-1~bpo12+1_all.deb Package: manpages-pt-br Source: manpages-l10n Version: 4.25.1-1~bpo12+1 Installed-Size: 995 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages Size: 442908 SHA256: a390bd37d4e1a867c18849a2a981bec6a64ce3db2d6fca18731d1d2aa3aeceba SHA1: d88ade577847af2b8daa0e98ffa6c0120cb1234a MD5sum: 6c00981c10e44e0f6ded91c0aad14add 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.25.1-1~bpo12+1_all.deb Package: manpages-pt-br-dev Source: manpages-l10n Version: 4.25.1-1~bpo12+1 Installed-Size: 1003 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages-dev, glibc-doc Size: 325220 SHA256: 47ce673761f57448415ddd63e51aebf0f09b740016d13f1d9bfaa78c56ab5710 SHA1: 1bc843ccda0a306d22ab5dfe173a2d4a5566cbea MD5sum: 90739d4e35e310a4640eaec68cc18656 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.25.1-1~bpo12+1_all.deb Package: manpages-ro Source: manpages-l10n Version: 4.25.1-1~bpo12+1 Installed-Size: 3644 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages Conflicts: util-linux-locales (>> 2.39.1-2) Size: 2646068 SHA256: ac87c8e3c79bb4e5312b122a87336ad3b4204a1ddb246911af39ca92367cb2c6 SHA1: 349f3311245c2ffeb1a4bcbb835fbf683f468189 MD5sum: aef3b3bce5b7a25c877f5da55bb54bb7 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.25.1-1~bpo12+1_all.deb Package: manpages-ro-dev Source: manpages-l10n Version: 4.25.1-1~bpo12+1 Installed-Size: 2948 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages-dev, glibc-doc Conflicts: util-linux-locales (>> 2.39.1-2) Size: 1452168 SHA256: 1f55763e2b43ac22aabfcb262811e330bdf47493e34a024d3822bbaf85d6ac59 SHA1: cde0e885986cad6f9488a35bfc7c7107fd4eb7f5 MD5sum: f049da8aaba83b1097199bc38f090ebb 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.25.1-1~bpo12+1_all.deb Package: manpages-ru Source: manpages-l10n Version: 4.25.1-1~bpo12+1 Installed-Size: 2359 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages Size: 1683608 SHA256: ce5113cb6e6c3a0d899ac11ca3078ed27c82243a610c2d7a61876a685c08ad8f SHA1: 5dfbb4c72531fbbf922872a0acd588d1b8aa674f MD5sum: d976c6bbc46f6f94d730b85bef0140be 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.25.1-1~bpo12+1_all.deb Package: manpages-ru-dev Source: manpages-l10n Version: 4.25.1-1~bpo12+1 Installed-Size: 4589 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages-dev, glibc-doc Size: 2815920 SHA256: e12a3cee5124fe6d7f4fa6b5445cc86e1ccac546a10b0574078a67de383b0fce SHA1: b0aa131fe05c576eae82b0e9253437a8b5ad5868 MD5sum: 54be04c1dacdf6ef8b728e057ca7b068 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.25.1-1~bpo12+1_all.deb Package: manpages-sr Source: manpages-l10n Version: 4.25.1-1~bpo12+1 Installed-Size: 905 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages Conflicts: util-linux-locales (>> 2.39.1-2) Size: 350908 SHA256: 9d9f4cfbc24746dc7ec836998f134ebf89893bb924f1da164cfb4cda2bb44ae5 SHA1: 78c47af97b8d84fc44d82d60a86b501fff206c5b MD5sum: 811ffb85033b23daedcebfbf10e651e8 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.25.1-1~bpo12+1_all.deb Package: manpages-sv Source: manpages-l10n Version: 4.25.1-1~bpo12+1 Installed-Size: 969 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages Size: 397464 SHA256: e335afee6c652f8970815aa5a051396b39f04076db5a17eff1702fe2ba9a79b5 SHA1: e4c4dc751b13041b189cacc9cf3eeb8e14f7e5b5 MD5sum: c871f0dc82b4b023b9ea0f46afc7f9fb 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.25.1-1~bpo12+1_all.deb Package: manpages-uk Source: manpages-l10n Version: 4.25.1-1~bpo12+1 Installed-Size: 1339 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages Conflicts: util-linux-locales (>> 2.39.1-2) Size: 784720 SHA256: c916d417ac6f9d6915e165bc22488d33e0d72679aeb63999461a4aae1b1d0e97 SHA1: 0172d877feabb05a74164c42f92a14f6233aefbe MD5sum: a5517b3aecf4d08d514d01a4eacd2898 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.25.1-1~bpo12+1_all.deb Package: manpages-uk-dev Source: manpages-l10n Version: 4.25.1-1~bpo12+1 Installed-Size: 585 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages-dev, glibc-doc Conflicts: util-linux-locales (>> 2.39.1-2) Size: 91632 SHA256: 268e5f3594631d78dc8a3c37c59cfb4325ed57013ef23f0ac2a71d904dac7f0a SHA1: 4828078cb6be11561bf2349ae2d62501bd905786 MD5sum: e36ba106ce420696fd8fd32a7962c117 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.25.1-1~bpo12+1_all.deb Package: manpages-vi Source: manpages-l10n Version: 4.25.1-1~bpo12+1 Installed-Size: 883 Maintainer: Dr. Helge Kreutzmann Architecture: all Suggests: man-browser, manpages Size: 330052 SHA256: 5bb6523312b1f35990430fd6363a10bee2422ea5b9217df2eb53568695d5bcb2 SHA1: a20e83bda9f9923f6566cde6ea038b9db8148872 MD5sum: 3b9f9a365103f0c5470731d3c33222eb 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.25.1-1~bpo12+1_all.deb Package: mapcache-cgi Source: mapcache Version: 1.14.1-1~bpo12+1 Installed-Size: 33 Maintainer: Debian GIS Project Architecture: amd64 Depends: libapr1 (>= 1.2.7), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.34), libfcgi0ldbl (>= 2.4.2), libmapcache1 (>= 1.14.0) Size: 9396 SHA256: 13797217ebb0c6f462d0412aac5c03025cf32d26ee370b6c4fec6990ca937bdc SHA1: 878b2629d4b012fa565454baa66c86617a5d4e0d MD5sum: 13b624f03fb496df663f0ffab017ff31 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_amd64.deb Package: mapcache-tools Source: mapcache Version: 1.14.1-1~bpo12+1 Installed-Size: 110 Maintainer: Debian GIS Project Architecture: amd64 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: 34628 SHA256: c1fcc013d7f85b693566e4ff13a2c969dc03789072bf2a2e7714671c7fef7cdb SHA1: 583a8b5b3d42fd2aaed589eaa082113c0bffcb86 MD5sum: 66ab2507052502a6dd58775e3cb7fab8 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_amd64.deb Package: mapserver-bin Source: mapserver Version: 8.2.2-1~bpo12+1 Installed-Size: 313 Maintainer: Debian GIS Project Architecture: amd64 Replaces: libmapserver-dev (<< 8.0.0-2~) Depends: libc6 (>= 2.34), libfcgi0ldbl (>= 2.4.2), libmapserver2 (>= 8.2.1) Suggests: cgi-mapserver, mapserver-doc, shapelib, libmapscript-perl, php-mapscript-ng, python3-mapscript Breaks: libmapserver-dev (<< 8.0.0-2~) Size: 104852 SHA256: 35dd2c0321ec82cc692565f80e2dcf7f20c80b6274cb7d73f038cfc11019c575 SHA1: 1e77ed4b5e16ca7b2ecf11d14a62959f184a4c00 MD5sum: cff0fdecd802403256a18595f7beba5c 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_amd64.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: 11937 Maintainer: Matrix Packaging Team Architecture: amd64 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: 2683428 SHA256: 201e2e665b2926922c9d4925eb80c60172ac85fc7a2abe502ff8b023006b3995 SHA1: c14638efbc04d202174135a1026b4ecf38b70d52 MD5sum: 4417962e46cd0b00164de27ca1986fa6 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_amd64.deb Package: mc Version: 3:4.8.31-1~bpo12+1 Installed-Size: 1507 Maintainer: Dmitry Smirnov Architecture: amd64 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: 528936 SHA256: 3a6e540b1dd2681814c62b3570b871bdbc718ca38f728021e9f1d6021ca5351c SHA1: c74ad217cc08b07974cff20aff07f877ad479345 MD5sum: 5f570fea737c68eaa122474bc50a281a 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_amd64.deb Package: mc-data Source: mc Version: 3:4.8.31-1~bpo12+1 Installed-Size: 6220 Maintainer: Dmitry Smirnov Architecture: all Replaces: mc (<< 3:4.8.1) Breaks: mc (<< 3:4.8.1) Size: 1346176 SHA256: e717e8dddc783f797dc5b483bf74c2c9342995224c0bff0b964b753911fabda8 SHA1: a15c2b39581f7cf6905e99653c2684638e0018e6 MD5sum: c53275d601b6f41e578822db5e9db8ce Description: Midnight Commander - a powerful file manager -- data files GNU Midnight Commander is a text-mode full-screen file manager. It uses a two panel interface and a subshell for command execution. It includes an internal editor with syntax highlighting and an internal viewer with support for binary files. Also included is Virtual Filesystem (VFS), that allows files on remote systems (e.g. FTP, SSH servers) and files inside archives to be manipulated like real files. . This package provides architecture independent files Multi-Arch: foreign Homepage: https://www.midnight-commander.org Section: utils Priority: optional Filename: pool/main/m/mc/mc-data_4.8.31-1~bpo12+1_all.deb Package: meld Version: 3.22.2-1~bpo12+1 Installed-Size: 3538 Maintainer: Debian GNOME Maintainers Architecture: all Depends: python3:any, dconf-gsettings-backend | gsettings-backend, gir1.2-gtk-3.0, python3-gi (>= 3.20), python3-gi-cairo, gir1.2-gtksource-4, patch Recommends: yelp Size: 552736 SHA256: e90fc0d2f0f89a0ab4ec93e668207d5b747f47dc6f6a6159b9d41be859cc44ae SHA1: a24b5533641875adcf50e193cbef0aa5a99a0f8f MD5sum: fdf55215e3e701ee7ba6d6871b5fc719 Description: graphical tool to diff and merge files Meld is a graphical diff viewer and merge application for the GNOME desktop. It supports 2 and 3-file diffs, recursive directory diffs, diffing of directories under version control (Bazaar, Codeville, CVS, Darcs, Fossil SCM, Git, Mercurial, Monotone, Subversion), as well as the ability to manually and automatically merge file differences. Homepage: https://meldmerge.org Section: gnome Priority: optional Filename: pool/main/m/meld/meld_3.22.2-1~bpo12+1_all.deb Package: memtest86+ Version: 7.20-1~bpo12+1 Installed-Size: 12757 Maintainer: Fabio Fantoni Architecture: amd64 Depends: grub-common Suggests: grub-efi | grub-pc, memtester, mtools Size: 137348 SHA256: be69f1d02388bef2ad3a4f444bead7bb932c193b71aad4460b26b732236d7f8d SHA1: 4003893736983b7c6b07f142cbeaea53b4ab0cb5 MD5sum: 467596716a6e9ec794daec33c0af3041 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.20-1~bpo12+1_amd64.deb Package: mesa-common-dev Source: mesa Version: 24.2.8-1~bpo12+1 Installed-Size: 3319 Maintainer: Debian X Strike Force Architecture: amd64 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: 2700380 SHA256: 1470ff78e9d3882b935e1598d3405da3c07f12433148ad898e37c1adb455e88b SHA1: be76b3eb654c8ec60d6ec3d7f930ad4dec6dc677 MD5sum: 68609f8fb24eb9fa6d97786f6fc75d43 Description: Developer documentation for Mesa This package includes the specifications for the Mesa-specific OpenGL extensions, the complete set of release notes and the development header files common to all Mesa packages. Multi-Arch: same Homepage: https://mesa3d.org/ Section: libdevel Priority: optional Filename: pool/main/m/mesa/mesa-common-dev_24.2.8-1~bpo12+1_amd64.deb Package: mesa-drm-shim Source: mesa Version: 24.2.8-1~bpo12+1 Installed-Size: 388 Maintainer: Debian X Strike Force Architecture: amd64 Depends: libc6 (>= 2.34) Size: 67752 SHA256: 5839df24cb250c726d3b2ab5d3473d4c9b066326c088240cd5cc711536bd208d SHA1: 29fb1b3aa103c1455b6ed675a4954378600288de MD5sum: 049ce4f41892494b762569ec4e00b3d0 Description: DRM shim libraries This package provides drm-shim libraries which can be used for testing DRM drivers when none exists on the host. Multi-Arch: same Homepage: https://mesa3d.org/ Section: libs Priority: optional Filename: pool/main/m/mesa/mesa-drm-shim_24.2.8-1~bpo12+1_amd64.deb Package: mesa-libgallium Source: mesa Version: 24.2.8-1~bpo12+1 Installed-Size: 37988 Maintainer: Debian X Strike Force Architecture: amd64 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 (>= 3.4), libglapi-mesa (= 24.2.8-1~bpo12+1), libllvm15, libsensors5 (>= 1:3.5.0), libstdc++6 (>= 11), libx11-xcb1 (>= 2:1.8.4), libxcb-dri2-0 (>= 1.8), libxcb-dri3-0 (>= 1.13), libxcb-present0, libxcb-sync1, libxcb-xfixes0, libxcb1 (>= 1.9.2), libxshmfence1, libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4) Size: 9114440 SHA256: dfb3dc0546bd1e1385f338bf0b6a2c8f367a7cf9eabd6997876da4d34f14f29d SHA1: 0a10c8628c021e10da95aa1c28104f1f3f30800e MD5sum: 4053ad6aa6cf8beffe6d0d6754a4b2df Description: shared infrastructure for Mesa drivers This package contains libgallium, a private library shared between multiple Mesa drivers. This library is an implementation detail of Mesa and should not be used directly by user code. Multi-Arch: same Homepage: https://mesa3d.org/ Section: libs Priority: optional Filename: pool/main/m/mesa/mesa-libgallium_24.2.8-1~bpo12+1_amd64.deb Package: mesa-opencl-icd Source: mesa Version: 24.2.8-1~bpo12+1 Installed-Size: 85097 Maintainer: Debian X Strike Force Architecture: amd64 Provides: opencl-icd Depends: libclc-15, ocl-icd-libopencl1 | libopencl1, libc6 (>= 2.34), libclang-cpp15 (>= 1:15.0.6), libdrm-amdgpu1 (>= 2.4.121), libdrm-radeon1 (>= 2.4.121), libdrm2 (>= 2.4.121), libelf1 (>= 0.142), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.4), libllvm15, libstdc++6 (>= 12), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4) Size: 13924660 SHA256: 1e46084e2198bb3f91ee1e4f97669c2d529aac603758d10b4157e76e19f99fd1 SHA1: b6003ec84a9cf678ce985612e993c0b45b99964c MD5sum: bbe3828264730b8893cd2354a93c12d1 Description: free implementation of the OpenCL API -- ICD runtime This package contains the mesa implementation of the OpenCL (Open Compute Language) library, which is intended for use with an ICD loader. OpenCL provides a standardized interface for computational analysis on graphical processing units. Multi-Arch: same Homepage: https://mesa3d.org/ Section: libs Priority: optional Filename: pool/main/m/mesa/mesa-opencl-icd_24.2.8-1~bpo12+1_amd64.deb Package: mesa-va-drivers Source: mesa Version: 24.2.8-1~bpo12+1 Installed-Size: 46 Maintainer: Debian X Strike Force Architecture: amd64 Replaces: vdpau-va-driver (<< 0.7.4-5) Provides: va-driver Enhances: libva2 Breaks: vdpau-va-driver (<< 0.7.4-5) Size: 19056 SHA256: c058f36f9b3e069cf5126b400194099b2d6f9e3fb85fe79f5fbc8705e6f2c069 SHA1: f5451109f8ffc25f3994a32322aa8b7234f17755 MD5sum: c83a130716c7e5b5e7831dbda30aa9d2 Description: Mesa VA-API video acceleration drivers These libraries provide the Video Acceleration API (VA-API) for Unix. They provide accelerated video playback (incl. H.264) and video post-processing for the supported graphics cards. . This package enables support for VA-API for some gallium drivers. Multi-Arch: same Homepage: https://mesa3d.org/ Section: libs Priority: optional Filename: pool/main/m/mesa/mesa-va-drivers_24.2.8-1~bpo12+1_amd64.deb Package: mesa-vdpau-drivers Source: mesa Version: 24.2.8-1~bpo12+1 Installed-Size: 61 Maintainer: Debian X Strike Force Architecture: amd64 Provides: vdpau-driver Depends: libvdpau1 Enhances: libvdpau1 Size: 19216 SHA256: 1ee99276aa0913d707a8613fd1c611022188ababc0b44794cb38782e89cbeefe SHA1: 64077b2a79b7f94cff9a9a2a2dff25bbf024d851 MD5sum: dc07584b0798cdcc06e268d6a68b6d60 Description: Mesa VDPAU video acceleration drivers These libraries provide the Video Decode and Presentation API for Unix. They provide accelerated video playback (incl. H.264) and video post-processing for the supported graphics cards. . This package enables support for VDPAU for some gallium drivers. Multi-Arch: same Homepage: https://mesa3d.org/ Section: libs Priority: optional Filename: pool/main/m/mesa/mesa-vdpau-drivers_24.2.8-1~bpo12+1_amd64.deb Package: mesa-vulkan-drivers Source: mesa Version: 24.2.8-1~bpo12+1 Installed-Size: 56679 Maintainer: Debian X Strike Force Architecture: amd64 Provides: vulkan-icd Depends: libvulkan1, python3:any, libc6 (>= 2.34), libdrm-amdgpu1 (>= 2.4.121), libdrm2 (>= 2.4.121), libelf1 (>= 0.142), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.4), 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: 10429560 SHA256: 09c8f33ed536e68e76d7bd7a4fda468d15adfe9088c61dfdc78e2378b9935314 SHA1: 740a280cfa5f1aa08b23a8320e23d5c366e8d780 MD5sum: 90bb17d61550798f9946039c2e310583 Description: Mesa Vulkan graphics drivers Vulkan is a low-overhead 3D graphics and compute API. This package includes Vulkan drivers provided by the Mesa project. Multi-Arch: same Homepage: https://mesa3d.org/ Section: libs Priority: optional Filename: pool/main/m/mesa/mesa-vulkan-drivers_24.2.8-1~bpo12+1_amd64.deb Package: meson Version: 1.5.1-1~bpo12+1 Installed-Size: 3787 Maintainer: Jussi Pakkanen Architecture: all Depends: python3:any (>= 3.7~), ninja-build (>= 1.6), python3-pkg-resources, python3-setuptools Recommends: dpkg-dev Size: 619356 SHA256: 5084ed56da1714453f87bd37693d54baa7913a576ed11aaea14764435da00e7c SHA1: 004d17d8a45da3fe86e1115f580226d23a38d249 MD5sum: 5aebde0e3290ea5128b6016f022e31e6 Description: high-productivity build system Meson is a build system designed to increase programmer productivity. It does this by providing a fast, simple and easy to use interface for modern software development tools and practices. Multi-Arch: foreign Homepage: https://mesonbuild.com Section: devel Priority: optional Filename: pool/main/m/meson/meson_1.5.1-1~bpo12+1_all.deb Package: micropython-mpremote Version: 1.24.0-1~bpo12+1 Installed-Size: 123 Maintainer: Debian Python Team Architecture: all Depends: python3-importlib-metadata | python3 (>> 3.8), python3-serial, python3:any Suggests: micropython Size: 28656 SHA256: 28216fc19f4cb2aa9fbcd4b1373af2bb765f78ccf7eeb0ff444a2991e65f7d94 SHA1: 703aeda1544126f89fec9fe72e7d946904e9b554 MD5sum: 2822f4e608d3c0298005612bf39e3818 Description: Tool for interacting remotely with MicroPython on a microcontroller The mpremote tool provides a set of commands for interacting with a microcontroller board running MicroPython over a serial connection. It includes the ability to run local scripts on the board, perform a variety of filesystem tasks (cat, ls, cp, rm, mkdir, rmdir), mount a local directory on the remote board, and execute an interactive REPL on the board. Homepage: https://github.com/micropython/micropython Section: utils Priority: optional Filename: pool/main/m/micropython-mpremote/micropython-mpremote_1.24.0-1~bpo12+1_all.deb Package: mini-buildd Version: 2.2.5~bpo12+1 Installed-Size: 395 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.5~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: 237728 SHA256: 9eac51951a8bc9bdf569e2d6dcdb05613e0fd1de8e4b5d7653f36ded9e8af2ea SHA1: b6c69fe319279d1080517cca58a8ad7e2e359975 MD5sum: 762153e1cdd59aedd69316dceeb50a6d 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.5~bpo12+1_all.deb Package: mini-buildd-doc Source: mini-buildd Version: 2.2.5~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: 514460 SHA256: abcd17e3ec3b86ca5d738f33f1cc55d3def90680646cedf02489adeb89f85102 SHA1: f237f3eeda85dbb100fbb8a9a887312f15407262 MD5sum: 713b6051b8bcdf285b7476ce15912028 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.5~bpo12+1_all.deb Package: mini-buildd-utils Source: mini-buildd Version: 2.2.5~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.5~bpo12+1), python3-apt Recommends: jq, lsb-release Breaks: python-mini-buildd, python3-mini-buildd (<< 1.1.5~) Size: 220828 SHA256: 1fe96f9a611afdf9c2c7fb07849b879d6cfe626450b13c4c8a6f7616af612dac SHA1: 6697e59399d8f4423658a2a6828bd67231c1c2ea MD5sum: 23b91009deddc0dfef52839103e68afd 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.5~bpo12+1_all.deb Package: mkbootimg Source: android-platform-tools (34.0.5-4~bpo12+1) Version: 1:34.0.5-4~bpo12+1 Installed-Size: 101 Maintainer: Android Tools Maintainers Architecture: all Replaces: android-tools-mkbootimg (<< 1:10.0.0+r36-11) Depends: python3:any Breaks: android-tools-mkbootimg (<< 1:10.0.0+r36-11) Size: 24852 SHA256: bf4b2beecd69c7d00ae0e1570be0b71f2259a9ec8421f3ff610b6e6932b4b7c9 SHA1: 446574d3d2fc144c6f05a394e294117f97e31c96 MD5sum: 0eeaf7b17a92fe1a103c57ff6d333c16 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-4~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: 3609 Maintainer: Debian Nagios Maintainer Group Architecture: amd64 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: 626608 SHA256: 08988158579343a54bd8ddc1afd5b53a076c40cded7a4e52386fab38ddb0f07e SHA1: eeb554939a2522f72d481664179844bbe0d68cbd MD5sum: 0ea5045042d41a57d0d298bee7c1eb4b 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_amd64.deb Package: moosefs-cgi Source: moosefs Version: 4.56.6-1~bpo12+1 Installed-Size: 735 Maintainer: Dmitry Smirnov Architecture: all Depends: python3:any Size: 137860 SHA256: 43b8d022699ed7b7276a084f8e625fec1987303583f455ad533774bd61bbc440 SHA1: 12c97de6a069b1d819924e2a0cdfe6bca626e422 MD5sum: edfdc0964540e0255188d3193b580234 Description: MooseFS - CGI monitor CGI application to monitor MooseFS through master/metadata server. . MooseFS (MFS) is a fault tolerant, scaling-out, network distributed file system. It spreads data over several physical servers which are visible to the user as one resource. For standard file operations MooseFS mounted with FUSE acts as other Unix-alike file systems: . * A hierarchical structure (directory tree). * POSIX file attributes (permissions, last access and modification times). * Special files (block and character devices, pipes and sockets). * Symbolic links and hard links. * Access control based on IP address and/or password. . Distinctive features of MooseFS are: . * High availability. * Fault tolerance. * Strong integrity check. * Capacity is dynamically expandable by simply adding new computers/disks. * Deleted files are retained for a configurable period of time (a file system level "trash bin"). * Coherent snapshots of files, even during I/O. Homepage: http://moosefs.org/ Section: admin Priority: optional Filename: pool/main/m/moosefs/moosefs-cgi_4.56.6-1~bpo12+1_all.deb Package: moosefs-cgiserv Source: moosefs Version: 4.56.6-1~bpo12+1 Installed-Size: 90 Maintainer: Dmitry Smirnov Architecture: all Depends: sysvinit-utils (>= 3.05-4~), moosefs-common (>= 4.56.6-1~bpo12+1), moosefs-cgi, python3:any Size: 48220 SHA256: 8e05d05cc780e0906db8be6c76f32211fb80ab522e10bff0daabee3fa2f1e1fe SHA1: 0d4d0427ab0c1f5f1a59ff7967f664f8f8c1a743 MD5sum: 0db5b1c657de1957107c0d72e42a961d Description: simple CGI-capable HTTP server to run MooseFS CGI monitor Simple standalone CGI-capable HTTP server to run MooseFS CGI Monitor. . MooseFS (MFS) is a fault tolerant, scaling-out, network distributed file system. It spreads data over several physical servers which are visible to the user as one resource. For standard file operations MooseFS mounted with FUSE acts as other Unix-alike file systems: . * A hierarchical structure (directory tree). * POSIX file attributes (permissions, last access and modification times). * Special files (block and character devices, pipes and sockets). * Symbolic links and hard links. * Access control based on IP address and/or password. . Distinctive features of MooseFS are: . * High availability. * Fault tolerance. * Strong integrity check. * Capacity is dynamically expandable by simply adding new computers/disks. * Deleted files are retained for a configurable period of time (a file system level "trash bin"). * Coherent snapshots of files, even during I/O. Homepage: http://moosefs.org/ Section: admin Priority: optional Filename: pool/main/m/moosefs/moosefs-cgiserv_4.56.6-1~bpo12+1_all.deb Package: moosefs-chunkserver Source: moosefs Version: 4.56.6-1~bpo12+1 Installed-Size: 739 Maintainer: Dmitry Smirnov Architecture: amd64 Depends: libc6 (>= 2.34), zlib1g (>= 1:1.1.4), sysvinit-utils (>= 3.05-4~), moosefs-common (>= 4.56.6-1~bpo12+1) Conflicts: lizardfs-chunkserver (<< 3.12.0+dfsg-4) Size: 267308 SHA256: f2b53819cc19246af6fb6c18badb7bfc69bb51d4fb31f8cbdf36b6c0fe9add19 SHA1: 1457d4284749a8cced261aad880af0f2fb72ff54 MD5sum: 0a48cbcf04d21eac1ce61cccaf541aef Description: MooseFS - data server The MooseFS data server. . MooseFS (MFS) is a fault tolerant, scaling-out, network distributed file system. It spreads data over several physical servers which are visible to the user as one resource. For standard file operations MooseFS mounted with FUSE acts as other Unix-alike file systems: . * A hierarchical structure (directory tree). * POSIX file attributes (permissions, last access and modification times). * Special files (block and character devices, pipes and sockets). * Symbolic links and hard links. * Access control based on IP address and/or password. . Distinctive features of MooseFS are: . * High availability. * Fault tolerance. * Strong integrity check. * Capacity is dynamically expandable by simply adding new computers/disks. * Deleted files are retained for a configurable period of time (a file system level "trash bin"). * Coherent snapshots of files, even during I/O. Homepage: http://moosefs.org/ Section: admin Priority: optional Filename: pool/main/m/moosefs/moosefs-chunkserver_4.56.6-1~bpo12+1_amd64.deb Package: moosefs-cli Source: moosefs Version: 4.56.6-1~bpo12+1 Installed-Size: 552 Maintainer: Dmitry Smirnov Architecture: all Depends: python3:any Size: 108844 SHA256: b6e034394e44575eee8f72069f662c6986ed087e2d02238bdc06fc9f9ec09fb3 SHA1: 639465c93f63918654b992388df413ee3decf61c MD5sum: 097314fd60e2d9d384245d2982c35dd3 Description: MooseFS CLI utility MooseFS monitoring utility which can be used for showing list of connected chunkservers, clients, health of the system, some stats etc. . MooseFS (MFS) is a fault tolerant, scaling-out, network distributed file system. It spreads data over several physical servers which are visible to the user as one resource. For standard file operations MooseFS mounted with FUSE acts as other Unix-alike file systems: . * A hierarchical structure (directory tree). * POSIX file attributes (permissions, last access and modification times). * Special files (block and character devices, pipes and sockets). * Symbolic links and hard links. * Access control based on IP address and/or password. . Distinctive features of MooseFS are: . * High availability. * Fault tolerance. * Strong integrity check. * Capacity is dynamically expandable by simply adding new computers/disks. * Deleted files are retained for a configurable period of time (a file system level "trash bin"). * Coherent snapshots of files, even during I/O. Multi-Arch: foreign Homepage: http://moosefs.org/ Section: admin Priority: optional Filename: pool/main/m/moosefs/moosefs-cli_4.56.6-1~bpo12+1_all.deb Package: moosefs-client Source: moosefs Version: 4.56.6-1~bpo12+1 Installed-Size: 2008 Maintainer: Dmitry Smirnov Architecture: amd64 Depends: libc6 (>= 2.34), libfuse3-3 (>= 3.12.0), libmfsio1 (>= 4.56.6) Recommends: fuse3 Conflicts: lizardfs-client (<< 3.12.0+dfsg-4) Size: 483092 SHA256: 791848a3f89f7a59de70c5bef586ec9f086fc603b525fd82b4c6e96938cba1b8 SHA1: f86a912e01f53107c6744fc0cc9f307dee6626f7 MD5sum: c2c61d0ce7264e91be2255683a0b424d Description: MooseFS - client tools and mount utility Moosefs FUSE mount utility "mfsmount" and client tools. . MooseFS (MFS) is a fault tolerant, scaling-out, network distributed file system. It spreads data over several physical servers which are visible to the user as one resource. For standard file operations MooseFS mounted with FUSE acts as other Unix-alike file systems: . * A hierarchical structure (directory tree). * POSIX file attributes (permissions, last access and modification times). * Special files (block and character devices, pipes and sockets). * Symbolic links and hard links. * Access control based on IP address and/or password. . Distinctive features of MooseFS are: . * High availability. * Fault tolerance. * Strong integrity check. * Capacity is dynamically expandable by simply adding new computers/disks. * Deleted files are retained for a configurable period of time (a file system level "trash bin"). * Coherent snapshots of files, even during I/O. Homepage: http://moosefs.org/ Section: admin Priority: optional Filename: pool/main/m/moosefs/moosefs-client_4.56.6-1~bpo12+1_amd64.deb Package: moosefs-common Source: moosefs Version: 4.56.6-1~bpo12+1 Installed-Size: 62 Maintainer: Dmitry Smirnov Architecture: all Depends: adduser Size: 46916 SHA256: 087a3a22bc314fb3bf5e90c326ed846d1dd3e89569954eb792db8eb40de92baf SHA1: e02eaf52dc0f05e36261f2200953c51a8a185754 MD5sum: 63f7eac0447472ad539618621f840097 Description: MooseFS - common files This is an empty package to facilitate creation of "mfs" user for MooseFS daemons and to own "/etc/mfs" and "/var/lib/mfs" directories. . MooseFS (MFS) is a fault tolerant, scaling-out, network distributed file system. It spreads data over several physical servers which are visible to the user as one resource. For standard file operations MooseFS mounted with FUSE acts as other Unix-alike file systems: . * A hierarchical structure (directory tree). * POSIX file attributes (permissions, last access and modification times). * Special files (block and character devices, pipes and sockets). * Symbolic links and hard links. * Access control based on IP address and/or password. . Distinctive features of MooseFS are: . * High availability. * Fault tolerance. * Strong integrity check. * Capacity is dynamically expandable by simply adding new computers/disks. * Deleted files are retained for a configurable period of time (a file system level "trash bin"). * Coherent snapshots of files, even during I/O. Multi-Arch: foreign Homepage: http://moosefs.org/ Section: admin Priority: optional Filename: pool/main/m/moosefs/moosefs-common_4.56.6-1~bpo12+1_all.deb Package: moosefs-master Source: moosefs Version: 4.56.6-1~bpo12+1 Installed-Size: 1317 Maintainer: Dmitry Smirnov Architecture: amd64 Depends: libc6 (>= 2.34), zlib1g (>= 1:1.1.4), sysvinit-utils (>= 3.05-4~), moosefs-common (>= 4.56.6-1~bpo12+1) Conflicts: lizardfs-master (<< 3.12.0+dfsg-4) Size: 498932 SHA256: 7e9e0ce09be9bf69cd57db759f6e31d3575b9d64c07ce20c9624120b3a963ef6 SHA1: a6a23f5d039deaacf84a72e14b75e403f843db9e MD5sum: ada39c5c22d1273f0e427465ad73b23c Description: MooseFS - master server MooseFS master (metadata) server. . MooseFS (MFS) is a fault tolerant, scaling-out, network distributed file system. It spreads data over several physical servers which are visible to the user as one resource. For standard file operations MooseFS mounted with FUSE acts as other Unix-alike file systems: . * A hierarchical structure (directory tree). * POSIX file attributes (permissions, last access and modification times). * Special files (block and character devices, pipes and sockets). * Symbolic links and hard links. * Access control based on IP address and/or password. . Distinctive features of MooseFS are: . * High availability. * Fault tolerance. * Strong integrity check. * Capacity is dynamically expandable by simply adding new computers/disks. * Deleted files are retained for a configurable period of time (a file system level "trash bin"). * Coherent snapshots of files, even during I/O. Homepage: http://moosefs.org/ Section: admin Priority: optional Filename: pool/main/m/moosefs/moosefs-master_4.56.6-1~bpo12+1_amd64.deb Package: moosefs-metalogger Source: moosefs Version: 4.56.6-1~bpo12+1 Installed-Size: 173 Maintainer: Dmitry Smirnov Architecture: amd64 Depends: libc6 (>= 2.34), sysvinit-utils (>= 3.05-4~), moosefs-common (>= 4.56.6-1~bpo12+1) Conflicts: lizardfs-metalogger (<< 3.12.0+dfsg-4) Size: 82308 SHA256: 3445e98a42f05d29b0ad3e9923eb9dca8dfdb1717bbd4c80f1f304a79569b8ad SHA1: 7cf9cbe9411ef8079621791dd538e8035b589b0f MD5sum: 454450d0aa05e78446fbd676865fdbc3 Description: MooseFS - metalogger server MooseFS metadata replication (backup) server. . MooseFS (MFS) is a fault tolerant, scaling-out, network distributed file system. It spreads data over several physical servers which are visible to the user as one resource. For standard file operations MooseFS mounted with FUSE acts as other Unix-alike file systems: . * A hierarchical structure (directory tree). * POSIX file attributes (permissions, last access and modification times). * Special files (block and character devices, pipes and sockets). * Symbolic links and hard links. * Access control based on IP address and/or password. . Distinctive features of MooseFS are: . * High availability. * Fault tolerance. * Strong integrity check. * Capacity is dynamically expandable by simply adding new computers/disks. * Deleted files are retained for a configurable period of time (a file system level "trash bin"). * Coherent snapshots of files, even during I/O. Homepage: http://moosefs.org/ Section: admin Priority: optional Filename: pool/main/m/moosefs/moosefs-metalogger_4.56.6-1~bpo12+1_amd64.deb Package: moosefs-netdump Source: moosefs Version: 4.56.6-1~bpo12+1 Installed-Size: 91 Maintainer: Dmitry Smirnov Architecture: amd64 Depends: libc6 (>= 2.34), libpcap0.8 (>= 0.9.8) Size: 49012 SHA256: 50a202928bc355163d74801a3e9fabaab50fb4f9b47fb3c22a97f935cf248e56 SHA1: 2b2e3f83d5203122db76722ff33f3413b13abf7b MD5sum: 73f0b44308dd3a2e9b04ca8643605c5c Description: MooseFS network packet dump utility MooseFS monitoring tool "mfsnetdump" utility which can interpret MooseFS network traffic and show it in colorful form. . MooseFS (MFS) is a fault tolerant, scaling-out, network distributed file system. It spreads data over several physical servers which are visible to the user as one resource. For standard file operations MooseFS mounted with FUSE acts as other Unix-alike file systems: . * A hierarchical structure (directory tree). * POSIX file attributes (permissions, last access and modification times). * Special files (block and character devices, pipes and sockets). * Symbolic links and hard links. * Access control based on IP address and/or password. . Distinctive features of MooseFS are: . * High availability. * Fault tolerance. * Strong integrity check. * Capacity is dynamically expandable by simply adding new computers/disks. * Deleted files are retained for a configurable period of time (a file system level "trash bin"). * Coherent snapshots of files, even during I/O. Homepage: http://moosefs.org/ Section: admin Priority: optional Filename: pool/main/m/moosefs/moosefs-netdump_4.56.6-1~bpo12+1_amd64.deb Package: mosquitto Version: 2.0.20-1~bpo12+1 Installed-Size: 697 Maintainer: Debian IoT Maintainers Architecture: amd64 Depends: adduser (>= 3.10), libcjson1 (>= 1.7.13), libmosquitto1 (= 2.0.20-1~bpo12+1), sysvinit-utils (>= 3.06), libc6 (>= 2.34), libdlt2 (>= 2.18.8), libssl3 (>= 3.0.0), libsystemd0, libwebsockets17 (>= 1.6.0), libwrap0 (>= 7.6-4~) Pre-Depends: init-system-helpers (>= 1.54~) Suggests: apparmor Size: 270612 SHA256: 30354d8d43e24d7d482e348747f1a611711a84821bb79d61ae1556ad1640f4a9 SHA1: d887661511ab3cfd2895a44b8e1ce79179cfada3 MD5sum: 9332fe2541b48cc5ab0bdd82a1d7f91d Description: MQTT version 5.0/3.1.1/3.1 compatible message broker This is a message broker that supports version 3.1 and 3.1.1 of the MQTT protocol. . MQTT provides a method of carrying out messaging using a publish/subscribe model. It is lightweight, both in terms of bandwidth usage and ease of implementation. This makes it particularly useful at the edge of the network where a sensor or other simple device may be implemented using an arduino for example. Homepage: https://mosquitto.org/ Section: net Priority: optional Filename: pool/main/m/mosquitto/mosquitto_2.0.20-1~bpo12+1_amd64.deb Package: mosquitto-clients Source: mosquitto Version: 2.0.20-1~bpo12+1 Installed-Size: 286 Maintainer: Debian IoT Maintainers Architecture: amd64 Depends: libmosquitto1 (= 2.0.20-1~bpo12+1), libc6 (>= 2.34), libcjson1 (>= 1.7.5) Size: 115264 SHA256: ec9ffe6fe427c5be470946297ca537698ffe8397f12576eda222558b8ce14536 SHA1: d5d2c90cef4fca68517690876933c53b1f4aa556 MD5sum: ae6d945fcb7c43ce9cb5f91861e1e5a1 Description: Mosquitto command line MQTT clients This is two MQTT version 5.0/3.1.1/3.1 command line clients. mosquitto_pub can be used to publish messages to a broker and mosquitto_sub can be used to subscribe to a topic to receive messages. . MQTT provides a method of carrying out messaging using a publish/subscribe model. It is lightweight, both in terms of bandwidth usage and ease of implementation. This makes it particularly useful at the edge of the network where a sensor or other simple device may be implemented using an arduino for example. Multi-Arch: foreign Homepage: https://mosquitto.org/ Section: net Priority: optional Filename: pool/main/m/mosquitto/mosquitto-clients_2.0.20-1~bpo12+1_amd64.deb Package: mosquitto-dev Source: mosquitto Version: 2.0.20-1~bpo12+1 Installed-Size: 105 Maintainer: Debian IoT Maintainers Architecture: all Depends: mosquitto (<< 2.0.20-1~bpo12+1.1~), mosquitto (>= 2.0.20-1~bpo12+1) Size: 60748 SHA256: d24ab0d6c96ebfe946d44adacca12b0edb8c83ac9a6db675c9582e76bb01bb1c SHA1: b3a656deaa5be90ae51688fe49c7c9d96dc97aed MD5sum: b011c538b83b2d9e7d2c683d484e23f8 Description: Development files for Mosquitto Mosquitto is a message broker that supports the MQTT protocol. . This package contains the include files used if you wish to compile a package which requires Mosquitto's source file headers. Multi-Arch: foreign Homepage: https://mosquitto.org/ Section: devel Priority: optional Filename: pool/main/m/mosquitto/mosquitto-dev_2.0.20-1~bpo12+1_all.deb Package: mpd Version: 0.23.15-1~bpo12+1 Installed-Size: 2483 Maintainer: mpd maintainers Architecture: amd64 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 (>= 3.0), libgme0 (>= 0.6.0), libicu72 (>= 72.1~rc-1~), libid3tag0 (>= 0.15.1b), libiso9660-11 (>= 2.0.0), libixml10 (>= 1:1.8.0), libjack-jackd2-0 (>= 1.9.10+20150825) | libjack-0.125, libmad0 (>= 0.15.1b-3), libmikmod3 (>= 3.3.3), libmms0 (>= 0.4), libmodplug1 (>= 1:0.8.8.5), libmp3lame0 (>= 3.100), libmpcdec6 (>= 1:0.1~r435), libmpdclient2 (>= 2.16), libmpg123-0 (>= 1.28.0), libnfs13 (>= 1.9.7), libogg0 (>= 1.1.0), libopenal1 (>= 1.14), libopenmpt0 (>= 0.5.10), libopus0 (>= 1.1), libpcre2-8-0 (>= 10.22), libpipewire-0.3-0 (>= 0.3.38), libpulse0 (>= 0.99.1), libsamplerate0 (>= 0.1.7), libshout3 (>= 2.4.6), libsidplayfp6 (>= 2.4.2), libsmbclient (>= 2:4.0.3+dfsg1), libsndfile1 (>= 1.0.20), libsndio7.0 (>= 1.8.1), libsoxr0 (>= 0.1.0), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 12), libsystemd0, libupnp13 (>= 1:1.8.3), liburing2 (>= 2.3), libvorbis0a (>= 1.2.3), libvorbisenc2 (>= 1.1.2), libwavpack1 (>= 5.0.0), libwildmidi2 (>= 0.4.0), libyajl2 (>= 2.0.4), libzzip-0-13 (>= 0.13.56), zlib1g (>= 1:1.1.4), libjs-sphinxdoc (>= 5.2) Pre-Depends: init-system-helpers (>= 1.54~) Suggests: avahi-daemon, icecast2, mpd-client, pulseaudio Size: 752224 SHA256: 37feb9bf1ee6815298e9ae0d9ffbb234c363508fec468ec0999c5c7c17672c62 SHA1: f12ead296b443c4cf8755370a069a4eb9a52ada7 MD5sum: f3b7bef97e839f10f965624b0abe1040 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_amd64.deb Package: msgp Source: golang-github-tinylib-msgp Version: 1.2.0-1~bpo12+1 Installed-Size: 5565 Maintainer: Debian Go Packaging Team Architecture: amd64 Size: 1878568 SHA256: c9098049c1dc53906cd63cbdbaa025ffd5f429fde61be4b6ba79b6f3278730bc SHA1: ecec0246175e99eab99c666a319b249d77fe4bae MD5sum: dacd1476735308dd6d60bbc572a749bb 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_amd64.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: amd64 Depends: monitoring-plugins-contrib Size: 12484 SHA256: de61f684486921f826ae9b9ba363ffadbc5efea6620a960629ccd4ece63fe781 SHA1: d8b1941a3f761ad8e10088f4b4eb114ab180e138 MD5sum: 842ec178b1f8a27f65f7b9c8e35a9c68 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_amd64.deb Package: nala Version: 0.15.4~bpo12+1 Installed-Size: 752 Maintainer: Volian Developers Architecture: all Depends: python3-anyio, python3-httpx, python3-pexpect, python3-rich, python3-tomli, python3-typer, python3-typing-extensions, python3:any, apt, python3-apt, python3-debian Recommends: python3-socksio Size: 147772 SHA256: e53c0447ef8b8732949785d3e3c819a6f93f6977f2af04217e6cd73ea9a164b3 SHA1: 57332aecf30cf1d0e6e21a6860e4ce047d3b9cbd MD5sum: 569abd7ec857f7dd4de4023209a0dc3d Description: Commandline frontend for the APT package manager Nala is a frontend for the APT package manager. It has a lot of the same functionality, but formats the output to be more human readable. Also implements a history function to see past transactions and undo/redo them. Much like Fedora's dnf history. Homepage: https://gitlab.com/volian/nala Section: admin Priority: optional Filename: pool/main/n/nala/nala_0.15.4~bpo12+1_all.deb Package: ncat Source: nmap Version: 7.94+git20230807.3be01efb1+dfsg-4~bpo12+1 Installed-Size: 742 Maintainer: Debian Security Tools Architecture: amd64 Depends: libc6 (>= 2.34), liblua5.4-0 (>= 5.4.4), libpcap0.8 (>= 1.5.1), libssl3 (>= 3.0.0) Size: 498684 SHA256: c52b9d52031015af101f686d6561065467d859b7f71ebc6c814d529d52e6435f SHA1: ecc8da884a3bb37da5ba5e0200b9fb4dae858238 MD5sum: 799936e9a0035373932ee9a0a5034ffe Description: NMAP netcat reimplementation ncat is a reimplementation of Netcat by the NMAP project, providing most of the features present in the original implementations, along with some new features such as IPv6 and SSL support. Port scanning support has been removed. Homepage: https://nmap.org/ Section: net Priority: optional Filename: pool/main/n/nmap/ncat_7.94+git20230807.3be01efb1+dfsg-4~bpo12+1_amd64.deb Package: ndiff Source: nmap Version: 7.94+git20230807.3be01efb1+dfsg-4~bpo12+1 Installed-Size: 375 Maintainer: Debian Security Tools Architecture: all Depends: python3-lxml, python3:any Recommends: nmap Breaks: nmap (<< 7.94+git20230807.3be01efb1+dfsg-4~bpo12+1) Size: 303680 SHA256: 449812b217e36073fe69a4c265bde7b91b7cf52726bf1ed7203b50476db0d5ee SHA1: 65d978aefce417a544db51f8bd98fb7bb2173493 MD5sum: f6a3424edb0643816523acb7da5f8ad7 Description: The Network Mapper - result compare utility Ndiff is a tool to aid in the comparison of Nmap scans. It takes two Nmap XML output files and prints the differences between them them: hosts coming up and down, ports becoming open or closed, and things like that. It can produce output in human-readable text or machine-readable XML formats. Homepage: https://nmap.org/ Section: net Priority: optional Filename: pool/main/n/nmap/ndiff_7.94+git20230807.3be01efb1+dfsg-4~bpo12+1_all.deb Package: nemo-font-manager Source: font-manager Version: 0.8.9-1~bpo12+1 Installed-Size: 37 Maintainer: Debian Fonts Task Force Architecture: amd64 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: 11188 SHA256: 27b6ceb63bd451a5a37e13709895c1e01468ddc941e2e7fe141cfc4331d4b9bc SHA1: 86639f9f685fd1fbbd5d732621ec46bd63026049 MD5sum: 7c7cbd28fb5f01c0c8d456a74b58d6a2 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_amd64.deb Package: neomutt Version: 20241002+dfsg-1~bpo12+1 Installed-Size: 9030 Maintainer: Mutt maintainers Architecture: amd64 Provides: imap-client, mail-reader Depends: libc6 (>= 2.34), libgnutls30 (>= 3.7.5), libgpgme11 (>= 1.11.1), libgsasl18 (>= 1.1), libgssapi-krb5-2 (>= 1.17), libidn2-0 (>= 2.0.0), liblmdb0 (>= 0.9.7), liblua5.4-0 (>= 5.4.4), liblz4-1 (>= 0.0~r130), libncursesw6 (>= 6.1), libnotmuch5 (>= 0.32~rc0), libpcre2-8-0 (>= 10.22), libsqlite3-0 (>= 3.20.0), libtinfo6 (>= 6), libtokyocabinet9 (>= 1.4.47), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.2.0), sensible-utils Recommends: locales, mailcap Suggests: default-mta | mail-transport-agent, urlview, aspell | ispell, gnupg, openssl, ca-certificates Size: 1925656 SHA256: 73f9d6a442feb65c50a91ea718352ddc2fbbef5f6c5fca9f4c0644c707fcc80a SHA1: 2975c011439a7f2f8a3b158aed3543fcd92a45aa MD5sum: 51b68fdce25453d6f9bc89c6f9e27fcf Description: command line mail reader based on Mutt, with added features Neomutt supports all the features that are supported by Mutt, including POP and IMAP support, SSL encryption and SASL authentication, threading and GPG support. On the top of that, neomutt provides: * Notmuch: a mail indexing tools that provides advanced features such as full-text search, thread reconstruction and added features. * Color attachment headers using regex, just like mail bodies. * Custom rules for theming the mail index. * NNTP support. * Visual progress bar for slow operations. * Trash folder. Homepage: https://www.neomutt.org/ Section: mail Priority: optional Filename: pool/main/n/neomutt/neomutt_20241002+dfsg-1~bpo12+1_amd64.deb Package: nextcloud-spreed-signaling Version: 1.2.4-1~bpo12+1 Installed-Size: 17309 Maintainer: Debian Go Packaging Team Architecture: amd64 Depends: nextcloud-spreed-signaling-common (= 1.2.4-1~bpo12+1), libc6 (>= 2.34) Suggests: janus, nats-server Size: 4871432 SHA256: 6feee2ef81c38b5aa444e068dbf54f74f3853ad08dc51c30aa3e6113389ea23c SHA1: 4bc8ed7fb63c3a418ba37a14425ed93d78f20815 MD5sum: c74aa076927d246cae4b3a28bb23413d 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_amd64.deb Package: nextcloud-spreed-signaling-client Source: nextcloud-spreed-signaling Version: 1.2.4-1~bpo12+1 Installed-Size: 15774 Maintainer: Debian Go Packaging Team Architecture: amd64 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: 4467484 SHA256: 63d5d3719d0563f6feafaeb9262bfa99626259cac03a33765ac6f8ebe35a5e4d SHA1: f33a27ee6419e28de5ef1fb38171216c7a971d58 MD5sum: f9757556fc6d9cac9df2586fdb773eab 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_amd64.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: 16957 Maintainer: Debian Go Packaging Team Architecture: amd64 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: 4778528 SHA256: f5b99be81aff3641dd75b78ce561372c5ea5ba7d9018c98271d3deec322139f5 SHA1: 880a09bb5626cd4b5c05bb16a5de828633beecb4 MD5sum: 02eb3d46818b37ea71cf4953b0b3aa88 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_amd64.deb Package: nfs-ganesha Version: 5.9-5~bpo12+1 Installed-Size: 2022 Maintainer: Christoph Martin Architecture: amd64 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: 677304 SHA256: 958410dd4182f71c3fdf82751ea04c0d57f2817afa8fbf5496e5cc3cc57141e8 SHA1: 35955de2947d2e3a793d24d01cf19e193f58975e MD5sum: c89bb5fcc376a95f3e6367f2d8b15897 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_amd64.deb Package: nfs-ganesha-ceph Source: nfs-ganesha Version: 5.9-5~bpo12+1 Installed-Size: 215 Maintainer: Christoph Martin Architecture: amd64 Replaces: nfs-ganesha (<< 4.0-1) Depends: nfs-ganesha (= 5.9-5~bpo12+1), libacl1 (>= 2.2.23), libc6 (>= 2.34), libcephfs2 (>= 16.2.6+ds), librados2 (>= 16.2.11+ds), liburcu8 (>= 0.13.0) Breaks: nfs-ganesha (<< 4.0-1) Size: 60940 SHA256: da315943c12d0b16ce1d9037447f5ad29d3ff5e0ce8f9ee47587d71f84f4a1b4 SHA1: 2a4bee6242f285521e69067911751ff8c1cfa682 MD5sum: 685f686890ed85072cb0bf05d5390026 Description: nfs-ganesha fsal ceph libraries NFS-GANESHA is a NFS Server running in user space with a large cache. It comes with various backend modules to support different file systems and namespaces. Supported name spaces are POSIX, PROXY, SNMP, FUSE-like, HPSS, LUSTRE, XFS and ZFS. . This package contains a library for a FSAL_CEPH and an example ceph.conf file Homepage: https://github.com/nfs-ganesha/nfs-ganesha Section: libs Priority: optional Filename: pool/main/n/nfs-ganesha/nfs-ganesha-ceph_5.9-5~bpo12+1_amd64.deb Package: nfs-ganesha-doc Source: nfs-ganesha Version: 5.9-5~bpo12+1 Installed-Size: 88 Maintainer: Christoph Martin Architecture: all Size: 35836 SHA256: 2c388630c7a40d03f0804fe82d6b05197a8e2126bb895c8054b83fff4a0d3402 SHA1: 77e0fc9f61fd5cedc11d4803bdd722c5d2aa0abf MD5sum: 05d31cdb86205d1994bf9de3a401661e Description: Documentation for nfs-ganesha NFS-GANESHA is a NFS Server running in user space with a large cache. It comes with various backend modules to support different file systems and namespaces. Supported name spaces are POSIX, PROXY, SNMP, FUSE-like, HPSS, LUSTRE, XFS and ZFS. . This package contains documentation and examples for nfs-ganesha Multi-Arch: foreign Homepage: https://github.com/nfs-ganesha/nfs-ganesha Section: doc Priority: optional Filename: pool/main/n/nfs-ganesha/nfs-ganesha-doc_5.9-5~bpo12+1_all.deb Package: nfs-ganesha-gluster Source: nfs-ganesha Version: 5.9-5~bpo12+1 Installed-Size: 155 Maintainer: Christoph Martin Architecture: amd64 Depends: libglusterfs0 (>= 6.0), nfs-ganesha (= 5.9-5~bpo12+1), libacl1 (>= 2.2.23), libc6 (>= 2.34), libgfapi0 (>= 10.3), liburcu8 (>= 0.13.0) Size: 46704 SHA256: f362692dd5dfcc531f1e980b63979e48c9e0ec3966219c401903c3ec4a759bdc SHA1: a8f9c120d20899e0e34cf1a4ef763a73e45f4b4a MD5sum: 0aeaae45bd15556939362e586f630005 Description: nfs-ganesha fsal gluster libraries NFS-GANESHA is a NFS Server running in user space with a large cache. It comes with various backend modules to support different file systems and namespaces. Supported name spaces are POSIX, PROXY, SNMP, FUSE-like, HPSS, LUSTRE, XFS and ZFS. . This package contains a library for FSAL_GLUSTER and an example .conf file Multi-Arch: same Homepage: https://github.com/nfs-ganesha/nfs-ganesha Section: libs Priority: optional Filename: pool/main/n/nfs-ganesha/nfs-ganesha-gluster_5.9-5~bpo12+1_amd64.deb Package: nfs-ganesha-gpfs Source: nfs-ganesha Version: 5.9-5~bpo12+1 Installed-Size: 178 Maintainer: Christoph Martin Architecture: amd64 Depends: nfs-ganesha (= 5.9-5~bpo12+1), libc6 (>= 2.34), libdbus-1-3 (>= 1.9.14), liburcu8 (>= 0.13.0) Size: 55268 SHA256: cabcbfeebef0d7791d3c144185d6b7b55bc8a07e13261a85f99282aa00cf9626 SHA1: bdcd4caee79f69a50ca2f3690f4caa77d0511643 MD5sum: 380e7dd73585e668a4d42650b40481b2 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_amd64.deb Package: nfs-ganesha-mem Source: nfs-ganesha Version: 5.9-5~bpo12+1 Installed-Size: 114 Maintainer: Christoph Martin Architecture: amd64 Depends: nfs-ganesha (= 5.9-5~bpo12+1), libc6 (>= 2.34) Size: 31076 SHA256: 32e6d4ed982a65864ae1c8172f7e39ab4f7988ac088d23d46ae3397cf47d62ec SHA1: 3634975eda01b90d3a7c8990ea38d37a4b569339 MD5sum: dbac77fc757de462803b088570a75634 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_amd64.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: 78 Maintainer: Christoph Martin Architecture: amd64 Depends: nfs-ganesha (= 5.9-5~bpo12+1), libc6 (>= 2.4) Size: 16828 SHA256: 7b37a0e038e152a9ab43243c9c22e6a11b482cbc0361d02d369226576057ccfe SHA1: 57bf6690bd61c23ed21a85c76b71f0d6c258ed44 MD5sum: dc71b7df0d332007abb2f4109a524155 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_amd64.deb Package: nfs-ganesha-proxy-v4 Source: nfs-ganesha Version: 5.9-5~bpo12+1 Installed-Size: 159 Maintainer: Christoph Martin Architecture: amd64 Depends: nfs-ganesha (= 5.9-5~bpo12+1), libc6 (>= 2.34), libntirpc5.8 (>= 5.8), liburcu8 (>= 0.13.0) Size: 47760 SHA256: b3c65b6b27f402282ff4d97fb2daab3c8eda74856ab680b3019127227efca429 SHA1: 8c8aa6f1d99d88abac3b79fb43c84989946c0800 MD5sum: 8fcdd045d252c7341c03becd9a23908b 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_amd64.deb Package: nfs-ganesha-rados-grace Source: nfs-ganesha Version: 5.9-5~bpo12+1 Installed-Size: 81 Maintainer: Christoph Martin Architecture: amd64 Depends: nfs-ganesha (= 5.9-5~bpo12+1), libc6 (>= 2.34), librados2 (>= 16.2.11+ds) Size: 23776 SHA256: c1088186d9b50bd857da2f61679ab62e509d36876395e9def02483fff5509db2 SHA1: 5d21f04456047b85214dffa3206e4fd41fbde89d MD5sum: a7229d7a87a9a029f9b90c5294a16a9d Description: nfs-ganesha ganesha-rados-grace program NFS-GANESHA is a NFS Server running in user space with a large cache. It comes with various backend modules to support different file systems and namespaces. Supported name spaces are POSIX, PROXY, SNMP, FUSE-like, HPSS, LUSTRE, XFS and ZFS. . This package contains the ganesha-rados-grace program Multi-Arch: foreign Homepage: https://github.com/nfs-ganesha/nfs-ganesha Section: net Priority: optional Filename: pool/main/n/nfs-ganesha/nfs-ganesha-rados-grace_5.9-5~bpo12+1_amd64.deb Package: nfs-ganesha-rgw Source: nfs-ganesha Version: 5.9-5~bpo12+1 Installed-Size: 99 Maintainer: Christoph Martin Architecture: amd64 Depends: nfs-ganesha (= 5.9-5~bpo12+1), libc6 (>= 2.34), librgw2 (>= 16.2.11+ds) Size: 26068 SHA256: cfd7745cce2efef77efd2448aca4d004dd2236b32ae63b39bd9bb006fae0a785 SHA1: a8cf5b8b02759a760df827200f83fd7d9867c30d MD5sum: 0d4c9f63debb27c3fb176e5af5323bce Description: nfs-ganesha fsal rgw libraries NFS-GANESHA is a NFS Server running in user space with a large cache. It comes with various backend modules to support different file systems and namespaces. Supported name spaces are POSIX, PROXY, SNMP, FUSE-like, HPSS, LUSTRE, XFS and ZFS. . This package contains a library for a FSAL_RGW and an example rgw.conf file Multi-Arch: same Homepage: https://github.com/nfs-ganesha/nfs-ganesha Section: libs Priority: optional Filename: pool/main/n/nfs-ganesha/nfs-ganesha-rgw_5.9-5~bpo12+1_amd64.deb Package: nfs-ganesha-vfs Source: nfs-ganesha Version: 5.9-5~bpo12+1 Installed-Size: 174 Maintainer: Christoph Martin Architecture: amd64 Depends: nfs-ganesha (= 5.9-5~bpo12+1), libacl1 (>= 2.2.23), libc6 (>= 2.34) Size: 56056 SHA256: d39f71c4d4ff8a010148e2fd80fc481461fbd1f1ad03c9234d37c39f031f040c SHA1: 47e0beb482dd3eeb66b47725fdd3ad817485a41b MD5sum: b40965ced85444fa2cd940e9391997ce 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_amd64.deb Package: ngspice Version: 44.2+ds-1~bpo12+1 Installed-Size: 29013 Maintainer: Debian Electronics Team Architecture: amd64 Depends: libc6 (>= 2.35), libfontconfig1 (>= 2.12.6), libgcc-s1 (>= 3.0), libgomp1 (>= 4.9), libreadline8 (>= 6.0), libstdc++6 (>= 4.5), libtinfo6 (>= 6), libx11-6, libxaw7 (>= 2:1.0.14), libxft2 (>> 2.1.1), libxt6 Suggests: ngspice-doc (>= 44.2+ds-1~bpo12+1) Size: 4250088 SHA256: 2764b472e3e08a2a968255422e274064aab4e0349b7a88f5e324ee887a952213 SHA1: 0490cfd8ce2d55486cc4c3356257311fd5938bc2 MD5sum: 30a827f3e51d86f5ba42579b6804bed4 Description: Spice circuit simulator NGSpice is a mixed-level/mixed-signal circuit simulator. Its code is based on three open source software packages: Spice3f5, Cider1b1 and Xspice. It supports compiled Verilog-A models through the built-in OSDI interface. . NGSpice is part of gEDA project, a full GPL'd suite of Electronic Design Automation tools. Homepage: https://ngspice.sourceforge.io Section: electronics Priority: optional Filename: pool/main/n/ngspice/ngspice_44.2+ds-1~bpo12+1_amd64.deb Package: ngspice-dev Source: ngspice Version: 44.2+ds-1~bpo12+1 Installed-Size: 205 Maintainer: Debian Electronics Team Architecture: amd64 Depends: blt-dev, tclspice (= 44.2+ds-1~bpo12+1) Size: 162436 SHA256: 5ff729922572c96d69894102509f47cfae41952f1837563ca815e241f56a42f6 SHA1: 96b71e20e0e99be3ed540dabbe5ce3a189418ce8 MD5sum: 910df6f7442c120eeb4d6adc408f3524 Description: Spice circuit simulator - development files for ngspice and tclspice NGSpice is a mixed-level/mixed-signal circuit simulator. Its code is based on three open source software packages: Spice3f5, Cider1b1 and Xspice. It supports compiled Verilog-A models through the built-in OSDI interface. . Use this package in case you need to compile own Xspice models as a dynamic library with a file extension *.cm. Those files need to be placed into /usr/lib/$(multiarch)/ngspice and will be loaded by the ngspice executable. . This package contains the development header files for libspice and own ngspice dynamic library models. Homepage: https://ngspice.sourceforge.io Section: libdevel Priority: optional Filename: pool/main/n/ngspice/ngspice-dev_44.2+ds-1~bpo12+1_amd64.deb Package: ngspice-doc Source: ngspice Version: 44.2+ds-1~bpo12+1 Installed-Size: 7354 Maintainer: Debian Electronics Team Architecture: all Size: 3756664 SHA256: 490132de4a17962c5d2cefbbd342917dd42197d0d0b02eeda7fd2a44b08eb5c3 SHA1: 2465145426f1673739d890bb2626aeca0c0f8d89 MD5sum: 063ec809f22f4ef16acf2c612b4a7523 Description: Documentation for the NGspice circuit simulator NGspice is a mixed-level/mixed-signal circuit simulator. Its code is based on three open source software packages: Spice3f5, Cider1b1 and Xspice. It supports compiled Verilog-A models through the built-in OSDI interface. . NGSpice is part of gEDA project, a full GPL'd suite of Electronic Design Automation tools. . This package contains the PDF and HTML documentation. Multi-Arch: foreign Homepage: https://ngspice.sourceforge.io Section: doc Priority: optional Filename: pool/main/n/ngspice/ngspice-doc_44.2+ds-1~bpo12+1_all.deb Package: ngtcp2-client Source: ngtcp2 Version: 1.9.1-1~bpo12+1 Installed-Size: 201 Maintainer: Debian Curl Maintainers Architecture: amd64 Depends: libngtcp2-16 (= 1.9.1-1~bpo12+1), libc6 (>= 2.34), libev4 (>= 1:4.04), libgcc-s1 (>= 3.0), libgnutls30 (>= 3.7.5), libnghttp3-9 (>= 0.15.0), libngtcp2-crypto-gnutls8 (>= 1.1.0), libstdc++6 (>= 11) Size: 70144 SHA256: 458c46584777ca9339cfb3e3d180829ff868a3489454ae7b9098180816225f83 SHA1: 12dbe8a52fc17704558ad3733689d5dbf6d21285 MD5sum: 328f220e5d6c0a0c154b658773552719 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.9.1-1~bpo12+1_amd64.deb Package: ngtcp2-server Source: ngtcp2 Version: 1.9.1-1~bpo12+1 Installed-Size: 234 Maintainer: Debian Curl Maintainers Architecture: amd64 Depends: libngtcp2-16 (= 1.9.1-1~bpo12+1), ssl-cert, libc6 (>= 2.34), libev4 (>= 1:4.04), libgcc-s1 (>= 3.0), libgnutls30 (>= 3.7.5), libnghttp3-9 (>= 0.15.0), libngtcp2-crypto-gnutls8 (>= 1.9.1), libstdc++6 (>= 11) Size: 83908 SHA256: 450981660df2689980ad136dc46ab4d91e65283989bc0c90cc06e6e293603fba SHA1: 5e67cc99b3ca78e56855907284a09e1214b9d41e MD5sum: a792f0aa43c3dfa06e09d57c3731825e 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.9.1-1~bpo12+1_amd64.deb Package: nmap Version: 7.94+git20230807.3be01efb1+dfsg-4~bpo12+1 Installed-Size: 4470 Maintainer: Debian Security Tools Architecture: amd64 Depends: nmap-common (= 7.94+git20230807.3be01efb1+dfsg-4~bpo12+1), libc6 (>= 2.34), libgcc-s1 (>= 3.0), liblinear4 (>= 2.01+dfsg), liblua5.4-0 (>= 5.4.4), libpcap0.8 (>= 1.5.1), libpcre2-8-0 (>= 10.32), libssh2-1 (>= 1.2.9), libssl3 (>= 3.0.0), libstdc++6 (>= 11), zlib1g (>= 1:1.1.4) Suggests: ncat, ndiff, zenmap Size: 1914320 SHA256: d7515bcf9dd2707e4b0f6be753080ce0727a36bb69e9259157edce7d07f69cb7 SHA1: 7100268672ee9da59fae76c7563e8f99c93cd572 MD5sum: 7e38e7665136a28843a07384e39941e8 Description: The Network Mapper Nmap is a utility for network exploration or security auditing. It supports ping scanning (determine which hosts are up), many port scanning techniques, version detection (determine service protocols and application versions listening behind ports), and TCP/IP fingerprinting (remote host OS or device identification). Nmap also offers flexible target and port specification, decoy/stealth scanning, sunRPC scanning, and more. Most Unix and Windows platforms are supported in both GUI and commandline modes. Several popular handheld devices are also supported, including the Sharp Zaurus and the iPAQ. Homepage: https://nmap.org/ Section: net Priority: optional Filename: pool/main/n/nmap/nmap_7.94+git20230807.3be01efb1+dfsg-4~bpo12+1_amd64.deb Package: nmap-common Source: nmap Version: 7.94+git20230807.3be01efb1+dfsg-4~bpo12+1 Installed-Size: 21738 Maintainer: Debian Security Tools Architecture: all Recommends: nmap Size: 4322488 SHA256: 028a193be984c56d401f4ead3bce52cf9acfe5cf8da6f1561800ebddc175b30a SHA1: 2b41c90f966b0a577c6638424b0d3177069ece19 MD5sum: 759db8899a4f745623a5973f13453494 Description: Architecture independent files for nmap Nmap is a utility for network exploration or security auditing. It supports ping scanning (determine which hosts are up), many port scanning techniques, version detection (determine service protocols and application versions listening behind ports), and TCP/IP fingerprinting (remote host OS or device identification). Nmap also offers flexible target and port specification, decoy/stealth scanning, sunRPC scanning, and more. Most Unix and Windows platforms are supported in both GUI and commandline modes. Several popular handheld devices are also supported, including the Sharp Zaurus and the iPAQ. . This package contains the nmap files shared by all architectures. Multi-Arch: foreign Homepage: https://nmap.org/ Section: net Priority: optional Filename: pool/main/n/nmap/nmap-common_7.94+git20230807.3be01efb1+dfsg-4~bpo12+1_all.deb Package: nncp Version: 8.11.0-2~bpo12+1 Installed-Size: 177919 Maintainer: Debian Go Packaging Team Architecture: amd64 Depends: debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), adduser Pre-Depends: debconf Suggests: hjson-go Size: 35443736 SHA256: 4d914e035e54d0daf7f0e60fcbb518045a93ea143bc956510056a034e7e35d07 SHA1: 3be078077455cf94aa34d853f83c9c8de352a0be MD5sum: f26c09105347609a5628ea3e5d58b2af 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_amd64.deb Package: node-bootstrap Source: bootstrap-html Version: 5.3.3+dfsg-1~bpo12+3 Installed-Size: 514 Maintainer: Daniel Baumann Architecture: all Replaces: libjs-bootstrap4, libjs-bootstrap5 (<< 5.2.3+dfsg-8~) Provides: sass-stylesheets-bootstrap Depends: libjs-bootstrap5 (= 5.3.3+dfsg-1~bpo12+3) Suggests: bootstrap-icons, libjs-bootstrap5-doc Breaks: libjs-bootstrap4, libjs-bootstrap5 (<< 5.2.3+dfsg-8~) Size: 72924 SHA256: 6b0f12e7f2c031312c4755f7f97c8930862e48c21e30a9358dc937a45ecefebc SHA1: 145771b7ae0d21a41b177976aca95143b38f0fcc MD5sum: 40837ce28af149749a7e33f0fe0407d3 Description: HTML front-end framework (nodejs, version 5) Bootstrap is a CSS framework directed at responsive, mobile-first front-end web development. It contains HTML, CSS and (optionally) JavaScript-based design templates for typography, forms, buttons, navigation, and other interface components. . This package contains the nodejs integration for bootstrap version 5. Multi-Arch: foreign Homepage: https://getbootstrap.com Section: javascript Priority: optional Filename: pool/main/b/bootstrap-html/node-bootstrap_5.3.3+dfsg-1~bpo12+3_all.deb Package: nom Version: 0.1.5-3~bpo12+1 Installed-Size: 56 Maintainer: Holger Levsen Architecture: all Depends: gnuplot-x11 | gnuplot, ruby, ruby-nokogiri (>= 1.6) Size: 10836 SHA256: 550574c22994922fc5e08f4a8a4db502457e5d3a8a9702f152e76953972d1322 SHA1: 5a813ac3648b0ee4d63bbc2a35443770800388f5 MD5sum: 163e24ab08c88e836f3ab55ab1c4933a Description: command line tool that helps you lose weight nom is a command line tool that helps you lose weight by tracking your energy intake and creating a negative feedback loop. It's inspired by John Walker's The Hacker's Diet (https://www.fourmilab.ch/hackdiet/) and tries to automate things as much as possible. Homepage: https://github.com/blinry/nom Section: ruby Priority: optional Filename: pool/main/n/nom/nom_0.1.5-3~bpo12+1_all.deb Package: notmuch Version: 0.38.1-1~bpo12+1 Installed-Size: 351 Maintainer: Carl Worth Architecture: amd64 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: 183404 SHA256: e4e7b93b4fc341a0b4086c9ebca27aa68d333420632fee73589b9c3fcfd9eacf SHA1: 53af307e7aada6cbd6c11328077c9cea9e002fd7 MD5sum: a2ad57c888dcd4cd14438c0a0ac7de17 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_amd64.deb Package: notmuch-doc Source: notmuch Version: 0.38.1-1~bpo12+1 Installed-Size: 1100 Maintainer: Carl Worth Architecture: all Depends: libjs-sphinxdoc (>= 5.2) Suggests: notmuch Size: 122348 SHA256: 32ca514cbf6e7b3a90453648817f078240eb95b1b00d9c562a8d1126856c09dd SHA1: 147863bef2b9330644e48ccbb12d3e22fef40098 MD5sum: de426a7bbe3d07efd07e0c7cf4cd4a83 Description: thread-based email index, search and tagging Notmuch is a system for indexing, searching, reading, and tagging large collections of email messages in maildir or mh format. It uses the Xapian library to provide fast, full-text search with a very convenient search syntax. . This package contains the HTML documentation Homepage: https://notmuchmail.org/ Section: mail Priority: optional Filename: pool/main/n/notmuch/notmuch-doc_0.38.1-1~bpo12+1_all.deb Package: notmuch-git Source: notmuch Version: 0.38.1-1~bpo12+1 Installed-Size: 68 Maintainer: Carl Worth Architecture: all Depends: git, notmuch, python3 Size: 24960 SHA256: 9be1bd70ad551ac941604893a3e57c3ac25cb5da69c7262f621476692814bf44 SHA1: 80c1ac01a707bae310e1e2004a7f071deedb6578 MD5sum: e6dbf948f5e725d915ef44f11a84204f Description: thread-based email index, search and tagging Notmuch is a system for indexing, searching, reading, and tagging large collections of email messages in maildir or mh format. It uses the Xapian library to provide fast, full-text search with a very convenient search syntax. . This package contains a simple tool to save, restore, and synchronize notmuch tags via git repositories. Homepage: https://notmuchmail.org/ Section: mail Priority: optional Filename: pool/main/n/notmuch/notmuch-git_0.38.1-1~bpo12+1_all.deb Package: notmuch-mutt Source: notmuch Version: 0.38.1-1~bpo12+1 Installed-Size: 40 Maintainer: Carl Worth Architecture: all Depends: libmail-box-perl, libmailtools-perl, libterm-readline-gnu-perl, notmuch (>= 0.4), perl:any Recommends: mutt Enhances: mutt, notmuch Size: 15132 SHA256: 32967fc7fbf2b7ff260d20b245e7173069e79cb755566fb3b271c1c0dc77bd2f SHA1: 4334f017a106d34bec957c0b86dba17ff3035df0 MD5sum: e63ab6e16ef163dc7c0cbaed77b18f75 Description: thread-based email index, search and tagging (Mutt interface) notmuch-mutt provides integration among the Mutt mail user agent and the Notmuch mail indexer. . notmuch-mutt offer two main integration features. The first one is the ability of stating a search query interactively and then jump to a fresh Maildir containing its search results only. The second one is the ability to reconstruct threads on the fly starting from the current highlighted mail. Homepage: https://notmuchmail.org/ Section: mail Priority: optional Filename: pool/main/n/notmuch/notmuch-mutt_0.38.1-1~bpo12+1_all.deb Package: notmuch-vim Source: notmuch Version: 0.38.1-1~bpo12+1 Installed-Size: 55 Maintainer: Carl Worth Architecture: all Replaces: notmuch (<< 0.6~254~) Depends: notmuch, ruby-notmuch, vim-addon-manager, vim-ruby Recommends: ruby-mail Breaks: notmuch (<< 0.6~254~) Size: 16416 SHA256: c7fcd46126a3e39ab561b99db60549612783ffef4ac4d394dd5fbea286c86bc4 SHA1: 1d5669ad1b6084409d51160d30848ebd6208af3f MD5sum: 3a35acd03950f1164147ab1929dc6bc5 Description: thread-based email index, search and tagging (vim interface) Notmuch is a system for indexing, searching, reading, and tagging large collections of email messages in maildir or mh format. It uses the Xapian library to provide fast, full-text search with a very convenient search syntax. . This package provides a vim based mail user agent based on notmuch. Homepage: https://notmuchmail.org/ Section: mail Priority: optional Filename: pool/main/n/notmuch/notmuch-vim_0.38.1-1~bpo12+1_all.deb Package: nxt-firmware Version: 1.29.7-2~bpo12+1 Installed-Size: 299 Maintainer: Debian LEGO Team Architecture: all Recommends: libnxt Suggests: nbc Size: 90876 SHA256: 6bc7fde5a2d7f0da878ee34493843d53d2a521592c10c913f2d9d95efdfb17a3 SHA1: 1344bc1b205102ec61da9c2b0930f1f499bbfed5 MD5sum: 9c60d312c2a1572ed882adc204f5a3f0 Description: Improved firmware for LEGO Mindstorms NXT bricks The NXT Improved Firmware is a community-based open source project around the original LEGO Mindstorms firmware for the NXT bricks. . The firmware can be installed on the robot control bricks of type NXT. It is almost identical to the original firmware, meaning that all existing software working with the original firmware can be expected to work with the improved firmware as well. . The main differences between the original firmware and the improved firmware are the addition of absolute position regulation for motors and that it can be built with GCC rather than the non-free toolchain used by the LEGO Group. . This package contains the firmware image file, which can be flashed onto the brick with various tools, e.g. fwflash from the libnxt package. Multi-Arch: foreign Homepage: https://nxt-firmware.ni.fr.eu.org/ Section: electronics Priority: optional Filename: pool/main/n/nxt-firmware/nxt-firmware_1.29.7-2~bpo12+1_all.deb Package: objfw Version: 1.1.6-1~bpo12+1 Installed-Size: 21 Maintainer: Jonathan Schleifer Architecture: amd64 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: 9d8dba7fb8c0b00e74239bfc87349990bc081ef9af7a97b2689d02ce06882ca6 SHA1: df33bf7f661134fa88d7af6db8357ea67c5268a7 MD5sum: 4eb5fa6503ce962c0b534f4165459523 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_amd64.deb Package: obs-3d-effect Version: 0.0.2-2~bpo12+1 Installed-Size: 41 Maintainer: Joao Eriberto Mota Filho Architecture: amd64 Depends: libc6 (>= 2.4), libobs0 (>= 28.0.1), obs-studio (>= 29) Enhances: obs-studio Breaks: obs-text-slideshow (<= 1.5.2-3) Size: 7824 SHA256: ad068cb8cfb695f0c75999ed5b4193b609038b260833b185a92c344764f9e288 SHA1: 6829d3273fe4a83dd561c840351db6ed87ce4e7c MD5sum: 6394c5da64dc8f7d7b32e37bccaeebb6 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_amd64.deb Package: obs-advanced-scene-switcher Version: 1.26.4-1~bpo12+1 Installed-Size: 10611 Maintainer: Joao Eriberto Mota Filho Architecture: amd64 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), 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: 2024400 SHA256: feb8f7ba20d980809d9e32539f2f7f504e523f2b1fffe31ab4014c11ee3fabd8 SHA1: 921a371d5ad05097de02079bd926c6d129725a7c MD5sum: a4bd34fcd8d9f54c9f04604a321f6b86 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_amd64.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: 42 Maintainer: Joao Eriberto Mota Filho Architecture: amd64 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: 7696 SHA256: f95a31d027c0e7662916e2e839d5bd739249845807f54d634399da9bbc6d86af SHA1: a525afd7fc1f709d7454e00b34bcf770860c51c6 MD5sum: ff2766118257d5d72b5dd7a808c60553 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_amd64.deb Package: obs-ashmanix-countdown Version: 1.3.0-1~bpo12+1 Installed-Size: 112 Maintainer: Joao Eriberto Mota Filho Architecture: amd64 Depends: libc6 (>= 2.14), 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: 28024 SHA256: c14b01ef45c5bf0825095730d117b3c684675c6016ed900234a32b8d3b19b581 SHA1: 0cce04355c0c53a285fffbfed572d6f7fd51f302 MD5sum: 867666f39418ea46efc45f19ac376ddf 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_amd64.deb Package: obs-color-monitor Version: 0.5.2-3~bpo12+1 Installed-Size: 286 Maintainer: Joao Eriberto Mota Filho Architecture: amd64 Depends: libc6 (>= 2.35), libgcc-s1 (>= 3.0), 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: 77056 SHA256: 91bf3f44f84dc6cf569de1ec9e7b42ca25fe49f1a447ac80db14c4bdc7c5da20 SHA1: 7f432836375ca639d594ea9d5db8162caa31f5b0 MD5sum: fd17f21379d89735efec2071029bbde2 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_amd64.deb Package: obs-command-source Version: 0.4.0-4~bpo12+1 Installed-Size: 51 Maintainer: Joao Eriberto Mota Filho Architecture: amd64 Depends: libc6 (>= 2.14), libobs0 (>= 23.2.1), obs-studio (>= 29) Enhances: obs-studio Breaks: obs-text-slideshow (<= 1.5.2-3) Size: 11092 SHA256: cac30d9752328cd87934b596549e614f23de4a896fa5f1dd9c0e5b483d550f2b SHA1: 58dd3a11946989686ecf63739edc793949909f6d MD5sum: 5d8118dd6221e5be57918f27437ecb39 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_amd64.deb Package: obs-gradient-source Version: 0.3.2-1~bpo12+1 Installed-Size: 45 Maintainer: Joao Eriberto Mota Filho Architecture: amd64 Depends: libc6 (>= 2.4), libobs0 (>= 23.2.1), obs-studio (>= 29) Enhances: obs-studio Breaks: obs-text-slideshow (<= 1.5.2-3) Size: 10324 SHA256: da3ccb047d2ea43475dbcbf9afb9cee103a5e17ceae9aa4a23e14d3f7558b749 SHA1: e412a1d8015fe62eefde82db7ab5c9ed274b5516 MD5sum: 23ef92bc73342f3d91e558d2da3cedc9 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_amd64.deb Package: obs-move-transition Version: 2.9.1-1~bpo12+1 Installed-Size: 246 Maintainer: Joao Eriberto Mota Filho Architecture: amd64 Depends: libc6 (>= 2.14), libobs0 (>= 28.0.1), obs-studio (>= 28.0.1) Enhances: obs-studio Size: 72448 SHA256: 6c9d984638ee92ed87879108858e3013b5fb43b83a759d77d713627ca404cab7 SHA1: d227b1ee04966a8311dba77f202aecf90ff3c241 MD5sum: bf8312e8520b0d8dc4c332a7e0d15cb6 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_amd64.deb Package: obs-scene-as-transition Version: 1.1.0+20230419.ce423a3-2~bpo12+1 Installed-Size: 55 Maintainer: Joao Eriberto Mota Filho Architecture: amd64 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: 11068 SHA256: 2fb317c2c3ae72cdbcc41d4e54cca0ef45488b2331e9c9311b1a86ad6b17e6b2 SHA1: 94ac540d2de0995aa8be59b8dbe36e4c72e050d1 MD5sum: 5a3d139058fff9873f0648532449f552 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_amd64.deb Package: obs-scene-tree-view Version: 0.1.5-2~bpo12+1 Installed-Size: 150 Maintainer: Joao Eriberto Mota Filho Architecture: amd64 Depends: libc6 (>= 2.14), 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: 40164 SHA256: a4a6178ab1d680fbf8d93095527754594fb48ec8f44a5133ff79ade49efa251c SHA1: 7c6a0cdf3aa544d48ed1394900a6d9eaec68cb2f MD5sum: bf1cc02aef67f283bb78a871cad22e67 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_amd64.deb Package: obs-source-clone Version: 0.1.4-1~bpo12+1 Installed-Size: 55 Maintainer: Joao Eriberto Mota Filho Architecture: amd64 Depends: libc6 (>= 2.14), libobs0 (>= 28.0.1), obs-studio (>= 29) Enhances: obs-studio Breaks: obs-text-slideshow (<= 1.5.2-3) Size: 13916 SHA256: a6b74c1e06b1219784b1f344505bc697e133c2be76545dde73b2bab7313202a1 SHA1: 52d6dee6de330bac1a10cda98ade9fa7bd947e66 MD5sum: 3894f5e5c19429461e57402f18f4e180 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_amd64.deb Package: obs-time-source Version: 0.2-5~bpo12+1 Installed-Size: 39 Maintainer: Joao Eriberto Mota Filho Architecture: amd64 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: 7584 SHA256: e2a50e9c9216d6b4710883e51b4d37dfcc8740d2e3c072ed450f4821b43d5f28 SHA1: 2e011e6e675dab9e0df71a84b6044c28b578f993 MD5sum: d666a94870fada18ea881f580f1ff77a 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_amd64.deb Package: obs-vintage-filter Version: 1.0.0-2~bpo12+1 Installed-Size: 38 Maintainer: Joao Eriberto Mota Filho Architecture: amd64 Depends: libc6 (>= 2.4), libobs0 (>= 0.13.2), obs-studio (>= 29) Enhances: obs-studio Breaks: obs-text-slideshow (<= 1.5.2-3) Size: 6052 SHA256: 49c213b613b96b0d5f4cea31d86d72f3e40c66afd9e7b2af3b3eb52e9fe861f5 SHA1: 73c725ea6ba7a098959686ace70ceeb046e0934b MD5sum: 96134af086ef19f548416310b3de2727 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_amd64.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: 791 Maintainer: Robin Alexander Architecture: amd64 Depends: libbladerf2 (>= 0.2022.11), libc6 (>= 2.34), libfftw3-single3 (>= 3.3.10), libgcc-s1 (>= 3.0), liblimesuite22.09-1 (>= 22.09.1+dfsg), libsoapysdr0.8 (>= 0.8.1), libstdc++6 (>= 12), libuhd4.3.0 (>= 4.3.0.0+ds1) Size: 264224 SHA256: c81e71d5bc4e16a107b2194fe702535d8d9d6af8e049ff14baf71fe21fb533e2 SHA1: a79f81c3d5a4a521c0603284f8f936bd69d3e11f MD5sum: 19590ba81956a95023bb3b807d9fc946 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_amd64.deb Package: odr-dabmux Version: 5.0.0+ds-1~bpo12+1 Installed-Size: 1265 Maintainer: Robin Alexander Architecture: amd64 Depends: libc6 (>= 2.34), libcurl4 (>= 7.16.2), libgcc-s1 (>= 3.0), libstdc++6 (>= 12), libzmq5 (>= 4.0.1+dfsg) Size: 427100 SHA256: 29b839d310072b5f9fb1e36488ba11ef235d497fd44fc1cf4de5dd61abf27e77 SHA1: f87a1e28d0788c4ccf3b5daf460a459b3ac4ad79 MD5sum: 92fd9bf90661d3a0415d5a11bac06f8d Description: Digital Audio Broadcasting multiplexer compliant to ETSI EN 300 401 ODR-DabMux implements a DAB multiplexer that combines all audio and data inputs into an ETI output. It can be used off-line (i.e. not real-time) to generate ETI data for later processing, or in a real-time streaming scenario (e.g. in a transmitter). Multi-Arch: foreign Homepage: https://www.opendigitalradio.org/Mmbtools Section: hamradio Priority: optional Filename: pool/main/o/odr-dabmux/odr-dabmux_5.0.0+ds-1~bpo12+1_amd64.deb Package: odr-padenc Version: 3.0.0-2~bpo12+1 Installed-Size: 136 Maintainer: Robin Alexander Architecture: amd64 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: 49644 SHA256: 0f85811c1dd2fcb2c5595a0730c8a41f2b17a68f72f730dd2defbcacfb2a1e54 SHA1: 1955053b76fce3935d6e37dcb59131a9a3e3052b MD5sum: 699308de8b1c3647e47d9f090a0e26b9 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_amd64.deb Package: ofarc Source: objfw Version: 1.1.6-1~bpo12+1 Installed-Size: 303 Maintainer: Jonathan Schleifer Architecture: amd64 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: 62236 SHA256: 4af7e19d31448f81f16e853af592d80a1a50ba71be884389d47c79aeef8b3ae6 SHA1: 3150299c92c58f2e8541ea43a9a3b312a368d313 MD5sum: f8ca33b81a077521296205513108d392 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_amd64.deb Package: ofdns Source: objfw Version: 1.1.6-1~bpo12+1 Installed-Size: 64 Maintainer: Jonathan Schleifer Architecture: amd64 Depends: libc6 (>= 2.34), libobjfw1 (= 1.1.6-1~bpo12+1), libobjfwrt1 (= 1.1.6-1~bpo12+1) Size: 20064 SHA256: 5da7e200a43d544bebeb76a5b8ce187d1c08a2fd658cc80ab0d072c72a783e41 SHA1: 25dbcd72dfb50a6ac3ebb2e6f69e05f8d4d84c00 MD5sum: 0d637cba9b1c0327b539591ed95f24e7 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_amd64.deb Package: ofhash Source: objfw Version: 1.1.6-1~bpo12+1 Installed-Size: 67 Maintainer: Jonathan Schleifer Architecture: amd64 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: 21088 SHA256: fe947836b0bf6690a7e88083ef0d02799fa2869fdb76d8b5faf7a6c38914e5c6 SHA1: 253a95d839592a1c6691b6bfa27daccb1426b409 MD5sum: 447f3f0415abd9f54a712d98be627e41 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_amd64.deb Package: ofhttp Source: objfw Version: 1.1.6-1~bpo12+1 Installed-Size: 142 Maintainer: Jonathan Schleifer Architecture: amd64 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: 38968 SHA256: e514aac41a3ec0d3d91ce7bd0eb178dcb6935c73218df2b2d565b053c8c80678 SHA1: a629213e2645b1df44eeacff325830d2a94a09fe MD5sum: 8113957e158b2c4fd2a3f25afd9fa07a 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_amd64.deb Package: omniidl Source: omniorb-dfsg Version: 4.3.2+ds1-2~bpo12+1 Installed-Size: 1220 Maintainer: Freexian Packaging Team Architecture: amd64 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 5), python3 (<< 3.12), python3 (>= 3.11~), python3:any Suggests: omniidl-python Breaks: omniidl-python (<< 3.5-1) Size: 259616 SHA256: 0fd8e3f571e4488d60a0d07c63f61d694decb9453c7dd8d568d213b87c23d96b SHA1: 3efaf3704a24cb731e06027679cedda2a7a99708 MD5sum: 4cfef73dfb2e105917c22cebfc969d45 Description: omniORB IDL to C++ and Python3 compiler omniORB4 is a freely available Common Object Request Broker Architecture (CORBA) 2.6 compliant object request broker (ORB) implementation. It is based on the IIOP communications protocol and should be interoperable with any other CORBA 2.6 compliant ORB. . This includes the idl compiler. Homepage: http://omniorb.sourceforge.net Section: devel Priority: optional Filename: pool/main/o/omniorb-dfsg/omniidl_4.3.2+ds1-2~bpo12+1_amd64.deb Package: omniorb Source: omniorb-dfsg Version: 4.3.2+ds1-2~bpo12+1 Installed-Size: 182 Maintainer: Freexian Packaging Team Architecture: amd64 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libomniorb4-3 (>= 4.3.2+ds1), libomnithread4 (>= 4.3.2+ds1), libstdc++6 (>= 5) Size: 44992 SHA256: dd0746f34124e13e19fab4661ee51085234ad254d92e8efbc35a50a92e642615 SHA1: cf9281aeff443cebf18bc1f2aeed437aa3ce9ced MD5sum: 7af2ca9f5d2701327f5b3ef6ca588e7c Description: IOR and naming service utilities for omniORB omniORB is a freely available Common Object Request Broker Architecture (CORBA) 2.6 compliant object request broker (ORB) implementation. It is based on the IIOP communications protocol and should be interoperable with any other CORBA 2.6 compliant ORB. Homepage: http://omniorb.sourceforge.net Section: devel Priority: optional Filename: pool/main/o/omniorb-dfsg/omniorb_4.3.2+ds1-2~bpo12+1_amd64.deb Package: omniorb-doc Source: omniorb-dfsg Version: 4.3.2+ds1-2~bpo12+1 Installed-Size: 3711 Maintainer: Freexian Packaging Team Architecture: amd64 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libomniorb4-3 (>= 4.3.2+ds1), libomnithread4 (>= 4.3.2+ds1), libstdc++6 (>= 5) Suggests: libomniorb4-dev (= 4.3.2+ds1-2~bpo12+1), libomnithread4-dev (= 4.3.2+ds1-2~bpo12+1) Size: 750688 SHA256: bc93b87ef8eb41e92dcd523ef4dd8276f632d7acd3d2040d376ff9ef24b2a5ad SHA1: 34c661fde7cd7ab67845ceea8b51c04e223da3d7 MD5sum: ff83bd44746ea4bd67611c17c2948de7 Description: omniORB documentation and examples omniORB4 is a freely available Common Object Request Broker Architecture (CORBA) 2.6 compliant object request broker (ORB) implementation. It is based on the IIOP communications protocol and should be interoperable with any other CORBA 2.6 compliant ORB. . This includes the documentation and compiled examples. Homepage: http://omniorb.sourceforge.net Section: devel Priority: optional Filename: pool/main/o/omniorb-dfsg/omniorb-doc_4.3.2+ds1-2~bpo12+1_amd64.deb Package: omniorb-idl Source: omniorb-dfsg Version: 4.3.2+ds1-2~bpo12+1 Installed-Size: 254 Maintainer: Freexian Packaging Team Architecture: all Size: 41008 SHA256: f017dfb099ad48be00fc2ee27861bf6813d64054b4ab0fef6461ae28a3e2c2a6 SHA1: 4b75f493ecfcc42ad653a434a8f326f69883541a MD5sum: 7b30f7cd152b9ea6fa30b873462506c4 Description: omniORB CORBA services idl files omniORB is a freely available Common Object Request Broker Architecture (CORBA) 2.6 compliant object request broker (ORB) implementation. It is based on the IIOP communications protocol and should be interoperable with any other CORBA 2.6 compliant ORB. . This includes the idl files. Multi-Arch: foreign Homepage: http://omniorb.sourceforge.net Section: devel Priority: optional Filename: pool/main/o/omniorb-dfsg/omniorb-idl_4.3.2+ds1-2~bpo12+1_all.deb Package: omniorb-nameserver Source: omniorb-dfsg Version: 4.3.2+ds1-2~bpo12+1 Installed-Size: 147 Maintainer: Freexian Packaging Team Architecture: amd64 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libomniorb4-3 (>= 4.3.2+ds1), libomnithread4 (>= 4.3.2+ds1), libstdc++6 (>= 5) Size: 44532 SHA256: 5b3a27b43364504adb9603383d5b89b19f597805e80220dce260967d5c53a5e1 SHA1: 752ac26c77ec63553b8c9bc7becd4bd5c3009030 MD5sum: b406b4c182868222bd3a8241bc780213 Description: omniORB naming service omniORB is a freely available Common Object Request Broker Architecture (CORBA) 2.6 compliant object request broker (ORB) implementation. It is based on the IIOP communications protocol and should be interoperable with any other CORBA 2.6 compliant ORB. . This includes the CORBA nameserver. Homepage: http://omniorb.sourceforge.net Section: devel Priority: optional Filename: pool/main/o/omniorb-dfsg/omniorb-nameserver_4.3.2+ds1-2~bpo12+1_amd64.deb Package: onedriver Version: 0.14.1-1~bpo12+1 Installed-Size: 13958 Maintainer: Debian Go Packaging Team Architecture: amd64 Depends: libc6 (>= 2.34), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.10.0), libfontconfig1 (>= 2.12.6), libgdk-pixbuf-2.0-0 (>= 2.31.1), libglib2.0-0 (>= 2.45.7), libgtk-3-0 (>= 3.21.6), libpango-1.0-0 (>= 1.44.6), libpangocairo-1.0-0 (>= 1.22.0), libwebkit2gtk-4.1-0 (>= 2.5.3), fuse3 Size: 3006728 SHA256: 66720a4acb244b4d55b9c94edd342988d44955af210d9fc7286bfb291835c8e5 SHA1: cc638bec3a892d56109e3623578539db99f21ad3 MD5sum: ec2cbb5c8989daa719636d3894f9002e Description: native Linux filesystem for Microsoft OneDrive This is a native Linux filesystem for Microsoft Onedrive Onedriver is a native Linux filesystem for Microsoft Onedrive. Files and metadata are downloaded on-demand instead of requiring you to sync your entire account to disk. Multi-Arch: foreign Homepage: https://github.com/jstaf/onedriver Section: net Priority: optional Filename: pool/main/o/onedriver/onedriver_0.14.1-1~bpo12+1_amd64.deb Package: open-vm-tools Version: 2:12.4.0-1~bpo12+1 Installed-Size: 3236 Maintainer: Bernd Zeimetz Architecture: amd64 Replaces: open-vm-tools-sdmp (<< 2:12.1.0-2~) Depends: libc6 (>= 2.34), libdrm2 (>= 2.4.3), libfuse3-3 (>= 3.2.3), libgcc-s1 (>= 3.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, open-vm-tools-salt-minion Breaks: open-vm-tools-sdmp (<< 2:12.1.0-2~) Size: 689056 SHA256: 2720df5cf32660a7494c30465a22cada2166f3bf9aa113655dea6b5801f06306 SHA1: 672740a0979bc253a8a9857443fe93f27fd7faeb MD5sum: 6751cf61dbdd522777fd87803105a1e7 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_amd64.deb Package: open-vm-tools-containerinfo Source: open-vm-tools Version: 2:12.4.0-1~bpo12+1 Installed-Size: 745 Maintainer: Bernd Zeimetz Architecture: amd64 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: 170424 SHA256: 2a684c81b1a6c232ed1598d538681f65d67ea225fe04f9425b17f6aa672e106d SHA1: c299cf195a0993a16571fa205e6579b97339fd86 MD5sum: d3d2a23c171918cf56e7f0f9947355b8 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_amd64.deb Package: open-vm-tools-desktop Source: open-vm-tools Version: 2:12.4.0-1~bpo12+1 Installed-Size: 527 Maintainer: Bernd Zeimetz Architecture: amd64 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: 151980 SHA256: 5e53dc927a28ebe6fb0521518e97512b938f521dc80f9b99276a955ef7852337 SHA1: b88439ac517d1fab08953c0bb0af6ee3aecd22ee MD5sum: f595aab6e2ea8454917ec6a34f4c2abb 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_amd64.deb Package: open-vm-tools-dev Source: open-vm-tools Version: 2:12.4.0-1~bpo12+1 Installed-Size: 4153 Maintainer: Bernd Zeimetz Architecture: amd64 Depends: open-vm-tools (= 2:12.4.0-1~bpo12+1) Size: 512852 SHA256: a21a18193106a600637cd48653c6957b3205a20138399343f3f173dfa55e93c6 SHA1: 04adcaae5c4a0442850da3be7b68c673a381f435 MD5sum: 666a60ff099422440b8b657d500dd0b4 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_amd64.deb Package: open-vm-tools-salt-minion Source: open-vm-tools Version: 2:12.4.0-1~bpo12+1 Installed-Size: 114 Maintainer: Bernd Zeimetz Architecture: amd64 Depends: open-vm-tools (= 2:12.4.0-1~bpo12+1) Size: 28956 SHA256: 09f12812e12eba2089881195cca5b13ab200015427987c67e28387815bd864a9 SHA1: 0329a80ff5fcaedf55a64c459da2a6a51a7f9741 MD5sum: 39e56bffd8af6a6aa92ec7862029625c 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 Salt Minion plugin for event driven IT automation, remote task execution, and configuration management. Homepage: https://github.com/vmware/open-vm-tools Section: admin Priority: optional Filename: pool/main/o/open-vm-tools/open-vm-tools-salt-minion_12.4.0-1~bpo12+1_amd64.deb Package: open-vm-tools-sdmp Source: open-vm-tools Version: 2:12.4.0-1~bpo12+1 Installed-Size: 79 Maintainer: Bernd Zeimetz Architecture: amd64 Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.28.0), open-vm-tools (= 2:12.4.0-1~bpo12+1), iproute2, procps, gawk Size: 24996 SHA256: 7ecc42113b89424b6b8f901291ee52a4e1005753239bfc9be3bf41b6959024e3 SHA1: 637d5efffd8b5e203a1b2ebe4bb1e3479f5a8b68 MD5sum: 2d92021e66bf04d2793c8b53dc1ce045 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_amd64.deb Package: openbgpd Version: 8.6-1~bpo12+1 Installed-Size: 739 Maintainer: Marco d'Itri Architecture: amd64 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: 278120 SHA256: 412a194950ab0cedfed348af149c4fc8f7f04d5adc907e9b0e61d08c4c1816fb SHA1: 5ac17a51e91d80ab346b4d10c0c4790c88864862 MD5sum: 293b69a0002b09e35d4923d85b5a8ca1 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_amd64.deb Package: opencpn Version: 1:5.10.2+dfsg-1~bpo12+1 Installed-Size: 25702 Maintainer: Alec Leamas Architecture: amd64 Replaces: opencpn-gshhs-crude (<< 1:1), opencpn-plugins (<< 4.8.8~), opencpn-tcdata (<< 1:1) Depends: opencpn-data (>= 1:5.10.2+dfsg-1~bpo12+1), bzip2, libjs-mathjax, libjs-highlight.js, libarchive13 (>= 3.0.4), libbz2-1.0, libc6 (>= 2.34), libcurl4 (>= 7.16.2), libcxx-serial1 (>= 1.2.1), libgcc-s1 (>= 3.0), libgl1, libglew2.2 (>= 2.2.0-4+b1), libglib2.0-0 (>= 2.26.0), libglu1-mesa | libglu1, libgtk-3-0 (>= 3.21.4), liblz4-1 (>= 0.0~r113), liblzma5 (>= 5.1.1alpha+20120614), libportaudio2 (>= 19+svn20101113), libshp2 (>= 1.3.0), libsqlite3-0 (>= 3.14.0), libssl3 (>= 3.0.0), libstdc++6 (>= 11), libtinyxml2.6.2v5 (>= 2.6.2), libudev1 (>= 183), libunarr1 (>= 1.0.0), libusb-1.0-0 (>= 2:1.0.16), libwxbase3.2-1 (>= 3.2.2+dfsg), libwxgtk-gl3.2-1 (>= 3.2.2+dfsg), libwxgtk-webview3.2-1 (>= 3.2.2+dfsg), libwxgtk3.2-1 (>= 3.2.1+dfsg-2), libx11-6, libxrandr2 (>= 2:1.2.0), zlib1g (>= 1:1.2.3.4) Recommends: wx3.2-i18n, xdg-utils, libusb-0.1-4, opencpn-sglock-amd64 Suggests: binutils Breaks: opencpn-gshhs-crude (<< 1:1), opencpn-plugins (<< 4.8.8~), opencpn-tcdata (<< 1:1) Size: 7707752 SHA256: ba933298350da2768baaf99ca3b5821b337ad000b97cf04d707b419920467616 SHA1: 63dcff294af9bf7ad21dcf2208779359a94dacf2 MD5sum: f82e46ce2bf0b16ccd853c78d735e738 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_amd64.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: 8934 Maintainer: Gürkan Myczko Architecture: amd64 Depends: libc6 (>= 2.34) Size: 1182572 SHA256: 36ef972ecc8a6b2fc11fd0f6aa79e987424ca25c80967d4af2d0f45b19f4ec85 SHA1: 06ab48c64c94ca905969a805ded99e60e2596af6 MD5sum: 27e44b96876c1f4b613ce3965e6a0308 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_amd64.deb Package: opensmtpd Version: 7.4.0p1-1~bpo12+1 Installed-Size: 1432 Maintainer: Ryan Kavanagh Architecture: amd64 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: 383724 SHA256: f11cf6b5f15110a5fc70537a132dc647e7420e92087e090d3ce8ca52dc449ba1 SHA1: bf556768908c477bb92a7c832034ef94db2cf0f1 MD5sum: 46f96231e04ef214f0ae7ededec5465d 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_amd64.deb Package: orca Version: 47.2-1~bpo12+1 Installed-Size: 15735 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: 1966484 SHA256: 65ba37f30074175f0faa5955e3815b09a14dd587fbc679c09dad75b23d55c321 SHA1: 59390c8abe23a0bdd13e548ded51edb0f6278c30 MD5sum: f7c41b8aad0bb12262cc3effe9cce508 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.2-1~bpo12+1_all.deb Package: os-autoinst Version: 4.6.1731418769.97d9a7fd-1~bpo12+1 Installed-Size: 930 Maintainer: Philip Hands Architecture: amd64 Depends: libc6 (>= 2.34), libfftw3-double3 (>= 3.3.10), libgcc-s1 (>= 3.0), libogg0 (>= 1.0rc3), libopencv-core406 (>= 4.6.0+dfsg), libopencv-highgui406 (>= 4.6.0+dfsg), libopencv-imgcodecs406 (>= 4.6.0+dfsg), libopencv-imgproc406 (>= 4.6.0+dfsg), libsndfile1 (>= 1.0.20), libstdc++6 (>= 12), libtheora0 (>= 1.0), perl (>= 5.36.0-7+deb12u1), perlapi-5.36.0, qemu-system-x86 (>= 4.0.0), qemu-utils, optipng, git, tesseract-ocr-all, python3, libmojolicious-perl (>= 5.60), libcarp-always-perl, libdata-dump-perl, libcrypt-des-perl, libjson-perl, libnet-dbus-perl, libipc-system-simple-perl, libxml-libxml-perl, libnet-ssh2-perl, libtest-mockmodule-perl, libdevel-cover-perl, libtest-warnings-perl, libpod-coverage-perl, libtest-fatal-perl, libtest-pod-perl, libexception-class-perl, libipc-run-perl, libtest-output-perl, libautodie-perl, libnet-ip-perl, libfile-which-perl, libnet-snmp-perl, libjson-xs-perl, libyaml-pp-perl, libtime-moment-perl, libmojo-ioloop-readwriteprocess-perl, libjson-validator-perl, libcpanel-json-xs-perl, liblist-moreutils-perl Recommends: x11-xkb-utils, tigervnc-standalone-server, openvswitch-switch Enhances: openqa Size: 228784 SHA256: 30f5f09e8e60f4e68ec453ed9c3e139b3d7462480d07d91b0dfb4e2746867998 SHA1: f5cac651adebf42f512862574bee3a199dd2839c MD5sum: ba1cb3df4f93096bb2b68d66dd3e586b Description: automated testing of Operating Systems The OS-autoinst project aims at providing a means to run fully automated tests. Especially to run tests of basic and low-level operating system components such as bootloader, kernel, installer and upgrade, which can not easily and safely be tested with other automated testing frameworks. However, it can just as well be used to test firefox and openoffice operation on top of a newly installed OS. . os-autoinst can be executed alone, but is currently designed to be executed together with openQA, the web user interface that allows one to run more than one os-autoinst instance at the same time. Homepage: http://open.qa Section: devel Priority: optional Filename: pool/main/o/os-autoinst/os-autoinst_4.6.1731418769.97d9a7fd-1~bpo12+1_amd64.deb Package: osm2pgsql Version: 2.0.1+ds-1~bpo12+1 Installed-Size: 3538 Maintainer: Debian GIS Project Architecture: amd64 Depends: python3-psycopg2, python3-pyosmium, python3:any, libbz2-1.0, libc6 (>= 2.34), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.0), liblua5.3-0, libopencv-core406 (>= 4.6.0+dfsg), libopencv-imgcodecs406 (>= 4.6.0+dfsg), libopencv-imgproc406 (>= 4.6.0+dfsg), libpotrace0, libpq5 (>= 9.0~), libproj25 (>= 6.1.0), libstdc++6 (>= 12), zlib1g (>= 1:1.2.6) Recommends: postgis Size: 841328 SHA256: cff8044732aaa500118dab8b8d864fbea432df4fe67567e28bdfe03bdcd872c9 SHA1: ad6d8b3044d00aea6a190164fe7f22d94e24fe31 MD5sum: 76e75cf82035f9b70693547347df9004 Description: OpenStreetMap data to PostgreSQL converter Convert OSM planet snapshot data to SQL suitable for loading into a PostgreSQL database with PostGIS geospatial extensions. This database may then be used to render maps with Mapnik or for other geospatial analysis. Homepage: https://osm2pgsql.org/ Section: utils Priority: optional Filename: pool/main/o/osm2pgsql/osm2pgsql_2.0.1+ds-1~bpo12+1_amd64.deb Package: osmium-tool Version: 1.16.0-1~bpo12+1 Installed-Size: 2034 Maintainer: Debian GIS Project Architecture: amd64 Depends: libboost-program-options1.74.0 (>= 1.74.0+ds1), libbz2-1.0, libc6 (>= 2.34), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.0), liblz4-1 (>= 0.0~r130), libstdc++6 (>= 12), zlib1g (>= 1:1.2.6) Size: 678656 SHA256: 4653353475c84a01402024a8d1e6621e3212b85edad7092aa670ae5daa8f113e SHA1: c58e9a98fce79d35bf18cdd56cead9ef43095f79 MD5sum: f585bd1c327c6350c713f57bb3fc6c40 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_amd64.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: 230 Maintainer: Stephen Kitt Architecture: amd64 Depends: libc6 (>= 2.34), libssl3 (>= 3.0.0), zlib1g (>= 1:1.1.4) Size: 78884 SHA256: d867e4f38487eda98ce4400f1e0b96eb947bb170f88481931f6d50b733e9a4df SHA1: e2c2edc0180bd8841ef72c0b2272d01f988522d8 MD5sum: 61ef6c7da1f83ca92a023ab8a29b5591 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_amd64.deb Package: otpclient Version: 4.0.2-1~bpo12+1 Installed-Size: 385 Maintainer: Francisco Vilmar Cardoso Ruviaro Architecture: amd64 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.0.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: 73552 SHA256: 592c86f63542bb6c390cd898294ebb0f5e9c347a8386484fa1d2a26a147ddd76 SHA1: b2ccdc095ce37388dae6756a6088f0247d6451e4 MD5sum: 0c90af2e1cd52a820248cd018e06507f 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_amd64.deb Package: otpclient-cli Source: otpclient Version: 4.0.2-1~bpo12+1 Installed-Size: 117 Maintainer: Francisco Vilmar Cardoso Ruviaro Architecture: amd64 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: 37200 SHA256: b75bbc3638f1f32c4c0ae0f6c28a18de3714db0a856ffcde34dfb4b8d123a21f SHA1: a834421c72b95cb04b1d95d08a7efee897a96aad MD5sum: 15e07e1226484f378196f2ec5b16948f 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_amd64.deb Package: packetsender Version: 8.3.5-1~bpo12+1 Installed-Size: 2495 Maintainer: Joao Eriberto Mota Filho Architecture: amd64 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.2.0~alpha1) | libqt5gui5-gles (>= 5.2.0~alpha1), libqt5network5 (>= 5.15.1), libqt5widgets5 (>= 5.15.1), libstdc++6 (>= 5) Size: 1423292 SHA256: 61acb98bfd2a4830a8c84ed02915051be03446575ffe56c8963df9c4acc64c08 SHA1: 152b8e31d2dd04c3e6b08d0048f1b289d1ca378b MD5sum: 01c267424cbfe6603d8ac6ae9ca1ac73 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_amd64.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.17.0-2~bpo12+1 Installed-Size: 14908 Maintainer: Bill Allombert Architecture: all Recommends: pari-gp, perl:any, texlive-base Size: 8503516 SHA256: d6dca82bb2f78c1ca7c9ce7776bbb50c2f3f37840ff316930175579a60dd0690 SHA1: c3b5f8d059aecff91a4f8bbd1b54a5c919af7824 MD5sum: d114744516bf8b1f593a6f354f66c1de Description: PARI/GP Computer Algebra System documentation PARI/GP is a widely used computer algebra system designed for fast computations in number theory (factorizations, algebraic number theory, elliptic curves...), but also contains a large number of other useful functions to compute with mathematical entities such as matrices, polynomials, power series, algebraic numbers etc., and a lot of transcendental functions. PARI is also available as a C library to allow for faster computations. . Originally developed by Henri Cohen and his co-workers (University Bordeaux I, France), PARI is now under the GPL and maintained by Karim Belabas with the help of many volunteer contributors. . This package contains the documentation and the extended online help. Multi-Arch: foreign Homepage: http://pari.math.u-bordeaux.fr Section: doc Priority: optional Filename: pool/main/p/pari/pari-doc_2.17.0-2~bpo12+1_all.deb Package: pari-gp Source: pari Version: 2.17.0-2~bpo12+1 Installed-Size: 10707 Maintainer: Bill Allombert Architecture: amd64 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: 4096420 SHA256: 2d6134f456fea4cdec92a5288770ad75ba9945ab36450c25c76ff62ac6b70592 SHA1: 26ff2813b2a21a8535f51b4826769b7cc88da2b1 MD5sum: 0cb71ff8a7649e9dc3edf1a8e9ab36af Description: PARI/GP Computer Algebra System binaries PARI/GP is a widely used computer algebra system designed for fast computations in number theory (factorizations, algebraic number theory, elliptic curves...), but also contains a large number of other useful functions to compute with mathematical entities such as matrices, polynomials, power series, algebraic numbers etc., and a lot of transcendental functions. PARI is also available as a C library to allow for faster computations. . Originally developed by Henri Cohen and his co-workers (University Bordeaux I, France), PARI is now under the GPL and maintained by Karim Belabas with the help of many volunteer contributors. . This package contains the GP calculator. Homepage: http://pari.math.u-bordeaux.fr Section: math Priority: optional Filename: pool/main/p/pari/pari-gp_2.17.0-2~bpo12+1_amd64.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: 985 Maintainer: Debian GIS Project Architecture: amd64 Depends: php-common (>= 1:7.0+33~), phpapi-20220829, libc6 (>= 2.14), libmapserver2 (>= 8.0.0) Suggests: mapserver-bin, mapserver-doc Size: 232936 SHA256: ebd949eaef9b0b986e331d0a14a2b7aecb4f5fe238079e039368833e4aa9772c SHA1: 5add1fd46a53a485596b59c7a93f6c30e41717e4 MD5sum: 9948dbdf43bc5311d1cdf04ef887cb3d 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_amd64.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: amd64 Depends: pidgin-skype-common (= 20240122+gitab786a3+dfsg-2~bpo12+1) Size: 9064 SHA256: a826d7e933faec77dae169b99557179864111881f9dc4295eb9e855ad3ac3794 SHA1: a47f367ba2e2841253cc36e0e1d95bc2b691f36b MD5sum: a44f60eca574fac747a66a44e2fcab4e 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_amd64.deb Package: pidgin-skype-common Source: pidgin-skype Version: 20240122+gitab786a3+dfsg-2~bpo12+1 Installed-Size: 196 Maintainer: Patrick Zajda Architecture: amd64 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: 71244 SHA256: e7808137bee6e82dd44304861ad11ce9bc52e89e6c5b2cad0bc3fc65538ce75f SHA1: 0e074383ceea51d23daa48c9f44f021d11834a11 MD5sum: 625186bc1b0c98ecfe00c514ceca2db5 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_amd64.deb Package: pipewire Version: 1.2.7-1~bpo12+1 Installed-Size: 130 Maintainer: Utopia Maintenance Team Architecture: amd64 Depends: libpipewire-0.3-modules (= 1.2.7-1~bpo12+1), pipewire-bin (= 1.2.7-1~bpo12+1), init-system-helpers (>= 1.52), adduser Size: 112816 SHA256: cb01ad5e79f3eedf9e6e3ae32186399f0722d1d6e6f3483ae03ba3876bce6694 SHA1: 37f2428264fadfbccea833e337956884660cb4a9 MD5sum: ed81fa0bc82f8d53161c6fd527971840 Description: audio and video processing engine multimedia server PipeWire is a server and user space API to deal with multimedia pipelines. This includes: . - Making available sources of audio and video (such as from a capture devices or application provided streams) and multiplexing this with clients. - Accessing sources of audio and video for consumption. - Generating graphs for audio and video processing. . This metapackage makes PipeWire available for programs of the same architecture, and provides the systemd user service necessary to run pipewire on-demand. Multi-Arch: same Homepage: https://pipewire.org/ Section: video Priority: optional Filename: pool/main/p/pipewire/pipewire_1.2.7-1~bpo12+1_amd64.deb Package: pipewire-alsa Source: pipewire Version: 1.2.7-1~bpo12+1 Installed-Size: 207 Maintainer: Utopia Maintenance Team Architecture: amd64 Replaces: pipewire-audio-client-libraries (<< 0.3.54-1~) Depends: pipewire (= 1.2.7-1~bpo12+1), libasound2 (>= 1.2.5), libc6 (>= 2.14), libpipewire-0.3-0 (= 1.2.7-1~bpo12+1) Conflicts: pulseaudio Breaks: pipewire-audio-client-libraries (<< 0.3.54-1~) Size: 60968 SHA256: 4fcf0b33d42078231bbd889442b4ac0a2eaa1c4f6d5d68ac983d69f6fbb9efab SHA1: 66f4133115fee90e8645bd1d31e9f8bfb31bd7df MD5sum: 3279d742f2ca7c973b81c754e3a8d0bf Description: PipeWire ALSA plugin, for ALSA applications to output via PipeWire PipeWire is a server and user space API to deal with multimedia pipelines. This includes: . - Making available sources of audio and video (such as from a capture devices or application provided streams) and multiplexing this with clients. - Accessing sources of audio and video for consumption. - Generating graphs for audio and video processing. . This package contains a plugin for ALSA applications to output via PipeWire. Multi-Arch: same Homepage: https://pipewire.org/ Section: sound Priority: optional Filename: pool/main/p/pipewire/pipewire-alsa_1.2.7-1~bpo12+1_amd64.deb Package: pipewire-audio Source: pipewire Version: 1.2.7-1~bpo12+1 Installed-Size: 30 Maintainer: Utopia Maintenance Team Architecture: all Replaces: pulseaudio, pulseaudio-module-bluetooth Depends: libspa-0.2-bluetooth, pipewire-alsa, pipewire-pulse, wireplumber Conflicts: pulseaudio, pulseaudio-module-bluetooth Size: 19616 SHA256: b9c2af591e8bbebee5f8b6d1564e6951763dd413436a9a7f6991f1edbff4be5e SHA1: 58700632fd3cce23fd717776e8a3efe103768253 MD5sum: 87fa428ac9a4b29862985517f110be77 Description: recommended set of PipeWire packages for a standard audio desktop use PipeWire is a server and user space API to deal with multimedia pipelines. This includes: . - Making available sources of audio and video (such as from a capture devices or application provided streams) and multiplexing this with clients. - Accessing sources of audio and video for consumption. - Generating graphs for audio and video processing. . This metapackage depends on a recommended set of pipewire packages for a standard audio desktop use. Homepage: https://pipewire.org/ Section: sound Priority: optional Filename: pool/main/p/pipewire/pipewire-audio_1.2.7-1~bpo12+1_all.deb Package: pipewire-audio-client-libraries Source: pipewire Version: 1.2.7-1~bpo12+1 Installed-Size: 30 Maintainer: Utopia Maintenance Team Architecture: all Depends: pipewire-alsa, pipewire-jack Size: 19416 SHA256: 55fa106c660cb4917760271d0ddc3a99aec17a36df8bccb48a5a36f47014f6d1 SHA1: 403c3ee57beb32bce53e9f21576150d47d630f9c MD5sum: c7e27e454686fd071f44eb015c6744b6 Description: transitional package for pipewire-alsa and pipewire-jack PipeWire is a server and user space API to deal with multimedia pipelines. . This is a transitional package for pipewire-alsa and pipewire-jack. It can safely be removed. Homepage: https://pipewire.org/ Section: oldlibs Priority: optional Filename: pool/main/p/pipewire/pipewire-audio-client-libraries_1.2.7-1~bpo12+1_all.deb Package: pipewire-bin Source: pipewire Version: 1.2.7-1~bpo12+1 Installed-Size: 1745 Maintainer: Utopia Maintenance Team Architecture: amd64 Replaces: pipewire (<< 0.3.5) Depends: libpipewire-0.3-modules (= 1.2.7-1~bpo12+1), libasound2 (>= 1.2.5), libc6 (>= 2.34), libdbus-1-3 (>= 1.9.14), libncursesw6 (>= 6), libpipewire-0.3-0 (= 1.2.7-1~bpo12+1), libreadline8 (>= 6.0), libsndfile1 (>= 1.0.20), libtinfo6 (>= 6) Recommends: dbus-user-session, wireplumber, rtkit Breaks: pipewire (<< 0.3.5) Size: 389784 SHA256: 1cc83179a48a69a2a4e77187dbf08fc379db524be18c01ec01e21ef291faccb0 SHA1: 0a9fbcf4b36a0bb7b27da17abc99f79348240fc0 MD5sum: 2dcddbbc004d419d72edf96529ed1dc5 Description: PipeWire multimedia server - programs PipeWire is a server and user space API to deal with multimedia pipelines. This includes: . - Making available sources of audio and video (such as from a capture devices or application provided streams) and multiplexing this with clients. - Accessing sources of audio and video for consumption. - Generating graphs for audio and video processing. . This package contains the server and command-line utilities, and should not normally be depended on directly. PipeWire clients should depend on the pipewire package instead. Multi-Arch: foreign Homepage: https://pipewire.org/ Section: video Priority: optional Filename: pool/main/p/pipewire/pipewire-bin_1.2.7-1~bpo12+1_amd64.deb Package: pipewire-doc Source: pipewire Version: 1.2.7-1~bpo12+1 Installed-Size: 27997 Maintainer: Utopia Maintenance Team Architecture: all Replaces: libpipewire-0.2-doc (<< 0.3.1) Breaks: libpipewire-0.2-doc (<< 0.3.1) Size: 1615144 SHA256: 963748db319ba8083c6646a8c0f92eda785a9796e7e3f51d4a5033ac72bb0c00 SHA1: 6a1bea502fab95c7d13055a457b1b9f4648863d4 MD5sum: 2900283eaf5865b652500dee67505ae0 Description: libraries for the PipeWire multimedia server - documentation PipeWire is a server and user space API to deal with multimedia pipelines. This includes: . - Making available sources of audio and video (such as from a capture devices or application provided streams) and multiplexing this with clients. - Accessing sources of audio and video for consumption. - Generating graphs for audio and video processing. . This package contains the API reference. Multi-Arch: foreign Homepage: https://pipewire.org/ Section: doc Priority: optional Filename: pool/main/p/pipewire/pipewire-doc_1.2.7-1~bpo12+1_all.deb Package: pipewire-jack Source: pipewire Version: 1.2.7-1~bpo12+1 Installed-Size: 593 Maintainer: Utopia Maintenance Team Architecture: amd64 Replaces: pipewire-audio-client-libraries (<< 0.3.54-1~) Depends: pipewire (= 1.2.7-1~bpo12+1), libc6 (>= 2.34), libpipewire-0.3-0 (= 1.2.7-1~bpo12+1) Breaks: pipewire-audio-client-libraries (<< 0.3.54-1~) Size: 131448 SHA256: d5da7fb128e6c581275cb1e020e4d7d13801a3e4aac7c1a9ca97971f10de9fa6 SHA1: 46c8ccefce88f526779f79bd7f32ae9149031c8f MD5sum: 44c0cd83f4536366e301f26373127d76 Description: PipeWire JACK plugin, for JACK applications to output via PipeWire PipeWire is a server and user space API to deal with multimedia pipelines. This includes: . - Making available sources of audio and video (such as from a capture devices or application provided streams) and multiplexing this with clients. - Accessing sources of audio and video for consumption. - Generating graphs for audio and video processing. . This package contains a plugin for JACK applications to output via PipeWire. Multi-Arch: same Homepage: https://pipewire.org/ Section: sound Priority: optional Filename: pool/main/p/pipewire/pipewire-jack_1.2.7-1~bpo12+1_amd64.deb Package: pipewire-libcamera Source: pipewire Version: 1.2.7-1~bpo12+1 Installed-Size: 30 Maintainer: Utopia Maintenance Team Architecture: all Depends: libspa-0.2-libcamera Size: 19400 SHA256: 47bf7668def854acf0e1e6649bda441d6c4f9a737ed5c9f225d73123aec46062 SHA1: 51a419e3c9c09dc81bfb74d47fb100df5c07997e MD5sum: 0078f1c237c1cbcc7a9c83fa2fcda184 Description: transitional package for libspa-0.2-libcamera PipeWire is a server and user space API to deal with multimedia pipelines. . This is a transitional package for libspa-0.2-libcamera. It can safely be removed. Homepage: https://pipewire.org/ Section: oldlibs Priority: optional Filename: pool/main/p/pipewire/pipewire-libcamera_1.2.7-1~bpo12+1_all.deb Package: pipewire-module-xrdp Version: 0.2-2~bpo12+1 Installed-Size: 21 Maintainer: Utopia Maintenance Team Architecture: all Depends: libpipewire-0.3-modules-xrdp (>= 0.2-2~bpo12+1) Suggests: pipewire-bin Size: 4280 SHA256: a8a6d45e8ebc9b508cc5c7ac7baf7ae835d8df19a2ca471e5926afdf4c379ffe SHA1: bffb484a511489eb3337af0b503408d360388273 MD5sum: 18426ffab6a5da694d47569fbca7808d Description: audio over xrdp for PipeWire based systems This package provides scripts to automatically load the PipeWire xrdp modules when a xrdp session is started, thus allowing xrdp to generate sound on a pipewire-based system. Homepage: https://github.com/neutrinolabs/pipewire-module-xrdp Section: sound Priority: optional Filename: pool/main/p/pipewire-module-xrdp/pipewire-module-xrdp_0.2-2~bpo12+1_all.deb Package: pipewire-pulse Source: pipewire Version: 1.2.7-1~bpo12+1 Installed-Size: 60 Maintainer: Utopia Maintenance Team Architecture: amd64 Replaces: pipewire-bin (<< 0.3.27-2) Depends: pipewire (= 1.2.7-1~bpo12+1), dconf-gsettings-backend | gsettings-backend, init-system-helpers (>= 1.52) Recommends: wireplumber Suggests: libspa-0.2-bluetooth, pulseaudio-utils Conflicts: pulseaudio-module-gsettings Breaks: pipewire-bin (<< 0.3.27-2) Size: 24656 SHA256: 4e434bbc7a80b5a236aa1288ddef135fd33e6d4e6867a52f9e888b4f0f9a45fb SHA1: d4cc8b52be3371e062ef5908f0d540b8e1722c0f MD5sum: d063f6c6e31610066fd415b7cee7319e Description: PipeWire PulseAudio daemon PipeWire is a server and user space API to deal with multimedia pipelines. This includes: . - Making available sources of audio and video (such as from a capture devices or application provided streams) and multiplexing this with clients. - Accessing sources of audio and video for consumption. - Generating graphs for audio and video processing. . This package contains the PulseAudio replacement daemon. Multi-Arch: foreign Homepage: https://pipewire.org/ Section: sound Priority: optional Filename: pool/main/p/pipewire/pipewire-pulse_1.2.7-1~bpo12+1_amd64.deb Package: pipewire-tests Source: pipewire Version: 1.2.7-1~bpo12+1 Installed-Size: 2763 Maintainer: Utopia Maintenance Team Architecture: amd64 Depends: pipewire (= 1.2.7-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.7-1~bpo12+1), libsdl2-2.0-0 (>= 2.0.12) Size: 357768 SHA256: 19d3b6f5942087b383dbb37afb67b393b9f8dfdcd3569b73a192117f9aec0b2b SHA1: a8424496ca4c0cd39aa6f2f2f03addaaa1520bcd MD5sum: c8fa2ac3a6129db2a688cdb08cab40d7 Description: PipeWire multimedia server - tests and examples PipeWire is a server and user space API to deal with multimedia pipelines. This includes: . - Making available sources of audio and video (such as from a capture devices or application provided streams) and multiplexing this with clients. - Accessing sources of audio and video for consumption. - Generating graphs for audio and video processing. . This package contains automated and manual tests and example programs. Homepage: https://pipewire.org/ Section: misc Priority: optional Filename: pool/main/p/pipewire/pipewire-tests_1.2.7-1~bpo12+1_amd64.deb Package: pipewire-v4l2 Source: pipewire Version: 1.2.7-1~bpo12+1 Installed-Size: 123 Maintainer: Utopia Maintenance Team Architecture: amd64 Replaces: libpipewire-0.3-modules (<< 0.3.54-1), pipewire-bin (<< 0.3.54-1) Depends: pipewire (= 1.2.7-1~bpo12+1), libc6 (>= 2.34), libpipewire-0.3-0 (= 1.2.7-1~bpo12+1) Breaks: libpipewire-0.3-modules (<< 0.3.54-1), pipewire-bin (<< 0.3.54-1) Size: 52384 SHA256: b753e558802a607103a45bdf512e4e1f6188f71a045973b7df75577924b1dbd9 SHA1: 466cb2a116ec6240e8701f2f2799ab0189351c82 MD5sum: fc1fb5e3d6cf93a48e7b42ef6de99a8c Description: PipeWire V4L2 plugin PipeWire is a server and user space API to deal with multimedia pipelines. This includes: . - Making available sources of audio and video (such as from a capture devices or application provided streams) and multiplexing this with clients. - Accessing sources of audio and video for consumption. - Generating graphs for audio and video processing. . This package contains the V4L2 plugin. Multi-Arch: same Homepage: https://pipewire.org/ Section: video Priority: optional Filename: pool/main/p/pipewire/pipewire-v4l2_1.2.7-1~bpo12+1_amd64.deb Package: pkb-client Version: 2.0.0-1~bpo12+1 Installed-Size: 96 Maintainer: Unit 193 Architecture: all Depends: python3-dnspython, python3-pkg-resources, python3-requests, python3:any Size: 15656 SHA256: 0d0e4f4b51a944928d9d9976a7ac64a1bd474a547732b0e75af4a0519178e349 SHA1: 14e10b64bcbd20045ce489bd1e192fe087778573 MD5sum: 78820251d3e2c5b805728d0ae8d59f53 Description: Unofficial client for the Porkbun API pkb_client is an unofficial client for the Porkbun API. It supports the v3 of the API. You can find the official documentation of the Porkbun API at https://porkbun.com/api/json/v3/documentation Homepage: https://github.com/infinityofspace/pkb_client Section: utils Priority: optional Filename: pool/main/p/pkb-client/pkb-client_2.0.0-1~bpo12+1_all.deb Package: podman-compose Version: 1.0.6-1~bpo12+1 Installed-Size: 205 Maintainer: Debian Python Team Architecture: all Depends: python3-dotenv, python3-yaml, python3:any Recommends: podman Size: 37992 SHA256: 214244ac96e1fd170b05fddf2a4f8e61ac06c19c21448ea396d72e789737b9ea SHA1: 8da11be1e5733f8892aec2f5a9d2ac829c9ab748 MD5sum: ff83318ce37d6ccae4b1ad06d067e922 Description: Run docker-compose.yml using podman An implementation of docker-compose with podman backend. The main objective of this project is to be able to run docker-compose.yml unmodified and rootless. Homepage: https://github.com/containers/podman-compose Section: admin Priority: optional Filename: pool/main/p/podman-compose/podman-compose_1.0.6-1~bpo12+1_all.deb Package: postgresql-15-pgsphere Source: pgsphere Version: 1.4.2-1~bpo12+1 Installed-Size: 1620 Maintainer: Debian PostgreSQL Maintainers Architecture: amd64 Provides: postgresql-pgsphere Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx3 (>= 3.80.0), libstdc++6 (>= 5.2), postgresql-15, postgresql-15-jit-llvm (>= 14) Size: 430120 SHA256: d0040e2ad3b56dafce312e0007a27b687d4895ea37f16f85ecbfc937cf341eee SHA1: 2b2fbbfc2ae8721182ae051a2dff43e3ace416ec MD5sum: d09d1db2c73faf958411a5e652d5a677 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_amd64.deb Package: privacybrowser Version: 0.6.2-1~bpo12+1 Installed-Size: 5278 Maintainer: Soren Stoutner Architecture: amd64 Provides: www-browser Depends: kio, libc6 (>= 2.34), libkf5completion5 (>= 4.97.0), libkf5configcore5 (>= 4.98.0), libkf5configgui5 (>= 4.97.0), libkf5configwidgets5 (>= 4.96.0), libkf5coreaddons5 (>= 5.16.0), libkf5crash5 (>= 5.15.0), libkf5dbusaddons5 (>= 4.97.0), libkf5i18n5 (>= 4.97.0), libkf5kiocore5 (>= 5.69.0), libkf5notifications5 (>= 5.90.0), libkf5widgetsaddons5 (>= 5.37.0), libkf5xmlgui5 (>= 4.98.0), libqt5core5a (>= 5.15.1), libqt5dbus5 (>= 5.0.2), libqt5gui5 (>= 5.7.0) | libqt5gui5-gles (>= 5.7.0), libqt5network5 (>= 5.0.2), libqt5printsupport5 (>= 5.0.2), libqt5sql5 (>= 5.0.2), libqt5webenginecore5 (>= 5.15.17+dfsg-3~bpo12+1), libqt5webenginewidgets5 (>= 5.15.17+dfsg-3~bpo12+1), libqt5widgets5 (>= 5.14.1), libstdc++6 (>= 4.8), khelpcenter Suggests: hunspell-af, hunspell-an, hunspell-be, hunspell-bg, hunspell-bn, hunspell-bs, hunspell-ca, hunspell-cs, hunspell-da, hunspell-de-at, hunspell-de-at-frami, hunspell-de-ch, hunspell-de-ch-frami, hunspell-de-de, hunspell-de-de-frami, hunspell-el, hunspell-en-gb, hunspell-en-med, hunspell-en-za, hunspell-eo, hunspell-es, hunspell-eu, hunspell-gd, hunspell-gl, hunspell-gu, hunspell-gug, hunspell-he, hunspell-hi, hunspell-hr, hunspell-hu, hunspell-id, hunspell-is, hunspell-it, hunspell-kk, hunspell-kmr, hunspell-ko, hunspell-lo, hunspell-lt, hunspell-lv, hunspell-mn, hunspell-no, hunspell-ne, hunspell-oc, hunspell-pl, hunspell-pt-br, hunspell-pt-pt, hunspell-ro, hunspell-ru, hunspell-si, hunspell-sk, hunspell-sl, hunspell-sr, hunspell-sv, hunspell-sw, hunspell-te, hunspell-th, hunspell-tr, hunspell-uk, hunspell-vi, myspell-da, myspell-de-de-1901, myspell-eo, myspell-es, myspell-fo Size: 1952668 SHA256: da1f227e06edfe940eee7457477c9d6757b12ce01fc3d2e5e5fd87f76b065670 SHA1: 1aba8d1f5914299881d6190ed70bac1a787ff40e MD5sum: 60a058e26c8f323d5d1af7864b783d9e 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_amd64.deb Package: profanity Version: 0.14.0-1~bpo12+1 Installed-Size: 1765 Maintainer: Debian XMPP Maintainers Architecture: amd64 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: 462764 SHA256: d2d505c07490b34b749252bbe10c111decbefe20ebd34037e6fb410b33d8278c SHA1: 69fe5c3d7482f1abbcbec0263c82b7308886476e MD5sum: 828dc01dcd3577be841f5507e22565f0 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_amd64.deb Package: profanity-light Source: profanity Version: 0.14.0-1~bpo12+1 Installed-Size: 1711 Maintainer: Debian XMPP Maintainers Architecture: amd64 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: 448044 SHA256: 153378ca29c4133d784684b2e5890e5f35d33c066b9d401989aa5142d35c11ba SHA1: 3ea5943fa9e53dd4f4ae0e707eed68cdb96c8450 MD5sum: e7cc779d42daa522fe51219f01f50fc5 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_amd64.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.5-1~bpo12+1 Installed-Size: 2110 Maintainer: Debian XMPP Maintainers Architecture: amd64 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: 397008 SHA256: d332d4a561f1fc1d0084f3e3f8ce3675d257bf335b65d4bca11226e09056e4fb SHA1: f14da6989944699f97525b9501732583234ee5ce MD5sum: 89b3a16aaef53f48fc26682180e65e57 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.5-1~bpo12+1_amd64.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.2+ds-1~bpo12+1 Installed-Size: 27 Maintainer: Debian Multimedia Maintainers Architecture: all Depends: puredata-common (<< 0.55.2+ds+1~), puredata-common (>= 0.55.2+ds-1~bpo12+1), puredata-core (<< 0.55.2+ds+1~), puredata-core (>= 0.55.2+ds-1~bpo12+1), puredata-dev (<< 0.55.2+ds+1~), puredata-dev (>= 0.55.2+ds-1~bpo12+1), puredata-doc (<< 0.55.2+ds+1~), puredata-doc (>= 0.55.2+ds-1~bpo12+1), puredata-extra (<< 0.55.2+ds+1~), puredata-extra (>= 0.55.2+ds-1~bpo12+1), puredata-gui (<< 0.55.2+ds+1~), puredata-gui (>= 0.55.2+ds-1~bpo12+1), puredata-utils Suggests: gem, multimedia-puredata, pd-aubio, pd-csound, pd-pdp, pd-zexy Size: 14772 SHA256: 44e2068a9e6a3524bcb89256691ca161153740ba8b9f40fe65eae0a5996a298a SHA1: bf7eac9a2bd3c0c6b4847baae9548fa8c96d2563 MD5sum: 065cc7a7b407efd97c6efcd16168884a Description: realtime computer music and graphics system Pure Data (also known as Pd) is a real-time graphical programming environment for audio and graphics processing. Pd's audio functions are built-in; graphical computations require separate packages such as gem (Graphics Environment for Multimedia) or pd-pdp (Pd Packet). . This is a metapackage that depends on all components of the core of Pd. Homepage: https://puredata.info Section: sound Priority: optional Filename: pool/main/p/puredata/puredata_0.55.2+ds-1~bpo12+1_all.deb Package: puredata-common Source: puredata Version: 0.55.2+ds-1~bpo12+1 Installed-Size: 1339 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Replaces: puredata-core (<< 0.54), puredata64-core (<< 0.54) Depends: libc6 (>= 2.34) Breaks: puredata-core (<< 0.54), puredata64-core (<< 0.54) Size: 248812 SHA256: 1feb2bb532325495ce64905c6e555a046603a398c6a7312727edf9e95e9af3cf SHA1: 41a047dac0e6e7d4c28122acc9140f1004f8b5eb MD5sum: 22ddd738c02351308fd150e5d1b4c985 Description: realtime computer music and graphics system - common components Pure Data (also known as Pd) is a real-time graphical programming environment for audio and graphics processing. . This package only provides common parts of the core infrastructure for Pure Data, like the pd-watchdog (for realtime operations) and the reference patches. It is of little use without the puredata*-core package. Most likely you will want to install "puredata" (or "puredata64") instead. Multi-Arch: foreign Homepage: https://puredata.info Section: sound Priority: optional Filename: pool/main/p/puredata/puredata-common_0.55.2+ds-1~bpo12+1_amd64.deb Package: puredata-core Source: puredata Version: 0.55.2+ds-1~bpo12+1 Installed-Size: 1495 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Provides: pd Depends: libasound2 (>= 1.0.18), libc6 (>= 2.35), libjack-jackd2-0 (>= 1.9.10+20150825) | libjack-0.125, libportaudio2 (>= 19+svn20101113) Recommends: puredata-common, puredata-gui Breaks: puredata-gui (>> 0.55.2+ds+1~), puredata-gui (<< 0.55.2+ds) Size: 590908 SHA256: 90ea0c05b4be4ab1a2fba255e8610cb1c75a64962530ef54a5fcd8dbe04b389d SHA1: 8b649335cbf58272b570082fbe59d4ce8144e9fb MD5sum: 306ba24d0b7d57fe2f37ff906cad95ce Description: realtime computer music and graphics system - core components Pure Data (also known as Pd) is a real-time graphical programming environment for audio and graphics processing. . This package only provides the core infrastructure of Pure Data. Most likely you will want to install "puredata-gui" (or even the full "puredata") as well. Homepage: https://puredata.info Section: sound Priority: optional Filename: pool/main/p/puredata/puredata-core_0.55.2+ds-1~bpo12+1_amd64.deb Package: puredata-dev Source: puredata Version: 0.55.2+ds-1~bpo12+1 Installed-Size: 159 Maintainer: Debian Multimedia Maintainers Architecture: all Size: 44640 SHA256: 07a39d19af81b5d61f604204a15e7ff6e5b8e9bf4fa523f9639d325591a1be1f SHA1: 49b3f8660604ad63a4e8c424e2a4a4e57248335d MD5sum: 1b8c1c7e860401aa3e9224a044770b22 Description: realtime computer music and graphics system - development files Pure Data (also known as Pd) is a real-time graphical programming environment for audio and graphics processing. . This package provides the header-files for compiling externals (plugins) for puredata. Multi-Arch: foreign Homepage: https://puredata.info Section: libdevel Priority: optional Filename: pool/main/p/puredata/puredata-dev_0.55.2+ds-1~bpo12+1_all.deb Package: puredata-doc Source: puredata Version: 0.55.2+ds-1~bpo12+1 Installed-Size: 6543 Maintainer: Debian Multimedia Maintainers Architecture: all Recommends: node-html5shiv, puredata | puredata64 Size: 4954004 SHA256: 54b42d7b516b82a375c12b8df705687f6b80d9b11412277f41a9e219e1f5cd5b SHA1: 69fae7b03284901596691c05751121f9399ae67e MD5sum: 998bcf465f20d476561917bd297ff428 Description: realtime computer music and graphics system - documentation Pure Data (also known as Pd) is a real-time graphical programming environment for audio and graphics processing. . This package provides the documentation for Pure Data. Most likely you will want to install "puredata" as well. Homepage: https://puredata.info Section: doc Priority: optional Filename: pool/main/p/puredata/puredata-doc_0.55.2+ds-1~bpo12+1_all.deb Package: puredata-extra Source: puredata Version: 0.55.2+ds-1~bpo12+1 Installed-Size: 697 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Depends: puredata-core (<< 0.55.2+ds+1~) | puredata64-core (<< 0.55.2+ds+1~), puredata-core (>= 0.55.2+ds-1~bpo12+1) | puredata64-core (>= 0.55.2+ds-1~bpo12+1), libc6 (>= 2.33) Size: 153108 SHA256: 68a71e6b596cd8e20d51c0596d591353452d288dc142b07ef2a53e8d1c3d0c0f SHA1: 6cd36727278e234edb17e1773c3b9ca3b1932afc MD5sum: 18723a9ff8bb108718c558d70d53de6d Description: realtime computer music and graphics system - extra files Pure Data (also known as Pd) is a real-time graphical programming environment for audio and graphics processing. . This package provides extra objects that come with Pd, e.g. for signal analysis (fiddle~, sigmund~, bonk~) and more. . The objects for expression evaluation (expr~) have been included into puredata-core, so they are no longer part of this package. Homepage: https://puredata.info Section: sound Priority: optional Filename: pool/main/p/puredata/puredata-extra_0.55.2+ds-1~bpo12+1_amd64.deb Package: puredata-gui Source: puredata Version: 0.55.2+ds-1~bpo12+1 Installed-Size: 639 Maintainer: Debian Multimedia Maintainers Architecture: all Depends: python3:any, tcl, tk Recommends: puredata | puredata64, puredata-gui-l10n, sensible-utils Breaks: puredata-core (>> 0.55.2+ds+1~), puredata-core (<< 0.55.2+ds) Size: 141412 SHA256: b31a38be071db8bdb47662852643b076bf560839e0c94a77a5a0a54c26fd1f36 SHA1: 4b10b8f618efe0c5c70af831c6d189b7cca3486a MD5sum: faaba0982127b77bfe02461fad7d614c Description: realtime computer music and graphics system - GUI Pure Data (also known as Pd) is a real-time graphical programming environment for audio and graphics processing. . This package provides the graphical user-interface for Pure Data. Most likely you will want to install "puredata-core" (or even "puredata") as well. Installing this package without the accompanying puredata-core is only useful if you want to run the GUI and the DSP on different machines. Multi-Arch: foreign Homepage: https://puredata.info Section: sound Priority: optional Filename: pool/main/p/puredata/puredata-gui_0.55.2+ds-1~bpo12+1_all.deb Package: puredata-gui-l10n Source: puredata Version: 0.55.2+ds-1~bpo12+1 Installed-Size: 874 Maintainer: Debian Multimedia Maintainers Architecture: all Depends: puredata-gui Size: 122280 SHA256: 081724d3bd04892156e15d3641eab1734303c6d79ed44a082d0785b702cf6be8 SHA1: 71645c0af0030eb6b481c4292de91a039489950c MD5sum: beca0f324e64fe684bf7af72e992e67c Description: realtime computer music and graphics system - translations Pure Data (also known as Pd) is a real-time graphical programming environment for audio and graphics processing. . This package provides the translations for the graphical user-interface of Pure Data. Multi-Arch: foreign Homepage: https://puredata.info Section: localization Priority: optional Filename: pool/main/p/puredata/puredata-gui-l10n_0.55.2+ds-1~bpo12+1_all.deb Package: puredata-utils Source: puredata Version: 0.55.2+ds-1~bpo12+1 Installed-Size: 71 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Provides: pd-utils Depends: libc6 (>= 2.34) Size: 24060 SHA256: 84f00302f93da2e93d3c9c6fe0c0201485335e7b2849ee7fb97887b43cf9c625 SHA1: 787f0513ffb7e3ab79310adba1704a40247affa0 MD5sum: 9d86300191c8e0d05d06b5405b840f94 Description: realtime computer music and graphics system - utility programs Pure Data (also known as Pd) is a real-time graphical programming environment for audio and graphics processing. . This package provides utility applications for puredata, namely pdsend and pdreceive, for sending and receiving FUDI over the net. Multi-Arch: foreign Homepage: https://puredata.info Section: utils Priority: optional Filename: pool/main/p/puredata/puredata-utils_0.55.2+ds-1~bpo12+1_amd64.deb Package: puredata64 Source: puredata Version: 0.55.2+ds-1~bpo12+1 Installed-Size: 25 Maintainer: Debian Multimedia Maintainers Architecture: all Depends: puredata-common (<< 0.55.2+ds+1~), puredata-common (>= 0.55.2+ds-1~bpo12+1), puredata-dev (<< 0.55.2+ds+1~), puredata-dev (>= 0.55.2+ds-1~bpo12+1), puredata-doc (<< 0.55.2+ds+1~), puredata-doc (>= 0.55.2+ds-1~bpo12+1), puredata-extra (<< 0.55.2+ds+1~), puredata-extra (>= 0.55.2+ds-1~bpo12+1), puredata-gui (<< 0.55.2+ds+1~), puredata-gui (>= 0.55.2+ds-1~bpo12+1), puredata-utils, puredata64-core (<< 0.55.2+ds+1~), puredata64-core (>= 0.55.2+ds-1~bpo12+1) Size: 13732 SHA256: f7a2421bd36fa69a12d08ed5138be2f7d119fc9ab76e2cc9e1a3ec21190b8bcc SHA1: 79f6d44ce5cfed4753f1d3216d9368f360e0408e MD5sum: d77082db6b4c598ec6861924fa0cfb09 Description: realtime computer music and graphics system (double precision) Pure Data (also known as Pd) is a real-time graphical programming environment for audio and graphics processing. Pd's audio functions are built-in; graphical computations require separate packages such as gem (Graphics Environment for Multimedia) or pd-pdp (Pd Packet). . This is a metapackage that depends on all core components of double precision Pd. Homepage: https://puredata.info Section: sound Priority: optional Filename: pool/main/p/puredata/puredata64_0.55.2+ds-1~bpo12+1_all.deb Package: puredata64-core Source: puredata Version: 0.55.2+ds-1~bpo12+1 Installed-Size: 1508 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Provides: pd64 Depends: libasound2 (>= 1.0.18), libc6 (>= 2.35), libjack-jackd2-0 (>= 1.9.10+20150825) | libjack-0.125, libportaudio2 (>= 19+svn20101113) Recommends: puredata-common, puredata-gui Breaks: puredata-gui (>> 0.55.2+ds+1~), puredata-gui (<< 0.55.2+ds) Size: 592168 SHA256: 798bff682e44ee9c1b8f85f8f5c5effe7af865f27ef1bad698c8317bfc176e56 SHA1: 089978d51d383cea585bbb4f1e60e2ada3a010da MD5sum: 7c9b9dfe70956fd3d52b14cc8d9c6c1a Description: realtime computer music and graphics system - core components (double) Pure Data (also known as Pd) is a real-time graphical programming environment for audio and graphics processing. . This package only provides the core infrastructure for the double precision version of Pure Data. Most likely you will want to install "puredata-gui" (or even the full "puredata64") as well. Homepage: https://puredata.info Section: sound Priority: optional Filename: pool/main/p/puredata/puredata64-core_0.55.2+ds-1~bpo12+1_amd64.deb Package: purple-discord Version: 0.9.2023.10.23.git.f8b0c59-1~bpo12+1 Installed-Size: 299 Maintainer: Patrick Zajda Architecture: amd64 Depends: libc6 (>= 2.14), 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: 101088 SHA256: 094d75a423662450a76c14e741ef594ab490ef5201cb55bb99c8137957234fb6 SHA1: db527eca091b76dcd39bd9e3ddae5c0639ebf904 MD5sum: 1362bf46ab6c42f83350203cf4452065 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_amd64.deb Package: pyfai Version: 2023.9.0-1~bpo12+1 Installed-Size: 89 Maintainer: Debian PaN Maintainers Architecture: all Depends: python3-pyfai (>= 2023.9.0-1~bpo12+1), python3-numpy, python3:any Size: 53040 SHA256: f4e6ce495e480e92d9b6e6ae1466e755f846a8d15d89b42e3f3991eec9621d8a SHA1: f00c47947431aad9878224e3c6251fb625b4a871 MD5sum: 6eebd5fd108e4133d28b3405e5a6f7d5 Description: Fast Azimuthal Integration scripts PyFAI is a Python library for azimuthal integration; it allows the conversion of diffraction images taken with 2D detectors like CCD cameras into X-Ray powder patterns that can be used by other software like Rietveld refinement tools (i.e. FullProf), phase analysis or texture analysis. . As PyFAI is a library, its main goal is to be integrated in other tools like PyMca, LiMa or EDNA. To perform online data analysis, the precise description of the experimental setup has to be known. This is the reason why PyFAI includes geometry optimization code working on "powder rings" of reference samples. Alternatively, PyFAI can also import geometries fitted with other tools like Fit2D. . PyFAI has been designed to work with any kind of detector with any geometry (transmission, reflection, off-axis, ...). It uses the Python library FabIO to read most images taken by diffractometer. Homepage: https://github.com/silx-kit/pyFAI Section: science Priority: optional Filename: pool/main/p/pyfai/pyfai_2023.9.0-1~bpo12+1_all.deb Package: pymca Version: 5.8.7+dfsg-2~bpo12+1 Installed-Size: 217 Maintainer: Debian PaN Maintainers Architecture: all Depends: python3-pymca5 (>= 5.8.7+dfsg-2~bpo12+1), python3-numpy, python3:any Size: 176604 SHA256: 4f483c8c12d67851d71d8966a11aa89ba215509f4c9760843220c8f2823de03e SHA1: 6400068b77f2de7dd891ae48f145fce382dbaedd MD5sum: 44870b2efd886febd61fd07c5013b352 Description: Applications and toolkit for X-ray fluorescence analysis -- scripts PyMca is set of applications and Python libraries for analysis of X-ray fluorescence spectra. . The applications included in this package are: . * edfviewer - Display and inspection of data files in ESRF Data Format * elementsinfo - Displays element specific X-ray data * mca2edf - Converts files from SPEC MCA format to EDF * peakidentifier - Displays X-ray fluorescence peaks in a given energy range * pymcabatch - Batch fitting of spectra * pymcapostbatch - Post-processing of batch fitting results * pymca - Interactive data-analysis * pymcaroitool - Region-of-interest (ROI) imaging tool . The PyMca toolkit can read data files in SPEC, ESRF data file (EDF), OMNIC, HDF5, AIFIRA and SupaVisio formats. . This are the scripts of the package. Homepage: https://github.com/vasole/pymca Section: science Priority: optional Filename: pool/main/p/pymca/pymca_5.8.7+dfsg-2~bpo12+1_all.deb Package: pymca-data Source: pymca Version: 5.8.7+dfsg-2~bpo12+1 Installed-Size: 23311 Maintainer: Debian PaN Maintainers Architecture: all Size: 4210160 SHA256: 2bbd4217d53d04653b80bf0488d4caefe59877d0f5d78d82c86aca13365f6b52 SHA1: da0c33e4630b377ff8581b7390d83246fcf9aeca MD5sum: 5783c125a4de22fbb908359dfe1d0240 Description: Architecture independent data files for PyMca PyMca is set of applications and Python libraries for analysis of X-ray fluorescence spectra. . This package contains the architecture independent data files for PyMca. Multi-Arch: foreign Homepage: https://github.com/vasole/pymca Section: science Priority: optional Filename: pool/main/p/pymca/pymca-data_5.8.7+dfsg-2~bpo12+1_all.deb Package: pymca-doc Source: pymca Version: 5.8.7+dfsg-2~bpo12+1 Installed-Size: 3774 Maintainer: Debian PaN Maintainers Architecture: all Replaces: pymca (<< 5.1.2+dfsg) Depends: libjs-mathjax, libjs-sphinxdoc (>= 5.2) Breaks: pymca (<< 5.1.2+dfsg) Size: 2672332 SHA256: f003e9291eec8c2f540bb635d75d7fc1264c2b9b46bc694919dfc8d21a2a9921 SHA1: 447711bc4c3dc62e72bd4a4c1c813f18986d8967 MD5sum: f76221f3bc356365971645e59a6ef710 Description: Documentation files for PyMca PyMca is set of applications and Python libraries for analysis of X-ray fluorescence spectra. . This package contains the documentation files for PyMca. Multi-Arch: foreign Homepage: https://github.com/vasole/pymca Section: doc Priority: optional Filename: pool/main/p/pymca/pymca-doc_5.8.7+dfsg-2~bpo12+1_all.deb Package: pynx Version: 2024.1.1-2~bpo12+1 Installed-Size: 88 Maintainer: Debian PaN Maintainers Architecture: all Depends: python3-pynx (>= 2024.1.1-2~bpo12+1), python3-numpy, python3:any Size: 22884 SHA256: 84aedaddbc9a15837451d4589e899f427fe11d9afe0f4927479f803837bf469c SHA1: 3c26e46f6b20abf05698286128df8c2a76fec172 MD5sum: ba9bfde76013c89626aa2d7aa13c9b8d Description: Python tools for Nano-structures Crystallography (Scripts) PyNX stands for *Python tools for Nano-structures Crystallography*. It is a python library with the following main modules: . 1) pynx.scattering: *X-ray scattering computing using graphical processing units*, allowing up to 2.5x10^11 reflections/atoms/seconds (single nVidia Titan X). The sub-module``pynx.scattering.gid`` can be used for *Grazing Incidence Diffraction* calculations, using the Distorted Wave Born Approximation . 2) pynx.ptycho : simulation and analysis of experiments using the *ptychography* technique, using either CPU (deprecated) or GPU using OpenCL. Examples are available in the pynx/Examples directory. Scripts for analysis of raw data from beamlines are also available, as well as using or producing ptychography data sets in CXI (Coherent X-ray Imaging) format. . 3) pynx.wavefront: *X-ray wavefront propagation* in the near, far field, or continuous (examples available at the end of ``wavefront.py``). Also provided are sub-modules for Fresnel propagation and simulation of the illumination from a Fresnel Zone Plate, both using OpenCL for high performance computing. . 4) pynx.cdi: *Coherent Diffraction Imaging* reconstruction algorithms using GPU. . In addition, it includes :doc:`scripts ` for command-line processing of ptychography data from generic CXI data (pynx-ptycho-cxi) or specific to beamlines (pynx-ptycho-id01, pynx-ptycho-id13,...). Homepage: https://gitlab.esrf.fr/favre/PyNX Section: science Priority: optional Filename: pool/main/p/pynx/pynx_2024.1.1-2~bpo12+1_all.deb Package: pyosmium Version: 4.0.2-1~bpo12+1 Installed-Size: 28 Maintainer: Debian GIS Project Architecture: all Depends: python3-pyosmium (>= 4.0.2-1~bpo12+1) Size: 12564 SHA256: bf5fe7a647db7593c5ed83ae47e17d80ee544a910de2f643ecebba46e7c7988c SHA1: 854c0b42133fd25bbbc6e62a11c696b26548e438 MD5sum: 96dee791a69dd4f7f3fe5dce84144fa7 Description: Osmium library bindings for Python - utilities The PyOsmium module allows you to access some of the features of the Osmium library from Python code. . PyOsmium has extensive support for all types of OSM entities: nodes, ways, relations, and changesets. It allows reading from OSM files in XML and PBF formats, including change files and full history files. Its easy to use handler interface allows you to quickly write data filtering and conversion functions. . This package contains the PyOsmium utilities. Homepage: https://osmcode.org/pyosmium/ Section: utils Priority: optional Filename: pool/main/p/pyosmium/pyosmium_4.0.2-1~bpo12+1_all.deb Package: pyosmium-doc Source: pyosmium Version: 3.7.0-1~bpo12+1 Installed-Size: 511 Maintainer: Debian GIS Project Architecture: all Depends: libjs-sphinxdoc (>= 5.2) Size: 58180 SHA256: ce0f4c589f8bb9f7ec055137eee899c9c3ce6257b712972801fef008467b5915 SHA1: b137bc693642a2e00524114cf37f37126a4dfa42 MD5sum: f20dacd8394ee88713acff9e2bfdc2cc Description: Osmium library bindings for Python - Documentation The PyOsmium module allows you to access some of the features of the Osmium library from Python code. . PyOsmium has extensive support for all types of OSM entities: nodes, ways, relations, and changesets. It allows reading from OSM files in XML and PBF formats, including change files and full history files. Its easy to use handler interface allows you to quickly write data filtering and conversion functions. . This package contains the PyOsmium documentation. Homepage: https://osmcode.org/pyosmium/ Section: doc Priority: optional Filename: pool/main/p/pyosmium/pyosmium-doc_3.7.0-1~bpo12+1_all.deb Package: python-aiocoap-doc Source: aiocoap Version: 0.4.11-1~bpo12+1 Installed-Size: 362 Maintainer: Mazen Neifer Architecture: all Depends: libjs-sphinxdoc (>= 5.2) Recommends: python3-aiocoap Size: 65480 SHA256: 3c88da40c6fbba90670f5aacb2eb55eba4574f47aa28ebec21d91a66c8d6db9b SHA1: c294eb92b6338278d1394399484da5725118ee2c MD5sum: 98952085a2a5fd0e818051ed48e0ede2 Description: Python implementation of CoAP (doc) The aiocoap package is a Python implementation of CoAP, the Constrained Application Protocol (RFC 7252, more info at http://coap.technology/). . It uses the asyncio module introduced in Python 3.4 to facilitate concurrent operations while maintaining a simple to use interface and not depending on anything outside the standard library. . This package contains API documentation and examples. Homepage: https://github.com/chrysn/aiocoap Section: doc Priority: optional Filename: pool/main/a/aiocoap/python-aiocoap-doc_0.4.11-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-pynx-doc Source: pynx Version: 2024.1.1-2~bpo12+1 Installed-Size: 26355 Maintainer: Debian PaN Maintainers Architecture: all Depends: libjs-sphinxdoc (>= 5.2) Size: 20279688 SHA256: a8b8d3631b55dda267df1fa38b7773961688b9d5b4bfbe9024b8c9de097a4403 SHA1: 087c50b756f0225297118d744bd2d587bd7468d2 MD5sum: 889eae8fc4ad3bb548c13d478746ad03 Description: Python tools for Nano-structures Crystallography (common documentation) PyNX stands for *Python tools for Nano-structures Crystallography*. It is a python library with the following main modules: . 1) pynx.scattering: *X-ray scattering computing using graphical processing units*, allowing up to 2.5x10^11 reflections/atoms/seconds (single nVidia Titan X). The sub-module``pynx.scattering.gid`` can be used for *Grazing Incidence Diffraction* calculations, using the Distorted Wave Born Approximation . 2) pynx.ptycho : simulation and analysis of experiments using the *ptychography* technique, using either CPU (deprecated) or GPU using OpenCL. Examples are available in the pynx/Examples directory. Scripts for analysis of raw data from beamlines are also available, as well as using or producing ptychography data sets in CXI (Coherent X-ray Imaging) format. . 3) pynx.wavefront: *X-ray wavefront propagation* in the near, far field, or continuous (examples available at the end of ``wavefront.py``). Also provided are sub-modules for Fresnel propagation and simulation of the illumination from a Fresnel Zone Plate, both using OpenCL for high performance computing. . 4) pynx.cdi: *Coherent Diffraction Imaging* reconstruction algorithms using GPU. . In addition, it includes :doc:`scripts ` for command-line processing of ptychography data from generic CXI data (pynx-ptycho-cxi) or specific to beamlines (pynx-ptycho-id01, pynx-ptycho-id13,...). . This is the common documentation package. Homepage: https://gitlab.esrf.fr/favre/PyNX Section: doc Priority: optional Filename: pool/main/p/pynx/python-pynx-doc_2024.1.1-2~bpo12+1_all.deb Package: python-pytest-trio-doc Source: python-pytest-trio Version: 0.8.0-2~bpo12+1 Installed-Size: 284 Maintainer: Debian Python Team Architecture: all Depends: libjs-sphinxdoc (>= 5.2), sphinx-rtd-theme-common (>= 1.2.0+dfsg) Size: 41476 SHA256: ea8cf8ebae4d238ba11b90acb20262047f292b81a65c06cc5a775f4ca304f02d SHA1: 860819e8b673b64571cab9d340fc463d8079e113 MD5sum: 8e2f9a360d1e555d6dee246c674ffe13 Description: Pytest plugin for trio (Documentation) This is a pytest plugin to help you test projects that use Trio, a friendly library for concurrency and async I/O in Python. . Features include: * Async tests without the boilerplate: just write async def test_whatever(): .... * Useful fixtures included: use autojump_clock for easy testing of code with timeouts, or nursery to easily set up background tasks. * Write your own async fixtures: set up an async database connection or start a server inside a fixture, and then use it in your tests. * If you have multiple async fixtures, pytest-trio will even do setup/teardown concurrently whenever possible. * Integration with the fabulous Hypothesis library, so your async tests can use property-based testing: just use @given like you’re used to. * Support for testing projects that use Trio exclusively and want to use pytest-trio everywhere, and also for testing projects that support multiple async libraries and only want to enable pytest-trio’s features for a subset of their test suite. . This package contains the documentation. Homepage: https://github.com/python-trio/pytest-trio Section: doc Priority: optional Filename: pool/main/p/python-pytest-trio/python-pytest-trio-doc_0.8.0-2~bpo12+1_all.deb Package: python-respx-doc Source: python-respx Version: 0.21.1-2~bpo12+1 Installed-Size: 2824 Maintainer: Debian Python Team Architecture: all Size: 755576 SHA256: 43579545dabf6fae1dc25aa00eedc0b7493aa857e140836771b5ab21aed8c6ad SHA1: 85a5fd9ced2808cf184455833661ce250d73e714 MD5sum: ebbe401d7424618a6dfb2b72eae685af Description: Documentation for python-respx RESPX is a mock router, capturing requests sent by HTTPX, mocking their responses. Inspired by the flexible query API of the Django ORM, requests are filtered and matched against routes and their request patterns and lookups. . This package contains documentation for RESPX. Multi-Arch: foreign Homepage: https://github.com/lundberg/respx Section: doc Priority: optional Filename: pool/main/p/python-respx/python-respx-doc_0.21.1-2~bpo12+1_all.deb Package: python-sardana-doc Source: sardana Version: 3.5.0-1~bpo12+1 Installed-Size: 95789 Maintainer: Debian Science Maintainers Architecture: all Depends: libjs-sphinxdoc (>= 5.2), sphinx-rtd-theme-common (>= 1.2.0+dfsg) Size: 20417064 SHA256: 44ebf5b1f74c2e7c4bd3cd6f2352b6885ac381de76c972b8c8d0ccfbf09fc2c3 SHA1: ba45b747d897fd3984a082b1b07c2a117892a5ba MD5sum: fe42339582863cae064a91e589d8429f Description: instrument control and data acquisition system - documentation Sardana is a Supervision, Control And Data Acquisition (SCADA) system for scientific installations. It is written in Python and based on the TANGO library. The hardware control and data acquisition routines can be accessed via an IPython console and a generic graphical user interface (both of which are easily extensible by the user). . This package contains the documentation for the python3-sardana library. Homepage: http://www.sardana-controls.org Section: doc Priority: optional Filename: pool/main/s/sardana/python-sardana-doc_3.5.0-1~bpo12+1_all.deb Package: python-silx-doc Source: silx Version: 1.1.2+dfsg-2~bpo12+1 Installed-Size: 39201 Maintainer: Debian Science Maintainers Architecture: all Depends: libjs-mathjax, libjs-sphinxdoc (>= 5.2) Size: 15344428 SHA256: 4be0308f94890a63cc72709c66dd1043b4f7d7e9d65eaf6539a7d47559f1a229 SHA1: 26aa012e01ad56d359259c4a4bd72aa39359d3af MD5sum: 02824e73dce3bec7ce8b641673e3d77b Description: Toolbox for X-Ray data analysis - Documentation The silx project aims at providing a collection of Python packages to support the development of data assessment, reduction and analysis applications at synchrotron radiation facilities. It aims at providing reading/writing different file formats, data reduction routines and a set of Qt widgets to browse and visualize data. . The current version provides : . * reading HDF5 file format (with support of SPEC file format) * histogramming * fitting * 1D and 2D visualization using multiple backends (matplotlib or OpenGL) * image plot widget with a set of associated tools (See changelog file). * Unified browser for HDF5, SPEC and image file formats supporting inspection and visualization of n-dimensional datasets. * Unified viewer (silx view filename) for HDF5, SPEC and image file formats * OpenGL-based widget to display 3D scalar field with isosurface and cutting plane. . This is the common documentation package. Multi-Arch: foreign Homepage: https://github.com/silx-kit/silx Section: doc Priority: optional Filename: pool/main/s/silx/python-silx-doc_1.1.2+dfsg-2~bpo12+1_all.deb Package: python-slixmpp-doc Source: slixmpp Version: 1.8.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.4-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: 52600 SHA256: b12b45c1c8311889e452a57a1996189419b71dab1a4d18eb8c24abefc0bc364d SHA1: ad8a9703ba0c313bfb9b71ba4f7ce207e5993de4 MD5sum: f1113f5dc38839ecfe6ea968747cb240 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.4-1~bpo12+1_all.deb Package: python3-aiocoap Source: aiocoap Version: 0.4.11-1~bpo12+1 Installed-Size: 768 Maintainer: Mazen Neifer Architecture: all Depends: python3:any Suggests: python-aiocoap-doc Size: 166560 SHA256: 57dbdb3ab56295cc07da77d3afb7e4e2b2bd55f5511b16f5aec2e99240baf0b9 SHA1: 03d8d52288d738997b985fd80860473a7e50429d MD5sum: 058aca5d92f3b1fb74a7097e339b8744 Description: Python implementation of CoAP The aiocoap package is a Python implementation of CoAP, the Constrained Application Protocol (RFC 7252, more info at http://coap.technology/). . It uses the asyncio module introduced in Python 3.4 to facilitate concurrent operations while maintaining a simple to use interface and not depending on anything outside the standard library. Homepage: https://github.com/chrysn/aiocoap Section: python Priority: optional Filename: pool/main/a/aiocoap/python3-aiocoap_0.4.11-1~bpo12+1_all.deb Package: python3-aiohttp-socks Source: aiohttp-socks Version: 0.9.0-1~bpo12+1 Installed-Size: 32 Maintainer: Debian Python Team Architecture: all Depends: python3-aiohttp, python3-python-socks, python3:any Size: 6652 SHA256: 8c606e901865466428f73126b14cc14d6ba020ee4199d5998d6e3a0567fad6ce SHA1: 2bae4c2e336bd8c5309efb9b65e752aba7c697b0 MD5sum: 2eed31c072ac92c64dd34b5460eea90b Description: SOCKS proxy connector for aiohttp (Python 3) SOCKS proxy connector for aiohttp that supports SOCKS4(a) and SOCKS5. . This package installs the library for Python 3. Homepage: https://github.com/romis2012/aiohttp-socks Section: python Priority: optional Filename: pool/main/a/aiohttp-socks/python3-aiohttp-socks_0.9.0-1~bpo12+1_all.deb Package: python3-awscrt Source: aws-crt-python Version: 0.20.4+dfsg-1~bpo12+1 Installed-Size: 3027 Maintainer: Debian Cloud Team Architecture: amd64 Depends: python3 (>= 3~), python3:any, libc6 (>= 2.34), libssl3 (>= 3.0.0) Size: 836756 SHA256: 8aead3dd6d354009929d5201305f760ff166de05463e5f6078b40bebf291350d SHA1: e9296f824bb9bfaa96bb39000cb234a4df68efea MD5sum: fb4a7025cea21696d27e68e942fbf2cc 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_amd64.deb Package: python3-baler Source: baler Version: 1.3.0-1~bpo12+1 Installed-Size: 129 Maintainer: Mattias Ellert Architecture: amd64 Depends: python3-matplotlib, python3-sklearn, python3-torch, python3-tqdm, python3:any Size: 25292 SHA256: 0f930d7a2e6ffc5a3adf4fc17a87fab39dd82751251cde3218b1698d7e68da13 SHA1: d38d2d32cd2ec4cce608fd37b518096bc0eb7863 MD5sum: 46a52ec1c425d57e2fd18a1e0c665920 Description: Baler - a machine learning based data compression tool Baler is a tool used to test the feasibility of compressing different types of scientific data using machine learning-based autoencoders. Baler provides you with an easy way to: 1. Train a machine learning model on your data 2. Compress your data with that model. This will also save the compressed file and model 3. Decompress the file using the model at a later time 4. Plot the performance of the compression/decompression Multi-Arch: foreign Homepage: https://github.com/baler-collaboration/baler/ Section: python Priority: optional Filename: pool/main/b/baler/python3-baler_1.3.0-1~bpo12+1_amd64.deb Package: python3-binoculars Source: binoculars Version: 0.0.19-1~bpo12+1 Installed-Size: 415 Maintainer: Debian PaN Maintainers Architecture: all Depends: gir1.2-hkl-5.0, python3-gi, python3-h5py, python3-matplotlib, python3-numpy, python3-pyfai, python3-pymca5, python3-pyqt5, python3-xrayutilities, python3:any Size: 71056 SHA256: f6729c91dd6667b7ccd406a1e7dee14f0a8c6b8ed783ef884e03045f47bae97d SHA1: 0e1157b5ae67c8f8e698122c45dcab9cc7c0cd35 MD5sum: 0142c1f49d5ba173775bd803f1254991 Description: Surface X-ray diffraction 2D detector data reduction - Python3 BINoculars is a tool for data reduction and analysis of large sets of surface diffraction data that have been acquired with a two-dimensional X-ray detector. The intensity of each pixel of a two-dimensional detector is projected onto a three-dimensional grid in reciprocal-lattice coordinates using a binning algorithm. This allows for fast acquisition and processing of high-resolution data sets and results in a significant reduction of the size of the data set. The subsequent analysis then proceeds in reciprocal space. It has evolved from the specific needs of the ID03 beamline at the ESRF, but it has a modular design and can be easily adjusted and extended to work with data from other beamlines or from other measurement techniques. . This is the Python 3 version of the package. Homepage: https://github.com/picca/binoculars Section: python Priority: optional Filename: pool/main/b/binoculars/python3-binoculars_0.0.19-1~bpo12+1_all.deb Package: python3-brlapi Source: brltty Version: 6.7-1~bpo12+1 Installed-Size: 351 Maintainer: Debian Accessibility Team Architecture: amd64 Depends: libbrlapi0.8 (>= 6.7), libc6 (>= 2.34), python3 (<< 3.12), python3 (>= 3.11~) Size: 148612 SHA256: c477d7be02c27b0aff5252413f3f329dd3021c600bb8c6fa897c10a057fd1bb2 SHA1: 0735339e27d26b2b1b88d011eb9cf6eb73a19c21 MD5sum: 32bf0f322e48881869497c7ad9eac5cc Description: Braille display access via BRLTTY - Python3 bindings BRLTTY is a daemon which provides access to the console (text mode) for a blind person using a braille display. It drives the braille display and provides complete screen review functionality. . BrlAPI is a library which gives an application access to a braille display and lets it write braille. . This package provides Python 3 bindings. Multi-Arch: same Homepage: https://brltty.com Section: python Priority: optional Filename: pool/main/b/brltty/python3-brlapi_6.7-1~bpo12+1_amd64.deb Package: python3-btrfsutil Source: btrfs-progs Version: 6.12-1~bpo12+1 Installed-Size: 116 Maintainer: Nicholas D Steeves Architecture: amd64 Depends: libbtrfsutil1 (>= 5.6), libc6 (>= 2.4), python3 (<< 3.12), python3 (>= 3.11~) Size: 49456 SHA256: 1c673dd7ee0a27566c0c609167d49372f031f3962ca9fc3681acbdf15ba90143 SHA1: 18776ae31076c7d70e9cf88bbfaff240aca112c6 MD5sum: 50785d14cfe924fa928d7042551d7a4b Description: Checksumming Copy on Write Filesystem utilities (python3 bindings) Btrfs is a copy on write filesystem for Linux aimed at implementing advanced features while focusing on fault tolerance, repair and easy administration. . This package contains python3 bindings. Multi-Arch: same Homepage: http://btrfs.wiki.kernel.org/ Section: python Priority: optional Filename: pool/main/b/btrfs-progs/python3-btrfsutil_6.12-1~bpo12+1_amd64.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-chartkick Source: python-chartkick Version: 1.0.1+ds1-2~bpo12+1 Installed-Size: 55 Maintainer: Debian Python Team Architecture: all Depends: python3:any, libjs-chartkick.js, libjs-chart.js Size: 8836 SHA256: e380704708a38cb9503a70d25eaeceb8da634d9b81db7d5b09c64adce29c2e1f SHA1: 2e5f31da99dd012bf2902778461497abd6845734 MD5sum: 386663bc01dc372111b9c993dff1bc4a Description: create beautiful JavaScript charts with minimal code (Python 3) chartkick provides a beautiful JavaScript charts. It supports Chart.js, Google Charts, and Highcharts, and works with Django, Flask/Jinja2. . This package provides Python 3 library. Multi-Arch: foreign Homepage: https://github.com/ankane/chartkick.py Section: python Priority: optional Filename: pool/main/p/python-chartkick/python3-chartkick_1.0.1+ds1-2~bpo12+1_all.deb Package: python3-construct-classes Source: python-construct-classes Version: 0.1.2-3~bpo12+1 Installed-Size: 31 Maintainer: Debian Python Team Architecture: all Depends: python3-construct, python3:any Size: 6352 SHA256: 524c8a5a370bcd2eae31bd56351d7c7ae2c2577fcac5b22ce24ab0bfe267ed98 SHA1: 803426d532ad93727f591fdf39dc5bd42a129d19 MD5sum: 54008e9e062af8d3a7a8148b08060c58 Description: Python module for parsing and packing data classes Construct Classes relies on python3-construct for parsing binary data into data classes and packing data classes into binary data. The programmer needs to manually write the Construct expressions. There is no type verification, so it is the programmer's responsibility that the dataclass and the Construct expression match. Homepage: https://github.com/matejcik/construct-classes Section: python Priority: optional Filename: pool/main/p/python-construct-classes/python3-construct-classes_0.1.2-3~bpo12+1_all.deb Package: python3-crc Source: python-crc Version: 7.1.0-1~bpo12+1 Installed-Size: 48 Maintainer: Home Assistant Team Architecture: all Depends: python3:any Size: 9444 SHA256: 793418d27fcd1e1731f33d81917e014c20377f3f8fbcd069d35d60b16e2b6d02 SHA1: ec5bbafae80ed59270dfc4015b0fc7eee06e819b MD5sum: b907761ce8f5eecdbfda9d4d6f419025 Description: library and CLI to calculate and verify all kinds of CRC checksums This package provides a library and CLI to calculate and verify all kinds of CRC checksums. The library includes a variety of common CRC configurations for convenience. Homepage: https://nicoretti.github.io/crc/ Section: python Priority: optional Filename: pool/main/p/python-crc/python3-crc_7.1.0-1~bpo12+1_all.deb Package: python3-dar Source: dar Version: 2.7.15-2~bpo12+1 Installed-Size: 1353 Maintainer: John Goerzen Architecture: amd64 Depends: python3 (<< 3.12), python3 (>= 3.11~), libc6 (>= 2.32), libdar64-6000 (>= 2.7.15), libgcc-s1 (>= 3.0), libstdc++6 (>= 11) Size: 311192 SHA256: 06b74c608c13e45dd64092f6b0a96fae395fc66455e12085e98d20f67dbcd4da SHA1: 71a69b7c929315de87a4675dd7cb373598f67052 MD5sum: 425da65352d2cf2c60370b05f123ebbf 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_amd64.deb Package: python3-debusine Source: debusine Version: 0.8.1~bpo12+2 Installed-Size: 1958 Maintainer: Raphaël Hertzog Architecture: all Depends: python3-aiohttp, python3-dateutil, python3-debian, python3-email-validator, python3-fasteners, python3-prometheus-client, python3-psutil, python3-pydantic, python3-requests, python3-requests-file, python3-requests-toolbelt, python3-responses, python3-tenacity, python3-yaml, python3:any (>= 3.11~) Size: 279972 SHA256: 2a3cb83bdee30344c5fa6445d7c405d384a4a9730a7a6a0f2f622583ddcac475 SHA1: a19af98cb312572c15ea6dd223e0b25768e400d4 MD5sum: fe23482ded13b5fa6fdb3d18dbde51e4 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.8.1~bpo12+2_all.deb Package: python3-debusine-server Source: debusine Version: 0.8.1~bpo12+2 Installed-Size: 4499 Maintainer: Raphaël Hertzog Architecture: all Depends: python3-debusine (= 0.8.1~bpo12+2), python3-debusine-signing (= 0.8.1~bpo12+2), python3-django (>= 3:4.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-fabric, python3-fasteners, python3-jsonpath-rw, python3-jwcrypto, python3-prometheus-client, python3-psutil, python3-psycopg2, python3-pydantic, python3-pygments, python3-requests, python3-requests-file, python3-requests-oauthlib, python3-requests-toolbelt, python3-responses, python3-rich, python3-tenacity, python3-yaml, python3:any (>= 3.11~) Size: 609292 SHA256: f4aeae834d8018f85fb3d12cdce7d94b63cb6abe50fa601465d052f7d411db59 SHA1: 48f00e701f58afaa5be3ad5268bbf85cbfc24907 MD5sum: a2e9c906ab92765b789af9ea60480bdb 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.8.1~bpo12+2_all.deb Package: python3-debusine-signing Source: debusine Version: 0.8.1~bpo12+2 Installed-Size: 290 Maintainer: Raphaël Hertzog Architecture: all Replaces: python3-debusine-server (<< 0.3.3~) Depends: python3-debusine (= 0.8.1~bpo12+2), python3-aiohttp, python3-dateutil, python3-debian, python3-django (>= 3:4.2), python3-email-validator, python3-fasteners, python3-nacl, python3-prometheus-client, python3-psutil, python3-psycopg2, python3-pydantic, python3-requests, python3-requests-file, python3-requests-toolbelt, python3-responses, python3-tenacity, python3-yaml, python3:any (>= 3.11~) Breaks: python3-debusine-server (<< 0.3.3~) Size: 42468 SHA256: 825454f7700c6d4259b4f81aee8253b762d10cbeea0222300088fdf85b251a25 SHA1: ee3183b9c32637e1cf94675275440e82a59a8fee MD5sum: 14dbf9507a2f6d246da3840d7e44c38b 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.8.1~bpo12+2_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.8+ds-3~bpo12+1 Installed-Size: 19627 Maintainer: Debian Cryptocoin Team Architecture: all Depends: libjs-jquery, libjs-jquery-ui, libjs-jquery-ui-theme-ui-lightness, node-qrcode-generator, python3-cryptography, libsecp256k1-1, python3-aiohttp, python3-aiohttp-socks (>= 0.8.4), python3-aiorpcx, python3-attr, python3-certifi, python3-dnspython, python3-jsonpatch, python3-protobuf (>= 3.20), python3-qdarkstyle, python3-qrcode, python3:any Recommends: python3-cbor, python3-matplotlib, python3-zbar Suggests: fonts-adobe-sourcesans3, fonts-dejavu-core, python3-btchip, trezor Size: 3811080 SHA256: 637fe490edbf91f154e02027470f8fe205cad7ec6ca5ee4903f02b57976c68ec SHA1: b7dbcd02249d22685496473ab4db46447fbf1699 MD5sum: 70aa9164700b8a2ef10c19f80db2ddcd Description: Easy to use Bitcoin client - Python module This package provides a lightweight Bitcoin client which protects you from losing your bitcoins in a backup mistake or computer failure. Also, Electrum does not require waiting time because it does not download the Bitcoin blockchain. . This package provides the "electrum" Python module which can be used to access a Bitcoin wallet from Python programs. Homepage: https://electrum.org/ Section: python Priority: optional Filename: pool/main/e/electrum/python3-electrum_4.5.8+ds-3~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: amd64 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: 529504 SHA256: 01fa708b37f24fdb43f2179cb6dd1db5c73fef5e6d0be8275b6a554883e2a3f3 SHA1: 87dc7a0c20b9ee86333b6405c11904a36f619270 MD5sum: f8243d5b3c3c35a8bbe90ef1f9f5dfbf 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_amd64.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: 878 Maintainer: Marc Haber Architecture: amd64 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: 175116 SHA256: 7de0c5bb9b42bb15220128b7a6673560d8e6de7a307a1f98b94cd3ea0e8eea21 SHA1: 2f1b1dbc18df7dc4d8520fbec3a9099a181400de MD5sum: 615118e72ed61e1e0af471557aacc07d 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_amd64.deb Package: python3-gnucash Source: gnucash Version: 1:5.6-1~bpo12+1 Installed-Size: 1714 Maintainer: Dmitry Smirnov Architecture: amd64 Depends: libc6 (>= 2.14), 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: 289812 SHA256: 7610fd1a691e4e11719c722ab8aed2b634cdf3d56c43b276ac18d1bb85a12fd9 SHA1: 90eb0840b3ce3335b83c8cd843adc354776512bf MD5sum: 7a36b07c24726b115240ae30f38c3a12 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_amd64.deb Package: python3-graph-tool Source: graph-tool Version: 2.68+ds-3~bpo12+1 Installed-Size: 316170 Maintainer: Debian Python Team Architecture: amd64 Replaces: graph-tool Depends: python3-scipy, python3 (<< 3.12), python3 (>= 3.11~), python3-numpy (>= 1:1.22.0), python3-numpy-abi9, python3:any, libboost-context1.74.0 (>= 1.74.0+ds1), libboost-iostreams1.74.0 (>= 1.74.0+ds1), libboost-python1.74.0 (>= 1.74.0+ds1), libboost-python1.74.0-py311, libboost-regex1.74.0-icu72, libc6 (>= 2.34), libcairomm-1.0-1v5 (>= 1.14.4), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.4), libgmp10 (>= 2:6.2.1+dfsg1), libgomp1 (>= 9), libpython3.11 (>= 3.11.0), libstdc++6 (>= 11) Recommends: python3-gv, python3-matplotlib, python3-cairo, python3-gi-cairo, python3-gi, gir1.2-gtk-3.0, build-essential, pkgconf, libpython3-dev, libboost-dev, libboost-python-dev, python3-cairo-dev Suggests: mencoder Size: 45977764 SHA256: 98a82397b7e250da80f2cbc2ce9ea517083b1faffaf8e1b245aabb72fe7342a2 SHA1: a27c97b25892a323c37c883311f3177b33cb9698 MD5sum: ebed28fde858f3ba1b11395264eba274 Description: Efficient network analysis -- Python graph-tool is an efficient Python module for manipulation and statistical analysis of graphs (a.k.a. networks). Contrary to most other Python modules with similar functionality, the core data structures and algorithms are implemented in C++, making extensive use of template metaprogramming, based heavily on the Boost Graph Library. This confers it a level of performance that is comparable (both in memory usage and computation time) to that of a pure C/C++ library. . This package provides the Python material. Homepage: https://graph-tool.skewed.de/ Section: python Priority: optional Filename: pool/main/g/graph-tool/python3-graph-tool_2.68+ds-3~bpo12+1_amd64.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: 5563 Maintainer: Debian Astronomy Maintainers Architecture: amd64 Depends: libc6 (>= 2.14), 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: 985744 SHA256: e08e14a73532a637ddde7613c743b6dbf0fc21b95d963565b5ff01d85555ad7e SHA1: ea8c69bae63e9116135fed7a9abdb4f94fcfc6a7 MD5sum: 9ed63d3e057952a4c08c75e4e64ee923 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_amd64.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: 1567 Maintainer: Debian Python Team Architecture: amd64 Depends: python3-texttable, python3 (<< 3.12), python3 (>= 3.11~), python3:any, libc6 (>= 2.29), libigraph3t64 (>= 0.10.10) Size: 320780 SHA256: c3d15dcffcac5b22363db2b26c751704e4db2df52497e3fc265f8631073b5785 SHA1: e6d0ee97de6d4f1b1832590c24efb7e2d3b05e40 MD5sum: e48a5026cd4103e0151019823d241c31 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_amd64.deb Package: python3-ilorest Source: python-ilorest Version: 5.2.0.0+ds-1~bpo12+1 Installed-Size: 384 Maintainer: Carsten Schoenert Architecture: all Depends: python3-certifi, python3-json-pointer, python3-jsonpatch, python3-jsonpath-rw, python3-six, python3-urllib3, python3:any Size: 65160 SHA256: 25185bb178851f04e0ad3278f3918dc46cff8fa571ec3177fef285698effeac2 SHA1: 18eafb3517f969b3d94e103236575f5b4ec98a06 MD5sum: 3d929cf451eb88efb02e15acc4b19fb9 Description: RESTful API for HPE iLO and iLO Chassis Manager based HPE servers (Python3) HPE RESTful API for iLO is a RESTful application programming interface for the management of iLO and iLO Chassis Manager based HPE servers. . REST (Representational State Transfer) is a web based software architectural style consisting of a set of constraints that focuses on a system's resources. iLO REST library performs the basic HTTP operations GET, POST, PUT, PATCH and DELETE on resources using the HATEOAS (Hypermedia as the Engine of Application State) REST architecture. The API allows the clients to manage and interact with iLO through a fixed URL and several URIs. . This package contains the Python 3 version. Homepage: https://github.com/HewlettPackard/python-ilorest-library Section: python Priority: optional Filename: pool/main/p/python-ilorest/python3-ilorest_5.2.0.0+ds-1~bpo12+1_all.deb Package: python3-itango Source: itango Version: 0.1.9+ds-1~bpo12+1 Installed-Size: 228 Maintainer: Debian Science Maintainers Architecture: all Depends: python3-ipython, python3-packaging, python3-tango (>= 9.2.0), python3:any Recommends: python3-qtconsole | ipython3-qtconsole Breaks: python3-pytango (<< 9.2.0) Size: 87152 SHA256: ae8a0fb442c34da61ee6e44eaa27cea2735c1dcd4ccebd29f745ad49a2117a80 SHA1: 82315553021452c9b6dac9ad044ef508780f1b0b MD5sum: 3a6b71029e7ec0c4e1d3a87096a2949f Description: Interactive Tango client - Python 3 ITango works like a normal Python console, but it provides a nice set of features from IPython. It also adds set of PyTango specific features: . * automatic import of Tango objects * device and attribute name completion * list tango devices, classes, servers * customized tango error message * database utilities . This is the Python 3 version of the package. Homepage: https://pythonhosted.org/itango/ Section: python Priority: optional Filename: pool/main/i/itango/python3-itango_0.1.9+ds-1~bpo12+1_all.deb Package: python3-knack Source: knack Version: 0.12.0-1~bpo12+1 Installed-Size: 233 Maintainer: Debian Python Team Architecture: all Depends: python3-argcomplete, python3-jmespath, python3-packaging, python3-pygments, python3-tabulate, python3-yaml, python3:any Size: 44916 SHA256: abed200ab21424fccd2fb01699016ed274092da754246613bfda45c107909036 SHA1: eed5e8288ccfa2c02fb728f950b8378848db6662 MD5sum: 9ecef36b8af00b2d4bbb588a32671575 Description: Python command line interface framework Knack provides a set of Python modules to build a custom command line interface. Homepage: https://github.com/Microsoft/knack Section: python Priority: optional Filename: pool/main/k/knack/python3-knack_0.12.0-1~bpo12+1_all.deb Package: python3-ldb Source: samba (2:4.21.3+dfsg-6~bpo12+1) Version: 2:2.10.0+samba4.21.3+dfsg-6~bpo12+1 Installed-Size: 189 Maintainer: Debian Samba Maintainers Architecture: amd64 Replaces: python3-ldb-dev, python3-samba (= 2:4.21.2+dfsg-1) Depends: libldb2 (= 2:2.10.0+samba4.21.3+dfsg-6~bpo12+1), python3 (<< 3.12), python3 (>= 3.11~), python3:any, libc6 (>= 2.25), libpython3.11 (>= 3.11.0), libtalloc2 (>= 2.0.4~git20101213) Breaks: python3-ldb-dev Size: 72584 SHA256: 03a18943e00a99c9fca8c6cf86e72ead0538133bd5f9bad95f4c068faf9d9240 SHA1: 6571b62d5335558c79a1f8563d075c4c206680f0 MD5sum: 421d0f2892b0b98d383aaec5eaf89b39 Description: Python 3 bindings for LDB ldb is a LDAP-like embedded database built on top of TDB. . This package contains the Python 3 bindings for ldb. Homepage: https://www.samba.org Section: python Priority: optional Filename: pool/main/s/samba/python3-ldb_2.10.0+samba4.21.3+dfsg-6~bpo12+1_amd64.deb Package: python3-ldb-dev Source: samba Version: 2:4.21.1+dfsg-2~bpo12+1 Installed-Size: 58 Maintainer: Debian Samba Maintainers Architecture: amd64 Size: 38084 SHA256: d6f9be97033302512426767053a89683f8aca640c6599e8e781a6887e92aa337 SHA1: eb1e727b011a17bf0dee0e906bf6d5be25cd945d MD5sum: a029c0f1abeba01eb6ea27606d8d35d1 Description: LDB Python 3 bindings development files - transitional empty package This package previously contained development files for python3-ldb. These files are not needed outside of samba build system. It is safe to remove this package. Homepage: https://www.samba.org Section: libdevel Priority: optional Filename: pool/main/s/samba/python3-ldb-dev_4.21.1+dfsg-2~bpo12+1_amd64.deb Package: python3-libcamera Source: libcamera Version: 0.3.2-1~bpo12+1 Installed-Size: 1015 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Depends: libc6 (>= 2.32), libcamera0.3 (>= 0.3.2), libgcc-s1 (>= 3.0), libstdc++6 (>= 11) Size: 247820 SHA256: 131adfd5020663bd316cbd4fe8cb638ebe273317e1a8d965bc3c342cdb9d94ff SHA1: c728c5beb9f4d29574aac67704de5fd683788831 MD5sum: 55d59b3ce55bd73b07afe49ba2903fdc 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_amd64.deb Package: python3-libgpiod Source: libgpiod Version: 2.1.3-1~bpo12+1 Installed-Size: 135 Maintainer: Gavin Lai (賴建宇) Architecture: amd64 Depends: libc6 (>= 2.4), libgpiod3 (= 2.1.3-1~bpo12+1), python3 (<< 3.12), python3 (>= 3.11~), python3:any Size: 28120 SHA256: 24212a70a2074d7feec42d8249fa0f31894f7e79867adc55613901d6914e08be SHA1: e9ea762980c0fecad0d8d13c058dd1b29ee044f0 MD5sum: f3a34b32aca8558ff4ba55b5176f17fa Description: Python bindings for libgpiod (Python 3) libgpiod encapsulates the ioctl calls and data structures behind a straightforward API. This new character device interface guarantees all allocated resources are freed after closing the device file descriptor and adds several new features that are not present in the obsolete sysfs interface (like event polling, setting/reading multiple values at once or open-source and open-drain GPIOs). . This package contains Python 3 bindings for the libgpiod library. Homepage: https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git Section: python Priority: optional Filename: pool/main/libg/libgpiod/python3-libgpiod_2.1.3-1~bpo12+1_amd64.deb Package: python3-louis Source: liblouis Version: 3.32.0-1~bpo12+1 Installed-Size: 59 Maintainer: Debian Accessibility Team Architecture: all Depends: python3:any, liblouis20 (>= 3.32.0-1~bpo12+1) Size: 24468 SHA256: 66816a04c8a0dc557e438464a3849dacd563c1ad3ef3a7deaec24ab2452ee182 SHA1: e4b9e70e9275b2c0c6991d9eb1da1b5cf58d3a1c MD5sum: 72cfd55aea5cb70df8ba45d5508dd88a 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.32.0-1~bpo12+1_all.deb Package: python3-lsprotocol Source: lsprotocol Version: 2023.0.1-1~bpo12+1 Installed-Size: 511 Maintainer: Debian Python Team Architecture: all Depends: python3-attr, python3-cattr, python3:any Size: 58352 SHA256: 14e6168d935e2eef43464bed4f24bf522f127dcc5360bb618eb136dda4e2c819 SHA1: 4ef38d294a225be82c9ccf46a1f2c6527bfe8282 MD5sum: c2bb35ece4730c7093e9c4cb6070d0ea Description: Python implementation of the Language Server Protocol lsprotocol is a Python implementation of object types used in the Language Server Protocol (LSP). This repository contains the code generator and the generated types for LSP. Homepage: https://github.com/microsoft/lsprotocol Section: python Priority: optional Filename: pool/main/l/lsprotocol/python3-lsprotocol_2023.0.1-1~bpo12+1_all.deb Package: python3-mapscript Source: mapserver Version: 8.2.2-1~bpo12+1 Installed-Size: 1373 Maintainer: Debian GIS Project Architecture: amd64 Depends: python3 (<< 3.12), python3 (>= 3.11~), python3:any, libc6 (>= 2.14), libmapserver2 (>= 8.0.0), libpython3.11 (>= 3.11.0) Suggests: mapserver-bin, mapserver-doc Size: 326284 SHA256: c8d24275158d028a4af01e2f09c08b92db2845488568bdbd5711a396d7921976 SHA1: a085c051025c8bd6f34881c5e1a7768a57d33c6f MD5sum: 5ae30454848f49f5302ed6c79af046bb 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_amd64.deb Package: python3-mini-buildd Source: mini-buildd Version: 2.2.5~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: 355260 SHA256: e9ca2c9f6e3a61989679a6a2000dd9fc2a5f907a6999f75d35fa0b38903afb04 SHA1: 92409b86b00f03bc5725681ae0d636c4f5cd7e28 MD5sum: a24a5f4852c83afbf1f827e0b6c0d94a 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.5~bpo12+1_all.deb Package: python3-mnemonic Source: python-mnemonic Version: 0.21-2~bpo12+1 Installed-Size: 258 Maintainer: Debian Python Team Architecture: all Depends: python3:any Size: 78164 SHA256: ecfa73755a19c70d5ee97bfbaa1ad702a4fe78019578d7852bda36ae6bd4a58f SHA1: d6a183c78bbb1c962f37ac83e054001f58275bc8 MD5sum: 59bce755580229431c3139ac421ad134 Description: Implementation of Bitcoin BIP-0039 (Python 3) This BIP describes the implementation of a mnemonic code or mnemonic sentence. A group of easy to remember words for the generation of deterministic wallets. . It consists of two parts: generating the mnenomic, and converting it into a binary seed. This seed can be later used to generate deterministic wallets using BIP-0032 or similar methods. . ==BIP paper== See https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki for full specification. . This package contains the Python 3 version. Homepage: https://github.com/trezor/python-mnemonic Section: python Priority: optional Filename: pool/main/p/python-mnemonic/python3-mnemonic_0.21-2~bpo12+1_all.deb Package: python3-nabu Source: nabu Version: 2024.2.1-1~bpo12+1 Installed-Size: 2310 Maintainer: Debian PaN Maintainers Architecture: all Depends: python3-pyvkfft, python3-glymur, python3-numpy, python3-psutil, python3-pytest, python3-pywt, python3-scipy, python3-silx, python3-skimage, python3-tifffile, python3-tqdm, python3:any Size: 388644 SHA256: 191239f7b9414db5b4f176320263bba4e3fa21b6a721bb14057b4afd2d9a2ca2 SHA1: 12a5bd45ae11753b6ade93823e51afb28bdb7eae MD5sum: 3697abbc7af302c557093ae556cd82e3 Description: ESRF tomography processing software Nabu can be used in several ways: - As a Python library, by features like Backprojector, FlatField, etc - As a standalone application with the command line interface - From Tomwer (https://gitlab.esrf.fr/tomotools/tomwer/) Homepage: https://gitlab.esrf.fr/tomotools/nabu Section: python Priority: optional Filename: pool/main/n/nabu/python3-nabu_2024.2.1-1~bpo12+1_all.deb Package: python3-nbsphinx-link Source: nbsphinx-link Version: 1.3.0-4~bpo12+1 Installed-Size: 28 Maintainer: Debian Science Maintainers Architecture: all Depends: python3-nbsphinx, python3-sphinx, python3:any Size: 6328 SHA256: cb338b4026fa81b81fd34e0eed5267f7d50740fa1af2485cd99648a7fba6043a SHA1: b9f3ef8e0d8ef6207ffc47113f320d5ddd88c772 MD5sum: e76b327f49d19d8206319ac169c37963 Description: sphinx extension for including notebooks outside of sphinx root Normally, Sphinx will only allow you to add files that are situated inside the source directory, but you might want to include files from another directory, for example a central 'examples' folder. For RST files these can be linked with include directives inside another RST file. For notebooks, there's nbsphinx-link. Homepage: https://github.com/vidartf/nbsphinx-link.git Section: python Priority: optional Filename: pool/main/n/nbsphinx-link/python3-nbsphinx-link_1.3.0-4~bpo12+1_all.deb Package: python3-nbxmpp Source: python-nbxmpp Version: 4.5.4-1~bpo12+1 Installed-Size: 797 Maintainer: Debian XMPP Maintainers Architecture: all Depends: python3-gi, python3-idna, python3-packaging, python3-precis-i18n, python3:any, gir1.2-soup-3.0 Recommends: python3-gssapi Breaks: gajim (<< 1.4~) Size: 125836 SHA256: 46a71939b3aa85293ecdfc9e9669208538ac7607b3c330b6569c1b128f8201fb SHA1: ba83bc8a7c20e0c1b47663afec40502a2c30988c MD5sum: 574f7a2914be43cdd5405341ab775978 Description: Non blocking Jabber/XMPP Python 3 library python-nbxmpp is a Python library that provides a way for Python applications to use Jabber/XMPP networks in a non-blocking way. This library is initialy a fork of xmpppy one, but using non-blocking sockets. . This is the Python 3 version of this library. Homepage: https://dev.gajim.org/gajim/python-nbxmpp Section: python Priority: optional Filename: pool/main/p/python-nbxmpp/python3-nbxmpp_4.5.4-1~bpo12+1_all.deb Package: python3-nfs-ganesha Source: nfs-ganesha Version: 5.9-5~bpo12+1 Installed-Size: 317 Maintainer: Christoph Martin Architecture: all Replaces: python-nfs-ganesha Depends: python3-dbus, python3-pyqt5, python3:any, libc6 (>= 2.34), libntirpc5.8 (>= 5.8), nfs-ganesha Size: 46900 SHA256: fcb28871b3a121bb4916eab3dca7c44d304695c2208c7921b353f5532181cadb SHA1: 42e32b8c7f4032f571635f27593036eef80b694b MD5sum: 527a5a1d2fa6daa6fb79c8875f5eb0a3 Description: Python bindings for nfs-ganesha NFS-GANESHA is a NFS Server running in user space with a large cache. It comes with various backend modules to support different file systems and namespaces. Supported name spaces are POSIX, PROXY, SNMP, FUSE-like, HPSS, LUSTRE, XFS and ZFS. . This package contains Python bindings for nfs-ganesha admin Homepage: https://github.com/nfs-ganesha/nfs-ganesha Section: python Priority: optional Filename: pool/main/n/nfs-ganesha/python3-nfs-ganesha_5.9-5~bpo12+1_all.deb Package: python3-notmuch Source: notmuch Version: 0.38.1-1~bpo12+1 Installed-Size: 150 Maintainer: Carl Worth Architecture: all Depends: libnotmuch5 (>= 0.38.1-1~bpo12+1), python3:any Size: 30192 SHA256: bab7ccf82f2ebc388bcea21f2ce6dd7cb70365f084724837adb5e923403db505 SHA1: c75f0da2d08fc361a3848b4b95728e86d010e29d MD5sum: 84e70f950c9a60d2ed4e09af8ee446f9 Description: Python 3 legacy interface to the notmuch mail search and index library Notmuch is a system for indexing, searching, reading, and tagging large collections of email messages in maildir or mh format. It uses the Xapian library to provide fast, full-text search with a very convenient search syntax. . This package provides a legacy Python 3 interface to the notmuch functionality, directly interfacing with a shared notmuch library. . New projects are encouraged to use python3-notmuch2 instead. Homepage: https://notmuchmail.org/ Section: python Priority: optional Filename: pool/main/n/notmuch/python3-notmuch_0.38.1-1~bpo12+1_all.deb Package: python3-notmuch2 Source: notmuch Version: 0.38.1-1~bpo12+1 Installed-Size: 233 Maintainer: Carl Worth Architecture: amd64 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: 44852 SHA256: 950ed4d1729ee1862dd2ba5ef37fb6c8cfb00d82561314d8ae2f8453dcfdb4d5 SHA1: 03c8eec57bdee9710afd86f5bc505f273ab65cf5 MD5sum: cd9c51a7c61305ae758d86533293232f 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_amd64.deb Package: python3-nxt Source: nxt-python Version: 3.5.1-1~bpo12+1 Installed-Size: 1464 Maintainer: Debian LEGO Team Architecture: all Depends: python3-pil, python3-usb, python3:any, libjs-sphinxdoc (>= 5.2), sphinx-rtd-theme-common (>= 1.2.0+dfsg) Recommends: python3-bluez Size: 141460 SHA256: 7d36b1ca53eb482439dc8a76ea21387ab03c157f53f662080db0faa3c98a2be9 SHA1: 15ece948fbec83fab77146c9032e2ffb11b4dc5b MD5sum: 2ff8634a078b7829a605c8a1379fcdac Description: Python driver/interface/wrapper for the LEGO Mindstorms NXT robot NXT-Python is a package for controlling a LEGO NXT robot using the Python programming language. It can communicate using either USB or Bluetooth. Homepage: https://sr.ht/~ni/nxt-python/ Built-Using: sphinx (= 5.3.0-4) Section: python Priority: optional Filename: pool/main/n/nxt-python/python3-nxt_3.5.1-1~bpo12+1_all.deb Package: python3-nxtomo Source: nxtomo Version: 1.3.0.dev9-1~bpo12+1 Installed-Size: 364 Maintainer: Debian PaN Maintainers Architecture: all Depends: python3-h5py (>= 3.0), python3-numpy, python3-packaging, python3-pyunitsystem, python3-silx, python3:any Size: 51660 SHA256: 54ba5c5d97b5ac36e3f664d1c627ee2c3f9ce0ffae7eed14a39297d54dfd3a11 SHA1: 26bd25214b2c4fed17050717cc93873f5dff9a78 MD5sum: a25201e24a5a6cb72e4c017598f6b08d Description: Powerful and user friendly API to create and edit NXtomo applications The goal of this project is to provide a powerful and user friendly API to create and edit NXtomo applications. Homepage: https://gitlab.esrf.fr/tomotools/nxtomo Section: python Priority: optional Filename: pool/main/n/nxtomo/python3-nxtomo_1.3.0.dev9-1~bpo12+1_all.deb Package: python3-omemo-dr Source: omemo-dr Version: 1.0.1-2~bpo12+1 Installed-Size: 335 Maintainer: Debian XMPP Maintainers Architecture: amd64 Depends: python3 (<< 3.12), python3 (>= 3.11~), python3-cryptography, python3-protobuf, python3:any, libc6 (>= 2.14) Size: 99232 SHA256: 26b9322850b9be30b942db010d792e21a4c6f284cbde9b4ec1d245227eb9a2e1 SHA1: 9fac19fa537f8d2d7f0b726d7126b59f629087ec MD5sum: 252726cae63c24de28f97eaa6520fdc7 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_amd64.deb Package: python3-pycotap Source: python-pycotap Version: 1.3.1-2~bpo12+1 Installed-Size: 27 Maintainer: Debian Python Team Architecture: all Depends: python3:any Size: 5412 SHA256: 3774be6e79318192059aa72e7b7a701e8b99bba2147befcc715650a0da65ca96 SHA1: 6fff0eb5d67529ae26e94c369154f741ccbd4daf MD5sum: ecf029bdda1f72988b04e7ee6029116c Description: tiny test runner that outputs TAP results to standard output This package provides a simple Python test runner for unittest that outputs "Test Anything Protocol" (see http://testanything.org) results to standard output, similar to what tape (https://www.npmjs.com/package/tape) does for JavaScript). Homepage: https://github.com/remko/pycotap Section: python Priority: optional Filename: pool/main/p/python-pycotap/python3-pycotap_1.3.1-2~bpo12+1_all.deb Package: python3-pyfai Source: pyfai Version: 2023.9.0-1~bpo12+1 Installed-Size: 14754 Maintainer: Debian PaN Maintainers Architecture: amd64 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: 2609508 SHA256: 78733b9153df829342d021be0d2c186894ccd3b4dee9de84e58ecff28c86d131 SHA1: 36b424872eb5537a191277f6df6177b2490edb16 MD5sum: 747585b1a70c48c57f8a0681289c19fd 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_amd64.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: 32225 Maintainer: Debian PaN Maintainers Architecture: amd64 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: 5414280 SHA256: 9770f1086366ef15332e38f46e50bb3cb107db225d72ad66338d1be7a8e5330d SHA1: ff12da73db49dfdb5b227fc09faa8ca69d70712d MD5sum: b98cbb657d10bf929ff4beac7b8f817a 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_amd64.deb Package: python3-pymodbus Source: pymodbus Version: 3.6.4-1~bpo12+1 Installed-Size: 738 Maintainer: Debian Python Team Architecture: all Depends: python3:any Recommends: python3-serial-asyncio, python3-typer Size: 164212 SHA256: 1427ddd1063d6229ac37066b10afc84898ea1f0df3ca19ec8b3b7e32421f336b SHA1: 662f95d6254918be063706108a5b8e389b8122d9 MD5sum: 67054e010c2c487300aadc2544555aca Description: full Modbus protocol implementation for Python 3 Pymodbus is a full Modbus protocol implementation. It is currently supports the following : . Client Features: * Can perform single get/set on discrete and registers * Can perform multiple get/set on discrete and registers * Working on diagnostic/file/pipe/setting/info requests * Can fully scrape a host to be cloned . Server Features: * Can function as a fully implemented TCP/ASCII modbus server * Full server control context * Working on serial communication * Working on functioning as a RTU * Can mimic a server based on the supplied input data . For asynchronous communication, you need python-twisted-core. For serial communication, you need python-serial. . This package provides the Python 3.x module. Homepage: https://github.com/pymodbus-dev/pymodbus Section: python Priority: optional Filename: pool/main/p/pymodbus/python3-pymodbus_3.6.4-1~bpo12+1_all.deb Package: python3-pynx Source: pynx Version: 2024.1.1-2~bpo12+1 Installed-Size: 4681 Maintainer: Debian PaN Maintainers Architecture: amd64 Depends: python3 (<< 3.12), python3 (>= 3.11~), python3-fabio, python3-h5py (>= 2.9), python3-hdf5plugin, python3-mako, python3-matplotlib, python3-numexpr, python3-numpy (>= 1:1.22.0), python3-numpy-abi9, python3-nxtomo, python3-packaging, python3-pooch, python3-psutil, python3-pyopencl, python3-pytools, python3-pyvkfft, python3-scipy, python3-silx, python3-skimage, python3-sklearn, python3-tomoscan, python3:any, libc6 (>= 2.4) Suggests: python-pynx-doc Size: 591228 SHA256: 95d33143e7970e92f0eb541892e0206b30b00814c77135f09496694a56450a50 SHA1: 6a398a02e83c6ae0989a977b9a7c79a4b5da9918 MD5sum: 1d672935edc2f2caaa9001a132654906 Description: Python tools for Nano-structures Crystallography (Python 3) PyNX stands for *Python tools for Nano-structures Crystallography*. It is a python library with the following main modules: . 1) pynx.scattering: *X-ray scattering computing using graphical processing units*, allowing up to 2.5x10^11 reflections/atoms/seconds (single nVidia Titan X). The sub-module``pynx.scattering.gid`` can be used for *Grazing Incidence Diffraction* calculations, using the Distorted Wave Born Approximation . 2) pynx.ptycho : simulation and analysis of experiments using the *ptychography* technique, using either CPU (deprecated) or GPU using OpenCL. Examples are available in the pynx/Examples directory. Scripts for analysis of raw data from beamlines are also available, as well as using or producing ptychography data sets in CXI (Coherent X-ray Imaging) format. . 3) pynx.wavefront: *X-ray wavefront propagation* in the near, far field, or continuous (examples available at the end of ``wavefront.py``). Also provided are sub-modules for Fresnel propagation and simulation of the illumination from a Fresnel Zone Plate, both using OpenCL for high performance computing. . 4) pynx.cdi: *Coherent Diffraction Imaging* reconstruction algorithms using GPU. . In addition, it includes :doc:`scripts ` for command-line processing of ptychography data from generic CXI data (pynx-ptycho-cxi) or specific to beamlines (pynx-ptycho-id01, pynx-ptycho-id13,...). . This package installs the library for Python 3. Homepage: https://gitlab.esrf.fr/favre/PyNX Section: python Priority: optional Filename: pool/main/p/pynx/python3-pynx_2024.1.1-2~bpo12+1_amd64.deb Package: python3-pyosmium Source: pyosmium Version: 4.0.2-1~bpo12+1 Installed-Size: 3302 Maintainer: Debian GIS Project Architecture: amd64 Depends: python3 (<< 3.12), python3 (>= 3.11~), python3-requests, python3:any, libbz2-1.0, libc6 (>= 2.34), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.3.1), liblz4-1 (>= 0.0~r130), libstdc++6 (>= 12), zlib1g (>= 1:1.2.6) Suggests: python3-shapely Size: 798164 SHA256: 1cb4eee5e39e1b5c781839a58cdfb32db13d4ac9ef9e4b6ff45f8f82e7faee0b SHA1: 4f4f6b6952613a86ffa0b0d366b6017f59bba060 MD5sum: 4ef490222f2f8cef9f166c650c3e8b83 Description: Osmium library bindings for Python 3 The PyOsmium module allows you to access some of the features of the Osmium library from Python code. . PyOsmium has extensive support for all types of OSM entities: nodes, ways, relations, and changesets. It allows reading from OSM files in XML and PBF formats, including change files and full history files. Its easy to use handler interface allows you to quickly write data filtering and conversion functions. . This package contains the PyOsmium module for Python 3. Homepage: https://osmcode.org/pyosmium/ Section: python Priority: optional Filename: pool/main/p/pyosmium/python3-pyosmium_4.0.2-1~bpo12+1_amd64.deb Package: python3-pytest-trio Source: python-pytest-trio Version: 0.8.0-2~bpo12+1 Installed-Size: 99 Maintainer: Debian Python Team Architecture: all Depends: python3-outcome, python3-pytest, python3-trio, python3:any Suggests: python-pytest-trio-doc Size: 18972 SHA256: 01e8f0507bbf35b7f1fd356a5248f9039943fe8740df657127be93ab2c35cc12 SHA1: 3a8637b62e20c4d6310634875f3d1a4313db1a68 MD5sum: 958b1d21a899bf217b11b9e4e1dadb75 Description: Pytest plugin for trio (Python3 version) This is a pytest plugin to help you test projects that use Trio, a friendly library for concurrency and async I/O in Python. . Features include: * Async tests without the boilerplate: just write async def test_whatever(): .... * Useful fixtures included: use autojump_clock for easy testing of code with timeouts, or nursery to easily set up background tasks. * Write your own async fixtures: set up an async database connection or start a server inside a fixture, and then use it in your tests. * If you have multiple async fixtures, pytest-trio will even do setup/teardown concurrently whenever possible. * Integration with the fabulous Hypothesis library, so your async tests can use property-based testing: just use @given like you’re used to. * Support for testing projects that use Trio exclusively and want to use pytest-trio everywhere, and also for testing projects that support multiple async libraries and only want to enable pytest-trio’s features for a subset of their test suite. . This package contains the Python 3 version of the library. Homepage: https://github.com/python-trio/pytest-trio Section: python Priority: optional Filename: pool/main/p/python-pytest-trio/python3-pytest-trio_0.8.0-2~bpo12+1_all.deb Package: python3-pyunitsystem Source: pyunitsystem Version: 2.0.0-1~bpo12+1 Installed-Size: 41 Maintainer: Debian Pan Maintainers Architecture: all Depends: python3:any Size: 7216 SHA256: b50a1f3e882f1637af6d9a068f43e6c00b559a61f4a25d384f34d7efec5274e5 SHA1: 16fde0670a2972344518d1f322b48d0cb1ecab67 MD5sum: 023a80af8c70d2c9718d69c70acf9dd0 Description: dummy unit system # pyunitsystem . dummy low level unit system Homepage: https://gitlab.esrf.fr/tomotools/pyunitsystem Section: python Priority: optional Filename: pool/main/p/pyunitsystem/python3-pyunitsystem_2.0.0-1~bpo12+1_all.deb Package: python3-pyvkfft Source: pyvkfft Version: 2024.1.4+ds1-3.1~bpo12+1 Installed-Size: 968 Maintainer: Debian PaN Maintainers Architecture: amd64 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), libstdc++6 (>= 4.1.1), ocl-icd-libopencl1 | libopencl1 Suggests: python3-pyvkfft-cuda Size: 270848 SHA256: d65b58adee5ccea28295fe84314bca4a21a0c8381522baad9a173ab1e094c9b3 SHA1: 07e6f494464c7fa77485f4642fe2b3b3cc5a25d3 MD5sum: 2fa9fedbf570ec76f7a03dc8b4e161a7 Description: Binding to the OpenCL backends of VkFFT - Python3 pyvkfft offers a simple python interface to the CUDA and OpenCL backends of VkFFT, compatible with pyCUDA, CuPy and pyOpenCL. . This package installs the library for Python 3 and includes the OpenCL backend. The CUDA backend is available in the python3-pyvkfft-cuda package. Homepage: https://github.com/vincefn/pyvkfft Section: science Priority: optional Filename: pool/main/p/pyvkfft/python3-pyvkfft_2024.1.4+ds1-3.1~bpo12+1_amd64.deb Package: python3-pyvkfft-doc Source: pyvkfft Version: 2024.1.4+ds1-3.1~bpo12+1 Installed-Size: 58077 Maintainer: Debian PaN Maintainers Architecture: all Depends: libjs-mathjax, libjs-sphinxdoc (>= 5.2), sphinx-rtd-theme-common (>= 1.2.0+dfsg) Size: 45596380 SHA256: 1f8b26533ae2434551936c05cc0b2570021124b612420a6d6c2f215732d9e6b1 SHA1: 50202487f6a4a5d5d5d2750dea6cd713e4234649 MD5sum: 19444f445cb4744a9a5f25a82aaf0558 Description: Binding to the backends of VkFFT - Documentation pyvkfft offers a simple python interface to the CUDA and OpenCL backends of VkFFT, compatible with pyCUDA, CuPy and pyOpenCL. . This is the common documentation package. Multi-Arch: foreign Homepage: https://github.com/vincefn/pyvkfft Section: doc Priority: optional Filename: pool/main/p/pyvkfft/python3-pyvkfft-doc_2024.1.4+ds1-3.1~bpo12+1_all.deb Package: python3-qgis Source: qgis Version: 3.34.14+dfsg-1~bpo12+1 Installed-Size: 99714 Maintainer: Debian GIS Project Architecture: amd64 Depends: python3-qgis-common (= 3.34.14+dfsg-1~bpo12+1), qgis-providers (= 3.34.14+dfsg-1~bpo12+1), libqgispython3.34.14, 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 (>= 3.0), libpython3.11 (>= 3.11.0), libqca-qt5-2 (>= 2.0.2), libqgis-3d3.34.14 (>= 3.34.14+dfsg), libqgis-analysis3.34.14 (>= 3.34.14+dfsg), libqgis-core3.34.14 (>= 3.34.14+dfsg), libqgis-gui3.34.14 (>= 3.34.14+dfsg), libqgis-server3.34.14 (>= 3.34.14+dfsg), libqscintilla2-qt5-15 (>= 2.11.2), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5multimedia5 (>= 5.6.0~beta), 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: 16815476 SHA256: 9b427d07fcb80b861e40872894f4bc00d1761a6504f1f2fbb55203630e94b141 SHA1: 2dc1763a4d75f49db140c0938b8f694f8da6f921 MD5sum: 8e2d84ea25db54ef79cbccfd48cf50c0 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.14+dfsg-1~bpo12+1_amd64.deb Package: python3-qgis-common Source: qgis Version: 3.34.14+dfsg-1~bpo12+1 Installed-Size: 14477 Maintainer: Debian GIS Project Architecture: all Replaces: python-qgis-common (<< 3.4.5) Depends: gdal-bin, python3-gdal, python3-matplotlib, libqgis-customwidgets (>= 3.34.14+dfsg-1~bpo12+1), python3:any Breaks: python-qgis-common (<< 3.4.5) Size: 5867592 SHA256: e2fab8e2a83cc22d5d77369f9d61cab4abc66c5c1f4f48aeddab6239c31e8573 SHA1: 9dedfc9c523bf6e411bf3a5b2196c178ed503b94 MD5sum: 157bb3ffa148c647435bc2f301fc1b68 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.14+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: 35 Maintainer: Debian Python Team Architecture: amd64 Depends: python3 (<< 3.12), python3 (>= 3.11~), libc6 (>= 2.14) Size: 6624 SHA256: d43520c5e06de873c04abc94c5723e7dcf42ed900bf4fb64a1d24fce99b02ab9 SHA1: c0cab249089d1cbcc8b64159e6b991d37d61e604 MD5sum: d3fc9d78d5c20fb696752f9a95acaa28 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_amd64.deb Package: python3-sabctools Source: sabctools Version: 8.2.3-2~bpo12+1 Installed-Size: 194 Maintainer: Jeroen Ploemen Architecture: amd64 Depends: libc6 (>= 2.34), libstdc++6 (>= 4.1.1), python3 (<< 3.12), python3 (>= 3.11~), python3:any Size: 64240 SHA256: f09b1a155da440e36e43002b49dc2cd714a025b60f1c90064d30e04f7011119f SHA1: ce9f9673e20e748e2f286cecd11270b2067c7165 MD5sum: f933e33b41e5ab9a127f8b8121c7c6a6 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_amd64.deb Package: python3-samba Source: samba Version: 2:4.21.3+dfsg-6~bpo12+1 Installed-Size: 19590 Maintainer: Debian Samba Maintainers Architecture: amd64 Replaces: samba (<< 2:4.20.1+dfsg-2~), samba-common-bin (<< 2:4.20.1+dfsg-2~), samba-libs (<< 2:4.16.0+dfsg-1~) Depends: python3-ldb (= 2:2.10.0+samba4.21.3+dfsg-6~bpo12+1), samba-libs (= 2:4.21.3+dfsg-6~bpo12+1), python3-tdb, python3-cryptography, python3 (<< 3.12), python3 (>= 3.11~), python3:any, libbsd0 (>= 0.0), libc6 (>= 2.34), libgnutls30 (>= 3.7.0), libldb2 (>= 2:1.1.23), libndr5 (>= 2:4.20.0~rc1), libpython3.11 (>= 3.11.0), libtalloc2 (>= 2.0.4~git20101213), libtevent0 (>= 0.15.0), python3-talloc (>> 2:2.4.2+samba4.21.3+dfsg-6~bpo12+1~) Recommends: tdb-tools Breaks: samba (<< 2:4.20.1+dfsg-2~), samba-common-bin (<< 2:4.20.1+dfsg-2~) Size: 2687320 SHA256: 4177e5abaff0a076cb465ec8a4484db07c95a9fee28c020a11100b6b8922cbf4 SHA1: 77dfaecf6d0dca7a40d63d0cf7f542bb6f799df8 MD5sum: ccb79751a78c19e6598929ba2b32ade7 Description: Python 3 bindings for Samba Samba is an implementation of the SMB/CIFS protocol for Unix systems, providing support for cross-platform file sharing with Microsoft Windows, OS X, and other Unix systems. Samba can also function as a domain controller or member server in Active Directory or NT4-style domains. . This package contains Python 3 bindings for most Samba libraries. Homepage: https://www.samba.org Section: python Priority: optional Filename: pool/main/s/samba/python3-samba_4.21.3+dfsg-6~bpo12+1_amd64.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.4-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: 112720 SHA256: 1f40e5893c1aae9d73b0d72de4bdfdfcd4d53ac1632f542acefc5ebb5efd69d1 SHA1: c9cc774d52c9d1a65f1ec251bb0921c7196c756f MD5sum: 2f7a2841c68e624ee71a297c7d30d2f5 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.4-1~bpo12+1_all.deb Package: python3-sdbus Source: python-sdbus Version: 0.12.0-1~bpo12+1 Installed-Size: 340 Maintainer: Debian Python Team Architecture: amd64 Depends: python3 (<< 3.12), python3 (>= 3.11~), python3:any, libc6 (>= 2.14), libsystemd0 (>= 248) Size: 76500 SHA256: 9738fca2b2028e21dcc8e5b8e69d36bf51efa2393f1257cc466a3c548add4f0c SHA1: c8f65bd7cb72f02cd9e469a9e8367f9938fca06c MD5sum: aaaae44a4b27a1629e8653f23d188172 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_amd64.deb Package: python3-silx Source: silx Version: 1.1.2+dfsg-2~bpo12+1 Installed-Size: 12725 Maintainer: Debian Science Maintainers Architecture: amd64 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: 2318600 SHA256: 4f8272facbae66833b0d7ce37a0b39bff63d00608e5ac79dcdb0db0ac123c0fd SHA1: 64d985b20b1127828a7b26d432a877155f9669d4 MD5sum: 89a5abf71ff9a5c849221f4fd2bbd612 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_amd64.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: 50 Maintainer: Debian XMPP Maintainers Architecture: amd64 Depends: libc6 (>= 2.4), libidn12 (>= 1.13), python3 (<< 3.12), python3 (>= 3.11~) Size: 14552 SHA256: aa493b97eaac65f166074a27c3a49935b52966792474c51b820fd1bdcf54119a SHA1: c89fbaea436a268b87b30f8c2eed33da1e6c6b54 MD5sum: 377f7be550a7d47b7b956cbc2863305e 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_amd64.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-sphinxcontrib-globalsubs Source: sphinxcontrib-globalsubs Version: 0.1.2-2~bpo12+1 Installed-Size: 26 Maintainer: Debian Python Team Architecture: all Depends: python3-sphinx, python3:any Size: 4876 SHA256: 09467656a8bb6a08ad3f4c51b9a82ed2e767dc84c5b9740006e7a97f4c971075 SHA1: 7d0b8ad0a3c15f5e3c5d90a71d7b0e2fb6953b8c MD5sum: 449cdbc1047671ee3e72681ac01b4029 Description: sphinx extension to support global substitutions Sphinx extension for adding global substitutions to conf.py. One of the main use cases are central abbreviation lists, but any valid reST markup can be substituted. . This contains the Python 3 version. Homepage: https://github.com/missinglinkelectronics/sphinxcontrib-globalsubs Section: python Priority: optional Filename: pool/main/s/sphinxcontrib-globalsubs/python3-sphinxcontrib-globalsubs_0.1.2-2~bpo12+1_all.deb Package: python3-sshpubkeys Source: sshpubkeys Version: 3.3.1-1~bpo12+1 Installed-Size: 51 Maintainer: Debian Python Team Architecture: all Depends: python3-cryptography (>= 2.1.4), python3-ecdsa, python3:any Size: 11416 SHA256: 5e1ea0a964f67e4f1c3197606d108b6cb19d8b1eb7f2ec3d8f1a2d470fb71327 SHA1: d3154583256fc35040de2d3c6260f83a53ad5e71 MD5sum: b9c6c6bfcda0f704f8e3f7ccb1030c33 Description: SSH public key parser - Python 3 This module provides a native implementation for validating OpenSSH public keys. Currently ssh-rsa, ssh-dss (DSA), ssh-ed25519 and ecdsa keys with NIST curves are supported. . This package contains the module for Python 3. Homepage: https://github.com/ojarva/python-sshpubkeys Section: python Priority: optional Filename: pool/main/s/sshpubkeys/python3-sshpubkeys_3.3.1-1~bpo12+1_all.deb Package: python3-streamlink Source: streamlink Version: 7.1.2-1~bpo12+1 Installed-Size: 1806 Maintainer: Alexis Murzeau Architecture: all Depends: python3-certifi, python3-exceptiongroup | python3 (>> 3.11), python3-isodate, python3-lxml, python3-pycountry, python3-pycryptodome, python3-requests, python3-socks, python3-trio | python3 (<< 3.13), python3-trio | python3 (>> 3.13), python3-trio-websocket, python3-urllib3, python3-websocket, python3:any Recommends: ffmpeg Suggests: streamlink, python3-streamlink-doc Size: 317288 SHA256: cea393f76772ff690f92ee9f439014200f31de4f3da46f8f899ecfd3432b1302 SHA1: 78449375546aaed7156900d6be8ecc46d578caa9 MD5sum: b8f4e998af04bf2614c5157cb9886da4 Description: Python module for extracting video streams from various websites Streamlink is a CLI utility which pipes video streams from various services into a video player, such as VLC. The main purpose of streamlink is to avoid resource-heavy and unoptimized websites, while still allowing the user to enjoy various streamed content. . Streamlink is a fork of the Livestreamer project. . Please consider donating or paying for subscription services when they are available for the content you consume and enjoy. . This package makes Streamlink APIs accessible in Python 3. Homepage: https://streamlink.github.io/ Section: python Priority: optional Filename: pool/main/s/streamlink/python3-streamlink_7.1.2-1~bpo12+1_all.deb Package: python3-streamlink-doc Source: streamlink Version: 7.1.2-1~bpo12+1 Installed-Size: 2834 Maintainer: Alexis Murzeau Architecture: all Depends: libjs-sphinxdoc (>= 5.2), fonts-fork-awesome Suggests: python3-streamlink Size: 308496 SHA256: 3ad054904945f5653b920989fefea5a113c316117758c5868c138643cb839ea6 SHA1: 8e380a667ea0fb2a36be030f657932a7acb46a37 MD5sum: 78c9cc7d3cde1e0488d58924f385bc00 Description: CLI for extracting video streams from various websites (documentation) Streamlink is a CLI utility which pipes video streams from various services into a video player, such as VLC. The main purpose of streamlink is to avoid resource-heavy and unoptimized websites, while still allowing the user to enjoy various streamed content. . Streamlink is a fork of the Livestreamer project. . Please consider donating or paying for subscription services when they are available for the content you consume and enjoy. . This package contains the Streamlink usage, API and plugins documentation in HTML format. Multi-Arch: foreign Homepage: https://streamlink.github.io/ Section: doc Priority: optional Filename: pool/main/s/streamlink/python3-streamlink-doc_7.1.2-1~bpo12+1_all.deb Package: python3-talloc Source: samba (2:4.21.3+dfsg-6~bpo12+1) Version: 2:2.4.2+samba4.21.3+dfsg-6~bpo12+1 Installed-Size: 105 Maintainer: Debian Samba Maintainers Architecture: amd64 Replaces: python3-talloc-dev Depends: python3 (<< 3.12), python3 (>= 3.11~), libc6 (>= 2.4), libpython3.11 (>= 3.11.0), libtalloc2 (>= 2.0.4~git20101213) Breaks: python3-talloc-dev Size: 47332 SHA256: db9b62de91b56a576e3efaf183e7b6c36eb90cf4a85b0d5572d6a304786ef13b SHA1: 1a69370a996d59c63a0d5410a39ba7e59001a51a MD5sum: 08a231872c488753fc94418bce07964a Description: hierarchical pool based memory allocator - Python3 bindings A hierarchical pool based memory allocator with destructors. It uses reference counting to determine when memory should be freed. . This package contains the Python 3 bindings. Multi-Arch: same Homepage: https://www.samba.org Section: python Priority: optional Filename: pool/main/s/samba/python3-talloc_2.4.2+samba4.21.3+dfsg-6~bpo12+1_amd64.deb Package: python3-talloc-dev Source: talloc Version: 2.4.2-1~bpo12+1 Installed-Size: 39 Maintainer: Debian Samba Maintainers Architecture: amd64 Depends: pkg-config, python3-talloc (= 2.4.2-1~bpo12+1) Size: 9536 SHA256: b12fc956da739df5f980e8811de7a5a38c57d272a622df928d56676b857c966c SHA1: 665c2ddd7adb81a4b374cc1ad32f0777341fc569 MD5sum: b51f2dc013fea7aec52524c764ff8476 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_amd64.deb Package: python3-taurus Source: taurus Version: 5.1.8-1~bpo12+1 Installed-Size: 93152 Maintainer: Debian Science Maintainers Architecture: all Depends: python3-numpy, python3-click, python3-packaging, python3-pint, python3:any, python3-guiqwt, python3-h5py, python3-lxml, python3-ply, python3-pyqt5, python3-pyqt5.qtopengl, python3-setuptools, python3-tango Recommends: python3-pymca5, qttools5-dev-tools Suggests: python-taurus-doc Size: 4549336 SHA256: 59ed29dc41d31d4e9ce189b5ff77ba2942af1fb85c0bd424f8e06f4f18e58725 SHA1: 940cf494dc63d6be4437d821a91e21646603ac33 MD5sum: 438ea82451dffd4a4a9a89d219618e42 Description: Framework for scientific/industrial CLIs and GUIs - Python3 Taurus is a Python framework for control and data acquisition CLIs and GUIs in scientific/industrial environments. It supports multiple control systems or data sources: Tango, EPICS, ... New control system libraries can be integrated through plugins. . This is the Python 3 version of the package. Homepage: http://www.taurus-scada.org Section: python Priority: optional Filename: pool/main/t/taurus/python3-taurus_5.1.8-1~bpo12+1_all.deb Package: python3-taurus-pyqtgraph Source: taurus-pyqtgraph Version: 0.8.0-1~bpo12+1 Installed-Size: 270 Maintainer: Debian Science Maintainers Architecture: all Depends: python3-click, python3-lxml, python3-ply, python3-pyqtgraph, python3-taurus, python3:any Size: 45696 SHA256: a16fa37b74a8f0eb7ccc1a6c61bfa6db08713f63b773b3a63777484bf61a126a SHA1: 6f365e697b6cfee30b428f44d0fa2dd9b058c8dc MD5sum: e61fe8f931dd5fba124054b7012ac2d9 Description: Taurus extension providing pyqtgraph-based widgets (Python 3) taurus_pyqtgraph is an extension for the python3-taurus package. It adds the taurus.qt.qtgui.tpg submodule which provides pyqtgraph-based widgets. Homepage: https://github.com/taurus-org/taurus_pyqtgraph Section: python Priority: optional Filename: pool/main/t/taurus-pyqtgraph/python3-taurus-pyqtgraph_0.8.0-1~bpo12+1_all.deb Package: python3-tdb Source: samba (2:4.21.3+dfsg-6~bpo12+1) Version: 2:1.4.12+samba4.21.3+dfsg-6~bpo12+1 Installed-Size: 106 Maintainer: Debian Samba Maintainers Architecture: amd64 Depends: python3 (<< 3.12), python3 (>= 3.11~), python3:any, libc6 (>= 2.4), libtdb1 (>= 1.3.11) Size: 49724 SHA256: 5b2b378a4c2ab6009ff1fb3dfe5fb5afab36a0eb44ab7c7bb6911a78343dddd4 SHA1: aae2b53dc2226370a97a82d086017c18c2ee9716 MD5sum: 12273943cc8a5c018cf6e7f4cc07c89a Description: Python3 bindings for TDB This is a simple database API. It is modelled after the structure of GDBM. TDB features, unlike GDBM, multiple writers support with appropriate locking and transactions. . This package contains the Python3 bindings. Homepage: https://www.samba.org Section: python Priority: optional Filename: pool/main/s/samba/python3-tdb_1.4.12+samba4.21.3+dfsg-6~bpo12+1_amd64.deb Package: python3-tomoscan Source: tomoscan Version: 2.2.0~dev0-2~bpo12+1 Installed-Size: 684 Maintainer: Debian PaN Maintainers Architecture: all Depends: python3-dicttoxml, python3-lxml, python3-numpy, python3-packaging, python3-pkg-resources, python3-psutil, python3-silx, python3:any Size: 102500 SHA256: e41d47172cd7913bcd89a385d09ce12ff4e4f68aadcf31750d5c1e0b3f7b195a SHA1: 6e206b99470ecdaff469e3d45193145c7449b53a MD5sum: 1eb402d192066ad4597fb6b082206b9c Description: utility to access tomography data at esrf This library is offering an abstraction to access tomography data from various file formats. . It can read: - acquisitions from spec (.edf) and bliss (.hdf5) - volumes: - single frame file: EDF, JP2K, tiff - multi frame: HDF5, multitiff Homepage: https://gitlab.esrf.fr/tomotools/tomoscan Section: python Priority: optional Filename: pool/main/t/tomoscan/python3-tomoscan_2.2.0~dev0-2~bpo12+1_all.deb Package: python3-trezor Source: python-trezor Version: 0.13.9-4~bpo12+1 Installed-Size: 944 Maintainer: Debian Python Team Architecture: all Depends: python3-click (<< 8.2), python3-click (>= 7), python3-construct, python3-construct-classes, python3-ecdsa (>= 0.9), python3-mnemonic (>= 0.20), python3-requests (>= 2.4.0), python3-typing-extensions, python3-usb1, python3:any Recommends: python3-cryptography, python3-pil, python3-pyqt5 Suggests: cython3, libudev-dev, libusb-1.0-0-dev, python3-dev, python3-hid Breaks: electrum (<< 3.1.0) Size: 159276 SHA256: fbb7ba1b4cdb4731c53c62d4343c19100b4fceb79d9c7ba6dc1c2d914d450671 SHA1: 7d8bcca35c0f2497b3edd8421d97860bf2d83363 MD5sum: 0f2260538fd4fa8b65fafc330e1b17c4 Description: library for communicating with TREZOR Bitcoin HW wallet (Python 3) No matter how unprotected your computer or internet connection might be, your coins always stay safe with TREZOR as it never exposes your private keys. TREZOR is an isolated environment for offline transaction signing and using a small display you can visually verify the transaction contents. That's why all operations using TREZOR are entirely safe. . This package contains the Python 3 version of python-trezor. Homepage: https://github.com/trezor/trezor-firmware/tree/main/python Section: python Priority: optional Filename: pool/main/p/python-trezor/python3-trezor_0.13.9-4~bpo12+1_all.deb Package: python3-uno Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 483 Maintainer: Debian LibreOffice Maintainers Architecture: amd64 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.4-1~bpo12+1) | libreoffice-core (= 4:24.8.4-1~bpo12+1), python3:any, python3 (<< 3.12), python3 (>= 3.11~), python3.11, libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libpython3.11 (>= 3.11.0), libstdc++6 (>= 11), libuno-cppu3 (>= 4.4.0~alpha), libuno-cppuhelpergcc3-3 (>= 5.3.0~alpha), libuno-sal3 (>= 5.4.0~alpha), libuno-salhelpergcc3-3 (>= 3.6.0~beta), uno-libs-private Pre-Depends: ucf, awk Enhances: libreoffice Conflicts: python-uno Size: 166104 SHA256: 2710b3f73bed617eb69777f73e0dbae0ba83b92ac22fe468eab00949583151fb SHA1: d29d65113d410ba6132bce25a6b23ca9c7218088 MD5sum: cf99b6281030dfb6d7746173825f6bd9 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.4-1~bpo12+1_amd64.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: 69 Maintainer: Hilko Bengen Architecture: amd64 Depends: python3 (<< 3.12), python3 (>= 3.11~), libc6 (>= 2.14), libyara10 (>= 4.3.0~) Size: 18484 SHA256: 20133edd4a04299d401bebcb93e06a0509fea16ab7bf848887729ddd62550302 SHA1: 1e1e3958fddbd6f089532d5a871d38d36e809661 MD5sum: 66828403ae56e1edf504e2c2bc007e8b 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_amd64.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+git20241225+ds-1~bpo12+1 Installed-Size: 308 Maintainer: Boyuan Yang Architecture: amd64 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: 98252 SHA256: 36f2c704ede2630d332e6f4018d692243eb867fa0e4c2619332acfc85f164521 SHA1: 982236e1b91dbbfd7df0e16f30ec64a778abe4bc MD5sum: 57dfeb5f43381c2be0bf4aff72f5d623 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+git20241225+ds-1~bpo12+1_amd64.deb Package: qemu-block-extra Source: qemu Version: 1:9.2.0+ds-3~bpo12+2 Installed-Size: 320 Maintainer: Debian QEMU Team Architecture: amd64 Provides: qemu-block-supplemental Depends: libc6 (>= 2.14), libcurl3-gnutls (>= 7.16.3), libgfapi0 (>= 10.3), libiscsi7 (>= 1.18.0), libnfs13 (>= 1.11.0), librados2 (>= 16.2.11+ds), librbd1 (>= 16.2.6+ds), libssh-4 (>= 0.8.4), qemu-system-any (= 1:9.2.0+ds-3~bpo12+2) | qemu-utils (= 1:9.2.0+ds-3~bpo12+2) Enhances: qemu-system-arm, qemu-system-mips, qemu-system-misc, qemu-system-ppc, qemu-system-riscv, qemu-system-s390x, qemu-system-sparc, qemu-system-x86, qemu-utils Size: 104372 SHA256: 5453d788e3f0a63fd598e2080bc93986a567748204c2a07079369ad0dde58eba SHA1: 6e727a7b6b641b26e09c47bb3ea7fe29bcc76f28 MD5sum: 6d1bf10612555ae145a2a3ca9e92faa4 Description: extra block backend modules for qemu-system and qemu-utils QEMU is a fast processor emulator: currently the package supports Alpha, ARM, CRIS, i386, LoongArch, M68k (ColdFire), MicroBlaze, MIPS, PowerPC, RISC-V, S390x, SH4, SPARC, x86-64, Xtensa and other emulations. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This package provides extra block device backend modules for qemu-system emulation and qemu-img from qemu-utils package, which are rarely used and has extra dependencies. Homepage: http://www.qemu.org/ Section: otherosfs Priority: optional Filename: pool/main/q/qemu/qemu-block-extra_9.2.0+ds-3~bpo12+2_amd64.deb Package: qemu-guest-agent Source: qemu Version: 1:9.2.0+ds-3~bpo12+2 Installed-Size: 3690 Maintainer: Debian QEMU Team Architecture: amd64 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: 531436 SHA256: 713ff92925da67da9746164dfdb53026ebde55ae16782d2c20bb55d8c3405892 SHA1: 814cac75d1df909d96f6e88899775f321d4a5d16 MD5sum: 6038f8795b718655122517b805c3e867 Description: Guest-side qemu-system agent QEMU is a fast processor emulator: currently the package supports Alpha, ARM, CRIS, i386, LoongArch, M68k (ColdFire), MicroBlaze, MIPS, PowerPC, RISC-V, S390x, SH4, SPARC, x86-64, Xtensa and other emulations. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This package provides a daemon (agent) to run inside qemu-system guests (full system emulation). It communicates with the host using a virtio-serial channel org.qemu.guest_agent.0, and allows one to perform some functions in the guest from the host, including: - querying and setting guest system time - performing guest filesystem sync operation - initiating guest shutdown or suspend to ram - accessing guest files - freezing/thawing guest filesystem operations - others. . Install this package on a system which is running as guest inside qemu virtual machine. It is not used on the host. Multi-Arch: foreign Homepage: http://www.qemu.org/ Section: otherosfs Priority: optional Filename: pool/main/q/qemu/qemu-guest-agent_9.2.0+ds-3~bpo12+2_amd64.deb Package: qemu-system Source: qemu Version: 1:9.2.0+ds-3~bpo12+2 Installed-Size: 75 Maintainer: Debian QEMU Team Architecture: amd64 Depends: qemu-system-arm, qemu-system-mips, qemu-system-ppc, qemu-system-riscv, qemu-system-s390x, qemu-system-sparc, qemu-system-x86, qemu-system-misc Size: 48372 SHA256: da252266f94b2493c3ca1847fc1ac3e871a51b23297a6086c09cf538f76d778a SHA1: 4dbbe8d4ccaf38fc5a23981d3ad91c6a083fe6f6 MD5sum: e51da776fde46e816062aa3c97363b96 Description: QEMU full system emulation binaries QEMU is a fast processor emulator: currently the package supports Alpha, ARM, CRIS, i386, LoongArch, M68k (ColdFire), MicroBlaze, MIPS, PowerPC, RISC-V, S390x, SH4, SPARC, x86-64, Xtensa and other emulations. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This metapackage provides the full system emulation binaries for all supported targets, by depending on all per-architecture system emulation packages which QEMU supports. Multi-Arch: foreign Homepage: http://www.qemu.org/ Section: otherosfs Priority: optional Filename: pool/main/q/qemu/qemu-system_9.2.0+ds-3~bpo12+2_amd64.deb Package: qemu-system-arm Source: qemu Version: 1:9.2.0+ds-3~bpo12+2 Installed-Size: 62581 Maintainer: Debian QEMU Team Architecture: amd64 Provides: qemu-system-aarch64 (= 1:9.2.0+ds-3~bpo12+2), qemu-system-any (= 1:9.2.0+ds-3~bpo12+2), qemu-system-arm64 (= 1:9.2.0+ds-3~bpo12+2), qemu-system-armel (= 1:9.2.0+ds-3~bpo12+2), qemu-system-armhf (= 1:9.2.0+ds-3~bpo12+2) Depends: libaio1 (>= 0.3.93), libbpf1 (>= 1:0.0.8), libc6 (>= 2.34), libcapstone4 (>= 4), libfdt1 (>= 1.6.1), libfuse3-3 (>= 3.2.3), libglib2.0-0 (>= 2.67.3), libgmp10 (>= 2:6.2.1+dfsg1), libgnutls30 (>= 3.7.5), libhogweed6, libibverbs1 (>= 1.1.6), libjpeg62-turbo (>= 1.3.1), libnettle8 (>= 3.8~), libnuma1 (>= 2.0.15-1), libpixman-1-0 (>= 0.30.0), libpmem1 (>= 1.4), libpng16-16 (>= 1.6.2-1), librdmacm1 (>= 1.0.15), libsasl2-2 (>= 2.1.28+dfsg), libseccomp2 (>= 2.1.0), libslirp0 (>= 4.7.0), libudev1 (>= 183), liburing2 (>= 2.3), libvdeplug2 (>= 4.0.1), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.2.0), qemu-system-common (= 1:9.2.0+ds-3~bpo12+2), qemu-system-data (>> 1:9.2.0+ds~) Recommends: qemu-utils, ipxe-qemu, qemu-efi-aarch64, qemu-efi-arm, qemu-system-gui (= 1:9.2.0+ds-3~bpo12+2), qemu-system-modules-spice (= 1:9.2.0+ds-3~bpo12+2), qemu-system-modules-opengl (= 1:9.2.0+ds-3~bpo12+2), qemu-block-extra (= 1:9.2.0+ds-3~bpo12+2) Suggests: samba, vde2 Size: 9634480 SHA256: e58db8a12db4bb39c6fef334ff835e4b6345a271f32aaa64e20d9e8b2ea1dc7a SHA1: 0cff234c46e87af5db1c13dd912d7f3282d271da MD5sum: 65bf7a587c1285107b745748301b5eaf Description: QEMU full system emulation binaries (arm) QEMU is a fast processor emulator: currently the package supports ARM emulation. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This package provides the full system emulation binaries to emulate the following arm hardware: aarch64 (arm64) arm (armel armhf). . In system emulation mode QEMU emulates a full system, including a processor and various peripherals. It enables easier testing and debugging of system code. It can also be used to provide virtual hosting of several virtual machines on a single server. Multi-Arch: foreign Homepage: http://www.qemu.org/ Section: otherosfs Priority: optional Filename: pool/main/q/qemu/qemu-system-arm_9.2.0+ds-3~bpo12+2_amd64.deb Package: qemu-system-common Source: qemu Version: 1:9.2.0+ds-3~bpo12+2 Installed-Size: 4001 Maintainer: Debian QEMU Team Architecture: amd64 Depends: libasound2 (>= 1.0.16), libbrlapi0.8 (>= 6.5), libc6 (>= 2.34), libcacard0 (>= 2.2), libcap-ng0 (>= 0.7.9), libglib2.0-0 (>= 2.67.3), libgmp10 (>= 2:6.2.1+dfsg1), libgnutls30 (>= 3.7.5), libhogweed6, libncursesw6 (>= 6), libnettle8 (>= 3.8~), libnuma1 (>= 2.0.11), libpixman-1-0 (>= 0.19.6), libtinfo6 (>= 6), liburing2 (>= 2.3), libusb-1.0-0 (>= 2:1.0.23~), libusbredirparser1 (>= 0.8.0) Breaks: libvirt-daemon (<< 7.2.0-1) Size: 928780 SHA256: 3b948088104eafd6cd9cf1342d092c6fb8e00878dfb38f18330cd25bb171ada0 SHA1: 34d298668f398a387e3170f0cda8f313763bba5c MD5sum: 41c2f94685e5f0a7118b783d57a9daa8 Description: QEMU full system emulation binaries (common files) QEMU is a fast processor emulator: currently the package supports Alpha, ARM, CRIS, i386, LoongArch, M68k (ColdFire), MicroBlaze, MIPS, PowerPC, RISC-V, S390x, SH4, SPARC, x86-64, Xtensa and other emulations. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This package provides common files needed for target-specific full system emulation (qemu-system-*) packages. Homepage: http://www.qemu.org/ Section: otherosfs Priority: optional Filename: pool/main/q/qemu/qemu-system-common_9.2.0+ds-3~bpo12+2_amd64.deb Package: qemu-system-data Source: qemu Version: 1:9.2.0+ds-3~bpo12+2 Installed-Size: 18138 Maintainer: Debian QEMU Team Architecture: all Replaces: openbios-ppc, openbios-sparc, qemu-slof, qemu-system-common (<< 1:8.2.2+ds-1~), qemu-system-ppc (<< 1:6.1-4~), sgabios Provides: openbios-ppc, openbios-sparc, qemu-keymaps, qemu-skiboot, qemu-slof, sgabios Conflicts: openbios-ppc, openbios-sparc, qemu-skiboot, qemu-slof, sgabios Breaks: qemu-system-common (<< 1:8.2.2+ds-1~), qemu-system-misc (<< 1:9.1.1+ds-1~), qemu-system-ppc (<< 1:6.1-4~), qemu-system-s390x (<< 1:9.2.0~) Size: 2110080 SHA256: d5fe0acf2f8b6c91b6ff094fe59c23fd9f6ea7e2f723542c014aeb98dcc2bd90 SHA1: d878414e2b6ad077eae27973f91860a1893fb357 MD5sum: c994ab86ceb7d2897ba801a23621c370 Description: QEMU full system emulation (data files) This package provides architecture-neutral data files (such as keyboard definitions, icons) for system-mode QEMU emulation (qemu-system-*) packages. Multi-Arch: foreign Homepage: http://www.qemu.org/ Section: otherosfs Priority: optional Filename: pool/main/q/qemu/qemu-system-data_9.2.0+ds-3~bpo12+2_all.deb Package: qemu-system-gui Source: qemu Version: 1:9.2.0+ds-3~bpo12+2 Installed-Size: 1121 Maintainer: Debian QEMU Team Architecture: amd64 Replaces: qemu-system-common (<< 1:6.1+dfsg-4~) Depends: libc6 (>= 2.34), libcairo2 (>= 1.2.4), libepoxy0 (>= 1.0), libgbm1 (>= 12.0.0~0), libgdk-pixbuf-2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.61.2), libgtk-3-0 (>= 3.21.4), libjack-jackd2-0 (>= 1.9.10+20150825) | libjack-0.125, libnuma1 (>= 2.0.11), libpipewire-0.3-0 (>= 0.3.1), libpixman-1-0 (>= 0.19.6), libpulse0 (>= 0.99.1), libsdl2-2.0-0 (>= 2.0.12), libvirglrenderer1 (>= 0.8.0), libvte-2.91-0 (>= 0.49.92), libx11-6, qemu-system-modules-opengl (= 1:9.2.0+ds-3~bpo12+2), qemu-system-any (= 1:9.2.0+ds-3~bpo12+2), libgl1 Size: 325832 SHA256: bd1ce14c7e58e735b9ec45cf04f352dc2840a4458e06c2582852ce01945c21a0 SHA1: 088cbd3263335bbc5de68f74bc30fdac138340af MD5sum: 5585f758eccbc7eba080b65ef474db11 Description: QEMU full system emulation binaries (graphical display and audio modules) This package provides optional graphical guest display modules (currently GTK and SDL) and audio backend modules for full system emulation (qemu-system-*) packages. . This package is not a management/control/GUI interface for qemu, use something else (like virt-manager) for that. Homepage: http://www.qemu.org/ Section: otherosfs Priority: optional Filename: pool/main/q/qemu/qemu-system-gui_9.2.0+ds-3~bpo12+2_amd64.deb Package: qemu-system-mips Source: qemu Version: 1:9.2.0+ds-3~bpo12+2 Installed-Size: 61497 Maintainer: Debian QEMU Team Architecture: amd64 Provides: qemu-system-any (= 1:9.2.0+ds-3~bpo12+2), qemu-system-mips64 (= 1:9.2.0+ds-3~bpo12+2), qemu-system-mips64el (= 1:9.2.0+ds-3~bpo12+2), qemu-system-mipsel (= 1:9.2.0+ds-3~bpo12+2) Depends: libaio1 (>= 0.3.93), libbpf1 (>= 1:0.0.8), libc6 (>= 2.34), libcapstone4 (>= 4), libfdt1 (>= 1.6.1), libfuse3-3 (>= 3.2.3), libglib2.0-0 (>= 2.67.3), libgmp10 (>= 2:6.2.1+dfsg1), libgnutls30 (>= 3.7.5), libhogweed6, libibverbs1 (>= 1.1.6), libjpeg62-turbo (>= 1.3.1), libnettle8 (>= 3.8~), libnuma1 (>= 2.0.15-1), libpixman-1-0 (>= 0.19.6), libpmem1 (>= 1.4), libpng16-16 (>= 1.6.2-1), librdmacm1 (>= 1.0.15), libsasl2-2 (>= 2.1.28+dfsg), libseccomp2 (>= 2.1.0), libslirp0 (>= 4.7.0), libudev1 (>= 183), liburing2 (>= 2.3), libvdeplug2 (>= 4.0.1), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.2.0), qemu-system-common (= 1:9.2.0+ds-3~bpo12+2), qemu-system-data (>> 1:9.2.0+ds~) Recommends: qemu-utils, seabios, ipxe-qemu, qemu-system-gui (= 1:9.2.0+ds-3~bpo12+2), qemu-system-modules-spice (= 1:9.2.0+ds-3~bpo12+2), qemu-system-modules-opengl (= 1:9.2.0+ds-3~bpo12+2), qemu-block-extra (= 1:9.2.0+ds-3~bpo12+2) Suggests: samba, vde2 Size: 14321604 SHA256: 7276770c11f048a9b7fcb4cfeed3f686e5ae656697be170fedaff037843c49be SHA1: 5a2a8d4dc6889bfca459c2f348a577904f45ab2e MD5sum: 34d49e801ec1022b26445f3e09de3bd3 Description: QEMU full system emulation binaries (mips) QEMU is a fast processor emulator: currently the package supports MIPS emulation. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This package provides the full system emulation binaries to emulate the following mips hardware: mips mipsel mips64 mips64el. . In system emulation mode QEMU emulates a full system, including a processor and various peripherals. It enables easier testing and debugging of system code. It can also be used to provide virtual hosting of several virtual machines on a single server. Multi-Arch: foreign Homepage: http://www.qemu.org/ Section: otherosfs Priority: optional Filename: pool/main/q/qemu/qemu-system-mips_9.2.0+ds-3~bpo12+2_amd64.deb Package: qemu-system-misc Source: qemu Version: 1:9.2.0+ds-3~bpo12+2 Installed-Size: 167393 Maintainer: Debian QEMU Team Architecture: amd64 Provides: qemu-system-alpha (= 1:9.2.0+ds-3~bpo12+2), qemu-system-any (= 1:9.2.0+ds-3~bpo12+2), qemu-system-avr (= 1:9.2.0+ds-3~bpo12+2), qemu-system-hppa (= 1:9.2.0+ds-3~bpo12+2), qemu-system-loong64 (= 1:9.2.0+ds-3~bpo12+2), qemu-system-loongarch64 (= 1:9.2.0+ds-3~bpo12+2), qemu-system-m68k (= 1:9.2.0+ds-3~bpo12+2), qemu-system-microblaze (= 1:9.2.0+ds-3~bpo12+2), qemu-system-microblazeel (= 1:9.2.0+ds-3~bpo12+2), qemu-system-or1k (= 1:9.2.0+ds-3~bpo12+2), qemu-system-rx (= 1:9.2.0+ds-3~bpo12+2), qemu-system-sh4 (= 1:9.2.0+ds-3~bpo12+2), qemu-system-sh4eb (= 1:9.2.0+ds-3~bpo12+2), qemu-system-tricore (= 1:9.2.0+ds-3~bpo12+2), qemu-system-xtensa (= 1:9.2.0+ds-3~bpo12+2), qemu-system-xtensaeb (= 1:9.2.0+ds-3~bpo12+2) Depends: libaio1 (>= 0.3.93), libbpf1 (>= 1:0.0.8), libc6 (>= 2.34), libcapstone4 (>= 4), libfdt1 (>= 1.6.1), libfuse3-3 (>= 3.2.3), libglib2.0-0 (>= 2.67.3), libgmp10 (>= 2:6.2.1+dfsg1), libgnutls30 (>= 3.7.5), libhogweed6, libibverbs1 (>= 1.1.6), libjpeg62-turbo (>= 1.3.1), libnettle8 (>= 3.8~), libnuma1 (>= 2.0.15-1), libpixman-1-0 (>= 0.19.6), libpmem1 (>= 1.4), libpng16-16 (>= 1.6.2-1), librdmacm1 (>= 1.0.15), libsasl2-2 (>= 2.1.28+dfsg), libseccomp2 (>= 2.1.0), libslirp0 (>= 4.7.0), libudev1 (>= 183), liburing2 (>= 2.3), libvdeplug2 (>= 4.0.1), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.2.0), qemu-system-common (= 1:9.2.0+ds-3~bpo12+2), qemu-system-data (>> 1:9.2.0+ds~), qemu-system-riscv, qemu-system-s390x Recommends: qemu-utils, seabios, ipxe-qemu, qemu-system-gui (= 1:9.2.0+ds-3~bpo12+2), qemu-system-modules-spice (= 1:9.2.0+ds-3~bpo12+2), qemu-system-modules-opengl (= 1:9.2.0+ds-3~bpo12+2), qemu-block-extra (= 1:9.2.0+ds-3~bpo12+2) Suggests: samba, vde2 Size: 39619716 SHA256: 0a3c7e5b6e7a18a6c290ee1be82665ee719cc06741f2f263b30b428255088ca1 SHA1: 73005e1f61b9ab1dc618b7ce6e8d1832e948865b MD5sum: 3023307aa3c234feaad1d299c4c5171e Description: QEMU full system emulation binaries (miscellaneous) QEMU is a fast processor emulator: currently the package supports Alpha, ARM, CRIS, i386, LoongArch, M68k (ColdFire), MicroBlaze, MIPS, PowerPC, RISC-V, S390x, SH4, SPARC, x86-64, Xtensa and other emulations. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This package provides the full system emulation binaries to emulate various other hardware which did not made into separate packages. Emulators for the following architectures are provided: alpha avr hppa m68k loongarch64 (loong64) microblaze microblazeel or1k rx sh4 sh4eb tricore xtensa xtensae. . In system emulation mode QEMU emulates a full system, including a processor and various peripherals. It enables easier testing and debugging of system code. It can also be used to provide virtual hosting of several virtual machines on a single server. Multi-Arch: foreign Homepage: http://www.qemu.org/ Section: otherosfs Priority: optional Filename: pool/main/q/qemu/qemu-system-misc_9.2.0+ds-3~bpo12+2_amd64.deb Package: qemu-system-modules-opengl Source: qemu Version: 1:9.2.0+ds-3~bpo12+2 Installed-Size: 801 Maintainer: Debian QEMU Team Architecture: amd64 Replaces: qemu-system-common (<< 1:8.1.0+ds-1~exp2~), qemu-system-gui (<< 1:8.1.0+ds-1~exp2~) Depends: libc6 (>= 2.14), libepoxy0 (>= 1.3), libgbm1 (>= 7.11~1), libglib2.0-0 (>= 2.43.2), libpixman-1-0 (>= 0.25.2), libvirglrenderer1 (>= 0.8.0), qemu-system-any (= 1:9.2.0+ds-3~bpo12+2) Breaks: qemu-system-common (<< 1:8.1.0+ds-1~exp2~), qemu-system-gui (<< 1:8.1.0+ds-1~exp2~) Size: 169132 SHA256: 9f07c6e88cf5241ea18493d8b63553025ed3ef3a734a276dd01aa5613a1032c1 SHA1: 5dbc9e8abb3332ee109ca262d1473428e6d043fe MD5sum: 7cebb7f0325485198800f67f9180032d Description: QEMU full system emulation binaries (OpenGL display modules) This package provides optional OpenGL display support modules for QEMU full system emulation (qemu-system-*) packages. It also provides D-Bus display type. Homepage: http://www.qemu.org/ Section: otherosfs Priority: optional Filename: pool/main/q/qemu/qemu-system-modules-opengl_9.2.0+ds-3~bpo12+2_amd64.deb Package: qemu-system-modules-spice Source: qemu Version: 1:9.2.0+ds-3~bpo12+2 Installed-Size: 304 Maintainer: Debian QEMU Team Architecture: amd64 Replaces: qemu-system-common (<< 1:8.1.0+ds-1~exp2~) Depends: libc6 (>= 2.17), libglib2.0-0 (>= 2.30.0), libpixman-1-0 (>= 0.19.6), libspice-server1 (>= 0.14.2), qemu-system-modules-opengl (= 1:9.2.0+ds-3~bpo12+2), qemu-system-any (= 1:9.2.0+ds-3~bpo12+2) Breaks: qemu-system-common (<< 1:8.1.0+ds-1~exp2~) Size: 102160 SHA256: f465d28987d2b874d077c4507de6ccfd40ad15ecb0525cb8f517fa64b5c01eb7 SHA1: 648855d045e17d2c170452733ccd6997e0d2a188 MD5sum: 33f9ef9ac7e5935a36fc50fff3a1b034 Description: QEMU full system emulation binaries (spice display modules) This package provides optional spice display (qxl and spice-app) and audio support modules for QEMU full system emulation (qemu-system-*) packages. Homepage: http://www.qemu.org/ Section: otherosfs Priority: optional Filename: pool/main/q/qemu/qemu-system-modules-spice_9.2.0+ds-3~bpo12+2_amd64.deb Package: qemu-system-ppc Source: qemu Version: 1:9.2.0+ds-3~bpo12+2 Installed-Size: 35201 Maintainer: Debian QEMU Team Architecture: amd64 Provides: qemu-system-any (= 1:9.2.0+ds-3~bpo12+2), qemu-system-powerpc (= 1:9.2.0+ds-3~bpo12+2), qemu-system-ppc64 (= 1:9.2.0+ds-3~bpo12+2), qemu-system-ppc64el (= 1:9.2.0+ds-3~bpo12+2), qemu-system-ppc64le (= 1:9.2.0+ds-3~bpo12+2) Depends: libaio1 (>= 0.3.93), libbpf1 (>= 1:0.0.8), libc6 (>= 2.34), libcapstone4 (>= 4), libfdt1 (>= 1.6.1), libfuse3-3 (>= 3.2.3), libglib2.0-0 (>= 2.67.3), libgmp10 (>= 2:6.2.1+dfsg1), libgnutls30 (>= 3.7.5), libhogweed6, libibverbs1 (>= 1.1.6), libjpeg62-turbo (>= 1.3.1), libnettle8 (>= 3.8~), libnuma1 (>= 2.0.15-1), libpixman-1-0 (>= 0.19.6), libpmem1 (>= 1.4), libpng16-16 (>= 1.6.2-1), librdmacm1 (>= 1.0.15), libsasl2-2 (>= 2.1.28+dfsg), libseccomp2 (>= 2.1.0), libslirp0 (>= 4.7.0), libudev1 (>= 183), liburing2 (>= 2.3), libvdeplug2 (>= 4.0.1), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.2.0), qemu-system-common (= 1:9.2.0+ds-3~bpo12+2), qemu-system-data (>> 1:9.2.0+ds~) Recommends: qemu-utils, seabios, ipxe-qemu, qemu-system-gui (= 1:9.2.0+ds-3~bpo12+2), qemu-system-modules-spice (= 1:9.2.0+ds-3~bpo12+2), qemu-system-modules-opengl (= 1:9.2.0+ds-3~bpo12+2), qemu-block-extra (= 1:9.2.0+ds-3~bpo12+2) Suggests: samba, vde2 Size: 7995600 SHA256: 431775f50dfa3bd9fd9c6568ed20b85a20dc3f86f98c559b680cd49bcb71acd0 SHA1: 78ec2b57888bee0fc071abfffa354aa8487d3faa MD5sum: 95a61d15c814a4b3d200912edf093c14 Description: QEMU full system emulation binaries (ppc) QEMU is a fast processor emulator: currently the package supports PowerPC emulation. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This package provides the full system emulation binaries to emulate the following PowerPC hardware: ppc (powerpc) ppc64 (ppc64le ppc64el). . In system emulation mode QEMU emulates a full system, including a processor and various peripherals. It enables easier testing and debugging of system code. It can also be used to provide virtual hosting of several virtual machines on a single server. Multi-Arch: foreign Homepage: http://www.qemu.org/ Section: otherosfs Priority: optional Filename: pool/main/q/qemu/qemu-system-ppc_9.2.0+ds-3~bpo12+2_amd64.deb Package: qemu-system-riscv Source: qemu Version: 1:9.2.0+ds-3~bpo12+2 Installed-Size: 34168 Maintainer: Debian QEMU Team Architecture: amd64 Replaces: qemu-system-data (<< 1:9.1.0+ds-4~), qemu-system-misc (<< 1:9.1.0+ds-9~) Provides: qemu-system-any (= 1:9.2.0+ds-3~bpo12+2), qemu-system-riscv32 (= 1:9.2.0+ds-3~bpo12+2), qemu-system-riscv64 (= 1:9.2.0+ds-3~bpo12+2) Depends: libaio1 (>= 0.3.93), libbpf1 (>= 1:0.0.8), libc6 (>= 2.34), libcapstone4 (>= 4), libfdt1 (>= 1.6.1), libfuse3-3 (>= 3.2.3), libglib2.0-0 (>= 2.67.3), libgmp10 (>= 2:6.2.1+dfsg1), libgnutls30 (>= 3.7.5), libhogweed6, libibverbs1 (>= 1.1.6), libjpeg62-turbo (>= 1.3.1), libnettle8 (>= 3.8~), libnuma1 (>= 2.0.15-1), libpixman-1-0 (>= 0.19.6), libpmem1 (>= 1.4), libpng16-16 (>= 1.6.2-1), librdmacm1 (>= 1.0.15), libsasl2-2 (>= 2.1.28+dfsg), libseccomp2 (>= 2.1.0), libslirp0 (>= 4.7.0), libudev1 (>= 183), liburing2 (>= 2.3), libvdeplug2 (>= 4.0.1), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.2.0), qemu-system-common (= 1:9.2.0+ds-3~bpo12+2), qemu-system-data (>> 1:9.2.0+ds~), opensbi (>> 1.5.1-1~) Recommends: qemu-utils, ipxe-qemu Suggests: samba, vde2 Breaks: qemu-system-data (<< 1:9.1.0+ds-4~), qemu-system-misc (<< 1:9.1.0+ds-9~) Size: 7360848 SHA256: 54b72811cca733f430719b172891926d4624083601223fbe0e9bb3b6080981cb SHA1: 676e8d347fd466647a624ed70fba4052e34b5ae1 MD5sum: 13e15e4d187f83020591308482ea2244 Description: QEMU full system emulation binaries (riscv) QEMU is a fast processor emulator: currently the package supports riscv emulation. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This package provides the full system emulation binaries to emulate the following riscv hardware: riscv32 riscv64. Multi-Arch: foreign Homepage: http://www.qemu.org/ Section: otherosfs Priority: optional Filename: pool/main/q/qemu/qemu-system-riscv_9.2.0+ds-3~bpo12+2_amd64.deb Package: qemu-system-s390x Source: qemu Version: 1:9.2.0+ds-3~bpo12+2 Installed-Size: 12898 Maintainer: Debian QEMU Team Architecture: amd64 Replaces: qemu-system-misc (<< 1:9.1.0+ds-9~) Provides: qemu-system-any (= 1:9.2.0+ds-3~bpo12+2) Depends: libaio1 (>= 0.3.93), libbpf1 (>= 1:0.0.8), libc6 (>= 2.34), libcapstone4 (>= 4), libfuse3-3 (>= 3.2.3), libglib2.0-0 (>= 2.67.3), libgmp10 (>= 2:6.2.1+dfsg1), libgnutls30 (>= 3.7.5), libhogweed6, libibverbs1 (>= 1.1.6), libjpeg62-turbo (>= 1.3.1), libnettle8 (>= 3.8~), libnuma1 (>= 2.0.15-1), libpixman-1-0 (>= 0.19.6), libpmem1 (>= 1.4), libpng16-16 (>= 1.6.2-1), librdmacm1 (>= 1.0.15), libsasl2-2 (>= 2.1.28+dfsg), libseccomp2 (>= 2.1.0), libslirp0 (>= 4.7.0), libudev1 (>= 183), liburing2 (>= 2.3), libvdeplug2 (>= 4.0.1), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.2.0), qemu-system-common (= 1:9.2.0+ds-3~bpo12+2), qemu-system-data (>> 1:9.2.0+ds~) Recommends: qemu-utils, qemu-system-gui (= 1:9.2.0+ds-3~bpo12+2), qemu-system-modules-spice (= 1:9.2.0+ds-3~bpo12+2), qemu-system-modules-opengl (= 1:9.2.0+ds-3~bpo12+2), qemu-block-extra (= 1:9.2.0+ds-3~bpo12+2) Breaks: qemu-system-misc (<< 1:9.1.0+ds-9~) Size: 3047932 SHA256: 56313ee5dbc8367688d8459fabb1a33ae851eb5c46fb4ea380f60bf33886508b SHA1: 54526ea23ea92f0eba5784f604815eec97c2a173 MD5sum: 1e32eca75fc4c8aac7507cc55686705e Description: QEMU full system emulation binaries (s390x) QEMU is a fast processor emulator: currently the package supports s390x emulation. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This package provides the full system emulation binaries to emulate the following s390x hardware: s390x. . In system emulation mode QEMU emulates a full system, including a processor and various peripherals. It enables easier testing and debugging of system code. It can also be used to provide virtual hosting of several virtual machines on a single server. Multi-Arch: foreign Homepage: http://www.qemu.org/ Section: otherosfs Priority: optional Filename: pool/main/q/qemu/qemu-system-s390x_9.2.0+ds-3~bpo12+2_amd64.deb Package: qemu-system-sparc Source: qemu Version: 1:9.2.0+ds-3~bpo12+2 Installed-Size: 22803 Maintainer: Debian QEMU Team Architecture: amd64 Provides: qemu-system-any (= 1:9.2.0+ds-3~bpo12+2), qemu-system-sparc64 (= 1:9.2.0+ds-3~bpo12+2) Depends: libaio1 (>= 0.3.93), libbpf1 (>= 1:0.0.8), libc6 (>= 2.34), libcapstone4 (>= 4), libfuse3-3 (>= 3.2.3), libglib2.0-0 (>= 2.67.3), libgmp10 (>= 2:6.2.1+dfsg1), libgnutls30 (>= 3.7.5), libhogweed6, libibverbs1 (>= 1.1.6), libjpeg62-turbo (>= 1.3.1), libnettle8 (>= 3.8~), libnuma1 (>= 2.0.15-1), libpixman-1-0 (>= 0.19.6), libpmem1 (>= 1.4), libpng16-16 (>= 1.6.2-1), librdmacm1 (>= 1.0.15), libsasl2-2 (>= 2.1.28+dfsg), libseccomp2 (>= 2.1.0), libslirp0 (>= 4.7.0), libudev1 (>= 183), liburing2 (>= 2.3), libvdeplug2 (>= 4.0.1), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.2.0), qemu-system-common (= 1:9.2.0+ds-3~bpo12+2), qemu-system-data (>> 1:9.2.0+ds~) Recommends: qemu-utils, seabios, ipxe-qemu, qemu-system-gui (= 1:9.2.0+ds-3~bpo12+2), qemu-system-modules-spice (= 1:9.2.0+ds-3~bpo12+2), qemu-system-modules-opengl (= 1:9.2.0+ds-3~bpo12+2), qemu-block-extra (= 1:9.2.0+ds-3~bpo12+2) Suggests: samba, vde2 Size: 5560576 SHA256: 1ed6cdc285a7803240f19f16ebb1f8aa52f5e585bed8446fe1742d63dd1bf12a SHA1: edf227feb038c6123a0dd8e39c49cbf410734c1a MD5sum: 0e6575dcc6a26b5eb58f61f217545782 Description: QEMU full system emulation binaries (sparc) QEMU is a fast processor emulator: currently the package supports SPARC emulation. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This package provides the full system emulation binaries to emulate the following sparc hardware: sparc sparc64. . In system emulation mode QEMU emulates a full system, including a processor and various peripherals. It enables easier testing and debugging of system code. It can also be used to provide virtual hosting of several virtual machines on a single server. Multi-Arch: foreign Homepage: http://www.qemu.org/ Section: otherosfs Priority: optional Filename: pool/main/q/qemu/qemu-system-sparc_9.2.0+ds-3~bpo12+2_amd64.deb Package: qemu-system-x86 Source: qemu Version: 1:9.2.0+ds-3~bpo12+2 Installed-Size: 63103 Maintainer: Debian QEMU Team Architecture: amd64 Provides: qemu-kvm (= 1:9.2.0+ds-3~bpo12+2), qemu-system-amd64 (= 1:9.2.0+ds-3~bpo12+2), qemu-system-any (= 1:9.2.0+ds-3~bpo12+2), qemu-system-i386 (= 1:9.2.0+ds-3~bpo12+2), qemu-system-x86-64 (= 1:9.2.0+ds-3~bpo12+2) Depends: libaio1 (>= 0.3.93), libbpf1 (>= 1:0.0.8), libc6 (>= 2.34), libcapstone4 (>= 4), libfdt1 (>= 1.6.1), libfuse3-3 (>= 3.2.3), libglib2.0-0 (>= 2.67.3), libgmp10 (>= 2:6.2.1+dfsg1), libgnutls30 (>= 3.7.5), libhogweed6, libibverbs1 (>= 1.1.6), libjpeg62-turbo (>= 1.3.1), libnettle8 (>= 3.8~), libnuma1 (>= 2.0.15-1), libpixman-1-0 (>= 0.19.6), libpmem1 (>= 1.4), libpng16-16 (>= 1.6.2-1), librdmacm1 (>= 1.0.15), libsasl2-2 (>= 2.1.28+dfsg), libseccomp2 (>= 2.1.0), libslirp0 (>= 4.7.0), libudev1 (>= 183), liburing2 (>= 2.3), libvdeplug2 (>= 4.0.1), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.2.0), qemu-system-common (= 1:9.2.0+ds-3~bpo12+2), qemu-system-data (>> 1:9.2.0+ds~), seabios (>> 1.16.3-1~), ipxe-qemu Recommends: qemu-utils, ovmf, qemu-system-gui (= 1:9.2.0+ds-3~bpo12+2), qemu-system-modules-spice (= 1:9.2.0+ds-3~bpo12+2), qemu-system-modules-opengl (= 1:9.2.0+ds-3~bpo12+2), qemu-block-extra (= 1:9.2.0+ds-3~bpo12+2) Suggests: samba, vde2 Size: 9983992 SHA256: baa81d2b6b94c917d77035457cf21b3833c19a4c42b44f39cfa97f61abfbd2c1 SHA1: 554bbd05df0a870affb78e1ecad476c4d1fb565c MD5sum: a649a29fbd4017bd8c6e10764707771e Description: QEMU full system emulation binaries (x86) QEMU is a fast processor emulator: currently the package supports i386 and x86-64 emulation. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This package provides the full system emulation binaries to emulate the following x86 hardware: i386 x86_64 (amd64). . In system emulation mode QEMU emulates a full system, including a processor and various peripherals. It enables easier testing and debugging of system code. It can also be used to provide virtual hosting of several virtual machines on a single server. . On x86 host hardware this package also enables KVM kernel virtual machine usage on systems which supports it. Multi-Arch: foreign Homepage: http://www.qemu.org/ Section: otherosfs Priority: optional Filename: pool/main/q/qemu/qemu-system-x86_9.2.0+ds-3~bpo12+2_amd64.deb Package: qemu-system-xen Source: qemu Version: 1:9.2.0+ds-3~bpo12+2 Installed-Size: 24042 Maintainer: Debian QEMU Team Architecture: amd64 Depends: libc6 (>= 2.34), libfdt1 (>= 1.6.1), libglib2.0-0 (>= 2.67.3), libjpeg62-turbo (>= 1.3.1), libpixman-1-0 (>= 0.19.6), libspice-server1 (>= 0.14.2), libusb-1.0-0 (>= 2:1.0.23~), libxendevicemodel1 (>= 4.17.3+10-g091466ba55), libxenevtchn1 (>= 4.17.3+10-g091466ba55), libxenforeignmemory1 (>= 4.17.3+10-g091466ba55), libxengnttab1 (>= 4.17.3+10-g091466ba55), libxenmisc4.17 (>= 4.17.3+10-g091466ba55), libxenstore4 (>= 4.16.0), libxentoolcore1 (>= 4.17.3+10-g091466ba55), zlib1g (>= 1:1.2.0), qemu-system-data (>> 1:9.2.0+ds~), seabios Recommends: qemu-utils, ovmf Size: 2952740 SHA256: e0b0a3ab9497fa4d382a1e6668e127cd5731f00ed610e4cbe62fccd0515b87a6 SHA1: d5fa8a0598b6bfe51e01fc39cf1af1a674fd830d MD5sum: 2b40d7dec28984703be266d6b56d6119 Description: QEMU full system emulation (Xen helper package) This package provides the i386 system emulation binary to work together with the Xen hypervisor for some types of DomUs. This package is not useful by its own. Homepage: http://www.qemu.org/ Section: otherosfs Priority: optional Filename: pool/main/q/qemu/qemu-system-xen_9.2.0+ds-3~bpo12+2_amd64.deb Package: qemu-user Source: qemu Version: 1:9.2.0+ds-3~bpo12+2 Installed-Size: 366075 Maintainer: Debian QEMU Team Architecture: amd64 Replaces: qemu-user-static (<< 1:9.1.0) Recommends: qemu-user-binfmt Breaks: qemu-user-static (<< 1:9.1.0) Size: 60403128 SHA256: 760a6d8d4c4a65562e0165fef8e6083a1c04c3ce0df123789cc0ba722c2f730e SHA1: 8bd568a9304a57824cacaf5e905826cb2c12f0fa MD5sum: 5086ee81843e9990ba66bb9f57efd21a Description: QEMU user mode emulation (static binaries) QEMU is a fast processor emulator: currently the package supports Alpha, ARM, CRIS, i386, LoongArch, M68k (ColdFire), MicroBlaze, MIPS, PowerPC, RISC-V, S390x, SH4, SPARC, x86-64, Xtensa and other emulations. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This package provides statically linked user mode emulation binaries. In user mode QEMU can launch Linux processes compiled for one CPU on another CPU. . If qemu-user-binfmt package is also installed, it will register binary format handlers from this qemu-user package with the kernel automatically so it will be possible to run foreign binaries directly. Without qemu-user-binfmt, it is possible to register certain binfmt(s) by using: cat /usr/share/qemu/binfmt.d/qemu-ARCH.conf \ > /proc/sys/fs/binfmt_misc/register Multi-Arch: foreign Homepage: http://www.qemu.org/ Static-Built-Using: capstone (= 4.0.2-5), gcc-12 (= 12.2.0-14), glib2.0 (= 2.74.6-2+deb12u4), glibc (= 2.36-9+deb12u9), zlib (= 1:1.2.13.dfsg-1) Section: otherosfs Priority: optional Filename: pool/main/q/qemu/qemu-user_9.2.0+ds-3~bpo12+2_amd64.deb Package: qemu-user-binfmt Source: qemu Version: 1:9.2.0+ds-3~bpo12+2 Installed-Size: 40 Maintainer: Debian QEMU Team Architecture: amd64 Replaces: qemu-user-static (<< 1:9.1.0) Depends: qemu-user (= 1:9.2.0+ds-3~bpo12+2) Recommends: systemd Breaks: qemu-user-static (<< 1:9.1.0) Size: 2052 SHA256: a6745b2cfb50d9096aa310f4d54fc97afab6fffd77f3b0c6ea09f54b5ff26419 SHA1: 00bd2beec7e6d3167eab9f77aee3c071e5b6e65c MD5sum: bfa21cd8adc37664a7ceb9f9e7d24dbf Description: QEMU user mode binfmt registration for qemu-user QEMU is a fast processor emulator: currently the package supports Alpha, ARM, CRIS, i386, LoongArch, M68k (ColdFire), MicroBlaze, MIPS, PowerPC, RISC-V, S390x, SH4, SPARC, x86-64, Xtensa and other emulations. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This package provides binfmt support registration for the user-mode emulation binaries from qemu-user. This package does not contain additional binaries, just (sym)links to binfmt registration data in /usr/lib/binfmt.d/ so it is picked up automatically by, eg, systemd. Actual files are provided by qemu-user package. Multi-Arch: foreign Homepage: http://www.qemu.org/ Section: otherosfs Priority: optional Filename: pool/main/q/qemu/qemu-user-binfmt_9.2.0+ds-3~bpo12+2_amd64.deb Package: qemu-user-static Source: qemu Version: 1:9.2.0+ds-3~bpo12+2 Installed-Size: 154 Maintainer: Debian QEMU Team Architecture: amd64 Depends: qemu-user (>= 1:9.2.0+ds-3~bpo12+2), qemu-user-binfmt (>= 1:9.2.0+ds-3~bpo12+2) Size: 50268 SHA256: 5d9d1a66c10fa39315f977d4a2a3d520ef964e8e05b9df0eb067493582171800 SHA1: f8e817588c54e4f03749bdbcea856106daf9f4b5 MD5sum: fbf930e902f4ad1e41feaaf36c34dd04 Description: QEMU user mode emulation (compat/transitional package) In the past, this package provided statically-built qemu user-mode emulation binaries. Now this functionality is provided by qemu-user package, and this package just to help migration to qemu-user. . This package provides old/compatibility symlinks from qemu-user-static binaries pointing to corresponding qemu-user binaries, and old qemu-debootstrap script. Neither of these should be used in practice. . Please remove this package once you ensure nothing is using the old interfaces. Multi-Arch: foreign Homepage: http://www.qemu.org/ Section: otherosfs Priority: optional Filename: pool/main/q/qemu/qemu-user-static_9.2.0+ds-3~bpo12+2_amd64.deb Package: qemu-utils Source: qemu Version: 1:9.2.0+ds-3~bpo12+2 Installed-Size: 12018 Maintainer: Debian QEMU Team Architecture: amd64 Replaces: qemu-system-common (<< 1:8.0+dfsg-5~) Depends: libaio1 (>= 0.3.93), libc6 (>= 2.34), libfuse3-3 (>= 3.2.3), libglib2.0-0 (>= 2.67.3), libgmp10 (>= 2:6.2.1+dfsg1), libgnutls30 (>= 3.7.5), libhogweed6, libnettle8 (>= 3.8~), libnuma1 (>= 2.0.11), libselinux1 (>= 3.1~), liburing2 (>= 2.3), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4) Recommends: qemu-block-extra (= 1:9.2.0+ds-3~bpo12+2) Breaks: qemu-system-common (<< 1:8.0+dfsg-5~) Size: 1900428 SHA256: fd825699b05158e63c39d89f37a6bd312f43ed752292b259f1bb7a99af42160c SHA1: 2f849d0e8714f6ce94a4387180165925896e7f65 MD5sum: 540d520bd3e4f1db87ba8e856fe7be92 Description: QEMU utilities QEMU is a fast processor emulator: currently the package supports Alpha, ARM, CRIS, i386, LoongArch, M68k (ColdFire), MicroBlaze, MIPS, PowerPC, RISC-V, S390x, SH4, SPARC, x86-64, Xtensa and other emulations. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This package provides QEMU related utilities: * qemu-img: QEMU disk image utility * qemu-io: QEMU disk exerciser * qemu-nbd: QEMU disk network block device server Multi-Arch: foreign Homepage: http://www.qemu.org/ Section: otherosfs Priority: optional Filename: pool/main/q/qemu/qemu-utils_9.2.0+ds-3~bpo12+2_amd64.deb Package: qemu-web-desktop Version: 23.06.22+ds1-2~bpo12+1 Installed-Size: 1823 Maintainer: Debian Science Maintainers Architecture: amd64 Depends: sysuser-helper (>= 1.3.3), apache2, libapache2-mod-perl2, libapache2-mpm-itk, websockify, qemu-system-x86, bridge-utils, iptables, dnsmasq, guestfs-tools, libcgi-pm-perl, liblist-moreutils-perl, libsys-cpu-perl, libsys-cpuload-perl, libsys-meminfo-perl, libnet-dns-perl, libproc-background-perl, libproc-processtable-perl, libemail-valid-perl, libnet-smtps-perl, libmail-imapclient-perl, libnet-ldap-perl, libjson-perl, libtext-qrcode-perl, novnc, confget, adduser Recommends: apache2 (>= 2.4.6-4~) | httpd Suggests: qemu-system Size: 1672572 SHA256: ff11f42dc539a98cefde0b6734db233ac4501ddf47652d6589e6f7d611f3a547 SHA1: f23e5384c457ba59336445af212a18cbd6706831 MD5sum: 19973553f3896ef41d2d3f90f3fefb9a Description: Remote desktop service with virtual machines in a browser. A remote desktop service that launches virtual machines and displays them in your browser. Place virtual machine files (ISO, QCOW2, VDI, VMDK...) into /var/lib/qemu-web-desktop/machines, add their name in the /etc/qemu-web-desktop/machines.conf file, and run qwdctl refresh. You can tune the service settings in the /etc/qemu-web-desktop/config.pl . Once installed, connect to http://server/qemu-web-desktop Homepage: https://gitlab.com/soleil-data-treatment/soleil-software-projects/remote-desktop Section: science Priority: optional Filename: pool/main/q/qemu-web-desktop/qemu-web-desktop_23.06.22+ds1-2~bpo12+1_amd64.deb Package: qgis Version: 3.34.14+dfsg-1~bpo12+1 Installed-Size: 10906 Maintainer: Debian GIS Project Architecture: amd64 Replaces: qgis-common (<< 3.4.5), qgis-provider-grass (<< 2.14.0) Depends: python3-qgis (= 3.34.14+dfsg-1~bpo12+1), qgis-common (= 3.34.14+dfsg-1~bpo12+1), qgis-providers (= 3.34.14+dfsg-1~bpo12+1), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgdal32 (>= 1.11), libgeos-c1v5 (>= 3.4.2), libproj25 (>= 5.0.0), libqgis-3d3.34.14 (>= 3.34.14+dfsg), libqgis-analysis3.34.14 (>= 3.34.14+dfsg), libqgis-app3.34.14 (>= 3.34.14+dfsg), libqgis-core3.34.14 (>= 3.34.14+dfsg), libqgis-gui3.34.14 (>= 3.34.14+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: 8078692 SHA256: 71615171ddbdecd6b51be2a4078c8aaad63ec55af2aad8a62ef0cb735618ec72 SHA1: e7ba666187c0f5cfb5c8649234bdf96f1439d0a3 MD5sum: 47f69272ded6f1400920de218fbce064 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.14+dfsg-1~bpo12+1_amd64.deb Package: qgis-api-doc Source: qgis Version: 3.34.14+dfsg-1~bpo12+1 Installed-Size: 3174079 Maintainer: Debian GIS Project Architecture: all Recommends: qt5-doc-html Size: 2568886672 SHA256: 42f1416dbe4d98147107c71a66decd96ee5def6713bc399b873f7558f8e7a3fe SHA1: 5136b156fc4bec3f0e8969ab4cf9e2de2e19ebde MD5sum: 735766d746050d26f66a4c0847b11f25 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.14+dfsg-1~bpo12+1_all.deb Package: qgis-common Source: qgis Version: 3.34.14+dfsg-1~bpo12+1 Installed-Size: 144741 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: 24769960 SHA256: 81e96d878c6ec2dd4bdc1bd5d1af151d5b166b6d602578a05aa326d52c57652a SHA1: c263e8781f693171dfebd5915fb7bb116b08b310 MD5sum: 0931d0d078e35210344e65d4a2eeaae0 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.14+dfsg-1~bpo12+1_all.deb Package: qgis-plugin-grass Source: qgis Version: 3.34.14+dfsg-1~bpo12+1 Installed-Size: 4291 Maintainer: Debian GIS Project Architecture: amd64 Replaces: qgis-provider-grass (<< 2.11.0+git20151002) Depends: qgis (= 3.34.14+dfsg-1~bpo12+1), qgis-plugin-grass-common (= 3.34.14+dfsg-1~bpo12+1), qgis-provider-grass (= 3.34.14+dfsg-1~bpo12+1), grass-core (>= 8.2.0), grass821, libc6 (>= 2.34), libgcc-s1 (>= 3.0), libqgis-app3.34.14 (>= 3.34.14+dfsg), libqgis-core3.34.14 (>= 3.34.14+dfsg), libqgis-gui3.34.14 (>= 3.34.14+dfsg), libqgisgrass8-3.34.14 (>= 3.34.14+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: 3596840 SHA256: 5a47be82ae283fe78da2183e06abfea426b3681b40985747b4e88128e260cbb7 SHA1: 489d1d5bbd03865fcb207fba229dc7682e225f2e MD5sum: aacbbe0e009b643fec73324008f172ce 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.14+dfsg-1~bpo12+1_amd64.deb Package: qgis-plugin-grass-common Source: qgis Version: 3.34.14+dfsg-1~bpo12+1 Installed-Size: 5437 Maintainer: Debian GIS Project Architecture: all Replaces: qgis-common (<< 1.5) Depends: python3:any Breaks: qgis-common (<< 1.5) Size: 3626344 SHA256: 9ed4ff40f034de8972f06fd3a4cdf0828d62286913b9f574091b9635569bc2a1 SHA1: 0b1c0edeaa5d3d76020070a1db20bc789c0b08ca MD5sum: c33486c72367c2e27d231c5a33132f90 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.14+dfsg-1~bpo12+1_all.deb Package: qgis-provider-grass Source: qgis Version: 3.34.14+dfsg-1~bpo12+1 Installed-Size: 3519 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libqgis-core3.34.14 (>= 3.34.14+dfsg), libqgis-gui3.34.14 (>= 3.34.14+dfsg), libqgisgrass8-3.34.14 (>= 3.34.14+dfsg), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libqt5widgets5 (>= 5.0.2), libstdc++6 (>= 5) Size: 3256868 SHA256: 3f9f72ae3aada13aad4a3923d625c0a08bfc027da77ad7cc1786f0d9f806a847 SHA1: 99a81e042f0f7b4208d4f383505e5a721d03977e MD5sum: 423641b6d04e825d6b8c5386be247344 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.14+dfsg-1~bpo12+1_amd64.deb Package: qgis-providers Source: qgis Version: 3.34.14+dfsg-1~bpo12+1 Installed-Size: 14443 Maintainer: Debian GIS Project Architecture: amd64 Replaces: qgis (<= 1.6) Depends: qgis-providers-common (= 3.34.14+dfsg-1~bpo12+1), libqca-qt5-2-plugins, libqt5sql5-sqlite, qt5-image-formats-plugins, libc6 (>= 2.34), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.0), libgdal32 (>= 2.0.1), libhdf5-103-1, libnetcdf19 (>= 4.0.1), libodbc2 (>= 2.3.1), libpq5, libproj25 (>= 6.0.0), libqca-qt5-2 (>= 2.0.2), libqgis-analysis3.34.14 (>= 3.34.14+dfsg), libqgis-core3.34.14 (>= 3.34.14+dfsg), libqgis-gui3.34.14 (>= 3.34.14+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: 5968580 SHA256: 8708d82ef0807b68254d7c6690b76101a71a38d3faf734cc66dcdf9cab50467e SHA1: fb2c6624969879381c50fd259e90a712a4e8e00a MD5sum: 05f5ef350528f506cc1a8b78d7794d96 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.14+dfsg-1~bpo12+1_amd64.deb Package: qgis-providers-common Source: qgis Version: 3.34.14+dfsg-1~bpo12+1 Installed-Size: 21332 Maintainer: Debian GIS Project Architecture: all Replaces: qgis-common (<< 3.4.11) Breaks: qgis-common (<< 3.4.11) Size: 4631052 SHA256: c1390740c71110dd45673eddffc0e12a3e1dd93f28827177b0c6988a867c66f2 SHA1: c066c70b5e03bb80838edc04d6d1a60f9642f35f MD5sum: 487598ed52eef097bea44b7094a46887 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.14+dfsg-1~bpo12+1_all.deb Package: qgis-server Source: qgis Version: 3.34.14+dfsg-1~bpo12+1 Installed-Size: 3232 Maintainer: Debian GIS Project Architecture: amd64 Depends: qgis-server-bin (= 3.34.14+dfsg-1~bpo12+1), qgis-server-dummy (= 3.34.14+dfsg-1~bpo12+1), qgis-server-landingpage (= 3.34.14+dfsg-1~bpo12+1), qgis-server-wcs (= 3.34.14+dfsg-1~bpo12+1), qgis-server-wfs (= 3.34.14+dfsg-1~bpo12+1), qgis-server-wfs3 (= 3.34.14+dfsg-1~bpo12+1), qgis-server-wms (= 3.34.14+dfsg-1~bpo12+1), qgis-server-wmts (= 3.34.14+dfsg-1~bpo12+1) Size: 3190356 SHA256: 4e40b2f6da8fcd43513623cf4bd89e8f5773eab39658553af455b9c6177ef303 SHA1: 309f7cb1684e7b50fc112d6a0c6b7f9088b6cc73 MD5sum: bfcf7f1bde4e29a095838063a153273a 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.14+dfsg-1~bpo12+1_amd64.deb Package: qgis-server-bin Source: qgis Version: 3.34.14+dfsg-1~bpo12+1 Installed-Size: 3875 Maintainer: Debian GIS Project Architecture: amd64 Replaces: qgis-server (<< 3.16) Depends: qgis-server-common (= 3.34.14+dfsg-1~bpo12+1), python3-qgis (= 3.34.14+dfsg-1~bpo12+1), qgis-providers (= 3.34.14+dfsg-1~bpo12+1), libc6 (>= 2.34), libfcgi0ldbl (>= 2.4.2), libgcc-s1 (>= 3.0), libqgis-core3.34.14 (>= 3.34.14+dfsg), libqgis-server3.34.14 (>= 3.34.14+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: 3324772 SHA256: 3f361946be33069ba24f6cd9abd832b3b4fe8eacf78dad84b66f5183dc693847 SHA1: 405d994f7e1246c2accebc6b2c7e185837e17dd1 MD5sum: 5e2377c0a1c847ab799fd2178d1fabce 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.14+dfsg-1~bpo12+1_amd64.deb Package: qgis-server-common Source: qgis Version: 3.34.14+dfsg-1~bpo12+1 Installed-Size: 3819 Maintainer: Debian GIS Project Architecture: all Replaces: qgis-server (<< 3.16) Breaks: qgis-server (<< 3.16) Size: 3369956 SHA256: efcd3735c27c62fb57d7b0da43ca70b86fafc511682227583a212f3ba01e11e8 SHA1: cc91e4b9bf516674390365f98914c6ce2c64a8ba MD5sum: b04d5a79a749645567a090a264672dcf 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.14+dfsg-1~bpo12+1_all.deb Package: qgis-server-dummy Source: qgis Version: 3.34.14+dfsg-1~bpo12+1 Installed-Size: 3250 Maintainer: Debian GIS Project Architecture: amd64 Replaces: qgis-server (<< 3.16) Depends: qgis-server-bin (= 3.34.14+dfsg-1~bpo12+1), libc6 (>= 2.4), libgcc-s1 (>= 3.0), libqgis-server3.34.14 (>= 3.34.14+dfsg), libqt5core5a (>= 5.15.1), libstdc++6 (>= 5) Breaks: qgis-server (<< 3.16) Size: 3193188 SHA256: 8bfca354884a2d64689dbf1ea620fa8ed92b01101f0640666e775df784960afa SHA1: 52930eaa271abb3fe879d209389dd67aa1359043 MD5sum: 7f866a9f8619e4c9a1a174a8e47f472a 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.14+dfsg-1~bpo12+1_amd64.deb Package: qgis-server-landingpage Source: qgis Version: 3.34.14+dfsg-1~bpo12+1 Installed-Size: 3461 Maintainer: Debian GIS Project Architecture: amd64 Replaces: qgis-server (<< 3.16) Depends: qgis-server-bin (= 3.34.14+dfsg-1~bpo12+1), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libqgis-core3.34.14 (>= 3.34.14+dfsg), libqgis-server3.34.14 (>= 3.34.14+dfsg), libqt5core5a (>= 5.15.1), libqt5webkit5 (>= 5.212.0~alpha3), libqt5xml5 (>= 5.0.2), libstdc++6 (>= 11) Breaks: qgis-server (<< 3.16) Size: 3262892 SHA256: 63823ff5caff198d8b69f7738ce6da4090ea422c85b642545ec501de53757e92 SHA1: 9c021055bb2e69c940587ef944133ac2137afb69 MD5sum: e87e5ff4be2860a7261f9a9fbe359db3 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.14+dfsg-1~bpo12+1_amd64.deb Package: qgis-server-wcs Source: qgis Version: 3.34.14+dfsg-1~bpo12+1 Installed-Size: 3338 Maintainer: Debian GIS Project Architecture: amd64 Replaces: qgis-server (<< 3.16) Depends: qgis-server-bin (= 3.34.14+dfsg-1~bpo12+1), libc6 (>= 2.29), libgcc-s1 (>= 3.0), libqgis-core3.34.14 (>= 3.34.14+dfsg), libqgis-server3.34.14 (>= 3.34.14+dfsg), libqt5core5a (>= 5.15.1), libqt5xml5 (>= 5.0.2), libstdc++6 (>= 5) Breaks: qgis-server (<< 3.16) Size: 3218504 SHA256: 9f5e87e00ac796af2bfed83ace50749062235153698db7ba1b8986cf7c63e68f SHA1: 586f1cab2fc516d8e97ab32efe87d83ade65684d MD5sum: ac43fc4598321328243e5c49efc1c05d 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.14+dfsg-1~bpo12+1_amd64.deb Package: qgis-server-wfs Source: qgis Version: 3.34.14+dfsg-1~bpo12+1 Installed-Size: 3694 Maintainer: Debian GIS Project Architecture: amd64 Replaces: qgis-server (<< 3.16) Depends: qgis-server-bin (= 3.34.14+dfsg-1~bpo12+1), libc6 (>= 2.32), libgcc-s1 (>= 3.0), libqgis-core3.34.14 (>= 3.34.14+dfsg), libqgis-server3.34.14 (>= 3.34.14+dfsg), libqt5core5a (>= 5.15.1), libqt5xml5 (>= 5.0.2), libstdc++6 (>= 5.2) Breaks: qgis-server (<< 3.16) Size: 3320776 SHA256: f0244476789daa5444baa4da4092ce8975d11fd253fe72c161484434df6ce25c SHA1: f0805137ef748f6a955b10b62dfeac17dae1efcc MD5sum: c3935f9560efc4381f76543a598e3048 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.14+dfsg-1~bpo12+1_amd64.deb Package: qgis-server-wfs3 Source: qgis Version: 3.34.14+dfsg-1~bpo12+1 Installed-Size: 3794 Maintainer: Debian GIS Project Architecture: amd64 Replaces: qgis-server (<< 3.16) Depends: qgis-server-bin (= 3.34.14+dfsg-1~bpo12+1), libc6 (>= 2.32), libgcc-s1 (>= 3.0), libqgis-core3.34.14 (>= 3.34.14+dfsg), libqgis-server3.34.14 (>= 3.34.14+dfsg), libqt5core5a (>= 5.15.1), libqt5webkit5 (>= 5.212.0~alpha3), libstdc++6 (>= 11) Breaks: qgis-server (<< 3.16) Size: 3358908 SHA256: 11a94acacf8b2779914db88d0db20352849afb2430bc14fd5670f276c322cffa SHA1: 6579ecfa92277ebede93bcf08bd7df04338dafa7 MD5sum: bbb2a8335a19d6a210cf8e9ea7c1b57e 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.14+dfsg-1~bpo12+1_amd64.deb Package: qgis-server-wms Source: qgis Version: 3.34.14+dfsg-1~bpo12+1 Installed-Size: 4058 Maintainer: Debian GIS Project Architecture: amd64 Replaces: qgis-server (<< 3.16) Depends: qgis-server-bin (= 3.34.14+dfsg-1~bpo12+1), libc6 (>= 2.32), libgcc-s1 (>= 3.0), libqgis-core3.34.14 (>= 3.34.14+dfsg), libqgis-server3.34.14 (>= 3.34.14+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: 3446496 SHA256: 17a1c624a3abc45d92f684b0ad1d7feb8cc811622fcc5322879972dac3a581a7 SHA1: 998a8e1a7c7462c0256b6037749bc23d06cee3cf MD5sum: d1a0a770ea39d7d41ef1abece9f56b1f 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.14+dfsg-1~bpo12+1_amd64.deb Package: qgis-server-wmts Source: qgis Version: 3.34.14+dfsg-1~bpo12+1 Installed-Size: 3422 Maintainer: Debian GIS Project Architecture: amd64 Replaces: qgis-server (<< 3.16) Depends: qgis-server-bin (= 3.34.14+dfsg-1~bpo12+1), libc6 (>= 2.29), libgcc-s1 (>= 3.0), libqgis-core3.34.14 (>= 3.34.14+dfsg), libqgis-server3.34.14 (>= 3.34.14+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: 3246460 SHA256: d81dcb4f5c9fe519707b5781ac145168c088be751f13935bf6f46427ba90e40c SHA1: 32ccb022a028b6384a4ac5c30c99b3789e88ce97 MD5sum: 9a11acb1a14dae1cd297615946c3f29a 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.14+dfsg-1~bpo12+1_amd64.deb Package: qgis-sip Source: qgis Version: 3.34.14+dfsg-1~bpo12+1 Installed-Size: 12327 Maintainer: Debian GIS Project Architecture: all Size: 4158172 SHA256: bd3dd61abe4cfa5187051c92cd19f216b163608144eb60293d7a9d40b99f2cca SHA1: f4d7cf5be7542d64ca6ff9da7e5ca3b4c80e72a0 MD5sum: f8b7e9ca92ee55e04cef1e8ecb5e000c 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.14+dfsg-1~bpo12+1_all.deb Package: qmapshack Version: 1.17.1-1~bpo12+1 Installed-Size: 58946 Maintainer: Debian GIS Project Architecture: amd64 Depends: libqt5sql5-sqlite, libalglib3.19 (>= 3.19.0), libc6 (>= 2.36), libgcc-s1 (>= 3.0), libgdal32 (>= 3.4.0), libjpeg62-turbo (>= 1.3.1), libproj25 (>= 7.1.0), libqt5core5a (>= 5.15.1), libqt5dbus5 (>= 5.0.2), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5help5 (>= 5.15.1), libqt5network5 (>= 5.15.1), libqt5printsupport5 (>= 5.0.2), libqt5qml5 (>= 5.0.2), libqt5sql5 (>= 5.0.2), libqt5webenginewidgets5 (>= 5.7.1), libqt5widgets5 (>= 5.14.1), libqt5xml5 (>= 5.0.2), libquazip5-1 (>= 0.7.3), libroutino0 (>= 3.1), libstdc++6 (>= 5.2) Recommends: gdal-bin, routino Suggests: gpsd Size: 49263908 SHA256: b8d03d6816f56fa3e2402733e8a12a6c441c773c59efdeebdb3d50943b5f1716 SHA1: 9fadfb65876c9aa30fec20589e4eec4c6d7d4063 MD5sum: 76e2e7adcbf053818d92c55e22f15f1b 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_amd64.deb Package: qml-module-qtquick-pdf Source: qtwebengine-opensource-src Version: 5.15.17+dfsg2-2~bpo12+1 Installed-Size: 375 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 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.14), 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: 99168 SHA256: 215e4e5f0fe5a9afadf7aa952dbfa66125c7bfbeff8d41a3f9c80fe5da0371c2 SHA1: f4438cf3576d76b093262e4ce1875ad0bb669b2f MD5sum: 63e69b1f1f62e86c676552bd1cad7365 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+dfsg2-2~bpo12+1_amd64.deb Package: qml-module-qtwebengine Source: qtwebengine-opensource-src Version: 5.15.17+dfsg2-2~bpo12+1 Installed-Size: 438 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Depends: qml-module-qtquick2, libc6 (>= 2.14), 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: 74760 SHA256: 064e242dc30e84f8f111eae37a342c7e75bd3c5e362c16bf32a465dc537069c4 SHA1: 4743161c5b34274b85e78a1fb2573f9172c932bb MD5sum: c70595eead9aeef0ab3889723be2db8a 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+dfsg2-2~bpo12+1_amd64.deb Package: qml6-module-qtwayland-client-texturesharing Source: qt6-wayland Version: 6.4.2-5~bpo12+1 Installed-Size: 90 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 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: 23880 SHA256: 65611e08ce834e514e1e8866316ac2844bd1f7f47c5ab5293fedf0cbbbaff4ce SHA1: f4681492b8bb1a8bd59b89b6b5cf254132e033a6 MD5sum: 586b581591d1351855f57cd8a5a670f3 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_amd64.deb Package: qml6-module-qtwayland-compositor Source: qt6-wayland Version: 6.4.2-5~bpo12+1 Installed-Size: 527 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Depends: libc6 (>= 2.14), 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: 83168 SHA256: 141d27b840426fa1883a4e01651e1c014390d5e309255277696a499197483098 SHA1: aa3585abd64d9a7af1455530bbb6d77c02f87f94 MD5sum: f040fb7fb93e9154e3c4244f6bd816ab 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_amd64.deb Package: qt5-image-formats-plugin-pdf Source: qtwebengine-opensource-src Version: 5.15.17+dfsg2-2~bpo12+1 Installed-Size: 195 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 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: 48976 SHA256: 681722c3e1ffafa997c63a6c68d8d78d555a4b28b689bed8cd286a9b085d436a SHA1: f1fc4cd8d1fc85cd78ca52a8a11e3a63056ba470 MD5sum: 0433d899f489748ef15424943be42d59 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+dfsg2-2~bpo12+1_amd64.deb Package: qt6-wayland Version: 6.4.2-5~bpo12+1 Installed-Size: 716 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Depends: libc6 (>= 2.14), 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: 116728 SHA256: c8e1db81f97a367e5792b3678a0a9b301f611880af95186dafedc3e8b15692b9 SHA1: 963f882e8d455b7c5f24fa6b4a577334a6bbb7d0 MD5sum: 5987c4d4d1bf4e498806558f9ab37cc7 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_amd64.deb Package: qt6-wayland-dev Source: qt6-wayland Version: 6.4.2-5~bpo12+1 Installed-Size: 859 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 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: 55764 SHA256: fc6a782029dd3de0ab63da479c1cd17f5139a899652c6f0cae5d9782db916665 SHA1: 4532569713d53d5e8a3e843250c8118730a57de9 MD5sum: 17e96ca0acf9bb66f5ae7a066ed9b1fd 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_amd64.deb Package: qt6-wayland-dev-tools Source: qt6-wayland Version: 6.4.2-5~bpo12+1 Installed-Size: 93 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Depends: libc6 (>= 2.34), libqt6core6 (>= 6.4.2+dfsg~), libstdc++6 (>= 5) Size: 28132 SHA256: 083a6583fe036260a1aae0cd01b460350957739f287a9ef816fa4420bb844401 SHA1: f918c7d4808845a8c8657f92face344cc3dc4bad MD5sum: f74e2c114d879ae28e66a041cb584f6f 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_amd64.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: amd64 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: 163592 SHA256: 55b85a42c9d2c6a89f84b76ec33ee6d37e93000b2affc0b246b33e5fa89cd3a2 SHA1: 666f172f44172eaa35500b023dbe087dde234427 MD5sum: f29c3a9c96b876d34ca4c67224d7f161 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_amd64.deb Package: qtpdf5-dev Source: qtwebengine-opensource-src Version: 5.15.17+dfsg2-2~bpo12+1 Installed-Size: 276 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Depends: libqt5pdf5 (= 5.15.17+dfsg2-2~bpo12+1), libqt5pdfwidgets5 (= 5.15.17+dfsg2-2~bpo12+1), qtbase5-dev Size: 52436 SHA256: 5a8ada901ea88d3a045aedb1c82d6c12717d0a1fd91e6476e500bab28d63c7ca SHA1: 2244edb5307035bdc89e5b8dd8da52e39392b43c MD5sum: c7f87db428550b073be75538ef0e9e60 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+dfsg2-2~bpo12+1_amd64.deb Package: qtpdf5-doc Source: qtwebengine-opensource-src Version: 5.15.17+dfsg2-2~bpo12+1 Installed-Size: 377 Maintainer: Debian Qt/KDE Maintainers Architecture: all Size: 144992 SHA256: a2b0ffb04e080ebd31edb7fe3029f60d20293cc6f9a396f3ffab3514cf6caa57 SHA1: b98e4458fee8af7eba9e228d68b259d2f6ea51ba MD5sum: 67eee03a7d996175eccba85d99ad8cd2 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+dfsg2-2~bpo12+1_all.deb Package: qtpdf5-doc-html Source: qtwebengine-opensource-src Version: 5.15.17+dfsg2-2~bpo12+1 Installed-Size: 920 Maintainer: Debian Qt/KDE Maintainers Architecture: all Size: 108212 SHA256: f37483f006f9d13db217f1a136fe5feef5af607a0845afced8997980020fea7c SHA1: 9106a963190fe88761b49aacfd0f54c88d8acb57 MD5sum: a355d57b458b41acf269e1a73b070dbb 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+dfsg2-2~bpo12+1_all.deb Package: qtpdf5-examples Source: qtwebengine-opensource-src Version: 5.15.17+dfsg2-2~bpo12+1 Installed-Size: 756 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Depends: qml-module-qtquick-pdf (= 5.15.17+dfsg2-2~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: 153864 SHA256: 78fc22bb49891b8115e6cfcb331ca272b3206bc14e8edc707b51249130c12d9f SHA1: 779a8ae3e8b62f8eb9ee253a8dcd4ea45103713a MD5sum: bf7067de3a14262ea1bc227b917f263f 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+dfsg2-2~bpo12+1_amd64.deb Package: qtwebengine5-dev Source: qtwebengine-opensource-src Version: 5.15.17+dfsg2-2~bpo12+1 Installed-Size: 444 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Depends: libqt5webchannel5-dev, libqt5webengine5 (= 5.15.17+dfsg2-2~bpo12+1), libqt5webenginecore5 (= 5.15.17+dfsg2-2~bpo12+1), libqt5webenginewidgets5 (= 5.15.17+dfsg2-2~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: 71720 SHA256: 126f18c4c2724700bf1a7faa1b662a7a0c4962c45a03a86ec2b4b33854bbf736 SHA1: 89187853717430301dd08e7ec5df43c185440756 MD5sum: 6abeb92584b340572b4cf944f34cc448 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+dfsg2-2~bpo12+1_amd64.deb Package: qtwebengine5-dev-tools Source: qtwebengine-opensource-src Version: 5.15.17+dfsg2-2~bpo12+1 Installed-Size: 735 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Depends: qtchooser, libc6 (>= 2.34), libevent-2.1-7 (>= 2.1.8-stable), libgcc-s1 (>= 3.0), libicu72 (>= 72.1~rc-1~), libqt5core5a (>= 5.10.0), libstdc++6 (>= 11), zlib1g (>= 1:1.1.4) Size: 239896 SHA256: 79bbba05b65568e448d7d9205370624f225c07247bc18b802ed690e731979b1c SHA1: 5f55e81ca324d6a9fb11b1c326501bce49fb76a8 MD5sum: 70257bc58c0817ae2c95ac076b809b84 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+dfsg2-2~bpo12+1_amd64.deb Package: qtwebengine5-doc Source: qtwebengine-opensource-src Version: 5.15.17+dfsg2-2~bpo12+1 Installed-Size: 2557 Maintainer: Debian Qt/KDE Maintainers Architecture: all Size: 1930024 SHA256: 6e6463870f658e070314efaf2cbd567104609470f59f7fd53c1f4249465afd43 SHA1: ae31dc3dd0965b88b191523a37f82de94586ba76 MD5sum: 0e5de2c6a8cd6f1f075a908461b4d273 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+dfsg2-2~bpo12+1_all.deb Package: qtwebengine5-doc-html Source: qtwebengine-opensource-src Version: 5.15.17+dfsg2-2~bpo12+1 Installed-Size: 7553 Maintainer: Debian Qt/KDE Maintainers Architecture: all Size: 1240964 SHA256: 4a3a784186da3d9fe01c8468c15008afd2b668e434413e30ebf2420745f062e1 SHA1: 95fff10862915ceb9fd92658cb1a1ba28a41074a MD5sum: de0cf5fccedb3ae7dac0f677ffbb04ba 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+dfsg2-2~bpo12+1_all.deb Package: qtwebengine5-examples Source: qtwebengine-opensource-src Version: 5.15.17+dfsg2-2~bpo12+1 Installed-Size: 2604 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 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: 625108 SHA256: b98f76dc53fa3dceea0a8de8f7bd1fbe79caa328dc17ad2d8773727fbdc1d43a SHA1: 64fab6e90c735b2f6690b94f777107c761363ada MD5sum: 79a5629b67d87174425fa3bd0e37c774 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+dfsg2-2~bpo12+1_amd64.deb Package: qtwebengine5-private-dev Source: qtwebengine-opensource-src Version: 5.15.17+dfsg2-2~bpo12+1 Installed-Size: 387 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Depends: qtwebengine5-dev (= 5.15.17+dfsg2-2~bpo12+1) Size: 62880 SHA256: 2fab5491f592b41c64c83877a4fbf204467388bb69ead14d2633ced104e6a891 SHA1: ca5b26a9b47761dbd1fd93ddf0e002594be51ffd MD5sum: 12c089fb0e2292ccce2cd05f55cd3817 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+dfsg2-2~bpo12+1_amd64.deb Package: racket Version: 8.12+dfsg1-7~bpo12+1 Installed-Size: 413400 Maintainer: David Bremner Architecture: amd64 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: 122602288 SHA256: 145d504f212877e273b566865c5bf8f31f5d614065a0ba930b1ca1ac2e740d1a SHA1: 98b1caff9028c686f15cc49670306b54416a1667 MD5sum: 6061d203b2efe013aeed3d09f08e52b1 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_amd64.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: 3174 Maintainer: Debian Security Tools Architecture: amd64 Depends: libc6 (>= 2.34), libradare2-5.0.0t64 (>= 5.9.4+dfsg) Recommends: libradare2-dev Size: 192016 SHA256: 68661ac2441e3e4f541c0e680aa4abb7fe7aac31bdcda082a723d7f7876dad0d SHA1: ba64fee63b1ad250f1bf50f40d17a700056821ae MD5sum: 410de2672801a5a166a30a10ad5786a4 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_amd64.deb Package: radsecproxy Version: 1.11.1-1~bpo12+1 Installed-Size: 308 Maintainer: Sven Hartge Architecture: amd64 Provides: radius-server Depends: adduser, libc6 (>= 2.34), libnettle8, libssl3 (>= 3.0.0) Pre-Depends: init-system-helpers (>= 1.54~) Size: 114568 SHA256: e3bc7ad0cbbd66305835a7e7b9e39f0b62e4e1e003cf1e9326de1ede7fe57603 SHA1: 919ec3d201324acb1a978728c0a09e89e05f0bf7 MD5sum: f6fb7ffcbefd603f473577e19fac94c3 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.1-1~bpo12+1_amd64.deb Package: rasdaemon Version: 0.8.1-3~bpo12+1 Installed-Size: 496 Maintainer: Taihsiang Ho (tai271828) Architecture: amd64 Depends: libc6 (>= 2.34), libsqlite3-0 (>= 3.7.14), libtraceevent1 (>= 5.4), perl:any, sqlite3, libdbd-sqlite3-perl Pre-Depends: init-system-helpers (>= 1.54~) Size: 122776 SHA256: c61855e0f04dd0df75832c58e25e96ddfa5d60df1b814eefc1fc3941add03a0f SHA1: 83f4df2158a9a0582284cc6e30b33e535e187856 MD5sum: 94144d61d8e5d402a1c013aaf3e0f6e9 Description: utility to receive RAS error tracings rasdaemon is a RAS (Reliability, Availability and Serviceability) logging tool. It currently records memory errors, using the EDAC tracing events. EDAC are drivers in the Linux kernel that handle detection of ECC errors from memory controllers for most chipsets on x86 and ARM architectures. This userspace component consists of an init script which makes sure EDAC drivers and DIMM labels are loaded at system startup, as well as a utility for reporting current error counts from the EDAC sysfs files. Homepage: https://github.com/mchehab/rasdaemon Section: admin Priority: optional Filename: pool/main/r/rasdaemon/rasdaemon_0.8.1-3~bpo12+1_amd64.deb Package: redict Version: 7.3.2+ds-1~bpo12+1 Installed-Size: 17 Maintainer: Debian Redict Maintainers Architecture: all Depends: redict-server (<< 7.3.2+ds-1~bpo12+1.1~), redict-server (>= 7.3.2+ds-1~bpo12+1) Size: 4416 SHA256: 34a876327584d379d7c60a4129b982dde528cd96018b9bdf1de58ae860226e55 SHA1: e8526f713dc9f34857cc4e04ec9145013464571d MD5sum: 4538dd05b4f0dc147501bf74bc279832 Description: Persistent key-value database with network interface (metapackage) Redict is a distributed, in-memory key/value store (a remote dictionary, if you will). Redict is an independent fork of Redis OSS 7.2.4 licensed under the Lesser GNU General Public license (LGPL-3.0-only). . This package depends on the redict-server package. Homepage: https://redict.io/ Section: database Priority: optional Filename: pool/main/r/redict/redict_7.3.2+ds-1~bpo12+1_all.deb Package: redict-sentinel Source: redict Version: 7.3.2+ds-1~bpo12+1 Installed-Size: 62 Maintainer: Debian Redict Maintainers Architecture: amd64 Depends: redict-tools (= 7.3.2+ds-1~bpo12+1) Pre-Depends: init-system-helpers (>= 1.54~) Size: 13104 SHA256: 4342b5caee8f9a1a80066600dc2fe3c0dbad33a8bd1a7971737375487e282414 SHA1: 742d947c403e93071b1898f56b4c0924efc9b197 MD5sum: 5b1964a72e95b191cea443500e34aca3 Description: Persistent key-value database with network interface (monitoring) Redict is a distributed, in-memory key/value store (a remote dictionary, if you will). Redict is an independent fork of Redis OSS 7.2.4 licensed under the Lesser GNU General Public license (LGPL-3.0-only). . This package contains the Redict Sentinel monitoring software. Homepage: https://redict.io/ Section: database Priority: optional Filename: pool/main/r/redict/redict-sentinel_7.3.2+ds-1~bpo12+1_amd64.deb Package: redict-server Source: redict Version: 7.3.2+ds-1~bpo12+1 Installed-Size: 156 Maintainer: Debian Redict Maintainers Architecture: amd64 Depends: redict-tools (= 7.3.2+ds-1~bpo12+1) Pre-Depends: init-system-helpers (>= 1.54~) Size: 41168 SHA256: c9a77900aa67c725ca63e015370c8e15c1f830884d00d35a3c1754ecf31e18c7 SHA1: ac73613f610c6fda4c068abf42d2400322801ba8 MD5sum: 5c0d1465065dc18271ddbdd23b17be3f Description: Persistent key-value database with network interface Redict is a distributed, in-memory key/value store (a remote dictionary, if you will). Redict is an independent fork of Redis OSS 7.2.4 licensed under the Lesser GNU General Public license (LGPL-3.0-only). . This package contains the Redict database server. Homepage: https://redict.io/ Section: database Priority: optional Filename: pool/main/r/redict/redict-server_7.3.2+ds-1~bpo12+1_amd64.deb Package: redict-tools Source: redict Version: 7.3.2+ds-1~bpo12+1 Installed-Size: 6039 Maintainer: Debian Redict Maintainers Architecture: amd64 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: 1060532 SHA256: ce1f6cdf57df4baa2322723d09046eac382134bb22c5c56b359e6475cf85a561 SHA1: d898d8f97cc80faff1dc57e5bb8f1b27cbe28ac5 MD5sum: 9bbe8124d7342bba51a5c759388c431a Description: Persistent key-value database with network interface (client) Redict is a distributed, in-memory key/value store (a remote dictionary, if you will). Redict is an independent fork of Redis OSS 7.2.4 licensed under the Lesser GNU General Public license (LGPL-3.0-only). . This package contains the command line client and other tools. Homepage: https://redict.io/ Section: database Priority: optional Filename: pool/main/r/redict/redict-tools_7.3.2+ds-1~bpo12+1_amd64.deb Package: rednotebook Version: 2.37+ds-3~bpo12+1 Installed-Size: 2009 Maintainer: Phil Wyett Architecture: all Depends: python3:any, gir1.2-gdk-3.0, gir1.2-gdkpixbuf-2.0, gir1.2-gio-2.0, gir1.2-girepository-2.0, gir1.2-glib-2.0, gir1.2-gobject-2.0, gir1.2-gtk-3.0, gir1.2-gtksource-4, gir1.2-pango-1.0, gir1.2-webkit2-4.1, python3-gi, python3-yaml Recommends: python3-enchant Size: 405172 SHA256: bdda11e5b65ae39ba495a172f70aeec41488b748d000e65658ccaf8eed40d456 SHA1: 62b1a4f22ef3710bd813d9d00106fea37a63c462 MD5sum: 0a0ab6e4ce7612a5f64acf8ba103f7e9 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.37+ds-3~bpo12+1_all.deb Package: registry-tools Source: samba Version: 2:4.21.3+dfsg-6~bpo12+1 Installed-Size: 167 Maintainer: Debian Samba Maintainers Architecture: amd64 Depends: samba-libs (= 2:4.21.3+dfsg-6~bpo12+1), libc6 (>= 2.34), libndr5 (>= 2:4.17.2), libpopt0 (>= 1.14), libreadline8 (>= 6.0), libtalloc2 (>= 2.0.4~git20101213) Size: 63200 SHA256: 58b5ce0ebd34724816c3d391b9a93f968040d187b42ab6b1d9e3359de3482285 SHA1: ee8a73f972bcb823238be8cc54d8a293e2725a50 MD5sum: 7135445cf48628ca79ee0b6006b5735c Description: tools for viewing and manipulating the Windows registry Samba is an implementation of the SMB/CIFS protocol for Unix systems, providing support for cross-platform file sharing with Microsoft Windows, OS X, and other Unix systems. Samba can also function as a domain controller or member server in Active Directory or NT4-style domains. . This package contains tools for viewing and manipulating the binary "registry" found on Windows machines, both locally and remote. Homepage: https://www.samba.org Section: net Priority: optional Filename: pool/main/s/samba/registry-tools_4.21.3+dfsg-6~bpo12+1_amd64.deb Package: reiserfsprogs Version: 1:3.6.27-8~bpo12+1 Installed-Size: 469 Maintainer: Felix Zielcke Architecture: amd64 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: 144808 SHA256: 183e313b492b57eaaaf857eb1ca3eda12f8573e6d93e5927492d8ce40d7bae64 SHA1: 23d99b7c5b5c5335e3a79a4ce05e975e83f98887 MD5sum: 78ab4e861e09573aa309bea7e50099c8 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_amd64.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: 21049 Maintainer: Debian Go Packaging Team Architecture: amd64 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: 8834088 SHA256: 41facfd4a8bf9a29bbb39da574b858fa6e67273cf3eed5e1dd196bafcd52c7ce SHA1: cd61cf3f8121d7eb047bf6367cf74e3c1616ab77 MD5sum: 3f240a421daa27f04e5058f37111fe98 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_amd64.deb Package: rmail Source: sendmail Version: 8.18.1-6~bpo12+1 Installed-Size: 314 Maintainer: Debian QA Group Architecture: amd64 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: 247864 SHA256: 1c061c6d7600729d1ae2b439f764920935084857941c11488236c300917b7c9e SHA1: 86563108330530c57b073efb1a6b204a591e6da9 MD5sum: cae54f44740d8f5c293a2cad18412060 Description: MTA->UUCP remote mail handler Rmail handles mail received via uucp and passes it to the local sendmail (or workalike). . This version comes from the sendmail source package and the only change is the call to sendmail (from -obq to -obi). Homepage: http://www.sendmail.org Section: mail Priority: optional Filename: pool/main/s/sendmail/rmail_8.18.1-6~bpo12+1_amd64.deb Package: routino Version: 3.4.1-1~bpo12+1 Installed-Size: 1653 Maintainer: Debian GIS Project Architecture: amd64 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: 483472 SHA256: 19e202826f54d94485ff353593111e9e39f120bb7f804f332590dc87651cc97c SHA1: e06625b71d8f1fb8a8d8f09a114423944855485f MD5sum: 0ee8fa95639ec5a099e645ff4025c88b 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_amd64.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.3-1~bpo12+1 Installed-Size: 419 Maintainer: Marco d'Itri Architecture: amd64 Depends: libc6 (>= 2.36), libexpat1 (>= 2.0.1), libssl3 (>= 3.0.0), libtls26 (>= 3.5.0), zlib1g (>= 1:1.1.4), systemd | systemd-standalone-sysusers | systemd-sysusers, rsync, rpki-trust-anchors Size: 139044 SHA256: d59b7585abd08b8fc4fd135f369ee997448b747a36fdd01c2498c07bcd662fe8 SHA1: 9a5d048938bd72b97ea8a0672c98a68471a324df MD5sum: d6c25432f477c26e6c5a80722463d75e 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.3-1~bpo12+1_amd64.deb Package: rtla Source: linux Version: 6.6.13-1~bpo12+1 Installed-Size: 870 Maintainer: Debian Kernel Team Architecture: amd64 Depends: libc6 (>= 2.34), libtraceevent1 (>= 5.4), libtracefs1 (>= 1.3.0) Size: 797860 SHA256: 6fcb46854cd2535b8208f0894e9f6ed63938855d088c01adc62eefc452c9b58d SHA1: ab6c89cef2a31c5a70f54c6c02e9c0aa2f8bfa8e MD5sum: 8e39a0500cb91c219e7ee0f0927357cd 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_amd64.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: amd64 Depends: libc6 (>= 2.4), libnotmuch5 (>= 0.32~rc0), libruby3.1 (>= 3.1.2), libtalloc2 (>= 2.0.4~git20101213) Size: 19720 SHA256: 52ae26b079f7511b9ea421d16250fe05844f38e3f9697064c4948077f99737f3 SHA1: c50916b6cfec86162e3b551f0ebdee07719b403d MD5sum: b1def5ca408dc77071e0d15ecbae41f7 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_amd64.deb Package: runsc Source: golang-gvisor-gvisor Version: 0.0~20240729.0-4~bpo12+2 Installed-Size: 29189 Maintainer: Debian Go Packaging Team Architecture: amd64 Size: 6932104 SHA256: afdde883e3876ea807e19c708d4432674a20cb10186a7a5b554d62f38ea8de46 SHA1: 22dfdfc034fafe96521c363749972cb50e66038d MD5sum: 2c28bde68d2fc68591df08e807caa8da Description: gVisor container sandbox runtime gVisor is an application kernel, written in Go, that implements a substantial portion of the Linux system surface. It includes an Open Container Initiative (OCI) runtime called runsc that provides an isolation boundary between the application and the host kernel. . This package provides runsc runtime, which can be integrated to Docker and Kubernetes. Homepage: https://github.com/google/gvisor Built-Using: golang-1.22 (= 1.22.1-1~bpo12+1), golang-dbus (= 5.1.0-1), golang-github-cenkalti-backoff (= 4.1.3-1), golang-github-cilium-ebpf (= 0.9.1-1), golang-github-coreos-go-systemd (= 22.3.2-1), golang-github-gofrs-flock (= 0.8.1-1), golang-github-google-btree (= 1.0.0-1), golang-github-google-subcommands (= 1.2.0-2), golang-github-mohae-deepcopy (= 0.0~git20170929.c48cc78-4), golang-github-opencontainers-specs (= 1.0.2.118.g5cfc4c3-1), golang-github-vishvananda-netlink (= 1.1.0.125.gf243826-4), golang-github-vishvananda-netns (= 0.0~git20211101.5004558-1), golang-gocapability-dev (= 0.0+git20200815.42c35b4-2), golang-golang-x-exp (= 0.0~git20221028.83b7d23-2), golang-golang-x-mod (= 0.7.0-1), golang-golang-x-sync (= 0.1.0-1), golang-golang-x-sys (= 0.22.0-1~bpo12+1), golang-golang-x-time (= 0.3.0-1), golang-google-protobuf (= 1.28.1-3), golang-pty (= 1.1.6-2) Section: admin Priority: optional Filename: pool/main/g/golang-gvisor-gvisor/runsc_0.0~20240729.0-4~bpo12+2_amd64.deb Package: samba Version: 2:4.21.3+dfsg-6~bpo12+1 Installed-Size: 5562 Maintainer: Debian Samba Maintainers Architecture: amd64 Replaces: samba-libs (<< 2:4.19.0~), samba-vfs-modules (<< 2:4.20.2+dfsg-3~) Depends: passwd, procps, samba-common (= 2:4.21.3+dfsg-6~bpo12+1), samba-common-bin (= 2:4.21.3+dfsg-6~bpo12+1), libbsd0 (>= 0.6.0), libc6 (>= 2.34), libcups2 (>= 1.7.0), libdbus-1-3 (>= 1.9.14), libgnutls30 (>= 3.7.0), libldap-2.5-0 (>= 2.5.4), libldb2 (>= 2:2.6.1), libndr5 (>= 2:4.20.0~rc1), libpopt0 (>= 1.14), libtalloc2 (>= 2.4.0), libtasn1-6 (>= 4.14), libtdb1 (>= 1.2.7+git20101214), libtevent0 (>= 0.15.0), libtirpc3 (>= 1.0.2), liburing2 (>= 2.3), samba-libs (= 2:4.21.3+dfsg-6~bpo12+1) Pre-Depends: init-system-helpers (>= 1.54~) Recommends: attr, python3-samba, samba-ad-dc Suggests: ctdb, ufw, winbind, samba-vfs-ceph, samba-vfs-glusterfs Breaks: samba-ad-dc (<< 2:4.20.1+dfsg-2~), samba-ad-provision (<< 2:4.21.3+dfsg), samba-libs (<< 2:4.19.0~), samba-vfs-modules (<< 2:4.20.2+dfsg-3~) Size: 1330340 SHA256: f40d97dd7c41b25d3f08162a92d26ce09045912cf41cf62d4f50f4141f81c749 SHA1: bb15f8c9668c3614847e6e4f0f494c4ed06bcc40 MD5sum: fa376edaaeef859daf95fb6a703aeeb7 Description: SMB/CIFS file, print, and login server for Unix Samba is an implementation of the SMB/CIFS protocol for Unix systems, providing support for cross-platform file and printer sharing with Microsoft Windows, OS X, and other Unix systems. Samba can also function as an Active Directory or NT4-style domain controller, and can integrate with Active Directory realms or NT4 domains as a member server. . This package provides the components necessary to use Samba as a stand-alone file and print server or as an NT4 domain controller. For use in an NT4 domain or Active Directory realm, you will also need the winbind package. To use samba as an Active Directory domain controller (AD DC), please install samba-ad-dc package. . This package is not required for connecting to existing SMB/CIFS servers (see smbclient) or for mounting remote filesystems (see cifs-utils). Homepage: https://www.samba.org Section: net Priority: optional Filename: pool/main/s/samba/samba_4.21.3+dfsg-6~bpo12+1_amd64.deb Package: samba-ad-dc Source: samba Version: 2:4.21.3+dfsg-6~bpo12+1 Installed-Size: 199 Maintainer: Debian Samba Maintainers Architecture: amd64 Replaces: samba-common-bin (<< 2:4.20.1+dfsg-2~) Depends: samba (= 2:4.21.3+dfsg-6~bpo12+1), python3-samba (= 2:4.21.3+dfsg-6~bpo12+1), python3-dnspython, samba-dsdb-modules (= 2:4.21.3+dfsg-6~bpo12+1), winbind (= 2:4.21.3+dfsg-6~bpo12+1), python3:any, libbsd0 (>= 0.6.0), libc6 (>= 2.34), libldb2 (>= 0.9.21), libpopt0 (>= 1.14), libtalloc2 (>= 2.0.4~git20101213), libtevent0 (>= 0.9.16), samba-libs (= 2:4.21.3+dfsg-6~bpo12+1) Pre-Depends: init-system-helpers (>= 1.54~) Recommends: libnss-winbind, libpam-winbind, samba-ad-provision, python3-gpg Suggests: bind9, bind9utils, ldb-tools, time-daemon | chrony | ntpsec Enhances: bind9, ntpsec Conflicts: samba (<< 2:4.20.1+dfsg-2~) Breaks: samba-ad-provision (<< 2:4.21.3+dfsg), samba-common-bin (<< 2:4.20.1+dfsg-2~) Size: 74620 SHA256: 7fe4eab954810c9d5630b1a5ce2240c6412a8a83a5df14f55f4f8d4d346076d3 SHA1: bda6e5a7e4a03ae6f0fc886777c37dc7dd8b7835 MD5sum: abb5d129bbde4421c048d6a143512dd3 Description: Samba control files to run AD Domain Controller Samba is an implementation of the SMB/CIFS protocol for Unix systems, providing support for cross-platform file and printer sharing with Microsoft Windows, OS X, and other Unix systems. . This package contains control files to run an Active Directory Domain Controller (AD DC). For now, this is just a metapackage pulling in all the required dependencies. Multi-Arch: foreign Homepage: https://www.samba.org Section: net Priority: optional Filename: pool/main/s/samba/samba-ad-dc_4.21.3+dfsg-6~bpo12+1_amd64.deb Package: samba-ad-provision Source: samba Version: 2:4.21.3+dfsg-6~bpo12+1 Installed-Size: 17387 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: 502156 SHA256: c872b12a30f1f91f72a7d0e84566802bf01209dc50a4d9ed319baa292e80d042 SHA1: 749a223f4f05fe83e220e7b6b3aa6ca422ce7372 MD5sum: 5a897c72daeb2e34361effde2abe92cc Description: Samba files needed for AD domain provision Samba is an implementation of the SMB/CIFS protocol for Unix systems, providing support for cross-platform file and printer sharing with Microsoft Windows, OS X, and other Unix systems. . This package contains files to setup an Active Directory Domain Controller (AD DC). Multi-Arch: foreign Homepage: https://www.samba.org Section: net Priority: optional Filename: pool/main/s/samba/samba-ad-provision_4.21.3+dfsg-6~bpo12+1_all.deb Package: samba-common Source: samba Version: 2:4.21.3+dfsg-6~bpo12+1 Installed-Size: 119 Maintainer: Debian Samba Maintainers Architecture: all Depends: ucf Recommends: samba-common-bin Size: 61444 SHA256: 98b5465839c0846e6d3e36bdc54e92d31437c945b4c0d889c9917fe2f8166724 SHA1: 423c5cb2db9d368c098224dee5f961ae5e80ab7a MD5sum: 20ba10a0d770138cec907eea674fe7d7 Description: common files used by both the Samba server and client Samba is an implementation of the SMB/CIFS protocol for Unix systems, providing support for cross-platform file and printer sharing with Microsoft Windows, OS X, and other Unix systems. . This package contains common files used by all parts of Samba. Multi-Arch: foreign Homepage: https://www.samba.org Section: net Priority: optional Filename: pool/main/s/samba/samba-common_4.21.3+dfsg-6~bpo12+1_all.deb Package: samba-common-bin Source: samba Version: 2:4.21.3+dfsg-6~bpo12+1 Installed-Size: 4946 Maintainer: Debian Samba Maintainers Architecture: amd64 Replaces: samba (<< 2:4.20.1+dfsg-2~), samba-libs (<< 2:4.19.0~), winexe (<< 2:4.21.1+dfsg-3~) Provides: winexe (= 2:4.21.3+dfsg-6~bpo12+1) Depends: samba-common (= 2:4.21.3+dfsg-6~bpo12+1), libbsd0 (>= 0.4.0), libc6 (>= 2.34), libcups2 (>= 1.7.0), libgnutls30 (>= 3.7.0), libjansson4 (>= 2.14), libldap-2.5-0 (>= 2.5.4), libncurses6 (>= 6), libndr5 (>= 2:4.20.0~rc1), libpopt0 (>= 1.14), libreadline8 (>= 6.0), libsmbldap2 (>= 2:4.16.6), libtalloc2 (>= 2.4.0), libtdb1 (>= 1.2.7+git20101214), libtevent0 (>= 0.15.0), libtinfo6 (>= 6), libwbclient0 (>= 2:4.0.3+dfsg1), samba-libs (= 2:4.21.3+dfsg-6~bpo12+1) Recommends: python3-samba Suggests: heimdal-clients Breaks: samba (<< 2:4.20.1+dfsg-2~), samba-libs (<< 2:4.19.0~), winexe (<< 2:4.21.1+dfsg-3~) Size: 1320772 SHA256: dabcce4382400f0817a1c0147838a65b352035206a3961ebfe54811d415ad3b6 SHA1: 97cb86b41e2ab83735e761a4214dc6e3fb8a2b7a MD5sum: befcef92da0a378daf1bbbd48f0d43ab Description: Samba common files used by both the server and the client Samba is an implementation of the SMB/CIFS protocol for Unix systems, providing support for cross-platform file sharing with Microsoft Windows, OS X, and other Unix systems. Samba can also function as a domain controller or member server in Active Directory or NT4-style domains. . This package contains the common files that are used by both the server (provided in the samba package) and the client (provided in the smbclient package). Homepage: https://www.samba.org Section: net Priority: optional Filename: pool/main/s/samba/samba-common-bin_4.21.3+dfsg-6~bpo12+1_amd64.deb Package: samba-dev Source: samba Version: 2:4.21.3+dfsg-6~bpo12+1 Installed-Size: 1425 Maintainer: Debian Samba Maintainers Architecture: amd64 Replaces: libwbclient-dev (<< 2:4.16.1+dfsg-7~) Depends: libc6-dev, libldb-dev, libpopt-dev, libtalloc-dev, libtdb-dev, libtevent-dev, libwbclient-dev, samba-libs (= 2:4.21.3+dfsg-6~bpo12+1) Breaks: libwbclient-dev (<< 2:4.16.1+dfsg-7~) Size: 203480 SHA256: 61f5da5068ad29a272e1c7eeb90ed29d54aabf883aa7d7d6ca27c7b31e8918e6 SHA1: b401a490388d04644a637156b5be8f54aa22a1f2 MD5sum: c0d8a15610503c7cdc631410e4fb747b Description: tools for extending Samba Samba is an implementation of the SMB/CIFS protocol for Unix systems, providing support for cross-platform file sharing with Microsoft Windows, OS X, and other Unix systems. Samba can also function as a domain controller or member server in Active Directory or NT4-style domains. . This package contains include files shared by the various Samba-based libraries. Multi-Arch: same Homepage: https://www.samba.org Section: devel Priority: optional Filename: pool/main/s/samba/samba-dev_4.21.3+dfsg-6~bpo12+1_amd64.deb Package: samba-dsdb-modules Source: samba Version: 2:4.21.3+dfsg-6~bpo12+1 Installed-Size: 1593 Maintainer: Debian Samba Maintainers Architecture: amd64 Depends: samba-libs (= 2:4.21.3+dfsg-6~bpo12+1), libldb2 (= 2:2.10.0+samba4.21.3+dfsg-6~bpo12+1), libbsd0 (>= 0.0), libc6 (>= 2.33), libcrypt1 (>= 1:4.1.0), libgnutls30 (>= 3.7.0), libgpgme11 (>= 1.2.0), libndr5 (>= 2:4.20.0~rc1), libtalloc2 (>= 2.0.4~git20101213), libtdb1 (>= 1.3.14), libtevent0 (>= 0.15.0) Enhances: libldb2 Size: 333588 SHA256: 3ee3f2ffdf98adef97bbe2cf9c52f58bd6c37eb6bf0b1de8a7499cbc105829e4 SHA1: 33bb663040f72a52a8b52a9e91cc7f7490952ed5 MD5sum: acee8b58e621efd0ece8211931a20d2f Description: Samba Directory Services Database Samba is an implementation of the SMB/CIFS protocol for Unix systems, providing support for cross-platform file sharing with Microsoft Windows, OS X, and other Unix systems. Samba can also function as a domain controller or member server in Active Directory or NT4-style domains. . This package contains LDB plugins which add support for various Active Directory features to the LDB library. Multi-Arch: same Homepage: https://www.samba.org Section: libs Priority: optional Filename: pool/main/s/samba/samba-dsdb-modules_4.21.3+dfsg-6~bpo12+1_amd64.deb Package: samba-libs Source: samba Version: 2:4.21.3+dfsg-6~bpo12+1 Installed-Size: 25585 Maintainer: Debian Samba Maintainers Architecture: amd64 Replaces: libwbclient0 (<< 2:4.16.1+dfsg-7~), samba (<< 2:4.17.0+dfsg-2~) Provides: libndr5 (= 2:4.21.3+dfsg-6~bpo12+1), libsmbldap2 (= 2:4.21.3+dfsg-6~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.10.0+samba4.21.3+dfsg-6~bpo12+1), libpam0g (>= 0.99.7.1), libpopt0 (>= 1.14), libsystemd0, libtalloc2 (>= 2:2.4.2+samba4.21.3+dfsg-6~bpo12+1), libtdb1 (>= 2:1.4.12+samba4.21.3+dfsg-6~bpo12+1), libtevent0 (>= 2:0.16.1+samba4.21.3+dfsg-6~bpo12+1), libtirpc3 (>= 1.0.2), libwbclient0 (>= 2:4.5.0+dfsg), zlib1g (>= 1:1.1.4) Breaks: libwbclient0 (<< 2:4.16.1+dfsg-7~), samba (<< 2:4.17.0+dfsg-2~), sssd-ad (<< 2.9.4-1+b1), sssd-ad-common (<< 2.9.4-1+b1), sssd-ipa (<< 2.9.4-1+b1) Size: 5962192 SHA256: 41b0f34b6a8591d6362804ba8e6f163614a7ac827abd629f103687964bcddb51 SHA1: f2f478c839d47716f077febad38fcea2562130e5 MD5sum: 27f01ed5b0c73697ffd1a316e1a96e27 Description: Samba core libraries Samba is an implementation of the SMB/CIFS protocol for Unix systems, providing support for cross-platform file sharing with Microsoft Windows, OS X, and other Unix systems. Samba can also function as a domain controller or member server in Active Directory or NT4-style domains. . This package contains the shared libraries. Multi-Arch: same Homepage: https://www.samba.org Section: libs Priority: optional Filename: pool/main/s/samba/samba-libs_4.21.3+dfsg-6~bpo12+1_amd64.deb Package: samba-testsuite Source: samba Version: 2:4.21.3+dfsg-6~bpo12+1 Installed-Size: 10318 Maintainer: Debian Samba Maintainers Architecture: amd64 Replaces: samba-libs (<< 2:4.19.0~) Depends: samba-common-bin, samba-libs (= 2:4.21.3+dfsg-6~bpo12+1), libbsd0 (>= 0.4.0), libc6 (>= 2.34), libgnutls30 (>= 3.7.0), libldb2 (>= 2:2.8.0), libndr5 (>= 2:4.20.0~rc1), libpopt0 (>= 1.14), libreadline8 (>= 6.0), libsmbclient (>= 2:4.12.0+dfsg), libtalloc2 (>= 2.4.0), libtdb1 (>= 1.2.7+git20101214), libtevent0 (>= 0.15.0), libwbclient0 (>= 2:4.0.3+dfsg1), python3-samba (= 2:4.21.3+dfsg-6~bpo12+1), winbind (= 2:4.21.3+dfsg-6~bpo12+1) Suggests: subunit Breaks: samba-libs (<< 2:4.19.0~) Size: 2294464 SHA256: d765e8d5eda2110fa4f82d5e934d7e2b75af947b8e14acdc92290edd9ac7b995 SHA1: cfb172370c2ebada8a6dc8b47e8017c635507f2f MD5sum: d9d7cf6389684312f5c717b1652a7b03 Description: test suite from Samba Samba is an implementation of the SMB/CIFS protocol for Unix systems, providing support for cross-platform file sharing with Microsoft Windows, OS X, and other Unix systems. Samba can also function as a domain controller or member server in Active Directory or NT4-style domains. . This package contains programs for testing the reliability and speed of SMB servers, Samba in particular. Homepage: https://www.samba.org Section: net Priority: optional Filename: pool/main/s/samba/samba-testsuite_4.21.3+dfsg-6~bpo12+1_amd64.deb Package: samba-vfs-ceph Source: samba Version: 2:4.21.3+dfsg-6~bpo12+1 Installed-Size: 167 Maintainer: Debian Samba Maintainers Architecture: amd64 Replaces: samba-vfs-modules (<< 2:4.20.2+dfsg-3~) Depends: samba (= 2:4.21.3+dfsg-6~bpo12+1), libbsd0 (>= 0.0), libc6 (>= 2.4), libcephfs2 (>= 16.2.6+ds), libtalloc2 (>= 2.0.4~git20101213), libtevent0 (>= 0.15.0), samba-libs (= 2:4.21.3+dfsg-6~bpo12+1) Enhances: samba Breaks: samba-vfs-modules (<< 2:4.20.2+dfsg-3~) Size: 69132 SHA256: 1ff765e991dff716e8c07a7b87514597848c843beabe11d85c5c93b1592a2ca8 SHA1: e5e3e0b4aaa4203e1fdc73f1d0f94b28975c3751 MD5sum: e8de31a982740bc3f7043780e3999af3 Description: Samba Virtual FileSystem ceph modules Samba is an implementation of the SMB/CIFS protocol for Unix systems, providing support for cross-platform file sharing with Microsoft Windows, OS X, and other Unix systems. Samba can also function as a domain controller or member server in Active Directory or NT4-style domains. . Virtual FileSystem modules are stacked shared libraries extending the functionality of Samba. This package provides vfs_ceph and vfs_ceph_snapshots modules. Homepage: https://www.samba.org Section: net Priority: optional Filename: pool/main/s/samba/samba-vfs-ceph_4.21.3+dfsg-6~bpo12+1_amd64.deb Package: samba-vfs-glusterfs Source: samba Version: 2:4.21.3+dfsg-6~bpo12+1 Installed-Size: 156 Maintainer: Debian Samba Maintainers Architecture: amd64 Replaces: samba-vfs-modules (<< 2:4.20.2+dfsg-3~), samba-vfs-modules-extra (<< 2:4.20.2+dfsg-3~) Depends: samba (= 2:4.21.3+dfsg-6~bpo12+1), libc6 (>= 2.33), libgfapi0 (>= 10.3), libtalloc2 (>= 2.0.4~git20101213), libtevent0 (>= 0.15.0), samba-libs (= 2:4.21.3+dfsg-6~bpo12+1) Enhances: samba Breaks: samba-vfs-modules (<< 2:4.20.2+dfsg-3~), samba-vfs-modules-extra (<< 2:4.20.2+dfsg-3~) Size: 67668 SHA256: 9c144f63c3f1feb49965174f7e44c8109405101a10ddd8fdd6148bca22cc6b5f SHA1: 1360258a0d1ad7ec4397ed6d3017fed4fb2d956d MD5sum: 74c2178ef661d2392a37fd235613581e Description: Samba Virtual FileSystem glusterfs modules Samba is an implementation of the SMB/CIFS protocol for Unix systems, providing support for cross-platform file sharing with Microsoft Windows, OS X, and other Unix systems. Samba can also function as a domain controller or member server in Active Directory or NT4-style domains. . Virtual FileSystem modules are stacked shared libraries extending the functionality of Samba. This package provides vfs_glusterfs and vfs_glusterfs_fuse modules. Homepage: https://www.samba.org Section: net Priority: optional Filename: pool/main/s/samba/samba-vfs-glusterfs_4.21.3+dfsg-6~bpo12+1_amd64.deb Package: samba-vfs-modules Source: samba Version: 2:4.21.3+dfsg-6~bpo12+1 Installed-Size: 61 Maintainer: Debian Samba Maintainers Architecture: amd64 Size: 41556 SHA256: 5875e7f9c4b0efe82d904cadf67f7c832e701029ca4050c9980b185f7666740e SHA1: 38edc144ef4bd3a6f3888f7f68195420370c26b2 MD5sum: f554c0f403db7a17fa72c93888928f54 Description: Samba Virtual FileSystem plugins (transitional package) Samba is an implementation of the SMB/CIFS protocol for Unix systems, providing support for cross-platform file sharing with Microsoft Windows, OS X, and other Unix systems. Samba can also function as a domain controller or member server in Active Directory or NT4-style domains. . Virtual FileSystem modules are stacked shared libraries extending the functionality of Samba. This package used to provide VFS modules for samba, but since version 4.20.2+dfsg-3, most of the modules were merged into main samba package, or into their own separate packages - samba-vfs-ceph and samba-vfs-glusterfs. . This package can safely be removed. Homepage: https://www.samba.org Section: net Priority: optional Filename: pool/main/s/samba/samba-vfs-modules_4.21.3+dfsg-6~bpo12+1_amd64.deb Package: sbuild Version: 0.88.1~bpo12+1 Installed-Size: 278 Maintainer: sbuild maintainers Architecture: all Depends: adduser, libsbuild-perl (= 0.88.1~bpo12+1), perl:any Recommends: autopkgtest (>= 4.0.4), debootstrap, schroot (>= 1.6.0), uidmap, mmdebstrap (>= 1.4.0) Suggests: deborphan, e2fsprogs, kmod, wget Size: 106956 SHA256: e1ba17aee3f4a7cb6c1a65296b3ea8c826468395595085868a2249171e52267f SHA1: b80c8161393a93021dc27530d09ef71b897d0319 MD5sum: e42bf43144a25181a6676c73e4c186d5 Description: Tool for building Debian binary packages from Debian sources The sbuild suite of programs (buildd and sbuild) are used to build binary packages from source packages. sbuild does the actual package building. . sbuild uses chroots to build packages, which act as virtual, minimal operating system installations dedicated to package building. This means that a number of environments may be used for building simultaneously on the same machines, for example stable, testing, unstable and experimental. When coupled with schroot to create snapshots of chroots, sbuild may be used to build many packages in parallel. A chroot environment allows packages to be built in a controlled, clean environment. sbuild installs only essential and build-essential packages, plus those in the package build dependencies. Section: devel Priority: optional Filename: pool/main/s/sbuild/sbuild_0.88.1~bpo12+1_all.deb Package: sbuild-debian-developer-setup Source: sbuild Version: 0.88.1~bpo12+1 Installed-Size: 43 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: 20824 SHA256: f4874430b9abef6ac4aa0922d96141c2d08c5501d1325415be393f7f8d692f40 SHA1: 3094650f4dde1e6915de55539ae192ffbf827f6d MD5sum: c1d481c97a3c5814b19bc192e90e9312 Description: Convenience script to set up an sbuild environment for Debian Developers Run "sudo sbuild-debian-developer-setup" to add the current user to the sbuild group, create an schroot for building packages for Debian unstable, and create a cronjob which updates said schroot daily. . This script assumes you are on an un-metered internet connection (daily schroot updates might be costly otherwise). Section: devel Priority: optional Filename: pool/main/s/sbuild/sbuild-debian-developer-setup_0.88.1~bpo12+1_all.deb Package: sbuild-qemu Source: sbuild Version: 0.88.1~bpo12+1 Installed-Size: 81 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: 34192 SHA256: f6cec74dcc9045819b3e670cf8df3d9976911c0041c0369ac7136eb25ed9cb61 SHA1: 9f856b47560cc3ce65cb950b180da80fab0c2962 MD5sum: 7503e3f30f2dd8eac49cdaa44fd38b50 Description: Utilities for using sbuild with QEMU images These utilities facilitate the use of sbuild together with QEMU images using sbuild's --chroot-mode=autopkgtest. Currently, amd64 and i386 guest architectures are supported, with more in the works. . The following utilities are provided: . * sbuild-qemu-create Create an image suitable for building packages * sbuild-qemu-update Run apt-get update within the image * sbuild-qemu Use sbuild with the image to build a package Section: devel Priority: optional Filename: pool/main/s/sbuild/sbuild-qemu_0.88.1~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: 131 Maintainer: Joao Eriberto Mota Filho Architecture: amd64 Depends: libc6 (>= 2.34), libimlib2 (>= 1.4.5), libx11-6, libxcomposite1 (>= 1:0.4.5), libxext6, libxfixes3, libxinerama1 (>= 2:1.1.4) Size: 77572 SHA256: 9bb9a4b2d97281e55603a23386437f2ac59638ed85cdde471446a3e73492bd9f SHA1: f02d13100b1332062de6b9d965e8ba7b77300b3f MD5sum: 4ff9a119974317963d8e52a5c94e8ec5 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_amd64.deb Package: sdkmanager Version: 0.6.10-1~bpo12+1 Installed-Size: 100 Maintainer: Hans-Christoph Steiner Architecture: all Depends: python3-requests, python3-urllib3, python3:any Recommends: python3-argcomplete Size: 33964 SHA256: d08ac131c2353b0e58309944791c3e7063e9157913a75280bac16c8cb51681a1 SHA1: 4123dc966b6027f29b08c6ba4e308e033baa0898 MD5sum: 9b0934fc1b85345c5cce4acd371cd67b 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.10-1~bpo12+1_all.deb Package: seabios Version: 1.16.3-2~bpo12+1 Installed-Size: 862 Maintainer: Debian QEMU Team Architecture: all Size: 164452 SHA256: 48390d0a534c66d11789e39518aa219773a9d3677b29fe1af8799dfb563ec713 SHA1: cc01b34e4ebb3b0da072fdf667cf8607e979290a MD5sum: 02e17f8d8c668244bd2eac152b9f321a Description: Legacy BIOS implementation SeaBIOS is a legacy BIOS implementation, aimed at supporting not only emulated hosts such as QEMU, but also real hardware. . Note, however, that SeaBIOS does not handle early initialization of core chipsets, so don't even think of flashing it to your board (look at Coreboot for that). Multi-Arch: foreign Homepage: https://www.seabios.org Section: misc Priority: optional Filename: pool/main/s/seabios/seabios_1.16.3-2~bpo12+1_all.deb Package: sendemail Version: 1.56-5.2~bpo12+1 Installed-Size: 108 Maintainer: Alejandro Garrido Mota Architecture: all Depends: perl:any, libio-socket-inet6-perl Suggests: libio-socket-ssl-perl, libnet-ssleay-perl Size: 32600 SHA256: be9d73e63552610f16e382c7cfe4f0ee665dd96bf34293f98478fe5ee2c7a9b0 SHA1: 53c6d40a35c69b6795f264c84454744ec3fded8d MD5sum: 215bcefb46589284a2f5eb8a7c64653f Description: lightweight, command line SMTP email client SendEmail is a lightweight, completely command line based, SMTP email agent. It was designed to be used in bash scripts, Perl programs, and web sites, but it is also quite useful in many other contexts. . SendEmail is written in Perl and is unique in that it requires no special modules. It has a straight forward interface, making it very easy to use. Homepage: http://caspian.dotconf.net/menu/Software/SendEmail/ Section: mail Priority: optional Filename: pool/main/s/sendemail/sendemail_1.56-5.2~bpo12+1_all.deb Package: sendmail Version: 8.18.1-6~bpo12+1 Installed-Size: 228 Maintainer: Debian QA Group Architecture: all Depends: sendmail-base, sendmail-bin, sendmail-cf, sensible-mda Suggests: sendmail-doc, rmail Size: 219672 SHA256: 12d03c1fa9d39500f133347f7fbfe73511d5883ec40a6bdf0c9c2d423b5e9328 SHA1: b0c275d67957bf5a9136bd822f3d1c5c35edd03a MD5sum: 994e312f114e842413ac72f64d1f969a Description: powerful, efficient, and scalable Mail Transport Agent (metapackage) Sendmail is an alternative Mail Transport Agent (MTA) for Debian. It is suitable for handling sophisticated mail configurations, although this means that its configuration can also be complex. . Fortunately, simple things can be done easily, and complex things are possible, even if not easily understood ;) Sendmail is the *ONLY* MTA with a Turing complete language to control *ALL* aspects of delivery! . Sendmail provides Security and SPAM/UCE/UBE protection via several means. . Sendmail includes *no* Mail User Agents (MUA), you'll have to pick from the plethora of available MUAs (mutt, vm, etc.) . This package supports REGEX, DB, NIS, NIS+, LDAP, DNS maps, and has enabled TCPWrappers, IPv6, LockFile, SMTP AUTH(SASL), STARTTLS(SSL). . This package is to make installation/upgrading easier (Do NOT delete it) Homepage: http://www.sendmail.org Section: mail Priority: optional Filename: pool/main/s/sendmail/sendmail_8.18.1-6~bpo12+1_all.deb Package: sendmail-base Source: sendmail Version: 8.18.1-6~bpo12+1 Installed-Size: 844 Maintainer: Debian QA Group Architecture: all Depends: m4, make, adduser, netbase, lockfile-progs, perl:any Recommends: postfix-mta-sts-resolver Suggests: sendmail-doc, ca-certificates, logcheck, logrotate, resolvconf Size: 340424 SHA256: d57aee92f544bbf22251c63527dca3a302e4418035021a7d8ab273e4edd4b820 SHA1: 29797ae6631bd739c5163c02a7043ae88691d745 MD5sum: c803d48a782c8546fe589e3f7042f8fc Description: powerful, efficient, and scalable Mail Transport Agent (arch independent files) Sendmail is an alternative Mail Transport Agent (MTA) for Debian. It is suitable for handling sophisticated mail configurations, although this means that its configuration can also be complex. . This package contains the base, architecture independent, portions of the sendmail packages. Homepage: http://www.sendmail.org Section: mail Priority: optional Filename: pool/main/s/sendmail/sendmail-base_8.18.1-6~bpo12+1_all.deb Package: sendmail-bin Source: sendmail Version: 8.18.1-6~bpo12+1 Installed-Size: 1914 Maintainer: Debian QA Group Architecture: amd64 Replaces: mail-transport-agent Provides: mail-transport-agent Depends: sendmail-base (= 8.18.1-6~bpo12+1), sendmail-cf (= 8.18.1-6~bpo12+1), procps, libc6 (>= 2.34), libdb5.3, libldap-2.5-0 (>= 2.5.4), liblockfile1 (>= 1.0), libnsl2 (>= 1.0), libsasl2-2 (>= 2.1.28+dfsg), libssl3 (>= 3.0.0), libwrap0 (>= 7.6-4~) Pre-Depends: debconf, init-system-helpers (>= 1.54~) Suggests: sendmail-doc, sasl2-bin, libsasl2-modules, openssl Conflicts: mail-transport-agent Size: 725044 SHA256: de0cf47bb56b4fa3faa77fb6d291cc98527fc97bbe683f7fb2d44b13ed172202 SHA1: 993ccdf6163a4b871880146aabc0c4b5c0e93c9d MD5sum: 4b30cf7b0d59aef87fdb2d8591e1310c Description: powerful, efficient, and scalable Mail Transport Agent Sendmail is an alternative Mail Transport Agent (MTA) for Debian. It is suitable for handling sophisticated mail configurations, although this means that its configuration can also be complex. . Fortunately, simple things can be done easily, and complex things are possible, even if not easily understood ;) Sendmail is the *ONLY* MTA with a Turing complete language to control *ALL* aspects of delivery! . Sendmail provides Security and SPAM/UCE/UBE protection via several means. . Sendmail includes *no* Mail User Agents (MUA), you'll have to pick from the plethora of available MUAs (mutt, vm, etc.) . This package supports REGEX, DB, NIS, NIS+, LDAP, DNS maps, and has enabled TCPWrappers, IPv6, LockFile, SMTP AUTH(SASL), STARTTLS(SSL). Homepage: http://www.sendmail.org Section: mail Priority: optional Filename: pool/main/s/sendmail/sendmail-bin_8.18.1-6~bpo12+1_amd64.deb Package: sendmail-cf Source: sendmail Version: 8.18.1-6~bpo12+1 Installed-Size: 691 Maintainer: Debian QA Group Architecture: all Depends: m4 Suggests: sendmail-doc Size: 291348 SHA256: a7ccf64c5be9f8de269cab3ef654171943e8bd43b8eea5032853e51446738f5c SHA1: 6746792bc6db01ea45d850a7d85f70c82fea01a7 MD5sum: da9c2e1922480458063fa553456e6865 Description: powerful, efficient, and scalable Mail Transport Agent (config macros) Sendmail is an alternative Mail Transport Agent (MTA) for Debian. It is suitable for handling sophisticated mail configurations, although this means that its configuration can also be complex. . This package contains the .m4 (configuration files) for the sendmail packages. Homepage: http://www.sendmail.org Section: mail Priority: optional Filename: pool/main/s/sendmail/sendmail-cf_8.18.1-6~bpo12+1_all.deb Package: sendmail-doc Source: sendmail Version: 8.18.1-6~bpo12+1 Installed-Size: 1082 Maintainer: Debian QA Group Architecture: all Size: 912048 SHA256: e79a29d51e67d32898820cec5d578817d05e63f5b76e78a62df164a3675b3a61 SHA1: f6539a843fa2c877f947373cabc194d20286012e MD5sum: 7a3df30828c68cce2b57f4bd9077a4dc Description: powerful, efficient, and scalable Mail Transport Agent (documentation) Sendmail is an alternative Mail Transport Agent (MTA) for Debian. It is suitable for handling sophisticated mail configurations, although this means that its configuration can also be complex. . Don't try anything fancy in sendmail without using this for guidance. . Because of the complexity, you may find yourself wanting to peruse the documentation files included herein. The main files are: cf.README.gz -- A reference for all things in sendmail.{mc,cf} op.{ps,txt}.gz -- The care and feeding of Sendmail. faq.txt.gz -- Sendmail FAQ, current as of the package date. . Other files include the references for smrsh and libmilter. Multi-Arch: foreign Homepage: http://www.sendmail.org Section: doc Priority: optional Filename: pool/main/s/sendmail/sendmail-doc_8.18.1-6~bpo12+1_all.deb Package: sensible-mda Source: sendmail Version: 8.18.1-6~bpo12+1 Installed-Size: 247 Maintainer: Debian QA Group Architecture: amd64 Depends: sendmail-bin | mail-transport-agent, procmail | maildrop | deliver, libc6 (>= 2.34) Size: 221816 SHA256: b4bd52abdb8758b6e45c26fbd25140f65d940fc2e1c80a065b8e66f01aada030 SHA1: f97548b59345d953ec89cac81193c2eea93ea2b6 MD5sum: 685dc032bc5408d459d0fde49647cdbb Description: Mail Delivery Agent wrapper Sensible-mda is a Debian addition in the sendmail package and has been split out in hopes that it might be useful for other MTA packages. . Sensible-mda is called by the MTA, and will in turn call whichever of the following MDAs that it finds (in this order): procmail, maildrop, deliver, mail.local Homepage: http://www.sendmail.org Section: mail Priority: optional Filename: pool/main/s/sendmail/sensible-mda_8.18.1-6~bpo12+1_amd64.deb Package: ser2net Version: 4.6.2-1~bpo12+1 Installed-Size: 231 Maintainer: Marc Haber Architecture: amd64 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: 92092 SHA256: bf730dac7b65c522ba91c4db1484162c731b94dd29899db1fa53756cf20917aa SHA1: 32186c49bc9529d4c3b8d4fcb6c752434d43cb67 MD5sum: 590288b5098442b384c783fbeb9f5042 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_amd64.deb Package: sigsum-go Version: 0.9.1-1~bpo12+1 Installed-Size: 21372 Maintainer: Debian Go Packaging Team Architecture: amd64 Depends: libc6 (>= 2.34) Size: 3920640 SHA256: 6fad6aed8106043c8ef19e9cbc0e47c71cd7d5afcdf78b1425a67a1ed746e328 SHA1: 4e176283d5de0ab1313706a9e1a8d89db6fb9cfa MD5sum: 5cf2c5232cb183e069e1c4c7c460c2d1 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.22 (= 1.22.7-1~bpo12+1), golang-github-dchest-safefile (= 0.0~git20151022.0.855e8d9-1.1), golang-github-golang-mock (= 1.6.0-2), golang-github-pborman-getopt (= 1.1.0-2), golang-golang-x-net (= 1:0.7.0+dfsg-1), golang-golang-x-text (= 0.7.0-1) Section: golang Priority: optional Filename: pool/main/s/sigsum-go/sigsum-go_0.9.1-1~bpo12+1_amd64.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: 2317 Maintainer: Dmitry Smirnov Architecture: amd64 Depends: debianutils (>= 2.2), sysvinit-utils (>= 3.05-4~), libc6 (>= 2.34), libcap-ng0 (>= 0.7.9), libgcc-s1 (>= 3.0), libselinux1 (>= 3.1~), libstdc++6 (>= 11), libsystemd0 Suggests: gsmartcontrol, smart-notifier, mailx | mailutils, curl | wget | lynx, gpg Conflicts: smartsuite, ucsc-smartsuite Size: 636740 SHA256: d6cd99dfddf4ab30d105991d6831737f96d25057061bbfbddddbdd7b81e695c0 SHA1: 3508412bd76600fb902f42f1d6b96fa4b09b17a7 MD5sum: dbddc9d4f5c2e70f27f36945da6f0d81 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_amd64.deb Package: smbclient Source: samba Version: 2:4.21.3+dfsg-6~bpo12+1 Installed-Size: 2092 Maintainer: Debian Samba Maintainers Architecture: amd64 Provides: samba-client Depends: samba-common (= 2:4.21.3+dfsg-6~bpo12+1), samba-libs (= 2:4.21.3+dfsg-6~bpo12+1), libarchive13 (>= 3.0.4), libbsd0 (>= 0.0), libc6 (>= 2.34), libgnutls30 (>= 3.7.0), libndr5 (>= 2:4.20.0~rc1), libpopt0 (>= 1.14), libreadline8 (>= 6.0), libsmbclient (>= 2:4.10.0+dfsg), libtalloc2 (>= 2.4.0), libtevent0 (>= 0.15.0) Suggests: cifs-utils, heimdal-clients Size: 472652 SHA256: 3d661edfca0e2054f1a41a99915f781ed6fc4397d094515b94ade3cb9d61471e SHA1: 60fc4a394c015631ed50b02bd60efa8aaa961ddf MD5sum: 29d34b6e3219f0e3d4785f226e677ec8 Description: command-line SMB/CIFS clients for Unix Samba is an implementation of the SMB/CIFS protocol for Unix systems, providing support for cross-platform file and printer sharing with Microsoft Windows, OS X, and other Unix systems. . This package contains command-line utilities for accessing Microsoft Windows and Samba servers, including smbclient, smbtar, and smbspool. Utilities for mounting shares locally are found in the package cifs-utils. Homepage: https://www.samba.org Section: net Priority: optional Filename: pool/main/s/samba/smbclient_4.21.3+dfsg-6~bpo12+1_amd64.deb Package: snac2 Version: 2.68-1~bpo12+1 Installed-Size: 489 Maintainer: James Valleroy Architecture: amd64 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: 207004 SHA256: 532a6b0bccc2de72159774bcdf054fd46bb813bcd2c1f8e3b82a1195e03d3ca4 SHA1: 24b5645074749e9caba0021fc16ef4dc5831d047 MD5sum: 4772edeb421324975de606bdccbe8c61 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.68-1~bpo12+1_amd64.deb Package: snapclient Source: snapcast Version: 0.28.0-1~bpo12+1 Installed-Size: 1043 Maintainer: Felix Geyer Architecture: amd64 Depends: libasound2 (>= 1.0.18), libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libc6 (>= 2.34), libflac12 (>= 1.3.0), libgcc-s1 (>= 3.0), libogg0 (>= 1.0rc3), libopus0 (>= 1.1), libpulse0 (>= 0.99.1), libsoxr0 (>= 0.1.0), libstdc++6 (>= 12), libvorbis0a (>= 1.1.2), adduser Pre-Depends: init-system-helpers (>= 1.54~) Recommends: avahi-daemon Size: 336720 SHA256: fe57a2feb5af9613d839a0d1826bc706d5547f8d23f42880d8e4bb2bc2e582ea SHA1: 30c519d7b7ca49f6cb7b0e02230112e740ec1c85 MD5sum: 5892240875aabe04b37f3ee4a4ea9c25 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_amd64.deb Package: snapserver Source: snapcast Version: 0.28.0-1~bpo12+1 Installed-Size: 3652 Maintainer: Felix Geyer Architecture: amd64 Depends: libasound2 (>= 1.0.18), libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libc6 (>= 2.34), libexpat1 (>= 2.0.1), libflac12 (>= 1.3.0), libgcc-s1 (>= 3.0), libogg0 (>= 1.0rc3), libopus0 (>= 1.1), libsoxr0 (>= 0.1.0), 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: 912248 SHA256: 683b7efbe5ef468cb28729d62cf0f542817c65a72c84f5a915710b574d9182df SHA1: 0282a3b8aeb77576ac214afdd71665dbc6da1f75 MD5sum: 345feaef690124a7d5a6493bc93b3670 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_amd64.deb Package: sngrep Version: 1.8.2-1~bpo12+1 Installed-Size: 290 Maintainer: Debian VoIP Team Architecture: amd64 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: 86844 SHA256: e7a5a53c6225f64fe15f5f08a20949c779f923a660dead10333efb4af8765be1 SHA1: d465b8f1df513de4360e5333831b7841902306b5 MD5sum: bb6575481766896ffaf18141e8a6f2d9 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_amd64.deb Package: sniproxy Version: 0.6.1+git20240321-0.1~bpo12+1 Installed-Size: 121 Maintainer: Jan Dittberner Architecture: amd64 Depends: libc6 (>= 2.34), libev4 (>= 1:4.04), libpcre2-8-0 (>= 10.22) Pre-Depends: init-system-helpers (>= 1.54~) Recommends: logrotate Size: 39536 SHA256: e45fb338fb887216ba9685d7b85f346ca82e358a56fd99ef9017c331b09c4141 SHA1: 783be673cb52ecf277f918d8c902b2182dd884d5 MD5sum: 922b0cbc6c4fcef6ef802d7aa853d27a 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_amd64.deb Package: socat Version: 1.8.0.0-4~bpo12+1 Installed-Size: 1749 Maintainer: Laszlo Boszormenyi (GCS) Architecture: amd64 Depends: libc6 (>= 2.34), libssl3 (>= 3.0.0), libwrap0 (>= 7.6-4~) Size: 404104 SHA256: a85c256ce4c7d0183c8e49fcaf13b112566d94884003788751111b561d916340 SHA1: a63914136cbb3ceaee30918eb01333c1b0efa6ae MD5sum: 51e8cd92565f109eb5d8a2dc886ff778 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_amd64.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: sosreport Version: 4.8.2-2~bpo12+1 Installed-Size: 2110 Maintainer: sosreport Dev Team Architecture: amd64 Depends: python3-packaging, python3-pexpect, python3-yaml, python3:any, python3-magic Recommends: e2fsprogs, lsof, mount, python3-boto3 Size: 354536 SHA256: a9807a485616bb1fb50cbaa4e95742736d0750d9b1c9af139a7ef76c3fee5ad7 SHA1: 49de2be83e42927b9c2f92e170e1525be64d689f MD5sum: cc32497caafbdd6318099a3ca344c238 Description: Set of tools to gather troubleshooting data from a system Sos is a set of tools that gathers information about system hardware and configuration. The information can then be used for diagnostic purposes and debugging. Sos is commonly used to help support technicians and developers. Homepage: https://github.com/sosreport/sos Section: admin Priority: optional Filename: pool/main/s/sosreport/sosreport_4.8.2-2~bpo12+1_amd64.deb Package: speech-dispatcher Version: 0.11.5-4~bpo12+1 Installed-Size: 26998 Maintainer: Debian TTS Team Architecture: amd64 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: 3842780 SHA256: 41e6bc101f1fc02cc897d29c8f33dfef3b097f4b3089503d049c4c27d2c589cc SHA1: 94cc9c4499147c69849fea2a6ebaf657a33ddf19 MD5sum: b72c442cd1020551530f02083b9d3afa 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_amd64.deb Package: speech-dispatcher-audio-plugins Source: speech-dispatcher Version: 0.11.5-4~bpo12+1 Installed-Size: 126 Maintainer: Debian TTS Team Architecture: amd64 Depends: libao4 (>= 1.1.0), libasound2 (>= 1.0.18), libaudio2, libc6 (>= 2.34), libglib2.0-0 (>= 2.36), libpulse0 (>= 0.99.1) Size: 30220 SHA256: 17bb06b1f53ee4a80df9264d13f42994abe5da7308884f03e00c840d40e18be9 SHA1: b21ca1137b0f9f7f465d369b9f6d064c1376f7e7 MD5sum: a1f637d3721a284db289b9fba54bdc7b 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_amd64.deb Package: speech-dispatcher-cicero Source: speech-dispatcher Version: 0.11.5-4~bpo12+1 Installed-Size: 74 Maintainer: Debian TTS Team Architecture: amd64 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: 26520 SHA256: d66873f27a52f8f2a640d7dc146d171f4e8701c8e5c43c9902ea845d504554f1 SHA1: 15c07128ef5653789dee90b34c8d9821f7f18a04 MD5sum: 60eb9362acb6404d8cb8d5e3452171aa 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_amd64.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: 78 Maintainer: Debian TTS Team Architecture: amd64 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: 27884 SHA256: 0c980419b75d29a8a7a041042b9c8dbf138ab1a9574d61504db2a024380b1c10 SHA1: 2fa340d107cb34c4d05ef26f79cd1c277a77669f MD5sum: 56b84fcfab8d36596587400ec56fd843 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_amd64.deb Package: speech-dispatcher-espeak-ng Source: speech-dispatcher Version: 0.11.5-4~bpo12+1 Installed-Size: 83 Maintainer: Debian TTS Team Architecture: amd64 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: 29004 SHA256: b0fabbcf426151cb778e839f74d7b24f41234b06df920188af9585d30b40f559 SHA1: d0d4bc00efe944cf38a94bfc27bca2cfe2467e37 MD5sum: 8d8db3314b6efc1c437c5037b631f2f7 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_amd64.deb Package: speech-dispatcher-festival Source: speech-dispatcher Version: 0.11.5-4~bpo12+1 Installed-Size: 100 Maintainer: Debian TTS Team Architecture: amd64 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: 36032 SHA256: f9d7e074d571cca548da63deb506d7f9bd983f05f5f265fa22ce78c1b9ce21e2 SHA1: d3420ed95274bbcf0128b1b5541c2616debb2eff MD5sum: 842b470ec87a0d180179650bef9643cb 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_amd64.deb Package: speech-dispatcher-flite Source: speech-dispatcher Version: 0.11.5-4~bpo12+1 Installed-Size: 66 Maintainer: Debian TTS Team Architecture: amd64 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: 24948 SHA256: 9c58b31ba36ab0d9360149c71db7ec673353d9ea89d63e8a548d9e522080204b SHA1: 82c10bea7e086617d7774dd5cced5e49f918af55 MD5sum: dc1acb72b95d308d72cbec4ca17aa812 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_amd64.deb Package: sqlcipher Version: 4.6.1-1~bpo12+1 Installed-Size: 1648 Maintainer: Debian QA Group Architecture: amd64 Depends: libsqlcipher1 (= 4.6.1-1~bpo12+1), libc6 (>= 2.34), libreadline8 (>= 6.0), libssl3 (>= 3.0.0), zlib1g (>= 1:1.2.0) Suggests: sqlite3-doc Size: 734988 SHA256: c7d33d6490489feb64b413ad44a672aa1fa4288113fc67ad5f498dd8e7e86c9f SHA1: 3c183179829193ed0ad3c4f1e1a4f934083560bb MD5sum: 1294fa15d9e2d48fdca5abeaffeefc58 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.1-1~bpo12+1_amd64.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.2~rc1-2~bpo12+2) Version: 2.0-1.47.2~rc1-2~bpo12+2 Installed-Size: 120 Maintainer: Theodore Y. Ts'o Architecture: amd64 Depends: libc6-dev | libc-dev, libss2 (= 1.47.2~rc1-2~bpo12+2), comerr-dev Size: 35200 SHA256: b6263b2fe1126af6d13898d786d425127f5c0134240e80e5632e9de3f7a80871 SHA1: 05edb0abfcb3c000a82917de109e4970da9e4011 MD5sum: d808cdaf7e9b770f746e036fc6e76e77 Description: command-line interface parsing library - headers and static libraries This package includes a tool that parses a command table to generate a simple command-line interface parser, the include files needed to compile and use it, and the static libs. . It was originally inspired by the Multics SubSystem library. . This package contains the development environment for the ss library. Multi-Arch: same Homepage: http://e2fsprogs.sourceforge.net Section: libdevel Priority: optional Filename: pool/main/e/e2fsprogs/ss-dev_2.0-1.47.2~rc1-2~bpo12+2_amd64.deb Package: stayrtr Version: 0.6.1-1~bpo12+1 Installed-Size: 23576 Maintainer: Marco d'Itri Architecture: amd64 Depends: libc6 (>= 2.34), systemd | systemd-standalone-sysusers | systemd-sysusers Recommends: rpki-client Conflicts: gortr Size: 6740796 SHA256: 7391cd80c93b8aa722c0ca119c7177117d664f9d2d3463e0dadeb818cbfa65e6 SHA1: 71154c2891d52b91fa6f1737ba4cbb45ebb93f6f MD5sum: 2457781e37c2f5a65043df3c47f75966 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_amd64.deb Package: stlink-gui Source: stlink Version: 1.8.0-1~bpo12+1 Installed-Size: 113 Maintainer: Luca Boccassi Architecture: amd64 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: 33664 SHA256: 6f9c327c327ffc634f3e70d61a0b4b440f2a96cb8b078fc988c85dec0c538c3f SHA1: 72d8592da87d5a9febf0cd7d2560f9e1c02ab3d3 MD5sum: 22444e186eaca82371e324c74fdf4bcb 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_amd64.deb Package: stlink-tools Source: stlink Version: 1.8.0-1~bpo12+1 Installed-Size: 240 Maintainer: Luca Boccassi Architecture: amd64 Depends: libstlink1 (= 1.8.0-1~bpo12+1), libc6 (>= 2.34) Size: 54260 SHA256: 5c032453f5bbd6dbddbfadd6b8c4f8c7b0fb053b73b718520f9bd02a5b84953b SHA1: b104dd9382ee0e33ebe2173fe476d66b75fc44fe MD5sum: 28b5398c67b685d5108d82bf86726078 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_amd64.deb Package: streamlink Version: 7.1.2-1~bpo12+1 Installed-Size: 261 Maintainer: Alexis Murzeau Architecture: all Depends: python3:any, python3-streamlink (= 7.1.2-1~bpo12+1) Suggests: vlc | mpv | mplayer Size: 84860 SHA256: 9136693bdf828d16f78ce2ee2d99f4083e3d3f1f094c479c195ff271f1491b30 SHA1: f2a749c805b6b746ab8dcfa2d2ad99c9c2d33fc6 MD5sum: f2121b0e5920648a8a189b96b9c4fb4e Description: CLI for extracting video streams from various websites to a video player Streamlink is a CLI utility which pipes video streams from various services into a video player, such as VLC. The main purpose of streamlink is to avoid resource-heavy and unoptimized websites, while still allowing the user to enjoy various streamed content. . Streamlink is a fork of the Livestreamer project. . Please consider donating or paying for subscription services when they are available for the content you consume and enjoy. Homepage: https://streamlink.github.io/ Section: video Priority: optional Filename: pool/main/s/streamlink/streamlink_7.1.2-1~bpo12+1_all.deb Package: suricata Version: 1:7.0.8-1~bpo12+1 Installed-Size: 11197 Maintainer: Pierre Chifflier Architecture: amd64 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.49-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), libnuma1 (>= 2.0.11), libpcap0.8 (>= 1.0.0), libpcre2-8-0 (>= 10.22), librte-eal23 (>= 22.11), librte-ethdev23 (>= 22.11), librte-mbuf23 (>= 22.11), librte-mempool23 (>= 22.11), librte-net-bond23 (>= 22.11), libxdp1 (>= 1.2.0), libyaml-0-2, zlib1g (>= 1:1.1.4) Pre-Depends: 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: 3219472 SHA256: ab3a7d723496abbeee23f4db846f6236d8a2eb4958955cb6b43f57c20ec0257c SHA1: a8b4efd25127ce5e1143a7a070954dc54ce3c9ad MD5sum: 1a6b45ce7e408075b55ecbb9b7298005 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.8-1~bpo12+1_amd64.deb Package: suricata-update Version: 1.3.3-1~bpo12+1 Installed-Size: 348 Maintainer: Sascha Steinbiss Architecture: amd64 Depends: python3:any, ca-certificates, python3-yaml Size: 62856 SHA256: 6180e412f6a7efedde744565212153b86ddbd34f64a8745875512a769e041be8 SHA1: 73629d6be2792757ca44a73442835257f71fd40f MD5sum: ac42c34da636f201657c8a28c700e8c5 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_amd64.deb Package: survex Version: 1.4.13-2~bpo12+1 Installed-Size: 2409 Maintainer: Olly Betts Architecture: amd64 Depends: libc6 (>= 2.35), libproj25 (>= 8.0.0) Recommends: survex-aven (= 1.4.13-2~bpo12+1) Suggests: vim-addon-manager Size: 883212 SHA256: 71f59a2287e325debfe0976b836210e2027900360ecef9a0459c6b4c87a8cb61 SHA1: 4f61da90dd63623cea7b4fe7ea7346c1ec6458b8 MD5sum: 91f6056016d9716582d7850da386aa94 Description: cave surveying and mapping software A software suite to process, view, and print cave survey data. Survex is cross-platform (Linux, Unix, macOS, Microsoft Windows). It has been translated into many languages. It can deal with extremely large and complex datasets and can read survey data from many sources. Homepage: https://survex.com/ Section: science Priority: optional Filename: pool/main/s/survex/survex_1.4.13-2~bpo12+1_amd64.deb Package: survex-aven Source: survex Version: 1.4.13-2~bpo12+1 Installed-Size: 3395 Maintainer: Olly Betts Architecture: amd64 Depends: survex (= 1.4.13-2~bpo12+1), libavcodec59 (>= 7:5.0), libavformat59 (>= 7:5.0), libavutil57 (>= 7:5.0), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgdal32 (>= 2.3.0), libgl1, libglu1-mesa | libglu1, libproj25 (>= 6.2.0), libstdc++6 (>= 11), libswscale6 (>= 7:5.0), libwxbase3.2-1 (>= 3.2.2+dfsg), libwxgtk-gl3.2-1 (>= 3.2.2+dfsg), libwxgtk3.2-1 (>= 3.2.1+dfsg-2) Size: 1230380 SHA256: d78b142e2c693cc566a898b7bc8624bf0fd49bb366babedd793bb242a7b95e48 SHA1: f88590dd5bb6e02808f582117912342584b92abc MD5sum: 9b6af01dfcaf65211f85eecdb817567f Description: sophisticated cave survey viewer for Survex An advanced cave survey data viewer for Survex, written using the wxWidgets library, and using OpenGL for rendering. Aven allows searching for stations, highlighting categories of stations such entrances or fixed points, measuring the distance between stations, showing passage walls, showing the terrain above the cave, and supports presentations (pre-recorded fly-throughs). Homepage: https://survex.com/ Section: science Priority: optional Filename: pool/main/s/survex/survex-aven_1.4.13-2~bpo12+1_amd64.deb Package: swugenerator Version: 0.3-1~bpo12+1 Installed-Size: 57 Maintainer: Debian Python Team Architecture: all Depends: python3-libconf, python3:any, opensc, openssl, zstd Size: 11900 SHA256: c111cc57f47d63490c8efb1a42cf815071a1045e3b28eb04cbb6a428f7e07e55 SHA1: 83f87625adedf96bcbf10ed8dabac09dffb29234 MD5sum: 9503a39b26a828295ebd8e7ab9046586 Description: Generates SWU update packages for swupdate (Python 3) swugenerator is a command line tool to create and modify SWUpdate's SWU update files based on templates. openssl is used to sign the SWU. . Features that swugenerator supports: * replace occurrencies of variables found in the CONFIG file * add sha256 to each artifact * check if an artifact should be encrypted and encrypts it * sign sw-description with one of the methods accepted by SWUpdate Homepage: https://github.com/sbabic/swugenerator Section: embedded Priority: optional Filename: pool/main/s/swugenerator/swugenerator_0.3-1~bpo12+1_all.deb Package: swupdate Version: 2024.12+dfsg-2~bpo12+1 Installed-Size: 1314 Maintainer: Bastian Germann Architecture: amd64 Depends: libarchive13 (>= 3.0.4), libblkid1 (>= 2.17.2), libbtrfsutil1 (>= 5.6), libc6 (>= 2.34), libconfig9, libcurl3-gnutls (>= 7.56.1), libext2fs2 (>= 1.43), libfdisk1 (>= 2.31.1), libgpiod2 (>= 1.1), libjson-c5 (>= 0.15), liblua5.4-0 (>= 5.4.4), librsync2 (>= 1.0.0), libswupdate0.1 (>= 2023.12), libsystemd0, libubootenv0.1 (>= 0.3.5), liburiparser1 (>= 0.6.0), libuuid1 (>= 2.16), libwebsockets17 (>= 2.4.1), libwolfssl35 (>= 5.2.0), libzck1 (>= 1.2.0+ds1), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4), systemd | systemd-standalone-sysusers | systemd-sysusers Pre-Depends: init-system-helpers (>= 1.54~) Recommends: libebgenv0 Size: 418636 SHA256: 9cc9c64066ca19c5048a361005342f488fd191533451d24d95f987cf483a520b SHA1: c865d78733dde637e8b61182ad2696f701015ab8 MD5sum: 39227c6b5593b4bab9a69cb126bbd12a Description: Software update framework for embedded systems swupdate is a Linux update agent with the goal to provide an efficient and safe way to update an embedded system. . - Install on embedded media (eMMC, SD, Raw NAND, NOR and SPI-NOR flashes) - Allow delivery single image for multiple devices - Multiple interfaces for getting software 1. local storage 2. integrated web server 3. integrated REST client connector to hawkBit 4. remote server download - Software delivered as images, gzipped tarball, etc - Allow custom handlers for installing FPGA/ microcontroller firmware. - Power-Off safe Homepage: https://sbabic.github.io/swupdate Built-Using: mtd-utils (= 1:2.1.5-1) Section: embedded Priority: optional Filename: pool/main/s/swupdate/swupdate_2024.12+dfsg-2~bpo12+1_amd64.deb Package: swupdate-doc Source: swupdate Version: 2024.12+dfsg-2~bpo12+1 Installed-Size: 4584 Maintainer: Bastian Germann Architecture: all Size: 4655768 SHA256: 3a110d603904c78a578125d81c67415d5638a2ca87d362b636d1d0fe7c6d9ec8 SHA1: 46f2d39a7d8d8fe16b8ff9abedf480cc626e170f MD5sum: b73706e6b74b3f44f1f64568a361d8f1 Description: Documentation for swupdate framework This package contains the documentation for swupdate. . swupdate is a Linux update agent with the goal to provide an efficient and safe way to update an embedded system. . - Install on embedded media (eMMC, SD, Raw NAND, NOR and SPI-NOR flashes) - Allow delivery single image for multiple devices - Multiple interfaces for getting software 1. local storage 2. integrated web server 3. integrated REST client connector to hawkBit 4. remote server download - Software delivered as images, gzipped tarball, etc - Allow custom handlers for installing FPGA/ microcontroller firmware. - Power-Off safe Multi-Arch: foreign Homepage: https://sbabic.github.io/swupdate Section: doc Priority: optional Filename: pool/main/s/swupdate/swupdate-doc_2024.12+dfsg-2~bpo12+1_all.deb Package: swupdate-www Source: swupdate Version: 2024.12+dfsg-2~bpo12+1 Installed-Size: 1235 Maintainer: Bastian Germann Architecture: all Depends: fonts-fork-awesome, libjs-dropzone, node-bootstrap, node-jquery Size: 994048 SHA256: 0cf934e950e248402e8ead9c1ed5b50172c671b583ea23750c5f38bf2b6ca712 SHA1: 7dc1cdb8151ac0edef0c45efca543427ee41cb70 MD5sum: 928f57609b71948a74993bc7ce339197 Description: Web Application for swupdate This package contains a web application for swupdate. . swupdate is a Linux update agent with the goal to provide an efficient and safe way to update an embedded system. . - Install on embedded media (eMMC, SD, Raw NAND, NOR and SPI-NOR flashes) - Allow delivery single image for multiple devices - Multiple interfaces for getting software 1. local storage 2. integrated web server 3. integrated REST client connector to hawkBit 4. remote server download - Software delivered as images, gzipped tarball, etc - Allow custom handlers for installing FPGA/ microcontroller firmware. - Power-Off safe Homepage: https://sbabic.github.io/swupdate Built-Using: bootstrap-html (= 5.2.3+dfsg-8) Section: embedded Priority: optional Filename: pool/main/s/swupdate/swupdate-www_2024.12+dfsg-2~bpo12+1_all.deb Package: syslog-summary Version: 1.14-2.3~bpo12+1 Installed-Size: 29 Maintainer: David Paleino Architecture: all Depends: python3:any Recommends: python3-magic Size: 8220 SHA256: 6a7870572fd7d26dc62f29993825f73a62e7f9b748e6f097c7c684fa33aa7522 SHA1: 082e112836fd2f8c96c75e8a08c69f17791758bc MD5sum: 1967fcc2f482ad858efe544ccfd08f7c Description: summarize the contents of a syslog log file This program summarizes the contents of a log file written by syslog, by displaying each unique (except for the time) line once, and also the number of times such a line occurs in the input. The lines are displayed in the order they occur in the input. . It is also possible to define some "ignore rules" using regular expressions. Homepage: https://github.com/shtrom/syslog-summary Section: admin Priority: optional Filename: pool/main/s/syslog-summary/syslog-summary_1.14-2.3~bpo12+1_all.deb Package: systemd Version: 254.22-1~bpo12+1 Installed-Size: 10409 Maintainer: Debian systemd Maintainers Architecture: amd64 Provides: systemd-sysusers (= 254.22-1~bpo12+1), systemd-tmpfiles (= 254.22-1~bpo12+1) Depends: libacl1 (>= 2.2.23), libaudit1 (>= 1:2.2.1), libcryptsetup12 (>= 2:2.4), libfdisk1 (>= 2.33), libkmod2 (>= 15), libp11-kit0 (>= 0.23.18.1), libseccomp2 (>= 2.3.1), libsystemd-shared (= 254.22-1~bpo12+1), libsystemd0 (= 254.22-1~bpo12+1), systemd-dev (>= 254.22-1~bpo12+1), mount Pre-Depends: libblkid1 (>= 2.30.2), libc6 (>= 2.36), libcap2 (>= 1:2.10), libgcrypt20 (>= 1.10.0), liblz4-1 (>= 0.0~r122), liblzma5 (>= 5.1.1alpha+20120614), libmount1 (>= 2.30), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), libzstd1 (>= 1.5.2) Recommends: default-dbus-system-bus | dbus-system-bus, systemd-timesyncd | time-daemon Suggests: systemd-container, systemd-homed, systemd-userdbd, systemd-boot, systemd-resolved, libfido2-1, libqrencode4, libtss2-esys-3.0.2-0, libtss2-mu0, libtss2-rc0, polkitd, python3:any, python3-pefile Conflicts: consolekit, libpam-ck-connector, systemd-shim Breaks: less (<< 563), sicherboot (<< 0.1.6) Size: 3319344 SHA256: e562de65d3e56ba88c41e710f7c42945dfec3e02841fa14ab14b5d0aaff1ece1 SHA1: 78965266792c9f1e9f94cfcc267c4d96c5ff51a8 MD5sum: a0b22a217e1073a521135d5752c6659b Description: system and service manager systemd is a system and service manager for Linux. It provides aggressive parallelization capabilities, uses socket and D-Bus activation for starting services, offers on-demand starting of daemons, keeps track of processes using Linux control groups, maintains mount and automount points and implements an elaborate transactional dependency-based service control logic. . Installing the systemd package will not switch your init system unless you boot with init=/lib/systemd/systemd or install systemd-sysv in addition. Multi-Arch: foreign Homepage: https://www.freedesktop.org/wiki/Software/systemd Section: admin Priority: important Filename: pool/main/s/systemd/systemd_254.22-1~bpo12+1_amd64.deb Package: systemd-boot Source: systemd Version: 254.22-1~bpo12+1 Installed-Size: 260 Maintainer: Debian systemd Maintainers Architecture: amd64 Replaces: systemd (<< 251.2-3~) Depends: libc6 (>= 2.34), libsystemd-shared (= 254.22-1~bpo12+1), systemd-boot-efi (= 254.22-1~bpo12+1) Recommends: efibootmgr Breaks: systemd (<< 251.2-3~) Size: 108896 SHA256: a19749a3e93ab8f8dd198eb5a3d1ae973b44cc6830ea3777509fa5c7bd08ce1a SHA1: 890a03df95cc5686cbae3de8533aaee7cd22ec38 MD5sum: 9655454688780573dcaaebae34296324 Description: simple UEFI boot manager - tools and services systemd-boot (short: sd-boot) is a simple UEFI boot manager. It provides a textual menu to select the entry to boot and an editor for the kernel command line. It supports systems with UEFI firmware only. . Installing systemd-boot will configure and install it in the ESP. . This package contains various tools and services to manage systems using systemd-boot. Homepage: https://www.freedesktop.org/wiki/Software/systemd Section: admin Priority: optional Filename: pool/main/s/systemd/systemd-boot_254.22-1~bpo12+1_amd64.deb Package: systemd-boot-efi Source: systemd Version: 254.22-1~bpo12+1 Installed-Size: 209 Maintainer: Debian systemd Maintainers Architecture: amd64 Replaces: systemd (<< 251.2-3~) Breaks: systemd (<< 251.2-3~) Size: 99060 SHA256: 4da5f9ca2b5631f71ef2a7d284e19e2f585fbb4e1fc5b6ed0906973142aa9873 SHA1: 3010dfcc53cf8a923f21b2e7a74975bcae2c7e58 MD5sum: bec765b3235c93fc7e30e97d1828df4b Description: simple UEFI boot manager - EFI binaries systemd-boot (short: sd-boot) is a simple UEFI boot manager. It provides a textual menu to select the entry to boot and an editor for the kernel command line. It supports systems with UEFI firmware only. . This package contains the EFI binaries. Multi-Arch: same Homepage: https://www.freedesktop.org/wiki/Software/systemd Section: admin Priority: optional Filename: pool/main/s/systemd/systemd-boot-efi_254.22-1~bpo12+1_amd64.deb Package: systemd-container Source: systemd Version: 254.22-1~bpo12+1 Installed-Size: 1316 Maintainer: Debian systemd Maintainers Architecture: amd64 Depends: libacl1 (>= 2.2.23), libbz2-1.0, libc6 (>= 2.34), libcurl4 (>= 7.16.3), liblzma5 (>= 5.1.1alpha+20120614), libseccomp2 (>= 2.3.1), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), libsystemd-shared (= 254.22-1~bpo12+1), zlib1g (>= 1:1.1.4), systemd, default-dbus-system-bus | dbus-system-bus Recommends: libnss-mymachines Size: 436300 SHA256: 7dc78cb7eb10131ffae633ede27ab0d4f811e9928026f5eedef2aaef572a79e0 SHA1: 94a41a804c1e6537d641dce2792ede019f172fd9 MD5sum: 1f32f96c8b0a5245c1aa8a226eadc646 Description: systemd container/nspawn tools This package provides systemd's tools for nspawn and container/VM management: * systemd-nspawn * systemd-machined and machinectl * systemd-importd * systemd-portabled and portablectl Multi-Arch: foreign Homepage: https://www.freedesktop.org/wiki/Software/systemd Section: admin Priority: optional Filename: pool/main/s/systemd/systemd-container_254.22-1~bpo12+1_amd64.deb Package: systemd-coredump Source: systemd Version: 254.22-1~bpo12+1 Installed-Size: 261 Maintainer: Debian systemd Maintainers Architecture: amd64 Replaces: core-dump-handler Provides: core-dump-handler Depends: libc6 (>= 2.34), liblz4-1 (>= 0.0~r130), liblzma5 (>= 5.1.1alpha+20120614), libsystemd-shared (= 254.22-1~bpo12+1), libzstd1 (>= 1.5.2), systemd Recommends: libdw1 Conflicts: core-dump-handler Size: 100896 SHA256: 88221888b8956670623cc9dfb94e63ccc59d55b7a382127a3381970861c9ea28 SHA1: 8c2539e0fb53cea68a77f2042c671ff0a02db0dc MD5sum: b695a195c2e4910fc99cc35418c98a29 Description: tools for storing and retrieving coredumps This package provides systemd tools for storing and retrieving coredumps: * systemd-coredump * coredumpctl Multi-Arch: foreign Homepage: https://www.freedesktop.org/wiki/Software/systemd Section: admin Priority: optional Filename: pool/main/s/systemd/systemd-coredump_254.22-1~bpo12+1_amd64.deb Package: systemd-cron Version: 2.3.0-1~bpo12+1 Installed-Size: 234 Maintainer: Debian Systemd Maintainers Architecture: amd64 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: 79980 SHA256: 61bb38eb8d41744e2cf3274331e94f356f1d38e1237d125abb852c2f52674da5 SHA1: 48aff1e547a636fecda2f3874763b14cfd44dc83 MD5sum: de344bf949dcf0fdd6af89a8c76f266b 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_amd64.deb Package: systemd-dev Source: systemd Version: 254.22-1~bpo12+1 Installed-Size: 650 Maintainer: Debian systemd Maintainers Architecture: all Replaces: systemd (<< 253-2~), systemd-homed (<< 254.1-3~), udev (<< 253-2~) Breaks: systemd (<< 253-2~), systemd-homed (<< 254.1-3~), udev (<< 253-2~) Size: 55084 SHA256: dc7e202c9daafa3ed3dda8222b16e2c26af8a36365b537c5cb30d057ee731cc6 SHA1: 07e58fa47af8993c32eb9b71f06bb152502e10b0 MD5sum: 0f2c670e5530e4656570cdf04626bb57 Description: systemd development files This package contains the systemd and udev pkg-config files. Note that these are different from the libsystemd's and libudev's pkg-config files, which can still be found in the respective dev packages, but instead provide data such as the installation directories for units, and more. Multi-Arch: foreign Homepage: https://www.freedesktop.org/wiki/Software/systemd Section: devel Priority: optional Filename: pool/main/s/systemd/systemd-dev_254.22-1~bpo12+1_all.deb Package: systemd-homed Source: systemd Version: 254.22-1~bpo12+1 Installed-Size: 1095 Maintainer: Debian systemd Maintainers Architecture: amd64 Depends: libblkid1 (>= 2.24), libc6 (>= 2.36), libcap2 (>= 1:2.10), libfdisk1 (>= 2.33), libp11-kit0 (>= 0.23.18.1), libpam0g (>= 1.1.1), libssl3 (>= 3.0.0), libsystemd-shared (= 254.22-1~bpo12+1), systemd-userdbd (= 254.22-1~bpo12+1), systemd (= 254.22-1~bpo12+1), libpam-runtime Pre-Depends: init-system-helpers (>= 1.64~) Size: 411556 SHA256: 41000af939e9374d45336c5b2f675c8a8a785cee2c69431a99798520353c9235 SHA1: e1df126ad331d9de8cf2326c6d4d26f6e6ed5123 MD5sum: dc12a0fc91b671c16659c506ef7b38fe Description: home area manager systemd-homed is a system service designed to manage home directories. This package includes the homed service, a PAM module to automatically mount home directories on user login, tools and documentation. Homepage: https://www.freedesktop.org/wiki/Software/systemd Section: admin Priority: optional Filename: pool/main/s/systemd/systemd-homed_254.22-1~bpo12+1_amd64.deb Package: systemd-journal-remote Source: systemd Version: 254.22-1~bpo12+1 Installed-Size: 278 Maintainer: Debian systemd Maintainers Architecture: amd64 Depends: libc6 (>= 2.34), libcurl4 (>= 7.16.2), libmicrohttpd12 (>= 0.9.50), libsystemd-shared (= 254.22-1~bpo12+1), systemd Size: 101100 SHA256: d48f6654d4beb85d88f9a24d8f1abaf1b618225f2986afae3b9f1d2555df04af SHA1: 5f952ad69f9ae8fd51ce43625d8c364a8b53d018 MD5sum: 20f12c3511193b62f9cf82e39303f2df Description: tools for sending and receiving remote journal logs This package provides tools for sending and receiving remote journal logs: * systemd-journal-remote * systemd-journal-upload * systemd-journal-gatewayd Multi-Arch: foreign Homepage: https://www.freedesktop.org/wiki/Software/systemd Section: admin Priority: optional Filename: pool/main/s/systemd/systemd-journal-remote_254.22-1~bpo12+1_amd64.deb Package: systemd-oomd Source: systemd Version: 254.22-1~bpo12+1 Installed-Size: 189 Maintainer: Debian systemd Maintainers Architecture: amd64 Replaces: systemd (<< 250.2-2~) Depends: libc6 (>= 2.34), libsystemd-shared (= 254.22-1~bpo12+1), systemd | systemd-standalone-sysusers | systemd-sysusers Breaks: systemd (<< 250.2-2~) Size: 72176 SHA256: 75957b5ec1488086cfe3faf19afcb25863eb785af000b76d2a83a198669f1666 SHA1: 0ce6fc0475b75acf6bde834a95bd8f26ba327c1d MD5sum: b81148b457e0e11ff467d917f698f896 Description: userspace out-of-memory (OOM) killer systemd-oomd is a system service that uses cgroups-v2 and pressure stall information (PSI) to monitor and take action on processes before an OOM occurs in kernel space. Homepage: https://www.freedesktop.org/wiki/Software/systemd Section: admin Priority: optional Filename: pool/main/s/systemd/systemd-oomd_254.22-1~bpo12+1_amd64.deb Package: systemd-resolved Source: systemd Version: 254.22-1~bpo12+1 Installed-Size: 829 Maintainer: Debian systemd Maintainers Architecture: amd64 Replaces: resolvconf, systemd (<< 251.3-2~) Provides: resolvconf Depends: libc6 (>= 2.34), libssl3 (>= 3.0.0), libsystemd-shared (= 254.22-1~bpo12+1), systemd (= 254.22-1~bpo12+1), default-dbus-system-bus | dbus-system-bus Recommends: libnss-myhostname, libnss-resolve Suggests: polkitd Conflicts: resolvconf Breaks: systemd (<< 251.3-2~) Size: 318156 SHA256: 0f95327555521e91fb2891a63c1f4084165456ee823455a1e053961428360279 SHA1: ec2f7e9a3272b922b608a7512789d6d0559017d4 MD5sum: 4826b4d8173599dbde6ea26e13cde0fa Description: systemd DNS resolver This package provides systemd's DNS resolver and the command line tool to manage it. . Installing this package automatically overwrites /etc/resolv.conf and switches it to be managed by systemd-resolved. Multi-Arch: foreign Homepage: https://www.freedesktop.org/wiki/Software/systemd Section: admin Priority: optional Filename: pool/main/s/systemd/systemd-resolved_254.22-1~bpo12+1_amd64.deb Package: systemd-standalone-sysusers Source: systemd Version: 254.22-1~bpo12+1 Installed-Size: 305 Maintainer: Debian systemd Maintainers Architecture: amd64 Replaces: systemd (<< 249.3-3), systemd-sysusers Provides: systemd-sysusers (= 254.22-1~bpo12+1) Depends: libc6 (>= 2.34), libcap2 (>= 1:2.10), libcrypt1 (>= 1:4.4.0), libselinux1 (>= 3.1~) Conflicts: systemd (<< 249.3-3), systemd-sysusers Size: 145840 SHA256: d0f78fea2d44b69b3bfbf7c4880e29276389f2806562ac3ce86e3b65cc8ac09f SHA1: 92ca154efd8b3b847bceeec4a31a7bcbf57c7f9a MD5sum: 4fbb152a196700bde4e6a2ba1525a475 Description: standalone sysusers binary for use in non-systemd systems Standalone sysusers binary with minimal dependencies. This package conflicts with the main systemd package and is meant for use in non-systemd systems. Homepage: https://www.freedesktop.org/wiki/Software/systemd Section: admin Priority: optional Filename: pool/main/s/systemd/systemd-standalone-sysusers_254.22-1~bpo12+1_amd64.deb Package: systemd-standalone-tmpfiles Source: systemd Version: 254.22-1~bpo12+1 Installed-Size: 406 Maintainer: Debian systemd Maintainers Architecture: amd64 Replaces: systemd (<< 249.3-3), systemd-tmpfiles Provides: systemd-tmpfiles (= 254.22-1~bpo12+1) Depends: libacl1 (>= 2.2.23), libc6 (>= 2.34), libcap2 (>= 1:2.10), libselinux1 (>= 3.1~) Conflicts: systemd (<< 249.3-3), systemd-tmpfiles Size: 195640 SHA256: 79686e69c52108240c22c9bdd1df7fd28b937b05142a71358e5901157a3d6cfe SHA1: 941821fa145674d55af48ce9738783004b2f201f MD5sum: 7f2f2c66d89df73d11e23c74821d8319 Description: standalone tmpfiles binary for use in non-systemd systems Standalone tmpfiles binary with minimal dependencies. This package conflicts with the main systemd package and is meant for use in non-systemd systems. Homepage: https://www.freedesktop.org/wiki/Software/systemd Section: admin Priority: optional Filename: pool/main/s/systemd/systemd-standalone-tmpfiles_254.22-1~bpo12+1_amd64.deb Package: systemd-sysv Source: systemd Version: 254.22-1~bpo12+1 Installed-Size: 76 Maintainer: Debian systemd Maintainers Architecture: amd64 Replaces: sysvinit-core Pre-Depends: systemd Recommends: libpam-systemd, libnss-systemd Conflicts: file-rc, initscripts, orphan-sysvinit-scripts, systemd-shim, sysvinit-core Size: 45876 SHA256: 1bc76217fe988b2d864131dea67d2cc1d9cb898cccb3209ddabebe36bb1d18e2 SHA1: 7f2993f5146595c3f7623f66740515712a6220b9 MD5sum: 12d589be9258c999932ee0fdd703dce6 Description: system and service manager - SysV compatibility symlinks This package provides manual pages and compatibility symlinks needed for systemd to replace sysvinit. . Installing systemd-sysv will overwrite /sbin/init with a symlink to systemd. Multi-Arch: foreign Homepage: https://www.freedesktop.org/wiki/Software/systemd Section: admin Priority: important Filename: pool/main/s/systemd/systemd-sysv_254.22-1~bpo12+1_amd64.deb Package: systemd-tests Source: systemd Version: 254.22-1~bpo12+1 Installed-Size: 26214 Maintainer: Debian systemd Maintainers Architecture: amd64 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.22-1~bpo12+1), libsystemd0 (= 254.22-1~bpo12+1), libudev1 (>= 247), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4), systemd (= 254.22-1~bpo12+1), python3 Size: 5121788 SHA256: 1aae25e444a365e95989f2824f96886f75d3d07bcecb82a17dd068435d7d17fa SHA1: 9151211a571b4287d077e42092c0c9dea11b6525 MD5sum: cbdc42879f82ea65b18a5e7ef449fc99 Description: tests for systemd This package contains the test binaries. Those binaries are primarily used for autopkgtest and not meant to be installed on regular user systems. Homepage: https://www.freedesktop.org/wiki/Software/systemd Section: admin Priority: optional Filename: pool/main/s/systemd/systemd-tests_254.22-1~bpo12+1_amd64.deb Package: systemd-timesyncd Source: systemd Version: 254.22-1~bpo12+1 Installed-Size: 150 Maintainer: Debian systemd Maintainers Architecture: amd64 Replaces: time-daemon Provides: time-daemon Depends: libc6 (>= 2.34), libsystemd-shared (= 254.22-1~bpo12+1), systemd Conflicts: time-daemon Size: 67864 SHA256: 4609e805c39c1cc65b7b3c142b3c5bf15c0ef6375f8fb19d4cb8d41cb461a8cb SHA1: bffa7c27897e3530ae9f4e4260d98cc91be6fa73 MD5sum: c77f07d05a20a6c1f8fa7d2458e74d0e Description: minimalistic service to synchronize local time with NTP servers The package contains the systemd-timesyncd system service that may be used to synchronize the local system clock with a remote Network Time Protocol server. Multi-Arch: foreign Homepage: https://www.freedesktop.org/wiki/Software/systemd Section: admin Priority: standard Filename: pool/main/s/systemd/systemd-timesyncd_254.22-1~bpo12+1_amd64.deb Package: systemd-userdbd Source: systemd Version: 254.22-1~bpo12+1 Installed-Size: 184 Maintainer: Debian systemd Maintainers Architecture: amd64 Depends: libc6 (>= 2.34), libsystemd-shared (= 254.22-1~bpo12+1), libnss-systemd (= 254.22-1~bpo12+1), systemd (= 254.22-1~bpo12+1) Size: 74052 SHA256: 6fefff0efc479402edd412a007863ae6008bf0e6e8ed23f4ae38a5fa019cc3f4 SHA1: e51a21393676e48c8f32efcbd07487d6e54ddd4c MD5sum: d78e2e7550c003b8d3263dfabf357585 Description: dynamic user/group manager systemd-userdbd is a system service that multiplexes user/group lookups to all local services that provide JSON user/group record definitions to the system. In addition it synthesizes JSON user/group records from classic UNIX/glibc NSS user/group records in order to provide full backwards compatibility. It may also pick up statically defined JSON user/group records from drop-in files. Homepage: https://www.freedesktop.org/wiki/Software/systemd Section: admin Priority: optional Filename: pool/main/s/systemd/systemd-userdbd_254.22-1~bpo12+1_amd64.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: 371 Maintainer: Debian sysvinit maintainers Architecture: amd64 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: 203420 SHA256: 09a44532baf110e5a6b7672cdfbbac7780d0109a41cfa942876fff9ef7cbd4b3 SHA1: 573ef15e43a18e3c92bf2dd1cc97c00e0dfcc4c9 MD5sum: dadbd7c065c0c8dbf733bcde08889b7b 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_amd64.deb Package: sysvinit-utils Source: sysvinit Version: 3.08-3~bpo12+2 Essential: yes Installed-Size: 102 Maintainer: Debian sysvinit maintainers Architecture: amd64 Replaces: lsb-base Provides: lsb-base (= 11.1.0) Depends: libc6 (>= 2.34) Conflicts: lsb-base (<< 11.3~) Size: 31756 SHA256: 0a46144b2bcdd8f7f6f0cde324944c945057d10be16fedb8c4d59fbd85a7d333 SHA1: b248ec155b4a3aa97bb828b01b8281cfe6f52227 MD5sum: e9e2653640c6c841062b0ea1563df9f5 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_amd64.deb Package: tclspice Source: ngspice Version: 44.2+ds-1~bpo12+1 Installed-Size: 9026 Maintainer: Debian Electronics Team Architecture: amd64 Depends: blt, ngspice (= 44.2+ds-1~bpo12+1), tcl8.6, tk8.6, libc6 (>= 2.35), libgcc-s1 (>= 3.0), libgomp1 (>= 4.9), libstdc++6 (>= 4.5), tk8.6-blt2.5 (>= 2.5.3) Size: 2546304 SHA256: fc435a1e35cd1dc029d72d254dbe2d9452aba9dba70fca11d56025ae930a18a1 SHA1: 472b14fb03cbc0116597470c4101249e831519c0 MD5sum: c64009ef68142dc71ea055ec45db9233 Description: NGSpice library for Tcl This package provides the NGSpice simulation engine for your Tcl-scripts by the library libspice. All spice directives are available as Tcl functions and it features some new commands that are useful for the integration into the Tcl environment. It includes Xspice. It supports also compiled Verilog-A models through the built-in OSDI interface. GUI is handled by Tk using BLT vectors. Homepage: https://ngspice.sourceforge.io Section: libs Priority: optional Filename: pool/main/n/ngspice/tclspice_44.2+ds-1~bpo12+1_amd64.deb Package: tdb-tools Source: samba (2:4.21.3+dfsg-6~bpo12+1) Version: 2:1.4.12+samba4.21.3+dfsg-6~bpo12+1 Installed-Size: 144 Maintainer: Debian Samba Maintainers Architecture: amd64 Depends: libc6 (>= 2.34), libtdb1 (>= 1.2.11) Size: 60528 SHA256: 29cca1fd3714f2b958abe51dfe8a1efb7a2387fd44f4301e52939fa58e3ab373 SHA1: e61eb7608df35e34b445361ee494a7ae67cb90e1 MD5sum: 2555e4c52c6a3cbcee4f3f2c6cfe394b Description: Trivial Database - bundled binaries This is a simple database API. It is modelled after the structure of GDBM. TDB features, unlike GDBM, multiple writers support with appropriate locking and transactions. . This package contains bundled test and utility binaries Homepage: https://www.samba.org Section: utils Priority: optional Filename: pool/main/s/samba/tdb-tools_1.4.12+samba4.21.3+dfsg-6~bpo12+1_amd64.deb Package: telegram-desktop Version: 4.8.1+ds-2~bpo12+1 Installed-Size: 85811 Maintainer: Nicholas Guriev Architecture: amd64 Depends: qt5-image-formats-plugins, libabsl20220623 (>= 0~20220623.0-1), libavcodec59 (>= 7:5.0), libavfilter8 (>= 7:5.0), libavformat59 (>= 7:5.0), libavutil57 (>= 7:5.1), libc6 (>= 2.34), libgcc-s1 (>= 3.4), 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: 30222996 SHA256: e64771315e01b16a4ff257cf6809373e114ce892449647127530399d72fbb785 SHA1: a1cea5e04337643f074aee0d6d68934374424728 MD5sum: b86f8108a3f428cbf2f1f87c08d11098 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_amd64.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: 36 Maintainer: Debian Fonts Task Force Architecture: amd64 Depends: font-manager (= 0.8.9-1~bpo12+1), thunar (>= 1.8), font-manager-common (>= 0.8.9), libc6 (>= 2.2.5), libglib2.0-0 (>= 2.44), libjson-glib-1.0-0 (>= 1.5.2), libthunarx-3-0 (>= 1.7.0) Size: 12100 SHA256: a75b8d23b729375390cef869d8793d8dfc7fde1f87af7b11cc3782597d278d46 SHA1: fb0e4b5fbc06d800e44f39cf2ff429b36b5a4bb0 MD5sum: 2cf41bee820aac1003ac1588a9f7efa1 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_amd64.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: 120 Maintainer: Mike Gabriel Architecture: amd64 Depends: libc6 (>= 2.34) Size: 50816 SHA256: dd1d136c3bea5b019c3270183814a201232b9f2fb05488c988dc575ea0bacf0a SHA1: 13ba1428740be21bac878bff46bfe0f0ab686f04 MD5sum: 319ee3e6c2a864ad58faf055d1e20c8f 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_amd64.deb Package: tio Version: 3.7-1~bpo12+1 Installed-Size: 226 Maintainer: Jakob Haufe Architecture: amd64 Depends: libc6 (>= 2.34), libglib2.0-0 (>= 2.28.0), liblua5.4-0 (>= 5.4.4) Size: 97184 SHA256: ec3c3a91f68782ba003210da5c091336e4878e48fca3d306aa63298c67337226 SHA1: 837ffaadaaec72a0a245d707c39a887438b10f08 MD5sum: d2a4762a14b9a9891c96d97147ca7e68 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_amd64.deb Package: tippecanoe Version: 2.52.0-1~bpo12+1 Installed-Size: 2329 Maintainer: Debian GIS Project Architecture: amd64 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 11), zlib1g (>= 1:1.2.0.2) Size: 539920 SHA256: e9bfdf3cbe1dc51f6a666be38700d8dd91cdeb61be5f0e2debed8cc518e83fe4 SHA1: 2faf550a059a414ad24b064dea7b5eef9a51397e MD5sum: 7aae18da2e032fe0a38f267535926da3 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_amd64.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-2~bpo12+1 Installed-Size: 1193 Maintainer: Romain Francoise Architecture: amd64 Depends: libc6 (>= 2.34), libevent-core-2.1-7 (>= 2.1.8-stable), libjemalloc2 (>= 2.1.1), libsystemd0 (>= 221), libtinfo6 (>= 6) Size: 487280 SHA256: 8aedf15af88f47dd726e163d314ca1fa026de98359643b4e63ba22a826d33882 SHA1: 20b9efdf91b3c44259ebb8376f4fd276ce4ed92f MD5sum: bcdb7c2915938c2bf77c53b33ff6fbc9 Description: terminal multiplexer tmux enables a number of terminals (or windows) to be accessed and controlled from a single terminal like screen. tmux runs as a server-client system. A server is created automatically when necessary and holds a number of sessions, each of which may have a number of windows linked to it. Any number of clients may connect to a session, or the server may be controlled by issuing commands with tmux. Communication takes place through a socket, by default placed in /tmp. Moreover tmux provides a consistent and well-documented command interface, with the same syntax whether used interactively, as a key binding, or from the shell. It offers a choice of vim or Emacs key layouts. Homepage: https://tmux.github.io/ Section: admin Priority: optional Filename: pool/main/t/tmux/tmux_3.5a-2~bpo12+1_amd64.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.13-2~bpo12+1 Installed-Size: 5759 Maintainer: Peter Palfrader Architecture: amd64 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: 2050348 SHA256: 08d5c2c0936317ac14bd64bcb2860eb800c2f3464dbe1c5d2541bd717acae702 SHA1: dd2529575ff387778e87ad3f704ff53e1079b336 MD5sum: 83a8c66f963a77d310a1d8bdb252d6b2 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.13-2~bpo12+1_amd64.deb Package: tor-geoipdb Source: tor Version: 0.4.8.13-2~bpo12+1 Installed-Size: 19566 Maintainer: Peter Palfrader Architecture: all Replaces: tor (<< 0.2.4.8) Depends: tor (>= 0.4.8.13-2~bpo12+1) Breaks: tor (<< 0.2.4.8) Size: 2409820 SHA256: c26a9aabdb43f3863f65a072b7b3ff13921bc98bcb4762673cc6050ead102bf3 SHA1: 21b0217d3744f324566d9495b675fb55454f6859 MD5sum: cb4cc4dfe710abf6aa903b3112fe6d36 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.13-2~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: 44 Maintainer: Luca Boccassi Architecture: amd64 Depends: libengine-tpm2-tss-openssl (= 1.2.0-2~bpo12+1), libc6 (>= 2.34), libssl3 (>= 3.0.0) Size: 11492 SHA256: 14e5ea732c50a65cc4974fe204d3dadd2862975c2d4e20f05e1cd4bb074262e4 SHA1: 87876b4618ad1a77290f90d013c43067ba60a8b1 MD5sum: 51d298d0262957b5a1e9e116ad4aec43 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_amd64.deb Package: trac Version: 1.6-2~bpo12+1 Installed-Size: 7971 Maintainer: Debian Python Team Architecture: all Depends: libjs-excanvas, libjs-jquery, libjs-jquery-ui, libjs-jquery-timepicker, python3-jinja2, python3-setuptools, python3-pkg-resources, python3:any Recommends: apache2 | httpd, python3-babel, python3-docutils, python3-pygments, python3-subversion, python3-tz Suggests: libapache2-mod-wsgi, python3-psycopg2, python3-textile, trac-accountmanager, trac-authopenid, trac-bitten, trac-bzr (>= 0.2+bzr45), trac-customfieldadmin, trac-email2trac, trac-graphviz, trac-ja-resource, trac-mastertickets, trac-mercurial (>= 0.11.0.4), trac-spamfilter, trac-wikiprint, trac-wikirename, trac-wysiwyg, trac-xmlrpc Size: 1439676 SHA256: fa42ab6819e7f21ad6ac0a27438b355c5d2bdce0fa4c75064b88b4f2ff986426 SHA1: 6506e37a2bc9679562af3b1f709f7b8243cb162f MD5sum: 48209de4813e04a8a1e87170e657bd61 Description: Enhanced wiki and issue tracking system for software development projects Trac uses a minimalistic approach to web-based software project management. Its mission is to help developers write great software while staying out of the way. Trac should impose as little as possible on a team's established development process and policies. It provides an interface to Subversion (or other version control systems), an integrated Wiki and convenient reporting facilities. Trac allows wiki markup in issue descriptions and commit messages, creating links and seamless references between bugs, tasks, changesets, files and wiki pages. A timeline shows all current and past project events in order, making the acquisition of an overview of the project and tracking progress very easy. The roadmap shows the road ahead, listing the upcoming milestones. Homepage: http://trac.edgewall.com Section: web Priority: optional Filename: pool/main/t/trac/trac_1.6-2~bpo12+1_all.deb Package: trac-accountmanager Version: 0.6.0-1~bpo12+1 Installed-Size: 535 Maintainer: Debian Python Team Architecture: all Depends: python3:any, trac (>= 1.6), python3-aiosmtpd Size: 110672 SHA256: ed313f866e1e47ec8b5154ce8988c97093503c087f955a9ecff70ed31fe5f5e4 SHA1: 713ffa7f52ea0e8df40b31f9a4ac5f85a943dc8f MD5sum: 253767effe13f6cc599222b0fe96f371 Description: account management plugin for Trac Offers several features for managing user accounts on Trac: - allow users to register new accounts - login via an HTML form instead of using HTTP authentication - allow existing users to change their passwords or delete their accounts Homepage: http://trac-hacks.org/wiki/AccountManagerPlugin Section: python Priority: optional Filename: pool/main/t/trac-accountmanager/trac-accountmanager_0.6.0-1~bpo12+1_all.deb Package: trac-customfieldadmin Version: 0.4.0+svn18456-2~bpo12+1 Installed-Size: 57 Maintainer: Debian Python Team Architecture: all Depends: python3:any, trac Size: 10452 SHA256: 9f87be203ea496b2fdc906dfe3d6f52e83e6a2a2174023a50301ecec764efc56 SHA1: 0407c00c842c6dd72422a799af9dcba93293d094 MD5sum: a14c768f3e883cea41ae5c4a2453d102 Description: panel for administrating custom ticket fields in Trac This Trac plugin is a web admin panel for administrating custom fields - adding, modifying and deleting them without editing the trac.ini file directly. Homepage: http://trac-hacks.org/wiki/CustomFieldAdminPlugin Section: web Priority: optional Filename: pool/main/t/trac-customfieldadmin/trac-customfieldadmin_0.4.0+svn18456-2~bpo12+1_all.deb Package: trac-httpauth Version: 1.3-2~bpo12+1 Installed-Size: 24 Maintainer: Debian Python Team Architecture: all Depends: python3:any, trac-accountmanager, trac Size: 4848 SHA256: 66514bdbff2a7d153f80df544e63abde2d4d9f3a479ee78aab2236839244fec2 SHA1: 40b4bee6746e0659ae54a41e70443f4fd5d33c82 MD5sum: d096502095e504cf0c20642b308cbdf9 Description: Force HTTP authentication from within Trac Allows you to protect certain paths with HTTP authentication, while the AccountManagerPlugin is used to check passwords. Primarily this is meant to be used with the XmlRpcPlugin so it will work while using AccountManager's form-based logins. Homepage: http://trac-hacks.org/wiki/HttpAuthPlugin Section: web Priority: optional Filename: pool/main/t/trac-httpauth/trac-httpauth_1.3-2~bpo12+1_all.deb Package: trac-roadmap Version: 0.4.3-1~bpo12+1 Installed-Size: 44 Maintainer: Debian Python Team Architecture: all Depends: python3:any, trac Size: 7680 SHA256: e37eeda7ca9b222888776acc1fbbe02c65a8eee8f7ec08dd5d19657bdf503eb2 SHA1: 055adb1183c6b14bba77266f3b373e5c88ab4104 MD5sum: 98611da5092b67e8877c8dd571d6cca0 Description: enhances the Trac roadmap with sorting and filtering This plugin for Trac adds simple milestone sorting and filtering options to the roadmap view. Homepage: http://trac-hacks.org/wiki/RoadmapPlugin Section: web Priority: optional Filename: pool/main/t/trac-roadmap/trac-roadmap_0.4.3-1~bpo12+1_all.deb Package: trac-subcomponents Version: 1.3.3-2~bpo12+1 Installed-Size: 50 Maintainer: Debian Python Team Architecture: all Depends: python3:any, trac (>= 1.6) Recommends: libjs-jquery, graphviz Size: 10944 SHA256: 1bc6528871fa61e5631856d7fba022650b12f64ff0900097257be904f70ed05e SHA1: 5fad0e68634f7d82aaf5d280e2051caaa77a5209 MD5sum: 56c79b34918bbd9285bd08ea3cb2f646 Description: use multiple layers of components in Trac This plugin alters Trac's behaviour so that the interface supports multiple layers of components. In project with lots of components, rearranging these components into several layers can clear up the list of components. Components need to be slash ("/") separated. Homepage: https://trac-hacks.org/wiki/SubcomponentsPlugin Section: web Priority: optional Filename: pool/main/t/trac-subcomponents/trac-subcomponents_1.3.3-2~bpo12+1_all.deb Package: trac-wikiprint Version: 4.0.0+svn18614-1~bpo12+1 Installed-Size: 74 Maintainer: Debian Python Team Architecture: all Depends: python3-pdfkit, python3:any, trac Size: 13996 SHA256: 91da57c3a44ee25f75c8b24a3990c1536f6f1a795d7edf0b80dcdd6df06f603f SHA1: d864e573d47fc6fd43264bc2fd172098428a9a00 MD5sum: 448e11db3664ec88c6a2e3d7688e6936 Description: Make Trac wiki pages printable, exporting to PDF or printable HTML This Trac plugin allows export of one or multiple wiki pages in PDF or HTML format. It features: * Fully customizable header/footers for PDF * Syntax highlighting in exported format, using pygments * Customizable front page for PDF book format * Automatic creation of Table of Contents if [[PageOutline]] Macro is used The style of the resulting PDF or HTML can be fully customized using CSS files. Homepage: http://trac-hacks.org/wiki/TracWikiPrintPlugin Section: web Priority: optional Filename: pool/main/t/trac-wikiprint/trac-wikiprint_4.0.0+svn18614-1~bpo12+1_all.deb Package: trac-wysiwyg Version: 0.12.0.7+svn18546-2~bpo12+1 Installed-Size: 188 Maintainer: Debian Python Team Architecture: all Depends: python3:any, trac, libjs-jquery Size: 35172 SHA256: 9a177f42058ae65305ad5740fa2ad950020d7758bf2ace58e113d310ebe6464b SHA1: 58245f90e76e3208ebc6bbf3e14c940b5e686e6b MD5sum: 6a4f4c75d07e6d278a1a477b817d2fa4 Description: WYSIWYG style editor for the Trac issue tracking system trac-wysiwyg allows the user to edit all textarea fields in Trac in a WYSIWYG style, e.g. in wiki pages, ticket descriptions, ticket comments and so on. Users may freely switch between the traditional and WYSIWYG editing mode during editing. Especially the aid in editing tables justifies the installation of this plugin. Homepage: https://trac-hacks.org/wiki/TracWysiwygPlugin Section: web Priority: optional Filename: pool/main/t/trac-wysiwyg/trac-wysiwyg_0.12.0.7+svn18546-2~bpo12+1_all.deb Package: trac-xmlrpc Version: 1.2.0+svn18521-2~bpo12+1 Installed-Size: 117 Maintainer: Debian Python Team Architecture: all Depends: python3:any, trac Size: 24064 SHA256: 0c4ec896d733d6b07b412d263f34e962dca30e9d3e3cdc269b3f60ce614fb211 SHA1: f3343bd84b11a4047890d109c7735360e544197d MD5sum: 2596ef55c6b5ccefb1fb4efa00955db6 Description: XML-RPC interface to the Trac wiki and issue tracking system This plugin allows Trac plugins to export select parts of their interface via XML-RPC. It also includes some exported functions for manipulating tickets, with plans to include interfaces to other parts of Trac's API. Homepage: https://trac-hacks.org/wiki/XmlRpcPlugin Section: web Priority: optional Filename: pool/main/t/trac-xmlrpc/trac-xmlrpc_1.2.0+svn18521-2~bpo12+1_all.deb Package: trezor Source: python-trezor Version: 0.13.9-4~bpo12+1 Installed-Size: 41 Maintainer: Debian Python Team Architecture: all Replaces: python-trezor Depends: python3-trezor (= 0.13.9-4~bpo12+1), python3:any Recommends: python3-cryptography, python3-pil, python3-pyqt5 Suggests: cython3, libudev-dev, libusb-1.0-0-dev, python3-dev, python3-hid Breaks: python-trezor Size: 22624 SHA256: 46fb7250dc7ac601c28811476d4693aa3e8a7f1976fd8ca60e09c6fb40e723d4 SHA1: 9bca5cf385102c767795d8ec2dffef46dcb638b9 MD5sum: e266d4e37222fcbd6cae8d2b5009edda Description: utilities for communicating with TREZOR Bitcoin HW wallet No matter how unprotected your computer or internet connection might be, your coins always stay safe with TREZOR as it never exposes your private keys. TREZOR is an isolated environment for offline transaction signing and using a small display you can visually verify the transaction contents. That's why all operations using TREZOR are entirely safe. . This package contains the trezorctl binary for interacting with a TREZOR wallet, and the udev rules needed to make the device accessible. Homepage: https://github.com/trezor/trezor-firmware/tree/main/python Section: utils Priority: optional Filename: pool/main/p/python-trezor/trezor_0.13.9-4~bpo12+1_all.deb Package: trurl Version: 0.13-1~bpo12+1 Installed-Size: 59 Maintainer: Michael Ablassmeier Architecture: amd64 Depends: libc6 (>= 2.34), libcurl3-gnutls (>= 7.88.1) Size: 23112 SHA256: de6ddff1e4622be2d780c410a6440485affc781ce3efe78f7d301fdb42b12024 SHA1: cb186b5fda4a9af1f3189c864334ef6f5f79dc71 MD5sum: cade191a18eaeba6949be587db25433c 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_amd64.deb Package: trustedqsl Version: 2.7.5-1~bpo12+1 Installed-Size: 29664 Maintainer: Debian Hamradio Maintainers Architecture: amd64 Depends: libc6 (>= 2.34), libcurl4 (>= 7.56.1), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.0), libsqlite3-0 (>= 3.5.9), libssl3 (>= 3.0.0), libstdc++6 (>= 11), libwxbase3.2-1 (>= 3.2.2+dfsg), libwxgtk3.2-1 (>= 3.2.1+dfsg-2), zlib1g (>= 1:1.2.3.3) Size: 1517884 SHA256: b00aa27f20ef5749e34c65a0301f3c825cdf0b434556a88755ea8a1a09b1a7b1 SHA1: 27188d066bc15758f88a92d3ffcd1198289ebb30 MD5sum: 2cc303bd4d528c8f275f9fc90d8a01e0 Description: QSL log signing for the Logbook of the World (LoTW) Open source libraries and utilities to support using digital signatures for amateur radio QSL information. . A QSL is a confirmation of contact between two amateur radio stations. The ARRL Logbook of the World project is a database which collects data about contacts between amateur stations (QSOs). This package provides the 'tqsl' program for maintaining your digital certificates for LoTW and signing and uploading QSO log files. Homepage: https://sourceforge.net/projects/trustedqsl/ Section: hamradio Priority: optional Filename: pool/main/t/trustedqsl/trustedqsl_2.7.5-1~bpo12+1_amd64.deb Package: tuigreet Version: 0.8.0-4~bpo12+1 Installed-Size: 2545 Maintainer: Johannes Schauer Marin Rodrigues Architecture: amd64 Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.2) Size: 768156 SHA256: 10b223257d935ff8a640d150430bdea0426b4517abaa01a20d04b703424c8859 SHA1: c0ae19d94cc91d72d014216500d21f659538b330 MD5sum: 4260d438689f5de4c812e4c4a25c000a 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_amd64.deb Package: ubuntu-archive-keyring Source: ubuntu-keyring Version: 2023.11.28.1-0.2~bpo12+1 Installed-Size: 9 Maintainer: Hideki Yamane Architecture: all Depends: ubuntu-keyring (>= 2023.11.28.1) Size: 2776 SHA256: 74f0eed16a85a1b7c23e96b97690bf1dc1d65520c29c4eb5dd57a38c04473358 SHA1: 06c657323536cf88d90d4ec8f084a72d5c0dff3e MD5sum: 7ac65166eb89231a57c1b4ddce7827d2 Description: GnuPG keys of the Ubuntu archive - transition package This is a transitional package, it can be safely removed. Multi-Arch: foreign Homepage: https://launchpad.net/ubuntu/+source/ubuntu-keyring Section: oldlibs Priority: optional Filename: pool/main/u/ubuntu-keyring/ubuntu-archive-keyring_2023.11.28.1-0.2~bpo12+1_all.deb Package: ubuntu-cloud-keyring Source: ubuntu-keyring Version: 2023.11.28.1-0.2~bpo12+1 Installed-Size: 13 Maintainer: Hideki Yamane Architecture: all Depends: ubuntu-keyring (>= 2023.11.28.1) Size: 2928 SHA256: 73d98db096a90eae1fec653802b3fda263aeac25d4606e85ce30916a8cfa47d4 SHA1: 6b3a7f9b5eed8b43e3fb4978899a04c56bd44115 MD5sum: d6d1c1393fb23cdb5938dcb46781bc04 Description: transitional package for ubuntu-keyring This is a transitional package for ubuntu-keyring Multi-Arch: foreign Homepage: https://launchpad.net/ubuntu/+source/ubuntu-keyring Section: oldlibs Priority: optional Filename: pool/main/u/ubuntu-keyring/ubuntu-cloud-keyring_2023.11.28.1-0.2~bpo12+1_all.deb Package: ubuntu-dbgsym-keyring Source: ubuntu-keyring Version: 2023.11.28.1-0.2~bpo12+1 Installed-Size: 13 Maintainer: Hideki Yamane Architecture: all Depends: ubuntu-keyring (>= 2023.11.28.1) Size: 2972 SHA256: 57d4f0f0c359cbd697eb14c04cccca9115d49d83123a452d46fdf47f26b92b0f SHA1: 4bd270980c7e09875f502cd930fb6148d3d200fc MD5sum: ae752cbcc5dd9f03424dc6529868f4a3 Description: GnuPG keys of the Ubuntu archive - transition package This is a transitional package, it can be safely removed. Multi-Arch: foreign Homepage: https://launchpad.net/ubuntu/+source/ubuntu-keyring Section: oldlibs Priority: optional Filename: pool/main/u/ubuntu-keyring/ubuntu-dbgsym-keyring_2023.11.28.1-0.2~bpo12+1_all.deb Package: ubuntu-keyring Version: 2023.11.28.1-0.2~bpo12+1 Installed-Size: 29 Maintainer: Hideki Yamane Architecture: all Replaces: ubuntu-archive-keyring (<< 2023.11.28.1), ubuntu-cloud-keyring (<< 2023.11.28.1), ubuntu-dbgsym-keyring (<< 2023.11.28.1) Provides: ubuntu-archive-keyring, ubuntu-cloud-keyring, ubuntu-dbgsym-keyring Breaks: ubuntu-archive-keyring (<< 2023.11.28.1), ubuntu-cloud-keyring (<< 2023.11.28.1), ubuntu-dbgsym-keyring (<< 2023.11.28.1) Size: 13988 SHA256: 612bed56f89a8e2b95d0b72e69f02735727db641a2f310afa1da9fecad57ae49 SHA1: 8c52872dd831955cb5523cc2fde30cdd3b22c31b MD5sum: 7e5aa06ba0a3e4a8931d283670d17179 Description: all GnuPG keys used by Ubuntu Project The Ubuntu project digitally signs its Release files. This package contains below archive keys used for that. . * ubuntu-archive-keyring - Ubuntu Archive * ubuntu-cloud-keyring.gpg - Cloud Archive * ubuntu-cloudimage-keyring - Cloud Images * ubuntu-dbgsym-keyring - Debug Symbols Archive * ubuntu-oem-keyring.gpg - OEM Archive * ubuntu-master-keyring - key rotation keyring Multi-Arch: foreign Homepage: https://launchpad.net/ubuntu/+source/ubuntu-keyring Section: misc Priority: optional Filename: pool/main/u/ubuntu-keyring/ubuntu-keyring_2023.11.28.1-0.2~bpo12+1_all.deb Package: udev Source: systemd Version: 254.22-1~bpo12+1 Installed-Size: 11134 Maintainer: Debian systemd Maintainers Architecture: amd64 Replaces: systemd (<< 254.5-1~bpo12+2~) Depends: libacl1 (>= 2.2.23), libblkid1 (>= 2.37.2), libc6 (>= 2.35), libcap2 (>= 1:2.10), libkmod2 (>= 15), libselinux1 (>= 3.1~), systemd | systemd-standalone-sysusers | systemd-sysusers, libudev1 (= 254.22-1~bpo12+1), systemd-dev (>= 254.22-1~bpo12+1) Breaks: systemd (<< 254.5-1~bpo12+2~) Size: 1813036 SHA256: ab0b4bf2b536b6dfe97dfa43c60682f7a3ba730c8efe49d17c9f08426d06b8ac SHA1: 85df5acb613d5c6584c189522adbcd5be5b95b13 MD5sum: c72d2bb52839940b7b1742e257a021e8 Description: /dev/ and hotplug management daemon udev is a daemon which dynamically creates and removes device nodes from /dev/, handles hotplug events and loads drivers at boot time. Multi-Arch: foreign Homepage: https://www.freedesktop.org/wiki/Software/systemd Section: admin Priority: important Filename: pool/main/s/systemd/udev_254.22-1~bpo12+1_amd64.deb Package: umoci Version: 0.4.7+ds-4~bpo12+1 Installed-Size: 6157 Maintainer: Debian Go Packaging Team Architecture: amd64 Depends: libc6 (>= 2.34) Size: 1933784 SHA256: 54e72c6658d917528c13e3e15498deb76cfd3c8b4745bafe1e7e2114934b50ae SHA1: 449524c96fb13cf391197690dd7b5fa44c891b73 MD5sum: 763b6891a6c035926827c70b69fa82ed 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_amd64.deb Package: uno-libs-private Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 644 Maintainer: Debian LibreOffice Maintainers Architecture: amd64 Replaces: uno-libs3 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 11), libuno-cppu3 (>= 1.4.0), libuno-sal3 (>= 5.3.0~alpha), libuno-salhelpergcc3-3 (>= 1.4.0) Breaks: libreoffice-core (<< 4:7.5.0~), libreoffice-core-nogui (<< 4:7.5.0~), libuno-cppuhelpergcc3-3 (<< 4:7.5.0~), uno-libs3 Size: 225820 SHA256: 46923c89eaaf5361f6e12ad22540f20d9f3deec2c56ef58a6446946fcfedef04 SHA1: 424808f34a52486ebd767e0ec8745d34b4dc8e9e MD5sum: ecc7c84b28fd6b899d247cc8d632ca81 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.4-1~bpo12+1_amd64.deb Package: upx-ucl Version: 4.2.2-3~bpo12+1 Installed-Size: 2527 Maintainer: Robert Luberda Architecture: amd64 Provides: upx Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 11) Size: 638928 SHA256: ed91556b8fb4f899e968cc9f3dd314414ce9e195f9acb945c7f12a660e60ad34 SHA1: 57ccf4d7178499793d0ca2a1d3598fcd91ad04fd MD5sum: 306e49b6a62966b94b6d1535516e90e6 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_amd64.deb Package: ure Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 4220 Maintainer: Debian LibreOffice Maintainers Architecture: amd64 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.4-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: 1222332 SHA256: cd3278a4b00fff5007fbe8fecdb72b3c222cd9100da18b8095c0188f4c6e6505 SHA1: ad38682fe31a310077a8c59802284cbb8e9430eb MD5sum: 697bea27e2e6c367c1ef5ca280bd7948 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.4-1~bpo12+1_amd64.deb Package: ure-java Source: libreoffice Version: 4:24.8.4-1~bpo12+1 Installed-Size: 414 Maintainer: Debian LibreOffice Maintainers Architecture: amd64 Replaces: ure (<< 4:24.2.0~rc1~) Depends: libunoloader-java, uno-libs-private (= 4:24.8.4-1~bpo12+1), ure (= 4:24.8.4-1~bpo12+1), libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 11), libuno-cppu3 (>= 4.4.0~alpha), libuno-cppuhelpergcc3-3 (>= 1.4.0), libuno-sal3 (>= 5.1.0~alpha), libuno-salhelpergcc3-3 (>= 1.4.0) Recommends: liblibreoffice-java, default-jre (>= 2:1.8) | java-runtime (>= 8) | java8-runtime | jre Breaks: ure (<< 4:24.2.0~rc1~) Size: 198108 SHA256: 238edaf4fbe60ea4d8db804ec38e2c96b11500849a06a40abf70ff317016cae2 SHA1: 43054554579acf12533c5654f6b944cd5bf7add2 MD5sum: 2dd57a3a540a164410bcc309a7d50f73 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.4-1~bpo12+1_amd64.deb Package: usbip Source: linux (6.6.13-1~bpo12+1) Version: 2.0+6.6.13-1~bpo12+1 Installed-Size: 893 Maintainer: Debian Kernel Team Architecture: amd64 Depends: usb.ids, libc6 (>= 2.34), libudev1 (>= 183), libwrap0 (>= 7.6-4~) Size: 789368 SHA256: 31ab2ef6d363392924e1b0a0e3579dd67e03e2ed876b071f82350ed0f408a7b6 SHA1: a02169a3e296b090cd99d4723397288fd8aada34 MD5sum: e2c66ad004a9ec25e31bb757c39ea9b2 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_amd64.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: 81 Maintainer: IOhannes m zmölnig (Debian/GNU) Architecture: amd64 Depends: libc6 (>= 2.34) Recommends: gstreamer1.0-tools, sudo, v4l-utils, v4l2loopback-dkms | v4l2loopback-modules Size: 41080 SHA256: 25c14247d4c245d08c5aef725c93679a30c79fa1080c2f3e220b23de2697ab42 SHA1: 2e35dee16abbe30ee40b715f3dbe2f3492fad311 MD5sum: 0ca94ca1ea43903399bba25c93eb5059 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_amd64.deb Package: valkey-sentinel Source: valkey Version: 8.0.1+dfsg1-1~bpo12+1 Installed-Size: 78 Maintainer: Lucas Kanashiro Architecture: amd64 Depends: valkey-tools (= 8.0.1+dfsg1-1~bpo12+1) Pre-Depends: init-system-helpers (>= 1.54~) Size: 23968 SHA256: 459034310e2db670c8845614f7e45afa92439aee5f76c91ae955c0cbcc795490 SHA1: a5e169c60b6c9927aab863d581096d5dfa12d1a9 MD5sum: 43926ea6b5bd655035da99dd00f5f85c Description: Persistent key-value database with network interface (monitoring) Valkey is a key-value database in a similar vein to memcache but the dataset is non-volatile. Valkey additionally provides native support for atomically manipulating and querying data structures such as lists and sets. . This package contains the Valkey Sentinel monitoring software. Homepage: https://valkey.io Section: database Priority: optional Filename: pool/main/v/valkey/valkey-sentinel_8.0.1+dfsg1-1~bpo12+1_amd64.deb Package: valkey-server Source: valkey Version: 8.0.1+dfsg1-1~bpo12+1 Installed-Size: 178 Maintainer: Lucas Kanashiro Architecture: amd64 Provides: valkey Depends: valkey-tools (= 8.0.1+dfsg1-1~bpo12+1) Pre-Depends: init-system-helpers (>= 1.54~) Size: 56356 SHA256: 986d97e75766d9b18c56159dd904337ec0a1222977235cad7ba56ddc4fd856eb SHA1: bbe6994a5c5806cc521f86ce71fb75d8c9c89449 MD5sum: b3d30f292308fb5501325c0312cae67a Description: Persistent key-value database with network interface Valkey is a key-value database in a similar vein to memcache but the dataset is non-volatile. Valkey additionally provides native support for atomically manipulating and querying data structures such as lists and sets. . The dataset is stored entirely in memory and periodically flushed to disk. Homepage: https://valkey.io Section: database Priority: optional Filename: pool/main/v/valkey/valkey-server_8.0.1+dfsg1-1~bpo12+1_amd64.deb Package: valkey-tools Source: valkey Version: 8.0.1+dfsg1-1~bpo12+1 Installed-Size: 6508 Maintainer: Lucas Kanashiro Architecture: amd64 Depends: adduser, libatomic1 (>= 4.8), libc6 (>= 2.34), libjemalloc2 (>= 4.0.0), liblzf1 (>= 1.5), libssl3 (>= 3.0.0), libsystemd0 Suggests: ruby-redis Size: 1142064 SHA256: d2c2ea67642fa9571a07138b80ae52ebe566311c952aef25a39c1d5050697853 SHA1: ef349875c4ad3ec9edb868981a6695391e714f64 MD5sum: 26fff4644217e122aaa1af57b699651b Description: Persistent key-value database with network interface (client) Valkey is a key-value database in a similar vein to memcache but the dataset is non-volatile. Valkey additionally provides native support for atomically manipulating and querying data structures such as lists and sets. . This package contains the command line client and other tools. Homepage: https://valkey.io Section: database Priority: optional Filename: pool/main/v/valkey/valkey-tools_8.0.1+dfsg1-1~bpo12+1_amd64.deb Package: vdo Version: 8.3.0.71-1~bpo12+1 Installed-Size: 959 Maintainer: Francisco Vilmar Cardoso Ruviaro Architecture: amd64 Depends: dmsetup, lvm2, mount, libblkid1 (>= 2.17.2), libc6 (>= 2.34), libuuid1 (>= 2.16), zlib1g (>= 1:1.1.4) Recommends: bash-completion Size: 154320 SHA256: 2a3b82f95d4ab5b0b8cb9d3c6cb83fdd3a5ea4fddbbfe6b0965416e484c5c8c4 SHA1: ed932237b9bf35ac2e0a28ceb6cecce387ab354a MD5sum: f6846bc0196f6582c0b036537ec6e768 Description: Management tools for Virtual Data Optimizer Virtual Data Optimizer (VDO) is a device mapper target that delivers block-level deduplication, compression, and thin provisioning. . This package provides the user-space management tools for VDO. Homepage: https://docs.kernel.org/admin-guide/device-mapper/vdo.html Section: admin Priority: optional Filename: pool/main/v/vdo/vdo_8.3.0.71-1~bpo12+1_amd64.deb Package: vdr-markad Source: vdr-plugin-markad Version: 3.4.5-3~bpo12+1 Installed-Size: 415 Maintainer: Debian VDR Team Architecture: amd64 Depends: libavcodec59 (>= 7:5.0), libavfilter8 (>= 7:5.0), libavformat59 (>= 7:5.0), libavutil57 (>= 7:5.1), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2), libswresample4 (>= 7:5.0) Size: 147880 SHA256: c8869b440081d30243e02c63a122f06e94ffc31d05e80aa14814165d8ab234d0 SHA1: 1f45bf780a54fcd817257c7ede272e32441ba839 MD5sum: 817484dfde6c66ccf0a5c06eb7a5af2a 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_amd64.deb Package: vdr-plugin-markad Version: 3.4.5-3~bpo12+1 Installed-Size: 145 Maintainer: Debian VDR Team Architecture: amd64 Depends: vdr-markad, libc6 (>= 2.33), libgcc-s1 (>= 3.0), libstdc++6 (>= 5), vdr-abi-2.6.0-debian Size: 41504 SHA256: 8214d7afd5ce6d7ea836543e386943ef46f2fbea9e80d41e1d785ddbb10528c0 SHA1: fc05d100451dbc57af4b5f58e9f5641f7cf53b2d MD5sum: a424806b76d341f8bb20b5ba160dfc96 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_amd64.deb Package: vite Version: 1.4-1~bpo12+1 Installed-Size: 4229 Maintainer: Samuel Thibault Architecture: amd64 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libgl1, libglew2.2 (>= 2.2.0-4+b1), libglu1-mesa | libglu1, libopen-trace-format2-10 (>= 3.0.2), libqt5charts5 (>= 5.7.1), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5opengl5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5widgets5 (>= 5.15.1), libqt5xml5 (>= 5.0.2), libstdc++6 (>= 11) Size: 1479244 SHA256: 8840a974ade7d6261b1076845fbecb635aa4eb307040e2d18f2b4cb13ed78a06 SHA1: 7011ba052b283ebb2c21930a048576301d0c970c MD5sum: 54117da2f98aea2b8b364686a6536ab7 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_amd64.deb Package: vkroots-headers Source: vkroots Version: 0~202301281308git2675710-1~bpo12+1 Installed-Size: 896 Maintainer: Debian Games Team Architecture: amd64 Size: 67596 SHA256: 417cea2add3c8335d7f7d81ac99ab17f345e11b8734bd1fe66312721787e5ca4 SHA1: 8bbd67c98e4c78a0c14263f095fc0e2e30d36753 MD5sum: fb43bbc1acb7d16633fa74086fb7be74 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_amd64.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.39-1~bpo12+2 Installed-Size: 925 Maintainer: Debian X Strike Force Architecture: all Size: 106868 SHA256: 8dee7336752f7a4fd96840be03e7931d44ba33f0f4e729c019f5295c29b20f4a SHA1: abc27c19c0bd9116d2ca377ff4670debbe3c5fed MD5sum: 8e0094afeb5f9076b5d70c6e79d19390 Description: wayland compositor protocols Wayland protocols that add functionality not available in the Wayland core protocol. Such protocols either add completely new functionality, or extend the functionality of some other protocol either in Wayland core, or some other protocol in wayland-protocols. Multi-Arch: foreign Homepage: http://wayland.freedesktop.org/ Section: libdevel Priority: optional Filename: pool/main/w/wayland-protocols/wayland-protocols_1.39-1~bpo12+2_all.deb Package: webkit2gtk-driver Source: webkit2gtk Version: 2.46.1-2~bpo12+1 Installed-Size: 1422 Maintainer: Debian WebKit Maintainers Architecture: amd64 Depends: libwebkit2gtk-4.1-0 (= 2.46.1-2~bpo12+1), libatomic1 (>= 4.8), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libglib2.0-0 (>= 2.39.90), libicu72 (>= 72.1~rc-1~), libsoup-3.0-0 (>= 3.0.3), libstdc++6 (>= 12), libsystemd0 Conflicts: webkitgtk-webdriver Size: 425288 SHA256: f23137ae055de6583e434a5f16e31c7895727e39baccb12f35a8d648a67c7a1f SHA1: a0ab20c3083175f15686b7559424ab9c8306cbe2 MD5sum: 6d25318c4f0638d988e46f096b38e603 Description: WebKitGTK WebDriver support WebKit is a web content engine, derived from KHTML and KJS from KDE, and used primarily in Apple's Safari browser. It is made to be embedded in other applications, such as mail readers, or web browsers. . It is able to display content such as HTML, SVG, XML, and others. It also supports DOM, XMLHttpRequest, XSLT, CSS, JavaScript/ECMAScript and more. . WebKitGTK is a WebKit port designed to be used in GTK applications. . This package provides the WebDriver service implementation for WebKitGTK. Homepage: https://webkitgtk.org/ Section: web Priority: optional Filename: pool/main/w/webkit2gtk/webkit2gtk-driver_2.46.1-2~bpo12+1_amd64.deb Package: webp Source: libwebp Version: 1.4.0-0.1~bpo12+1 Installed-Size: 481 Maintainer: Jeff Breidenbach Architecture: amd64 Depends: libc6 (>= 2.34), libgif7 (>= 5.1), libglut3.12 (>= 3.4.0), libjpeg62-turbo (>= 1.3.1), libopengl0, libpng16-16 (>= 1.6.2-1), libsharpyuv0 (>= 1.4.0), libtiff6 (>= 4.0.3), libwebp7 (>= 1.4.0), libwebpdemux2 (>= 1.4.0), libwebpmux3 (>= 1.4.0) Size: 195000 SHA256: a60a9c208e60e5644682bfa441f42c70a8fba3b71cf1425bd73a968aaf0a3225 SHA1: f8a0d70ee16b835211ca963d0574b9f4dc5e22fb MD5sum: 12572e3f3c0ff6f4946bb4ac89c9283a Description: Lossy compression of digital photographic images Image Compression format, based on the VP8 codec. WebP uses the modern VP8 compression format to deliver efficient compression of images for the web. More than 30% extra gain over optimized JPEG, for same quality, is not unusual. Homepage: https://developers.google.com/speed/webp/ Section: graphics Priority: optional Filename: pool/main/libw/libwebp/webp_1.4.0-0.1~bpo12+1_amd64.deb Package: weechat Version: 4.4.3-1~bpo12+1 Installed-Size: 97 Maintainer: Emmanuel Bouthenot Architecture: all Depends: weechat-curses (>= 4.4.3-1~bpo12+1) | weechat-headless (>= 4.4.3-1~bpo12+1) Suggests: weechat-doc (= 4.4.3-1~bpo12+1) Size: 88740 SHA256: ebb818d638860b0fa67ec57dfa8740248e49d8c262c9cd884ed3558785727830 SHA1: 2ce3f38d943e13b20f66e76f57103dab3e3ca6a0 MD5sum: f56b2f7cd25353f51d44d5ed8c93c676 Description: Fast, light and extensible chat client (metapackage) WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client for many operating systems. Everything can be done with a keyboard. It is customizable and extensible with plugins/scripts, and includes: - support of IRC protocol (native) - support of XMPP/Jabber protocol (with additional script) - nicklist - smart hotlist - horizontal and vertical split - double charset support (decode/encode) - FIFO pipe for remote control - 256 colors support - incremental text search - dynamic filtering of buffer content - Perl, Python, Ruby, Lua, Tcl, Scheme and PHP scripting - script manager - spell checking - highly customizable and extensible - and much more! Homepage: https://weechat.org/ Section: net Priority: optional Filename: pool/main/w/weechat/weechat_4.4.3-1~bpo12+1_all.deb Package: weechat-core Source: weechat Version: 4.4.3-1~bpo12+1 Installed-Size: 5166 Maintainer: Emmanuel Bouthenot Architecture: amd64 Depends: libc6 (>= 2.33), libgcrypt20 (>= 1.10.0), libgnutls30 (>= 3.7.5) Suggests: weechat-doc (= 4.4.3-1~bpo12+1) Size: 1045556 SHA256: 2397130425c4de5d6e044797e7ecbe4cd6e27e12d0a9f5f45f325420d5a4b07e SHA1: cf0f2725be109257bb23afec4d9bf7154cda26ee MD5sum: d8e2666a7d1c983b31a7e1aa95d098c3 Description: Fast, light and extensible chat client - core files WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client for many operating systems. Everything can be done with a keyboard. . This package provides core plugins and locales files for WeeChat. It currently ships the following plugins: alias, buflist, charset, fset, irc, logger and xfer. It is useless without weechat-curses or weechat-headless. Homepage: https://weechat.org/ Section: net Priority: optional Filename: pool/main/w/weechat/weechat-core_4.4.3-1~bpo12+1_amd64.deb Package: weechat-curses Source: weechat Version: 4.4.3-1~bpo12+1 Installed-Size: 1262 Maintainer: Emmanuel Bouthenot Architecture: amd64 Depends: libc6 (>= 2.34), libcurl3-gnutls (>= 7.16.2), libgcrypt20 (>= 1.10.0), libgnutls30 (>= 3.7.5), libncursesw6 (>= 6), libtinfo6 (>= 6), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4), weechat-core (= 4.4.3-1~bpo12+1) Recommends: weechat-plugins (= 4.4.3-1~bpo12+1) Suggests: weechat-doc (= 4.4.3-1~bpo12+1) Size: 511860 SHA256: 938ef795f3d56c6a53bfe7be51f2b2defeb45443f0096b332d274398f4ca00a6 SHA1: 52697f1471fec347b7b4c2c10970d37d5e82825e MD5sum: ba0135023300d1170b0778f62ed22680 Description: Fast, light and extensible chat client - console client WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client for many operating systems. Everything can be done with a keyboard. It is customizable and extensible with plugins/scripts, and includes: - support of IRC protocol (native) - support of XMPP/Jabber protocol (with additional script) - nicklist - smart hotlist - horizontal and vertical split - double charset support (decode/encode) - FIFO pipe for remote control - 256 colors support - incremental text search - dynamic filtering of buffer content - Perl, Python, Ruby, Lua, Tcl, Scheme and PHP scripting - script manager - spell checking - highly customizable and extensible - and much more! . This package provides the console client (ncurses). Homepage: https://weechat.org/ Section: net Priority: optional Filename: pool/main/w/weechat/weechat-curses_4.4.3-1~bpo12+1_amd64.deb Package: weechat-dev Source: weechat Version: 4.4.3-1~bpo12+1 Installed-Size: 249 Maintainer: Emmanuel Bouthenot Architecture: amd64 Size: 103636 SHA256: aebdfeabd35aa1fb58de2e03668074f23afc2ab0bc67432b7779b1fce9f21812 SHA1: 536e3a7d872fc5f78f2c2972b3f33af904541401 MD5sum: c0a5746c1ebe5b91a00fee2bc7e4edaa Description: Fast, light and extensible chat client - development headers WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client for many operating systems. Everything can be done with a keyboard. . This package contains the headers needed to build plugins. Homepage: https://weechat.org/ Section: devel Priority: optional Filename: pool/main/w/weechat/weechat-dev_4.4.3-1~bpo12+1_amd64.deb Package: weechat-doc Source: weechat Version: 4.4.3-1~bpo12+1 Installed-Size: 19828 Maintainer: Emmanuel Bouthenot Architecture: all Depends: fonts-font-awesome Size: 1003092 SHA256: e92215d071c26eb69aac02986cd1614c3f9625b3e385ef71b1e722665b5ea16a SHA1: f7bba9646fd393f2ab2de50d8a8f5d22bf5cc6a0 MD5sum: bc73819cf296b417625693bbe12639e0 Description: Fast, light and extensible chat client - documentation WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client for many operating systems. Everything can be done with a keyboard. . This package contains the html documentation for WeeChat. Homepage: https://weechat.org/ Section: doc Priority: optional Filename: pool/main/w/weechat/weechat-doc_4.4.3-1~bpo12+1_all.deb Package: weechat-guile Source: weechat Version: 4.4.3-1~bpo12+1 Installed-Size: 389 Maintainer: Emmanuel Bouthenot Architecture: amd64 Depends: guile-3.0-libs, libc6 (>= 2.33), weechat-curses (= 4.4.3-1~bpo12+1) | weechat-headless (= 4.4.3-1~bpo12+1) Size: 152248 SHA256: 59c871f01cedae32b217a56b8dcda6eb76f05891aedef3931a1bdc0f6e045eab SHA1: 670890abf0fa3afe0a58b41a2de2421eceed93b8 MD5sum: 36bebd338d1b09276a55fd5e85fc7a76 Description: Fast, light and extensible chat client - Guile plugin WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client for many operating systems. Everything can be done with a keyboard. . This package provides the Guile scripting API plugin. Homepage: https://weechat.org/ Section: net Priority: optional Filename: pool/main/w/weechat/weechat-guile_4.4.3-1~bpo12+1_amd64.deb Package: weechat-headless Source: weechat Version: 4.4.3-1~bpo12+1 Installed-Size: 1238 Maintainer: Emmanuel Bouthenot Architecture: amd64 Depends: libc6 (>= 2.34), libcurl3-gnutls (>= 7.16.2), libgcrypt20 (>= 1.10.0), libgnutls30 (>= 3.7.5), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4), weechat-core (= 4.4.3-1~bpo12+1) Recommends: weechat-plugins (= 4.4.3-1~bpo12+1) Suggests: weechat-doc (= 4.4.3-1~bpo12+1) Size: 509808 SHA256: 572bfba7212679982e18e83f7feced9530881142d10b9fe7dbeb9f0dd82281a2 SHA1: e8db8a112b7e13bee80e60ba89fdbb20e8099979 MD5sum: 9f1c4e0d39f19db4e1231169ea43f9e3 Description: Fast, light and extensible chat client - headless client WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client for many operating systems. Everything can be done with a keyboard. It is customizable and extensible with plugins/scripts, and includes: - support of IRC protocol (native) - support of XMPP/Jabber protocol (with additional script) - nicklist - smart hotlist - horizontal and vertical split - double charset support (decode/encode) - FIFO pipe for remote control - 256 colors support - incremental text search - dynamic filtering of buffer content - Perl, Python, Ruby, Lua, Tcl, Scheme and PHP scripting - script manager - spell checking - highly customizable and extensible - and much more! . This package provides the headless client. Homepage: https://weechat.org/ Section: net Priority: optional Filename: pool/main/w/weechat/weechat-headless_4.4.3-1~bpo12+1_amd64.deb Package: weechat-lua Source: weechat Version: 4.4.3-1~bpo12+1 Installed-Size: 341 Maintainer: Emmanuel Bouthenot Architecture: amd64 Depends: libc6 (>= 2.33), liblua5.3-0, weechat-curses (= 4.4.3-1~bpo12+1) | weechat-headless (= 4.4.3-1~bpo12+1) Size: 140436 SHA256: 86b17982a55165aed505d7fb183747e1bcda399e703f931946a6b442c0e9b2de SHA1: debb28602e1079f04090cba665612b986f9b529d MD5sum: 68229a2538b6596f074b8dd9f719264f Description: Fast, light and extensible chat client - Lua plugin WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client for many operating systems. Everything can be done with a keyboard. . This package provides the Lua scripting API plugin. Homepage: https://weechat.org/ Section: net Priority: optional Filename: pool/main/w/weechat/weechat-lua_4.4.3-1~bpo12+1_amd64.deb Package: weechat-perl Source: weechat Version: 4.4.3-1~bpo12+1 Installed-Size: 449 Maintainer: Emmanuel Bouthenot Architecture: amd64 Depends: libc6 (>= 2.34), libperl5.36 (>= 5.36.0), weechat-curses (= 4.4.3-1~bpo12+1) | weechat-headless (= 4.4.3-1~bpo12+1) Size: 158944 SHA256: df2ab632927bdd387f6490b8b0b0a5de17d8696a09fe4f02bf2d97f5a7c4583e SHA1: 70b9f96a424bd8cd8a3f2b7de6dabb5003a41f6d MD5sum: 9631009982a9515a72e5631b8844a305 Description: Fast, light and extensible chat client - Perl plugin WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client for many operating systems. Everything can be done with a keyboard. . This package provides the Perl scripting API plugin. Homepage: https://weechat.org/ Section: net Priority: optional Filename: pool/main/w/weechat/weechat-perl_4.4.3-1~bpo12+1_amd64.deb Package: weechat-php Source: weechat Version: 4.4.3-1~bpo12+1 Installed-Size: 385 Maintainer: Emmanuel Bouthenot Architecture: amd64 Depends: libc6 (>= 2.33), weechat-curses (= 4.4.3-1~bpo12+1) | weechat-headless (= 4.4.3-1~bpo12+1), libphp-embed Size: 144088 SHA256: eb793817b55dd1355021665f356a461b60989da6740e9e4c5e63980daa1399cb SHA1: 82868de8d88880024d5b36f7b810abf334601f77 MD5sum: 647832500f7fd7a48aaa2e3dcc9eeeed Description: Fast, light and extensible chat client - PHP plugin WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client for many operating systems. Everything can be done with a keyboard. . This package provides the PHP scripting API plugin. Homepage: https://weechat.org/ Section: net Priority: optional Filename: pool/main/w/weechat/weechat-php_4.4.3-1~bpo12+1_amd64.deb Package: weechat-plugins Source: weechat Version: 4.4.3-1~bpo12+1 Installed-Size: 780 Maintainer: Emmanuel Bouthenot Architecture: amd64 Depends: libaspell15 (>= 0.60.8), libc6 (>= 2.33), libcjson1 (>= 1.7.13), libgcrypt20 (>= 1.10.0), libgnutls30 (>= 3.7.5), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.2.11.dfsg), weechat-curses (= 4.4.3-1~bpo12+1) | weechat-headless (= 4.4.3-1~bpo12+1) Recommends: weechat-perl, weechat-python, weechat-ruby Suggests: weechat-scripts (>> 20090221-1) Size: 291092 SHA256: 4ee657b1815adb1d13dd8dc69913397c813ef010168dbfb181c170ae6085be3d SHA1: fb5652e703f0a9c591cb395511a47caad2f89937 MD5sum: 678aaa64d92a48b26496e97435d4f83f Description: Fast, light and extensible chat client - plugins WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client for many operating systems. Everything can be done with a keyboard. . This package provides some plugins to enhance WeeChat. It currently ships the following plugins: - script manager - Spell checking (thanks to aspell) - FIFO pipe for remote control - Relay (IRC proxy and WeeChat protocol) - Trigger - Typing Homepage: https://weechat.org/ Section: net Priority: optional Filename: pool/main/w/weechat/weechat-plugins_4.4.3-1~bpo12+1_amd64.deb Package: weechat-python Source: weechat Version: 4.4.3-1~bpo12+1 Installed-Size: 364 Maintainer: Emmanuel Bouthenot Architecture: amd64 Depends: libc6 (>= 2.33), libpython3.11 (>= 3.11.0), weechat-curses (= 4.4.3-1~bpo12+1) | weechat-headless (= 4.4.3-1~bpo12+1) Size: 143828 SHA256: c668fa5d95d851db8577e52e3a12b43b1cb8108c811a55320ba316b204937d52 SHA1: 13f9e11376be5b381ef30e4fb8ce4b484e36175c MD5sum: 5ccc5287680f09ae8978dc64c8b23ce9 Description: Fast, light and extensible chat client - Python 3 plugin WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client for many operating systems. Everything can be done with a keyboard. . This package provides the Python 3 scripting API plugin. Homepage: https://weechat.org/ Section: net Priority: optional Filename: pool/main/w/weechat/weechat-python_4.4.3-1~bpo12+1_amd64.deb Package: weechat-ruby Source: weechat Version: 4.4.3-1~bpo12+1 Installed-Size: 369 Maintainer: Emmanuel Bouthenot Architecture: amd64 Depends: libc6 (>= 2.33), libruby3.1 (>= 3.1.0~preview1), weechat-curses (= 4.4.3-1~bpo12+1) | weechat-headless (= 4.4.3-1~bpo12+1) Size: 149716 SHA256: 978aa60550982442dd53533fddf201e15cb30d9acd1fed08994fba2169588692 SHA1: d059ebc4aef7852e4cadc2681c7a0fbd9cfe41f8 MD5sum: be061bbec5ef96035cf6db49a7a31eb7 Description: Fast, light and extensible chat client - Ruby plugin WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client for many operating systems. Everything can be done with a keyboard. . This package provides the Ruby scripting API plugin. Homepage: https://weechat.org/ Section: net Priority: optional Filename: pool/main/w/weechat/weechat-ruby_4.4.3-1~bpo12+1_amd64.deb Package: weechat-tcl Source: weechat Version: 4.4.3-1~bpo12+1 Installed-Size: 325 Maintainer: Emmanuel Bouthenot Architecture: amd64 Depends: libc6 (>= 2.33), libtcl8.6 (>= 8.6.0), weechat-curses (= 4.4.3-1~bpo12+1) | weechat-headless (= 4.4.3-1~bpo12+1) Size: 140040 SHA256: 0b5e6777825e612540fa7010ffa4dd5319c155e8a5c855b126fff6b6f850f6e0 SHA1: 48b13bc9126b59dd17407831a5589ba84b075fc1 MD5sum: 4e4fd48f0476329adc0bfe992969494e Description: Fast, light and extensible chat client - Tcl plugin WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client for many operating systems. Everything can be done with a keyboard. . This package provides the Tcl scripting API plugin. Homepage: https://weechat.org/ Section: net Priority: optional Filename: pool/main/w/weechat/weechat-tcl_4.4.3-1~bpo12+1_amd64.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: 22077 Maintainer: Debian Games Team Architecture: amd64 Depends: wesnoth-1.16-data (= 1:1.16.11-1~bpo12+1), libboost-filesystem1.74.0 (>= 1.74.0+ds1), libboost-iostreams1.74.0 (>= 1.74.0+ds1), libboost-locale1.74.0 (>= 1.74.0+ds1), libboost-program-options1.74.0 (>= 1.74.0+ds1), libboost-random1.74.0 (>= 1.74.0+ds1), libboost-regex1.74.0-icu72, libc6 (>= 2.35), libcairo2 (>= 1.6.0), libdbus-1-3 (>= 1.9.14), libfontconfig1 (>= 2.12.6), libgcc-s1 (>= 3.4), 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: 5315168 SHA256: 080c8f265e5299666b2938fcec0b166471fd85782214fdbc6e527597070b07a5 SHA1: 023492b9661d5420609f9e4718239497ff3f7b10 MD5sum: 495eed468c85a18bf5cfff8b2b919842 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_amd64.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: 2468 Maintainer: Debian Games Team Architecture: amd64 Depends: libboost-coroutine1.74.0 (>= 1.74.0+ds1), libboost-filesystem1.74.0 (>= 1.74.0+ds1), libboost-iostreams1.74.0 (>= 1.74.0+ds1), libboost-locale1.74.0 (>= 1.74.0+ds1), libboost-random1.74.0 (>= 1.74.0+ds1), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libssl3 (>= 3.0.0), libstdc++6 (>= 11) Pre-Depends: init-system-helpers (>= 1.54~) Size: 1038656 SHA256: 495d765f0e72db4a515b122ffc7c137b1aaca1700bb666ed6b6a23d8caf01987 SHA1: c142890538d65c25fbb7184f1ab2f512d2016614 MD5sum: 19be6d147a38dde4edfd3c88dbdee227 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_amd64.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: 23133 Maintainer: Debian Games Team Architecture: amd64 Replaces: wesnoth-1.18-core (<< 1:1.16.11-1.~) Depends: wesnoth-1.18-data (= 1:1.18.2-1~bpo12+1), libboost-filesystem1.74.0 (>= 1.74.0+ds1), libboost-iostreams1.74.0 (>= 1.74.0+ds1), libboost-locale1.74.0 (>= 1.74.0+ds1), libboost-program-options1.74.0 (>= 1.74.0+ds1), libboost-random1.74.0 (>= 1.74.0+ds1), libboost-regex1.74.0-icu72, libc6 (>= 2.35), libcairo2 (>= 1.10.0), libcurl4 (>= 7.16.2), libdbus-1-3 (>= 1.9.14), libfontconfig1 (>= 2.12.6), libgcc-s1 (>= 3.4), 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: 5630852 SHA256: 41af78cc56390326f0cfda318158ad86c0e6672e0ad00359a982775a830fb3b8 SHA1: c1f4a8e0543f5dd99b41981527b8a42fc53dd2ca MD5sum: 1dd5a5cc40eeb523946619447bc982b4 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_amd64.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: 3059 Maintainer: Debian Games Team Architecture: amd64 Depends: adduser, libboost-coroutine1.74.0 (>= 1.74.0+ds1), libboost-filesystem1.74.0 (>= 1.74.0+ds1), libboost-iostreams1.74.0 (>= 1.74.0+ds1), libboost-locale1.74.0 (>= 1.74.0+ds1), libboost-random1.74.0 (>= 1.74.0+ds1), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libssl3 (>= 3.0.0), libstdc++6 (>= 11) Pre-Depends: init-system-helpers (>= 1.54~) Size: 1096096 SHA256: 4c5e34cf0840e3c99434eb52dc757fab1e655eb87c468fa757f7f00d4dc82b4d SHA1: 068dcca55d0005682d1c59e0a4b10206a4922d77 MD5sum: 7445a66f14b8c85eb7a095908e25953e 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_amd64.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: 4962 Maintainer: Debian X Strike Force Architecture: amd64 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: 927968 SHA256: cfc86cd20adb52eb4de0089e2b1e7127c9b5e570e301cbbfbcb870350ce08e62 SHA1: 3614c1adcda09d5a7eed59e8309dfb3d65a688aa MD5sum: 5a4230b0043ba168a079fd102578ba7d 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_amd64.deb Package: wims Version: 2:4.27a+dfsg1-3~bpo12+1 Installed-Size: 39488 Maintainer: Georges Khaznadar Architecture: amd64 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: 17078692 SHA256: 3c63373aabecf2514e08a43b913df5b5779d2171ff60e514fdc7d90f721603cc SHA1: c2220c82a837a61f331952e7ebf36b8edf011853 MD5sum: afab8d602f575704ba7aa27a552a91ea 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_amd64.deb Package: wims-modules Source: wims Version: 2:4.27a+dfsg1-3~bpo12+1 Installed-Size: 55214 Maintainer: Georges Khaznadar Architecture: all Replaces: wims (<< 4.15b~dfsg1-9) Depends: libjs-prototype, node-normalize.css, libjs-jquery, libjs-jquery-metadata, libjs-slick, libjs-jquery-ui, libjs-jquery-ui-theme-smoothness, libjs-asciimathml, libjs-marked, libjs-mootools, libjs-edit-area, node-mathjax-full, jsxgraph, ckeditor, asciidoc-common, yui-compressor Breaks: wims (<< 4.15b~dfsg1-9) Size: 12887672 SHA256: a1887e09de9e9c64f9404c1b68c455850d15d1c57754acdbf32cd81f9e4e5fc5 SHA1: f0d2c98d0c72638002655a8626407f134d740c7b MD5sum: 334e425b20b91894575a973bc607d61f Description: minimal set of modules used by WIMS WIMS uses modules to implement every user interface beyond its main page, including administrative tasks, help, mathematic tools, libraries, and a few interactive exercises. . To get the thousands of exercises which give WIMS its power, consider installing the recommended package wims-extra-all (or other packages which provide wims-extra). . Other educational materials can be downloaded outside of the Debian system by automated updates. See http://wimsedu.info Section: web Priority: optional Filename: pool/main/w/wims/wims-modules_4.27a+dfsg1-3~bpo12+1_all.deb Package: winbind Source: samba Version: 2:4.21.3+dfsg-6~bpo12+1 Installed-Size: 1635 Maintainer: Debian Samba Maintainers Architecture: amd64 Replaces: samba (<< 2:4.16.6+dfsg-5~), samba-libs (<< 2:4.16.6+dfsg-5~) Depends: samba-common (= 2:4.21.3+dfsg-6~bpo12+1), samba-common-bin (= 2:4.21.3+dfsg-6~bpo12+1), libwbclient0 (= 2:4.21.3+dfsg-6~bpo12+1), passwd, libbsd0 (>= 0.6.0), libc6 (>= 2.34), libgnutls30 (>= 3.7.0), libldap-2.5-0 (>= 2.5.4), libldb2 (>= 0.9.21), libndr5 (>= 2:4.20.0~rc1), libpopt0 (>= 1.14), libsmbldap2 (>= 2:4.16.6), libtalloc2 (>= 2.4.0), libtdb1 (>= 1.2.7+git20101214), libtevent0 (>= 0.15.0), samba-libs (= 2:4.21.3+dfsg-6~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: 445296 SHA256: 2bb7f1404fb98eed7f6e068af73cb4fde28afac63eca4ed7297edf8d1ba20875 SHA1: 609948dc854d9f8bf32758e843614577db9faf0a MD5sum: 5ac306127e93b4d057202ad5d6ccb840 Description: service to resolve user and group information from Windows NT servers Samba is an implementation of the SMB/CIFS protocol for Unix systems, providing support for cross-platform file sharing with Microsoft Windows, OS X, and other Unix systems. Samba can also function as a domain controller or member server in Active Directory or NT4-style domains. . This package provides winbindd, a daemon which integrates authentication and directory service (user/group lookup) mechanisms from a Windows domain on a Linux system. . Winbind based user/group lookups via /etc/nsswitch.conf can be enabled via the libnss-winbind package. Winbind based Windows domain authentication can be enabled via the libpam-winbind package. Multi-Arch: allowed Homepage: https://www.samba.org Section: net Priority: optional Filename: pool/main/s/samba/winbind_4.21.3+dfsg-6~bpo12+1_amd64.deb Package: winpr3-utils Source: freerdp3 Version: 3.10.3+dfsg-1~bpo12+1 Installed-Size: 182 Maintainer: Debian Remote Maintainers Architecture: amd64 Depends: libc6 (>= 2.34), libwinpr-tools3-3 (= 3.10.3+dfsg-1~bpo12+1), libwinpr3-3 (>= 3.0.0) Size: 40800 SHA256: 37fdffe0867cfe0543854d0b03f7bc45e8457def58a102e05cc1841b95e51761 SHA1: 710968dd5c4ae21403565872817dd44fe2d3d913 MD5sum: 07d3fab1b379abf4aeb2a678a4be9320 Description: Windows Portable Runtime library command line utilities WinPR is a spin-off project of FreeRDP which aims at providing a portable implementation of important portions of the Windows API. Just like FreeRDP, WinPR is released under the Apache license. Unlike Wine, WinPR does not provide binary compatibility, and does not require applications to be built for Windows. Instead, WinPR provides API compatibility for applications targeting non-Windows environments. When on Windows, the original native API is being used instead of the equivalent WinPR implementation, without having to modify the code using it. . This package contains WinPR command line utils (winpr-hash, winpr-makecert). Multi-Arch: foreign Homepage: https://www.freerdp.com/ Section: utils Priority: optional Filename: pool/main/f/freerdp3/winpr3-utils_3.10.3+dfsg-1~bpo12+1_amd64.deb Package: wireguard-go Version: 0.0.20231211-1~bpo12+1 Installed-Size: 2727 Maintainer: Debian Go Packaging Team Architecture: amd64 Depends: libc6 (>= 2.34) Size: 948920 SHA256: 8aa051985912bbc5499e4abe66389395656cf2daec02271a1ca654a277a82d33 SHA1: 8029bcfc16c65b3dfa5a0544386407f3204eb459 MD5sum: 9dd306ea9cec8c3b48d6385b5a1a97f0 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_amd64.deb Package: wireplumber Version: 0.5.7-1~bpo12+1 Installed-Size: 616 Maintainer: Utopia Maintenance Team Architecture: amd64 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.7-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: 104968 SHA256: 1dc71ca04a7c01d575085b9a9b746d009c2ac00884d8d508799f0ce526a8c889 SHA1: 449af8851bb4ff5f223fe5852311eb3c60725ea2 MD5sum: 571ccdedf9d88828a96b6576389575f3 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.7-1~bpo12+1_amd64.deb Package: wireplumber-doc Source: wireplumber Version: 0.5.7-1~bpo12+1 Installed-Size: 7076 Maintainer: Utopia Maintenance Team Architecture: all Size: 3130312 SHA256: 29411e13a7e2242a480a16a06737d9b2d9d57049376c11aff7359a8e76e1384e SHA1: a25623d41bf7170924be933c277d32a84e76cdcc MD5sum: e033e1d107f44be52c5aea9d5ee201f2 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.7-1~bpo12+1_all.deb Package: wsjtx Version: 2.7.0~rc6+dfsg-1~bpo12+1 Installed-Size: 9969 Maintainer: Debian Hamradio Maintainers Architecture: amd64 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.35), libfftw3-single3 (>= 3.3.10), libgcc-s1 (>= 4.0), libgfortran5 (>= 10), libgomp1 (>= 4.9), libhamlib4 (>= 4.1), libqcustomplot2.1 (>= 2.1.0+dfsg1), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5multimedia5 (>= 5.6.0~beta), libqt5network5 (>= 5.15.1), libqt5serialport5 (>= 5.6.0), libqt5sql5 (>= 5.10.0), libqt5widgets5 (>= 5.15.1), libstdc++6 (>= 11), libhamlib-utils, libqt5multimedia5-plugins, libqt5sql5-sqlite, wsjtx-data (= 2.7.0~rc6+dfsg-1~bpo12+1) Recommends: wsjtx-doc Size: 2383612 SHA256: 8c872fd280020bb51ba5883bcf9a5c3159913044a01c59b73a0323348968b527 SHA1: fa3a770cfe7d3fd3b726a014434bb540f87b7910 MD5sum: 668c00984a23ef1759e1bf77358a385e 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_amd64.deb Package: wsjtx-data Source: wsjtx Version: 2.7.0~rc6+dfsg-1~bpo12+1 Installed-Size: 3755 Maintainer: Debian Hamradio Maintainers Architecture: all Depends: hamradio-files Size: 3702872 SHA256: fe5375c980fecfc55d03a27679fc05e1212d46e7ef2bf7218834cdd6dac66d69 SHA1: 27705eea9ffdd5d28215993ab43a4167793de12c MD5sum: a8245e208aa0d4d0e7b2d516fb520789 Description: Weak-signal amateur radio communications (data files) WSJT-X implements amateur radio communication protocols or "modes" called FT4, FT8, JT4, JT9, JT65, QRA64, ISCAT, MSK144, and WSPR, as well as one called Echo for detecting and measuring your own radio signals reflected from the Moon. These modes were all designed for making reliable, confirmed QSOs under extreme weak-signal conditions. . This package contains architecture-independent data files. Multi-Arch: foreign Homepage: https://sourceforge.net/projects/wsjt/ Section: hamradio Priority: optional Filename: pool/main/w/wsjtx/wsjtx-data_2.7.0~rc6+dfsg-1~bpo12+1_all.deb Package: wsjtx-doc Source: wsjtx Version: 2.7.0~rc6+dfsg-1~bpo12+1 Installed-Size: 6169 Maintainer: Debian Hamradio Maintainers Architecture: all Depends: fonts-font-awesome, fonts-open-sans Size: 4491568 SHA256: 4aa4922a445890ac50d40c03420b91cd9a62a975421eff62569713e721c4e4b4 SHA1: c5c5507a1ff07ad596b333392caea366dcbe0329 MD5sum: c3e6d17c77b5abf596b87e7b238b61ff Description: Documentation and examples for the WSJT-X package WSJT-X implements amateur radio communication protocols or "modes" called FT4, FT8, JT4, JT9, JT65, QRA64, ISCAT, MSK144, and WSPR, as well as one called Echo for detecting and measuring your own radio signals reflected from the Moon. These modes were all designed for making reliable, confirmed QSOs under extreme weak-signal conditions. . This package provides the software documentation. Multi-Arch: foreign Homepage: https://sourceforge.net/projects/wsjt/ Section: doc Priority: optional Filename: pool/main/w/wsjtx/wsjtx-doc_2.7.0~rc6+dfsg-1~bpo12+1_all.deb Package: xbrlapi Source: brltty Version: 6.7-1~bpo12+1 Installed-Size: 286 Maintainer: Debian Accessibility Team Architecture: amd64 Depends: libbrlapi0.8 (>= 6.7), libc6 (>= 2.34), libicu72 (>= 72.1~rc-1~), libx11-6, libxfixes3, libxtst6 Size: 143672 SHA256: af1f7186fa34296c888b6d294ae41d8c33776eb913591131fa6de7fefb35565d SHA1: da9ae69976f794c6d4ce137129205bf5390ec677 MD5sum: ec5f742eb9374d294e1d28057940180f Description: Access software for a blind person using a braille display - xbrlapi BRLTTY is a daemon which provides access to the Linux console (text mode) for a blind person using a braille display. It drives the braille display and provides complete screen review functionality. . This package provides xbrlapi, a brltty X11 helper which handles proper keyboard simulation and window selection. Multi-Arch: foreign Homepage: https://brltty.com Section: admin Priority: optional Filename: pool/main/b/brltty/xbrlapi_6.7-1~bpo12+1_amd64.deb Package: xdiskusage Version: 1.60-4~bpo12+1 Installed-Size: 75 Maintainer: Debian QA Group Architecture: amd64 Depends: libc6 (>= 2.34), libfltk1.3 (>= 1.3.1), libgcc-s1 (>= 3.0), libstdc++6 (>= 5) Size: 27160 SHA256: 55a1d75bf50db8aff4d90fcc8f2555c01f3553dd7bc0594b321ede6caae11b5e SHA1: b56161097b57a902e75c948d828c939b5896ac92 MD5sum: 18bd1ae17c7216d1dcef7ae9e2894491 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_amd64.deb Package: xfce4-clipman Source: xfce4-clipman-plugin Version: 2:1.6.5-1~bpo12+1 Installed-Size: 962 Maintainer: Debian Xfce Maintainers Architecture: amd64 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: 160668 SHA256: 7de3bf20bab50d19737dee3c930fbc7be3c9fd60ce4b01765659571b1c05f5ce SHA1: ca8e9e198e5b5a81234764ac61230c5458c8d6fd MD5sum: 0a5932c2c7b983db5d49b29031096b5f 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_amd64.deb Package: xfce4-clipman-plugin Version: 2:1.6.5-1~bpo12+1 Installed-Size: 115 Maintainer: Debian Xfce Maintainers Architecture: amd64 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: 38232 SHA256: 848ec8b49e2aed8f57554244584cd47315838e309bc03a0f77df48f0a76eaccf SHA1: 0574295abb872ecbaeb090c4d0d637521ec0f7e1 MD5sum: a710e9c6aa90132fc14c7cab56f20dab 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_amd64.deb Package: xmake Version: 2.9.7+ds-1~bpo12+1 Installed-Size: 616 Maintainer: Lance Lin Architecture: amd64 Depends: libc6 (>= 2.34), liblua5.4-0 (>= 5.4.4), liblz4-1 (>= 1.7.5), libncurses6 (>= 6), libreadline8 (>= 6.0), libsv1 (>= 1.1), libtinfo6 (>= 6), lua-cjson (>= 2.1.0+dfsg), xmake-data (>= 2.9.7+ds-1~bpo12+1) Recommends: doxygen Size: 255948 SHA256: 167f8d67209d7ecc32ca5b56de0f9fe4662205e640729f237649477a9f55ea61 SHA1: 5fc8accd6805b6a9204c16a670ac99affd7d21ba MD5sum: 0a8c68229aecfabe9770baf46fab050a 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.7+ds-1~bpo12+1_amd64.deb Package: xmake-data Source: xmake Version: 2.9.7+ds-1~bpo12+1 Installed-Size: 7679 Maintainer: Lance Lin Architecture: all Recommends: make, cmake Size: 758568 SHA256: 0f2228ceeef667958230eb1dd2e3e25e1c855634a696ef4930c92b5abe888673 SHA1: 9c5fdb5f515da3e64bff5ff8da433be3e65b78e6 MD5sum: 71e5fcd053edc3225864a872bb88bd3e 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.7+ds-1~bpo12+1_all.deb Package: xmpp-dns Version: 0.4.5-1~bpo12+1 Installed-Size: 5846 Maintainer: Debian Go Packaging Team Architecture: amd64 Depends: libc6 (>= 2.34) Size: 1921764 SHA256: 30bfbad0d2bf3794ac03f43403383bd43bfefb3eafc43ac7edb91a7f1973d435 SHA1: 7383d984a7fb15cfd85bef7e04a1f13426b1fba0 MD5sum: f7f4ec30cb9e7efd6dced1795dd3d341 Description: CLI tool to check XMPP SRV records. Xmpp-dns can look up XMPP SRV records, resolve the IPs, test the connection and the certificates. Homepage: https://salsa.debian.org/mdosch/xmpp-dns Built-Using: golang-1.22 (= 1.22.9-2~bpo12+1), golang-debian-mdosch-xmppsrv (= 0.3.3-1~bpo12+1), golang-github-pborman-getopt (= 1.1.0-2), golang-golang-x-net (= 1:0.7.0+dfsg-1) Section: net Priority: optional Filename: pool/main/x/xmpp-dns/xmpp-dns_0.4.5-1~bpo12+1_amd64.deb Package: xrdp Version: 0.9.24-5~bpo12+1 Installed-Size: 3179 Maintainer: Debian Remote Maintainers Architecture: amd64 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: 493540 SHA256: 31ffabb76734bdca748bfc4e09e4c741900ddafb3904959fa4c9b42fc9fe89a3 SHA1: b795a367d75f5ac222686b0e8d7b9ae1b6371328 MD5sum: 0b96e30e64ff4dd80a965eb68a9f5ffb 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_amd64.deb Package: xscreensaver Version: 6.08+dfsg1-1~bpo12+1 Installed-Size: 1701 Maintainer: Tormod Volden Architecture: amd64 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: 409964 SHA256: 242ea5f4682d041f3dda74d3f34fd983bf5c94a941873b6d45f07778da3b6508 SHA1: 28bde1c67aa1acefe15fc5381f583ab02f361667 MD5sum: 4c4ef73993b87511d99ba8e8aa11e13a 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_amd64.deb Package: xscreensaver-data Source: xscreensaver Version: 6.08+dfsg1-1~bpo12+1 Installed-Size: 2444 Maintainer: Tormod Volden Architecture: amd64 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: 390380 SHA256: 3500352a7315cc1438b566fe77ef7f8721eca4c3bd09cb904fd77b53358c3e28 SHA1: f9330873974248e741876dcdab84dba6604a5aec MD5sum: d9ce3c9ff631c3926499b1b422fc5c06 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_amd64.deb Package: xscreensaver-data-extra Source: xscreensaver Version: 6.08+dfsg1-1~bpo12+1 Installed-Size: 8541 Maintainer: Tormod Volden Architecture: amd64 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: 1387408 SHA256: c1d024723a4ad3a209927bb1a63f884011eb31da08cd1c1058c21dbe5432529d SHA1: 2fc4d8cb6deb1546dc13b7321c0e29e6f67c034b MD5sum: 3d5b064ee79423dc912dc870d8a0ab6a 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_amd64.deb Package: xscreensaver-gl Source: xscreensaver Version: 6.08+dfsg1-1~bpo12+1 Installed-Size: 23412 Maintainer: Tormod Volden Architecture: amd64 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: 8588432 SHA256: 0b422579efe36d50345eabe9a539ddae8a5097451177d915329eb06f3b60b7f7 SHA1: 9be190a42b28ab8f18447f23e72d61e4aabd7f10 MD5sum: e337604b0b80b9ccc6830f4fbc3cc4bd 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_amd64.deb Package: xscreensaver-gl-extra Source: xscreensaver Version: 6.08+dfsg1-1~bpo12+1 Installed-Size: 11434 Maintainer: Tormod Volden Architecture: amd64 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: 4785280 SHA256: b76bc1eb2aba885b94e6a9fa00a7d5359769e4e2e068065abe3f1779bb9fb6e4 SHA1: a3079a44eba89b7f3402a9e6db0522ea20062d76 MD5sum: 2406b65889d8014ece59c0370eec6c79 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_amd64.deb Package: xscreensaver-screensaver-bsod Source: xscreensaver Version: 6.08+dfsg1-1~bpo12+1 Installed-Size: 456 Maintainer: Tormod Volden Architecture: amd64 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: 233496 SHA256: c661285f8e12894cbc499e960ce22991ba2327e507531c37283d792c102b657f SHA1: ce220a989641974f3d67d78770a601b9b75b86cd MD5sum: 81f28b7649fe2bc25d70fe9cd9f28886 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_amd64.deb Package: xscreensaver-screensaver-webcollage Source: xscreensaver Version: 6.08+dfsg1-1~bpo12+1 Installed-Size: 184 Maintainer: Tormod Volden Architecture: amd64 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: 49856 SHA256: 5e566329c34f68a035193357bef2f11f1378b097dcca3ed7391abef3df2a9ec6 SHA1: 55358ab254609a9af1002ace436923c111ac4efa MD5sum: 0ccfd175379deecdfc40b113f8fcd992 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_amd64.deb Package: yara Version: 4.5.2-1~bpo12+1 Installed-Size: 86 Maintainer: Debian Security Tools Architecture: amd64 Depends: libc6 (>= 2.34), libyara10 (>= 4.3.0~) Size: 24532 SHA256: 15a9e9cdf7f448be215569bdfb52c521818c5dccf5f5932545f178405cdd8a9b SHA1: 0d6fcba6dfd45ecc3718f89889e1592450356bee MD5sum: 5ec2eb159bc37bd8c7488c7e38f746f7 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_amd64.deb Package: yara-doc Source: yara Version: 4.5.2-1~bpo12+1 Installed-Size: 1310 Maintainer: Debian Security Tools Architecture: all Depends: libjs-sphinxdoc (>= 5.2) Size: 141564 SHA256: 80a3650ffab210ba56420e0afe05a247163730fe14425bdf46a9585707c9d628 SHA1: a3fd24e4ab04f3fde8d78f0b76ecbadbe6ccf23f MD5sum: 519ea7deecd71ef46622c3b9cc4178a3 Description: HTML documentation for YARA YARA is a tool aimed at helping malware researchers to identify and classify malware samples. With YARA, it is possible to create descriptions of malware families based on textual or binary patterns contained in samples of those families. Each description consists of a set of strings and a Boolean expression which determines its logic. . Complex and powerful rules can be created by using binary strings with wild-cards, case-insensitive text strings, special operators, regular expressions and many other features. . This package contains the documentation in HTML format. Multi-Arch: foreign Homepage: https://virustotal.github.io/yara/ Built-Using: sphinx (= 5.3.0-4) Section: doc Priority: optional Filename: pool/main/y/yara/yara-doc_4.5.2-1~bpo12+1_all.deb Package: yggdrasil Version: 0.5.12-1~bpo12+1 Installed-Size: 16958 Maintainer: Debian Go Packaging Team Architecture: amd64 Depends: debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), adduser Size: 4710416 SHA256: 7227a08c03f364726fa3ecb529fb49fac117268cecfc878cec44913be4237099 SHA1: 33520f5f3d2ce73085a1753b5d608dd0206da863 MD5sum: 6c2b244272ab2ef4f67cade5ca374789 Description: Fully encrypted global-scale mesh network (program) Yggdrasil is an early-stage implementation of a fully end-to-end encrypted IPv6 network. It is lightweight, self-arranging, supported on multiple platforms and allows pretty much any IPv6-capable application to communicate securely with other Yggdrasil nodes. Yggdrasil does not require you to have IPv6 Internet connectivity - it also works over IPv4. . This package contains the executables. Homepage: https://github.com/yggdrasil-network/yggdrasil-go Built-Using: golang-1.22 (= 1.22.9-2~bpo12+1), golang-github-arceliar-ironwood (= 0.0~git20241213.743fe2f-1~bpo12+1), golang-github-arceliar-phony (= 0.0~git20220903.530938a-1~bpo12+1), golang-github-bits-and-blooms-bitset (= 1.13.0-1~bpo12+1), golang-github-gologme-log (= 1.3.0-2), golang-github-hashicorp-go-syslog (= 1.0.0-2), golang-github-kardianos-minwinsvc (= 1.0.0-2), golang-github-lucas-clemente-quic-go (= 0.46.0-2~bpo12+1), golang-github-mattn-go-runewidth (= 0.0.14-1), golang-github-olekukonko-tablewriter (= 0.0.5-2), golang-github-rivo-uniseg (= 0.4.2-1), golang-github-vishvananda-netlink (= 1.3.0-2~bpo12+1), golang-github-vishvananda-netns (= 0.0~git20211101.5004558-1), golang-github-willf-bloom (= 3.7.0-1~bpo12+1), golang-go.crypto (= 1:0.4.0-1), golang-golang-x-exp (= 0.0~git20221028.83b7d23-2), golang-golang-x-net (= 1:0.7.0+dfsg-1), golang-golang-x-sys (= 0.22.0-1~bpo12+1), golang-golang-x-text (= 0.16.0-1~bpo12+1), golang-nhooyr-websocket (= 1.8.12-4~bpo12+1), hjson-go (= 4.4.0-1~bpo12+1), wireguard-go (= 0.0.20231211-1~bpo12+1) Section: golang Priority: optional Filename: pool/main/y/yggdrasil/yggdrasil_0.5.12-1~bpo12+1_amd64.deb Package: yorick-gyoto Source: gyoto Version: 2.0.2-1~bpo12+1 Installed-Size: 1103 Maintainer: Debian Astronomy Maintainers Architecture: amd64 Depends: libc6 (>= 2.14), 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: 334112 SHA256: d2cdd013b9f993953d410b4b034f184fe1a6f3b72fb0205150e3a6b01000e20d SHA1: 948ec2c4ca28f507f1453e96a179ed1ea9c406fe MD5sum: ae8427eb051e667cb626feb07ff1392e 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_amd64.deb Package: yt-dlp Version: 2025.01.15-1~bpo12+1 Installed-Size: 10787 Maintainer: Unit 193 Architecture: all Depends: python3-certifi, python3-mutagen, python3-pycryptodome, python3-requests, python3-urllib3, python3-websockets, python3:any Recommends: aria2 | wget | curl, ca-certificates, ffmpeg Suggests: libfribidi-bin | bidiv, phantomjs Size: 2053388 SHA256: c7daf07031a30943d6142f2bbf976016ba61f8d2ebf6e70b3e2ec89b66261df1 SHA1: d335a1c1d423002793f08bd00f4bafceab2b7048 MD5sum: cb0729587d3ff693a2b387de0447f880 Description: downloader of videos from YouTube and other sites yt-dlp is a youtube-dl fork based on the now inactive youtube-dlc. The main focus of this project is adding new features and patches while also keeping up to date with the original project. . yt-dlp is a small command-line program to download videos from YouTube.com and other sites that don't provide direct links to the videos served. . yt-dlp allows the user, among other things, to choose a specific video quality to download (if available) or let the program automatically determine the best (or worst) quality video to grab. It supports downloading entire playlists and all videos from a given user. . Currently supported sites (or features of sites) are: . 17live, 1News, 1tv, 20min, 23video, 247sports, 24tv.ua, 3qsdn, 3sat, 4tube, 56.com, 6play, 7plus, 8tracks, 9c9media, 9gag, 9News, 9now.com.au, abc.net.au, abcnews, abcotvs, AbemaTV, AbemaTVTitle, acast, AcFunBangumi, AcFunVideo, ADN, ADNSeason, AdobeConnect, adobetv, AdultSwim, aenetworks, AeonCo, AirTV, AitubeKZVideo, AliExpressLive, AlJazeera, Allocine, Allstar, AllstarProfile, AlphaPorno, Alsace20TV, Alsace20TVEmbed, altcensored, Alura, AluraCourse, AmadeusTV, Amara, AmazonMiniTV, AmazonReviews, AmazonStore, AMCNetworks, AmericasTestKitchen, AmericasTestKitchenSeason, AmHistoryChannel, AnchorFMEpisode, anderetijden, Angel, AnimalPlanet, Anvato, aol.com, APA, Aparat, AppleConnect, AppleDaily, ApplePodcasts, appletrailers, archive.org, ArcPublishing, ARD, ARDMediathek, ARDMediathekCollection, Arkena, Art19, Art19Show, arte.sky.it, ArteTV, ArteTVCategory, ArteTVEmbed, ArteTVPlaylist, asobichannel, AsobiStage, AtresPlayer, AtScaleConfEvent, ATVAt, AudiMedia, AudioBoom, audiomack, Audius, AWAAN, axs.tv, AZMedien, BaiduVideo, BanBye, BanByeChannel, bandaichannel, Bandcamp, Bandlab, BandlabPlaylist, BannedVideo, bbc, bbc.co.uk, BBVTV, BBVTVLive, BBVTVRecordings, BeaconTv, BeatBumpPlaylist, BeatBumpVideo, Beatport, Beeg, BehindKink, Bellator, BellMedia, BerufeTV, Bet, bfmtv, Bigflix, Bigo, Bild, BiliBili, Bilibili category extractor, BilibiliAudio, BilibiliAudioAlbum, BiliBiliBangumi, BiliBiliBangumiMedia, BiliBiliBangumiSeason, BilibiliCheese, BilibiliCheeseSeason, BilibiliCollectionList, BilibiliFavoritesList, BiliBiliPlayer, BilibiliPlaylist, BiliBiliSearch, BilibiliSeriesList, BilibiliSpaceAudio, BilibiliSpaceVideo, BilibiliWatchlater, BiliIntl, BiliLive, BioBioChileTV, Biography, BitChute, BitChuteChannel, BlackboardCollaborate, BleacherReport, BleacherReportCMS, blerp, blogger.com, Bloomberg, Bluesky, BokeCC, BongaCams, Boosty, BostonGlobe, Box, BoxCastVideo, Bpb, BR, BrainPOP, BrainPOPELL, BrainPOPEsp, BrainPOPFr, BrainPOPIl, BrainPOPJr, BravoTV, BreitBart, Bundesliga, Bundestag, 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, CDAFolder, Cellebrite, CeskaTelevize, CGTN, CharlieRose, Chaturbate, Chilloutzone, cielotv.it, Cinemax, CinetecaMilano, Cineverse, CineverseDetails, CiscoLiveSearch, CiscoLiveSession, ciscowebex, CJSW, Clipchamp, Clippit, ClipRs, ClipYouEmbed, CloserToTruth, CloudflareStream, CloudyCDN, Clubic, Clyp, cmt.com, CNBCVideo, CNN, CNNIndonesia, ComedyCentral, ComedyCentralTV, ConanClassic, CondeNast, CONtv, CookingChannel, Corus, Coub, CozyTV, cp24, cpac, Cracked, Crackle, Craftsy, CrooksAndLiars, CrowdBunker, CrowdBunkerChannel, Crtvg, 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, DrTalks, DrTuber, drtv, DTube, duboku, Dumpert, Duoplay, dvtv, dw, EaglePlatform, EbaumsWorld, Ebay, EinsUndEinsTV, EinsUndEinsTVLive, EinsUndEinsTVRecordings, eitb.tv, ElementorEmbed, Elonet, ElPais, ElTreceTV, Embedly, EMPFlix, Epicon, EpiconSeries, EpidemicSound, eplus, Epoch, Eporner, Erocast, EroProfile, ERRJupiter, ertflix, ESPN, ESPNArticle, ESPNCricInfo, EttuTv, Europa, EuroParlWebstream, EuropeanTour, Eurosport, EUScreen, EWETV, EWETVLive, EWETVRecordings, Expressen, EyedoTV, facebook, FacebookPluginsVideo, Fathom, faz.net, fc2, Fczenit, Fifa, filmon, Filmweb, FiveThirtyEight, FiveTV, FlexTV, Flickr, Floatplane, FloatplaneChannel, Folketinget, FoodNetwork, FootyRoom, Formula1, FOX, FOX9, FOX9News, foxnews, FoxNewsVideo, FoxSports, fptplay, FranceCulture, FranceInter, FranceTV, francetvinfo.fr, FranceTVSite, Freesound, freespeech.org, FreeTvMovies, FrontendMasters, FrontendMastersCourse, FrontendMastersLesson, FujiTVFODPlus7, Funimation, Funk, Funker530, Fux, FuyinTV, Gab, GabTV, Gaia, GameDevTVDashboard, GameJolt, GameJoltCommunity, GameJoltGame, GameJoltGameSoundtrack, GameJoltSearch, GameJoltUser, GameSpot, GameStar, Gaskrank, Gazeta, GBNews, GDCVault, GediDigital, gem.cbc.ca, generic, Genius, GeniusLyrics, Germanupa, GetCourseRu, GetCourseRuPlayer, Gettr, GettrStreaming, GiantBomb, GlattvisionTV, GlattvisionTVLive, GlattvisionTVRecordings, Glide, GlobalPlayerAudio, GlobalPlayerAudioEpisode, GlobalPlayerLive, GlobalPlayerLivePlaylist, GlobalPlayerVideo, Globo, GloboArticle, glomex, GMANetworkVideo, Go, GoDiscovery, GodResource, GodTube, Gofile, Golem, GoogleDrive, GoPlay, GoPro, Goshgay, GoToStage, GPUTechConf, Graspop, Gronkh, Groupon, Harpodeon, hbo, HearThisAt, Heise, HellPorno, hetklokhuis, HGTVDe, HGTVUsa, HiDive, HistoricFilms, HitRecord, hketv, HollywoodReporter, HollywoodReporterPlaylist, Holodex, HotNewHipHop, hotstar, hrfernsehen, HRTi, HRTiPlaylist, HSEProduct, HSEShow, html5, Huajiao, HuffPost, Hungama, HungamaAlbumPlaylist, HungamaSong, Hypem, Hytale, Icareus, IdolPlus, IflixSeries, ign.com, IGNArticle, IGNVideo, iheartradio, IlPost, Iltalehti, imdb, Imgur, Ina, Inc, IndavideoEmbed, InfoQ, Instagram, InstagramIOS, Internazionale, InternetVideoArchive, InvestigationDiscovery, IPrima, IPrimaCNN, iq.com, iqiyi, IslamChannel, IslamChannelSeries, IsraelNationalNews, ITProTV, ITProTVCourse, ITV, ITVBTCC, ivi, ivideon, IVXPlayer, iwara, Ixigua, Izlesene, Jamendo, JamendoAlbum, JeuxVideo, jiocinema, Joj, JoqrAg, Jove, JStream, JTBC, JWPlatform, Kakao, Kaltura, KankaNews, Karaoketv, Katsomo, KelbyOne, Kenh14Playlist, Kenh14Video, 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, 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, pbs, PBSKids, PearVideo, PeekVids, peer.tv, PeerTube, peloton, PerformGroup, periscope, PGATour, PhilharmonieDeParis, phoenix.de, Photobucket, PiaLive, Piapro, Picarto, PicartoVod, Piksel, Pinkbike, Pinterest, PinterestCollection, Pladform, PlanetMarathi, Platzi, PlatziCourse, player.sky.it, playeur, PlayPlusTV, PlaySuisse, Playtvak, PlayVids, Playwire, pluralsight, PlutoTV, PlVideo, PodbayFM, PodbayFMChannel, Podchaser, podomatic, PokerGo, PokerGoCollection, PolsatGo, PolskieRadio, Popcorntimes, PopcornTV, Pornbox, PornerBros, PornFlip, PornHub, PornHubPagedVideoList, PornHubPlaylist, PornHubUser, PornHubUserVideosUpload, Pornotube, PornoVoisines, PornoXO, PornTop, PornTube, Pr0gramm, PrankCast, PrankCastPost, PremiershipRugby, PressTV, ProjectVeritas, prosiebensat1, PRXAccount, PRXSeries, PRXStory, puhutv, Puls4, Pyvideo, QDance, QingTing, qqmusic, QuantumTV, QuantumTVLive, QuantumTVRecordings, R7, R7Article, Radiko, RadikoRadio, radio.de, Radio1Be, radiocanada, RadioComercial, RadioComercialPlaylist, radiofrance, RadioFranceLive, RadioFrancePodcast, RadioFranceProfile, RadioFranceProgramSchedule, RadioJavan, radiokapital, RadioRadicale, RadioZetPodcast, radlive, Rai, RaiCultura, RaiNews, RaiPlay, RaiPlayLive, RaiPlayPlaylist, RaiPlaySound, RaiPlaySoundLive, RaiPlaySoundPlaylist, RaiSudtirol, RayWenderlich, RayWenderlichCourse, RbgTum, RbgTumCourse, RbgTumNewCourse, RCS, RCSEmbeds, RCSVarious, RCTIPlus, RCTIPlusSeries, RCTIPlusTV, RDS, RedBull, RedBullEmbed, RedBullTV, RedBullTVRrnContent, redcdnlivx, Reddit, RedGifs, RedGifsSearch, RedGifsUser, RedTube, RENTV, RENTVArticle, Restudy, Reuters, ReverbNation, RheinMainTV, RideHome, RinseFM, RinseFMArtistPlaylist, RMCDecouverte, RockstarGames, Rokfin, RoosterTeeth, RoosterTeethSeries, RottenTomatoes, Rozhlas, RozhlasVltava, RTBF, RTDocumentry, RTDocumentryPlaylist, rte, rtl.nl, rtl2, RTLLuLive, RTLLuRadio, RTNews, RTP, RTRFM, RTS, RTVCKaltura, RTVCPlay, RTVCPlayEmbed, 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, soop, soundcloud, SoundcloudEmbed, soundgasm, southpark.cc.com, southpark.de, southpark.lat, southpark.nl, southparkstudios.dk, SovietsCloset, SovietsClosetPlaylist, SpankBang, SpankBangPlaylist, Spiegel, Sport5, SportBox, SportDeutschland, spotify, Spreaker, SpreakerShow, SpringboardPlatform, Sprout, SproutVideo, SRGSSR, SRGSSRPlay, StacommuLive, StacommuVOD, StagePlusVODConcert, stanfordoc, StarTrek, startv, Steam, SteamCommunityBroadcast, Stitcher, StitcherShow, StoryFire, StoryFireSeries, StoryFireUser, 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, UlizaPlayer, UlizaPortal, Unistra, Unity, uol.com.br, uplynk, Urort, URPlay, USANetwork, USAToday, ustream, ustudio, Varzesh3, Vbox7, Veo, Vesti, Vevo, VevoPlaylist, VGTV, vh1.com, vice, Viddler, Videa, video.arnes.si, video.sky.it, VideoDetective, videofy.me, VideoKen, VideoKenCategory, VideoKenPlayer, VideoKenPlaylist, VideoKenTopic, videomore, VideoPress, Vidflex, Vidio, VidioLive, VidioPremier, VidLii, Vidly, vids.io, Vidyard, viewlift, Viidea, viki, vimeo, ViMP, 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_2025.01.15-1~bpo12+1_all.deb Package: yubihsm-auth Source: yubihsm-shell Version: 2.6.0-3~bpo12+1 Installed-Size: 53 Maintainer: Debian Security Tools Architecture: amd64 Depends: libc6 (>= 2.34), libssl3 (>= 3.0.0), libykhsmauth2 (>= 2.6.0) Size: 18732 SHA256: 17bb5cb4ffa33ac73524f28048b45ab888f220c084d8657eb70feaed44eac113 SHA1: 406df3215f9fcc0f648a3480dd65da4a396c9322 MD5sum: c3a0723cebd3ec18036a41ab6ac2d48c 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_amd64.deb Package: yubihsm-connector Version: 3.0.5-1~bpo12+1 Installed-Size: 9412 Maintainer: Debian Security Tools Architecture: amd64 Depends: adduser, libc6 (>= 2.34), libusb-1.0-0 (>= 2:1.0.22) Pre-Depends: init-system-helpers (>= 1.54~) Size: 2880772 SHA256: 2394def1c85e5f4a88b65104f4e5585ad383eb26d3c5d4cf6d40d315807cef5b SHA1: 6855635e5607cc176f7bd15035872961e578ec75 MD5sum: 4e3d2f49a5694b7cd32f4acab4722b8b 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_amd64.deb Package: yubihsm-pkcs11 Source: yubihsm-shell Version: 2.6.0-3~bpo12+1 Installed-Size: 463 Maintainer: Debian Security Tools Architecture: amd64 Depends: libyubihsm2 (= 2.6.0-3~bpo12+1), libc6 (>= 2.33), libssl3 (>= 3.0.0) Size: 146660 SHA256: dd04db51da4a5f078cb17c70c455cb8868f36a74e2b505b2c266530e171ddd94 SHA1: d6557262ec3625020acccf60dfa4f6e05c211912 MD5sum: 0d56a0358f125a917dc3fe55c3e4f0a3 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_amd64.deb Package: yubihsm-shell Version: 2.6.0-3~bpo12+1 Installed-Size: 201 Maintainer: Debian Security Tools Architecture: amd64 Depends: libc6 (>= 2.34), libedit2 (>= 2.11-20080614-0), libssl3 (>= 3.0.0), libykhsmauth2 (>= 2.6.0), libyubihsm2 (>= 2.6.0) Size: 65132 SHA256: f00d742cbca780a98bdfe73f8088c4cc0464dd709c7e95d7bb5ab10df16eba5e SHA1: 3fb9c05021ecb1a0d6e3b2b7565d1c15024f06a0 MD5sum: 39e1eb3512f310d851cc5e9ec36d1e51 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_amd64.deb Package: yubihsm-wrap Source: yubihsm-shell Version: 2.6.0-3~bpo12+1 Installed-Size: 53 Maintainer: Debian Security Tools Architecture: amd64 Depends: libc6 (>= 2.34), libssl3 (>= 3.0.0), libyubihsm2 (>= 2.6.0) Size: 17648 SHA256: 4d64ee1f7ec89c40217b2cec21018bbe99c9456518e29d597a374c0e8f06ae2a SHA1: 07dd6949de87c8c42f48081cf824cbbc08e479a9 MD5sum: 93b91c86beaf9167a18250d21b53af16 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_amd64.deb Package: zabbix-agent Source: zabbix Version: 1:7.0.5+dfsg-1~bpo12+1 Installed-Size: 1305 Maintainer: Dmitry Smirnov Architecture: amd64 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: 766352 SHA256: c727cf06e0f37953e9242ad0365578208480b4f92d41c15362963943e7f0066b SHA1: 07893bb98d849d8d779225abbf6787b72c6b4f01 MD5sum: 97484c3cf0a7f385f6d597d56ba643a0 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.5+dfsg-1~bpo12+1_amd64.deb Package: zabbix-agent2 Source: zabbix Version: 1:7.0.5+dfsg-1~bpo12+1 Installed-Size: 16257 Maintainer: Dmitry Smirnov Architecture: amd64 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: 5286824 SHA256: 823449b55b7448d020ff7ce574b8890543c0742c71e697758751d062042f2eb3 SHA1: 0f2243affe08ab888913efd38c30b2e86785997e MD5sum: f37df6f5dd766f2facd3656fdb8471b8 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.5+dfsg-1~bpo12+1_amd64.deb Package: zabbix-frontend-php Source: zabbix Version: 1:7.0.5+dfsg-1~bpo12+1 Installed-Size: 85001 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: 24296676 SHA256: 4ca66599ea24a0a59deab7948ca30f10a36b0322f807b60188ff9f5af606ff97 SHA1: e2cb0e31e574e07b7cfb1cefba75c4ee1c5931b5 MD5sum: 5429e8252890cec36f6560ec155247eb 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.5+dfsg-1~bpo12+1_all.deb Package: zabbix-java-gateway Source: zabbix Version: 1:7.0.5+dfsg-1~bpo12+1 Installed-Size: 586 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: 521616 SHA256: 343e723c713b8d988a5c1f3dca987f68471cb52cdf526526babd110c71dbe01e SHA1: f9f4ae5c277c8e87ee4dbfa71af909592393946a MD5sum: 6ee757b7dc78ed5b4e7801a802f342a6 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.5+dfsg-1~bpo12+1_all.deb Package: zabbix-proxy-mysql Source: zabbix Version: 1:7.0.5+dfsg-1~bpo12+1 Installed-Size: 6864 Maintainer: Dmitry Smirnov Architecture: amd64 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: 1958552 SHA256: d48a0a4fcb474c03587994cd4b8d36ed9c1877be173a58d12a65193dd21f0b1f SHA1: 23c0c36d7480674fe3af63c49ef217b59c6a73f1 MD5sum: 3007a02032257c24a7c9c84033a0829d 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.5+dfsg-1~bpo12+1_amd64.deb Package: zabbix-proxy-pgsql Source: zabbix Version: 1:7.0.5+dfsg-1~bpo12+1 Installed-Size: 6872 Maintainer: Dmitry Smirnov Architecture: amd64 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: 1959440 SHA256: 2638f40aed481c393039f3a6950af02180682fcc6bfe45868d0900e952e8acc5 SHA1: f91d6dd56c38c6cd9952f815c1204e235a05086e MD5sum: 3a32e47f7ec46736fc993d3f2ebca0c2 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.5+dfsg-1~bpo12+1_amd64.deb Package: zabbix-proxy-sqlite3 Source: zabbix Version: 1:7.0.5+dfsg-1~bpo12+1 Installed-Size: 6371 Maintainer: Dmitry Smirnov Architecture: amd64 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: 1819884 SHA256: 9b869896d767bae6d53eb721ad85a11468ef1d00b4d17e4a49de07a51fdcbf25 SHA1: 9456f5478ceadf2b122a85cd70fa92d6592d1238 MD5sum: c0c3f78b16fff4a0cf41e29b22a747d6 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.5+dfsg-1~bpo12+1_amd64.deb Package: zabbix-sender Source: zabbix Version: 1:7.0.5+dfsg-1~bpo12+1 Installed-Size: 885 Maintainer: Dmitry Smirnov Architecture: amd64 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: 609788 SHA256: 0e2dd39d8c2aff8014c15d1ae9b37938e0fb901504379ca68459afcf7aea567a SHA1: 1bc72b10ffd93aa8943419cf889f8f1fe79f5418 MD5sum: c8842e40b8c2fbe88e71fde0e2b40b29 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.5+dfsg-1~bpo12+1_amd64.deb Package: zabbix-server-mysql Source: zabbix Version: 1:7.0.5+dfsg-1~bpo12+1 Installed-Size: 12245 Maintainer: Dmitry Smirnov Architecture: amd64 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: 6346808 SHA256: 3d1e642f3d64ee4f2894a1767063fdfd0cdb1c1fe16d6d7b1713d2cffda95f52 SHA1: 14cf80f5abf04f6e7f8a27ec38fd0dacb2cba217 MD5sum: 9f275b4bf9b5b682b448d3081242f740 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.5+dfsg-1~bpo12+1_amd64.deb Package: zabbix-server-pgsql Source: zabbix Version: 1:7.0.5+dfsg-1~bpo12+1 Installed-Size: 12212 Maintainer: Dmitry Smirnov Architecture: amd64 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: 6322884 SHA256: dfd281ff814726575b676326f3f12c581dc5ae4ce95e541cf11acadcb4aa6930 SHA1: b4e1b44b8870ab018a691fdb96db06d9785ec4ca MD5sum: 1f47a5846e960850965face53ccb7770 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.5+dfsg-1~bpo12+1_amd64.deb Package: zabbix-web-service Source: zabbix Version: 1:7.0.5+dfsg-1~bpo12+1 Installed-Size: 9936 Maintainer: Dmitry Smirnov Architecture: amd64 Depends: libc6 (>= 2.34), adduser, sysvinit-utils (>= 3.05-4~) Pre-Depends: init-system-helpers (>= 1.54~) Recommends: chromium Suggests: logrotate Size: 3172308 SHA256: e29bfb299e3eab53275b2800a197ad72845b322ae371c45c263759367ab3abf1 SHA1: 9ccb073871a6837170c430cbb1156fb972d624e9 MD5sum: 9228929ee5b8d4bf63704ffec8e8d5d9 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.5+dfsg-1~bpo12+1_amd64.deb Package: zchunk Version: 1.3.1+ds1-1~bpo12+1 Installed-Size: 144 Maintainer: RPM packaging team Architecture: amd64 Depends: libc6 (>= 2.34), libcurl4 (>= 7.16.2), libzck1 (= 1.3.1+ds1-1~bpo12+1) Size: 31960 SHA256: 750bb53f6ddbf553cfdd697786e8fd3c658d3075d9368dae18e6dd60871e7dbc SHA1: 1f805c6e1ef367c6b414131620fa757f482101fc MD5sum: e7d56bad0780e563a7e25a15e3e3bd05 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_amd64.deb Package: zenmap Source: nmap Version: 7.94+git20230807.3be01efb1+dfsg-4~bpo12+1 Installed-Size: 1699 Maintainer: Debian Security Tools Architecture: all Depends: ndiff, nmap, python3-gi, python3-gi-cairo, gir1.2-gtk-3.0, gir1.2-pango-1.0, gir1.2-glib-2.0, gir1.2-gdkpixbuf-2.0, python3:any Recommends: pkexec Size: 627024 SHA256: 19cb9948583314e6ce0a038dee6e9c2c3564ff5adeeef4888020a617c69d2177 SHA1: c1aedf9f9c573db52a4868f562786ed43ced1b7b MD5sum: dc1f177ce11d7272ecf9950b983428bb Description: The Network Mapper Front End Zenmap is an Nmap frontend. It is meant to be useful for advanced users and to make Nmap easy to use by beginners. It was originally derived from Umit, an Nmap GUI created as part of the Google Summer of Code. Homepage: https://nmap.org/ Section: net Priority: optional Filename: pool/main/n/nmap/zenmap_7.94+git20230807.3be01efb1+dfsg-4~bpo12+1_all.deb