Package: aapt Source: android-platform-frameworks-base (1:14~beta1-2) Version: 1:14~beta1-2+b1 Installed-Size: 117 Maintainer: Android Tools Maintainers Architecture: armhf 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: 38112 SHA256: bc96367975d3ac1889763e9cba75584447853361b5329ad9ea8804160fcad590 SHA1: 9335d01740a505bb122d2ed1d524fe323955f5b4 MD5sum: 094b3bbfbf883b93da58363fa5cced80 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_armhf.deb Package: adb Source: android-platform-tools (34.0.4-1) Version: 1:34.0.4-1 Installed-Size: 686 Maintainer: Android Tools Maintainers Architecture: armhf Provides: android-tools-adb Depends: android-libbase (>= 34.0.4), android-libboringssl (>= 13.0.0+r24), android-libcutils (= 1:34.0.4-1), android-liblog (>= 34.0.4), android-libziparchive (>= 34.0.4), libbrotli1 (>= 0.6.0), libc6 (>= 2.34), libgcc-s1 (>= 3.5), 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: 237744 SHA256: 6ab02c6d2214981c1539b0f24525226a45acf62aa3603f4f47110435fa77a8ad SHA1: da51a9736440d4964c5f8674d483a771baffd8d9 MD5sum: 2b78f1087891238bf6fd50e58bc4add3 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_armhf.deb Package: aidl Source: android-platform-system-tools-aidl Version: 1:10.0.0+r36-4 Installed-Size: 965 Maintainer: Android Tools Maintainers Architecture: armhf Depends: android-libbase (>= 1:10.0.0+r36), android-libcutils (>= 1:10.0.0+r36), libatomic1 (>= 4.8), libc6 (>= 2.32), libgcc-s1 (>= 3.5), libstdc++6 (>= 11) Size: 277028 SHA256: 15f9b99e1aee68891aace79654028db798e2c86859770bdf6dbc63e2befcffd0 SHA1: e53a6cc0ce5ce3067bfad102fb3ccea78b43a021 MD5sum: 9efdece9534b506e83a6416b59ce3560 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_armhf.deb Package: aircrack-ng Version: 1:1.7-5 Installed-Size: 2395 Maintainer: Debian Security Tools Architecture: armhf Depends: ethtool, hwloc, iw, rfkill, usbutils, wireless-tools, python3:any, libc6 (>= 2.34), libgcc-s1 (>= 3.5), 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: 492780 SHA256: b5ce3c5d9b8e39c2bf34e4dda6edff86091bdfedb59e423c473c5c9a3cd412e3 SHA1: b90718123ad98933382a1af84f3756e9ad6a5d22 MD5sum: 34851d2c645f4797c994f841111ca89d 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_armhf.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: 2740 Maintainer: Android Tools Maintainers Architecture: armhf Depends: android-libandroidfw, android-libbase (>= 34.0.4), android-liblog (>= 34.0.4), android-libutils (>= 34.0.4), libc6 (>= 2.34), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.5), libpng16-16 (>= 1.6.2), libprotobuf32 (>= 3.21.12), libstdc++6 (>= 13.1), zlib1g (>= 1:1.1.4) Size: 746784 SHA256: 9ce828aa4b0c80422d051a2a32b8dc929a77cc43da33d870bab9b4b92f23a0bf SHA1: 7db19cb195b7aadc16616028713df424b45692bc MD5sum: 43e02b4e6c8788b91f5a4c0dfdfe17f9 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_armhf.deb Package: android-libandroidfw Source: android-platform-frameworks-base (1:14~beta1-2) Version: 1:14~beta1-2+b1 Installed-Size: 433 Maintainer: Android Tools Maintainers Architecture: armhf 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.5), libstdc++6 (>= 13.1), zlib1g (>= 1:1.1.4) Size: 144788 SHA256: 184686bd66ec1fb9c317dfefbd4f1f061a2bcadb2f9b5be851a5938e270216a1 SHA1: 05bd779cb2720163fdab568b10686b7c40bc35e3 MD5sum: 7a451b552baaa8b1a819ab02a9535db1 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_armhf.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: armhf 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: 57536 SHA256: 3029bec4630d35eecbf8eacaa0433d7df1b992aceba04cf26c4e5b15d7f83dc0 SHA1: ec67add4d74b775125e6cbb6a183a1671fea2158 MD5sum: b5b073ac17dc921dbd0c544c0f923222 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_armhf.deb Package: android-libart Source: android-platform-art (14.0.0+r15-1) Version: 14.0.0+r15-1+b1 Installed-Size: 8629 Maintainer: Android Tools Maintainers Architecture: armhf Depends: libc6 (>= 2.35), libgcc-s1 (>= 3.5), libstdc++6 (>= 13.1) Size: 2080784 SHA256: da4fd5ac447023bec81a9b0219fc2f5765d74f6625c5150b4fc3642c79f8fa71 SHA1: 1c393cc4815667619281a12bce621b9496e195b0 MD5sum: 3295d1bc520019252651b84943351105 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_armhf.deb Package: android-libbacktrace Source: android-platform-tools (34.0.4-1) Version: 1:34.0.4-1 Installed-Size: 685 Maintainer: Android Tools Maintainers Architecture: armhf Depends: android-libbase (= 1:34.0.4-1), android-liblog (>= 34.0.4), libc6 (>= 2.34), libgcc-s1 (>= 3.5), libstdc++6 (>= 13) Breaks: android-libbacktrace-dev (<< 1:33) Size: 202160 SHA256: f1ad9eb9ef24f3394969d27280af87fee90de5fc3e73a5f58e81575a9030984e SHA1: f89447744e8f04fa4c6b12d78167ce3babe09eeb MD5sum: 7e531d74ca727cd0e1af0923c8c0f723 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_armhf.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: armhf Replaces: android-libbacktrace (<< 1:33) Depends: android-libbacktrace (= 1:34.0.4-1) Breaks: android-libbacktrace (<< 1:33) Size: 20048 SHA256: 50720d3be1d3d807e1bf382ff4bb6bc71248b720a1ff8366d64a8745e635b39c SHA1: de57e977de7ac225da4bebbc98507648bae613fe MD5sum: bcc9400a0f07833668cb5a9eb83145d2 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_armhf.deb Package: android-libbase Source: android-platform-tools (34.0.4-1) Version: 1:34.0.4-1 Installed-Size: 305 Maintainer: Android Tools Maintainers Architecture: armhf Depends: android-liblog (= 1:34.0.4-1), libc6 (>= 2.34), libgcc-s1 (>= 3.5), libstdc++6 (>= 13.1) Breaks: android-libbase-dev (<< 1:33) Size: 85744 SHA256: e30d265f0e8da6f5b7a91317ac5ae1f70926c9fcf087e182e42f97b8a668f9c8 SHA1: f2cf0e7f72fe81d7811ac1a42ecef58d161195c6 MD5sum: 2a1525713a7c30da50a4f2ff8fe0b7b2 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_armhf.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: armhf 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: 142144 SHA256: af9911d2c84731cbfdf56145952399e58b8288e2d96f3924c6a1cc0eec25e73f SHA1: abc188c5b569ff52ed0b47d3107f69e18a8d2484 MD5sum: 50d1373412e989ded08445e8b7c702da 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_armhf.deb Package: android-libcutils Source: android-platform-tools (34.0.4-1) Version: 1:34.0.4-1 Installed-Size: 111 Maintainer: Android Tools Maintainers Architecture: armhf 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: 36216 SHA256: 0daef5154f899fd776a18515200fc1fb6f744f8e5b506416028f4f941b55230f SHA1: 1ebc51c6d695b481db130bbdd915a9af738d361b MD5sum: 592c2ceef327ae501e6d1e6974d1bd38 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_armhf.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: armhf 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: 33108 SHA256: 364175456fb9c1c0ecc33fa8858f6777f4dcc4745f7cdcccbcab377c8dba4196 SHA1: 7bd0ee2345d523de763ab5b00026f573e853647b MD5sum: f3851e1b22a521fa74e0bdf17bb32411 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_armhf.deb Package: android-liblog Source: android-platform-tools (34.0.4-1) Version: 1:34.0.4-1 Installed-Size: 105 Maintainer: Android Tools Maintainers Architecture: armhf Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.5), libstdc++6 (>= 13) Breaks: android-liblog-dev (<< 1:33) Size: 35524 SHA256: e0faf33c060627e348d09348098a85e398f5be2dd2c8503929803739af9521d2 SHA1: dfe77632e96310bc54b45d17e8a02782d09e24f5 MD5sum: a2ae1970aa90565d1ae097439b6f02c0 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_armhf.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: armhf Replaces: android-liblog (<< 1:33) Depends: android-liblog (= 1:34.0.4-1) Breaks: android-liblog (<< 1:33) Size: 33968 SHA256: b4d96cd0910d15d1f03e656233accea1c835c1831b53663abed0681d3f566fed SHA1: 88a44cfbe2ac339b430a4b240f8a9aec85cb7fe7 MD5sum: 8d9afbe847187ef8faca2f4e64a73af6 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_armhf.deb Package: android-libnativebridge Source: android-platform-art (14.0.0+r15-1) Version: 1:14.0.0+r15-1+b1 Installed-Size: 38 Maintainer: Android Tools Maintainers Architecture: armhf Depends: android-liblog (>= 1:34), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 4.1.1) Size: 14428 SHA256: 7d2fbacf76576652d5cb333c68d7c28ac0b2ae8f6f0530c7c9837a9fa6bd28ec SHA1: 8ecc94dffc4b2a70fcd437119459367c7231e5a2 MD5sum: fe6607ee1ab6e1c8a3ecd8defb0bbe14 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_armhf.deb Package: android-libnativehelper Source: android-platform-tools Version: 34.0.4-1 Installed-Size: 80 Maintainer: Android Tools Maintainers Architecture: armhf 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: 23980 SHA256: 8e7699ff7bfbfb8c805706633510903fefdbbfd4208ea4bf82a5dabde3bc009c SHA1: 36bf9ec34c4106f699e99a928c0184621da4de11 MD5sum: ef001e62d1d9efbca2b8f280e6bb168c 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_armhf.deb Package: android-libnativehelper-dev Source: android-platform-tools Version: 34.0.4-1 Installed-Size: 235 Maintainer: Android Tools Maintainers Architecture: armhf Replaces: android-libnativehelper (<< 33) Depends: android-libnativehelper (= 34.0.4-1) Breaks: android-libnativehelper (<< 33) Size: 49752 SHA256: 9635c4dc2272a90c7b0b2f7d1685a65bc0f7925ba26a9cf6396ba15879357ef7 SHA1: 2c66e65f222114348037596c97f122b43cb025c9 MD5sum: 6ac4b26ae845210a9412b97d81085116 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_armhf.deb Package: android-libnativeloader Source: android-platform-art (14.0.0+r15-1) Version: 1:14.0.0+r15-1+b1 Installed-Size: 32 Maintainer: Android Tools Maintainers Architecture: armhf Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 13), android-libnativebridge (= 1:14.0.0+r15-1+b1) Size: 12412 SHA256: 06ac19e5c38391be29245595dd510124e03c75ca9a40847f9b3c7c6d76d16603 SHA1: 57393bde99831a1803e85b922f86836705483a55 MD5sum: 5bd08c2111a7ab252fcf80d55ea13880 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_armhf.deb Package: android-libsparse Source: android-platform-tools (34.0.4-1) Version: 1:34.0.4-1 Installed-Size: 96 Maintainer: Android Tools Maintainers Architecture: armhf Depends: android-libbase (= 1:34.0.4-1), libc6 (>= 2.4), libgcc-s1 (>= 3.5), libstdc++6 (>= 4.1.1), zlib1g (>= 1:1.2.3.4) Breaks: android-libsparse-dev (<< 1:33) Size: 33324 SHA256: 3c167344c2fbf7382902e9b26c7b14b1a57a9e0615b2113122bac5fce359b2ad SHA1: 5cc8431cb9728fc82e378f9e78e770bed987087e MD5sum: 712ac7ef0ed054582d2dbfe529649b4c 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_armhf.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: armhf Replaces: android-libsparse (<< 1:33) Depends: android-libsparse (= 1:34.0.4-1) Breaks: android-libsparse (<< 1:33) Size: 22900 SHA256: b45f545fb62b42ef005eb266ba1ea7ff877af21b635cfa73d3863a6acacf7824 SHA1: 8ccc13757f144c310cc29e566f3ae5e704de001b MD5sum: 7650b7e2aadfc312ded584323066d6aa 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_armhf.deb Package: android-libutils Source: android-platform-tools (34.0.4-1) Version: 1:34.0.4-1 Installed-Size: 157 Maintainer: Android Tools Maintainers Architecture: armhf Depends: android-libbacktrace (= 1:34.0.4-1), android-libcutils (= 1:34.0.4-1), android-liblog (>= 34.0.4), libc6 (>= 2.34), libgcc-s1 (>= 3.5), libstdc++6 (>= 13.1) Breaks: android-libutils-dev (<< 1:33) Size: 51084 SHA256: adae3c2009250dae6b54373ae2b0fd57b1e7108668359f3a565e524823358b3d SHA1: 8044bc0fbae7df99ee9bca9da34d87402f904b40 MD5sum: d217728383e7a8b2e223f47c0aa1c106 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_armhf.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: armhf Replaces: android-libutils (<< 1:33) Depends: android-libbacktrace-dev (= 1:34.0.4-1), android-libcutils-dev (= 1:34.0.4-1), android-libutils (= 1:34.0.4-1), android-platform-system-core-headers (= 1:34.0.4-1) Breaks: android-libutils (<< 1:33) Size: 68504 SHA256: 102d9e4094fb648608858d7afecd9ed7675e6c3dc4703941a8d5c1c9dd9d8809 SHA1: c7a6b7e1701c7aa5e2d5a12167ae9f4deefec869 MD5sum: c18825b716405e261b49bbeeafdc0147 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_armhf.deb Package: android-libziparchive Source: android-platform-tools (34.0.4-1) Version: 1:34.0.4-1 Installed-Size: 137 Maintainer: Android Tools Maintainers Architecture: armhf Depends: android-libbase (= 1:34.0.4-1), android-liblog (>= 34.0.4), libc6 (>= 2.33), libgcc-s1 (>= 3.5), libstdc++6 (>= 13), zlib1g (>= 1:1.1.4) Breaks: android-libziparchive-dev (<< 1:33) Size: 46840 SHA256: 2ee355c0a94b1953ec46310a4a09d898281e9866e8d683af6146bdda1f62fbd3 SHA1: 61a135a62f3303691c6ed0dfd3cd5e4e9de85f7c MD5sum: 26227ac878eec84904fa7c2b682a7c4b 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_armhf.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: armhf Replaces: android-libziparchive (<< 1:33) Depends: android-libziparchive (= 1:34.0.4-1), libgtest-dev Breaks: android-libziparchive (<< 1:33) Size: 25884 SHA256: 803a60d41b711e1ea6ca4400d7001f0d820777cb5d250a593d46b62a37efbf7e SHA1: c6d599164d7067910813bc2a7c028342239709a2 MD5sum: 962a2eb8542c1c8b97feb4719ed325ca 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_armhf.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: armhf 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: 4008 SHA256: 227a0687658092915a559fd980b8bc56e7510d9cb17518cc2e4e5a447e806331 SHA1: 24d607a157e83a1222bd7ceff9828caba8bbb2bc MD5sum: ba60dfe90d1f1f4c161a820a4043d2ad 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_armhf.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: armhf Depends: android-sdk-build-tools-common (>= 28.0.2+9), aapt (>= 1:10.0.0+r36~), aidl (>= 1:10.0.0+r36~), apksigner, split-select (>= 1:10.0.0+r36~), zipalign (>= 1:10.0.0+r36~) Size: 3452 SHA256: 8df3502317728b4a8ec270a33ac5c75373aba9713108fc24511d539a4690a677 SHA1: 15fc65ae03c547ac1c7000e4909f357bf4adec0d MD5sum: f1ccc22e4227e414151ff34e1eb2d349 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_armhf.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: armhf Replaces: android-tools-fsutils, append2simg (<< 1:10.0.0+r36-1~), img2simg (<< 1:10.0.0+r36-1~), simg2img (<< 1:10.0.0+r36-1~) Depends: android-libbase (= 1:34.0.4-1), android-liblog (>= 34.0.4), android-libsparse (= 1:34.0.4-1), libc6 (>= 2.34), libgcc-s1 (>= 3.5), 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: 24008 SHA256: 8e875ebd30d1d08707af0f7d30537218bac5af76edd96bfd4ff31294ac183b03 SHA1: fe3bea22e031b2190e23eeaba01cbd2731bd4a07 MD5sum: 1d4f2bdffa4c7bac634ee184e959a991 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_armhf.deb Package: android-sdk-platform-tools Source: android-sdk-meta Version: 28.0.2+9 Installed-Size: 19 Maintainer: Android Tools Maintainers Architecture: armhf Depends: android-sdk-platform-tools-common (>= 28.0.2+9), dmtracedump (>= 10.0.0+r36~), e2fsprogs, etc1tool (>= 10.0.0+r36~), f2fs-tools, hprof-conv (>= 10.0.0+r36~), sqlite3 Recommends: adb, fastboot Size: 3612 SHA256: da645d7f1c6d5f7c1623226ab8c0f94d930cba80a98d5ea5cddcf7852440d20e SHA1: ef0a4abc8fac45fbc6983ed4528332bfa727b08c MD5sum: ceadad0bb782e533bc863bee9c7c5d41 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_armhf.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: armhf Depends: 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 Recommends: aapt Size: 222284 SHA256: a252ed5a4ec5e2deb6cdca50cc81eb69dd17c5513a90122f39a6a3624e57a96a SHA1: 4691fd1cd34c91f4352d02a0bf52f19a251df064 MD5sum: c5945a1887665e6d2a9b6c6c4742009b 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_armhf.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: 120 Maintainer: Debian Security Tools Architecture: armhf Depends: libc6 (>= 2.33), liblua5.3-0, libpcap0.8 (>= 0.9.8), pixiewps, aircrack-ng Size: 62432 SHA256: 6437ae35c9257eed52f6272636dcb5d3361154e1ec76a762df635970af5960a5 SHA1: b72cf90c6dc21682896d7e8553be2e2198b51b44 MD5sum: 3e90bb95fab5d6551ea0ee1930513894 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_armhf.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: 65 Maintainer: Vincent Bernat Architecture: armhf Depends: libc6 (>= 2.7), libcurl3-gnutls (>= 7.16.2), libfuse2 (>= 2.6), libglib2.0-0 (>= 2.12.0), fuse Size: 30520 SHA256: c6ca839210d9d723aa7e1541987fff50d5280bf84207699802d00bd7525762a5 SHA1: c772568f0ab63ce0e6175accb6e9280c8475df26 MD5sum: 75417e64fe0a6596ee6fb243c3f96669 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_armhf.deb Package: dexdump Source: android-platform-art (14.0.0+r15-1) Version: 14.0.0+r15-1+b1 Installed-Size: 111 Maintainer: Android Tools Maintainers Architecture: armhf 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: 41092 SHA256: 0985d8b40e867969956398cf64d001a191e4f31499aa3592803f4e516fe32248 SHA1: 3d3819d6dc4c7b124c18ce8c8f7fcadee2f582a6 MD5sum: 436a1c3eca3c1bf3f018ce1cdd2088a1 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_armhf.deb Package: dexlist Source: android-platform-art (14.0.0+r15-1) Version: 14.0.0+r15-1+b1 Installed-Size: 41 Maintainer: Android Tools Maintainers Architecture: armhf 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: 16808 SHA256: a23cd4b7a0a09e7304f8a2e6b1127dfdea10c41f77a6ecc759f51379ee8b4a30 SHA1: 61015c85ca025590b0b489ff447f123bfaa7197c MD5sum: c8c50b0cb0e423c9c370b0d848aafd0d 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_armhf.deb Package: dmtracedump Source: android-platform-art (14.0.0+r15-1) Version: 1:14.0.0+r15-1+b1 Installed-Size: 64 Maintainer: Android Tools Maintainers Architecture: armhf Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.5), libstdc++6 (>= 4.1.1), graphviz Size: 25420 SHA256: f90f5dd0bc811376eae4f4b9655ebadd1706b899007efe8b91a98df0679b08fd SHA1: 7f2529ba7a9a6c074190b46d99a29c03bd4a27a8 MD5sum: 64271bf0c64d71dfd97052eafd47d525 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_armhf.deb Package: etc1tool Source: android-platform-tools Version: 34.0.4-1 Installed-Size: 85 Maintainer: Android Tools Maintainers Architecture: armhf Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libpng16-16 (>= 1.6.2-1), libstdc++6 (>= 4.1.1) Size: 27952 SHA256: a57fe47b445db7520bd5275aefe4508198f3c0f0696060c52bee01504f4c4e52 SHA1: 078c3ea46df755a0f1472807c3f289d798b06432 MD5sum: 7d94bdd8c7ff1edb4ca1565f08f2d07c 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_armhf.deb Package: fastboot Source: android-platform-tools (34.0.4-1) Version: 1:34.0.4-1 Installed-Size: 509 Maintainer: Android Tools Maintainers Architecture: armhf Provides: android-tools-fastboot Depends: android-libbase (>= 34.0.4), android-libboringssl (>= 13.0.0+r24), android-libcutils (= 1:34.0.4-1), android-liblog (>= 34.0.4), android-libsparse (= 1:34.0.4-1), android-libziparchive (= 1:34.0.4-1), libc6 (>= 2.34), libgcc-s1 (>= 3.5), 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: 171384 SHA256: 26f3e603f6860349a9a00e57009b3807bd67a931816b0af3e71e5e9dd21d50d9 SHA1: a7e0d798f065759411409f5192bc97e7e6d5f0fe MD5sum: 492ebb54ca7a3143b25fefc97724d214 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_armhf.deb Package: florence Version: 0.6.3-1.2 Installed-Size: 1420 Maintainer: Jérémy Bobbio Architecture: armhf 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: 528512 SHA256: 3dab7da43d88838702e7256b7f8c32b830b721f0299acd3b2e17003e5a5641c9 SHA1: 26784c89508b3c46bd19c897d4b7457f9da82b1a MD5sum: 80802df8c60d1979e0288f502ee5526e 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_armhf.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: 26137 Maintainer: Ubuntu Developers Original-Maintainer: Sylvestre Ledru Architecture: armhf Replaces: fwbuilder-backend, fwbuilder-bsd, fwbuilder-cisco, fwbuilder-linux, libfwbuilder9 Provides: fwbuilder-frontend Depends: libc6 (>= 2.33), libgcc-s1 (>= 3.5), 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: 6479256 SHA256: a302c8272427a64ef4d3367644ac2cced67ce7c9c45ffba25738def0f36d4431 SHA1: ab39592a542067e9c81bb12644d07db0e1e4dc28 MD5sum: 88cff1c167833ba6b065fefa0110c008 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_armhf.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: armhf Replaces: gir1.2-gpaste-1.0 Provides: gir1.2-gpastegtk-3, gir1.2-gpastegtk-4 Conflicts: gir1.2-gpaste-1.0 Size: 20620 SHA256: 45e36bfd4df9fc7d00798dc8247174c9d18bb7e0eb0cbf4a80f1eb4dc392af9f SHA1: b7a0ed419c1a8ff40ed552ec387dda195ea82a47 MD5sum: 4695d3a6e4a609d24f11fb038965848b 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_armhf.deb Package: gir1.2-mutter-13 Source: mutter Version: 45.3-3 Installed-Size: 522 Maintainer: Debian GNOME Maintainers Architecture: armhf 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: 135500 SHA256: 8b52b83aa75bfaa15a92e509a7ed3a466cbaf42be77377345f6fb621abe85187 SHA1: a15bf53d15bbb56d7fb7a127f2096c157ea386a6 MD5sum: 9b522d7d94a5522f12af0637f93834a1 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_armhf.deb Package: gnome-remote-desktop Version: 45.1-2 Installed-Size: 941 Maintainer: Debian GNOME Maintainers Architecture: armhf 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: 192012 SHA256: b96468e2ba3c276b7316a60b73376e52bd4092bd45656a64bcf0e1c18963d131 SHA1: c5e81f52b192177a9a785dca22ce008bb0690b1c MD5sum: ed503805dc9003c19d7d75606ad2caf6 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_armhf.deb Package: gnome-shell Version: 45.3-2 Installed-Size: 5910 Maintainer: Debian GNOME Maintainers Architecture: armhf 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: 828388 SHA256: a581a7c6dbfc21e200f5b38ac7cf15e6c1c8c9fabedcd13a994528ae3bd582bf SHA1: 2833635e826a31be1f9a85baee22b2d10ec38f5e MD5sum: bdc9f5b9ebeefb0e07aabf4a588a2b94 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_armhf.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: armhf 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: 3d5316fe242d72ffb5f2ff85d877de420e71a841694b8ab283abe1631b1b43af SHA1: 11efbd638ee6d36d6e64109e43a91833dd1caa21 MD5sum: 3b0240604107b3fd2e96cad67aadd84e 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_armhf.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: 453 Maintainer: Tobias Frost Architecture: armhf 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: 158156 SHA256: 0cbe4a73bc43703b6bcbd28beaff5718c83aafbaf9aba292048d371b7e319eae SHA1: ad69800ad165b1a93b7577c66c7e94e9443307fb MD5sum: 14c75e2a36f8f21c61b4a19806b7628e 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_armhf.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: 281 Maintainer: Jérémy Lal Architecture: armhf 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: 80632 SHA256: 4bd7f00e6526f581a1423c485d79cbcc47214d1b20ffb1ab4d55c4572407bd25 SHA1: bdae5dc2dcb1c3783035162b984af9aaed89299d MD5sum: fc83afb663f588d826508b0bc1cdfc7e 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_armhf.deb Package: gr-air-modes Source: gr-air-modes (0.0.20210211-3) Version: 0.0.20210211-3+b4 Installed-Size: 312 Maintainer: A. Maitland Bottoms Architecture: armhf 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.5), libgnuradio-runtime3.10.9 (>= 3.10.9.1), libstdc++6 (>= 13.1) Recommends: gnuradio, gr-osmosdr, python3-scipy Size: 99528 SHA256: d009cffc5a02ccf44db794ea2be5f4c0201d6c37b7702ad0f610967893efb597 SHA1: 9abdcf9387b392013804d0d0cd7f9819b2c2e02b MD5sum: 74d5699ce6e7562a5becd2361cc17eb9 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_armhf.deb Package: gsad Version: 22.8.0-1 Installed-Size: 363 Maintainer: Debian Security Tools Architecture: armhf 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: 122088 SHA256: 63eddc07dfdfee8cf9e019a15eee2cdc90f991bb13549b4200530c1c61e24fec SHA1: e3935d6149614d32e8217ff2046d64d85351ad04 MD5sum: 19a68238e1f195fe553719d973c1c4f0 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_armhf.deb Package: gsoap Version: 2.8.132-2 Installed-Size: 5280 Maintainer: Mattias Ellert Architecture: armhf Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.5), libgsoap-2.8.132 (>= 2.8.132), libssl3 (>= 3.0.0), libstdc++6 (>= 13.1) Size: 1423956 SHA256: effc1cc32a74d55415290832787f3aa05cbb8875b281521e99a00c695810a8d4 SHA1: 771e8e927c3fa791ca7796a7425235605a0b7bde MD5sum: 35ad37682a33ac84250433ee9643bf6f 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_armhf.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: 3139 Maintainer: Debian Security Tools Architecture: armhf 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: 624408 SHA256: e157180b8a045c1201c9e21d898959a70a9026308fa351cfd668db2f73ad84b1 SHA1: b8911dc1f155d43ef0dcdee0941754a2c10281c9 MD5sum: b1b0a75adba62502df177ce8238ab8e4 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_armhf.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: armhf Depends: libc6 (>= 2.34) Size: 23236 SHA256: 6a5cacb75c7ef63f894cb186f2db5e02789603b26241902f87c8324130228e07 SHA1: 73e8d2372a8fec236a9f1cf674615cee605e9cca MD5sum: e8cb93d70dda24a7481af0345a8aa223 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_armhf.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: 66 Maintainer: Debian Security Tools Architecture: armhf Depends: libc6 (>= 2.7) Size: 27796 SHA256: 59d28fc20ec88fb7af4250efd99584c5ac0592a11c94035d8ebc506667c06285 SHA1: 00348dddc781727d64064173f5ae037dfcd12e44 MD5sum: 91036ce6029e5f1741af5f4fc2cd838b 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_armhf.deb Package: leafpad Version: 0.8.18.1-5 Installed-Size: 417 Maintainer: Paulo Roberto Alves de Oliveira (aka kretcheu) Architecture: armhf 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: 86756 SHA256: 033cd1425afec0e620e7f402bf787fffa479b5b5ae40e60f0e25ed1ca15446b3 SHA1: af70dad611701b180f650593fb24049537ef5d74 MD5sum: dc2634dcedfa2b24c02b2aca35ede14f 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_armhf.deb Package: libaio-dev Source: libaio Version: 0.3.113-8 Installed-Size: 71 Maintainer: Guillem Jover Architecture: armhf Depends: libaio1t64 (= 0.3.113-8) Size: 31064 SHA256: d25767fc4212c3cbe65b1f976b74504a35275b4b28a8fd7b7d81d2db9fcfbfd4 SHA1: b95f46edb3a7f6c29aa851c65f543fa00f02bea5 MD5sum: bb221fd1c4a37b876099525938e37630 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_armhf.deb Package: libaio1 Source: libaio Version: 0.3.113-5 Installed-Size: 29 Maintainer: Guillem Jover Architecture: armhf Depends: libc6 (>= 2.4) Size: 13120 SHA256: 41dbfbb2ebd1efcf47568af403f4606c9bc4dcec474afd38eb7e27e102def773 SHA1: e9f515930d2ee1474af3aaf478b1dade5b241af1 MD5sum: 45eb5ac27a9d0e1d70cf6ae6d9ad8f9b 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_armhf.deb Package: libaio1t64 Source: libaio Version: 0.3.113-8 Installed-Size: 34 Maintainer: Guillem Jover Architecture: armhf Depends: libc6 (>= 2.4) Size: 14440 SHA256: a0285de6948f71afec09a06734cdb2d24d38e80203ba410b30fdbac2775b4c30 SHA1: ac2649ce390ed3354571efb664a2d8be4808f600 MD5sum: 54598403b71084965073cebd4970978d 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_armhf.deb Package: libbde-dev Source: libbde (20190102-2) Version: 20190102-2+b2 Installed-Size: 1676 Maintainer: Debian Security Tools Architecture: armhf Depends: libbde1 (= 20190102-2+b2) Size: 458740 SHA256: 2b92e5a78905439cfdde30040a1afbab089a074ec88afeb3b92d514ecda5770b SHA1: 73e5f5829f6946e1b1833e8c4f70abd81307b1fe MD5sum: 1a0db7ad832c7ca3a58c812de965d121 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_armhf.deb Package: libbde-utils Source: libbde (20190102-2) Version: 20190102-2+b2 Installed-Size: 152 Maintainer: Debian Security Tools Architecture: armhf Depends: libbde1 (>= 20150204), libbfio1 (>= 20120425), libc6 (>= 2.34), libfuse2 (>= 2.6) Size: 35740 SHA256: 407884ea137a0bbf83dab29682ce5579f9c5f9a551ff4609e8614ac789d72004 SHA1: 3941a7e0c01c66ea89ffc80713e48b7d01516266 MD5sum: 3b2ccf053ca2e113ed3b7c324da60bb5 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_armhf.deb Package: libbde1 Source: libbde (20190102-2) Version: 20190102-2+b2 Installed-Size: 1204 Maintainer: Debian Security Tools Architecture: armhf Depends: libbfio1 (>= 20120425), libc6 (>= 2.34) Size: 429704 SHA256: 2f15aac8e779fc73ae42f12ca6721781da63bfaa33725806d56e14ea39885456 SHA1: 21a6b0c64b9e8a7a8eb3b4931ebc4fac68a17176 MD5sum: e01d2a5a5edae43a23b1470b52524f66 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_armhf.deb Package: libcgsi-gsoap-dev Source: cgsi-gsoap Version: 1.3.11-4 Installed-Size: 160 Maintainer: Mattias Ellert Architecture: armhf 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: 25548 SHA256: 6f173be5de05e676c1eca77ab36266644f44aeb5d793d9550c100d6e31294c67 SHA1: 51f997b605c435c706cb9ae098267b3fbcc5c033 MD5sum: afc2685abdf5b53c80211a8b278ad3a1 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_armhf.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: 148 Maintainer: Mattias Ellert Architecture: armhf Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.5), 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: 28408 SHA256: dd5c530f69a57496a7958e555301775a7f5cbc944b2367c56252177da47b542f SHA1: 365e8bb00d196cd6d6b94e7b53c09e1c3cf71cd7 MD5sum: a2a9b8574f9b5add73b4785ba1b8b254 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_armhf.deb Package: libflorence-1.0-1 Source: florence Version: 0.6.3-1.2 Installed-Size: 29 Maintainer: Jérémy Bobbio Architecture: armhf Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.26.0) Size: 9752 SHA256: 6a48bb8dd16c3c9a1a41aeee59c21e6ceb399751843f6f8804788e4eaf1d9d1a SHA1: 17d2fc5418f2344272273d30bc8b67da09e08392 MD5sum: fd34a9d53e2812d0c2455ef7d0865eca 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_armhf.deb Package: libflorence-1.0-dev Source: florence Version: 0.6.3-1.2 Installed-Size: 29 Maintainer: Jérémy Bobbio Architecture: armhf Depends: libflorence-1.0-1 (= 0.6.3-1.2) Size: 9636 SHA256: 2b2c6854ee618dc13d41ad42ca352b31daa73037d5e368a84fe3d6d5ca1a4cd9 SHA1: 839d8376cf95240cb1c814a236c662b8a88aec6c MD5sum: 8be39be277e17f5c8d66eff6f1e29087 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_armhf.deb Package: libfreefare-bin Source: libfreefare (0.4.0-2.1) Version: 0.4.0-2.1+b1 Installed-Size: 151 Maintainer: Nobuhiro Iwamatsu Architecture: armhf Depends: libc6 (>= 2.4), libfreefare0 (>= 0.4.0-2.1+b1), libnfc6 (>= 1.7.0~rc7) Size: 31436 SHA256: 52f62f74554ec0e9de81c2afbaa8797bf35a9ba758889b3b40f3615972b91e2a SHA1: 771a8a802cdce35fd686eb97303926e08055b9ef MD5sum: 97f8d6404f0202c7cc39ecc68d65f6f2 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_armhf.deb Package: libfreefare-dev Source: libfreefare (0.4.0-2.1) Version: 0.4.0-2.1+b1 Installed-Size: 121 Maintainer: Nobuhiro Iwamatsu Architecture: armhf Depends: libfreefare0 (= 0.4.0-2.1+b1), libnfc-dev Suggests: libfreefare-doc Size: 37676 SHA256: 803cdcf081c2872cd96957533544ebb62ef27cb8c4e4ed1695f73068e265d3cb SHA1: e12155595c6eb28d4faecfcbbd0bee8e07ef6505 MD5sum: 827fddbd0acedeaba5cf27d357ef5dfd 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_armhf.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: 78 Maintainer: Nobuhiro Iwamatsu Architecture: armhf Depends: libc6 (>= 2.4), libnfc6 (>= 1.7.0~rc7), libssl3 (>= 3.0.0) Size: 33460 SHA256: 10a53b31031f0920de0f4c98218dff0f94795f7f51b2ba3055ea739183491b56 SHA1: 1ad0d139a4942946d6a2728b493a32aaa62cf167 MD5sum: 60d4c6564d888068a24e637e4b9b6242 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_armhf.deb Package: libgnuradio-air-modes1 Source: gr-air-modes (0.0.20210211-3) Version: 0.0.20210211-3+b4 Installed-Size: 63 Maintainer: A. Maitland Bottoms Architecture: armhf Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.5), 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: 20684 SHA256: 8a90fbaacd8a26f0ea71a103a50d15023852bfdaea62b5aec5f3d1db374c6940 SHA1: 49e2b10f4a3c300054aa473f0ad402e40705386c MD5sum: a97fc3ac4628d75a9562fd2be28e40f2 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_armhf.deb Package: libgpaste-2 Source: gpaste Version: 45-2 Installed-Size: 200 Maintainer: Jérémy Lal Architecture: armhf 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: 50604 SHA256: 608f26c09c06b1b6494d32a0e7a511ce666cb0a0b55c25ab135a317a0d535d52 SHA1: 77648ef3708b42512d0f7693e52adf19fa2d068d MD5sum: 953c84a441fda737d0c4946bc59b4bdd 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_armhf.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: armhf 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: 40776 SHA256: eab3646b1674804447680f79ba0379229b78cd17762b6b2ccb38d3dcddaa1049 SHA1: c078b4f07177d385783db52184c4d453b0d627f9 MD5sum: 3b5031012cd7edc39d1dfda281d5e297 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_armhf.deb Package: libgsoap-2.8.132 Source: gsoap Version: 2.8.132-2 Installed-Size: 1046 Maintainer: Mattias Ellert Architecture: armhf Depends: libc6 (>= 2.28), libgcc-s1 (>= 3.5), libssl3 (>= 3.0.0), libstdc++6 (>= 13.1), zlib1g (>= 1:1.1.4) Size: 244832 SHA256: f29d6bbcc9616215f64b57cc53e12dca8a72488f55553b48c8539d2f1cd12603 SHA1: b991d7595fbe1c7b1e9df0bf0ca413a0524370d0 MD5sum: 03182d88f25d1a9d257254644086153e 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_armhf.deb Package: libgsoap-dev Source: gsoap Version: 2.8.132-2 Installed-Size: 1529 Maintainer: Mattias Ellert Architecture: armhf Depends: libgsoap-2.8.132 (= 2.8.132-2) Size: 266932 SHA256: f4323245ecb080a99cc5596cb8c2ad249eab36b89ec49d1fe00ed848e51cbdc1 SHA1: 6ffab31d59adf26d5fcf7244bb68a3c16e067326 MD5sum: b5239a971837d2a65812e387ea9f2bff 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_armhf.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: armhf 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: 27588 SHA256: 4cbdd792742ae412505c11dbe5a8c3d92d86e8b2a2f2e4c705e5aafd99e7801e SHA1: 6237c378331ff3766fdff113d5d452ebe6427803 MD5sum: 168a7c37bbd68cc225139d9392a0512b 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_armhf.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: 235 Maintainer: Debian Security Tools Architecture: armhf 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: 93928 SHA256: 5ffbabe9be8b2788e65b7158920c728dafd60ff94699da54712487af3ffee8f5 SHA1: 051a05cd7f2d86e6ded48280a2c2423a4b256360 MD5sum: ba594c6c090e14fa6065eda8ca33e844 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_armhf.deb Package: libgvm22 Source: gvm-libs (22.7.3-1) Version: 22.7.3-1+b1 Installed-Size: 254 Maintainer: Debian Security Tools Architecture: armhf 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: 96792 SHA256: 6b6c6e73c1b019fc207abb5901f3c77c016e7cb2b190aea4ea74192d45ce3942 SHA1: b43d7f6eef1eb806ddd47dbd902a6f08cab30688 MD5sum: e22638c988c5da7e8b179e85b800438c 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_armhf.deb Package: liblnk-dev Source: liblnk (20181227-1.1) Version: 20181227-1.1+b4 Installed-Size: 1433 Maintainer: Debian Security Tools Architecture: armhf Depends: liblnk1 (= 20181227-1.1+b4) Size: 340128 SHA256: 88b1175b1c69c8fb32092351474a2e78e82db29a6dae12d29c5c181514ab6b85 SHA1: 11b058c82fa39429d4c888e4fb569f99620cb614 MD5sum: 51cab56e8e57043a6774e308f7233384 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_armhf.deb Package: liblnk-utils Source: liblnk (20181227-1.1) Version: 20181227-1.1+b4 Installed-Size: 728 Maintainer: Debian Security Tools Architecture: armhf Depends: libc6 (>= 2.34), liblnk1 (>= 20170111) Size: 264032 SHA256: e540ac45ea294ab1301304ac1d458d4cb429300acccca3f0f8c48f6f51e9261f SHA1: e255ac8c1c53cddb7bc5fdbe007d6a78a8325d2c MD5sum: bc0e8b74f6c05dbb8863c436b6067868 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_armhf.deb Package: liblnk1 Source: liblnk (20181227-1.1) Version: 20181227-1.1+b4 Installed-Size: 1137 Maintainer: Debian Security Tools Architecture: armhf Depends: libbfio1 (>= 20120425), libc6 (>= 2.34) Size: 330600 SHA256: c6d28d31efb1a6ee347ba9f8c0a95c91ca5d5e4a5c133feb8eea47abdc720000 SHA1: 8b95ea77f0f972e22f8ca293c3317490b7669032 MD5sum: 0ab7fd015060deded2119b4f04df9326 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_armhf.deb Package: libmutter-13-0 Source: mutter Version: 45.3-3 Installed-Size: 2862 Maintainer: Debian GNOME Maintainers Architecture: armhf 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: 1135028 SHA256: b8c46a945608b4427c7b110ad502e1dd5438a94090027c3627ed56cd1b85a165 SHA1: c331c1bc6a8e156ac94d2cf8cec25845964e421a MD5sum: 51c64cf6a324fb016b10eb5bbba0881f 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_armhf.deb Package: libmutter-13-dev Source: mutter Version: 45.3-3 Installed-Size: 5956 Maintainer: Debian GNOME Maintainers Architecture: armhf 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: 492652 SHA256: e76feaa0ac629b869c95dde80aa204e311e0915fa4b709099a3dd2cb3d144e11 SHA1: 172ef02fef710823c1701b309fe88dab8f423983 MD5sum: 98be2d7c9fac1e4563c12817eb74e3e4 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_armhf.deb Package: libmutter-test-13 Source: mutter Version: 45.3-3 Installed-Size: 145 Maintainer: Debian GNOME Maintainers Architecture: armhf 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: 63684 SHA256: 479b88f8d51b865849dc4d5fdc907d115c5d8ad11e572561b13b5c83934b984d SHA1: aef0781a007b9dd3fcb7b6427cec66a61dd757e6 MD5sum: ce5c52991e4537c328eb62037d02ee4e 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_armhf.deb Package: libpython-all-dbg Source: python-defaults Version: 2.7.18-3 Installed-Size: 7 Maintainer: Matthias Klose Architecture: armhf Depends: libpython2-dbg (= 2.7.18-3), libpython2.7-dbg Size: 1184 SHA256: 3ec6a5db47edfbbdb6a2fcb4d3c855a925822dc76bf77be339e854f5cc68e72b SHA1: 3ea36f83708c2571979e87b8aae1e6e2195d20da MD5sum: 9ab8314ec62eeb4512d5c490feec1dba 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_armhf.deb Package: libpython-all-dev Source: python-defaults Version: 2.7.18-3 Installed-Size: 6 Maintainer: Matthias Klose Architecture: armhf Depends: libpython2-dev (= 2.7.18-3), libpython2.7-dev Size: 1068 SHA256: 29fa62bce4b84d1772b1507a31243284e8b64bae84a9cb0b8931c700bac8858c SHA1: 984d2fddff11809c204a547037f4678355b0bec5 MD5sum: 823ab10d9eb62aaa512d48f52d62e878 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_armhf.deb Package: libpython2-dbg Source: python-defaults Version: 2.7.18-3 Installed-Size: 43 Maintainer: Matthias Klose Architecture: armhf Replaces: libpython-dbg (<< 2.7.15-2) Depends: libpython2.7-dbg (>= 2.7.18~) Breaks: libpython-dbg (<< 2.7.15-2) Size: 21208 SHA256: 88d280802decc5b02a3d07ff1bef26f65d4a132d4341d91c47d8c1bbeddbc244 SHA1: fe43249c7cec4e0557ad3485dad61f232affb0f1 MD5sum: 9fb5d6686236b72c392a6219808a47fe 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_armhf.deb Package: libpython2-dev Source: python-defaults Version: 2.7.18-3 Installed-Size: 43 Maintainer: Matthias Klose Architecture: armhf Replaces: libpython-dev (<< 2.7.15-2) Depends: libpython2.7-dev (>= 2.7.18~) Breaks: libpython-dev (<< 2.7.15-2) Size: 21272 SHA256: 1c1e45ab177a50af10c9e7cb7b6114b88fdc628c7716040e1a0d15cd40481dfb SHA1: c9bae4e198d8bf6d64686f9720e6d27cdfc9718a MD5sum: 275bd9be844c5ea02f4e696f8c7d15a2 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_armhf.deb Package: libpython2-stdlib Source: python-defaults Version: 2.7.18-3 Installed-Size: 38 Maintainer: Matthias Klose Architecture: armhf Replaces: libpython-stdlib (<< 2.7.15-2) Depends: libpython2.7-stdlib (>= 2.7.18~) Breaks: libpython-stdlib (<< 2.7.15-2) Size: 21204 SHA256: d9c5e2ea0ccf5aa7796e05aaef72fee7052315d922c61cb0f0eccc07a4fcef63 SHA1: f569d422468be2db1ccadc481d79b3b23b5798fb MD5sum: a2ef0c3704dfa7aefb3d429019691de7 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_armhf.deb Package: libpython2.7 Source: python2.7 Version: 2.7.18-13.2 Installed-Size: 2399 Maintainer: Matthias Klose Architecture: armhf Replaces: python2.7 (<< 2.6) Depends: libpython2.7-stdlib (= 2.7.18-13.2), libc6 (>= 2.33), zlib1g (>= 1:1.2.0) Size: 870080 SHA256: 2d3d9f57e0d97f532244e6b478591844e63bd0c8d3178c0bd06605956aaffdb5 SHA1: 60cbb7393e927a10704c43c345de033652a0374b MD5sum: d8d2d28fe1ab33aa12cb571393f74a7a 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_armhf.deb Package: libpython2.7-dbg Source: python2.7 Version: 2.7.18-13.2 Installed-Size: 19700 Maintainer: Matthias Klose Architecture: armhf 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: 4199212 SHA256: 4e0ce0784693089c4d958419272b4a9d526be0d3f5dfbd22e7b0ec69b3d21626 SHA1: 22010312d5fbcdfafdb6920a972f80cabe574904 MD5sum: 51b89b9a2f02754bc6cfe2da2c6de20d 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_armhf.deb Package: libpython2.7-dev Source: python2.7 Version: 2.7.18-13.2 Installed-Size: 7371 Maintainer: Matthias Klose Architecture: armhf 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: 1820604 SHA256: 571512535aecc6e560a5cf59ffc62545bf64fd4f744c78afd7b6880fbfc5f982 SHA1: 575afafad82a099c29b15c398d9e359302b43d4a MD5sum: 0fad221e6764b11ed250f250b3ff1a6c 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_armhf.deb Package: libpython2.7-minimal Source: python2.7 Version: 2.7.18-13.2 Installed-Size: 2783 Maintainer: Matthias Klose Architecture: armhf 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: 397036 SHA256: 61399c938d772f0decc04dde7dc2d46c080cbcc5e1ac7218baf07c0ace5f30e3 SHA1: 511b7699dc15a234ddaca09b16a704c2ac6a8a2b MD5sum: 22b0099d20a00ecfc862c9e658727848 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_armhf.deb Package: libpython2.7-stdlib Source: python2.7 Version: 2.7.18-13.2 Installed-Size: 9681 Maintainer: Matthias Klose Architecture: armhf 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: 1766180 SHA256: f8f7b347ccaf891b311efc532c0153e4ef11a1a3d70d3d622d580ea2fe634f74 SHA1: 933e2890fb9d80b58ba19b15707d96b1a62165aa MD5sum: c1949db5e008906dddc5f32d6d23e3ed 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_armhf.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: 14076 Maintainer: Debian Security Tools Architecture: armhf 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: 3317816 SHA256: 3d07d0d827d233fab7485b4e836a111b2661bf3d9395c112e96645353aa98ad0 SHA1: f8c80034d5afdb31331f60ca3c977559b4e5ffe3 MD5sum: 0bc35f87111dc13b43297697ef8187ab 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_armhf.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: armhf Depends: libradare2-5.0.0 (= 5.5.0+dfsg-1+b1), libcapstone-dev, libmagic-dev, libuv1-dev, liblz4-dev, libzip-dev Size: 197700 SHA256: bfe4b79d55ee757fdeb3c2d3dfc9cb016ed56706feb5c7344664dc582d3d34f5 SHA1: 1dabbf6da8e866cad10f5cc62e062413b44ca2ba MD5sum: 055aeb7c6df7c70887a9bf6bf4d50ed0 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_armhf.deb Package: libssl1.1 Source: openssl Version: 1.1.1o-1 Installed-Size: 2494 Maintainer: Debian OpenSSL Team Architecture: armhf 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: 1295664 SHA256: e3c29e41ed61178e9963de014aea2ebff4571ade2259eeed27597c1d1f084ceb SHA1: bc4a403381d38091ccc77a38f24b29bc00ad8141 MD5sum: 279ccf4ce3523d894dd4ccc6c94ff890 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_armhf.deb Package: libvshadow-dev Source: libvshadow (20190323-2) Version: 20190323-2+b2 Installed-Size: 1161 Maintainer: Debian Security Tools Architecture: armhf Depends: libvshadow1 (= 20190323-2+b2) Size: 344888 SHA256: 45fa9832a009fc52c7c430d9b2105a21ee5ae2f64e9d3de7d6b047be4282d5de SHA1: 05464082bb48c19fccdec0990be9f2db561b4ce8 MD5sum: 3d37e67b384f697fb1895fdcc94005d1 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_armhf.deb Package: libvshadow-utils Source: libvshadow (20190323-2) Version: 20190323-2+b2 Installed-Size: 217 Maintainer: Debian Security Tools Architecture: armhf Depends: libbfio1 (>= 20120425), libc6 (>= 2.34), libfuse2 (>= 2.6), libvshadow1 (>= 20160110) Size: 36560 SHA256: 5473e7a34d8e372a835244763283bc6a014e6d639f51644e6d89b2018ea07179 SHA1: 15f873ed0a01753ef55d2b5bc4ffd643a2fe1ff3 MD5sum: 30297a5cd506843e25698ba05b08b7f4 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_armhf.deb Package: libvshadow1 Source: libvshadow (20190323-2) Version: 20190323-2+b2 Installed-Size: 862 Maintainer: Debian Security Tools Architecture: armhf Depends: libbfio1 (>= 20120425), libc6 (>= 2.34) Size: 327568 SHA256: 47e86de38a82a2b99e7b54482962548eada4f13bcd79494b07d24f7b4039f3ff SHA1: be18b8d50b2fcf5b606bc333a9dd17b02b813996 MD5sum: 5eb430284c7d2c6783cfa4b712df04cf 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_armhf.deb Package: libvslvm-dev Source: libvslvm (20181227-1.1) Version: 20181227-1.1+b4 Installed-Size: 1529 Maintainer: Debian Security Tools Architecture: armhf Depends: libvslvm1 (= 20181227-1.1+b4) Size: 415128 SHA256: 0333f13f01621623bbc57f02258d917d9c29a5b67b546e83d7bc6a459dde2bfb SHA1: deab39a16e78a7a8264992f1ab5f4f97abf9ebda MD5sum: e20576c8acea543e19733fe2b97f12a8 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_armhf.deb Package: libvslvm-utils Source: libvslvm (20181227-1.1) Version: 20181227-1.1+b4 Installed-Size: 276 Maintainer: Debian Security Tools Architecture: armhf Depends: libc6 (>= 2.34), libfuse2 (>= 2.6), libvslvm1 (>= 20160110) Size: 60356 SHA256: 35d72546c9c454bc3b11ebc014f951084e97070003d0853531602530c8cc19a2 SHA1: 7f76cdf77aab5ff23d8f19495f95728952c23a11 MD5sum: fc2ec9700d36c342353f8b9c6ccd5f63 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_armhf.deb Package: libvslvm1 Source: libvslvm (20181227-1.1) Version: 20181227-1.1+b4 Installed-Size: 1069 Maintainer: Debian Security Tools Architecture: armhf Depends: libc6 (>= 2.34) Size: 389292 SHA256: 2dd06926b123a9cf4965fa35da52c679c9c09c5cbe29d48e1669183b98f423c7 SHA1: a7172c1f46d41d60020933b4171db06cbd0105f0 MD5sum: 7d977396240aa1cda31d1b6fefbe8133 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_armhf.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: 5948 Maintainer: Debian GNOME Maintainers Architecture: armhf Depends: libadwaita-1-0 (>= 1.4~beta), libc6 (>= 2.34), libcairo2 (>= 1.2.4), libgcc-s1 (>= 4.3), 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: 1651992 SHA256: 526449bc7b5b18d7d6cbbebbf1124653efa552b3af9c0c3a10a2bf77e4129de7 SHA1: 9597893addf660850a1d9100dc539877e07b1df4 MD5sum: 391bf970110738682f2c31791b470d52 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_armhf.deb Package: makeparallel Source: android-platform-build Version: 1:10.0.0+r36-1 Installed-Size: 39 Maintainer: Android Tools Maintainers Architecture: armhf Depends: libc6 (>= 2.28), libgcc-s1 (>= 3.5), libstdc++6 (>= 5.2) Size: 20728 SHA256: 87681c8c2b972bdea72cb427e2dfc1d0ba16e698951e7187854aac122ce26a5a SHA1: e886c1b5692bae4e94c07c9aa67356648f425c50 MD5sum: d9f181e1246d836f096e86f01b664682 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_armhf.deb Package: mdk3 Source: mdk3 (6.0-8) Version: 6.0-8+b1 Installed-Size: 147 Maintainer: Debian Security Tools Architecture: armhf Depends: aircrack-ng, libc6 (>= 2.34) Size: 80196 SHA256: 813b806f08336b5b11d5ba17ccf95b554208cf5940bcc6a9fccacf941955cb5c SHA1: 99a164aed37814cc3c66cebc45b655693fb4fb87 MD5sum: cc4bf896e602ee55ec02891e0a3e6c70 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_armhf.deb Package: mdk4 Source: mdk4 (4.2-3) Version: 4.2-3+b1 Installed-Size: 207 Maintainer: Debian Security Tools Architecture: armhf 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: 96940 SHA256: 5af3433e9c5345710a55c23a5541b684c9bc9763658e97938ef6dd9aaf0be82f SHA1: 251ef9e3e4e6503512f39892fbdf9fac1e690106 MD5sum: ec8998cca73172a7db5d9e28c0129a46 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_armhf.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: 177 Maintainer: Debian GNOME Maintainers Architecture: armhf 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: 138240 SHA256: f54edff20410f674fbdfbcdaee3d4215eb07a07e4d9283ffc639bd3fdf21774c SHA1: 9844c80a16179368dde7cd2b18e4b08359575a25 MD5sum: 27f95b2ebcec9460d92035e48d5b804d 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_armhf.deb Package: mutter-13-tests Source: mutter Version: 45.3-3 Installed-Size: 1537 Maintainer: Debian GNOME Maintainers Architecture: armhf 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: 289308 SHA256: a63810b295acb813c6cc4024012d7960655498b786264c254b706c67d158f186 SHA1: 731e94fe6189febfbb0a8d99e02521801da06afb MD5sum: 05fda1bc6d094d859cda9085f2c1c664 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_armhf.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: 72 Maintainer: Debian GNOME Maintainers Architecture: armhf 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: 41140 SHA256: e5d5df668b1f745dfa7038d988bc97d6e9868b0bcfd1bb5db0503d153e8064cc SHA1: 58bc98d64c4e0e1165bd7756713bc01c80bf980c MD5sum: 330bf11a6a32f2115817a492866f14d1 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_armhf.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: 110810 Maintainer: OpenJDK Team Architecture: armhf 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: 109570092 SHA256: 17dcc884a3dfecc3b06c6ca29527a6c805039866ec77b4f2aa37ac177e4357ae SHA1: 7d7456abbba69333c9e430af6c90526fdfeb592a MD5sum: e227d6789861ed9f1c46888f7f5a812d 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_armhf.deb Package: openjdk-11-demo Source: openjdk-11 Version: 11.0.20~7-1 Installed-Size: 5838 Maintainer: OpenJDK Team Architecture: armhf Depends: openjdk-11-jre (= 11.0.20~7-1) Size: 4108280 SHA256: 55ba896cee1073c7116eb48050ae87148924e6799b227032489a94ff33eed9ee SHA1: 55d3e16aeea442b6ea0d36e3127c0e3df24e1852 MD5sum: 46be55f5d1f81b3b0a0196ae83b7a393 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_armhf.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: 2076 Maintainer: OpenJDK Team Architecture: armhf 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: 2055816 SHA256: d9f5db54b9a080c97d5370073d14680bcb683f3cfdff01308eb97bb757bf4b77 SHA1: f77b365dfde00c0481b160ab0ac91fdfad897f57 MD5sum: 0b6cfb0f7eabe4c2e21309b19f8a0ccc 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_armhf.deb Package: openjdk-11-jdk-headless Source: openjdk-11 Version: 11.0.20~7-1 Installed-Size: 70172 Maintainer: OpenJDK Team Architecture: armhf 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: 64680052 SHA256: 93e74171d18758192b8ba509e7d32e70795551490c870554d42ecf8d93aea110 SHA1: b2cd2c16a01289041655f82894eedd4979abb1f5 MD5sum: 41e1ff15875dfa55125799013fa89f5b 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_armhf.deb Package: openjdk-11-jre Source: openjdk-11 Version: 11.0.20~7-1 Installed-Size: 478 Maintainer: OpenJDK Team Architecture: armhf 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: 169996 SHA256: df5ae91842f45dc4569d730254688626a9609c8fa53ea9ae9726522633510885 SHA1: 2c9e7be10dd758721707c80413fcb13f92d6114a MD5sum: eb1b467fed282692bbdb4c7e6a665167 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_armhf.deb Package: openjdk-11-jre-headless Source: openjdk-11 Version: 11.0.20~7-1 Installed-Size: 143521 Maintainer: OpenJDK Team Architecture: armhf 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 (>= 3.5), 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: 33767424 SHA256: e812be607dc1baa5b41bb42fc7a979bbf9c173fd5e6fe2818025dd8a64c98720 SHA1: 1e7c604153291b36262b38e09c63ab535bbaa144 MD5sum: 58add609ecd9bda408d249bfb09fe2ed 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_armhf.deb Package: openjdk-11-jre-zero Source: openjdk-11 Version: 11.0.4+11-1 Installed-Size: 3783 Maintainer: OpenJDK Team Architecture: armhf Depends: openjdk-11-jre-headless (= 11.0.4+11-1), libc6 (>= 2.28), libgcc1 (>= 1:3.5), libstdc++6 (>= 4.1.1) Size: 1607076 SHA256: e42bfa5907eaf2ad8c3d9d861f038b436fa4c995358e8d707f1d5761056c51fd SHA1: d4918049dac85388dae8b222b9ed103a99c4db83 MD5sum: 840e89848e6cfda7ac9151d4ee56cc82 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: http://openjdk.java.net/ Section: java Priority: optional Filename: pool/main/o/openjdk-11/openjdk-11-jre-zero_11.0.4+11-1_armhf.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: 612 Maintainer: Debian Security Tools Architecture: armhf 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: 249688 SHA256: 10aeb145eec85bc3844b9b99b6bad685d8920962316960db0b3ecdf87c42428f SHA1: 3fc301ad5633eacce77371f7c16611596e087689 MD5sum: 4c42f80227fade6bbb8c98893cd1c610 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_armhf.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: armhf Depends: python2 (= 2.7.18-3), python2.7 (>= 2.7.2-3) Size: 1044 SHA256: 609527fa1e89329277ea9cb33ddb943f79802dd5592ede5d1b7223e89d54d582 SHA1: 541b0f32fa6f2b63211b9680ccd5c3a0429cacba MD5sum: 6a416567543e7383b7529b99b24a541c 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_armhf.deb Package: python-all-dbg Source: python-defaults Version: 2.7.18-3 Installed-Size: 6 Maintainer: Matthias Klose Architecture: armhf Depends: python2 (= 2.7.18-3), python-all (= 2.7.18-3), libpython-all-dbg (= 2.7.18-3), python2-dbg (= 2.7.18-3), python2.7-dbg (>= 2.7-7) Size: 1072 SHA256: 4decc0d027075de1d7f0ff9fb72d510d07775d2d83d4f1d34a65979e9f7f8e9c SHA1: 9ec091f05256549d7e8e92b3930222dad32ba9bd MD5sum: 0310c977d745f645763b7a4de45c60fa 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_armhf.deb Package: python-all-dev Source: python-defaults Version: 2.7.18-3 Installed-Size: 6 Maintainer: Matthias Klose Architecture: armhf 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: 8998b04ced351f837ae0a11bb5a2926c6a3b6b5bdfd1bc39f8d055f1adb430b4 SHA1: 3a3842df5912577385e8b9a750e50ac465736e43 MD5sum: 1bb9addb87aaa1c863c2fd5704afd71b 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_armhf.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: 43 Maintainer: Matthias Klose Architecture: armhf Provides: python2.7-gdbm Depends: python2 (>= 2.7), python2 (<< 2.8), libc6 (>= 2.4), libgdbm6 (>= 1.16) Suggests: python-gdbm-dbg Size: 12648 SHA256: 40c611d25af359d2b9ebff4776aff87593e1c0ccc96d69128950b60197a2c238 SHA1: 88b77aa61a47b61dd0038d4963a075cf232dc4b7 MD5sum: 61e29c5b2bd02f6b549997f31b2da25d 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_armhf.deb Package: python-gdbm-dbg Source: python-stdlib-extensions Version: 2.7.18-1 Installed-Size: 70 Maintainer: Matthias Klose Architecture: armhf Depends: python2-dbg (>= 2.7), python2-dbg (<< 2.8), python-gdbm (= 2.7.18-1), libc6 (>= 2.4), libgdbm6 (>= 1.16) Size: 27488 SHA256: b55cdd4c8313e78df08c092f6185425d66f88bea270f840f8ad8181956eb5485 SHA1: 1f9753378d8270416ad07a7147f173294c575efb MD5sum: 90b56919d9bba1b337ee33b8c1b6f20b 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: bf7c4f7192939b4a26de14cb2ddb04a4089fdb9a Tag: role::debug-symbols Section: debug Priority: optional Filename: pool/main/p/python-stdlib-extensions/python-gdbm-dbg_2.7.18-1_armhf.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: 79 Maintainer: Matthias Klose Architecture: armhf 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: 24496 SHA256: 109c8f55aefcf9e3d29aa75582977166aaa11271dbebbb3873101c7d59bfdf15 SHA1: 0f4fe1b473064809dcce7a0f8e47b7784a9fd60e MD5sum: 2419b363c0cfe21fe704de6ce423692e 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_armhf.deb Package: python-tk-dbg Source: python-stdlib-extensions Version: 2.7.18-1 Installed-Size: 368 Maintainer: Matthias Klose Architecture: armhf 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: 178164 SHA256: ff13f6bbd2aa83ae829e12e245f957e6edd9c741debd140a87ace11e11e6026f SHA1: a1bd21f3e23107f83f17940d86e4aeb85538e1c2 MD5sum: a8cacb9d6ee12497ccc9b551a5777eaf 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: d548164c27b12bb821cfe63fd08b6f077a64f479 Tag: role::debug-symbols Section: debug Priority: optional Filename: pool/main/p/python-stdlib-extensions/python-tk-dbg_2.7.18-1_armhf.deb Package: python2 Source: python-defaults Version: 2.7.18-3 Installed-Size: 69 Maintainer: Matthias Klose Architecture: armhf 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: 01a0009284897c635cedbcba6401eb45d14328d7e05ff1ba1cf378d6cb969586 SHA1: 18f1744965fc6aff5ee33010dbff916940537898 MD5sum: fb2f46f9af2939056425919d7e40932f 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_armhf.deb Package: python2-dbg Source: python-defaults Version: 2.7.18-3 Installed-Size: 20 Maintainer: Matthias Klose Architecture: armhf Replaces: python-dbg (<< 2.7.15-2) Depends: python2 (= 2.7.18-3), libpython2-dbg (= 2.7.18-3), python2.7-dbg (>= 2.7.18~) Breaks: python-dbg (<< 2.7.15-2) Size: 1276 SHA256: 9e4819750912d288258982ac30b50d8ed4fb17ec56f82c84d67d212eedea4001 SHA1: 31fdbded71172addb69a0eeb733dd7cb98cd3a05 MD5sum: 5ca23fd9e55adc7f1b7794e4e822046b 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_armhf.deb Package: python2-dev Source: python-defaults Version: 2.7.18-3 Installed-Size: 15 Maintainer: Matthias Klose Architecture: armhf Replaces: python-dev (<< 2.7.15-2) Depends: python2 (= 2.7.18-3), libpython2-dev (= 2.7.18-3), python2.7-dev (>= 2.7.18~) Breaks: python-dev (<< 2.7.15-2) Size: 1216 SHA256: 37faa4983b232aa931ceec0ed3ddf8dbb6df0c4c99143e91db3da93ce6608c6e SHA1: 894a8254ea4192c34cf6dc181d122116476953bd MD5sum: 268f1d0a92c49dcbe82863fe04001de1 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_armhf.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: armhf 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: 8d340b1c747ab489d8ae1400b8bb8257cfd1dc62e0f0c9d94b02d119ead46db9 SHA1: 1e7b59303b288167a7e523dc9761cb1984e252bd MD5sum: 724445c457d3f00a1fcc40002f083893 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_armhf.deb Package: python2.7 Version: 2.7.18-13.2 Installed-Size: 383 Maintainer: Matthias Klose Architecture: armhf Replaces: python-profiler (<= 2.7.1-2), python2.7-minimal (<< 2.7.3-7~) Depends: python2.7-minimal (= 2.7.18-13.2), libpython2.7-stdlib (= 2.7.18-13.2), media-types | mime-support Suggests: python2.7-doc, binutils Conflicts: python-profiler (<= 2.7.1-2) Breaks: libgcj-common (<< 1:7), libpython-dbg (<< 2.7.18), libpython-dev (<< 2.7.18), libpython-stdlib (<< 2.7.18), libvolk1-bin (<< 2), pysycache (<< 3.1-4~), python (<< 2.7.18), python-catkin-pkg (<< 0.4.14-2~), python-chardet (<< 3.0.4-6~), python-dbg (<< 2.7.18), python-dev (<< 2.7.18), python-extras (<< 1.0.0-4~), python-fixtures (<< 3.0.0-3~), python-genpy (<< 0.6.9-2~), python-iso8601 (<< 0.1.12-2~), python-linecache2 (<< 1.0.0-4~), python-minimal (<< 2.7.18), python-pbr (<< 5.4.5), python-pyasn1 (<< 0.4.2-4~), python-pygame (<< 1.9.6+dfsg-3~), python-pyicu (<< 2.2-3~), python-rospkg (<< 1.1.10-2~), python-std-msgs (<< 0.5.12-2~), python-testtools (<< 2.3.0-7~), python-traceback2 (<< 1.4.0-6~), python-traitlets (<< 4.3.3-3~), python-urllib3 (<< 1.25.8-2~), python-virtualenv (<< 1.7.1.2-2~), python-yaml (<< 5.3.1-2~), vim-athena (<< 2:7.3.547-4), vim-gnome (<< 2:7.3.547-4), vim-gtk (<< 2:7.3.547-4), vim-nox (<< 2:7.3.547-4) Size: 311012 SHA256: c6d5597377b019ca92595963991ad9cb32406f496f9657d9f3901a87037c4964 SHA1: b85d6845ecc56a97754f1a64579d19bc9de5adc1 MD5sum: 3a0a4cd2675147a3011cac7964fe0650 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_armhf.deb Package: python2.7-dbg Source: python2.7 Version: 2.7.18-13.2 Installed-Size: 14722 Maintainer: Matthias Klose Architecture: armhf 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: 8202132 SHA256: d06d5cf00d1c3f33fa2735a52931a251d76508706c57dcf9f1f4a50a6e9f12fc SHA1: 6263eb4bf31fca8c36a7da4ded09825fe90449c4 MD5sum: 402f6835cb7ac7a0cad8ee7eacb6f4cc 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: 127fef63d46fb9166f52952694aff956dbea3455 1cb13511455b649d0fbcd0f076d2a37492ceaf86 1eaef4172cafb6fa4e32c8277eebf181db548c3d 1edbbcc94875ba4b0db0d10bbce43a1425be2397 2c84fc77a303b1788bd45f41ba0970da90338d3e 39d3b3a8f0573868fceaef2aff14a87bdd72d800 3a46f50fa8fb43c6cfda3945be8f4732914ea261 49a174094f89c35ae9957280d5549238fc67a141 4daf1191a8bf8c80841afead5880a4954c653479 5e0f8ed3765586a060d89895076152352e4ffa9d 74c0188c1625fe50fe563a29d913c4ad0efd1601 7b0d20036ed6df42acab97ef65bffb7e20d015c2 88ebae874a5e4349df53610c6333557e79815eb4 9374e78151c3d10cf07c79ceb01663da537898cf 97c27220962762048ed9e8d9336c592b7fb40059 a61ba6268b648f3da4ddd0a658c1ebeb41810f60 a8d711b31fa1b1b88659ec341d85fa0783b9b333 a9c9f66a32dbaf547e35da41273c526f5ca71c95 aa6117b4adbcf37a46700c5af46a367d60a180ef add06da12dea6cea65fb07792c72bf0dd327f17c b59f3aab9f2e747bb9d30aa66acc006e6ff8a380 b6242415cdcf0906ed7321a76282e0264554390b bb1b7688b1bbb0a680ee3cf96281261fba0134a2 bb6007cd31053d4f0783651af9b99d9d3538a959 c32b8fc2ba82368a88ebc4defea2df4414cb61c0 cc9a205a18174e220ed1d86b0e3f6982bcda85d5 ced44fde4ac9059024b21c59934939389d3b6a38 d2f1c7bc96d0487577ce36b32c8e93c09058838c d85591d0a55e9d00ae53561e6cbfeac940ea6bbf d8f74300183f0bc67e93737cf2afd17e9b6d681d d9ab2a98f5428b6549cf7160db257701ad2bdcc5 da5ecd40715d57510eea2928e812ac78ff6f3f23 e82519451e40e733106bbd48cf287cc177c0503c f3502ad6d957729c0581e690c03c5e6a6a16f71d f36b34c4fe953758891c21d0f9b7157262617a2b f3a2bffb46c796904c9b22bd067a407f897f90a9 f50224f47c49a3293e17fa305d4d7ac941ab05d5 f9c955e8ab8432c54e573bbcd0921d7414dbf286 faa3f813cd5d2c2d1f5332b4699a7d2a65e8037b Tag: role::debug-symbols Section: debug Priority: optional Filename: pool/main/p/python2.7/python2.7-dbg_2.7.18-13.2_armhf.deb Package: python2.7-dev Source: python2.7 Version: 2.7.18-13.2 Installed-Size: 299 Maintainer: Matthias Klose Architecture: armhf 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: 292012 SHA256: 0751ae60f52c474d9c13341ca8d15d0f3b8c7011fdd41d033fb0231029a79d30 SHA1: e38658cac3703838da8aa92d793415bb112b249a MD5sum: e18ea35d2416c9f8fd0f09052c61663f 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_armhf.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: 2415 Maintainer: Matthias Klose Architecture: armhf 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: 952164 SHA256: e42c693575dc61bfa0a95f1f2b6c752c5305b741fe126c1ea49598d5f096cc57 SHA1: e05a9f6ddaefcbbd9e6b1ea3fe10ecf89b22608e MD5sum: 32386eb830cc4aa12d29df01a21f5ed5 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_armhf.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: 155 Maintainer: Sandro Tosi Architecture: armhf Depends: python3 (<< 3.13), python3 (>= 3.11~), python3-pkg-resources, python3:any, libc6 (>= 2.4) Size: 39312 SHA256: 34f6e8e6a999313d05fda4b10b58bab620cb8a5d03c6c975aed544fdb876dd93 SHA1: 4bfc63f0349304d062358db5c5888da59caca89a MD5sum: 5e6443cd44404eebc701be258468aed3 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_armhf.deb Package: python3-libbde Source: libbde (20190102-2) Version: 20190102-2+b2 Installed-Size: 725 Maintainer: Debian Security Tools Architecture: armhf Depends: libbde1 (= 20190102-2+b2), libbfio1 (>= 20120425), libc6 (>= 2.33), python3 (<< 3.12), python3 (>= 3.11~) Size: 297448 SHA256: 1e040be073ca721a4d5b5a5733ebcd9a7888fb755d8c0bc094347fb263b7dd67 SHA1: 386307969c6a541e405ee43593f5a1dad150e8f9 MD5sum: bd7589ce8415983977f3cf0d7377efa8 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_armhf.deb Package: python3-liblnk Source: liblnk (20181227-1.1) Version: 20181227-1.1+b4 Installed-Size: 792 Maintainer: Debian Security Tools Architecture: armhf Depends: liblnk1 (= 20181227-1.1+b4), libbfio1 (>= 20120425), libc6 (>= 2.33), python3 (<< 3.12), python3 (>= 3.11~) Size: 282748 SHA256: be8627e247554dd041438db93941e987b9968e00a05c471d8c6024f9267752ac SHA1: c33ef0b3cd8fe1cab51512390f01755347cd4e0b MD5sum: 06026fef8073b6c652e3f8e5a7c2b462 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_armhf.deb Package: python3-libvshadow Source: libvshadow (20190323-2) Version: 20190323-2+b2 Installed-Size: 725 Maintainer: Debian Security Tools Architecture: armhf Depends: libvshadow1 (= 20190323-2+b2), libbfio1 (>= 20120425), libc6 (>= 2.33), python3 (<< 3.12), python3 (>= 3.11~) Size: 302528 SHA256: 4c274f70ec2648af9fb7308986aa951c434e869d7448dd7a6004950e24d824c7 SHA1: 4024be06ab93928d7721a1c1bc35293e0573fde7 MD5sum: 3b3ead2396b580250ea8d8c14768f163 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_armhf.deb Package: python3-libvslvm Source: libvslvm (20181227-1.1) Version: 20181227-1.1+b4 Installed-Size: 788 Maintainer: Debian Security Tools Architecture: armhf Depends: libvslvm1 (= 20181227-1.1+b4), libc6 (>= 2.33), python3 (<< 3.12), python3 (>= 3.11~) Size: 305564 SHA256: de627e3007a6432347c76cb639d8292c7213002f480f79468e97efca9706a6c8 SHA1: 07a1260bc749d1575018d401472ee17f8a76c294 MD5sum: 015bdfc502bf759c0dc12ee3c3d5a126 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_armhf.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: 1876 Maintainer: Debian Security Tools Architecture: armhf Depends: libc6 (>= 2.34), libradare2-5.0.0 (>= 5.5.0+dfsg) Recommends: libradare2-dev Size: 130456 SHA256: 397e724d2d1ca7fd57593eee27e1d49a8579806ef6e114d794712f04f1deaa7d SHA1: 036f0219aec545ca294420e92993ca077e2e3bd4 MD5sum: 8cfa86402ba99185c786f836c67b520e 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_armhf.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: 77 Maintainer: Android Tools Maintainers Architecture: armhf 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: 27188 SHA256: 5dbac19e16ea6beba713205165313cff7478ad3a8d4d9d43e94266dcbf9c66fd SHA1: 1062c94df6a9b74fea69ee440812eb71c346f2ea MD5sum: 40c21b39974a10e666625c9731ee2d91 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_armhf.deb Package: sqsh Source: sqsh (2.5.16.1-2) Version: 2.5.16.1-2+b1 Installed-Size: 274 Maintainer: Steve Langasek Architecture: armhf Depends: libc6 (>= 2.11), libct4 (>= 1.00.82), libreadline8 (>= 6.0), libxm4 (>= 2.3.4), libxt6 Size: 171528 SHA256: 1385d151c083a3476435dcda4f37c10e0c8b5da0530e21546239f9d783fc004b SHA1: f8e2e6aa32bfaee47a983aa5c9088a7a043f0ffd MD5sum: 6871c3d455716f395363540745add09e 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_armhf.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: 59 Maintainer: Android Tools Maintainers Architecture: armhf 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.5), libstdc++6 (>= 5), libzopfli1, zlib1g (>= 1:1.1.4) Size: 26560 SHA256: fc615e87028bda325235a32bdd52c30f86d5961ab757279604782489628d2e0f SHA1: 16b04219a2eff7698f46b8b802e1e6412c854270 MD5sum: 42807f8c89e26237f984b4fbcf832d38 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_armhf.deb Package: ziptime Source: android-platform-build Version: 1:10.0.0+r36-1 Installed-Size: 33 Maintainer: Android Tools Maintainers Architecture: armhf Depends: libc6 (>= 2.7), libgcc-s1 (>= 3.5), libstdc++6 (>= 5) Size: 16504 SHA256: 148383d4f7212d7a8a7c50c57b274d8aab009a659b640686ce9e5e4481cd1323 SHA1: 519624e8568cffa056d753a4e7be8d933cf92533 MD5sum: 994353a28abab40dbe662b088e06189b 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_armhf.deb