Package: 7zip Version: 24.08+dfsg-1~bpo12+1 Installed-Size: 6696 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: 1522604 SHA256: 86e00213350dddb93e51d504fa5aa0216f9f232728c75b7e607de16594424bce SHA1: bcf91003ce3174666bdd7a99a77bc57d149c48c6 MD5sum: 1c81672a89650e6f2b24ccc9ac4b1f8f Description: 7-Zip file archiver with a high compression ratio 7-Zip is a file archiver with a high compression ratio. The main features of 7-Zip are: * High compression ratio in 7z format with LZMA and LZMA2 compression * Supported formats: * Packing / unpacking: 7z, XZ, BZIP2, GZIP, TAR, ZIP and WIM * Unpacking only: AR, ARJ, CAB, CHM, CPIO, CramFS, DMG, EXT, FAT, GPT, HFS, IHEX, ISO, LZH, LZMA, MBR, MSI, NSIS, NTFS, QCOW2, RPM, SquashFS, UDF, UEFI, VDI, VHD, VMDK, WIM, XAR and Z. * For ZIP and GZIP formats, 7-Zip provides a compression ratio that is 2-10 % better than the ratio provided by PKZip and WinZip * Strong AES-256 encryption in 7z and ZIP formats * Powerful command line version . "7zip" provides: * /usr/bin/7z: Full featured with plugin functionality. * /usr/bin/7za: Major formats/features only. * /usr/bin/7zr: LZMA (.7z, .lzma, .xz) only. Minimal executable. . Note: The unRAR code was dropped to keep compatible with DFSG. Install 7zip-rar package in non-free section to use RAR files. Homepage: https://www.7-zip.org/ Section: utils Priority: optional Filename: pool/main/7/7zip/7zip_24.08+dfsg-1~bpo12+1_amd64.deb Package: 7zip-standalone Source: 7zip Version: 24.08+dfsg-1~bpo12+1 Installed-Size: 2566 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.08+dfsg-1~bpo12+1) Size: 967648 SHA256: 522505a76d38f8e015c6d859c1b94b3c1bdef6848cdc48f1eb505ea10778859a SHA1: f9a367b7436c784581996e8429e1c7ce0baa2c9e MD5sum: 901c926444c9d9dd55124cd39382f24d Description: 7-Zip file archiver with a high compression ratio (standalone) 7-Zip is a file archiver with a high compression ratio. . "7zip-standalone" provides: * /usr/bin/7zz: Full featured except plugins, standalone executable. This means 7zz can't work with unRAR plugin that provided by 7zip-rar package. Use 7zip package for unRAR plugin. . Note: If you want to create SFX archive, you also needs 7zip package for SFX stub module. Homepage: https://www.7-zip.org/ Section: utils Priority: optional Filename: pool/main/7/7zip/7zip-standalone_24.08+dfsg-1~bpo12+1_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-2~bpo12+1) Version: 1:34.0.5-2~bpo12+1 Installed-Size: 775 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-2~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: 272008 SHA256: 33b867780ae5b41026e173da8dc979607e096dce446bb3785788ea525bef6d69 SHA1: 3a02cf6bebef0d64aa8ca83fa30ddcf931974e29 MD5sum: c15a8504494ecc16568b4243318eac6e Description: Android Debug Bridge A versatile command line tool that lets you communicate with an emulator instance or connected Android-powered device. . This package recommends "android-sdk-platform-tools-common" which contains the udev rules for Android devices. Without this package, adb and fastboot need to be running with root permission. Multi-Arch: foreign Homepage: https://developer.android.com/studio/releases/platform-tools Section: utils Priority: optional Filename: pool/main/a/android-platform-tools/adb_34.0.5-2~bpo12+1_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-2~bpo12+1) Version: 1:34.0.5-2~bpo12+1 Installed-Size: 617 Maintainer: Android Tools Maintainers Architecture: amd64 Depends: android-libbase (= 1:34.0.5-2~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: 156716 SHA256: ea92a6011640d39b657516725add6c7c6b5ae022120bc0722a29733b06a83e67 SHA1: 23129de132e11b2116aefca311ed2d439afd6146 MD5sum: 7ea31a60aba5596596971db43c6d3710 Description: Android backtrace library Android backtrace library produce symbolic backtraces for making debugging easier. Multi-Arch: same Homepage: https://developer.android.com/studio/releases/platform-tools Section: libs Priority: optional Filename: pool/main/a/android-platform-tools/android-libbacktrace_34.0.5-2~bpo12+1_amd64.deb Package: android-libbacktrace-dev Source: android-platform-tools (34.0.5-2~bpo12+1) Version: 1:34.0.5-2~bpo12+1 Installed-Size: 62 Maintainer: Android Tools Maintainers Architecture: amd64 Replaces: android-libbacktrace (<< 1:33) Depends: android-libbacktrace (= 1:34.0.5-2~bpo12+1) Breaks: android-libbacktrace (<< 1:33) Size: 20644 SHA256: 1ea47380d59c6c2d0945b46164074113a3046a8bf186a88357717815e5a73c09 SHA1: 4d4a1fcd3dbe26408efdc066ef13206e472975ed MD5sum: 689e760fbd043df5196a48f2ba42d2f6 Description: Android backtrace library - Development files Android backtrace library produce symbolic backtraces for making debugging easier. . This package contains the development files. Multi-Arch: same Homepage: https://developer.android.com/studio/releases/platform-tools Section: libdevel Priority: optional Filename: pool/main/a/android-platform-tools/android-libbacktrace-dev_34.0.5-2~bpo12+1_amd64.deb Package: android-libbase Source: android-platform-tools (34.0.5-2~bpo12+1) Version: 1:34.0.5-2~bpo12+1 Installed-Size: 350 Maintainer: Android Tools Maintainers Architecture: amd64 Depends: android-liblog (= 1:34.0.5-2~bpo12+1), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 11) Breaks: android-libbase-dev (<< 1:33) Size: 100308 SHA256: 7f34e8c564884aa49bbe3371941a594091f0d443fc4b272b11f8eedb7b751e5c SHA1: bd9f944366cf68156bc7142a920d615ec866c16e MD5sum: 99a92f4a1caa6b9a8e2c9f2224461160 Description: Android base library This library provides APIs for basic tasks like handling files, Unicode strings, logging, memory allocation, integer parsing, etc.. . This library is only used by Android SDK currently. Multi-Arch: same Homepage: https://developer.android.com/studio/releases/platform-tools Section: libs Priority: optional Filename: pool/main/a/android-platform-tools/android-libbase_34.0.5-2~bpo12+1_amd64.deb Package: android-libbase-dev Source: android-platform-tools (34.0.5-2~bpo12+1) Version: 1:34.0.5-2~bpo12+1 Installed-Size: 688 Maintainer: Android Tools Maintainers Architecture: amd64 Replaces: android-libbase (<< 1:33) Depends: android-libbase (= 1:34.0.5-2~bpo12+1), android-liblog-dev (= 1:34.0.5-2~bpo12+1) Breaks: android-libbase (<< 1:33) Size: 142912 SHA256: 93c87899f961ca2814bc62bbdaa46e359d4a76568c3275a701c2a165411a5595 SHA1: cf24ae4ccfb351feaa611cdc3519e6de6b5ea930 MD5sum: c4a50e344609f798a308eab96fa7e237 Description: Android base library - Development files This library provides APIs for basic tasks like handling files, Unicode strings, logging, memory allocation, integer parsing, etc.. . This library is only used by Android SDK currently. . This package contains the development files. Multi-Arch: same Homepage: https://developer.android.com/studio/releases/platform-tools Section: libdevel Priority: optional Filename: pool/main/a/android-platform-tools/android-libbase-dev_34.0.5-2~bpo12+1_amd64.deb Package: android-libcutils Source: android-platform-tools (34.0.5-2~bpo12+1) Version: 1:34.0.5-2~bpo12+1 Installed-Size: 123 Maintainer: Android Tools Maintainers Architecture: amd64 Depends: android-libbase (= 1:34.0.5-2~bpo12+1), android-liblog (>= 34.0.5), libc6 (>= 2.33), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2), libbsd0 Breaks: android-libcutils-dev (<< 1:33) Size: 40044 SHA256: c28c007b2f000480748274d923b60fb7da5b571500b14b44881959b466ad3d37 SHA1: 8d0740895be08e9b8f2f4f0d031d51bf5003834c MD5sum: ab49b66262e3251a0deb3c43125181e1 Description: Android utils library for C This library provides common functionalities for android related tools. . This library is only used by Android SDK currently. Multi-Arch: same Homepage: https://developer.android.com/studio/releases/platform-tools Section: libs Priority: optional Filename: pool/main/a/android-platform-tools/android-libcutils_34.0.5-2~bpo12+1_amd64.deb Package: android-libcutils-dev Source: android-platform-tools (34.0.5-2~bpo12+1) Version: 1:34.0.5-2~bpo12+1 Installed-Size: 143 Maintainer: Android Tools Maintainers Architecture: amd64 Replaces: android-libcutils (<< 1:33) Depends: android-libcutils (= 1:34.0.5-2~bpo12+1), android-libbase-dev (= 1:34.0.5-2~bpo12+1), android-platform-system-core-headers (= 1:34.0.5-2~bpo12+1), libbsd-dev Breaks: android-libcutils (<< 1:33) Size: 33640 SHA256: 3629a78d72cf0cfb213af089c5341e1d07d5c7977dd9f666d179c693b0276334 SHA1: 416b50da0f9fb45d96cbf5b2bc0e264806646b8e MD5sum: 357ecb37ea54b83cfa7764342ce6bc27 Description: Android utils library for C - Development files This library provides common functionalities for android related tools. . This library is only used by Android SDK currently. . This package contains the development files. Multi-Arch: same Homepage: https://developer.android.com/studio/releases/platform-tools Section: libdevel Priority: optional Filename: pool/main/a/android-platform-tools/android-libcutils-dev_34.0.5-2~bpo12+1_amd64.deb Package: android-liblog Source: android-platform-tools (34.0.5-2~bpo12+1) Version: 1:34.0.5-2~bpo12+1 Installed-Size: 113 Maintainer: Android Tools Maintainers Architecture: amd64 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 11) Breaks: android-liblog-dev (<< 1:33) Size: 39248 SHA256: 10e081b77e5a8d0714d6a87c6a0c130909c15cdd3559ed5692b90f2ea201a53a SHA1: 10c01b0ee0c4784bc8e632179519034d1a737670 MD5sum: 20d893f7e68c75a83277ee231488762e Description: Android NDK logger interfaces liblog represents an interface to the volatile Android Logging system for NDK (Native) applications and libraries. Interfaces for either writing or reading logs. The log buffers are divided up in Main, System, Radio and Events sub-logs. Multi-Arch: same Homepage: https://developer.android.com/studio/releases/platform-tools Section: libs Priority: optional Filename: pool/main/a/android-platform-tools/android-liblog_34.0.5-2~bpo12+1_amd64.deb Package: android-liblog-dev Source: android-platform-tools (34.0.5-2~bpo12+1) Version: 1:34.0.5-2~bpo12+1 Installed-Size: 136 Maintainer: Android Tools Maintainers Architecture: amd64 Replaces: android-liblog (<< 1:33) Depends: android-liblog (= 1:34.0.5-2~bpo12+1) Breaks: android-liblog (<< 1:33) Size: 34572 SHA256: 90a3fc9ec3deab42ea4fb86b179df701bf164c97d744f88bc8b149610c3c7691 SHA1: 2fcc10b5d61c9a4a2b18a23729661aaf84577dc3 MD5sum: 1d271932ea01e72cb9ecfb29c6f47dc7 Description: Android NDK logger interfaces - Development files liblog represents an interface to the volatile Android Logging system for NDK (Native) applications and libraries. Interfaces for either writing or reading logs. The log buffers are divided up in Main, System, Radio and Events sub-logs. . This package contains the development files. Multi-Arch: same Homepage: https://developer.android.com/studio/releases/platform-tools Section: libdevel Priority: optional Filename: pool/main/a/android-platform-tools/android-liblog-dev_34.0.5-2~bpo12+1_amd64.deb Package: android-libnativehelper Source: android-platform-tools Version: 34.0.5-2~bpo12+1 Installed-Size: 83 Maintainer: Android Tools Maintainers Architecture: amd64 Replaces: android-libnativehelper-dev (<< 33) Depends: android-liblog (= 1:34.0.5-2~bpo12+1), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 4.1.1) Breaks: android-libnativehelper-dev (<< 33) Size: 25168 SHA256: 0eab80b767fecd7b9858765a322fcc32e44f8686abb113d165abedae799e92c8 SHA1: 1b18fd641d7b2677e9a15cfa30bd4656cd92564a MD5sum: 15f23049fe8b0052e5791a86d9402bf5 Description: Support functions for Android's class libraries libnativehelper is a collection of JNI related utilities used in Android. . There are several header and binary libraries here and not all of the functionality fits together well. The header libraries are mostly C++ based. The binary libraries are entirely written in C with no C++ dependencies. This is by design as the code here can be distributed in multiple ways, including mainline modules, so keeping the size down benefits everyone with smaller downloads and a stable ABI. Multi-Arch: same Homepage: https://developer.android.com/studio/releases/platform-tools Section: libs Priority: optional Filename: pool/main/a/android-platform-tools/android-libnativehelper_34.0.5-2~bpo12+1_amd64.deb Package: android-libnativehelper-dev Source: android-platform-tools Version: 34.0.5-2~bpo12+1 Installed-Size: 243 Maintainer: Android Tools Maintainers Architecture: amd64 Replaces: android-libnativehelper (<< 33) Depends: android-libnativehelper (= 34.0.5-2~bpo12+1) Breaks: android-libnativehelper (<< 33) Size: 51636 SHA256: 679ad46b50f819305477a99f4aa8d37eba83529b2541c58108d1d284702e45ef SHA1: 02f2846ca639a012b9cb57d3eece25b50e1442e2 MD5sum: e282e963c928b2b77fbdef71a35b0cc5 Description: Support functions for Android's class libraries - Development files libnativehelper is a collection of JNI related utilities used in Android. . There are several header and binary libraries here and not all of the functionality fits together well. The header libraries are mostly C++ based. The binary libraries are entirely written in C with no C++ dependencies. This is by design as the code here can be distributed in multiple ways, including mainline modules, so keeping the size down benefits everyone with smaller downloads and a stable ABI. . This package contains the development files. Multi-Arch: same Homepage: https://developer.android.com/studio/releases/platform-tools Section: libdevel Priority: optional Filename: pool/main/a/android-platform-tools/android-libnativehelper-dev_34.0.5-2~bpo12+1_amd64.deb Package: android-libsparse Source: android-platform-tools (34.0.5-2~bpo12+1) Version: 1:34.0.5-2~bpo12+1 Installed-Size: 103 Maintainer: Android Tools Maintainers Architecture: amd64 Depends: android-libbase (= 1:34.0.5-2~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: 35332 SHA256: 527d44a9e6a82d7941dc724ec4a803cb26aba6ffddd5f666359c571ad7381fe5 SHA1: 1631d947ce6d05a5939c5c3b01e40fb613a5d458 MD5sum: 47204683e28b0134c16e38fd49022b94 Description: Library for sparse files This library provides APIs for creating, manipulating and destroying sparse files. . This library is only used by Android SDK currently. Multi-Arch: same Homepage: https://developer.android.com/studio/releases/platform-tools Section: libs Priority: optional Filename: pool/main/a/android-platform-tools/android-libsparse_34.0.5-2~bpo12+1_amd64.deb Package: android-libsparse-dev Source: android-platform-tools (34.0.5-2~bpo12+1) Version: 1:34.0.5-2~bpo12+1 Installed-Size: 78 Maintainer: Android Tools Maintainers Architecture: amd64 Replaces: android-libsparse (<< 1:33) Depends: android-libsparse (= 1:34.0.5-2~bpo12+1) Breaks: android-libsparse (<< 1:33) Size: 23520 SHA256: 410da631869e5073b7b3407f5e227b5890f62631334dc3d8ad620cd6723786aa SHA1: 99b414bee89f252f9140f1f3595f1e81bc6ba7ca MD5sum: 33b7cba8f9004059f5f80f2aaec47ddc Description: Library for sparse files - Development files This library provides APIs for creating, manipulating and destroying sparse files. . This library is only used by Android SDK currently. . This package contains the development files. Multi-Arch: same Homepage: https://developer.android.com/studio/releases/platform-tools Section: libdevel Priority: optional Filename: pool/main/a/android-platform-tools/android-libsparse-dev_34.0.5-2~bpo12+1_amd64.deb Package: android-libutils Source: android-platform-tools (34.0.5-2~bpo12+1) Version: 1:34.0.5-2~bpo12+1 Installed-Size: 187 Maintainer: Android Tools Maintainers Architecture: amd64 Depends: android-libbacktrace (= 1:34.0.5-2~bpo12+1), android-libcutils (= 1:34.0.5-2~bpo12+1), android-liblog (>= 34.0.5), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 11) Breaks: android-libutils-dev (<< 1:33) Size: 58952 SHA256: b0497da542ee9d1beb55e31e20cd58378e2fa72bbfc2e93e2a504cc1bcdb03df SHA1: 441e95ae80fcbed876a3d6f0ab64a02bf72bc199 MD5sum: 775a717cb095777edb242ac41d328550 Description: Android Utility Function Library This library provides miscellaneous utility functions. . This library is only used by Android SDK currently. Multi-Arch: same Homepage: https://developer.android.com/studio/releases/platform-tools Section: libs Priority: optional Filename: pool/main/a/android-platform-tools/android-libutils_34.0.5-2~bpo12+1_amd64.deb Package: android-libutils-dev Source: android-platform-tools (34.0.5-2~bpo12+1) Version: 1:34.0.5-2~bpo12+1 Installed-Size: 358 Maintainer: Android Tools Maintainers Architecture: amd64 Replaces: android-libutils (<< 1:33) Depends: android-libbacktrace-dev (= 1:34.0.5-2~bpo12+1), android-libcutils-dev (= 1:34.0.5-2~bpo12+1), android-libutils (= 1:34.0.5-2~bpo12+1), android-platform-system-core-headers (= 1:34.0.5-2~bpo12+1) Breaks: android-libutils (<< 1:33) Size: 69408 SHA256: 6e44f343bd7989cb1103887cfec5d1eb62ccc9f7e3930803edbd85c1f5ccfc5b SHA1: e49b19b9a733aa6c2bf451e78daed3c7186f4205 MD5sum: 5e7f3ffeb4fd65b0de00f64358ef9c04 Description: Android Utility Function Library - Development files This library provides miscellaneous utility functions. . This library is only used by Android SDK currently. . This package contains the development files. Multi-Arch: same Homepage: https://developer.android.com/studio/releases/platform-tools Section: libdevel Priority: optional Filename: pool/main/a/android-platform-tools/android-libutils-dev_34.0.5-2~bpo12+1_amd64.deb Package: android-libziparchive Source: android-platform-tools (34.0.5-2~bpo12+1) Version: 1:34.0.5-2~bpo12+1 Installed-Size: 147 Maintainer: Android Tools Maintainers Architecture: amd64 Depends: android-libbase (= 1:34.0.5-2~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: 49344 SHA256: c2c6cc0a353d80c54b0e6b28afe3be4a9cb845dfd26c0d32dfac8ca47453ed1c SHA1: ce15739585435e9bc3d92ac2cd1e1508e106bcd9 MD5sum: 617bf07941760185113332ccd5aec2e7 Description: Library for ZIP archives This library provides APIs for creating and manipulating ZIP archives. . This library is only used by Android SDK currently. Multi-Arch: same Homepage: https://developer.android.com/studio/releases/platform-tools Section: libs Priority: optional Filename: pool/main/a/android-platform-tools/android-libziparchive_34.0.5-2~bpo12+1_amd64.deb Package: android-libziparchive-dev Source: android-platform-tools (34.0.5-2~bpo12+1) Version: 1:34.0.5-2~bpo12+1 Installed-Size: 87 Maintainer: Android Tools Maintainers Architecture: amd64 Replaces: android-libziparchive (<< 1:33) Depends: android-libziparchive (= 1:34.0.5-2~bpo12+1), libgtest-dev Breaks: android-libziparchive (<< 1:33) Size: 26496 SHA256: d96498e74d3973d2c8834816919fc3a52993e99ccf0a2523d4583b1173a32888 SHA1: 5b01db13006185b3e1138209a97c44a158209cb3 MD5sum: 7adc7639b0b97cb8519d021f8bcff39a Description: Library for ZIP archives - Development files This library provides APIs for creating and manipulating ZIP archives. . This library is only used by Android SDK currently. . This package contains the development files. Multi-Arch: same Homepage: https://developer.android.com/studio/releases/platform-tools Section: libdevel Priority: optional Filename: pool/main/a/android-platform-tools/android-libziparchive-dev_34.0.5-2~bpo12+1_amd64.deb Package: android-platform-frameworks-native-headers Source: android-platform-tools (34.0.5-2~bpo12+1) Version: 1:34.0.5-2~bpo12+1 Installed-Size: 724 Maintainer: Android Tools Maintainers Architecture: all Size: 130372 SHA256: 96d8d65e5d91e3544b9bc98ae769cc4ee797a5775745bb2ac1b6084e00fbe57d SHA1: eec4f15fb34bb2943f2c219effa15666f99d58a2 MD5sum: e0efc8daaf3e890a8e78cfebeae15aae Description: Headers of android-platform-frameworks-native This package contains headers in include/android in platform/frameworks/native Consists of all the header files ranging from asset_manager.h to window.h. Multi-Arch: foreign Homepage: https://developer.android.com/studio/releases/platform-tools Section: libdevel Priority: optional Filename: pool/main/a/android-platform-tools/android-platform-frameworks-native-headers_34.0.5-2~bpo12+1_all.deb Package: android-platform-system-core-headers Source: android-platform-tools (34.0.5-2~bpo12+1) Version: 1:34.0.5-2~bpo12+1 Installed-Size: 477 Maintainer: Android Tools Maintainers Architecture: all Breaks: android-libunwind-dev (<< 10.0.0+r36-5) Size: 89468 SHA256: 840fd10c905b110f3771b69dd0e4b81c556a4cb979b0bbc7fb179c436c39d749 SHA1: 60d5f8afea70a2ebcd0322d985258e9352d32ee1 MD5sum: 4276df5a2595015f74cf113bc0501b06 Description: Shared headers in AOSP repository platform/system/core This package contains header files in AOSP repository platform/system/core that do not belong to any specific libraries but used by other programs. . This package currently contains headers in include/private and include/system. Multi-Arch: foreign Homepage: https://developer.android.com/studio/releases/platform-tools Section: libdevel Priority: optional Filename: pool/main/a/android-platform-tools/android-platform-system-core-headers_34.0.5-2~bpo12+1_all.deb Package: android-sdk-libsparse-utils Source: android-platform-tools (34.0.5-2~bpo12+1) Version: 1:34.0.5-2~bpo12+1 Installed-Size: 96 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-2~bpo12+1), android-liblog (>= 34.0.5), android-libsparse (= 1:34.0.5-2~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: 24656 SHA256: 94e169171df49f90eb222c8946e7ac9daf3d6a5c1f46292db68d91a74f158bee SHA1: 0e46fc5688e1dceb25700e2be0f4583b3ed94911 MD5sum: d82f158e2cddd2f7a646ebbd34f5dbd6 Description: Android sparse image creation tool Command line tools to create sparse images for usage with Android devices. Includes simg2img, img2simg, simg2simg, simg_dump and append2simg tools. Multi-Arch: foreign Homepage: https://developer.android.com/studio/releases/platform-tools Section: utils Priority: optional Filename: pool/main/a/android-platform-tools/android-sdk-libsparse-utils_34.0.5-2~bpo12+1_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.5.12beta-1~bpo12+1 Installed-Size: 250 Maintainer: Micha Lenk Architecture: amd64 Depends: libaqbanking44 (>= 6.4.0), libc6 (>= 2.34), libgwenhywfar79 (>= 5.11.2) Suggests: gwenhywfar-tools Size: 53096 SHA256: 045240e763ada3d9747fd9e4c6d531be43fe1b303b26b16165336e01c0f49262 SHA1: 489de67991bcee6ac5515214ec5ff7fa8c0ea20c MD5sum: 97b53e8b4d1d3ee12f7285979c38da7e Description: basic command line homebanking utilities AqBanking provides a middle layer between the applications and online banking libraries implementing various file formats and protocols. Plugins supporting OFX, DTAUS, HBCI, and EBICS are available. . This package provides a basic command line interface to AqBanking. Multi-Arch: foreign Homepage: http://www.aquamaniac.de/aqbanking/ Section: utils Priority: optional Filename: pool/main/liba/libaqbanking/aqbanking-tools_6.5.12beta-1~bpo12+1_amd64.deb Package: arc-kde Version: 20220908-2~bpo12+1 Installed-Size: 35220 Maintainer: Debian Desktop Themes Team Architecture: all Provides: qt5-style-kvantum-theme Recommends: qt5-style-kvantum, papirus-icon-theme, arc-theme Size: 32992148 SHA256: 674713ad3bc750784b56ea1fc077cad8fa9aef4429b7b17e02dbd38dab240063 SHA1: 082754c311e57068fff75ffb7146f56f53c24628 MD5sum: d27f874a1285ec35214d09e9f1fc8640 Description: Port of the popular GTK theme Arc for Plasma 5 This is a Arc KDE port of the popular GTK theme Arc for Plasma 5 desktop. . This package contains: - Aurorae window decorations - Color schemes - Konsole color schemes - Konversation themes - Kvantum themes - Look & feel settings - Plasma desktop themes - Wallpapers - Yakuake skins Multi-Arch: foreign Homepage: https://github.com/PapirusDevelopmentTeam/arc-kde Section: kde Priority: optional Filename: pool/main/a/arc-kde/arc-kde_20220908-2~bpo12+1_all.deb Package: at-spi2-common Source: at-spi2-core Version: 2.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.3-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: 83560 SHA256: b3aebb61f33432b08e31658c2d92eee65af533d5997888f3cdce0722d0b7ce14 SHA1: 438202ab6e7e0f3e4e0e28a8f431dbe180364125 MD5sum: 4917f7154f7846f9a830cbeec7e75851 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.3-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: 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.6.3-1.2~bpo12+1 Installed-Size: 5067 Maintainer: Adam Borowski 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: 864512 SHA256: 65a1143d0e7aa6fb1fd179b1f0646577a6badca3cfe240f0c5b807f6bba3b495 SHA1: 6bba265e34e8cbadf405e7b74d35cee7cb08dd85 MD5sum: 76d98de5b5acedc07252b21ad638558a Description: Checksumming Copy on Write Filesystem utilities Btrfs is a copy on write filesystem for Linux aimed at implementing advanced features while focusing on fault tolerance, repair and easy administration. . This package contains utilities (mkfs, fsck) used to work with btrfs and an utility (btrfs-convert) to make a btrfs filesystem from an ext3. Multi-Arch: foreign Homepage: http://btrfs.wiki.kernel.org/ Section: admin Priority: optional Filename: pool/main/b/btrfs-progs/btrfs-progs_6.6.3-1.2~bpo12+1_amd64.deb Package: buildd Source: sbuild Version: 0.86.3~bpo12+1 Installed-Size: 280 Maintainer: sbuild maintainers Architecture: all Replaces: sbuild, ubuntu-dev-tools (<= 0.83) Depends: adduser, cron, default-mta | mail-transport-agent, devscripts, dupload, libsbuild-perl, libyaml-tiny-perl, sysvinit-utils (>= 3.05-4) | lsb-base (>= 3.0-6), sbuild (= 0.86.3~bpo12+1), schroot, perl:any Recommends: sudo Suggests: wanna-build Breaks: ubuntu-dev-tools (<= 0.83) Size: 72704 SHA256: f1773df2bd06853dae393e94edd5afbc8b7bf02f4e3f77565c91491ef216fb4f SHA1: b59774b8b04dfa36938c63737d462f3615d24af0 MD5sum: 9650122008ec082273f349c8f60d11b8 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.86.3~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: 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: 329-1~bpo12+1 Installed-Size: 69 Maintainer: Utopia Maintenance Team Architecture: all Depends: cockpit-bridge (>= 329-1~bpo12+1), cockpit-ws (>= 329-1~bpo12+1), cockpit-system (>= 329-1~bpo12+1) Recommends: cockpit-storaged (>= 329-1~bpo12+1), cockpit-networkmanager (>= 329-1~bpo12+1), cockpit-packagekit (>= 329-1~bpo12+1) Suggests: cockpit-doc (>= 329-1~bpo12+1), cockpit-sosreport (>= 329-1~bpo12+1), xdg-utils Size: 29608 SHA256: 6d040367461638cc8fad86172e2c084448f0e8b00f850e90a43c41c274ab7695 SHA1: 9b4aa48672e5c175cd221096116c349044ddd5e1 MD5sum: f8864b988a11ee434866e5a114909ac4 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_329-1~bpo12+1_all.deb Package: cockpit-bridge Source: cockpit Version: 329-1~bpo12+1 Installed-Size: 840 Maintainer: Utopia Maintenance Team Architecture: amd64 Replaces: cockpit-dashboard (<< 170.x), cockpit-pcp (<< 236), cockpit-ws (<< 181.x) Provides: cockpit-pcp Depends: python3:any, glib-networking Recommends: openssh-client Suggests: python3-pcp Conflicts: cockpit-pcp Breaks: cockpit-ws (<< 181.x) Size: 381640 SHA256: 669b9da7f4e5bc26328e40eef1e8ec8bb29c8fa525ffcaa431d23c1719a9e700 SHA1: b9af0097d4372b9ce8bc48e5c413aa24be48a875 MD5sum: c9616037851617623c11ed32ead3959f 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_329-1~bpo12+1_amd64.deb Package: cockpit-doc Source: cockpit Version: 329-1~bpo12+1 Installed-Size: 522 Maintainer: Utopia Maintenance Team Architecture: all Size: 132604 SHA256: c2326f43e753ce2b8e946e76c0a8394fd6251b60913b6ebfc1e668a5286905fd SHA1: 8286cca9ce61d1ac6dbd5d0453ae41462a92174a MD5sum: fcfed5944ba90afdc8b6f36cdbab83f1 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_329-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: 329-1~bpo12+1 Installed-Size: 885 Maintainer: Utopia Maintenance Team Architecture: all Depends: cockpit-bridge (>= 329-1~bpo12+1), network-manager (>= 1.6) Size: 852996 SHA256: 523b3c1a57b2f1291bb545038387f3b40f39dfa8fc7aaf190ba7127e62f0de26 SHA1: f0bcefbc8345ca2f58dd0af21ac4447ed034322a MD5sum: 7f9fa8e24dfd39dfa0cddc7214e4b83a 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_329-1~bpo12+1_all.deb Package: cockpit-packagekit Source: cockpit Version: 329-1~bpo12+1 Installed-Size: 909 Maintainer: Utopia Maintenance Team Architecture: all Depends: cockpit-bridge (>= 329-1~bpo12+1), packagekit, python3 Size: 864160 SHA256: cdc92d881001926219cff414547a00f49d7d9af7b5677f82a97d6d9cc749a6fb SHA1: e1fc6fc9edb4c1a0e10bc0b8765b4bd9a77c62e9 MD5sum: f5080469545bce2804aa891e7ad2f081 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_329-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: 329-1~bpo12+1 Installed-Size: 503 Maintainer: Utopia Maintenance Team Architecture: all Depends: cockpit-bridge (>= 329-1~bpo12+1), sosreport Size: 457716 SHA256: bda787c8aa7501f863bc89ece78335f402a9bad572fc75683d377b2ca3b18ab3 SHA1: d537e16e3e8d98d2ff4eb2987ef579de015d4640 MD5sum: 30fce6c64e49f61d2679319bab1202e1 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_329-1~bpo12+1_all.deb Package: cockpit-storaged Source: cockpit Version: 329-1~bpo12+1 Installed-Size: 811 Maintainer: Utopia Maintenance Team Architecture: all Depends: udisks2 (>= 2.9), udisks2 (>= 2.10) | libblockdev-mdraid2, cockpit-bridge (>= 329-1~bpo12+1), python3, python3-dbus Suggests: udisks2-btrfs, udisks2-lvm2, mdadm Size: 789012 SHA256: cc6bfd45d26440bedadbf96964d102fa9a169d497038f99460fe2057ed3dbe4e SHA1: be3c5806984b398bf915902e328b9fa2a1e0e195 MD5sum: 03fb3ce100e0f0b611a1e4b9b52d2ea1 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_329-1~bpo12+1_all.deb Package: cockpit-system Source: cockpit Version: 329-1~bpo12+1 Installed-Size: 3462 Maintainer: Utopia Maintenance Team Architecture: all Replaces: cockpit-dashboard, cockpit-shell Provides: cockpit-shell, cockpit-systemd, cockpit-tuned, cockpit-users Depends: cockpit-bridge (>= 329-1~bpo12+1), libpwquality-tools, openssl Recommends: sudo | pkexec | policykit-1 Suggests: lastlog2 Conflicts: cockpit-shell Breaks: cockpit-dashboard Size: 3369788 SHA256: 19151936fd336a001afff0681c4a175a2c79f8a6124f812d7a7df7de8b04d341 SHA1: 509cf4a2bf0084635bcb4e6bc780e0ad0bea75a0 MD5sum: b143df8d116c5b90fa2d38597a59053d 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_329-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: 329-1~bpo12+1 Installed-Size: 1771 Maintainer: Utopia Maintenance Team Architecture: amd64 Depends: systemd (>= 235), libc6 (>= 2.34), libcrypt1 (>= 1:4.1.0), libglib2.0-0 (>= 2.67.1), libgnutls30 (>= 3.7.5), libgssapi-krb5-2 (>= 1.17), libjson-glib-1.0-0 (>= 1.5.2), libpam0g (>= 1.3.1), libsystemd0 (>= 237), glib-networking, adduser, openssl, libnss-systemd Suggests: sssd-dbus (>= 2.6.2), python3 Size: 885520 SHA256: 4e5e294769cb26b99454057bff4764b19eb07230d5bdf4ca6ba9fe65a5965f38 SHA1: 63404317fe56d4c0f2e071d433ac7f220c2bd0ab MD5sum: de45e894785b475c2ce7b4e9aa005f0b 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_329-1~bpo12+1_amd64.deb Package: comerr-dev Source: e2fsprogs (1.47.1~rc2-1~bpo12+1) Version: 2.1-1.47.1~rc2-1~bpo12+1 Installed-Size: 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.1~rc2-1~bpo12+1) Suggests: doc-base Size: 54328 SHA256: c69b4091ba61620667d76518f80578fec3304ed49386aeec5b9fbd5975ec5150 SHA1: 4e9edd11f427c8688e605eaabff3880eb8cb3e2b MD5sum: 50bb1d228139d5352250de16676dbd1d Description: common error description library - headers and static libraries libcom_err is an attempt to present a common error-handling mechanism to manipulate the most common form of error code in a fashion that does not have the problems identified with mechanisms commonly in use. . This package contains the development environment for the com_err library. Multi-Arch: same Homepage: http://e2fsprogs.sourceforge.net Section: libdevel Priority: optional Filename: pool/main/e/e2fsprogs/comerr-dev_2.1-1.47.1~rc2-1~bpo12+1_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.1+dfsg-2~bpo12+1 Installed-Size: 3676 Maintainer: Debian Samba Maintainers Architecture: amd64 Depends: iproute2, psmisc, samba-libs (= 2:4.21.1+dfsg-2~bpo12+1), sudo, tdb-tools, time, libbsd0 (>= 0.6.0), libc6 (>= 2.34), libpopt0 (>= 1.14), libtalloc2 (>= 2.4.2~), libtdb1 (>= 1.4.12~), libtevent0 (>= 0.16.1~), libtirpc3 (>= 1.0.2) Recommends: ethtool, python3:any, python3-etcd Suggests: lsof, librados2 (>= 16.2.11+ds), samba-vfs-ceph Size: 713584 SHA256: 210c148e6f0885009596b5276da110ea498bf1bb7f96238c64a94e7260b5b572 SHA1: c75c4d6ae3b303b16cc7a00e140888ddaf95e5a5 MD5sum: 907882e6a3c74c5ca2a0e896b574c652 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.1+dfsg-2~bpo12+1_amd64.deb Package: curl Version: 8.10.1-1~bpo12+1 Installed-Size: 466 Maintainer: Debian Curl Maintainers Architecture: amd64 Depends: libc6 (>= 2.34), libcurl3-gnutls (= 8.10.1-1~bpo12+1), zlib1g (>= 1:1.1.4) Size: 252444 SHA256: 1bc66ab0bf81f7dd2f262252ae0c554756f4073c217856c84e6c13686844bfd9 SHA1: 4d7baac594ee2ad85e85012afb5c4d78d83acc5c MD5sum: a8f873c515d74612baaebe3713ac250d Description: command line tool for transferring data with URL syntax curl is a command line tool for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S, RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, TELNET and TFTP. . curl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, cookies, user+password authentication (Basic, Digest, NTLM, Negotiate, kerberos...), file transfer resume, proxy tunneling and a busload of other useful tricks. Multi-Arch: foreign Homepage: https://curl.se/ Section: web Priority: optional Filename: pool/main/c/curl/curl_8.10.1-1~bpo12+1_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.19~bpo12+1 Installed-Size: 1517 Maintainer: Debhelper Maintainers Architecture: all Provides: debhelper-compat (= 9), debhelper-compat (= 10), debhelper-compat (= 11), debhelper-compat (= 12), debhelper-compat (= 13), dh-sequence-dwz, dh-sequence-elf-tools, dh-sequence-installinitramfs, dh-sequence-installsysusers, dh-sequence-movetousr, dh-sequence-single-binary, dh-sequence-systemd Depends: autotools-dev, dh-autoreconf (>= 17~), dh-strip-nondeterminism (>= 0.028~), dpkg (>= 1.18.0~), dpkg-dev (>= 1.18.2~), dwz (>= 0.12.20190711), file (>= 3.23), libdebhelper-perl (= 13.19~bpo12+1), libdpkg-perl (>= 1.17.14), man-db, po-debconf, perl:any Suggests: dh-make Breaks: cmake (<< 3.9~), dh-debputy (<< 0.1.36~), meson (<< 0.40.0~) Size: 998512 SHA256: 3e51d1baf28a3378fb51bb6d2a4e7a1461f7175bfd743560b5f21ae7c977f99b SHA1: cda12c466637a0dd583defca0f50d51197f66be1 MD5sum: 049ec9337bc241a8ccf4a7aac5482c46 Description: helper programs for debian/rules A collection of programs that can be used in a debian/rules file to automate common tasks related to building Debian packages. Programs are included to install various files into your package, compress files, fix file permissions, integrate your package with the Debian menu system, debconf, doc-base, etc. Most Debian packages use debhelper as part of their build process. Multi-Arch: foreign Section: devel Priority: optional Filename: pool/main/d/debhelper/debhelper_13.19~bpo12+1_all.deb Package: debootstrap Version: 1.0.137~bpo12+1 Installed-Size: 316 Maintainer: Debian Install System Team Architecture: all Depends: wget, distro-info Recommends: gnupg, mount, debian-archive-keyring, arch-test (>= 0.11~) Suggests: squid-deb-proxy-client, ubuntu-archive-keyring, binutils, xz-utils, zstd Size: 48110 SHA256: e7a6a512c77b037b8572ad69dbebdb428ad19b77df8c6b560a503ac31784529a SHA1: 446c97c781ef4ecbdecb1ce7c3ff8bca5acec67f MD5sum: a0be276e007609ce1bb6a504cc20ea88 Description: Bootstrap a basic Debian system debootstrap is used to create a Debian base system from scratch, without requiring the availability of dpkg or apt. It does this by downloading .deb files from a mirror site, and carefully unpacking them into a directory which can eventually be chrooted into. Multi-Arch: foreign Section: admin Priority: optional Filename: pool/main/d/debootstrap/debootstrap_1.0.137~bpo12+1_all.deb Package: debuginfod Source: elfutils Version: 0.191-1~bpo12+1 Installed-Size: 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.7.2~bpo12+1 Installed-Size: 23 Maintainer: Raphaël Hertzog Architecture: all Depends: python3-debusine (= 0.7.2~bpo12+1), python3:any (>= 3.11~) Size: 6740 SHA256: 369c3512eab774e1fb21053cf5f2603e0a0e948fd3d23c60fb9c0c4d5a10d0cf SHA1: 73ba1032231cad46295c0f9f20ba2097e846c117 MD5sum: 23fb8a7572b0923628c5ffa854731b68 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.7.2~bpo12+1_all.deb Package: debusine-doc Source: debusine Version: 0.7.2~bpo12+1 Installed-Size: 5501 Maintainer: Raphaël Hertzog Architecture: all Depends: libjs-sphinxdoc (>= 5.2), sphinx-rtd-theme-common (>= 1.2.0+dfsg) Size: 531392 SHA256: 15d3995801bccb3a0a01d072acd91d80b68308f37e87d91066bdc419c552525b SHA1: 2afc1d0ddadc1b5eba102da63ede01111bdf29a0 MD5sum: 93853abf3e812b215539587db434e0e2 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.7.2~bpo12+1_all.deb Package: debusine-server Source: debusine Version: 0.7.2~bpo12+1 Installed-Size: 74 Maintainer: Raphaël Hertzog Architecture: all Depends: adduser, arch-test, daphne, dbconfig-pgsql | dbconfig-no-thanks, python3-debusine-server (= 0.7.2~bpo12+1), debconf (>= 0.5) | debconf-2.0, python3:any (>= 3.11~) Recommends: default-mta | mail-transport-agent, nginx-core | httpd, postgresql, redis-server, sensible-utils Size: 12284 SHA256: 9f18889abc7de95a771ea8f71af734725d67449873835f44a70c165005e7d551 SHA1: fddfe3a3a6826a39355cff3f216c1e4018731a88 MD5sum: cc0a3f79b449b679cd41d83f5dcfa2d6 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.7.2~bpo12+1_all.deb Package: debusine-signing Source: debusine Version: 0.7.2~bpo12+1 Installed-Size: 40 Maintainer: Raphaël Hertzog Architecture: all Depends: arch-test, dbconfig-pgsql | dbconfig-no-thanks, openssl, python3-debusine-signing (= 0.7.2~bpo12+1), python3-gpg, debconf (>= 0.5) | debconf-2.0, python3:any (>= 3.11~) Recommends: devscripts, sbsigntool Size: 9288 SHA256: b71c2e3dd9bbec5155590ba50be279ea0842d8896656c8b134a65bf7a920962e SHA1: c4ab48f565615024efb1958c301b958c3813efa8 MD5sum: 69289a454cc08b473be7a72b449432a0 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.7.2~bpo12+1_all.deb Package: debusine-worker Source: debusine Version: 0.7.2~bpo12+1 Installed-Size: 35 Maintainer: Raphaël Hertzog Architecture: all Depends: adduser, arch-test, python3-debusine (= 0.7.2~bpo12+1), udev, python3:any (>= 3.11~) Recommends: autopkgtest, debootstrap, debos, dosfstools, e2fsprogs, fdisk, mmdebstrap, parted, qemu-utils, sbuild, uidmap, xz-utils Suggests: incus, qemu-kvm, schroot Size: 9012 SHA256: 2c7df8077cdf4e1e4e28c02247b09bf4c0efa0e73c426790b3b914ba8137175b SHA1: 25c23aa6c1fbe6debc93ae6e58dd156f489590d6 MD5sum: 8d42b49f9f31ca46e5d9cc50b146b24e 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.7.2~bpo12+1_all.deb Package: dh-debputy Source: debputy Version: 0.1.48~bpo12+1 Installed-Size: 2485 Maintainer: Debputy Maintainers Architecture: all Provides: debputy (= 0.1.48~bpo12+1), debputy-plugin-gnome, debputy-plugin-grantlee, debputy-plugin-numpy3, debputy-plugin-perl-openssl, dh-sequence-debputy (= 0.1.48~bpo12+1), dh-sequence-installdebputy (= 0.1.48~bpo12+1), dh-sequence-zz-debputy (= 0.1.48~bpo12+1), dh-sequence-zz-debputy-rrr (= 0.1.48~bpo12+1) Depends: debhelper, dwz, man-db, python3-colored, python3-colorlog, python3-debian, python3-ruyaml | python3-ruamel.yaml, python3:any (>= 3.11~), strip-nondeterminism, perl:any Recommends: debhelper (>= 13.16~), python3-argcomplete Suggests: hunspell-en-us, python3-hunspell, python3-junit.xml, python3-levenshtein, python3-lsprotocol, python3-pygls Size: 470448 SHA256: 08d45dbaa85ba59bab6e1d2373f16478045bc2e5a1cf435cd380111e1f01e05a SHA1: 92871508945b41eaf8062d838dda04302926fb26 MD5sum: 2c47846bee2d6607f8b51e6b02faf3d9 Description: Manifest style Debian-based package builder (debhelper integration) Package builder that provides a declarative manifest for building Debian-based packages. . The debputy package builder aims to reduce cognitive load for the packager and provide better introspection to packagers, linters and the Debian janitor. . This version integrates with the debhelper sequencer dh. Multiple integration modes are possible with dh. The most trivial integration mode is dh-sequence-zz-debputy-rrr, which is a mostly standard dh sequence with very few changes aimed entirely at removing the need for fakeroot when assembling the .deb. . For more information on all integration modes and what they do, please see https://salsa.debian.org/debian/debputy/-/blob/main/INTEGRATION-MODES.md Multi-Arch: foreign Homepage: https://salsa.debian.org/debian/debputy Section: devel Priority: optional Filename: pool/main/d/debputy/dh-debputy_0.1.48~bpo12+1_all.deb Package: dh-dlopenlibdeps Source: package-notes Version: 0.15~bpo12+1 Installed-Size: 31 Maintainer: Luca Boccassi Architecture: all Provides: dh-sequence-dlopenlibdeps Depends: perl:any, debhelper, python3:any, python3-pyelftools Enhances: debhelper Size: 9784 SHA256: 3b939c5704602c51b11ce9ce98e2d776e4415edb68d42b7f3129d74df77b4941 SHA1: c5061acdfeb7e92e4447dc541c705064c4b09b5c MD5sum: 6e6b009e07fce570d2911d78409519b1 Description: Debian Helper for parsing dlopen metadata from ELF binaries Parses dlopen ELF note and generates dependencies from it that can be used via ${dlopen:Depends|Recommends|Suggests} See: https://systemd.io/ELF_DLOPEN_METADATA/ Multi-Arch: foreign Homepage: https://systemd.io/ELF_PACKAGE_METADATA/ Section: admin Priority: optional Filename: pool/main/p/package-notes/dh-dlopenlibdeps_0.15~bpo12+1_all.deb Package: dh-golang Version: 1.62~bpo12+1 Installed-Size: 66 Maintainer: Debian Go Packaging Team Architecture: all Provides: dh-sequence-golang Depends: debhelper, libdpkg-perl (>= 1.21.3~), perl:any Size: 24752 SHA256: 71a36cd7b15a3e2d19d83df2b5457a86d4d22dbe47d0add0986d3f843b1edacc SHA1: e274bcb46a5c66673b55ed377192022a3058b552 MD5sum: bcd0c5a90411d70627ef1f89fe080e10 Description: debhelper add-on for packaging software written in Go (golang) dh-golang provides a debhelper sequence addon named 'golang', a buildsystem module named 'golang' and a command called dh_golang. . The golang debhelper buildsystem is designed to make packaging programs written in Go very simple. Multi-Arch: foreign Section: golang Priority: optional Filename: pool/main/d/dh-golang/dh-golang_1.62~bpo12+1_all.deb Package: dh-package-notes Source: package-notes Version: 0.15~bpo12+1 Installed-Size: 19 Maintainer: Luca Boccassi Architecture: all Depends: debhelper Enhances: debhelper Size: 6804 SHA256: 284f05d69cec332ec40f4ee414b7df45441a8be84346cd41f3da0e65d1e2418d SHA1: dee5f59217992b403f1893e719a55dd0a5ae5d54 MD5sum: 17bbd0620cd9cad159ab38715b8f5dbb Description: Debian Helper for adding package metadata to ELF binaries Provides a linker specs file to add package metadata to the ELF binaries being built. See: https://systemd.io/ELF_PACKAGE_METADATA/ Multi-Arch: foreign Homepage: https://systemd.io/ELF_PACKAGE_METADATA/ Section: admin Priority: optional Filename: pool/main/p/package-notes/dh-package-notes_0.15~bpo12+1_all.deb Package: dhcpcd Version: 1:10.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.105+ds-2~bpo12+1 Installed-Size: 1073 Maintainer: RPM packaging team Architecture: all Size: 531364 SHA256: e28f4452dc5effd2ec35c7fa6fe1d5f588901884b2606b761fa156ef3a410c74 SHA1: 9cd32b30b405dc6037e4d3e99cb551607d0a3636 MD5sum: 432966377beadcc2dacf807fd2ce44d7 Description: Archive keyrings for RPM-based Linux distributions collection of GPG keys to check signatures of rpm packages from following distributions: . - Anolis OS - Amazon Linux - Alma Linux - Azure Linux/CBL-Mariner - CentOS - Circle Linux - EPEL - EuroLinux - Fedora - Mageia - openEuler - OpenMandriva - openSUSE - Oracle Linux - Qubes - Rocky Linux - RosaLinux - RPM Fusion - Red Hat - Navy Linux - Scientific Linux - United RPMs Multi-Arch: foreign Homepage: https://github.com/rpm-software-management/distribution-gpg-keys Section: misc Priority: optional Filename: pool/main/d/distribution-gpg-keys/distribution-gpg-keys_1.105+ds-2~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-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.1~rc2-1~bpo12+1 Installed-Size: 1907 Maintainer: Theodore Y. Ts'o Architecture: amd64 Recommends: sash | bash-static | zsh-static | busybox-static Size: 763956 SHA256: a689f15cc81105a1917e4ddadcaa5b026795e4d6ddb539b3e9e6195dea6c9fb4 SHA1: 4527a2096d51480d6d3994ffbc4b9c325a14ee9a MD5sum: 6d9aa5b4febb4c6b2919f3967d67347f Description: statically-linked version of the ext2/ext3/ext4 filesystem checker This may be of some help to you if your filesystem gets corrupted enough to break the shared libraries used by the dynamically linked checker. . This binary takes much more space than its dynamic counterpart located in e2fsprogs, though. . You may want to install a statically-linked shell as well, to be able to run this program if something like your C library gets corrupted. Homepage: http://e2fsprogs.sourceforge.net Section: admin Priority: optional Filename: pool/main/e/e2fsprogs/e2fsck-static_1.47.1~rc2-1~bpo12+1_amd64.deb Package: e2fsprogs Version: 1.47.1~rc2-1~bpo12+1 Installed-Size: 1521 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.1~rc2-1~bpo12+1), libss2 (>= 1.38), libuuid1 (>= 2.16) Recommends: e2fsprogs-l10n Suggests: gpart, parted, fuse2fs, e2fsck-static Size: 582664 SHA256: 05a7e8a3c7e7eeeaf0b1636c2b37b2ec8ec6fa2ef785e6ec5ba44fb3b9fa0383 SHA1: b9385e794991a57c43ea81ca4871a98cfe3f3bd3 MD5sum: d6810c7ca0165c02f06fb8bb2be3c58b Description: ext2/ext3/ext4 file system utilities The ext2, ext3 and ext4 file systems are successors of the original ext ("extended") file system. They are the main file system types used for hard disks on Debian and other Linux systems. . This package contains programs for creating, checking, and maintaining ext2/3/4-based file systems. It also includes the "badblocks" program, which can be used to scan for bad blocks on a disk or other storage device. Multi-Arch: foreign Homepage: http://e2fsprogs.sourceforge.net Important: yes Section: admin Priority: required Filename: pool/main/e/e2fsprogs/e2fsprogs_1.47.1~rc2-1~bpo12+1_amd64.deb Package: e2fsprogs-l10n Source: e2fsprogs Version: 1.47.1~rc2-1~bpo12+1 Installed-Size: 3444 Maintainer: Theodore Y. Ts'o Architecture: all Replaces: e2fsprogs (<< 1.43.5-1) Depends: e2fsprogs (>= 1.47.1~rc2-1~bpo12+1), e2fsprogs (<< 1.47.1~rc2-1~bpo12+1+c~) Size: 546068 SHA256: f61d036c02c83ab705a644d46d1eafe5613fc0648d03d5fcb8e39f9d9a60e5f5 SHA1: 7aa3d221f202558ecf31515ab8b56071dd4a0545 MD5sum: 26e6b9c1868995461e7a5f95d6e203da Description: ext2/ext3/ext4 file system utilities - translations The ext2, ext3 and ext4 file systems are successors of the original ext ("extended") file system. They are the main file system types used for hard disks on Debian and other Linux systems. . This package provides translations for messages for programs found in the 'e2fsprogs' package. Multi-Arch: foreign Homepage: http://e2fsprogs.sourceforge.net Section: localization Priority: optional Filename: pool/main/e/e2fsprogs/e2fsprogs-l10n_1.47.1~rc2-1~bpo12+1_all.deb Package: easyeffects Version: 7.0.1-1~bpo12+1 Installed-Size: 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-2~bpo12+1 Installed-Size: 53 Maintainer: Rob Browning Architecture: all Depends: emacs-gtk (>= 1:27.1) | emacs-pgtk (>= 1:27.1) | emacs-lucid (>= 1:27.1) | emacs-nox (>= 1:27.1) Size: 18560 SHA256: b4dbdf5329cf1cf56d9fdb47bf9f387037f8761566e9c0ff9768ea59ae72ecba SHA1: 2e0306eb6454ecd9e4f28e0a0dc960e257faf46a MD5sum: b9b8b383d66216ed662e83bdec7face9 Description: GNU Emacs editor (metapackage) GNU Emacs is the extensible self-documenting text editor. This is a metapackage that will always depend on the latest recommended Emacs variant (currently emacs-gtk). Homepage: https://www.gnu.org/software/emacs/ Section: editors Priority: optional Filename: pool/main/e/emacs/emacs_29.4+1-2~bpo12+1_all.deb Package: emacs-bin-common Source: emacs Version: 1:29.4+1-2~bpo12+1 Installed-Size: 351 Maintainer: Rob Browning Architecture: amd64 Depends: emacs-common (= 1:29.4+1-2~bpo12+1), libc6 (>= 2.34) Recommends: mailutils Breaks: emacs-gtk (<< 1:29.2), emacs-lucid (<< 1:29.2), emacs-nox (<< 1:29.2), emacs-pgtk (<< 1:29.2) Size: 97000 SHA256: b8f03488d2bf156503f8fe434088b2cb98aeb0283921ed1890dc5580ac24e418 SHA1: 6524361d67f170f07bf2f20546dffb971cbbe0b7 MD5sum: 5c04c5a496bc6798893d8020f6b8a98d Description: GNU Emacs editor's shared, architecture dependent files GNU Emacs is the extensible self-documenting text editor. This package contains the architecture dependent infrastructure that's shared by emacs-gtk, emacs-pgtk, emacs-lucid, and emacs-nox. Homepage: https://www.gnu.org/software/emacs/ Section: editors Priority: optional Filename: pool/main/e/emacs/emacs-bin-common_29.4+1-2~bpo12+1_amd64.deb Package: emacs-common Source: emacs Version: 1:29.4+1-2~bpo12+1 Installed-Size: 78150 Maintainer: Rob Browning Architecture: all Replaces: emacs-bin-common (<< 1:28) Depends: emacs-el, emacsen-common (>= 3.0.0), install-info, init-system-helpers (>= 1.52) Suggests: emacs-common-non-dfsg, ncurses-term Conflicts: cedet, eieio, emacs-el (<< 1:29.4+1-2~bpo12+1), gnus-bonus-el, speedbar Breaks: apel (<< 10.8+0.20120427-4), edb (<< 1.32), egg (<< 4.2.0-2), elpa-cider (<< 0.19.0+dfsg-4~), emacs (<< 1:25), emacs-bin-common (<< 1:28), emacs-gtk (<< 1:25), emacs-lucid (<< 1:25), emacs-nox (<< 1:25) Size: 15217436 SHA256: 83288a81c94d149ba0768eaf0df90ebb135abcc7dd960086797cf6a62d781740 SHA1: 92e4a79f6049a8b049a1c935d61f5513f183c1c1 MD5sum: dd644cb675c43a3d8757202a72f96888 Description: GNU Emacs editor's shared, architecture independent infrastructure GNU Emacs is the extensible self-documenting text editor. This package contains the architecture independent infrastructure that's shared by emacs-gtk, emacs-pgtk, emacs-lucid, and emacs-nox. Homepage: https://www.gnu.org/software/emacs/ Section: editors Priority: optional Filename: pool/main/e/emacs/emacs-common_29.4+1-2~bpo12+1_all.deb Package: emacs-el Source: emacs Version: 1:29.4+1-2~bpo12+1 Installed-Size: 19047 Maintainer: Rob Browning Architecture: all Depends: emacs-common (= 1:29.4+1-2~bpo12+1) Size: 18825364 SHA256: 1efc9790ef7f3ff48f6ceff08957ffe82fbfc5a8577fd2f604066b4e7ec4c5a9 SHA1: 4932077df6b3a1d0b2293b8850938b7c78758e36 MD5sum: 0599abca7426b6c4823714c16cc0ec71 Description: GNU Emacs LISP (.el) files GNU Emacs is the extensible self-documenting text editor. This package contains the elisp sources for the convenience of users, saving space in the main package for small systems. Homepage: https://www.gnu.org/software/emacs/ Section: editors Priority: optional Filename: pool/main/e/emacs/emacs-el_29.4+1-2~bpo12+1_all.deb Package: emacs-gtk Source: emacs Version: 1:29.4+1-2~bpo12+1 Installed-Size: 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-2~bpo12+1), emacs-common (= 1:29.4+1-2~bpo12+1), libacl1 (>= 2.2.23), libasound2 (>= 1.0.16), libc6 (>= 2.35), libcairo2 (>= 1.7.2), libdbus-1-3 (>= 1.9.14), libfontconfig1 (>= 2.12.6), libfreetype6 (>= 2.2.1), libgccjit0 (>= 12), libgdk-pixbuf-2.0-0 (>= 2.22.0), libgif7 (>= 5.1), libglib2.0-0 (>= 2.37.3), libgmp10 (>= 2:6.2.1+dfsg1), libgnutls30 (>= 3.7.5), libgpm2 (>= 1.20.7), libgtk-3-0 (>= 3.21.4), libharfbuzz0b (>= 0.9.42), libice6 (>= 1:1.0.0), libjansson4 (>= 2.14), libjpeg62-turbo (>= 1.3.1), liblcms2-2 (>= 2.2+git20110628), libm17n-0 (>= 1.6.1), libotf1 (>= 0.9.16), libpango-1.0-0 (>= 1.18.0), libpng16-16 (>= 1.6.2-1), librsvg2-2 (>= 2.52.5), libselinux1 (>= 3.1~), libsm6, libsqlite3-0 (>= 3.7.15), libsystemd0, libtiff6 (>= 4.0.3), libtinfo6 (>= 6), libtree-sitter0 (>= 0.20.2), libwebp7 (>= 1.2.4), libwebpdemux2 (>= 1.2.4), libx11-6 (>= 2:1.2.99.901), libxcomposite1 (>= 1:0.4.5), libxext6, libxfixes3 (>= 1:4.0.1), libxi6 (>= 2:1.5.99.2), libxinerama1 (>= 2:1.1.4), libxml2 (>= 2.7.4), libxrandr2, libxrender1, zlib1g (>= 1:1.1.4) Recommends: fonts-noto-color-emoji Suggests: emacs-common-non-dfsg Conflicts: emacs-lucid, emacs-nox, emacs-pgtk Breaks: emacs-bin-common (<< 1:29.2) Size: 7241532 SHA256: 36097d97fa06bfb7b8b501fee8496f912155a8d82b7a3166cce8adcd1a95b5cc SHA1: 8173726b2b7eb34ba557b9b6c34a6c941770a12c MD5sum: dee6c0a4a636de81ebd0a43ae5363d05 Description: GNU Emacs editor (with GTK+ GUI support) GNU Emacs is the extensible self-documenting text editor. This package contains a version of Emacs with a graphical user interface based on GTK+ for X11 and Wayland (instead of the Lucid toolkit provided by the emacs-lucid package). . If you are using Wayland, you may wish to install emacs-pgtk instead. Homepage: https://www.gnu.org/software/emacs/ Section: editors Priority: optional Filename: pool/main/e/emacs/emacs-gtk_29.4+1-2~bpo12+1_amd64.deb Package: emacs-lucid Source: emacs Version: 1:29.4+1-2~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-2~bpo12+1), emacs-common (= 1:29.4+1-2~bpo12+1), libacl1 (>= 2.2.23), libasound2 (>= 1.0.16), libc6 (>= 2.35), libcairo2 (>= 1.7.2), libdbus-1-3 (>= 1.9.14), libfontconfig1 (>= 2.12.6), libfreetype6 (>= 2.2.1), libgccjit0 (>= 12), libgdk-pixbuf-2.0-0 (>= 2.22.0), libgif7 (>= 5.1), libglib2.0-0 (>= 2.16.0), libgmp10 (>= 2:6.2.1+dfsg1), libgnutls30 (>= 3.7.5), libgpm2 (>= 1.20.7), libharfbuzz0b (>= 0.9.42), libice6 (>= 1:1.0.0), libjansson4 (>= 2.14), libjpeg62-turbo (>= 1.3.1), liblcms2-2 (>= 2.2+git20110628), libm17n-0 (>= 1.6.1), libotf1 (>= 0.9.16), libpng16-16 (>= 1.6.2-1), librsvg2-2 (>= 2.52.5), libselinux1 (>= 3.1~), libsm6, libsqlite3-0 (>= 3.7.15), libsystemd0, libtiff6 (>= 4.0.3), libtinfo6 (>= 6), libtree-sitter0 (>= 0.20.2), libwebp7 (>= 1.2.4), libwebpdemux2 (>= 1.2.4), libx11-6 (>= 2:1.2.99.901), libxcomposite1 (>= 1:0.4.5), libxext6 (>= 2:1.3.0), libxfixes3 (>= 1:4.0.1), libxi6 (>= 2:1.5.99.2), libxinerama1 (>= 2:1.1.4), libxml2 (>= 2.7.4), libxmu6 (>= 2:1.1.3), libxpm4, libxrandr2 (>= 2:1.5.0), libxrender1, libxt6, xaw3dg (>= 1.5+E-1), zlib1g (>= 1:1.1.4) Recommends: fonts-noto-color-emoji Suggests: emacs-common-non-dfsg Conflicts: emacs-gtk, emacs-nox, emacs-pgtk Breaks: emacs-bin-common (<< 1:29.2) Size: 7214252 SHA256: 50164fa4e52db72da803f81f7e30cc48d416cafbb347d30fe202bda4bd06af64 SHA1: 7c9b8a4be5ebaaf0f80c1e84a0f8ff61c561b6cb MD5sum: c0803cc0d776f31f0b7e82a392efed4e Description: GNU Emacs editor (with Lucid GUI support) GNU Emacs is the extensible self-documenting text editor. This package contains a version of Emacs with support for a graphical user interface based on the Lucid toolkit (instead of the GTK+ interface provided by the emacs-gtk package). Until some known GTK+ problems are fixed, this version may help avoid crashing Emacs during an emacsclient disconnect. See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=567934 and https://bugzilla.gnome.org/show_bug.cgi?id=85715 for more information. Homepage: https://www.gnu.org/software/emacs/ Section: editors Priority: optional Filename: pool/main/e/emacs/emacs-lucid_29.4+1-2~bpo12+1_amd64.deb Package: emacs-nox Source: emacs Version: 1:29.4+1-2~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-2~bpo12+1), emacs-common (= 1:29.4+1-2~bpo12+1), libacl1 (>= 2.2.23), libasound2 (>= 1.0.16), libc6 (>= 2.35), libdbus-1-3 (>= 1.9.14), libgccjit0 (>= 12), libgmp10 (>= 2:6.2.1+dfsg1), libgnutls30 (>= 3.7.5), libgpm2 (>= 1.20.7), libjansson4 (>= 2.14), liblcms2-2 (>= 2.2+git20110628), libselinux1 (>= 3.1~), libsqlite3-0 (>= 3.7.15), libsystemd0, libtinfo6 (>= 6), libtree-sitter0 (>= 0.20.2), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4) Suggests: emacs-common-non-dfsg Conflicts: emacs-gtk, emacs-lucid, emacs-pgtk Breaks: emacs-bin-common (<< 1:29.2) Size: 6724052 SHA256: cf7c8962dc543c46ca61969fc308fc8adba45eccbae9fbc7df04650d232ffaea SHA1: e3ad1d0bb4529e1e97e724b50c607e2b41ba85cf MD5sum: 9a040dbaf9bccf65e516be7bbf76fd8c Description: GNU Emacs editor (without GUI support) GNU Emacs is the extensible self-documenting text editor. This package contains a version of Emacs compiled without support for X, and provides only a text terminal interface. Homepage: https://www.gnu.org/software/emacs/ Section: editors Priority: optional Filename: pool/main/e/emacs/emacs-nox_29.4+1-2~bpo12+1_amd64.deb Package: emacs-pgtk Source: emacs Version: 1:29.4+1-2~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-2~bpo12+1), emacs-common (= 1:29.4+1-2~bpo12+1), dconf-gsettings-backend | gsettings-backend, libacl1 (>= 2.2.23), libasound2 (>= 1.0.16), libc6 (>= 2.35), libcairo2 (>= 1.12.0), libdbus-1-3 (>= 1.9.14), libfontconfig1 (>= 2.12.6), libfreetype6 (>= 2.2.1), libgccjit0 (>= 12), libgdk-pixbuf-2.0-0 (>= 2.22.0), libgif7 (>= 5.1), libglib2.0-0 (>= 2.39.4), libgmp10 (>= 2:6.2.1+dfsg1), libgnutls30 (>= 3.7.5), libgpm2 (>= 1.20.7), libgtk-3-0 (>= 3.21.5), libharfbuzz0b (>= 0.9.42), libjansson4 (>= 2.14), libjpeg62-turbo (>= 1.3.1), liblcms2-2 (>= 2.2+git20110628), libotf1 (>= 0.9.10), libpango-1.0-0 (>= 1.18.0), libpng16-16 (>= 1.6.2-1), librsvg2-2 (>= 2.52.5), libselinux1 (>= 3.1~), libsqlite3-0 (>= 3.7.15), libsystemd0, libtiff6 (>= 4.0.3), libtinfo6 (>= 6), libtree-sitter0 (>= 0.20.2), libwebp7 (>= 1.2.4), libwebpdemux2 (>= 1.2.4), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4) Recommends: fonts-noto-color-emoji Suggests: emacs-common-non-dfsg Conflicts: emacs-gtk, emacs-lucid, emacs-nox Breaks: emacs-bin-common (<< 1:29.2), emacs-common (<< 1:29.3+1-3~) Size: 7072416 SHA256: db3dca92c2d013b1cd6e45e09daeaa395b1d10b07774273a2863643fc8f35715 SHA1: 7ef23ecd9187520cf62b849806a89eb5167157be MD5sum: 5f1a71ddb33818481b0b36fe17b82db9 Description: GNU Emacs editor (with GTK+ Wayland GUI support) GNU Emacs is the extensible self-documenting text editor. This package contains a version of Emacs with a graphical user interface based on GTK+ for Wayland. . If you are using exclusively X11, install emacs-gtk instead. The PGTK port works less well than the standard GTK+ build in a number of respects. Homepage: https://www.gnu.org/software/emacs/ Section: editors Priority: optional Filename: pool/main/e/emacs/emacs-pgtk_29.4+1-2~bpo12+1_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: etc1tool Source: android-platform-tools Version: 34.0.5-2~bpo12+1 Installed-Size: 90 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: 30856 SHA256: f68b92457142b80222f9194517afeaa9a43f6ab5f6f436cc93088e2311f5e238 SHA1: f494a17b7c3a6d93de0516db84f25b0c4a82f6f5 MD5sum: d22aab89450ee78fa4c9c595b5d05c84 Description: ETC1 conversion tool etc1tool is a command line utility that lets you encode PNG images to the ETC1 compression standard and decode ETC1 compressed images back to PNG. It is part of the Android SDK for working with media files for game apps. The standard for the ETC1 texture format is here: http://www.khronos.org/registry/gles/extensions/OES/OES_compressed_ETC1_RGB8_texture.txt Multi-Arch: foreign Homepage: https://developer.android.com/studio/releases/platform-tools Section: devel Priority: optional Filename: pool/main/a/android-platform-tools/etc1tool_34.0.5-2~bpo12+1_amd64.deb Package: exim4 Version: 4.98-2~bpo12+1 Installed-Size: 27 Maintainer: Exim4 Maintainers Architecture: all Depends: debconf (>= 1.4.69) | cdebconf (>= 0.39), exim4-base (<< 4.98-2~bpo12+1.1), exim4-base (>= 4.98-2~bpo12+1), exim4-daemon-light (>= 4.98-2~bpo12+1) | exim4-daemon-heavy (>= 4.98-2~bpo12+1) | exim4-daemon-custom (>= 4.98-2~bpo12+1), debconf (>= 0.5) | debconf-2.0 Size: 7192 SHA256: f0c603fd0cd6dde02cb8a0554f184c10a5a4e6a213f367d521c21675a0c8375b SHA1: 1afc0ff009457909b1794c35dac4365f25a39916 MD5sum: a87a34f1402af184b060bf5d8be1e9d4 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-2~bpo12+1_all.deb Package: exim4-base Source: exim4 Version: 4.98-2~bpo12+1 Installed-Size: 1736 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: 1150644 SHA256: 88dedca89152c7c99caa410fa707b33f6a9ca576eaccb2edd22eb7459bf3533e SHA1: 7dafecff97647c9cbdbc8929f17b530ec2efa212 MD5sum: f6d5436caf2337997b510dfd6f147f81 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-2~bpo12+1_amd64.deb Package: exim4-config Source: exim4 Version: 4.98-2~bpo12+1 Installed-Size: 913 Maintainer: Exim4 Maintainers Architecture: all Provides: exim4-config-2 Depends: adduser, debconf (>= 0.5) | debconf-2.0 Recommends: ca-certificates Conflicts: citadel-server, courier-mta, dma, esmtp-run, exim, exim-tls, exim4-config, exim4-config-2, hula-mta, masqmail, msmtp-mta, mta-dummy, nullmailer, opensmtpd, postfix, qmail-run, sendmail-bin, smail, ssmtp, xmail, zmailer Breaks: exim4-daemon-heavy (<< 4.94), exim4-daemon-light (<< 4.94) Size: 255500 SHA256: 082341b89245a49c7c99e6919a03683eaac731c4a2696e600b4d32e0558554d6 SHA1: 0018ea9fb764e4ac24c43f366f2fffc5f995b86a MD5sum: c9d878d0e8ba99d9ff8601becafbb93c 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-2~bpo12+1_all.deb Package: exim4-daemon-heavy Source: exim4 Version: 4.98-2~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: 691388 SHA256: 0fdbb71f50c516feb9631d8cecda468cd75477893692ca827d65396ec6674383 SHA1: 0467d6619adfae2397ff807e7d70fc2cbe9bf606 MD5sum: cdcd349ccc10a5783cfbb88e72a0ecb4 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-2~bpo12+1_amd64.deb Package: exim4-daemon-light Source: exim4 Version: 4.98-2~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: 631956 SHA256: 0bd41401bc869419522ba39099d7d71d77dd22af1166f25f050e25e2d99cbade SHA1: cc13a30865aa18f6e0e8018ac3c71a5b207d74f8 MD5sum: 1fabd6f0e27be4d2e6134d5868653f29 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-2~bpo12+1_amd64.deb Package: exim4-dev Source: exim4 Version: 4.98-2~bpo12+1 Installed-Size: 85 Maintainer: Exim4 Maintainers Architecture: amd64 Size: 42056 SHA256: c4348a1fe9b36192127d7960d4210e25467914126e7d9d1e201fa9d34003b91c SHA1: 758476be2cc1381665817de9d6db16d16df9476a MD5sum: 94ee40949d10981eafd5a42a02ceff8e 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-2~bpo12+1_amd64.deb Package: eximon4 Source: exim4 Version: 4.98-2~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: 76880 SHA256: 97a8e83d1e433b40c25f9b876ce140592ab2f1d4fb2b41d4cde95662a8ae4d67 SHA1: 679495d4ddf3d6aca261cd2a183fba5786e73dc6 MD5sum: e10646c593ec755c0b7a4bce6f21b57c 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-2~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-2~bpo12+1) Version: 1:34.0.5-2~bpo12+1 Installed-Size: 591 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-2~bpo12+1), android-liblog (>= 34.0.5), android-libsparse (= 1:34.0.5-2~bpo12+1), android-libziparchive (= 1:34.0.5-2~bpo12+1), libc6 (>= 2.34), libgcc-s1 (>= 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: 196916 SHA256: 11f4439c832dbe3acfa918298f1ee6c0090c28f02fbef6284d4d9723757cda80 SHA1: 581cd6b53cff94b7d65646c459f175ffc15de956 MD5sum: 8873bc0a6a728d0fbbdf606dd4c9f83f Description: Android fastboot tool A command line tool for flashing an Android device, boot an Android device to fastboot mode, etc.. . This package recommends "android-sdk-platform-tools-common" which contains the udev rules for Android devices. Without this package, adb and fastboot need to be running with root permission. Multi-Arch: foreign Homepage: https://developer.android.com/studio/releases/platform-tools Section: utils Priority: optional Filename: pool/main/a/android-platform-tools/fastboot_34.0.5-2~bpo12+1_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: ffmpegfs Version: 2.14-1~bpo12+1 Installed-Size: 1628 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), libfuse2 (>= 2.6), libgcc-s1 (>= 3.0), libsqlite3-0 (>= 3.14.0), libstdc++6 (>= 12), libswresample4 (>= 7:5.1), libswscale6 (>= 7:5.0) Size: 486644 SHA256: ec466ff67d0984d59fa80c79bb16e6a9e3d280581e4ead6a5a4089968c6cc55c SHA1: 432473a978557dde7f2a8d39c446815fc1e485b5 MD5sum: d3dccdf3545ffd0108983e69cc9eaf61 Description: Fuse Multi Media Filesystem A read-only FUSE filesystem which transcodes various audio and video formats to MP4, WebM, and many more on the fly when opened and read using the FFmpeg library, thus supporting a multitude of input formats and a variety of common output formats. . This allows access to a multi-media file collection with software and/or hardware which only understands one of the supported output formats, or transcodes files through simple drag-and-drop in a file browser. Multi-Arch: foreign Homepage: https://nschlia.github.io/ffmpegfs/ Section: utils Priority: optional Filename: pool/main/f/ffmpegfs/ffmpegfs_2.14-1~bpo12+1_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.3-1~bpo12+1) Version: 4:102.12+LibO24.8.3-1~bpo12+1 Installed-Size: 277 Maintainer: Debian LibreOffice Maintainers Architecture: all Replaces: ttf-opensymbol Provides: ttf-opensymbol Recommends: fontconfig Size: 124164 SHA256: 96478df7962f078bf12490d3cc05a84d04f727b7680100f9228eeadad90479bb SHA1: 7d526be17cfa9d50d9f58051533d2d636309e7d7 MD5sum: d1927c844815fa39ab15ae91648b1877 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.3-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-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: 24.24~bpo12+1 Installed-Size: 11899 Maintainer: FreedomBox packaging team Architecture: all Replaces: freedombox-setup (<< 0.13~), plinth (<< 0.46.0~) Provides: plinth Depends: python3-apt, python3-augeas, python3-cherrypy3, python3-configobj, python3-django (>= 1.11), python3-django-bootstrapform, python3-django-captcha, python3-django-stronghold (>= 0.3.0), python3-psutil, python3-requests, python3-ruamel.yaml, python3:any, debconf (>= 0.5) | debconf-2.0, apache2, avahi-daemon, avahi-utils, batctl, borgbackup, certbot, cockpit, debsecan, fail2ban, firewalld, flite, gir1.2-udisks-2.0, gpg, iproute2, ldap-utils, ldapscripts, libapache2-mod-auth-pubtkt, libnss-ldapd, libpam-ldapd, needrestart, network-manager, nftables, nslcd, openssh-server, openssl, parted, php-fpm, popularity-contest, python3-openssl, samba-common-bin, slapd, snapper, sshfs, ssl-cert, systemd-timesyncd, tdb-tools, udisks2, unattended-upgrades, uwsgi, uwsgi-plugin-python3, zram-tools, adduser, augeas-tools, curl, debconf, dnsutils, e2fsprogs, fonts-fork-awesome, fonts-lato, gdisk, gettext, gir1.2-glib-2.0, gir1.2-nm-1.0, javascript-common, libglib2.0-bin, libjs-bootstrap4, libjs-jquery, lsof, netcat-openbsd, ppp, pppoe, python3-argon2, python3-bootstrapform, python3-dbus, python3-django-axes (>= 5.0.0), python3-django-ipware (>= 3), python3-gi, python3-markupsafe, python3-pampy, python3-paramiko, python3-pexpect, python3-systemd, python3-yaml, sudo, wget, fuse3 (>= 3) Recommends: bzip2, bridge-utils, devio, dosfstools, file, firmware-ath9k-htc, freedombox-doc-en, freedombox-doc-es, htop, iftop, iputils-ping, iw, libnss-mdns, libnss-myhostname, libpam-abl, locales, locales-all, openssh-client, pciutils, powermgmt-base, psmisc, rfkill, tcpdump, vim-tiny, whois, zile Breaks: freedombox-setup (<< 0.13~), fuse (<< 3), plinth (<< 0.46.0~), ufw Size: 4029508 SHA256: bf44fb258450cd477c44bbc3726f0075f39f0a01e268743bde33eff302a6d2d1 SHA1: 124ca5c89346221c532a77d3a02110d42a9dd2e5 MD5sum: 66ecb0ca74ef561deed0aa5dc6e6bb42 Description: easy to manage, privacy oriented home server FreedomBox is designed to be your own inexpensive server at home. It runs free software and offers an increasing number of services ranging from a calendar or jabber server to a wiki or VPN. A web interface allows you to easily install and configure your apps. . This package provides the FreedomBox Service (Plinth) which installs, configures and manages all functions of FreedomBox. The service is managed using a web interface available at https://localhost/. Homepage: https://salsa.debian.org/freedombox-team/freedombox Section: web Priority: optional Filename: pool/main/f/freedombox/freedombox_24.24~bpo12+1_all.deb Package: freedombox-doc-en Source: freedombox Version: 24.24~bpo12+1 Installed-Size: 50274 Maintainer: FreedomBox packaging team Architecture: all Size: 45324024 SHA256: f31a9f2602dc43790a01312bb75e66259904a93cfab6582977fa32507524318d SHA1: 2cdf1577e45b01c121e9112552d9838d3d4b0155 MD5sum: ea9895bebecbc5bd4c6c0a171dd6ca47 Description: easy to manage, privacy oriented home server - user manual (English) FreedomBox is designed to be your own inexpensive server at home. It runs free software and offers an increasing number of services ranging from a calendar or jabber server to a wiki or VPN. A web interface allows you to easily install and configure your apps. . This package contains the English user manual in HTML and PDF formats. It describes how to setup and use each application in FreedomBox and FreedomBox itself. It is accessible from Help menu in the FreedomBox web interface. Multi-Arch: foreign Homepage: https://salsa.debian.org/freedombox-team/freedombox Section: doc Priority: optional Filename: pool/main/f/freedombox/freedombox-doc-en_24.24~bpo12+1_all.deb Package: freedombox-doc-es Source: freedombox Version: 24.24~bpo12+1 Installed-Size: 49929 Maintainer: FreedomBox packaging team Architecture: all Size: 44307860 SHA256: a91a49c87b73e3b204c1b2957668165be8c9c62cd82c0ca44d75306ed00caa0a SHA1: fa24068df4cfcb335096c36eef225bee4b058b1b MD5sum: 80785acc156bb9ab1e8c2ddc44298eb5 Description: easy to manage, privacy oriented home server - user manual (Spanish) FreedomBox is designed to be your own inexpensive server at home. It runs free software and offers an increasing number of services ranging from a calendar or jabber server to a wiki or VPN. A web interface allows you to easily install and configure your apps. . This package contains the Spanish user manual in HTML and PDF formats. It describes how to setup and use each application in FreedomBox and FreedomBox itself. It is accessible from Help menu in the FreedomBox web interface. Multi-Arch: foreign Homepage: https://salsa.debian.org/freedombox-team/freedombox Section: doc Priority: optional Filename: pool/main/f/freedombox/freedombox-doc-es_24.24~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: freerdp3-dev Source: freerdp3 Version: 3.5.1+dfsg1-5~bpo12+1 Installed-Size: 1186 Maintainer: Debian Remote Maintainers Architecture: amd64 Depends: libfreerdp-server-proxy3-3 (= 3.5.1+dfsg1-5~bpo12+1), libfreerdp-client3-3 (= 3.5.1+dfsg1-5~bpo12+1), libfreerdp-server3-3 (= 3.5.1+dfsg1-5~bpo12+1), libfreerdp-shadow-subsystem3-3 (= 3.5.1+dfsg1-5~bpo12+1), libfreerdp-shadow3-3 (= 3.5.1+dfsg1-5~bpo12+1), libfreerdp3-3 (= 3.5.1+dfsg1-5~bpo12+1), libwinpr3-dev (= 3.5.1+dfsg1-5~bpo12+1), libcjson-dev, libfuse3-dev, winpr3-utils (= 3.5.1+dfsg1-5~bpo12+1) Size: 159808 SHA256: 41854f4d901e58d8ef1e7259e91e774e2ef1d81112b2a0f6a8213c87789a5eea SHA1: 2028d130deb919826075279ae4a5a510c22de7be MD5sum: ac1b4a7dac7fc4612c5d83b0bf9eeb13 Description: Free Remote Desktop Protocol library (development files) FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . This package contains the FreeRDP development files. Homepage: https://www.freerdp.com/ Section: devel Priority: optional Filename: pool/main/f/freerdp3/freerdp3-dev_3.5.1+dfsg1-5~bpo12+1_amd64.deb Package: freerdp3-proxy Source: freerdp3 Version: 3.5.1+dfsg1-5~bpo12+1 Installed-Size: 159 Maintainer: Debian Remote Maintainers Architecture: amd64 Depends: libc6 (>= 2.34), libfreerdp-server-proxy3-3 (= 3.5.1+dfsg1-5~bpo12+1), libfreerdp3-3 (= 3.5.1+dfsg1-5~bpo12+1), libwinpr3-3 (= 3.5.1+dfsg1-5~bpo12+1) Suggests: freerdp3-proxy-modules Size: 35436 SHA256: 97acd1f6235a87d46e3ef383993ea061dfde15d5378b5227f46a57e9cea125b3 SHA1: 8c6ac16271dcd6554f9ad65698ee57ac5bd4c76a MD5sum: 8afa20d588fb0bfedacaec8d88326659 Description: FreeRDP proxy server FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . This package contains the proxy server that can be used as man in the middle proxy for RDP connections. Homepage: https://www.freerdp.com/ Section: x11 Priority: optional Filename: pool/main/f/freerdp3/freerdp3-proxy_3.5.1+dfsg1-5~bpo12+1_amd64.deb Package: freerdp3-proxy-modules Source: freerdp3 Version: 3.5.1+dfsg1-5~bpo12+1 Installed-Size: 333 Maintainer: Debian Remote Maintainers Architecture: amd64 Depends: libc6 (>= 2.32), libfreerdp-server-proxy3-3 (= 3.5.1+dfsg1-5~bpo12+1), libfreerdp3-3 (>= 3.0.0), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 11), libwinpr3-3 (>= 3.0.0) Size: 89944 SHA256: 9d9fa6c041e9dcf96b95905d8ac40758ca9c1e85a5cf91f3c9463bdbca9ac096 SHA1: 97387eb0819d13ba516d0797ede50479090bda32 MD5sum: bc2341c7512f394ad9b32e1ddf7aef3a Description: FreeRDP Remote Desktop Protocol proxy module libraries FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . This package contains the modules for the proxy. Homepage: https://www.freerdp.com/ Section: x11 Priority: optional Filename: pool/main/f/freerdp3/freerdp3-proxy-modules_3.5.1+dfsg1-5~bpo12+1_amd64.deb Package: freerdp3-sdl Source: freerdp3 Version: 3.5.1+dfsg1-5~bpo12+1 Installed-Size: 841 Maintainer: Debian Remote Maintainers Architecture: amd64 Depends: libc6 (>= 2.34), libcjson1 (>= 1.7.13), libfreerdp-client3-3 (= 3.5.1+dfsg1-5~bpo12+1), libfreerdp3-3 (>= 3.0.0), libgcc-s1 (>= 3.3.1), libsdl2-2.0-0 (>= 2.0.16), libsdl2-image-2.0-0 (>= 2.0.5), libsdl2-ttf-2.0-0 (>= 2.0.15), libstdc++6 (>= 11), libwinpr3-3 (>= 3.0.0) Size: 383620 SHA256: fc587a4a109c99ff79665e99775f20f44fc809c756c45be7446eefcaa637b5c6 SHA1: c77c08d1fa7c4c10931becb44455c678896064b7 MD5sum: 5d1d86edde018e0f9b5a54b0a949679b Description: RDP client for Windows Terminal Services (SDL client) FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . Currently, the FreeRDP client supports the following Windows Versions: . * Windows NT Server * Windows 2000 Terminal Server * Windows XP * Windows 2003 Server * Windows Vista * Windows 2008/2008r2/2011SBS Server * Windows 7 * Windows 2012/2012r2 Server * Windows 8 * Windows 10 . This package contains the SDL based client. Homepage: https://www.freerdp.com/ Section: x11 Priority: optional Filename: pool/main/f/freerdp3/freerdp3-sdl_3.5.1+dfsg1-5~bpo12+1_amd64.deb Package: freerdp3-shadow-x11 Source: freerdp3 Version: 3.5.1+dfsg1-5~bpo12+1 Installed-Size: 164 Maintainer: Debian Remote Maintainers Architecture: amd64 Provides: freerdp Depends: libc6 (>= 2.34), libfreerdp-shadow-subsystem3-3 (= 3.5.1+dfsg1-5~bpo12+1), libfreerdp-shadow3-3 (>= 3.0.0), libfreerdp3-3 (>= 3.0.0), libwinpr3-3 (>= 3.0.0) Size: 36096 SHA256: d88f61683d759a78998e4fed5ad79ee14ec012844c267b7b77f42e5f40f0d04d SHA1: 03be042aef6a5b7cf2265c546489febb7218e772 MD5sum: 5b824c18ff20ce273689a554b3ed2646 Description: FreeRDP x11 shadowing server FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . This package contains a "shadowing" server that can be used to share an already started X11 DISPLAY. Homepage: https://www.freerdp.com/ Section: x11 Priority: optional Filename: pool/main/f/freerdp3/freerdp3-shadow-x11_3.5.1+dfsg1-5~bpo12+1_amd64.deb Package: freerdp3-wayland Source: freerdp3 Version: 3.5.1+dfsg1-5~bpo12+1 Installed-Size: 226 Maintainer: Debian Remote Maintainers Architecture: amd64 Depends: libc6 (>= 2.34), libfreerdp-client3-3 (= 3.5.1+dfsg1-5~bpo12+1), libfreerdp3-3 (>= 3.0.0), libwayland-client0 (>= 1.20.0), libwayland-cursor0 (>= 1.0.2), libwinpr3-3 (>= 3.0.0), libxkbcommon0 (>= 0.5.0) Size: 60328 SHA256: 4860a316c3a56f2c1dafa32bec30fd312ccd5bcb791bd8c39fe9224b16e0650d SHA1: df8b4bec78638a28f33afc7868e855b927f7fde2 MD5sum: d17c987b1833b04fad76486096b62683 Description: RDP client for Windows Terminal Services (wayland client) FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . Currently, the FreeRDP clients supports the following Windows Versions: . * Windows NT Server * Windows 2000 Terminal Server * Windows XP * Windows 2003 Server * Windows Vista * Windows 2008/2008r2/2011SBS Server * Windows 7 * Windows 2012/2012r2 Server * Windows 8 * Windows 10 . This package contains the wayland based client. Homepage: https://www.freerdp.com/ Section: x11 Priority: optional Filename: pool/main/f/freerdp3/freerdp3-wayland_3.5.1+dfsg1-5~bpo12+1_amd64.deb Package: freerdp3-x11 Source: freerdp3 Version: 3.5.1+dfsg1-5~bpo12+1 Installed-Size: 825 Maintainer: Debian Remote Maintainers Architecture: amd64 Provides: freerdp Depends: libc6 (>= 2.34), libfreerdp-client3-3 (= 3.5.1+dfsg1-5~bpo12+1), libfreerdp3-3 (>= 3.0.0), libwinpr3-3 (>= 3.3.0), libx11-6 (>= 2:1.2.99.901), libxcursor1 (>> 1.1.2), libxext6, libxfixes3, libxi6 (>= 2:1.2.99.4), libxinerama1 (>= 2:1.1.4), libxrandr2 (>= 2:1.5.0), libxrender1 Size: 105368 SHA256: bf674733114f85f0516e1b58cca55508f1a02e00b0a4204e46e3fdadb7c410b4 SHA1: 80b011f0412c285d4a6824f523bbc58731d4a0bc MD5sum: e0b8fee6ba9ee74ac4b179e9a3a55530 Description: RDP client for Windows Terminal Services (X11 client) FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . Currently, the FreeRDP client supports the following Windows Versions: . * Windows NT Server * Windows 2000 Terminal Server * Windows XP * Windows 2003 Server * Windows Vista * Windows 2008/2008r2/2011SBS Server * Windows 7 * Windows 2012/2012r2 Server * Windows 8 * Windows 10 . This package contains the X11 based client. Homepage: https://www.freerdp.com/ Section: x11 Priority: optional Filename: pool/main/f/freerdp3/freerdp3-x11_3.5.1+dfsg1-5~bpo12+1_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.1~rc2-1~bpo12+1 Installed-Size: 115 Maintainer: Theodore Y. Ts'o Architecture: amd64 Depends: libblkid1 (>= 2.16), libc6 (>= 2.34), libcom-err2 (>= 1.43.9), libext2fs2 (= 1.47.1~rc2-1~bpo12+1), libfuse3-3 (>= 3.2.3), libuuid1 (>= 2.16) Size: 46176 SHA256: 405c5602237202b4409e16db500a5b140ac29d8f22045c9fc31d05dfcd879b89 SHA1: 077d254db247ff4c1b34eff80463a54f411650c3 MD5sum: 6eade4b80e0060cba2b2e8162d336228 Description: ext2 / ext3 / ext4 file system driver for FUSE fuse2fs is a FUSE file system client that supports reading and writing from devices or image files containing ext2, ext3, and ext4 file systems. Homepage: http://e2fsprogs.sourceforge.net Section: admin Priority: optional Filename: pool/main/e/e2fsprogs/fuse2fs_1.47.1~rc2-1~bpo12+1_amd64.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.27.7-1~bpo12+1 Installed-Size: 2012 Maintainer: Unit 193 Architecture: all Depends: python3-requests, python3:any Suggests: ffmpeg, python3-brotli, yt-dlp | youtube-dl Size: 355244 SHA256: 662792982156e23ec2e9174eb93aa6af3a628f08b8c9d95c99fb5edb8616e62d SHA1: e3040ee36b2b163905895bfbee59658bf2280044 MD5sum: d78b5dd7a902d3fbf447d1b0c68ff2f8 Description: command-line program to download image galleries gallery-dl is a command-line program to download image-galleries and -collections from several image hosting sites. It is a cross-platform tool with many configuration options and powerful filenaming capabilities. Homepage: https://github.com/mikf/gallery-dl Section: web Priority: optional Filename: pool/main/g/gallery-dl/gallery-dl_1.27.7-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.2-2~bpo12+1 Installed-Size: 24631 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: 3394708 SHA256: 114128af533f9e511c0b21ebdeb1e9994dd24ee5565a3899db624ecfa9532027 SHA1: 03db9185059cd8d86fd7f537f738a88ce63edbdf MD5sum: 431ebedf820b83d757342cf5f0efc77f 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.2-2~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.2-2~bpo12+1 Installed-Size: 38 Maintainer: Debian PaN Maintainers Architecture: amd64 Depends: libhkl5 (>= 5.0.0.3434) Size: 11204 SHA256: 04247ce6c401938db125cef02dc4278b51b129d4e2192c0d851dff7863a6e785 SHA1: 6a27727b6265a9984898edc26f1faf6e33e9bb58 MD5sum: e86e2d1a77f8d53f26d9fcb167182316 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.2-2~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.3-1~bpo12+1 Installed-Size: 72 Maintainer: Debian LibreOffice Maintainers Architecture: amd64 Depends: liblibreofficekitgtk (= 4:24.8.3-1~bpo12+1), gir1.2-gdkpixbuf-2.0, gir1.2-glib-2.0, gir1.2-gtk-3.0 Size: 40988 SHA256: 720d33ecad3536bed573c25b6fd2963404439bc522c1e14f7fab80e8343b4e86 SHA1: 5d6776c41d996a8a4dbaced1ce5a36a4ba15a526 MD5sum: a7b3aef4a95057f8c5c7e3283df90b40 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.3-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.6-1~bpo12+1 Installed-Size: 84 Maintainer: Utopia Maintenance Team Architecture: amd64 Depends: libwireplumber-0.5-0 (= 0.5.6-1~bpo12+1) Size: 22728 SHA256: 7ef584b555a4a118bf552b608f5c3340b18b0b8ae62deca2a30e12b34273ee0c SHA1: 34e836486cb2134f07c1a4d33bf6c7f3ae5520b6 MD5sum: 3d07b1cc2ba7410f7d7467093761bd72 Description: GObject introspection files for WirePlumber WirePlumber is a modular session / policy manager for PipeWire and a GObject-based high-level library that wraps PipeWire's API, providing convenience for writing the daemon's modules as well as external tools for managing PipeWire. . This package contains the GObject-introspection data in binary typelib format. Multi-Arch: same Homepage: https://gitlab.freedesktop.org/pipewire/wireplumber Section: introspection Priority: optional Filename: pool/main/w/wireplumber/gir1.2-wp-0.5_0.5.6-1~bpo12+1_amd64.deb Package: git-annex Version: 10.20240430-1~bpo12+1 Installed-Size: 77531 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: 13358772 SHA256: 7820f530a5bf6e8fc5ca661c1e62a493a01087f4e7b4a38dc7d9da7382412b22 SHA1: d5b30385704ad68b60d0228e436da01703736ecc MD5sum: 6b7508bc7965555e7ba2f271e162ed34 Description: manage files with git, without checking their contents into git git-annex allows managing large files with git, without storing the file contents in git. It can sync, backup, and archive your data, offline and online. Checksums and encryption keep your data safe and secure. Bring the power and distributed nature of git to bear on your large files with git-annex. . It can store large files in many places, from local hard drives, to a large number of cloud storage services, including S3, WebDAV, and rsync, with dozens of cloud storage providers usable via plugins. Files can be stored encrypted with gpg, so that the cloud storage provider cannot see your data. git-annex keeps track of where each file is stored, so it knows how many copies are available, and has many facilities to ensure your data is preserved. . git-annex can also be used to keep a folder in sync between computers, noticing when files are changed, and automatically committing them to git and transferring them to other computers. The git-annex webapp makes it easy to set up and use git-annex this way. Homepage: http://git-annex.branchable.com/ Section: utils Priority: optional Filename: pool/main/g/git-annex/git-annex_10.20240430-1~bpo12+1_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.12.1-1~bpo12+1 Installed-Size: 8659 Maintainer: Debian Go Packaging Team Architecture: amd64 Depends: libc6 (>= 2.34) Size: 2723168 SHA256: f99a4847821b1373fa5114d4aab7314d6d3fd83fff7968cf43ca0ed0e18c24d5 SHA1: 67d97a97c50fc95b3570ad2bd599845b3955a805 MD5sum: 7f8883b8cc8b179f01235d80210f9dc2 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.5-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.12.1-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~git20240529.b8e5957-1~bpo12+1 Installed-Size: 164 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-arceliar-phony-dev (>= 0.0~git20220903), golang-github-willf-bloom-dev, golang-github-bits-and-blooms-bitset-dev (>= 1.5.0), golang-golang-x-crypto-dev Size: 36144 SHA256: 73fb5e672e5f805fc7451965c38cce18e1847aaac58adb0c820980d25fc55eac SHA1: 3a28212ca080489eaff9df724c89ca62316ca2ad MD5sum: 2777392510f691f19568302ff23a03ff Description: Routing library with public keys as addresses (library) Ironwood is a routing library with a net.PacketConn-compatible interface using ed25519.PublicKeys as addresses. Basically, you use it when you want to communicate with some other nodes in a network, but you can't guarantee that you can directly connect to every node in that network. It was written to test improvements to / replace the routing logic in Yggdrasil (https://github.com/yggdrasil-network/yggdrasil-go), but it may be useful for other network applications. . Note: Ironwood is pre-alpha work-in-progress. There's no stable API, versioning, or expectation that any two commits will be compatible with each other. Also, it hasn't been audited by a security expert. While the author is unaware of any security vulnerabilities, it would be wise to think of this as an insecure proof-of-concept. Use it at your own risk. Multi-Arch: foreign Homepage: https://github.com/Arceliar/ironwood Section: golang Priority: optional Filename: pool/main/g/golang-github-arceliar-ironwood/golang-github-arceliar-ironwood-dev_0.0~git20240529.b8e5957-1~bpo12+1_all.deb Package: golang-github-arceliar-phony-dev Source: golang-github-arceliar-phony Version: 0.0~git20220903.530938a-1~bpo12+1 Installed-Size: 24 Maintainer: Debian Go Packaging Team Architecture: all Size: 5416 SHA256: d6517262f6be7e3fdb364ccd5d8f4bb66eb1af5054f2d4a8c85d05e48100abb8 SHA1: 65c4c31d870952749ea028c4764b868cf07ea777 MD5sum: ec40724f8c9c4fbaeb61da0aaf6f81f0 Description: Ponylang-inspired actor model library for Go (library) Phony is a Pony-inspired proof-of-concept implementation of shared-memory actor-model concurrency in the Go programming language. Actors automatically manage goroutines and use asynchronous causal messaging (with backpressure) for communcation. This makes it easy to write programs that are free from deadlocks, goroutine leaks, and many of the for loops over select statements that show up in boilerplate code. The down side is that the code needs to be written in an asynchronous style, which is not idiomatic to Go, so it can take some getting used to. Multi-Arch: foreign Homepage: https://github.com/Arceliar/phony Section: golang Priority: optional Filename: pool/main/g/golang-github-arceliar-phony/golang-github-arceliar-phony-dev_0.0~git20220903.530938a-1~bpo12+1_all.deb Package: golang-github-armon-go-radix-dev Source: golang-github-armon-go-radix Version: 1.0.0+git20221118.54df44f-1~bpo12+1 Installed-Size: 37 Maintainer: Debian Go Packaging Team Architecture: all Size: 8472 SHA256: 036f7556393f02e1487a7d58daead434e4090b6baf545fd9a6306f8003aafc12 SHA1: 973cba87db4ed2f69e59e18dbcec2a2b63023e7e MD5sum: 873e2a02224cdd481ba133944981b33f Description: Golang implementation of Radix trees Provides the radix package that implements a radix tree. The package only provides a single Tree implementation, optimized for sparse nodes. . As a radix tree, it provides the following: . - O(k) operations. In many cases, this can be faster than a hash table since the hash function is an O(k) operation, and hash tables have very poor cache locality. - Minimum / Maximum value lookups - Ordered iteration . For an immutable variant, see go-immutable-radix. . This package contains the source. Multi-Arch: foreign Homepage: https://github.com/armon/go-radix Section: golang Priority: optional Filename: pool/main/g/golang-github-armon-go-radix/golang-github-armon-go-radix-dev_1.0.0+git20221118.54df44f-1~bpo12+1_all.deb Package: golang-github-aws-aws-sdk-go-v2-dev Source: golang-github-aws-aws-sdk-go-v2 Version: 1.24.1-2~bpo12+1 Installed-Size: 350570 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-aws-smithy-go-dev (>= 1.19.0), golang-github-google-go-cmp-dev, golang-github-jmespath-go-jmespath-dev, golang-golang-x-net-dev Size: 14513960 SHA256: e2df0c0ce79cd17133a8d0c8742ff31d217655021c39724b144a13681ceb4f91 SHA1: 211a4c2d2e290c3d2d896be6d6b64df595c1738f MD5sum: fb4c26694635d163f2af46ffa71e7b5c Description: AWS SDK for the Go programming language (library) aws-sdk-go-v2 is a replacement for the original AWS SDK for Go, currently packaged as golang-github-aws-aws-sdk-go. Version 2 uses a more modular interface, consistent with current Go packaging idioms. Multi-Arch: foreign Homepage: https://github.com/aws/aws-sdk-go-v2 Section: golang Priority: optional Filename: pool/main/g/golang-github-aws-aws-sdk-go-v2/golang-github-aws-aws-sdk-go-v2-dev_1.24.1-2~bpo12+1_all.deb Package: golang-github-aws-smithy-go-dev Source: golang-github-aws-smithy-go Version: 1.19.0-1~bpo12+1 Installed-Size: 718 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-google-go-cmp-dev (>= 0.5.8) Size: 110436 SHA256: ae862fca4cfc458ca5a5053a867aa3255971b3e6bd9d7b2180f3a8d48fc81c98 SHA1: b60ffe9edfea1a5c14d8b6de8f4f86c727f25604 MD5sum: d9fac50d146c3709758109960f844084 Description: Smithy code generators for Go (library) This package provides Smithy code generator for go. . Smithy is a language for defining services and SDKs. It is designed to work with any programming language, describe services running in any environment, and work with any kind of transport or serialization format. It is extended through traits. Its models are defined by resources and operations. Multi-Arch: foreign Homepage: https://github.com/aws/smithy-go Section: golang Priority: optional Filename: pool/main/g/golang-github-aws-smithy-go/golang-github-aws-smithy-go-dev_1.19.0-1~bpo12+1_all.deb Package: golang-github-beevik-etree-dev Source: golang-github-beevik-etree Version: 1.4.0-1~bpo12+1 Installed-Size: 142 Maintainer: Debian Go Packaging Team Architecture: all Size: 28608 SHA256: 96551c190b8949e79d3bf627dd73f81f75b2c8b1893a808996099d810d0ab3ae SHA1: b3caf502ce5e7b22590301fc6475c8dcac7afb6e MD5sum: d17374567728302f8b664bf1bcffa037 Description: parse and generate XML easily in go The etree package is a lightweight, pure go package that expresses XML in the form of an element tree. Its design was inspired by the Python ElementTree (http://docs.python.org/2/library/xml.etree.elementtree.html) module. Multi-Arch: foreign Homepage: https://github.com/beevik/etree Section: devel Priority: optional Filename: pool/main/g/golang-github-beevik-etree/golang-github-beevik-etree-dev_1.4.0-1~bpo12+1_all.deb Package: golang-github-bgp-stayrtr-dev Source: stayrtr Version: 0.6.1-1~bpo12+1 Installed-Size: 201 Maintainer: Marco d'Itri Architecture: all Depends: golang-github-prometheus-client-golang-dev, golang-github-sirupsen-logrus-dev, golang-github-stretchr-testify-dev, golang-golang-x-crypto-dev Size: 42460 SHA256: 2303ac0c002b53732bb03a278388c02d43693679cbe774b259ac248490cd23ae SHA1: 740afae400f2ee024ca946d07ba5e22a11211471 MD5sum: 6d72d8b3526e2fb660116d4902bb77ad Description: RPKI to router protocol library StayRTR is an implementation of the RPKI to router protocol (RFC 6810). Multi-Arch: foreign Homepage: https://github.com/bgp/stayrtr Section: golang Priority: optional Filename: pool/main/s/stayrtr/golang-github-bgp-stayrtr-dev_0.6.1-1~bpo12+1_all.deb Package: golang-github-bits-and-blooms-bitset-dev Source: golang-github-bits-and-blooms-bitset Version: 1.13.0-1~bpo12+1 Installed-Size: 123 Maintainer: Debian Go Packaging Team Architecture: all Size: 22212 SHA256: f2404f12e537a0267f924a1320198ebd18579cdd03eec4f73044dd51e6dd38f8 SHA1: 9778eeba419818a846ed4ac08b57ff99290955d6 MD5sum: 4052895512c515425632028eb9bc06f5 Description: implementation of bitsets This package implements bitsets, a mapping between non-negative integers and boolean values. It should be more efficient than map[uint] bool. . It provides methods for setting, clearing, flipping, and testing individual integers. . But it also provides set intersection, union, difference, complement, and symmetric operations, as well as tests to check whether any, all, or no bits are set, and querying a bitset's current length and number of positive bits. . BitSets are expanded to the size of the largest set bit; the memory allocation is approximately Max bits, where Max is the largest set bit. BitSets are never shrunk. On creation, a hint can be given for the number of bits that will be used. . Many of the methods, including Set, Clear, and Flip, return a BitSet pointer, which allows for chaining. Multi-Arch: foreign Homepage: https://github.com/bits-and-blooms/bitset Section: golang Priority: optional Filename: pool/main/g/golang-github-bits-and-blooms-bitset/golang-github-bits-and-blooms-bitset-dev_1.13.0-1~bpo12+1_all.deb Package: golang-github-bmatcuk-doublestar-dev Source: golang-github-bmatcuk-doublestar Version: 4.6.1-1~bpo12+1 Installed-Size: 102 Maintainer: Debian Go Packaging Team Architecture: all Size: 20028 SHA256: b5e54204135c9b5e9f95a69d0ddd2387582e3c3a6b39fbd0236383a07c764276 SHA1: e404a789dcaf0352a7260773b47d7d15db26e94c MD5sum: d7f1eec81227e2c99b85ea80584138c4 Description: support for double star matches in golang's path.Match and filepath.Glob This package contains a Golang implementation of path pattern matching and globbing with support for "doublestar" (aka globstar: **) patterns. . doublestar patterns match files and directories recursively. For example, if you had the following directory structure: . grandparent `-- parent |-- child1 `-- child2 . You could find the children with patterns such as: **/child*, grandparent/**/child?, **/parent/*, or even just ** by itself (which will return all files and directories recursively). . Bash's globstar is doublestar's inspiration and, as such, works similarly. Note that the doublestar must appear as a path component by itself. A pattern such as /path** is invalid and will be treated the same as /path*, but /path*/** should achieve the desired result. Additionally, /path/** will match all directories and files under the path directory, but /path/**/ will only match directories. Multi-Arch: foreign Homepage: https://github.com/bmatcuk/doublestar Section: golang Priority: optional Filename: pool/main/g/golang-github-bmatcuk-doublestar/golang-github-bmatcuk-doublestar-dev_4.6.1-1~bpo12+1_all.deb Package: golang-github-burntsushi-toml-dev Source: golang-toml Version: 1.3.2-2~bpo12+1 Installed-Size: 921 Maintainer: Debian Go Packaging Team Architecture: all Provides: golang-toml-dev Size: 111136 SHA256: d0973ff3c92f3bc8d7dae2fe501bf52df8982a4d8ae84af463c5763713d24199 SHA1: f8d30d29ce9665d9f040a3e2e46f655445a3d720 MD5sum: c1590b8ae993fed023c768086c0e57db Description: TOML parser and encoder for Go with reflection TOML stands for Tom's Obvious, Minimal Language. This Go package provides a reflection interface similar to Go's standard library json and xml packages. This package also supports the encoding.TextUnmarshaler and encoding.TextMarshaler interfaces so that you can define custom data representations. . Compatible with TOML v1.0.0 (https://toml.io/en/v1.0.0). . This package contains the source. Multi-Arch: foreign Homepage: https://github.com/BurntSushi/toml Section: golang Priority: optional Filename: pool/main/g/golang-toml/golang-github-burntsushi-toml-dev_1.3.2-2~bpo12+1_all.deb Package: golang-github-cenkalti-hub-dev Source: golang-github-cenkalti-hub Version: 1.0.2-2~bpo12+1 Installed-Size: 19 Maintainer: Debian Go Packaging Team Architecture: all Size: 3696 SHA256: 9991a8eb253a2a90c3a085a6ffda4a33d464f69bd5ea2fbcb78601bf34f73f66 SHA1: dc81ebbf65e898fb67e7fe2ffc26017f74f32763 MD5sum: c4274829a5a1d59acdf17ccd3c82529a Description: Simple PubSub library This library provides a simple event dispatcher for the publish/subscribe pattern. Multi-Arch: foreign Homepage: https://github.com/cenkalti/hub Section: golang Priority: optional Filename: pool/main/g/golang-github-cenkalti-hub/golang-github-cenkalti-hub-dev_1.0.2-2~bpo12+1_all.deb Package: golang-github-cenkalti-rpc2-dev Source: golang-github-cenkalti-rpc2 Version: 1.0.4-1~bpo12+1 Installed-Size: 50 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-cenkalti-hub-dev Size: 11188 SHA256: 8d9685edfbf625acb4180f0301592afcd08c80679015f37222552b06e004460c SHA1: 578d685dfbc45bf18a09b44b728e5e8b08c4aeb1 MD5sum: 990c2151b4dce10938b57def4527929d Description: Bi-directional RPC (library) rpc2 is a fork of net/rpc package in the standard library. The main goal is to add bi-directional support to calls. That means server can call the methods of client. This is not possible with net/rpc package. In order to do this it adds a *Client argument to method signatures. Multi-Arch: foreign Homepage: https://github.com/cenkalti/rpc2 Section: golang Priority: optional Filename: pool/main/g/golang-github-cenkalti-rpc2/golang-github-cenkalti-rpc2-dev_1.0.4-1~bpo12+1_all.deb Package: golang-github-cheggaaa-pb.v3-dev Source: golang-github-cheggaaa-pb.v3 Version: 3.1.5-1~bpo12+1 Installed-Size: 150 Maintainer: Debian Go Packaging Team Architecture: all Provides: golang-github-cheggaaa-pb-dev Depends: golang-github-fatih-color-dev, golang-github-mattn-go-colorable-dev, golang-github-mattn-go-runewidth-dev, golang-github-vividcortex-ewma-dev Conflicts: golang-gopkg-cheggaaa-pb.v1-dev (<< 1.0.25-3~) Size: 27964 SHA256: 911089a7403e4ac1e2780a97434c8d7d3ee52075e030d6f76bf8bb2c5d684c15 SHA1: 54e96635a7e31e218b421b5b07ee416ca76a0c93 MD5sum: f34acf9810defd5e9ddaaf577131aa06 Description: simple console progress bar for Go This package provides a simple progress bar for console programs. Homepage: https://github.com/cheggaaa/pb Section: golang Priority: optional Filename: pool/main/g/golang-github-cheggaaa-pb.v3/golang-github-cheggaaa-pb.v3-dev_3.1.5-1~bpo12+1_all.deb Package: golang-github-container-orchestrated-devices-container-device-interface-dev Source: golang-github-container-orchestrated-devices-container-device-interface Version: 0.6.2-2~bpo12+1 Installed-Size: 289 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-fsnotify-fsnotify-dev, golang-github-hashicorp-go-multierror-dev, golang-github-opencontainers-runc-dev, golang-github-opencontainers-runtime-tools-dev, golang-github-opencontainers-specs-dev, golang-github-pkg-errors-dev, golang-github-spf13-cobra-dev, golang-github-xeipuuv-gojsonschema-dev, golang-golang-x-mod-dev, golang-golang-x-sys-dev, golang-k8s-sigs-yaml-dev Size: 41744 SHA256: 75482897751ef9befe177d00c0bcb4a3b346aa54ff36e6f420aaa404ebb8e7f0 SHA1: 548635302677e92465dafbae50eb022f5ac5bfa8 MD5sum: 7c62b09c52bf7def4810900362f5067f Description: container device interface CDI (Container Device Interface), is a specification for container runtimes, to support third party devices. . CDI concerns itself only with enabling container to be device aware. Areas like resource management are explicitly left out of CDI (and is expected to be handled by the orchestrator). Because of this focus, the CDI specification is simple to implement and allows great flexibility to runtimes and orchestrators. Multi-Arch: foreign Homepage: https://github.com/container-orchestrated-devices/container-device-interface Section: golang Priority: optional Filename: pool/main/g/golang-github-container-orchestrated-devices-container-device-interface/golang-github-container-orchestrated-devices-container-device-interface-dev_0.6.2-2~bpo12+1_all.deb Package: golang-github-containerd-errdefs-dev Source: golang-github-containerd-errdefs Version: 0.1.0-2~bpo12+1 Installed-Size: 28 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-google-grpc-dev Size: 5592 SHA256: 81866a16242c2293426c19cc1f07a04f9856a73bbc72edc47750949f9fb42843 SHA1: c3c14fc3329fd4da99c85999d17a6d318c500e74 MD5sum: 813826bcac597677283c8ccbed738339 Description: Common definition and library of errors used by containerd (library) Go code and definition wiht common errors shared across containerd and related applicaitons. Multi-Arch: foreign Homepage: https://github.com/containerd/errdefs Section: golang Priority: optional Filename: pool/main/g/golang-github-containerd-errdefs/golang-github-containerd-errdefs-dev_0.1.0-2~bpo12+1_all.deb Package: golang-github-containerd-log-dev Source: golang-github-containerd-log Version: 0.1.0-2~bpo12+1 Installed-Size: 30 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-logrus-dev Size: 6480 SHA256: 5aa75a10af2ee6b9b7a1de669a9707041e60df7c0ee166c7f3aab6a79bbc2a9d SHA1: e500d965ee95fdc2e61632f127c2055b3cb15b8c MD5sum: 832fc5060c602bc3b2f797f2008f35c1 Description: Common log interface for containerd repositories and clients (library) This package provides a common logging interface across containerd repositories and a way for clients to use and configure logging in containerd packages. Multi-Arch: foreign Homepage: https://github.com/containerd/log Section: golang Priority: optional Filename: pool/main/g/golang-github-containerd-log/golang-github-containerd-log-dev_0.1.0-2~bpo12+1_all.deb Package: golang-github-containerd-platforms-dev Source: golang-github-containerd-platforms Version: 0.2.1-2~bpo12+1 Installed-Size: 105 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-containerd-log-dev, golang-github-opencontainers-image-spec-dev, golang-golang-x-sys-dev Size: 16436 SHA256: 4db2df0adb59b6e781b6e87f5800220a0fff4852803a27a9039439d716e461af SHA1: 85078135416be3d939cf6ac8b8705196fc09bc84 MD5sum: 83bcc28f14fcc0886b63779b4c0c48e6 Description: Go package for handling platform type (library) A Go package for formatting, normalizing and matching container platforms. . This package is based on the Open Containers Image Spec definition of a platform. Multi-Arch: foreign Homepage: https://github.com/containerd/platforms Section: golang Priority: optional Filename: pool/main/g/golang-github-containerd-platforms/golang-github-containerd-platforms-dev_0.2.1-2~bpo12+1_all.deb Package: golang-github-containers-image Version: 5.26.1-2~bpo12+1 Installed-Size: 56 Maintainer: Debian Go Packaging Team Architecture: all Replaces: buildah (<< 1.17.1+dfsg1-2) Size: 35464 SHA256: 6ddcc4e2457b352e9ee3bd39d15ee710dfec5ec44e1ae9ca0641f8d60ea13319 SHA1: fdc94b8153598414667a1d9a336656b0628cf804 MD5sum: 4714d7683f88fd47f8be2a5e451584e8 Description: Configuration files and manpages for github.com/containers repositories This package contains documentation and configuration files for use by other container projects. Homepage: https://github.com/containers/image Section: devel Priority: optional Filename: pool/main/g/golang-github-containers-image/golang-github-containers-image_5.26.1-2~bpo12+1_all.deb Package: golang-github-containers-image-dev Source: golang-github-containers-image Version: 5.26.1-2~bpo12+1 Installed-Size: 2834 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-acarl005-stripansi-dev, golang-github-burntsushi-toml-dev, golang-github-containers-libtrust-dev, golang-github-containers-ocicrypt-dev, golang-github-containers-storage-dev (>= 1.48), golang-github-coreos-bbolt-dev (>= 1.3.3~), golang-github-docker-distribution-dev, golang-github-docker-docker-credential-helpers-dev, golang-github-docker-docker-dev, golang-github-docker-go-connections-dev, golang-github-ghodss-yaml-dev, golang-github-imdario-mergo-dev, golang-github-klauspost-pgzip-dev, golang-github-manifoldco-promptui-dev, golang-github-moby-sys-dev, golang-github-opencontainers-go-digest-dev, golang-github-opencontainers-image-spec-dev (>= 1.1.0~rc4), golang-github-opencontainers-selinux-dev (>= 1.11), golang-github-ostreedev-ostree-go-dev, golang-github-pkg-errors-dev, golang-github-proglottis-gpgme-dev, golang-github-sigstore-sigstore-dev, golang-github-sirupsen-logrus-dev, golang-github-stretchr-testify-dev, golang-github-sylabs-sif-dev (>> 2.3.1), golang-github-theupdateframework-go-tuf-dev, golang-github-ulikunitz-xz-dev, golang-github-vbatts-tar-split-dev, golang-github-vbauerster-mpb-dev (>= 8), golang-github-xeipuuv-gojsonschema-dev, golang-golang-x-crypto-dev, golang-golang-x-exp-dev (>= 0.0~git20230522.2e198f4-1~), golang-golang-x-net-dev, golang-golang-x-sync-dev, golang-gopkg-cheggaaa-pb.v1-dev Size: 432592 SHA256: 6ed782ee1ce7601dd9851930eefdea564ed73d37843cfcd49cce4c107c7c3ce6 SHA1: cb34178c0a0eef794144aa6762ee913a43a1803c MD5sum: 39600c4d873fdd9f32a6ceb4653316da Description: golang library to work with containers' images This library aims at working in various way with containers' images and container image registries and allows an application to pull and push images from container image registries, like the upstream docker registry. It also implements "simple image signing". Homepage: https://github.com/containers/image Section: devel Priority: optional Filename: pool/main/g/golang-github-containers-image/golang-github-containers-image-dev_5.26.1-2~bpo12+1_all.deb Package: golang-github-containers-libtrust-dev Source: golang-github-containers-libtrust Version: 0.0~git20230121.c1716e8-2~bpo12+1 Installed-Size: 172 Maintainer: Debian Go Packaging Team Architecture: all Size: 29628 SHA256: 4d03ec85b545a1f42c988911fc72dd5f2f7c76475cbfbb669aaf0eadf25ba311 SHA1: 97d1198b640c9068d6edb128c55d0ddfb8a6df18 MD5sum: fefcd80c6640a8ffdc3c44be2d1a25e6 Description: Primitives for identity and authorization (library) Libtrust is library for managing authentication and authorization using public key cryptography. . Authentication is handled using the identity attached to the public key. Libtrust provides multiple methods to prove possession of the private key associated with an identity. . * TLS x509 certificates * Signature verification * Key Challenge . Authorization and access control is managed through a distributed trust graph. Trust servers are used as the authorities of the trust graph and allow caching portions of the graph for faster access. . This package contains a fork of Docker's libtrust that is being worked by the github containers commnuity. Multi-Arch: foreign Homepage: https://github.com/containers/libtrust Section: golang Priority: optional Filename: pool/main/g/golang-github-containers-libtrust/golang-github-containers-libtrust-dev_0.0~git20230121.c1716e8-2~bpo12+1_all.deb Package: golang-github-containers-ocicrypt-dev Source: golang-github-containers-ocicrypt Version: 1.1.9-1~bpo12+1 Installed-Size: 283 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-fullsailor-pkcs7-dev, golang-github-miekg-pkcs11-dev, golang-github-opencontainers-go-digest-dev, golang-github-opencontainers-image-spec-dev, golang-github-pkg-errors-dev, golang-github-sirupsen-logrus-dev, golang-github-stefanberger-go-pkcs11uri-dev, golang-golang-x-crypto-dev, golang-google-grpc-dev, golang-google-protobuf-dev, golang-gopkg-square-go-jose.v2-dev, golang-gopkg-yaml.v2-dev Size: 50828 SHA256: 9b5a5032dbd41a6c33ed596729b07823ed65357fed8d29d5b0a901135512310d SHA1: a6482f01877467c7454c2118ffaf00709c27621d MD5sum: 59b652eb76d4b462bf4b5c3849dc5275 Description: Encryption libraries for Encrypted OCI Container images (library) OCIcrypt Library The ocicrypt library is the OCI image spec implementation of container image encryption. More details of the spec can be seen in the OCI repository (https://github.com/opencontainers/image-spec/pull/775). The purpose of this library is to encode spec structures and consts in code, as well as provide a consistent implementation of image encryption across container runtimes and build tools. Homepage: https://github.com/containers/ocicrypt Section: devel Priority: optional Filename: pool/main/g/golang-github-containers-ocicrypt/golang-github-containers-ocicrypt-dev_1.1.9-1~bpo12+1_all.deb Package: golang-github-containers-storage-dev Source: golang-github-containers-storage Version: 1.48.1+ds1-2~bpo12+1 Installed-Size: 2288 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-burntsushi-toml-dev, golang-github-containerd-stargz-snapshotter-dev, golang-github-cyphar-filepath-securejoin-dev, golang-github-datadog-zstd-dev, golang-github-docker-go-units-dev, golang-github-google-go-intervals-dev, golang-github-gotestyourself-gotest.tools-dev, golang-github-hashicorp-go-multierror-dev, golang-github-json-iterator-go-dev, golang-github-klauspost-pgzip-dev, golang-github-mattn-go-shellwords-dev, golang-github-moby-sys-dev, golang-github-opencontainers-go-digest-dev, golang-github-opencontainers-runc-dev, golang-github-opencontainers-selinux-dev (>= 1.0.0), golang-github-opencontainers-specs-dev, golang-github-pkg-errors-dev, golang-github-pquerna-ffjson-dev, golang-github-sirupsen-logrus-dev, golang-github-stretchr-testify-dev, golang-github-vbatts-tar-split-dev, golang-go-patricia-dev, golang-go-zfs-dev, golang-gocapability-dev, golang-golang-x-net-dev, golang-golang-x-sys-dev, libbtrfs-dev, libdevmapper-dev Breaks: golang-github-containers-buildah-dev (<< 1.30) Size: 386768 SHA256: 0904ff8d0ddfb1c3c7346aef4cab14160838cce5d7c090eb944248887e4e9199 SHA1: 7238711c883958cd4361e6e151f0bb75b251515a MD5sum: fc8340ab3822b6057c2bb880065b6d31 Description: Go library for handling how containers are stored on disk storage is a Go library which aims to provide methods for storing filesystem layers, container images, and containers. A containers-storage CLI wrapper is also included for manual and scripting use. . This package contains the library. Homepage: https://github.com/containers/storage Section: devel Priority: optional Filename: pool/main/g/golang-github-containers-storage/golang-github-containers-storage-dev_1.48.1+ds1-2~bpo12+1_all.deb Package: golang-github-coreos-go-oidc-v3-dev Source: golang-github-coreos-go-oidc-v3 Version: 3.4.0-2~bpo12+1 Installed-Size: 155 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-golang-x-net-dev, golang-golang-x-oauth2-google-dev, golang-gopkg-square-go-jose.v2-dev Size: 38832 SHA256: a8ad44cf76ba175f34ce22926546c24c3f8074f6e7f0f16a0a42f15085359bde SHA1: 930e0bf6c3327bb2f7db1f5737d350cfaddf7763 MD5sum: 475b1793db7a600fcd7641805cfc4f42 Description: Go libraries for implementing OIDC clients and servers (library) This package provides a comprehensive collection of golang libraries for other projects to implement OpenID Connect (OIDC) server and client components. Multi-Arch: foreign Homepage: https://github.com/coreos/go-oidc Section: golang Priority: optional Filename: pool/main/g/golang-github-coreos-go-oidc-v3/golang-github-coreos-go-oidc-v3-dev_3.4.0-2~bpo12+1_all.deb Package: golang-github-cowsql-go-cowsql-dev Source: golang-github-cowsql-go-cowsql Version: 1.22.0-2~bpo12+1 Installed-Size: 418 Maintainer: Debian Go Packaging Team Architecture: all Depends: libcowsql-dev, libraft-dev, golang-github-ghodss-yaml-dev, golang-github-google-renameio-dev, golang-github-mattn-go-sqlite3-dev, golang-github-peterh-liner-dev, golang-github-pkg-errors-dev, golang-github-rican7-retry-dev, golang-github-spf13-cobra-dev, golang-github-stretchr-testify-dev, golang-golang-x-sys-dev, golang-golang-x-sync-dev Size: 81080 SHA256: ac6c3639127d722c0aef1347149948487ccdd6c21dd1e40ad24d1555b303f1da SHA1: 9dfcba9f0d4b8086558d562a25ae7a8295c18805 MD5sum: 643f4952478d92a4088a370c1c1db966 Description: Go bindings for libcowsql Go-cowsql provides bindings for the cowsql (https://cowsql.dev) C library and a pure-Go client for the cowsql wire protocol. . Documentation is available at http://godoc.org/github.com/cowsql/go-cowsql. Homepage: https://github.com/cowsql/go-cowsql Section: golang Priority: optional Filename: pool/main/g/golang-github-cowsql-go-cowsql/golang-github-cowsql-go-cowsql-dev_1.22.0-2~bpo12+1_all.deb Package: golang-github-dlclark-regexp2-dev Source: golang-github-dlclark-regexp2 Version: 1.10.0+ds1-1~bpo12+1 Installed-Size: 472 Maintainer: Debian Go Packaging Team Architecture: all Size: 84936 SHA256: 413e581f14f848bca6df25a099aa0604ec5c4259ec084650f4c975d9340daec2 SHA1: 360feeae997c72fd05dca8730feef51064d53f6d MD5sum: ce2a13eebaebb96fe6c4fa99d1fb6090 Description: Regex engine for Go based on the .NET engine Feature-rich regular expression engine for Go ported from the .NET framework's System.Text.RegularExpressions.Regex engine. It does not have constant time guarantees like the built-in regexp package, but it allows backtracking and is compatible with Perl5 and .NET. Multi-Arch: foreign Homepage: https://github.com/dlclark/regexp2 Section: golang Priority: optional Filename: pool/main/g/golang-github-dlclark-regexp2/golang-github-dlclark-regexp2-dev_1.10.0+ds1-1~bpo12+1_all.deb Package: golang-github-dustin-go-humanize-dev Source: golang-github-dustin-go-humanize Version: 1.0.1-1~bpo12+1 Installed-Size: 89 Maintainer: Debian Go Packaging Team Architecture: all Size: 16976 SHA256: 59e58d2cff90989009b067f3500994f826c46f40ec2b202dbd5de39bb2371e42 SHA1: 5aa0c93bdf79a451c59b106fa75e63f4939c5cd5 MD5sum: 070566867692f4c355bb13c8bb6fd45f Description: format units to human friendly sizes (Go library) go-humanize provides few functions for helping humanize times and sizes. Multi-Arch: foreign Homepage: https://github.com/dustin/go-humanize Section: golang Priority: optional Filename: pool/main/g/golang-github-dustin-go-humanize/golang-github-dustin-go-humanize-dev_1.0.1-1~bpo12+1_all.deb Package: golang-github-felixge-httpsnoop-dev Source: golang-github-felixge-httpsnoop Version: 1.0.3-3~bpo12+1 Installed-Size: 87 Maintainer: Debian Go Packaging Team Architecture: all Size: 8712 SHA256: 916929eccd4b4acfb463e13c63bdd9aa4704c403521af523760b9d4e288e9098 SHA1: 4d9425e29dc04717864861c0f324be1854a4a31a MD5sum: 0a632490c5426fc80f0d66b68bc9feea Description: capture http related metrics from http.Handlers (library) Httpsnoop provides an easy way to capture http related metrics (i.e. response time, bytes written, and http status code) from your application's http.Handlers. . Doing this requires non-trivial wrapping of the http.ResponseWriter interface, which is also exposed for users interested in a more low-level API. Multi-Arch: foreign Homepage: https://github.com/felixge/httpsnoop Section: golang Priority: optional Filename: pool/main/g/golang-github-felixge-httpsnoop/golang-github-felixge-httpsnoop-dev_1.0.3-3~bpo12+1_all.deb Package: golang-github-flynn-noise-dev Source: golang-github-flynn-noise Version: 1.1.0-1~bpo12+1 Installed-Size: 1985 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-golang-x-crypto-dev, golang-gopkg-check.v1-dev Size: 180300 SHA256: 8012ccd432a6e7ff5608fd50afe4d4947a2c0a2a64131871fef2c1f1b03fea65 SHA1: 2513f90f02fe2c66dbd306c5a1b29ec6066c5f66 MD5sum: cfd2a588e4c3042472e3bc9d19f51afb Description: Go implementation of the Noise Protocol Framework (library) noise Go Reference (https://pkg.go.dev/github.com/flynn/noise) CI Status (https://github.com/flynn/noise/actions) This is a Go package that implements the Noise Protocol Framework (https://noiseprotocol.org). See the documentation (https://pkg.go.dev/github.com/flynn/noise) for usage information. Homepage: https://github.com/flynn/noise Section: golang Priority: optional Filename: pool/main/g/golang-github-flynn-noise/golang-github-flynn-noise-dev_1.1.0-1~bpo12+1_all.deb Package: golang-github-fsnotify-fsnotify-dev Source: golang-fsnotify Version: 1.7.0-1~bpo12+1 Installed-Size: 227 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-golang-x-sys-dev (>= 0.4.0) Size: 45708 SHA256: 9db98a0150929e5bcc6a5c7a0c208225457e6ea5642c9616370bd25480d8f6c0 SHA1: 4479815d0daf46624d32bdd2f54a03147e005c5e MD5sum: d07f068e089394787f78096088604602 Description: File system notifications for Go Package fsnotify provides a platform-independent interface for file system notifications, for use with the Go programming language. . This package contains the fsnotify library source. Multi-Arch: foreign Homepage: https://github.com/fsnotify/fsnotify Section: golang Priority: optional Filename: pool/main/g/golang-fsnotify/golang-github-fsnotify-fsnotify-dev_1.7.0-1~bpo12+1_all.deb Package: golang-github-go-jose-go-jose-dev Source: golang-github-go-jose-go-jose Version: 4.0.4-1~bpo12+1 Installed-Size: 825 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-google-go-cmp-dev, golang-github-stretchr-testify-dev, golang-golang-x-crypto-dev Size: 274164 SHA256: ce3484c0cbac022a99dc5ce8e8d6317e61893af3c40a15d1ba80b22a6e5654eb SHA1: 2988478b0c0bc479845960ae01dcdf3c8071b17d MD5sum: 5697832c5dae9ce4b58e3c83f1c6be98 Description: Implementation of JOSE standards (JWE, JWS, JWT) in Go (library) Package jose aims to provide an implementation of the Javascript Object Signing and Encryption set of standards. This includes support for JSON Web Encryption, JSON Web Signature, and JSON Web Token standards. . The implementation follows the JSON Web Encryption (http://dx.doi.org/10.17487/RFC7516) (RFC 7516), JSON Web Signature (http://dx.doi.org/10.17487/RFC7515) (RFC 7515), and JSON Web Token (http://dx.doi.org/10.17487/RFC7519) (RFC 7519) specifications. Tables of supported algorithms are shown below. The library supports both the compact and JWS/JWE JSON Serialization formats, and has optional support for multiple recipients. It also comes with a small command-line utility (jose-util (https://github.com/go-jose/go-jose/tree/master/jose-util)) for dealing with JOSE messages in a shell. Multi-Arch: foreign Homepage: https://github.com/go-jose/go-jose Section: golang Priority: optional Filename: pool/main/g/golang-github-go-jose-go-jose/golang-github-go-jose-go-jose-dev_4.0.4-1~bpo12+1_all.deb Package: golang-github-golang-jwt-jwt-v5-dev Source: golang-github-golang-jwt-jwt-v5 Version: 5.2.0-2~bpo12+1 Installed-Size: 238 Maintainer: Debian Go Packaging Team Architecture: all Size: 44600 SHA256: 8425ae812e832c85809fa995f38e19884d9064616e15a793824b5535f0cea29c SHA1: 66f7612a6080218511d98776edfb9bd927313bd5 MD5sum: 54e9b7ad01b74f8131f220ac17e47b2f Description: golang implementation of JSON Web Tokens (library) Community maintained clone of github.com/dgrijalva/jwt-go. . After the original author of the library suggested migrating the maintenance of jwt-go, a dedicated team of open source maintainers decided to clone the existing library into this module. . The ships v5 of the library, see golang-github-golang-jwt-jwt-dev for the older version and the awt command-line tool. . This package provides golang module. Multi-Arch: foreign Homepage: https://github.com/golang-jwt/jwt Section: golang Priority: optional Filename: pool/main/g/golang-github-golang-jwt-jwt-v5/golang-github-golang-jwt-jwt-v5-dev_5.2.0-2~bpo12+1_all.deb Package: golang-github-google-btree-dev Source: golang-github-google-btree Version: 1.0.1-1~bpo12+1 Installed-Size: 62 Maintainer: Debian Go Packaging Team Architecture: all Size: 13452 SHA256: 364aa791692a5810ea5c910ab2f6c73e1ecd4b10eeaafd11c14f552dda324161 SHA1: dae116807aad00450212857b08186dff663f2fcc MD5sum: aed713d02486a5434ab150fcf09a255b Description: BTree implementation for Go This package provides an in-memory B-Tree implementation for Go, useful as an ordered, mutable data structure. . The API is based off of the wonderful http://godoc.org/github.com/petar/GoLLRB/llrb, and is meant to allow btree to act as a drop-in replacement for gollrb trees. Multi-Arch: foreign Homepage: https://github.com/google/btree Section: devel Priority: optional Filename: pool/main/g/golang-github-google-btree/golang-github-google-btree-dev_1.0.1-1~bpo12+1_all.deb Package: golang-github-google-go-containerregistry-dev Source: go-containerregistry Version: 0.14.0+ds1-2~bpo12+1 Installed-Size: 1817 Maintainer: Debian Go Packaging Team Architecture: 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.7-2~bpo12+1 Installed-Size: 74 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-golang-x-net-dev Size: 13828 SHA256: 82eb733901cabf769b52a8db1fe4bf28a8398dfc5740d1f7e9081d2066195f2f SHA1: bf461d4edc0e478860489216b891ab718fdbc9af MD5sum: cf0d24cd305f5fc4c7706f187c4ec7df Description: Library for parsing and submitting HTML forms Helps filling out plain html forms during testing. Will automatically take the existing values from the form so there is no need to manually set things like csrf tokens. Alerts about missing required fields, or when pattern validation does not match. See example_test.go for a full example. Multi-Arch: foreign Homepage: https://github.com/jeremija/gosubmit Section: golang Priority: optional Filename: pool/main/g/golang-github-jeremija-gosubmit/golang-github-jeremija-gosubmit-dev_0.2.7-2~bpo12+1_all.deb Package: golang-github-klauspost-compress-dev Source: golang-github-klauspost-compress Version: 1.17.9+ds1-1~bpo12+1 Installed-Size: 44744 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-cespare-xxhash-dev (>= 2.1.0~) Size: 33005656 SHA256: 97b248c4b1ce461b04ca445a61e06f83abf5cf1f9a80e0031c4eb279f860f4af SHA1: e321c62d8a18940c511d0d8f8d9d433dd684d9c0 MD5sum: 272257364e7fcb6e344b70c5a2ca2f17 Description: optimized compression packages This package is based on an optimized Deflate function, which is used by gzip/zip/zlib packages. It offers slightly better compression at lower compression settings, and up to 3x faster encoding at highest compression level. Multi-Arch: foreign Homepage: https://github.com/klauspost/compress Section: golang Priority: optional Filename: pool/main/g/golang-github-klauspost-compress/golang-github-klauspost-compress-dev_1.17.9+ds1-1~bpo12+1_all.deb Package: golang-github-lucas-clemente-quic-go-dev Source: golang-github-lucas-clemente-quic-go Version: 0.46.0-2~bpo12+1 Installed-Size: 3323 Maintainer: Debian Go Packaging Team Architecture: all Provides: golang-github-quic-go-quic-go-dev (= 0.46.0-2~bpo12+1) Depends: golang-github-francoispqt-gojay-dev, golang-github-prometheus-client-golang-dev, golang-github-quic-go-qpack-dev, golang-golang-x-crypto-dev, golang-golang-x-exp-dev, golang-golang-x-net-dev, golang-golang-x-sync-dev, golang-golang-x-sys-dev (>= 0.13.0) Breaks: caddy (<< 2.6.2-8~), golang-github-syncthing-syncthing-dev (<< 1.27.7~ds1-1~), golang-v2ray-core-dev (<< 4.34.0+ds-3~) Size: 412224 SHA256: 7db2417bfc97dca3a67c7462057527befcba1c2acb5826e1791ad201327d78c7 SHA1: 38f0efbfa3140b81e4d759057c7527cbacca5001 MD5sum: 2074b4e928360d0db1af46fe43d10c0d Description: QUIC golang library quic-go is an implementation of the QUIC (https://en.wikipedia.org/wiki/QUIC) protocol in Go. It roughly implements the IETF QUIC draft (https://github.com/quicwg/base-drafts), although it doesn't fully support any of the draft versions at the moment. Version compatibility Since quic-go is under active development, there's no guarantee that two builds of different commits are interoperable. The QUIC version used in the master branch is just a placeholder, and should not be considered stable. Multi-Arch: foreign Homepage: https://github.com/quic-go/quic-go Section: golang Priority: optional Filename: pool/main/g/golang-github-lucas-clemente-quic-go/golang-github-lucas-clemente-quic-go-dev_0.46.0-2~bpo12+1_all.deb Package: golang-github-lxc-incus-dev Source: incus Version: 6.0.2-1~bpo12+1 Installed-Size: 11860 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-armon-go-proxyproto-dev, golang-github-cenkalti-backoff-dev, golang-github-cowsql-go-cowsql-dev, golang-github-digitalocean-go-qemu-dev, golang-github-digitalocean-go-smbios-dev, golang-github-dustinkirkland-golang-petname-dev, golang-github-flosch-pongo2.v4-dev, golang-github-fvbommel-sortorder-dev, golang-github-go-chi-chi-dev, golang-github-go-jose-go-jose-dev, golang-github-go-logr-logr-dev, golang-github-golang-jwt-jwt-v5-dev, golang-github-golang-protobuf-1-5-dev, golang-github-google-gopacket-dev, golang-github-google-uuid-dev, golang-github-gorilla-mux-dev, golang-github-gorilla-websocket-dev, golang-github-gosexy-gettext-dev, golang-github-j-keck-arping-dev, golang-github-jaypipes-pcidb-dev, golang-github-jochenvg-go-udev-dev, golang-github-kballard-go-shellquote-dev, golang-github-mattn-go-colorable-dev, golang-github-mattn-go-sqlite3-dev, golang-github-mdlayher-ndp-dev, golang-github-mdlayher-netx-dev, golang-github-mdlayher-vsock-dev, golang-github-miekg-dns-dev, golang-github-minio-minio-go-v7-dev, golang-github-mitchellh-mapstructure-dev, golang-github-olekukonko-tablewriter-dev, golang-github-openfga-go-sdk-dev (<< 0.6.0), golang-github-osrg-gobgp-dev (>= 3.10.0), golang-github-ovn-org-libovsdb-dev, golang-github-pierrec-lz4-dev (>= 4.1.18), golang-github-pkg-sftp-dev, golang-github-pkg-xattr-dev, golang-github-rican7-retry-dev, golang-github-robfig-cron-dev, golang-github-sirupsen-logrus-dev, golang-github-spf13-cobra-dev, golang-github-stretchr-testify-dev, golang-github-vishvananda-netlink-dev, golang-github-xenolf-lego-dev, golang-github-zitadel-oidc-dev (>= 3.0), golang-gocapability-dev, golang-golang-x-crypto-dev, golang-golang-x-exp-dev, golang-golang-x-oauth2-dev, golang-golang-x-sync-dev, golang-golang-x-sys-dev, golang-golang-x-term-dev, golang-golang-x-text-dev, golang-google-protobuf-dev, golang-gopkg-lxc-go-lxc.v2-dev, golang-gopkg-tomb.v2-dev, golang-gopkg-yaml.v2-dev, golang-k8s-utils-dev, golang-starlark-dev (>= 0.0~git20240725.42030a7) Size: 1545668 SHA256: 7a90c68822ad976ded045f588a04cf000ffa423bfae785115b1bb62902be2337 SHA1: f37a985ec5b038a4a3af08db10a2a61ae7850c8c MD5sum: 7fadab5584d402a3e39786c4150e8bb8 Description: Powerful system container and virtual machine manager - library Incus is a next generation system container and virtual machine manager. It offers a unified user experience around full Linux systems running inside containers or virtual machines. . This package contains the Incus source code for use in building other Debian packages -- normal users should not directly use this package in their regular development workflow. Rather, they should use `go get`. Multi-Arch: foreign Homepage: https://linuxcontainers.org/incus/ Section: golang Priority: optional Filename: pool/main/i/incus/golang-github-lxc-incus-dev_6.0.2-1~bpo12+1_all.deb Package: golang-github-marten-seemann-qpack-dev Source: golang-github-marten-seemann-qpack Version: 0.4.0-1~bpo12+1 Installed-Size: 64 Maintainer: Debian Go Packaging Team Architecture: all Provides: golang-github-quic-go-qpack-dev Depends: golang-golang-x-net-dev Size: 13288 SHA256: dae0f5c1a9838e9d056aec836c9a3fe87c90bfe7bc7c819aeb6e624ae55f60ae SHA1: 05d8e1b2252894149798d1118f5005b1df0afc83 MD5sum: 3fe18e626a35e2b8e61e7f910c59b340 Description: minimal QPACK implementation in Go This is a minimal QPACK implementation in Go. It is minimal in the sense that it doesn't use the dynamic table at all, but just the static table and (Huffman encoded) string literals. Wherever possible, it reuses code from the HPACK implementation in the Go standard library. . It should be able to interoperate with other QPACK implemetations (both encoders and decoders), however it won't achieve a high compression efficiency. Multi-Arch: foreign Homepage: https://github.com/quic-go/qpack Section: golang Priority: optional Filename: pool/main/g/golang-github-marten-seemann-qpack/golang-github-marten-seemann-qpack-dev_0.4.0-1~bpo12+1_all.deb Package: golang-github-mattn-go-isatty-dev Source: golang-github-mattn-go-isatty Version: 0.0.20-1~bpo12+1 Installed-Size: 31 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-golang-x-sys-dev (>= 0.6.0) Size: 6136 SHA256: e14125f31c76df0254f25edf22a76825f1e19dfb6811ade7fef0c971b2979e5f SHA1: 13439b2bcc43f06afa73094cccdcddd13b1690f1 MD5sum: 00d0e862ade77534073c31dbc3d02565 Description: Golang library to implementation isatty interface The isatty() function tests whether a file descriptor refers to a terminal. . This package provides a library to implement isatty interface to Golang command-line programs. Multi-Arch: foreign Homepage: https://github.com/mattn/go-isatty Section: golang Priority: optional Filename: pool/main/g/golang-github-mattn-go-isatty/golang-github-mattn-go-isatty-dev_0.0.20-1~bpo12+1_all.deb Package: golang-github-mattn-go-xmpp-dev Source: golang-github-mattn-go-xmpp Version: 0.2.5-1~bpo12+1 Installed-Size: 105 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: 22988 SHA256: 52164993df093779ca8e391451b31039213b9ca0325c5bc4e6eb8b696bf696e2 SHA1: 76ebab9d815e869cf7d3cfd33c873d2220a7ae7c MD5sum: 596d81e3beea55ac1a2f7830015463c8 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.5-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.77-1~bpo12+1 Installed-Size: 1567 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-dustin-go-humanize-dev, golang-github-go-ini-ini-dev, golang-github-google-uuid-dev, golang-github-klauspost-compress-dev, golang-github-minio-md5-simd-dev (>= 1.1.2), golang-github-rs-xid-dev (>= 1.4.0), golang-golang-x-crypto-dev, golang-golang-x-net-dev Size: 185304 SHA256: 31b8c1216d76f6c65496727e105dc1f855c9424f222ac1cc1941bd7f9470b573 SHA1: 38f00126c21de053e08b68be05d325d2d733c461 MD5sum: 8e3b9e6a1f08d602f562e03b73895059 Description: Go library for Amazon S3 compatible cloud storage The Minio Golang Client SDK provides simple APIs to access any Amazon S3 compatible object storage server. Multi-Arch: foreign Homepage: https://github.com/minio/minio-go Section: golang Priority: optional Filename: pool/main/g/golang-github-minio-minio-go-v7/golang-github-minio-minio-go-v7-dev_7.0.77-1~bpo12+1_all.deb Package: golang-github-moby-docker-image-spec-dev Source: golang-github-moby-docker-image-spec Version: 1.3.1-2~bpo12+1 Installed-Size: 39 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-opencontainers-image-spec-dev Size: 12668 SHA256: c957cd960c41d797f3a8c2bed07e109e88537ce8627c3406baa2109c18176746 SHA1: 50df50615bdfb6036b1d0165a5311d55b820448a MD5sum: 3a3dce516807c66af9d48686824752a5 Description: Docker Image Specification v1 (library) Docker Image Specification v1. . This package contains documents about Docker Image Specification v1.X. . The Docker Image Specification is the image specification as used by the Docker Engine, and was used as foundation of the OCI image specification. Multi-Arch: foreign Homepage: https://github.com/moby/docker-image-spec Section: golang Priority: optional Filename: pool/main/g/golang-github-moby-docker-image-spec/golang-github-moby-docker-image-spec-dev_1.3.1-2~bpo12+1_all.deb Package: golang-github-moby-patternmatcher-dev Source: golang-github-moby-patternmatcher Version: 0.6.0-1~bpo12+1 Installed-Size: 51 Maintainer: Debian Go Packaging Team Architecture: all Size: 9796 SHA256: 864e2f4f8aae53d1a72b34debca6c878b10cb90e94f92fc5e6ad8cadf9f23ce2 SHA1: 4a57c02542ae055c8c11489f5241504c4c79ff11 MD5sum: 5764d900e520357556d7cd7d2fc03aae Description: pattern matcher implemented in Go PatternMatcher allows checking paths against a list of patterns. Multi-Arch: foreign Homepage: https://github.com/moby/patternmatcher Section: golang Priority: optional Filename: pool/main/g/golang-github-moby-patternmatcher/golang-github-moby-patternmatcher-dev_0.6.0-1~bpo12+1_all.deb Package: golang-github-muhlemmer-gu-dev Source: golang-github-muhlemmer-gu Version: 0.3.1-2~bpo12+1 Installed-Size: 34 Maintainer: Debian Go Packaging Team Architecture: all Size: 7064 SHA256: 25ffa1a8935a4f5bc2060e8c998b185d4d10be1daf055ebfa91b0a3bf35dec95 SHA1: c855d2cb9b420ba1b51083b78982ca558de7bc99 MD5sum: 8ab821b25385cc5299cc69302a5dc84a Description: Generic Utilities for the Go programming language (library) GU is a collection of Generic Utility functions, using Type Parameters featured in Go 1.18 and later. The author found himself writing boilerplate code for slices, maps, poitners etc. Since 1.18 he started using generics in some of his repositories and found that some functions often are the same between projects. The repository is a collection of those (utility) functions. . Although the functions are pretty basic and *almost* don't justify putting them in a package, he shared this code under the unlicense, with the purpose: . * Make his own life easier when reusing boiler plate code; * So that others can easily use these utilities; * People who want to learn more about generics in Go can read the code; Multi-Arch: foreign Homepage: https://github.com/muhlemmer/gu Section: golang Priority: optional Filename: pool/main/g/golang-github-muhlemmer-gu/golang-github-muhlemmer-gu-dev_0.3.1-2~bpo12+1_all.deb Package: golang-github-muhlemmer-httpforwarded-dev Source: golang-github-muhlemmer-httpforwarded Version: 0.1.0-2~bpo12+1 Installed-Size: 36 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-gopkg-check.v1-dev Size: 7216 SHA256: dc527c862c7c4d10d4c78179a9b5672803cf4f0f85583f99af172ca673a0344a SHA1: 4f41792aea3a9d413dacb524cdf25c974b179a4f MD5sum: d0d5f6c1d5d62978da37f9803c8c846e Description: Library for parsing the HTTP Forwarded header (RFC-7239) The httpforwarded go package provides utility functions for working with the Forwarded HTTP header as defined in RFC-7239 (https://tools.ietf.org/html/rfc7239). This header is proposed to replace the X-Forwarded-For and X-Forwarded-Proto headers, amongst others. . This package was heavily inspired by the mime package in the standard library, more specifically the ParseMediaType() function. Multi-Arch: foreign Homepage: https://github.com/muhlemmer/httpforwarded Section: golang Priority: optional Filename: pool/main/g/golang-github-muhlemmer-httpforwarded/golang-github-muhlemmer-httpforwarded-dev_0.1.0-2~bpo12+1_all.deb Package: golang-github-onsi-ginkgo-v2-dev Source: golang-github-onsi-ginkgo-v2 Version: 2.15.0-1~bpo12+1 Installed-Size: 2341 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-go-logr-logr-dev, golang-github-google-pprof-dev, golang-golang-x-sys-dev, golang-gomega-dev (>= 1.27.10~) Size: 341644 SHA256: 80ee73d846062930a88290f502a038cbbc57960066fb38452e92ae0ff96b2751 SHA1: 14ef4a9e5a4b2b2edffdab53f1960c6ca6b901d6 MD5sum: 29067defb799cc0484a158eb4227bc35 Description: BDD Testing Framework for Go (development files) Ginkgo is a BDD-style Golang testing framework built to help you efficiently write expressive and comprehensive tests. It is best paired with the Gomega matcher library but is designed to be matcher-agnostic. . This package contains the development files. Multi-Arch: foreign Homepage: https://github.com/onsi/ginkgo Section: golang Priority: optional Filename: pool/main/g/golang-github-onsi-ginkgo-v2/golang-github-onsi-ginkgo-v2-dev_2.15.0-1~bpo12+1_all.deb Package: golang-github-opencontainers-image-spec-dev Source: golang-github-opencontainers-image-spec Version: 1.1.0-2~bpo12+1 Installed-Size: 202 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-opencontainers-go-digest-dev, golang-github-pkg-errors-dev, golang-github-xeipuuv-gojsonschema-dev (>= 1.2.0~) Breaks: golang-github-containerd-containerd-dev (<< 1.5.8~ds1-2~), golang-github-containers-image-dev (<< 5.26~), golang-github-opensuse-umoci-dev (<< 0.4.7+ds-4~) Size: 35884 SHA256: b07b3b47acbf71eefec90ba75d6a31d70b585ed02fc0a24913210ca1ac6b5f84 SHA1: effd2792bd4b6ceb48d0e00db2fb172557c95699 MD5sum: 153d16033a55b73f379866b8b3125b88 Description: Open Container Initiative (OCI) Image Format Specification The OCI Image Format project creates and maintains the software shipping container image format spec (OCI Image Format). The goal of this specification is to enable the creation of interoperable tools for building, transporting, and preparing a container image to run. Multi-Arch: foreign Homepage: https://github.com/opencontainers/image-spec Section: golang Priority: optional Filename: pool/main/g/golang-github-opencontainers-image-spec/golang-github-opencontainers-image-spec-dev_1.1.0-2~bpo12+1_all.deb Package: golang-github-opencontainers-selinux-dev Source: golang-github-opencontainers-selinux Version: 1.11.0+ds1-2~bpo12+1 Installed-Size: 129 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-golang-x-sys-dev Size: 23412 SHA256: 3d5c1bfc3decb13793d6e50966613e9c2be37cb4aea1362d815b597261c127ae SHA1: f8c4f6750c818d476d6e08183bd8a54952837771 MD5sum: 980e4721ccf6ae0c8accf300bc919d28 Description: common selinux implementation Common SELinux package used across the container ecosystem. Multi-Arch: foreign Homepage: https://github.com/opencontainers/selinux Section: golang Priority: optional Filename: pool/main/g/golang-github-opencontainers-selinux/golang-github-opencontainers-selinux-dev_1.11.0+ds1-2~bpo12+1_all.deb Package: golang-github-openfga-go-sdk-dev Source: golang-github-openfga-go-sdk Version: 0.5.0-1~bpo12+1 Installed-Size: 954 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-jarcoal-httpmock-dev (>= 1.3.1), golang-golang-x-sync-dev Size: 89516 SHA256: 571f4a1b0a8db3de8b281b998a24cfacbaa8fb8e16a5f5988d055bf23764c07d SHA1: 1ca19783993991241eab9b17b2c2a56cb321bf0b MD5sum: 8561a51bffc34d36d2a5ab0796c3a835 Description: OpenFGA SDK for Go (library) This is an autogenerated Go SDK for OpenFGA. It provides a wrapper around the OpenFGA API definition (https://openfga.dev/api). . OpenFGA is designed to make it easy for application builders to model their permission layer, and to add and integrate fine-grained authorization into their applications. OpenFGA’s design is optimized for reliability and low latency at a high scale. Multi-Arch: foreign Homepage: https://github.com/openfga/go-sdk Section: golang Priority: optional Filename: pool/main/g/golang-github-openfga-go-sdk/golang-github-openfga-go-sdk-dev_0.5.0-1~bpo12+1_all.deb Package: golang-github-opensuse-umoci-dev Source: umoci Version: 0.4.7+ds-4~bpo12+1 Installed-Size: 688 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-apex-log-dev, golang-github-cyphar-filepath-securejoin-dev, golang-github-docker-go-units-dev, golang-github-klauspost-compress-dev, golang-github-klauspost-pgzip-dev, golang-github-opencontainers-go-digest-dev, golang-github-opencontainers-image-spec-dev, golang-github-opencontainers-runc-dev, golang-github-opencontainers-specs-dev, golang-github-pkg-errors-dev, golang-github-rootless-containers-proto-dev (>= 0.1.2~), golang-github-urfave-cli-dev, golang-github-vbatts-go-mtree-dev, golang-golang-x-sys-dev, golang-google-protobuf-dev Size: 114520 SHA256: e8bde27b49c6e9927491e7c7dff7e55aa6adf675b967bdb4a083b6a3ddadc163 SHA1: bb1cad37fd7235cde91bdeba152827df49f570ac MD5sum: 304914abdb7bf09f66823b2393145633 Description: umoci development files umoci creates and modifies Open Container images. See the official website (https://umo.ci/) for more accessible documentation about how to use umoci. . umoci intends to be a complete manipulation tool for OCI images (https://github.com/opencontainers/image-spec). In particular, it should be seen as a more end-user-focused version of the oci-image-tools provided by the OCI (https://github.com/opencontainers/image-tools). The hope is that all of this tooling will eventually be merged with the upstream repository, so that it is always kept up-to-date by the Open Container Initiative community. . This package provides Golang sources for the umoci API. Multi-Arch: foreign Homepage: https://umo.ci Section: golang Priority: optional Filename: pool/main/u/umoci/golang-github-opensuse-umoci-dev_0.4.7+ds-4~bpo12+1_all.deb Package: golang-github-ovn-org-libovsdb-dev Source: golang-github-ovn-org-libovsdb Version: 0.7.0-1~bpo12+1 Installed-Size: 1005 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-cenkalti-backoff-dev, golang-github-cenkalti-rpc2-dev, golang-github-go-logr-logr-dev, golang-github-go-logr-stdr-dev, golang-github-google-uuid-dev, golang-github-prometheus-client-golang-dev, golang-github-stretchr-testify-dev, golang-golang-x-text-dev Size: 144412 SHA256: bf28ccabf93230a39d02cf05db9cd221e64ab3eb160f193d6badefd4291f3add SHA1: f0ce99a251f7460a20222422ffba06eb8309070f MD5sum: 91c80d4601a9c5b8c9c2ff7248f075b9 Description: OVSDB Client Library OVSDB is the Open vSwitch Database Protocol. It's defined in RFC 7047 and is used mainly for managing configuration of Open vSwitch and OVN. Multi-Arch: foreign Homepage: https://github.com/ovn-org/libovsdb Section: golang Priority: optional Filename: pool/main/g/golang-github-ovn-org-libovsdb/golang-github-ovn-org-libovsdb-dev_0.7.0-1~bpo12+1_all.deb Package: golang-github-pierrec-lz4-dev Source: golang-github-pierrec-lz4 Version: 4.1.18-1~bpo12+1 Installed-Size: 76776 Maintainer: Debian Go Packaging Team Architecture: all Breaks: packer (<< 1.6.6+ds2-3~) Size: 23866932 SHA256: 0845276618755c2888758008604da62caa4d23262c71200d958beeccef03b2f3 SHA1: 84aeb49a14a39710d14ada328f904143dc399da2 MD5sum: 6979c0416fff236b940a3a275aaa24f7 Description: LZ4 compression and decompression in pure Go This library implements reading and writing lz4 compressed data (a frame), as specified in http://fastcompression.blogspot.fr/2013/04/lz4-streaming-format-final.html, using an io.Reader (decompression) and io.Writer (compression). It is designed to minimize memory usage while maximizing throughput by being able to [de]compress data concurrently. Multi-Arch: foreign Homepage: https://github.com/pierrec/lz4 Section: golang Priority: optional Filename: pool/main/g/golang-github-pierrec-lz4/golang-github-pierrec-lz4-dev_4.1.18-1~bpo12+1_all.deb Package: golang-github-pkg-browser-dev Source: golang-github-pkg-browser Version: 0.0~git20210911.681adbf-2~bpo12+1 Installed-Size: 26 Maintainer: Debian Go Packaging Team Architecture: all Size: 4684 SHA256: 7291390c7710da1e77a8ba679169e7895e5b60f9a76e500cc6f23845412a3f1d SHA1: 70cf63b3828e6a3c2409787b8365f69d986db230 MD5sum: 3856e3c29b23566e498c662a8b64ee14 Description: Helpers to open files, readers, and URLs in a browser window This golang helper library provides helpers to open files, readers, and urls in a browser window. Multi-Arch: foreign Homepage: https://github.com/pkg/browser Section: golang Priority: optional Filename: pool/main/g/golang-github-pkg-browser/golang-github-pkg-browser-dev_0.0~git20210911.681adbf-2~bpo12+1_all.deb Package: golang-github-prometheus-community-pro-bing-dev Source: golang-github-prometheus-community-pro-bing Version: 0.4.0-1~bpo12+1 Installed-Size: 103 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-google-uuid-dev, golang-golang-x-net-dev, golang-golang-x-sync-dev Size: 18816 SHA256: 11a89b104226eba63beb0c30b39e42038f2bd45925b8eb71cc0d2913b35e3034 SHA1: 4b84ad3d0f50004f50f7bbbdf55ea14d9feb67fe MD5sum: 0c5f4c4df5b547deaae297cdf968b99a Description: library for creating continuous probers A simple but powerful ICMP echo (ping) library for Go, inspired by go-ping and go-fastping. Multi-Arch: foreign Homepage: https://github.com/prometheus-community/pro-bing Section: golang Priority: optional Filename: pool/main/g/golang-github-prometheus-community-pro-bing/golang-github-prometheus-community-pro-bing-dev_0.4.0-1~bpo12+1_all.deb Package: golang-github-rs-zerolog-dev Source: golang-github-rs-zerolog Version: 1.29.1-1~bpo12+1 Installed-Size: 400 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-coreos-go-systemd-dev, golang-github-mattn-go-colorable-dev, golang-github-pkg-errors-dev, golang-github-rs-xid-dev, golang-golang-x-tools-dev Size: 62024 SHA256: 41b357dd631737152ae556092af65d0d9268bdf45b9ece178f5f225cc70c4ffb SHA1: 67baa1567260119f33df97bbf15e855e28ef9b8c MD5sum: bd16a2fc84fd1de8a00d11058039c6c1 Description: Zero Allocation JSON Logger This zerolog package provides a fast and simple logger dedicated to JSON output. . Zerolog's API is designed to provide both a great developer experience and stunning performance. Its unique chaining API allows zerolog to write JSON (or CBOR) log events by avoiding allocations and reflection. . To keep the code base and the API simple, zerolog focuses on efficient structured logging only. Pretty logging on the console is made possible using the provided (but inefficient) zerolog.ConsoleWriter. Homepage: https://github.com/rs/zerolog Section: golang Priority: optional Filename: pool/main/g/golang-github-rs-zerolog/golang-github-rs-zerolog-dev_1.29.1-1~bpo12+1_all.deb Package: golang-github-samber-lo-dev Source: golang-github-samber-lo Version: 1.38.1-1~bpo12+1 Installed-Size: 138 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-thoas-go-funk-dev, golang-golang-x-exp-dev Size: 39004 SHA256: 78e6c1a14ab25e7fc325de33bc7320133ea5dcd6d681ca41bfbfdbbe93fd11e9 SHA1: 40b0dc444aa99ae5955fdfdda9bca736175c97b6 MD5sum: 3b6fe154b729dcf6ddaef3ffdcf818a8 Description: Lodash-style Go library based on Go generics This package provides Lodash-style Go library based on Go generics. . The benchmarks demonstrate that generics will be much faster than implementations based on the "reflect" package. The benchmarks also show similar performance gains compared to pure "for" loops. Homepage: https://github.com/samber/lo Section: golang Priority: optional Filename: pool/main/g/golang-github-samber-lo/golang-github-samber-lo-dev_1.38.1-1~bpo12+1_all.deb Package: golang-github-secure-systems-lab-go-securesystemslib-dev Source: golang-github-secure-systems-lab-go-securesystemslib Version: 0.4.0-2~bpo12+1 Installed-Size: 58 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-stretchr-testify-dev, golang-golang-x-crypto-dev Size: 12040 SHA256: b43c89d9ff5ca5f75966c8e7b24498283d0d3ad771c6502190e80803cce296c7 SHA1: 0a3de7d2595fb8d21912dc4d4f8de248d17a3b25 MD5sum: cb30c3158250632043c6730a055e85e1 Description: Cryptographic routines for Golang Secure Systems Lab projects at NYU (library) A library that provides cryptographic and general-purpose functions for Go Secure Systems Lab projects at NYU. Multi-Arch: foreign Homepage: https://github.com/secure-systems-lab/go-securesystemslib Section: golang Priority: optional Filename: pool/main/g/golang-github-secure-systems-lab-go-securesystemslib/golang-github-secure-systems-lab-go-securesystemslib-dev_0.4.0-2~bpo12+1_all.deb Package: golang-github-segmentio-ksuid-dev Source: golang-github-segmentio-ksuid Version: 1.0.4-2~bpo12+1 Installed-Size: 75 Maintainer: Debian Go Packaging Team Architecture: all Size: 16192 SHA256: 5c2ab68d675e6144a376ad0590a647a2ce5565005dfba33a8b9fb2d8c89536d8 SHA1: 0bd004abb12b611491368d68552174b4755e056e MD5sum: 450189874ce2c6ab6730772693a00956 Description: K-Sortable Globally Unique IDs (Go library) ksuid is an efficient, comprehensive, battle-tested Go library for generating and parsing a specific kind of globally unique identifier called a *KSUID*. This library serves as its reference implementation. . What is a KSUID? . KSUID is for K-Sortable Unique IDentifier. It is a kind of globally unique identifier similar to a RFC 4122 UUID, built from the ground-up to be "naturally" sorted by generation timestamp without any special type-aware logic. . In short, running a set of KSUIDs through the UNIX sort command will result in a list ordered by generation time. . Why use KSUIDs? . There are numerous methods for generating unique identifiers, so why KSUID? . 1. Naturally ordered by generation time 2. Collision-free, coordination-free, dependency-free 3. Highly portable representations . See https://segment.com/blog/a-brief-history-of-the-uuid/ Multi-Arch: foreign Homepage: https://github.com/segmentio/ksuid Section: golang Priority: optional Filename: pool/main/g/golang-github-segmentio-ksuid/golang-github-segmentio-ksuid-dev_1.0.4-2~bpo12+1_all.deb Package: golang-github-shirou-gopsutil-dev Source: golang-github-shirou-gopsutil Version: 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-willf-bloom-dev Source: golang-github-willf-bloom Version: 3.7.0-1~bpo12+1 Installed-Size: 58 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-bits-and-blooms-bitset-dev Size: 13036 SHA256: 8da6ebb01c216116e7e049eb20d107fa1ee508df3bd57594ed9bdeb24e3b1f80 SHA1: 2005cdf683c6adcdbfc43d3aba63c6ef5d087364 MD5sum: c48f3530e962f6e1eae2871a99448830 Description: Go package implementing Bloom filters A Bloom filter is a representation of a set of n items, where the main requirement is to make membership queries; i.e., whether an item is a member of a set. . A Bloom filter has two parameters: m, a maximum size (typically a reasonably large multiple of the cardinality of the set to represent) and k, the number of hashing functions on elements of the set. (The actual hashing functions are important, too, but this is not a parameter for this implementation). A Bloom filter is backed by a BitSet (https://github.com/willf/bitset); a key is represented in the filter by setting the bits at each value of the hashing functions (modulo m). Set membership is done by testing whether the bits at each value of the hashing functions (again, modulo m) are set. If so, the item is in the set. If the item is actually in the set, a Bloom filter will never fail (the true positive rate is 1.0); but it is susceptible to false positives. The art is to choose k and m correctly. . In this implementation, the hashing functions used is murmurhash (github.com/spaolacci/murmur3), a non-cryptographic hashing function. Homepage: https://github.com/willf/bloom Section: golang Priority: optional Filename: pool/main/g/golang-github-willf-bloom/golang-github-willf-bloom-dev_3.7.0-1~bpo12+1_all.deb Package: golang-github-xanzy-go-gitlab-dev Source: golang-github-xanzy-go-gitlab Version: 0.90.0-1~bpo12+1 Installed-Size: 2883 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-google-go-querystring-dev (>= 1.1.0), golang-github-hashicorp-go-cleanhttp-dev (>= 0.5.2), golang-github-hashicorp-go-retryablehttp-dev (>= 0.7.1), golang-github-stretchr-testify-dev (>= 1.8.0), golang-golang-x-oauth2-dev (>= 0.0~git20220722.d3ed0bb), golang-golang-x-time-dev (>= 0.0~git20220722.e5dcc9c) Size: 243572 SHA256: d57f3b1bda7cf9327a3710d74865ae5bace76735ffb9702e60941516bb0bbe86 SHA1: 45efcc115680e77d4f1591def5e30b91877bb633 MD5sum: 351aebe0f88e82289308f1a98b6f9431 Description: Simple and uniform GitLab API for Go This package provides a GitLab API that enables Go programs to interact with GitLab in a simple and uniform way. It covers most of the existing Gitlab API calls and is updated regularly to add new or missing endpoints. . For complete usage of go-gitlab, see the package docs. Multi-Arch: foreign Homepage: https://github.com/xanzy/go-gitlab Section: golang Priority: optional Filename: pool/main/g/golang-github-xanzy-go-gitlab/golang-github-xanzy-go-gitlab-dev_0.90.0-1~bpo12+1_all.deb Package: golang-github-yggdrasil-network-yggdrasil-go-dev Source: yggdrasil Version: 0.5.8-1~bpo12+1 Installed-Size: 300 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-arceliar-ironwood-dev (>= 0.0~git20231127.465b82d-2~bpo12), golang-github-arceliar-phony-dev (>= 0.0~git20220903), golang-github-gologme-log-dev (>= 1.3.0), golang-github-hashicorp-go-syslog-dev (>= 1.0.0), golang-github-hjson-hjson-go-dev (>= 4.4.0), golang-github-vishvananda-netlink-dev (>= 1.1.0), golang-golang-x-crypto-dev (>= 0.25.0), golang-golang-x-net-dev (>= 0.27.0), golang-golang-x-sys-dev (>= 0.21.0), golang-github-cheggaaa-pb.v3-dev (>= 3.1.5), golang-golang-x-text-dev (>= 0.16.0), golang-golang.zx2c4-wireguard-dev (>= 0.0.20231211), golang-github-kardianos-minwinsvc-dev, golang-github-lucas-clemente-quic-go-dev (>= 0.45.1), golang-github-olekukonko-tablewriter-dev (>= 0.0.5), golang-nhooyr-websocket-dev (>= 1.8.11) Size: 76684 SHA256: 923d337e54f0e7fca772eda675354861bbbe2cfcf237d77387e5230c6228e382 SHA1: 96edcf5ed9a59ee2f0ba2ea81634765b0a84d343 MD5sum: ccb18a8a20c262d4d08ed02dbcbcdaba Description: Fully encrypted global-scale mesh network (library) Yggdrasil is an early-stage implementation of a fully end-to-end encrypted IPv6 network. It is lightweight, self-arranging, supported on multiple platforms and allows pretty much any IPv6-capable application to communicate securely with other Yggdrasil nodes. Yggdrasil does not require you to have IPv6 Internet connectivity - it also works over IPv4. . This package contains the libary for use in other Go programs. Multi-Arch: foreign Homepage: https://github.com/yggdrasil-network/yggdrasil-go Section: golang Priority: optional Filename: pool/main/y/yggdrasil/golang-github-yggdrasil-network-yggdrasil-go-dev_0.5.8-1~bpo12+1_all.deb Package: golang-github-zalando-go-keyring-dev Source: golang-github-zalando-go-keyring Version: 0.2.2-1~bpo12+2 Installed-Size: 46 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-dbus-dev Size: 9260 SHA256: d519397e7758de609eb5e2f9fd64c39d61f64989b1ff8107dfb5779ef38b40bc SHA1: ddf8d159bd49b8637680bdcdd6093e129fd0c6f4 MD5sum: c7eb1240e40851d11acf489191e4834f Description: Cross-platform keyring interface for Go (library) An OS-agnostic library for setting, getting and deleting secrets from the system keyring. It supports OS X, Linux/BSD (Secret Service D-Bus interface) and Windows. Multi-Arch: foreign Homepage: https://github.com/zalando/go-keyring Section: golang Priority: optional Filename: pool/main/g/golang-github-zalando-go-keyring/golang-github-zalando-go-keyring-dev_0.2.2-1~bpo12+2_all.deb Package: golang-github-zitadel-logging-dev Source: golang-github-zitadel-logging Version: 0.6.1-1~bpo12+1 Installed-Size: 61 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-sirupsen-logrus-dev, golang-github-stretchr-testify-dev, golang-gopkg-yaml.v2-dev Size: 11052 SHA256: 0fc6b05a015e6297118319e623ce4afd327984251669f59fd3f1d7f26e063ad6 SHA1: 0a0bb57004583bd3bc2955d0fb3b5b9aa9b9e95e MD5sum: c39b3a2835be355e5587f4d51a371014 Description: Logging extension library Golang logging extension library used by other zitadel projects. Multi-Arch: foreign Homepage: https://github.com/zitadel/logging Section: golang Priority: optional Filename: pool/main/g/golang-github-zitadel-logging/golang-github-zitadel-logging-dev_0.6.1-1~bpo12+1_all.deb Package: golang-github-zitadel-oidc-dev Source: golang-github-zitadel-oidc Version: 3.30.1-1~bpo12+1 Installed-Size: 958 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-bmatcuk-doublestar-dev (>= 4.0), golang-github-go-chi-chi-dev, golang-github-go-jose-go-jose-dev, golang-github-golang-mock-dev, golang-github-google-uuid-dev, golang-github-gorilla-securecookie-dev, golang-github-jeremija-gosubmit-dev, golang-github-muhlemmer-gu-dev, golang-github-muhlemmer-httpforwarded-dev, golang-github-rs-cors-dev, golang-github-sirupsen-logrus-dev, golang-github-stretchr-testify-dev, golang-golang-x-oauth2-google-dev, golang-golang-x-text-dev, golang-github-zitadel-logging-dev, golang-github-zitadel-schema-dev, golang-opentelemetry-otel-dev Breaks: golang-github-canonical-lxd-dev (<< 5.0.2+git20231211.1364ae4-4), golang-github-lxc-incus-dev (<< 6.0.0) Size: 137924 SHA256: 7a5c2e9d6530a8dbd2d80d7b1ff17a10b0bc9e34433e539e6ff09d653094caba SHA1: ff2b3742952a049384f14aae1473d3faefd5fcd3 MD5sum: c466b97f60e40d8ac9efa058d070ca86 Description: OpenID Connect client and server library certified by the OpenID Foundation This library is an easy-to-use client (RP) and server (OP) implementation for the OIDC (OpenID Connect) standard written for Go. . The RP is certified for the basic and config profile. . Whenever possible existing packages (like OAuth2 for Go) were reused / extended. Multi-Arch: foreign Homepage: https://github.com/zitadel/oidc Section: golang Priority: optional Filename: pool/main/g/golang-github-zitadel-oidc/golang-github-zitadel-oidc-dev_3.30.1-1~bpo12+1_all.deb Package: golang-github-zitadel-schema-dev Source: golang-github-zitadel-schema Version: 1.3.0-2~bpo12+1 Installed-Size: 110 Maintainer: Debian Go Packaging Team Architecture: all Size: 20520 SHA256: 3fdea509a39f92e6f09624d292c2db449a362f9227bc317f749013b69d2ea85c SHA1: 66bf9d2d3de8361854f6d41cc24cb828de24c9b0 MD5sum: 3943e53a4f1b35646fd1f4cf457767c5 Description: Library to fill a struct with form values Package zitadel/schema converts structs to and from form values. This is a maintained fork of gorilla/schema. Multi-Arch: foreign Homepage: https://github.com/zitadel/schema Section: golang Priority: optional Filename: pool/main/g/golang-github-zitadel-schema/golang-github-zitadel-schema-dev_1.3.0-2~bpo12+1_all.deb Package: golang-go Source: golang-defaults Version: 2:1.22~3~bpo12+1 Installed-Size: 69 Maintainer: Debian Go Compiler Team Architecture: 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.11-5~bpo12+1 Installed-Size: 226 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-gin-gonic-gin-dev, golang-github-google-go-cmp-dev, golang-github-gorilla-websocket-dev, golang-github-klauspost-compress-dev, golang-golang-x-time-dev Size: 41976 SHA256: 183ed58537720f7e3f17fbcc775aa19552469fd4fd02e824c4173b23538f56cd SHA1: fdb017e3a11986b66aa461ceb375eae0e6797ff9 MD5sum: c135a250b940b9a77bc1f5fcc2a76d07 Description: Minimal and idiomatic WebSocket library for Go (library) websocket is a minimal and idiomatic WebSocket library for Go. . Highlights . * Minimal and idiomatic API * First class context.Context (https://blog.golang.org/context) support * Fully passes the WebSocket autobahn-testsuite (https://github.com/crossbario/autobahn-testsuite) * Single dependency (https://pkg.go.dev/nhooyr.io/websocket?tab=imports) * JSON and protobuf helpers in the wsjson (https://pkg.go.dev/nhooyr.io/websocket/wsjson) and wspb (https://pkg.go.dev/nhooyr.io/websocket/wspb) subpackages * Zero alloc reads and writes * Concurrent writes * Close handshake (https://pkg.go.dev/nhooyr.io/websocket#Conn.Close) * net.Conn (https://pkg.go.dev/nhooyr.io/websocket#NetConn) wrapper * Ping pong (https://pkg.go.dev/nhooyr.io/websocket#Conn.Ping) API * RFC 7692 (https://tools.ietf.org/html/rfc7692) permessage-deflate compression * Compile to Wasm (https://pkg.go.dev/nhooyr.io/websocket#hdr-Wasm) Multi-Arch: foreign Homepage: https://github.com/nhooyr/websocket Section: golang Priority: optional Filename: pool/main/g/golang-nhooyr-websocket/golang-nhooyr-websocket-dev_1.8.11-5~bpo12+1_all.deb Package: golang-sigsum-sigsum-go-dev Source: sigsum-go Version: 0.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.5-1~bpo12+1 Installed-Size: 256 Maintainer: Utopia Maintenance Team Architecture: amd64 Depends: pipewire (= 1.2.5-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.5-1~bpo12+1) Size: 77612 SHA256: bb99bec6d54286ea6edc248df48ae37422c2c8c81c48ba66795b746ddc3fc0d0 SHA1: d53cf5d55271ed1a4fb3f6f802e94ee25d7d9b30 MD5sum: 1f68cc6833d56cdfe304b860b5413bea 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.5-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.11.2beta-1~bpo12+1 Installed-Size: 715 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: 200912 SHA256: 879a7edee44140da27fe33fe0050b0d3f8878ddabb2c9289d2f0e700552efd74 SHA1: 3b655ce54434cebb349446e79f5816a5895594ff MD5sum: 3a46409d1e05069b61d7323476aa454a Description: helper applications for Gwenhywfar library This package contains some helper tools provided by Gwenhywfar and useful for applications making use of Gwenhywfar: mklistdoc, gct-tool, xmlmerge and typemaker. . Gwenhywfar allows porting of your software to different operating systems like Linux, *BSD, Windows etc. It also provides some often needed modules such as configuration file handling, simple XML file parsing, IPC etc. Multi-Arch: foreign Homepage: https://www.aquamaniac.de/rdm/projects/gwenhywfar Section: utils Priority: optional Filename: pool/main/libg/libgwenhywfar/gwenhywfar-tools_5.11.2beta-1~bpo12+1_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-2~bpo12+1 Installed-Size: 70 Maintainer: Android Tools Maintainers Architecture: amd64 Depends: libc6 (>= 2.34) Size: 24252 SHA256: 891c919a615b66eb45f8cfa28d718926dc8e298913c446ce3073ee2cd9aa5e76 SHA1: e55bfe8bca9be09478897cceb37da4b4caf567b5 MD5sum: 8db1fd25a9ef978fb5acaae09f250344 Description: HPROF Converter The hprof-conv tool converts the HPROF file that is generated by the Android SDK tools to a standard format so you can view the file in a profiling tool of your choice. Multi-Arch: foreign Homepage: https://developer.android.com/studio/releases/platform-tools Section: devel Priority: optional Filename: pool/main/a/android-platform-tools/hprof-conv_34.0.5-2~bpo12+1_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.2-1~bpo12+1 Installed-Size: 56140 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.2-1~bpo12+1), iproute2, nftables | iptables, rsync, squashfs-tools, uidmap, xz-utils Recommends: apparmor, dnsmasq-base, incus-agent, minio-client Suggests: btrfs-progs, ceph-common, lvm2, zfsutils-linux, incus-tools, gdisk Size: 16647176 SHA256: 80e9dd2cdd16c774de803dae4301fc6bea6280410893c125734125db7aea5498 SHA1: c0fc418b4842d514e98629885b3fd53584f707b9 MD5sum: 7811d4cbbbaba47a2bf3000759eee3bd Description: Powerful system container and virtual machine manager - daemon Incus is a next generation system container and virtual machine manager. It offers a unified user experience around full Linux systems running inside containers or virtual machines. . It's image based with pre-made images available for a wide number of Linux distributions and is built around a very powerful, yet pretty simple, REST API. . This package contains the Incus daemon. Homepage: https://linuxcontainers.org/incus/ Built-Using: go-md2man-v2 (= 2.0.2+ds1-1), gobgp (= 3.10.0-1), golang-1.22 (= 1.22.7-1~bpo12+1), golang-blackfriday-v2 (= 2.1.0-1), golang-fsnotify (= 1.6.0-2), golang-github-armon-go-proxyproto (= 0.0~git20190211.68259f7-2), golang-github-beorn7-perks (= 1.0.1-1), golang-github-bmatcuk-doublestar (= 4.6.1-1~bpo12+1), golang-github-cenkalti-backoff (= 4.1.3-1), golang-github-cenkalti-hub (= 1.0.2-2~bpo12+1), golang-github-cenkalti-rpc2 (= 1.0.4-1~bpo12+1), golang-github-cespare-xxhash (= 2.1.1-2), golang-github-cowsql-go-cowsql (= 1.22.0-2~bpo12+1), golang-github-davecgh-go-spew (= 1.1.1-3), golang-github-dgryski-go-farm (= 0.0~git20171119.ac7624ea8da3-1.1), golang-github-digitalocean-go-libvirt (= 0.0~git20221122.e3cbf86-1), golang-github-digitalocean-go-qemu (= 0.0~git20221209.f035778-2), golang-github-digitalocean-go-smbios (= 0.0~git20180907.390a4f4-2), golang-github-flosch-pongo2.v4 (= 4.0.2-3), golang-github-fvbommel-sortorder (= 1.0.2-3), golang-github-go-chi-chi (= 5.0.7-1), golang-github-go-jose-go-jose (= 4.0.4-1~bpo12+1), golang-github-go-logr-logr (= 1.2.3-1), golang-github-go-logr-stdr (= 1.2.2-3), golang-github-golang-jwt-jwt-v5 (= 5.2.0-2~bpo12+1), golang-github-golang-protobuf-1-5 (= 1.5.2-3), golang-github-google-renameio (= 2.0.0-2), golang-github-google-uuid (= 1.3.0-1), golang-github-gorilla-mux (= 1.8.0-1), golang-github-gorilla-securecookie (= 1.1.1-2), golang-github-gorilla-websocket (= 1.5.0-2), golang-github-gosexy-gettext (= 0~git20130221-2.1), golang-github-hashicorp-hcl (= 1.0.0-1.1), golang-github-j-keck-arping (= 1.0.3-1), golang-github-jaypipes-pcidb (= 1.0.0-1), golang-github-jkeiser-iter (= 0.0~git20200628.c8aa0ae-2), golang-github-jochenvg-go-udev (= 0.0~git20171110.d6b62d5-2), golang-github-json-iterator-go (= 1.1.12-1), golang-github-k-sone-critbitgo (= 1.4.0-2), golang-github-kballard-go-shellquote (= 0.0~git20180428.95032a8-2), golang-github-klauspost-compress (= 1.15.12+ds1-3), golang-github-klauspost-cpuid (= 2.2.3-1), golang-github-kr-fs (= 0.1.0-2), golang-github-magiconair-properties (= 1.8.7-1), golang-github-mattn-go-runewidth (= 0.0.14-1), golang-github-mattn-go-sqlite3 (= 1.14.16~ds1-1), golang-github-mdlayher-ndp (= 1.0.0-1), golang-github-mdlayher-netx (= 0.0~git20220422.c711c2f-1), golang-github-mdlayher-socket (= 0.4.0-1), golang-github-mdlayher-vsock (= 1.2.0-1), golang-github-miekg-dns (= 1.1.50-2), golang-github-minio-md5-simd (= 1.1.2-4), golang-github-minio-minio-go-v7 (= 7.0.46-1), golang-github-minio-sha256-simd (= 1.0.0-1), golang-github-mitchellh-go-homedir (= 1.1.0-1), golang-github-mitchellh-mapstructure (= 1.5.0-2), golang-github-modern-go-concurrent (= 1.0.3-1.1), golang-github-modern-go-reflect2 (= 1.0.2-2), golang-github-muhlemmer-gu (= 0.3.1-2~bpo12+1), golang-github-muhlemmer-httpforwarded (= 0.1.0-2~bpo12+1), golang-github-olekukonko-tablewriter (= 0.0.5-2), golang-github-openfga-go-sdk (= 0.5.0-1~bpo12+1), golang-github-ovn-org-libovsdb (= 0.7.0-1~bpo12+1), golang-github-pelletier-go-toml (= 1.9.4-1), golang-github-pierrec-lz4 (= 4.1.18-1~bpo12+1), golang-github-pkg-errors (= 0.9.1-2), golang-github-pkg-sftp (= 1.13.5-2), golang-github-pkg-xattr (= 0.4.9-1), golang-github-pmezard-go-difflib (= 1.0.0-3), golang-github-prometheus-client-golang (= 1.14.0-3), golang-github-prometheus-client-model (= 0.3.0-3), golang-github-prometheus-common (= 0.39.0-2), golang-github-prometheus-procfs (= 0.8.0-3), golang-github-rican7-retry (= 0.3.1-2), golang-github-rivo-uniseg (= 0.4.2-1), golang-github-robfig-cron (= 3.0.1-1), golang-github-rs-cors (= 1.7.0-4), golang-github-rs-xid (= 1.4.0-1), golang-github-spf13-afero (= 1.9.3-1), golang-github-spf13-cast (= 1.5.0-2), golang-github-spf13-cobra (= 1.6.1-1), golang-github-spf13-jwalterweatherman (= 1.1.0+really1.1.0-2), golang-github-spf13-pflag (= 1.0.6~git20210604-d5e0c0615ace-1), golang-github-spf13-viper (= 1.10.1-1), golang-github-subosito-gotenv (= 1.2.0+git20190917.de67a66-3), golang-github-vishvananda-netlink (= 1.1.0.125.gf243826-4), golang-github-vishvananda-netns (= 0.0~git20211101.5004558-1), golang-github-xenolf-lego (= 4.9.1-1), golang-github-zitadel-logging (= 0.6.1-1~bpo12+1), golang-github-zitadel-oidc (= 3.30.1-1~bpo12+1), golang-github-zitadel-schema (= 1.3.0-2~bpo12+1), golang-go.crypto (= 1:0.4.0-1), golang-gocapability-dev (= 0.0+git20200815.42c35b4-2), golang-golang-x-net (= 1:0.7.0+dfsg-1), golang-golang-x-oauth2 (= 0.3.0-1), golang-golang-x-sync (= 0.1.0-1), golang-golang-x-sys (= 0.3.0-1), golang-golang-x-term (= 0.3.0-1), golang-golang-x-text (= 0.7.0-1), golang-google-genproto (= 0.0~git20200413.b5235f6-3), golang-google-grpc (= 1.33.3-2), golang-google-protobuf (= 1.28.1-3), golang-gopkg-eapache-channels.v1 (= 1.1.0-2), golang-gopkg-eapache-queue.v1 (= 1.1.0-2), golang-gopkg-ini.v1 (= 1.66.2-1), golang-gopkg-lxc-go-lxc.v2 (= 0.0+git20220627.ad3d9f7-2), golang-gopkg-square-go-jose.v2 (= 2.6.0-2), golang-gopkg-tomb.v2 (= 0.0~git20161208.d5d1b58-3), golang-gopkg-yaml.v3 (= 3.0.1-3), golang-k8s-utils (= 0.0~git20221128.99ec85e-1), golang-logrus (= 1.9.0-1), golang-opentelemetry-otel (= 1.1.0-2), golang-petname (= 2.11~git20191129.8e5a1ed-2), golang-protobuf-extensions (= 1.0.1-3), golang-starlark (= 0.0~git20240725.42030a7-1~bpo12+1), golang-testify (= 1.8.1-1), golang-yaml.v2 (= 2.4.0-4), gopacket (= 1.1.19-3) Section: admin Priority: optional Filename: pool/main/i/incus/incus_6.0.2-1~bpo12+1_amd64.deb Package: incus-agent Source: incus Version: 6.0.2-1~bpo12+1 Installed-Size: 12663 Maintainer: Debian Go Packaging Team Architecture: amd64 Size: 3902380 SHA256: 083c4a572f0a2a23fb8f0a810ed3555393ba92a95145d810a63f3c6cce293e7d SHA1: 1cae6e1ef26779ce0c004f1d34ef1a18fb45bc21 MD5sum: 0da00a93150fe8dfcde2169a24f4b115 Description: Incus guest agent This package provides an agent to run inside Incus virtual machine guests. . It has to be installed on the Incus host if you want to allow agent injection capability when creating a virtual machine. Homepage: https://linuxcontainers.org/incus/ Built-Using: go-md2man-v2 (= 2.0.2+ds1-1), gobgp (= 3.10.0-1), golang-1.22 (= 1.22.7-1~bpo12+1), golang-blackfriday-v2 (= 2.1.0-1), golang-fsnotify (= 1.6.0-2), golang-github-armon-go-proxyproto (= 0.0~git20190211.68259f7-2), golang-github-beorn7-perks (= 1.0.1-1), golang-github-bmatcuk-doublestar (= 4.6.1-1~bpo12+1), golang-github-cenkalti-backoff (= 4.1.3-1), golang-github-cenkalti-hub (= 1.0.2-2~bpo12+1), golang-github-cenkalti-rpc2 (= 1.0.4-1~bpo12+1), golang-github-cespare-xxhash (= 2.1.1-2), golang-github-cowsql-go-cowsql (= 1.22.0-2~bpo12+1), golang-github-davecgh-go-spew (= 1.1.1-3), golang-github-dgryski-go-farm (= 0.0~git20171119.ac7624ea8da3-1.1), golang-github-digitalocean-go-libvirt (= 0.0~git20221122.e3cbf86-1), golang-github-digitalocean-go-qemu (= 0.0~git20221209.f035778-2), golang-github-digitalocean-go-smbios (= 0.0~git20180907.390a4f4-2), golang-github-flosch-pongo2.v4 (= 4.0.2-3), golang-github-fvbommel-sortorder (= 1.0.2-3), golang-github-go-chi-chi (= 5.0.7-1), golang-github-go-jose-go-jose (= 4.0.4-1~bpo12+1), golang-github-go-logr-logr (= 1.2.3-1), golang-github-go-logr-stdr (= 1.2.2-3), golang-github-golang-jwt-jwt-v5 (= 5.2.0-2~bpo12+1), golang-github-golang-protobuf-1-5 (= 1.5.2-3), golang-github-google-renameio (= 2.0.0-2), golang-github-google-uuid (= 1.3.0-1), golang-github-gorilla-mux (= 1.8.0-1), golang-github-gorilla-securecookie (= 1.1.1-2), golang-github-gorilla-websocket (= 1.5.0-2), golang-github-gosexy-gettext (= 0~git20130221-2.1), golang-github-hashicorp-hcl (= 1.0.0-1.1), golang-github-j-keck-arping (= 1.0.3-1), golang-github-jaypipes-pcidb (= 1.0.0-1), golang-github-jkeiser-iter (= 0.0~git20200628.c8aa0ae-2), golang-github-jochenvg-go-udev (= 0.0~git20171110.d6b62d5-2), golang-github-json-iterator-go (= 1.1.12-1), golang-github-k-sone-critbitgo (= 1.4.0-2), golang-github-kballard-go-shellquote (= 0.0~git20180428.95032a8-2), golang-github-klauspost-compress (= 1.15.12+ds1-3), golang-github-klauspost-cpuid (= 2.2.3-1), golang-github-kr-fs (= 0.1.0-2), golang-github-magiconair-properties (= 1.8.7-1), golang-github-mattn-go-runewidth (= 0.0.14-1), golang-github-mattn-go-sqlite3 (= 1.14.16~ds1-1), golang-github-mdlayher-ndp (= 1.0.0-1), golang-github-mdlayher-netx (= 0.0~git20220422.c711c2f-1), golang-github-mdlayher-socket (= 0.4.0-1), golang-github-mdlayher-vsock (= 1.2.0-1), golang-github-miekg-dns (= 1.1.50-2), golang-github-minio-md5-simd (= 1.1.2-4), golang-github-minio-minio-go-v7 (= 7.0.46-1), golang-github-minio-sha256-simd (= 1.0.0-1), golang-github-mitchellh-go-homedir (= 1.1.0-1), golang-github-mitchellh-mapstructure (= 1.5.0-2), golang-github-modern-go-concurrent (= 1.0.3-1.1), golang-github-modern-go-reflect2 (= 1.0.2-2), golang-github-muhlemmer-gu (= 0.3.1-2~bpo12+1), golang-github-muhlemmer-httpforwarded (= 0.1.0-2~bpo12+1), golang-github-olekukonko-tablewriter (= 0.0.5-2), golang-github-openfga-go-sdk (= 0.5.0-1~bpo12+1), golang-github-ovn-org-libovsdb (= 0.7.0-1~bpo12+1), golang-github-pelletier-go-toml (= 1.9.4-1), golang-github-pierrec-lz4 (= 4.1.18-1~bpo12+1), golang-github-pkg-errors (= 0.9.1-2), golang-github-pkg-sftp (= 1.13.5-2), golang-github-pkg-xattr (= 0.4.9-1), golang-github-pmezard-go-difflib (= 1.0.0-3), golang-github-prometheus-client-golang (= 1.14.0-3), golang-github-prometheus-client-model (= 0.3.0-3), golang-github-prometheus-common (= 0.39.0-2), golang-github-prometheus-procfs (= 0.8.0-3), golang-github-rican7-retry (= 0.3.1-2), golang-github-rivo-uniseg (= 0.4.2-1), golang-github-robfig-cron (= 3.0.1-1), golang-github-rs-cors (= 1.7.0-4), golang-github-rs-xid (= 1.4.0-1), golang-github-spf13-afero (= 1.9.3-1), golang-github-spf13-cast (= 1.5.0-2), golang-github-spf13-cobra (= 1.6.1-1), golang-github-spf13-jwalterweatherman (= 1.1.0+really1.1.0-2), golang-github-spf13-pflag (= 1.0.6~git20210604-d5e0c0615ace-1), golang-github-spf13-viper (= 1.10.1-1), golang-github-subosito-gotenv (= 1.2.0+git20190917.de67a66-3), golang-github-vishvananda-netlink (= 1.1.0.125.gf243826-4), golang-github-vishvananda-netns (= 0.0~git20211101.5004558-1), golang-github-xenolf-lego (= 4.9.1-1), golang-github-zitadel-logging (= 0.6.1-1~bpo12+1), golang-github-zitadel-oidc (= 3.30.1-1~bpo12+1), golang-github-zitadel-schema (= 1.3.0-2~bpo12+1), golang-go.crypto (= 1:0.4.0-1), golang-gocapability-dev (= 0.0+git20200815.42c35b4-2), golang-golang-x-net (= 1:0.7.0+dfsg-1), golang-golang-x-oauth2 (= 0.3.0-1), golang-golang-x-sync (= 0.1.0-1), golang-golang-x-sys (= 0.3.0-1), golang-golang-x-term (= 0.3.0-1), golang-golang-x-text (= 0.7.0-1), golang-google-genproto (= 0.0~git20200413.b5235f6-3), golang-google-grpc (= 1.33.3-2), golang-google-protobuf (= 1.28.1-3), golang-gopkg-eapache-channels.v1 (= 1.1.0-2), golang-gopkg-eapache-queue.v1 (= 1.1.0-2), golang-gopkg-ini.v1 (= 1.66.2-1), golang-gopkg-lxc-go-lxc.v2 (= 0.0+git20220627.ad3d9f7-2), golang-gopkg-square-go-jose.v2 (= 2.6.0-2), golang-gopkg-tomb.v2 (= 0.0~git20161208.d5d1b58-3), golang-gopkg-yaml.v3 (= 3.0.1-3), golang-k8s-utils (= 0.0~git20221128.99ec85e-1), golang-logrus (= 1.9.0-1), golang-opentelemetry-otel (= 1.1.0-2), golang-petname (= 2.11~git20191129.8e5a1ed-2), golang-protobuf-extensions (= 1.0.1-3), golang-starlark (= 0.0~git20240725.42030a7-1~bpo12+1), golang-testify (= 1.8.1-1), golang-yaml.v2 (= 2.4.0-4), gopacket (= 1.1.19-3) Section: admin Priority: optional Filename: pool/main/i/incus/incus-agent_6.0.2-1~bpo12+1_amd64.deb Package: incus-client Source: incus Version: 6.0.2-1~bpo12+1 Installed-Size: 16198 Maintainer: Debian Go Packaging Team Architecture: amd64 Depends: libc6 (>= 2.34) Suggests: bash-completion Size: 4942024 SHA256: 4b99f414fbf92f01397c6540e5843289c4b5fb205492b5b44b883bfa12de1c31 SHA1: f1b2770116999d4c64ae95ad08e4d2f1150e7514 MD5sum: 6a2ab7c6322fe7586379393de944668a Description: Powerful system container and virtual machine manager - client Incus is a next generation system container and virtual machine manager. It offers a unified user experience around full Linux systems running inside containers or virtual machines. . A REST API is offered by Incus to remotely manage containers over the network, using an image based work-flow and with support for live migration. . This package contains the Incus command line client. Homepage: https://linuxcontainers.org/incus/ Built-Using: go-md2man-v2 (= 2.0.2+ds1-1), gobgp (= 3.10.0-1), golang-1.22 (= 1.22.7-1~bpo12+1), golang-blackfriday-v2 (= 2.1.0-1), golang-fsnotify (= 1.6.0-2), golang-github-armon-go-proxyproto (= 0.0~git20190211.68259f7-2), golang-github-beorn7-perks (= 1.0.1-1), golang-github-bmatcuk-doublestar (= 4.6.1-1~bpo12+1), golang-github-cenkalti-backoff (= 4.1.3-1), golang-github-cenkalti-hub (= 1.0.2-2~bpo12+1), golang-github-cenkalti-rpc2 (= 1.0.4-1~bpo12+1), golang-github-cespare-xxhash (= 2.1.1-2), golang-github-cowsql-go-cowsql (= 1.22.0-2~bpo12+1), golang-github-davecgh-go-spew (= 1.1.1-3), golang-github-dgryski-go-farm (= 0.0~git20171119.ac7624ea8da3-1.1), golang-github-digitalocean-go-libvirt (= 0.0~git20221122.e3cbf86-1), golang-github-digitalocean-go-qemu (= 0.0~git20221209.f035778-2), golang-github-digitalocean-go-smbios (= 0.0~git20180907.390a4f4-2), golang-github-flosch-pongo2.v4 (= 4.0.2-3), golang-github-fvbommel-sortorder (= 1.0.2-3), golang-github-go-chi-chi (= 5.0.7-1), golang-github-go-jose-go-jose (= 4.0.4-1~bpo12+1), golang-github-go-logr-logr (= 1.2.3-1), golang-github-go-logr-stdr (= 1.2.2-3), golang-github-golang-jwt-jwt-v5 (= 5.2.0-2~bpo12+1), golang-github-golang-protobuf-1-5 (= 1.5.2-3), golang-github-google-renameio (= 2.0.0-2), golang-github-google-uuid (= 1.3.0-1), golang-github-gorilla-mux (= 1.8.0-1), golang-github-gorilla-securecookie (= 1.1.1-2), golang-github-gorilla-websocket (= 1.5.0-2), golang-github-gosexy-gettext (= 0~git20130221-2.1), golang-github-hashicorp-hcl (= 1.0.0-1.1), golang-github-j-keck-arping (= 1.0.3-1), golang-github-jaypipes-pcidb (= 1.0.0-1), golang-github-jkeiser-iter (= 0.0~git20200628.c8aa0ae-2), golang-github-jochenvg-go-udev (= 0.0~git20171110.d6b62d5-2), golang-github-json-iterator-go (= 1.1.12-1), golang-github-k-sone-critbitgo (= 1.4.0-2), golang-github-kballard-go-shellquote (= 0.0~git20180428.95032a8-2), golang-github-klauspost-compress (= 1.15.12+ds1-3), golang-github-klauspost-cpuid (= 2.2.3-1), golang-github-kr-fs (= 0.1.0-2), golang-github-magiconair-properties (= 1.8.7-1), golang-github-mattn-go-runewidth (= 0.0.14-1), golang-github-mattn-go-sqlite3 (= 1.14.16~ds1-1), golang-github-mdlayher-ndp (= 1.0.0-1), golang-github-mdlayher-netx (= 0.0~git20220422.c711c2f-1), golang-github-mdlayher-socket (= 0.4.0-1), golang-github-mdlayher-vsock (= 1.2.0-1), golang-github-miekg-dns (= 1.1.50-2), golang-github-minio-md5-simd (= 1.1.2-4), golang-github-minio-minio-go-v7 (= 7.0.46-1), golang-github-minio-sha256-simd (= 1.0.0-1), golang-github-mitchellh-go-homedir (= 1.1.0-1), golang-github-mitchellh-mapstructure (= 1.5.0-2), golang-github-modern-go-concurrent (= 1.0.3-1.1), golang-github-modern-go-reflect2 (= 1.0.2-2), golang-github-muhlemmer-gu (= 0.3.1-2~bpo12+1), golang-github-muhlemmer-httpforwarded (= 0.1.0-2~bpo12+1), golang-github-olekukonko-tablewriter (= 0.0.5-2), golang-github-openfga-go-sdk (= 0.5.0-1~bpo12+1), golang-github-ovn-org-libovsdb (= 0.7.0-1~bpo12+1), golang-github-pelletier-go-toml (= 1.9.4-1), golang-github-pierrec-lz4 (= 4.1.18-1~bpo12+1), golang-github-pkg-errors (= 0.9.1-2), golang-github-pkg-sftp (= 1.13.5-2), golang-github-pkg-xattr (= 0.4.9-1), golang-github-pmezard-go-difflib (= 1.0.0-3), golang-github-prometheus-client-golang (= 1.14.0-3), golang-github-prometheus-client-model (= 0.3.0-3), golang-github-prometheus-common (= 0.39.0-2), golang-github-prometheus-procfs (= 0.8.0-3), golang-github-rican7-retry (= 0.3.1-2), golang-github-rivo-uniseg (= 0.4.2-1), golang-github-robfig-cron (= 3.0.1-1), golang-github-rs-cors (= 1.7.0-4), golang-github-rs-xid (= 1.4.0-1), golang-github-spf13-afero (= 1.9.3-1), golang-github-spf13-cast (= 1.5.0-2), golang-github-spf13-cobra (= 1.6.1-1), golang-github-spf13-jwalterweatherman (= 1.1.0+really1.1.0-2), golang-github-spf13-pflag (= 1.0.6~git20210604-d5e0c0615ace-1), golang-github-spf13-viper (= 1.10.1-1), golang-github-subosito-gotenv (= 1.2.0+git20190917.de67a66-3), golang-github-vishvananda-netlink (= 1.1.0.125.gf243826-4), golang-github-vishvananda-netns (= 0.0~git20211101.5004558-1), golang-github-xenolf-lego (= 4.9.1-1), golang-github-zitadel-logging (= 0.6.1-1~bpo12+1), golang-github-zitadel-oidc (= 3.30.1-1~bpo12+1), golang-github-zitadel-schema (= 1.3.0-2~bpo12+1), golang-go.crypto (= 1:0.4.0-1), golang-gocapability-dev (= 0.0+git20200815.42c35b4-2), golang-golang-x-net (= 1:0.7.0+dfsg-1), golang-golang-x-oauth2 (= 0.3.0-1), golang-golang-x-sync (= 0.1.0-1), golang-golang-x-sys (= 0.3.0-1), golang-golang-x-term (= 0.3.0-1), golang-golang-x-text (= 0.7.0-1), golang-google-genproto (= 0.0~git20200413.b5235f6-3), golang-google-grpc (= 1.33.3-2), golang-google-protobuf (= 1.28.1-3), golang-gopkg-eapache-channels.v1 (= 1.1.0-2), golang-gopkg-eapache-queue.v1 (= 1.1.0-2), golang-gopkg-ini.v1 (= 1.66.2-1), golang-gopkg-lxc-go-lxc.v2 (= 0.0+git20220627.ad3d9f7-2), golang-gopkg-square-go-jose.v2 (= 2.6.0-2), golang-gopkg-tomb.v2 (= 0.0~git20161208.d5d1b58-3), golang-gopkg-yaml.v3 (= 3.0.1-3), golang-k8s-utils (= 0.0~git20221128.99ec85e-1), golang-logrus (= 1.9.0-1), golang-opentelemetry-otel (= 1.1.0-2), golang-petname (= 2.11~git20191129.8e5a1ed-2), golang-protobuf-extensions (= 1.0.1-3), golang-starlark (= 0.0~git20240725.42030a7-1~bpo12+1), golang-testify (= 1.8.1-1), golang-yaml.v2 (= 2.4.0-4), gopacket (= 1.1.19-3) Section: admin Priority: optional Filename: pool/main/i/incus/incus-client_6.0.2-1~bpo12+1_amd64.deb Package: incus-migrate Source: incus Version: 6.0.2-1~bpo12+1 Installed-Size: 12003 Maintainer: Debian Go Packaging Team Architecture: amd64 Depends: libc6 (>= 2.34), rsync Size: 3698392 SHA256: 69f32586260bb208269e424808e8750480c1497583c1ee9f8e13262e67b81f9f SHA1: 501f5413231ef92d9ea3db1a1bae75bfef3d1fa6 MD5sum: 7ed660f6e71a2b6756bfbc7205363846 Description: Incus physical to instance migration tool This tool lets you turn any Linux filesystem (including your current one) into a Incus instance on a remote Incus host. . It will setup a clean mount tree made of the root filesystem and any additional mount you list, then transfer this through Incus's migration API to create a new instance from it. Homepage: https://linuxcontainers.org/incus/ Built-Using: go-md2man-v2 (= 2.0.2+ds1-1), gobgp (= 3.10.0-1), golang-1.22 (= 1.22.7-1~bpo12+1), golang-blackfriday-v2 (= 2.1.0-1), golang-fsnotify (= 1.6.0-2), golang-github-armon-go-proxyproto (= 0.0~git20190211.68259f7-2), golang-github-beorn7-perks (= 1.0.1-1), golang-github-bmatcuk-doublestar (= 4.6.1-1~bpo12+1), golang-github-cenkalti-backoff (= 4.1.3-1), golang-github-cenkalti-hub (= 1.0.2-2~bpo12+1), golang-github-cenkalti-rpc2 (= 1.0.4-1~bpo12+1), golang-github-cespare-xxhash (= 2.1.1-2), golang-github-cowsql-go-cowsql (= 1.22.0-2~bpo12+1), golang-github-davecgh-go-spew (= 1.1.1-3), golang-github-dgryski-go-farm (= 0.0~git20171119.ac7624ea8da3-1.1), golang-github-digitalocean-go-libvirt (= 0.0~git20221122.e3cbf86-1), golang-github-digitalocean-go-qemu (= 0.0~git20221209.f035778-2), golang-github-digitalocean-go-smbios (= 0.0~git20180907.390a4f4-2), golang-github-flosch-pongo2.v4 (= 4.0.2-3), golang-github-fvbommel-sortorder (= 1.0.2-3), golang-github-go-chi-chi (= 5.0.7-1), golang-github-go-jose-go-jose (= 4.0.4-1~bpo12+1), golang-github-go-logr-logr (= 1.2.3-1), golang-github-go-logr-stdr (= 1.2.2-3), golang-github-golang-jwt-jwt-v5 (= 5.2.0-2~bpo12+1), golang-github-golang-protobuf-1-5 (= 1.5.2-3), golang-github-google-renameio (= 2.0.0-2), golang-github-google-uuid (= 1.3.0-1), golang-github-gorilla-mux (= 1.8.0-1), golang-github-gorilla-securecookie (= 1.1.1-2), golang-github-gorilla-websocket (= 1.5.0-2), golang-github-gosexy-gettext (= 0~git20130221-2.1), golang-github-hashicorp-hcl (= 1.0.0-1.1), golang-github-j-keck-arping (= 1.0.3-1), golang-github-jaypipes-pcidb (= 1.0.0-1), golang-github-jkeiser-iter (= 0.0~git20200628.c8aa0ae-2), golang-github-jochenvg-go-udev (= 0.0~git20171110.d6b62d5-2), golang-github-json-iterator-go (= 1.1.12-1), golang-github-k-sone-critbitgo (= 1.4.0-2), golang-github-kballard-go-shellquote (= 0.0~git20180428.95032a8-2), golang-github-klauspost-compress (= 1.15.12+ds1-3), golang-github-klauspost-cpuid (= 2.2.3-1), golang-github-kr-fs (= 0.1.0-2), golang-github-magiconair-properties (= 1.8.7-1), golang-github-mattn-go-runewidth (= 0.0.14-1), golang-github-mattn-go-sqlite3 (= 1.14.16~ds1-1), golang-github-mdlayher-ndp (= 1.0.0-1), golang-github-mdlayher-netx (= 0.0~git20220422.c711c2f-1), golang-github-mdlayher-socket (= 0.4.0-1), golang-github-mdlayher-vsock (= 1.2.0-1), golang-github-miekg-dns (= 1.1.50-2), golang-github-minio-md5-simd (= 1.1.2-4), golang-github-minio-minio-go-v7 (= 7.0.46-1), golang-github-minio-sha256-simd (= 1.0.0-1), golang-github-mitchellh-go-homedir (= 1.1.0-1), golang-github-mitchellh-mapstructure (= 1.5.0-2), golang-github-modern-go-concurrent (= 1.0.3-1.1), golang-github-modern-go-reflect2 (= 1.0.2-2), golang-github-muhlemmer-gu (= 0.3.1-2~bpo12+1), golang-github-muhlemmer-httpforwarded (= 0.1.0-2~bpo12+1), golang-github-olekukonko-tablewriter (= 0.0.5-2), golang-github-openfga-go-sdk (= 0.5.0-1~bpo12+1), golang-github-ovn-org-libovsdb (= 0.7.0-1~bpo12+1), golang-github-pelletier-go-toml (= 1.9.4-1), golang-github-pierrec-lz4 (= 4.1.18-1~bpo12+1), golang-github-pkg-errors (= 0.9.1-2), golang-github-pkg-sftp (= 1.13.5-2), golang-github-pkg-xattr (= 0.4.9-1), golang-github-pmezard-go-difflib (= 1.0.0-3), golang-github-prometheus-client-golang (= 1.14.0-3), golang-github-prometheus-client-model (= 0.3.0-3), golang-github-prometheus-common (= 0.39.0-2), golang-github-prometheus-procfs (= 0.8.0-3), golang-github-rican7-retry (= 0.3.1-2), golang-github-rivo-uniseg (= 0.4.2-1), golang-github-robfig-cron (= 3.0.1-1), golang-github-rs-cors (= 1.7.0-4), golang-github-rs-xid (= 1.4.0-1), golang-github-spf13-afero (= 1.9.3-1), golang-github-spf13-cast (= 1.5.0-2), golang-github-spf13-cobra (= 1.6.1-1), golang-github-spf13-jwalterweatherman (= 1.1.0+really1.1.0-2), golang-github-spf13-pflag (= 1.0.6~git20210604-d5e0c0615ace-1), golang-github-spf13-viper (= 1.10.1-1), golang-github-subosito-gotenv (= 1.2.0+git20190917.de67a66-3), golang-github-vishvananda-netlink (= 1.1.0.125.gf243826-4), golang-github-vishvananda-netns (= 0.0~git20211101.5004558-1), golang-github-xenolf-lego (= 4.9.1-1), golang-github-zitadel-logging (= 0.6.1-1~bpo12+1), golang-github-zitadel-oidc (= 3.30.1-1~bpo12+1), golang-github-zitadel-schema (= 1.3.0-2~bpo12+1), golang-go.crypto (= 1:0.4.0-1), golang-gocapability-dev (= 0.0+git20200815.42c35b4-2), golang-golang-x-net (= 1:0.7.0+dfsg-1), golang-golang-x-oauth2 (= 0.3.0-1), golang-golang-x-sync (= 0.1.0-1), golang-golang-x-sys (= 0.3.0-1), golang-golang-x-term (= 0.3.0-1), golang-golang-x-text (= 0.7.0-1), golang-google-genproto (= 0.0~git20200413.b5235f6-3), golang-google-grpc (= 1.33.3-2), golang-google-protobuf (= 1.28.1-3), golang-gopkg-eapache-channels.v1 (= 1.1.0-2), golang-gopkg-eapache-queue.v1 (= 1.1.0-2), golang-gopkg-ini.v1 (= 1.66.2-1), golang-gopkg-lxc-go-lxc.v2 (= 0.0+git20220627.ad3d9f7-2), golang-gopkg-square-go-jose.v2 (= 2.6.0-2), golang-gopkg-tomb.v2 (= 0.0~git20161208.d5d1b58-3), golang-gopkg-yaml.v3 (= 3.0.1-3), golang-k8s-utils (= 0.0~git20221128.99ec85e-1), golang-logrus (= 1.9.0-1), golang-opentelemetry-otel (= 1.1.0-2), golang-petname (= 2.11~git20191129.8e5a1ed-2), golang-protobuf-extensions (= 1.0.1-3), golang-starlark (= 0.0~git20240725.42030a7-1~bpo12+1), golang-testify (= 1.8.1-1), golang-yaml.v2 (= 2.4.0-4), gopacket (= 1.1.19-3) Section: admin Priority: optional Filename: pool/main/i/incus/incus-migrate_6.0.2-1~bpo12+1_amd64.deb Package: incus-tools Source: incus Version: 6.0.2-1~bpo12+1 Installed-Size: 47955 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: 14490900 SHA256: c772cecdfe5e7381638a2e026e412e950e7858408bad68dd1f38cabcfbff99a8 SHA1: 2effef4d036e953cfd1dbaddca95c1faa70b675a MD5sum: a94a03375aea5c9253fcc2b13ad592fb Description: Powerful system container and virtual machine manager - extra tools Incus is a next generation system container and virtual machine manager. It offers a unified user experience around full Linux systems running inside containers or virtual machines. . This package contains extra tools provided with Incus. - fuidshift - A tool to map/unmap filesystem uids/gids - lxc-to-incus - A tool to migrate LXC containers to Incus - lxd-to-incus - A tool to migrate LXD containers to Incus - incus-benchmark - A benchmarking tool for Incus - incus-simplestreams - Maintain an Incus-compatible simplestreams tree Homepage: https://linuxcontainers.org/incus/ Built-Using: go-md2man-v2 (= 2.0.2+ds1-1), gobgp (= 3.10.0-1), golang-1.22 (= 1.22.7-1~bpo12+1), golang-blackfriday-v2 (= 2.1.0-1), golang-fsnotify (= 1.6.0-2), golang-github-armon-go-proxyproto (= 0.0~git20190211.68259f7-2), golang-github-beorn7-perks (= 1.0.1-1), golang-github-bmatcuk-doublestar (= 4.6.1-1~bpo12+1), golang-github-cenkalti-backoff (= 4.1.3-1), golang-github-cenkalti-hub (= 1.0.2-2~bpo12+1), golang-github-cenkalti-rpc2 (= 1.0.4-1~bpo12+1), golang-github-cespare-xxhash (= 2.1.1-2), golang-github-cowsql-go-cowsql (= 1.22.0-2~bpo12+1), golang-github-davecgh-go-spew (= 1.1.1-3), golang-github-dgryski-go-farm (= 0.0~git20171119.ac7624ea8da3-1.1), golang-github-digitalocean-go-libvirt (= 0.0~git20221122.e3cbf86-1), golang-github-digitalocean-go-qemu (= 0.0~git20221209.f035778-2), golang-github-digitalocean-go-smbios (= 0.0~git20180907.390a4f4-2), golang-github-flosch-pongo2.v4 (= 4.0.2-3), golang-github-fvbommel-sortorder (= 1.0.2-3), golang-github-go-chi-chi (= 5.0.7-1), golang-github-go-jose-go-jose (= 4.0.4-1~bpo12+1), golang-github-go-logr-logr (= 1.2.3-1), golang-github-go-logr-stdr (= 1.2.2-3), golang-github-golang-jwt-jwt-v5 (= 5.2.0-2~bpo12+1), golang-github-golang-protobuf-1-5 (= 1.5.2-3), golang-github-google-renameio (= 2.0.0-2), golang-github-google-uuid (= 1.3.0-1), golang-github-gorilla-mux (= 1.8.0-1), golang-github-gorilla-securecookie (= 1.1.1-2), golang-github-gorilla-websocket (= 1.5.0-2), golang-github-gosexy-gettext (= 0~git20130221-2.1), golang-github-hashicorp-hcl (= 1.0.0-1.1), golang-github-j-keck-arping (= 1.0.3-1), golang-github-jaypipes-pcidb (= 1.0.0-1), golang-github-jkeiser-iter (= 0.0~git20200628.c8aa0ae-2), golang-github-jochenvg-go-udev (= 0.0~git20171110.d6b62d5-2), golang-github-json-iterator-go (= 1.1.12-1), golang-github-k-sone-critbitgo (= 1.4.0-2), golang-github-kballard-go-shellquote (= 0.0~git20180428.95032a8-2), golang-github-klauspost-compress (= 1.15.12+ds1-3), golang-github-klauspost-cpuid (= 2.2.3-1), golang-github-kr-fs (= 0.1.0-2), golang-github-magiconair-properties (= 1.8.7-1), golang-github-mattn-go-runewidth (= 0.0.14-1), golang-github-mattn-go-sqlite3 (= 1.14.16~ds1-1), golang-github-mdlayher-ndp (= 1.0.0-1), golang-github-mdlayher-netx (= 0.0~git20220422.c711c2f-1), golang-github-mdlayher-socket (= 0.4.0-1), golang-github-mdlayher-vsock (= 1.2.0-1), golang-github-miekg-dns (= 1.1.50-2), golang-github-minio-md5-simd (= 1.1.2-4), golang-github-minio-minio-go-v7 (= 7.0.46-1), golang-github-minio-sha256-simd (= 1.0.0-1), golang-github-mitchellh-go-homedir (= 1.1.0-1), golang-github-mitchellh-mapstructure (= 1.5.0-2), golang-github-modern-go-concurrent (= 1.0.3-1.1), golang-github-modern-go-reflect2 (= 1.0.2-2), golang-github-muhlemmer-gu (= 0.3.1-2~bpo12+1), golang-github-muhlemmer-httpforwarded (= 0.1.0-2~bpo12+1), golang-github-olekukonko-tablewriter (= 0.0.5-2), golang-github-openfga-go-sdk (= 0.5.0-1~bpo12+1), golang-github-ovn-org-libovsdb (= 0.7.0-1~bpo12+1), golang-github-pelletier-go-toml (= 1.9.4-1), golang-github-pierrec-lz4 (= 4.1.18-1~bpo12+1), golang-github-pkg-errors (= 0.9.1-2), golang-github-pkg-sftp (= 1.13.5-2), golang-github-pkg-xattr (= 0.4.9-1), golang-github-pmezard-go-difflib (= 1.0.0-3), golang-github-prometheus-client-golang (= 1.14.0-3), golang-github-prometheus-client-model (= 0.3.0-3), golang-github-prometheus-common (= 0.39.0-2), golang-github-prometheus-procfs (= 0.8.0-3), golang-github-rican7-retry (= 0.3.1-2), golang-github-rivo-uniseg (= 0.4.2-1), golang-github-robfig-cron (= 3.0.1-1), golang-github-rs-cors (= 1.7.0-4), golang-github-rs-xid (= 1.4.0-1), golang-github-spf13-afero (= 1.9.3-1), golang-github-spf13-cast (= 1.5.0-2), golang-github-spf13-cobra (= 1.6.1-1), golang-github-spf13-jwalterweatherman (= 1.1.0+really1.1.0-2), golang-github-spf13-pflag (= 1.0.6~git20210604-d5e0c0615ace-1), golang-github-spf13-viper (= 1.10.1-1), golang-github-subosito-gotenv (= 1.2.0+git20190917.de67a66-3), golang-github-vishvananda-netlink (= 1.1.0.125.gf243826-4), golang-github-vishvananda-netns (= 0.0~git20211101.5004558-1), golang-github-xenolf-lego (= 4.9.1-1), golang-github-zitadel-logging (= 0.6.1-1~bpo12+1), golang-github-zitadel-oidc (= 3.30.1-1~bpo12+1), golang-github-zitadel-schema (= 1.3.0-2~bpo12+1), golang-go.crypto (= 1:0.4.0-1), golang-gocapability-dev (= 0.0+git20200815.42c35b4-2), golang-golang-x-net (= 1:0.7.0+dfsg-1), golang-golang-x-oauth2 (= 0.3.0-1), golang-golang-x-sync (= 0.1.0-1), golang-golang-x-sys (= 0.3.0-1), golang-golang-x-term (= 0.3.0-1), golang-golang-x-text (= 0.7.0-1), golang-google-genproto (= 0.0~git20200413.b5235f6-3), golang-google-grpc (= 1.33.3-2), golang-google-protobuf (= 1.28.1-3), golang-gopkg-eapache-channels.v1 (= 1.1.0-2), golang-gopkg-eapache-queue.v1 (= 1.1.0-2), golang-gopkg-ini.v1 (= 1.66.2-1), golang-gopkg-lxc-go-lxc.v2 (= 0.0+git20220627.ad3d9f7-2), golang-gopkg-square-go-jose.v2 (= 2.6.0-2), golang-gopkg-tomb.v2 (= 0.0~git20161208.d5d1b58-3), golang-gopkg-yaml.v3 (= 3.0.1-3), golang-k8s-utils (= 0.0~git20221128.99ec85e-1), golang-logrus (= 1.9.0-1), golang-opentelemetry-otel (= 1.1.0-2), golang-petname (= 2.11~git20191129.8e5a1ed-2), golang-protobuf-extensions (= 1.0.1-3), golang-starlark (= 0.0~git20240725.42030a7-1~bpo12+1), golang-testify (= 1.8.1-1), golang-yaml.v2 (= 2.4.0-4), gopacket (= 1.1.19-3) Section: admin Priority: optional Filename: pool/main/i/incus/incus-tools_6.0.2-1~bpo12+1_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.5-1~bpo12+1 Installed-Size: 915 Maintainer: Debian Kernel Team Architecture: amd64 Depends: libc6 (>= 2.34) Size: 904544 SHA256: 29ad7ace3566d5e968778890a64684db1cb88dcb48a1bf61958fda6b531501ef SHA1: 0e34f59207e80871512d24e36e67af69319865a6 MD5sum: 788e0fe82abd3f0f7c2ded964788d244 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.5-1~bpo12+1_amd64.deb Package: inxi Version: 3.3.36-1-1~bpo12+1 Installed-Size: 1643 Maintainer: Unit 193 Architecture: all Depends: pciutils, procps, perl:any Recommends: dmidecode, dnsutils, file, iproute2 | net-tools, kmod, lm-sensors, mesa-utils, sudo | doas, tree, usbutils, x11-utils, x11-xserver-utils Suggests: libxml-dumper-perl, wget | curl | libhttp-tiny-perl Size: 611444 SHA256: 883796e59c9077ad191f5097abd1547d3647bca8b3132d4164a54aebebc8891d SHA1: 018f70bf20a37446e8104d945679dc7e49e244e3 MD5sum: b73eedf04b632267d08a3c75fafef11d Description: full featured system information script Inxi is a system information script that can display various things about your hardware and software to users in an IRC chatroom or support forum. It runs with the /exec command in most IRC clients. Multi-Arch: foreign Homepage: https://smxi.org/docs/inxi.htm Section: misc Priority: optional Filename: pool/main/i/inxi/inxi_3.3.36-1-1~bpo12+1_all.deb Package: iotop-c Version: 1.26-1~bpo12+1 Installed-Size: 131 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: 49616 SHA256: b15cfbb38d340fd806820962a44aceb882b24ece6ef716dd01b2f56448bc210f SHA1: 5b466a96f31b910451435e0cec2964277a18d062 MD5sum: d01ad3f8dff061573217699185c86493 Description: simple top-like I/O monitor (implemented in C) iotop-c does for I/O usage what top(1) does for CPU usage. It watches I/O usage information output by the Linux kernel and displays a table of current I/O usage by processes on the system. It is handy for answering the question "Why is the disk churning so much?". . iotop-c requires a Linux kernel built with the CONFIG_TASKSTATS, CONFIG_TASK_DELAY_ACCT, CONFIG_TASK_IO_ACCOUNTING and CONFIG_VM_EVENT_COUNTERS config options on. . iotop-c is an alternative re-implementation of iotop in C, optimized for performance. Normally a monitoring tool intended to be used on a system under heavy stress should use the least additional resources as possible. Homepage: https://github.com/Tomas-M/iotop Section: admin Priority: optional Filename: pool/main/i/iotop-c/iotop-c_1.26-1~bpo12+1_amd64.deb Package: iproute2 Version: 6.11.0-1~bpo12+1 Installed-Size: 3626 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: 1065404 SHA256: 12b70208e7edfd3f1575a5afa011894ea6dbb7a045b67b1d8b8891b6cb290fa1 SHA1: 930583db718e9b6a7b4440681910be72bb020c09 MD5sum: 9b48665fc8dda0750e6f60825a684bd1 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.11.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.svn19253+dfsg-1~bpo12+1 Installed-Size: 30735 Maintainer: Debian GIS Project Architecture: all Depends: default-jre (>= 2:1.11) | java11-runtime, fonts-noto, jmapviewer (>= 2.22), libcommons-compress-java, libgettext-commons-java (>= 0.9.6), proj-data Recommends: josm-l10n (= 0.0.svn19253+dfsg-1~bpo12+1), openjfx Conflicts: josm-plugins Size: 16471952 SHA256: a71d2e4a23cda1747be7e6714413ffded783a194af24054dd93a6b01da4d63ef SHA1: 2514f2636a3ca097354a5a8ffd79a504189f3ebd MD5sum: de7e7854547b9b0a6b0b438fad216d77 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.svn19253+dfsg-1~bpo12+1_all.deb Package: josm-l10n Source: josm Version: 0.0.svn19253+dfsg-1~bpo12+1 Installed-Size: 9918 Maintainer: Debian GIS Project Architecture: all Size: 2172516 SHA256: 4c105a9c710e05b9c47a6b0bd8e0473a3b1d0cd983425a044ab7ac9c623bd60c SHA1: a1ef252ed09bf648962862bd34feeecaca169edd MD5sum: 5c1233fd89aae49ccde4c5f7c06dad53 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.svn19253+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.6+dfsg-1~bpo12+1 Installed-Size: 170072 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: 40834256 SHA256: e8c0a1a326661fb6e9828d8b5b3901f90ecb7474100b182456591ca192d29f3a SHA1: c90774e05c76a2e66ca4fd9f9a49055c496e1f69 MD5sum: 0e3f69d2ed710954bb0837d371910e84 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.6+dfsg-1~bpo12+1_amd64.deb Package: kicad-demos Source: kicad Version: 8.0.6+dfsg-1~bpo12+1 Installed-Size: 55240 Maintainer: Debian Electronics Team Architecture: all Suggests: kicad (>= 8.0.1~) Size: 9205360 SHA256: 6c51da39bfe209d82b714e6ed11107ae7ed7a528f20ec3695c2f93f09e9978fd SHA1: 28f44a9c8a53427f62206503f1ab5f06311b5fc9 MD5sum: 07b65cb7d000e9d678bddf4fc45ef36c 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.6+dfsg-1~bpo12+1_all.deb Package: kicad-doc-ca Source: kicad Version: 8.0.6+dfsg-1~bpo12+1 Installed-Size: 4351 Maintainer: Debian Electronics Team Architecture: all Size: 3741372 SHA256: 18690357c83b42278f7314a31da09eaaca56eb104527504a9295f6a878b1f1f5 SHA1: bbd055ecd5cc8846d257f89811bd24a95f388241 MD5sum: 711aac1d7d9352e9a0ddf1b43f80405c 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.6+dfsg-1~bpo12+1_all.deb Package: kicad-doc-de Source: kicad Version: 8.0.6+dfsg-1~bpo12+1 Installed-Size: 31935 Maintainer: Debian Electronics Team Architecture: all Size: 27513784 SHA256: 056565706c1f7b16adefd5f9606c4f753550b2e7a1e9d3bd7d1907c15230c6cb SHA1: d5fda5dbe87bf36e6be78fdd321e7cc7fd8ca757 MD5sum: b58e19dbde2070e839896dfab30aec0c 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.6+dfsg-1~bpo12+1_all.deb Package: kicad-doc-en Source: kicad Version: 8.0.6+dfsg-1~bpo12+1 Installed-Size: 27603 Maintainer: Debian Electronics Team Architecture: all Size: 23584996 SHA256: eba2894a8f3a352003ebd2b5b936d71177d737e255f5e7640e21d6287c21305f SHA1: c3d0366d7bff69fb61ae5e6ea9ea9f475cc6a9f2 MD5sum: 0a1a48b61222558671b770c1e582fdf3 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.6+dfsg-1~bpo12+1_all.deb Package: kicad-doc-es Source: kicad Version: 8.0.6+dfsg-1~bpo12+1 Installed-Size: 23432 Maintainer: Debian Electronics Team Architecture: all Size: 19887684 SHA256: f671fc5b71b11d3a382905d3432aca76fe18815799bc2108b103257792a8b142 SHA1: 7be50522196aaa9945f6a0d04a8e923e429600fe MD5sum: c2f6bcd1096878e544fd71cf48c8bfb2 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.6+dfsg-1~bpo12+1_all.deb Package: kicad-doc-fr Source: kicad Version: 8.0.6+dfsg-1~bpo12+1 Installed-Size: 26478 Maintainer: Debian Electronics Team Architecture: all Size: 23008000 SHA256: 98b6a9d747a964ec26e474e3466680ef09b2eacb92bfd39b1c4273be3aa8ab6e SHA1: 4a0438d286ac801364ef905ef2e0accaec18c8a7 MD5sum: 9deb2425c268f588d27a7af2547e5626 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.6+dfsg-1~bpo12+1_all.deb Package: kicad-doc-id Source: kicad Version: 8.0.6+dfsg-1~bpo12+1 Installed-Size: 13136 Maintainer: Debian Electronics Team Architecture: all Size: 11208084 SHA256: dcd859e80e99dcbc9cc3350ee6bbd3139ea756e4d3a97797ee8a39a1b5999533 SHA1: 3e735304a54c54c4fbbf6249e5716ee565faa799 MD5sum: 5bc9185f2c204781234c5d01e9944efd 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.6+dfsg-1~bpo12+1_all.deb Package: kicad-doc-it Source: kicad Version: 8.0.6+dfsg-1~bpo12+1 Installed-Size: 31664 Maintainer: Debian Electronics Team Architecture: all Size: 27689976 SHA256: 5b16463d04ad45fed9be96e93981b4c1c23b6b29b3ce7629bf89f79d420afa27 SHA1: 7057969f7a3bca141759028790d032870e27d3bd MD5sum: eb0307a533f4f0a6db23504aebc2ed6c 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.6+dfsg-1~bpo12+1_all.deb Package: kicad-doc-ja Source: kicad Version: 8.0.6+dfsg-1~bpo12+1 Installed-Size: 39896 Maintainer: Debian Electronics Team Architecture: all Size: 31776436 SHA256: e16fbf772546a8417fa3d7280f27d16aecac312428ff28c78ae273d66907fd1b SHA1: deb6c4a642aade659a76563ccbe869754a6c3661 MD5sum: a187e994009953370253e3876a880243 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.6+dfsg-1~bpo12+1_all.deb Package: kicad-doc-pl Source: kicad Version: 8.0.6+dfsg-1~bpo12+1 Installed-Size: 31136 Maintainer: Debian Electronics Team Architecture: all Size: 26605932 SHA256: b77d348b51f8af61352035e2cca8e6c55e5a158a84533fcb7ff4e93e0bffc7c0 SHA1: f27cc12bd8967ce2342424332ff308f90b6a911a MD5sum: 9160ac392d1ff481e0766d2cbff01ba7 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.6+dfsg-1~bpo12+1_all.deb Package: kicad-doc-ru Source: kicad Version: 8.0.6+dfsg-1~bpo12+1 Installed-Size: 36218 Maintainer: Debian Electronics Team Architecture: all Size: 31882328 SHA256: 6f0e4ab30cff76c8b5bf8273a47a98a1f54350ff200c7ae6ca4f65bc36d70c4d SHA1: 5f58a58f7878480024305447000668c00bff3b4b MD5sum: 6204bf95f0fd6dc3fc6ee62239e651dc 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.6+dfsg-1~bpo12+1_all.deb Package: kicad-doc-zh Source: kicad Version: 8.0.6+dfsg-1~bpo12+1 Installed-Size: 31669 Maintainer: Debian Electronics Team Architecture: all Size: 27653156 SHA256: 284468a83f9d4523e797cd85318d565dcda9fbad1b14a18a98efee2edaf4fe19 SHA1: 83de2f1b2c6862a3d3f51d8e19c2a30005f39bb6 MD5sum: 88bf8606d276d047c511e494a95e1641 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.6+dfsg-1~bpo12+1_all.deb Package: kicad-footprints Version: 8.0.6-1~bpo12+1 Installed-Size: 198891 Maintainer: Debian Electronics Team Architecture: all Replaces: kicad (<< 8.0.1~) Recommends: kicad (>= 8.0.1~) Breaks: kicad (<< 8.0.1~) Size: 25022664 SHA256: 5e234bf3d079e9512e8351dda97a3dcaf7bdcedc106a285287e34ef39b290726 SHA1: 3fc08c5046bd3c785dc0e755b63ab2e84fa45f3a MD5sum: 125ed7e796d8b80465a472a456fb807f 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.6-1~bpo12+1_all.deb Package: kicad-libraries Source: kicad Version: 8.0.6+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: 31332 SHA256: ad88812d07f4dac02c50410c502d84f3212f2ed6b7c03d98040fd7fe8a031893 SHA1: cc4be7ed80e25744e8115f2cfe09d58451081806 MD5sum: b299fc068ef7cd7b2fc11411f13f1048 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.6+dfsg-1~bpo12+1_all.deb Package: kicad-packages3d Version: 8.0.6-1~bpo12+1 Installed-Size: 5835177 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: 403976760 SHA256: 229b6a90dd64abcb32fa7766dac3664bc853456302ec138516fa8221a08881f6 SHA1: 91e9e473cd68f58fbec49c0bad4840313f6f8cc3 MD5sum: 9bddc15878ed8de998ab9b8184bf5445 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.6-1~bpo12+1_all.deb Package: kicad-symbols Version: 8.0.6-1~bpo12+1 Installed-Size: 206637 Maintainer: Debian Electronics Team Architecture: all Replaces: kicad (<< 8.0.1~) Recommends: kicad (>= 8.0.1~) Breaks: kicad (<< 8.0.1~) Size: 3097376 SHA256: eca1b3450bfa18468c7d90db975774b294bcc85e9afdf7e1e63780262c12eb62 SHA1: e0679522bef3cfb39b4c8709f9a636fb8e40e63b MD5sum: 20ed3022206693a1af7fe7dc0afdcba6 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.6-1~bpo12+1_all.deb Package: kicad-templates Version: 8.0.3-1~bpo12+1 Installed-Size: 5038 Maintainer: Debian Electronics Team Architecture: all Replaces: kicad (<< 8.0.1~), kicad-common (<< 5.0.0~rc1+dfsg1-1~) Recommends: kicad (>= 8.0.1~) Breaks: kicad (<< 8.0.1~), kicad-common (<< 5.0.0~rc1+dfsg1-1~) Size: 2620304 SHA256: e11a43b04ab0f51dd26cc2d5d9d76fc0b925c39a375f0a1cf38865ae7cac3782 SHA1: 41205ad4732c48561cb47e11e1d16eb4ce87ca4c MD5sum: 7f19ce96e23773486a8274ed0829c718 Description: Project templates for KiCad KiCad is a cross platform and Open Source EDA (Electronics Design Automation) suite which can be used for the creation of electronic schematic diagrams and PCB artwork. KiCad can load project templates where users can base their own projects on. This can save much time while working on own PCBs. This package is providing various templates built by the KiCad Community e.g. for common single-board computers like: * Raspberry PI * BeagleBone * Arduino (Uno R3, Mega R3, Fio, Micro, Mini, Nano, Pro Nano) . But also for other typical use cases like for * ABS Plastic Hand Held/Instrument Enclosures from Hammond Manufactoring * API (Automated Processes Incorporated) Series 500 Compatible Board * Edgeberry Hardware Cartridge * Minnowboard MAX or Turbot SBC * STM32 Nucleo-64 Morpho * STM32F100 discovery board (Cortex-M3™ Microcontroller Board) * STM32H7xx DevEBox * TI Launchpad board . This package also contains some worksheet files which are useful in case a user wanted to create new templates for KiCad. Please have a look into the documentation (available by packages kicad-doc-*) how to create new templates. Multi-Arch: foreign Homepage: https://gitlab.com/kicad/libraries/kicad-templates Section: electronics Priority: optional Filename: pool/main/k/kicad-templates/kicad-templates_8.0.3-1~bpo12+1_all.deb Package: ksmbd-tools Version: 3.5.2-2~bpo12+1 Installed-Size: 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: 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.1+dfsg-2~bpo12+1) Version: 2:2.10.0+samba4.21.1+dfsg-2~bpo12+1 Installed-Size: 207 Maintainer: Debian Samba Maintainers Architecture: amd64 Depends: libc6 (>= 2.34), libldb2 (>= 1.1.5), libpopt0 (>= 1.14), libtalloc2 (>= 2.4.2~) Size: 64752 SHA256: 6c88e956b9b53139e84f5ccc86a6cc68d297cf1421a068bf31224aff257f4502 SHA1: da3cfd6a7592c72191bfc06a9c36700c6bb6b405 MD5sum: 1d7249ef4757b51412780ee19e872c41 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.1+dfsg-2~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.5.12beta-1~bpo12+1 Installed-Size: 5208 Maintainer: Micha Lenk Architecture: all Recommends: libaqbanking44 Size: 402112 SHA256: cb3f2e90aeeaa490ee79511a04bbaf223b0c5695820293f756eff8c33493ab78 SHA1: 5c9fe00be02ee6f5a50f704aa7dd2258dcf80160 MD5sum: 123d68ae3736886b724fb3a900996719 Description: configuration files for libaqbanking AqBanking provides a middle layer between the applications and online banking libraries implementing various file formats and protocols. Plugins supporting OFX, DTAUS, HBCI, and EBICS are available. . This package contains data files for AqBanking. Multi-Arch: foreign Homepage: http://www.aquamaniac.de/aqbanking/ Section: libs Priority: optional Filename: pool/main/liba/libaqbanking/libaqbanking-data_6.5.12beta-1~bpo12+1_all.deb Package: libaqbanking-dev Source: libaqbanking Version: 6.5.12beta-1~bpo12+1 Installed-Size: 320 Maintainer: Micha Lenk Architecture: amd64 Depends: libaqbanking44 (= 6.5.12beta-1~bpo12+1), libgwenhywfar-core-dev Size: 47408 SHA256: 52fc389ecfb854e388930034c9284b2c18475e2402d4b6bba1773ac4d177dfee SHA1: d25cb43866393b29691fdc8922df2fa844842ff9 MD5sum: 8b6e0de50f8a0deb924e260919d801e8 Description: library for online banking applications AqBanking provides a middle layer between the applications and online banking libraries implementing various file formats and protocols. Plugins supporting OFX, DTAUS, HBCI, and EBICS are available. . This package contains the development files for AqBanking. Multi-Arch: same Homepage: http://www.aquamaniac.de/aqbanking/ Section: libdevel Priority: optional Filename: pool/main/liba/libaqbanking/libaqbanking-dev_6.5.12beta-1~bpo12+1_amd64.deb Package: libaqbanking44 Source: libaqbanking Version: 6.5.12beta-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.5.12beta-1~bpo12+1) Suggests: aqbanking-tools Size: 718408 SHA256: 908f584cada59734b547c25c080dae3216c56f87df78fe36f2cef3bff9f1e3fc SHA1: 82d7fa63e9d8cb8faae4d158a930c1d9aa685257 MD5sum: 0d82bcad963b2f578fbb3e1eb8a4e5b9 Description: library for online banking applications AqBanking provides a middle layer between the applications and online banking libraries implementing various file formats and protocols. Plugins supporting OFX, DTAUS, HBCI, and EBICS are available. Multi-Arch: same Homepage: http://www.aquamaniac.de/aqbanking/ Section: libs Priority: optional Filename: pool/main/liba/libaqbanking/libaqbanking44_6.5.12beta-1~bpo12+1_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.6.3-1.2~bpo12+1 Installed-Size: 254 Maintainer: Adam Borowski Architecture: amd64 Depends: libbtrfs0 (= 6.6.3-1.2~bpo12+1) Size: 73892 SHA256: b632aab0981342908731123e82cf3bc195e801c324a5501ca8b6c57f44bafed3 SHA1: 5afc951272fdba0c33bef702d6b1facbe9bc04fa MD5sum: 83a308eaf1b237ccd2ee5191779a175f Description: Checksumming Copy on Write Filesystem utilities (development headers) Btrfs is a copy on write filesystem for Linux aimed at implementing advanced features while focusing on fault tolerance, repair and easy administration. . This package contains development headers for the libbtrfs library. Multi-Arch: same Homepage: http://btrfs.wiki.kernel.org/ Section: libdevel Priority: optional Filename: pool/main/b/btrfs-progs/libbtrfs-dev_6.6.3-1.2~bpo12+1_amd64.deb Package: libbtrfs0 Source: btrfs-progs Version: 6.6.3-1.2~bpo12+1 Installed-Size: 68 Maintainer: Adam Borowski Architecture: amd64 Depends: libc6 (>= 2.4) Size: 38348 SHA256: d6ec88b6f906088dcd2f90948a8883c25fa55e0baa7eca257e77afde8dec3395 SHA1: 465b6344548b8ca70aa2808fe9df5581a213a64d MD5sum: 84d96a093bbcf5aca35e2f923e6f3e61 Description: Checksumming Copy on Write Filesystem utilities (runtime library) Btrfs is a copy on write filesystem for Linux aimed at implementing advanced features while focusing on fault tolerance, repair and easy administration. . This package contains userspace shared code library libbtrfs. Multi-Arch: same Homepage: http://btrfs.wiki.kernel.org/ Section: libs Priority: optional Filename: pool/main/b/btrfs-progs/libbtrfs0_6.6.3-1.2~bpo12+1_amd64.deb Package: libbtrfsutil-dev Source: btrfs-progs Version: 6.6.3-1.2~bpo12+1 Installed-Size: 97 Maintainer: Adam Borowski Architecture: amd64 Depends: libbtrfsutil1 (= 6.6.3-1.2~bpo12+1) Size: 40812 SHA256: ac9c0bcc95f52db36fa9286e481c8eb4cfdeaddacddb609209fa802dc5750780 SHA1: 038845fd82774ea0e6950402ae03d5b2e864d240 MD5sum: 6889da7e400e77220a2d66b34e33dce1 Description: Checksumming Copy on Write Filesystem utilities (util development headers) Btrfs is a copy on write filesystem for Linux aimed at implementing advanced features while focusing on fault tolerance, repair and easy administration. . This package contains development headers for the libbtrfsutil library. Multi-Arch: same Homepage: http://btrfs.wiki.kernel.org/ Section: libdevel Priority: optional Filename: pool/main/b/btrfs-progs/libbtrfsutil-dev_6.6.3-1.2~bpo12+1_amd64.deb Package: libbtrfsutil1 Source: btrfs-progs Version: 6.6.3-1.2~bpo12+1 Installed-Size: 74 Maintainer: Adam Borowski Architecture: amd64 Depends: libc6 (>= 2.33) Size: 38076 SHA256: 8ec0a5fb3d6a8c08dabb0764bc5ff257678e0cd34c03b869bf4a55c489ea3d49 SHA1: 7198e53a492a3ee85f075a651953bf62810eb6db MD5sum: fc9f5902f972c5d3e658cdea38f47a3b Description: Checksumming Copy on Write Filesystem utilities (runtime util library) Btrfs is a copy on write filesystem for Linux aimed at implementing advanced features while focusing on fault tolerance, repair and easy administration. . This package contains userspace shared code library libbtrfsutil. Multi-Arch: same Homepage: http://btrfs.wiki.kernel.org/ Section: libs Priority: optional Filename: pool/main/b/btrfs-progs/libbtrfsutil1_6.6.3-1.2~bpo12+1_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: 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.1~rc2-1~bpo12+1 Installed-Size: 60 Maintainer: Theodore Y. Ts'o Architecture: amd64 Replaces: libcomerr2 (<< 1.43.9-1~) Provides: libcomerr2 (= 1.47.1~rc2-1~bpo12+1) Depends: libc6 (>= 2.17) Breaks: libcomerr2 (<< 1.43.9-1~) Size: 22628 SHA256: c061abf0e963acdff79675cf45f82f1e873590b39ce56bab641f278aa9fe33ac SHA1: 637ccbc96c1b70db86f645317e130c0c343fa1ba MD5sum: 58c210089a8dd24146f796750634ba51 Description: common error description library libcomerr is an attempt to present a common error-handling mechanism to manipulate the most common form of error code in a fashion that does not have the problems identified with mechanisms commonly in use. Multi-Arch: same Homepage: http://e2fsprogs.sourceforge.net Section: libs Priority: optional Filename: pool/main/e/e2fsprogs/libcom-err2_1.47.1~rc2-1~bpo12+1_amd64.deb Package: libcos4-3 Source: omniorb-dfsg Version: 4.3.1+ds1-1~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.1+ds1), libomnithread4 (>= 4.3.1+ds1), libstdc++6 (>= 5) Conflicts: libcos4-2 Size: 1192064 SHA256: b97a1f8ac5712ddf56d81696c2b868de1efd223e30e389415e1fdf279f8f65cd SHA1: af59b2c09b4d661876759124fcdf1e3630096fe0 MD5sum: d25f489c245a7f6307b54d28f858c91b Description: omniORB CORBA services stubs omniORB4 is a freely available Common Object Request Broker Architecture (CORBA) 2.6 compliant object request broker (ORB) implementation. It is based on the IIOP communications protocol and should be interoperable with any other CORBA 2.6 compliant ORB. . This includes libcos4 and libcosdynamic4. Multi-Arch: same Homepage: http://omniorb.sourceforge.net Section: libs Priority: optional Filename: pool/main/o/omniorb-dfsg/libcos4-3_4.3.1+ds1-1~bpo12+1_amd64.deb Package: libcos4-dev Source: omniorb-dfsg Version: 4.3.1+ds1-1~bpo12+1 Installed-Size: 18011 Maintainer: Freexian Packaging Team Architecture: amd64 Depends: libcos4-3 (= 4.3.1+ds1-1~bpo12+1), libomniorb4-dev (= 4.3.1+ds1-1~bpo12+1), pkg-config Size: 1233004 SHA256: 1447bbfd5239bafcf23d91f834554d2061e57ff2774fdc0f7927a882bbdc9075 SHA1: 762ad26e00a1925bd9d6b289650dcc23168f00c1 MD5sum: b549f4d17c155f1351ee4e26285cbf16 Description: omniORB CORBA services stubs development files omniORB4 is a freely available Common Object Request Broker Architecture (CORBA) 2.6 compliant object request broker (ORB) implementation. It is based on the IIOP communications protocol and should be interoperable with any other CORBA 2.6 compliant ORB. . This includes developer files for libcos4 and libcosdynamic4. Multi-Arch: same Homepage: http://omniorb.sourceforge.net Section: libdevel Priority: optional Filename: pool/main/o/omniorb-dfsg/libcos4-dev_4.3.1+ds1-1~bpo12+1_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.5-1~bpo12+1 Installed-Size: 904 Maintainer: Debian Kernel Team Architecture: amd64 Replaces: libcpufreq-dev Provides: libcpufreq-dev Depends: libcpupower1 (= 6.11.5-1~bpo12+1) Conflicts: libcpufreq-dev Size: 900440 SHA256: 76c0878f39738eae464fc3335495e930a5ed872cfdcdd2ae646f5f0c3fe655e0 SHA1: a4490f55268b818151922f1be9807809b32a0774 MD5sum: 489c7dd435d44bf035360939e4d75dda 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.5-1~bpo12+1_amd64.deb Package: libcpupower1 Source: linux Version: 6.11.5-1~bpo12+1 Installed-Size: 933 Maintainer: Debian Kernel Team Architecture: amd64 Depends: libc6 (>= 2.34) Size: 907904 SHA256: aa60f7a13867052d49b2c988fd5f9e4852bbe3d1ef92e9f47d3e84d86bbf74db SHA1: a4de777ec492cd1a94fa60f5cfeaf20d35db507b MD5sum: 1b60944522e0c04a9fa05e8bf3e05918 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.5-1~bpo12+1_amd64.deb Package: libcurl3-gnutls Source: curl Version: 8.10.1-1~bpo12+1 Installed-Size: 921 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: 357072 SHA256: a4c3030e8dbad7bbb752087e4f2f34bd6cc4ff005a3e783c7a5d826f1d156007 SHA1: 2ee1229e854511a94b4e6341eca34a7552263f67 MD5sum: b6ae68bfaaf676f6e5d5e7145bea2c75 Description: easy-to-use client-side URL transfer library (GnuTLS flavour) libcurl is an easy-to-use client-side URL transfer library, supporting DICT, FILE, FTP, FTPS, GOPHER, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S, RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, TELNET and TFTP. . libcurl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, cookies, user+password authentication (Basic, Digest, NTLM, Negotiate, Kerberos), file transfer resume, http proxy tunneling and more! . libcurl is free, thread-safe, IPv6 compatible, feature rich, well supported, fast, thoroughly documented and is already used by many known, big and successful companies and numerous applications. . SSL support is provided by GnuTLS. Multi-Arch: same Homepage: https://curl.se/ Section: libs Priority: optional Filename: pool/main/c/curl/libcurl3-gnutls_8.10.1-1~bpo12+1_amd64.deb Package: libcurl4 Source: curl Version: 8.10.1-1~bpo12+1 Installed-Size: 901 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: 350520 SHA256: 9bf6d948787190729819590992fa01117190180ab3996f7cd58c79ec393ea5cc SHA1: 6b35f61993daaaeedf4de6849e9cb34229c66181 MD5sum: 159c5b76f10af7f2c9cd8e2276f47351 Description: easy-to-use client-side URL transfer library (OpenSSL flavour) libcurl is an easy-to-use client-side URL transfer library, supporting DICT, FILE, FTP, FTPS, GOPHER, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S, RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, TELNET and TFTP. . libcurl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, cookies, user+password authentication (Basic, Digest, NTLM, Negotiate, Kerberos), file transfer resume, http proxy tunneling and more! . libcurl is free, thread-safe, IPv6 compatible, feature rich, well supported, fast, thoroughly documented and is already used by many known, big and successful companies and numerous applications. . SSL support is provided by OpenSSL. Multi-Arch: same Homepage: https://curl.se/ Section: libs Priority: optional Filename: pool/main/c/curl/libcurl4_8.10.1-1~bpo12+1_amd64.deb Package: libcurl4-doc Source: curl Version: 8.10.1-1~bpo12+1 Installed-Size: 1629 Maintainer: Debian Curl Maintainers Architecture: all Size: 847688 SHA256: 4109211d1abd216961edc652abdae07671cf6173d50a919a9efdb66cd0a481f0 SHA1: e8cb7ff7ba91cdf2302827cbd8d147c816109123 MD5sum: 23245857a17127d444331d94f555b747 Description: documentation for libcurl libcurl is an easy-to-use client-side URL transfer library, supporting DICT, FILE, FTP, FTPS, GOPHER, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S, RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, TELNET and TFTP. . libcurl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, cookies, user+password authentication (Basic, Digest, NTLM, Negotiate, Kerberos), file transfer resume, http proxy tunneling and more! . libcurl is free, thread-safe, IPv6 compatible, feature rich, well supported, fast, thoroughly documented and is already used by many known, big and successful companies and numerous applications. . This package provides the documentation files for libcurl. Multi-Arch: foreign Homepage: https://curl.se/ Section: doc Priority: optional Filename: pool/main/c/curl/libcurl4-doc_8.10.1-1~bpo12+1_all.deb Package: libcurl4-gnutls-dev Source: curl Version: 8.10.1-1~bpo12+1 Installed-Size: 2009 Maintainer: Debian Curl Maintainers Architecture: amd64 Provides: libcurl-dev, libcurl-ssl-dev, libcurl3-gnutls-dev, libcurl4-dev Depends: libbrotli-dev, libcurl3-gnutls (= 8.10.1-1~bpo12+1), libgnutls28-dev, libidn2-dev, libnghttp2-dev, libnghttp3-dev (>= 1.1.0), libngtcp2-crypto-gnutls-dev (>= 1.2.0), libngtcp2-dev (>= 1.2.0), libpsl-dev, librtmp-dev, libssh2-1-dev, libzstd-dev, zlib1g-dev Suggests: dpkg-dev, libcurl4-doc, libidn-dev, libkrb5-dev, libldap2-dev, pkgconf Conflicts: libcurl4-openssl-dev Size: 470880 SHA256: 925af850b43c4a7fc2e351673de117113c781b661bd1de45faa2b4bd44bbe36c SHA1: 072ef41b38d81fdabf6307bb298ab3a63ab3e811 MD5sum: 7ef18cab49c2ec507c3f1145b4716d2d Description: development files and documentation for libcurl (GnuTLS flavour) libcurl is an easy-to-use client-side URL transfer library, supporting DICT, FILE, FTP, FTPS, GOPHER, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S, RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, TELNET and TFTP. . libcurl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, cookies, user+password authentication (Basic, Digest, NTLM, Negotiate, Kerberos), file transfer resume, http proxy tunneling and more! . libcurl is free, thread-safe, IPv6 compatible, feature rich, well supported, fast, thoroughly documented and is already used by many known, big and successful companies and numerous applications. . This package provides the development files (ie. includes, static library, manual pages) that allow one to build software which uses libcurl. . SSL support is provided by GnuTLS. Multi-Arch: same Homepage: https://curl.se/ Section: libdevel Priority: optional Filename: pool/main/c/curl/libcurl4-gnutls-dev_8.10.1-1~bpo12+1_amd64.deb Package: libcurl4-openssl-dev Source: curl Version: 8.10.1-1~bpo12+1 Installed-Size: 1975 Maintainer: Debian Curl Maintainers Architecture: amd64 Provides: libcurl-dev, libcurl-ssl-dev, libcurl3-dev, libcurl3-openssl-dev, libcurl4-dev Depends: libbrotli-dev, libcurl4 (= 8.10.1-1~bpo12+1), libidn2-dev, libnghttp2-dev, libpsl-dev, librtmp-dev, libssh2-1-dev, libssl-dev, libzstd-dev, zlib1g-dev Suggests: dpkg-dev, libcurl4-doc, libidn-dev, libkrb5-dev, libldap2-dev, pkgconf Conflicts: libcurl4-gnutls-dev, libssl1.0-dev Size: 461756 SHA256: de4b681ebe2450b86fb7fa5d97c9e83d8fefa211312bd0293d05842dc91d6b14 SHA1: f1b15da78c465ae0b93d4ce846789813463cf195 MD5sum: de790060174c0d6c58c04b39156aac8c Description: development files and documentation for libcurl (OpenSSL flavour) libcurl is an easy-to-use client-side URL transfer library, supporting DICT, FILE, FTP, FTPS, GOPHER, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S, RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, TELNET and TFTP. . libcurl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, cookies, user+password authentication (Basic, Digest, NTLM, Negotiate, Kerberos), file transfer resume, http proxy tunneling and more! . libcurl is free, thread-safe, IPv6 compatible, feature rich, well supported, fast, thoroughly documented and is already used by many known, big and successful companies and numerous applications. . This package provides the development files (ie. includes, static library, manual pages) that allow one to build software which uses libcurl. . SSL support is provided by OpenSSL. Multi-Arch: same Homepage: https://curl.se/ Section: libdevel Priority: optional Filename: pool/main/c/curl/libcurl4-openssl-dev_8.10.1-1~bpo12+1_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.4-1~bpo12+1 Installed-Size: 30877 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: 7096052 SHA256: 745642005df6f19f65793aae164623a21761b6defe7f52cb2dea252984fbfa88 SHA1: 8520cc2d7ceae523266233de004b6704c73d68d2 MD5sum: 788ff9d408591d5326e104081d441790 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.4-1~bpo12+1_amd64.deb Package: libd3dadapter9-mesa-dev Source: mesa Version: 24.2.4-1~bpo12+1 Installed-Size: 64 Maintainer: Debian X Strike Force Architecture: amd64 Depends: libd3dadapter9-mesa (= 24.2.4-1~bpo12+1), libudev1 Size: 22620 SHA256: fe8184dc92f2ac04b86a02b5725eb0563b6ecd805b8131990654c2f24f7333ee SHA1: 90013882174f5a5208e5fc98668db4134a458ea1 MD5sum: dc0b5655aee972cd3ca1c5875412ef95 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.4-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.19~bpo12+1 Installed-Size: 351 Maintainer: Debhelper Maintainers Architecture: all Replaces: debhelper (<< 12.6~) Depends: perl:any Breaks: debhelper (<< 12.6~) Size: 89952 SHA256: 363b0e99c3a9e8c15ee0b426411a3c2fab7787bf6610a328b2b57e2d9a3e2092 SHA1: 7ee4534b9b250bd554887cda7f5364e24e8d0245 MD5sum: e46780a34310f2338aae6172c6e3ede6 Description: debhelper perl modules A collection of programs that can be used in a debian/rules file to automate common tasks related to building Debian packages. . This package provides the perl modules used by the scripts in debhelper. Multi-Arch: foreign Section: perl Priority: optional Filename: pool/main/d/debhelper/libdebhelper-perl_13.19~bpo12+1_all.deb Package: libdebuginfod-common Source: elfutils Version: 0.191-1~bpo12+1 Installed-Size: 51 Maintainer: Debian Elfutils Maintainers Architecture: all Depends: debconf (>= 0.5) | debconf-2.0, ucf Pre-Depends: debconf Size: 22952 SHA256: a002191b9d94d41f213c3da5b5d99ede87e289b5d439da6f09b8e26b2407cc78 SHA1: 8df34e43b53f12f01e50f2a8da1b7d5ebfaf5468 MD5sum: 559dc4970c1d9d73ad5f0a8ede12a911 Description: configuration to enable the Debian debug info server This package asks if it should enable use of the Debian debug info server with debugging tools that use libdebuginfo such as GDB. . When this is allowed by the sysadmin, a snippet will be added to the shell configuration. You will need to restart your shell after installing this package before the snippet will work. . The Debian debug info server will be contacted every time debugging tools attempt to look up debug info for binaries or libraries but the server does not log requests for debug info. . The Debian debug info server uses https to securely transfer debugging files but does not offer OpenPGP signing of debug info. Multi-Arch: foreign Homepage: https://sourceware.org/elfutils/ Section: devel Priority: optional Filename: pool/main/e/elfutils/libdebuginfod-common_0.191-1~bpo12+1_all.deb Package: libdebuginfod-dev Source: elfutils Version: 0.191-1~bpo12+1 Installed-Size: 57 Maintainer: Debian Elfutils Maintainers Architecture: 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.4-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.4-1~bpo12+1), libgcc-s1 (>= 3.4), libglapi-mesa (= 24.2.4-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.4-1~bpo12+1) Size: 132288 SHA256: 166eb3ef85a2194efa4beb97a9e007a8db125d8f8986aaba892a0826e2424eb3 SHA1: 2f04a633abaf81edefe71e467214c61de85dd665 MD5sum: 211e43adb410163c6c08fd9140a90a0f 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.4-1~bpo12+1_amd64.deb Package: libegl1-mesa-dev Source: mesa Version: 24.2.4-1~bpo12+1 Installed-Size: 63 Maintainer: Debian X Strike Force Architecture: amd64 Depends: libegl-dev, libglvnd-dev Size: 22848 SHA256: f61091320f446eb4acb764f411576dd39ae70bf5c805f047437f288fde5848d5 SHA1: 6640c20450166f09f9e70ddfdfd690938dd03295 MD5sum: b305e2b3c418b910514089361c5a6b9a 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.4-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: libext2fs-dev Source: e2fsprogs Version: 1.47.1~rc2-1~bpo12+1 Installed-Size: 1195 Maintainer: Theodore Y. Ts'o Architecture: amd64 Replaces: e2fslibs-dev (<< 1.43.9-1~) Provides: e2fslibs-dev (= 1.47.1~rc2-1~bpo12+1) Depends: libc6-dev | libc-dev, comerr-dev, libext2fs2 (= 1.47.1~rc2-1~bpo12+1) Suggests: doc-base Breaks: e2fslibs-dev (<< 1.43.9-1~) Size: 294960 SHA256: 13579d1bbc1e6b829baf7f11849f8596fc2f5eb8fe1e571816b9f8462b90e5fd SHA1: 4093dc968d091bf0faf3d84ae20b15efb6770614 MD5sum: 500e9003d7d898c25c30f238b9e1620d Description: ext2/ext3/ext4 file system libraries - headers and static libraries The ext2, ext3 and ext4 file systems are successors of the original ext ("extended") file system. They are the main file system types used for hard disks on Debian and other Linux systems. . This package contains the development environment for the ext2fs and e2p libraries. Homepage: http://e2fsprogs.sourceforge.net Section: libdevel Priority: optional Filename: pool/main/e/e2fsprogs/libext2fs-dev_1.47.1~rc2-1~bpo12+1_amd64.deb Package: libext2fs2 Source: e2fsprogs Version: 1.47.1~rc2-1~bpo12+1 Installed-Size: 544 Maintainer: Theodore Y. Ts'o Architecture: amd64 Replaces: e2fslibs (<< 1.43.9-1~), libext2fs2 Provides: e2fslibs (= 1.47.1~rc2-1~bpo12+1) Depends: libc6 (>= 2.34) Breaks: e2fslibs (<< 1.43.9-1~) Size: 208612 SHA256: a30a1b885eea07b6fe9a6ee2e78409b9c2da580fb337c0825ebdfc72f7eb97c8 SHA1: e2843fd1c9029d6321b9327a128096c022fdb5ed MD5sum: 84e7e5702c5905aa674390e4e340123e Description: ext2/ext3/ext4 file system libraries The ext2, ext3 and ext4 file systems are successors of the original ext ("extended") file system. They are the main file system types used for hard disks on Debian and other Linux systems. . This package provides the ext2fs and e2p libraries, for userspace software that directly accesses extended file systems. Programs that use libext2fs include e2fsck, mke2fs, and tune2fs. Programs that use libe2p include dumpe2fs, chattr, and lsattr. Multi-Arch: same Homepage: http://e2fsprogs.sourceforge.net Section: libs Priority: optional Filename: pool/main/e/e2fsprogs/libext2fs2_1.47.1~rc2-1~bpo12+1_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: libfreerdp-client3-3 Source: freerdp3 Version: 3.5.1+dfsg1-5~bpo12+1 Installed-Size: 837 Maintainer: Debian Remote Maintainers Architecture: amd64 Depends: libasound2 (>= 1.0.18), libc6 (>= 2.28), libcups2 (>= 1.7.0), libfreerdp3-3 (= 3.5.1+dfsg1-5~bpo12+1), libfuse3-3 (>= 3.2.3), libpulse0 (>= 0.99.1), libusb-1.0-0 (>= 2:1.0.19), libwinpr3-3 (>= 3.3.0) Size: 269720 SHA256: 97cc2f23597758696b8c4f5752692f53ac9c043908e3345928303674afc19a9c SHA1: ddfc75305b114a883c58873f76d1fc50d82251c9 MD5sum: 008792a32b1e2c624b45818abb2f5dda Description: Free Remote Desktop Protocol library (client library) FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . This package contains the shared library for common client functionality. Multi-Arch: same Homepage: https://www.freerdp.com/ Section: libs Priority: optional Filename: pool/main/f/freerdp3/libfreerdp-client3-3_3.5.1+dfsg1-5~bpo12+1_amd64.deb Package: libfreerdp-server-proxy3-3 Source: freerdp3 Version: 3.5.1+dfsg1-5~bpo12+1 Installed-Size: 272 Maintainer: Debian Remote Maintainers Architecture: amd64 Depends: libc6 (>= 2.14), libfreerdp-client3-3 (= 3.5.1+dfsg1-5~bpo12+1), libfreerdp3-3 (= 3.5.1+dfsg1-5~bpo12+1), libwinpr3-3 (= 3.5.1+dfsg1-5~bpo12+1) Size: 73296 SHA256: e671a63272719c985f20c6b90ec96ebbc23fbb610df62450a3d68d7dfa542766 SHA1: 4b1cdd5e8f2490230ba7dec77ab72f9e47172dfb MD5sum: b472cdb25e2449cc67b8c3ea9fd113d0 Description: Free Remote Desktop Protocol library (proxy library) FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . This package contains the shared library for proxying RDP connections. Multi-Arch: same Homepage: https://www.freerdp.com/ Section: libs Priority: optional Filename: pool/main/f/freerdp3/libfreerdp-server-proxy3-3_3.5.1+dfsg1-5~bpo12+1_amd64.deb Package: libfreerdp-server3-3 Source: freerdp3 Version: 3.5.1+dfsg1-5~bpo12+1 Installed-Size: 445 Maintainer: Debian Remote Maintainers Architecture: amd64 Depends: libc6 (>= 2.14), libfreerdp3-3 (= 3.5.1+dfsg1-5~bpo12+1), libwinpr3-3 (>= 3.0.0) Size: 127160 SHA256: 004cadc6eae5d6f8bf341fac5e85d9e71270e146836ad9b4b20193804809323e SHA1: 8721b6a36f7b7e585e8a7b5bc121c93a6fa78644 MD5sum: f6e4c78f47d1b62f73ea598ce4b6df24 Description: Free Remote Desktop Protocol library (server library) FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . This package contains the shared library with common server functionality. Multi-Arch: same Homepage: https://www.freerdp.com/ Section: libs Priority: optional Filename: pool/main/f/freerdp3/libfreerdp-server3-3_3.5.1+dfsg1-5~bpo12+1_amd64.deb Package: libfreerdp-shadow-subsystem3-3 Source: freerdp3 Version: 3.5.1+dfsg1-5~bpo12+1 Installed-Size: 183 Maintainer: Debian Remote Maintainers Architecture: amd64 Depends: libc6 (>= 2.4), libfreerdp-shadow3-3 (= 3.5.1+dfsg1-5~bpo12+1), libfreerdp3-3 (>= 3.0.0), libpam0g (>= 0.99.7.1), libwinpr3-3 (>= 3.0.0), libx11-6, libxdamage1 (>= 1:1.1), libxext6, libxfixes3, libxinerama1 (>= 2:1.1.4), libxtst6 Size: 41160 SHA256: 5187a468e7b63336b733f318f12d3f6552dc8be1322f42718dec92bb346d531f SHA1: d05e4340eaf7995cac9e1d5db39242c5d1527d66 MD5sum: c8f2ac517a65a49ee3417a184252469b Description: FreeRDP Remote Desktop Protocol shadow subsystem libraries FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . This package contains the shadow subsystem libraries. Multi-Arch: same Homepage: https://www.freerdp.com/ Section: libs Priority: optional Filename: pool/main/f/freerdp3/libfreerdp-shadow-subsystem3-3_3.5.1+dfsg1-5~bpo12+1_amd64.deb Package: libfreerdp-shadow3-3 Source: freerdp3 Version: 3.5.1+dfsg1-5~bpo12+1 Installed-Size: 288 Maintainer: Debian Remote Maintainers Architecture: amd64 Depends: libc6 (>= 2.14), libfreerdp-server3-3 (= 3.5.1+dfsg1-5~bpo12+1), libfreerdp3-3 (>= 3.0.0), libwinpr-tools3-3 (= 3.5.1+dfsg1-5~bpo12+1), libwinpr3-3 (>= 3.0.0) Size: 68336 SHA256: bccdd67d34bc88989728ef1edcf3e1489617ee06b9a16872f7085b18b3b9adbc SHA1: f419a73798f742cfa1861aa92d59acf057901b4f MD5sum: aeac8b4ac17d70f60b7b606497d2e51d Description: FreeRDP Remote Desktop Protocol shadow libraries FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . This package contains the shadow libraries. Multi-Arch: same Homepage: https://www.freerdp.com/ Section: libs Priority: optional Filename: pool/main/f/freerdp3/libfreerdp-shadow3-3_3.5.1+dfsg1-5~bpo12+1_amd64.deb Package: libfreerdp3-3 Source: freerdp3 Version: 3.5.1+dfsg1-5~bpo12+1 Installed-Size: 2113 Maintainer: Debian Remote Maintainers Architecture: amd64 Depends: libavcodec59 (>= 7:5.0), libavutil57 (>= 7:5.1), libc6 (>= 2.32), libcjson1 (>= 1.7.13), libssl3 (>= 3.0.0), libswresample4 (>= 7:5.0), libswscale6 (>= 7:5.0), libwinpr3-3 (= 3.5.1+dfsg1-5~bpo12+1), libx11-6, libxkbfile1 (>= 1:1.1.0), zlib1g (>= 1:1.1.4) Suggests: freerdp3-x11 Size: 694728 SHA256: 1f0d6e64ffe58f3ba7a75689a04cf540e335d9fa702fda514c543774efc71b05 SHA1: f7a0b42b1f53160044819ed02a5d6b938a890fef MD5sum: 1ee632ef281f307ff265348d3229d35c Description: Free Remote Desktop Protocol library (core library) FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . This package contains the shared library with all core functionality. Multi-Arch: same Homepage: https://www.freerdp.com/ Section: libs Priority: optional Filename: pool/main/f/freerdp3/libfreerdp3-3_3.5.1+dfsg1-5~bpo12+1_amd64.deb Package: libgbm-dev Source: mesa Version: 24.2.4-1~bpo12+1 Installed-Size: 63 Maintainer: Debian X Strike Force Architecture: amd64 Depends: libgbm1 (= 24.2.4-1~bpo12+1) Size: 22680 SHA256: 47b1dd6b66724189f5d53f82849a04ba1817fcfcb3bac0918f63363b4b5679a1 SHA1: 15ba21aa0054ad76d32539d51a923ef662f25271 MD5sum: cc31a94df93fc715eb96ac5e1c70298c 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.4-1~bpo12+1_amd64.deb Package: libgbm1 Source: mesa Version: 24.2.4-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.4-1~bpo12+1) Size: 42620 SHA256: 3e3564f038dc2d08057a12317e69f615f9a1d540838566b633764b9bdc5ef5c7 SHA1: 6fbe9a9c5317b351b9fc4297a6f281e1c716ae49 MD5sum: 86167c9a74a3dd7002927edd91ebc983 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.4-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.4-1~bpo12+1 Installed-Size: 38 Maintainer: Debian X Strike Force Architecture: amd64 Depends: libgl-dev, libglvnd-dev Size: 18680 SHA256: 0596b1d97181b7b0c7c1cb63ee71ecdcd44737d505eeca4035de0db39abbc77c SHA1: b9b01a4d5e6109a30300e3bcd4b830f51378e346 MD5sum: fa5cdce20bc133ba295794c2fc186271 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.4-1~bpo12+1_amd64.deb Package: libgl1-mesa-dri Source: mesa Version: 24.2.4-1~bpo12+1 Installed-Size: 229 Maintainer: Debian X Strike Force Architecture: amd64 Depends: libvulkan1, libc6 (>= 2.34), libgbm1 (>= 7.11~1) Size: 44180 SHA256: 0dd1024202543dc1128e8696cde03d797586b954d73c2a89dac01cccd38bd51d SHA1: 4efe9153894c9c52e018d0fcac363e24d5caf315 MD5sum: d252fa2057d53d3007fa793768bd78dd 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.4-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.4-1~bpo12+1 Installed-Size: 253 Maintainer: Debian X Strike Force Architecture: amd64 Depends: libc6 (>= 2.34) Size: 38104 SHA256: 3abf320fd69b80efbae31a055e1648fcc0d422ac860c961f2d866be2fa8c0fd1 SHA1: 5e771337633ac0772e63aacd9405adeed7a2b9c3 MD5sum: c8cfda765d3e91da9c741a8c96cbec32 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.4-1~bpo12+1_amd64.deb Package: libgles2-mesa-dev Source: mesa Version: 24.2.4-1~bpo12+1 Installed-Size: 38 Maintainer: Debian X Strike Force Architecture: amd64 Depends: libgles-dev, libglvnd-dev Size: 18680 SHA256: 7b6b2b670f280f550c53794fd7b32894834a7ce9d52e59e9f29a892d3b15b379 SHA1: 5e3f2a238e67b29c4f99bd7a64fa0c7aeb46d5a9 MD5sum: 1e71fdbca1642db13f1f851b7c095511 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.4-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.4-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.4-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.4-1~bpo12+1), libgl1-mesa-dri Breaks: glx-diversions (<< 0.8.4~), libopengl-perl (<< 0.6704+dfsg-2) Size: 152516 SHA256: cb3b5bf4ed0d35ce75e79280b0c41fe409d74099eb64ce0f00c5d86a3f25bc5e SHA1: 6375a2c2200ac318fa397f219f8d2f52fac75d51 MD5sum: 8d2add7c98c006b756ad6ac5458bcbaf 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.4-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.11.2beta-1~bpo12+1 Installed-Size: 181 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: 52068 SHA256: cbe8fae9bce4bdd4b670fb18d40f9538973219fede7aa99a6d5baadd297cbcb0 SHA1: 46ee1f5241fc2d301a5eb58bf6e3c48dd026eac7 MD5sum: eb11e368a0654406b6baa705a58b9968 Description: Gwenhywfar GUI implementation for the FOX Toolkit Gwenhywfar allows porting of your software to different operating systems like Linux, *BSD, Windows etc. It also provides some often needed modules such as configuration file handling, simple XML file parsing, IPC etc. . This package contains a Gwenhywfar GUI implementation for the FOX Toolkit. Multi-Arch: same Homepage: https://www.aquamaniac.de/rdm/projects/gwenhywfar Section: libs Priority: optional Filename: pool/main/libg/libgwenhywfar/libgwengui-fox16-79_5.11.2beta-1~bpo12+1_amd64.deb Package: libgwengui-fox16-dev Source: libgwenhywfar Version: 5.11.2beta-1~bpo12+1 Installed-Size: 41 Maintainer: Micha Lenk Architecture: amd64 Depends: libgwenhywfar-core-dev (= 5.11.2beta-1~bpo12+1), libgwengui-fox16-79 (= 5.11.2beta-1~bpo12+1) Size: 14040 SHA256: aeb56d9ded7927238d3a1dcd4c2635d503770a4990fdb8d6c9b34bf2f96972d5 SHA1: c3f87ba33e68e701d2b9ae8bce6c6e8f1821df61 MD5sum: 645655ce08e20a6e6e1063f5e5beaf0f Description: Gwenhywfar GUI implementation for the FOX Toolkit (development files) Gwenhywfar allows porting of your software to different operating systems like Linux, *BSD, Windows etc. It also provides some often needed modules such as configuration file handling, simple XML file parsing, IPC etc. . This package contains development files of the Gwenhywfar GUI implementation for the FOX Toolkit. Multi-Arch: same Homepage: https://www.aquamaniac.de/rdm/projects/gwenhywfar Section: libdevel Priority: optional Filename: pool/main/libg/libgwenhywfar/libgwengui-fox16-dev_5.11.2beta-1~bpo12+1_amd64.deb Package: libgwengui-gtk3-79 Source: libgwenhywfar Version: 5.11.2beta-1~bpo12+1 Installed-Size: 129 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: 35336 SHA256: 63993653443f65e30b54cbd7baa1aeaba35909ee0a5b71e0544ab862c7538266 SHA1: 08acc64c9eaa81e9cf197691e4111d19ca88f7ed MD5sum: da2f1671faf12f0363b9983bd93d2dc1 Description: Gwenhywfar GUI implementation for GTK3 Gwenhywfar allows porting of your software to different operating systems like Linux, *BSD, Windows etc. It also provides some often needed modules such as configuration file handling, simple XML file parsing, IPC etc. . This package contains a Gwenhywfar GUI implementation for GTK3. Multi-Arch: same Homepage: https://www.aquamaniac.de/rdm/projects/gwenhywfar Section: libs Priority: optional Filename: pool/main/libg/libgwenhywfar/libgwengui-gtk3-79_5.11.2beta-1~bpo12+1_amd64.deb Package: libgwengui-gtk3-dev Source: libgwenhywfar Version: 5.11.2beta-1~bpo12+1 Installed-Size: 24 Maintainer: Micha Lenk Architecture: amd64 Depends: libgwenhywfar-core-dev (= 5.11.2beta-1~bpo12+1), libgwengui-gtk3-79 (= 5.11.2beta-1~bpo12+1) Size: 10760 SHA256: 119cf0d40deb40f00cb91b530fbb7d5fbc567527f854363422d57067e1cae017 SHA1: 4f613e1f72e1a3a1f47720006c5be5d7228f7a7b MD5sum: 6cc0c9299a296cf09b1be824e8aba9b6 Description: Gwenhywfar GUI implementation for GTK3 (development files) Gwenhywfar allows porting of your software to different operating systems like Linux, *BSD, Windows etc. It also provides some often needed modules such as configuration file handling, simple XML file parsing, IPC etc. . This package contains development files of the Gwenhywfar GUI implementation for GTK3. Multi-Arch: same Homepage: https://www.aquamaniac.de/rdm/projects/gwenhywfar Section: libdevel Priority: optional Filename: pool/main/libg/libgwenhywfar/libgwengui-gtk3-dev_5.11.2beta-1~bpo12+1_amd64.deb Package: libgwengui-qt5-79 Source: libgwenhywfar Version: 5.11.2beta-1~bpo12+1 Installed-Size: 128 Maintainer: Micha Lenk Architecture: amd64 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.0), libgwenhywfar79 (>= 5.2.0), libstdc++6 (>= 5) Size: 35468 SHA256: a7d61ea5a51802e4f78ab14c2a846718331f7e682881edd83f22693ef2360c43 SHA1: ed49942ca586f23eb733ba3c156614a99c213eba MD5sum: a2b232a202184a590a095b45fee601f1 Description: Gwenhywfar GUI implementation for Qt5 Gwenhywfar allows porting of your software to different operating systems like Linux, *BSD, Windows etc. It also provides some often needed modules such as configuration file handling, simple XML file parsing, IPC etc. . This package contains a Gwenhywfar GUI implementation for Qt5. Multi-Arch: same Homepage: https://www.aquamaniac.de/rdm/projects/gwenhywfar Section: libs Priority: optional Filename: pool/main/libg/libgwenhywfar/libgwengui-qt5-79_5.11.2beta-1~bpo12+1_amd64.deb Package: libgwengui-qt5-dev Source: libgwenhywfar Version: 5.11.2beta-1~bpo12+1 Installed-Size: 34 Maintainer: Micha Lenk Architecture: amd64 Depends: libgwenhywfar-core-dev (= 5.11.2beta-1~bpo12+1), libgwengui-qt5-79 (= 5.11.2beta-1~bpo12+1) Size: 12652 SHA256: b18a05ba7f39e144b0b0286f5a685db85dc4b374dfdc10afece7bc77125309d4 SHA1: 9e9be22e256db68a2676482379c179236803a2b0 MD5sum: 94550efe7a85411c3693187da6477f92 Description: Gwenhywfar GUI implementation for Qt 5 (development files) Gwenhywfar allows porting of your software to different operating systems like Linux, *BSD, Windows etc. It also provides some often needed modules such as configuration file handling, simple XML file parsing, IPC etc. . This package contains development files of the Gwenhywfar GUI implementation for Qt 5. Multi-Arch: same Homepage: https://www.aquamaniac.de/rdm/projects/gwenhywfar Section: libdevel Priority: optional Filename: pool/main/libg/libgwenhywfar/libgwengui-qt5-dev_5.11.2beta-1~bpo12+1_amd64.deb Package: libgwenhywfar-core-dev Source: libgwenhywfar Version: 5.11.2beta-1~bpo12+1 Installed-Size: 993 Maintainer: Micha Lenk Architecture: amd64 Depends: libgwenhywfar79 (= 5.11.2beta-1~bpo12+1) Suggests: libgwenhywfar-doc Size: 131644 SHA256: eb5a852b1f0e8b6fb55784c2d6eed5f5b0524b751aad6137281ea2def47fad9f SHA1: 1c717f57fb5e9df62d3ab59641cd95bb406da271 MD5sum: 797e138568f47f1a5e432952e35ddd6d Description: OS abstraction layer (core development files) Gwenhywfar allows porting of your software to different operating systems like Linux, *BSD, Windows etc. It also provides some often needed modules such as configuration file handling, simple XML file parsing, IPC etc. . This package contains the core development files without GUI components. Multi-Arch: same Homepage: https://www.aquamaniac.de/rdm/projects/gwenhywfar Section: libdevel Priority: optional Filename: pool/main/libg/libgwenhywfar/libgwenhywfar-core-dev_5.11.2beta-1~bpo12+1_amd64.deb Package: libgwenhywfar-data Source: libgwenhywfar Version: 5.11.2beta-1~bpo12+1 Installed-Size: 216 Maintainer: Micha Lenk Architecture: all Depends: ca-certificates Recommends: libgwenhywfar79 Size: 30388 SHA256: 99006a55de7471fdd2fab2d3179cc108c9c4469ce1dc263df41405eeed2cbb48 SHA1: d6c948ae02c2b5dc67762873e683de60e99a4848 MD5sum: 1997980750bcd8221fe865162e0a94fe Description: OS abstraction layer - data files Gwenhywfar allows porting of your software to different operating systems like Linux, *BSD, Windows etc. It also provides some often needed modules such as configuration file handling, simple XML file parsing, IPC etc. . This package contains data files needed by Gwenhywfar. Multi-Arch: foreign Homepage: https://www.aquamaniac.de/rdm/projects/gwenhywfar Section: libs Priority: optional Filename: pool/main/libg/libgwenhywfar/libgwenhywfar-data_5.11.2beta-1~bpo12+1_all.deb Package: libgwenhywfar-doc Source: libgwenhywfar Version: 5.11.2beta-1~bpo12+1 Installed-Size: 19130 Maintainer: Micha Lenk Architecture: all Depends: libjs-jquery Enhances: libgwenhywfar-dev Size: 995460 SHA256: ea4244d9f7dcb1f3881fe87ecab3c597f90dd2da1914d8f2f95d05080d363600 SHA1: e38fbdedc4d32b2c7c0b702e5d219496376d4169 MD5sum: 81ad34b2a8dd57efc7308928b42a571d Description: OS abstraction layer (API documentation) Gwenhywfar allows porting of your software to different operating systems like Linux, *BSD, Windows etc. It also provides some often needed modules such as configuration file handling, simple XML file parsing, IPC etc. . This package contains the API documentation. Multi-Arch: foreign Homepage: https://www.aquamaniac.de/rdm/projects/gwenhywfar Section: doc Priority: optional Filename: pool/main/libg/libgwenhywfar/libgwenhywfar-doc_5.11.2beta-1~bpo12+1_all.deb Package: libgwenhywfar79 Source: libgwenhywfar Version: 5.11.2beta-1~bpo12+1 Installed-Size: 1831 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.11.2beta-1~bpo12+1) Suggests: gwenhywfar-tools Size: 501948 SHA256: a3ae086f8f39f63a2218dc9b76fe3e2980842ce6789178213a78e3d3b420e602 SHA1: d5f7000db18d2b964bd3d3ef1f518fb515d93228 MD5sum: 1d1e4646568e602f3d4269dd06e34ee2 Description: OS abstraction layer Gwenhywfar allows porting of your software to different operating systems like Linux, *BSD, Windows etc. It also provides some often needed modules such as configuration file handling, simple XML file parsing, IPC etc. Multi-Arch: same Homepage: https://www.aquamaniac.de/rdm/projects/gwenhywfar Section: libs Priority: optional Filename: pool/main/libg/libgwenhywfar/libgwenhywfar79_5.11.2beta-1~bpo12+1_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 Maintai