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: i386 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: 40652 SHA256: 50a46e3918aae3b510b80eb5c51575e1bcec728eb4bf0b0374c91086c37248e9 SHA1: 7c604e1cc71837ccb8b73b9fb4d373b1cd28b637 MD5sum: 8de2a67912f49ca75a968196907f06bd 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_i386.deb Package: adb Source: android-platform-tools (34.0.4-1) Version: 1:34.0.4-1 Installed-Size: 897 Maintainer: Android Tools Maintainers Architecture: i386 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 (>= 4.2), 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: 299068 SHA256: ea22a0304321f75b6366b75cb69e0af8fe64bce068863a5c7cc9e5f5a1f170ca SHA1: 64486f999066c72733eddff95ea508daa6fdb0f3 MD5sum: 6b6a5fd1fd01d41356a19d2e8233b7db 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_i386.deb Package: aidl Source: android-platform-system-tools-aidl Version: 1:10.0.0+r36-4 Installed-Size: 1184 Maintainer: Android Tools Maintainers Architecture: i386 Depends: android-libbase (>= 1:10.0.0+r36), android-libcutils (>= 1:10.0.0+r36), libatomic1 (>= 4.8), libc6 (>= 2.32), libgcc-s1 (>= 4.2), libstdc++6 (>= 11) Size: 320868 SHA256: dd685ea3bd8ff42869e6537d155a49901a6ba5eff83a86051796eeaef41ae778 SHA1: 93f21504909994e804845ca3327e7e0a3f34f505 MD5sum: 9e761be4bb678e7e5af127ef1a72685d 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_i386.deb Package: aircrack-ng Version: 1:1.7-5 Installed-Size: 2434 Maintainer: Debian Security Tools Architecture: i386 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: 551540 SHA256: 08159ccab809b3f23b33d83a046e63eb4432c7e79b4fe0e39f128238d68b66cd SHA1: 575d15af0fdfa856c56ac330ae97cb4af19396b5 MD5sum: 7113ee3fdcfed47004c217ec432429e5 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_i386.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: 3502 Maintainer: Android Tools Maintainers Architecture: i386 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 (>= 4.2), libpng16-16 (>= 1.6.2), libprotobuf32 (>= 3.21.12), libstdc++6 (>= 13.1), zlib1g (>= 1:1.1.4) Size: 915492 SHA256: 60ac33cd05e64cf3e8da6305fe2743adebf46fc7d4082ffa28358b037a107ceb SHA1: 63c0035244145297bee690eb8bbb607d21e73504 MD5sum: 1e9fdf63982dc17e631ad64759a5353f 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_i386.deb Package: android-libandroidfw Source: android-platform-frameworks-base (1:14~beta1-2) Version: 1:14~beta1-2+b1 Installed-Size: 543 Maintainer: Android Tools Maintainers Architecture: i386 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: 182508 SHA256: 56094b192c1aadd07e56db2469021b1805ef369e45248cf87c960f2dae7fd689 SHA1: 5c812e85cb21112c6b30ade4b89328df7507d385 MD5sum: baa07712d28f3421c47f79530def3cea 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_i386.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: i386 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: 57552 SHA256: f778a24e2592bc1b4a0a873884514f31c739c317d7c2db16de9cb3750560c0db SHA1: 3a5078c1162590804cd6d164efea0c8442c82a1c MD5sum: 8352f1d94804b0cad108ff491f7d418e 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_i386.deb Package: android-libart Source: android-platform-art (14.0.0+r15-1) Version: 14.0.0+r15-1+b1 Installed-Size: 8902 Maintainer: Android Tools Maintainers Architecture: i386 Depends: libc6 (>= 2.35), libgcc-s1 (>= 4.2), libstdc++6 (>= 13.1) Size: 2258672 SHA256: 20095a0f0bcff672ef34f125f2680eda592580ad03e256221dacf4fe22b9c438 SHA1: 6c30101bf5098df5abfa875666237ec732f0f7f4 MD5sum: 9f3efab299604dc018c9a86787266724 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_i386.deb Package: android-libbacktrace Source: android-platform-tools (34.0.4-1) Version: 1:34.0.4-1 Installed-Size: 779 Maintainer: Android Tools Maintainers Architecture: i386 Depends: android-libbase (= 1:34.0.4-1), android-liblog (>= 34.0.4), libc6 (>= 2.34), libgcc-s1 (>= 4.2), libstdc++6 (>= 13) Breaks: android-libbacktrace-dev (<< 1:33) Size: 245068 SHA256: ca0e3517b552a78deaffd646626e37a6aff20620346c519b2a551fb6248e846f SHA1: 2b43f2a31688175f94589bd1f9db039d4c3d6042 MD5sum: 22272a97cfed550fa734f43891c82323 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_i386.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: i386 Replaces: android-libbacktrace (<< 1:33) Depends: android-libbacktrace (= 1:34.0.4-1) Breaks: android-libbacktrace (<< 1:33) Size: 20040 SHA256: bee863917597433afb074f0c0dc0d3594fc78ddad9bcf7d8c5df7c06fe44dcfc SHA1: 5268121cc6bf552f39c08ad7400af1ecd7aae857 MD5sum: 35d8669061c059a1161dc3370f3f9115 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_i386.deb Package: android-libbase Source: android-platform-tools (34.0.4-1) Version: 1:34.0.4-1 Installed-Size: 360 Maintainer: Android Tools Maintainers Architecture: i386 Depends: android-liblog (= 1:34.0.4-1), libc6 (>= 2.34), libgcc-s1 (>= 4.2), libstdc++6 (>= 13.1) Breaks: android-libbase-dev (<< 1:33) Size: 109124 SHA256: 46264f4cd53c48b383233361acbf30f2c3e50773f7e99f64066193d2bc590806 SHA1: 71828fc994bf7257c4ee36cd298849e048b11ab7 MD5sum: 2d5beff3c1ea3e682a1185e750a145a5 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_i386.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: i386 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: 142140 SHA256: c632e6f308ae31e49b0d7174b51986e883072674a77b22401875e072fbd8cb28 SHA1: e84470bc6e0a4902daa9c734db427bc57a6981aa MD5sum: 0f72c551a22d186df7bfeb2ebe40ee4d 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_i386.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: i386 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: 40856 SHA256: 469327115f577b2395be5a26b43f5195fb25c447529f642e5dbe4a2954deead8 SHA1: 45768361c90808924cc29aad9b6994549c251879 MD5sum: 214f18748f294343dda5883b17875d36 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_i386.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: i386 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: 33104 SHA256: 40217840f339c95c4f5d73324d7d2e66834d9d0ce0b5eb31915f81f7801883de SHA1: 6f375cbbdd1d659ea660f2bdb43df0c28072aa32 MD5sum: 9a400140953a57f2a29c33b39d74087e 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_i386.deb Package: android-liblog Source: android-platform-tools (34.0.4-1) Version: 1:34.0.4-1 Installed-Size: 112 Maintainer: Android Tools Maintainers Architecture: i386 Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.2), libstdc++6 (>= 13) Breaks: android-liblog-dev (<< 1:33) Size: 39316 SHA256: 0f2a1eaec96dc2088c57c245bfa1cfe06f7c7cae144afafcda75c31e9cfc8924 SHA1: 8c9d8f30b39b9b74dd56be168e88521dcb1d8312 MD5sum: 359aa068069a3af475a52d239adc00da 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_i386.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: i386 Replaces: android-liblog (<< 1:33) Depends: android-liblog (= 1:34.0.4-1) Breaks: android-liblog (<< 1:33) Size: 33968 SHA256: 6bbba9f9ab1890f5c8aca11e41938454ea49aa77752d901431182fdfa05ef5fe SHA1: cc9a8cc81a076334f9e763586df0799613d8863d MD5sum: 904cdfc3f56e11a56454625cbb38f370 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_i386.deb Package: android-libnativebridge Source: android-platform-art (14.0.0+r15-1) Version: 1:14.0.0+r15-1+b1 Installed-Size: 39 Maintainer: Android Tools Maintainers Architecture: i386 Depends: android-liblog (>= 1:34), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 4.1.1) Size: 14884 SHA256: 52ea1d03ea4dbabafd5daafab3a17897a4438e723c8cdb647ce56363c4ae4d0d SHA1: ef18cf4a8c2cd27f6e432ce2e3780b3c375d6e48 MD5sum: 1910fc9e7bc514d3ddec3a2f17b82b30 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_i386.deb Package: android-libnativehelper Source: android-platform-tools Version: 34.0.4-1 Installed-Size: 84 Maintainer: Android Tools Maintainers Architecture: i386 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: 25024 SHA256: 861165bf309df1acf52ba849e3b1c7bb15298cccf1a8de2892c272dd07d447d3 SHA1: 0d9ca0c3b46d42e77e8dcacaeb02541979302dea MD5sum: e3287beda8aa641ab995a48a95a4feea 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_i386.deb Package: android-libnativehelper-dev Source: android-platform-tools Version: 34.0.4-1 Installed-Size: 235 Maintainer: Android Tools Maintainers Architecture: i386 Replaces: android-libnativehelper (<< 33) Depends: android-libnativehelper (= 34.0.4-1) Breaks: android-libnativehelper (<< 33) Size: 49740 SHA256: f23c55c0fe3e77284fc445fb65db24f0e9923ff4fd404a1856d460d44daf567a SHA1: 6b57a5549495c6c91f7746d3c2f55bd5bbb5056c MD5sum: 527fc94d26a7fab060cc77d536c475c0 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_i386.deb Package: android-libnativeloader Source: android-platform-art (14.0.0+r15-1) Version: 1:14.0.0+r15-1+b1 Installed-Size: 33 Maintainer: Android Tools Maintainers Architecture: i386 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 13), android-libnativebridge (= 1:14.0.0+r15-1+b1) Size: 12944 SHA256: bdb9163a7848e33f1b8d1ab67dd9c4a890cfe5db0c60bfec4b7d8c4aeb691d35 SHA1: 8931edf247ffb49c07bc6dadf2da3198c8906904 MD5sum: e109eeeffe8f3440b778b66f69848f2f 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_i386.deb Package: android-libsparse Source: android-platform-tools (34.0.4-1) Version: 1:34.0.4-1 Installed-Size: 105 Maintainer: Android Tools Maintainers Architecture: i386 Depends: android-libbase (= 1:34.0.4-1), libc6 (>= 2.4), libgcc-s1 (>= 4.2), libstdc++6 (>= 4.1.1), zlib1g (>= 1:1.2.3.4) Breaks: android-libsparse-dev (<< 1:33) Size: 36524 SHA256: 217dcaf9b92967c6081b6cbf27bde8f12f7ca00fb78db82c027766455c0487f4 SHA1: 94cf8638821f2475fcba6bd981ea141c8a96a9d7 MD5sum: 769acb345bc64b83f06060bc6100b2de 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_i386.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: i386 Replaces: android-libsparse (<< 1:33) Depends: android-libsparse (= 1:34.0.4-1) Breaks: android-libsparse (<< 1:33) Size: 22892 SHA256: f41d7d6637cec9975b137eb759410c51eba9572020c26d583168e23216eba086 SHA1: f4b7d52ac6e31d1f553510b32fb33424704dd719 MD5sum: 0e4eceb7a9a15ce1abaee6c3962c8f49 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_i386.deb Package: android-libutils Source: android-platform-tools (34.0.4-1) Version: 1:34.0.4-1 Installed-Size: 186 Maintainer: Android Tools Maintainers Architecture: i386 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 (>= 4.2), libstdc++6 (>= 13.1) Breaks: android-libutils-dev (<< 1:33) Size: 60676 SHA256: 5ff3ba9280cb40d73142a307fb743e838b96e698b33ad5c6ce22e163131b46a0 SHA1: 52e41856ee18c4a23bd747a3c298f0a99d1a78f2 MD5sum: f46c3c1abf2e69bbb5c7fbeb25a55a90 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_i386.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: i386 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: 68500 SHA256: 1ae76a4c643bb4a6822fd3e48be234ced0ff21c435a69dd3c004b1e565bc96e6 SHA1: b4acf1cc59b8e26ee5a81a6d64714404c4a85292 MD5sum: 46e5e1f993e4b7e3e6170223f491ead9 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_i386.deb Package: android-libziparchive Source: android-platform-tools (34.0.4-1) Version: 1:34.0.4-1 Installed-Size: 154 Maintainer: Android Tools Maintainers Architecture: i386 Depends: android-libbase (= 1:34.0.4-1), android-liblog (>= 34.0.4), libc6 (>= 2.33), libgcc-s1 (>= 4.2), libstdc++6 (>= 13), zlib1g (>= 1:1.1.4) Breaks: android-libziparchive-dev (<< 1:33) Size: 52664 SHA256: 86b4eeced93f3493197aaef411057b8ea888afb43e348a8870c9d128240935e9 SHA1: 87fb1bc34262c26ee9d581da37bd62c2cea94a03 MD5sum: 921eb5cf4a7d5da61a5665f7cbe00c0d 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_i386.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: i386 Replaces: android-libziparchive (<< 1:33) Depends: android-libziparchive (= 1:34.0.4-1), libgtest-dev Breaks: android-libziparchive (<< 1:33) Size: 25880 SHA256: 3b3f619e34558f5242223f8c7a4ee719d59205ade9766b4d5bd87b056eac1006 SHA1: 7cde60ade2b94abeb9c336c92a03176c1f94dddb MD5sum: 64305b1baa87c6b6bddbf46c8d449c68 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_i386.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: i386 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: c6667aaf53ce92f050ad16d8cbd20ec83ffd86eff6b6b48763b4885822a6428c SHA1: f42962120e64d55826524dff0f17ec5b32e6d742 MD5sum: 4f28dc84309af8fea253cb174ac50dc5 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_i386.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: i386 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: 3456 SHA256: 9668fef31c1429e9675800cbda05e77a4ec7408f580565031e1b79a055ba47ef SHA1: 0d76e7067698716163f00b4b67cc767994bc0af6 MD5sum: 0092e283150038f22becfbdb60bd8879 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_i386.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: 90 Maintainer: Android Tools Maintainers Architecture: i386 Replaces: android-tools-fsutils, append2simg (<< 1:10.0.0+r36-1~), img2simg (<< 1:10.0.0+r36-1~), simg2img (<< 1:10.0.0+r36-1~) Depends: android-libbase (= 1:34.0.4-1), android-liblog (>= 34.0.4), android-libsparse (= 1:34.0.4-1), libc6 (>= 2.34), libgcc-s1 (>= 4.2), libstdc++6 (>= 4.1.1), python3 Breaks: android-tools-fsutils, append2simg (<< 1:10.0.0+r36-1~), img2simg (<< 1:10.0.0+r36-1~), simg2img (<< 1:10.0.0+r36-1~) Size: 24400 SHA256: b744f14ebf276885ca5f2fe2d5ef253cc126d1d8cda4ab9ce9943b2ee8f6ec34 SHA1: a3d06655811c458ca1f4f76430b3100c583c19f0 MD5sum: 19be5be52008f70ebaa70bf21e432db8 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_i386.deb Package: android-sdk-platform-tools Source: android-sdk-meta Version: 28.0.2+9 Installed-Size: 19 Maintainer: Android Tools Maintainers Architecture: i386 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: 3608 SHA256: c84532798a8a8a73c4e9c29ad600fac84d42780867df1c3effa273db2ba9b3c8 SHA1: 0310030b3c5c0dfe8da4260382d9049e4193c8f5 MD5sum: b1dc830f463ceb9a4d673a49f477a7bf 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_i386.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: i386 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: 3de7439da76cbfc0f0431106e6dd2e109edc88f1e780c4ee30765c9a7cc9071e SHA1: f1506dd1e2d3a90f9db13e52b1604c565c3257e5 MD5sum: a94982bfd1bf62d347dd59a5080c4ace 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_i386.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: 184 Maintainer: Debian Security Tools Architecture: i386 Depends: libc6 (>= 2.33), liblua5.3-0, libpcap0.8 (>= 0.9.8), pixiewps, aircrack-ng Size: 74936 SHA256: c4e42026ee6d899346a6d9e8b981029644a47508cd8101abf71f91c29087a88b SHA1: 269682881b4d567c18406f5ecdca44f28ed462fc MD5sum: e70d28dda89934ddf72e26f8baff5df3 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_i386.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: 85 Maintainer: Vincent Bernat Architecture: i386 Depends: libc6 (>= 2.7), libcurl3-gnutls (>= 7.16.2), libfuse2 (>= 2.6), libglib2.0-0 (>= 2.12.0), fuse Size: 34434 SHA256: 7d072a143193652be0a0559696b373b706c5d4bb6849adeaa3cbb8fa4126d47c SHA1: 965967188f84e24ba4d266d4df1e0eac11374d13 MD5sum: 54e8aae3f75b8a083a488a8b0ed15083 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_i386.deb Package: dexdump Source: android-platform-art (14.0.0+r15-1) Version: 14.0.0+r15-1+b1 Installed-Size: 130 Maintainer: Android Tools Maintainers Architecture: i386 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: 48148 SHA256: e0111b50cf81041c08368722d984805f48b95069af6950e0e1a52f6a98e260cc SHA1: 23f37c96c9d9fa9099326c0c28ca425659895b4f MD5sum: 8a31345f16112c4440bd79eda9b0196c 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_i386.deb Package: dexlist Source: android-platform-art (14.0.0+r15-1) Version: 14.0.0+r15-1+b1 Installed-Size: 43 Maintainer: Android Tools Maintainers Architecture: i386 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: 17932 SHA256: 9a95c68fde8b6ccf1226d36008649f83bf3292b5a61c6c57080ac12b9e8fba6a SHA1: 8d27e8576bdb2b823c872800c81cee97adad50f5 MD5sum: d86343c7bf3e352bfd22a6a4492c8aa2 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_i386.deb Package: dmtracedump Source: android-platform-art (14.0.0+r15-1) Version: 1:14.0.0+r15-1+b1 Installed-Size: 73 Maintainer: Android Tools Maintainers Architecture: i386 Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.2), libstdc++6 (>= 4.1.1), graphviz Size: 29540 SHA256: 854950785de8b7e3723b163e199eef995a8ef63fc780386dcf221ce00a4d166e SHA1: 46952b3e018358f44956576c754e202d68edbd38 MD5sum: f0059b60de9ded0b0ddf10a9fecb3fff 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_i386.deb Package: etc1tool Source: android-platform-tools Version: 34.0.4-1 Installed-Size: 89 Maintainer: Android Tools Maintainers Architecture: i386 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libpng16-16 (>= 1.6.2-1), libstdc++6 (>= 4.1.1) Size: 29904 SHA256: 7a36c2c88c0107cfe88fdb942369a38f473ac8362cab375c9439536aaf1fe279 SHA1: 69c88c0fdd7b0f9fc7f96746360d740931637209 MD5sum: 171ccfb42979c1a18568b00b601cf033 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_i386.deb Package: fastboot Source: android-platform-tools (34.0.4-1) Version: 1:34.0.4-1 Installed-Size: 658 Maintainer: Android Tools Maintainers Architecture: i386 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 (>= 4.2), 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: 216816 SHA256: 68cc897df413200855cd1f5627b68f9f98b47dd429e277559a3d3226c174cb5b SHA1: f562cb81456a1a7be03b2543bb8442d870797bbc MD5sum: 73a60457ad3df6239320c786555fcd8a 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_i386.deb Package: florence Version: 0.6.3-1.2 Installed-Size: 1504 Maintainer: Jérémy Bobbio Architecture: i386 Depends: dconf-gsettings-backend | gsettings-backend, libatk1.0-0 (>= 1.12.4), libatspi2.0-0 (>= 2.9.90), libc6 (>= 2.7), 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: 543660 SHA256: b2977f7e5315be7f689041f04044b71a1e2a3252dcc405375d9b681df3453c11 SHA1: 551528d30dd9138212eff5735cca0a86f4072c69 MD5sum: 45bea706dd6e615c16d707f9976b7490 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_i386.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 Source: fwbuilder (5.3.7-5) Version: 5.3.7-5+b1 Installed-Size: 38301 Maintainer: Ubuntu Developers Original-Maintainer: Sylvestre Ledru Architecture: i386 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: 7956544 SHA256: 5486238a1baaeb135218b53e7657c102a9dea23f4743a9c87cb0ac2da13f7e1c SHA1: 786f9c7cef82de1c63a263d9368bc06f4983e293 MD5sum: 059be1c42d30f7c7fd3a1a53862c161a 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+b1_i386.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: i386 Replaces: gir1.2-gpaste-1.0 Provides: gir1.2-gpastegtk-3, gir1.2-gpastegtk-4 Conflicts: gir1.2-gpaste-1.0 Size: 20636 SHA256: 3021fcc40a3996256b51b243e75ba7649cfa2642fda5bbc57237348bfe1bbb92 SHA1: 009d6996fbe84229d278a12b0a514c0e436afd94 MD5sum: 2820eac3d0a1ceca9348c7f31c4c1f2b 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_i386.deb Package: gir1.2-mutter-13 Source: mutter Version: 45.3-3 Installed-Size: 521 Maintainer: Debian GNOME Maintainers Architecture: i386 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: 135452 SHA256: 617146018f880033a7eea5be81b5d172711ead71580e6099968146b909c9f033 SHA1: fa6d6687243576908f825529734359c864c610e1 MD5sum: 8031b288117a525725e146f08b437fca 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_i386.deb Package: gnome-remote-desktop Version: 45.1-2 Installed-Size: 1181 Maintainer: Debian GNOME Maintainers Architecture: i386 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: 229988 SHA256: 0cbecfc48905e1d4c8b07bdfb14e7094f0958ecf263886d00a49eefaedec7d27 SHA1: 79f40ef3239e59a3674bd9147189702df54481ed MD5sum: 6ad005a1582de93b2f9c49eec9d75278 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_i386.deb Package: gnome-shell Version: 45.3-2 Installed-Size: 6458 Maintainer: Debian GNOME Maintainers Architecture: i386 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: 910664 SHA256: 37d4c76d09d685477ea01fba7f27ac04caf4850d027df9ac6b673ffd2922f75a SHA1: a894792f73cd9f2a19d502b4c6b442711837d9a0 MD5sum: 94685c8f729e6b3f6dddd9632369637f 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_i386.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: i386 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: bd23e5fa456cff3d66e711301eb67b89d277cd5b8a96918a9fe30ec1983ba60f SHA1: 2ccac941f2bad931720e08c56bfbf28a12b8f871 MD5sum: 88ed91c0baabff2599d3cedd2bd828b4 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_i386.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: 757 Maintainer: Tobias Frost Architecture: i386 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: 197980 SHA256: 0db93bcbdf354656acd03b90d11c3dd8ab4a8c5a8344f1324ac6c2858d51d101 SHA1: ea30f0e4e742864885b6b8c7cf98812f1055e323 MD5sum: a2d5c74c05b4765c66417c0cb5077a1d 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_i386.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: 405 Maintainer: Jérémy Lal Architecture: i386 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: 99328 SHA256: edf788a62f7f98c7cbb16c67e8dc4148f35bb69e22db7e6569181f81412d8ae7 SHA1: 2baeb9d01ed47aaa8fda158e1f8d1621cf9307d0 MD5sum: b998e15d99ee5b24e8c9011f4b479062 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_i386.deb Package: gr-air-modes Source: gr-air-modes (0.0.20210211-3) Version: 0.0.20210211-3+b4 Installed-Size: 376 Maintainer: A. Maitland Bottoms Architecture: i386 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: 115148 SHA256: af3e3f471a52d22020c2a65165982fb9fea2d00a7e8c33685ea8735e2cb051ba SHA1: 7cb6819a5b96e094205a2fe70fedf7ff0705538b MD5sum: 8313782d07d2d50251fdb9fb976707c3 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_i386.deb Package: gsad Version: 22.8.0-1 Installed-Size: 507 Maintainer: Debian Security Tools Architecture: i386 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: 136808 SHA256: b0ad41b83d848c2443c4d94075221768d4aca8c51262b6d24b143ab572b18abf SHA1: 0163f73dfabbf96d538537f49523d7ec400dc081 MD5sum: 02a101a995f27bfc156fa0fd3be75272 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_i386.deb Package: gsoap Version: 2.8.132-2 Installed-Size: 6412 Maintainer: Mattias Ellert Architecture: i386 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgsoap-2.8.132 (>= 2.8.132), libssl3 (>= 3.0.0), libstdc++6 (>= 13.1) Size: 1515028 SHA256: 8bdfdfd8629a0b8c377994b8624d8eb2473788182ffd60f21bd3fe4e5c7b976e SHA1: f8e3e43fde03ed9ef1fc9bd08718a85e5e3cf385 MD5sum: 924b60fbc7785e81182aaf8cffd67d2f 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_i386.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: 3858 Maintainer: Debian Security Tools Architecture: i386 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: 695796 SHA256: 05565393f2df9447a171e3a49b702b14b7ef747318d14450a2b24d9dd5bb32cc SHA1: 6ef6f246060962d0d443f11c46ed9f3e1f8b5e03 MD5sum: 041717763ce6ff54a38ff40b360a4cdb 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_i386.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: 69 Maintainer: Android Tools Maintainers Architecture: i386 Depends: libc6 (>= 2.34) Size: 23860 SHA256: 24f85bfc69bec500cfab9e07b2a48c8512fc637c9350a70a34f7f0bf33f93b66 SHA1: 6081e7069e09e38a553b73811be1e8d2e0b77a94 MD5sum: be8e50776aed31f0c8f2f5c20255b939 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_i386.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: 82 Maintainer: Debian Security Tools Architecture: i386 Depends: libc6 (>= 2.7) Size: 30900 SHA256: 0d2c8495250a29b2b6cd35b9ce2d083068578e2b4092849e5ebc62d134c29477 SHA1: 296107720ceb83133150963a23a7ebe27b313d30 MD5sum: df5814f4df9b26e2f6256a7540bc9e34 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_i386.deb Package: leafpad Version: 0.8.18.1-5 Installed-Size: 457 Maintainer: Paulo Roberto Alves de Oliveira (aka kretcheu) Architecture: i386 Depends: libc6 (>= 2.4), 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: 95440 SHA256: be771414c6e3121811f262f4e587825b68bd5f8d5a438328ddec1a0039b8b759 SHA1: c8add7c1a851f51f137b37500122597b2d878cf4 MD5sum: f250c65889f51c9a043ac1370daf239c 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_i386.deb Package: libaio-dev Source: libaio Version: 0.3.113-8 Installed-Size: 77 Maintainer: Guillem Jover Architecture: i386 Depends: libaio1t64 (= 0.3.113-8) Size: 31496 SHA256: 314cf638ab561224612604d5a96a755228b7f760b5a4be080cadddb578be1e8d SHA1: 75086c276bd3ee98d80cf20fe12c365b113e1ec6 MD5sum: 4177babcb66700debfa8ddb0a5797124 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_i386.deb Package: libaio1 Source: libaio Version: 0.3.113-5 Installed-Size: 37 Maintainer: Guillem Jover Architecture: i386 Depends: libc6 (>= 2.4) Size: 13580 SHA256: 1b59cb39c2bdd74e5473a27f07d79977762eec02365b1c294540f083bafe05a6 SHA1: 8b6ae6098e9acdfa16d60f1e1f946c9c106773ce MD5sum: e4406d0d204282365806905616fe207e 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_i386.deb Package: libaio1t64 Source: libaio Version: 0.3.113-8 Installed-Size: 38 Maintainer: Guillem Jover Architecture: i386 Depends: libc6 (>= 2.4) Size: 15020 SHA256: c87305e23eb1bcc5b96b6ad49319c1cb1cc3ae6607fe627d4f9f84367f3ab19a SHA1: bb94b311bd5afb2e6741c394eb462b21182a9e8a MD5sum: 9e5ab82ed568a145cd63bb1f6fa8ff25 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_i386.deb Package: libbde-dev Source: libbde (20190102-2) Version: 20190102-2+b2 Installed-Size: 2123 Maintainer: Debian Security Tools Architecture: i386 Depends: libbde1 (= 20190102-2+b2) Size: 505040 SHA256: 57cac89488005ef20ecb10e05a0d28c26bc6467b9a3206038408c4ed5037d846 SHA1: e867c2ca946dc45bcd71c2ae7b0cc8851c2a6d66 MD5sum: 0a9b80f966849ecc7870e999ac68f267 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_i386.deb Package: libbde-utils Source: libbde (20190102-2) Version: 20190102-2+b2 Installed-Size: 144 Maintainer: Debian Security Tools Architecture: i386 Depends: libbde1 (>= 20150204), libbfio1 (>= 20120425), libc6 (>= 2.34), libfuse2 (>= 2.6) Size: 42516 SHA256: b95ba1be5b1e61e71f550fcfb2710bb1ea893ca857901d959b05a4ff41303273 SHA1: 45d4d6f93265d9d77813071ebbad4c6d03b48da4 MD5sum: f3de3c879dec3dc1cb8d58a4ed08cab3 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_i386.deb Package: libbde1 Source: libbde (20190102-2) Version: 20190102-2+b2 Installed-Size: 1580 Maintainer: Debian Security Tools Architecture: i386 Depends: libbfio1 (>= 20120425), libc6 (>= 2.34) Size: 473004 SHA256: af43fa44568e6dc4f77408b3cb0fe8e912fb883a89e6e7b54cc2b53ca48377ae SHA1: 840dc22a0dc4e4a06c13ced387d6775917722415 MD5sum: c83dc1fa7b52d13e2f7961a9fa51c463 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_i386.deb Package: libcgsi-gsoap-dev Source: cgsi-gsoap Version: 1.3.11-4 Installed-Size: 212 Maintainer: Mattias Ellert Architecture: i386 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: 27600 SHA256: fcf12187d17dc9cce9751f5b00e62929bef53c3ac4cd3ace823140fa0be0b4e2 SHA1: 7c442a07f4ee7045370f031460969324dce0e8ae MD5sum: 471e9c3367bf1880e49f2ad5d2b903fa 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_i386.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: 212 Maintainer: Mattias Ellert Architecture: i386 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: 30776 SHA256: cf2cea7038d87af34d982eec5c3998fe7d0f085d832643df2348ec91d6e27600 SHA1: 1cb97fc588011b2f4a25f683ebfc54f0c9ae9cf1 MD5sum: d386b353f57502849b1060619131db65 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_i386.deb Package: libflorence-1.0-1 Source: florence Version: 0.6.3-1.2 Installed-Size: 33 Maintainer: Jérémy Bobbio Architecture: i386 Depends: libc6 (>= 2.1.3), libglib2.0-0 (>= 2.26.0) Size: 10508 SHA256: c47f67584b2fffe4f49baedf587d5cc385c04506d703903d377343ad265a7f9f SHA1: e97cabba1c50d9ea817dabff9f06c8931104bc7b MD5sum: 65c7736e7bf929edf5573a6fe53cc115 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_i386.deb Package: libflorence-1.0-dev Source: florence Version: 0.6.3-1.2 Installed-Size: 31 Maintainer: Jérémy Bobbio Architecture: i386 Depends: libflorence-1.0-1 (= 0.6.3-1.2) Size: 10276 SHA256: 8492f3207796cadadd2e377425eb82d4dc34774b4d73df06a0b50189cafff384 SHA1: e809993bd76afa0461c91986798e756c159f7e32 MD5sum: cb83529844698f729dfdffad08ca1549 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_i386.deb Package: libfreefare-bin Source: libfreefare (0.4.0-2.1) Version: 0.4.0-2.1+b1 Installed-Size: 207 Maintainer: Nobuhiro Iwamatsu Architecture: i386 Depends: libc6 (>= 2.4), libfreefare0 (>= 0.4.0-2.1+b1), libnfc6 (>= 1.7.0~rc7) Size: 32932 SHA256: 2ae4b2cc2e68dde0fd0cb6650480e20079b792f423bc71c752a5cfdb7de48921 SHA1: 9f406ad7e7a4a27ec6b4a2ded67a3005c4fec16c MD5sum: eb89ba965cc85c01ad4ef76d73cf7c13 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_i386.deb Package: libfreefare-dev Source: libfreefare (0.4.0-2.1) Version: 0.4.0-2.1+b1 Installed-Size: 153 Maintainer: Nobuhiro Iwamatsu Architecture: i386 Depends: libfreefare0 (= 0.4.0-2.1+b1), libnfc-dev Suggests: libfreefare-doc Size: 43804 SHA256: 583d285e9c4cf77c099a5ceeb6ff9d0865740278c7a01cea905e27ff54e66102 SHA1: cc80dbcac833cadec213151edace6025d5749561 MD5sum: e87d3b1f1e67c9ff9ecca7ee4d0df84c 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_i386.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: 110 Maintainer: Nobuhiro Iwamatsu Architecture: i386 Depends: libc6 (>= 2.4), libnfc6 (>= 1.7.0~rc7), libssl3 (>= 3.0.0) Size: 39692 SHA256: dd2fc0459e3d6f3e38b9ee003058ef0000d252691f1b64321a26a8608ecd75c3 SHA1: 028af0d858be17fcb28295bde7af9b1061ea4368 MD5sum: 10b82c7e0dbf46606c7ce5b4b78fce3b 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_i386.deb Package: libgnuradio-air-modes1 Source: gr-air-modes (0.0.20210211-3) Version: 0.0.20210211-3+b4 Installed-Size: 87 Maintainer: A. Maitland Bottoms Architecture: i386 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: 25312 SHA256: 00a5ef770a31d64b2b33ffce317b983329b6f585fff4a8220b70c5046bfea605 SHA1: d17f2dc279023b21697230c3630969f471604365 MD5sum: c877e248c919c714741d6d4755f4de92 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_i386.deb Package: libgnuradio-air-modes1t64 Source: gr-air-modes Version: 0.0.20210211-3.1 Installed-Size: 89 Maintainer: A. Maitland Bottoms Architecture: i386 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: 25248 SHA256: 5b5a7c7dd40cd632ef4b620653b8112a777aae26aa68cae1ee547b6d45018016 SHA1: 477cd3db5619542519076491f5cf1d4e41cfe810 MD5sum: 8eab84e1f8e5ebe06d0df6b7168be43c 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_i386.deb Package: libgpaste-2 Source: gpaste Version: 45-2 Installed-Size: 280 Maintainer: Jérémy Lal Architecture: i386 Replaces: libgpaste13 Depends: libadwaita-1-0 (>= 1.1.0~), libc6 (>= 2.4), 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: 56768 SHA256: 11edcd41918a5b3168e9c6553e769c2882c1ce4fefe9ded145539ceb5e35002f SHA1: c2dc29d18f84813a2945d469b18c576f781b16ad MD5sum: 74603c04ea24d981c52349efb9f296a1 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_i386.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: i386 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: 299d976e15c31a2b0ef2c35c320aaf3dba48a84bd1a87b8c189c49b4d31efd55 SHA1: fc50d5e039441dc60b0ce79a6772da6f02500571 MD5sum: 8e301ba79be734872d366b7ed1557eca 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_i386.deb Package: libgsoap-2.8.132 Source: gsoap Version: 2.8.132-2 Installed-Size: 1806 Maintainer: Mattias Ellert Architecture: i386 Depends: libc6 (>= 2.28), libgcc-s1 (>= 3.0), libssl3 (>= 3.0.0), libstdc++6 (>= 13.1), zlib1g (>= 1:1.1.4) Size: 311672 SHA256: 42933df5e936af11251392c5a1fedc267fc3079c6175297ab35e76d2d5108715 SHA1: 06c613a7aa53bf1b94bab86849069782dcbf9128 MD5sum: 5f96f6304843bcaf11c6700d6dc9acd4 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_i386.deb Package: libgsoap-dev Source: gsoap Version: 2.8.132-2 Installed-Size: 2275 Maintainer: Mattias Ellert Architecture: i386 Depends: libgsoap-2.8.132 (= 2.8.132-2) Size: 316600 SHA256: 09f6452dfd56380c60f16e3ff6919422b5cf231ddb484a8f5dabc20f5aacb44b SHA1: e8404c9367102adbb5989019f584216fe17ceaa3 MD5sum: 04ed15dcbb16ade468e0ffd849ee80b5 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_i386.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: i386 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: 27564 SHA256: f8d9a2c6b662c183924780ae775c7b814f6a585c0f2681a2829ff3b785df95cf SHA1: 1675e93f81bd321ec0e885c3d936b4c75d43b477 MD5sum: 454cf45ca665bc259a43121893966b59 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_i386.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: 367 Maintainer: Debian Security Tools Architecture: i386 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: 116208 SHA256: 653a538ade1ffef9bd441415c11ebd7734202277fe0a528aa1d4fe64494d4e7e SHA1: d23755eeb7597e5cee09e20adef9a3ae7287f967 MD5sum: 214bb0098638f3845ffa4ff19cdc9322 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_i386.deb Package: libgvm22 Source: gvm-libs (22.7.3-1) Version: 22.7.3-1+b1 Installed-Size: 386 Maintainer: Debian Security Tools Architecture: i386 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: 120156 SHA256: dced7b21f9f9db22f6c444be280e943ee6b7c6d708f43eeb959c3dbb551f16c6 SHA1: 22d318ed92b8d97309d763268fd259213564e4c5 MD5sum: 1137182ff92f9ec637f378eff879aac6 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_i386.deb Package: liblnk-dev Source: liblnk (20181227-1.1) Version: 20181227-1.1+b4 Installed-Size: 1587 Maintainer: Debian Security Tools Architecture: i386 Depends: liblnk1 (= 20181227-1.1+b4) Size: 342124 SHA256: 1ec91505ad4e677292a477eda6f969b5a41101b12b9568f64d3d8c7a98b9e2bf SHA1: 10dab42c6b9e36b79611fdc99d27493b15982b22 MD5sum: 8aa1b9d2906666d7b9b19e1d521a17e9 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_i386.deb Package: liblnk-utils Source: liblnk (20181227-1.1) Version: 20181227-1.1+b4 Installed-Size: 749 Maintainer: Debian Security Tools Architecture: i386 Depends: libc6 (>= 2.34), liblnk1 (>= 20170111) Size: 265728 SHA256: 2b6ed91cf66247711a8feb03ae12ca48f72460e7128005be2932457aaecaf460 SHA1: c879fde5a15c7a385979f3cfe0811e02762ce04d MD5sum: 106837fd869d8b02320089697d625a8a 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_i386.deb Package: liblnk1 Source: liblnk (20181227-1.1) Version: 20181227-1.1+b4 Installed-Size: 1194 Maintainer: Debian Security Tools Architecture: i386 Depends: libbfio1 (>= 20120425), libc6 (>= 2.34) Size: 333076 SHA256: 4c86dfdf400ae09ffceb2afdd115c37ea2d4b252154e35482b9da0d416912ca1 SHA1: 742af9eb3fb9c3a9b58bc4559105f5c20530ea9c MD5sum: 19babbe8674f80fdba831d9c469a775c 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_i386.deb Package: libmutter-13-0 Source: mutter Version: 45.3-3 Installed-Size: 4938 Maintainer: Debian GNOME Maintainers Architecture: i386 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: 1469164 SHA256: aaf592872d68fbd903e0e1da44b2287fe233198f553721bf7ace4fe7ba008c47 SHA1: 47dee217f8a02652e2c37d9713bf454188f9c364 MD5sum: 3a81af9edecf216fb7326c63b33f3bfb 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_i386.deb Package: libmutter-13-dev Source: mutter Version: 45.3-3 Installed-Size: 5955 Maintainer: Debian GNOME Maintainers Architecture: i386 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: 492616 SHA256: 0d5b34e548551e24ea47fa60fa00b2674d505fab7f17a2f8981f821effa8ab85 SHA1: 7e7ce2c5520609d1c7221936f9ccbd25e07228d4 MD5sum: 9bb1a02a2431e8517b8c3cc2fa82c522 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_i386.deb Package: libmutter-test-13 Source: mutter Version: 45.3-3 Installed-Size: 181 Maintainer: Debian GNOME Maintainers Architecture: i386 Provides: gir1.2-metatest-13 Depends: libmutter-13-0 (= 45.3-3), mutter (= 45.3-3), libc6 (>= 2.4), libcairo2 (>= 1.14.0), libgles2, libglib2.0-0 (>= 2.77.0), libwayland-client0 (>= 1.21.0), libxcb1, libxext6 Size: 70920 SHA256: c035a9286b0b10910f2d50a23cb1e2ed9b4f33921fcc417f0b33488fcd519031 SHA1: 90b317829d27102210ee8a5400128d41434582fd MD5sum: 07130d1ae7254cfbb8fc81f355a10335 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_i386.deb Package: libpython-all-dbg Source: python-defaults Version: 2.7.18-3 Installed-Size: 7 Maintainer: Matthias Klose Architecture: i386 Depends: libpython2-dbg (= 2.7.18-3), libpython2.7-dbg Size: 1184 SHA256: 78051aa3950c99050af3f3af628652a31a09d370fbe1a90ff056f5bbae94fe4a SHA1: 06a40591c07b4047e9a30ef9cda1708b912a2eff MD5sum: c345cd4c80320a46ab4080c204f0c7d5 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_i386.deb Package: libpython-all-dev Source: python-defaults Version: 2.7.18-3 Installed-Size: 6 Maintainer: Matthias Klose Architecture: i386 Depends: libpython2-dev (= 2.7.18-3), libpython2.7-dev Size: 1064 SHA256: c4d7b077a61c65cb3f6cf682b7a3c3093c764a5a92620c54d7984bc35b8db5f9 SHA1: 2b6e4f30402e40b96deac62df72217c4f1304231 MD5sum: ff1ae865a47bfac20f854631f98a542e 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_i386.deb Package: libpython2-dbg Source: python-defaults Version: 2.7.18-3 Installed-Size: 45 Maintainer: Matthias Klose Architecture: i386 Replaces: libpython-dbg (<< 2.7.15-2) Depends: libpython2.7-dbg (>= 2.7.18~) Breaks: libpython-dbg (<< 2.7.15-2) Size: 21220 SHA256: a7c0646ab86d86ef46cb32f7b6bdc2e27c667b561de1a77f3eaa0f969989a119 SHA1: 43a4a08b3580f3278970ff2a998f269dbad523e4 MD5sum: 51a180961ca0a103db60046fddfde559 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_i386.deb Package: libpython2-dev Source: python-defaults Version: 2.7.18-3 Installed-Size: 45 Maintainer: Matthias Klose Architecture: i386 Replaces: libpython-dev (<< 2.7.15-2) Depends: libpython2.7-dev (>= 2.7.18~) Breaks: libpython-dev (<< 2.7.15-2) Size: 21280 SHA256: 9491f1dcc88085b146442758454d1459fa257bfbcdf9b445b3bcfef9c6aff62d SHA1: 532f2b23e0455a24b76f209c401f41f2fec42feb MD5sum: ddfae4e94a0b2b99bc79286100c13818 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_i386.deb Package: libpython2-stdlib Source: python-defaults Version: 2.7.18-3 Installed-Size: 38 Maintainer: Matthias Klose Architecture: i386 Replaces: libpython-stdlib (<< 2.7.15-2) Depends: libpython2.7-stdlib (>= 2.7.18~) Breaks: libpython-stdlib (<< 2.7.15-2) Size: 21204 SHA256: 314aec7fde0834af96253057565690c793cf8fa21d2c3a7fe31c382390410b18 SHA1: 0ea3cfb7f8ab562c1efacb97383f0a0ca39b724f MD5sum: d9749cddafef7dbeb7267987d8cbe20b 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_i386.deb Package: libpython2.7 Source: python2.7 Version: 2.7.18-13.2 Installed-Size: 3478 Maintainer: Matthias Klose Architecture: i386 Replaces: python2.7 (<< 2.6) Depends: libpython2.7-stdlib (= 2.7.18-13.2), libc6 (>= 2.33), zlib1g (>= 1:1.2.0) Size: 1053720 SHA256: 56e1269bc473280045806edaa907bc5875f9dfb45a07b26cc15a70560c9a0d8e SHA1: 5fd169990a41a904cd1d8d2999566c6ef8f68690 MD5sum: 7fbc0ee2f1d2d48c1b4f520bd6ffd995 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_i386.deb Package: libpython2.7-dbg Source: python2.7 Version: 2.7.18-13.2 Installed-Size: 19171 Maintainer: Matthias Klose Architecture: i386 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: 4183272 SHA256: 5f10060a7a57a94d63fed6495ae7f8d195cd84a3708a4cb923bbc7d550c33039 SHA1: 1ad0eea646c3db000f47b283fe6dbdbd308e88e3 MD5sum: 2b88b98fc23a2e888fd6a13a73e009dc 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_i386.deb Package: libpython2.7-dev Source: python2.7 Version: 2.7.18-13.2 Installed-Size: 10210 Maintainer: Matthias Klose Architecture: i386 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: 2338032 SHA256: b3b1aeb7b886825fc593e8442e8e63afdd8c8cae883386cf31554be86668c57d SHA1: 06a30ac1fe23a6b47e47168e27abb88434df56b1 MD5sum: 2a75e587e60df0828074e92b86d80d5e 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_i386.deb Package: libpython2.7-minimal Source: python2.7 Version: 2.7.18-13.2 Installed-Size: 2783 Maintainer: Matthias Klose Architecture: i386 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: 397012 SHA256: 60bef890646941ccc3d0bd1799c672082565b94d462a33da8e40de9765321393 SHA1: b2cb17900d3c6578ee9451614362d241f58082d2 MD5sum: 3728ea29b991e6d5176641b74f347af7 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_i386.deb Package: libpython2.7-stdlib Source: python2.7 Version: 2.7.18-13.2 Installed-Size: 8635 Maintainer: Matthias Klose Architecture: i386 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: 1844856 SHA256: d0c141ff88468c86ffcde31ba1e63b0e05114309d3395aa32d334016bc270d99 SHA1: 4ec9919e63e1fc332c64d498f613b63fc56eacea MD5sum: 0d2937f1d2745e68b812977ebbaf1552 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_i386.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: 19029 Maintainer: Debian Security Tools Architecture: i386 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: 4051028 SHA256: c3c550cf8fae03b427a732206e1f289662cd0bd75fa2d866e9d2df7eb7ae1375 SHA1: a1e1d94d672852b7a81559bc747211bae16fc841 MD5sum: a41751eceda50abe4b9f1409293d64bf 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_i386.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: i386 Depends: libradare2-5.0.0 (= 5.5.0+dfsg-1+b1), libcapstone-dev, libmagic-dev, libuv1-dev, liblz4-dev, libzip-dev Size: 197716 SHA256: e9f989a268ee9a19f1cdbc90f1b3bbea47e0958a3fb483709a786b6bd4198d6a SHA1: 8d265b08ac8fada9fcae4ece94d4b267a6fa5227 MD5sum: 8432e6a655f7fe232942b574cd46018c 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_i386.deb Package: libssl1.1 Source: openssl Version: 1.1.1o-1 Installed-Size: 3922 Maintainer: Debian OpenSSL Team Architecture: i386 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: 1537324 SHA256: fbc5c7f95280f7c3be9ab097dfed645a888a1c5cff3aa1ed844870e312f9acc6 SHA1: da7d1cbffb4a866a64f167157980d962685dfd35 MD5sum: 75d4da07bea4b5d348768c1e1eaafa10 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_i386.deb Package: libvshadow-dev Source: libvshadow (20190323-2) Version: 20190323-2+b2 Installed-Size: 1413 Maintainer: Debian Security Tools Architecture: i386 Depends: libvshadow1 (= 20190323-2+b2) Size: 374192 SHA256: ff1f95726cf949cddf9f2b9000849687de25cb808e87ab424bcb1a9922ba2364 SHA1: 5c3e000e9b58799c84dc6f28a9df588bd88cfc0d MD5sum: 7437a8697c752d55317e88c210ffb951 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_i386.deb Package: libvshadow-utils Source: libvshadow (20190323-2) Version: 20190323-2+b2 Installed-Size: 153 Maintainer: Debian Security Tools Architecture: i386 Depends: libbfio1 (>= 20120425), libc6 (>= 2.34), libfuse2 (>= 2.6), libvshadow1 (>= 20160110) Size: 43704 SHA256: f3c6c73d15fe729c4ea101b2748e62016c23c741d641d55a065a09039980383c SHA1: aff5f57d2adbc4badfb0ef974e7ae85e0781b221 MD5sum: c0a948bdafc1b6200b416d524adbe910 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_i386.deb Package: libvshadow1 Source: libvshadow (20190323-2) Version: 20190323-2+b2 Installed-Size: 1074 Maintainer: Debian Security Tools Architecture: i386 Depends: libbfio1 (>= 20120425), libc6 (>= 2.34) Size: 354724 SHA256: f2c24f1d15840f01d4e1ad8ecaec5a8ff65eefe436a5b974aa506d9c6d3fd070 SHA1: 4d4855ddfee42f9d8178a7d845526d4b3dafc619 MD5sum: 000a6b7c7be32572b4bf2c72776c13b2 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_i386.deb Package: libvslvm-dev Source: libvslvm (20181227-1.1) Version: 20181227-1.1+b4 Installed-Size: 1915 Maintainer: Debian Security Tools Architecture: i386 Depends: libvslvm1 (= 20181227-1.1+b4) Size: 459040 SHA256: 21d78e6385e610465852533fa89f3995cd2180646e18f894452fbc5d4b3acc5b SHA1: 6f22053743263e328f03fb7312f0ab27db5a3d3e MD5sum: 0675da40f1f78d8d7b0de782eceb24fb 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_i386.deb Package: libvslvm-utils Source: libvslvm (20181227-1.1) Version: 20181227-1.1+b4 Installed-Size: 372 Maintainer: Debian Security Tools Architecture: i386 Depends: libc6 (>= 2.34), libfuse2 (>= 2.6), libvslvm1 (>= 20160110) Size: 76024 SHA256: 33935b3051845ff14c497f419cda5df0e918068b5101669f46878c59dbfac13f SHA1: 00339456d0b4f344563899733e6fcead89ac64b3 MD5sum: 0311ba66d2cd59772e727649fae24e54 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_i386.deb Package: libvslvm1 Source: libvslvm (20181227-1.1) Version: 20181227-1.1+b4 Installed-Size: 1409 Maintainer: Debian Security Tools Architecture: i386 Depends: libc6 (>= 2.34) Size: 428300 SHA256: a0efb94433dcba9f72200c6666720c9943a137d6b4c61095ad8649b9bd8ab7bf SHA1: 30f7180604cfc9543fa4270968e5278de5d07906 MD5sum: c3b0688345e06ce2be0321a3b57f6a7d 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_i386.deb Package: lilo Version: 1:24.2-5 Installed-Size: 721 Maintainer: Joachim Wiedorn Architecture: i386 Depends: perl:any, libc6 (>= 2.7), libdevmapper1.02.1 (>= 2:1.02.20), debconf (>= 0.5) | debconf-2.0 Pre-Depends: dpkg (>= 1.15.7.2) Suggests: e2fsprogs Size: 296888 SHA256: ba5d5040d238d823a7ce7ccafbb0535a3977383609912b681c2471545579eae1 SHA1: 6fc71ed5e7484dcaeca1d284892257fb054becd2 MD5sum: 2dd82bc9cb3766539ba6769bfa4b35b3 Description: LInux LOader - 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 lilo (the installer) and boot-record-images to install Linux, DOS and generic Boot Sectors for other operation systems. Homepage: http://lilo.joonet.de/ Tag: admin::boot, implemented-in::c, interface::commandline, role::program, scope::utility Section: admin Priority: optional Filename: pool/main/l/lilo/lilo_24.2-5_i386.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: 6620 Maintainer: Debian GNOME Maintainers Architecture: i386 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: 1844388 SHA256: faad172fa658abd0523beb7376104e41887d78007509e727a7be8afacbe2c834 SHA1: cd0cd2c2bd89dffdd46947d30dde95afbb2d8fe2 MD5sum: 46df1546d44fd86569c163ac2f3397cf 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_i386.deb Package: makeparallel Source: android-platform-build Version: 1:10.0.0+r36-1 Installed-Size: 47 Maintainer: Android Tools Maintainers Architecture: i386 Depends: libc6 (>= 2.28), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2) Size: 22532 SHA256: 15d297882b518fc789d95990f788e2cf528542af1d8e8a9fa1321a7a07e5900e SHA1: 74181bd1f7c5a9f3634e438c59005fab2ddd581b MD5sum: 12650efb889d0bf8ad047f057c5a82bb 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_i386.deb Package: mdk3 Source: mdk3 (6.0-8) Version: 6.0-8+b1 Installed-Size: 180 Maintainer: Debian Security Tools Architecture: i386 Depends: aircrack-ng, libc6 (>= 2.34) Size: 85596 SHA256: 7343897a1065b501f126955a87b22dec87eef1e5fc11e832fa7c875aaeb37931 SHA1: fb8490208681f8d828340578c5622870fe103dfd MD5sum: bd8305548ae2db2e3c7030f75707db45 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_i386.deb Package: mdk4 Source: mdk4 (4.2-3) Version: 4.2-3+b1 Installed-Size: 240 Maintainer: Debian Security Tools Architecture: i386 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: 109428 SHA256: b646297bf3924f9e055ce63e9bacfb54c9e6a48daf8013fffe940230fbdbad0c SHA1: 48152e65b1e34a12ff10fa60cc07de9d976a8307 MD5sum: 7d5662169972e32f333b2faba7d631e8 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_i386.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: 189 Maintainer: Debian GNOME Maintainers Architecture: i386 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: 140416 SHA256: e7920e5dd23759c90b1fbc649296fa0ef8b914c3f060c05af19727e581c7b88e SHA1: 52ce5a9999c80a6915eee685dc95c9681454cd97 MD5sum: 039e63b232bc014612f7205187042442 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_i386.deb Package: mutter-13-tests Source: mutter Version: 45.3-3 Installed-Size: 2046 Maintainer: Debian GNOME Maintainers Architecture: i386 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: 296432 SHA256: f797e25008247df5ec9179c2c7e659df13ec4bde6798369efed677814568d619 SHA1: 3bb206c00eab60af3a1965ba03b16b357206cb1b MD5sum: 488d482638d68b0fd90ad08bfb369e62 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_i386.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: 92 Maintainer: Debian GNOME Maintainers Architecture: i386 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: 43792 SHA256: 9eec52559ce2fc4673dc07f420a8b043a852da33c84dd161495bc29cf4316c8b SHA1: 64330a4b336239f4a6aa5c64b3ba5e31ab6783ae MD5sum: ae93cae422d2540126fbc34e2f3c97b4 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_i386.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: 284697 Maintainer: OpenJDK Team Architecture: i386 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: 284270236 SHA256: d919b7fd38d54e643cad68af4530d59ebce09c56f1525ac40068062cc9e534de SHA1: aeaf2ccebbeb10a83e94d8d005daf2c734e7a08b MD5sum: 077b7118d568567b4b8335ebd8b67a8f 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_i386.deb Package: openjdk-11-demo Source: openjdk-11 Version: 11.0.20~7-1 Installed-Size: 5838 Maintainer: OpenJDK Team Architecture: i386 Depends: openjdk-11-jre (= 11.0.20~7-1) Size: 4108276 SHA256: 6447af06d19909abcfa37b2efba7b733a2b28e9c523729ac75a29217bd45d229 SHA1: 44a4c1f2842487b3ddaa64e7c7d91f53623b5b3c MD5sum: a223740f696520e30ea2622329f53abf 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_i386.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: 2086 Maintainer: OpenJDK Team Architecture: i386 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: 2059064 SHA256: 196673ce1dab77478ad7e19f1d913dbbed133b1f7a22bd6866e5519b347a8617 SHA1: f1ef296ab89cb6bcb1bc4fa21538a6e47f69fdb5 MD5sum: f73f79fd9bc7ed5fb090a2d1e7a136b1 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_i386.deb Package: openjdk-11-jdk-headless Source: openjdk-11 Version: 11.0.20~7-1 Installed-Size: 76551 Maintainer: OpenJDK Team Architecture: i386 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: 70908004 SHA256: ba1133040b4d6d76420db530091370a7fd66b381cff89d8a81a0913a7897af38 SHA1: db21954a28a0e48c86a5b7fbbe0988e3f7641cde MD5sum: 2f74c0ec929ea9343ab3b4ee7b37a1fc 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_i386.deb Package: openjdk-11-jre Source: openjdk-11 Version: 11.0.20~7-1 Installed-Size: 602 Maintainer: OpenJDK Team Architecture: i386 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: 192300 SHA256: f85ad94e1b7904cf92c1b5f25e5884df14fcbc7775c86b52948e896442574ddb SHA1: 78fca8acac07f34129c5d1c782bae60edc552db1 MD5sum: 627b01c8cbb10d2d7854ac94fe6034e3 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_i386.deb Package: openjdk-11-jre-headless Source: openjdk-11 Version: 11.0.20~7-1 Installed-Size: 163435 Maintainer: OpenJDK Team Architecture: i386 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 (>= 7), 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: 38168328 SHA256: e1a1dff754d731c71745f2f3b46ee633f6d54eb023dce75b81257bb0ca26ac89 SHA1: ca714d702d0641f1f4f4fe6d909911ad029f2913 MD5sum: d1c345eb8e0ffa75366f120a658f30da 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_i386.deb Package: openjdk-11-jre-zero Source: openjdk-11 Version: 11.0.20~7-1 Installed-Size: 7455 Maintainer: OpenJDK Team Architecture: i386 Depends: openjdk-11-jre-headless (= 11.0.20~7-1), libc6 (>= 2.34), libgcc-s1 (>= 7), libstdc++6 (>= 4.1.1) Size: 2163116 SHA256: 87e29084d3a159a8352ba1901899e069a5b7fe5164610a0844c1dc209110804e SHA1: 01f267df2d6975329bd4dcecfe3f9c8c8207570e MD5sum: 209d4319b789a0e453ac331f1eab26a2 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_i386.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: 907 Maintainer: Debian Security Tools Architecture: i386 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: 299672 SHA256: 07d0742958d5949e462b9b03de45fd4950665a3d98361969fd48ee4f5d737245 SHA1: f42cb95514e50c90509fdc5e799cead2d503a756 MD5sum: a515631b47a9032dbae02763506f9766 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_i386.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: i386 Depends: python2 (= 2.7.18-3), python2.7 (>= 2.7.2-3) Size: 1044 SHA256: 054a4510fd75b3f7a56e77fdddb8efaf9621a58dbb4d3cfc9a10b56c0a3aebf5 SHA1: f01ab8d57cae628b02d9a728e0f30cf22332d98f MD5sum: 108c817b4e0c8bfc5cc9621801cf02e3 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_i386.deb Package: python-all-dbg Source: python-defaults Version: 2.7.18-3 Installed-Size: 6 Maintainer: Matthias Klose Architecture: i386 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: 1068 SHA256: 55c6c5be973f1bb7bbaeb1131796ca3d02b33510e7834f77b6172c6b7a50342a SHA1: a6dd334ec30477cf143b70d9e1deac1282d44fa8 MD5sum: 11150783807c7aaf8f6f125725888fa9 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_i386.deb Package: python-all-dev Source: python-defaults Version: 2.7.18-3 Installed-Size: 6 Maintainer: Matthias Klose Architecture: i386 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: cde5436d95176787e236f1e9dff1116964ce7ab4a93ee782c4023958da00e60b SHA1: 8dd7cf63de03bfcb9bd3a4d43d74944b4d58c3b3 MD5sum: b6aa4c35f24cc24550ac91c66643d4c4 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_i386.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: 52 Maintainer: Matthias Klose Architecture: i386 Provides: python2.7-gdbm Depends: python2 (>= 2.7), python2 (<< 2.8), libc6 (>= 2.4), libgdbm6 (>= 1.16) Suggests: python-gdbm-dbg Size: 13140 SHA256: 1e4b0b96e18cfa202b6c3f31e8d40545081ee5e767476b8f02b7b4ffdfa5f2e3 SHA1: eddab67ae25d1099d75333ca69082491d80e5f91 MD5sum: 531736eff1ad5181d41b16fef78ad92f 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_i386.deb Package: python-gdbm-dbg Source: python-stdlib-extensions Version: 2.7.18-1 Installed-Size: 76 Maintainer: Matthias Klose Architecture: i386 Depends: python2-dbg (>= 2.7), python2-dbg (<< 2.8), python-gdbm (= 2.7.18-1), libc6 (>= 2.4), libgdbm6 (>= 1.16) Size: 27092 SHA256: 1ac85efd0491983b21b2615098f7b12c7c3827dfebf46eff64e0df38461f3f59 SHA1: a56e8f30fe11602b02530a8d5c557eb0dc3d45df MD5sum: 40f5a5badf97955c352c7ae52caff765 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: efff7a2349a032d1e67d891333f62a40c28cf6cb Tag: role::debug-symbols Section: debug Priority: optional Filename: pool/main/p/python-stdlib-extensions/python-gdbm-dbg_2.7.18-1_i386.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: 96 Maintainer: Matthias Klose Architecture: i386 Provides: python2.7-tk Depends: python2 (>= 2.7), python2 (<< 2.8), blt (>= 2.4z-9), libc6 (>= 2.4), libtcl8.6 (>= 8.6.0), libtk8.6 (>= 8.6.0), tk8.6-blt2.5 (>= 2.5.3) Suggests: tix, python-tk-dbg Size: 25672 SHA256: 95868744cea18a80ffb48c750a756a048dc827d39b8d47021a398a3a8de56d53 SHA1: 09be075460b035650a6c7153188f0af212168a14 MD5sum: 21ddfa75a1e58a30cda672b3b38c8b73 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_i386.deb Package: python-tk-dbg Source: python-stdlib-extensions Version: 2.7.18-1 Installed-Size: 372 Maintainer: Matthias Klose Architecture: i386 Depends: python2-dbg (>= 2.7), python2-dbg (<< 2.8), python-tk (= 2.7.18-1), blt (>= 2.4z-9), libc6 (>= 2.4), libtcl8.6 (>= 8.6.0), libtk8.6 (>= 8.6.0), tk8.6-blt2.5 (>= 2.5.3) Size: 176096 SHA256: b47cb1332df83d274a70979e85aa8cb4d4beb6e8c81e1c384ad1018535e8c39b SHA1: 0a6c81a159a3da0fe1542097647190b7bed0fc96 MD5sum: e06509fa3007123600c63f3067126387 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: 32e36d5f6f1dc0156ac82abc67b3b7d8e7e5b24d Tag: role::debug-symbols Section: debug Priority: optional Filename: pool/main/p/python-stdlib-extensions/python-tk-dbg_2.7.18-1_i386.deb Package: python2 Source: python-defaults Version: 2.7.18-3 Installed-Size: 69 Maintainer: Matthias Klose Architecture: i386 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: da3571e7df15544a738c50ce7b77beca4e1e364e08081e505eb6596d4c6ad360 SHA1: 2377767d4b64bb17c84854780efd0f84b257d6c9 MD5sum: 654e0a12d4cb9348aab689cf6f03742c 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_i386.deb Package: python2-dbg Source: python-defaults Version: 2.7.18-3 Installed-Size: 20 Maintainer: Matthias Klose Architecture: i386 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: 1272 SHA256: eddde4abec40a6c496d713954aa13a544b409f2c1ed5837b9a69b71d8ee1cea2 SHA1: bfe428cbac6c38c8052d98883e986bb4ffabb7f9 MD5sum: a7b972f4fd4a116f6344efd5a92525c4 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_i386.deb Package: python2-dev Source: python-defaults Version: 2.7.18-3 Installed-Size: 15 Maintainer: Matthias Klose Architecture: i386 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: 1212 SHA256: b64079dca0e4ea044c1e2718541fb18718455460bdba17687438fc96d58e642b SHA1: f6e93ad59941bbb0c3c510614c794ff338dc3678 MD5sum: 002b70d69b54cb5ecc7e505cdc6a0f9c 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_i386.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: i386 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: 409ddf4e5e0eca9f0e0ccc0ec20acab83deef5d40ce003e81758d9a51055b034 SHA1: 4172c53470c8732f8a0ec802bf7503f18bda3b4a MD5sum: 2cd1a6e6daa2358d98ef0c78ae5eead9 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_i386.deb Package: python2.7 Version: 2.7.18-13.2 Installed-Size: 383 Maintainer: Matthias Klose Architecture: i386 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: 311008 SHA256: 6678d2f8423539be7fc7a2c15df0f9b5b237a13db3d13fca3b8171ea674041ab SHA1: 2d3527ffbfacb0efa0a76603c0040934357f8218 MD5sum: 6a62800af4ba27b94b06923aaa0cd7de 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_i386.deb Package: python2.7-dbg Source: python2.7 Version: 2.7.18-13.2 Installed-Size: 14087 Maintainer: Matthias Klose Architecture: i386 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: 7980496 SHA256: abcde731958d4675c570fa2d74cdc5b286199770749f06d1db6924ba00fe865b SHA1: a0129508595c7018f9d0850087224d097f1cae5a MD5sum: 9a99903ade86ba707106d04b134b6939 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: 01610768c1121ee507650884f1cb706052d557de 03d8bd38c18dbd22cdd713da5c264cd0a2f50a23 086e4765b8f0f74cb250e6f2de00f65a72fcbae8 0edb68c422adf012dd7768da4a0a4443364b198c 10017695cdc752ffea54d3adfc50731eac5519e5 1197b555560d7ef655407debe6888fedfa5bffa1 143880a697df542882abd3331083b0219a960855 1608bcfb486722092ee7d5313e058e49e0f4a0e0 1afb65073d80d68ceb28c3f20ea2fd401a59137b 1c071769a5c14549ab627446093d8537986fda30 1d922c736043749b5ce81a19ccc6acddd0163678 2717d9bf7be8e9cac0c13f03090a99594faa8bbe 31074480c4a1c24a59a59d47714aa89e00992dda 37f9529840d3ff3c25588401e68de4df23cbb1f3 3d416c2e4933b8735ac615cc4c8c3d2ddd99b0f3 430c78b1f41281f4b2eca85858be6d44f54bc360 478dd6540a47e15697a97c31263d9acd1bc3a53d 47f6bad4805a5cf85511f19786dfc052955ced2b 51713ea745c02c63bfff81f97340bd5e6821a505 57d9fb8a345e1d0508b336551516a755802657ce 6096e2d74c16021d928f2b08782e07ac504afd50 695d6ec5bcb2dd140ec4f627d5b8afd01352b6c7 7dd748526e4dde0d3f09cc5d58be55c022d732b6 81b6f3b47deb51ea7bc86d7ae259e829c6dee4e2 948819ad021d3f9a034e631bfd9824ab267d71c2 a2227045c1e88d4ffc8232fe5bf827c74e1c8e8e ac9597ba11ee5590511c2078b921eb4545d66a85 bc5c0809e15341c44f43db63c6b44d1c2dcd0f41 c0b964aeece7144e4e8905bf8f43f2f61e45a54e c97d5ab22129836818d4524bcafa606b238f4e5a cb47c3f49b2c1603dda0914cc007e48f3ba6c648 dbe9381491bcccc154a65bd828efe5794e1e2abe dc2f30ceb2a5f3e7ce4f3c16ce4eccbc56341885 dc53d1c885259dbfedfb1e3f4e174a459712a67c de96eb70121ddc9996b366413c42baed6c8007fb e0d1233bb0508a50925611980cbd0d3a7cb1e345 f66268dc2c0de8dcc61770571a9693faa352829e fcf233f57ebc7b3bbfb3386f6cae7490f2ed740e ffaff7352671b734834a0b413f918c301fcfe9b7 Tag: role::debug-symbols Section: debug Priority: optional Filename: pool/main/p/python2.7/python2.7-dbg_2.7.18-13.2_i386.deb Package: python2.7-dev Source: python2.7 Version: 2.7.18-13.2 Installed-Size: 301 Maintainer: Matthias Klose Architecture: i386 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: 294432 SHA256: f40ee634b680161ce96130bbcde3d75cfc8db07b5e7d23f6bad69084f319e4b6 SHA1: 224ac1c147fdc06bfed87dfd40fbc93ba4534782 MD5sum: 22cdaebb427878988b81dc92c379df3e 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_i386.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: 3610 Maintainer: Matthias Klose Architecture: i386 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: 1247308 SHA256: e75f1e6ae3e10dbbf4c253c3ff6ce1b330c817e6f9d0a83adc8d094e3514d2bc SHA1: cd15b745d77718895ce1d801f8e76a4d1c6b52ac MD5sum: cb3c787d5d53545a0c5852d55a5891dd 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_i386.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: 211 Maintainer: Sandro Tosi Architecture: i386 Depends: python3 (<< 3.13), python3 (>= 3.11~), python3-pkg-resources, python3:any, libc6 (>= 2.4) Size: 45924 SHA256: daec477e3ae11f141dc3f5f619b061dda4695f97854ea8182d986b0bfc5d68f4 SHA1: 9c025b0afb7858066a42230f66724d632edf8827 MD5sum: 4182e5dfd0bd885b222c4794927fed85 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_i386.deb Package: python3-libbde Source: libbde (20190102-2) Version: 20190102-2+b2 Installed-Size: 846 Maintainer: Debian Security Tools Architecture: i386 Depends: libbde1 (= 20190102-2+b2), libbfio1 (>= 20120425), libc6 (>= 2.33), python3 (<< 3.12), python3 (>= 3.11~) Size: 316684 SHA256: 6f7203aae9bc9a6503813f36ef7902d017b9ebeefbf871dd75ed9cc149f7957c SHA1: bffe0d931ea00b0da9c236b3cd10cbb67329ad7d MD5sum: 1d8baa0969fc71ba55601459cb484337 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_i386.deb Package: python3-liblnk Source: liblnk (20181227-1.1) Version: 20181227-1.1+b4 Installed-Size: 858 Maintainer: Debian Security Tools Architecture: i386 Depends: liblnk1 (= 20181227-1.1+b4), libbfio1 (>= 20120425), libc6 (>= 2.33), python3 (<< 3.12), python3 (>= 3.11~) Size: 288944 SHA256: 993800a3f73fa24ac2590af01f3d1fd4e8793e899e6cb183efbbec8d1eaab1a6 SHA1: cd009e2e762044f3fca5a6ea153399a6b6a2ccd1 MD5sum: 8131322a51f9905ea57a83f47cfabb2d 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_i386.deb Package: python3-libvshadow Source: libvshadow (20190323-2) Version: 20190323-2+b2 Installed-Size: 869 Maintainer: Debian Security Tools Architecture: i386 Depends: libvshadow1 (= 20190323-2+b2), libbfio1 (>= 20120425), libc6 (>= 2.33), python3 (<< 3.12), python3 (>= 3.11~) Size: 322324 SHA256: 56da06d8ef46b1d3e7c397c8fca633b80b53c754b65132f02094ff4390afc6ef SHA1: 17601b3475a437f8fc7fae60e71e7b7ae14d9cf4 MD5sum: aa1f82c700f3d97d960b314cf8a7977b 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_i386.deb Package: python3-libvslvm Source: libvslvm (20181227-1.1) Version: 20181227-1.1+b4 Installed-Size: 916 Maintainer: Debian Security Tools Architecture: i386 Depends: libvslvm1 (= 20181227-1.1+b4), libc6 (>= 2.33), python3 (<< 3.12), python3 (>= 3.11~) Size: 325048 SHA256: b0ea595d1a7ff81e73955b53daea606a3f4282ddde66034d62c44131f552ebd8 SHA1: 0015e55a78b78e8ed84c5848a9cad141629ff41b MD5sum: 83e46c256ad1886c4ad6b14e8819db79 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_i386.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: 2184 Maintainer: Debian Security Tools Architecture: i386 Depends: libc6 (>= 2.34), libradare2-5.0.0 (>= 5.5.0+dfsg) Recommends: libradare2-dev Size: 156708 SHA256: 90a3b870c2c94302148aad1903f0734314eb628ddbe46c9020435603f1525de3 SHA1: aacc74843165e606b69bf4ed1e0e049e86ec227f MD5sum: f8934f4c6dfb34268a39281d20689b97 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_i386.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: 96 Maintainer: Android Tools Maintainers Architecture: i386 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: 32492 SHA256: 26ee7ef12a19be5082f2f4a6204b3228a1a82f35cc1eaae1aa72c05260affe02 SHA1: 2fd82ba4f771c5dc892855e354634f39a7967587 MD5sum: 6b19e83d2831d833005e39c9758dc616 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_i386.deb Package: sqsh Source: sqsh (2.5.16.1-2) Version: 2.5.16.1-2+b1 Installed-Size: 398 Maintainer: Steve Langasek Architecture: i386 Depends: libc6 (>= 2.11), libct4 (>= 1.00.82), libreadline8 (>= 6.0), libxm4 (>= 2.3.4), libxt6 Size: 193216 SHA256: 06eaf7f26dcfc6a6133a99c9555b80c7f7cbca8d4646186091130d7bdbdb26b2 SHA1: d0999cc642a59a2e8cbd827471997b11095ad87c MD5sum: 99385802b7749293971693e80072492d 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_i386.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: 71 Maintainer: Android Tools Maintainers Architecture: i386 Depends: android-liblog (>= 1:10.0.0+r36), android-libutils (>= 1:10.0.0+r36), android-libziparchive (>= 1:10.0.0+r36), libc6 (>= 2.7), libgcc-s1 (>= 3.0), libstdc++6 (>= 5), libzopfli1, zlib1g (>= 1:1.1.4) Size: 29724 SHA256: b0bba5da87e517c41c8222017b5cca1cea90a64dbced6afd6ad53df5646fc9b6 SHA1: a053413c7c2ae1ab6c961e06d41c1f6097a7e096 MD5sum: 39cf8bc4af7d838ad7b88287f34a16e0 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_i386.deb Package: ziptime Source: android-platform-build Version: 1:10.0.0+r36-1 Installed-Size: 37 Maintainer: Android Tools Maintainers Architecture: i386 Depends: libc6 (>= 2.7), libgcc-s1 (>= 3.0), libstdc++6 (>= 5) Size: 17292 SHA256: 6e4029a9ceb87772955e20a73c8bf7184f25844d60770cef1f19ca12cc82e124 SHA1: 839e3d3ca86d72752478132f9f73c97c35a39159 MD5sum: 3eba7655e68d053e94e1bf9fa701ad11 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_i386.deb