Package: gifsicle Version: 1.94-2rusoft2~debian12.1 Architecture: i386 Maintainer: Gürkan Myczko Installed-Size: 396 Depends: libc6 (>= 2.34), libx11-6 Filename: pool/debian-bookworm/i386/gifsicle/gifsicle_1.94-2rusoft2~debian12.1_i386.deb Size: 149576 MD5sum: c72ac2df520da2c9fa85ab21f0f294a6 SHA1: 0c8a0cb84cb8f80fca5dd304508d19e42edba3f0 SHA256: d327459e5e4d9a2c4c9b621daf8c6b14bd030134173e055be0fa0f11be4b7a58 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: i386 Maintainer: Gürkan Myczko Installed-Size: 425 Depends: gifsicle (= 1.94-2rusoft2~debian12.1) Filename: pool/debian-bookworm/i386/gifsicle/gifsicle-dbgsym_1.94-2rusoft2~debian12.1_i386.deb Size: 391876 MD5sum: e48dd4a7464a68b76c03d731d7e48dc3 SHA1: 5f9dd091b018ac7cd847ca6bfdce1722c78d9061 SHA256: f1549fe61d95e82d83e48b78e817dad06d42da58dcf80616116d2e30818cbd3b Section: debug Priority: optional Description: debug symbols for gifsicle Auto-Built-Package: debug-symbols Build-Ids: 912fcaabae92041abaf0146be3f7c870b897e43a c0e08e11253b33f1e9e19db4c4d85185ecec5046 f337dc4df127b767a04863db43163a0159c18a3e Package: git Version: 1:2.40.1-1rusoft4.1~debian12.1 Architecture: i386 Maintainer: Jonathan Nieder Installed-Size: 46676 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/i386/git/git_2.40.1-1rusoft4.1~debian12.1_i386.deb Size: 7677976 MD5sum: f66b67d0c0ab20599f5ac2d4b990927c SHA1: 1301f5458aa2b0918b1dc2c5538fa00a155830e2 SHA256: 6532375916efbcd3aa65df89e8a61a6714974eb5f87827822671c8c620eed18f 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: i386 Maintainer: Mathieu Malaterre Installed-Size: 53 Depends: libc6 (>= 2.34), libjpeg62-turbo (>= 1.3.1) Filename: pool/debian-bookworm/i386/jpegoptim/jpegoptim_1.4.7-1rusoft1~debian12.1_i386.deb Size: 20452 MD5sum: 18ae79e25d25f9eed0b4a9c32619100c SHA1: 07dedeb21db16597a042b00021255b110c1c8b1c SHA256: 01af29953e7f9c2eab34312ae5ae8beb7d06aba4cc2b81e1b32e45e62579987e 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: i386 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 103 Depends: libc6 (>= 2.34) Filename: pool/debian-bookworm/i386/sqlite3/lemon_3.42.0-2rusoft13.6~debian12.1_i386.deb Size: 35940 MD5sum: 400f19aa0854f168028688d33d3e5358 SHA1: 9a9dddcee73f5f887dc23fe09cb301816c318bef SHA256: 8fe68c33ec0b40ddfe9e5b27f1623711845997146287cd9c4ef7c6f93b3e8ac1 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: i386 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 103 Depends: libc6 (>= 2.34) Filename: pool/debian-bookworm/i386/sqlite3/lemon_3.43.0-2rusoft13.7~debian12.1_i386.deb Size: 36044 MD5sum: 7f0d3aca4368443d4248dc02bf6eac65 SHA1: fb5cc7fbded9f18de8feda1fe8d402cc8baea709 SHA256: 55955dea6d08db6730b825c0bffc449ebfbf054db8eaed6fb92d6ed6e3fd0fd7 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: i386 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 103 Depends: libc6 (>= 2.34) Filename: pool/debian-bookworm/i386/sqlite3/lemon_3.43.1-2rusoft13.8~debian12.1_i386.deb Size: 36048 MD5sum: 7da6f45c065bd76b4cd4a77bdbb0724c SHA1: f4fcca70fccc88e39ce3731878b303286cedac22 SHA256: fbcd75f3a9f940b46e6f2fafa0f6af866fe466a0ed88623e4b94cbadb7421859 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: i386 Maintainer: Jonathan Nieder Installed-Size: 710 Depends: liblzma5 (= 5.4.4-0.1rusoft1~debian12.1) Suggests: liblzma-doc Filename: pool/debian-bookworm/i386/xz-utils/liblzma-dev_5.4.4-0.1rusoft1~debian12.1_i386.deb Size: 294504 MD5sum: 5e59cae87e27ffe5ddfc052c969f661a SHA1: e6b87dce57c4c87121b9b015da188b4bf5bb3692 SHA256: 9a6577de2aa09be6087006bfecffc9e791a27ae62c660f2048273e1374db654f 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: i386 Maintainer: Jonathan Nieder Installed-Size: 379 Depends: libc6 (>= 2.34) Breaks: liblzma2 (<< 5.1.1alpha+20110809-3~) Filename: pool/debian-bookworm/i386/xz-utils/liblzma5_5.4.4-0.1rusoft1~debian12.1_i386.deb Size: 238628 MD5sum: d631906befc9c39f0f11953c7a26a087 SHA1: 8e88ce66fa708410bff73ae47721cefdc391c16b SHA256: f53cbbdbe9fd1f44ca4b05063290e1cf69f8f2b60a0a26e88e2cbc5f3f8f4cf4 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: i386 Maintainer: Ubuntu Developers Installed-Size: 640 Depends: libc6 (>= 2.34) Filename: pool/debian-bookworm/i386/pcre2/libpcre2-16-0_10.42-2rusoft2.1~debian12.1_i386.deb Size: 242260 MD5sum: fb1c1bddd3e171848a1e7b1e62492b72 SHA1: 143d13803848bf4f0074be02c1da507e866f71d5 SHA256: f24e13dc025b0bbe1a24c2481382d1d6f25f56f7b853c2c41f7b6d1f3378afd7 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: i386 Maintainer: Ubuntu Developers Installed-Size: 616 Depends: libc6 (>= 2.34) Filename: pool/debian-bookworm/i386/pcre2/libpcre2-32-0_10.42-2rusoft2.1~debian12.1_i386.deb Size: 231720 MD5sum: e029c8c9e3a4cea65afbdddb083f00cc SHA1: 04d38819ea97f0738659826efc64a0750cb3fb42 SHA256: f9a7679a5fc73290993bb3e40d9d7fb19565baf0e7961cec28820fed62e44b58 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: i386 Maintainer: Ubuntu Developers Installed-Size: 701 Depends: libc6 (>= 2.34) Filename: pool/debian-bookworm/i386/pcre2/libpcre2-8-0_10.42-2rusoft2.1~debian12.1_i386.deb Size: 258032 MD5sum: c79af18ddbad8d03c91f705442064bb4 SHA1: 25696a672e42b0e2c285e2cc1e54cd6ac2e48454 SHA256: d094909a2793e17ce0675cc88a3c6f83a538ecfbd3a73108dea70e7ae12853b4 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: i386 Maintainer: Ubuntu Developers Installed-Size: 2327 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/i386/pcre2/libpcre2-dev_10.42-2rusoft2.1~debian12.1_i386.deb Size: 728180 MD5sum: 124f90a380263f6808fdfcf0a5d65a05 SHA1: 33c94b3e70fda10bccbce38c7125232b2d19f147 SHA256: d20dba9bbf6bd7555bad34a7df50a933c47fad144aa571d56ae809c0a11326d4 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: i386 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/i386/pcre2/libpcre2-posix3_10.42-2rusoft2.1~debian12.1_i386.deb Size: 54728 MD5sum: 53ff997567c49707620c13d49563b981 SHA1: 2b4702a91c3b67d05eb8acbfcb38727860a8a8ab SHA256: 12011d30539b0393ece16e25e7acdc91fde144c1c75a1ff31d0b863e2afe6c56 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: i386 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 1219 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/i386/sqlite3/libsqlite3-0_3.42.0-2rusoft13.6~debian12.1_i386.deb Size: 550956 MD5sum: 74cd228ac26c32001f7112a66d80aa32 SHA1: a69c44c73f579be919454eaf8ad4de12fdd3cb46 SHA256: ba96748950f95d4de368f54db71c84531b56aa7735b1359e86a6a13a978dd438 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: i386 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 1239 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/i386/sqlite3/libsqlite3-0_3.43.0-2rusoft13.7~debian12.1_i386.deb Size: 558680 MD5sum: 1aabafff9e9aa532d120294e03ec5d26 SHA1: 661a77b263d965b0488c7948370723e8caf60245 SHA256: 81aabda84ef3372f9872c0edc2600641d18a4532e78132d59fc3297a91f259c2 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: i386 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 1239 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/i386/sqlite3/libsqlite3-0_3.43.1-2rusoft13.8~debian12.1_i386.deb Size: 558772 MD5sum: 05e5fb2f77896e6a5b185a98c652cae9 SHA1: 586ce31ff13dbad2c32153a68525949bd089ccca SHA256: f0c287183e8bd53f863e69333838cfc8705ef320ec19cbebe351404acb7661be 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: i386 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 130 Depends: libc6 (>= 2.4) Filename: pool/debian-bookworm/i386/sqlite3/libsqlite3-0-plugins_3.42.0-2rusoft13.6~debian12.1_i386.deb Size: 25044 MD5sum: 44d486ef899b394391bf05090dd66f7a SHA1: 436bd38ace6e1e11aeb81ff26abde6ad575dd8fc SHA256: fbbfe54fab9961dc89128c15a4ce2f53d80b208626095a94897ab1beb13149d8 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: i386 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 130 Depends: libc6 (>= 2.4) Filename: pool/debian-bookworm/i386/sqlite3/libsqlite3-0-plugins_3.43.0-2rusoft13.7~debian12.1_i386.deb Size: 25056 MD5sum: 9e81bccf4750b3cc93d4456a4f6c9f0f SHA1: 956ea52207dc1ca60143940d8ccf6cb89e20de33 SHA256: cfa46f84a170816ba3364a936830c3a80e0b118b30afe51c561029c96e34caa2 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: i386 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 130 Depends: libc6 (>= 2.4) Filename: pool/debian-bookworm/i386/sqlite3/libsqlite3-0-plugins_3.43.1-2rusoft13.8~debian12.1_i386.deb Size: 25084 MD5sum: 58b93effd52c13526fed5eff078eefb2 SHA1: 848a10887986c9992a95f582bcf388f0a9a33e1a SHA256: 633aa7033261c35f5132c38bbea2a6586a4ad7b9a417f513f86a476200047f7f 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: i386 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 2139 Depends: libsqlite3-0 (= 3.42.0-2rusoft13.6~debian12.1), libc6-dev Suggests: sqlite3-doc Filename: pool/debian-bookworm/i386/sqlite3/libsqlite3-dev_3.42.0-2rusoft13.6~debian12.1_i386.deb Size: 684212 MD5sum: 6d412c90d4e434bcbdc06937cb68cfbf SHA1: 814b3e556ad0bdc6a9025af9db3638bdcfb41c87 SHA256: dc7c51d0355dfe72007258631f203641a229ed450aedc598e304294c99ccad43 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: i386 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 2161 Depends: libsqlite3-0 (= 3.43.0-2rusoft13.7~debian12.1), libc6-dev Suggests: sqlite3-doc Filename: pool/debian-bookworm/i386/sqlite3/libsqlite3-dev_3.43.0-2rusoft13.7~debian12.1_i386.deb Size: 692596 MD5sum: 36d3aaa5ac0446d2dc23d3ae861cde14 SHA1: ba0fcea8956f1b5718a0f61aa60b0191926e964d SHA256: a2d71f172f4fee5f6ce2a124529c50a9959d7b15a8ef092f543f1937cb6ecf7a 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: i386 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 2161 Depends: libsqlite3-0 (= 3.43.1-2rusoft13.8~debian12.1), libc6-dev Suggests: sqlite3-doc Filename: pool/debian-bookworm/i386/sqlite3/libsqlite3-dev_3.43.1-2rusoft13.8~debian12.1_i386.deb Size: 692516 MD5sum: d6d8325203b5b59de6f6e63aded9ba39 SHA1: 19094ce726260f25331b50fed4d47089e5a70310 SHA256: 9a9cf617016cc97f01ee324efdb7c876022adc34c80da6a38582597a808b9e0b 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: i386 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 56 Depends: libc6 (>= 2.4), libsqlite3-0 (>= 3.38.0) Suggests: sqlite3-doc Filename: pool/debian-bookworm/i386/sqlite3/libsqlite3-tcl_3.42.0-2rusoft13.6~debian12.1_i386.deb Size: 19780 MD5sum: 182aad5332436b7128a2cf01557887fc SHA1: dcc278210c415f7d1e4a8fe1c8d386b25b7506b2 SHA256: ebc7a3155ab4baf47d7898d0a1bd61a53e028db5a0a43e9e41886ba311250470 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: i386 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 56 Depends: libc6 (>= 2.4), libsqlite3-0 (>= 3.38.0) Suggests: sqlite3-doc Filename: pool/debian-bookworm/i386/sqlite3/libsqlite3-tcl_3.43.0-2rusoft13.7~debian12.1_i386.deb Size: 19768 MD5sum: 376e0dfa3bcd3ea6e5bc08361384ee2a SHA1: d719dac56d784051094aa6fa495cdf0ebc03c6ba SHA256: 8052739367cc930f45c74ac3140caef20003456ec6c6f8a38e74a5e871477eef 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: i386 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 56 Depends: libc6 (>= 2.4), libsqlite3-0 (>= 3.38.0) Suggests: sqlite3-doc Filename: pool/debian-bookworm/i386/sqlite3/libsqlite3-tcl_3.43.1-2rusoft13.8~debian12.1_i386.deb Size: 19772 MD5sum: 608419ae190b06933943ef6bbab73e99 SHA1: 3050f648a7759f2fc0144f55920ad21d3d4e01c8 SHA256: 0d65f3e6e743c92102151f73671a7c145a95cd60d9ad9ed1235e766005d06031 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: i386 Maintainer: Ubuntu Developers Installed-Size: 315 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/i386/memcached/memcached_1.6.20-2rusoft14.2~debian12.1_i386.deb Size: 116112 MD5sum: 6d72721f9a0aa3a86f51801c126a5b1b SHA1: b5e6505a016da82b61c66232899e24805d053fd3 SHA256: f6661cd5742f8fbb0261fd39c20259a1feaf64cd15f1c954bc1c1e59c13758c2 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: i386 Maintainer: Ubuntu Developers Installed-Size: 315 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/i386/memcached/memcached_1.6.21-2rusoft14.2~debian12.1_i386.deb Size: 116168 MD5sum: 7bbe71d1bfacb4beacc63264e5c46c5e SHA1: 6b65fabdcd9526647e0b7da219afd122a5cb1328 SHA256: 75539ca3bf61f8e203ac587b600708956fab2683910f5b42b926c67c0ea2453a 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: i386 Maintainer: Ubuntu Developers Installed-Size: 242 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/i386/memcached/memcached-tiny_1.6.20-2rusoft14.2~debian12.1_i386.deb Size: 89428 MD5sum: 3a612fffcc28349c42f8d4e70a821ceb SHA1: e39088887be48473b3834dd372436fb383d4ffc7 SHA256: afd8c6a4af8854b5354a4948d0f3e40de1b7995e0a47dd0338da68bf3e1c39df 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: i386 Maintainer: Ubuntu Developers Installed-Size: 242 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/i386/memcached/memcached-tiny_1.6.21-2rusoft14.2~debian12.1_i386.deb Size: 89448 MD5sum: 02eb38c08aa114f8df70ca8821d2e8c1 SHA1: c0e44c99eff5c37e1d6f15ecec6702de3400a7fd SHA256: 4f606b8bf328d9cf86658e0f046a022096ad8a604a7e8b2754394fe6f618364d 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: i386 Maintainer: Alberto Gonzalez Iniesta Installed-Size: 1370 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/i386/openvpn/openvpn_2.6.4-2rusoft9.1~debian12.1_i386.deb Size: 568924 MD5sum: aa1d95be2519dbbabd8fc5099b685db3 SHA1: 4af785be7f830883bf75f910e1f580d48175b066 SHA256: d6464ef59bf29e824bf71048dc2db1450654d281d483a5268224ed5c8e7d262f 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: i386 Maintainer: Ubuntu Developers Installed-Size: 299 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/i386/pcre2/pcre2-utils_10.42-2rusoft2.1~debian12.1_i386.deb Size: 166136 MD5sum: cbcdbea9b1c83dab39265912ddf2f285 SHA1: e92e0d9c7f0b59f228ef8dcbe3085a2f31b949ef SHA256: 1763469ac1771ff64f77c0cf1b0811d7f381f191e2b71f51b134fb7414e9dcf1 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: i386 Maintainer: Martin Meredith Installed-Size: 1433 Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.2), libstdc++6 (>= 5.2) Suggests: unrar Filename: pool/debian-bookworm/i386/rar/rar_6.23-1rusoft1~debian12.1_i386.deb Size: 369148 MD5sum: 1bfdce424065492d6dceef81462dcb30 SHA1: 438714c19e21e9ee3abad6946c145ea4076cf339 SHA256: 99149f64875dd2a8b42f4ed7804cd06cce7c874790f50aad32d54ce3bcb7a56f 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: i386 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 254 Depends: libc6 (>= 2.34), libreadline8 (>= 6.0), libsqlite3-0 (>= 3.38.0), zlib1g (>= 1:1.2.0) Suggests: sqlite3-doc Filename: pool/debian-bookworm/i386/sqlite3/sqlite3_3.42.0-2rusoft13.6~debian12.1_i386.deb Size: 109668 MD5sum: 223ca331569d1dfc1225a6e393d99d77 SHA1: d7d2894318b3eb8fe7036541b009bcd7650fafca SHA256: a91576e63033d060013008374a4f8697eaff0f353f3bcf99cfdfc9cc3700d775 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: i386 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 254 Depends: libc6 (>= 2.34), libreadline8 (>= 6.0), libsqlite3-0 (>= 3.43.0), zlib1g (>= 1:1.2.0) Suggests: sqlite3-doc Filename: pool/debian-bookworm/i386/sqlite3/sqlite3_3.43.0-2rusoft13.7~debian12.1_i386.deb Size: 109976 MD5sum: 544f79baa37c1fd155d521764f5a3d2e SHA1: e97c65bc97ad7d2dee50d3cf968b3c0ecf138c9d SHA256: daf4c255fae08b7dbaca9e765a1fe3d669d6a266ed847412740e7bd43e4cb390 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: i386 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 254 Depends: libc6 (>= 2.34), libreadline8 (>= 6.0), libsqlite3-0 (>= 3.43.0), zlib1g (>= 1:1.2.0) Suggests: sqlite3-doc Filename: pool/debian-bookworm/i386/sqlite3/sqlite3_3.43.1-2rusoft13.8~debian12.1_i386.deb Size: 109912 MD5sum: 82b26bb96bf5dcf7d46a80462b6564d7 SHA1: cc0c07b97425132b779d7db89d89cfbfb94f4ec6 SHA256: 6172e700c906533847028c2d4e0663ce58d4ae717189b641dfc6b905c6657bab 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: i386 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 1027 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/i386/sqlite3/sqlite3-tools_3.42.0-2rusoft13.6~debian12.1_i386.deb Size: 486560 MD5sum: deb5baf39d4b33a173d8110ae01ee1ef SHA1: 6d24f058431793b553479097761a241908b43839 SHA256: dd12be301fd80eaf922586aaacb4271742149915b81b258d27e88e0a14dfa10f 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: i386 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 1039 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/i386/sqlite3/sqlite3-tools_3.43.0-2rusoft13.7~debian12.1_i386.deb Size: 493700 MD5sum: 1cb9af573d20f249214ecb47d224e9f6 SHA1: af00f43b99a2c9b235bc995f06efcbe36ea8bea1 SHA256: b4b585c40cf22de717a415baf4d10a4f4597d3d642f9b4c5727b15b053005cd5 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: i386 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 1039 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/i386/sqlite3/sqlite3-tools_3.43.1-2rusoft13.8~debian12.1_i386.deb Size: 493600 MD5sum: afd71c0bd0760eac282b006f208e4e79 SHA1: 9aff2809ad8d1cd87ab715d3aa95af432a12a71e SHA256: 8791e4acceb16e5a8660a1392c295a6e1c1045dfeb1972e2a16dd1e4c5f4564f 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: i386 Maintainer: Julien Viard de Galbert Installed-Size: 1304 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.2.3.3) Recommends: geoip-database Suggests: httpd, fonts-dejavu-core | fonts-freefont-ttf Filename: pool/debian-bookworm/i386/webalizer/webalizer_2.23.08-3.3rusoft1.1~debian12.1_i386.deb Size: 274276 MD5sum: 8992f7ffbb811e0f6e667c6ebd9abdf5 SHA1: b085ca9179cb87288e3e131d2415b56dff38fd43 SHA256: 1a45a28a909b80f08107b778b937d7f9a95525e419d2af1c2a310897055321e4 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: i386 Maintainer: Jonathan Nieder Installed-Size: 1255 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/i386/xz-utils/xz-utils_5.4.4-0.1rusoft1~debian12.1_i386.deb Size: 495496 MD5sum: 5f986299982c02dbef62c7c89f16b5a2 SHA1: 029da4fa2a51ac4ff01d4a2cfda4ced5cb6b7a48 SHA256: d5ed1ca5f0c3298ca96409bda8b2ebc9398194a42c0012ff8d680deb40f770de 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: i386 Maintainer: Jonathan Nieder Installed-Size: 266 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/i386/xz-utils/xzdec_5.4.4-0.1rusoft1~debian12.1_i386.deb Size: 183412 MD5sum: d3803bfee660ea9cec4f9fcc35f1b097 SHA1: 5d5e7a597ef5d1e7172868501e236f7488d349c5 SHA256: 300f325bca6c978b7e711251fb4e5b9d8252e6812662d768ba0582c9a32763ac 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.