Package: bpftool Source: linux Version: 5.14.16-1~mx21+1 Architecture: i386 Maintainer: Steven Pusser Installed-Size: 979 Depends: libc6 (>= 2.26), libcap2 (>= 1:2.10), libelf1 (>= 0.142), zlib1g (>= 1:1.2.3.3) Homepage: https://www.kernel.org/ Priority: optional Section: devel Filename: pool/ahs/l/linux/bpftool_5.14.16-1~mx21+1_i386.deb Size: 604040 SHA256: 8f7774f51adb36161a2eb7680c33270583ee9462740bf1d357c9e397725ced4c SHA1: be828827ac209831fc62af18c55147def1f18afb MD5sum: 32f813c64ceae6b5c491c003a747ed52 Description: Inspection and simple manipulation of BPF programs and maps The bpftool command allows for inspection and simple modification of Berkeley Packet Filter (BPF) objects on the system. Original-Maintainer: Debian Kernel Team Package: clang-12 Source: llvm-toolchain-12 Version: 1:12.0.1-8~mx21ahs+1 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 333 Depends: libc6 (>= 2.3.6-6~), libclang-cpp12 (>= 1:12.0.1), libgcc-s1 (>= 3.0), libllvm12, libstdc++6 (>= 5.2), libstdc++-10-dev, libgcc-10-dev, libobjc-10-dev, libclang-common-12-dev (= 1:12.0.1-8~mx21ahs+1), llvm-12-linker-tools (= 1:12.0.1-8~mx21ahs+1), libclang1-12 (= 1:12.0.1-8~mx21ahs+1), libc6-dev, binutils Recommends: llvm-12-dev, python3, libomp-12-dev Suggests: clang-12-doc Breaks: llvm-12-dev (<< 1:12.0.0-2) Replaces: llvm-12-dev (<< 1:12.0.0-2) Provides: c++-compiler, c-compiler, objc-compiler Homepage: https://www.llvm.org/ Priority: optional Section: devel Filename: pool/ahs/l/llvm-toolchain-12/clang-12_12.0.1-8~mx21ahs+1_i386.deb Size: 114052 SHA256: 99a4e6587112d23c5074137a73584cb043f3fd5299ed501bb5faa325176705c9 SHA1: d49e7988220ea2ca5c847f053b1b6a4c1eb22b73 MD5sum: ba0e3c252cadeda6bb044b544454e3bb Description: C, C++ and Objective-C compiler Clang project is a C, C++, Objective C and Objective C++ front-end based on the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also provides most of the support of C++20. Package: clang-12-doc Source: llvm-toolchain-12 Version: 1:12.0.1-8~mx21ahs+1 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 10098 Depends: libjs-mathjax Homepage: https://www.llvm.org/ Priority: optional Section: doc Filename: pool/ahs/l/llvm-toolchain-12/clang-12-doc_12.0.1-8~mx21ahs+1_all.deb Size: 1197408 SHA256: bf91651e45d0fe5c5894d21d1c21d7a9885770d5e3ae3af380340337f103d6de SHA1: 3f51d8c106b756b5ac02e87ea7697b4e5211a620 MD5sum: 4770724922a514068467ad543cce74fd Description: C, C++ and Objective-C compiler - Documentation Clang project is a C, C++, Objective C and Objective C++ front-end based on the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also provides most of the support of C++20. . This package contains the documentation. Package: clang-12-examples Source: llvm-toolchain-12 Version: 1:12.0.1-8~mx21ahs+1 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 88 Homepage: https://www.llvm.org/ Priority: optional Section: doc Filename: pool/ahs/l/llvm-toolchain-12/clang-12-examples_12.0.1-8~mx21ahs+1_i386.deb Size: 59268 SHA256: 684373dc4c92e378873e32a5c8921f9f49b5b817e0ca18e99ba1d712bded4f01 SHA1: d598a49ec73e455e7ac67910a325155ac7d3bc81 MD5sum: 4d6ce5b74366b41645160c321a9d1867 Description: Clang examples Clang project is a C, C++, Objective C and Objective C++ front-end based on the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also provides most of the support of C++20. . This package contains the Clang examples. Package: clang-format-12 Source: llvm-toolchain-12 Version: 1:12.0.1-8~mx21ahs+1 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 196 Depends: libc6 (>= 2.3.6-6~), libclang-cpp12 (>= 1:12.0.1), libgcc-s1 (>= 3.0), libllvm12 (= 1:12.0.1-8~mx21ahs+1), libstdc++6 (>= 5.2), python3 Homepage: https://www.llvm.org/ Priority: optional Section: devel Filename: pool/ahs/l/llvm-toolchain-12/clang-format-12_12.0.1-8~mx21ahs+1_i386.deb Size: 86968 SHA256: 1c2212cb381d491367c4c21c6584c807c2f55476f0bb5a3b0d504daa9b3b268c SHA1: 4f9b9a671888ac9e1247c166c791e5362c692dcf MD5sum: 6b4e0e99465adeea933fa95bd7a30b53 Description: Tool to format C/C++/Obj-C code Clang-format is both a library and a stand-alone tool with the goal of automatically reformatting C++ sources files according to configurable style guides. To do so, clang-format uses Clang's Lexer to transform an input file into a token stream and then changes all the whitespace around those tokens. The goal is for clang-format to both serve both as a user tool (ideally with powerful IDE integrations) and part of other refactoring tools, e.g. to do a reformatting of all the lines changed during a renaming. . This package also provides vim and emacs plugins. Package: clang-tidy-12 Source: llvm-toolchain-12 Version: 1:12.0.1-8~mx21ahs+1 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 5753 Depends: libc6 (>= 2.3.6-6~), libclang-cpp12 (>= 1:12.0.1), libgcc-s1 (>= 4.2), libllvm12 (= 1:12.0.1-8~mx21ahs+1), libstdc++6 (>= 5.2), python3, libclang-common-12-dev, clang-tools-12, python3-yaml Homepage: https://www.llvm.org/ Priority: optional Section: devel Filename: pool/ahs/l/llvm-toolchain-12/clang-tidy-12_12.0.1-8~mx21ahs+1_i386.deb Size: 1137288 SHA256: afe02c0572dc624336025163020110203ee70c569b22eba08422a98d13d29d87 SHA1: 1ab3ea8cc542da9e0812a20429028f2cf766ed17 MD5sum: d7c1bb1363afe3f65821ff036ee1ea32 Description: clang-based C++ linter tool Provide an extensible framework for diagnosing and fixing typical programming errors, like style violations, interface misuse, or bugs that can be deduced via static analysis. clang-tidy is modular and provides a convenient interface for writing new checks. Package: clang-tools-12 Source: llvm-toolchain-12 Version: 1:12.0.1-8~mx21ahs+1 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 23242 Depends: libc6 (>= 2.29), libclang-cpp12 (>= 1:12.0.1), libclang1-12 (>= 1:12~++20200417041528+cc0ec3fdb9d-1~), libgcc-s1 (>= 4.2), libllvm12, libstdc++6 (>= 9), libxml2 (>= 2.7.4), clang-12 (= 1:12.0.1-8~mx21ahs+1), python3 Homepage: https://www.llvm.org/ Priority: optional Section: devel Filename: pool/ahs/l/llvm-toolchain-12/clang-tools-12_12.0.1-8~mx21ahs+1_i386.deb Size: 5996808 SHA256: 494a051e5fee193ecdc0d3da34098a8adba6faa7f94265681e28eb68ac60ee5b SHA1: ff3342f3fe03fd3dc50c92759a752b9e52b3edba MD5sum: 38b6a743147f49bee50464b05d0760c0 Description: clang-based tools for C/C++ developments Clang project is a C, C++, Objective C and Objective C++ front-end based on the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also provides most of the support of C++20. . This package contains some clang-based tools like scan-build, clang-cl, etc. Package: clangd-12 Source: llvm-toolchain-12 Version: 1:12.0.1-8~mx21ahs+1 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 9974 Depends: libatomic1 (>= 4.8), libc6 (>= 2.30), libclang-cpp12 (>= 1:12.0.1), libgcc-s1 (>= 4.2), libllvm12, libstdc++6 (>= 6), libclang-common-12-dev (= 1:12.0.1-8~mx21ahs+1) Homepage: https://www.llvm.org/ Priority: optional Section: devel Filename: pool/ahs/l/llvm-toolchain-12/clangd-12_12.0.1-8~mx21ahs+1_i386.deb Size: 2401060 SHA256: 140c3f889e66fe741b5f40f1452839df1770b33aea7f65438be39aa89e0037c0 SHA1: d5d747c95d39d0dc83bf58223febaf5c5d1083e3 MD5sum: 4d0fe0591599253a5330ebfc11f8bdd5 Description: Language server that provides IDE-like features to editors clangd understands your C++ code and adds smart features to your editor: - code completion - compile errors - go-to-definition - and more. . clangd is a language server that implements the Language Server Protocol; it can work with many editors through a plugin. Package: hyperv-daemons Source: linux Version: 5.14.16-1~mx21+1 Architecture: i386 Maintainer: Steven Pusser Installed-Size: 463 Pre-Depends: init-system-helpers (>= 1.54~) Depends: lsb-base, libc6 (>= 2.28) Homepage: https://www.kernel.org/ Priority: optional Section: admin Filename: pool/ahs/l/linux/hyperv-daemons_5.14.16-1~mx21+1_i386.deb Size: 386484 SHA256: 9b6899f68e82a1fb4dc7541a94157a4175dca1fe4ccf43b3612451d692ce2d70 SHA1: e3222de89e997f50a27f076a8e900d868e545468 MD5sum: afe9734696395ac2b3862dd66498f18b Description: Support daemons for Linux running on Hyper-V Suite of daemons for Linux guests running on Hyper-V, consisting of hv_fcopy_daemon, hv_kvp_daemon and hv_vss_daemon. . hv_fcopy_daemon provides the file copy service, allowing the host to copy files into the guest. . hv_kvp_daemon provides the key-value pair (KVP) service, allowing the host to get and set the IP networking configuration of the guest. (This requires helper scripts which are not currently included.) . hv_vss_daemon provides the volume shadow copy service (VSS), allowing the host to freeze the guest filesystems while taking a snapshot. Original-Maintainer: Debian Kernel Team Package: intel-gpu-tools Version: 1.26-1~mx21ahs+1 Architecture: i386 Maintainer: SwampRabbit Installed-Size: 5121 Depends: libc6 (>= 2.30), libcairo2 (>= 1.6.0), libdrm-intel1 (>= 2.4.36), libdrm-nouveau2 (>= 2.4.66), libdrm2 (>= 2.4.82), libdw1 (>= 0.127), libglib2.0-0 (>= 2.35.9), libkmod2 (>= 5~), libpciaccess0 (>= 0.8.0+git20071002), libpixman-1-0 (>= 0.15.14), libprocps8 (>= 2:3.3.16-1), libudev1 (>= 183), libunwind8, libx11-6 (>= 2:1.4.99.1), libxext6, libxv1, zlib1g (>= 1:1.1.4) Conflicts: xserver-xorg-video-intel (<< 2.9.1) Homepage: https://01.org/linuxgraphics/ Priority: optional Section: x11 Filename: pool/ahs/i/intel-gpu-tools/intel-gpu-tools_1.26-1~mx21ahs+1_i386.deb Size: 861656 SHA256: c7be03f3634fb0e1b11b9018eb96b94511428b9380308e49aaeef80def5bbb27 SHA1: 6811801407584ff1ce295c76e8c10f551a8a76d3 MD5sum: 1f38404c09dda87fd7ee58d28e396c9b Description: tools for debugging the Intel graphics driver intel-gpu-tools is a package of tools for debugging the Intel graphics driver, including a GPU hang dumping program, performance monitor, and performance microbenchmarks for regression testing the DRM. Original-Maintainer: Debian X Strike Force Package: intel-media-va-driver Source: intel-media-driver Version: 21.4.1+dfsg1-1~mx21ahs+1 Architecture: i386 Maintainer: SwampRabbit Installed-Size: 7849 Depends: libva-driver-abi-1.13, libc6 (>= 2.29), libgcc-s1 (>= 4.2), libigdgmm11 (>= 21.3.2+ds1), libstdc++6 (>= 5.2) Provides: va-driver Multi-Arch: same Homepage: https://github.com/intel/media-driver Priority: optional Section: video Filename: pool/ahs/i/intel-media-driver/intel-media-va-driver_21.4.1+dfsg1-1~mx21ahs+1_i386.deb Size: 1996064 SHA256: 064c4806b5f488f2becb6dc2f24983309c40b1f925d3634f172570304d353ee0 SHA1: 70dee24953f1777901716762f2129769c129ed6c MD5sum: 9611dd9e11c061e9be7f300126674edb Description: VAAPI driver for the Intel GEN8+ Graphics family The VA-API (Video Acceleration API) enables hardware accelerated video decode/encode at various entry-points (VLD, IDCT, Motion Compensation etc.) for the prevailing coding standards today (MPEG-2, MPEG-4 ASP/H.263, MPEG-4 AVC/H.264, and VC-1/WMV3). It provides an interface to fully expose the video decode capabilities in today's GPUs. . This package contains the video decode and encode driver backend for the Intel HD Graphics of the Intel Core processor family. The supported platforms include: * Broadwell * Skylake * Broxton * Apollo Lake * Kaby Lake * Coffee Lake * Whiskey Lake * Cannon Lake * Ice Lake . Only a limited set of encoders is available via this driver: JPEG (Skylake and newer), AVC (Boxton and newer), HEVC and VP9 (Ice Lake and newer). Media shaders are only available on Ice Lake and newer. Original-Maintainer: Debian Multimedia Maintainers Package: intel-media-va-driver-non-free Source: intel-media-driver-non-free Version: 21.4.1+ds1-1~mx21ahs+1 Architecture: i386 Maintainer: SwampRabbit Installed-Size: 35914 Depends: libva-driver-abi-1.13, libc6 (>= 2.29), libgcc-s1 (>= 4.2), libigdgmm11 (>= 21.3.2+ds1), libstdc++6 (>= 5.2) Conflicts: intel-media-va-driver Provides: va-driver Multi-Arch: same Homepage: https://github.com/intel/media-driver Priority: optional Section: non-free/video Filename: pool/ahs/i/intel-media-driver-non-free/intel-media-va-driver-non-free_21.4.1+ds1-1~mx21ahs+1_i386.deb Size: 5338780 SHA256: 8c8eecff059c5332faded7e0518fd17a7a4b7b5490a33c7a00056784d78580b8 SHA1: 918fe3300a75e1eb8f2b0edd9f367f8cdd86658e MD5sum: bbc911ea1b6b0d10326856887fb12d38 Description: VAAPI driver for the Intel GEN8+ Graphics family The VA-API (Video Acceleration API) enables hardware accelerated video decode/encode at various entry-points (VLD, IDCT, Motion Compensation etc.) for the prevailing coding standards today (MPEG-2, MPEG-4 ASP/H.263, MPEG-4 AVC/H.264, and VC-1/WMV3). It provides an interface to fully expose the video decode capabilities in today's GPUs. . This package contains the video decode and encode driver backend for the Intel HD Graphics of the Intel Core processor family. The supported platforms include: * Broadwell * Skylake * Broxton * Apollo Lake * Kaby Lake * Coffee Lake * Whiskey Lake * Cannon Lake * Ice Lake Original-Maintainer: Debian Multimedia Maintainers Package: libc++-12-dev Source: llvm-toolchain-12 Version: 1:12.0.1-8~mx21ahs+1 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 6608 Depends: libc++1-12 (= 1:12.0.1-8~mx21ahs+1) Conflicts: libc++-x.y-dev Breaks: libc++-dev (<< 44) Replaces: libc++-x.y-dev Provides: libc++-x.y-dev Multi-Arch: same Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/ahs/l/llvm-toolchain-12/libc++-12-dev_12.0.1-8~mx21ahs+1_i386.deb Size: 759248 SHA256: f710467783a50c7b1841386d6c7c6b1c599defd53a37a430d9e68e0e50671b90 SHA1: 3608fc46f30197f3dce8fbafdfc2ad8e06738d59 MD5sum: c01419e9ccff2ecc99516d229e77a6a5 Description: LLVM C++ Standard library (development files) libc++ is another implementation of the C++ standard library . Features and Goals . * Correctness as defined by the C++ standards. * Fast execution. * Minimal memory use. * Fast compile times. * ABI compatibility with gcc's libstdc++ for some low-level features such as exception objects, rtti and memory allocation. * Extensive unit tests. Package: libc++1-12 Source: llvm-toolchain-12 Version: 1:12.0.1-8~mx21ahs+1 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 884 Depends: libatomic1 (>= 4.8), libc++abi1-12 (>= 1:12.0.1), libc6 (>= 2.17), libunwind-12 (>= 1:12.0.1) Suggests: clang Conflicts: libc++-x.y Breaks: libc++1 (<< 44) Replaces: libc++-x.y Provides: libc++-x.y Multi-Arch: same Homepage: https://www.llvm.org/ Priority: optional Section: libs Filename: pool/ahs/l/llvm-toolchain-12/libc++1-12_12.0.1-8~mx21ahs+1_i386.deb Size: 257280 SHA256: 0516677a15ac64731c8e9fad92679c29bcf6a577a42a46f5c4f291f6037fb418 SHA1: b603ec65227633ff2dae9e699b8b93a4b9dbcd5f MD5sum: e4f11b75760021900613e4f9f9a15023 Description: LLVM C++ Standard library libc++ is another implementation of the C++ standard library. . Features and Goals . * Correctness as defined by the C++ standards. * Fast execution. * Minimal memory use. * Fast compile times. * ABI compatibility with gcc's libstdc++ for some low-level features such as exception objects, rtti and memory allocation. * Extensive unit tests. Package: libc++abi-12-dev Source: llvm-toolchain-12 Version: 1:12.0.1-8~mx21ahs+1 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 379 Depends: libc++abi1-12 (= 1:12.0.1-8~mx21ahs+1) Conflicts: libc++abi-x.y-dev Breaks: libc++abi-dev (<= 44) Replaces: libc++abi-x.y-dev Provides: libc++abi-x.y-dev Multi-Arch: same Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/ahs/l/llvm-toolchain-12/libc++abi-12-dev_12.0.1-8~mx21ahs+1_i386.deb Size: 112396 SHA256: 396e9a0c89e3c543f45eb9b5ce8f5d5b626ceeb710710279895e00d41f860ffb SHA1: dd0b3bdcbc8e7c18f6147e1296ba0c770a2bbfd5 MD5sum: 20a4aa4ecf2c5963f2eed2add3c335a5 Description: LLVM low level support for a standard C++ library (development files) libc++abi is another implementation of low level support for a standard C++ library. . Features and Goals . * Correctness as defined by the C++ standards. * Provide a portable sublayer to ease the porting of libc++ Package: libc++abi1-12 Source: llvm-toolchain-12 Version: 1:12.0.1-8~mx21ahs+1 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 270 Depends: libatomic1 (>= 4.8), libc6 (>= 2.18), libunwind-12 (>= 1:12.0.1) Conflicts: libc++abi-x.y Breaks: libc++abi1 (<< 44) Replaces: libc++abi-x.y Provides: libc++abi-x.y Multi-Arch: same Homepage: https://www.llvm.org/ Priority: optional Section: libs Filename: pool/ahs/l/llvm-toolchain-12/libc++abi1-12_12.0.1-8~mx21ahs+1_i386.deb Size: 103720 SHA256: 05110ce0cc5ee15abd3afec962763315d5b3332fe880a09b38c1fab2a995a978 SHA1: f655600c85deed308e3466c7348680ce9daf7285 MD5sum: b8547cc9d4cc40459fa81d3922098d62 Description: LLVM low level support for a standard C++ library libc++abi is another implementation of low level support for a standard C++ library. . Features and Goals . * Correctness as defined by the C++ standards. * Provide a portable sublayer to ease the porting of libc++ Package: libclang-12-dev Source: llvm-toolchain-12 Version: 1:12.0.1-8~mx21ahs+1 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 152194 Depends: libstdc++-10-dev, libgcc-10-dev, libobjc-10-dev, libclang1-12 (= 1:12.0.1-8~mx21ahs+1), libclang-common-12-dev (= 1:12.0.1-8~mx21ahs+1) Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/ahs/l/llvm-toolchain-12/libclang-12-dev_12.0.1-8~mx21ahs+1_i386.deb Size: 19355848 SHA256: e7fd74bdd7abfc531486660119bed756903af359adec2e199ad07eec666d9ddd SHA1: 1545aff873129edd323983a7b7e8ddece7212559 MD5sum: d0096fa1f65a57192397fdd8f9389e6c Description: Clang library - Development package Clang project is a C, C++, Objective C and Objective C++ front-end based on the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also provides most of the support of C++20. . This package contains the Clang headers to develop extensions over libclang1-12. Package: libclang-common-12-dev Source: llvm-toolchain-12 Version: 1:12.0.1-8~mx21ahs+1 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 61274 Depends: lib64atomic1 (>= 4.8), lib64gcc-s1 (>= 3.3), lib64stdc++6 (>= 4.1.1), libatomic1 (>= 4.8), libc6 (>= 2.17), libc6-amd64 (>= 2.17), libgcc-s1 (>= 4.2), libstdc++6 (>= 4.1.1), libllvm12 (= 1:12.0.1-8~mx21ahs+1) Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/ahs/l/llvm-toolchain-12/libclang-common-12-dev_12.0.1-8~mx21ahs+1_i386.deb Size: 5278556 SHA256: 79ea036ea5dc8ddee0c244579b0fe4a4c7111586e903a5910c0adadd89a9c56d SHA1: 77e3ac2af19afd6a571fd3026422759d03a7c931 MD5sum: 4f46010d2998e8f33a58520139652b54 Description: Clang library - Common development package Clang project is a C, C++, Objective C and Objective C++ front-end based on the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also provides most of the support of C++20. . This package contains the Clang generic headers and some libraries (profiling, etc). Package: libclang-cpp12 Source: llvm-toolchain-12 Version: 1:12.0.1-8~mx21ahs+1 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 41981 Depends: libatomic1 (>= 4.8), libc6 (>= 2.29), libgcc-s1 (>= 4.2), libllvm12 (= 1:12.0.1-8~mx21ahs+1), libstdc++6 (>= 9) Homepage: https://www.llvm.org/ Priority: optional Section: libs Filename: pool/ahs/l/llvm-toolchain-12/libclang-cpp12_12.0.1-8~mx21ahs+1_i386.deb Size: 9930860 SHA256: b274453f8fbcfbec20b0164246b97006811b4b673777581783da5e5492000c03 SHA1: a6ef2486471ca40e5fd6d0f677fb1e65af43686d MD5sum: b017774bd94d094d0c5993975c86ed27 Description: C++ interface to the Clang library Clang project is a C, C++, Objective C and Objective C++ front-end based on the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also provides most of the support of C++20. . This package contains the Clang C++ library. . The C++ Interface to Clang provides an API that exposes facilities for parsing source code into an abstract syntax tree (AST), loading already-parsed ASTs, traversing the AST, associating physical source locations with elements within the AST, and other facilities that support Clang-based development tools. Package: libclang-cpp12-dev Source: llvm-toolchain-12 Version: 1:12.0.1-8~mx21ahs+1 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 63 Depends: libstdc++-10-dev, libgcc-10-dev, libclang-cpp12 (= 1:12.0.1-8~mx21ahs+1) Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/ahs/l/llvm-toolchain-12/libclang-cpp12-dev_12.0.1-8~mx21ahs+1_i386.deb Size: 47672 SHA256: 530236574ef7a9ad7e1f42a0495275ee84297ed37be594fd01c63e2ef8093e20 SHA1: 3c843fee51cddeebfc98f1256df442db052bec74 MD5sum: a265fd8e44b732e905635fb9121f656c Description: C++ interface to the Clang library Clang project is a C, C++, Objective C and Objective C++ front-end based on the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also provides most of the support of C++20. . This package contains the Clang C++ library. . The C++ Interface to Clang provides an API that exposes facilities for parsing source code into an abstract syntax tree (AST), loading already-parsed ASTs, traversing the AST, associating physical source locations with elements within the AST, and other facilities that support Clang-based development tools. . This package contains symlinks without a version number, which needed by linker at build time. Package: libclang1-12 Source: llvm-toolchain-12 Version: 1:12.0.1-8~mx21ahs+1 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 22024 Depends: libatomic1 (>= 4.8), libc6 (>= 2.3), libgcc-s1 (>= 4.2), libllvm12, libstdc++6 (>= 9) Homepage: https://www.llvm.org/ Priority: optional Section: libs Filename: pool/ahs/l/llvm-toolchain-12/libclang1-12_12.0.1-8~mx21ahs+1_i386.deb Size: 5612276 SHA256: 57487cfbbc05bc62a85c9bc68543371986c13be54d600269780c57b9311786b3 SHA1: de2b44b99631e21afda2add4a73cf33966eca17f MD5sum: 254344b8068dbb65ac05771d7ff24f7d Description: C interface to the Clang library Clang project is a C, C++, Objective C and Objective C++ front-end based on the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also provides most of the support of C++20. . This package contains the Clang library. . The C Interface to Clang provides a relatively small API that exposes facilities for parsing source code into an abstract syntax tree (AST), loading already-parsed ASTs, traversing the AST, associating physical source locations with elements within the AST, and other facilities that support Clang-based development tools. Package: libclc-12 Source: llvm-toolchain-12 Version: 1:12.0.1-8~mx21ahs+1 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 70644 Depends: libclc-12-dev (= 1:12.0.1-8~mx21ahs+1), libclang-common-12-dev Conflicts: libclc-x.y Breaks: libclc-amdgcn, libclc-ptx, libclc-r600 Replaces: libclc-amdgcn, libclc-ptx, libclc-r600, libclc-x.y Provides: libclc-x.y Multi-Arch: foreign Homepage: https://www.llvm.org/ Priority: optional Section: libs Filename: pool/ahs/l/llvm-toolchain-12/libclc-12_12.0.1-8~mx21ahs+1_all.deb Size: 9693904 SHA256: 526e0a30e13905b86cac66ffc5f013244ef6d0d9a0fc380003a58df1f42ed6cd SHA1: 3e223afa168106ae9ccf52c2cedbb6b6d9898564 MD5sum: 31671770b14c27bd1912a8d25f97e123 Description: OpenCL C language implementation - platform support libclc is an open implementation of the OpenCL C programming language, as specified by the OpenCL 1.1 Specification. . This package contains support for the amdgcn (AMD GPU), PTX and r600 platforms. Package: libclc-12-dev Source: llvm-toolchain-12 Version: 1:12.0.1-8~mx21ahs+1 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 453 Conflicts: libclc-x.y-dev Breaks: libclc-dev Replaces: libclc-dev, libclc-x.y-dev Provides: libclc-x.y-dev Multi-Arch: foreign Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/ahs/l/llvm-toolchain-12/libclc-12-dev_12.0.1-8~mx21ahs+1_all.deb Size: 68972 SHA256: 32899a0e747be4cf35737c122595db7c5fef65825b32f83c6bdacfc3f25bb38d SHA1: 0fba98868ce5d095442dc66e87af7304deb4dbbe MD5sum: 8a12d2a3a6071552354f96285d652d80 Description: OpenCL C language implementation - development files libclc is an open implementation of the OpenCL C programming language, as specified by the OpenCL 1.1 Specification. . This package contains development header files. Package: libcpupower-dev Source: linux Version: 5.14.16-1~mx21+1 Architecture: i386 Maintainer: Steven Pusser Installed-Size: 386 Depends: libcpupower1 (= 5.14.16-1~mx21+1) Conflicts: libcpufreq-dev Replaces: libcpufreq-dev Provides: libcpufreq-dev Homepage: https://www.kernel.org/ Priority: optional Section: libdevel Filename: pool/ahs/l/linux/libcpupower-dev_5.14.16-1~mx21+1_i386.deb Size: 370876 SHA256: a224834e004ffd9933d5c2997834f9d8c3d396180fb2f2cdfc30c6b9b920d092 SHA1: 8cfa59a933b4d5d73ff894aa646bcfc91d0a2825 MD5sum: f288d17ffc347677b1fc5fced5914274 Description: CPU frequency and voltage scaling tools for Linux (development files) libcpupower is a library for inspecting and controlling cpufreq and cpuidle tunables. . This package is needed to compile programs against libcpupower. Original-Maintainer: Debian Kernel Team Package: libcpupower1 Source: linux Version: 5.14.16-1~mx21+1 Architecture: i386 Maintainer: Steven Pusser Installed-Size: 404 Depends: libc6 (>= 2.7) Homepage: https://www.kernel.org/ Priority: optional Section: libs Filename: pool/ahs/l/linux/libcpupower1_5.14.16-1~mx21+1_i386.deb Size: 377024 SHA256: 1daea1720175f3be53f03e9e3e62ecea46b991fdd0485e6211b6958de82bd5fa SHA1: a1381137a1ebdd394ef0e85adcf26e7307455a82 MD5sum: c9800c4025eb4f67a59502fac1c7a959 Description: CPU frequency and voltage scaling tools for Linux (libraries) libcpupower is a library for inspecting and controlling cpufreq and cpuidle tunables. . This package contains the shared library. Original-Maintainer: Debian Kernel Team Package: libcuda1 Source: nvidia-graphics-drivers Version: 470.63.01-1~mx21+1 Architecture: i386 Maintainer: Steven Pusser Installed-Size: 22284 Depends: libnvidia-ptxjitcompiler1 (= 470.63.01-1~mx21+1), nvidia-support, nvidia-alternative (= 470.63.01-1~mx21+1), libc6 (>= 2.7) Provides: libcuda-10.0-1, libcuda-10.0-1-i386, libcuda-10.1-1, libcuda-10.1-1-i386, libcuda-10.2-1, libcuda-10.2-1-i386, libcuda-11.0-1, libcuda-11.0-1-i386, libcuda-11.1-1, libcuda-11.1-1-i386, libcuda-11.2-1, libcuda-11.2-1-i386, libcuda-11.3-1, libcuda-11.3-1-i386, libcuda-11.4-1, libcuda-11.4-1-i386, libcuda-5.0-1, libcuda-5.0-1-i386, libcuda-5.5-1, libcuda-5.5-1-i386, libcuda-6.0-1, libcuda-6.0-1-i386, libcuda-6.5-1, libcuda-6.5-1-i386, libcuda-7.0-1, libcuda-7.0-1-i386, libcuda-7.5-1, libcuda-7.5-1-i386, libcuda-8.0-1, libcuda-8.0-1-i386, libcuda-9.0-1, libcuda-9.0-1-i386, libcuda-9.1-1, libcuda-9.1-1-i386, libcuda-9.2-1, libcuda-9.2-1-i386, libcuda.so.1 (= 470.63.01), libcuda1-any Multi-Arch: same Homepage: https://www.nvidia.com/CUDA Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers/libcuda1_470.63.01-1~mx21+1_i386.deb Size: 2707080 SHA256: b9cb1272bc3dd6a0b5f7bb7dd73c05a5313391f26db89285fc5d1d64bbaf5ac2 SHA1: dd646eda1615c5790ba91894c121e50a11364150 MD5sum: ed33929da0195629fca3238ab1279848 Description: NVIDIA CUDA Driver Library The Compute Unified Device Architecture (CUDA) enables NVIDIA graphics processing units (GPUs) to be used for massively parallel general purpose computation. . This package contains the CUDA Driver API library for low-level CUDA programming. . Supported NVIDIA devices include GPUs starting from GeForce 8 and Quadro FX series, as well as the Tesla computing processors. . Please see the nvidia-kernel-dkms or nvidia-kernel-source packages for building the kernel module required by this package. This will provide nvidia-kernel-470.63.01. Original-Maintainer: Debian NVIDIA Maintainers Package: libd3dadapter9-mesa Source: mesa Version: 21.2.5-1~mx21ahs+1 Architecture: i386 Maintainer: SwampRabbit Installed-Size: 18837 Depends: libc6 (>= 2.29), libdrm-amdgpu1 (>= 2.4.105), libdrm-nouveau2 (>= 2.4.66), libdrm-radeon1 (>= 2.4.31), libdrm2 (>= 2.4.75), libelf1 (>= 0.142), libexpat1 (>= 2.0.1), libgcc-s1 (>= 7), libllvm12, libsensors5 (>= 1:3.5.0), libstdc++6 (>= 5.2), libvulkan1 (>= 1.2.131.2), libzstd1 (>= 1.4.0), zlib1g (>= 1:1.1.4), libudev1 Multi-Arch: same Homepage: https://mesa3d.org/ Priority: optional Section: libs Filename: pool/ahs/m/mesa/libd3dadapter9-mesa_21.2.5-1~mx21ahs+1_i386.deb Size: 5171804 SHA256: eec0769913ca075f9a6f61cde257cb4e3c9c7daeb77f9e1ecfd2a000c2556d49 SHA1: 15c286ada9e896de367e5f28e946becc2bbb53fa MD5sum: e8f91c55b40e62d72c5b3d46c462ebcf Description: state-tracker for Direct3D9 This package contains a Gallium3D state tracker that implements the Direct3D9 API. Combined with the gallium-nine branch of Wine, programs using D3D9 can achieve native (or better) graphics performance. Original-Maintainer: Debian X Strike Force Package: libd3dadapter9-mesa-dev Source: mesa Version: 21.2.5-1~mx21ahs+1 Architecture: i386 Maintainer: SwampRabbit Installed-Size: 97 Depends: libd3dadapter9-mesa (= 21.2.5-1~mx21ahs+1), libudev1 Multi-Arch: same Homepage: https://mesa3d.org/ Priority: optional Section: libdevel Filename: pool/ahs/m/mesa/libd3dadapter9-mesa-dev_21.2.5-1~mx21ahs+1_i386.deb Size: 58136 SHA256: c25b6b2b93e5c6ccd4111e4af46d66a09365302e5442f799afb9aad3930fba40 SHA1: a9e6c2e55534567579949c2b809d3c5b3c2bce37 MD5sum: 2564934192f8552e88cb971311fb7c5e Description: state-tracker for Direct3D9 -- development files This package contains a Gallium3D state tracker that implements the Direct3D9 API. Combined with the gallium-nine branch of Wine, programs using D3D9 can achieve native (or better) graphics performance. . Development files Original-Maintainer: Debian X Strike Force Package: libdrm-amdgpu1 Source: libdrm Version: 2.4.107-6~mx21ahs+1 Architecture: i386 Maintainer: SwampRabbit Installed-Size: 87 Depends: libc6 (>= 2.28), libdrm2 (>= 2.4.101) Multi-Arch: same Homepage: https://cgit.freedesktop.org/mesa/drm/ Priority: optional Section: libs Filename: pool/ahs/libd/libdrm/libdrm-amdgpu1_2.4.107-6~mx21ahs+1_i386.deb Size: 32192 SHA256: b20849ec67bf5add23d63bce3ea63456ac983f05d2bc82e396ca4930b6ed99a2 SHA1: 44a8053c025dd273c092ba4dc03e3b21b03a747f MD5sum: c9305e9282bc9a672a825938a67cef50 Description: Userspace interface to amdgpu-specific kernel DRM services -- runtime This library implements the userspace interface to the kernel DRM services. DRM stands for "Direct Rendering Manager", which is the kernelspace portion of the "Direct Rendering Infrastructure" (DRI). The DRI is currently used on Linux to provide hardware-accelerated OpenGL drivers. Original-Maintainer: Debian X Strike Force Package: libdrm-common Source: libdrm Version: 2.4.107-6~mx21ahs+1 Architecture: all Maintainer: SwampRabbit Installed-Size: 45 Multi-Arch: foreign Homepage: https://cgit.freedesktop.org/mesa/drm/ Priority: optional Section: libs Filename: pool/ahs/libd/libdrm/libdrm-common_2.4.107-6~mx21ahs+1_all.deb Size: 15384 SHA256: d9ce5e8cfc4e44d1492e0ff2eedf6d954a7d684f4f8df65215b0d6fd3f56a625 SHA1: 6a2f28ed073fe1c4cfbdec419851338eaf040a78 MD5sum: 1a34fbff37f0b0443d91cfd7ec102706 Description: Userspace interface to kernel DRM services -- common files This library implements the userspace interface to the kernel DRM services. DRM stands for "Direct Rendering Manager", which is the kernelspace portion of the "Direct Rendering Infrastructure" (DRI). The DRI is currently used on Linux to provide hardware-accelerated OpenGL drivers. . This package provides common files for libdrm. Original-Maintainer: Debian X Strike Force Package: libdrm-dev Source: libdrm Version: 2.4.107-6~mx21ahs+1 Architecture: i386 Maintainer: SwampRabbit Installed-Size: 1173 Depends: libdrm2 (= 2.4.107-6~mx21ahs+1), libdrm-intel1 (= 2.4.107-6~mx21ahs+1), libdrm-radeon1 (= 2.4.107-6~mx21ahs+1), libdrm-nouveau2 (= 2.4.107-6~mx21ahs+1), libdrm-amdgpu1 (= 2.4.107-6~mx21ahs+1), libpciaccess-dev, valgrind Multi-Arch: same Homepage: https://cgit.freedesktop.org/mesa/drm/ Priority: optional Section: libdevel Filename: pool/ahs/libd/libdrm/libdrm-dev_2.4.107-6~mx21ahs+1_i386.deb Size: 287052 SHA256: 847c4df11b22c7d8331fb96191f0ac9f39a1ab6f94a05b426df77162816855f5 SHA1: b32f67f0c83257603e86ed9cf2a21476b0f510e8 MD5sum: 45719cbd6776cb608ad015292d53932e Description: Userspace interface to kernel DRM services -- development files This library implements the userspace interface to the kernel DRM services. DRM stands for "Direct Rendering Manager", which is the kernelspace portion of the "Direct Rendering Infrastructure" (DRI). The DRI is currently used on Linux to provide hardware-accelerated OpenGL drivers. . This package provides the development environment for libdrm. Original-Maintainer: Debian X Strike Force Package: libdrm-intel1 Source: libdrm Version: 2.4.107-6~mx21ahs+1 Architecture: i386 Maintainer: SwampRabbit Installed-Size: 201 Depends: libc6 (>= 2.17), libdrm2 (>= 2.4.38), libpciaccess0 Multi-Arch: same Homepage: https://cgit.freedesktop.org/mesa/drm/ Priority: optional Section: libs Filename: pool/ahs/libd/libdrm/libdrm-intel1_2.4.107-6~mx21ahs+1_i386.deb Size: 75464 SHA256: 5c9e45df18f2ff3cf48d5658569bf3bfa9b7fac7a76b35cc70ceb27167a8dad5 SHA1: 6d1dbabc8bb71ed7346800f69feee3ef5f4ed2c5 MD5sum: baf68125bf5f06c690995bf1b7c4e056 Description: Userspace interface to intel-specific kernel DRM services -- runtime This library implements the userspace interface to the kernel DRM services. DRM stands for "Direct Rendering Manager", which is the kernelspace portion of the "Direct Rendering Infrastructure" (DRI). The DRI is currently used on Linux to provide hardware-accelerated OpenGL drivers. Original-Maintainer: Debian X Strike Force Package: libdrm-nouveau2 Source: libdrm Version: 2.4.107-6~mx21ahs+1 Architecture: i386 Maintainer: SwampRabbit Installed-Size: 77 Depends: libc6 (>= 2.4), libdrm2 (>= 2.4.38) Multi-Arch: same Homepage: https://cgit.freedesktop.org/mesa/drm/ Priority: optional Section: libs Filename: pool/ahs/libd/libdrm/libdrm-nouveau2_2.4.107-6~mx21ahs+1_i386.deb Size: 29052 SHA256: c759917453fd70a62fdfdd80b7b2525e6cec7fd4701e7d4dd054c1507997da61 SHA1: a453255e2ad0fc2fea24cdb4c54d0d791cff7589 MD5sum: 2ef1955709907e37417e75979ed06ecf Description: Userspace interface to nouveau-specific kernel DRM services -- runtime This library implements the userspace interface to the kernel DRM services. DRM stands for "Direct Rendering Manager", which is the kernelspace portion of the "Direct Rendering Infrastructure" (DRI). The DRI is currently used on Linux to provide hardware-accelerated OpenGL drivers. Original-Maintainer: Debian X Strike Force Package: libdrm-radeon1 Source: libdrm Version: 2.4.107-6~mx21ahs+1 Architecture: i386 Maintainer: SwampRabbit Installed-Size: 94 Depends: libc6 (>= 2.4), libdrm2 (>= 2.4.38) Multi-Arch: same Homepage: https://cgit.freedesktop.org/mesa/drm/ Priority: optional Section: libs Filename: pool/ahs/libd/libdrm/libdrm-radeon1_2.4.107-6~mx21ahs+1_i386.deb Size: 31788 SHA256: be59e1e17a7c4d849035d52016981c5de7c69e28ef56871ed7651b059a5dd328 SHA1: d6346f505b65b9b5e6c34f815056403fb4d1fae2 MD5sum: c831ef85e33a17cc2bc6c0f7e38487bc Description: Userspace interface to radeon-specific kernel DRM services -- runtime This library implements the userspace interface to the kernel DRM services. DRM stands for "Direct Rendering Manager", which is the kernelspace portion of the "Direct Rendering Infrastructure" (DRI). The DRI is currently used on Linux to provide hardware-accelerated OpenGL drivers. Original-Maintainer: Debian X Strike Force Package: libdrm-tests Source: libdrm Version: 2.4.107-6~mx21ahs+1 Architecture: i386 Maintainer: SwampRabbit Installed-Size: 241 Depends: libdrm2 (= 2.4.107-6~mx21ahs+1), libc6 (>= 2.15) Homepage: https://cgit.freedesktop.org/mesa/drm/ Priority: optional Section: libs Filename: pool/ahs/libd/libdrm/libdrm-tests_2.4.107-6~mx21ahs+1_i386.deb Size: 67856 SHA256: 0737e778098d1cfcd1b0f7e48c6de363453b0168cccc3f98109b92d2e23497cc SHA1: 5d257e11ce281b14f25fa71f7708f8e8364e7a79 MD5sum: 443e79d18e66913f9b2976318b02edc1 Description: Testing tools from the libdrm project This library implements the userspace interface to the kernel DRM services. DRM stands for "Direct Rendering Manager", which is the kernelspace portion of the "Direct Rendering Infrastructure" (DRI). The DRI is currently used on Linux to provide hardware-accelerated OpenGL drivers. . This package contains a variety of tools for testing from the libdrm project. Original-Maintainer: Debian X Strike Force Package: libdrm2 Source: libdrm Version: 2.4.107-6~mx21ahs+1 Architecture: i386 Maintainer: SwampRabbit Installed-Size: 131 Depends: libdrm-common (>= 2.4.107-6~mx21ahs+1), libc6 (>= 2.17) Multi-Arch: same Homepage: https://cgit.freedesktop.org/mesa/drm/ Priority: optional Section: libs Filename: pool/ahs/libd/libdrm/libdrm2_2.4.107-6~mx21ahs+1_i386.deb Size: 47096 SHA256: 457e72478887149d5c1b811bd07d4a2b03bd19294dc95ea92c7a6a9762044152 SHA1: e75aa3d92fc7b296dd48dec5eb3453596d619987 MD5sum: 9e55eaa6b4d30cee8bbe06513313cd42 Description: Userspace interface to kernel DRM services -- runtime This library implements the userspace interface to the kernel DRM services. DRM stands for "Direct Rendering Manager", which is the kernelspace portion of the "Direct Rendering Infrastructure" (DRI). The DRI is currently used on Linux to provide hardware-accelerated OpenGL drivers. . This package provides the runtime environment for libdrm. Original-Maintainer: Debian X Strike Force Package: libegl-dev Source: libglvnd Version: 1.3.4-1~mx21ahs+1 Architecture: i386 Maintainer: SwampRabbit Installed-Size: 117 Depends: libegl1 (= 1.3.4-1~mx21ahs+1), libgl-dev, libx11-dev Breaks: libegl1-mesa-dev (<< 19.3.0~rc6-1), libglvnd-dev (<< 1.3.0-1) Replaces: libegl1-mesa-dev (<< 19.3.0~rc6-1), libglvnd-dev (<< 1.3.0-1) Multi-Arch: same Homepage: https://gitlab.freedesktop.org/glvnd/libglvnd Priority: optional Section: libs Filename: pool/ahs/libg/libglvnd/libegl-dev_1.3.4-1~mx21ahs+1_i386.deb Size: 20184 SHA256: d7c9dbf6822807ecb886dd3e38423317ecd0ecc094893f049c16aa9912d8889e SHA1: b8dc0d6158c19483af870d59c9473b5acca6dcb3 MD5sum: 4b39237d2f2e2c4eff0095b61384aa17 Description: Vendor neutral GL dispatch library -- EGL development files This is an implementation of the vendor-neutral dispatch layer for arbitrating OpenGL API calls between multiple vendors on a per-screen basis. . This package provides the development environment for compiling programs against the EGL library. Original-Maintainer: Debian X Strike Force Package: libegl-mesa0 Source: mesa Version: 21.2.5-1~mx21ahs+1 Architecture: i386 Maintainer: SwampRabbit Installed-Size: 355 Depends: libc6 (>= 2.29), libdrm2 (>= 2.4.81), libexpat1 (>= 2.0.1), libgbm1 (= 21.2.5-1~mx21ahs+1), libgcc-s1 (>= 4.2), libglapi-mesa (= 21.2.5-1~mx21ahs+1), libwayland-client0 (>= 1.15.0), libwayland-server0 (>= 1.15.0), libx11-xcb1 (>= 2:1.7.2), libxcb-dri2-0 (>= 1.8), libxcb-dri3-0 (>= 1.13), libxcb-present0, libxcb-sync1, libxcb-xfixes0, libxcb1 (>= 1.9.2), libxshmfence1 Provides: libegl-vendor Multi-Arch: same Homepage: https://mesa3d.org/ Priority: optional Section: libs Filename: pool/ahs/m/mesa/libegl-mesa0_21.2.5-1~mx21ahs+1_i386.deb Size: 151664 SHA256: bbeb0f9262a244980a75a6f3bceea763a46d82edc7e025ec01922078dc2e23ac SHA1: e1fdcc75565b9ce679650a09db25b973571edec4 MD5sum: bbd2ee646d091fd59477d5dcb2fa98d0 Description: free implementation of the EGL API -- Mesa vendor library This package contains the EGL native platform graphics interface library. EGL provides a platform-agnostic mechanism for creating rendering surfaces for use with other graphics libraries, such as OpenGL|ES. . This package contains the Mesa vendor library for EGL. Original-Maintainer: Debian X Strike Force Package: libegl-nvidia-tesla-470-0 Source: nvidia-graphics-drivers-tesla-470 Version: 470.57.02-2~mx21+1 Architecture: i386 Maintainer: Steven Pusser Installed-Size: 1453 Depends: nvidia-tesla-470-alternative (= 470.57.02-2~mx21+1), libc6 (>= 2.4), libnvidia-tesla-470-eglcore (= 470.57.02-2~mx21+1) Multi-Arch: same Homepage: https://www.nvidia.com Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers-tesla-470/libegl-nvidia-tesla-470-0_470.57.02-2~mx21+1_i386.deb Size: 504184 SHA256: cbb81709888b390f8d40e993c9af13a94e79bb8937d66801ae792604235ada7f SHA1: 6ea4ca25f6593d8c836a8d85176c4e0be00c7df9 MD5sum: 4a2b914146262217a8b9eee33bf04628 Description: NVIDIA binary EGL library (Tesla 470 version) EGL provides a platform-agnostic mechanism for creating rendering surfaces for use with other graphics libraries, such as OpenGL|ES. . See the description of the nvidia-tesla-470-driver package or /usr/share/doc/libgl1-nvidia-tesla-470-glx/README.txt.gz for a complete list of supported GPUs and PCI IDs. . This package contains the driver specific binary EGL implementation provided by NVIDIA that is accessed via GLVND. Original-Maintainer: Debian NVIDIA Maintainers Package: libegl-nvidia0 Source: nvidia-graphics-drivers Version: 470.63.01-1~mx21+1 Architecture: i386 Maintainer: Steven Pusser Installed-Size: 1452 Depends: nvidia-alternative (= 470.63.01-1~mx21+1), libc6 (>= 2.4), libnvidia-eglcore (= 470.63.01-1~mx21+1) Multi-Arch: same Homepage: https://www.nvidia.com Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers/libegl-nvidia0_470.63.01-1~mx21+1_i386.deb Size: 502840 SHA256: 6a8439be3c23e2fe4aa978100b245ac1238e27ef7995c640c0cc01855f4fd84a SHA1: 2d163f7ab51997841f7d48479d33163f09249f4d MD5sum: b81640c5e305c80e99583ab96cadcbd3 Description: NVIDIA binary EGL library EGL provides a platform-agnostic mechanism for creating rendering surfaces for use with other graphics libraries, such as OpenGL|ES. . See the description of the nvidia-driver package or /usr/share/doc/libgl1-nvidia-glx/README.txt.gz for a complete list of supported GPUs and PCI IDs. . This package contains the driver specific binary EGL implementation provided by NVIDIA that is accessed via GLVND. Original-Maintainer: Debian NVIDIA Maintainers Package: libegl1 Source: libglvnd Version: 1.3.4-1~mx21ahs+1 Architecture: i386 Maintainer: SwampRabbit Installed-Size: 115 Depends: libc6 (>= 2.7), libglvnd0 (= 1.3.4-1~mx21ahs+1), libegl-mesa0 Multi-Arch: same Homepage: https://gitlab.freedesktop.org/glvnd/libglvnd Priority: optional Section: libs Filename: pool/ahs/libg/libglvnd/libegl1_1.3.4-1~mx21ahs+1_i386.deb Size: 37096 SHA256: af52c7bfa03b3df58c3726edf03d728482f8eab5454cffac1cb34bac71899eb3 SHA1: ffd040a32086bb2a937f30cd5e020ef0c6b97e67 MD5sum: 4aba561831eb60a79ca962e6baab4428 Description: Vendor neutral GL dispatch library -- EGL support This is an implementation of the vendor-neutral dispatch layer for arbitrating OpenGL API calls between multiple vendors on a per-screen basis. . This package contains support for EGL. Original-Maintainer: Debian X Strike Force Package: libegl1-mesa Source: mesa Version: 21.2.5-1~mx21ahs+1 Architecture: i386 Maintainer: SwampRabbit Installed-Size: 71 Depends: libegl1 Multi-Arch: same Homepage: https://mesa3d.org/ Priority: optional Section: oldlibs Filename: pool/ahs/m/mesa/libegl1-mesa_21.2.5-1~mx21ahs+1_i386.deb Size: 54140 SHA256: 6c42607c35921281dda3babf81a0e765e134fafff2846d3d5c5d9f17ec5ce630 SHA1: f4d1fa539dc312c59add5d57fe04da1825f94498 MD5sum: b2523f2ee41550c1024d6ea9813bfa90 Description: transitional dummy package This is a transitional dummy package, it can be safely removed. Original-Maintainer: Debian X Strike Force Package: libegl1-mesa-dev Source: mesa Version: 21.2.5-1~mx21ahs+1 Architecture: i386 Maintainer: SwampRabbit Installed-Size: 80 Depends: libegl-dev, libglvnd-dev Multi-Arch: same Homepage: https://mesa3d.org/ Priority: optional Section: libdevel Filename: pool/ahs/m/mesa/libegl1-mesa-dev_21.2.5-1~mx21ahs+1_i386.deb Size: 55568 SHA256: 2dc1731a9de2ed6525fb75ede1002f78af77d1fd67a642b10368242fbcd367a6 SHA1: 090ad9d77f10803cd19bffa9b3afa1b3863523ca MD5sum: e8304f4adea033925905ccc1aa6ac6ed Description: free implementation of the EGL API -- development files This package contains the development environment required for compiling programs against EGL native platform graphics interface library. EGL provides a platform-agnostic mechanism for creating rendering surfaces for use with other graphics libraries, such as OpenGL|ES. . This package provides the development environment for compiling programs against the EGL library. Original-Maintainer: Debian X Strike Force Package: libepoxy-dev Source: libepoxy Version: 1.5.8-1~mx21ahs+1 Architecture: i386 Maintainer: SwampRabbit Installed-Size: 1649 Depends: libegl-dev, libepoxy0 (= 1.5.8-1~mx21ahs+1), libgl-dev Multi-Arch: same Homepage: https://github.com/anholt/libepoxy Priority: optional Section: libdevel Filename: pool/ahs/libe/libepoxy/libepoxy-dev_1.5.8-1~mx21ahs+1_i386.deb Size: 127748 SHA256: 308485715ca408987e07b8faaacd0402e0ae59e9b485e9034c68e1d69f34931d SHA1: f143a3548ba0bb4c573aa04f8c6f2c33c2324162 MD5sum: 6d0058606908c51c036c72f77f246aff Description: OpenGL function pointer management library- development It hides the complexity of dlopen(), dlsym(), glXGetProcAddress(), eglGetProcAddress(), etc. from the app developer, with very little knowledge needed on their part. They get to read GL specs and write code using undecorated function names like glCompileShader(). . This package contains the development headers for the library found in libepoxy0. Non-developers likely have little use for this package. Original-Maintainer: Debian X Strike Force Package: libepoxy0 Source: libepoxy Version: 1.5.8-1~mx21ahs+1 Architecture: i386 Maintainer: SwampRabbit Installed-Size: 1234 Depends: libc6 (>= 2.7) Multi-Arch: same Homepage: https://github.com/anholt/libepoxy Priority: optional Section: libs Filename: pool/ahs/libe/libepoxy/libepoxy0_1.5.8-1~mx21ahs+1_i386.deb Size: 196324 SHA256: 0d0e36d491329ba0ca660a20e8a962dcf878a0406696ae59209602117dc80f6a SHA1: 3f36809279d8a1e3c2faf7f436cf4f73ec7f5b9c MD5sum: c20a1c4aa1c507645d483e428970d953 Description: OpenGL function pointer management library It hides the complexity of dlopen(), dlsym(), glXGetProcAddress(), eglGetProcAddress(), etc. from the app developer, with very little knowledge needed on their part. They get to read GL specs and write code using undecorated function names like glCompileShader(). Original-Maintainer: Debian X Strike Force Package: libfuzzer-12-dev Source: llvm-toolchain-12 Version: 1:12.0.1-8~mx21ahs+1 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 729 Depends: clang-12 (= 1:12.0.1-8~mx21ahs+1) Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/ahs/l/llvm-toolchain-12/libfuzzer-12-dev_12.0.1-8~mx21ahs+1_i386.deb Size: 194704 SHA256: 1368cb01849c753b5ac8abc13c0f2e64478efc3155517858c65a4b4c24255ed1 SHA1: dac5d27393db1dda9f2b728160bbf0125c8c5117 MD5sum: 8cce07085e634f8cac5a6d180cc12241 Description: Library for coverage-guided fuzz testing LibFuzzer is a library for in-process, coverage-guided, evolutionary fuzzing of other libraries. . LibFuzzer is similar in concept to American Fuzzy Lop (AFL), but it performs all of its fuzzing inside a single process. This in-process fuzzing can be more restrictive and fragile, but is potentially much faster as there is no overhead for process start-up. . The fuzzer is linked with the library under test, and feeds fuzzed inputs to the library via a specific fuzzing entrypoint (aka 'target function'); the fuzzer then tracks which areas of the code are reached, and generates mutations on the corpus of input data in order to maximize the code coverage. The code coverage information for libFuzzer is provided by LLVM's SanitizerCoverage instrumentation. Package: libgbm-dev Source: mesa Version: 21.2.5-1~mx21ahs+1 Architecture: i386 Maintainer: SwampRabbit Installed-Size: 93 Depends: libgbm1 (= 21.2.5-1~mx21ahs+1) Multi-Arch: same Homepage: https://mesa3d.org/ Priority: optional Section: libdevel Filename: pool/ahs/m/mesa/libgbm-dev_21.2.5-1~mx21ahs+1_i386.deb Size: 57780 SHA256: 2945c8dd447fa00fe47b8f59c6ca1645aaabfe9cc1204ad7ba7951d17c121446 SHA1: 0ca15ae64a07dd3a4181cf7e0511d2e61e8b63a4 MD5sum: fa24a245ee94779da65f981fd2fa3c6e Description: generic buffer management API -- development files This package contains the GBM buffer management library. It provides a mechanism for allocating buffers for graphics rendering tied to Mesa. . GBM is intended to be used as a native platform for EGL on drm or openwfd. . This package provides the development environment for compiling programs against the GBM library. Original-Maintainer: Debian X Strike Force Package: libgbm1 Source: mesa Version: 21.2.5-1~mx21ahs+1 Architecture: i386 Maintainer: SwampRabbit Installed-Size: 143 Depends: libc6 (>= 2.29), libdrm2 (>= 2.4.75), libexpat1 (>= 2.0.1), libwayland-server0 (>= 1.15.0) Multi-Arch: same Homepage: https://mesa3d.org/ Priority: optional Section: libs Filename: pool/ahs/m/mesa/libgbm1_21.2.5-1~mx21ahs+1_i386.deb Size: 78416 SHA256: 265a8921071b3d26e5b29fb83d51779af7760fddc72b5fd0e215d035ff350292 SHA1: 24541c8729c43b0930834159d31444778df85bfc MD5sum: ada107e3d202c9302dbf1c876dfe4359 Description: generic buffer management API -- runtime This package contains the GBM buffer management library. It provides a mechanism for allocating buffers for graphics rendering tied to Mesa. . GBM is intended to be used as a native platform for EGL on drm or openwfd. Original-Maintainer: Debian X Strike Force Package: libgl-dev Source: libglvnd Version: 1.3.4-1~mx21ahs+1 Architecture: i386 Maintainer: SwampRabbit Installed-Size: 1356 Depends: libgl1 (= 1.3.4-1~mx21ahs+1), libglx-dev Breaks: libgl1-mesa-dev (<< 19.3.0~rc6-1), libglvnd-dev (<< 1.3.0-1), mesa-common-dev (<< 19.3.0~rc6-1) Replaces: libgl1-mesa-dev (<< 19.3.0~rc6-1), libglvnd-dev (<< 1.3.0-1), mesa-common-dev (<< 19.3.0~rc6-1) Multi-Arch: same Homepage: https://gitlab.freedesktop.org/glvnd/libglvnd Priority: optional Section: libs Filename: pool/ahs/libg/libglvnd/libgl-dev_1.3.4-1~mx21ahs+1_i386.deb Size: 100536 SHA256: e8a2a47ad1feb3e512432e51099afc0a211ba4c7a7251b2e8cad7638cf7d284c SHA1: 282e3aafa3b61a9125762c57435d83d6749e969d MD5sum: ee843d94415b0b5bdc5217550d42ff31 Description: Vendor neutral GL dispatch library -- GL development files This is an implementation of the vendor-neutral dispatch layer for arbitrating OpenGL API calls between multiple vendors on a per-screen basis. . This package provides the development environment for compiling programs against the GL library. Original-Maintainer: Debian X Strike Force Package: libgl1 Source: libglvnd Version: 1.3.4-1~mx21ahs+1 Architecture: i386 Maintainer: SwampRabbit Installed-Size: 552 Depends: libc6 (>= 2.1.3), libglvnd0 (= 1.3.4-1~mx21ahs+1), libglx0 (= 1.3.4-1~mx21ahs+1) Multi-Arch: same Homepage: https://gitlab.freedesktop.org/glvnd/libglvnd Priority: optional Section: libs Filename: pool/ahs/libg/libglvnd/libgl1_1.3.4-1~mx21ahs+1_i386.deb Size: 82540 SHA256: 708ea080d3ff206d691dcc29d9ab55f0df9df9f586563c5d684e293a740bc1e6 SHA1: 5f074d4f2b2a6720d4177c92213283c3c0def14a MD5sum: b0d913a97bb1687fb221ad5aa69ca8cc Description: Vendor neutral GL dispatch library -- legacy GL support This is an implementation of the vendor-neutral dispatch layer for arbitrating OpenGL API calls between multiple vendors on a per-screen basis. . This package contains support for old libGL for compatibility reasons. Original-Maintainer: Debian X Strike Force Package: libgl1-mesa-dev Source: mesa Version: 21.2.5-1~mx21ahs+1 Architecture: i386 Maintainer: SwampRabbit Installed-Size: 71 Depends: libgl-dev, libglvnd-dev Multi-Arch: same Homepage: https://mesa3d.org/ Priority: optional Section: oldlibs Filename: pool/ahs/m/mesa/libgl1-mesa-dev_21.2.5-1~mx21ahs+1_i386.deb Size: 54160 SHA256: c70ff5dddf2425ff0b463c634637281e02cdc636a9398f457dd5b560cd1ac71e SHA1: dae6548745e726b8e6ae3b64b9820291fac1f5e2 MD5sum: 97862e5cb7e1d27f9ef2aeb3cb03cd0a Description: transitional dummy package This is a transitional dummy package, it can be safely removed. Original-Maintainer: Debian X Strike Force Package: libgl1-mesa-dri Source: mesa Version: 21.2.5-1~mx21ahs+1 Architecture: i386 Maintainer: SwampRabbit Installed-Size: 42615 Depends: libc6 (>= 2.29), libdrm-amdgpu1 (>= 2.4.105), libdrm-intel1 (>= 2.4.38), libdrm-nouveau2 (>= 2.4.66), libdrm-radeon1 (>= 2.4.31), libdrm2 (>= 2.4.75), libelf1 (>= 0.142), libexpat1 (>= 2.0.1), libgcc-s1 (>= 7), libglapi-mesa (= 21.2.5-1~mx21ahs+1), libllvm12, libsensors5 (>= 1:3.5.0), libstdc++6 (>= 5.2), libvulkan1 (>= 1.2.131.2), libzstd1 (>= 1.4.0), zlib1g (>= 1:1.1.4) Multi-Arch: same Homepage: https://mesa3d.org/ Priority: optional Section: libs Filename: pool/ahs/m/mesa/libgl1-mesa-dri_21.2.5-1~mx21ahs+1_i386.deb Size: 12364740 SHA256: 7042318e39ff139af3fd27992c381a7201e5064ee41f23b2cf8cfeec240dceb8 SHA1: 60a0d04ad80c7dc90161ad965ebfad9762a6a37a MD5sum: 6868237c2209216e35a40669d0a61a81 Description: free implementation of the OpenGL API -- DRI modules This version of Mesa provides GLX and DRI capabilities: it is capable of both direct and indirect rendering. For direct rendering, it can use DRI modules from the libgl1-mesa-dri package to accelerate drawing. . This package does not include the OpenGL library itself, only the DRI modules for accelerating direct rendering. . For a complete description of Mesa, please look at the libglx-mesa0 package. Original-Maintainer: Debian X Strike Force Package: libgl1-mesa-glx Source: mesa Version: 21.2.5-1~mx21ahs+1 Architecture: i386 Maintainer: SwampRabbit Installed-Size: 71 Depends: libgl1, libglx-mesa0 Multi-Arch: same Homepage: https://mesa3d.org/ Priority: optional Section: oldlibs Filename: pool/ahs/m/mesa/libgl1-mesa-glx_21.2.5-1~mx21ahs+1_i386.deb Size: 54160 SHA256: 7e0d1c65ed8a569598d69219ce2c69eac064851db1666e6af2b6c58fa566c2d1 SHA1: 776436c770091bfd6f2c10089a63305d49a11225 MD5sum: f173eb54a27f49fc8a74022741ce27ce Description: transitional dummy package This is a transitional dummy package, it can be safely removed. Original-Maintainer: Debian X Strike Force Package: libgl1-nvidia-glvnd-glx Source: nvidia-graphics-drivers Version: 470.63.01-1~mx21+1 Architecture: i386 Maintainer: Steven Pusser Installed-Size: 416 Depends: libgl1 (>= 0.2.999) | libgl1-glvnd-nvidia-glx, libglx-nvidia0 (= 470.63.01-1~mx21+1) Provides: libgl1-nvidia-glx-any Multi-Arch: same Homepage: https://www.nvidia.com Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers/libgl1-nvidia-glvnd-glx_470.63.01-1~mx21+1_i386.deb Size: 404128 SHA256: ef9db9399ecb620568ff750f7a539188646c0dcef1edeeebb3511cb9cf337ecb SHA1: 1be2a1b4630c4eaddaf004a88849cd40e7cb7a8e MD5sum: fb58d24827a08385145af07770e61cf7 Description: NVIDIA binary OpenGL/GLX library (GLVND variant) The NVIDIA binary driver provides optimized hardware acceleration of OpenGL/GLX/EGL/GLES applications via a direct-rendering X Server for graphics cards using NVIDIA chip sets. . See the description of the nvidia-driver package or /usr/share/doc/libgl1-nvidia-glvnd-glx/README.txt.gz for a complete list of supported GPUs and PCI IDs. . This metapackage depends on the NVIDIA binary OpenGL/GLX implementation using GLVND and the corresponding GLVND loader library. Original-Maintainer: Debian NVIDIA Maintainers Package: libgl1-nvidia-tesla-470-glvnd-glx Source: nvidia-graphics-drivers-tesla-470 Version: 470.57.02-2~mx21+1 Architecture: i386 Maintainer: Steven Pusser Installed-Size: 417 Depends: libgl1 (>= 0.2.999) | libgl1-glvnd-nvidia-glx, libglx-nvidia-tesla-470-0 (= 470.57.02-2~mx21+1) Provides: libgl1-nvidia-glx-any Multi-Arch: same Homepage: https://www.nvidia.com Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers-tesla-470/libgl1-nvidia-tesla-470-glvnd-glx_470.57.02-2~mx21+1_i386.deb Size: 405188 SHA256: 1a4783e4b2d3e4293bbe4bc2c8741283a4754accaafe0d099008d2bb2e654b77 SHA1: d6627a5bb2e70b3b276c8e513918e7e7dd1e959e MD5sum: 5a33299e4a49bf171f1d6a29a066d2da Description: NVIDIA binary OpenGL/GLX library (GLVND variant) (Tesla 470 version) The NVIDIA binary driver provides optimized hardware acceleration of OpenGL/GLX/EGL/GLES applications via a direct-rendering X Server for graphics cards using NVIDIA chip sets. . See the description of the nvidia-tesla-470-driver package or /usr/share/doc/libgl1-nvidia-tesla-470-glvnd-glx/README.txt.gz for a complete list of supported GPUs and PCI IDs. . This metapackage depends on the NVIDIA binary OpenGL/GLX implementation using GLVND and the corresponding GLVND loader library. Original-Maintainer: Debian NVIDIA Maintainers Package: libglapi-mesa Source: mesa Version: 21.2.5-1~mx21ahs+1 Architecture: i386 Maintainer: SwampRabbit Installed-Size: 237 Depends: libc6 (>= 2.4) Multi-Arch: same Homepage: https://mesa3d.org/ Priority: optional Section: libs Filename: pool/ahs/m/mesa/libglapi-mesa_21.2.5-1~mx21ahs+1_i386.deb Size: 74840 SHA256: c2170560e93588ea4e3096865fdd6d87ba4a55b36daee5511b41ed6f29e52800 SHA1: 4e3441326349134bce6eed2ab61a1142d4384619 MD5sum: 195e1dc5f9cb922c6b53c0f6610b7d43 Description: free implementation of the GL API -- shared library The Mesa GL API module is responsible for dispatching all the gl* functions. It is intended to be mainly used by both the libgles1-mesa and libgles2-mesa packages. Original-Maintainer: Debian X Strike Force Package: libgles-dev Source: libglvnd Version: 1.3.4-1~mx21ahs+1 Architecture: i386 Maintainer: SwampRabbit Installed-Size: 701 Depends: libegl-dev, libgl-dev, libgles1 (= 1.3.4-1~mx21ahs+1), libgles2 (= 1.3.4-1~mx21ahs+1) Breaks: libgles2-mesa-dev (<< 19.3.0~rc6-1), libglvnd-dev (<< 1.3.0-1) Replaces: libgles2-mesa-dev (<< 19.3.0~rc6-1), libglvnd-dev (<< 1.3.0-1) Multi-Arch: same Homepage: https://gitlab.freedesktop.org/glvnd/libglvnd Priority: optional Section: libs Filename: pool/ahs/libg/libglvnd/libgles-dev_1.3.4-1~mx21ahs+1_i386.deb Size: 50644 SHA256: 1afd692796dba4ae02f94f0d6084ed495699dbcef207a88581fd94e633131340 SHA1: 28acfd110683bd178d1e6468a42c425a78a22818 MD5sum: 5de9e14670452bb7affaf48f5c608dec Description: Vendor neutral GL dispatch library -- GLES development files This is an implementation of the vendor-neutral dispatch layer for arbitrating OpenGL API calls between multiple vendors on a per-screen basis. . This package provides the development environment for compiling programs against the GLES libraries. Original-Maintainer: Debian X Strike Force Package: libgles-nvidia-tesla-470-1 Source: nvidia-graphics-drivers-tesla-470 Version: 470.57.02-2~mx21+1 Architecture: i386 Maintainer: Steven Pusser Installed-Size: 334 Depends: libnvidia-tesla-470-eglcore (= 470.57.02-2~mx21+1), libgles1 (>= 0.2.999) | libgles1-glvnd-nvidia, nvidia-tesla-470-alternative (= 470.57.02-2~mx21+1), libc6 (>= 2.3.6-6~) Multi-Arch: same Homepage: https://www.nvidia.com Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers-tesla-470/libgles-nvidia-tesla-470-1_470.57.02-2~mx21+1_i386.deb Size: 256780 SHA256: d62f44d6c85a883bb5d02970897ca3241070af340a6ba4c1ef98baf4a44ccda4 SHA1: 90ef1ed42e358b58aba3f17210520d14c725631c MD5sum: 4405083ded29ccb6d555d8f594963479 Description: NVIDIA binary OpenGL|ES 1.x library (Tesla 470 version) OpenGL|ES is a cross-platform API for full-function 2D and 3D graphics on embedded systems - including consoles, phones, appliances and vehicles. It contains a subset of OpenGL plus a number of extensions for the special needs of embedded systems. . OpenGL|ES 1.x provides an API for fixed-function hardware. . See the description of the nvidia-tesla-470-driver package or /usr/share/doc/libgl1-nvidia-tesla-470-glx/README.txt.gz for a complete list of supported GPUs and PCI IDs. . This package contains the driver specific binary OpenGL|ES 1.x implementation by NVIDIA that is accessed via GLVND. Original-Maintainer: Debian NVIDIA Maintainers Package: libgles-nvidia-tesla-470-2 Source: nvidia-graphics-drivers-tesla-470 Version: 470.57.02-2~mx21+1 Architecture: i386 Maintainer: Steven Pusser Installed-Size: 397 Depends: libnvidia-tesla-470-eglcore (= 470.57.02-2~mx21+1), libgles2 (>= 0.2.999) | libgles2-glvnd-nvidia, nvidia-tesla-470-alternative (= 470.57.02-2~mx21+1), libc6 (>= 2.3.6-6~) Multi-Arch: same Homepage: https://www.nvidia.com Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers-tesla-470/libgles-nvidia-tesla-470-2_470.57.02-2~mx21+1_i386.deb Size: 264912 SHA256: 82a86a477d2838c6b770e992089b6dcab2a7756e386d3e6b0256f30395267ec7 SHA1: 36cff09608aca088df79c6b194452faa963b0299 MD5sum: a5a9bb830a13e9121103b4441cf470b0 Description: NVIDIA binary OpenGL|ES 2.x library (Tesla 470 version) OpenGL|ES is a cross-platform API for full-function 2D and 3D graphics on embedded systems - including consoles, phones, appliances and vehicles. It contains a subset of OpenGL plus a number of extensions for the special needs of embedded systems. . OpenGL|ES 2.x provides an API for programmable hardware including vertex and fragment shaders. . See the description of the nvidia-tesla-470-driver package or /usr/share/doc/libgl1-nvidia-tesla-470-glx/README.txt.gz for a complete list of supported GPUs and PCI IDs. . This package contains the driver specific binary OpenGL|ES 2.x implementation by NVIDIA that is accessed via GLVND. Original-Maintainer: Debian NVIDIA Maintainers Package: libgles-nvidia1 Source: nvidia-graphics-drivers Version: 470.63.01-1~mx21+1 Architecture: i386 Maintainer: Steven Pusser Installed-Size: 333 Depends: libnvidia-eglcore (= 470.63.01-1~mx21+1), libgles1 (>= 0.2.999) | libgles1-glvnd-nvidia, nvidia-alternative (= 470.63.01-1~mx21+1), libc6 (>= 2.3.6-6~) Multi-Arch: same Homepage: https://www.nvidia.com Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers/libgles-nvidia1_470.63.01-1~mx21+1_i386.deb Size: 255768 SHA256: 7efb7aae6872108493fc33eb0bf79fc163815b67e074e100a8b974ac63f159d6 SHA1: 72ef0a553d4876b36b24cb7fae75891486edabac MD5sum: b1dcc8a38f91174af94750bb46fa0208 Description: NVIDIA binary OpenGL|ES 1.x library OpenGL|ES is a cross-platform API for full-function 2D and 3D graphics on embedded systems - including consoles, phones, appliances and vehicles. It contains a subset of OpenGL plus a number of extensions for the special needs of embedded systems. . OpenGL|ES 1.x provides an API for fixed-function hardware. . See the description of the nvidia-driver package or /usr/share/doc/libgl1-nvidia-glx/README.txt.gz for a complete list of supported GPUs and PCI IDs. . This package contains the driver specific binary OpenGL|ES 1.x implementation by NVIDIA that is accessed via GLVND. Original-Maintainer: Debian NVIDIA Maintainers Package: libgles-nvidia2 Source: nvidia-graphics-drivers Version: 470.63.01-1~mx21+1 Architecture: i386 Maintainer: Steven Pusser Installed-Size: 396 Depends: libnvidia-eglcore (= 470.63.01-1~mx21+1), libgles2 (>= 0.2.999) | libgles2-glvnd-nvidia, nvidia-alternative (= 470.63.01-1~mx21+1), libc6 (>= 2.3.6-6~) Multi-Arch: same Homepage: https://www.nvidia.com Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers/libgles-nvidia2_470.63.01-1~mx21+1_i386.deb Size: 263952 SHA256: 29ee2bbf7e8f7d5bda761452a0b3f284e530c4103dbba6b7573ec398f45d2b0f SHA1: 79dc46a1f5311ad4bd77793f00b8f3cdc2dc11d8 MD5sum: ba5f1993e4ae7e015d597a2fa345c49b Description: NVIDIA binary OpenGL|ES 2.x library OpenGL|ES is a cross-platform API for full-function 2D and 3D graphics on embedded systems - including consoles, phones, appliances and vehicles. It contains a subset of OpenGL plus a number of extensions for the special needs of embedded systems. . OpenGL|ES 2.x provides an API for programmable hardware including vertex and fragment shaders. . See the description of the nvidia-driver package or /usr/share/doc/libgl1-nvidia-glx/README.txt.gz for a complete list of supported GPUs and PCI IDs. . This package contains the driver specific binary OpenGL|ES 2.x implementation by NVIDIA that is accessed via GLVND. Original-Maintainer: Debian NVIDIA Maintainers Package: libgles1 Source: libglvnd Version: 1.3.4-1~mx21ahs+1 Architecture: i386 Maintainer: SwampRabbit Installed-Size: 69 Depends: libc6 (>= 2.1.3), libglvnd0 (= 1.3.4-1~mx21ahs+1) Multi-Arch: same Homepage: https://gitlab.freedesktop.org/glvnd/libglvnd Priority: optional Section: libs Filename: pool/ahs/libg/libglvnd/libgles1_1.3.4-1~mx21ahs+1_i386.deb Size: 12788 SHA256: 001b07a2a4aa3364b87a67f9d2f55f9795d574b07e8f2d5d204110ae4b511791 SHA1: ab578a629a2e188c3b119065785b871f7de9c6ae MD5sum: 16114f2433d786e2e5ea6cbb8f4bc43e Description: Vendor neutral GL dispatch library -- GLESv1 support This is an implementation of the vendor-neutral dispatch layer for arbitrating OpenGL API calls between multiple vendors on a per-screen basis. . This package contains support for GLESv1. Original-Maintainer: Debian X Strike Force Package: libgles2 Source: libglvnd Version: 1.3.4-1~mx21ahs+1 Architecture: i386 Maintainer: SwampRabbit Installed-Size: 89 Depends: libc6 (>= 2.1.3), libglvnd0 (= 1.3.4-1~mx21ahs+1) Multi-Arch: same Homepage: https://gitlab.freedesktop.org/glvnd/libglvnd Priority: optional Section: libs Filename: pool/ahs/libg/libglvnd/libgles2_1.3.4-1~mx21ahs+1_i386.deb Size: 17584 SHA256: 2f69a34299730eb5cc3662105e8fbdd50b30b0b6e7ecb74cff750a59cd951d42 SHA1: 496c56b1a9db70aed4dd6332b2d7d3d9e75e84e9 MD5sum: 60db5653a2bf92c341ff4d6ea2efafda Description: Vendor neutral GL dispatch library -- GLESv2 support This is an implementation of the vendor-neutral dispatch layer for arbitrating OpenGL API calls between multiple vendors on a per-screen basis. . This package contains support for GLESv2. Original-Maintainer: Debian X Strike Force Package: libgles2-mesa Source: mesa Version: 21.2.5-1~mx21ahs+1 Architecture: i386 Maintainer: SwampRabbit Installed-Size: 71 Depends: libgles2 Multi-Arch: same Homepage: https://mesa3d.org/ Priority: optional Section: oldlibs Filename: pool/ahs/m/mesa/libgles2-mesa_21.2.5-1~mx21ahs+1_i386.deb Size: 54148 SHA256: 4274c7deb980182763799854d34af0d8336d39191f9152e97aab4a2d1aecdd72 SHA1: 0f1ab55a257da5bc976822812ab38476e91dc37c MD5sum: 53194d675a179eddc08554b7bf194b91 Description: transitional dummy package This is a transitional dummy package, it can be safely removed. Original-Maintainer: Debian X Strike Force Package: libgles2-mesa-dev Source: mesa Version: 21.2.5-1~mx21ahs+1 Architecture: i386 Maintainer: SwampRabbit Installed-Size: 71 Depends: libgles-dev, libglvnd-dev Multi-Arch: same Homepage: https://mesa3d.org/ Priority: optional Section: oldlibs Filename: pool/ahs/m/mesa/libgles2-mesa-dev_21.2.5-1~mx21ahs+1_i386.deb Size: 54160 SHA256: b55da5b26ca8d4dc37d7e9fdf819eb7f65c77bbee6cd5d0c857cc254181139b0 SHA1: 908795a7b8c23a819738f7cf7c71db39353fbf73 MD5sum: ddd5e72fec3d747deb35056032e22aa6 Description: transitional dummy package This is a transitional dummy package, it can be safely removed. Original-Maintainer: Debian X Strike Force Package: libglvnd-core-dev Source: libglvnd Version: 1.3.4-1~mx21ahs+1 Architecture: i386 Maintainer: SwampRabbit Installed-Size: 64 Breaks: libglvnd-dev (<< 1.3.3-1) Replaces: libglvnd-dev (<< 1.3.3-1) Multi-Arch: same Homepage: https://gitlab.freedesktop.org/glvnd/libglvnd Priority: optional Section: libdevel Filename: pool/ahs/libg/libglvnd/libglvnd-core-dev_1.3.4-1~mx21ahs+1_i386.deb Size: 14192 SHA256: 8dd28e7b7a244d9c90e1a61f6a9387a25fd05adae6499862a579645b7dc25b03 SHA1: c2084946e3a6575b6c5d0670b9ee41ad7db84ba2 MD5sum: 34ae86799142180ab3b5cbccb7a0b48e Description: Vendor neutral GL dispatch library -- core development files This is an implementation of the vendor-neutral dispatch layer for arbitrating OpenGL API calls between multiple vendors on a per-screen basis. . This package contains the header files for libglvnd split in a separate package for Mesa. Original-Maintainer: Debian X Strike Force Package: libglvnd-dev Source: libglvnd Version: 1.3.4-1~mx21ahs+1 Architecture: i386 Maintainer: SwampRabbit Installed-Size: 20 Depends: libglvnd0 (= 1.3.4-1~mx21ahs+1), libglvnd-core-dev (= 1.3.4-1~mx21ahs+1), libegl-dev (>= 1.3.0-1), libgl-dev (>= 1.3.0-1), libgles-dev (>= 1.3.0-1), libglx-dev (>= 1.3.0-1), libopengl-dev (>= 1.3.0-1) Multi-Arch: same Homepage: https://gitlab.freedesktop.org/glvnd/libglvnd Priority: optional Section: libdevel Filename: pool/ahs/libg/libglvnd/libglvnd-dev_1.3.4-1~mx21ahs+1_i386.deb Size: 5980 SHA256: 63b757c07d39255a354efa86613d467881f33e4b4a940f76ba6d92a94a67d3ff SHA1: 9a2af82d5ab0b6cddcd69f1254abbf853350e33b MD5sum: 9503f5136dfb8b3ec6f656d541364f29 Description: Vendor neutral GL dispatch library -- development files This is an implementation of the vendor-neutral dispatch layer for arbitrating OpenGL API calls between multiple vendors on a per-screen basis. . This package contains the development files for libglvnd. Original-Maintainer: Debian X Strike Force Package: libglvnd0 Source: libglvnd Version: 1.3.4-1~mx21ahs+1 Architecture: i386 Maintainer: SwampRabbit Installed-Size: 504 Depends: libc6 (>= 2.4) Breaks: libgldispatch0-nvidia Replaces: libgldispatch0-nvidia Multi-Arch: same Homepage: https://gitlab.freedesktop.org/glvnd/libglvnd Priority: optional Section: libs Filename: pool/ahs/libg/libglvnd/libglvnd0_1.3.4-1~mx21ahs+1_i386.deb Size: 46828 SHA256: 5b1b456fb699b65c0608b844522c36452136dfbbcce54c2339997fd044b32880 SHA1: 580ef46783d1cc7e63df4db41e9eb9d2e5210f17 MD5sum: edc20aa77bd56b73b676d5dbd71c9d2a Description: Vendor neutral GL dispatch library This is an implementation of the vendor-neutral dispatch layer for arbitrating OpenGL API calls between multiple vendors on a per-screen basis. . This package contains the GL dispatch library. Original-Maintainer: Debian X Strike Force Package: libglx-dev Source: libglvnd Version: 1.3.4-1~mx21ahs+1 Architecture: i386 Maintainer: SwampRabbit Installed-Size: 89 Depends: libglx0 (= 1.3.4-1~mx21ahs+1), libx11-dev Breaks: libgl-dev (<< 1.3.0-6), libglvnd-dev (<< 1.3.0-1), mesa-common-dev (<< 19.3.0~rc6-1) Replaces: libgl-dev (<< 1.3.0-6), libglvnd-dev (<< 1.3.0-1), mesa-common-dev (<< 19.3.0~rc6-1) Multi-Arch: same Homepage: https://gitlab.freedesktop.org/glvnd/libglvnd Priority: optional Section: libs Filename: pool/ahs/libg/libglvnd/libglx-dev_1.3.4-1~mx21ahs+1_i386.deb Size: 16644 SHA256: ecc8f306e3a8a4cb7e3fb95a72ad07a1994a408339e995475c8eeacc740c91c2 SHA1: 9a977a309c4429da1024595da5368799d15f7b40 MD5sum: 6599a21676183e03ce5bee699b3cc107 Description: Vendor neutral GL dispatch library -- GLX development files This is an implementation of the vendor-neutral dispatch layer for arbitrating OpenGL API calls between multiple vendors on a per-screen basis. . This package provides the development environment for compiling programs against the GLX library. Original-Maintainer: Debian X Strike Force Package: libglx-mesa0 Source: mesa Version: 21.2.5-1~mx21ahs+1 Architecture: i386 Maintainer: SwampRabbit Installed-Size: 586 Depends: libc6 (>= 2.29), libdrm2 (>= 2.4.75), libexpat1 (>= 2.0.1), libglapi-mesa (= 21.2.5-1~mx21ahs+1), libx11-6 (>= 2:1.4.99.1), libx11-xcb1 (>= 2:1.7.2), libxcb-dri2-0 (>= 1.8), libxcb-dri3-0 (>= 1.13), libxcb-glx0 (>= 1.8), libxcb-present0, libxcb-shm0, libxcb-sync1, libxcb-xfixes0, libxcb1 (>= 1.9.2), libxext6, libxfixes3, libxshmfence1, libxxf86vm1, libgl1-mesa-dri Breaks: glx-diversions (<< 0.8.4~), libopengl-perl (<< 0.6704+dfsg-2) Provides: libglx-vendor Multi-Arch: same Homepage: https://mesa3d.org/ Priority: optional Section: libs Filename: pool/ahs/m/mesa/libglx-mesa0_21.2.5-1~mx21ahs+1_i386.deb Size: 193124 SHA256: 89193594c29ae96d1f15e765dbe3e5de72a0392dac7662dfc69f84158974e552 SHA1: 5b3427ccdf3ca24480096336d6ceaca09d9d6df2 MD5sum: adb0dae3d1dcfb1c61a05e192919d94d Description: free implementation of the OpenGL API -- GLX vendor library Mesa is a 3-D graphics library with an API which is very similar to that of OpenGL. To the extent that Mesa utilizes the OpenGL command syntax or state machine, it is being used with authorization from Silicon Graphics, Inc. However, the authors make no claim that Mesa is in any way a compatible replacement for OpenGL or associated with Silicon Graphics, Inc. . This version of Mesa provides GLX and DRI capabilities: it is capable of both direct and indirect rendering. For direct rendering, it can use DRI modules from the libgl1-mesa-dri package to accelerate drawing. . This package does not include the modules themselves: these can be found in the libgl1-mesa-dri package. Original-Maintainer: Debian X Strike Force Package: libglx-nvidia-tesla-470-0 Source: nvidia-graphics-drivers-tesla-470 Version: 470.57.02-2~mx21+1 Architecture: i386 Maintainer: Steven Pusser Installed-Size: 1415 Depends: libglx0 | libglx0-glvnd-nvidia, nvidia-tesla-470-alternative (= 470.57.02-2~mx21+1), libc6 (>= 2.1.3), libnvidia-tesla-470-eglcore (= 470.57.02-2~mx21+1), libnvidia-tesla-470-glcore (= 470.57.02-2~mx21+1), libx11-6, libxext6 Provides: libglx-vendor Multi-Arch: same Homepage: https://www.nvidia.com Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers-tesla-470/libglx-nvidia-tesla-470-0_470.57.02-2~mx21+1_i386.deb Size: 465664 SHA256: f2a8079b8d236461d4e8542de9a89bb8b684714b3b171181a57d351b4c4973df SHA1: 5167d6188326b19aaa8f46f7c20344d64f5c900d MD5sum: 0d7ea1b34fba523ecb4acd7a3ef7d53d Description: NVIDIA binary GLX library (Tesla 470 version) GLX ("OpenGL Extension to the X Window System") provides an interface between OpenGL and the X Window System as well as extensions to OpenGL itself. . See the description of the nvidia-tesla-470-driver package or /usr/share/doc/libgl1-nvidia-tesla-470-glx/README.txt.gz for a complete list of supported GPUs and PCI IDs. . This package contains the driver specific binary GLX implementation by NVIDIA that is accessed via GLVND. Original-Maintainer: Debian NVIDIA Maintainers Package: libglx-nvidia0 Source: nvidia-graphics-drivers Version: 470.63.01-1~mx21+1 Architecture: i386 Maintainer: Steven Pusser Installed-Size: 1414 Depends: libglx0 | libglx0-glvnd-nvidia, nvidia-alternative (= 470.63.01-1~mx21+1), libc6 (>= 2.1.3), libnvidia-eglcore (= 470.63.01-1~mx21+1), libnvidia-glcore (= 470.63.01-1~mx21+1), libx11-6, libxext6 Provides: libglx-vendor Multi-Arch: same Homepage: https://www.nvidia.com Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers/libglx-nvidia0_470.63.01-1~mx21+1_i386.deb Size: 463920 SHA256: dfdd641309ff0108309fb267d5ae36a8b33825bf170d87906377becf45907b81 SHA1: cc1c396ccd6a173bf6b84d43ceea0daaaa34cfb8 MD5sum: e58737580eef97327e3567abea2b86f1 Description: NVIDIA binary GLX library GLX ("OpenGL Extension to the X Window System") provides an interface between OpenGL and the X Window System as well as extensions to OpenGL itself. . See the description of the nvidia-driver package or /usr/share/doc/libgl1-nvidia-glx/README.txt.gz for a complete list of supported GPUs and PCI IDs. . This package contains the driver specific binary GLX implementation by NVIDIA that is accessed via GLVND. Original-Maintainer: Debian NVIDIA Maintainers Package: libglx0 Source: libglvnd Version: 1.3.4-1~mx21ahs+1 Architecture: i386 Maintainer: SwampRabbit Installed-Size: 226 Depends: libc6 (>= 2.7), libglvnd0 (= 1.3.4-1~mx21ahs+1), libx11-6 (>= 2:1.4.99.1), libglx-mesa0 Multi-Arch: same Homepage: https://gitlab.freedesktop.org/glvnd/libglvnd Priority: optional Section: libs Filename: pool/ahs/libg/libglvnd/libglx0_1.3.4-1~mx21ahs+1_i386.deb Size: 40424 SHA256: 27eeaa7673c4bacab86544921add36e2ff2bb5fc7a2bdeca5181f76782a1d1f4 SHA1: 5dae402f7a2ba6666d1bddb1f8d8ced97a388167 MD5sum: a827c444998ab65522623949457f2cee Description: Vendor neutral GL dispatch library -- GLX support This is an implementation of the vendor-neutral dispatch layer for arbitrating OpenGL API calls between multiple vendors on a per-screen basis. . This package contains support for GLX. Original-Maintainer: Debian X Strike Force Package: libigdgmm-dev Source: intel-gmmlib Version: 21.3.2+ds1-1~mx21ahs+1 Architecture: i386 Maintainer: SwampRabbit Installed-Size: 961 Depends: libigdgmm11 (= 21.3.2+ds1-1~mx21ahs+1) Multi-Arch: same Homepage: https://github.com/intel/gmmlib Priority: optional Section: libdevel Filename: pool/ahs/i/intel-gmmlib/libigdgmm-dev_21.3.2+ds1-1~mx21ahs+1_i386.deb Size: 111856 SHA256: 33ed388307a5cbdde4fb0245649892e081425b1bcbb624604f65e52d5c03916a SHA1: ccf916a575584dcd57c6913bb3a75a6a2faebbf5 MD5sum: 69008cb6e4c0efdc301e5262e2c70f8c Description: Intel Graphics Memory Management Library -- development files The Intel Graphics Memory Management Library provides device specific and buffer management for the Intel Graphics Compute Runtime for OpenCL and the Intel Media Driver for VAAPI. . This library is only useful for Broadwell and newer CPUs. . This package includes files for development. Original-Maintainer: Debian Multimedia Maintainers Package: libigdgmm11 Source: intel-gmmlib Version: 21.3.2+ds1-1~mx21ahs+1 Architecture: i386 Maintainer: SwampRabbit Installed-Size: 537 Depends: libc6 (>= 2.4), libgcc-s1 (>= 4.2), libstdc++6 (>= 4.1.1) Multi-Arch: same Homepage: https://github.com/intel/gmmlib Priority: optional Section: libs Filename: pool/ahs/i/intel-gmmlib/libigdgmm11_21.3.2+ds1-1~mx21ahs+1_i386.deb Size: 128456 SHA256: 712b8d3e5ea25a80694877f9905ca03718f52e0b6f94b6c71d40b10b9226af8c SHA1: 58fb6818d2bfdcb8cfc66a19483b86a4eb76b1b5 MD5sum: 70c3e32c5e32d36128f07c006b37f93a Description: Intel Graphics Memory Management Library -- shared library The Intel Graphics Memory Management Library provides device specific and buffer management for the Intel Graphics Compute Runtime for OpenCL and the Intel Media Driver for VAAPI. . This library is only useful for Broadwell and newer CPUs. . This package includes the shared library. Original-Maintainer: Debian Multimedia Maintainers Package: libigfxcmrt-dev Source: intel-media-driver Version: 21.4.1+dfsg1-1~mx21ahs+1 Architecture: i386 Maintainer: SwampRabbit Installed-Size: 1488 Depends: libigfxcmrt7 (= 21.4.1+dfsg1-1~mx21ahs+1) Multi-Arch: same Homepage: https://github.com/intel/media-driver Priority: optional Section: libdevel Filename: pool/ahs/i/intel-media-driver/libigfxcmrt-dev_21.4.1+dfsg1-1~mx21ahs+1_i386.deb Size: 70768 SHA256: c0783b913e10d3a8b168f840de207e37af331ae793c58021cb97a3af26e8c916 SHA1: 7fb70839329a7502a9e75a75277cfb6389913db7 MD5sum: 68f1d62e1dea773f58ead28b117458e9 Description: Intel C for Media Runtime -- development files cmrtlib is a runtime library needed when user wants to execute their own GPU kernels on render engine. It calls iHD media driver to load the kernels and allocate the resources. It provides a set of APIs for user to call directly from application. . This package includes files for development. Original-Maintainer: Debian Multimedia Maintainers Package: libigfxcmrt7 Source: intel-media-driver Version: 21.4.1+dfsg1-1~mx21ahs+1 Architecture: i386 Maintainer: SwampRabbit Installed-Size: 117 Depends: intel-media-va-driver (= 21.4.1+dfsg1-1~mx21ahs+1) | intel-media-va-driver-non-free (>= 21.4.1+dfsg1), libc6 (>= 2.29), libgcc-s1 (>= 4.2), libstdc++6 (>= 5.2), libva2 (>= 2.12) Multi-Arch: same Homepage: https://github.com/intel/media-driver Priority: optional Section: libs Filename: pool/ahs/i/intel-media-driver/libigfxcmrt7_21.4.1+dfsg1-1~mx21ahs+1_i386.deb Size: 35344 SHA256: 0191c56f5d8ac1bf564b8d1429e80272acfdf896fc0d746d7bd9d39b82f16a96 SHA1: eea4654e19d8ca9d4428108c7d3d7400d535ef43 MD5sum: afa22e44721036c3875ad094f6cc0920 Description: Intel C for Media Runtime -- shared library cmrtlib is a runtime library needed when user wants to execute their own GPU kernels on render engine. It calls iHD media driver to load the kernels and allocate the resources. It provides a set of APIs for user to call directly from application. . This package includes the shared library. Original-Maintainer: Debian Multimedia Maintainers Package: libinput-bin Source: libinput Version: 1.19.1-1~mx21ahs+1 Architecture: i386 Maintainer: SwampRabbit Installed-Size: 135 Depends: libc6 (>= 2.7), libevdev2 (>= 1.10.0), libudev1 (>= 183), libwacom2 (>= 1.1) Multi-Arch: foreign Homepage: http://www.freedesktop.org/wiki/Software/libinput/ Priority: optional Section: libs Filename: pool/ahs/libi/libinput/libinput-bin_1.19.1-1~mx21ahs+1_i386.deb Size: 28052 SHA256: c220c8132d48efa75c1d770410e3fc2f8d219d3ccadd044b46534b6111091cc0 SHA1: bcfbb750ecae220a5c69fe967783abadf4f65a3f MD5sum: 79c133108fd5bcca76102dbac4aafcaa Description: input device management and event handling library - udev quirks libinput is a library that handles input devices for display servers and other applications that need to directly deal with input devices. . It provides device detection, device handling, input device event processing and abstraction to minimize the amount of custom input code the user of libinput needs to provide the common set of functionality that users expect. . This package includes the udev quirks database and helpers. Original-Maintainer: Debian X Strike Force Package: libinput-dev Source: libinput Version: 1.19.1-1~mx21ahs+1 Architecture: i386 Maintainer: SwampRabbit Installed-Size: 216 Depends: libinput10 (= 1.19.1-1~mx21ahs+1), libmtdev-dev (>= 1.1.0), libudev-dev, libevdev-dev (>= 1.10.0), libwacom-dev (>= 0.20) Multi-Arch: same Homepage: http://www.freedesktop.org/wiki/Software/libinput/ Priority: optional Section: libdevel Filename: pool/ahs/libi/libinput/libinput-dev_1.19.1-1~mx21ahs+1_i386.deb Size: 35524 SHA256: 25b61af9aef47f91367f4ce5058d342b8c40671b1190485b053e6ab782d929a5 SHA1: 52d87be288f315035eee66364a1d3269278dd4e7 MD5sum: dea5771827cfd450a8d0bedbac0b7e0c Description: input device management and event handling library - development files libinput is a library that handles input devices for display servers and other applications that need to directly deal with input devices. . It provides device detection, device handling, input device event processing and abstraction to minimize the amount of custom input code the user of libinput needs to provide the common set of functionality that users expect. . This package includes the development headers. Original-Maintainer: Debian X Strike Force Package: libinput-tools Source: libinput Version: 1.19.1-1~mx21ahs+1 Architecture: i386 Maintainer: SwampRabbit Installed-Size: 830 Depends: libinput10 (= 1.19.1-1~mx21ahs+1), libc6 (>= 2.17), libcairo2 (>= 1.2.4), libevdev2 (>= 1.10.0), libglib2.0-0 (>= 2.30.0), libgtk-3-0 (>= 3.19.12), libudev1 (>= 183), libwayland-client0 (>= 1.9.91), libx11-6, python3, python3-libevdev, python3-pyudev Multi-Arch: allowed Homepage: http://www.freedesktop.org/wiki/Software/libinput/ Priority: optional Section: libdevel Filename: pool/ahs/libi/libinput/libinput-tools_1.19.1-1~mx21ahs+1_i386.deb Size: 158752 SHA256: 106296b80bb43c0843e06ed59254556c4ce8382db7b873d67e8b66d2f9da0813 SHA1: 5c1be1bec78e5a9d54db6492396e2f5e43a7d289 MD5sum: 54e88c49d42dfd8406cfd3de6b1452f4 Description: input device management and event handling library - command line tools libinput is a library that handles input devices for display servers and other applications that need to directly deal with input devices. . It provides device detection, device handling, input device event processing and abstraction to minimize the amount of custom input code the user of libinput needs to provide the common set of functionality that users expect. . This package includes the command line tools. Original-Maintainer: Debian X Strike Force Package: libinput10 Source: libinput Version: 1.19.1-1~mx21ahs+1 Architecture: i386 Maintainer: SwampRabbit Installed-Size: 407 Depends: libc6 (>= 2.29), libevdev2 (>= 1.10.0), libmtdev1 (>= 1.1.0), libudev1 (>= 183), libwacom2 (>= 1.1), libinput-bin (>= 1.19.1-1~mx21ahs+1) Multi-Arch: same Homepage: http://www.freedesktop.org/wiki/Software/libinput/ Priority: optional Section: libs Filename: pool/ahs/libi/libinput/libinput10_1.19.1-1~mx21ahs+1_i386.deb Size: 139632 SHA256: 5e78849d99f9d1481719b7833071c118ac6fdee803aa3beaf0016ee278f8968b SHA1: cbc77980fbe9dfc4dcf5fdc971bc6731387c47f5 MD5sum: 82ca992c08fc6a0afeefa1bdeb7db225 Description: input device management and event handling library - shared library libinput is a library that handles input devices for display servers and other applications that need to directly deal with input devices. . It provides device detection, device handling, input device event processing and abstraction to minimize the amount of custom input code the user of libinput needs to provide the common set of functionality that users expect. . This package includes the shared library. Original-Maintainer: Debian X Strike Force Package: liblld-12 Source: llvm-toolchain-12 Version: 1:12.0.1-8~mx21ahs+1 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 11818 Depends: libllvm12 (= 1:12.0.1-8~mx21ahs+1) Homepage: https://www.llvm.org/ Priority: optional Section: libs Filename: pool/ahs/l/llvm-toolchain-12/liblld-12_12.0.1-8~mx21ahs+1_i386.deb Size: 1643716 SHA256: 2413336c177883b4635a83b9699f8d5895fcf3a17d47b968f7c95287805cb16b SHA1: 5f28336cf1c9b09b6b8f170d9b5b02980ef4b7e0 MD5sum: 55cca857916ee3745fdac4942cd64096 Description: LLVM-based linker, library LLD is a new, high-performance linker. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project. . This package contains the LLD runtime library. Package: liblld-12-dev Source: llvm-toolchain-12 Version: 1:12.0.1-8~mx21ahs+1 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 223 Depends: lld-12 (= 1:12.0.1-8~mx21ahs+1), liblld-12 (= 1:12.0.1-8~mx21ahs+1) Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/ahs/l/llvm-toolchain-12/liblld-12-dev_12.0.1-8~mx21ahs+1_i386.deb Size: 80212 SHA256: b14412b5db51f2a94781536c7237f82446a81b147a7e613b0b82d3061585f193 SHA1: cacf9679e160d27039fe19937dda9fce7ea2e66e MD5sum: 35fb79548a25d26845dd456f31a64374 Description: LLVM-based linker, header files LLD is a new, high-performance linker. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project. . This package provides the header files to build extension over lld. Package: liblldb-12 Source: llvm-toolchain-12 Version: 1:12.0.1-8~mx21ahs+1 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 14613 Depends: libatomic1 (>= 4.8), libc6 (>= 2.30), libclang-cpp12 (>= 1:12.0.1), libedit2 (>= 3.1-20140620-0), libgcc-s1 (>= 4.2), libllvm12 (= 1:12.0.1-8~mx21ahs+1), libncurses6 (>= 6), libpython3.9 (>= 3.9.1), libstdc++6 (>= 9), libtinfo6 (>= 6), libxml2 (>= 2.7.4) Homepage: https://www.llvm.org/ Priority: optional Section: libs Filename: pool/ahs/l/llvm-toolchain-12/liblldb-12_12.0.1-8~mx21ahs+1_i386.deb Size: 3411256 SHA256: 4020b5b81fa68ee18010bf5e881ba0a5036f1140ca0bbd30cc3318260ec521ee SHA1: 75077bf8155c40296537cd76c3d1264ef5c5baaf MD5sum: eeeed0def4d8cefe917928420ca0d032 Description: Next generation, high-performance debugger, library LLDB is a next generation, high-performance debugger. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project, such as the Clang expression parser and LLVM disassembler. . This package contains the LLDB runtime library. Package: liblldb-12-dev Source: llvm-toolchain-12 Version: 1:12.0.1-8~mx21ahs+1 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 3183 Depends: lldb-12 (= 1:12.0.1-8~mx21ahs+1) Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/ahs/l/llvm-toolchain-12/liblldb-12-dev_12.0.1-8~mx21ahs+1_i386.deb Size: 511568 SHA256: 04986c25f351c8ff581caaf5bf37156e681c6cdcf00b312187a2629e203e34f1 SHA1: 60b6f97e3946fe5b074934c68e3fd2db9a56ec8e MD5sum: 0b7dc084a8efe401aa1e128c824210a5 Description: Next generation, high-performance debugger, header files LLDB is a next generation, high-performance debugger. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project, such as the Clang expression parser and LLVM disassembler. . This package provides the header files to build extension over lldb. Package: libllvm12 Source: llvm-toolchain-12 Version: 1:12.0.1-8~mx21ahs+1 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 85373 Depends: libatomic1 (>= 4.8), libc6 (>= 2.29), libedit2 (>= 2.11-20080614-0), libffi7 (>= 3.3~20180313), libgcc-s1 (>= 4.2), libstdc++6 (>= 9), libtinfo6 (>= 6), libxml2 (>= 2.7.4), libz3-4 (>= 4.8.10), zlib1g (>= 1:1.2.0) Multi-Arch: same Homepage: https://www.llvm.org/ Priority: optional Section: libs Filename: pool/ahs/l/llvm-toolchain-12/libllvm12_12.0.1-8~mx21ahs+1_i386.deb Size: 19386648 SHA256: f255d82be835b392dfde9e6eb77afbe120143ff3fd414661337aace0f9255a1a SHA1: 528f03382d14090019497d89f941d8a1ee3f24e1 MD5sum: ee7f4f34708a1b87452ad5a898681b28 Description: Modular compiler and toolchain technologies, runtime library LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . This package contains the LLVM runtime library. Package: libnvcuvid1 Source: nvidia-graphics-drivers Version: 470.63.01-1~mx21+1 Architecture: i386 Maintainer: Steven Pusser Installed-Size: 5427 Depends: libcuda1 (= 470.63.01-1~mx21+1), libc6 (>= 2.7) Multi-Arch: same Homepage: https://www.nvidia.com Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers/libnvcuvid1_470.63.01-1~mx21+1_i386.deb Size: 1254276 SHA256: 8fd814efaa368c9b6a39e720accae7362735faf2d2f60c47dd1f3ff475e968c1 SHA1: 0e247fd80087eaf67693493691f3e25a5f41b055 MD5sum: 516290a19959e7461c541d75dff6a926 Description: NVIDIA CUDA Video Decoder runtime library The Compute Unified Device Architecture (CUDA) enables NVIDIA graphics processing units (GPUs) to be used for massively parallel general purpose computation. . The NVIDIA CUDA Video Decoder (NVCUVID) library provides an interface to hardware video decoding capabilities on NVIDIA GPUs with CUDA. . This package contains the nvcuvid runtime library. Original-Maintainer: Debian NVIDIA Maintainers Package: libnvidia-allocator1 Source: nvidia-graphics-drivers Version: 470.63.01-1~mx21+1 Architecture: i386 Maintainer: Steven Pusser Installed-Size: 363 Depends: libc6 (>= 2.7) Multi-Arch: same Homepage: https://www.nvidia.com Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers/libnvidia-allocator1_470.63.01-1~mx21+1_i386.deb Size: 275188 SHA256: f478fe40cb559f4f45330d1ad58e26efe72304acaf86b958c6e1def472f172ff SHA1: 41e24bf3b26e09c44b73c3cf92058de1effe2209 MD5sum: fa84b8a7a79c90130c22d71a2c227616 Description: NVIDIA allocator runtime library The NVIDIA binary driver provides optimized hardware acceleration of OpenGL/GLX/EGL/GLES applications via a direct-rendering X Server for graphics cards using NVIDIA chip sets. . This package contains the private nvidia-allocator runtime library. Original-Maintainer: Debian NVIDIA Maintainers Package: libnvidia-compiler Source: nvidia-graphics-drivers Version: 470.63.01-1~mx21+1 Architecture: i386 Maintainer: Steven Pusser Installed-Size: 58299 Depends: libc6 (>= 2.3.6-6~) Conflicts: libnvidia-compiler-470.63.01 Provides: libnvidia-compiler-470.63.01 Multi-Arch: same Homepage: https://www.nvidia.com Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers/libnvidia-compiler_470.63.01-1~mx21+1_i386.deb Size: 15329688 SHA256: d904e38b1dce75138511fc80bf74025a1387777f20f0c9f699a35447aeb157c8 SHA1: 39d65648abf5e338dd56593c0f5cfaa2eca29847 MD5sum: ba2b14c363780a4782222161d7431e21 Description: NVIDIA runtime compiler library The Compute Unified Device Architecture (CUDA) enables NVIDIA graphics processing units (GPUs) to be used for massively parallel general purpose computation. . This package contains the runtime compiler library. Original-Maintainer: Debian NVIDIA Maintainers Package: libnvidia-eglcore Source: nvidia-graphics-drivers Version: 470.63.01-1~mx21+1 Architecture: i386 Maintainer: Steven Pusser Installed-Size: 28446 Depends: libc6 (>= 2.11) Conflicts: libnvidia-eglcore-470.63.01 Provides: libnvidia-eglcore-470.63.01 Multi-Arch: same Homepage: https://www.nvidia.com Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers/libnvidia-eglcore_470.63.01-1~mx21+1_i386.deb Size: 8248532 SHA256: 920ba09829af9863015bbcb43afa561e1f7ae2fe744379fe1652daf081122a79 SHA1: 5b17ba0d0ef6b8c367accbf80732524b5fbf5890 MD5sum: 277615fbe2f4c30b061bfbfe6a6c1090 Description: NVIDIA binary EGL core libraries EGL provides a platform-agnostic mechanism for creating rendering surfaces for use with other graphics libraries, such as OpenGL|ES. . OpenGL|ES is a cross-platform API for full-function 2D and 3D graphics on embedded systems - including consoles, phones, appliances and vehicles. It contains a subset of OpenGL plus a number of extensions for the special needs of embedded systems. . This package contains the private core libraries used by the NVIDIA implementation of EGL and OpenGL|ES. Original-Maintainer: Debian NVIDIA Maintainers Package: libnvidia-encode1 Source: nvidia-graphics-drivers Version: 470.63.01-1~mx21+1 Architecture: i386 Maintainer: Steven Pusser Installed-Size: 383 Depends: libc6 (>= 2.1.3), libnvcuvid1 (>= 260) Multi-Arch: same Homepage: https://www.nvidia.com Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers/libnvidia-encode1_470.63.01-1~mx21+1_i386.deb Size: 272972 SHA256: 0f357c7d6c5f327a346fadf1669908ad540a5dcb6bf86e00f2135a2552c08b33 SHA1: a63896c8693bb7a961e829908ae5a5116a041863 MD5sum: 8d55ce08d3d5124d4bf5ff91bb3aa02c Description: NVENC Video Encoding runtime library The NVENC Video Encoding library provides an interface to video encoder hardware on supported NVIDIA GPUs. . This package contains the nvidia-encode runtime library. Original-Maintainer: Debian NVIDIA Maintainers Package: libnvidia-fbc1 Source: nvidia-graphics-drivers Version: 470.63.01-1~mx21+1 Architecture: i386 Maintainer: Steven Pusser Installed-Size: 391 Depends: libcuda1 (= 470.63.01-1~mx21+1), libc6 (>= 2.7), libgl1, libx11-6, libxext6 Multi-Arch: same Homepage: https://www.nvidia.com Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers/libnvidia-fbc1_470.63.01-1~mx21+1_i386.deb Size: 278356 SHA256: c84625c00ef166150a294ba373a7acbf506354eefee5c255bc94a8540be39972 SHA1: 2bd61019542010e27e3c3c6763303dfac17a7e9c MD5sum: c133e0cdda314110df8b8792b06411ca Description: NVIDIA OpenGL-based Framebuffer Capture runtime library The NVIDIA OpenGL-based Framebuffer Capture (NvFBCOpenGL) library provides a high performance, low latency interface to capture and optionally encode an OpenGL framebuffer. NvFBCOpenGL is a private API that is only available to approved partners for use in remote graphics scenarios. . This package contains the NvFBCOpenGL runtime library. Original-Maintainer: Debian NVIDIA Maintainers Package: libnvidia-glcore Source: nvidia-graphics-drivers Version: 470.63.01-1~mx21+1 Architecture: i386 Maintainer: Steven Pusser Installed-Size: 29650 Depends: libc6 (>= 2.11) Conflicts: libnvidia-glcore-470.63.01 Provides: libnvidia-glcore-470.63.01 Multi-Arch: same Homepage: https://www.nvidia.com Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers/libnvidia-glcore_470.63.01-1~mx21+1_i386.deb Size: 8328500 SHA256: ebab9b5c5c3725a2e70fb200e92c1e4856b92b0c4f50d3d7155a32ba04bbbd43 SHA1: 657fa32bddb5303f6ae4e64f805470b85ff46fd0 MD5sum: b830bfab90e40adda638d8d89bbe6223 Description: NVIDIA binary OpenGL/GLX core libraries The NVIDIA binary driver provides optimized hardware acceleration of OpenGL/GLX/EGL/GLES applications via a direct-rendering X Server for graphics cards using NVIDIA chip sets. . This package contains the private core libraries used by the NVIDIA implementation of OpenGL and GLX. Original-Maintainer: Debian NVIDIA Maintainers Package: libnvidia-glvkspirv Source: nvidia-graphics-drivers Version: 470.63.01-1~mx21+1 Architecture: i386 Maintainer: Steven Pusser Installed-Size: 14700 Depends: libc6 (>= 2.7) Conflicts: libnvidia-glvkspirv-470.63.01 Provides: libnvidia-glvkspirv-470.63.01 Multi-Arch: same Homepage: https://www.nvidia.com Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers/libnvidia-glvkspirv_470.63.01-1~mx21+1_i386.deb Size: 4767200 SHA256: b082120dd76391b841814b05d8de364e2384c8ad0019d19dd0bd37ab76577c57 SHA1: 0b2fc93b320d41f1b2e9d755787580f6ef884481 MD5sum: 47aabdd60b1b359d672ae0925b2acc4c Description: NVIDIA binary Vulkan Spir-V compiler library Vulkan is a multivendor open standard by the Khronos Group for 3D graphics. . This library provides a NVIDIA Vulkan Spir-V compiler which reduces shader compilation time and shader system memory consumption. . This package contains the private Spir-V compiler libraries used by the NVIDIA implementation of Vulkan. Original-Maintainer: Debian NVIDIA Maintainers Package: libnvidia-ifr1 Source: nvidia-graphics-drivers Version: 470.63.01-1~mx21+1 Architecture: i386 Maintainer: Steven Pusser Installed-Size: 507 Depends: libcuda1 (= 470.63.01-1~mx21+1), libc6 (>= 2.3.6-6~), libgl1, libx11-6 Multi-Arch: same Homepage: https://www.nvidia.com Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers/libnvidia-ifr1_470.63.01-1~mx21+1_i386.deb Size: 299156 SHA256: e3d22bc8fa3cefd335f20a387460f1fed4ea0627576d706ec89a6220470f0e56 SHA1: dd9253591d3a4ba9adfa74a7eea1da643d4594d7 MD5sum: 57496f9bb4a3af1afd5ce46eb045926d Description: NVIDIA OpenGL-based Inband Frame Readback runtime library The NVIDIA OpenGL-based Inband Frame Readback (NvIFROpenGL) library provides a high performance, low latency interface to capture and optionally encode an OpenGL framebuffer. NvIFROpenGL is a private API that is only available to approved partners for use in remote graphics scenarios. . This package contains the NvIFROpenGL runtime library. Original-Maintainer: Debian NVIDIA Maintainers Package: libnvidia-ml1 Source: nvidia-graphics-drivers Version: 470.63.01-1~mx21+1 Architecture: i386 Maintainer: Steven Pusser Installed-Size: 1894 Depends: nvidia-alternative (= 470.63.01-1~mx21+1), libc6 (>= 2.7) Provides: libnvidia-ml.so.1 (= 470.63.01) Multi-Arch: same Homepage: https://developer.nvidia.com/nvidia-management-library-NVML Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers/libnvidia-ml1_470.63.01-1~mx21+1_i386.deb Size: 649720 SHA256: 4902745708a134a6703bf35bce7c642b79095ec0aca1b32fd93ba383eb37c1fa SHA1: fce64f8132dd9d69fb09921f93bc3c0770315631 MD5sum: 1b4d0257ee01b85135b2feee0e4e5b08 Description: NVIDIA Management Library (NVML) runtime library The NVIDIA Management Library (NVML) provides a monitoring and management API. It provides a direct access to the queries and commands exposed via nvidia-smi. . This package contains the nvidia-ml runtime library. Original-Maintainer: Debian NVIDIA Maintainers Package: libnvidia-opticalflow1 Source: nvidia-graphics-drivers Version: 470.63.01-1~mx21+1 Architecture: i386 Maintainer: Steven Pusser Installed-Size: 307 Depends: libc6 (>= 2.1.3), libnvcuvid1 (>= 260) Multi-Arch: same Homepage: https://developer.nvidia.com/opticalflow-sdk Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers/libnvidia-opticalflow1_470.63.01-1~mx21+1_i386.deb Size: 250272 SHA256: 4f5f71375bda3aaa1e2d992a1855afd250fc6035adeb645c18063e331a367ded SHA1: 915c6ee1be9a670e75bac4d1f8fe9b86b2a7f5e7 MD5sum: 62de948cc04a9a24a8910a5b6c7935bc Description: NVIDIA Optical Flow runtime library The NVIDIA Optical Flow SDK exposes the latest hardware capability of Turing GPUs dedicated to computing the relative motion of pixels between images. . This package contains the Optical Flow runtime library. Original-Maintainer: Debian NVIDIA Maintainers Package: libnvidia-ptxjitcompiler1 Source: nvidia-graphics-drivers Version: 470.63.01-1~mx21+1 Architecture: i386 Maintainer: Steven Pusser Installed-Size: 12323 Depends: libc6 (>= 2.7) Multi-Arch: same Homepage: https://www.nvidia.com Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers/libnvidia-ptxjitcompiler1_470.63.01-1~mx21+1_i386.deb Size: 5324516 SHA256: f31778be3d77eb4e6ce3562a217eeacea774404b66e853ee077c47d04f8a2344 SHA1: e7e218aca6770f1a08b3170d6a4d07e9d63825b9 MD5sum: 569e2fc1c7ae574d76eb708be4e17887 Description: NVIDIA PTX JIT Compiler library The Compute Unified Device Architecture (CUDA) enables NVIDIA graphics processing units (GPUs) to be used for massively parallel general purpose computation. . This package contains the runtime PTX JIT Compiler library. Original-Maintainer: Debian NVIDIA Maintainers Package: libnvidia-tesla-470-allocator1 Source: nvidia-graphics-drivers-tesla-470 Version: 470.57.02-2~mx21+1 Architecture: i386 Maintainer: Steven Pusser Installed-Size: 364 Depends: libc6 (>= 2.7) Multi-Arch: same Homepage: https://www.nvidia.com Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers-tesla-470/libnvidia-tesla-470-allocator1_470.57.02-2~mx21+1_i386.deb Size: 276164 SHA256: eeb977b7585fd2cbab2b9d1beeb5b353df3fb6e116a8a8ce7e18babdd32d2d92 SHA1: e3a4bff9751c2ad8a04d5d80bce0917e656d1a2e MD5sum: cb316e23252a86778ee269d23a790af5 Description: NVIDIA allocator runtime library (Tesla 470 version) The NVIDIA binary driver provides optimized hardware acceleration of OpenGL/GLX/EGL/GLES applications via a direct-rendering X Server for graphics cards using NVIDIA chip sets. . This package contains the private nvidia-allocator runtime library. Original-Maintainer: Debian NVIDIA Maintainers Package: libnvidia-tesla-470-compiler Source: nvidia-graphics-drivers-tesla-470 Version: 470.57.02-2~mx21+1 Architecture: i386 Maintainer: Steven Pusser Installed-Size: 58300 Depends: libc6 (>= 2.3.6-6~) Conflicts: libnvidia-compiler-470.57.02 Provides: libnvidia-compiler-470.57.02 Multi-Arch: same Homepage: https://www.nvidia.com Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers-tesla-470/libnvidia-tesla-470-compiler_470.57.02-2~mx21+1_i386.deb Size: 15343764 SHA256: c92d609891a418462fa67e451483070581220eb872909b67d8610f6d541461fa SHA1: b54fda5ebcf051c19956dec99feb81aed64dbdc2 MD5sum: e4ac92cc62e7b99a8b2581af74847b77 Description: NVIDIA runtime compiler library (Tesla 470 version) The Compute Unified Device Architecture (CUDA) enables NVIDIA graphics processing units (GPUs) to be used for massively parallel general purpose computation. . This package contains the runtime compiler library. Original-Maintainer: Debian NVIDIA Maintainers Package: libnvidia-tesla-470-cuda1 Source: nvidia-graphics-drivers-tesla-470 Version: 470.57.02-2~mx21+1 Architecture: i386 Maintainer: Steven Pusser Installed-Size: 20733 Depends: libnvidia-tesla-470-ptxjitcompiler1 (= 470.57.02-2~mx21+1), nvidia-support, nvidia-tesla-470-alternative (= 470.57.02-2~mx21+1), libc6 (>= 2.7) Provides: libcuda-10.0-1, libcuda-10.0-1-i386, libcuda-10.1-1, libcuda-10.1-1-i386, libcuda-10.2-1, libcuda-10.2-1-i386, libcuda-11.0-1, libcuda-11.0-1-i386, libcuda-11.1-1, libcuda-11.1-1-i386, libcuda-11.2-1, libcuda-11.2-1-i386, libcuda-11.3-1, libcuda-11.3-1-i386, libcuda-11.4-1, libcuda-11.4-1-i386, libcuda-5.0-1, libcuda-5.0-1-i386, libcuda-5.5-1, libcuda-5.5-1-i386, libcuda-6.0-1, libcuda-6.0-1-i386, libcuda-6.5-1, libcuda-6.5-1-i386, libcuda-7.0-1, libcuda-7.0-1-i386, libcuda-7.5-1, libcuda-7.5-1-i386, libcuda-8.0-1, libcuda-8.0-1-i386, libcuda-9.0-1, libcuda-9.0-1-i386, libcuda-9.1-1, libcuda-9.1-1-i386, libcuda-9.2-1, libcuda-9.2-1-i386, libcuda.so.1 (= 470.57.02), libcuda1-any Multi-Arch: same Homepage: https://www.nvidia.com/CUDA Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers-tesla-470/libnvidia-tesla-470-cuda1_470.57.02-2~mx21+1_i386.deb Size: 2704112 SHA256: 7648c382e7cc9e62c69afbc7656609a63f99b283d7a06f4cd71e224987bb7d30 SHA1: f98f492062cf8baa39650a231714d442b0be9ac9 MD5sum: c060e392740c40c13fad751294ab9516 Description: NVIDIA CUDA Driver Library (Tesla 470 version) The Compute Unified Device Architecture (CUDA) enables NVIDIA graphics processing units (GPUs) to be used for massively parallel general purpose computation. . This package contains the CUDA Driver API library for low-level CUDA programming. . Supported NVIDIA devices include GPUs starting from GeForce 8 and Quadro FX series, as well as the Tesla computing processors. . Please see the nvidia-tesla-470-kernel-dkms or nvidia-tesla-470-kernel-source packages for building the kernel module required by this package. This will provide nvidia-tesla-470-kernel-470.57.02. Original-Maintainer: Debian NVIDIA Maintainers Package: libnvidia-tesla-470-eglcore Source: nvidia-graphics-drivers-tesla-470 Version: 470.57.02-2~mx21+1 Architecture: i386 Maintainer: Steven Pusser Installed-Size: 28439 Depends: libc6 (>= 2.11) Conflicts: libnvidia-eglcore-470.57.02 Provides: libnvidia-eglcore-470.57.02 Multi-Arch: same Homepage: https://www.nvidia.com Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers-tesla-470/libnvidia-tesla-470-eglcore_470.57.02-2~mx21+1_i386.deb Size: 8244944 SHA256: 5e160bfb984a2a9df761f57e004c1af83c9b366f61714435c1ff1c4b6efdc0bf SHA1: 39ac9013bdd83b70de1d81272101a85fd205982c MD5sum: b3fa8bb45b7b7c49bfd04bb98cc54dea Description: NVIDIA binary EGL core libraries (Tesla 470 version) EGL provides a platform-agnostic mechanism for creating rendering surfaces for use with other graphics libraries, such as OpenGL|ES. . OpenGL|ES is a cross-platform API for full-function 2D and 3D graphics on embedded systems - including consoles, phones, appliances and vehicles. It contains a subset of OpenGL plus a number of extensions for the special needs of embedded systems. . This package contains the private core libraries used by the NVIDIA implementation of EGL and OpenGL|ES. Original-Maintainer: Debian NVIDIA Maintainers Package: libnvidia-tesla-470-encode1 Source: nvidia-graphics-drivers-tesla-470 Version: 470.57.02-2~mx21+1 Architecture: i386 Maintainer: Steven Pusser Installed-Size: 384 Depends: libc6 (>= 2.1.3), libnvidia-tesla-470-nvcuvid1 (>= 260) Multi-Arch: same Homepage: https://www.nvidia.com Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers-tesla-470/libnvidia-tesla-470-encode1_470.57.02-2~mx21+1_i386.deb Size: 273976 SHA256: 8c476e75cc560b183e39d4191602d2b8bfe1730d3e04e9adc53e0cee3fb57a2b SHA1: 6e4adcad6f2b387f43cb9971887fa136e1b5b359 MD5sum: 83d312ef068127fe552da38a4f9b85c8 Description: NVENC Video Encoding runtime library (Tesla 470 version) The NVENC Video Encoding library provides an interface to video encoder hardware on supported NVIDIA GPUs. . This package contains the nvidia-encode runtime library. Original-Maintainer: Debian NVIDIA Maintainers Package: libnvidia-tesla-470-fbc1 Source: nvidia-graphics-drivers-tesla-470 Version: 470.57.02-2~mx21+1 Architecture: i386 Maintainer: Steven Pusser Installed-Size: 392 Depends: libnvidia-tesla-470-cuda1 (= 470.57.02-2~mx21+1), libc6 (>= 2.7), libgl1, libx11-6, libxext6 Multi-Arch: same Homepage: https://www.nvidia.com Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers-tesla-470/libnvidia-tesla-470-fbc1_470.57.02-2~mx21+1_i386.deb Size: 279368 SHA256: 7c392977d2107017b0fedf7b0cf3eb024e63aca702b736810ae8fc28ddd92f11 SHA1: 3a1b06130390d6ca38b1a142141c73beed557194 MD5sum: bae8ca27fa6a6c147eb6fac3ced86cd6 Description: NVIDIA OpenGL-based Framebuffer Capture runtime library (Tesla 470 version) The NVIDIA OpenGL-based Framebuffer Capture (NvFBCOpenGL) library provides a high performance, low latency interface to capture and optionally encode an OpenGL framebuffer. NvFBCOpenGL is a private API that is only available to approved partners for use in remote graphics scenarios. . This package contains the NvFBCOpenGL runtime library. Original-Maintainer: Debian NVIDIA Maintainers Package: libnvidia-tesla-470-glcore Source: nvidia-graphics-drivers-tesla-470 Version: 470.57.02-2~mx21+1 Architecture: i386 Maintainer: Steven Pusser Installed-Size: 29643 Depends: libc6 (>= 2.11) Conflicts: libnvidia-glcore-470.57.02 Provides: libnvidia-glcore-470.57.02 Multi-Arch: same Homepage: https://www.nvidia.com Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers-tesla-470/libnvidia-tesla-470-glcore_470.57.02-2~mx21+1_i386.deb Size: 8322804 SHA256: 3e86dd82d798684cac9ab32bedc19f107e4cd1183407e596043b0dd1f656e964 SHA1: b5146ead1aabeb88dc0965e08af9286bd1b6b4a0 MD5sum: c29454a048a8fac66c032e14f794b18a Description: NVIDIA binary OpenGL/GLX core libraries (Tesla 470 version) The NVIDIA binary driver provides optimized hardware acceleration of OpenGL/GLX/EGL/GLES applications via a direct-rendering X Server for graphics cards using NVIDIA chip sets. . This package contains the private core libraries used by the NVIDIA implementation of OpenGL and GLX. Original-Maintainer: Debian NVIDIA Maintainers Package: libnvidia-tesla-470-glvkspirv Source: nvidia-graphics-drivers-tesla-470 Version: 470.57.02-2~mx21+1 Architecture: i386 Maintainer: Steven Pusser Installed-Size: 14697 Depends: libc6 (>= 2.7) Conflicts: libnvidia-glvkspirv-470.57.02 Provides: libnvidia-glvkspirv-470.57.02 Multi-Arch: same Homepage: https://www.nvidia.com Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers-tesla-470/libnvidia-tesla-470-glvkspirv_470.57.02-2~mx21+1_i386.deb Size: 4767396 SHA256: 1ce0c9a3e1f74cb5d4801494b81edaacb5cc35e4dffa38c4132833fb2e2cfd66 SHA1: 33d4fd095b584c918bbeb7313d511f30758e46b6 MD5sum: 121998f3e09cd37711a3d0133f475831 Description: NVIDIA binary Vulkan Spir-V compiler library (Tesla 470 version) Vulkan is a multivendor open standard by the Khronos Group for 3D graphics. . This library provides a NVIDIA Vulkan Spir-V compiler which reduces shader compilation time and shader system memory consumption. . This package contains the private Spir-V compiler libraries used by the NVIDIA implementation of Vulkan. Original-Maintainer: Debian NVIDIA Maintainers Package: libnvidia-tesla-470-ifr1 Source: nvidia-graphics-drivers-tesla-470 Version: 470.57.02-2~mx21+1 Architecture: i386 Maintainer: Steven Pusser Installed-Size: 508 Depends: libnvidia-tesla-470-cuda1 (= 470.57.02-2~mx21+1), libc6 (>= 2.3.6-6~), libgl1, libx11-6 Multi-Arch: same Homepage: https://www.nvidia.com Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers-tesla-470/libnvidia-tesla-470-ifr1_470.57.02-2~mx21+1_i386.deb Size: 300024 SHA256: c7ae48d969d3a072a4d6b11daa7d156d53a1f4a2dca36d5044befab48b6b3ac1 SHA1: cc4c1858a187c108e87b11cdb3c6e6241ed763e1 MD5sum: 872b2a2db8ddb76f6295d505386fa55c Description: NVIDIA OpenGL-based Inband Frame Readback runtime library (Tesla 470) The NVIDIA OpenGL-based Inband Frame Readback (NvIFROpenGL) library provides a high performance, low latency interface to capture and optionally encode an OpenGL framebuffer. NvIFROpenGL is a private API that is only available to approved partners for use in remote graphics scenarios. . This package contains the NvIFROpenGL runtime library. Original-Maintainer: Debian NVIDIA Maintainers Package: libnvidia-tesla-470-ml1 Source: nvidia-graphics-drivers-tesla-470 Version: 470.57.02-2~mx21+1 Architecture: i386 Maintainer: Steven Pusser Installed-Size: 1895 Depends: nvidia-tesla-470-alternative (= 470.57.02-2~mx21+1), libc6 (>= 2.7) Provides: libnvidia-ml.so.1 (= 470.57.02) Multi-Arch: same Homepage: https://developer.nvidia.com/nvidia-management-library-NVML Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers-tesla-470/libnvidia-tesla-470-ml1_470.57.02-2~mx21+1_i386.deb Size: 650668 SHA256: 7599013e6bd4a5a8c9c3bce628c85e593d2d6e772def14317512d19b4a1008ab SHA1: 0eb2d18d99d2e1aed801a812763b6c5a59bbe5a8 MD5sum: 6694d16fb2ceb43bb290c9ba09f66812 Description: NVIDIA Management Library (NVML) runtime library (Tesla 470 version) The NVIDIA Management Library (NVML) provides a monitoring and management API. It provides a direct access to the queries and commands exposed via nvidia-smi. . This package contains the nvidia-ml runtime library. Original-Maintainer: Debian NVIDIA Maintainers Package: libnvidia-tesla-470-nvcuvid1 Source: nvidia-graphics-drivers-tesla-470 Version: 470.57.02-2~mx21+1 Architecture: i386 Maintainer: Steven Pusser Installed-Size: 5428 Depends: libnvidia-tesla-470-cuda1 (= 470.57.02-2~mx21+1), libc6 (>= 2.7) Multi-Arch: same Homepage: https://www.nvidia.com Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers-tesla-470/libnvidia-tesla-470-nvcuvid1_470.57.02-2~mx21+1_i386.deb Size: 1255108 SHA256: 45894716404f5ee940bd8c297635d0183548a813e5123ecb63e4920f7acfbe92 SHA1: c0d921ebcacaaa9868d69dfff06e3f7e6e45729b MD5sum: 4f8c09c89a1255f2fdc6f89ea45cc65b Description: NVIDIA CUDA Video Decoder runtime library (Tesla 470 version) The Compute Unified Device Architecture (CUDA) enables NVIDIA graphics processing units (GPUs) to be used for massively parallel general purpose computation. . The NVIDIA CUDA Video Decoder (NVCUVID) library provides an interface to hardware video decoding capabilities on NVIDIA GPUs with CUDA. . This package contains the nvcuvid runtime library. Original-Maintainer: Debian NVIDIA Maintainers Package: libnvidia-tesla-470-opticalflow1 Source: nvidia-graphics-drivers-tesla-470 Version: 470.57.02-2~mx21+1 Architecture: i386 Maintainer: Steven Pusser Installed-Size: 308 Depends: libc6 (>= 2.1.3), libnvidia-tesla-470-nvcuvid1 (>= 260) Multi-Arch: same Homepage: https://developer.nvidia.com/opticalflow-sdk Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers-tesla-470/libnvidia-tesla-470-opticalflow1_470.57.02-2~mx21+1_i386.deb Size: 251248 SHA256: 0d127e98f21035a0e976ba3daa371c650d3246e2c488177ebfbc1038ca253e48 SHA1: c85bec2aff70b5b4e0e7a297bdb8f45ee64589b9 MD5sum: 53a62dd33c90422a32052509f242d499 Description: NVIDIA Optical Flow runtime library (Tesla 470 version) The NVIDIA Optical Flow SDK exposes the latest hardware capability of Turing GPUs dedicated to computing the relative motion of pixels between images. . This package contains the Optical Flow runtime library. Original-Maintainer: Debian NVIDIA Maintainers Package: libnvidia-tesla-470-ptxjitcompiler1 Source: nvidia-graphics-drivers-tesla-470 Version: 470.57.02-2~mx21+1 Architecture: i386 Maintainer: Steven Pusser Installed-Size: 12324 Depends: libc6 (>= 2.7) Multi-Arch: same Homepage: https://www.nvidia.com Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers-tesla-470/libnvidia-tesla-470-ptxjitcompiler1_470.57.02-2~mx21+1_i386.deb Size: 5325968 SHA256: 0a992d16bc0965f157c970d4c268c081e0fe38258435a43640d13fdacb414140 SHA1: d05e8c03c15aa51feacda70339dbabaca21c71d0 MD5sum: 117ec8d68d161ba2411515daa1892dbe Description: NVIDIA PTX JIT Compiler library (Tesla 470 version) The Compute Unified Device Architecture (CUDA) enables NVIDIA graphics processing units (GPUs) to be used for massively parallel general purpose computation. . This package contains the runtime PTX JIT Compiler library. Original-Maintainer: Debian NVIDIA Maintainers Package: libomp-12-dev Source: llvm-toolchain-12 Version: 1:12.0.1-8~mx21ahs+1 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 314 Depends: libomp5-12 (= 1:12.0.1-8~mx21ahs+1), libatomic1 (>= 4.8), libc6 (>= 2.7), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2) Suggests: libomp-12-doc Conflicts: libomp-x.y-dev Breaks: libiomp-dev (<< 3.7-1), libomp-dev (<< 44) Replaces: libomp-x.y-dev Provides: libomp-x.y-dev Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/ahs/l/llvm-toolchain-12/libomp-12-dev_12.0.1-8~mx21ahs+1_i386.deb Size: 79532 SHA256: 87869e7abea538f994889f971033fe18bc0d2650f4ceb93288e5b8d01846ef7a SHA1: 9bc2e679d4ef5cda87d9c549e2bb85ea767da9b5 MD5sum: e5132aeca9a28a8d5474da541cbfb081 Description: LLVM OpenMP runtime - dev package The runtime is the part of the OpenMP implementation that your code is linked against, and that manages the multiple threads in an OpenMP program while it is executing. Package: libomp-12-doc Source: llvm-toolchain-12 Version: 1:12.0.1-8~mx21ahs+1 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 12444 Depends: libjs-jquery Breaks: libiomp-x.y-doc Replaces: libiomp-x.y-doc Homepage: https://www.llvm.org/ Priority: optional Section: doc Filename: pool/ahs/l/llvm-toolchain-12/libomp-12-doc_12.0.1-8~mx21ahs+1_i386.deb Size: 909076 SHA256: 046bebbe1eaab336fd7709d8ffbccaa7cd62c19521e7775609a046856669fda2 SHA1: 09ceaf0448513964e89e07401c49e0a7e42813ee MD5sum: d4d141e5a6916f3633d66224912a4185 Description: LLVM OpenMP runtime - Documentation The runtime is the part of the OpenMP implementation that your code is linked against, and that manages the multiple threads in an OpenMP program while it is executing. . This package contains the documentation of this package. Package: libomp5-12 Source: llvm-toolchain-12 Version: 1:12.0.1-8~mx21ahs+1 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 2060 Depends: libatomic1 (>= 4.8), libc6 (>= 2.7), libgcc-s1 (>= 4.2), libllvm12, libstdc++6 (>= 5.2) Conflicts: libomp-x.y Breaks: libomp5 (<< 44) Replaces: libomp-x.y Provides: libomp-x.y Multi-Arch: same Homepage: https://www.llvm.org/ Priority: optional Section: devel Filename: pool/ahs/l/llvm-toolchain-12/libomp5-12_12.0.1-8~mx21ahs+1_i386.deb Size: 369276 SHA256: b02a2e4713bf902216760e0fdf41656bd10b409c0bb9e44f723b49adcf17c5e8 SHA1: 492642c4a0946ec9afed933d8489cae9d0118458 MD5sum: 6bde3e293d3f60a81ac7d81359ccebab Description: LLVM OpenMP runtime The runtime is the part of the OpenMP implementation that your code is linked against, and that manages the multiple threads in an OpenMP program while it is executing. Package: libopencsd-bin Source: libopencsd Version: 1.1.1-2~mx21+1 Architecture: i386 Maintainer: Steven Pusser Installed-Size: 184 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.0), libopencsd1 (>= 1.1.1), libstdc++6 (>= 9) Multi-Arch: foreign Homepage: https://github.com/Linaro/OpenCSD Priority: optional Section: libdevel Filename: pool/ahs/libo/libopencsd/libopencsd-bin_1.1.1-2~mx21+1_i386.deb Size: 64452 SHA256: 2a24c2499dd3aab6d3dde36c85826e8b000b7e5d17f4ba48fd09de38bd604e34 SHA1: 7b5f7fb9bbba7520f840e5a015922586d9ba6556 MD5sum: 65433ddaff33ac8a11c6610a76eb8e39 Description: ARM CoreSight trace decode utility Tool to decode ARM Coresight trace stream packets. . The CoreSight library provides an API suitable for the decode of ARM(r) CoreSight(tm) trace streams. It supports ETMv3 data & instruction trace, ETMv4 instruction trace, PTM (v1.1) instruction trace, STM (v1.1) software trace, and support for external/custom decoders. . This is the tools package containing useful binaries. Original-Maintainer: Wookey Package: libopencsd-dev Source: libopencsd Version: 1.1.1-2~mx21+1 Architecture: i386 Maintainer: Steven Pusser Installed-Size: 1617 Depends: libopencsd1 (= 1.1.1-2~mx21+1) Multi-Arch: same Homepage: https://github.com/Linaro/OpenCSD Priority: optional Section: libdevel Filename: pool/ahs/libo/libopencsd/libopencsd-dev_1.1.1-2~mx21+1_i386.deb Size: 268960 SHA256: 6855e07c100f82816ee91475ecaef0d4b48149009e322fecdd8bd04e35a9d50e SHA1: c769f07b849878d3b82d4fb978a4334a6e24cccd MD5sum: 0a160c6b4187ac743f498f9ce2a85d5a Description: ARM CoreSight trace decode library development files This library provides an API suitable for the decode of ARM(r) CoreSight(tm) trace streams. It supports ETMv3 data & instruction trace, ETMv4 instruction trace, PTM (v1.1) instruction trace, STM (v1.1) software trace, and support for external/custom decoders. . This is the development package containing the headers and static library build Original-Maintainer: Wookey Package: libopencsd-doc Source: libopencsd Version: 1.1.1-2~mx21+1 Architecture: all Maintainer: Steven Pusser Installed-Size: 27787 Multi-Arch: foreign Homepage: https://github.com/Linaro/OpenCSD Priority: optional Section: doc Filename: pool/ahs/libo/libopencsd/libopencsd-doc_1.1.1-2~mx21+1_all.deb Size: 13456292 SHA256: 6a49788b51a0eb0006fd348fcb582bba07448e3ab3dbd3b8ee0eb2799403a15c SHA1: 8e081b77a2642d3bed874bad2d9d17961329fe82 MD5sum: 4c6dd4ec36de332fb8b508b2d883374c Description: ARM CoreSight trace decode library documentation This library provides an API suitable for the decode of ARM(r) CoreSight(tm) trace streams. It supports ETMv3 data & instruction trace, ETMv4 instruction trace, PTM (v1.1) instruction trace, STM (v1.1) software trace, and support for external/custom decoders. . This is the documentation package. Original-Maintainer: Wookey Package: libopencsd1 Source: libopencsd Version: 1.1.1-2~mx21+1 Architecture: i386 Maintainer: Steven Pusser Installed-Size: 710 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.0), libstdc++6 (>= 9) Multi-Arch: same Homepage: https://github.com/Linaro/OpenCSD Priority: optional Section: libs Filename: pool/ahs/libo/libopencsd/libopencsd1_1.1.1-2~mx21+1_i386.deb Size: 234508 SHA256: a30c3d6f519fc06f9e6bdb8a00ef380ab9ef5769b292684ad01053a7952df338 SHA1: 132731720e86beeea1a337d615cd050ecaa14d91 MD5sum: 860e77e22fe43344dbfb6b129a0d626c Description: ARM CoreSight Trace decode library This library provides an API suitable for the decode of ARM(r) CoreSight(tm) trace streams. It supports ETMv3 data & instruction trace, ETMv4 instruction trace, PTM (v1.1) instruction trace, STM (v1.1) software trace, and support for external/custom decoders. . This library is trypically used via perf, but libopencsd-bin also contains a test binary. Original-Maintainer: Wookey Package: libopengl-dev Source: libglvnd Version: 1.3.4-1~mx21ahs+1 Architecture: i386 Maintainer: SwampRabbit Installed-Size: 22 Depends: libopengl0 (= 1.3.4-1~mx21ahs+1) Breaks: libglvnd-dev (<< 1.3.0-1) Replaces: libglvnd-dev (<< 1.3.0-1) Multi-Arch: same Homepage: https://gitlab.freedesktop.org/glvnd/libglvnd Priority: optional Section: libs Filename: pool/ahs/libg/libglvnd/libopengl-dev_1.3.4-1~mx21ahs+1_i386.deb Size: 6220 SHA256: 11d7015752cf88b17bb5290559fda93bc90422b032e18f21e929710d0e93291e SHA1: 722f4cf333d135b613889225f29629d93dbd9dc0 MD5sum: a119d6ab40fcb8025ae1521630af4e4d Description: Vendor neutral GL dispatch library -- OpenGL development files This is an implementation of the vendor-neutral dispatch layer for arbitrating OpenGL API calls between multiple vendors on a per-screen basis. . This package provides the development environment for compiling programs against the OpenGL library. Original-Maintainer: Debian X Strike Force Package: libopengl0 Source: libglvnd Version: 1.3.4-1~mx21ahs+1 Architecture: i386 Maintainer: SwampRabbit Installed-Size: 183 Depends: libc6 (>= 2.1.3), libglvnd0 (= 1.3.4-1~mx21ahs+1) Multi-Arch: same Homepage: https://gitlab.freedesktop.org/glvnd/libglvnd Priority: optional Section: libs Filename: pool/ahs/libg/libglvnd/libopengl0_1.3.4-1~mx21ahs+1_i386.deb Size: 30256 SHA256: 002f87225420368d3539869843d65a8bc26f3c46a98f2731fdb10a40ca38db68 SHA1: 285dd056319f16ae9d4fc8c64ce9da1e569f4220 MD5sum: 9aa15fcb8b12757dada302a4a5c92713 Description: Vendor neutral GL dispatch library -- OpenGL support This is an implementation of the vendor-neutral dispatch layer for arbitrating OpenGL API calls between multiple vendors on a per-screen basis. . This package contains support for OpenGL. Original-Maintainer: Debian X Strike Force Package: libosmesa6 Source: mesa Version: 21.2.5-1~mx21ahs+1 Architecture: i386 Maintainer: SwampRabbit Installed-Size: 12402 Depends: libc6 (>= 2.29), libgcc-s1 (>= 7), libglapi-mesa (= 21.2.5-1~mx21ahs+1), libllvm12, libstdc++6 (>= 5.2), libzstd1 (>= 1.4.0), zlib1g (>= 1:1.1.4) Multi-Arch: same Homepage: https://mesa3d.org/ Priority: optional Section: libs Filename: pool/ahs/m/mesa/libosmesa6_21.2.5-1~mx21ahs+1_i386.deb Size: 3039680 SHA256: 04a60733ef0b7176e60ec3702f0a641eadc247c8d5254b467bb5356dcbdeb009 SHA1: c8b1b015c2708d2d53af473dbe19f4b3451df3d7 MD5sum: 615b0ea5f9672047d40749a0442a64ba Description: Mesa Off-screen rendering extension OSmesa is a Mesa extension that allows programs to render to an off-screen buffer using the OpenGL API without having to create a rendering context on an X Server. It uses a pure software renderer. . This package provides both 16-bit and 32-bit versions of the off-screen renderer which do not require external libraries to work. Original-Maintainer: Debian X Strike Force Package: libosmesa6-dev Source: mesa Version: 21.2.5-1~mx21ahs+1 Architecture: i386 Maintainer: SwampRabbit Installed-Size: 89 Depends: libosmesa6 (= 21.2.5-1~mx21ahs+1), mesa-common-dev (= 21.2.5-1~mx21ahs+1) | libgl-dev Conflicts: libosmesa-dev Replaces: libosmesa-dev Provides: libosmesa-dev Multi-Arch: same Homepage: https://mesa3d.org/ Priority: optional Section: libdevel Filename: pool/ahs/m/mesa/libosmesa6-dev_21.2.5-1~mx21ahs+1_i386.deb Size: 57540 SHA256: 92b6c336158d51afb6829705091e18c3d9fb2906c2715d93275075386b2f708f SHA1: 8925f065a2bb77c435d0b577620809dfb56dba2c MD5sum: 858fd9d40f8faffd5895c37f9bf9b0c3 Description: Mesa Off-screen rendering extension -- development files This package provides the required environment for developing programs that use the off-screen rendering extension of Mesa. . For more information on OSmesa see the libosmesa6 package. Original-Maintainer: Debian X Strike Force Package: libplacebo-dev Source: libplacebo Version: 3.120.3-1~mx21ahs+1 Architecture: i386 Maintainer: SwampRabbit Installed-Size: 365 Depends: libplacebo120 (= 3.120.3-1~mx21ahs+1), libepoxy-dev, liblcms2-dev, libvulkan-dev (>= 1.0.42) Multi-Arch: same Homepage: https://code.videolan.org/videolan/libplacebo Priority: optional Section: libdevel Filename: pool/ahs/libp/libplacebo/libplacebo-dev_3.120.3-1~mx21ahs+1_i386.deb Size: 81504 SHA256: 94be68b4a5741d3d420bbf9f79b24f05596461e852dd700e788431c0b44002c4 SHA1: 2f8d9336f8355b3c293c64c833ddb5915a0c8e25 MD5sum: 5ae15fa01730015f5f1eb4427df89100 Description: GPU-accelerated video/image rendering primitives (development files) The library provides useful GPU-accelerated image processing primitives based on GLSL. It includes shader routines for decoding and transforming colors, tone mapping, dithering, and for various algorithms that sample from images, such as debanding and scaling. . This package contains the development files. Original-Maintainer: Debian Multimedia Maintainers Package: libplacebo120 Source: libplacebo Version: 3.120.3-1~mx21ahs+1 Architecture: i386 Maintainer: SwampRabbit Installed-Size: 7986 Depends: libc6 (>= 2.29), libepoxy0 (>= 1.4.3), libgcc-s1 (>= 7), liblcms2-2 (>= 2.6), libstdc++6 (>= 9), libvulkan1 (>= 1.2.131.2) Multi-Arch: same Homepage: https://code.videolan.org/videolan/libplacebo Priority: optional Section: libs Filename: pool/ahs/libp/libplacebo/libplacebo120_3.120.3-1~mx21ahs+1_i386.deb Size: 2143712 SHA256: d9f3fcd37583c7b1802d3666d278029e771b584cbeea5d504d3ebd96051625f1 SHA1: 8eb464ec99ba6e935be05b0181b7410d43c31b42 MD5sum: 45c17b77775e9b1b9ebdad6d476054fe Description: GPU-accelerated video/image rendering primitives (shared library) The library provides useful GPU-accelerated image processing primitives based on GLSL. It includes shader routines for decoding and transforming colors, tone mapping, dithering, and for various algorithms that sample from images, such as debanding and scaling. . This package contains the shared library. Original-Maintainer: Debian Multimedia Maintainers Package: libspirv-cross-c-shared-dev Source: spirv-cross Version: 2021.01.15-3~mx21ahs+1 Architecture: i386 Maintainer: SwampRabbit Installed-Size: 593 Depends: libspirv-cross-c-shared0 (= 2021.01.15-3~mx21ahs+1) Homepage: https://github.com/KhronosGroup/SPIRV-Cross Priority: optional Section: libdevel Filename: pool/ahs/s/spirv-cross/libspirv-cross-c-shared-dev_2021.01.15-3~mx21ahs+1_i386.deb Size: 81436 SHA256: 8d1120a51da704bbf123fceb6112726ccfe6027d3f82e82e3b3bd38c64022c5f SHA1: 1cb221b84b5adc5ed58b17a66c3b76481c303e21 MD5sum: 905924e6d2aaea270b30106b0dd6f928 Description: tool designed for parsing and converting SPIR-V (development files) SPIRV-Cross is a tool designed for parsing and converting SPIR-V to other shader languages: * Convert SPIR-V to readable, usable and efficient GLSL * Convert SPIR-V to readable, usable and efficient MSL * Convert SPIR-V to readable, usable and efficient HLSL * Reflection API to simplify the creation of Vulkan pipeline layouts * Reflection API to modify and tweak OpDecorations * Supports "all" of vertex, fragment, tessellation, geometry and compute shaders . This package provides the development files for libspirv-cross-c-shared. Original-Maintainer: Debian X Strike Force Package: libspirv-cross-c-shared0 Source: spirv-cross Version: 2021.01.15-3~mx21ahs+1 Architecture: i386 Maintainer: SwampRabbit Installed-Size: 2602 Depends: libc6 (>= 2.4), libgcc-s1 (>= 4.2), libstdc++6 (>= 5.2) Multi-Arch: same Homepage: https://github.com/KhronosGroup/SPIRV-Cross Priority: optional Section: libs Filename: pool/ahs/s/spirv-cross/libspirv-cross-c-shared0_2021.01.15-3~mx21ahs+1_i386.deb Size: 755072 SHA256: f3fdd462dac469c8ba41163a06469344cb4867f9507ab25d34a83ba49c00bcbf SHA1: 41fe5f8aa7420af63be8b60fee496662e89f43aa MD5sum: bc7455b3d75f878c15a70bca44934569 Description: tool designed for parsing and converting SPIR-V (shared library) SPIRV-Cross is a tool designed for parsing and converting SPIR-V to other shader languages: * Convert SPIR-V to readable, usable and efficient GLSL * Convert SPIR-V to readable, usable and efficient MSL * Convert SPIR-V to readable, usable and efficient HLSL * Reflection API to simplify the creation of Vulkan pipeline layouts * Reflection API to modify and tweak OpDecorations * Supports "all" of vertex, fragment, tessellation, geometry and compute shaders . This package provides the shared library. Original-Maintainer: Debian X Strike Force Package: libunwind-12 Source: llvm-toolchain-12 Version: 1:12.0.1-8~mx21ahs+1 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 110 Depends: libatomic1 (>= 4.8), libc6 (>= 2.3.6-6~) Conflicts: libunwind-x.y Replaces: libunwind-x.y Provides: libunwind-x.y Multi-Arch: same Homepage: https://www.llvm.org/ Priority: optional Section: libs Filename: pool/ahs/l/llvm-toolchain-12/libunwind-12_12.0.1-8~mx21ahs+1_i386.deb Size: 62852 SHA256: a065dc8cafafc0d74aeef7487387322fd8f2dd37c5dd0071025398872094668c SHA1: a4f32b2c9eac6cc8adc18f8786c56ef05eb2eb7b MD5sum: 77f62e55e2ee9f71bea3c4995314f5b0 Description: production-quality unwinder libunwind is a production-quality unwinder, with platform support for DWARF unwind info, SjLj, and ARM EHABI. . The low level libunwind API was designed to work either in-process (aka local) or to operate on another process (aka remote), but only the local path has been implemented. Remote unwinding remains as future work. Package: libunwind-12-dev Source: llvm-toolchain-12 Version: 1:12.0.1-8~mx21ahs+1 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 209 Depends: libunwind-12 (= 1:12.0.1-8~mx21ahs+1) Conflicts: libunwind-x.y-dev Breaks: libunwind-dev Replaces: libunwind-dev, libunwind-x.y-dev Provides: libunwind-x.y-dev Multi-Arch: same Homepage: https://www.llvm.org/ Priority: optional Section: libdevel Filename: pool/ahs/l/llvm-toolchain-12/libunwind-12-dev_12.0.1-8~mx21ahs+1_i386.deb Size: 77520 SHA256: fca95e223f51fceb25416fd07382fbbc5913f3f7d2d27bcd784f7d90f941c2d4 SHA1: 51ffa8e48270a7d3abbf71b763cfef49fc459f3a MD5sum: f4152fbcd409223e3311fec418cbf69a Description: production-quality unwinder libunwind is a production-quality unwinder, with platform support for DWARF unwind info, SjLj, and ARM EHABI. . The low level libunwind API was designed to work either in-process (aka local) or to operate on another process (aka remote), but only the local path has been implemented. Remote unwinding remains as future work. Package: libva-dev Source: libva Version: 2.13.0-1~mx21ahs+1 Architecture: i386 Maintainer: SwampRabbit Installed-Size: 663 Depends: libva-drm2 (= 2.13.0-1~mx21ahs+1), libva-glx2 (= 2.13.0-1~mx21ahs+1), libva-wayland2 (= 2.13.0-1~mx21ahs+1), libva-x11-2 (= 2.13.0-1~mx21ahs+1), libva2 (= 2.13.0-1~mx21ahs+1), libwayland-dev (>= 1.0.0), libset-scalar-perl Provides: dh-sequence-libva Multi-Arch: same Homepage: https://01.org/linuxmedia/vaapi Priority: optional Section: libdevel Filename: pool/ahs/libv/libva/libva-dev_2.13.0-1~mx21ahs+1_i386.deb Size: 120436 SHA256: 9a3730f650a4c25b873938f96bbdcbb9ccf83b5548a2543be7a785d82d515e27 SHA1: d57c4b946983c46e8028892402bd2303acb4ee71 MD5sum: 89293c0d1b6cf1659d3a40ab73adc566 Description: Video Acceleration (VA) API for Linux -- development files Video Acceleration API (VA API) is a library ("libVA") and API specification which enables and provides access to graphics hardware (GPU) acceleration for video processing on Linux and UNIX based operating systems. Accelerated processing includes video decoding, video encoding, subpicture blending and rendering. The specification was originally designed by Intel for its GMA (Graphics Media Accelerator) series of GPU hardware, the API is however not limited to GPUs or Intel specific hardware, as other hardware and manufacturers can also freely use this API for hardware accelerated video decoding. . This package provides the development environment for libva. Original-Maintainer: Debian Multimedia Maintainers Package: libva-drm2 Source: libva Version: 2.13.0-1~mx21ahs+1 Architecture: i386 Maintainer: SwampRabbit Installed-Size: 45 Depends: libc6 (>= 2.4), libdrm2 (>= 2.4.16), libva2 (>= 2.13.0), libva2 (<< 2.13.0.1) Multi-Arch: same Homepage: https://01.org/linuxmedia/vaapi Priority: optional Section: libs Filename: pool/ahs/libv/libva/libva-drm2_2.13.0-1~mx21ahs+1_i386.deb Size: 20112 SHA256: f0fd5501681eeafd8068da8e68418d99c558c3d72375141f5c78440658bfe52a SHA1: 14b47aafec23d6cf64f87de4fddbc5683e136705 MD5sum: e7cd94008cc16cb45f139d2b103a4759 Description: Video Acceleration (VA) API for Linux -- DRM runtime Video Acceleration API (VA API) is a library ("libVA") and API specification which enables and provides access to graphics hardware (GPU) acceleration for video processing on Linux and UNIX based operating systems. Accelerated processing includes video decoding, video encoding, subpicture blending and rendering. The specification was originally designed by Intel for its GMA (Graphics Media Accelerator) series of GPU hardware, the API is however not limited to GPUs or Intel specific hardware, as other hardware and manufacturers can also freely use this API for hardware accelerated video decoding. . This package provides the libva-drm library. Original-Maintainer: Debian Multimedia Maintainers Package: libva-glx2 Source: libva Version: 2.13.0-1~mx21ahs+1 Architecture: i386 Maintainer: SwampRabbit Installed-Size: 53 Depends: libc6 (>= 2.3.4), libgl1, libva-x11-2 (>= 1.0.3), libva2 (>= 2.13.0), libva2 (<< 2.13.0.1), libx11-6 Multi-Arch: same Homepage: https://01.org/linuxmedia/vaapi Priority: optional Section: libs Filename: pool/ahs/libv/libva/libva-glx2_2.13.0-1~mx21ahs+1_i386.deb Size: 23832 SHA256: 368c288207458759e96f4ef408701fc48d1fec0847d454ce0c2e558246cd9678 SHA1: e78e0c069d51487cf00ea7905e5f679ac90067c4 MD5sum: 0ddc7f6f2e40f3cb9dc717a6306bf22a Description: Video Acceleration (VA) API for Linux -- GLX runtime Video Acceleration API (VA API) is a library ("libVA") and API specification which enables and provides access to graphics hardware (GPU) acceleration for video processing on Linux and UNIX based operating systems. Accelerated processing includes video decoding, video encoding, subpicture blending and rendering. The specification was originally designed by Intel for its GMA (Graphics Media Accelerator) series of GPU hardware, the API is however not limited to GPUs or Intel specific hardware, as other hardware and manufacturers can also freely use this API for hardware accelerated video decoding. . This package provides the libva-glx library. Original-Maintainer: Debian Multimedia Maintainers Package: libva-wayland2 Source: libva Version: 2.13.0-1~mx21ahs+1 Architecture: i386 Maintainer: SwampRabbit Installed-Size: 49 Depends: libc6 (>= 2.3.4), libdrm2 (>= 2.4.60), libva2 (>= 2.13.0), libva2 (<< 2.13.0.1), libwayland-client0 (>= 1.11.0) Multi-Arch: same Homepage: https://01.org/linuxmedia/vaapi Priority: optional Section: libs Filename: pool/ahs/libv/libva/libva-wayland2_2.13.0-1~mx21ahs+1_i386.deb Size: 22028 SHA256: 11dc44c086c92111486d8c62d5c27a5d2b43cfe8172c1a2bb1b454fa96726fa2 SHA1: 2fa5685202c92039e62a4180c2bde9d96aee2b51 MD5sum: 4fca3016e9b0e941493f030a042496f8 Description: Video Acceleration (VA) API for Linux -- Wayland runtime Video Acceleration API (VA API) is a library ("libVA") and API specification which enables and provides access to graphics hardware (GPU) acceleration for video processing on Linux and UNIX based operating systems. Accelerated processing includes video decoding, video encoding, subpicture blending and rendering. The specification was originally designed by Intel for its GMA (Graphics Media Accelerator) series of GPU hardware, the API is however not limited to GPUs or Intel specific hardware, as other hardware and manufacturers can also freely use this API for hardware accelerated video decoding. . This package provides the libva-wayland library. Original-Maintainer: Debian Multimedia Maintainers Package: libva-x11-2 Source: libva Version: 2.13.0-1~mx21ahs+1 Architecture: i386 Maintainer: SwampRabbit Installed-Size: 57 Depends: libc6 (>= 2.1.3), libdrm2 (>= 2.3.1), libva2 (>= 2.13.0), libva2 (<< 2.13.0.1), libx11-6 (>= 2:1.4.99.1), libxext6, libxfixes3 Multi-Arch: same Homepage: https://01.org/linuxmedia/vaapi Priority: optional Section: libs Filename: pool/ahs/libv/libva/libva-x11-2_2.13.0-1~mx21ahs+1_i386.deb Size: 25440 SHA256: 42694bbbd3136fecbaf9d76afe06f82f438386de70943e7a66bdba885728be90 SHA1: 27cb14fb9cab69fc711c90d6f7d0ad36775dae05 MD5sum: 55738f09c3c5997be2f2811ad9db15a2 Description: Video Acceleration (VA) API for Linux -- X11 runtime Video Acceleration API (VA API) is a library ("libVA") and API specification which enables and provides access to graphics hardware (GPU) acceleration for video processing on Linux and UNIX based operating systems. Accelerated processing includes video decoding, video encoding, subpicture blending and rendering. The specification was originally designed by Intel for its GMA (Graphics Media Accelerator) series of GPU hardware, the API is however not limited to GPUs or Intel specific hardware, as other hardware and manufacturers can also freely use this API for hardware accelerated video decoding. . This package provides the libva-x11 library. Original-Maintainer: Debian Multimedia Maintainers Package: libva2 Source: libva Version: 2.13.0-1~mx21ahs+1 Architecture: i386 Maintainer: SwampRabbit Installed-Size: 240 Depends: libc6 (>= 2.7) Recommends: va-driver-all | va-driver Provides: libva-driver-abi-1.0, libva-driver-abi-1.1, libva-driver-abi-1.10, libva-driver-abi-1.11, libva-driver-abi-1.12, libva-driver-abi-1.13, libva-driver-abi-1.2, libva-driver-abi-1.3, libva-driver-abi-1.4, libva-driver-abi-1.5, libva-driver-abi-1.6, libva-driver-abi-1.7, libva-driver-abi-1.8, libva-driver-abi-1.9 Multi-Arch: same Homepage: https://01.org/linuxmedia/vaapi Priority: optional Section: libs Filename: pool/ahs/libv/libva/libva2_2.13.0-1~mx21ahs+1_i386.deb Size: 73348 SHA256: 26a4076b157d28041d451bea3cf4cc4366d2db7e7bdb20829baf3a0c5acdf653 SHA1: 0ee2afaee39e22746c90c2383bb61fb9b31b5ed2 MD5sum: 87f00d0753971179c50103bfd4a325dd Description: Video Acceleration (VA) API for Linux -- runtime Video Acceleration API (VA API) is a library ("libVA") and API specification which enables and provides access to graphics hardware (GPU) acceleration for video processing on Linux and UNIX based operating systems. Accelerated processing includes video decoding, video encoding, subpicture blending and rendering. The specification was originally designed by Intel for its GMA (Graphics Media Accelerator) series of GPU hardware, the API is however not limited to GPUs or Intel specific hardware, as other hardware and manufacturers can also freely use this API for hardware accelerated video decoding. . This package provides the main libva library. Original-Maintainer: Debian Multimedia Maintainers Package: libvulkan-dev Source: vulkan-loader Version: 1.2.189.0-2~mx21ahs+1 Architecture: i386 Maintainer: SwampRabbit Installed-Size: 12973 Depends: libvulkan1 (= 1.2.189.0-2~mx21ahs+1) Breaks: vulkan-headers, vulkan-sdk-headers Replaces: vulkan-headers, vulkan-sdk-headers Multi-Arch: same Homepage: https://github.com/KhronosGroup/Vulkan-Loader Priority: optional Section: libdevel Filename: pool/ahs/v/vulkan-loader/libvulkan-dev_1.2.189.0-2~mx21ahs+1_i386.deb Size: 783360 SHA256: ae421779215a4b829f0ce2861f3a40df21cdc2cfdd0c4aba34ce7d5188e3870a SHA1: e09f040b86170419b1006388d403923c06e34ef2 MD5sum: b055566900653c9ea066ad270b83ee98 Description: Vulkan loader library -- development files The Loader implements the main VK library. It handles layer management and driver management. The loader fully supports multi-gpu operation. As part of this, it dispatches API calls to the correct driver, and to the correct layers, based on the GPU object selected by the application. . This package includes files needed for development. Original-Maintainer: Debian X Strike Force Package: libvulkan1 Source: vulkan-loader Version: 1.2.189.0-2~mx21ahs+1 Architecture: i386 Maintainer: SwampRabbit Installed-Size: 455 Depends: libc6 (>= 2.29) Recommends: mesa-vulkan-drivers | vulkan-icd Breaks: libvulkan-dev (<< 1.1.70+dfsg1-2), vulkan-loader Replaces: libvulkan-dev (<< 1.1.70+dfsg1-2), vulkan-loader Multi-Arch: same Homepage: https://github.com/KhronosGroup/Vulkan-Loader Priority: optional Section: libs Filename: pool/ahs/v/vulkan-loader/libvulkan1_1.2.189.0-2~mx21ahs+1_i386.deb Size: 111960 SHA256: 15b5bab5defd897e4c7120669f642aa094346da78c7a05173711f4f9ed8ee972 SHA1: 08e1cdd65a5a3da89d6ba48959d54d8d68e38ddf MD5sum: 896f561a87b6c7d3cc74aa9ec507462b Description: Vulkan loader library The Loader implements the main VK library. It handles layer management and driver management. The loader fully supports multi-gpu operation. As part of this, it dispatches API calls to the correct driver, and to the correct layers, based on the GPU object selected by the application. . This package includes the loader library. Original-Maintainer: Debian X Strike Force Package: libwayland-egl1-mesa Source: mesa Version: 21.2.5-1~mx21ahs+1 Architecture: i386 Maintainer: SwampRabbit Installed-Size: 71 Depends: libegl1, libwayland-egl1 Multi-Arch: same Homepage: https://mesa3d.org/ Priority: optional Section: oldlibs Filename: pool/ahs/m/mesa/libwayland-egl1-mesa_21.2.5-1~mx21ahs+1_i386.deb Size: 54164 SHA256: 535762380e271854047b0dd3a9817726008e8e7cfda3e6fc7094c85761e9bb36 SHA1: ff1f851a5da918350c4ed7bc590bf1a45e2915fe MD5sum: 9b9e3799357e9c1a18bfb49c632cc7b7 Description: transitional dummy package This is a transitional dummy package, it can be safely removed. Original-Maintainer: Debian X Strike Force Package: libx11-6 Source: libx11 Version: 2:1.7.2-2~mx21ahs+1 Architecture: i386 Maintainer: SwampRabbit Installed-Size: 1639 Depends: libc6 (>= 2.28), libxcb1 (>= 1.11.1), libx11-data Breaks: libx11-xcb1 (<< 2:1.7.0-2) Multi-Arch: same Priority: optional Section: libs Filename: pool/ahs/libx/libx11/libx11-6_1.7.2-2~mx21ahs+1_i386.deb Size: 797148 SHA256: edf17d2e5f58e3d3a439c70f30207175778774a88ad27f34ae35339df3150fe2 SHA1: e738e3b17f9292ecececfbd6bafe3765744eb252 MD5sum: 3462a7f67196213b6557888c7f6533e8 Description: X11 client-side library This package provides a client interface to the X Window System, otherwise known as 'Xlib'. It provides a complete API for the basic functions of the window system. . More information about X.Org can be found at: . This module can be found at https://gitlab.freedesktop.org/xorg/lib/libX11 Original-Maintainer: Debian X Strike Force Package: libx11-data Source: libx11 Version: 2:1.7.2-2~mx21ahs+1 Architecture: all Maintainer: SwampRabbit Installed-Size: 1661 Breaks: libx11-6 (<< 2:1.4.1) Multi-Arch: foreign Priority: optional Section: x11 Filename: pool/ahs/libx/libx11/libx11-data_1.7.2-2~mx21ahs+1_all.deb Size: 307020 SHA256: 7f57e44c9fe0aab2eb24aeb4f6d9f71a11e660168d57c249d5ac385b8eb2b3b3 SHA1: ac255a07583d87e116f7c0de3dfdd5cc97eeedad MD5sum: b72954eba77ff1e42f857a862a5728a3 Description: X11 client-side library This package provides the locale data files for libx11. . More information about X.Org can be found at: . This module can be found at https://gitlab.freedesktop.org/xorg/lib/libX11 Original-Maintainer: Debian X Strike Force Package: libx11-dev Source: libx11 Version: 2:1.7.2-2~mx21ahs+1 Architecture: i386 Maintainer: SwampRabbit Installed-Size: 2524 Depends: libx11-6 (= 2:1.7.2-2~mx21ahs+1), libxau-dev (>= 1:1.0.0-1), libxdmcp-dev (>= 1:1.0.0-1), x11proto-dev (>= 2019.2-1), xtrans-dev, libxcb1-dev Suggests: libx11-doc Replaces: x11proto-dev (<< 2019.2) Multi-Arch: same Priority: optional Section: libdevel Filename: pool/ahs/libx/libx11/libx11-dev_1.7.2-2~mx21ahs+1_i386.deb Size: 876264 SHA256: 74fb382716368376179cb29ad5ee720c3edcf27c7f8743100a44f48f45c200a9 SHA1: 97e0b1314e285848b732a1032a79e50fa65ab5cd MD5sum: bf4d4df3b47f4362d01821452a175fef Description: X11 client-side library (development headers) This package provides a client interface to the X Window System, otherwise known as 'Xlib'. It provides a complete API for the basic functions of the window system. . This package contains the development headers for the library found in libx11-6. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at https://gitlab.freedesktop.org/xorg/lib/libX11 Original-Maintainer: Debian X Strike Force Package: libx11-doc Source: libx11 Version: 2:1.7.2-2~mx21ahs+1 Architecture: all Maintainer: SwampRabbit Installed-Size: 10386 Breaks: libx11-dev (<< 2:1.4.4-3) Replaces: libx11-dev (<< 2:1.4.4-3) Multi-Arch: foreign Priority: optional Section: doc Filename: pool/ahs/libx/libx11/libx11-doc_1.7.2-2~mx21ahs+1_all.deb Size: 2193120 SHA256: 66c24c6db5a8e7ed06c39fb97cb215ca4670243e34285184eaf5655eaaa4c962 SHA1: 7dfa4196b4419dec340cd904722f50fe04113c9d MD5sum: 23b9377123efb2ff52985909b19848b2 Description: X11 client-side library (development documentation) This package provides a client interface to the X Window System, otherwise known as 'Xlib'. It provides a complete API for the basic functions of the window system. . This package contains supplemental documentation for the library found in libx11-6. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at https://gitlab.freedesktop.org/xorg/lib/libX11 Original-Maintainer: Debian X Strike Force Package: libx11-xcb-dev Source: libx11 Version: 2:1.7.2-2~mx21ahs+1 Architecture: i386 Maintainer: SwampRabbit Installed-Size: 258 Depends: libx11-xcb1 (= 2:1.7.2-2~mx21ahs+1), libxcb1-dev (>= 1.11.1), libx11-dev Multi-Arch: same Priority: optional Section: libdevel Filename: pool/ahs/libx/libx11/libx11-xcb-dev_1.7.2-2~mx21ahs+1_i386.deb Size: 205576 SHA256: 92b1a2ec7ea022b75d5f5395d96068ea1b468287b6ea8d7841464754d6f157d2 SHA1: f3616118c1263e738a5c84a436f0be3a4918af90 MD5sum: d468c04c93484c45eb6b58e69c705019 Description: Xlib/XCB interface library (development headers) libX11-xcb provides functions needed by clients which take advantage of Xlib/XCB to mix calls to both Xlib and XCB over the same X connection. . This package contains the development headers for the library found in libx11-xcb1. Non-developers likely have little use for this package. . More information about X.Org can be found at: . More information about XCB can be found at: . This module can be found at https://gitlab.freedesktop.org/xorg/lib/libX11 Original-Maintainer: Debian X Strike Force Package: libx11-xcb1 Source: libx11 Version: 2:1.7.2-2~mx21ahs+1 Architecture: i386 Maintainer: SwampRabbit Installed-Size: 262 Depends: libx11-6 (= 2:1.7.2-2~mx21ahs+1) Multi-Arch: same Priority: optional Section: libs Filename: pool/ahs/libx/libx11/libx11-xcb1_1.7.2-2~mx21ahs+1_i386.deb Size: 203288 SHA256: 8249932528d9366f864f5e8096e15721496b0211ee6d6f06a6f04f8fb2cb4374 SHA1: ecded471e496b390212b373628ddfee03010a79c MD5sum: 0c5cb6b0783c7b68d2b3830b2af5a4cd Description: Xlib/XCB interface library libX11-xcb provides functions needed by clients which take advantage of Xlib/XCB to mix calls to both Xlib and XCB over the same X connection. . More information about X.Org can be found at: . More information about XCB can be found at: . This module can be found at https://gitlab.freedesktop.org/xorg/lib/libX11 Original-Maintainer: Debian X Strike Force Package: libxatracker-dev Source: mesa Version: 21.2.5-1~mx21ahs+1 Architecture: i386 Maintainer: SwampRabbit Installed-Size: 93 Depends: libxatracker2 (= 21.2.5-1~mx21ahs+1) Multi-Arch: same Homepage: https://mesa3d.org/ Priority: optional Section: libdevel Filename: pool/ahs/m/mesa/libxatracker-dev_21.2.5-1~mx21ahs+1_i386.deb Size: 57660 SHA256: 07052215e39e51642327050b99f0fca6986edeee55efd80d2e9e8737869dc591 SHA1: d5a7fad59b081f8ad309cf974b62194e126d7a67 MD5sum: 66d9f66c43433a8795ee0d48cefb7747 Description: X acceleration library -- development files This package contains the XA (X acceleration) library. It is used exclusively by the X server to do render, copy and video acceleration. . XA is intended to be used by the vmware driver for virtualized X acceleration. . This package provides the development environment for compiling programs against the xatracker library. Original-Maintainer: Debian X Strike Force Package: libxatracker2 Source: mesa Version: 21.2.5-1~mx21ahs+1 Architecture: i386 Maintainer: SwampRabbit Installed-Size: 7423 Depends: libc6 (>= 2.29), libdrm-nouveau2 (>= 2.4.66), libdrm2 (>= 2.4.75), libexpat1 (>= 2.0.1), libgcc-s1 (>= 7), libllvm12, libstdc++6 (>= 5.2), libzstd1 (>= 1.4.0), zlib1g (>= 1:1.1.4) Multi-Arch: same Homepage: https://mesa3d.org/ Priority: optional Section: libs Filename: pool/ahs/m/mesa/libxatracker2_21.2.5-1~mx21ahs+1_i386.deb Size: 1871176 SHA256: 331f57e07f3eeab58e51dbbfa235e4ec86ecfebdac00ca7cd6a26511a7158ca7 SHA1: 50e335d71431b59073bd6ca7eaa533941b1c158e MD5sum: e5a4daed39e8bdaa67e891277462b5cf Description: X acceleration library -- runtime This package contains the XA (X acceleration) library. It is used exclusively by the X server to do render, copy and video acceleration. . XA is intended to be used by the vmware driver for virtualized X acceleration. Original-Maintainer: Debian X Strike Force Package: libxext-dev Source: libxext Version: 2:1.3.4-1~mx21ahs+1 Architecture: i386 Maintainer: SwampRabbit Installed-Size: 325 Depends: libxext6 (= 2:1.3.4-1~mx21ahs+1), x11proto-dev, libx11-dev Suggests: libxext-doc Multi-Arch: same Priority: optional Section: libdevel Filename: pool/ahs/libx/libxext/libxext-dev_1.3.4-1~mx21ahs+1_i386.deb Size: 110896 SHA256: 1c23577bf1a664608783728c95029636e5163ae47c41645f8a022e8dcb5cfbf0 SHA1: 844e5d59a02a157f9e41d4464298deb8ab8a595c MD5sum: 3b6f7648a98c0e8768bd7994f2ad9158 Description: X11 miscellaneous extensions library (development headers) libXext provides an X Window System client interface to several extensions to the X protocol. . The supported protocol extensions are: - DOUBLE-BUFFER (DBE), the Double Buffer extension; - DPMS, the VESA Display Power Management System extension; - Extended-Visual-Information (EVI), an extension for gathering extra information about the X server's visuals; - LBX, the Low Bandwidth X extension; - MIT-SHM, the MIT X client/server shared memory extension; - MIT-SUNDRY-NONSTANDARD, a miscellaneous extension by MIT; - Multi-Buffering, the multi-buffering and stereo display extension; - SECURITY, the X security extension; - SHAPE, the non-rectangular shaped window extension; - SYNC, the X synchronization extension; - TOG-CUP, the Open Group's Colormap Utilization extension; - XC-APPGROUP, the X Consortium's Application Group extension; - XC-MISC, the X Consortium's resource ID querying extension; - XTEST, the X test extension (this is one of two client-side implementations; the other is in the libXtst library, provided by the libxtst6 package); . libXext also provides a small set of utility functions to aid authors of client APIs for X protocol extensions. . This package contains the development headers for the library found in libxext6. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXext Original-Maintainer: Debian X Strike Force Package: libxext-doc Source: libxext Version: 2:1.3.4-1~mx21ahs+1 Architecture: all Maintainer: SwampRabbit Installed-Size: 245 Breaks: libxext-dev (<< 2:1.3.1-2) Replaces: libxext-dev (<< 2:1.3.1-2) Multi-Arch: foreign Priority: optional Section: doc Filename: pool/ahs/libx/libxext/libxext-doc_1.3.4-1~mx21ahs+1_all.deb Size: 79892 SHA256: 4b1acdf4af20e112e38b7d034fadfb22c9d07481ee7ab2dcc4322a76097f1f8c SHA1: b639579c2dcc9f8b0d82eca5a00d4bdd907e1b5b MD5sum: 413674e23a7fc08ab05eba8d6d3644cb Description: X11 miscellaneous extensions library (documentation) libXext provides an X Window System client interface to several extensions to the X protocol. . The supported protocol extensions are: - DOUBLE-BUFFER (DBE), the Double Buffer extension; - DPMS, the VESA Display Power Management System extension; - Extended-Visual-Information (EVI), an extension for gathering extra information about the X server's visuals; - LBX, the Low Bandwidth X extension; - MIT-SHM, the MIT X client/server shared memory extension; - MIT-SUNDRY-NONSTANDARD, a miscellaneous extension by MIT; - Multi-Buffering, the multi-buffering and stereo display extension; - SECURITY, the X security extension; - SHAPE, the non-rectangular shaped window extension; - SYNC, the X synchronization extension; - TOG-CUP, the Open Group's Colormap Utilization extension; - XC-APPGROUP, the X Consortium's Application Group extension; - XC-MISC, the X Consortium's resource ID querying extension; - XTEST, the X test extension (this is one of two client-side implementations; the other is in the libXtst library, provided by the libxtst6 package); . libXext also provides a small set of utility functions to aid authors of client APIs for X protocol extensions. . This package contains the documentation for the included protocol extension libraries. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXext Original-Maintainer: Debian X Strike Force Package: libxext6 Source: libxext Version: 2:1.3.4-1~mx21ahs+1 Architecture: i386 Maintainer: SwampRabbit Installed-Size: 134 Depends: libc6 (>= 2.4), libx11-6 (>= 2:1.6.0) Multi-Arch: same Priority: optional Section: libs Filename: pool/ahs/libx/libxext/libxext6_1.3.4-1~mx21ahs+1_i386.deb Size: 55460 SHA256: c13b14390075e044a09dfe5c21d52d2430a1d20a57e5cd65e663d2fd73e0d238 SHA1: 1c48fd4cd396d5597fce829f630251a239e08d85 MD5sum: 4031fadfeabcf32619540e2d45a86b01 Description: X11 miscellaneous extension library libXext provides an X Window System client interface to several extensions to the X protocol. . The supported protocol extensions are: - DOUBLE-BUFFER (DBE), the Double Buffer extension; - DPMS, the VESA Display Power Management System extension; - Extended-Visual-Information (EVI), an extension for gathering extra information about the X server's visuals; - LBX, the Low Bandwidth X extension; - MIT-SHM, the MIT X client/server shared memory extension; - MIT-SUNDRY-NONSTANDARD, a miscellaneous extension by MIT; - Multi-Buffering, the multi-buffering and stereo display extension; - SECURITY, the X security extension; - SHAPE, the non-rectangular shaped window extension; - SYNC, the X synchronization extension; - TOG-CUP, the Open Group's Colormap Utilization extension; - XC-APPGROUP, the X Consortium's Application Group extension; - XC-MISC, the X Consortium's resource ID querying extension; - XTEST, the X test extension (this is one of two client-side implementations; the other is in the libXtst library, provided by the libxtst6 package); . libXext also provides a small set of utility functions to aid authors of client APIs for X protocol extensions. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXext Original-Maintainer: Debian X Strike Force Package: libxi-dev Source: libxi Version: 2:1.8-1~mx21ahs+1 Architecture: i386 Maintainer: SwampRabbit Installed-Size: 733 Depends: libxi6 (= 2:1.8-1~mx21ahs+1), libx11-dev, libxext-dev, libxfixes-dev, x11proto-dev (>= 2021.5), xorg-sgml-doctools (>= 1:1.5) Replaces: x11proto-input-dev (<< 1.9.99) Multi-Arch: same Homepage: https://www.x.org/ Priority: optional Section: libdevel Filename: pool/ahs/libx/libxi/libxi-dev_1.8-1~mx21ahs+1_i386.deb Size: 247988 SHA256: fb8407d99143fe2d82dcb71166ef32729ee0b456b7fc247c82cc38a243134924 SHA1: b3819dae7e8e9d22050b504b136ea4add783ddf8 MD5sum: f7154de569d9258a4455cfa3f5709db8 Description: X11 Input extension library (development headers) libXi provides an X Window System client interface to the XINPUT extension to the X protocol. . The Input extension allows setup and configuration of multiple input devices, and hotplugging of input devices (to be added and removed on the fly). . This package contains the development headers for the library found in libxi6. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXi Original-Maintainer: Debian X Strike Force Package: libxi6 Source: libxi Version: 2:1.8-1~mx21ahs+1 Architecture: i386 Maintainer: SwampRabbit Installed-Size: 151 Depends: libc6 (>= 2.4), libx11-6 (>= 2:1.6.0), libxext6 Multi-Arch: same Homepage: https://www.x.org/ Priority: optional Section: libs Filename: pool/ahs/libx/libxi/libxi6_1.8-1~mx21ahs+1_i386.deb Size: 85928 SHA256: 299ebac1ff0758fddf156b05f3ee3a359079348512835726362328e4b31eb83a SHA1: 8753c34e80931e329c7518ab517ab89f53b173d2 MD5sum: cba9946106cdc017627a5c92662e102e Description: X11 Input extension library libXi provides an X Window System client interface to the XINPUT extension to the X protocol. . The Input extension allows setup and configuration of multiple input devices, and hotplugging of input devices (to be added and removed on the fly). . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXi Original-Maintainer: Debian X Strike Force Package: libxi6-dbgsym Source: libxi Version: 2:1.8-1~mx21ahs+1 Auto-Built-Package: debug-symbols Architecture: i386 Maintainer: SwampRabbit Installed-Size: 119 Depends: libxi6 (= 2:1.8-1~mx21ahs+1) Breaks: libxi6-dbg (<< 2:1.7.8-1~) Replaces: libxi6-dbg (<< 2:1.7.8-1~) Multi-Arch: same Priority: optional Section: debug Filename: pool/ahs/libx/libxi/libxi6-dbgsym_1.8-1~mx21ahs+1_i386.deb Size: 103956 SHA256: 9010b1726213c1a84b3db9097d4959205f593597035aa9ff7ca2735698aed8ed SHA1: 2050678df133b0e848bd57dfb004ede32d6724f9 MD5sum: 924c03f20eb5e7046ccd16034ff9e117 Description: debug symbols for libxi6 Build-Ids: 01d2c205f6e1fec351e52fc0cb7c066313833e04 Original-Maintainer: Debian X Strike Force Package: libxkbcommon-dev Source: libxkbcommon Version: 1.3.0-1~mx21ahs+1 Architecture: i386 Maintainer: SwampRabbit Installed-Size: 337 Depends: libxkbcommon0 (= 1.3.0-1~mx21ahs+1) Multi-Arch: same Homepage: http://www.xkbcommon.org/ Priority: optional Section: libdevel Filename: pool/ahs/libx/libxkbcommon/libxkbcommon-dev_1.3.0-1~mx21ahs+1_i386.deb Size: 52984 SHA256: 85cff0a91d4987433b958adf3c606426fa183ae690d53d1c4976a1a44bfaa7ce SHA1: 265dd40c745624c41e8047c2c7153689a93a5eed MD5sum: cf4583443e3b57aac9397e0d81c80b08 Description: library interface to the XKB compiler - development files xkbcommon is a library to handle keyboard descriptions, including loading them from disk, parsing them and handling their state. It's mainly meant for client toolkits, window systems, and other system applications; currently that includes Wayland, kmscon, GTK+, Clutter, and more. . This package contains the development headers for the library found in libxkbcommon0. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at https://github.com/xkbcommon/libxkbcommon.git Original-Maintainer: Debian X Strike Force Package: libxkbcommon-doc Source: libxkbcommon Version: 1.3.0-1~mx21ahs+1 Architecture: all Maintainer: SwampRabbit Installed-Size: 1188 Multi-Arch: foreign Homepage: http://www.xkbcommon.org/ Priority: optional Section: doc Filename: pool/ahs/libx/libxkbcommon/libxkbcommon-doc_1.3.0-1~mx21ahs+1_all.deb Size: 227772 SHA256: 95411733dd0c9497731c1efc05033683345cba16cb65299d853423433385fe80 SHA1: 5c2dfb860ecbbfdb1bedfe290d9c124e6b96c965 MD5sum: 7f289fd9a971d312bca557f52ac75398 Description: library interface to the XKB compiler - documentation xkbcommon is a library to handle keyboard descriptions, including loading them from disk, parsing them and handling their state. It's mainly meant for client toolkits, window systems, and other system applications; currently that includes Wayland, kmscon, GTK+, Clutter, and more. . This package contains the documentation files for the library found in libxkbcommon0. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at https://github.com/xkbcommon/libxkbcommon.git Original-Maintainer: Debian X Strike Force Package: libxkbcommon-tools Source: libxkbcommon Version: 1.3.0-1~mx21ahs+1 Architecture: i386 Maintainer: SwampRabbit Installed-Size: 152 Depends: libc6 (>= 2.8), libwayland-client0 (>= 1.9.91), libxcb-xkb1, libxcb1, libxkbcommon-x11-0 (>= 0.5.0), libxkbcommon0 (>= 1.0.0), libxkbregistry0 (>= 1.0.0) Multi-Arch: foreign Homepage: http://www.xkbcommon.org/ Priority: optional Section: graphics Filename: pool/ahs/libx/libxkbcommon/libxkbcommon-tools_1.3.0-1~mx21ahs+1_i386.deb Size: 36380 SHA256: 52d4a9ea6eb75ab726ec4d4cee10ab04c21f6971c5f87d1a6797b80b87f46e6e SHA1: 6b27b188fe1b435b7837cec11ceb32f33fa8e7ec MD5sum: a8c7d34105ec3dc7acee36d5588a7108 Description: library interface to the XKB compiler - tools xkbcommon is a library to handle keyboard descriptions, including loading them from disk, parsing them and handling their state. It's mainly meant for client toolkits, window systems, and other system applications; currently that includes Wayland, kmscon, GTK+, Clutter, and more. . This package contains the xkbcli tool to interact with XKB keymaps. . More information about X.Org can be found at: . This module can be found at https://github.com/xkbcommon/libxkbcommon.git Original-Maintainer: Debian X Strike Force Package: libxkbcommon-x11-0 Source: libxkbcommon Version: 1.3.0-1~mx21ahs+1 Architecture: i386 Maintainer: SwampRabbit Installed-Size: 54 Depends: libxkbcommon0 (= 1.3.0-1~mx21ahs+1), libc6 (>= 2.17), libxcb-xkb1, libxcb1 Multi-Arch: same Homepage: http://www.xkbcommon.org/ Priority: optional Section: libs Filename: pool/ahs/libx/libxkbcommon/libxkbcommon-x11-0_1.3.0-1~mx21ahs+1_i386.deb Size: 18496 SHA256: bd1d885cd97fa09a0dfe5e76592e386a06c3d6c65c3013818e84d20cf536bd9b SHA1: 2f666776d009d04c6b422ae2baddeaddde5b4e34 MD5sum: 84172c9bfc7f5d4f4327ecc57489d4db Description: library to create keymaps with the XKB X11 protocol This package provides an add-on library called xkbcommon-x11, to support creating keymaps with the XKB X11 protocol, by querying the X server directly. . More information about X.Org can be found at: . This module can be found at https://github.com/xkbcommon/libxkbcommon.git Original-Maintainer: Debian X Strike Force Package: libxkbcommon-x11-dev Source: libxkbcommon Version: 1.3.0-1~mx21ahs+1 Architecture: i386 Maintainer: SwampRabbit Installed-Size: 30 Depends: libxkbcommon-x11-0 (= 1.3.0-1~mx21ahs+1), libxkbcommon-dev (= 1.3.0-1~mx21ahs+1), libxcb1-dev, libxcb-xkb-dev Multi-Arch: same Homepage: http://www.xkbcommon.org/ Priority: optional Section: libdevel Filename: pool/ahs/libx/libxkbcommon/libxkbcommon-x11-dev_1.3.0-1~mx21ahs+1_i386.deb Size: 9072 SHA256: 44d11fe7db82b9163c2aa68c635de2f36429e3c25f21929d3d080a1cfd3523d7 SHA1: 61eb89c361ca5a33160e1bb9442a2ee12afe272e MD5sum: c159c8b08ee8ad2a08ee70076ad2b4cb Description: library to create keymaps with the XKB X11 protocol - development files This package provides an add-on library called xkbcommon-x11, to support creating keymaps with the XKB X11 protocol, by querying the X server directly. . This package contains the development headers for the library found in libxkbcommon-x11-0. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at https://github.com/xkbcommon/libxkbcommon.git Original-Maintainer: Debian X Strike Force Package: libxkbcommon0 Source: libxkbcommon Version: 1.3.0-1~mx21ahs+1 Architecture: i386 Maintainer: SwampRabbit Installed-Size: 313 Depends: xkb-data, libc6 (>= 2.17) Multi-Arch: same Homepage: http://www.xkbcommon.org/ Priority: optional Section: libs Filename: pool/ahs/libx/libxkbcommon/libxkbcommon0_1.3.0-1~mx21ahs+1_i386.deb Size: 114260 SHA256: d65e40d84f6ba6b4f870a2b6c73fc8ac17c396eb257ef0e2eb2e3bd845bc3c58 SHA1: 5a1b5c5719644476e33ad4bec7e0f7d26e520022 MD5sum: 4a444dd25e6c606f188544fe465035e7 Description: library interface to the XKB compiler - shared library This package provides a library to handle keyboard descriptions, including loading them from disk, parsing them and handling their state. It's mainly meant for client toolkits, window systems, and other system applications; currently that includes Wayland, kmscon, GTK+, Clutter, and more. . More information about X.Org can be found at: . This module can be found at https://github.com/xkbcommon/libxkbcommon.git Original-Maintainer: Debian X Strike Force Package: libxkbregistry-dev Source: libxkbcommon Version: 1.3.0-1~mx21ahs+1 Architecture: i386 Maintainer: SwampRabbit Installed-Size: 45 Depends: libxkbcommon-dev (= 1.3.0-1~mx21ahs+1), libxkbregistry0 (= 1.3.0-1~mx21ahs+1), libxml2-dev Multi-Arch: same Homepage: http://www.xkbcommon.org/ Priority: optional Section: libdevel Filename: pool/ahs/libx/libxkbcommon/libxkbregistry-dev_1.3.0-1~mx21ahs+1_i386.deb Size: 11364 SHA256: 2d30ba52e36f9cd0f38bc9ea5786465c84dbbac24b08eda8f480c0e4b70094f2 SHA1: 6a754b3821824c98e89069552d2204ed1cbebabc MD5sum: 5bf3e54bd01152286ba2966e3878eea0 Description: library to query available RMLVO - development files This package provides an add-on library called xkbregistry, which is used to query the available RMLVO instead of parsing evdev.xml directly. . This package contains the development headers for the library found in libxkbregistry0. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at https://github.com/xkbcommon/libxkbcommon.git Original-Maintainer: Debian X Strike Force Package: libxkbregistry0 Source: libxkbcommon Version: 1.3.0-1~mx21ahs+1 Architecture: i386 Maintainer: SwampRabbit Installed-Size: 60 Depends: libxkbcommon0 (= 1.3.0-1~mx21ahs+1), libc6 (>= 2.17), libxml2 (>= 2.7.4) Multi-Arch: same Homepage: http://www.xkbcommon.org/ Priority: optional Section: libs Filename: pool/ahs/libx/libxkbcommon/libxkbregistry0_1.3.0-1~mx21ahs+1_i386.deb Size: 17488 SHA256: d0f9210af7b1b9809958afdfc74e7184153d574469d7cab34597a61c4ad3efaf SHA1: 0fe9a1bf466bd40029ae633beb5191628c831e96 MD5sum: 8c53138024e6d4184c0767492e6c8b80 Description: library to query available RMLVO This package provides an add-on library called xkbregistry, which is used to query available RMLVO instead of parsing evdev.xml directly. . More information about X.Org can be found at: . This module can be found at https://github.com/xkbcommon/libxkbcommon.git Original-Maintainer: Debian X Strike Force Package: libxnvctrl-dev Source: nvidia-settings Version: 470.74-0.1~mx21+1 Architecture: i386 Maintainer: Steven Pusser Installed-Size: 442 Depends: libx11-dev, libxnvctrl0 (= 470.74-0.1~mx21+1) Multi-Arch: same Homepage: https://download.nvidia.com/XFree86/nvidia-settings/ Priority: optional Section: libdevel Filename: pool/ahs/n/nvidia-settings/libxnvctrl-dev_470.74-0.1~mx21+1_i386.deb Size: 88608 SHA256: fd66557eca56af529ebc451d48ff60484a5c6532aa8c96bd146ec9eacf701d16 SHA1: e2b0e4f73669be8da635dd6144e505133736e1ea MD5sum: 9d7a61a53553dfe7212dd117d62d4b41 Description: NV-CONTROL X extension (development files) The NV-CONTROL X extension provides a mechanism for X clients to query and set configuration parameters of the NVIDIA X driver. State set by the NV-CONTROL X extension is assumed to be persistent only for the current server generation. Original-Maintainer: Debian NVIDIA Maintainers Package: libxnvctrl0 Source: nvidia-settings Version: 470.74-0.1~mx21+1 Architecture: i386 Maintainer: Steven Pusser Installed-Size: 61 Depends: libc6 (>= 2.4), libx11-6 (>= 2:1.4.99.1), libxext6 Multi-Arch: same Homepage: https://download.nvidia.com/XFree86/nvidia-settings/ Priority: optional Section: libs Filename: pool/ahs/n/nvidia-settings/libxnvctrl0_470.74-0.1~mx21+1_i386.deb Size: 27112 SHA256: 81d26c812bc3c316b7dbfa6614ccc264c78d892f5b7199a095e2734dec903d03 SHA1: 6215072dbf4f79eb185da2169054cef7c1e00d48 MD5sum: 52eddee535fb310f8572b55029ab749d Description: NV-CONTROL X extension (runtime library) The NV-CONTROL X extension provides a mechanism for X clients to query and set configuration parameters of the NVIDIA X driver. State set by the NV-CONTROL X extension is assumed to be persistent only for the current server generation. . This package contains the shared library. Original-Maintainer: Debian NVIDIA Maintainers Package: libxrandr-dev Source: libxrandr Version: 2:1.5.2-1~mx21ahs+1 Architecture: i386 Maintainer: SwampRabbit Installed-Size: 143 Depends: libxrandr2 (= 2:1.5.2-1~mx21ahs+1), libx11-dev, libxext-dev, x11proto-dev, libxrender-dev Multi-Arch: same Priority: optional Section: libdevel Filename: pool/ahs/libx/libxrandr/libxrandr-dev_1.5.2-1~mx21ahs+1_i386.deb Size: 48132 SHA256: 59a4d7faec6b416e8d1243e8585f82875b5836da55bf9b2808137a63fad1af03 SHA1: bc1fb83110813b1cf8fbabb7c9f1808eb7bb8cd9 MD5sum: b89a9c23100b705ec53aa01ae2817cf1 Description: X11 RandR extension library (development headers) libXrandr provides an X Window System client interface to the RandR extension to the X protocol. . The RandR extension allows for run-time configuration of display attributes such as resolution, rotation, and reflection. . This package contains the development headers for the library found in libxrandr2. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXrandr Original-Maintainer: Debian X Strike Force Package: libxrandr2 Source: libxrandr Version: 2:1.5.2-1~mx21ahs+1 Architecture: i386 Maintainer: SwampRabbit Installed-Size: 93 Depends: libc6 (>= 2.4), libx11-6 (>= 2:1.6.0), libxext6, libxrender1 Multi-Arch: same Priority: optional Section: libs Filename: pool/ahs/libx/libxrandr/libxrandr2_1.5.2-1~mx21ahs+1_i386.deb Size: 40004 SHA256: a07ae4d8d38697f38bdcc535a0493591ab5e455ee95e3f7c8cee6d8de8adf2ca SHA1: aed2404681c7036bb29cc52faa336f6e9e14e747 MD5sum: e04fc490fa533a9c3aaa1c33119c8424 Description: X11 RandR extension library libXrandr provides an X Window System client interface to the RandR extension to the X protocol. . The RandR extension allows for run-time configuration of display attributes such as resolution, rotation, and reflection. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXrandr Original-Maintainer: Debian X Strike Force Package: libzimg-dev Source: zimg Version: 3.0.3+ds1-1~mx21+1 Architecture: i386 Maintainer: Steven Pusser Installed-Size: 1815 Depends: libzimg2 (= 3.0.3+ds1-1~mx21+1) Multi-Arch: same Homepage: https://github.com/sekrit-twc/zimg Priority: optional Section: libdevel Filename: pool/ahs/z/zimg/libzimg-dev_3.0.3+ds1-1~mx21+1_i386.deb Size: 352160 SHA256: 0a04171355d0a257cbfa50f44842a42ecd2be699090747cda82d0e4e8f8d15b4 SHA1: 8fc9c6c4067536710b0d256627cc1a1bc1ab88db MD5sum: 60d774b4efea4f9358d2e760e483441a Description: scaling, colorspace, depth conversion library (development files) The "z" library implements the commonly required image processing basics of scaling, colorspace conversion, and depth conversion. A simple API enables conversion between any supported formats to operate with minimal knowledge from the programmer. . This package contains development files. Original-Maintainer: Debian Multimedia Maintainers Package: libzimg2 Source: zimg Version: 3.0.3+ds1-1~mx21+1 Architecture: i386 Maintainer: Steven Pusser Installed-Size: 943 Depends: libc6 (>= 2.27), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2) Multi-Arch: same Homepage: https://github.com/sekrit-twc/zimg Priority: optional Section: libs Filename: pool/ahs/z/zimg/libzimg2_3.0.3+ds1-1~mx21+1_i386.deb Size: 256768 SHA256: 3c37fad68261bd3c4bf944f78cec1f2398a4b80a7a2fc2e57f16c5423bed26d0 SHA1: 5640e321587de10eb3f75fd47495982de920c963 MD5sum: 506f02669fa8c2183b037faaf719b9e4 Description: scaling, colorspace, depth conversion library (shared library) The "z" library implements the commonly required image processing basics of scaling, colorspace conversion, and depth conversion. A simple API enables conversion between any supported formats to operate with minimal knowledge from the programmer. . This package constains the shared library. Original-Maintainer: Debian Multimedia Maintainers Package: linux-compiler-gcc-10-x86 Source: linux Version: 5.14.16-1~mx21+1 Architecture: i386 Maintainer: Steven Pusser Installed-Size: 375 Depends: gcc-10 Multi-Arch: foreign Homepage: https://www.kernel.org/ Priority: optional Section: kernel Filename: pool/ahs/l/linux/linux-compiler-gcc-10-x86_5.14.16-1~mx21+1_i386.deb Size: 369800 SHA256: 207183b397c96f84bab03ce687fcd70f91a363950be3e0b8551f17433346ccd3 SHA1: 519494f6f003692360b1af1319de1fbdb09660fe MD5sum: 3ebbb197c18f1cd1eba473b8042bb829 Description: Compiler for Linux on x86 (meta-package) This package depends on GCC of the appropriate version and architecture for Linux on amd64, i386 and x32. Original-Maintainer: Debian Kernel Team Package: linux-config-5.14 Source: linux Version: 5.14.16-1~mx21+1 Architecture: i386 Maintainer: Steven Pusser Installed-Size: 477 Recommends: linux-source-5.14 Multi-Arch: same Homepage: https://www.kernel.org/ Priority: optional Section: kernel Filename: pool/ahs/l/linux/linux-config-5.14_5.14.16-1~mx21+1_i386.deb Size: 471332 SHA256: dddbfd53b5a38612a27b38c7f175d789d032751340300d1b6df43ad3c5612697 SHA1: fc5661c9b5d341a767cebf207af9911992b8f916 MD5sum: f6f3a91345e97f1b58b17718f7b0ac60 Description: Debian kernel configurations for Linux 5.14 This package contains the configuration files used to build the official Debian kernel files, but without references to Debian's signing certificates. . These can be used as a basis for configuring custom kernels. Original-Maintainer: Debian Kernel Team Package: linux-cpupower Source: linux Version: 5.14.16-1~mx21+1 Architecture: i386 Maintainer: Steven Pusser Installed-Size: 715 Depends: libc6 (>= 2.17), libcap2 (>= 1:2.10), libcpupower1 (>= 5.13.9-1~exp1), libpci3 (>= 1:3.5.1) Homepage: https://www.kernel.org/ Priority: optional Section: admin Filename: pool/ahs/l/linux/linux-cpupower_5.14.16-1~mx21+1_i386.deb Size: 482692 SHA256: 1ae7aaee1915698415ddd2d83832566c953ea3f76ea64ec0a29ebafdfe5c52fc SHA1: 0e5d56d2f4bf94f4743a05f103db3fbde656d249 MD5sum: 2539b143cc93ec0e3925f37baa45f010 Description: CPU power management tools for Linux The cpupower command allows inspection and control of cpufreq and cpuidle tunables for hardware that supports these features. It replaces "cpufreq-info" and "cpufreq-set" in cpufrequtils. . The turbostat command reports topology, frequency, idle power-state statistics, temperature and power consumption information as provided by the CPU. . The x86_energy_perf_policy command sets a general policy on some Intel CPU models for the relative importance of performance versus energy savings. Original-Maintainer: Debian Kernel Team Package: linux-doc Source: linux Version: 5.14.16-1~mx21+1 Architecture: all Maintainer: Steven Pusser Installed-Size: 10 Depends: linux-doc-5.14 (= 5.14.16-1~mx21+1) Homepage: https://www.kernel.org/ Priority: optional Section: doc Filename: pool/ahs/l/linux/linux-doc_5.14.16-1~mx21+1_all.deb Size: 1136 SHA256: 12ca75bc9a47baa792de7e23de19caea50478232d1e80a2d200f8b95e9796246 SHA1: 76a610ce516e0af5ed44bfaae74e6d9fcb5bf80e MD5sum: 8e183258ab25be57beb08c6c6f8be83e Description: Linux kernel specific documentation (meta-package) This package depends on the package containing the documentation for the latest Linux kernel. Original-Maintainer: Debian Kernel Team Package: linux-doc-5.14 Source: linux Version: 5.14.16-1~mx21+1 Architecture: all Maintainer: Steven Pusser Installed-Size: 169043 Multi-Arch: foreign Homepage: https://www.kernel.org/ Priority: optional Section: doc Filename: pool/ahs/l/linux/linux-doc-5.14_5.14.16-1~mx21+1_all.deb Size: 31971824 SHA256: 88606ca5b1bc54985ffd197a98c7ec3ad559ee4574cc1a58f14b8a6394549f2e SHA1: 41474ef853d72f5c6d6a6f8f63e148f3179da899 MD5sum: 3cccd9a611c425ca0d6d517a1c45c0e0 Description: Linux kernel specific documentation for version 5.14 This package provides the various README files and HTML documentation for the Linux kernel version 5.14. Plenty of information, including the descriptions of various kernel subsystems, filesystems, driver-specific notes and the like. An index to the documentation is installed as /usr/share/doc/linux-doc-5.14/html/index.html. Original-Maintainer: Debian Kernel Team Package: linux-headers-5.14.0-3mx-686 Source: linux Version: 5.14.12-1~mx21+1 Architecture: i386 Maintainer: Steven Pusser Installed-Size: 2650 Depends: linux-headers-5.14.0-3mx-common (= 5.14.12-1~mx21+1), linux-kbuild-5.14 (>= 5.14.12-1~mx21+1), linux-compiler-gcc-10-x86 Homepage: https://www.kernel.org/ Priority: optional Section: kernel Filename: pool/ahs/l/linux/linux-headers-5.14.0-3mx-686_5.14.12-1~mx21+1_i386.deb Size: 868872 SHA256: e4408ff5aed6718b030c1f6c8d4e2f563e6ea6cc00843e03b5e53ef16629bb0f SHA1: aa080a9b847ec84460f3d5f88cca296d05e4f1e6 MD5sum: cd574f6e4beee8a37af3e4e7d1e82313 Description: Header files for Linux 5.14.0-3mx-686 This package provides the architecture-specific kernel header files for Linux kernel 5.14.0-3mx-686, generally used for building out-of-tree kernel modules. These files are going to be installed into /usr/src/linux-headers-5.14.0-3mx-686, and can be used for building modules that load into the kernel provided by the linux-image-5.14.0-3mx-686 package. Original-Maintainer: Debian Kernel Team Package: linux-headers-5.14.0-3mx-686-pae Source: linux Version: 5.14.12-1~mx21+1 Architecture: i386 Maintainer: Steven Pusser Installed-Size: 2643 Depends: linux-headers-5.14.0-3mx-common (= 5.14.12-1~mx21+1), linux-kbuild-5.14 (>= 5.14.12-1~mx21+1), linux-compiler-gcc-10-x86 Homepage: https://www.kernel.org/ Priority: optional Section: kernel Filename: pool/ahs/l/linux/linux-headers-5.14.0-3mx-686-pae_5.14.12-1~mx21+1_i386.deb Size: 867992 SHA256: 5dba2315fb90381ad39029ff0afd2070d2c254bd5d42ac40b49e11e9d791dbac SHA1: e5908dbac53203ae4b178d24d73398aea5ae2a9f MD5sum: 65e7a278e30428aa30bc3774f7d6f729 Description: Header files for Linux 5.14.0-3mx-686-pae This package provides the architecture-specific kernel header files for Linux kernel 5.14.0-3mx-686-pae, generally used for building out-of-tree kernel modules. These files are going to be installed into /usr/src/linux-headers-5.14.0-3mx-686-pae, and can be used for building modules that load into the kernel provided by the linux-image-5.14.0-3mx-686-pae package. Original-Maintainer: Debian Kernel Team Package: linux-headers-5.14.0-3mx-common Source: linux Version: 5.14.12-1~mx21+1 Architecture: all Maintainer: Steven Pusser Installed-Size: 52975 Multi-Arch: foreign Homepage: https://www.kernel.org/ Priority: optional Section: kernel Filename: pool/ahs/l/linux/linux-headers-5.14.0-3mx-common_5.14.12-1~mx21+1_all.deb Size: 9059552 SHA256: 7a791cd17db837c5fbf03e85b9f3b127600ff2512ff2dbfe169240e25b46114d SHA1: ff875b3c8bf07cb331f94fb78397e6277622dbac MD5sum: aa99b294451ddd78e700a367bc9727b9 Description: Common header files for Linux 5.14.0-3mx This package provides the common kernel header files for Linux kernel version 5.14.0-3mx, generally used for building out-of-tree kernel modules. To obtain a complete set of headers you also need to install the linux-headers-5.14.0-3mx-(flavour) package, matching the flavour of the kernel you intend the build for. Original-Maintainer: Debian Kernel Team Package: linux-headers-5.14.0-4mx-686 Source: linux Version: 5.14.16-1~mx21+1 Architecture: i386 Maintainer: Steven Pusser Installed-Size: 2658 Depends: linux-headers-5.14.0-4mx-common (= 5.14.16-1~mx21+1), linux-kbuild-5.14 (>= 5.14.16-1~mx21+1), linux-compiler-gcc-10-x86 Homepage: https://www.kernel.org/ Priority: optional Section: kernel Filename: pool/ahs/l/linux/linux-headers-5.14.0-4mx-686_5.14.16-1~mx21+1_i386.deb Size: 877388 SHA256: 2c2858696a5362fb4065224d4fd7ba12f96ddbca3d458402c2ffaf3e8bb454e4 SHA1: 0a9647ed564830267ce50ad7d8d4b3200f07a768 MD5sum: 64e4bb7c7621d5d50649f3fcfd0beadf Description: Header files for Linux 5.14.0-4mx-686 This package provides the architecture-specific kernel header files for Linux kernel 5.14.0-4mx-686, generally used for building out-of-tree kernel modules. These files are going to be installed into /usr/src/linux-headers-5.14.0-4mx-686, and can be used for building modules that load into the kernel provided by the linux-image-5.14.0-4mx-686 package. Original-Maintainer: Debian Kernel Team Package: linux-headers-5.14.0-4mx-686-pae Source: linux Version: 5.14.16-1~mx21+1 Architecture: i386 Maintainer: Steven Pusser Installed-Size: 2651 Depends: linux-headers-5.14.0-4mx-common (= 5.14.16-1~mx21+1), linux-kbuild-5.14 (>= 5.14.16-1~mx21+1), linux-compiler-gcc-10-x86 Homepage: https://www.kernel.org/ Priority: optional Section: kernel Filename: pool/ahs/l/linux/linux-headers-5.14.0-4mx-686-pae_5.14.16-1~mx21+1_i386.deb Size: 876740 SHA256: 99c01f4d7ec2a5218f18f88fce99d2196b5187d31a3baa2c05f5b90e96558b27 SHA1: 6d59bcfa3d047efb7cb705e9fee327b9a6bf3e54 MD5sum: 7be5c035007a698e26af7b70cca0d725 Description: Header files for Linux 5.14.0-4mx-686-pae This package provides the architecture-specific kernel header files for Linux kernel 5.14.0-4mx-686-pae, generally used for building out-of-tree kernel modules. These files are going to be installed into /usr/src/linux-headers-5.14.0-4mx-686-pae, and can be used for building modules that load into the kernel provided by the linux-image-5.14.0-4mx-686-pae package. Original-Maintainer: Debian Kernel Team Package: linux-headers-5.14.0-4mx-common Source: linux Version: 5.14.16-1~mx21+1 Architecture: all Maintainer: Steven Pusser Installed-Size: 52986 Multi-Arch: foreign Homepage: https://www.kernel.org/ Priority: optional Section: kernel Filename: pool/ahs/l/linux/linux-headers-5.14.0-4mx-common_5.14.16-1~mx21+1_all.deb Size: 9068424 SHA256: 90a1c7c2b6fef89b7a1c7ad0c238794de4c86c3db75aade6ed160151f382a3b2 SHA1: 0d8290ef6f938cf62b2dcbe8a661b3be68fef4d0 MD5sum: 7b76b5111ecd06e20234fa5d05900c8f Description: Common header files for Linux 5.14.0-4mx This package provides the common kernel header files for Linux kernel version 5.14.0-4mx, generally used for building out-of-tree kernel modules. To obtain a complete set of headers you also need to install the linux-headers-5.14.0-4mx-(flavour) package, matching the flavour of the kernel you intend the build for. Original-Maintainer: Debian Kernel Team Package: linux-image-5.14.0-3mx-686-pae-unsigned Source: linux Version: 5.14.12-1~mx21+1 Architecture: i386 Maintainer: Steven Pusser Installed-Size: 167905 Depends: kmod, linux-base (>= 4.3~), initramfs-tools (>= 0.120+deb8u2) | linux-initramfs-tool Recommends: firmware-linux-free, apparmor Suggests: linux-doc-5.14, debian-kernel-handbook, grub-pc | grub-efi-ia32 | extlinux Conflicts: linux-image-5.14.0-3mx-686-pae Breaks: fwupdate (<< 12-7), initramfs-tools (<< 0.120+deb8u2), wireless-regdb (<< 2019.06.03-1~), xserver-xorg-input-vmmouse (<< 1:13.0.99) Replaces: linux-image-5.14.0-3mx-686-pae Homepage: https://www.kernel.org/ Priority: optional Section: kernel Filename: pool/ahs/l/linux/linux-image-5.14.0-3mx-686-pae-unsigned_5.14.12-1~mx21+1_i386.deb Size: 46145104 SHA256: 02947ee4c2ed9ad0e76ac41250399aba4ccc45b3f2b9755bf60e67c7ed4eafdc SHA1: 12a00724991ec1bf4ded0208b2c67b0af00e3677 MD5sum: 700a7bd2c3e20279de6b3f5f4d2a8e98 Description: Linux 5.14 for modern PCs The Linux kernel 5.14 and modules for use on PCs with one or more processors supporting PAE. . This kernel requires PAE (Physical Address Extension). This feature is supported by the Intel Pentium Pro/II/III/4/4M/D, Xeon, Core and Atom; AMD Geode NX, Athlon (K7), Duron, Opteron, Sempron, Turion or Phenom; Transmeta Efficeon; VIA C7; and some other processors. Original-Maintainer: Debian Kernel Team Package: linux-image-5.14.0-3mx-686-unsigned Source: linux Version: 5.14.12-1~mx21+1 Architecture: i386 Maintainer: Steven Pusser Installed-Size: 167441 Depends: kmod, linux-base (>= 4.3~), initramfs-tools (>= 0.120+deb8u2) | linux-initramfs-tool Recommends: firmware-linux-free, apparmor Suggests: linux-doc-5.14, debian-kernel-handbook, grub-pc | grub-efi-ia32 | extlinux Conflicts: linux-image-5.14.0-3mx-686 Breaks: fwupdate (<< 12-7), initramfs-tools (<< 0.120+deb8u2), wireless-regdb (<< 2019.06.03-1~), xserver-xorg-input-vmmouse (<< 1:13.0.99) Replaces: linux-image-5.14.0-3mx-686 Homepage: https://www.kernel.org/ Priority: optional Section: kernel Filename: pool/ahs/l/linux/linux-image-5.14.0-3mx-686-unsigned_5.14.12-1~mx21+1_i386.deb Size: 45932380 SHA256: 3a12d726360c9f2a206d47b6d7f9c428e7e96b018cd32cfc1ed5d9b88089dc1c SHA1: 29ba7328c9117acab55eeee25e83eddb8d477e79 MD5sum: 3facb3816dd8bfc9f1af7f4814118205 Description: Linux 5.14 for older PCs The Linux kernel 5.14 and modules for use on PCs with one or more processors not supporting PAE. Original-Maintainer: Debian Kernel Team Package: linux-image-5.14.0-4mx-686-pae-unsigned Source: linux Version: 5.14.16-1~mx21+1 Architecture: i386 Maintainer: Steven Pusser Installed-Size: 167915 Depends: kmod, linux-base (>= 4.3~), initramfs-tools (>= 0.120+deb8u2) | linux-initramfs-tool Recommends: firmware-linux-free, apparmor Suggests: linux-doc-5.14, debian-kernel-handbook, grub-pc | grub-efi-ia32 | extlinux Conflicts: linux-image-5.14.0-4mx-686-pae Breaks: fwupdate (<< 12-7), initramfs-tools (<< 0.120+deb8u2), wireless-regdb (<< 2019.06.03-1~), xserver-xorg-input-vmmouse (<< 1:13.0.99) Replaces: linux-image-5.14.0-4mx-686-pae Homepage: https://www.kernel.org/ Priority: optional Section: kernel Filename: pool/ahs/l/linux/linux-image-5.14.0-4mx-686-pae-unsigned_5.14.16-1~mx21+1_i386.deb Size: 46175732 SHA256: cb55e23c9a3bbc5409118c97e3c1570a12f78d112994123f09d0ba4907df6fa4 SHA1: f6afe6db34d1ad98c24f11ecf11d3310ca6e1d96 MD5sum: dc5d07e46b9ac5a45e0575653ab86300 Description: Linux 5.14 for modern PCs The Linux kernel 5.14 and modules for use on PCs with one or more processors supporting PAE. . This kernel requires PAE (Physical Address Extension). This feature is supported by the Intel Pentium Pro/II/III/4/4M/D, Xeon, Core and Atom; AMD Geode NX, Athlon (K7), Duron, Opteron, Sempron, Turion or Phenom; Transmeta Efficeon; VIA C7; and some other processors. Original-Maintainer: Debian Kernel Team Package: linux-image-5.14.0-4mx-686-unsigned Source: linux Version: 5.14.16-1~mx21+1 Architecture: i386 Maintainer: Steven Pusser Installed-Size: 167451 Depends: kmod, linux-base (>= 4.3~), initramfs-tools (>= 0.120+deb8u2) | linux-initramfs-tool Recommends: firmware-linux-free, apparmor Suggests: linux-doc-5.14, debian-kernel-handbook, grub-pc | grub-efi-ia32 | extlinux Conflicts: linux-image-5.14.0-4mx-686 Breaks: fwupdate (<< 12-7), initramfs-tools (<< 0.120+deb8u2), wireless-regdb (<< 2019.06.03-1~), xserver-xorg-input-vmmouse (<< 1:13.0.99) Replaces: linux-image-5.14.0-4mx-686 Homepage: https://www.kernel.org/ Priority: optional Section: kernel Filename: pool/ahs/l/linux/linux-image-5.14.0-4mx-686-unsigned_5.14.16-1~mx21+1_i386.deb Size: 45944988 SHA256: c34fcbb08c6d8d7e35d964ad2d3aab724f2fd6f2b2e9c83c245bd5c722b6e995 SHA1: 02508a4452ab77633676ccbf84b05b9279654d89 MD5sum: ce7d972dae4d43596fcd62aff1178ea1 Description: Linux 5.14 for older PCs The Linux kernel 5.14 and modules for use on PCs with one or more processors not supporting PAE. Original-Maintainer: Debian Kernel Team Package: linux-image-i386-signed-template Source: linux Version: 5.14.16-1~mx21+1 Architecture: i386 Maintainer: Steven Pusser Installed-Size: 2334 Depends: dpkg-dev Homepage: https://www.kernel.org/ Priority: optional Section: kernel Filename: pool/ahs/l/linux/linux-image-i386-signed-template_5.14.16-1~mx21+1_i386.deb Size: 702096 SHA256: fd6bdcbcd970fe2a4c2e357b709334bd5f5ae54cabfde66586c9cf396ac70917 SHA1: f420cad2f6bc69d0f2fe3fc04782dfbded9502fe MD5sum: 19a25b5f776825819482d8936dfa1281 Description: Template for signed linux-image packages for i386 This package is used to control code signing by the Debian signing service. Original-Maintainer: Debian Kernel Team Package: linux-kbuild-5.14 Source: linux Version: 5.14.16-1~mx21+1 Architecture: i386 Maintainer: Steven Pusser Installed-Size: 1440 Depends: libc6 (>= 2.8), libelf1 (>= 0.142), libssl1.1 (>= 1.1.0) Multi-Arch: foreign Homepage: https://www.kernel.org/ Priority: optional Section: kernel Filename: pool/ahs/l/linux/linux-kbuild-5.14_5.14.16-1~mx21+1_i386.deb Size: 620024 SHA256: 40420f702b4051cebc7c04acf4633d84cbc5b7da75df9ac0348452a7c4a6f146 SHA1: 3e9f6ed4c5d3a9e083595754db120d3fc377beca MD5sum: 04c5669396036dc59fc93c03712f8829 Description: Kbuild infrastructure for Linux 5.14 This package provides the kbuild infrastructure for the headers packages for Linux kernel version 5.14. Original-Maintainer: Debian Kernel Team Package: linux-libc-dev Source: linux Version: 5.14.16-1~mx21+1 Architecture: i386 Maintainer: Steven Pusser Installed-Size: 5889 Multi-Arch: same Homepage: https://www.kernel.org/ Priority: optional Section: devel Filename: pool/ahs/l/linux/linux-libc-dev_5.14.16-1~mx21+1_i386.deb Size: 1442344 SHA256: 7ccb88d140325689979c7d1f9ba43c7ef5d885454d3025910bed99ff1cc404f7 SHA1: 49618ab180db1a686c3be27719fa809f472e14b1 MD5sum: 160ddc60ee102fe68e6092646fea2a90 Description: Linux support headers for userspace development This package provides userspaces headers from the Linux kernel. These headers are used by the installed headers for GNU libc and other system libraries. Original-Maintainer: Debian Kernel Team Package: linux-perf Source: linux Version: 5.14.16-1~mx21+1 Architecture: i386 Maintainer: Steven Pusser Installed-Size: 10 Depends: linux-perf-5.14 (= 5.14.16-1~mx21+1) Homepage: https://www.kernel.org/ Priority: optional Section: kernel Filename: pool/ahs/l/linux/linux-perf_5.14.16-1~mx21+1_i386.deb Size: 1160 SHA256: 1c757db47db675c8828856a932c9f4e0f048501060eecc3180f68c7968326df8 SHA1: 5424389536df6f020d01641169428ad915253f1d MD5sum: 477a749effeaab930d3285ad32e7688d Description: Performance analysis tools for Linux (meta-package) This package depends on the package containing the 'perf' performance analysis tools for the latest Linux kernel. Original-Maintainer: Debian Kernel Team Package: linux-perf-5.14 Source: linux Version: 5.14.16-1~mx21+1 Architecture: i386 Maintainer: Steven Pusser Installed-Size: 7724 Depends: libaudit1 (>= 1:2.2.1), libbabeltrace1 (>= 1.5.4), libc6 (>= 2.28), libcap2 (>= 1:2.10), libdw1 (>= 0.157), libelf1 (>= 0.144), liblzma5 (>= 5.1.1alpha+20120614), libnuma1 (>= 2.0.11), libperl5.32 (>= 5.32.0~rc1), libpython3.9 (>= 3.9.1), libslang2 (>= 2.2.4), libunwind8, zlib1g (>= 1:1.2.3.3), perl:any, python3:any Recommends: linux-base Suggests: linux-doc-5.14 Conflicts: linux-tools-5.14 Replaces: linux-tools-5.14 Provides: linux-tools-5.14 Homepage: https://www.kernel.org/ Priority: optional Section: devel Filename: pool/ahs/l/linux/linux-perf-5.14_5.14.16-1~mx21+1_i386.deb Size: 2144668 SHA256: 2bb4601de377c9f5b07dd889b4a2c7a1c56259c424eb6a09bb9acaf6235d30c5 SHA1: 98f6c2ea1c2b5b3b9a3fe6a3d0d223cd60ce65d8 MD5sum: 1cc0c3d53ac5189d9aaea219a6f6f026 Description: Performance analysis tools for Linux 5.14 This package contains the 'perf' performance analysis tools for Linux kernel version 5.14. . The linux-base package contains a 'perf' command which will invoke the appropriate version for the running kernel. Original-Maintainer: Debian Kernel Team Package: linux-source Source: linux Version: 5.14.16-1~mx21+1 Architecture: all Maintainer: Steven Pusser Installed-Size: 10 Depends: linux-source-5.14 (= 5.14.16-1~mx21+1) Homepage: https://www.kernel.org/ Priority: optional Section: kernel Filename: pool/ahs/l/linux/linux-source_5.14.16-1~mx21+1_all.deb Size: 1128 SHA256: aeedca0c07531453395f965e232e72987dee31cf2e2e2aa9875a429a377f4ad7 SHA1: d1b2fe81ba32d856aa09020b2a57719f3514c007 MD5sum: 005b9573acf346cd7058d65b1520c7b0 Description: Linux kernel source (meta-package) This package depends on packages containing the sources of the latest Linux kernel. Original-Maintainer: Debian Kernel Team Package: linux-source-5.14 Source: linux Version: 5.14.16-1~mx21+1 Architecture: all Maintainer: Steven Pusser Installed-Size: 122153 Depends: binutils, xz-utils Recommends: libc6-dev | libc-dev, gcc, make, bc, bison, flex, linux-config-5.14 Suggests: libncurses-dev | ncurses-dev, qtbase5-dev, pkg-config Multi-Arch: foreign Homepage: https://www.kernel.org/ Priority: optional Section: kernel Filename: pool/ahs/l/linux/linux-source-5.14_5.14.16-1~mx21+1_all.deb Size: 125107490 SHA256: 6f4df3c4c05d78ffcc17ae9cc1ebf25d49973d69c337811284766b50a31dfba8 SHA1: d3ffeb0ee9d22a8ffadbcfd55b4e013b3eb34edb MD5sum: 63dfc3ac83b21f7aa62d3de6c5950255 Description: Linux kernel source for version 5.14 with Debian patches This package provides source code for the Linux kernel version 5.14. This source closely tracks official Linux kernel releases. Debian's modifications to that source consist of security fixes, bug fixes, and features that have already been (or are believed to be) accepted by the upstream maintainers. Original-Maintainer: Debian Kernel Team Package: linux-support-5.14.0-3mx Source: linux Version: 5.14.12-1~mx21+1 Architecture: all Maintainer: Steven Pusser Installed-Size: 1429 Depends: python3:any Multi-Arch: foreign Homepage: https://www.kernel.org/ Priority: optional Section: devel Filename: pool/ahs/l/linux/linux-support-5.14.0-3mx_5.14.12-1~mx21+1_all.deb Size: 409228 SHA256: df8e91c9bb998a0ac66e2d797945b76a26a2b7fb2e2c8419ad30a23d6e0a3ead SHA1: 7468bb339315223b78da45b5fafb3fb29671b176 MD5sum: 935495f8db6c27ab35acb040eee0fb13 Description: Support files for Linux 5.14 This package provides support files for the Linux kernel build, e.g. scripts to handle ABI information and for generation of build system meta data. Original-Maintainer: Debian Kernel Team Package: linux-support-5.14.0-4mx Source: linux Version: 5.14.16-1~mx21+1 Architecture: all Maintainer: Steven Pusser Installed-Size: 1437 Depends: python3:any Multi-Arch: foreign Homepage: https://www.kernel.org/ Priority: optional Section: devel Filename: pool/ahs/l/linux/linux-support-5.14.0-4mx_5.14.16-1~mx21+1_all.deb Size: 417076 SHA256: 861ddb858afce0d08f3c50a32a54c1a31723ec7dc9b39101fa9670246e3e8343 SHA1: 25c2ce58a1d09b0ef4cdaba28b9071bfce615e29 MD5sum: 4338b1d3664f7aad94244af8fda64b54 Description: Support files for Linux 5.14 This package provides support files for the Linux kernel build, e.g. scripts to handle ABI information and for generation of build system meta data. Original-Maintainer: Debian Kernel Team Package: lld-12 Source: llvm-toolchain-12 Version: 1:12.0.1-8~mx21ahs+1 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 4856 Depends: libatomic1 (>= 4.8), libc6 (>= 2.3.6-6~), libgcc-s1 (>= 4.2), libllvm12 (= 1:12.0.1-8~mx21ahs+1), libstdc++6 (>= 6) Homepage: https://www.llvm.org/ Priority: optional Section: devel Filename: pool/ahs/l/llvm-toolchain-12/lld-12_12.0.1-8~mx21ahs+1_i386.deb Size: 1263804 SHA256: 7cdd50a26cfe71d6082d320b49b882390691c37396b0be79e1c4fe6e55cdfe31 SHA1: 01b28e1e58376977f9095816da0ef1705d345548 MD5sum: 52685f4b239fe756367c7530685a7788 Description: LLVM-based linker LLD is a new, high-performance linker. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project. Package: lldb-12 Source: llvm-toolchain-12 Version: 1:12.0.1-8~mx21ahs+1 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 3173 Depends: libc6 (>= 2.30), libclang-cpp12 (>= 1:12.0.1), libedit2 (>= 3.1-20140620-0), libgcc-s1 (>= 4.2), liblldb-12, libllvm12 (= 1:12.0.1-8~mx21ahs+1), libncurses6 (>= 6), libstdc++6 (>= 9), libtinfo6 (>= 6), libxml2 (>= 2.6.27), llvm-12-dev, python3-lldb-12 Homepage: https://www.llvm.org/ Priority: optional Section: devel Filename: pool/ahs/l/llvm-toolchain-12/lldb-12_12.0.1-8~mx21ahs+1_i386.deb Size: 984096 SHA256: ead108f9fe0387dfae91368185f9ecf530a966a0927f6f1829d8c14908bca8f3 SHA1: 19f8c97a92a7a0a51ec5ce7f9c4ead78b9253830 MD5sum: 80a09e5a475286f6b80dbff7c47b06bc Description: Next generation, high-performance debugger LLDB is a next generation, high-performance debugger. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project, such as the Clang expression parser and LLVM disassembler. Package: llvm-12 Source: llvm-toolchain-12 Version: 1:12.0.1-8~mx21ahs+1 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 40833 Depends: llvm-12-runtime (= 1:12.0.1-8~mx21ahs+1), llvm-12-linker-tools (= 1:12.0.1-8~mx21ahs+1), libc6 (>= 2.29), libgcc-s1 (>= 4.2), libllvm12, libpfm4, libstdc++6 (>= 9), libtinfo6 (>= 6), libz3-4 (>= 4.8.10), zlib1g (>= 1:1.2.0) Recommends: llvm-12-dev Suggests: llvm-12-doc Homepage: https://www.llvm.org/ Priority: optional Section: devel Filename: pool/ahs/l/llvm-toolchain-12/llvm-12_12.0.1-8~mx21ahs+1_i386.deb Size: 10677092 SHA256: a7264aad36db53e6fe9b62f461b29acd30eaf6a6f472d6319c4cf9215347f771 SHA1: 5885f21b9e962e7da2b9b09ae6c7503dce0c70fc MD5sum: d1a919b4d25d517bc097beaddb9fe6db Description: Modular compiler and toolchain technologies LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . LLVM uses a single, language-independent virtual instruction set both as an offline code representation (to communicate code between compiler phases and to run-time systems) and as the compiler internal representation (to analyze and transform programs). This persistent code representation allows a common set of sophisticated compiler techniques to be applied at compile-time, link-time, install-time, run-time, or "idle-time" (between program runs). . The strengths of the LLVM infrastructure are its extremely simple design (which makes it easy to understand and use), source-language independence, powerful mid-level optimizer, automated compiler debugging support, extensibility, and its stability and reliability. LLVM is currently being used to host a wide variety of academic research projects and commercial projects. LLVM includes C and C++ front-ends, a front-end for a Forth-like language (Stacker), a young scheme front-end, and Java support is in development. LLVM can generate code for X96, SparcV10, PowerPC or many other architectures. Package: llvm-12-dev Source: llvm-toolchain-12 Version: 1:12.0.1-8~mx21ahs+1 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 189985 Depends: libatomic1 (>= 4.8), libc6 (>= 2.1.3), libgcc-s1 (>= 3.0), libllvm12 (= 1:12.0.1-8~mx21ahs+1), libstdc++6 (>= 4.1.1), libffi-dev, llvm-12 (= 1:12.0.1-8~mx21ahs+1), libtinfo-dev, llvm-12-tools (= 1:12.0.1-8~mx21ahs+1), libclang-cpp12 (= 1:12.0.1-8~mx21ahs+1), libz3-dev, libxml2-dev Homepage: https://www.llvm.org/ Priority: optional Section: devel Filename: pool/ahs/l/llvm-toolchain-12/llvm-12-dev_12.0.1-8~mx21ahs+1_i386.deb Size: 29137652 SHA256: 95f0a0ea9341b0afb742dd774a302e8ca92c3769dd9b3eaf8b2042d47782621b SHA1: dd9e320c2311f7d03994e14f0b9ce6416b054b4d MD5sum: bedcf15f93b15e53b14af0a3327f33e8 Description: Modular compiler and toolchain technologies, libraries and headers LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . LLVM uses a single, language-independent virtual instruction set both as an offline code representation (to communicate code between compiler phases and to run-time systems) and as the compiler internal representation (to analyze and transform programs). This persistent code representation allows a common set of sophisticated compiler techniques to be applied at compile-time, link-time, install-time, run-time, or "idle-time" (between program runs). . This package provides the libraries and headers to develop applications using llvm. Package: llvm-12-doc Source: llvm-toolchain-12 Version: 1:12.0.1-8~mx21ahs+1 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 32463 Depends: libjs-jquery, libjs-underscore Homepage: https://www.llvm.org/ Priority: optional Section: doc Filename: pool/ahs/l/llvm-toolchain-12/llvm-12-doc_12.0.1-8~mx21ahs+1_all.deb Size: 4351360 SHA256: 260d141e9272f373a030f6ada031b643856f41b7fa459af0dffe342709335663 SHA1: d1bc0dc8b1aebcc39d9d5a961f6a5e8565b91a46 MD5sum: 67f475c0854f4524c2cf92e5d76d4e83 Description: Modular compiler and toolchain technologies, documentation LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . LLVM uses a single, language-independent virtual instruction set both as an offline code representation (to communicate code between compiler phases and to run-time systems) and as the compiler internal representation (to analyze and transform programs). This persistent code representation allows a common set of sophisticated compiler techniques to be applied at compile-time, link-time, install-time, run-time, or "idle-time" (between program runs). . This package contains all documentation (extensive). Package: llvm-12-examples Source: llvm-toolchain-12 Version: 1:12.0.1-8~mx21ahs+1 Architecture: all Maintainer: LLVM Packaging Team Installed-Size: 551 Depends: llvm-12-dev (>= 1:12.0.1-8~mx21ahs+1), llvm-12-dev (<< 1:12.0.1-8~mx21ahs+1+c~) Homepage: https://www.llvm.org/ Priority: optional Section: doc Filename: pool/ahs/l/llvm-toolchain-12/llvm-12-examples_12.0.1-8~mx21ahs+1_all.deb Size: 288968 SHA256: a7490ed561a214fbe055ca2ae2cefa038d4b001affe43b864f1e0fe1f3727599 SHA1: 9eef366849889edb1c63e15f399063274628f734 MD5sum: 9e42d25f26696b9e9bfdda5bb78da1a1 Description: Modular compiler and toolchain technologies, examples LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . LLVM uses a single, language-independent virtual instruction set both as an offline code representation (to communicate code between compiler phases and to run-time systems) and as the compiler internal representation (to analyze and transform programs). This persistent code representation allows a common set of sophisticated compiler techniques to be applied at compile-time, link-time, install-time, run-time, or "idle-time" (between program runs). . This package contains examples for using LLVM, both in developing extensions to LLVM and in using it to compile code. Package: llvm-12-linker-tools Source: llvm-toolchain-12 Version: 1:12.0.1-8~mx21ahs+1 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 3522 Depends: libatomic1 (>= 4.8), libc6 (>= 2.3), libgcc-s1 (>= 4.2), libllvm12, libstdc++6 (>= 9) Breaks: clang-12 (<< 1:12.0.0-2), llvm-12-dev (<< 1:12.0.0-2) Replaces: clang-12 (<< 1:12.0.0-2), llvm-12-dev (<< 1:12.0.0-2) Homepage: https://www.llvm.org/ Priority: optional Section: devel Filename: pool/ahs/l/llvm-toolchain-12/llvm-12-linker-tools_12.0.1-8~mx21ahs+1_i386.deb Size: 1148812 SHA256: a84e7bf4d64de18b934d281d3dcd181f6705506df4e24fea046f72d319338dad SHA1: 7306d7836000f3d557f09e6421dbd7f0d0521e64 MD5sum: e87cfff565dde24467c9f2f47d3562a7 Description: Modular compiler and toolchain technologies - Plugins LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . This package contains the LLVMgold and LLVMPolly linker plugins. Package: llvm-12-runtime Source: llvm-toolchain-12 Version: 1:12.0.1-8~mx21ahs+1 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 613 Depends: libc6 (>= 2.28), libgcc-s1 (>= 4.2), libllvm12, libstdc++6 (>= 9), libtinfo6 (>= 6), libz3-4 (>= 4.8.10), zlib1g (>= 1:1.1.4) Recommends: binfmt-support Homepage: https://www.llvm.org/ Priority: optional Section: devel Filename: pool/ahs/l/llvm-toolchain-12/llvm-12-runtime_12.0.1-8~mx21ahs+1_i386.deb Size: 214492 SHA256: 4a7b22f96211c00f08651cc912e9ad0b54ae5516a09c3cb60ef31bfe802b8b42 SHA1: 105e7cc4190ea01ac034b47cc7a92e7ff81e87a1 MD5sum: 341e7023a30e8b29f2e5fb6ac8a05dee Description: Modular compiler and toolchain technologies, IR interpreter LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . LLVM uses a single, language-independent virtual instruction set both as an offline code representation (to communicate code between compiler phases and to run-time systems) and as the compiler internal representation (to analyze and transform programs). This persistent code representation allows a common set of sophisticated compiler techniques to be applied at compile-time, link-time, install-time, run-time, or "idle-time" (between program runs). . This package provides the minimal required to execute programs in LLVM format. Package: llvm-12-tools Source: llvm-toolchain-12 Version: 1:12.0.1-8~mx21ahs+1 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 1655 Depends: libc6 (>= 2.28), libgcc-s1 (>= 4.2), libllvm12, libstdc++6 (>= 5.2), libtinfo6 (>= 6), libz3-4 (>= 4.8.10), zlib1g (>= 1:1.1.4), python3, python3-pygments, python3-yaml Homepage: https://www.llvm.org/ Priority: optional Section: devel Filename: pool/ahs/l/llvm-toolchain-12/llvm-12-tools_12.0.1-8~mx21ahs+1_i386.deb Size: 385336 SHA256: 390aec7026c4ca4b9e065acdc5c5f28662e43ea1d0cdea6b092f2c755b539b95 SHA1: 582e75fae57c764d61493150b35fe14972b77aff MD5sum: f2dd547f52dfb9059cb07830bd762d84 Description: Modular compiler and toolchain technologies, tools LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . LLVM uses a single, language-independent virtual instruction set both as an offline code representation (to communicate code between compiler phases and to run-time systems) and as the compiler internal representation (to analyze and transform programs). This persistent code representation allows a common set of sophisticated compiler techniques to be applied at compile-time, link-time, install-time, run-time, or "idle-time" (between program runs). . This package provides tools for testing. Package: mesa-common-dev Source: mesa Version: 21.2.5-1~mx21ahs+1 Architecture: i386 Maintainer: SwampRabbit Installed-Size: 2151 Depends: libgl-dev, libglx-dev, libx11-dev, libdrm-dev (>= 2.4.95) Breaks: libegl1-mesa-dev (<< 18.2.5-2) Replaces: libegl1-mesa-dev (<< 18.2.5-2) Multi-Arch: same Homepage: https://mesa3d.org/ Priority: optional Section: libdevel Filename: pool/ahs/m/mesa/mesa-common-dev_21.2.5-1~mx21ahs+1_i386.deb Size: 1546704 SHA256: a6e4e21f6d24574c1b0e7b3acadcbbc46837980edf3dbdbbb933df473ba72920 SHA1: d60f83e4b8431d6b4ddbc96f9ef94383bcf8fc88 MD5sum: 355e6457da1c72f1d97d94574c470009 Description: Developer documentation for Mesa This package includes the specifications for the Mesa-specific OpenGL extensions, the complete set of release notes and the development header files common to all Mesa packages. Original-Maintainer: Debian X Strike Force Package: mesa-opencl-icd Source: mesa Version: 21.2.5-1~mx21ahs+1 Architecture: i386 Maintainer: SwampRabbit Installed-Size: 47402 Depends: libclc-12, ocl-icd-libopencl1 | libopencl1, libc6 (>= 2.29), libclang-cpp12 (>= 1:12.0.1), libdrm-amdgpu1 (>= 2.4.105), libdrm-nouveau2 (>= 2.4.66), libdrm-radeon1 (>= 2.4.31), libdrm2 (>= 2.4.75), libelf1 (>= 0.142), libexpat1 (>= 2.0.1), libgcc-s1 (>= 7), libllvm12, libstdc++6 (>= 9), libzstd1 (>= 1.4.0), zlib1g (>= 1:1.1.4) Provides: opencl-icd Multi-Arch: same Homepage: https://mesa3d.org/ Priority: optional Section: libs Filename: pool/ahs/m/mesa/mesa-opencl-icd_21.2.5-1~mx21ahs+1_i386.deb Size: 8386288 SHA256: b268bb998f8c2056289dcab8d588f815d68b0d257d63cecc21f52b499b02354b SHA1: f531e36673587a9cf4af039896b1036621e7a89d MD5sum: 2967773973ede27396ef2983e3973b4b Description: free implementation of the OpenCL API -- ICD runtime This package contains the mesa implementation of the OpenCL (Open Compute Language) library, which is intended for use with an ICD loader. OpenCL provides a standardized interface for computational analysis on graphical processing units. Original-Maintainer: Debian X Strike Force Package: mesa-va-drivers Source: mesa Version: 21.2.5-1~mx21ahs+1 Architecture: i386 Maintainer: SwampRabbit Installed-Size: 11513 Depends: libc6 (>= 2.29), libdrm-amdgpu1 (>= 2.4.105), libdrm-nouveau2 (>= 2.4.66), libdrm-radeon1 (>= 2.4.31), libdrm2 (>= 2.4.75), libelf1 (>= 0.142), libexpat1 (>= 2.0.1), libgcc-s1 (>= 7), libllvm12, libstdc++6 (>= 5.2), libx11-xcb1 (>= 2:1.7.2), libxcb-dri2-0 (>= 1.8), libxcb-dri3-0, libxcb-present0, libxcb-sync1, libxcb-xfixes0, libxcb1 (>= 1.9.2), libxshmfence1, libzstd1 (>= 1.4.0), zlib1g (>= 1:1.1.4) Enhances: libva2 Breaks: vdpau-va-driver (<< 0.7.4-5) Replaces: vdpau-va-driver (<< 0.7.4-5) Provides: va-driver Multi-Arch: same Homepage: https://mesa3d.org/ Priority: optional Section: libs Filename: pool/ahs/m/mesa/mesa-va-drivers_21.2.5-1~mx21ahs+1_i386.deb Size: 3078960 SHA256: a2e9f6ca5d8dc700e6f4069155851bc3ad7eb0094574ccfb91c1f6f83036dcfe SHA1: 5135f780c6a9ae895ee830d17ae9609c454c30e3 MD5sum: 2fcb29c1799a0f5e62dc99815d10ed0e Description: Mesa VA-API video acceleration drivers These libraries provide the Video Acceleration API (VA-API) for Unix. They provide accelerated video playback (incl. H.264) and video post-processing for the supported graphics cards. . This package enables support for VA-API for some gallium drivers. Original-Maintainer: Debian X Strike Force Package: mesa-vdpau-drivers Source: mesa Version: 21.2.5-1~mx21ahs+1 Architecture: i386 Maintainer: SwampRabbit Installed-Size: 11865 Depends: libvdpau1, libc6 (>= 2.29), libdrm-amdgpu1 (>= 2.4.105), libdrm-nouveau2 (>= 2.4.66), libdrm-radeon1 (>= 2.4.31), libdrm2 (>= 2.4.75), libelf1 (>= 0.142), libexpat1 (>= 2.0.1), libgcc-s1 (>= 7), libllvm12, libstdc++6 (>= 5.2), libx11-xcb1 (>= 2:1.7.2), libxcb-dri2-0 (>= 1.8), libxcb-dri3-0, libxcb-present0, libxcb-sync1, libxcb-xfixes0, libxcb1 (>= 1.9.2), libxshmfence1, libzstd1 (>= 1.4.0), zlib1g (>= 1:1.1.4) Enhances: libvdpau1 Provides: vdpau-driver Multi-Arch: same Homepage: https://mesa3d.org/ Priority: optional Section: libs Filename: pool/ahs/m/mesa/mesa-vdpau-drivers_21.2.5-1~mx21ahs+1_i386.deb Size: 3206276 SHA256: b28f6e34eeb88f4f76b1eb32c29a5902ff80098c4c25414f50b6ca5580b12731 SHA1: 7aa244da4dc4852e3b8bfbf72f15ec60090ae6de MD5sum: dc6dd1f9401e6bf498d062e1faebfb16 Description: Mesa VDPAU video acceleration drivers These libraries provide the Video Decode and Presentation API for Unix. They provide accelerated video playback (incl. H.264) and video post-processing for the supported graphics cards. . This package enables support for VDPAU for some gallium drivers. Original-Maintainer: Debian X Strike Force Package: mesa-vulkan-drivers Source: mesa Version: 21.2.5-1~mx21ahs+1 Architecture: i386 Maintainer: SwampRabbit Installed-Size: 26097 Depends: libvulkan1, libc6 (>= 2.29), libdrm-amdgpu1 (>= 2.4.105), libdrm2 (>= 2.4.89), libelf1 (>= 0.142), libexpat1 (>= 2.0.1), libgcc-s1 (>= 7), libllvm12, libstdc++6 (>= 5.2), libwayland-client0 (>= 1.15.0), libx11-xcb1 (>= 2:1.7.2), libxcb-dri3-0 (>= 1.13), libxcb-present0, libxcb-randr0 (>= 1.13), libxcb-sync1, libxcb1 (>= 1.9.2), libxshmfence1, libzstd1 (>= 1.4.0), zlib1g (>= 1:1.1.4) Provides: vulkan-icd Multi-Arch: same Homepage: https://mesa3d.org/ Priority: optional Section: libs Filename: pool/ahs/m/mesa/mesa-vulkan-drivers_21.2.5-1~mx21ahs+1_i386.deb Size: 5490720 SHA256: df6ebaf18695d75a958ed4b9d05cdcb2ab6931536acdd62b961c8b76c7e44930 SHA1: feac3da0315654044cd430def6a9603e9bdf08d8 MD5sum: 85d34ef0fd4f679ba7b1cb0c39311135 Description: Mesa Vulkan graphics drivers Vulkan is a low-overhead 3D graphics and compute API. This package includes Vulkan drivers provided by the Mesa project. Original-Maintainer: Debian X Strike Force Package: nv-codec-headers Version: 11.1.5.0-3~mx21ahs+1 Architecture: all Maintainer: Steven Pusser Installed-Size: 380 Homepage: https://git.videolan.org/?p=ffmpeg/nv-codec-headers.git Priority: optional Section: libdevel Filename: pool/ahs/n/nv-codec-headers/nv-codec-headers_11.1.5.0-3~mx21ahs+1_all.deb Size: 59988 SHA256: efa95e27046dc8b47dd41c05c41c272710ca52581aa5a47e156117287ffcaf57 SHA1: 652b0af64ac58e5da5edd819acd357f0d159ab8a MD5sum: 674bd8eca277a587c506c812dba96e3b Description: FFmpeg version of headers for Nvidias codec APIs FFmpeg version of headers required to interface with Nvidias codec APIs. . Minimum required driver versions: 470.57.02 or newer. Original-Maintainer: Christian Marillat Package: nvidia-alternative Source: nvidia-graphics-drivers Version: 470.63.01-1~mx21+1 Architecture: i386 Maintainer: Steven Pusser Installed-Size: 275 Pre-Depends: dpkg (>= 1.17.21) Depends: glx-alternative-nvidia (>= 1.2) Conflicts: libegl1-glvnd-nvidia, libgl1-glvnd-nvidia-glx, libgles1-glvnd-nvidia, libgles2-glvnd-nvidia, libglvnd0-nvidia, libglx0-glvnd-nvidia, libopengl0-glvnd-nvidia Breaks: nvidia-tesla-alternative (>> 0) Provides: nvidia-alternative--kmod-alias Multi-Arch: foreign Homepage: https://www.nvidia.com Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers/nvidia-alternative_470.63.01-1~mx21+1_i386.deb Size: 237516 SHA256: 48e057608b2344230d4e58ff92b885d714c8ef08ad7d806467aeeb5d60328253 SHA1: fdbb876042ad6ad6f7560ee6cac2979dbc15d9ac MD5sum: 78f1e9cf93df9556a2fa46b09d4e8312 Description: allows the selection of NVIDIA as GLX provider In setups with several NVIDIA driver versions installed (e.g. current and legacy) this metapackage registers an alternative to allow easy switching between the different versions. . Use 'update-glx --config nvidia' to select a version. . This package does not depend on the corresponding NVIDIA libraries. In order to install the NVIDIA driver and libraries, install the nvidia-driver package instead. Original-Maintainer: Debian NVIDIA Maintainers Package: nvidia-driver-libs Source: nvidia-graphics-drivers Version: 470.63.01-1~mx21+1 Architecture: i386 Maintainer: Steven Pusser Installed-Size: 253 Depends: libgl1-nvidia-glvnd-glx (= 470.63.01-1~mx21+1), nvidia-egl-icd (= 470.63.01-1~mx21+1) Recommends: libnvidia-encode1 (= 470.63.01-1~mx21+1), libgles-nvidia1 (= 470.63.01-1~mx21+1), libgles-nvidia2 (= 470.63.01-1~mx21+1), libglx-nvidia0 (= 470.63.01-1~mx21+1), libopengl0 | libopengl0-glvnd-nvidia, nvidia-vulkan-icd (= 470.63.01-1~mx21+1) Conflicts: libegl1-glvnd-nvidia, libgl1-glvnd-nvidia-glx, libgl1-nvidia-glx-i386, libgles1-glvnd-nvidia, libgles2-glvnd-nvidia, libglvnd0-nvidia, libglx0-glvnd-nvidia, libopengl0-glvnd-nvidia Breaks: libegl1-nvidia, libgl1-nvidia-glx, nvidia-driver-libs-nonglvnd, nvidia-nonglvnd-vulkan-icd Provides: nvidia-driver-libs-any Multi-Arch: same Homepage: https://www.nvidia.com Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers/nvidia-driver-libs_470.63.01-1~mx21+1_i386.deb Size: 235908 SHA256: d17113bf047d1b46e32c8a265feeb9db06f6db076e97b9272e5bf971f3aefba6 SHA1: 7894f11a80b5090e651a35d5983338e8c672d1ea MD5sum: 33d700a2fb99ac5a6e8b6cde16e28091 Description: NVIDIA metapackage (OpenGL/GLX/EGL/GLES libraries) This metapackage depends on the NVIDIA binary libraries that provide optimized hardware acceleration of OpenGL/GLX/EGL/GLES applications via a direct-rendering X Server. Original-Maintainer: Debian NVIDIA Maintainers Package: nvidia-egl-common Source: nvidia-graphics-drivers Version: 470.63.01-1~mx21+1 Architecture: i386 Maintainer: Steven Pusser Installed-Size: 255 Suggests: libegl-nvidia0 | libegl-nvidia-tesla-450-0 | libegl-nvidia-tesla-440-0 | libegl-nvidia-tesla-418-0 | libegl-nvidia-legacy-390xx0 Multi-Arch: foreign Homepage: https://www.nvidia.com Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers/nvidia-egl-common_470.63.01-1~mx21+1_i386.deb Size: 235884 SHA256: 2558ab4a83be7c7ffe461d6e3854d1a44109ba49a0cc735c8f2e6b73a140920b SHA1: 44cf3ba1d99bf9f6c6190336906f8dafcfcd035e MD5sum: 1ed9dc1ac2c0e27f6628fa90ddbce4ef Description: NVIDIA binary EGL driver - common files EGL provides a platform-agnostic mechanism for creating rendering surfaces for use with other graphics libraries, such as OpenGL|ES. . This package provides the common files for the NVIDIA installable client driver (ICD) for EGL via GLVND. Original-Maintainer: Debian NVIDIA Maintainers Package: nvidia-egl-icd Source: nvidia-graphics-drivers Version: 470.63.01-1~mx21+1 Architecture: i386 Maintainer: Steven Pusser Installed-Size: 249 Depends: libegl-nvidia0 (= 470.63.01-1~mx21+1), libegl1 (>= 0.2.999) | libegl1-glvnd-nvidia, nvidia-egl-common Enhances: libegl1 Provides: egl-icd, libegl-vendor Multi-Arch: same Homepage: https://www.nvidia.com Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers/nvidia-egl-icd_470.63.01-1~mx21+1_i386.deb Size: 235592 SHA256: 1681e5ce839952734041542eb4100e18f7a71bc3f1a11675987a642c4145fd60 SHA1: 42616b4f7b1956efcaadc271e41aec7b150ef74f MD5sum: 8d0d58b6f140f27210056d8d41d2da18 Description: NVIDIA EGL installable client driver (ICD) EGL provides a platform-agnostic mechanism for creating rendering surfaces for use with other graphics libraries, such as OpenGL|ES. . This metapackage provides the NVIDIA installable client driver (ICD) for EGL via GLVND which supports NVIDIA GPUs. Original-Maintainer: Debian NVIDIA Maintainers Package: nvidia-libopencl1 Source: nvidia-graphics-drivers Version: 470.63.01-1~mx21+1 Architecture: i386 Maintainer: Steven Pusser Installed-Size: 293 Depends: libc6 (>= 2.3.6-6~) Recommends: nvidia-opencl-icd | opencl-icd Conflicts: libopencl1 Replaces: libopencl1 Provides: libopencl-1.1-1, libopencl-1.2-1, libopencl-2.0-1, libopencl-2.1-1, libopencl-2.2-1, libopencl-3.0-1, libopencl1 Multi-Arch: same Homepage: https://www.nvidia.com Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers/nvidia-libopencl1_470.63.01-1~mx21+1_i386.deb Size: 244684 SHA256: 13cbdd9190cd3339f2b1a9b6065bd5d1982a79a7a569c37752217ec8460b4b66 SHA1: 46203ae3e65614cbd51808a26b9cc68919f2db43 MD5sum: 3e36e9ec9d1278bf048c58c400742d55 Description: NVIDIA OpenCL ICD Loader library OpenCL (Open Computing Language) is a multivendor open standard for general-purpose parallel programming of heterogeneous systems that include CPUs, GPUs and other processors. . The OpenCL installable client driver loader (ICD Loader) acts as a dispatcher between an OpenCL application and one (or more) installable client drivers (ICD) that can be from any vendor. At least one ICD (and the corresponding hardware) is required to run OpenCL applications. . This package contains the ICD Loader library provided by NVIDIA. This library supports OpenCL 1.x and 2.0 only. Original-Maintainer: Debian NVIDIA Maintainers Package: nvidia-modprobe Version: 470.74-0.1~mx21+1 Architecture: i386 Maintainer: Steven Pusser Installed-Size: 53 Depends: libc6 (>= 2.7) Multi-Arch: foreign Homepage: https://github.com/NVIDIA/nvidia-modprobe Priority: optional Section: contrib/utils Filename: pool/ahs/n/nvidia-modprobe/nvidia-modprobe_470.74-0.1~mx21+1_i386.deb Size: 20228 SHA256: 8bd8ff489d5015254f66ee356c5cde3ab72fdcfff11769c1d4b1943286ad887b SHA1: eb371e1eb58ab3f697a1af6317d445d658e952de MD5sum: db67de40a94638f0e8ce84f25c0f4ad9 Description: utility to load NVIDIA kernel modules and create device nodes This setuid program is used to create NVIDIA Linux device files and load the NVIDIA kernel module, on behalf of NVIDIA Linux driver components which may not have sufficient privileges to perform these actions on their own. Original-Maintainer: Debian NVIDIA Maintainers Package: nvidia-nonglvnd-vulkan-common Source: nvidia-graphics-drivers Version: 470.63.01-1~mx21+1 Architecture: i386 Maintainer: Steven Pusser Installed-Size: 255 Suggests: nvidia-tesla-418-nonglvnd-vulkan-icd | nvidia-legacy-390xx-nonglvnd-vulkan-icd Conflicts: libgl1-nvidia-glvnd-glx, libgl1-nvidia-legacy-390xx-glvnd-glx, libgl1-nvidia-tesla-418-glvnd-glx, libgl1-nvidia-tesla-440-glvnd-glx, libgl1-nvidia-tesla-450-glvnd-glx, nvidia-vulkan-common Multi-Arch: foreign Homepage: https://www.nvidia.com Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers/nvidia-nonglvnd-vulkan-common_470.63.01-1~mx21+1_i386.deb Size: 235880 SHA256: 6a717edd3c46b115ecd5f93d276f54090d03bb69620ef778b63aa07bdd120b42 SHA1: 5296e94248c9a29a550b16ae27716d9b1773f321 MD5sum: 7c54de9de63b4c45ff2016d2996248ff Description: NVIDIA Vulkan driver - common files (non-GLVND variant) Vulkan is a multivendor open standard by the Khronos Group for 3D graphics. . This package provides the common files for the NVIDIA installable client driver (ICD) for Vulkan (non-GLVND variant). Original-Maintainer: Debian NVIDIA Maintainers Package: nvidia-opencl-common Source: nvidia-graphics-drivers Version: 470.63.01-1~mx21+1 Architecture: i386 Maintainer: Steven Pusser Installed-Size: 257 Suggests: nvidia-opencl-icd | nvidia-tesla-450-opencl-icd | nvidia-tesla-440-opencl-icd | nvidia-tesla-418-opencl-icd | nvidia-legacy-390xx-opencl-icd Multi-Arch: foreign Homepage: https://www.nvidia.com Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers/nvidia-opencl-common_470.63.01-1~mx21+1_i386.deb Size: 235840 SHA256: 12a3389b1d2155b91b4562f1f9a670ec6a1c984d7b00cf70e3badef66c75fe21 SHA1: 2a159b3230b922d7517bd41cb08cc2dd1da01f90 MD5sum: 0fefae207c973cf674beb1ac2c0fb857 Description: NVIDIA OpenCL driver - common files OpenCL (Open Computing Language) is a multivendor open standard for general-purpose parallel programming of heterogeneous systems that include CPUs, GPUs and other processors. . This package provides the common files for the NVIDIA installable client driver (ICD) for OpenCL. Original-Maintainer: Debian NVIDIA Maintainers Package: nvidia-opencl-icd Source: nvidia-graphics-drivers Version: 470.63.01-1~mx21+1 Architecture: i386 Maintainer: Steven Pusser Installed-Size: 18231 Depends: libnvidia-compiler (= 470.63.01-1~mx21+1), nvidia-opencl-common, ocl-icd-libopencl1 | nvidia-libopencl1 | libopencl1, libcuda1 (= 470.63.01-1~mx21+1), nvidia-alternative (= 470.63.01-1~mx21+1), libc6 (>= 2.7) Enhances: libopencl1 Provides: opencl-icd Multi-Arch: same Homepage: https://www.nvidia.com Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers/nvidia-opencl-icd_470.63.01-1~mx21+1_i386.deb Size: 2555436 SHA256: 6298395135521d93cf7678d1aa65fe90683f2613370b765b7116c793021d4401 SHA1: f9e0febcb622967430975a160533b0a0e2a6979d MD5sum: b0a312fcf6c1f9a65cb8f84e07d94439 Description: NVIDIA OpenCL installable client driver (ICD) OpenCL (Open Computing Language) is a multivendor open standard for general-purpose parallel programming of heterogeneous systems that include CPUs, GPUs and other processors. . This package provides the NVIDIA installable client driver (ICD) for OpenCL which supports NVIDIA GPUs. This ICD supports OpenCL 1.x only. Original-Maintainer: Debian NVIDIA Maintainers Package: nvidia-tesla-470-alternative Source: nvidia-graphics-drivers-tesla-470 Version: 470.57.02-2~mx21+1 Architecture: i386 Maintainer: Steven Pusser Installed-Size: 276 Pre-Depends: dpkg (>= 1.17.21) Depends: glx-alternative-nvidia (>= 1.2) Conflicts: libegl1-glvnd-nvidia, libgl1-glvnd-nvidia-glx, libgles1-glvnd-nvidia, libgles2-glvnd-nvidia, libglvnd0-nvidia, libglx0-glvnd-nvidia, libopengl0-glvnd-nvidia Breaks: nvidia-tesla-alternative (>> 0) Provides: nvidia-tesla-470-alternative--kmod-alias Multi-Arch: foreign Homepage: https://www.nvidia.com Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers-tesla-470/nvidia-tesla-470-alternative_470.57.02-2~mx21+1_i386.deb Size: 238496 SHA256: 7f772185f24cd837a4d686513a484d5842fee16b1c99211c49cffc82940bcaab SHA1: 9ed74d9519e4761cea4418ef8354e76da30838b3 MD5sum: 6e32b8fd0ce6c4f456684abd2d3f7c49 Description: allows the selection of NVIDIA as GLX provider (Tesla 470 version) In setups with several NVIDIA driver versions installed (e.g. current and legacy) this metapackage registers an alternative to allow easy switching between the different versions. . Use 'update-glx --config nvidia' to select a version. . This package does not depend on the corresponding NVIDIA libraries. In order to install the NVIDIA driver and libraries, install the nvidia-tesla-470-driver package instead. Original-Maintainer: Debian NVIDIA Maintainers Package: nvidia-tesla-470-driver-libs Source: nvidia-graphics-drivers-tesla-470 Version: 470.57.02-2~mx21+1 Architecture: i386 Maintainer: Steven Pusser Installed-Size: 254 Depends: libgl1-nvidia-tesla-470-glvnd-glx (= 470.57.02-2~mx21+1), nvidia-tesla-470-egl-icd (= 470.57.02-2~mx21+1) Recommends: libnvidia-tesla-470-encode1 (= 470.57.02-2~mx21+1), libgles-nvidia-tesla-470-1 (= 470.57.02-2~mx21+1), libgles-nvidia-tesla-470-2 (= 470.57.02-2~mx21+1), libglx-nvidia-tesla-470-0 (= 470.57.02-2~mx21+1), libopengl0 | libopengl0-glvnd-nvidia, nvidia-tesla-470-vulkan-icd (= 470.57.02-2~mx21+1) Conflicts: libegl1-glvnd-nvidia, libgl1-glvnd-nvidia-glx, libgl1-nvidia-tesla-470-glx-i386, libgles1-glvnd-nvidia, libgles2-glvnd-nvidia, libglvnd0-nvidia, libglx0-glvnd-nvidia, libopengl0-glvnd-nvidia Breaks: libegl1-nvidia-tesla-470, libgl1-nvidia-tesla-470-glx, nvidia-tesla-470-driver-libs-nonglvnd, nvidia-tesla-470-nonglvnd-vulkan-icd Provides: nvidia-driver-libs-any Multi-Arch: same Homepage: https://www.nvidia.com Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers-tesla-470/nvidia-tesla-470-driver-libs_470.57.02-2~mx21+1_i386.deb Size: 236896 SHA256: 4a66559d4e5861c980e991545da3e5ce289ce75d2f1d2ff8c12b5fd80e9615d5 SHA1: 575c059dba68f056e26eda77b1d04fcc9f49294d MD5sum: 7c6a6759a501ae38644046940cf36a79 Description: NVIDIA metapackage (OpenGL/GLX/EGL/GLES libraries) (Tesla 470 version) This metapackage depends on the NVIDIA binary libraries that provide optimized hardware acceleration of OpenGL/GLX/EGL/GLES applications via a direct-rendering X Server. Original-Maintainer: Debian NVIDIA Maintainers Package: nvidia-tesla-470-egl-icd Source: nvidia-graphics-drivers-tesla-470 Version: 470.57.02-2~mx21+1 Architecture: i386 Maintainer: Steven Pusser Installed-Size: 250 Depends: libegl-nvidia-tesla-470-0 (= 470.57.02-2~mx21+1), libegl1 (>= 0.2.999) | libegl1-glvnd-nvidia, nvidia-egl-common Enhances: libegl1 Provides: egl-icd, libegl-vendor Multi-Arch: same Homepage: https://www.nvidia.com Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers-tesla-470/nvidia-tesla-470-egl-icd_470.57.02-2~mx21+1_i386.deb Size: 236552 SHA256: 4d2e1c795e36b9e4726c3606cf3256026a6f1853561f1f6b084245ab1e62916c SHA1: 8914e22e824b8482808c6f24f03cc15938987e9a MD5sum: 854eae0b19bef5413abee047d0fe717d Description: NVIDIA EGL installable client driver (ICD) EGL provides a platform-agnostic mechanism for creating rendering surfaces for use with other graphics libraries, such as OpenGL|ES. . This metapackage provides the NVIDIA installable client driver (ICD) for EGL via GLVND which supports NVIDIA GPUs. Original-Maintainer: Debian NVIDIA Maintainers Package: nvidia-tesla-470-opencl-icd Source: nvidia-graphics-drivers-tesla-470 Version: 470.57.02-2~mx21+1 Architecture: i386 Maintainer: Steven Pusser Installed-Size: 17204 Depends: libnvidia-tesla-470-compiler (= 470.57.02-2~mx21+1), nvidia-opencl-common, ocl-icd-libopencl1 | nvidia-libopencl1 | libopencl1, libnvidia-tesla-470-cuda1 (= 470.57.02-2~mx21+1), nvidia-tesla-470-alternative (= 470.57.02-2~mx21+1), libc6 (>= 2.7) Enhances: libopencl1 Provides: opencl-icd Multi-Arch: same Homepage: https://www.nvidia.com Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers-tesla-470/nvidia-tesla-470-opencl-icd_470.57.02-2~mx21+1_i386.deb Size: 2552332 SHA256: 39338c9d793d20cea48836b2ade526d65ffe2749ecde0a62fa78d70e3f184da4 SHA1: 8d54407372f0c4cf594a4dcdcd6f56089f4dccca MD5sum: df960755dc4dfd49513a1d5dc5b94a9a Description: NVIDIA OpenCL installable client driver (ICD) (Tesla 470 version) OpenCL (Open Computing Language) is a multivendor open standard for general-purpose parallel programming of heterogeneous systems that include CPUs, GPUs and other processors. . This package provides the NVIDIA installable client driver (ICD) for OpenCL which supports NVIDIA GPUs. This ICD supports OpenCL 1.x only. Original-Maintainer: Debian NVIDIA Maintainers Package: nvidia-tesla-470-vdpau-driver Source: nvidia-graphics-drivers-tesla-470 Version: 470.57.02-2~mx21+1 Architecture: i386 Maintainer: Steven Pusser Installed-Size: 1121 Pre-Depends: nvidia-installer-cleanup Depends: libvdpau1 (>= 0.9), nvidia-tesla-470-alternative (= 470.57.02-2~mx21+1), libc6 (>= 2.7), libx11-6, libxext6 Enhances: libvdpau1 Provides: vdpau-driver Multi-Arch: same Homepage: https://www.nvidia.com Priority: optional Section: non-free/video Filename: pool/ahs/n/nvidia-graphics-drivers-tesla-470/nvidia-tesla-470-vdpau-driver_470.57.02-2~mx21+1_i386.deb Size: 727172 SHA256: 0f760a41ee2749b83fa00c7d64bc8fed08000c163d634ead44f396f5a658763a SHA1: ecac2c1c70bbb771081c51bed3aefb7fd7c22fab MD5sum: 05cb3c7c37f69c4129f62e7cf0419663 Description: Video Decode and Presentation API for Unix - NVIDIA driver (Tesla 470) These libraries provide the Video Decode and Presentation API for Unix. They provide accelerated video playback (incl. H.264) for the supported graphics cards. . This package contains the NVIDIA VDPAU driver. . See /usr/share/doc/nvidia-tesla-470-vdpau-driver/README.txt.gz for more information. . Please see the nvidia-tesla-470-kernel-dkms or nvidia-tesla-470-kernel-source packages for building the kernel module required by this package. This will provide nvidia-tesla-470-kernel-470.57.02. Original-Maintainer: Debian NVIDIA Maintainers Package: nvidia-tesla-470-vulkan-icd Source: nvidia-graphics-drivers-tesla-470 Version: 470.57.02-2~mx21+1 Architecture: i386 Maintainer: Steven Pusser Installed-Size: 250 Depends: libnvidia-tesla-470-glvkspirv (= 470.57.02-2~mx21+1), libglx-nvidia-tesla-470-0 (= 470.57.02-2~mx21+1), libvulkan1 (>= 1.0.42), nvidia-vulkan-common Suggests: vulkan-utils Enhances: libvulkan1 Conflicts: nvidia-tesla-470-nonglvnd-vulkan-icd Provides: nvidia-vulkan-icd-any, vulkan-icd Multi-Arch: same Homepage: https://www.nvidia.com Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers-tesla-470/nvidia-tesla-470-vulkan-icd_470.57.02-2~mx21+1_i386.deb Size: 236568 SHA256: a506eea108692d04089b1bf1a7dd1d016ff26bb3b9f49ccd691ce7ab7e8f7ef4 SHA1: 4532815ec06ce7cfe0f795950738c6b23e4ff1e4 MD5sum: aa8bf66a9e279ac41053983af7636bdd Description: NVIDIA Vulkan installable client driver (ICD) (Tesla 470 version) Vulkan is a multivendor open standard by the Khronos Group for 3D graphics. . This metapackage provides the NVIDIA installable client driver (ICD) for Vulkan (GLVND variant) which supports NVIDIA GPUs. Original-Maintainer: Debian NVIDIA Maintainers Package: nvidia-vdpau-driver Source: nvidia-graphics-drivers Version: 470.63.01-1~mx21+1 Architecture: i386 Maintainer: Steven Pusser Installed-Size: 1120 Pre-Depends: nvidia-installer-cleanup Depends: libvdpau1 (>= 0.9), nvidia-alternative (= 470.63.01-1~mx21+1), libc6 (>= 2.7), libx11-6, libxext6 Enhances: libvdpau1 Provides: vdpau-driver Multi-Arch: same Homepage: https://www.nvidia.com Priority: optional Section: non-free/video Filename: pool/ahs/n/nvidia-graphics-drivers/nvidia-vdpau-driver_470.63.01-1~mx21+1_i386.deb Size: 726216 SHA256: 3e2b63b2ecd59267558569d1c852af37200249dbd7754f4edf9c9627eecf6ed7 SHA1: 1754d3b2b6e9556887358e18a0d5992e8d9d1634 MD5sum: 4ab8ab51c5fa32224222c8683d771796 Description: Video Decode and Presentation API for Unix - NVIDIA driver These libraries provide the Video Decode and Presentation API for Unix. They provide accelerated video playback (incl. H.264) for the supported graphics cards. . This package contains the NVIDIA VDPAU driver. . See /usr/share/doc/nvidia-vdpau-driver/README.txt.gz for more information. . Please see the nvidia-kernel-dkms or nvidia-kernel-source packages for building the kernel module required by this package. This will provide nvidia-kernel-470.63.01. Original-Maintainer: Debian NVIDIA Maintainers Package: nvidia-vulkan-common Source: nvidia-graphics-drivers Version: 470.63.01-1~mx21+1 Architecture: i386 Maintainer: Steven Pusser Installed-Size: 257 Suggests: nvidia-vulkan-icd | nvidia-tesla-450-vulkan-icd | nvidia-tesla-440-vulkan-icd | nvidia-tesla-418-vulkan-icd | nvidia-legacy-390xx-vulkan-icd Conflicts: libgl1-nvidia-glx, libgl1-nvidia-legacy-390xx-glx, libgl1-nvidia-tesla-418-glx, nvidia-nonglvnd-vulkan-common Multi-Arch: foreign Homepage: https://www.nvidia.com Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers/nvidia-vulkan-common_470.63.01-1~mx21+1_i386.deb Size: 236172 SHA256: 38710ee0c7559cf611daa1012c92c480e01f5011348c9e173bb78e264f800a38 SHA1: 1c5b01ab3fccc760b1c42effc993f2c6ff9cb07e MD5sum: 0ce71ccdcf3115bad9141c22d5ea943f Description: NVIDIA Vulkan driver - common files Vulkan is a multivendor open standard by the Khronos Group for 3D graphics. . This package provides the common files for the NVIDIA installable client driver (ICD) for Vulkan (GLVND variant). Original-Maintainer: Debian NVIDIA Maintainers Package: nvidia-vulkan-icd Source: nvidia-graphics-drivers Version: 470.63.01-1~mx21+1 Architecture: i386 Maintainer: Steven Pusser Installed-Size: 249 Depends: libnvidia-glvkspirv (= 470.63.01-1~mx21+1), libglx-nvidia0 (= 470.63.01-1~mx21+1), libvulkan1 (>= 1.0.42), nvidia-vulkan-common Suggests: vulkan-utils Enhances: libvulkan1 Conflicts: nvidia-nonglvnd-vulkan-icd Provides: nvidia-vulkan-icd-any, vulkan-icd Multi-Arch: same Homepage: https://www.nvidia.com Priority: optional Section: non-free/libs Filename: pool/ahs/n/nvidia-graphics-drivers/nvidia-vulkan-icd_470.63.01-1~mx21+1_i386.deb Size: 235592 SHA256: 974226caf6120588f0fb87438e3c2c5ee893e1eb3c8be34e0d2ffc022cdd6cba SHA1: 8cdeb0c2a0a6360f488d0c0bdcf1c76a45847e09 MD5sum: 3f7d86ec73a9daeabb4b4e08f8fa0bcc Description: NVIDIA Vulkan installable client driver (ICD) Vulkan is a multivendor open standard by the Khronos Group for 3D graphics. . This metapackage provides the NVIDIA installable client driver (ICD) for Vulkan (GLVND variant) which supports NVIDIA GPUs. Original-Maintainer: Debian NVIDIA Maintainers Package: pci.ids Version: 0.0~2021.08.22-1~mx21ahs+1 Architecture: all Maintainer: SwampRabbit Installed-Size: 1267 Breaks: pciutils (<< 1:3.6.2-4~) Replaces: pciutils (<< 1:3.6.2-4~) Multi-Arch: foreign Homepage: https://pci-ids.ucw.cz/ Priority: optional Section: admin Filename: pool/ahs/p/pci.ids/pci.ids_0.0~2021.08.22-1~mx21ahs+1_all.deb Size: 229776 SHA256: 69283a90514cb6c15505c54a97c8abc6daf9e896136bdea4180a45def45d2d25 SHA1: 4a327c5dcd58321aeb1ee690e98ff3346efad4d4 MD5sum: 06c6f8431c4c70459b749a8e108f3c0d Description: PCI ID Repository This package contains the pci.ids file, a public repository of all known ID's used in PCI devices: ID's of vendors, devices, subsystems and device classes. It is used in various programs to display full human-readable names instead of cryptic numeric codes. Original-Maintainer: Guillem Jover Package: python3-clang-12 Source: llvm-toolchain-12 Version: 1:12.0.1-8~mx21ahs+1 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 187 Depends: python3, libclang-12-dev Conflicts: python-clang-x.y Replaces: python-clang-x.y Provides: python-clang-x.y Homepage: https://www.llvm.org/ Priority: optional Section: python Filename: pool/ahs/l/llvm-toolchain-12/python3-clang-12_12.0.1-8~mx21ahs+1_i386.deb Size: 72536 SHA256: 4085ecdb84363ca5c053ea966efabfff2a2bd86ef5e5c48cb4c479f6d2127feb SHA1: 632ce0a2d6ce37fa1bae67207d3740965f6001a1 MD5sum: 97bfffc64c9cb8f9372e34c27595481c Description: Clang Python Bindings Clang project is a C, C++, Objective C and Objective C++ front-end based on the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also provides most of the support of C++20. . This binding package provides access to the Clang compiler and libraries. Package: python3-lldb-12 Source: llvm-toolchain-12 Version: 1:12.0.1-8~mx21ahs+1 Architecture: i386 Maintainer: LLVM Packaging Team Installed-Size: 758 Depends: liblldb-12 (= 1:12.0.1-8~mx21ahs+1), python3-six Conflicts: python3-lldb-x.y Replaces: python3-lldb-x.y Provides: python3-lldb-x.y Homepage: https://www.llvm.org/ Priority: optional Section: python Filename: pool/ahs/l/llvm-toolchain-12/python3-lldb-12_12.0.1-8~mx21ahs+1_i386.deb Size: 139296 SHA256: 7eb57d77665f0e08be64c9e6513a1a51d3d7986158a2fcb4be95c55e73684b3b SHA1: 368f55b09c2f8454f3c6021aff581e7ce53d0e78 MD5sum: 8b87b92413990d4e361348fbbb386ac7 Description: Next generation, high-performance debugger, python3 lib LLDB is a next generation, high-performance debugger. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project, such as the Clang expression parser and LLVM disassembler. . This binding package provides access to lldb. Package: spirv-cross Version: 2021.01.15-3~mx21ahs+1 Architecture: i386 Maintainer: SwampRabbit Installed-Size: 2867 Depends: libc6 (>= 2.4), libgcc-s1 (>= 4.2), libstdc++6 (>= 5.2) Homepage: https://github.com/KhronosGroup/SPIRV-Cross Priority: optional Section: utils Filename: pool/ahs/s/spirv-cross/spirv-cross_2021.01.15-3~mx21ahs+1_i386.deb Size: 816096 SHA256: ad0d4194693bcc49b1caf1bc2a9e35eb2038ba10ae40d2b73d823f8f46bb50b8 SHA1: c8e12b477d6b439c8f96bfaa9c3c845d70222f88 MD5sum: 614b608be5e22155ffa3243d91f7f55d Description: tool designed for parsing and converting SPIR-V to other shader languages SPIRV-Cross is a tool designed for parsing and converting SPIR-V to other shader languages: * Convert SPIR-V to readable, usable and efficient GLSL * Convert SPIR-V to readable, usable and efficient MSL * Convert SPIR-V to readable, usable and efficient HLSL * Reflection API to simplify the creation of Vulkan pipeline layouts * Reflection API to modify and tweak OpDecorations * Supports "all" of vertex, fragment, tessellation, geometry and compute shaders Original-Maintainer: Debian X Strike Force Package: spirv-headers Version: 1.5.4+rt3-1~mx21ahs+1 Architecture: all Maintainer: SwampRabbit Installed-Size: 2582 Multi-Arch: foreign Homepage: https://github.com/KhronosGroup/SPIRV-Headers Priority: optional Section: libdevel Filename: pool/ahs/s/spirv-headers/spirv-headers_1.5.4+rt3-1~mx21ahs+1_all.deb Size: 97152 SHA256: f08ab6f28b97f7ac1d815bf834102d00fd6e0412491e525cc642dd0537383c99 SHA1: 74569c3d14611c91592a140513d6fefa8b5c58c6 MD5sum: 103ea44a36821663222cf378dce48233 Description: Machine-readable files for the SPIR-V Registry This package includes: - Header files for various languages - JSON files describing the grammar for the SPIR-V core instruction set and the extended instruction sets. - The XML registry file. . For more info, see https://github.com/KhronosGroup/SPIRV-Headers Original-Maintainer: Debian X Strike Force Package: spirv-tools Version: 2021.2+git20210818-1~mx21ahs+1 Architecture: i386 Maintainer: SwampRabbit Installed-Size: 31226 Depends: libc6 (>= 2.29), libgcc-s1 (>= 7), libstdc++6 (>= 9) Homepage: https://github.com/KhronosGroup/SPIRV-Tools Priority: optional Section: libdevel Filename: pool/ahs/s/spirv-tools/spirv-tools_2021.2+git20210818-1~mx21ahs+1_i386.deb Size: 10045808 SHA256: 82f30386312c93ae9a230cef5ba537ae6c678ea707a0e2a2ab1b3bb282ee565c SHA1: 3269fc9063acff470c328fe874f8ff66852a9293 MD5sum: f24c58e22eedaa19626967554e8727ff Description: API and commands for processing SPIR-V modules The project includes an assembler, binary module parser, disassembler, validator, and optimizer for SPIR-V. Except for the optimizer, all are based on a common static library. The library contains all of the implementation details, and is used in the standalone tools whilst also enabling integration into other code bases directly. The optimizer implementation resides in its own library, which depends on the core library. Original-Maintainer: Debian X Strike Force Package: usb.ids Version: 2021.07.19-1~mx21ahs+1 Architecture: all Maintainer: SwampRabbit Installed-Size: 711 Breaks: usbutils (<< 1:008-1) Replaces: usbutils (<< 1:008-1) Multi-Arch: foreign Homepage: http://www.linux-usb.org/usb-ids.html Priority: optional Section: admin Filename: pool/ahs/u/usb.ids/usb.ids_2021.07.19-1~mx21ahs+1_all.deb Size: 203976 SHA256: dd2f9b93a7d96434feb49498f9c2ce223c3e84a60ab65eb3e271e3c9bd3e2e94 SHA1: ec0b892e04aae69fb7b150ba5b7e8a4b82929741 MD5sum: cee473b524591471e64a7d732235be17 Description: USB ID Repository This package contains the usb.ids file, a public repository of all known ID's used in USB devices: ID's of vendors, devices, subsystems and device classes. It is used in various programs to display full human-readable names instead of cryptic numeric codes. Original-Maintainer: Aurelien Jarno Package: usbip Source: linux (5.14.16-1~mx21+1) Version: 2.0+5.14.16-1~mx21+1 Architecture: i386 Maintainer: Steven Pusser Installed-Size: 533 Depends: usb.ids, libc6 (>= 2.7), libudev1 (>= 183), libwrap0 (>= 7.6-4~) Homepage: https://www.kernel.org/ Priority: optional Section: admin Filename: pool/ahs/l/linux/usbip_2.0+5.14.16-1~mx21+1_i386.deb Size: 408492 SHA256: 9eb1eb0e6ef73695dc8174da124c75d917ccf9b466abe1bfec3fcda01d7edb72 SHA1: 59aea74a659c90ab9585158c10616f4a6cffa2de MD5sum: f2cc33f6a3a8c6ed4ffcb31ac69863e2 Description: USB device sharing system over IP network USB/IP is a system for sharing USB devices over the network. . To share USB devices between computers with their full functionality, USB/IP encapsulates "USB requests" into IP packets and transmits them between computers. . Original USB device drivers and applications can be used for remote USB devices without any modification of them. A computer can use remote USB devices as if they were directly attached. . Currently USB/IP provides no access control or encryption. It should only be used in trusted environments. . This package provides the server component 'usbipd' and the client tool 'usbip'. Original-Maintainer: Debian Kernel Team Package: va-driver-all Source: libva Version: 2.13.0-1~mx21ahs+1 Architecture: i386 Maintainer: SwampRabbit Installed-Size: 25 Depends: i965-va-driver | i965-va-driver-shaders, intel-media-va-driver | intel-media-va-driver-non-free, mesa-va-drivers Multi-Arch: same Homepage: https://01.org/linuxmedia/vaapi Priority: optional Section: video Filename: pool/ahs/libv/libva/va-driver-all_2.13.0-1~mx21ahs+1_i386.deb Size: 16168 SHA256: 366bf50fdec50b94e8a0138101de3a46eae6ea33d9e5427199ee5c2cee523a01 SHA1: 9c9d462e00abf38df8bdc97552ace7dcd266c6f4 MD5sum: eed0c3c43e7e5adb8fe3c635a026c630 Description: Video Acceleration (VA) API -- driver metapackage This package depends on the full suite of drivers for the Video Acceleration API (VA API). It does not provide any drivers itself, and may be removed if you wish to only have certain drivers installed. Original-Maintainer: Debian Multimedia Maintainers Package: virtualbox-ext-pack Version: 6.1.26-1~mx21+1 Architecture: all Maintainer: Steven Pusser Installed-Size: 139 Pre-Depends: debconf Depends: virtualbox (<< 6.1.26-dfsg-z) | virtualbox-6.1, virtualbox (>= 6.1.26-dfsg-0~) | virtualbox-6.1, wget, debconf (>= 0.5) | debconf-2.0 Homepage: https://www.virtualbox.org Priority: optional Section: contrib/misc Filename: pool/ahs/v/virtualbox-ext-pack/virtualbox-ext-pack_6.1.26-1~mx21+1_all.deb Size: 13816 SHA256: cfbbc1967a4252f324b6016fa301403bc13185731b70b197f15b520bb34ebf7b SHA1: faba3dcf83832fba9ee07e474c46c596b35b10b4 MD5sum: 07f9fd2a4bce644d8cff9011ec447b0b Description: extra capabilities for VirtualBox, downloader. VirtualBox requires an extension pack to provide support for Remote Desktop Protocol, USB 2.0, PXE booting for Intel network cards, etc. This PUEL-licensed extension pack is free for personal use. . This package downloads the extension pack from internet during install. Original-Maintainer: Debian Virtualbox Team Package: virtualbox-guest-additions-iso Version: 6.1.26-1~mx21+1 Architecture: all Maintainer: Steven Pusser Installed-Size: 59665 Recommends: virtualbox (>= 6.1.26) Conflicts: virtualbox-2.0, virtualbox-2.1, virtualbox-2.2, virtualbox-3.0, virtualbox-3.1, virtualbox-3.2, virtualbox-4.0, virtualbox-4.1, virtualbox-4.2, virtualbox-4.3, virtualbox-5.0, virtualbox-5.1, virtualbox-5.2, virtualbox-6.0 Homepage: https://www.virtualbox.org Priority: optional Section: non-free/misc Filename: pool/ahs/v/virtualbox-guest-additions-iso/virtualbox-guest-additions-iso_6.1.26-1~mx21+1_all.deb Size: 44826836 SHA256: 260bd2b74f5eef66753159b10ce673fa6a4d825c291406cddac1b4f2e6ef69ee SHA1: 3ef0d5c599f8ed3b9b5d86071b591ee5c4479ccb MD5sum: 4d117b308b75594b27bc1753bb0d29e7 Description: guest additions iso image for VirtualBox VirtualBox is a free x86 virtualization solution allowing a wide range of x86 operating systems such as Windows, DOS, BSD or Linux to run on a Linux system. . This package provides an iso image which contains the guest additions for Linux, Solaris and Windows to be installed on the host system. The guest systems then can mount the iso and install the guest additions from there. Original-Maintainer: Debian Virtualbox Team Package: virtualbox-guest-utils Source: virtualbox Version: 6.1.26-dfsg-3~mx21+1 Architecture: i386 Maintainer: Steven Pusser Installed-Size: 2894 Depends: adduser, pciutils, libc6 (>= 2.17), libpam0g (>= 0.99.7.1), zlib1g (>= 1:1.1.4) Suggests: virtualbox-guest-x11 (= 6.1.26-dfsg-3~mx21+1) Homepage: https://www.virtualbox.org Priority: optional Section: contrib/misc Filename: pool/ahs/v/virtualbox/virtualbox-guest-utils_6.1.26-dfsg-3~mx21+1_i386.deb Size: 626760 SHA256: a676ed228373a8f094da54687d6542299a53a64f9f2791ec97ea25f644daf330 SHA1: f8435285a03446cac4198b586741053b0c0fba48 MD5sum: 97e235b3d4b4bc532edd4fafbb0a430b Description: x86 virtualization solution - non-X11 guest utilities VirtualBox is a free x86 virtualization solution allowing a wide range of x86 operating systems such as Windows, DOS, BSD or Linux to run on a Linux system. . This package provides the non-X11 guest utilities for VirtualBox. These utilities are meant to be run inside the virtual machine. They provide closer integration and allow to share data through shared folders between the host system and the virtual machine. . Either the virtualbox-guest-dkms or the virtualbox-guest-source package is also required in order to compile the kernel modules needed for virtualbox-guest-utils. Original-Maintainer: Debian Virtualbox Team Package: virtualbox-guest-x11 Source: virtualbox Version: 6.1.26-dfsg-3~mx21+1 Architecture: i386 Maintainer: Steven Pusser Installed-Size: 1072 Depends: libnotify-bin, virtualbox-guest-utils (= 6.1.26-dfsg-3~mx21+1), x11-xserver-utils, libc6 (>= 2.17), libx11-6 (>= 2:1.4.99.1), libxext6, libxmu6, libxt6, xorg-video-abi-24, xserver-xorg-core (>= 2:1.18.99.901) Provides: xorg-driver-video Homepage: https://www.virtualbox.org Priority: optional Section: contrib/x11 Filename: pool/ahs/v/virtualbox/virtualbox-guest-x11_6.1.26-dfsg-3~mx21+1_i386.deb Size: 332032 SHA256: 2bf0fb44dc955b7648f7b28675a31d7d2e5f5febaebe46c29df1040106a9df48 SHA1: d2f0820fd6d7e56b0c2f77cd99ff25d8648c3aaf MD5sum: c9c1882432c2a3c84b40c95880c364e0 Description: x86 virtualization solution - X11 guest utilities VirtualBox is a free x86 virtualization solution allowing a wide range of x86 operating systems such as Windows, DOS, BSD or Linux to run on a Linux system. . This package provides the X11 guest utilities for VirtualBox. These utilities are meant to be run inside the virtual machine. They provide closer integration and improve the interactive performance. Original-Maintainer: Debian Virtualbox Team Package: vulkan-tools Version: 1.2.189.0+dfsg1-1~mx21ahs+1 Architecture: i386 Maintainer: SwampRabbit Installed-Size: 1197 Depends: libc6 (>= 2.17), libgcc-s1 (>= 4.2), libstdc++6 (>= 5.2), libvulkan1 (>= 1.2.189.0), libwayland-client0 (>= 1.9.91), libx11-6, libxcb1 Breaks: vulkan-sdk-runtime Replaces: vulkan-sdk-runtime Homepage: https://github.com/KhronosGroup/Vulkan-Tools Priority: optional Section: graphics Filename: pool/ahs/v/vulkan-tools/vulkan-tools_1.2.189.0+dfsg1-1~mx21ahs+1_i386.deb Size: 277008 SHA256: 81333655469f81b060a457b09eb5959ac543757730df713c18978e00ebea55df SHA1: f057422df813187f57e68c01905919a956b558d0 MD5sum: 6c3888de5402b304860513e11980ec62 Description: Miscellaneous Vulkan utilities This package provides utilities for Vulkan, including vulkaninfo. Original-Maintainer: Debian X Strike Force Package: vulkan-validationlayers Version: 1.2.189.0-1.1~mx21ahs+1 Architecture: i386 Maintainer: SwampRabbit Installed-Size: 20568 Depends: libc6 (>= 2.29), libgcc-s1 (>= 7), libstdc++6 (>= 9) Breaks: libvulkan1 (<< 1.1.82.0), vulkan-loader Replaces: libvulkan1 (<< 1.1.82.0), vulkan-loader Multi-Arch: same Homepage: https://github.com/KhronosGroup/Vulkan-ValidationLayers Priority: optional Section: libs Filename: pool/ahs/v/vulkan-validationlayers/vulkan-validationlayers_1.2.189.0-1.1~mx21ahs+1_i386.deb Size: 3618124 SHA256: 7bd38f615c75c11b4d235004987b7f00dde1201a78b184ade73f29cfc368bfcb SHA1: cc4563dc807d23bf34511ca8f94e2faf54dfd46f MD5sum: 76972298d6e5997a2703e1e9d2bb083c Description: Vulkan validation layers This project provides the Khronos official Vulkan validation layers. . This package includes the loader library. Original-Maintainer: Debian X Strike Force Package: vulkan-validationlayers-dev Source: vulkan-validationlayers Version: 1.2.189.0-1.1~mx21ahs+1 Architecture: i386 Maintainer: SwampRabbit Installed-Size: 3820 Depends: vulkan-validationlayers (= 1.2.189.0-1.1~mx21ahs+1), libxxhash-dev Breaks: libvulkan-dev (<< 1.1.82.0) Replaces: libvulkan-dev (<< 1.1.82.0) Multi-Arch: same Homepage: https://github.com/KhronosGroup/Vulkan-ValidationLayers Priority: optional Section: libdevel Filename: pool/ahs/v/vulkan-validationlayers/vulkan-validationlayers-dev_1.2.189.0-1.1~mx21ahs+1_i386.deb Size: 275460 SHA256: 1ef6ac1492beef9e487692a0487d3d1815141b828fe6be0e97092c9ef16d4db5 SHA1: d612110ba3dce41ecf2d3c13a8466f868e9e3a9b MD5sum: 3aeeaff72fa63e9a2798b15844c61228 Description: Vulkan validation layers -- development files This project provides the Khronos official Vulkan validation layers. . This package includes files needed for development. Original-Maintainer: Debian X Strike Force Package: x11proto-core-dev Source: xorgproto Version: 2021.5-1~mx21ahs+1 Architecture: all Maintainer: SwampRabbit Installed-Size: 11 Depends: x11proto-dev Multi-Arch: foreign Homepage: https://www.x.org/ Priority: optional Section: oldlibs Filename: pool/ahs/x/xorgproto/x11proto-core-dev_2021.5-1~mx21ahs+1_all.deb Size: 3628 SHA256: 0e44f45a6b8d140fda6b022834c18b5d4259acb55c4cdc4ec1ac2dcbbf46878a SHA1: f4d7f1bbaf5b43c3e340ba2181a8f5e5bc660486 MD5sum: b051428907c3eb9c55034a991418fde0 Description: transitional dummy package This is a transitional dummy package, it can be safely removed. Original-Maintainer: Debian X Strike Force Package: x11proto-dev Source: xorgproto Version: 2021.5-1~mx21ahs+1 Architecture: all Maintainer: SwampRabbit Installed-Size: 1673 Depends: xorg-sgml-doctools (>= 1:1.5) Breaks: x11proto-core-dev (<< 2018.3), x11proto-dri2-dev (<< 2018.3), x11proto-fonts-dev (<< 2018.3), x11proto-gl-dev (<< 2018.3), x11proto-input-dev (<< 2018.3), x11proto-kb-dev (<< 2018.3), x11proto-present-dev (<< 2018.3), x11proto-randr-dev (<< 2018.3), x11proto-record-dev (<< 2018.3), x11proto-render-dev (<< 2:2018.3), x11proto-scrnsaver-dev (<< 2018.3), x11proto-video-dev (<< 2018.3), x11proto-xext-dev (<< 2018.3), x11proto-xf86dga-dev (<< 2018.3), x11proto-xf86dri-dev (<< 2018.3), x11proto-xf86vidmode-dev (<< 2018.3), x11proto-xinerama-dev (<< 2018.3) Replaces: x11proto-core-dev (<< 2018.3), x11proto-dri2-dev (<< 2018.3), x11proto-fonts-dev (<< 2018.3), x11proto-gl-dev (<< 2018.3), x11proto-input-dev (<< 2018.3), x11proto-kb-dev (<< 2018.3), x11proto-present-dev (<< 2018.3), x11proto-randr-dev (<< 2018.3), x11proto-record-dev (<< 2018.3), x11proto-render-dev (<< 2:2018.3), x11proto-scrnsaver-dev (<< 2018.3), x11proto-video-dev (<< 2018.3), x11proto-xext-dev (<< 2018.3), x11proto-xf86dga-dev (<< 2018.3), x11proto-xf86dri-dev (<< 2018.3), x11proto-xf86vidmode-dev (<< 2018.3), x11proto-xinerama-dev (<< 2018.3) Provides: x11proto-core-dev (= 2021.5-1~mx21ahs+1), x11proto-dri2-dev (= 2021.5-1~mx21ahs+1), x11proto-fonts-dev (= 2021.5-1~mx21ahs+1), x11proto-gl-dev (= 2021.5-1~mx21ahs+1), x11proto-input-dev (= 2021.5-1~mx21ahs+1), x11proto-kb-dev (= 2021.5-1~mx21ahs+1), x11proto-present-dev (= 2021.5-1~mx21ahs+1), x11proto-randr-dev (= 2021.5-1~mx21ahs+1), x11proto-record-dev (= 2021.5-1~mx21ahs+1), x11proto-render-dev (= 2021.5-1~mx21ahs+1), x11proto-scrnsaver-dev (= 2021.5-1~mx21ahs+1), x11proto-video-dev (= 2021.5-1~mx21ahs+1), x11proto-xext-dev (= 2021.5-1~mx21ahs+1), x11proto-xf86dga-dev (= 2021.5-1~mx21ahs+1), x11proto-xf86dri-dev (= 2021.5-1~mx21ahs+1), x11proto-xf86vidmode-dev (= 2021.5-1~mx21ahs+1), x11proto-xinerama-dev (= 2021.5-1~mx21ahs+1) Multi-Arch: foreign Homepage: https://www.x.org/ Priority: optional Section: x11 Filename: pool/ahs/x/xorgproto/x11proto-dev_2021.5-1~mx21ahs+1_all.deb Size: 590408 SHA256: 83c88e2e27c99a5c7b4e97e7c8b7bb39f96af2670eb8c7a86edd49c687557c59 SHA1: 48fb918d87c60b43dd083ba23c0917e1131401e4 MD5sum: 5dffaa9fb4291c6444a6228ff23dcf51 Description: X11 extension protocols and auxiliary headers This package provides development headers describing the wire protocol for the X11 core and extension protocols, and also provides a number of utility headers, used to abstract OS-specific functions. . More information about X.Org can be found at: . This package is built from the X.org xorgproto module. Original-Maintainer: Debian X Strike Force Package: x11proto-dri2-dev Source: xorgproto Version: 2021.5-1~mx21ahs+1 Architecture: all Maintainer: SwampRabbit Installed-Size: 11 Depends: x11proto-dev Multi-Arch: foreign Homepage: https://www.x.org/ Priority: optional Section: oldlibs Filename: pool/ahs/x/xorgproto/x11proto-dri2-dev_2021.5-1~mx21ahs+1_all.deb Size: 3628 SHA256: 1f9e2dc6b1b9462a6df59a68aa95b34ee96d63f133fa9454351ba6a8a798dd42 SHA1: 1b6153309de13b2e1009a552457ac5cc5310ae88 MD5sum: 21c7d381c9dbb0e8e317e790abd14a2e Description: transitional dummy package This is a transitional dummy package, it can be safely removed. Original-Maintainer: Debian X Strike Force Package: x11proto-fonts-dev Source: xorgproto Version: 2021.5-1~mx21ahs+1 Architecture: all Maintainer: SwampRabbit Installed-Size: 11 Depends: x11proto-dev Multi-Arch: foreign Homepage: https://www.x.org/ Priority: optional Section: oldlibs Filename: pool/ahs/x/xorgproto/x11proto-fonts-dev_2021.5-1~mx21ahs+1_all.deb Size: 3628 SHA256: 6ea6a35201ca5f71993bad28f0cbf314584a45ca2786a505385e8b62e1ace910 SHA1: 70a20ab02ae81e4cb58e3483250163721a8889cb MD5sum: f34c8d08cacf9f99084e4ceb3c3e2c4c Description: transitional dummy package This is a transitional dummy package, it can be safely removed. Original-Maintainer: Debian X Strike Force Package: x11proto-gl-dev Source: xorgproto Version: 2021.5-1~mx21ahs+1 Architecture: all Maintainer: SwampRabbit Installed-Size: 11 Depends: x11proto-dev Multi-Arch: foreign Homepage: https://www.x.org/ Priority: optional Section: oldlibs Filename: pool/ahs/x/xorgproto/x11proto-gl-dev_2021.5-1~mx21ahs+1_all.deb Size: 3628 SHA256: 66ef0f7665956857dabd7b79ed3b26004b61b269e2b0b8a888bc31abcd5a4365 SHA1: c8d7cf654c9f55356016a0efed93228d3866a125 MD5sum: b92d7eb8c6e8bd42fa549170142da261 Description: transitional dummy package This is a transitional dummy package, it can be safely removed. Original-Maintainer: Debian X Strike Force Package: x11proto-input-dev Source: xorgproto Version: 2021.5-1~mx21ahs+1 Architecture: all Maintainer: SwampRabbit Installed-Size: 11 Depends: x11proto-dev Multi-Arch: foreign Homepage: https://www.x.org/ Priority: optional Section: oldlibs Filename: pool/ahs/x/xorgproto/x11proto-input-dev_2021.5-1~mx21ahs+1_all.deb Size: 3628 SHA256: b4a81b6b2995a4b8472cd1e2214a2cee21efaebb66c6a313a0904ad0ff15b4fa SHA1: 31a5d4343def0150a003a12e8d08f2800f95d07d MD5sum: 5d6cd21824d01d097e8c6ead4f554511 Description: transitional dummy package This is a transitional dummy package, it can be safely removed. Original-Maintainer: Debian X Strike Force Package: x11proto-kb-dev Source: xorgproto Version: 2021.5-1~mx21ahs+1 Architecture: all Maintainer: SwampRabbit Installed-Size: 11 Depends: x11proto-dev Multi-Arch: foreign Homepage: https://www.x.org/ Priority: optional Section: oldlibs Filename: pool/ahs/x/xorgproto/x11proto-kb-dev_2021.5-1~mx21ahs+1_all.deb Size: 3628 SHA256: 96a5af8e9de1107adbce68ab88879ec72adf07efb54eadd4abcc05fa417993cc SHA1: 77742a2aa7d27c560130e1dc28e003eb8dc3f354 MD5sum: 9a904ee145905e238ea31161fe6fcf9b Description: transitional dummy package This is a transitional dummy package, it can be safely removed. Original-Maintainer: Debian X Strike Force Package: x11proto-present-dev Source: xorgproto Version: 2021.5-1~mx21ahs+1 Architecture: all Maintainer: SwampRabbit Installed-Size: 11 Depends: x11proto-dev Multi-Arch: foreign Homepage: https://www.x.org/ Priority: optional Section: oldlibs Filename: pool/ahs/x/xorgproto/x11proto-present-dev_2021.5-1~mx21ahs+1_all.deb Size: 3636 SHA256: 2c4efcfde65a1016cb8361f417ed7acf8e9a4f5975616d00c037c4677a466845 SHA1: 3040a3be53bad1ae210ec40758fa4432022740f8 MD5sum: 6ee2c63e44391890d5a7977d05f0f734 Description: transitional dummy package This is a transitional dummy package, it can be safely removed. Original-Maintainer: Debian X Strike Force Package: x11proto-randr-dev Source: xorgproto Version: 2021.5-1~mx21ahs+1 Architecture: all Maintainer: SwampRabbit Installed-Size: 11 Depends: x11proto-dev Multi-Arch: foreign Homepage: https://www.x.org/ Priority: optional Section: oldlibs Filename: pool/ahs/x/xorgproto/x11proto-randr-dev_2021.5-1~mx21ahs+1_all.deb Size: 3632 SHA256: 50305ea1c1b347f544c7b276e622eea709b3544af81e706c6e5f1a3fa36c68eb SHA1: 1a087ab8229bc701a2a77198828e00f7097aa402 MD5sum: dfcd59a7dcf5c37408e3dd2775aeee0c Description: transitional dummy package This is a transitional dummy package, it can be safely removed. Original-Maintainer: Debian X Strike Force Package: x11proto-record-dev Source: xorgproto Version: 2021.5-1~mx21ahs+1 Architecture: all Maintainer: SwampRabbit Installed-Size: 11 Depends: x11proto-dev Multi-Arch: foreign Homepage: https://www.x.org/ Priority: optional Section: oldlibs Filename: pool/ahs/x/xorgproto/x11proto-record-dev_2021.5-1~mx21ahs+1_all.deb Size: 3636 SHA256: 8ef4d26aeed2325dde0e664529d8ab90032255b9f9b87fa089ed21958d462003 SHA1: 32100b6d687198ffe69461ac1de4a42599af144b MD5sum: 5a4f122e2ff7610cb2a3232895037d53 Description: transitional dummy package This is a transitional dummy package, it can be safely removed. Original-Maintainer: Debian X Strike Force Package: x11proto-render-dev Source: xorgproto (2021.5-1~mx21ahs+1) Version: 2:2021.5-1~mx21ahs+1 Architecture: all Maintainer: SwampRabbit Installed-Size: 11 Depends: x11proto-dev Multi-Arch: foreign Homepage: https://www.x.org/ Priority: optional Section: oldlibs Filename: pool/ahs/x/xorgproto/x11proto-render-dev_2021.5-1~mx21ahs+1_all.deb Size: 3636 SHA256: 83f59aba60ea0ebce65440e1f0cbd79416c16e9490274424bf7c3f47c1088337 SHA1: b015574803cfe9a71420ea2d1bba4f8a012daac3 MD5sum: 602ab212b2ce0b755f27280f554338a9 Description: transitional dummy package This is a transitional dummy package, it can be safely removed. Original-Maintainer: Debian X Strike Force Package: x11proto-scrnsaver-dev Source: xorgproto Version: 2021.5-1~mx21ahs+1 Architecture: all Maintainer: SwampRabbit Installed-Size: 11 Depends: x11proto-dev Multi-Arch: foreign Homepage: https://www.x.org/ Priority: optional Section: oldlibs Filename: pool/ahs/x/xorgproto/x11proto-scrnsaver-dev_2021.5-1~mx21ahs+1_all.deb Size: 3636 SHA256: 243f55aec3dbac16440dff97d5714f8c0769c33d1bc49cb98ac43f2c2fa25399 SHA1: ab459563b06a81b038941f1c7c7b1782e300b339 MD5sum: 317f7a4430369ce7b8257f265493eb4e Description: transitional dummy package This is a transitional dummy package, it can be safely removed. Original-Maintainer: Debian X Strike Force Package: x11proto-video-dev Source: xorgproto Version: 2021.5-1~mx21ahs+1 Architecture: all Maintainer: SwampRabbit Installed-Size: 11 Depends: x11proto-dev Multi-Arch: foreign Homepage: https://www.x.org/ Priority: optional Section: oldlibs Filename: pool/ahs/x/xorgproto/x11proto-video-dev_2021.5-1~mx21ahs+1_all.deb Size: 3632 SHA256: 95c3afbf8fb6bebf47ecb084de15d37bcc1e41b7660da8f0be4eb8d1bae1df9a SHA1: dccb58455373d6b63ad85ff2f08ab5e082d90d73 MD5sum: cfbdbb2609dc12ea24fd66e6e92a2b1e Description: transitional dummy package This is a transitional dummy package, it can be safely removed. Original-Maintainer: Debian X Strike Force Package: x11proto-xext-dev Source: xorgproto Version: 2021.5-1~mx21ahs+1 Architecture: all Maintainer: SwampRabbit Installed-Size: 11 Depends: x11proto-dev Multi-Arch: foreign Homepage: https://www.x.org/ Priority: optional Section: oldlibs Filename: pool/ahs/x/xorgproto/x11proto-xext-dev_2021.5-1~mx21ahs+1_all.deb Size: 3628 SHA256: a24ffce7e65d11051bd8b08e98cd4f2b655ba098392b0daac776de9f9e3b970c SHA1: 7c1b21e7646fb10ce6e0cf301283d08b5d1dec01 MD5sum: 9367935c33d43f343b50f24ad7b99d64 Description: transitional dummy package This is a transitional dummy package, it can be safely removed. Original-Maintainer: Debian X Strike Force Package: x11proto-xf86dga-dev Source: xorgproto Version: 2021.5-1~mx21ahs+1 Architecture: all Maintainer: SwampRabbit Installed-Size: 11 Depends: x11proto-dev Multi-Arch: foreign Homepage: https://www.x.org/ Priority: optional Section: oldlibs Filename: pool/ahs/x/xorgproto/x11proto-xf86dga-dev_2021.5-1~mx21ahs+1_all.deb Size: 3636 SHA256: 1841f1b2b5d64848eeba6dc773588c6e775780d21968e2f68b1f91918b084033 SHA1: 0aacd9150c1c002cb69fb26c9ad211019eaacd53 MD5sum: f561e162de5a9e2c5f4e6d8073aaa99a Description: transitional dummy package This is a transitional dummy package, it can be safely removed. Original-Maintainer: Debian X Strike Force Package: x11proto-xf86dri-dev Source: xorgproto Version: 2021.5-1~mx21ahs+1 Architecture: all Maintainer: SwampRabbit Installed-Size: 11 Depends: x11proto-dev Multi-Arch: foreign Homepage: https://www.x.org/ Priority: optional Section: oldlibs Filename: pool/ahs/x/xorgproto/x11proto-xf86dri-dev_2021.5-1~mx21ahs+1_all.deb Size: 3636 SHA256: 34500e08a88e7769963f85f4070527e54d031ed51e616d13308033b25d392532 SHA1: 01173d89a046f118464e28aa7d78faed9727a5c3 MD5sum: eb0f88030c1a01709928d0185cc0ff49 Description: transitional dummy package This is a transitional dummy package, it can be safely removed. Original-Maintainer: Debian X Strike Force Package: x11proto-xf86vidmode-dev Source: xorgproto Version: 2021.5-1~mx21ahs+1 Architecture: all Maintainer: SwampRabbit Installed-Size: 11 Depends: x11proto-dev Multi-Arch: foreign Homepage: https://www.x.org/ Priority: optional Section: oldlibs Filename: pool/ahs/x/xorgproto/x11proto-xf86vidmode-dev_2021.5-1~mx21ahs+1_all.deb Size: 3640 SHA256: 84b4411c2ea4b3caf6251c6f826c4402d595890cc50f65f089e8bdc59ff32bce SHA1: a7e7fdd8a0b1347ad4f98bbaa59669da65325238 MD5sum: 4d017058794c7af0b68316d4418437df Description: transitional dummy package This is a transitional dummy package, it can be safely removed. Original-Maintainer: Debian X Strike Force Package: x11proto-xinerama-dev Source: xorgproto Version: 2021.5-1~mx21ahs+1 Architecture: all Maintainer: SwampRabbit Installed-Size: 11 Depends: x11proto-dev Multi-Arch: foreign Homepage: https://www.x.org/ Priority: optional Section: oldlibs Filename: pool/ahs/x/xorgproto/x11proto-xinerama-dev_2021.5-1~mx21ahs+1_all.deb Size: 3636 SHA256: 474831aae233e0a33538323603d472a3dc40b404584808588961d107481c5abb SHA1: 52e2d4b909b82cbd44237582e361b4542e20abff MD5sum: 958bbdd5f51539f2a2c8611203728997 Description: transitional dummy package This is a transitional dummy package, it can be safely removed. Original-Maintainer: Debian X Strike Force Package: xdmx Source: xorg-server Version: 2:1.20.13-1~mx21ahs+1 Architecture: i386 Maintainer: SwampRabbit Installed-Size: 4462 Depends: xserver-common (>= 2:1.20.13-1~mx21ahs+1), libaudit1 (>= 1:2.2.1), libbsd0 (>= 0.7.0), libc6 (>= 2.29), libgcrypt20 (>= 1.8.0), libpixman-1-0 (>= 0.30.0), libselinux1 (>= 3.1~), libsystemd0, libunwind8, libx11-6 (>= 2:1.6.0), libxau6 (>= 1:1.0.9), libxdmcp6, libxext6, libxfixes3, libxfont2 (>= 1:2.0.1), libxi6, libxmuu1, libxrender1 Homepage: https://www.x.org/ Priority: optional Section: x11 Filename: pool/ahs/x/xorg-server/xdmx_1.20.13-1~mx21ahs+1_i386.deb Size: 3120600 SHA256: 9b1ff1dca80a6597370678176b3b1333cbe1c565aa84f37a44402622b8c13eb6 SHA1: 0af997fb568290ffe4d2c85a4e0b98a02573067f MD5sum: cf0207b85f0f60bdd2d3684b924ed523 Description: distributed multihead X server Xdmx is a proxy X server that uses one or more other X servers as its display device(s). It provides multi-head X functionality for displays that might be located on different machines. Xdmx functions as a front-end X server that acts as a proxy to a set of back-end X servers. All of the visible rendering is passed to the back-end X servers. Clients connect to the Xdmx front-end, and everything appears as it would in a regular multi-head configuration. If Xinerama is enabled (e.g., with +xinerama on the command line), the clients see a single large screen. . More information about X.Org can be found at: . This package is built from the X.org xserver module. Original-Maintainer: Debian X Strike Force Package: xdmx-tools Source: xorg-server Version: 2:1.20.13-1~mx21ahs+1 Architecture: i386 Maintainer: SwampRabbit Installed-Size: 2597 Depends: xdmx, libc6 (>= 2.4), libdmx1 (>= 1:1.1.4), libx11-6, libxaw7, libxt6 Homepage: https://www.x.org/ Priority: optional Section: x11 Filename: pool/ahs/x/xorg-server/xdmx-tools_1.20.13-1~mx21ahs+1_i386.deb Size: 2333620 SHA256: f6a0c084db3aef9f4676a964b9c832d4796654ee57eb565117a34d404f68bbe0 SHA1: 0734590189308bcdc8e6a2213895c9b78f65becd MD5sum: d544b1a4084ce09c967f73ee380e8df5 Description: Distributed Multihead X tools This package provides a collection of tools used for administration of the Xdmx server; see the xdmx package for more information. . More information about X.Org can be found at: . This package is built from the X.org xserver module. Original-Maintainer: Debian X Strike Force Package: xnest Source: xorg-server Version: 2:1.20.13-1~mx21ahs+1 Architecture: i386 Maintainer: SwampRabbit Installed-Size: 4048 Depends: xserver-common (>= 2:1.20.13-1~mx21ahs+1), libaudit1 (>= 1:2.2.1), libbsd0 (>= 0.7.0), libc6 (>= 2.29), libgcrypt20 (>= 1.8.0), libpixman-1-0 (>= 0.13.2), libselinux1 (>= 3.1~), libsystemd0, libunwind8, libx11-6, libxau6 (>= 1:1.0.9), libxdmcp6, libxext6, libxfont2 (>= 1:2.0.1) Recommends: libgl1-mesa-dri (>= 7.1~rc1) Provides: xserver Homepage: https://www.x.org/ Priority: optional Section: x11 Filename: pool/ahs/x/xorg-server/xnest_1.20.13-1~mx21ahs+1_i386.deb Size: 2961960 SHA256: 50c49644a2b54c63a45419a2d71773028b4360f911381cdf6523e1700cdd1ec4 SHA1: aeaeea71b1f6c9fb9a1d682ecd22cd7894fedd35 MD5sum: 0527883ee26b3cba1a672b22d8a85210 Description: Nested X server Xnest is a nested X server that simply relays all its requests to another X server, where it runs as a client. This means that it appears as another window in your current X session. Xnest relies upon its parent X server for font services. . Use of the Xephyr X server instead of Xnest is recommended. . More information about X.Org can be found at: . This package is built from the X.org xserver module. Original-Maintainer: Debian X Strike Force Package: xorg-server-source Source: xorg-server Version: 2:1.20.13-1~mx21ahs+1 Architecture: all Maintainer: SwampRabbit Installed-Size: 7408 Homepage: https://www.x.org/ Priority: optional Section: x11 Filename: pool/ahs/x/xorg-server/xorg-server-source_1.20.13-1~mx21ahs+1_all.deb Size: 7494236 SHA256: da5a6ce9e6546947efb8b6efd05ccaec6ba18e794cbaa92058b184a88342e8df SHA1: 866946aeee4cdfa200b712afda190aa3e9b11db7 MD5sum: 69fb456983387a97f854ad8ea4b9da31 Description: Xorg X server - source files This package provides original Debian (with Debian patches already applied, and autotools files updated) sources for the X.Org ('Xorg') X server shipped in a tarball. This enables other projects re-using X server codebase (e.g. VNC servers) to (re-)use officially Debian-supported version of the X xserver for their builds. . Unless you are building a software product using X server sources, you probably want xserver-xorg and/or xserver-xorg-core instead. Original-Maintainer: Debian X Strike Force Package: xserver-common Source: xorg-server Version: 2:1.20.13-1~mx21ahs+1 Architecture: all Maintainer: SwampRabbit Installed-Size: 2352 Depends: x11-common, xkb-data, x11-xkb-utils Recommends: xfonts-base, xauth Replaces: xserver-xorg-core (<< 2:1.5.2) Multi-Arch: foreign Homepage: https://www.x.org/ Priority: optional Section: x11 Filename: pool/ahs/x/xorg-server/xserver-common_1.20.13-1~mx21ahs+1_all.deb Size: 2288616 SHA256: 68aab75ee8b96d09c81f26f861a063de2ab4c964a192c2d538b125899462600a SHA1: 0271618a9068c58c815caa19380c02112ab6b929 MD5sum: 65381f7165368f91861d0bfc539d7814 Description: common files used by various X servers This package provides files necessary for all X.Org based X servers. Original-Maintainer: Debian X Strike Force Package: xserver-xephyr Source: xorg-server Version: 2:1.20.13-1~mx21ahs+1 Architecture: i386 Maintainer: SwampRabbit Installed-Size: 4907 Depends: xserver-common (>= 2:1.20.13-1~mx21ahs+1), libaudit1 (>= 1:2.2.1), libbsd0 (>= 0.7.0), libc6 (>= 2.29), libepoxy0 (>= 1.0), libgcrypt20 (>= 1.8.0), libgl1, libpixman-1-0 (>= 0.30.0), libselinux1 (>= 3.1~), libsystemd0, libudev1 (>= 183), libunwind8, libx11-6, libx11-xcb1 (>= 2:1.7.2), libxau6 (>= 1:1.0.9), libxcb-icccm4 (>= 0.4.1), libxcb-image0 (>= 0.2.1), libxcb-keysyms1 (>= 0.4.0), libxcb-randr0 (>= 1.1), libxcb-render-util0, libxcb-render0, libxcb-shape0, libxcb-shm0 (>= 1.10), libxcb-util1 (>= 0.4.0), libxcb-xkb1, libxcb-xv0 (>= 1.2), libxcb1 (>= 1.8), libxdmcp6, libxfont2 (>= 1:2.0.1), libxshmfence1 Recommends: libgl1-mesa-dri (>= 7.1~rc1) Provides: xserver Homepage: https://www.x.org/ Priority: optional Section: x11 Filename: pool/ahs/x/xorg-server/xserver-xephyr_1.20.13-1~mx21ahs+1_i386.deb Size: 3248220 SHA256: bb0dde23595bcd4ab4dd7a52dea5c8194cdcc0f200e917c729e4c154f32b1fcd SHA1: 70ad434a8a3b2bc7a01ca7e1d04bd368a18f459a MD5sum: 275018ad2d75c367a1b779736b3ea138 Description: nested X server Xephyr is an X server that can be run inside another X server, much like Xnest. It is based on the kdrive X server, and as a result it supports newer extensions than Xnest, including render and composite. . More information about X.Org can be found at: . This package is built from the X.org xserver module. Original-Maintainer: Debian X Strike Force Package: xserver-xorg-core Source: xorg-server Version: 2:1.20.13-1~mx21ahs+1 Architecture: i386 Maintainer: SwampRabbit Installed-Size: 6339 Depends: xserver-common (>= 2:1.20.13-1~mx21ahs+1), keyboard-configuration, udev (>= 149), libegl1, libaudit1 (>= 1:2.2.1), libbsd0 (>= 0.7.0), libc6 (>= 2.29), libdbus-1-3 (>= 1.9.14), libdrm2 (>= 2.4.66), libepoxy0 (>= 1.5.4), libgbm1 (>= 17.1.0~rc2), libgcrypt20 (>= 1.8.0), libgl1, libpciaccess0 (>= 0.12.902), libpixman-1-0 (>= 0.30.0), libselinux1 (>= 3.1~), libsystemd0, libudev1 (>= 183), libunwind8, libxau6 (>= 1:1.0.9), libxdmcp6, libxfont2 (>= 1:2.0.1), libxshmfence1 Recommends: libgl1-mesa-dri (>= 7.10.2-4), default-logind | logind Suggests: xfonts-100dpi | xfonts-75dpi, xfonts-scalable Conflicts: xserver-xorg-input-evtouch, xserver-xorg-video-modesetting Breaks: libgl1-mesa-dri (<< 18.0.5), systemd (<< 226-4~), xserver-xorg (<< 1:7.7+10~) Replaces: xserver-xorg (<< 1:7.7+10~), xserver-xorg-video-modesetting Provides: xorg-input-abi-24, xorg-video-abi-24, xserver-xorg-video-modesetting Homepage: https://www.x.org/ Priority: optional Section: x11 Filename: pool/ahs/x/xorg-server/xserver-xorg-core_1.20.13-1~mx21ahs+1_i386.deb Size: 3726156 SHA256: 733dfb4eb269083831a36334fb22b063d1105167b235529ec65348d3504d0149 SHA1: d6eba60b3fcc586e6ddd136d3967906f634364d5 MD5sum: 4ca71e7e0b2272b893d4df133e4cd250 Description: Xorg X server - core server The Xorg X server is an X server for several architectures and operating systems, which is derived from the XFree86 4.x series of X servers. . The Xorg server supports most modern graphics hardware from most vendors, and supersedes all XFree86 X servers. . More information about X.Org can be found at: . This package is built from the X.org xserver module. Original-Maintainer: Debian X Strike Force Package: xserver-xorg-dev Source: xorg-server Version: 2:1.20.13-1~mx21ahs+1 Architecture: i386 Maintainer: SwampRabbit Installed-Size: 3554 Depends: libpixman-1-dev (>= 0.27.2), x11proto-dev (>= 2018.4), libxfont-dev, libxkbfile-dev, libpciaccess-dev, mesa-common-dev Homepage: https://www.x.org/ Priority: optional Section: x11 Filename: pool/ahs/x/xorg-server/xserver-xorg-dev_1.20.13-1~mx21ahs+1_i386.deb Size: 2462756 SHA256: c1861e50d180c055408bf10498bbef7cc4d8ebd934d7fcf0b54bfa8fa513f15c SHA1: 8ef466c1be3a1d6d75278f0e70dbace0717ccef8 MD5sum: 04bb18821c77e39aff0ade9da990b437 Description: Xorg X server - development files This package provides development files for the X.Org ('Xorg') X server. This is not quite the same as the DDK (Driver Development Kit) from the XFree86 4.x and X.Org 6.7, 6.8 and 6.9 series of servers; it provides headers and a pkg-config file for drivers using autotools to build against. . Unless you are developing or building a driver, you probably want xserver-xorg and/or xserver-xorg-core instead. . More information about X.Org can be found at: . This package is built from the X.org xserver module. Original-Maintainer: Debian X Strike Force Package: xserver-xorg-input-libinput Version: 1.1.0-1~mx21ahs+1 Architecture: i386 Maintainer: SwampRabbit Installed-Size: 140 Depends: libc6 (>= 2.7), libinput10 (>= 1.15.1), xorg-input-abi-24, xserver-xorg-core (>= 2:1.18.99.901) Provides: xorg-driver-input Homepage: https://www.x.org Priority: optional Section: x11 Filename: pool/ahs/x/xserver-xorg-input-libinput/xserver-xorg-input-libinput_1.1.0-1~mx21ahs+1_i386.deb Size: 65836 SHA256: b140b2338d8600199ef923df130d8e377a921726d6782fb28e12deeb318a577b SHA1: 41882ea05bb604840dbf8101f6e9ed48f7cda82e MD5sum: 49357bce2a2330345e9cf052cc495f91 Description: X.Org X server -- libinput input driver This package provides the driver for input devices using libinput library. It can handle keyboards, mice and touchpads, and essentially replaces the separate -evdev and -synaptics drivers. . This package is built from the X.org xf86-input-libinput driver module. Original-Maintainer: Debian X Strike Force Package: xserver-xorg-input-libinput-dev Source: xserver-xorg-input-libinput Version: 1.1.0-1~mx21ahs+1 Architecture: all Maintainer: SwampRabbit Installed-Size: 53 Homepage: https://www.x.org Priority: optional Section: libdevel Filename: pool/ahs/x/xserver-xorg-input-libinput/xserver-xorg-input-libinput-dev_1.1.0-1~mx21ahs+1_all.deb Size: 33424 SHA256: 304af2a336990e0a0f1e39b75155552f0d141d3740da99758a56eaa3777b2b1d SHA1: d7edbc93104c86670dc4863f44432f0506b64761 MD5sum: 25df51b68ea27d69244230c188805d03 Description: X.Org X server -- libinput input driver (development headers) This package provides the development headers for the libinput input driver found in xserver-xorg-input-libinput. Non-developers likely have little use for this package. . This package is built from the X.org xf86-input-libinput driver module. Original-Maintainer: Debian X Strike Force Package: xserver-xorg-legacy Source: xorg-server Version: 2:1.20.13-1~mx21ahs+1 Architecture: i386 Maintainer: SwampRabbit Installed-Size: 2382 Depends: xserver-common (>= 2:1.20.13-1~mx21ahs+1), libc6 (>= 2.3.6-6~), debconf (>= 0.5) | debconf-2.0 Breaks: x11-common (<< 1:7.7+10~), xserver-xorg-core (<< 2:1.17.2-3~) Replaces: x11-common (<< 1:7.7+10~), xserver-xorg-core (<< 2:1.17.2-3~) Homepage: https://www.x.org/ Priority: optional Section: x11 Filename: pool/ahs/x/xorg-server/xserver-xorg-legacy_1.20.13-1~mx21ahs+1_i386.deb Size: 2294108 SHA256: 8a0fcbe2ffc3bda2a7914b2fd59bc6a62685b19f9a710a7efd02f341307b585a SHA1: db3b172ea0dac1377c4b950a170bacb4c92d0ea4 MD5sum: 5a4ff7f5c44958b21ad8c0542828006f Description: setuid root Xorg server wrapper This package provides a wrapper for the Xorg X server, which is necessary for legacy drivers and non-Linux kernels. Original-Maintainer: Debian X Strike Force Package: xserver-xorg-video-amdgpu Version: 21.0.0-1~mx21ahs+1 Architecture: i386 Maintainer: SwampRabbit Installed-Size: 258 Depends: libc6 (>= 2.17), libdrm-amdgpu1 (>= 2.4.73), libgbm1 (>= 8.1~0), libudev1 (>= 183), xorg-video-abi-24, xserver-xorg-core (>= 2:1.18.99.901) Suggests: firmware-amd-graphics Provides: xorg-driver-video Priority: optional Section: x11 Filename: pool/ahs/x/xserver-xorg-video-amdgpu/xserver-xorg-video-amdgpu_21.0.0-1~mx21ahs+1_i386.deb Size: 143888 SHA256: 3d74e712d0472a7812ef3b5fb651197953ca1699e7f42d2739df0dfcf729a52d SHA1: 39c989977007e5a6048ce4bb079c51cf2a31a3ac MD5sum: b88a0e7a06b506022eeb5e577a967884 Description: X.Org X server -- AMDGPU display driver This package provides the 'amdgpu' driver for the AMD Radeon cards. The following chip families should be supported: Bonaire, Hawaii, Kaveri, Kabini Mullins, Iceland, Tonga, Carrizo, Fiji, Stoney. . More information about X.Org can be found at: . This package is built from the X.org xf86-video-amdgpu driver module. Original-Maintainer: Debian X Strike Force Package: xvfb Source: xorg-server Version: 2:1.20.13-1~mx21ahs+1 Architecture: i386 Maintainer: SwampRabbit Installed-Size: 4510 Depends: xserver-common (>= 2:1.20.13-1~mx21ahs+1), libaudit1 (>= 1:2.2.1), libbsd0 (>= 0.7.0), libc6 (>= 2.29), libgcrypt20 (>= 1.8.0), libgl1, libpixman-1-0 (>= 0.30.0), libselinux1 (>= 3.1~), libsystemd0, libunwind8, libxau6 (>= 1:1.0.9), libxdmcp6, libxfont2 (>= 1:2.0.1) Recommends: xauth Provides: xserver Multi-Arch: foreign Homepage: https://www.x.org/ Priority: optional Section: x11 Filename: pool/ahs/x/xorg-server/xvfb_1.20.13-1~mx21ahs+1_i386.deb Size: 3105028 SHA256: 517cbc97b5fc2fe9bd5a354d3996ccbe5a43c6584d7da5c3325c275806a4ebf2 SHA1: 3a97835f6c3bf86ad072f9a06ad29ab2b6c55d58 MD5sum: c2e176964c44bad060c3f8f9203d980b Description: Virtual Framebuffer 'fake' X server Xvfb provides an X server that can run on machines with no display hardware and no physical input devices. It emulates a dumb framebuffer using virtual memory. The primary use of this server was intended to be server testing, but other novel uses for it have been found, including testing clients against unusual depths and screen configurations, doing batch processing with Xvfb as a background rendering engine, load testing, as an aid to porting the X server to a new platform, and providing an unobtrusive way to run applications that don't really need an X server but insist on having one anyway. . This package also contains a convenience script called xvfb-run which simplifies the automated execution of X clients in a virtual server environment. This convenience script requires the use of the xauth program. . More information about X.Org can be found at: . This package is built from the X.org xserver module. Original-Maintainer: Debian X Strike Force Package: xwayland Source: xorg-server Version: 2:1.20.13-1~mx21ahs+1 Architecture: i386 Maintainer: SwampRabbit Installed-Size: 4772 Depends: xserver-common (>= 2:1.20.13-1~mx21ahs+1), libaudit1 (>= 1:2.2.1), libbsd0 (>= 0.7.0), libc6 (>= 2.29), libdrm2 (>= 2.4.75), libepoxy0 (>= 1.0), libgbm1 (>= 17.1.0~rc2), libgcrypt20 (>= 1.8.0), libgl1, libpixman-1-0 (>= 0.30.0), libselinux1 (>= 3.1~), libsystemd0, libunwind8, libwayland-client0 (>= 1.9.91), libxau6 (>= 1:1.0.9), libxdmcp6, libxfont2 (>= 1:2.0.1), libxshmfence1 Homepage: https://www.x.org/ Priority: optional Section: x11 Filename: pool/ahs/x/xorg-server/xwayland_1.20.13-1~mx21ahs+1_i386.deb Size: 3196696 SHA256: 26fc9dad3a38f217dc3decb4883addf8ffd10ae5042e51f321891aec19b703ad SHA1: 54b51133b096bcf1dfd1ac743a1331cfde490cc6 MD5sum: e26c689fb132c51f410c6c346b621da4 Description: Xwayland X server This package provides an X server running on top of wayland, using wayland input devices for input and forwarding either the root window or individual top-level windows as wayland surfaces. Original-Maintainer: Debian X Strike Force