Package: gifsicle Version: 1.94-2rusoft2~debian12.1 Architecture: amd64 Maintainer: Gürkan Myczko Installed-Size: 383 Depends: libc6 (>= 2.34), libx11-6 Filename: pool/debian-bookworm/amd64/gifsicle/gifsicle_1.94-2rusoft2~debian12.1_amd64.deb Size: 147192 MD5sum: e82fa031cd125eb73d9ea6740172abf0 SHA1: a7d134f26fcc8f8b3b8fe474b20a1a63935ce645 SHA256: 6af014ef775471f45c4e3d8f29795361e9af9385656059b340cfca345843febe Section: graphics Priority: optional Homepage: http://www.lcdf.org/gifsicle/ Description: Tool for manipulating GIF images This is a tool for manipulating GIF image files. It has good support for transparency and colormap manipulation, simple image transformations (cropping, flipping), and creating, deconstructing, and editing GIF animations, which it can also optimize for space. Package: gifsicle-dbgsym Source: gifsicle Version: 1.94-2rusoft2~debian12.1 Architecture: amd64 Maintainer: Gürkan Myczko Installed-Size: 478 Depends: gifsicle (= 1.94-2rusoft2~debian12.1) Filename: pool/debian-bookworm/amd64/gifsicle/gifsicle-dbgsym_1.94-2rusoft2~debian12.1_amd64.deb Size: 432156 MD5sum: d98635fa4bc3658076e150d2df15a2c7 SHA1: 42685f95e46ea09be9123d3906b384fe709d73e9 SHA256: 097ca5760d4149ba4de7281e9ed4055135933402e97c93a8882b783d693cc5a7 Section: debug Priority: optional Description: debug symbols for gifsicle Auto-Built-Package: debug-symbols Build-Ids: 7898fdcdb0c4de6c3a285d3cabbd9a27f79c3aad ca2fa178a30125d18684a49d9a03a324b24ea882 fba5c9d2b7944ab5f376b4f93b5b701a08725678 Package: git Version: 1:2.40.1-1rusoft4.1~debian12.1 Architecture: amd64 Maintainer: Jonathan Nieder Installed-Size: 41373 Depends: libc6 (>= 2.34), libcurl3-gnutls (>= 7.56.1), libexpat1 (>= 2.0.1), libpcre2-8-0 (>= 10.34), zlib1g (>= 1:1.2.2), perl, liberror-perl, git-man (>> 1:2.40.1), git-man (<< 1:2.40.1-.) Recommends: ca-certificates, patch, less, ssh-client Suggests: gettext-base, git-daemon-run | git-daemon-sysvinit, git-doc, git-email, git-gui, gitk, gitweb, git-cvs, git-mediawiki, git-svn Breaks: bash-completion (<< 1:1.3-1), cogito (<= 0.18.2+), dgit (<< 5.1~), git-buildpackage (<< 0.6.5), git-el (<< 1:2.32.0~rc2-1~), gitosis (<< 0.2+20090917-7), gitpkg (<< 0.15), gitweb (<< 1:1.7.4~rc1), guilt (<< 0.33), openssh-client (<< 1:5.9), stgit (<< 0.15), stgit-contrib (<< 0.15) Provides: git-completion, git-core Filename: pool/debian-bookworm/amd64/git/git_2.40.1-1rusoft4.1~debian12.1_amd64.deb Size: 6691520 MD5sum: e794b3c0e156825b2138577744f5a5c6 SHA1: c2d1167a9d84ad4fa588ec7e2b281d4e86d3a60c SHA256: eb91c25d30a058a344008f3a7d9f2bf3c803ac4eac095232f2433772dadc123b Section: vcs Priority: optional Multi-Arch: foreign Homepage: https://git-scm.com/ Description: fast, scalable, distributed revision control system Git is popular version control system designed to handle very large projects with speed and efficiency; it is used for many high profile open source projects, most notably the Linux kernel. . Git falls in the category of distributed source code management tools. Every Git working directory is a full-fledged repository with full revision tracking capabilities, not dependent on network access or a central server. . This package provides the git main components with minimal dependencies. Additional functionality, e.g. a graphical user interface and revision tree visualizer, tools for interoperating with other VCS's, or a web interface, is provided as separate git* packages. Package: jpegoptim Version: 1.4.7-1rusoft1~debian12.1 Architecture: amd64 Maintainer: Mathieu Malaterre Installed-Size: 58 Depends: libc6 (>= 2.34), libjpeg62-turbo (>= 1.3.1) Filename: pool/debian-bookworm/amd64/jpegoptim/jpegoptim_1.4.7-1rusoft1~debian12.1_amd64.deb Size: 20700 MD5sum: 3bcf76cba39a506d6fc5b2680bb4f5e6 SHA1: 7e54ca2a1049b7a82572d0f41caa7a543047280c SHA256: 05cdf1635d8c5a4176dd917be26dcb3cf15db72acd82922f93d652bd061a3ad9 Section: graphics Priority: optional Homepage: http://www.kokkonen.net/tjko/projects.html Description: utility to optimize jpeg files Jpegoptim can optimize/compress jpeg files. Program support lossless optimization, which is based on optimizing the Huffman tables. So called, "lossy" optimization (compression) is done by re-encoding the image using user specified image quality factor. Package: lemon Source: sqlite3 Version: 3.42.0-2rusoft13.6~debian12.1 Architecture: amd64 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 104 Depends: libc6 (>= 2.34) Filename: pool/debian-bookworm/amd64/sqlite3/lemon_3.42.0-2rusoft13.6~debian12.1_amd64.deb Size: 37428 MD5sum: e68e49552ff55b1dfcd747b028c3247e SHA1: 888174647ae580733808e4fd1ecdf27ad4a55176 SHA256: 498105a57fc47657333d222b3dcf7ad9e3bd129415801ade8d0f4239f8d157c7 Section: devel Priority: optional Multi-Arch: foreign Homepage: https://www.sqlite.org/ Description: LALR(1) Parser Generator for C or C++ Lemon is an LALR(1) parser generator for C or C++. It does the same job as bison and yacc. But lemon is not another bison or yacc clone. It uses a different grammar syntax which is designed to reduce the number of coding errors. Lemon also uses a more sophisticated parsing engine that is faster than yacc and bison and which is both reentrant and thread-safe. Furthermore, Lemon implements features that can be used to eliminate resource leaks, making is suitable for use in long-running programs such as graphical user interfaces or embedded controllers. Package: lemon Source: sqlite3 Version: 3.43.0-2rusoft13.7~debian12.1 Architecture: amd64 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 104 Depends: libc6 (>= 2.34) Filename: pool/debian-bookworm/amd64/sqlite3/lemon_3.43.0-2rusoft13.7~debian12.1_amd64.deb Size: 37556 MD5sum: b7752254e8f1de9b19ef2e64c1c0a5a3 SHA1: 85e44fca8bcb6a5adb826257f815d45fbe9f319e SHA256: 73da28a3e6ac3e921f2d0ebfeac4066621056334177577d0e7b36d5d69e0dd09 Section: devel Priority: optional Multi-Arch: foreign Homepage: https://www.sqlite.org/ Description: LALR(1) Parser Generator for C or C++ Lemon is an LALR(1) parser generator for C or C++. It does the same job as bison and yacc. But lemon is not another bison or yacc clone. It uses a different grammar syntax which is designed to reduce the number of coding errors. Lemon also uses a more sophisticated parsing engine that is faster than yacc and bison and which is both reentrant and thread-safe. Furthermore, Lemon implements features that can be used to eliminate resource leaks, making is suitable for use in long-running programs such as graphical user interfaces or embedded controllers. Package: lemon Source: sqlite3 Version: 3.43.1-2rusoft13.8~debian12.1 Architecture: amd64 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 104 Depends: libc6 (>= 2.34) Filename: pool/debian-bookworm/amd64/sqlite3/lemon_3.43.1-2rusoft13.8~debian12.1_amd64.deb Size: 37548 MD5sum: a5fabc7c5570a1f868d8bb393234b24f SHA1: 75d3dc3cebeb60232a40e7a6f906460ab35db3f5 SHA256: fe36f9a359012e30cd3dc545b9e73eca4cd08f4bdb38a6f232c9749cea8a04ec Section: devel Priority: optional Multi-Arch: foreign Homepage: https://www.sqlite.org/ Description: LALR(1) Parser Generator for C or C++ Lemon is an LALR(1) parser generator for C or C++. It does the same job as bison and yacc. But lemon is not another bison or yacc clone. It uses a different grammar syntax which is designed to reduce the number of coding errors. Lemon also uses a more sophisticated parsing engine that is faster than yacc and bison and which is both reentrant and thread-safe. Furthermore, Lemon implements features that can be used to eliminate resource leaks, making is suitable for use in long-running programs such as graphical user interfaces or embedded controllers. Package: liblzma-dev Source: xz-utils Version: 5.4.4-0.1rusoft1~debian12.1 Architecture: amd64 Maintainer: Jonathan Nieder Installed-Size: 754 Depends: liblzma5 (= 5.4.4-0.1rusoft1~debian12.1) Suggests: liblzma-doc Filename: pool/debian-bookworm/amd64/xz-utils/liblzma-dev_5.4.4-0.1rusoft1~debian12.1_amd64.deb Size: 288328 MD5sum: 863621a2df5ccb7a60ac411ebb446738 SHA1: a98f8d7edc795c2c92989a410c74570e97a53989 SHA256: f8adb840723eb5184cbab8ca4edddf623e0622ad5544118792eead71ec8e9961 Section: libdevel Priority: optional Multi-Arch: same Homepage: https://tukaani.org/xz/ Description: XZ-format compression library - development files XZ is the successor to the Lempel-Ziv/Markov-chain Algorithm compression format, which provides memory-hungry but powerful compression (often better than bzip2) and fast, easy decompression. . The native format of liblzma is XZ; it also supports raw (headerless) streams and the older LZMA format used by lzma. (For 7-Zip's related format, use the p7zip package instead.) This package provides the development library needed to build programs using liblzma. Package: liblzma5 Source: xz-utils Version: 5.4.4-0.1rusoft1~debian12.1 Architecture: amd64 Maintainer: Jonathan Nieder Installed-Size: 356 Depends: libc6 (>= 2.34) Breaks: liblzma2 (<< 5.1.1alpha+20110809-3~) Filename: pool/debian-bookworm/amd64/xz-utils/liblzma5_5.4.4-0.1rusoft1~debian12.1_amd64.deb Size: 228788 MD5sum: 076470da831f203ff6eb01fe2866de12 SHA1: abb45fa206b6ffad5ade941af4a021d9691b4e9f SHA256: 13be9f8d60784a4c024352200172d4ad55521c5ba6cf49eaf2546b2b37415539 Section: libs Priority: optional Multi-Arch: same Homepage: https://tukaani.org/xz/ Description: XZ-format compression library XZ is the successor to the Lempel-Ziv/Markov-chain Algorithm compression format, which provides memory-hungry but powerful compression (often better than bzip2) and fast, easy decompression. . The native format of liblzma is XZ; it also supports raw (headerless) streams and the older LZMA format used by lzma. (For 7-Zip's related format, use the p7zip package instead.) Package: libpcre2-16-0 Source: pcre2 Version: 10.42-2rusoft2.1~debian12.1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 629 Depends: libc6 (>= 2.34) Filename: pool/debian-bookworm/amd64/pcre2/libpcre2-16-0_10.42-2rusoft2.1~debian12.1_amd64.deb Size: 244368 MD5sum: ae9bab31ad9509ff0826142b66bfdf4b SHA1: 76d050c7822c17dd84638d4427818261f0c5ee53 SHA256: 2d7ddb1ae76c2cb77dbaa3334b8cf32d2ff140bfa9c1293bf7983d597c7f8074 Section: libs Priority: optional Multi-Arch: same Homepage: https://pcre.org/ Description: New Perl Compatible Regular Expression Library - 16 bit runtime files This is PCRE2, the new implementation of PCRE, a library of functions to support regular expressions whose syntax and semantics are as close as possible to those of the Perl 5 language. New projects should use this library in preference to the older library, confusingly called pcre3 in Debian. . This package contains the 16 bit runtime library. Original-Maintainer: Matthew Vernon Package: libpcre2-32-0 Source: pcre2 Version: 10.42-2rusoft2.1~debian12.1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 605 Depends: libc6 (>= 2.34) Filename: pool/debian-bookworm/amd64/pcre2/libpcre2-32-0_10.42-2rusoft2.1~debian12.1_amd64.deb Size: 233220 MD5sum: c9c44e253be1b07ceb89a64720d05a4c SHA1: 853d82011ff6743dd7a4e68698452986e48e533f SHA256: 8ef84aa9ab1918c90178185f55062a333c98d6d5af3d86e6cc2a2e5e80affc46 Section: libs Priority: optional Multi-Arch: same Homepage: https://pcre.org/ Description: New Perl Compatible Regular Expression Library - 32 bit runtime files This is PCRE2, the new implementation of PCRE, a library of functions to support regular expressions whose syntax and semantics are as close as possible to those of the Perl 5 language. New projects should use this library in preference to the older library, confusingly called pcre3 in Debian. . This package contains the 32 bit runtime library. Original-Maintainer: Matthew Vernon Package: libpcre2-8-0 Source: pcre2 Version: 10.42-2rusoft2.1~debian12.1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 686 Depends: libc6 (>= 2.34) Filename: pool/debian-bookworm/amd64/pcre2/libpcre2-8-0_10.42-2rusoft2.1~debian12.1_amd64.deb Size: 259984 MD5sum: 367cfa41e4641a62ec39e14e5d184a1b SHA1: 47e67f274a54b4cc51271a6488a9b875e21c6232 SHA256: 9b580fe8c5677f44d35c1b37e8dfc7af929d6b2e05c27909d3c94f2d12f5d3cf Section: libs Priority: optional Multi-Arch: same Homepage: https://pcre.org/ Description: New Perl Compatible Regular Expression Library- 8 bit runtime files This is PCRE2, the new implementation of PCRE, a library of functions to support regular expressions whose syntax and semantics are as close as possible to those of the Perl 5 language. New projects should use this library in preference to the older library, confusingly called pcre3 in Debian. . This package contains the 8 bit runtime library. Original-Maintainer: Matthew Vernon Package: libpcre2-dev Source: pcre2 Version: 10.42-2rusoft2.1~debian12.1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 2612 Depends: libc6-dev, libpcre2-8-0 (= 10.42-2rusoft2.1~debian12.1), libpcre2-16-0 (= 10.42-2rusoft2.1~debian12.1), libpcre2-32-0 (= 10.42-2rusoft2.1~debian12.1), libpcre2-posix3 (= 10.42-2rusoft2.1~debian12.1) Conflicts: libpcre3-dev (<< 2:8.35-8) Filename: pool/debian-bookworm/amd64/pcre2/libpcre2-dev_10.42-2rusoft2.1~debian12.1_amd64.deb Size: 739532 MD5sum: 300ac89e8b2999725dafd9eed1d0b177 SHA1: 143b5ea6afc421c6b96c03ce75875c6461eb2b51 SHA256: 6b815a92614fafae35922edbb99e0042a4b234ea653cf636ffaed155644aa85d Section: libdevel Priority: optional Multi-Arch: same Homepage: https://pcre.org/ Description: New Perl Compatible Regular Expression Library - development files This is PCRE2, the new implementation of PCRE, a library of functions to support regular expressions whose syntax and semantics are as close as possible to those of the Perl 5 language. New projects should use this library in preference to the older library, confusingly called pcre3 in Debian. . This package contains the development files, including headers, static libraries, and documentation. Original-Maintainer: Matthew Vernon Package: libpcre2-posix3 Source: pcre2 Version: 10.42-2rusoft2.1~debian12.1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 78 Depends: libc6 (>= 2.4), libpcre2-8-0 (>= 10.22) Conflicts: libpcre2-posix0 Replaces: libpcre2-posix0 Filename: pool/debian-bookworm/amd64/pcre2/libpcre2-posix3_10.42-2rusoft2.1~debian12.1_amd64.deb Size: 54668 MD5sum: c0ae5066cd1ab1a72767f778f43e78f9 SHA1: a7fa9c70dec69377e34fee318edd7bbb7214c2b2 SHA256: 7f603d4f3b82f3ebed718d3109d82d520dbe31f04d35e1dd149f970784224196 Section: libs Priority: optional Multi-Arch: same Homepage: https://pcre.org/ Description: New Perl Compatible Regular Expression Library - posix-compatible runtime files This is PCRE2, the new implementation of PCRE, a library of functions to support regular expressions whose syntax and semantics are as close as possible to those of the Perl 5 language. New projects should use this library in preference to the older library, confusingly called pcre3 in Debian. . This package contains the runtime library for the posix-compatible API. Original-Maintainer: Matthew Vernon Package: libsqlite3-0 Source: sqlite3 Version: 3.42.0-2rusoft13.6~debian12.1 Architecture: amd64 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 1232 Depends: libc6 (>= 2.34) Suggests: libsqlite3-0-plugins Breaks: python-migrate (<< 0.11.0-4~), python3-migrate (<< 0.11.0-4~) Filename: pool/debian-bookworm/amd64/sqlite3/libsqlite3-0_3.42.0-2rusoft13.6~debian12.1_amd64.deb Size: 527032 MD5sum: ba2870152e79065b8010f53d690cdece SHA1: a33908e633155591dca97da849840232dd3ca204 SHA256: 78861218d4816741bf39e2a33dcca26b64070b7f0d0238968ea006bde8f3faa6 Section: libs Priority: optional Multi-Arch: same Homepage: https://www.sqlite.org/ Description: SQLite 3 shared library SQLite is a C library that implements an SQL database engine. Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process. Package: libsqlite3-0 Source: sqlite3 Version: 3.43.0-2rusoft13.7~debian12.1 Architecture: amd64 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 1244 Depends: libc6 (>= 2.34) Suggests: libsqlite3-0-plugins Breaks: python-migrate (<< 0.11.0-4~), python3-migrate (<< 0.11.0-4~) Filename: pool/debian-bookworm/amd64/sqlite3/libsqlite3-0_3.43.0-2rusoft13.7~debian12.1_amd64.deb Size: 533552 MD5sum: fcc650f4fab48494a2d70ca6c2d8b542 SHA1: ef24955f069484ad4cb2798bc0a11d01566ea8db SHA256: 85e64212ff01820717368a7b68bcdd6242d89d3ac9383ee714ab3aec3c1bd795 Section: libs Priority: optional Multi-Arch: same Homepage: https://www.sqlite.org/ Description: SQLite 3 shared library SQLite is a C library that implements an SQL database engine. Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process. Package: libsqlite3-0 Source: sqlite3 Version: 3.43.1-2rusoft13.8~debian12.1 Architecture: amd64 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 1244 Depends: libc6 (>= 2.34) Suggests: libsqlite3-0-plugins Breaks: python-migrate (<< 0.11.0-4~), python3-migrate (<< 0.11.0-4~) Filename: pool/debian-bookworm/amd64/sqlite3/libsqlite3-0_3.43.1-2rusoft13.8~debian12.1_amd64.deb Size: 533640 MD5sum: 1cbfde05f86e785e0deb2c3c7bf82a77 SHA1: 027f93a2f9909ab4b5b2d1b33fd956ab186673da SHA256: 6af898e2db72634f47dfd277290737b67d5575b0a158dc76ecb62bde81970a50 Section: libs Priority: optional Multi-Arch: same Homepage: https://www.sqlite.org/ Description: SQLite 3 shared library SQLite is a C library that implements an SQL database engine. Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process. Package: libsqlite3-0-plugins Source: sqlite3 Version: 3.42.0-2rusoft13.6~debian12.1 Architecture: amd64 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 120 Depends: libc6 (>= 2.4) Filename: pool/debian-bookworm/amd64/sqlite3/libsqlite3-0-plugins_3.42.0-2rusoft13.6~debian12.1_amd64.deb Size: 23724 MD5sum: 492a2c827decf02d214e2700ac547293 SHA1: 5e627b76850a989c8605cde925f94c6c8c13a53e SHA256: da5d98d3816d5bb93c113765ef07f78279166c6ebac34ec42fcb11ddd4a6fcd0 Section: libs Priority: optional Multi-Arch: same Homepage: https://www.sqlite.org/ Description: SQLite 3 shared library SQLite is a C library that implements an SQL database engine. Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process. Package: libsqlite3-0-plugins Source: sqlite3 Version: 3.43.0-2rusoft13.7~debian12.1 Architecture: amd64 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 120 Depends: libc6 (>= 2.4) Filename: pool/debian-bookworm/amd64/sqlite3/libsqlite3-0-plugins_3.43.0-2rusoft13.7~debian12.1_amd64.deb Size: 23728 MD5sum: ef9ff855689838ceceb2d59d42fc85f8 SHA1: 9a2dd7598e3215bbeea02f895b91c5bd9f867b7c SHA256: 7506caafcb06f6d52b99510a84d24f4b858350523a4a3c742786ab005bbdcb20 Section: libs Priority: optional Multi-Arch: same Homepage: https://www.sqlite.org/ Description: SQLite 3 shared library SQLite is a C library that implements an SQL database engine. Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process. Package: libsqlite3-0-plugins Source: sqlite3 Version: 3.43.1-2rusoft13.8~debian12.1 Architecture: amd64 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 120 Depends: libc6 (>= 2.4) Filename: pool/debian-bookworm/amd64/sqlite3/libsqlite3-0-plugins_3.43.1-2rusoft13.8~debian12.1_amd64.deb Size: 23740 MD5sum: 53bd3fda569b9d15e8d5a0b664690682 SHA1: 9d925ed3c0df0437d20e477725e9599b249afa75 SHA256: 79ff749916bec47b6fac24b38eff17a96ff92a3c42eb4d1e7d08aa4d54b89767 Section: libs Priority: optional Multi-Arch: same Homepage: https://www.sqlite.org/ Description: SQLite 3 shared library SQLite is a C library that implements an SQL database engine. Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process. Package: libsqlite3-dev Source: sqlite3 Version: 3.42.0-2rusoft13.6~debian12.1 Architecture: amd64 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 2579 Depends: libsqlite3-0 (= 3.42.0-2rusoft13.6~debian12.1), libc6-dev Suggests: sqlite3-doc Filename: pool/debian-bookworm/amd64/sqlite3/libsqlite3-dev_3.42.0-2rusoft13.6~debian12.1_amd64.deb Size: 690796 MD5sum: 2bd9c0328c477ade81c537e132d03598 SHA1: bbfaa7d2e56864e3b3a42bec0af01613c762f4b6 SHA256: efa10e5a17d8fa3567f613e999dc9e07e3630fef4d4ae88fb0e8e79960d44025 Section: libdevel Priority: optional Multi-Arch: same Homepage: https://www.sqlite.org/ Description: SQLite 3 development files SQLite is a C library that implements an SQL database engine. Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process. . This package contains the development files (headers, static libraries) Package: libsqlite3-dev Source: sqlite3 Version: 3.43.0-2rusoft13.7~debian12.1 Architecture: amd64 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 2605 Depends: libsqlite3-0 (= 3.43.0-2rusoft13.7~debian12.1), libc6-dev Suggests: sqlite3-doc Filename: pool/debian-bookworm/amd64/sqlite3/libsqlite3-dev_3.43.0-2rusoft13.7~debian12.1_amd64.deb Size: 699100 MD5sum: 8a1df6d89aee36d177c484ee36f9db3d SHA1: 0315fd198959e5a56aae676e824ef066de496c33 SHA256: 7a0f53afa0d9f72cf52b575cdbeebfcb09cfe8cea3ab7813187168a33b918277 Section: libdevel Priority: optional Multi-Arch: same Homepage: https://www.sqlite.org/ Description: SQLite 3 development files SQLite is a C library that implements an SQL database engine. Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process. . This package contains the development files (headers, static libraries) Package: libsqlite3-dev Source: sqlite3 Version: 3.43.1-2rusoft13.8~debian12.1 Architecture: amd64 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 2605 Depends: libsqlite3-0 (= 3.43.1-2rusoft13.8~debian12.1), libc6-dev Suggests: sqlite3-doc Filename: pool/debian-bookworm/amd64/sqlite3/libsqlite3-dev_3.43.1-2rusoft13.8~debian12.1_amd64.deb Size: 699368 MD5sum: f77a85f61f2a6296556a0e7ff08cd791 SHA1: 311b81339ee416e7f1eb4805494671903be20aca SHA256: 029dcdd9839b46f7f04acdefb7df3b3520ef4dc4586b501e1136d4c3c93f8c37 Section: libdevel Priority: optional Multi-Arch: same Homepage: https://www.sqlite.org/ Description: SQLite 3 development files SQLite is a C library that implements an SQL database engine. Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process. . This package contains the development files (headers, static libraries) Package: libsqlite3-tcl Source: sqlite3 Version: 3.42.0-2rusoft13.6~debian12.1 Architecture: amd64 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 58 Depends: libc6 (>= 2.4), libsqlite3-0 (>= 3.38.0) Suggests: sqlite3-doc Filename: pool/debian-bookworm/amd64/sqlite3/libsqlite3-tcl_3.42.0-2rusoft13.6~debian12.1_amd64.deb Size: 19256 MD5sum: 19ee083684eae2086ea0850213637fc3 SHA1: c9815935fa1920916eeda2ae0264d93c389533dd SHA256: ae458f674bf90df7fe6b85a5b8411bb351cca24281fb46ff5226dbb9c74a5647 Section: interpreters Priority: optional Homepage: https://www.sqlite.org/ Description: SQLite 3 Tcl bindings SQLite is a C library that implements an SQL database engine. Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process. . This package contains the Tcl bindings. Package: libsqlite3-tcl Source: sqlite3 Version: 3.43.0-2rusoft13.7~debian12.1 Architecture: amd64 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 58 Depends: libc6 (>= 2.4), libsqlite3-0 (>= 3.38.0) Suggests: sqlite3-doc Filename: pool/debian-bookworm/amd64/sqlite3/libsqlite3-tcl_3.43.0-2rusoft13.7~debian12.1_amd64.deb Size: 19244 MD5sum: 2d6bb0c1930aad1c678868790be7ab82 SHA1: 733bb07e83b77849c4c5c144263be2a2c399677a SHA256: 6a08f51dc37435aa16a56c8d499d4437d314c731fed114d28471025c77e31465 Section: interpreters Priority: optional Homepage: https://www.sqlite.org/ Description: SQLite 3 Tcl bindings SQLite is a C library that implements an SQL database engine. Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process. . This package contains the Tcl bindings. Package: libsqlite3-tcl Source: sqlite3 Version: 3.43.1-2rusoft13.8~debian12.1 Architecture: amd64 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 58 Depends: libc6 (>= 2.4), libsqlite3-0 (>= 3.38.0) Suggests: sqlite3-doc Filename: pool/debian-bookworm/amd64/sqlite3/libsqlite3-tcl_3.43.1-2rusoft13.8~debian12.1_amd64.deb Size: 19240 MD5sum: a1458a1ca72fc5fc5c5156e5ffad623d SHA1: d6dc15010f4a7f394c885d308934df7e322c1a30 SHA256: e952231705a896300c101f5cfaf03a93dd4539edf735f7da00d28030a1a61718 Section: interpreters Priority: optional Homepage: https://www.sqlite.org/ Description: SQLite 3 Tcl bindings SQLite is a C library that implements an SQL database engine. Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process. . This package contains the Tcl bindings. Package: memcached Version: 1.6.20-2rusoft14.2~debian12.1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 285 Depends: libc6 (>= 2.34), libevent-2.1-7 (>= 2.1.8-stable), memcached-common, lsb-base (>= 3.2-13), adduser, logrotate Suggests: libcache-memcached-perl, libmemcached, libanyevent-perl, libyaml-perl, libterm-readkey-perl Breaks: memcached-tiny Filename: pool/debian-bookworm/amd64/memcached/memcached_1.6.20-2rusoft14.2~debian12.1_amd64.deb Size: 110160 MD5sum: bbd5d213e59e1a9f52ea559fed65236d SHA1: 1c9a4fa535f8ae7fa09e4013b11d1a344f69776e SHA256: 16cb7d1fff25dd23e372419ca3e68173d42c043213e095cd833b8a4340d052ec Section: web Priority: optional Homepage: http://www.memcached.org/ Description: high-performance memory object caching system Danga Interactive developed memcached to enhance the speed of LiveJournal.com, a site which was already doing 20 million+ dynamic page views per day for 1 million users with a bunch of webservers and a bunch of database servers. memcached dropped the database load to almost nothing, yielding faster page load times for users, better resource utilization, and faster access to the databases on a memcache miss. . memcached optimizes specific high-load serving applications that are designed to take advantage of its versatile no-locking memory access system. Clients are available in several different programming languages, to suit the needs of the specific application. Traditionally this has been used in mod_perl apps to avoid storing large chunks of data in Apache memory, and to share this burden across several machines. Original-Maintainer: David Martínez Moreno Package: memcached Version: 1.6.21-2rusoft14.2~debian12.1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 285 Depends: libc6 (>= 2.34), libevent-2.1-7 (>= 2.1.8-stable), memcached-common, lsb-base (>= 3.2-13), adduser, logrotate Suggests: libcache-memcached-perl, libmemcached, libanyevent-perl, libyaml-perl, libterm-readkey-perl Breaks: memcached-tiny Filename: pool/debian-bookworm/amd64/memcached/memcached_1.6.21-2rusoft14.2~debian12.1_amd64.deb Size: 110080 MD5sum: 794bc0ab16a8333f72cdc1e12e418f57 SHA1: 00b4119a39f0fc77388bdbfe1b39c3957523fc1b SHA256: 53be52fe81d7b74effaaf17e51f9de658d8d6ae72a7b029af4bb741c72afa3b7 Section: web Priority: optional Homepage: http://www.memcached.org/ Description: high-performance memory object caching system Danga Interactive developed memcached to enhance the speed of LiveJournal.com, a site which was already doing 20 million+ dynamic page views per day for 1 million users with a bunch of webservers and a bunch of database servers. memcached dropped the database load to almost nothing, yielding faster page load times for users, better resource utilization, and faster access to the databases on a memcache miss. . memcached optimizes specific high-load serving applications that are designed to take advantage of its versatile no-locking memory access system. Clients are available in several different programming languages, to suit the needs of the specific application. Traditionally this has been used in mod_perl apps to avoid storing large chunks of data in Apache memory, and to share this burden across several machines. Original-Maintainer: David Martínez Moreno Package: memcached-tiny Source: memcached Version: 1.6.20-2rusoft14.2~debian12.1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 216 Depends: libc6 (>= 2.34), libevent-2.1-7 (>= 2.1.8-stable), memcached-common, lsb-base (>= 3.2-13), adduser, logrotate Suggests: libcache-memcached-perl, libmemcached, libanyevent-perl, libyaml-perl, libterm-readkey-perl Breaks: memcached Provides: memcached Filename: pool/debian-bookworm/amd64/memcached/memcached-tiny_1.6.20-2rusoft14.2~debian12.1_amd64.deb Size: 83368 MD5sum: 78385bc2f1988b24c29250dcdeaa6473 SHA1: e96f1c340ba56d26cded58eb1064475e65ff9b1c SHA256: 66f67a5daddd3bd3ee2951690e7f5b0c5328f2f8767ddd142b606e1ef334f902 Section: web Priority: optional Homepage: http://www.memcached.org/ Description: high-performance memory object caching system - tiny build Danga Interactive developed memcached to enhance the speed of LiveJournal.com, a site which was already doing 20 million+ dynamic page views per day for 1 million users with a bunch of webservers and a bunch of database servers. memcached dropped the database load to almost nothing, yielding faster page load times for users, better resource utilization, and faster access to the databases on a memcache miss. . memcached optimizes specific high-load serving applications that are designed to take advantage of its versatile no-locking memory access system. Clients are available in several different programming languages, to suit the needs of the specific application. Traditionally this has been used in mod_perl apps to avoid storing large chunks of data in Apache memory, and to share this burden across several machines. . Tiny build w/o external store and some other features. Builded with Size over Speed compiler flags. Original-Maintainer: David Martínez Moreno Package: memcached-tiny Source: memcached Version: 1.6.21-2rusoft14.2~debian12.1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 216 Depends: libc6 (>= 2.34), libevent-2.1-7 (>= 2.1.8-stable), memcached-common, lsb-base (>= 3.2-13), adduser, logrotate Suggests: libcache-memcached-perl, libmemcached, libanyevent-perl, libyaml-perl, libterm-readkey-perl Breaks: memcached Provides: memcached Filename: pool/debian-bookworm/amd64/memcached/memcached-tiny_1.6.21-2rusoft14.2~debian12.1_amd64.deb Size: 83428 MD5sum: 7e60b90f699d0d92fe7d3684cb327db5 SHA1: 39009f55d327b450f27659bfe890a716fc3ac106 SHA256: 996f3e785f9b3b9ad8a7f82b62e29d756d633adc786f0b88dfdb93b69e22bbaa Section: web Priority: optional Homepage: http://www.memcached.org/ Description: high-performance memory object caching system - tiny build Danga Interactive developed memcached to enhance the speed of LiveJournal.com, a site which was already doing 20 million+ dynamic page views per day for 1 million users with a bunch of webservers and a bunch of database servers. memcached dropped the database load to almost nothing, yielding faster page load times for users, better resource utilization, and faster access to the databases on a memcache miss. . memcached optimizes specific high-load serving applications that are designed to take advantage of its versatile no-locking memory access system. Clients are available in several different programming languages, to suit the needs of the specific application. Traditionally this has been used in mod_perl apps to avoid storing large chunks of data in Apache memory, and to share this burden across several machines. . Tiny build w/o external store and some other features. Builded with Size over Speed compiler flags. Original-Maintainer: David Martínez Moreno Package: openvpn Version: 2.6.4-2rusoft9.1~debian12.1 Architecture: amd64 Maintainer: Alberto Gonzalez Iniesta Installed-Size: 1213 Depends: debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libcap-ng0 (>= 0.7.9), liblz4-1 (>= 0.0~r130), liblzo2-2 (>= 2.02), libpam0g (>= 0.99.7.1), libpkcs11-helper1 (>= 1.28), libssl3 (>= 3.0.0), iproute2, lsb-base (>= 3.0-6), logrotate Recommends: easy-rsa Suggests: openssl, resolvconf, openvpn-dco-dkms Filename: pool/debian-bookworm/amd64/openvpn/openvpn_2.6.4-2rusoft9.1~debian12.1_amd64.deb Size: 542124 MD5sum: 41dc36b87a8da41e9f229e9a12156e61 SHA1: 17cc1d1587eb8975193899fd8e26fe4f30b8b34c SHA256: 68d301f20573326ab294939c339c553c57680b2a97656691d6211d98289b2c2d Section: net Priority: optional Homepage: http://www.openvpn.net/ Description: virtual private network daemon OpenVPN is an application to securely tunnel IP networks over a single UDP or TCP port. It can be used to access remote sites, make secure point-to-point connections, enhance wireless security, etc. . OpenVPN uses all of the encryption, authentication, and certification features provided by the OpenSSL library (any cipher, key size, or HMAC digest). . OpenVPN may use static, pre-shared keys or TLS-based dynamic key exchange. It also supports VPNs with dynamic endpoints (DHCP or dial-up clients), tunnels over NAT or connection-oriented stateful firewalls (such as Linux's iptables). Package: pcre2-utils Source: pcre2 Version: 10.42-2rusoft2.1~debian12.1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 308 Depends: libc6 (>= 2.34), libpcre2-16-0 (>= 10.34), libpcre2-32-0 (>= 10.34), libpcre2-8-0 (>= 10.34), libpcre2-posix3 (>= 10.34) Filename: pool/debian-bookworm/amd64/pcre2/pcre2-utils_10.42-2rusoft2.1~debian12.1_amd64.deb Size: 168068 MD5sum: 932c8bf111afc65227f3705c3edd28bf SHA1: 471d0ce827ec210aabf9381a24ff669a2d8d118c SHA256: bd98e49db8d3500a29d385ce9c53583b3eaf0ae79dcaa02d3b698dde869286e5 Section: utils Priority: optional Homepage: https://pcre.org/ Description: New Perl Compatible Regular Expression Library - utilities This is PCRE2, the new implementation of PCRE, a library of functions to support regular expressions whose syntax and semantics are as close as possible to those of the Perl 5 language. New projects should use this library in preference to the older library, confusingly called pcre3 in Debian. . This package contains the utilities pcre2grep (like grep with PCRE) and pcre2test (a test program for the library, but also useful for experimenting with regular expressions). Both programs are also useful examples of programming with libpcre2. Original-Maintainer: Matthew Vernon Package: rar Version: 2:6.23-1rusoft1~debian12.1 Architecture: amd64 Maintainer: Martin Meredith Installed-Size: 1365 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2) Suggests: unrar Filename: pool/debian-bookworm/amd64/rar/rar_6.23-1rusoft1~debian12.1_amd64.deb Size: 358456 MD5sum: 281b600c18826ad0aafc5e14e430fa07 SHA1: d522ac759f964de7d9a9e68341999467ba65b395 SHA256: 93799a62c55afde3f5efa4008dca42f68e09ffee3a7ff1a107945a20da348101 Section: non-free/utils Priority: optional Homepage: https://www.rarlabs.com/ Description: Archiver for .rar files This is the RAR archiver from Eugene Roshal. It supports multiple volume archives and damage protection. It can also create SFX-archives. There are versions which run on DOS, Windows, FreeBSD, BSDI. . This program is shareware and you must register it after 40 days of use. Package: sqlite3 Version: 3.42.0-2rusoft13.6~debian12.1 Architecture: amd64 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 257 Depends: libc6 (>= 2.34), libreadline8 (>= 6.0), libsqlite3-0 (>= 3.38.0), zlib1g (>= 1:1.2.0) Suggests: sqlite3-doc Filename: pool/debian-bookworm/amd64/sqlite3/sqlite3_3.42.0-2rusoft13.6~debian12.1_amd64.deb Size: 108116 MD5sum: bc9bce585c8005edc606f4263690d4f7 SHA1: b0336516c818b5b8ecf6c6461df0f7725272c384 SHA256: 3892402388a32af86bbbc0bce6f2d16148e9a499be45ddc376acacb4aeac0852 Section: database Priority: optional Multi-Arch: foreign Homepage: https://www.sqlite.org/ Description: Command line interface for SQLite 3 SQLite is a C library that implements an SQL database engine. Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process. Package: sqlite3 Version: 3.43.0-2rusoft13.7~debian12.1 Architecture: amd64 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 256 Depends: libc6 (>= 2.34), libreadline8 (>= 6.0), libsqlite3-0 (>= 3.43.0), zlib1g (>= 1:1.2.0) Suggests: sqlite3-doc Filename: pool/debian-bookworm/amd64/sqlite3/sqlite3_3.43.0-2rusoft13.7~debian12.1_amd64.deb Size: 108360 MD5sum: add751f21c9c3bbda5996856e03bf70d SHA1: 90e497f8556855b82390063401eea776b257b922 SHA256: e142d20ebb148f79013813f88f3768a8fe6c5781ba64d698b3384c7c6cb6fa85 Section: database Priority: optional Multi-Arch: foreign Homepage: https://www.sqlite.org/ Description: Command line interface for SQLite 3 SQLite is a C library that implements an SQL database engine. Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process. Package: sqlite3 Version: 3.43.1-2rusoft13.8~debian12.1 Architecture: amd64 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 256 Depends: libc6 (>= 2.34), libreadline8 (>= 6.0), libsqlite3-0 (>= 3.43.0), zlib1g (>= 1:1.2.0) Suggests: sqlite3-doc Filename: pool/debian-bookworm/amd64/sqlite3/sqlite3_3.43.1-2rusoft13.8~debian12.1_amd64.deb Size: 108432 MD5sum: 383e428e36a6ba186c95f7e25d150688 SHA1: d86640f3c8b76c1564fd24e45007e79862a3cbdc SHA256: e1cf3d365cb1147c72d99f2a9ef68c0d45c457153d411247d548684f67f836fc Section: database Priority: optional Multi-Arch: foreign Homepage: https://www.sqlite.org/ Description: Command line interface for SQLite 3 SQLite is a C library that implements an SQL database engine. Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process. Package: sqlite3-tools Source: sqlite3 Version: 3.42.0-2rusoft13.6~debian12.1 Architecture: amd64 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 1047 Depends: libc6 (>= 2.34), libtcl8.6 (>= 8.6.0) Suggests: sqlite3-doc Conflicts: emboss Breaks: sqlite3 (<< 3.37.0) Replaces: sqlite3 (<< 3.37.0) Filename: pool/debian-bookworm/amd64/sqlite3/sqlite3-tools_3.42.0-2rusoft13.6~debian12.1_amd64.deb Size: 486368 MD5sum: 5ea6c23ff0d3122f40c73cb430c5b3aa SHA1: fa8fa1a440c7e683370446b50f50e8cf2b59a518 SHA256: 5643fbc26af97b5f0cbb0b2ee677052e141bb62b9c01d11a87dba46ae9a5464a Section: database Priority: optional Multi-Arch: foreign Homepage: https://www.sqlite.org/ Description: Command line interface for SQLite 3 (tools) This package contains various tools such as: - showdb - showjournal - showstat4 - showwal - sqldiff - sqlite3_analyzer Package: sqlite3-tools Source: sqlite3 Version: 3.43.0-2rusoft13.7~debian12.1 Architecture: amd64 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 1059 Depends: libc6 (>= 2.34), libtcl8.6 (>= 8.6.0) Suggests: sqlite3-doc Conflicts: emboss Breaks: sqlite3 (<< 3.37.0) Replaces: sqlite3 (<< 3.37.0) Filename: pool/debian-bookworm/amd64/sqlite3/sqlite3-tools_3.43.0-2rusoft13.7~debian12.1_amd64.deb Size: 492844 MD5sum: 53c4339c9fe6a965f9068c8b28b1d6aa SHA1: 01247b817b2720eaca0e3d95b6ea1a72e7268625 SHA256: 517cefe75c7ed5f4992b898f1d31b92a5d2bf0b1f1f5fea330055571e5d0ea95 Section: database Priority: optional Multi-Arch: foreign Homepage: https://www.sqlite.org/ Description: Command line interface for SQLite 3 (tools) This package contains various tools such as: - showdb - showjournal - showstat4 - showwal - sqldiff - sqlite3_analyzer Package: sqlite3-tools Source: sqlite3 Version: 3.43.1-2rusoft13.8~debian12.1 Architecture: amd64 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 1059 Depends: libc6 (>= 2.34), libtcl8.6 (>= 8.6.0) Suggests: sqlite3-doc Conflicts: emboss Breaks: sqlite3 (<< 3.37.0) Replaces: sqlite3 (<< 3.37.0) Filename: pool/debian-bookworm/amd64/sqlite3/sqlite3-tools_3.43.1-2rusoft13.8~debian12.1_amd64.deb Size: 493020 MD5sum: ff70b36213222a02661602554637918b SHA1: 80872eee718768e7ad976988a26a2d3410a3a0bb SHA256: cdf34a7f421ad3ca265c3c57e3b788c25f7a9fc168cd23330385fa13c463e1db Section: database Priority: optional Multi-Arch: foreign Homepage: https://www.sqlite.org/ Description: Command line interface for SQLite 3 (tools) This package contains various tools such as: - showdb - showjournal - showstat4 - showwal - sqldiff - sqlite3_analyzer Package: webalizer Version: 2.23.08-3.3rusoft1.1~debian12.1 Architecture: amd64 Maintainer: Julien Viard de Galbert Installed-Size: 1279 Pre-Depends: debconf (>= 1.4.58) | debconf-2.0 Depends: libc6 (>= 2.34), libdb5.3, libgd3 (>= 2.1.0~alpha~), libgeoip1 (>= 1.6.12), zlib1g (>= 1:1.1.4) Recommends: geoip-database Suggests: httpd, fonts-dejavu-core | fonts-freefont-ttf Filename: pool/debian-bookworm/amd64/webalizer/webalizer_2.23.08-3.3rusoft1.1~debian12.1_amd64.deb Size: 274664 MD5sum: 264b82025c2a456e42f938a4d8e35e6c SHA1: 0341d5cf90b6e702a115f5271f15b62831c6a87d SHA256: c653fb9f0241c69a38510af722c973a9a853b22f04b06c10d1104073d46ff8b8 Section: web Priority: optional Homepage: http://www.mrunix.net/webalizer/ Description: web server log analysis program The Webalizer was designed to scan web server log files in various formats and produce usage statistics in HTML format for viewing through a browser. The Webalizer produces yearly, monthly, daily and hourly statistics. In the monthly reports, various statistics may be produced to show overall usage, usage by day and hour, usage by visiting sites, URLs, user agents (browsers), referrers and country. The Webalizer is highly configurable by use of either command line options or a configuration file, allowing the program to be tailored to individual needs easily. Package: xz-utils Version: 5.4.4-0.1rusoft1~debian12.1 Architecture: amd64 Maintainer: Jonathan Nieder Installed-Size: 1249 Depends: libc6 (>= 2.34), liblzma5 (>= 5.4.0) Conflicts: lzma (<< 9.22-1), xz-lzma Breaks: lzip (<< 1.8~rc2), manpages-de (<< 4.17.0-2~bpo11+1), manpages-fr (<< 4.17.0-2~bpo11+1) Replaces: lzip (<< 1.8~rc2), manpages-de (<< 4.17.0-2~bpo11+1), manpages-fr (<< 4.17.0-2~bpo11+1), xz-lzma Provides: lzma Filename: pool/debian-bookworm/amd64/xz-utils/xz-utils_5.4.4-0.1rusoft1~debian12.1_amd64.deb Size: 491888 MD5sum: c4512164f1e42d1241c019aedc71477e SHA1: 5157f788fcd3740126e803b29974d7e4ab7dde4c SHA256: f47af329019e9ea1d1bc863e52a16db7c081ae4f356c1c34b797dca85adc3984 Section: utils Priority: standard Multi-Arch: foreign Homepage: https://tukaani.org/xz/ Description: XZ-format compression utilities XZ is the successor to the Lempel-Ziv/Markov-chain Algorithm compression format, which provides memory-hungry but powerful compression (often better than bzip2) and fast, easy decompression. . This package provides the command line tools for working with XZ compression, including xz, unxz, xzcat, xzgrep, and so on. They can also handle the older LZMA format, and if invoked via appropriate symlinks will emulate the behavior of the commands in the lzma package. . The XZ format is similar to the older LZMA format but includes some improvements for general use: . * 'file' magic for detecting XZ files; * crc64 data integrity check; * limited random-access reading support; * improved support for multithreading (not used in xz-utils); * support for flushing the encoder. Package: xzdec Source: xz-utils Version: 5.4.4-0.1rusoft1~debian12.1 Architecture: amd64 Maintainer: Jonathan Nieder Installed-Size: 252 Depends: libc6 (>= 2.34) Suggests: xz-utils Breaks: xz-lzma (<< 4.999.9beta+20091004-1) Replaces: xz-lzma (<< 4.999.9beta+20091004-1) Filename: pool/debian-bookworm/amd64/xz-utils/xzdec_5.4.4-0.1rusoft1~debian12.1_amd64.deb Size: 177672 MD5sum: 6e7653cfa4ed91c791044e4e847a819f SHA1: 9929b59995be18687651ba1028b897dfea023f85 SHA256: 47f943918835440fdd779d774db4e70263f61fc1595a183441a3ab3ed716df9c Section: utils Priority: optional Multi-Arch: foreign Homepage: https://tukaani.org/xz/ Description: XZ-format compression utilities - tiny decompressors XZ is the successor to the Lempel-Ziv/Markov-chain Algorithm compression format, which provides memory-hungry but powerful compression (often better than bzip2) and fast, easy decompression. . This package provides the xzdec and lzmadec utilities, which write the decompressed version of a compressed file to standard output. The binaries are very small, so they can be easily stored on small media with some compressed files, and they are linked statically against liblzma so they can be used on machines without a compatible version of liblzma installed. However, they have: . * no compression support; * no support for writing to a file other than standard output; * no translated messages; * been optimized for size rather than speed. . For a full-featured xzcat command without these limitations, use the xz-utils package instead.