Package: acpica-tools Source: acpica-unix Version: 20200528-1+nerve10u4 Architecture: amd64 Maintainer: Al Stone Installed-Size: 2456 Depends: libc6 (>= 2.14) Breaks: acpidump (<< 20100513-4), iasl (<< 20130214-0.1) Replaces: acpidump (<< 20100513-4), iasl (<< 20130214-0.1) Provides: acpidump, iasl Homepage: http://www.acpica.org Priority: optional Section: devel Filename: pool/main/a/acpica-unix/acpica-tools_20200528-1+nerve10u4_amd64.deb Size: 832008 SHA256: 7fab84631563d841171a6c5c143652c067364c5bf8f257d014bf8b7a84706e89 SHA1: 4305810271baa32d0c1acec1da5f7068a0e4d31d MD5sum: e60209961b6f258a76710514b6850897 Description: ACPICA tools for the development and debug of ACPI tables The ACPI Component Architecture (ACPICA) project provides an OS-independent reference implementation of the Advanced Configuration and Power Interface Specification (ACPI). ACPICA code contains those portions of ACPI meant to be directly integrated into the host OS as a kernel-resident subsystem, and a small set of tools to assist in developing and debugging ACPI tables. . This package contains only the user-space tools needed for ACPI table development, not the kernel implementation of ACPI. The following commands are installed: -- iasl: compiles ASL (ACPI Source Language) into AML (ACPI Machine Language), suitable for inclusion as a DSDT in system firmware. It also can disassemble AML, for debugging purposes. -- acpibin: performs basic operations on binary AML files (e.g., comparison, data extraction) -- acpidump: write out the current contents of ACPI tables -- acpiexec: simulate AML execution in order to debug method definitions -- acpihelp: display help messages describing ASL keywords and op-codes -- acpinames: display complete ACPI name space from input AML -- acpisrc: manipulate the ACPICA source tree and format source files for specific environments -- acpixtract: extract binary ACPI tables from acpidump output (see also the pmtools package) Package: acpica-tools-dbgsym Source: acpica-unix Version: 20200528-1+nerve10u4 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Al Stone Installed-Size: 5974 Depends: acpica-tools (= 20200528-1+nerve10u4) Priority: optional Section: debug Filename: pool/main/a/acpica-unix/acpica-tools-dbgsym_20200528-1+nerve10u4_amd64.deb Size: 5384124 SHA256: 3d3ea00f9a4b67be1f01cc3f570b157678918218a7e88683d55e82b4a95b9f0c SHA1: 2200b2362b3d74dc15991b55cb80a9a8718abf1d MD5sum: a00900b58cb3425e79c425ed306d2ed8 Description: debug symbols for acpica-tools Build-Ids: 03ab5386dc287e94a7941be39ff798f38b2e367a 05273dcbb93fc6128a720a2f69ff85da850c7856 1271c0ce1cebb4970d6c25eafd5c49cea379340b a9c8dbc63a7c9811f3218eeab1f1271e533a7171 b2e56d4f8b0608abd920cda3e2f3a145229242b2 b66a32d03c7bfb15c001505e673dcbef0ea01851 ea5eb4e573aa825944ddd4c0e08508202ecb3503 Package: cppcheck Version: 2.7-2~nerve1 Architecture: amd64 Maintainer: Joachim Reichel Installed-Size: 9186 Depends: libc6 (>= 2.15), libgcc1 (>= 1:3.0), libpcre3, libstdc++6 (>= 5.2), libtinyxml2-6a (>= 5.0.0), libz3-4 (>= 4.8.12), python3:any, python3-pygments Suggests: cppcheck-gui, clang, clang-tidy Homepage: https://sourceforge.net/p/cppcheck/wiki/Home/ Priority: optional Section: devel Filename: pool/main/c/cppcheck/cppcheck_2.7-2~nerve1_amd64.deb Size: 1950596 SHA256: 8529adebe576db9ae7b912e6b6e76d1e5d368a7dff246bb97bcc4c6896e34ecb SHA1: b7ca64a00ffd87414221cca771e0180cd353652a MD5sum: 7599360159289ec2e730f7274e972e41 Description: tool for static C/C++ code analysis (CLI) Cppcheck is a command-line tool that tries to detect bugs that your C/C++ compiler doesn't see. It is versatile, and can check non-standard code including various compiler extensions, inline assembly code, etc. Its internal preprocessor can handle includes, macros, and several preprocessor commands. While Cppcheck is highly configurable, you can start using it just by giving it a path to the source code. . It includes checks for: * pointers to out-of-scope auto variables; * assignment of auto variables to an effective parameter of a function; * out-of-bounds errors in arrays and STL; * missing class constructors; * variables not initialized by a constructor; * use of memset, memcpy, etcetera on a class; * non-virtual destructors for base classes; * operator= not returning a constant reference to itself; * use of deprecated functions (mktemp, gets, scanf); * exceptions thrown in destructors; * memory leaks in class or function variables; * C-style pointer cast in C++ code; * redundant if; * misuse of the strtol or sprintf functions; * unsigned division or division by zero; * unused functions and struct members; * passing parameters by value; * misuse of signed char variables; * unusual pointer arithmetic (such as "abc" + 'd'); * dereferenced null pointers; * incomplete statements; * misuse of iterators when iterating through a container; * dereferencing of erased iterators; * use of invalidated vector iterators/pointers; . This package contains the command-line interface for cppcheck. Package: cppcheck-dbgsym Source: cppcheck Version: 2.7-2~nerve1 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Joachim Reichel Installed-Size: 38165 Depends: cppcheck (= 2.7-2~nerve1) Priority: optional Section: debug Filename: pool/main/c/cppcheck/cppcheck-dbgsym_2.7-2~nerve1_amd64.deb Size: 37961164 SHA256: ff5c06169267745a742e81d0f87f9aa8aaa19058b2b7be9671352c49de64f7f7 SHA1: dca227c15993e67a6ba39013f17a0b265e12084b MD5sum: c6685dab4a0fd53cd3d352c880cd596d Description: debug symbols for cppcheck Build-Ids: d91c8dda25d67ba6883dd35b476480b2e46f82b2 Package: cppcheck-gui Source: cppcheck Version: 2.7-2~nerve1 Architecture: amd64 Maintainer: Joachim Reichel Installed-Size: 6100 Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libpcre3, libqt5charts5 (>= 5.7.1), libqt5core5a (>= 5.11.0~rc1), libqt5gui5 (>= 5.11.0~rc1), libqt5help5 (>= 5.6.0~beta), libqt5printsupport5 (>= 5.0.2), libqt5sql5 (>= 5.0.2), libqt5widgets5 (>= 5.11.0~rc1), libstdc++6 (>= 5.2), libtinyxml2-6a (>= 5.0.0), libz3-4 (>= 4.8.12), cppcheck (= 2.7-2~nerve1) Suggests: python3, clang, clang-tidy Homepage: https://sourceforge.net/p/cppcheck/wiki/Home/ Priority: optional Section: devel Filename: pool/main/c/cppcheck/cppcheck-gui_2.7-2~nerve1_amd64.deb Size: 1954848 SHA256: 53ae746d58c8176ea351ad5b8badc293cb4302e5cd21c689a4c37f461e39ad18 SHA1: 9fc01e9a82b437e1cd0bd86be1d2a74a206a1e57 MD5sum: 43cd30aafcc835c23bc527b5af3c9897 Description: tool for static C/C++ code analysis (GUI) Cppcheck is a command-line tool that tries to detect bugs that your C/C++ compiler doesn't see. It is versatile, and can check non-standard code including various compiler extensions, inline assembly code, etc. Its internal preprocessor can handle includes, macros, and several preprocessor commands. While Cppcheck is highly configurable, you can start using it just by giving it a path to the source code. . It includes checks for: * pointers to out-of-scope auto variables; * assignment of auto variables to an effective parameter of a function; * out-of-bounds errors in arrays and STL; * missing class constructors; * variables not initialized by a constructor; * use of memset, memcpy, etcetera on a class; * non-virtual destructors for base classes; * operator= not returning a constant reference to itself; * use of deprecated functions (mktemp, gets, scanf); * exceptions thrown in destructors; * memory leaks in class or function variables; * C-style pointer cast in C++ code; * redundant if; * misuse of the strtol or sprintf functions; * unsigned division or division by zero; * unused functions and struct members; * passing parameters by value; * misuse of signed char variables; * unusual pointer arithmetic (such as "abc" + 'd'); * dereferenced null pointers; * incomplete statements; * misuse of iterators when iterating through a container; * dereferencing of erased iterators; * use of invalidated vector iterators/pointers . This package contains the graphical user interface for cppcheck. Package: cppcheck-gui-dbgsym Source: cppcheck Version: 2.7-2~nerve1 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Joachim Reichel Installed-Size: 45751 Depends: cppcheck-gui (= 2.7-2~nerve1) Priority: optional Section: debug Filename: pool/main/c/cppcheck/cppcheck-gui-dbgsym_2.7-2~nerve1_amd64.deb Size: 45471856 SHA256: 9e44f2b9533c33849998373d23972cc758eccb348aea540bc5ee223bd23cadcf SHA1: aaa4a67c57822993cba01193f09b300eac45c4bc MD5sum: b4df8f31a8f792f714aca4da342344ae Description: debug symbols for cppcheck-gui Build-Ids: ce1a0fd53fcc25ec1ea9debc78efbf6e6aae3939 Package: debootstick Version: 2.4+nmu5 Architecture: amd64 Maintainer: Dejan Muhamedagic Installed-Size: 131 Depends: lvm2, kpartx, grub-efi-amd64-bin, grub-efi-ia32-bin, uuid-runtime, gdisk, dosfstools, e2fsprogs, qemu-user-static Suggests: debootstrap, kvm Homepage: http://drakkar-lig.github.io/debootstick Priority: optional Section: admin Filename: pool/main/d/debootstick/debootstick_2.4+nmu5_amd64.deb Size: 32472 SHA256: df47de12f725e517b23e6e3d7c75f661891fc44f790168b5b9e3a2871b1d2c19 SHA1: 14fcd05d1960ea76eb6c2e367af54b96a9c778cf MD5sum: 448a98da736c620cec67a37053065369 Description: Turn a chroot environment into a bootable image debootstick is used to generate a bootable image from a Debian or Ubuntu chroot environment (such as one generated with debootstrap, docker export, etc.). This image should then be copied to a USB stick or disk and used to boot any amd64 machine (BIOS- or UEFI-based). debootstick can also generate an SD card image for a raspberry pi board. The embedded system is ready to be started live (no installation procedure needed), and is fully upgradeable (kernel and bootloader included). Package: fai-client Source: fai Version: 5.8.4+nmu1 Architecture: all Maintainer: Thomas Lange Installed-Size: 325 Depends: perl, file, libapt-pkg-perl, libfile-lchown-perl, iproute2, debconf-utils Recommends: libgraph-perl, fdisk | util-linux (<< 2.29.2-3~) Suggests: logtail Breaks: fai-nfsroot (<< 5.2) Replaces: fai-nfsroot (<< 5.2) Homepage: https://fai-project.org Priority: optional Section: admin Filename: pool/main/f/fai/fai-client_5.8.4+nmu1_all.deb Size: 147904 SHA256: 56666c2056138b1feb15e8083fe53e2235c74a5b69b4da03752261c77da10b7f SHA1: 39b1012140433a4faba06088ddd0469343322411 MD5sum: 7a5c1ade85c61b752a637b13b3f13398 Description: Fully Automatic Installation client package FAI is a non-interactive system to install, customize and manage Linux systems and software configurations on computers as well as virtual machines and chroot environments, from small networks to large infrastructures and clusters. . This is the client package for FAI. It contains the parts necessary to run the softupdate functionality on already installed systems, and is needed for the dirinstall functionality and others on a FAI server. Package: fai-doc Source: fai Version: 5.8.4+nmu1 Architecture: all Maintainer: Thomas Lange Installed-Size: 822 Homepage: https://fai-project.org Priority: optional Section: doc Filename: pool/main/f/fai/fai-doc_5.8.4+nmu1_all.deb Size: 702772 SHA256: 8861eae22c07f6dca9246e67816c5d6e85f52e563158209aafd3b59b6e6e6c0e SHA1: 8c6243f3c6ea646c2b93e5be900b4d1125c8bbb6 MD5sum: ebd211d004bb52314665daa9fcb0fba0 Description: Documentation for FAI FAI is a non-interactive system to install, customize and manage Linux systems and software configurations on computers as well as virtual machines and chroot environments, from small networks to large infrastructures and clusters. . This is the documentation for FAI in various formats. Package: fai-nfsroot Source: fai Version: 5.8.4+nmu1 Architecture: all Maintainer: Thomas Lange Installed-Size: 119 Depends: fai-client (>= 5.2), fai-setup-storage, pxelinux | syslinux-common, syslinux-efi Homepage: https://fai-project.org Priority: optional Section: admin Filename: pool/main/f/fai/fai-nfsroot_5.8.4+nmu1_all.deb Size: 78236 SHA256: ffa4b75ff6fbd0bd03fff4e741e88c0f579ce2808d7e69250e851c2af39822fe SHA1: 41b68241e1328184ff7b8bb624277a5297056baf MD5sum: 996bf231aa593122f7fe13479a9d27e5 Description: Fully Automatic Installation nfsroot package FAI is a non-interactive system to install, customize and manage Linux systems and software configurations on computers as well as virtual machines and chroot environments, from small networks to large infrastructures and clusters. . This package contains the software that is only needed in the FAI nfsroot. Do not install this package on a normal machine. Package: fai-quickstart Source: fai Version: 5.8.4+nmu1 Architecture: all Maintainer: Thomas Lange Installed-Size: 10 Depends: fai-server, fai-doc, isc-dhcp-server, nfs-kernel-server, tftpd-hpa | atftpd, reprepro, xorriso, squashfs-tools, binutils, openbsd-inetd | inet-superserver Homepage: https://fai-project.org Priority: optional Section: admin Filename: pool/main/f/fai/fai-quickstart_5.8.4+nmu1_all.deb Size: 1552 SHA256: 2d136df14be351eb0569c232331dabd99cd87f0cc65f29a59c430624da5ee399 SHA1: d01e23e071f0a393d33a01b26bfaed716a8159cb MD5sum: b9cc99403039370c178c1820c80a7993 Description: Fully Automatic Installation quickstart package FAI is a non-interactive system to install, customize and manage Linux systems and software configurations on computers as well as virtual machines and chroot environments, from small networks to large infrastructures and clusters. This package setups an install server with some basic examples. It should be removed when creating your own config space. . This package is a dependency package, which will install some packages needed for FAI. Package: fai-server Source: fai Version: 5.8.4+nmu1 Architecture: all Maintainer: Thomas Lange Installed-Size: 197 Depends: fai-client, e2fsprogs, debootstrap, xz-utils Recommends: nfs-kernel-server, isc-dhcp-server, tftpd-hpa | atftpd, openssh-server, openssh-client, openbsd-inetd | inet-superserver, libproc-daemon-perl Suggests: debmirror, reprepro, xorriso, squashfs-tools, binutils, grub2, perl-tk, qemu-utils, fai-setup-storage Homepage: https://fai-project.org Priority: optional Section: admin Filename: pool/main/f/fai/fai-server_5.8.4+nmu1_all.deb Size: 68724 SHA256: 628cdd831591bd07d074ce7bc84c01c01c61f7b1e159bf2570ec6efb5dc1e1eb SHA1: 10048b904f6d5e1a38b2ae7d1f4c807801d82067 MD5sum: 591564e5889a57bc5b1e9ea495583a67 Description: Fully Automatic Installation server package FAI is a non-interactive system to install, customize and manage Linux systems and software configurations on computers as well as virtual machines and chroot environments, from small networks to large infrastructures and clusters. . It's a tool for mass unattended Linux installation. You can take one or more virgin systems, turn on the power, and after a few minutes, the systems are installed, and completely configured to your exact needs, without any interaction necessary. . This package is needed for setting up a FAI install server for network installations, for running the dirinstall in a chroot environment, and to build installation CD/DVD's and USB sticks. Package: fai-setup-storage Source: fai Version: 5.8.4+nmu1 Architecture: all Maintainer: Thomas Lange Installed-Size: 308 Depends: perl, e2fsprogs, libparse-recdescent-perl, liblinux-lvm-perl, parted Recommends: lvm2, mdadm Suggests: dmsetup, cryptsetup, dosfstools, jfsutils, ntfs-3g, reiserfsprogs, xfsprogs Homepage: https://fai-project.org Priority: optional Section: admin Filename: pool/main/f/fai/fai-setup-storage_5.8.4+nmu1_all.deb Size: 118636 SHA256: 78a2e077bf359968ef4c952b0a59c852414814f2a4d8ec3955d54635460b3fa5 SHA1: 38ba8388c962088d64367b783dd637dd51e16f00 MD5sum: f074fc1f790933b206d1549619cb3976 Description: automatically prepare storage devices Using FAI disk_config files, setup-storage computes effective partition and volume sizes and executes the necessary commands to configure storage devices. It manages disk drives as well as RAID and LVM volumes. It handles all file systems supported by parted(8) as well as ntfs but is flexible enough to be extended to further types as well. Once the storage devices are prepared, an appropriate fstab(5) file is generated. . This package provides the setup-storage utility as separate package so it can be used independent from FAI as well. Package: icu-devtools Source: icu Version: 70.1-2~nerve10+2 Architecture: amd64 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 698 Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libicu70 (>= 70.1-1~), libstdc++6 (>= 5.2) Breaks: icu-tools (<< 70.1~rc-1~), libicu-dev (<< 70.1-2~nerve10+2) Replaces: icu-tools (<< 70.1~rc-1~), libicu-dev (<< 70.1-2~nerve10+2) Multi-Arch: foreign Homepage: https://icu.unicode.org/ Priority: optional Section: libdevel Filename: pool/main/i/icu/icu-devtools_70.1-2~nerve10+2_amd64.deb Size: 202084 SHA256: 8e2f2dc391c16100f1744217f495c739862d1902ef0f1719b541387b59a7f5fb SHA1: f18dc5e8e95f0c5b6d9897f96d8e3ae4d37bfdd2 MD5sum: b1be6fca2cac505f188c58ecd5fe26e8 Description: Development utilities for International Components for Unicode ICU is a C++ and C library that provides robust and full-featured Unicode and locale support. This package contains programs used to manipulate data files found in the ICU sources and is a dependency of libicu-dev. End users would generally not need to install this package. Package: icu-devtools-dbgsym Source: icu Version: 70.1-2~nerve10+2 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 1002 Depends: icu-devtools (= 70.1-2~nerve10+2) Priority: optional Section: debug Filename: pool/main/i/icu/icu-devtools-dbgsym_70.1-2~nerve10+2_amd64.deb Size: 817380 SHA256: db616702c14d6b39bd2a37549180b4dc833fcce7981e8d01cf14b37d56824020 SHA1: fe1f482d658124aec1701414c98f0d2a15e3c6c6 MD5sum: d2fe50a990142a8c9ace40d38e68a0dc Description: debug symbols for icu-devtools Build-Ids: 2a257f77800356e6ec4f951b10e203127a6d786c 4cc1480777978f5fa418f51d6f1045a10121ba3d 4d296d2a010bef2995616233dfeaf6291eab7c5d 5a64ebfbb05b98564fb30a93248516905c03cc61 75ce02e76976015b1f6d15484333762d57c1589d 76e60aac868b306773fabc9f95b0a7331cc76d47 82df5b8525770df6a0cdd2dcf98141aae8b13f95 8de017055aa345ebd7758211ab298a17221aeeee 9ac71efcf97779696626d761706a8448901ebf04 9c6064ecfad53fa7984774cbd7c2e1ddf94eed65 ba1557945cd6b1897896eaddae635f422958c089 bd41ec7ec88d5f80e482218d033c7893e1a1efb3 c78fe03630046346be42810993c4553bbfa4599c ceb80ec022e5f7590f49a5238d9d546eb2c0dd14 d652ebd20e477525912f6e1888ef4fe4a0e03d37 e6593b6fd688dfe1aabb818b27e6c585663cf2b4 fd3511419de3e24c352e860a3b25355eb778428c Package: icu-doc Source: icu Version: 70.1-2~nerve10+2 Architecture: all Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 38061 Multi-Arch: foreign Homepage: https://icu.unicode.org/ Priority: optional Section: doc Filename: pool/main/i/icu/icu-doc_70.1-2~nerve10+2_all.deb Size: 2715620 SHA256: 29b6119029a66bcc7fa76ce6f64ff9409c1a6d8c12ac84a668cf3e4a18868a01 SHA1: fe797ce5eaa3427f46c5c608dbf0a23f79551ef0 MD5sum: f183cebc8b21e5742c65d70ac873a703 Description: API documentation for ICU classes and functions ICU is a C++ and C library that provides robust and full-featured Unicode and locale support. This package contains HTML files documenting the ICU APIs. Package: libicu-dev Source: icu Version: 70.1-2~nerve10+2 Architecture: amd64 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 46005 Depends: libicu70 (= 70.1-2~nerve10+2), icu-devtools (>= 70.1-2~nerve10+2), libc6-dev | libc-dev Suggests: icu-doc Breaks: icu-devtools (<< 70.1~rc-1~) Replaces: icu-devtools (<< 70.1~rc-1~) Multi-Arch: same Homepage: https://icu.unicode.org/ Priority: optional Section: libdevel Filename: pool/main/i/icu/libicu-dev_70.1-2~nerve10+2_amd64.deb Size: 10004604 SHA256: 7c048b8bdb133da2ac3b4ed0233a4df101709d4f7d1f1811df5614f0c6476dc7 SHA1: c0db85e36bdf4cceb34bb26c43f05c5e7a56ebe5 MD5sum: 233838965a27f2b6b74272e8aa629900 Description: Development files for International Components for Unicode ICU is a C++ and C library that provides robust and full-featured Unicode and locale support. This package contains the development files for ICU. Package: libicu70 Source: icu Version: 70.1-2~nerve10+2 Architecture: amd64 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 34392 Depends: libc6 (>= 2.27), libgcc1 (>= 1:3.0), libstdc++6 (>= 5.2) Breaks: libiculx63 (<< 63.1-5), openttd (<< 1.8.0-2~) Replaces: libiculx63 (<< 63.1-5) Multi-Arch: same Homepage: https://icu.unicode.org/ Priority: optional Section: libs Filename: pool/main/i/icu/libicu70_70.1-2~nerve10+2_amd64.deb Size: 9059496 SHA256: d8ad46b0296a60f898629e90c55b7c697a8f807a2fd9fa5d6e1c620d1af5e2d8 SHA1: 64965ff2f97ccf39f6ccb6994f4a85cb81dd006f MD5sum: 78c47741619114de758e509f2e3928cc Description: International Components for Unicode ICU is a C++ and C library that provides robust and full-featured Unicode and locale support. This package contains the runtime libraries for ICU. Package: libicu70-dbgsym Source: icu Version: 70.1-2~nerve10+2 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 9629 Depends: libicu70 (= 70.1-2~nerve10+2) Multi-Arch: same Priority: optional Section: debug Filename: pool/main/i/icu/libicu70-dbgsym_70.1-2~nerve10+2_amd64.deb Size: 8586436 SHA256: 5423c4ac5b4cbeca9049ebffdaeab15ff67ce9e0169d2eadff24933324e128a3 SHA1: 9a02bf5027278b9072cb4997b78d4bf97f985e93 MD5sum: 51a9b23f93ba847b25e5eebc57577c82 Description: debug symbols for libicu70 Build-Ids: 4a5b90cbff0dcde9acd72e77be0ccd6b0fc69b11 b1b68f64881c0c82dfc955e2e478a93d1b1bf3d1 b25f87234dcdeecd1eee1c9dc906a25e554a767f d1613afd3dcce892dd45eb4883e2a0e8b18d7fac e96dca3807e00472b9788c892b305d12438a0d40 f995278f3ae06fb307f5238ebfee2e714eecc870 Package: libjs-marked Source: node-marked Version: 4.0.12+ds+~4.0.1-2+nerve4 Architecture: all Maintainer: Debian Javascript Maintainers Installed-Size: 108 Recommends: javascript-common Multi-Arch: foreign Homepage: https://github.com/chjj/marked Priority: optional Section: javascript Filename: pool/main/n/node-marked/libjs-marked_4.0.12+ds+~4.0.1-2+nerve4_all.deb Size: 24772 SHA256: 5424abddc3d938fa7fde67e2b506d504b4756021aea472c36b65a5c60a0731a0 SHA1: ccf33eef6b45459c75b77a9761dc40cf66ded2c2 MD5sum: c9b2c6d0c922ce69ec20d48b08bc16f4 Description: Full-featured markdown parser and compiler Marked implements all markdown features while having a high processing speed. It is also fully compatible with client-side javascript. . Additionally Marked also implements github flavored markdown. . This package contains the javascript module. Package: libnghttp2-14 Source: nghttp2 Version: 1.43.0-1+nerve2 Architecture: amd64 Maintainer: Tomasz Buchert Installed-Size: 213 Depends: libc6 (>= 2.14) Multi-Arch: same Homepage: https://nghttp2.org/ Priority: optional Section: libs Filename: pool/main/n/nghttp2/libnghttp2-14_1.43.0-1+nerve2_amd64.deb Size: 75340 SHA256: 0550ce8fadf1cd52d476c54687b865d90e15dee4864d45f8a9747d8b9d067ad3 SHA1: 61cc0f358821cc27fe2f539b3501a86b1c972b2d MD5sum: b5db8f37b0ded0e911ef13b7117d9d01 Description: library implementing HTTP/2 protocol (shared library) This is an implementation of the Hypertext Transfer Protocol version 2 in C. The framing layer of HTTP/2 is implemented as a reusable C library. . This package installs a shared library. Package: libnghttp2-14-dbgsym Source: nghttp2 Version: 1.43.0-1+nerve2 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tomasz Buchert Installed-Size: 229 Depends: libnghttp2-14 (= 1.43.0-1+nerve2) Multi-Arch: same Priority: optional Section: debug Filename: pool/main/n/nghttp2/libnghttp2-14-dbgsym_1.43.0-1+nerve2_amd64.deb Size: 197008 SHA256: 8c18513325419d36cb2c7df2aac7428ed62257d3e8dca5fe736c66c759114ca8 SHA1: af4888b615ac08a1f204e73d9115bf9b23924b32 MD5sum: 40002fa26e3f360e008869f13a093b67 Description: debug symbols for libnghttp2-14 Build-Ids: 6c3dd23bfe55a012b67c5a4aecb99310d3107493 Package: libnghttp2-dev Source: nghttp2 Version: 1.43.0-1+nerve2 Architecture: amd64 Maintainer: Tomasz Buchert Installed-Size: 521 Depends: libnghttp2-14 (= 1.43.0-1+nerve2), pkg-config Suggests: libnghttp2-doc Conflicts: libnghttp2-3-dev, libnghttp2-4-dev, libnghttp2-5-dev Replaces: libnghttp2-3-dev, libnghttp2-4-dev, libnghttp2-5-dev Homepage: https://nghttp2.org/ Priority: optional Section: libdevel Filename: pool/main/n/nghttp2/libnghttp2-dev_1.43.0-1+nerve2_amd64.deb Size: 111764 SHA256: 4029db1b253bc5fbe76ddd5287bc4fb324c5d9e31162feecee5991357968c159 SHA1: b724809454d0aed197ca62e3b0192453ada6dfcd MD5sum: 2092c8252e05bc439154a7c2392b3d1b Description: library implementing HTTP/2 protocol (development files) This is an implementation of the Hypertext Transfer Protocol version 2 in C. The framing layer of HTTP/2 is implemented as a reusable C library. . This package installs development files. Package: libnghttp2-doc Source: nghttp2 Version: 1.43.0-1+nerve2 Architecture: all Maintainer: Tomasz Buchert Installed-Size: 6585 Depends: libjs-jquery, libjs-underscore, lynx | www-browser Homepage: https://nghttp2.org/ Priority: optional Section: doc Filename: pool/main/n/nghttp2/libnghttp2-doc_1.43.0-1+nerve2_all.deb Size: 2939540 SHA256: 1b3b0f4b354e7a9026e025e3bf310f9d6ccfefb372a17dd714864fae125d977a SHA1: 2744c4e2e23ace8ba95dc63c8ac073b1f695e93d MD5sum: 6f4c3fa484e0d6262eb3ea5c373a756d Description: library implementing HTTP/2 protocol (documentation) This is an implementation of the Hypertext Transfer Protocol version 2 in C. The framing layer of HTTP/2 is implemented as a reusable C library. . This package installs documentation. Package: libnode-dev Source: nodejs Version: 16.13.2~dfsg-2+nerve3 Architecture: amd64 Maintainer: Debian Javascript Maintainers Installed-Size: 2785 Depends: libssl-dev (>= 1.1.1e~), libuv1-dev (>= 1.33.0~), libnode93 (= 16.13.2~dfsg-2+nerve3) Conflicts: libv8-dev (<= 3.14.5.8-11) Breaks: nodejs-dev (<< 10.0.0~dfsg1-3) Replaces: libv8-dev, nodejs-dev (<< 10.0.0~dfsg1-3) Provides: libv8-dev Homepage: https://nodejs.org/ Priority: optional Section: libdevel Filename: pool/main/n/nodejs/libnode-dev_16.13.2~dfsg-2+nerve3_amd64.deb Size: 458864 SHA256: fd5963bb8ac8ba0e341f6ca8fd8de008c0a9192ceccc2dfeed02c5f32c9cbef6 SHA1: fecaa3f9af45dc3849c6e64d814bd2d0a9649744 MD5sum: 2357248fc50cfd9c1c248704912d3fa8 Description: evented I/O for V8 javascript (development files) Node.js is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices. . This package provides development headers for libnode93 Package: libnode93 Source: nodejs Version: 16.13.2~dfsg-2+nerve3 Architecture: amd64 Maintainer: Debian Javascript Maintainers Installed-Size: 41460 Depends: libatomic1 (>= 4.8), libbrotli1 (>= 1.0.0), libc-ares2 (>= 1.17.1~), libc6 (>= 2.17), libgcc1 (>= 1:3.4), libicu70 (>= 70.1-1~), libnghttp2-14 (>= 1.41.0), libssl1.1 (>= 1.1.1e), libstdc++6 (>= 5.2), libuv1 (>= 1.42.0~), zlib1g (>= 1:1.1.4) Conflicts: nodejs-legacy Breaks: libnode64, libnode72, libnode83, node-modern-syslog (<< 1.1.4-2) Replaces: nodejs-legacy Multi-Arch: same Homepage: https://nodejs.org/ Priority: optional Section: libs Filename: pool/main/n/nodejs/libnode93_16.13.2~dfsg-2+nerve3_amd64.deb Size: 9589064 SHA256: 0ff73d8fb974eabaf1943891e0de5d3d1e4a1b4b7060cbe65e1019748a4c35f5 SHA1: 8694e5f3822511af0279119895d123f51a7bc60a MD5sum: 9d62358e810f13a9b0f984998aa7195e Description: evented I/O for V8 javascript - runtime library Node.js is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices. . Node.js is bundled with several useful libraries to handle server tasks: . System, Events, Standard I/O, Modules, Timers, Child Processes, POSIX, HTTP, Multipart Parsing, TCP, DNS, Assert, Path, URL, Query Strings. . This package provides the dynamic library for Node.js. Package: libnss-libvirt Source: libvirt Version: 5.0.0-4+deb10u1+nerve10u7 Architecture: amd64 Maintainer: Debian Libvirt Maintainers Installed-Size: 444 Depends: libc6 (>= 2.17), libgcc1 (>= 1:3.3.1), libyajl2 (>= 2.0.4), libvirt0 (= 5.0.0-4+deb10u1+nerve10u7) Multi-Arch: same Homepage: http://libvirt.org Priority: optional Section: libs Filename: pool/main/libv/libvirt/libnss-libvirt_5.0.0-4+deb10u1+nerve10u7_amd64.deb Size: 201192 SHA256: 1b39d854d1fc53e45d869d08b5158a9aaa2291d12dba0923d948ae6467e937dc SHA1: 01877ef8e9d1c2bd931ca9b946c4fd35e9be4698 MD5sum: d828577dc219cf8666307b61d1731176 Description: nss plugin providing IP address resolution for virtual machines Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). The library aims at providing a long term stable C API for different virtualization mechanisms. It currently supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox. . This package contains the nss plugin for IP address resolution of libvirt managed virtual machines. Package: libnss-libvirt-dbgsym Source: libvirt Version: 5.0.0-4+deb10u1+nerve10u7 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Debian Libvirt Maintainers Installed-Size: 594 Depends: libnss-libvirt (= 5.0.0-4+deb10u1+nerve10u7) Multi-Arch: same Priority: optional Section: debug Filename: pool/main/libv/libvirt/libnss-libvirt-dbgsym_5.0.0-4+deb10u1+nerve10u7_amd64.deb Size: 528796 SHA256: 4fa907c97134f2c1e2e877b487e7227b9095682b0b4229def6f8d48d86b97fd1 SHA1: 1c53bee2a41d9218527e90cc11894b52976a9bcd MD5sum: ac06e4cb059ccc0c8e310e7afdc113ae Description: debug symbols for libnss-libvirt Build-Ids: 6bbba30edc68d608c748d52fa303e1d200581514 Package: libnss-myhostname Source: systemd Version: 241-7~deb10u10+nerve10u2 Architecture: amd64 Maintainer: Debian systemd Maintainers Installed-Size: 200 Depends: libc6 (>= 2.28) Breaks: systemd (<< 222-1) Replaces: systemd (<< 222-1) Multi-Arch: same Homepage: https://www.freedesktop.org/wiki/Software/systemd Priority: optional Section: admin Filename: pool/main/s/systemd/libnss-myhostname_241-7~deb10u10+nerve10u2_amd64.deb Size: 124508 SHA256: 20c5f41ee0a6d95a6bde0c2f223e65c1357167a4544eb13d7b12ee18d8114d7e SHA1: 4d7a551dfafb9a2ab681b47b997df03146e949e0 MD5sum: 6bc5687d743633c82ef3d0cc952b035c Description: nss module providing fallback resolution for the current hostname This package contains a plugin for the Name Service Switch, providing host name resolution for the locally configured system hostname as returned by gethostname(2). It returns all locally configured public IP addresses or -- if none are configured, the IPv4 address 127.0.1.1 (which is on the local loopback) and the IPv6 address ::1 (which is the local host). . A lot of software relies on that the local host name is resolvable. This package provides an alternative to the fragile and error-prone manual editing of /etc/hosts. . Installing this package automatically adds myhostname to /etc/nsswitch.conf. Package: libnss-myhostname-dbgsym Source: systemd Version: 241-7~deb10u10+nerve10u2 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Debian systemd Maintainers Installed-Size: 411 Depends: libnss-myhostname (= 241-7~deb10u10+nerve10u2) Multi-Arch: same Priority: optional Section: debug Filename: pool/main/s/systemd/libnss-myhostname-dbgsym_241-7~deb10u10+nerve10u2_amd64.deb Size: 304348 SHA256: 6f4b009e001bde96c169712c02c3b98883d87d0341637f9c953e5b40555c26aa SHA1: 2b8f8bbf427cc987571c2b81d72002e2fdb6b60f MD5sum: 6fc850194ef9b57877fdf711b76f0944 Description: debug symbols for libnss-myhostname Build-Ids: d43e184882d04fdb49472183b55e6810048c5f2c Package: libnss-mymachines Source: systemd Version: 241-7~deb10u10+nerve10u2 Architecture: amd64 Maintainer: Debian systemd Maintainers Installed-Size: 399 Depends: libc6 (>= 2.28), systemd-container (= 241-7~deb10u10+nerve10u2) Breaks: systemd (<< 222-1) Replaces: systemd (<< 222-1) Multi-Arch: same Homepage: https://www.freedesktop.org/wiki/Software/systemd Priority: optional Section: admin Filename: pool/main/s/systemd/libnss-mymachines_241-7~deb10u10+nerve10u2_amd64.deb Size: 207376 SHA256: a64d8134188e59a7b3211ad2115243d97244dd34345839441b2f4c5e4c24ccc2 SHA1: d0136de57f5fd74bfe52bbdc2e03d99f084b1782 MD5sum: cd9f09df4ea1577a389c0fd0bed90dca Description: nss module to resolve hostnames for local container instances nss-mymachines is a plugin for the GNU Name Service Switch (NSS) functionality of the GNU C Library (glibc) providing hostname resolution for local containers that are registered with systemd-machined.service(8). The container names are resolved to IP addresses of the specific container, ordered by their scope. . Installing this package automatically adds mymachines to /etc/nsswitch.conf. Package: libnss-mymachines-dbgsym Source: systemd Version: 241-7~deb10u10+nerve10u2 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Debian systemd Maintainers Installed-Size: 785 Depends: libnss-mymachines (= 241-7~deb10u10+nerve10u2) Multi-Arch: same Priority: optional Section: debug Filename: pool/main/s/systemd/libnss-mymachines-dbgsym_241-7~deb10u10+nerve10u2_amd64.deb Size: 637064 SHA256: 83d9a4798549618d22bee46de4430119f209fa0a6a2bd155d652a529995b4a39 SHA1: f24fdbc490de4106e116623c36ffc88445e8553e MD5sum: 4d822722b7bcb03b9cd26ca4c7fbc5f1 Description: debug symbols for libnss-mymachines Build-Ids: e061c25372fa75ca7f3ebefb0ce0cbd7e63193b5 Package: libnss-resolve Source: systemd Version: 241-7~deb10u10+nerve10u2 Architecture: amd64 Maintainer: Debian systemd Maintainers Installed-Size: 394 Depends: libc6 (>= 2.28), systemd (= 241-7~deb10u10+nerve10u2) Breaks: systemd (<< 227-3) Replaces: systemd (<< 227-3) Multi-Arch: same Homepage: https://www.freedesktop.org/wiki/Software/systemd Priority: optional Section: admin Filename: pool/main/s/systemd/libnss-resolve_241-7~deb10u10+nerve10u2_amd64.deb Size: 205400 SHA256: de89bb70ef2aa158a95cecadbd886f1483668c11e0f2785c59241120bed45362 SHA1: 7b31aa4c9fa6bf97126f31ab6c0a2c1f61a58c64 MD5sum: a14892e90e1f1b021cb28beb724c7722 Description: nss module to resolve names via systemd-resolved nss-resolve is a plugin for the GNU Name Service Switch (NSS) functionality of the GNU C Library (glibc) providing DNS and LLMNR resolution to programs via the systemd-resolved daemon (provided in the systemd package). . Installing this package automatically adds resolve to /etc/nsswitch.conf. Package: libnss-resolve-dbgsym Source: systemd Version: 241-7~deb10u10+nerve10u2 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Debian systemd Maintainers Installed-Size: 772 Depends: libnss-resolve (= 241-7~deb10u10+nerve10u2) Multi-Arch: same Priority: optional Section: debug Filename: pool/main/s/systemd/libnss-resolve-dbgsym_241-7~deb10u10+nerve10u2_amd64.deb Size: 625692 SHA256: a89b85c3bd6112d4aea71cb478c37e13616dd51f3c7f08b8fca85f8ef84e0931 SHA1: b75fdb05c22d99c85995e1b1104c14e6ac1c18cf MD5sum: c548da0616b00da3687b515593eceb3f Description: debug symbols for libnss-resolve Build-Ids: edba44b2d9db3decb35121168d0a750b440559f9 Package: libnss-systemd Source: systemd Version: 241-7~deb10u10+nerve10u2 Architecture: amd64 Maintainer: Debian systemd Maintainers Installed-Size: 394 Depends: libc6 (>= 2.28), systemd (= 241-7~deb10u10+nerve10u2) Multi-Arch: same Homepage: https://www.freedesktop.org/wiki/Software/systemd Priority: optional Section: admin Filename: pool/main/s/systemd/libnss-systemd_241-7~deb10u10+nerve10u2_amd64.deb Size: 205304 SHA256: 3161a23777223a7f5ff4429bfa93f5e761cacbec8fa4b3bfa3b962cfe0d0ab9f SHA1: 9e6d088bbf93303de1e60deb573b367b3d1dcdb9 MD5sum: c9193f6bdacf0f6a8a23961450b51672 Description: nss module providing dynamic user and group name resolution nss-systemd is a plug-in module for the GNU Name Service Switch (NSS) functionality of the GNU C Library (glibc), providing UNIX user and group name resolution for dynamic users and groups allocated through the DynamicUser= option in systemd unit files. See systemd.exec(5) for details on this option. . Installing this package automatically adds the module to /etc/nsswitch.conf. Package: libnss-systemd-dbgsym Source: systemd Version: 241-7~deb10u10+nerve10u2 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Debian systemd Maintainers Installed-Size: 776 Depends: libnss-systemd (= 241-7~deb10u10+nerve10u2) Multi-Arch: same Priority: optional Section: debug Filename: pool/main/s/systemd/libnss-systemd-dbgsym_241-7~deb10u10+nerve10u2_amd64.deb Size: 630372 SHA256: b6b6093142c189c9de97bb91679872da951c99d9c2632369d010afec84d99cd8 SHA1: 66d75f5971d7e2fbf80cd291018786182f70e2f2 MD5sum: a409cb2b49a626bb58cebd060dbd0f7f Description: debug symbols for libnss-systemd Build-Ids: b343642c71ffe5715a684014d6cf4d5c9d96b057 Package: liboblomessenger Source: nerve-omb Version: 1.8.11 Architecture: amd64 Maintainer: Nerve Packaging Team Installed-Size: 501 Depends: libc6 (>= 2.15), libgcc1 (>= 1:3.0), libpococrypto60, libpocodata60, libpocodatasqlite60, libpocofoundation60, libpocojson60, libpoconet60, libpocoutil60, libpocoxml60, libssl1.1 (>= 1.1.0), libstdc++6 (>= 5.2) Priority: optional Section: misc Filename: pool/main/n/nerve-omb/liboblomessenger_1.8.11_amd64.deb Size: 155020 SHA256: 553968bc650a828ec043691a7c24dfcf77964d877cddeedcabfcc61be35a0692 SHA1: a66f14b47efeacd421c94ceb86fcaab70e91ca39 MD5sum: 759007d0f878312ffe2ab446cbe57228 Description: OBLO messaging protocol (shared libraries) Shared libraries for the OBLO messaging protocol. Package: liboblomessenger-dbgsym Source: nerve-omb Version: 1.8.11 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Nerve Packaging Team Installed-Size: 1686 Depends: liboblomessenger (= 1.8.11) Priority: optional Section: debug Filename: pool/main/n/nerve-omb/liboblomessenger-dbgsym_1.8.11_amd64.deb Size: 1581752 SHA256: d144c4ccffcf4a1653a470bf393b6537ed7aada91cb36ed247a2f24f315bf0fd SHA1: 43d65eaafe8a6ea26f2a1390e62745ec8b34eba0 MD5sum: c3708c3f7aa095314c6f4cc9a4f1d77c Description: debug symbols for liboblomessenger Build-Ids: fa56d5375e74a2cf860cc88f89a4424b44250536 Package: liboblomessenger-dev Source: nerve-omb Version: 1.8.11 Architecture: amd64 Maintainer: Nerve Packaging Team Installed-Size: 315 Depends: liboblomessenger (= 1.8.11) Priority: optional Section: misc Filename: pool/main/n/nerve-omb/liboblomessenger-dev_1.8.11_amd64.deb Size: 45272 SHA256: ac7b3a036604893719f8e353932a610acf22dd7a04a7701c115ad26330995cbc SHA1: 6664704a115b9301c696d3f5ffffb4ca65ca84af MD5sum: b83545e08db383440586c7dd9cb0dd6e Description: C++ server-side implementation of the OBLO messaging protocol - dev headers Development headers for nerve-omb. Package: libpam-systemd Source: systemd Version: 241-7~deb10u10+nerve10u2 Architecture: amd64 Maintainer: Debian systemd Maintainers Installed-Size: 396 Depends: libc6 (>= 2.28), libpam0g (>= 0.99.7.1), systemd (= 241-7~deb10u10+nerve10u2), libpam-runtime (>= 1.0.1-6), dbus, systemd-sysv Provides: default-logind (= 241-7~deb10u10+nerve10u2), logind (= 241-7~deb10u10+nerve10u2) Multi-Arch: same Homepage: https://www.freedesktop.org/wiki/Software/systemd Priority: standard Section: admin Filename: pool/main/s/systemd/libpam-systemd_241-7~deb10u10+nerve10u2_amd64.deb Size: 209388 SHA256: 9d4c46dfe9c379ce9c24abd70f210ebc627dddd9d85b706f884492e837601514 SHA1: f2d84430b4877f0b83096b94b1a022492d60fb9f MD5sum: 75c60932950b9b5856592b34c055c2b6 Description: system and service manager - PAM module This package contains the PAM module which registers user sessions in the systemd control group hierarchy for logind. . If in doubt, do install this package. . Packages that depend on logind functionality need to depend on libpam-systemd. Package: libpam-systemd-dbgsym Source: systemd Version: 241-7~deb10u10+nerve10u2 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Debian systemd Maintainers Installed-Size: 780 Depends: libpam-systemd (= 241-7~deb10u10+nerve10u2) Multi-Arch: same Priority: optional Section: debug Filename: pool/main/s/systemd/libpam-systemd-dbgsym_241-7~deb10u10+nerve10u2_amd64.deb Size: 633384 SHA256: 10aea9545e2dca2887b230ab23ddf1aacaf912957be502e33315fb64c3685eea SHA1: 909947c5c95e78a620bfbbb47ee81ddf76100970 MD5sum: 878ed451118a620dea6440a24addf26a Description: debug symbols for libpam-systemd Build-Ids: b2e7d41962c655584c0a3aac70ea61083b320dc7 Package: libssl-dev Source: openssl Version: 1.1.1m-1+nerve1 Architecture: amd64 Maintainer: Debian OpenSSL Team Installed-Size: 7920 Depends: libssl1.1 (= 1.1.1m-1+nerve1) Suggests: libssl-doc Conflicts: libssl1.0-dev Multi-Arch: same Homepage: https://www.openssl.org/ Priority: optional Section: libdevel Filename: pool/main/o/openssl/libssl-dev_1.1.1m-1+nerve1_amd64.deb Size: 1807824 SHA256: 60cdd721d5854e54141b394c688da3f3e28800d264cf64385e06a3ed8e8abee2 SHA1: ed98fd630b4070713624274e767bcf93ed0fceb8 MD5sum: f70e838ea033fea69816fd791a2d2104 Description: Secure Sockets Layer toolkit - development files This package is part of the OpenSSL project's implementation of the SSL and TLS cryptographic protocols for secure communication over the Internet. . It contains development libraries, header files, and manpages for libssl and libcrypto. Package: libssl-doc Source: openssl Version: 1.1.1m-1+nerve1 Architecture: all Maintainer: Debian OpenSSL Team Installed-Size: 5516 Breaks: libssl-dev (<< 1.0.0) Replaces: libssl-dev (<< 1.0.0) Multi-Arch: foreign Homepage: https://www.openssl.org/ Priority: optional Section: doc Filename: pool/main/o/openssl/libssl-doc_1.1.1m-1+nerve1_all.deb Size: 1748028 SHA256: 0f5234f6d27ed256eb443c684afaab69eac867af01fb07b6221c024e41a7b38c SHA1: a62e7df812e82c02766a1d857ca452756f6963e8 MD5sum: 6a7e9392b9bf4b03634cf45c8413253f Description: Secure Sockets Layer toolkit - development documentation This package is part of the OpenSSL project's implementation of the SSL and TLS cryptographic protocols for secure communication over the Internet. . It contains manpages and demo files for libssl and libcrypto. Package: libssl1.1 Source: openssl Version: 1.1.1m-1+nerve1 Architecture: amd64 Maintainer: Debian OpenSSL Team Installed-Size: 4090 Depends: libc6 (>= 2.25), debconf (>= 0.5) | debconf-2.0 Breaks: isync (<< 1.3.0-2), lighttpd (<< 1.4.49-2), python-boto (<< 2.44.0-1.1), python-httplib2 (<< 0.11.3-1), python-imaplib2 (<< 2.57-5), python3-boto (<< 2.44.0-1.1), python3-imaplib2 (<< 2.57-5) Multi-Arch: same Homepage: https://www.openssl.org/ Priority: optional Section: libs Filename: pool/main/o/openssl/libssl1.1_1.1.1m-1+nerve1_amd64.deb Size: 1550292 SHA256: 0d63185be4fd02ccd1826f8838d69b08a76226bebd627ff11446001aacb49793 SHA1: 3800ec715541a748196f55abcaed7827ef7d368b MD5sum: 84c50a12d9d099c87d759eff9f56dbac Description: Secure Sockets Layer toolkit - shared libraries This package is part of the OpenSSL project's implementation of the SSL and TLS cryptographic protocols for secure communication over the Internet. . It provides the libssl and libcrypto shared libraries. Package: libssl1.1-dbgsym Source: openssl Version: 1.1.1m-1+nerve1 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Debian OpenSSL Team Installed-Size: 3337 Depends: libssl1.1 (= 1.1.1m-1+nerve1) Multi-Arch: same Priority: optional Section: debug Filename: pool/main/o/openssl/libssl1.1-dbgsym_1.1.1m-1+nerve1_amd64.deb Size: 3022336 SHA256: 5aedc68f741e346ca85d2a9e26ece5e0da522af434a9a23fd3c04eb1d03d164e SHA1: 4f64d2e40f85ffff5c128a1fa3f972a0b5d200a2 MD5sum: 356bf6cd3294d40819acd9c7dd9ccdf4 Description: debug symbols for libssl1.1 Build-Ids: 39dad33d49c6b07eb8a48311f26fb1c426fc10e7 3c05ff056cfc5f6958e29ec4fd685487c6c2e150 cf51b16a06c30dfdb08b8b5e64b884c089a37632 ee84cb5f0e72db3db8918fd221ca1620cd11d818 Package: libsystemd-dev Source: systemd Version: 241-7~deb10u10+nerve10u2 Architecture: amd64 Maintainer: Debian systemd Maintainers Installed-Size: 860 Depends: libsystemd0 (= 241-7~deb10u10+nerve10u2) Multi-Arch: same Homepage: https://www.freedesktop.org/wiki/Software/systemd Priority: optional Section: libdevel Filename: pool/main/s/systemd/libsystemd-dev_241-7~deb10u10+nerve10u2_amd64.deb Size: 322484 SHA256: 4bc09e3ebe98ba0e955b5e93934ccc317b923d4782f39647a2bc825d22820ad8 SHA1: d5394894fbf357361802b6f74ffe018a90fd6429 MD5sum: 0e9cc08f2f3b896cf5fa08a42ddf85a5 Description: systemd utility library - development files The libsystemd0 library provides interfaces to various systemd components. . This package contains the development files. Package: libsystemd0 Source: systemd Version: 241-7~deb10u10+nerve10u2 Architecture: amd64 Maintainer: Debian systemd Maintainers Installed-Size: 768 Pre-Depends: libc6 (>= 2.28), libgcrypt20 (>= 1.8.0), liblz4-1 (>= 0.0~r122), liblzma5 (>= 5.1.1alpha+20120614) Multi-Arch: same Homepage: https://www.freedesktop.org/wiki/Software/systemd Priority: optional Section: libs Filename: pool/main/s/systemd/libsystemd0_241-7~deb10u10+nerve10u2_amd64.deb Size: 331812 SHA256: c98ed98488464fae46795a2c2e887af426c9d569394844d9c38425ebafe0cdfc SHA1: 0314e9ea4cdc82c068ccf1a853f5c38f4badfab3 MD5sum: ee20ed29ad960ed731147c696805d7a8 Description: systemd utility library The libsystemd0 library provides interfaces to various systemd components. Package: libsystemd0-dbgsym Source: systemd Version: 241-7~deb10u10+nerve10u2 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Debian systemd Maintainers Installed-Size: 1425 Depends: libsystemd0 (= 241-7~deb10u10+nerve10u2) Multi-Arch: same Priority: optional Section: debug Filename: pool/main/s/systemd/libsystemd0-dbgsym_241-7~deb10u10+nerve10u2_amd64.deb Size: 1171532 SHA256: b25bafe78b70425d3a3248444c3338c98aad27045a180e5d08961b12a4544320 SHA1: 66e26ff4be0625b5767e9b8e494a955bf8f2d5b2 MD5sum: 700d2be89a9b2e54e9be8528d2ed07ab Description: debug symbols for libsystemd0 Build-Ids: b4108c179ad9d14531b4de10ffd9348cbfe643be Package: libudev-dev Source: systemd Version: 241-7~deb10u10+nerve10u2 Architecture: amd64 Maintainer: Debian systemd Maintainers Installed-Size: 197 Depends: libudev1 (= 241-7~deb10u10+nerve10u2) Multi-Arch: same Homepage: https://www.freedesktop.org/wiki/Software/systemd Priority: optional Section: libdevel Filename: pool/main/s/systemd/libudev-dev_241-7~deb10u10+nerve10u2_amd64.deb Size: 110428 SHA256: 8122f3c802cad5a29a98372d3eb2579b90558f18f7e67b83449806adcf16ac35 SHA1: 7c5110dff8a227281eefcba772c6ee04e26f2572 MD5sum: 203bf7276e41886db9c5e5335d89283e Description: libudev development files This package contains the files needed for developing applications that use libudev. Package: libudev1 Source: systemd Version: 241-7~deb10u10+nerve10u2 Architecture: amd64 Maintainer: Debian systemd Maintainers Installed-Size: 259 Depends: libc6 (>= 2.28) Multi-Arch: same Homepage: https://www.freedesktop.org/wiki/Software/systemd Priority: optional Section: libs Filename: pool/main/s/systemd/libudev1_241-7~deb10u10+nerve10u2_amd64.deb Size: 151212 SHA256: a6ffee0b02bc5b31e58bd22226b2da1a4106706ef8c925b93c420f226a036b37 SHA1: 9b65699cb94ef2b2108af24bbeacac830f0047fc MD5sum: 92ef74cf2e38af45e83ef42d088f3d9f Description: libudev shared library This library provides access to udev device information. Package: libudev1-dbgsym Source: systemd Version: 241-7~deb10u10+nerve10u2 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Debian systemd Maintainers Installed-Size: 528 Depends: libudev1 (= 241-7~deb10u10+nerve10u2) Multi-Arch: same Priority: optional Section: debug Filename: pool/main/s/systemd/libudev1-dbgsym_241-7~deb10u10+nerve10u2_amd64.deb Size: 404916 SHA256: d7235ac4699b6a1e6f6a581ea1f61ff733c32b2c04ad9557e802546d212d6620 SHA1: e1b793df6acf0c2bb64135e43ca36e16ce3d2e10 MD5sum: aefb610b0e63354cb1183473369baa49 Description: debug symbols for libudev1 Build-Ids: 2bbbf718ea28edc72759f7cdcf2744ddd4768600 Package: libuv1 Version: 1.43.0-1+nerve2 Architecture: amd64 Maintainer: Dominique Dumont Installed-Size: 296 Depends: libc6 (>= 2.28) Multi-Arch: same Homepage: https://github.com/libuv/libuv Priority: optional Section: libs Filename: pool/main/libu/libuv1/libuv1_1.43.0-1+nerve2_amd64.deb Size: 136452 SHA256: ae21588908060fd6b148162a33cfb5729ab7453873083471469a00536c171959 SHA1: bbf159ac80fafb4ef15cbd7c06472ce47b47d24f MD5sum: 416d4dea517a32eb31d6fa0d9e63b225 Description: asynchronous event notification library - runtime library Libuv is the asynchronous library behind Node.js. Very similar to libevent or libev, it provides the main elements for event driven systems: watching and waiting for availability in a set of sockets, and some other events like timers or asynchronous messages. However, libuv also comes with some other extras like: * files watchers and asynchronous operations * a portable TCP and UDP API, as well as asynchronous DNS resolution * processes and threads management, and a portable inter-process communications mechanism, with pipes and work queues * a plugins mechanism for loading libraries dynamically * interface with external libraries that also need to access the I/O. . This package includes the dynamic library against which you can link your program. Package: libuv1-dbgsym Source: libuv1 Version: 1.43.0-1+nerve2 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Dominique Dumont Installed-Size: 258 Depends: libuv1 (= 1.43.0-1+nerve2) Multi-Arch: same Priority: optional Section: debug Filename: pool/main/libu/libuv1/libuv1-dbgsym_1.43.0-1+nerve2_amd64.deb Size: 218804 SHA256: 3647c39dc5227b6a13a4af241ce5f6527e9351ba3953b568df3011264a1fded8 SHA1: a76d1e2801951b94b7e90559887b76bdd3837db7 MD5sum: cae8e95d85d79b4186ab0b54cf6b3e9d Description: debug symbols for libuv1 Build-Ids: 77657aca66fe848c305859b2d8133757fdb7637e Package: libuv1-dev Source: libuv1 Version: 1.43.0-1+nerve2 Architecture: amd64 Maintainer: Dominique Dumont Installed-Size: 665 Depends: libuv1 (= 1.43.0-1+nerve2) Conflicts: libuv-dev Replaces: libuv-dev Multi-Arch: same Homepage: https://github.com/libuv/libuv Priority: optional Section: libdevel Filename: pool/main/libu/libuv1/libuv1-dev_1.43.0-1+nerve2_amd64.deb Size: 172924 SHA256: 2608f5ec70accf6669db8ed4595a56876f65c8b9763cd72452e3b6e13fec8338 SHA1: f5e6aa025122bad5e81ebe9f0c72a7ccec66ce61 MD5sum: a307f94f66159048424a3793acd05c8b Description: asynchronous event notification library - development files Libuv is the asynchronous library behind Node.js. Very similar to libevent or libev, it provides the main elements for event driven systems: watching and waiting for availability in a set of sockets, and some other events like timers or asynchronous messages. However, libuv also comes with some other extras like: * files watchers and asynchronous operations * a portable TCP and UDP API, as well as asynchronous DNS resolution * processes and threads management, and a portable inter-process communications mechanism, with pipes and work queues * a plugins mechanism for loading libraries dynamically * interface with external libraries that also need to access the I/O. . Install this package if you wish to develop your own programs using the libuv engine. Package: libvirt-clients Source: libvirt Version: 5.0.0-4+deb10u1+nerve10u7 Architecture: amd64 Maintainer: Debian Libvirt Maintainers Installed-Size: 2142 Depends: libacl1 (>= 2.2.23), libapparmor1 (>= 2.6~devel), libaudit1 (>= 1:2.2.1), libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libc6 (>= 2.17), libcap-ng0 (>= 0.7.9), libcurl3-gnutls (>= 7.16.2), libdbus-1-3 (>= 1.9.14), libdevmapper1.02.1 (>= 2:1.02.20), libgcc1 (>= 1:3.3.1), libgnutls30 (>= 3.6.5), libnl-3-200 (>= 3.2.7), libnl-route-3-200 (>= 3.2.7), libnuma1 (>= 2.0.11), libreadline7 (>= 6.0), libsasl2-2 (>= 2.1.27+dfsg), libselinux1 (>= 2.0.82), libssh2-1 (>= 1.0), libvirt0 (= 5.0.0-4+deb10u1+nerve10u7), libxml2 (>= 2.7.4), libyajl2 (>= 2.0.4), sensible-utils Suggests: libvirt-daemon Homepage: http://libvirt.org Priority: optional Section: admin Filename: pool/main/libv/libvirt/libvirt-clients_5.0.0-4+deb10u1+nerve10u7_amd64.deb Size: 710012 SHA256: fa5070d2c05f7b0a309de88108f94c90bb5359a73e83f9ed00090f0de0830914 SHA1: 7e5f5066cfc3ce3402b4867a2cb543fd88d98174 MD5sum: 81f918336f236519b82383f130f3bd12 Description: Programs for the libvirt library Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). The library aims at providing a long term stable C API for different virtualization mechanisms. It currently supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox. . This package contains the libvirt shell virsh and other client binaries. Package: libvirt-clients-dbgsym Source: libvirt Version: 5.0.0-4+deb10u1+nerve10u7 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Debian Libvirt Maintainers Installed-Size: 2492 Depends: libvirt-clients (= 5.0.0-4+deb10u1+nerve10u7) Priority: optional Section: debug Filename: pool/main/libv/libvirt/libvirt-clients-dbgsym_5.0.0-4+deb10u1+nerve10u7_amd64.deb Size: 2189604 SHA256: fca433a86069709c2b1f1e125d1781c08eac4ebf54dd1f44a614c6e0bb24bf9a SHA1: c370a00f85073c666bc31b95405be213270b0b32 MD5sum: f3e904b677ecc6e3d05c799b028880a1 Description: debug symbols for libvirt-clients Build-Ids: 009fd1c909edd4df7879105d1684b710d06782e3 065300be16b970efcfa6880dcdc6b91a1b541580 a1796d6fb0b78f6c0f34c893c5ae70a1a1242a94 df86bd295aba9187ee629cbe51e1c997d3622025 Package: libvirt-daemon Source: libvirt Version: 5.0.0-4+deb10u1+nerve10u7 Architecture: amd64 Maintainer: Debian Libvirt Maintainers Installed-Size: 9520 Depends: libacl1 (>= 2.2.23), libapparmor1 (>= 2.6~devel), libaudit1 (>= 1:2.2.1), libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libblkid1 (>= 2.17.2), libc6 (>= 2.17), libcap-ng0 (>= 0.7.9), libcurl3-gnutls (>= 7.16.2), libdbus-1-3 (>= 1.9.14), libdevmapper1.02.1 (>= 2:1.02.97), libfuse2 (>= 2.8), libgcc1 (>= 1:3.3.1), libgnutls30 (>= 3.6.6), libnetcf1 (>= 1:0.2.2), libnl-3-200 (>= 3.2.7), libnl-route-3-200 (>= 3.2.7), libnuma1 (>= 2.0.11), libparted2 (>= 3.1), libpcap0.8 (>= 1.0.0), libpciaccess0, libsasl2-2 (>= 2.1.27+dfsg), libselinux1 (>= 2.0.82), libssh2-1 (>= 1.2.8), libudev1 (>= 183), libuuid1 (>= 2.16), libvirt0 (= 5.0.0-4+deb10u1+nerve10u7), libxenmisc4.11, libxenstore3.0 (>= 3.2.0), libxentoollog1, libxml2 (>= 2.7.4), libyajl2 (>= 2.0.4) Recommends: qemu-kvm | qemu (>= 0.9.1), libxml2-utils, netcat-openbsd Suggests: libvirt-daemon-driver-storage-gluster, libvirt-daemon-driver-storage-rbd, libvirt-daemon-driver-storage-zfs, libvirt-daemon-system, numad Enhances: qemu, qemu-kvm, xen Homepage: http://libvirt.org Priority: optional Section: admin Filename: pool/main/libv/libvirt/libvirt-daemon_5.0.0-4+deb10u1+nerve10u7_amd64.deb Size: 1838228 SHA256: afb3fc909e2957f26f981483b9ce1c2ae04b1d8b538a6eb453ce50726527fb63 SHA1: e379de207a9d3653bafaa5822b8ddf8fdfdcc9fd MD5sum: 78fb562fe028ca8d088010fcdca3c0ba Description: Virtualization daemon Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). The library aims at providing a long term stable C API for different virtualization mechanisms. It currently supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox. . This package contains the daemon libvirtd to manage the hypervisors. Package: libvirt-daemon-dbgsym Source: libvirt Version: 5.0.0-4+deb10u1+nerve10u7 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Debian Libvirt Maintainers Installed-Size: 15073 Depends: libvirt-daemon (= 5.0.0-4+deb10u1+nerve10u7) Priority: optional Section: debug Filename: pool/main/libv/libvirt/libvirt-daemon-dbgsym_5.0.0-4+deb10u1+nerve10u7_amd64.deb Size: 13442356 SHA256: 63e0bc4953623a0788bbd9b8fa94ede10536b37dfa245b082ef5658982499f62 SHA1: 9856042cdcf0517176cbc5d1f2684785716e3606 MD5sum: ae078e17fb7b0625f712752d6353feaa Description: debug symbols for libvirt-daemon Build-Ids: 151c6e37be19b3cd27386745988cdcbf7c01f2d1 1e9891da4d7821283858aa0cefd17be8d37143da 34d4cceeca73ce4ab6c4ea7478faaa2e3a8f573e 34e8f49227cd44dd3f8b8b49b9ecd5a9383411e5 357af184adec453d0e5152f0eb64f9c9c6e226e6 35b4369d63c4e4d688c0380d645cb19d3d0e8bba 4576c1ed28779660ad64ff9cd90db9e7eb927ab2 47bbb9b02efc25a0ff4cce90a421c0b6f4abaa95 4fd2deab3dc71be58f4d56e363ec71b486371fc6 5c18e274da07c71e8f92ab4855e4201285bda877 5e02bd7489100b55c76b1d6c271da58214b973fe 5fbc0495564e08d8a394fe65ed33269fc6e32c6b 66e46ad6827c6a265a13b4a61ccce2e9301af119 7112c8c876e4863601d86f30eb56dbd71ee6eafd 7f9979bf6e4953d9b3f75bbfb19bd3dd40457210 882ce3a05000c81be050e0d56ba284482bdd9f27 983887d86fe7f017a23f512fac3488d30e3330d4 9eb8a16e4283967076d42cd2f6427e7266d7e1ad a4de05f12f0a8a8cc2bdd8f4515703738f1ec3b0 a741954ebcf519830fb9c7417a797f86735f8bf0 b94861857a9ea42c4d358bc7bd932de1bfce23f5 b9911c297111d37e5b84be2a2151268da2f302c3 c64d436eaf003512703ecb1b88a0b5201245bdcb c98c9d7f1a7af2b52d33c0fbea159ed67c4ed3b2 e8cdad34f72aa45430bccd20106c25858568ec82 eb2f4794556c8106018fb0f22492ad7a78eccdd3 f2232aed72a400121f0a71cf8a52fa035b0bfd52 Package: libvirt-daemon-driver-storage-gluster Source: libvirt Version: 5.0.0-4+deb10u1+nerve10u7 Architecture: amd64 Maintainer: Debian Libvirt Maintainers Installed-Size: 330 Depends: libacl1 (>= 2.2.23), libc6 (>= 2.14), libgfapi0, libgfrpc0, libgfxdr0, libglusterfs0, libuuid1 (>= 2.16), libvirt0 (>= 5.0.0), libvirt-daemon (= 5.0.0-4+deb10u1+nerve10u7) Breaks: libvirt-daemon (<< 3.7.0-3~) Replaces: libvirt-daemon (<< 3.7.0-3~) Homepage: http://libvirt.org Priority: optional Section: admin Filename: pool/main/libv/libvirt/libvirt-daemon-driver-storage-gluster_5.0.0-4+deb10u1+nerve10u7_amd64.deb Size: 116732 SHA256: 75b4c3786e52a7f5273e9ef8ba9a413d21d53d32501e49846a956d7aa533b8e8 SHA1: c21ca15140a5fedbbb0fc9d576b3c08d57c84e02 MD5sum: 3257c8587e154fd31687dcd1f3123919 Description: Virtualization daemon glusterfs storage driver Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). The library aims at providing a long term stable C API for different virtualization mechanisms. It currently supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox. . This package contains the libvirtd storage driver for GlusterFS. Package: libvirt-daemon-driver-storage-gluster-dbgsym Source: libvirt Version: 5.0.0-4+deb10u1+nerve10u7 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Debian Libvirt Maintainers Installed-Size: 459 Depends: libvirt-daemon-driver-storage-gluster (= 5.0.0-4+deb10u1+nerve10u7) Priority: optional Section: debug Filename: pool/main/libv/libvirt/libvirt-daemon-driver-storage-gluster-dbgsym_5.0.0-4+deb10u1+nerve10u7_amd64.deb Size: 418692 SHA256: 737ead3461e052d70a319baa55a958d53a307e03c9b9a6f28fe5942ce4493bf9 SHA1: bb56c4b8436510070b7180cdea07853b077dfc72 MD5sum: a39b02f965334e17b5baee385ee82bba Description: debug symbols for libvirt-daemon-driver-storage-gluster Build-Ids: 8a79dcd5e57483e29dae43c652b6439125436e97 dbe963156377099078817b377f265bbdcfd34a6a Package: libvirt-daemon-driver-storage-rbd Source: libvirt Version: 5.0.0-4+deb10u1+nerve10u7 Architecture: amd64 Maintainer: Debian Libvirt Maintainers Installed-Size: 214 Depends: libc6 (>= 2.14), librados2 (>= 0.72.2), librbd1 (>= 9.2.0), libvirt0 (>= 5.0.0), libvirt-daemon (= 5.0.0-4+deb10u1+nerve10u7) Breaks: libvirt-daemon (<< 3.7.0-3~) Replaces: libvirt-daemon (<< 3.7.0-3~) Homepage: http://libvirt.org Priority: optional Section: admin Filename: pool/main/libv/libvirt/libvirt-daemon-driver-storage-rbd_5.0.0-4+deb10u1+nerve10u7_amd64.deb Size: 112892 SHA256: 55e1e9bd0cb6e48aabc1921fcc3e7dfbc5254d132f10e52c410d969469f56371 SHA1: 52035ce15610821b8e9ae797e64db03d77dce4e6 MD5sum: a689586782309c23d8d7da476480380c Description: Virtualization daemon RBD storage driver Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). The library aims at providing a long term stable C API for different virtualization mechanisms. It currently supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox. . This package contains the libvirtd storage driver for RBD/Rados/Ceph. Package: libvirt-daemon-driver-storage-rbd-dbgsym Source: libvirt Version: 5.0.0-4+deb10u1+nerve10u7 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Debian Libvirt Maintainers Installed-Size: 268 Depends: libvirt-daemon-driver-storage-rbd (= 5.0.0-4+deb10u1+nerve10u7) Priority: optional Section: debug Filename: pool/main/libv/libvirt/libvirt-daemon-driver-storage-rbd-dbgsym_5.0.0-4+deb10u1+nerve10u7_amd64.deb Size: 244672 SHA256: cbd0e81c9a6f27e5d0d8c98b3975094ed4b31e2464547bf336e8e2714fcf22b4 SHA1: f35985b345cc28fa802234c4b0ea4fcd583a3919 MD5sum: e86110361348a77ac26820b75a3e76af Description: debug symbols for libvirt-daemon-driver-storage-rbd Build-Ids: a12c82834d51db16231af9287466ed48b400cd0b Package: libvirt-daemon-driver-storage-zfs Source: libvirt Version: 5.0.0-4+deb10u1+nerve10u7 Architecture: amd64 Maintainer: Debian Libvirt Maintainers Installed-Size: 194 Depends: libc6 (>= 2.14), libvirt0 (>= 5.0.0), libvirt-daemon (= 5.0.0-4+deb10u1+nerve10u7) Breaks: libvirt-daemon (<< 3.7.0-3~) Replaces: libvirt-daemon (<< 3.7.0-3~) Homepage: http://libvirt.org Priority: optional Section: admin Filename: pool/main/libv/libvirt/libvirt-daemon-driver-storage-zfs_5.0.0-4+deb10u1+nerve10u7_amd64.deb Size: 106852 SHA256: b73158ffa9372bb533921c5525243504f15b4f8c9154c0be4e44fb0ec022d9c2 SHA1: 80f6ec749ea57b661a4b5aced55ec61bb55ebb87 MD5sum: fe22b1dd9a766845786a3d5ada40e3eb Description: Virtualization daemon ZFS storage driver Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). The library aims at providing a long term stable C API for different virtualization mechanisms. It currently supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox. . This package contains the libvirtd storage driver for ZFS. Package: libvirt-daemon-driver-storage-zfs-dbgsym Source: libvirt Version: 5.0.0-4+deb10u1+nerve10u7 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Debian Libvirt Maintainers Installed-Size: 235 Depends: libvirt-daemon-driver-storage-zfs (= 5.0.0-4+deb10u1+nerve10u7) Priority: optional Section: debug Filename: pool/main/libv/libvirt/libvirt-daemon-driver-storage-zfs-dbgsym_5.0.0-4+deb10u1+nerve10u7_amd64.deb Size: 213448 SHA256: 0dac27e67273288bb0dad742bb0413930e617e054a57ef3af0bcadae45e05e1e SHA1: 42c3058c54a9491574843ce12231ae3808c4e08b MD5sum: a8577dccc146950ec42ca18792e08e04 Description: debug symbols for libvirt-daemon-driver-storage-zfs Build-Ids: 9497719529708bd781f79b0ce068a31abd389df5 Package: libvirt-daemon-system Source: libvirt Version: 5.0.0-4+deb10u1+nerve10u7 Architecture: amd64 Maintainer: Debian Libvirt Maintainers Installed-Size: 460 Depends: debconf (>= 0.5) | debconf-2.0, libacl1 (>= 2.2.23), libapparmor1 (>= 2.6~devel), libaudit1 (>= 1:2.2.1), libblkid1 (>= 2.16), libc6 (>= 2.14), libcap-ng0 (>= 0.7.9), libdbus-1-3 (>= 1.9.14), libdevmapper1.02.1 (>= 2:1.02.20), libgnutls30 (>= 3.6.5), libnl-3-200 (>= 3.2.7), libnl-route-3-200 (>= 3.2.7), libnuma1 (>= 2.0.11), libselinux1 (>= 2.0.82), libvirt0 (>= 5.0.0), libxml2 (>= 2.7.4), libyajl2 (>= 2.0.4), adduser, gettext-base, lsb-base, libvirt-clients (= 5.0.0-4+deb10u1+nerve10u7), libvirt-daemon (= 5.0.0-4+deb10u1+nerve10u7), iptables (>= 1.8.1-1) | firewalld, logrotate, policykit-1 Recommends: dmidecode, dnsmasq-base (>= 2.46-1), iproute2, parted Suggests: apparmor, auditd, nfs-common, open-iscsi, pm-utils, radvd, systemd, systemtap, zfsutils Breaks: avahi-daemon (<< 0.6.31-3~), systemd-sysv (<< 224-1~) Homepage: http://libvirt.org Priority: optional Section: admin Filename: pool/main/libv/libvirt/libvirt-daemon-system_5.0.0-4+deb10u1+nerve10u7_amd64.deb Size: 120208 SHA256: 1f4d70b1a1827ad987bfd2621416f10ef705b5ea7e372364334bb65004f19f82 SHA1: 4aee1d27c72824e3637f0ac6a358afa734dfcfcc MD5sum: f2ff87dfce7dcc920468b2ff981d3d28 Description: Libvirt daemon configuration files Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). The library aims at providing a long term stable C API for different virtualization mechanisms. It currently supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox. . This package contains the configuration files to run the libvirt daemon as a system service. Package: libvirt-daemon-system-dbgsym Source: libvirt Version: 5.0.0-4+deb10u1+nerve10u7 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Debian Libvirt Maintainers Installed-Size: 125 Depends: libvirt-daemon-system (= 5.0.0-4+deb10u1+nerve10u7) Priority: optional Section: debug Filename: pool/main/libv/libvirt/libvirt-daemon-system-dbgsym_5.0.0-4+deb10u1+nerve10u7_amd64.deb Size: 102704 SHA256: a177103be02d4018af9a468d8b8e991d1fd30d24cd530a339f90d414e935eaa8 SHA1: 2c120e0979ca43ed6118b53a6ab253fb4d225786 MD5sum: 833939be2c81a84877ab738746adbfa3 Description: debug symbols for libvirt-daemon-system Build-Ids: 3f72ed7fc78dc25b25d94915db8de7aab5ad2c52 Package: libvirt-dev Source: libvirt Version: 5.0.0-4+deb10u1+nerve10u7 Architecture: amd64 Maintainer: Debian Libvirt Maintainers Installed-Size: 1352 Depends: libvirt0 (= 5.0.0-4+deb10u1+nerve10u7), libxen-dev Recommends: pkg-config Multi-Arch: same Homepage: http://libvirt.org Priority: optional Section: libdevel Filename: pool/main/libv/libvirt/libvirt-dev_5.0.0-4+deb10u1+nerve10u7_amd64.deb Size: 192572 SHA256: ae7d762cda620bcff7e8c0639ffda372045c325b9ef77d8f3aaa955b05ed91fb SHA1: 3040b6355e4de3ddb9709c27fd90cca3f4d21883 MD5sum: a1c3373dbe4e220910c9e51472495558 Description: development files for the libvirt library Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). The library aims at providing a long term stable C API for different virtualization mechanisms. It currently supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox. . This package contains the header files and static libraries which are needed for developing the applications with libvirt. Package: libvirt-doc Source: libvirt Version: 5.0.0-4+deb10u1+nerve10u7 Architecture: all Maintainer: Debian Libvirt Maintainers Installed-Size: 7446 Suggests: devhelp Homepage: http://libvirt.org Priority: optional Section: doc Filename: pool/main/libv/libvirt/libvirt-doc_5.0.0-4+deb10u1+nerve10u7_all.deb Size: 1287548 SHA256: 0735f0bf1718d92433d852b1cd871a58dd700b419ff17ba75b49efcff394b442 SHA1: 756b017cebb28c044981b4ea0ae7b65df6fe555a MD5sum: 5318dfe813d0b35b57a0f808179d7b02 Description: documentation for the libvirt library Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). The library aims at providing a long term stable C API for different virtualization mechanisms. It currently supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox. . This package contains the documentation. Package: libvirt-sanlock Source: libvirt Version: 5.0.0-4+deb10u1+nerve10u7 Architecture: amd64 Maintainer: Debian Libvirt Maintainers Installed-Size: 215 Depends: libc6 (>= 2.14), libsanlock-client1 (>= 3.6.0-3), libvirt0 (= 5.0.0-4+deb10u1+nerve10u7), augeas-tools Homepage: http://libvirt.org Priority: optional Section: libs Filename: pool/main/libv/libvirt/libvirt-sanlock_5.0.0-4+deb10u1+nerve10u7_amd64.deb Size: 112508 SHA256: 701629ab4f7fc2e7e65d1d4b7f5d4d6909486d5c5b4f66c45cd38f7bc87a9efa SHA1: 1a3c1d7432c49c352da2203de43a2fd9df856620 MD5sum: 22b7dc794bfe8ea708ca77b37494ab41 Description: Sanlock plugin for virtlockd Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). The library aims at providing a long term stable C API for different virtualization mechanisms. It currently supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox. . This package contains the sanlock plugin for libvirt's locking daemon. Package: libvirt-sanlock-dbgsym Source: libvirt Version: 5.0.0-4+deb10u1+nerve10u7 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Debian Libvirt Maintainers Installed-Size: 245 Depends: libvirt-sanlock (= 5.0.0-4+deb10u1+nerve10u7) Priority: optional Section: debug Filename: pool/main/libv/libvirt/libvirt-sanlock-dbgsym_5.0.0-4+deb10u1+nerve10u7_amd64.deb Size: 221940 SHA256: dc66277e7bbd78bc51bce77385cc9d2e9b00f30acf50dca4bfee7f42ff33007c SHA1: 778e131aa601bb4abe419a3339ef95f04ff7f2ab MD5sum: 1d409aae9e90f8f81ffc7e09145a2a98 Description: debug symbols for libvirt-sanlock Build-Ids: 58b6a113bd3e7178b5585932cddb04ffe65577d3 Package: libvirt-wireshark Source: libvirt Version: 5.0.0-4+deb10u1+nerve10u7 Architecture: amd64 Maintainer: Debian Libvirt Maintainers Installed-Size: 828 Depends: libc6 (>= 2.4) Homepage: http://libvirt.org Priority: optional Section: libs Filename: pool/main/libv/libvirt/libvirt-wireshark_5.0.0-4+deb10u1+nerve10u7_amd64.deb Size: 131452 SHA256: d2808a54d036f396e879581f6526a8e187517766528a3d29b8ca71e8a39048d4 SHA1: 581499821e1039832ba93a69374000f7ffdca848 MD5sum: 742008fe3a1ca39580d860a02f00f4b7 Description: Wireshark dissector for the libvirt protocol Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). The library aims at providing a long term stable C API for different virtualization mechanisms. It currently supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox. . This package contains the wireshark dissector. Package: libvirt-wireshark-dbgsym Source: libvirt Version: 5.0.0-4+deb10u1+nerve10u7 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Debian Libvirt Maintainers Installed-Size: 564 Depends: libvirt-wireshark (= 5.0.0-4+deb10u1+nerve10u7) Priority: optional Section: debug Filename: pool/main/libv/libvirt/libvirt-wireshark-dbgsym_5.0.0-4+deb10u1+nerve10u7_amd64.deb Size: 331044 SHA256: da88f957ab822a0d4dd1acca357704503f470209b3e98c9805ba2e688f4613e0 SHA1: cb34c1258b0dbca91289fc644664dd2c24677ac7 MD5sum: dcfdcc547d89e2f9166eee9756c83b9c Description: debug symbols for libvirt-wireshark Build-Ids: 2dce2155d02f26c9d26df3261e005e9e79680b0d Package: libvirt0 Source: libvirt Version: 5.0.0-4+deb10u1+nerve10u7 Architecture: amd64 Maintainer: Debian Libvirt Maintainers Installed-Size: 8762 Depends: libacl1 (>= 2.2.23), libapparmor1 (>= 2.6~devel), libaudit1 (>= 1:2.2.1), libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libc6 (>= 2.17), libcap-ng0 (>= 0.7.9), libcurl3-gnutls (>= 7.28.0), libdbus-1-3 (>= 1.9.14), libdevmapper1.02.1 (>= 2:1.02.97), libgcc1 (>= 1:3.3.1), libgnutls30 (>= 3.6.6), libnl-3-200 (>= 3.2.7), libnl-route-3-200 (>= 3.2.7), libnuma1 (>= 2.0.11), libsasl2-2 (>= 2.1.27+dfsg), libselinux1 (>= 2.1.12), libssh2-1 (>= 1.2.8), libxml2 (>= 2.7.4), libyajl2 (>= 2.0.4) Recommends: lvm2 Breaks: libvirt-daemon (<< 4.10.0-2~), selinux-policy-default (<< 2:2.20131214-1~), selinux-policy-mls (<< 2:2.20131214-1~) Replaces: libvirt-daemon (<< 4.10.0-2~) Multi-Arch: same Homepage: http://libvirt.org Priority: optional Section: libs Filename: pool/main/libv/libvirt/libvirt0_5.0.0-4+deb10u1+nerve10u7_amd64.deb Size: 5112588 SHA256: 5eb5416b933a236aaadbb407ef1f863d65e26b77771af1e2bd50f32a7ee8af99 SHA1: bfd37c9593a0451b6d1bac81f9d10d35fce8071d MD5sum: c0cc036e5608c5da30d9db645526056f Description: library for interfacing with different virtualization systems Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). The library aims at providing a long term stable C API for different virtualization mechanisms. It currently supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox. Package: libvirt0-dbgsym Source: libvirt Version: 5.0.0-4+deb10u1+nerve10u7 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Debian Libvirt Maintainers Installed-Size: 6705 Depends: libvirt0 (= 5.0.0-4+deb10u1+nerve10u7) Multi-Arch: same Priority: optional Section: debug Filename: pool/main/libv/libvirt/libvirt0-dbgsym_5.0.0-4+deb10u1+nerve10u7_amd64.deb Size: 6096296 SHA256: 3f5d1c09984b945ba5f12ccc5ec56e3e7c116a74b92d672eee6b9a222f7faca2 SHA1: e81dfaea24f1d227848b8bf5575421f5dcb04d7e MD5sum: 303dc9385ddac379f85f3e0b85821589 Description: debug symbols for libvirt0 Build-Ids: 28740745caab7ef9af2949c939326695b1e33466 6f408b3e2f6c4df8b85d15b1a94f0222083fff65 793440b102ab96201a995d6268693d4916759262 88dd6ba55763d71a9c8b6353945823492e7141bf Package: libwisesdk Source: nerve-wisesdk Version: 1.1.0 Architecture: amd64 Maintainer: Nerve Packaging Team Installed-Size: 857 Depends: libc6 (>= 2.17), libcurl4 (>= 7.16.2), libgcc1 (>= 1:3.0), libssl1.1 (>= 1.1.0), libstdc++6 (>= 5.2) Priority: optional Section: misc Filename: pool/main/n/nerve-wisesdk/libwisesdk_1.1.0_amd64.deb Size: 259484 SHA256: 8d07b62075873c28206af1a4e82613f7a0c7bf4cde8eea9a6d63430f633be138 SHA1: 3b3225c01788afa6e594d5503c0a600491dafbb4 MD5sum: 83286ef446a752f84568b2a00e49c5ea Description: OBLO messaging protocol (shared libraries) Shared libraries for the OBLO messaging protocol. Package: libwisesdk-dbgsym Source: nerve-wisesdk Version: 1.1.0 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Nerve Packaging Team Installed-Size: 3119 Depends: libwisesdk (= 1.1.0) Priority: optional Section: debug Filename: pool/main/n/nerve-wisesdk/libwisesdk-dbgsym_1.1.0_amd64.deb Size: 2952772 SHA256: a39037935f36599eb8f07f2e6c9680331c7f6147124e7dc97739084052398c2d SHA1: 6d7afb1ccb5a534139629f20355f7c11388e13db MD5sum: bbf5c1af64e6672d7920a7d7ca91583c Description: debug symbols for libwisesdk Build-Ids: cf29cc73c5145b1b6adac14f713191c08bffc9ab Package: libz3-4 Source: z3 Version: 4.8.12-2~nerve1 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 23740 Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.4), libstdc++6 (>= 6) Breaks: libz3-dev (<< 4.4.1) Replaces: libz3-dev (<< 4.4.1) Multi-Arch: same Homepage: https://github.com/Z3Prover/z3 Priority: optional Section: libs Filename: pool/main/z/z3/libz3-4_4.8.12-2~nerve1_amd64.deb Size: 7507984 SHA256: 012c889a3854c054927d4ee74580b40905056db380d1be0732517d234592bff9 SHA1: c314d0d5861e2d8191687e3ee1fce67f52c7bde7 MD5sum: 0972309e17dde56c27428da41b061a85 Description: theorem prover from Microsoft Research - runtime libraries Z3 is a state-of-the art theorem prover from Microsoft Research. It can be used to check the satisfiability of logical formulas over one or more theories. Z3 offers a compelling match for software analysis and verification tools, since several common software constructs map directly into supported theories. . This package contains runtime libraries. You shouldn't have to install it manually. Package: libz3-4-dbgsym Source: z3 Version: 4.8.12-2~nerve1 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 146462 Depends: libz3-4 (= 4.8.12-2~nerve1) Multi-Arch: same Priority: optional Section: debug Filename: pool/main/z/z3/libz3-4-dbgsym_4.8.12-2~nerve1_amd64.deb Size: 145828480 SHA256: a251a3bff7a46409eebda659748db5b8e177510fd8c052e63797a51be9741b13 SHA1: b5e2880ab8fa9770d3cf9259609639f070b5181f MD5sum: 5527c1fe44d1b48846924c0bd9604caf Description: debug symbols for libz3-4 Build-Ids: f86dab537119c742a385ac526df771d851e3f424 Package: libz3-dev Source: z3 Version: 4.8.12-2~nerve1 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 533 Depends: libz3-4 (= 4.8.12-2~nerve1) Multi-Arch: same Homepage: https://github.com/Z3Prover/z3 Priority: optional Section: libdevel Filename: pool/main/z/z3/libz3-dev_4.8.12-2~nerve1_amd64.deb Size: 91960 SHA256: 8d857179a576aac59af6e2ecf5e69772497715a565f7819b8c3d98d4044c22b8 SHA1: 4a7a8a5bb84aa37e9b383e79657f48f9fee162c9 MD5sum: dc1eb262b23ef151275a62e058f41c58 Description: theorem prover from Microsoft Research - development files Z3 is a state-of-the art theorem prover from Microsoft Research. It can be used to check the satisfiability of logical formulas over one or more theories. Z3 offers a compelling match for software analysis and verification tools, since several common software constructs map directly into supported theories. . This package can be used to invoke Z3 via its C++ API. Package: libz3-java Source: z3 Version: 4.8.12-2~nerve1 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 184 Depends: libz3-jni (>= 4.8.12-2~nerve1), libz3-jni (<< 4.8.12-2~nerve1.1~), libz3-dev Homepage: https://github.com/Z3Prover/z3 Priority: optional Section: java Filename: pool/main/z/z3/libz3-java_4.8.12-2~nerve1_amd64.deb Size: 159968 SHA256: c73d7ba2113e269267e9b470591b403928f897bf3f0015e6aeae2cc29b9472fc SHA1: 2a2f0727c174c7234441e9cd112e65e8d8ca153b MD5sum: bb2703317f52b1bcb5b9e5310c9091e3 Description: theorem prover from Microsoft Research - java bindings Z3 is a state-of-the art theorem prover from Microsoft Research. See the z3 package for a detailed description. . This package can be used to invoke Z3 via its Java API. Package: libz3-jni Source: z3 Version: 4.8.12-2~nerve1 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 196 Depends: libz3-dev (= 4.8.12-2~nerve1), libc6 (>= 2.4), libgcc1 (>= 1:3.0), libstdc++6 (>= 4.1.1), libz3-4 (>= 4.8.12) Multi-Arch: same Homepage: https://github.com/Z3Prover/z3 Priority: optional Section: java Filename: pool/main/z/z3/libz3-jni_4.8.12-2~nerve1_amd64.deb Size: 32592 SHA256: dba3ef68081033d89a630aa9d04a78a5d8e4aa4f4774b69ce951942c5549b915 SHA1: f28bb932153fd210b056c695a770ad1025c7b238 MD5sum: 50306ded98a79d8a1ff305f07a22a070 Description: theorem prover from Microsoft Research - JNI library Z3 is a state-of-the art theorem prover from Microsoft Research. See the z3 package for a detailed description. . This package provides the JNI library to invoke Z3 via its Java API. Package: libz3-jni-dbgsym Source: z3 Version: 4.8.12-2~nerve1 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 262 Depends: libz3-jni (= 4.8.12-2~nerve1) Multi-Arch: same Priority: optional Section: debug Filename: pool/main/z/z3/libz3-jni-dbgsym_4.8.12-2~nerve1_amd64.deb Size: 178380 SHA256: 55771bbfaafe178df036e92540b916c787796fa0aeacd906a3f4a8a9e673a0a3 SHA1: c834b393ad2702108d9302ad0b300bff3812a9a1 MD5sum: 78ac1be6a12d667887ca11c4a317a774 Description: debug symbols for libz3-jni Build-Ids: be281e4e8203d890418113e5261a8d0d347729af Package: nerve-chisel Version: 1.7.7-2+nerve3 Architecture: amd64 Maintainer: Nerve Development Team Installed-Size: 8460 Depends: libc6 (>= 2.3.2) Built-Using: golang-1.11 (= 1.11.6-1+deb10u4), golang-fsnotify (= 1.4.7-2), golang-github-armon-go-socks5 (= 0.0~git20160902.e753329-1), golang-github-jpillora-backoff (= 1.0.0-1), golang-go.crypto (= 1:0.0~git20181203.505ab14-1), golang-golang-x-net-dev (= 1:0.0+git20181201.351d144+dfsg-3), golang-golang-x-sync (= 0.0~git20171101.fd80eb9-1), golang-golang-x-sys (= 0.0~git20190412.9773273+really0.0~git20181228.9a3f9b0-1), golang-websocket (= 1.4.0-1) Homepage: https://github.com/jpillora/chisel Priority: optional Section: golang Filename: pool/main/n/nerve-chisel/nerve-chisel_1.7.7-2+nerve3_amd64.deb Size: 2590368 SHA256: bcb66d4eca9a3c31395748e1cc22b9c11a127c8391acbd568b09335f1d35d325 SHA1: 08d44bf93ea672a61cd184f062ba46ef66da1c65 MD5sum: 849c17f97c92619737bd234b42f4e690 Description: Fast TCP tunnel via HTTP Chisel is a fast TCP tunnel, transported over HTTP, secured via SSH. Single executable including both client and server. Written in Go (golang). Chisel is mainly useful for passing through firewalls, though it can also be used to provide a secure endpoint into your network. Chisel is very similar to crowbar though achieves much higher performance. Package: nerve-de01-driver Version: 2.0.18.4 Architecture: amd64 Maintainer: Nerve Development Team Installed-Size: 25 Depends: python3, nerve-de01-kmod Priority: optional Section: misc Filename: pool/main/n/nerve-de01-driver/nerve-de01-driver_2.0.18.4_amd64.deb Size: 5008 SHA256: ea4f3b9eb99a3a09c55deb725d95a6a8b9f80901a4a6c055ff7861a760765b7c SHA1: c5388de4799f043d7b794099dd3dcd1d6b11679a MD5sum: 38008ebde99652ea86f661616a8f9433 Description: GPIO LED control helper Python helper script to enable or disable LED GPIO interface for LED Package: nerve-de01-kmod-4.19.0-22-amd64 Source: nerve-de01-driver Version: 2.0.18.3 Architecture: amd64 Maintainer: Nerve Development Team Installed-Size: 49 Depends: linux-image-4.19.0-22-amd64 Provides: nerve-de01-kmod Priority: optional Section: misc Filename: pool/main/n/nerve-de01-driver/nerve-de01-kmod-4.19.0-22-amd64_2.0.18.3_amd64.deb Size: 9604 SHA256: cfb586aa7bca39c5c2e8f97377a7ee792e48c131e1b69404481aedced2d6ca36 SHA1: 0b55936f8ecba6f889835a30da30b670a11afcd6 MD5sum: ffc42714bd7802e520a97597217e5a1f Description: LED, button and watchdog kmod for 4.19.0-22-amd64 Device driver to control status leds and blue effect-led, check buttons and power faults. Also contains watchdog that reboots system on timeout (when configured). The setup script exports the associated gpio pins (in sysfs). Package: nerve-de01-kmod-4.19.0-22-rt-amd64 Source: nerve-de01-driver Version: 2.0.18.3 Architecture: amd64 Maintainer: Nerve Development Team Installed-Size: 50 Depends: linux-image-4.19.0-22-rt-amd64 Provides: nerve-de01-kmod Priority: optional Section: misc Filename: pool/main/n/nerve-de01-driver/nerve-de01-kmod-4.19.0-22-rt-amd64_2.0.18.3_amd64.deb Size: 9864 SHA256: 178aaf47ed9e39cc4e34554b347b37356fbc92f39956867206f584846158a56b SHA1: b0be4fdbd1c0c6af0c9de2c26cad764c05a8073a MD5sum: 5012874796579efd9b9d451472efe8d5 Description: LED, button and watchdog kmod for 4.19.0-22-rt-amd64 Device driver to control status leds and blue effect-led, check buttons and power faults. Also contains watchdog that reboots system on timeout (when configured). The setup script exports the associated gpio pins (in sysfs). Package: nerve-de01-kmod-4.19.0-22.1-amd64 Source: nerve-de01-driver Version: 2.0.18.3 Architecture: amd64 Maintainer: Nerve Development Team Installed-Size: 49 Depends: linux-image-4.19.0-22.1-amd64-unsigned Provides: nerve-de01-kmod Priority: optional Section: misc Filename: pool/main/n/nerve-de01-driver/nerve-de01-kmod-4.19.0-22.1-amd64_2.0.18.3_amd64.deb Size: 9620 SHA256: c1862c249942ade09a0c7e53e5bac2d73ef6386c697404b3c3cb7f2990aac5dd SHA1: c6e28058d13d888fe35820b54a3ae521871b2a1f MD5sum: 3b1555bccf06711b54d569b28f5cc3d9 Description: LED, button and watchdog kmod for 4.19.0-22.1-amd64 Device driver to control status leds and blue effect-led, check buttons and power faults. Also contains watchdog that reboots system on timeout (when configured). The setup script exports the associated gpio pins (in sysfs). Package: nerve-de01-kmod-4.19.0-22.1-intel-lts-acrn-sos Source: nerve-de01-driver Version: 2.0.18.3 Architecture: amd64 Maintainer: Nerve Development Team Installed-Size: 49 Depends: linux-image-4.19.0-22.1-intel-lts-acrn-sos-unsigned Provides: nerve-de01-kmod Priority: optional Section: misc Filename: pool/main/n/nerve-de01-driver/nerve-de01-kmod-4.19.0-22.1-intel-lts-acrn-sos_2.0.18.3_amd64.deb Size: 9532 SHA256: e56554cd57452504dae731363e45a3bf4ab2e36a60b9ae4f96e41ddadc32540a SHA1: 41307f88dcc0021f9c7625f694f7956fdb5464ce MD5sum: 5181bcff647fdc162cf084e14fc7ad44 Description: LED, button and watchdog kmod for 4.19.0-22.1-intel-lts-acrn-sos Device driver to control status leds and blue effect-led, check buttons and power faults. Also contains watchdog that reboots system on timeout (when configured). The setup script exports the associated gpio pins (in sysfs). Package: nerve-de01-kmod-4.19.0-23-amd64 Source: nerve-de01-driver Version: 2.0.18.4 Architecture: amd64 Maintainer: Nerve Development Team Installed-Size: 49 Depends: linux-image-4.19.0-23-amd64 Provides: nerve-de01-kmod Priority: optional Section: misc Filename: pool/main/n/nerve-de01-driver/nerve-de01-kmod-4.19.0-23-amd64_2.0.18.4_amd64.deb Size: 9600 SHA256: dd94df44b03a35c934d77fe42bc756dbface68b2cead6c694651304a0e819d8f SHA1: 23a184c2c7a056d8092e40dc000bee7aeeaad9cc MD5sum: 2abd5e904316af6cc65442b576ee6019 Description: LED, button and watchdog kmod for 4.19.0-23-amd64 Device driver to control status leds and blue effect-led, check buttons and power faults. Also contains watchdog that reboots system on timeout (when configured). The setup script exports the associated gpio pins (in sysfs). Package: nerve-de01-kmod-4.19.0-23-rt-amd64 Source: nerve-de01-driver Version: 2.0.18.4 Architecture: amd64 Maintainer: Nerve Development Team Installed-Size: 50 Depends: linux-image-4.19.0-23-rt-amd64 Provides: nerve-de01-kmod Priority: optional Section: misc Filename: pool/main/n/nerve-de01-driver/nerve-de01-kmod-4.19.0-23-rt-amd64_2.0.18.4_amd64.deb Size: 9892 SHA256: 172bb120fa6e12f39e611f6525a7ee3e9c88727469d05e6ad6d361bee2d389a8 SHA1: 0e596dbef48be58bac5366386ba34c79b1e81278 MD5sum: 945a76c40165213aafd6534bdbb39de3 Description: LED, button and watchdog kmod for 4.19.0-23-rt-amd64 Device driver to control status leds and blue effect-led, check buttons and power faults. Also contains watchdog that reboots system on timeout (when configured). The setup script exports the associated gpio pins (in sysfs). Package: nerve-de01-kmod-4.19.0-23.1-amd64 Source: nerve-de01-driver Version: 2.0.18.4 Architecture: amd64 Maintainer: Nerve Development Team Installed-Size: 49 Depends: linux-image-4.19.0-23.1-amd64-unsigned Provides: nerve-de01-kmod Priority: optional Section: misc Filename: pool/main/n/nerve-de01-driver/nerve-de01-kmod-4.19.0-23.1-amd64_2.0.18.4_amd64.deb Size: 9608 SHA256: 04d3a0a074d172c91cb5b843fb0145b72c39d5fd91859b4f6a1ccb9ebd3427cc SHA1: 8942f2751096e8f20c541ed75ad8c7292cfc5f71 MD5sum: de6291ba2e7fd05a27951585e056f8f3 Description: LED, button and watchdog kmod for 4.19.0-23.1-amd64 Device driver to control status leds and blue effect-led, check buttons and power faults. Also contains watchdog that reboots system on timeout (when configured). The setup script exports the associated gpio pins (in sysfs). Package: nerve-de01-kmod-4.19.0-23.1-intel-lts-acrn-sos Source: nerve-de01-driver Version: 2.0.18.4 Architecture: amd64 Maintainer: Nerve Development Team Installed-Size: 49 Depends: linux-image-4.19.0-23.1-intel-lts-acrn-sos-unsigned Provides: nerve-de01-kmod Priority: optional Section: misc Filename: pool/main/n/nerve-de01-driver/nerve-de01-kmod-4.19.0-23.1-intel-lts-acrn-sos_2.0.18.4_amd64.deb Size: 9548 SHA256: b7e792c8efcf049892a0cdf72a37f1b39e52a98a4ccb15ac5cfbaa13d4773f38 SHA1: 559db2eea152a18e874c85e7ddfb5a1df6fd1f25 MD5sum: e1dc5cdba51777e37ba4e3a26e781d88 Description: LED, button and watchdog kmod for 4.19.0-23.1-intel-lts-acrn-sos Device driver to control status leds and blue effect-led, check buttons and power faults. Also contains watchdog that reboots system on timeout (when configured). The setup script exports the associated gpio pins (in sysfs). Package: nerve-led-controller Version: 0.4.0 Architecture: amd64 Maintainer: Nerve Packaging Team Installed-Size: 36 Depends: nerve-de01-driver, python3, python3-pydbus, python3-ruamel.yaml Priority: optional Section: misc Filename: pool/main/n/nerve-led-controller/nerve-led-controller_0.4.0_amd64.deb Size: 6352 SHA256: 314417b1df6375b3a3fcc89bc43ce40628eae4b53d885cdef8442ebf9547c47d SHA1: 9a8887aac1e79c5d4847098550dfa6fe6cd1c24a MD5sum: beeffb540e540dfc34edb078cd189a39 Description: Control LEDs and connect button on MFN 100 This package provides a script that controls the status leds and handles push events on the connect button. Package: nerve-omb Version: 1.8.11 Architecture: amd64 Maintainer: Nerve Packaging Team Installed-Size: 1061 Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libpococrypto60, libpocodata60, libpocodatasqlite60, libpocofoundation60, libpocojson60, libpoconet60, libpocoutil60, libpocoxml60, libssl1.1 (>= 1.1.0), libstdc++6 (>= 5.2), liboblomessenger Priority: optional Section: misc Filename: pool/main/n/nerve-omb/nerve-omb_1.8.11_amd64.deb Size: 308824 SHA256: 2c34e06534e525fae2815228945a2134f1325ba3168f74b20351970b3285f642 SHA1: 648d15c240336d2ac5efa6bb323e8551940073e9 MD5sum: 719e9a9362bb8d9cbd9460f0efd8ffcf Description: C++ server-side implementation of the OBLO messaging protocol OMB features Mosquitto MQTT broker and adds custom functionalities for: . - Bridging to a remote MQTT broker, - Client authentication, - Client access control, - Client registration mechanism, - Additional messaging API, - Cross-platform configuration and - Test environment for the JMeter. Package: nerve-omb-dbgsym Source: nerve-omb Version: 1.8.11 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Nerve Packaging Team Installed-Size: 4168 Depends: nerve-omb (= 1.8.11) Priority: optional Section: debug Filename: pool/main/n/nerve-omb/nerve-omb-dbgsym_1.8.11_amd64.deb Size: 3966824 SHA256: d48fbcb0865d2a4520a48f21df0af8c0db0e81b26692bb00979b1cb3a4bdc116 SHA1: 91f8741448bb158e71b9d7586a9a53f3b8a60e09 MD5sum: ea6ca3c033dc9840a42df944596034a0 Description: debug symbols for nerve-omb Build-Ids: 7b50df7773699dd9e2b222e55b22f3b3f101a3ff Package: nerve-port-forwarder Version: 0.2.1 Architecture: amd64 Maintainer: Nerve Packaging Team Installed-Size: 19 Depends: python3, python3-ruamel.yaml Priority: optional Section: misc Filename: pool/main/n/nerve-port-forwarder/nerve-port-forwarder_0.2.1_amd64.deb Size: 3120 SHA256: 7ba9e70b966b1ab3a5b725fd4796d7f421f95d7b2ae81a96ab9ce3751bfb3e18 SHA1: 383c3d2c5f6a3cf3bfa0433768ad47e00dbe8e06 MD5sum: 6ce212026f5fa3983482d9ed8b040bde Description: Hook script to setup port forwards for virtual machines This package provides a qemu hook to install port forwards for virtual machines. Package: nghttp2 Version: 1.43.0-1+nerve2 Architecture: all Maintainer: Tomasz Buchert Installed-Size: 30 Depends: nghttp2-client (>= 1.43.0-1+nerve2), nghttp2-proxy (>= 1.43.0-1+nerve2), nghttp2-server (>= 1.43.0-1+nerve2) Homepage: https://nghttp2.org/ Priority: optional Section: httpd Filename: pool/main/n/nghttp2/nghttp2_1.43.0-1+nerve2_all.deb Size: 14664 SHA256: 1baba6536a6ce9dbac315651ca91af20149b3eb0ee699f13404b53b8e06e4282 SHA1: 69b3bac4b23dd787e9c16b77de105bba31c377fc MD5sum: 429efc4d457ff372b9a3fc30dd49d94c Description: server, proxy and client implementing HTTP/2 (metapackage) This package will install a set of programs implementing the HTTP/2 protocol: a standalone server (nghttp2-server), a reverse proxy (nghttp2-proxy) and a client (nghttp2-client). It provides no files on its own and is not necessary for these programs to work. Package: nghttp2-client Source: nghttp2 Version: 1.43.0-1+nerve2 Architecture: amd64 Maintainer: Tomasz Buchert Installed-Size: 550 Depends: libnghttp2-14 (= 1.43.0-1+nerve2), lsb-base, libc-ares2 (>= 1.7.0), libc6 (>= 2.14), libev4 (>= 1:4.04), libgcc1 (>= 1:3.0), libjansson4 (>= 2.0.1), libjemalloc2 (>= 5.0.0), libssl1.1 (>= 1.1.0), libstdc++6 (>= 7), libsystemd0, libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4) Breaks: nghttp2 (<< 1.3.4-2~) Replaces: nghttp2 (<< 1.3.4-2~) Multi-Arch: foreign Homepage: https://nghttp2.org/ Priority: optional Section: httpd Filename: pool/main/n/nghttp2/nghttp2-client_1.43.0-1+nerve2_amd64.deb Size: 162508 SHA256: 28b0da1240ce15abd76bf3a5a3bfd081ebad64a81df2a53840cd1150847e68d9 SHA1: aa040905b13f1e218a70c30994ae1a08d6fbffd8 MD5sum: 1098ac4340e8a7725d882ac06e7460dc Description: client implementing HTTP/2 protocol This is a command line client implementing the HTTP/2 protocol. It gives access to many low-level and advanced aspects of the protocol and therefore is useful for debugging. Package: nghttp2-client-dbgsym Source: nghttp2 Version: 1.43.0-1+nerve2 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tomasz Buchert Installed-Size: 1988 Depends: nghttp2-client (= 1.43.0-1+nerve2) Priority: optional Section: debug Filename: pool/main/n/nghttp2/nghttp2-client-dbgsym_1.43.0-1+nerve2_amd64.deb Size: 1878948 SHA256: af3b6e3f566b42d5dbbd140a476a42392e4ab51f53df2f8e789fc90689b9d934 SHA1: 92af8da761cc1ada73cfd8ebb0781b14bd22f543 MD5sum: a79fc24ea7508965795a8026bebcb407 Description: debug symbols for nghttp2-client Build-Ids: 7f546a49c396e434a4f43fcdfbcba341fb2df55e 9798fd394b498f0cf6444ca754c09462f89d8f2e Package: nghttp2-proxy Source: nghttp2 Version: 1.43.0-1+nerve2 Architecture: amd64 Maintainer: Tomasz Buchert Installed-Size: 1080 Depends: libnghttp2-14 (= 1.43.0-1+nerve2), lsb-base, openssl, python3, libc-ares2 (>= 1.7.0), libc6 (>= 2.14), libev4 (>= 1:4.04), libgcc1 (>= 1:3.0), libjansson4 (>= 2.0.1), libjemalloc2 (>= 5.0.0), libssl1.1 (>= 1.1.1), libstdc++6 (>= 7), libsystemd0, libxml2 (>= 2.6.27), zlib1g (>= 1:1.1.4) Breaks: nghttp2 (<< 1.3.4-2~) Replaces: nghttp2 (<< 1.3.4-2~) Multi-Arch: foreign Homepage: https://nghttp2.org/ Priority: optional Section: httpd Filename: pool/main/n/nghttp2/nghttp2-proxy_1.43.0-1+nerve2_amd64.deb Size: 384252 SHA256: 38d6715a9833edb825bd9a536f808c295cc0cac77200e8efbdd818f3e062c569 SHA1: 4b6fc7fcc1ef7e9c28051e21526952b5ebe7ea92 MD5sum: 2f349a2696be91f0e41bd2ec82c0bb53 Description: reverse proxy implementing HTTP/2 protocol This is a standalone server implementing the HTTP/2 protocol with HTTP/1.1 fallback for clients that do not support it. It can be used as a frontend in front of web servers that do not support HTTP/2. Package: nghttp2-proxy-dbgsym Source: nghttp2 Version: 1.43.0-1+nerve2 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tomasz Buchert Installed-Size: 5184 Depends: nghttp2-proxy (= 1.43.0-1+nerve2) Priority: optional Section: debug Filename: pool/main/n/nghttp2/nghttp2-proxy-dbgsym_1.43.0-1+nerve2_amd64.deb Size: 5042448 SHA256: beb24646989c2a7f1e5c2676320661a506f4ef6fec8540c7d7f6c41ddfa57946 SHA1: 2507f2918733179b28bf5dc9b46597b4c1c8903d MD5sum: 4da203e98e51f3bedddd9789c6383b3b Description: debug symbols for nghttp2-proxy Build-Ids: ce86f3b4405a5b18ad698c82e221d4141bc77de9 Package: nghttp2-server Source: nghttp2 Version: 1.43.0-1+nerve2 Architecture: amd64 Maintainer: Tomasz Buchert Installed-Size: 256 Depends: libnghttp2-14 (= 1.43.0-1+nerve2), lsb-base, libc-ares2 (>= 1.7.0), libc6 (>= 2.14), libev4 (>= 1:4.04), libgcc1 (>= 1:3.0), libjansson4 (>= 2.0.1), libjemalloc2 (>= 5.0.0), libssl1.1 (>= 1.1.0), libstdc++6 (>= 6), libsystemd0, libxml2 (>= 2.6.27), zlib1g (>= 1:1.1.4) Breaks: nghttp2 (<< 1.3.4-2~) Replaces: nghttp2 (<< 1.3.4-2~) Multi-Arch: foreign Homepage: https://nghttp2.org/ Priority: optional Section: httpd Filename: pool/main/n/nghttp2/nghttp2-server_1.43.0-1+nerve2_amd64.deb Size: 98532 SHA256: cdedbe3de715784dadaa2b1839f76442e8779ba2751353d78da2db4c5278f35a SHA1: 710fc3cfefdf9daa1b094ebe879e31610a81fc61 MD5sum: 6554d78a6f4f6fe7f5e19d747eff15d7 Description: server implementing HTTP/2 protocol This is a standalone server implementing the HTTP/2 protocol with HTTP/1.1 fallback for clients that do not support it. It can be used to serve files from a local directory. Package: nghttp2-server-dbgsym Source: nghttp2 Version: 1.43.0-1+nerve2 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tomasz Buchert Installed-Size: 977 Depends: nghttp2-server (= 1.43.0-1+nerve2) Priority: optional Section: debug Filename: pool/main/n/nghttp2/nghttp2-server-dbgsym_1.43.0-1+nerve2_amd64.deb Size: 933696 SHA256: e48387b49c9b58c9b39ca2e776201fd501473442e3f16f44cdaac3483c1bf582 SHA1: 6da7b9694a9565c121db379f21d3bf9a693d9728 MD5sum: 651fd8a0d656616e28f73b10c46f38d2 Description: debug symbols for nghttp2-server Build-Ids: a5e1b53888a148cc0c985342e5f2498400b4df27 Package: node-gyp Version: 7.1.2-5+nerve1+10u2 Architecture: all Maintainer: Debian Javascript Maintainers Installed-Size: 148 Depends: gyp (>= 0.1+20180428git4d467626), libnode-dev, node-glob, node-graceful-fs, node-mkdirp, node-nopt, node-npmlog, node-osenv, node-rimraf, node-semver (>= 7), node-tar, node-which, nodejs Recommends: build-essential, node-request Provides: node-node-gyp (= 7.1.2-5+nerve1+10u2) Homepage: https://github.com/nodejs/node-gyp Priority: optional Section: javascript Filename: pool/main/n/node-gyp/node-gyp_7.1.2-5+nerve1+10u2_all.deb Size: 50296 SHA256: 369a247a337bdd48076e620ed43e66bfd7622db4fb9054b80e7992ec8905f014 SHA1: 4e914d61c34e06dc1b0542059180f9e8de039853 MD5sum: b44908e1f729ba4e564f0ad9e373a3cc Description: Native addon build tool for Node.js node-gyp is a cross-platform command-line tool written in Node.js for compiling native addon modules for Node.js. . It features : * Easy to use, consistent interface * Same commands to build a module on every platform * Support of multiple target versions of Node.js . Node.js is an event-based server-side javascript engine. Package: node-marked Version: 4.0.12+ds+~4.0.1-2+nerve4 Architecture: all Maintainer: Debian Javascript Maintainers Installed-Size: 485 Depends: nodejs Breaks: node-marked-man (<< 0.7.0+~0.7.0~), node-typescript-types (<< 20201201~) Provides: node-types-marked (= 4.0.1) Multi-Arch: foreign Homepage: https://github.com/chjj/marked Priority: optional Section: javascript Filename: pool/main/n/node-marked/node-marked_4.0.12+ds+~4.0.1-2+nerve4_all.deb Size: 74464 SHA256: afbd001d9cc7299aeceb6bdd4f90327399f732c43ba4ca4d372db83f07dbce0f SHA1: c5a7b6318d23271abadaade9e49c9490e36ce28d MD5sum: 6251bfe30b864f24cf33e0d9bf56bc34 Description: Full-featured markdown parser and compiler for NodeJS Marked implements all markdown features while having a high processing speed. It is also fully compatible with client-side javascript. . Additionally Marked also implements github flavored markdown. . This package contains the marked executable and node module. Package: nodejs Version: 16.13.2~dfsg-2+nerve3 Architecture: amd64 Maintainer: Debian Javascript Maintainers Installed-Size: 1814 Depends: libatomic1 (>= 4.8), libbrotli1 (>= 0.6.0), libc-ares2 (>= 1.17.1~), libc6 (>= 2.16), libgcc1 (>= 1:3.0), libicu70 (>= 70.1-1~), libnghttp2-14 (>= 1.3.0), libnode93 (= 16.13.2~dfsg-2+nerve3), libssl1.1 (>= 1.1.0), libstdc++6 (>= 4.1.1), libuv1 (>= 1.42.0~), zlib1g (>= 1:1.1.4) Recommends: ca-certificates, nodejs-doc Suggests: npm Conflicts: nodejs-legacy Breaks: node-babel-runtime (<< 7), node-typescript-types (<< 20210110~) Replaces: nodejs-legacy Provides: node-types-node (= 16.11.21~16.13.2~dfsg-2+nerve3) Multi-Arch: allowed Homepage: https://nodejs.org/ Priority: optional Section: javascript Filename: pool/main/n/nodejs/nodejs_16.13.2~dfsg-2+nerve3_amd64.deb Size: 298072 SHA256: 4313d7e1ea9b96c2423f9a7237b9c3d8bd36dba1e2e8945335bb4b3991011c93 SHA1: 17a9af82de2cd95cd91d8cc54c6cdae8d58a2257 MD5sum: 52616365e3cc374970c3cc9a7d2dab2e Description: evented I/O for V8 javascript - runtime executable Node.js is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices. . Node.js is bundled with several useful libraries to handle server tasks: . System, Events, Standard I/O, Modules, Timers, Child Processes, POSIX, HTTP, Multipart Parsing, TCP, DNS, Assert, Path, URL, Query Strings. Package: nodejs-doc Source: nodejs Version: 16.13.2~dfsg-2+nerve3 Architecture: all Maintainer: Debian Javascript Maintainers Installed-Size: 12227 Recommends: nodejs Conflicts: nodejs (<< 6.11.2~dfsg-3) Replaces: nodejs (<< 6.11.2~dfsg-3) Multi-Arch: foreign Homepage: https://nodejs.org/ Priority: optional Section: doc Filename: pool/main/n/nodejs/nodejs-doc_16.13.2~dfsg-2+nerve3_all.deb Size: 2936720 SHA256: 10bca883a4ff1b659d63c30286efdac58d54b0e0e24c6facdf19a9fc32a8c5fb SHA1: c2edda0aed70668e8d400fc1a0c9e521ff2cebef MD5sum: e84459010a95b2751cba1836db8a9bef Description: API documentation for Node.js, the javascript platform Node.js is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices. . Node.js is bundled with several useful libraries to handle server tasks: . System, Events, Standard I/O, Modules, Timers, Child Processes, POSIX, HTTP, Multipart Parsing, TCP, DNS, Assert, Path, URL, Query Strings. . This package contains API documentation for Node.js. Package: openssl Version: 1.1.1m-1+nerve1 Architecture: amd64 Maintainer: Debian OpenSSL Team Installed-Size: 1465 Depends: libc6 (>= 2.15), libssl1.1 (>= 1.1.1) Suggests: ca-certificates Multi-Arch: foreign Homepage: https://www.openssl.org/ Priority: optional Section: utils Filename: pool/main/o/openssl/openssl_1.1.1m-1+nerve1_amd64.deb Size: 853680 SHA256: 99c00ebb271a9f61606d825b6440c9c9e06d7c008251c897cbcb498635b19589 SHA1: 02efe7dd7b5298d225fb2907f8705aa43dca8324 MD5sum: a2cefd101f60e12b4420a15dbd705b17 Description: Secure Sockets Layer toolkit - cryptographic utility This package is part of the OpenSSL project's implementation of the SSL and TLS cryptographic protocols for secure communication over the Internet. . It contains the general-purpose command line binary /usr/bin/openssl, useful for cryptographic operations such as: * creating RSA, DH, and DSA key parameters; * creating X.509 certificates, CSRs, and CRLs; * calculating message digests; * encrypting and decrypting with ciphers; * testing SSL/TLS clients and servers; * handling S/MIME signed or encrypted mail. Package: openssl-dbgsym Source: openssl Version: 1.1.1m-1+nerve1 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Debian OpenSSL Team Installed-Size: 634 Depends: openssl (= 1.1.1m-1+nerve1) Priority: optional Section: debug Filename: pool/main/o/openssl/openssl-dbgsym_1.1.1m-1+nerve1_amd64.deb Size: 551816 SHA256: d54319ff94c0a019304010c5db6ec1aa64e0f092c56e3bade3c6f054cfe4a677 SHA1: 2b6a2cded6d352dc9712693c1e50a49108b7b8a6 MD5sum: b97e1a6718b2ffe9e15e1fc378db902f Description: debug symbols for openssl Build-Ids: 729877f086ecf5a4cad1a29a9a798c341fe5ed8b Package: pkg-js-autopkgtest Source: pkg-js-tools Version: 0.9.78+nerve1+10u2 Architecture: all Maintainer: Debian Javascript Maintainers Installed-Size: 29 Depends: libjson-perl, pkg-js-tools Multi-Arch: foreign Homepage: https://salsa.debian.org/js-team/pkg-js-tools Priority: optional Section: devel Filename: pool/main/p/pkg-js-tools/pkg-js-autopkgtest_0.9.78+nerve1+10u2_all.deb Size: 12944 SHA256: bd3793aa4ee336562e903e78ccb6673feffb975e7a68dad649e08502a2d215f5 SHA1: 4abc12c06a49eec9f009dc236fc2cf73d9ab9260 MD5sum: e0f8206859dbcd1866bd0f0630678dcf Description: collection of autopkgtest scripts for Nodejs packages This package contains test runners to be used with the autopkgtest infrastructure for Nodejs packages. . Packages using the tests with autopkgtests in this package can simply set "Testsuite: autopkgtest-pkg-nodejs" in debian/control. . Cf. /usr/share/doc/pkg-js-autopkgtest/README.md for information on the tests and how to tweak them. Package: pkg-js-tools Version: 0.9.78+nerve1+10u2 Architecture: all Maintainer: Debian Javascript Maintainers Installed-Size: 163 Depends: perl:any, debhelper, libdebian-copyright-perl, libipc-run-perl, libjson-perl, nodejs:any | nodejs (<< 12.22.5~dfsg-4~) Recommends: devscripts, libdpkg-perl Suggests: autodep8, autopkgtest, git-buildpackage, libconfig-inifiles-perl, libconfig-model-dpkg-perl, libconfig-model-perl, lintian (>= 2.58.0~), node-semver Breaks: nodejs-dev (<< 10.15.0~dfsg-10) Provides: dh-sequence-nodejs (= 0.9.78+nerve1+10u2) Multi-Arch: foreign Homepage: https://salsa.debian.org/js-team/pkg-js-tools Priority: optional Section: devel Filename: pool/main/p/pkg-js-tools/pkg-js-tools_0.9.78+nerve1+10u2_all.deb Size: 43468 SHA256: dd40a78129f23584b9a7b9ecde2617bcba5caf0a577da0d2f0ec5b3c6fc9b10c SHA1: 8aaec48ee9234162ac38b6abfb42bfad9fefc548 MD5sum: 89e25376d39475d137c705421e9e31db Description: collection of tools to aid packaging Node modules in Debian The Debian Javascript Group works on packaging JavaScript libraries for Debian. This collection contains the tools which help the group with day-to-day work. . It provides github-debian-upstream, dh-make-node, a salsa configuration file and files to add "--with nodejs" to dh. Package: python-atlassian-python-api-doc Source: atlassian-python-api Version: 3.19.0-1+nerve1 Architecture: all Maintainer: Nerve Development Team Installed-Size: 580 Depends: libjs-sphinxdoc (>= 1.0) Homepage: https://github.com/atlassian-api/atlassian-python-api Priority: optional Section: doc Filename: pool/main/a/atlassian-python-api/python-atlassian-python-api-doc_3.19.0-1+nerve1_all.deb Size: 91944 SHA256: bba9be560f0bb8328b749511d7ba331174242d5bd43132f80b6f6dd4fb1015e7 SHA1: 00767f5ebea8c29468c9f3e8110440ee7bbf8ddb MD5sum: 2239fd5d88914f4e7b5f3b530dc328ac Description: Atlassian Python API Library Documentation This package provides documentation for python3-atlassian-python-api Package: python-jinja2-doc Source: jinja2 Version: 2.11.3-1+nerve10u3 Architecture: all Maintainer: Piotr Ożarowski Installed-Size: 919 Depends: libjs-sphinxdoc (>= 1.0) Recommends: python3-jinja2 Multi-Arch: foreign Homepage: http://jinja.pocoo.org/ Priority: optional Section: doc Filename: pool/main/j/jinja2/python-jinja2-doc_2.11.3-1+nerve10u3_all.deb Size: 172092 SHA256: 63942c32e03b0e5acde096c9f5cd4380d1431bfe0ea7cb770b258ba587c21a20 SHA1: e918b5993aecd9d038434cd6fb7d6f81e49a2de5 MD5sum: 8e19befa5362029724da69154db770d3 Description: documentation for the Jinja2 Python library Jinja2 is a small but fast and easy to use stand-alone template engine . This package contains the documentation for Jinja2 in HTML and reStructuredText formats. Package: python3-aiozipstream Source: python-aiozipstream Version: 0.5-2~nerve10u3 Architecture: all Maintainer: Nerve Development Team Installed-Size: 42 Depends: python3:any Conflicts: python3-zipstream Replaces: python3-zipstream Provides: python3-zipstream Homepage: https://github.com/kbbdy/zipstream Priority: optional Section: python Filename: pool/main/p/python-aiozipstream/python3-aiozipstream_0.5-2~nerve10u3_all.deb Size: 9488 SHA256: 242941f531c6dd6b15ed6672795efe51e3f1ffb14db69599cafbdcb7a3a7e3c1 SHA1: 4ac0dfff85574935f2343f6f9fe70ebc95eda633 MD5sum: 71df3db28211604f28ccef0f5689423f Description: Creating zip files on the fly # AioZipStream . This is a fork of [ZipStream](https://github.com/kbbdy/zipstream). Simple python library for streaming ZIP files which are created dynamically, without using any temporary files. . - No temporary files, data is streamed directly - Supported `deflate` compression method - Small memory usage, straming is realised using yield statement - Archive structure is created on the fly, and all data can be created during stream - Files included into archive can be generated on the fly using Python generators - Asynchronous AioZipStream and classic ZipStream are available - Zip32 format compatible files - Independent from python's standard ZipFile implementation - Almost no dependencies: only `aiofiles` in some circumstances (see AioZipStream section for details) - Zip64 support is also planned in future (far future, because I never hitted 4GB file size limit ;-) ) . ### Required Python version: . `ZipStream` is compatible with **Python 2.7**. . `AioZipStream` require **Python 3.6**. For earlier versions `AioZipStream` is not available for import. Package: python3-atlassian-python-api Source: atlassian-python-api Version: 3.19.0-1+nerve1 Architecture: all Maintainer: Nerve Development Team Installed-Size: 671 Depends: python3-deprecated, python3-oauthlib, python3-requests, python3-requests-oauthlib, python3-six, python3:any Suggests: python-atlassian-python-api-doc Homepage: https://github.com/atlassian-api/atlassian-python-api Priority: optional Section: python Filename: pool/main/a/atlassian-python-api/python3-atlassian-python-api_3.19.0-1+nerve1_all.deb Size: 87924 SHA256: 9aa7ffae5284982640872ef7ed7dd71cc5a7851b3276c480d93934da34c0ec5f SHA1: a5595597dfbe61d6e18855a832b946f707d6042d MD5sum: ce1de6e20f104ba38fda2000710f3767 Description: Atlassian Python API Library This package is used to provide a simple python interface for interacting with Atlassian products (Server, Data Center and Cloud) and apps from ecosystem (Portfolio, XRay). It is based on the official public Rest API documentation and private methods (+ xml+rpc, raw http request). Package: python3-bidict Source: bidict Version: 0.21.3-1+nerve1+10u1 Architecture: all Maintainer: Debian Python Team Installed-Size: 2305 Depends: python3:any, libjs-sphinxdoc (>= 1.0) Homepage: https://bidict.readthedocs.io Priority: optional Section: python Filename: pool/main/b/bidict/python3-bidict_0.21.3-1+nerve1+10u1_all.deb Size: 348192 SHA256: bfb93c8753074311d1ec3894f21d8c64d0b2bf3b3460b62bca3690488c722adb SHA1: e45f53405644a10db045bee954a2650407d00e16 MD5sum: 56571bab889ed6998419e174c02d0054 Description: Bidirectional map data structures and related functionality Features: - has carefully designed APIs for safety, simplicity, flexibility, and ergonomics - has extensive test coverage (including property-based tests and benchmarks) run continuously on all supported Python versions and OSes - integrates natively with Python’s collections interfaces - is implemented in concise, well-factored, well-documented pure Python that leverages a number of advanced language features Package: python3-engineio Source: python-engineio Version: 3.13.2-2~nerve1+10u3 Architecture: all Maintainer: Paulo Henrique de Lima Santana (phls) Installed-Size: 230 Depends: python3-six (>= 1.9.0), python3:any (>= 3.7~) Homepage: https://pypi.python.org/pypi/python-engineio Priority: optional Section: python Filename: pool/main/p/python-engineio/python3-engineio_3.13.2-2~nerve1+10u3_all.deb Size: 56336 SHA256: 921bac9fb1d1084c5b2af4ff4db0ba1dfeb84c88f1bf7533edf8fc009ccfa137 SHA1: ff33797332596575b01f9277a62eb9831dee98f5 MD5sum: 3579c312738a51780ee4ca286b248124 Description: python3 implementation of the Engine.IO realtime server This project implements an Engine.IO server that can run standalone or integrated with a python3 WSGI application. The following are some of its features: . Fully compatible with the Javascript engine.io-client library. Compatible with python3. Supports large number of clients even on modest hardware when used with an asynchronous server based on asyncio (sanic, aiohttp or tornado), eventlet or gevent. For development and testing, any WSGI compliant multi-threaded server can also be used. Includes a WSGI middleware that integrates Engine.IO traffic with standard WSGI applications. Uses an event-based architecture implemented with decorators that hides the details of the protocol. Implements HTTP long-polling and WebSocket transports. Supports XHR2 and XHR browsers as clients. Supports text and binary messages. Supports gzip and deflate HTTP compression. Configurable CORS responses to avoid cross-origin problems with browsers. Package: python3-jinja2 Source: jinja2 Version: 2.11.3-1+nerve10u3 Architecture: all Maintainer: Piotr Ożarowski Installed-Size: 500 Depends: python3-markupsafe, python3:any Recommends: python3-pkg-resources Suggests: python-jinja2-doc Breaks: python-jinja2 (<< 2.11.1-1) Replaces: python-jinja2 (<< 2.11.1-1) Homepage: http://jinja.pocoo.org/ Priority: optional Section: python Filename: pool/main/j/jinja2/python3-jinja2_2.11.3-1+nerve10u3_all.deb Size: 113756 SHA256: e927950049574b386574f681c17cb87a2fa02c8b03fd204e4e4390fbc9f9213a SHA1: aea368b109036df652dad5ca88a182c22ced77ad MD5sum: 7473b742c1ad65ca7f9d99851856eb52 Description: small but fast and easy to use stand-alone template engine Jinja2 is a template engine written in pure Python. It provides a Django inspired non-XML syntax but supports inline expressions and an optional sandboxed environment. . The key-features are: * Configurable syntax. If you are generating LaTeX or other formats with Jinja2 you can change the delimiters to something that integrates better into the LaTeX markup. * Fast. While performance is not the primarily target of Jinja2 it’s surprisingly fast. The overhead compared to regular Python code was reduced to the very minimum. * Easy to debug. Jinja2 integrates directly into the Python traceback system which allows you to debug Jinja2 templates with regular Python debugging helpers. * Secure. It’s possible to evaluate untrusted template code if the optional sandbox is enabled. This allows Jinja2 to be used as templating language for applications where users may modify the template design. Package: python3-redis-lock Source: python-redis-lock Version: 4.0.0-1+gfd5eab7 Architecture: all Maintainer: Nerve Development Team Installed-Size: 54 Depends: python3-redis, python3:any Homepage: https://github.com/ionelmc/python-redis-lock Priority: optional Section: python Filename: pool/main/p/python-redis-lock/python3-redis-lock_4.0.0-1+gfd5eab7_all.deb Size: 13900 SHA256: dd856e1a6bb69c3d33c69e0aa9e001f882bf34ca3eadb0d17b4871c595a8aba5 SHA1: 429420918d592e97a17b2ffe0c709fbfb02848ba MD5sum: e7205fb107131a3533a9f3a2763f717c Description: Lock context manager implemented via redis SETNX/BLPOP. This package provides a lock context manager based on the standard SETNX recipe. Additional features are: - optional expiry - optional timeout - optional lock renewal (use a low expire but keep the lock active) - no spinloops at acquire See detailed documentation at https://python-redis-lock.readthedocs.io/. Package: python3-socketio Source: python-socketio Version: 4.4.0-3~nerve10u3 Architecture: all Maintainer: Paulo Henrique de Lima Santana (phls) Installed-Size: 247 Depends: python3-engineio (>= 3.9.0), python3-six (>= 1.9.0), python3:any (>= 3.7~), python3-aiohttp (>= 3.4), python3-websockets (>= 7.0), python3-requests (>= 2.21.0), python3-websocket (>= 0.54.0) Homepage: https://pypi.org/project/python-socketio Priority: optional Section: python Filename: pool/main/p/python-socketio/python3-socketio_4.4.0-3~nerve10u3_all.deb Size: 59528 SHA256: 5ec243010efd8f48d060d58a0baed2899432a9ae197c6b3f99f355e1c766dfca SHA1: 64c26973aff47fbe8673416928e05361c6d7de80 MD5sum: 116ca06f1eb403696385372d0755196f Description: python3 implementation of the Socket.IO realtime client and server Socket.IO is a transport protocol that enables real-time bidirectional event-based communication between clients (typically, though not always, web browsers) and a server. The official implementations of the client and server components are written in JavaScript. This package provides Python implementations of both, each with standard and asyncio variants. . Client Features: . Can connect to other Socket.IO compliant servers besides the one in this package. Compatible with Python 3.5+. Two versions of the client, one for standard Python and another for asyncio. Uses an event-based architecture implemented with decorators that hides the details of the protocol. Implements HTTP long-polling and WebSocket transports. Automatically reconnects to the server if the connection is dropped. . Server Features: . Can connect to servers running other compliant Socket.IO clients besides the one in this package. Compatible with Python 3.5+. Two versions of the server, one for standard Python and another for asyncio. Supports large number of clients even on modest hardware due to being asynchronous. Can be hosted on any WSGI and ASGI web servers includind Gunicorn, Uvicorn, eventlet and gevent. Can be integrated with WSGI applications written in frameworks such as Flask, Django, etc. Can be integrated with aiohttp, sanic and tornado asyncio applications. Broadcasting of messages to all connected clients, or to subsets of them assigned to rooms. Optional support for multiple servers, connected through a messaging queue such as Redis or RabbitMQ. Send messages to clients from external processes, such as Celery workers or auxiliary scripts. Event-based architecture implemented with decorators that hides the details of the protocol. Support for HTTP long-polling and WebSocket transports. Support for XHR2 and XHR browsers. Support for text and binary messages. Support for gzip and deflate HTTP compression. Configurable CORS responses, to avoid cross-origin problems with browsers. Package: python3-websocket Source: websocket-client Version: 0.57.0-2+nerve10u2 Architecture: all Maintainer: Debian Python Team Installed-Size: 167 Depends: python3-six, python3:any Homepage: https://github.com/liris/websocket-client Priority: optional Section: python Filename: pool/main/w/websocket-client/python3-websocket_0.57.0-2+nerve10u2_all.deb Size: 34540 SHA256: 3b16809bd6caf248fe63f21f231e8f6a26973544a8ac0cbee8f697b4c7b5b82a SHA1: 26c9f4529d95117358e6d37a91d87bef633920c6 MD5sum: 641ea4def940b6e4cd43685ff95b46db Description: WebSocket client library - Python 3.x websocket-client provides a low-level, synchronous API providing WebSocket client functionality to Python programs. It conforms to the WebSocket specification as standardized by the IETF in RFC 6455. . WebSocket is a protocol providing full-duplex communication channels over TCP, mostly used in Web browsers. . This package provides the Python 3.x version. Package: python3-z3 Source: z3 Version: 4.8.12-2~nerve1 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 595 Depends: libz3-dev (= 4.8.12-2~nerve1), python3-pkg-resources, python3:any Homepage: https://github.com/Z3Prover/z3 Priority: optional Section: python Filename: pool/main/z/z3/python3-z3_4.8.12-2~nerve1_amd64.deb Size: 78332 SHA256: 5f56aecbf9a6bcd222ff1586ca445bdd9e4a201ec5ba5ddd016a8bae935f64e4 SHA1: 385b11755ebd6c95a7622c740099ab5fe64170ec MD5sum: 11e2daa4dc3b215c1aed623516c58f55 Description: theorem prover from Microsoft Research - Python 3 bindings Z3 is a state-of-the art theorem prover from Microsoft Research. See the z3 package for a detailed description. . This package can be used to invoke Z3 via its Python 3 API. Package: systemd Version: 241-7~deb10u10+nerve10u2 Architecture: amd64 Maintainer: Debian systemd Maintainers Installed-Size: 13519 Pre-Depends: libblkid1 (>= 2.24), libc6 (>= 2.28), libgcrypt20 (>= 1.8.0), liblz4-1 (>= 0.0~r122), liblzma5 (>= 5.1.1alpha+20120614), libselinux1 (>= 2.1.9) Depends: libacl1 (>= 2.2.23), libapparmor1 (>= 2.9.0-3+exp2), libaudit1 (>= 1:2.2.1), libcap2 (>= 1:2.10), libcryptsetup12 (>= 2:1.6.0), libgnutls30 (>= 3.6.6), libgpg-error0 (>= 1.14), libidn11 (>= 1.13), libip4tc0 (>= 1.6.0+snapshot20161117), libkmod2 (>= 5~), liblz4-1 (>= 0.0~r130), libmount1 (>= 2.30), libpam0g (>= 0.99.7.1), libseccomp2 (>= 2.3.1), libsystemd0 (= 241-7~deb10u10+nerve10u2), util-linux (>= 2.27.1), mount (>= 2.26), adduser Recommends: libpam-systemd, dbus Suggests: systemd-container, policykit-1 Conflicts: consolekit, libpam-ck-connector Breaks: apparmor (<< 2.9.2-1), ifupdown (<< 0.8.5~), laptop-mode-tools (<< 1.68~), python-dbusmock (<< 0.18), python3-dbusmock (<< 0.18), systemd-shim (<< 10-4~), udev (<< 228-5) Replaces: udev (<< 228-5) Multi-Arch: foreign Homepage: https://www.freedesktop.org/wiki/Software/systemd Priority: important Section: admin Filename: pool/main/s/systemd/systemd_241-7~deb10u10+nerve10u2_amd64.deb Size: 3504612 SHA256: 717b0a806b4974aa0db7953b7b0162b7fb03f210dc4abe5b010a986702041679 SHA1: 573fe7d78e6ebd4f3ed944e4a0dd6c6f39093ece MD5sum: 57aba777eb22018d23a45cb0971f4aad Description: system and service manager systemd is a system and service manager for Linux. It provides aggressive parallelization capabilities, uses socket and D-Bus activation for starting services, offers on-demand starting of daemons, keeps track of processes using Linux control groups, maintains mount and automount points and implements an elaborate transactional dependency-based service control logic. . systemd is compatible with SysV and LSB init scripts and can work as a drop-in replacement for sysvinit. . Installing the systemd package will not switch your init system unless you boot with init=/bin/systemd or install systemd-sysv in addition. Package: systemd-container Source: systemd Version: 241-7~deb10u10+nerve10u2 Architecture: amd64 Maintainer: Debian systemd Maintainers Installed-Size: 885 Depends: libacl1 (>= 2.2.23), libbz2-1.0, libc6 (>= 2.28), libcurl3-gnutls (>= 7.16.3), libgcrypt20 (>= 1.8.0), liblzma5 (>= 5.1.1alpha+20120614), libseccomp2 (>= 2.3.1), libselinux1 (>= 2.1.9), systemd (= 241-7~deb10u10+nerve10u2), zlib1g (>= 1:1.1.4), dbus Recommends: btrfs-progs, libnss-mymachines Breaks: systemd (<< 224-2) Replaces: systemd (<< 224-2) Multi-Arch: foreign Homepage: https://www.freedesktop.org/wiki/Software/systemd Priority: optional Section: admin Filename: pool/main/s/systemd/systemd-container_241-7~deb10u10+nerve10u2_amd64.deb Size: 337056 SHA256: ef6a48786831a2e88a001a93334e97b930a74b362c25868f18d8f72722f07b3c SHA1: f5efffb1e3384364a078a8d458d36f1014bd490f MD5sum: 47f52f6b813b3a5c09c28dea4a56c0aa Description: systemd container/nspawn tools This package provides systemd's tools for nspawn and container/VM management: * systemd-nspawn * systemd-machined and machinectl * systemd-importd Package: systemd-container-dbgsym Source: systemd Version: 241-7~deb10u10+nerve10u2 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Debian systemd Maintainers Installed-Size: 904 Depends: systemd-container (= 241-7~deb10u10+nerve10u2) Priority: optional Section: debug Filename: pool/main/s/systemd/systemd-container-dbgsym_241-7~deb10u10+nerve10u2_amd64.deb Size: 723468 SHA256: 13a7ae897c9a33058086e75a61bc2eceb1bcdc7a99b3ac2d70ca534f9100aa3b SHA1: fb509bfd91b688582a1450efc7c48c70b416a2c4 MD5sum: 1f08130854acbd6c64dbd449c6666781 Description: debug symbols for systemd-container Build-Ids: 497114544428e4fe52e7cf099914504ef993d251 5c9bc45e31455bc75359464df3a421ffcf7440e1 5d18e7504304543a9552b25c4a35bfd13e1c7ab8 a984cd0918b7864e71a746135714a285ad53a0d6 d5f7715e4c97db5dc1dacb45f644d79a835bbacd edb6dbd0d3acc027204a9c9f0fcf2e7ea7c4cc87 f522a2c5bd70b574b50f46185da69e9c823d73fd f70e40f6361c78d6abda3b27a93ca0b48a916b48 Package: systemd-coredump Source: systemd Version: 241-7~deb10u10+nerve10u2 Architecture: amd64 Maintainer: Debian systemd Maintainers Installed-Size: 248 Depends: libacl1 (>= 2.2.23), libc6 (>= 2.14), libdw1 (>= 0.158), libelf1 (>= 0.131), systemd (= 241-7~deb10u10+nerve10u2), adduser Conflicts: core-dump-handler Breaks: systemd (<< 229-2) Replaces: core-dump-handler, systemd (<< 229-2) Provides: core-dump-handler Multi-Arch: foreign Homepage: https://www.freedesktop.org/wiki/Software/systemd Priority: optional Section: admin Filename: pool/main/s/systemd/systemd-coredump_241-7~deb10u10+nerve10u2_amd64.deb Size: 134464 SHA256: 4b7895a9553465cb3c818634c1631c8c3b424478a1647dfe1c95eed61cb30f33 SHA1: 1a0d6bddf58b57fa7ab825307e4e4868ef92746d MD5sum: c9661e5aeeae3fb80f62577d8f98197b Description: tools for storing and retrieving coredumps This package provides systemd tools for storing and retrieving coredumps: * systemd-coredump * coredumpctl Package: systemd-coredump-dbgsym Source: systemd Version: 241-7~deb10u10+nerve10u2 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Debian systemd Maintainers Installed-Size: 133 Depends: systemd-coredump (= 241-7~deb10u10+nerve10u2) Priority: optional Section: debug Filename: pool/main/s/systemd/systemd-coredump-dbgsym_241-7~deb10u10+nerve10u2_amd64.deb Size: 99128 SHA256: ec72b208030aa3186b57afb031e17d7e5edbf618e6f6304d4b58e93a79f07518 SHA1: d13697ce8ebb4571d672d24bf1ede2e5eddde29f MD5sum: 4cb3bda8081681ea47ccc5cb1599b5fb Description: debug symbols for systemd-coredump Build-Ids: 7c768cba3273d8e2349d08724c3796ec4b4a5bcc f85ee461c32bde2d3511b82b33a14b45b8212697 Package: systemd-dbgsym Source: systemd Version: 241-7~deb10u10+nerve10u2 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Debian systemd Maintainers Installed-Size: 15926 Depends: systemd (= 241-7~deb10u10+nerve10u2) Priority: optional Section: debug Filename: pool/main/s/systemd/systemd-dbgsym_241-7~deb10u10+nerve10u2_amd64.deb Size: 13115756 SHA256: 92bfdf4a31845b374720fd346a79c9611220c6fdf85e3dc706ebe1e084591fda SHA1: 60d8733035e159a6f361468016dad2b06141eb32 MD5sum: 49ff93a84755bcc1652633f8048f3d05 Description: debug symbols for systemd Build-Ids: 041728221b8ae8da744d5c743a645e4f79b12396 04524d9dd08e2d6d91f0581c76174d22057d4581 05ff7b5e26ffc5bedc772b7d20159a4a338b99d4 060cba448dea7129571a10b662c442e634826936 08ac49c949d461adb4a48ebbbf047f553d75a84e 0d397d2d0d7cac27363540cfbb9a01b6af0ee225 0fb6f6f4d0cb425a67b85695a02c02812595535a 149289bc23e73f468bfd5e2c6eef2f0c91cbf5a0 17a6bec363f8954f7f759d9f0d8e0551b4103759 19e50e57b4a51f13a8e392846b1855eb0923e4de 1b84c3470e73be180ae8c6576bc86d05ea4c50e8 1f84fee0b5478c97e25e057b4634a359e954457c 1feb4ac178a0b177108512c5f0b84d7ad1b252fa 1ffd3c242f92210be24280f0a96cf06697fdc9aa 2088a488725d4b0067294731b90724f8bc42f941 234e9389700c116e71e0a7948a4dd99cbd95b423 245e7cd9075c4aab19bd2acf72b2e7cce29e0d4e 2e99af67e7c5646248d9eb4b890e0c0bbdd35ba8 35b0414d335d566c07d35b18f3c8e5cb3bc6e17c 38a861a6f3648bea1ab262f3fe6343a32cce4654 45133a0add89fd6d7c26940393a472425e4497df 46780cba3c0562d8671c80f972475292f4f0a0a6 47acd2a4d5cf46ac8027dcf394e95b3cdd2c54b2 4d0192a798d9312484d1da4217dd97d79244097f 503e993640e18981e5e9b079887ea0ed8e21a9e8 52901b4df42eeb7c2c4b53b55336213f6c5ed7e7 53b8e53797963457e550e40a4a63aa9377772002 54d0c0653cad7d6ecc4fed7f9a3e850775e8165a 5a54308fa5212aa526039c99f82304be57b27270 5f884f83e612e9ac59c4150320c530c9f6398df2 5fd2bd44303443d2e4eb41683b0e8444bc4b2bc0 6111cb33b0721ed0487e3d6049e708e43c3c8bc2 615e948ebe10489e395993047a83bb0304282778 70a73dbbbca03e9220834c39c665111bb7caeff7 73e54c758b323d8f1ffb799d20a77147d607d20e 75baad07f1043b2e65b25444e8d46743670fb6ea 7731bf38b632ee7a5a8c30cfb1e2fd2fa6e4d981 77d791edda915120b7a5c44f4ee070bb12a2a8b1 7d33c782235809ab8e9c833d9927cdd61110e9da 865efbbd332bf7841926ff0244e44be9b2d70192 87f48041b0e2cf0e2263b98d74900d2a584c0cc0 8952ed5caaf8db9f8d8c164faef776f7831f0fbb 8bee1c7788c1e9041e84a2cfabe6005f7731e50f 91df363482269b895a1198d01d11734481259c17 928a5420d3eb894cdb5f73c4ac63d4312c7f10a3 92faccadefc4df62057608991d44dcd90325d72a 94e3cfb61d0ab4f3235434382c7dd916de8d7f4f 97efaae86d76eea2cdb96937e1514a25b7c8cdaa 99b95b7dc71e51b76544c6fbaf4c1fe4539ad3d4 9ad77921eba19aef889ed8853a0add6ed53f5d7e 9ae6d2647a3f0772b13def96208ab46142f09d54 9f917f2249792aa887361f093c900754c65da7f8 a24d80ca99bcb5de21dedc6a5720dcd451fa45c5 a32d30e2fdc6831779aa21fd3d0e41f185da7675 a3baf0e8666df1915ac36bd47a50e22b2b4fdedd aaec0b82438497420d68b3c36361f19f811d5754 abd17d9cd6dfa1711ac570c8db9d9b1b90572d70 ac5f04e3e760ffc275bf1620b7443389ffd0fc9d aed8b4f536abff0c2bf5494cd1de34e9beda3799 b9ff00726e3713a080e78318ef41648b19c50178 bf2181f708f38a79c3c0fb42c65dfebf830cfe0f c1ff193790be60043648daf21aa0e8715e666c35 c30eb9608ebee59955d935bc69230bafcdd5cecd c7f84d8421fd42e3f67c946f1705b72a14c52cae cd6d4bc92314c3e3ac7ccd33a98d57117ee426a4 ce86f17f8de45ade227fa9473e4fd2d288f50410 cf04d81a4f1c2f9a816e3e7b89fd0a720e50fcf7 cf2bc694e3f8b2edfb33075296d0ae6348ef55c8 d1bcfc1b5ee95e8cbfb26cbf8914f2dd7745b4e9 d5d63a7e64b011590ee8a6a4a22c50e4ba0776d4 d83b603baaa6a05e0f1c4b1a5c80a696eff598da d95844797bb18e86753d8571a143f8a5fd1d3570 d98e7a53f6807dd2f1e14cece677c2b5f872602c db654ff8a13548f14ab6a86c4f37ed29231eca9f dc6b7d386f0b631b96995466cfc738763baeaa13 e000150e2663c8e74fac817a4eb18d7b3a99a385 e008d38b3d2bfc967a37c3878d57c67c225a62d2 e450aa0d7dc89e7a7b274203680ef43be3948f76 e66745b3c63eebacdb7a2831eb042f58ee8d57b8 efd6e94c4eef900c981d6d60ac82b7ab4a5cc84f f2bd26e52c197cd14e4194aa33723db23821af9a f607a5cc3e5e02b09dd1411becc1352375d79efa f6e6235631b8986fc9e685ae62349f2e6e27e875 fcab2f8476209449de0624c83f7fed740023821c fec303df16eab345df61056b83b41f57659e7fa9 Package: systemd-journal-remote Source: systemd Version: 241-7~deb10u10+nerve10u2 Architecture: amd64 Maintainer: Debian systemd Maintainers Installed-Size: 316 Depends: libc6 (>= 2.14), libcurl3-gnutls (>= 7.16.2), libgnutls30 (>= 3.6.5), libmicrohttpd12 (>= 0.9.50), systemd (= 241-7~deb10u10+nerve10u2), adduser Breaks: systemd (<< 239-6) Replaces: systemd (<< 239-6) Multi-Arch: foreign Homepage: https://www.freedesktop.org/wiki/Software/systemd Priority: optional Section: admin Filename: pool/main/s/systemd/systemd-journal-remote_241-7~deb10u10+nerve10u2_amd64.deb Size: 151224 SHA256: 77080ceb21471e58a1b94f017b76e9b2c2d86f4b00cab96d490226ff4eaf2d34 SHA1: 8b0a1acc5e54f82177633367a13e8af398f350a1 MD5sum: 6f88776dc933ca82730441240608bf52 Description: tools for sending and receiving remote journal logs This package provides tools for sending and receiving remote journal logs: * systemd-journal-remote * systemd-journal-upload * systemd-journal-gatewayd Package: systemd-journal-remote-dbgsym Source: systemd Version: 241-7~deb10u10+nerve10u2 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Debian systemd Maintainers Installed-Size: 208 Depends: systemd-journal-remote (= 241-7~deb10u10+nerve10u2) Priority: optional Section: debug Filename: pool/main/s/systemd/systemd-journal-remote-dbgsym_241-7~deb10u10+nerve10u2_amd64.deb Size: 154284 SHA256: 35cf766a56253071048ff0e5656eef94b8947fc8192c1db6de7be28a52c19ecb SHA1: 26749f11f3e23d80023290870eef637e221e0ea7 MD5sum: 11fd16c5a607a851888a6dd9ced3e64e Description: debug symbols for systemd-journal-remote Build-Ids: 3d21166205c66acdb8e278122eb6ce688bf22edc 7b698ef942cd8f1a06e2e99cafcc510424612cb6 c092c4e7749862165fde87460c7009a0d370a155 Package: systemd-sysv Source: systemd Version: 241-7~deb10u10+nerve10u2 Architecture: amd64 Maintainer: Debian systemd Maintainers Installed-Size: 125 Pre-Depends: systemd Recommends: libnss-systemd Conflicts: file-rc, openrc (<< 0.20.4-2.1), systemd-shim, sysvinit-core, upstart (<< 1.13.2-0ubuntu10~), upstart-sysv Replaces: sysvinit-core, upstart (<< 1.13.2-0ubuntu10~), upstart-sysv Multi-Arch: foreign Homepage: https://www.freedesktop.org/wiki/Software/systemd Priority: important Section: admin Filename: pool/main/s/systemd/systemd-sysv_241-7~deb10u10+nerve10u2_amd64.deb Size: 100600 SHA256: 79998ea14eb08324046f1a281aeec9fb1dffd54f71a1f1543180db10e35369c6 SHA1: c2a9e2c817ebcefdeea65b2a7615507fc3a75a0e MD5sum: 99137c4e41fc19aa979cea4796e2cd57 Description: system and service manager - SysV links systemd is a system and service manager for Linux. It provides aggressive parallelization capabilities, uses socket and D-Bus activation for starting services, offers on-demand starting of daemons, keeps track of processes using Linux control groups, maintains mount and automount points and implements an elaborate transactional dependency-based service control logic. . systemd is compatible with SysV and LSB init scripts and can work as a drop-in replacement for sysvinit. . This package provides the manual pages and links needed for systemd to replace sysvinit. Installing systemd-sysv will overwrite /sbin/init with a link to systemd. Package: systemd-tests Source: systemd Version: 241-7~deb10u10+nerve10u2 Architecture: amd64 Maintainer: Debian systemd Maintainers Installed-Size: 25967 Depends: libacl1 (>= 2.2.23), libapparmor1 (>= 2.9.0-3+exp2), libaudit1 (>= 1:2.2.1), libblkid1 (>= 2.24), libc6 (>= 2.28), libcap2 (>= 1:2.10), libcryptsetup12 (>= 2:1.6.0), libdbus-1-3 (>= 1.9.14), libgcrypt20 (>= 1.8.0), libglib2.0-0 (>= 2.26.0), libgpg-error0 (>= 1.14), libidn11 (>= 1.13), libip4tc0 (>= 1.6.0+snapshot20161117), libkmod2 (>= 5~), liblz4-1 (>= 0.0~r130), libmount1 (>= 2.30), libpam0g (>= 0.99.7.1), libseccomp2 (>= 2.3.1), libselinux1 (>= 2.1.9), libsystemd0 (= 241-7~deb10u10+nerve10u2), libudev1 (>= 215), systemd (= 241-7~deb10u10+nerve10u2), zlib1g (>= 1:1.1.4), python3 Homepage: https://www.freedesktop.org/wiki/Software/systemd Priority: optional Section: admin Filename: pool/main/s/systemd/systemd-tests_241-7~deb10u10+nerve10u2_amd64.deb Size: 3827276 SHA256: 52d85604634005fcf52b9a602349d5f059fce9fbff29bbff15fb986fa7ea7d23 SHA1: f09d5ebe5e052acce475f21b9210c45e5d1b9409 MD5sum: 8fdc7cb1125dbe018bccae3965b2d586 Description: tests for systemd This package contains the test binaries. Those binaries are primarily used for autopkgtest and not meant to be installed on regular user systems. Package: systemd-tests-dbgsym Source: systemd Version: 241-7~deb10u10+nerve10u2 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Debian systemd Maintainers Installed-Size: 36378 Depends: systemd-tests (= 241-7~deb10u10+nerve10u2) Priority: optional Section: debug Filename: pool/main/s/systemd/systemd-tests-dbgsym_241-7~deb10u10+nerve10u2_amd64.deb Size: 29475864 SHA256: aa876c5b87d8d368c209e3a90b01a8ea7e51fd86f6cb73f27d08668104804056 SHA1: a28ac00981aac8b5b5e89afb23ccdb154f7ecc87 MD5sum: e1f1bf2c3c09d96ec601c298a00abee6 Description: debug symbols for systemd-tests Build-Ids: 0095ece5bce8881a9d427209e5ea4f583d0eb067 0393e8073b31528c7621a7bafcc066686d800ada 07201b4223f2544adab3a7ff5475f8ca21ca7824 0afd514ca8e4255482558ac68cc10b30fdd4b46d 0b61e3ad008774c14856dfdf61b82962de6d0f72 0c399af666b2031cc6dfabffc158eaa5908150a7 0d1278fe5e589a2ae304dbed73b94f3df6e2db9c 0ef2b390a58046273a4873fb621243703bb71ceb 11b6ea8b363113d290c493705203664cfe36dd98 11fb5a075c0fbf2c3213e370c00da66c22fac1e1 1205c92f2b101a9930e031baac99ee3ac6f85176 14620c31b0693170998ca4cd38cae2cf05fe69d2 14ee78c1136b35281ed2b6ef6d2862691b606472 14f8aa70dc59f1c1158aa45db3ecb77542195826 150d461baaae552fb7af74749da21d586f5df6b0 16a1c349334eaa87d0a2515ad49af773c812232e 17103b494023ee67dd3b43e6353a505027f4a249 173f05780e769b2b15806cf7a22033842671b000 17427544522fa004353c5d1a0011ea79abdac067 183107391b791fd595666ec2f784a910a1623f22 1c105ce7cf148ddb5fe471e6a6530264eda070a2 1ca72bfce9d1f33ddb2e396feafa34b50951c3f8 1fe44683f1bc64e8706f1e0492ca868cfacdd1ec 206900e7e4c5234309172fe0a17f835ed9cbfa90 20cf71df22e7c9390d3364213f8c5e5bcc7f8886 240e39a4ab169251f69fcc0f4149900a51cf4f34 25b8cb306ee1e409350a33b1a617a51e6207d833 26b77e52858b78b9a89356223f803a39272b90f5 26df556850c643d3dca32fec085a1ace3960a6eb 27c9f97b7a61acb16d0387553d70eab063fd0d7b 2879f1e6d44d4e806b7fd528a3e7fc26ffa30dd6 2934179ce2f5396c2b69df4148e118cc7e44b2a8 2a881b528824641d1756a9eb080eb8a876a660b9 2a9c0e1bbec538d35e85c00cd0149e5a6f4d9445 2c92cf25f62916d64a899b173940c0803d6d4c71 2d4cd1c22aa3e2a8a258256ea1335f8ef240565f 30773ebebc35eb3a9a8b4c677dcfd424d645afa2 31c0d381da59f4fd8b334c52a82ede604afe3fa7 31f7d70fee86c9137629414f09df1233b6c584ab 32b335e22336db307fb98721b4555d415a263b14 32b8420f40438d4497ab7320ec19f513657f6521 3339918424fe5d7b8cf8a792d2d4ddf771fcdb84 33abcc613f3e7b3c844b5f3471f3dc84f5fa4cdc 3448756a7b658a5f73366ad9540353772479405d 38360c1b883897218b02aee8908953b25c96da5f 3939cdacea6f9bd10d42a9505640a436537081dd 3e4ded1ab16e586061dbfe47001c6c48d715b709 3eea693c4e45434169925354b86429d7ab19111d 41c812080da5654883ba85762c4e11358946c150 41dc287f516a9ee3e5ded0a91b54d139a346b1e9 42b9528321bebb3c41baef18ee4d9ff08c9b17a6 44ec7ac8f3698b16946bb8c6545df168a57765b9 45fd4fe3581f53b9ede7aef381e4bfc0a5e6e888 4639b6a95b34f26dcfad0fdf8ec2c96d3e08c3cf 46af69e8ba95a3271f71cf1b27e648c43c01c638 499c2e353e461857892ae516aff5b13502712466 4a249c335624c4946ba696f9d2d61d615a75372c 4d70ab240725d2ca9a8ac5f4d6da3e39268d3bf5 50305e36b487eb5119b8334d3a73b4baddda6bcf 5182839d6d008b69ebc10caf04e1fe632cd877ce 51e0e517fe94e56620e396697ff6b392a2db5af1 5242d6cdea6704047abe32ae3bb8361dcce630c8 527cebe3e6392182cd2083922b337376d91be218 53c3a15f91df2c134df112c09e259f653a8d2af8 5656c182c478ea650ea340d4c51a91a96f722371 575ba833821bbadc8f521a902da8d1df616af02d 5a215f5b126fdfb268a01a576bc8a23fc44fc190 5caa8467a627e34b5794dd4bb8433ccbc0ffac14 5f568f159739b167bad1f40ed6d61ce810e2f9b7 5fa90a94cf3332b4710ad248c960f43665f5e992 5fd4a2196c0aae061f3c9612818ba1d69d235764 623609948fce64b1b4ab23c4ca8dd9f3b43b6fb8 634b90f8a596f90eae5544c9e93fa558eaba3984 682582805bd99e750d38440d5d4ce77ee4062a00 682e2e5f646264b79e97c66fe7293e7d487aa2bc 6a0293056065d2a2d4258dfab45ea4eab143eb6b 6a87e5ff0def3243bf1ee8f5c94b5dce8aef2610 6c55b7e6c1e312930f4e0fead7edcc0c69e95763 6d75f819904b25c524067bb39ec11d3476534483 6d83d17d7d3881428bf1901672d1fe2f46e530b8 6dfdf93312406f5b74e0d329d45b77ea43b662d3 6f4f7865ce403bf672f0ae8bd98d2c77202201e4 7223ca18e6590b08d67fa4ff27c9975839f477b3 73a87795e54d12558f26817a45c0511c31ab3442 754826df3cb2efc85f1dcc57fdddc04d5938b2f0 7735c892521ad3c6626a53f2b88598f954556cb6 78eb28ee439355ed7a4299c34d1895b78b3c945e 79c283fdd02cfec8c58e9ae8c235e1affd576bcd 79e5aa7bca54656f6609ef0915bc597b584b24f3 7ad5573626ed59a51dcc064e9ec6b8a94f79be0c 7b192f4d63aeae9103d6ec2a445236179596abbe 7b50214c0b6eeb3df72dbe2da72b39bbaf2d2b39 7e3fd1e17439dada01cf72ed547ade4257266102 802b4c564a6d9710b41bd77bbb0acf2726acacd4 838ddfddba1dbff24eacfbe24f416cef73c14305 839f9239e4f45fbed74be630984cd4d266996660 843758a2d0a5e2b2bdd827d21a102faa7f70d61c 84d870100f5d6e8ee5e788a1308efe4e833f7618 861f939b0d8c970ab3cf4d7360d197ad48fcbbd7 8623ba924b2beafc944d3b2d57b0eea6a3d1b00a 8b172eb6ed663883761a49cd9c9a58d3c036409b 8b9b7379af641e4948f92e563007ed1b40015f64 8baf51146dd2d1a25bca32dd7e1de66227583b45 8e4a2ffdce616d26571e3b96d7bbd96faa9439dd 8e6c1e21ac99940d56f684bfc7a932eb363cd5c6 8e9462667203bc06a1928d4dbb5a01382e572594 8f85a3659311079d4f7da7fad1ad6f749ab18560 901384ce4e5cea88812ae9f4f9f6a840dbde585b 90e15cf5804fc667ad2ac6638d2b5f8fad6f014f 9149aa3c52129028eca29f5170b4619cd9989529 92f86b3f53da30732d406279b27c0e20353af55c 930318c542cfc747ba02f443b2d68d75d0fd88e4 941d050ffd8c426f1fc99c1b2884af16ae308eae 9438f69bb097c9468d6add5d8af2c22e31a17b01 94852b8945297e2af7dcfa50ea8d6257238f6f15 961e457bf89673b2fbc3adad4d602f0c609afa9e 96ff31d10ee9b25086cccd04eb812e9122ffc83f 97154ad504918c84f3d8328417b5947575d54e61 9bfb1dfd72aa6bd4986b61486e60edb187015424 9ee529a5afe7c2d39870b290436fc7baac5c4311 a01f5573e1b421d6786ece406b53e1cf4020b802 a4924523de24d94ff4659aba4b996a994f091bcb a4a023ba9356db6293d99b79db9a1216a1d9d71d a7c484e88b94f3a78d84b7f699ee43ee8cd27ce3 a8930c9b012b6dda41141c5369817da2b6969c46 a9ea5fdfac3ad952ca589750fb4ae02e371e893b ab1bbfb64ba81dfa62dc9a98707792c78027a192 ab4a4d52152679d545d8d316342f4f3693135c1a ac76178296ae9dc3c1c040af5441d4d390765fef ad2e7d382419ae7070b16eb5820092019133043c af917ff4b189b0217924aa07249b852b39d84d99 b0832be84dd46fe895e8569da1bf34d35c4b80de b0be66a41085693b3b77e8cfa61bd1aecc1c9b91 b0ffa5512d1275ca36d705e72b3e995652bcbe8f b1415136d58d17bda89742dd33cef652f9cd44c5 b145674c15f74a4008e776934e8da984eddaa947 b1bd09dadb6ef922b5e26c0a2611e6bf8fc2eda5 b2813ef109951a3a54278b30339eaf4036027e8d b399683ff9f0644f22db3b53d060e2780bb5338d b658a03ee034fd19fac3164c449f7fb0246f1a72 b6a8faf06c7c889f06b29e89ffb1761879e76ceb b7b80feed1c7979df914196d7fc6fb49e85be48e b8b80f8852e8067f2e37878352bc4c03f166b3d0 bc8a6854b07d7289469cb83f4b0e35e5088d6bb3 bcd008ab1d017c1ba5eb2b08f7e16037cff70600 be8534800ae1b89bce8f8519a82dec2d523d00a7 beb32f454ac079ded112bc2d34cf8a5152c8cfea bf940ddb53a16f14c2610dd73f6c41014355ab8f c0d5f8ab9e6b3f2f69594a12508411a867baeed6 c1d5e398cdb9052322697b8fe1e33fd59119422f c2b03cbddc5614e3344e6e2d423f8d758e06a238 c3a7b2d7d545213cc6e3d92ebf5d932a4592fc19 c5bed3102fba842ad12036e9d256eef22d2d0bf0 c680a6fe4848d7b945fbc9f636e64ec2fe2f3760 c8d2587b752569fba029d0682b0c4f153d37da84 cbd36751cfd381577e940dabc83d6c1b52a92bd5 cc0227dc3a1b97e45cb1d1b016a5bcaec545279a cd1006bd55ee32babd579348b639885bbbfb780e ced4f6d2a2a2b5732d5713565b5cb9e7af4aaa07 cf46dbba86fda1d7e8af26124b3d7d19c52786b5 cf9d9cbb1ddfd6b4b9fcb4c7313bba13c2177507 d17849d7930a10dbd816834e5fe2c4d6abcbce4e d29c715ce2f0b547d42829a23fe6fdffd4bcf042 d4710389eec38d02e904beb853b373547b0b8af6 d492bdfa42722bafadca18063bd1644a2fd9797a d4ca5ce3bf03a90a0d57136ccc746d7b67932600 d4cadb2fc114f382073a98e16abdd0ae6a3fc234 d4e0b8558a162b4d4ef13ab33e7a1e648631e7ac d54ec65edb43cbbf06296fc82d7480c0bcb028cd d73a277594dba0af028176bc336bd1fec563bc5a d7b9c59403405967cdcff8e0face54590bda8066 d808c21da548ab47ad5ff08845860ee97bef2bd6 d837bdf39117a97ee61d9753afc3b4b6a5316d5a d915c13e10c29289303f89b7e63fab6725fdc60b d9721361ef1f2f583b82aec1f742d9b1b3aac35d dc67d582323bed0492ae19abcc83041c9639ccfa df88859b3b84ac98e6900c41e5adcad8e1b84099 dfc8515c5623d8c12ce1f2c3a00b1ffdb261e8f6 e0891d10b474f0bb54b09d30fb9ff8beea774025 e1c42f2dba39cb1bcf4f0d304ca629a845bb194d e38958215881633924d0276fa8768f18880c39aa e3ce187094b3197a832cf450ef27cace600a26e6 e5be2031b477feb0dfca00084065dea5fbc0da70 e67006d47c6ff0e56339164ce5c4c104a2e19a68 e6acc804103b3de362af8ca74e8f10c199689ed6 e7adf37547417879a338fdbe2ec584d4acba95e5 e955e01fb6a1ecda1c05cee440488caaac5bd8db e9c9f1f61ffe28a11a87a4203245b621821a91c2 ec6cf5d9a3fd6d9285c5ed1b3dfbefd2055ed6ee f079c1137dae2f39bc47a43890e95c9c47c113d0 f0e23ca0786941f0f7eddbec322c9ee2ab8b6aca f1c2e79968a82e3b81526abbb3efc73c6ce42daa f21d927407f2967ac2072b8a2679dd6df1261eb6 f419105f9fdd6ec4006f1d71b853472b4784d75b f591cff2172dac8a9bf17c5df20bb068fa82a28e f65877206cf2f51cf2440092786aa683d082ffae f6ba5ad729aabb079013b661793d581c0cd3b9ec f6bec658e65078cfe3423df71163571690987b9c f9ae3edddecf2c80b62ff76526d2099be4c8b5e9 fa47d9d6070ebc6e8cdc72711175674cd9ef4e4b fb404a2b6c79b808cbc91ea5347af3a7d84cd93b fb69e182eda591fea91d0c821f886a67f6e774fd fb7649b313160ab15771c43652447cc12d15e3d1 fb816ff2564585730267c1a064404b01c4ed7452 fe7ac1b8b7ca6bf168842731886c4f22506c2c69 Package: udev Source: systemd Version: 241-7~deb10u10+nerve10u2 Architecture: amd64 Maintainer: Debian systemd Maintainers Installed-Size: 8289 Depends: libacl1 (>= 2.2.23), libblkid1 (>= 2.24), libc6 (>= 2.28), libkmod2 (>= 5~), libselinux1 (>= 2.1.9), adduser, dpkg (>= 1.19.3) | systemd-sysv, libudev1 (= 241-7~deb10u10+nerve10u2), lsb-base (>= 3.0-6), util-linux (>= 2.27.1) Conflicts: hal Breaks: ifplugd (<< 0.28-19.1~), ifupdown (<< 0.8.5~), joystick (<< 1:1.4.9-1~), systemd (<< 233-4) Replaces: systemd (<< 233-4) Multi-Arch: foreign Homepage: https://www.freedesktop.org/wiki/Software/systemd Priority: important Section: admin Filename: pool/main/s/systemd/udev_241-7~deb10u10+nerve10u2_amd64.deb Size: 1277336 SHA256: 532a5ea40bb5730e90d15a1dd504a53731d175805af68332bcc5f127d1ed661f SHA1: 28f1b0c5cc4c9568fe4af2b6496f2bd1a4e427cc MD5sum: 3384efa9beacf4c692a973a084ad4ab5 Description: /dev/ and hotplug management daemon udev is a daemon which dynamically creates and removes device nodes from /dev/, handles hotplug events and loads drivers at boot time. Package: udev-dbgsym Source: systemd Version: 241-7~deb10u10+nerve10u2 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Debian systemd Maintainers Installed-Size: 4424 Depends: udev (= 241-7~deb10u10+nerve10u2) Priority: optional Section: debug Filename: pool/main/s/systemd/udev-dbgsym_241-7~deb10u10+nerve10u2_amd64.deb Size: 3500864 SHA256: f7717af543ed4ac0f5a98424cbf26c4b92d5d6b37210237cadda6dedb82b3c07 SHA1: 22a10beada60b5c140651b592d5e407812d5a762 MD5sum: 75ebb72434c489ed19e65535a0f171d8 Description: debug symbols for udev Build-Ids: 1cd345c5fa5ce48575f54ab3623115b6cbe1f5e7 29dbb23e0aee08bcf6766cd05672faf663dcf4b4 32314af8cb32ef97218c1a470026d8051ae5300a 3e409f0a1ff1c367ba278d763643d8f207be714c 59e873bac6ba01f380de97bdc7eb4bd82f522953 73fac532ffd2c437494423ca42ca8a35f6494b61 be460e0f2dc8456aa91d3c00f20b2bdfa1760321 f5e2b1b59a1a80725ef09431956f1e87e088b31f Package: z3 Version: 4.8.12-2~nerve1 Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 23768 Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.4), libstdc++6 (>= 6) Homepage: https://github.com/Z3Prover/z3 Priority: optional Section: science Filename: pool/main/z/z3/z3_4.8.12-2~nerve1_amd64.deb Size: 7529996 SHA256: 58ca046ad674dafc75dc5a718005ae2a2b21b8f85a4c2beefeb769e7fcdee9a3 SHA1: 7f2b23947965c6e074c9d081c7cda9319369e639 MD5sum: 5a4efcfa91e30122ab01427b4b79556a Description: theorem prover from Microsoft Research Z3 is a state-of-the art theorem prover from Microsoft Research. It can be used to check the satisfiability of logical formulas over one or more theories. Z3 offers a compelling match for software analysis and verification tools, since several common software constructs map directly into supported theories. . The Z3 input format is an extension of the one defined by the SMT-LIB 2.0 standard. Package: z3-dbgsym Source: z3 Version: 4.8.12-2~nerve1 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: LLVM Packaging Team Installed-Size: 148440 Depends: z3 (= 4.8.12-2~nerve1) Priority: optional Section: debug Filename: pool/main/z/z3/z3-dbgsym_4.8.12-2~nerve1_amd64.deb Size: 147849664 SHA256: c2a56f96dd4180c4aa18453ee932e708bd8c6db99bf70107650b85db60e873f1 SHA1: c15e01e8f3afd2c4c7116d507624d02d5daac39c MD5sum: 8f3f6790129921d5a7227ad62e963726 Description: debug symbols for z3 Build-Ids: c3e76d1fef9088e32df78e3aa888b781bd5cb8b8