Package: aapt Source: android-platform-frameworks-base (1:14~beta1-2) Version: 1:14~beta1-2+b1 Installed-Size: 127 Maintainer: Android Tools Maintainers Architecture: arm64 Depends: android-libaapt, android-libandroidfw, android-libbase (>= 34.0.4), android-libutils (>= 34.0.4), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1) Size: 40740 SHA256: 55210e2a8d58695bc87ebb1ebfd500f152a69a0775d53e5b91a87181b46c54d9 SHA1: da4bae4f5098eb87a256f58b84e52f59817bf46e MD5sum: 30c20a527403e0fb6f36304c502f74c8 Description: Android Asset Packaging Tool The Android Asset Packaging Tool (aapt) takes your application resource files, such as the AndroidManifest.xml file and the XML files for your Activities, and compiles them. An R.java is also produced so you can reference your resources from your Java code. This tool allows you to view, create, and update Zip-compatible archives (zip, jar, apk). It can also compile resources into binary assets. Multi-Arch: foreign Homepage: https://android.googlesource.com/platform/frameworks/base Section: devel Priority: optional Filename: pool/main/a/android-platform-frameworks-base/aapt_14~beta1-2+b1_arm64.deb Package: adb Source: android-platform-tools (34.0.4-1) Version: 1:34.0.4-1 Installed-Size: 722 Maintainer: Android Tools Maintainers Architecture: arm64 Provides: android-tools-adb Depends: android-libbase (>= 34.0.4), android-libboringssl (>= 13.0.0+r24), android-libcutils (= 1:34.0.4-1), android-liblog (>= 34.0.4), android-libziparchive (>= 34.0.4), libbrotli1 (>= 0.6.0), libc6 (>= 2.34), libgcc-s1 (>= 3.0), liblz4-1 (>= 0.0~r130), libprotobuf32 (>= 3.21.12), libstdc++6 (>= 13.1), libusb-1.0-0 (>= 2:1.0.16), libzstd1 (>= 1.5.5) Recommends: android-sdk-platform-tools-common (>= 28.0.2~) Size: 240392 SHA256: 8125473fd94888f55a8ab2c9c5b74a22e7642a991176b471709048b289f6b113 SHA1: 91e169f08e9ccc56ef13f687722e3321b8ddee2b MD5sum: f9e1fc952dd976a6a9f061e581860d6b 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: devel Priority: optional Filename: pool/main/a/android-platform-tools/adb_34.0.4-1_arm64.deb Package: aidl Source: android-platform-system-tools-aidl Version: 1:10.0.0+r36-4 Installed-Size: 1042 Maintainer: Android Tools Maintainers Architecture: arm64 Depends: android-libbase (>= 1:10.0.0+r36), android-libcutils (>= 1:10.0.0+r36), libatomic1 (>= 4.8), libc6 (>= 2.32), libgcc-s1 (>= 3.0), libstdc++6 (>= 11) Size: 272864 SHA256: 89be4e6bd466bd8ece2003566165c7ccf2043f01fa61dadcd60535c89e6816cf SHA1: ee7f1498ed5cf79cdaf37d39f886b63cca99fe29 MD5sum: ccfbbc187b2390e63a25282ee10a6a3d Description: Binder generator of AIDL interfaces aidl is a utility to generate Java and/or C++ code from Android's Android Interface Definition Language (AIDL). AIDL is similar to other IDLs you might have worked with. It allows you to define the programming interface that both the client and service agree upon in order to communicate with each other using interprocess communication (IPC). On Android, one process cannot normally access the memory of another process. So to talk, they need to decompose their objects into primitives that the operating system can understand, and marshall the objects across that boundary for you. The code to do that marshalling is tedious to write, so Android handles it for you with AIDL. This package provides two tools: . * "aidl" which generates Java bindings. * "aidl-cpp" which generates C++ bindings. . For more info, see: https://developer.android.com/guide/components/aidl.html Homepage: https://android.googlesource.com/platform/system/tools/aidl Section: devel Priority: optional Filename: pool/main/a/android-platform-system-tools-aidl/aidl_10.0.0+r36-4_arm64.deb Package: aircrack-ng Version: 1:1.7-5 Installed-Size: 2869 Maintainer: Debian Security Tools Architecture: arm64 Depends: ethtool, hwloc, iw, rfkill, usbutils, wireless-tools, python3:any, libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgcrypt20 (>= 1.10.0), libhwloc15 (>= 2.8.0), libnl-3-200 (>= 3.2.7), libnl-genl-3-200 (>= 3.2.7), libpcap0.8 (>= 0.9.8), libpcre3, libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 5), zlib1g (>= 1:1.1.4) Recommends: ieee-data, iproute2 Suggests: gpsd Size: 494964 SHA256: e50453a3ed83e8ae2b56f9dd44df000f447da7936c3038152b0af09d93fb277c SHA1: 25e6f525fe8937eb8d34bedb4d1abeae0b1a0269 MD5sum: 7f48b91f9d6628febd9974d913f1f4fc Description: wireless WEP/WPA cracking utilities aircrack-ng is an 802.11a/b/g WEP/WPA cracking program that can recover a 40-bit, 104-bit, 256-bit or 512-bit WEP key once enough encrypted packets have been gathered. Also it can attack WPA1/2 networks with some advanced methods or simply by brute force. . It implements the standard FMS attack along with some optimizations, thus making the attack much faster compared to other WEP cracking tools. It can also fully use a multiprocessor system to its full power in order to speed up the cracking process. . aircrack-ng is a fork of aircrack, as that project has been stopped by the upstream maintainer. Homepage: https://www.aircrack-ng.org/ Tag: implemented-in::c, interface::commandline, interface::text-mode, network::scanner, role::program, scope::application, scope::utility, security::authentication, security::cryptography, use::scanning Section: net Priority: optional Filename: pool/main/a/aircrack-ng/aircrack-ng_1.7-5_arm64.deb Package: airgraph-ng Source: aircrack-ng Version: 1:1.7-5 Installed-Size: 106 Maintainer: Debian Security Tools Architecture: all Depends: graphviz, python3:any Recommends: aircrack-ng Size: 47576 SHA256: b1ec8ede87f9eb122cbdf028a44da9a82193a9a50c5c04d0ba5114ce810c805c SHA1: befea172ee401cf88316d5c85e299758edc6b329 MD5sum: 75a2832634360572a39aebbd4cf188c4 Description: Tool to graph txt files created by aircrack-ng airgraph-ng is a tool to create a graph ouf of the txt file created by airodump with its -w option. The graph shows the relationships between the clients and the access points. Homepage: https://www.aircrack-ng.org/ Section: net Priority: optional Filename: pool/main/a/aircrack-ng/airgraph-ng_1.7-5_all.deb Package: android-framework-res Source: android-platform-frameworks-base Version: 1:14~beta1-2 Installed-Size: 57471 Maintainer: Android Tools Maintainers Architecture: all Size: 18770420 SHA256: b454b30f2ead00b4cb5067143415b9a851c939274e058b2a4604fa852f651797 SHA1: 390e0187f39739d6f85ab5f47cf50fe0b27aac6b MD5sum: 3441339ad9a3697963c987fb9aa2b521 Description: Android platform framework resources This package provides the Android framework resources in an apk file, framework-res.apk Multi-Arch: foreign Homepage: https://android.googlesource.com/platform/frameworks/base Section: devel Priority: optional Filename: pool/main/a/android-platform-frameworks-base/android-framework-res_14~beta1-2_all.deb Package: android-libaapt Source: android-platform-frameworks-base (1:14~beta1-2) Version: 1:14~beta1-2+b1 Installed-Size: 3199 Maintainer: Android Tools Maintainers Architecture: arm64 Depends: android-libandroidfw, android-libbase (>= 34.0.4), android-liblog (>= 34.0.4), android-libutils (>= 34.0.4), libc6 (>= 2.34), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.0), libpng16-16 (>= 1.6.2), libprotobuf32 (>= 3.21.12), libstdc++6 (>= 13.1), zlib1g (>= 1:1.1.4) Size: 787872 SHA256: 04fa8ae2cc8a79756b696a85d5fd80955a03e632201729feb4e3d3d4948338bb SHA1: ae89d16c0a308fcbc05306397f8afe22610a60bb MD5sum: 4d72edf466927766aba9f7206a159156 Description: Android Asset Packaging Tool - Shared library The Android Asset Packaging Tool (aapt) takes your application resource files, such as the AndroidManifest.xml file and the XML files for your Activities, and compiles them. An R.java is also produced so you can reference your resources from your Java code. This tool allows you to view, create, and update Zip-compatible archives (zip, jar, apk). It can also compile resources into binary assets. . This package contains the shared library. Multi-Arch: same Homepage: https://android.googlesource.com/platform/frameworks/base Section: devel Priority: optional Filename: pool/main/a/android-platform-frameworks-base/android-libaapt_14~beta1-2+b1_arm64.deb Package: android-libandroidfw Source: android-platform-frameworks-base (1:14~beta1-2) Version: 1:14~beta1-2+b1 Installed-Size: 501 Maintainer: Android Tools Maintainers Architecture: arm64 Depends: android-libbase (>= 34.0.4), android-liblog (>= 34.0.4), android-libutils (>= 1:34), android-libziparchive (>= 34.0.4), libc6 (>= 2.33), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1), zlib1g (>= 1:1.1.4) Size: 154540 SHA256: bc3b0602cadfa369474994e27d34d4bca9c8afb1f9562a1bda1413a39508938d SHA1: dd6f75fd5cfd18f072dcdff612ddecb67404fcb1 MD5sum: 85c0976248f9dd4df9eea23457a2c627 Description: Android utility library Library providing utility functions to Android related tools. This is needed purely to get various Android utilities working. In the Google builds of the Android SDK, this library is statically linked, but in the Debian packaging, it is a private shared library. Multi-Arch: same Homepage: https://android.googlesource.com/platform/frameworks/base Tag: role::shared-lib Section: libs Priority: optional Filename: pool/main/a/android-platform-frameworks-base/android-libandroidfw_14~beta1-2+b1_arm64.deb Package: android-libandroidfw-dev Source: android-platform-frameworks-base (1:14~beta1-2) Version: 1:14~beta1-2+b1 Installed-Size: 277 Maintainer: Android Tools Maintainers Architecture: arm64 Replaces: android-libandroidfw (<< 21-2~) Depends: android-libandroidfw (= 1:14~beta1-2+b1), android-libutils-dev (>= 1:34), android-platform-frameworks-native-headers (>= 1:34) Breaks: android-libandroidfw (<< 21-2~) Size: 57564 SHA256: d7d6258dce7cd88d48ef4da567757f41141040f7fed1407aab9b8cacb7d1666e SHA1: 0c3d7835df0a71b89ba0d3563af661f696bc8f34 MD5sum: 58d5ac8700db014d0c163993716e9f9f Description: Android utility library - Development files Library providing utility functions to Android related tools. This is needed purely to get various Android utilities working. In the Google builds of the Android SDK, this library is statically linked, but in the Debian packaging, it is a private shared library. . This package contains the development files. Multi-Arch: foreign Homepage: https://android.googlesource.com/platform/frameworks/base Tag: devel::library, role::devel-lib Section: libdevel Priority: optional Filename: pool/main/a/android-platform-frameworks-base/android-libandroidfw-dev_14~beta1-2+b1_arm64.deb Package: android-libart Source: android-platform-art (14.0.0+r15-1) Version: 14.0.0+r15-1+b1 Installed-Size: 8850 Maintainer: Android Tools Maintainers Architecture: arm64 Depends: libc6 (>= 2.35), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1) Size: 1959180 SHA256: d7f4b9075a47025fe55b974cf0d507ad24480424720fe9f0e3b7a05de5d5552a SHA1: f103469a3396e7adcc5a78958e9774159b91405a MD5sum: 27b4b9f64239bb03f01b6fdeb96ed3b1 Description: Android Runtime Android Runtime (ART) is the managed runtime used by applications and some system services on Android. ART and its predecessor Dalvik were originally created specifically for the Android project. ART as the runtime executes the Dalvik Executable format and DEX bytecode specification. . This package provides `libart` and `libsigchain`. . This library is only used by Android SDK and uses a customized RPATH. Multi-Arch: same Homepage: https://android.googlesource.com/platform/art Section: devel Priority: optional Filename: pool/main/a/android-platform-art/android-libart_14.0.0+r15-1+b1_arm64.deb Package: android-libbacktrace Source: android-platform-tools (34.0.4-1) Version: 1:34.0.4-1 Installed-Size: 734 Maintainer: Android Tools Maintainers Architecture: arm64 Depends: android-libbase (= 1:34.0.4-1), android-liblog (>= 34.0.4), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 13) Breaks: android-libbacktrace-dev (<< 1:33) Size: 199680 SHA256: ed17b8eeacd67e8183d5e5c8efa754417475d66c24d47cdba6b4d8cf89efc8b5 SHA1: ae509eb7115bc179cb6d1842275c8d0a9a97a6d6 MD5sum: 48a9e2cee953937a2934d8ad374af175 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 Tag: role::shared-lib Section: libs Priority: optional Filename: pool/main/a/android-platform-tools/android-libbacktrace_34.0.4-1_arm64.deb Package: android-libbacktrace-dev Source: android-platform-tools (34.0.4-1) Version: 1:34.0.4-1 Installed-Size: 63 Maintainer: Android Tools Maintainers Architecture: arm64 Replaces: android-libbacktrace (<< 1:33) Depends: android-libbacktrace (= 1:34.0.4-1) Breaks: android-libbacktrace (<< 1:33) Size: 20036 SHA256: 66d2a5d5bd6a2f262c785ecfd0b058ecb66ebd55d76b14a52c445027c0111899 SHA1: 912124f15d43c380293b816e43cd2e9168e3f676 MD5sum: 8df83083b49b197ecc24dbea4fa9ab09 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 Tag: devel::library, role::devel-lib Section: libdevel Priority: optional Filename: pool/main/a/android-platform-tools/android-libbacktrace-dev_34.0.4-1_arm64.deb Package: android-libbase Source: android-platform-tools (34.0.4-1) Version: 1:34.0.4-1 Installed-Size: 347 Maintainer: Android Tools Maintainers Architecture: arm64 Depends: android-liblog (= 1:34.0.4-1), libc6 (>= 2.34), libgcc-s1 (>= 4.5), libstdc++6 (>= 13.1) Breaks: android-libbase-dev (<< 1:33) Size: 89704 SHA256: 2af9d8a048da652e1173e2eb592d7ca83d3ddc145bdc8bc3965e2e45ef5f9de0 SHA1: 71769aca20f8b089e6b5212390232cdce5836ce7 MD5sum: 4a0cd7b73532c6fcba59e0900515f078 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 Tag: role::shared-lib Section: libs Priority: optional Filename: pool/main/a/android-platform-tools/android-libbase_34.0.4-1_arm64.deb Package: android-libbase-dev Source: android-platform-tools (34.0.4-1) Version: 1:34.0.4-1 Installed-Size: 687 Maintainer: Android Tools Maintainers Architecture: arm64 Replaces: android-libbase (<< 1:33) Depends: android-libbase (= 1:34.0.4-1), android-liblog-dev (= 1:34.0.4-1) Breaks: android-libbase (<< 1:33) Size: 142136 SHA256: 02bfdf68a36f5c35d998011b3b483d7242706631df847659db7b8948c3e3fbf9 SHA1: 0360b9ac8be5899fd8a8f48a0007982f53c59708 MD5sum: 1202caf9907bf7dfefa1e98c61275618 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 Tag: devel::library, role::devel-lib Section: libdevel Priority: optional Filename: pool/main/a/android-platform-tools/android-libbase-dev_34.0.4-1_arm64.deb Package: android-libcutils Source: android-platform-tools (34.0.4-1) Version: 1:34.0.4-1 Installed-Size: 121 Maintainer: Android Tools Maintainers Architecture: arm64 Depends: android-libbase (= 1:34.0.4-1), android-liblog (>= 34.0.4), libc6 (>= 2.33), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1), libbsd0 Breaks: android-libcutils-dev (<< 1:33) Size: 37828 SHA256: 997b7c5be4f8253def7cc07b8c2087025ce58c03c185387ce79070ccdc63dc8c SHA1: 5b5852d493633092b3ebfb64e9b49b806a783a84 MD5sum: 99a0e70ca22368022455bc38da530677 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 Tag: role::shared-lib Section: libs Priority: optional Filename: pool/main/a/android-platform-tools/android-libcutils_34.0.4-1_arm64.deb Package: android-libcutils-dev Source: android-platform-tools (34.0.4-1) Version: 1:34.0.4-1 Installed-Size: 144 Maintainer: Android Tools Maintainers Architecture: arm64 Replaces: android-libcutils (<< 1:33) Depends: android-libcutils (= 1:34.0.4-1), android-libbase-dev (= 1:34.0.4-1), android-platform-system-core-headers (= 1:34.0.4-1), libbsd-dev Breaks: android-libcutils (<< 1:33) Size: 33112 SHA256: 2d461b7b975d44677be0d0f85b30aebeb74d5256ef3ff2494c8d950ffcb01088 SHA1: d93574efa07aa05ff423ead37bf8748eb079b35c MD5sum: 0fde2b0f5aed4d7f85406a2dee6be8d0 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 Tag: devel::library, role::devel-lib Section: libdevel Priority: optional Filename: pool/main/a/android-platform-tools/android-libcutils-dev_34.0.4-1_arm64.deb Package: android-liblog Source: android-platform-tools (34.0.4-1) Version: 1:34.0.4-1 Installed-Size: 111 Maintainer: Android Tools Maintainers Architecture: arm64 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 13) Breaks: android-liblog-dev (<< 1:33) Size: 36868 SHA256: 1ee49abeeeadb516caa86b9175ee41806a04b72935eca3b95275ae606694685b SHA1: 9ca035f2e54248eecd18406961be65f3af54dd2b MD5sum: d6c7332b283c15c75763b5edc9cc899b 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 Tag: role::shared-lib Section: libs Priority: optional Filename: pool/main/a/android-platform-tools/android-liblog_34.0.4-1_arm64.deb Package: android-liblog-dev Source: android-platform-tools (34.0.4-1) Version: 1:34.0.4-1 Installed-Size: 136 Maintainer: Android Tools Maintainers Architecture: arm64 Replaces: android-liblog (<< 1:33) Depends: android-liblog (= 1:34.0.4-1) Breaks: android-liblog (<< 1:33) Size: 33964 SHA256: 3ad12d6f455e4e7b0bb0d02e4894eaf300bfaab852ad5d69df607cd8d3dea87b SHA1: 9d7e7cb30258424927ef62cb5fb445acd4d32223 MD5sum: ea12b8ccc42460fef73a1bb9c5e6ce20 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 Tag: devel::library, role::devel-lib Section: libdevel Priority: optional Filename: pool/main/a/android-platform-tools/android-liblog-dev_34.0.4-1_arm64.deb Package: android-libnativebridge Source: android-platform-art (14.0.0+r15-1) Version: 1:14.0.0+r15-1+b1 Installed-Size: 40 Maintainer: Android Tools Maintainers Architecture: arm64 Depends: android-liblog (>= 1:34), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 4.1.1) Size: 14688 SHA256: eb10dc5430e49274dd616cf5f1d28519c3cbb10f0457eefe14ab010ed8987e32 SHA1: e7888b0d24c8636f20d69af5bd29d1a7814f68f3 MD5sum: aa2c336dc11d9b3ebe27a5b53e236544 Description: Android native bridge library This library is only used by Android SDK currently. Multi-Arch: same Homepage: https://android.googlesource.com/platform/art Tag: role::shared-lib Section: libs Priority: optional Filename: pool/main/a/android-platform-art/android-libnativebridge_14.0.0+r15-1+b1_arm64.deb Package: android-libnativehelper Source: android-platform-tools Version: 34.0.4-1 Installed-Size: 84 Maintainer: Android Tools Maintainers Architecture: arm64 Replaces: android-libnativehelper-dev (<< 33) Depends: android-liblog (= 1:34.0.4-1), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 4.1.1) Breaks: android-libnativehelper-dev (<< 33) Size: 24232 SHA256: 4909bbe3e27ea1e8d17370271abe53aa2049ee48663b4e2db63c42c4b5345685 SHA1: fe2a9d54938d62adcf89fa6e4b2cf72124560966 MD5sum: db441b68d7278fa347c30db0198bc8b3 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 Tag: role::shared-lib Section: libs Priority: optional Filename: pool/main/a/android-platform-tools/android-libnativehelper_34.0.4-1_arm64.deb Package: android-libnativehelper-dev Source: android-platform-tools Version: 34.0.4-1 Installed-Size: 235 Maintainer: Android Tools Maintainers Architecture: arm64 Replaces: android-libnativehelper (<< 33) Depends: android-libnativehelper (= 34.0.4-1) Breaks: android-libnativehelper (<< 33) Size: 49740 SHA256: 690a7453bd3ef4734e910cdb172af27208c8d18bcd1012846a008b2f55db3eb0 SHA1: 90a0f79a85073d96418aae6dc53179e40f1dc177 MD5sum: 85099b66cd117adba377917a582e178d 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 Tag: role::shared-lib Section: libs Priority: optional Filename: pool/main/a/android-platform-tools/android-libnativehelper-dev_34.0.4-1_arm64.deb Package: android-libnativeloader Source: android-platform-art (14.0.0+r15-1) Version: 1:14.0.0+r15-1+b1 Installed-Size: 34 Maintainer: Android Tools Maintainers Architecture: arm64 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 13), android-libnativebridge (= 1:14.0.0+r15-1+b1) Size: 12816 SHA256: 0a27496a0c6c6bf5490a586d6d429425acaf38892fc14296b39dcc50ff28a821 SHA1: 4b57a2d53a133843d85e0fb4bf6319c1c033dbb9 MD5sum: 7d617b59a617eab71f5ebd2533eeaa1f Description: Android native loader library This library is only used by Android SDK currently. Multi-Arch: same Homepage: https://android.googlesource.com/platform/art Tag: role::shared-lib Section: libs Priority: optional Filename: pool/main/a/android-platform-art/android-libnativeloader_14.0.0+r15-1+b1_arm64.deb Package: android-libsparse Source: android-platform-tools (34.0.4-1) Version: 1:34.0.4-1 Installed-Size: 102 Maintainer: Android Tools Maintainers Architecture: arm64 Depends: android-libbase (= 1:34.0.4-1), libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 4.1.1), zlib1g (>= 1:1.2.3.4) Breaks: android-libsparse-dev (<< 1:33) Size: 33632 SHA256: c696d12d689b3de3c77807feea1cd44976222bcc59d160937543b347e644dda2 SHA1: bc4ab32b771449e8dcaa0ba88f9a50e79747ebec MD5sum: f7edab17a1363d0295b5d39c638e140c 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 Tag: role::shared-lib Section: libs Priority: optional Filename: pool/main/a/android-platform-tools/android-libsparse_34.0.4-1_arm64.deb Package: android-libsparse-dev Source: android-platform-tools (34.0.4-1) Version: 1:34.0.4-1 Installed-Size: 78 Maintainer: Android Tools Maintainers Architecture: arm64 Replaces: android-libsparse (<< 1:33) Depends: android-libsparse (= 1:34.0.4-1) Breaks: android-libsparse (<< 1:33) Size: 22900 SHA256: b9b7933e8f8430cb15ef7911edb3a03c92efb61d0053f6b76b93d69432a8527a SHA1: 3854414b46b85f4d65fd53b2e16da59c71f25f44 MD5sum: fc0eba82fbcbd8c53ed934466ecedca1 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 Tag: devel::library, role::devel-lib Section: libdevel Priority: optional Filename: pool/main/a/android-platform-tools/android-libsparse-dev_34.0.4-1_arm64.deb Package: android-libutils Source: android-platform-tools (34.0.4-1) Version: 1:34.0.4-1 Installed-Size: 183 Maintainer: Android Tools Maintainers Architecture: arm64 Depends: android-libbacktrace (= 1:34.0.4-1), android-libcutils (= 1:34.0.4-1), android-liblog (>= 34.0.4), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1) Breaks: android-libutils-dev (<< 1:33) Size: 54180 SHA256: 961e0e08cfaf8d9d1d5ba12577849b3de02362c568f5d6fd74945405c6a47077 SHA1: aab997e73dc82ec75861acac894b37eddced6af4 MD5sum: 0e0be7af9db9462e54ae36a11e5cbef8 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 Tag: role::shared-lib Section: libs Priority: optional Filename: pool/main/a/android-platform-tools/android-libutils_34.0.4-1_arm64.deb Package: android-libutils-dev Source: android-platform-tools (34.0.4-1) Version: 1:34.0.4-1 Installed-Size: 356 Maintainer: Android Tools Maintainers Architecture: arm64 Replaces: android-libutils (<< 1:33) Depends: android-libbacktrace-dev (= 1:34.0.4-1), android-libcutils-dev (= 1:34.0.4-1), android-libutils (= 1:34.0.4-1), android-platform-system-core-headers (= 1:34.0.4-1) Breaks: android-libutils (<< 1:33) Size: 68504 SHA256: ba098448e7b5950c583b69e1efab5bf1b0878f88604fc724b768cfe54733201b SHA1: 8c272d2057ac7355d0d307754d22e2c5d6560b84 MD5sum: 0cf6b447ef9b3a48c07529f09faa67e3 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 Tag: devel::library, role::devel-lib Section: libdevel Priority: optional Filename: pool/main/a/android-platform-tools/android-libutils-dev_34.0.4-1_arm64.deb Package: android-libziparchive Source: android-platform-tools (34.0.4-1) Version: 1:34.0.4-1 Installed-Size: 144 Maintainer: Android Tools Maintainers Architecture: arm64 Depends: android-libbase (= 1:34.0.4-1), android-liblog (>= 34.0.4), libc6 (>= 2.33), libgcc-s1 (>= 3.0), libstdc++6 (>= 13), zlib1g (>= 1:1.1.4) Breaks: android-libziparchive-dev (<< 1:33) Size: 46172 SHA256: 458e63324ddae71f3c237e67e55e8236ffb6d9d2af435f1abbca59e9385560a5 SHA1: bab662e40e18970408b5fa035d8ca34f29e8b59b MD5sum: cc796809b85d9e67aa6061e14bf11410 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 Tag: role::shared-lib Section: libs Priority: optional Filename: pool/main/a/android-platform-tools/android-libziparchive_34.0.4-1_arm64.deb Package: android-libziparchive-dev Source: android-platform-tools (34.0.4-1) Version: 1:34.0.4-1 Installed-Size: 87 Maintainer: Android Tools Maintainers Architecture: arm64 Replaces: android-libziparchive (<< 1:33) Depends: android-libziparchive (= 1:34.0.4-1), libgtest-dev Breaks: android-libziparchive (<< 1:33) Size: 25880 SHA256: 5c22bc79e433673c740c9b486d98eb54fc29db56d8900501d163e2560e33c895 SHA1: 80724d1c1b7914cc8106c3cb890e7a60d9c8af48 MD5sum: da89eeff269418187563ea77976fed6a 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 Tag: devel::library, role::devel-lib Section: libdevel Priority: optional Filename: pool/main/a/android-platform-tools/android-libziparchive-dev_34.0.4-1_arm64.deb Package: android-logtags-tools Source: android-platform-build Version: 1:10.0.0+r36-1 Installed-Size: 46 Maintainer: Android Tools Maintainers Architecture: all Depends: python3 Size: 17512 SHA256: 4f67c13a31d084c00f6b37261c54bebadc00b282fe367d48bf4bf8e9b7338206 SHA1: a6881975c4b079c287db4af1b4ab1464a2e556eb MD5sum: 0657302b55d4e5608bd4e8ea5c724ed7 Description: Tools from AOSP that process event-log-tags files This package contains Python scripts from AOSP repository platform/build that process event-log-tags (.logtags) files. It contains: * java-event-log-tags * merge-event-log-tags They are used in the process of building the Android platform framework "android.jar". Homepage: https://android.googlesource.com/platform/build Section: devel Priority: optional Filename: pool/main/a/android-platform-build/android-logtags-tools_10.0.0+r36-1_all.deb Package: android-platform-frameworks-native-headers Source: android-platform-tools (34.0.4-1) Version: 1:34.0.4-1 Installed-Size: 724 Maintainer: Android Tools Maintainers Architecture: all Size: 129756 SHA256: 22082296ffc5c1e9a890e746a7065bab43a9b79fcea66a69b407854bc48909a9 SHA1: a36951494aa0101b9d9e351fb4d3cf029a0d7a9d MD5sum: 4d760d3d8f4f57471bb3e5a6e177eff2 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 Tag: devel::library, role::devel-lib Section: libdevel Priority: optional Filename: pool/main/a/android-platform-tools/android-platform-frameworks-native-headers_34.0.4-1_all.deb Package: android-platform-system-core-headers Source: android-platform-tools (34.0.4-1) Version: 1:34.0.4-1 Installed-Size: 475 Maintainer: Android Tools Maintainers Architecture: all Breaks: android-libunwind-dev (<< 10.0.0+r36-5) Size: 88620 SHA256: 4571ecd83ad20385542b4e17b25eeff10badfb214187e963d732c8431a64da07 SHA1: bc7167de72ca40af5fe017d88daff2207177f49d MD5sum: e3d70c7bb784b90a2034b4c07bc2ae22 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 Tag: devel::library, role::devel-lib Section: libdevel Priority: optional Filename: pool/main/a/android-platform-tools/android-platform-system-core-headers_34.0.4-1_all.deb Package: android-sdk Source: android-sdk-meta Version: 28.0.2+9 Installed-Size: 29 Maintainer: Android Tools Maintainers Architecture: arm64 Depends: android-sdk-build-tools, android-sdk-common (>= 28.0.2+9), android-sdk-platform-tools, proguard-cli Recommends: gradle, default-jdk-headless Suggests: android-sdk-platform-23, maven, proguard-gui Size: 4012 SHA256: c19b0b908820c4f7e7d0bb388619e36701186c03a34bed5249106844517a146b SHA1: 0c3c221344552553a8a4d9a528506d19bfa094e1 MD5sum: db5e82bda9e8067da6f4d8387c1c8405 Description: Software development kit for Android platform The Android SDK includes a variety of tools that help you develop mobile applications for the Android platform. The tools are classified into 3 groups: SDK Tools, Platform-tools and Build-tools. . SDK Tools are platform independent and are required no matter which Android platform you are developing on. It is the base toolset of Android SDK. . This metapackage pulls the entire Android SDK. Section: metapackages Priority: optional Filename: pool/main/a/android-sdk-meta/android-sdk_28.0.2+9_arm64.deb Package: android-sdk-build-tools Source: android-sdk-meta (28.0.2+9) Version: 29.0.3+9 Installed-Size: 15 Maintainer: Android Tools Maintainers Architecture: arm64 Depends: android-sdk-build-tools-common (>= 28.0.2+9), aapt (>= 1:10.0.0+r36~), aidl (>= 1:10.0.0+r36~), apksigner, split-select (>= 1:10.0.0+r36~), zipalign (>= 1:10.0.0+r36~) Size: 3452 SHA256: 5c499a69ae20e4a554ebda511a7e797b45c98f2f1608cdf42306e5ff1f8819b3 SHA1: 81eaaf90bcafba376ce805ba58708fb3806d43fd MD5sum: 5856cb891696c95cc27558ac6af9bdfd Description: Tools for building Android applications The Android SDK includes a variety of tools that help you develop mobile applications for the Android platform. The tools are classified into 3 groups: SDK Tools, Platform-tools and Build-tools. . Build-tools is a component of the Android SDK required for building Android application code. . This package pulls Android SDK Build-tool. Section: metapackages Priority: optional Filename: pool/main/a/android-sdk-meta/android-sdk-build-tools_29.0.3+9_arm64.deb Package: android-sdk-build-tools-common Source: android-sdk-meta (28.0.2+9) Version: 29.0.3+9 Installed-Size: 20 Maintainer: Android Tools Maintainers Architecture: all Size: 4196 SHA256: fd8bdaf9c303b50b30a7c149aad12949c6736b4f28fdff4488f8003332066d6f SHA1: 019c3383993a1d94b46a816f201d087fa6673ea8 MD5sum: fccc28cc79c1d1257a5816f93948374c Description: Tools for building Android applications - Common files The Android SDK includes a variety of tools that help you develop mobile applications for the Android platform. The tools are classified into 3 groups: SDK Tools, Platform-tools and Build-tools. . Build-tools is a component of the Android SDK required for building Android application code. . This package provides common files of Android SDK Build-tools. Multi-Arch: foreign Section: devel Priority: optional Filename: pool/main/a/android-sdk-meta/android-sdk-build-tools-common_29.0.3+9_all.deb Package: android-sdk-common Source: android-sdk-meta Version: 28.0.2+9 Installed-Size: 25 Maintainer: Android Tools Maintainers Architecture: all Size: 5784 SHA256: bf64032b0de93912be713f0fd6f34a9a86b5557c6ec1f54ec742d34b4c4c1509 SHA1: 6ea7a7a4299eeeec2cbc0e9b060269ea98b821e9 MD5sum: d68aa9414cb765f2c1483c3dc082060f Description: Common files of Android SDK base toolset The Android SDK includes a variety of tools that help you develop mobile applications for the Android platform. The tools are classified into 3 groups: SDK Tools, Platform-tools and Build-tools. . SDK Tools are platform independent and are required no matter which Android platform you are developing on. It is the base toolset of Android SDK. . This package provides common files of Android SDK Tools. Multi-Arch: foreign Section: devel Priority: optional Filename: pool/main/a/android-sdk-meta/android-sdk-common_28.0.2+9_all.deb Package: android-sdk-libsparse-utils Source: android-platform-tools (34.0.4-1) Version: 1:34.0.4-1 Installed-Size: 97 Maintainer: Android Tools Maintainers Architecture: arm64 Replaces: android-tools-fsutils, append2simg (<< 1:10.0.0+r36-1~), img2simg (<< 1:10.0.0+r36-1~), simg2img (<< 1:10.0.0+r36-1~) Depends: android-libbase (= 1:34.0.4-1), android-liblog (>= 34.0.4), android-libsparse (= 1:34.0.4-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: 24292 SHA256: f95f6e27d7cc8aaececeda7fd65010e459ef5c422fe47dff3e864ba660dda5a5 SHA1: 87d136b763f518e9d0ad5e5240397ee5f80e2e4e MD5sum: c6a00744261ad3514fa5f1fa8a9a80be 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.4-1_arm64.deb Package: android-sdk-platform-tools Source: android-sdk-meta Version: 28.0.2+9 Installed-Size: 19 Maintainer: Android Tools Maintainers Architecture: arm64 Depends: android-sdk-platform-tools-common (>= 28.0.2+9), dmtracedump (>= 10.0.0+r36~), e2fsprogs, etc1tool (>= 10.0.0+r36~), f2fs-tools, hprof-conv (>= 10.0.0+r36~), sqlite3 Recommends: adb, fastboot Size: 3612 SHA256: 357e61ef3b690ef4ce9d6cb03a7846b11c0e7e2d1c5bf14cb7dbc33ccf500fe7 SHA1: ae90eddf786b3285ea292437c78ac25377a284bf MD5sum: cd3580e41de01646b55d9f4608071e64 Description: Tools for interacting with an Android platform The Android SDK includes a variety of tools that help you develop mobile applications for the Android platform. The tools are classified into 3 groups: SDK Tools, Platform-tools and Build-tools. . Platform-tools are customized to support the features of the latest Android platform. . This package pulls Android SDK Platform-tools. Section: metapackages Priority: optional Filename: pool/main/a/android-sdk-meta/android-sdk-platform-tools_28.0.2+9_arm64.deb Package: android-sdk-platform-tools-common Source: android-sdk-meta Version: 28.0.2+9 Installed-Size: 38 Maintainer: Android Tools Maintainers Architecture: all Size: 6776 SHA256: 37ead899618f3f15710e69a1e03c8fe43e6c4590692a2c0a2648b5cc6d18d360 SHA1: 6b8f479d870db4b79c4bd02504d94a2d5758a39c MD5sum: a4806fb460fff10a19ad2117d5241885 Description: Tools for interacting with an Android platform - Common files The Android SDK includes a variety of tools that help you develop mobile applications for the Android platform. The tools are classified into 3 groups: SDK Tools, Platform-tools and Build-tools. . Platform-tools are customized to support the features of the latest Android platform. . This package provides common files of Android SDK Platform-tools. It also provides UDEV rules enabling adb and fastboot to work without root access to the host machine. Multi-Arch: foreign Section: devel Priority: optional Filename: pool/main/a/android-sdk-meta/android-sdk-platform-tools-common_28.0.2+9_all.deb Package: apktool Version: 2.7.0+dfsg-7 Installed-Size: 269 Maintainer: Android Tools Maintainers Architecture: arm64 Depends: aapt, android-framework-res, default-jre-headless | java8-runtime-headless, libantlr3-runtime-java, libcommons-cli-java, libcommons-io-java, libcommons-lang3-java, libcommons-text-java, libguava-java, libsmali-java (>= 2.4.0), libstringtemplate-java, libxmlunit-java, libxpp3-java, libyaml-snake-java Size: 222284 SHA256: cf88dd56bc9801b2cbea1ebf6d63cbe56903883d39928ae534fbc78f24efc65a SHA1: 88564938b80c969bcff007e30a04cbc16b2cd20c MD5sum: 60a54a94bf89830ac8e9d31dbc5ac6bf Description: tool for reverse engineering Android apk files A tool for reverse engineering 3rd party, closed, binary Android apps. It can decode resources to nearly original form and rebuild them after making some modifications; it makes possible to debug smali code step by step. Also it makes working with an app easier because of project-like file structure and automation of some repetitive tasks like building apk. Homepage: https://ibotpeaches.github.io/Apktool/ Section: devel Priority: optional Filename: pool/main/a/apktool/apktool_2.7.0+dfsg-7_arm64.deb Package: backdoor-factory Version: 3.4.2+dfsg-5 Installed-Size: 735 Maintainer: Debian Security Tools Architecture: all Depends: python3:any, curl, python3-capstone (>= 3.0), python3-pkg-resources (>= 39.2.0), python3-pefile, osslsigncode Size: 86428 SHA256: a4d289bd629780a0b53a6396335f63c790ec34f8b077da7f82404d6f314a952a SHA1: 9c5d83b476bfd5830b678a72615b550bfb3e1c4a MD5sum: b738164f356b4e832367b7bc45877e0c Description: Patch 32/64 bits ELF & win32/64 binaries with shellcode Injects shellcode into win32/64 PE files, 32/64bits ELF binaries, to continue normal file execution (if the shellcode supports it), by patching the exe/dll directly. . Some executables have built in protections, as such this will not work on all ELF/PE files. It is advisable that you test target ELF/PE files before deploying them to clients or using them in exercises Homepage: https://github.com/secretsquirrel/the-backdoor-factory Section: utils Priority: optional Filename: pool/main/b/backdoor-factory/backdoor-factory_3.4.2+dfsg-5_all.deb Package: bully Version: 1.4.00-2 Installed-Size: 165 Maintainer: Debian Security Tools Architecture: arm64 Depends: libc6 (>= 2.33), liblua5.3-0, libpcap0.8 (>= 0.9.8), pixiewps, aircrack-ng Size: 66496 SHA256: fcb5a4fc5c6e4de4b1ebe26de65a4d7639c937dd622ff3e1334c1b5375c84a43 SHA1: 34cf8fdc3804015159e190cddeebd353ae2c0b37 MD5sum: c435662e3707db9884b328dbe809a72f Description: Implementation of the WPS brute force attack, written in C Bully is a new implementation of the WPS brute force attack, written in C. It is conceptually identical to other programs, in that it exploits the (now well known) design flaw in the WPS specification. It has several advantages over the original reaver code. These include fewer dependencies, improved memory and cpu performance, correct handling of endianness, and a more robust set of options. Homepage: https://github.com/kimocoder/bully Section: net Priority: optional Filename: pool/main/b/bully/bully_1.4.00-2_arm64.deb Package: celery Version: 5.3.4-2 Installed-Size: 145 Maintainer: Debian Python Team Architecture: all Replaces: python-celery-common (<< 4.4.2-3) Depends: python3-celery (= 5.3.4-2) Breaks: python-celery-common (<< 4.4.2-3) Size: 45092 SHA256: 8fe8d0128a6ab36b7adde86056b74e96e21b60ef1bb8201633ec5c07a20c915f SHA1: 574e698b502f9b7bf6b9c7f2b07ba2229c083111 MD5sum: ab2276cae34fe3faf26ebdaec7891417 Description: async task/job queue based on message passing (common files) Celery is an open source asynchronous task queue/job queue based on distributed message passing. It is focused on real-time operation, but supports scheduling as well. . The execution units, called tasks, are executed concurrently on one or more worker nodes. Tasks can execute asynchronously (in the background) or synchronously (wait until ready). . Celery is written in Python, but the protocol can be implemented in any language. It can also operate with other languages using webhooks. . The recommended message broker is RabbitMQ, but limited support for Redis, Beanstalk, MongoDB, CouchDB, and databases (using SQLAlchemy or the Django ORM) is also available. Celery is easy to integrate with Django, using the python-django-celery package. . This package contains the common files of the library. Homepage: https://docs.celeryq.dev/ Section: net Priority: optional Filename: pool/main/c/celery/celery_5.3.4-2_all.deb Package: changeme Version: 1.2.3-3 Installed-Size: 313 Maintainer: Debian Security Tools Architecture: all Depends: python3-cerberus, python3-jinja2, python3-libnmap, python3-logutils, python3-lxml, python3-memcache, python3-netaddr, python3-nose, python3-paramiko, python3-psycopg2, python3-pymongo, python3-pyodbc, python3-pysnmp4, python3-redis, python3-requests, python3-selenium, python3-shodan, python3-sqlalchemy, python3-tabulate, python3-yaml, python3:any Suggests: phantomjs Size: 52072 SHA256: d8a8f9e04bace36ecf4e939d6c7c492b365f0f56d1f4d505c4900b09e8b32c15 SHA1: 057fe7c81b19dc830ac760f881412df7a918e765 MD5sum: 02f3298480a15ce3d82b7c10574333bd Description: Default credential scanner This package contains a default credential scanner. Commercial vulnerability scanners miss common default credentials. Getting default credentials added to commercial scanners is often difficult and slow. changeme is designed to be simple to add new credentials without having to write any code or modules. . changeme keeps credential data separate from code. All credentials are stored in yaml files so they can be both easily read by humans and processed by changeme. Credential files can be created by using the ./changeme.py --mkcred tool and answering a few questions. . changeme supports the http/https, MSSQL, MySQL, Postgres, ssh and ssh w/key protocols. Use ./changeme.py --dump to output all of the currently available credentials. Homepage: https://github.com/ztgrace/changeme Section: misc Priority: optional Filename: pool/main/c/changeme/changeme_1.2.3-3_all.deb Package: curlftpfs Source: curlftpfs (0.9.2-9) Version: 0.9.2-9+b1 Installed-Size: 79 Maintainer: Vincent Bernat Architecture: arm64 Depends: libc6 (>= 2.17), libcurl3-gnutls (>= 7.16.2), libfuse2 (>= 2.6), libglib2.0-0 (>= 2.12.0), fuse Size: 28634 SHA256: 9e29c33ecccd2e5a38ab0a6040c77c91a1528b1e007214fd21a31a585b520c22 SHA1: d74a168317ca21802c4a844df7cde49075e8939e MD5sum: a4dd507c0273f4837fadd8d7cfff3b07 Description: filesystem to access FTP hosts based on FUSE and cURL CurlFtpFS is a tool to mount FTP hosts as local directories. It connects to a FTP server and maps its directory structure to the local filesystem. . Based on FUSE (filesystem in userspace) and the cURL library, CurlFtpFS has some features that distinguish it over other FTP filesystems: * support for SSLv3 and TLSv1 * connecting through tunneling HTTP proxies * automatic reconnection if the server times out * conversion of absolute symlinks to point back into the FTP filesystem Homepage: http://curlftpfs.sourceforge.net Tag: implemented-in::c, protocol::ftp, role::program Section: utils Priority: optional Filename: pool/main/c/curlftpfs/curlftpfs_0.9.2-9+b1_arm64.deb Package: dexdump Source: android-platform-art (14.0.0+r15-1) Version: 14.0.0+r15-1+b1 Installed-Size: 119 Maintainer: Android Tools Maintainers Architecture: arm64 Depends: android-libart (>= 14.0.0+r15), android-libbacktrace (>= 1:34), android-libbase (>= 34.0.4), android-liblog (>= 34.0.4), android-libziparchive (>= 34.0.4), libatomic1 (>= 4.8), libc6 (>= 2.34), libgcc-s1 (>= 3.0), liblz4-1 (>= 0.0~r113), libstdc++6 (>= 13), libtinyxml2-10 (>= 8.1.0+really8.1.0), zlib1g (>= 1:1.1.4), android-libnativeloader (= 1:14.0.0+r15-1+b1) Size: 42068 SHA256: b2fe4f945a282cad2c7300bb18bda8467cf30c7d0bfc6a844d854e29cc6435ec SHA1: 90c1966710caedbbaa90dfec65dd788ca84ad0ec MD5sum: e6ae5188520817d160773308406ead5e Description: Displays information about Android DEX files The `dexdump` tool is intended to mimic `objdump`. When possible, use similar command-line arguments. . This is a re-implementation of the original `dexdump` utility that was based on Dalvik functions in `libdex` into a new `dexdump` that is now based on ART functions in `libart` instead. The output is very similar to the original for correct DEX files. Error messages may differ, however. Also, ODEX files are no longer supported. Multi-Arch: foreign Homepage: https://android.googlesource.com/platform/art Section: devel Priority: optional Filename: pool/main/a/android-platform-art/dexdump_14.0.0+r15-1+b1_arm64.deb Package: dexlist Source: android-platform-art (14.0.0+r15-1) Version: 14.0.0+r15-1+b1 Installed-Size: 44 Maintainer: Android Tools Maintainers Architecture: arm64 Depends: android-libart (>= 14.0.0+r15), android-libbacktrace (>= 1:34), android-libbase (>= 34.0.4), android-liblog (>= 34.0.4), android-libziparchive (>= 34.0.4), libatomic1 (>= 4.8), libc6 (>= 2.34), libgcc-s1 (>= 3.0), liblz4-1 (>= 0.0~r113), libstdc++6 (>= 4.2.1), libtinyxml2-10 (>= 8.1.0+really8.1.0), zlib1g (>= 1:1.1.4), android-libnativeloader (= 1:14.0.0+r15-1+b1) Size: 17536 SHA256: 006f821fb9364e3ad774dfb46a755f10bb65841c5ef48bdfb74ce681d7256547 SHA1: 1d431cac935bc63690ced430f52bac13bfda6dcb MD5sum: 85ce7805188fff62f36a9b6840c1823e Description: Lists all methods in all concrete classes in Android DEX files This is a re-implementation of the original `dexlist` utility that was based on Dalvik functions in `libdex` into a new `dexlist` that is now based on ART functions in `libart` instead. The output is very similar to the original for correct DEX files. Error messages may differ, however. Also, ODEX files are no longer supported. Multi-Arch: foreign Homepage: https://android.googlesource.com/platform/art Section: devel Priority: optional Filename: pool/main/a/android-platform-art/dexlist_14.0.0+r15-1+b1_arm64.deb Package: dmtracedump Source: android-platform-art (14.0.0+r15-1) Version: 1:14.0.0+r15-1+b1 Installed-Size: 68 Maintainer: Android Tools Maintainers Architecture: arm64 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 4.1.1), graphviz Size: 25164 SHA256: 7a986b8ea7fc1d2c14bef53b384db2593668907ed9e10aa90e81822d6ff50738 SHA1: 2b6209a417eef260155f75adc923dc6c30a72c78 MD5sum: ea15d30d99dfb6d8134eee3d2a0deac4 Description: Generates graphical call-stack diagrams from Android trace logs `dmtracedump` generates the call stack data as a tree diagram, where each node represents a method call. It shows call flow (from parent node to child nodes) using arrows. Multi-Arch: foreign Homepage: https://android.googlesource.com/platform/art Section: devel Priority: optional Filename: pool/main/a/android-platform-art/dmtracedump_14.0.0+r15-1+b1_arm64.deb Package: etc1tool Source: android-platform-tools Version: 34.0.4-1 Installed-Size: 88 Maintainer: Android Tools Maintainers Architecture: arm64 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libpng16-16 (>= 1.6.2-1), libstdc++6 (>= 4.1.1) Size: 29004 SHA256: 94a22a2610dcfb6cce9c87571537aebe8d8cb9d0367bfea3c098541e2af5ad1e SHA1: d51aced0521102c56fe2d073e0734eeea1de273c MD5sum: d937787698a2ea84901332fccd7bc5d1 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.4-1_arm64.deb Package: fastboot Source: android-platform-tools (34.0.4-1) Version: 1:34.0.4-1 Installed-Size: 542 Maintainer: Android Tools Maintainers Architecture: arm64 Provides: android-tools-fastboot Depends: android-libbase (>= 34.0.4), android-libboringssl (>= 13.0.0+r24), android-libcutils (= 1:34.0.4-1), android-liblog (>= 34.0.4), android-libsparse (= 1:34.0.4-1), android-libziparchive (= 1:34.0.4-1), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libprotobuf32 (>= 3.21.12), libstdc++6 (>= 13.1), libusb-1.0-0 (>= 2:1.0.8) Recommends: android-sdk-platform-tools-common (>= 28.0.2~) Suggests: android-sdk-platform-tools Size: 173792 SHA256: 34639c0c80894ce2fce619ba870fe2738f8be1c7a3b19be33033d2a1d0cfb14b SHA1: 4ec41929f4cb7598cc662f4e6b84a171fe6939a5 MD5sum: 307f17352de96963e81daca828f4082d 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: devel Priority: optional Filename: pool/main/a/android-platform-tools/fastboot_34.0.4-1_arm64.deb Package: florence Version: 0.6.3-1.2 Installed-Size: 1487 Maintainer: Jérémy Bobbio Architecture: arm64 Depends: dconf-gsettings-backend | gsettings-backend, libatk1.0-0 (>= 1.12.4), libatspi2.0-0 (>= 2.9.90), libc6 (>= 2.17), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.2.4), libdbus-1-3 (>= 1.9.14), libflorence-1.0-1, libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.26.0), libgstreamer1.0-0 (>= 1.0.0), libgtk-3-0 (>= 3.3.16), libnotify4 (>= 0.7.0), libpango-1.0-0 (>= 1.18.0), libpangocairo-1.0-0 (>= 1.14.0), librsvg2-2 (>= 2.14.4), libx11-6, libxext6, libxml2 (>= 2.7.4), libxtst6 Size: 533172 SHA256: 0cdbbf4f8b3536363bd9159dca7e591a48e38e11da10a933f6c2efc11ee9e2a4 SHA1: 33f1c58680836bc7c421fd247bbdda4bfc437a37 MD5sum: b678a18b3a850ba99271d09cb6bab6dd Description: extensible and scalable virtual keyboard for X Florence is an extensible scalable virtual keyboard for X. . It is useful when a real keyboard is unusable either because of a handicap, disease, broken keyboard or tablet PC; but when a pointing device is usable. . Florence stays out of your way: it appears on the screen only when needed. An auto-click functionality also help people having difficulties to click buttons. Homepage: http://florence.sourceforge.net/ Tag: hardware::input, implemented-in::c, interface::graphical, interface::x11, role::program, uitoolkit::gtk, x11::application Section: web Priority: optional Filename: pool/main/f/florence/florence_0.6.3-1.2_arm64.deb Package: fonts-octicons Source: octicons Version: 4.4.0-2 Installed-Size: 62 Maintainer: Debian Fonts Task Force Architecture: all Size: 28004 SHA256: 7b63cc5877bb9ea16b84c10ff723be2d6e694af5adabf5aec491a68e3a2aa51e SHA1: efecc706acfeefe1137dc1d40b7ad0a0febb290c MD5sum: a38b77f182bd52f36caf83f3eaa9dd83 Description: GitHub's icons font GitHub's "octicons" font, you can use over 100 icons with this font. . See https://octicons.github.com/ for examples. Multi-Arch: foreign Homepage: https://octicons.github.com/ Section: fonts Priority: optional Filename: pool/main/o/octicons/fonts-octicons_4.4.0-2_all.deb Package: fwbuilder Version: 5.3.7-5 Installed-Size: 37382 Maintainer: Ubuntu Developers Original-Maintainer: Sylvestre Ledru Architecture: arm64 Replaces: fwbuilder-backend, fwbuilder-bsd, fwbuilder-cisco, fwbuilder-linux, libfwbuilder9 Provides: fwbuilder-frontend Depends: libc6 (>= 2.33), libgcc-s1 (>= 3.0), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.8.0) | libqt5gui5-gles (>= 5.8.0), libqt5network5 (>= 5.0.2), libqt5printsupport5 (>= 5.0.2), libqt5widgets5 (>= 5.14.1), libsnmp40 (>= 5.9.1+dfsg), libstdc++6 (>= 11), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4), fwbuilder-common (= 5.3.7-5) Recommends: fwbuilder-doc, rcs Size: 7073280 SHA256: b582986485180fbfc6e6174a7450f286893c6b28474c107ba60648a371d74f67 SHA1: 94c19badccde7265d6b3c090e2e30021377e845c MD5sum: d683c3250f894984d81253f5d665a48c Description: Firewall administration tool GUI Firewall Builder consists of an object-oriented GUI and a set of policy compilers for various firewall platforms. In Firewall Builder, firewall policy is a set of rules, each rule consists of abstract objects which represent real network objects and services (hosts, routers, firewalls, networks, protocols). Firewall Builder helps the user maintain a database of objects and allows policy editing using simple drag-and-drop operations. . This is the GUI part of fwbuilder Homepage: https://github.com/fwbuilder/fwbuilder/ Tag: interface::graphical, interface::x11, protocol::ssl, role::program, scope::utility, security::firewall, uitoolkit::gtk, uitoolkit::qt, use::configuring, x11::application Section: net Priority: optional Filename: pool/main/f/fwbuilder/fwbuilder_5.3.7-5_arm64.deb Package: fwbuilder-common Source: fwbuilder Version: 5.3.7-5 Installed-Size: 1282 Maintainer: Ubuntu Developers Original-Maintainer: Sylvestre Ledru Architecture: all Size: 317188 SHA256: 01a2991c136b9bfbfc71147af80bba4e425883bd90e0d2e17a39f4f5b4bee58e SHA1: 6bdcb75e60712a82b065c9544503cf7c8aaccae5 MD5sum: f329780e7cdf08deba39cfb2b47c904f Description: Firewall administration tool GUI (common files) Firewall Builder consists of an object-oriented GUI and a set of policy compilers for various firewall platforms. In Firewall Builder, firewall policy is a set of rules, each rule consists of abstract objects which represent real network objects and services (hosts, routers, firewalls, networks, protocols). Firewall Builder helps the user maintain a database of objects and allows policy editing using simple drag-and-drop operations. . This is the arch independent common parts of fwbuilder Homepage: https://github.com/fwbuilder/fwbuilder/ Tag: interface::graphical, interface::x11, role::app-data, role::program, security::firewall, use::configuring, x11::application Section: net Priority: optional Filename: pool/main/f/fwbuilder/fwbuilder-common_5.3.7-5_all.deb Package: fwbuilder-doc Source: fwbuilder Version: 5.3.7-5 Installed-Size: 1433 Maintainer: Ubuntu Developers Original-Maintainer: Sylvestre Ledru Architecture: all Size: 976640 SHA256: b86ac5f4f7335db50258abb685af9c4f913850f972dda371b9e2b223bd519fab SHA1: 852abf94d721541fdc29e4b59e2cbca31f8f3325 MD5sum: eef5e2b9df0e402cbc3dcdb2cdb0592a Description: Firewall administration tool GUI documentation Firewall Builder consists of an object-oriented GUI and a set of policy compilers for various firewall platforms. In Firewall Builder, firewall policy is a set of rules, each rule consists of abstract objects which represent real network objects and services (hosts, routers, firewalls, networks, protocols). Firewall Builder helps the user maintain a database of objects and allows policy editing using simple drag-and-drop operations. . This is the documentation of fwbuilder Homepage: https://github.com/fwbuilder/fwbuilder/ Tag: made-of::html, role::documentation, role::program, security::firewall, use::configuring Section: doc Priority: optional Filename: pool/main/f/fwbuilder/fwbuilder-doc_5.3.7-5_all.deb Package: gir1.2-gpaste-2 Source: gpaste Version: 45-2 Installed-Size: 80 Maintainer: Jérémy Lal Architecture: arm64 Replaces: gir1.2-gpaste-1.0 Provides: gir1.2-gpastegtk-3, gir1.2-gpastegtk-4 Conflicts: gir1.2-gpaste-1.0 Size: 20664 SHA256: 111c9971aea33ab612219e16e6024c88ff817d0b58b0a963b4e0d2997d6d57fc SHA1: 70fe2f2b49fc10c8a3f798fd80f02134211aa289 MD5sum: bb7ce9d4352594cfa4cbb81ba477acb9 Description: GObject introspection data for the libgpaste-2 library GPaste manages clipboard history and allows easy access to it using keyboard shortcuts, gnome-shell extension, command-line tools, gir bindings. . It can be used by packages using the GIRepository format to generate dynamic bindings. Multi-Arch: same Homepage: https://github.com/Keruspe/GPaste Section: introspection Priority: optional Filename: pool/main/g/gpaste/gir1.2-gpaste-2_45-2_arm64.deb Package: gir1.2-mutter-13 Source: mutter Version: 45.3-3 Installed-Size: 522 Maintainer: Debian GNOME Maintainers Architecture: arm64 Depends: libmutter-13-0 (= 45.3-3), gir1.2-atk-1.0, gir1.2-cairo-1.0, gir1.2-gdesktopenums-3.0 (>= 40~alpha), gir1.2-gl-1.0, gir1.2-gobject-2.0, gir1.2-graphene-1.0 (>= 1.10.2), gir1.2-json-1.0 (>= 0.13.2-1~), gir1.2-pango-1.0 (>= 1.46.0), gir1.2-pangocairo-1.0 (>= 1.46.0), gir1.2-xfixes-4.0, gir1.2-xlib-2.0 Size: 135660 SHA256: 13e4d413631ab67b0e04dd1ae22b7fe6a672660b5578a5d6ff0beefca8e03220 SHA1: 805f3d000d6d38c5923b4e52e916bac1b8b5988b MD5sum: 3375129e1c0e23bd58b0d9532158c2e2 Description: GObject introspection data for Mutter Mutter is a Wayland display server and X11 window manager and compositor library. It contains functionality related to, among other things, window management, window compositing, focus tracking, workspace management, keybindings and monitor configuration. . Internally it uses a fork of Cogl, a hardware acceleration abstraction library used to simplify usage of OpenGL pipelines, as well as a fork of Clutter, a scene graph and user interface toolkit. . This package contains the GObject introspection data which may be used to generate dynamic bindings. Multi-Arch: same Homepage: https://mutter.gnome.org/ Section: introspection Priority: optional Filename: pool/main/m/mutter/gir1.2-mutter-13_45.3-3_arm64.deb Package: gnome-remote-desktop Version: 45.1-2 Installed-Size: 1215 Maintainer: Debian GNOME Maintainers Architecture: arm64 Depends: fuse3, libmutter-13-0 (>= 45~rc), pipewire (>= 0.3.0), wireplumber, dconf-gsettings-backend | gsettings-backend, init-system-helpers (>= 1.52), libc6 (>= 2.34), libcairo2 (>= 1.10.0), libei1 (>= 1.0.901), libepoxy0 (>= 1.4.3), libfreerdp-server2-2 (>= 2.10.0), libfreerdp2-2 (>= 2.10.0), libfuse3-3 (>= 3.2.3), libglib2.0-0 (>= 2.77.0), libnotify4 (>= 0.7.0), libpipewire-0.3-0 (>= 0.3.6), libsecret-1-0 (>= 0.7), libtss2-esys-3.0.2-0 (>= 2.3.1), libtss2-mu-4.0.1-0 (>= 3.0.1), libtss2-rc0 (>= 3.0.1), libtss2-tctildr0 (>= 3.0.1), libwinpr2-2 (>= 2.3.0), libxkbcommon0 (>= 1.0.0) Breaks: gnome-control-center (<< 1:42) Size: 204732 SHA256: 1d29aa36aebab5a4cf4a8782124c80771c36c2e6d8e6c02f540af1b01f852f21 SHA1: 16c198bfa2ea7ce9f79ff2b9e0e0697e2fa945f2 MD5sum: 2e3805700b4828a8c06a37c652682880 Description: Remote desktop daemon for GNOME using PipeWire This daemon enables GNOME to offer remote desktop sharing and control using RDP with PipeWire. It supports GNOME on both X11 and Wayland. Remote sharing can be enabled and managed in the GNOME Settings app. Homepage: https://wiki.gnome.org/Projects/Mutter/RemoteDesktop Section: gnome Priority: optional Filename: pool/main/g/gnome-remote-desktop/gnome-remote-desktop_45.1-2_arm64.deb Package: gnome-shell Version: 45.3-2 Installed-Size: 6843 Maintainer: Debian GNOME Maintainers Architecture: arm64 Provides: notification-daemon, polkit-1-auth-agent Depends: gir1.2-accountsservice-1.0, gir1.2-adw-1, gir1.2-atk-1.0, gir1.2-atspi-2.0 (>= 2.36), gir1.2-gcr-3, gir1.2-gdesktopenums-3.0, gir1.2-gdkpixbuf-2.0, gir1.2-gdm-1.0, gir1.2-geoclue-2.0, gir1.2-glib-2.0, gir1.2-gnomebg-4.0, gir1.2-gnomebluetooth-3.0 (>= 42.3), gir1.2-gnomedesktop-4.0 (>= 40), gir1.2-graphene-1.0 (>= 1.10.2), gir1.2-gstreamer-1.0, gir1.2-gtk-4.0, gir1.2-gweather-4.0 (>= 4.1), gir1.2-freedesktop, gir1.2-ibus-1.0 (>= 1.5.22-2ubuntu2~), gir1.2-mutter-13 (>= 45.0), gir1.2-nm-1.0, gir1.2-nma4-1.0, gir1.2-pango-1.0, gir1.2-polkit-1.0, gir1.2-rsvg-2.0, gir1.2-soup-3.0, gir1.2-upowerglib-1.0, gir1.2-webkit-6.0, gnome-backgrounds, gnome-settings-daemon (>= 40~), gnome-shell-common (= 45.3-2), gsettings-desktop-schemas (>= 42~beta), gstreamer1.0-pipewire (>= 0.3.10), libglib2.0-bin, python3, dconf-gsettings-backend | gsettings-backend, libatk-bridge2.0-0 (>= 2.5.3), libatk1.0-0 (>= 1.12.4), libc6 (>= 2.34), libcairo2 (>= 1.14.0), libecal-2.0-2 (>= 3.45), libedataserver-1.2-27 (>= 3.45), libgcr-base-3-1 (>= 3.8.0), libgdk-pixbuf-2.0-0 (>= 2.25.2), libgirepository-1.0-1 (>= 1.35.9), libgjs0g (>= 1.73.1), libgles2, libglib2.0-0 (>= 2.77.0), libgnome-autoar-0-0 (>= 0.1.1), libgnome-desktop-4-2 (>= 40), libgraphene-1.0-0 (>= 1.5.4), libgtk-4-1 (>= 4.12.0), libical3 (>= 3.0.0), libjson-glib-1.0-0 (>= 1.5.2), libmutter-13-0 (>= 45.0), libnm0 (>= 1.4.0), libpango-1.0-0 (>= 1.37.5), libpipewire-0.3-0 (>= 0.3.10), libpolkit-agent-1-0 (>= 0.99), libpolkit-gobject-1-0 (>= 0.94), libpulse-mainloop-glib0 (>= 13), libpulse0 (>= 13), libsecret-1-0 (>= 0.7), libsystemd0, libx11-6, libxfixes3 Recommends: bolt, chrome-gnome-shell, evolution-data-server (>= 3.45), gdm3, gkbd-capplet, gnome-control-center (>= 1:42), gnome-remote-desktop, gnome-menus, gnome-user-docs, ibus, iio-sensor-proxy, power-profiles-daemon, switcheroo-control, unzip Suggests: gir1.2-malcontent-0 (>= 0.6.0), gir1.2-telepathyglib-0.12, gir1.2-telepathylogger-0.2, gnome-shell-extension-prefs Breaks: gnome-shell-extension-appindicator (<< 50), gnome-shell-extension-dash-to-panel (<< 55), gnome-shell-extension-dashtodock (<< 79), gnome-shell-extension-desktop-icons (<< 21.04), gnome-shell-extension-desktop-icons-ng (<< 46+really47.0.2-2), gnome-shell-extension-taskbar (<< 57.0-2.1~), gnome-shell-extension-top-icons-plus (<< 27-3~), gnome-shell-extension-workspaces-to-dock (<< 54~), gnome-shell-extensions (<< 40.0~) Size: 854748 SHA256: a7517159e4a2143579cf3b47883db5e942073437ddcca80ac27725a36bcb4b2c SHA1: 5b41f81e5bed70e0eac722122f96720892111ada MD5sum: fcab0a0963e0afbb69651349f8b8982d Description: graphical shell for the GNOME desktop The GNOME Shell provides core interface functions like switching windows, launching applications or see your notifications. It takes advantage of the capabilities of modern graphics hardware and introduces innovative user interface concepts to provide a delightful and easy to use experience. GNOME Shell is the defining technology of the GNOME 3 user experience. Homepage: https://wiki.gnome.org/Projects/GnomeShell Tag: implemented-in::c, implemented-in::ecmascript, interface::graphical, interface::x11, role::program, uitoolkit::gtk Section: gnome Priority: optional Filename: pool/main/g/gnome-shell/gnome-shell_45.3-2_arm64.deb Package: gnome-shell-common Source: gnome-shell Version: 45.3-2 Installed-Size: 7270 Maintainer: Debian GNOME Maintainers Architecture: all Replaces: gnome-shell (<< 3.36.1-6~) Depends: dconf-gsettings-backend | gsettings-backend Breaks: gnome-shell (<< 3.36.1-6~) Size: 817360 SHA256: 89afc38b8e0b155c5e290ef4fa0d8c3b70be9602bb98343a2f0446baf77bd8e6 SHA1: 704d9c6f2a3b7c8bfc56649b678be897fd69134c MD5sum: d3c43384262abc5b44c2e73faa1b2830 Description: common files for the GNOME graphical shell This package contains translations and data files for the GNOME shell. Homepage: https://wiki.gnome.org/Projects/GnomeShell Tag: role::app-data Section: gnome Priority: optional Filename: pool/main/g/gnome-shell/gnome-shell-common_45.3-2_all.deb Package: gnome-shell-extension-appindicator Version: 57-2 Installed-Size: 301 Maintainer: Debian GNOME Maintainers Architecture: all Depends: gnome-shell (>= 45~), gnome-shell (<< 47~), dconf-gsettings-backend | gsettings-backend Suggests: gnome-shell-extension-prefs, libappindicator3-1, libayatana-appindicator3-1 Size: 56076 SHA256: 2c289c009c64c7f7bb18c64155729c88ffcfd66e6d31e25fb18ca4ea26e3f766 SHA1: f4c55157598f3030e970bd08e0eed02fbff587eb MD5sum: 61289245c09ecccb714c8f65f6e86f6e Description: AppIndicator, KStatusNotifierItem and tray support for GNOME Shell This extension integrates Ubuntu AppIndicators and KStatusNotifierItems (KDE's blessed successor of the systray) and legacy tray icons into GNOME Shell. . Features: . - show indicator icons in the panel - reveal indicator menus upon click - double clicking an icon will activate the application window (if implemented by the indicator) - middle mouse click an icon to send a 'SecondaryActivate' event to the application. Support needs to be implemented in the application - supports legacy tray icons - icons can be themed, resized and effects can be applied Homepage: https://github.com/ubuntu/gnome-shell-extension-appindicator Section: gnome Priority: optional Filename: pool/main/g/gnome-shell-extension-appindicator/gnome-shell-extension-appindicator_57-2_all.deb Package: gnome-shell-extension-arc-menu Version: 52-1~exp1 Installed-Size: 2513 Maintainer: Jonathan Architecture: all Depends: gnome-shell (>= 45~), gnome-shell (<< 46~) Recommends: gir1.2-gmenu-3.0 Size: 326024 SHA256: b3a27e4188073d7accc4fcbb3c88293b81e417da44ca3adb285b72f485f34a1c SHA1: ab0f097111442716ef46ccdd0bd815dbfa8eb4a7 MD5sum: 1fd887cc30e1ffea79b757039c6e9ee6 Description: shell extension designed to replace the standard menu found in GNOME Arc Menu is a GNOME shell extension designed to replace the standard menu found in GNOME 3 this application menu extension has some added benefits over the standard menu found in GNOME 3, these include the long awaited search functionality as well as quick access to files on your system and also the current logged in user along with quick access to the software centre and system settings and other features which can be accessed from the settings menu. Homepage: https://gitlab.com/arcmenu-team/Arc-Menu Section: gnome Priority: optional Filename: pool/main/g/gnome-shell-extension-arc-menu/gnome-shell-extension-arc-menu_52-1~exp1_all.deb Package: gnome-shell-extension-caffeine Version: 50-1 Installed-Size: 313 Maintainer: Simon McVittie Architecture: all Depends: gnome-shell (<< 46~), gnome-shell (>= 45~) Recommends: gnome-shell-extension-prefs Size: 43776 SHA256: 404e04c9b99e0f2ea62d5b2228f573e9b0b5b9916031a2585fe824debc50fcd1 SHA1: ec8405a1f9540bfca457bcb45fc350973a7f3e6d MD5sum: da0bcebae939d759d3be2bcfb747cd27 Description: GNOME Shell extension to keep your computer awake This GNOME Shell extension provides an icon which can be toggled to inhibit the actions that would normally be taken when the system is idle, including screen locking, screensaver and automatic suspend. By default it also inhibits idle actions while any window is full-screen, and it can be configured to inhibit idle actions while user-specified applications have any window open. . Please note that each user will need to enable the extension manually, for example using gnome-extensions-app from the gnome-shell-extension-prefs package. Homepage: https://github.com/eonpatapon/gnome-shell-extension-caffeine Section: gnome Priority: optional Filename: pool/main/g/gnome-shell-extension-caffeine/gnome-shell-extension-caffeine_50-1_all.deb Package: gnome-shell-extension-dash-to-panel Version: 59-1 Installed-Size: 1240 Maintainer: Jonathan Carter Architecture: all Depends: dconf-gsettings-backend | gsettings-backend, gnome-shell (>= 45~), gnome-shell (<< 46~), gnome-shell-extension-prefs Size: 175668 SHA256: 475ba79b9320b46f1a9fbd198cef8857738f7b80fa9def7cd6092710d4e56372 SHA1: b6ed5876b1f235dfeaa9d9e45005d068b4dfce15 MD5sum: d1f8640aba9007f4cc7bbd1625baf22d Description: combines the dash and the GNOME main panel into a single panel Moves the dash into the GNOME main panel so that the application launchers and system tray are combined into a single panel, similar to that found in KDE Plasma and Windows 7+. . A separate dock is no longer needed for easy access to running and favorited applications. Homepage: https://github.com/jderose9/dash-to-panel Section: gnome Priority: optional Filename: pool/main/g/gnome-shell-extension-dash-to-panel/gnome-shell-extension-dash-to-panel_59-1_all.deb Package: gnome-shell-extension-desktop-icons-ng Version: 46+really47.0.9-1 Installed-Size: 798 Maintainer: Debian GNOME Maintainers Architecture: all Depends: dconf-gsettings-backend | gsettings-backend, gir1.2-gnomeautoar-0.1, gir1.2-gnomedesktop-3.0, gnome-shell (>= 45~), gnome-shell (<< 47~), gjs, nautilus (>= 3.38) Size: 130908 SHA256: b1dedc8d511f455f052a1ec8eae6995aecba5fd8aede588d1193cb1e5e658b9a SHA1: e71066cb6b7f4f7fac192d443de46bb69e6a14c9 MD5sum: cdd44b467f679aad326cd39f9959e906 Description: desktop icon support for GNOME Shell This package provides a GNOME Shell extension for showing the contents of ~/Desktop on the desktop of the Shell. Common file management operations such as launching, copy/paste, rename and deleting are supported. Homepage: https://gitlab.com/rastersoft/desktop-icons-ng Section: gnome Priority: optional Filename: pool/main/g/gnome-shell-extension-desktop-icons-ng/gnome-shell-extension-desktop-icons-ng_46+really47.0.9-1_all.deb Package: gnome-shell-extension-espresso Version: 9-1 Installed-Size: 172 Maintainer: Simon McVittie Architecture: all Depends: gnome-shell (<< 46~), gnome-shell (>= 45~), dconf-gsettings-backend | gsettings-backend Recommends: gnome-shell-extension-prefs Size: 26228 SHA256: 22b63a4960b07f9af6513b7a47d604cf2be25e3faeb1631a47fb92acda2ce964 SHA1: b098462c63f56b7f2e87b57eca20b60ab0ddc0af MD5sum: abb83026de849d8dce5e1d9b44c63cd9 Description: GNOME Shell extension to keep your computer awake This GNOME Shell extension provides an icon which can be toggled to inhibit the actions that would normally be taken when the system is idle, including screen locking, screensaver and automatic suspend. By default it also inhibits idle actions while any window is full-screen, and it can be configured to inhibit idle actions while user-specified applications have any window open. . Please note that each user will need to enable the extension manually, for example using gnome-extensions-app from the gnome-shell-extension-prefs package. Homepage: https://github.com/coadmunkee/gnome-shell-extension-espresso Section: gnome Priority: optional Filename: pool/main/g/gnome-shell-extension-espresso/gnome-shell-extension-espresso_9-1_all.deb Package: gnome-shell-extension-freon Version: 55+dfsg-1 Installed-Size: 303 Maintainer: Debian GNOME Maintainers Architecture: all Depends: gnome-shell (>= 45~), gnome-shell (<< 46~) Size: 41924 SHA256: 4e42da5ff562f08c651f82b09173e3740b00dd713121e45ee1137c7767151cd8 SHA1: 3d0003153c7ca09d1dd67c95a21421aacc164eda MD5sum: 8de59b7bd2dbdb9e21b4f9e2149cf2aa Description: GNOME Shell Extension for Sensors Freon is a fork of gnome-shell-extension-sensors, a GNOME Shell extension for displaying the temperature of your CPU, hard disk, solid state, and video card (NVIDIA, Catalyst, and Bumblebee supported), as well as power supply voltage, and fan speed. You can choose which HDD/SSD or other devices to include, what temperature units to use, and how often to refresh the sensors readout, and they will appear in the GNOME Shell top bar. For the GPU temperature, you may need to install the vendor's driver for best results. Homepage: https://github.com/UshakovVasilii/gnome-shell-extension-freon Section: gnome Priority: optional Filename: pool/main/g/gnome-shell-extension-freon/gnome-shell-extension-freon_55+dfsg-1_all.deb Package: gnome-shell-extension-gpaste Source: gpaste Version: 45-2 Installed-Size: 80 Maintainer: Jérémy Lal Architecture: all Replaces: gnome-shell-extensions-gpaste Depends: gnome-shell (>= 45~), gnome-shell (<< 46~), gpaste-2 (>= 45-2), gir1.2-gpaste-2 (>= 45-2) Breaks: gnome-shell-extensions-gpaste Size: 18400 SHA256: 0fe6a6dbc966a12ba4f5c3c441338e1cfec4137650b585e10d064f4c65285c5f SHA1: 9ee8a4b59fa45cc2bf0203fcb02b9b386c37ab97 MD5sum: 8feea4eb7da2d6ffcac25f1c75edc805 Description: GPaste extension for GNOME Shell GPaste manages clipboard history and allows easy access to it using keyboard shortcuts, gnome-shell extension, command-line tools, gir bindings. . This package provides the gnome-shell extension. . Please note that the extension must be manually enabled, for example using gnome-tweak-tool. Homepage: https://github.com/Keruspe/GPaste Section: gnome Priority: optional Filename: pool/main/g/gpaste/gnome-shell-extension-gpaste_45-2_all.deb Package: gnome-shell-extension-gsconnect Version: 56-1 Installed-Size: 1538 Maintainer: Debian GNOME Maintainers Architecture: all Depends: dconf-gsettings-backend | gsettings-backend, python3, gjs, gnome-shell (>= 45), gnome-shell (<< 47~), gir1.2-gdkpixbuf-2.0, gir1.2-glib-2.0, gir1.2-gtk-3.0, libglib2.0-bin Recommends: sshfs, libfolks-eds26, python3-nautilus, gir1.2-atspi-2.0, gir1.2-gdata-0.0, gir1.2-folks-0.7, gir1.2-goa-1.0, gir1.2-pango-1.0, gir1.2-gsound-1.0, gir1.2-upowerglib-1.0 Suggests: gnome-shell-extension-gsconnect-browsers Size: 288672 SHA256: 35b20169121e1d1e68cb6e8b997240c2083ef257db04d54a8eae11fbbcea5a0e SHA1: 56fc64a236275d65f9a3857969916a4d1f728c50 MD5sum: 2c617218e064cf5f2a9fbbc74d317a73 Description: KDE Connect implementation for GNOME Shell This extension enables you to connect your phone or other devices to your system, sending remote sms, see phone calls, share notifications, send files. . To connect an Android device, install the KDE Connect Android app from the Google Play Store or F-Droid. . GSConnect is a complete KDE Connect protocol implementation for GNOME Shell with Nautilus, contacts and Shell integration. Homepage: https://github.com/andyholmes/gnome-shell-extension-gsconnect Section: gnome Priority: optional Filename: pool/main/g/gnome-shell-extension-gsconnect/gnome-shell-extension-gsconnect_56-1_all.deb Package: gnome-shell-extension-gsconnect-browsers Source: gnome-shell-extension-gsconnect Version: 56-1 Installed-Size: 27 Maintainer: Debian GNOME Maintainers Architecture: all Depends: gnome-shell-extension-gsconnect (= 56-1) Suggests: firefox-esr | firefox | chromium-browser | chromium Enhances: gnome-shell-extension-gsconnect Size: 5272 SHA256: 0abbff1374c6a21dd567f22bad2dcd7dd6ca6ad0ccddc774046588d20e15bad6 SHA1: 22dd2dbd6bc9c45ae4a7aa9ce6050b41a0e73927 MD5sum: 8adcf2dca695e819096164408d65a854 Description: Browser support of KDE Connect implementation for GNOME Shell This extension enables you to connect your phone or other devices to your system, sending remote sms, see phone calls, share notifications, send files. . This package contains Chromium, Firefox and Chrome integration support to send text via sms or open links on your phone. Homepage: https://github.com/andyholmes/gnome-shell-extension-gsconnect Section: gnome Priority: optional Filename: pool/main/g/gnome-shell-extension-gsconnect/gnome-shell-extension-gsconnect-browsers_56-1_all.deb Package: gnome-shell-extension-hard-disk-led Version: 37-1~exp1 Installed-Size: 37 Maintainer: Jonathan Carter Architecture: all Depends: gnome-shell (>= 3.32), gnome-shell (<< 46~) Size: 9524 SHA256: 84ea84c0a50fd1814e5ff5f61ff7b102645306b169eb69def47f020334841508 SHA1: 1a48faf473e26fa52dfdf6ac9fff3e30d721fdce MD5sum: 6a3a862494ff4e4a1c30a9c0997c9e85 Description: Shows harddisk activity (IO speed read/write and LED) in GNOME Shell Many new laptops and some tiny computers do not have hard disk LEDs. . This extension ads an indicator to GNOME Shell that can either show read/write speeds or LED lights to indicate activity. Homepage: https://github.com/biji/harddiskled Section: gnome Priority: optional Filename: pool/main/g/gnome-shell-extension-hard-disk-led/gnome-shell-extension-hard-disk-led_37-1~exp1_all.deb Package: gnome-shell-extension-hide-activities Version: 45-1 Installed-Size: 17 Maintainer: Jonathan Carter Architecture: all Depends: gnome-shell (>= 45~), gnome-shell (<< 46~) Size: 3908 SHA256: 796819bbc016b5fe2aa8dfece8fad4e86f200e454a14a5b976f40733b78526a6 SHA1: cd1ddc72f3d8a899c2c6422665dccdaf89c024ec MD5sum: f8feebe4a7b50c6c87d022c033eee665 Description: GNOME shell extension that hides the activities button This extension hides the Acitivies text and button on the top left corner of GNOME shell, making the appearance simpler and the panel less cluttered. Homepage: https://github.com/zeten30/HideActivities Section: gnome Priority: optional Filename: pool/main/g/gnome-shell-extension-hide-activities/gnome-shell-extension-hide-activities_45-1_all.deb Package: gnome-shell-extension-impatience Version: 0.5.0-1 Installed-Size: 22 Maintainer: Jonathan Carter Architecture: all Depends: gnome-shell (>= 45), gnome-shell (<< 46~) Size: 4900 SHA256: 6903ca0d7c23128e21176e6c3af8afb80b9cd76a4d2e4dea47dd0b60517a03e8 SHA1: 3df989b17b494aeed14f11f2d25dc318eb723f6e MD5sum: 2d9064da99bf9eaef9677f2b7dac5a41 Description: speed up the gnome-shell animation speed The impatience extension allows you to speed up GNOME Shell animation speeds. . From gnome-tweak-tool you can use a slider to scale the animation speed down to any percentage. A speed scale of 1 means normal speed, 0.5 will result in animations twice as fast, 0.1 will result in animations being 10x faster, etc. Homepage: https://github.com/timbertson/gnome-shell-impatience Section: gnome Priority: optional Filename: pool/main/g/gnome-shell-extension-impatience/gnome-shell-extension-impatience_0.5.0-1_all.deb Package: gnome-shell-extension-kimpanel Version: 0.0~git20230922.b738cb0-1 Installed-Size: 88 Maintainer: Debian Input Method Team Architecture: all Depends: fcitx5 | fcitx, fcitx5-module-kimpanel | fcitx-module-kimpanel, gnome-shell (>= 45~), gnome-shell (<< 46~) Size: 13908 SHA256: 66a88d85de8e981c9d1a84e8713a01e034c38bd5960b41d71c2bdb617e5b89ed SHA1: 557e7a20c3d4c9cc35f1f4bdb3a302de56c689d9 MD5sum: 44cd325d11cb3fc972c4eedf731eaa4e Description: KDE kimpanel protocol extension for GNOME shell Kimpanel extension acts as a KDE Kimpanel protocol implementation under GNOME to provide a unified frontend look for fcitx input method on GNOME shell. . It provides a native pop-up window for input method word listing and a user-friendly tray-like icon for user to interact with fcitx. Homepage: https://github.com/wengxt/gnome-shell-extension-kimpanel Section: gnome Priority: optional Filename: pool/main/g/gnome-shell-extension-kimpanel/gnome-shell-extension-kimpanel_0.0~git20230922.b738cb0-1_all.deb Package: gnome-shell-extension-prefs Source: gnome-shell Version: 45.3-2 Installed-Size: 60 Maintainer: Debian GNOME Maintainers Architecture: arm64 Replaces: gnome-shell (<< 3.36.0-2) Provides: gnome-extensions-app Depends: gir1.2-adw-1, gir1.2-gtk-4.0, gjs (>= 1.73.1), gnome-shell (= 45.3-2), gnome-shell-common (= 45.3-2) Recommends: chrome-gnome-shell Breaks: gnome-shell (<< 3.36.0-2) Size: 29440 SHA256: 31877c149ebf1aa3c00fb8ba188d8fd8219e0a8c880d985bcec173967e39b5a0 SHA1: 1bb503933782674dec85eb7f828306829ed6c677 MD5sum: 6cc24cff4294e290e66f44ef6faa3c81 Description: tool to enable / disable GNOME Shell extensions This package contains a tool which users who use Shell extensions can use to toggle them on and off, and access their preferences. Homepage: https://wiki.gnome.org/Projects/GnomeShell Section: gnome Priority: optional Filename: pool/main/g/gnome-shell/gnome-shell-extension-prefs_45.3-2_arm64.deb Package: gnome-shell-extension-runcat Version: 26-1 Installed-Size: 102 Maintainer: Debian GNOME Maintainers Architecture: all Depends: gnome-shell (>= 45), gnome-shell (<< 46~) Size: 20672 SHA256: 633c0ef8827038e6128b4cd1c064c4670b7185ffe27435e35304240b43ef868a SHA1: 1e4edfba05a9ee87c1511d9c16086836bf364b0d MD5sum: cf324a9833b0f07f03598d47dc5a9489 Description: desktop icon for showing CPU usage with cats RunCat provides a key-frame animation to the GNOME Shell top bar. Animation speed changes depending on CPU usage. Homepage: https://github.com/win0err/gnome-runcat Section: gnome Priority: optional Filename: pool/main/g/gnome-shell-extension-runcat/gnome-shell-extension-runcat_26-1_all.deb Package: gnome-shell-extension-shortcuts Version: 1.5.0-1~exp1 Installed-Size: 96 Maintainer: Kyle Robbertze Architecture: all Depends: gnome-shell (<< 46~), gnome-shell (>= 45) Size: 15028 SHA256: c7dda0bdb43472179eee3f67e22884a63988d9aa5e838a0c06be842e64bf1810 SHA1: fee61994f7953225acf6438549b7dc7ff96f6a35 MD5sum: 0e500780ec25b58cc56aaf5e925282ba Description: Creates a shortcuts help pop-up in GNOME Shell Shortcuts is a GNOME Shell extension that creates a pop-up when Super + S is pressed that gives a list of useful keyboard shortcuts in the GNOME Shell desktop environment Homepage: https://gitlab.com/paddatrapper/shortcuts-gnome-extension Section: gnome Priority: optional Filename: pool/main/g/gnome-shell-extension-shortcuts/gnome-shell-extension-shortcuts_1.5.0-1~exp1_all.deb Package: gnome-shell-extension-tiling-assistant Version: 44-2 Installed-Size: 559 Maintainer: Debian GNOME Maintainers Architecture: all Depends: dconf-gsettings-backend | gsettings-backend, gnome-shell (>= 45~), gnome-shell (<< 47~) Recommends: gnome-shell-extension-prefs Size: 94780 SHA256: 87009baaeabea9edf97eb9f4827e0b53b4d704c8d906f5dc2bf0d256af1e27d1 SHA1: cfb829479eb1bb204183c9ccf647e5ec1c08bed0 MD5sum: 2ac5075c303e04d1f79add11707200de Description: extension which adds a Windows-like snap assist to GNOME Shell An extension which adds a Windows-like snap assist to GNOME Shell. . It also expands GNOME's 2 column tiling design and adds more features, like: * Tiling Popup: This is the popup, which shows up when a window is tiled and there is an (unambiguous) free screen rectangle. It lists all open windows on the current workspace. Activating one of the popup's icons will tile the window to fill the remaining screen space. * Tile Groups: Tiled windows are considered in a group, if they don't overlap each other and aren't interrupted by non-tiled windows. If one of the windows is focused, the rest of the group will be raised to the foreground as well. A Tile Group also resizes together. * Layouts: A layout is a list of arbitrary rectangles. When activating one with its keybinding the Tiling Popup asks you which of the open windows you want at which spot of your layout. The layout selector is a popup, which will lists all defined layouts by name. This way you don't have to remember the layouts' keybindings. * Pie Menu: Super + RMB on a window will open a simple pie menu. Homepage: https://extensions.gnome.org/extension/3733/tiling-assistant/ Section: gnome Priority: optional Filename: pool/main/g/gnome-shell-extension-tiling-assistant/gnome-shell-extension-tiling-assistant_44-2_all.deb Package: gnome-shell-extensions Version: 45.1-1kali1 Architecture: all Maintainer: Kali Developers Installed-Size: 981 Depends: gir1.2-adw-1, gir1.2-atk-1.0, gir1.2-glib-2.0, gir1.2-gmenu-3.0, gir1.2-graphene-1.0 (>= 1.10.2), gir1.2-gtk-4.0, gir1.2-pango-1.0, gnome-session-bin (>= 3.8), gnome-settings-daemon (>= 3.24), gnome-shell (<< 46~), gnome-shell (>= 45~), gvfs (>= 1.16.0), dconf-gsettings-backend | gsettings-backend Recommends: gnome-shell-extension-prefs Breaks: gnome-shell-common (<< 3.18) Replaces: gnome-shell-common (<< 3.18) Homepage: https://wiki.gnome.org/Projects/GnomeShell/Extensions Priority: optional Section: gnome Filename: pool/main/g/gnome-shell-extensions/gnome-shell-extensions_45.1-1kali1_all.deb Size: 145108 SHA256: 3053a1bccfdbafba559e499086c386ba6a28644378195785a90cd16b073d9b81 SHA1: 9ade65c440ab499c4b62d9d8f1fcd65fe921c2a8 MD5sum: b23cae8f4e2e34855d5d78c771d3e2d1 Description: Extensions to extend functionality of GNOME Shell The GNOME Shell redefines user interactions with the GNOME desktop. In particular, it offers new paradigms for launching applications, accessing documents, and organizing open windows in GNOME. Later, it will introduce a new applets eco-system and offer new solutions for other desktop features, such as notifications and contacts management. The GNOME Shell is intended to replace functions handled by the GNOME Panel and by the window manager in previous versions of GNOME. The GNOME Shell has rich visual effects enabled by new graphical technologies. . GNOME Shell is extensible using extensions. This package contains official GNOME Shell extensions. Original-Maintainer: Debian GNOME Maintainers Package: gnome-shell-pomodoro Version: 0.24.0-1~exp1 Installed-Size: 966 Maintainer: Tobias Frost Architecture: arm64 Depends: gnome-shell (>= 45), gnome-shell (<< 46~), gnome-shell-pomodoro-data (= 0.24.0-1~exp1), libc6 (>= 2.34), libcairo2 (>= 1.10.0), libcanberra0 (>= 0.2), libglib2.0-0 (>= 2.56.0), libgom-1.0-0 (>= 0.3.2), libgstreamer1.0-0 (>= 1.0.0), libgtk-3-0 (>= 3.19.12), libpeas-1.0-0 (>= 1.0.0), libsqlite3-0 (>= 3.5.9) Size: 173412 SHA256: 0867c748d2c395e42610b31a39811e885292cfeaee45eb68a6306d67eff88aa8 SHA1: 96bc8f0288235675e401b9d027600397a9328720 MD5sum: b7bbfa0ff8e2c1431571d2d08486d67e Description: GNOME Shell time-management app This GNOME Shell app helps you to manage time according to the pomodoro technique. . Features: * puts a countdown timer in the GNOME Shell top panel; * nags you with reminders about taking a break; * uses full screen notifications that can be easily dismissed; * hides other notifications until the start of the break; * sets your IM (Empathy) status to "busy". . The pomodoro technique is a time and focus management method which improves productivity and quality of work. The name comes from a kitchen timer, which can be used to keep track of time. In short, you are supposed to focus on work for around 25 minutes and then have a well deserved break in which you should relax. Then when this cycle repeats for the fourth time you should take a longer break (have a walk or something). Homepage: https://gnomepomodoro.org/ Tag: uitoolkit::gtk Section: gnome Priority: optional Filename: pool/main/g/gnome-shell-pomodoro/gnome-shell-pomodoro_0.24.0-1~exp1_arm64.deb Package: gnome-shell-pomodoro-data Source: gnome-shell-pomodoro Version: 0.24.0-1~exp1 Installed-Size: 6305 Maintainer: Tobias Frost Architecture: all Depends: dconf-gsettings-backend | gsettings-backend Size: 6054208 SHA256: 9fe6d1eb3f2131a6abdac6a36154f1202ceda9d0bd81401648c53abd2b42e91a SHA1: 8449e7ef58fccb8f805d3d39c854f9fd5b929703 MD5sum: 6cb02e55cb898895203d75e5312c5b36 Description: Data for GNOME Shell time-management app This package contains the architecture-independent data used by the gnome-shell-pomodoro package. . This GNOME Shell app helps you to manage time according to the pomodoro technique. . For more information about gnome-shell-pomodoro, see the gnome-shell-pomodoro package description. Homepage: https://gnomepomodoro.org/ Section: gnome Priority: optional Filename: pool/main/g/gnome-shell-pomodoro/gnome-shell-pomodoro-data_0.24.0-1~exp1_all.deb Package: golang-github-gookit-color-dev Source: golang-github-gookit-color Version: 1.5.4-2 Installed-Size: 212 Maintainer: Debian Go Packaging Team Architecture: all Depends: golang-github-stretchr-testify-dev, golang-github-xo-terminfo-dev Size: 42880 SHA256: 325d69107ecf854ee9309b91e547516e5f48eaf66b7ff5a7883792ea416a7321 SHA1: 18826aa834283811ec870a8835b96e2791863bd8 MD5sum: 600737c789d09c2109e563d7000a8163 Description: Terminal color rendering library written in Go This package provides a command-line color library with 16/256/True color support, universal API methods and Windows support. . Features . * Simple to use, zero dependencies * Supports rich color output: 16-color (4-bit), 256-color (8-bit), true color (24-bit, RGB) * 16-color output is the most commonly used and most widely supported, working on any Windows version * Since v1.2.4 **the 256-color (8-bit), true color (24-bit) support windows CMD and PowerShell** * See this gist (https://gist.github.com/XVilka/8346728) for information on true color support * Support converts HEX HSL value to RGB color * Generic API methods: Print, Printf, Println, Sprint, Sprintf * Supports HTML tag-style color rendering, such as message text. * In addition to using built-in tags, it also supports custom color attributes * Custom color attributes support the use of 16 color names, 256 color values, rgb color values and hex color values * Support working on Windows cmd and powerShell terminal * Basic colors: Bold, Black, White, Gray, Red, Green, Yellow, Blue, Magenta, Cyan * Additional styles: Info, Note, Light, Error, Danger, Notice, Success, Comment, Primary, Warning, Question, Secondary * Support by set NO_COLOR for disable color or use FORCE_COLOR for force open color render. * Support Rgb, 256, 16 color conversion Multi-Arch: foreign Homepage: https://github.com/gookit/color Section: golang Priority: optional Filename: pool/main/g/golang-github-gookit-color/golang-github-gookit-color-dev_1.5.4-2_all.deb Package: gpaste-2 Source: gpaste Version: 45-2 Installed-Size: 573 Maintainer: Jérémy Lal Architecture: arm64 Replaces: gpaste Depends: dconf-gsettings-backend | gsettings-backend, init-system-helpers (>= 1.52), libadwaita-1-0 (>= 1.1.0~), libc6 (>= 2.34), libgcr-base-3-1 (>= 3.8.0), libgdk-pixbuf-2.0-0 (>= 2.31.1), libglib2.0-0 (>= 2.70.0~), libgpaste-2 (>= 45), libgtk-3-0 (>= 3.24.0~), libgtk-4-1 (>= 4.6.0~), libx11-6, libxi6 (>= 2:1.2.99.4) Conflicts: gpaste Size: 87788 SHA256: b9290eacc76487d52004ab305a525c66aee3c262494c4a1877da528a50da78ee SHA1: 3e32db70bdb869095b07e28c1ee961c40cdb9385 MD5sum: 73d108654cd982ec3685d986b5f7de93 Description: Clipboard management system for GNOME GPaste manages clipboard history and allows easy access to it using keyboard shortcuts, gnome-shell extension, command-line tools, gir bindings. . This package contains the command-line tools, the D-Bus service, the GNOME Control Center key bindings, and desktop/appdata files. Homepage: https://github.com/Keruspe/GPaste Tag: uitoolkit::gtk Section: gnome Priority: optional Filename: pool/main/g/gpaste/gpaste-2_45-2_arm64.deb Package: gr-air-modes Source: gr-air-modes (0.0.20210211-3) Version: 0.0.20210211-3+b4 Installed-Size: 405 Maintainer: A. Maitland Bottoms Architecture: arm64 Depends: libgnuradio-air-modes1 (= 0.0.20210211-3+b4), python3 (<< 3.12), python3-zmq, python3 (>= 3.11~), python3-numpy (>= 1:1.22.0), python3-numpy-abi9, python3:any, libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libgnuradio-runtime3.10.9 (>= 3.10.9.1), libstdc++6 (>= 13.1) Recommends: gnuradio, gr-osmosdr, python3-scipy Size: 102216 SHA256: a0c1f80f432c12263d533c9cb677205eb0b0964fcb23fb57322b54f35cbc37ed SHA1: 6d690ea5fdf8079208887bdc56962c2991e1d6a9 MD5sum: 5bd716ee6bd7b79d713343349d926031 Description: Gnuradio Mode-S/ADS-B radio A software-defined radio receiver for Mode S transponder signals, including ADS-B reports from equipped aircraft. . Multiple output formats are supported: * Raw (or minimally processed) output of packet data * Parsed text * SQLite database * KML for use with Google Earth * SBS-1-compatible output for use with e.g. PlanePlotter or Virtual Radar Server * FlightGear multiplayer interface for real-time display of traffic within the simulator Homepage: https://github.com/bistromath/gr-air-modes Tag: devel::library, role::devel-lib Section: libdevel Priority: optional Filename: pool/main/g/gr-air-modes/gr-air-modes_0.0.20210211-3+b4_arm64.deb Package: gsad Version: 22.8.0-1 Installed-Size: 460 Maintainer: Debian Security Tools Architecture: arm64 Replaces: greenbone-security-assistant (<< 21.4.4) Depends: gvmd (>= 22.5.0), libc6 (>= 2.34), libgcrypt20 (>= 1.10.0), libglib2.0-0 (>= 2.75.3), libgnutls30 (>= 3.7.2), libgvm22 (>= 22.6.3), libmicrohttpd12 (>= 0.9.50), libxml2 (>= 2.7.4), zlib1g (>= 1:1.2.0) Recommends: greenbone-security-assistant (>= 22.4.0) Breaks: greenbone-security-assistant (<< 21.4.4) Size: 120248 SHA256: af88e5081038afce8ac048d142c7634e942944a2befe20795eb7d6e8086ad052 SHA1: 1cfc3df66f229ceee57fb2139d8be435f6da8945 MD5sum: bbe44e2d3c5f1d4d7eee13dba30bc418 Description: remote network security auditor - web interface The Greenbone Security Assistant HTTP Server connects to the Greebone Vulnerability Manager "gvmd" to provide a full-featured user interface for vulnerability management. . This tools was initially provided by the package greenbone-security-assistant. Homepage: https://www.greenbone.net Section: admin Priority: optional Filename: pool/main/g/gsad/gsad_22.8.0-1_arm64.deb Package: gsoap Version: 2.8.132-2 Installed-Size: 6036 Maintainer: Mattias Ellert Architecture: arm64 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgsoap-2.8.132 (>= 2.8.132), libssl3 (>= 3.0.0), libstdc++6 (>= 13.1) Size: 1395416 SHA256: 7a0af9d37b752270787d2c6fe39acb24a232742e34c88d4a6fc6a2e3c3994017 SHA1: 33de3155206f5ee4429265a9520373a3358bb090 MD5sum: cb47b5095039d8c60d69f4b79a25bd8f Description: Stub generators for gSOAP The gSOAP toolkit provides a unique SOAP-to-C/C++ language binding for the development of SOAP Web Services and clients. Stub generators. Multi-Arch: foreign Homepage: https://gsoap2.sourceforge.net/ Tag: devel::compiler, devel::lang:c, devel::lang:c++, devel::library, implemented-in::c, protocol::soap, role::devel-lib, role::program, role::shared-lib, use::converting Section: devel Priority: optional Filename: pool/main/g/gsoap/gsoap_2.8.132-2_arm64.deb Package: gsoap-doc Source: gsoap Version: 2.8.132-2 Installed-Size: 43435 Maintainer: Mattias Ellert Architecture: all Size: 15789928 SHA256: 19d2f64c6b28b87983bb4473ecf74bc995fa3ff81ea829333ba69797166c1609 SHA1: acf91164c65dd864717800ab4c38c8058bb1651d MD5sum: cbacb8a5ae8789f7127fb41e6e6b97c9 Description: gSOAP documentation The gSOAP toolkit provides a unique SOAP-to-C/C++ language binding for the development of SOAP Web Services and clients. Documentation files. Multi-Arch: foreign Homepage: https://gsoap2.sourceforge.net/ Tag: devel::doc, devel::examples, devel::lang:c++, made-of::html, role::documentation Section: doc Priority: optional Filename: pool/main/g/gsoap/gsoap-doc_2.8.132-2_all.deb Package: gvm Version: 23.11.1 Installed-Size: 47 Maintainer: Debian Security Tools Architecture: all Replaces: openvas (<< 9.0.4) Provides: openvas Depends: gsad (>= 22.7.0), gvmd (>= 23.0.0), notus-scanner (>= 22.6.0), openvas-scanner (>= 22.7.6), ospd-openvas (>= 22.6.1), xsltproc, psmisc, rsync Recommends: greenbone-security-assistant (>= 22.8.0), gvm-tools (>= 23.4.0) Breaks: greenbone-security-assistant (<< 9.0.0), openvas (<< 9.0.4), openvas-cli Size: 11740 SHA256: a4b6e4d1c8bc32be36df0d10163bbd59c09027e5bc5b472394a9dde9d096209d SHA1: 815d83f94aeac9de8e0e70743604456002eaa5de MD5sum: d8a5e9a39d39f4bdb79881a31014e3aa Description: remote network security auditor - metapackage and useful scripts The Greenbone Vulnerability Manager is a modular security auditing tool, used for testing remote systems for vulnerabilities that should be fixed. . This package installs all the required packages. It provides scripts to setup, start and stop the GVM services. . The tool was previously named OpenVAS. Homepage: https://www.greenbone.net/ Section: net Priority: optional Filename: pool/main/g/gvm/gvm_23.11.1_all.deb Package: gvm-tools Version: 23.11.0-1 Installed-Size: 632 Maintainer: Debian Security Tools Architecture: all Depends: python3-terminaltables, python3-lxml, python3-gvm (>= 23.4.2), python3:any, libjs-sphinxdoc (>= 7.2.2) Size: 147436 SHA256: cb36fb3299addaa09c22e89f4f6c5e0949f5dcb8044ec89e7f41fa7f15ccda49 SHA1: a6b61221d8fe3fdb8373cfded3fc26e02383da15 MD5sum: c6632da80e4afe8c5ea5dccc89d841b6 Description: Remote control the Greenbone Vulnerability Manager The Greenbone Vulnerability Management Tools or gvm-tools in short are a collection of tools that help with remote controlling a Greenbone Security Manager (GSM) appliance and its underlying Greenbone Vulnerability Manager (GVM). The tools essentially aid accessing the communication protocols GMP (Greenbone Management Protocol) and OSP (Open Scanner Protocol). . This module is comprised of interactive and non-interactive clients. The programming language Python is supported directly for interactive scripting. But it is also possible to issue remote GMP/OSP commands without programming in Python. Homepage: https://www.greenbone.net/ Section: net Priority: optional Filename: pool/main/g/gvm-tools/gvm-tools_23.11.0-1_all.deb Package: gvmd Version: 23.1.0-1 Installed-Size: 3803 Maintainer: Debian Security Tools Architecture: arm64 Replaces: libopenvas6, openvas-administrator, openvas-manager Depends: adduser, doc-base, greenbone-feed-sync, gvmd-common (= 23.1.0-1), libgvm22 (>= 22.7.0), notus-scanner (>= 22.4.0), ospd-openvas (>= 22.4.0), pg-gvm, xml-twig-tools, postgresql-16, libbsd0 (>= 0.6.0), libc6 (>= 2.34), libglib2.0-0 (>= 2.75.3), libgnutls30 (>= 3.7.5), libgpgme11 (>= 1.1.6), libical3 (>= 3.0.0), libpq5 Recommends: nsis, rpm Breaks: openvas-administrator, openvas-manager Size: 613176 SHA256: a6ab7413e2a4199ca3f56f079c4302e65847361c5d77b4441236d9d42e22adc2 SHA1: 042dbb036a639d80c93cab3636b62c51b6b43db6 MD5sum: 64d39e2b77314543e9ed5012575d5d48 Description: Manager Module of Greenbone Vulnerability Manager The Greenbone Vulnerability Manager is the central management service between security scanners and the user clients. . It manages the storage of any vulnerability management configurations and of the scan results. Access to data, control commands and workflows is offered via the XML-based Greenbone Management Protocol (GMP). The primary scanner, openVAS Scanner is controlled directly via protocol OTP while any other remote scanner is coupled with the Open Scanner Protocol (OSP). . This package contains the gvmd files architecture dependent. Homepage: https://www.greenbone.net/ Section: net Priority: optional Filename: pool/main/g/gvmd/gvmd_23.1.0-1_arm64.deb Package: gvmd-common Source: gvmd Version: 23.1.0-1 Installed-Size: 1123 Maintainer: Debian Security Tools Architecture: all Depends: gnutls-bin, xsltproc Recommends: texlive-latex-extra Suggests: gnupg, python3, python3-lxml, wget Size: 104388 SHA256: 2c3b787e282b71f43dfae5b0b7028c559cf07df59fdcfe667904ea6d943e9c34 SHA1: 81f9f764159b40481f33cef7215ed23e81f1efe8 MD5sum: 3821b90dc253980ef2b15598536ac92a Description: architecture independent files for Greenbone Vulnerability Manager The Greenbone Vulnerability Manager is the central management service between security scanners and the user clients. . It manages the storage of any vulnerability management configurations and of the scan results. Access to data, control commands and workflows is offered via the XML-based Greenbone Management Protocol (GMP). The primary scanner, openVAS Scanner is controlled directly via protocol OTP while any other remote scanner is coupled with the Open Scanner Protocol (OSP). . This package contains the common gvmd files shared by all architectures. Multi-Arch: foreign Homepage: https://www.greenbone.net/ Section: net Priority: optional Filename: pool/main/g/gvmd/gvmd-common_23.1.0-1_all.deb Package: hashcat-data Source: hashcat Version: 6.2.6+ds1-1 Installed-Size: 28936 Maintainer: Debian Security Tools Architecture: all Replaces: hashcat (<= 2.00-0kali3) Depends: python3 Suggests: hashcat Size: 2312664 SHA256: 6009500e4ce81e5ebe10f019e1b21c562cb50f7dcc268e9eba5f4ae60616409d SHA1: ab9ed99e8100c9ac53135482f891f69d8207cb90 MD5sum: 9da22fd0907b35488050bc6d10e49f74 Description: Data files for hashcat advanced password recovery utility Hashcat is an advanced CPU/GPU-based password recovery utility supporting seven unique modes of attack for over 100 optimized hashing algorithms. . This package contains the data files for hashcat, including charsets, rules, salts, tables and Python tools. Multi-Arch: foreign Homepage: https://hashcat.net/hashcat/ Section: net Priority: optional Filename: pool/main/h/hashcat/hashcat-data_6.2.6+ds1-1_all.deb Package: hprof-conv Source: android-platform-tools Version: 34.0.4-1 Installed-Size: 70 Maintainer: Android Tools Maintainers Architecture: arm64 Depends: libc6 (>= 2.34) Size: 23452 SHA256: 58af8e0e59e3d9930db042d9938a4eae115e1c90e0ccd21c62a07c11f3c6b5bf SHA1: c2b52444d2cdd7efd951f70e157412cc0f942775 MD5sum: e4ce365ed84f52c5575f5a0ccaa63720 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.4-1_arm64.deb Package: idle-python2.7 Source: python2.7 Version: 2.7.18-13.2 Installed-Size: 1314 Maintainer: Matthias Klose Architecture: all Replaces: python2.7 (<< 2.6.1-2) Depends: python2.7, python-tk (>= 2.6~a3), python2.7-tk Enhances: python2.7 Size: 341264 SHA256: c7b9d57cebf4099ff7fc3a03bc196496435001874ed1852d3b7ad32ea405ce2d SHA1: a9dc75aa4d1ad4189db1086725ab614915702f7a MD5sum: de44b1b21d5c76ee98467abc944d3b03 Description: IDE for Python (v2.7) using Tkinter IDLE is an Integrated Development Environment for Python (v2.7). IDLE is written using Tkinter and therefore quite platform-independent. Section: python Priority: optional Filename: pool/main/p/python2.7/idle-python2.7_2.7.18-13.2_all.deb Package: knocker Version: 0.7.1-6 Installed-Size: 78 Maintainer: Debian Security Tools Architecture: arm64 Depends: libc6 (>= 2.17) Size: 28868 SHA256: e30ce88c137785354fba0d04ffb334275092d7903972c9d9ed8208dd36398e95 SHA1: 29e28148ee009c7af57b21190f75f6062927504e MD5sum: ef16642580064c197b60f298a2cda174 Description: Simple and easy to use TCP security port scanner Knocker is a new, simple, and easy to use TCP security port scanner written in C, using threads. It is able to analyze hosts and the network services which are running on them. Homepage: http://knocker.sourceforge.net/ Tag: implemented-in::c, interface::commandline, network::scanner, protocol::ip, protocol::ipv6, role::program, scope::utility, use::scanning Section: net Priority: optional Filename: pool/main/k/knocker/knocker_0.7.1-6_arm64.deb Package: leafpad Version: 0.8.18.1-5 Installed-Size: 446 Maintainer: Paulo Roberto Alves de Oliveira (aka kretcheu) Architecture: arm64 Depends: libc6 (>= 2.17), libcairo2 (>= 1.2.4), libglib2.0-0 (>= 2.24.0), libgtk2.0-0 (>= 2.10.0), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0) Suggests: evince-gtk Size: 86158 SHA256: cfac08da3831436de88bf01080bac1904e8aba9894394a9ee61b1b2af3b68bed SHA1: 4984e7431ab589ab8774bf31272be3456bd14ba7 MD5sum: 22e607549d46ceb55a530273ea1e253c Description: GTK+ based simple text editor Leafpad is a simple GTK+ based text editor with user interface similar to Notepad. It aims to be lighter than Gedit and KWrite, and to be as useful as them. Homepage: http://tarot.freeshell.org/leafpad/ Tag: implemented-in::c, interface::graphical, interface::x11, role::program, uitoolkit::gtk, use::editing, works-with::text, x11::application Section: editors Priority: optional Filename: pool/main/l/leafpad/leafpad_0.8.18.1-5_arm64.deb Package: libaio-dev Source: libaio Version: 0.3.113-8 Installed-Size: 80 Maintainer: Guillem Jover Architecture: arm64 Depends: libaio1t64 (= 0.3.113-8) Size: 31316 SHA256: fcdc3bb6863b46097b8d0496df8d20977ab12fc00ec39bea602bb062827a573a SHA1: e86ecf7dd9e2a52f4aa86b4aca8839a038efc0da MD5sum: 80a4892c04d1eab3f45f14266c7165d4 Description: Linux kernel AIO access library - development files This library enables userspace to use Linux kernel asynchronous I/O system calls, important for the performance of databases and other advanced applications. . This package contains the static library and the header files. Multi-Arch: same Homepage: https://pagure.io/libaio Tag: devel::lang:c, devel::library, implemented-in::TODO, implemented-in::c, role::devel-lib Section: libdevel Priority: optional Filename: pool/main/liba/libaio/libaio-dev_0.3.113-8_arm64.deb Package: libaio1 Source: libaio Version: 0.3.113-5 Installed-Size: 89 Maintainer: Guillem Jover Architecture: arm64 Depends: libc6 (>= 2.17) Size: 13436 SHA256: 24453531ddc22a33666ec367e3a4181f81b23c03a3e34751c4e07d187948c30b SHA1: f6db2338050377282f5a4d19b89bf2c836b36044 MD5sum: acc5f0d0c6b17ef1eb7ad066ab78b8dc Description: Linux kernel AIO access library - shared library This library enables userspace to use Linux kernel asynchronous I/O system calls, important for the performance of databases and other advanced applications. . This package contains the shared library. Multi-Arch: same Homepage: https://pagure.io/libaio Tag: role::shared-lib Section: libs Priority: optional Filename: pool/main/liba/libaio/libaio1_0.3.113-5_arm64.deb Package: libaio1t64 Source: libaio Version: 0.3.113-8 Installed-Size: 90 Maintainer: Guillem Jover Architecture: arm64 Depends: libc6 (>= 2.17) Size: 14704 SHA256: e66e9e625e45624e934056a8d30729b82dc2cd315723e43ef3e5674c90ee320b SHA1: a1e415df9d1c1839d28bfd747152e39a37307ccc MD5sum: 35570ccc95150214e5ab31b096901149 Description: Linux kernel AIO access library - shared library This library enables userspace to use Linux kernel asynchronous I/O system calls, important for the performance of databases and other advanced applications. . This package contains the shared library. Multi-Arch: same Homepage: https://pagure.io/libaio Section: libs Priority: optional Filename: pool/main/liba/libaio/libaio1t64_0.3.113-8_arm64.deb Package: libbde-dev Source: libbde (20190102-2) Version: 20190102-2+b2 Installed-Size: 2502 Maintainer: Debian Security Tools Architecture: arm64 Depends: libbde1 (= 20190102-2+b2) Size: 478160 SHA256: 7fdf0512ab48af51ba5d0f1223e521298d9851a761302162cfe03758c5968950 SHA1: 7f8f0d08a5028e344b3afea81022e77ad01d6cc7 MD5sum: 56f0a16d99fa8639578498eb3c145418 Description: BitLocker Drive Encryption access library -- development files The BDE format is used by Microsoft Windows (Vista and later) to encrypt data on a storage media volume. . This package includes the development support files. Multi-Arch: same Homepage: https://github.com/libyal/libbde Tag: devel::library, role::devel-lib Section: libdevel Priority: optional Filename: pool/main/libb/libbde/libbde-dev_20190102-2+b2_arm64.deb Package: libbde-utils Source: libbde (20190102-2) Version: 20190102-2+b2 Installed-Size: 152 Maintainer: Debian Security Tools Architecture: arm64 Depends: libbde1 (>= 20150204), libbfio1 (>= 20120425), libc6 (>= 2.34), libfuse2 (>= 2.6) Size: 36332 SHA256: 0866c4a799c88eb2698ec810008f20ea0e6a4dc427cecaa1c4adfc8b2ce0920d SHA1: 143e3d3127513275ed188676f5db94a4f684afb5 MD5sum: 67fbcdf8eac25ca6bbb130047d06b69e Description: Tools to access the BitLocker Drive Encryption format. The BDE format is used by Microsoft Windows (Vista and later) to encrypt data on a storage media volume. Multi-Arch: foreign Homepage: https://github.com/libyal/libbde Section: otherosfs Priority: optional Filename: pool/main/libb/libbde/libbde-utils_20190102-2+b2_arm64.deb Package: libbde1 Source: libbde (20190102-2) Version: 20190102-2+b2 Installed-Size: 1461 Maintainer: Debian Security Tools Architecture: arm64 Depends: libbfio1 (>= 20120425), libc6 (>= 2.34) Size: 437540 SHA256: de906fb6a221213eb0a22f1c9e06e64ffe24594e0682ebe0c6013e2e53293831 SHA1: 03a4407433a3c21cfca67dbe1e4aaa2c8379c3c5 MD5sum: 2901495964db4b069dd02148678591cc Description: BitLocker Drive Encryption access library The BDE format is used by Microsoft Windows (Vista and later) to encrypt data on a storage media volume. Multi-Arch: same Homepage: https://github.com/libyal/libbde Tag: role::shared-lib Section: libs Priority: optional Filename: pool/main/libb/libbde/libbde1_20190102-2+b2_arm64.deb Package: libcgsi-gsoap-dev Source: cgsi-gsoap Version: 1.3.11-4 Installed-Size: 242 Maintainer: Mattias Ellert Architecture: arm64 Depends: libcgsi-gsoap1 (= 1.3.11-4), libgsoap-dev (>= 2.8.132), libgsoap-dev (<< 2.8.133) Suggests: libcgsi-gsoap-doc (= 1.3.11-4) Size: 23816 SHA256: 6db9373c1634851c4a8c0662ecfa2573b1b0e2ff5925e549273627dba8358dd7 SHA1: d1f0d665130f2717dc7d0708fc69336265203e72 MD5sum: b375dd257ef274d481126fa002c38493 Description: GSI plugin for gSOAP - development files This package provides the header files for programming with the cgsi-gsoap plugins. Multi-Arch: same Homepage: https://dmc-docs.web.cern.ch/dmc-docs/cgsi-gsoap.html Tag: devel::library, role::devel-lib Section: libdevel Priority: optional Filename: pool/main/c/cgsi-gsoap/libcgsi-gsoap-dev_1.3.11-4_arm64.deb Package: libcgsi-gsoap-doc Source: cgsi-gsoap Version: 1.3.11-4 Installed-Size: 408 Maintainer: Mattias Ellert Architecture: all Replaces: libcgsi-gsoap-dev (<< 1.3.11-3~) Breaks: libcgsi-gsoap-dev (<< 1.3.11-3~) Size: 89832 SHA256: d089666b1cb89b6330da9e83df6a4f2b93d1cfb6651e1ee9148ba9520bc22a35 SHA1: 175ae1deeb7821a283b330e487629ea7aefc8918 MD5sum: 42600cf59a9ce7d3429e4e808b446c15 Description: GSI plugin for gSOAP - documentation files This package provides the documentation for programming with the cgsi-gsoap plugins. Multi-Arch: foreign Homepage: https://dmc-docs.web.cern.ch/dmc-docs/cgsi-gsoap.html Section: doc Priority: optional Filename: pool/main/c/cgsi-gsoap/libcgsi-gsoap-doc_1.3.11-4_all.deb Package: libcgsi-gsoap1 Source: cgsi-gsoap Version: 1.3.11-4 Installed-Size: 292 Maintainer: Mattias Ellert Architecture: arm64 Depends: libc6 (>= 2.34), libglobus-common0 (>= 17), libglobus-gsi-cert-utils0 (>= 8), libglobus-gsi-credential1 (>= 6), libglobus-gss-assist3 (>= 11), libglobus-gssapi-gsi4 (>= 13), libglobus-openssl-module0 (>= 3), libssl3 (>= 3.0.0), libstdc++6 (>= 13.1), libvomsapi1v5 (>= 2.1.0~rc3), libgsoap-2.8.132 Size: 28604 SHA256: f34a467e7757e165de4c669028d62183b8b1a31eaf3cc6f6e18c73c3c62df05e SHA1: 124a80dfaf499b9e3b7ad47cc4d0a55db78e126e MD5sum: 900681786d2951f07dc640f51cd8dce5 Description: GSI plugin for gSOAP This is a GSI plugin for gSOAP. It uses the globus GSI libraries to implement GSI secure authentication and encryption on top of gSOAP. Multi-Arch: same Homepage: https://dmc-docs.web.cern.ch/dmc-docs/cgsi-gsoap.html Tag: role::shared-lib Section: libs Priority: optional Filename: pool/main/c/cgsi-gsoap/libcgsi-gsoap1_1.3.11-4_arm64.deb Package: libflorence-1.0-1 Source: florence Version: 0.6.3-1.2 Installed-Size: 30 Maintainer: Jérémy Bobbio Architecture: arm64 Depends: libc6 (>= 2.17), libglib2.0-0 (>= 2.26.0) Size: 10252 SHA256: 8eecee6a443c33a7efaab8856f891a92399a612487882b2a8875f6f3a4807ef9 SHA1: 9af116a68660b5870226e5a0280af2a23c56b69b MD5sum: 0c49f2c775f1e3f2447c64de9f3c43e3 Description: extensible and scalable virtual keyboard for X Florence is an extensible scalable virtual keyboard for X. . libflorence is a library to control the virtual keyboard. . This package contains the shared library. Multi-Arch: same Homepage: http://florence.sourceforge.net/ Tag: role::shared-lib Section: libs Priority: optional Filename: pool/main/f/florence/libflorence-1.0-1_0.6.3-1.2_arm64.deb Package: libflorence-1.0-dev Source: florence Version: 0.6.3-1.2 Installed-Size: 33 Maintainer: Jérémy Bobbio Architecture: arm64 Depends: libflorence-1.0-1 (= 0.6.3-1.2) Size: 10092 SHA256: 69ac43f753fe7dfbaf27cfb9ad8a4a8844a808a4695fd2e2ef750e51f665420a SHA1: 6080980f59714f121c212dce76b2a21e24e4b976 MD5sum: 88e27ea9e722d1eb4a6dd779b79430f1 Description: extensible and scalable virtual keyboard for X Florence is an extensible scalable virtual keyboard for X. . libflorence is a library to control the virtual keyboard. . This package contains the development files. Multi-Arch: same Homepage: http://florence.sourceforge.net/ Tag: devel::library, role::devel-lib Section: libdevel Priority: optional Filename: pool/main/f/florence/libflorence-1.0-dev_0.6.3-1.2_arm64.deb Package: libfreefare-bin Source: libfreefare (0.4.0-2.1) Version: 0.4.0-2.1+b1 Installed-Size: 192 Maintainer: Nobuhiro Iwamatsu Architecture: arm64 Depends: libc6 (>= 2.17), libfreefare0 (>= 0.4.0-2.1+b1), libnfc6 (>= 1.7.0~rc7) Size: 31892 SHA256: 59dff022a8f7b27ec0faffd250fe36a5999211dab6806ef5ca4fabc84dba9467 SHA1: e5704a5e30f30c24d692e97e98fcffabc2f6c647 MD5sum: a8ac465df3d921792484a4e166b36065 Description: MIFARE card manipulations binaries The libfreefare project aims to provide a convenient API for MIFARE card manipulations. . This package includes some binaries that are useful for development purposes. Homepage: https://code.google.com/p/libfreefare/ Section: utils Priority: optional Filename: pool/main/libf/libfreefare/libfreefare-bin_0.4.0-2.1+b1_arm64.deb Package: libfreefare-dev Source: libfreefare (0.4.0-2.1) Version: 0.4.0-2.1+b1 Installed-Size: 170 Maintainer: Nobuhiro Iwamatsu Architecture: arm64 Depends: libfreefare0 (= 0.4.0-2.1+b1), libnfc-dev Suggests: libfreefare-doc Size: 40328 SHA256: a8621fd166c48a8bb11ba3ca999e9e71da0966f8c8b70169bc84f364ad31d4bc SHA1: 528a16491f18a94e9187c0a0a0d6ab2b8517ba34 MD5sum: bd1916d113467bed7bf5dec7025aa9db Description: MIFARE card manipulations library (development files) The libfreefare project aims to provide a convenient API for MIFARE card manipulations. . This package contains development files. Multi-Arch: same Homepage: https://code.google.com/p/libfreefare/ Tag: devel::library, role::devel-lib Section: libdevel Priority: optional Filename: pool/main/libf/libfreefare/libfreefare-dev_0.4.0-2.1+b1_arm64.deb Package: libfreefare-doc Source: libfreefare Version: 0.4.0-2.1 Installed-Size: 157 Maintainer: Nobuhiro Iwamatsu Architecture: all Size: 32124 SHA256: a72e9eb5720af0ed33f26c8aad36d94aeddb67866d36fc95a83fe200fd79d1e5 SHA1: 0662b70be5d847b5a5ae87bbf0142e2d40ba143e MD5sum: ae10a77f61ba09204cabbc4cffc4a236 Description: documentation for libfreefare The libfreefare project aims to provide a convenient API for MIFARE card manipulations. . This package contains document files. Homepage: https://code.google.com/p/libfreefare/ Section: doc Priority: optional Filename: pool/main/libf/libfreefare/libfreefare-doc_0.4.0-2.1_all.deb Package: libfreefare0 Source: libfreefare (0.4.0-2.1) Version: 0.4.0-2.1+b1 Installed-Size: 107 Maintainer: Nobuhiro Iwamatsu Architecture: arm64 Depends: libc6 (>= 2.17), libnfc6 (>= 1.7.0~rc7), libssl3 (>= 3.0.0) Size: 35404 SHA256: ef91719176473a469b052bdb276d5071618a19f208fd9dee34e38ef00a92fa7f SHA1: fc32cca155308c41769056a239df78526ee635e8 MD5sum: 67846771c5bb74c97d9b13ce6ca311f7 Description: MIFARE card manipulations library The libfreefare project aims to provide a convenient API for MIFARE card manipulations. . This package contains the libfreefare library. Multi-Arch: same Homepage: https://code.google.com/p/libfreefare/ Tag: role::shared-lib Section: libs Priority: optional Filename: pool/main/libf/libfreefare/libfreefare0_0.4.0-2.1+b1_arm64.deb Package: libgnuradio-air-modes1 Source: gr-air-modes (0.0.20210211-3) Version: 0.0.20210211-3+b4 Installed-Size: 148 Maintainer: A. Maitland Bottoms Architecture: arm64 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.0), libgnuradio-pmt3.10.9 (>= 3.10.9.1), libgnuradio-runtime3.10.9 (>= 3.10.9.1), libstdc++6 (>= 13.1) Recommends: gr-air-modes Size: 23084 SHA256: 7ffb5db8c6e57d72f505c8e0d774987622b5ff8684dc1531b73a55808b1542cd SHA1: 3cb0eddc1ccccf5cb7cd00497b1e3d97e9e2d695 MD5sum: 66c2f7fe0d4ee22f2429f9aeb4cef3af Description: Gnuradio Mode-S/ADS-B radio - library A software-defined radio receiver for Mode S transponder signals, including ADS-B reports from equipped aircraft. . This package provides a shared library. Homepage: https://github.com/bistromath/gr-air-modes Tag: devel::library, role::devel-lib Section: libdevel Priority: optional Filename: pool/main/g/gr-air-modes/libgnuradio-air-modes1_0.0.20210211-3+b4_arm64.deb Package: libgnuradio-air-modes1t64 Source: gr-air-modes Version: 0.0.20210211-3.1 Installed-Size: 150 Maintainer: A. Maitland Bottoms Architecture: arm64 Replaces: libgnuradio-air-modes1 Provides: libgnuradio-air-modes1 (= 0.0.20210211-3.1) Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.0), libgnuradio-pmt3.10.9 (>= 3.10.9.2), libgnuradio-runtime3.10.9 (>= 3.10.9.2), libstdc++6 (>= 13.1) Recommends: gr-air-modes Breaks: libgnuradio-air-modes1 (<< 0.0.20210211-3.1) Size: 23088 SHA256: e4ea12dda90d35d99bd5a5ce945c6ca95545008172eb9e158c90fc0c4bc0806c SHA1: 06199d67248e2723d9efccd41ed21d5dd7a323a3 MD5sum: 4895c381540c4f23b988430652e79df0 Description: Gnuradio Mode-S/ADS-B radio - library A software-defined radio receiver for Mode S transponder signals, including ADS-B reports from equipped aircraft. . This package provides a shared library. Homepage: https://github.com/bistromath/gr-air-modes Section: libdevel Priority: optional Filename: pool/main/g/gr-air-modes/libgnuradio-air-modes1t64_0.0.20210211-3.1_arm64.deb Package: libgpaste-2 Source: gpaste Version: 45-2 Installed-Size: 323 Maintainer: Jérémy Lal Architecture: arm64 Replaces: libgpaste13 Depends: libadwaita-1-0 (>= 1.1.0~), libc6 (>= 2.17), libcairo2 (>= 1.2.4), libgdk-pixbuf-2.0-0 (>= 2.31.1), libglib2.0-0 (>= 2.70.0~), libgtk-3-0 (>= 3.24.0~), libgtk-4-1 (>= 4.6.0~), libgpaste-2-common Size: 51972 SHA256: 99d65711cc2c3fc594bc027e18bb26ecd6201e6b87d69cc51947ec0540478052 SHA1: 1a24cba6f26e167b0f06d2a7ee7bde1ebb6898a3 MD5sum: c158f9bfa1d818699c629f20078c5c16 Description: Clipboard management system for GNOME - library GPaste manages clipboard history and allows easy access to it using keyboard shortcuts, gnome-shell extension, command-line tools, gir bindings. . This package contains the shared library used by gpaste. Homepage: https://github.com/Keruspe/GPaste Tag: role::shared-lib Section: libs Priority: optional Filename: pool/main/g/gpaste/libgpaste-2_45-2_arm64.deb Package: libgpaste-2-common Source: gpaste Version: 45-2 Installed-Size: 390 Maintainer: Jérémy Lal Architecture: all Replaces: libgpaste-common, libgpaste6 (<< 3.24) Breaks: libgpaste-common, libgpaste6 (<< 3.24) Size: 67984 SHA256: b293022b52bf17f4a22cd8b200e1d1029f0f87c70c2ff7c7fdb81b193add7323 SHA1: 682744c9855d0f4f632bc6429c7a771b8a696999 MD5sum: c509ecd3f36617a451b5c7da4c6de5b4 Description: Clipboard management system for GNOME - shared files GPaste manages clipboard history and allows easy access to it using keyboard shortcuts, gnome-shell extension, command-line tools, gir bindings. . This package contains the common files, such as translations. Multi-Arch: foreign Homepage: https://github.com/Keruspe/GPaste Tag: role::shared-lib Section: libs Priority: optional Filename: pool/main/g/gpaste/libgpaste-2-common_45-2_all.deb Package: libgpaste-2-dev Source: gpaste Version: 45-2 Installed-Size: 582 Maintainer: Jérémy Lal Architecture: arm64 Replaces: libgpaste-dev Depends: libgpaste-2 (= 45-2), gir1.2-gpaste-2 (= 45-2), gir1.2-gpastegtk-3, gir1.2-gpastegtk-4, pkg-config, libglib2.0-dev (>= 2.56.0~) Conflicts: libgpaste-dev Size: 40756 SHA256: fe5c00e698f98e3f46b2d0aea4564e671662f1e4a5e442d61a324e5d38a79198 SHA1: 0dd8348b7f39a5a0fc9b4da3b86eb92e336b23f6 MD5sum: 19e7983e95507a982d3a72e1456a64d3 Description: Clipboard management system for GNOME - development files GPaste manages clipboard history and allows easy access to it using keyboard shortcuts, gnome-shell extension, command-line tools, gir bindings. . This package contains headers and libraries for developing applications that use GPaste to manage the clipboard. Homepage: https://github.com/Keruspe/GPaste Tag: devel::library, role::devel-lib Section: libdevel Priority: optional Filename: pool/main/g/gpaste/libgpaste-2-dev_45-2_arm64.deb Package: libgsoap-2.8.132 Source: gsoap Version: 2.8.132-2 Installed-Size: 1868 Maintainer: Mattias Ellert Architecture: arm64 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libssl3 (>= 3.0.0), libstdc++6 (>= 13.1), zlib1g (>= 1:1.1.4) Size: 276848 SHA256: 3eb6df4f57c37c3dbaed5d19f981c4ec50e583a9613ffafa983f4353e1e7e8c3 SHA1: 06d5ca8c46651f6e47a92c989824c6f57ca830fb MD5sum: 6646e57c9fa8db75287746d012c359df Description: Runtime libraries for gSOAP The gSOAP toolkit provides a unique SOAP-to-C/C++ language binding for the development of SOAP Web Services and clients. Runtime libraries. Multi-Arch: same Homepage: https://gsoap2.sourceforge.net/ Section: libs Priority: optional Filename: pool/main/g/gsoap/libgsoap-2.8.132_2.8.132-2_arm64.deb Package: libgsoap-dev Source: gsoap Version: 2.8.132-2 Installed-Size: 2488 Maintainer: Mattias Ellert Architecture: arm64 Depends: libgsoap-2.8.132 (= 2.8.132-2) Size: 286496 SHA256: 2bffebdbd4ae30a9593c166174fb440498e099e336499a5744bc06b3dd4e1b55 SHA1: 75cb06a3f30765ccbbddb2abfe43edc3a7b894c2 MD5sum: 5c308bf4db8da9168a20723d2abec0ee Description: Development libraries and headers for gSOAP The gSOAP toolkit provides a unique SOAP-to-C/C++ language binding for the development of SOAP Web Services and clients. Development libraries and headers. Multi-Arch: same Homepage: https://gsoap2.sourceforge.net/ Tag: devel::library, role::devel-lib Section: libdevel Priority: optional Filename: pool/main/g/gsoap/libgsoap-dev_2.8.132-2_arm64.deb Package: libgvm-dev Source: gvm-libs (22.7.3-1) Version: 22.7.3-1+b1 Installed-Size: 140 Maintainer: Debian Security Tools Architecture: arm64 Depends: libgcrypt-dev, libglib2.0-dev, libgnutls28-dev, libgpgme-dev, libhiredis-dev, libksba-dev, libgvm22 (= 22.7.3-1+b1), libpcap-dev, libssh-dev, uuid-dev, libsnmp-dev Suggests: libgvm-doc Size: 27576 SHA256: b228b7097395b4bfcf080277d3d4d7f88635ebf8a55d9e36d34410b86435ad25 SHA1: 9b9cd3f63720ffc984be1e92bf12e0415b6313fa MD5sum: 5116d2d9fd20b1435ef0f5db10757653 Description: remote network security auditor - static libraries and headers The Open Vulnerability Assessment System is a modular security auditing tool, used for testing remote systems for vulnerabilities that should be fixed. . It is made up of two parts: a server, and a client. The server/daemon, gvmd, is in charge of the attacks, whereas the client, gvm-tools, provides an X11/GTK+ user interface. . This package contains the required static libraries and headers. Homepage: https://www.greenbone.net/ Tag: devel::library, role::devel-lib Section: libdevel Priority: optional Filename: pool/main/g/gvm-libs/libgvm-dev_22.7.3-1+b1_arm64.deb Package: libgvm-doc Source: gvm-libs Version: 22.7.3-1 Installed-Size: 6811 Maintainer: Debian Security Tools Architecture: all Size: 424776 SHA256: ef4a579e6d0cbbe7693685b4a26d62be2fa96f936a9ec3e732dece75b5e2020a SHA1: c6e4e5be6b591090040cb4be2f2f3154f5571f72 MD5sum: 60013d4d034c1d2603de028922e6db61 Description: remote network security auditor - libraries documentation The Open Vulnerability Assessment System is a modular security auditing tool, used for testing remote systems for vulnerabilities that should be fixed. . It is made up of two parts: a server, and a client. The server/daemon, gvmd, is in charge of the attacks, whereas the client, gvm-tools, provides an X11/GTK+ user interface. . This package contains the doxygen generated HTML documentation for the libraries. Homepage: https://www.greenbone.net/ Section: doc Priority: optional Filename: pool/main/g/gvm-libs/libgvm-doc_22.7.3-1_all.deb Package: libgvm21 Source: gvm-libs Version: 21.4.4-1 Installed-Size: 333 Maintainer: Debian Security Tools Architecture: arm64 Replaces: libopenvas9 Depends: libc6 (>= 2.33), libcrypt1 (>= 1:4.1.0), libgcrypt20 (>= 1.10.0), libglib2.0-0 (>= 2.33.14), libgnutls30 (>= 3.7.2), libgpg-error0 (>= 1.14), libgpgme11 (>= 1.6.0), libhiredis0.14 (>= 0.14.0), libldap-2.5-0 (>= 2.5.4), libnet1 (>= 1.1.2.1), libradcli4 (>= 1.2.11), libssh-gcrypt-4 (>= 0.8.0), libuuid1 (>= 2.16), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4) Conflicts: libopenvas9 Breaks: openvas-scanner (<< 5.1.2~) Size: 101024 SHA256: 28c798a5123c8a55c508a5ef319272266d4edc0361cb0c4ef0e19d76670815ba SHA1: 04afc3a7777fb2b1d972ed8dcc79192f19de85ef MD5sum: 3c9d96c4768ffb397f7fd78656d2e674 Description: remote network security auditor - shared libraries The Open Vulnerability Assessment System is a modular security auditing tool, used for testing remote systems for vulnerabilities that should be fixed. . It is made up of two parts: a server, and a client. The server/daemon, gvmd, is in charge of the attacks, whereas the client, gvm-tools, provides an X11/GTK+ user interface. . This package contains the required shared libraries. Multi-Arch: same Homepage: https://www.greenbone.net/ Section: libs Priority: optional Filename: pool/main/g/gvm-libs/libgvm21_21.4.4-1_arm64.deb Package: libgvm22 Source: gvm-libs (22.7.3-1) Version: 22.7.3-1+b1 Installed-Size: 504 Maintainer: Debian Security Tools Architecture: arm64 Replaces: libopenvas9 Depends: libc6 (>= 2.34), libcrypt1 (>= 1:4.1.0), libgcrypt20 (>= 1.10.0), libglib2.0-0 (>= 2.75.3), libgnutls30 (>= 3.8.1), libgpgme11 (>= 1.6.0), libhiredis1.1.0 (>= 1.2.0), libldap-2.5-0 (>= 2.5.4), libnet1 (>= 1.1.2.1), libpaho-mqtt1.3 (>= 1.3.0), libradcli4 (>= 1.2.11), libssh-gcrypt-4 (>= 0.8.0), libuuid1 (>= 2.16), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4) Conflicts: libopenvas9 Size: 104720 SHA256: 7331ec0b25e4547dcdb0b9edf555b0782e8a8a2eb910cccc040a8fcdf9f86d6b SHA1: 20740441ece9b05404a790a33b356814b509711e MD5sum: 27b6434c3a40f8daf2636fcdb68ac324 Description: remote network security auditor - shared libraries The Open Vulnerability Assessment System is a modular security auditing tool, used for testing remote systems for vulnerabilities that should be fixed. . It is made up of two parts: a server, and a client. The server/daemon, gvmd, is in charge of the attacks, whereas the client, gvm-tools, provides an X11/GTK+ user interface. . This package contains the required shared libraries. Multi-Arch: same Homepage: https://www.greenbone.net/ Tag: role::shared-lib Section: libs Priority: optional Filename: pool/main/g/gvm-libs/libgvm22_22.7.3-1+b1_arm64.deb Package: liblnk-dev Source: liblnk (20181227-1.1) Version: 20181227-1.1+b4 Installed-Size: 2170 Maintainer: Debian Security Tools Architecture: arm64 Depends: liblnk1 (= 20181227-1.1+b4) Size: 338884 SHA256: 4456a8a36680b89f1c367513d9df99247daf8ac3444c7215451d5ca6e6baa55c SHA1: 89552933830fcecb943f0c9d84b6f39a20124a86 MD5sum: 598527fc7d31f72f159963ddb919335e Description: Windows Shortcut File format access library -- development files liblnk is a library to access the Windows Shortcut File (LNK) format. . This package includes the development support files. Multi-Arch: same Homepage: https://github.com/libyal/liblnk Tag: devel::library, role::devel-lib Section: libdevel Priority: optional Filename: pool/main/libl/liblnk/liblnk-dev_20181227-1.1+b4_arm64.deb Package: liblnk-utils Source: liblnk (20181227-1.1) Version: 20181227-1.1+b4 Installed-Size: 855 Maintainer: Debian Security Tools Architecture: arm64 Depends: libc6 (>= 2.34), liblnk1 (>= 20170111) Size: 264024 SHA256: 712f4268dcbd56e0d0c88632a96f2ca331a4b52eead757bb3b2824d2f11a8fec SHA1: e9fbc7f8c147a7860ad27331bcb203336cf01ba1 MD5sum: 878620a0fcfbcef447ab1eba786bd31e Description: Windows Shortcut File format access library -- Utilities liblnk is a library to access the Windows Shortcut File (LNK) format. . This package contains lnkinfo, a tool to determine information about a Windows Shortcut File. Multi-Arch: foreign Homepage: https://github.com/libyal/liblnk Section: otherosfs Priority: optional Filename: pool/main/libl/liblnk/liblnk-utils_20181227-1.1+b4_arm64.deb Package: liblnk1 Source: liblnk (20181227-1.1) Version: 20181227-1.1+b4 Installed-Size: 1397 Maintainer: Debian Security Tools Architecture: arm64 Depends: libbfio1 (>= 20120425), libc6 (>= 2.34) Size: 323944 SHA256: a649b0c95096b8b65c430ba8317e58a4332686e1b9121e2e0423c4ba4896a8a3 SHA1: edde70af0098fd29acbd9aebc271592cb8606986 MD5sum: dc252c4f70513df37d1508e83b767567 Description: Windows Shortcut File format access library liblnk is a library to access the Windows Shortcut File (LNK) format. . This package contains the shared library. Multi-Arch: same Homepage: https://github.com/libyal/liblnk Tag: role::shared-lib Section: libs Priority: optional Filename: pool/main/libl/liblnk/liblnk1_20181227-1.1+b4_arm64.deb Package: libmutter-13-0 Source: mutter Version: 45.3-3 Installed-Size: 4739 Maintainer: Debian GNOME Maintainers Architecture: arm64 Depends: adwaita-icon-theme, gsettings-desktop-schemas (>= 40~alpha), mutter-common (>= 45.3-3), mutter-common-bin (= 45.3-3), libatk1.0-0 (>= 2.2.0), libc6 (>= 2.34), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.14.0), libcanberra0 (>= 0.2), libcolord2 (>= 1.4.5), libdrm2 (>= 2.4.83), libegl1, libeis1 (>= 1.0.901), libfontconfig1 (>= 2.12.6), libfribidi0 (>= 1.0.0), libgbm1 (>= 21.1.0), libgdk-pixbuf-2.0-0 (>= 2.22.0), libgl1, libglib2.0-0 (>= 2.77.3), libgnome-desktop-4-2 (>= 3.17.92), libgraphene-1.0-0 (>= 1.10.0), libgudev-1.0-0 (>= 232), libharfbuzz0b (>= 0.6.0), libice6 (>= 1:1.0.0), libinput10 (>= 1.19.1), libjson-glib-1.0-0 (>= 1.5.2), liblcms2-2 (>= 2.6), libpango-1.0-0 (>= 1.46.0), libpangocairo-1.0-0 (>= 1.46.0), libpangoft2-1.0-0 (>= 1.46.0), libpipewire-0.3-0 (>= 0.3.33), libsm6, libstartup-notification0 (>= 0.11), libsystemd0 (>= 226), libudev1 (>= 183), libwacom9 (>= 2.0.0), libwayland-server0 (>= 1.21.0), libx11-6 (>= 2:1.7.0), libx11-xcb1 (>= 2:1.8.7), libxau6 (>= 1:1.0.9), libxcb-randr0 (>= 1.1), libxcb-res0 (>= 1.10), libxcb1, libxcomposite1 (>= 1:0.4.5), libxcursor1 (>> 1.1.2), libxdamage1 (>= 1:1.1), libxext6 (>= 2:1.3.0), libxfixes3 (>= 1:6.0.0), libxi6 (>= 2:1.6.99.1), libxinerama1 (>= 2:1.1.4), libxkbcommon-x11-0 (>= 0.5.0), libxkbcommon0 (>= 0.5.0), libxkbfile1 (>= 1:1.1.0), libxrandr2 (>= 2:1.5.0), libxtst6 Breaks: apparmor (<< 2.13.3-5~), gnome-control-center (<< 1:3.25.2), gnome-settings-daemon (<< 3.31.101), gnome-shell (<< 45~rc), libgtk-3-0 (<< 3.24.33-2~), libgtk-4-1 (<< 4.6.3+ds1-2~), xwayland (<< 2:23.1.0) Size: 1249224 SHA256: e4ed6903cc6d8e1ac5dd65c686f344ad7d8e4ff5c3289ba8ee78b5a1603db452 SHA1: 9e570e26714b7d29087f88209dc29e11d955b20d MD5sum: 0298823c34ff155aa21ba4732eb6bb85 Description: window manager library from the Mutter window manager Mutter is a Wayland display server and X11 window manager and compositor library. It contains functionality related to, among other things, window management, window compositing, focus tracking, workspace management, keybindings and monitor configuration. . Internally it uses a fork of Cogl, a hardware acceleration abstraction library used to simplify usage of OpenGL pipelines, as well as a fork of Clutter, a scene graph and user interface toolkit. . This package contains the window manager shared library, used by mutter itself, and gnome-shell. Multi-Arch: same Homepage: https://mutter.gnome.org/ Section: libs Priority: optional Filename: pool/main/m/mutter/libmutter-13-0_45.3-3_arm64.deb Package: libmutter-13-dev Source: mutter Version: 45.3-3 Installed-Size: 5956 Maintainer: Debian GNOME Maintainers Architecture: arm64 Depends: gir1.2-mutter-13 (= 45.3-3), gsettings-desktop-schemas-dev (>= 40~alpha), libatk1.0-dev, libcairo2-dev, libdrm-dev, libegl1-mesa-dev, libgbm-dev, libgdk-pixbuf-2.0-dev, libgles-dev, libglib2.0-dev (>= 2.75.0), libgraphene-1.0-dev (>= 1.9.3), libinput-dev (>= 1.19), libjson-glib-dev, libmutter-13-0 (= 45.3-3), libpango1.0-dev, libwayland-dev, libx11-dev, libxcomposite-dev, libxdamage-dev, libxext-dev, libxfixes-dev (>= 6.0), libxi-dev, libxrandr-dev Size: 492712 SHA256: dd1c59115717705bcee037b5f7781a7606416b2807942cd5410359c01e0f2cea SHA1: 9daa872dbc75a67b9cff391da1e78ace212311d5 MD5sum: 0903109e774d3a92a5ddd85300fd12c0 Description: Development files for the Mutter window manager Mutter is a Wayland display server and X11 window manager and compositor library. It contains functionality related to, among other things, window management, window compositing, focus tracking, workspace management, keybindings and monitor configuration. . Internally it uses a fork of Cogl, a hardware acceleration abstraction library used to simplify usage of OpenGL pipelines, as well as a fork of Clutter, a scene graph and user interface toolkit. . This package contains the development files. Multi-Arch: same Homepage: https://mutter.gnome.org/ Section: libdevel Priority: optional Filename: pool/main/m/mutter/libmutter-13-dev_45.3-3_arm64.deb Package: libmutter-test-13 Source: mutter Version: 45.3-3 Installed-Size: 202 Maintainer: Debian GNOME Maintainers Architecture: arm64 Provides: gir1.2-metatest-13 Depends: libmutter-13-0 (= 45.3-3), mutter (= 45.3-3), libc6 (>= 2.17), libcairo2 (>= 1.14.0), libgles2, libglib2.0-0 (>= 2.77.0), libwayland-client0 (>= 1.21.0), libxcb1, libxext6 Size: 65268 SHA256: b722cfd9873cf69d83aa5b97c7b76e29b58830a85ccc3ce1e4f016221e688f82 SHA1: 4ee1b00672f18bdd9e9edbc75478ca035af73b2c MD5sum: ae5a157379de41e529dd29f4308acb18 Description: Test helper library for GNOME's window manager library Mutter is a Wayland display server and X11 window manager and compositor library. It contains functionality related to, among other things, window management, window compositing, focus tracking, workspace management, keybindings and monitor configuration. . This package contains a private library used by the automated tests for mutter and gnome-shell. It should not be used by non-GNOME packages. Homepage: https://mutter.gnome.org/ Section: libs Priority: optional Filename: pool/main/m/mutter/libmutter-test-13_45.3-3_arm64.deb Package: libpython-all-dbg Source: python-defaults Version: 2.7.18-3 Installed-Size: 7 Maintainer: Matthias Klose Architecture: arm64 Depends: libpython2-dbg (= 2.7.18-3), libpython2.7-dbg Size: 1188 SHA256: c307760dea1474ec1a90315bf08528b5efde7f595dbe24ad0c452d74fbe9c6e1 SHA1: 2287cce06ebdf077e5026d22836ce938b34f91c5 MD5sum: df58e7603db1b306797c86d6108ba377 Description: package depending on all supported Python2 debugging packages The package currently depends on libpython2.7-dbg, in the future, dependencies on jython (Python2 for a JVM) and ironpython (Python2 for Mono) may be added. . This package is a dependency package used as a build dependency for other packages to avoid hardcoded dependencies on specific Python2 debug packages. Multi-Arch: same Homepage: https://www.python.org/ Tag: role::debug-symbols Section: debug Priority: optional Filename: pool/main/p/python-defaults/libpython-all-dbg_2.7.18-3_arm64.deb Package: libpython-all-dev Source: python-defaults Version: 2.7.18-3 Installed-Size: 6 Maintainer: Matthias Klose Architecture: arm64 Depends: libpython2-dev (= 2.7.18-3), libpython2.7-dev Size: 1068 SHA256: e20c849812e0b9695f903909ba3736968e812d8234e6ea0ca6048497fa016342 SHA1: 8c33aed81b99050873c3b7a7f3dd9b21ccd4feb3 MD5sum: 648e8052176ccbe0428fa4b5f8e37b58 Description: package depending on all supported Python2 development packages The package currently depends on libpython2.7-dev, in the future, dependencies on jython (Python2 for a JVM) and ironpython (Python2 for Mono) may be added. . This package is a dependency package used as a build dependency for other packages to avoid hardcoded dependencies on specific Python2 development packages. Multi-Arch: same Homepage: https://www.python.org/ Tag: devel::library, role::devel-lib Section: libdevel Priority: optional Filename: pool/main/p/python-defaults/libpython-all-dev_2.7.18-3_arm64.deb Package: libpython2-dbg Source: python-defaults Version: 2.7.18-3 Installed-Size: 43 Maintainer: Matthias Klose Architecture: arm64 Replaces: libpython-dbg (<< 2.7.15-2) Depends: libpython2.7-dbg (>= 2.7.18~) Breaks: libpython-dbg (<< 2.7.15-2) Size: 21212 SHA256: cb3b50ae2282c47f1410f753e29503204a71f97044c89f7b2bbb5ecf8815d289 SHA1: 6059d9c87b80d9acde9385f0824702d6a5d69074 MD5sum: ab68a71aea2dffe997379eade5e93ccb Description: debug build of the Python2 interpreter (version 2.7) Python2 interpreter configured with --pydebug. Dynamically loaded modules are searched in /usr/lib/python2.7/lib-dynload/debug first. Multi-Arch: same Homepage: https://www.python.org/ Tag: role::debug-symbols Section: debug Priority: optional Filename: pool/main/p/python-defaults/libpython2-dbg_2.7.18-3_arm64.deb Package: libpython2-dev Source: python-defaults Version: 2.7.18-3 Installed-Size: 43 Maintainer: Matthias Klose Architecture: arm64 Replaces: libpython-dev (<< 2.7.15-2) Depends: libpython2.7-dev (>= 2.7.18~) Breaks: libpython-dev (<< 2.7.15-2) Size: 21276 SHA256: 13ef86aed8ac31c787039259795a92f88dcb99f29a5aa4133d261249595fcc05 SHA1: 117bfd932f4f776a5276589642ab0740a7241e17 MD5sum: 61ba58d0898cc8b93d113a00068f8c89 Description: header files and a static library for Python2 Header files, a static library and development tools for building Python2 modules, extending the Python2 interpreter or embedding Python2 in applications. . This package is a dependency package, which depends on Debian's Python2 version (currently v2.7). Multi-Arch: same Homepage: https://www.python.org/ Tag: devel::library, role::devel-lib Section: libdevel Priority: optional Filename: pool/main/p/python-defaults/libpython2-dev_2.7.18-3_arm64.deb Package: libpython2-stdlib Source: python-defaults Version: 2.7.18-3 Installed-Size: 38 Maintainer: Matthias Klose Architecture: arm64 Replaces: libpython-stdlib (<< 2.7.15-2) Depends: libpython2.7-stdlib (>= 2.7.18~) Breaks: libpython-stdlib (<< 2.7.15-2) Size: 21204 SHA256: 3ca9f04313eeafbc082d919dbeb21901258151a3a5facbc462736141e19d8a14 SHA1: 402015ad0b717bc83e7e75c64a45b7d9dd04dbfe MD5sum: 7710e73348d3606a7220655d4100049c Description: interactive high-level object-oriented language (Python2) Python2, the high-level, interactive object oriented language, includes an extensive class library with lots of goodies for network programming, system administration, sounds and graphics. . This package is a dependency package, which depends on Debian's Python2 version (currently v2.7). Multi-Arch: same Homepage: https://www.python.org/ Section: python Priority: optional Filename: pool/main/p/python-defaults/libpython2-stdlib_2.7.18-3_arm64.deb Package: libpython2.7 Source: python2.7 Version: 2.7.18-13.2 Installed-Size: 3458 Maintainer: Matthias Klose Architecture: arm64 Replaces: python2.7 (<< 2.6) Depends: libpython2.7-stdlib (= 2.7.18-13.2), libc6 (>= 2.33), zlib1g (>= 1:1.2.0) Size: 943528 SHA256: 71f1535b09c3766bd049792304ebfb07296067459df19dbb866ac93de2c7b3a5 SHA1: 496c0b50eb7c331e239a0b8c7d5e4702d04ff67b MD5sum: 8c55317803e8464cfdd5e43898213259 Description: Shared Python runtime library (version 2.7) Python is a high-level, interactive, object-oriented language. Its 2.7 version includes an extensive class library with lots of goodies for network programming, system administration, sounds and graphics. . This package contains the shared runtime library, normally not needed for programs using the statically linked interpreter. Multi-Arch: same Tag: role::shared-lib Section: libs Priority: optional Filename: pool/main/p/python2.7/libpython2.7_2.7.18-13.2_arm64.deb Package: libpython2.7-dbg Source: python2.7 Version: 2.7.18-13.2 Installed-Size: 25962 Maintainer: Matthias Klose Architecture: arm64 Replaces: python2.7-dbg (<< 2.7.3-10) Depends: libpython2.7-stdlib (= 2.7.18-13.2), libbz2-1.0, libc6 (>= 2.33), libcrypt1 (>= 1:4.1.0), libdb5.3, libexpat1 (>= 2.1~beta3), libffi8 (>= 3.4), libncursesw6 (>= 6), libnsl2 (>= 1.0), libreadline8 (>= 7.0~beta), libsqlite3-0 (>= 3.5.9), libssl3 (>= 3.0.0), libtinfo6 (>= 6), libtirpc3 (>= 1.0.2), zlib1g (>= 1:1.2.0) Suggests: python2.7-gdbm-dbg, python2.7-tk-dbg Size: 4444516 SHA256: 16855d15cacbbf9895fac756e4af05d0ed18b57ab575250e34e7040b3b37a808 SHA1: 93d112f5c02885765f4d4fd02ea56dc1ada8cafd MD5sum: c0c2d9f4989c02997017473cf040cb5f Description: Debug Build of the Python Interpreter (version 2.7) The package holds two things: . - Extensions for a Python interpreter configured with --pydebug. - Debug information for standard python extensions. . See the README.debug for more information. Multi-Arch: same Tag: role::debug-symbols Section: debug Priority: optional Filename: pool/main/p/python2.7/libpython2.7-dbg_2.7.18-13.2_arm64.deb Package: libpython2.7-dev Source: python2.7 Version: 2.7.18-13.2 Installed-Size: 11484 Maintainer: Matthias Klose Architecture: arm64 Replaces: python2.7 (<< 2.7-3), python2.7-dev (<< 2.7.3-10), python2.7-minimal (<< 2.7.3-10) Depends: libpython2.7-stdlib (= 2.7.18-13.2), libpython2.7 (= 2.7.18-13.2), libexpat1-dev Recommends: libc6-dev | libc-dev Size: 1955976 SHA256: d0d0ab09b9329705e474d5981ee9c5ea7c48770d71975a2a6c8a2213aac9ce86 SHA1: 1be752ebc15a9c2201d5a8885df4866b6f755ede MD5sum: a6472eb8c36356b031469679a62f7754 Description: Header files and a static library for Python (v2.7) Header files, a static library and development tools for building Python (v2.7) modules, extending the Python interpreter or embedding Python (v2.7) in applications. . Maintainers of Python packages should read README.maintainers. . This package contains development files. It is normally not used on it's own, but as a dependency of python2.7-dev. Multi-Arch: same Tag: devel::library, role::devel-lib Section: libdevel Priority: optional Filename: pool/main/p/python2.7/libpython2.7-dev_2.7.18-13.2_arm64.deb Package: libpython2.7-minimal Source: python2.7 Version: 2.7.18-13.2 Installed-Size: 2783 Maintainer: Matthias Klose Architecture: arm64 Replaces: libpython2.7-stdlib (<< 2.7.8-7), python2.7 (<< 2.7.4-2), python2.7-minimal (<< 2.7.3-10) Recommends: libpython2.7-stdlib Conflicts: binfmt-support (<< 1.1.2) Breaks: libgcj-common (<< 1:7), libpython-dbg (<< 2.7.18), libpython-dev (<< 2.7.18), libpython-stdlib (<< 2.7.18), libvolk1-bin (<< 2), pysycache (<< 3.1-4~), python (<< 2.7.18), python-catkin-pkg (<< 0.4.14-2~), python-chardet (<< 3.0.4-6~), python-dbg (<< 2.7.18), python-dev (<< 2.7.18), python-extras (<< 1.0.0-4~), python-fixtures (<< 3.0.0-3~), python-genpy (<< 0.6.9-2~), python-iso8601 (<< 0.1.12-2~), python-linecache2 (<< 1.0.0-4~), python-minimal (<< 2.7.18), python-pbr (<< 5.4.5), python-pyasn1 (<< 0.4.2-4~), python-pygame (<< 1.9.6+dfsg-3~), python-pyicu (<< 2.2-3~), python-rospkg (<< 1.1.10-2~), python-std-msgs (<< 0.5.12-2~), python-testtools (<< 2.3.0-7~), python-traceback2 (<< 1.4.0-6~), python-traitlets (<< 4.3.3-3~), python-urllib3 (<< 1.25.8-2~), python-yaml (<< 5.3.1-2~), python2.7-minimal (<< 2.7.4~rc1-1~) Size: 397020 SHA256: b7c7fd7368d74fdf0d58372668ae320062508b93726d42db4dcd754d66bf2fbb SHA1: b6f3cadef9a3e2c3fa14770549e4f982157fa818 MD5sum: 8d42d8062220bf3beb6a69055ccf7bc2 Description: Minimal subset of the Python language (version 2.7) This package contains some essential modules. It is normally not used on it's own, but as a dependency of python2.7-minimal. Multi-Arch: same Tag: implemented-in::c, role::shared-lib Section: python Priority: optional Filename: pool/main/p/python2.7/libpython2.7-minimal_2.7.18-13.2_arm64.deb Package: libpython2.7-stdlib Source: python2.7 Version: 2.7.18-13.2 Installed-Size: 10008 Maintainer: Matthias Klose Architecture: arm64 Replaces: libpython2.7-testsuite (<< 2.7.13-4), python2.7 (<< 2.7.5-0~) Provides: python-argparse, python2.7-argparse, python2.7-celementtree, python2.7-cjkcodecs, python2.7-ctypes, python2.7-elementtree, python2.7-profiler, python2.7-wsgiref Depends: libpython2.7-minimal (= 2.7.18-13.2), libssl3 (>= 3.0.0), media-types | mime-support, libbz2-1.0, libc6 (>= 2.33), libcrypt1 (>= 1:4.1.0), libdb5.3, libexpat1 (>= 2.1~beta3), libffi8 (>= 3.4), libncursesw6 (>= 6), libnsl2 (>= 1.0), libreadline8 (>= 7.0~beta), libsqlite3-0 (>= 3.5.9), libtinfo6 (>= 6), libtirpc3 (>= 1.0.2) Breaks: libgcj-common (<< 1:7), libpython-dbg (<< 2.7.18), libpython-dev (<< 2.7.18), libpython-stdlib (<< 2.7.18), libvolk1-bin (<< 2), pysycache (<< 3.1-4~), python (<< 2.7.18), python-catkin-pkg (<< 0.4.14-2~), python-chardet (<< 3.0.4-6~), python-dbg (<< 2.7.18), python-dev (<< 2.7.18), python-extras (<< 1.0.0-4~), python-fixtures (<< 3.0.0-3~), python-genpy (<< 0.6.9-2~), python-iso8601 (<< 0.1.12-2~), python-linecache2 (<< 1.0.0-4~), python-minimal (<< 2.7.18), python-pbr (<< 5.4.5), python-pyasn1 (<< 0.4.2-4~), python-pygame (<< 1.9.6+dfsg-3~), python-pyicu (<< 2.2-3~), python-rospkg (<< 1.1.10-2~), python-std-msgs (<< 0.5.12-2~), python-testtools (<< 2.3.0-7~), python-traceback2 (<< 1.4.0-6~), python-traitlets (<< 4.3.3-3~), python-urllib3 (<< 1.25.8-2~), python-yaml (<< 5.3.1-2~) Size: 1799012 SHA256: 741258f2ed194fdbe934ec2fcb3b209217cf18d879daa2c41c62b1aa8161b3c9 SHA1: 64e7aa4e22342d6c218dce12962cd2c77c6c326b MD5sum: f2a9dbb3eb487a8be262675e37537954 Description: Interactive high-level object-oriented language (standard library, version 2.7) Python is a high-level, interactive, object-oriented language. Its 2.7 version includes an extensive class library with lots of goodies for network programming, system administration, sounds and graphics. . This package contains Python 2.7's standard library. It is normally not used on its own, but as a dependency of python2.7. Multi-Arch: same Tag: implemented-in::python, role::shared-lib, role::source, uitoolkit::ncurses Section: python Priority: optional Filename: pool/main/p/python2.7/libpython2.7-stdlib_2.7.18-13.2_arm64.deb Package: libpython2.7-testsuite Source: python2.7 Version: 2.7.18-13.2 Installed-Size: 14824 Maintainer: Matthias Klose Architecture: all Depends: libpython2.7-stdlib (>= 2.7.18-13.2) Suggests: python-gdbm, python-tk Size: 2161708 SHA256: 6e51fd699aff65f2e0ec7b7ba58bf111851ffb6830b7e01e31b3957f455edb1c SHA1: c9516be0a53f25b9ec229c47c28b747e74657aa4 MD5sum: 7e9c32ad07e4b179f22d91d82ad37f1f Description: Testsuite for the Python standard library (v2.7) The complete testsuite for the Python standard library. Note that a subset is found in the libpython2.7-stdlib package, which should be enough for other packages to use (please do not build-depend on this package, but file a bug report to include additional testsuite files in the libpython2.7-stdlib package). Tag: devel::library, role::devel-lib Section: libdevel Priority: optional Filename: pool/main/p/python2.7/libpython2.7-testsuite_2.7.18-13.2_all.deb Package: libradare2-5.0.0 Source: radare2 (5.5.0+dfsg-1) Version: 5.5.0+dfsg-1+b1 Installed-Size: 23612 Maintainer: Debian Security Tools Architecture: arm64 Depends: libc6 (>= 2.34), libcapstone4 (>= 4), liblz4-1 (>= 0.0~r113), libmagic1 (>= 5.12), libuv1 (>= 1.4.2), libxxhash0 (>= 0.6.5), libzip4 (>= 0.10), zlib1g (>= 1:1.1.4), libradare2-common (>= 5.5.0+dfsg-1) Size: 3728104 SHA256: 020d170c71e863b42d77dda0e1c7b17fc31feefd47eef404adb1ad08970eee7f SHA1: 7798717c2d3eb9883f9274ed83bad5d4f5f2b20f MD5sum: a6ded2186cd30353b46761fc623ab5ab Description: libraries from the radare2 suite The project aims to create a complete, portable, multi-architecture, unix-like toolchain for reverse engineering. . It is composed by an hexadecimal editor (radare) with a wrapped IO layer supporting multiple backends for local/remote files, debugger (OS X, BSD, Linux, W32), stream analyzer, assembler/disassembler (rasm) for x86, ARM, PPC, m68k, Java, MSIL, SPARC, code analysis modules and scripting facilities. A bindiffer named radiff, base converter (rax), shellcode development helper (rasc), a binary information extractor supporting PE, mach0, ELF, class, etc. named rabin, and a block-based hash utility called rahash. . This package provides the libraries from radare2. Multi-Arch: same Homepage: https://www.radare.org Tag: role::shared-lib Section: libs Priority: optional Filename: pool/main/r/radare2/libradare2-5.0.0_5.5.0+dfsg-1+b1_arm64.deb Package: libradare2-common Source: radare2 Version: 5.5.0+dfsg-1 Installed-Size: 3605 Maintainer: Debian Security Tools Architecture: all Size: 421532 SHA256: 0a051aa37ca19ecb9f37a672e347d0676de3447c8b1f16fdccba3a6a62efc24f SHA1: 96a8a5133b8f0c1fe047fccce5211d7c7d3966f5 MD5sum: 537110f50401434d98bca66b97bae7a7 Description: arch independent files from the radare2 suite The project aims to create a complete, portable, multi-architecture, unix-like toolchain for reverse engineering. . It is composed by an hexadecimal editor (radare) with a wrapped IO layer supporting multiple backends for local/remote files, debugger (OS X, BSD, Linux, W32), stream analyzer, assembler/disassembler (rasm) for x86, ARM, PPC, m68k, Java, MSIL, SPARC, code analysis modules and scripting facilities. A bindiffer named radiff, base converter (rax), shellcode development helper (rasc), a binary information extractor supporting PE, mach0, ELF, class, etc. named rabin, and a block-based hash utility called rahash. . This package provides the arch independent files from radare2. Multi-Arch: foreign Homepage: https://www.radare.org Section: devel Priority: optional Filename: pool/main/r/radare2/libradare2-common_5.5.0+dfsg-1_all.deb Package: libradare2-dev Source: radare2 (5.5.0+dfsg-1) Version: 5.5.0+dfsg-1+b1 Installed-Size: 1182 Maintainer: Debian Security Tools Architecture: arm64 Depends: libradare2-5.0.0 (= 5.5.0+dfsg-1+b1), libcapstone-dev, libmagic-dev, libuv1-dev, liblz4-dev, libzip-dev Size: 197660 SHA256: fbcc34e319c7a697d68344ded7ef2738232f58b1d06c82a0633416a2f6345ac4 SHA1: b7ec8717ebc957812eb28f340e2cd38f9acc84be MD5sum: 186cfb6eef975d96d4496096871d9bbd Description: devel files from the radare2 suite The project aims to create a complete, portable, multi-architecture, unix-like toolchain for reverse engineering. . It is composed by an hexadecimal editor (radare) with a wrapped IO layer supporting multiple backends for local/remote files, debugger (OS X, BSD, Linux, W32), stream analyzer, assembler/disassembler (rasm) for x86, ARM, PPC, m68k, Java, MSIL, SPARC, code analysis modules and scripting facilities. A bindiffer named radiff, base converter (rax), shellcode development helper (rasc), a binary information extractor supporting PE, mach0, ELF, class, etc. named rabin, and a block-based hash utility called rahash. . This package provides the devel files from radare2. Homepage: https://www.radare.org Tag: devel::library, role::devel-lib Section: libdevel Priority: optional Filename: pool/main/r/radare2/libradare2-dev_5.5.0+dfsg-1+b1_arm64.deb Package: libssl1.1 Source: openssl Version: 1.1.1o-1 Installed-Size: 3689 Maintainer: Debian OpenSSL Team Architecture: arm64 Depends: libc6 (>= 2.33) Breaks: isync (<< 1.3.0-2), lighttpd (<< 1.4.49-2), python-boto (<< 2.44.0-1.1), python-httplib2 (<< 0.11.3-1), python-imaplib2 (<< 2.57-5), python3-boto (<< 2.44.0-1.1), python3-imaplib2 (<< 2.57-5) Size: 1373800 SHA256: 90fb816da8c1b9ce2affe258958af6077ab723efdc09ebbe33ce3a76d4ed1459 SHA1: dcbd00caf4bf23396fc6479ab0e590f6da0b8fdf MD5sum: 92e6e35c4495b5575ffba08b177feac8 Description: Secure Sockets Layer toolkit - shared libraries This package is part of the OpenSSL project's implementation of the SSL and TLS cryptographic protocols for secure communication over the Internet. . It provides the libssl and libcrypto shared libraries. Multi-Arch: same Homepage: https://www.openssl.org/ Tag: role::shared-lib Section: libs Priority: optional Filename: pool/main/o/openssl/libssl1.1_1.1.1o-1_arm64.deb Package: libvshadow-dev Source: libvshadow (20190323-2) Version: 20190323-2+b2 Installed-Size: 1668 Maintainer: Debian Security Tools Architecture: arm64 Depends: libvshadow1 (= 20190323-2+b2) Size: 357388 SHA256: 9a9192afcaadb59f32b49cef402ef901bb295b2c489b243e9fb994e5b29bf050 SHA1: 3f4b5fca46f4df482d4222734b4e2f4d7d2a93b7 MD5sum: 4952e705202c1e77d724e2bfb760e99d Description: Volume Shadow Snapshot format access library -- development files libvshadow is a library to access the Volume Shadow Snapshot (VSS) format. The VSS format is used by Windows, as of Vista, to maintain copies of data on a storage media volume. . This package includes the development support files. Multi-Arch: same Homepage: https://github.com/libyal/libvshadow Tag: devel::library, role::devel-lib Section: libdevel Priority: optional Filename: pool/main/libv/libvshadow/libvshadow-dev_20190323-2+b2_arm64.deb Package: libvshadow-utils Source: libvshadow (20190323-2) Version: 20190323-2+b2 Installed-Size: 217 Maintainer: Debian Security Tools Architecture: arm64 Depends: libbfio1 (>= 20120425), libc6 (>= 2.34), libfuse2 (>= 2.6), libvshadow1 (>= 20160110) Size: 37468 SHA256: ad5840557eeb85fd3e60e2827084e220d778dedb9ce2097e66682514b5578a05 SHA1: d11ae4e1512d9caee018f57633fc0cd01c6d5be3 MD5sum: 2d306877c3d9ddceaf0aeb4162fc8da8 Description: Volume Shadow Snapshot format access library -- Utilities libvshadow is a library to access the Volume Shadow Snapshot (VSS) format. The VSS format is used by Windows, as of Vista, to maintain copies of data on a storage media volume. . This package contains tools to access data stored in a Volume Shadow Snapshot: vshadowinfo, vshadowmount. Multi-Arch: foreign Homepage: https://github.com/libyal/libvshadow Section: otherosfs Priority: optional Filename: pool/main/libv/libvshadow/libvshadow-utils_20190323-2+b2_arm64.deb Package: libvshadow1 Source: libvshadow (20190323-2) Version: 20190323-2+b2 Installed-Size: 1055 Maintainer: Debian Security Tools Architecture: arm64 Depends: libbfio1 (>= 20120425), libc6 (>= 2.34) Size: 334020 SHA256: 2e44b852a4441d60a392c07d1521ef9421bf7a381a11dbdf43442c6b04930ae0 SHA1: 5974f0c7e10badea607a9bb25b18c23d4359992c MD5sum: 099133cf5c064ef99b7ad42ccabbe74e Description: Volume Shadow Snapshot format access library libvshadow is a library to access the Volume Shadow Snapshot (VSS) format. The VSS format is used by Windows, as of Vista, to maintain copies of data on a storage media volume. . This package contains the shared library. Multi-Arch: same Homepage: https://github.com/libyal/libvshadow Tag: role::shared-lib Section: libs Priority: optional Filename: pool/main/libv/libvshadow/libvshadow1_20190323-2+b2_arm64.deb Package: libvslvm-dev Source: libvslvm (20181227-1.1) Version: 20181227-1.1+b4 Installed-Size: 2319 Maintainer: Debian Security Tools Architecture: arm64 Depends: libvslvm1 (= 20181227-1.1+b4) Size: 433992 SHA256: 170067e62ab102ee9eabd4c26ce8cc0c5a3db6bb5072eac6605180e3016ea8c7 SHA1: cdfea029badb648cead5a7b0161c4bb449bd20c1 MD5sum: a2116eb2bef36142cdb8f9915f889330 Description: Linux LVM volume system format access library -- development files libvslvm is a library to access the Linux Logical Volume Manager (LVM) volume system format. . This package includes the development support files. Multi-Arch: same Homepage: https://github.com/libyal/libvslvm Tag: devel::library, role::devel-lib Section: libdevel Priority: optional Filename: pool/main/libv/libvslvm/libvslvm-dev_20181227-1.1+b4_arm64.deb Package: libvslvm-utils Source: libvslvm (20181227-1.1) Version: 20181227-1.1+b4 Installed-Size: 404 Maintainer: Debian Security Tools Architecture: arm64 Depends: libc6 (>= 2.34), libfuse2 (>= 2.6), libvslvm1 (>= 20160110) Size: 64972 SHA256: c4cca8e51330d98adfa5e890bf7e7cc440d8221fded3be41a55370cd92d6f4f5 SHA1: 6f2facf4ede3fa095e3b3e8702e76da5c322bae3 MD5sum: 194b21f193f8d1620b4787a012b9b626 Description: Linux LVM volume system format access library -- Utilities libvslvm is a library to access the Linux Logical Volume Manager (LVM) volume system format. . This package contains tools to access data ... Multi-Arch: foreign Homepage: https://github.com/libyal/libvslvm Section: otherosfs Priority: optional Filename: pool/main/libv/libvslvm/libvslvm-utils_20181227-1.1+b4_arm64.deb Package: libvslvm1 Source: libvslvm (20181227-1.1) Version: 20181227-1.1+b4 Installed-Size: 1389 Maintainer: Debian Security Tools Architecture: arm64 Depends: libc6 (>= 2.34) Size: 398780 SHA256: 7a9a370b38c41497d6b5d6785429f130bf21e2845ec57adb1fad597cc30c884d SHA1: 3c2226d685ac6837a90968c4fdae7576860763ed MD5sum: cf6a2b0bca901754b6cf05de7bc8eae1 Description: Linux LVM volume system format access library libvslvm is a library to access the Linux Logical Volume Manager (LVM) volume system format. . This package contains the shared library. Multi-Arch: same Homepage: https://github.com/libyal/libvslvm Tag: role::shared-lib Section: libs Priority: optional Filename: pool/main/libv/libvslvm/libvslvm1_20181227-1.1+b4_arm64.deb Package: lilo-doc Source: lilo Version: 1:24.2-5 Installed-Size: 597 Maintainer: Joachim Wiedorn Architecture: all Size: 271416 SHA256: 21284b25c3f7e053a759d7cec1863561b4d04feb3f8c1a12ceb068a5b8bf9200 SHA1: 97c2b6c24e623f8802f2bf9043d9f5e9d0bf548f MD5sum: f8b88c622b411c63af1407110b3a0e4a Description: LInux LOader - Documentation for the classic OS boot loader You can use LILO to manage your Master Boot Record (with a simple text screen, text menu or colorful splash graphics) or call LILO from other Boot-Loaders to jump-start the Linux kernel. . This package contains the old HTML and README documentations of lilo version 21.5 (of year 2000). Homepage: http://lilo.joonet.de/ Tag: admin::boot, made-of::html, role::documentation Section: doc Priority: optional Filename: pool/main/l/lilo/lilo-doc_24.2-5_all.deb Package: loupe Version: 45.3-2 Installed-Size: 6197 Maintainer: Debian GNOME Maintainers Architecture: arm64 Depends: libadwaita-1-0 (>= 1.4~beta), libc6 (>= 2.34), libcairo2 (>= 1.2.4), libgcc-s1 (>= 4.2), libglib2.0-0 (>= 2.74.0), libgraphene-1.0-0 (>= 1.9.4), libgtk-4-1 (>= 4.12.0), libgweather-4-0 (>= 4.0.0), liblcms2-2 (>= 2.12.0), glycin-loaders Size: 1681204 SHA256: 59797f7b77897e24d7f5f734d319ad46d0b7169a789becb3b3ac98d98b84ba56 SHA1: a5afbd047375086214ff053d8b2fb356d5fa23cd MD5sum: 0d28b8cb8ecf9eb850e89fcbffb72e1b Description: Image viewer for GNOME Loupe is a simple image viewer for the GNOME desktop. It uses glycin-loaders for image loading and decoding. A wide range of image formats is supported. Starting with GNOME 45 this is the default image viewer. Homepage: https://gitlab.gnome.org/GNOME/loupe Section: gnome Priority: optional Filename: pool/main/l/loupe/loupe_45.3-2_arm64.deb Package: makeparallel Source: android-platform-build Version: 1:10.0.0+r36-1 Installed-Size: 48 Maintainer: Android Tools Maintainers Architecture: arm64 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2) Size: 21632 SHA256: 6adc368c4b9391ecfdb21643ceb73b274e9e88bf6cf6ff3c271ad97bc2dd902a SHA1: cc9441c1bc7c6e583a18b2b173bf5d6cdc027d73 MD5sum: a1b43ca1c01f97d4d0a2a24192d927ab Description: Command line tool for communication with the GNU make jobserver makeparallel communicates with the GNU make jobserver in order to claim all available jobs, and then passes the number of jobs claimed to a subprocess with -j. Homepage: https://android.googlesource.com/platform/build Section: devel Priority: optional Filename: pool/main/a/android-platform-build/makeparallel_10.0.0+r36-1_arm64.deb Package: mdk3 Source: mdk3 (6.0-8) Version: 6.0-8+b1 Installed-Size: 212 Maintainer: Debian Security Tools Architecture: arm64 Depends: aircrack-ng, libc6 (>= 2.34) Size: 82332 SHA256: 24b4f475bd19249541924fdc8e00b62614d465f96aa2c342c6ac7fd9f02ef61d SHA1: 73389fcb7467ce35c90ffe631e73e764fb8b89ec MD5sum: 876879baa5ab62e932649ebc61bb8fd1 Description: Wireless attack tool for IEEE 802.11 networks MDK is a proof-of-concept tool to exploit common IEEE 802.11 (Wi-Fi) protocol weaknesses. Features: * Bruteforce MAC Filters. * Bruteforce hidden SSIDs (some small SSID wordlists included). * Probe networks to check if they can hear you. * Intelligent Authentication-DoS to freeze APs (with success checks). * FakeAP - Beacon Flooding with channel hopping (can crash NetStumbler and some buggy drivers) * Disconnect everything (aka AMOK-MODE) with Deauthentication and Disassociation packets. * WPA TKIP Denial-of-Service. * WDS Confusion - Shuts down large scale multi-AP installations. Homepage: https://aspj.aircrack-ng.org/index.html#mdk3 Section: net Priority: optional Filename: pool/main/m/mdk3/mdk3_6.0-8+b1_arm64.deb Package: mdk4 Source: mdk4 (4.2-3) Version: 4.2-3+b1 Installed-Size: 272 Maintainer: Debian Security Tools Architecture: arm64 Depends: aircrack-ng, libc6 (>= 2.34), libnl-3-200 (>= 3.2.7), libnl-genl-3-200 (>= 3.2.7), libpcap0.8 (>= 0.9.8) Size: 102940 SHA256: 99ca244933767fffef4fac66ab1fce18b60ce9046f12d682888dc345f1130b57 SHA1: 15ba5f952fde2dc0fe635770b4beef67fb9ed5c5 MD5sum: f0674dfcdef53901699adf409d23c62b Description: Wireless attack tool for IEEE 802.11 networks This package contains a proof-of-concept tool to exploit common IEEE 802.11 protocol weaknesses. . MDK4 is a new version of MDK3. MDK4 is a Wi-Fi testing tool from E7mer of 360PegasusTeam, ASPj of k2wrlz, it uses the osdep library from the aircrack-ng project to inject frames on several operating systems. . IMPORTANT: It is your responsibility to make sure you have permission from the network owner before running MDK against it. Homepage: https://github.com/aircrack-ng/mdk4 Section: net Priority: optional Filename: pool/main/m/mdk4/mdk4_4.2-3+b1_arm64.deb Package: mime-support Version: 3.66 Installed-Size: 17 Maintainer: Mime-Support Packagers Architecture: all Depends: mailcap, media-types Size: 10916 SHA256: b964e671e6c47674879a3e54130b6737e8760fbd3da6afcc015faa174af98ba0 SHA1: b47831959eb182e371f3d8cb004a42622407b339 MD5sum: 70f7f4f6c213664480ae79fedd3687f5 Description: transitional package This is a transitional package. It will be possible to remove it safely once its dependency chain has adjusted to depend on mailcap or media-types directly. Multi-Arch: foreign Tag: admin::configuring, implemented-in::perl, interface::commandline, role::program, scope::utility, suite::debian, use::configuring, works-with::file, works-with::mail Section: net Priority: standard Filename: pool/main/m/mime-support/mime-support_3.66_all.deb Package: mkbootimg Source: android-platform-tools (34.0.4-1) Version: 1:34.0.4-1 Installed-Size: 103 Maintainer: Android Tools Maintainers Architecture: all Replaces: android-tools-mkbootimg (<< 1:10.0.0+r36-11) Depends: python3:any Breaks: android-tools-mkbootimg (<< 1:10.0.0+r36-11) Size: 24404 SHA256: 267713226eb4161c8728e19503a71ae2622f2863f555e7d86eb3dca54f47dc4f SHA1: e4e73e398de8bc1b90dac8910b98cbc174889436 MD5sum: 5a54990386f52a745ed0659419b06eb2 Description: Creates Android boot images Creates Android boot images that includes kernel image and ramdisk, in a special format which can be used with fastboot. Multi-Arch: foreign Homepage: https://developer.android.com/studio/releases/platform-tools Section: utils Priority: optional Filename: pool/main/a/android-platform-tools/mkbootimg_34.0.4-1_all.deb Package: mutter Version: 45.3-3 Installed-Size: 282 Maintainer: Debian GNOME Maintainers Architecture: arm64 Provides: x-window-manager Depends: adwaita-icon-theme, gnome-settings-daemon-common, gsettings-desktop-schemas (>= 40~alpha), mutter-common (>= 45.3-3), zenity, libc6 (>= 2.34), libgles2, libglib2.0-0 (>= 2.75.0), libmutter-13-0 (>= 43.0), libwayland-client0 (>= 1.21.0) Suggests: gnome-control-center (>= 1:3.25.2), xdg-user-dirs Size: 139572 SHA256: e2ea2d53c4bd9ee3fc6c9d1c8a7c1a6b8e339c82b9fc945d5fb75da23bf1b647 SHA1: cd005d8631f9158dd587b99685133d3705490b1e MD5sum: da8ced3e3a125f2adc2463555e7f5f38 Description: Example window manager using GNOME's window manager library Mutter is a Wayland display server and X11 window manager and compositor library. It contains functionality related to, among other things, window management, window compositing, focus tracking, workspace management, keybindings and monitor configuration. . Internally it uses a fork of Cogl, a hardware acceleration abstraction library used to simplify usage of OpenGL pipelines, as well as a fork of Clutter, a scene graph and user interface toolkit. . This package contains the mutter executable. It can be used as a standalone window manager, but is primarily intended for debugging. Homepage: https://mutter.gnome.org/ Tag: implemented-in::c, interface::graphical, interface::x11, role::program, scope::application, uitoolkit::gtk, x11::window-manager Section: x11 Priority: optional Filename: pool/main/m/mutter/mutter_45.3-3_arm64.deb Package: mutter-13-tests Source: mutter Version: 45.3-3 Installed-Size: 3657 Maintainer: Debian GNOME Maintainers Architecture: arm64 Depends: at-spi2-core, dbus-daemon, dmz-cursor-theme, libmutter-13-0 (= 45.3-3), libmutter-test-13 (= 45.3-3), mutter (= 45.3-3), python3, python3-dbus, python3-dbusmock, xauth, xvfb, xwayland (>= 2:23.1.0), libatk1.0-0 (>= 1.12.4), libc6 (>= 2.34), libcairo2 (>= 1.10.0), libcolord2 (>= 1.4.5), libei1 (>= 1.0.901), libgbm1 (>= 21.3.0~rc1), libgles2, libglib2.0-0 (>= 2.77.3), libgtk-3-0 (>= 3.21.5), libpipewire-0.3-0 (>= 0.3.33), libwayland-client0 (>= 1.21.0), libwayland-cursor0 (>= 1.21.0), libwayland-server0 (>= 1.21.0), libx11-6, libxext6 Size: 318436 SHA256: 67f14a3fc1276ea62f8dcb3e3f65612eed085f55754ead1c1e5e7530308f4c19 SHA1: ac7f9cbfcd2c6dba61d3720cf30e59eab511d86b MD5sum: a2c83e32160193d3499db36af7aea72d Description: Tests for GNOME's window manager library Mutter is a Wayland display server and X11 window manager and compositor library. It contains functionality related to, among other things, window management, window compositing, focus tracking, workspace management, keybindings and monitor configuration. . Internally it uses a fork of Cogl, a hardware acceleration abstraction library used to simplify usage of OpenGL pipelines, as well as a fork of Clutter, a scene graph and user interface toolkit. . This package contains test programs, designed to be run as part of a regression testsuite. Homepage: https://mutter.gnome.org/ Section: x11 Priority: optional Filename: pool/main/m/mutter/mutter-13-tests_45.3-3_arm64.deb Package: mutter-common Source: mutter Version: 45.3-3 Installed-Size: 3712 Maintainer: Debian GNOME Maintainers Architecture: all Depends: dconf-gsettings-backend | gsettings-backend Size: 474180 SHA256: 41bbef1d59cce514c9433968d5fb9442db08f65041cc07b49f8b46134f21b865 SHA1: 10c828fb43688554cb4a4f5ac327b0dc43e5fd41 MD5sum: a2d65296121ea47e6509de16ea452f6e Description: shared files for the Mutter window manager Mutter is a Wayland display server and X11 window manager and compositor library. It contains functionality related to, among other things, window management, window compositing, focus tracking, workspace management, keybindings and monitor configuration. . Internally it uses a fork of Cogl, a hardware acceleration abstraction library used to simplify usage of OpenGL pipelines, as well as a fork of Clutter, a scene graph and user interface toolkit. . This package contains the shared files. Multi-Arch: foreign Homepage: https://mutter.gnome.org/ Tag: role::app-data Section: misc Priority: optional Filename: pool/main/m/mutter/mutter-common_45.3-3_all.deb Package: mutter-common-bin Source: mutter Version: 45.3-3 Installed-Size: 182 Maintainer: Debian GNOME Maintainers Architecture: arm64 Replaces: mutter (<< 44~) Depends: libc6 (>= 2.34), libglib2.0-0 (>= 2.75.0), libgtk-4-1 (>= 4.0.0), libx11-6, libxcomposite1 (>= 1:0.4.5), libxfixes3 (>= 1:6.0.0), libxi6 (>= 2:1.2.99.4) Breaks: mutter (<< 44~) Size: 42444 SHA256: 2e197e0bdeba275997fe322ec6f3624f3f1db7025037bd1a203403660dc3600e SHA1: 133a4fa6064f6d3b3556b8d1d6079b10072f3af1 MD5sum: 018f39ad4d3eaf7b8b46617840777227 Description: shared programs for the Mutter window manager Mutter is a Wayland display server and X11 window manager and compositor library. It contains functionality related to, among other things, window management, window compositing, focus tracking, workspace management, keybindings and monitor configuration. . Internally it uses a fork of Cogl, a hardware acceleration abstraction library used to simplify usage of OpenGL pipelines, as well as a fork of Clutter, a scene graph and user interface toolkit. . This package contains the program files which are used for the libraries and others. Homepage: https://mutter.gnome.org/ Section: misc Priority: optional Filename: pool/main/m/mutter/mutter-common-bin_45.3-3_arm64.deb Package: notus-scanner Version: 22.6.2-1 Installed-Size: 182 Maintainer: Debian Security Tools Architecture: all Depends: python3-gnupg, python3-packaging, python3-paho-mqtt, python3-psutil, python3-tomli | python3-supported-min (>= 3.11), python3:any, adduser, mosquitto Size: 32844 SHA256: 740679e4ef2627bb8328a606c66b09d253e085f0cd450aaba559d50c151f0eca SHA1: c96314f36255258fa551bb64b2bde7e7b15413ae MD5sum: 0662db8f080de0f80f1388717b2acd0c Description: vulnerable products detection (Python 3) Notus Scanner detects vulnerable products in a system environment. The scanning method is to evaluate internal system information. It does this very fast and even detects currently inactive products because it does not need to interact with each of the products. . To report about vulnerabilities, Notus Scanner receives collected system information on the one hand and accesses the vulnerability information from the feed service on the other. Both input elements are in table form: the system information is specific to each environment and the vulnerability information is specific to each system type. . This is a component of the Greenbone Vulnerability Management framework. Homepage: https://github.com/greenbone/notus-scanner Section: python Priority: optional Filename: pool/main/n/notus-scanner/notus-scanner_22.6.2-1_all.deb Package: octicons Version: 4.4.0-2 Installed-Size: 359 Maintainer: Debian Fonts Task Force Architecture: all Depends: fonts-octicons Size: 113172 SHA256: 872a926bc385dfb2c9ca83b64ef9fb5e1e4478dc310932c0fac14c32b0273dca SHA1: 5845b6de35187ee8a6f04c44c9998e37e54f6f8e MD5sum: e9866634a2e27494ae3eae7023cc8d9b Description: GitHub's icons webfont GitHub's "octicons" webfont, you can use over 100 icons with this web font. . See https://octicons.github.com/ for examples. Multi-Arch: foreign Homepage: https://octicons.github.com/ Section: fonts Priority: optional Filename: pool/main/o/octicons/octicons_4.4.0-2_all.deb Package: openjdk-11-dbg Source: openjdk-11 Version: 11.0.20~7-1 Installed-Size: 207485 Maintainer: OpenJDK Team Architecture: arm64 Depends: openjdk-11-jre-headless (= 11.0.20~7-1) Recommends: openjdk-11-jre (= 11.0.20~7-1) Suggests: openjdk-11-jdk (= 11.0.20~7-1) Size: 205791188 SHA256: 1125c53a3aa2374c463cca2d2940bd7cbca8333491ece77e45505979598b7efe SHA1: 523b8b40413495faac2de99665ec0a6becdaed91 MD5sum: 88f28dbec8e9177bb07a10466963bb3a Description: Java runtime based on OpenJDK (debugging symbols) OpenJDK is a development environment for building applications, applets, and components using the Java programming language. . This package contains the debugging symbols. Multi-Arch: same Homepage: https://openjdk.java.net/ Tag: role::debug-symbols Section: debug Priority: optional Filename: pool/main/o/openjdk-11/openjdk-11-dbg_11.0.20~7-1_arm64.deb Package: openjdk-11-demo Source: openjdk-11 Version: 11.0.20~7-1 Installed-Size: 5838 Maintainer: OpenJDK Team Architecture: arm64 Depends: openjdk-11-jre (= 11.0.20~7-1) Size: 4108288 SHA256: 235efc983935b32d23a0c4b66dd9135471d40bdcdb02134b50b049b8ee57727b SHA1: 2e153e12253d599aab46880ca9cca8b48cbeb7ad MD5sum: e1c4889658be64db1d8118ecc05ad987 Description: Java runtime based on OpenJDK (demos and examples) OpenJDK Java runtime Homepage: https://openjdk.java.net/ Section: java Priority: optional Filename: pool/main/o/openjdk-11/openjdk-11-demo_11.0.20~7-1_arm64.deb Package: openjdk-11-doc Source: openjdk-11 Version: 11.0.20~7-1 Installed-Size: 282317 Maintainer: OpenJDK Team Architecture: all Suggests: openjdk-11-jdk Size: 13459752 SHA256: c2bed77dbced918878aa489398e9e2e52759e90a9ff6cf2eadf8bb6389e07a6a SHA1: 5adb71255adba30d940d3893f7c9105139c30e0e MD5sum: d9af7e8e75744c30d47b042368acf47c Description: OpenJDK Development Kit (JDK) documentation OpenJDK is a development environment for building applications, applets, and components using the Java programming language. . This package contains the API documentation. Multi-Arch: foreign Homepage: https://openjdk.java.net/ Section: doc Priority: optional Filename: pool/main/o/openjdk-11/openjdk-11-doc_11.0.20~7-1_all.deb Package: openjdk-11-jdk Source: openjdk-11 Version: 11.0.20~7-1 Installed-Size: 2204 Maintainer: OpenJDK Team Architecture: arm64 Replaces: openjdk-11-jre-headless (<< 11~19-2) Provides: java-compiler, java-sdk (= 11), java10-sdk, java11-sdk, java2-sdk, java5-sdk, java6-sdk, java7-sdk, java8-sdk, java9-sdk Depends: openjdk-11-jre (= 11.0.20~7-1), openjdk-11-jdk-headless (= 11.0.20~7-1), libc6 (>= 2.34) Recommends: libxt-dev Suggests: openjdk-11-demo, openjdk-11-source, visualvm Conflicts: openjdk-11-jre-headless (<< 11~19-2) Size: 2115164 SHA256: 6346344be2932a9237b05e903706d134529df44e15e902bd6b069e6e28320f0b SHA1: edae75efc160d8d4311ea53d4c4cab9f8b910a7e MD5sum: b45bb4901b761828254546045b7a2a4e Description: OpenJDK Development Kit (JDK) OpenJDK is a development environment for building applications, applets, and components using the Java programming language. Multi-Arch: same Homepage: https://openjdk.java.net/ Section: java Priority: optional Filename: pool/main/o/openjdk-11/openjdk-11-jdk_11.0.20~7-1_arm64.deb Package: openjdk-11-jdk-headless Source: openjdk-11 Version: 11.0.20~7-1 Installed-Size: 80470 Maintainer: OpenJDK Team Architecture: arm64 Replaces: openjdk-11-jre-headless (<< 11.0.11+3-2~) Provides: java-compiler, java-sdk-headless (= 11), java10-sdk-headless, java11-sdk-headless, java2-sdk-headless, java5-sdk-headless, java6-sdk-headless, java7-sdk-headless, java8-sdk-headless, java9-sdk-headless Depends: openjdk-11-jre-headless (= 11.0.20~7-1), libc6 (>= 2.34) Suggests: openjdk-11-demo, openjdk-11-source Breaks: openjdk-11-jre-headless (<< 11.0.11+3-2~) Size: 72839108 SHA256: d0626a7d0c32ba4adfa5033fe74b136ee95507b71c22ac3d30868aa4076ff5e0 SHA1: 3b007b1bb820b2fbcadd92a0ccdfa1acdfb07168 MD5sum: a2b4ee8cfa15f3507c85c1dd150345a4 Description: OpenJDK Development Kit (JDK) (headless) OpenJDK is a development environment for building applications, applets, and components using the Java programming language. Multi-Arch: same Homepage: https://openjdk.java.net/ Section: java Priority: optional Filename: pool/main/o/openjdk-11/openjdk-11-jdk-headless_11.0.20~7-1_arm64.deb Package: openjdk-11-jre Source: openjdk-11 Version: 11.0.20~7-1 Installed-Size: 756 Maintainer: OpenJDK Team Architecture: arm64 Replaces: openjdk-11-jre-headless (<< 11.0.11+3-3~) Provides: java-runtime (= 11), java10-runtime, java11-runtime, java2-runtime, java5-runtime, java6-runtime, java7-runtime, java8-runtime, java9-runtime Depends: openjdk-11-jre-headless (= 11.0.20~7-1), libgl1, libharfbuzz0b, libc6 (>= 2.34), libgif7 (>= 5.1), libjpeg62-turbo (>= 1.3.1), libpng16-16 (>= 1.6.2-1), libx11-6, libxext6, libxi6, libxrender1, libxtst6 Recommends: libatk-wrapper-java-jni (>= 0.30.4-0ubuntu2), fonts-dejavu-extra Breaks: openjdk-11-jre-headless (<< 11.0.11+3-3~) Size: 183056 SHA256: 371dc788589064f0d8850efb4e4b3d20c11660e272baf3bbdd3188cf618f480b SHA1: 6261007b346de75c54b6c1ec0abf023374108217 MD5sum: 3572ebf05b070d0262574e8232f8ccdc Description: OpenJDK Java runtime, using Hotspot JIT Full Java runtime environment - needed for executing Java GUI and Webstart programs, using Hotspot JIT. Multi-Arch: same Homepage: https://openjdk.java.net/ Tag: uitoolkit::gtk Section: java Priority: optional Filename: pool/main/o/openjdk-11/openjdk-11-jre_11.0.20~7-1_arm64.deb Package: openjdk-11-jre-headless Source: openjdk-11 Version: 11.0.20~7-1 Installed-Size: 170449 Maintainer: OpenJDK Team Architecture: arm64 Replaces: openjdk-11-jdk-headless (<< 11~18-2) Provides: java-runtime-headless (= 11), java10-runtime-headless, java11-runtime-headless, java2-runtime-headless, java5-runtime-headless, java6-runtime-headless, java7-runtime-headless, java8-runtime-headless, java9-runtime-headless Depends: ca-certificates-java (>= 20190405~), java-common (>= 0.28), libcups2, liblcms2-2 (>= 2.2+git20110628), libjpeg62-turbo (>= 1.3.1), libfontconfig1, libnss3 (>= 2:3.17.1), util-linux (>= 2.26.2-4), libasound2 (>= 1.0.16), libc6 (>= 2.34), libfreetype6 (>= 2.3.5), libgcc-s1 (>= 4.0), libharfbuzz0b (>= 1.2.6), libpcsclite1 (>= 1.3.0), libstdc++6 (>= 4.1.1), zlib1g (>= 1:1.2.2) Suggests: libnss-mdns, fonts-dejavu-extra, fonts-ipafont-gothic, fonts-ipafont-mincho, fonts-wqy-microhei | fonts-wqy-zenhei, fonts-indic Conflicts: openjdk-11-jdk-headless (<< 11~18-2), oracle-java11-installer Breaks: clojure1.8 (<= 1.8.0-7ubuntu1~) Size: 37314472 SHA256: 068e30c7e733ecf1e57444c2e118972ea432a4867c6b7d731d4bd502918d8088 SHA1: 899eb4de72e0d101944cb07752f6d06c58fcf586 MD5sum: 56601454f5d78b5f98f219933c58f964 Description: OpenJDK Java runtime, using Hotspot JIT (headless) Minimal Java runtime - needed for executing non GUI Java programs, using Hotspot JIT. Multi-Arch: same Homepage: https://openjdk.java.net/ Section: java Priority: optional Filename: pool/main/o/openjdk-11/openjdk-11-jre-headless_11.0.20~7-1_arm64.deb Package: openjdk-11-jre-zero Source: openjdk-11 Version: 11.0.20~7-1 Installed-Size: 8350 Maintainer: OpenJDK Team Architecture: arm64 Depends: openjdk-11-jre-headless (= 11.0.20~7-1), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 4.1.1) Size: 2101044 SHA256: 2f641d266e2a58e8adfa57dd1979ffbafaa608093b05c9e9fbb977e59e4802f7 SHA1: 6cf4c481df1d64c2941a50fc3d9696ef1e679efc MD5sum: 0f057d90952df66b404b1725447fa5f1 Description: Alternative JVM for OpenJDK, using Zero The package provides an alternative runtime using the Zero VM. Built on architectures in addition to the Hotspot VM as a debugging aid for those architectures which don't have a Hotspot VM. . The VM is started with the option `-zero'. See the README.Debian for details. Multi-Arch: same Homepage: https://openjdk.java.net/ Section: java Priority: optional Filename: pool/main/o/openjdk-11/openjdk-11-jre-zero_11.0.20~7-1_arm64.deb Package: openjdk-11-source Source: openjdk-11 Version: 11.0.20~7-1 Installed-Size: 56964 Maintainer: OpenJDK Team Architecture: all Depends: openjdk-11-jdk (>= 11.0.20~7-1) Size: 52095408 SHA256: d8efcfc4c7c554f60637a848bf36e308bee189d5ef76479b4dab3426986cb477 SHA1: 9b687a3da9942b2ef8db8134e0574d852c212e9d MD5sum: 1908f3f8341eeb6f9c63eaf12e66f577 Description: OpenJDK Development Kit (JDK) source files OpenJDK is a development environment for building applications, applets, and components using the Java programming language. . This package contains the Java programming language source files (src.zip) for all classes that make up the Java core API. Multi-Arch: foreign Homepage: https://openjdk.java.net/ Section: java Priority: optional Filename: pool/main/o/openjdk-11/openjdk-11-source_11.0.20~7-1_all.deb Package: openvas Source: gvm Version: 22.4.1 Installed-Size: 11 Maintainer: Debian Security Tools Architecture: all Depends: gvm Size: 4072 SHA256: cae00ec6f324024bef89f541210dc77db0bf82345ec6de3495618d9281be7cc7 SHA1: 2c60e4a27d92fdf284db485510078d20553fbe5e MD5sum: 95387e7ac98020c4004e7e26bcb500bb Description: remote network security auditor - transitional package The tool OpenVAS has been renamed Greenbone Vulnerability Manager (GVM). . This is a transitional package that pulls the new gvm, it can be safely removed once gvm has been installed. Homepage: https://www.greenbone.net/ Section: metapackages Priority: optional Filename: pool/main/g/gvm/openvas_22.4.1_all.deb Package: openvas-scanner Version: 22.7.9-1 Installed-Size: 1050 Maintainer: Debian Security Tools Architecture: arm64 Replaces: libopenvas-dev, openvas-nasl, openvas-plugins, openvas-server Depends: libbsd0 (>= 0.6.0), libc6 (>= 2.34), libgcrypt20 (>= 1.10.3), libglib2.0-0 (>= 2.75.3), libgnutls30 (>= 3.8.2), libgpg-error0 (>= 1.14), libgpgme11 (>= 1.2.0), libgvm22 (>= 22.7.3), libjson-glib-1.0-0 (>= 1.5.2), libksba8 (>= 1.2.0), libpcap0.8 (>= 0.9.8), libsnmp40 (>= 5.9.4+dfsg), libssh-4 (>= 0.8.0), openssl, redis-server, adduser, rsync, gpg Recommends: nmap, python3-impacket Suggests: gvm-tools, snmp, pnscan, strobe, ike-scan Conflicts: libopenvas-dev, openvas-nasl, openvas-plugins, openvas-server Size: 264112 SHA256: b545dd217dedbd0397687a2f4998daaecf6c468aa0a625e773b13cbde686c333 SHA1: 6ce0bfb453564012275b3bcb14cf22f7e1d9a830 MD5sum: 970dfa259f41c7051995d598fadca94c Description: remote network security auditor - scanner The Open Vulnerability Assessment System is a modular security auditing tool, used for testing remote systems for vulnerabilities that should be fixed. . It is made up of two parts: a scan server, and a client. The scanner/daemon, openvassd, is in charge of the attacks, whereas the client, gvm-tools, provides an X11/GTK+ user interface. . This package provides the scanner. Homepage: https://www.greenbone.net/ Section: net Priority: optional Filename: pool/main/o/openvas-scanner/openvas-scanner_22.7.9-1_arm64.deb Package: ospd-openvas Version: 22.6.2-1 Installed-Size: 460 Maintainer: Debian Security Tools Architecture: all Replaces: python3-ospd (<< 21.4.5) Provides: python3-ospd Depends: openvas-scanner (>= 22.4.0), python3-defusedxml, python3-deprecated, python3-gnupg, python3-lxml, python3-packaging, python3-paho-mqtt, python3-psutil, python3-redis, python3:any, sudo Breaks: python3-ospd (<< 21.4.5) Size: 89380 SHA256: 367785f74bade7b48948edca51f8b0bb5a203890250183811dc406e3a510a3bd SHA1: d50114955ba4650ff67d564c9a380a89b2190e41 MD5sum: 9833688f64bca430cf4c0e1a24ec876d Description: OSP server implementation to allow GVM to remotely control an OpenVAS Scanner This package contains an OSP server implementation to allow GVM to remotely control OpenVAS. . It is a command line tool with parameters to start a daemon which keeps waiting for instructions to update the feed of vulnerability tests and to start a scan. The second part of the interface is the redis store where the parameters about a scan task need to be placed and from where the results can be retrieved, being the unique communication channel between OSPD-OpenVAS and OpenVAS. . Once running, you need to configure OpenVAS for the Greenbone Vulnerability Manager, for example via the web interface Greenbone Security Assistant. Then you can create scan tasks to use OpenVAS. Homepage: https://www.greenbone.net/ Section: admin Priority: optional Filename: pool/main/o/ospd-openvas/ospd-openvas_22.6.2-1_all.deb Package: pgcli Version: 4.0.1-1 Installed-Size: 326 Maintainer: Daniel Baumann Architecture: all Depends: python3-cli-helpers, python3-pendulum, python3-pgspecial (>= 2), python3-pkg-resources, python3-prompt-toolkit (>= 3.0), python3-sqlparse (>= 0.3), python3-tabulate, python3-terminaltables, python3-click, python3-configobj, python3-psycopg (>= 3.0.14), python3-pygments, python3-setproctitle, python3:any Size: 83160 SHA256: ff702f4a12c5f4a09b7d4f9bdb85d14b94961202568c9ccc4e73940cc25b776d SHA1: a4e4154a49177564701ed6dbe1e047ea00418d0e MD5sum: 2567251c62ca6a1e8cbafa88652f6998 Description: CLI for PostgreSQL with auto-completion and syntax highlighting pgcli is a command line interface for PostgreSQL with auto-completion and syntax highlighting. It is also capable of pretty printing tabular data. Homepage: https://www.pgcli.com Section: database Priority: optional Filename: pool/main/p/pgcli/pgcli_4.0.1-1_all.deb Package: plaso Version: 20201007-2 Installed-Size: 40 Maintainer: Debian Security Tools Architecture: all Depends: python3-plaso (>= 20201007-2) Size: 13028 SHA256: f98adc402ec3ee30b0c1d064f71fa68d2f5330a4437305533cefff3de86b8491 SHA1: 550807e98c8b8a62ea5c6d2f49da4f9a01efa1d0 MD5sum: e6f1f9f0b7809a2a04976eb7dd65ce8a Description: super timeline all the things -- metapackage This is a metapackage that depends on the Python 3 package of the Plaso libraries and scripts. Homepage: https://github.com/log2timeline/plaso Section: admin Priority: optional Filename: pool/main/p/plaso/plaso_20201007-2_all.deb Package: python-all Source: python-defaults Version: 2.7.18-3 Installed-Size: 6 Maintainer: Matthias Klose Architecture: arm64 Depends: python2 (= 2.7.18-3), python2.7 (>= 2.7.2-3) Size: 1044 SHA256: 48327b5cfab7174e4e88d9c582645e9d81724f0f6b2f403d234f17c78336bc62 SHA1: 38877a81deb2d9182189032d945c2c09772562db MD5sum: e3574cf2fc56ed554874b6138a389de5 Description: package depending on all supported Python2 runtime versions The package currently depends on python2.7, in the future, dependencies on jython (Python2 for a JVM) and ironpython (Python2 for Mono) may be added. . This package is a dependency package used as a build dependency for other packages to avoid hardcoded dependencies on specific Python2 runtimes. Multi-Arch: allowed Homepage: https://www.python.org/ Section: python Priority: optional Filename: pool/main/p/python-defaults/python-all_2.7.18-3_arm64.deb Package: python-all-dbg Source: python-defaults Version: 2.7.18-3 Installed-Size: 6 Maintainer: Matthias Klose Architecture: arm64 Depends: python2 (= 2.7.18-3), python-all (= 2.7.18-3), libpython-all-dbg (= 2.7.18-3), python2-dbg (= 2.7.18-3), python2.7-dbg (>= 2.7-7) Size: 1072 SHA256: 7111e975259fe27f5ee7fd84861a7306cba62f1f3106367fd581464376ea214f SHA1: d27355a95080b4b4ac5d7b29a26e35fbe53f7045 MD5sum: 496081b6d5f54f491d3c46758158a6cb Description: package depending on all supported Python2 debugging packages The package currently depends on python2.7-dbg, in the future, dependencies on jython (Python for a JVM) and ironpython (Python2 for Mono) may be added. . This package is a dependency package used as a build dependency for other packages to avoid hardcoded dependencies on specific Python2 debug packages. Multi-Arch: allowed Homepage: https://www.python.org/ Tag: role::debug-symbols Section: debug Priority: optional Filename: pool/main/p/python-defaults/python-all-dbg_2.7.18-3_arm64.deb Package: python-all-dev Source: python-defaults Version: 2.7.18-3 Installed-Size: 6 Maintainer: Matthias Klose Architecture: arm64 Depends: python2 (= 2.7.18-3), python-all (= 2.7.18-3), libpython-all-dev (= 2.7.18-3), python2-dev (= 2.7.18-3), python2.7-dev (>= 2.7-7) Size: 1068 SHA256: 9150aa79b9b16e82d79eab264eecb880e8ccdeab62acbb6de12786d37e7b5be6 SHA1: b33c175656ea757ad662fb1ae06f3dd6536b5cc1 MD5sum: 4c3282068523e1310d501e06b6f29d1c Description: package depending on all supported Python2 development packages The package currently depends on python2.7-dev, in the future, dependencies on jython (Python2 for a JVM) and ironpython (Python2 for Mono) may be added. . This package is a dependency package used as a build dependency for other packages to avoid hardcoded dependencies on specific Python2 development packages. Multi-Arch: allowed Homepage: https://www.python.org/ Tag: devel::lang:python, devel::library, role::dummy Section: python Priority: optional Filename: pool/main/p/python-defaults/python-all-dev_2.7.18-3_arm64.deb Package: python-celery-common Source: celery Version: 5.3.4-2 Installed-Size: 43 Maintainer: Debian Python Team Architecture: all Depends: celery (>= 5.3.4-2) Size: 21684 SHA256: 091e9d05c93fbb4e16149373a1cba9960228c1e49ecb901c0897ad0b88a123d9 SHA1: dcb3141af0507a17f2ed8c085c9194da6a898523 MD5sum: 37652c5352956eedbc8acdb61198821a Description: async task/job queue - transitional dummy package Celery is an open source asynchronous task queue/job queue based on distributed message passing. It is focused on real-time operation, but supports scheduling as well. . This is an empty transitional package to the "celery" package. Once installed it can be safely removed. Homepage: https://docs.celeryq.dev/ Section: python Priority: optional Filename: pool/main/c/celery/python-celery-common_5.3.4-2_all.deb Package: python-celery-doc Source: celery Version: 5.3.4-2 Installed-Size: 16291 Maintainer: Debian Python Team Architecture: all Depends: libjs-jquery, libjs-sphinxdoc (>= 5.2) Size: 1661436 SHA256: c18fd3ea899d0fda35f33885a02e0da449797ad48a69d89d98fefa1d50a16af6 SHA1: 17085f09fd13f99d0969374b7bf527b90ec643f9 MD5sum: e56291b6ce38ebf0bdde2b32072c1a2e Description: async task/job queue based on message passing (Documentation) Celery is an open source asynchronous task queue/job queue based on distributed message passing. It is focused on real-time operation, but supports scheduling as well. . The execution units, called tasks, are executed concurrently on one or more worker nodes. Tasks can execute asynchronously (in the background) or synchronously (wait until ready). . Celery is written in Python, but the protocol can be implemented in any language. It can also operate with other languages using webhooks. . The recommended message broker is RabbitMQ, but limited support for Redis, Beanstalk, MongoDB, CouchDB, and databases (using SQLAlchemy or the Django ORM) is also available. Celery is easy to integrate with Django, using the python-django-celery package. . This package contains the documentation. Multi-Arch: foreign Homepage: https://docs.celeryq.dev/ Section: doc Priority: optional Filename: pool/main/c/celery/python-celery-doc_5.3.4-2_all.deb Package: python-django-celery-results-doc Source: python-django-celery-results Version: 2.5.1-2 Installed-Size: 478 Maintainer: Debian Python Team Architecture: all Depends: libjs-sphinxdoc (>= 7.2.2) Size: 74896 SHA256: 844fa6259b50a52a80f6104f1ff63a5a7ab440952fcd17070bb40a70f50e2939 SHA1: f745cb54ffe149e9a234e058c9463b80c706b5c8 MD5sum: af012a2ab39b13ba253c200631a21654 Description: Celery result backends for Django (Documentation) This extension enables you to store Celery task results using the Django ORM. . It defines a single model (django_celery_results.models.TaskResult) used to store task results, and you can query this database table like any other Django model. . This package contains the documentation. Multi-Arch: foreign Homepage: https://github.com/celery/django-celery-results/ Section: doc Priority: optional Filename: pool/main/p/python-django-celery-results/python-django-celery-results-doc_2.5.1-2_all.deb Package: python-django-ratelimit-doc Source: python-django-ratelimit Version: 4.1.0-1 Installed-Size: 326 Maintainer: Debian Python Team Architecture: all Depends: libjs-sphinxdoc (>= 7.2.2) Size: 43300 SHA256: 59d213f10e32347152d4f9c691ed92e5c558b11a9887ba066d0481576a366f14 SHA1: 376ad8b7d47cf4baeb41a77dc7c6ed4d8ce3b89b MD5sum: 42083a22e85597be1364b2fed77f3566 Description: Cache-based rate-limiting for Django (Documentation) Django Ratelimit is a ratelimiting decorator for Django views, storing rate data in the configured Django cache backend. It requires a Django cache backend that supports atomic increment operations. The Memcached and Redis backends do, but the database backend does not. . This package contains the documentation. Homepage: https://github.com/jsocol/django-ratelimit Section: doc Priority: optional Filename: pool/main/p/python-django-ratelimit/python-django-ratelimit-doc_4.1.0-1_all.deb Package: python-gdbm Source: python-stdlib-extensions Version: 2.7.18-1 Installed-Size: 49 Maintainer: Matthias Klose Architecture: arm64 Provides: python2.7-gdbm Depends: python2 (>= 2.7), python2 (<< 2.8), libc6 (>= 2.17), libgdbm6 (>= 1.16) Suggests: python-gdbm-dbg Size: 12912 SHA256: 0577c5cd29e5a8f90d5adc2aea735a4539dfd7b521550475f6d709673248bfc3 SHA1: 324a7c0b5427a5c77d012afe6f8b086595246d6c MD5sum: 97e5076065c5c03539ab284c0a9a0e49 Description: GNU dbm database support for Python2 GNU dbm database module for Python2. Install this if you want to create or read GNU dbm database files with Python2. Tag: devel::lang:python, devel::library, implemented-in::python, role::shared-lib, works-with::db Section: python Priority: optional Filename: pool/main/p/python-stdlib-extensions/python-gdbm_2.7.18-1_arm64.deb Package: python-gdbm-dbg Source: python-stdlib-extensions Version: 2.7.18-1 Installed-Size: 81 Maintainer: Matthias Klose Architecture: arm64 Depends: python2-dbg (>= 2.7), python2-dbg (<< 2.8), python-gdbm (= 2.7.18-1), libc6 (>= 2.17), libgdbm6 (>= 1.16) Size: 27084 SHA256: 77c7592596a23d63449a77660f0b23d034645659ac05fb15deb8c6780fffca3d SHA1: f7f5847fa63a0896b5b30e4f857bd1024c7abec4 MD5sum: 355f84eb1d90358d5ded243857a3e41f Description: GNU dbm database support for Python2 (debug extension) GNU dbm database module for Python2. Install this if you want to create or read GNU dbm database files with Python2. . This package contains the extensions built for the Python2 debug interpreter. Build-Ids: bca9a228b5d196ee82f113015c20945d5ca739f7 Tag: role::debug-symbols Section: debug Priority: optional Filename: pool/main/p/python-stdlib-extensions/python-gdbm-dbg_2.7.18-1_arm64.deb Package: python-gvm-doc Source: python-gvm Version: 23.11.0-1 Installed-Size: 2338 Maintainer: Debian Security Tools Architecture: all Depends: libjs-sphinxdoc (>= 7.2.2) Size: 142904 SHA256: b9bd645d1574abe30611ecc5061ec511235144ed61bf95fbfac3b5ad4b93e78d SHA1: f3e57729bc8f877953198d15f22c3f8a95668b28 MD5sum: d565d16500406deb1451dfe53223684a Description: Greenbone Vulnerability Management Python Library (common documentation) This module gvm contains the Greenbone Vulnerability Management Python API library. It's a collection of APIs that help with remote controlling a Greenbone Security Manager (GSM) appliance and its underlying Greenbone Vulnerability Manager (GVM). The library essentially abstracts accessing the communication protocols Greenbone Management Protocol (GMP) and Open Scanner Protocol (OSP). . This is the common documentation package. Homepage: https://github.com/greenbone/python-gvm Section: doc Priority: optional Filename: pool/main/p/python-gvm/python-gvm-doc_23.11.0-1_all.deb Package: python-pontos-doc Source: pontos Version: 23.11.4-1 Installed-Size: 2830 Maintainer: Debian Security Tools Architecture: all Depends: libjs-sphinxdoc (>= 7.2.2) Size: 219172 SHA256: a19982ba8477095d2ec610a5ff8ca5f42290c1b6f573b69da62eff0157615d43 SHA1: 58ff7d9027ee20dd7ab1ae6b499ca8f9e0662db3 MD5sum: 7cf435277a93808c6935487cb8c4f79c Description: Greenbone Python Utilities and Tools (common documentation) This package contains a collection of utilities, tools, classes and functions maintained by Greenbone Networks. . Pontos is the German name of the Greek titan Pontus, the titan of the sea. . This is the common documentation package. Homepage: https://github.com/greenbone/pontos Section: doc Priority: optional Filename: pool/main/p/pontos/python-pontos-doc_23.11.4-1_all.deb Package: python-tk Source: python-stdlib-extensions Version: 2.7.18-1 Installed-Size: 102 Maintainer: Matthias Klose Architecture: arm64 Provides: python2.7-tk Depends: python2 (>= 2.7), python2 (<< 2.8), blt (>= 2.4z-9), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0), libtk8.6 (>= 8.6.0), tk8.6-blt2.5 (>= 2.5.3) Suggests: tix, python-tk-dbg Size: 24360 SHA256: 0383589501696b9f0c204922bd0acfdf459fbc4bdf8ac39ebb0766a0232ed24f SHA1: 479476349a941f524172b75ac1050bb05a3f4581 MD5sum: 1029773627d92ebeb7c7b92bf90fc364 Description: Tkinter - Writing Tk applications with Python2 A module for writing portable GUI applications with Python2 using Tk. Also known as Tkinter. Tag: devel::lang:python, devel::library, implemented-in::python, role::shared-lib, uitoolkit::tk Section: python Priority: optional Filename: pool/main/p/python-stdlib-extensions/python-tk_2.7.18-1_arm64.deb Package: python-tk-dbg Source: python-stdlib-extensions Version: 2.7.18-1 Installed-Size: 393 Maintainer: Matthias Klose Architecture: arm64 Depends: python2-dbg (>= 2.7), python2-dbg (<< 2.8), python-tk (= 2.7.18-1), blt (>= 2.4z-9), libc6 (>= 2.17), libtcl8.6 (>= 8.6.0), libtk8.6 (>= 8.6.0), tk8.6-blt2.5 (>= 2.5.3) Size: 175168 SHA256: 84ca40332cc610332bd5950d922ace2501bb93a7fa865512a920e87aafd170ad SHA1: 61a75a9577c5e50fe4801bc166ab8d889bca0c96 MD5sum: f84cf4a01199cee72fe91f8f349a908e Description: Tkinter - Writing Tk applications with Python2 (debug extension) A module for writing portable GUI applications with Python2 using Tk. Also known as Tkinter. . This package contains the extensions built for the Python2 debug interpreter. Build-Ids: 853475e5185db523bd128773e9243c78d4780a6e Tag: role::debug-symbols Section: debug Priority: optional Filename: pool/main/p/python-stdlib-extensions/python-tk-dbg_2.7.18-1_arm64.deb Package: python2 Source: python-defaults Version: 2.7.18-3 Installed-Size: 69 Maintainer: Matthias Klose Architecture: arm64 Replaces: python (<< 2.7.15-2), python-dev (<< 2.6.5-2), python2-doc (<< 2.7.18-2) Provides: python-ctypes, python-email, python-importlib, python-profiler, python-wsgiref Depends: python2.7 (>= 2.7.18~), libpython2-stdlib (= 2.7.18-3) Pre-Depends: python2-minimal (= 2.7.18-3) Suggests: python2-doc (= 2.7.18-3), python-tk (>= 2.7.18~) Conflicts: python-central (<< 0.5.5) Breaks: python (<< 2.7.15-2), python2-doc (<< 2.7.18-2), update-manager-core (<< 0.200.5-2) Size: 24468 SHA256: 22f7cb23fd5126a629300cc2bf0ec2a1d3794514718cbc05db2e0a0be74c3774 SHA1: 5bdbe08da5c97da3df338a63798af6ef5cff5867 MD5sum: 4d20131dec94283c39d22410b60871a5 Description: interactive high-level object-oriented language (Python2 version) Python2, the high-level, interactive object oriented language, includes an extensive class library with lots of goodies for network programming, system administration, sounds and graphics. . This package is a dependency package, which depends on Debian's Python2 version (currently v2.7). Multi-Arch: allowed Homepage: https://www.python.org/ Section: python Priority: optional Filename: pool/main/p/python-defaults/python2_2.7.18-3_arm64.deb Package: python2-dbg Source: python-defaults Version: 2.7.18-3 Installed-Size: 20 Maintainer: Matthias Klose Architecture: arm64 Replaces: python-dbg (<< 2.7.15-2) Depends: python2 (= 2.7.18-3), libpython2-dbg (= 2.7.18-3), python2.7-dbg (>= 2.7.18~) Breaks: python-dbg (<< 2.7.15-2) Size: 1276 SHA256: 03522c58eff120ec8760023690e0ee24964244642d292dbaf545bd073c73f13d SHA1: 1220231ccccdc1d8ffb436e941fd543c1909c492 MD5sum: 05080cb2ff45a94437056a57210b980b Description: debug build of the Python2 interpreter (version 2.7) Python2 interpreter configured with --pydebug. Dynamically loaded modules are searched in /usr/lib/python2.7/lib-dynload/debug first. Multi-Arch: allowed Homepage: https://www.python.org/ Tag: role::debug-symbols Section: debug Priority: optional Filename: pool/main/p/python-defaults/python2-dbg_2.7.18-3_arm64.deb Package: python2-dev Source: python-defaults Version: 2.7.18-3 Installed-Size: 15 Maintainer: Matthias Klose Architecture: arm64 Replaces: python-dev (<< 2.7.15-2) Depends: python2 (= 2.7.18-3), libpython2-dev (= 2.7.18-3), python2.7-dev (>= 2.7.18~) Breaks: python-dev (<< 2.7.15-2) Size: 1216 SHA256: bfce577632042ffa50e02dd74a25e3c78d0ecedc46671ce7f9e1a1df2bd62881 SHA1: 16ccdabcab9f37c6ae3b25c49bb7f3a11668278e MD5sum: faf828baa9abe149e5d3f14d1242f320 Description: header files and a static library for Python2 Header files, a static library and development tools for building Python2 modules, extending the Python2 interpreter or embedding Python2 in applications. . This package is a dependency package, which depends on Debian's Python2 version (currently v2.7). Multi-Arch: allowed Homepage: https://www.python.org/ Section: python Priority: optional Filename: pool/main/p/python-defaults/python2-dev_2.7.18-3_arm64.deb Package: python2-doc Source: python-defaults Version: 2.7.18-3 Installed-Size: 41 Maintainer: Matthias Klose Architecture: all Replaces: python-doc (<< 2.7.15-2) Depends: python2.7-doc (>= 2.7.18~) Suggests: python2 (= 2.7.18-3) Breaks: python-doc (<< 2.7.15-2) Size: 21340 SHA256: ac28361db37363a07df01e0c789dc8015e147da9eb32e5d27b53640e8151e944 SHA1: 183be6e4d0deea2f20161afcbcff9529b3aa8bd1 MD5sum: 37de122759be1e76569c0176917378b2 Description: documentation for the high-level object-oriented language Python2 This is the official set of documentation for the interactive high-level object-oriented language Python2 (v2.7). All documents are provided in HTML format, some in info format. The package consists of nine documents: . * Tutorial * Python Library Reference * Macintosh Module Reference * Python Language Reference * Extending and Embedding Python * Python/C API Reference * Installing Python Modules * Documenting Python * Distributing Python Modules . This package is a dependency package, which depends on Debian's Python2 version (currently v2.7). Multi-Arch: foreign Homepage: https://www.python.org/ Section: doc Priority: optional Filename: pool/main/p/python-defaults/python2-doc_2.7.18-3_all.deb Package: python2-minimal Source: python-defaults Version: 2.7.18-3 Installed-Size: 105 Maintainer: Matthias Klose Architecture: arm64 Replaces: python (<= 2.7.3-1~), python-minimal (<< 2.7.15-2) Depends: python2.7-minimal (>= 2.7.18~), dpkg (>= 1.13.20) Recommends: python2 Conflicts: python-central (<< 0.5.5) Breaks: idle (<< 2.6), python (<= 2.7.3-1~), python-all (<< 2.6), python-all-dbg (<< 2.6), python-all-dev (<< 2.6), python-dbg (<< 2.6), python-dev (<< 2.6), python-examples (<< 2.6), python-minimal (<< 2.7.15-2), python-support (<< 1.0.10ubuntu2), python2.5-minimal (<< 2.5.5-7), python2.6-minimal (<< 2.6.5~rc2-2), python3.1-minimal (<< 3.1.2~rc1-2) Size: 34244 SHA256: 43f6d2c44a952085e5588b522509d29ca6a84c0422569481748f42385098f27b SHA1: eea539e83d84c2b8c6351789df40621c5a5d9a7b MD5sum: 588db3f50164749fc6266e94af76ea7a Description: minimal subset of the Python2 language This package contains the interpreter and some essential modules. It's used in the boot process for some basic tasks. See /usr/share/doc/python2.7-minimal/README.Debian for a list of the modules contained in this package. Multi-Arch: allowed Homepage: https://www.python.org/ Cnf-Visible-Pkgname: python2 Section: python Priority: optional Filename: pool/main/p/python-defaults/python2-minimal_2.7.18-3_arm64.deb Package: python2.7 Version: 2.7.18-13.2 Installed-Size: 383 Maintainer: Matthias Klose Architecture: arm64 Replaces: python-profiler (<= 2.7.1-2), python2.7-minimal (<< 2.7.3-7~) Depends: python2.7-minimal (= 2.7.18-13.2), libpython2.7-stdlib (= 2.7.18-13.2), media-types | mime-support Suggests: python2.7-doc, binutils Conflicts: python-profiler (<= 2.7.1-2) Breaks: libgcj-common (<< 1:7), libpython-dbg (<< 2.7.18), libpython-dev (<< 2.7.18), libpython-stdlib (<< 2.7.18), libvolk1-bin (<< 2), pysycache (<< 3.1-4~), python (<< 2.7.18), python-catkin-pkg (<< 0.4.14-2~), python-chardet (<< 3.0.4-6~), python-dbg (<< 2.7.18), python-dev (<< 2.7.18), python-extras (<< 1.0.0-4~), python-fixtures (<< 3.0.0-3~), python-genpy (<< 0.6.9-2~), python-iso8601 (<< 0.1.12-2~), python-linecache2 (<< 1.0.0-4~), python-minimal (<< 2.7.18), python-pbr (<< 5.4.5), python-pyasn1 (<< 0.4.2-4~), python-pygame (<< 1.9.6+dfsg-3~), python-pyicu (<< 2.2-3~), python-rospkg (<< 1.1.10-2~), python-std-msgs (<< 0.5.12-2~), python-testtools (<< 2.3.0-7~), python-traceback2 (<< 1.4.0-6~), python-traitlets (<< 4.3.3-3~), python-urllib3 (<< 1.25.8-2~), python-virtualenv (<< 1.7.1.2-2~), python-yaml (<< 5.3.1-2~), vim-athena (<< 2:7.3.547-4), vim-gnome (<< 2:7.3.547-4), vim-gtk (<< 2:7.3.547-4), vim-nox (<< 2:7.3.547-4) Size: 311012 SHA256: 9276a345cf412221cc549729054c3a9a1f671dcfb3ebddcbab9b6a296a9f5c9a SHA1: 82110abefd0c2aae5b89dbf7bbb111f93ceb56b3 MD5sum: c0220130172032a806b55e5aa86b1604 Description: Interactive high-level object-oriented language (version 2.7) Python is a high-level, interactive, object-oriented language. Its 2.7 version includes an extensive class library with lots of goodies for network programming, system administration, sounds and graphics. Multi-Arch: allowed Tag: devel::interpreter, devel::lang:python, devel::runtime, implemented-in::c, interface::commandline, role::program, works-with::software:running, works-with::software:source Section: python Priority: optional Filename: pool/main/p/python2.7/python2.7_2.7.18-13.2_arm64.deb Package: python2.7-dbg Source: python2.7 Version: 2.7.18-13.2 Installed-Size: 15790 Maintainer: Matthias Klose Architecture: arm64 Depends: python2.7 (= 2.7.18-13.2), libpython2.7-dbg (= 2.7.18-13.2), libc6 (>= 2.33), zlib1g (>= 1:1.2.0) Suggests: python-gdbm-dbg, python-tk-dbg Size: 8348068 SHA256: f90ee68ab08faad75b5c437dd55d706e5b902a10c39422f8523da4cf7ee65e5c SHA1: cf7f6c9c316fcc1195791b6d0249242018e938ac MD5sum: 516240e5fe8599b91694e9beb24549b2 Description: Debug Build of the Python Interpreter (version 2.7) The package holds two things: . - A Python interpreter configured with --pydebug. Dynamically loaded modules are searched as _d.so first. Third party extensions need a separate build to be used by this interpreter. - Debug information for standard python interpreter and extensions. . See the README.debug for more information. Multi-Arch: allowed Build-Ids: 000c06d3140d1ab92d1cf5eaea1e4a190a60fb8a 05cc4ed795e76b564b8a75391e6d71e1c6617d16 0c83f019b5b4e8c57bcb20456ae2db48528eb0a0 1468f8d8902128c9cf257f8e5def0f5a1b2d9d38 1c6d32baddc080b50f1ad95d557643c5aade3e43 38155a85ce7dd009be7ca696354320bc1cd1e921 38c7dde0a7a00b0c4d08e929bb3898c84725b7f9 40f20b80ae065dbf8ff00d880a3ef116db28212a 472c2e5e31baf5e4ed879da553b1f1c3f6906004 4c537488d25eb0b347222fd7dc25631397d95c02 51d27604da43f28963e3aeb5ea78fc1b01ac0604 6b75c0bf32af47706e3f3cd1bc85808782a8dba5 6ca672d0de9d34c42149e5884af14d9dc70d9f7a 723a3e7712edef8f39d1034df9ac037464aa43fe 754a247893380ba7279402312125157d10867157 7863c4cc30c515a61a3092e92d7885dc595ebd5d 7db76055d3b8d83a819ae000327b055897096ddc 8c2b744295076acf30caa16fbf6d8b07a15c87bf 9375910732bba8e3f0d09185a3e455a5a412f812 9ce0355fcca560861ffd58fcb937080d6064681b b22e0ebb186feeb40c75bd29f1c5b98fed68935a b54b2302a0795b68cfcfb659b42e5d269f1f3b4b bad4c3aaa42f3492a5aaa49e10848ba458aa0039 c33008306c42c712c9f3787c7106ee687c439acf c4b433fc77f533f4e43b4276eae2b8450560568b d35e5c027b34ed15e9c51abb4522b7500e9c3619 d6afe60bba7443792544fe6019d0071fd27e93c1 dab874065045801ec1a6d159e0397fbecc210694 db778710493e7b3f95051fd6ca516ec1246c1a1a dbb57067ca7c05fcd306e0537919ff7fd86c34ef deb040f9547883d86e56f628aa5d1e5b072c2e0b e65b800bd07151f20f1014709580ab37d9b7c399 f14f66672b7c9d5053fe5a0baee741affb2c4aa7 f38e92c5db26a18f328826fd88e6c2a75dffd987 f5388adfb347495ab72bb845c91401d8d0b05fe5 f86a02a4e50e529aef51e7f60fbb88ba6012219b fd9346077b0e3f1f2269808355d2f25d1b42a4f1 Tag: role::debug-symbols Section: debug Priority: optional Filename: pool/main/p/python2.7/python2.7-dbg_2.7.18-13.2_arm64.deb Package: python2.7-dev Source: python2.7 Version: 2.7.18-13.2 Installed-Size: 300 Maintainer: Matthias Klose Architecture: arm64 Replaces: python2.7 (<< 2.7-3) Depends: python2.7 (= 2.7.18-13.2), libpython2.7-dev (= 2.7.18-13.2), libpython2.7 (= 2.7.18-13.2), libexpat1-dev Recommends: libc6-dev | libc-dev Size: 292468 SHA256: ab8e4e9685b8b86ac5f0ede4c43cf5f29d1213d1b6ff9f317a3d0b3c743dcbae SHA1: 9b04289916ca2fd4648c59ffce42b1939c143fdd MD5sum: df10aa6a07ff9bf7db3b2e25c42c2ba3 Description: Header files and a static library for Python (v2.7) Header files, a static library and development tools for building Python (v2.7) modules, extending the Python interpreter or embedding Python (v2.7) in applications. . Maintainers of Python packages should read README.maintainers. Multi-Arch: allowed Tag: devel::lang:python, devel::library, role::devel-lib Section: python Priority: optional Filename: pool/main/p/python2.7/python2.7-dev_2.7.18-13.2_arm64.deb Package: python2.7-doc Source: python2.7 Version: 2.7.18-13.2 Installed-Size: 35948 Maintainer: Matthias Klose Architecture: all Depends: libjs-jquery, libjs-underscore Suggests: python2.7 Size: 4502188 SHA256: 588e2df20ccff8a7f0b1e460a1988afe206ad3561476ff1dd170f3d9b06fd3ba SHA1: ade68497191e5f267f838f05d4999585d40b886b MD5sum: 0279e9b7d9c6349606de76dffb98ce90 Description: Documentation for the high-level object-oriented language Python (v2.7) These is the official set of documentation for the interactive high-level object-oriented language Python (v2.7). All documents are provided in HTML format. The package consists of ten documents: . * What's New in Python2.7 * Tutorial * Python Library Reference * Macintosh Module Reference * Python Language Reference * Extending and Embedding Python * Python/C API Reference * Installing Python Modules * Documenting Python * Distributing Python Modules Multi-Arch: foreign Tag: devel::doc, devel::examples, devel::lang:python, made-of::html, role::documentation Section: doc Priority: optional Filename: pool/main/p/python2.7/python2.7-doc_2.7.18-13.2_all.deb Package: python2.7-examples Source: python2.7 Version: 2.7.18-13.2 Installed-Size: 2922 Maintainer: Matthias Klose Architecture: all Depends: python2.7:any (>= 2.7.18-13.2) Size: 717136 SHA256: e5cb6842ffe220fba5d3eeef3662f97b7fbedd4e8e1c41c6def3a28e73f51837 SHA1: f727c28c10c28508296c4fc29c1ce228145b7bc0 MD5sum: c2eb3dc277fe132ffd905c09d90ea3df Description: Examples for the Python language (v2.7) Examples, Demos and Tools for Python (v2.7). These are files included in the upstream Python distribution (v2.7). Multi-Arch: foreign Section: python Priority: optional Filename: pool/main/p/python2.7/python2.7-examples_2.7.18-13.2_all.deb Package: python2.7-minimal Source: python2.7 Version: 2.7.18-13.2 Installed-Size: 3538 Maintainer: Matthias Klose Architecture: arm64 Replaces: python2.7 (<< 2.7.8-7~) Depends: libpython2.7-minimal (= 2.7.18-13.2) Pre-Depends: libc6 (>= 2.33), zlib1g (>= 1:1.2.0) Recommends: python2.7 Suggests: binfmt-support Conflicts: binfmt-support (<< 1.1.2) Breaks: libgcj-common (<< 1:7), libpython-dbg (<< 2.7.18), libpython-dev (<< 2.7.18), libpython-stdlib (<< 2.7.18), libvolk1-bin (<< 2), pysycache (<< 3.1-4~), python (<< 2.7.18), python-catkin-pkg (<< 0.4.14-2~), python-chardet (<< 3.0.4-6~), python-dbg (<< 2.7.18), python-dev (<< 2.7.18), python-extras (<< 1.0.0-4~), python-fixtures (<< 3.0.0-3~), python-genpy (<< 0.6.9-2~), python-iso8601 (<< 0.1.12-2~), python-linecache2 (<< 1.0.0-4~), python-minimal (<< 2.7.18), python-pbr (<< 5.4.5), python-pyasn1 (<< 0.4.2-4~), python-pygame (<< 1.9.6+dfsg-3~), python-pyicu (<< 2.2-3~), python-rospkg (<< 1.1.10-2~), python-std-msgs (<< 0.5.12-2~), python-testtools (<< 2.3.0-7~), python-traceback2 (<< 1.4.0-6~), python-traitlets (<< 4.3.3-3~), python-urllib3 (<< 1.25.8-2~), python-yaml (<< 5.3.1-2~) Size: 1084540 SHA256: 12a2c7700318b3a227763c4cd83ae69c5472efc6425482f3bfbd91cc405693a7 SHA1: 5cbb6552e2121471ddaab064bcd1fa7e7a91471c MD5sum: 128c1de3d25e45dac0dd98f6d6d30dcf Description: Minimal subset of the Python language (version 2.7) This package contains the interpreter and some essential modules. It can be used in the boot process for some basic tasks. See /usr/share/doc/python2.7-minimal/README.Debian for a list of the modules contained in this package. Multi-Arch: allowed Cnf-Visible-Pkgname: python2.7 Tag: devel::interpreter, devel::lang:python, implemented-in::c, implemented-in::python, role::program Section: python Priority: optional Filename: pool/main/p/python2.7/python2.7-minimal_2.7.18-13.2_arm64.deb Package: python3-aiohttp-apispec Source: python-aiohttp-apispec Version: 3.0.0~b2+ds1-2 Installed-Size: 64 Maintainer: Debian Python Team Architecture: all Depends: python3-aiohttp (<< 4.0), python3-apispec, python3-jinja2, python3-webargs, python3:any Size: 14204 SHA256: 4dc357cebd4d63cc755d2f20b55ce03867f58f1a16cbd1c8d18dda2e88be03f4 SHA1: ea387ca86804c3e9dceae193617f3d1d53543f23 MD5sum: e044f76dcdf89b637d989680b26f6f79 Description: Build and document REST APIs with aiohttp and apispec This Python module exports various decorators to automatically export Swagger specifications from a aiohttp server. . It also includes middleware to validate against marshmallow schemas. . Swagger UI support is currently not included. Homepage: https://github.com/maximdanilchenko/aiohttp-apispec Section: python Priority: optional Filename: pool/main/p/python-aiohttp-apispec/python3-aiohttp-apispec_3.0.0~b2+ds1-2_all.deb Package: python3-aiohttp-jinja2 Source: aiohttp-jinja2 Version: 1.5.1-1 Installed-Size: 50 Maintainer: Piotr Ożarowski Architecture: all Depends: python3-aiohttp, python3-jinja2, python3-typing-extensions | python3 (>> 3.8), python3:any Enhances: python3-aiohttp Size: 14584 SHA256: 5c96c53a73a53d902727812ce616650cd9bfb112fd86bfed46978c923fdd3888 SHA1: f90c07374a43650b4491884b1cd54042710ef706 MD5sum: 92d814ed2e75e0cedffc547ff22f9744 Description: jinja2 template renderer for aiohttp.web aiohttp_jinja2 library makes it easier to integrate Jinja2 (template engine for Python) templates in aiohttp.web (asyncio HTTP server) Homepage: https://github.com/aio-libs/aiohttp_jinja2/ Section: python Priority: optional Filename: pool/main/a/aiohttp-jinja2/python3-aiohttp-jinja2_1.5.1-1_all.deb Package: python3-azure-functions-devops-build Source: azure-functions-devops-build Version: 0.0.22-6 Installed-Size: 181 Maintainer: Debian Python Team Architecture: all Depends: python3-jinja2, python3-msrest, python3:any Size: 22640 SHA256: 95628256eac9e82c47d1e2bedbe9fcee4917c976cdb7bd7de8a6b8f6b3dc6008 SHA1: 4f8810af65027832a7345b35ab1a58eb3ded9a18 MD5sum: de3afe83e5b349ca52d4afd37c375ac4 Description: Azure Devops Build Manager For Azure Functions This project provides the class AzureDevopsBuildManager and supporting classes. This manager class allows the caller to manage Azure Devops pipelines that are maintained within an Azure Devops account. This project was created to be able to support command line tooling for the AZ Cli. Homepage: https://github.com/Azure/azure-functions-devops-build Section: python Priority: optional Filename: pool/main/a/azure-functions-devops-build/python3-azure-functions-devops-build_0.0.22-6_all.deb Package: python3-boto Source: python-boto Version: 2.49.0-4.1 Installed-Size: 5267 Maintainer: Debian Cloud Team Architecture: all Depends: python3-requests, python3:any, python3-six Size: 733636 SHA256: cc331fdbb0baf0371c5612b3f010f3e7bae67be889aafa6113bae2cda6007434 SHA1: 05b5b3a35c9b11347f5da58853b983fb5057ef13 MD5sum: 00477c1b0574368904167413acf3a54b Description: Python interface to Amazon's Web Services - Python 3.x Boto is a Python interface to the infrastructure services available from Amazon. . Boto supports the following services: * Elastic Compute Cloud (EC2) * Elastic MapReduce * CloudFront * DynamoDB * SimpleDB * Relational Database Service (RDS) * Identity and Access Management (IAM) * Simple Queue Service (SQS) * CloudWatch * Route53 * Elastic Load Balancing (ELB) * Flexible Payment Service (FPS) * Simple Storage Service (S3) * Glacier * Elastic Block Store (EBS) * and many more... . This package provides the Python 3.x module. Homepage: https://github.com/boto/boto Section: python Priority: optional Filename: pool/main/p/python-boto/python3-boto_2.49.0-4.1_all.deb Package: python3-celery Source: celery Version: 5.3.4-2 Installed-Size: 1497 Maintainer: Debian Python Team Architecture: all Depends: python3-billiard (>= 4.0.2), python3-click-didyoumean, python3-click-repl, python3-dateutil, python3-ephem, python3-kombu (>= 5.0), python3-memcache, python3-pkg-resources, python3-pyparsing, python3-tz, python3-vine (>= 5.0), python3-click, python3-click-plugins, python3-importlib-metadata | python3-supported-min (>= 3.8), python3:any Suggests: python-celery-doc, python3-redis, python3-sqlalchemy Size: 309072 SHA256: 48b0c93bbcd4fa7eecfa7d9df39e30a5342d81960c5408bca05654fd68ffbdbd SHA1: f15ba516ad4ed2c0412b5cf2d075c1c0dcd32736 MD5sum: 3d427e97b62368f1f51fd295dbee18fe Description: async task/job queue based on message passing (Python3 version) Celery is an open source asynchronous task queue/job queue based on distributed message passing. It is focused on real-time operation, but supports scheduling as well. . The execution units, called tasks, are executed concurrently on one or more worker nodes. Tasks can execute asynchronously (in the background) or synchronously (wait until ready). . Celery is written in Python, but the protocol can be implemented in any language. It can also operate with other languages using webhooks. . The recommended message broker is RabbitMQ, but limited support for Redis, Beanstalk, MongoDB, CouchDB, and databases (using SQLAlchemy or the Django ORM) is also available. Celery is easy to integrate with Django, using the python-django-celery package. . This package contains the Python 3 version of the library. Homepage: https://docs.celeryq.dev/ Section: python Priority: optional Filename: pool/main/c/celery/python3-celery_5.3.4-2_all.deb Package: python3-dfvfs Source: dfvfs Version: 20201219-1 Installed-Size: 1030 Maintainer: Debian Security Tools Architecture: all Depends: python3:any, python3-fsapfs (>= 20181205), python3-cffi-backend (>= 1.9.1), python3-cryptography (>= 2.0.2), python3-dfdatetime (>= 20180324), python3-dtfabric (>= 20170524), python3-idna (>= 2.5), python3-six (>= 1.1.0), python3-protobuf, python3-tsk (>= 20200117-3), python3-libbde (>= 20140531), python3-libewf (>= 20131210), python3-libfsext (>= 20200819), python3-libfshfs (>= 20201103), python3-libfsntfs (>= 20151130), python3-libfsxfs (>= 20201114), python3-libfvde (>= 20160719), python3-libfwnt (>= 20160418), python3-libluksde (>= 20200101), python3-libqcow (>= 20201213), python3-libsigscan (>= 20150627), python3-libsmdev (>= 20140529), python3-libsmraw (>= 20140612), python3-libvhdi (>= 20131210), python3-libvmdk (>= 20140421), python3-libvshadow (>= 20160109), python3-libvslvm (>= 20160109) Size: 103072 SHA256: 3fe10cd17db6f3454b9b8298b375a4dfe4893fd753795851da208f62689a6a37 SHA1: 9da2169955d25019925ed231b928afaada2dd16f MD5sum: 3f457eb3d41dfeb6cf82b1965161c859 Description: Digital Forensics Virtual File System The Digital Forensics Virtual File System, provides read-only access to file-system objects from various storage media types and file formats. The goal of dfVFS is to provide a generic interface for accessing file-system objects, for which it uses several back-ends that provide the actual implementation of the various storage media types, volume systems and file systems. Homepage: https://github.com/log2timeline/dfvfs Section: python Priority: optional Filename: pool/main/d/dfvfs/python3-dfvfs_20201219-1_all.deb Package: python3-django-celery-results Source: python-django-celery-results Version: 2.5.1-2 Installed-Size: 134 Maintainer: Debian Python Team Architecture: all Depends: python3-django, python3-celery, python3:any Suggests: python-django-celery-results-doc Size: 25680 SHA256: 868d4671ce930c752d561624241fe7f07ce3e8d2f3aab40738b9b9ca36643607 SHA1: 18b472d7ffc431409ad2314ef80b85c0025dc61e MD5sum: e267ca49aee69129584e64c99d147538 Description: Celery result backends for Django (Python3 version) This extension enables you to store Celery task results using the Django ORM. . It defines a single model (django_celery_results.models.TaskResult) used to store task results, and you can query this database table like any other Django model. . This package contains the Python 3 version of the library. Homepage: https://github.com/celery/django-celery-results/ Section: python Priority: optional Filename: pool/main/p/python-django-celery-results/python3-django-celery-results_2.5.1-2_all.deb Package: python3-django-ratelimit Source: python-django-ratelimit Version: 4.1.0-1 Installed-Size: 65 Maintainer: Debian Python Team Architecture: all Depends: python3-django, python3:any Suggests: python-django-ratelimit-doc Size: 11712 SHA256: 2ad8f43e69f989047921374be1620a780b8dbe082d69a105c21ffd2957e4d069 SHA1: e8f3224a78deb3b6b3aa576eb1b593180550ef30 MD5sum: aa1bf19d8bd0a4ac2bafbfbb6b36c36a Description: Cache-based rate-limiting for Django (Python3 version) Django Ratelimit is a ratelimiting decorator for Django views, storing rate data in the configured Django cache backend. It requires a Django cache backend that supports atomic increment operations. The Memcached and Redis backends do, but the database backend does not. . This package contains the Python 3 version of the library. Homepage: https://github.com/jsocol/django-ratelimit Section: python Priority: optional Filename: pool/main/p/python-django-ratelimit/python3-django-ratelimit_4.1.0-1_all.deb Package: python3-fuzzywuzzy Source: fuzzywuzzy Version: 0.18.0-4 Installed-Size: 64 Maintainer: Debian Python Team Architecture: all Depends: python3-levenshtein, python3:any Size: 20048 SHA256: dddc6694f53d48179ce2b3a181cd25616357508d25b7102222334731734e7861 SHA1: b6498c5d8e6f48ed7854253e4779934a03a90477 MD5sum: 058104a505d5b80f70fcb20b6e2de29c Description: Python 3 module for fuzzy string matching Various methods for fuzzy matching of strings in Python, including: . - String similarity: Gives a measure of string similarity between 0 and 100. - Partial string similarity: Inconsistent substrings are a common problem when string matching. To get around it, use a "best partial" heuristic when two strings are of noticeably different lengths. - Token sort: This approach involves tokenizing the string in question, sorting the tokens alphabetically, and then joining them back into a string. - Token set: A slightly more flexible approach. Tokenize both strings, but instead of immediately sorting and comparing, split the tokens into two groups: intersection and remainder. Homepage: https://github.com/seatgeek/fuzzywuzzy Section: python Priority: optional Filename: pool/main/f/fuzzywuzzy/python3-fuzzywuzzy_0.18.0-4_all.deb Package: python3-gvm Source: python-gvm Version: 23.11.0-1 Installed-Size: 533 Maintainer: Debian Security Tools Architecture: all Depends: gvmd (>= 21.4.5), python3-pkg-resources, python3-defusedxml, python3-lxml, python3-paramiko, python3:any Suggests: python-gvm-doc Size: 47424 SHA256: cddd841926ac2f6d51ef1455a3f87870b08cf641e395f3b6d3f45011ebced098 SHA1: 3dd87c1d078b0e0abbee341cb3c3367181d22f64 MD5sum: 1e3f15ffc70d2875d57afea2fee4b8e9 Description: Greenbone Vulnerability Management Python Library (Python 3) This module gvm contains the Greenbone Vulnerability Management Python API library. It's a collection of APIs that help with remote controlling a Greenbone Security Manager (GSM) appliance and its underlying Greenbone Vulnerability Manager (GVM). The library essentially abstracts accessing the communication protocols Greenbone Management Protocol (GMP) and Open Scanner Protocol (OSP). . This package installs the library for Python 3. Homepage: https://github.com/greenbone/python-gvm Section: python Priority: optional Filename: pool/main/p/python-gvm/python3-gvm_23.11.0-1_all.deb Package: python3-levenshtein Source: python-levenshtein (0.12.2-2) Version: 0.12.2-2+b5 Installed-Size: 317 Maintainer: Sandro Tosi Architecture: arm64 Depends: python3 (<< 3.13), python3 (>= 3.11~), python3-pkg-resources, python3:any, libc6 (>= 2.17) Size: 41296 SHA256: 2ec9244df249c70f844823bcd24548c9a4f4897f74198dd90118a0f33055638d SHA1: 76090b9481bfaf4c8f5332f527cd3c6877b2ac54 MD5sum: 235f504c11c21830afab57d0e1b13430 Description: extension for computing string similarities and edit distances (Python 3) The Levenshtein module computes Levenshtein distances, similarity ratios, generalized medians and set medians of Unicode or non-Unicode strings. Because it's implemented in C, it's much faster than the corresponding Python library functions and methods. . The Levenshtein distance is the minimum number of single-character insertions, deletions, and substitutions to transform one string into another. . It is useful for spell checking, or fuzzy matching of gettext messages. . This package contains Levenshtein for Python 3. Homepage: https://github.com/ztane/python-Levenshtein Section: python Priority: optional Filename: pool/main/p/python-levenshtein/python3-levenshtein_0.12.2-2+b5_arm64.deb Package: python3-libbde Source: libbde (20190102-2) Version: 20190102-2+b2 Installed-Size: 856 Maintainer: Debian Security Tools Architecture: arm64 Depends: libbde1 (= 20190102-2+b2), libbfio1 (>= 20120425), libc6 (>= 2.33), python3 (<< 3.12), python3 (>= 3.11~) Size: 304716 SHA256: b6a5143a674b7e791a22e199f96062a1cc253f46c996139377bece9de9c910d4 SHA1: 3953de4ad17a7033d6dd29c7cc1b53f206238281 MD5sum: 72632974d98cf2159c1ca00b9e24b883 Description: BitLocker Drive Encryption access library -- Python 3 bindings The BDE format is used by Microsoft Windows (Vista and later) to encrypt data on a storage media volume. . This package includes Python 3 bindings. Multi-Arch: same Homepage: https://github.com/libyal/libbde Section: python Priority: optional Filename: pool/main/libb/libbde/python3-libbde_20190102-2+b2_arm64.deb Package: python3-liblnk Source: liblnk (20181227-1.1) Version: 20181227-1.1+b4 Installed-Size: 987 Maintainer: Debian Security Tools Architecture: arm64 Depends: liblnk1 (= 20181227-1.1+b4), libbfio1 (>= 20120425), libc6 (>= 2.33), python3 (<< 3.12), python3 (>= 3.11~) Size: 275568 SHA256: ef14d69cd212e36d6db869c622243df81d02fa4e00eb017074632e79191e75a6 SHA1: 168ad63634b6e7f98f2528753b148c2f35d4d9b2 MD5sum: 4b81a6b22bacafbd6f3cf150117b3510 Description: Windows Shortcut File format access library -- Python 3 bindings liblnk is a library to access the Windows Shortcut File (LNK) format. . This package contains Python 3 bindings for liblnk. Homepage: https://github.com/libyal/liblnk Section: python Priority: optional Filename: pool/main/libl/liblnk/python3-liblnk_20181227-1.1+b4_arm64.deb Package: python3-libvshadow Source: libvshadow (20190323-2) Version: 20190323-2+b2 Installed-Size: 920 Maintainer: Debian Security Tools Architecture: arm64 Depends: libvshadow1 (= 20190323-2+b2), libbfio1 (>= 20120425), libc6 (>= 2.33), python3 (<< 3.12), python3 (>= 3.11~) Size: 308220 SHA256: 6acd83fe17cb5159a472b4ca64035ceafcb5f6100af5e6dcd7da3bc22882bbc7 SHA1: 4c6bd71db66307c885ee4133b4a1adeabe3b725b MD5sum: d2f19750c05cb782341996f4ed22230b Description: Volume Shadow Snapshot format access library -- Python 3 bindings libvshadow is a library to access the Volume Shadow Snapshot (VSS) format. The VSS format is used by Windows, as of Vista, to maintain copies of data on a storage media volume. . This package contains Python 3 bindings for libvshadow. Homepage: https://github.com/libyal/libvshadow Section: python Priority: optional Filename: pool/main/libv/libvshadow/python3-libvshadow_20190323-2+b2_arm64.deb Package: python3-libvslvm Source: libvslvm (20181227-1.1) Version: 20181227-1.1+b4 Installed-Size: 920 Maintainer: Debian Security Tools Architecture: arm64 Depends: libvslvm1 (= 20181227-1.1+b4), libc6 (>= 2.33), python3 (<< 3.12), python3 (>= 3.11~) Size: 312564 SHA256: 6da397c16dda647292f0d38bae2dde92386eb2417fafe9ab11c2e3b8edc9d0b4 SHA1: aafa9588c4cfbf1aeecff9d0c8a3ba81ce322b09 MD5sum: 36820525a964cf36774873dfb12afc9c Description: Linux LVM volume system format access library -- Python 3 bindings libvslvm is a library to access the Linux Logical Volume Manager (LVM) volume system format. . This package contains Python 3 bindings for libvslvm. Homepage: https://github.com/libyal/libvslvm Section: python Priority: optional Filename: pool/main/libv/libvslvm/python3-libvslvm_20181227-1.1+b4_arm64.deb Package: python3-plaso Source: plaso Version: 20201007-2 Installed-Size: 10252 Maintainer: Debian Security Tools Architecture: all Replaces: plaso (<< 20190131-2~) Depends: python3:any, python3-yaml (>= 3.10), python3-xlsxwriter (>= 0.9.3), python3-artifacts (>= 20190305), python3-certifi (>= 2016.9.26), python3-cffi-backend (>= 1.9.1), python3-chardet (>= 2.0.1), python3-dateutil (>= 1.5), python3-defusedxml (>= 0.5.0), python3-dfdatetime (>= 20200613), python3-dfvfs (>= 20201219), python3-dfwinreg (>= 20201002), python3-dtfabric (>= 20200621), python3-elasticsearch (>= 6.0), python3-future (>= 0.16.0), python3-idna (>= 2.5), python3-libbde (>= 20140531), python3-libcreg (>= 20200725), python3-libesedb (>= 20150409), python3-libevt (>= 20191104), python3-libevtx (>= 20141112), python3-libewf (>= 20131210), python3-fsapfs (>= 20181205), python3-libfsext (>= 20200819), python3-libfsntfs (>= 20200805), python3-libfvde (>= 20160719), python3-libfwnt (>= 20180117), python3-libfwsi (>= 20150606), python3-liblnk (>= 20150830), python3-libluksde (>= 20200101), python3-libmsiecf (>= 20150314), python3-libolecf (>= 20151223), python3-libqcow (>= 20131204), python3-libregf (>= 20201002), python3-libscca (>= 20190605), python3-libsigscan (>= 20190629), python3-libsmdev (>= 20140529), python3-libsmraw (>= 20140612), python3-libvhdi (>= 20131210), python3-libvmdk (>= 20140421), python3-libvshadow (>= 20160109), python3-libvslvm (>= 20160109), python3-lz4 (>= 0.10.0), python3-pefile (>= 2018.8.8), python3-psutil (>= 5.4.3), python3-cryptography (>= 2.0.2), python3-pyparsing (>= 2.3.0), python3-redis (>= 3.4), python3-tsk (>= 20160721), python3-tz, python3-zmq (>= 2.1.11), python3-requests (>= 2.18.0), python3-six (>= 1.1.0), python3-urllib3 (>= 1.21.1), python3-yara (>= 3.4.0) Breaks: plaso (<< 20190131-2~) Size: 1208268 SHA256: f29534d03d32b8527f19c9ff42a88f1d1e04a6b20af224ff58aa28f0a2296aea SHA1: d469d75b95acd17a373f34bea1b8cf22eeb8b78a MD5sum: d5c7ea35008fae7868e11014004514e5 Description: super timeline all the things -- Python 3 Plaso (plaso langar að safna öllu) is the Python based back-end engine used by tools such as log2timeline for automatic creation of a super timelines. The goal of log2timeline (and thus plaso) is to provide a single tool that can parse various log files and forensic artifacts from computers and related systems, such as network equipment to produce a single correlated timeline. This timeline can then be easily analysed by forensic investigators/analysts, speeding up investigations by correlating the vast amount of information found on an average computer system. . This package contains a Plaso installation for Python 3. Homepage: https://github.com/log2timeline/plaso Section: python Priority: optional Filename: pool/main/p/plaso/python3-plaso_20201007-2_all.deb Package: python3-plaster-pastedeploy Source: python-plaster-pastedeploy Version: 0.5-5 Installed-Size: 40 Maintainer: Debian Python Team Architecture: all Depends: python3-pastedeploy, python3-plaster, python3:any Enhances: python3-plaster Size: 9900 SHA256: 1dea5eb3af67f006a6baa4c464dfd902a708dfd47cb3d5b0512ef92bd5ee506a SHA1: 81a7b4c15d4f536b508dbd90b6e17b17f36d817f MD5sum: a7584db35589e388be99daf9e121cfa2 Description: PasteDeploy configuration format plugin for plaster - Python 3.x module plaster is a loader interface around arbitrary config file formats. It exists to define a common API for applications to use when they wish to load configuration settings. . plaster_pastedeploy is a plaster plugin that provides a plaster.Loader that can parse ini files according to the standard set by PasteDeploy. It supports the wsgi plaster protocol, implementing the plaster.protocols.IWSGIProtocol interface. . This package provides the Python 3 version of the module. Homepage: https://github.com/pylons/plaster_pastedeploy Section: python Priority: optional Filename: pool/main/p/python-plaster-pastedeploy/python3-plaster-pastedeploy_0.5-5_all.deb Package: python3-pontos Source: pontos Version: 23.11.4-1 Installed-Size: 933 Maintainer: Debian Security Tools Architecture: all Depends: python3-colorful, python3-dateutil, python3-httpx, python3-lxml, python3-packaging, python3-rich, python3-semver, python3-tomlkit, python3:any Suggests: python-pontos-doc Size: 109612 SHA256: a6b8aa635273afb3de90120b34aae92d7c7b9f31a21857607f223d3dc2ab669c SHA1: 9d5e2505da7ec71f3a684ed4381c739f4de0c9d1 MD5sum: a55e8948e642dc932b69f0ca9d20713c Description: Greenbone Python Utilities and Tools (Python 3) This package contains a collection of utilities, tools, classes and functions maintained by Greenbone Networks. . Pontos is the German name of the Greek titan Pontus, the titan of the sea. . This package installs the library for Python 3. Homepage: https://github.com/greenbone/pontos Section: python Priority: optional Filename: pool/main/p/pontos/python3-pontos_23.11.4-1_all.deb Package: python3-pyee Source: pyee Version: 11.1.0-1 Installed-Size: 62 Maintainer: Debian Python Team Architecture: all Depends: python3-typing-extensions, python3:any Size: 16644 SHA256: 37a0fbc0d0dc4a86b11383d6cf6e90a11dcc06a181f0360d3bcb1f47f5be54f2 SHA1: c027fa80427202a2d79254d31c5690b233c383e3 MD5sum: 47f6ea82ca1eecc152df7724dba0ee4b Description: Python 3 port of node.js's EventEmitter to Python This package contains the pyee module for Python 3. pyee supplies an EventEmitter object similar to the EventEmitter from node.js. This allows developers to register a function to an event, which means that when the event is emitted, the function will be called. Homepage: https://github.com/jfhbrook/pyee Section: python Priority: optional Filename: pool/main/p/pyee/python3-pyee_11.1.0-1_all.deb Package: python3-pyramid Source: python-pyramid Version: 2.0+dfsg-2 Installed-Size: 1079 Maintainer: Debian Python Team Architecture: all Depends: python3, python3-hupper, python3-pkg-resources, python3-plaster, python3-plaster-pastedeploy, python3-translationstring, python3-venusian, python3-webob, python3-zope.deprecation, python3-zope.interface, python3:any Size: 335088 SHA256: e273738d94e682bca4aab41130005697c71f34ddcb17e59716bca7845243f6e7 SHA1: 0c08303e75b743db046fb17a51362066283f60c6 MD5sum: 718026aee806e676ea75dd3a1c574dd3 Description: Pyramid web application framework, a Pylons project - Python 3.x version Pyramid is a small, fast, down-to-earth, open source Python web development framework. It makes real-world web application development and deployment more fun, more predictable, and more productive. . Pyramid is a Pylons project, and underlies the newest web frameworks produced by the Pylons community. . Pyramid was previously known as repoze.bfg. . This is the Python 3 version. Homepage: https://trypyramid.com/ Section: python Priority: optional Filename: pool/main/p/python-pyramid/python3-pyramid_2.0+dfsg-2_all.deb Package: python3-starlette Source: starlette Version: 0.31.1-1 Installed-Size: 283 Maintainer: Piotr Ożarowski Architecture: all Depends: python3-anyio, python3-typing-extensions | python3-supported-min (>= 3.10), python3:any Recommends: python3-uvicorn | python3-daphne, python3-aiofiles, python3-h11, python3-itsdangerous, python3-jinja2, python3-multipart, python3-yaml Suggests: python3-databases Breaks: python3-fastapi (<< 0.91.0-1~) Size: 48908 SHA256: 9bcfcffdb09fa847655a6e2961f274ce33f964c4ec0a8ae251178fe4d885f7b5 SHA1: 62b95b3a0382dd1d313060742904a8b6d0941c8a MD5sum: 2f73fbfe3c35c0751bcd222ffdbe0465 Description: ASGI library ideal for building high performance asyncio services Starlette is a lightweight ASGI (Asynchronous Server Gateway Interface) framework/toolkit, which is ideal for building high performance asyncio services. . It is production-ready, and gives you the following: . * Seriously impressive performance. * WebSocket support. * In-process background tasks. * Startup and shutdown events. * Test client built on `httpx`. * CORS, GZip, Static Files, Streaming responses. * Session and Cookie support. * 100% test coverage. * 100% type annotated codebase. * Zero hard dependencies. . Example: . from starlette.applications import Starlette from starlette.responses import JSONResponse from starlette.routing import Route . async def homepage(request): return JSONResponse({'hello': 'world'}) . app = Starlette(debug=True, routes=[ Route('/', homepage), ]) Homepage: https://www.starlette.io/ Section: python Priority: optional Filename: pool/main/s/starlette/python3-starlette_0.31.1-1_all.deb Package: python3-webargs Source: python-webargs Version: 8.0.1-2 Installed-Size: 125 Maintainer: Debian Python Team Architecture: all Depends: python3-bottle, python3-django, python3-flask, python3-packaging, python3-pyramid, python3-marshmallow (>= 3.1.0), python3:any Size: 33024 SHA256: db2eb3a2836c06297b069a1b44696ec573323c30c1391efad7221645a236c8d8 SHA1: f7331bca01de4b550475cc703defa07765932357 MD5sum: 57c3dca8c9af27fa5d1dbb76bd9b7c67 Description: Python library for parsing and validating HTTP request arguments (Python 3) This package contains a Python library for parsing and validating HTTP request arguments, with built-in support for popular web frameworks, including Flask, Django, Bottle, Tornado, Pyramid, webapp2, Falcon, and aiohttp. . This package installs the library for Python 3. Homepage: https://github.com/sloria/webargs Section: python Priority: optional Filename: pool/main/p/python-webargs/python3-webargs_8.0.1-2_all.deb Package: radare2 Source: radare2 (5.5.0+dfsg-1) Version: 5.5.0+dfsg-1+b1 Installed-Size: 2786 Maintainer: Debian Security Tools Architecture: arm64 Depends: libc6 (>= 2.34), libradare2-5.0.0 (>= 5.5.0+dfsg) Recommends: libradare2-dev Size: 142824 SHA256: ba4df81b6e45b1a27693a96dbf3eaebc8b2f1974e7c771fec92ca14241b4b0c1 SHA1: 64bd9247aa1357d669e5edb05f104e9a6e21276d MD5sum: 34c37f256d8eed7b53c561c5935cc1c2 Description: free and advanced command line hexadecimal editor The project aims to create a complete, portable, multi-architecture, unix-like toolchain for reverse engineering. . It is composed by an hexadecimal editor (radare) with a wrapped IO layer supporting multiple backends for local/remote files, debugger (OS X, BSD, Linux, W32), stream analyzer, assembler/disassembler (rasm) for x86, ARM, PPC, m68k, Java, MSIL, SPARC, code analysis modules and scripting facilities. A bindiffer named radiff, base converter (rax), shellcode development helper (rasc), a binary information extractor supporting PE, mach0, ELF, class, etc. named rabin, and a block-based hash utility called rahash. Homepage: https://www.radare.org Tag: devel::debugger, devel::editor, devel::machinecode, implemented-in::c, interface::commandline, interface::text-mode, role::program, scope::utility, security::forensics, use::analysing, use::checking, use::comparing, use::editing, use::searching, works-with-format::elf, works-with::file, works-with::text Section: devel Priority: optional Filename: pool/main/r/radare2/radare2_5.5.0+dfsg-1+b1_arm64.deb Package: ruby-protocol-http2 Version: 0.14.2-1 Installed-Size: 132 Maintainer: Debian Ruby Team Architecture: all Depends: ruby-protocol-hpack (>= 1.4), ruby-protocol-http (>= 0.18), ruby, ruby-protocol-hpack (<< 2.0), ruby-protocol-http (<< 1.0) Size: 20396 SHA256: ee9599029a48e647f4c3e6a0413e6086d064b6f32909df35baec49042b59aaf5 SHA1: a5ff8082dc9bb1b928340a68ec93eef74a030f0b MD5sum: 4a2874ec5b0a6754326802fe6d5105e0 Description: low level implementation of the HTTP/2 protocol Protocol::HTTP2 provides a low-level implementation of the HTTP/2 protocol. Homepage: https://github.com/socketry/protocol-http2 Ruby-Versions: all Section: ruby Priority: optional Filename: pool/main/r/ruby-protocol-http2/ruby-protocol-http2_0.14.2-1_all.deb Package: signapk Source: android-platform-build Version: 1:10.0.0+r36-1 Installed-Size: 47 Maintainer: Android Tools Maintainers Architecture: all Depends: default-jre | java9-runtime | java10-runtime | java11-runtime, jarwrapper (>= 0.5), libapksig-java, libbcpkix-java, libbcprov-java Size: 35280 SHA256: cd7a4f88b10c6653d80ee74850ee6c390aa2c3d74e09c7a74b0479363e928996 SHA1: 2b7f086ad19adccba92590365b6831cf6644653b MD5sum: 7476fbab7edca2db24075d98e5ab78bb Description: Command line tool for signing Android ZIP/JAR/APK signapk is a command line tool for signing ZIP files, including JARs, APKs, and Over-The-Air (OTA) updates, in a way compatible with Android's mincrypt verifier, using EC or RSA keys and SHA1 or SHA-256. The tool can additionally sign APKs using APK Signature Scheme v2. It is the standard tool used to sign APK and JAR files distributed as part of Android ROMs. Homepage: https://android.googlesource.com/platform/build Section: devel Priority: optional Filename: pool/main/a/android-platform-build/signapk_10.0.0+r36-1_all.deb Package: signtos Source: android-platform-build Version: 1:10.0.0+r36-1 Installed-Size: 30 Maintainer: Android Tools Maintainers Architecture: all Depends: default-jre | java9-runtime | java10-runtime | java11-runtime, jarwrapper (>= 0.5), libapksig-java, libbcpkix-java, libbcprov-java Size: 18248 SHA256: d469b754b601b6123f9f595085a2b5890cff42186f39e6ad0f46010301f5e297 SHA1: 37541b3d892300e880ac11eff0ff9e27cb7c32ed MD5sum: 3de8ce79e0b865b21f0146a9d97310e3 Description: Android signing tool for signing Trusty images Signs ARM Trusty images for use with operating systems that support it. Trusty is a set of software components supporting a Trusted Execution Environment (TEE) on mobile devices. The key must be stored in PKCS8 format. Homepage: https://android.googlesource.com/platform/build Section: devel Priority: optional Filename: pool/main/a/android-platform-build/signtos_10.0.0+r36-1_all.deb Package: split-select Source: android-platform-frameworks-base (1:14~beta1-2) Version: 1:14~beta1-2+b1 Installed-Size: 94 Maintainer: Android Tools Maintainers Architecture: arm64 Depends: android-libaapt, android-libandroidfw, android-liblog (>= 34.0.4), android-libutils (>= 34.0.4), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1) Size: 29276 SHA256: 132d655c0891b5d75003e10c67ad1bcc1583c2b9c46e6dab748cb9753a9f2338 SHA1: 9d476b978e8dabca3310f0fc6a00afa909f7c1e7 MD5sum: 43a34856e4219aa215c91382825b4b13 Description: APK split and selection tool Generates the logic for selecting a Split APK given some target Android device configuration. . Using the flag --generate will emit a JSON encoded tree of rules that must be satisfied in order to install the given Split APK. Using the flag --target along with the device configuration will emit the set of Split APKs to install, following the same logic that would have been emitted Multi-Arch: foreign Homepage: https://android.googlesource.com/platform/frameworks/base Section: devel Priority: optional Filename: pool/main/a/android-platform-frameworks-base/split-select_14~beta1-2+b1_arm64.deb Package: sqsh Source: sqsh (2.5.16.1-2) Version: 2.5.16.1-2+b1 Installed-Size: 371 Maintainer: Steve Langasek Architecture: arm64 Depends: libc6 (>= 2.17), libct4 (>= 1.00.82), libreadline8 (>= 6.0), libxm4 (>= 2.3.4), libxt6 Size: 178308 SHA256: 9be3fe47853da9839daf814f0b6eed4c7b718efdc2f29e3595604d0ebe84b5b6 SHA1: dcd55ddd2ec3c551f359f26007fb27c48667a394 MD5sum: d5871565e9e26238f190820b4ffd88b9 Description: commandline SQL client for MS SQL and Sybase servers sqsh is a flexible commandline utility that uses the freetds libraries to connect to Sybase or Microsoft SQL servers. It is a useful debugging tool for identifying problems with other SQL applications, and it can be used as a productivity tool in its own right: unlike most SQL CLIs, sqsh's interactive shell lets you pipe the output of SQL queries directly to other Unix commands for further processing. Homepage: http://sourceforge.net/projects/sqsh/ Tag: devel::lang:sql, interface::graphical, interface::shell, interface::x11, network::client, role::program, uitoolkit::motif, uitoolkit::ncurses, works-with::db, x11::application Section: utils Priority: optional Filename: pool/main/s/sqsh/sqsh_2.5.16.1-2+b1_arm64.deb Package: wapiti Version: 3.0.4+dfsg-2 Installed-Size: 1580 Maintainer: Debian Security Tools Architecture: all Depends: libjs-jquery, python3-bs4 (>= 4.9.3), python3-importlib-metadata, python3-mako (>= 1.1.2), python3-markupsafe, python3-requests, python3-six (>= 1.15.0), python3-socks, python3-tld, python3-yaswfp, python3:any Size: 337896 SHA256: 63daeecf9b8c5674579efd1229621055ed52a5833203b5cd7be7fc0d56ba24bd SHA1: c8de6119675f457677e08db06c28639a2d08e8a7 MD5sum: ad213a43facce958c05840d71b46aec0 Description: web application vulnerability scanner Wapiti allows you to audit the security of your web applications. It performs "black-box" scans, i.e. it does not study the source code of the application but will scan the web pages of the deployed web applications, looking for scripts and forms where it can inject data. Once it gets this list, Wapiti acts like a fuzzer, injecting payloads to see if a script is vulnerable. . Wapiti can detect the following vulnerabilities: - Database Injection (PHP/ASP/JSP SQL Injections and XPath Injections) - Cross Site Scripting (XSS) reflected and permanent - File disclosure detection (local and remote include, require, fopen, readfile...) - Command Execution detection (eval(), system(), passtru()...) - XXE (Xml eXternal Entity) injection - CRLF Injection - Search for potentially dangerous files on the server (thank to the Nikto db) - Bypass of weak htaccess configurations - Search for copies (backup) of scripts on the server - Shellshock - DirBuster like - Server Side Request Forgery (through use of an external Wapiti website) Homepage: https://wapiti.sourceforge.net/ Tag: implemented-in::python, role::program, security::TODO, use::analysing Section: python Priority: optional Filename: pool/main/w/wapiti/wapiti_3.0.4+dfsg-2_all.deb Package: wifite Version: 2.7.0-1 Installed-Size: 2410 Maintainer: Debian Security Tools Architecture: all Depends: python3 (>= 3.2), python3-chardet, python3-pkg-resources, python3-scapy, python3:any, aircrack-ng, reaver, tshark, net-tools, ieee-data Suggests: macchanger, bully, hashcat, hcxdumptool, hcxpcaptool Size: 802916 SHA256: 03de03c671765fcfdcca5cbc0b4b43bb9570ca64c9fd2423426fb47efce5aaad SHA1: 021635b2be3a3698ebdf5fa39b4686cea83e703c MD5sum: 2d4c9c333bb0914dc1db873db1658d6f Description: Python script to automate wireless auditing using aircrack-ng tools Wifite is a tool to audit WEP or WPA encrypted wireless networks. It uses aircrack-ng, pyrit, reaver, tshark tools to perform the audit. . This tool is customizable to be automated with only a few arguments and can be trusted to run without supervision. Homepage: https://github.com/kimocoder/wifite2 Section: net Priority: optional Filename: pool/main/w/wifite/wifite_2.7.0-1_all.deb Package: wireless-regdb Version: 2022.06.06-1 Installed-Size: 36 Maintainer: Debian kernel team Architecture: all Size: 13132 SHA256: cf87bff643b23781c20028713e217291911211b262909bbdb9cf8b87c71817a1 SHA1: 64caa7fd64f7af7d4d7ee8c8ac2e1abb670aa0d3 MD5sum: 37d170118893766117c819d37663646b Description: wireless regulatory database for Linux This package provides a machine-readable database of legal regulations on radio emissions that affect use of wireless networking. The Linux kernel and drivers use this to maintain compliance with those regulations. Multi-Arch: foreign Homepage: https://wireless.wiki.kernel.org/en/developers/regulatory/wireless-regdb Tag: admin::hardware, role::app-data Section: net Priority: optional Filename: pool/main/w/wireless-regdb/wireless-regdb_2022.06.06-1_all.deb Package: xfce4-panel-profiles Version: 1.0.14-1 Installed-Size: 490 Maintainer: Debian Xfce Maintainers Architecture: all Replaces: xfpanel-switch (<< 1.0.9~) Depends: gir1.2-glib-2.0, gir1.2-gtk-3.0, gir1.2-libxfce4ui-2.0, python3:any Enhances: xfce4-panel Breaks: xfpanel-switch (<< 1.0.9~) Size: 84544 SHA256: 53d370fedd32bec3f6a19096940ab95b7cb410dd7684d11b0e551853123ae896 SHA1: d529ddadfe84e29b7be90f45dcba983c73d21663 MD5sum: 81f53d8fa6405fad9b72cd8723807198 Description: layout manager for the Xfce panel Xfce Panel Profiles (xfce4-panel-profiles) is a simple application to manage Xfce panel layouts. This tool makes it possible to backup, restore, import, and export these panel layouts. Homepage: https://docs.xfce.org/apps/xfce4-panel-profiles/start Section: xfce Priority: optional Filename: pool/main/x/xfce4-panel-profiles/xfce4-panel-profiles_1.0.14-1_all.deb Package: zipalign Source: android-platform-build Version: 1:10.0.0+r36-1 Installed-Size: 68 Maintainer: Android Tools Maintainers Architecture: arm64 Depends: android-liblog (>= 1:10.0.0+r36), android-libutils (>= 1:10.0.0+r36), android-libziparchive (>= 1:10.0.0+r36), libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 5), libzopfli1, zlib1g (>= 1:1.1.4) Size: 27948 SHA256: 51a72c132ce2d61839112a7edb1f20cefedff186b427edad6f4cd535cc497ea6 SHA1: 9e62f68937b35cef7d43c970fc5c615b0485b256 MD5sum: de25341f65794d54c7dabf4af19363fe Description: Zip archive alignment tool zipalign is an archive alignment tool that provides important optimization to Android application (.apk) files. The purpose is to ensure that all uncompressed data starts with a particular alignment relative to the start of the file. Homepage: https://android.googlesource.com/platform/build Section: devel Priority: optional Filename: pool/main/a/android-platform-build/zipalign_10.0.0+r36-1_arm64.deb Package: ziptime Source: android-platform-build Version: 1:10.0.0+r36-1 Installed-Size: 38 Maintainer: Android Tools Maintainers Architecture: arm64 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 5) Size: 16932 SHA256: ac7b0010e2d20d477ba0003ee534319b3d1ce1f74a3945a202ac8424c0044af1 SHA1: e1a63ff1e098e9dc57b30ad412f6d646876fac0e MD5sum: 0688f4e282ed0bdc017d1c4dc426f345 Description: Zip archive timestamp remover ziptime normalizes the timestamps in the header of a Zip file. It was created as part of the Android SDK to help make reproducible builds of Android application (.apk) files. It replaces all timestamps in the Zip headers with a static time (Jan 1 2008). The extra fields are not changed, so you'll need to use the -X option to zip so that it doesn't create the 'universal time' extra. Homepage: https://android.googlesource.com/platform/build Section: devel Priority: optional Filename: pool/main/a/android-platform-build/ziptime_10.0.0+r36-1_arm64.deb