Package: abi-compliance-checker Priority: optional Section: devel Installed-Size: 1315 Maintainer: Mathieu Malaterre Architecture: all Version: 2.3-2+apertis0bv2024dev2b1 Depends: build-essential, perl:any Recommends: ctags Suggests: doc-base, icheck Filename: pool/development/a/abi-compliance-checker/abi-compliance-checker_2.3-2+apertis0bv2024dev2b1_all.deb Size: 190396 MD5sum: 0e1c9a10acf48a02713c1b100bd530a6 SHA1: e9bbcce0bdfaa24fef04d8233bf8826884bc8787 SHA256: 6b23eee636c780d199d99e6a141322e90cf63963c8a047801b6c1b59546289a1 SHA512: d5a33c58c1e68119f0b00b59c425cb17f79c5f8d463d3e8192dbd0c45016abd211036fbc97d0d8a57556b9892266b736da9ed462f7542e478ccb2fdf25df8a72 Description: tool to compare ABI compatibility of shared C/C++ library versions abi-compliance-checker can be used to help reduce the possibility of an application crashing when the shared libraries it links against have changed. Signatures and data type definitions from two separate versions of a library are compared by examining the shared objects (.so) files themselves, and by analysing the header files (.h) provided for the two versions of the library and their dependencies. . Shared library developers trying to strive for binary compatibility between releases may also use this tool to detect if an any accidental application binary interface (ABI) changes have been introduced. . The checker may also be used for assessing binary compatibility between different Linux distributions. Homepage: https://lvc.github.io/abi-compliance-checker/ Package: accountsservice Priority: optional Section: admin Installed-Size: 648 Maintainer: Debian freedesktop.org maintainers Architecture: amd64 Version: 22.08.8-6+apertis0bv2024dev2b1 Depends: default-dbus-system-bus | dbus-system-bus, libaccountsservice0 (= 22.08.8-6+apertis0bv2024dev2b1), libc6 (>= 2.34), libglib2.0-0 (>= 2.63.5), libpolkit-gobject-1-0 (>= 0.99) Recommends: default-logind | logind, polkitd Suggests: gnome-control-center Filename: pool/development/a/accountsservice/accountsservice_22.08.8-6+apertis0bv2024dev2b1_amd64.deb Size: 86000 MD5sum: ed9b3e9fdf038a5567a3e9e03895a553 SHA1: 1d345a6439c4f09387725b06f23762a8e2e29c5a SHA256: 6008309cee716ae6afd1e344f853f3aa07c16ef0e66295b3bc14d51f57a50a7d SHA512: 0871526a83ac8dd09042f6216f76b2ffc6e9bc217f1a49c43e4fca29c64cdfac0e80b9b23bf7977b6535b39849d2d1a06bb01159376d9bae212ebbc6fe0e5ea8 Description: query and manipulate user account information The AccountService project provides a set of D-Bus interfaces for querying and manipulating user account information and an implementation of these interfaces, based on the useradd, usermod and userdel commands. Homepage: https://www.freedesktop.org/wiki/Software/AccountsService/ Package: accountsservice-dbgsym Priority: optional Section: debug Installed-Size: 238 Maintainer: Debian freedesktop.org maintainers Architecture: amd64 Source: accountsservice Version: 22.08.8-6+apertis0bv2024dev2b1 Depends: accountsservice (= 22.08.8-6+apertis0bv2024dev2b1) Filename: pool/development/a/accountsservice/accountsservice-dbgsym_22.08.8-6+apertis0bv2024dev2b1_amd64.deb Size: 180408 MD5sum: c48cda1f591c284ca69c286215985678 SHA1: 8aff3e637539e904aa61c3b5b64e9c260639e7ac SHA256: 8a1b0a07aa1d0ed2289ed3c9b17456def6c5496610f978738a2b60ca574e159c SHA512: 5914f1d02fc01010035e4ee62135a4ac500f408a279fb1d51e59a2ccdc7c93aba28c2801ec46f5012a31dc6a9910101080ed4ab2fd36846b1fed852431331c8a Description: debug symbols for accountsservice Auto-Built-Package: debug-symbols Build-Ids: 0ac23f73e2d403ebef05390239e88787cd0c539c Package: acpica-tools Priority: optional Section: devel Installed-Size: 2471 Maintainer: Debian QA Group Architecture: amd64 Source: acpica-unix Version: 20200925-8+apertis0bv2024dev2b1 Replaces: acpidump (<< 20100513-4), iasl (<< 20130214-0.1) Provides: acpidump, iasl Depends: libc6 (>= 2.34) Breaks: acpidump (<< 20100513-4), iasl (<< 20130214-0.1) Filename: pool/development/a/acpica-unix/acpica-tools_20200925-8+apertis0bv2024dev2b1_amd64.deb Size: 825560 MD5sum: 3c4984298dde2291c23058ceb1a7182f SHA1: 80ce9a9ab79d2d9658b65d25a4ab971d968dafe4 SHA256: c9947c85c16f7876263c9ea988e11a68108b1a8d424e37cb7fc9598719bdad44 SHA512: 0be8934914ddb4ea8b8f1c860a0de4a100f52450688089d6bd74aef447b528b52924ee97b14c647cfefa7b99d7e9170d663fcd0b43988d3c46232c8895ea04f4 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 -- 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) Homepage: https://www.acpica.org Package: acpica-tools-dbgsym Priority: optional Section: debug Installed-Size: 1916 Maintainer: Debian QA Group Architecture: amd64 Source: acpica-unix Version: 20200925-8+apertis0bv2024dev2b1 Depends: acpica-tools (= 20200925-8+apertis0bv2024dev2b1) Filename: pool/development/a/acpica-unix/acpica-tools-dbgsym_20200925-8+apertis0bv2024dev2b1_amd64.deb Size: 1684088 MD5sum: b786f0526b15f8ebf1acf7eba2f6fd90 SHA1: 7202d183f84adfc957e0134b77c9d8866d59a999 SHA256: 82f26b4454bdb2c3b0344bb1e774e874d79ac6154fb0146c9ca673213a076e44 SHA512: 77627f5fde4becc40ec9fad5bde0a39ebf354333927f04e0e8fcf715d6c4f284748707fb914150b544a36ce813c33279c8262d95990ed1d00c40eaaa24b1b4d0 Description: debug symbols for acpica-tools Auto-Built-Package: debug-symbols Build-Ids: 05a2fa784a7d5134a2e90d00353e986b6cfddc74 0a41ee73aa1820744747d360f3f550f0084ced25 1b076d4e12c37f19e750c9969c6367721403d0b8 226f859c8a63d79e47388464b63cfdce04058e4a b725c335abad0153ac9e031d2d2aae6dd0403337 c231f312b33bd2eacfefe6805c1c5c2d8d061842 e40231e5faf77b0e7f2b1dfb69c6397a15611024 Package: adb Priority: optional Section: utils Installed-Size: 560 Maintainer: Android Tools Maintainers Architecture: amd64 Source: android-platform-tools (29.0.6-28+apertis2bv2024dev3b1) Version: 1:29.0.6-28+apertis2bv2024dev3b1 Provides: android-tools-adb Depends: android-libbase (>= 29.0.6), android-libboringssl (>= 13.0.0+r24), android-libcutils (= 1:29.0.6-28+apertis2bv2024dev3b1), android-liblog (>= 29.0.6), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 12), libusb-1.0-0 (>= 2:1.0.16) Recommends: android-sdk-platform-tools-common (>= 28.0.2~) Filename: pool/development/a/android-platform-tools/adb_29.0.6-28+apertis2bv2024dev3b1_amd64.deb Size: 206212 MD5sum: 8da8344646ee186a1665402c04d60e22 SHA1: 918317a72dde31d0941e93f92f471f65afd77cb6 SHA256: a766e9693ecd6490838d7b7c2761a39e9b15d43f34a6456b9be90bc8d52dd7bd SHA512: 0b32d40dc46b398aa233095534d98580d77e6d51e9e6835d613856f6658eb62e3d0b9eed9ebca2782ac3f0971270f8d08933c7d191b5cf3a89b2acd9380b5763 Description: Android Debug Bridge A versatile command line tool that lets you communicate with an emulator instance or connected Android-powered device. . This package recommends "android-sdk-platform-tools-common" which contains the udev rules for Android devices. Without this package, adb and fastboot need to be running with root permission. Homepage: https://developer.android.com/studio/releases/platform-tools Multi-Arch: foreign Package: adb-dbgsym Priority: optional Section: debug Installed-Size: 1558 Maintainer: Android Tools Maintainers Architecture: amd64 Source: android-platform-tools (29.0.6-28+apertis2bv2024dev3b1) Version: 1:29.0.6-28+apertis2bv2024dev3b1 Depends: adb (= 1:29.0.6-28+apertis2bv2024dev3b1) Filename: pool/development/a/android-platform-tools/adb-dbgsym_29.0.6-28+apertis2bv2024dev3b1_amd64.deb Size: 1494792 MD5sum: 3680b33ba476e0e9a4a0c5b364171abd SHA1: bed38ccc685b0c9485d48307ec1f60771c9389f1 SHA256: be71fcbb5849ccd9ff1a75c1541308cc504e6c43c59d8e0f3d0712f4e83fad39 SHA512: e32b56da9ef661d956ee7af0ef0591a6046dd288329727b69120807015967b2470b3b217d6d0282f3c159c88d91f5697bfe1994a8dabd99f2736256466d5e920 Description: debug symbols for adb Auto-Built-Package: debug-symbols Build-Ids: 144bb18a1698a6a8bfd95b2176046b7e2532d093 Package: adbd Priority: optional Section: utils Installed-Size: 453 Maintainer: Android Tools Maintainers Architecture: amd64 Source: android-platform-tools (29.0.6-28+apertis2bv2024dev3b1) Version: 1:29.0.6-28+apertis2bv2024dev3b1 Provides: android-tools-adbd Depends: android-libbase (>= 29.0.6), android-libboringssl (>= 13.0.0+r24), android-libcutils (= 1:29.0.6-28+apertis2bv2024dev3b1), android-liblog (>= 29.0.6), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 12), libsystemd0, libusb-1.0-0 (>= 2:1.0.8) Filename: pool/development/a/android-platform-tools/adbd_29.0.6-28+apertis2bv2024dev3b1_amd64.deb Size: 158732 MD5sum: b2fc567b69dea6b9774cf9ecfb645add SHA1: d5e91e9a33303293eec08b8c05db0a66e0951ed2 SHA256: c4784f6a2e3041efeecb4bbc05198d620f266d0c61fc37e0e58110bf66304c76 SHA512: d9a4273cb089e85848f2d52f00d91f2006725c8917db4b8defc163f880b35fd6ee93085fbe35d1320e4d544395a2f13c66fbdd65f9ccb9e19488ba436a688af8 Description: Android Debug Bridge daemon Android Debug Bridge (adb) is a versatile tool that lets you manage the state of an emulator instance or Android-powered device. It is a client-server program that includes three components: . A client, which runs on your development machine. You can invoke a client from a shell by issuing an adb command. Other Android tools such as the ADT plugin and DDMS also create adb clients. . A server, which runs as a background process on your development machine. The server manages communication between the client and the adb daemon running on an emulator or device. . A daemon, which runs as a background process on each emulator or device instance. . This package provides the daemon component. Homepage: https://developer.android.com/studio/releases/platform-tools Multi-Arch: foreign Package: adbd-dbgsym Priority: optional Section: debug Installed-Size: 1170 Maintainer: Android Tools Maintainers Architecture: amd64 Source: android-platform-tools (29.0.6-28+apertis2bv2024dev3b1) Version: 1:29.0.6-28+apertis2bv2024dev3b1 Depends: adbd (= 1:29.0.6-28+apertis2bv2024dev3b1) Filename: pool/development/a/android-platform-tools/adbd-dbgsym_29.0.6-28+apertis2bv2024dev3b1_amd64.deb Size: 1107256 MD5sum: 9461cf8b28f65e585c2fe321b67d7394 SHA1: cdd3bed8afec5dbb1e4f51b43e7609caabec4314 SHA256: 9027010624135b81e654e49ddae410cb5a07e52b0abda9d0147b5df31f7ac0b4 SHA512: 0071bd0dd908c664aeae96f5043912a6f6e7df334da1430c913d4ff7b324e85979b04a634ebe292869ec5169fee70f504c2fe6fae274a543816a9499880b8528 Description: debug symbols for adbd Auto-Built-Package: debug-symbols Build-Ids: 0e21e1b10652e3aa5dc81baa2d5942676607db2c Package: aeson-pretty Priority: optional Section: utils Installed-Size: 11475 Maintainer: Debian Haskell Group Architecture: amd64 Source: haskell-aeson-pretty Version: 0.8.9-1+apertis0bv2024dev2b1 Depends: libc6 (>= 2.34), libffi8 (>= 3.4), libgmp10 (>= 2:6.2.1+dfsg1) Filename: pool/development/h/haskell-aeson-pretty/aeson-pretty_0.8.9-1+apertis0bv2024dev2b1_amd64.deb Size: 1622040 MD5sum: d047118afe67dd1e1acccad3f5e60db8 SHA1: dc0b621851e1f4de537f971d224b3b4f02762d02 SHA256: 161a020357fc808420d280bbd1e3ed39ded85499fbd7ffcd8837358217290c1f SHA512: cd3aa28a2516f1d0b2f6fa901025ab1c4ebef3b75984a59674047facc3a5f27e4acc85596ef3c3f444feb9b828ec09153f5395578fb4f2da7fb465df89095822 Description: JSON pretty-printing tool The command-line tool reads JSON from stdin and writes prettified JSON to stdout. It also offers a complementary compact-mode, essentially the opposite of pretty-printing. . This is built on the aeson-pretty library; see also libghc-aeson-pretty-dev. Homepage: https://github.com/informatikr/aeson-pretty Package: afdko Priority: optional Section: devel Installed-Size: 39 Maintainer: Debian Fonts Task Force Architecture: all Version: 3.6.2+dfsg1-1+apertis0bv2024dev2b1 Depends: python3, python3-afdko (= 3.6.2+dfsg1-1+apertis0bv2024dev2b1) Suggests: afdko-doc Filename: pool/development/a/afdko/afdko_3.6.2+dfsg1-1+apertis0bv2024dev2b1_all.deb Size: 7648 MD5sum: 1607ee1805c47fde8495d5b73cb65ba1 SHA1: e3d7c1ab57b917da2ff91393b9a0c935876fb37b SHA256: 1810d127b8b5c5e9c3c624c29380b52ca799014f63a00ad9941752aa53cceb90 SHA512: cdb047e69bc1dfcca78a08b4de5d7a34c0d01871d77a736fb53428100a832284998b08f197180db164dd020101b570445a2624dde8c12c11742396ba118ef5a1 Description: Adobe Font Development Kit for OpenType Tools used to make OpenType fonts by adding the OpenType-specific data to a TrueType or Type1 font. Homepage: https://adobe-type-tools.github.io/afdko/ Package: afdko-bin Priority: optional Section: devel Installed-Size: 4419 Maintainer: Debian Fonts Task Force Architecture: amd64 Source: afdko Version: 3.6.2+dfsg1-1+apertis0bv2024dev2b1 Depends: libc6 (>= 2.34) Filename: pool/development/a/afdko/afdko-bin_3.6.2+dfsg1-1+apertis0bv2024dev2b1_amd64.deb Size: 935308 MD5sum: 1aed82d83b75b34faf17df5d98a140f6 SHA1: d75f82113a1a3a861d962f9c470b0c6a24da1f9a SHA256: 950f437d89a574576a55538518204f754abda6f85b61654b9cd0a9b412e4316b SHA512: e1d3fc86012d9994e83f5bc618d5f9d183f9724e29927dd48d012be1bd459d91ce99daaf6520fbf54568b630b0d14967f5cec37218400645eed05d9ff5e1554d Description: Adobe Font Development Kit for OpenType (Binaries) Tools used to make OpenType fonts by adding the OpenType-specific data to a TrueType or Type1 font. . This package installs native binaries in AFDKO. Homepage: https://adobe-type-tools.github.io/afdko/ Package: afdko-bin-dbgsym Priority: optional Section: debug Installed-Size: 4530 Maintainer: Debian Fonts Task Force Architecture: amd64 Source: afdko Version: 3.6.2+dfsg1-1+apertis0bv2024dev2b1 Depends: afdko-bin (= 3.6.2+dfsg1-1+apertis0bv2024dev2b1) Filename: pool/development/a/afdko/afdko-bin-dbgsym_3.6.2+dfsg1-1+apertis0bv2024dev2b1_amd64.deb Size: 4333392 MD5sum: 29ae352a0349cf737aafad6bfd80502c SHA1: e2d925c800246b7ef69fcac50545b34b829eaf82 SHA256: eb1f32163e4bbc6ec8c7d9a3b6b3efc3003755b757e59f06d7a530613af661d5 SHA512: 502430b8c5aaa5d82602a02343bafecbda05b641d012a49cdb022b1877bc4c6589acfe6326c54bccc328586cb279009797793a922edfa064f98916634b53f0de Description: debug symbols for afdko-bin Auto-Built-Package: debug-symbols Build-Ids: 21d515b675ba0224d3f92a60efbce71c7854ca1a 53676dc4ae743921002f2ac4a4918add9d485441 654ad9d3b6b8ae0f304d68d96b501a0a33874636 8b6bfd46fd039789aa577ccd1f8d4e8594def32a 9e88f1f2eaa90b314435cefd6c2043393c198376 a345a95c7d58db5833dc1acedfe63eb640ebeef0 a7094eb89f26e964a88001e6dfdab242fe448552 c4163caece244a647b81fb8dc5782297bfe81cc1 d2c8cb56b515998c0936b66bd67e680cd6a0b2a3 Package: afdko-doc Priority: optional Section: doc Installed-Size: 98 Maintainer: Debian Fonts Task Force Architecture: all Source: afdko Version: 3.6.2+dfsg1-1+apertis0bv2024dev2b1 Filename: pool/development/a/afdko/afdko-doc_3.6.2+dfsg1-1+apertis0bv2024dev2b1_all.deb Size: 79976 MD5sum: c1369b345444d82b7e64416155e4f443 SHA1: 8043afecfadff7162cb5a99ebb78627239f69aea SHA256: feab346a55187a79bf235d12bea8200990639b9f301950ade8933e548181d3ef SHA512: caae63ca33e0578edded2a3a3a86835663c5a22e4a7037f49e3ce105d3b39d2ad426091bd8ad17c2599f7ac35e104c9bafadfdda00f65e99701ebf221d12ffa2 Description: Adobe Font Development Kit for OpenType (common documentation) Tools used to make OpenType fonts by adding the OpenType-specific data to a TrueType or Type1 font. . This is the common documentation package. Homepage: https://adobe-type-tools.github.io/afdko/ Package: aglfn Priority: optional Section: fonts Installed-Size: 123 Maintainer: Debian Fonts Task Force Architecture: all Version: 1.7+git20191031.4036a9c-2apertis0bv2024dev2b1 Filename: pool/development/a/aglfn/aglfn_1.7+git20191031.4036a9c-2apertis0bv2024dev2b1_all.deb Size: 30588 MD5sum: 8b760380c9b2b3e321f64169f583179c SHA1: 88e2ad35363521f1c17d9ec57aa11d5f97c77e70 SHA256: 18a779c41b36a01e03c1162a855a0fc8fac4a66f2860b87fff54af1e6e802b2c SHA512: 692063793bdb3a23e0710fdd3ee55507cc535495aadca4cce1e3560b8a57b58879a233f92b237bb8632a30bd118f4cc2b62457a16af8f6acd7208bea34d0c40d Description: Adobe Glyph List For New Fonts AGL (Adobe Glyph List) maps glyph names to Unicode values for the purpose of deriving content. AGLFN (Adobe Glyph List For New Fonts) is a subset of AGL that excludes the glyph names associated with the PUA (Private Use Area), and is meant to specify preferred glyph names for new fonts. Also included is the ITC Zapf Dingbats Glyph List, which is similar to AGL in that it maps glyph names to Unicode values for the purpose of deriving content, but only for the glyphs in the ITC Zapf Dingbats font. . Be sure to visit the AGL Specification and Developer Documentation pages for detailed information about naming glyphs, interpreting glyph names, and developing OpenType fonts. Homepage: https://github.com/adobe-type-tools/agl-aglfn Multi-Arch: foreign Package: alex Priority: optional Section: haskell Installed-Size: 1894 Maintainer: Debian Haskell Group Architecture: amd64 Version: 3.2.7.1-3+apertis0bv2024dev2b1 Depends: libc6 (>= 2.34), libffi8 (>= 3.4), libgmp10 (>= 2:6.2.1+dfsg1) Filename: pool/development/a/alex/alex_3.2.7.1-3+apertis0bv2024dev2b1_amd64.deb Size: 394124 MD5sum: b6cdc49445a9088883defadb60080cec SHA1: 5a3e4d920798657e20d0aa149795ac0d9cb30753 SHA256: e4013d12046ea48cb16a9ec2aba0135fb3a76070e6f511969e14bf2af0c3efc8 SHA512: e81afd6d6085f949765d200dac9a700b65283d2b1cac3973f15c5012fe3804181055b6b983050a911d17450432d142b74c5d9baac7ea10fdb0af1ea198aec03c Description: lexical analyser generator for Haskell Alex is a tool for generating lexical analysers in Haskell, given a description of the tokens to be recognised in the form of regular expressions. It is similar to the tool lex or flex for C/C++. Homepage: http://www.haskell.org/alex/ Multi-Arch: foreign Package: alsa-utils Priority: optional Section: sound Installed-Size: 2477 Maintainer: Debian ALSA Maintainers Architecture: amd64 Version: 1.2.8-1+apertis0bv2024dev2b1 Provides: audio-mixer Depends: kmod (>= 17-1~), lsb-base (>= 3.0-9), libasound2 (>= 1.2.6.1), libatopology2 (>= 1.2.2), libc6 (>= 2.34), libfftw3-single3 (>= 3.3.10), libncursesw6 (>= 6), libsamplerate0 (>= 0.1.7), libtinfo6 (>= 6) Suggests: dialog Filename: pool/development/a/alsa-utils/alsa-utils_1.2.8-1+apertis0bv2024dev2b1_amd64.deb Size: 1099812 MD5sum: 36b7b618e7a4ded32b4213a5468268ff SHA1: 296c17987387920355647cc272d0989205ab5215 SHA256: 50e6f531c222ba0bf770e7c4ba2005461a0f3835df1f7f7cc1b4ea3c6303e051 SHA512: fd767f0631a488e0189e178f814ea498827954cec9da6829410ec1fe8eb313a85e91357e4d3bcd37b27aa01e575c2b45afe161b6bd3a5cca004c32e0dac103ec Description: Utilities for configuring and using ALSA Included tools: - alsactl: advanced controls for ALSA sound drivers - alsaloop: create loopbacks between PCM capture and playback devices - alsamixer: curses mixer - alsaucm: alsa use case manager - amixer: command line mixer - amidi: read from and write to ALSA RawMIDI ports - aplay, arecord: command line playback and recording - aplaymidi, arecordmidi: command line MIDI playback and recording - aconnect, aseqnet, aseqdump: command line MIDI sequencer control - iecset: set or dump IEC958 status bits - speaker-test: speaker test tone generator . ALSA is the Advanced Linux Sound Architecture. Homepage: https://www.alsa-project.org/ Multi-Arch: foreign Package: alsa-utils-dbgsym Priority: optional Section: debug Installed-Size: 974 Maintainer: Debian ALSA Maintainers Architecture: amd64 Source: alsa-utils Version: 1.2.8-1+apertis0bv2024dev2b1 Depends: alsa-utils (= 1.2.8-1+apertis0bv2024dev2b1) Filename: pool/development/a/alsa-utils/alsa-utils-dbgsym_1.2.8-1+apertis0bv2024dev2b1_amd64.deb Size: 754552 MD5sum: 8aaf5979f1f773403947e6a7d8d5e006 SHA1: e2fdc8eac1a6e6c604ab61458d91b5a54ad461b9 SHA256: 6942bcca47f456f6704fb7512bda6fff91de1cdab818e95cd1fa4d6bc428e062 SHA512: 5fe5d73ffe1ddedd54793d216d2565f7f3212a8c41eb6f514803cb9d156d2194714668cf017d888a356573e3c8dad62ec0b08b801603dbec524b6a14549fd5f8 Description: debug symbols for alsa-utils Auto-Built-Package: debug-symbols Build-Ids: 03570c38303f03a32fd4109ca93830bec617217f 14fd2f5a3ece6d552d51cffe90a1d1618d98cebb 17016d2d13f638a859483b1909f4eb3f3b54cd56 19169cbf6f46ce44d2d99f520e8fffdd02a00c7e 445b88e44d891a8a12a982d4f4f58534850c535e 5194aec1cf4181e5334ecd0f1257641bd51541f1 5b6b5f7368a68d78ffd96903fc4de20c91b1c0a3 6476b2c5045f9c65dfa84e184e55b4369f145a94 69fa6410a7840bc9832f3c1b5ed9abaa0b8822ab 772ebb9adb585a50eb3944c3d75d72c624091309 7750ac4e87505c4565881f4bf5b080828b64903d 82998050451cc1a48b74b0dc1627b77c30f175d7 89933a530b32b2d3404942eea6ca7575267a2c7f 9153d02dd8717489445ae58eecaafefcb8376789 bfdc83c204fd53f7d16d470f01837b407a2dc987 c11b63e8d296886175cef5659baf39ebddc035a4 c1c18fa93eee4fed7c3a788f3d49511fc6551172 ea8cc62fd82e11e7be2cf32bb7899d4b7b4d38a8 Package: amdgcn-tools Priority: optional Section: devel Installed-Size: 20 Maintainer: Debian GCC Maintainers Architecture: amd64 Version: 13+apertis0bv2024dev2b1 Replaces: gcc-10-offload-amdgcn (<< 10.2.1-6), gcc-11-offload-amdgcn (<< 11-20210110-0), gcc-snapshot (<< 1:20210110-0~) Depends: llvm-13, lld-13 Breaks: gcc-10-offload-amdgcn (<< 10.2.1-6), gcc-11-offload-amdgcn (<< 11-20210110-0), gcc-snapshot (<< 1:20210110-0~) Filename: pool/development/a/amdgcn-tools/amdgcn-tools_13+apertis0bv2024dev2b1_amd64.deb Size: 2716 MD5sum: 74c30ced1a3e3bdaeca5b6803adea911 SHA1: bca03558faedca7813e67e633da7c39baff7a311 SHA256: b9e4dfe78e53a692f41b2773db2c2582028e81e57b019f51e51c43c4a664164a SHA512: 44c14542a9302bdf47073596289a6b5732a21b8143c921e47d234e7a16133240684c8b0f25b65c190919d2f576b00fce9975bd9bf0d1d50fe6b0ac8c796dae4b Description: linker tools for the amdgcn architecture The package provides the tools ar, as, ld and nm for the amdgcn target architecture (used in AMD gpus). The tools are based on LLVM. . This is a dependency package used by the gcc-N-offload-amdgcn offload compilers. Package: amqp-tools Priority: optional Section: net Installed-Size: 154 Maintainer: Michael Fladischer Architecture: amd64 Source: librabbitmq Version: 0.11.0-1+apertis0bv2024dev2b1 Depends: librabbitmq4 (= 0.11.0-1+apertis0bv2024dev2b1), libc6 (>= 2.34), libpopt0 (>= 1.14) Filename: pool/development/libr/librabbitmq/amqp-tools_0.11.0-1+apertis0bv2024dev2b1_amd64.deb Size: 32672 MD5sum: 77b3f260452603b0830c4f2206479b27 SHA1: eff6be05aa824ae4743c26e06271e30cc7e48344 SHA256: a79014f7d16e72eac1f39141cd59491cc79140eb1d9c2eb253c5a629003c7836 SHA512: 929bdfab42b1367617c48e0f98338af7c54aac3e1afb1c13924a0fc99a1559c823ccc56941c674b5cbfa69148a7aba627f519f59c65d20732ce5ba51dc77d33f Description: Command-line utilities for interacting with AMQP servers RabbitMQ provides robust messaging for applications. It is easy to use, fit for purpose at cloud scale and supported on all major operating systems and developer platforms. librabbitmq is a C-language AMQP client library for use with AMQP servers such as RabbitMQ speaking protocol versions 0-9-1. . This package includes command line utilities. Homepage: https://github.com/alanxz/rabbitmq-c Package: amqp-tools-dbgsym Priority: optional Section: debug Installed-Size: 119 Maintainer: Michael Fladischer Architecture: amd64 Source: librabbitmq Version: 0.11.0-1+apertis0bv2024dev2b1 Replaces: librabbitmq-dbg (<< 0.9.0-0.1~) Depends: amqp-tools (= 0.11.0-1+apertis0bv2024dev2b1) Breaks: librabbitmq-dbg (<< 0.9.0-0.1~) Filename: pool/development/libr/librabbitmq/amqp-tools-dbgsym_0.11.0-1+apertis0bv2024dev2b1_amd64.deb Size: 62472 MD5sum: 661ae1311e71bf5eecb8f755455ec42b SHA1: f9c5a9d502737c74df056a411603858f9de40261 SHA256: 7069edefb1c1f0f567f240e6c8bfa4bfec2d36c37c7097d4b87a16af8bb6ea48 SHA512: 2d8d5c84d614286690276c74b2287405e4ba65e1855937602aa36b16c58bb4b6906f783269e47f656454f50609fc5e6c97a6ded34acefedf5e7128f316aec49d Description: debug symbols for amqp-tools Auto-Built-Package: debug-symbols Build-Ids: 3eec05dd134b653d579bfeb4929498a567855f70 473502305b5b308f743129e345f58d63f487a2a1 549857bc6376e30b9e3104436703a134ceaf932d 7f8e0f7faefa21402f198aed19e758718743de7e 932cd176d764c018469851165177c4cee3189425 Package: android-boringssl Priority: optional Section: utils Installed-Size: 206 Maintainer: Android Tools Maintainers Architecture: amd64 Source: android-platform-external-boringssl Version: 13.0.0+r24-2+apertis0bv2024dev2b1 Depends: android-libboringssl (>= 13.0.0+r24), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 11) Filename: pool/development/a/android-platform-external-boringssl/android-boringssl_13.0.0+r24-2+apertis0bv2024dev2b1_amd64.deb Size: 72524 MD5sum: 3883d733bedc81ed205db6b09c0b8dde SHA1: 0fe5ee3933e3e615036898b524553de12f3d82c8 SHA256: d979b4704100e83f3b668eef2f6b3fe9facce6adaa1fe4122d7d0a658fb893b1 SHA512: 474919e453c618306a566249d504cc84e8674f97cc550d6c89d669356a7635737b1654322e21605ec4682c3daeb3f2de65bf9977937b351bd40e8ee6c79a5c5b Description: Google's internal fork of OpenSSL for the Android SDK - tool The Android SDK builds against a static version of BoringSSL, Google's internal fork of OpenSSL. This package should never be used for anything but Android SDK packages that already depend on it. . BoringSSL arose because Google used OpenSSL for many years in various ways and, over time, built up a large number of patches that were maintained while tracking upstream OpenSSL. As Google’s product portfolio became more complex, more copies of OpenSSL sprung up and the effort involved in maintaining all these patches in multiple places was growing steadily. . This is the Android AOSP fork of BoringSSL which is designed to be used by Android and its SDK. BoringSSL is only ever statically linked into apps, and pinned to a commit version. Upstream has no official releases of BoringSSL on its own, so it must be included separately for each project that uses it. . This package contains the boringssl command line tool. Homepage: https://android.googlesource.com/platform/external/boringssl Multi-Arch: foreign Package: android-boringssl-dbgsym Priority: optional Section: debug Installed-Size: 494 Maintainer: Android Tools Maintainers Architecture: amd64 Source: android-platform-external-boringssl Version: 13.0.0+r24-2+apertis0bv2024dev2b1 Depends: android-boringssl (= 13.0.0+r24-2+apertis0bv2024dev2b1) Filename: pool/development/a/android-platform-external-boringssl/android-boringssl-dbgsym_13.0.0+r24-2+apertis0bv2024dev2b1_amd64.deb Size: 449136 MD5sum: 860c0b5e25970f16dab780a456d10a4e SHA1: bd22bfc8ce421da97a724aa02e82291143a0b113 SHA256: cadc462763082ee5c578f20071c8e293d21c8e7d0d2cd8deaee6d55902e2d329 SHA512: c95b507513d400e871b7de32012e629386ef0f30ac620c042651f1f533f60b4c14f28b85ede22d3d35cfb128e638c9882fb1bce65a72364543b6c7a72a7386e0 Description: debug symbols for android-boringssl Auto-Built-Package: debug-symbols Build-Ids: f8239b7268e1e737ee287d6d9802dd668da305d9 Package: android-libbacktrace Priority: optional Section: libs Installed-Size: 525 Maintainer: Android Tools Maintainers Architecture: amd64 Source: android-platform-tools (29.0.6-28+apertis2bv2024dev3b1) Version: 1:29.0.6-28+apertis2bv2024dev3b1 Depends: android-libbase (= 1:29.0.6-28+apertis2bv2024dev3b1), android-liblog (>= 29.0.6), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 11), p7zip-full Filename: pool/development/a/android-platform-tools/android-libbacktrace_29.0.6-28+apertis2bv2024dev3b1_amd64.deb Size: 142392 MD5sum: 6976c4bd6b701282ad7e5b782ef987ce SHA1: b24113b48e6e912f012c432d4caa2b06196959b2 SHA256: e0dffb5c8784010cd65290192ce18a9d2865f8cd957e86643d3f42d64739817e SHA512: 73298b24791f9f2e1af5738b945b6ea9f58ec44e91848060df8fbde6e93d1e0ec2ce823aa778bdabed138e1a418fa403df6989609a48081e5e9468784e2a578d Description: Android backtrace library Android backtrace library produce symbolic backtraces for making debugging easier. Homepage: https://developer.android.com/studio/releases/platform-tools Multi-Arch: same Package: android-libbacktrace-dbgsym Priority: optional Section: debug Installed-Size: 1151 Maintainer: Android Tools Maintainers Architecture: amd64 Source: android-platform-tools (29.0.6-28+apertis2bv2024dev3b1) Version: 1:29.0.6-28+apertis2bv2024dev3b1 Depends: android-libbacktrace (= 1:29.0.6-28+apertis2bv2024dev3b1) Filename: pool/development/a/android-platform-tools/android-libbacktrace-dbgsym_29.0.6-28+apertis2bv2024dev3b1_amd64.deb Size: 1078792 MD5sum: 1701bb02cc28579579d65c8a05cdaf53 SHA1: c635177e470282c057cfd3d800f9075934fe3938 SHA256: 7b6d7b829d2f07d96b28bc0e4ec04cee2f3a8878be4135430c7d61dba1125f0b SHA512: 1a9b31ae4f39003345b66de811675b5ab018bb1d6be75c6fd9db12b208c8e267821f903db5a22d3b71ef1b8759ba3a765fdd4526406f72c8314e37ebe4494366 Description: debug symbols for android-libbacktrace Auto-Built-Package: debug-symbols Build-Ids: a15f53a07fedafdaf19584fda0b53d561b0fad62 Multi-Arch: same Package: android-libbacktrace-dev Priority: optional Section: libdevel Installed-Size: 96 Maintainer: Android Tools Maintainers Architecture: amd64 Source: android-platform-tools (29.0.6-28+apertis2bv2024dev3b1) Version: 1:29.0.6-28+apertis2bv2024dev3b1 Depends: android-libbacktrace (= 1:29.0.6-28+apertis2bv2024dev3b1) Filename: pool/development/a/android-platform-tools/android-libbacktrace-dev_29.0.6-28+apertis2bv2024dev3b1_amd64.deb Size: 33748 MD5sum: 1bf8f5b9a46783577e2ccb5360edfabe SHA1: bffd96f515aaf0bc9af43e3e4c349af76b7ef812 SHA256: ab83c68021fb8753afd3aa7162d914376aed25a571bbe7dd394dc29e2237ee1b SHA512: 4fc2818d739beed89c747865697f1ac85b69e8cc55089778d6a8ce57f63856f7ae3352275271a0d44faee6ed6b60a48cbc973744e52251c4d843e22f077713de Description: Android backtrace library - Development files Android backtrace library produce symbolic backtraces for making debugging easier. . This package contains the development files. Homepage: https://developer.android.com/studio/releases/platform-tools Multi-Arch: same Package: android-libbase Priority: optional Section: libs Installed-Size: 171 Maintainer: Android Tools Maintainers Architecture: amd64 Source: android-platform-tools (29.0.6-28+apertis2bv2024dev3b1) Version: 1:29.0.6-28+apertis2bv2024dev3b1 Depends: android-liblog (= 1:29.0.6-28+apertis2bv2024dev3b1), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2) Filename: pool/development/a/android-platform-tools/android-libbase_29.0.6-28+apertis2bv2024dev3b1_amd64.deb Size: 58712 MD5sum: b98bcc1a4a03c076ca56063323c8ddb5 SHA1: f0913c0c30a3f5fe223cc13ab50e6947e231c332 SHA256: a6d276dae81ee2a8185b132d6c695eb47cfa418e9434e9e36fe9621ee68bbafd SHA512: 84c5e3ce90825639849194a1254a56d6319148db6b5038d68c37fe6bf7130f99b06347d97a4e813de7b6c9e4aca2c0a114406370de6bd020ee7ad81befe0ecc8 Description: Android base library This library provides APIs for basic tasks like handling files, Unicode strings, logging, memory allocation, integer parsing, etc.. . This library is only used by Android SDK currently. Homepage: https://developer.android.com/studio/releases/platform-tools Multi-Arch: same Package: android-libbase-dbgsym Priority: optional Section: debug Installed-Size: 243 Maintainer: Android Tools Maintainers Architecture: amd64 Source: android-platform-tools (29.0.6-28+apertis2bv2024dev3b1) Version: 1:29.0.6-28+apertis2bv2024dev3b1 Depends: android-libbase (= 1:29.0.6-28+apertis2bv2024dev3b1) Filename: pool/development/a/android-platform-tools/android-libbase-dbgsym_29.0.6-28+apertis2bv2024dev3b1_amd64.deb Size: 216592 MD5sum: 2ada568e8b4599879d5cfc36cf4fa98c SHA1: 6ab227b2537f6a6f87a6d015ecd73980f17f0099 SHA256: e8ff07dcfb7ea9f3409e032a9270af625505626b78c9ef19230bd8ea5c939ec6 SHA512: 4a6d8193b08080e3a7470357a2425be6076e0353a335909a8510abcb8019579c9d5d42b3b5ff4c9b62b5284994e7598d950b1bd0920eb491779a805595f5a536 Description: debug symbols for android-libbase Auto-Built-Package: debug-symbols Build-Ids: 3de0568f8ada12a73486e5323da509586f9b45a5 Multi-Arch: same Package: android-libbase-dev Priority: optional Section: libdevel Installed-Size: 219 Maintainer: Android Tools Maintainers Architecture: amd64 Source: android-platform-tools (29.0.6-28+apertis2bv2024dev3b1) Version: 1:29.0.6-28+apertis2bv2024dev3b1 Depends: android-libbase (= 1:29.0.6-28+apertis2bv2024dev3b1), android-liblog-dev (= 1:29.0.6-28+apertis2bv2024dev3b1) Filename: pool/development/a/android-platform-tools/android-libbase-dev_29.0.6-28+apertis2bv2024dev3b1_amd64.deb Size: 54724 MD5sum: 36b816b0082a89cd84bc8487972b02a2 SHA1: 0bd42e5597750cd4b49ad81f222fd5b62577812a SHA256: f7f9338d390d085d50b4c4d540edcb12d8901b83e750dbca6e4dc1fc673ea7d2 SHA512: 8a0d1a7d1362751c548200e140db6d2d71fa305ca9a2e0180944a80b3b37a19632dc92845edaeaa782ab30547a97d286cbae3992b856026ed57a6113032fc13b Description: Android base library - Development files This library provides APIs for basic tasks like handling files, Unicode strings, logging, memory allocation, integer parsing, etc.. . This library is only used by Android SDK currently. . This package contains the development files. Homepage: https://developer.android.com/studio/releases/platform-tools Multi-Arch: same Package: android-libboringssl Priority: optional Section: libs Installed-Size: 2121 Maintainer: Android Tools Maintainers Architecture: amd64 Source: android-platform-external-boringssl Version: 13.0.0+r24-2+apertis0bv2024dev2b1 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 4.1.1) Filename: pool/development/a/android-platform-external-boringssl/android-libboringssl_13.0.0+r24-2+apertis0bv2024dev2b1_amd64.deb Size: 675920 MD5sum: d0b988e1f82c5c6f7fdb0dd48469ac7f SHA1: 881fdb6465a5d57a955659dee527d399e0edb183 SHA256: 9993ea10614eb483c4ff16d790a84ed92287dfb88c8e25833d63eac23bbd6cec SHA512: 6488075323c67bc6ce777ebb6ec1c0a6d9fda0084be48166e0e3c4b5fb889e67c373ceaba0f1873d76a3f3ba20643a3a046f8ad8d0ff4522dc8826be8fc358fe Description: Google's internal fork of OpenSSL for the Android SDK The Android SDK builds against a static version of BoringSSL, Google's internal fork of OpenSSL. This package should never be used for anything but Android SDK packages that already depend on it. . BoringSSL arose because Google used OpenSSL for many years in various ways and, over time, built up a large number of patches that were maintained while tracking upstream OpenSSL. As Google’s product portfolio became more complex, more copies of OpenSSL sprung up and the effort involved in maintaining all these patches in multiple places was growing steadily. . This is the Android AOSP fork of BoringSSL which is designed to be used by Android and its SDK. BoringSSL is only ever statically linked into apps, and pinned to a commit version. Upstream has no official releases of BoringSSL on its own, so it must be included separately for each project that uses it. Homepage: https://android.googlesource.com/platform/external/boringssl Multi-Arch: same Package: android-libboringssl-dbgsym Priority: optional Section: debug Installed-Size: 2299 Maintainer: Android Tools Maintainers Architecture: amd64 Source: android-platform-external-boringssl Version: 13.0.0+r24-2+apertis0bv2024dev2b1 Depends: android-libboringssl (= 13.0.0+r24-2+apertis0bv2024dev2b1) Filename: pool/development/a/android-platform-external-boringssl/android-libboringssl-dbgsym_13.0.0+r24-2+apertis0bv2024dev2b1_amd64.deb Size: 2094448 MD5sum: 0aedfbd5f451b9ae0c0e29424e66aee1 SHA1: 055ee3d26861e4070e569f04c49195de0d6bbc3e SHA256: 7df207792fae1afde6de8d2927d8adada856ca70a4287773645bad4c916feb91 SHA512: 4353120b452b6d5053812e2d7094dcfc65dc53c1c48ba4326a9a7d5c6ea23486fa3278f2d51bddc4b48d29cc269010e97ad14ebf05a5289fad3eec2fabb4836b Description: debug symbols for android-libboringssl Auto-Built-Package: debug-symbols Build-Ids: 3588d0ad715f3b0eeff036af92f46510dd1bab95 bc1d1ed5b79cb25140cd426146d62e2c45422ae7 Multi-Arch: same Package: android-libboringssl-dev Priority: optional Section: libdevel Installed-Size: 1504 Maintainer: Android Tools Maintainers Architecture: amd64 Source: android-platform-external-boringssl Version: 13.0.0+r24-2+apertis0bv2024dev2b1 Depends: android-libboringssl (= 13.0.0+r24-2+apertis0bv2024dev2b1) Filename: pool/development/a/android-platform-external-boringssl/android-libboringssl-dev_13.0.0+r24-2+apertis0bv2024dev2b1_amd64.deb Size: 233460 MD5sum: 7c85430456d3511fe7bef1b7e0b62fa0 SHA1: 9233b003edd964b110ac7c8bd8007f3cc1e0d71b SHA256: 82b544b7ba90c00c9d3ae0d34df49dcf50878d61c8c3a6e78cedbe27825d8915 SHA512: 6b391b6569fa9141bdb01190d893e7747efb0a0d929d40cb23ad4b8bbeac28aee301ca0a9d23f7e5e8297b36887fb0894053a94a4021fae9c616daa17093f521 Description: Google's internal fork of OpenSSL for the Android SDK - devel The Android SDK builds against a static version of BoringSSL, Google's internal fork of OpenSSL. This package should never be used for anything but Android SDK packages that already depend on it. . BoringSSL arose because Google used OpenSSL for many years in various ways and, over time, built up a large number of patches that were maintained while tracking upstream OpenSSL. As Google’s product portfolio became more complex, more copies of OpenSSL sprung up and the effort involved in maintaining all these patches in multiple places was growing steadily. . This is the Android AOSP fork of BoringSSL which is designed to be used by Android and its SDK. BoringSSL is only ever statically linked into apps, and pinned to a commit version. Upstream has no official releases of BoringSSL on its own, so it must be included separately for each project that uses it. . This package contains the development files. Homepage: https://android.googlesource.com/platform/external/boringssl Multi-Arch: foreign Package: android-libcutils Priority: optional Section: libs Installed-Size: 137 Maintainer: Android Tools Maintainers Architecture: amd64 Source: android-platform-tools (29.0.6-28+apertis2bv2024dev3b1) Version: 1:29.0.6-28+apertis2bv2024dev3b1 Depends: android-libbase (= 1:29.0.6-28+apertis2bv2024dev3b1), android-liblog (>= 29.0.6), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 4.9), libbsd0 Filename: pool/development/a/android-platform-tools/android-libcutils_29.0.6-28+apertis2bv2024dev3b1_amd64.deb Size: 47220 MD5sum: 3443df9b4b110f094ae5b530ab2f8339 SHA1: 24e23d7188e16af07715fef11a14644c7faa7422 SHA256: a10eb3d0898d62d51075354d334abe7f991e637fb0c08ecc42fe84114f3e2873 SHA512: 9559139a6348966695911802f5f8f5b5d6e7a721b1c4ddd4ea5ef745e2771aa0d6969c0c64ca11668043dbf1343dd6fe3d15c8a648bb75a8efb4f274680e963b Description: Android utils library for C This library provides common functionalities for android related tools. . This library is only used by Android SDK currently. Homepage: https://developer.android.com/studio/releases/platform-tools Multi-Arch: same Package: android-libcutils-dbgsym Priority: optional Section: debug Installed-Size: 73 Maintainer: Android Tools Maintainers Architecture: amd64 Source: android-platform-tools (29.0.6-28+apertis2bv2024dev3b1) Version: 1:29.0.6-28+apertis2bv2024dev3b1 Depends: android-libcutils (= 1:29.0.6-28+apertis2bv2024dev3b1) Filename: pool/development/a/android-platform-tools/android-libcutils-dbgsym_29.0.6-28+apertis2bv2024dev3b1_amd64.deb Size: 53996 MD5sum: 85d3186475940a3a5d13acb7180a787b SHA1: 1a087fced53b8a07b2763436161c911a7caf9589 SHA256: 25098785db2aac0bce884645b69edae6f72423436b6442066d78d35e2f57b03d SHA512: 70147d6a3053fe805b67677a9627f64baff659a9da1e6c92f2a18ce2c4016521cf62a959ce6bfa9fa16266d827c3b595ba2e85a0dedd64dd41e6095b1337e245 Description: debug symbols for android-libcutils Auto-Built-Package: debug-symbols Build-Ids: 87dd7d5b6cade6ac25746f9a5dacc667e0384c42 Multi-Arch: same Package: android-libcutils-dev Priority: optional Section: libdevel Installed-Size: 160 Maintainer: Android Tools Maintainers Architecture: amd64 Source: android-platform-tools (29.0.6-28+apertis2bv2024dev3b1) Version: 1:29.0.6-28+apertis2bv2024dev3b1 Depends: android-libcutils (= 1:29.0.6-28+apertis2bv2024dev3b1), android-libbase-dev (= 1:29.0.6-28+apertis2bv2024dev3b1), android-platform-system-core-headers (= 1:29.0.6-28+apertis2bv2024dev3b1), libbsd-dev Filename: pool/development/a/android-platform-tools/android-libcutils-dev_29.0.6-28+apertis2bv2024dev3b1_amd64.deb Size: 44032 MD5sum: 12136c2108251e4d7696be4cba995207 SHA1: 95b91cd16a99b9e2c3fae66482fbbda99d270df5 SHA256: ee73e8218ef8ece1d7048414b6ffd91ec75107838798228e3ebac02d5ab1b58b SHA512: 3ccaeef59104ec1bfac7cbca98d29d327f994cb1c504f2037e60b585d75e8f0148911c26c337276717cc6f86cdffddc44c66bdf7f78809546b1f27aa3f47f280 Description: Android utils library for C - Development files This library provides common functionalities for android related tools. . This library is only used by Android SDK currently. . This package contains the development files. Homepage: https://developer.android.com/studio/releases/platform-tools Multi-Arch: same Package: android-liblog Priority: optional Section: libs Installed-Size: 147 Maintainer: Android Tools Maintainers Architecture: amd64 Source: android-platform-tools (29.0.6-28+apertis2bv2024dev3b1) Version: 1:29.0.6-28+apertis2bv2024dev3b1 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 11) Filename: pool/development/a/android-platform-tools/android-liblog_29.0.6-28+apertis2bv2024dev3b1_amd64.deb Size: 52636 MD5sum: 7d34ab9d0de8c5670708756ce2500cc5 SHA1: 0f0647ff2bbe643691dbd9a45b2cd24c33d9349c SHA256: ce3ddeda7176ab9bf1411db7544a953032784afbfdf2d17a6427fd432b6d41b4 SHA512: 4e06b7b819017b565716392af16b293a23b61360feb7435f4458ba4ba0d77bba25a3ee1541631dde60424840d28fd7f2801f385ea96c9d7f51792be280c2be87 Description: Android NDK logger interfaces liblog represents an interface to the volatile Android Logging system for NDK (Native) applications and libraries. Interfaces for either writing or reading logs. The log buffers are divided up in Main, System, Radio and Events sub-logs. Homepage: https://developer.android.com/studio/releases/platform-tools Multi-Arch: same Package: android-liblog-dbgsym Priority: optional Section: debug Installed-Size: 141 Maintainer: Android Tools Maintainers Architecture: amd64 Source: android-platform-tools (29.0.6-28+apertis2bv2024dev3b1) Version: 1:29.0.6-28+apertis2bv2024dev3b1 Depends: android-liblog (= 1:29.0.6-28+apertis2bv2024dev3b1) Filename: pool/development/a/android-platform-tools/android-liblog-dbgsym_29.0.6-28+apertis2bv2024dev3b1_amd64.deb Size: 121528 MD5sum: ec0a8a31cc362fdff0946eb731964c5d SHA1: 5372cfd05aa42e72652423123a08ca337bdc293f SHA256: dd188396ebb5927d750af696a620f004d6cf79fb247fee9f0345edb19252bfc0 SHA512: 357a386be4399970bd187b6839de0623bedc4befa2f1b5336eede9b24fc279318e930cbdd1d9201abd9e8a84469628f64862700230ec4d6ab4560d1a283e1c54 Description: debug symbols for android-liblog Auto-Built-Package: debug-symbols Build-Ids: eeb14320b344081f58526599500f7594836d9136 Multi-Arch: same Package: android-liblog-dev Priority: optional Section: libdevel Installed-Size: 153 Maintainer: Android Tools Maintainers Architecture: amd64 Source: android-platform-tools (29.0.6-28+apertis2bv2024dev3b1) Version: 1:29.0.6-28+apertis2bv2024dev3b1 Depends: android-liblog (= 1:29.0.6-28+apertis2bv2024dev3b1) Filename: pool/development/a/android-platform-tools/android-liblog-dev_29.0.6-28+apertis2bv2024dev3b1_amd64.deb Size: 44680 MD5sum: 192436d03941f009009e965c694606ae SHA1: 58ef0a77c6e97e90d4239558647776d5e19e74ac SHA256: b28a8131c2a6dbd83f665dcf274f46c52f527202a9316f77b1d2466c233ce215 SHA512: 80f7f63ea8aba8201d3955ccc2d0cb6e0de985dd3821725ae70c49f6ad9202d583677c80837ac09c1a6fd84b6af3237d8b057a851a34db313084c434aefff559 Description: Android NDK logger interfaces - Development files liblog represents an interface to the volatile Android Logging system for NDK (Native) applications and libraries. Interfaces for either writing or reading logs. The log buffers are divided up in Main, System, Radio and Events sub-logs. . This package contains the development files. Homepage: https://developer.android.com/studio/releases/platform-tools Multi-Arch: same Package: android-libnativehelper Priority: optional Section: libs Installed-Size: 111 Maintainer: Android Tools Maintainers Architecture: amd64 Source: android-platform-tools Version: 29.0.6-28+apertis2bv2024dev3b1 Replaces: android-libnativehelper-dev (<< 29) Depends: android-liblog (= 1:29.0.6-28+apertis2bv2024dev3b1), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 4.4) Breaks: android-libnativehelper-dev (<< 29) Filename: pool/development/a/android-platform-tools/android-libnativehelper_29.0.6-28+apertis2bv2024dev3b1_amd64.deb Size: 38456 MD5sum: 7053fbfdcf3b5f0f60cd2eac0a427f67 SHA1: f6f22c7254b2c9e21b5fccabbb3f6669f41e084a SHA256: 5301594325b2c1ad92d32818cedc3619c75da6697d095a9041e5d53c7768acd0 SHA512: 81fe727a8fa183bf5723c858b1bac0fb77d3010d286aebe24a2e77ef8b005fc3f004f64987b6898528aa63d3597ca3d541350a9aba87f3bedec18cac507784cd Description: Support functions for Android's class libraries libnativehelper is a collection of JNI related utilities used in Android. . There are several header and binary libraries here and not all of the functionality fits together well. The header libraries are mostly C++ based. The binary libraries are entirely written in C with no C++ dependencies. This is by design as the code here can be distributed in multiple ways, including mainline modules, so keeping the size down benefits everyone with smaller downloads and a stable ABI. Homepage: https://developer.android.com/studio/releases/platform-tools Multi-Arch: same Package: android-libnativehelper-dbgsym Priority: optional Section: debug Installed-Size: 73 Maintainer: Android Tools Maintainers Architecture: amd64 Source: android-platform-tools Version: 29.0.6-28+apertis2bv2024dev3b1 Depends: android-libnativehelper (= 29.0.6-28+apertis2bv2024dev3b1) Filename: pool/development/a/android-platform-tools/android-libnativehelper-dbgsym_29.0.6-28+apertis2bv2024dev3b1_amd64.deb Size: 57556 MD5sum: f3707b896f05db8d132ad922e47948b7 SHA1: 7d2d00fed776fce406ababa38b75fad83142a0e7 SHA256: 38ec26796910c5bcfd1d52029511ac49887b862a18348e828ab104c30f14e88c SHA512: c934fc5d31f2528ab69345629135b14b93d7c12bcaf4f3f75e7163c2d982418383e9650072c52736c4cea19ea0867f1effa4b3676af8d39ee3153233737a0cbd Description: debug symbols for android-libnativehelper Auto-Built-Package: debug-symbols Build-Ids: adf71cf29f59bdf0f0fb34be5b10b1923f007fa2 Multi-Arch: same Package: android-libnativehelper-dev Priority: optional Section: libdevel Installed-Size: 244 Maintainer: Android Tools Maintainers Architecture: amd64 Source: android-platform-tools Version: 29.0.6-28+apertis2bv2024dev3b1 Replaces: android-libnativehelper (<< 10.0.0+r36-1~) Depends: android-libnativehelper (= 29.0.6-28+apertis2bv2024dev3b1) Breaks: android-libnativehelper (<< 10.0.0+r36-1~) Filename: pool/development/a/android-platform-tools/android-libnativehelper-dev_29.0.6-28+apertis2bv2024dev3b1_amd64.deb Size: 56432 MD5sum: 0bae07a9073124e3188160b6ccc83ed0 SHA1: 106252c8f722d32e71f9815f78cf921a03b35024 SHA256: cf6d599be141c458247be6c714d9ec4be1a86d3144cd12990596761d47810e2a SHA512: 3e0e1739ecc22c59b29ab0c636ced57a47094f999e05315c932bf24b2198ada11dc3d6ec769a16f021d9719865d030e6c3045e8855307d00b0537227df45477a Description: Support functions for Android's class libraries - Development files libnativehelper is a collection of JNI related utilities used in Android. . There are several header and binary libraries here and not all of the functionality fits together well. The header libraries are mostly C++ based. The binary libraries are entirely written in C with no C++ dependencies. This is by design as the code here can be distributed in multiple ways, including mainline modules, so keeping the size down benefits everyone with smaller downloads and a stable ABI. . This package contains the development files. Homepage: https://developer.android.com/studio/releases/platform-tools Multi-Arch: same Package: android-libsparse Priority: optional Section: libs Installed-Size: 123 Maintainer: Android Tools Maintainers Architecture: amd64 Source: android-platform-tools (29.0.6-28+apertis2bv2024dev3b1) Version: 1:29.0.6-28+apertis2bv2024dev3b1 Depends: android-libbase (= 1:29.0.6-28+apertis2bv2024dev3b1), libc6 (>= 2.14), libgcc-s1 (>= 3.0), libstdc++6 (>= 4.1.1), zlib1g (>= 1:1.2.3.4) Filename: pool/development/a/android-platform-tools/android-libsparse_29.0.6-28+apertis2bv2024dev3b1_amd64.deb Size: 43760 MD5sum: 841c8a232db68d613cd5daeeea1a1ffb SHA1: cc00dc237a40266049c5b5996b7215c5c46483c5 SHA256: b0012ae8f559254616e16283798192f7552aa31cc89fb2424498ce9ce284711a SHA512: b06c1e4184fd42e8c090202810c3170fa94f8082b155f6d5c951245ac04c374c818d25dfec93a419693a5c0754d0c2bca72f5dd391376216210e69b8c4f70a20 Description: Library for sparse files This library provides APIs for creating, manipulating and destroying sparse files. . This library is only used by Android SDK currently. Homepage: https://developer.android.com/studio/releases/platform-tools Multi-Arch: same Package: android-libsparse-dbgsym Priority: optional Section: debug Installed-Size: 62 Maintainer: Android Tools Maintainers Architecture: amd64 Source: android-platform-tools (29.0.6-28+apertis2bv2024dev3b1) Version: 1:29.0.6-28+apertis2bv2024dev3b1 Depends: android-libsparse (= 1:29.0.6-28+apertis2bv2024dev3b1) Filename: pool/development/a/android-platform-tools/android-libsparse-dbgsym_29.0.6-28+apertis2bv2024dev3b1_amd64.deb Size: 43288 MD5sum: a90f4ce4cb84cb4d1c152e1b7b065d19 SHA1: 10aa9999c506940d2cf78833e8eaac5cfc70390b SHA256: d7c1b262c86f49054cdb4c851dadbd3897a7f65ab4dfabdeae0edaaed8b7af5f SHA512: 0b5275c1ce624a203948e1070bf1f000ca2e902eca0f8b37510de23e1623e5ce0275b0fec33704834a88ac216936af8b2e217d13e49f16d6846c22712c23f859 Description: debug symbols for android-libsparse Auto-Built-Package: debug-symbols Build-Ids: 1b8de3725cf3310267563b83978175e455e7c4f2 Multi-Arch: same Package: android-libsparse-dev Priority: optional Section: libdevel Installed-Size: 93 Maintainer: Android Tools Maintainers Architecture: amd64 Source: android-platform-tools (29.0.6-28+apertis2bv2024dev3b1) Version: 1:29.0.6-28+apertis2bv2024dev3b1 Depends: android-libsparse (= 1:29.0.6-28+apertis2bv2024dev3b1) Filename: pool/development/a/android-platform-tools/android-libsparse-dev_29.0.6-28+apertis2bv2024dev3b1_amd64.deb Size: 32428 MD5sum: 52d421415b4ddc67138696d074c94ac9 SHA1: aca5a85f7d4af41f931026ce926024c13ee97b09 SHA256: 86c73d23b03b8d503d3945aff3a5489da34ecf695019c99800efdb8b3322817a SHA512: 08c8c344aeece075a2d389d461810a7326e3196702dc749427db778840a0b3c38c415eced67e189d1d12a3eb13f465aaee88a608fce5a148971c6044843f2bda Description: Library for sparse files - Development files This library provides APIs for creating, manipulating and destroying sparse files. . This library is only used by Android SDK currently. . This package contains the development files. Homepage: https://developer.android.com/studio/releases/platform-tools Multi-Arch: same Package: android-libsync Priority: optional Section: libs Installed-Size: 93 Maintainer: Android Tools Maintainers Architecture: amd64 Source: android-platform-tools (29.0.6-28+apertis2bv2024dev3b1) Version: 1:29.0.6-28+apertis2bv2024dev3b1 Depends: libbsd0 (>= 0.0), libc6 (>= 2.4) Filename: pool/development/a/android-platform-tools/android-libsync_29.0.6-28+apertis2bv2024dev3b1_amd64.deb Size: 31912 MD5sum: 90a28b8543a447c93a53a638ccd28734 SHA1: a7bf638883ff94aff75756ef0fdbc13b78ca5b92 SHA256: 2959b58882c97ce01bd1335ad4d8114a6adb701626d42f509461e6190509ec9f SHA512: 17eedf088fd85cbe8c466182172032fb34633dd04336b0ba742599c017c17e17b90844e56dce0515ab787ce6735a589369f0c5f3a931c6ca2566ccba65da62af Description: Android Utility Function Library This library provides miscellaneous utility functions. . This library is only used by Android SDK currently. Homepage: https://developer.android.com/studio/releases/platform-tools Multi-Arch: same Package: android-libsync-dbgsym Priority: optional Section: debug Installed-Size: 21 Maintainer: Android Tools Maintainers Architecture: amd64 Source: android-platform-tools (29.0.6-28+apertis2bv2024dev3b1) Version: 1:29.0.6-28+apertis2bv2024dev3b1 Depends: android-libsync (= 1:29.0.6-28+apertis2bv2024dev3b1) Filename: pool/development/a/android-platform-tools/android-libsync-dbgsym_29.0.6-28+apertis2bv2024dev3b1_amd64.deb Size: 7036 MD5sum: f426ee7f6bd7e128e06e50f359c690bf SHA1: 1def831f614a634c18be45761f586c96532b591b SHA256: 0134031308b5a48d4267fc53f81e38eeafe6c36e9e34a389ed8df764a7bf615b SHA512: ff1432de7c09395f14032402f358adc623d367cfad91fd306e7ffb36ebd139d817c8cf049589e91aa1735e50aa1a51a16796d057366b78935949f28ec556c4fc Description: debug symbols for android-libsync Auto-Built-Package: debug-symbols Build-Ids: a41efa5077822405cd53bfba45dee57e93c9cfb4 Multi-Arch: same Package: android-libsync-dev Priority: optional Section: libdevel Installed-Size: 81 Maintainer: Android Tools Maintainers Architecture: amd64 Source: android-platform-tools (29.0.6-28+apertis2bv2024dev3b1) Version: 1:29.0.6-28+apertis2bv2024dev3b1 Depends: android-libsync (= 1:29.0.6-28+apertis2bv2024dev3b1) Filename: pool/development/a/android-platform-tools/android-libsync-dev_29.0.6-28+apertis2bv2024dev3b1_amd64.deb Size: 29492 MD5sum: 419cd979780ff0601d8bc975058ef188 SHA1: 444299008a3ca02d1a29e05de772dcc25caac7f7 SHA256: ccb23572d37bbe208de45e3476b4e83b113f58f7c23a584d2ac5763287c8b857 SHA512: 1c95002bafb7344eda19477edb1ce629ae92ca166f61564ada8beefa499ddfa0d927632ad9d69cfb3eb13c426b728d739d4e4f6ba3245777e5052f208aba5e41 Description: Android Utility Function Library - Development files This library provides miscellaneous utility functions. . This library is only used by Android SDK currently. . This package contains the development files. Homepage: https://developer.android.com/studio/releases/platform-tools Multi-Arch: same Package: android-libutils Priority: optional Section: libs Installed-Size: 231 Maintainer: Android Tools Maintainers Architecture: amd64 Source: android-platform-tools (29.0.6-28+apertis2bv2024dev3b1) Version: 1:29.0.6-28+apertis2bv2024dev3b1 Depends: android-libbacktrace (= 1:29.0.6-28+apertis2bv2024dev3b1), android-libcutils (= 1:29.0.6-28+apertis2bv2024dev3b1), android-liblog (>= 29.0.6), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 4.1.1) Filename: pool/development/a/android-platform-tools/android-libutils_29.0.6-28+apertis2bv2024dev3b1_amd64.deb Size: 73956 MD5sum: 50fbe663049ca0704dc14d94dbb1230b SHA1: f02b3905ef3c8897060aab7f4fbabd729b24432d SHA256: 8d8b3cdf79fe7d285bac6bc36a89cdf057962f37c166291d5a377ff29c1646da SHA512: 1cafb637ff51c0b53e124151062f10308f7c70e7fe7f477ba948bf31534bc6b359a68e48dfd0ab70fe967c3d1ad074cef5557cff8d010d8890738724c59c51d6 Description: Android Utility Function Library This library provides miscellaneous utility functions. . This library is only used by Android SDK currently. Homepage: https://developer.android.com/studio/releases/platform-tools Multi-Arch: same Package: android-libutils-dbgsym Priority: optional Section: debug Installed-Size: 214 Maintainer: Android Tools Maintainers Architecture: amd64 Source: android-platform-tools (29.0.6-28+apertis2bv2024dev3b1) Version: 1:29.0.6-28+apertis2bv2024dev3b1 Depends: android-libutils (= 1:29.0.6-28+apertis2bv2024dev3b1) Filename: pool/development/a/android-platform-tools/android-libutils-dbgsym_29.0.6-28+apertis2bv2024dev3b1_amd64.deb Size: 174740 MD5sum: 705f75a801e05f4e992b4b2382d6411c SHA1: 23d169ac2158b74035296de11aea2005dcc6edac SHA256: 436ecea4d01226467807383d90e76e85559069b2cc0ce6698ab81dbe96225610 SHA512: 11c90b2b1219f6ceb029c4a96c7a4d6a6de81fa3a6cfeaa2f30d026ffafbabf17e47979e9d76b228a43bb6af6633ebf8e9c283dd61c5db5a49b0b3df6430cbd0 Description: debug symbols for android-libutils Auto-Built-Package: debug-symbols Build-Ids: fcd165deaa06f0122502b22a39fb7d7badccc802 Multi-Arch: same Package: android-libutils-dev Priority: optional Section: libdevel Installed-Size: 352 Maintainer: Android Tools Maintainers Architecture: amd64 Source: android-platform-tools (29.0.6-28+apertis2bv2024dev3b1) Version: 1:29.0.6-28+apertis2bv2024dev3b1 Depends: android-libbacktrace-dev (= 1:29.0.6-28+apertis2bv2024dev3b1), android-libcutils-dev (= 1:29.0.6-28+apertis2bv2024dev3b1), android-libutils (= 1:29.0.6-28+apertis2bv2024dev3b1), android-platform-system-core-headers (= 1:29.0.6-28+apertis2bv2024dev3b1) Filename: pool/development/a/android-platform-tools/android-libutils-dev_29.0.6-28+apertis2bv2024dev3b1_amd64.deb Size: 79148 MD5sum: f701095a0aabc10639770b198751d22f SHA1: 0acfa8dd0bafdb55bf9f295b1dac3121515ccce7 SHA256: 88828e4419253e36274fcc42d8a0788850b17941c28c1d9c7018e66148978d21 SHA512: 58aefcfd3350a97233087bc422bb8e3203079c77f8fe92a8f07513769fdc9d05d478149b7229a65f09aee41d082f19174392b3f2aa2793d504c4dd42ca1b1ce4 Description: Android Utility Function Library - Development files This library provides miscellaneous utility functions. . This library is only used by Android SDK currently. . This package contains the development files. Homepage: https://developer.android.com/studio/releases/platform-tools Multi-Arch: same Package: android-libziparchive Priority: optional Section: libs Installed-Size: 144 Maintainer: Android Tools Maintainers Architecture: amd64 Source: android-platform-tools (29.0.6-28+apertis2bv2024dev3b1) Version: 1:29.0.6-28+apertis2bv2024dev3b1 Depends: android-libbase (= 1:29.0.6-28+apertis2bv2024dev3b1), android-liblog (>= 29.0.6), libc6 (>= 2.33), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2), zlib1g (>= 1:1.1.4) Filename: pool/development/a/android-platform-tools/android-libziparchive_29.0.6-28+apertis2bv2024dev3b1_amd64.deb Size: 49840 MD5sum: b12282c6b71b2c8392f09b96677e9342 SHA1: cccda84900d52d39f164558ded9d4bf829674571 SHA256: 7a5e378509d3f9b41955b8e36a3ce884f1f76cac32fa6e34c2ef6e93b98f6abd SHA512: 37c8138cdac34640492da45ddacde46cd332ff0584b8be0ca8f458072e40e5ce0d2fd939edf991e4e2b005e46288da50330f15a21677aa350d197c630520b45e Description: Library for ZIP archives This library provides APIs for creating and manipulating ZIP archives. . This library is only used by Android SDK currently. Homepage: https://developer.android.com/studio/releases/platform-tools Multi-Arch: same Package: android-libziparchive-dbgsym Priority: optional Section: debug Installed-Size: 113 Maintainer: Android Tools Maintainers Architecture: amd64 Source: android-platform-tools (29.0.6-28+apertis2bv2024dev3b1) Version: 1:29.0.6-28+apertis2bv2024dev3b1 Depends: android-libziparchive (= 1:29.0.6-28+apertis2bv2024dev3b1) Filename: pool/development/a/android-platform-tools/android-libziparchive-dbgsym_29.0.6-28+apertis2bv2024dev3b1_amd64.deb Size: 94400 MD5sum: 617ce0a4b84a7e4732a41f3bb953137c SHA1: ac49e717b5caefd4857371339e546915e8c4d4a3 SHA256: d7c8c81ce63c72297d191ed82b44c8a4cee7659aaac54ec91fab1adee81e61c4 SHA512: b8a826ab3df369bd0d2a4e5fbd13166cd7a413d2e9bb225ede6aaceec25df89b858518955cd65eff9c82e7df970c8a1018a9996994ebf8f0515a97c7685f719a Description: debug symbols for android-libziparchive Auto-Built-Package: debug-symbols Build-Ids: ee4e71696039624a2f28ef976bdf1bca68c03e46 Multi-Arch: same Package: android-libziparchive-dev Priority: optional Section: libdevel Installed-Size: 98 Maintainer: Android Tools Maintainers Architecture: amd64 Source: android-platform-tools (29.0.6-28+apertis2bv2024dev3b1) Version: 1:29.0.6-28+apertis2bv2024dev3b1 Depends: android-libziparchive (= 1:29.0.6-28+apertis2bv2024dev3b1), libgtest-dev Filename: pool/development/a/android-platform-tools/android-libziparchive-dev_29.0.6-28+apertis2bv2024dev3b1_amd64.deb Size: 34364 MD5sum: bbcaf598abe9f3edf2f09eb56b22010a SHA1: c2e5cc21c101731fe96f5def2603878756cba618 SHA256: e1115482ce00b128d84bea250d00e381b634b146203db4a61d4df458d02e5f5f SHA512: b0b45a9346d476a32b2cf330b3ffd147d8b8b19d20da44a437b592e5e72b5a4a86d6f842c38bd88e3147e55201e9b9186cb4370e6112a1af9aa8557e8e05325a Description: Library for ZIP archives - Development files This library provides APIs for creating and manipulating ZIP archives. . This library is only used by Android SDK currently. . This package contains the development files. Homepage: https://developer.android.com/studio/releases/platform-tools Multi-Arch: same Package: android-platform-frameworks-native-headers Priority: optional Section: libdevel Installed-Size: 564 Maintainer: Android Tools Maintainers Architecture: all Source: android-platform-tools (29.0.6-28+apertis2bv2024dev3b1) Version: 1:29.0.6-28+apertis2bv2024dev3b1 Filename: pool/development/a/android-platform-tools/android-platform-frameworks-native-headers_29.0.6-28+apertis2bv2024dev3b1_all.deb Size: 101748 MD5sum: 2b9639daef46964c6236945c2f661f48 SHA1: 723b9f86999d126ec924ed91c7c8217ff13f3f59 SHA256: b15298eb74ad3311bbea36afae1e17503f15bbe52b82f971aef24ab57ecf07eb SHA512: 46038b33d5e72bd7e09a5a99ee9fbb599d697c1d2320b0100ccf0807c9e98c8b29f6a22ab119c7d5dc5ffe1e1f9cd48ecc582ef5e544e89c9f778fa6a6d28031 Description: Headers of android-platform-frameworks-native This package contains headers in include/android in platform/frameworks/native Consists of all the header files ranging from asset_manager.h to window.h. Homepage: https://developer.android.com/studio/releases/platform-tools Multi-Arch: foreign Package: android-platform-system-core-headers Priority: optional Section: libdevel Installed-Size: 274 Maintainer: Android Tools Maintainers Architecture: all Source: android-platform-tools (29.0.6-28+apertis2bv2024dev3b1) Version: 1:29.0.6-28+apertis2bv2024dev3b1 Filename: pool/development/a/android-platform-tools/android-platform-system-core-headers_29.0.6-28+apertis2bv2024dev3b1_all.deb Size: 58272 MD5sum: 8a811b145046653956facbcdd4f06ccf SHA1: 4cd48ef1633d2d47b4a961ea7b45ff8fc7dfe792 SHA256: a79ea6c9efc0b9cda5a7d0ef4c9e7535f99caf0febacfaad040bd46265e61a36 SHA512: 257f652bd86152f75f6395f864dc57655913883803e16ca3c9d113eb81d4fbee93b358f8c489ca82b497f631f1b84982a071365aa764283ce2db0815f91bb40d Description: Shared headers in AOSP repository platform/system/core This package contains header files in AOSP repository platform/system/core that do not belong to any specific libraries but used by other programs. . This package currently contains headers in include/private and include/system. Homepage: https://developer.android.com/studio/releases/platform-tools Multi-Arch: foreign Package: android-sdk-libsparse-utils Priority: optional Section: utils Installed-Size: 115 Maintainer: Android Tools Maintainers Architecture: amd64 Source: android-platform-tools (29.0.6-28+apertis2bv2024dev3b1) Version: 1:29.0.6-28+apertis2bv2024dev3b1 Replaces: android-tools-fsutils, append2simg (<< 1:10.0.0+r36-1~), img2simg (<< 1:10.0.0+r36-1~), simg2img (<< 1:10.0.0+r36-1~) Depends: android-libbase (= 1:29.0.6-28+apertis2bv2024dev3b1), android-liblog (>= 29.0.6), android-libsparse (= 1:29.0.6-28+apertis2bv2024dev3b1), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 4.1.1), python3 Breaks: android-tools-fsutils, append2simg (<< 1:10.0.0+r36-1~), img2simg (<< 1:10.0.0+r36-1~), simg2img (<< 1:10.0.0+r36-1~) Filename: pool/development/a/android-platform-tools/android-sdk-libsparse-utils_29.0.6-28+apertis2bv2024dev3b1_amd64.deb Size: 33384 MD5sum: c2a02c305c6a4fc431c901203565432f SHA1: 7a782c14fcfe9c854042afb8a72f73dd80182c05 SHA256: 2630030cefcb3f0ac2bdb52ae363fe67ffc668e3fd482e5078779071d3946d00 SHA512: 3c87946829b16f18cb945ed9245e112a80d1d466d596de7f79b9d947f65b6eecc4dc5737de5b6170190084c09b86f44d6ca8382f37df17771a688595dc2a8ef5 Description: Android sparse image creation tool Command line tools to create sparse images for usage with Android devices. Includes simg2img, img2simg, simg2simg, simg_dump and append2simg tools. Homepage: https://developer.android.com/studio/releases/platform-tools Multi-Arch: foreign Package: android-sdk-libsparse-utils-dbgsym Priority: optional Section: debug Installed-Size: 53 Maintainer: Android Tools Maintainers Architecture: amd64 Source: android-platform-tools (29.0.6-28+apertis2bv2024dev3b1) Version: 1:29.0.6-28+apertis2bv2024dev3b1 Depends: android-sdk-libsparse-utils (= 1:29.0.6-28+apertis2bv2024dev3b1) Filename: pool/development/a/android-platform-tools/android-sdk-libsparse-utils-dbgsym_29.0.6-28+apertis2bv2024dev3b1_amd64.deb Size: 16312 MD5sum: ad748c9632055e8b6ef16ff54beaab50 SHA1: 36d8db508ba31446e761d43532314c896dede1db SHA256: 936cefa35d6e660e713ff7e5e8bdfb78931bf19592c619d5f572c7892283295a SHA512: dbb807929545cc2b69aa39137f08814a2af10a4b8cb1704077d667e76de87c3b2c90bb668a4a90c2bf4923544dc1396a73ad478c52e061d03dc470e21f983ce4 Description: debug symbols for android-sdk-libsparse-utils Auto-Built-Package: debug-symbols Build-Ids: 144d7a8913d1320acb8ff0ba185fd1a9e77b8358 18107b92d8e693f211402566d3efb55d6ec77226 44b85fc023b8ffeb20e994e8c287732f8f065890 e4fd8a84cb43485e3fee13201c75c19945c13f70 Package: ann-tools Priority: optional Section: math Installed-Size: 126 Maintainer: Debian Science Maintainers Architecture: amd64 Source: ann Version: 1.1.2+doc-9+apertis0bv2024dev2b1 Depends: libann0 (>= 1.1.2+doc), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 11) Filename: pool/development/a/ann/ann-tools_1.1.2+doc-9+apertis0bv2024dev2b1_amd64.deb Size: 34844 MD5sum: b5baad3a2b507abadf25f17cf450ec9f SHA1: 767d990a954ec69a6a8eeafa84f52b483e0a4659 SHA256: acef34dd6fa843fefb64be47e5b7da10a98b674fa31a22407ee00d9da85ae282 SHA512: 281253e19611e1308458ed696c55b177d7793ba9aea22cc1ae5c3188370a4ae54f7900c657702dfa35e91391d9ae01a6a65b2553a97afc93d420dd324b577532 Description: Approximate Nearest Neighbor Searching library (tools) ANN is a library written in C++, which supports data structures and algorithms for both exact and approximate nearest neighbor searching in arbitrarily high dimensions. ANN assumes that distances are measured using any class of distance functions called Minkowski metrics. These include the well known Euclidean distance, Manhattan distance, and max distance. ANN performs quite efficiently for point sets ranging in size from thousands to hundreds of thousands, and in dimensions as high as 20. . This package contains the ann2fig (display ANN output in fig format) and the ann_sample (a sample demonstration for ANN) programs. Homepage: https://www.cs.umd.edu/~mount/ANN/ Package: ann-tools-dbgsym Priority: optional Section: debug Installed-Size: 147 Maintainer: Debian Science Maintainers Architecture: amd64 Source: ann Version: 1.1.2+doc-9+apertis0bv2024dev2b1 Depends: ann-tools (= 1.1.2+doc-9+apertis0bv2024dev2b1) Filename: pool/development/a/ann/ann-tools-dbgsym_1.1.2+doc-9+apertis0bv2024dev2b1_amd64.deb Size: 111328 MD5sum: b85a91ccbb647fd70e1ff0ed74dc78d3 SHA1: 81d67c226ff520b6689517990b261bd1b842d407 SHA256: 0f3dc1c6ac5b29fa756f357ea3288b236468f3c77237ee6b39faa1aded28a943 SHA512: a5d9f5a127c61db83c0d36056b8b4881188c9dc83ec02c377e0fc1f65a00e67c476f958efc297a319001a1261f2d0a1506bca0bce9a0c78f5075d76d593d8caa Description: debug symbols for ann-tools Auto-Built-Package: debug-symbols Build-Ids: 27f4e1b6e28e36385f8fa8c1dd69f484d493a22c 977486b54e2612c5297350186e18e70b78f8e59a b846b533150fce0295bb4f377edcc372e4ea77f4 Package: ant Priority: optional Section: java Installed-Size: 2389 Maintainer: Debian Java Maintainers Architecture: all Version: 1.10.13-1+apertis1bv2024preb2 Depends: default-jre-headless (>= 2:1.8) | java8-runtime-headless Recommends: ant-optional Suggests: ant-doc, default-jdk | java-compiler | java-sdk Filename: pool/development/a/ant/ant_1.10.13-1+apertis1bv2024preb2_all.deb Size: 2162380 MD5sum: efa0620f397264052f4c61bc60c6ef43 SHA1: cdfece352e8c4775815b0e9d56c9eeab24376266 SHA256: b2cf56ac524b5d1de3a749e42e50a206342943f4a08cbaa119cf4574b223a106 SHA512: e8a6fa74d2235b0aa3504d2357554e2ad583162c36ca9bf15200e9ed91660045a3e8953bb0177611df45aa53b058a1253d0357f949439b265ff22cf97388eb54 Description: Java based build tool like make Apache Ant is a Java library and command-line tool whose mission is to drive processes described in build files as targets and extension points dependent upon each other. The main known usage of Ant is the build of Java applications. Ant supplies a number of built-in tasks allowing to compile, assemble, test and run Java applications. Ant can also be used effectively to build non Java applications, for instance C or C++ applications. More generally, Ant can be used to pilot any type of process which can be described in terms of targets and tasks. . This package contains the scripts and the core tasks libraries. Homepage: http://ant.apache.org Multi-Arch: foreign Package: ant-contrib Priority: optional Section: java Installed-Size: 512 Maintainer: Debian Java Maintainers Architecture: all Version: 1.0~b3+svn177-12+apertis2bv2024preb2 Depends: ant Suggests: ivy, libbcel-java, libcommons-httpclient-java Filename: pool/development/a/ant-contrib/ant-contrib_1.0~b3+svn177-12+apertis2bv2024preb2_all.deb Size: 263640 MD5sum: 1025af9e97ba43a4e245e928b4ce500a SHA1: 900b5240f312ea37dbad9559eaf980727075f79a SHA256: 42bdb8584bf24fcd11fb5b4727df98b9cf742138a316b8476769ff919b0ed00d SHA512: 69a5dbd587cf632abdefdca64a97d89a34d8e6a0fdabaebab1877610290ec4878a174228544357ff8703768f18df76d429c7af87ccbc82ef253899c9ed2df1c3 Description: collection of tasks, types and other tools for Apache Ant Extends ant and provides the following tasks: . * Logic Tasks * Network Tasks * Performance Monitoring and Tasks * Platform Tasks * Property Tasks * Process Tasks * Other (unstable) Tasks Enhances: ant Homepage: http://ant-contrib.sourceforge.net Multi-Arch: foreign Package: ant-doc Priority: optional Section: doc Installed-Size: 41534 Maintainer: Debian Java Maintainers Architecture: all Source: ant Version: 1.10.13-1+apertis1bv2024preb2 Suggests: ant Filename: pool/development/a/ant/ant-doc_1.10.13-1+apertis1bv2024preb2_all.deb Size: 2172068 MD5sum: d36fce2ca3fea53e6a87aee2f4e8307e SHA1: 5899a7fd1ea9f4e72cee19b93d10bafa5d0c82e3 SHA256: 63f8553790fbaa1ede453a8349b45204424f0029dc013c42c6e60013a3b3aa8e SHA512: aebd3a8842277cf507f067abefc7be09924a838681a8404111874258d8efcc94f21f9a6f2f66496d297250c3ea2017d74871573bec75098b031388a0a58761ed Description: Java based build tool like make - API documentation and manual Apache Ant is a Java library and command-line tool whose mission is to drive processes described in build files as targets and extension points dependent upon each other. The main known usage of Ant is the build of Java applications. Ant supplies a number of built-in tasks allowing to compile, assemble, test and run Java applications. Ant can also be used effectively to build non Java applications, for instance C or C++ applications. More generally, Ant can be used to pilot any type of process which can be described in terms of targets and tasks. . This package contains the manual of ant as well as the API documentation. Homepage: http://ant.apache.org Multi-Arch: foreign Package: ant-optional Priority: optional Section: java Installed-Size: 1103 Maintainer: Debian Java Maintainers Architecture: all Source: ant Version: 1.10.13-1+apertis1bv2024preb2 Depends: ant (= 1.10.13-1+apertis1bv2024preb2) Suggests: antlr, javacc, junit, junit4, jython, libactivation-java, libbcel-java (>= 5.0), libbsf-java, libcommons-logging-java, libcommons-net-java, libmail-java, libjaxp1.3-java, libjdepend-java, libjsch-java, liblog4j1.2-java, liboro-java, libregexp-java, libxalan2-java (>= 2.4.0-1), libxml-commons-resolver1.1-java, libxz-java Filename: pool/development/a/ant/ant-optional_1.10.13-1+apertis1bv2024preb2_all.deb Size: 450080 MD5sum: 6599ccc8661f153e6e921893f0256779 SHA1: 75a743ffb21c05c4a0877eaef35377818f769b1b SHA256: 9c84ef717ef5496feb4e4859f65ee6dd20f94674dbb8eeca44406bec4f55034a SHA512: 2414b3bbfd45d8ec02a32633901170f5c4229bd655ebfc9b4c72f70f248b58abaf2a70f8636e5fcae71995c1bcc29b5e08a8f9b581a2e30fed73da51597f2f27 Description: Java based build tool like make - optional libraries Apache Ant is a Java library and command-line tool whose mission is to drive processes described in build files as targets and extension points dependent upon each other. The main known usage of Ant is the build of Java applications. Ant supplies a number of built-in tasks allowing to compile, assemble, test and run Java applications. Ant can also be used effectively to build non Java applications, for instance C or C++ applications. More generally, Ant can be used to pilot any type of process which can be described in terms of targets and tasks. . This package contains the optional tasks libraries. Homepage: http://ant.apache.org Multi-Arch: foreign Package: anthy Priority: optional Section: utils Installed-Size: 65 Maintainer: Debian Input Method Team Architecture: amd64 Version: 1:0.4-2apertis0bv2024dev2b1 Depends: anthy-common, libanthy1 (= 1:0.4-2apertis0bv2024dev2b1), libanthyinput0, libc6 (>= 2.34) Conflicts: anthy-common (<< 1:0.3-1) Filename: pool/development/a/anthy/anthy_0.4-2apertis0bv2024dev2b1_amd64.deb Size: 17240 MD5sum: c4feb4fc7ab1f73ecb57d3b796dbe16e SHA1: fabcda5cbe7262af099fe2ba5a70796bc7fccdf4 SHA256: 473cbaa10b1fbebdd7706551218cc4c5f2bb5ec8c3d3f0b975091cb2971fea0b SHA512: b98291d09e10dc508bdb17ea4c317edf99765a4811be8a01a3fcc0f22304d0349fc7bbfe1b1a309c03c2f49dc4ef183ab03016261ab13fc6fdeb37240c3f4ae8 Description: Japanese kana-kanji conversion - utilities Anthy is kana-kanji conversion engine for Japanese. It converts hiragana text to mixed kana and kanji. It is implemented as a library and stores private information in ~/.anthy/. Homepage: https://wiki.debian.org/Teams/DebianAnthy Package: anthy-common Priority: optional Section: utils Installed-Size: 27981 Maintainer: Debian Input Method Team Architecture: all Source: anthy Version: 1:0.4-2apertis0bv2024dev2b1 Recommends: kasumi Filename: pool/development/a/anthy/anthy-common_0.4-2apertis0bv2024dev2b1_all.deb Size: 5593024 MD5sum: 3e2b1f776711e3ff71b8ed40dc17da84 SHA1: a4c8808629d18de7654f80cb1e61534b614215f2 SHA256: f9c1a7ec6900c35bbe6d0b2b42c5f00bc8477a86e1d38caf627facacbc9cae3d SHA512: d4d1fa95bb98efdde2d64abb94c1b2ca66e94940a675b66f03b391f1c407a44102f6ecf75bde1860f349fd5873dc284bd756e25b8df9d454373cbd61aba0c54f Description: Japanese kana-kanji conversion - dictionary Anthy is kana-kanji conversion engine for Japanese. It converts hiragana text to mixed kana and kanji. It is implemented as a library and stores private information in ~/.anthy/. . This package provides common dictionary data files. Homepage: https://wiki.debian.org/Teams/DebianAnthy Multi-Arch: foreign Package: anthy-dbgsym Priority: optional Section: debug Installed-Size: 64 Maintainer: Debian Input Method Team Architecture: amd64 Source: anthy Version: 1:0.4-2apertis0bv2024dev2b1 Depends: anthy (= 1:0.4-2apertis0bv2024dev2b1) Filename: pool/development/a/anthy/anthy-dbgsym_0.4-2apertis0bv2024dev2b1_amd64.deb Size: 40308 MD5sum: f479830673f1fc64542a8c818093c154 SHA1: ece56bdabe9aa7d2cf1f80fcb4d7009f48622591 SHA256: 80b6d7250c4c950186d8b29b481e76ddb2db798834ee7a876808bccbbd877842 SHA512: 841f56dd9177fa80deef5f57a75b0f9325f11b76badbe761a891452a28ca479ce16aab871ff61f9fbf70741f087d22bbabb5a70b96fddc0216dec35475a43075 Description: debug symbols for anthy Auto-Built-Package: debug-symbols Build-Ids: 77f270139394336ba0f6e981ce645ee17d69a79f 8b6175d7f0e8c3c5c7f7fa9c228dcb9c9bbc4a1e Package: anthy-el Priority: optional Section: lisp Installed-Size: 117 Maintainer: Debian Input Method Team Architecture: all Source: anthy Version: 1:0.4-2apertis0bv2024dev2b1 Depends: anthy, emacs24 | emacsen Conflicts: xemacs21-nomule Filename: pool/development/a/anthy/anthy-el_0.4-2apertis0bv2024dev2b1_all.deb Size: 22996 MD5sum: 81533ab036c270f4904ddd2e80fb2d9c SHA1: 360274f6a9bc317b8d1e544c0c393b35c9318738 SHA256: b5f06eb00e958307a1afa24487aee13002119c3a09dd215518a7f181930c4a53 SHA512: e1e4c7b2a7f4fafca8d0886468e416c0fbdf3cbf7eb1f2c9a314ce6a706bd2e0562db82c82aaf26cdc91e7d583f2b1a5a3dbaf694c6abbdab2e12b52c5ccff57 Description: Japanese kana-kanji conversion - elisp frontend Anthy is kana-kanji conversion engine for Japanese. It converts hiragana text to mixed kana and kanji. It is implemented as a library and stores private information in ~/.anthy/. . This package provides an Anthy frontend for Emacs. Homepage: https://wiki.debian.org/Teams/DebianAnthy Package: antlr Priority: optional Section: java Installed-Size: 25 Maintainer: Debian Java Maintainers Architecture: all Version: 2.7.7+dfsg-12+apertis1bv2024preb2 Depends: default-jre-headless | java5-runtime-headless | java6-runtime-headless, libantlr-java (= 2.7.7+dfsg-12+apertis1bv2024preb2) Filename: pool/development/a/antlr/antlr_2.7.7+dfsg-12+apertis1bv2024preb2_all.deb Size: 10728 MD5sum: 969278249a02ee309477a9dac9da8bc7 SHA1: c340995ba42f9dd39fd85af75d017a2cee264d99 SHA256: 0235729116e2dcaa5bdfaadf32cee61618ef1705b389d0a6e7294f491d9c03a4 SHA512: 09e1f4cb4168d33ec18216be95274f6e09dd032577ac24387352fad7cfb5a27fb876e94c2b4de80a48bec27bcfd8adc7ba8e00e4bdddeb6ddfe29b83893b0478 Description: language tool for constructing recognizers, compilers etc ANTLR, ANother Tool for Language Recognition, (formerly PCCTS) is a language tool that provides a framework for constructing recognizers, compilers, and translators from grammatical descriptions containing C++ or Java actions [You can use PCCTS 1.xx to generate C-based parsers]. . Computer language translation has become a common task. While compilers and tools for traditional computer languages (such as C or Java) are still being built, their number is dwarfed by the thousands of mini-languages for which recognizers and translators are being developed. Programmers construct translators for database formats, graphical data files (e.g., PostScript, AutoCAD), text processing files (e.g., HTML, SGML). ANTLR is designed to handle all of your translation tasks. Homepage: https://www.antlr2.org Package: antlr-doc Priority: optional Section: doc Installed-Size: 2320 Maintainer: Debian Java Maintainers Architecture: all Source: antlr Version: 2.7.7+dfsg-12+apertis1bv2024preb2 Filename: pool/development/a/antlr/antlr-doc_2.7.7+dfsg-12+apertis1bv2024preb2_all.deb Size: 352452 MD5sum: 3d58189d6bb5bf69486a0f5b1f4160dd SHA1: f874e8291d15e921b38bca90dc2cf5acaa6d0d9e SHA256: c6e4d61917a2fe4905e65deddb96ac4c039dad1eb0758e535b399e0177bc60e5 SHA512: e0475fa58a5e10dfdd32c1e907c080e9f7e5a26abc0420eb53fb3f3e10b44f89c286a4c13c722e6ae051d5deabdf0a309df39c392ca854aee9a44b3b08a15ce8 Description: language tool for constructing recognizers, compilers etc This package contains the documentation and examples for antlr. ANTLR stands for ANother Tool for Language Recognition, (formerly PCCTS). It is a language tool that provides a framework for constructing recognizers, compilers, and translators from grammatical descriptions containing C++ or Java actions [You can use PCCTS 1.xx to generate C-based parsers]. . See antlr package for a complete description Homepage: https://www.antlr2.org Multi-Arch: foreign Package: antlr3 Priority: optional Section: java Installed-Size: 1216 Maintainer: Debian Java Maintainers Architecture: all Version: 3.5.3-1+apertis1bv2024preb2 Depends: default-jre-headless | java7-runtime-headless, libantlr3-runtime-java (= 3.5.3-1+apertis1bv2024preb2), libstringtemplate4-java Recommends: libstringtemplate-java Breaks: jython (<< 2.5.3-7~) Filename: pool/development/a/antlr3/antlr3_3.5.3-1+apertis1bv2024preb2_all.deb Size: 1151892 MD5sum: 8fb04d66e059b748f1639af452c40b55 SHA1: 4f3ac12f46431dfb8a37a71103fabd744dd51308 SHA256: 4b280b1be80527a33092b93acc3556349a3f2bdcf70ac1bbc1a54499cd32d9b8 SHA512: 0626f48870cd1020451b98c5f0dbea3b0027d57088f3c483b52f13f178f24d1ed1d388aef8bdf1d5e524b0b55a679bd27bfab0c9a252b45cda78b42a6ff38552 Description: language tool for constructing recognizers, compilers etc ANTLR, ANother Tool for Language Recognition, (formerly PCCTS) is a language tool that provides a framework for constructing recognizers, compilers, and translators from grammatical descriptions containing C++ or Java actions [You can use PCCTS 1.xx to generate C-based parsers]. . Computer language translation has become a common task. While compilers and tools for traditional computer languages (such as C or Java) are still being built, their number is dwarfed by the thousands of mini-languages for which recognizers and translators are being developed. Programmers construct translators for database formats, graphical data files (e.g., PostScript, AutoCAD), text processing files (e.g., HTML, SGML). ANTLR is designed to handle all of your translation tasks. Homepage: http://www.antlr3.org Package: antlr3-gunit-maven-plugin Priority: optional Section: java Installed-Size: 37 Maintainer: Debian Java Maintainers Architecture: all Source: antlr3 Version: 3.5.3-1+apertis1bv2024preb2 Depends: libantlr3-gunit-java (>= 3.5.3-1+apertis1bv2024preb2), libmaven3-core-java, libplexus-compiler-java Filename: pool/development/a/antlr3/antlr3-gunit-maven-plugin_3.5.3-1+apertis1bv2024preb2_all.deb Size: 18028 MD5sum: 1cb9132a6c0656758b8b2ce440fefbc7 SHA1: 55a3fab32d81283dcf60e2bc174834e01e140127 SHA256: 019248ea906ad31b3440ccbf0787c4091259958d0beac60ff0b6c798f5f1409e SHA512: 5376b992932ad4a2be493064f46d88f7357b1abdf9d8cdb57e6d16bf3f6d792bf87e0df5abb7ee303c7fed0e6c113a72c61beff6ad4eedd4efef951e6190a1bc Description: Maven plugin for gUnit, a unit test framework for ANTLR grammars gUnit is a "Unit Test" framework for ANTLR grammars. It provides a simple way to write and run automated tests for ANTLR grammars in a manner similar to Java unit testing framework jUnit. The basic idea is to create a bunch of input/output pairs for rules in a grammar and gUnit will verify the expected output/result. The input can be a single line or multiple lines of strings or even an external file. The output can be simply success or failure, an abstract syntax tree (AST), a rule return value, or some text output which could be a rule's template return value. The current version of gUnit has 2 main functions, interpreter and jUnit generator. The interpreter interprets your gUnit script and runs unit tests using Java reflection to invoke methods in your parser objects. The generator, on the other hand, translates your gUnit script to jUnit Java code that you can compile and execute by hand. . This package provides the Maven plugin that allows one to run gUnit tests during a Maven build. Homepage: http://www.antlr3.org Package: antlr3-maven-plugin Priority: optional Section: java Installed-Size: 41 Maintainer: Debian Java Maintainers Architecture: all Source: antlr3 Version: 3.5.3-1+apertis1bv2024preb2 Depends: antlr3 (>= 3.5.3-1+apertis1bv2024preb2), libmaven3-core-java, libplexus-compiler-java Filename: pool/development/a/antlr3/antlr3-maven-plugin_3.5.3-1+apertis1bv2024preb2_all.deb Size: 20544 MD5sum: eea8460b47b25b7ee23dde3fdabffa82 SHA1: 6962b30306dd3a4ababc1a54a8f07b2679d1cbf5 SHA256: 47e8be85f1a0b10616795043ceac03ddea23ca970717e4b644343beedd51fbf9 SHA512: 9823626f6cb3c112b41f5f2ebf3181a635e8a34a2965573ea249f78cf81a9f85fd7766628a15647c03a2c3de3f3885de00eee1cbbf945fef2ac0351760e80fbe Description: Maven plugin for ANTLR 3 ANTLR, ANother Tool for Language Recognition, (formerly PCCTS) is a language tool that provides a framework for constructing recognizers, compilers, and translators from grammatical descriptions containing C++ or Java actions [You can use PCCTS 1.xx to generate C-based parsers]. . This package provides the Maven plugin that supports compiling ANTLR 3 grammars during a Maven build Homepage: http://www.antlr3.org Package: antlr4 Priority: optional Section: java Installed-Size: 1482 Maintainer: Debian Java Maintainers Architecture: all Version: 4.7.2-5+apertis2bv2024preb2 Depends: default-jre-headless | java6-runtime-headless, libantlr4-runtime-java (= 4.7.2-5+apertis2bv2024preb2), libantlr3-runtime-java, libicu4j-java, libjsonp-java, libstringtemplate4-java, libtreelayout-java Filename: pool/development/a/antlr4/antlr4_4.7.2-5+apertis2bv2024preb2_all.deb Size: 1376824 MD5sum: a6495cc9dd0eb2320a1764d949436605 SHA1: 5cab67578e5b9dc29ba6b4f80ea2a04f6f889f66 SHA256: 14a84399fb7613a9e9251c7a65845bb87460dd89fb83963aa7f05b5d89487de3 SHA512: a3a933e4d064a29f98aad95a8efdd7ae1bc769b09a6c6ce41f5406e73e5bffcaf33b9e0c7b8acb09408b0c7ed794a810615a6810075691ee0f2a5892bcffbf36 Description: ANTLR Parser Generator ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files. It's widely used to build languages, tools, and frameworks. From a grammar, ANTLR generates a parser that can build and walk parse trees. Homepage: http://www.antlr4.org Package: antlr4-doc Priority: optional Section: doc Installed-Size: 23390 Maintainer: Debian Java Maintainers Architecture: all Source: antlr4 Version: 4.7.2-5+apertis2bv2024preb2 Depends: default-jdk-doc Suggests: libantlr4-runtime-java Filename: pool/development/a/antlr4/antlr4-doc_4.7.2-5+apertis2bv2024preb2_all.deb Size: 849668 MD5sum: d245b9b8e5cbf3e9b2318b96e499739d SHA1: 1563ff38b2a7df034c3fcf94903dc1be94a0155a SHA256: ca03089d4a2d4ed75548f52e3994db1dacc406b9779ff1b0b2326843cfb034e3 SHA512: f1d2469075e3db87d4d8e7c04cacd1d8a99a39d2ffe5dc48ac4d8d6eaf5e87a6037cee5830776044ecf0c8b7a638c0695157e68b7e3775916cf8105a7783ec2a Description: ANTLR Parser Generator (documentation) ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files. It's widely used to build languages, tools, and frameworks. From a grammar, ANTLR generates a parser that can build and walk parse trees. . This package provides the API documentation for ANTLR 4. Homepage: http://www.antlr4.org Package: antlr4-maven-plugin Priority: optional Section: java Installed-Size: 58 Maintainer: Debian Java Maintainers Architecture: all Source: antlr4 Version: 4.7.2-5+apertis2bv2024preb2 Depends: antlr4 (>= 4.7.2-5+apertis2bv2024preb2), libmaven3-core-java, libplexus-compiler-java Filename: pool/development/a/antlr4/antlr4-maven-plugin_4.7.2-5+apertis2bv2024preb2_all.deb Size: 40576 MD5sum: 86893ee2f629c78497f53d00048b7364 SHA1: 74b2edb8bc92d4289dbe5647a6c211ddbb2b39e1 SHA256: b5f07880d951f20d7ac8c20b03719be2d85dbd9db13b953aaa4043531731fb75 SHA512: 8078324ac3b6e094dc75ff0157668fc4e3ba3261fcd03f1d22417afaf9fdf646e692891cdf04c49bda14fff30c9bcc25ed6cd7743613a3c69827b2329cf0c614 Description: Maven plugin for ANTLR 4 ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files. It's widely used to build languages, tools, and frameworks. From a grammar, ANTLR generates a parser that can build and walk parse trees. . This package provides the Maven plugin that supports compiling ANTLR 4 grammars during a Maven build. Homepage: http://www.antlr4.org Package: apache2 Priority: optional Section: httpd Installed-Size: 581 Maintainer: Debian Apache Maintainers Architecture: amd64 Version: 2.4.57-2+apertis0bv2024dev3b1 Provides: httpd, httpd-cgi Depends: apache2-bin (= 2.4.57-2+apertis0bv2024dev3b1), apache2-data (= 2.4.57-2+apertis0bv2024dev3b1), apache2-utils (= 2.4.57-2+apertis0bv2024dev3b1), lsb-base, media-types, perl:any, procps Pre-Depends: init-system-helpers (>= 1.54~) Recommends: ssl-cert Suggests: apache2-doc, apache2-suexec-pristine | apache2-suexec-custom, www-browser Filename: pool/development/a/apache2/apache2_2.4.57-2+apertis0bv2024dev3b1_amd64.deb Size: 223960 MD5sum: b6f25d29dbbe872ea12621b61ab6549c SHA1: 6d1871ace3a51f53b0fb1b67d41c53dc347aa81b SHA256: d838119ac5513b88e861f95c40f9cfa15e0b2f3885d5302274c1649a19f1d2b3 SHA512: f258068ba9add03c5b79cb960f644a490a18e0ed980105949747a2cfebcef0bebc92adf4265c359ebba24946cf6ff957a5f0e58cc2bda122d5f258ffe6d745d5 Description: Apache HTTP Server The Apache HTTP Server Project's goal is to build a secure, efficient and extensible HTTP server as standards-compliant open source software. The result has long been the number one web server on the Internet. . Installing this package results in a full installation, including the configuration files, init scripts and support scripts. Homepage: https://httpd.apache.org/ Package: apache2-bin Priority: optional Section: httpd Installed-Size: 5067 Maintainer: Debian Apache Maintainers Architecture: amd64 Source: apache2 Version: 2.4.57-2+apertis0bv2024dev3b1 Provides: apache2-api-20120211, apache2-api-20120211-openssl1.1 Depends: perl:any, libapr1 (>= 1.7.0), libaprutil1 (>= 1.6.0), libaprutil1-dbd-sqlite3 | libaprutil1-dbd-mysql | libaprutil1-dbd-odbc | libaprutil1-dbd-pgsql | libaprutil1-dbd-freetds, libaprutil1-ldap, libbrotli1 (>= 0.6.0), libc6 (>= 2.36), libcrypt1 (>= 1:4.1.0), libcurl4 (>= 7.28.0), libjansson4 (>= 2.14), libldap-2.5-0 (>= 2.5.4), liblua5.3-0, libnghttp2-14 (>= 1.50.0), libpcre2-8-0 (>= 10.22), libssl3 (>= 3.0.0), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4) Suggests: apache2-doc, apache2-suexec-pristine | apache2-suexec-custom, www-browser Filename: pool/development/a/apache2/apache2-bin_2.4.57-2+apertis0bv2024dev3b1_amd64.deb Size: 1375140 MD5sum: bc76f6ea552231890614a9ec6df839e1 SHA1: 121660eabfe37aa1163742136504364c5c849413 SHA256: 8f4ea6cc51ba469dee81a070ffc6ef5b69cb645150d9d4ba822e20bbd735ee7b SHA512: 9480bd7c99369d4e3f3aec97bd71c66213cc464b8893950f07c23b49947e07c994d67cf08889fccdc50f8ac63c115c01161ba29b4cd3e764b05e18fc9a543848 Description: Apache HTTP Server (modules and other binary files) The Apache HTTP Server Project's goal is to build a secure, efficient and extensible HTTP server as standards-compliant open source software. The result has long been the number one web server on the Internet. . This package contains the binaries only and does not set up a working web-server instance. Install the "apache2" package to get a fully working instance. Homepage: https://httpd.apache.org/ Package: apache2-bin-dbgsym Priority: optional Section: debug Installed-Size: 4775 Maintainer: Debian Apache Maintainers Architecture: amd64 Source: apache2 Version: 2.4.57-2+apertis0bv2024dev3b1 Depends: apache2-bin (= 2.4.57-2+apertis0bv2024dev3b1) Filename: pool/development/a/apache2/apache2-bin-dbgsym_2.4.57-2+apertis0bv2024dev3b1_amd64.deb Size: 3707564 MD5sum: 5a57de45affdc25bd8d6ca31f6d4271e SHA1: a258f6dd0da391e492c9fcdec4be3780f3d6db02 SHA256: 5624e0d67acc4db5a057b6d013ee2e02a4e3d130c61880e56e892caf976e23c3 SHA512: df4ff66be91a2d44920647960bda0f78cd53b6a7786c4883f50b8ecc19712115ecade12da073e6420dcc2a6a1082e0373a758d7db93d329c08f54be1a849dfd0 Description: debug symbols for apache2-bin Auto-Built-Package: debug-symbols Build-Ids: 002b949fe322373c07f30987d22f04cfadabba6c 0312da9576229718e1c5625708d8297ad86ec760 05ba52368ab0afab0f9ff1c8778f43e9f11d9554 07d850eca41517a20e25c665bac0830037ba3899 0837758cae59f17d7ac107625cf668a4055c0d7e 0915dd9ec33ac8803ed94a378c8657a2e40e3193 0a0deceed3ede7ad7bd0a773d3590eab151eeeaa 0b87984f1d228f5f7b5f90d51b6926e3d0d782ec 0c15aca2c8193aa66b4335353a86493d166c225c 0d97006fa14f783a4caf32c7081e0f0a2e68630b 0e1d0ef6af013bc94eb570ac751b659cc1f749e8 0e41be1d7880bba3e5cdbaad457b9dd549ba4bb1 0edfa89d06b555817a0376d86e14d651ad9df50d 111e736834f8e674b5cb49487a7eeaf3eccf89fe 14892f48c855cddfebdf2a53ece9ca0f51a799a2 18c93e4b415cad80c0ca4695c12b98b5ce9373eb 191a6b19ee029b7d7dfd8936f088446d11951699 1b8f893363f1caa873bbf5890cdd10715ccdd7d4 1cb9e93827c8d607eb0bd25d74d083548be8f91d 1e0fdee2c4ec1bc601df1f42fe999705739f6852 24d7b6b7d640941af22604625d6fdac0b78d0fa0 252866c3eb8e1070aeafb71f270a6c6923ecd63a 27d512972d5eb1214e74b6f5b3bd5e4aa04a15f9 2a02b64422aaf4457159a5525e52b569ee42b8bb 2a13de7f0d1aabc9f81382c22f41d67eecb9221f 2ebf6f55e9a3c62270fc4ada462ce7fc7cd9eff2 2fc90b55cca69b0de779f5521be0a3897783889b 33118a7ec19571ac1840202fd165d45e19f4013e 3a13eee4c98f0df8a616b479993d1725de9904b2 3c5cf3e5a9b423775f698145f87793dae8c1125a 3eee7ba3336ebb642d05649eb99f8f9713092e67 41d930b552f0e14347bc468f192cbdf5e2cb29ea 47f5c98c542c8bd961401f246793fa561e1251ff 4a4ad7051be96e4757e25d08634c139f2ac7efb6 4be8252c1e0712ede2c6058db6a9816c15bf8fee 4d09e2f40f0adbfb64d3a4fad3b23e60d1abf189 4e98b2284fec158da51ba257c004fdda65754ae3 4f1922b77809eca8045933112b6c4a62a470c014 513854db5da59c752c12b626d280dfe2366d9e12 5176dd24c1e63b263721e7f4297ebc9f9b50ef3f 529dc50c62ca6fbc59d0c89cdfda46150ca4144c 53345c9bd1a0c4f91dbadaf0431c9844280544f8 552a365f945366b7838eb05e7d9d2ec5b3ede6b8 5f9e168a7032bcf58c62b5ac5c6af87418fbe852 5ff7e8621523d4e42933aa598a79d8942971593e 63aef58f7f040f497eddf3b49ccddcfc70a20100 67fa950330b3c488d5eb8eb8d1457d84bb027bc3 684b16b932880575cf8b9d29cfaa37aa81c6151c 7976835c902d5d99767754d25dc4ef7af23aa640 7a761ce72e6dbaf8d42707f17f2539ebeaa49ade 84be365f339a4a081c296e8ef75043549da83281 8820704d8271be12c125f5ad7f56969f91c3a49e 8baea75e87578c2612b695129ba69314a0d7ee34 8d6f22c9d2eb1a4a3c5262df1b4b9524fd7d333c 8d97706041b4dd1ec1d29b15af52f26f2f4e0078 8da74918f00a3aaa4ced7c06c47ddf16a24dd153 8f384cb6008594de9b0959edd78c2eed2cc27c49 90699216929513940afcf43afff9615ea84633ee 9437e4c7cfe155f6ec99c006a8c72505800d3df9 948d458c102326a2bb3b588523a90123325154e3 97e25326a30428ff9367f1618ed04e60239f76b8 9971d4875453bb911e8ae2b933f8355cf2d0f5ea 997c0a0feb7fdee573990e5815079b5d3d769a62 9aeeb78d46d8bb7fdb296401e68223f0042e2383 9b8b301fb75824e3adadf464e45ef7f257d40a9e 9e6456beb47a0d22304212c9fff1b239ef1b2993 a322c48625a7ec01c90450288cd9f24d9a1ac10d a53b6f726c55ca0999ac8fe18296fa5522a714ec a6893d2a2ac82a639975f4e547c6a2181cf8bbb8 a6bd8fd6e51119b28e93e162955bfa5d03e71a4f aa8ae6a95a27ae2f60367a2a7f173c8cce97a506 aba9ae22f809e811d015821e414bf32ff6bc4b02 aece974af3d75d2dfc934c57f2b99887f0796ec5 af0d5a14c4ea617ec8031e6f3535f08ac9faaade b06001dbfc9e629f6b9f758b511bec6deac0a76e b4daddd34957e26aecaffd3206c75de2b0699127 b4f11ebdda364652e03afa33c7be6568de7d2b49 b6e2fc57d27a052714c8f6906a3b998ceb971258 b7604a353af7c8e290497820e0c9992e9b5ad56e babaf2299209e69528ac8ad7df3188a57a342c45 bb2d62612d5003a419408d2edaee7a3dd02e094a bb445d669aa89bcf4d8d1405f2a5cbad93f6d3c6 bc9e70f98714ac39205ff6dfa0a1ca1dc576bd0b bd4c8ad9541fd4b7fe28fa4b722a8f383cdeebe7 bdf3f2a8d8b2b5d479f3058fdabf4952760ed676 bff3f4f7ab13842d7ac3db7d1875f5484559b302 c210dfc897a7c2097c4d201a29bfaf4dbb2edf36 c4bd691e09fd1166f04e655078020611c35c2232 c4d84ef7ff8a27ab22c0e8275ce17375856f6b78 c550eb28f1ba6bbf12ed86412d6e271960b9da71 c71552d6a5772283c1ff2ba2b879eea66254981d c9f9b53d240b978aa642b08b1fcdd9752c87731c cbd187580951784043f7080672bb1802be0cebb8 cc6a3dca9cb001a14a9e6770b5903783831544f7 d746ef625240b26bc595ceceee841008333393a0 d860699004c9b52976a5244b612e4a2e26c469da d90a313c1ec5a7d1b579213030e32208e1613d13 daab2b582e3f49e0074b3f412f698bdf696270df dedcd59f3a6db6538703428a55217e1ebf74c0fb df62a12d6f28f3d5bde9d782a90d8e3281149ca4 e1eaa34a26fb14f76d55dc4479dadfc0eebacf83 e57034416227758a3c41664ed564d4c97c9b0703 e759145eee9b0a82990cfe1f2e4c79bc29853b7a e7a040d85732c72b06385697555d05eca2dd4d99 e857244002fb68afe27a20cd10d8188417deea2a e9172b95fe9b0e821f24feec09eae8d172748c6f ea07869eb9f9b9d4eee096267a5a7fec057a2013 ea5c1b9b57814b1527c78a66e70f90c5695291ac ebc7aa247fa9a0ec8e97abe4cc3893925af3321d ebc803b6863f2144b7bf47c50a969354481214f7 ebd507549909eb5cd1e762df8d4bc5fac9a6c7a4 f5e4097559210937ded83a01c1bf0f66cf0e0fc0 f67a65e8dcc1cddc467819827fbd9b2cd3fcffdc f6aeb41a81caab6cc6835ae68f992c2eef0687d3 f9a55d638338ff0e97bc8167266eb43a3f3dedb1 fa13faa5aaf6a6293d233280768b60d0a5da38e0 ff31af5878ce8c1f3421c2037bdeea7ef74fb34e ff450554490727240031717fcf8cfda13b57689e ff675598208a7585c604aa135bfa9788fced9b69 Package: apache2-data Priority: optional Section: httpd Installed-Size: 864 Maintainer: Debian Apache Maintainers Architecture: all Source: apache2 Version: 2.4.57-2+apertis0bv2024preb1 Filename: pool/development/a/apache2/apache2-data_2.4.57-2+apertis0bv2024preb1_all.deb Size: 169048 MD5sum: 49a6729b3562b8498c67e2f4849258af SHA1: 345f88c7d40f2b32d6dcb2203f6f42f8130ef72f SHA256: 63f186a2719bd004104a1f00006c3f61db70633667b72f86e1ba128d045a79ca SHA512: 41e6f291dd096c8cb7fe83b925a41281930c2e959288ac3f6f56375cbbc97f88e982d0ae01f443ac5e193df0d208addf6056247eeca1b33853c757abbe2c8521 Description: Apache HTTP Server (common files) The Apache HTTP Server Project's goal is to build a secure, efficient and extensible HTTP server as standards-compliant open source software. The result has long been the number one web server on the Internet. . This package contains architecture-independent common files such as icons, error pages and static index files. Homepage: https://httpd.apache.org/ Multi-Arch: foreign Package: apache2-dev Priority: optional Section: httpd Installed-Size: 1112 Maintainer: Debian Apache Maintainers Architecture: amd64 Source: apache2 Version: 2.4.57-2+apertis0bv2024dev3b1 Provides: dh-apache2 Depends: debhelper (>= 10), libapr1-dev, libaprutil1-dev, libpcre2-dev, openssl, perl:any Filename: pool/development/a/apache2/apache2-dev_2.4.57-2+apertis0bv2024dev3b1_amd64.deb Size: 315168 MD5sum: 866c73fd91919880941dcac4ec79d0a8 SHA1: 19c281e5da74e0328e162ce4f9a9ee556af966ca SHA256: 84e8f758d2569038bd58170ec54d17ec27cbd6358e4e843d9d38216c3d297edb SHA512: aa64f8e3549bee5c724a1b9a187300237b78022ab4d10407bafbabc13b6812407cf9956d562b84f8b19130db053d838ca406a8018ca95bec564baee8af8b1e9d Description: Apache HTTP Server (development headers) The Apache HTTP Server Project's goal is to build a secure, efficient and extensible HTTP server as standards-compliant open source software. The result has long been the number one web server on the Internet. . This package provides development headers and the apxs2 binary for the Apache 2 HTTP server, useful to develop and link third party additions to the Debian Apache HTTP server package. . It also provides dh_apache2 and dh sequence addons useful to install various Debian Apache2 extensions with debhelper. It supports - Apache 2 module configurations and shared objects - Site configuration files - Global configuration files Homepage: https://httpd.apache.org/ Package: apache2-doc Priority: optional Section: doc Installed-Size: 25161 Maintainer: Debian Apache Maintainers Architecture: all Source: apache2 Version: 2.4.57-2+apertis0bv2024preb1 Recommends: apache2 Filename: pool/development/a/apache2/apache2-doc_2.4.57-2+apertis0bv2024preb1_all.deb Size: 4018236 MD5sum: 0ed5dfd32906820fee7e3e7d37493889 SHA1: 0df1f61b430ecdf4eef6f9b0c5c1ff8c03e43583 SHA256: 2c316b9a73977a89a41730a938ce3aca6647ea26545d9374c21d1c2548c86b74 SHA512: b8d563680adcd4f4b7287cf123cb800beabb4365c4d3a9e32788cb65f4e783bd8a00c6dc51b1e27281f56f32d37ff272689e17119cdbf5d0b6b351169b0aa251 Description: Apache HTTP Server (on-site documentation) The Apache HTTP Server Project's goal is to build a secure, efficient and extensible HTTP server as standards-compliant open source software. The result has long been the number one web server on the Internet. . This package provides the documentation for the Apache 2 HTTP server. The documentation is shipped in HTML format and can be accessed from a local running Apache HTTP server instance or by browsing the file system directly. Homepage: https://httpd.apache.org/ Package: apache2-ssl-dev Priority: optional Section: httpd Installed-Size: 13 Maintainer: Debian Apache Maintainers Architecture: amd64 Source: apache2 Version: 2.4.57-2+apertis0bv2024dev3b1 Depends: apache2-dev (= 2.4.57-2+apertis0bv2024dev3b1), libssl-dev Filename: pool/development/a/apache2/apache2-ssl-dev_2.4.57-2+apertis0bv2024dev3b1_amd64.deb Size: 3128 MD5sum: 41d548115e6b995599b0c5aca46ea0dd SHA1: 46b96dd45945b8a595497be80acb15886af5b07a SHA256: 15c7dbb726bcfb19a98c8cb01990ddf3b564055e2d01e5540cf49ee4df742838 SHA512: e1e61b7038f66cab16081585f0f168c25bc93fe04fceefa87ee167a8ed7df1e0824f23f846ab2a190fe7f2cf2a4b79a4b1fc86cedd4dabd4cc514d3e7860cca0 Description: Apache HTTP Server (mod_ssl development headers) The Apache HTTP Server Project's goal is to build a secure, efficient and extensible HTTP server as standards-compliant open source software. The result has long been the number one web server on the Internet. . This package provides the development header and the dependencies for modules that interact with mod_ssl's internal openssl state. Homepage: https://httpd.apache.org/ Multi-Arch: same Package: apache2-suexec-custom Priority: optional Section: httpd Installed-Size: 202 Maintainer: Debian Apache Maintainers Architecture: amd64 Source: apache2 Version: 2.4.57-2+apertis0bv2024dev3b1 Provides: apache2-suexec Depends: apache2-bin, libc6 (>= 2.34) Filename: pool/development/a/apache2/apache2-suexec-custom_2.4.57-2+apertis0bv2024dev3b1_amd64.deb Size: 144660 MD5sum: 20c03536ba878561dd060936a72f6437 SHA1: 13cf5a3b1e67a0f4b01574d2a01ca6718abbd4b1 SHA256: c060c1784123e391c30a6a200fe83b8e104bc67727e3a798728ea2b4992d8ab8 SHA512: 8ca235f4d09157fe69febc3f389698573c061090c5189330548e64083ae9732fb21d8acf680a38071bc6d986076906414d7e6e230b31d50ed3aecf2c5617039c Description: Apache HTTP Server configurable suexec program for mod_suexec Provides a customizable version of the suexec helper program for mod_suexec. This is not the version from upstream, but can be configured with a configuration file. . If you do not need non-standard document root or userdir settings, it is recommended that you use the standard suexec helper program from the apache2-suexec-pristine package instead. Homepage: https://httpd.apache.org/ Package: apache2-suexec-custom-dbgsym Priority: optional Section: debug Installed-Size: 27 Maintainer: Debian Apache Maintainers Architecture: amd64 Source: apache2 Version: 2.4.57-2+apertis0bv2024dev3b1 Depends: apache2-suexec-custom (= 2.4.57-2+apertis0bv2024dev3b1) Filename: pool/development/a/apache2/apache2-suexec-custom-dbgsym_2.4.57-2+apertis0bv2024dev3b1_amd64.deb Size: 12420 MD5sum: b63e0e5f829e03ef82210ff675d14557 SHA1: aa139e0b6b127b98808c390aa8e2689a59dfbfc3 SHA256: 8c20a98927510a7ef27e02b707955e2bef87170be70e76a91fd765b7d956edb0 SHA512: bf7b0f3f1d068b4978d7a78da9112911efa260495512006e4d21427b932b00230e5fecd6e2762c727002f7d88b3fe20790afca3f271b07eaa5defaed60b02275 Description: debug symbols for apache2-suexec-custom Auto-Built-Package: debug-symbols Build-Ids: 995574ef3c926d55ea6e034154fb68a163f3e083 Package: apache2-suexec-pristine Priority: optional Section: httpd Installed-Size: 192 Maintainer: Debian Apache Maintainers Architecture: amd64 Source: apache2 Version: 2.4.57-2+apertis0bv2024dev3b1 Provides: apache2-suexec Depends: apache2-bin, libc6 (>= 2.34) Filename: pool/development/a/apache2/apache2-suexec-pristine_2.4.57-2+apertis0bv2024dev3b1_amd64.deb Size: 143108 MD5sum: cc591d99fe22953684c9b9e23959ad43 SHA1: 2c5bcf3cdc6fa58a7d855fa8d9943ca4c368d1f7 SHA256: d722b37e2061e3d91478520931fc6e7d72f9b568ddeee24b7726f78d2839e247 SHA512: 29e29d379ea36756f718bd11ed5196060164c0ae894fd8a5dbac4567dd11543accd903e05b587316eddfb221f0b2f5b6d00d8921d772f312ba28a51fac4db88f Description: Apache HTTP Server standard suexec program for mod_suexec Provides the standard suexec helper program for mod_suexec. This version is compiled with document root /var/www and userdir suffix public_html. If you need different settings, use the package apache2-suexec-custom. Homepage: https://httpd.apache.org/ Package: apache2-suexec-pristine-dbgsym Priority: optional Section: debug Installed-Size: 26 Maintainer: Debian Apache Maintainers Architecture: amd64 Source: apache2 Version: 2.4.57-2+apertis0bv2024dev3b1 Depends: apache2-suexec-pristine (= 2.4.57-2+apertis0bv2024dev3b1) Filename: pool/development/a/apache2/apache2-suexec-pristine-dbgsym_2.4.57-2+apertis0bv2024dev3b1_amd64.deb Size: 11232 MD5sum: 0840e5f62f4f598aa1a2c34b38987c39 SHA1: 9a39dfe1ca56f386e66729ecada75e4447e6fc35 SHA256: b3d4e0dcfa007d45dfd05e3e6370eacc7090c924e8059ae00f6add7b985b9a31 SHA512: 84a18f44f79b1fd5e6608cef4b9907c7befd31445c1ab2d20a908f9259289d48ad2cad89cacb8bc1b4861b62c0fb4b8c24b5174f6ad323c3b28d64bfc538a409 Description: debug symbols for apache2-suexec-pristine Auto-Built-Package: debug-symbols Build-Ids: 442567a998e93fe5d5bf223b6cebdde3016f5879 Package: apache2-utils Priority: optional Section: httpd Installed-Size: 447 Maintainer: Debian Apache Maintainers Architecture: amd64 Source: apache2 Version: 2.4.57-2+apertis0bv2024dev3b1 Depends: libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.5.0), libc6 (>= 2.34), libcrypt1 (>= 1:4.1.0), libssl3 (>= 3.0.0) Filename: pool/development/a/apache2/apache2-utils_2.4.57-2+apertis0bv2024dev3b1_amd64.deb Size: 211140 MD5sum: f01b656dd0def24fb4fe3682827215ad SHA1: b33c917b839461c46d88fbdd5e184cbbcafbc71b SHA256: 5889fcc90bfebbc5d766b5ed07dea75f8bb81ce530635f45a8ebdd7ddc34c1fe SHA512: 35fc363fab052fc030a3b92a0efced2ff521a599a318cd523986a32dab23d04a4e899c4aa0fe2e819e7c37fd5a8112f60b98b8bf3245f0af73868ceff694054b Description: Apache HTTP Server (utility programs for web servers) Provides some add-on programs useful for any web server. These include: - ab (Apache benchmark tool) - fcgistarter (Start a FastCGI program) - logresolve (Resolve IP addresses to hostnames in logfiles) - htpasswd (Manipulate basic authentication files) - htdigest (Manipulate digest authentication files) - htdbm (Manipulate basic authentication files in DBM format, using APR) - htcacheclean (Clean up the disk cache) - rotatelogs (Periodically stop writing to a logfile and open a new one) - split-logfile (Split a single log including multiple vhosts) - checkgid (Checks whether the caller can setgid to the specified group) - check_forensic (Extract mod_log_forensic output from Apache log files) - httxt2dbm (Generate dbm files for use with RewriteMap) Homepage: https://httpd.apache.org/ Multi-Arch: foreign Package: apache2-utils-dbgsym Priority: optional Section: debug Installed-Size: 206 Maintainer: Debian Apache Maintainers Architecture: amd64 Source: apache2 Version: 2.4.57-2+apertis0bv2024dev3b1 Depends: apache2-utils (= 2.4.57-2+apertis0bv2024dev3b1) Filename: pool/development/a/apache2/apache2-utils-dbgsym_2.4.57-2+apertis0bv2024dev3b1_amd64.deb Size: 115024 MD5sum: 9827548c90ab5475a11ed38f940ad249 SHA1: 3213ca1269e95d3dc1fb078e5c495cf0ce5a7267 SHA256: a97ba1e42c393c0cce4bfb6d36d6166e4e36d0ac62245336cb67e166f1910cf3 SHA512: 34df77cfd576b5499b1a91646ed03ea3e08ed2ac28f672e665de5ba5a1a19e58210780ea929515272a2293881b4ca2615d5d47113140547c2e57ec461ed5dc7a Description: debug symbols for apache2-utils Auto-Built-Package: debug-symbols Build-Ids: 038e77dbc9e54b23940003f1e650aec009561a38 1be7468eaf9be820edb03759c3f36d5c49839c5a 57d41068b45417ba2452628e20e6bde9cd7d5ac6 63438e7470415e807fa38b58b4d9270d33025551 673252d93ddeb689a32892110a76a754a28c19e2 68181f947229a1a6ac63d692afcbe859393ca3cd 71cd967ef13e5bf5f5937706a876d7b575ee7548 860a347a0de66f5898c190fadf2c99187b13d968 f2dde52c2705cbc22146df3bb0e1fef2b9c06b0c faba1f146af951c01c8545b565dcf7f54def5d03 Package: apertis-dev-tools Priority: optional Section: devel Installed-Size: 232 Maintainer: Apertis package maintainers Architecture: all Version: 0.2023.11bv2024.0db1 Depends: python3:any, abi-compliance-checker, flatpak, git-buildpackage, gitlab-rulez, mount, python3-argcomplete, python3-debian, python3-sh, python3-xdg, python3-yaml, python3-paramiko, python3-gi, python3-gitlab, python3-bs4, python3-requests, python3-tqdm, sudo, systemd-container, parted Recommends: gcc-arm-linux-gnueabihf Suggests: ribchester (>= 0.1612.7) Filename: pool/development/a/apertis-dev-tools/apertis-dev-tools_0.2023.11bv2024.0db1_all.deb Size: 55044 MD5sum: 5c9c60f9ba4114f92fad89c84a7d4792 SHA1: 77f95561296c33aaa07d095f624d9bb98ae94015 SHA256: ee8831118c87c448191bd0b3cb3813f273ec8c3e5b931ad166a85f29d54aba78 SHA512: d48a2cf03698121a7368601d6de6e18a5f4f177729e255e5ab09fbdbf53f34742c6c4a1e2904f51cc609f75a1a4050f6b5b73fc74ae7a3e900f3bd9f34ebcc5f Description: Apertis development tools to help building, deploying and debugging applications Package: apertis-tests Priority: optional Section: utils Installed-Size: 700 Maintainer: apertis-tests maintainers Architecture: all Version: 2:0.2023.9bv2024.0db1 Replaces: chaiwala-tests (<< 2:0.2023.9bv2024.0db1) Depends: perl:any, python3:any, connman, python3-dbus, python3-dialog, python3-gi Breaks: chaiwala-tests (<< 2:0.2023.9bv2024.0db1) Filename: pool/development/a/apertis-tests/apertis-tests_0.2023.9bv2024.0db1_all.deb Size: 368748 MD5sum: 8ac97e9ef58a63703c0418242098cfd1 SHA1: 80def7442ac86cb1018113ad649d1e7b300458ba SHA256: 4cba3dab4871bc1d3be5661ed7a977dcd1f828130763ae89c06ef14521b90d58 SHA512: cebcefc555e913355f417ed9f935b66e334e777d3caf5f8af4b5bbad20cd6fb80b9e69d568653d308050f46c3beaeac7918dee9bd92c758d047fa024fe188906 Description: automated and manual test definitions This package installs test scripts, test data and other pieces of automated and manual tests. . It does not install the dependencies of all of the tests: see *.yaml to list those. . For automated testing, a git checkout of apertis-tests.git should be used instead. Package: apertis-tests-apparmor-geoclue Priority: optional Section: utils Installed-Size: 99 Maintainer: apertis-tests maintainers Architecture: amd64 Source: apertis-tests Version: 2:0.2023.9bv2024.0db1 Depends: libglib2.0-0 (>= 2.12.0), apertis-tests, apertis-tests-apparmor-report, apparmor (>= 2.8.0-0ubuntu5co4), apparmor-profiles, chaiwala-apparmor-profiles, chaiwala-tests, geoclue-2.0, geoclue-2-demo, python3 Filename: pool/development/a/apertis-tests/apertis-tests-apparmor-geoclue_0.2023.9bv2024.0db1_amd64.deb Size: 23448 MD5sum: 7d9d99d4a83a811fcf11a7edeee919f6 SHA1: 27daae8dcc579e074c7992f4bf62aeec4b48fb26 SHA256: 9ce704e26079960f0078a1ff91c3dd6183aad43182eebd54ef907218af0f939c SHA512: 3848097ba2e9e5acee89fd1e832303bfbebe0617e0819be4b00e8c27a13fc98a9d2d6c50a9158175bbadd7f5befdcf346c7b63be4b1e59d13b3a2f71603abd35 Description: Functional tests for GeoCule AppArmor profiles/abstractions This package tests Apertis AppArmor profiles for GeoClue. Package: apertis-tests-apparmor-goals Priority: optional Section: utils Installed-Size: 134 Maintainer: apertis-tests maintainers Architecture: amd64 Source: apertis-tests Version: 2:0.2023.9bv2024.0db1 Depends: apparmor (>= 2.8.0-0ubuntu5co4), apparmor-profiles, chaiwala-apparmor-profiles, iputils-ping, libc6 (>= 2.34), perl:any Filename: pool/development/a/apertis-tests/apertis-tests-apparmor-goals_0.2023.9bv2024.0db1_amd64.deb Size: 30944 MD5sum: 2de6d7126dcd70268a1d3e6cc5783d20 SHA1: ec9e8e9f865e14323131e7e5bd77c661fffb6a95 SHA256: 20847d94afdd015ec671e23677c2cd37b416032bea152ba8565deb6f1d5a9776 SHA512: d4289732c2cd8e6d8f1ee84af07176cb57892b321c49a4eca7ad31439a484371b5a9536b809d51d287c2c0fdb502b307f54929179f09019dd293191ec2f611d7 Description: Functional tests for Chaiwala specific features This package tests Chaiwala specific features and requirement which are not necessarely the same of AppArmor upstream tests (although some tests might be enforced here as well). Package: apertis-tests-apparmor-goals-dbgsym Priority: optional Section: debug Installed-Size: 31 Maintainer: apertis-tests maintainers Architecture: amd64 Source: apertis-tests Version: 2:0.2023.9bv2024.0db1 Depends: apertis-tests-apparmor-goals (= 2:0.2023.9bv2024.0db1) Filename: pool/development/a/apertis-tests/apertis-tests-apparmor-goals-dbgsym_0.2023.9bv2024.0db1_amd64.deb Size: 7216 MD5sum: d50c2292379e5b78c0e8a3ee8c90b3f1 SHA1: d604e6cb222ac6cf065c1f31dcb109c2e574bb15 SHA256: 29ef049a9e656e0556d494b6123d397a85c6d532778e02e63d0330da235a09cb SHA512: 694db40709d70f251c8e5eb247d03031662bca95f78e677d70bfc5c3b8a4e5f292fa49e3f0e47b2c2c2e30fc29f9727be4755843931ca53599247216d0eea7e2 Description: debug symbols for apertis-tests-apparmor-goals Auto-Built-Package: debug-symbols Build-Ids: 49e2b20b1fe2dcdca185fbabed31381e073f9b68 b7fedc624551bef8ad1a181d8b8fdc360b7e33ca Package: apertis-tests-apparmor-ofono Priority: optional Section: utils Installed-Size: 99 Maintainer: apertis-tests maintainers Architecture: amd64 Source: apertis-tests Version: 2:0.2023.9bv2024.0db1 Depends: libglib2.0-0 (>= 2.12.0), apertis-tests, apparmor (>= 2.8.0-0ubuntu5co4), apparmor-profiles, chaiwala-apparmor-profiles, apertis-tests-apparmor-report, chaiwala-tests (>= 20130211.0), ofono, python3 Filename: pool/development/a/apertis-tests/apertis-tests-apparmor-ofono_0.2023.9bv2024.0db1_amd64.deb Size: 23568 MD5sum: 82af1bdaed1cd8dbcafef1f5b7cb4569 SHA1: 941df6896e9acaacdd6b651c54d3bfcbaa7e76eb SHA256: 4c67957398783d2a653b163c4532d68df179e185a0a844ada77d4b35505a574b SHA512: 0b3c9818d78431346e7d34a338b0302e7b8cb15ff1007b313fb4ff28bdc71759f305d7502b0023516c2f1fa1b20d82ff676b9f01dc4d3973f44e5386b8fd3f03 Description: Functional tests for Ofono AppArmor abstraction Simple tests to ensure the Ofono profile are providing the required functionality and protection. Package: apertis-tests-apparmor-report Priority: optional Section: utils Installed-Size: 81 Maintainer: apertis-tests maintainers Architecture: all Source: apertis-tests Version: 2:0.2023.9bv2024.0db1 Replaces: chaiwala-apparmor-report (<< 2:0.2023.9bv2024.0db1) Provides: chaiwala-apparmor-report Depends: apparmor, apparmor-utils Breaks: chaiwala-apparmor-report (<< 2:0.2023.9bv2024.0db1) Filename: pool/development/a/apertis-tests/apertis-tests-apparmor-report_0.2023.9bv2024.0db1_all.deb Size: 21800 MD5sum: a1c3c8279027d422274c52ced171f307 SHA1: 4da10a17a99e2533b81cacb2e5c00df7e05d6014 SHA256: b48b21dcc226c8fd42dbe13818d48452a26fab74cec1d2f2ec118c302c9a9b45 SHA512: 292fbc134fbefc7d5389ae4b3037d332c38046dea343e79ad11c83734e5c95913021e44ec12af73399b3d0eb933bde95bdcb1c3516d5434ac5386819581b3e43 Description: apparmor complaint report generator This package contains the apparmor complaint report generator. Package: apertis-tests-apparmor-tracker Priority: optional Section: utils Installed-Size: 102 Maintainer: apertis-tests maintainers Architecture: amd64 Source: apertis-tests Version: 2:0.2023.9bv2024.0db1 Depends: libglib2.0-0 (>= 2.12.0), apertis-tests, apertis-tests-apparmor-report, apparmor (>= 2.8.0-0ubuntu5co4), apparmor-profiles, chaiwala-apparmor-profiles, gir1.2-grilo-0.3, gir1.2-tracker-2.0, python3, python3-gi, tracker (>= 0.14.1) Filename: pool/development/a/apertis-tests/apertis-tests-apparmor-tracker_0.2023.9bv2024.0db1_amd64.deb Size: 24260 MD5sum: 9ef085eb940f8eba37add129d607093f SHA1: e2fe7f1eab2943339febba423af0ee0c75cf5c2c SHA256: 5ac8d821595889d9bb31e07138833550b0ff8a0609550dc37f1d5bc24ece3c25 SHA512: d66d57a0fbc59794aa2189e8c14bb048cef183075621629f17a2988e754605c0b08483f24230690e6454d8c4361a7482ae7d872db4a42853987ee0de92f7b183 Description: Functional tests for Tracker AppArmor profiles/abstractions This package tests Apertis AppArmor profiles for Tracker. Package: apertis-tests-bin Priority: optional Section: utils Installed-Size: 94 Maintainer: apertis-tests maintainers Architecture: amd64 Source: apertis-tests Version: 2:0.2023.9bv2024.0db1 Depends: libc6 (>= 2.34), libglib2.0-0 (>= 2.14.0), libsoup2.4-1 (>= 2.33.92) Filename: pool/development/a/apertis-tests/apertis-tests-bin_0.2023.9bv2024.0db1_amd64.deb Size: 24924 MD5sum: eb731761fd66934d5e422669523e88fe SHA1: 6bea2fc9afec674b60242cd001415d359224916e SHA256: 8d4c0dc5441b0e20bdc674e4006be69217ca61ec1f4590696e5c012cdbe6c844 SHA512: f0bdd8962da660134f0efea3894ff156c9a76de19cd60c688304c7959faaadea7c344fbd548c4ad3fa320dd697b898a2c0c2c0d766815dfa0fd47feac4ea5fa3 Description: automated and manual test executables This package installs compiled executables that have no shared library dependencies that would not be expected in a minimal image. Package: apertis-tests-bin-dbgsym Priority: optional Section: debug Installed-Size: 28 Maintainer: apertis-tests maintainers Architecture: amd64 Source: apertis-tests Version: 2:0.2023.9bv2024.0db1 Depends: apertis-tests-bin (= 2:0.2023.9bv2024.0db1) Filename: pool/development/a/apertis-tests/apertis-tests-bin-dbgsym_0.2023.9bv2024.0db1_amd64.deb Size: 12520 MD5sum: afa0a30e693b2faabd1be6325cf56d4a SHA1: 00e56ab04058afac0e92500634b876d42029003c SHA256: 504742eb43c94d0c0199f1f59dad2ef098f9299618fca4177d865183d92846da SHA512: c2cdb792de23083e4a33a4fcb68c0e13a245ec942209f376b8e8811215eb035d64f50cdcc809dbaf6e6f645f697be05a1ad489a41b2f71102b67741d0424189f Description: debug symbols for apertis-tests-bin Auto-Built-Package: debug-symbols Build-Ids: 8808bb98d6b694fe325bed902cf192b6b06a9bf5 Package: api-sanity-checker Priority: optional Section: devel Installed-Size: 660 Maintainer: Mathieu Malaterre Architecture: all Version: 1.98.7-2.1+apertis0bv2024dev2b1 Depends: abi-compliance-checker (>= 1.99), perl:any Suggests: doc-base Filename: pool/development/a/api-sanity-checker/api-sanity-checker_1.98.7-2.1+apertis0bv2024dev2b1_all.deb Size: 106808 MD5sum: 5223fc543c39db1fd41111a5006e3426 SHA1: cc885af77e0608e64278815e435ab35de2e57a4e SHA256: fdd54bf8414475cdfdedcb12cea62f78f146a3311e620ad48025d5f9f269d367 SHA512: 995777978a9f880dacbdc6841be4f7fb6a4b9fec77eda3b884974694aa29f247a3ab974e60e6eed754a43a8b86598aa72c038bb5d3dfcc36e0cb276c30f11a3d Description: automatic generator of basic unit tests for a C/C++ library API API Sanity Checker is an automatic generator of basic unit tests for a C/C++ library. It helps to quickly generate simple ("sanity" or "shallow" quality) tests for every function in an API using their signatures, data type definitions and relationships between functions straight from the library header files ("Header-Driven Generation"). Each test case contains a function call with reasonable (in most, but unfortunately not all, cases) input parameters. The quality of generated tests allows one to check absence of critical errors in simple use cases and can be greatly improved by involving of highly reusable specialized types for the library. . The tool can execute generated tests and detect crashes, aborts, all kinds of emitted signals, non-zero program return code, program hang‐ ing and requirement failures (if specified). The tool can be considered as a tool for out-of-box low-cost sanity checking of library API or as a test development framework for initial generation of templates for advanced tests. Also it supports universal Template2Code format of tests, splint specifications, random test generation mode and other useful features. Homepage: https://github.com/lvc/api-sanity-checker Package: apparmor-bluez-tester Priority: optional Section: misc Installed-Size: 41 Maintainer: Frédéric Dalleau Architecture: amd64 Version: 0.2023.0bv2024dev2b1 Depends: libc6 (>= 2.34), libsystemd0 (>= 243) Filename: pool/development/a/apparmor-bluez-tester/apparmor-bluez-tester_0.2023.0bv2024dev2b1_amd64.deb Size: 9732 MD5sum: 4559f8dc44ddbc1fcf759814d9096da0 SHA1: 48bfd6bf97ddad2e79377e9a045bb2184e21a0f4 SHA256: 4d719f221a754bfc34ba16285ba96dba8697b747b9b1bd8328a815580cf55d27 SHA512: 9d7fbe9b98d8a79f904b97690925fcbb1c64ae74cafa84de5b1f07b22fca319b22dc4f19a3af63966ec4c3679e31edcd56823f17dbe66dd580ffab9a8872d83f Description: Tools used by apparmor-bluez test Pair two is used by apparmor-bluez test to perform bluetooth testing. Package: apparmor-bluez-tester-dbgsym Priority: optional Section: debug Installed-Size: 34 Maintainer: Frédéric Dalleau Architecture: amd64 Source: apparmor-bluez-tester Version: 0.2023.0bv2024dev2b1 Depends: apparmor-bluez-tester (= 0.2023.0bv2024dev2b1) Filename: pool/development/a/apparmor-bluez-tester/apparmor-bluez-tester-dbgsym_0.2023.0bv2024dev2b1_amd64.deb Size: 18492 MD5sum: eb760f3824c3a1015705a928553865ee SHA1: 3dc57fcda7f174b3a64520e88d0a940ab1741b37 SHA256: 40b32ea514ac04f834eb96380e68be6e279fd64c103881b2a0b77f8ac95e454d SHA512: 546aff0d4bff0ed36841374242ef309a5d2e25c6404a3a50faab7af658c81d9780f7e0086ea5156b9763d2cf11d55ede96f4b2fb255aae3eb1c3ba2c5ccf1761 Description: debug symbols for apparmor-bluez-tester Auto-Built-Package: debug-symbols Build-Ids: 0218338b38b6f8c8bcfbfbca9c029353399f30c2 Package: apparmor-chaiwala-system-tester Priority: optional Section: misc Installed-Size: 43 Maintainer: Andre Moreira Magalhaes Architecture: amd64 Version: 0.2023.1bv2024dev3b1 Depends: libc6 (>= 2.34) Filename: pool/development/a/apparmor-chaiwala-system-tester/apparmor-chaiwala-system-tester_0.2023.1bv2024dev3b1_amd64.deb Size: 5328 MD5sum: 7c7270b02191836a9f969df7a335133c SHA1: 402035869cab5d1c9d3f638920421bb4c8e1b7fc SHA256: 17e983e43bf8f7fc71b27505083e816a5b603df17d52b08631308271adc632e0 SHA512: fcf329c510debebf2c2cd676eadc6f5c2fffa998ee2ccf7aa2754d23f911d77435e4222ff196bc3d02519023fbbdc72108c4ccb72e1e85267e3a776bf58bcb8b Description: Test utilities for apparmor-chaiwala-system tests This package provides test utilities for apparmor-chaiwala-system tests. Package: apparmor-chaiwala-system-tester-dbgsym Priority: optional Section: debug Installed-Size: 31 Maintainer: Andre Moreira Magalhaes Architecture: amd64 Source: apparmor-chaiwala-system-tester Version: 0.2023.1bv2024dev3b1 Depends: apparmor-chaiwala-system-tester (= 0.2023.1bv2024dev3b1) Filename: pool/development/a/apparmor-chaiwala-system-tester/apparmor-chaiwala-system-tester-dbgsym_0.2023.1bv2024dev3b1_amd64.deb Size: 7236 MD5sum: 8040c4f257455a1820cf07b55211bd95 SHA1: dbbb0ae96d0c21751eb784e7cc1211a606f7e113 SHA256: 9de996e5fa8f7137dfe95a99e92319cdb8ba8562cbd54dee7ad005a0d8697aa8 SHA512: 20d79cf466ae4042114e00ed6a407ea26376157e956bc50940baf24de0a4fdb68259d56cd7d33e8550ca046e37b7ceaa7181ef5bebf600afbb7f825b4d0c3ad0 Description: debug symbols for apparmor-chaiwala-system-tester Auto-Built-Package: debug-symbols Build-Ids: 47553c62e4ac5e7de2cd889bd3392665ba6be421 c23d776e54b4f9961d3f43fcd0873a68e61ba3e1 Package: apparmor-dbus-tester Priority: optional Section: misc Installed-Size: 29 Maintainer: Martyn Welch Architecture: amd64 Version: 0.2023.0bv2024dev2b1 Depends: libc6 (>= 2.34), libsystemd0 (>= 243) Filename: pool/development/a/apparmor-dbus-tester/apparmor-dbus-tester_0.2023.0bv2024dev2b1_amd64.deb Size: 5488 MD5sum: 4da5f827df01dd21b072a64f62fb3223 SHA1: 01c0a124eaa31838d6b8f1c5b760427662d86299 SHA256: 4a4a83a25ec87c4949c7837a56d0ceb95d117a0bd866bb408a7133cae79abba1 SHA512: 6eb49d07360392968b8ac6e7cc9477f1852327b4558ce87007db069f1b19c2d14382d2bd1d5e706a7fe0b9c4bf0df769f8b83a2e7f615f6f50dbe52b77ae11b8 Description: D-Bus test server for apparmor testing A small server, used to provide functions that are utilised to test the ability to limit D-Bus accessibility with Apparmor. Package: apparmor-dbus-tester-dbgsym Priority: optional Section: debug Installed-Size: 23 Maintainer: Martyn Welch Architecture: amd64 Source: apparmor-dbus-tester Version: 0.2023.0bv2024dev2b1 Depends: apparmor-dbus-tester (= 0.2023.0bv2024dev2b1) Filename: pool/development/a/apparmor-dbus-tester/apparmor-dbus-tester-dbgsym_0.2023.0bv2024dev2b1_amd64.deb Size: 8868 MD5sum: dfa939ddf45fe7d5d0f8d2a6fbe98ee3 SHA1: d20658cb7bc8205a9bdb7d837aebfd0b516dbb52 SHA256: e1684f8950a7299b52d94cf583392b342fe83d9a5b28a94bd4643e29c576d889 SHA512: 42f53e1222753be891ea74e3780637d14c3957ea02f32023318b661d6cbcaf4b3d77d5900faebd283002dc3113ddfcc35f421a4bf39c0b8bf9b7ecf235de1598 Description: debug symbols for apparmor-dbus-tester Auto-Built-Package: debug-symbols Build-Ids: 2089ef53feaff79a57d3c5575cf23dd557416c13 Package: apparmor-demo Priority: optional Section: misc Installed-Size: 106 Maintainer: Cosimo Alfarano Architecture: amd64 Version: 1.2021.4bv2024dev2b2 Depends: libc6 (>= 2.34), apparmor, iputils-ping Filename: pool/development/a/apparmor-demo/apparmor-demo_1.2021.4bv2024dev2b2_amd64.deb Size: 15544 MD5sum: e86a980056874af3020a7f3ece744c2e SHA1: 73cc6a2f14db535ee6ceaa2886cefd25ad64410b SHA256: cc74a0a03fe0dc97024cb4eae8fb9af850d73b3eee5b2784ef15a762b9cd2789 SHA512: b241342bbc0272d6a4c32e7de3d86e87f5875eeae17d5b0add8f856f9eb36535763131582c81b13985ca046a58ce0cf5f100dbcae19031bb85d8ed33479f57fe Description: AppArmor demonstration Demonstrates some AppArmor functionalities using a test-like approach Package: apparmor-demo-dbgsym Priority: optional Section: debug Installed-Size: 48 Maintainer: Cosimo Alfarano Architecture: amd64 Source: apparmor-demo Version: 1.2021.4bv2024dev2b2 Depends: apparmor-demo (= 1.2021.4bv2024dev2b2) Filename: pool/development/a/apparmor-demo/apparmor-demo-dbgsym_1.2021.4bv2024dev2b2_amd64.deb Size: 13924 MD5sum: be7388e7c4b48cdf4a48e244f91437be SHA1: 40344b27d3f6d14e19d0e08db0f7ce28b299eda0 SHA256: 9444c77e819347ead259b571c1dc6a0227b533440eeeda2c94cfc5563888938d SHA512: 96150fe64ef13d959b9fba625a3dab62cec75a9294b8ee8c14aa80da48f5078e0213016de964218d64311c6922144abed4122694921f19bd7c287064cddbf49c Description: debug symbols for apparmor-demo Auto-Built-Package: debug-symbols Build-Ids: 56b9e970f903a803cbf55bd442eae446ad5d5e13 92875574c88a5dad68352dc826be5f18e29c02dc b9679d69d4d7e1040e7fcb3ede05a265f0122717 e5d4c66bf55b60b13c1e779ac23ed98c8c10c788 Package: apparmor-pulseaudio-tester Priority: optional Section: misc Installed-Size: 26 Maintainer: Andre Moreira Magalhaes Architecture: amd64 Version: 0.2023.0bv2024dev2b1 Depends: libc6 (>= 2.34), libglib2.0-0 (>= 2.12.0) Filename: pool/development/a/apparmor-pulseaudio-tester/apparmor-pulseaudio-tester_0.2023.0bv2024dev2b1_amd64.deb Size: 4216 MD5sum: 674734b3f3670cbc68d6762de1780b5d SHA1: 2837461c0446e12a3dd55e2d618af4abdd9ee717 SHA256: cfac39e4b79d338c4f9a1b2350f8d80f2b7d20da746584e90d1b6e9d1fd36364 SHA512: 0c99d49a7d31679ed18cdd1348ebc5aa7cab83a2664b601ae70b717b69e6b67cbf27508947c9ec25e81acccb3a768482b89f650e330de024ba1e3628c1fd5daf Description: Test utilities for apparmor-pulseaudio tests This package provides test utilities for apparmor-pulseaudio tests. Package: apparmor-pulseaudio-tester-dbgsym Priority: optional Section: debug Installed-Size: 18 Maintainer: Andre Moreira Magalhaes Architecture: amd64 Source: apparmor-pulseaudio-tester Version: 0.2023.0bv2024dev2b1 Depends: apparmor-pulseaudio-tester (= 0.2023.0bv2024dev2b1) Filename: pool/development/a/apparmor-pulseaudio-tester/apparmor-pulseaudio-tester-dbgsym_0.2023.0bv2024dev2b1_amd64.deb Size: 5140 MD5sum: 27b81423b541f18ec81bdb1069bf16a7 SHA1: 56155a1c42fca93cfb271b5c175c713b1995f84a SHA256: d9a1d2363bf89efa76fc743d1f7ef4fecc225b4a9c76a9ac80c92907a81fb503 SHA512: 06a5a90c45c9bb7b4cefa59d64577041ffdec31cd56300ea0600244574a6cf4d7c0e8300e3fa4f6b06a64ce2657aab0282852e8424f41211a8185e7013d313a8 Description: debug symbols for apparmor-pulseaudio-tester Auto-Built-Package: debug-symbols Build-Ids: 81b539869d8f176750a428abac7453aa8126906c Package: apparmor-tumbler-tester Priority: optional Section: misc Installed-Size: 25 Maintainer: Andre Moreira Magalhaes Architecture: amd64 Version: 0.2023.0bv2024dev2b1 Depends: libc6 (>= 2.34), libglib2.0-0 (>= 2.12.0) Filename: pool/development/a/apparmor-tumbler-tester/apparmor-tumbler-tester_0.2023.0bv2024dev2b1_amd64.deb Size: 4116 MD5sum: 02a03cac6501ec8aab7d480d604ebe1a SHA1: eaf781c037b09c639d4fb10b59ce714a8480131a SHA256: f74a27621d302bd7d585864a87ffcdb9d1a83007f550c1a0fc9f59052bef5392 SHA512: 6fa9731fc3480be5929e4fe56bb21f684fb9de1eb1850c0cacbf2d46fc040e02a4ee4ce277443be4a6f8077d8ce8e0a92de8f1d7c7c2a50f6d30b8268629fc16 Description: Test utilities for apparmor-tumbler tests This package provides test utilities for apparmor-tumbler tests. Package: apparmor-tumbler-tester-dbgsym Priority: optional Section: debug Installed-Size: 18 Maintainer: Andre Moreira Magalhaes Architecture: amd64 Source: apparmor-tumbler-tester Version: 0.2023.0bv2024dev2b1 Depends: apparmor-tumbler-tester (= 0.2023.0bv2024dev2b1) Filename: pool/development/a/apparmor-tumbler-tester/apparmor-tumbler-tester-dbgsym_0.2023.0bv2024dev2b1_amd64.deb Size: 4980 MD5sum: a231cb252767a7dbda62bbd5d1a5ba94 SHA1: 0e486d2c6f74453eeb3a09be48457c03aae5bd13 SHA256: 1bb05282aed7bf620ed7c27dc78d7aba202c5726336714f743f2320c732c3cff SHA512: 5f274fb00f4ec9a6e44225371f34f3afafcf6b0c9b791c174ee75c8b6b3328c02516765dd9b5183c96a27c8c692db2f24c50dd937af11f595d1c48ee251c9519 Description: debug symbols for apparmor-tumbler-tester Auto-Built-Package: debug-symbols Build-Ids: 2fadcd93af52fa64afe14371c0aed899b1a99b4e Package: apt-cudf Priority: optional Section: admin Installed-Size: 4098 Maintainer: Debian OCaml Maintainers Architecture: amd64 Source: dose3 Version: 7.0.0-1+apertis1bv2024dev2b1 Depends: aspcud | cudf-solver, perl:any, libbz2-1.0, libc6 (>= 2.35), zlib1g (>= 1:1.1.4) Filename: pool/development/d/dose3/apt-cudf_7.0.0-1+apertis1bv2024dev2b1_amd64.deb Size: 1018692 MD5sum: 53b3857756045be106ca3015422b53c9 SHA1: e48f177334183fd8b9dcf468a9d5c925f94044e9 SHA256: 778b42129ccebf3054f154666a80efb8e084e8354ad95ddac25bbbd4b81c6cdd SHA512: 59e09eca42bbe11a9f705bbfd5a9017afd081d1aed36d612cbb9f69f1737f1833877643d86291b1d53018d72f5050d4abba8bae628215d3f9395f0806a1dca1b Description: CUDF solver integration for APT apt-cudf provides integration among the APT package manager and CUDF solvers, allowing APT to rely on external (CUDF-based) dependency solvers to plan package installation, upgrade, and removal. . CUDF is a distribution-independent, standard format to describe dependency solving scenarios, as faced by package managers in popular package-based GNU/Linux distributions. APT is a well-known package manager for Debian-based distributions, which is able to delegate dependency solving to external solvers, by the means of the External Dependency Solving Protocol (EDSP). . apt-cudf provides the glue between the EDSP protocol and CUDF solvers, enabling any installed CUDF solver to be used as an external solver for APT. . Several CUDF solvers are available in Debian. They all provide the cudf-solver virtual package. Homepage: http://www.mancoosi.org/software/ Package: apt-cudf-dbgsym Priority: optional Section: debug Installed-Size: 1192 Maintainer: Debian OCaml Maintainers Architecture: amd64 Source: dose3 Version: 7.0.0-1+apertis1bv2024dev2b1 Depends: apt-cudf (= 7.0.0-1+apertis1bv2024dev2b1) Filename: pool/development/d/dose3/apt-cudf-dbgsym_7.0.0-1+apertis1bv2024dev2b1_amd64.deb Size: 364528 MD5sum: 5156521c170632b61f6d2c76a07a9988 SHA1: 3917327d8a447f2521570cd5b0e990eaac5f8e1e SHA256: e9ed3cd31a69bc9842572c678962ddb1ccc3e9dce091911b8a97c54218589d9b SHA512: 02ebf08b8442e3fc2d20b60fe67bdf21535405b6f17156033ec19562fc999abb8ac4bd6b3bac27ee0cd258b451fe441d8af5a8e9cb7555738a1badc275aaf80e Description: debug symbols for apt-cudf Auto-Built-Package: debug-symbols Build-Ids: 84916292444249e403a4750887e0cd84775c5396 Package: apt-file Priority: optional Section: admin Installed-Size: 76 Maintainer: APT Development Team Architecture: all Version: 3.3+apertis0bv2024dev2b1 Depends: perl:any, apt, libapt-pkg-perl, libregexp-assemble-perl Filename: pool/development/a/apt-file/apt-file_3.3+apertis0bv2024dev2b1_all.deb Size: 26136 MD5sum: 1c55f72909cc59cf1e2adfa8395eea01 SHA1: 3fabe05c1d5e5777a2b4364140ac64fd83ada180 SHA256: 85e58fe83ace73a4c3b63cc1c071fda8082a6dcc1e979530e523324a44834afa SHA512: fc7bf80cad97f0b9d572d587e2fc969cec8282a59fcb135c56a988179022d5bec82ce3033e73ff1417baf8dded7bbd8ff8d706a7733359eb71e0f659bc2f0287 Description: search for files within Debian packages (command-line interface) apt-file is a command line tool for searching files contained in packages for the APT packaging system. You can search in which package a file is included or list the contents of a package without installing or fetching it. Package: argyll Priority: optional Section: graphics Installed-Size: 108562 Maintainer: Dmitry Smirnov Architecture: amd64 Version: 2.3.1+repack-1.1+apertis0bv2024dev2b1 Depends: libc6 (>= 2.34), libjpeg62-turbo (>= 1.3.1), libpng16-16 (>= 1.6.2-1), libssl3 (>= 3.0.0), libtiff6 (>= 4.0.3), libx11-6, libxext6, libxinerama1 (>= 2:1.1.4), libxrandr2 (>= 2:1.2.0), libxss1, libxxf86vm1, argyll-ref Recommends: libpam-systemd, udev Suggests: argyll-doc, colord, gir1.2-colordgtk-1.0 Filename: pool/development/a/argyll/argyll_2.3.1+repack-1.1+apertis0bv2024dev2b1_amd64.deb Size: 7909052 MD5sum: 1cbb5c76c3cda21cdbd39628a561c51c SHA1: 8defd979f1e3af5d66d54d5728ce29578782b517 SHA256: 897a6d251c24393044017c5764f423d083e464e555b4a078cc742de5cb62565d SHA512: 610c55502f2d3aeb648798dc90ee28a6dda6d1d74cba3dec9959d4b9f4e070e1763eb97e4416ae3091bacd556514ecd894509ac9d6a8b2d36f2054864de897a0 Description: Color Management System, calibrator and profiler Argyll is an experimental, open source, ICC compatible color management system. It supports accurate ICC profile creation for scanners, CMYK printers, film recorders and calibration and profiling of displays. Spectral sample data is supported, allowing a selection of illuminants observer types, and paper fluorescent whitener additive compensation. Profiles can also incorporate source specific gamut mappings for perceptual and saturation intents. Gamut mapping and profile linking uses the CIECAM02 appearance model, a unique gamut mapping algorithm, and a wide selection of rendering intents. It also includes code for the fastest portable 8 bit raster color conversion engine available anywhere, as well as support for fast, fully accurate 16 bit conversion. Device color gamuts can also be viewed and compared using a VRML viewer. Homepage: https://www.argyllcms.com/ Package: argyll-dbgsym Priority: optional Section: debug Installed-Size: 44524 Maintainer: Dmitry Smirnov Architecture: amd64 Source: argyll Version: 2.3.1+repack-1.1+apertis0bv2024dev2b1 Depends: argyll (= 2.3.1+repack-1.1+apertis0bv2024dev2b1) Filename: pool/development/a/argyll/argyll-dbgsym_2.3.1+repack-1.1+apertis0bv2024dev2b1_amd64.deb Size: 42129096 MD5sum: 5442cec25ecb3501d1b7562584db7d10 SHA1: 6309d170c52c9ee3b85e7897cf1de65e650c166d SHA256: 4520b0cbe9d3c00bdc7e901b7f1723dbdf5b8a5af8a0f037c7b5867f56aeb990 SHA512: a17dad9df0103c277394ef784ec97f64aaa4531c94ff7efa73613c0b61a7c37cce67b1eec585d63b6082873364dce3a27a826520f912552b37f9496de0b8d24c Description: debug symbols for argyll Auto-Built-Package: debug-symbols Build-Ids: 0559692a1bdd0a51a26d5831cf05dad006752008 05706efc406d5e5b3d2974f83a54f9c8c41191de 1e72f93df2f9dfa2e213e4e369bf214611ede967 1f6dd5ceb853c2def266cf0d81bf5a8571c51acf 24b33501d8ff43b715a17650e35c2cd8a0020488 253a90b5909a6d68ed725a2fe5b6a3c7380d9b63 2bd7ee88733ae6a1a0194f8956c754af4c145fd1 2e4f9bb854bcc407ccb2660ca6f92d61aad3169d 331b65b754d9d6b801cd8c7a1964aed9c3bafa72 39854e82a7532d1ab5dacea5800cedf6c01c2c7e 3b7641f07237b3a00d407e64afbe442063ae0d5b 44942c93752fb8d2d046ac3e34752cf8b37199ff 4b2d7bf10f18d61bc6bfcbf21441a7ab699f4d71 4cd3e8979cc41360f96005447101a2091c1f0268 537865a464c702e97676a791baa5fe7a72cd6b44 5d5e383346d6796865124ac306335f2df566678f 62b5d9d1b80c7a374c62f8f89921138517433dce 647be85c8c682eda35da9de206cb59bf418d8d79 6ab1346aac374bf6ac4e8a966a261c24ccfe1b7c 6f3c6e839816bbd0c4e2cdd6985b20e62848046f 73e6bf34522d7ac7cc8235b3297151160d77ae49 8193e17961b232fe0c52ca21b4b1a1adcef0eec5 841cdfcadd01801c36e639c4c458c21c446136b0 87a85a1c04a6b33d4807af480053185b08969749 885b1f312b74d4e6e8f8212ad7850ef8ca6103d5 8985ae2130f2b48bca411824c0fcc64ef4ad3f23 93f0316d361179a37bf4f67e70d9a6ebed60ed5d 9caa4c479280db30ffdb7f4f76dfc5c370ac08dc a466428b0a72d03815289cc5bd46dbe03004e3f3 a752ee10c649fc4a3b1095bb4f0e69464e7f5a35 ac4df5fa8b7071a3277758198b75bd595a56525e aed100ae2a80edbdca78569aebeb7d564f16997e b2ae2f0e82c0d31e832b2fb987868566b12de973 b4299d1b6e64a9ca94fa1878975ccd3be51da0e5 b498ca7bc12490b59d7bca5d64ef29a13600c944 b7510892a78ec1c58cce3b339b2b7cb3bdde8081 b895b00f080cf0af1766557ee0e818b7149c1d3a c0f6e58dff886f6bd10fc5aa3cf3ce33e9cac26c c21571b3ef3ddfadb0edf7e31ffc43db6cbc4dfc c6bfd27b7b8517196467cac952d0a0f1b860dcd1 cb80c602abb3c4c52379d72c1bfeb66401142712 cea8729fb9887a3500313dad09f1eba3add426ee d19ffdf2e32fa42430a221e11a055430942e08b2 d54e957c8306ba4fdd3b206d37a9a1234279d1ba df95dbf7ec7009c5397defafd5f0ed11b0e13ae2 e5dd979bd550f48df555772c452de9e387ac1a82 e5fdffd488c5ba86511fcc72ba9574eca69791e6 ec3aa0780d4db278b065e7c4d34bd929a476add1 Package: argyll-doc Priority: optional Section: doc Installed-Size: 4496 Maintainer: Dmitry Smirnov Architecture: all Source: argyll Version: 2.3.1+repack-1.1+apertis0bv2024dev2b1 Filename: pool/development/a/argyll/argyll-doc_2.3.1+repack-1.1+apertis0bv2024dev2b1_all.deb Size: 2709188 MD5sum: 5db7105fb2e2d14d937073982a845c0d SHA1: 5de82f2ed2aa0cb7f04a6ce23c322f12282cada9 SHA256: 11669c0a1947d078949a39f3c504c3af9df32265163eb3bab3c199424d9d9ab2 SHA512: d94c3810ff948ef1005619feaab6d6c84d214a553baea1a4e813b258ade525f3d002f9440ee3341131d2e4847eadab29f2f88d505365a32a8031f22e494821d8 Description: Color Management System, calibrator and profiler (documentation) Argyll is an experimental, open source, ICC compatible color management system. It supports accurate ICC profile creation for scanners, CMYK printers, film recorders and calibration and profiling of displays. . This package contains the documentation for argyll. Homepage: https://www.argyllcms.com/ Package: argyll-ref Priority: optional Section: graphics Installed-Size: 791 Maintainer: Dmitry Smirnov Architecture: all Source: argyll Version: 2.3.1+repack-1.1+apertis0bv2024dev2b1 Filename: pool/development/a/argyll/argyll-ref_2.3.1+repack-1.1+apertis0bv2024dev2b1_all.deb Size: 244908 MD5sum: 434cb1ce346c35291222a8978b44aaf6 SHA1: 9e897e768cd3166d1f1cae0d89622958374be6f8 SHA256: 5360fec505cac41225c6bf9759e4b2ad2179ca44c548d64db9e4331b9c859e03 SHA512: 3d724d7bafc3e829d5e04cae3bf1a670df2f55086598f6ad76f3c54125e961c7d841dc6c84843e767b55920a6dff6d6ff043f90787e17eb2af547c00673b6c8e Description: Color Management System, calibrator and profiler (data files) Argyll is an experimental, open source, ICC compatible color management system. It supports accurate ICC profile creation for scanners, CMYK printers, film recorders and calibration and profiling of displays. . This package contains the data files for argyll. Homepage: https://www.argyllcms.com/ Package: asciidoc Priority: optional Section: text Installed-Size: 34 Maintainer: Leon Marz Architecture: all Version: 10.2.0-1+apertis0bv2024dev2b1 Depends: asciidoc-base Recommends: asciidoc-dblatex Filename: pool/development/a/asciidoc/asciidoc_10.2.0-1+apertis0bv2024dev2b1_all.deb Size: 7240 MD5sum: 650bb8ba25d11882cdf8cfd8c92eef60 SHA1: 933a16d54b3ef237650dcdd4aee83fc6770e8c08 SHA256: 7a7ed10fd0b8b7988bce9f9cba5083fa1851a1d923d31fd92714ff43c0651bd9 SHA512: b282d80a32d54847cecf3d717292f296d57dda397322058972748d53940be8922a43ade85cd37096185131aefbc54097732a33513e5c7a708ad7989c29986088 Description: Highly configurable text format for writing documentation AsciiDoc is a text document format for writing articles, books, manuals and UNIX man pages. AsciiDoc files can be translated to HTML (with or without stylesheets), DocBook (articles, books and refentry documents) and LinuxDoc using the asciidoc command. AsciiDoc can also be used to build and maintain websites. . You write an AsciiDoc document the same way you would write a normal text document, there are no markup tags or weird format notations. AsciiDoc files are designed to be viewed, edited and printed directly or translated to other presentation formats . This metapackage provides a fully functional asciidoc environment working with dblatex for historical purposes. Homepage: https://asciidoc.org Multi-Arch: foreign Package: asciidoc-base Priority: optional Section: text Installed-Size: 408 Maintainer: Leon Marz Architecture: all Source: asciidoc Version: 10.2.0-1+apertis0bv2024dev2b1 Replaces: asciidoc (<< 8.6.9-4) Depends: asciidoc-common (= 10.2.0-1+apertis0bv2024dev2b1), docbook-xsl, libxml2-utils, xsltproc, python3:any Recommends: xmlto Suggests: asciidoc-doc, docbook-utils, source-highlight Breaks: asciidoc (<< 8.6.9-4) Filename: pool/development/a/asciidoc/asciidoc-base_10.2.0-1+apertis0bv2024dev2b1_all.deb Size: 86196 MD5sum: 3107b99783e421ba1e36792970a5ef18 SHA1: 9ac84aae7719120a8b6ae7a1a965e2f4b8ec3b47 SHA256: f42dcc226e887fb2515cd3b7f96d2d3912e98dcf0d10bf8531b1e70ee79bf78a SHA512: 7c287c6fb9505db329e368add0cbbf0c1d9f6603c877900aa9540cc42292f7513f65021d8293ba3e911184f3b1e3677ab47ee5588caacbacd748350af726e3f9 Description: Minimal version of asciidoc not suitable for pdf AsciiDoc is a text document format for writing articles, books, manuals and UNIX man pages. AsciiDoc files can be translated to HTML (with or without stylesheets), DocBook (articles, books and refentry documents) and LinuxDoc using the asciidoc command. AsciiDoc can also be used to build and maintain websites. . You write an AsciiDoc document the same way you would write a normal text document, there are no markup tags or weird format notations. AsciiDoc files are designed to be viewed, edited and printed directly or translated to other presentation formats . This package provides binary files for the package. Be careful, you won't be able to build pdf files without the dblatex or fop dependencies. See asciidoc-dblatex or asciidoc-fop metapackages for this. Homepage: https://asciidoc.org Multi-Arch: foreign Package: asciidoc-common Priority: optional Section: text Installed-Size: 549 Maintainer: Leon Marz Architecture: all Source: asciidoc Version: 10.2.0-1+apertis0bv2024dev2b1 Replaces: asciidoc (<< 8.6.9-4) Depends: python3 Breaks: asciidoc (<< 8.6.9-4) Filename: pool/development/a/asciidoc/asciidoc-common_10.2.0-1+apertis0bv2024dev2b1_all.deb Size: 105276 MD5sum: c236319dc8756e0075fb74ade76b479e SHA1: daaa5637778e730ea8893973a428a78cfdcb1b93 SHA256: cb61eee4ce17f0c3a2f397e594d2d764d293166be5e4d5de31a2694b14ba5ca0 SHA512: 347cbae57cd2d42cd72104c67e35debacb95c262b07c3629d0f6976c1565834bb0c11134fa06b885ee29a1589041e52483d423f29233b327cb337fa1537b78fa Description: Basic data and configuration files for asciidoc AsciiDoc is a text document format for writing articles, books, manuals and UNIX man pages. AsciiDoc files can be translated to HTML (with or without stylesheets), DocBook (articles, books and refentry documents) and LinuxDoc using the asciidoc command. AsciiDoc can also be used to build and maintain websites. . You write an AsciiDoc document the same way you would write a normal text document, there are no markup tags or weird format notations. AsciiDoc files are designed to be viewed, edited and printed directly or translated to other presentation formats . This package provides basic data and configuration files for the package. Homepage: https://asciidoc.org Multi-Arch: foreign Package: asciidoc-dblatex Priority: optional Section: text Installed-Size: 27 Maintainer: Leon Marz Architecture: all Source: asciidoc Version: 10.2.0-1+apertis0bv2024dev2b1 Depends: asciidoc-base, dblatex, docbook-utils, python3 Suggests: asciidoc-doc, epubcheck Filename: pool/development/a/asciidoc/asciidoc-dblatex_10.2.0-1+apertis0bv2024dev2b1_all.deb Size: 8368 MD5sum: e546804e5a47bd495e14019167eae13f SHA1: f3c6679110f7b12e21fde27ae25d3c1dec994370 SHA256: ffee1c0e63e84afefec5785db384d075626e7e4855a5ac0c275d0acc333b2f78 SHA512: 4154618ecf571d15d86583669486d13e667bd5c750e85767f2f01bbdb8505fcbab90cf2566e93d87838203a8882de3fd643cf21faeb88d50e5c861b1d7849e51 Description: Asciidoc package including dblatex dependencies AsciiDoc is a text document format for writing articles, books, manuals and UNIX man pages. AsciiDoc files can be translated to HTML (with or without stylesheets), DocBook (articles, books and refentry documents) and LinuxDoc using the asciidoc command. AsciiDoc can also be used to build and maintain websites. . You write an AsciiDoc document the same way you would write a normal text document, there are no markup tags or weird format notations. AsciiDoc files are designed to be viewed, edited and printed directly or translated to other presentation formats . This package helps you to get all the required dependencies and files to build pdf files using dblatex. Homepage: https://asciidoc.org Multi-Arch: foreign Package: asciidoc-fop Priority: optional Section: text Installed-Size: 17 Maintainer: Leon Marz Architecture: all Source: asciidoc Version: 10.2.0-1+apertis0bv2024dev2b1 Depends: asciidoc-base, docbook-utils, fop Suggests: asciidoc-doc, epubcheck Filename: pool/development/a/asciidoc/asciidoc-fop_10.2.0-1+apertis0bv2024dev2b1_all.deb Size: 6516 MD5sum: e67db5ac3748c75a931260c3ba89f475 SHA1: f4a47f2f83a90da69c1362ccee7a250f6d3eefa9 SHA256: a12dfb39bfa7f417be410c48fb11b69a2d19cc4c90039347a39e10462993ed80 SHA512: 21b3d2084a3f2c87852ad19d390a2420bba9f31f6395c4267b6a5bc91af9b63c390ac24942deb1b97301217bee5c8b700640719da9f2ab3832f3d75c54908b9a Description: Asciidoc package including fop dependencies AsciiDoc is a text document format for writing articles, books, manuals and UNIX man pages. AsciiDoc files can be translated to HTML (with or without stylesheets), DocBook (articles, books and refentry documents) and LinuxDoc using the asciidoc command. AsciiDoc can also be used to build and maintain websites. . You write an AsciiDoc document the same way you would write a normal text document, there are no markup tags or weird format notations. AsciiDoc files are designed to be viewed, edited and printed directly or translated to other presentation formats . This metapackage helps you to get all the required dependencies to build pdf files using fop. Homepage: https://asciidoc.org Multi-Arch: foreign Package: asciidoc-tests Priority: optional Section: text Installed-Size: 3693 Maintainer: Leon Marz Architecture: all Source: asciidoc Version: 10.2.0-1+apertis0bv2024dev2b1 Depends: asciidoc-base, python3:any Suggests: asciidoc-doc Filename: pool/development/a/asciidoc/asciidoc-tests_10.2.0-1+apertis0bv2024dev2b1_all.deb Size: 137316 MD5sum: a57eae6f00027d4668b45d2b79d01916 SHA1: e1d92f6db9ba928f89a03a89a97137b76a586d1e SHA256: 48b6da1a7685da9fce6d2b6d492892fc053181a4c25af81886130d91516d0da5 SHA512: 11956c0fb2590b7571788174bf6fa53b1e3565b213b1b58a2d947a52dcf05783a232cb991c38143b0e0728beab6db8bc76070dd93a0b44fe922ce51eacf7f9c1 Description: Test framework for asciidoc AsciiDoc is a text document format for writing articles, books, manuals and UNIX man pages. AsciiDoc files can be translated to HTML (with or without stylesheets), DocBook (articles, books and refentry documents) and LinuxDoc using the asciidoc command. AsciiDoc can also be used to build and maintain websites. . You write an AsciiDoc document the same way you would write a normal text document, there are no markup tags or weird format notations. AsciiDoc files are designed to be viewed, edited and printed directly or translated to other presentation formats . This package provides the testasciidoc binary and the test engine files. Homepage: https://asciidoc.org Multi-Arch: foreign Package: asciidoctor Priority: optional Section: text Installed-Size: 99 Maintainer: Debian Ruby Team Architecture: all Version: 2.0.18-2+apertis0bv2024preb1 Depends: ruby:any, ruby-asciidoctor (>= 2.0.18-2+apertis0bv2024preb1) Filename: pool/development/a/asciidoctor/asciidoctor_2.0.18-2+apertis0bv2024preb1_all.deb Size: 87344 MD5sum: e7827585c88fef3a98eb798cde41d6fd SHA1: d83414d5aafb62f62ba99f502f3d8512a03398d2 SHA256: b67581d3dac91b81763a0582b710bd1495e1aa56729a3b616b0f7445e1fb0d90 SHA512: e304510eba288ca7fc57f19cf3f773203d861ab877bca009157aee03e3a27b92f40a598ca60856294aae793a4b7f11bb35e221d37906a81c48a44b3ee5da94a0 Description: AsciiDoc to HTML rendering for Ruby Asciidoctor is a pure Ruby processor for converting AsciiDoc source files and strings into HTML 5, DocBook 4.5, DocBook 5.0 and other formats. Homepage: https://asciidoctor.org Multi-Arch: foreign Package: asciidoctor-doc Priority: optional Section: doc Installed-Size: 3332 Maintainer: Debian Ruby Team Architecture: all Source: asciidoctor Version: 2.0.18-2+apertis0bv2024preb1 Depends: libjs-jquery Suggests: asciidoctor Filename: pool/development/a/asciidoctor/asciidoctor-doc_2.0.18-2+apertis0bv2024preb1_all.deb Size: 428836 MD5sum: b845eeee0514845f07e035d2939bf62f SHA1: 4a5bbba9de416d544301460b216276b03e35f934 SHA256: 2f9fa1fe2485d3042ea66809e468767e27597fe4dc8ff3b1a85435cc57169fbb SHA512: aaf258fd4f99896456c07fbc9b95ee2bf7dbeb6009095b6918e40725192120c1440ecbc73fe03e94ee14355127163336814a4aea9a5bf0e946d3d0ad91b35e05 Description: AsciiDoc to HTML rendering for Ruby (documentation) Asciidoctor is a pure Ruby processor for converting AsciiDoc source files and strings into HTML 5, DocBook 4.5, DocBook 5.0 and other formats. . This package contains the documentation for asciidoctor. Homepage: https://asciidoctor.org Multi-Arch: foreign Package: aspectj Priority: optional Section: java Installed-Size: 97 Maintainer: Debian Java Maintainers Architecture: all Version: 1.9.5-2+apertis1bv2024preb2 Depends: default-jre-headless | java8-runtime-headless, libaspectj-java (= 1.9.5-2+apertis1bv2024preb2) Filename: pool/development/a/aspectj/aspectj_1.9.5-2+apertis1bv2024preb2_all.deb Size: 71136 MD5sum: 4b94519e67a0bd4aae90a87cdace2c8a SHA1: abd4455a16a88fe7318c343cbfe8699f5b2e0e91 SHA256: 7d36994448206f58b379894a0c2321401f0ca681d154e6a527ce3fdbda295524 SHA512: 6e6d693b34f850403cc938b0f96a0da14b0b18b766d40546ab1c1b92b4f515e7aaf5c5c0648201232e7eb9f36b28bccd18aab3f63023cc98c9918723c9cb2241 Description: aspect-oriented extension for Java - tools AspectJ enables the clean modularization of crosscutting concerns such as: error checking and handling, synchronization, context-sensitive behavior, performance optimizations, monitoring and logging, debugging support, multi-object protocols. . This package provides the CLI tools of aspectj (aj5, ajc, ajbrowser). Homepage: https://www.eclipse.org/aspectj Package: aspectj-doc Priority: optional Section: doc Installed-Size: 2233 Maintainer: Debian Java Maintainers Architecture: all Source: aspectj Version: 1.9.5-2+apertis1bv2024preb2 Filename: pool/development/a/aspectj/aspectj-doc_1.9.5-2+apertis1bv2024preb2_all.deb Size: 323120 MD5sum: 57122b3a5153219155959c54bb9ce682 SHA1: 881a2369c8a9b5f6af42305fbf55892a49892747 SHA256: 4c36c38c1bf94089a07c298a4dd16cb3cd31898957be245b82ae7896900c1b60 SHA512: c3df5c138275115531b3737bae2b5b925cd409c119a9f3c64f17354c1b689c397dd914a166169d626b3431de326ccd64773a3adf1b5685430d5e4b82d384f402 Description: aspect-oriented extension for Java - documentation AspectJ enables the clean modularization of crosscutting concerns such as: error checking and handling, synchronization, context-sensitive behavior, performance optimizations, monitoring and logging, debugging support, multi-object protocols. . This package provides AspectJ Programming Guide, Diagnosis Guide and Development Environment Guide and Development Kit Developer's Notebook. Homepage: https://www.eclipse.org/aspectj Multi-Arch: foreign Package: aspell-de Priority: optional Section: localization Installed-Size: 399 Maintainer: Roland Rosenfeld Architecture: all Source: igerman98 Version: 20161207-11+apertis1bv2024dev2b1 Provides: aspell-dictionary Depends: aspell, dictionaries-common (>= 1.23~) Filename: pool/development/i/igerman98/aspell-de_20161207-11+apertis1bv2024dev2b1_all.deb Size: 341652 MD5sum: a59f150d7df3bdfd53e9c80ae7670568 SHA1: 48f2d2e66c5bd6cf8590c5d1dbc05a1c5ead54a9 SHA256: 2090b2403bec2bc6188bffc1fd1d7398940ac1267286c18aa62e1fb8f99e6efa SHA512: 9f30bb4406d50ee4209707a71864a087dfeb15c26db5e192d437b3df53abd76feb38aae6b7e05ff8b121a852f11b9ed4c283447252f6ba075227c8480069692e Description: German dictionary for aspell This package contains German dictionaries for the aspell spell checker. . Dictionaries included are: de_DE (de/deutsch/german), de_CH (swiss), and de_AT, all using the new German orthography from 1996 (neue Rechtschreibung). . The old (1901) spelling is provided by aspell-de-1901. Homepage: https://www.j3e.de/ispell/igerman98/ Package: aspell-he Priority: optional Section: text Installed-Size: 276 Maintainer: Debian Hebrew Packaging Team Architecture: all Version: 1.0-0-8.1apertis0bv2024dev2b1 Provides: aspell-dictionary Depends: aspell (>= 0.60.3-2), dictionaries-common (>= 0.49.2) Filename: pool/development/a/aspell-he/aspell-he_1.0-0-8.1apertis0bv2024dev2b1_all.deb Size: 179108 MD5sum: 68d9d91d5ff64a2e60ffe7c7f21393db SHA1: 651b73cd3e51e8e88b7c8351fdfc81bea65217ed SHA256: af59b1d217897fd88661ed450088fa50d1ba895c8169b3a21464f8a404617757 SHA512: 693a3306886c3b9c6cb9c6d6b93d7d2bfc4ee1694763b95c07c8b1e6c50e54e315de1462a40add2430f1302a862da135c6f4dde6cd5fab7b220b09decc9308f0 Description: Hebrew dictionary for aspell This package contains all the required files to add support for Hebrew language to aspell spell checker. Homepage: ftp://ftp.gnu.org/gnu/aspell/dict/he/ Package: assimp-testmodels Priority: optional Section: graphics Installed-Size: 74440 Maintainer: IOhannes m zmölnig (Debian/GNU) Architecture: all Source: assimp Version: 5.2.5~ds0-1+apertis0bv2024dev2b1 Filename: pool/development/a/assimp/assimp-testmodels_5.2.5~ds0-1+apertis0bv2024dev2b1_all.deb Size: 20581332 MD5sum: 0509d1cdbeaf245d22b45a3c89037682 SHA1: eb0c77fc99be0e0447affab9318a1284087b7e0d SHA256: 27a9ba3d021b4f7ac0986c87b548107173d733c7cf319709090df7a525608ad2 SHA512: eafec3c53be5dfd75bfc009945b8d6deb6d91d5d4d98b78a7e239ffe93cb0139d1d6dee4fc3b681522905fb92f21917f60870e5801b7d25ff9eb9b38fccb011b Description: assimp 3D model import library (testdata) Assimp is a library to import various well-known 3D model formats ("assets") in a uniform manner. Assimp aims at providing a full asset conversion pipeline for use in game engines / realtime rendering systems of any kind but is not limited to this audience. . This package contains 3D models in various formats for testing assimp. Homepage: https://assimp.org Multi-Arch: foreign Package: assimp-utils Priority: optional Section: utils Installed-Size: 493 Maintainer: IOhannes m zmölnig (Debian/GNU) Architecture: amd64 Source: assimp Version: 5.2.5~ds0-1+apertis0bv2024dev2b1 Depends: libassimp5 (>= 5.2.5~ds0), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 11) Filename: pool/development/a/assimp/assimp-utils_5.2.5~ds0-1+apertis0bv2024dev2b1_amd64.deb Size: 186064 MD5sum: 28c878cb87c55b182ea52f41e2d7b717 SHA1: ffb6aa8c5ee8a5d891975ff741f8cf4e77e70c18 SHA256: 91f65394b69555bd6239f3def2d5911233504f1a162c674aaeea632f0fb833ee SHA512: 3b4814ca823267bfd62d5163a09dd3041582949157f680cc20b15e6678fbf4801efd7be829cc6dfaf1389ff78b747a6e97179ecb130b1527369e35b7b6537d00 Description: 3D model import library (utilities) Assimp is a library to import various well-known 3D model formats ("assets") in a uniform manner. Assimp aims at providing a full asset conversion pipeline for use in game engines / realtime rendering systems of any kind but is not limited to this audience. . This package contains additional commandline utilities (currently only 'assimp') to interact with 3D models. Homepage: https://assimp.org Package: assimp-utils-dbgsym Priority: optional Section: debug Installed-Size: 635 Maintainer: IOhannes m zmölnig (Debian/GNU) Architecture: amd64 Source: assimp Version: 5.2.5~ds0-1+apertis0bv2024dev2b1 Depends: assimp-utils (= 5.2.5~ds0-1+apertis0bv2024dev2b1) Filename: pool/development/a/assimp/assimp-utils-dbgsym_5.2.5~ds0-1+apertis0bv2024dev2b1_amd64.deb Size: 614920 MD5sum: df1cd29469b8c3356150d58fa74b8216 SHA1: 6be908ceb20d5ddcf58877d7d76a7f374067d566 SHA256: eca6adfc491105a52cd159a9e6b9bc6937e677151882e6b58247354a3471f87e SHA512: 74f80690b507789c4a4bfeb153184961bf1e049ba50f597d9100656b7c48240962b66d0c0de4b9e76bf10d184b4338c0e8e31a61c11209cb5c606bbb30548b07 Description: debug symbols for assimp-utils Auto-Built-Package: debug-symbols Build-Ids: 81cabdda306518a9084c1ab506f2a960323b75f7 Package: assistant-qt6 Priority: optional Section: devel Installed-Size: 804 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Source: qt6-tools Version: 6.4.2~rc1-2+apertis0bv2024dev2b2 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), liblitehtml0 (>= 0.6), libqt6core6 (>= 6.4.2+dfsg~), libqt6gui6 (>= 6.4.2+dfsg~), libqt6help6 (>= 6.2.2), libqt6printsupport6 (>= 6.4.2+dfsg~), libqt6sql6 (>= 6.4.2+dfsg~), libqt6widgets6 (>= 6.4.2+dfsg~), libstdc++6 (>= 11) Filename: pool/development/q/qt6-tools/assistant-qt6_6.4.2~rc1-2+apertis0bv2024dev2b2_amd64.deb Size: 254908 MD5sum: fc066a6d8ded72bdd72873ae95e66416 SHA1: ce452513e06dcfa57af7a4fa65a83eef6b3c94ef SHA256: d4ba3e5f6b93940470f39f2cd1e2c76f0d68b3b1725e5d1ee43398f7c0b9147c SHA512: 751149876e3820898624f1753f5da261f9ca332abee9320f3c932d1f8a3fb8b3ad5f202b43b215c560556e9b73b9841c714e408c605102c81a5fa6793284f584 Description: Qt 6 Assistant Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . Qt Assistant is a tool for viewing on-line documentation in Qt help file format. Homepage: https://www.qt.io/developers/ Multi-Arch: foreign Package: assistant-qt6-dbgsym Priority: optional Section: debug Installed-Size: 6702 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Source: qt6-tools Version: 6.4.2~rc1-2+apertis0bv2024dev2b2 Depends: assistant-qt6 (= 6.4.2~rc1-2+apertis0bv2024dev2b2) Filename: pool/development/q/qt6-tools/assistant-qt6-dbgsym_6.4.2~rc1-2+apertis0bv2024dev2b2_amd64.deb Size: 6601224 MD5sum: d2abfa5656ef83e5efca2e58099f9d5b SHA1: abb2a90a4124b7029e94b14baf68366110e72d16 SHA256: a9d94c1079dfc5cf2e0ae1d23040692419cd75fad1d68999bb34ab0cb64ce590 SHA512: 1c524e7b916550ac106e5f42c0c8728246709f5a83e3e03fc4ed79b2d749c019c88e92afb4f9c9390a5c318be822574e97c2769f47e20c37460ec9d255a63086 Description: debug symbols for assistant-qt6 Auto-Built-Package: debug-symbols Build-Ids: 0c02913a793d34232d75e6b1e6b88b7385b560c6 Package: atf-sh Priority: optional Section: libs Installed-Size: 149 Maintainer: Andrej Shadura Architecture: amd64 Source: atf Version: 0.21-6+apertis0bv2024preb1 Depends: libatf-c++-2 (>= 0.21), libatf-c-1 (>= 0.21), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2) Filename: pool/development/a/atf/atf-sh_0.21-6+apertis0bv2024preb1_amd64.deb Size: 50148 MD5sum: 11af19aa3c5fbe0f4e3cb4fc8b690b11 SHA1: 0a6550c573929bd36fb57dc6fb3150a860655d58 SHA256: 8c74c9925f2060ad05f6c4d3cea49adc00c3781690be2bb3f9c4fdfa4ee14868 SHA512: 9a7e22ac34ee6c2e9189dcbb2828c617c6279566e5dc83c1dd9ee14282f1432f39cd4ab4600ca2c40f36e9fab945cc9ee56864c9540c8403d2266c87de092567 Description: Automated Test Framework (shell library) The Automated Testing Framework (ATF) is a collection of libraries to implement test programs in a variety of languages. . ATF libraries provide an API for writing test programs. The test programs can be written in C, C++, or POSIX shell. ATF based test programs can be run manually, or via automation. . Kyua is the preferred execution engine for ATF test programs. . This package ships the atf-sh tool and the corresponding shell library Homepage: https://github.com/jmmv/atf Package: atf-sh-dbgsym Priority: optional Section: debug Installed-Size: 284 Maintainer: Andrej Shadura Architecture: amd64 Source: atf Version: 0.21-6+apertis0bv2024preb1 Depends: atf-sh (= 0.21-6+apertis0bv2024preb1) Filename: pool/development/a/atf/atf-sh-dbgsym_0.21-6+apertis0bv2024preb1_amd64.deb Size: 252416 MD5sum: ae893f438eb857da9bb42be24ef998fc SHA1: dbcee073d0d0b7714153cba7ea654d698b282e61 SHA256: 6a7aefc36280c3c67f772a481614d7fb02aed93d7505e79c53d37258f0dcbd2e SHA512: e8045c9e8f5bb8db38de80d75a13807df1c45834fba113fd5fb5293eaf83adc767198ce13389a63366dbdc755b03dd5395bcf749bf6dc263b05d6252fa9075c9 Description: debug symbols for atf-sh Auto-Built-Package: debug-symbols Build-Ids: 873f293f9fec0d3426516a17526ededfd33d8e49 c173a2f4dbec2a5ae2a8b788a0814e71306ad673 Package: auctex Priority: optional Section: tex Installed-Size: 4737 Maintainer: Davide G. M. Salvetti Architecture: all Version: 12.2-1apertis0bv2024preb1 Replaces: preview-latex Provides: preview-latex Depends: emacs, emacsen-common (>= 3.0.0), preview-latex-style, procps, debconf (>= 0.5) | debconf-2.0 Recommends: ghostscript, texlive-latex-recommended, xpdf | evince | okular Suggests: catdvi, dvipng, lacheck Conflicts: preview-latex Breaks: emacspeak (<= 17.0-1) Filename: pool/development/a/auctex/auctex_12.2-1apertis0bv2024preb1_all.deb Size: 1224732 MD5sum: da0b1c6e8429632952b251027b414871 SHA1: f62a209b23b0f41630d6ef38076a8931e00b4d6b SHA256: a7f75fddb9e3ecfc4733ae768892ae49b77e334015ad0992bcda2eb5a22be1e5 SHA512: 4ac70cfe66ab02292eb0192e0e75ee4c16a84450553743f6e4f83cbd3328791b71bb9ca8b8023996cd5ed5910e73fd2fad495b17fc8e3b1d22a37e7b2dbd01ec Description: integrated document editing environment for TeX etc. AUCTeX is a comprehensive customizable integrated environment for writing input files for TeX/LaTeX/ConTeXt/Texinfo using GNU Emacs. Currently XEmacs ships with its own AUCTeX version. . It supports processing source files by running TeX and related tools (such as output filters, post processors for generating indices and bibliographies, and viewers) from inside Emacs. AUCTeX allows browsing through the errors reported by TeX, while it moves the cursor directly to the reported error, and displays some documentation for that particular error. This will even work when the document is spread over several files. . AUCTeX can automatically indent LaTeX source, either line by line or for an entire document, and has a special outline feature which can greatly assist in getting an overview of a document. . AUCTeX is written entirely in Emacs Lisp, and may therefore be enhanced with new features for specific needs. It comes with a large range of handy Emacs macros. It is a GNU project, and documentation for all its features is accessible via the Emacs info browser. Homepage: https://www.gnu.org/software/auctex/ Package: autoconf Priority: optional Section: devel Installed-Size: 2027 Maintainer: Debian QA Group Architecture: all Version: 2.71-3+apertis1bv2024preb2 Depends: perl (>> 5.005), m4 (>= 1.4.13), debianutils (>= 1.8) Recommends: automake | automaken Suggests: autoconf-archive, gnu-standards, autoconf-doc, libtool, gettext Breaks: gettext (<< 0.10.39), pkg-config (<< 0.25-1.1) Filename: pool/development/a/autoconf/autoconf_2.71-3+apertis1bv2024preb2_all.deb Size: 334448 MD5sum: 55a3e7210af611abd8d52fa35a42a84d SHA1: edd5d4015589ae3860365dab02962b3edf1ea1fe SHA256: c3f00780f2e87f1ab6f6169c8e7879e963bb60c7ba46d8b3bd75a3932ba5c9f1 SHA512: bf12d369a212f71642377cbb604ab3713e67f17b7c6f0b8b1cd7b5793e0db6377868be959f184ca95460882fc6c22692c3f138f4340510a68c60114d173eee58 Description: automatic configure script builder The standard for FSF source packages. This is only useful if you write your own programs or if you extensively modify other people's programs. . For an extensive library of additional Autoconf macros, install the `autoconf-archive' package. . This version of autoconf is not compatible with scripts meant for Autoconf 2.13 or earlier. Homepage: https://www.gnu.org/software/autoconf/ Multi-Arch: foreign Package: autoconf-archive Priority: optional Section: devel Installed-Size: 6072 Maintainer: Bastien Roucariès Architecture: all Version: 20220903-3+apertis0bv2024preb1 Replaces: autoconf-gl-macros (<< 20130609-1~), gnome-common (<< 3.14.0-2~) Provides: autoconf-gl-macros Pre-Depends: dpkg (>= 1.17.5) Recommends: autoconf Breaks: autoconf-gl-macros (<< 20130609-1~), gnome-common (<< 3.14.0-2~) Filename: pool/development/a/autoconf-archive/autoconf-archive_20220903-3+apertis0bv2024preb1_all.deb Size: 795356 MD5sum: dec4e49cacd611080c84d3b69352d4f8 SHA1: aa4d8c73ae8280b597b9bf6d6c2655300804730a SHA256: 464f2b8b232c9cd3ebf6a98f17f5efa99a59c62a6d57d4bb5b79780907c03d5b SHA512: 50e6fe7ab44ee212ec3e70d9b5b8ad880e9917f9d2453a5768bf6a9ad24f71dbb2659e28de7c9919f7fd78d2ed9d2b476f2e37cd4cbcb57516f35d36610e031f Description: Autoconf Macro Archive Autoconf Macro Archive aims to provide a central repository of useful and tested Autoconf macros for software developers around the world. This package contains the complete content of the Autoconf Macro Archive as found at http://www.gnu.org/software/autoconf-archive/. Enhances: autoconf Homepage: https://www.gnu.org/software/autoconf-archive/ Multi-Arch: foreign Package: autoconf-dickey Priority: optional Section: devel Installed-Size: 892 Maintainer: Sven Joachim Architecture: all Version: 2.52+20230114-1+apertis0bv2024preb1 Depends: m4, perl:any Filename: pool/development/a/autoconf-dickey/autoconf-dickey_2.52+20230114-1+apertis0bv2024preb1_all.deb Size: 163396 MD5sum: fa3de3321ec44cf8a9fcd7a4d8a027ee SHA1: 999eb21eb8ba3859c976c5dd260df8195d0fef43 SHA256: 236bdfb5eddb81b3a705006e7da7a11977bedf5f12b51ac52dd353dca73cd874 SHA512: 0af6595b0b58a562f10d372c7bcc53b98d11125fa76833f57848ca88a4b5d965e6f4ff25728fff9c14c516dcd8f10bd415fa32416a12aefcd8cc8265d9421b9e Description: automatic configure script builder (Thomas Dickey's version) This hacked version of autoconf is required to bootstrap ncurses and some other packages maintained upstream by Thomas Dickey. It should not be used for other purposes. Homepage: https://invisible-island.net/autoconf/autoconf.html Multi-Arch: foreign Package: autoconf-doc Priority: optional Section: doc Installed-Size: 4467 Maintainer: Debian QA Group Architecture: all Source: autoconf Version: 2.71-3+apertis1bv2024preb2 Depends: gnu-standards Filename: pool/development/a/autoconf/autoconf-doc_2.71-3+apertis1bv2024preb2_all.deb Size: 2910732 MD5sum: d8756cc51c0993a7287371252d24fefe SHA1: aecf22ef7e3e7402a6d707324edf131c5df603b2 SHA256: d0df0ab5ea0f9c3ea24fd41a0ea7bba3f32541ca97641928738a22e8f36af07f SHA512: 9883e6251db768aac89296c2016ed4826a7d49452c81a081d74e6e2fac3223feb615af68674523030003fa44bf70ab423bc7ba6bd7a7a7023b51573920f2e3c7 Description: automatic configure script builder documentation GNU Autoconf is a package for creating scripts to configure source code packages using templates and an M4 macro package. This package contains the manual for GNU Autoconf. Homepage: https://www.gnu.org/software/autoconf/ Package: autoconf2.13 Priority: optional Section: devel Installed-Size: 1114 Maintainer: Debian QA Group Architecture: all Version: 2.13-69apertis0bv2024dev2b1 Depends: m4, debianutils (>= 1.8), perl, libfile-temp-perl, dpkg (>= 1.15.4) | install-info Suggests: gnu-standards Filename: pool/development/a/autoconf2.13/autoconf2.13_2.13-69apertis0bv2024dev2b1_all.deb Size: 243784 MD5sum: 55cfdce7cdbdc4ae7c8e65008fed8eed SHA1: 1d90074606f4a9b7784a4bbde62847cc6de504df SHA256: d65410b84ce8bc145f97533eefe2c79f03c32877ad5deddc519de134c8c0263a SHA512: bb04206c0afad03d5c7a4f50b4a0c138e25cb90bd23a61794f9dfd53f5ff13de1251b5b15f6bf01e981ec92f0d768b52a65a5dd8b0ec0315fed80e916c28cb2b Description: automatic configure script builder (obsolete version) Obsolete compatibility package of Autoconf 2.13. For use only with antique packages that have never been updated to use Autoconf 2.50+. Multi-Arch: foreign Package: autoconf2.69 Priority: optional Section: devel Installed-Size: 1806 Maintainer: Debian GCC Maintainers Architecture: all Version: 2.69-3.1+apertis0bv2024dev2b1 Depends: m4, debianutils (>= 1.8), autoconf, perl, libfile-temp-perl Filename: pool/development/a/autoconf2.69/autoconf2.69_2.69-3.1+apertis0bv2024dev2b1_all.deb Size: 292960 MD5sum: acc36ed2bb7901c6a20fc6198cdb81a4 SHA1: ac95538371992a4027e31831182690df5e523761 SHA256: a9c45022d29a303a1aca1bcc866e313c886b85bc9e304cd1e5e8cced538075e1 SHA512: da089c53cbe51ae9a3970accaf00f698ca9fbcfe7f30810a788b1cff48a3b8d11a8cdb53b84dd37d03c663d766088269e960a92d76c8d8f51f3c42fcd2eada62 Description: automatic configure script builder (obsolete version) This obsolete version is required to build GCC (>= 8), newlib, and probably some other toolchain related packages. Multi-Arch: foreign Package: autodep8 Priority: optional Section: devel Installed-Size: 60 Maintainer: Debian CI team Architecture: all Version: 0.28+apertis1bv2024preb1 Depends: dctrl-tools Filename: pool/development/a/autodep8/autodep8_0.28+apertis1bv2024preb1_all.deb Size: 13668 MD5sum: 660d4eb514895059224defbf56537aca SHA1: ad879eb963ac8caf23628623ce12f16deb41ee0f SHA256: 35236e5cc9cc10e02eb385c5f2d521271822fea8e19c1cc52d9ec46f907002e1 SHA512: 2e5d7109e8f62bd16fd7cce486bc5fb3df88d56dd15e9d27a809bd0f2a0439dbfd6de62679aff22ae4da5118cface553958dc51b6c19e2aba07d7d0c66473c1b Description: DEP-8 test control file generator autodep8 will detect well-known types of packages and generate DEP-8-compliant test control files for them. It can be used by DEP-8 implementations to support implicit test control files. . Currently supported packages types: - Ruby packages using gem2deb/gem2deb-test-runner - Perl packages - Python packages - Python packages using pybuild - NodeJS packages - Kernel module packages using DKMS - R packages - Emacs Lisp ELPA packages - Go packages - Octave-Forge packages Package: autogen Priority: optional Section: devel Installed-Size: 1160 Maintainer: Andreas Metzler Architecture: amd64 Version: 1:5.18.16-5+apertis0bv2024dev2b1 Depends: guile-3.0-libs, libc6 (>= 2.34), libopts25 (>= 1:5.18.16), libxml2 (>= 2.7.4), libopts25-dev (= 1:5.18.16-5+apertis0bv2024dev2b1), perl:any Recommends: autogen-doc Filename: pool/development/a/autogen/autogen_5.18.16-5+apertis0bv2024dev2b1_amd64.deb Size: 561904 MD5sum: e55de147c2b27700960119b386446056 SHA1: a6a70389277f0b87b4c9e4f47f7c3a2aa89a4ca5 SHA256: 90fe613abc1c2f912954b79e2e71c4b28b7e6ed8e772b94faf270fc1245a5cd4 SHA512: a7f8311e2aacebe66cbe2e11a40a63460cbe78bac5045c2049acae99a840cc8e9f4c7b6e2920338c16cf787c8cbe66ba1d0cf0cb01193705929bcef4bf306bc0 Description: automated text file generator AutoGen is a tool designed for generating program files that contain repetitive text with varied substitutions. This is especially valuable if there are several blocks of such text that must be kept synchronized. . Included with AutoGen is a tool that virtually eliminates the hassle of processing options, keeping usage text up to date and so on. This tool allows you to specify several program attributes, innumerable options and option attributes, then it produces all the code necessary to parse and handle the command line and initialization file options. . This package contains the development tools. libopts25-dev contains the static libraries and header files. libopts25 contains the shared libraries. autogen-doc contains the PostScript and HTML documentation. Homepage: https://www.gnu.org/software/autogen/ Multi-Arch: foreign Package: autogen-dbgsym Priority: optional Section: debug Installed-Size: 339 Maintainer: Andreas Metzler Architecture: amd64 Source: autogen Version: 1:5.18.16-5+apertis0bv2024dev2b1 Depends: autogen (= 1:5.18.16-5+apertis0bv2024dev2b1) Filename: pool/development/a/autogen/autogen-dbgsym_5.18.16-5+apertis0bv2024dev2b1_amd64.deb Size: 283988 MD5sum: 6c6e606ac5a24202a79c5d2a52ceab98 SHA1: 18765ad509dc25d7cb704a7fa9e343573aab379b SHA256: be6911963db67c313e7d8a990a441d1570616654a4e1a8612f884a7b4d14fee5 SHA512: 572ef209c1a0718727ab4bce3e28f2e3851f77b3c2ef586a59fc0aa106a8059578dea1808680fca3769cf153065f59622ad1742061774bce507ab0281309c586 Description: debug symbols for autogen Auto-Built-Package: debug-symbols Build-Ids: 242f27b156b712ebdf3005051572b636bbc2a19a 78424758a6b03325aaa85ae26ee0a944d1c07a04 990cd680ba20b2fb2b7ab37e847838fe05250930 b3533594f7add92789a0d4ee5a0588bfcb5d4a0d Package: autogen-doc Priority: optional Section: doc Installed-Size: 3216 Maintainer: Andreas Metzler Architecture: all Source: autogen Version: 1:5.18.16-5+apertis0bv2024dev2b1 Replaces: autogen (<< 1:5.18.3-4) Breaks: autogen (<< 1:5.18.3-4) Filename: pool/development/a/autogen/autogen-doc_5.18.16-5+apertis0bv2024dev2b1_all.deb Size: 998628 MD5sum: 44eb8291aa3a956eb6b1c093b84fe735 SHA1: ef3f7f3f287369da4b809c3405c1c001bace597b SHA256: 5b6bc14f48254ffb5e27e0184680de14528155e49b281838d262cb5d2d3c0748 SHA512: 96674f9dbf95c7f684675e52cd284d54bc2a283c272ab73be2a36733461d44728c14f3a336bc95fde236e8d1df0b807889a1c08bd9d47ca44dd1d7d03057665b Description: automated text file generator - documentation AutoGen is a tool designed for generating program files that contain repetitive text with varied substitutions. This is especially valuable if there are several blocks of such text that must be kept synchronized. . This package contains the PostScript and HTML documentation. Homepage: https://www.gnu.org/software/autogen/ Package: automake Priority: optional Section: devel Installed-Size: 1835 Maintainer: Eric Dorland Architecture: all Source: automake-1.16 Version: 1:1.16.5-1.3+apertis0bv2024preb1 Provides: automake-1.16, automaken Depends: autoconf, autotools-dev Suggests: autoconf-doc, gnu-standards Filename: pool/development/a/automake-1.16/automake_1.16.5-1.3+apertis0bv2024preb1_all.deb Size: 819028 MD5sum: 0db009e89d165dd09ca1aee2665a7896 SHA1: bf1cd9b33b6354ad38104f0cb0885e09ad518406 SHA256: 2d78960241808c55817ce0fd282aec02b0145fd1cb7a8ebc8de44b9c21a9ba02 SHA512: 2b417b3309cff810a2eff62534a45669203b7aa977ce51748d6a360ba0dd320387f147371f210121e14565ae65c28ea51176d8e332fd2c04ab5cf50add94151e Description: Tool for generating GNU Standards-compliant Makefiles Automake is a tool for automatically generating `Makefile.in's from files called `Makefile.am'. . The goal of Automake is to remove the burden of Makefile maintenance from the back of the individual GNU maintainer (and put it on the back of the Automake maintainer). . The `Makefile.am' is basically a series of `make' macro definitions (with rules being thrown in occasionally). The generated `Makefile.in's are compliant with the GNU Makefile standards. . Automake 1.16 fails to work in a number of situations that Automake 1.11, and 1.15 did, so some previous versions are available as separate packages. Homepage: https://www.gnu.org/software/automake/ Multi-Arch: foreign Package: automake1.11 Priority: optional Section: devel Installed-Size: 1549 Maintainer: Eric Dorland Architecture: all Version: 1:1.11.6-6apertis0bv2024dev2b1 Provides: automaken Depends: autoconf (>= 2.62), autotools-dev (>= 20020320.1) Filename: pool/development/a/automake1.11/automake1.11_1.11.6-6apertis0bv2024dev2b1_all.deb Size: 532584 MD5sum: 111af12c3b4daaf7e361d718a2543903 SHA1: 0a006bee26607de43492bec1cc7166d9e1a2e9da SHA256: e2f137ffef35885432e6af711d748d150197adf3e0bfaa514f154b5c85a916ff SHA512: 4efbaa31802ed2d795b06fbbe476dea57a9b0bb063cb2a86973ad9c3d0d489edb5c2b0c8bb93282ae8a5ed163c33cd84b6a3b81934115645ee9581bb64ec0906 Description: Tool for generating GNU Standards-compliant Makefiles Automake is a tool for automatically generating `Makefile.in's from files called `Makefile.am'. . The goal of Automake is to remove the burden of Makefile maintenance from the back of the individual GNU maintainer (and put it on the back of the Automake maintainer). . The `Makefile.am' is basically a series of `make' macro definitions (with rules being thrown in occasionally). The generated `Makefile.in's are compliant with the GNU Makefile standards. . Automake 1.11 is the legacy version of automake. The automake package should be preferred and this package should only be used with older software that doesn't support newer versions of automake. Homepage: https://www.gnu.org/software/automake/ Multi-Arch: foreign Package: autopkgtest Priority: optional Section: devel Installed-Size: 577 Maintainer: Debian CI team Architecture: all Version: 5.28+apertis1bv2024dev2b1 Depends: apt-utils, libdpkg-perl, procps, python3, python3-debian Recommends: autodep8, fakeroot Suggests: docker.io, fakemachine, lxc (>= 1:4.0.2-1~), lxd, ovmf, ovmf-ia32, python3-distro-info, qemu-efi-aarch64, qemu-efi-arm, qemu-system, qemu-utils, podman, schroot, util-linux (>= 2.38), vmdb2 (>= 0.22-1~), zerofree Breaks: debci (<< 1.7~) Filename: pool/development/a/autopkgtest/autopkgtest_5.28+apertis1bv2024dev2b1_all.deb Size: 163056 MD5sum: 111fd9c0a14c1ed0dddace7f7ad2387c SHA1: 4c1f9527bf63e21931700d056f28cfcdb7971124 SHA256: b7ae8be0170cb1c719c96cc90ce8e34d98f8f2d23d409a2f53e4f23134af7ee8 SHA512: b5ba908950608aaac040a6924bbaa3f86873442e1d2e515c6c6981638e96fb8155c311696e1da7ebe3208d3eb822f4cae01d177b353804c3a31d3dda5d67c9a2 Description: automatic as-installed testing for Debian packages autopkgtest runs tests on binary packages. The tests are run on the package as installed on a testbed system (which may be found via a virtualisation or containment system). The tests are expected to be supplied in the corresponding Debian source package. . See autopkgtest(1) and /usr/share/doc/autopkgtest. Depending on which virtualization server you want to use, you need to install additional packages (schroot, lxc, lxd, or qemu-system) . For generating tests of well-known source packages such as Perl and Ruby libraries you should install the autodep8 package. Package: autopoint Priority: optional Section: devel Installed-Size: 526 Maintainer: Santiago Vila Architecture: all Source: gettext Version: 0.21-12+apertis2bv2024preb1 Replaces: gettext (<= 0.17-11) Depends: xz-utils Filename: pool/development/g/gettext/autopoint_0.21-12+apertis2bv2024preb1_all.deb Size: 506052 MD5sum: d7d6568e157c066a1443cdfbc227151c SHA1: b2f3ba9cbf12c06f3252c68ab91eb8242e497b2e SHA256: 37fac853e224ca588729201ae0a0327c5753f91f40def0fead48318b36ed25fb SHA512: 6f166a2e0567a0b54d2dfdffcbd7c749526472ca73f49ed745aa43f28b5327a009a8117bd0a62ad17e83c7804a6f1e9049c669579b765f605a3683ce37827418 Description: tool for setting up gettext infrastructure in a source package The `autopoint' program copies standard gettext infrastructure files into a source package. It extracts from a macro call of the form `AM_GNU_GETTEXT_VERSION(VERSION)', found in the package's `configure.in' or `configure.ac' file, the gettext version used by the package, and copies the infrastructure files belonging to this version into the package. Homepage: https://www.gnu.org/software/gettext/ Multi-Arch: foreign Package: autotools-dev Priority: optional Section: devel Installed-Size: 127 Maintainer: Henrique de Moraes Holschuh Architecture: all Version: 20220109.1+apertis0bv2024preb1 Replaces: autoconf (<< 2.70~) Breaks: autoconf (<< 2.70~) Filename: pool/development/a/autotools-dev/autotools-dev_20220109.1+apertis0bv2024preb1_all.deb Size: 42824 MD5sum: f6a6fcfaff98d93960f721529a202b98 SHA1: bc07fa397c1e645905ccc052a2f2ea6c91b9ca52 SHA256: 73f03e8db0127a542415b05b9f1a7623dd4fd3a4a89a9b9015e302e4cdff2390 SHA512: cf004661c41bb19b989fba523cbe62e7504145bf0e571f725e47b5a692c14c72a12f6d2000f84bc9d4f958e45fe38ec7b61285db76cb93dd3ae5e7899666e75b Description: Update infrastructure for config.{guess,sub} files This package installs an up-to-date version of config.guess and config.sub, used by the automake and libtool packages. It provides the canonical copy of those files for other packages as well. . It also documents in /usr/share/doc/autotools-dev/README.Debian.gz best practices and guidelines for using autoconf, automake and friends on Debian packages. This is a must-read for any developers packaging software that uses the GNU autotools, or GNU gettext. . Additionally this package provides seamless integration into Debhelper or CDBS, allowing maintainers to easily update config.{guess,sub} files in their packages. Enhances: cdbs, debhelper Homepage: https://savannah.gnu.org/projects/config/ Multi-Arch: foreign Package: ava Priority: optional Section: javascript Installed-Size: 591 Maintainer: Debian Javascript Maintainers Architecture: all Source: node-ava Version: 5.1.0+dfsg+~cs44.2.10-1+apertis0bv2024preb1 Provides: node-arrgv (= 1.0.2), node-ava (= 5.1.0), node-ava-typescript (= 3.0.1), node-chunkd (= 2.0.1), node-ci-parallel-vars (= 1.0.1), node-code-excerpt (= 4.0.0), node-common-path-prefix (= 3.0.0), node-convert-to-spaces (= 2.0.1), node-is-error (= 2.2.2), node-p-event (= 5.0.1), node-pkg-conf (= 4.0.0), node-serialize-error (= 11.0.0), node-supertap (= 3.0.1), node-temp-dir (= 3.0.0) Depends: node-acorn, node-ansi-styles, node-arrify, node-cbor, node-chalk (>= 5), node-chokidar, node-ci-info, node-clean-yaml-object, node-cli-truncate, node-cliui (>= 7.0.4+repack+~cs3.1.0-3~), node-concordance, node-currently-unhandled, node-debug, node-del (>= 7), node-emittery, node-escape-string-regexp, node-execa, node-find-up (>= 6), node-globby, node-ignore-by-default, node-indent-string, node-inquirer, node-is-plain-object, node-is-promise, node-js-yaml, node-load-json-file (>= 7), node-matcher, node-mem, node-ms, node-p-map, node-p-timeout, node-picomatch, node-plur, node-pretty-ms, node-read-pkg, node-resolve-cwd, node-resolve-from, node-slash, node-stack-utils, node-strip-ansi, node-write-file-atomic, node-yargs, nodejs:any (>= 14) Filename: pool/development/n/node-ava/ava_5.1.0+dfsg+~cs44.2.10-1+apertis0bv2024preb1_all.deb Size: 138256 MD5sum: 990ad907286c6e9e2852d98d145027e4 SHA1: 1be5d8fd87e6effd022adfd0188b2186db3492d5 SHA256: 2f0860ac83046aa07833fea79af9e87a4a7efb9f683edf1a40b2f90c932a361f SHA512: 5a82f7322db73037b3b60fca3c7513dd8c877755e92b14466f67fa9b1c5ed0a1d4db8c08ddf7dfd65df79e85ccbd0060777ec850a18a809eb54eabf118989ef9 Description: Futuristic test runner 🚀 Even though JavaScript is single-threaded, IO in Node.js can happen in parallel due to its async nature. AVA takes advantage of this and runs your tests concurrently, which is especially beneficial for IO heavy tests. In addition, test files are run in parallel as separate processes, giving you even better performance and an isolated environment for each test file. . Switching from Mocha to AVA in Pageres brought the test time down from 31 to 11 seconds. Having tests run concurrently forces you to write atomic tests, meaning tests don't depend on global state or the state of other tests, which is a great thing! . Node.js is an event-based server-side JavaScript engine. Homepage: https://ava.li Package: babel-minify Priority: optional Section: javascript Installed-Size: 490 Maintainer: Debian Javascript Maintainers Architecture: all Version: 0.5.2+dfsg+~cs5.2.9-9+apertis0bv2024dev2b1 Provides: node-array.prototype.reduce (= 1.0.4), node-babel-helper-evaluate-path (= 0.5.0), node-babel-helper-flip-expressions (= 0.4.3), node-babel-helper-is-void-0 (= 0.4.3), node-babel-helper-mark-eval-scopes (= 0.4.3), node-babel-helper-remove-or-void (= 0.4.3), node-babel-helper-to-multiple-sequence-expressions (= 0.5.0), node-babel-minify (= 0.5.2), node-babel-plugin-minify-builtins (= 0.5.0), node-babel-plugin-minify-constant-folding (= 0.5.0), node-babel-plugin-minify-dead-code-elimination (= 0.5.2), node-babel-plugin-minify-flip-comparisons (= 0.4.3), node-babel-plugin-minify-guarded-expressions (= 0.4.4), node-babel-plugin-minify-infinity (= 0.4.3), node-babel-plugin-minify-mangle-names (= 0.5.1), node-babel-plugin-minify-numeric-literals (= 0.4.3), node-babel-plugin-minify-replace (= 0.5.0), node-babel-plugin-minify-simplify (= 0.5.1), node-babel-plugin-minify-type-constructors (= 0.4.3), node-babel-plugin-transform-inline-consecutive-adds (= 0.4.3), node-babel-plugin-transform-inline-environment-variables (= 0.4.4), node-babel-plugin-transform-member-expression-literals (= 6.9.4), node-babel-plugin-transform-merge-sibling-variables (= 6.9.5), node-babel-plugin-transform-minify-booleans (= 6.9.4), node-babel-plugin-transform-node-env-inline (= 0.4.3), node-babel-plugin-transform-property-literals (= 6.9.4), node-babel-plugin-transform-regexp-constructors (= 0.4.3), node-babel-plugin-transform-remove-console (= 6.9.4), node-babel-plugin-transform-remove-debugger (= 6.9.4), node-babel-plugin-transform-remove-undefined (= 0.5.0), node-babel-plugin-transform-simplify-comparison-operators (= 6.9.4), node-babel-plugin-transform-undefined-to-void (= 6.9.4), node-babel-preset-minify (= 0.5.2), node-es-array-method-boxes-properly (= 1.0.0), node-gulp-babel-minify (= 0.5.2), node-object.getownpropertydescriptors (= 2.1.4), node-test-runner (= 0.0.4), node-test-transform (= 0.0.4), node-unpad (= 0.0.3), node-util.promisify (= 1.1.1) Depends: node-babel-core (>= 7), node-has-symbols, node-call-bind, node-define-properties, node-es-abstract, node-esutils, node-fs-readdir-recursive, node-lodash, node-mkdirp, node-plugin-error, node-tape, node-through2, node-vinyl-sourcemaps-apply, node-yargs-parser, nodejs:any Suggests: jest Filename: pool/development/b/babel-minify/babel-minify_0.5.2+dfsg+~cs5.2.9-9+apertis0bv2024dev2b1_all.deb Size: 77796 MD5sum: 270b50c904d7b78e72d7c070f03c5b64 SHA1: 7631507d1720a8c0048aed1a540f574e85fb5e23 SHA256: 84bd4540ce7a3ba4bdb31c524cfd02222dc61f8d2fddaf807aef9c0bcd67ad24 SHA512: 4caea3fd4b2e1d70d0b0fdab892e129861f9c4c4736f7540da95833574f615fa3f00735e6857ee18c96a3781b43794acb1e4bb801b69dead526e92435516930c Description: ES6+ aware minifier based on the Babel toolchain Babel is a toolchain that is mainly used to convert ECMAScript 2015+ code into a backwards compatible version of JavaScript in current and older browsers or environments. Homepage: https://babeljs.io/ Package: babeltrace Priority: optional Section: utils Installed-Size: 110 Maintainer: Jon Bernard Architecture: amd64 Version: 1.5.11-1+apertis0bv2024preb1 Depends: libbabeltrace1 (>= 1.5.4), libc6 (>= 2.34), libdw1 (>= 0.126), libelf1 (>= 0.131), libglib2.0-0 (>= 2.16), libpopt0 (>= 1.14), libuuid1 (>= 2.16) Filename: pool/development/b/babeltrace/babeltrace_1.5.11-1+apertis0bv2024preb1_amd64.deb Size: 46468 MD5sum: eb2d889b21df46100ced00048ea30d7e SHA1: 5cbfab93a2086d9a50965bf7905161909a167b36 SHA256: 635afe1c7174cf895dc85dd467de7082df252c5eda35465b3e6a31b75f0f183e SHA512: 3dbdd17f8fedeaa90656c0a3e4c0279235a2c743acc9f929071ddd51adb70be8f97092b00b1cc1d9238e819938cede00cd4d0174ddaa48b53196cb198a989c0f Description: Trace conversion program Babeltrace provides trace reading and writing libraries, as well as a trace converter. Plugins can be created for any trace format to allow its conversion to/from any other supported format. . This package contains the "babeltrace" trace conversion program. Homepage: https://www.efficios.com/babeltrace Package: babeltrace-dbgsym Priority: optional Section: debug Installed-Size: 70 Maintainer: Jon Bernard Architecture: amd64 Source: babeltrace Version: 1.5.11-1+apertis0bv2024preb1 Depends: babeltrace (= 1.5.11-1+apertis0bv2024preb1) Filename: pool/development/b/babeltrace/babeltrace-dbgsym_1.5.11-1+apertis0bv2024preb1_amd64.deb Size: 44292 MD5sum: d821b92518d8146a44d4aa376779aae4 SHA1: 56e57a7c64c81a23789a9fc99f4231b6ca1dbe92 SHA256: ff2572ab8a66ef5cf1034ba88d435db24db15809c6f18f4149467fe21df2cf78 SHA512: 054ec4ffac0afd6b36237011ee211a2ee2fc1bea945f0d9f7d3ae3388536e8c5b73048a5fb39ea4e0b5e8336c2a7effe44e18da65ef42e4341757a85abb16c11 Description: debug symbols for babeltrace Auto-Built-Package: debug-symbols Build-Ids: 5933d36d1cfdb572dd93f53dc04f7481a39125f3 bc486a94bece487d5a7ccab4877c6aa801b6efdf Package: bash Essential: yes Priority: required Section: shells Installed-Size: 7169 Maintainer: Matthias Klose Architecture: amd64 Version: 5.2.15-2+apertis1bv2024.0db1 Replaces: bash-completion (<< 20060301-0), bash-doc (<= 2.05-1) Depends: base-files (>= 2.1.12), debianutils (>= 5.6-0.1) Pre-Depends: libc6 (>= 2.36), libtinfo6 (>= 6) Recommends: bash-completion (>= 20060301-0) Suggests: bash-doc Conflicts: bash-completion (<< 20060301-0) Filename: pool/development/b/bash/bash_5.2.15-2+apertis1bv2024.0db1_amd64.deb Size: 1494644 MD5sum: 19ff82d6d4163f4b6fb65b24011f1995 SHA1: ac91571fa0c93a5bc9dc224a2d52221957de3e0f SHA256: 3f9618b6bd102180c38311b36f6770b350d94d3c37ac6be6c60694df94097947 SHA512: 0df44f15c0eab282746c65db2f2421703e4169926fa3a078b0348cc5abb9f4cd9267618c9eadb70ca61fc4cf045495704d9a272618c3eea7734e1cc8e57e7075 Description: GNU Bourne Again SHell Bash is an sh-compatible command language interpreter that executes commands read from the standard input or from a file. Bash also incorporates useful features from the Korn and C shells (ksh and csh). . Bash is ultimately intended to be a conformant implementation of the IEEE POSIX Shell and Tools specification (IEEE Working Group 1003.2). . The Programmable Completion Code, by Ian Macdonald, is now found in the bash-completion package. Homepage: http://tiswww.case.edu/php/chet/bash/bashtop.html Multi-Arch: foreign Package: bash-builtins Priority: optional Section: utils Installed-Size: 1153 Maintainer: Matthias Klose Architecture: amd64 Source: bash Version: 5.2.15-2+apertis1bv2024.0db1 Depends: bash (= 5.2.15-2+apertis1bv2024.0db1) Filename: pool/development/b/bash/bash-builtins_5.2.15-2+apertis1bv2024.0db1_amd64.deb Size: 156732 MD5sum: 97b02eefb27a2b0135b76793f700be5b SHA1: 1fa51e8de8276eb914d39a7b74f17f8e0dadcf6a SHA256: 62ab5e3d84b2571cf9ff67816125f07b5920ed83ab02e448fb3ebe4da13b8ee4 SHA512: 0f6bd3802a6818febf3cf8cab284b0cb68c5ced1abfad8f6a3eda09c1ac768623aca523ca43a27f7aeaab38813b4813d3ac7766c3c60829cc7e7cd85025794fe Description: Bash loadable builtins - headers & examples Bash can dynamically load new builtin commands. Included are the necessary headers to compile your own builtins and lots of examples. Homepage: http://tiswww.case.edu/php/chet/bash/bashtop.html Package: bash-builtins-dbgsym Priority: optional Section: debug Installed-Size: 373 Maintainer: Matthias Klose Architecture: amd64 Source: bash Version: 5.2.15-2+apertis1bv2024.0db1 Depends: bash-builtins (= 5.2.15-2+apertis1bv2024.0db1) Filename: pool/development/b/bash/bash-builtins-dbgsym_5.2.15-2+apertis1bv2024.0db1_amd64.deb Size: 149676 MD5sum: 633259f2d49eca9d2a09718601139ec7 SHA1: 1286e6b3d1d3e9e22dee259828a3d0f654a58adf SHA256: 75733c801be5b7af204765cd736af1d34ca2fb04a28620102ddca9f213af26ef SHA512: 7fa4a689409d47a44d13882501c32a99514a9c9c709c17c0b14ae6cfddc06900eb7ae8e753d3b37938a3f1b09d1c6d9998ec991e94852c399e2988ddb7ae3a68 Description: debug symbols for bash-builtins Auto-Built-Package: debug-symbols Build-Ids: 01ead766f2f64707711dac63d634f5e754cce934 13e41a586fe50f308a06b7336fb4713515b4ff6b 1749c8efbb85b7b7e782cc7658e6577c5a3cf450 1811e347815284e8466b65a24fa9e767fb69d753 19517faa8511cfd9aef00ffa3e1b3357e693550e 1e0079b068e939bd570e311572d3302d088312eb 1f8209466ca4a9f1b3ff3b87522e0d76fb41f189 21a1b28dd76487617a2f545488450417b558757c 2292b1300d25dae9260a562327bf0f2d0aed0a7b 26fe459f5276befdd527ecdd696cc8eb72ec15bb 392c73d7536da2db0b86404d8294351bd947b06b 3b466f1c73fb2ca42e18e1be075992c63f3cb775 4fea9599febd57f8ca6a97cbe36ed35db6cf0980 51507539d0b8c5e4148e2ba3f029658e9c2cb89a 52b01094356aff038dd224c14b80c9751fbc2d25 55577a9bbdc6b8856b8c3bbf518a6d72f6b3fe90 5e9d097b67c971bbadcd5af92658e1b14c2136e4 64912dd44e1d64f4bda7016218f8478863f42ef2 65dbb4e14b60182c2734c63bda9b55a632a80a1a 7c06df385cb2765c0bd672e693b409faab0a8920 80df7d14212fce2492d74f4125d8ab708196329c a61c51c16c8214ccd46c65945b60866ab0fb382f a97873bc4f444f5d2fa09c79d9fcbe013b83f189 acb19f366c869eae053978b402223cda479865af b084d94f1212003c9af85f13705a83b6cb8bf9e6 bd2da7bd258f80fc7bf707fdf6df1defa25025b9 c2c5bfa0f782f3476df2c777c20ab7274da730dc c3f57f8873417edc5e32131d4f954d8be742ab9f c553ee5e49b8f18b03f4d7ea1e37337a4bbe8407 c9a5c7174fb5abcd42ab9bfaa9000bc0e020bb18 cdc64e8d8e6343db364231a7e0970a1d8732926d cdf7f90c7e957805b6cf6d74d3c1ab28a9d672df da7b6ae78bf7c5bb564fa414018fb6123c76ba63 de086c7f5dd84d9f0dd633b86a396f8b6374eea4 e1e18b247c356b2bca6379c708994ebcb975b038 f84b6143f01031acbca91c83d6979a0c2b90af86 Package: bash-completion Priority: standard Section: shells Installed-Size: 1456 Maintainer: Gabriel F. T. Gomes Architecture: all Version: 1:2.11-6+apertis1bv2024dev2b1 Provides: dh-sequence-bash-completion Depends: bash Filename: pool/development/b/bash-completion/bash-completion_2.11-6+apertis1bv2024dev2b1_all.deb Size: 224492 MD5sum: 76d1c2dadf5df43d10e20a4d70ed90af SHA1: a7cbdd7eb1e5d6eefa2f29d36fafd01c91fe6f38 SHA256: f28bc2010bbe43df654a139687c710884d6dc00e01420de08fd48f68047927e4 SHA512: 2116fd66f9c1b0c7ebd0cfab9a0ff635e9a75e425947ddd6ee1057d16a7abee1f97a07456968f273a0a3fdd51935994df9db55c7b1cface1de7915fd4ce0ded7 Description: programmable completion for the bash shell bash completion extends bash's standard completion behavior to achieve complex command lines with just a few keystrokes. This project was conceived to produce programmable completion routines for the most common Linux/UNIX commands, reducing the amount of typing sysadmins and programmers need to do on a daily basis. Homepage: https://github.com/scop/bash-completion Multi-Arch: foreign Package: bash-dbgsym Priority: optional Section: debug Installed-Size: 1565 Maintainer: Matthias Klose Architecture: amd64 Source: bash Version: 5.2.15-2+apertis1bv2024.0db1 Depends: bash (= 5.2.15-2+apertis1bv2024.0db1) Filename: pool/development/b/bash/bash-dbgsym_5.2.15-2+apertis1bv2024.0db1_amd64.deb Size: 1464216 MD5sum: 6bee9d2f2e3ab793309dbb757b85442a SHA1: 20431bc7b78493b2bf139d8a106359681e1a53cf SHA256: fad7118f56634c7b54f18268f0cc9af0e8b3ade58489be3ae92181464c826038 SHA512: d3514667e4a11790f6e871f89c6e04d64ed6343eda38e228e0e4531822e3833727325ce7688f1b7f28e39b51fb22d78cee9ed78d22d08ff8bf4e1dd97a4cb9ee Description: debug symbols for bash Auto-Built-Package: debug-symbols Build-Ids: 5c1fd242e66ebf302215f00cc9848b4f6060ddf8 f3495f310abafdcb3ff907bc4774ed54c3b3db08 Package: bash-doc Priority: optional Section: doc Installed-Size: 3413 Maintainer: Matthias Klose Architecture: all Source: bash Version: 5.2.15-2+apertis1bv2024.0db1 Replaces: bash (<< 4.3-2) Depends: dpkg (>= 1.15.4) | install-info Filename: pool/development/b/bash/bash-doc_5.2.15-2+apertis1bv2024.0db1_all.deb Size: 1964640 MD5sum: 1b35b02e21f409acecdb579884044ee2 SHA1: 0037f1751c2b89b4a7b7c84607ced882cdd001a3 SHA256: a595804caca6c5b612eecfd346a6c0612883ac4ae60bc3496b4ad1171923d356 SHA512: d1bf3de80a593c593f3edcbc54fd486134149ff0e8e64760872b2e6c9d48ff03ff62087ed4cec1cfee71e886d309a306e00179be2473a016ce82eb1ebf92ce76 Description: Documentation and examples for the GNU Bourne Again SHell Bash is an sh-compatible command language interpreter that executes commands read from the standard input or from a file. Bash also incorporates useful features from the Korn and C shells (ksh and csh). . This package contains the distributable documentation, all the examples and the main changelog. Homepage: http://tiswww.case.edu/php/chet/bash/bashtop.html Package: bash-static Priority: optional Section: shells Installed-Size: 2462 Maintainer: Matthias Klose Architecture: amd64 Source: bash Version: 5.2.15-2+apertis1bv2024.0db1 Depends: passwd (>= 1:4.0.3-10), debianutils (>= 5.6-0.1) Suggests: bash-doc Filename: pool/development/b/bash/bash-static_5.2.15-2+apertis1bv2024.0db1_amd64.deb Size: 1084032 MD5sum: 1d7c4a788d88bc52b8b7f5b19c565b58 SHA1: c8a7f25fd1610223855ac7c31eb1d75ef09226ab SHA256: b2784f0e32d2502c0be6bc0f03d3c5f7dad1321d92264c87ce92e35cd4cd34f2 SHA512: 8df4f6308738d0654709253695cab2e6eab34e6c6f6ba18697c3a088d50223e649d0b4e4a6730d8f8d6b28ace5524b7588fc893775098a1b927049344becd7ae Description: GNU Bourne Again SHell (static version) Bash is an sh-compatible command language interpreter that executes commands read from the standard input or from a file. Bash also incorporates useful features from the Korn and C shells (ksh and csh). . Statically linked. Built-Using: glibc (= 2.36-9+deb12u3+apertis1bv2024preb1) Homepage: http://tiswww.case.edu/php/chet/bash/bashtop.html Multi-Arch: foreign Package: bash-static-dbgsym Priority: optional Section: debug Installed-Size: 1675 Maintainer: Matthias Klose Architecture: amd64 Source: bash Version: 5.2.15-2+apertis1bv2024.0db1 Depends: bash-static (= 5.2.15-2+apertis1bv2024.0db1) Filename: pool/development/b/bash/bash-static-dbgsym_5.2.15-2+apertis1bv2024.0db1_amd64.deb Size: 1488916 MD5sum: c6ea25c661576a3b050a83b8aa682329 SHA1: e5432d7b4080045ed23a8e2e3b36957e62fb0a53 SHA256: 1061f2b9be99d556b7356718b8e31cb86c2c98c3d13226f5501c2040bdceeec8 SHA512: fc0737a57cad2d496970a39ed09ba9af35ccb1fb33182466925c1bea6fb2a0bf35f1de1ba177b54f25beadc507c3e30bb858703c58d147f6fdfd77ea7869c5b5 Description: debug symbols for bash-static Auto-Built-Package: debug-symbols Build-Ids: de0f02c3717ffada25a53785efc5b6f2ffb53bf6 Package: bats Priority: optional Section: devel Installed-Size: 159 Maintainer: Yaroslav Halchenko Architecture: all Version: 1.8.2-1+apertis1bv2024preb1 Recommends: parallel Filename: pool/development/b/bats/bats_1.8.2-1+apertis1bv2024preb1_all.deb Size: 48088 MD5sum: 6a220f2949781a0a168c45bef47e769d SHA1: 036dd67db713e75181cc9cbaa0f0cf77dcf366d7 SHA256: 9d2e54ff6964b222e7ead986467c5edbe698c4691a5e4f0f62b5359d300673d0 SHA512: e18ba75d4b9a67ad7ed69e7ff17cb67fff3e06a27e22e9ed7a12a878ea5c4bb18ab3624888abdc90955bb47b039bce2d0e00197d552fa06fe9b6a1ec140d7edd Description: bash automated testing system Bats is a TAP-compliant testing framework for Bash. It provides a simple way to verify that the UNIX programs you write behave as expected. Bats is most useful when testing software written in Bash, but you can use it to test any UNIX program. Homepage: https://github.com/bats-core/bats-core Multi-Arch: foreign Package: bc Priority: standard Section: math Installed-Size: 230 Maintainer: Ryan Kavanagh Architecture: amd64 Version: 1.07.1-3+apertis0bv2024dev2b1 Depends: libc6 (>= 2.34), libreadline8 (>= 6.0) Filename: pool/development/b/bc/bc_1.07.1-3+apertis0bv2024dev2b1_amd64.deb Size: 102248 MD5sum: 90dc17bb8f7637732141605ce59396e2 SHA1: 56508af1017e265acf05d13e06b9a265bfd7b1cd SHA256: 8068c4c142cc25b1aaeefaceb189d33c2bf0e7b7c954bfe391b7c58808ef9d94 SHA512: bae36ddfc590a0814e543274f4a6e6765ca7ee0a39120c10c1e9bb2dfc7745831d41855808a62ebeaf71c20a00553f4198c4e5ed5ab2e371f4b0feeb8dbe25a6 Description: GNU bc arbitrary precision calculator language GNU bc is an interactive algebraic language with arbitrary precision which follows the POSIX 1003.2 draft standard, with several extensions including multi-character variable names, an `else' statement and full Boolean expressions. GNU bc does not require the separate GNU dc program. Homepage: https://www.gnu.org/software/bc/ Multi-Arch: foreign Package: bc-dbgsym Priority: optional Section: debug Installed-Size: 110 Maintainer: Ryan Kavanagh Architecture: amd64 Source: bc Version: 1.07.1-3+apertis0bv2024dev2b1 Depends: bc (= 1.07.1-3+apertis0bv2024dev2b1) Filename: pool/development/b/bc/bc-dbgsym_1.07.1-3+apertis0bv2024dev2b1_amd64.deb Size: 91728 MD5sum: 05d24276002197e129ceb949c53e7272 SHA1: 828fc6875c42c0d8e398ef9738999208889e0ca8 SHA256: 9a378b55b83b0449742713e5a5b9915fd207446d8850aec27e1fd1e8ba4d721e SHA512: 3193bfa73962b298dfff434d0f828ad47ca3707d58eadfd3a86bfe4b7a7e82e5776e3c84a9f474020bc20cacadcdc59e6c72d8a04c4008487ea2defd075a6704 Description: debug symbols for bc Auto-Built-Package: debug-symbols Build-Ids: ca344aa8a6c45d9a43f6aa2c750c04903000c034 Package: bcc Priority: optional Section: devel Installed-Size: 300 Maintainer: Juan Cespedes Architecture: amd64 Source: linux86 Version: 0.16.17-3.4+apertis0bv2024dev2b1 Replaces: linux86 Depends: libc6 (>= 2.34), bin86 (= 0.16.17-3.4+apertis0bv2024dev2b1) Recommends: elks-libc (= 0.16.17-3.4+apertis0bv2024dev2b1) Conflicts: linux86 Filename: pool/development/l/linux86/bcc_0.16.17-3.4+apertis0bv2024dev2b1_amd64.deb Size: 126032 MD5sum: 2b3ccbeadd0d725561ca905be74ac24a SHA1: 01cda992c1839b4aa4b678f43ff0a59a86c46a60 SHA256: 101a4c1cf6b50479efc1666a4a649d995b92f2c947a0db2836feb6f39c692cf3 SHA512: c4c914e116352a7ae5ae073f388d967b2f8f7fbb76d2a1d578e38ddd1dc4248be70074a5a2054ddbccf2944e9d64d58eab195630146cd12742f3b5a178022379 Description: 16-bit x86 C compiler This is a C-compiler for 8086 cpus which is important for the development of boot loaders or BIOS related 8086 code. Multi-Arch: foreign Package: bdf2psf Priority: optional Section: utils Installed-Size: 184 Maintainer: Debian Install System Team Architecture: all Source: console-setup Version: 1.221+apertis0bv2024dev3b1 Depends: perl Filename: pool/development/c/console-setup/bdf2psf_1.221+apertis0bv2024dev3b1_all.deb Size: 30936 MD5sum: 595f53e156dbbdcb39ce5d4ef78b3ad9 SHA1: d072b950e8a6fc5bd19b0e00e274adafebee0894 SHA256: 2a1d66cf306467fe4926ba09f0d4b0b936944bd98cdb19b443ee81ed94ee6cbc SHA512: eaf21735e62f29b0551d8e023cea6699c2978be633bff56b82504882c0ed1b7b734e0cbaf69211a629bae83eff6930760a6c58d912af4a57c9d060ec27539eeb Description: font converter to generate console fonts from BDF source fonts This package provides a command-line converter that can be used in scripts to build console fonts from BDF sources automatically. The converter comes with a collection of font encodings that cover many of the world's languages. The output font can use a different character encoding from the input. When the source font does not define a glyph for a particular symbol in the encoding table, that glyph position in the console font is not wasted but used for another symbol. . When deciding about the position in the font for a particular glyph, the converter takes into account that in text video modes the video adapter copies the eighth column of the glyph matrix of symbols positioned in the pseudographic area to the ninth column. In order to create fonts for text video modes, the width of the glyph matrix of the source BDF font should be seven, eight, or nine pixels; otherwise the converter creates fonts suitable for framebuffer only. Multi-Arch: foreign Package: bdfresize Priority: optional Section: x11 Installed-Size: 42 Maintainer: Tatsuya Kinoshita Architecture: amd64 Version: 1.5-12+apertis1bv2024dev2b1 Depends: libc6 (>= 2.34) Filename: pool/development/b/bdfresize/bdfresize_1.5-12+apertis1bv2024dev2b1_amd64.deb Size: 12312 MD5sum: 6df01e6fa24199717c33553a84b46766 SHA1: d025c5175c8adad8fcebf9a00e133e6aed65dfca SHA256: 1b1b871d251e22cb449f88c1e49a6d0a7dad6ae55715af636a57e9339d703893 SHA512: 8e4c2da68b3d03f2670086a92c51fa0e9d86e50d59944da3121915fcd1d2b40ae61a313e8d8f25fb05a05d63001ef8461335b0a668492ebbde0ed34b20524cd3 Description: tool for resizing BDF format font Bdfresize is a command to magnify or reduce fonts which are described with the standard BDF format. Homepage: http://openlab.jp/efont/ Package: bdfresize-dbgsym Priority: optional Section: debug Installed-Size: 33 Maintainer: Tatsuya Kinoshita Architecture: amd64 Source: bdfresize Version: 1.5-12+apertis1bv2024dev2b1 Depends: bdfresize (= 1.5-12+apertis1bv2024dev2b1) Filename: pool/development/b/bdfresize/bdfresize-dbgsym_1.5-12+apertis1bv2024dev2b1_amd64.deb Size: 18440 MD5sum: c2821c1e6cd4be05f80cb1216905d512 SHA1: eefac0cba3da9ba3a1a9c69fc92ee6610dd45156 SHA256: 1054dd4be4eb7df0aec2106a90a7dddc024abf0266a5cc174c9f075053d46496 SHA512: 7606b1629ef8b022ae7164fb49887533d10d1d3c0c809fc53b7dd504b872b11969fe91f700b323a9e11d26fb68e505fc0ad8700f1f2a7dca924eff53f96f0ef8 Description: debug symbols for bdfresize Auto-Built-Package: debug-symbols Build-Ids: 7598a4cd08612c62c9345c33c93ff77f4cdbfeea Package: biber Priority: optional Section: tex Installed-Size: 1683 Maintainer: Debian TeX Task Force Architecture: all Version: 2.18-1+apertis0bv2024dev2b1 Depends: tex-common (>= 6.13), perl:any, perl (>= 5.30), libautovivification-perl, libclass-accessor-perl, libdata-compare-perl, libdata-dump-perl, libdata-uniqid-perl, libdate-simple-perl, libdatetime-perl, libdatetime-format-builder-perl, libdatetime-calendar-julian-perl, libencode-eucjpms-perl, libencode-hanextra-perl, libencode-jis2k-perl, libfile-slurper-perl, libipc-run3-perl, liblwp-protocol-https-perl, liblingua-translit-perl, liblist-allutils-perl, liblist-moreutils-perl, liblog-log4perl-perl, libparse-recdescent-perl, libreadonly-perl, libregexp-common-perl, libsort-key-perl, libtext-bibtex-perl (>= 0.88), libtext-csv-perl, libtext-csv-xs-perl, libtext-roman-perl, libunicode-collate-perl, libwww-perl, libxml-libxml-simple-perl, libxml-libxslt-perl, libxml-writer-perl, libbusiness-isbn-perl, libbusiness-ismn-perl, libbusiness-issn-perl, liburi-perl, libunicode-linebreak-perl, libencode-eucjpascii-perl Recommends: texlive-bibtex-extra Breaks: biblatex (<< 2), texlive-bibtex-extra (<< 2022.20220722) Filename: pool/development/b/biber/biber_2.18-1+apertis0bv2024dev2b1_all.deb Size: 555880 MD5sum: daa5e3e029ae2c0098446ef4fb166721 SHA1: b34dc74de45cc20e6597c37ad052c08fb0fac294 SHA256: e0d1bacf39246c3be0650ef599baf5be9c52de8b70e53353ba569ad2e192264e SHA512: 5e44c7dd5999b23f413b14946d96e20c8179a6b04cff394d5db0c90568c6b698f9f758ba77470cd2d058288b00e260bcde29b1a2c0eb47997468cea3e50c78e7 Description: Much-augmented BibTeX replacement for BibLaTeX users The biblatex package by Philipp Lehman is becoming the definitive citation management tool for LaTeX users. Biblatex has relied on the venerable BibTeX program only for sorting and generating a very generic .bbl file without any formatting instruction. Everything else is taken care of by biblatex, which provides a powerful and flexible macro interface for authors of citation styles. . Biber offers a large superset of BibTeX functionality for BibLaTeX users. In addition it offers full UTF-8 (Unicode 6.0) capabilities, fully customisable sorting, output to GraphViz to help visualise complex crossrefs, support for remote data sources, structural validation of the data against the (customisable) data model, and a lot more. Homepage: http://biblatex-biber.sourceforge.net/ Package: bin86 Priority: optional Section: devel Installed-Size: 234 Maintainer: Juan Cespedes Architecture: amd64 Source: linux86 Version: 0.16.17-3.4+apertis0bv2024dev2b1 Depends: libc6 (>= 2.34) Conflicts: linux86 Filename: pool/development/l/linux86/bin86_0.16.17-3.4+apertis0bv2024dev2b1_amd64.deb Size: 102464 MD5sum: b444b3ba9050d2375f3207576149fe2c SHA1: 3863c3e7c65a5201dfd6b5d744235eb8407718ac SHA256: f43adbf10c7b513d77585f6b216505c02841ce50d07582d4633cba5da9256f88 SHA512: 13c21b1e77e9e0ba691a37436387707397bf80576c7b5ca06334b577765d8d8a833f4a780a5c7b13fe528baa0384fa6076c3d2b8b93cc8f0a72e7ab81a37f7a1 Description: 16-bit x86 assembler and loader This is the as86 and ld86 distribution written by Bruce Evans. It's a complete 8086 assembler and loader which can make 32-bit code for the 386+ processors. Multi-Arch: foreign Package: bindgen Priority: optional Section: rust Installed-Size: 3730 Maintainer: Debian Rust Maintainers Architecture: amd64 Source: rust-bindgen Version: 0.60.1-2+apertis0bv2024dev2b1 Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.2) Filename: pool/development/r/rust-bindgen/bindgen_0.60.1-2+apertis0bv2024dev2b1_amd64.deb Size: 1004288 MD5sum: 897e6b0afe9837d31e35455e8351474e SHA1: 19e69849a944239beb7611ae563f15c28d753a92 SHA256: e8e8038c20b5ded7d13ed136104be27557b391f971d607a3fa1591e4bd5b5ee4 SHA512: eb4a7091d15fd9601a4d82e38f72e27cd1cfa396ff429dbceae0f159e892ca9fe649f74fc02ab169f943729c8463d8b20de333f136ed587217febfd4eb4b2f61 Description: Automatically generates Rust FFI bindings to C and C++ libraries This package contains the following binaries built from the Rust crate "bindgen": - bindgen Built-Using: rustc (= 1.63.0+dfsg1-2) Homepage: https://rust-lang.github.io/rust-bindgen/ Multi-Arch: allowed X-Cargo-Built-Using: rust-aho-corasick (= 0.7.19-1), rust-atty (= 0.2.14-2), rust-bitflags (= 1.3.2-2), rust-cexpr (= 0.6.0-2), rust-cfg-if (= 1.0.0-1), rust-clang-sys (= 1.3.0-1), rust-clap-3 (= 3.2.23-4), rust-clap-lex (= 0.3.0-1), rust-either (= 1.6.1-1), rust-env-logger (= 0.9.3-1), rust-glob (= 0.3.0-1), rust-hashbrown (= 0.12.3-1), rust-humantime (= 2.1.0-1), rust-indexmap (= 1.9.2-1), rust-lazy-static (= 1.4.0-2), rust-lazycell (= 1.3.0-3), rust-libc (= 0.2.139-1), rust-libloading (= 0.7.4-1), rust-log (= 0.4.17-3), rust-memchr (= 2.5.0-1), rust-minimal-lexical (= 0.2.1-2), rust-nom (= 7.1.1-1), rust-once-cell (= 1.17.0-1), rust-os-str-bytes (= 6.0.0-1), rust-peeking-take-while (= 0.1.2-1), rust-proc-macro2 (= 1.0.47-1), rust-quote (= 1.0.21-1), rust-regex (= 1.7.1-1+apertis0bv2024dev2b1), rust-regex-syntax (= 0.6.27-1), rust-rustc-hash (= 1.1.0-1), rust-shlex (= 1.1.0-1), rust-strsim (= 0.10.0-1), rust-termcolor (= 1.1.2-1), rust-textwrap (= 0.16.0-2), rust-unicode-ident (= 1.0.0-1), rust-which (= 4.2.5-1), rustc (= 1.63.0+dfsg1-2) Package: bindgen-dbgsym Priority: optional Section: debug Installed-Size: 11833 Maintainer: Debian Rust Maintainers Architecture: amd64 Source: rust-bindgen Version: 0.60.1-2+apertis0bv2024dev2b1 Depends: bindgen (= 0.60.1-2+apertis0bv2024dev2b1) Filename: pool/development/r/rust-bindgen/bindgen-dbgsym_0.60.1-2+apertis0bv2024dev2b1_amd64.deb Size: 10972124 MD5sum: aceb1f47b8aed83d1892b415e180e2c0 SHA1: be6812675595d48e0d16f71cabaa97e37b38cdfc SHA256: bd9ee8025f867dbf7f9c0754caaeed5db27926bb41d6c234782c66752fd540fb SHA512: 647a0cce19fe4b1b3c8c9173b1dbea4df4f6d7c77a401650b8dd117e7558ce31657431f06eb52205768cf4f9682a164a2cac2a4533219dfadde2d46adb96058c Description: debug symbols for bindgen Auto-Built-Package: debug-symbols Build-Ids: 907aec6bf1d8399a00732b777d9b161002e29aaf X-Cargo-Built-Using: rust-aho-corasick (= 0.7.19-1), rust-atty (= 0.2.14-2), rust-bitflags (= 1.3.2-2), rust-cexpr (= 0.6.0-2), rust-cfg-if (= 1.0.0-1), rust-clang-sys (= 1.3.0-1), rust-clap-3 (= 3.2.23-4), rust-clap-lex (= 0.3.0-1), rust-either (= 1.6.1-1), rust-env-logger (= 0.9.3-1), rust-glob (= 0.3.0-1), rust-hashbrown (= 0.12.3-1), rust-humantime (= 2.1.0-1), rust-indexmap (= 1.9.2-1), rust-lazy-static (= 1.4.0-2), rust-lazycell (= 1.3.0-3), rust-libc (= 0.2.139-1), rust-libloading (= 0.7.4-1), rust-log (= 0.4.17-3), rust-memchr (= 2.5.0-1), rust-minimal-lexical (= 0.2.1-2), rust-nom (= 7.1.1-1), rust-once-cell (= 1.17.0-1), rust-os-str-bytes (= 6.0.0-1), rust-peeking-take-while (= 0.1.2-1), rust-proc-macro2 (= 1.0.47-1), rust-quote (= 1.0.21-1), rust-regex (= 1.7.1-1+apertis0bv2024dev2b1), rust-regex-syntax (= 0.6.27-1), rust-rustc-hash (= 1.1.0-1), rust-shlex (= 1.1.0-1), rust-strsim (= 0.10.0-1), rust-termcolor (= 1.1.2-1), rust-textwrap (= 0.16.0-2), rust-unicode-ident (= 1.0.0-1), rust-which (= 4.2.5-1), rustc (= 1.63.0+dfsg1-2) Package: binfmt-support Priority: optional Section: admin Installed-Size: 212 Maintainer: Colin Watson Architecture: amd64 Version: 2.2.2-2+apertis1bv2024dev2b1 Depends: lsb-base, libc6 (>= 2.34), libpipeline1 (>= 1.0.0) Pre-Depends: init-system-helpers (>= 1.54~) Filename: pool/development/b/binfmt-support/binfmt-support_2.2.2-2+apertis1bv2024dev2b1_amd64.deb Size: 66016 MD5sum: 3e4f8e0089527720e6b54479c7fb99d6 SHA1: dd35a0955cd31950e0f909631d3c05be9222b6f5 SHA256: ef9b57478fa177eda639d106e51c41e9e3377a3b00e7af8b426dd12dde3cf262 SHA512: 629f09c6f297c5919083a98e7558652cf323885ff4b9fae1010f550f4706edb7b15de2711d0583962cf420d508ac60c039979597de45215f870885a73dd339ba Description: Support for extra binary formats The binfmt_misc kernel module, contained in versions 2.1.43 and later of the Linux kernel, allows system administrators to register interpreters for various binary formats based on a magic number or their file extension, and cause the appropriate interpreter to be invoked whenever a matching file is executed. Think of it as a more flexible version of the #! executable interpreter mechanism. . This package provides an 'update-binfmts' script with which package maintainers can register interpreters to be used with this module without having to worry about writing their own init.d scripts, and which sysadmins can use for a slightly higher-level interface to this module. Homepage: https://nongnu.org/binfmt-support/ Multi-Arch: foreign Package: binfmt-support-dbgsym Priority: optional Section: debug Installed-Size: 266 Maintainer: Colin Watson Architecture: amd64 Source: binfmt-support Version: 2.2.2-2+apertis1bv2024dev2b1 Depends: binfmt-support (= 2.2.2-2+apertis1bv2024dev2b1) Filename: pool/development/b/binfmt-support/binfmt-support-dbgsym_2.2.2-2+apertis1bv2024dev2b1_amd64.deb Size: 231848 MD5sum: bd4cc4d5200ddf16d5ce27a4783fe41d SHA1: d3c49191eb71e688ca5593053bf1461e4290419e SHA256: 9df3d127e76878a8a799761ba6da75849d35b742a72c67691da466f9bf709e95 SHA512: 6cb5f8bd80f59f5c22cf0011438df196f806ad6141895e20355cb765ae9ebfe383f5bf24f92fea84b378cfa17db9027d8b09ad6db66d53cb2179a06f516513a4 Description: debug symbols for binfmt-support Auto-Built-Package: debug-symbols Build-Ids: 6aa8419a16223babb7546a6004defa4c6bbd2959 fa2f31886bd0997ebe86ceed7431512da4f4c1ca Package: binutils Priority: optional Section: devel Installed-Size: 110 Maintainer: Matthias Klose Architecture: amd64 Version: 2.40-2+apertis3bv2024preb2 Provides: binutils-gold, elf-binutils Depends: binutils-common (= 2.40-2+apertis3bv2024preb2), libbinutils (= 2.40-2+apertis3bv2024preb2), binutils-x86-64-linux-gnu (= 2.40-2+apertis3bv2024preb2) Suggests: binutils-doc (>= 2.40-2+apertis3bv2024preb2) Conflicts: binutils-mingw-w64-i686 (<< 2.23.52.20130612-1+3), binutils-mingw-w64-x86-64 (<< 2.23.52.20130612-1+3), binutils-multiarch (<< 2.27-8), modutils (<< 2.4.19-1) Filename: pool/development/b/binutils/binutils_2.40-2+apertis3bv2024preb2_amd64.deb Size: 66092 MD5sum: a503e1000f9b1962bf83fb4caefe4a9b SHA1: c4a5a7f58660d68154e7a2eb26ab2ed9685482df SHA256: e151a3d7063f007863a2b0e2ff3795b739173763cb5042f0f7315d810c7371bc SHA512: a3bd50ca8b8f92e215fc62ab81ee19b58340285cb4b38d85192d37bd962c4aedd8c4e590b02e63178b3977dc20061a1981f1579c21118d9e7c0a28d02e8ade17 Description: GNU assembler, linker and binary utilities The programs in this package are used to assemble, link and manipulate binary and object files. They may be used in conjunction with a compiler and various libraries to build programs. Homepage: https://www.gnu.org/software/binutils/ Package: binutils-aarch64-linux-gnu Priority: optional Section: devel Installed-Size: 19220 Maintainer: Matthias Klose Architecture: amd64 Source: binutils Version: 2.40-2+apertis3bv2024preb2 Replaces: binutils (<< 2.29-6), binutils-dev (<< 2.38.50.20220609-2) Depends: binutils-common (= 2.40-2+apertis3bv2024preb2), libbinutils (>= 2.39.50), libc6 (>= 2.36), libgcc-s1 (>= 4.2), libjansson4 (>= 2.14), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4) Suggests: binutils-doc (= 2.40-2+apertis3bv2024preb2) Breaks: binutils (<< 2.29-6), binutils-dev (<< 2.38.50.20220609-2) Filename: pool/development/b/binutils/binutils-aarch64-linux-gnu_2.40-2+apertis3bv2024preb2_amd64.deb Size: 3333812 MD5sum: 3a041021b5942d37988d2ced9ccf401c SHA1: e06fa4bd8e49fd49c5d5b4efad77b0b9cbd35859 SHA256: 648f88962efba6a5451e2cc8502f624477a49002b878b59ae8f9cca47845ff59 SHA512: 817a6a2d44fabfea9b0aae7a78334d6fc9d63a3e8a202e6e5146cd251fd6a950fc93a84299a38a0d7d9a96d6da20c32ef69e600c1ee6418a304dc5391c3ac95a Description: GNU binary utilities, for aarch64-linux-gnu target This package provides GNU assembler, linker and binary utilities for the aarch64-linux-gnu target. . You don't need this package unless you plan to cross-compile programs for aarch64-linux-gnu and aarch64-linux-gnu is not your native platform. Homepage: https://www.gnu.org/software/binutils/ Multi-Arch: allowed Package: binutils-aarch64-linux-gnu-dbg Priority: optional Section: debug Installed-Size: 64733 Maintainer: Matthias Klose Architecture: amd64 Source: binutils Version: 2.40-2+apertis3bv2024preb2 Depends: binutils-aarch64-linux-gnu (= 2.40-2+apertis3bv2024preb2) Filename: pool/development/b/binutils/binutils-aarch64-linux-gnu-dbg_2.40-2+apertis3bv2024preb2_amd64.deb Size: 62236420 MD5sum: b8f6f498f143c9da0c25fb5295486ad9 SHA1: 0a6e651bcb6ce37ff661c1c9fddec414c18b6427 SHA256: 80f8eef13973da588d85426c0af9bcf7c78d9749ff07bea058424566d48acc69 SHA512: e1117ed1477d3d229aca37365df9d3b033f9376cf51cae421e152b8b477cc441b2cfaeb443c9cd4e47a4dffdcc83661f964524caac331a495105291fee1e8746 Description: GNU binary utilities, for aarch64-linux-gnu target (debug symbols) This package provides debug symbols for binutils-aarch64-linux-gnu. Homepage: https://www.gnu.org/software/binutils/ Multi-Arch: foreign Package: binutils-arm-linux-gnueabi Priority: optional Section: devel Installed-Size: 15486 Maintainer: Matthias Klose Architecture: amd64 Source: binutils Version: 2.40-2+apertis3bv2024preb2 Replaces: binutils (<< 2.29-6), binutils-dev (<< 2.38.50.20220609-2) Depends: binutils-common (= 2.40-2+apertis3bv2024preb2), libbinutils (>= 2.39.50), libc6 (>= 2.36), libgcc-s1 (>= 4.2), libjansson4 (>= 2.14), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4) Suggests: binutils-doc (= 2.40-2+apertis3bv2024preb2) Breaks: binutils (<< 2.29-6), binutils-dev (<< 2.38.50.20220609-2) Filename: pool/development/b/binutils/binutils-arm-linux-gnueabi_2.40-2+apertis3bv2024preb2_amd64.deb Size: 3206244 MD5sum: 43ee6442411c3d23a0f98db3e31f469e SHA1: 6053a91874a94d77f254a7b717f7aa44bfa1abe3 SHA256: da2b957ba6de6097541764a92f57e50fc4ee031301dc22dd5601ad8212adcf5a SHA512: 408adae54c7436d3b4cc0b68530fd00ce9f2f82d58bf1c015262a0fea74a8d4edd97786f0789646155c5e635a748a90181634acbce22e719804e8fa2daf846dc Description: GNU binary utilities, for arm-linux-gnueabi target This package provides GNU assembler, linker and binary utilities for the arm-linux-gnueabi target. . You don't need this package unless you plan to cross-compile programs for arm-linux-gnueabi and arm-linux-gnueabi is not your native platform. Homepage: https://www.gnu.org/software/binutils/ Multi-Arch: allowed Package: binutils-arm-linux-gnueabi-dbg Priority: optional Section: debug Installed-Size: 62706 Maintainer: Matthias Klose Architecture: amd64 Source: binutils Version: 2.40-2+apertis3bv2024preb2 Depends: binutils-arm-linux-gnueabi (= 2.40-2+apertis3bv2024preb2) Filename: pool/development/b/binutils/binutils-arm-linux-gnueabi-dbg_2.40-2+apertis3bv2024preb2_amd64.deb Size: 60350228 MD5sum: 4cccd18e3806f9f20d4abe9c518fefe1 SHA1: 1027ff4674f1192cbd1b21603cc8973ab10d55c6 SHA256: d75ed121dee20b0feb90c4ae1d1f79184d3d7566fb6d92c6f2a7076099aead06 SHA512: c4d8291b2d8adb65368bd0d97b6e732787a6207d546a09883dbe2bf590ed9002a33016ea094b56536ee75f6042794c7ec42f37a896f1fde45e4e2e9eee01c718 Description: GNU binary utilities, for arm-linux-gnueabi target (debug symbols) This package provides debug symbols for binutils-arm-linux-gnueabi. Homepage: https://www.gnu.org/software/binutils/ Multi-Arch: foreign Package: binutils-arm-linux-gnueabihf Priority: optional Section: devel Installed-Size: 15490 Maintainer: Matthias Klose Architecture: amd64 Source: binutils Version: 2.40-2+apertis3bv2024preb2 Replaces: binutils (<< 2.29-6), binutils-dev (<< 2.38.50.20220609-2) Depends: binutils-common (= 2.40-2+apertis3bv2024preb2), libbinutils (>= 2.39.50), libc6 (>= 2.36), libgcc-s1 (>= 4.2), libjansson4 (>= 2.14), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4) Suggests: binutils-doc (= 2.40-2+apertis3bv2024preb2) Breaks: binutils (<< 2.29-6), binutils-dev (<< 2.38.50.20220609-2) Filename: pool/development/b/binutils/binutils-arm-linux-gnueabihf_2.40-2+apertis3bv2024preb2_amd64.deb Size: 3205128 MD5sum: 95f47aae71d2fc5a3befad9419b1801a SHA1: 1f83e0deb5cbe309e9a3763acfc4107a7c58438d SHA256: 586ec7523952d7725bcaaf8b552ace3a6179a58359ea5553a179354f62f20cd4 SHA512: 2327dc2078889cf93970389b9c64b40dc93babdf02c67c2ec499f4bd78718caecd872f3282db252ad0ad1d3905d058c09be03fe14f9cea4c8ce06f50b2949f3b Description: GNU binary utilities, for arm-linux-gnueabihf target This package provides GNU assembler, linker and binary utilities for the arm-linux-gnueabihf target. . You don't need this package unless you plan to cross-compile programs for arm-linux-gnueabihf and arm-linux-gnueabihf is not your native platform. Homepage: https://www.gnu.org/software/binutils/ Multi-Arch: allowed Package: binutils-arm-linux-gnueabihf-dbg Priority: optional Section: debug Installed-Size: 62706 Maintainer: Matthias Klose Architecture: amd64 Source: binutils Version: 2.40-2+apertis3bv2024preb2 Depends: binutils-arm-linux-gnueabihf (= 2.40-2+apertis3bv2024preb2) Filename: pool/development/b/binutils/binutils-arm-linux-gnueabihf-dbg_2.40-2+apertis3bv2024preb2_amd64.deb Size: 60360568 MD5sum: dd79fced5dad5fc0bef2464ba14a2a7f SHA1: 5d0d91ee6721b40832be35e55568fcde5f49e6eb SHA256: 8572f846a6d7fadbde007ae8a89b6e84be34824018110d4a1578ac75be68915e SHA512: a9d8d6b2e754406d84f8822b41f7fc7d2e2b596e57478e653df22a30c9b18712e3c7e986ea528d41b180e4ce650a682ec97a17f7e191dca57141ffa309c6fb44 Description: GNU binary utilities, for arm-linux-gnueabihf target (debug symbols) This package provides debug symbols for binutils-arm-linux-gnueabihf. Homepage: https://www.gnu.org/software/binutils/ Multi-Arch: foreign Package: binutils-arm-none-eabi Priority: optional Section: devel Installed-Size: 18208 Maintainer: Joaquin de Andres Architecture: amd64 Source: binutils-arm-none-eabi (18+apertis0bv2024dev2b1) Version: 2.40-2+18+apertis0bv2024dev2b1 Depends: libc6 (>= 2.34), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.2.0) Filename: pool/development/b/binutils-arm-none-eabi/binutils-arm-none-eabi_2.40-2+18+apertis0bv2024dev2b1_amd64.deb Size: 2852364 MD5sum: e191d6be7160aa0fc8e926b489f07345 SHA1: eb8b0795ab2b8d01b566e453bf284d68f6ff7bb8 SHA256: dc3881a022da4b7a7a191de9ab4076cf8218219fb67e4f4082a1379fb1848591 SHA512: 14d5f094400d383f1793b1e6f5dea438393016c987f6dab72a211cc40f61fb86fad4f125dd62880d3684457460b249562aaedc69d58c465b6e517175b585c54b Description: GNU assembler, linker and binary utilities for ARM Cortex-R/M processors Bare metal binutils for embedded ARM chips using Cortex-M0/M0+/M3/M4 and Cortex-R4/R5/R7 processors. The programs in this package are used to manipulate binary and object files that may have been created for Cortex architecture. Built-Using: binutils (= 2.40-2) Homepage: https://sourceware.org/binutils/ Multi-Arch: foreign Package: binutils-arm-none-eabi-dbgsym Priority: optional Section: debug Installed-Size: 33991 Maintainer: Joaquin de Andres Architecture: amd64 Source: binutils-arm-none-eabi (18+apertis0bv2024dev2b1) Version: 2.40-2+18+apertis0bv2024dev2b1 Depends: binutils-arm-none-eabi (= 2.40-2+18+apertis0bv2024dev2b1) Filename: pool/development/b/binutils-arm-none-eabi/binutils-arm-none-eabi-dbgsym_2.40-2+18+apertis0bv2024dev2b1_amd64.deb Size: 33114208 MD5sum: 639be7ba2f3eb13e281d871941aacae5 SHA1: e8847c661f7e2245ef5b5d32ddf3dbdb4ebd5c85 SHA256: 70c47a7e1a084926da94db327024686a847e7dfd7164bf3201cdb855ea5614f9 SHA512: 4dc76f1b0ddddf9637d012ef6916f1b1af69bd1d4d416610d37e5160add5c1f16733d64e74456687eae5c631fb5896474ce5a6add9b11e6c2d646068486696ca Description: debug symbols for binutils-arm-none-eabi Auto-Built-Package: debug-symbols Build-Ids: 0d28c1dbd1eaefb70d19649c4fcb649be0650fc3 10c87745190bb4b02d2a631596d033f0708fb803 335d551a189b25878e82bf5704a5da2991886c6a 35af2040cc13fe26d571ea7a04c511e9b4e5fffe 5bf894b6a5662ebbbe16b2adaa083ee75e45a6f1 5d00766641294633e429f3dfe2b0156495be549f 5d1d0bd3138819b3fdfe0d71a9b8a6b01022387d 84ed4ba02c4219e36ce7325f803dc391e03bde2a 8d69d2cbca42e10123d212abc358439536913943 b8ae765ec9f43c260344f3c5a28cf9f0d62658d2 c4bcc427cdf04b0f3d45a8c15df0ccd83b8da602 c69acc627e823fe964620be2e0861850152525a8 c9358608745090fab547e9eed44789ae05d3ad29 d9983a81f5376439cd74070184c26860a26fab95 de8800d99a2d58a9895d8c2392743dce5295a1d4 f75c3a0f19c437477280500fc6ed8fbf0959a506 Package: binutils-common Priority: optional Section: devel Installed-Size: 15022 Maintainer: Matthias Klose Architecture: amd64 Source: binutils Version: 2.40-2+apertis3bv2024preb2 Replaces: binutils (<< 2.38.50.20220527-2), binutils-multiarch (<< 2.38.50.20220527-2) Breaks: binutils (<< 2.38.50.20220527-2), binutils-multiarch (<< 2.38.50.20220527-2) Filename: pool/development/b/binutils/binutils-common_2.40-2+apertis3bv2024preb2_amd64.deb Size: 2488240 MD5sum: 0911da204bbfa972266b9556b6abef7b SHA1: 5994c5732e0dfacded5a1fcc4abd7eaa9708e42b SHA256: 2cf7dfba396846aa045833ee9f724808d0e54fd88082cac3f271868387823b9f SHA512: d085eaf9fde999a291bac8c377aadfb84e165fceaf411e53137e61b5f9a0745e08fc5445d113af5ddf703a2f151cdcf358ca97a91cc2d908d77cd0ce6ee34976 Description: Common files for the GNU assembler, linker and binary utilities This package contains the localization files used by binutils packages for various target architectures and parts of the binutils documentation. It is not useful on its own. Homepage: https://www.gnu.org/software/binutils/ Multi-Arch: same Package: binutils-dev Priority: optional Section: devel Installed-Size: 28854 Maintainer: Matthias Klose Architecture: amd64 Source: binutils Version: 2.40-2+apertis3bv2024preb2 Replaces: libbfd-dev, libc5-dev Provides: libbfd-dev Depends: binutils (= 2.40-2+apertis3bv2024preb2), libbinutils (= 2.40-2+apertis3bv2024preb2), libctf0 (= 2.40-2+apertis3bv2024preb2), libctf-nobfd0 (= 2.40-2+apertis3bv2024preb2) Conflicts: libbfd-dev Filename: pool/development/b/binutils/binutils-dev_2.40-2+apertis3bv2024preb2_amd64.deb Size: 3834712 MD5sum: a1691b5fca1a2aa759acef733c70c8dd SHA1: 460813bea9249e78d419770096ccea4897f31380 SHA256: 9b3c6992ae35ee93b243f6d7827a6b7615b1a26848183ad808b3454851db5e48 SHA512: 11b7a2d4bd904be5b650b8ba7d4dee155425a4dd586bf8a45bca3dc48e76133f743d0109d78f8f499d3dfb78c5fbe8b20ec574cbcfb3153d634888c944eae36c Description: GNU binary utilities (BFD development files) This package includes header files and static libraries necessary to build programs which use the GNU BFD library, which is part of binutils. Note that building Debian packages which depend on the shared libbfd is Not Allowed. Homepage: https://www.gnu.org/software/binutils/ Package: binutils-doc Priority: optional Section: doc Installed-Size: 618 Maintainer: Matthias Klose Architecture: all Source: binutils Version: 2.40-2+apertis3bv2024preb2 Suggests: binutils (= 2.40-2+apertis3bv2024preb2) Filename: pool/development/b/binutils/binutils-doc_2.40-2+apertis3bv2024preb2_all.deb Size: 621784 MD5sum: c8470e22c6ea5a1bf2c11377679629a7 SHA1: 3c93dcb96c235f1ff59066b1e4ef43531e57de09 SHA256: b5c8654100537dfc1cbf7d2339233873479022e93d0aa7ee94b5f77b1f6ac9e2 SHA512: 1c82db09db780981f2f58a6481d848af6ba77a70dda0951263b75311c0181903a0058a6215cad9bd47fbb74868de5a46e9eb3355079edbd7cea8dfcaba9ae7f5 Description: Documentation for the GNU assembler, linker and binary utilities This package consists of the documentation for the GNU assembler, linker and binary utilities in info format. Homepage: https://www.gnu.org/software/binutils/ Multi-Arch: foreign Package: binutils-for-build Priority: optional Section: devel Installed-Size: 6 Maintainer: Matthias Klose Architecture: all Source: binutils Version: 2.40-2+apertis3bv2024preb2 Depends: binutils (>= 2.30-2), binutils-common (>= 2.30-2) Filename: pool/development/b/binutils/binutils-for-build_2.40-2+apertis3bv2024preb2_all.deb Size: 1096 MD5sum: 0fbd635b448a265214c1669c1f082224 SHA1: b0035fe3dc1f9be8284bf460af69563f472c5525 SHA256: 35f8a9147a1b36fb0eb53cdad4b8a2d3754c4061663adec94f428b2ab24e7833 SHA512: ba7b435440bec48d63508ebba851d6aa5ecb659534d3e9aabe3e250c4499cdccb1a620ab104c3cba41dae09ee4f21b92bd12b58c06b9bc6ea3a83713e664ce44 Description: GNU assembler, linker and binary utilities for the build architecture The programs in this package are used to assemble, link and manipulate binary and object files for the native architecture. They may be used in conjunction with a build architecture compiler and various libraries to build programs. When using binutils through this metapackage, tools without an architecture prefix must be used. Homepage: https://www.gnu.org/software/binutils/ Multi-Arch: foreign Package: binutils-for-host Priority: optional Section: devel Installed-Size: 6 Maintainer: Matthias Klose Architecture: amd64 Source: binutils Version: 2.40-2+apertis3bv2024preb2 Depends: binutils-x86-64-linux-gnu:any (>= 2.30-2), binutils-common (= 2.40-2+apertis3bv2024preb2) Filename: pool/development/b/binutils/binutils-for-host_2.40-2+apertis3bv2024preb2_amd64.deb Size: 1124 MD5sum: 3fd2e00946a02ecb27f350992acd739e SHA1: ecabd0f89cd461f464b544f903b247910195d51f SHA256: 3f071edaa2938d1457bfc4024909306f58cf26aeca447a6f451a0e25f2ae65aa SHA512: 408a0a2bafe403c4b072bfa743dcfa9c278cb8982ce29108490fd928f56d51a9efdaeaa0b56702d08185c1e124547189f8673b5e8af6633193777f00830f2ab9 Description: GNU assembler, linker and binary utilities for the host architecture The programs in this package are used to assemble, link and manipulate binary and object files for the architecture of this package. They may be used in conjunction with a matching compiler and various libraries to build programs. When using binutils through this metapackage, all tools must be used with an architecture prefix. Homepage: https://www.gnu.org/software/binutils/ Multi-Arch: same Package: binutils-hppa64-linux-gnu Priority: optional Section: devel Installed-Size: 4593 Maintainer: Matthias Klose Architecture: amd64 Source: binutils Version: 2.40-2+apertis3bv2024preb2 Replaces: binutils-hppa64 (<< 2.25.1-2) Provides: binutils-hppa64 Depends: libbinutils (>= 2.39.50), libc6 (>= 2.34), libjansson4 (>= 2.14), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.2.0), binutils (= 2.40-2+apertis3bv2024preb2), binutils-common (= 2.40-2+apertis3bv2024preb2) Recommends: libc6-dev Suggests: binutils-doc (>= 2.40-2+apertis3bv2024preb2) Breaks: binutils-hppa64 (<< 2.25.1-2) Filename: pool/development/b/binutils/binutils-hppa64-linux-gnu_2.40-2+apertis3bv2024preb2_amd64.deb Size: 1150148 MD5sum: 228e039a626e45d3a5cd1f0e7edc0d39 SHA1: eabf08536ed94e9472d6a94d5c76ab5b442c6f6e SHA256: 6cf02deb0e2a5f25a20d9a434b0d9c640da879c5036036057a7e01c4578f7c95 SHA512: 39385f568db62c4830c58f7688d6188557ff611bfcb8ecb9ef024814d19a074e29a81f6b4a1c99563e520172418445200017dedb8e526e77b1b3dc3483874106 Description: GNU assembler, linker and binary utilities targeted for hppa64-linux The programs in this package are used to assemble, link and manipulate binary and object files. They may be used in conjunction with a compiler and various libraries to build programs. . This package is needed to build an 64-bit kernel for 64-bit hppa machines. Homepage: https://www.gnu.org/software/binutils/ Package: binutils-hppa64-linux-gnu-dbg Priority: optional Section: debug Installed-Size: 5072 Maintainer: Matthias Klose Architecture: amd64 Source: binutils Version: 2.40-2+apertis3bv2024preb2 Depends: binutils-hppa64-linux-gnu (= 2.40-2+apertis3bv2024preb2) Filename: pool/development/b/binutils/binutils-hppa64-linux-gnu-dbg_2.40-2+apertis3bv2024preb2_amd64.deb Size: 4580552 MD5sum: 381c39a7766bc222f2b3b30ee337dff8 SHA1: 20397fa754e3b094297e544afe56a15b7f0d1e5b SHA256: 3bd09ef1379adda52ce13ee6ed321b4ae48c552d5cc6e377a14d7e89b1a94f05 SHA512: 3fefe8b87789ac1585c3ba99cd81f245ef9d539e6fe677643808f5d11f26ade5888b695ee5aea168f9815179f31914f78744233174a31c00d6d8b78483b5f3e3 Description: GNU binutils targeted for hppa64-linux (debug symbols) This package provides debug symbols for binutils-hppa64-linux-gnu. Homepage: https://www.gnu.org/software/binutils/ Package: binutils-i686-linux-gnu Priority: optional Section: devel Installed-Size: 14041 Maintainer: Matthias Klose Architecture: amd64 Source: binutils Version: 2.40-2+apertis3bv2024preb2 Replaces: binutils (<< 2.29-6), binutils-dev (<< 2.38.50.20220609-2) Provides: binutils-i586-linux-gnu Depends: binutils-common (= 2.40-2+apertis3bv2024preb2), libbinutils (>= 2.39.50), libc6 (>= 2.36), libgcc-s1 (>= 4.2), libjansson4 (>= 2.14), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4) Suggests: binutils-doc (= 2.40-2+apertis3bv2024preb2) Breaks: binutils (<< 2.29-6), binutils-dev (<< 2.38.50.20220609-2) Filename: pool/development/b/binutils/binutils-i686-linux-gnu_2.40-2+apertis3bv2024preb2_amd64.deb Size: 2605528 MD5sum: 4a0456fafdd3f82f573400c24477aeb1 SHA1: 7be25e42a6d0557da206e124ea5578be44be0d61 SHA256: dea57b536a9d53004281ec65852e30f5994e3f64e174405af56312ae0ca4361a SHA512: 011cac1eb01f73fcc96f5da336d93c76bc8f86be74d8fe6d4ab4d1cb594237de64491445d173a743b3c4fc9028e10338b4f59bf012fec9a03d5c4676bd161cce Description: GNU binary utilities, for i686-linux-gnu target This package provides GNU assembler, linker and binary utilities for the i686-linux-gnu target. . You don't need this package unless you plan to cross-compile programs for i686-linux-gnu and i686-linux-gnu is not your native platform. Homepage: https://www.gnu.org/software/binutils/ Multi-Arch: allowed Package: binutils-i686-linux-gnu-dbg Priority: optional Section: debug Installed-Size: 49108 Maintainer: Matthias Klose Architecture: amd64 Source: binutils Version: 2.40-2+apertis3bv2024preb2 Depends: binutils-i686-linux-gnu (= 2.40-2+apertis3bv2024preb2) Filename: pool/development/b/binutils/binutils-i686-linux-gnu-dbg_2.40-2+apertis3bv2024preb2_amd64.deb Size: 47094704 MD5sum: 9d1c47cbe7fc6951842b6f8a79cdbb1f SHA1: 8543d83885fee83bd095c870d0c4f2b394e49216 SHA256: a65ad59c30387e79723682e7b76c3efeefffbd6bf3e428fb99e7ae5a4a8f2cf9 SHA512: 3e422d726e890fc88e596dadf4673a805ddb076d7133d55a799d4c052191b0fa15f11303892eb2b2cf00c25264b632e60545a3cba866807fac5b227270f711e3 Description: GNU binary utilities, for i686-linux-gnu target (debug symbols) This package provides debug symbols for binutils-i686-linux-gnu. Homepage: https://www.gnu.org/software/binutils/ Multi-Arch: foreign Package: binutils-mingw-w64 Priority: optional Section: devel Installed-Size: 150 Maintainer: Stephen Kitt Architecture: all Source: binutils-mingw-w64 (10.4+apertis0bv2024preb1) Version: 2.40-2+apertis2bv2024preb1+10.4+apertis0bv2024preb1 Depends: binutils-mingw-w64-i686, binutils-mingw-w64-x86-64 Filename: pool/development/b/binutils-mingw-w64/binutils-mingw-w64_2.40-2+apertis2bv2024preb1+10.4+apertis0bv2024preb1_all.deb Size: 147140 MD5sum: 9193f35404be2713b5e0d68df53e62a3 SHA1: 6c9e1101874349ca7413360cdeb115802cb0b315 SHA256: 198d2d02056bda2dd425ffeebb1677363704a0ade15d9f9eb6c2237baf8ee473 SHA512: 9ca8b022053b84631e01e92f6ec9d11b0a31df70c31b69119d3faf5d55cc8f299419ba91c9cdae55eab8f54a1f0f4f2ea498a00c96ed82511d89626b5841ddc8 Description: Cross-binutils for Win32 and Win64 using MinGW-w64 MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This metapackage provides the toolchain binutils. Built-Using: binutils (= 2.40-2+apertis2bv2024preb1) Homepage: https://www.gnu.org/software/binutils/ Package: binutils-mingw-w64-i686 Priority: optional Section: devel Installed-Size: 22424 Maintainer: Stephen Kitt Architecture: amd64 Source: binutils-mingw-w64 (10.4+apertis0bv2024preb1) Version: 2.40-2+apertis2bv2024preb1+10.4+apertis0bv2024preb1 Depends: libc6 (>= 2.34), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.2.0), binutils-common (>= 2.40) Filename: pool/development/b/binutils-mingw-w64/binutils-mingw-w64-i686_2.40-2+apertis2bv2024preb1+10.4+apertis0bv2024preb1_amd64.deb Size: 2665856 MD5sum: 957a04bd76b7fa92bef1d4a79acda8f6 SHA1: 15415f55e92782bf99bf7331d2eb21e1149797d5 SHA256: 98901011fd637a1f25902dd3128f0717140b4d0ca8b657b65a19182935a53fa7 SHA512: 7600cb5fbea7e12623c9a5ba0fcec799480f98ba9e42f0fe507f473c23befcfd32e9c7cb800fa3646726134e5a7fda89b1eb94b03c7d64e08e78e8d21144cd3a Description: Cross-binutils for Win32 (x86) using MinGW-w64 MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This package contains the toolchain binutils targeting 32-bit Windows. Built-Using: binutils (= 2.40-2+apertis2bv2024preb1) Homepage: https://www.gnu.org/software/binutils/ Package: binutils-mingw-w64-i686-dbgsym Priority: optional Section: debug Installed-Size: 27100 Maintainer: Stephen Kitt Architecture: amd64 Source: binutils-mingw-w64 (10.4+apertis0bv2024preb1) Version: 2.40-2+apertis2bv2024preb1+10.4+apertis0bv2024preb1 Depends: binutils-mingw-w64-i686 (= 2.40-2+apertis2bv2024preb1+10.4+apertis0bv2024preb1) Filename: pool/development/b/binutils-mingw-w64/binutils-mingw-w64-i686-dbgsym_2.40-2+apertis2bv2024preb1+10.4+apertis0bv2024preb1_amd64.deb Size: 24949244 MD5sum: 8f0802c082b56acaebb5b8e284c68816 SHA1: 7c2d533671ebe6aaff05780a21a733cc4cec884d SHA256: 39de0f48b3f963135b3a5be5fc31cdebb0622deb1e1b0e676770abc86e75fc88 SHA512: 0ad993be64a6f7206bd7645531a4fdd731fa0028cea687a64fda57a0b422f88f443131635f19e0d9f073453278b2abab64867b10ef3a5f681e0df669fea1fc29 Description: debug symbols for binutils-mingw-w64-i686 Auto-Built-Package: debug-symbols Build-Ids: 0c289c823b1678fa57ebf453aabbeb3c73566c64 0eb4d64b775b0419d73b602b4f13ce7796e35d37 1059a9ecec163ab132c3d51672999a391e17b386 2add0d03ffcd7633c58c048c90770428fb167415 3d020ef4aef7256683919cbea03d1c4a49dd1ac6 3eb6cd5d37203e666cfefd38e90c2955a675c3ed 5392e1f203df32757b536a5fe409ef7f1e1ac531 569daae7004213f0ed0cad2e96fbc1d00c61c4fb 607b235f9f0b5ff6cdf72d7ea8233509bf3671fc 997f46e22cdb5ec3803ff4e24f226bb623ef0559 b49246f39981976d660b01a8358edf7cb9adc5f9 d2ee6e98fcd2b2821da21c6670486a12181eb965 d3a6ef7986c396c5d2b4064906e1453d9988b1c2 db2c9957ca1f9650ad64c0734ac63a1fc389a562 e12d4e7e6bc494926f2ee1e71f7a53550e7968f0 f03452c80c90377fe6544ba58aa80b24e053b13f f1d5a8966ac48129c089db187fcef46451925926 f54b42378aed75f04e1546f4731f68111bdd79c4 fc69e4382e69311e314dea09f339a83ea07b71a2 fcb81bb6e68818f2f2d98885aa2dcd11e5f5f18e Package: binutils-mingw-w64-x86-64 Priority: optional Section: devel Installed-Size: 25874 Maintainer: Stephen Kitt Architecture: amd64 Source: binutils-mingw-w64 (10.4+apertis0bv2024preb1) Version: 2.40-2+apertis2bv2024preb1+10.4+apertis0bv2024preb1 Depends: libc6 (>= 2.34), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.2.0), binutils-common (>= 2.40) Filename: pool/development/b/binutils-mingw-w64/binutils-mingw-w64-x86-64_2.40-2+apertis2bv2024preb1+10.4+apertis0bv2024preb1_amd64.deb Size: 3195904 MD5sum: d23c48d7a22a6ee5f574a4d389411ca8 SHA1: d44c8d85dc1743b04818c33e7bc66a323e3a5070 SHA256: 1a7499246ac6a7d373293b916a22a0347bf0838f5cef74c5111ea8caf6c2645a SHA512: 09717933d9b49d5f99d408e272d86cda7fbc823ad199c01e41d752456bb966d20fbb6b356bab0a01391df4fa9f0df0c746b93c6c3a5e94fd3b43b5fe632cf930 Description: Cross-binutils for Win64 (x64) using MinGW-w64 MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This package contains the toolchain binutils targeting 64-bit Windows. Built-Using: binutils (= 2.40-2+apertis2bv2024preb1) Homepage: https://www.gnu.org/software/binutils/ Package: binutils-mingw-w64-x86-64-dbgsym Priority: optional Section: debug Installed-Size: 30208 Maintainer: Stephen Kitt Architecture: amd64 Source: binutils-mingw-w64 (10.4+apertis0bv2024preb1) Version: 2.40-2+apertis2bv2024preb1+10.4+apertis0bv2024preb1 Depends: binutils-mingw-w64-x86-64 (= 2.40-2+apertis2bv2024preb1+10.4+apertis0bv2024preb1) Filename: pool/development/b/binutils-mingw-w64/binutils-mingw-w64-x86-64-dbgsym_2.40-2+apertis2bv2024preb1+10.4+apertis0bv2024preb1_amd64.deb Size: 28603072 MD5sum: 9f873b74280706a3466c2860a44a4f43 SHA1: b6b34e6d3f285c0073bf209a7a1c0e36df968bdf SHA256: a4b1f88bc13a0132d61dc7dadb4fa3effa8b0944305e2334dc244d1a32144c95 SHA512: 5d0ddecc800a7fbeeaff8faad6b1661910ff3883ce8214a5ee14ae880793c0aac3647ae9d6d92158a67ec26940486fe51638d996618c5f56d2e70f75a9ebe997 Description: debug symbols for binutils-mingw-w64-x86-64 Auto-Built-Package: debug-symbols Build-Ids: 0205a9ef24ef99a64498af6bd57eef1c9939ac6d 0bd046e60ebc629c09769d0a52615d7101eb171c 1b4e98056d2496c70ff5ebc58f9bf92c9ef351ee 2e8f7301ff4117fa678c5f317ca31849b13147c4 2f2ea4dd52e654b6ceae495848daaa218aa48d6d 3ec3ecb5e1d463eb2b2afc3d6c6dce89d399bb95 47bcd7a0335715273df7ec8dbd2ebfd19ed8b7c7 49bc4cf04732c227516197df247df26aa00b7c51 581e80e2b9e27a2f611a79f97f71559c68cd4093 6538744b21716ea4beda205f18836b53ca67c4a6 9a4aca9145da87ab1143393d82f364f518ba26b7 a935915a65f918d006a546ca7b9d411262782449 b5b7dc3620300423c98a93b25b8cb1ab5e32782e b79288ce8fdcc23c9b6326b779c043160b262d72 bf8476fa4816c2a2565b8dfb6cfc1b29c2aca450 c2d5d40326b94ce06cb48771e71c240456d12853 c67345f598a0b7806acb1389cec373ba51ae6798 d63f92cd749c52d87736fadfd520e6eeacfc18b7 e0772423b1c13f3dd4b0ef815c8af60e208ddbfb e47b8695e4deecafe835b9e4eb3cb979d1164bd0 Package: binutils-multiarch Priority: optional Section: devel Installed-Size: 10913 Maintainer: Matthias Klose Architecture: amd64 Source: binutils Version: 2.40-2+apertis3bv2024preb2 Depends: libbinutils (>= 2.39.50), libc6 (>= 2.34), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.2.0), binutils (= 2.40-2+apertis3bv2024preb2), binutils-common (= 2.40-2+apertis3bv2024preb2) Filename: pool/development/b/binutils/binutils-multiarch_2.40-2+apertis3bv2024preb2_amd64.deb Size: 2235620 MD5sum: 087bd0eef6aeef65fae8771e460f8e57 SHA1: 391bf31dcb4d6fd096c6e24b4da9f670b2db8e81 SHA256: be256c7dcbae00fb55498cada35e19eeb6586adbbef3e61eb37b2080613dd1c4 SHA512: 3a99bae84ff0afec6d965e7b8438188f832eae8a9092e2af4e05e94658aaac12901335d986f9a19a3f4d2fcd9393ded0ae2b2c88a1694064f5537e1846ef7e1d Description: Binary utilities that support multi-arch targets The programs in this package are used to manipulate binary and object files that may have been created on other architectures. This package is primarily for multi-architecture developers and cross-compilers and is not needed by normal users or developers. Note that a cross-assembling version of gas is not included in this package, just the binary utilities. . NORMAL USERS SHOULD NOT INSTALL THIS PACKAGE. It's meant only for those requiring support for reading info from binaries from other architectures. Homepage: https://www.gnu.org/software/binutils/ Package: binutils-multiarch-dbg Priority: optional Section: debug Installed-Size: 8230 Maintainer: Matthias Klose Architecture: amd64 Source: binutils Version: 2.40-2+apertis3bv2024preb2 Depends: binutils-multiarch (= 2.40-2+apertis3bv2024preb2) Filename: pool/development/b/binutils/binutils-multiarch-dbg_2.40-2+apertis3bv2024preb2_amd64.deb Size: 6988516 MD5sum: 356db8ac3f59b1dc077bfcd175f2a922 SHA1: 0fbb1bc4338be014fb83e08919ac177ac98485ef SHA256: d2f3e581fd5e668ce1fbc657ed1ab88c01372b0e208588c89501381bcd27ff7b SHA512: ead8c0e260089f52032945acebe7658c80e42ed9846688df332f36113c9e384127b703e535d90f55b1fa2c1f4351d6f2357ef93eb92df99967f153cdac4bb99d Description: Binary utilities that support multi-arch targets (debug symbols) This package provides debug symbols for binutils-multiarch. Homepage: https://www.gnu.org/software/binutils/ Package: binutils-multiarch-dev Priority: optional Section: devel Installed-Size: 15 Maintainer: Matthias Klose Architecture: amd64 Source: binutils Version: 2.40-2+apertis3bv2024preb2 Replaces: binutils-multiarch (<< 2.24-5) Depends: binutils-dev (= 2.40-2+apertis3bv2024preb2), binutils-multiarch (= 2.40-2+apertis3bv2024preb2) Filename: pool/development/b/binutils/binutils-multiarch-dev_2.40-2+apertis3bv2024preb2_amd64.deb Size: 1492 MD5sum: faabae24e2de81df27852c0cdb8034d0 SHA1: 58f6b48b16a94450068d40887b72371be07b933a SHA256: 84c3c90dd9432430d1fa09ca0ef9a1f97f39fb79b6063533d0287d430b4037ad SHA512: c31d7f16875bdfbe80151ab553f3fe52d34bee8e49b4703112d3bd9aea9b3a8315ff0214c4560776dd83a6dec9134075c68150e5e791a4ef50bef119bd64f9e1 Description: GNU binary utilities that support multi-arch targets (BFD development files) This package includes header files, static and shared libraries necessary to build programs which use the GNU BFD library for multi-arch targets, which is part of binutils. Note that building Debian packages which depend on the shared libbfd is Not Allowed. . NORMAL USERS SHOULD NOT INSTALL THIS PACKAGE. It's meant only for those requiring support for reading info from binaries from other architectures. Homepage: https://www.gnu.org/software/binutils/ Package: binutils-or1k-elf Priority: optional Section: devel Installed-Size: 14063 Maintainer: Nicolas Boulenguez Architecture: amd64 Source: binutils-or1k-elf (1.0.7+apertis0bv2024dev2b1) Version: 2.40-2+apertis1bv2024dev2b2+1.0.7+apertis0bv2024dev2b1 Depends: libc6 (>= 2.34), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.2.0), binutils-common Suggests: binutils-doc Filename: pool/development/b/binutils-or1k-elf/binutils-or1k-elf_2.40-2+apertis1bv2024dev2b2+1.0.7+apertis0bv2024dev2b1_amd64.deb Size: 1648964 MD5sum: a3bdc1075aca0d51bd7b6bccb736f736 SHA1: a33c398a04a88628a4d10d3b9b0f88c65ec3708e SHA256: db0120542d2b2a3d76873cc3dcd2acf5bdc6987d00227eaad1d432e150b650e7 SHA512: 92d1f137d415aa0212991ef7e128209affbff93d23d29985ced6e964a91925d2080d1eb9f750453b0b7ee4a44e1a81f5a8e2d24bfa1ab9ac81f7ffacc0d11611 Description: GNU binary utilities for the Open RISC 1000 processors This package provides GNU assembler, linker and binary utilities for a specific hardware and operating system combination. You don’t need it unless you plan to cross-compile programs for it from another operating system. . This package targets the Open RISC 1000 processors. Built-Using: binutils (= 2.40-2+apertis1bv2024dev2b2) Homepage: https://sourceware.org/binutils/ Multi-Arch: foreign Package: binutils-or1k-elf-dbgsym Priority: optional Section: debug Installed-Size: 18130 Maintainer: Nicolas Boulenguez Architecture: amd64 Source: binutils-or1k-elf (1.0.7+apertis0bv2024dev2b1) Version: 2.40-2+apertis1bv2024dev2b2+1.0.7+apertis0bv2024dev2b1 Depends: binutils-or1k-elf (= 2.40-2+apertis1bv2024dev2b2+1.0.7+apertis0bv2024dev2b1) Filename: pool/development/b/binutils-or1k-elf/binutils-or1k-elf-dbgsym_2.40-2+apertis1bv2024dev2b2+1.0.7+apertis0bv2024dev2b1_amd64.deb Size: 17038964 MD5sum: 040cd77f72a4c8e9367ec8efdd01b015 SHA1: dd4f55147b56b6bca3daf14b1238e91672c3e6c3 SHA256: e85377ee9bcc5b3921558129064f7cd014a01b7b860cae455a57a9cae0d89d73 SHA512: e9c2d7d895c14930ec4f1faf198b6574db39354cd3e7f2af919d6ed1ac33c0658f20807fd0c5568612584d77cdcc35085b63e1a65888eab6f1997eaafbb216b1 Description: debug symbols for binutils-or1k-elf Auto-Built-Package: debug-symbols Build-Ids: 0ca36b110161069176827023317495fe4fb8ed4e 256b29ca7ce4e859c70e4eaecf4293b010badbfe 33f8e5b20a61a5fe4bfff8da3cdd9b1e841a466c 4cfad374d19f8a17a7148ed9e2633d482401a909 4d594ab8e135e619e87bfb4596ece06771b37cf0 7ef152098ee443eda73cfb65dfd32e66056032e8 b21fc8cbeb8ba35bbe484973515e732c5395a5c7 c323235d9777ea49b20444bc1d097e3a728fc5a3 cef591ba2614bd8da3311508a56982b2f8b1931e d5c0b7013f1da19245236c1cefa809efb745283a daf4e207346b17ee2f62db67a3465a2a847f90e7 dd98a9397fc547db789b1b90c694c88385681ca5 dfca7985010481465d62b68f7fd441bc9e8a8a22 e7c95de303d796aa3ff995fa859dc45a69da3cae ed4fea77594681aa23af2f1fe96b924b79cdae9d f6cfbe7c436740f2fc4c5dde6cf9dfd185df95e1 Package: binutils-source Priority: optional Section: devel Installed-Size: 24058 Maintainer: Matthias Klose Architecture: all Source: binutils Version: 2.40-2+apertis3bv2024preb2 Depends: texinfo, zlib1g-dev, make, python3, libjansson-dev, pkg-config, libzstd-dev Filename: pool/development/b/binutils/binutils-source_2.40-2+apertis3bv2024preb2_all.deb Size: 23996016 MD5sum: d81b8bcd4e25b05109c908535e8c59ef SHA1: c2c02e5ecca589752cd1d4ef6cd58e2e92792d58 SHA256: 84c3ec12c5efdf0610c5deb94dc3b196ca542788acdf8637663dcd121f6af43e SHA512: f19a1f014af12794feb0568b6c453c993e8db9e757e999aed892962248a15ba36c7d5c2d8665669ea13f73ec04d08b0cc1a12380ba258a982c4867c389c4d8fb Description: GNU assembler, linker and binary utilities (source) This package contains the sources and patches which are needed to build binutils. Homepage: https://www.gnu.org/software/binutils/ Multi-Arch: foreign Package: binutils-x86-64-linux-gnu Priority: optional Section: devel Installed-Size: 11398 Maintainer: Matthias Klose Architecture: amd64 Source: binutils Version: 2.40-2+apertis3bv2024preb2 Replaces: binutils (<< 2.29-6), binutils-dev (<< 2.38.50.20220609-2) Depends: binutils-common (= 2.40-2+apertis3bv2024preb2), libbinutils (= 2.40-2+apertis3bv2024preb2), libc6 (>= 2.36), libctf-nobfd0 (>= 2.36), libctf0 (>= 2.36), libgcc-s1 (>= 4.2), libgprofng0 (>= 2.40-2+apertis3bv2024preb2), libjansson4 (>= 2.14), libstdc++6 (>= 5), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4) Suggests: binutils-doc (= 2.40-2+apertis3bv2024preb2) Breaks: binutils (<< 2.29-6), binutils-dev (<< 2.38.50.20220609-2) Filename: pool/development/b/binutils/binutils-x86-64-linux-gnu_2.40-2+apertis3bv2024preb2_amd64.deb Size: 2216840 MD5sum: f900fec0cdc3e21ab503738b7094bc04 SHA1: 58ef4ee59586731341c143e7ed8cd5a77e050e6f SHA256: f4ff099d159fb68fcf7848f38fe3ebee7388b851033e8aacbc321eecb42304f4 SHA512: be0f6219ac1c36b471d4e52436e18c74301d177c2c0ac15c21f449820f455ebff79b55ae2dca25b603941172fefd3b19070e9051d87165a717d2a5cc3952fc32 Description: GNU binary utilities, for x86-64-linux-gnu target This package provides GNU assembler, linker and binary utilities for the x86-64-linux-gnu target. . You don't need this package unless you plan to cross-compile programs for x86-64-linux-gnu and x86-64-linux-gnu is not your native platform. Homepage: https://www.gnu.org/software/binutils/ Multi-Arch: allowed Package: binutils-x86-64-linux-gnu-dbg Priority: optional Section: debug Installed-Size: 42235 Maintainer: Matthias Klose Architecture: amd64 Source: binutils Version: 2.40-2+apertis3bv2024preb2 Depends: binutils-x86-64-linux-gnu (= 2.40-2+apertis3bv2024preb2) Filename: pool/development/b/binutils/binutils-x86-64-linux-gnu-dbg_2.40-2+apertis3bv2024preb2_amd64.deb Size: 39695848 MD5sum: 485b6655f5f069f03aa41f9492c4346f SHA1: 9df4299a5af745e89ec300e7e25f23367af99153 SHA256: c2e7d3dec983ebbed67cb61e163640a42be710bcdc67c8045ab713de9936996a SHA512: db4ad2b8cac7fd3511d5bacf4412d3361c5a315cb9468acca79571a677541790af19beac009f75d29b325d729693af8a5a1ce5f559c24f9380dccfe2e6393ffd Description: GNU binary utilities, for x86-64-linux-gnu target (debug symbols) This package provides debug symbols for binutils-x86-64-linux-gnu. Homepage: https://www.gnu.org/software/binutils/ Multi-Arch: foreign Package: bison Priority: optional Section: devel Installed-Size: 3119 Maintainer: Chuan-kai Lin Architecture: amd64 Version: 2:3.8.2+dfsg-1+apertis0bv2024preb1 Depends: m4, libc6 (>= 2.34) Suggests: bison-doc Filename: pool/development/b/bison/bison_3.8.2+dfsg-1+apertis0bv2024preb1_amd64.deb Size: 1172676 MD5sum: a17e3a81f97623b301eea2aac2618c2b SHA1: bebeb4ed6c572c93c71b220a6aaab819f8600e6c SHA256: 2cefa0044a161b7a5e8fbb7aebbcfad731d0d7c8294e10bfe5462f3f560c6a02 SHA512: 06f0b77757be6478ca68e6d5fe02527bad37ab4db9374a20ccf6e51f7c2b0e004348304e03fad823c67ed006bc0377385be299a57c24362d60d845403798cf36 Description: YACC-compatible parser generator Bison is a general-purpose parser generator that converts a grammar description for an LALR(1) context-free grammar into a C program to parse that grammar. Once you are proficient with Bison, you may use it to develop a wide range of language parsers, from those used in simple desk calculators to complex programming languages. . Bison is upward compatible with Yacc: all properly-written Yacc grammars ought to work with Bison with no change. Anyone familiar with Yacc should be able to use Bison with little trouble. Documentation of the program is in the bison-doc package. Homepage: https://www.gnu.org/software/bison/ Multi-Arch: foreign Package: bison-dbgsym Priority: optional Section: debug Installed-Size: 811 Maintainer: Chuan-kai Lin Architecture: amd64 Source: bison Version: 2:3.8.2+dfsg-1+apertis0bv2024preb1 Depends: bison (= 2:3.8.2+dfsg-1+apertis0bv2024preb1) Filename: pool/development/b/bison/bison-dbgsym_3.8.2+dfsg-1+apertis0bv2024preb1_amd64.deb Size: 757088 MD5sum: 877a76bc57e6ae57318c9a799a6fb13d SHA1: 3ebd7efb6f5f4c43cd5ec6eae74160f7d7651974 SHA256: 815dc113eef3955e1d50722d0a6e94fdc3a8b5d562a9f410bc3d4709812707cc SHA512: 68b4e0f9b9b8e7210cf16917d472541f402187ac465efc54b79986dfda909bb8600b8c049371c0ac3a392ca52893c62adac0957e3ac49c3773c3ec309968ea9a Description: debug symbols for bison Auto-Built-Package: debug-symbols Build-Ids: b3c623e15521a76b9e9e5a95d276792546500b21 Package: black Priority: optional Section: python Installed-Size: 579 Maintainer: Debian Python Team Architecture: all Version: 23.1.0-1+apertis0bv2024preb1 Depends: python3-pkg-resources, python3-click, python3-mypy-extensions, python3-packaging, python3-pathspec, python3-platformdirs (>= 2), python3-tomli | python3 (>> 3.11), python3-typing-extensions | python3 (>> 3.10), python3:any (>= 3.6~) Suggests: python-black-doc Filename: pool/development/b/black/black_23.1.0-1+apertis0bv2024preb1_all.deb Size: 140512 MD5sum: caabcc59bceea9e1e800a80c4d3b7b24 SHA1: dddbf47f22ddebb91e4bf2abe124ba7793de4452 SHA256: 134104b54a839420cb3f2ed51153ab6a3fb84ddf34346aab057c308378dbc1f9 SHA512: 32e6616cd26b30ac006994121c95b38dcf279c85372e26b66c447b362f679b74fac00bc18967c18bcd2deee847a132e99245f2fed6ac0dfe7bc20fba43d1251d Description: uncompromising Python code formatter (Python 3) Black is the uncompromising Python code formatter. By using it, you agree to cede control over minutiae of hand-formatting. In return, Black gives you speed, determinism, and freedom from pycodestyle nagging about formatting. You will save time and mental energy for more important matters. . Blackened code looks the same regardless of the project you're reading. Formatting becomes transparent after a while and you can focus on the content instead. . Black makes code review faster by producing the smallest diffs possible. Homepage: https://github.com/psf/black Package: blhc Priority: optional Section: utils Installed-Size: 92 Maintainer: Joao Eriberto Mota Filho Architecture: all Version: 0.13-5+apertis0bv2024preb1 Depends: libdpkg-perl Filename: pool/development/b/blhc/blhc_0.13-5+apertis0bv2024preb1_all.deb Size: 31588 MD5sum: 71b1a812a9dda6e1593504695580816b SHA1: 15e10f6e69d3c78349810ef43b21173a23ad1d55 SHA256: 87fdb37f361abe0622855150c4f5b73a27bc64b18ee85e4b1e5eaf46c7412f90 SHA512: 60ed97e18161af4863cce4abd5ca7ac427c013b6e9231b51e263bf98d755aa515e1d9acf1c77f0af6f301469b3c261ff87fc3363663eab5ee6bba0b67b4f15d7 Description: build log hardening check Perl tool which checks build logs for missing hardening flags. Hardening flags enable additional security features in the compiler to prevent e.g. stack overflows, format string vulnerabilities, GOT overwrites, etc. See e.g. . . Because most build systems are quite complicated there are many places where compiler flags from the environment might be ignored. The parser verifies that all compiler commands use the correct hardening flags and thus all hardening features are correctly used. . It's designed to check build logs generated by Debian's dpkg-buildpackage (or tools for packaging, using dpkg-buildpackage like pbuilder or the official buildd build logs) to help maintainers detect missing hardening flags in their packages. . Only gcc is detected as compiler at the moment (but other compilers maybe supported). Homepage: https://ruderich.org/simon/blhc Multi-Arch: foreign Package: blt Priority: optional Section: libs Installed-Size: 21 Maintainer: Sergei Golovan Architecture: amd64 Version: 2.5.3+dfsg-4.1apertis0bv2024preb1 Depends: tk8.6-blt2.5 (= 2.5.3+dfsg-4.1apertis0bv2024preb1) Suggests: blt-demo Breaks: python-tk (<< 2.7.8-1~), python3-tk (<< 3.4.1-3~), skycat (<< 3.1.2+starlink1~b-7~), tclspice (<< 26-1~), tkdesk (<< 2.0-9.2~) Filename: pool/development/b/blt/blt_2.5.3+dfsg-4.1apertis0bv2024preb1_amd64.deb Size: 5856 MD5sum: c93924afe7fbea9c4462500f1f5c4a90 SHA1: b311aaf936d83bc341904b1244fbf1550b007f1a SHA256: aac3cee12a9e36c226698e34920cfa1837b24b9e58b268305d2f1452a3710d2d SHA512: 3b96ee8bc4632f4a6630b52ae8d97f15a9ae5813d585b38c1bd234a921b0ae21de3a6b3490b0f83da6ff9e352d202fbcf0366e538a362b063a39976acfb98345 Description: graphics extension library for Tcl/Tk - run-time BLT is a library of useful extensions for the Tcl language and the popular Tk graphical toolkit. It adds a vector and tree data type, background execution and some debugging tools to Tcl, and provides several new widgets for Tk, including graphs, bar-charts, trees, tabs, splines and hyper-links, as well as a new geometry manager, drag & drop support, and more. . This package is a dummy package which depends on the current BLT library. Homepage: http://blt.sourceforge.net/ Package: blt-demo Priority: optional Section: devel Installed-Size: 1792 Maintainer: Sergei Golovan Architecture: all Source: blt Version: 2.5.3+dfsg-4.1apertis0bv2024preb1 Replaces: blt-dev (<< 2.4j-1) Depends: blt, tcl8.6, tk8.6 Conflicts: blt4.2, blt8.0 (<< 2.4i-1) Filename: pool/development/b/blt/blt-demo_2.5.3+dfsg-4.1apertis0bv2024preb1_all.deb Size: 484984 MD5sum: 8ad6c3ebbbf5a3a31304daf0894697a7 SHA1: 2b511df6bfc039a13539466259e99b666f50c4e6 SHA256: 90748bc0c52e58dedb6c8493ece4f4bc48d256af9070ea9cee20500fc1e65f29 SHA512: 636b08e43710e244a6cc1da9ee35071989b4b79bd9fdc98cae5911f8b2139f5fdaa91c219e4106c9080e9f77acc87d869b0e3927f29a6a68e5bce86a9ea9a259 Description: graphics extension library for Tcl/Tk - demos and examples BLT is a library of useful extensions for the Tcl language and the popular Tk graphical toolkit. It adds a vector and tree data type, background execution and some debugging tools to Tcl, and provides several new widgets for Tk, including graphs, bar-charts, trees, tabs, splines and hyper-links, as well as a new geometry manager, drag & drop support, and more. . This package contains demos and samples showing the power and versatility of BLT. Homepage: http://blt.sourceforge.net/ Package: blt-dev Priority: optional Section: devel Installed-Size: 4582 Maintainer: Sergei Golovan Architecture: amd64 Source: blt Version: 2.5.3+dfsg-4.1apertis0bv2024preb1 Replaces: blt (<< 2.5), blt4.2, blt4.2-dev, blt8.0-unoff Depends: tk8.6-blt2.5 (= 2.5.3+dfsg-4.1apertis0bv2024preb1), tk8.6-dev Suggests: blt-demo Conflicts: blt8.0-dev, blt8.0-unoff Filename: pool/development/b/blt/blt-dev_2.5.3+dfsg-4.1apertis0bv2024preb1_amd64.deb Size: 1064424 MD5sum: b96b4a52d9166dd6cca38ba6c697aecc SHA1: c0af7d6b14a92b6d787711b9c43e6b8f269a9757 SHA256: e715fa08ac0f32d3f5313568297c1168c464bacf1225d2333d72cb978c0b5fa8 SHA512: 568d80858f9003badeba842c8cfd1124c0dbdae30cb11100adfaaf5a60b8f253b48008c9693f7ea403de6df52a262a1923b9398b9945d027b315ca744a638c9e Description: graphics extension library for Tcl/Tk - development files BLT is a library of useful extensions for the Tcl language and the popular Tk graphical toolkit. It adds a vector and tree data type, background execution and some debugging tools to Tcl, and provides several new widgets for Tk, including graphs, bar-charts, trees, tabs, splines and hyper-links, as well as a new geometry manager, drag & drop support, and more. . This package contains the headers and libraries needed to extend or embed BLT. Homepage: http://blt.sourceforge.net/ Package: bluez-phone-tester Priority: optional Section: misc Installed-Size: 59 Maintainer: Frédéric Dalleau Architecture: amd64 Version: 0.2023.0bv2024dev2b1 Depends: libc6 (>= 2.34), libsystemd0 (>= 243) Filename: pool/development/b/bluez-phone-tester/bluez-phone-tester_0.2023.0bv2024dev2b1_amd64.deb Size: 6804 MD5sum: 7beb3fbc63d747b6fcc699c2467728df SHA1: c78a20b652a44e5efb4374dfde8ce457a4e68a99 SHA256: 0cf8d2cd8a3bb701ed75f1869ec3194697f636a5dc9d7ac1e1f6f28fbe7bd324 SHA512: 8a74addcdf0ac773d1bf0a6e40587f521fe8c7a8088946933cfc7d10ed08687ae1f03f730f60ca0e2e9d265333310d0340b3eacd910adaacc006d182b76ae2b6 Description: Utilities used by bluez-phone test Obex agent, obex session tool, and bluetooth scanner tool used by bluez-phone test to perform bluetooth testing. Package: bluez-phone-tester-dbgsym Priority: optional Section: debug Installed-Size: 41 Maintainer: Frédéric Dalleau Architecture: amd64 Source: bluez-phone-tester Version: 0.2023.0bv2024dev2b1 Depends: bluez-phone-tester (= 0.2023.0bv2024dev2b1) Filename: pool/development/b/bluez-phone-tester/bluez-phone-tester-dbgsym_0.2023.0bv2024dev2b1_amd64.deb Size: 13060 MD5sum: 4321a9a8602325331403c6224810ece3 SHA1: 9d9dc1c33fb24aa369c609f52751bc0cc4a5f2e0 SHA256: 6aef0ad65e0088c6c818f2d75e34d2f1461df9da244ee99d29fa0018e263d414 SHA512: 0e702bec143e5f77a5a361774e1357824f973b8d0098606c8273304325bb0a586db09056d60dafe3530f14e751d5cb4a7071a2ba374437fa40973b7fce2153c2 Description: debug symbols for bluez-phone-tester Auto-Built-Package: debug-symbols Build-Ids: 1af402d8bc918939fa50dfbd3b8afa155b7d77c1 c3b6a4b023a15196a31215dec3b8fd332f787423 c6443c2fad1f534bc4095ec0396aebb0436e038e Package: bmap-tools Priority: optional Section: utils Installed-Size: 160 Maintainer: Simon McVittie Architecture: all Version: 3.6-2+apertis0bv2024dev2b1 Depends: python3, python3-six, python3:any Recommends: bzip2, lzop, xz-utils Suggests: lz4, pbzip2, pigz, python3-gpgme, unzip Filename: pool/development/b/bmap-tools/bmap-tools_3.6-2+apertis0bv2024dev2b1_all.deb Size: 40164 MD5sum: 0f9355d0e4d5aecb5143db47ba6e4af5 SHA1: e19872e3b0a90d926b1f9a214d55133e996632e0 SHA256: 5d18e8e5014831c515ad55a9459ddd6d89c5f70365d418aec539ccce950b64c7 SHA512: 662a63bb40747178e6cd9c36b796a80c480f2a2974058c60a0c36916b839de6de655b68416e3c856cca8a7d1d85c87260577f7dc919928a0aa012174e5ed5294 Description: tool to flash image files to block devices using the block map bmaptool is a generic tool for creating the block map (bmap) for a file, and copying files using the block map. The idea is that large file containing unused blocks, like raw system image files, can be copied or flashed a lot faster with bmaptool than with traditional tools like "dd" or "cp". Homepage: https://github.com/intel/bmap-tools Package: bnd Priority: optional Section: java Installed-Size: 15352 Maintainer: Debian Java Maintainers Architecture: all Version: 5.0.1-3+apertis3bv2024preb2 Depends: default-jre-headless | java8-runtime-headless, java-wrappers, junit4, libfelix-framework-java, libfelix-gogo-runtime-java, libfelix-resolver-java (>= 1.16), libjline2-java, libosgi-annotation-java, libosgi-compendium-java (>= 7), libosgi-core-java (>= 7.0.0), libslf4j-java, libxz-java, libyaml-snake-java Recommends: libbindex-java (>= 2.2+svn101) Filename: pool/development/b/bnd/bnd_5.0.1-3+apertis3bv2024preb2_all.deb Size: 10062492 MD5sum: 1ba27eccb135ef5ea606c1b027335d3f SHA1: 7d8a7d57384302293ada18167a2b55963009605c SHA256: dbd753467dc79ddbf7a43f7f17330e49eca2ffdd08a37da9f180bec7472aedec SHA512: 66bb2a99e86ec1daebe593a84392da9b5437d24d0ce2cf038163dadae0fa898571327ec75a2ed3edc9d55c6cde16ae03c180bb5c01479eb7854c74b4167fe786 Description: tool to create and diagnose OSGi bundles The bnd tool helps you create and diagnose OSGi bundles. The key functions are: . * Show the manifest and JAR contents of a bundle * Wrap a JAR so that it becomes a bundle * Create a Bundle from a specification and a class path * Verify the validity of the manifest entries . The tool is capable of acting as: . * Command line tool * Maven Plugin * Ant Plugin Homepage: http://bnd.bndtools.org/ Package: breathe-doc Priority: optional Section: doc Installed-Size: 2437 Maintainer: Debian Python Team Architecture: all Source: breathe Version: 4.34.0-1+apertis0bv2024dev2b1 Depends: libjs-sphinxdoc (>= 5.2), libjs-mathjax Filename: pool/development/b/breathe/breathe-doc_4.34.0-1+apertis0bv2024dev2b1_all.deb Size: 379376 MD5sum: 0d44c41cb41df7bc2a273d24c84912ff SHA1: cb0b812bd1e570412a3a751b31f54029393e4e8b SHA256: 801e04e0a96a352e63e7077a95a08a3f868cc4fb8ce3449a5c8f46235a9cb1be SHA512: 5e6963376875f392550e9740e650d589315541d3f57bddf007003a6bf0381d740403f316f2774cc5c635c1f4c57b7ef0518575a8bd57beddc69f05c253603eab Description: Sphinx autodox support for languages with doxygen support (documentation) Breathe provides a bridge between the Sphinx and doxygen documentation systems. It enables Sphinx to generate autodoc for languages other than Python with the help of doxygen. It also allows one to embed reStructuredText in doxygen markup. . This package contains the documentation. Homepage: https://github.com/michaeljones/breathe/ Multi-Arch: foreign Package: bsd-mailx Priority: optional Section: mail Installed-Size: 163 Maintainer: Robert Luberda Architecture: amd64 Version: 8.1.2-0.20220412cvs-1+apertis0bv2024dev2b1 Provides: mail-reader, mailx Depends: default-mta | mail-transport-agent, libbsd0 (>= 0.11.0), libc6 (>= 2.34), liblockfile1 (>= 1.0) Filename: pool/development/b/bsd-mailx/bsd-mailx_8.1.2-0.20220412cvs-1+apertis0bv2024dev2b1_amd64.deb Size: 80964 MD5sum: 30aed318a03ae7f975e4d88efcea2885 SHA1: dd8b620479ea13344dc2f53823b80cbf59e1b979 SHA256: aa44efcdbf241ffae189261e4cc74d62e721ea96a21e4125f17bedb5fbb73aab SHA512: dd6ea4858556c14c7500a93b4a36289816641c33dce3a6fde57cee419d909f1e2ebb271b9a08acb50503dd3a90338a95b5079356e4c9bc2666dab5924d2c4668 Description: simple mail user agent bsd-mailx is the traditional simple command-line-mode mail user agent. Even if you don't use it, it may be required by other programs. . The /usr/bin/mail command provided by this package is a very simple one, and does not include many features that can be found in more advanced mail user agents. . For example bsd-mailx DOES NOT support: - MIME (i.e. no attachments, no UTF-8 or other charsets support); - SMTP protocol (/usr/sbin/sendmail interface only is used); - POP3/IMAP (bsd-mailx reads local mailboxes only); - maildir format (traditional mbox only format is supported). . If the above features are needed, please consider installing another package providing similar /usr/bin/mail interface: - s-nail package, - or mailutils package. Package: bsd-mailx-dbgsym Priority: optional Section: debug Installed-Size: 137 Maintainer: Robert Luberda Architecture: amd64 Source: bsd-mailx Version: 8.1.2-0.20220412cvs-1+apertis0bv2024dev2b1 Depends: bsd-mailx (= 8.1.2-0.20220412cvs-1+apertis0bv2024dev2b1) Filename: pool/development/b/bsd-mailx/bsd-mailx-dbgsym_8.1.2-0.20220412cvs-1+apertis0bv2024dev2b1_amd64.deb Size: 116556 MD5sum: 57fa639a8c62e2028d633054fb4efeb2 SHA1: d7c446fe93461777ecbc6dd973b407863386db39 SHA256: 16fdb359ede02a1f8a82d9906e7019d3d5c677503c4e8e17a58f93138bbf8a18 SHA512: 53c36369dec143220887cdcffe5e715acdb94f5845a542e513675a6b8dba41cd4e44d9cd3fdc75c65bd1c3229d7786786a7de6641016c1af9cf5d82782c6583d Description: debug symbols for bsd-mailx Auto-Built-Package: debug-symbols Build-Ids: 1aa7714c46c1684765e24e58d09b520f9a66829d Package: bsdmainutils Priority: optional Section: oldlibs Installed-Size: 17 Maintainer: Debian Bsdmainutils Team Architecture: all Version: 12.1.8+apertis0bv2024dev2b1 Depends: bsdutils (>= 3.0-0), debianutils (>= 1.8), bsdextrautils (>= 2.35.2-7), ncal Suggests: calendar, whois, vacation, mailutils Filename: pool/development/b/bsdmainutils/bsdmainutils_12.1.8+apertis0bv2024dev2b1_all.deb Size: 6208 MD5sum: 819ab8a0d32cbb65510cfebd4b02e901 SHA1: 3217504ce33f067bb15e50abfec37bfdf6529777 SHA256: 7e188b5a9c14e7ee4807830a1fbd2031d6b37ea75c8abea9a3d2f35bde15228b SHA512: 2fc64bf7664266cc3d2c9827535d3448c1057f6d229d98d670d1460ab99ebd0c06009dad05dd296350812ff25942d0b4d07e3a38974fce0099105fe2b08ab324 Description: Transitional package for more utilities from FreeBSD This is a transitional package, it can be safely removed. Multi-Arch: foreign Package: bsh Priority: optional Section: devel Installed-Size: 21 Maintainer: Debian Java Maintainers Architecture: all Version: 2.0b4-20+apertis2bv2024preb2 Depends: default-jre-headless | java1-runtime-headless | java2-runtime-headless, libbsh-java (= 2.0b4-20+apertis2bv2024preb2), libjline-java Suggests: bsh-doc, default-jre | java1-runtime | java2-runtime Filename: pool/development/b/bsh/bsh_2.0b4-20+apertis2bv2024preb2_all.deb Size: 5184 MD5sum: 4dc7ab5366d43f092fc6d90db2dcab86 SHA1: 408645133eae8bc2f4b2a3bdb798b0dabbf8ae86 SHA256: 9fc0a3590744ee6e6860f87d980214d851646c50f2a17a64f5fb9ec9bfbde506 SHA512: f96f5bb368c692940b14b4ec119289041c86b17e7f4c0311d9a8ec9825f397b0ddcdc915eb8af47f8486cafa11b847001783f0110a3071559dad10d9482aaa8e Description: Java scripting environment (BeanShell) Version 2 BeanShell is a small, free, embeddable, Java source interpreter with object scripting language features, written in Java. BeanShell executes standard Java statements and expressions, in addition to obvious scripting commands and syntax. BeanShell supports scripted objects as simple method closures like those in Perl and JavaScript(tm). . You can use BeanShell interactively for Java experimentation and debugging or as a simple scripting engine for you applications. In short: BeanShell is a dynamically interpreted Java, plus some useful stuff. Enhances: libbsf-java Homepage: http://www.beanshell.org Package: bsh-doc Priority: optional Section: doc Installed-Size: 4138 Maintainer: Debian Java Maintainers Architecture: all Source: bsh Version: 2.0b4-20+apertis2bv2024preb2 Suggests: bsh Filename: pool/development/b/bsh/bsh-doc_2.0b4-20+apertis2bv2024preb2_all.deb Size: 378004 MD5sum: 87a39d37e81a6a177e9b465fc73902d6 SHA1: 5038b20ae9cd8aaf59df7b8c342fb75c78011bf0 SHA256: 654c19c6fdb4649ecdd9dc28266deb89244dec651e8805d0a9b47f168296701e SHA512: b215cd4e6c65407db8083fb7ac1dbe83c33d9ba86fe9f24a049041d539839e357cbadd11558674b1105b77d373cdad4cd73c21def4fb3aac948a922d901d7d68 Description: Documentation for bsh BeanShell is a small, free, embeddable, Java source interpreter with object scripting language features, written in Java. BeanShell executes standard Java statements and expressions, in addition to obvious scripting commands and syntax. BeanShell supports scripted objects as simple method closures like those in Perl and JavaScript(tm). . You can use BeanShell interactively for Java experimentation and debugging or as a simple scripting engine for you applications. In short: BeanShell is a dynamically interpreted Java, plus some useful stuff. . The documentation includes the javadoc API for bsh version 2 as well as the faq and manual in html-format. Homepage: http://www.beanshell.org Package: bsh-src Priority: optional Section: java Installed-Size: 826 Maintainer: Debian Java Maintainers Architecture: all Source: bsh Version: 2.0b4-20+apertis2bv2024preb2 Suggests: bsh Filename: pool/development/b/bsh/bsh-src_2.0b4-20+apertis2bv2024preb2_all.deb Size: 838336 MD5sum: 439675929d07225478508b654cf2b284 SHA1: d792351cad3d74696dffdb7d24aa41ccb2a60029 SHA256: a903fe78989a2132c0dedd7a42673087bf7c060ea6804f82485506ef24419640 SHA512: 07e56a35df3f701d508ecee1b11680e965c949302c79aaa34c68d0dbf2d0831e389d8bb1b198f098c50981322e247e41d6159f67a40464256a55e540b7cfe83d Description: Java scripting environment (BeanShell) Version 2 (source code) BeanShell is a small, free, embeddable, Java source interpreter with object scripting language features, written in Java. BeanShell executes standard Java statements and expressions, in addition to obvious scripting commands and syntax. BeanShell supports scripted objects as simple method closures like those in Perl and JavaScript(tm). . You can use BeanShell interactively for Java experimentation and debugging or as a simple scripting engine for you applications. In short: BeanShell is a dynamically interpreted Java, plus some useful stuff. . This package contains the bsh source code. Homepage: http://www.beanshell.org Package: btrfs-progs Priority: optional Section: admin Installed-Size: 4483 Maintainer: Adam Borowski Architecture: amd64 Version: 6.2-1+apertis0bv2024dev2b1 Depends: libblkid1 (>= 2.17.2), libc6 (>= 2.34), libcom-err2 (>= 1.43.9), libext2fs2 (>= 1.42), liblzo2-2 (>= 2.02), libudev1 (>= 183), libuuid1 (>= 2.16), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.2.0) Suggests: duperemove Breaks: initramfs-tools (<< 0.137~) Filename: pool/development/b/btrfs-progs/btrfs-progs_6.2-1+apertis0bv2024dev2b1_amd64.deb Size: 754148 MD5sum: 166353a321d71de2a96f1d2e21cea48f SHA1: d017392451d6771c23501c318694de5a38679178 SHA256: 6370285d4d0df2850772cf770bd6621570d655aa27ecade33b3c9b3a35fd5a5e SHA512: e54835b08a784c07bfc19c5fff25c6a6dccf1bccca874e82e01d899766df6ecae70e6d41999229d766c9bea6bffd6c265ffcefbc4617e86253019895b2057bc8 Description: Checksumming Copy on Write Filesystem utilities Btrfs is a copy on write filesystem for Linux aimed at implementing advanced features while focusing on fault tolerance, repair and easy administration. . This package contains utilities (mkfs, fsck) used to work with btrfs and an utility (btrfs-convert) to make a btrfs filesystem from an ext3. Homepage: http://btrfs.wiki.kernel.org/ Multi-Arch: foreign Package: btrfs-progs-dbgsym Priority: optional Section: debug Installed-Size: 7594 Maintainer: Adam Borowski Architecture: amd64 Source: btrfs-progs Version: 6.2-1+apertis0bv2024dev2b1 Depends: btrfs-progs (= 6.2-1+apertis0bv2024dev2b1) Filename: pool/development/b/btrfs-progs/btrfs-progs-dbgsym_6.2-1+apertis0bv2024dev2b1_amd64.deb Size: 7143116 MD5sum: 5c5dd42b6cc18622f9b3705d1b453c55 SHA1: 74706d59bf4165ca147d72a776091d8992308438 SHA256: b637f22280ddfef69cc4838cca4038d6c36104765794d9d524640a42ed8d1249 SHA512: 38305146e72ec246174cbcf32334e0f16561a6e6a18cfa14edde1d57a57c5843f432264c8e2e9dc519889d1b902928dc6249385879f5b062f5f3e149a51b3d50 Description: debug symbols for btrfs-progs Auto-Built-Package: debug-symbols Build-Ids: 09344c9932f10d49a3b74df95d5f9a75226d5a63 1a8a73a719a34fc91731214ff6338c2a62cd553d 2f6cce2c0e663b8fa7195f6e36f474e5e032b077 433f6ed53408209acef32e56144e68d5e72cc13d 496190694115ec2a36e189fe69fb8d712c112354 90e4067d5747168138f559ad031971c209847d51 9b949531698d73e380b0d10051ed9f65f43d55e0 d5ee37de2ae1ad3089672c9e4182763e9374eb35 Package: build-essential Priority: optional Section: devel Installed-Size: 17 Maintainer: Matthias Klose Architecture: amd64 Version: 12.9apertis0bv2024preb1 Depends: libc6-dev | libc-dev, gcc (>= 4:10.2), g++ (>= 4:10.2), make, dpkg-dev (>= 1.17.11) Filename: pool/development/b/build-essential/build-essential_12.9apertis0bv2024preb1_amd64.deb Size: 4604 MD5sum: 06b158cf386b85f805cc1583cf96ffaf SHA1: 9ff3adadff56cab08394a366eaf4ed146f94e276 SHA256: 9b6967db0fa34c1ed05f5f5a20a58956ffe7890bcb62454667cf5f1bf1cbdc63 SHA512: 72455e22c757f1e970c6dc27341154cb535f687f924d7ea4b306231e8d31b5f38a7eb48a2c4c744dcfbf404f5af0e55d1c363f650bec21d5686bb59e4ab2c8f4 Description: Informational list of build-essential packages If you do not plan to build Debian packages, you don't need this package. Starting with dpkg (>= 1.14.18) this package is required for building Debian packages. . This package contains an informational list of packages which are considered essential for building Debian packages. This package also depends on the packages on that list, to make it easy to have the build-essential packages installed. . If you have this package installed, you only need to install whatever a package specifies as its build-time dependencies to build the package. Conversely, if you are determining what your package needs to build-depend on, you can always leave out the packages this package depends on. . This package is NOT the definition of what packages are build-essential; the real definition is in the Debian Policy Manual. This package contains merely an informational list, which is all most people need. However, if this package and the manual disagree, the manual is correct. Package: build-profile-noudeb Priority: optional Section: utils Installed-Size: 14 Maintainer: Apertis packagers Architecture: all Source: build-profile-presets Version: 5bv2024dev2b1 Depends: dpkg-dev Filename: pool/development/b/build-profile-presets/build-profile-noudeb_5bv2024dev2b1_all.deb Size: 1940 MD5sum: 7edbf593f192c96b060333102ce62ccf SHA1: 0573609228dc86523199fe75a3f1c28afc5fd695 SHA256: e58bed8e8d8adc578cff82829f55990093745cb61c39a5d9604f45617ee10a69 SHA512: cec502500aacd1768ac529f4bdbfaf892bc07ed767fd88df53416edeffaea95913573dd45980346ad3b3e5a795fc7b027055b30a74839926c52742505dfb8f1a Description: wrap dpkg-buildpackage and set noudeb build profile wrap dpkg-buildpackage and set noudeb build profile for Apertis Package: bundler Priority: optional Section: ruby Installed-Size: 86 Maintainer: Debian Ruby Team Architecture: all Source: rubygems (3.3.15-2+apertis0bv2024preb1) Version: 2.3.15-2+apertis0bv2024preb1 Depends: ruby-bundler (= 2.3.15-2+apertis0bv2024preb1) Recommends: build-essential, less, ruby-dev, sudo Filename: pool/development/r/rubygems/bundler_2.3.15-2+apertis0bv2024preb1_all.deb Size: 75956 MD5sum: b05248f0d50f15f537787439cbb86617 SHA1: 800ff5a551ec111a76945b36c4ab9ed1f1762a80 SHA256: 8e8dddad5b14d108763aa0cdf35a85a213e4c648c081835bc6ffd55fa3cac4c4 SHA512: 342d7a753a28207ec5a4a6c4a5ada754dac23b80c071a932aefd0d4e05f227ed6434bb3fd0a9c5188ce15dad390d83f3b8ba3e6c0f9081639beb155e969c5d6a Description: Manage Ruby application dependencies Bundler manages a Ruby application's dependencies through its entire life, across many machines, systematically and repeatably. . This is a dependency package which depends on a full Ruby development environment, it is targeted at application developers. Homepage: https://rubygems.org Package: byacc Priority: optional Section: devel Installed-Size: 262 Maintainer: Thomas E. Dickey Architecture: amd64 Version: 1:2.0.20221106-1+apertis0bv2024dev2b1 Provides: yacc Depends: libc6 (>= 2.34) Filename: pool/development/b/byacc/byacc_2.0.20221106-1+apertis0bv2024dev2b1_amd64.deb Size: 122664 MD5sum: 56edc8078a54a7ec624e4c1cd1c1b561 SHA1: bc793f063ffaaf260fe4743d714193f7605a1f81 SHA256: ee15a82ca47717a50518b8e149543690957f2192747dd11bea47860db566c944 SHA512: dc8d2e45db2fb5e51b130f3b4dcc9f686b253fd4e9cb0394deb7923ad757ad182e2e2e8afc3cbbeaef3b52f3aa7ddaea4d4a6f9d7a57956c12666bbd7a7c5df4 Description: public domain Berkeley LALR Yacc parser generator This package provides a parser generator utility that reads a grammar specification from a file and generates an LR(1) parser for it. The parsers consist of a set of LALR(1) parsing tables and a driver routine written in the C programming language. It has a public domain license which includes the generated C. . This package has the backtracking extension, adapted from btyacc. . Related packages: bison, btyacc, antlr Homepage: https://invisible-island.net/byacc/ Multi-Arch: foreign Package: byacc-dbgsym Priority: optional Section: debug Installed-Size: 151 Maintainer: Thomas E. Dickey Architecture: amd64 Source: byacc Version: 1:2.0.20221106-1+apertis0bv2024dev2b1 Depends: byacc (= 1:2.0.20221106-1+apertis0bv2024dev2b1) Filename: pool/development/b/byacc/byacc-dbgsym_2.0.20221106-1+apertis0bv2024dev2b1_amd64.deb Size: 131356 MD5sum: a6e75cd5dcbf6553d84ecba0669f0a01 SHA1: 038dcdd807d7a0132f1fdc0f81a349e11cad8e05 SHA256: f36194852274e41aacdf2955d23677d4f1f4ce17340ea4dbde55fcede6d2d8fc SHA512: 6f583d1228477fa349b7d9f4e475c3a38c1c2fcb636c4111a1de0c11becde73cd58d22907bb92ed44392154ac0070ce0a5fd7ef913f9ce14e452e83932bed198 Description: debug symbols for byacc Auto-Built-Package: debug-symbols Build-Ids: 88a3145b3800bf36f8dcfddd31ca7b7e7575665f Package: byacc-j Priority: extra Section: devel Installed-Size: 162 Maintainer: Ludovic Claude Architecture: amd64 Version: 1.15-1.1+apertis0bv2024dev2b1 Depends: libc6 (>= 2.34) Filename: pool/development/b/byacc-j/byacc-j_1.15-1.1+apertis0bv2024dev2b1_amd64.deb Size: 56592 MD5sum: e0e0177ceec92a253104ee5c028c03b6 SHA1: b6ca5eb94389e0a2371fe83b5e993ead9a1d0730 SHA256: 1a9db67be1dddbd1c9e8944fc79d7aa7d5e89828e8fc6188225737392260fba1 SHA512: 851fcefce72f2f71fd07bc56fb6421a7ced979c30859aa3686638281faae6f710e64d6de999c9b7500f7b69ef0224ccb0acb8d01b422305eb5016742667422f1 Description: Berkeley YACC parser generator extended to generate Java code BYACC/J is an extension of the Berkeley v 1.8 YACC-compatible parser generator. . Standard YACC takes a YACC source file, and generates one or more C files from it, which if compiled properly, will produce a LALR-grammar parser. This is useful for expression parsing, interactive command parsing, and file reading. Many megabytes of YACC code have been written over the years. . This is the standard YACC tool that is in use every day to produce C/C++ parsers. . I have added a "-J" flag which will cause BYACC to generate Java source code, instead. So there finally is a YACC for Java now! Homepage: http://byaccj.sourceforge.net/ Package: byacc-j-dbgsym Priority: optional Section: debug Installed-Size: 121 Maintainer: Ludovic Claude Architecture: amd64 Source: byacc-j Version: 1.15-1.1+apertis0bv2024dev2b1 Depends: byacc-j (= 1.15-1.1+apertis0bv2024dev2b1) Filename: pool/development/b/byacc-j/byacc-j-dbgsym_1.15-1.1+apertis0bv2024dev2b1_amd64.deb Size: 100712 MD5sum: 6283f608db60309a4a93df0bace936dd SHA1: bec3a499ba8400d20c0509d03fe95b055478b262 SHA256: 8091af399c8857ff914ae5e5c20d162131a249dfeed755477c746f39b29eadc5 SHA512: 664104055ba91031377f0c2b23c9aa47a03a3cd1bedc2576af3bc0d5da0a27a9cf15d80885110c631e897b8288fe69c26767d9e90023ba3f8a20279e67707b34 Description: debug symbols for byacc-j Auto-Built-Package: debug-symbols Build-Ids: e15d2bd4ca56021fa2c65f3098e8a3417ad67b1c Package: ca-certificates-java Priority: optional Section: java Installed-Size: 45 Maintainer: Debian Java Maintainers Architecture: all Version: 20230710~deb12u1+apertis0bv2024.0db1 Depends: ca-certificates (>= 20210120) Breaks: openjdk-11-jre-headless (<< 11.0.19+7~1~), openjdk-17-jre-headless (<< 17.0.8~6-3~), openjdk-18-jre-headless (<< 18.0.2+9-2ubuntu1~), openjdk-19-jre-headless (<< 19.0.2+7-0ubuntu4~), openjdk-20-jre-headless (<< 20.0.1+9~1~), openjdk-21-jre-headless (<< 21~9ea-1~), openjdk-8-jre-headless (<< 8u382~b04-2~) Filename: pool/development/c/ca-certificates-java/ca-certificates-java_20230710~deb12u1+apertis0bv2024.0db1_all.deb Size: 12428 MD5sum: d8d7ef82b85bc461075f02c561d8cd1d SHA1: 4963e9699bef667ec41215ec49a874e92f4932b1 SHA256: f671d35289744347dbf20607ce0b7d49cde6df0536c8ccd8539ddb1bba6cc224 SHA512: 4618f05a2a27d4fb0522babfc13cd60b480c6c4e89fb36fea293de9cf6562a498207ddf32145234e4326847433212a5112094cdb34072fa4885609df68472249 Description: Common CA certificates (JKS keystore) This package uses the hooks of the ca-certificates package to update the cacerts JKS keystore used for many java runtimes. Multi-Arch: foreign Package: ca-certificates-java Priority: optional Section: java Installed-Size: 43 Maintainer: Debian Java Maintainers Architecture: all Version: 20230620~deb12u1~bpo12+1+apertis1bv2024preb1 Depends: ca-certificates (>= 20210120), default-jre-headless (>= 2:1.8) | java8-runtime-headless Filename: pool/development/c/ca-certificates-java/ca-certificates-java_20230620~deb12u1~bpo12+1+apertis1bv2024preb1_all.deb Size: 12048 MD5sum: 2283b86e31f863b911efcb5d1bbd15c9 SHA1: 016903d5ceaf46adbafa456b1da96b82a89fdc13 SHA256: bf241c3473187b1bb18c85f3d61484657170145a363879688cf87c23945b91dd SHA512: 09a6a3eaa2e647a7d626a2c023e2445d133eabf5066cc2f39952a79d7a8a4d9ca6627c449d53f82500a1cdd26c938c3c8802c7f8b7ed6542d9ffb3031ca8b977 Description: Common CA certificates (JKS keystore) This package uses the hooks of the ca-certificates package to update the cacerts JKS keystore used for many java runtimes. Multi-Arch: foreign Package: cabal-install Priority: optional Section: haskell Installed-Size: 25754 Maintainer: Debian Haskell Group Architecture: amd64 Source: haskell-cabal-install Version: 3.4.1.0-3+apertis0bv2024dev2b1 Depends: ghc (>= 8.4.3), libc6 (>= 2.34), libffi8 (>= 3.4), libgmp10 (>= 2:6.2.1+dfsg1), zlib1g (>= 1:1.1.4) Recommends: curl | wget Filename: pool/development/h/haskell-cabal-install/cabal-install_3.4.1.0-3+apertis0bv2024dev2b1_amd64.deb Size: 3839032 MD5sum: 8ae336d0db75f59cec06ea3b9ba6f1cd SHA1: bff540ffb44994dbf2f1fbf3930129375d82a9e3 SHA256: dbcd40e180e47c5f9294c699a523be2a4917a17d1801cda52e422e2fd09ba867 SHA512: 95556d5487c55cd0925488c1836392cd44e1c476d77925328c95307aa4ff8fe096711f5741905b16a6c4bec0f941ebce1e6cd3aa46bdf49189e1e0732effa434 Description: command-line interface for Cabal and Hackage The 'cabal' command-line program simplifies the process of managing Haskell software by automating the fetching, configuration, compilation and installation of Haskell libraries and programs. Homepage: https://www.haskell.org/cabal/ Package: cairosvg Priority: optional Section: graphics Installed-Size: 18 Maintainer: Debian Python Team Architecture: all Version: 2.5.2-1.1+deb12u1+apertis0bv2024preb1 Depends: python3-cairosvg (= 2.5.2-1.1+deb12u1+apertis0bv2024preb1), python3:any Breaks: python-cairosvg (<< 2~), python3-cairosvg (<< 2~) Filename: pool/development/c/cairosvg/cairosvg_2.5.2-1.1+deb12u1+apertis0bv2024preb1_all.deb Size: 5312 MD5sum: c4ef521460a47f1a0b0e6a14a68b3732 SHA1: 4d7e246a4fdec069c6844fedaeb76be30a9bf0b3 SHA256: b7524fe23d161e3709fad4397a880c53f090c31208631fd055d1f6f389b64dd6 SHA512: d704bb70d2bd3bb93d702ffc83aeabc9b4d1bf5aba52429ed610c3d418899cd66bd246f87e847df657a57db696137104c70596125fe2af631fa506dea1ab602b Description: SVG to PDF/PS/PNG converter based on Cairo CairoSVG is a SVG converter based on Cairo. It can export SVG files to PDF, PostScript and PNG files. The main part of CairoSVG is a SVG parser, trying to follow the SVG 1.1 recommendation from the W3C. Once parsed, the result is drawn to a Cairo surface that can be exported to various formats: PDF, PostScript, PNG and even SVG. Homepage: https://cairosvg.org/ Package: calendar Priority: optional Section: utils Installed-Size: 399 Maintainer: Debian Bsdmainutils Team Architecture: amd64 Source: bsdmainutils Version: 12.1.8+apertis0bv2024dev2b1 Replaces: bsdmainutils (<< 12.1.1) Depends: libbsd0 (>= 0.2.0), libc6 (>= 2.34), cpp Breaks: bsdmainutils (<< 12.1.1) Filename: pool/development/b/bsdmainutils/calendar_12.1.8+apertis0bv2024dev2b1_amd64.deb Size: 120844 MD5sum: 410ab17a06d849748f9de203ebf02c7b SHA1: 9e07f03a2bcd5b2867eb8a3134849f43c0cdeeac SHA256: 14c0ab3da9c6186dc7b09cd0e6bf8a26c7a00bbff6709da4c7f3262ae8bf8467 SHA512: fa55ba59646a75714d570285a11053b963b464e795c18f9f25df5d43a7acb3eacf91aa15a1073d247cefc7b5df11807d5c9a6d4c003d3f3f320de1bbed9864c9 Description: display upcoming dates and provide reminders This package contains the "calendar" program commonly found on BSD-style systems, which displays upcoming relevant dates on a wide variety of calendars. Multi-Arch: foreign Package: calendar-dbgsym Priority: optional Section: debug Installed-Size: 42 Maintainer: Debian Bsdmainutils Team Architecture: amd64 Source: bsdmainutils Version: 12.1.8+apertis0bv2024dev2b1 Depends: calendar (= 12.1.8+apertis0bv2024dev2b1) Filename: pool/development/b/bsdmainutils/calendar-dbgsym_12.1.8+apertis0bv2024dev2b1_amd64.deb Size: 25992 MD5sum: 01f90fdc0c120faa08662110496fc3af SHA1: 2044c50bec3da1a687fdbc4b29f88556c1ba69a3 SHA256: 71f0005647eac4d0dc4c57b9a46e9445f1902d0dcac2893557535b8cd549197f SHA512: 8ef1cfaf9707d6e0a5dc12f98e24eab94a44ec248bb9d308c4b4f52644d06b69247d94567d0abef221cc29a08152c986cf5203fedaea4f824b37def5ddcac80e Description: debug symbols for calendar Auto-Built-Package: debug-symbols Build-Ids: c555c7df78b3fb2362fedcb04992f7121c38a882 Package: capstone-tool Priority: optional Section: utils Installed-Size: 6562 Maintainer: Debian Security Tools Architecture: amd64 Source: capstone Version: 4.0.2-5+apertis0bv2024dev2b1 Depends: libc6 (>= 2.34) Filename: pool/development/c/capstone/capstone-tool_4.0.2-5+apertis0bv2024dev2b1_amd64.deb Size: 568092 MD5sum: 8e0fb108f08559a4e549eb1bbd595ec0 SHA1: dd86eea90870ed87f307cbae0fc5254f6f7dd368 SHA256: 5eba2a65580422e0b2992ceb432f73df431e3ff8b0fee675eb3838469c21fdcb SHA512: 51017c1db7a95c3997ed93119d1ab9088f48ec9e00b5d245f0641c25006882407957cc4d87c511e61367188168e6e956199a3bb72e7ea5e0666fc306f5f016d1 Description: lightweight multi-architecture disassembly framework - command line tool Capstone is a lightweight multi-platform, multi-architecture disassembly framework. . This package contains cstool, a command-line tool to disassemble hexadecimal strings. Homepage: https://www.capstone-engine.org/ Multi-Arch: allowed Package: capstone-tool-dbgsym Priority: optional Section: debug Installed-Size: 2165 Maintainer: Debian Security Tools Architecture: amd64 Source: capstone Version: 4.0.2-5+apertis0bv2024dev2b1 Depends: capstone-tool (= 4.0.2-5+apertis0bv2024dev2b1) Filename: pool/development/c/capstone/capstone-tool-dbgsym_4.0.2-5+apertis0bv2024dev2b1_amd64.deb Size: 2070856 MD5sum: 4d13b7b632aad564d2efc13d565f8f7e SHA1: b4607dcdcaf5b1d71f9b68bcbe0bcf5c29b143f3 SHA256: e86a7f814644828f89ea10d207c79340a64f9fe7c0fa589a7fd1298706eafaae SHA512: 85a03b1e254d1c3779da9da076dfe35151de0d436dae13d188e2cbe811219d705b570ebea12f841c59cddc8fa13e58ebf53d935880097eb42c730787f0a051e0 Description: debug symbols for capstone-tool Auto-Built-Package: debug-symbols Build-Ids: 14b3837f4084048297b51611f958cde92e6e4341 Package: cargo Priority: optional Section: devel Installed-Size: 12349 Maintainer: Rust Maintainers Architecture: amd64 Version: 0.66.0+ds1-1+apertis1bv2024preb2 Depends: libc6 (>= 2.34), libcurl4 (>= 7.28.0), libgcc-s1 (>= 4.2), libgit2-1.5 (>= 1.5.0), libssh2-1 (>= 1.2.5), libssl3 (>= 3.0.0), zlib1g (>= 1:1.1.4), rustc (>= 1.24), binutils, gcc | clang | c-compiler Suggests: cargo-doc, python3 Filename: pool/development/c/cargo/cargo_0.66.0+ds1-1+apertis1bv2024preb2_amd64.deb Size: 3428736 MD5sum: 63820a3cdf5d38537fa924c653890e5c SHA1: 848c7c3d6e0e2b04eb62587acd7b214fb754cdca SHA256: 3aeae35987a8a22b800c9363c5f9a4a841d3ec80a2fdb4dd019f5f9b61b42232 SHA512: b5a44ac0f46234411a81b3c859ade6034db3aa27fe951a00489ff40a63b3e6fc29fff1d90c2a368499c5fe3ed479c2c93cca615ff5233b1e61301d014469578f Description: Rust package manager Cargo is a tool that allows Rust projects to declare their various dependencies, and ensure that you'll always get a repeatable build. . To accomplish this goal, Cargo does four things: * Introduces two metadata files with various bits of project information. * Fetches and builds your project's dependencies. * Invokes rustc or another build tool with the correct parameters to build your project. * Introduces conventions, making working with Rust projects easier. . Cargo downloads your Rust project’s dependencies and compiles your project. Homepage: https://crates.io/ Multi-Arch: allowed Package: cargo-c Priority: optional Section: rust Installed-Size: 56464 Maintainer: Debian Rust Maintainers Architecture: amd64 Source: rust-cargo-c Version: 0.9.14-1+apertis0bv2024dev2b2 Depends: libc6 (>= 2.34), libcurl3-gnutls (>= 7.28.0), libgcc-s1 (>= 4.2), libgit2-1.5 (>= 1.5.0), libssh2-1 (>= 1.2.5), libssl3 (>= 3.0.0), zlib1g (>= 1:1.1.4) Filename: pool/development/r/rust-cargo-c/cargo-c_0.9.14-1+apertis0bv2024dev2b2_amd64.deb Size: 14302832 MD5sum: 9ebd891b5fde6a933b8d1a12bb192161 SHA1: 020892c27b7a3884c1c250afebd888ed8c27cb8f SHA256: b5f9ae1d0bc35f300ab33c7fe9a8dfa059a84b807fb971551ad92c29864565bd SHA512: 99d5a03682639a8a6684cc21e851308f81fe3cd5352278e73d60cb017b00d2bf0f3342cd265aca873c077d45c8559816cd292e6c92eb1f7cf20de99475ee868d Description: Helper program to build and install c-like libraries cargo-c is an extension for Cargo, the Rust package manger, that allows users to build and install C-ABI compatible dynamic and static libraries. It produces and installs pkg-config files, a static and a dynamic library, and C headers to be used by any C-compatible software. Built-Using: rust-bitmaps (= 2.1.0-1+apertis0bv2024dev2b1), rust-cbindgen (= 0.24.3-2+apertis0bv2024dev2b1), rust-im-rc (= 15.1.0-1+apertis0bv2024dev2b1), rust-sized-chunks (= 0.6.5-2+apertis0bv2024dev2b1), rustc (= 1.63.0+dfsg1-2+apertis1bv2024dev2b1) Multi-Arch: allowed X-Cargo-Built-Using: rust-aho-corasick (= 0.7.19-1+apertis0bv2024dev2b1), rust-anyhow (= 1.0.69-1+apertis1bv2024dev2b1), rust-arrayvec (= 0.7.2-2+apertis0bv2024dev2b1), rust-atty (= 0.2.14-2), rust-base64 (= 0.13.0-1), rust-bitflags (= 1.3.2-2+apertis1bv2024dev2b1), rust-bitmaps (= 2.1.0-1+apertis0bv2024dev2b1), rust-block-buffer (= 0.10.2-2+apertis0bv2024dev2b1), rust-bstr (= 0.2.17-1), rust-byteorder (= 1.4.3-2+apertis0bv2024dev2b1), rust-bytes (= 1.2.1-1+apertis0bv2024dev2b1), rust-bytesize (= 1.1.0-1+apertis0bv2024dev2b1), rust-cargo (= 0.66.0-1+apertis0bv2024dev2b1), rust-cargo-platform (= 0.1.2-1+apertis0bv2024dev2b1), rust-cargo-util (= 0.2.2-1+apertis0bv2024dev2b1), rust-cbindgen (= 0.24.3-2+apertis0bv2024dev2b1), rust-cc (= 1.0.73-1+apertis0bv2024dev2b1), rust-cfg-if (= 1.0.0-1), rust-clap-3 (= 3.2.23-4+apertis0bv2024dev2b1), rust-clap-lex (= 0.3.0-1+apertis0bv2024dev2b1), rust-combine (= 4.6.6-3+apertis0bv2024dev2b1), rust-cpufeatures (= 0.2.4-1+apertis0bv2024dev2b1), rust-crates-io (= 0.34.0-2+apertis0bv2024dev2b1), rust-crc32fast (= 1.3.2-2+apertis0bv2024dev2b1), rust-crossbeam-utils (= 0.8.12-1+apertis0bv2024dev2b1), rust-crypto-common (= 0.1.3-1+apertis0bv2024dev2b1), rust-crypto-hash (= 0.3.4-1+apertis0bv2024dev2b1), rust-curl (= 0.4.44-1+apertis0bv2024dev2b1), rust-curl-sys (= 0.4.58-1+apertis0bv2024dev2b1), rust-digest (= 0.10.5-2+apertis0bv2024dev2b1), rust-either (= 1.6.1-1+apertis0bv2024dev2b1), rust-env-logger (= 0.9.3-1+apertis0bv2024dev2b1), rust-fastrand (= 1.8.0-1+apertis0bv2024dev2b1), rust-filetime (= 0.2.19-1+apertis0bv2024dev2b1), rust-flate2 (= 1.0.25-1+apertis0bv2024dev2b1), rust-fnv (= 1.0.7-1+apertis0bv2024dev2b1), rust-foreign-types-0.3 (= 0.3.2-1+apertis0bv2024dev2b1), rust-foreign-types-shared-0.1 (= 0.1.1-1+apertis0bv2024dev2b1), rust-form-urlencoded (= 1.1.0-1+apertis0bv2024dev2b1), rust-generic-array (= 0.14.4-1), rust-git2-curl (= 0.17.0-1+apertis0bv2024dev2b1), rust-git2 (= 0.16.0-1+apertis0bv2024dev2b1), rust-glob (= 0.3.0-1), rust-globset (= 0.4.9-1+apertis0bv2024dev2b1), rust-hashbrown (= 0.12.3-1+apertis0bv2024dev2b1), rust-heck (= 0.4.0-1+apertis0bv2024dev2b1), rust-hex (= 0.4.3-1+apertis0bv2024dev2b1), rust-hmac (= 0.12.1-1+apertis0bv2024dev2b1), rust-home (= 0.5.1-1+apertis0bv2024dev2b1), rust-humantime (= 2.1.0-1+apertis0bv2024dev2b1), rust-idna (= 0.3.0-1), rust-ignore (= 0.4.18-2+apertis0bv2024dev2b1), rust-im-rc (= 15.1.0-1+apertis0bv2024dev2b1), rust-indexmap (= 1.9.2-1+apertis0bv2024dev2b1), rust-itertools (= 0.10.3-1), rust-itoa (= 1.0.1-2+apertis0bv2024dev2b1), rust-jobserver (= 0.1.24-1+apertis0bv2024dev2b1), rust-kstring (= 2.0.0-1+apertis0bv2024dev2b1), rust-lazy-static (= 1.4.0-2+apertis0bv2024dev2b1), rust-lazycell (= 1.3.0-3), rust-libc (= 0.2.139-1), rust-libgit2-sys (= 0.14.1-1+apertis0bv2024dev2b1), rust-libnghttp2-sys (= 0.1.3-1+apertis0bv2024dev2b1), rust-libssh2-sys (= 0.2.23-1+apertis0bv2024dev2b1), rust-libz-sys (= 1.1.8-2+apertis0bv2024dev2b1), rust-log (= 0.4.17-3+apertis0bv2024dev2b1), rust-memchr (= 2.5.0-1), rust-once-cell (= 1.17.0-1), rust-opener (= 0.5.0-1+apertis0bv2024dev2b1), rust-openssl (= 0.10.45-1+apertis0bv2024dev2b1), rust-openssl-probe (= 0.1.2-1+apertis0bv2024dev2b1), rust-openssl-sys (= 0.9.80-1+apertis0bv2024dev2b1), rust-os-info (= 3.5.1-1+apertis0bv2024dev2b1), rust-os-str-bytes (= 6.0.0-1+apertis0bv2024dev2b1), rust-pathdiff (= 0.2.1-1+apertis0bv2024dev2b1), rust-percent-encoding (= 2.2.0-1+apertis0bv2024dev2b1), rust-proc-macro2 (= 1.0.47-1+apertis0bv2024dev2b1), rust-quote (= 1.0.21-1+apertis0bv2024dev2b1), rust-rand-core (= 0.6.3-2+apertis0bv2024dev2b1), rust-rand-xoshiro (= 0.6.0-2+apertis0bv2024dev2b1), rust-regex-automata (= 0.1.8-2), rust-regex (= 1.7.1-1+apertis0bv2024dev2b1), rust-regex-syntax (= 0.6.27-1+apertis0bv2024dev2b1), rust-remove-dir-all (= 0.7.0-1+apertis0bv2024dev2b1), rust-rustc-workspace-hack (= 1.0.0-1+apertis0bv2024dev2b1), rust-rustfix (= 0.6.0-1+apertis0bv2024dev2b1), rust-ryu (= 1.0.2-1), rust-same-file (= 1.0.6-1), rust-semver (= 1.0.14-1+apertis0bv2024dev2b1), rust-serde (= 1.0.152-2+apertis0bv2024dev2b1), rust-serde-ignored (= 0.1.2-1+apertis0bv2024dev2b1), rust-serde-json (= 1.0.87-1+apertis0bv2024dev2b1), rust-sha1 (= 0.10.1-1+apertis0bv2024dev2b1), rust-shell-escape (= 0.1.4-1+apertis0bv2024dev2b1), rust-sized-chunks (= 0.6.5-2+apertis0bv2024dev2b1), rust-smallvec (= 1.9.0-1+apertis0bv2024dev2b1), rust-socket2 (= 0.4.4-1+apertis0bv2024dev2b1), rust-static-assertions (= 1.1.0-1), rust-strip-ansi-escapes (= 0.1.1-1+apertis0bv2024dev2b1), rust-strsim (= 0.10.0-1+apertis0bv2024dev2b1), rust-subtle (= 2.4.1-1+apertis0bv2024dev2b1), rust-syn (= 1.0.107-1+apertis0bv2024dev2b1), rust-tar (= 0.4.38-1+apertis0bv2024dev2b1), rust-tempfile (= 3.3.0-1+apertis0bv2024dev2b1), rust-termcolor (= 1.1.2-1+apertis0bv2024dev2b1), rust-textwrap (= 0.16.0-2+apertis1bv2024dev2b1), rust-thread-local (= 1.1.4-1+apertis0bv2024dev2b1), rust-toml (= 0.5.11-1+apertis0bv2024dev2b1), rust-toml-edit (= 0.14.4-2+apertis0bv2024dev2b1), rust-typenum (= 1.16.0-2+apertis0bv2024dev2b1), rust-unicode-bidi (= 0.3.8-2), rust-unicode-ident (= 1.0.0-1+apertis0bv2024dev2b1), rust-unicode-normalization (= 0.1.22-1), rust-unicode-width (= 0.1.10-1+apertis0bv2024dev2b1), rust-unicode-xid (= 0.2.4-1+apertis0bv2024dev2b1), rust-url (= 2.3.1-1+apertis0bv2024dev2b1), rust-utf8parse (= 0.2.0-1+apertis0bv2024dev2b1), rust-vte (= 0.10.1-4+apertis0bv2024dev2b1), rust-walkdir (= 2.3.2-1+apertis1bv2024dev2b1), rustc (= 1.63.0+dfsg1-2+apertis1bv2024dev2b1) Package: cargo-c-dbgsym Priority: optional Section: debug Installed-Size: 157813 Maintainer: Debian Rust Maintainers Architecture: amd64 Source: rust-cargo-c Version: 0.9.14-1+apertis0bv2024dev2b2 Depends: cargo-c (= 0.9.14-1+apertis0bv2024dev2b2) Filename: pool/development/r/rust-cargo-c/cargo-c-dbgsym_0.9.14-1+apertis0bv2024dev2b2_amd64.deb Size: 145679416 MD5sum: 1248a47771f3c2a24e041fed40460f09 SHA1: 8d53d73ba3e22079e7cd0254cef42b1650528c4f SHA256: 098a475cacd424d36fdf78218132357023ab9c0e573c00e9f0ae5aa8902eda12 SHA512: 9e285620d8eb26b20463ce1767c9de1f1a621fbe63d4b696f78e455b0c6492485aedccc10491f4991a8c532a6e7dc4a2e218a274e2036bf6cd40401b68ff0494 Description: debug symbols for cargo-c Auto-Built-Package: debug-symbols Build-Ids: 000159dd179933e6910c7496ec41efc11cf87219 0d5b80b026cf7640c1a08d60bfa002d8cbbe6037 24c7fbb6f6712910623294b70d445813ad87b275 7ec895f65ce8f8982c78a262767d80819b0ffba9 X-Cargo-Built-Using: rust-aho-corasick (= 0.7.19-1+apertis0bv2024dev2b1), rust-anyhow (= 1.0.69-1+apertis1bv2024dev2b1), rust-arrayvec (= 0.7.2-2+apertis0bv2024dev2b1), rust-atty (= 0.2.14-2), rust-base64 (= 0.13.0-1), rust-bitflags (= 1.3.2-2+apertis1bv2024dev2b1), rust-bitmaps (= 2.1.0-1+apertis0bv2024dev2b1), rust-block-buffer (= 0.10.2-2+apertis0bv2024dev2b1), rust-bstr (= 0.2.17-1), rust-byteorder (= 1.4.3-2+apertis0bv2024dev2b1), rust-bytes (= 1.2.1-1+apertis0bv2024dev2b1), rust-bytesize (= 1.1.0-1+apertis0bv2024dev2b1), rust-cargo (= 0.66.0-1+apertis0bv2024dev2b1), rust-cargo-platform (= 0.1.2-1+apertis0bv2024dev2b1), rust-cargo-util (= 0.2.2-1+apertis0bv2024dev2b1), rust-cbindgen (= 0.24.3-2+apertis0bv2024dev2b1), rust-cc (= 1.0.73-1+apertis0bv2024dev2b1), rust-cfg-if (= 1.0.0-1), rust-clap-3 (= 3.2.23-4+apertis0bv2024dev2b1), rust-clap-lex (= 0.3.0-1+apertis0bv2024dev2b1), rust-combine (= 4.6.6-3+apertis0bv2024dev2b1), rust-cpufeatures (= 0.2.4-1+apertis0bv2024dev2b1), rust-crates-io (= 0.34.0-2+apertis0bv2024dev2b1), rust-crc32fast (= 1.3.2-2+apertis0bv2024dev2b1), rust-crossbeam-utils (= 0.8.12-1+apertis0bv2024dev2b1), rust-crypto-common (= 0.1.3-1+apertis0bv2024dev2b1), rust-crypto-hash (= 0.3.4-1+apertis0bv2024dev2b1), rust-curl (= 0.4.44-1+apertis0bv2024dev2b1), rust-curl-sys (= 0.4.58-1+apertis0bv2024dev2b1), rust-digest (= 0.10.5-2+apertis0bv2024dev2b1), rust-either (= 1.6.1-1+apertis0bv2024dev2b1), rust-env-logger (= 0.9.3-1+apertis0bv2024dev2b1), rust-fastrand (= 1.8.0-1+apertis0bv2024dev2b1), rust-filetime (= 0.2.19-1+apertis0bv2024dev2b1), rust-flate2 (= 1.0.25-1+apertis0bv2024dev2b1), rust-fnv (= 1.0.7-1+apertis0bv2024dev2b1), rust-foreign-types-0.3 (= 0.3.2-1+apertis0bv2024dev2b1), rust-foreign-types-shared-0.1 (= 0.1.1-1+apertis0bv2024dev2b1), rust-form-urlencoded (= 1.1.0-1+apertis0bv2024dev2b1), rust-generic-array (= 0.14.4-1), rust-git2-curl (= 0.17.0-1+apertis0bv2024dev2b1), rust-git2 (= 0.16.0-1+apertis0bv2024dev2b1), rust-glob (= 0.3.0-1), rust-globset (= 0.4.9-1+apertis0bv2024dev2b1), rust-hashbrown (= 0.12.3-1+apertis0bv2024dev2b1), rust-heck (= 0.4.0-1+apertis0bv2024dev2b1), rust-hex (= 0.4.3-1+apertis0bv2024dev2b1), rust-hmac (= 0.12.1-1+apertis0bv2024dev2b1), rust-home (= 0.5.1-1+apertis0bv2024dev2b1), rust-humantime (= 2.1.0-1+apertis0bv2024dev2b1), rust-idna (= 0.3.0-1), rust-ignore (= 0.4.18-2+apertis0bv2024dev2b1), rust-im-rc (= 15.1.0-1+apertis0bv2024dev2b1), rust-indexmap (= 1.9.2-1+apertis0bv2024dev2b1), rust-itertools (= 0.10.3-1), rust-itoa (= 1.0.1-2+apertis0bv2024dev2b1), rust-jobserver (= 0.1.24-1+apertis0bv2024dev2b1), rust-kstring (= 2.0.0-1+apertis0bv2024dev2b1), rust-lazy-static (= 1.4.0-2+apertis0bv2024dev2b1), rust-lazycell (= 1.3.0-3), rust-libc (= 0.2.139-1), rust-libgit2-sys (= 0.14.1-1+apertis0bv2024dev2b1), rust-libnghttp2-sys (= 0.1.3-1+apertis0bv2024dev2b1), rust-libssh2-sys (= 0.2.23-1+apertis0bv2024dev2b1), rust-libz-sys (= 1.1.8-2+apertis0bv2024dev2b1), rust-log (= 0.4.17-3+apertis0bv2024dev2b1), rust-memchr (= 2.5.0-1), rust-once-cell (= 1.17.0-1), rust-opener (= 0.5.0-1+apertis0bv2024dev2b1), rust-openssl (= 0.10.45-1+apertis0bv2024dev2b1), rust-openssl-probe (= 0.1.2-1+apertis0bv2024dev2b1), rust-openssl-sys (= 0.9.80-1+apertis0bv2024dev2b1), rust-os-info (= 3.5.1-1+apertis0bv2024dev2b1), rust-os-str-bytes (= 6.0.0-1+apertis0bv2024dev2b1), rust-pathdiff (= 0.2.1-1+apertis0bv2024dev2b1), rust-percent-encoding (= 2.2.0-1+apertis0bv2024dev2b1), rust-proc-macro2 (= 1.0.47-1+apertis0bv2024dev2b1), rust-quote (= 1.0.21-1+apertis0bv2024dev2b1), rust-rand-core (= 0.6.3-2+apertis0bv2024dev2b1), rust-rand-xoshiro (= 0.6.0-2+apertis0bv2024dev2b1), rust-regex-automata (= 0.1.8-2), rust-regex (= 1.7.1-1+apertis0bv2024dev2b1), rust-regex-syntax (= 0.6.27-1+apertis0bv2024dev2b1), rust-remove-dir-all (= 0.7.0-1+apertis0bv2024dev2b1), rust-rustc-workspace-hack (= 1.0.0-1+apertis0bv2024dev2b1), rust-rustfix (= 0.6.0-1+apertis0bv2024dev2b1), rust-ryu (= 1.0.2-1), rust-same-file (= 1.0.6-1), rust-semver (= 1.0.14-1+apertis0bv2024dev2b1), rust-serde (= 1.0.152-2+apertis0bv2024dev2b1), rust-serde-ignored (= 0.1.2-1+apertis0bv2024dev2b1), rust-serde-json (= 1.0.87-1+apertis0bv2024dev2b1), rust-sha1 (= 0.10.1-1+apertis0bv2024dev2b1), rust-shell-escape (= 0.1.4-1+apertis0bv2024dev2b1), rust-sized-chunks (= 0.6.5-2+apertis0bv2024dev2b1), rust-smallvec (= 1.9.0-1+apertis0bv2024dev2b1), rust-socket2 (= 0.4.4-1+apertis0bv2024dev2b1), rust-static-assertions (= 1.1.0-1), rust-strip-ansi-escapes (= 0.1.1-1+apertis0bv2024dev2b1), rust-strsim (= 0.10.0-1+apertis0bv2024dev2b1), rust-subtle (= 2.4.1-1+apertis0bv2024dev2b1), rust-syn (= 1.0.107-1+apertis0bv2024dev2b1), rust-tar (= 0.4.38-1+apertis0bv2024dev2b1), rust-tempfile (= 3.3.0-1+apertis0bv2024dev2b1), rust-termcolor (= 1.1.2-1+apertis0bv2024dev2b1), rust-textwrap (= 0.16.0-2+apertis1bv2024dev2b1), rust-thread-local (= 1.1.4-1+apertis0bv2024dev2b1), rust-toml (= 0.5.11-1+apertis0bv2024dev2b1), rust-toml-edit (= 0.14.4-2+apertis0bv2024dev2b1), rust-typenum (= 1.16.0-2+apertis0bv2024dev2b1), rust-unicode-bidi (= 0.3.8-2), rust-unicode-ident (= 1.0.0-1+apertis0bv2024dev2b1), rust-unicode-normalization (= 0.1.22-1), rust-unicode-width (= 0.1.10-1+apertis0bv2024dev2b1), rust-unicode-xid (= 0.2.4-1+apertis0bv2024dev2b1), rust-url (= 2.3.1-1+apertis0bv2024dev2b1), rust-utf8parse (= 0.2.0-1+apertis0bv2024dev2b1), rust-vte (= 0.10.1-4+apertis0bv2024dev2b1), rust-walkdir (= 2.3.2-1+apertis1bv2024dev2b1), rustc (= 1.63.0+dfsg1-2+apertis1bv2024dev2b1) Package: cargo-dbgsym Priority: optional Section: debug Installed-Size: 35915 Maintainer: Rust Maintainers Architecture: amd64 Source: cargo Version: 0.66.0+ds1-1+apertis1bv2024preb2 Depends: cargo (= 0.66.0+ds1-1+apertis1bv2024preb2) Filename: pool/development/c/cargo/cargo-dbgsym_0.66.0+ds1-1+apertis1bv2024preb2_amd64.deb Size: 33321368 MD5sum: 81bdf7b28ff462379fc3c8021703d2b8 SHA1: 880b13005492684c1e5a3c0320481864e99e5e8f SHA256: b04d94981b8480a728622d7a5c09af928f0552176d4d47c7e43bbf85596c8f54 SHA512: 5629d0ae18d1e9b6d3e148ad3e004fbe112a0cdf6bc0d246bee98b22f044cabc9e0aa7294d03f693a5f961780d9e24497bde32e04f2026e991293a5abcfc5aa8 Description: debug symbols for cargo Auto-Built-Package: debug-symbols Build-Ids: 0ab558820ff38f22557d526c8829c730f823788d Package: cargo-doc Priority: optional Section: doc Installed-Size: 22192 Maintainer: Rust Maintainers Architecture: all Source: cargo Version: 0.66.0+ds1-1+apertis1bv2024preb2 Filename: pool/development/c/cargo/cargo-doc_0.66.0+ds1-1+apertis1bv2024preb2_all.deb Size: 1221364 MD5sum: 207af7c70e6518ab8261e53b95830f2c SHA1: b2a54623fa04918fa0f45eb3971d3ebe0fff8502 SHA256: da0f419b240b593213492f4913151a3995b188384b9d066c33db95e4ab6cdb4a SHA512: 268d91a3eac805794bfa08772fc7063b5f6dc88cedbf0c0dd643fbb8721fee3af74232cd6c5fbfd5e322633e4391a433f4212352d63e95075a35c1d6751ce335 Description: Rust package manager, documentation Cargo is a tool that allows Rust projects to declare their various dependencies, and ensure that you'll always get a repeatable build. . To accomplish this goal, Cargo does four things: * Introduces two metadata files with various bits of project information. * Fetches and builds your project's dependencies. * Invokes rustc or another build tool with the correct parameters to build your project. * Introduces conventions, making working with Rust projects easier. . Cargo downloads your Rust project’s dependencies and compiles your project. . This package contains the documentation. Homepage: https://crates.io/ Package: catch Priority: optional Section: devel Installed-Size: 922 Maintainer: Jérémy Lal Architecture: all Version: 1.12.2-0.1+apertis0bv2024dev2b1 Filename: pool/development/c/catch/catch_1.12.2-0.1+apertis0bv2024dev2b1_all.deb Size: 114068 MD5sum: 19ddd890d68e9d6d9d284c5f4d380813 SHA1: d8ca2a61144e9fe65cdb8ec0d4962084bbd8cc0d SHA256: 9ab81f1ef8acfebe1a74e5aa0f7cadc5430283cf7b314ce4842021c87445236e SHA512: 65a5d93d0512d1a67b1541930dabb386404a381f239eab4f1a3537b6b6f348549ab55db17ea3999c69c9283e874d3bca68ab6f60996546d004d0938a0f958260 Description: C++ Automated Test Cases in Headers Catch is a multi-paradigm automated test framework for C++ and Objective-C. . Its key features are: * Distributed as a single header file with no dependencies. * Test cases are self-registering. * Test cases can be de divided into isolated sections. * Behaviour Driven Design style is possible with GIVEN-WHEN-THEN in place of test cases and sections. * Only one core assertion macro for comparisons; standard language operators are used for comparison, yet the expression is decomposed and properly logged. Homepage: https://github.com/catchorg/Catch2 Package: cbindgen Priority: optional Section: utils Installed-Size: 4984 Maintainer: Debian Rust Maintainers Architecture: amd64 Source: rust-cbindgen Version: 0.24.3-2+apertis0bv2024dev2b1 Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.2) Filename: pool/development/r/rust-cbindgen/cbindgen_0.24.3-2+apertis0bv2024dev2b1_amd64.deb Size: 1292200 MD5sum: 7d8c58660ec05480400942dc5b16867d SHA1: 48c530f29c0b488591379440ae1c53ce2debfd35 SHA256: 4cb6c44f2ea831a6e822370ac2bbc579d38bb71eb33b672b5abf0517b7bdaea9 SHA512: 229e505a49a88102f9613ef12e51c074f701c1083f2e6301e7b15b91cd4ca3c513ec3d4345d6adb4f4281848d4b5a3e7cef6794e42037b5ee23313cb9649ca23 Description: Generates C bindings from Rust code cbindgen can be used to generate C bindings for Rust code. It is currently being developed to support creating bindings for WebRender (by Mozilla for Firefox), but has been designed to support any project. . Features: . * Builds bindings for a crate, its mods, its dependent crates, and their mods * Only the necessary types for exposed functions are given bindings * Can specify annotations for controlling some aspects of binding * Support for generic structs and unions * Support for exporting constants and statics * Customizable formatting, can be used in C or C++ projects * Support for generating #ifdef's for #[cfg] attributes * Support for #[repr(sized)] tagged enum's Built-Using: rustc (= 1.63.0+dfsg1-2) Multi-Arch: allowed X-Cargo-Built-Using: rust-atty (= 0.2.14-2), rust-bitflags (= 1.3.2-2), rust-cfg-if (= 1.0.0-1), rust-clap-3 (= 3.2.23-4), rust-clap-lex (= 0.3.0-1), rust-fastrand (= 1.8.0-1), rust-hashbrown (= 0.12.3-1+apertis0bv2024dev2b1), rust-heck (= 0.4.0-1+apertis0bv2024dev2b1), rust-indexmap (= 1.9.2-1+apertis0bv2024dev2b1), rust-itoa (= 1.0.1-2+apertis0bv2024dev2b1), rust-libc (= 0.2.139-1), rust-log (= 0.4.17-3+apertis0bv2024dev2b1), rust-once-cell (= 1.17.0-1), rust-os-str-bytes (= 6.0.0-1), rust-proc-macro2 (= 1.0.47-1+apertis0bv2024dev2b1), rust-quote (= 1.0.21-1+apertis0bv2024dev2b1), rust-remove-dir-all (= 0.7.0-1+apertis0bv2024dev2b1), rust-ryu (= 1.0.2-1), rust-serde (= 1.0.152-2+apertis0bv2024dev2b1), rust-serde-json (= 1.0.87-1), rust-strsim (= 0.10.0-1+apertis0bv2024dev2b1), rust-syn (= 1.0.107-1+apertis0bv2024dev2b1), rust-tempfile (= 3.3.0-1+apertis0bv2024dev2b1), rust-termcolor (= 1.1.2-1+apertis0bv2024dev2b1), rust-textwrap (= 0.16.0-2), rust-toml (= 0.5.11-1), rust-unicode-ident (= 1.0.0-1), rustc (= 1.63.0+dfsg1-2) Package: cbindgen-dbgsym Priority: optional Section: debug Installed-Size: 13292 Maintainer: Debian Rust Maintainers Architecture: amd64 Source: rust-cbindgen Version: 0.24.3-2+apertis0bv2024dev2b1 Depends: cbindgen (= 0.24.3-2+apertis0bv2024dev2b1) Filename: pool/development/r/rust-cbindgen/cbindgen-dbgsym_0.24.3-2+apertis0bv2024dev2b1_amd64.deb Size: 12367524 MD5sum: f499f1d70ee007ac5a99b6094a9b4ce3 SHA1: 6747913f1361ade2f4d799ee8691b9d8d9ce82ff SHA256: 463593b6f1fc45b29e9ffb101fbe53ef0cfe89d13d9605539501259241343673 SHA512: 384de584a14aae9e08033ab37560c87ad5299688fc88a74f76306883da762d8b7e74c120474d8a8b4273f5747140005eeaaa6862cc0d582f62104f1ef4047762 Description: debug symbols for cbindgen Auto-Built-Package: debug-symbols Build-Ids: 43e07e97abec8e6257140acb15fad2d27bdc1db2 X-Cargo-Built-Using: rust-atty (= 0.2.14-2), rust-bitflags (= 1.3.2-2), rust-cfg-if (= 1.0.0-1), rust-clap-3 (= 3.2.23-4), rust-clap-lex (= 0.3.0-1), rust-fastrand (= 1.8.0-1), rust-hashbrown (= 0.12.3-1+apertis0bv2024dev2b1), rust-heck (= 0.4.0-1+apertis0bv2024dev2b1), rust-indexmap (= 1.9.2-1+apertis0bv2024dev2b1), rust-itoa (= 1.0.1-2+apertis0bv2024dev2b1), rust-libc (= 0.2.139-1), rust-log (= 0.4.17-3+apertis0bv2024dev2b1), rust-once-cell (= 1.17.0-1), rust-os-str-bytes (= 6.0.0-1), rust-proc-macro2 (= 1.0.47-1+apertis0bv2024dev2b1), rust-quote (= 1.0.21-1+apertis0bv2024dev2b1), rust-remove-dir-all (= 0.7.0-1+apertis0bv2024dev2b1), rust-ryu (= 1.0.2-1), rust-serde (= 1.0.152-2+apertis0bv2024dev2b1), rust-serde-json (= 1.0.87-1), rust-strsim (= 0.10.0-1+apertis0bv2024dev2b1), rust-syn (= 1.0.107-1+apertis0bv2024dev2b1), rust-tempfile (= 3.3.0-1+apertis0bv2024dev2b1), rust-termcolor (= 1.1.2-1+apertis0bv2024dev2b1), rust-textwrap (= 0.16.0-2), rust-toml (= 0.5.11-1), rust-unicode-ident (= 1.0.0-1), rustc (= 1.63.0+dfsg1-2) Package: ccache Priority: optional Section: devel Installed-Size: 1702 Maintainer: Joel Rosdahl Architecture: amd64 Version: 4.8+really4.7.5-1+apertis0bv2024dev2b1 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.4), libhiredis0.14 (>= 0.14.1), libstdc++6 (>= 12), libzstd1 (>= 1.5.2) Suggests: distcc | icecc Filename: pool/development/c/ccache/ccache_4.8+really4.7.5-1+apertis0bv2024dev2b1_amd64.deb Size: 643616 MD5sum: 9094df7f4958d46caff1b8530fc23d64 SHA1: ff656b99d1bd611792ca3f44f679eac181362693 SHA256: 07d7d83de0cdd62e1ff1f9d0350cc9ee3bd66811c3f75bb7030e3eaf0741fa4d SHA512: 46fe180d8fde24d79ba75bae377f43858145346508f655a449be601e8ab81853ea8577533e415cafc91ee082a184f42a29f1cd4c5e0afbdeddeff65ce8c84106 Description: Compiler cache for fast recompilation of C/C++ code Ccache is a compiler cache. It speeds up recompilation by caching previous compilations and detecting when the same compilation is being done again. Homepage: https://ccache.dev Package: ccache-dbgsym Priority: optional Section: debug Installed-Size: 8712 Maintainer: Joel Rosdahl Architecture: amd64 Source: ccache Version: 4.8+really4.7.5-1+apertis0bv2024dev2b1 Depends: ccache (= 4.8+really4.7.5-1+apertis0bv2024dev2b1) Filename: pool/development/c/ccache/ccache-dbgsym_4.8+really4.7.5-1+apertis0bv2024dev2b1_amd64.deb Size: 8524184 MD5sum: d15a420b6e2e3eed8751fe683f3dd2ae SHA1: 43e7a76dc5875243a9f4dc365c1f8204db4387a9 SHA256: 2bca312a9a85f7d233dbbe32d40e8d712910449a3502fbf76d3551e122bafc90 SHA512: 4fcb020186511dc1d5eed0abe9fcdea16941eb5ac6a9d7fef3326f20ce16a0223a8aad605dc3e8bc291683f49480907d381e87ee2963e002688b82761cbb7a6c Description: debug symbols for ccache Auto-Built-Package: debug-symbols Build-Ids: a857d13dbbd759845d40d88d8c2ffb8b372ca485 Package: cdbs Priority: optional Section: devel Installed-Size: 244 Maintainer: Debian QA Group Architecture: all Version: 0.4.166+apertis1bv2024preb1 Depends: scour Recommends: autotools-dev Suggests: devscripts Filename: pool/development/c/cdbs/cdbs_0.4.166+apertis1bv2024preb1_all.deb Size: 49312 MD5sum: 9a37f11b7a4212a0056c714cfcb63742 SHA1: b7431a8fbb856a3bc6ae924c57c9ab3d949f386a SHA256: bcf1ccae30a7ff7e85ddcc4fe507a34f50daf4995daf7cc9873700a9bdd47809 SHA512: fd8379bad268e52fcaa856a3cb9c5e460fccef368416ddaf3904fc5db73b5f939a3b90d02b096f8ff534d735f3f237eaa7dc6e0ec655afe52ca440c427e9931d Description: common build system for Debian packages This package contains the Common Debian Build System, an abstract build system based on Makefile inheritance which is completely extensible and overridable. In other words, CDBS provides a sane set of default rules upon which packages can build; any or all rules may be overridden as needed. Multi-Arch: foreign Package: cdrskin Priority: optional Section: otherosfs Installed-Size: 247 Maintainer: Debian Libburnia packagers Architecture: amd64 Source: libburn Version: 1.5.4-1+apertis0bv2024dev2b1 Depends: libburn4 (>= 1.5.4), libc6 (>= 2.34) Suggests: xorriso Filename: pool/development/libb/libburn/cdrskin_1.5.4-1+apertis0bv2024dev2b1_amd64.deb Size: 125860 MD5sum: 448bf6c884934c1de44a744c86c4d284 SHA1: 0ef5ca4aa41e0c1605a463156aa8af9621222fbe SHA256: b091127a31ab329e7c002d7ce1e5d014c61a3641764e91304c2fdd4161dccfdf SHA512: 3170000444adac13176f6b508de739e38a487785c11d759de2adaec2a8d1d9a1b1980cecd57c087cfee9b4c9f553636ff0d45a1ca12fe33db04f73b7a8793b65 Description: command line CD/DVD/BD writing tool cdrskin strives to be a second source for the services traditionally provided by cdrecord. It writes data sessions to CD, DVD, or BD media. To CD media it may also write audio sessions. Multi-session is possible on all media types except DVD-R DL and fastly blanked DVD-RW. . This is a burner-only application. If you want a burner and ISO 9660 image manipulation application, please install the xorriso package. Homepage: http://libburnia-project.org Package: cdrskin-dbgsym Priority: optional Section: debug Installed-Size: 194 Maintainer: Debian Libburnia packagers Architecture: amd64 Source: libburn Version: 1.5.4-1+apertis0bv2024dev2b1 Depends: cdrskin (= 1.5.4-1+apertis0bv2024dev2b1) Filename: pool/development/libb/libburn/cdrskin-dbgsym_1.5.4-1+apertis0bv2024dev2b1_amd64.deb Size: 172932 MD5sum: 5bb075f27440cf87937e65427f01d7cb SHA1: 404a10a0c5d08dd026ae7db4b797970492165180 SHA256: 0877a3f5a6d45b92537faaa0614445638bd5d441b8883a3df765d9305f0bd656 SHA512: 11b732a91ce6d4c580a62b4df91855e437841a2137cb0f8ef087fa8d92d9387967186db5f380e81a34f0853db80196077cdf9cfaa3329d867c28bbc120e588f4 Description: debug symbols for cdrskin Auto-Built-Package: debug-symbols Build-Ids: 884769814e8889e88f87d924854ec703c867ad58 Package: ceph Priority: optional Section: admin Installed-Size: 259 Maintainer: Ceph Packaging Team Architecture: amd64 Version: 16.2.11+ds-2+apertis2bv2024dev3b1 Depends: ceph-mgr (= 16.2.11+ds-2+apertis2bv2024dev3b1), ceph-mon (= 16.2.11+ds-2+apertis2bv2024dev3b1), ceph-osd (= 16.2.11+ds-2+apertis2bv2024dev3b1) Suggests: ceph-mds (= 16.2.11+ds-2+apertis2bv2024dev3b1) Filename: pool/development/c/ceph/ceph_16.2.11+ds-2+apertis2bv2024dev3b1_amd64.deb Size: 212716 MD5sum: c7e71438f755758fc9a2719151e7b47c SHA1: c8cbc383f0eba61a24b80a36ba10ffe703eaa214 SHA256: 0e02b47ee8f8e04b4757e6b6b8d4ba2e2b1dcf444a29fd641a095a4596b64c35 SHA512: 4e950561915b5303f34d2afd57a25afb95897ffe2363861dfd8df0011caec0652313b6aaef374a3c43f57d12fe47ebcab9d13238c5e76c8bab161de7feb411b6 Description: distributed storage and file system Ceph is a massively scalable, open-source, distributed storage system that runs on commodity hardware and delivers object, block and file system storage. Homepage: http://ceph.com/ Package: ceph-base Priority: optional Section: admin Installed-Size: 22713 Maintainer: Ceph Packaging Team Architecture: amd64 Source: ceph Version: 16.2.11+ds-2+apertis2bv2024dev3b1 Depends: binutils, ceph-common (= 16.2.11+ds-2+apertis2bv2024dev3b1), cryptsetup-bin | cryptsetup, e2fsprogs, gdisk, hdparm | sdparm, logrotate, nvme-cli, parted, psmisc, smartmontools, uuid-runtime, xfsprogs, python3:any, libaio1 (>= 0.3.93), libc6 (>= 2.34), libgcc-s1 (>= 3.4), libleveldb1d (>= 1.23), liblz4-1 (>= 0.0~r130), libpmem1 (>= 1.4), librados2 (>= 16.2.11+ds), libsnappy1v5 (>= 1.1.9), libssl3 (>= 3.0.0), libstdc++6 (>= 12), zlib1g (>= 1:1.1.4) Recommends: btrfs-tools, ceph-mds (= 16.2.11+ds-2+apertis2bv2024dev3b1), chrony | time-daemon | ntp, librados2 (= 16.2.11+ds-2+apertis2bv2024dev3b1), libradosstriper1 (= 16.2.11+ds-2+apertis2bv2024dev3b1), librbd1 (= 16.2.11+ds-2+apertis2bv2024dev3b1) Filename: pool/development/c/ceph/ceph-base_16.2.11+ds-2+apertis2bv2024dev3b1_amd64.deb Size: 4635880 MD5sum: f83f1aca6d4736ef83015d50f1445689 SHA1: 7f723e296f40123d8e315b19503eef41e6449320 SHA256: 8ae0c1beb848f4e73d603b7eaa896bda0616990d3618b806cba21618f5ce6144 SHA512: 7d81fda700b0c41dd2bbcaa3f951a82423729f72337af520874f7b4270d9c408694638f15b9b284124e8f9823427c54414ca951f6844a7b0c75b897292c6c6b9 Description: common ceph daemon libraries and management tools Ceph is a distributed storage system designed to provide excellent performance, reliability, and scalability. . This package contains the libraries and management tools that are common among the Ceph server daemons (ceph-mon, ceph-mgr, ceph-osd, ceph-mds). These tools are necessary for creating, running, and administering a Ceph storage cluster. Homepage: http://ceph.com/ Package: ceph-base-dbg Priority: optional Section: debug Installed-Size: 157390 Maintainer: Ceph Packaging Team Architecture: amd64 Source: ceph Version: 16.2.11+ds-2+apertis2bv2024dev3b1 Depends: ceph-base (= 16.2.11+ds-2+apertis2bv2024dev3b1) Filename: pool/development/c/ceph/ceph-base-dbg_16.2.11+ds-2+apertis2bv2024dev3b1_amd64.deb Size: 150149132 MD5sum: e3232c381c2f178141c8015d30f4db87 SHA1: f6cb2a89c5a085c242755c2590adc291bdb27b46 SHA256: ad44b62aa9116034a4bfe0730d707047049bde7bf343cc8597bef340bfe68f16 SHA512: 0a2eddaaa64ffadb69291963a9b587415b2d7910e27e98fa4df9e7bc7ea2e4b4e5f2dc819c543d4668eb82193e312c72e62500ee76b3befc7cbaf858391f4365 Description: debugging symbols for ceph-base Ceph is a distributed storage system designed to provide excellent performance, reliability, and scalability. . This package contains the debugging symbols for ceph-base. Build-Ids: 0023dc22ca6129b7d1b9324817ec2668cffd2f2c 034980798888fc075032f12191dc0130fa8acc3b 039f6ecfa3bd44e4250740a068148be2889ab49c 03bc07e37d7dc5fa1ada41a0bc602221747192bc 0615aa20cc9b87223218090d4eee115bfa695a29 0a72455fd5ef8803088d2964557f301fd8afe329 154f803302df467f0c7ee07ce704684128d07f67 1a66b77a6a820b9bf6171a35fc84f316316e9ad4 1df0f5e166b50625aeaab6d96d0b6c009490be8f 2b1d884104757ec6b292ca764edbdddf504b0f8e 2e8ebfdf1fa4943f52b76e0419a3ce0066d0ccda 36b365750f7998823151af37c1a6a01f5e1a1288 3ba8fed8230779f561a032a332b6384f532a1eaa 3febca075475b4f3ef63cfa7228ec551cff4dfd1 5a8430fbe92d4c5ec7981540e7e7296c3af0ef95 5aef0b9337592e1864ebe1ed191bd62a15f9ad43 5c5de5534936fcdf95019fdc4501214d8b19b70e 60b7cb2bffc17f0ae5e5effe3eef37dbecbff7ec 6bdc0699260562cfbde4b61565f60ef510ed3580 6f89074390df7cff9c5b1eee2e2b1ddf4716753a 751e1d16eaba268a9cc0372ec8f715efcda1386d 8ecc806bc221c7868491452deacc84c783e8da67 9cef4d35f0b449ff21913c1b8207ba590624c543 a301ceb8cb8b77298262c93283c77207bdbd7d11 c0683e5e9c67674e041a6f66d461e24d50f411fd c647827095331272ab45f460b1e5ea227656be67 c760a1cc0c02df3516c6ab827178c4d9cf75bf8a ceb05d7338c2662b869d9949f71bc44af5001a24 d31fba2a4a25657997ddba9ef44d2c5e4a6fe0d8 d6591c2efb0cbe9dbda92f7a03ee9d17d1363507 d6b5b9bbb7a9b84578599c39fb970a57f3932e95 d7bcb891b1052938527b09b76f976ebd00e941ce da0cc73ad514ad9dcdf41c6525e53ed295081437 da9d8fbae3263b76a725ee7bf31fd54c16a48bbf ef0d0232de9752a61fb947ce72bf6758d0d186b5 f4a08f78feb03792d7db9640e24e0c8ef2267ae6 f4c1222925d72d40ac200d869ae18dc7b6b489b3 Homepage: http://ceph.com/ Package: ceph-common Priority: optional Section: admin Installed-Size: 47022 Maintainer: Ceph Packaging Team Architecture: amd64 Source: ceph Version: 16.2.11+ds-2+apertis2bv2024dev3b1 Depends: adduser, librbd1 (= 16.2.11+ds-2+apertis2bv2024dev3b1), python3-ceph-argparse (= 16.2.11+ds-2+apertis2bv2024dev3b1), python3-ceph-common (<< 16.2.11+ds-2+apertis2bv2024dev3b1.1~), python3-ceph-common (>= 16.2.11+ds-2+apertis2bv2024dev3b1), python3-cephfs (= 16.2.11+ds-2+apertis2bv2024dev3b1), python3-distutils, python3-prettytable, python3-rados (= 16.2.11+ds-2+apertis2bv2024dev3b1), python3-rbd (= 16.2.11+ds-2+apertis2bv2024dev3b1), python3-requests, python3:any, libbabeltrace1 (>= 1.5.4), libblkid1 (>= 2.17.2), libboost-context1.74.0 (>= 1.74.0+ds1), libboost-filesystem1.74.0 (>= 1.74.0+ds1), libboost-program-options1.74.0 (>= 1.74.0+ds1), libboost-thread1.74.0 (>= 1.74.0+ds1), libc6 (>= 2.34), libcap-ng0 (>= 0.7.9), libcephfs2 (>= 12.0.3), libcurl3-gnutls (>= 7.28.0), libexpat1 (>= 2.0.1), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.0), libgoogle-perftools4 (>= 2.10), libicu72 (>= 72.1~rc-1~), libkeyutils1 (>= 1.4), libldap-2.5-0 (>= 2.5.4), liblua5.3-0, libncurses6 (>= 6), liboath0 (>= 1.10.0), librabbitmq4 (>= 0.10.0), librados2 (>= 16.2.11+ds), libradosstriper1 (>= 0.87), libssl3 (>= 3.0.0), libstdc++6 (>= 12), libtinfo6 (>= 6), libudev1 (>= 183) Suggests: ceph, ceph-mds Conflicts: ceph-client-tools Filename: pool/development/c/ceph/ceph-common_16.2.11+ds-2+apertis2bv2024dev3b1_amd64.deb Size: 11611144 MD5sum: 417d9e9a66092a0bdee90213d1e42668 SHA1: 10780ab5b3afa7337a81762ce0eaeec9a3af15b0 SHA256: aa1b076dae11e3d6df0edf5317b8dd27f67b5282cd2f75446dcb23645d9fae57 SHA512: 039eb54c81eaff3078640790ced7f821a74c28c0e422420b5d8935555e6d0074d2c0430d483af4d76e2a6dfbcb65869a670f0a8eed257bcb08bde5bebf75f507 Description: common utilities to mount and interact with a ceph storage cluster Ceph is a distributed storage and file system designed to provide excellent performance, reliability, and scalability. This is a collection of common tools that allow one to interact with and administer a Ceph cluster. Homepage: http://ceph.com/ Package: ceph-common-dbg Priority: optional Section: debug Installed-Size: 554056 Maintainer: Ceph Packaging Team Architecture: amd64 Source: ceph Version: 16.2.11+ds-2+apertis2bv2024dev3b1 Depends: ceph-common (= 16.2.11+ds-2+apertis2bv2024dev3b1) Filename: pool/development/c/ceph/ceph-common-dbg_16.2.11+ds-2+apertis2bv2024dev3b1_amd64.deb Size: 555257816 MD5sum: 3871d3c7b1d91336fab5392f223c24b6 SHA1: 8feb1dbe7575dbe35ec17d35b67b9e8cd50ce03a SHA256: 3ed411464336812462adfe43bcced31d759c6faef3bdbef594ceeddf8f731f0c SHA512: 2be67173c3958c90bfe71f728dea93282a109079ad3fa84049ef8dda81d110dc7ce61edfeb5280c6e0fb7d489aacb106e7310ff16cd76b43c2573572dd769755 Description: debugging symbols for ceph-common Ceph is a distributed storage system designed to provide excellent performance, reliability, and scalability. . This package contains the debugging symbols for ceph-common. Build-Ids: 00ac16c22e3a638688ad3f0bfbb239ecd0ed977c 0626ddbde561ee3129d8ea7aedc2e674ec5fdb52 0c4286ad40749ca5583741be256803256dd807ea 22c19b328abe079964093e0ac1c0564dbb29ee69 2c33b1177105d1a545b8620197f457be85998997 309e81aa1c5faff7372ecdbf837e4c9b4052de88 30e63b22943e0a3fcfa1853ce4f84dc3de2ed664 44a131dba70bd1a10d35d93c4dca0c9267a048d4 4538e5261ef18de8431907fe613acf478b7e91ad 718fb9cfa0c0e1568c7e0fddc2d74634d9d6a7b0 8253f1d5563f6a76f8d3f0c4220a8b73ca81cec0 94b43ae4bf2421a48c0f359a2e7f3a59c1698b6c 97bede657bc9b10e567fb0c56c15b41e2551fde9 a164ef3dfd0a14867947d2094f3c285240442a35 c0b28914ec18cab59dde9f02205f68b319d9cc68 d462c8cd37e638a8c598592234c7f59b66ad2ea8 e22fcecaa5c611e709a759ae595234739937dcb6 e93072085688b539ab132a4ff2b4dcbb08975614 fb2882f87d1d073511ad0f89acbbb970ee7abe73 Homepage: http://ceph.com/ Package: ceph-fuse Priority: optional Section: admin Installed-Size: 2807 Maintainer: Ceph Packaging Team Architecture: amd64 Source: ceph Version: 16.2.11+ds-2+apertis2bv2024dev3b1 Depends: python3, libc6 (>= 2.34), libfmt9 (>= 9.1.0+ds1), libfuse2 (>= 2.9), libgcc-s1 (>= 3.0), librados2 (>= 16.2.11+ds), libstdc++6 (>= 12) Recommends: fuse Filename: pool/development/c/ceph/ceph-fuse_16.2.11+ds-2+apertis2bv2024dev3b1_amd64.deb Size: 996240 MD5sum: 1fef22141f852f88a56ecba28619a194 SHA1: e6662852e8ef9768f5d627e472bf36c15650e49f SHA256: 5ac685e0b738b572f6968f9239869db75db8c151be69f8c81b762cb3665e97bb SHA512: 7c6369fb6d6a1220f47fc4e314bf2a2a1ca1f7e441b5202c4a704ddc1deacf16ef32a2f53d06bc183230f9b4f1eda1a3d4201054bea9e074109c32db10f4856e Description: FUSE-based client for the Ceph distributed file system Ceph is a distributed network file system designed to provide excellent performance, reliability, and scalability. This is a FUSE-based client that allows one to mount a Ceph file system without root privileges. . Because the FUSE-based client has certain inherent performance limitations, it is recommended that the native Linux kernel client be used if possible. If it is not practical to load a kernel module (insufficient privileges, older kernel, etc.), then the FUSE client will do. Homepage: http://ceph.com/ Package: ceph-fuse-dbgsym Priority: optional Section: debug Installed-Size: 20893 Maintainer: Ceph Packaging Team Architecture: amd64 Source: ceph Version: 16.2.11+ds-2+apertis2bv2024dev3b1 Depends: ceph-fuse (= 16.2.11+ds-2+apertis2bv2024dev3b1) Filename: pool/development/c/ceph/ceph-fuse-dbgsym_16.2.11+ds-2+apertis2bv2024dev3b1_amd64.deb Size: 20846320 MD5sum: 76854cd33efb4cc18777b708d832a43d SHA1: 6008964b72939e2a06eabc0ea66c943f35cab9b7 SHA256: fdf26aaeda9bb741176adeee4e54bfce8598bfe91cac5078e074e5ab1f720829 SHA512: 3b537225efcce794b27151bad4dee3e5f272da72157d89ee7ddae33b61b451b43f2776334c28ac75ea45fdacc940a11150b7284a1b44111639ff3947597ff948 Description: debug symbols for ceph-fuse Auto-Built-Package: debug-symbols Build-Ids: 695a0402a1bd2e08fe1a5c377d1c51e1a6d547c6 Package: ceph-grafana-dashboards Priority: optional Section: admin Installed-Size: 572 Maintainer: Ceph Packaging Team Architecture: all Source: ceph Version: 16.2.11+ds-2+apertis2bv2024dev3b1 Filename: pool/development/c/ceph/ceph-grafana-dashboards_16.2.11+ds-2+apertis2bv2024dev3b1_all.deb Size: 222552 MD5sum: 679d4175c69a12dcbebf05bfce851122 SHA1: cc585296abfba9bd351c283f8b6795bed3138cc7 SHA256: 7ae5793de281802c699376fbdfd030036e07e1be1eccba24852442ecc97c5ce4 SHA512: bb593a982b712e129912e7883cc47a0d1fe2a2f362943b9d02fbd8a47626a9f17428e476008efc333ce4d88cfcb042a56bc6a3c6910f16391329b1aa538bc2d4 Description: grafana dashboards for the ceph dashboard Ceph is a massively scalable, open-source, distributed storage system that runs on commodity hardware and delivers object, block and file system storage. . This package contains Grafana dashboards that are used by the Ceph Dashboard for monitoring. Homepage: http://ceph.com/ Package: ceph-immutable-object-cache Priority: optional Section: admin Installed-Size: 719 Maintainer: Ceph Packaging Team Architecture: amd64 Source: ceph Version: 16.2.11+ds-2+apertis2bv2024dev3b1 Depends: ceph-common (= 16.2.11+ds-2+apertis2bv2024dev3b1), librados2 (= 16.2.11+ds-2+apertis2bv2024dev3b1), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 11) Filename: pool/development/c/ceph/ceph-immutable-object-cache_16.2.11+ds-2+apertis2bv2024dev3b1_amd64.deb Size: 352056 MD5sum: 9d0fd95507747e65b40219a72b7417df SHA1: 0776acf328b38b140b00dfc66461da735e3b6cc1 SHA256: d7d6b81257bd285277b0d25465c2dd94c4419eedc53db9ee817da4bb42464f78 SHA512: 04345f97f67d22cb5534ca748e1a4678679e3ec3b73974068bd15f196168598fde359bf499ca0eba6edc9a95bf6010aaadeb703c2e659e395cfabbe7caed8b0a Description: Ceph daemon for immutable object cache Ceph is a massively scalable, open-source, distributed storage system that runs on commodity hardware and delivers object, block and file system storage. This is a daemon for immutable object cache. Homepage: http://ceph.com/ Package: ceph-immutable-object-cache-dbg Priority: optional Section: debug Installed-Size: 5486 Maintainer: Ceph Packaging Team Architecture: amd64 Source: ceph Version: 16.2.11+ds-2+apertis2bv2024dev3b1 Depends: ceph-immutable-object-cache (= 16.2.11+ds-2+apertis2bv2024dev3b1) Filename: pool/development/c/ceph/ceph-immutable-object-cache-dbg_16.2.11+ds-2+apertis2bv2024dev3b1_amd64.deb Size: 5443908 MD5sum: a4c2c898e16e25210e6a10553de2ad59 SHA1: 7dcdf6423f141762ebf4b008d13e5e815464ceca SHA256: 4dfb0fd6fa32f711972d8655323e635c59207ad4bd5340d3762d96a0a86ce550 SHA512: bbe6787869ed9f8c26e7c7ec2ffaa2b49599fe9f16c58e43c7b6bc9f611ac949e887758987fdf2de29e90bf5b20fa774e3291198ca8b4c869272ad49a6b004fb Description: debugging symbols for ceph-immutable-object-cache Ceph is a massively scalable, open-source, distributed storage system that runs on commodity hardware and delivers object, block and file system storage. This is a daemon for immutable object cache. . This package contains the debugging symbols for ceph-immutable-object-cache. Build-Ids: cbe8fe0a8247a6eb3db2cb8b0218f813727e24d9 Homepage: http://ceph.com/ Package: ceph-mds Priority: optional Section: admin Installed-Size: 7635 Maintainer: Ceph Packaging Team Architecture: amd64 Source: ceph Version: 16.2.11+ds-2+apertis2bv2024dev3b1 Depends: ceph, ceph-base (= 16.2.11+ds-2+apertis2bv2024dev3b1), libc6 (>= 2.34), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.0), liblua5.3-0, librados2 (>= 16.2.11+ds), libstdc++6 (>= 12) Recommends: ceph-common, ceph-fuse, libcephfs2 Filename: pool/development/c/ceph/ceph-mds_16.2.11+ds-2+apertis2bv2024dev3b1_amd64.deb Size: 2451680 MD5sum: d7f4019d5bf02aaf1ed2b8a9ed3a18e7 SHA1: 8fa1ca5eac9f08335950f9e62f4053fa945f6ed8 SHA256: f672668d5f0ea4afe840b487efc0a7104de9354b97fd17e38aadebc09a90c44d SHA512: 2810f11b7a82164a95d15d4237c8ac7a318966e7d61ee422c6faef5a18f6010f624882d35f3cbd17350a2a612188a907b1077634ec4435adf32a9542b35c6d8d Description: metadata server for the ceph distributed file system Ceph is a distributed storage and network file system designed to provide excellent performance, reliability, and scalability. . This package contains the metadata server daemon, which is used to create a distributed file system on top of the ceph storage cluster. Homepage: http://ceph.com/ Package: ceph-mds-dbg Priority: optional Section: debug Installed-Size: 100323 Maintainer: Ceph Packaging Team Architecture: amd64 Source: ceph Version: 16.2.11+ds-2+apertis2bv2024dev3b1 Depends: ceph-mds (= 16.2.11+ds-2+apertis2bv2024dev3b1) Filename: pool/development/c/ceph/ceph-mds-dbg_16.2.11+ds-2+apertis2bv2024dev3b1_amd64.deb Size: 100797368 MD5sum: b3e7ac61b21d051083697949b924e727 SHA1: 348fee63551b1567f6fc0e0ef9ef2ef0dfa7eb48 SHA256: dfb27fb81580274c9ed282a0d422f7283a02c360c3f8b1fb9e9b3fbffaee8d42 SHA512: 04a0ea921cbfe66d906f8870d7deb38bc9875de7632f987cc9365c9bb30b57bb9725a9f66d96f47e5088dc7cd9e602e92975e8ffc0793cf7a55e44f0f5f0ea21 Description: debugging symbols for ceph-mds Ceph is a massively scalable, open-source, distributed storage system that runs on commodity hardware and delivers object, block and file system storage. . This package contains the debugging symbols for ceph-mds. Build-Ids: d41f3ad4249b8487f088a273c1b69ca29caf4970 Homepage: http://ceph.com/ Package: ceph-mgr Priority: optional Section: admin Installed-Size: 5110 Maintainer: Ceph Packaging Team Architecture: amd64 Source: ceph Version: 16.2.11+ds-2+apertis2bv2024dev3b1 Depends: ceph-base (= 16.2.11+ds-2+apertis2bv2024dev3b1), ceph-mgr-modules-core (<< 16.2.11+ds-2+apertis2bv2024dev3b1.1~), ceph-mgr-modules-core (>= 16.2.11+ds-2+apertis2bv2024dev3b1), python3-bcrypt, python3-cherrypy3, python3-jwt, python3-openssl, python3-pecan, python3-requests, python3-werkzeug, libboost-python1.74.0 (>= 1.74.0+ds1), libboost-python1.74.0-py311, libc6 (>= 2.34), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.0), libpython3.11 (>= 3.11.0), librados2 (>= 16.2.11+ds), libstdc++6 (>= 12) Suggests: ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook Filename: pool/development/c/ceph/ceph-mgr_16.2.11+ds-2+apertis2bv2024dev3b1_amd64.deb Size: 1633136 MD5sum: 64d18c132c356efd6051ece0a4cbf70f SHA1: 5c06057838366f256b0c0f699e4f84cd91664dcc SHA256: cb5ee6df922b1979592ba78d785e4cbacb77bdb196dff2c605d1a26d19c8da05 SHA512: 257d23f0e2c1de32d5a1e78eb140d83514c5f292cf9701e5fcc54dbccdc26c8f5cca02c9be02ccd5664c02d43707487c090ebd7781b421b230e4345f6a9af689 Description: manager for the ceph distributed file system Ceph is a massively scalable, open-source, distributed storage system that runs on commodity hardware and delivers object, block and file system storage. . This package contains the manager daemon, which is used to expose high level management and monitoring functionality. Homepage: http://ceph.com/ Package: ceph-mgr-cephadm Priority: optional Section: admin Installed-Size: 789 Maintainer: Ceph Packaging Team Architecture: all Source: ceph Version: 16.2.11+ds-2+apertis2bv2024dev3b1 Depends: ceph-mgr (<< 16.2.11+ds-2+apertis2bv2024dev3b1.1~), ceph-mgr (>= 16.2.11+ds-2+apertis2bv2024dev3b1), cephadm, openssh-client, python3-jinja2 Filename: pool/development/c/ceph/ceph-mgr-cephadm_16.2.11+ds-2+apertis2bv2024dev3b1_all.deb Size: 301320 MD5sum: 4536d853245723f278f25f28f2e1eeb6 SHA1: bbeaf9f8b48892e548c647a73313edd4bcb2c99a SHA256: 86d41a9122877198d4bfc42796582ff0ef627e354a8bfdbab8a95782e058116c SHA512: 1061867d079ec0e0475346b8538b5e6c5bf4624fd68156bbe43ba7ffd2e2667be8f5ee18be4a4adf940a724d98823ebfb388818c9afb3df9ba7c0734e297029a Description: cephadm orchestrator module for ceph-mgr Ceph is a massively scalable, open-source, distributed storage system that runs on commodity hardware and delivers object, block and file system storage. . This package contains the CEPHADM module for ceph-mgr's orchestration functionality, to allow ceph-mgr to perform orchestration functions over a standard SSH connection. Homepage: http://ceph.com/ Package: ceph-mgr-dashboard Priority: optional Section: admin Installed-Size: 22159 Maintainer: Ceph Packaging Team Architecture: all Source: ceph Version: 16.2.11+ds-2+apertis2bv2024dev3b1 Depends: ceph-mgr (>= 16.2.11+ds-2+apertis2bv2024dev3b1), python3-bcrypt, python3-cherrypy3, python3-distutils, python3-jwt, python3-openssl, python3-routes, python3-werkzeug Filename: pool/development/c/ceph/ceph-mgr-dashboard_16.2.11+ds-2+apertis2bv2024dev3b1_all.deb Size: 3022584 MD5sum: 306eb79f3579fbe554f678e52446914d SHA1: 19547d3b397ef7dd6e56ef1a6cd38ed5977c199c SHA256: 5fc85cc99166f255c6e4c91d755238d8da58ef61a1fb05b0f182ca30d51e0d54 SHA512: 6842185ee30f5c2f6478da2c1fcce3f35c71db385c41609ef6357f801d7727080b17c6d8fdb6e46c2f83b0c6756ef4cb29540409a2c71292424cd4a6e28776d6 Description: dashboard plugin for ceph-mgr Ceph is a massively scalable, open-source, distributed storage system that runs on commodity hardware and delivers object, block and file system storage. . This package provides a ceph-mgr plugin, providing a web-based application to monitor and manage many aspects of a Ceph cluster and related components. . See the Dashboard documentation at http://docs.ceph.com/ for details and a detailed feature overview. Homepage: http://ceph.com/ Package: ceph-mgr-dbg Priority: optional Section: debug Installed-Size: 53324 Maintainer: Ceph Packaging Team Architecture: amd64 Source: ceph Version: 16.2.11+ds-2+apertis2bv2024dev3b1 Depends: ceph-mgr (= 16.2.11+ds-2+apertis2bv2024dev3b1) Filename: pool/development/c/ceph/ceph-mgr-dbg_16.2.11+ds-2+apertis2bv2024dev3b1_amd64.deb Size: 53380424 MD5sum: a4363042848260d96f521d31b6f13d5d SHA1: ff5f53e93454f03af6feb29b52cb73d867d36bc1 SHA256: 37a5a6491445558fc9b4c6fe1f17067c5b63dadb6226a9ce4fcb37724a1fa7e9 SHA512: 36d8ccfe946ba253d33716a28cf420d0dd67bfc7eaa1886b71cab93fe65c2c10a50885d77217ced417e79cf0da94d8661893401334b4538f70db3ea52c411806 Description: debugging symbols for ceph-mgr Ceph is a massively scalable, open-source, distributed storage system that runs on commodity hardware and delivers object, block and file system storage. . This package contains the debugging symbols for ceph-mgr. Build-Ids: 1815730eb6ddaa3ba3078ff4089f2bb342db2ab0 Homepage: http://ceph.com/ Package: ceph-mgr-k8sevents Priority: optional Section: admin Installed-Size: 314 Maintainer: Ceph Packaging Team Architecture: all Source: ceph Version: 16.2.11+ds-2+apertis2bv2024dev3b1 Depends: ceph-mgr (>= 16.2.11+ds-2+apertis2bv2024dev3b1), python3-kubernetes Filename: pool/development/c/ceph/ceph-mgr-k8sevents_16.2.11+ds-2+apertis2bv2024dev3b1_all.deb Size: 223300 MD5sum: 6049aed73ba9cfbb05fcc617da31d5a6 SHA1: f7038bbe0d133262bf5c73ba806ded4392272fc3 SHA256: d59792951fb76a4311bc262fa1f1192f10c405a873ef1ea152236cfe6692cf90 SHA512: f54c1c20cb02dde3b18d919cee9bc98c3c4e7f544ca22fcf44c094e40fa38fb518756bc69a3ad30e5421cbecc43da7cef4a97947c833fe29ba95979087025f07 Description: kubernetes events plugin for ceph-mgr Ceph is a massively scalable, open-source, distributed storage system that runs on commodity hardware and delivers object, block and file system storage. . This package contains the k8sevents plugin, to allow ceph-mgr to send ceph related events to the kubernetes events API, and track all events that occur within the rook-ceph namespace. Homepage: http://ceph.com/ Package: ceph-mgr-modules-core Priority: optional Section: admin Installed-Size: 1677 Maintainer: Ceph Packaging Team Architecture: all Source: ceph Version: 16.2.11+ds-2+apertis2bv2024dev3b1 Replaces: ceph-mgr (<< 15.1.0) Depends: python3-dateutil, python3-openssl Breaks: ceph-mgr (<< 15.1.0) Filename: pool/development/c/ceph/ceph-mgr-modules-core_16.2.11+ds-2+apertis2bv2024dev3b1_all.deb Size: 406180 MD5sum: 7cd4e333447cecb5dd9aa2eca3af5019 SHA1: bb4c8db0daf7278c6967b857a34402c30eeae3ad SHA256: dda9a617621d3d05304f7438458fd5922e77d0e0986b032b9b1201e970f00655 SHA512: 946075df6d48acbf90ce6849ce05947a1c7a58bda45af3ec97579a4461a7b42cdfb512905bcfab840c542b19ace7392e629baf25852cc1244fd06dd72c1a750b Description: ceph manager modules which are always enabled Ceph is a massively scalable, open-source, distributed storage system that runs on commodity hardware and delivers object, block and file system storage. . This package contains a set of core ceph-mgr modules which are always enabled. Homepage: http://ceph.com/ Package: ceph-mgr-rook Priority: optional Section: admin Installed-Size: 380 Maintainer: Ceph Packaging Team Architecture: all Source: ceph Version: 16.2.11+ds-2+apertis2bv2024dev3b1 Depends: ceph-mgr (>= 16.2.11+ds-2+apertis2bv2024dev3b1), python3-six Filename: pool/development/c/ceph/ceph-mgr-rook_16.2.11+ds-2+apertis2bv2024dev3b1_all.deb Size: 226424 MD5sum: 06ff425b0a24368b67b8e84bfb175538 SHA1: 8a1e9062de7e96e408754aceea7d604714ae659a SHA256: 6179c2fe920793715f05556832bf0fadb0b7d86f7db3ae81a432576a951289dd SHA512: 1758bd2421cc20e3a89b56e9ba69c9c78272a806cdfd454d27c3f9329f8cdb87a160dd88a45b2c2f15a519514a470ade3424ffa56306adaaa7792bec21eae7e7 Description: rook plugin for ceph-mgr Ceph is a massively scalable, open-source, distributed storage system that runs on commodity hardware and delivers object, block and file system storage. . This package contains the rook plugin for ceph-mgr's orchestration functionality, to allow ceph-mgr to install and configure ceph using Rook. Homepage: http://ceph.com/ Package: ceph-mon Priority: optional Section: admin Installed-Size: 15509 Maintainer: Ceph Packaging Team Architecture: amd64 Source: ceph Version: 16.2.11+ds-2+apertis2bv2024dev3b1 Depends: ceph-base (= 16.2.11+ds-2+apertis2bv2024dev3b1), libboost-program-options1.74.0 (>= 1.74.0+ds1), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libleveldb1d (>= 1.23), liblz4-1 (>= 0.0~r130), librados2 (>= 16.2.11+ds), libsnappy1v5 (>= 1.1.9), libstdc++6 (>= 12), zlib1g (>= 1:1.1.4) Filename: pool/development/c/ceph/ceph-mon_16.2.11+ds-2+apertis2bv2024dev3b1_amd64.deb Size: 3801684 MD5sum: a0eade4cb60ba2de0d10dc0382cb4ea2 SHA1: 1706c8cb6dac334f3ff86bfb92ebabc2de0a235f SHA256: 1259cefe45b2143048224eac20ecd7c97bdfba0576a27d32f32a9a8d82a6d484 SHA512: 4219b13f5c5a9d99aab7382c9a1fa1d995bddf275d22daedbe5d186f078b76973a1ae8f2747b4d0478085264a69638f76cdd6386627ba862623c25871116c3ac Description: monitor server for the ceph storage system Ceph is a massively scalable, open-source, distributed storage system that runs on commodity hardware and delivers object, block and file system storage. . This package contains the cluster monitor daemon for the Ceph storage system. One or more instances of ceph-mon form a Paxos part-time parliament cluster that provides extremely reliable and durable storage of cluster membership, configuration, and state. Homepage: http://ceph.com/ Package: ceph-mon-dbg Priority: optional Section: debug Installed-Size: 152905 Maintainer: Ceph Packaging Team Architecture: amd64 Source: ceph Version: 16.2.11+ds-2+apertis2bv2024dev3b1 Depends: ceph-mon (= 16.2.11+ds-2+apertis2bv2024dev3b1) Filename: pool/development/c/ceph/ceph-mon-dbg_16.2.11+ds-2+apertis2bv2024dev3b1_amd64.deb Size: 152520104 MD5sum: 62af38a1f14faab3cdeed03c4513117b SHA1: 5ab96576473a4ad0065326b1e91e2ec1cc595a78 SHA256: 5b132203e16fe43bbf92afcf921671f5db3fd24f2c41f102aca48f4d3b0d67f6 SHA512: d66e88841419babe9b95a87fdbaedf0aa646d2823fd7b3776675b0a37f4c3445759c82ece0f3241df234c4981f710011ec9ddb720525062fd6ed57d1ae89a842 Description: debugging symbols for ceph-mon Ceph is a massively scalable, open-source, distributed storage system that runs on commodity hardware and delivers object, block and file system storage. . This package contains the debugging symbols for ceph-mon. Build-Ids: 8a997c9a372bcfe3a4fff182b2a01557bd0f223e a3e44c9ee4627c83f02ac606691c230346c4258b Homepage: http://ceph.com/ Package: ceph-osd Priority: optional Section: admin Installed-Size: 58226 Maintainer: Ceph Packaging Team Architecture: amd64 Source: ceph Version: 16.2.11+ds-2+apertis2bv2024dev3b1 Depends: ceph-base (= 16.2.11+ds-2+apertis2bv2024dev3b1), lvm2, sudo, python3-ceph, python3:any, libaio1 (>= 0.3.93), libblkid1 (>= 2.17.2), libboost-iostreams1.74.0 (>= 1.74.0+ds1), libboost-program-options1.74.0 (>= 1.74.0+ds1), libboost-thread1.74.0 (>= 1.74.0+ds1), libc6 (>= 2.34), libfmt9 (>= 9.1.0+ds1), libfuse2 (>= 2.8), libgcc-s1 (>= 3.4), libibverbs1 (>= 1.1.6), libleveldb1d (>= 1.23), liblz4-1 (>= 0.0~r130), libpmem1 (>= 1.4), librados2 (>= 16.2.11+ds), librdmacm1 (>= 1.0.15), libsnappy1v5 (>= 1.1.9), libssl3 (>= 3.0.0), libstdc++6 (>= 12), libudev1 (>= 183), zlib1g (>= 1:1.1.4) Pre-Depends: ceph-common (= 16.2.11+ds-2+apertis2bv2024dev3b1) Suggests: nvme-cli Filename: pool/development/c/ceph/ceph-osd_16.2.11+ds-2+apertis2bv2024dev3b1_amd64.deb Size: 16833956 MD5sum: 86422d9f13a69737e876f9b5b578d53c SHA1: 405bbae5ac8fb879e4def8e411bc10b68c040e82 SHA256: 0c05dcf4c1b19f3d89b7684bb24ceaea22ec90630f3c99a71026f8b717287886 SHA512: de9658ec228254a1b717883ee9c2546d03e91f98e39e4b698b1ea88a814365d79f3c432b98fbe98fcf4cff55855b91fbfe17d87d21cfcf463117202c08bc7c35 Description: OSD server for the ceph storage system Ceph is a massively scalable, open-source, distributed storage system that runs on commodity hardware and delivers object, block and file system storage. . This package contains the Object Storage Daemon for the Ceph storage system. It is responsible for storing objects on a local file system and providing access to them over the network. Homepage: http://ceph.com/ Package: ceph-osd-dbg Priority: optional Section: debug Installed-Size: 513531 Maintainer: Ceph Packaging Team Architecture: amd64 Source: ceph Version: 16.2.11+ds-2+apertis2bv2024dev3b1 Depends: ceph-osd (= 16.2.11+ds-2+apertis2bv2024dev3b1) Filename: pool/development/c/ceph/ceph-osd-dbg_16.2.11+ds-2+apertis2bv2024dev3b1_amd64.deb Size: 511703572 MD5sum: cd32b039bf206d3f359eb4bd871d7536 SHA1: d820aa74811981181adae35137e9624c98d9c687 SHA256: aedfb8fe09624d071842986f45cb302a9b1dfe1ffa5d3b5fd5c43df76a018c50 SHA512: 50d5ddb23c354e866b83dec0cdf7fa41d8524eefe7543861abfa2840addcaa5b4d9757ed9812f80cee1e51af848064c9c33e9dc68d0ee4c602e731cafaab6caa Description: debugging symbols for ceph-osd Ceph is a massively scalable, open-source, distributed storage system that runs on commodity hardware and delivers object, block and file system storage. . This package contains the debugging symbols for ceph-osd. Build-Ids: 303157397b75226306571036b92c5b40265e4378 b0666c70ada8e0db60689511a0c3f3dafeddfc9d f8fc9fe8f0a8d4f8dc94cb5776e9672d02d711ba fdac13b0d288f2edd6cdf83a85fa15af8ebfc2df ffb66206e31fe3ce87c9ae400ee1efeadddadedd Homepage: http://ceph.com/ Package: ceph-prometheus-alerts Priority: optional Section: admin Installed-Size: 291 Maintainer: Ceph Packaging Team Architecture: all Source: ceph Version: 16.2.11+ds-2+apertis2bv2024dev3b1 Filename: pool/development/c/ceph/ceph-prometheus-alerts_16.2.11+ds-2+apertis2bv2024dev3b1_all.deb Size: 215564 MD5sum: e38d51accd849dc8845cedce268fe116 SHA1: 0c74d3fe131369dd8fad70dfb2e31c31cc01cf79 SHA256: 8148c442d20f13d286830cc79852f9dd46175c83103ac1006f1ab2b1e782503f SHA512: 38fe779bf9f1bc70ffbc63e4f9536b905248669befc9903aac8e48e17c6a321d1c99fc3f4098dc2e150a1cc367fb5bc6cfc07ccbadf42d70c3bdbb6cf51e4926 Description: prometheus alerts for the ceph dashboard Ceph is a massively scalable, open-source, distributed storage system that runs on commodity hardware and delivers object, block and file system storage. . This package contains alerts used for prometheus to interact with the Ceph Dashboard. Homepage: http://ceph.com/ Package: ceph-resource-agents Priority: optional Section: admin Installed-Size: 262 Maintainer: Ceph Packaging Team Architecture: all Source: ceph Version: 16.2.11+ds-2+apertis2bv2024dev3b1 Depends: ceph (>= 16.2.11+ds-2+apertis2bv2024dev3b1), resource-agents Recommends: pacemaker Filename: pool/development/c/ceph/ceph-resource-agents_16.2.11+ds-2+apertis2bv2024dev3b1_all.deb Size: 210748 MD5sum: 75d999b6d963136e7191ef2b23ed5e53 SHA1: ad3b6427a0c7a43fd75bd8bfc8c0be568c617880 SHA256: ed70dcdd24aa0d9a0c6242b906ad91bf013870561ea1ba85a16c750045939dae SHA512: 5fea34b0d5011033dbd1e6c8e5235158784c101b5a3898695fd9f621a889d203bd80327c3ae6201a052699e5b18209a8e760491ffead47744baeae17c3933643 Description: OCF-compliant resource agents for Ceph Ceph is a distributed storage and network file system designed to provide excellent performance, reliability, and scalability. . This package contains the resource agents (RAs) which integrate Ceph with OCF-compliant cluster resource managers, such as Pacemaker. Homepage: http://ceph.com/ Package: cephadm Priority: optional Section: admin Installed-Size: 595 Maintainer: Ceph Packaging Team Architecture: amd64 Source: ceph Version: 16.2.11+ds-2+apertis2bv2024dev3b1 Depends: adduser, lvm2, python3:any Recommends: podman (>= 2.0.2) | docker.io Filename: pool/development/c/ceph/cephadm_16.2.11+ds-2+apertis2bv2024dev3b1_amd64.deb Size: 277720 MD5sum: a8a299597823b08f59ebe50d6bc2997f SHA1: 43bc339826ace606788c66ac92138286146ce668 SHA256: 81e1c57a47bec1ef96efcfa0cc909af81197e742491da8cf87a226c23cfd664f SHA512: c6ec78a082abf5012d455ad51f96aeb88429c2006dfff95a916d33e01af7a0904fa5963d09799ad46f91e8d49eca9cc7e1bf21bb5358f9d36a35a68fb75f1fb5 Description: utility to bootstrap ceph daemons with systemd and containers Ceph is a massively scalable, open-source, distributed storage system that runs on commodity hardware and delivers object, block and file system storage. . The cephadm utility is used to bootstrap a Ceph cluster and to manage ceph daemons deployed with systemd and containers. Homepage: http://ceph.com/ Package: cephfs-mirror Priority: optional Section: admin Installed-Size: 994 Maintainer: Ceph Packaging Team Architecture: amd64 Source: ceph Version: 16.2.11+ds-2+apertis2bv2024dev3b1 Depends: ceph-common (= 16.2.11+ds-2+apertis2bv2024dev3b1), libcephfs2 (= 16.2.11+ds-2+apertis2bv2024dev3b1), librados2 (= 16.2.11+ds-2+apertis2bv2024dev3b1), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgoogle-perftools4 (>= 2.10), libstdc++6 (>= 12) Filename: pool/development/c/ceph/cephfs-mirror_16.2.11+ds-2+apertis2bv2024dev3b1_amd64.deb Size: 436228 MD5sum: da6f340fa561954e1f9a8f9249280f0b SHA1: 799607c3cecef33e48560558a6ccfa61502e0aa4 SHA256: 7f5ace422156c7f06f3275402e71e750a7b438821a8cc0aec27488f01271e01a SHA512: 8f09557293e6b4cc175d1ad0219ffebcd96ddbf8fabc8bbeb538812566a5bd18863714047d7480fa20c9d68d3fd31c8945baa3e3b7dcceee89c6a678f4744fbc Description: Ceph is a massively scalable, open-source, distributed storage system that runs on commodity hardware and delivers object, block and file system storage. This is a daemon for mirroring CephFS directory snapshots between Ceph clusters. Homepage: http://ceph.com/ Package: cephfs-mirror-dbg Priority: optional Section: debug Installed-Size: 10079 Maintainer: Ceph Packaging Team Architecture: amd64 Source: ceph Version: 16.2.11+ds-2+apertis2bv2024dev3b1 Depends: cephfs-mirror (= 16.2.11+ds-2+apertis2bv2024dev3b1) Filename: pool/development/c/ceph/cephfs-mirror-dbg_16.2.11+ds-2+apertis2bv2024dev3b1_amd64.deb Size: 10074508 MD5sum: e266421b8fa3be78275d515d73e4dba7 SHA1: 6298f57a117268e0008ed0c795b9e43c8a425fdd SHA256: bedcced3bed6cabb076c9f79e1067e80d62b23349c5c58d504b9022d105e15c2 SHA512: f70aef6e29e858ca8c6c8b9001a26e316ffcd4bcfc4f629e266eabfe1ac100c0f868ed81f938ad5754b102d0e87a1feb74bc3d13a1c787461f658226adc2cd3f Description: debugging symbols for cephfs-mirror Ceph is a massively scalable, open-source, distributed storage system that runs on commodity hardware and delivers object, block and file system storage. This is a daemon for mirroring CephFS directory snapshots between Ceph clusters. Build-Ids: e48813ffbf06a370e47d95356fea382b353911c5 Homepage: http://ceph.com/ Package: cephfs-shell Priority: optional Section: admin Installed-Size: 312 Maintainer: Ceph Packaging Team Architecture: all Source: ceph Version: 16.2.11+ds-2+apertis2bv2024dev3b1 Depends: python3-cephfs, python3:any Filename: pool/development/c/ceph/cephfs-shell_16.2.11+ds-2+apertis2bv2024dev3b1_all.deb Size: 220524 MD5sum: 2268a395970709cd54a95b0ba08ece5c SHA1: 3c72bf096566e62df1f385a581c3f68f97802825 SHA256: c5dc3da2aeb394e25f992784d4507b20e2bb612514121280fdabe4ddcb7ae188 SHA512: 1f18fce2654520c80cdb070443d46f8f3b58716a70ed68e24f3002f2ee8f182373ae2d6e399f0eb514a183902e74e6f1fe9e8d8957ea0abcb52cf962ba760047 Description: interactive shell for the Ceph distributed file system Ceph is a massively scalable, open-source, distributed storage system that runs on commodity hardware and delivers object, block and file system storage. This is an interactive tool that allows accessing a Ceph file system without mounting it by providing a nice pseudo-shell which works like an FTP client. . This package contains a CLI for interacting with the CephFS. Homepage: http://ceph.com/ Package: cephfs-top Priority: optional Section: admin Installed-Size: 292 Maintainer: Ceph Packaging Team Architecture: all Source: ceph Version: 16.2.11+ds-2+apertis2bv2024dev3b1 Depends: python3-rados, python3:any Filename: pool/development/c/ceph/cephfs-top_16.2.11+ds-2+apertis2bv2024dev3b1_all.deb Size: 214852 MD5sum: 8b932c10c9dd51631d5caa707690c920 SHA1: 59a0fe52df23b7cca3bbac4c21e3ffa739c0ddd8 SHA256: be621472569e4ab42f1720d13622fe5de8c862cbaf8cbe1de8fa665b6e100b4e SHA512: dca1f2a4dd815d4b537b9a219ea492bbd3ac9e67f3495fe5be95a2746595378668dd7471dfdedb89538daf4bb2f6add72d495f712393eb57ab7a6108ab2ac3b9 Description: top like utility for Ceph filesystem Ceph is a massively scalable, open-source, distributed storage system that runs on commodity hardware and delivers object, block and file system storage. . This package provides a top(1) like utility to display various filesystem metrics in realtime. . This package contains utility for displaying filesystem metrics. Homepage: http://ceph.com/ Package: cfortran Priority: optional Section: devel Installed-Size: 398 Maintainer: Debian Science Maintainers Architecture: all Version: 20210827-1+apertis0bv2024dev2b1 Recommends: gcc | c-compiler, gfortran | fortran-compiler Filename: pool/development/c/cfortran/cfortran_20210827-1+apertis0bv2024dev2b1_all.deb Size: 65360 MD5sum: e0abcefb9142ed6256be296f6baf073f SHA1: b5dbc956d7d69bc9c74e6a98fbfbe5659f149834 SHA256: 870de08d01a118ffad763dfdf92b508a34e9b1f0ae07b701df26afb314c8e3d8 SHA512: 19dd60e1fc61238472951bfb8db57d5c0fac496e3793daded7b32822d4314b83ec4efd6902021e34794e04856ad22318c0c4321694791815b2f4dc54ee5ff384 Description: Header file permitting Fortran routines to be called in C/C++ cfortran.h is an easy-to-use powerful bridge between C and FORTRAN. It provides a completely transparent, machine independent interface between C and FORTRAN routines (= subroutines and/or functions) and global data, i.e. structures and COMMON blocks. Homepage: https://github.com/bastien-roucaries/cfortran Multi-Arch: foreign Package: cgroups-resource-control-tester Priority: optional Section: utils Installed-Size: 61 Maintainer: apertis-tests maintainers Architecture: amd64 Version: 0.2023.1bv2024preb1 Depends: libc6 (>= 2.34) Filename: pool/development/c/cgroups-resource-control-tester/cgroups-resource-control-tester_0.2023.1bv2024preb1_amd64.deb Size: 10600 MD5sum: 5dc5ccf8f4e6880be0173b208c880edb SHA1: 76f0cad64169f55ab092f6c2d60e2c253784b052 SHA256: 88402e204eb5ca837c489a07bf0f61caab9a4673692b2ccf57b0be66bebb0bde SHA512: ab4a028676b3323180895af8738302daf0b146056d072d43e3c43dc246da0966ea428c1b726ba24a1b9453a2d23987c7054cd9de1bece7d967ad7621067e5673 Description: test executables for cgroups-resource-control This package installs compiled executables that have no shared library dependencies that would not be expected in a minimal image. Package: cgroups-resource-control-tester-dbgsym Priority: optional Section: debug Installed-Size: 33 Maintainer: apertis-tests maintainers Architecture: amd64 Source: cgroups-resource-control-tester Version: 0.2023.1bv2024preb1 Depends: cgroups-resource-control-tester (= 0.2023.1bv2024preb1) Filename: pool/development/c/cgroups-resource-control-tester/cgroups-resource-control-tester-dbgsym_0.2023.1bv2024preb1_amd64.deb Size: 9260 MD5sum: b05f0dec9613764296265b587fbfc46d SHA1: 211e72b1786e4f99b487ef4d35d4f2771ce4f865 SHA256: 7e27168fd982c84d1ce63999b93051f6cbf5be46d6da2dacc4944ab5af374b09 SHA512: 01770fc496acf0f80722ff0c4aecd0fb3665abdea79b3a96a9a8ff0fc019ecfbe6fabb7174dcc8aeb6de77ecf0be039c194c45570a3a563ef7fc7827fa55d838 Description: debug symbols for cgroups-resource-control-tester Auto-Built-Package: debug-symbols Build-Ids: 8ab6dbb01d9d760cb76b32307c28f244c7939020 f2effc06092d9f8e196281bba23a87cb7e6279ca Package: chafa Priority: optional Section: graphics Installed-Size: 188 Maintainer: Mo Zhou Architecture: amd64 Version: 1.12.4-1+apertis0bv2024dev2b1 Depends: libchafa0 (= 1.12.4-1+apertis0bv2024dev2b1), libc6 (>= 2.34), libcairo2 (>= 1.2.4), libfreetype6 (>= 2.2.1), libglib2.0-0 (>= 2.35.8), libjpeg62-turbo (>= 1.3.1), libmagickwand-6.q16-6 (>= 8:6.9.10.2), librsvg2-2 (>= 2.52.5), libtiff6 (>= 4.0.3), libwebp7 (>= 1.2.4), libwebpdemux2 (>= 1.2.4) Filename: pool/development/c/chafa/chafa_1.12.4-1+apertis0bv2024dev2b1_amd64.deb Size: 67492 MD5sum: 6655a55158cdfa709e5e0985e966432b SHA1: 242e1b6d01cfe8568122c13c3be6f27b43d87f1b SHA256: d333236677aa4934cd763a81f921e83818973ac1f0f8176f41cb6347e387a495 SHA512: a0bde89c92275859891284986ad1b03a8b3bfb0b89fe9d2259e442a798172670c1cc64033236c7aa19cfa114cc626bacf901dc1daf0be7c4916d1e0891567359 Description: Image-to-text converter supporting a wide range of symbols, etc. Chafa is a command-line utility that converts all kinds of images, including animated image formats like GIFs, into ANSI/Unicode character output that can be displayed in a terminal. . It is highly configurable, with support for alpha transparency and multiple color modes and color spaces, combining a range of Unicode characters for optimal output. . The core functionality is provided by a C library with a public, well-documented API. . This package ships the command line tool. Homepage: https://hpjansson.org/chafa/ Multi-Arch: foreign Package: chafa-dbgsym Priority: optional Section: debug Installed-Size: 207 Maintainer: Mo Zhou Architecture: amd64 Source: chafa Version: 1.12.4-1+apertis0bv2024dev2b1 Depends: chafa (= 1.12.4-1+apertis0bv2024dev2b1) Filename: pool/development/c/chafa/chafa-dbgsym_1.12.4-1+apertis0bv2024dev2b1_amd64.deb Size: 181112 MD5sum: df9c165097d82f97b164a200d0445939 SHA1: 93b65a877398a169e4490c80df8efef4ed32b338 SHA256: bcfddb2d6000114b5799ea8abb074e1b3ce4417d0e30dbd0073ba0cbd6cff931 SHA512: 5c8a6d93a8f77acb0e0bdf26d9f1b82e1f40bd39b71f9135e005f62b762a661b867b0854abf474987c84687242e9719d1f2466176236ada401a9b1adca5dda96 Description: debug symbols for chafa Auto-Built-Package: debug-symbols Build-Ids: 4b98bcdf471e3263b72036834d2ae9e8f06ba501 Package: chai Priority: optional Section: javascript Installed-Size: 1004 Maintainer: Debian Javascript Maintainers Architecture: all Source: node-chai Version: 4.3.7~ds1+~cs9.7.21-1+apertis0bv2024preb1 Provides: node-chai (= 4.3.7~ds1+~cs9.7.21-1+apertis0bv2024preb1), node-chai (= 4.3.7), node-chai-exclude (= 2.1.0), node-fclone (= 1.0.11), node-loupe (= 2.3.1), node-types-chai (= 4.3.4) Depends: node-assertion-error, node-check-error, node-deep-eql, node-get-func-name, node-pathval, node-type-detect, nodejs:any Breaks: node-typescript-types (<< 20201105-1~) Filename: pool/development/n/node-chai/chai_4.3.7~ds1+~cs9.7.21-1+apertis0bv2024preb1_all.deb Size: 105832 MD5sum: eebdcb5440a777d13168fc6973405585 SHA1: 0d345b0d9bf0fffe4fac094d387f3516cc3406ec SHA256: 05b4d92a8b3efe1261101cf75bb0486b0454419bf2dd6633d15ecc935c72eaa6 SHA512: eb314df4953bb53a5e9e2b24b50cb4731546b9350983dd6018bb55db5b37a87bd70e694544e7f485f3a49abe2d29e6515e00ce532dc95093912be1d78c5b26a8 Description: assertion library for Node.js Chai is a BDD / TDD assertion library for Node.js and the browser that can be delightfully paired with any javascript testing framework. This library is test framework agnostic. . Test-driven development (TDD) is a software development process that relies on the repetition of a very short development cycle: requirements are turned into very specific test cases, then the software is improved to pass the new tests . BDD of Behavior-Driven Development is an extension of test-driven development that makes use of a simple, domain-specific scripting language (DSL). These DSLs convert structured natural language statements into executable tests. . Node.js is an event-based server-side JavaScript engine. Homepage: https://chaijs.com Package: chaiwala-tests Priority: optional Section: utils Installed-Size: 229 Maintainer: apertis-tests maintainers Architecture: amd64 Source: apertis-tests Version: 2:0.2023.9bv2024.0db1 Depends: perl:any, python3:any, apertis-tests, apertis-tests-bin, libglib2.0-bin, binutils, gir1.2-gstreamer-1.0, gir1.2-gst-plugins-base-1.0, expect-dev Filename: pool/development/a/apertis-tests/chaiwala-tests_0.2023.9bv2024.0db1_amd64.deb Size: 47132 MD5sum: 99546d0883c9a422a02af334c34f593c SHA1: 7672b1797a55aafe79d9e8835f5c7bcca1e0decb SHA256: 090a92be0a6ae107cc8ab0a2442f3fa5d9d51bb7c052f4827bc28e0c16a6a30a SHA512: 89fa907129d75b1b5574564a8aea74f100636fc1ca3c83ae771b4b467efc8a9aa6d11041895a472b78b760022336f63c6aaa815530a0da2c5a117086260a8fb6 Description: Various Apertis test implementations Various Apertis-specific tests which were historically called "chaiwala-tests" (Chaiwala was an older project codename) and have not been split into smaller packages yet. Package: check Priority: optional Section: devel Installed-Size: 411 Maintainer: Christian Göttsche Architecture: amd64 Version: 0.15.2-2apertis0bv2024preb1 Depends: libsubunit-dev, mawk Filename: pool/development/c/check/check_0.15.2-2apertis0bv2024preb1_amd64.deb Size: 112372 MD5sum: f917222f6ce94db9af5297b1cddbfbb3 SHA1: 72f1fdcc874aaea9a1e55a540f7ccbd2b4193914 SHA256: 9dc5d9446192c05b01bf959823b5f399eab7b7b34cea30f1b0385bad1de8b0e1 SHA512: ce2bcb053ec0431c3aa86255ae1c28987bd6f6deb5c049f5306e6c036868d8c810afb40b01fb3c898ecdb15369f34b3c535bf3a828fb3f1c6968d913c21f1f60 Description: unit test framework for C Check features a simple interface for defining unit tests, putting little in the way of the developer. Tests are run in a separate address space, so Check can catch both assertion failures and code errors that cause segmentation faults or other signals. The output from unit tests can be used within source code editors and IDEs. Homepage: https://libcheck.github.io/check/ Multi-Arch: same Package: checkpolicy Priority: optional Section: utils Installed-Size: 948 Maintainer: Debian SELinux maintainers Architecture: amd64 Version: 3.4-1+apertis0bv2024dev2b1 Depends: libc6 (>= 2.34) Filename: pool/development/c/checkpolicy/checkpolicy_3.4-1+apertis0bv2024dev2b1_amd64.deb Size: 236176 MD5sum: cd12256587778955aab741c71626fe4b SHA1: 958ac7465c9319db6c5f1e45cffdd4b58c560108 SHA256: e5e368613a567692e38306213746470c290ab6b4763e599ea6849a1ec56d4e41 SHA512: 933ee468ffa0df8ba7342b9540947c9b08e895e88ef15cb895dc8c6ffdbbcf7e309fb8bfc941c7fb761426102e2dab74f2c2bf6719568535382e2ca9486245ae Description: SELinux policy compiler Security-enhanced Linux is a patch of the Linux® kernel and a number of utilities with enhanced security functionality designed to add mandatory access controls to Linux. The Security-enhanced Linux kernel contains new architectural components originally developed to improve the security of the Flask operating system. These architectural components provide general support for the enforcement of many kinds of mandatory access control policies, including those based on the concepts of Type Enforcement®, Role-based Access Control, and Multi-level Security. . This package contains checkpolicy, the SELinux policy compiler. Only required for building policies. It uses libsepol to generate the binary policy. checkpolicy uses the static libsepol since it deals with low level details of the policy that have not been encapsulated/abstracted by a proper shared library interface. Built-Using: libsepol (= 3.4-2) Homepage: https://selinuxproject.org Package: checkpolicy-dbgsym Priority: optional Section: debug Installed-Size: 359 Maintainer: Debian SELinux maintainers Architecture: amd64 Source: checkpolicy Version: 3.4-1+apertis0bv2024dev2b1 Depends: checkpolicy (= 3.4-1+apertis0bv2024dev2b1) Filename: pool/development/c/checkpolicy/checkpolicy-dbgsym_3.4-1+apertis0bv2024dev2b1_amd64.deb Size: 260952 MD5sum: 21afa36373fb3203911bd961615bd976 SHA1: 15b562603a46314c2912eca9a047d013003b4aac SHA256: 7ca35a5cb49fba0577a3b1db851573e511b26ca5085dd6bee375b201f17e96c4 SHA512: 46e56b6223e254dd1a7ba438182528306dab9dbaa227343edd82d38f1168cace93e06cf0d80bb4856f6d8457ff7c8ad739b900fb585337d92463b12e9f5699b9 Description: debug symbols for checkpolicy Auto-Built-Package: debug-symbols Build-Ids: 9928d7191ece3e9dd72962d98626fa89786c2b2b e29909d1bea9e515525119b6d5e31f1381dc90a0 Package: chrpath Priority: optional Section: utils Installed-Size: 44 Maintainer: Tollef Fog Heen Architecture: amd64 Version: 0.16-2co1bv2024preb1 Depends: libc6 (>= 2.34) Filename: pool/development/c/chrpath/chrpath_0.16-2co1bv2024preb1_amd64.deb Size: 16000 MD5sum: d90e32057b364addf1333f7c4f7eb9d7 SHA1: b3afa3f53a500b79823d778844116b47f5586f37 SHA256: a32200b64ce536c6cd16fb6f05a4b0791213ec2934fb252bbdb564680ebdda69 SHA512: f2acf9b8b9b209e4f9bc26955488db2cb68ccd5e1432f02d3220a78c67718d0d22fa0fafe52322330000a45fcbd829e657f80419364dc4fec9d75054099e4f54 Description: Tool to edit the rpath in ELF binaries chrpath allows you to change the rpath (where the application looks for libraries) in an application. It does not (yet) allow you to add an rpath if there isn't one already. Homepage: https://alioth.debian.org/projects/chrpath/ Multi-Arch: foreign Package: chrpath-dbgsym Priority: optional Section: debug Installed-Size: 35 Maintainer: Tollef Fog Heen Architecture: amd64 Source: chrpath Version: 0.16-2co1bv2024preb1 Depends: chrpath (= 0.16-2co1bv2024preb1) Filename: pool/development/c/chrpath/chrpath-dbgsym_0.16-2co1bv2024preb1_amd64.deb Size: 21164 MD5sum: 36c08a770823e9e39b894dc2a3883fa0 SHA1: 14f76e1acb2fe8cb08f3b8ef7a37f069c5a654a9 SHA256: 0fe8ca24574850c19fb5622a48a67c181a7ede73067fe428274469bfbb96537c SHA512: fa10ed9d05f9900a44692348048d491e052db0348ec95845e490de2583f0b1e8bd86569f3ecc8d7528c68fb30f44a77c594ecc4d465160dc045dcf363638f312 Description: debug symbols for chrpath Auto-Built-Package: debug-symbols Build-Ids: 93a90d62d42cc0b8ea0ad5ec1a688bb74a68a4b6 Package: clang Priority: optional Section: devel Installed-Size: 21 Maintainer: LLVM Packaging Team Architecture: amd64 Source: llvm-defaults (0.55.7~deb12u1+apertis0bv2024preb1) Version: 1:14.0-55.7~deb12u1+apertis0bv2024preb1 Replaces: clang (<< 3.2-1~exp2), clang-3.2, clang-3.3, clang-3.4 (<< 1:3.4.2-7~exp1), clang-3.5 (<< 1:3.5~+rc1-3~exp1) Depends: clang-14 (>= 14~) Breaks: clang-3.2, clang-3.3, clang-3.4 (<< 1:3.4.2-7~exp1), clang-3.5 (<< 1:3.5~+rc1-3~exp1) Filename: pool/development/l/llvm-defaults/clang_14.0-55.7~deb12u1+apertis0bv2024preb1_amd64.deb Size: 5416 MD5sum: a0343b4fd06cb7dce4753a5a8d770a21 SHA1: 46e34b780ae88825b35eb580d1d8577cd5d297e0 SHA256: aa93653859a69e4a2de66afef2d95202e96411420c62a971814b42ae369751d1 SHA512: 205f7f1cf7ac40213237311150e881efde20e55c6733aa8c00ec2b1cf0621ed58a77610e2a2e520c3017333d0de9f373cf5cfe9daa7b879157599a19069838ab Description: C, C++ and Objective-C compiler (LLVM based), clang binary Clang project is a C, C++, Objective C and Objective C++ front-end for the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . Clang implements all of the ISO C++ 1998, 11 and 14 standards and also provides most of the support of C++17. . This is a dependency package providing the default clang compiler. Package: clang-13 Priority: optional Section: devel Installed-Size: 358 Maintainer: LLVM Packaging Team Architecture: amd64 Source: llvm-toolchain-13 Version: 1:13.0.1-11+apertis1bv2024.0db1 Replaces: llvm-13-dev (<< 1:13~++20210129063721) Provides: c++-compiler, c-compiler, objc-compiler Depends: libc6 (>= 2.34), libclang-cpp13 (>= 1:13.0.1), libgcc-s1 (>= 3.0), libllvm13, libstdc++6 (>= 11), libstdc++-12-dev, libgcc-12-dev, libobjc-12-dev, libclang-common-13-dev (= 1:13.0.1-11+apertis1bv2024.0db1), llvm-13-linker-tools (= 1:13.0.1-11+apertis1bv2024.0db1), libclang1-13 (= 1:13.0.1-11+apertis1bv2024.0db1), libc6-dev, binutils Recommends: llvm-13-dev, python3 Suggests: clang-13-doc Breaks: llvm-13-dev (<< 1:13~++20210129063721) Filename: pool/development/l/llvm-toolchain-13/clang-13_13.0.1-11+apertis1bv2024.0db1_amd64.deb Size: 109872 MD5sum: fc9d0231522df0cc42d1c2770597b1bf SHA1: ee532db1d2034fc41decf0e992af632145a774dc SHA256: 17dedc8d6604efbaf29e6fd74c3a2400235c72a53d79882106b4b1efc69f514f SHA512: 336c467feb9029fe0f1e01c89755a951a6d0bad894efbdebefa4f67dbe21b8c1020e18f50c266596ce7d65f1681617c387ed401f915401009c71875a6faf0ea5 Description: C, C++ and Objective-C compiler Clang project is a C, C++, Objective C and Objective C++ front-end based on the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also provides most of the support of C++20. Homepage: https://www.llvm.org/ Package: clang-13-dbgsym Priority: optional Section: debug Installed-Size: 138 Maintainer: LLVM Packaging Team Architecture: amd64 Source: llvm-toolchain-13 Version: 1:13.0.1-11+apertis1bv2024.0db1 Depends: clang-13 (= 1:13.0.1-11+apertis1bv2024.0db1) Filename: pool/development/l/llvm-toolchain-13/clang-13-dbgsym_13.0.1-11+apertis1bv2024.0db1_amd64.deb Size: 96792 MD5sum: c5dde70a2b9df2e950c8a59c2dfff3c0 SHA1: 58f20ccf9d3c7cbaacb518178204489abd647445 SHA256: db33c32e3552375591bd6a74a39a4bad52b7281028ec975458b6fd6699ecdbd3 SHA512: e28f920412feadccd9d4514f4a4e52fec189a080f103fa0db0b3b7f02504435da4c58e1ea5f6d3ea75d3966cfcfbf5cf9db3dc3c3afd8c4ec4aaf23626d1f992 Description: debug symbols for clang-13 Auto-Built-Package: debug-symbols Build-Ids: 0cf763a9ddea1e59b3f702020d5cd34e74302e4f Package: clang-13-doc Priority: optional Section: doc Installed-Size: 8932 Maintainer: LLVM Packaging Team Architecture: all Source: llvm-toolchain-13 Version: 1:13.0.1-11+apertis1bv2024.0db1 Depends: libjs-mathjax Filename: pool/development/l/llvm-toolchain-13/clang-13-doc_13.0.1-11+apertis1bv2024.0db1_all.deb Size: 1153540 MD5sum: 37d2c89c4b18b5481c250bfbea7634be SHA1: ea0f4971d72b29869403d4bbefb0ac97d9deeee2 SHA256: 85a904a099d6f9f77bd73a5c4c2e905f6e41da406b5d19a13811af5212f0f7bd SHA512: 04b143f9e11baeced7088bdb68f893c8dccacdb263fde3b011b638fac957e0ef6e8a65824353057c5df0619bef03c1e35b25b3e375f95e6b787e284a671830c3 Description: C, C++ and Objective-C compiler - Documentation Clang project is a C, C++, Objective C and Objective C++ front-end based on the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also provides most of the support of C++20. . This package contains the documentation. Homepage: https://www.llvm.org/ Package: clang-13-examples Priority: optional Section: doc Installed-Size: 81 Maintainer: LLVM Packaging Team Architecture: amd64 Source: llvm-toolchain-13 Version: 1:13.0.1-11+apertis1bv2024.0db1 Filename: pool/development/l/llvm-toolchain-13/clang-13-examples_13.0.1-11+apertis1bv2024.0db1_amd64.deb Size: 51440 MD5sum: d67923632cc9a11527dc95b4c91061cf SHA1: 776962e0183bec20f5e86a42a91925dc1fad509f SHA256: affe27ea165a0a6274d6083ceaea6f06e906e921eb1154cf874bb973b4b43523 SHA512: 4811c66e54dd50d09c2785a278339bcaf4eed149f0599f1323e8b1897421a6897bcd2e2c53daed80a75ae93cebdd36cb3d9fd4543024685fe9d61c5826718d7f Description: Clang examples Clang project is a C, C++, Objective C and Objective C++ front-end based on the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also provides most of the support of C++20. . This package contains the Clang examples. Homepage: https://www.llvm.org/ Package: clang-14 Priority: optional Section: devel Installed-Size: 360 Maintainer: LLVM Packaging Team Architecture: amd64 Source: llvm-toolchain-14 Version: 1:14.0.6-12+apertis1bv2024.0db1 Provides: c++-compiler, c-compiler, objc-compiler Depends: libc6 (>= 2.34), libclang-cpp14 (>= 1:14.0.6), libgcc-s1 (>= 3.0), libllvm14, libstdc++6 (>= 11), libstdc++-12-dev, libgcc-12-dev, libobjc-12-dev, libclang-common-14-dev (= 1:14.0.6-12+apertis1bv2024.0db1), llvm-14-linker-tools (= 1:14.0.6-12+apertis1bv2024.0db1), libclang1-14 (= 1:14.0.6-12+apertis1bv2024.0db1), libc6-dev, binutils Recommends: llvm-14-dev, python3 Suggests: clang-14-doc, wasi-libc Filename: pool/development/l/llvm-toolchain-14/clang-14_14.0.6-12+apertis1bv2024.0db1_amd64.deb Size: 113304 MD5sum: 10b579c2b43db1c6679182cb66704aff SHA1: 7600f22e8b85d665fbd6a7b5db12b3a64f32eeb0 SHA256: 3b7b49079505cfa9f73bad18c3b85cceffdc70513abf7a30e58f61c6b44610e7 SHA512: 0ad883ecd26762177b2745d39d6221f06792e7b46da611d5d68b108c8a3caee9af6e8d973b09defcf8aa0abe7d2f9d8b11c0e49ab43f091077579d5d047a2c9b Description: C, C++ and Objective-C compiler Clang project is a C, C++, Objective C and Objective C++ front-end based on the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also provides most of the support of C++20. Homepage: https://www.llvm.org/ Package: clang-14-dbgsym Priority: optional Section: debug Installed-Size: 54 Maintainer: LLVM Packaging Team Architecture: amd64 Source: llvm-toolchain-14 Version: 1:14.0.6-12+apertis1bv2024.0db1 Depends: clang-14 (= 1:14.0.6-12+apertis1bv2024.0db1) Filename: pool/development/l/llvm-toolchain-14/clang-14-dbgsym_14.0.6-12+apertis1bv2024.0db1_amd64.deb Size: 10588 MD5sum: 0a5ee8d4063e2bffa15580ab4a4a6d4a SHA1: 3ca2b9672a81bcdfea00a0030cd965b512bba00b SHA256: a225a00135c16621e8e3cf971c990194886a683c28a26565c6a6a44b7f7a0e7d SHA512: 8955095284748e0f8c88b1efdab7dee452b366d26fac2abe133f2e284c861d45cbf32ed287c54efabf0fe8f46b7f37d030a0210d6dca83d3305035ccf7179430 Description: debug symbols for clang-14 Auto-Built-Package: debug-symbols Build-Ids: 4b024894acd116ec9c6aea7d73261eb8894b38d0 Package: clang-14-doc Priority: optional Section: doc Installed-Size: 9163 Maintainer: LLVM Packaging Team Architecture: all Source: llvm-toolchain-14 Version: 1:14.0.6-12+apertis1bv2024.0db1 Depends: libjs-mathjax Filename: pool/development/l/llvm-toolchain-14/clang-14-doc_14.0.6-12+apertis1bv2024.0db1_all.deb Size: 1185688 MD5sum: fba12221408c1254c656bf2413760169 SHA1: 380b7627ac09a31a8d6d26541b195a4a4a6c2938 SHA256: 3109133730bff0ee38c972c58d6d2762fb09a2b6dd02449c1d9721418009c22c SHA512: 3cb01070cbe9c6635652cbe96f5cffbc2ce2e7ed848545e71d1c07fafaaf7db9274be1c7bad7cc01b91881a6f33928170da52da8f6709886b10a33efff5d9734 Description: C, C++ and Objective-C compiler - Documentation Clang project is a C, C++, Objective C and Objective C++ front-end based on the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also provides most of the support of C++20. . This package contains the documentation. Homepage: https://www.llvm.org/ Package: clang-14-examples Priority: optional Section: doc Installed-Size: 81 Maintainer: LLVM Packaging Team Architecture: amd64 Source: llvm-toolchain-14 Version: 1:14.0.6-12+apertis1bv2024.0db1 Filename: pool/development/l/llvm-toolchain-14/clang-14-examples_14.0.6-12+apertis1bv2024.0db1_amd64.deb Size: 49500 MD5sum: dda6a73f5c2fd50df90745065c6fcb0a SHA1: 8d3f631fdcd1d848743ed6cd903ed54bb21049aa SHA256: fb4c29f64fcc4f2d143356ad12df1bc066ea5690ad39b773e9cb250253441049 SHA512: 2a2eb1be30a20a1161e919d75fa79153e6860d82e8ece5d27ac330c9fdb4e7f34595d8daf0f0a5842f77dbd1e63caa85435f84d0046b2ee57a63ebb6c4e41d89 Description: Clang examples Clang project is a C, C++, Objective C and Objective C++ front-end based on the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also provides most of the support of C++20. . This package contains the Clang examples. Homepage: https://www.llvm.org/ Package: clang-format Priority: optional Section: devel Installed-Size: 30 Maintainer: LLVM Packaging Team Architecture: amd64 Source: llvm-defaults (0.55.7~deb12u1+apertis0bv2024preb1) Version: 1:14.0-55.7~deb12u1+apertis0bv2024preb1 Replaces: clang (<< 1:3.6-28) Depends: clang-format-14 (>= 14~) Breaks: clang (<< 1:3.6-28) Filename: pool/development/l/llvm-defaults/clang-format_14.0-55.7~deb12u1+apertis0bv2024preb1_amd64.deb Size: 5520 MD5sum: 79b0f6f2b3b3328d5524c8a4f10005a0 SHA1: 038c11b5604659b603b0394f7617c2108e12cba3 SHA256: b8ef881cec891c9e67e9feca3c04465db6453e27df8fa46a5d2a460fc409edf0 SHA512: 9db5c753b2c82250bd585bd4e9e8a85f1862c4c01060d5b79397c8520b86c0afc33f3a0952848caea2c4bad3a131b6a5ffc6b7aacb43428e3fe5b5a6bd4f0028 Description: Tool to format C/C++/Obj-C code Clang-format is both a library and a stand-alone tool with the goal of automatically reformatting C++ sources files according to configurable style guides. To do so, clang-format uses Clang's Lexer to transform an input file into a token stream and then changes all the whitespace around those tokens. The goal is for clang-format to both serve both as a user tool (ideally with powerful IDE integrations) and part of other refactoring tools, e.g. to do a reformatting of all the lines changed during a renaming. . This is a dependency package providing the clang format tool. Multi-Arch: same Package: clang-format-13 Priority: optional Section: devel Installed-Size: 211 Maintainer: LLVM Packaging Team Architecture: amd64 Source: llvm-toolchain-13 Version: 1:13.0.1-11+apertis1bv2024.0db1 Depends: libc6 (>= 2.34), libclang-cpp13 (>= 1:13.0.1), libgcc-s1 (>= 3.0), libllvm13 (= 1:13.0.1-11+apertis1bv2024.0db1), libstdc++6 (>= 5.2), python3 Filename: pool/development/l/llvm-toolchain-13/clang-format-13_13.0.1-11+apertis1bv2024.0db1_amd64.deb Size: 82368 MD5sum: d5e055147fa3bfbd5a63f29586eb2ed3 SHA1: 9951caaaba476093cdc3b7b11b1d407211172c6e SHA256: 6341797c2e522aafb151a9611d37e834d785669c2d33bc4c97e860134d308d22 SHA512: 072d00ed0e4a4b238c0eebea756e1cb671f6454183a7254bff76eef4e73044baaa4ef15bc8f745765de37401a595355223e5a2a719a9ffaa3b0c75df102394c9 Description: Tool to format C/C++/Obj-C code Clang-format is both a library and a stand-alone tool with the goal of automatically reformatting C++ sources files according to configurable style guides. To do so, clang-format uses Clang's Lexer to transform an input file into a token stream and then changes all the whitespace around those tokens. The goal is for clang-format to both serve both as a user tool (ideally with powerful IDE integrations) and part of other refactoring tools, e.g. to do a reformatting of all the lines changed during a renaming. . This package also provides vim and emacs plugins. Homepage: https://www.llvm.org/ Package: clang-format-13-dbgsym Priority: optional Section: debug Installed-Size: 86 Maintainer: LLVM Packaging Team Architecture: amd64 Source: llvm-toolchain-13 Version: 1:13.0.1-11+apertis1bv2024.0db1 Depends: clang-format-13 (= 1:13.0.1-11+apertis1bv2024.0db1) Filename: pool/development/l/llvm-toolchain-13/clang-format-13-dbgsym_13.0.1-11+apertis1bv2024.0db1_amd64.deb Size: 54416 MD5sum: 35ef33b18a6863dca162a1f29f9d1cae SHA1: dd315357b6c7bfe1277b2ad503cd10f7c7d6d1a5 SHA256: b5fa42c9a17bef93a839bc19c0b79ed859e161db1a695398f8593e94da45091a SHA512: 8373bde6173fc52beb123cf7b1383701865d16a6a2f749e7548f7726bcaf94337c4599b763981de1ceb7f3497ee02a5057fe65a19c8bd67246fda768e7b164ea Description: debug symbols for clang-format-13 Auto-Built-Package: debug-symbols Build-Ids: 1d0f9fdf3c2c5d767ecd17fd240efcf2eb77f2ca Package: clang-format-14 Priority: optional Section: devel Installed-Size: 225 Maintainer: LLVM Packaging Team Architecture: amd64 Source: llvm-toolchain-14 Version: 1:14.0.6-12+apertis1bv2024.0db1 Depends: libc6 (>= 2.34), libclang-cpp14 (>= 1:14.0.6), libgcc-s1 (>= 3.0), libllvm14 (= 1:14.0.6-12+apertis1bv2024.0db1), libstdc++6 (>= 11), python3 Filename: pool/development/l/llvm-toolchain-14/clang-format-14_14.0.6-12+apertis1bv2024.0db1_amd64.deb Size: 86788 MD5sum: 4f2e94b3109481fe5a4f935d3fe3bc81 SHA1: 53c165a5d4220d507060d3a7bae47f0a01373a44 SHA256: 75837fa45de0baefff57ef80256f67e621fc9728cd33fda3cfd8003dfd6bb674 SHA512: 5e219539c131da0c82edf0131f69bb37ecc850d592a9c11f03e00693dd7f082c7bea72697f96edd9a79bba09dc65d1b6ee4c296da7f9d8d469d7a6bf56eaec63 Description: Tool to format C/C++/Obj-C code Clang-format is both a library and a stand-alone tool with the goal of automatically reformatting C++ sources files according to configurable style guides. To do so, clang-format uses Clang's Lexer to transform an input file into a token stream and then changes all the whitespace around those tokens. The goal is for clang-format to both serve both as a user tool (ideally with powerful IDE integrations) and part of other refactoring tools, e.g. to do a reformatting of all the lines changed during a renaming. . This package also provides vim and emacs plugins. Homepage: https://www.llvm.org/ Package: clang-format-14-dbgsym Priority: optional Section: debug Installed-Size: 45 Maintainer: LLVM Packaging Team Architecture: amd64 Source: llvm-toolchain-14 Version: 1:14.0.6-12+apertis1bv2024.0db1 Depends: clang-format-14 (= 1:14.0.6-12+apertis1bv2024.0db1) Filename: pool/development/l/llvm-toolchain-14/clang-format-14-dbgsym_14.0.6-12+apertis1bv2024.0db1_amd64.deb Size: 8076 MD5sum: ca153153b5a20c3264167df80eeafb38 SHA1: 7f3ce4048f9b000b260a32173966a049393370be SHA256: 6a82161427cf7ee204393f1220d65a8f7aeb3d398c665b9d1cdfd56c2e49124a SHA512: 3980a1fd1f2f6ced4cec60f9454d125f8ea8cc967a7d6599b0c344da0f5dfb9e354f12dac164908baa1739390cde34bc6fcbf390a63fd1a0a313ec798a15391a Description: debug symbols for clang-format-14 Auto-Built-Package: debug-symbols Build-Ids: 0892c8efae57104f089fc783a85e0228b04c9489 Package: clang-tidy Priority: optional Section: devel Installed-Size: 22 Maintainer: LLVM Packaging Team Architecture: amd64 Source: llvm-defaults (0.55.7~deb12u1+apertis0bv2024preb1) Version: 1:14.0-55.7~deb12u1+apertis0bv2024preb1 Replaces: clang (<< 1:3.6-28) Depends: clang-tidy-14 (>= 14~) Breaks: clang (<< 1:3.6-28) Filename: pool/development/l/llvm-defaults/clang-tidy_14.0-55.7~deb12u1+apertis0bv2024preb1_amd64.deb Size: 5296 MD5sum: e0b5ba9c70918c55c9f23c00b84eba5c SHA1: 39b42072879059e76143139564411bf755ab6640 SHA256: 6ad7b41c10fa95a01c10fe5903e398769a9130f15d2aef2b7a6bbc9726e8886d SHA512: 454ceeed24fddf4a1de0b3745b99847bdd918660daa509ae8073578b1da4cd9c2c78b74b73c562b77a27c123ea6602d5a25ac57dbca1039c4fc1e285757a7645 Description: clang-based C++ linter tool Provide an extensible framework for diagnosing and fixing typical programming errors, like style violations, interface misuse, or bugs that can be deduced via static analysis. clang-tidy is modular and provides a convenient interface for writing new checks. . clang-tidy replaces clang-modernize . This is a dependency package providing the clang tidy tool. Package: clang-tidy-13 Priority: optional Section: devel Installed-Size: 6970 Maintainer: LLVM Packaging Team Architecture: amd64 Source: llvm-toolchain-13 Version: 1:13.0.1-11+apertis1bv2024.0db1 Depends: libc6 (>= 2.34), libclang-cpp13 (>= 1:13.0.1), libgcc-s1 (>= 3.0), libllvm13 (= 1:13.0.1-11+apertis1bv2024.0db1), libstdc++6 (>= 11), python3, libclang-common-13-dev, clang-tools-13, python3-yaml Filename: pool/development/l/llvm-toolchain-13/clang-tidy-13_13.0.1-11+apertis1bv2024.0db1_amd64.deb Size: 1240412 MD5sum: 14178245c922e8db4fad5ba05fcdd6a2 SHA1: 1e57e1f9bf4d515d2acc19e2ba41d3417c338f2d SHA256: 3b9b8921a7b7d1f2183978986253546aa02d322985ef53ce4fa910ca1652575d SHA512: c993d776ba8ef960e62c61ccf14b73d78ee18b4c4a21537b404c5a48e3071eb11883718bbee0a187069196e2502cd1bef9e427bb12e05175be0017a85068d3d5 Description: clang-based C++ linter tool Provide an extensible framework for diagnosing and fixing typical programming errors, like style violations, interface misuse, or bugs that can be deduced via static analysis. clang-tidy is modular and provides a convenient interface for writing new checks. Homepage: https://www.llvm.org/ Package: clang-tidy-13-dbgsym Priority: optional Section: debug Installed-Size: 11526 Maintainer: LLVM Packaging Team Architecture: amd64 Source: llvm-toolchain-13 Version: 1:13.0.1-11+apertis1bv2024.0db1 Depends: clang-tidy-13 (= 1:13.0.1-11+apertis1bv2024.0db1) Filename: pool/development/l/llvm-toolchain-13/clang-tidy-13-dbgsym_13.0.1-11+apertis1bv2024.0db1_amd64.deb Size: 8701656 MD5sum: a3d618463d52723b205f2771f0e712c5 SHA1: 21c73a60e5a8355f62ac813228ad16d83eff88f3 SHA256: 9712cc388cb29867a0e964ac45a5cd6c9cf8a768b7c9beab984ff1a034c8e633 SHA512: fffe9f66522efc07c8a32ac83f8f2635248f7501362afe8d522f735876dc3561621c9892f6dd0a26934c5588a4b19516a6f3b6d166ae7c98c327d88bbe0c1b71 Description: debug symbols for clang-tidy-13 Auto-Built-Package: debug-symbols Build-Ids: a8c19d42c9f342dcb1ce21886f23fc8e19af9639 Package: clang-tidy-14 Priority: optional Section: devel Installed-Size: 9577 Maintainer: LLVM Packaging Team Architecture: amd64 Source: llvm-toolchain-14 Version: 1:14.0.6-12+apertis1bv2024.0db1 Depends: libc6 (>= 2.34), libclang-cpp14 (>= 1:14.0.6), libgcc-s1 (>= 3.0), libllvm14 (= 1:14.0.6-12+apertis1bv2024.0db1), libstdc++6 (>= 11), python3, libclang-common-14-dev, clang-tools-14, python3-yaml Filename: pool/development/l/llvm-toolchain-14/clang-tidy-14_14.0.6-12+apertis1bv2024.0db1_amd64.deb Size: 1525704 MD5sum: dc5bd144c3f1336f9e225c623089e39f SHA1: 565b85b4a598f9bbfad0f48df1c7e5f008915603 SHA256: a58668235f9411d91cd11f46c9e688a6dcd4c030b430bdded45bba5f3306bc4a SHA512: dbee0fa99bd50be57cab80770c5e4d3b259b2fe02bd45aa3150b0728ff11dee0d7d9198588cb3fd7aa979ad537f0001a00947b545369c21ca0e353d5545d386f Description: clang-based C++ linter tool Provide an extensible framework for diagnosing and fixing typical programming errors, like style violations, interface misuse, or bugs that can be deduced via static analysis. clang-tidy is modular and provides a convenient interface for writing new checks. Homepage: https://www.llvm.org/ Package: clang-tidy-14-dbgsym Priority: optional Section: debug Installed-Size: 3319 Maintainer: LLVM Packaging Team Architecture: amd64 Source: llvm-toolchain-14 Version: 1:14.0.6-12+apertis1bv2024.0db1 Depends: clang-tidy-14 (= 1:14.0.6-12+apertis1bv2024.0db1) Filename: pool/development/l/llvm-toolchain-14/clang-tidy-14-dbgsym_14.0.6-12+apertis1bv2024.0db1_amd64.deb Size: 237548 MD5sum: 537655e5624e3750b5e763d5c15e11a3 SHA1: 665d604364206ebe408a4c7d2af52d354b47bf74 SHA256: 4dc304111fb50204dc1af57866aa09dd86e3eb56786b8f9f1b1178a2a446666d SHA512: 1f22a4dd4bde6cbefd532873a8e49be5aa8a793feb34dee025dbb6c5d9f74572aee31f680b0665a48871f102e5cdfd42caa04c496dda08714aefca3f383d7c9b Description: debug symbols for clang-tidy-14 Auto-Built-Package: debug-symbols Build-Ids: 07a61897246463c2d97000fa21c00f06eb6a7270 Package: clang-tools Priority: optional Section: devel Installed-Size: 28 Maintainer: LLVM Packaging Team Architecture: amd64 Source: llvm-defaults (0.55.7~deb12u1+apertis0bv2024preb1) Version: 1:14.0-55.7~deb12u1+apertis0bv2024preb1 Replaces: clang (<< 1:4.0-42) Depends: clang-tools-14 (>= 14~) Breaks: clang (<< 1:4.0-42) Filename: pool/development/l/llvm-defaults/clang-tools_14.0-55.7~deb12u1+apertis0bv2024preb1_amd64.deb Size: 5316 MD5sum: 80b8b26ab6ba3b00039020c78d63d777 SHA1: 8895285d374f8ad68cf4c51fc7205d6e1991ce45 SHA256: 0f2b0073da290d4b9e0880b0693041436dab0f3af25b0965b5027567ffffb721 SHA512: b2df0eda487929050e05c6c8b0de84a9b9a5390d098cbef26c42abffb0bffb2e63c025fcef71c6898141328b06e8f9b5891d3758bfee8ddd2a625b1539ec8eb9 Description: clang-based tools Clang project is a C, C++, Objective C and Objective C++ front-end for the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . Clang implements all of the ISO C++ 1998, 11 and 14 standards and also provides most of the support of C++17. . This is a dependency package providing the clang tools package. Multi-Arch: same Package: clang-tools-13 Priority: optional Section: devel Installed-Size: 29131 Maintainer: LLVM Packaging Team Architecture: amd64 Source: llvm-toolchain-13 Version: 1:13.0.1-11+apertis1bv2024.0db1 Depends: libc6 (>= 2.34), libclang-cpp13 (>= 1:13.0.1), libclang1-13 (>= 1:13~++20200417041528+cc0ec3fdb9d-1~), libgcc-s1 (>= 3.0), libllvm13, libstdc++6 (>= 11), libxml2 (>= 2.7.4), clang-13 (= 1:13.0.1-11+apertis1bv2024.0db1), python3 Filename: pool/development/l/llvm-toolchain-13/clang-tools-13_13.0.1-11+apertis1bv2024.0db1_amd64.deb Size: 6260636 MD5sum: c121aa7deed921c177f054e60fdd9042 SHA1: 5dbe3e985c40a80bb588cf92524bd134bb5c7438 SHA256: 75c19492cfee61ebe4196bb60f69a9aea0481b8c7ef6e64d591f2c4667b92203 SHA512: 99b235f98d8afb92b0a4d361085394c575b3e6ead05fc63cba8f19677d1385dca95bbf5efb3dfcfa2a3b8ac5ebd67bb89d7ebb39ed1e2f226c2db97617e1343d Description: clang-based tools for C/C++ developments Clang project is a C, C++, Objective C and Objective C++ front-end based on the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also provides most of the support of C++20. . This package contains some clang-based tools like scan-build, clang-cl, etc. Homepage: https://www.llvm.org/ Package: clang-tools-13-dbgsym Priority: optional Section: debug Installed-Size: 31739 Maintainer: LLVM Packaging Team Architecture: amd64 Source: llvm-toolchain-13 Version: 1:13.0.1-11+apertis1bv2024.0db1 Depends: clang-tools-13 (= 1:13.0.1-11+apertis1bv2024.0db1) Filename: pool/development/l/llvm-toolchain-13/clang-tools-13-dbgsym_13.0.1-11+apertis1bv2024.0db1_amd64.deb Size: 26069076 MD5sum: a1d2eb53c09e3f2e06948b464ad21f1c SHA1: d897f311e6a23ddde5d4389c875449bdee5ee17c SHA256: 2d1189d5bd447a9fcf9f7ba06646a754b9ca93b2649357f6f587c219f33e9aed SHA512: f43e2ca1b959a4b814f9a5d8b39735cd39bf3878338cb1b5b65f7139b5181ecbe3fc75aa2c03445fcea17ce5b9cc4bd17d8c4c97cc30e59ca4712aa0bc1e56f5 Description: debug symbols for clang-tools-13 Auto-Built-Package: debug-symbols Build-Ids: 0bab2a984006f97f60f7c1f68cd27a4e582927ed 0dc5357d440fafd5b62b5ad8b04b1bad2022cf47 2b520c8ab11bde97c28b6c23b4f013bd6788c779 39916efad554ad7afbd2edcea768af154b00fc3e 58db8e70a274b5b70643d74bc2b144bb7147c4ae 5a333c7e176e697d568bd0481b44c391f01c4a9c 63b2ca96b1c7f98a7c2f5772348ceb73073233d8 6e33ffaab96a43b667f3b24e29cc052738ff8cd9 85f703ec1909ed756d2e1066586b090f75f7c7fa 8cfeda49e8386fdd43feddb8b2dfa5a656300545 9fb8b298e8a5b61d305372d6132e71c885e5cc25 a81ea552202b23aac96bf9b3b842cb8d31687c00 b1658a68b1cbc3f0d25cdd0965212fef069ac841 bc7e6651868bbeece55b5ae386bc92698bfcb03e c669d11da4bdbdc59a47b35beaabf9faba724f60 d1a9bba8431ee603002b94352229d8b6d0a8c517 d22103fcc13162a88eba5bfe5344fa25295af762 d836d481427bb58f04e7ed5b6fddf7bf364dd3d1 e2993949f2bb5c4a7fcd50e512c05b25e0b67528 e3eca237881c4c83d56bf46f808fe7293f472390 e8bde94e16ac3f67c3e7f4b8beaf8311ab914265 Package: clang-tools-14 Priority: optional Section: devel Installed-Size: 28718 Maintainer: LLVM Packaging Team Architecture: amd64 Source: llvm-toolchain-14 Version: 1:14.0.6-12+apertis1bv2024.0db1 Depends: libc6 (>= 2.34), libclang-cpp14 (>= 1:14.0.6), libclang1-14 (>= 1:13~++20200417041528+cc0ec3fdb9d-1~), libgcc-s1 (>= 3.0), libllvm14, libstdc++6 (>= 11), libxml2 (>= 2.7.4), clang-14 (= 1:14.0.6-12+apertis1bv2024.0db1), python3 Filename: pool/development/l/llvm-toolchain-14/clang-tools-14_14.0.6-12+apertis1bv2024.0db1_amd64.deb Size: 6478048 MD5sum: b5815d9503fef23268e7f4394549ea63 SHA1: 63ce2a8413c968f2419294934246ca09ba178703 SHA256: 5c36d7fb31d8d2860c002d28eda03d9a4e8f7732fc892843a63c34c1bdd572f5 SHA512: 6b3ecd7492eeda9440053d946bedfeb4918db8a1f61d7a3bd9e66cd99d29f4db69677d9d998b2e7d0f63f603e4263c2c3327f580ad4a0d7d66eaed204cf18f1a Description: clang-based tools for C/C++ developments Clang project is a C, C++, Objective C and Objective C++ front-end based on the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also provides most of the support of C++20. . This package contains some clang-based tools like scan-build, clang-cl, etc. Homepage: https://www.llvm.org/ Package: clang-tools-14-dbgsym Priority: optional Section: debug Installed-Size: 7010 Maintainer: LLVM Packaging Team Architecture: amd64 Source: llvm-toolchain-14 Version: 1:14.0.6-12+apertis1bv2024.0db1 Depends: clang-tools-14 (= 1:14.0.6-12+apertis1bv2024.0db1) Filename: pool/development/l/llvm-toolchain-14/clang-tools-14-dbgsym_14.0.6-12+apertis1bv2024.0db1_amd64.deb Size: 667316 MD5sum: 7176fd7f558f9c64c229c7511cbf6d61 SHA1: ebf1959edb918e5a88010473c410ac3d0789e09e SHA256: 8f28ffc313e2573fa780f388ed5e8b69202d9dadd75f468f8f6fe1b3c0eafb9d SHA512: f69332d4f89ff53e7e7dbc0a312676515b9ac90201f833d631659bc95a9623a781c2fcdf990e98f64ad9cb44f19903c3d71163342fefe08fcebad6b62d6cec91 Description: debug symbols for clang-tools-14 Auto-Built-Package: debug-symbols Build-Ids: 07f6597c3107588a52efa039becbee9d336d4353 149af02ce2890fd1bcedf6addce2a729705d3a04 1eb0f2b03eab57bd4426e1bcadfda751fc46666c 1ebb6c032f9d65641e57e52ec4fd775c2d83dce0 1f45b7015a13312fa913f943ac013701be2be7f5 2f21a3ecb842d0b3ca47842cf733a780cc1c00c2 394e97e1d1e30dcab1b5a096881524d76d442517 473af1d0f07d10d3162216d27649a31174e380c7 4e052932e97cb269523a38b0d2c0bb21c5a9042a 563f082192eb4c0fab8347862b3f9a5c4a17e542 6a2e796e6fca6480004dbb3b86b4a5f6f3237bfe 77efb6b3652dd3e0f4029004604581a53e445d2b 787ce2a00e40b80255e2e3d6820068a413015d91 7ecc04df3b8b3ec9eb6d7326d182b8d6d09ecdf3 7ee6970a15b8ffab48d2c35faed238538a227f48 80cd8f95e9c8685f7280f94c75c8e7e87da6dfb1 98cdbaf32f85057c46bbd472fbf3f64d9b400e76 aa6943f779701496eaafb677ae163181a40c8325 b31f24a0db3e1ededcd72eb1def5e648ff4b5e67 c11ff878a790a208854050ef5bccfde0c848585a c9656431a019e40ce41df002f5dba30f85bd5453 e2809ce1edef483cbe35d7946c0b67f327144475 fdf3fc4c8e5d42b482956b7561a57096a196926e Package: clangd Priority: optional Section: devel Installed-Size: 17 Maintainer: LLVM Packaging Team Architecture: amd64 Source: llvm-defaults (0.55.7~deb12u1+apertis0bv2024preb1) Version: 1:14.0-55.7~deb12u1+apertis0bv2024preb1 Replaces: clang-tools (<< 1:9.0-48) Depends: clangd-14 (>= 14~) Breaks: clang-tools (<< 1:9.0-48) Filename: pool/development/l/llvm-defaults/clangd_14.0-55.7~deb12u1+apertis0bv2024preb1_amd64.deb Size: 5124 MD5sum: 6c2acc4edc6b7f7472a8bd413252c23f SHA1: 0ff10ac5530f09b1ed1b8242b3809df488796818 SHA256: 75b4127e263bdd37d82f76ff59f4a242c27337a4ad28c6baa19c1e12761aa7e1 SHA512: b8d29afe3aaaeb983f35a98a41b74924e9b38ccfe38417d0ce9753c8c48e4f771a01a6c71c7e5bf6c614fe2e3a62fff641ba7b4c3dbf01f7ac053a8c0e2e149d Description: Language server that provides IDE-like features to editors clangd understands your C++ code and adds smart features to your editor: - code completion - compile errors - go-to-definition - and more. . clangd is a language server that implements the Language Server Protocol; it can work with many editors through a plugin. . This is a dependency package providing clangd. Multi-Arch: same Package: clangd-13 Priority: optional Section: devel Installed-Size: 12371 Maintainer: LLVM Packaging Team Architecture: amd64 Source: llvm-toolchain-13 Version: 1:13.0.1-11+apertis1bv2024.0db1 Depends: libabsl20220623 (>= 0~20220623.0-1), libc6 (>= 2.34), libclang-cpp13 (>= 1:13.0.1), libgcc-s1 (>= 3.0), libgrpc++1.51 (>= 1.51.1), libgrpc29 (>= 1.51.1), libllvm13, libprotobuf32 (>= 3.21.12), libstdc++6 (>= 12), libclang-common-13-dev (= 1:13.0.1-11+apertis1bv2024.0db1) Filename: pool/development/l/llvm-toolchain-13/clangd-13_13.0.1-11+apertis1bv2024.0db1_amd64.deb Size: 2576752 MD5sum: 33a3c80cb48d277b70c395806148561d SHA1: dea0b73fbbeb32b82b802c98534172865838fb23 SHA256: c3c61e1be0a56609726193e4f54fe6121787a22a31ddd51f728137803a6703d3 SHA512: f13b2a1152639142920efb334e63909c79ff461b36c8dbd14d98eae9383434e348df0fbaaf68913efd7bb3dde80ffae20bfa3ecb3a1b797e76484a904e81c6de Description: Language server that provides IDE-like features to editors clangd understands your C++ code and adds smart features to your editor: - code completion - compile errors - go-to-definition - and more. . clangd is a language server that implements the Language Server Protocol; it can work with many editors through a plugin. Homepage: https://www.llvm.org/ Package: clangd-13-dbgsym Priority: optional Section: debug Installed-Size: 17651 Maintainer: LLVM Packaging Team Architecture: amd64 Source: llvm-toolchain-13 Version: 1:13.0.1-11+apertis1bv2024.0db1 Depends: clangd-13 (= 1:13.0.1-11+apertis1bv2024.0db1) Filename: pool/development/l/llvm-toolchain-13/clangd-13-dbgsym_13.0.1-11+apertis1bv2024.0db1_amd64.deb Size: 13293508 MD5sum: 0c95b1cec7a6b95158f60c4d69dc7720 SHA1: 2f096cf1992398dd9b34d005c2106bc0804cb033 SHA256: 431cc1fa021d7bd0c0ebaea6e28503ef80a3e8e130821d2db40798d2ff941fa5 SHA512: e9e33accb098b82f7ac3d95229e4aa5939fd37cf2c36556501c8720daa9d1c4741496560f5380f6385ebb112c9f6b34d382d8f614e63b05546b809ffd0134453 Description: debug symbols for clangd-13 Auto-Built-Package: debug-symbols Build-Ids: 02b2624d6842f11f71b5dd47fa315bc91426be76 Package: clangd-14 Priority: optional Section: devel Installed-Size: 14358 Maintainer: LLVM Packaging Team Architecture: amd64 Source: llvm-toolchain-14 Version: 1:14.0.6-12+apertis1bv2024.0db1 Depends: libabsl20220623 (>= 0~20220623.0-1), libc6 (>= 2.34), libclang-cpp14 (>= 1:14.0.6), libgcc-s1 (>= 3.0), libgrpc++1.51 (>= 1.51.1), libgrpc29 (>= 1.51.1), libllvm14, libprotobuf32 (>= 3.21.12), libstdc++6 (>= 12), libclang-common-14-dev (= 1:14.0.6-12+apertis1bv2024.0db1) Filename: pool/development/l/llvm-toolchain-14/clangd-14_14.0.6-12+apertis1bv2024.0db1_amd64.deb Size: 2796120 MD5sum: 2472c9421f2258f521f5b8df6c6c9eab SHA1: e076a4876dba7d77e1e644857f9e731cddc24bf7 SHA256: 65f75be96c83623e2fa59d10cc95c6fe8140f7f9e0a79069ec7ba9a483caaf0e SHA512: feab33fa96217153166876dd129565dcfb2de3e37b32d58d7f5afb593b0dcd91e480879d16287857a4241482a2a0d3637e44f22f94b2fbdf5f496954618c7f59 Description: Language server that provides IDE-like features to editors clangd understands your C++ code and adds smart features to your editor: - code completion - compile errors - go-to-definition - and more. . clangd is a language server that implements the Language Server Protocol; it can work with many editors through a plugin. Homepage: https://www.llvm.org/ Package: clangd-14-dbgsym Priority: optional Section: debug Installed-Size: 5339 Maintainer: LLVM Packaging Team Architecture: amd64 Source: llvm-toolchain-14 Version: 1:14.0.6-12+apertis1bv2024.0db1 Depends: clangd-14 (= 1:14.0.6-12+apertis1bv2024.0db1) Filename: pool/development/l/llvm-toolchain-14/clangd-14-dbgsym_14.0.6-12+apertis1bv2024.0db1_amd64.deb Size: 378192 MD5sum: e8c1a6a3ec7e33754362a06e67034f72 SHA1: 28f434a2b937554b3956831c622222af41405c38 SHA256: 332e8ae4d6cf5c2cef3dc406bfbe83cff1323eb335f5e903e5ae4f60395311fa SHA512: 0e4edb269c1eb96023aeaca5319c4bfb274f1092b05e86f9c206c2ffbacd7d8a053e9eb2ba2241f4869bbd6cb88d7cd27fa7855ef146beec27d0cc492c998681 Description: debug symbols for clangd-14 Auto-Built-Package: debug-symbols Build-Ids: d13235d826ac7f94fc7fc0113b49b12ffc66a4bd Package: cleancss Priority: optional Section: javascript Installed-Size: 55 Maintainer: Debian Javascript Maintainers Architecture: all Source: node-clean-css Version: 5.3.1+~5.6.1-1+apertis1bv2024preb1 Provides: node-clean-css-cli Depends: node-chokidar, node-clean-css, node-commander (>= 7), node-glob, nodejs:any Filename: pool/development/n/node-clean-css/cleancss_5.3.1+~5.6.1-1+apertis1bv2024preb1_all.deb Size: 27208 MD5sum: 8172a0b0703affd2506207dfd5a4861d SHA1: a79102bc5e4deb754686de9348ad25adf4651c4c SHA256: ce29c667cd5f94dffe27364f491b3e57510c68e78891f73d3310d67273ed09b2 SHA512: f0c170bfc373763e3511d01e5152bf358e38626617e44d49995673585ae9c593a6374f20b451c99b1aac7ce7e6b781e2949ae44ef0455ace3cd1f4d02579f138 Description: Tool for minifying CSS files Clean-css is a Node.js module for minifying CSS files. It does the same job as YUI Compressor's CSS minifier, but much faster thanks to many speed optimizations and Node.js' V8 engine. . The cleancss tool is a reference implementation for the Clean-css Node.js module. Homepage: https://github.com/jakubpawlowicz/clean-css Package: clisp Priority: optional Section: lisp Installed-Size: 31334 Maintainer: Debian Common Lisp Team Architecture: amd64 Version: 1:2.49.20210628.gitde01f0f-3+apertis1bv2024dev2b1 Replaces: clisp-dev (<< 1:2.49.20180212), clisp-module-bindings-glibc (<< 1:2.49.20180212), clisp-module-rawsock (<< 1:2.49.20180212) Provides: clisp-fasl-loader-20100806, clisp-memfile-hash-dc499342fadce3bfbd875a2d3acf49037071ef52, lisp-compiler Depends: libc6 (>= 2.35), libffcall1b (>= 2.4), libreadline8 (>= 7.0~rc1), libsigsegv2 (>= 2.11), libtinfo6 (>= 6), libunistring2 (>= 0.9.7), sensible-utils Suggests: gdb, clisp-doc, slime, clisp-module-berkeley-db, clisp-module-clx, clisp-module-dbus, clisp-module-fastcgi, clisp-module-gdbm, clisp-module-libsvm, clisp-module-pari, clisp-module-pcre, clisp-module-postgresql, clisp-module-zlib, hyperspec Breaks: clisp-dev (<< 1:2.49.20180212), clisp-module-bindings-glibc (<< 1:2.49.20180212), clisp-module-rawsock (<< 1:2.49.20180212) Filename: pool/development/c/clisp/clisp_2.49.20210628.gitde01f0f-3+apertis1bv2024dev2b1_amd64.deb Size: 5566096 MD5sum: 4a78177bcb9ffb985fcddab25d947915 SHA1: f7d174446611bbb837bdd340113aea800c3120fb SHA256: 843a2f994698bb275a7d042b23d2c0db8142843d30f293ace9e2d1d35638dad6 SHA512: 140f6971fe6571e47852e614e13bf8fe8a354ab292e2045cc74702bacace5afb1e27a95404a342703d9535dc0aad528910eea19aa58addec37acb5ae03143ade Description: GNU CLISP, a Common Lisp implementation GNU CLISP is a Common Lisp implementation. It conforms to the ANSI Common Lisp standard, and offers many extensions. It runs on all desktop operating systems (GNU and Unix systems, macOS, Windows) and is particularly memory-efficient. . It is Free Software and may be distributed under the terms of GNU GPL, while it is possible to distribute commercial proprietary applications compiled with GNU CLISP. . The user interface comes in English, German, French, Spanish, Dutch, Russian and Danish, and can be changed during run time. . GNU CLISP includes an interpreter, a compiler, a debugger, CLOS, MOP, a foreign language interface, a socket interface, i18n, fast bignums, arbitrary precision floats and more. An X11 interface is available through CLX, Garnet, CLUE/CLIO. GNU CLISP runs Maxima, ACL2 and many other Common Lisp packages. . This package contains the main CLISP executable, the link-kit, and the following modules: i18n, regexp, syscalls, readline, ASDF, rawsock, bindings/glibc. Homepage: http://www.clisp.org/ Package: clisp-dbgsym Priority: optional Section: debug Installed-Size: 2198 Maintainer: Debian Common Lisp Team Architecture: amd64 Source: clisp Version: 1:2.49.20210628.gitde01f0f-3+apertis1bv2024dev2b1 Depends: clisp (= 1:2.49.20210628.gitde01f0f-3+apertis1bv2024dev2b1) Filename: pool/development/c/clisp/clisp-dbgsym_2.49.20210628.gitde01f0f-3+apertis1bv2024dev2b1_amd64.deb Size: 2041456 MD5sum: 33eca7a12bc778b88d940b313ae5f416 SHA1: f5315c55728b7aa2522e0002d3e5813eb0ce1929 SHA256: abccd75e1177cdf9f0177a44f7205d3faca1251b8ac051c512f1a095773a4a60 SHA512: 837534e9bc249dfe3b4b40ebbe5f91c69b0115e79dbe8d38c852a77500140bdec797d60c207820f9a30fbd79716c9de4acb93e145253ac2dccee37df16eb7e2c Description: debug symbols for clisp Auto-Built-Package: debug-symbols Build-Ids: 551d28475d865f34d69d0da7ca937fd26a67b88b 5ad57ed0095a615c85f8a9dbda411800e940dd49 d8f58992c88529680173d8b03d214a3a5a620bbf e284be5a3cd92b255bb4efb5089e955e8b9b9c54 Package: clisp-doc Priority: optional Section: doc Installed-Size: 4596 Maintainer: Debian Common Lisp Team Architecture: all Source: clisp Version: 1:2.49.20210628.gitde01f0f-3+apertis1bv2024dev2b1 Filename: pool/development/c/clisp/clisp-doc_2.49.20210628.gitde01f0f-3+apertis1bv2024dev2b1_all.deb Size: 1201584 MD5sum: 48ae2eeb59303599aa1e73c650b71ce0 SHA1: ab9b8033462352ff98bd83164f902e5b1cb833a0 SHA256: 6e373df9bea1e45a7e6f44270d2831cb6d4c33f9696e7efd8b6cc3c426fa852e SHA512: ff247fd6c6505e5db8e971898a9757d89de678838e57fbeb1d6a3008ede5cca006e0b259f0b5689468c1d522052477d25f867b0d6b3240c60b17576d118895d9 Description: GNU CLISP, a Common Lisp implementation (documentation) GNU CLISP is a Common Lisp implementation. It conforms to the ANSI Common Lisp standard, and offers many extensions. It runs on all desktop operating systems (GNU and Unix systems, macOS, Windows) and is particularly memory-efficient. . This package contains the documentation for CLISP. Homepage: http://www.clisp.org/ Multi-Arch: foreign Package: clisp-module-berkeley-db Priority: optional Section: lisp Installed-Size: 1858 Maintainer: Debian Common Lisp Team Architecture: amd64 Source: clisp Version: 1:2.49.20210628.gitde01f0f-3+apertis1bv2024dev2b1 Depends: libc6 (>= 2.14), libdb5.3, clisp (= 1:2.49.20210628.gitde01f0f-3+apertis1bv2024dev2b1) Filename: pool/development/c/clisp/clisp-module-berkeley-db_2.49.20210628.gitde01f0f-3+apertis1bv2024dev2b1_amd64.deb Size: 872500 MD5sum: be479c5ff49095e3187aff98e341ded2 SHA1: 37d81b0618e7789f3a8a10a467ae64b3e0712193 SHA256: f3d9e33526fb06c40f598e21aa00630d7d39bede9791c9f6d5a000f691b08b83 SHA512: 1d0d8eaa3bcd76ba1bba4c1c6ff1c38741fdc68b511ec4df58b8be3a79d60554898270e1b1de36cbf38afbeffefe025e56c5b1e59ee4a6bd92199a5840994e27 Description: GNU CLISP module that adds an interface to Berkeley DB GNU CLISP is a Common Lisp implementation. It conforms to the ANSI Common Lisp standard, and offers many extensions. It runs on all desktop operating systems (GNU and Unix systems, macOS, Windows) and is particularly memory-efficient. . This package adds a module to CLISP that implements an interface to the Berkeley DB. Enhances: clisp Homepage: http://www.clisp.org/ Package: clisp-module-berkeley-db-dbgsym Priority: optional Section: debug Installed-Size: 170 Maintainer: Debian Common Lisp Team Architecture: amd64 Source: clisp Version: 1:2.49.20210628.gitde01f0f-3+apertis1bv2024dev2b1 Depends: clisp-module-berkeley-db (= 1:2.49.20210628.gitde01f0f-3+apertis1bv2024dev2b1) Filename: pool/development/c/clisp/clisp-module-berkeley-db-dbgsym_2.49.20210628.gitde01f0f-3+apertis1bv2024dev2b1_amd64.deb Size: 152076 MD5sum: 1e717bc2685aa1f05874b28c77e6d1a0 SHA1: 5faa58445911ec9cf99ca94b5fdc236681ee23b0 SHA256: 08c5a4dd14017065906dbfd002833276df3c5ce224e4468de8511d6fe2a214aa SHA512: fbc3ff2dd075d717c2fff0d580640e6f573bdbe30538501557f356d13358deef1c7a601dd461568c2b431d6fa4de2ff0cf8b2406707c294259f7ef21724cf99a Description: debug symbols for clisp-module-berkeley-db Auto-Built-Package: debug-symbols Build-Ids: 62ea42ccdff21bef228f2d249e682a1d1163867b Package: clisp-module-clx Priority: optional Section: lisp Installed-Size: 3394 Maintainer: Debian Common Lisp Team Architecture: amd64 Source: clisp Version: 1:2.49.20210628.gitde01f0f-3+apertis1bv2024dev2b1 Depends: libc6 (>= 2.15), libx11-6, libxau6 (>= 1:1.0.9), libxext6, libxpm4, clisp (= 1:2.49.20210628.gitde01f0f-3+apertis1bv2024dev2b1) Filename: pool/development/c/clisp/clisp-module-clx_2.49.20210628.gitde01f0f-3+apertis1bv2024dev2b1_amd64.deb Size: 1104612 MD5sum: 45717d69be59ada2b03c7fd3b5c369b0 SHA1: 3a8e1668789c78aa55860261414652702acac41d SHA256: 511e5658482985f83412d071fe317bb05a6926c5ce0d69cb9109e9cf1131b7ed SHA512: d88d11fc179749591ff5f0a4388a2b4658c1d4c70cb7ce69885b7b3407344015e5a4e539c8f523c4b1ce24266352aa58a489ae5583d676594498daecccb1170c Description: GNU CLISP module that adds X11 bindings GNU CLISP is a Common Lisp implementation. It conforms to the ANSI Common Lisp standard, and offers many extensions. It runs on all desktop operating systems (GNU and Unix systems, macOS, Windows) and is particularly memory-efficient. . This adds a module to CLISP that implements an interface to the X11 called CLX. Enhances: clisp Homepage: http://www.clisp.org/ Package: clisp-module-clx-dbgsym Priority: optional Section: debug Installed-Size: 294 Maintainer: Debian Common Lisp Team Architecture: amd64 Source: clisp Version: 1:2.49.20210628.gitde01f0f-3+apertis1bv2024dev2b1 Depends: clisp-module-clx (= 1:2.49.20210628.gitde01f0f-3+apertis1bv2024dev2b1) Filename: pool/development/c/clisp/clisp-module-clx-dbgsym_2.49.20210628.gitde01f0f-3+apertis1bv2024dev2b1_amd64.deb Size: 253168 MD5sum: 3d85a786b69edb1760c2a736c453228a SHA1: bdf4fab98cd73554d4a585d4fd1fdc94da4702c7 SHA256: 04f38a63cb7b6cf2512368556cdeaef05e115418a0367a7f9cf646142c004032 SHA512: b7df4f49d3a51224e1324425087860205982f1582f52b714f8d2af4058b11e18bb5c9065464b686d6ac9c4de8daa47f506165448d5a7b347266853a534c557a6 Description: debug symbols for clisp-module-clx Auto-Built-Package: debug-symbols Build-Ids: 81f3a3d64826a515fbd70d944b34ef9eb26d5c34 Package: clisp-module-dbus Priority: optional Section: lisp Installed-Size: 1511 Maintainer: Debian Common Lisp Team Architecture: amd64 Source: clisp Version: 1:2.49.20210628.gitde01f0f-3+apertis1bv2024dev2b1 Depends: libdbus-1-3 (>= 1.9.14), clisp (= 1:2.49.20210628.gitde01f0f-3+apertis1bv2024dev2b1) Filename: pool/development/c/clisp/clisp-module-dbus_2.49.20210628.gitde01f0f-3+apertis1bv2024dev2b1_amd64.deb Size: 739288 MD5sum: b04f0e1f018206d1418eae768f73854e SHA1: d3c1e93233de3e7129fc7a9403d627862ed9fbdd SHA256: d37f4c8f16947246b3c12dc0af0e9c65482262cf0b7f27702f2be7fecd7953ce SHA512: 22d947e9fca6a8879d5ee46744d551d7737b0cab2c61e19bfc7d9b08dbb82990ce508af66b5d0faf41137992bca6847d7a14996765a1fb8e124b49c13985aa2d Description: GNU CLISP module that adds an interface to D-Bus GNU CLISP is a Common Lisp implementation. It conforms to the ANSI Common Lisp standard, and offers many extensions. It runs on all desktop operating systems (GNU and Unix systems, macOS, Windows) and is particularly memory-efficient. . This adds a module to CLISP that implements an interface to the D-Bus system. Enhances: clisp Homepage: http://www.clisp.org/ Package: clisp-module-dbus-dbgsym Priority: optional Section: debug Installed-Size: 38 Maintainer: Debian Common Lisp Team Architecture: amd64 Source: clisp Version: 1:2.49.20210628.gitde01f0f-3+apertis1bv2024dev2b1 Depends: clisp-module-dbus (= 1:2.49.20210628.gitde01f0f-3+apertis1bv2024dev2b1) Filename: pool/development/c/clisp/clisp-module-dbus-dbgsym_2.49.20210628.gitde01f0f-3+apertis1bv2024dev2b1_amd64.deb Size: 13660 MD5sum: df4c85bf66646bfb4964775687a7fea4 SHA1: 1f2e651a179c6afdae86df420b6f813663e64e8e SHA256: 0f5cf27547c006d653b524dd83adade72269d097dd43faab5f599e438ff16b11 SHA512: 9e8500ef334b050589d18b8baa71816f7441917f1b93daeb8298c6066239b6bcc1319e041a37223b658ff2c8256601db691d3c75b52b2577203faf5752906412 Description: debug symbols for clisp-module-dbus Auto-Built-Package: debug-symbols Build-Ids: f065a1f6557e310858b55b7b7a5c2a871963f18c Package: clisp-module-fastcgi Priority: optional Section: lisp Installed-Size: 761 Maintainer: Debian Common Lisp Team Architecture: amd64 Source: clisp Version: 1:2.49.20210628.gitde01f0f-3+apertis1bv2024dev2b1 Depends: libc6 (>= 2.2.5), libfcgi0ldbl (>= 2.4.2), clisp (= 1:2.49.20210628.gitde01f0f-3+apertis1bv2024dev2b1) Filename: pool/development/c/clisp/clisp-module-fastcgi_2.49.20210628.gitde01f0f-3+apertis1bv2024dev2b1_amd64.deb Size: 692740 MD5sum: c317be30bcf63c790a470438d339b515 SHA1: 6023b4693c0a949cec3456c2a74635f5cd0b8d7c SHA256: ed96b9781563900d81b8afc7a059e5560a9216c779cb2575561f97ca531fb907 SHA512: 7be0f088417b7c6cdea7b1015b9e5dbf672fce7c6032025376115f431c8f57573f8235f83ae92898ddd674db306bfd76df7d733bf1ea2d6247a6a3f8bc9bc8a9 Description: GNU CLISP module that adds an interface to FastCGI GNU CLISP is a Common Lisp implementation. It conforms to the ANSI Common Lisp standard, and offers many extensions. It runs on all desktop operating systems (GNU and Unix systems, macOS, Windows) and is particularly memory-efficient. . This adds a module to CLISP that implements an interface to FastCGI. Enhances: clisp Homepage: http://www.clisp.org/ Package: clisp-module-fastcgi-dbgsym Priority: optional Section: debug Installed-Size: 21 Maintainer: Debian Common Lisp Team Architecture: amd64 Source: clisp Version: 1:2.49.20210628.gitde01f0f-3+apertis1bv2024dev2b1 Depends: clisp-module-fastcgi (= 1:2.49.20210628.gitde01f0f-3+apertis1bv2024dev2b1) Filename: pool/development/c/clisp/clisp-module-fastcgi-dbgsym_2.49.20210628.gitde01f0f-3+apertis1bv2024dev2b1_amd64.deb Size: 7400 MD5sum: 1426fe9bd4674065a93ab6107c479cb1 SHA1: 005a253b55862118979fb94b1ae4a7b0be8a6057 SHA256: 4c740e3253b6ef7f569bf5618fcf35cef3e6c8d38d3f155e030a58080ae5bda3 SHA512: 4dbe08954c4e16209ad4d58adb6caac260e060681fa8e92dd989bac1fb19639d2522729d842c168bab588971fcb4563415e61b4545cc4b63b54ba1d6e7b91fa5 Description: debug symbols for clisp-module-fastcgi Auto-Built-Package: debug-symbols Build-Ids: a8e2fb4bad8f44645608eeb8ad3823daf7ab4983 Package: clisp-module-gdbm Priority: optional Section: lisp Installed-Size: 1080 Maintainer: Debian Common Lisp Team Architecture: amd64 Source: clisp Version: 1:2.49.20210628.gitde01f0f-3+apertis1bv2024dev2b1 Depends: libc6 (>= 2.4), libgdbm6 (>= 1.16), clisp (= 1:2.49.20210628.gitde01f0f-3+apertis1bv2024dev2b1) Filename: pool/development/c/clisp/clisp-module-gdbm_2.49.20210628.gitde01f0f-3+apertis1bv2024dev2b1_amd64.deb Size: 751288 MD5sum: 790de232f299f9707c8951c7155a8acd SHA1: 389c77c33b179f3cda16c2647eecbde52fbd6180 SHA256: e751055fe0dc38d1222ce4932145e9c208a692b3c43fc1673d6b7ee46cdecda1 SHA512: 076d053e0455c6b6d0d141b88b34810b131147c637b90fe4cb576b429cda02910085b471c12674016114894607d4677be790d097c99bfe03dac6a6bebb2ae412 Description: GNU CLISP module that adds an interface to GNU DBM GNU CLISP is a Common Lisp implementation. It conforms to the ANSI Common Lisp standard, and offers many extensions. It runs on all desktop operating systems (GNU and Unix systems, macOS, Windows) and is particularly memory-efficient. . This adds a module to CLISP that implements an interface to GNU DBM. Enhances: clisp Homepage: http://www.clisp.org/ Package: clisp-module-gdbm-dbgsym Priority: optional Section: debug Installed-Size: 84 Maintainer: Debian Common Lisp Team Architecture: amd64 Source: clisp Version: 1:2.49.20210628.gitde01f0f-3+apertis1bv2024dev2b1 Depends: clisp-module-gdbm (= 1:2.49.20210628.gitde01f0f-3+apertis1bv2024dev2b1) Filename: pool/development/c/clisp/clisp-module-gdbm-dbgsym_2.49.20210628.gitde01f0f-3+apertis1bv2024dev2b1_amd64.deb Size: 69244 MD5sum: 104875eca6b8b25b679b38a599aaf22a SHA1: ee4db1196842b4bb459069862c1a07698e8e2680 SHA256: 5f44401acadb323681b60b69e2329c582965424868dfaf9ea6d2612248cbd09e SHA512: 5fc1274251c5d6d34e10fe13a61a935c6f995e639ece1881d4bfd938ae97bc67017936c09738b92bfe52445161aeccf07d791a908c137284abcc9d3efcafdb78 Description: debug symbols for clisp-module-gdbm Auto-Built-Package: debug-symbols Build-Ids: 4f63ac136b0541c1d50f3251eacb567f38019dfe Package: clisp-module-libsvm Priority: optional Section: lisp Installed-Size: 921 Maintainer: Debian Common Lisp Team Architecture: amd64 Source: clisp Version: 1:2.49.20210628.gitde01f0f-3+apertis1bv2024dev2b1 Depends: libsvm3 (>= 3.21+ds), clisp (= 1:2.49.20210628.gitde01f0f-3+apertis1bv2024dev2b1) Filename: pool/development/c/clisp/clisp-module-libsvm_2.49.20210628.gitde01f0f-3+apertis1bv2024dev2b1_amd64.deb Size: 716684 MD5sum: 2d1e741509a96223190d5720815bfda6 SHA1: 9f905df458d916f7dd532917a6dbc703d7807c9d SHA256: bb8dcdbdcc61da7276c83fc6a4f0db1b4fd730caee00c23990ef5e7db5c74a1d SHA512: f42a84d05b0724741347133cf984c7c51cb2fe8505b26372220520e7c02627e9b74260f683866b62548b7a0a6cfb40acf4cbca8944d378f09d96f054e74c05a5 Description: GNU CLISP module that adds an interface to LIBSVM GNU CLISP is a Common Lisp implementation. It conforms to the ANSI Common Lisp standard, and offers many extensions. It runs on all desktop operating systems (GNU and Unix systems, macOS, Windows) and is particularly memory-efficient. . This adds a module to CLISP that implements an interface to the LIBSVM library for support vector classification. Enhances: clisp Homepage: http://www.clisp.org/ Package: clisp-module-libsvm-dbgsym Priority: optional Section: debug Installed-Size: 46 Maintainer: Debian Common Lisp Team Architecture: amd64 Source: clisp Version: 1:2.49.20210628.gitde01f0f-3+apertis1bv2024dev2b1 Depends: clisp-module-libsvm (= 1:2.49.20210628.gitde01f0f-3+apertis1bv2024dev2b1) Filename: pool/development/c/clisp/clisp-module-libsvm-dbgsym_2.49.20210628.gitde01f0f-3+apertis1bv2024dev2b1_amd64.deb Size: 32768 MD5sum: e6d2359c86015c63b1a6eda324213287 SHA1: 3911554e527cb4893f7095363426333d324c7af3 SHA256: 57ce9b4fc0d95ac68a7448524439346ce7a15c3cf0c30267cb1d9d26808ddcde SHA512: 1c48ce7f4c4f3d95fdf80296644aa24958456d8eee2e61faf2baf92eba0c6fc33d340116c014300cb2c905302060bf8c136603570e43fec29710610e5c2c4b56 Description: debug symbols for clisp-module-libsvm Auto-Built-Package: debug-symbols Build-Ids: ee937bc432e20130878a4129f838e67c56ff5e96 Package: clisp-module-pari Priority: optional Section: lisp Installed-Size: 3739 Maintainer: Debian Common Lisp Team Architecture: amd64 Source: clisp Version: 1:2.49.20210628.gitde01f0f-3+apertis1bv2024dev2b1 Depends: libc6 (>= 2.3), libpari-gmp-tls8, clisp (= 1:2.49.20210628.gitde01f0f-3+apertis1bv2024dev2b1) Filename: pool/development/c/clisp/clisp-module-pari_2.49.20210628.gitde01f0f-3+apertis1bv2024dev2b1_amd64.deb Size: 884732 MD5sum: 6c68b5306f622f8b28dd29ea68632c1b SHA1: 10a8718bc518b5c3506a4429246eb0683472c6f0 SHA256: 865c498b6ddb1d01f747a372b11f8748904ff4a3495e7eac0554e2d0f93baaa5 SHA512: a011100c3d947c4ece0260ebf2ebca809f405fa27552cc9055d9b98c70eb81c9cf11ef912134cd2aaad5711c6d4818e4671b9a48bffac1dfcffc1596636fd7c4 Description: GNU CLISP module that adds an interface to PARI GNU CLISP is a Common Lisp implementation. It conforms to the ANSI Common Lisp standard, and offers many extensions. It runs on all desktop operating systems (GNU and Unix systems, macOS, Windows) and is particularly memory-efficient. . This adds a module to CLISP that implements an interface to the PARI computer algebra system. Enhances: clisp Homepage: http://www.clisp.org/ Package: clisp-module-pari-dbgsym Priority: optional Section: debug Installed-Size: 127 Maintainer: Debian Common Lisp Team Architecture: amd64 Source: clisp Version: 1:2.49.20210628.gitde01f0f-3+apertis1bv2024dev2b1 Depends: clisp-module-pari (= 1:2.49.20210628.gitde01f0f-3+apertis1bv2024dev2b1) Filename: pool/development/c/clisp/clisp-module-pari-dbgsym_2.49.20210628.gitde01f0f-3+apertis1bv2024dev2b1_amd64.deb Size: 80756 MD5sum: 5c1ebb3912975ada60e901057814eaad SHA1: 1a0c842780bc07299e9dbbc7f499ecabefcdecc5 SHA256: f644e6d7fad5111160b30a5b4899aac35fd31d4874e7972d9eafbef9abb88c6c SHA512: c75aeef9b341f722c15cc3f4aae749e014b00f47dce4f47dd6209e904fdb934556804515a0f2d4f807159984b447ff5f913f4a7e60ad3b4fd358852f7e1ba095 Description: debug symbols for clisp-module-pari Auto-Built-Package: debug-symbols Build-Ids: ff3967a333d63d54be03210e0218bcadd7c0d3e2 Package: clisp-module-pcre Priority: optional Section: lisp Installed-Size: 989 Maintainer: Debian Common Lisp Team Architecture: amd64 Source: clisp Version: 1:2.49.20210628.gitde01f0f-3+apertis1bv2024dev2b1 Depends: libc6 (>= 2.4), libpcre3, clisp (= 1:2.49.20210628.gitde01f0f-3+apertis1bv2024dev2b1) Filename: pool/development/c/clisp/clisp-module-pcre_2.49.20210628.gitde01f0f-3+apertis1bv2024dev2b1_amd64.deb Size: 734940 MD5sum: 4ea4c10e62b368e1f0aaed6a6045cc2f SHA1: b874c987a80ce5b43e10676d5e8474fdda16f24e SHA256: a0d229bb15eae857b82008ba4d83ba2c4b186a948974a2b3bb5998c17f44f66d SHA512: 1f966d4b4e8a3125583cba08d8ca239239d242843ba04a09d26d5797ce6b53217dabd2feb74431aa311140de3dc12287b1262f045d7663a264f1a19563e35680 Description: GNU CLISP module that adds libpcre support GNU CLISP is a Common Lisp implementation. It conforms to the ANSI Common Lisp standard, and offers many extensions. It runs on all desktop operating systems (GNU and Unix systems, macOS, Windows) and is particularly memory-efficient. . This adds a module to CLISP that implements an interface to the libpcre which implements Perl-compatible regular expressions. Enhances: clisp Homepage: http://www.clisp.org/ Package: clisp-module-pcre-dbgsym Priority: optional Section: debug Installed-Size: 68 Maintainer: Debian Common Lisp Team Architecture: amd64 Source: clisp Version: 1:2.49.20210628.gitde01f0f-3+apertis1bv2024dev2b1 Depends: clisp-module-pcre (= 1:2.49.20210628.gitde01f0f-3+apertis1bv2024dev2b1) Filename: pool/development/c/clisp/clisp-module-pcre-dbgsym_2.49.20210628.gitde01f0f-3+apertis1bv2024dev2b1_amd64.deb Size: 53160 MD5sum: 19f05b5ff67c65f968129ce410a231bd SHA1: f32b9ddde02d5d3264c7edad2d875adbcf6b7ce9 SHA256: 8b6a1ad31b72bc2a99b70cca5eda47f9cf75d16a92543c7d0a45d904b01933e5 SHA512: e465ef8f2deb4f52e78992d443fd9ab02df986027b735edb4572fcc5e9643c4938593c09318d28f91cb43b70ab0dc816ee7e96ebc31db2d4b61d321bd7581ab5 Description: debug symbols for clisp-module-pcre Auto-Built-Package: debug-symbols Build-Ids: d7ee2029c05152e750b1ed1670ebe2f3e517513b Package: clisp-module-postgresql Priority: optional Section: lisp Installed-Size: 1059 Maintainer: Debian Common Lisp Team Architecture: amd64 Source: clisp Version: 1:2.49.20210628.gitde01f0f-3+apertis1bv2024dev2b1 Depends: libpq5 (>= 8.4~), clisp (= 1:2.49.20210628.gitde01f0f-3+apertis1bv2024dev2b1) Filename: pool/development/c/clisp/clisp-module-postgresql_2.49.20210628.gitde01f0f-3+apertis1bv2024dev2b1_amd64.deb Size: 713908 MD5sum: 82797ae60f90c6f170487cecced9912e SHA1: a538257d279f22a5e676b076dac6c65929cccb02 SHA256: 9406e5ec4a70592046da34a07642dd9446b73aa33a4c60286065eef79e2bec2d SHA512: 3c56d86356d5b9a568010a5c5b431b21769ccefdd850777f9bd06fb06ffd0dc57aff0d924788dae10aa5fd596dc71da924060c83a2c75c0340a2628ccdef022a Description: GNU CLISP module that adds a PostgreSQL interface GNU CLISP is a Common Lisp implementation. It conforms to the ANSI Common Lisp standard, and offers many extensions. It runs on all desktop operating systems (GNU and Unix systems, macOS, Windows) and is particularly memory-efficient. . This adds a module to CLISP that implements an interface to the PostgreSQL DB using the C bindings. Enhances: clisp Homepage: http://www.clisp.org/ Package: clisp-module-postgresql-dbgsym Priority: optional Section: debug Installed-Size: 27 Maintainer: Debian Common Lisp Team Architecture: amd64 Source: clisp Version: 1:2.49.20210628.gitde01f0f-3+apertis1bv2024dev2b1 Depends: clisp-module-postgresql (= 1:2.49.20210628.gitde01f0f-3+apertis1bv2024dev2b1) Filename: pool/development/c/clisp/clisp-module-postgresql-dbgsym_2.49.20210628.gitde01f0f-3+apertis1bv2024dev2b1_amd64.deb Size: 10312 MD5sum: eaaf7eab360aca2cf9ed177b05bb49de SHA1: 8cb2aca6c2ffadf65b6393ae449a3ca6480320af SHA256: a737999703ec70a1db9ed8683efa48c7d57a6032b286a979a1e1d1acc7fc1666 SHA512: e576f6c911c5b1cbdfa84896d3f5cfa65377db3b3355b4cf8dad87ffe4b5a9caa40e3a39cf06dc88aa3662460b351d71c0884fbfeed3c9fcc363c6265222dcb1 Description: debug symbols for clisp-module-postgresql Auto-Built-Package: debug-symbols Build-Ids: fa5cab2a3fda86261f16d508a6bcfda839593201 Package: clisp-module-zlib Priority: optional Section: lisp Installed-Size: 730 Maintainer: Debian Common Lisp Team Architecture: amd64 Source: clisp Version: 1:2.49.20210628.gitde01f0f-3+apertis1bv2024dev2b1 Depends: zlib1g (>= 1:1.2.0), clisp (= 1:2.49.20210628.gitde01f0f-3+apertis1bv2024dev2b1) Filename: pool/development/c/clisp/clisp-module-zlib_2.49.20210628.gitde01f0f-3+apertis1bv2024dev2b1_amd64.deb Size: 684776 MD5sum: 0966da7d133df91bd55f97c7ac55849d SHA1: c4884e284f88f67f7abc93e2d72f197c57d481fd SHA256: 04ecd668bd5d5737471c7f1e0d56e3e0a4ce59c9e47895c7807e334a321b2879 SHA512: ae712c117ec53e0ba24ab837d56512d91e6ef8ae09771a393805d4c728c509bad2d85c062359216b908af758f90bce18fe1e584cf95bb4dc64f0d3b1d784b788 Description: GNU CLISP module that adds zlib support for vectors GNU CLISP is a Common Lisp implementation. It conforms to the ANSI Common Lisp standard, and offers many extensions. It runs on all desktop operating systems (GNU and Unix systems, macOS, Windows) and is particularly memory-efficient. . This adds a module to CLISP that implements a zlib interface, allowing you to compress vectors using zlib. Enhances: clisp Homepage: http://www.clisp.org/ Package: clisp-module-zlib-dbgsym Priority: optional Section: debug Installed-Size: 17 Maintainer: Debian Common Lisp Team Architecture: amd64 Source: clisp Version: 1:2.49.20210628.gitde01f0f-3+apertis1bv2024dev2b1 Depends: clisp-module-zlib (= 1:2.49.20210628.gitde01f0f-3+apertis1bv2024dev2b1) Filename: pool/development/c/clisp/clisp-module-zlib-dbgsym_2.49.20210628.gitde01f0f-3+apertis1bv2024dev2b1_amd64.deb Size: 4200 MD5sum: 621f817eb50896199e08cc42de018316 SHA1: c9714c136b5a25f42b45339b54801bd69483b56b SHA256: 0a04f3e269822ee890cd551b9daa8c8a6567e9ce0075689fa4a0a33955cef22d SHA512: 80609b3a94e14ea84979f4573c8d94aa175364d4991409d1b25a8f523e8ea5de2f07b6dd47d03c807d9756e8a0457376a68474d0af40db921fa747883bef0392 Description: debug symbols for clisp-module-zlib Auto-Built-Package: debug-symbols Build-Ids: f653b5b44845c55e04ed7bf8cc70702d630558e5 Package: cluster-glue Priority: optional Section: admin Installed-Size: 1257 Maintainer: Debian HA Maintainers Architecture: amd64 Version: 1.0.12-21+apertis0bv2024dev2b1 Depends: libbz2-1.0, libc6 (>= 2.34), libcurl4 (>= 7.16.2), libglib2.0-0 (>= 2.16.0), liblrm2 (>= 1.0.12-21+apertis0bv2024dev2b1), libopenhpi3, libopenipmi0 (>= 2.0.33), libpils2 (>= 1.0.12-21+apertis0bv2024dev2b1), libplumb2 (>= 1.0.12-21+apertis0bv2024dev2b1), libplumbgpl2 (>= 1.0.12-21+apertis0bv2024dev2b1), libsnmp40 (>= 5.9.3+dfsg), libstonith1 (>= 1.0.12-21+apertis0bv2024dev2b1), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4), init-system-helpers (>= 1.51), perl:any, python3.11, python3:any, adduser, bzip2, libtimedate-perl, lsb-base (>= 3.0-6) Suggests: ipmitool Filename: pool/development/c/cluster-glue/cluster-glue_1.0.12-21+apertis0bv2024dev2b1_amd64.deb Size: 261988 MD5sum: df4f3fcbbf351aaad01f70cfd2b51edc SHA1: f7700e83ca5236e7891fa5aee3faff66e40778a4 SHA256: 9b821fb54d89c4b2ea03347581b8fbb9b3700346b6fb5f5e021cd4ae93714393 SHA512: 72d1a397363ea0d07cfa001b359f87bb5c3482c6717b24cafb5acd038390bb59f117f8c87fb6983f0bd5b762d9075289a103f69c50dff6145432e8866c920fdb Description: Reusable cluster components for Linux HA This package contains node fencing plugins, an error reporting utility, and other reusable cluster components from the Linux HA project. . If you are using the pacemaker/corosync HA cluster stack, you probably want to install this package. Homepage: https://github.com/ClusterLabs/cluster-glue Package: cluster-glue-dbgsym Priority: optional Section: debug Installed-Size: 744 Maintainer: Debian HA Maintainers Architecture: amd64 Source: cluster-glue Version: 1.0.12-21+apertis0bv2024dev2b1 Depends: cluster-glue (= 1.0.12-21+apertis0bv2024dev2b1) Filename: pool/development/c/cluster-glue/cluster-glue-dbgsym_1.0.12-21+apertis0bv2024dev2b1_amd64.deb Size: 458560 MD5sum: 9dc898a76e6a73319c3f75f4347d5b25 SHA1: 9d9ab3094d7152309496d012cd859bfddf8bd46c SHA256: c52f438060f4f10a3d4af0b8c05069f3274a2a78905c2c60bb698d4f84b4b739 SHA512: 6c1f50577e84ebb8b922b9b5db67dd9b1bcbe20b82b43c2a17c5d866acc619873f4d22857ea7eef0bc622870217d954a6418a5c8a8f695f3a64a132939369b0b Description: debug symbols for cluster-glue Auto-Built-Package: debug-symbols Build-Ids: 0333d473a114841da8bfb7d0b783bf3368c4ec3b 0365b85fc298a8d802bca4a5cf831ea924ee5aed 04d4f09437a9409db350d90ae633c86cecfb1316 0e4c5a522b2a46eacf42f82e8a0559bea8166331 0e720dd16f7bcc2c3cc2ad204190d4f9b8827539 18b353d25504422b31af617f39c9710a459872df 18d1e5337651753c5965800140fe89f2e1423132 1a125b392aeb7b6e00c0a89e5eae910b43725943 1afb663bf77485df6a53875042299878c886de2f 1c9d0407ce37b8628734ab98431751f64ef4bef3 2033e3d38311c401a658072933cfdd2ca073e37a 24c099aa7714520366915667d3224614441aada9 28360314eb5c48d5db181e7166e1ed5f1d4e1ab7 2d7fd45bdc8266e8a97eaaab78f74d5d1983f101 4c170c01f8c6263d7c02ab679b6359200e22868c 4de21419024ef43e3be76d7de5d503295e355464 51b93c91da9ee70317e45bfd6fa928fc3a20f3c2 53ff328d384a1b8899450937e2deb352a1a1b434 5eb463bf724a86457e54614fe9fe64f3ae18b849 77be1e982a839b5858c7b7d726443d0c002f0eea 84c7ecd94347e6a43145bd39f8db3dc17089768a 874fb689592816b8f18708780e159e1992d3bb8f 8baaf51d33dec3e5e62616b854259e57c50de090 8d2879b1a30e3309c2408623596e6cc223642785 8d51d99c08fca16fe31b889f95a65134d15b722e 989670f43736cd5cc192ffe0cc3aced4b582a821 9b12cac532e262045b2d65230537b5f964c8fcd1 abc7c16560f467bd533d6501729a2b461335cbe5 bba1fc92f616a85ec3711f8ccef4f1b8c2f751ca bc43b3622a6ff761d0bc5edfc3cb279578adf48b c2d30704089494335c632f5f1b3c6b3ee232c656 c89e3b1252b493e1b159bc5e163828b7b480661b cea92fb65ed5a6f4326b2c68241e46dc9e113d16 cf80fb7e7451319976c492d86248a2831fcb99df d1e2790abf12adc286b0f2464d55f06291fb913a df85e803559f2047b986e284a2251d0f3a0ad60d f0bfdd956e85e707bd07f85c76cbc834dd9f5896 f203ff0663fd8ef65f44a36f372db2c00d72f6d2 Package: cluster-glue-dev Priority: optional Section: admin Installed-Size: 47 Maintainer: Debian HA Maintainers Architecture: amd64 Source: cluster-glue Version: 1.0.12-21+apertis0bv2024dev2b1 Replaces: cluster-glue (<< 1.0.12-8) Depends: liblrm2-dev (>= 1.0.12-21+apertis0bv2024dev2b1), libpils2-dev (>= 1.0.12-21+apertis0bv2024dev2b1), libplumb2-dev (>= 1.0.12-21+apertis0bv2024dev2b1), libplumbgpl2-dev (>= 1.0.12-21+apertis0bv2024dev2b1), libstonith1-dev (>= 1.0.12-21+apertis0bv2024dev2b1) Breaks: cluster-glue (<< 1.0.12-8) Filename: pool/development/c/cluster-glue/cluster-glue-dev_1.0.12-21+apertis0bv2024dev2b1_amd64.deb Size: 19636 MD5sum: c82db6d4c4e1b90c6d01eb54a2be672e SHA1: 24cd4a84a2ea0726ef224ce6a6f3d52fa9d387f1 SHA256: 092aa93ed8a73e30d74b6c3fdce639dbe3ef050c5d1e67a29c75156f7a13a157 SHA512: 33e2b753b2ec8987450006b2f5f0e51fe3caec8cf36370da76c333b19114e0b691effdc1d54369a39128f7422f00c5513b2c486d617fce0867e587ecc74cd37a Description: Development files for the cluster glue components This package includes headers and static libraries for the glue cluster components. . If you are developing for cluster-glue, you probably want to install this package. Homepage: https://github.com/ClusterLabs/cluster-glue Package: cm-super Priority: optional Section: fonts Installed-Size: 52643 Maintainer: Debian TeX maintainers Architecture: all Version: 0.3.4-17+apertis0bv2024preb1 Replaces: pts-tetex-cm-super Depends: tex-common (>= 6.13), texlive-latex-recommended, cm-super-minimal (= 0.3.4-17+apertis0bv2024preb1), pfb2t1c2pfb Conflicts: pts-tetex-cm-super Filename: pool/development/c/cm-super/cm-super_0.3.4-17+apertis0bv2024preb1_all.deb Size: 18680176 MD5sum: 7dd9d51c38cf359818d0f1ecec025fc8 SHA1: 11ca5918ddf3fb1c57d6e1722337a0f09cc1331c SHA256: dae0ebe2555ef412266cb4e601d3cfc313e49c37cb95bed08d10ffd336a98b72 SHA512: 6fbe2cf462c63dd6377e479974f675eb07fd7ff029cd230309cbc9e853f52eed1d199200541cf5f3eafe20a216dbee9f79f4af2472f497c0945aec2494ba515d Description: TeX font package (full version) with CM (EC) in Type1 in T1, T2*, TS1, X2 enc This package ships the full set of cm-super fonts, for a minimal variant install cm-super-minimal. . The CM-Super package contains Type 1 fonts converted from METAFONT fonts and covers entire EC/TC, EC Concrete, EC Bright and LH fonts (Computer Modern font families). All European and Cyrillic writings are covered. Each Type 1 font program contains ALL glyphs from the following standard LaTeX font encodings: T1, TS1, T2A, T2B, T2C, X2, and also Adobe StandardEncoding (585 glyphs per non-SC font and 468 glyphs per SC font), and could be reencoded to any of these encodings using standard dvips or pdftex facilities (the corresponding support files are also included). Homepage: https://ctan.org/tex-archive/fonts/ps-type1/cm-super Package: cm-super-minimal Priority: optional Section: fonts Installed-Size: 5824 Maintainer: Debian TeX maintainers Architecture: all Source: cm-super Version: 0.3.4-17+apertis0bv2024preb1 Depends: tex-common (>= 6.13), texlive-latex-recommended Filename: pool/development/c/cm-super/cm-super-minimal_0.3.4-17+apertis0bv2024preb1_all.deb Size: 5815060 MD5sum: c0b90f950db4ee5b003ab18bb6cbf82f SHA1: 828e87f89441ea22f69419f2c663f2782f61d2ec SHA256: f7cee9af09e52805dd50763b9163b094dc4f4265c52545c008b71a7f538827f4 SHA512: 0605a6a286557dbf566c2b045e1f4fbcf16914776219025a2d175b8435a2b89fc8780403440da402eb372f94e00caa806a671617230df4a1cb6633d7c127a601 Description: TeX font package (minimal version) with CM/EC in Type1 in T1, T2*, TS1, X2 enc This package ships the 10pt version of the various fonts. For the full set please install cm-super. . The CM-Super package contains Type 1 fonts converted from METAFONT fonts and covers entire EC/TC, EC Concrete, EC Bright and LH fonts (Computer Modern font families). All European and Cyrillic writings are covered. Each Type 1 font program contains ALL glyphs from the following standard LaTeX font encodings: T1, TS1, T2A, T2B, T2C, X2, and also Adobe StandardEncoding (585 glyphs per non-SC font and 468 glyphs per SC font), and could be reencoded to any of these encodings using standard dvips or pdftex facilities (the corresponding support files are also included). Homepage: https://ctan.org/tex-archive/fonts/ps-type1/cm-super Package: cm-super-x11 Priority: optional Section: fonts Installed-Size: 5157 Maintainer: Debian TeX maintainers Architecture: all Source: cm-super Version: 0.3.4-17+apertis0bv2024preb1 Depends: cm-super-minimal (= 0.3.4-17+apertis0bv2024preb1), xfonts-utils Filename: pool/development/c/cm-super/cm-super-x11_0.3.4-17+apertis0bv2024preb1_all.deb Size: 269788 MD5sum: 47e89ecd747c652c4438b1883a23f4f0 SHA1: cc79deba64a2fb474c9e3a9a70c21082fc38f047 SHA256: aadd58f36fa17b99a19e2d75a95b18c50e875c9a8e8b331d9e96f32ef90442d0 SHA512: 8e3105e19fa563b321076b2ed1049021012412140ad7a330965dca39bd789f60572610647602aa0b57c2586ea0936946c6655642facac95f70dd64b352471720 Description: Make the cm-super fonts available to X11 This package makes the cm-super fonts available to X11. This package does not contain any fonts itself but allows one to reuse the cm-super fonts as X11 screen fonts. Homepage: https://ctan.org/tex-archive/fonts/ps-type1/cm-super Package: cmake Priority: optional Section: devel Installed-Size: 28990 Maintainer: Debian CMake Team Architecture: amd64 Version: 3.25.1-1+apertis1bv2024preb1 Depends: libarchive13 (>= 3.3.3), libc6 (>= 2.34), libcurl4 (>= 7.16.2), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.0), libjsoncpp25 (>= 1.9.5), librhash0 (>= 1.2.6), libstdc++6 (>= 12), libuv1 (>= 1.38.0), zlib1g (>= 1:1.1.4), cmake-data (= 3.25.1-1+apertis1bv2024preb1), procps Recommends: gcc, make Suggests: cmake-doc, cmake-format, elpa-cmake-mode, ninja-build Filename: pool/development/c/cmake/cmake_3.25.1-1+apertis1bv2024preb1_amd64.deb Size: 8703940 MD5sum: 1b65018a676f9601f624a72f0dbf80bc SHA1: d3040ef1e42f007084d07f6dc7476b08cd654854 SHA256: 7092428d6b908ebbc7eb69a0d78995bf527ea14df798e55d14347526520d728a SHA512: 49bfa27be243ad7ed5efe8435a3170dd6cef9856231150dd173ebb20f7dc61fb3404a7b437e03ee9c400becb6449e7b6fd8b397fd9d33efd161b6750ac7820ce Description: cross-platform, open-source make system CMake is used to control the software compilation process using simple platform and compiler independent configuration files. CMake generates native makefiles and workspaces that can be used in the compiler environment of your choice. CMake is quite sophisticated: it is possible to support complex environments requiring system configuration, pre-processor generation, code generation, and template instantiation. Homepage: https://cmake.org/ Multi-Arch: foreign Package: cmake-curses-gui Priority: optional Section: devel Installed-Size: 8782 Maintainer: Debian CMake Team Architecture: amd64 Source: cmake Version: 3.25.1-1+apertis1bv2024preb1 Depends: libarchive13 (>= 3.3.3), libc6 (>= 2.34), libcurl4 (>= 7.16.2), libgcc-s1 (>= 3.0), libjsoncpp25 (>= 1.9.5), libncurses6 (>= 6), librhash0 (>= 1.2.6), libstdc++6 (>= 11), libtinfo6 (>= 6), libuv1 (>= 1.38.0), zlib1g (>= 1:1.1.4), cmake (= 3.25.1-1+apertis1bv2024preb1) Filename: pool/development/c/cmake/cmake-curses-gui_3.25.1-1+apertis1bv2024preb1_amd64.deb Size: 2727220 MD5sum: 7c7d04d5a1356aaef7a2987be943cb1d SHA1: f6d0cc8e2e7a455855d01f210708791e8a9c67f0 SHA256: 51e89e0c5c61f6d7b275c1ce6ab6d494725c50f391214e3d4241be95d00f9771 SHA512: e6135f36b8cf8ccfff1d82ff308da8093a991cbeccf6e3303c222178ca1f7028b6f2c7935c7877cc7e9da46346b02e7c037bd5e13cb62dcb50147c12ff56cfd7 Description: curses based user interface for CMake (ccmake) CMake is used to control the software compilation process using simple platform and compiler independent configuration files. CMake generates native makefiles and workspaces that can be used in the compiler environment of your choice. CMake is quite sophisticated: it is possible to support complex environments requiring system configuration, pre-processor generation, code generation, and template instantiation. . This package provides the CMake curses interface. Project configuration settings may be specified interactively through this GUI. Brief instructions are provided at the bottom of the terminal when the program is running. The main executable file for this GUI is "ccmake". Homepage: https://cmake.org/ Package: cmake-curses-gui-dbgsym Priority: optional Section: debug Installed-Size: 88789 Maintainer: Debian CMake Team Architecture: amd64 Source: cmake Version: 3.25.1-1+apertis1bv2024preb1 Depends: cmake-curses-gui (= 3.25.1-1+apertis1bv2024preb1) Filename: pool/development/c/cmake/cmake-curses-gui-dbgsym_3.25.1-1+apertis1bv2024preb1_amd64.deb Size: 88554800 MD5sum: 94b31e22e0d52fc114f198eb2d7fed3d SHA1: 3ff0146a48e38447776f32f53cd17d5e688f830c SHA256: 000e40fad22034943e393bac98b5ef951dd15bbd34bd7c67ba2526f4acc8c8ca SHA512: cab07f7553b237ae374f647207c3b03155f95d9ac73f64e16362dca295fe5f68c380be0e1389899c8be599e62b0633c467b888bf43b611b1f723ed6d13a3c467 Description: debug symbols for cmake-curses-gui Auto-Built-Package: debug-symbols Build-Ids: 52e12e708b038c3d064beb911828d9842882b117 Package: cmake-data Priority: optional Section: devel Installed-Size: 10465 Maintainer: Debian CMake Team Architecture: all Source: cmake Version: 3.25.1-1+apertis1bv2024preb1 Filename: pool/development/c/cmake/cmake-data_3.25.1-1+apertis1bv2024preb1_all.deb Size: 2034832 MD5sum: 40e3409748621524d441a8dfef5925fa SHA1: 1f57f76689227bc8edf223580faa1b15195d4951 SHA256: b4477436445bfa49e1df02d80f821aa72109b80fb0a5bfaccc9b8c7014da1db4 SHA512: 6622d96994bee7d968098b0ab29bcc0f9a8c0dd4de01723e8813020e5ff9124249f10da5fc59dae69a6dd7695c1dd26d44ec0c78bc28528dc13e0c2249d17b93 Description: CMake data files (modules, templates and documentation) CMake is used to control the software compilation process using simple platform and compiler independent configuration files. CMake generates native makefiles and workspaces that can be used in the compiler environment of your choice. CMake is quite sophisticated: it is possible to support complex environments requiring system configuration, pre-processor generation, code generation, and template instantiation. . This package provides CMake architecture independent data files (modules, templates, documentation etc.). Unless you have cmake installed, you probably do not need this package. Homepage: https://cmake.org/ Multi-Arch: foreign Package: cmake-dbgsym Priority: optional Section: debug Installed-Size: 286127 Maintainer: Debian CMake Team Architecture: amd64 Source: cmake Version: 3.25.1-1+apertis1bv2024preb1 Depends: cmake (= 3.25.1-1+apertis1bv2024preb1) Filename: pool/development/c/cmake/cmake-dbgsym_3.25.1-1+apertis1bv2024preb1_amd64.deb Size: 285465220 MD5sum: 8b35d79d9f0d426062c310d3a0771483 SHA1: 6b8a86d9f3c7268d5de50897ee95793497a17c03 SHA256: 210424b40ccf8b3fbded77098c9dc7d0e7adfdbf05c0aed199ab54e1b372405f SHA512: 34077628886f8e1d479a3e56e4555fd1264583b67615c958b76fcd66a0340f59f1c4c9d86842645c1ffe3f49b8ac352a14182500c4ae8899eb0b42afe8d2a0e1 Description: debug symbols for cmake Auto-Built-Package: debug-symbols Build-Ids: 1736ac27998c584bbc197d61e1fa4e4a1690f99e c3a39958aa7350c978e09642dacc2e673e2dde1f eaab1b53f4ec3debfc09420176cfcc158dc238ab Package: cmake-doc Priority: optional Section: doc Installed-Size: 30844 Maintainer: Debian CMake Team Architecture: all Source: cmake Version: 3.25.1-1+apertis1bv2024preb1 Depends: cmake-data (= 3.25.1-1+apertis1bv2024preb1), libjs-sphinxdoc (>= 5.2) Recommends: doc-base Suggests: cmake Filename: pool/development/c/cmake/cmake-doc_3.25.1-1+apertis1bv2024preb1_all.deb Size: 2314180 MD5sum: 52c83d48f3f6793c8e86d63adc9619a9 SHA1: ed7032d360975a4cd4c165270488521674a8fff4 SHA256: 88fc6e26476f49c2031064d46e59ef02eb1d9f7452c8af67dd609324bd3d6c6e SHA512: fd429bd3971534569e7d0ed93076ad8a36c91ce441a8ba9fce062c6405073dfafa878f580674fd8e9af03e557d326e3e167bd77840f0d2c6bfb9434848b142c2 Description: extended documentation in various formats for CMake CMake is used to control the software compilation process using simple platform and compiler independent configuration files. CMake generates native makefiles and workspaces that can be used in the compiler environment of your choice. CMake is quite sophisticated: it is possible to support complex environments requiring system configuration, pre-processor generation, code generation, and template instantiation. . This package provides additional documentation in various formats like HTML or plain text. Homepage: https://cmake.org/ Multi-Arch: foreign Package: cmark Priority: optional Section: text Installed-Size: 383 Maintainer: Jonas Smedegaard Architecture: amd64 Version: 0.30.2-6+apertis1bv2024dev3b1 Depends: libc6 (>= 2.34) Filename: pool/development/c/cmark/cmark_0.30.2-6+apertis1bv2024dev3b1_amd64.deb Size: 117796 MD5sum: 079546517a1760f01866d152653e2475 SHA1: 0e093a61d74f5131f03cb633759b53ba32d3255b SHA256: 51da62ec48b2c7ce25f42c06a9a3bc95cf6a75f442e096052c367f9b51fce838 SHA512: 5cd6a55fe98776ecabcd30a5c2b04fb467de258876fdcde08690534e0ab1a885edc17cbdbda377d355d38873242269449ec2092e74f60b78dac1c891cfe3d5ae Description: CommonMark parsing and rendering program cmark is the C reference implementation of CommonMark, a rationalized version of Markdown syntax with a spec. . cmark parses almost as fast as sundown and hoedown (but safer and less buggy), about 3 times faster than discount, and about 100 times faster than kramdown and pandoc. Memory consumption is on par with sundown and about 10 times less than pandoc. . cmark outputs HTML, groff man, LaTeX, CommonMark, and a custom XML format. . Markdown is a lightweight markup language with plain-text-formatting syntax. . This package provides a command-line program (cmark) for parsing and rendering CommonMark documents. Homepage: https://github.com/commonmark/cmark Multi-Arch: foreign Package: cmark-dbgsym Priority: optional Section: debug Installed-Size: 266 Maintainer: Jonas Smedegaard Architecture: amd64 Source: cmark Version: 0.30.2-6+apertis1bv2024dev3b1 Depends: cmark (= 0.30.2-6+apertis1bv2024dev3b1) Filename: pool/development/c/cmark/cmark-dbgsym_0.30.2-6+apertis1bv2024dev3b1_amd64.deb Size: 237696 MD5sum: f70706bef41fb37a97ae1d37f39fdbcb SHA1: 91452e641a6abe91dc53e4abf715659e7e76983c SHA256: be5152c0dbf9e01a3214460b0b41f040ff54b30e189e41da1d941f039d288cee SHA512: fe50689ec63401533043ea5264018bdada8b9e956cef7fb79646663750f96b8cc17ffa6eb7a58bb136edd807f94ba32daec1b4c0899e8bd288a07b260bf26ca5 Description: debug symbols for cmark Auto-Built-Package: debug-symbols Build-Ids: 2f69b185ad352edfd16753a5beb9ad48408afd3f Package: cmark-gfm Priority: optional Section: text Installed-Size: 369 Maintainer: Keith Packard Architecture: amd64 Version: 0.29.0.gfm.6-6+apertis0bv2024dev2b1 Depends: libc6 (>= 2.34), libcmark-gfm-extensions0.29.0.gfm.6 (>= 0.29.0.gfm.6), libcmark-gfm0.29.0.gfm.6 (>= 0.29.0.gfm.6) Filename: pool/development/c/cmark-gfm/cmark-gfm_0.29.0.gfm.6-6+apertis0bv2024dev2b1_amd64.deb Size: 131620 MD5sum: cdb16c330b79592db3810c57ded746b3 SHA1: 164745436f156e041c45c520110acaad990ba62a SHA256: 86409e2b36a3e9115e70f78ca36e00dc82f63ef75c7ae32dc9c0da28d78f2472 SHA512: f1a704b55cc00f1e404b2efec2329046a1b336e4079c80c3725e8676586a22130213783de96449ed750ced05b86901509b3366dd6ee47a3286dc0ee0a14d7498 Description: CommonMark parsing and rendering program, GitHub flavor cmark-gfm is the GitHub flavor of the cmark C reference implementation of CommonMark, a rationalized version of Markdown syntax with a spec. This package provides a command-line program (cmark-gfm) for parsing and rendering CommonMark documents. . This GitHub flavored version has extensions for org-mode style tables, auto-linking, and more. Homepage: https://github.com/github/cmark Multi-Arch: foreign Package: cmark-gfm-dbgsym Priority: optional Section: debug Installed-Size: 27 Maintainer: Keith Packard Architecture: amd64 Source: cmark-gfm Version: 0.29.0.gfm.6-6+apertis0bv2024dev2b1 Depends: cmark-gfm (= 0.29.0.gfm.6-6+apertis0bv2024dev2b1) Filename: pool/development/c/cmark-gfm/cmark-gfm-dbgsym_0.29.0.gfm.6-6+apertis0bv2024dev2b1_amd64.deb Size: 12672 MD5sum: 032bb061d3f357d32d7e8ecdd01a007b SHA1: 4afc72c6a4b7bd292863e3894d4a32218a59cd6b SHA256: 8e01e4b3c407417fabe4098084720b3f10c7ae58749053a3b660e3bf41f4b24a SHA512: 9a1532934e9f4db08e03c12f84f07d79d78c6d68e5122e594bc48af517ee8a94161e5ed779994bbb64d07d250a4b64cbd11ab1f3b1a8780741f017682ef25bab Description: debug symbols for cmark-gfm Auto-Built-Package: debug-symbols Build-Ids: 448356e7c902c04825d5585d1c9a6deec53b8b0b Package: cmdreader Priority: optional Section: java Installed-Size: 45 Maintainer: Debian Java Maintainers Architecture: all Version: 1.5-3+apertis1bv2024preb2 Filename: pool/development/c/cmdreader/cmdreader_1.5-3+apertis1bv2024preb2_all.deb Size: 21632 MD5sum: e39ef7207121deb0e02969a87f549107 SHA1: fdcbc03c0388ceeb782666a029007f87cbad33ac SHA256: e6d65ce5aa6ac71222c9ea86c8c0ac4d8a1c6d2f9474b331610c2cc387eeb89c SHA512: ebb37c4b5892a64f07ef1dc02a09c33d99f8d32b21511afd2bfa1a39e7ee217877eb225cfa4ad3a1ff3067bdc80c75f0ff68cf1bb0051551fe8a61abfc5d3213 Description: Library that parses command line arguments Parses command line arguments. The CmdReader can turn strings like -fmv /foo/bar /bar/baz --color=white *.xyzzy *.cheese into something that easier to work with programmatically. Homepage: https://github.com/rzwitserloot/com.zwitserloot.cmdreader Package: cmdtest Priority: optional Section: devel Installed-Size: 97 Maintainer: Debian Python Team Architecture: all Version: 0.32.14.gcdfe14e-5+apertis0bv2024dev2b1 Provides: yarn Depends: python3, python3-cliapp, python3-markdown, python3-ttystatus, python3:any Filename: pool/development/c/cmdtest/cmdtest_0.32.14.gcdfe14e-5+apertis0bv2024dev2b1_all.deb Size: 22044 MD5sum: f922c783c03354b56059c82ef48504a8 SHA1: 34a4c3ab3e94be0bc910ff635c7521453ea8b507 SHA256: 9094773b3e2af7e49ae6446362df5be445df1ce508a426f55c15247777cd47f3 SHA512: 8cbb5a2e5d2533e8c48a81d8cba147816847a3f130e8940679a09f1bc88b3d44da8c875db1218b3a6602f12469d6085cc0748f75c11075aa3d4091b3a4491529 Description: blackbox testing of Unix command line programs cmdtest black box tests Unix command line tools. Roughly, it is given a script, its input files, and its expected output files. cmdtest runs the script, and checks the output is as expected. . cmdtest is aimed specifically at testing non-interactive Unix command line programs, and tries to make that as easy as possible. . Also included is a "scenario testing" tool, yarn. Homepage: https://liw.fi/cmdtest/ Package: cme Priority: optional Section: perl Installed-Size: 204 Maintainer: Debian Perl Group Architecture: all Version: 1.038-1+apertis1bv2024dev2b1 Provides: dh-sequence-cme-upgrade Depends: perl:any, libapp-cmd-perl, libconfig-model-perl, libjson-perl, liblog-log4perl-perl, libpath-tiny-perl, libpod-pom-perl, libyaml-pp-perl Recommends: libconfig-model-approx-perl, libconfig-model-dpkg-perl, libconfig-model-lcdproc-perl, libconfig-model-openssh-perl, libconfig-model-systemd-perl, libconfig-model-tkui-perl Suggests: libconfig-model-cursesui-perl, libconfig-model-itself-perl Filename: pool/development/c/cme/cme_1.038-1+apertis1bv2024dev2b1_all.deb Size: 84460 MD5sum: 4e6de10ff360963576953635fe84a4d0 SHA1: 0f19d797ceef4f86888905c4c6c84f7c80678a37 SHA256: 0fcdd4db1d803077c88431224a7688dbad7448550306ca6164d9d62e5c6cf84e SHA512: d0c9869a1641fe2a31a9ed75eefe3c999cf87479b25541a3b6a90c4ce82ab33ef13803656eb2cbfffa980d9af57c24bfd2eb4098794c39788a6275c7d7fa92c2 Description: Check or edit configuration data with Config::Model cme provides a command to check or edit configuration data with Config::Model. . cme and Config::Model are quite modular: the configuration data that you can edit depend on installed packages. I.e.: - ssh client or ssh daemon config: libconfig-model-openssh-perl - approx config: libconfig-model-approx-perl - lcdproc config: libconfig-model-lcdproc-perl - popcon config: provided with libconfig-model-perl - systemd config: provided with libconfig-model-systemd-perl . Some applications can be handled by cme: - Debian package files: libconfig-model-dpkg-perl - multistrap files: provided with libconfig-model-perl . You can also choose a user interface: - graphical, based on Tk: libconfig-model-tkui-perl - curses based: libconfig-model-cursesui-perl - simple shell: provided with libconfig-model-perl . Last but not least, you can also take a stab at maintaining configuration model with libconfig-model-itself-perl. Homepage: https://metacpan.org/release/App-Cme Package: cmocka-doc Priority: optional Section: doc Installed-Size: 1094 Maintainer: David Prévot Architecture: all Source: cmocka Version: 1.1.5-2.1+apertis0bv2024dev2b1 Depends: libjs-jquery Filename: pool/development/c/cmocka/cmocka-doc_1.1.5-2.1+apertis0bv2024dev2b1_all.deb Size: 89372 MD5sum: 906059ca6abf7bfc4ea38cc56a8cf975 SHA1: e611add00099622880253988eec703fde2e832cb SHA256: 1b4934bb5eb184c85911794b2d622dddd3f84b1b3f0fbfa281bf3f6318e54f44 SHA512: 33a16db3434831f1eade7598e93af97f27ed3febaf7c3ac0c4aec716380ed76b8abef22f8a5fdb8b3d24de61e183f940cbd9609a7f79c0bc6e88ad7b6273bc0a Description: documentation for the CMocka unit testing framework This package contains the documentation and examples for CMocka. . The idea of CMocka is that a test application only requires the standard C library and the CMocka library itself to minimize conflicts with standard C headers especially on a lot of different platforms. . Features: * Easy to use framework to write unit tests * Support for mock objects * Testing of memory leaks, buffer overflows and underflows * Platform and compiler independent Homepage: https://cmocka.org/ Multi-Arch: foreign Package: cobra Priority: optional Section: oldlibs Installed-Size: 12 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-spf13-cobra Version: 1.6.1-1+apertis0bv2024dev2b1 Depends: cobra-cli Filename: pool/development/g/golang-github-spf13-cobra/cobra_1.6.1-1+apertis0bv2024dev2b1_all.deb Size: 4736 MD5sum: 0561768a5dcba04c12877260dd51e6c7 SHA1: 9e93db98f2a66aa94a6a547b883409470e5211a7 SHA256: 121f91bc5152af41675b087b7db26891ace39affda2ccd8fa1d0b958f7b13cc2 SHA512: 9681f8d800ee8ee8cc3e77a164d259d9554980958400a476e89c9510d5f653327bb6b40bd13c446dbbabf2cc1f2341a6f2a16b7bfd8e761d278749c30d863003 Description: transitional package This is a transitional package. It can safely be removed. Homepage: https://github.com/spf13/cobra Package: coderay Priority: optional Section: ruby Installed-Size: 28 Maintainer: Debian Ruby Team Architecture: all Version: 1.1.3-8+apertis0bv2024preb1 Depends: ruby:any, ruby-coderay Filename: pool/development/c/coderay/coderay_1.1.3-8+apertis0bv2024preb1_all.deb Size: 10932 MD5sum: b8463a1f9c6bb9ee3fb3e75b81e0791b SHA1: b93b6439a032d4961d0deedf54eb46177591fa48 SHA256: a464d65bda0bf3858b60d687db41e2e98c80d02372b68d9d52f31bf3ba96a114 SHA512: d9bfc8c487e9673bb9a9ec74a482ba66363ca38b86810e81c11428375701c634112897b44e6275277130fd9ea0822b9049354e548e6393fadaf21d6d5900bce7 Description: Helper programs for CodeRay Ruby lib for syntax highlighting CodeRay is a Ruby library that can scan an input file or text in a web page and encode it as syntax highlighted HTML output. . CodeRay supports many input languages including: C, C++, CSS, Delphi, diff, Groovy, HTML, RHTML (Erb+HTML), Nitro-XHTML, Java, JavaScript, JSON, PHP, Python, Ruby, SQL and YAML. . CodeRay can output to HTML, JSON, XML, Yaml. . The coderay binary scans a file and outputs in HTML. Homepage: http://coderay.rubychan.de/ Package: coffeescript Priority: optional Section: devel Installed-Size: 3106 Maintainer: Debian Javascript Maintainers Architecture: all Version: 2.7.0-4+apertis0bv2024preb1 Provides: node-coffee-script (= 2.7.0), node-coffeescript (= 2.7.0) Depends: nodejs:any Suggests: libjs-coffeescript Breaks: node-cson-parser (<< 4.0.9-2~), node-grunt-contrib-coffee (<< 1.0.0-5~), node-turbolinks (<< 5.2.0+dfsg-5~), node-xml2js (<< 0.4.23+~cs15.4.0+dfsg-3~) Filename: pool/development/c/coffeescript/coffeescript_2.7.0-4+apertis0bv2024preb1_all.deb Size: 269604 MD5sum: dfc144d791401bf068ae596d221f6c51 SHA1: 643c384f8ee10ff2d16e88510cfa7ab168cda781 SHA256: 766f19fede0b26629bee9fcf2ed42372091c95e7c5e99e32ae75a539f4ac9a47 SHA512: 6a68c710a4f8b00532840e459657276fc8a7a8cb17452f5119ac70706ec8a8a69e9f10e4a34b743c0b0870ab01178723ba1afca75d87afb58792a4d1ffc663bc Description: interpreter and compiler for the CoffeeScript language CoffeeScript is a little language that compiles into JavaScript. Underneath all of those embarrassing braces and semicolons, JavaScript has always had a gorgeous object model at its heart. CoffeeScript is an attempt to expose the good parts of JavaScript in a simple way. . The golden rule of CoffeeScript is: "It's just JavaScript". The code compiles one-to-one into the equivalent JS, and there is no interpretation at runtime. You can use any existing JavaScript library seamlessly (and vice-versa). The compiled output is readable and pretty-printed, passes through JavaScript Lint without warnings, will work in every JavaScript implementation, and tends to run as fast or faster than the equivalent handwritten JavaScript. . The "cake" executable is provided as "cake.coffeescript" to peacefully coexist with cakephp. Homepage: https://coffeescript.org/ Package: coffeescript-doc Priority: optional Section: doc Installed-Size: 6621 Maintainer: Debian Javascript Maintainers Architecture: all Source: coffeescript Version: 2.7.0-4+apertis0bv2024preb1 Recommends: libjs-coffeescript, libjs-jquery, libjs-underscore Filename: pool/development/c/coffeescript/coffeescript-doc_2.7.0-4+apertis0bv2024preb1_all.deb Size: 615032 MD5sum: 9df327a89c7c8966d294ca2401e68cad SHA1: 9db5e20005119d25d184fa8d54ae0cdc36f55705 SHA256: cdc54c37a464e32fcc6138a7738d8df1cd4c610735ba83497bcaac20b42cf0e9 SHA512: 499cc93dd2fc58e4d239dba005a20ba336b8a0bbdb65879b5f8badde87d54198e3c590aa07c25eb4f8e45b092b4e94c99069761141c81d96877c746fe6333aac Description: documentation for the CoffeeScript language CoffeeScript is a little language that compiles into JavaScript. Underneath all of those embarrassing braces and semicolons, JavaScript has always had a gorgeous object model at its heart. CoffeeScript is an attempt to expose the good parts of JavaScript in a simple way. . The golden rule of CoffeeScript is: "It's just JavaScript". The code compiles one-to-one into the equivalent JS, and there is no interpretation at runtime. You can use any existing JavaScript library seamlessly (and vice-versa). The compiled output is readable and pretty-printed, passes through JavaScript Lint without warnings, will work in every JavaScript implementation, and tends to run as fast or faster than the equivalent handwritten JavaScript. . This package contains documentation. Homepage: https://coffeescript.org/ Package: console-setup Priority: optional Section: utils Installed-Size: 428 Maintainer: Debian Install System Team Architecture: all Version: 1.221+apertis0bv2024dev3b1 Depends: console-setup-linux | console-setup-freebsd | hurd, xkb-data (>= 0.9), keyboard-configuration (= 1.221+apertis0bv2024dev3b1), debconf (>= 0.5) | debconf-2.0 Pre-Depends: debconf | debconf-2.0 Suggests: lsb-base (>= 3.0-6), locales Conflicts: console-setup-mini Breaks: lsb (<< 2.0-6), lsb-base (<< 3.0-6), lsb-core (<< 2.0-6) Filename: pool/development/c/console-setup/console-setup_1.221+apertis0bv2024dev3b1_all.deb Size: 101800 MD5sum: 4f0a0ba6a3979880e0454b9a6b2d98d1 SHA1: b604193fbf8ad6c126edae8796f76add93886609 SHA256: fcfb0212cd2439942cfa4517975548c120700c8ce59a021718e4f2daf2fa5376 SHA512: 82d4417c39db00b73ffedb9b0a3223bbb8e668eda90c53151e8a3eb2a88e59e5dd883cb1d55f88a3106042a3647fa2c0ef5a5bdaf59fe940ceead607de29a38a Description: console font and keymap setup program This package provides the console with the same keyboard configuration scheme as the X Window System. As a result, there is no need to duplicate or change the keyboard files just to make simple customizations such as the use of dead keys, the key functioning as AltGr or Compose key, the key(s) to switch between Latin and non-Latin mode, etc. . The package also installs console fonts supporting many of the world's languages. It provides an unified set of font faces - the classic VGA, the simplistic Fixed, and the cleaned Terminus, TerminusBold and TerminusBoldVGA. Multi-Arch: foreign Package: console-setup-freebsd Priority: optional Section: utils Installed-Size: 1386 Maintainer: Debian Install System Team Architecture: all Source: console-setup Version: 1.221+apertis0bv2024dev3b1 Replaces: console-setup (<< 1.71) Depends: vidcontrol, kbdcontrol, keyboard-configuration (= 1.221+apertis0bv2024dev3b1), init-system-helpers (>= 1.29~) | initscripts Suggests: console-setup Conflicts: console-setup-linux Breaks: console-setup (<< 1.71) Filename: pool/development/c/console-setup/console-setup-freebsd_1.221+apertis0bv2024dev3b1_all.deb Size: 124280 MD5sum: a201578ac6c92b4b41556ab5a770cbd9 SHA1: f43fbe3b94009424f6c3a66163190ec1dbf9b485 SHA256: 62ef8c05f469175b3fc57eecad28a50624378986378565cb03df79450b40487f SHA512: 1e85415368041164809d7865bb179f4174c3d68163d6d0785f4c159902ce9d5f9d7b30a803706479920a5555767369bdd732bfd45ad6c18777d6ec6de1621d34 Description: FreeBSD specific part of console-setup This package includes raw, uuencoded fonts and various screen maps. Multi-Arch: foreign Package: console-setup-linux Priority: optional Section: utils Installed-Size: 2192 Maintainer: Debian Install System Team Architecture: all Source: console-setup Version: 1.221+apertis0bv2024dev3b1 Replaces: console-setup (<< 1.71), console-terminus Provides: console-terminus Depends: kbd (>= 0.99-12) | console-tools (>= 1:0.2.3-16), keyboard-configuration (= 1.221+apertis0bv2024dev3b1), init-system-helpers (>= 1.29~) | initscripts Suggests: console-setup Conflicts: console-setup-freebsd Breaks: console-cyrillic (<= 0.9-11), console-setup (<< 1.71), console-terminus Filename: pool/development/c/console-setup/console-setup-linux_1.221+apertis0bv2024dev3b1_all.deb Size: 1882156 MD5sum: eb242516e49b26e94fb29cec484c39a6 SHA1: 59947bb1673ece1fdfcb50c375c1bf508d9a2f28 SHA256: d24b7a69bf499d22d35644731a25619d6030ab64d313935ef32da1600893765e SHA512: 7c17399f1a508846935115392b50d59e0566eab2bef355a68402c8854ec4bb309046f9df7490036481c2461fb9f6387ae8b166e1f570f3de8574d9ef46e55ad8 Description: Linux specific part of console-setup This package includes fonts in psf format and definitions of various 8-bit charmaps. Multi-Arch: foreign Package: console-setup-mini Priority: optional Section: utils Installed-Size: 1019 Maintainer: Debian Install System Team Architecture: all Source: console-setup Version: 1.221+apertis0bv2024dev3b1 Depends: console-setup-linux | console-setup-freebsd, debconf (>= 0.5) | debconf-2.0, keyboard-configuration (= 1.221+apertis0bv2024dev3b1) Recommends: kbd | console-tools Suggests: lsb-base (>= 3.0-6) Conflicts: console-setup Breaks: lsb (<< 2.0-6), lsb-base (<< 3.0-6), lsb-core (<< 2.0-6) Filename: pool/development/c/console-setup/console-setup-mini_1.221+apertis0bv2024dev3b1_all.deb Size: 660212 MD5sum: 90f819f1f08151bdf476d71c932e2497 SHA1: 0c755d4ac923c0e14cf3ae1331d06bbf00e339a5 SHA256: 67e9eeab55a4198f5a577f048df2bab8a34119ed39d030af22e6386a5a2bbbf2 SHA512: 5dc60ca9b7623b7dae51eb86a05ce1a1964ad3afa41c53d3ffdcfe6289317405be1db39f9c4f171912b9557fc50475473cc569f2dbb40d4184fecc8696923613 Description: console font and keymap setup program - reduced version for Linux This package provides the console with the same keyboard configuration scheme as the X Window System. As a result, there is no need to duplicate or change the keyboard files just to make simple customizations such as the use of dead keys, the key functioning as AltGr or Compose key, the key(s) to switch between Latin and non-Latin mode, etc. . This package can be useful for handhelds or other devices with small storage space. Multi-Arch: foreign Package: containerd Priority: optional Section: admin Installed-Size: 98496 Maintainer: Debian Go Packaging Team Architecture: amd64 Version: 1.6.20~ds1-1+apertis0bv2024dev3b1 Depends: runc (>= 0.1.0~), libc6 (>= 2.34) Suggests: containernetworking-plugins Breaks: docker.io (<< 1.12) Filename: pool/development/c/containerd/containerd_1.6.20~ds1-1+apertis0bv2024dev3b1_amd64.deb Size: 25910248 MD5sum: 7b1f3343ad4de7d01162970110e195de SHA1: 84f355f84f059eaaf47b48aebd070759a951124f SHA256: 345f78a7d50e979a115c50011b642921c790ee3d290ebdd6cc4f9408311f4062 SHA512: 61baa720c6aaa17757fc579ee86457d2c4c9796a283efb16d61e5dd7a5c8c8681c01ea912ffef82c1de032217490adabc1209fe34be8a608ea213039966c621a Description: open and reliable container runtime Containerd is an industry-standard container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux and Windows, which can manage the complete container life cycle of its host system: image transfer and storage, container execution and supervision, low-level storage and network attachments, etc. . Containerd is designed to be embedded into a larger system, rather than being used directly by developers or end-users. . This package contains the binaries. Built-Using: continuity (= 0.3.0-1+apertis0bv2024dev2b1), go-md2man-v2 (= 2.0.2+ds1-1+apertis0bv2024dev2b1), golang-1.19 (= 1.19.8-2+apertis0bv2024dev2b1), golang-blackfriday-v2 (= 2.1.0-1+apertis0bv2024dev2b1), golang-dbus (= 5.1.0-1+apertis0bv2024dev2b1), golang-fsnotify (= 1.6.0-2+apertis0bv2024dev2b1), golang-github-appc-cni (= 1.1.2-1+apertis0bv2024dev2b1), golang-github-beorn7-perks (= 1.0.1-1apertis0bv2024dev2b1), golang-github-blang-semver (= 4.0.0-1+apertis0bv2024dev2b1), golang-github-cespare-xxhash (= 2.1.1-2+apertis0bv2024dev2b1), golang-github-cilium-ebpf (= 0.9.1-1+apertis0bv2024dev2b1), golang-github-containerd-btrfs (= 1.0.0-1+apertis0bv2024dev2b1), golang-github-containerd-cgroups (= 1.0.4-1+apertis1bv2024dev2b1), golang-github-containerd-console (= 1.0.3-1+apertis0bv2024dev2b1), golang-github-containerd-fifo (= 1.1.0-1+apertis0bv2024dev3b1), golang-github-containerd-go-cni (= 1.1.7-2+apertis0bv2024dev2b1), golang-github-containerd-go-runc (= 1.0.0-1+apertis0bv2024dev2b1), golang-github-containerd-typeurl (= 1.0.2-1+apertis0bv2024dev2b1), golang-github-containernetworking-plugins (= 1.1.1+ds1-3+apertis0bv2024dev2b1), golang-github-containers-ocicrypt (= 1.0.3-1apertis0bv2024dev2b1), golang-github-coreos-bbolt (= 1.3.6-2+apertis1bv2024dev2b1), golang-github-coreos-go-systemd (= 22.3.2-1+apertis0bv2024dev2b1), golang-github-davecgh-go-spew (= 1.1.1-3+apertis0bv2024dev2b1), golang-github-docker-go-events (= 0.0~git20190806.e31b211-4+apertis0bv2024dev2b1), golang-github-docker-go-metrics (= 0.0.1-2+apertis0bv2024dev2b1), golang-github-docker-go-units (= 0.4.0-4+apertis0bv2024dev2b1), golang-github-docker-spdystream (= 0.2.0-1apertis0bv2024dev2b1), golang-github-emicklei-go-restful (= 3.10.2-1+apertis0bv2024dev3b1), golang-github-fullsailor-pkcs7 (= 0.0~git20210826.33d0574-2+apertis0bv2024dev2b1), golang-github-go-logr-logr (= 1.2.3-1+apertis0bv2024dev2b1), golang-github-gogo-googleapis (= 1.4.0-2+apertis0bv2024dev2b1), golang-github-golang-protobuf-1-3 (= 1.3.5-4+apertis0bv2024dev2b1), golang-github-google-go-cmp (= 0.5.9-1+apertis0bv2024dev2b1), golang-github-google-gofuzz (= 1.2.0-1apertis0bv2024dev2b1), golang-github-google-uuid (= 1.3.0-1+apertis1bv2024dev2b1), golang-github-grpc-ecosystem-go-grpc-prometheus (= 1.2.0+git20191002.6af20e3-3apertis0bv2024dev2b1), golang-github-hashicorp-errwrap (= 1.1.0-1apertis0bv2024dev2b1), golang-github-hashicorp-go-multierror (= 1.1.1-2+apertis0bv2024dev2b1), golang-github-imdario-mergo (= 0.3.12-1+apertis0bv2024dev2b1), golang-github-intel-goresctrl (= 0.3.0-2+apertis0bv2024dev2b1), golang-github-json-iterator-go (= 1.1.12-1+apertis0bv2024dev2b1), golang-github-klauspost-compress (= 1.15.12+ds1-3+apertis0bv2024dev2b1), golang-github-moby-locker (= 1.0.1-3+apertis0bv2024dev2b1), golang-github-moby-sys (= 0.0~git20220606.416188a-1+apertis0bv2024dev2b1), golang-github-modern-go-concurrent (= 1.0.3-1.1apertis0bv2024dev2b1), golang-github-modern-go-reflect2 (= 1.0.2-2+apertis0bv2024dev2b1), golang-github-opencontainers-go-digest (= 1.0.0-2+apertis0bv2024dev2b1), golang-github-opencontainers-image-spec (= 1.1.0~rc2-3+apertis0bv2024dev3b1), golang-github-opencontainers-selinux (= 1.10.0+ds1-1+apertis0bv2024dev2b1), golang-github-opencontainers-specs (= 1.0.2.118.g5cfc4c3-1+apertis0bv2024dev2b1), golang-github-pelletier-go-toml (= 1.9.4-1+apertis0bv2024dev2b1), golang-github-pkg-errors (= 0.9.1-2+apertis0bv2024dev2b1), golang-github-prometheus-client-golang (= 1.14.0-3+apertis1bv2024dev2b1), golang-github-prometheus-client-model (= 0.3.0-3+apertis0bv2024dev2b1), golang-github-prometheus-common (= 0.39.0-2+apertis0bv2024dev2b1), golang-github-prometheus-procfs (= 0.8.0-3+apertis0bv2024dev2b1), golang-github-spf13-pflag (= 1.0.6~git20210604-d5e0c0615ace-1+apertis0bv2024dev2b1), golang-github-urfave-cli (= 1.22.9-2+apertis0bv2024dev2b1), golang-github-vishvananda-netlink (= 1.1.0.125.gf243826-4+apertis0bv2024dev2b1), golang-github-vishvananda-netns (= 0.0~git20211101.5004558-1+apertis0bv2024dev2b1), golang-go-patricia (= 2.3.1-1+apertis1bv2024dev2b2), golang-go-zfs (= 3.0.0-1+apertis0bv2024dev2b1), golang-go.crypto (= 1:0.4.0-1+apertis0bv2024dev2b1), golang-gogoprotobuf (= 1.3.2-3+apertis0bv2024dev2b1), golang-gogottrpc (= 1.1.1-1+apertis0bv2024dev3b1), golang-golang-x-net (= 1:0.7.0+dfsg-1+apertis0bv2024dev2b1), golang-golang-x-oauth2 (= 0.3.0-1+apertis0bv2024dev2b1), golang-golang-x-sync (= 0.1.0-1+apertis0bv2024dev2b1), golang-golang-x-sys (= 0.3.0-1+apertis0bv2024dev2b1), golang-golang-x-term (= 0.3.0-1+apertis0bv2024dev2b1), golang-golang-x-text (= 0.7.0-1+apertis0bv2024dev2b1), golang-golang-x-time (= 0.3.0-1+apertis0bv2024dev2b1), golang-google-genproto (= 0.0~git20200413.b5235f6-3+apertis0bv2024dev2b1), golang-google-grpc (= 1.33.3-2+apertis1bv2024dev2b1), golang-google-protobuf (= 1.28.1-3+apertis0bv2024dev2b1), golang-gopkg-inf.v0 (= 0.9.1-2+apertis0bv2024dev2b1), golang-gopkg-square-go-jose.v2 (= 2.6.0-2+apertis1bv2024dev2b1), golang-k8s-klog (= 2.80.1-2+apertis0bv2024dev2b1), golang-k8s-sigs-structured-merge-diff (= 4.1.2+ds1-2+apertis0bv2024dev2b1), golang-k8s-sigs-yaml (= 1.3.0-1+apertis1bv2024dev2b1), golang-logrus (= 1.9.0-1+apertis0bv2024dev2b1), golang-opentelemetry-otel (= 1.1.0-2+apertis0bv2024dev2b1), golang-protobuf-extensions (= 1.0.1-3+apertis0bv2024dev2b1), golang-yaml.v2 (= 2.4.0-4+apertis1bv2024dev2b1), gotest.tools (= 3.0.3-1apertis0bv2024dev2b1), runc (= 1.1.5+ds1-1+apertis0bv2024dev3b1) Homepage: https://containerd.io/ Package: containerd-dbgsym Priority: optional Section: debug Installed-Size: 41797 Maintainer: Debian Go Packaging Team Architecture: amd64 Source: containerd Version: 1.6.20~ds1-1+apertis0bv2024dev3b1 Depends: containerd (= 1.6.20~ds1-1+apertis0bv2024dev3b1) Filename: pool/development/c/containerd/containerd-dbgsym_1.6.20~ds1-1+apertis0bv2024dev3b1_amd64.deb Size: 27303400 MD5sum: 16c3559c512fdef78584e078679a0351 SHA1: cd44a577ce85fd95a63aa7e7c01fa83a6c92afb5 SHA256: 61f832ea7c28294b4ab7520fe09ac67513e216864d7e92f2c39026b482225f5e SHA512: 5fff9f4f53cd356ee4aca7d845efa33cd1af890ea6b5daadcffb2270fef01893c1a62a0b6b4b77ecd3b8894df0363c22b8cbaa61c8702db25bc5a7fe2c91f28e Description: debug symbols for containerd Auto-Built-Package: debug-symbols Build-Ids: 25a24e2a10c78223dd7c7b2204a6f801af839f4f 48f2c36a1dd38759adb7b66441a1794fd0b237b3 bf06d3deecc46f6e42acd01483a1bb5febd11b1a f3071c1283891a95d4365b5b0cd1dfe5ced7ce43 f7ba6fdaa255654f0253ac0dcdf2b8731065ea8a Package: containers-storage Priority: optional Section: devel Installed-Size: 6526 Maintainer: Debian Go Packaging Team Architecture: amd64 Source: golang-github-containers-storage Version: 1.43.0+ds1-8+apertis0bv2024dev3b1 Depends: libc6 (>= 2.34), libdevmapper1.02.1 (>= 2:1.02.97) Filename: pool/development/g/golang-github-containers-storage/containers-storage_1.43.0+ds1-8+apertis0bv2024dev3b1_amd64.deb Size: 2122620 MD5sum: 381e84132530e19b31a19d02d920a67c SHA1: da61a783f9c60ff92937d4385f91a9f425ca3706 SHA256: 4d967a19a1afafdd937749ec84d3545d87e68de24b64b0d7deb75848f80c2a6b SHA512: 9c04e9524b0a1304773fef448d733de74866f1ee9ae16cd76f3261ce54862fdae276e70457651e63888157dbf4bcb9156dcee16a4b2526727cfddc11c80611c9 Description: CLI tools for handling how containers are stored on disk storage is a Go library which aims to provide methods for storing filesystem layers, container images, and containers. A containers-storage CLI wrapper is also included for manual and scripting use. . This package contains the CLI tools. Built-Using: golang-1.19 (= 1.19.8-2+apertis0bv2024dev2b1), golang-github-cespare-xxhash (= 2.1.1-2+apertis0bv2024dev2b1), golang-github-containerd-stargz-snapshotter (= 0.12.0-2+apertis1bv2024dev3b1), golang-github-cyphar-filepath-securejoin (= 0.2.3-1+apertis0bv2024dev2b1), golang-github-davecgh-go-spew (= 1.1.1-3+apertis0bv2024dev2b1), golang-github-docker-go-units (= 0.4.0-4+apertis0bv2024dev2b1), golang-github-google-go-intervals (= 0.0.2-2+apertis1bv2024dev3b1), golang-github-google-uuid (= 1.3.0-1+apertis1bv2024dev2b1), golang-github-hashicorp-errwrap (= 1.1.0-1apertis0bv2024dev2b1), golang-github-hashicorp-go-multierror (= 1.1.1-2+apertis0bv2024dev2b1), golang-github-json-iterator-go (= 1.1.12-1+apertis0bv2024dev2b1), golang-github-klauspost-compress (= 1.15.12+ds1-3+apertis0bv2024dev2b1), golang-github-klauspost-pgzip (= 1.2.5-2+apertis0bv2024dev3b1), golang-github-mattn-go-shellwords (= 1.0.10-2apertis0bv2024dev2b1), golang-github-moby-sys (= 0.0~git20220606.416188a-1+apertis0bv2024dev2b1), golang-github-modern-go-concurrent (= 1.0.3-1.1apertis0bv2024dev2b1), golang-github-modern-go-reflect2 (= 1.0.2-2+apertis0bv2024dev2b1), golang-github-opencontainers-go-digest (= 1.0.0-2+apertis0bv2024dev2b1), golang-github-opencontainers-selinux (= 1.10.0+ds1-1+apertis0bv2024dev2b1), golang-github-opencontainers-specs (= 1.0.2.118.g5cfc4c3-1+apertis0bv2024dev2b1), golang-github-pmezard-go-difflib (= 1.0.0-3apertis0bv2024dev2b1), golang-github-ulikunitz-xz (= 0.5.6-2+apertis1bv2024dev2b1), golang-github-vbatts-tar-split (= 0.11.2+ds1-1+apertis0bv2024dev2b1), golang-go-patricia (= 2.3.1-1+apertis1bv2024dev2b2), golang-go-zfs (= 3.0.0-1+apertis0bv2024dev2b1), golang-gocapability-dev (= 0.0+git20200815.42c35b4-2+apertis0bv2024dev2b1), golang-golang-x-net (= 1:0.7.0+dfsg-1+apertis0bv2024dev2b1), golang-golang-x-sync (= 0.1.0-1+apertis0bv2024dev2b1), golang-golang-x-sys (= 0.3.0-1+apertis0bv2024dev2b1), golang-gopkg-yaml.v3 (= 3.0.1-3+apertis1bv2024dev2b1), golang-logrus (= 1.9.0-1+apertis0bv2024dev2b1), golang-testify (= 1.8.1-1+apertis1bv2024dev2b1), golang-toml (= 1.2.0-2+apertis0bv2024dev2b1), runc (= 1.1.5+ds1-1+apertis0bv2024dev3b1) Homepage: https://github.com/containers/storage Package: containers-storage-dbgsym Priority: optional Section: debug Installed-Size: 2831 Maintainer: Debian Go Packaging Team Architecture: amd64 Source: golang-github-containers-storage Version: 1.43.0+ds1-8+apertis0bv2024dev3b1 Depends: containers-storage (= 1.43.0+ds1-8+apertis0bv2024dev3b1) Filename: pool/development/g/golang-github-containers-storage/containers-storage-dbgsym_1.43.0+ds1-8+apertis0bv2024dev3b1_amd64.deb Size: 2330284 MD5sum: 8972850c0931337306477163b2d43cf6 SHA1: 749c0db04d14e3ebc65351a973b486d8c1b88043 SHA256: 73e8d64dc975858816c3af01f62ad29282b895b7ccdf3226c3017234e372d23b SHA512: aa033cf683938878958a6a9c20985d86bd4a3f442731cacd28351814a4862c749abb38363cd2fb2fe9a19358ada8947b58b295d0298b155ca4c76c4d14c62ec0 Description: debug symbols for containers-storage Auto-Built-Package: debug-symbols Build-Ids: 87e0afa4af6446f11132d310bf476cb64be13312 Package: coreutils Essential: yes Priority: required Section: utils Installed-Size: 17631 Maintainer: Michael Stone Architecture: amd64 Version: 9.1-1+apertis0bv2024dev2b1 Pre-Depends: libacl1 (>= 2.2.23), libattr1 (>= 1:2.4.44), libc6 (>= 2.34), libgmp10 (>= 2:6.2.1+dfsg1), libselinux1 (>= 3.1~) Filename: pool/development/c/coreutils/coreutils_9.1-1+apertis0bv2024dev2b1_amd64.deb Size: 2833456 MD5sum: ee31992e0bb1eec4cbb62a2d1b672b34 SHA1: f9ffca2c7c2a98e719af5008bad88c3edaae7697 SHA256: 2509099339c23bf9fcbbff6e370e5c48e439b1178ec862c1fcd34ea1e1d4df3c SHA512: 139038099fb8c13443465291179ef7762f70346b14af618cd291e05b063b582577ca63ba4ae5a7ccc71b7ee4554c0f74d2ab5902704a9b5e62fcad4bca6683e5 Description: GNU core utilities This package contains the basic file, shell and text manipulation utilities which are expected to exist on every operating system. . Specifically, this package includes: arch base64 basename cat chcon chgrp chmod chown chroot cksum comm cp csplit cut date dd df dir dircolors dirname du echo env expand expr factor false flock fmt fold groups head hostid id install join link ln logname ls md5sum mkdir mkfifo mknod mktemp mv nice nl nohup nproc numfmt od paste pathchk pinky pr printenv printf ptx pwd readlink realpath rm rmdir runcon sha*sum seq shred sleep sort split stat stty sum sync tac tail tee test timeout touch tr true truncate tsort tty uname unexpand uniq unlink users vdir wc who whoami yes Homepage: http://gnu.org/software/coreutils Multi-Arch: foreign Package: coreutils-dbgsym Priority: optional Section: debug Installed-Size: 8535 Maintainer: Michael Stone Architecture: amd64 Source: coreutils Version: 9.1-1+apertis0bv2024dev2b1 Depends: coreutils (= 9.1-1+apertis0bv2024dev2b1) Filename: pool/development/c/coreutils/coreutils-dbgsym_9.1-1+apertis0bv2024dev2b1_amd64.deb Size: 6831944 MD5sum: 2f42808f3fbed9c8695fbc82ac253061 SHA1: 2165a57a8dd9bad14d7cd4534213a510e88881a8 SHA256: 538db86d4af85c685b21633b575db27971e4f9e7a3cef61691c1eb00a12068f2 SHA512: faeac2a6bb7786a4ea3ffefd6b51a42b415110c621d991d9a48bb2789cf6b07ac6e3e637df8f888273a75cd5269b358dd177faaa574cf29ad4f7a9dd27b57451 Description: debug symbols for coreutils Auto-Built-Package: debug-symbols Build-Ids: 0079639b97e36750e62f6ca65fe828c7ff17d7f3 00d469ecfaefc9d5923d40705a58baf796d9678f 0304d8cac965c10e95b4e76f882ef6b067be94ae 0793909abb0f32d26eafb0264308051b143b54ce 08f2133788e9bc047d5fb1662bc1b40d05090306 0a4b30c0c0be7f8ebd4d3e2e88e0f83ff1aae338 0cbe03df9caa5769cbb66910c393e7ea534b39b9 0f865f97b1f8adccfaf24586e11c8eaf2550c4d9 13d2044124b994c331dd4cd2065c132f93fa67b0 160c50ba07a885987ad0609b87521c3b8f30fce4 16f69bff7893ab5a24eb5569e39639a20dc31cad 1752c606aafa8a363f043d11715b3ed0fc464908 1a80381df82ac46406e92ba356576b7a303dc1c5 1ea627f42185c8dcde1ccda4922f0d8957152ce6 1f62a6d30b3b45164a973c6d4f1881610bbb83cf 24c0bd7761bc643189d250dc777063936f8d7312 266b50415f9ddd1aba2c8b12439ff90e18015dc1 2675bfef6996a9c21e26ca47afde89c233daf40f 2816a61c21fa42d0c270f1d72b171bec3069cb33 2a7a2fd2acea0dd6e274bdbd5332156a302f3088 2bdec8e8f3d09dc7616861e440e3c16f1f6b2287 2dd9eabbd503596b10f9e1edf164fcbb46ad749e 30a57e0c8f322bf5e02a3a0b7735f6dd1bda6376 320556738aa824bac2fed27441cc039d2d2a38fa 3874b442b02462b950217d6707782ddd94600344 3885756cce4aad569900431800fa4e41123aa036 4016f255b3cce2f0fac0f5b350a9131d32de6136 4179437567023c9f242cda8b73be048f60578614 44517ff58da76afaccc16a37f53528966baaca6b 4559b20ce3c7569a9db43db1d93c9bc99cf4959a 4e4b17bae36d717062ff4e08d480adac4cf9ea0d 4ec2721f425d8b2fa598e9c96bc43dbf552145f2 5243cf2b0b0bd52cf8f09ebf536603e737439f3f 528f7ae40d42359ad529ae1511bdc9b5fd229576 5540e936d15e2688416aef9d061c1deb5fd5dea1 5948e464f0b124c288b84b41c53e1017522015cd 5b0a819af22be3454d6eff0f8d30d922740703b1 5cee660ccdaf61d85c4184e9d31b900af9a23cf7 5e45ef9eb8c03ac7745e425b520bd75ee90e396c 5f23ec319af787291e44927a01e47504331f8190 651fd1279236883706c8112349adc3d7efd6a739 67c3afd5ef484b1cb0483f9a084e699b82dcbbcc 68710f10a174fd8766c15d15529ed660a6125047 6a9d30126de244bfec5a6b0501ebbcc52f0b604c 6d39a7c508697299a1ddacc10b371f50859ff5be 6fd6df4643342e53778ac1a81f4b49f2cf972d1c 717a6320eec91616e1d43fbf9db1d0fc3880fac5 73b5124a24daf2707e0f6e7f0aafd7d434925a58 74662f8831550875f16c71480fecc4d5df3eb4fc 75f946e6aa96d11ab4d4a311a8dcf85bee63e145 77a7f063fc4b9b8457d267a879999d7819c809cb 786be8ea892764b2c24aa69f3ef50d83d4db2efa 817e673a158f398edc69b5d426226ec3bc59380f 84cdcdad767874f9591683b49ddc50378c3cdc7a 895da0cab350748778411a12025819c8c35fb8b0 8be563629e0c7b01a95f4d8cb494b6e1675d9a52 8d12fb40682f6580ba13ef235a43fac634bd68b1 8e4ba08dcce3ed007d5273fe1c1f46fb598cafca 8e8ff233510bcf948ae9fd9bc43c34b550a1f4f1 93e0c9902ec19eca64cdd20ee428f08dc7e4154e 9452d5986506e543ed88e8c94942f0c69a9df7dc 947518f59a6d00928854bfd3bc57c2d65f5e9f48 950fd14247bf05d0d9976a5b0c7a8b4198fac2ed 9591f760b6ec81f16f1c49258223c547a586c98d 99898914f2ca9ba5606b0e6735394ba80305f03c 9e8a7b94d8471a0823d88c594ee27a84d8d56388 9f080be6dd716acaf3ce1b4d078da42ed8fb3cdc a46b07d5736ddea01d3907e3185cc8ef6bb2a942 a4f78fea3c8db49c2b857d2f9cbf31513714a24a a811d71d35b19849d9a4f7170d3311604ff10210 aa8918ba91185d9f31eb606036bff06c7e56c5b7 aeb3f7db865d9a89fd8b90633859644c0a859625 aeeb95680ebe2a3ab6baed5f8f19e92d4d714568 af2a99806736c259b4f88a7453a064076bcf78ba b2723c39a903014168377da48b53e0164ef42055 b3681821d7b1fb0f9658caf108dcbf8a6798188c b612336b2c3f0fd7bec2a63e51f728dd591ca215 bd5706962e092c15594d3d036f28e5fb41dcd12f bf72d3bf3fdc2380fb5278dffb4f283d86eb2a4b c01bd3574e64ca334223affadcf27b6781f05c11 c077e03d1e4f4063b9cb86eca5aa3db435fcec3a c0b234ea2e8d915a23c86d075af241292d1c73c8 c1aa19b44edbbdf359a3a5dc825a412bbcb336a3 c97211947729b4a2b43fdb29d5ca985cb6f078c3 ca129efdbe3d4cd0a9cb46156b981ddb2651c1f2 cb1a46ec8f4bed662dd177a9b10ce1a0269943e0 cc7cbec8d99b9b27242f599dc559add7100c4f7d cca8585c5628931cf541b1946ca3568e3e75bbc9 cea44fe6d16d2efedcb7c631ee38883d1d815fb5 cfd4a48169edb4840f92dd7b500e02b698ef4662 d103901ec55c7a961c8008b1dc81f35526f5807c d259cc60c7e240db05c7bcfdfb7eca0a51025260 d6f6c00f508bb232db192cb25f3b97e63264dc82 dc9ea7e977b68d804d9d7b48885033f0d50c0fe7 decbdaa2ce3a18ea1b9c1e1616b0e18bf29dd2f4 e32e80113dfa6e16d3147d98d684e69c089123eb e4d40f7c459d6c24b7e23b12debb1dff3aa5f9a5 eb39697592f460d7a58e32530c4653ebda7ff2cb f06c8c9bcb0a5a9cafca80966ac592126313cf7a f3dbfee20864207772c27d77a9ce6587509e8a57 f55354ae7549a4fe9143bd9d7172dec1c7a61e96 f70907391f1339212d8a56cadb47c3b51523a9c1 f7b9a32096b37554db1a232f0e88a2f7921724dc f8ace83de1c04dc471085f81cc5307c8931a5c07 fa5e678679fac02de446df98a04b210cfea220a8 fc425bb53d91924ee09f9c2fe2d7dbcc31e96727 Package: corosync Priority: optional Section: admin Installed-Size: 943 Maintainer: Debian HA Maintainers Architecture: amd64 Version: 3.1.7-1+apertis0bv2024dev2b1 Depends: libc6 (>= 2.34), libcfg7 (>= 3.1.1), libcmap4 (>= 2.99.3), libcorosync-common4 (>= 1.99.9), libcpg4 (>= 1.1.0), libknet1 (>= 1.18), libnozzle1 (>= 1.6), libqb100 (>= 2.0.3), libquorum5 (>= 1.99.9), libstatgrab10 (>= 0.92.1), libsystemd0, libvotequorum8 (>= 2.4.2), lsb-base (>= 3.0-6), adduser, xsltproc Pre-Depends: init-system-helpers (>= 1.54~) Filename: pool/development/c/corosync/corosync_3.1.7-1+apertis0bv2024dev2b1_amd64.deb Size: 498660 MD5sum: daae553d883163bf023ff16f02a0578d SHA1: 2e9adbbce80f503751b9da5808a6a49fc4a5f02b SHA256: e42f79ae378d810a09542a4d86f216c354a0031a1677cd6613718469781da83e SHA512: 1444da73d30bb61491547fbe4741929c870cb965fd6ab38c6bcbb78718dc99d00c21556069aabc78e079a56cea5674cc68ce425dcf2122265c7d87aa2ceb4140 Description: cluster engine daemon and utilities The Corosync Cluster Engine is a Group Communication System with additional features for implementing high availability within applications. The project provides four C Application Programming Interface features: . * A closed process group communication model with virtual synchrony guarantees for creating replicated state machines. * A simple availability manager that restarts the application process when it has failed. * A configuration and statistics in-memory database that provide the ability to set, retrieve, and receive change notifications of information. * A quorum system that notifies applications when quorum is achieved or lost. . This package contains the Corosync daemon and some administration tools. Homepage: https://corosync.github.io/corosync/ Package: corosync-dbgsym Priority: optional Section: debug Installed-Size: 830 Maintainer: Debian HA Maintainers Architecture: amd64 Source: corosync Version: 3.1.7-1+apertis0bv2024dev2b1 Depends: corosync (= 3.1.7-1+apertis0bv2024dev2b1) Filename: pool/development/c/corosync/corosync-dbgsym_3.1.7-1+apertis0bv2024dev2b1_amd64.deb Size: 736048 MD5sum: 15d19cbb21db7db6da2054a8892fa6d9 SHA1: a18ef5098f1e956f0f1aec138dfc157d34c32cd0 SHA256: ba26c5907f73c01cd5f2d6647b103973383e3ffeb2ce9d1fe3670be81e8756b3 SHA512: 81ebf34d5a6b160c84692e603c3aa79987bf09d2e6471fc0d32b02b98957518ed95ad28e0978e207d97f3c24307505c2099aaf1a664368559362fdee04e964c0 Description: debug symbols for corosync Auto-Built-Package: debug-symbols Build-Ids: 143a25df763ab4fa3890dcf51b732707e614f1f5 495868ee589bdc82b89d495bb6c713981ade66c1 5e067128a854f4788ce65f736b630d7f0e7ea1fb 66ee81407423f4219eeaf2fd57640382e88b0d72 bbe13d94e91aa5eb2162c777d873cf960a6fc49f c8510a938e5d2a0cbfaa47431bfee02d91949c55 Package: corosync-doc Priority: optional Section: doc Installed-Size: 30930 Maintainer: Debian HA Maintainers Architecture: all Source: corosync Version: 3.1.7-1+apertis0bv2024dev2b1 Recommends: w3m | www-browser Filename: pool/development/c/corosync/corosync-doc_3.1.7-1+apertis0bv2024dev2b1_all.deb Size: 10476012 MD5sum: 2e6966ba7712f1e9180d15ab6b2150c9 SHA1: a0c5fc111a94c7f4e11f81b4d2019faf9f3536e6 SHA256: e784451ac053990a5d8e0d6623813edcef0f406c8e3feea8538e9fc2e9a0bfee SHA512: 6166349ef6528c7c0b87d0fb13a77d770201d8b5b07f5521d200186f9a11fb265e50e737868c732655ca2d7d424b3c75ca12be0ae06110e8c724be88d0bed5e2 Description: cluster engine HTML documentation The Corosync Cluster Engine is a Group Communication System with additional features for implementing high availability within applications. The project provides four C Application Programming Interface features: . * A closed process group communication model with virtual synchrony guarantees for creating replicated state machines. * A simple availability manager that restarts the application process when it has failed. * A configuration and statistics in-memory database that provide the ability to set, retrieve, and receive change notifications of information. * A quorum system that notifies applications when quorum is achieved or lost. . This package contains the Corosync HTML manuals and the API documentation generated by Doxygen. Homepage: https://corosync.github.io/corosync/ Multi-Arch: foreign Package: corosync-notifyd Priority: optional Section: admin Installed-Size: 323 Maintainer: Debian HA Maintainers Architecture: amd64 Source: corosync Version: 3.1.7-1+apertis0bv2024dev2b1 Depends: libc6 (>= 2.34), libcfg7 (>= 2.99.5), libcmap4 (>= 2.99.3), libcorosync-common4 (>= 1.99.9), libdbus-1-3 (>= 1.9.14), libqb100 (>= 2.0.3), libquorum5 (>= 1.99.9), libsnmp40 (>= 5.9.3+dfsg), libsystemd0, corosync, lsb-base (>= 3.0-6) Pre-Depends: init-system-helpers (>= 1.54~) Recommends: dbus Filename: pool/development/c/corosync/corosync-notifyd_3.1.7-1+apertis0bv2024dev2b1_amd64.deb Size: 268896 MD5sum: 6231f06d9b1d0dd19a6f3b2806816c77 SHA1: a47477b0e7ea655d9c0b7d9f6e510b795e8e2475 SHA256: 35e8e551f8d6859ec9ccc3e2632b42495884f8872432515c0012d050fafb851e SHA512: 739c692968a98554c73b3a1c4a3ac8bcea92c1e5e2d954ddb2b6ba3d8fd504b80138c4b8fabbae4f479adb8a7045adaa388d3d917ed10607e6999de1c3e53635 Description: cluster engine notification daemon The Corosync Cluster Engine is a Group Communication System with additional features for implementing high availability within applications. The project provides four C Application Programming Interface features: . * A closed process group communication model with virtual synchrony guarantees for creating replicated state machines. * A simple availability manager that restarts the application process when it has failed. * A configuration and statistics in-memory database that provide the ability to set, retrieve, and receive change notifications of information. * A quorum system that notifies applications when quorum is achieved or lost. . This package contains the DBus/SNMP notification daemon for Corosync events. Homepage: https://corosync.github.io/corosync/ Package: corosync-notifyd-dbgsym Priority: optional Section: debug Installed-Size: 132 Maintainer: Debian HA Maintainers Architecture: amd64 Source: corosync Version: 3.1.7-1+apertis0bv2024dev2b1 Depends: corosync-notifyd (= 3.1.7-1+apertis0bv2024dev2b1) Filename: pool/development/c/corosync/corosync-notifyd-dbgsym_3.1.7-1+apertis0bv2024dev2b1_amd64.deb Size: 117196 MD5sum: 4a5a37ba4766af4a3e7b61c01c2b0188 SHA1: 41e4d0dc01e250dacb0bfdd9a49051c0e3f76fbd SHA256: 5b1fae18cec1472a8d8d308e9f0ca380cf1070014c307156f55555314dac12d3 SHA512: 744cbbf3928746c941096ca3377f6e0644b6509aaa9a278d1e7b59dbda026a2484f409adbc9e51666f42e67a698c407d4dd0f3cfbff61fb7f191c9fdce986d6f Description: debug symbols for corosync-notifyd Auto-Built-Package: debug-symbols Build-Ids: f154da250f326266c991a356a93e64d8bc419859 Package: corosync-vqsim Priority: optional Section: admin Installed-Size: 424 Maintainer: Debian HA Maintainers Architecture: amd64 Source: corosync Version: 3.1.7-1+apertis0bv2024dev2b1 Depends: libc6 (>= 2.34), libcorosync-common4 (>= 1.99.9), libknet1 (>= 0.9), libqb100 (>= 2.0.3), libreadline8 (>= 6.0) Filename: pool/development/c/corosync/corosync-vqsim_3.1.7-1+apertis0bv2024dev2b1_amd64.deb Size: 310048 MD5sum: 5a52dbdd7ac31709784c1bf8cca367e2 SHA1: b4092fff383ebc13a5d96ddc1bb87dbbf7ff0720 SHA256: 2daca784a56e02945c8a4fafbf138c494d29975b0cfa44d6761bdd546baf66d9 SHA512: 2ce1d11b4eb0f43592f9b426c8f6ccb3182c85c70237245692ae26e338ca6c67a5412f5779499999eda167ede8e7aaebe2f6bb68ea93887469a5aba33105eece Description: cluster engine votequorum simulator The Corosync Cluster Engine is a Group Communication System with additional features for implementing high availability within applications. The project provides four C Application Programming Interface features: . * A closed process group communication model with virtual synchrony guarantees for creating replicated state machines. * A simple availability manager that restarts the application process when it has failed. * A configuration and statistics in-memory database that provide the ability to set, retrieve, and receive change notifications of information. * A quorum system that notifies applications when quorum is achieved or lost. . This package contains the Corosync votequorum simulator. It can simulate multiple nodes, network splits and a basic quorum device. Homepage: https://corosync.github.io/corosync/ Package: corosync-vqsim-dbgsym Priority: optional Section: debug Installed-Size: 295 Maintainer: Debian HA Maintainers Architecture: amd64 Source: corosync Version: 3.1.7-1+apertis0bv2024dev2b1 Depends: corosync-vqsim (= 3.1.7-1+apertis0bv2024dev2b1) Filename: pool/development/c/corosync/corosync-vqsim-dbgsym_3.1.7-1+apertis0bv2024dev2b1_amd64.deb Size: 270688 MD5sum: 49cd1a1e4c29cf2e5b41cde6f3060d04 SHA1: 94f47393bcf6b137b35237937ebde3650cab5e1a SHA256: 0ba6776653123f0dbc3f04fc32db040d367b41c14b5aa6b0de6e17ce5a1ae3a2 SHA512: 2b615a40afab551115ba60f4d50d0e298a334ca6039e52362ce1172a78c5242af755ad5c2dc1d9159e37ffdc79ad3c36a6b0b9c2d05ba6cbc83816da8ca20806 Description: debug symbols for corosync-vqsim Auto-Built-Package: debug-symbols Build-Ids: da0c7eff12fb2f617b362bb494d4980122343541 Package: cpio Priority: important Section: utils Installed-Size: 1141 Maintainer: Anibal Monsalve Salazar Architecture: amd64 Version: 2.13+dfsg-7.1+apertis1bv2024dev2b1 Replaces: cpio-mt Depends: libc6 (>= 2.34) Suggests: libarchive-dev Conflicts: cpio-mt, mt-st (<< 0.6) Filename: pool/development/c/cpio/cpio_2.13+dfsg-7.1+apertis1bv2024dev2b1_amd64.deb Size: 245584 MD5sum: 68d5827439c30004eac7c41a9cddaa07 SHA1: c25c16a6ccaac80ed66fb411b749926135510581 SHA256: c1233fa27d653c426bc49df1fd2826b35b8450d6dd23097ef3fb435d77b4779d SHA512: ada957e0b0b72bbaaa23b0f2f2065a229687fdc363d8eda45e73096c740702cd3af57e5926317b3a6204c32c83e5830e6fd9fe8e38a4379bca002b80b33eafa2 Description: GNU cpio -- a program to manage archives of files GNU cpio is a tool for creating and extracting archives, or copying files from one place to another. It handles a number of cpio formats as well as reading and writing tar files. Homepage: https://www.gnu.org/software/cpio/ Multi-Arch: foreign Package: cpp Priority: optional Section: interpreters Installed-Size: 31 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.203+apertis0bv2024preb1) Version: 4:12.2.0-3+apertis0bv2024preb1 Depends: cpp-12 (>= 12.2.0-1~) Suggests: cpp-doc Conflicts: cpp-doc (<< 1:2.95.3) Filename: pool/development/g/gcc-defaults/cpp_12.2.0-3+apertis0bv2024preb1_amd64.deb Size: 7156 MD5sum: 83fba40d35dad22e055906a64ddbeb1c SHA1: f25f67bd802cd67f62dc0788a5e6f4a84dc5e474 SHA256: 8e31c1a8c6fdd96d23615de88585125b5aedb9f3345603994c03c98bd94b035d SHA512: 91b831272d0fa5870f9481f4aaa3b16b5e2ee40b1663221a57d6f526e6e1aa49136ac49fc420959e00189568618b808df0be57a15723382777a55ff67293cb87 Description: GNU C preprocessor (cpp) The GNU C preprocessor is a macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor but not the compiler. . This is a dependency package providing the default GNU C preprocessor. Multi-Arch: allowed Package: cpp-11 Priority: optional Section: interpreters Installed-Size: 26029 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-11 Version: 11.3.0-12+apertis0bv2024preb1 Depends: gcc-11-base (= 11.3.0-12+apertis0bv2024preb1), libc6 (>= 2.34), libgmp10 (>= 2:6.2.1+dfsg1), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4) Suggests: gcc-11-locales (>= 11) Breaks: hardening-wrapper (<< 2.8+nmu3), libmagics++-dev (<< 2.28.0-4) Filename: pool/development/g/gcc-11/cpp-11_11.3.0-12+apertis0bv2024preb1_amd64.deb Size: 9179428 MD5sum: e115d08eadc25614bf0e2227ffe12db8 SHA1: 0956038979cb1c51a56803cd7905e94dd6f285e7 SHA256: 64727065d8e470825e39370fe5055b213cd27ad73dbfbca34c27e4208cf29900 SHA512: 6f74461f1994e66a6e4f973763a34b9eaaea0e2c5bcc2057c45e3c2d25c8a0c6610057d303e2fb4d99cfb9b8d58977f79876a020d8a15a0b764118c654faec71 Description: GNU C preprocessor A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor but not the compiler. Homepage: http://gcc.gnu.org/ Package: cpp-11-dbgsym Priority: optional Section: debug Installed-Size: 54350 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-11 Version: 11.3.0-12+apertis0bv2024preb1 Depends: cpp-11 (= 11.3.0-12+apertis0bv2024preb1) Filename: pool/development/g/gcc-11/cpp-11-dbgsym_11.3.0-12+apertis0bv2024preb1_amd64.deb Size: 51990664 MD5sum: 0a9116ab153f5b5f1905eeb2726f64bc SHA1: 8d56536a5938fafc6ba272ed1734043985c3b202 SHA256: e301babe7387d02cff31020a656e2eac7051ed3b6562ae81707e5de1244d5cb5 SHA512: b103bb695fc416f86d27ab8727ab68782baf2ccd68d53ec044af591d9ca6319e2070f918cf643391b71c33124172c6952bbd2512ead4948d6c77460643bdbd45 Description: debug symbols for cpp-11 Auto-Built-Package: debug-symbols Build-Ids: 1dc0d2802dadae3783abd5d3d4b83b418cb3c325 8532a04ab02a5bdbd71fffa6752c2215839bad9e Package: cpp-12-aarch64-linux-gnu Priority: optional Section: devel Installed-Size: 30083 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-12-cross (15+apertis1bv2024dev3b2) Version: 12.2.0-14+apertis1bv2024dev3b1cross1 Depends: gcc-12-aarch64-linux-gnu-base (= 12.2.0-14+apertis1bv2024dev3b1cross1), libc6 (>= 2.36), libgmp10 (>= 2:6.2.1+dfsg1), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4) Suggests: gcc-12-locales (>= 12), cpp-12-doc (>= 12) Breaks: libmagics++-dev (<< 2.28.0-4) Filename: pool/development/g/gcc-12-cross/cpp-12-aarch64-linux-gnu_12.2.0-14+apertis1bv2024dev3b1cross1_amd64.deb Size: 9157936 MD5sum: ab75c688ed311a8f2715df4d93c94423 SHA1: 838cc961d8608950d8f9580f1627340830bf8479 SHA256: 2dd0dbf1941531c46b30423fa8f94fc4289c09bbae562ebcc71caa0ff44512c7 SHA512: 89b7c4912123a2b81fb7b72a2a48b73a6fc3203ef3957f0de117ae73ddcd982835bf03110a71d41a7a75d6797f3d472e24887143092d1821d66d90250e317036 Description: GNU C preprocessor A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor but not the compiler. . This package contains preprocessor configured for arm64 architecture. Built-Using: gcc-12 (= 12.2.0-14+apertis1bv2024dev3b1) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: cpp-12-arm-linux-gnueabi Priority: optional Section: devel Installed-Size: 26814 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-12-cross (15+apertis1bv2024dev3b2) Version: 12.2.0-14+apertis1bv2024dev3b1cross1 Depends: gcc-12-arm-linux-gnueabi-base (= 12.2.0-14+apertis1bv2024dev3b1cross1), libc6 (>= 2.36), libgmp10 (>= 2:6.2.1+dfsg1), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4) Suggests: gcc-12-locales (>= 12), cpp-12-doc (>= 12) Breaks: libmagics++-dev (<< 2.28.0-4) Filename: pool/development/g/gcc-12-cross/cpp-12-arm-linux-gnueabi_12.2.0-14+apertis1bv2024dev3b1cross1_amd64.deb Size: 8668324 MD5sum: 229be1f64f337cab2c9d8e5f1ff8cc74 SHA1: 3673b8d00dd75ccf87e49128eeda67dc180027ba SHA256: b0db75be7f4593e1a92ca504883e49584aa6b94c0564dda3c281f9ecf9c06e8d SHA512: 503b663d6b1349931a9ac0b6536efb5ead93773a29dfbc105a1e58fa55eba37f3a2af959be37fbcf8bb2ee5cf3b0c53d9e7147e91b376996a1ecd57418cb9811 Description: GNU C preprocessor A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor but not the compiler. . This package contains preprocessor configured for armel architecture. Built-Using: gcc-12 (= 12.2.0-14+apertis1bv2024dev3b1) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: cpp-12-arm-linux-gnueabihf Priority: optional Section: devel Installed-Size: 26814 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-12-cross (15+apertis1bv2024dev3b2) Version: 12.2.0-14+apertis1bv2024dev3b1cross1 Depends: gcc-12-arm-linux-gnueabihf-base (= 12.2.0-14+apertis1bv2024dev3b1cross1), libc6 (>= 2.36), libgmp10 (>= 2:6.2.1+dfsg1), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4) Suggests: gcc-12-locales (>= 12), cpp-12-doc (>= 12) Breaks: libmagics++-dev (<< 2.28.0-4) Filename: pool/development/g/gcc-12-cross/cpp-12-arm-linux-gnueabihf_12.2.0-14+apertis1bv2024dev3b1cross1_amd64.deb Size: 8670212 MD5sum: 52a3fb45576e4ef63a119d3f39e048cc SHA1: 285544592b52d9ba92ea258e0106064a90a0b13e SHA256: f802937dc929b7c25a17f8b6fd65b6a87a64e9bce4bf8b734ca1d4fd2c2b2426 SHA512: 3eab0740df569f35eb7ecfb9314aa04e1dab63a2820313ea8813783dbff579c5f48e5cc12e024ba1c3866610ca7da4ed58a95d458ce121867071cd99d7d19bd6 Description: GNU C preprocessor A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor but not the compiler. . This package contains preprocessor configured for armhf architecture. Built-Using: gcc-12 (= 12.2.0-14+apertis1bv2024dev3b1) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: cpp-12-i686-linux-gnu Priority: optional Section: devel Installed-Size: 33854 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-12-cross (15+apertis1bv2024dev3b2) Version: 12.2.0-14+apertis1bv2024dev3b1cross1 Depends: gcc-12-i686-linux-gnu-base (= 12.2.0-14+apertis1bv2024dev3b1cross1), libc6 (>= 2.36), libgmp10 (>= 2:6.2.1+dfsg1), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4) Suggests: gcc-12-locales (>= 12), cpp-12-doc (>= 12) Breaks: libmagics++-dev (<< 2.28.0-4) Filename: pool/development/g/gcc-12-cross/cpp-12-i686-linux-gnu_12.2.0-14+apertis1bv2024dev3b1cross1_amd64.deb Size: 9771416 MD5sum: f5e4798cf393594b29ae27915583d7ce SHA1: 39071748c5438541cc9c46c660a80555fe7e916e SHA256: 979f227825969ab3b59ae3b5389d0c0065be26437ce13c451d6ca8775e3d0ab8 SHA512: 71601ff5b841ac59e2a0037d52f39defced5d7d1109e54ab0afc07dc07f52f8864d6facab1b89cb7a9dde4105db9f72fba20589fb6178b11915099e4b69bdb1b Description: GNU C preprocessor A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor but not the compiler. . This package contains preprocessor configured for i386 architecture. Built-Using: gcc-12 (= 12.2.0-14+apertis1bv2024dev3b1) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: cpp-aarch64-linux-gnu Priority: optional Section: interpreters Installed-Size: 17 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.203+apertis0bv2024preb1) Version: 4:12.2.0-3+apertis0bv2024preb1 Depends: cpp-12-aarch64-linux-gnu (>= 12.2.0-1~) Suggests: cpp-doc Filename: pool/development/g/gcc-defaults/cpp-aarch64-linux-gnu_12.2.0-3+apertis0bv2024preb1_amd64.deb Size: 4308 MD5sum: 7f4437822e312375b6d78ee08d4a5bf3 SHA1: ca991220d2ef2782f2d7a19750c39cb9fba84328 SHA256: beeefa3af33ead7e745f64aa00a789e06c0400ecfda5e7418fc865948263215a SHA512: caa35118a7485d8296f8e4f225b59846f50e0f5ad3e396c405bddfb1c8ff68e82cadcb363fcac966b483b20fe437c423ae6aa66124449a00052740bdac370c20 Description: GNU C preprocessor (cpp) for the arm64 architecture The GNU C preprocessor is a macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor but not the cross-compiler for arm64 architecture. . This is a dependency package providing the default GNU C preprocessor for the arm64 architecture. Multi-Arch: foreign Package: cpp-arm-linux-gnueabi Priority: optional Section: interpreters Installed-Size: 17 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.203+apertis0bv2024preb1) Version: 4:12.2.0-3+apertis0bv2024preb1 Depends: cpp-12-arm-linux-gnueabi (>= 12.2.0-1~) Suggests: cpp-doc Filename: pool/development/g/gcc-defaults/cpp-arm-linux-gnueabi_12.2.0-3+apertis0bv2024preb1_amd64.deb Size: 4308 MD5sum: 2ddae64a259add42522070e4225ee200 SHA1: dc0c0eae44e1b016e715bd40ed732492723d7694 SHA256: 217c88ff97d1a219b529aa15cf58e6eb212f51364ec8aff49c9788c2490240ea SHA512: 4889eb592ddc0424e6b9c29d4a5cab09102634133776251d314317bc1e1bdb6b25cc90c138bcc0f69ba8dfbcd8c71c1cadee765d2c5d0e43eb663127fa89b5ba Description: GNU C preprocessor (cpp) for the armel architecture The GNU C preprocessor is a macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor but not the cross-compiler for armel architecture. . This is a dependency package providing the default GNU C preprocessor for the armel architecture. Multi-Arch: foreign Package: cpp-arm-linux-gnueabihf Priority: optional Section: interpreters Installed-Size: 17 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.203+apertis0bv2024preb1) Version: 4:12.2.0-3+apertis0bv2024preb1 Depends: cpp-12-arm-linux-gnueabihf (>= 12.2.0-1~) Suggests: cpp-doc Filename: pool/development/g/gcc-defaults/cpp-arm-linux-gnueabihf_12.2.0-3+apertis0bv2024preb1_amd64.deb Size: 4308 MD5sum: d3ecdc4d84a98b749b0c5f6124d7f90a SHA1: a68c69f97ec6e35c777b323c4f55ec6cc19b468e SHA256: 00ef4cadc349b316db1c494fe81246d8f3f9b3319c0809b5239dabaf13d16f3f SHA512: 244ee607b070fb6b4fe27935f36ebba4508d7cb768fb324fd300eae3d314f8f2a5af1c106a35132d7c38cce4db711a43592dca4f86cadbf5f8692d2c268568e9 Description: GNU C preprocessor (cpp) for the armhf architecture The GNU C preprocessor is a macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor but not the cross-compiler for armhf architecture. . This is a dependency package providing the default GNU C preprocessor for the armhf architecture. Multi-Arch: foreign Package: cpp-i686-linux-gnu Priority: optional Section: interpreters Installed-Size: 17 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.203+apertis0bv2024preb1) Version: 4:12.2.0-3+apertis0bv2024preb1 Depends: cpp-12-i686-linux-gnu (>= 12.2.0-1~) Suggests: cpp-doc Filename: pool/development/g/gcc-defaults/cpp-i686-linux-gnu_12.2.0-3+apertis0bv2024preb1_amd64.deb Size: 4300 MD5sum: 751a05101c0bdaea06fa5d738a59b868 SHA1: 7cb5752a1d11432bf3e324dd7ab512840103a88c SHA256: f0bdd046491d096c8a8115a378d4f7fd79d79df3d60d16fbd11be215633287be SHA512: b99d88fb76010123f0e114d2c67c2c0c8bb9201ff8d16c836e0a471a8d0afa0638e7154cd6c32dbac407c9052805065f6ecef6a9caa1884454c8293eb0de479f Description: GNU C preprocessor (cpp) for the i386 architecture The GNU C preprocessor is a macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor but not the cross-compiler for i386 architecture. . This is a dependency package providing the default GNU C preprocessor for the i386 architecture. Multi-Arch: foreign Package: cpp-powerpc64le-linux-gnu Priority: optional Section: interpreters Installed-Size: 17 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.203+apertis0bv2024preb1) Version: 4:12.2.0-3+apertis0bv2024preb1 Depends: cpp-12-powerpc64le-linux-gnu (>= 12.2.0-1~) Suggests: cpp-doc Filename: pool/development/g/gcc-defaults/cpp-powerpc64le-linux-gnu_12.2.0-3+apertis0bv2024preb1_amd64.deb Size: 4316 MD5sum: 793fe3b28c81bb50708e4e54fde06ebc SHA1: 0de008cec1eea42aff838a5cc108aec0305a31b3 SHA256: 2066c59acb7dd303fe7d34d385801d6928fddda7f7dc55b8e6cd57d076ae9c4a SHA512: 53f24664abc3acac09c13f8e7a2392e5c6df4e5b31bebc65cc1289d6fa9a2acc15c462236380ca3fd5a85372e254412d5ca775bca7587d0277c2b949388c0743 Description: GNU C preprocessor (cpp) for the ppc64el architecture The GNU C preprocessor is a macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor but not the cross-compiler for ppc64el architecture. . This is a dependency package providing the default GNU C preprocessor for the ppc64el architecture. Multi-Arch: foreign Package: cpp-s390x-linux-gnu Priority: optional Section: interpreters Installed-Size: 17 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.203+apertis0bv2024preb1) Version: 4:12.2.0-3+apertis0bv2024preb1 Depends: cpp-12-s390x-linux-gnu (>= 12.2.0-1~) Suggests: cpp-doc Filename: pool/development/g/gcc-defaults/cpp-s390x-linux-gnu_12.2.0-3+apertis0bv2024preb1_amd64.deb Size: 4308 MD5sum: 4850fa5360944a428352a1dae0609c8f SHA1: 6cf1d36b7cbea750f6674e2c8d619f60465f5022 SHA256: dd0ae83a11c5d3647e2445a1992f11a48bc3cc644b6d3792561218e50f886953 SHA512: f33b530427a993fdc0b41d804c3efc82653090a9c42a46e1a55afce298f417effac8d96ea9d4326f7ddd46eeb7847576c2a1e148082a967454f2f9b4c339664d Description: GNU C preprocessor (cpp) for the s390x architecture The GNU C preprocessor is a macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor but not the cross-compiler for s390x architecture. . This is a dependency package providing the default GNU C preprocessor for the s390x architecture. Multi-Arch: foreign Package: cppcheck Priority: optional Section: devel Installed-Size: 9635 Maintainer: Joachim Reichel Architecture: amd64 Version: 2.10-2+apertis0bv2024dev2b1 Depends: libc6 (>= 2.35), libgcc-s1 (>= 3.0), libpcre3, libstdc++6 (>= 11), libtinyxml2-9 (>= 8.0.0), python3:any, python3-pygments Suggests: cppcheck-gui, clang, clang-tidy Filename: pool/development/c/cppcheck/cppcheck_2.10-2+apertis0bv2024dev2b1_amd64.deb Size: 2084280 MD5sum: fde2c3bae220e2483acd128e64f161ea SHA1: 9108595d318602626c44f9a36b80e2335e449377 SHA256: cfa9ca67a197f0ee3d0a24971a3c4550e4fbfa553cdddb34f38e3c572e3e245c SHA512: 1ac6a423ce84656383929c94ea2fac581fc483c1acb02c22d0b0d1571639e642e1004513514af87d2f71aa71386085733fdfdfcc1e0f7bc12b41a808b21fcb7e 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. Homepage: https://sourceforge.net/p/cppcheck/wiki/Home/ Package: cppcheck-dbgsym Priority: optional Section: debug Installed-Size: 39859 Maintainer: Joachim Reichel Architecture: amd64 Source: cppcheck Version: 2.10-2+apertis0bv2024dev2b1 Depends: cppcheck (= 2.10-2+apertis0bv2024dev2b1) Filename: pool/development/c/cppcheck/cppcheck-dbgsym_2.10-2+apertis0bv2024dev2b1_amd64.deb Size: 39727460 MD5sum: 474dd1bbe4cd56b20ebd122f3b8aff4d SHA1: fbbd95a5281ff4f252fb0e2f146b1f47f80982ee SHA256: 285025a17d0ddb26e0e13602441467c6fd9af10f435708a159a311831135abe5 SHA512: 8d2a7eefd1204451ac69fdc607cd39c91d55f750f45c151a1c416d8f77774a52572649f021e42649a545e8667f7e86f23fd809840cceb062268d64e94c2fb86e Description: debug symbols for cppcheck Auto-Built-Package: debug-symbols Build-Ids: fd65ff0487accc69380e704c3e6a31c266d6cb5e Package: cppcheck-gui Priority: optional Section: devel Installed-Size: 6325 Maintainer: Joachim Reichel Architecture: amd64 Source: cppcheck Version: 2.10-2+apertis0bv2024dev2b1 Depends: libc6 (>= 2.35), libgcc-s1 (>= 3.0), libpcre3, libqt5charts5 (>= 5.7.1), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.11.0~rc1) | libqt5gui5-gles (>= 5.11.0~rc1), libqt5help5 (>= 5.6.0~beta), libqt5network5 (>= 5.0.2), libqt5printsupport5 (>= 5.0.2), libqt5widgets5 (>= 5.15.1), libstdc++6 (>= 11), libtinyxml2-9 (>= 8.0.0), cppcheck (= 2.10-2+apertis0bv2024dev2b1) Suggests: python3, clang, clang-tidy Filename: pool/development/c/cppcheck/cppcheck-gui_2.10-2+apertis0bv2024dev2b1_amd64.deb Size: 2052020 MD5sum: 45554df61c8ca057e9d3ecc889dd325b SHA1: a0b6eb29f9d7791acf0653c12fb7375b3cf31122 SHA256: bc70f8bd65bea5362f7221d1b173faa8a82629c183ddde9f05c0ea006139c41c SHA512: bb6a0598b2a8318eeeb85d4d35a569c8e6c4f0c8202c119b8fe6fc241de87493a4ff00d6d95f1c1d38b640b52e1662e654428a045a7bc739b3b14fc8dd71aa25 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. Homepage: https://sourceforge.net/p/cppcheck/wiki/Home/ Package: cppcheck-gui-dbgsym Priority: optional Section: debug Installed-Size: 46997 Maintainer: Joachim Reichel Architecture: amd64 Source: cppcheck Version: 2.10-2+apertis0bv2024dev2b1 Depends: cppcheck-gui (= 2.10-2+apertis0bv2024dev2b1) Filename: pool/development/c/cppcheck/cppcheck-gui-dbgsym_2.10-2+apertis0bv2024dev2b1_amd64.deb Size: 46878572 MD5sum: 7132dd6854f1df15ec2819353e13928c SHA1: 04ec6cd64b6c0c8192bbc387dc0428c190405cb3 SHA256: 0a720652cf383f3dc0508ef79cbaf742c8806a1d79f6de15b526489e57f2fc58 SHA512: 072cac70b051572c450787eea9d8e0997e320a6da6fb53536e01beb69c88f1c6c3841a5fbb75ff6192bd5554f0e899d330e369e5b48f043ff17dff59431cc435 Description: debug symbols for cppcheck-gui Auto-Built-Package: debug-symbols Build-Ids: 193eeb848afe6d25de02ab075d8280ef755548f7 Package: cppo Priority: optional Section: ocaml Installed-Size: 1631 Maintainer: Debian OCaml Maintainers Architecture: amd64 Version: 1.6.9-1+apertis0bv2024dev2b1 Depends: ocaml-base-4.13.1, libc6 (>= 2.35) Filename: pool/development/c/cppo/cppo_1.6.9-1+apertis0bv2024dev2b1_amd64.deb Size: 437384 MD5sum: d1b68e106a13c828e9685e4f065e9d32 SHA1: fb6baca5ff2623156dc9bd8504b292d480614047 SHA256: 682a615defd1b789e476a1446a62e490bd52d980e286c5cdb219e9b585491548 SHA512: 253301333248f9d17fb16c4c76b557d556366a64caae0de739f31cc4439a100d0a0c01b9c5a8afec7d206e89aef9a2e7c9cab1fdbaf82a8a4ae3ec2ed2aa1413 Description: cpp for OCaml Cppo is an OCaml-friendly implementation of cpp, the C preprocessor. It can replace camlp4 for preprocessing OCaml files, using cpp style and syntax. It allows defining simple macros and file inclusion. Homepage: https://github.com/ocaml-community/cppo Package: cppo-dbgsym Priority: optional Section: debug Installed-Size: 414 Maintainer: Debian OCaml Maintainers Architecture: amd64 Source: cppo Version: 1.6.9-1+apertis0bv2024dev2b1 Depends: cppo (= 1.6.9-1+apertis0bv2024dev2b1) Filename: pool/development/c/cppo/cppo-dbgsym_1.6.9-1+apertis0bv2024dev2b1_amd64.deb Size: 140176 MD5sum: 32d2c9c34533264ebb23baf18d2fa771 SHA1: 3eacc867ae03d3e1310587b5218f3fcbc958ff10 SHA256: 027fff48c7e161cdd6a66686884b9d8ae3e466bfd9fc869226d4bf7c79b915f1 SHA512: 7094dbb339c38000a0b57fb1e866a31429c15fd62ac14306b3c3ae27962848870ea29cc1800a867fe6cfb3a2d2d098422f6d30265b9e13b133fd573505074221 Description: debug symbols for cppo Auto-Built-Package: debug-symbols Build-Ids: 807799cec29692d3785e23924cbfa8c4aef07d21 a2eba1eb4ff9eddc572322596b0ea541cf4b8ae9 Package: cpputest Priority: optional Section: devel Installed-Size: 295 Maintainer: Raphaël Hertzog Architecture: all Version: 4.0-2+apertis0bv2024dev2b1 Depends: libcpputest-dev Suggests: ruby | ruby-interpreter Filename: pool/development/c/cpputest/cpputest_4.0-2+apertis0bv2024dev2b1_all.deb Size: 38900 MD5sum: 986bfc35c276a500c2d0317776d0b47a SHA1: fbeb3f12e0b6538045b6cd5f0f9a297b98ff240f SHA256: 75accc7a96a0561f672e043033b74793229d126e37fb3778a1f1ed930c151cc2 SHA512: d46ed69399af0888390d2dc05786462732e7063115dcd99646cff3a136b20dcef305fc818e9884991324b9386c9b94b73cdfc4f8e5ee2978ba59b8bd1fd77ae4 Description: C/C++ based unit test framework — main package CppUTest is a C/C++ based unit xUnit test framework for unit testing and for test-driving your code. It is written in C++ but is used in C and C++ projects and frequently used in embedded systems. . CppUTest has a couple design principles: * Simple to use and small * Portable to old and new platforms . CppUTest also has support for building mocks and can be used by practitioners of Test Driven Development. . This is the main package. It contains some examples, support scripts and depends on libcpputest-dev which provides the test framework itself. Homepage: http://cpputest.github.io/ Multi-Arch: foreign Package: cracklib-runtime Priority: optional Section: admin Installed-Size: 587 Maintainer: Jan Dittberner Architecture: amd64 Source: cracklib2 Version: 2.9.6-5+apertis0bv2024dev2b1 Depends: file, libcrack2 (>= 2.9.6-5+apertis0bv2024dev2b1), libc6 (>= 2.34) Recommends: wamerican | wordlist Filename: pool/development/c/cracklib2/cracklib-runtime_2.9.6-5+apertis0bv2024dev2b1_amd64.deb Size: 144000 MD5sum: 960128191f6dc6b707d0de2e8caf1e8a SHA1: 1a9e6eb6cae4387adefb1da0af0158885d729387 SHA256: ab54469b57e0098df71474ffdc4789effa0b3611186263aa874080af0c0001ff SHA512: 7e21d99e13f36aabbc9192b65e235890b2457f05a33cfabc50c1bde00dd91cdf8f1d3fcd5544e8149ea18c7fef11a9f63a47d4a9525e6a1fe091a374b1270b33 Description: runtime support for password checker library cracklib2 Run-time support programs which use the shared library in libcrack2 including programs to build the password dictionary databases used by the functions in the shared library. Homepage: https://github.com/cracklib/cracklib Multi-Arch: foreign Package: cracklib-runtime-dbgsym Priority: optional Section: debug Installed-Size: 37 Maintainer: Jan Dittberner Architecture: amd64 Source: cracklib2 Version: 2.9.6-5+apertis0bv2024dev2b1 Depends: cracklib-runtime (= 2.9.6-5+apertis0bv2024dev2b1) Filename: pool/development/c/cracklib2/cracklib-runtime-dbgsym_2.9.6-5+apertis0bv2024dev2b1_amd64.deb Size: 11324 MD5sum: 8eda6e8c476596036c4d500529070e3c SHA1: 809ec381fd96b70cdc66a6fc453282aa0c5e9282 SHA256: 759023589a9803cdf80a69ba2b643b0aa0a1228a170edfc434ff210ea602d9e4 SHA512: 2f41d4d38ee41ae4529a3fbe5c73b13372b662a13bf714a30b9b32c29e8a3b4c1f588fabf2d0c09996ddae03d54bd167bed2745fa2378308aa6951aa875950eb Description: debug symbols for cracklib-runtime Auto-Built-Package: debug-symbols Build-Ids: 2c2239b70e17b5518a887c00c0807babdf8539ab 97cc5447dab5adfefdaf7e44d6c83c457e46dc27 999cada93f41574518224a15936ec3b0014db783 Package: cron Priority: important Section: admin Installed-Size: 222 Maintainer: Javier Fernández-Sanguino Peña Architecture: amd64 Version: 3.0pl1-162+apertis0bv2024preb1 Replaces: bcron, cronie, systemd-cron Provides: cron-daemon Depends: libc6 (>= 2.34), libpam0g (>= 0.99.7.1), libselinux1 (>= 3.1~), sensible-utils, libpam-runtime Pre-Depends: init-system-helpers (>= 1.54~), cron-daemon-common Recommends: default-mta | mail-transport-agent Suggests: anacron, logrotate, checksecurity Conflicts: bcron, cronie, systemd-cron Filename: pool/development/c/cron/cron_3.0pl1-162+apertis0bv2024preb1_amd64.deb Size: 73752 MD5sum: 87eb0d82e35ecc30af31e948cef8150e SHA1: 26279cbad3bd030203681c41ef93ef60ead8476c SHA256: d84f2843820455606517dbd8ea41c44c54a09e19cc0695e09b279d3d5eed230b SHA512: 272d73a0b91510a0235a0a89354e4de4d829f7e6e31f82c9d82f80a34161921e40c20b05edb9296565d580cc12a45920d18ae25a93373d738c72bbb2c1b248ec Description: process scheduling daemon The cron daemon is a background process that runs particular programs at particular times (for example, every minute, day, week, or month), as specified in a crontab. By default, users may also create crontabs of their own so that processes are run on their behalf. . Output from the commands is usually mailed to the system administrator (or to the user in question); you should probably install a mail system as well so that you can receive these messages. . This cron package does not provide any system maintenance tasks. Basic periodic maintenance tasks are provided by other packages, such as checksecurity. Homepage: https://ftp.isc.org/isc/cron/ Multi-Arch: foreign Package: cron-daemon-common Priority: important Section: admin Installed-Size: 47 Maintainer: Javier Fernández-Sanguino Peña Architecture: all Source: cron Version: 3.0pl1-162+apertis0bv2024preb1 Replaces: bcron (<< 0.11-9.1), cron (<< 3.0pl1-140), cronie (<< 1.6.1-5), systemd-cron (<< 1.15.18-1.1) Depends: adduser Conflicts: bcron (<< 0.11-9.1), cron (<< 3.0pl1-140), cronie (<< 1.6.1-5), systemd-cron (<< 1.15.18-1.1) Breaks: systemd-cron (<< 1.15.19-5~) Filename: pool/development/c/cron/cron-daemon-common_3.0pl1-162+apertis0bv2024preb1_all.deb Size: 13116 MD5sum: 331e8c51f094c019e610acd9848ac7be SHA1: fa70f3501347d4eba2d4a5ff965f1e94e0e05760 SHA256: e5c89bd88f0a593243edc5b810dedbcd4c6ee31ad3c9050a0e36fd47b1b88711 SHA512: 5ce0f03666bb141bb00f3485483eca14ee9ca2adfa18eac5246bfe8ea3c9d0a64c35937f1a147659654ba2def964991a1a0c35d9ebd315b50f63d0f73efc3c4e Description: process scheduling daemon's configuration files The cron daemon is a background process that runs particular programs at particular times (for example, every minute, day, week, or month), as specified in a crontab. By default, users may also create crontabs of their own so that processes are run on their behalf. . This package provides configuration files which must be there to define scheduled process sets. Homepage: https://ftp.isc.org/isc/cron/ Package: cron-dbgsym Priority: optional Section: debug Installed-Size: 123 Maintainer: Javier Fernández-Sanguino Peña Architecture: amd64 Source: cron Version: 3.0pl1-162+apertis0bv2024preb1 Depends: cron (= 3.0pl1-162+apertis0bv2024preb1) Filename: pool/development/c/cron/cron-dbgsym_3.0pl1-162+apertis0bv2024preb1_amd64.deb Size: 90320 MD5sum: 82b82c0095e2382b7d1e55e7924d1559 SHA1: 6fe06880e20029e229b499deebd829c6db083a8d SHA256: 954f21f4707b67119b423faac3f014e31fbfeb007f5e03409a8ebdd574b22f0b SHA512: 4a1926c00db6f07c70100c2879ba56bf7f52d880792a17c8264f36db17ec4d794b6396e26a5d9a4c7e05ce08372a418e23e24f8c480ba1d1b88a45db01b64668 Description: debug symbols for cron Auto-Built-Package: debug-symbols Build-Ids: a13e9302ed03a61926f655320e60035121cf434f e757acccad5e911c43941e5bfcddd21989c169be Package: crossbuild-essential-amd64 Priority: optional Section: devel Installed-Size: 12 Maintainer: Matthias Klose Architecture: all Source: build-essential Version: 12.9apertis0bv2024preb1 Depends: gcc-x86-64-linux-gnu (>= 4:10.2) | gcc:amd64, g++-x86-64-linux-gnu (>= 4:10.2) | g++:amd64, dpkg-cross Filename: pool/development/b/build-essential/crossbuild-essential-amd64_12.9apertis0bv2024preb1_all.deb Size: 3588 MD5sum: 9c9f6c5d5438432b300c027162921dc1 SHA1: 223774e7ba9a4bf2f2d01f4425f8e8ee68dfbedb SHA256: 012d3ac53726a30b263dc66d7607b2584f0d029e68e399b2a20d002ca5497260 SHA512: 944dd444d5b20bceccf4fe0eed5602a7236dc5714d52e80022b33e44afc0ae3c0983f600455e266b0197b4c2ab3744cb465436e7b4a25582049260093e1e6599 Description: Informational list of cross-build-essential packages If you do not plan to cross build Debian packages, you don't need this package. Starting with sbuild (>= 0.63.0) this package is required for cross building Debian packages in a chroot. . This package contains an informational list of packages which are considered essential for cross building Debian packages. This package also depends on the packages on that list, to make it easy to have the cross-build-essential packages installed. . If you have this package installed, you only need to install whatever a package specifies as its build-time dependencies to cross build the package. Conversely, if you are determining what your package needs to build-depend on, you can always leave out the packages this package depends on. Package: crossbuild-essential-arm64 Priority: optional Section: devel Installed-Size: 12 Maintainer: Matthias Klose Architecture: all Source: build-essential Version: 12.9apertis0bv2024preb1 Depends: gcc-aarch64-linux-gnu (>= 4:10.2) | gcc:arm64, g++-aarch64-linux-gnu (>= 4:10.2) | g++:arm64, dpkg-cross Filename: pool/development/b/build-essential/crossbuild-essential-arm64_12.9apertis0bv2024preb1_all.deb Size: 3588 MD5sum: a1aec4ee0af56f0fc230f40ce014c137 SHA1: 7253c9749cce88f93b06f373a816c3a63bad7051 SHA256: 6e1f7d7a64cae59af2a65b17f16c14500ff81b737e420ca85c10d1a279abf6cc SHA512: 46b018b90a7b832f2b2da25649ee5319c5c730c4f2fec38cd153c1199aa8b0de003342b28a4687cc8790db18f7bd3033f0240866247d7e47538830f8b07faf8f Description: Informational list of cross-build-essential packages If you do not plan to cross build Debian packages, you don't need this package. Starting with sbuild (>= 0.63.0) this package is required for cross building Debian packages in a chroot. . This package contains an informational list of packages which are considered essential for cross building Debian packages. This package also depends on the packages on that list, to make it easy to have the cross-build-essential packages installed. . If you have this package installed, you only need to install whatever a package specifies as its build-time dependencies to cross build the package. Conversely, if you are determining what your package needs to build-depend on, you can always leave out the packages this package depends on. Package: crossbuild-essential-armel Priority: optional Section: devel Installed-Size: 12 Maintainer: Matthias Klose Architecture: all Source: build-essential Version: 12.9apertis0bv2024preb1 Depends: gcc-arm-linux-gnueabi (>= 4:10.2) | gcc:armel, g++-arm-linux-gnueabi (>= 4:10.2) | g++:armel, dpkg-cross Filename: pool/development/b/build-essential/crossbuild-essential-armel_12.9apertis0bv2024preb1_all.deb Size: 3584 MD5sum: ed8d3b5e42e9dab01bb51d240f226830 SHA1: 5e1821f34abcb64d83427edd329224a6abf9ff2b SHA256: 9134c10887d97c472cb36b446145e428e43f23986375b4160494812388a480f1 SHA512: 94720e6c6a66f0185e361f20df3b849183fe40cfd650af6f6cff264f9311911153be51302dd69cbf54e6842b102785133872e1f50f50906d5a0c7534b06bfb84 Description: Informational list of cross-build-essential packages If you do not plan to cross build Debian packages, you don't need this package. Starting with sbuild (>= 0.63.0) this package is required for cross building Debian packages in a chroot. . This package contains an informational list of packages which are considered essential for cross building Debian packages. This package also depends on the packages on that list, to make it easy to have the cross-build-essential packages installed. . If you have this package installed, you only need to install whatever a package specifies as its build-time dependencies to cross build the package. Conversely, if you are determining what your package needs to build-depend on, you can always leave out the packages this package depends on. Package: crossbuild-essential-armhf Priority: optional Section: devel Installed-Size: 12 Maintainer: Matthias Klose Architecture: all Source: build-essential Version: 12.9apertis0bv2024preb1 Depends: gcc-arm-linux-gnueabihf (>= 4:10.2) | gcc:armhf, g++-arm-linux-gnueabihf (>= 4:10.2) | g++:armhf, dpkg-cross Filename: pool/development/b/build-essential/crossbuild-essential-armhf_12.9apertis0bv2024preb1_all.deb Size: 3588 MD5sum: 10402adcb223afa8cd570e3ccbfc4915 SHA1: 28356ee164b7ba544f9a1e6a2ff24a97ba7b585b SHA256: cc2143a6d42b9600328378dc24ec2da3d31777c01677cb7b17a20ef8fd0aecd8 SHA512: afea95aa3c4820050a3a89981a41f35b8093f25d03b917d563f92fd914460ada4ae8c284c2ac9bb4be64bccac42502614da28894b0de896305b3e17be8b9710e Description: Informational list of cross-build-essential packages If you do not plan to cross build Debian packages, you don't need this package. Starting with sbuild (>= 0.63.0) this package is required for cross building Debian packages in a chroot. . This package contains an informational list of packages which are considered essential for cross building Debian packages. This package also depends on the packages on that list, to make it easy to have the cross-build-essential packages installed. . If you have this package installed, you only need to install whatever a package specifies as its build-time dependencies to cross build the package. Conversely, if you are determining what your package needs to build-depend on, you can always leave out the packages this package depends on. Package: crossbuild-essential-i386 Priority: optional Section: devel Installed-Size: 12 Maintainer: Matthias Klose Architecture: all Source: build-essential Version: 12.9apertis0bv2024preb1 Depends: gcc-i686-linux-gnu (>= 4:10.2) | gcc:i386, g++-i686-linux-gnu (>= 4:10.2) | g++:i386, dpkg-cross Filename: pool/development/b/build-essential/crossbuild-essential-i386_12.9apertis0bv2024preb1_all.deb Size: 3580 MD5sum: 71e1162959f41094977b5c6bbe59a747 SHA1: 111e7eeaa70c37452cb09564ae8e6a638e3eaf9a SHA256: 80eea2f03ad17520c3a2f9025378c912698918fbc245db813000eb5973dbf063 SHA512: 525b68e3075912c81817952ffce498c36b5fdd3d1ddc4469ca3d737515a768f4d34d0f51d0241ea1ba8062232bd0262d5503b4a8f7ca4a16bf68d30114cf6515 Description: Informational list of cross-build-essential packages If you do not plan to cross build Debian packages, you don't need this package. Starting with sbuild (>= 0.63.0) this package is required for cross building Debian packages in a chroot. . This package contains an informational list of packages which are considered essential for cross building Debian packages. This package also depends on the packages on that list, to make it easy to have the cross-build-essential packages installed. . If you have this package installed, you only need to install whatever a package specifies as its build-time dependencies to cross build the package. Conversely, if you are determining what your package needs to build-depend on, you can always leave out the packages this package depends on. Package: crossbuild-essential-powerpc Priority: optional Section: devel Installed-Size: 12 Maintainer: Matthias Klose Architecture: all Source: build-essential Version: 12.9apertis0bv2024preb1 Depends: gcc-powerpc-linux-gnu (>= 4:10.2) | gcc:powerpc, g++-powerpc-linux-gnu (>= 4:10.2) | g++:powerpc, dpkg-cross Filename: pool/development/b/build-essential/crossbuild-essential-powerpc_12.9apertis0bv2024preb1_all.deb Size: 3580 MD5sum: 250599420926a224b911fc75ddbf17dd SHA1: fb870572a5c41ad6ef1c7f927b45c9f48bd187e7 SHA256: 40d2521a025a0f236b55363eebb097a72220d36c5556cf7c16fe3d5a8bf2e50d SHA512: baedca712447ff1cc05d77754da2fa858fa3c51da5cad92d837bb3a4b6e5beb0eb5579f25d84468136b9475fb9862b26e65df7984b5ce1cadc4a5d152b583115 Description: Informational list of cross-build-essential packages If you do not plan to cross build Debian packages, you don't need this package. Starting with sbuild (>= 0.63.0) this package is required for cross building Debian packages in a chroot. . This package contains an informational list of packages which are considered essential for cross building Debian packages. This package also depends on the packages on that list, to make it easy to have the cross-build-essential packages installed. . If you have this package installed, you only need to install whatever a package specifies as its build-time dependencies to cross build the package. Conversely, if you are determining what your package needs to build-depend on, you can always leave out the packages this package depends on. Package: crossbuild-essential-ppc64el Priority: optional Section: devel Installed-Size: 12 Maintainer: Matthias Klose Architecture: all Source: build-essential Version: 12.9apertis0bv2024preb1 Depends: gcc-powerpc64le-linux-gnu (>= 4:10.2) | gcc:ppc64el, g++-powerpc64le-linux-gnu (>= 4:10.2) | g++:ppc64el, dpkg-cross Filename: pool/development/b/build-essential/crossbuild-essential-ppc64el_12.9apertis0bv2024preb1_all.deb Size: 3592 MD5sum: d899a26946eecc9fcf3d48ac02081fde SHA1: 805d6d5fb061b5bdeebca3eaf70e411d13c86014 SHA256: d0af9cc2de2128987bd981093b0b5bfa6a67c57c9860ce4a73714acf4cba977c SHA512: da517396c5a43e5ef067ea2f5a16b6d0a82ac5eb719a125eaadab884f72a4b99188d4caf1846d3668cb3d8ce8d4bae8dfc6ba0c79484be1cfd6cd77ba430e676 Description: Informational list of cross-build-essential packages If you do not plan to cross build Debian packages, you don't need this package. Starting with sbuild (>= 0.63.0) this package is required for cross building Debian packages in a chroot. . This package contains an informational list of packages which are considered essential for cross building Debian packages. This package also depends on the packages on that list, to make it easy to have the cross-build-essential packages installed. . If you have this package installed, you only need to install whatever a package specifies as its build-time dependencies to cross build the package. Conversely, if you are determining what your package needs to build-depend on, you can always leave out the packages this package depends on. Package: crossbuild-essential-s390x Priority: optional Section: devel Installed-Size: 12 Maintainer: Matthias Klose Architecture: all Source: build-essential Version: 12.9apertis0bv2024preb1 Depends: gcc-s390x-linux-gnu (>= 4:10.2) | gcc:s390x, g++-s390x-linux-gnu (>= 4:10.2) | g++:s390x, dpkg-cross Filename: pool/development/b/build-essential/crossbuild-essential-s390x_12.9apertis0bv2024preb1_all.deb Size: 3584 MD5sum: 34917b260a8d73ce5a8b8b0d36947d48 SHA1: 01af8e8870f5894010d4fe78b1ef3eebc9ec3b57 SHA256: 235a545f2e3a84b3d001235e4fa90f659a813143e209392ec6de714b36ebea70 SHA512: 8d56fd1539bbea8df075d2071e8066d314f764c30edc6c879ff956a91b017d485a3595968890c18975a5d8aa913e2e11ed4e293f64395d12545d3cb5bf157995 Description: Informational list of cross-build-essential packages If you do not plan to cross build Debian packages, you don't need this package. Starting with sbuild (>= 0.63.0) this package is required for cross building Debian packages in a chroot. . This package contains an informational list of packages which are considered essential for cross building Debian packages. This package also depends on the packages on that list, to make it easy to have the cross-build-essential packages installed. . If you have this package installed, you only need to install whatever a package specifies as its build-time dependencies to cross build the package. Conversely, if you are determining what your package needs to build-depend on, you can always leave out the packages this package depends on. Package: crust-firmware Priority: optional Section: admin Installed-Size: 98 Maintainer: Nicolas Boulenguez Architecture: all Version: 0.5-3+apertis0bv2024dev2b1 Filename: pool/development/c/crust-firmware/crust-firmware_0.5-3+apertis0bv2024dev2b1_all.deb Size: 17336 MD5sum: 26e9ebe4fa266c0ae404bffdf778b9df SHA1: d0bca532b443b1c216de1201bf877689978b9bd5 SHA256: 9766c5f9544e2fd75e1968c620a83545e78c7ffae2fec6069bd5bdd1082bab79 SHA512: c61c14a0e0bf5fe28577e51eaed05ef7d7aad9ecfc5a2ce09b08522d601600878d06b09af28f4adfd107973f0058b968fc6a8d7d9939d17e090f2bac0dda92a7 Description: SCP firmware for Allwinner sunxi boards Some System on a Chip (SoC) computers, also known as single-board, embed a dedicated processor called a System Control Processor (SCP) which abstracts power and system management tasks away from application processors. . Crust replaces the proprietary firmware on the Allwinner's AR100 SCP, found in sunxi boards like Banana/Orange/Lichee Pi or Pinebook/phone. . There is usually no need to install this package. The same contents are more conveniently available from the u-boot-sunxi package. Homepage: https://github.com/crust-firmware/crust Multi-Arch: foreign Package: cscope Priority: optional Section: devel Installed-Size: 1225 Maintainer: Tobias Klauser Architecture: amd64 Version: 15.9-1co1bv2024dev2b1 Depends: libc6 (>= 2.34), libncurses6 (>= 6), libtinfo6 (>= 6) Suggests: cscope-el Filename: pool/development/c/cscope/cscope_15.9-1co1bv2024dev2b1_amd64.deb Size: 218556 MD5sum: 24bc94e1e583b03683af3b2541f9f27c SHA1: 30c477abb1ed2402d701c10ec073d6b72e906beb SHA256: 6756fea4c65823867b25ec3e120a223b3eca69199455d1f54665679cc8ae158e SHA512: 91d3fb5c21024284b80e35798eec2a8ab08d843138134e13d87a2a7d838b4c7ce809ea4bb3c244999bb59cbd1ce3412db2105fddec10dfa8ee354d463ec3457a Description: interactively examine a C program source Cscope is an interactive text screen based source browsing tool. Although it is primarily designed to search C code (including lex and yacc files), it can also be used for C++ code. . Using cscope, you can easily search for where symbols are used and defined. Cscope is designed to answer questions like: . - Where is this variable used? - What is the value of this preprocessor symbol? - Where is this function in the source files? - What functions call this function? - What functions are called by this function? - Where does the message "out of space" come from? - Where is this source file in the directory structure? - What files include this header file? Homepage: http://cscope.sourceforge.net/ Package: cscope-dbgsym Priority: optional Section: debug Installed-Size: 174 Maintainer: Tobias Klauser Architecture: amd64 Source: cscope Version: 15.9-1co1bv2024dev2b1 Depends: cscope (= 15.9-1co1bv2024dev2b1) Filename: pool/development/c/cscope/cscope-dbgsym_15.9-1co1bv2024dev2b1_amd64.deb Size: 147080 MD5sum: 795d744fce6e575e174c4b0f18e09dd5 SHA1: be97db776e8e98ba3517339657fb21c1f0ce36df SHA256: 8667b54ea312fe41dccfdb5c981df6d580f150e7b838fae7764c8a78f098d76f SHA512: fddc63ee90ac85304895bf2e3c4855e7285d3e9c1dede71934d4f721fd1b4805a9da6ed80a8920319e0182d3c15c029a28292d91d202f60a2059adaa5e2731a5 Description: debug symbols for cscope Auto-Built-Package: debug-symbols Build-Ids: f5c9689a8c920d55ccc4e33f228c86fc3ad4ffe3 Package: cssmin Priority: optional Section: devel Installed-Size: 17 Maintainer: Stuart Prescott Architecture: all Version: 0.2.0-11+apertis0bv2024dev2b1 Depends: python3, python3-cssmin, python3:any Filename: pool/development/c/cssmin/cssmin_0.2.0-11+apertis0bv2024dev2b1_all.deb Size: 4804 MD5sum: 11d1483b5df3a2346eb13e5f0db77a76 SHA1: 90b8f046767812c11268d9f6e36730a30232f53a SHA256: c8dd0055eb10df0d592b25ac7a28a7e8b88438aca2618e0667886a364952bd80 SHA512: 20adf40e42ff932f3ef7dec3c91298ba38777df5a6d97493612408d59671685594dfde170a3fe6fddd05130fe1506efd616102125a52ca47f356e3afcd669410 Description: YUI CSS compression algorithm (command line tools) cssmin is a Python port of the YUI Cascading Style Sheet (CSS) compressor. The compressor can be used to reduce the size of CSS documents for deployment. . This package contains the command line tools for cssmin. See the python-cssmin and python3-cssmin packages for the Python modules. Homepage: https://github.com/zacharyvoase/cssmin Package: ctdb Priority: optional Section: net Installed-Size: 3823 Maintainer: Debian Samba Maintainers Architecture: amd64 Source: samba Version: 2:4.17.12+dfsg-0+deb12u1+apertis1bv2024preb1 Depends: iproute2, psmisc, samba-libs (= 2:4.17.12+dfsg-0+deb12u1+apertis1bv2024preb1), sudo, tdb-tools, time, libbsd0 (>= 0.0), libc6 (>= 2.34), libpopt0 (>= 1.14), libtalloc2 (>= 2.3.4~), libtdb1 (>= 1.4.7~), libtevent0 (>= 0.13.0~), libtirpc3 (>= 1.0.2) Recommends: ethtool, python3:any, python3-etcd Suggests: logrotate, lsof Filename: pool/development/s/samba/ctdb_4.17.12+dfsg-0+deb12u1+apertis1bv2024preb1_amd64.deb Size: 744192 MD5sum: 5dca522328cc3ba3ba088b4be60e2f1e SHA1: 7b03b058cb2a20c927f5a52632e3d43aa319f4aa SHA256: 9fcb408ac59589450527bd53b512b912a443598bdfc1ca2a2266d873dc615420 SHA512: 67267c0c4cfaa401bb3c8705df6547fc00068290b67c6607cf45ce0caaebd0b0dab8a04f2f76237883df00cb9fd74a0d546230c18c74ff84f660343ebd46ba29 Description: clustered database to store temporary data CTDB is a cluster implementation of the TDB database used by Samba and other projects to store temporary data. If an application is already using TDB for temporary data it is very easy to convert that application to be cluster aware and use CTDB instead. . CTDB provides the same types of functions as TDB but in a clustered fashion, providing a TDB-style database that spans multiple physical hosts in a cluster. . Features include: * CTDB provides a TDB that has consistent data and consistent locking across all nodes in a cluster. * CTDB is very fast. * In case of node failures, CTDB will automatically recover and repair all TDB databases that it manages. * CTDB is the core component that provides pCIFS ("parallel CIFS") with Samba3/4. * CTDB provides HA features such as node monitoring, node failover, and IP takeover. * CTDB provides a reliable messaging transport to allow applications linked with CTDB to communicate to other instances of the application running on different nodes in the cluster. * CTDB has pluggable transport backends. Currently implemented backends are TCP and Infiniband. * CTDB supports a system of application specific management scripts, allowing applications that depend on network or filesystem resources to be managed in a highly available manner on a cluster. Homepage: https://www.samba.org Multi-Arch: foreign Package: ctdb-dbgsym Priority: optional Section: debug Installed-Size: 3157 Maintainer: Debian Samba Maintainers Architecture: amd64 Source: samba Version: 2:4.17.12+dfsg-0+deb12u1+apertis1bv2024preb1 Depends: ctdb (= 2:4.17.12+dfsg-0+deb12u1+apertis1bv2024preb1) Filename: pool/development/s/samba/ctdb-dbgsym_4.17.12+dfsg-0+deb12u1+apertis1bv2024preb1_amd64.deb Size: 2726304 MD5sum: f65eb8e1bff3d91d5f80cb31ff1538a6 SHA1: b398cab7f654e89e911fb12b247fa44b96092534 SHA256: 1728d7bdea8a24ecf1f941348d6fd52c1765e0f9917bca75f52dca1fac8ecf8d SHA512: 3e1407aff33716b9c99adc631c8982fc3003aaceb8802093d544fb656bfb9b2018db7b2e18dd2107a1944596107d8403acf34966107d8c1e7f397e8b16795677 Description: debug symbols for ctdb Auto-Built-Package: debug-symbols Build-Ids: 08911532b2144590731e9d5b9fd2b9df1d8c7463 0d92123344d73f5a104dd08f5a7da8ab78478bb7 20eb37921ba1e92218f035712bedc159255f8726 2205f9c4f9a6f9df2905158f847094f4c8cafc60 3cf2f123d6ba3a63bf0883acd7aaad9111e1da9b 4b3ef283f8b52e8f2369c18b7dcba48235b4f4fe 71248448d8d7ed3997d3def71195c3dabf7f72b9 85e4e02bfb8cfa6a96db3f9999c36abe35b1ffe6 8a29b97342b4347f7f903a453c8acb7ae1af19ad 926ca7f1b7ec0b1aaf59aa99b9a921a39f884bdf b01d9b2d370d378d2f40a31ad07e337df160faa1 b0ec0466a6c01c782d2eb567ee39162206773e15 b2c168538f8698c16db484211cc8ffa6215875a4 b3cdf4dbd410ff772fcae23f955c685a60d22b69 de5830b0dbfabfada87cb08fa200f57ab6482d95 e5e6052eac48ffd0835b28d058221efbf7fc3b8d f09c24868425a2bd11a250763ba46dbc4bdd5572 Package: cucumber Priority: optional Section: misc Installed-Size: 870 Maintainer: Debian Ruby Team Architecture: all Version: 2.4.0-4apertis0bv2024preb1 Depends: libjs-jquery, ruby | ruby-interpreter, ruby-builder, ruby-cucumber-core (>= 1.5), ruby-cucumber-wire, ruby-diff-lcs, ruby-gherkin (>= 4), ruby-multi-json (>= 1.7.5~), ruby-multi-test Suggests: rake, ruby-nokogiri Filename: pool/development/c/cucumber/cucumber_2.4.0-4apertis0bv2024preb1_all.deb Size: 137620 MD5sum: 40a96ee859000b19c16f5079e2b33235 SHA1: 388a8965259265ba0662e93cefc9c14e6979f027 SHA256: 6e51eb21100506d30375ac49861fe3d166621d9193fb2ad45ea2df293f0f2d78 SHA512: ce010c8192dea22815d557eb7323d6ffc92391e9e17df6acd49befa7edb5f736d2782bb320b11038b978996f480f047fdf40fb3e0e4e5596cbdcfeb17db74b36 Description: acceptance testing framework Cucumber lets software development teams describe how software should behave in plain text. The text is written in a business-readable domain-specific language and serves as documentation, automated tests and development-aid - all rolled into one format. Homepage: http://cukes.info/ Package: cudf-tools Priority: optional Section: devel Installed-Size: 2584 Maintainer: Debian OCaml Maintainers Architecture: amd64 Source: cudf Version: 0.9-2+apertis0bv2024dev2b1 Depends: ocaml-base-nox, libc6 (>= 2.35) Filename: pool/development/c/cudf/cudf-tools_0.9-2+apertis0bv2024dev2b1_amd64.deb Size: 533704 MD5sum: 92ccc4a485514abd6d0c824a30edfedc SHA1: 7deb353901997d1537c2ef6634ededa8b6ab8be4 SHA256: 96153a97e9f6e6161c3fea9f09d55d5dc22196ddf5bf292e28ed55fa435e11b1 SHA512: aa0502b76c16c2925b9c1827be292b5287453135eba4f2e97c131c3ce7f6e56e72185cfabdc79a120b18b9cf19aa0ac8ca37718340363b9ff5b3e1886a1e1794 Description: command line tools for package upgrade problem descriptions A CUDF document describe an upgrade problem, as faced by package managers in popular package-based GNU/Linux distributions. . A CUDF document consists of a package universe and of a user request. The package universe describes all packages known to the package manager, a subset of which (the package status) denotes the package being currently installed on the target machine. The user request denotes a change to the package status as requested by the user. . A CUDF document is naturally complemented by a solution describing the resulting package status (if any) implementing the user request, as found by a package manager. . This package contains command line tools to manipulate CUDF and related documents. In particular it contains cudf-check, which enables checking of document properties such as installation consistency and matching of problems with their solutions. Homepage: http://www.mancoosi.org/cudf/ Package: cudf-tools-dbgsym Priority: optional Section: debug Installed-Size: 687 Maintainer: Debian OCaml Maintainers Architecture: amd64 Source: cudf Version: 0.9-2+apertis0bv2024dev2b1 Depends: cudf-tools (= 0.9-2+apertis0bv2024dev2b1) Filename: pool/development/c/cudf/cudf-tools-dbgsym_0.9-2+apertis0bv2024dev2b1_amd64.deb Size: 210040 MD5sum: fd2853ae6cc04318ea30ee766fde9d46 SHA1: 575fa650ad1cc1c59c8415f969f0bb5126a4bb5d SHA256: a1f956f7986fecc7a48460091245083cdca44727b7f13c126655d36d0c3472ce SHA512: 87f47fb9b8ae7dfe66fb86806492a4e6b2bcc8bd60013b9f985143c8fe104f340745ce8644114e65c379564f255a1b25c70157614272c06fb97fddeecdc560cb Description: debug symbols for cudf-tools Auto-Built-Package: debug-symbols Build-Ids: 67cd62277d6bce936da4fd401c7a174d69fe76eb 90c9ebce1660ff6cb4179fc054492cda3a87febb Package: cup Priority: optional Section: java Installed-Size: 311 Maintainer: Debian Java Maintainers Architecture: all Version: 0.11b-20160615-2+apertis2bv2024preb2 Depends: default-jre-headless | java8-runtime-headless Suggests: java-compiler Filename: pool/development/c/cup/cup_0.11b-20160615-2+apertis2bv2024preb2_all.deb Size: 155184 MD5sum: 674196f7443c9d7de2861f980469b129 SHA1: f7e0622b70afe223e32ab89e391720acf52f1fb5 SHA256: dea73afc9968e8e915adce0597e8f535aa0cc98892fc82e980d2b42e2b4f9308 SHA512: 625185281f61de2727060a5da79fac1392e0c7ab9b30a9143a7b66a3476c5d8dfdaf5ba68f9b1fb85223f8a4168b1f443b982031b5fbcb0dd76c50e9f142cce8 Description: LALR parser generator for Java(tm) CUP is the "Constructor of Useful Parsers", a system for generating parsers from simple LALR specifications. It serves the same role as the widely used program YACC and in fact offers most of the features of YACC. However, CUP is written in Java, uses specifications including embedded Java code, and produces parsers which are implemented in Java. Homepage: http://www2.cs.tum.edu/projects/cup/ Package: cups Priority: optional Section: net Installed-Size: 1098 Maintainer: Debian Printing Team Architecture: amd64 Version: 2.4.2-3+deb12u5+apertis0bv2024.0db1 Depends: cups-client (>= 2.4.2-3+deb12u5+apertis0bv2024.0db1), cups-common (>= 2.4.2-3+deb12u5+apertis0bv2024.0db1), cups-core-drivers (>= 2.4.2-3+deb12u5+apertis0bv2024.0db1), cups-daemon (>= 2.4.2-3+deb12u5+apertis0bv2024.0db1), cups-filters, cups-ppdc, cups-server-common (>= 2.4.2-3+deb12u5+apertis0bv2024.0db1), debconf (>= 0.5) | debconf-2.0, ghostscript, libcups2 (= 2.4.2-3+deb12u5+apertis0bv2024.0db1), poppler-utils, procps, libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libc6 (>= 2.36), libgcc-s1 (>= 3.0), libstdc++6 (>= 5), libusb-1.0-0 (>= 2:1.0.16) Recommends: avahi-daemon, colord Suggests: cups-bsd, cups-pdf, foomatic-db-compressed-ppds | foomatic-db, smbclient, udev Filename: pool/development/c/cups/cups_2.4.2-3+deb12u5+apertis0bv2024.0db1_amd64.deb Size: 296804 MD5sum: c4501700dcc6eda83e26bd199bdcc428 SHA1: 04894c1cc91e12c0f37af7fa307c7d780a34915a SHA256: da3d930ba429fa722d3a25d9f51397ab7c3283a8c09741c2baf6feeffabb40cc SHA512: 0306e8b5b1246b657338477af2983a08eb94a002f4508b994eb7fd3f824e157c8a01f69818fac224a12d5101b4a8d372e1f62ad84f3a4fee19d60ae82036e172 Description: Common UNIX Printing System(tm) - PPD/driver support, web interface The Common UNIX Printing System (or CUPS(tm)) is a printing system and general replacement for lpd and the like. It supports the Internet Printing Protocol (IPP), and has its own filtering driver model for handling various document types. . This package provides the parts of CUPS which are needed for using printer drivers. Homepage: https://github.com/OpenPrinting/cups/ Multi-Arch: foreign Package: cups-browsed Priority: optional Section: net Installed-Size: 380 Maintainer: Debian Printing Team Architecture: amd64 Source: cups-filters Version: 1.28.17-3+apertis0bv2024dev3b1 Replaces: cups-filters (<< 1.4.0~) Depends: cups-daemon, lsb-base, libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libavahi-glib1 (>= 0.6.16), libc6 (>= 2.34), libcups2 (>= 2.2.2), libcupsfilters1 (>= 1.27.0), libglib2.0-0 (>= 2.37.3), libldap-2.5-0 (>= 2.5.4) Pre-Depends: init-system-helpers (>= 1.54~) Recommends: avahi-daemon Breaks: cups-filters (<< 1.4.0~) Filename: pool/development/c/cups-filters/cups-browsed_1.28.17-3+apertis0bv2024dev3b1_amd64.deb Size: 142276 MD5sum: 26d9bcc05ddeb0f8b865ca77837e3ed3 SHA1: 04dbe337182510a9867362633b2b065df5d543f3 SHA256: 71ea70ed920fcafabf24769912bdd8a4d3e00f215d31a80a7e120eeccd93d402 SHA512: fcd1825831f873c2b6a0392cb092f90a6199fd5436a39dac5f5e93aa8165855ce136f9496e85ed0ef094894dd8340f4b469119641f65707289bcb2a48bdecdf1 Description: OpenPrinting CUPS Filters - cups-browsed This package provides cups-browsed, a daemon which browses the Bonjour broadcasts of shared remote CUPS printers and makes the printers available locally, replacing the CUPS broadcasting/browsing which was dropped in CUPS 1.6.x. This way the old behavior of having the remote printers available automatically is now re-implemented with Bonjour. . cups-browsed is also useful with a CUPS >= 1.6 client to allow the latter to browse the printer list of CUPS < 1.6 servers (by using the old 'cups' protocol in BrowseRemoteProtocols). . cups-browsed is also useful with a CUPS >= 1.6 server to allow CUPS < 1.6 clients to browse its printer list (by using the old 'cups' protocol in BrowseLocalProtocols). Enhances: cups Homepage: http://www.openprinting.org/ Package: cups-browsed-dbgsym Priority: optional Section: debug Installed-Size: 261 Maintainer: Debian Printing Team Architecture: amd64 Source: cups-filters Version: 1.28.17-3+apertis0bv2024dev3b1 Depends: cups-browsed (= 1.28.17-3+apertis0bv2024dev3b1) Filename: pool/development/c/cups-filters/cups-browsed-dbgsym_1.28.17-3+apertis0bv2024dev3b1_amd64.deb Size: 211688 MD5sum: 7f9fca1a4cc896156687331a98a66c3e SHA1: 41792c10233ee9efa0da84e091cfb98b7aacabd8 SHA256: 03c52750b67e420a07df6ab0b077b02cb48f688c65762bde5aa309651f75f8d7 SHA512: 9aa625e8c4f50a783d2d46d4108c9d75cb4bd831f87bc3a1d0c892a18c795dd245c4b6a2d1c232bf3ecd23033feabb6e83fdf0f077c46a64dacf08eddd04a1d5 Description: debug symbols for cups-browsed Auto-Built-Package: debug-symbols Build-Ids: 6dec34b01b6b11d033d635268d621700405f0a9f 9a517fb0505de727d03e409bb5eaa232110d238b Package: cups-bsd Priority: optional Section: net Installed-Size: 137 Maintainer: Debian Printing Team Architecture: amd64 Source: cups Version: 2.4.2-3+deb12u5+apertis0bv2024.0db1 Replaces: lpr Provides: lpr Depends: cups-client (= 2.4.2-3+deb12u5+apertis0bv2024.0db1), cups-common (>= 2.4.2-3+deb12u5+apertis0bv2024.0db1), debconf (>= 0.5) | debconf-2.0, libcups2 (= 2.4.2-3+deb12u5+apertis0bv2024.0db1), libc6 (>= 2.34) Suggests: cups, inetutils-inetd | inet-superserver, update-inetd Conflicts: lpr, lprng Filename: pool/development/c/cups/cups-bsd_2.4.2-3+deb12u5+apertis0bv2024.0db1_amd64.deb Size: 41524 MD5sum: 5459284814a7028d6a1f1164f9a4f619 SHA1: 9c67557544f4e004c52e78a0e0ee98d5f4fa99b4 SHA256: c7146f94ab29f6a6513ba4fcacab16a03fb4be1dce04e713d75d610607828a5d SHA512: ef029dfd997ee6eaa9ffe8c3d6b21cf9545050e0786202caa30d8f3eb127fb58a364cb93fcabeaa288dbcde5edf3a0c96a70c07e9da97166598f46f88200b2f9 Description: Common UNIX Printing System(tm) - BSD commands The Common UNIX Printing System (or CUPS(tm)) is a printing system and general replacement for lpr, lpd and the like. It supports the Internet Printing Protocol (IPP), and has its own filtering driver model for handling various document types. . This package provides the BSD commands for interacting with CUPS. It is provided separately to allow CUPS to coexist with other printing systems (to a small degree). Homepage: https://github.com/OpenPrinting/cups/ Multi-Arch: foreign Package: cups-bsd-dbgsym Priority: optional Section: debug Installed-Size: 85 Maintainer: Debian Printing Team Architecture: amd64 Source: cups Version: 2.4.2-3+deb12u5+apertis0bv2024.0db1 Depends: cups-bsd (= 2.4.2-3+deb12u5+apertis0bv2024.0db1) Filename: pool/development/c/cups/cups-bsd-dbgsym_2.4.2-3+deb12u5+apertis0bv2024.0db1_amd64.deb Size: 45116 MD5sum: 5919e627541e582d081208ddff7a8a29 SHA1: d67ea7aa9966c0116e5f8470c09fe1b244ddb577 SHA256: 5b0740791715ffb91879dbffa2a1f98dd883c6e6f7dc98efcbeffb83ffdbd402 SHA512: 137d4c5088749b3a091e894ced582c183b852cfd31973c766f7fe019d1c047e3feb7dc643e7282c181d9bf329f8273e7685234af712b9f82a13ecb2d2291d360 Description: debug symbols for cups-bsd Auto-Built-Package: debug-symbols Build-Ids: 8d85c049e66049bee3eacb06713d72648b95a3d0 bc118f621d9c84e2a01b9504d8e2d08a562607cd d32852d82ee70ecbd9e6b33ad19afc9bb074d490 fb47ce139f78cbd30e9f913b5f8df6529bebed9b Package: cups-client Priority: optional Section: net Installed-Size: 440 Maintainer: Debian Printing Team Architecture: amd64 Source: cups Version: 2.4.2-3+deb12u5+apertis0bv2024.0db1 Depends: adduser, cups-common (>= 2.4.2-3+deb12u5+apertis0bv2024.0db1), libcups2 (= 2.4.2-3+deb12u5+apertis0bv2024.0db1), libc6 (>= 2.34) Suggests: cups, cups-bsd, smbclient Conflicts: lprng Filename: pool/development/c/cups/cups-client_2.4.2-3+deb12u5+apertis0bv2024.0db1_amd64.deb Size: 165608 MD5sum: 16bf30c96bcf947fb8b075cd6344c947 SHA1: ef8e55b91db394318e7fda39b8627774585e7e97 SHA256: b622bad56f6d0ae59c21748224a51f11c4ee14c3b145916450740ae4e2eb108c SHA512: ccef786c9c26a2d889dd365710913ba2cb6dd8be7142396c301910c9d0e817dbbb2d690ea8a0303867903691134d791d20b50e8246ef991ac78d2c11d4697f19 Description: Common UNIX Printing System(tm) - client programs (SysV) The Common UNIX Printing System (or CUPS(tm)) is a printing system and general replacement for lpd and the like. It supports the Internet Printing Protocol (IPP), and has its own filtering driver model for handling various document types. . This package provides the System V style print client programs. Homepage: https://github.com/OpenPrinting/cups/ Multi-Arch: foreign Package: cups-client-dbgsym Priority: optional Section: debug Installed-Size: 240 Maintainer: Debian Printing Team Architecture: amd64 Source: cups Version: 2.4.2-3+deb12u5+apertis0bv2024.0db1 Depends: cups-client (= 2.4.2-3+deb12u5+apertis0bv2024.0db1) Filename: pool/development/c/cups/cups-client-dbgsym_2.4.2-3+deb12u5+apertis0bv2024.0db1_amd64.deb Size: 157420 MD5sum: ad5bec00f9da8283875c2eda7e5907b3 SHA1: a3e3f88b2cff742f315367a56fa4d284f1e234f4 SHA256: 511592503986dbe56519049b4ca22bcc2573fce8e1ba37d6e72e8dc3046eeb12 SHA512: f19f04888693b43b44731d2ea6e7c90dcc239f9b90fc1d685e57effca4658130554b1c7cf9ade5ad56dec908b41ea60664ed4b2514e681dd0d45ad56953ceac7 Description: debug symbols for cups-client Auto-Built-Package: debug-symbols Build-Ids: 0887e2940f2b0f7f44c3e4a4622ba904814261f6 1071405d2bb84cf1a2ac871e5af76042af0cfa5c 1540cb3dda16ac5f176f4765354c4efe37b8594d 22d1d94b0051b27017697e536cd538a5c6a53b41 5660439e4605c2636ee34877fc9e963edfdf46c9 5bd149f9021d0baee0dec33925a22c63dbb11168 982b0f46521700906cbc751c464bae094fac607a 99055abbe76dc3138fc9f6d965ae7f340890e07b bfbd4a21d2d1f9b51726d0b0409cb79f136f2230 c6e23cc25e24b9d68db2e959525b007ac9775d8c Package: cups-common Priority: optional Section: net Installed-Size: 4242 Maintainer: Debian Printing Team Architecture: all Source: cups Version: 2.4.2-3+deb12u5+apertis0bv2024.0db1 Filename: pool/development/c/cups/cups-common_2.4.2-3+deb12u5+apertis0bv2024.0db1_all.deb Size: 260276 MD5sum: 1839f274e5c670c51b24c2efe924ed72 SHA1: fb103559c7c595cc43f428d9769c38bd4c8b52ba SHA256: 3c1504c7393b3f7bcd157f9a6ea283fbcd32dc23b3d7a7dbf1cf9fbcda14e3a8 SHA512: 1393c19b0a5857c29796ed3dadb7e138eafabbe1329580b8aec0b6000a2ddb6c9a313e2e8c5fd409d5af433de6004b67c3636924efa7b41fba853befe8ab724d Description: Common UNIX Printing System(tm) - common files The Common UNIX Printing System (or CUPS(tm)) is a printing system and general replacement for lpd and the like. It supports the Internet Printing Protocol (IPP), and has its own filtering driver model for handling various document types. . This package provides common files for CUPS server and client packages. Homepage: https://github.com/OpenPrinting/cups/ Multi-Arch: foreign Package: cups-core-drivers Priority: optional Section: net Installed-Size: 133 Maintainer: Debian Printing Team Architecture: amd64 Source: cups Version: 2.4.2-3+deb12u5+apertis0bv2024.0db1 Replaces: cups-server-common (<< 2.1.0-7~) Depends: cups-daemon (>= 2.4.2-3+deb12u5+apertis0bv2024.0db1), cups-filters-core-drivers, libcups2 (= 2.4.2-3+deb12u5+apertis0bv2024.0db1), libc6 (>= 2.34) Recommends: avahi-daemon Breaks: cups-server-common (<< 2.1.0-7~) Filename: pool/development/c/cups/cups-core-drivers_2.4.2-3+deb12u5+apertis0bv2024.0db1_amd64.deb Size: 44036 MD5sum: 69446dfebf9d665d2445f6f51767bb4f SHA1: 7b44fd8e798975a4d7960428a6774f8315137b13 SHA256: c189ba6c5d96af9c374f55245548efd4012072287cdfbdd2b756a9630200537f SHA512: 10a824ed64b1488a22e472c5a41f42c44dd891dc6eb8aa8120e939d5d514060b079603039a1e7932b7bf8257f554246867eb8ed1f388efc929df20e405564f0e Description: Common UNIX Printing System(tm) - driverless printing The Common UNIX Printing System (or CUPS(tm)) is a printing system and general replacement for lpd and the like. It supports the Internet Printing Protocol (IPP), and has its own filtering driver model for handling various document types. . This package provides the parts of CUPS which are needed for driverless printing on IPP printers with common data formats. Homepage: https://github.com/OpenPrinting/cups/ Multi-Arch: foreign Package: cups-core-drivers-dbgsym Priority: optional Section: debug Installed-Size: 89 Maintainer: Debian Printing Team Architecture: amd64 Source: cups Version: 2.4.2-3+deb12u5+apertis0bv2024.0db1 Depends: cups-core-drivers (= 2.4.2-3+deb12u5+apertis0bv2024.0db1) Filename: pool/development/c/cups/cups-core-drivers-dbgsym_2.4.2-3+deb12u5+apertis0bv2024.0db1_amd64.deb Size: 56640 MD5sum: 4bc8960493b059c852e1585cd4cf0bf4 SHA1: be9ca62317a4f5e82c99d90d00a0305f9e34e1e5 SHA256: be27cab09f42344763559c982c013744a1f9fc8c7a25aa0345b9ad9c85eb9246 SHA512: 0f703c0b4d3a601751e309515611ccbcd708e37d3d41737af79b5583e8511d22ecaf515ee1c6b20bd93c7b0f2bffcd680c87993a14706a6e2402c305d0d12393 Description: debug symbols for cups-core-drivers Auto-Built-Package: debug-symbols Build-Ids: 5d6a0cadbfaad11456cba0b5acce9e85960b2bb7 98f8e97909c012da71168d6fc67e28904e3d0f2a f238a942fb9fc5b2216c7bacf60412927cbe6ccc Package: cups-daemon Priority: optional Section: net Installed-Size: 882 Maintainer: Debian Printing Team Architecture: amd64 Source: cups Version: 2.4.2-3+deb12u5+apertis0bv2024.0db1 Replaces: cups (<< 2.1.0-6~) Depends: adduser, bc, libcups2 (= 2.4.2-3+deb12u5+apertis0bv2024.0db1), lsb-base, procps, ssl-cert, libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libc6 (>= 2.36), libdbus-1-3 (>= 1.9.14), libgssapi-krb5-2 (>= 1.17), libpam0g (>= 0.99.7.1), libpaper1, libsystemd0 Pre-Depends: init-system-helpers (>= 1.54~) Recommends: avahi-daemon, colord, cups-browsed, ipp-usb Suggests: cups, cups-bsd, cups-client (>= 2.4.2-3+deb12u5+apertis0bv2024.0db1), cups-common (>= 2.4.2-3+deb12u5+apertis0bv2024.0db1), cups-filters, cups-pdf, cups-ppdc, cups-server-common (>= 2.4.2-3+deb12u5+apertis0bv2024.0db1), foomatic-db-compressed-ppds | foomatic-db, ghostscript, poppler-utils, smbclient, udev Breaks: cups (<< 2.1.0-6~) Filename: pool/development/c/cups/cups-daemon_2.4.2-3+deb12u5+apertis0bv2024.0db1_amd64.deb Size: 358204 MD5sum: c6432b805677832f5444e21961ad4301 SHA1: fb9bd435650faba053702569f46fa9213105ce73 SHA256: 04eb58f18b816b5610c43a523ad1d57eea392a6862a8d136d5873a8e807dedf7 SHA512: 1a2e065d266a8a46c095c156f0a24c8453ea2e6b73e8ad39815aab758860bea9dfb29a8ccc64e04cdf559ba55a6c35fdf63505a36a8cec433431afbbfd1b91e2 Description: Common UNIX Printing System(tm) - daemon The Common UNIX Printing System (or CUPS(tm)) is a printing system and general replacement for lpd and the like. It supports the Internet Printing Protocol (IPP), and has its own filtering driver model for handling various document types. . This package provides the CUPS scheduler/daemon. Homepage: https://github.com/OpenPrinting/cups/ Multi-Arch: foreign Package: cups-daemon-dbgsym Priority: optional Section: debug Installed-Size: 572 Maintainer: Debian Printing Team Architecture: amd64 Source: cups Version: 2.4.2-3+deb12u5+apertis0bv2024.0db1 Depends: cups-daemon (= 2.4.2-3+deb12u5+apertis0bv2024.0db1) Filename: pool/development/c/cups/cups-daemon-dbgsym_2.4.2-3+deb12u5+apertis0bv2024.0db1_amd64.deb Size: 495996 MD5sum: b0243c26c4f194a77575e872ff0161af SHA1: 6bc44225eb4a57a378c88ba4477c8b7be39574e4 SHA256: 842925bafdc59d2d8dea4f3bac41b7addb23e9d2f8fdcd6b781a0d0f641afdd1 SHA512: 45d23ed8acb67c0761a83885627d9423535d02788dfafc6703b27058aa9ef2d4476b7db604811c9414976d2ed2ca2412cab390aede593cfee7118eefde2408cb Description: debug symbols for cups-daemon Auto-Built-Package: debug-symbols Build-Ids: 11746b73968991e2752c90da4120eb422c13f609 4e7ec3d5863bf65328042face7ab1ae6662d515a 8599e1223c57f980a68fe36cd7380ccae9057686 91f77df293ee7af104eb0def86dd354e10d90ce1 9ad34d4db0e68bd9ec231fad0cd791888d15d5af c3939db71b3e68467220b978394c251741e816c9 Package: cups-dbgsym Priority: optional Section: debug Installed-Size: 920 Maintainer: Debian Printing Team Architecture: amd64 Source: cups Version: 2.4.2-3+deb12u5+apertis0bv2024.0db1 Depends: cups (= 2.4.2-3+deb12u5+apertis0bv2024.0db1) Filename: pool/development/c/cups/cups-dbgsym_2.4.2-3+deb12u5+apertis0bv2024.0db1_amd64.deb Size: 722980 MD5sum: 43521ae3931a8c5e5ded2beb6eb12b70 SHA1: 48f55ca65efe3459caab3f0f51698e3591c302bd SHA256: 6245c9b8c86008ff40aab0bbbb410b2afb47d920393ecdb47905cf8b53a1d2ce SHA512: 8768d36dd7668a5efa7eca7a4fc1491521fd598f4574410818ced4a614004adcf07c991b687a03af7b9fb2b279445e0b43791ad8dc85ecdb6d6df7628b548536 Description: debug symbols for cups Auto-Built-Package: debug-symbols Build-Ids: 2dc8ca9d8446887e99717263075366b5333ad872 3093c44cda3fa844d6a84d97fdca836c7c53f872 328d20090222bbd3e1b50c32cce54572d5fe2f55 3b22d798975f423a63d644695eb52c7341c6663e 3b6c0cbe81ea1279204a06903e0ed09962d29fda 3df4d14adeb39ea14627dded61511bbf76196787 48b0a0a2afca0f23e8bdea00caef23949f8dcf52 53fffe2a69eb045e50cb691ef50c537605fd0cef 56d3dc970d71450248f51007a53879a0900a7a83 6389748e5b11525e71bb771abcf757a8d63d112b 828859c5440c81805b5575c311cee44240c8a8b5 875bb3eaebe44a539680873335d9fc683605813b 997eb2921f56025db36d2291f6823a264901d750 a7cae923c46d6068c4dd9c74562f5ad21b2cdb5a bf46a985c0ae5a4aaeeb91c065ecff13f4e4d48f cbeb18356dbbe0cb2551629d24aca72b9edf9214 cf88310d0f3fd0a7974d081cf1e6b52f6eb0c08b d31c243f9d69477a6f78cf288ad80b764d7a84a5 e516ea84fdb40f0d34fb9173764dfa795ef7c1be eda407d670c940cd561c2a2c47499205e4cb85e3 Package: cups-filters Priority: optional Section: net Installed-Size: 1904 Maintainer: Debian Printing Team Architecture: amd64 Version: 1.28.17-3+apertis0bv2024dev3b1 Replaces: foomatic-filters, foomatic-filters-beh, ghostscript-cups Provides: foomatic-filters, foomatic-filters-beh, ghostscript-cups Depends: bc, cups-filters-core-drivers (>= 1.28.17-3+apertis0bv2024dev3b1), ghostscript, poppler-utils, libc6 (>= 2.34), libcups2 (>= 2.3~b6), libcupsfilters1 (>= 1.22.2), libfontconfig1 (>= 2.12.6), libfontembed1 (>= 1.0.31), libgcc-s1 (>= 3.0), libqpdf29 (>> 11.3~), libstdc++6 (>= 11) Recommends: colord, liblouisutdml-bin | liblouis-bin, lynx Suggests: antiword, docx2txt, foomatic-db-compressed-ppds | foomatic-db, imagemagick Conflicts: foomatic-filters, foomatic-filters-beh, ghostscript-cups Filename: pool/development/c/cups-filters/cups-filters_1.28.17-3+apertis0bv2024dev3b1_amd64.deb Size: 571228 MD5sum: 7bcc482914c256de56b739cd1550f71e SHA1: 62818971688149c3f2ae6de273aef283c5a1ff1a SHA256: fe2dd0ca882ce3b03f9dbaa959ca821d40c4692cf5873ac1d81369244367e4cf SHA512: 9d159ee7baf7e1206ac11a2a16f1f9dab27f518ba5ef251e09ef66fcf55042fbf6aa32a2fd2563a255356427446d48707ebad5ba73a933b22cbaf5c4539f45c0 Description: OpenPrinting CUPS Filters - Main Package This package provides additional CUPS filters which are not provided by the CUPS project itself. This includes filters for a PDF based printing workflow. . This package contains the filters for printing with drivers/PPDs and for converting non-PDF input files to PDF. Homepage: http://www.openprinting.org/ Package: cups-filters-core-drivers Priority: optional Section: net Installed-Size: 655 Maintainer: Debian Printing Team Architecture: amd64 Source: cups-filters Version: 1.28.17-3+apertis0bv2024dev3b1 Replaces: cups-filters (<< 1.13.0) Depends: bc, cups-ipp-utils, poppler-utils, libc6 (>= 2.34), libcups2 (>= 2.3~b6), libcupsfilters1 (>= 1.28.0), libgcc-s1 (>= 3.0), liblcms2-2 (>= 2.2+git20110628), libpoppler-cpp0v5 (>= 22.12.0), libqpdf29 (>> 11.3~), libstdc++6 (>= 11), zlib1g (>= 1:1.1.4) Breaks: cups-filters (<< 1.13.0) Filename: pool/development/c/cups-filters/cups-filters-core-drivers_1.28.17-3+apertis0bv2024dev3b1_amd64.deb Size: 206928 MD5sum: 6d135f668f3083c489379ad034921507 SHA1: 31896b6405b7332f4fef93c56256941989abac24 SHA256: 7248d8a9b032f2ce40a17578530d650dc0289e83fdaf17fb3dde8a51fe410ca8 SHA512: c3a98f460465fb3f989c9eb04b7eebad5603b752ff28e94b54a43e8ded2832e726a19c4d05c488ce3c5772199c694fc479b11d280b790929042653b5dbe4d92a Description: OpenPrinting CUPS Filters - Driverless printing This package provides additional CUPS filters which are not provided by the CUPS project itself. This includes filters for a PDF based printing workflow. . This package contains only the filters needed for driverless printing of PDF input files on IPP printers with known, common languages (PDF, PostScript, PWG Raster, Apple Raster, PCL). Homepage: http://www.openprinting.org/ Package: cups-filters-core-drivers-dbgsym Priority: optional Section: debug Installed-Size: 2166 Maintainer: Debian Printing Team Architecture: amd64 Source: cups-filters Version: 1.28.17-3+apertis0bv2024dev3b1 Depends: cups-filters-core-drivers (= 1.28.17-3+apertis0bv2024dev3b1) Filename: pool/development/c/cups-filters/cups-filters-core-drivers-dbgsym_1.28.17-3+apertis0bv2024dev3b1_amd64.deb Size: 2066808 MD5sum: 9ddd939d308c44e87695aa2ff5006faa SHA1: fd9c4767497720517849cf7dd78f06d5c663f74b SHA256: c51a73df51af6388b4ed3e84f82eb60bf2f2bd0bcaa6ff6e51c6f707e8bb02ec SHA512: aee2f46b01724bd565517be6b16b9ced8376cbcfc57f74d313bdec8014d452e1ca99d93ab5a8370d2104a2405fceec1ae46cc9960ccd0f103e5dbfb038eb9c1b Description: debug symbols for cups-filters-core-drivers Auto-Built-Package: debug-symbols Build-Ids: 068a225a03b6ea99ff11e6a524f9164d05150655 0d2325365f44d8c2d78eeb87019d49756994a9cf 35368b44f434636e71eb09cc369cf517bd3fa683 3c02f9f4c7ea97661c30680725168b7b662a01f9 5fd1b0cfd548923969f20dc3c27632c720cf30bf 720beadd1267fe731066bdeaf38b411f823abe81 8eeb3074825c0c7a5c6f2b9dcdfaf603d9c79dbe ca9207b559d22b2e1cf1a72433692af5e29da3b3 ccd49378b71fc1cf928e581654243630b77b4ce6 Package: cups-filters-dbgsym Priority: optional Section: debug Installed-Size: 918 Maintainer: Debian Printing Team Architecture: amd64 Source: cups-filters Version: 1.28.17-3+apertis0bv2024dev3b1 Depends: cups-filters (= 1.28.17-3+apertis0bv2024dev3b1) Filename: pool/development/c/cups-filters/cups-filters-dbgsym_1.28.17-3+apertis0bv2024dev3b1_amd64.deb Size: 786768 MD5sum: 5eb0a0a80a2be19b5bf74905a07d91ce SHA1: eecc93dfc7f7e8733c745efbdaad48da2fabff38 SHA256: 27a1130319ea2970aae6ed6d3bfe598250e0ed2fdd10a87a8c1175f956c402c7 SHA512: 6db286d9e609e683315c81fd2c64541010ca4322c28a393308fd6bc4ba8fe85821b4eaacdd3aa71c27da318edf82d74df2646d32e83e79a858071435b983f97f Description: debug symbols for cups-filters Auto-Built-Package: debug-symbols Build-Ids: 1d1c8e778f4eb767705cf4b2080e8465afa8e17e 25f6d11f349ead82eedeca29beaff16590cf743d 39f58302f006f758ca3ab85f3546c177bc569b76 5e810573f023ba61b8994cbd938896c445d5b6c1 5f027114bfca044e6f4b47c7a92af08c56895d34 600bb09037ffc097021d8ebd5d3a6aa3f278dacb 618e105121b8a63e72470a00d5098d97d2780e25 7e84cf8047e7b485dceb04af2d21463a4e37564d 890de73f05251503fea956ff8da7979a2577b367 90d70b254c880ba34a8af562c113419764608b27 95274dd83059d75464a34a0567b4993df9414537 9b41c14941f013c591f6a3cc9f48c1cfc1468360 b4d559a9c871a72fa456951c79fd1fd31c6d55d1 f6707b94974d0ebc01f5b23266c0a1498bb2557f Package: cups-ipp-utils Priority: optional Section: net Installed-Size: 996 Maintainer: Debian Printing Team Architecture: amd64 Source: cups Version: 2.4.2-3+deb12u5+apertis0bv2024.0db1 Replaces: cups-client (<< 2.0.3-2~) Depends: libcups2 (= 2.4.2-3+deb12u5+apertis0bv2024.0db1), libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libc6 (>= 2.36), libpam0g (>= 0.99.7.1) Recommends: avahi-daemon Breaks: cups-client (<< 2.0.3-2~) Filename: pool/development/c/cups/cups-ipp-utils_2.4.2-3+deb12u5+apertis0bv2024.0db1_amd64.deb Size: 240464 MD5sum: 331ae77bd82bc9f0d20dcb7bf97f6322 SHA1: a2c39851713896155204b3ee988086b88a1b8a69 SHA256: f335c42720939cbe353591db2c40e4ce11772c27ef2474debc5ad372aca13606 SHA512: 3b3aeec4bf6e0cee39d50668a1c8b89c6a2dd8657146bf9c9e6b824d30a2e689c65c4d518995724d7174833275be8e6de663edd5a739b5c2b81dcdc3e1465a9b Description: Common UNIX Printing System(tm) - IPP developer/admin utilities The Common UNIX Printing System (or CUPS(tm)) is a printing system and general replacement for lpd and the like. It supports the Internet Printing Protocol (IPP), and has its own filtering driver model for handling various document types. . This package provides IPP utilities for developers and system administrators Homepage: https://github.com/OpenPrinting/cups/ Multi-Arch: foreign Package: cups-ipp-utils-dbgsym Priority: optional Section: debug Installed-Size: 299 Maintainer: Debian Printing Team Architecture: amd64 Source: cups Version: 2.4.2-3+deb12u5+apertis0bv2024.0db1 Depends: cups-ipp-utils (= 2.4.2-3+deb12u5+apertis0bv2024.0db1) Filename: pool/development/c/cups/cups-ipp-utils-dbgsym_2.4.2-3+deb12u5+apertis0bv2024.0db1_amd64.deb Size: 242392 MD5sum: ed4b60fff75d64b69134ee1830801987 SHA1: 4facbb523620980546fba6f0e55ad3a3a30dd548 SHA256: ee6e757b0f2dedbbd1fe16c70a905be6b1ecdeeaedc07dc5703868f48ca59ce5 SHA512: 40f375ec39c38779ac7e747a3cb2c2cdd026fd2be3ff38499ae1df0127a87c834471a89be66ab74b7374a17e2a0c74db1a863e27905866cc358dfe64a48701e9 Description: debug symbols for cups-ipp-utils Auto-Built-Package: debug-symbols Build-Ids: 2aebe0503c4c5bd7679bdc73180c2cc1e699dc52 77ec5161fcee20098498f63184c24d9ab94f36ed 811c3fbde2cde1e87ffd8217e41ca8c3b0fd4aa5 9e2889e2b2319872f9d799468d5039f5c47db6d4 e9e443d5fbc551930cf4087ad66c781a85cff46a Package: cups-ppdc Priority: optional Section: utils Installed-Size: 566 Maintainer: Debian Printing Team Architecture: amd64 Source: cups Version: 2.4.2-3+deb12u5+apertis0bv2024.0db1 Depends: cups-common (>= 2.4.2-3+deb12u5+apertis0bv2024.0db1), libc6 (>= 2.34), libcups2 (>= 2.3~b6), libgcc-s1 (>= 3.0), libstdc++6 (>= 5) Filename: pool/development/c/cups/cups-ppdc_2.4.2-3+deb12u5+apertis0bv2024.0db1_amd64.deb Size: 129724 MD5sum: 1c0c3d86413bed3d1427dd42ea1c04cd SHA1: d14675335ef1dd9d016a0b5f52a1f0476a98d1b7 SHA256: 6b32571c98ae30819252bffdbd882597ab1f31ff81003f78e2e10f0ff2e03a74 SHA512: 9069f91ca6bc6b87fb76351b3dd28af793186d36c7636d91391a342a3707244a5fc0f999de9cbdee50ff4c8bd88e4a67c7d9ca719bfd89a10b81e66674ccfb48 Description: Common UNIX Printing System(tm) - PPD manipulation utilities The Common UNIX Printing System (or CUPS(tm)) is a printing system and general replacement for lpd and the like. It supports the Internet Printing Protocol (IPP), and has its own filtering driver model for handling various document types. . This package provides utilities to generate and manipulate PPD files. Homepage: https://github.com/OpenPrinting/cups/ Multi-Arch: foreign Package: cups-ppdc-dbgsym Priority: optional Section: debug Installed-Size: 498 Maintainer: Debian Printing Team Architecture: amd64 Source: cups Version: 2.4.2-3+deb12u5+apertis0bv2024.0db1 Depends: cups-ppdc (= 2.4.2-3+deb12u5+apertis0bv2024.0db1) Filename: pool/development/c/cups/cups-ppdc-dbgsym_2.4.2-3+deb12u5+apertis0bv2024.0db1_amd64.deb Size: 400120 MD5sum: e42b2b2cd0ba2ad9b0703b2d28ca6309 SHA1: e10835d892ae32e93a67cf56cce21785685f3f13 SHA256: ae7d0ec8a20a7ee864410aa380be372e8c06eaec22f0df258ea273cf257630b7 SHA512: 9b536c0df773b964233586be668a9b39f3a7116973efab69d722d2d0ad5a6c6e895cd298879a933ca32903d5cc7a667fe6a1c456c1097b66120540be7cd7abab Description: debug symbols for cups-ppdc Auto-Built-Package: debug-symbols Build-Ids: 0efbaf52fb08d0a7198d71bc578f8c128787057e 37d25ce1567e46108eba1292c49cdb7ca7ffb8c3 419c9107ed7f4daf5c58d5f603972cbe94e3ca64 771011c7b86d9a9bd45e2830268ce55e038dc3e3 97dfe8b6967912f6d9e09854eaa60e404484f67c Package: cups-server-common Priority: optional Section: net Installed-Size: 2385 Maintainer: Debian Printing Team Architecture: all Source: cups Version: 2.4.2-3+deb12u5+apertis0bv2024.0db1 Filename: pool/development/c/cups/cups-server-common_2.4.2-3+deb12u5+apertis0bv2024.0db1_all.deb Size: 417112 MD5sum: 66d6645aab32db59549bfaadf9b4cb81 SHA1: c3fdfcfc127c197bdaa654b2d54b8f2d47e4281d SHA256: f5b58bb775c264f65639a0373ff8fe76d5cba082775d598f9806a676f56dee6a SHA512: 22abc41b562064b238bb55f4c2c158ff6090518d805df8939135d73bc423226d6f0ae066bba5b562d4030ba675d7b67fdcae1cf0f47deb097bdb5ecfd56bfeea Description: Common UNIX Printing System(tm) - server common files The Common UNIX Printing System (or CUPS(tm)) is a printing system and general replacement for lpd and the like. It supports the Internet Printing Protocol (IPP), and has its own filtering driver model for handling various document types. . This package provides common files for CUPS server. Homepage: https://github.com/OpenPrinting/cups/ Multi-Arch: foreign Package: cvs Priority: optional Section: vcs Installed-Size: 4613 Maintainer: Thorsten Glaser Architecture: amd64 Version: 2:1.12.13+real-28+deb12u1+apertis0bv2024preb1 Depends: libbsd0 (>= 0.0), libc6 (>= 2.34), libcrypt1 (>= 1:4.1.0), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.6.dfsg.2), zlib1g (>= 1:1.1.4), adduser Recommends: openssh-client Suggests: mksh, rcs Filename: pool/development/c/cvs/cvs_1.12.13+real-28+deb12u1+apertis0bv2024preb1_amd64.deb Size: 2808688 MD5sum: fc35dfeb40153693001f56f0ffc5792d SHA1: 3c8402fdfdd9e185ccc4f6257a16ffa0e34f3149 SHA256: e07aaf1609370e75decd6f9b9b0fd21bfe134ba3bdffba91ba6843db1d606ed6 SHA512: a5b3d412d12ed44e53d47749d53ade58cb02a5aaaec986eeb415b28ab4aacf9a5db25c770272140093c65c84caa0795557d8fb0dbf34620cd8ed6d962aa2572b Description: Concurrent Versions System CVS is a version control system, which allows you to keep access to old versions of files (usually source code), keep a log of who, when, and why changes occurred, etc., like RCS or SCCS. It handles multiple developers, multiple directories, triggers to enable/log/control various operations, and can work over a wide area network. The texinfo manual provides further information on more tasks that it can perform. . There are some tasks that are not covered by CVS. They can be done in conjunction with CVS but will tend to require some script-writing and software other than CVS. These tasks are bug-tracking, build management (that is, make and make-like tools), and automated testing. However, CVS makes these tasks easier. . This package contains a CVS binary which can act as both client and server, although there is no CVS dæmon; to access remote repositories, please use :extssh: not :pserver: any more. Enhances: cvs2svn (>= 2.4.0-4~), rcs Homepage: http://www.nongnu.org/cvs/ Multi-Arch: foreign Package: cvs-dbgsym Priority: optional Section: debug Installed-Size: 1101 Maintainer: Thorsten Glaser Architecture: amd64 Source: cvs Version: 2:1.12.13+real-28+deb12u1+apertis0bv2024preb1 Depends: cvs (= 2:1.12.13+real-28+deb12u1+apertis0bv2024preb1) Filename: pool/development/c/cvs/cvs-dbgsym_1.12.13+real-28+deb12u1+apertis0bv2024preb1_amd64.deb Size: 1054572 MD5sum: 291749179dc5d5e9222934735996fbcc SHA1: d942e6cead81710117bebfadae7e04e93f725313 SHA256: 37d729ced1e955c23e92f41525386e9d91e8cb7800ed20d34adb7ffd9bfcf70f SHA512: 1be1b9c906727137c09033b96644af991269927bd8865aabd975f14452c897f014ba3e4295b577a64fc1af7efe0ef5a4b73d07086e1aed7548ad3c1e120e4b0f Description: debug symbols for cvs Auto-Built-Package: debug-symbols Build-Ids: 36353a51f836a67f6afb02c69ba9a99dd2efbbce Package: cvsps Priority: optional Section: devel Installed-Size: 105 Maintainer: Debian QA Group Architecture: amd64 Version: 2.1-8co1bv2024dev2b1 Depends: cvs, libc6 (>= 2.34), zlib1g (>= 1:1.1.4) Filename: pool/development/c/cvsps/cvsps_2.1-8co1bv2024dev2b1_amd64.deb Size: 47276 MD5sum: fbfb4ce9d7d61a315948a79190e8fc8e SHA1: 0ceede145b73bc30025dbaf5fcd68c873d60cbe3 SHA256: 4982edb135e886707fa4a5afc8b9182874b501b4a78d04e5ed255be694414d13 SHA512: 195978a131da76c22a87f11c2ba05290294414298ad0eaa59874cb7fc1b7a3b5a88cd3a31303b7a5b8e1df79baf0f0061a1f011856e503a4e2f52a8ad456ad8f Description: Tool to generate CVS patch set information CVSps is a program for generating 'patch set' information from a CVS repository. A patch set in this case is defined as a set of changes made to a collection of files, all committed at the same time (using a single 'cvs commit' command). This information is valuable for seeing the big picture of the evolution of a CVS project. While CVS tracks revision information, it is often difficult to see what changes were committed 'atomically' to the repository. Homepage: http://www.cobite.com/cvsps/ Package: cvsps-dbgsym Priority: optional Section: debug Installed-Size: 114 Maintainer: Debian QA Group Architecture: amd64 Source: cvsps Version: 2.1-8co1bv2024dev2b1 Depends: cvsps (= 2.1-8co1bv2024dev2b1) Filename: pool/development/c/cvsps/cvsps-dbgsym_2.1-8co1bv2024dev2b1_amd64.deb Size: 96056 MD5sum: 770f4a769565569027502554eca0861e SHA1: 1576f610bdbda274d68b885e846d530767ca5713 SHA256: ca0b867ffae48c1e8086f514c8567f10aecc526a6158b34e4240732b454b9512 SHA512: 754e37b7b978007040380ba7dfeaf95d155bbc57ce94d92916cd8407b9c828656aaff511b62201a02de99357980d3d5977fb754536c013ad0dea7f09e6fccfbe Description: debug symbols for cvsps Auto-Built-Package: debug-symbols Build-Ids: e847bdcc6d4d4acccbc61b8dca6c1a538bb711c0 Package: cxxtest Priority: optional Section: devel Installed-Size: 1016 Maintainer: Laszlo Boszormenyi (GCS) Architecture: all Version: 4.4+git171022-2apertis0bv2024preb2 Depends: python3:any, python3-ply Filename: pool/development/c/cxxtest/cxxtest_4.4+git171022-2apertis0bv2024preb2_all.deb Size: 421248 MD5sum: 1ee43fa08fcd1530d5351338997ab787 SHA1: acf2e977cabb711a349635e0d6212fd788f9fc76 SHA256: dc2aaa30f320aca6e146aa1b81c792fdfdefb4466dbd9309dbe88c4651bb3aae SHA512: 53af37339de13a709f68812df8c6ea17ea710c1c97bc7cfcf655040adf7cc02a6420f54c14ce9f8ec3a91e561b7bc8ab5a80fa7a791696f7776c647f683f9711 Description: lightweight xUnit-like framework for C/C++ applications CxxTest is a unit testing framework for C++ that is similar in spirit to JUnit, CppUnit, and xUnit. It provides assertions for checking conditions and classes for defining unit-test cases. . CxxTest is easy to use because it does not require precompiling a CxxTest testing library, it employs no advanced features of C++ (e.g. RTTI) and it supports a very flexible form of test discovery, which simplifies the creation of test drivers. It includes a script that parses C++ files that define unit tests and then generates a C++ test runner. When compiled, the test runner manages the execution of all unit tests in a flexible manner. Homepage: https://cxxtest.com/ Package: cython-doc Priority: optional Section: doc Installed-Size: 2901 Maintainer: Debian Python Team Architecture: all Source: cython Version: 0.29.32-2+apertis0bv2024preb1 Depends: libjs-jquery, libjs-underscore Suggests: cython3 Filename: pool/development/c/cython/cython-doc_0.29.32-2+apertis0bv2024preb1_all.deb Size: 633844 MD5sum: 54c49635bfd05ab7d3548fa73da202d5 SHA1: 64f6a20e6c063e8c4cf91291d27f945186c191da SHA256: 113823299321f565946a63663f0d07755d6ea797eb77c64702ae4d54ae673f0f SHA512: 71f1ffa167c11325e84d27b06f676041389b485b637c9e88ba01370582e28ede67afb092907744ad18133f696501e6373c97c7026d79b0df3cf8dff96aadf62b Description: C-Extensions for Python - documentation This package contains documentation for Cython. Homepage: http://cython.org/ Multi-Arch: foreign Package: cython3 Priority: optional Section: python Installed-Size: 6341 Maintainer: Debian Python Team Architecture: amd64 Source: cython Version: 0.29.32-2+apertis0bv2024preb1 Depends: python3 (<< 3.12), python3 (>= 3.11~), python3:any, libc6 (>= 2.14) Recommends: python3-dev, gcc Suggests: cython-doc Filename: pool/development/c/cython/cython3_0.29.32-2+apertis0bv2024preb1_amd64.deb Size: 1302272 MD5sum: 04f7bdc6d3158bd9c750e2d408b6f8b7 SHA1: 74c44ef68644f9290fd4a077d873f061cbbf38f0 SHA256: 55b72aa2a756144109ab2a7e87ac212f283ad17112858cc57b2638204982b5c6 SHA512: 822f10b7a6b5ba5b04849042ddf27fcfa7155db0354508757c707aa2baa7bce0fa90f81e169636cb7015bf977568d4f694abf618983b372698e414b7729a307c Description: C-Extensions for Python 3 Cython is a language that makes writing C extensions for the Python language as easy as Python itself. Cython is based on the well-known Pyrex, but supports more cutting edge functionality and optimizations. . The Cython language is very close to the Python language, but Cython additionally supports calling C functions and declaring C types on variables and class attributes. This allows the compiler to generate very efficient C code from Cython code. . This makes Cython the ideal language for wrapping external C libraries, and for fast C modules that speed up the execution of Python code. Homepage: http://cython.org/ Package: cython3-dbg Priority: optional Section: debug Installed-Size: 27315 Maintainer: Debian Python Team Architecture: amd64 Source: cython Version: 0.29.32-2+apertis0bv2024preb1 Depends: libc6 (>= 2.14), cython3 (= 0.29.32-2+apertis0bv2024preb1) Filename: pool/development/c/cython/cython3-dbg_0.29.32-2+apertis0bv2024preb1_amd64.deb Size: 10040180 MD5sum: 76ed66ba35b13c03416bf3eb1cd276dc SHA1: 1516ea9aea2839a6306b10f22d23d93be9a8f3ec SHA256: 4b2646008fc20cb79b929996a5d434e51791c6cd5bda48d478cfec2a1b4dc352 SHA512: 5026b90aafba32db7710f035f3cfa2a7172a416bd991a68e543eab858934240806830f9e93b422d1899dfed27fc6e0c33f0032dc4cf622083d9e5f5d5cbbb31c Description: C-Extensions for Python 3 - debug build This package contains Cython libraries built against versions of Python configured with --pydebug. Build-Ids: 106b40300d494db1783621ef019a4ec79f800e9c 373f8571a0994c2dad679a5b18bb0752efe0e2cb 376fa1fb484ab53932dd491c7b1e61cb8ff81ad6 402a3b199b429b6dcbb4a2197665be81983ced04 6c2029237691c7c566f36909168d600410559a75 6ece4e3e121ac5027cf04ac75c712d0ef92ebf6c cd7996901965192e7fab1173011d67a779aff76e f5d0646021451a73bda1b3e3d142c414c1a93ac9 Homepage: http://cython.org/ Multi-Arch: same Package: d-feet Priority: optional Section: devel Installed-Size: 466 Maintainer: Utopia Maintenance Team Architecture: all Version: 0.3.16-3+apertis0bv2024dev2b1 Depends: gir1.2-glib-2.0, gir1.2-gtk-3.0, python3-gi, dconf-gsettings-backend | gsettings-backend, python3:any Filename: pool/development/d/d-feet/d-feet_0.3.16-3+apertis0bv2024dev2b1_all.deb Size: 61888 MD5sum: 8415c8681c502ca4d2d72b0b7a10bdf3 SHA1: 64a07579ba0c625bd4110e5bfbc1210e863604bd SHA256: d20ab4a5b57647f3d2d2b93ecd01d519d978ab53063c404e68739d5ec1beabcc SHA512: 0f7ede886cb4126292117e4489921621882a7b594e8c77fc75e7a9d053b63f1f7cfe7f7f49da6e2f90af68d1161262c88e2f3d6694574b55db601ca4bb53d931 Description: D-Bus object browser, viewer and debugger d-feet is a D-Bus debugger that allow you to: * View names on the session and system bus * View exported objects, interfaces, methods and signals * View the full command line of services on the bus * Execute methods with parameters on the bus and see their return values Homepage: https://wiki.gnome.org/Apps/DFeet Package: d-shlibs Priority: optional Section: utils Installed-Size: 36 Maintainer: Jonas Smedegaard Architecture: all Version: 0.104+apertis1bv2024dev2b1 Depends: apt, binutils Filename: pool/development/d/d-shlibs/d-shlibs_0.104+apertis1bv2024dev2b1_all.deb Size: 11056 MD5sum: 4f7ee0c71909bcd996e6eb4ea12e3322 SHA1: 7cfcafa214e94f51e32dd719cd764daf8e8ba804 SHA256: 2d41e2ca6eb12cba4ffa9c91146cd432546a2b45a6975d2d1ac8b1d7872fa532 SHA512: 68bf12b2c7e21c744bc04c843b889e9bd543be879dfeb531f64071399493741986ce03268e156a3237cb60dc47889a91cb58d604cd2cde5facc516e5e235e9b0 Description: Debian shared library package building helper scripts Shared library packages in Debian need some special catering to do with regards to which files go where. This package contains programs which try to help automate the process and catch simple errors. . * "d-shlibmove" moves the shared library binary around from temporary installation directory to the destination package directory. * "d-devlibdeps" tries to list the development library dependencies required for using the -dev package. Homepage: https://tracker.debian.org/pkg/d-shlibs Multi-Arch: foreign Package: datefudge Priority: optional Section: devel Installed-Size: 36 Maintainer: Robert Luberda Architecture: amd64 Version: 1.24+apertis1bv2024dev2b1 Depends: libc6 (>= 2.34) Filename: pool/development/d/datefudge/datefudge_1.24+apertis1bv2024dev2b1_amd64.deb Size: 8236 MD5sum: f854ae28542495738e13f62f9b34ad92 SHA1: 9694a75983cd9c54921401772038f73ab46a6a91 SHA256: 554a5eb75b0a21a95111e1b4cc2d8806d122293af21fe51e5ee626dc95172175 SHA512: 70383849095a3dcb73de49a667dc1d42417e99955dafbd551a70ad970da679882b4358dbc51196783f41306feff5d3cbd820e7b658e88df1612d0a0c57675619 Description: Fake the system date This program (and preload library) fakes the system date so that programs think the wall clock is ... different. . The faking is not complete; timestamp on files are not affected in any way. . This package is useful if you want to test the date handling of your programs without changing the system clock. Examples: Does it handle expired certificates correctly? Does it work on a leap day? Multi-Arch: same Package: datefudge-dbgsym Priority: optional Section: debug Installed-Size: 18 Maintainer: Robert Luberda Architecture: amd64 Source: datefudge Version: 1.24+apertis1bv2024dev2b1 Depends: datefudge (= 1.24+apertis1bv2024dev2b1) Filename: pool/development/d/datefudge/datefudge-dbgsym_1.24+apertis1bv2024dev2b1_amd64.deb Size: 4584 MD5sum: 69a21db44891ce243dbb6470519262c6 SHA1: e1e2ac2e0bcaffd8e4dc6e865d9469de33cb51c1 SHA256: c75604e8a51b3c1adee2bb304ae8f52bb905242ebfe9c784d0b9d2a5814af810 SHA512: 680a6e8766f36220585548989fa55ef9420a9ad7515442e8654e52c44f055cf2c3a5c1e425d35044bbc8d365ed0224ee6ba33858497ab4b9eb5afc46d304773d Description: debug symbols for datefudge Auto-Built-Package: debug-symbols Build-Ids: c3b9652c2297d4052e587e1099d3863b8bb37794 Multi-Arch: same Package: daxctl Priority: optional Section: misc Installed-Size: 147 Maintainer: Adam Borowski Architecture: amd64 Source: ndctl Version: 76.1-1+apertis0bv2024preb1 Depends: libc6 (>= 2.34), libdaxctl1 (>= 72), libiniparser1 (>= 4.0), libjson-c5 (>= 0.15), libndctl6 (>= 63), libuuid1 (>= 2.16) Filename: pool/development/n/ndctl/daxctl_76.1-1+apertis0bv2024preb1_amd64.deb Size: 54320 MD5sum: 86f3b18b5234486473e321b08588541c SHA1: cbc321b72c785a1f183ecd76284a2afdd2c93278 SHA256: 98bb4a62a89ced96fc9e1a4ee0527d84d05da3e3010da37be6cebdc2ba24baa9 SHA512: 73eb2e5748fcf6d6a36142e57fb06d1c93133095bf27d771417ef5490d4e8a0e0ab63a347132565f4a60d7c68dc391587c9513086bd00555139f7327c3de8401 Description: Utility for managing the device DAX subsystem "DAX" are file system extensions to bypass the page cache and block layer to mmap persistent memory, from a PMEM block device, directly into a process address space. . This package contains a utility for managing the device DAX subsystem in the Linux kernel. Homepage: https://github.com/pmem/ndctl Multi-Arch: foreign Package: daxctl-dbgsym Priority: optional Section: debug Installed-Size: 105 Maintainer: Adam Borowski Architecture: amd64 Source: ndctl Version: 76.1-1+apertis0bv2024preb1 Depends: daxctl (= 76.1-1+apertis0bv2024preb1) Filename: pool/development/n/ndctl/daxctl-dbgsym_76.1-1+apertis0bv2024preb1_amd64.deb Size: 85980 MD5sum: a555d37ee8477eb60db80391ac300cfd SHA1: 2c2e1adc59b20898edac660dc63b5e8530e005da SHA256: 696fbec25fbd7100fd569b9c7f3366e6badc8eec4dfda9d21c61f532609a2ab9 SHA512: a7fc90fac14a4a79688f43b88ed4a9f970a6dcb932783bc90e0e43b182ebe04452d800677646ab2877e1af5ca50eb1a01edcd3b7dd81332c947eae33474684e8 Description: debug symbols for daxctl Auto-Built-Package: debug-symbols Build-Ids: 6d7943664ef16afcec1ce467386f810ac022f193 Package: db-util Priority: optional Section: utils Installed-Size: 38 Maintainer: Bastian Germann Architecture: all Source: db-defaults Version: 5.3.2+apertis0bv2024preb1 Depends: db5.3-util Filename: pool/development/d/db-defaults/db-util_5.3.2+apertis0bv2024preb1_all.deb Size: 2544 MD5sum: 82fd4fb2a28ce83400030ced4a10434f SHA1: bd5e52b00ebbfb5fc8b134c3c227ea3dc586e647 SHA256: eedb46343e62f50295283507e9012d4c8738d5c26e39bd4b1df8ab19ca836833 SHA512: b8f8cdca56e8a67ee44c8594b364aa0f3fecdb2ec177782373c822840b1ae2b5abbda88009dc3d26dde3c60356357caaf8e0b278c953c6bffecc3a79cf9f999b Description: Berkeley Database Utilities This empty package depends on the recommended utilities package containing different tools for manipulating databases and installs unversioned links to current database utilities. Multi-Arch: foreign Package: dblatex Priority: optional Section: text Installed-Size: 4635 Maintainer: Debian QA Group Architecture: all Version: 0.3.12py3-2+apertis0bv2024dev2b1 Depends: docbook-xml, python3-apt, texlive, texlive-bibtex-extra, texlive-extra-utils, texlive-latex-extra, texlive-science, xsltproc, python3:any Recommends: libxml2-utils, dblatex-doc (= 0.3.12py3-2+apertis0bv2024dev2b1) Suggests: docbook, ghostscript, graphicsmagick-imagemagick-compat | imagemagick, inkscape, latex-cjk-all, lmodern, opensp, pdf-viewer, texlive-lang-all, texlive-lang-cyrillic, texlive-xetex, transfig, xindy Filename: pool/development/d/dblatex/dblatex_0.3.12py3-2+apertis0bv2024dev2b1_all.deb Size: 359952 MD5sum: 6ffa8354d39c03d9d53ec6ad748ddd35 SHA1: 0c2f6ff900ee45c170c2bed2d0f5fa66ca3f9ede SHA256: fb93a69b2556793fb3bba6d13354e84157bed5fb2f6cefc7b1d96b331f37336f SHA512: 579103abc3212b09934c7147c041d37aa7344c0a34bc799ee4443dae5be0be463c37054ca5073f767352a0c7e5e026b0de90beb9cdbbe7daf8f7c40d357c6c6b Description: Produces DVI, PostScript, PDF documents from DocBook sources DocBook to LaTeX Publishing that transforms your SGML/XML DocBook documents to DVI, PostScript or PDF by translating them in pure LaTeX as a first process. MathML 2.0 markups are supported, too. It originally started as a clone of DB2LaTeX, but has been enhanced extensively since then and is actively maintained by the upstream author. Homepage: http://dblatex.sourceforge.net/ Package: dblatex-doc Priority: optional Section: doc Installed-Size: 3357 Maintainer: Debian QA Group Architecture: all Source: dblatex Version: 0.3.12py3-2+apertis0bv2024dev2b1 Filename: pool/development/d/dblatex/dblatex-doc_0.3.12py3-2+apertis0bv2024dev2b1_all.deb Size: 1324996 MD5sum: bc5e180233b4a74c753033b7790a3b02 SHA1: 4942c4acc846b0d870695db96be4e980d63d621c SHA256: c128499583fd64e624efddef34bf99d15f54c8abcb275c92e4694c40ff677d95 SHA512: 02a1cdd8ccd080fd5e143fcf39fc67adc19597824bed06203e87064758b31528a50f37fe1b28568f23a32a102162d49b797076a1805a4f31b8323a40cd941e21 Description: Documentation for dblatex Additional documentation for dblatex in HTML and PDF. Includes: • User Manual • Release Notes • DocBook Examples Homepage: http://dblatex.sourceforge.net/ Multi-Arch: foreign Package: dbus-broker Priority: optional Section: admin Installed-Size: 436 Maintainer: Utopia Maintenance Team Architecture: amd64 Version: 33-1+apertis0bv2024dev2b1 Provides: dbus-system-bus Depends: libapparmor1 (>= 3.0), libaudit1 (>= 1:2.2.1), libc6 (>= 2.34), libcap-ng0 (>= 0.7.9), libexpat1 (>= 2.0.1), libselinux1 (>= 3.1~), libsystemd0 (>= 243), init-system-helpers (>= 1.52), systemd-sysv (>= 230), dbus-system-bus-common Recommends: dbus-bin Filename: pool/development/d/dbus-broker/dbus-broker_33-1+apertis0bv2024dev2b1_amd64.deb Size: 154660 MD5sum: 8fd397b436c9a93d0769398079026e91 SHA1: d7dcbe23a814080d89f805ee58c434e5f4c333bb SHA256: 7c9352e8c3578c3a7b6488e2b7efa63104e81624454024e72f269ecdb9b1327f SHA512: aeb3b1fe4fb78b86797d5f3621cb14325d3ace3fed6cd511c1c1bce6aae7f7845790f521c1f4387103dc837f6619d0f9c0318cb3d84ff46581f37dee14c547d1 Description: Linux D-Bus Message Broker The dbus-broker project is an implementation of a message bus as defined by the D-Bus specification. Its aim is to provide high performance and reliability, while keeping compatibility to the D-Bus reference implementation. It is exclusively written for Linux systems, and makes use of many modern features provided by recent Linux kernel releases. Homepage: https://github.com/bus1/dbus-broker/ Multi-Arch: foreign Package: dbus-broker-dbgsym Priority: optional Section: debug Installed-Size: 651 Maintainer: Utopia Maintenance Team Architecture: amd64 Source: dbus-broker Version: 33-1+apertis0bv2024dev2b1 Depends: dbus-broker (= 33-1+apertis0bv2024dev2b1) Filename: pool/development/d/dbus-broker/dbus-broker-dbgsym_33-1+apertis0bv2024dev2b1_amd64.deb Size: 594444 MD5sum: c3c9896c8dabc5cc12b7860a83fe2cc4 SHA1: 2b734c0293d203f6897feb88752760a72d4ba595 SHA256: 3335342b69db44c2145558a495cb2b7302a394a680255411f3a53d7915083839 SHA512: 97bd64fc704cb4a420c013b79ab89cfc81aebcaa3a4a7f71b6f4a26071455979d92aa77e7a347deaf338f22f5c8dc34f691cf00a415a43dbe5783463ada5e0f2 Description: debug symbols for dbus-broker Auto-Built-Package: debug-symbols Build-Ids: 2455bc0acbdf1a795a43b0bc6aee171192cf4aca 25c408318ce8f549f0b00407f92568f3a6a82cf6 Package: dbus-test-runner Priority: optional Section: devel Installed-Size: 40 Maintainer: Mike Gabriel Architecture: amd64 Version: 19.04.0-1+apertis1bv2024dev2b1 Depends: libc6 (>= 2.34), libdbustest1 (>= 15.04.0~bzr87), libglib2.0-0 (>= 2.18.0), dbus, procps Suggests: bustle Filename: pool/development/d/dbus-test-runner/dbus-test-runner_19.04.0-1+apertis1bv2024dev2b1_amd64.deb Size: 11820 MD5sum: 0ef89085a68a9ad076fda1f2579e3ab0 SHA1: a01366d14a0713bfa6eb5c993da034ddae0261de SHA256: 130ba723c6c4fbb736d75dfa10c4d817c48a0186a193ce72ed94eb02a5411cd3 SHA512: f779cb203f934a2e2811bc802cf32d3f11b2db69e503c9f00af96d6831c8692f2e9591a70e6c0a694e31886f4f12bd9f3668e75d4d02716ddd254bcf9dc8775e Description: Runs tests under a new DBus session A simple little executable for running a couple of programs under a new DBus session. . Use this DBus tool for unit testing of code that accesses DBus at runtime. Homepage: https://launchpad.net/dbus-test-runner Multi-Arch: foreign Package: dbus-test-runner-dbgsym Priority: optional Section: debug Installed-Size: 25 Maintainer: Mike Gabriel Architecture: amd64 Source: dbus-test-runner Version: 19.04.0-1+apertis1bv2024dev2b1 Depends: dbus-test-runner (= 19.04.0-1+apertis1bv2024dev2b1) Filename: pool/development/d/dbus-test-runner/dbus-test-runner-dbgsym_19.04.0-1+apertis1bv2024dev2b1_amd64.deb Size: 10180 MD5sum: c85a08f51ea7d1f34a54e83f10111203 SHA1: d0c524de08707f4532f914c961c339dbda895c3f SHA256: 4e36b1d68035d8063f4f08249759d3a4e577bd9aaf378d89654347617360e8df SHA512: 90e99df1829b59e9c7595519d8fea6e7847e2f7aa7274b7865b96daae9a7f250bfbd143734ab88456707ebcb42d808c0035c7e38333a5da535172a4d81f03241 Description: debug symbols for dbus-test-runner Auto-Built-Package: debug-symbols Build-Ids: 1ac6eb0f62c5bd9e6df989f311a8812f27da7475 Package: dc Priority: standard Section: math Installed-Size: 146 Maintainer: Ryan Kavanagh Architecture: amd64 Source: bc Version: 1.07.1-3+apertis0bv2024dev2b1 Depends: libc6 (>= 2.34) Filename: pool/development/b/bc/dc_1.07.1-3+apertis0bv2024dev2b1_amd64.deb Size: 65280 MD5sum: df2001ee86a77cf33be8bfdffb54fb5b SHA1: dbd493ea16a4a9115723bb7801214b0f719d5d94 SHA256: 81acc6a1944c5cb787fdea7a04bef5a18d6b05d44fd146a7bb320ce15bb83e90 SHA512: 2399304bbaebaa40caf5d7fd14c14f910f4b6afff13a648f0e45c84e831b284b4ccb87991e5ebaaf1155132318a3ab23f3987d362733a0c0813cc463dd8b1bc4 Description: GNU dc arbitrary precision reverse-polish calculator GNU dc is a reverse-polish desk calculator which supports unlimited precision arithmetic. It also allows you to define and call macros. . A reverse-polish calculator stores numbers on a stack. Entering a number pushes it on the stack. Arithmetic operations pop arguments off the stack and push the results. Homepage: https://www.gnu.org/software/bc/ Multi-Arch: foreign Package: dc-dbgsym Priority: optional Section: debug Installed-Size: 81 Maintainer: Ryan Kavanagh Architecture: amd64 Source: bc Version: 1.07.1-3+apertis0bv2024dev2b1 Depends: dc (= 1.07.1-3+apertis0bv2024dev2b1) Filename: pool/development/b/bc/dc-dbgsym_1.07.1-3+apertis0bv2024dev2b1_amd64.deb Size: 64332 MD5sum: 2571a9b1362fcced99bf45385c732b1c SHA1: 57c25fc8009b34c51a25feaefc2a79512c8f2d74 SHA256: 5de6aa64a1725ffd321dcd0a7c6b5a9e58a666ab1c53714f6574166269c2385c SHA512: f0fedd1a406b0e2a0eb7a0bdc138f532c780bfa614a7b1a3c0de9f1ecd099b3774e00b20bb2e2fce8dad8c86c9c7ae321c4c5d251acd38eba066db5846997c4b Description: debug symbols for dc Auto-Built-Package: debug-symbols Build-Ids: fee9849af35fdd9217c96bd20732f50a4ae761eb Package: dctrl-tools Priority: optional Section: utils Installed-Size: 462 Maintainer: Rhonda D'Vine Architecture: amd64 Version: 2.24-3co1bv2024dev2b1 Replaces: grep-dctrl Provides: grep-dctrl Depends: libc6 (>= 2.34) Suggests: apt, debtags Conflicts: grep-dctrl Filename: pool/development/d/dctrl-tools/dctrl-tools_2.24-3co1bv2024dev2b1_amd64.deb Size: 126968 MD5sum: 620616c6f5d076e2711751f3fe814437 SHA1: 15332fb9bf6157446aee38c1bf6c10336965765f SHA256: 4a0e01f1bdfe12aaf612496bd67b395c9fd4a2ad26593e95750eaf1d2bada212 SHA512: 52dbb049d2b7222bfd7fa41939ec70dbba3f737e277c52125437faeea09e24a06037ceb54f540e0c362af39381d7e77d2ae76df1aa89a3bceb61eadd9342f401 Description: Command-line tools to process Debian package information Debian package information is generally stored in files having a special file format, dubbed the Debian control file format (the dctrl format), a special case of the record jar file format. These tools operate on any files conforming in a general sense to that format and are therefore widely applicable whenever those formats are in play. . Included are: . grep-dctrl - Grep dctrl-format files grep-available - Grep the DPKG available database grep-status - Grep the DPKG status database grep-aptavail - Grep the APT available database grep-debtags - Grep the Debtags package database . sort-dctrl - Sort dctrl-format files . tbl-dctrl - Tabulate dctrl-format files . sync-available - Sync the dpkg available database with the apt database Homepage: https://github.com/ajkaijanaho/dctrl-tools Multi-Arch: foreign Package: dctrl-tools-dbgsym Priority: optional Section: debug Installed-Size: 230 Maintainer: Rhonda D'Vine Architecture: amd64 Source: dctrl-tools Version: 2.24-3co1bv2024dev2b1 Depends: dctrl-tools (= 2.24-3co1bv2024dev2b1) Filename: pool/development/d/dctrl-tools/dctrl-tools-dbgsym_2.24-3co1bv2024dev2b1_amd64.deb Size: 185808 MD5sum: 5577657bcf432fba5c107b48f6c726cd SHA1: 92e52b69f80959fec4e394fb81e2219cc6e84769 SHA256: 51df5dbad7a2216d8578c4e0127a7e2e0c0e7f21e64c681e4736746b02812062 SHA512: 3bd1490c9ead90570412cee3444053eb51fb33e25efd3bacc60eb67dcb1ede223d4e2a59838dc762191732817812cc081299d955aae31eb132c11eaeda974475 Description: debug symbols for dctrl-tools Auto-Built-Package: debug-symbols Build-Ids: 2ece5e3e8ccd53fcb4b32fa2985c3d60a28657c6 6fc853a157120dd6d2a87fdf17fdaa274944c67b d73553d3c03e619eb54878ef6232ee8c9a8b5707 f90cf8e53b92f72b6146baec3188073c4c0cadd6 Package: debhelper Priority: optional Section: devel Installed-Size: 1546 Maintainer: Debhelper Maintainers Architecture: all Version: 13.11.4+apertis3bv2024preb1 Provides: debhelper-compat (= 9), debhelper-compat (= 10), debhelper-compat (= 11), debhelper-compat (= 12), debhelper-compat (= 13), dh-sequence-dwz, dh-sequence-elf-tools, dh-sequence-installinitramfs, dh-sequence-installsysusers, dh-sequence-single-binary, dh-sequence-systemd Depends: autotools-dev, dh-autoreconf (>= 17~), dh-strip-nondeterminism (>= 0.028~), dpkg (>= 1.18.0~), dpkg-dev (>= 1.18.2~), dwarf2sources, dwz, file (>= 3.23), libdebhelper-perl (= 13.11.4+apertis3bv2024preb1), libdpkg-perl (>= 1.17.14), man-db, po-debconf, perl:any Suggests: dh-make Breaks: cmake (<< 3.9~), meson (<< 0.40.0~) Filename: pool/development/d/debhelper/debhelper_13.11.4+apertis3bv2024preb1_all.deb Size: 1067900 MD5sum: 194475309632560a10bd660b326356c6 SHA1: 2ede69c6c5e4a05f1622e2f97a82ecc2617a089f SHA256: 07098d743a422d877463f247dd676051b8d0a91ac067f20fa5d49816b1c715c9 SHA512: 4bd04e3f950c7d75f5b0910565b445f1b7cd1fce6945e5fac17bf0fb07879c4293556d0903ab8d48864478a66980305f7d386f69198f430c53d0e35a13a13ac0 Description: helper programs for debian/rules A collection of programs that can be used in a debian/rules file to automate common tasks related to building Debian packages. Programs are included to install various files into your package, compress files, fix file permissions, integrate your package with the Debian menu system, debconf, doc-base, etc. Most Debian packages use debhelper as part of their build process. Multi-Arch: foreign Package: debian-archive-keyring Priority: important Section: misc Installed-Size: 274 Maintainer: Debian Release Team Architecture: all Version: 2023.3+deb12u1+apertis0bv2024preb1 Filename: pool/development/d/debian-archive-keyring/debian-archive-keyring_2023.3+deb12u1+apertis0bv2024preb1_all.deb Size: 161152 MD5sum: a25ee7b015eb1c766a4a5d75b4ec0ebe SHA1: d644d2b00d434acbca546bae462d1df395ceb65c SHA256: fa46d92143731e9b0cd8456cf2a7f1902373777bd3c5f80823edc3965ec043a5 SHA512: a3c2ef00517fd50aed83b2479ea494b9f5bbcd4a299c53b7f7b735b1d59aa5d8bb178e727a750dccb993cfa0bc649eff49b787162245021418ea69b0f0b5e44d Description: GnuPG archive keys of the Debian archive The Debian project digitally signs its Release files. This package contains the archive keys used for that. Multi-Arch: foreign Package: debiandoc-sgml Priority: optional Section: text Installed-Size: 1190 Maintainer: Debian XML SGML Team Architecture: all Version: 1.2.32-2.1apertis0bv2024dev2b1 Depends: libhtml-parser-perl, libroman-perl, libtext-format-perl, opensp, sgml-data, sgmlspl, sgml-base (>= 1.28), perl:any Recommends: ghostscript, texinfo, texlive, texlive-latex-extra Suggests: debiandoc-sgml-doc, latex-cjk-all, texlive-lang-all Filename: pool/development/d/debiandoc-sgml/debiandoc-sgml_1.2.32-2.1apertis0bv2024dev2b1_all.deb Size: 79132 MD5sum: 0f76bce83723d0808722dfec9d7e1183 SHA1: d380bc7ef1fc9fa097733be5f3ea2404aea4c5c4 SHA256: 1dca948bb31530775bc3093c84927ea4e0d2c4a56129b6091adc86faf8895dfa SHA512: a1332d425512e14f51a7837e8a995684f18b8c1106c74e1e02eef45b02ece317c145ec8a0db0f046812d7be9937e7bf9e3b149b580e0bdb8f9ebb5877f216002 Description: DebianDoc SGML DTD and formatting tools This is an SGML-based documentation formatting package used for the Debian manuals. It reads markup files and produces HTML, LaTeX, DVI (via LaTeX), PostScript (via LaTeX/DVI), PDF (via LaTeX), Texinfo, Info (via Texinfo), DebianDoc SGML, DocBook XML, plain text (with overstrikes a la troff as well as without) files. . The LaTeX based output needs the texlive, texlive-latex-extra and texlive-lang-all packages. In addition to this, Chinese and Japanese need latex-cjk-all and corresponding font packages. . The Texinfo based output needs the texinfo package. Multi-Arch: foreign Package: debootstrap Priority: optional Section: admin Installed-Size: 280 Maintainer: Debian Install System Team Architecture: all Version: 1.0.128+nmu2+apertis0bv2024dev2b1 Depends: wget Recommends: gnupg, debian-archive-keyring, arch-test (>= 0.11~) Suggests: squid-deb-proxy-client, ubuntu-archive-keyring, binutils, xz-utils, zstd Filename: pool/development/d/debootstrap/debootstrap_1.0.128+nmu2+apertis0bv2024dev2b1_all.deb Size: 43940 MD5sum: 0daf206ef422cfca0603c1a4372037fd SHA1: 9bfe20517985578b9530d39714ab918c604454b7 SHA256: 848c80cee3f4c769ac9c652a82db56ff804d3515682f7e2b67074aa1f158f834 SHA512: baf265b3a0502a62cb1de33fe91d8c40c43b410158d287168940fcd739a6cbd72455ae85767c2f844682de653457f8f322b9d61fdcc935b89d70c112e261a3e2 Description: Bootstrap a basic Debian system debootstrap is used to create a Debian base system from scratch, without requiring the availability of dpkg or apt. It does this by downloading .deb files from a mirror site, and carefully unpacking them into a directory which can eventually be chrooted into. Package: debsums Priority: optional Section: admin Installed-Size: 101 Maintainer: Debian Perl Group Architecture: all Version: 3.0.2.1+apertis0bv2024preb1 Depends: libdpkg-perl, libfile-fnmatch-perl, perl, ucf (>= 0.28), perl:any Suggests: bash-completion Filename: pool/development/d/debsums/debsums_3.0.2.1+apertis0bv2024preb1_all.deb Size: 35880 MD5sum: 1ca471d5ec75d1a467ac4420d2c56c46 SHA1: b8e4abe1199b5e741829b511bc3e1340447336ed SHA256: 4de7d30e0a5f9e3bc4df0af42bbe4e468447c8cb53f7921dd0c39f7874b826e8 SHA512: 18870b4931cdf844a87835048c3ad66f1ce36a19e615cbace0c83d87f01550317dfce570a39caafe176ea32289e08bb9bfce40ea20edac1c483fcce593fe533f Description: tool for verification of installed package files against MD5 checksums debsums can verify the integrity of installed package files against MD5 checksums installed by the package, or generated from a .deb archive. Package: debugedit Priority: optional Section: devel Installed-Size: 125 Maintainer: Debian GCC Maintainers Architecture: amd64 Version: 1:5.0-5+apertis0bv2024preb1 Depends: libc6 (>= 2.34), libdw1 (>= 0.167), libelf1 (>= 0.144) Filename: pool/development/d/debugedit/debugedit_5.0-5+apertis0bv2024preb1_amd64.deb Size: 43972 MD5sum: fa3ab7131de4d58ccc7e6eaec78cf1e6 SHA1: e897cbfe2dc2f1f7405242a92c22158b9e06310c SHA256: 6b4e9c574d44b6eb6e5ddabcf892241b2ec9471480989a0728d12878b5b212d6 SHA512: 47b497aaf3699edeb49e6768d41e3a26307ef470bb39d007e88eb5a8100a0ca979c2d9cb34f020ac489b769342aa6300d2ef8c0664d5709a66df5521cf2c8c53 Description: tools for handling build-ids and paths rewriting in DWARF data The debugedit project provides programs and scripts for creating debuginfo and source file distributions, collect build-ids and rewrite source paths in DWARF data for debugging, tracing and profiling. Homepage: https://sourceware.org/debugedit/ Multi-Arch: foreign Package: debugedit-dbgsym Priority: optional Section: debug Installed-Size: 117 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: debugedit Version: 1:5.0-5+apertis0bv2024preb1 Depends: debugedit (= 1:5.0-5+apertis0bv2024preb1) Filename: pool/development/d/debugedit/debugedit-dbgsym_5.0-5+apertis0bv2024preb1_amd64.deb Size: 90396 MD5sum: 8b54cc0cdda01057940afc978ec6feed SHA1: a9955732c90507fc0363529a583baf9d20ee6918 SHA256: 3ce91a5ef8cd0bf4cfa60e0ef92a93a60013eb09b5794aa5846a519b9fe50d0a SHA512: 6bb86482173cc8a3d84434106ac8d95d7e1be87a3b5774ff28c3098f377c0e3b0f87e5cc0b662c832652c26fea2f5b75928b15175de906a79bafce4f9725a83d Description: debug symbols for debugedit Auto-Built-Package: debug-symbols Build-Ids: 03e9126a54afb1077c84340a977ce86b95b200da ca62bb97cfac5281898bb57a542d5cb63ae78e44 Package: default-jdk Priority: optional Section: java Installed-Size: 6 Maintainer: Debian Java Maintainers Architecture: amd64 Source: java-common (0.74+apertis0bv2024preb4) Version: 2:1.17-74+apertis0bv2024preb4 Provides: java-sdk, java10-sdk, java11-sdk, java12-sdk, java13-sdk, java14-sdk, java15-sdk, java16-sdk, java17-sdk, java2-sdk, java5-sdk, java6-sdk, java7-sdk, java8-sdk, java9-sdk Depends: default-jre (= 2:1.17-74+apertis0bv2024preb4), default-jdk-headless (= 2:1.17-74+apertis0bv2024preb4), openjdk-17-jdk Filename: pool/development/j/java-common/default-jdk_1.17-74+apertis0bv2024preb4_amd64.deb Size: 1088 MD5sum: a035ca822e24df28324407698c23fda8 SHA1: 49a8be80384fe0dae171a25decea506892a649f7 SHA256: 0346ad99a3a0a9fcbf61b69e2701ef04b6907507cb3f94ec8d69928053762be2 SHA512: 2643ba118d39afad9c00f845f2a24df2c7f19f6172d6ee01508b5a010bb9c70b6d6bd11bee585f0f42749738afca018ac58d7dc429e19300bcbf814938109c47 Description: Standard Java or Java compatible Development Kit This dependency package points to the Java runtime, or Java compatible development kit recommended for this architecture, which is openjdk-17-jdk for amd64. Cnf-Extra-Commands: javac,javadoc,jar Homepage: https://wiki.debian.org/Java/ Package: default-jdk-doc Priority: optional Section: doc Installed-Size: 16 Maintainer: Debian Java Maintainers Architecture: amd64 Source: java-common (0.74+apertis0bv2024preb4) Version: 2:1.17-74+apertis0bv2024preb4 Depends: openjdk-17-doc Suggests: default-jdk Filename: pool/development/j/java-common/default-jdk-doc_1.17-74+apertis0bv2024preb4_amd64.deb Size: 3304 MD5sum: 9e66e42a1dbb9ba6937fa6ee945d3d4d SHA1: 624244135385c9b608d6d646dec2921994d09bf0 SHA256: e69428a6c712b3f210d63a9d88f08ac0afcebc31a3a4dbbbb978be085f60084d SHA512: 501680ee734bba28a2da5f5cf4d34da1bc38cddfa732706d2d6443fe4b4aef8e5bb62ce23424e83e9a398a8263cf67c7b4a2d7cc239bccfb72afc4888a7a5de0 Description: Standard Java or Java compatible Development Kit (documentation) This dependency package points to the documentation for the Java development kit, or Java compatible development kit recommended for Debian, which is openjdk-17-doc for amd64. Homepage: https://wiki.debian.org/Java/ Package: default-jdk-headless Priority: optional Section: java Installed-Size: 6 Maintainer: Debian Java Maintainers Architecture: amd64 Source: java-common (0.74+apertis0bv2024preb4) Version: 2:1.17-74+apertis0bv2024preb4 Provides: java-sdk-headless, java10-sdk-headless, java11-sdk-headless, java12-sdk-headless, java13-sdk-headless, java14-sdk-headless, java15-sdk-headless, java16-sdk-headless, java17-sdk-headless, java2-sdk-headless, java5-sdk-headless, java6-sdk-headless, java7-sdk-headless, java8-sdk-headless, java9-sdk-headless Depends: default-jre-headless (= 2:1.17-74+apertis0bv2024preb4), openjdk-17-jdk-headless Filename: pool/development/j/java-common/default-jdk-headless_1.17-74+apertis0bv2024preb4_amd64.deb Size: 1136 MD5sum: e106d15664267cc37de67625c692a6e1 SHA1: a7be6d333a40d8eb2b0a8cc37e55276a65a8a317 SHA256: c0062530880195e58b833d6021abf5bbeeb2179e7759410924613527be2d8df1 SHA512: 00a012b1cfd317770ff8cef85ca6307dbb975ecf36ae9f57fa8cfa3d7f1e70ed9209e6fdf2cd3e1463c2b1fd1ba1b1d1bb7037cabb9bb57ac6d5ac713479bb38 Description: Standard Java or Java compatible Development Kit (headless) This dependency package points to the Java runtime, or Java compatible development kit recommended for this architecture, which is openjdk-17-jdk-headless for amd64. . The package is used as dependency for packages not needing a graphical display during runtime. Homepage: https://wiki.debian.org/Java/ Package: default-jre Priority: optional Section: java Installed-Size: 6 Maintainer: Debian Java Maintainers Architecture: amd64 Source: java-common (0.74+apertis0bv2024preb4) Version: 2:1.17-74+apertis0bv2024preb4 Provides: java-runtime (= 17), java10-runtime, java11-runtime, java12-runtime, java13-runtime, java14-runtime, java15-runtime, java16-runtime, java17-runtime, java2-runtime, java5-runtime, java6-runtime, java7-runtime, java8-runtime, java9-runtime Depends: default-jre-headless (= 2:1.17-74+apertis0bv2024preb4), openjdk-17-jre Filename: pool/development/j/java-common/default-jre_1.17-74+apertis0bv2024preb4_amd64.deb Size: 1080 MD5sum: 6e51c0af625d71ebbff3d851f40c3c33 SHA1: 0cc58f0e466f51857405c88cd71b59fdd4fe3824 SHA256: 1af5bac786df88d2d38d69eb46df24bf24f7c34917941a0796e3f056a9ee41e1 SHA512: 409b6fa9d58937872c336fae3b4b48401c303fc8acf2d482cdc77fd56cfad8cbb16711c842d035c1c1408faba62a91b6eb332d7af737c2988b396f07793c34ed Description: Standard Java or Java compatible Runtime This dependency package points to the Java runtime, or Java compatible runtime recommended for this architecture, which is openjdk-17-jre for amd64. Cnf-Extra-Commands: java,jexec Homepage: https://wiki.debian.org/Java/ Package: default-jre-headless Priority: optional Section: java Installed-Size: 13 Maintainer: Debian Java Maintainers Architecture: amd64 Source: java-common (0.74+apertis0bv2024preb4) Version: 2:1.17-74+apertis0bv2024preb4 Replaces: openjdk-6-jre-headless (<< 6b23~pre8-2~) Provides: java-runtime-headless (= 17), java10-runtime-headless, java11-runtime-headless, java12-runtime-headless, java13-runtime-headless, java14-runtime-headless, java15-runtime-headless, java16-runtime-headless, java17-runtime-headless, java2-runtime-headless, java5-runtime-headless, java6-runtime-headless, java7-runtime-headless, java8-runtime-headless, java9-runtime-headless Depends: openjdk-17-jre-headless, java-common Suggests: default-jre Filename: pool/development/j/java-common/default-jre-headless_1.17-74+apertis0bv2024preb4_amd64.deb Size: 3260 MD5sum: 213c46b952ee70e68bb849ce2b7d5027 SHA1: b7aea2039b4b91a861992085e6a0fd9d333e07b3 SHA256: ace12dc1a6d75ee4243eadd5f9e78ea7bcddb54d2f54bfcb1f9b219de0270681 SHA512: 4cf6a458a48602c4bdef4bf64d9ebb805eacb7b073878935084a6a4a3e9330aee386a040f14b09c57d4d7cdb8f20a76d5c9d923325ae57c8e6b83f64d02ddeb1 Description: Standard Java or Java compatible Runtime (headless) This dependency package points to the Java runtime, or Java compatible runtime recommended for this architecture, which is openjdk-17-jre-headless for amd64. . The package is used as dependency for packages not needing a graphical display during runtime. Homepage: https://wiki.debian.org/Java/ Package: default-libmysqlclient-dev Priority: optional Section: database Installed-Size: 10 Maintainer: Debian MySQL Maintainers Architecture: amd64 Source: mysql-defaults Version: 1.1.0+apertis0bv2024dev2b1 Depends: libmariadb-dev-compat Filename: pool/development/m/mysql-defaults/default-libmysqlclient-dev_1.1.0+apertis0bv2024dev2b1_amd64.deb Size: 3444 MD5sum: 1652184199a1fec90b5c2250d15a1384 SHA1: 18414218b5a1a88a9c622d41ad2537fd0742386f SHA256: 305afe7c11c5d0ad88795fb8378ddca7dfd48c2b99a0f09570b415de5816ff84 SHA512: 9029bdab6574520578dea207c269bf3f645cbd6a4ee4051572315cdb862df195ac1ea4c155e53c2d7e5aecc9ecfc1e5a906e83193a96692516ee73ef0859e781 Description: MySQL database development files (metapackage) MySQL is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MySQL are speed, robustness and ease of use. . This package depends on the default implementation of the client development libraries and header files (API and ABI defined by MySQL). Depending on the default defined through this metapackage, the underlying implementation may be provided by either MySQL or MariaDB. Build-Depend on this package and then link using -lmysqlclient. You will end up with a binary that depends on either libmysqlclient.so.X or libmariadbclient.so.X depending on the current default. dpkg-shlibdeps should correctly generate a dependency on libmysqlclientX or libmariadbclientX as appropriate. Multi-Arch: same Package: default-libmysqld-dev Priority: optional Section: database Installed-Size: 10 Maintainer: Debian MySQL Maintainers Architecture: amd64 Source: mysql-defaults Version: 1.1.0+apertis0bv2024dev2b1 Depends: libmariadbd-dev Filename: pool/development/m/mysql-defaults/default-libmysqld-dev_1.1.0+apertis0bv2024dev2b1_amd64.deb Size: 3216 MD5sum: a7a62a872edbdf670338652d10350c2e SHA1: 348bd549d454e5d4f11df57f92d0f746bc68545c SHA256: 61cd65fd7194546659485fe0a0e78da9b5031b9425a1fed781f55224f628fccb SHA512: e454f6643a0682a8f5e57957caf2deea33630c99486c3d38a9fa744b525573dd299521a679e561e4fc8fa1b5809d1a6166213fb6df6820644cf91409db22ef62 Description: MySQL embedded database development files (metapackage) MySQL is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MySQL are speed, robustness and ease of use. . This package depends on the default implementation of the embedded server library development and header files. Multi-Arch: same Package: default-mysql-client Priority: optional Section: database Installed-Size: 10 Maintainer: Debian MySQL Maintainers Architecture: all Source: mysql-defaults Version: 1.1.0+apertis0bv2024dev2b1 Depends: mariadb-client Filename: pool/development/m/mysql-defaults/default-mysql-client_1.1.0+apertis0bv2024dev2b1_all.deb Size: 3208 MD5sum: ec9253d95d38637dfe0dfd1f29944f19 SHA1: 38a1f62d4360294ed4fe3fb88aad6a9d796e94c0 SHA256: 33116bd294ba0aba7af91a90b83ae8edc4e475be3a0ce023e7c6f35ab3c23e69 SHA512: c434a4d23a1d89adf560fb4ecdb5e9e924f37ce73dd53edcb1f38a01b47d1dff81ce3ee1ec1be26b0bd00f16c9b74b66743a6a39a52b8a180569a7a2382ab649 Description: MySQL database client binaries (metapackage) MySQL is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MySQL are speed, robustness and ease of use. . This package depends on the default implementation of the client binaries and the additional tools innotop and mysqlreport. Package: default-mysql-client-core Priority: optional Section: database Installed-Size: 10 Maintainer: Debian MySQL Maintainers Architecture: all Source: mysql-defaults Version: 1.1.0+apertis0bv2024dev2b1 Depends: mariadb-client-core Filename: pool/development/m/mysql-defaults/default-mysql-client-core_1.1.0+apertis0bv2024dev2b1_all.deb Size: 3208 MD5sum: 953378b5e3bdc2d6be12d96b46672c92 SHA1: bf799ac740a3afb18644dfecfab674c4c0f63994 SHA256: 86e68eed9f8d05973d7e5ad0e86db50dee5d574a22b597de9fcfc2a58d882327 SHA512: 45577481d5115adad8f7e585b7fa2521c91482062758f6d9792d7e2cb626baa8d22ea94251d47b8253f56b00d87477ca6ec2dab35b1511482ce02229f97b7ca7 Description: MySQL database core client binaries (metapackage) MySQL is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MySQL are speed, robustness and ease of use. . This package depends on the default implementation of the core client files, as used by Akonadi. Package: default-mysql-server Priority: optional Section: database Installed-Size: 10 Maintainer: Debian MySQL Maintainers Architecture: all Source: mysql-defaults Version: 1.1.0+apertis0bv2024dev2b1 Depends: mariadb-server Breaks: mysql-server (<< 5.7) Filename: pool/development/m/mysql-defaults/default-mysql-server_1.1.0+apertis0bv2024dev2b1_all.deb Size: 3220 MD5sum: c86ef9ae4039fe9239250d2f89360ede SHA1: 91ea180b1fc465a2f8c12f9c7839f7beb72ae9fc SHA256: 0e177c7eb39c3167f5d13029cc12d958ed67ba84b5a13a10c062b02a9a66a0f7 SHA512: 388d309b6e2db662a97f42afb2317998725f5ee83bebe11b0cfc4ca86561300c1e9f19e88ab0f746eda5a16a65eaf740548f243d7834552afff90d8a0c7c0995 Description: MySQL database server binaries and system database setup (metapackage) MySQL is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MySQL are speed, robustness and ease of use. . This package depends on the default implementation of all the infrastructure needed to setup system databases. Package: default-mysql-server-core Priority: optional Section: database Installed-Size: 10 Maintainer: Debian MySQL Maintainers Architecture: all Source: mysql-defaults Version: 1.1.0+apertis0bv2024dev2b1 Depends: mariadb-server-core Filename: pool/development/m/mysql-defaults/default-mysql-server-core_1.1.0+apertis0bv2024dev2b1_all.deb Size: 3220 MD5sum: 8b6e0f3ecf6eefd010693858fddb8157 SHA1: 1a3a07bab765df50efe169d62682b1aee3af74b0 SHA256: 7b575c0f0dfeebbb95d6b27056899380a7ce5663b47d40e3976070ce78c586e2 SHA512: 69f210d61ca3dc314ab738a854ff825fe57a44a7a8428330b9d8fcf467281dae2196e5787e2af5df6b3eecc831c540c7417f681427af9c25e6af490722a8091c Description: MySQL database server binaries (metapackage) MySQL is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MySQL are speed, robustness and ease of use. . This package depends on the default implementation of the server binaries but doesn't depend on all the infrastructure needed to setup system databases. Package: dejagnu Priority: optional Section: devel Installed-Size: 2567 Maintainer: Héctor Orón Martínez Architecture: all Version: 1.6.3-1+apertis0bv2024preb1 Depends: expect, dpkg (>= 1.15.4) | install-info Filename: pool/development/d/dejagnu/dejagnu_1.6.3-1+apertis0bv2024preb1_all.deb Size: 1047032 MD5sum: 56b3c8472a42e5acc29f405932d177fc SHA1: 1eeaca363540a3591fa4f6d45906e0bdd292d1a1 SHA256: eed5f5fcd6ae021db0f66132e01b2bc6b287e62f5f428aed003d961f4911be78 SHA512: c8f61a0634d577b169ec9dcfdcb52b7e3f681601474e15ef8ae033efc5ea4be6559fd8053ead112950e617b098628193fe483100a0ffb276581f9b5c930b9e9c Description: framework for running test suites on software tools DejaGnu is a framework for testing other programs. Its purpose is to provide a single front end for all tests. . DejaGnu provides a layer of abstraction which allows you to write tests that are portable to any host or target where a program must be tested. All tests have the same output format. . DejaGnu is written in `expect', which in turn uses "Tcl"--Tool command language. Multi-Arch: foreign Package: derby-doc Priority: optional Section: doc Installed-Size: 4173 Maintainer: Debian Java Maintainers Architecture: all Source: derby Version: 10.14.2.0-2+apertis2bv2024preb2 Filename: pool/development/d/derby/derby-doc_10.14.2.0-2+apertis2bv2024preb2_all.deb Size: 503880 MD5sum: eb113a3764befbcc24df4e5c8e6f6fdd SHA1: 31753b4a0807aa17d8d7d96e6d89e4a6478f30d3 SHA256: 0df8a2beaa4f0df751642f88619a514c8bdc8e71df6ca1477c18468d34a82a3e SHA512: 70978e738770549ef3fb8ff0c1f66598c365b1e4637d97c49fa79138e5d08683bade22e1c59e65752c71180766c770a73848603e194821641ee515e34bba3dd2 Description: Apache Derby API documentation and examples Apache Derby is an open source relational database implemented entirely in Java. . This package contains a Javadoc documenting the API and demo software for Apache Derby. Homepage: https://db.apache.org/derby/ Package: derby-tools Priority: optional Section: java Installed-Size: 263 Maintainer: Debian Java Maintainers Architecture: all Source: derby Version: 10.14.2.0-2+apertis2bv2024preb2 Depends: default-jre | java6-runtime-headless, java-wrappers, libderby-java, libderbyclient-java Filename: pool/development/d/derby/derby-tools_10.14.2.0-2+apertis2bv2024preb2_all.deb Size: 220692 MD5sum: 221a941c78b64c3d570137535c09e061 SHA1: 65565d7ecb2fa2bd57a1fa4385d75a27dedd8fd2 SHA256: 6f31ab3a8e102cfa2d93ff55a93395463570cd93b8696efe61133b613e8c3f0a SHA512: 3e04fa1fa3c977fe1a6d2df159ed302fa3dc7ad34ec5672a31b021c4127bec8aefc303acd93ae5ce194a25e18fff59329c04e2e9776e536d0d85e9aaf2dfd1f7 Description: Apache Derby Tools The Derby tools and utilities are a set of routines supplied with Derby that are typically used to create, inspect, and update a Derby database. . These tools and utilities include: * NetworkServerControl, provides the ability to start a Network Server or connect to a running Network Server to shutdown, configure or retrieve diagnostic information. * ij, the Derby's interactive JDBC scripting tool. It is a simple utility for running scripts against a Derby database. You can also use it interactively to run ad hoc queries. ij provides several commands for ease in accessing a variety of JDBC features. ij can be used in an embedded or a client/server environment. * sysinfo, provides information about your version of Derby and your environment. * dblook, the Derby's Data Definition Language (DDL) Generation Utility, more informally called a schema dump tool. It is a simple utility that dumps the DDL of a user-specified database to either a console or a file. The generated DDL can then be used for such things as recreating all or parts of a database, viewing a subset of a database's objects (for example, those which pertain to specific tables and schemas), or documenting a database's schema. * SignatureChecker, a tool that identifies any SQL functions and procedures in a database that do not follow the SQL Standard argument matching rules. * PlanExporter, a tool to export query plan data for further analysis. Homepage: https://db.apache.org/derby/ Package: designer-qt6 Priority: optional Section: devel Installed-Size: 599 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Source: qt6-tools Version: 6.4.2~rc1-2+apertis0bv2024dev2b2 Depends: libc6 (>= 2.34), libqt6core6 (>= 6.4.2+dfsg~), libqt6designer6 (>= 6.3.0), libqt6designercomponents6 (>= 6.2.2), libqt6gui6 (>= 6.4.2+dfsg~), libqt6network6 (>= 6.4.2+dfsg~), libqt6printsupport6 (>= 6.4.2+dfsg~), libqt6quick6 (>= 6.4.2+dfsg~), libqt6quickwidgets6 (>= 6.4.2+dfsg~), libqt6widgets6 (>= 6.4.2+dfsg~), libqt6xml6 (>= 6.4.2+dfsg~), libstdc++6 (>= 5) Filename: pool/development/q/qt6-tools/designer-qt6_6.4.2~rc1-2+apertis0bv2024dev2b2_amd64.deb Size: 163900 MD5sum: 64980bc0882f23200e502371c283f255 SHA1: 4f6aa465a2399d0bf014578e123fd33857159052 SHA256: dd5e34537d68bb5d14c3b24df62e40b675e93bca2f8ebf3c5ce365f3885937a7 SHA512: 4b0732317a0d64d5b20cd84162cc9b5c52d1a39456caff179a3b1ba8222e7e0a8702e499b8071090fde3b73c239b5fd54512d53c37cfb1056042d1423493808c Description: Qt 6 Designer Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . Qt Designer is the Qt tool for designing and building graphical user interfaces (GUIs) with Qt Widgets. Homepage: https://www.qt.io/developers/ Multi-Arch: foreign Package: designer-qt6-dbgsym Priority: optional Section: debug Installed-Size: 4634 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Source: qt6-tools Version: 6.4.2~rc1-2+apertis0bv2024dev2b2 Depends: designer-qt6 (= 6.4.2~rc1-2+apertis0bv2024dev2b2) Filename: pool/development/q/qt6-tools/designer-qt6-dbgsym_6.4.2~rc1-2+apertis0bv2024dev2b2_amd64.deb Size: 4529736 MD5sum: d1cf4f4a417c4c9f120c957a5e053ab0 SHA1: af2fe76aafe95e9648eb729934d4ddc91fb3230d SHA256: 47685e4dc4abfbda7d966b2c247c2345fdac7b916833cd5b9cfc3a1787ae9112 SHA512: 3da2d1d0c0b7da3fca8e5d9eade62dd2d963f44b50df016898d2f90656ea12960cedd50b15c0da7b2587e9826f0937b1ce1cdd05686563df7a51854a94579564 Description: debug symbols for designer-qt6 Auto-Built-Package: debug-symbols Build-Ids: ee970cc9cf3f175e1d2b453fab05e774ba48ce66 f183e15a323396c262e1b949468b1cbc66950f50 Package: device-tree-compiler Priority: optional Section: devel Installed-Size: 455 Maintainer: Héctor Orón Martínez Architecture: amd64 Version: 1.6.1-4+apertis0bv2024dev2b1 Depends: libc6 (>= 2.34), libfdt1 (>= 1.6.1), libyaml-0-2 Filename: pool/development/d/device-tree-compiler/device-tree-compiler_1.6.1-4+apertis0bv2024dev2b1_amd64.deb Size: 227072 MD5sum: 918277ef2d70d9b5b704aea8714b96cd SHA1: e1744e127f2ecf81c5e9a49d5868116f7abc00b0 SHA256: cba48eabcf3eb5132c18ed99f3bb7cfe6e022bc1bc994443a40abafb50d72b25 SHA512: eb03e8ed99e0caa995126207011e5a170d4965b72cfa390ef95b71a9cd115be8f186010359e54f3b5b212bbb5ffd7bf948b588fe2ec7b96756f3297dbc6a7676 Description: Device Tree Compiler for Flat Device Trees Device Tree Compiler, dtc, takes as input a device-tree in a given format and outputs a device-tree in another format for booting kernels on embedded systems. . Typically, the input format is "dts", a human readable source format, and creates a "dtb", or binary format as output. Homepage: https://git.kernel.org/cgit/utils/dtc/dtc.git Multi-Arch: foreign Package: device-tree-compiler-dbgsym Priority: optional Section: debug Installed-Size: 308 Maintainer: Héctor Orón Martínez Architecture: amd64 Source: device-tree-compiler Version: 1.6.1-4+apertis0bv2024dev2b1 Depends: device-tree-compiler (= 1.6.1-4+apertis0bv2024dev2b1) Filename: pool/development/d/device-tree-compiler/device-tree-compiler-dbgsym_1.6.1-4+apertis0bv2024dev2b1_amd64.deb Size: 233704 MD5sum: 72e933eb88ac6385b0d7b463cdaef916 SHA1: 404d294c6cad6857fdb4eec642c7615f9c3dbbbf SHA256: 7aa1767762bd8e88080853bac052f329a7669a720b936a8f886e5de6e1e35ab8 SHA512: 65d60c2dd1eca7fd51ef8915521a392f2e87b6c14cf40bc92f13c70c842723cdd7f67d179b7146597360d42911ac68eaf90d5151d6e4c7aac561acfda3dc81b5 Description: debug symbols for device-tree-compiler Auto-Built-Package: debug-symbols Build-Ids: 179c2edef74e8b8b854a4b7894d606e021c4fc12 18ef4989bba9356925ec327d902a362d9659002b 7597c54a750c834c4f2e3302197f88377cf0dfab ae72623ccc418b448aaf6e374c9ec364a6426238 c382e504b3d27d026f21db8dc66eb2fb6a3ea880 c4a8110a8f9d4de915057a4c83e5f2a63752567f Package: devscripts Priority: optional Section: devel Installed-Size: 2673 Maintainer: Devscripts Maintainers Architecture: amd64 Version: 2.23.4+deb12u1+apertis1bv2024.0db1 Replaces: hardening-includes, ubuntu-dev-tools (<< 0.124~) Depends: dpkg-dev (>= 1.18.19), fakeroot, file, gnupg | gnupg2, gpgv | gpgv2, libfile-dirlist-perl, libfile-homedir-perl, libfile-touch-perl, libfile-which-perl, libipc-run-perl, libmoo-perl, libwww-perl, patchutils, sensible-utils, wdiff, perl:any, python3:any, libc6 (>= 2.34) Recommends: apt (>= 1.3~pre3), dctrl-tools, dput | dupload, libdistro-info-perl, libdpkg-perl, libencode-locale-perl, libgit-wrapper-perl, libgitlab-api-v4-perl, liblist-compare-perl, libstring-shellquote-perl, libtry-tiny-perl, liburi-perl, licensecheck, lintian, man-db, patch, python3-apt, python3-debian (>= 0.1.15), python3-magic, python3-requests, python3-unidiff, python3-xdg, strace, unzip, wget | curl, xz-utils, debian-keyring, equivs, liblwp-protocol-https-perl, libsoap-lite-perl, pristine-tar Suggests: adequate, at, autopkgtest, bls-standalone, bsd-mailx | mailx, build-essential, check-all-the-things, cvs-buildpackage, debhelper, diffoscope, disorderfs, dose-extra (>= 4.0), duck, elpa-devscripts, faketime, gnuplot, how-can-i-help, libauthen-sasl-perl, libdbd-pg-perl, libfile-desktopentry-perl, libterm-size-perl, libtimedate-perl, libyaml-syck-perl, mmdebstrap, mozilla-devscripts, mutt, piuparts, postgresql-client, pristine-lfs, quilt, ratt, reprotest, ssh-client, svn-buildpackage, w3m Breaks: hardening-includes, ubuntu-dev-tools (<< 0.147~) Filename: pool/development/d/devscripts/devscripts_2.23.4+deb12u1+apertis1bv2024.0db1_amd64.deb Size: 1077300 MD5sum: 208226332645b47a589ca3ea50918892 SHA1: 304418312ccd9e61b3446ef7d44e261ed8442603 SHA256: 5c58493482f7ac864426464c63beefa20b2305b48ad4e93e96ac12c8c3674294 SHA512: 88ac469f3e67b5c7254d1db3da6bbea9e0308960c81e8e868cda072357cca533a3bda56d8e58535eecc5c1c8e2d65c486fb8d7f768723d83c702fed02f31df49 Description: scripts to make the life of a Debian Package maintainer easier Contains the following scripts, dependencies/recommendations shown in brackets afterwards: . - annotate-output: run a command and prepend time and stream (O for stdout, E for stderr) for every line of output. - archpath: Prints arch (tla/Bazaar 1.x) package names. Also supports calculating the package names for other branches. [tla] - bts: A command-line tool for accessing the Debian Bug Tracking System, both to send mails to control@bts.debian.org and to access the web pages and SOAP interface of the BTS. [www-browser, libauthen-sasl-perl, libsoap-lite-perl, liburi-perl, libwww-perl, bsd-mailx | mailx] - build-rdeps: Searches for all packages that build-depend on a given package. [dctrl-tools, dose-extra, libdpkg-perl] - chdist: tool to easily play with several distributions. [dctrl-tools] - checkbashisms: check whether a /bin/sh script contains any common bash-specific constructs. - cowpoke: upload a Debian source package to a cowbuilder host and build it, optionally also signing and uploading the result to an incoming queue. [ssh-client] - cvs-debi, cvs-debc: wrappers around debi and debc respectively (see below) which allow them to be called from the CVS working directory. [cvs-buildpackage] - cvs-debrelease: wrapper around debrelease which allows it to be called from the CVS working directory. [cvs-buildpackage, dupload | dput, ssh-client] - cvs-debuild: A wrapper for cvs-buildpackage to use debuild as its package building program. [cvs-buildpackage, fakeroot, lintian, gnupg |gnupg2] - dcmd: run a given command replacing the name of a .changes or .dsc file with each of the files referenced therein. * - dd-list: given a list of packages, pretty-print it ordered by maintainer. * - debbisect: bisect snapshot.debian.org to find which change in the archive introduced a certain problem. [mmdebstrap, python3-debian] - debc: List contents of current package. Do this after a successful "debuild" to see if the package looks all right. - debchange (abbreviation dch): Modifies debian/changelog and manages version numbers for you. It will either increment the version number or add an entry for the current version, depending upon the options given to it. [libdistro-info-perl, libsoap-lite-perl]* - debcheckout: checkout the development repository of a Debian package. * - debclean: Clean a Debian source tree. Debclean will clean all Debian source trees below the current directory, and if requested, also remove all files that were generated from these source trees (that is .deb, .dsc and .changes files). It will keep the .diffs and original files, though, so that the binaries and other files can be rebuilt if necessary. [fakeroot]* - debcommit: Commits changes to cvs, darcs, svn, svk, tla, bzr, git, or hg, using new entries in debian/changelog as the commit message. Also supports tagging Debian package releases. [cvs | darcs | subversion | svk | tla | bzr | git-core | mercurial, libtimedate-perl] - debdiff: A program which examines two .deb files or two .changes files and reports on any difference found in their file lists. Useful for ensuring that no files were inadvertently lost between versions. Can also examine two .dsc files and report on the changes between source versions. For a deeper comparison one can use the diffoscope package. [wdiff, patchutils]* - debdiff-apply: Apply unified diffs of two Debian source packages, such as those generated by debdiff, to a target Debian source package. Any changes to debian/changelog are dealt with specially, to avoid the conflicts that changelog diffs typically produce when applied naively. May be used to check that old patches still apply to newer versions of those packages. [python3-debian, python3-unidiff, quilt] - debi: Installs the current package by using the setuid root debpkg script described below. It assumes that the current package has just been built (for example by debuild), and the .deb lives in the parent directory, and will effectively run dpkg -i on the .deb. The ability to install the package with a very short command is very useful when troubleshooting packages. - debootsnap: Combines debootstrap and snapshot.debian.org to create a chroot containing exactly the requested selection of packages. This can be used to re-create a chroot from the past, for example to reproduce a bug. The tool is also used by debrebuild to build a package in a chroot with build dependencies in the same version as recorded in the buildinfo file. [apt-utils, dpkg-dev, equivs, mmdebstrap, python3-pycurl] - debpkg: A wrapper for dpkg used by debi to allow convenient testing of packages. For debpkg to work, it needs to be made setuid root, and this needs to be performed by the sysadmin -- it is not installed as setuid root by default. (Note that being able to run a setuid root debpkg is effectively the same as having root access to the system, so this should be done with caution.) Having debpkg as a wrapper for dpkg can be a Good Thing (TM), as it decreases the potential for damage by accidental wrong use of commands in superuser mode (e.g., an inadvertent rm -rf * in the wrong directory is disastrous as many can attest to). - debrelease: A wrapper around dupload or dput which figures out which version to upload, and then calls dupload or dput to actually perform the upload. [dupload | dput, ssh-client] - debrebuild: A script that provided a .buildinfo file reports the instructions on how to try to reproduce the reported build. [sbuild | mmdebstrap, python3-pycurl, libdpkg-perl] - debrepro: A script that tests reproducibility of Debian packages. It will build a given source directory twice, with a set of variation between the first and second build, and compare the binary packages produced. If diffoscope is installed, it is used to compare non-matching binaries. If disorderfs is installed, it is used during the build to inject non-determinism in filesystem listing operations. [faketime, diffoscope, disorderfs] - debrsign: This transfers a .changes/.dsc pair to a remote machine for signing, and runs debsign on the remote machine over an SSH connection. [gnupg | gnupg2, debian-keyring, ssh-client] - debsign: Use GNU Privacy Guard to sign the changes (and possibly dsc) files created by running dpkg-buildpackage with no-sign options. Useful if you are building a package on a remote machine and wish to sign it on a local one. This script is capable of automatically downloading the .changes and .dsc files from a remote machine. [gnupg |gnupg2, debian-keyring, ssh-client]* - debsnap: grab packages from https://snapshot.debian.org [libwww-perl, libjson-perl] - debuild: A wrapper for building a package (i.e., dpkg-buildpackage) to avoid problems with insufficient permissions and wrong paths etc. Debuild will set up the proper environment for building a package. Debuild will use the fakeroot program to build the package by default, but can be instructed to use any other gain-root command, or can even be installed setuid root. Debuild can also be used to run various of the debian/rules operations with the same root-gaining procedure. Debuild will also run lintian to check that the package does not have any major policy violations. [fakeroot, lintian, gnupg | gnupg2]* - deb-janitor: command-line client for interacting with the Debian Janitor. - deb-reversion: increases a binary package version number and repacks the package, useful for porters and the like. - deb-why-removed: shows the reason a package was removed from the archive. [libdpkg-perl] - dep3changelog: generate a changelog entry from a DEP3-style patch header. - desktop2menu: given a freedesktop.org desktop file, generate a skeleton for a menu file. [libfile-desktopentry-perl] - dget: Downloads Debian source and binary packages. Point at a .changes or .dsc to download all references files. Specify a package name to download it from the configured apt repository. [wget | curl] - diff2patches: extracts patches from a .diff.gz file placing them under debian/ or, if present, debian/patches. [patchutils] - dpkg-depcheck, dpkg-genbuilddeps: Runs a specified command (such as debian/rules build) or dpkg-buildpackage, respectively, to determine the packages used during the build process. This information can be helpful when trying to determine the packages needed in the Build-Depends etc. lines in the debian/control file. [build-essential, strace] - dscextract: extract a single file from a Debian source package. [patchutils] - dscverify: check the signature and MD5 sums of a dsc file against the most current Debian keyring on your system. [gnupg | gnupg2, debian-keyring] - edit-patch: add/edit a patch for a source package and commit the changes. [quilt | dpatch | cdbs] - getbuildlog: download package build logs from Debian auto-builders. [wget] - git-deborig: try to produce Debian orig.tar using git-archive(1). [libdpkg-perl, libgit-wrapper-perl, liblist-compare-perl, libstring-shellquote-perl, libtry-tiny-perl] - grep-excuses: grep britney's excuses to find out what is happening to your packages. [libdbd-pg-perl, libterm-size-perl, libyaml-syck-perl, wget, w3m] - hardening-check: report the hardening characteristics of a set of binaries. - list-unreleased: searches for packages marked UNRELEASED in their changelog. - ltnu (Long Time No Upload): List all uploads of packages by the given uploader or maintainer and display them ordered by the last upload of that package, oldest uploads first. - manpage-alert: locate binaries without corresponding manpages. [man-db] - mass-bug: mass-file bug reports. [bsd-mailx | mailx] - mergechanges: merge .changes files from the same release but built on different architectures. - mk-build-deps: Given a package name and/or control file, generate a binary package which may be installed to satisfy the build-dependencies of the given package. [equivs] - mk-origtargz: Rename upstream tarball, optionally changing the compression and removing unwanted files. [libfile-which-perl, unzip, xz-utils, file] - namecheck: Check project names are not already taken. - nmudiff: prepare a diff of this version (presumably an NMU against the previously released version (as per the changelog) and submit the diff to the BTS. [patchutils, mutt] - origtargz: fetch the orig tarball of a Debian package from various sources, and unpack it. [pristine-tar, pristine-lfs] - plotchangelog: display information from a changelog graphically using gnuplot. [libtimedate-perl, gnuplot] - pts-subscribe: subscribe to the PTS (Package Tracking System) for a limited period of time. [bsd-mailx | mailx, at] - rc-alert: list installed packages which have release-critical bugs. [wget | curl] - reproducible-check: reports on the reproducible status of installed packages. For more details please see . - rmadison: remotely query the Debian archive database about packages. [liburi-perl, wget | curl] - sadt: run DEP-8 tests. [python3-debian, autodep8] - salsa: manipulates salsa.debian.org repositories and users [libgitlab-api-v4-perl] - suspicious-source: output a list of files which are not common source files. [python3-magic] - svnpath: Prints the path to the Subversion repository of a Subversion checkout. Also supports calculating the paths for branches and tags in a repository independent fashion. Used by debcommit to generate svn tags. [subversion] - tagpending: runs from a Debian source tree and tags bugs that are to be closed in the latest changelog as pending. [libsoap-lite-perl] - transition-check: Check a list of source packages for involvement in transitions for which uploads to unstable are currently blocked. [libwww-perl, libyaml-syck-perl] - uscan: Automatically scan for and download upstream updates. Uscan can also call a program such as uupdate to attempt to update the Debianised version based on the new update. Whilst uscan could be used to release the updated version automatically, it is probably better not to without testing it first. Uscan can also verify detached OpenPGP signatures if upstream's signing key is known. [file, gpgv | gpgv2, gnupg | gnupg2, libfile-dirlist-perl, libfile-touch-perl, libfile-which-perl, liblwp-protocol-https-perl, libmoo-perl, libwww-perl, unzip, xz-utils]* - uupdate: Update the package with an archive or patches from an upstream author. This will be of help if you have to update your package. It will try to apply the latest diffs to your package and tell you how successful it was. [patch] - what-patch: determine what patch system, if any, a source package is using. [patchutils] - whodepends: check which maintainers' packages depend on a package. - who-permits-upload: Retrieve information about Debian Maintainer access control lists. [gnupg | gnupg2, libencode-locale-perl, libwww-perl, debian-keyring] - who-uploads: determine the most recent uploaders of a package to the Debian archive. [gnupg | gnupg2, debian-keyring, debian-maintainers, wget] - wnpp-alert: list installed packages which are orphaned or up for adoption. [wget | curl] - wnpp-check: check whether there is an open request for packaging or intention to package bug for a package. [wget | curl] - wrap-and-sort: wrap long lines and sort items in packaging files. [python3-debian] - /usr/share/doc/devscripts/examples: This directory contains an example exim script for sorting mail arriving to Debian mailing lists. Multi-Arch: foreign Package: devscripts-dbgsym Priority: optional Section: debug Installed-Size: 18 Maintainer: Devscripts Maintainers Architecture: amd64 Source: devscripts Version: 2.23.4+deb12u1+apertis1bv2024.0db1 Depends: devscripts (= 2.23.4+deb12u1+apertis1bv2024.0db1) Filename: pool/development/d/devscripts/devscripts-dbgsym_2.23.4+deb12u1+apertis1bv2024.0db1_amd64.deb Size: 4056 MD5sum: aea57d6fe6cbbb4f0d05661b9a5e0d8a SHA1: ec12551eafc3bd61ee5702ba31c43df1d9c241d6 SHA256: 5848734922144c4e6d33321c82603f8daa83521108adf826c0d103023391fb32 SHA512: 443829f03427601ffbeb407715de2726771e217a0138b050edfa5c0ebc561fa5f25e56477ddf11461e0ae9506e60df11518960a15ddf15e1d9f1d97db3585376 Description: debug symbols for devscripts Auto-Built-Package: debug-symbols Build-Ids: 5d25679fb030e6483a89324eb62498cbbfee1aee Package: dgit Priority: optional Section: devel Installed-Size: 493 Maintainer: Ian Jackson Architecture: all Version: 10.7+deb12u2+apertis0bv2024preb1 Depends: perl, libdpkg-perl, git-core, devscripts, dpkg-dev, git-buildpackage, liblist-moreutils-perl, liblocale-gettext-perl, coreutils (>= 8.23-1~), libdigest-sha-perl, dput, curl, apt, libjson-perl, ca-certificates, libtext-iconv-perl, libtext-glob-perl, libwww-curl-perl, libtext-csv-perl Recommends: ssh-client, distro-info-data, liburi-perl Suggests: sbuild | pbuilder | cowbuilder Filename: pool/development/d/dgit/dgit_10.7+deb12u2+apertis0bv2024preb1_all.deb Size: 202552 MD5sum: 18f4868cdf4f3b0679562191592575fa SHA1: 5fc43df55819072e1424c29db224e24dd450204b SHA256: b6fe21844d2750c135bae6809221cd775c281e15b936249d0b6a9616739c7944 SHA512: f43edbc0af7b9b6d38fc139ad94e49e063bd9fa61ec9905429c372ad7e1617ffdd61b6462beee5246940d61c67a5cd20940d273bc899df8b16bc2312b171a865 Description: git interoperability with the Debian archive dgit (with the associated infrastructure) makes it possible to treat the Debian archive as a git repository. . dgit push constructs uploads from git commits . dgit clone and dgit fetch construct git commits from uploads. Package: dgit-infrastructure Priority: optional Section: devel Installed-Size: 157 Maintainer: Ian Jackson Architecture: all Source: dgit Version: 10.7+deb12u2+apertis0bv2024preb1 Depends: perl, git-core, gpgv, chiark-utils-bin, libjson-perl, libdigest-sha-perl, libdbd-sqlite3-perl, sqlite3, libdpkg-perl, liblocale-gettext-perl Recommends: dgit Filename: pool/development/d/dgit/dgit-infrastructure_10.7+deb12u2+apertis0bv2024preb1_all.deb Size: 47584 MD5sum: d94f7b69cccff459fd14c2ca339369bd SHA1: 57ba23d7b7d6a9e2c06468eb618c15d6b5868bae SHA256: cabe92caf88275018b20a1ba1a2ab23e2bc1c46071381197457f1ae6eb60b0e4 SHA512: 6c3da74802abf36c6ec6136b70a711e6407efdc7b381a7d74b99244af0f9e993ad195a2bc18ef0902d620437f4485af374d9dcc0cf2ae634ba202c71aea76544 Description: dgit server backend infrastructure This package contains tools which are useful for setting up a dgit git repository server. You probably want dgit, the client package, instead of dgit-infrastructure. Package: dh-acc Priority: optional Section: devel Installed-Size: 43 Maintainer: Mathieu Malaterre Architecture: all Source: abi-compliance-checker Version: 2.3-2+apertis0bv2024dev2b1 Depends: abi-compliance-checker (= 2.3-2+apertis0bv2024dev2b1), debhelper, perl:any Filename: pool/development/a/abi-compliance-checker/dh-acc_2.3-2+apertis0bv2024dev2b1_all.deb Size: 19204 MD5sum: 7c4aec990a191e46dce873f517be3cde SHA1: a6888b54d7dc71ae17e6e60ad636844c91a2d4f9 SHA256: 8df5ee349e93d23d5a2e593bc1cc127ec2318d7f893b239d0bd4a7b3dcf0b290 SHA512: acb2c68250c4c661e98484137f0bad15dc8710d36bf906a05eb38ec579da5a27b5bb6bee1fcdd574b04f650292fae7fdf2d1710200c46cd092a3d855a4a13623 Description: debhelper addon to compare ABI compatibility of shared C/C++ library versions dh-acc is an addon to facilitate generating ABI compatibility reports by comparing known ABI dumps with newly build ABI at Debian package build time. Thus providing monitoring and early detection of ABI breaks in shared libraries. . This package provides dh sequence addon and cdbs integration snippet. Homepage: https://lvc.github.io/abi-compliance-checker/ Package: dh-autoreconf Priority: optional Section: devel Installed-Size: 44 Maintainer: Julian Andres Klode Architecture: all Version: 20apertis0bv2024preb1 Depends: autoconf, automake, autopoint, libdebhelper-perl | debhelper (<< 12.6~), libtool (>= 2.4.2), perl:any Breaks: dpatch (<< 2.0.38+nmu1~), quilt (<< 0.63-8.2~) Filename: pool/development/d/dh-autoreconf/dh-autoreconf_20apertis0bv2024preb1_all.deb Size: 15304 MD5sum: d48ecd1ddf509ce89f63b855d8a6f4df SHA1: ab6e4f6cc2a558a063fc9190235095d02dff8511 SHA256: 91286f97fe2e363ec5820a009d03e89c3966127f19702846f64adbc16e2e154d SHA512: 790752d91464588df26424c3fa4543e13d753028cb3d77fba19ac502669bd181c8ce2476ab1af796ff02fb1d5240189f3e45077f5038d12cacd26b1c2bbf7e28 Description: debhelper add-on to call autoreconf and clean up after the build dh-autoreconf provides a debhelper sequence addon named 'autoreconf' and two commands, dh_autoreconf and dh_autoreconf_clean. . The dh_autoreconf command creates a list of the files and their checksums, calls autoreconf and then creates a second list for the new files. . The dh_autoreconf_clean command compares these two lists and removes all files which have been added or changed (files may be excluded if needed). . For CDBS users, a rule is provided to call the dh-autoreconf programs at the right time. Enhances: cdbs, debhelper Multi-Arch: foreign Package: dh-buildinfo Priority: optional Section: devel Installed-Size: 62 Maintainer: Yann Dirson Architecture: all Version: 0.11+nmu2co1bv2024dev2b1 Depends: debhelper, perl:any, build-essential (>= 7) Filename: pool/development/d/dh-buildinfo/dh-buildinfo_0.11+nmu2co1bv2024dev2b1_all.deb Size: 17000 MD5sum: 9a2454aa84c30da57f7800bd455f5b46 SHA1: 8ac2b088ebe8d0c1f6f1827cd5908682af35a9c7 SHA256: 56741437bbdf9567575abd3ac39c595eb0b7c3600eae424dbfc30905838e91ac SHA512: 2680b314ea54e5698803cf7fb51c761a0c95d21b020483a67c5a20885cbaeb4d719d73d6f7c6ef54c4ca1232241b88126665dcc490134443b8765adf7ceef887 Description: Debhelper addon to track package versions used to build a package This script is designed to be run at build-time, and registers in a file the list of packages declared as build-time dependencies, as well as build-essential packages, together with their versions, as installed in the build machine. . This will hopefully help to track packages (auto-)built with package versions which are known to be buggy, and, more generally, to find out whether a package needs to be rebuilt because of a significant change in a package it has a build-time dependency on. Multi-Arch: foreign Package: dh-cargo Priority: optional Section: devel Installed-Size: 37 Maintainer: Rust Maintainers Architecture: all Version: 30+apertis0bv2024preb1 Provides: dh-sequence-cargo Depends: cargo (>= 0.40.0-3~~), debhelper, python3, perl:any Filename: pool/development/d/dh-cargo/dh-cargo_30+apertis0bv2024preb1_all.deb Size: 10504 MD5sum: 0dd5c4ad634f27ccfea695ca2a09aa3a SHA1: c1cfabdb7443d371392f5b2f5d6964da8d90a665 SHA256: 1bbea889457ca423039e268d9855f6b9c6714b3ab2a0b209628dfd86acbb65dd SHA512: 0990f8c204a4be6b095877927ba4837db21525ac4739700010453ef3f4c71478592d1dfc952b5f9b122dc9c0f40116bd810fdf0640b362c8f8d524dacb0fe33f Description: debhelper buildsystem for Rust crates using Cargo dh-cargo provides a debhelper buildsystem to build Rust crates using Cargo. . This builds Debian rust crates to be installed into a system-level crate registry in /usr/share/cargo/registry containing crates that can be used and Build-Depended upon by other Debian packages. . Debian packages generated by debcargo use this buildsystem; packagers are not expected to use this directly. If you have a multi-language program such as firefox or librsvg that includes private Rust crates not exposed to others, you should instead use Debian's cargo wrapper /usr/share/cargo/bin/cargo in the cargo package, and Build-Depends on that instead of this package. Multi-Arch: foreign Package: dh-elpa Priority: optional Section: devel Installed-Size: 97 Maintainer: Debian Emacsen team Architecture: all Version: 2.0.16+apertis1bv2024preb1 Provides: dh-sequence-elpa Depends: debhelper (>= 9.20151004), libdebian-source-perl | dh-make-perl (>= 0.90), emacs-nox (>= 1:28.2+1-9) | emacs (>= 1:28.2+1-9), libarray-utils-perl, libconfig-tiny-perl, libfile-find-rule-perl, libdpkg-perl, libtext-glob-perl, perl:any Filename: pool/development/d/dh-elpa/dh-elpa_2.0.16+apertis1bv2024preb1_all.deb Size: 31420 MD5sum: c3d49f6d922a3a87548989bd086ccfa1 SHA1: 709471d7518c433137b41b8b86e92f7aade3c776 SHA256: 0cb2bdca7b1801185de116d642d373154b2f2b2b939867d34d4e7238a0a584c0 SHA512: 4a1bc1184d5e9ec5a73b704cc64f7c0a405cd76aea5b577c1f710e9028142a3605605aa30683a6ab970dd4dbb4242fda1aa4f6ef425f7f375756759756551a76 Description: Debian helper tools for packaging emacs lisp extensions This package provides a helper for packaging emacs lisp extensions in a way compatible with the GNU Emacs 'elpa' package repository. Multi-Arch: foreign Package: dh-elpa-helper Priority: optional Section: devel Installed-Size: 27 Maintainer: Debian Emacsen team Architecture: all Source: dh-elpa Version: 2.0.16+apertis1bv2024preb1 Filename: pool/development/d/dh-elpa/dh-elpa-helper_2.0.16+apertis1bv2024preb1_all.deb Size: 8604 MD5sum: a55320aa8192b53d0393a5ccdef2a491 SHA1: 557050780e70a01524bd1ce483aafe1d893002ec SHA256: 04502ac832c5b61908fd239e24b1138999c927b1dad5de608eeb4e05cda1b641 SHA512: ad9d2bc515e49ad668b25ccac62ad266c4e323721c6138262b82d75c308dd12f2428fae3e2b394900c45169f71f7cf18ac965b1f6c0ab5813ba93c25ff8b7925 Description: helper package for emacs lisp extensions This package provides the helper scripts needed by packages built with dh-elpa (>= 2.0). This allows dh-elpa using binary packages to receive bug fixes without rebuilding. Package: dh-exec Priority: optional Section: devel Installed-Size: 141 Maintainer: Craig Small Architecture: amd64 Version: 0.27+apertis0bv2024preb1 Depends: libc6 (>= 2.34), libpipeline1 (>= 1.0.0), perl:any, perl, debhelper, libdpkg-perl Filename: pool/development/d/dh-exec/dh-exec_0.27+apertis0bv2024preb1_amd64.deb Size: 24552 MD5sum: 9a98e6eedb152ca44d113182852a336a SHA1: 8820006ce11ab5e0c101d1b2133f11ff4b671ab3 SHA256: a433840d36e9397f5fc98ef65d62e19069b1df2910c7e72da4e240788ca98a5e SHA512: 92224a7a4cfd13f854c07abda9628e649532d51850b58ac6e4c77dcdf6fa41c9d3af300ff0d3277d86e893a7f4e4516427f73e0a27af7b5e75728115d096f88f Description: Scripts to help with executable debhelper files Debhelper (in compat level 9 and above) allows its config files to be executable, and uses the output of such scripts as if it was the content of the config file. . To ease and standardize the most common tasks, this package provides a few solutions to help constructing such executable scripts: . * A way to ease variable substitution, from environment variables or dpkg-architecture. * Ability to filter files by architecture or build profile, within a single debhelper control file. * An extension to dh_install and dh_installman, with the ability to rename files. Homepage: https://salsa.debian.org/debian/dh-exec Multi-Arch: foreign Package: dh-exec-dbgsym Priority: optional Section: debug Installed-Size: 91 Maintainer: Craig Small Architecture: amd64 Source: dh-exec Version: 0.27+apertis0bv2024preb1 Depends: dh-exec (= 0.27+apertis0bv2024preb1) Filename: pool/development/d/dh-exec/dh-exec-dbgsym_0.27+apertis0bv2024preb1_amd64.deb Size: 32512 MD5sum: f957e504cdf22ba5ac47fb9662afae04 SHA1: 447ca4c30e0fcedf41a7ad89e677988a76a59fb6 SHA256: 2da73756ec885ad403a9cd05d4cd18fc63572a318838e0a20035888c4f3331c0 SHA512: 6a494f3a47d276c0133b9d23c55750cd183c97080300942806a0b4cdacf90efe43b67313622167a1ff69f30bad4a22963b7ec0ab3954297c996909aabb16cc1f Description: debug symbols for dh-exec Auto-Built-Package: debug-symbols Build-Ids: 0c8bd00e7306b693bbbdd991b4f2468b1c38504b 17e76b8a8dfd69aed26f7e4b05b564e3f615c7a1 b1ea409b6c6561531ae274593ee56f325024656c b35ef1cfe552960b56a547dc39f3fbc79e769f19 e24db0123089decedb8eb771010aac2ad68e0ff3 fe0418b66687c25bc0687d4b71b1a0a85d4f2087 Package: dh-fortran-mod Priority: optional Section: devel Installed-Size: 39 Maintainer: Debian Science Team Architecture: all Version: 0.27+apertis0bv2024dev2b1 Provides: dh-sequence-fortran-mod Depends: perl:any, debhelper (>= 10), libio-compress-perl, libfile-libmagic-perl Filename: pool/development/d/dh-fortran-mod/dh-fortran-mod_0.27+apertis0bv2024dev2b1_all.deb Size: 12040 MD5sum: 6447369e76af16debd76cfd90e4468dc SHA1: ae57976f83dc837bd1d3cd3eaad33f51e4b9f0b9 SHA256: 1c680c726430004a40b35dcfc25d7165378fcf351932ca71004a832b6978701a SHA512: df7a1e27cde697b564139d5c120d10bb3777c625a0dda3012776ca12080c1dc075c415aacc579f22b517aed03788c84e9dedec2f92d0778e170c5a3dba91557d Description: debhelper add-on to handle Fortran '.mod' files Modules were introduced in the 1990 revision of the Fortran standard. When the Fortran compiler processes a source file containing a module, it produces both an object file and a '.mod' file. The latter plays a role similar to header files in C, since it is needed when compiling other source files which make use of the module. . The '.mod' files are however platform dependent, and their format changes with the gfortran version. . This package provides the dh_fortran_mod command, which simplifies the inclusion of '.mod' files in binary packages. First, it places the '.mod' files in the correct platform- and gfortran-dependent location. Second, it adds the right dependency information on gfortran version(s). . Inclusion of dh_fortran_mod in dh sequence is also provided under the name 'fortran_mod'. Enhances: debhelper Multi-Arch: foreign Package: dh-golang Priority: optional Section: golang Installed-Size: 67 Maintainer: Debian Go Packaging Team Architecture: all Version: 1.59+apertis0bv2024dev2b1 Provides: dh-sequence-golang Depends: debhelper, libdpkg-perl (>= 1.21.3~), perl:any Filename: pool/development/d/dh-golang/dh-golang_1.59+apertis0bv2024dev2b1_all.deb Size: 24504 MD5sum: 22de6906f5281395aa1eeb08beab03c4 SHA1: 46db5d8098ab551c4826e43657f85d181f1a4769 SHA256: aa52b02b6a6113f59c82261baead721a1b0ab88de19e863640e9a9224846296a SHA512: dcb64cb78ba99eea89c44a95e16e863b822206d990a748cd3eacefe8f9fbdc68030d8c5ad3e6935a867a049a4b9846635a04300482bf1694b80de6cbe2eb6131 Description: debhelper add-on for packaging software written in Go (golang) dh-golang provides a debhelper sequence addon named 'golang', a buildsystem module named 'golang' and a command called dh_golang. . The golang debhelper buildsystem is designed to make packaging programs written in Go very simple. Multi-Arch: foreign Package: dh-linktree Priority: optional Section: devel Installed-Size: 33 Maintainer: Debian QA Group Architecture: all Version: 0.9+apertis0bv2024dev2b1 Depends: debhelper, libdpkg-perl, perl:any Filename: pool/development/d/dh-linktree/dh-linktree_0.9+apertis0bv2024dev2b1_all.deb Size: 11052 MD5sum: 976a318b0f86d6d0545f9fa7aa276d17 SHA1: 68aa20f764ca1f984ee94b7e8dc840befbcc3469 SHA256: ad445158f3169839880a8f1c895df66a07d1fae31a0ffbc63fe8463dbfcf9645 SHA512: e7d7ca11e7dfa15473562f5511cfbbb980721a6c30c608b6a88322276ddc1881d6db9fa247de18574e444a6c56878bab52aff0b6da20d3f5af5933143ac799af Description: Create symlink trees within a Debian package Many developers bundle PHP or JavaScript libraries in the software that they provide. The Debian packager must then replace those "embedded copies" with symlinks to the packaged copy of those files. This operation is not without risks. A version mismatch can be the source of bugs that are hard to track. . dh_linktree is a tool that can assist you in this task. It can either unconditionally install a symlink tree of a given directory at the place of your choice, or it can only replace existing files with symlinks, or it can only replace existing identical files with symlinks. Multi-Arch: foreign Package: dh-lisp Priority: optional Section: lisp Installed-Size: 33 Maintainer: Debian Common Lisp Team Architecture: all Version: 0.7.2+apertis0bv2024dev2b1 Depends: debhelper (>= 7), perl:any Filename: pool/development/d/dh-lisp/dh-lisp_0.7.2+apertis0bv2024dev2b1_all.deb Size: 8248 MD5sum: a4462d307f9bdf8484de3474bb83b0e9 SHA1: c13a2edf7ded1709461e7caa649ee959ee02c141 SHA256: c0012a3f542a3fd6eeceaa6696661a6261af5c63dd7ce39f521fb50173ff4d4a SHA512: 156f7fa58a0a10d0006b48dff13a9b5dfda0a7fb65706ec9631bce11efc8bc4f283177114b76b4da99de1f8beab51ed255d2cd3f375edb94ee678e89e363cbf7 Description: Debhelper to support Common Lisp related packages This debhelper addon targets Debian package maintainers of packages related to Common Lisp. It automates the processes of making a package conform to the Common Lisp in Debian Manual: . It adds dependencies to required Common Lisp implementations if precompiled object files for them are included in the package. Enhances: debhelper Package: dh-lua Priority: optional Section: interpreters Installed-Size: 116 Maintainer: Debian Lua Team Architecture: all Version: 29+apertis0bv2024dev2b1 Provides: dh-sequence-lua Depends: perl:any, debhelper (>= 8.0.0), dctrl-tools, libtool, pkg-config, libfile-find-rule-perl, liblua5.4-dev, lua5.4, liblua5.3-dev, lua5.3, liblua5.2-dev, lua5.2, liblua5.1-0-dev, lua5.1 Recommends: dpkg-dev Filename: pool/development/d/dh-lua/dh-lua_29+apertis0bv2024dev2b1_all.deb Size: 30488 MD5sum: e55967ce7b636fc9a42ca783b6e5f06a SHA1: 6fcc82cb15279ed9a45a0d2e09182876766a650c SHA256: 853c1607d27e299790d0c5ab975df9846966f9e5240efbad7f1d08c6311bc8e6 SHA512: ccdc626db9fc7fe08eb472fb29c8f5796e928831bfb0e9ef24061cff1b29190632189f7e20ac48de9a8582b6b360fc06b83bd3f8d090edc3b8d2df3fa4da6948 Description: helper tools for maintaining Lua-related packages This package contains the Debian policy for the Debian packages relative to the Lua scripting language, as well as some tools to help build them. Homepage: https://salsa.debian.org/lua-team/ Package: dh-make-perl Priority: optional Section: perl Installed-Size: 267 Maintainer: Debian Perl Group Architecture: all Version: 0.122+apertis1bv2024preb1 Depends: perl:any, debhelper (>= 13), dpkg-dev, fakeroot, libapt-pkg-perl, libarray-unique-perl, libclass-accessor-perl, libconfig-ini-perl, libconfig-model-dpkg-perl, libdebian-source-perl, libdpkg-perl, libemail-address-xs-perl, libemail-date-format-perl, libfile-which-perl, liblist-moreutils-perl, libmodule-depends-perl, libpod-parser-perl (>= 1.63), libsoftware-license-perl, libtie-ixhash-perl, libwww-mechanize-perl, libwww-perl, libyaml-libyaml-perl, libyaml-perl, make Recommends: apt-file, git, libmodule-build-perl, libsys-cpu-perl, pristine-tar Breaks: dh-make-elpa (<< 0.17~) Filename: pool/development/d/dh-make-perl/dh-make-perl_0.122+apertis1bv2024preb1_all.deb Size: 99024 MD5sum: 40a1749ec9ad8e076361111ec70c4f69 SHA1: 08cd148cf43aa660e1c233db3d6511ebd89eca24 SHA256: 5122dc8ec438acd39106564b89f092612f13e1703e17672d6f8f0f80d3dc87b4 SHA512: 839d3050ad4917c6673f95d5d0468914a0b11d866c11b50619bfa2daf0438034fbddc69f562dcdd72660435d5e85b81dc89829ce085eccbb9a8d428ff6415cbc Description: helper for creating Debian packages from perl modules dh-make-perl will create the files required to build a Debian source package out of a perl package. This works for most simple packages and is also useful for getting started with packaging perl modules. Given a perl package name, it can also automatically download it from CPAN. . dh-make-perl can also help keeping the debian/ content current when upstream dependencies or Debian practices change. It can also help improve existing Perl module packages. . Includes the cpan2deb and cpan2dsc flavours. Package: dh-nodejs Priority: optional Section: devel Installed-Size: 190 Maintainer: Debian Javascript Maintainers Architecture: all Source: pkg-js-tools Version: 0.15.12+apertis0bv2024preb1 Replaces: pkg-js-tools (<< 0.14.0~) Provides: dh-sequence-nodejs (= 0.15.12+apertis0bv2024preb1), dh-sequence-nodejs-no-lerna (= 0.15.12+apertis0bv2024preb1) Depends: perl:any, debhelper, libdebian-copyright-perl, libdebian-source-perl, libdpkg-perl, libgraph-perl, libipc-run-perl, libjson-perl, libyaml-perl, nodejs:any | nodejs (<< 12.22.5~dfsg-4~) Suggests: pkg-js-tools, node-rollup-plugin-commonjs, node-rollup-plugin-node-resolve, rollup Conflicts: pkg-js-tools (<< 0.14.0~) Breaks: nodejs-dev (<< 10.15.0~dfsg-10) Filename: pool/development/p/pkg-js-tools/dh-nodejs_0.15.12+apertis0bv2024preb1_all.deb Size: 59616 MD5sum: 8abf54227a4d924739dc0077eed479be SHA1: 3d55853a7ec3a78ad8dc03d5867098f6b6293195 SHA256: b74ea0b0a3c8be7298e1158bf419ccab09c1042b6d6d62b8ddc5fcdc25a25208 SHA512: 51ee01523c9c655b1d77729aeaee015e2c5593b4a91da3c62adb097472d9c35b70d0e12e49d7d1c0cfb43b6c510ee50e9fe75590336115fa248cfb0bf36c713d Description: debhelper addon to build Node.js modules dh-nodejs provides debhelper files (set dh-sequence-nodejs into build dependencies) to automatically: * read lerna.conf "packages" field if exists and/or "workspaces" field from package.json * link or copy needed modules into node_modules/ directory * automatically build package and components when build system is recognized * launch test * choose files to install * build "Provides" value for package with components * build pkgjs-lock.json files and "XB-Javascript-Built-Using" value for packages built with webpack/browserify * clean all its stuff during dh_auto_clean step Homepage: https://salsa.debian.org/js-team/pkg-js-tools Multi-Arch: foreign Package: dh-nss Priority: optional Section: devel Installed-Size: 42 Maintainer: Gioele Barabucci Architecture: all Version: 1.7+apertis0bv2024dev2b1 Provides: dh-sequence-installnss Depends: libdebhelper-perl, perl:any Filename: pool/development/d/dh-nss/dh-nss_1.7+apertis0bv2024dev2b1_all.deb Size: 11296 MD5sum: a2c39510d67e1cbb92981c9569df649c SHA1: 2733ff18c9b6e546bdef55b8df06177291b06607 SHA256: be9bbdefa17c7bc6c68af0397ec019846b8d28d1178b1171ea3eaa14cfa5ae43 SHA512: 0eb958fac96016c655db11a798d70ca928691b4db394f86d433e5dfe7954fdf5462ed6c2e730133fd5113d06b611954496ab5255ce0f30c3aa9285bb9f234a1c Description: debhelper addon to inject NSS services into /etc/nsswitch.conf The` dh_installnss` debhelper provides a declarative way for NSS-related packages to express how the NSS services they supply should be installed and in which order. Enhances: debhelper Homepage: https://salsa.debian.org/gioele/dh-nss Multi-Arch: foreign Package: dh-ocaml Priority: optional Section: ocaml Installed-Size: 251 Maintainer: Debian OCaml Maintainers Architecture: all Version: 1.1.3apertis0bv2024preb1 Replaces: ocaml (<< 3.11.0~beta1-1), ocaml-base (<< 3.11.0~beta1-1), ocaml-base-nox (<< 3.11.0~beta1-1), ocaml-nox (<< 3.11.0~beta1-1) Recommends: debhelper, ocaml-nox (>> 3.12) Suggests: git Breaks: ocaml (<< 3.12), ocaml-base (<< 3.12), ocaml-base-nox (<< 3.12), ocaml-nox (<< 3.12) Filename: pool/development/d/dh-ocaml/dh-ocaml_1.1.3apertis0bv2024preb1_all.deb Size: 78080 MD5sum: 014666e8390eae25956b769d6408692f SHA1: 657eb111466c21d25af7f4631650ecaa2ca757aa SHA256: bcdafb77de63ab432fdc539121be214aff8a319453c6bc46bd5c492768cfe05d SHA512: 3eb9330b9b47137f12bcf2365dca79bc7ee5ed32a84a2daeb911b685b476eb28cb944b793da7996115d14530de8f07a8ff582d5a537abca5afc436f1a5781f9e Description: helper tools for maintaining OCaml-related Debian packages dh-ocaml is a set of tools and documents to help maintaining Debian packages related to the Objective Caml (OCaml) programming language. . dh-ocaml notably contains the following components: * Makefile helpers to write debian/rules files implementing OCaml packaging best-practices (both for CDBS lovers and haters) * the Debian OCaml Packaging Policy * dh_ocaml debhelper to automatically computes dependencies among binary OCaml packages * ocaml-md5sums, the tool used to maintain the system registry of OCaml module interface checksums Package: dh-package-notes Priority: optional Section: admin Installed-Size: 18 Maintainer: Luca Boccassi Architecture: all Source: package-notes Version: 0.9+apertis0bv2024dev2b1 Depends: debhelper Filename: pool/development/p/package-notes/dh-package-notes_0.9+apertis0bv2024dev2b1_all.deb Size: 6284 MD5sum: 4048343117bf990db115d14d26232439 SHA1: e94e82b8455622ac1df876c96ca861fc61e3ae1d SHA256: c2cb0005b5579689e7e732100916560780465badda1d0d51903f4a9f5c452b8e SHA512: b4c8e5aae53cef734f00fd22338facf8074912c385e0be924c9b01983a00bc6e16d717d2f02ea3437334a2915dfd34ac065a9873cff1ce4b94465af421ed20df Description: Debian Helper for adding package metadata to ELF binaries Provides a linker specs file to add package metadata to the ELF binaries being built. See: https://systemd.io/ELF_PACKAGE_METADATA/ Enhances: debhelper Homepage: https://systemd.io/ELF_PACKAGE_METADATA/ Multi-Arch: foreign Package: dh-r Priority: optional Section: science Installed-Size: 141 Maintainer: Debian R Packages Maintainers Architecture: all Version: 20230121+apertis1bv2024dev2b1 Depends: r-base-dev, debhelper (>= 9), dctrl-tools, libfile-which-perl, libswitch-perl, libwww-curl-simple-perl Recommends: devscripts, cme, git-buildpackage Suggests: postgresql-client-common Filename: pool/development/d/dh-r/dh-r_20230121+apertis1bv2024dev2b1_all.deb Size: 38380 MD5sum: 208fef29c2f9453f87d52018e8f82ec1 SHA1: 5858cc387e825017e52d79d1983711dd0a9660f9 SHA256: 5df1c956048f4dd0f17e697dc94fefc787540c470f4990a9cce8ae25c918f748 SHA512: e90a79445e9423bd0b9611061e4462a01eece6ac38b5d8a4b4e5ff7534b5d69705e57af88b446fe36580845b2940e70b4665d22554e3d78734235916d030bc52 Description: Debian helper tools for packaging R libraries Provides the R package buildsystem for debhelper. . Additional tools: . convert-to-dh-r: convert the dependencies of an existing R package from using CDBS to use dh-r dh-make-R: generate packaging skeletons for R packages dh-update-R: update (versioned) dependencies of R packages, Vcs-fields and Maintainer field Package: dh-runit Priority: optional Section: admin Installed-Size: 54 Maintainer: Lorenzo Puliti Architecture: all Version: 2.15.2+apertis1bv2024dev2b1 Provides: dh-sequence-runit Depends: debhelper (>= 9), libtext-hogan-perl, libfile-slurp-perl, libfile-copy-recursive-perl, perl:any Filename: pool/development/d/dh-runit/dh-runit_2.15.2+apertis1bv2024dev2b1_all.deb Size: 16248 MD5sum: 39c14f5f3a516ea956ff3560359708f8 SHA1: 24126f9855ee41980ad3afea25733969d4891cfe SHA256: 005c9e985614ca83c4963ca377157c987b7ed43cd8b16b0c352f16eea221fd91 SHA512: 57043b7c91ea71c650a8010130ebc769d8d975832bd03ff0d323785ac62343ce5e8d01ae5922583d0ce13537b1a57c654f502fa75f0f6ae2f9eb6cb356ef5831 Description: debhelper add-on to handle runit runscripts dh-runit provides a debhelper sequence addon named 'runit' and the dh_runit command. . The dh_runit command installs runscripts and adds the appropriate code to the postinst, prerm and postrm maint scripts to properly enable/disable and purge runscripts. When runit is PID 1 the maint script code also takes care of restarting services during upgrades, when appropriate. Homepage: https://salsa.debian.org/debian/dh-runit Multi-Arch: foreign Package: dh-strip-nondeterminism Priority: optional Section: devel Installed-Size: 24 Maintainer: Reproducible builds folks Architecture: all Source: strip-nondeterminism Version: 1.13.1-1+apertis0bv2024preb1 Depends: libdebhelper-perl, libfile-stripnondeterminism-perl (= 1.13.1-1+apertis0bv2024preb1), perl:any Filename: pool/development/s/strip-nondeterminism/dh-strip-nondeterminism_1.13.1-1+apertis0bv2024preb1_all.deb Size: 9276 MD5sum: c03226309939ff80e6a5ad2fd9187422 SHA1: 0b8b94ee751d7a05f6bb769e24137e475892c4cf SHA256: 95689d278602edc562f6aa7d392aa4c798a82e0562650a8a1616771570df8d50 SHA512: 4614f746c178bf688ad0453a9c8ad9adbf7cee17562f96a6c71bb875923604569eeb0451a3926a49378c7e58cd3e9a1da91d102a6b2270524fe8455b318e73cc Description: file non-deterministic information stripper — Debhelper add-on StripNondeterminism is a library for stripping non-deterministic information such as timestamps and filesystem ordering from various file and archive formats. . This can be used as a post-processing step to improve the reproducibility of a build product, when the build process itself cannot be made deterministic. . It is used as part of the Reproducible Builds project, although it should be considered a temporary workaround which should not be needed in the long term; upstream software should be reproducible even without using such a tool. . This package installs the ‘dh_strip_nondeterminism’ Debhelper command that strips nondeterminism as part of a Debian package build process. Homepage: https://reproducible-builds.org/ Multi-Arch: foreign Package: dh-sysuser Priority: optional Section: admin Installed-Size: 33 Maintainer: Lorenzo Puliti Architecture: all Version: 1.3.9+really1.4.3+apertis0bv2024dev2b1 Depends: perl:any Filename: pool/development/d/dh-sysuser/dh-sysuser_1.3.9+really1.4.3+apertis0bv2024dev2b1_all.deb Size: 9716 MD5sum: 45e4b5e8b2e5522d61169d04c31eca7d SHA1: 30fe01edac59cf5edcc53de4ea82c83cee11a2b5 SHA256: 5b3a62528800d258893ec856804a93d6354b86c11de797aef36060b45852fd76 SHA512: da3d9a0843e5db86dee2ef4fb26ecbe55edac6d75a62f0feb0e78ede73aec6c2e11dddc6014db53666b8bfa45a1caa0734d8e39955871b2f326f33ec3bc0d9bc Description: debhelper addon to handle creation of system users dh-sysuser provides a debhelper sequence addon named 'sysuser' and command 'dh_sysuser', which provide declarating way to ensure, that required users are present after package installation and correctly handled after package removal. Homepage: https://salsa.debian.org/debian/dh-sysuser Multi-Arch: foreign Package: dh-vim-addon Priority: optional Section: devel Installed-Size: 26 Maintainer: Debian Vim Maintainers Architecture: all Version: 0.4apertis0bv2024dev2b1 Provides: dh-sequence-vim-addon Depends: debhelper (>= 10.2.5), vim-common, perl:any Filename: pool/development/d/dh-vim-addon/dh-vim-addon_0.4apertis0bv2024dev2b1_all.deb Size: 7528 MD5sum: c5019d1f02f82b270055f77c37e3ee28 SHA1: 719d4165fda78f49b3a514f0bd9e8f3c4da783d3 SHA256: f1aaaffbcae8fd2fc6bc5c1116ac658e5535c5c7f1a9779bebe8a8ef4fc4c293 SHA512: 55e5f5fd312ea4e88fb1dff677facf1968cb4cdc63bd4551547a8e2626a401cca4e5a77e7e17f5bdc23db009bfed5f14a2c39c74360dc81d9996f48faa6151ac Description: debhelper addon to help package Vim/Neovim addons This package provides a helper for packaging Vim/Neovim addons in a standard way, compatible with Vim's "package" feature. dh_vim-addon sets links to the respective "packpath" for the supported editors as well as building help tags for the addon's documentation, if any exists. . A debhelper sequencer, vim_addon, is also provided for use with dh rules files. Package: dialog Priority: optional Section: misc Installed-Size: 1216 Maintainer: Santiago Vila Architecture: amd64 Version: 1.3-20230209-1+apertis0bv2024dev2b1 Provides: libdialog-dev Depends: debianutils (>= 1.6), libc6 (>= 2.34), libncursesw6 (>= 6), libtinfo6 (>= 6) Filename: pool/development/d/dialog/dialog_1.3-20230209-1+apertis0bv2024dev2b1_amd64.deb Size: 284624 MD5sum: 773c129fa8e212a3a21069e748522007 SHA1: b9640ada18bc8c3deb62b2a0e8a0926e7b5d4c7a SHA256: f1fa722e013cbdfadb417c354495b734df22eb5209843f235ddbff1c8dafb0e8 SHA512: 233073f1bc429ff357461d31225dfe90d0bd56fe97afc4507b2a3fdcfe0bda89074d7e2c0af2d330d453b37c4f8558fcd40b847a508678ee710cac2239df88c1 Description: Displays user-friendly dialog boxes from shell scripts This application provides a method of displaying several different types of dialog boxes from shell scripts. This allows a developer of a script to interact with the user in a much friendlier manner. . The following types of boxes are at your disposal: yes/no Typical query style box with "Yes" and "No" answer buttons menu A scrolling list of menu choices with single entry selection input Query style box with text entry field message Similar to the yes/no box, but with only an "Ok" button text A scrollable text box that works like a simple file viewer info A message display that allows asynchronous script execution checklist Similar to the menu box, but allowing multiple selections radiolist Checklist style box allowing single selections gauge Typical "progress report" style box tail Allows viewing the end of files (tail) that auto updates background tail Similar to tail but runs in the background. editbox Allows editing an existing file Homepage: https://invisible-island.net/dialog/dialog.html Multi-Arch: foreign Package: dialog-dbgsym Priority: optional Section: debug Installed-Size: 317 Maintainer: Santiago Vila Architecture: amd64 Source: dialog Version: 1.3-20230209-1+apertis0bv2024dev2b1 Depends: dialog (= 1.3-20230209-1+apertis0bv2024dev2b1) Filename: pool/development/d/dialog/dialog-dbgsym_1.3-20230209-1+apertis0bv2024dev2b1_amd64.deb Size: 293204 MD5sum: caff66c0b5d70a2b951828d6a4361fb6 SHA1: 4631b00b9e230ffb466303cd477442f0c2e7c7f6 SHA256: 7295abea53b55ef9bb0c6c619b3537838b75ea93bed00309cd13a9eb6f06866d SHA512: 11765e87a959d414b7ce5c3d8146b9183ba7b5979c8ca65472ab4ef9690caf4cde170fa9c81944fd0b2fc7d96ebd6c033afe1f3ac8bd30c06529c6dd16a661bb Description: debug symbols for dialog Auto-Built-Package: debug-symbols Build-Ids: a415638f31137c9b4947467fe0f959527669fd07 Package: dictionaries-common Priority: optional Section: text Installed-Size: 709 Maintainer: Agustin Martin Domingo Architecture: all Version: 1.29.5+apertis1bv2024preb1 Replaces: openoffice.org-updatedicts Provides: openoffice.org-updatedicts Depends: debconf (>= 0.5) | debconf-2.0, libtext-iconv-perl Suggests: ispell | aspell | hunspell, wordlist Breaks: myspell-ca (<= 0.6-10), myspell-cs-cz (<= 20040229-5), myspell-de-de-oldspell (<= 1:2-27), myspell-eu-es (<= 0.4.20081029-4), myspell-fi (<= 0.7-17.3), myspell-gl-es (<= 2.2a-8), myspell-ku (<= 0.20.0-1.1), myspell-nl (<= 1:2.0-1), myspell-nr (<< 20070206-4ubuntu1), myspell-ns (<< 20070206-4ubuntu1), myspell-sl (<< 1.0-3ubuntu1), myspell-ss (<< 20070206-4ubuntu1), myspell-tn (<< 20070206-4ubuntu1), myspell-ts (<< 20070207-4ubuntu1), myspell-ve (<< 20070206-3ubuntu1), myspell-xh (<< 20070206-4ubuntu1), myspell-zu (<< 20070207-5ubuntu1), openoffice.org-thesaurus-it (<< 2.0.7.gh.deb1-1.1ubuntu3) Filename: pool/development/d/dictionaries-common/dictionaries-common_1.29.5+apertis1bv2024preb1_all.deb Size: 183524 MD5sum: 4d9ff0e617710e8f71e4f5a1d34ce082 SHA1: 46e173f8b95e7c2bf3565709c99d989b26c5797c SHA256: e444fcabe0c4a5a3aef0116ce910d494eb59daf41c28121869d11ea248aa2e43 SHA512: c32f2591773d04db636510aac795d2cfc9fb1e0e1d9ee400e3c32405caf8aaf58af8eab4c010fd25bfaefdfdd825937957f18413f13b3cf1fc6435bc244ab887 Description: spelling dictionaries - common utilities This package provides utilities shared between all wordlists and spelling dictionaries for Ispell, Aspell, or MySpell/Hunspell. It also includes support infrastructure for software using them (such as JED and Mutt), and some patched spell-checking Lisp files for better Emacs integration. . More information about the availability of these dictionaries and their naming conventions is available in the README.Debian file. Homepage: https://salsa.debian.org/debian/dictionaries-common Multi-Arch: foreign Package: dictionaries-common-dev Priority: optional Section: devel Installed-Size: 271 Maintainer: Agustin Martin Domingo Architecture: all Source: dictionaries-common Version: 1.29.5+apertis1bv2024preb1 Provides: dh-sequence-aspell-simple Depends: debhelper, dictionaries-common Filename: pool/development/d/dictionaries-common/dictionaries-common-dev_1.29.5+apertis1bv2024preb1_all.deb Size: 91508 MD5sum: 0abb3ef8bb18206091fceb94e7b5d3fc SHA1: 545561bf5938979d6bb84aec1f4c9d886d929efe SHA256: 132b3fd20915dbe151c784b467dff31e1902f8f07f522a946981ae2d32157f95 SHA512: 45e5b428d37d4b5f32474f5a5ae30f4890e3672935477fd0ac72af6864fd4761a234da498c7b2a51a2bd3fe35fb22058740aa720050c7719c0882d4e4a9178a9 Description: spelling dictionaries - developer files This package provides the full text of the Debian Spelling Dictionaries and Tools Policy, and some debhelper-like helpers. . It is only of interest for developers maintaining wordlists or dictionaries for Ispell, Aspell, or MySpell/Hunspell. Homepage: https://salsa.debian.org/debian/dictionaries-common Multi-Arch: foreign Package: diffstat Priority: optional Section: devel Installed-Size: 77 Maintainer: Sandro Tosi Architecture: amd64 Version: 1.65-1+apertis0bv2024preb1 Depends: libc6 (>= 2.34) Filename: pool/development/d/diffstat/diffstat_1.65-1+apertis0bv2024preb1_amd64.deb Size: 33876 MD5sum: e313ac7a89170fb5de52fdbf4eac6ee0 SHA1: adc4d27acb0825b04c6cb4edde1b13c0866bfd9f SHA256: 7087b1cdf5bf6113a3f99733341eba9c3e61cf2c57bdc736d5e92abbcd255a5e SHA512: 7fe6bfffd4d253980b76282063398c0913cb490fc775727f3f0197e66e81ac1d922877005142de185582fa55ad0b666d9433499bfb11d6502c722188d01e5f5b Description: produces graph of changes introduced by a diff file This program is a simple filter that reads the output of the 'diff' program, and produces a histogram of the total number of lines that were changed. It is useful for scanning a patch file to see which files were changed. Homepage: https://invisible-island.net/diffstat/ Package: diffstat-dbgsym Priority: optional Section: debug Installed-Size: 74 Maintainer: Sandro Tosi Architecture: amd64 Source: diffstat Version: 1.65-1+apertis0bv2024preb1 Depends: diffstat (= 1.65-1+apertis0bv2024preb1) Filename: pool/development/d/diffstat/diffstat-dbgsym_1.65-1+apertis0bv2024preb1_amd64.deb Size: 59084 MD5sum: fdc4bfd39ccb232d3c012efe4991a280 SHA1: 4244fbcf0d376646aa3bb82644da62a86293fcf7 SHA256: f5f41a1b5e168b45cd37a7f1caaf99d1172835b65757906f54981843c5bbe64e SHA512: 8f5fd686f1f68655aea7c49f08b43119a32ed8dec98b47ff19f5300e680e029616b0d31e7802037303ce5b0790437f383c857cdd58b82433f6c823444e99b7fb Description: debug symbols for diffstat Auto-Built-Package: debug-symbols Build-Ids: 5bb17579dde844c65908e0b2a73e770d4193073c Package: diffutils Essential: yes Priority: required Section: utils Installed-Size: 1598 Maintainer: Santiago Vila Architecture: amd64 Version: 1:3.8-4+apertis0bv2024dev2b1 Replaces: diff Pre-Depends: libc6 (>= 2.34) Suggests: diffutils-doc, wdiff Filename: pool/development/d/diffutils/diffutils_3.8-4+apertis0bv2024dev2b1_amd64.deb Size: 353452 MD5sum: f29ab94cfe4436f265f518921b392228 SHA1: eff677c7ce4a8d911740c8c695092afcf125a0e8 SHA256: df1e3bd150e24d524204087e7774dc98eeefe35c11e71ea1b95e2edcd1e1800f SHA512: 427cdc44dbf9d40785af2122bf3889e6ed4a26d733de18bc475c5fcb939d8311ea2439092d7aea15722d78c92a262e5ff3ac6a3a874cfd65ec300a8ee22d6864 Description: File comparison utilities The diffutils package provides the diff, diff3, sdiff, and cmp programs. . `diff' shows differences between two files, or each corresponding file in two directories. `cmp' shows the offsets and line numbers where two files differ. `cmp' can also show all the characters that differ between the two files, side by side. `diff3' shows differences among three files. `sdiff' merges two files interactively. . The set of differences produced by `diff' can be used to distribute updates to text files (such as program source code) to other people. This method is especially useful when the differences are small compared to the complete files. Given `diff' output, the `patch' program can update, or "patch", a copy of the file. Homepage: https://www.gnu.org/software/diffutils/ Package: diffutils-dbgsym Priority: optional Section: debug Installed-Size: 472 Maintainer: Santiago Vila Architecture: amd64 Source: diffutils Version: 1:3.8-4+apertis0bv2024dev2b1 Depends: diffutils (= 1:3.8-4+apertis0bv2024dev2b1) Filename: pool/development/d/diffutils/diffutils-dbgsym_3.8-4+apertis0bv2024dev2b1_amd64.deb Size: 404008 MD5sum: 4092d3701987cb8da8c199d9f1738413 SHA1: b38e6254bc09241e83f199b21f777193f0f6abe6 SHA256: 5380107e037bb7e7774cdd93fee6d9ebc9478bc0e3d6c834f0262d109829fd84 SHA512: d6b5eda2f9dc90bad8e739afc48722b01427783ccf99ae2ca3d4b40767b44f4d904ed984b57b8c07fa48a8370fa3bda128c5f7352eba73934f0cfd7c16b26359 Description: debug symbols for diffutils Auto-Built-Package: debug-symbols Build-Ids: c68ba396a6ebd7aaec18b5091e34154b1ce513d9 d0a2d4ac31264dd43ef49429feeddcd072fca8ad fb8b2c724ea573d58b7e0fa35e0b41e03b896d27 fc0f95207125b3af81df039981fee8e1cc7535e2 Package: diffutils-doc Priority: optional Section: doc Installed-Size: 772 Maintainer: Santiago Vila Architecture: all Source: diffutils Version: 1:3.8-4+apertis0bv2024dev2b1 Filename: pool/development/d/diffutils/diffutils-doc_3.8-4+apertis0bv2024dev2b1_all.deb Size: 107464 MD5sum: 8253f6de53d28498277db94e5c601eff SHA1: 99bf604b438f211fe5d106b961156c6fac4bb6bb SHA256: afd2ba150478feba2eb966d755c372513fae308d31d968d2631375241f3ec50d SHA512: e1d3ad633a86b03a4dff984b357d366a468e0e4f8d234755d4ae59d8ddca73fec5e8ac8ab46c34d23610c18aba3fb1c657cbcbcbc341a26460651ac3c4f24c55 Description: Documentation for GNU diffutils in HTML format This package contains the HTML documentation for GNU diffutils. Homepage: https://www.gnu.org/software/diffutils/ Package: directx-headers-dev Priority: optional Section: graphics Installed-Size: 2702 Maintainer: Debian X Strike Force Architecture: amd64 Source: directx-headers Version: 1.606.4-1+apertis0bv2024dev2b1 Filename: pool/development/d/directx-headers/directx-headers-dev_1.606.4-1+apertis0bv2024dev2b1_amd64.deb Size: 181152 MD5sum: 0a322099e135a6cd0519321a1f542c20 SHA1: 916eee00197eb400ef9c36dbc6ae797fc9a979b3 SHA256: 4c88b114b6b9c67a09b33aeb2b130e30b5eb749173551eb47d3e2330f2a44a12 SHA512: fe94e66652463f9f0c325f3e31975d6ae0f52a1cfdb969c4dcdcb01158b6d27633cc2784d23381f6036070b1cafa641f2c34100c53c560106240b20cd7d0b390 Description: Direct3D 12 headers This package provides the development headers for Direct3D 12. Homepage: https://github.com/microsoft/DirectX-Headers Package: dirmngr Priority: optional Section: utils Installed-Size: 1343 Maintainer: Debian GnuPG Maintainers Architecture: amd64 Source: gnupg2 Version: 2.2.40-1.1+apertis1bv2024preb1 Replaces: gnupg2 (<< 2.1.10-2) Depends: adduser, gpgconf (= 2.2.40-1.1+apertis1bv2024preb1), lsb-base (>= 3.2-13), init-system-helpers (>= 1.52), libassuan0 (>= 2.5.0), libc6 (>= 2.34), libgcrypt20 (>= 1.10.0), libgnutls30 (>= 3.7.5), libgpg-error0 (>= 1.42), libksba8 (>= 1.3.5), libldap-2.5-0 (>= 2.5.4), libnpth0 (>= 0.90) Recommends: gnupg (= 2.2.40-1.1+apertis1bv2024preb1) Suggests: dbus-user-session, libpam-systemd, pinentry-gnome3, tor Breaks: gnupg2 (<< 2.1.10-2) Filename: pool/development/g/gnupg2/dirmngr_2.2.40-1.1+apertis1bv2024preb1_amd64.deb Size: 799476 MD5sum: 2bae8b8931ee6b34ac0c4a5c39216c24 SHA1: d1cf45b939f03150b4c1b31bb88d725284793e81 SHA256: 3e55ebbf9cc21e892361b8ecb2cc5026726784577e5c45912dbe04efcbdfe5d8 SHA512: ecee1e52be5efdde27cd34d34a58e74355707cd26077ad0543ec053df0f72eda994572b89044efea89297a46bfc180b300bc972ea327400e8c6b19c38cb6d1cb Description: GNU privacy guard - network certificate management service dirmngr is a server for managing and downloading OpenPGP and X.509 certificates, as well as updates and status signals related to those certificates. For OpenPGP, this means pulling from the public HKP/HKPS keyservers, or from LDAP servers. For X.509 this includes Certificate Revocation Lists (CRLs) and Online Certificate Status Protocol updates (OCSP). It is capable of using Tor for network access. . dirmngr is used for network access by gpg, gpgsm, and dirmngr-client, among other tools. Unless this package is installed, the parts of the GnuPG suite that try to interact with the network will fail. Enhances: gpg, gpgsm, squid Homepage: https://www.gnupg.org/ Multi-Arch: foreign Package: dirmngr-dbgsym Priority: optional Section: debug Installed-Size: 1087 Maintainer: Debian GnuPG Maintainers Architecture: amd64 Source: gnupg2 Version: 2.2.40-1.1+apertis1bv2024preb1 Depends: dirmngr (= 2.2.40-1.1+apertis1bv2024preb1) Filename: pool/development/g/gnupg2/dirmngr-dbgsym_2.2.40-1.1+apertis1bv2024preb1_amd64.deb Size: 990480 MD5sum: 9b1d7967b339f80dba630bd4c6db0f4a SHA1: 21c51ac262b024ebf9874a15cc68b54a8f1105df SHA256: c66c6d96b7cbb79c5b3c3b964e4effe50086d407e83bfa23c9589cb4b8a0bb8c SHA512: b9fdedf6c3d181d104ddb7c96e01e06ad9ab0e4e09e0e14de8c42e9df21f9611239c4641d6056b1d12d2c18d023183b9d3f6c12d05d8b1ee6a7875b5eddcd5cb Description: debug symbols for dirmngr Auto-Built-Package: debug-symbols Build-Ids: 79ec840ef1dc5dff21395517032eeda976cbe6c9 b61b31ab27cb42f41ff5f40c00fa7983ef68a765 bee779046281e037dbd3e65f00e73104beee5612 Package: discount Priority: optional Section: text Installed-Size: 118 Maintainer: Alessandro Ghedini Architecture: amd64 Version: 2.2.7-2+apertis0bv2024dev2b1 Depends: libc6 (>= 2.34), libmarkdown2 (= 2.2.7-2+apertis0bv2024dev2b1) Conflicts: libtext-markdown-perl, markdown Filename: pool/development/d/discount/discount_2.2.7-2+apertis0bv2024dev2b1_amd64.deb Size: 24424 MD5sum: fab0732cbf24ad783271316bee278385 SHA1: 22bd358b7cd1f888fd088dfda0cfe8f389c22ad6 SHA256: b4db24c232a645d8c93158d032401628cdb7d380f2a869e79290e7fc5c3d18e7 SHA512: cabc3c191d1945472e8717a2c49afda615a422af5e98d17f4e007d78d55a263ce51e7147993978eaf398ca486c92491d879efcca358ac65e9f33638ccbae98c1 Description: implementation of the Markdown markup language in C Discount is an implementation of John Gruber's Markdown markup language. It implements all of the language described in the Markdown syntax document and passes the Markdown 1.0 test suite. . This package provides the discount executables. Homepage: http://www.pell.portland.or.us/~orc/Code/discount/ Multi-Arch: foreign Package: discount-dbgsym Priority: optional Section: debug Installed-Size: 91 Maintainer: Alessandro Ghedini Architecture: amd64 Source: discount Version: 2.2.7-2+apertis0bv2024dev2b1 Depends: discount (= 2.2.7-2+apertis0bv2024dev2b1) Filename: pool/development/d/discount/discount-dbgsym_2.2.7-2+apertis0bv2024dev2b1_amd64.deb Size: 48600 MD5sum: 4d9c5893e7a5e5f925dc832c9ee826b7 SHA1: 91289f3dbe03ab81ff40015c3bd063b246e4d4ab SHA256: fb174f73b9898c0563698da5a4cecdcf38d3635cf167e174756abc0d87b390e2 SHA512: 1d4c4ffadf3d30258ae3893eb71915fdc525041b95d886fc17aa1b9edd9c4acac629ce3f430dfd25adc4d4dc3070bb05cf447da543833acc405555d6df7f306d Description: debug symbols for discount Auto-Built-Package: debug-symbols Build-Ids: 2cabece2852ac8058441dd9188dbab44c64429fa 9d39ed4c0866be5df870dd5781092bf9feccc0c5 e737d5df14319a61b3fd9ed68c037a3a2e6ac8fc ff73e7ccdd3d7ca83eaf5c75e2b1089a53669e43 Package: dist Priority: optional Section: devel Installed-Size: 2647 Maintainer: Manoj Srivastava Architecture: all Version: 1:3.5-236-1apertis0bv2024dev2b1 Depends: perl, libperl4-corelibs-perl, debconf (>= 1.2.0) | debconf-2.0 Filename: pool/development/d/dist/dist_3.5-236-1apertis0bv2024dev2b1_all.deb Size: 467072 MD5sum: 8daf1f6b20d681c41241244f8824d296 SHA1: 2346f3a9c53dbd1cd0047cad98b81d19e9f39c4f SHA256: 028e4fd09c1f7451cad7aab15eb5696af89098ffb286e65d646b9adc6272cc31 SHA512: 26703dd7729caac7171c3a840c39738e7c4148485421c028efe75c33279a3f3329d33b9b9a9657d04595ef066b94ef2c4082d2a8105d3bf7411cd4fa3b45a4c3 Description: Tools for developing, maintaining and distributing software The dist package is a set of tools meant to ease the construction and maintenance of portable software. . The first component is the Configure script generator, metaconfig, which automatically builds the Configure script from your sources. Ideally, the end-user receiving your source code will simply have to read your README file, run the Configure script (which is self-documented), and then run make. . The second component is the Makefile.SH generator, which is a generic configured Makefile, reusing some of the information figured out by Configure, and a generic Jmakefile description. . The third component is the RCS aware package generator, which is used when it's time to build up the shell archives used to distribute your program. . The fourth and latest component is the patch generator, used to make updates of your sources, which can later be applied on the original distribution by using the patch program. Multi-Arch: foreign Package: distro-info Priority: optional Section: devel Installed-Size: 71 Maintainer: Benjamin Drung Architecture: amd64 Version: 1.5+deb12u1+apertis0bv2024.0db1 Depends: distro-info-data (>= 0.46), libc6 (>= 2.34) Suggests: shunit2 Filename: pool/development/d/distro-info/distro-info_1.5+deb12u1+apertis0bv2024.0db1_amd64.deb Size: 19024 MD5sum: a5ac3c5adfd372cbca9d8533ccf3389a SHA1: fbffb5485c45b4d5fbb5d741ea73c7ca4f7d47d4 SHA256: e7eb44cd39182de508b883291f6825a36d5c0fae0c7ec5339e23291990a9a516 SHA512: d0d9e8ba7facb7803ff751b1ff90c4fc06ca51c4230f8d3d9a77eea88a29b5aa9edf847344c4d055c79e250f7d7831c41833d78e8d9cb656f0f6fae9f1092cbe Description: provides information about the distributions' releases Information about all releases of Debian and Ubuntu. The distro-info script will give you the codename for e.g. the latest stable release of your distribution. To get information about a specific distribution there are the debian-distro-info and the ubuntu-distro-info scripts. Package: distro-info-data Priority: optional Section: devel Installed-Size: 19 Maintainer: Benjamin Drung Architecture: all Version: 0.58+deb12u1+apertis0bv2024.0db1 Breaks: distro-info (<< 1.0~) Filename: pool/development/d/distro-info-data/distro-info-data_0.58+deb12u1+apertis0bv2024.0db1_all.deb Size: 6532 MD5sum: 3b67dd842292af24802653bb21bfe97c SHA1: a8baa07f7649f1289d197e2679c9157115cc0898 SHA256: fb11cd647f4339d579f8651fb295f8d9ab51b464df85c10040371f4092fef82a SHA512: 9277060950760da8472e03dc503bbb37e92f9939b73c725f32d59ade8e05ebcc573616d16d05932a04eb29d1da0b24316d49a62f54b87418e61da2a2865440c2 Description: information about the distributions' releases (data files) Information about all releases of Debian and Ubuntu. The distro-info script will give you the codename for e.g. the latest stable release of your distribution. To get information about a specific distribution there are the debian-distro-info and the ubuntu-distro-info scripts. . This package contains the data files. Multi-Arch: foreign Package: distro-info-dbgsym Priority: optional Section: debug Installed-Size: 63 Maintainer: Benjamin Drung Architecture: amd64 Source: distro-info Version: 1.5+deb12u1+apertis0bv2024.0db1 Depends: distro-info (= 1.5+deb12u1+apertis0bv2024.0db1) Filename: pool/development/d/distro-info/distro-info-dbgsym_1.5+deb12u1+apertis0bv2024.0db1_amd64.deb Size: 37404 MD5sum: 8c69d7f886e434a03cfd6b1b60501727 SHA1: 8ce0669f5c6cac5eeeddddfdf33a367f4ba5ee91 SHA256: d8dc2f52a75a69fd53e478a794220d2b6de1025b31cda31b8d4d57c57b5e819d SHA512: cca682f6df6343d2f02c55b010cd96b62e4192690c14b24426e94ad3d098a2e43dc72fdf53aecb3802c6583fea3bfe071cde5d8d6c2752a79e62f573e840c64c Description: debug symbols for distro-info Auto-Built-Package: debug-symbols Build-Ids: 235a880a0229c26261a412027ccc53eaff524121 cbe48d5b14d6678d9ad4342b08b7d7daabf0794f Package: djview Priority: optional Section: graphics Installed-Size: 23 Maintainer: Barak A. Pearlmutter Architecture: all Source: djvulibre Version: 3.5.28-2+apertis2bv2024dev2b1 Depends: djview4 | djview3 Filename: pool/development/d/djvulibre/djview_3.5.28-2+apertis2bv2024dev2b1_all.deb Size: 8888 MD5sum: acd81577680f32c79170ffb2862c7c6d SHA1: 78fa545e1f03934aa8c49dac6fe6e43271c24681 SHA256: 9c122103ce571630fde54fb5be8b65bb1784dfab4e41a52952c7a9b3505e0160 SHA512: 419bc2ed354c75dae30ce5abb2809f716e9f8b78f3b93eb2221f53342b82f37ccb8247e261b45a4bd2a812033a4ef18e034d5e60f9ba33628c947a1d9594c57e Description: Transition package, djview3 to djview4 Ease transition from djview or djview3 to djview4 with this dummy package. Homepage: http://djvu.sourceforge.net/ Package: djview3 Priority: optional Section: graphics Installed-Size: 23 Maintainer: Barak A. Pearlmutter Architecture: all Source: djvulibre Version: 3.5.28-2+apertis2bv2024dev2b1 Depends: djview4 Filename: pool/development/d/djvulibre/djview3_3.5.28-2+apertis2bv2024dev2b1_all.deb Size: 8876 MD5sum: 1cb2a6515406c6f980b1ce3014be7b4f SHA1: 3c7dc65de11a145769b034f6f0ee6ebf08716138 SHA256: a7e8904bc3aa56aeb96ca4f3c02461f99cd3c6d1644c42a93405e73c5fbb1d84 SHA512: 7df78c9530f3d9a9c50c0693fe4364f91e2d1e06016e2ed71f1b77be3d59ae7242960b1aeefc508e032f91758f65a2399bc9bcb3bbe206de0f55152e0696e96a Description: Transition package, djview3 to djview4 Ease transition from djview3 to djview4 with this dummy package. Homepage: http://djvu.sourceforge.net/ Package: djvulibre-bin Priority: optional Section: graphics Installed-Size: 1115 Maintainer: Barak A. Pearlmutter Architecture: amd64 Source: djvulibre Version: 3.5.28-2+apertis2bv2024dev2b1 Depends: libc6 (>= 2.34), libdjvulibre21 (= 3.5.28-2+apertis2bv2024dev2b1), libgcc-s1 (>= 3.0), libstdc++6 (>= 5), libtiff6 (>= 4.0.3), curl Recommends: pdf2djvu Suggests: djvulibre-desktop, djview4 | djvu-viewer | evince Filename: pool/development/d/djvulibre/djvulibre-bin_3.5.28-2+apertis2bv2024dev2b1_amd64.deb Size: 296104 MD5sum: 866fe38842f77d57559697b3cfb600c6 SHA1: 511b7856325156f85fc662d975a7585965124968 SHA256: d75b8e52d7075e8c578a0c86af38c3914ca5a2ae463f728f0734c2097dc0379f SHA512: 0de55f6e36bdcb87f2983bce35bbd40038b52c59a23c5f18fd5a538f40b35d58f4305a088ca3aadc45d007236b5e4e3c0ea4cc933a5c349b2561dd955ea90cd6 Description: Utilities for the DjVu image format Executables including utilities for conversion between DjVu and other formats. Homepage: http://djvu.sourceforge.net/ Multi-Arch: foreign Package: djvulibre-bin-dbgsym Priority: optional Section: debug Installed-Size: 1714 Maintainer: Barak A. Pearlmutter Architecture: amd64 Source: djvulibre Version: 3.5.28-2+apertis2bv2024dev2b1 Depends: djvulibre-bin (= 3.5.28-2+apertis2bv2024dev2b1) Filename: pool/development/d/djvulibre/djvulibre-bin-dbgsym_3.5.28-2+apertis2bv2024dev2b1_amd64.deb Size: 1517924 MD5sum: 21782767d730e1d77d5a966c3d3948d1 SHA1: 30c43ad03dc3528408771f2d15cc62f621a06832 SHA256: 4d66142d7031e14d3400821250c796e52ca79893e722e05f8e3d2e9e858702e7 SHA512: f1a16e6c7b4d2de43929805bd1eda9507558436ecfeedb14f75f74f0a672eb57ee08c05d0b1cfbd6a205257fb4bb10280e91f6f695c49f4917650a97ed65fe16 Description: debug symbols for djvulibre-bin Auto-Built-Package: debug-symbols Build-Ids: 0d3246d9a9030132bc382b086b6fab0cbb372723 3fe07e45e784ef0692c3b6796b4cf251b1e66851 49e20a11fbac4c8184becc36a5e02f3d00f430cc 4af682aa8801b9cb06ad216eebd48595c2cd7400 566912c073f2c2ba43479a75279bc99ca0c837c6 5923b9630d8fc2878d6047a1e078d441be998789 66d5de3a16dc5de29d8af9c7977750a8e20b4191 77393b2356da98bc31477003cdb801bf37dc5618 8eb7d44b79d3fb2a6a3e4a807d5272d8db061a22 990044b6551aea626079f010ba481c457de071c5 a6d48a5f28ff3e275cd726d3b229e28a0b225ec4 d7748df324953ccb5ab60651af11565783303041 dafa859094be49cbb02804ecb014165c6a6d3b33 deed65d7f85f5f40b105b3ea126f925c586a7c84 f1f72af8229e95a32b15cc134c149bd1b531ff2b f3fdb673672740a92fec104f7897be7536d20db6 Package: djvulibre-desktop Priority: optional Section: libs Installed-Size: 136 Maintainer: Barak A. Pearlmutter Architecture: all Source: djvulibre Version: 3.5.28-2+apertis2bv2024dev2b1 Replaces: libdjvulibre15 (<= 3.5.20-5) Suggests: djview4 | djvu-viewer | evince Conflicts: libdjvulibre1, libdjvulibre21 (<= 3.5.20-5) Filename: pool/development/d/djvulibre/djvulibre-desktop_3.5.28-2+apertis2bv2024dev2b1_all.deb Size: 92400 MD5sum: 9da4218bdee7f59f678bbf219cc47c17 SHA1: 6249ac993f2e6da41c60fcb1a390045acc021f69 SHA256: 56f757847046f27dd018f04412abae3dd98ffc70bf3ae8a9d3444f7ba2e9c4cc SHA512: fb63b2f79b700943c2b96cea82673138f92f5e8b1ccb4f55ddf913e87279510385006eac490b13465ec1aa7e2806f6ead9ad6ff02d47d20dcc648cdbd63631d8 Description: Desktop support for the DjVu image format Miscellaneous files to support the DjVu image format on the desktop. Homepage: http://djvu.sourceforge.net/ Package: djvuserve Priority: optional Section: web Installed-Size: 75 Maintainer: Barak A. Pearlmutter Architecture: amd64 Source: djvulibre Version: 3.5.28-2+apertis2bv2024dev2b1 Depends: libc6 (>= 2.34), libdjvulibre21 (>= 3.5.28), libgcc-s1 (>= 3.0), libstdc++6 (>= 5) Recommends: apache2 | apache | httpd-cgi | httpd Conflicts: djvulibre-bin (<< 3.5.9-3) Filename: pool/development/d/djvulibre/djvuserve_3.5.28-2+apertis2bv2024dev2b1_amd64.deb Size: 25236 MD5sum: 41ffe11d96e95f64881502f5ec61ca16 SHA1: 5ea9ded3856ce6c5591073078895ef5a2ba936b1 SHA256: a87fec43624d30e6c00e18f7454f5c06a4cb389c35d1e92af6195de10ccc7415 SHA512: 2fb504c2ba5466666950f7c6efa036f270dc0df9858e5440073f208802bfa6b0b5f17e6f37b33609a5b9a171c8de6268bb6780156ec2d6a7c4022a9800e01956 Description: CGI program for unbundling DjVu files on the fly CGI program to convert a bundled multi-page DjVu document into an indirect DjVu document on the fly. This provides for efficiently browsing large DjVu documents without transferring unnecessary pages. Homepage: http://djvu.sourceforge.net/ Package: djvuserve-dbgsym Priority: optional Section: debug Installed-Size: 92 Maintainer: Barak A. Pearlmutter Architecture: amd64 Source: djvulibre Version: 3.5.28-2+apertis2bv2024dev2b1 Depends: djvuserve (= 3.5.28-2+apertis2bv2024dev2b1) Filename: pool/development/d/djvulibre/djvuserve-dbgsym_3.5.28-2+apertis2bv2024dev2b1_amd64.deb Size: 72528 MD5sum: b85d4f2ab1cd1300524d1c9cd787e8d5 SHA1: 6a4c4e9ff76ebc19b5a482159d674ef571b52f81 SHA256: 358ac7695e29a77106497075efafa22b09d8594712f9c075ba366c9ca15a1e56 SHA512: 75269b796c4a09cbb7de4f2fdf5fffff66ac9824d74e32614924d75cd1afdfefb1e96a16bcf8f7b9b9ce9d9e4d403d8f207759c5af4a5952d7b7412acb09377f Description: debug symbols for djvuserve Auto-Built-Package: debug-symbols Build-Ids: 90fafdebbe404b02813f4f9ce084e3e8584c5b33 Package: dnsmasq Priority: optional Section: net Installed-Size: 95 Maintainer: Simon Kelley Architecture: all Version: 2.89-1+apertis1bv2024dev2b1 Depends: netbase, dnsmasq-base, init-system-helpers (>= 1.18~), lsb-base (>= 3.0-6) Suggests: resolvconf Conflicts: resolvconf (<< 1.15) Filename: pool/development/d/dnsmasq/dnsmasq_2.89-1+apertis1bv2024dev2b1_all.deb Size: 31784 MD5sum: c3180d569422440a89a8c8cd9b57ebe5 SHA1: ff6fc0752b12fd2ae7ab10790738a67c8253cbc8 SHA256: 44e094337a3ddb86260090b48abe45a0a2c58f73a5e60bc869aecc89fea2303d SHA512: 231652e11877b3d36106e48abb127e057beb165eb086d6cde5b2fe8476b603df06800f9a97a56e696f37a9cdb31e79f971e9df4be26d616e76e1856be094374a Description: Small caching DNS proxy and DHCP/TFTP server Dnsmasq is a lightweight, easy to configure, DNS forwarder and DHCP server. It is designed to provide DNS and optionally, DHCP, to a small network. It can serve the names of local machines which are not in the global DNS. The DHCP server integrates with the DNS server and allows machines with DHCP-allocated addresses to appear in the DNS with names configured either in each host or in a central configuration file. Dnsmasq supports static and dynamic DHCP leases and BOOTP/TFTP for network booting of diskless machines. Homepage: http://www.thekelleys.org.uk/dnsmasq/doc.html Package: dnsmasq-base Priority: optional Section: net Installed-Size: 1097 Maintainer: Simon Kelley Architecture: amd64 Source: dnsmasq Version: 2.89-1+apertis1bv2024dev2b1 Replaces: dnsmasq (<< 2.63-1~), dnsmasq-base Provides: dnsmasq-base Depends: adduser, libc6 (>= 2.34), libdbus-1-3 (>= 1.9.14), libgmp10 (>= 2:6.2.1+dfsg1), libhogweed6 (>= 2.4-3), libidn12 (>= 1.13), libnetfilter-conntrack3 (>= 1.0.1), libnettle8 (>= 2.4-3), libnftables1 (>= 1.0.2) Recommends: dns-root-data Conflicts: dnsmasq-base-lua Breaks: dnsmasq (<< 2.63-1~) Filename: pool/development/d/dnsmasq/dnsmasq-base_2.89-1+apertis1bv2024dev2b1_amd64.deb Size: 501748 MD5sum: d79e9ff27d296059622be6d09288e454 SHA1: d66c0c09e8adf76c1b05e88da47e31e64e9de829 SHA256: d1dd572882dc79e622111658b8844bdf023a5b298df222fa0c2e6dc19dc0f0e0 SHA512: c39a931d0637e069465f790acabeeff78591351c33bb4bd43ef923d5a18a23e2ffa581e603aedde994eccb56df94e0d9d4afe30122402f604489f20b95e6448b Description: Small caching DNS proxy and DHCP/TFTP server This package contains the dnsmasq executable and documentation, but not the infrastructure required to run it as a system daemon. For that, install the dnsmasq package. Homepage: http://www.thekelleys.org.uk/dnsmasq/doc.html Package: dnsmasq-base-lua Priority: optional Section: net Installed-Size: 1105 Maintainer: Simon Kelley Architecture: amd64 Source: dnsmasq Version: 2.89-1+apertis1bv2024dev2b1 Replaces: dnsmasq (<< 2.63-1~), dnsmasq-base Provides: dnsmasq-base Depends: adduser, libc6 (>= 2.34), libdbus-1-3 (>= 1.9.14), libgmp10 (>= 2:6.2.1+dfsg1), libhogweed6 (>= 2.4-3), libidn12 (>= 1.13), liblua5.2-0 (>= 5.2.4), libnetfilter-conntrack3 (>= 1.0.1), libnettle8 (>= 2.4-3), libnftables1 (>= 1.0.2) Recommends: dns-root-data Conflicts: dnsmasq-base Breaks: dnsmasq (<< 2.63-1~) Filename: pool/development/d/dnsmasq/dnsmasq-base-lua_2.89-1+apertis1bv2024dev2b1_amd64.deb Size: 503476 MD5sum: 36714bbc36f1b44ebe84ec76b91ad8a0 SHA1: a10096f9a72504f529ce5732fe198f045905e9e1 SHA256: a69a75cdcde21c9809f3cbeb961a2d2ee88ed191a1dd17cae602d4ac0747a8a2 SHA512: 30766fc7cff41833c500c3ba6ee1ba2e7e8f8a72225529c117e4d22b89aadee2daf4eb3ce06835afb6f135de282223973b0b9fc84efc454c2e5a07d3f0ffcbe9 Description: Small caching DNS proxy and DHCP/TFTP server This package contains the dnsmasq executable and documentation, but not the infrastructure required to run it as a system daemon. For that, install the dnsmasq package. This package is an alternative to dnsmasq-base which includes the LUA interpreter. Homepage: http://www.thekelleys.org.uk/dnsmasq/doc.html Package: dnsmasq-utils Priority: optional Section: net Installed-Size: 75 Maintainer: Simon Kelley Architecture: amd64 Source: dnsmasq Version: 2.89-1+apertis1bv2024dev2b1 Depends: libc6 (>= 2.34) Conflicts: dnsmasq (<< 2.40) Filename: pool/development/d/dnsmasq/dnsmasq-utils_2.89-1+apertis1bv2024dev2b1_amd64.deb Size: 25972 MD5sum: d1fb981b1a4bcdad62d6b761aabae559 SHA1: 22e0cacd5ca03e225ab1dd04a68d8a930c1cf172 SHA256: 7f55dd8d906c75d3e8f1799bd06a7b5971aa075217ae1ab152ac5e5c5cd3d377 SHA512: 672f7f166c7671f53c5ca31b3c0b5b9d91d692ceddb67846732e05c905d56ee0e1abb601b92f86910148cbd422fe1c125c5b1217fa49e3cee92e74585737ae9c Description: Utilities for manipulating DHCP leases Small utilities to query a DHCP server's lease database and remove leases from it. These programs are distributed with dnsmasq and may not work correctly with other DHCP servers. Homepage: http://www.thekelleys.org.uk/dnsmasq/doc.html Package: docbook Priority: optional Section: text Installed-Size: 2694 Maintainer: Debian QA Group Architecture: all Version: 4.5-10+apertis0bv2024dev2b1 Depends: sgml-data, sgml-base (>= 1.28) Suggests: docbook-defguide, docbook-dsssl, docbook-xml, psgml Filename: pool/development/d/docbook/docbook_4.5-10+apertis0bv2024dev2b1_all.deb Size: 126144 MD5sum: 98ca3242f564da103af53c2c6a2d9f19 SHA1: 41e65b09052a4792d1079f5025a3c51f7ad29917 SHA256: 1a950d2727d330321dc0b7e03106626ae4d4e3498d93c9e94dd04c0571c608a2 SHA512: 24a469ec3e667e53ff014b87c32d62ace633d0d2330d5e6364f4d3d2f90e6453a38aebf88b259d2090a80a827488e9118670b28c7d0fa15361a77f0ad0803c7a Description: standard SGML representation system for technical documents DocBook is an SGML document type definition (DTD) that is well-suited to books, articles, or reference documentation about technical matters, systems, or software (although it is by no means limited to these applications). It has emerged as an open and standard DTD in the software industry, and is used as the documentation system of choice for many free software projects. . This package contains the SGML DTD for DocBook, which describes the formal structure for documents following this format. If you wish to author DocBook documents using XML rather than SGML, use the 'docbook-xml' package. You will need other packages in order to edit (psgml), validate (opensp) or format (docbook-xsl, docbook-dsssl) DocBook documents. . This package includes the 2.4.1, 3.0, 3.1, 4.0, 4.1, 4.2, 4.3, 4.4 and 4.5 versions of the DocBook SGML DTD. Homepage: https://www.oasis-open.org/docbook/sgml/ Multi-Arch: foreign Package: docbook-dsssl Priority: optional Section: text Installed-Size: 2598 Maintainer: Debian XML/SGML Group Architecture: all Version: 1.79-10+apertis0bv2024preb1 Replaces: docbook-stylesheets Depends: docbook (>= 3.1) | docbook-xml, openjade, sgml-base (>= 1.28), perl:any Suggests: docbook-dsssl-doc, jadetex Conflicts: docbook-stylesheets Filename: pool/development/d/docbook-dsssl/docbook-dsssl_1.79-10+apertis0bv2024preb1_all.deb Size: 226264 MD5sum: 73d6762d4739d9927b1241620df1a65d SHA1: d2c66518f3d70408fa3b73cd188e6434dd2c6b87 SHA256: 17ef27a6240fe99cc2a246472bb4b80e598770b4fd4cf4207f654ad2087b5b93 SHA512: 158a00897759bc3d665642325d4040f713321664b80aa1466cd02c0ca53fe7f07501d394bfffb70041e825047ccda7e80f489e51537baadb772cd2c0fff9d25a Description: modular DocBook DSSSL stylesheets, for print and HTML This package provides DSSSL stylesheets which let you convert DocBook SGML or XML files to various formats. . This package contains two DocBook DSSSL stylesheets, one for "print" output and one for HTML. The print stylesheet can be used in conjunction with the RTF and the TeX back-ends that OpenJade provides to produce output suitable for printing. The HTML stylesheet can be used to convert DocBook documents into HTML. . The stylesheets are modular in design so that you can extend and customize them. . Note that you can also perform DocBook XML styling using the "docbook-xsl" package, which provides the XSL stylesheets. The XSL stylesheets are more actively maintained and contain more new features than these DSSSL stylesheets. Homepage: https://github.com/docbook/dsssl Multi-Arch: foreign Package: docbook-to-man Priority: optional Section: text Installed-Size: 187 Maintainer: Chris Lamb Architecture: amd64 Version: 1:2.0.0-45apertis0bv2024dev2b1 Depends: docbook, opensp, libc6 (>= 2.34) Filename: pool/development/d/docbook-to-man/docbook-to-man_2.0.0-45apertis0bv2024dev2b1_amd64.deb Size: 73320 MD5sum: 935e198536e41b766658bc6d0fe5f845 SHA1: 87ddbb09893923e018378a40bbdcb5cb857e917c SHA256: 8ca36872281acd83e5932451d07eb6c58215cb25d4c5508c77ecf9115b097c07 SHA512: a27d4c2b370c24f1c65d8b516b2892eb0c147327b23141791fa0b96a6ece546f044020311803bb864758a837bc04c5b5c6db4b7bbf1871e29511731965ce66b3 Description: converter from DocBook SGML into roff man macros docbook-to-man is a batch converter that transforms UNIX-style manpages from the DocBook SGML format into nroff/troff man macros. . This is not the original version by Fred Dalrymple, but one with the modifications by David Bolen. . docbook-to-man lacks support for internationalization and utf-8. Other tools like docbook2man or docbook-xml with xsltproc are better suited for new projects. Homepage: https://www.oasis-open.org/docbook/tools/dtm/ Multi-Arch: foreign Package: docbook-to-man-dbgsym Priority: optional Section: debug Installed-Size: 118 Maintainer: Chris Lamb Architecture: amd64 Source: docbook-to-man Version: 1:2.0.0-45apertis0bv2024dev2b1 Depends: docbook-to-man (= 1:2.0.0-45apertis0bv2024dev2b1) Filename: pool/development/d/docbook-to-man/docbook-to-man-dbgsym_2.0.0-45apertis0bv2024dev2b1_amd64.deb Size: 100492 MD5sum: 2c8c1892d600f85083fe8cf980bb3c17 SHA1: a7e84294ec2496ce10f7166ef24b877646c5efbb SHA256: f2d0ecf6b4304761581c260443adb483f41c5a15612d33e7c59ac7de84c18021 SHA512: 5be8a036e0a4db20a79283524d8a3d35e4ca38d895e281b89254091d8b92b4b1ee24e517551ace976dc5cb8f6b55ca62f372a92717e2f7398344bc9540894cc9 Description: debug symbols for docbook-to-man Auto-Built-Package: debug-symbols Build-Ids: 27d031fa70f9899bdcc0d088d7c4f92ddb6ef299 Package: docbook-utils Priority: optional Section: text Installed-Size: 287 Maintainer: Debian XML/SGML Group Architecture: all Version: 0.6.14-4+apertis0bv2024dev2b1 Replaces: cygnus-stylesheets, docbk-xml2x, docbook2man, docbook2texi, docbook2x-doc Depends: docbook-dsssl, jadetex, lynx | links | links2 | w3m, sgmlspl, opensp, perl:any Recommends: docbook-xml Filename: pool/development/d/docbook-utils/docbook-utils_0.6.14-4+apertis0bv2024dev2b1_all.deb Size: 62420 MD5sum: a520a42ddba2bc254188e4c474d3765d SHA1: 44ff8eaf9c167ff6b2bd4f33da02917d855dea54 SHA256: bd8ceb7cd41b900de76e9c2b4187356e5f178f5106dcd5f43792a303bb645133 SHA512: a6e43770b226c0bc05d042084546812af1c69441d1a23f08adff9fe663b9d0623d17ba8edb83c5b032b06f9574cf6cd0ae27565f128b353e72cbc258020a2008 Description: Convert DocBook files to other formats (HTML, RTF, PS, man, PDF) The docbook-utils is a set of a few small programs intended to ease everyday use of technical documentation software and more generally use of SGML and XML. . Tasks they currently accomplish are: * jw: convert DocBook files to other formats (HTML, RTF, Postscript, PDF). * sgmldiff: detect the differences in markup between two SGML files. * docbook2man: converts a DocBook refentry to a man page. Homepage: http://sources.redhat.com/docbook-tools/ Multi-Arch: foreign Package: docbook-xml Priority: optional Section: text Installed-Size: 2129 Maintainer: Debian QA Group Architecture: all Version: 4.5-12+apertis0bv2024preb1 Provides: docbk-xml Depends: sgml-data, sgml-base (>= 1.28), xml-core (>= 0.14) Suggests: docbook, docbook-dsssl, docbook-xsl, docbook-defguide Filename: pool/development/d/docbook-xml/docbook-xml_4.5-12+apertis0bv2024preb1_all.deb Size: 77632 MD5sum: 12d4b5111f12d1a1d7199b261866f0ae SHA1: 48e13287aa63c187b575d1b42a044161ce7861a6 SHA256: 6b536d71f309327352cbbf20f9be509a4daae14a0b9eefedf05c0bf78780a7d2 SHA512: e4e0a7f34c73a56996bfd61a94f25f07f0b44817d5a6c6661d233d7b7c10776576cdabb46c6525609b4db1abb68f5df80f06a2aa53063ff7ae586887eb3c7185 Description: standard XML documentation system for software and systems DocBook is an XML document type definition (DTD). That is, it contains the "DocBook" document structure. This is used by authors or editors writing documents in the DocBook XML format. DocBook was designed for books, articles, or reference documentation about technical matters or software. It has emerged as an open, standard DTD in the software industry, and is the documentation system of choice for many free software projects. . This package contains the XML DTD for DocBook, which describes the formal structure for documents following this format. If you wish to author DocBook documents using SGML rather than XML, use the 'docbook' package. You will need other packages in order to edit (psgml), validate (opensp, libxml2-utils) or format (docbook-xsl, docbook-dsssl) DocBook documents. . This package ships with the latest DocBook 4.5 XML DTD, as well as a selected set of legacy DTDs for use with older documents, including 4.0, 4.1.2, 4.2, 4.3 and 4.4. Homepage: https://docbook.org/schemas/4x.html Multi-Arch: foreign Package: docbook-xsl Priority: optional Section: text Installed-Size: 14859 Maintainer: Debian QA Group Architecture: all Version: 1.79.2+dfsg-2+apertis0bv2024preb1 Provides: docbook-xsl-nons Depends: xml-core (>= 0.14) Recommends: docbook-xml Suggests: dbtoepub, docbook-xsl-doc-html | docbook-xsl-doc-pdf | docbook-xsl-doc-text | docbook-xsl-doc, docbook-xsl-saxon, fop, libsaxon-java, libxalan2-java, libxslthl-java, xalan Filename: pool/development/d/docbook-xsl/docbook-xsl_1.79.2+dfsg-2+apertis0bv2024preb1_all.deb Size: 1224700 MD5sum: dd518a781b44e32e503c29b182a9a474 SHA1: 842edb0272cdb36c1a49739b7a353e461ddce75b SHA256: bfb8091d6a939fc3e3acfb3ec0bd1988eea0c9cb670fef4910db1dab242ec9f4 SHA512: 0f269ad3ef15494a0a7458490c175b720086f85692a47d869471500e2bbd77c97b076ffdb5dfcf427c004e7862a2df3190e2dcbd2afe74214769b1dcfc19d960 Description: stylesheets for processing DocBook XML to various output formats These are modular XSL stylesheets for processing documents composed with the DocBook XML DTD and its derivatives ("Simplified" DocBook XML, JRefEntry DTD, etc.). . The stylesheets provide XSLT transformations for (X)HTML, WordML, HTML Help, JavaHelp, Man page (nroff), Website, Eclipse Platform Help file and XSL Formatting Object (XSL-FO) output. The latter can be further processed to a number of print formats using FOP or TeX-based tools. . The stylesheets are modular in the sense that you can extend and, to some extent, customize them. The documentation is included in a separate package. Homepage: https://github.com/docbook/wiki/wiki/DocBookXslStylesheets Multi-Arch: foreign Package: docbook-xsl-ns Priority: optional Section: text Installed-Size: 14925 Maintainer: Debian QA Group Architecture: all Source: docbook-xsl Version: 1.79.2+dfsg-2+apertis0bv2024preb1 Depends: xml-core (>= 0.14) Recommends: docbook5-xml Suggests: dbtoepub, docbook-xsl-doc-html | docbook-xsl-doc-pdf | docbook-xsl-doc-text | docbook-xsl-doc, docbook-xsl-saxon, fop, libsaxon-java, libxalan2-java, libxslthl-java, xalan Filename: pool/development/d/docbook-xsl/docbook-xsl-ns_1.79.2+dfsg-2+apertis0bv2024preb1_all.deb Size: 1225600 MD5sum: 33581a3932ed69c968d01e7a9059020e SHA1: 8838283c21c86c5ee4f75926ba302539348091fd SHA256: 5e455940ad96a1714bb90b6a084c7a5c021774082eb0cf05131c4109c0aba1e7 SHA512: 615e92b7a6d9756c6c1dcf64975902e07ce720317b4de4b5beac4f53ba370b80aa169313e917b55e84eded772847147688c7ad293c4a59e45c195c629a83b1d8 Description: stylesheets for processing DocBook 5 XML to various output formats These are modular XSL stylesheets for processing documents composed with DocBook 5 XML and its derivatives. Unlike in docbook-xsl the DocBook namespace prefix has been added to element names in pattern matches and expressions. However processing of DocBook 4 documents is also possible with these stylesheets. For a more detailed explanation read http://www.sagehill.net/docbookxsl/ProcesingDb5.html. . The stylesheets provide XSLT transformations for (X)HTML, WordML, HTML Help, JavaHelp, Man page (nroff), Website, Eclipse Platform Help file and XSL Formatting Object (XSL-FO) output. The latter can be further processed to a number of print formats using FOP or TeX-based tools. . The stylesheets are modular in the sense that you can extend and, to some extent, customize them. The documentation is included in a separate package. Homepage: https://github.com/docbook/wiki/wiki/DocBookXslStylesheets Multi-Arch: foreign Package: docbook2x Priority: optional Section: text Installed-Size: 1443 Maintainer: Debian XML/SGML Group Architecture: amd64 Version: 0.8.8-17co1bv2024dev2b1 Depends: libtext-wrapi18n-perl, libxml-sax-expat-perl, opensp, texinfo, xsltproc, xml-core (>= 0.14), perl:any, libc6 (>= 2.34) Recommends: docbook-xml, docbook-xsl Filename: pool/development/d/docbook2x/docbook2x_0.8.8-17co1bv2024dev2b1_amd64.deb Size: 291408 MD5sum: 02a5f7ea8701c2e3e96d8f4a54c5a280 SHA1: 4c9790657abbd9a1f2fba53b7bd6b13fbfafd8c6 SHA256: 9a3f00e7aed9d3a85d031358e1abf598b53ed5b185dcce0ad1f586bccfe7566b SHA512: 69b06d4d93b4e75811c9e7ee06e76dcb5708423d11f12154fd33c5c27ad3c32fb9a138874d4e0e0a50d22396a382b7af8d220f6e0420ad98a619765dbf0974f1 Description: Converts DocBook/XML documents into man pages and TeXinfo The main tools are: * docbook2x-man: converts a DocBook/XML refentry into a manual page, with table support * docbook2x-texi: converts a DocBook/XML refentry into an info page, most usable for Emacs users Homepage: http://docbook2x.sourceforge.net Multi-Arch: foreign Package: docbook2x-dbgsym Priority: optional Section: debug Installed-Size: 30 Maintainer: Debian XML/SGML Group Architecture: amd64 Source: docbook2x Version: 0.8.8-17co1bv2024dev2b1 Depends: docbook2x (= 0.8.8-17co1bv2024dev2b1) Filename: pool/development/d/docbook2x/docbook2x-dbgsym_0.8.8-17co1bv2024dev2b1_amd64.deb Size: 15212 MD5sum: b565b278bebdf24c35b1cd2b44c885fe SHA1: 4c8fcc283c09e4eedaf8e170a5458665b7e7240c SHA256: e5e723fddf944c22b093642ec44fb3384c816c6ecffbe98affa2fbf3c841f54d SHA512: 764be2051534a05707445f5cd6c2c9412514190e549968d91cb560684b598691e940906b29fc7774d9c8fcd8375c4e321b4242d0201e1e1aee3db779dabea066 Description: debug symbols for docbook2x Auto-Built-Package: debug-symbols Build-Ids: 855f1273205580826459f7fe3275229deda285a4 Package: docbook5-xml Priority: optional Section: text Installed-Size: 3354 Maintainer: Debian XML/SGML Group Architecture: all Version: 5.0-3apertis0bv2024dev2b1 Depends: xml-core (>= 0.14) Suggests: docbook-xsl-ns, docbook5-defguide Filename: pool/development/d/docbook5-xml/docbook5-xml_5.0-3apertis0bv2024dev2b1_all.deb Size: 666932 MD5sum: 475e47509f6a60c19ef1a0d4a0430779 SHA1: fe7b2f3cc9cd796a432e453c834953625769963c SHA256: 6c1cee5d8e84f35fd2beee1869350ce772042b25a8e99b5a938346ab70c46f8c SHA512: 9277b9cc6b6dca9333d54e8788b68d51b6edbd661bd42575476f215505adf62ef3a1448371ede96f90306ccc76cd6da2bec966c2a44da3b50264d732ba5ae5c9 Description: standard XML documentation system for software and systems DocBook 5 is a general purpose XML schema. That is, it contains the "DocBook" document structure. This is used by authors or editors writing documents in the DocBook XML format. DocBook was designed for books, articles, or reference documentation about technical matters or software (though it is by no means limited to these applications). It has emerged as an open standard in the software industry, and is the documentation system of choice for many free software projects. . DocBook 5.0 is a complete rewrite of the well-known DocBook 4 XML schema/DTD, introducing a quite large number of backwards-incompatible changes. But the basic idea behind DocBook is still the same, and almost all element names are unchanged. . This package contains the XML RelaxNG schema (with some additional Schematron assertions), W3C XML Schema (XSD) as well as the Document Type Definition (DTD) for DocBook, which all describe the formal structure for documents following this format. . You will need other packages in order to edit, validate (libxml2-utils) or format (docbook-xsl-ns) DocBook 5 documents. Homepage: http://docbook.org/schemas/5x.html Package: docker-doc Priority: optional Section: doc Installed-Size: 2164 Maintainer: Debian Go Packaging Team Architecture: all Source: docker.io Version: 20.10.24+dfsg1-1+apertis1bv2024dev3b1 Provides: docker.io-doc Filename: pool/development/d/docker.io/docker-doc_20.10.24+dfsg1-1+apertis1bv2024dev3b1_all.deb Size: 1910920 MD5sum: e82515bfe8158c53655910a36dd3f123 SHA1: 096e3ff8d22a4db2f8c9214bff30b87f5163262b SHA256: 4c8404db92cfcecff787749f2b4acc8e129f723ce4641b6a6fb2c999e3e03fd3 SHA512: 011cac291ea6c1ab6acccb8c3577861952760734f50eb297b7ff176c751ab98de08c81abf8d3b695248237b66451cea0fe31e9ebc94def11578cf23f23166b69 Description: Linux container runtime -- documentation Docker complements kernel namespacing with a high-level API which operates at the process level. It runs unix processes with strong guarantees of isolation and repeatability across servers. . Docker is a great building block for automating distributed systems: large-scale web deployments, database clusters, continuous deployment systems, private PaaS, service-oriented architectures, etc. . This package contains the daemon and client. Using docker.io on non-amd64 hosts is not supported at this time. Please be careful when using it on anything besides amd64. . Also, note that kernel version 3.8 or above is required for proper operation of the daemon process, and that any lower versions may have subtle and/or glaring issues. . This package provides documentation for Docker. Homepage: https://mobyproject.org Multi-Arch: foreign Package: docker-registry Priority: optional Section: utils Installed-Size: 20174 Maintainer: Debian Go Packaging Team Architecture: amd64 Version: 2.8.2+ds1-1+apertis0bv2024dev3b1 Depends: adduser, lsb-base, libc6 (>= 2.34) Pre-Depends: init-system-helpers (>= 1.54~) Filename: pool/development/d/docker-registry/docker-registry_2.8.2+ds1-1+apertis0bv2024dev3b1_amd64.deb Size: 4939672 MD5sum: 52146941d29a45d3e4ee20943c159ce5 SHA1: e714bbfecc4409451f596c519295005427684fe0 SHA256: 3af6b5d77d06994bbdfdc88db99a13c4d7941ed4319630385d3edbc72a9d1070 SHA512: 3acc0f12abc5d5cc1209d6b813590187e9044c3e157b20888117ae597491ea407aebda227c7d388322c843c91c039f7ec054ba336322c5f024e8456606e7e4ae Description: Docker toolset to pack, ship, store, and deliver content The Docker toolset to pack, ship, store, and deliver content. . The Docker Registry 2.0 implementation contained in this package is for storing and distributing Docker images. It supersedes the docker/docker-registry project with a new API design, focused around security and performance. . This project should provide an implementation to a V2 API for use in the Docker core project. The API should be embeddable and simplify the process of securely pulling and pushing content from docker daemons. . The new registry implementation provides the following benefits: . * faster push and pull * new, more efficient implementation * simplified deployment * pluggable storage backend * webhook notifications Built-Using: golang-1.19 (= 1.19.8-2+apertis0bv2024dev2b1), golang-bugsnag-panicwrap (= 1.2.0-2+apertis0bv2024dev2b1), golang-check.v1 (= 0.0+git20200902.038fdea-1apertis0bv2024dev2b1), golang-github-aws-aws-sdk-go (= 1.44.133-1+apertis0bv2024dev2b1), golang-github-beorn7-perks (= 1.0.1-1apertis0bv2024dev2b1), golang-github-bshuster-repo-logrus-logstash-hook (= 0.4.1-2apertis0bv2024dev2b1), golang-github-bugsnag-bugsnag-go (= 1.7.0-2+apertis0bv2024dev2b1), golang-github-cespare-xxhash (= 2.1.1-2+apertis0bv2024dev2b1), golang-github-docker-go-metrics (= 0.0.1-2+apertis0bv2024dev2b1), golang-github-docker-libtrust (= 0.0~git20150526.0.9cbd2a1-3.1apertis0bv2024dev2b1), golang-github-garyburd-redigo (= 0.0~git20150901.0.d8dbe4d-2.1apertis0bv2024dev2b1), golang-github-gofrs-uuid (= 4.3.1-1+apertis0bv2024dev2b1), golang-github-golang-protobuf-1-3 (= 1.3.5-4+apertis0bv2024dev2b1), golang-github-gorilla-handlers (= 1.4.2-2+apertis0bv2024dev2b1), golang-github-gorilla-mux (= 1.8.0-1+apertis0bv2024dev2b1), golang-github-jmespath-go-jmespath (= 0.4.0-2+apertis0bv2024dev2b1), golang-github-mitchellh-mapstructure (= 1.5.0-2+apertis0bv2024dev2b1), golang-github-ncw-swift (= 1.0.53-2+apertis0bv2024dev2b1), golang-github-opencontainers-go-digest (= 1.0.0-2+apertis0bv2024dev2b1), golang-github-opencontainers-image-spec (= 1.1.0~rc2-3+apertis0bv2024dev3b1), golang-github-pkg-errors (= 0.9.1-2+apertis0bv2024dev2b1), golang-github-prometheus-client-golang (= 1.14.0-3+apertis1bv2024dev2b1), golang-github-prometheus-client-model (= 0.3.0-3+apertis0bv2024dev2b1), golang-github-prometheus-common (= 0.39.0-2+apertis0bv2024dev2b1), golang-github-prometheus-procfs (= 0.8.0-3+apertis0bv2024dev2b1), golang-github-shopify-logrus-bugsnag (= 0.0~git20171204.577dee2-3+apertis0bv2024dev2b1), golang-github-spf13-cobra (= 1.6.1-1+apertis0bv2024dev2b1), golang-github-spf13-pflag (= 1.0.6~git20210604-d5e0c0615ace-1+apertis0bv2024dev2b1), golang-go.crypto (= 1:0.4.0-1+apertis0bv2024dev2b1), golang-golang-x-net (= 1:0.7.0+dfsg-1+apertis0bv2024dev2b1), golang-golang-x-sys (= 0.3.0-1+apertis0bv2024dev2b1), golang-golang-x-text (= 0.7.0-1+apertis0bv2024dev2b1), golang-google-protobuf (= 1.28.1-3+apertis0bv2024dev2b1), golang-logrus (= 1.9.0-1+apertis0bv2024dev2b1), golang-pretty (= 0.3.0-1+apertis0bv2024dev2b1), golang-protobuf-extensions (= 1.0.1-3+apertis0bv2024dev2b1), golang-text (= 0.2.0-2+apertis0bv2024dev2b1), golang-yaml.v2 (= 2.4.0-4+apertis1bv2024dev2b1) Homepage: https://github.com/docker/distribution Package: docker-registry-dbgsym Priority: optional Section: debug Installed-Size: 6859 Maintainer: Debian Go Packaging Team Architecture: amd64 Source: docker-registry Version: 2.8.2+ds1-1+apertis0bv2024dev3b1 Depends: docker-registry (= 2.8.2+ds1-1+apertis0bv2024dev3b1) Filename: pool/development/d/docker-registry/docker-registry-dbgsym_2.8.2+ds1-1+apertis0bv2024dev3b1_amd64.deb Size: 5140720 MD5sum: 9bed8af960b647ed7e4af740244e9647 SHA1: 7aaf2c35f060b74a3ff8780cd3f3562f543f9007 SHA256: 2fe5c7f5ebc577b1e860c13db4b1c316b9bf4a534d156a2ab07d31ebab7ddbfd SHA512: c1eed15c046ed07c9703ef372e1c7661f94f8860304abe99c3e96883af4c74e7d938c2de6a6b2630a7c4ab7f1ac1ca1ab56b184de0e79f082371c847b31ca5c1 Description: debug symbols for docker-registry Auto-Built-Package: debug-symbols Build-Ids: 4c51b091758b315f3ddb2d21b198e96b9df356f7 Package: docker.io Priority: optional Section: admin Installed-Size: 147596 Maintainer: Debian Go Packaging Team Architecture: amd64 Version: 20.10.24+dfsg1-1+apertis1bv2024dev3b1 Depends: libc6 (>= 2.34), libdevmapper1.02.1 (>= 2:1.02.97), libsystemd0, adduser, containerd (>= 1.4~), iptables, lsb-base, runc (>= 1.0.0~rc8~), tini Pre-Depends: init-system-helpers (>= 1.54~) Recommends: apparmor, ca-certificates, cgroupfs-mount, git, needrestart (>= 3.1~), xz-utils Suggests: docker-doc, aufs-tools, btrfs-progs, debootstrap, e2fsprogs, rinse, rootlesskit, xfsprogs, zfs-fuse | zfsutils-linux Conflicts: docker-ce, docker-ce-cli, docker-ce-rootless-extras Filename: pool/development/d/docker.io/docker.io_20.10.24+dfsg1-1+apertis1bv2024dev3b1_amd64.deb Size: 36253792 MD5sum: 99138b7bf11586230d024e2960c58ed9 SHA1: 9917b7802b8b287b932f273073306dad1d967512 SHA256: 768acc91591c10aab8cd1a9ebb0c32acb63b2be0419420c1eece278540979692 SHA512: 9b371e613808b47fd5708da7fd0ea88b530b6a9633d9b0a23b4496261f2de24fdfcde1e2dc71003d1ee8482609c5851357efa6c9c4106136f37f62aeb8a45707 Description: Linux container runtime Docker complements kernel namespacing with a high-level API which operates at the process level. It runs unix processes with strong guarantees of isolation and repeatability across servers. . Docker is a great building block for automating distributed systems: large-scale web deployments, database clusters, continuous deployment systems, private PaaS, service-oriented architectures, etc. . This package contains the daemon and client. Using docker.io on non-amd64 hosts is not supported at this time. Please be careful when using it on anything besides amd64. . Also, note that kernel version 3.8 or above is required for proper operation of the daemon process, and that any lower versions may have subtle and/or glaring issues. Built-Using: containerd (= 1.6.20~ds1-1+apertis0bv2024dev3b1), continuity (= 0.3.0-1+apertis0bv2024dev2b1), docker-libkv (= 0.2.1-3+apertis0bv2024dev2b1), docker-registry (= 2.8.2+ds1-1+apertis0bv2024dev3b1), etcd (= 3.4.23-4+apertis0bv2024dev2b1), glibc (= 2.36-9+apertis3bv2024dev2b1), go-md2man-v2 (= 2.0.2+ds1-1+apertis0bv2024dev2b1), golang-1.19 (= 1.19.8-2+apertis0bv2024dev2b1), golang-blackfriday-v2 (= 2.1.0-1+apertis0bv2024dev2b1), golang-dbus (= 5.1.0-1+apertis0bv2024dev2b1), golang-fsnotify (= 1.6.0-2+apertis0bv2024dev2b1), golang-github-armon-circbuf (= 0.0~git20190214.5111143-1apertis0bv2024dev2b1), golang-github-armon-go-metrics (= 0.3.4-1apertis0bv2024dev2b1), golang-github-aws-aws-sdk-go (= 1.44.133-1+apertis0bv2024dev2b1), golang-github-beorn7-perks (= 1.0.1-1apertis0bv2024dev2b1), golang-github-bsphere-le-go (= 0.0~git20170215.0.7a984a8-1.1apertis0bv2024dev2b1), golang-github-cespare-xxhash (= 2.1.1-2+apertis0bv2024dev2b1), golang-github-cilium-ebpf (= 0.9.1-1+apertis0bv2024dev2b1), golang-github-cloudflare-cfssl (= 1.2.0+git20160825.89.7fb22c8-3.1apertis0bv2024dev2b1), golang-github-containerd-cgroups (= 1.0.4-1+apertis1bv2024dev2b1), golang-github-containerd-console (= 1.0.3-1+apertis0bv2024dev2b1), golang-github-containerd-fifo (= 1.1.0-1+apertis0bv2024dev3b1), golang-github-containerd-go-runc (= 1.0.0-1+apertis0bv2024dev2b1), golang-github-containerd-typeurl (= 1.0.2-1+apertis0bv2024dev2b1), golang-github-coreos-bbolt (= 1.3.6-2+apertis1bv2024dev2b1), golang-github-coreos-go-systemd (= 22.3.2-1+apertis0bv2024dev2b1), golang-github-coreos-pkg (= 4-3apertis0bv2024dev2b1), golang-github-coreos-semver (= 0.3.0-1apertis0bv2024dev2b1), golang-github-cyphar-filepath-securejoin (= 0.2.3-1+apertis0bv2024dev2b1), golang-github-davecgh-go-spew (= 1.1.1-3+apertis0bv2024dev2b1), golang-github-deckarep-golang-set (= 1.5-2co1bv2024dev2b1), golang-github-docker-docker-credential-helpers (= 0.6.4+ds1-1+apertis0bv2024dev2b1), golang-github-docker-go (= 0.0~git20160303.0.d30aec9-3.1+apertis0bv2024dev2b1), golang-github-docker-go-connections (= 0.4.0-4+apertis0bv2024dev2b1), golang-github-docker-go-events (= 0.0~git20190806.e31b211-4+apertis0bv2024dev2b1), golang-github-docker-go-metrics (= 0.0.1-2+apertis0bv2024dev2b1), golang-github-docker-go-units (= 0.4.0-4+apertis0bv2024dev2b1), golang-github-docker-libtrust (= 0.0~git20150526.0.9cbd2a1-3.1apertis0bv2024dev2b1), golang-github-dustin-go-humanize (= 1.0.0-3+apertis0bv2024dev2b1), golang-github-fernet-fernet-go (= 0.0~git20180830.9eac43b-2apertis0bv2024dev2b1), golang-github-fluent-fluent-logger-golang (= 1.9.0-1+apertis0bv2024dev2b1), golang-github-fvbommel-sortorder (= 1.0.2-3+apertis0bv2024dev2b1), golang-github-gofrs-flock (= 0.8.1-1+apertis0bv2024dev2b1), golang-github-gogo-googleapis (= 1.4.0-2+apertis0bv2024dev2b1), golang-github-golang-groupcache (= 0.0~git20200121.8c9f03a-2+apertis0bv2024dev2b1), golang-github-golang-protobuf-1-3 (= 1.3.5-4+apertis0bv2024dev2b1), golang-github-google-btree (= 1.0.0-1apertis0bv2024dev2b1), golang-github-google-certificate-transparency (= 0.0~git20160709.0.0f6e3d1~ds1-3co1bv2024dev2b1), golang-github-google-go-cmp (= 0.5.9-1+apertis0bv2024dev2b1), golang-github-google-gofuzz (= 1.2.0-1apertis0bv2024dev2b1), golang-github-google-shlex (= 0.0~git20191202.e7afc7f-1apertis0bv2024dev2b1), golang-github-google-uuid (= 1.3.0-1+apertis1bv2024dev2b1), golang-github-googleapis-gax-go (= 2.0.5-4+apertis0bv2024dev2b1), golang-github-googleapis-gnostic (= 0.2.0-4+apertis0bv2024dev2b1), golang-github-gorilla-mux (= 1.8.0-1+apertis0bv2024dev2b1), golang-github-graylog2-go-gelf (= 0.0+git20191017.1550ee6-1apertis0bv2024dev2b1), golang-github-grpc-ecosystem-go-grpc-middleware (= 1.3.0-1+apertis0bv2024dev2b1), golang-github-grpc-ecosystem-go-grpc-prometheus (= 1.2.0+git20191002.6af20e3-3apertis0bv2024dev2b1), golang-github-grpc-ecosystem-grpc-opentracing (= 0.0~git20180507.8e809c8-2apertis0bv2024dev2b1), golang-github-hashicorp-errwrap (= 1.1.0-1apertis0bv2024dev2b1), golang-github-hashicorp-go-immutable-radix (= 1.3.1-3+apertis0bv2024dev2b1), golang-github-hashicorp-go-memdb (= 1.2.1-1apertis0bv2024dev2b1), golang-github-hashicorp-go-msgpack (= 0.5.5-1apertis0bv2024dev2b1), golang-github-hashicorp-go-multierror (= 1.1.1-2+apertis0bv2024dev2b1), golang-github-hashicorp-go-sockaddr (= 1.0.2-2+apertis1bv2024dev2b1), golang-github-hashicorp-golang-lru (= 0.5.4-2apertis0bv2024dev2b1), golang-github-hashicorp-memberlist (= 0.2.2-2+apertis2bv2024dev2b1), golang-github-hashicorp-serf (= 0.9.4~ds1-1apertis0bv2024dev2b1), golang-github-imdario-mergo (= 0.3.12-1+apertis0bv2024dev2b1), golang-github-ishidawataru-sctp (= 0.0+git20210707.9a39160-1+apertis0bv2024dev2b1), golang-github-jmespath-go-jmespath (= 0.4.0-2+apertis0bv2024dev2b1), golang-github-json-iterator-go (= 1.1.12-1+apertis0bv2024dev2b1), golang-github-klauspost-compress (= 1.15.12+ds1-3+apertis0bv2024dev2b1), golang-github-miekg-dns (= 1.1.50-2+apertis1bv2024dev2b1), golang-github-mitchellh-hashstructure (= 1.1.0-1+apertis0bv2024dev2b1), golang-github-mitchellh-mapstructure (= 1.5.0-2+apertis0bv2024dev2b1), golang-github-moby-locker (= 1.0.1-3+apertis0bv2024dev2b1), golang-github-moby-sys (= 0.0~git20220606.416188a-1+apertis0bv2024dev2b1), golang-github-moby-term (= 0.0~git20221120.abb1982-1+apertis0bv2024dev2b1), golang-github-modern-go-concurrent (= 1.0.3-1.1apertis0bv2024dev2b1), golang-github-modern-go-reflect2 (= 1.0.2-2+apertis0bv2024dev2b1), golang-github-morikuni-aec (= 1.0.0-3+apertis0bv2024dev2b1), golang-github-opencontainers-go-digest (= 1.0.0-2+apertis0bv2024dev2b1), golang-github-opencontainers-image-spec (= 1.1.0~rc2-3+apertis0bv2024dev3b1), golang-github-opencontainers-selinux (= 1.10.0+ds1-1+apertis0bv2024dev2b1), golang-github-opencontainers-specs (= 1.0.2.118.g5cfc4c3-1+apertis0bv2024dev2b1), golang-github-opentracing-contrib-go-stdlib (= 1.0.0-2+apertis0bv2024dev2b1), golang-github-opentracing-opentracing-go (= 1.2.0-2+apertis0bv2024dev2b1), golang-github-pelletier-go-toml (= 1.9.4-1+apertis0bv2024dev2b1), golang-github-philhofer-fwd (= 1.1.1-1apertis0bv2024dev2b1), golang-github-pkg-errors (= 0.9.1-2+apertis0bv2024dev2b1), golang-github-pmezard-go-difflib (= 1.0.0-3apertis0bv2024dev2b1), golang-github-prometheus-client-golang (= 1.14.0-3+apertis1bv2024dev2b1), golang-github-prometheus-client-model (= 0.3.0-3+apertis0bv2024dev2b1), golang-github-prometheus-common (= 0.39.0-2+apertis0bv2024dev2b1), golang-github-prometheus-procfs (= 0.8.0-3+apertis0bv2024dev2b1), golang-github-racksec-srslog (= 0.0~git20180709.a4725f0-2+apertis0bv2024dev2b1), golang-github-rcrowley-go-metrics (= 0.0~git20180125.8732c61-3apertis2bv2024dev2b1), golang-github-samuel-go-zookeeper (= 0.0~git20180130.c4fab1a-1co1bv2024dev2b1), golang-github-spf13-cobra (= 1.6.1-1+apertis0bv2024dev2b1), golang-github-spf13-pflag (= 1.0.6~git20210604-d5e0c0615ace-1+apertis0bv2024dev2b1), golang-github-tinylib-msgp (= 1.1.6-1+apertis0bv2024dev2b1), golang-github-tonistiigi-units (= 0.0~git20180711.6950e57-2apertis0bv2024dev2b1), golang-github-urfave-cli (= 1.22.9-2+apertis0bv2024dev2b1), golang-github-vbatts-tar-split (= 0.11.2+ds1-1+apertis0bv2024dev2b1), golang-github-vishvananda-netlink (= 1.1.0.125.gf243826-4+apertis0bv2024dev2b1), golang-github-vishvananda-netns (= 0.0~git20211101.5004558-1+apertis0bv2024dev2b1), golang-github-xeipuuv-gojsonpointer (= 0.0~git20190905.02993c4-3+apertis0bv2024dev2b1), golang-github-xeipuuv-gojsonreference (= 0.0~git20180127.bd5ef7b-3+apertis0bv2024dev2b1), golang-github-xeipuuv-gojsonschema (= 1.2.0-3+apertis0bv2024dev2b1), golang-go-patricia (= 2.3.1-1+apertis1bv2024dev2b2), golang-go-zfs (= 3.0.0-1+apertis0bv2024dev2b1), golang-go.crypto (= 1:0.4.0-1+apertis0bv2024dev2b1), golang-go.opencensus (= 0.24.0-1+apertis0bv2024dev2b1), golang-gocapability-dev (= 0.0+git20200815.42c35b4-2+apertis0bv2024dev2b1), golang-gogoprotobuf (= 1.3.2-3+apertis0bv2024dev2b1), golang-gogottrpc (= 1.1.1-1+apertis0bv2024dev3b1), golang-golang-x-net (= 1:0.7.0+dfsg-1+apertis0bv2024dev2b1), golang-golang-x-oauth2 (= 0.3.0-1+apertis0bv2024dev2b1), golang-golang-x-sync (= 0.1.0-1+apertis0bv2024dev2b1), golang-golang-x-sys (= 0.3.0-1+apertis0bv2024dev2b1), golang-golang-x-term (= 0.3.0-1+apertis0bv2024dev2b1), golang-golang-x-text (= 0.7.0-1+apertis0bv2024dev2b1), golang-golang-x-time (= 0.3.0-1+apertis0bv2024dev2b1), golang-google-api (= 0.61.0-1+apertis1bv2024dev2b1), golang-google-cloud (= 0.56.0-3+apertis1bv2024dev2b1), golang-google-genproto (= 0.0~git20200413.b5235f6-3+apertis0bv2024dev2b1), golang-google-grpc (= 1.33.3-2+apertis1bv2024dev2b1), golang-google-protobuf (= 1.28.1-3+apertis0bv2024dev2b1), golang-gopkg-inf.v0 (= 0.9.1-2+apertis0bv2024dev2b1), golang-gopkg-yaml.v3 (= 3.0.1-3+apertis1bv2024dev2b1), golang-k8s-sigs-yaml (= 1.3.0-1+apertis1bv2024dev2b1), golang-logrus (= 1.9.0-1+apertis0bv2024dev2b1), golang-protobuf-extensions (= 1.0.1-3+apertis0bv2024dev2b1), golang-testify (= 1.8.1-1+apertis1bv2024dev2b1), golang-toml (= 1.2.0-2+apertis0bv2024dev2b1), golang-yaml.v2 (= 2.4.0-4+apertis1bv2024dev2b1), gotest.tools (= 3.0.3-1apertis0bv2024dev2b1), notary (= 0.7.0+ds1-2+apertis0bv2024dev2b1), runc (= 1.1.5+ds1-1+apertis0bv2024dev3b1) Homepage: https://mobyproject.org Package: docker.io-dbgsym Priority: optional Section: debug Installed-Size: 41542 Maintainer: Debian Go Packaging Team Architecture: amd64 Source: docker.io Version: 20.10.24+dfsg1-1+apertis1bv2024dev3b1 Depends: docker.io (= 20.10.24+dfsg1-1+apertis1bv2024dev3b1) Filename: pool/development/d/docker.io/docker.io-dbgsym_20.10.24+dfsg1-1+apertis1bv2024dev3b1_amd64.deb Size: 23466800 MD5sum: d9ef4b6c019721d7befd2416bbeb8183 SHA1: 6cb9b8ebf8ecb7092bce50574113e55641137320 SHA256: ebf28087ade390aff63e8ee1f4465aade8549df603e05b05732ebb404151f476 SHA512: b479dadbb42fac3e5c5ad87234762d6bf051e4ce5b20def15f453cc3e8225b1c4cbfcec9699733c1a4a089b8f68fbcdba001f36350e3041167630162da2fb5e9 Description: debug symbols for docker.io Auto-Built-Package: debug-symbols Build-Ids: 0636bc2cc7fb7c1169a16e580ec5be2e19d3aab6 4d7697c2c015374e8f3db98816527a6a04534f80 c77aac1b8e6aa1186dbb4989af539066caeec730 edd21cedf42006fc7947460fae13f77b3863f9b0 f92ab1fc218be2a991856a974af7a17ed94ad876 Package: doctest Priority: optional Section: devel Installed-Size: 56027 Maintainer: Debian Haskell Group Architecture: amd64 Source: haskell-doctest Version: 0.18.2-1+apertis0bv2024dev2b1 Depends: libc6 (>= 2.34), libffi8 (>= 3.4), libgmp10 (>= 2:6.2.1+dfsg1), libtinfo6 (>= 6) Filename: pool/development/h/haskell-doctest/doctest_0.18.2-1+apertis0bv2024dev2b1_amd64.deb Size: 8166580 MD5sum: 264bd58de7ca3ad1f28d5bd7483710cc SHA1: 16000d5070d91d88ed248cf733ccdc1bb30ed64c SHA256: a81fcfa65d5aac96ca6aeb2d16ede663f5b0443318f9c85da7c406db8d83594e SHA512: 019cdadeb0736c155306e4c4fc1fc7d6a44de13a6ee2819222244cf640bf4453ac7c48c59c5f9b7ff747f096b65f0747d10459122bcd458fbed2f6a2ee6d607d Description: test interactive Haskell examples; executable The doctest program checks examples in source code comments. It is modeled after doctest for Python (). . Documentation is at . . This package contains the doctest executable. Homepage: https://github.com/sol/doctest-haskell Package: docutils-common Priority: optional Section: python Installed-Size: 502 Maintainer: Debian Python Team Architecture: all Source: python-docutils Version: 0.19+dfsg-6+apertis0bv2024preb1 Depends: sgml-base (>= 1.28), xml-core (>= 0.14) Recommends: python3-docutils Filename: pool/development/p/python-docutils/docutils-common_0.19+dfsg-6+apertis0bv2024preb1_all.deb Size: 130348 MD5sum: e0434f8f5793720a30bbc51293556b64 SHA1: 405516a2e9c9b049fd1b1ec64d77644117a8ac27 SHA256: 431cfbfdd9983274cb0dd69834e0606f849dffdafb3bbe2b07f11bb2adb3dc08 SHA512: b6012fdf281e10d5ad05482c913f99421226c1550c8a4a62006a38e8718d315d59436a79f547cc714717139d2e923eea2415a7eb67b0d1597821268159870dca Description: text processing system for reStructuredText - common data reStructuredText is an easy-to-read, what-you-see-is-what-you-get plaintext markup syntax and parser system. It is useful for in-line program documentation (such as Python docstrings), for quickly creating simple web pages, and for standalone documents. . The purpose of the Docutils project is to create a set of tools for processing reStructuredText documentation into useful formats, such as HTML, LaTeX, ODT or Unix manpages. . This package includes data and configuration files. Homepage: https://docutils.sourceforge.io/ Multi-Arch: foreign Package: docutils-doc Priority: optional Section: doc Installed-Size: 4938 Maintainer: Debian Python Team Architecture: all Source: python-docutils Version: 0.19+dfsg-6+apertis0bv2024preb1 Filename: pool/development/p/python-docutils/docutils-doc_0.19+dfsg-6+apertis0bv2024preb1_all.deb Size: 1102420 MD5sum: 24d50a2ee7c165f6e78778a6c106d38e SHA1: 3994172dce6c327a829d6d34c58776e21e999a40 SHA256: 5abcbea58ba573a621bbadfd443b7a37ec969a912694685c072dd8d927f4f088 SHA512: d9d7416fb7da7d3c7ac4764a8e8305c87055a9d307c409fa6f401be86aef7a28789470cf8f2dabfd303c40f9ec7f2330e2fe4c393df285f254e2299ce8d7293f Description: text processing system for reStructuredText - documentation reStructuredText is an easy-to-read, what-you-see-is-what-you-get plaintext markup syntax and parser system. It is useful for in-line program documentation (such as Python docstrings), for quickly creating simple web pages, and for standalone documents. . The purpose of the Docutils project is to create a set of tools for processing reStructuredText documentation into useful formats, such as HTML, LaTeX, ODT or Unix manpages. . This package includes documentation in HTML and (gzipped) reST formats. Homepage: https://docutils.sourceforge.io/ Multi-Arch: foreign Package: dos2unix Priority: optional Section: text Installed-Size: 1525 Maintainer: tony mancill Architecture: amd64 Version: 7.4.3-1+apertis0bv2024dev2b1 Depends: libc6 (>= 2.34) Filename: pool/development/d/dos2unix/dos2unix_7.4.3-1+apertis0bv2024dev2b1_amd64.deb Size: 429164 MD5sum: 86c608d9c5e7949d34797a05ee7f43c8 SHA1: 4d01558b107c63bd19c7d981fcca7e16bd0a6011 SHA256: 03ab913f75e02a9dbd905949c7d7f1f8a99dcc896ba992bbcec80c709c3456d6 SHA512: e9920d512766137d012ba828614cdc9f454745908e34c63b365660529898e64b602f31cac60bf972de1bb4380a39a411e755b9a06ff10349e3ac10e6ad51493e Description: convert text file line endings between CRLF and LF This package contains utilities dos2unix, unix2dos, mac2unix, unix2mac to convert the line endings of text files between UNIX (LF), DOS (CRLF) and Mac (CR) formats. . Text files under Windows and DOS typically have two ASCII characters at the end of each line: CR (carriage return) followed by LF (line feed). Older Macs used just CR, while UNIX uses just LF. While most modern editors can read all these formats, there may still be a need to convert files between them. . This is the classic utility developed in 1989. Homepage: https://waterlan.home.xs4all.nl/dos2unix.html Multi-Arch: foreign Package: dos2unix-dbgsym Priority: optional Section: debug Installed-Size: 115 Maintainer: tony mancill Architecture: amd64 Source: dos2unix Version: 7.4.3-1+apertis0bv2024dev2b1 Depends: dos2unix (= 7.4.3-1+apertis0bv2024dev2b1) Filename: pool/development/d/dos2unix/dos2unix-dbgsym_7.4.3-1+apertis0bv2024dev2b1_amd64.deb Size: 87392 MD5sum: bae4f0705da99055302ca8eb071ee08f SHA1: db291bd92a3f35c581b81b36d7f6aa724c7ecefc SHA256: 9245596c16dcc6a9b363e826a9f0bb98838cac7017996adb5eacdf8eab762dc6 SHA512: 6fdde7a4afe71f1910b2a681fcd0341c202d2516fe6d48171bc7e3f3c535fdf7dcaa4ca270ebf280189f0654a6598bba4bdf326625bc7a495a646f79adf86669 Description: debug symbols for dos2unix Auto-Built-Package: debug-symbols Build-Ids: 02d3742e328b498c46a73a352a66b91ebdd72fb7 07a132e5e0ba3b5c55bdc30714005968faf376c9 Package: dose-builddebcheck Priority: optional Section: devel Installed-Size: 4222 Maintainer: Debian OCaml Maintainers Architecture: amd64 Source: dose3 Version: 7.0.0-1+apertis1bv2024dev2b1 Replaces: dose3-builddebcheck (<< 2.9.13) Depends: xz-utils, libbz2-1.0, libc6 (>= 2.35), zlib1g (>= 1:1.1.4) Breaks: dose3-builddebcheck (<< 2.9.13) Filename: pool/development/d/dose3/dose-builddebcheck_7.0.0-1+apertis1bv2024dev2b1_amd64.deb Size: 1051540 MD5sum: 99fcb1f0cd983ca0998a495210f56c74 SHA1: e68e5a984bfed61127bd3e4aa3895406cb652309 SHA256: fa31b91d91f097678ba3c5f72421ec5d5e095cb52b1c5c62690f7bb4239fbd07 SHA512: 9449e15206267455c0b9e6d734f9a74d9da903976d4ea1c8fe65b92773f1ca067020ef4ea7d83b1d8002cd96740d968b15bc01b30f0e69c6b8a1584d5aa38396 Description: Checks whether build-dependencies can be satisfied This software checks, given a collection of source package stanzas and a collection of binary package stanzas of Debian packages, whether the build-dependencies of each source package can be satisfied by the binary packages. Homepage: http://www.mancoosi.org/software/ Package: dose-builddebcheck-dbgsym Priority: optional Section: debug Installed-Size: 1242 Maintainer: Debian OCaml Maintainers Architecture: amd64 Source: dose3 Version: 7.0.0-1+apertis1bv2024dev2b1 Depends: dose-builddebcheck (= 7.0.0-1+apertis1bv2024dev2b1) Filename: pool/development/d/dose3/dose-builddebcheck-dbgsym_7.0.0-1+apertis1bv2024dev2b1_amd64.deb Size: 378640 MD5sum: 280901c52a0815a4bbd713e4d8431d4c SHA1: 079e7ec2ee15f2cb83bfb00e03ad077f8cb115bc SHA256: d17a733ca5993051e22de75ff21a5b143efb6843a97911d0dc5a2eea0bfae353 SHA512: 404e70229f16093dadc332923541122191b1b9b21c8677135faafcd0b62440b8f387b6462336176f1a7a56066986b27764fe63b4e6882f9c6670f530a4de2c38 Description: debug symbols for dose-builddebcheck Auto-Built-Package: debug-symbols Build-Ids: 79b3a3f753b3063163c580bccf4c8dd1e05f0d39 Package: dose-distcheck Priority: optional Section: devel Installed-Size: 4253 Maintainer: Debian OCaml Maintainers Architecture: amd64 Source: dose3 Version: 7.0.0-1+apertis1bv2024dev2b1 Replaces: dose3-distcheck (<< 2.9.13) Depends: xz-utils, libbz2-1.0, libc6 (>= 2.35), zlib1g (>= 1:1.1.4) Breaks: dose3-distcheck (<< 2.9.13) Filename: pool/development/d/dose3/dose-distcheck_7.0.0-1+apertis1bv2024dev2b1_amd64.deb Size: 1054880 MD5sum: 6d47eda3e0909b48b7ac87252e2c8542 SHA1: 27111fa69d5f42ce4f845c306db13e921d834573 SHA256: a5964293bb4b288cc5fdbc2d590dec9430f4f241d63dc3d23fadaee900f74372 SHA512: 338c06a7e638ed8fd3213ccabc17fb8c4e4578ab9dc3b2291df3190d15c7bf7fee5b26e48bf27192a8b738c632aaa75321d5741edbe09566000fe1937e83c552 Description: Checks whether dependencies of packages can be satisfied This software checks for every package of a distribution whether it is possible to satisfy its dependencies and conflicts within this distribution. It comes in several versions: - dose-debcheck for Debian packages - dose-rpmcheck for rpm packages - dose-eclipsecheck for OSGi plugins Homepage: http://www.mancoosi.org/software/ Package: dose-distcheck-dbgsym Priority: optional Section: debug Installed-Size: 1248 Maintainer: Debian OCaml Maintainers Architecture: amd64 Source: dose3 Version: 7.0.0-1+apertis1bv2024dev2b1 Depends: dose-distcheck (= 7.0.0-1+apertis1bv2024dev2b1) Filename: pool/development/d/dose3/dose-distcheck-dbgsym_7.0.0-1+apertis1bv2024dev2b1_amd64.deb Size: 379336 MD5sum: 050abce3c3703d74e4c09111fa3b453a SHA1: f091f8a98c7f1aa127b565cb34189421d1d8dd24 SHA256: 61617335ac94328f7b7b52d9c54c888ce7f4f14afe9faba9cc70ff110460ec7d SHA512: 8c14944773d88ba7914c71950f900befe9ffcfd2b1ff3e8e4bdf6eb2890a1a4c27862efb1b82ce0a036db58e359beaff9be9286a5a2277b7dbdae5012dac681c Description: debug symbols for dose-distcheck Auto-Built-Package: debug-symbols Build-Ids: 7b3ecb3a17b8a9deb945a4b3d4baf391f31333d1 Package: dose-doc Priority: optional Section: doc Installed-Size: 2702 Maintainer: Debian OCaml Maintainers Architecture: all Source: dose3 Version: 7.0.0-1+apertis1bv2024dev2b1 Replaces: apt-cudf (<< 4.3-2), dose-distcheck (<< 4.3-2), libdose3-ocaml-dev (<< 4.3-2) Breaks: apt-cudf (<< 4.3-2), dose-distcheck (<< 4.3-2), libdose3-ocaml-dev (<< 4.3-2) Filename: pool/development/d/dose3/dose-doc_7.0.0-1+apertis1bv2024dev2b1_all.deb Size: 302604 MD5sum: a6da1723d988d2cfe628e448c31d4d40 SHA1: 19177c54c1a554b12e0f7069d350bf91d70a6a75 SHA256: 532087322944f2aac4a901fc00f9123a57d8d338a248cde4448db1c7240444f3 SHA512: bd8c7a9baed24edb780bd0bbc268e5cec72f95787ee3f2e206a74a3b0e9b1a225f4a6bff79f99266f4f9bb426144fdf9552738749f1463d4db74c25cf5bd5000 Description: Documentation for dose tools and libraries. The dose suite provides libraries for handling package meta-data, and various tools for analyzing package relationships in a large package repository. This package contains the documentation of the dose API, and tutorials of various dose tools. Homepage: http://www.mancoosi.org/software/ Multi-Arch: foreign Package: dose-extra Priority: optional Section: devel Installed-Size: 16283 Maintainer: Debian OCaml Maintainers Architecture: amd64 Source: dose3 Version: 7.0.0-1+apertis1bv2024dev2b1 Replaces: ceve (<< 2.9.10) Provides: ceve Depends: xz-utils, libbz2-1.0, libc6 (>= 2.35), zlib1g (>= 1:1.1.4) Breaks: ceve (<< 2.9.10) Filename: pool/development/d/dose3/dose-extra_7.0.0-1+apertis1bv2024dev2b1_amd64.deb Size: 2074624 MD5sum: 7af1698c659f88cd6076d96c91ac34af SHA1: ab448f0afc08ffa14e7b6fd3ae48f2130cee3026 SHA256: 8b55549a0a4782a4573527f409ca057dd1b23bf6b7df786831dd53b26a791746 SHA512: 886ea6b6f959d29d21bd10ac709baf2e8644beb64f5b8abfa1f2ce98f296ce30d20bbf011f49c737c4fb405625c43be2f0ba94c2d5c5fec2e26089a7ce7dd3d1 Description: Extra QA tools from the Dose3-library This package contains extra tools for analyzing meta-data of software packages: - ceve, a general metadata parser supporting different input formats (Debian, rpm, and others) and different output formats. - dose-outdated, a Debian-specific tool for finding packages that are not installable with respect to a package repository, and that can only be made installable again by fixing the package itself. - dose-challenged, a Debian-specific tool for checking which packages will certainly become uninstallable when some existing package is upgraded to a newer version. - dose-deb-coinstall, a Debian-specific tool for checking whether a set of packages can be installed all together. The tools dose-distcheck and dose-builddebcheck are packaged in their own respective packages. Homepage: http://www.mancoosi.org/software/ Package: dose-extra-dbgsym Priority: optional Section: debug Installed-Size: 4734 Maintainer: Debian OCaml Maintainers Architecture: amd64 Source: dose3 Version: 7.0.0-1+apertis1bv2024dev2b1 Depends: dose-extra (= 7.0.0-1+apertis1bv2024dev2b1) Filename: pool/development/d/dose3/dose-extra-dbgsym_7.0.0-1+apertis1bv2024dev2b1_amd64.deb Size: 1245888 MD5sum: 1eab6c77773f1d11b7a76bc9249d255f SHA1: f92560cbb509770c88d89108e8f70ec1617d54f6 SHA256: 16b7ed9ae1eb8ace081ec43207157505d4cee0f0b08dc5d5b0330707f927a831 SHA512: f3e40486529fa3d75963ab0953636dd17f3e8bfa9b2478af5438a1f892854ddc09c40bded63907ac81dd9bbd9259eaeb98b111f31b6cf590e462b8a36bc9c150 Description: debug symbols for dose-extra Auto-Built-Package: debug-symbols Build-Ids: 1f1eb9212bb1686d8152aff268ae4bf629020706 9fda38fb72d0dd7134e62417e4321bf53dd7394d bf5ede88fdcc35c24286f09618ca6ed898a37a60 e0cf3c68ba01e62990a7088c9f0acbfe044cb8ac Package: dosfstools Priority: optional Section: otherosfs Installed-Size: 306 Maintainer: Andreas Bombe Architecture: amd64 Version: 4.2-1apertis0bv2024dev2b1 Depends: libc6 (>= 2.34) Filename: pool/development/d/dosfstools/dosfstools_4.2-1apertis0bv2024dev2b1_amd64.deb Size: 132936 MD5sum: 2006ea5b71728b8d485f3518e0b2ca16 SHA1: 6693f9456bdb32214b62d0bc954c8f81c3d6c810 SHA256: 9b88e008f21149d67b47f0f48178b4c04253d3adfc1cb44866782b73e8d65f0e SHA512: 9f290f3fa23a7de2d5c1450b0053e8ad0084fba8d83e43f9a14d2e1bc5684991b499fb5b19d8326b5301947ec23277ecd7a8de150e2525e66e92f17f50ad86b3 Description: utilities for making and checking MS-DOS FAT filesystems The dosfstools package includes the mkfs.fat and fsck.fat utilities, which respectively make and check MS-DOS FAT filesystems. Homepage: https://github.com/dosfstools/dosfstools Package: dosfstools-dbgsym Priority: optional Section: debug Installed-Size: 220 Maintainer: Andreas Bombe Architecture: amd64 Source: dosfstools Version: 4.2-1apertis0bv2024dev2b1 Replaces: dosfstools-dbg (<< 3.99.0~) Depends: dosfstools (= 4.2-1apertis0bv2024dev2b1) Breaks: dosfstools-dbg (<< 3.99.0~) Filename: pool/development/d/dosfstools/dosfstools-dbgsym_4.2-1apertis0bv2024dev2b1_amd64.deb Size: 179128 MD5sum: 45e83f59299f6c52bb0b9e93da2219cf SHA1: 21f6232961f351074f78ce951ea9ec5a929138e6 SHA256: c962db3c98e411d42340c13ea69d32eadca940ba42695f9d425084027e4163fb SHA512: f68e8ecb56b89814ef0743cd082cb7e3b2a3fa0caa9a88a0f3f1c053e4aa4e29f6342a7d7852b1a8c9b8d1f9af43622c71e0828a0417bff784e42abe770fe3fe Description: debug symbols for dosfstools Auto-Built-Package: debug-symbols Build-Ids: cc048ff329d9ab088b486a837418619626ffcfc6 ef5803f001354b7466d1229c4ee458757bbb3785 f467591a4aea693aa00aa7b9f8b679f4a61d984c Package: dot2tex Priority: optional Section: graphics Installed-Size: 795 Maintainer: Sandro Tosi Architecture: all Version: 2.11.3-3+apertis0bv2024dev2b1 Depends: graphviz, python3-pyparsing (>= 0.4.8), python3:any, libjs-sphinxdoc (>= 5.2) Recommends: preview-latex-style, texlive-latex-base, texlive-pictures | texlive-pstricks Filename: pool/development/d/dot2tex/dot2tex_2.11.3-3+apertis0bv2024dev2b1_all.deb Size: 328788 MD5sum: 9968fc0b85ba2d22a78db87f1e395c4f SHA1: 085ef5521a963061034631e08fe2b3b77cb1f7eb SHA256: ebe0b586e53b83b10140cf9864fe0c443139c9461b31c27524c4e4555c19f9a8 SHA512: 16235c2a778a6344c23727c0a274c4a8e4a9174e3e75dd755694526d3b59ec174a2e13f8182875dd12a99ad44e61072ccdd17d872807ae6c6560af4defdb4c4e Description: Graphviz to LaTeX converter The purpose of dot2tex is to give graphs generated by the graph layout tool Graphviz a more LaTeX friendly look and feel. This is accomplished by: . - Using native PSTricks and PGF/TikZ commands for drawing arrows, edges and nodes. - Typesetting labels with LaTeX, allowing mathematical notation. - Using backend specific styles to customize the output. Enhances: latex-beamer Homepage: https://github.com/kjellmf/dot2tex Package: doxygen Priority: optional Section: devel Installed-Size: 18908 Maintainer: Paolo Greppi Architecture: amd64 Version: 1.9.4-4+apertis1bv2024preb1 Provides: dh-sequence-doxygen Depends: libc6 (>= 2.34), libclang-cpp14 (>= 1:14.0.6), libclang1-14 (>= 1:5.0~svn298832-1~), libgcc-s1 (>= 3.0), libllvm14, libstdc++6 (>= 12), libxapian30 (>= 1.4.19~) Suggests: doxygen-latex, doxygen-doc, doxygen-gui, graphviz Filename: pool/development/d/doxygen/doxygen_1.9.4-4+apertis1bv2024preb1_amd64.deb Size: 4626720 MD5sum: d63a1e18ab5b6c36b5797c45a396e69b SHA1: 7c73446a970d243f2bdf3003f640d1a3058ed3e3 SHA256: b7e8bb4a0e8e7e3df460800bfdbbb3b46c243940ad27d67f66ae0abe3e3f55dd SHA512: e0c71f8287aee85e1479cf3853a86ea985958b4aeb819cfa422b25a1604419988a01092eb43a6e6f21177126872085d058a30c56dc0b5c24cd469b9e4ef9f4ee Description: Generate documentation from source code Doxygen is a documentation system for C++, C, Objective-C, C#, PHP, Java, Python, IDL, Fortran, VHDL and to some extent D. It can generate an on-line documentation browser (in HTML) and/or an off-line reference manual (in LaTeX) from a set of annotated source files. . There is also support for generating RTF, PostScript, hyperlinked PDF, compressed HTML, and Unix man pages. The documentation is extracted directly from the sources. . Install the doxygen-latex package to build LaTeX based documents. Homepage: https://www.doxygen.nl/ Multi-Arch: foreign Package: doxygen-dbgsym Priority: optional Section: debug Installed-Size: 70643 Maintainer: Paolo Greppi Architecture: amd64 Source: doxygen Version: 1.9.4-4+apertis1bv2024preb1 Depends: doxygen (= 1.9.4-4+apertis1bv2024preb1) Filename: pool/development/d/doxygen/doxygen-dbgsym_1.9.4-4+apertis1bv2024preb1_amd64.deb Size: 66057072 MD5sum: 38a96ee09b8a6ae243c0bf53bcc6e549 SHA1: 26bce77a765b33fd07334154de4e9b5becb12ae0 SHA256: cf2ff881180be0165cf4a74827c1b583071b945d7ad7e061b8cb7a465c3d7b9f SHA512: 1b674aa9a4e7c33d15bb5c59c45bd384655b261376a1c5ab7a8ea47965b7bf91bde19943c7897c5c5489910ab45d549eea6b2e2bfe265eebb4ebb9ca5201b6e7 Description: debug symbols for doxygen Auto-Built-Package: debug-symbols Build-Ids: 6b292288c9468e58acd26a327718b4ad228336a4 6b4885e2e51d45259f6b522b208ff168e68a099b 871809afcecf6ecabf550162e469cffe3fa14c0c Package: doxygen-doc Priority: optional Section: doc Installed-Size: 5716 Maintainer: Paolo Greppi Architecture: all Source: doxygen Version: 1.9.4-4+apertis1bv2024preb1 Replaces: doxygen-docs Provides: doxygen-docs Recommends: doxygen Conflicts: doxygen-docs Filename: pool/development/d/doxygen/doxygen-doc_1.9.4-4+apertis1bv2024preb1_all.deb Size: 2793396 MD5sum: 488814ed4f0a87e4730111f8735ad843 SHA1: af3acebc5dd8ed14802cf2262d454808c23624f0 SHA256: a04f1f1a392ee7e01d15e990ebcb17d0b01d3d3a915dd4c2bed8d5caa2dc1275 SHA512: 19a732e06400c72d11883c3cef8d9eb615cce89b9ac2985d870aeeb2496571a20e48a4a28df66bb86d9075ff4761e49889419dcbe1de86ca47429fc44aa0565e Description: Documentation for doxygen Doxygen is a documentation system for C++, C, Objective-C, C#, PHP, Java, Python, IDL, Fortran, VHDL and to some extent D. It can generate an on-line documentation browser (in HTML) and/or an off-line reference manual (in LaTeX) from a set of annotated source files. . This package contains the documentation for doxygen. Homepage: https://www.doxygen.nl/ Multi-Arch: foreign Package: doxygen-doxyparse Priority: optional Section: devel Installed-Size: 18679 Maintainer: Paolo Greppi Architecture: amd64 Source: doxygen Version: 1.9.4-4+apertis1bv2024preb1 Depends: libc6 (>= 2.34), libclang-cpp14 (>= 1:14.0.6), libclang1-14 (>= 1:5.0~svn298832-1~), libgcc-s1 (>= 3.0), libllvm14, libstdc++6 (>= 12) Filename: pool/development/d/doxygen/doxygen-doxyparse_1.9.4-4+apertis1bv2024preb1_amd64.deb Size: 4549452 MD5sum: 236699190785b79cb4889ea4a1dd1edc SHA1: cbd15c5562f07185618e87ad9798a9db0845aa21 SHA256: 55389d3272847e991a39872a2d73745e22aeef1cc67cacbb08354db70a6f167c SHA512: 0ce5ddc8cbcfbfbe99a64cb41c039712a8ca1c613c65592dbdb8fc72fe9f74331a81fc49e8f4cf1fbd3b7ddbf8e406ae7c0b69a654c05568cac0acfccd09b8f1 Description: Multi-language source code parser based on doxygen Doxygen is a documentation system for C++, C, Objective-C, C#, PHP, Java, Python, IDL, Fortran, VHDL and to some extent D. Doxyparse builds on doxygen's great source code parsing infrastructure and provides a command-line tool that can be used to obtain information from source code, such as: . * which functions/methods and variables/attributes a module/class contains * which functions/methods calls/uses which functions/methods/variables * etc . doxyparses's main goal is to be used by higher-level source code analysis tools. . This package contains doxyparse binary, a source code parser based on doxygen Homepage: https://www.doxygen.nl/ Multi-Arch: foreign Package: doxygen-doxyparse-dbgsym Priority: optional Section: debug Installed-Size: 70609 Maintainer: Paolo Greppi Architecture: amd64 Source: doxygen Version: 1.9.4-4+apertis1bv2024preb1 Depends: doxygen-doxyparse (= 1.9.4-4+apertis1bv2024preb1) Filename: pool/development/d/doxygen/doxygen-doxyparse-dbgsym_1.9.4-4+apertis1bv2024preb1_amd64.deb Size: 65859024 MD5sum: 5052949669cee3c581d947f86c890c3d SHA1: ace82ecb779d536a6be7a074f3a9ee6da2c52f10 SHA256: 568a91620b3792e1886491f9d60a894b2d65633f15688c5f87520a7bbc989c93 SHA512: c084eece76395743c61a0bf285545f86c8d2c6a8b947f5da8fde6b01f19dea7034fc53813bd50e753777ec37a028381e7e2b01f0807ef1aee252f0a6781980b2 Description: debug symbols for doxygen-doxyparse Auto-Built-Package: debug-symbols Build-Ids: c1ac1208648c9f8cb76cf53d53cc0a7202d53dde Package: doxygen-gui Priority: optional Section: devel Installed-Size: 957 Maintainer: Paolo Greppi Architecture: amd64 Source: doxygen Version: 1.9.4-4+apertis1bv2024preb1 Depends: doxygen, libc6 (>= 2.34), libgcc-s1 (>= 3.0), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.12.5+dfsg-3) | libqt5gui5-gles (>= 5.12.5+dfsg-3), libqt5widgets5 (>= 5.12.5+dfsg-3), libqt5xml5 (>= 5.12.5+dfsg-3), libstdc++6 (>= 5.2) Suggests: doxygen-doc Filename: pool/development/d/doxygen/doxygen-gui_1.9.4-4+apertis1bv2024preb1_amd64.deb Size: 599128 MD5sum: d4e50f6847e6782266d6dc6b7bd85b99 SHA1: c510d64775b5553c85c0c0439fd5ceee96f55e8d SHA256: 4fb5cc90d290081b3c174cdaef3461674fa04951e8c1eaeda460f978c9e3b78c SHA512: 49f464079b017732bc992f036ab47924cc9f347c1ccb8a2cf8cf1d0976dba469e3c88b501fad115e412ded5e9bb1e6114a3da1c430883173823a9e0fe0a4d9d5 Description: GUI configuration tool for doxygen Doxygen is a documentation system for C++, C, Objective-C, C#, PHP, Java, Python, IDL, Fortran, VHDL and to some extent D. It can generate an on-line documentation browser (in HTML) and/or an off-line reference manual (in LaTeX) from a set of annotated source files. . This package contains doxywizard, a GUI configuration tool for doxygen. Homepage: https://www.doxygen.nl/ Package: doxygen-gui-dbgsym Priority: optional Section: debug Installed-Size: 2847 Maintainer: Paolo Greppi Architecture: amd64 Source: doxygen Version: 1.9.4-4+apertis1bv2024preb1 Depends: doxygen-gui (= 1.9.4-4+apertis1bv2024preb1) Filename: pool/development/d/doxygen/doxygen-gui-dbgsym_1.9.4-4+apertis1bv2024preb1_amd64.deb Size: 2823348 MD5sum: 503be0f734f71795015a673c3bb9100d SHA1: 0ed38317256cdc4aa61f8cb8a0cdabdaec0f8fe6 SHA256: 0e22d25fcbf8a27a48ce0915d5b6842f220338bc4d07b9c2085b48bff60fd2a3 SHA512: 276956733d34068369961fd2beae8d2832986977a93c54837e700ef820923fc8984400acee22111e0688f9cfb918b744360e2d1734bb7db4cc04ff94c100efa4 Description: debug symbols for doxygen-gui Auto-Built-Package: debug-symbols Build-Ids: 778be60e76dc93addf43960dbdcc26227bec4631 Package: doxygen-latex Priority: optional Section: devel Installed-Size: 340 Maintainer: Paolo Greppi Architecture: all Source: doxygen Version: 1.9.4-4+apertis1bv2024preb1 Depends: doxygen (>= 1.9.4-4+apertis1bv2024preb1), texlive-extra-utils, texlive-latex-extra, texlive-plain-generic, texlive-latex-recommended, texlive-font-utils, ghostscript, texlive-fonts-recommended, cm-super-minimal Filename: pool/development/d/doxygen/doxygen-latex_1.9.4-4+apertis1bv2024preb1_all.deb Size: 336920 MD5sum: f8e2447ee9817ac5fd4b164fa4f56f17 SHA1: 676bb731e46f4bbd11d30e91ebd50cb24098c0db SHA256: 067ee7658f8fffba0f6d236ccc1a1d002410980d9722033965dd38f78fa0fe37 SHA512: d10445987864a06d2c32f5b9203995a0e1135feb41cd14b6cb3faae8e5f80d9c880cd78cc2c479ac38e91c33f7c719235f4ce27a58649b136fcc0995a62240c5 Description: Generate LaTeX documentation from source code Doxygen is a documentation system for C++, C, Objective-C, C#, PHP, Java, Python, IDL, Fortran, VHDL and to some extent D. It can generate an on-line documentation browser (in HTML) and/or an off-line reference manual (in LaTeX) from a set of annotated source files. . This dependency package adds dependencies for all LaTeX packages required to build documents using the default stylesheet. Homepage: https://www.doxygen.nl/ Multi-Arch: foreign Package: doxygen2man Priority: optional Section: devel Installed-Size: 150 Maintainer: Debian HA Maintainers Architecture: amd64 Source: libqb Version: 2.0.6-2+apertis0bv2024dev2b1 Depends: libc6 (>= 2.34), libqb100 (>= 2.0.1), libxml2 (>= 2.7.4) Filename: pool/development/libq/libqb/doxygen2man_2.0.6-2+apertis0bv2024dev2b1_amd64.deb Size: 113436 MD5sum: 4514f5c7d0fff6d285de66d41a38bc9c SHA1: 7f947d043228f34e504db3b50abcc1d165605c56 SHA256: 0e713e5fa678f81820db5094654c0bb3f9f1f6ae15b6476a2a03fe1cd56bd43f SHA512: 286a4e1f808b5dc3bbcef7129e313450ebba8915508f87220b239f1ada5d50356a9b0265489a7956ddda32dbbd7a99d94dfdaf1a3dd904ccb0ce73ff18e895c0 Description: generate man pages from Doxygen XML files This is a tool to generate API manpages from a doxygen-annotated header files. First run doxygen on the header files and then run this program against the main XML file it created and the directory containing the ancilliary files. It will then output a lot of *.3 man page files which you can then ship with your library. Homepage: https://github.com/clusterlabs/libqb/wiki Package: doxygen2man-dbgsym Priority: optional Section: debug Installed-Size: 56 Maintainer: Debian HA Maintainers Architecture: amd64 Source: libqb Version: 2.0.6-2+apertis0bv2024dev2b1 Depends: doxygen2man (= 2.0.6-2+apertis0bv2024dev2b1) Filename: pool/development/libq/libqb/doxygen2man-dbgsym_2.0.6-2+apertis0bv2024dev2b1_amd64.deb Size: 40172 MD5sum: 6bb152b8ed397dcd33baf789acffda4a SHA1: b223331471e1986fccfb94ceb2479a048ec1d9d3 SHA256: 89b6c647bec23a8cdf26bc6ce40de03e2731e0c9aacee44ec0cddc7f9d65ce3e SHA512: 3b9a367325a3b0ae6f7c13d71f8885edeca59943c14ef88e95096030c8c8898c85d51e8de21ef723f504294f8e544696dc3efccc711bc03e96c9b33d909527ae Description: debug symbols for doxygen2man Auto-Built-Package: debug-symbols Build-Ids: 140eed171a5a5aaead99e51d2d7235fd0e94c979 Package: dput Priority: optional Section: devel Installed-Size: 202 Maintainer: Ben Finney Architecture: all Version: 1.1.3+apertis0bv2024dev2b1 Depends: python3-pkg-resources, python3-debian, python3-gpg, python3-xdg, python3:any Suggests: openssh-client, lintian, mini-dinstall, rsync Filename: pool/development/d/dput/dput_1.1.3+apertis0bv2024dev2b1_all.deb Size: 43304 MD5sum: 27a08e4107cb3b7610603e78c1910146 SHA1: 354e2a020ea476a580844cef2dfc2b411245c2ca SHA256: 8aa5c2ba28afc018914a9fd7ad4230e14f22e19ee1e0312380dfd9ef083b6429 SHA512: e864f6ca00eaf21a6f9f862e8d53b8b4e51399c8087df9f1a8f923b5c3b2e82710480853a1bd0f02383b0bb3fd0d5be892770f2815d48bea14c13f97522772fc Description: Debian package upload tool DPut is the Debian Package Upload Tool. The ‘dput’ command uploads one or more packages to the Debian archive. . This package also includes the ‘dcut’ command, which can generate and / or upload a commands file for the Debian FTP archive upload queue. . ‘dput’ runs some tests to verify that the package is compliant with Debian Policy. It can also run Lintian on the package before upload, and/or run ‘dinstall’ in dry-run-mode, when using an appropriate upload method. . DPut is intended mainly for Debian maintainers, although it can also be useful for people maintaining local APT repositories. Homepage: https://packages.debian.org/source/sid/dput Package: draco Priority: optional Section: graphics Installed-Size: 3713 Maintainer: Timo Röhling Architecture: amd64 Version: 1.5.5+dfsg-2+apertis0bv2024dev2b1 Depends: libc6 (>= 2.34), libdraco7 (>= 1.5.5+dfsg), libgcc-s1 (>= 3.0), libstdc++6 (>= 11) Filename: pool/development/d/draco/draco_1.5.5+dfsg-2+apertis0bv2024dev2b1_amd64.deb Size: 583072 MD5sum: 9f518130a0e9e2d8d1f06fd21802d99e SHA1: 45b643739d4dc253a78616a60e512f8d6bbf1657 SHA256: 0bf1e89df151ec88238cb824f1b700b24e662e0c360cc2e205938724efd9b858 SHA512: f177024b30a9a55671f3a9d6c5477b76fafbd68252ba3552d8ee83ebad474f21d2923d914fee8d01f7c143f58bb2172293ce65b7efa9ffd4d8b9802f15df8e78 Description: Encoder and decoder for 3D geometric meshes and point clouds Draco is a library for compressing and decompressing 3D geometric meshes and point clouds. It is intended to improve the storage and transmission of 3D graphics. . Draco is designed and built for compression efficiency and speed. The code supports compressing points, connectivity information, texture coordinates, color information, normals, and any other generic attributes associated with geometry. With Draco, applications using 3D graphics can be significantly smaller without compromising visual fidelity. For users, this means apps can now be downloaded faster, 3D graphics in the browser can load quicker, and VR and AR scenes can now be transmitted with a fraction of the bandwidth and rendered quickly. . This package provides command line tools to compress and decompress files using Draco. Homepage: https://github.com/google/draco Package: draco-dbgsym Priority: optional Section: debug Installed-Size: 25689 Maintainer: Timo Röhling Architecture: amd64 Source: draco Version: 1.5.5+dfsg-2+apertis0bv2024dev2b1 Depends: draco (= 1.5.5+dfsg-2+apertis0bv2024dev2b1) Filename: pool/development/d/draco/draco-dbgsym_1.5.5+dfsg-2+apertis0bv2024dev2b1_amd64.deb Size: 25216996 MD5sum: 025b6883ad85f401fc15791b8e3f4417 SHA1: 9cde1d489f0d33bb687753bf9ac47c4e376def98 SHA256: 0f497df0d25d7df381f9d866f71c7537ed8eb308889b1eb20ec1e181a78d67a3 SHA512: 9f5e57cd4457bcfe7fdee21909098baf4f41c447d1649f5e25d35502f003705366dc5bad4bc467d923d105b99ea7a6e43ad3281bd312d8c9b5524a17cef17b9a Description: debug symbols for draco Auto-Built-Package: debug-symbols Build-Ids: 0007ce228d5d76135bb36c09801aa2ef538629e9 7296337fa9bedd510d472aedf0e71bc273d7bc8d 7d61c74f51b99c96079e391e3052baff2c3225a8 Package: dsdp Priority: optional Section: science Installed-Size: 100 Maintainer: Debian QA Group Architecture: amd64 Version: 5.8-10+apertis0bv2024dev2b1 Depends: libc6 (>= 2.34), libdsdp-5.8gf Filename: pool/development/d/dsdp/dsdp_5.8-10+apertis0bv2024dev2b1_amd64.deb Size: 26660 MD5sum: f0f88a72a7c6fc85dfc7dd71fc0db50c SHA1: 0bb32874bf63ee8c36eb3c6c83cd6372f3c8e3ca SHA256: 4e317f60487a56ec10276bdb18d2e935e73ac87c3e6ab0ed07db6d0b3807b29e SHA512: 346714c1661ad85a6cf94e95881a8ee809f765dcc053dc60e49c38b590d4ea32b140ecaea27b7f6345ad84ea6301fbfb70f27576a6789d01241ddae633312f42 Description: Software for Semidefinite Programming The DSDP software is a free open source implementation of an interior-point method for semidefinite programming. It provides primal and dual solutions, exploits low-rank structure and sparsity in the data, and has relatively low memory requirements for an interior-point method. It allows feasible and infeasible starting points and provides approximate certificates of infeasibility when no feasible solution exists. The dual-scaling algorithm implemented in this package has a convergence proof and worst-case polynomial complexity under mild assumptions on the data. Furthermore, the solver offers scalable parallel performance for large problems and a well documented interface. Some of the most popular applications of semidefinite programming and linear matrix inequalities (LMI) are model control, truss topology design, and semidefinite relaxations of combinatorial and global optimization problems. . This package contains the binaries. Homepage: http://www-unix.mcs.anl.gov/DSDP/ Package: dsdp-dbgsym Priority: optional Section: debug Installed-Size: 34 Maintainer: Debian QA Group Architecture: amd64 Source: dsdp Version: 5.8-10+apertis0bv2024dev2b1 Depends: dsdp (= 5.8-10+apertis0bv2024dev2b1) Filename: pool/development/d/dsdp/dsdp-dbgsym_5.8-10+apertis0bv2024dev2b1_amd64.deb Size: 4508 MD5sum: e9aef503ddc98c2572a24a8a4f54e3e0 SHA1: 7e3d0c069060f0a038a345642a156ee1ad29fe16 SHA256: ac14a491fcd01d1980c358c6d2686b9da2b8bb1a3ebaee35be2cf00f93a07ee5 SHA512: 669f152ae38726cee9a20d54a79aefaa03d5488b33c011ca61a07dd45b9feb8fa92fc5e05178293d2972ce14adc90fbee2ad19b507f6405cb68ccf78d17a3ba9 Description: debug symbols for dsdp Auto-Built-Package: debug-symbols Build-Ids: 369cfcae1a1b411ebb03642676c56928b4626a79 c93a25de877e8d1bee0ae73494cc2d54072aabda cd0a8827a7859dec88c55704e5f0f569543f2475 Package: dsdp-doc Priority: optional Section: doc Installed-Size: 8506 Maintainer: Debian QA Group Architecture: all Source: dsdp Version: 5.8-10+apertis0bv2024dev2b1 Recommends: dsdp Filename: pool/development/d/dsdp/dsdp-doc_5.8-10+apertis0bv2024dev2b1_all.deb Size: 581696 MD5sum: ff1e7c28631ac3537842fc7c6c887509 SHA1: 40b1d5c5c255ca5b87688367b0f136dca0b2ca22 SHA256: 2c4cdaa21d5382152b78b17c2af4eee95befee81c993288593faa2bbcfd73f20 SHA512: 18479c59f3d8cd16cc8aba8a72891d700e21db7212cee0ec81178f7d67850d4c657dd17c611e8351bea36a86b149b8c3382f14848ab8879ce8bd42f5755bdec9 Description: Software for Semidefinite Programming The DSDP software is a free open source implementation of an interior-point method for semidefinite programming. It provides primal and dual solutions, exploits low-rank structure and sparsity in the data, and has relatively low memory requirements for an interior-point method. It allows feasible and infeasible starting points and provides approximate certificates of infeasibility when no feasible solution exists. The dual-scaling algorithm implemented in this package has a convergence proof and worst-case polynomial complexity under mild assumptions on the data. Furthermore, the solver offers scalable parallel performance for large problems and a well documented interface. Some of the most popular applications of semidefinite programming and linear matrix inequalities (LMI) are model control, truss topology design, and semidefinite relaxations of combinatorial and global optimization problems. . This package contains the documentation and examples. Homepage: http://www-unix.mcs.anl.gov/DSDP/ Multi-Arch: foreign Package: ducktype Priority: optional Section: devel Installed-Size: 18 Maintainer: Debian GNOME Maintainers Architecture: all Source: mallard-ducktype Version: 1.0.2-2+apertis0bv2024dev2b1 Depends: python3-mallard.ducktype (= 1.0.2-2+apertis0bv2024dev2b1), python3:any Suggests: yelp-tools Filename: pool/development/m/mallard-ducktype/ducktype_1.0.2-2+apertis0bv2024dev2b1_all.deb Size: 4900 MD5sum: e47ef4f55c9971d4f5b4b38274ebcd34 SHA1: f8e6931f231ae0ed526feaa7991b1f3c9f0ac7bf SHA256: 87cf5c18311223ab181abdeae28f5fb0451b69d721715be3405016129ac1350c SHA512: 061f69b86e8d1e976b9b46caa267657b48dd8c63e4dcc38273fff4c64b6cb4fd90371f6ac54fa89d9e773f3c4fbe66b35efa00f43802f9c5913bda1473ac49fc Description: Command-line tool for Ducktype, a lightweight documentation syntax Ducktype is a lightweight non-XML syntax for Mallard, a topic-oriented markup language for help files. Mallard is primarily used in GNOME help. . This package contains the ducktype command-line tool, which can be used to convert Ducktype documents into the Mallard XML format for further processing by the tools and stylesheets in the yelp-tools and yelp-xsl packages. Homepage: https://github.com/projectmallard/mallard-ducktype Multi-Arch: foreign Package: dune Priority: optional Section: oldlibs Installed-Size: 52 Maintainer: Debian OCaml Maintainers Architecture: all Source: ocaml-dune Version: 2.9.3-1+apertis0bv2024dev2b1 Depends: ocaml-dune Filename: pool/development/o/ocaml-dune/dune_2.9.3-1+apertis0bv2024dev2b1_all.deb Size: 40068 MD5sum: 2b2b5596697f966df385395c21c9683c SHA1: 10844b122658f44dc19121111b4896b7445c6aec SHA256: 4c1322b773cc50cf5cdc18c939fed81d4dbe0c26306d262e073bee72e12f60c0 SHA512: 74ac391172e56353de01584ab6354f910309cbc8ead3446d75a7ddccb75e0268f1c67e196b1e234fd8bb920d3498e2ddfe4b2c5a7a6019b9d4592f5d15a96586 Description: composable build system for OCaml projects -- transitional package Dune is a build system designed for OCaml/Reason projects only. It focuses on providing the user with a consistent experience and takes care of most of the low-level details of OCaml compilation. All you have to do is provide a description of your project and Dune will do the rest. . ocaml-dune was previously called dune; this is a transitional package, which can be safely removed. Homepage: https://github.com/ocaml/dune Package: dvipng Priority: optional Section: utils Installed-Size: 167 Maintainer: Varun Hiremath Architecture: amd64 Version: 1.15-1.1co1bv2024preb1 Depends: libc6 (>= 2.34), libfreetype6 (>= 2.2.1), libgd3 (>= 2.1.0~alpha~), libkpathsea6 (>= 2022.20220321.62855), texlive-base-bin, ghostscript Filename: pool/development/d/dvipng/dvipng_1.15-1.1co1bv2024preb1_amd64.deb Size: 85692 MD5sum: fe0de6c9d6b00c7b684438129e6adb0e SHA1: 09ef60a9976fffda9786673f0f2df82940b8e046 SHA256: eba636f7517377efe7905af61786b84c7795cdb7b5cf4c97eb04353b9559d6b2 SHA512: 3b5499654c83d926fb91be8cd7cb2f3c4c7616e0741401d1df1b4490b84dd868893e76fea8d8ca61cfc6b1448f3ed4f3f6c076732da6ad5eae2faa3de5f6da81 Description: convert DVI files to PNG graphics dvipng makes PNG graphics from DVI files as obtained from TeX and its relatives. It is intended to produce anti-aliased screen-resolution images as fast as is possible. This makes dvipng suitable for generating large amounts of images on-the-fly. . dvipng does not read the postamble, so it can be started before TeX finishes. It can read options interactively through stdin, and all options are usable. One can even change the input file through this interface. . dvipng supports PK, VF, PostScript Type1, and TrueType fonts, color specials and simple PostScript inclusion specials. Homepage: http://www.nongnu.org/dvipng/ Package: dvipng-dbgsym Priority: optional Section: debug Installed-Size: 153 Maintainer: Varun Hiremath Architecture: amd64 Source: dvipng Version: 1.15-1.1co1bv2024preb1 Depends: dvipng (= 1.15-1.1co1bv2024preb1) Filename: pool/development/d/dvipng/dvipng-dbgsym_1.15-1.1co1bv2024preb1_amd64.deb Size: 131680 MD5sum: ed880c8b72b732e46ac95b0464aa89d4 SHA1: 8b570a66ac4b2e3e308b07b76e6f593f6783ff24 SHA256: 63dc3cdad91b734f4278863fda9d8a9e282a63f3eaab024b2a8c0a78fef0daa9 SHA512: 61ffd84fdbe3507e1f60cc03bdfa80b35ab5c94a0cbfa6e6282aff24b97eeb9c302252761d2a44d5db1addd963657f95e32522d263c07efe83b7434aaef80847 Description: debug symbols for dvipng Auto-Built-Package: debug-symbols Build-Ids: 69f5c79cb9405252881e7d3997a7a3413c5ee105 Package: dvisvgm Priority: optional Section: tex Installed-Size: 2405 Maintainer: Debian TeX Task Force Architecture: amd64 Version: 3.0.3-1+apertis0bv2024preb1 Replaces: texlive-binaries (<= 2019.20190605.51237-2) Depends: libbrotli1 (>= 0.6.0), libc6 (>= 2.35), libfreetype6 (>= 2.3.9), libgcc-s1 (>= 3.4), libgs10 (>= 8.61.dfsg.1), libkpathsea6 (>= 2022.20220321.62855), libpotrace0, libssl3 (>= 3.0.0), libstdc++6 (>= 11), libwoff1 (>= 1.0.0), libxxhash0 (>= 0.8.0), zlib1g (>= 1:1.2.0) Recommends: mupdf-tools Breaks: texlive-binaries (<= 2019.20190605.51237-2) Filename: pool/development/d/dvisvgm/dvisvgm_3.0.3-1+apertis0bv2024preb1_amd64.deb Size: 1036176 MD5sum: 026338ecbad4b94230913bba45b3f19a SHA1: bc76016710e914a04dc267ab82b8e008f6416e3c SHA256: 2d97388ae09301c8d4cd0caea8106cb32eff79b9888314b2d1ecfe4fbd9bf78c SHA512: 5b35c84bdd86f12efce58075801110111635e2feceb09402b3fc1a625678e20a1eead9b5dbd3729e82921edc475c3b6f34426c8f21f5cb26214a8465802d1c6f Description: DVI to SVG converter dvisvgm is a utility for TeX/LaTeX users. It converts DVI, EPS, and PDF files to the XML-based scalable vector graphics format SVG. Enhances: texlive-binaries Homepage: https://dvisvgm.de/ Package: dvisvgm-dbgsym Priority: optional Section: debug Installed-Size: 13504 Maintainer: Debian TeX Task Force Architecture: amd64 Source: dvisvgm Version: 3.0.3-1+apertis0bv2024preb1 Depends: dvisvgm (= 3.0.3-1+apertis0bv2024preb1) Filename: pool/development/d/dvisvgm/dvisvgm-dbgsym_3.0.3-1+apertis0bv2024preb1_amd64.deb Size: 13425480 MD5sum: cccfdd344bbd0e6d588c74af6934fdd8 SHA1: 4e9e9cc710d20beeed823d66ee0e323031d5f135 SHA256: a496c0fa6825d9517048dbaa9f0dcae8cc1d5193ed8278414db4bfb19e3d7ab3 SHA512: 96f29d46b6a76f87a520112dfac4fcfa1a0c84a6f910d075ba00a6be9d087abce3adc5e769a99c2980d9a6f1bc0455fd1a83ddd3dd04593b120ae672115fcca6 Description: debug symbols for dvisvgm Auto-Built-Package: debug-symbols Build-Ids: 4a2c832ea89cc79e41ef7e1126016b768cb4ca26 Package: dwarf2sources Priority: optional Section: devel Installed-Size: 1075 Maintainer: Sjoerd Simons Architecture: amd64 Version: 0.2.4bv2024preb1 Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.2) Filename: pool/development/d/dwarf2sources/dwarf2sources_0.2.4bv2024preb1_amd64.deb Size: 348812 MD5sum: 0eae04f46841bc8b8a8f5f950c4e77b4 SHA1: cfc2eb3a3eac9e2e1af0819fdac7e22a136fbd53 SHA256: c55a788359331c300298ebb8cca6ffd99e79aeac666738f45099f8966352ce81 SHA512: e17e20a7b5f449e74b9fd19e221d0048f459fb9a5c1ce82a2669dc6d6ad030a3734bbfd2d5fb8b4be25fb1c94233d241e6d2ae092fb717aca1df1ada1caced7c Description: Utility to list the source files for a given binary This tools lists the source files that were used to create a given binary and dumps it to a json output Homepage: https://gitlab.apertis.org/pkg/development/dwarf2sources Package: dwarf2sources-dbgsym Priority: optional Section: debug Installed-Size: 5327 Maintainer: Sjoerd Simons Architecture: amd64 Source: dwarf2sources Version: 0.2.4bv2024preb1 Depends: dwarf2sources (= 0.2.4bv2024preb1) Filename: pool/development/d/dwarf2sources/dwarf2sources-dbgsym_0.2.4bv2024preb1_amd64.deb Size: 5167096 MD5sum: e18bb84ad22dce197b2de7a797528089 SHA1: 15089ecbc1b629aacdc48513bd60c02cd849e667 SHA256: 0a5d7f243415cd6a45d3c3b24cd4ebd05f5252b43ada0f6966f3ab0bf6bc74b4 SHA512: 253a4b22bf9ca50bdcc6da4ef2161126eb50c3d1e57ddb28bcd6494b0f330a152c0efdc417864b546f796cc8419db454e1b2692190c22774cdd5af702443f8ae Description: debug symbols for dwarf2sources Auto-Built-Package: debug-symbols Build-Ids: 045148268c99c7de9aea9368ea7ffdee57765482 Package: dwarves Priority: optional Section: oldlibs Installed-Size: 22 Maintainer: Thomas Girard Architecture: all Version: 1.24-4.1+apertis1bv2024dev3b1 Depends: pahole (>= 1.22) Filename: pool/development/d/dwarves/dwarves_1.24-4.1+apertis1bv2024dev3b1_all.deb Size: 11924 MD5sum: e2fd4f5378d3ea125974b20ef96a5069 SHA1: 94e471899cd03c63a177a7a42435fe1ea60f84f7 SHA256: 93056e2cb15563ad0016c980d4e6c535ca741754ca9fda3fe84db91b3dc87838 SHA512: c7065215830db72f17ef50a70f29e3ee5552a9a77ad14e012a2e87b4d64364a1a8ecdb422bb7772c994a7cac607fdb8f25a1bc1b6ee32cc91768e9f57575406f Description: set of advanced DWARF utilities - transitional package This is a "dummy" package that depends on the newly named pahole. Homepage: https://git.kernel.org/pub/scm/devel/pahole/pahole.git Multi-Arch: foreign Package: dwz Priority: optional Section: devel Installed-Size: 262 Maintainer: Debian GCC Maintainers Architecture: amd64 Version: 0.15-1+apertis0bv2024preb1 Depends: libc6 (>= 2.34), libelf1 (>= 0.131) Filename: pool/development/d/dwz/dwz_0.15-1+apertis0bv2024preb1_amd64.deb Size: 109784 MD5sum: 722a41cddd8466920d96da39a68ae687 SHA1: e7c98b6543dd41296846af90d4be03f3d43c72b9 SHA256: 31bc0f11c96953f2e49d1a41cb2a5a79821d3bccfc5d4eed1a09266d192c7543 SHA512: 1115863926ac23745f289f4e5c9c6a33240506748f2bb9a6f4f01ccc0b6bc00cd2c4952c19aec1723e313da86038e374faf9903f36c7c1100a6e22120e45b945 Description: DWARF compression tool DWARF optimizer and duplication removal utility. Homepage: https://www.sourceware.org/dwz/ Multi-Arch: foreign Package: dwz-dbgsym Priority: optional Section: debug Installed-Size: 351 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: dwz Version: 0.15-1+apertis0bv2024preb1 Depends: dwz (= 0.15-1+apertis0bv2024preb1) Filename: pool/development/d/dwz/dwz-dbgsym_0.15-1+apertis0bv2024preb1_amd64.deb Size: 332028 MD5sum: ba2fa065db09879fb834b9b75e1fb205 SHA1: 4ba279ce5bdd0b856bc016e779e28b46fb95ffd4 SHA256: 2a0e380223a8b916e3e46b9c21e36d7a3862daf396e691076de3a76ff25bbf55 SHA512: 95a9b366f6a8e0c65a4b259da7f2a7a7dfe64771687b4ec9e7162fa628ddcd3bf020b3bbe75fabebebe29340af53a394b604e146e6639a3782aa3a9eae59a18a Description: debug symbols for dwz Auto-Built-Package: debug-symbols Build-Ids: c537bcd39c73256f1b54ba8d2e81cb319f4ceb74 Package: ebnflint Priority: optional Section: golang Installed-Size: 1358 Maintainer: Debian Go Packaging Team Architecture: amd64 Source: golang-golang-x-exp Version: 0.0~git20221028.83b7d23-2+apertis0bv2024dev2b1 Filename: pool/development/g/golang-golang-x-exp/ebnflint_0.0~git20221028.83b7d23-2+apertis0bv2024dev2b1_amd64.deb Size: 508292 MD5sum: a864119d56488dd995ea65779176606d SHA1: 02db27742d60a5f65b0dcc5bb1ead690f7b58c32 SHA256: 194b1cbcab7ab6479c017f2aa205ce86466937db186f65cd268efa7da935669b SHA512: 4739e454f6028aad5b85ae8e838456ff99197790cb37763133342c7261038ff8d17845e0afdaad0308e40ab334f62db032907d32c2afb5dfc85de9f53df4713a Description: verifies EBNF productions are consistent and grammatically correct Ebnflint verifies that EBNF productions are consistent and grammatically correct. It reads them from an HTML document such as the Go specification. . Grammar productions are grouped in boxes demarcated by the HTML elements .
   
. Usage: . ebnflint [--start production] [file] . The --start flag specifies the name of the start production for the grammar; it defaults to "Start". Homepage: https://golang.org/x/exp Static-Built-Using: golang-1.19 (= 1.19.8-2) Package: ecbuild Priority: optional Section: libs Installed-Size: 709 Maintainer: Alastair McKinstry Architecture: all Version: 3.7.1-1+apertis0bv2024dev2b1 Provides: dh-sequence-ecbuild Depends: cmake, chrpath, dh-buildinfo Filename: pool/development/e/ecbuild/ecbuild_3.7.1-1+apertis0bv2024dev2b1_all.deb Size: 111848 MD5sum: 8973470120d59e120824cd3a0f9bf029 SHA1: b7ffb983916762f5a03e5aeb897ada63ba8de27b SHA256: 82f41859be9a9b093f8955b61bbf76d2273c64244d342e16dd8567019d71a807 SHA512: cf722badeda9bfb62a40b6a858a8617dffb5bf98c629f3fa6b7b2ac39c7c2e75fff8ad95b556fe499896f829a7b22d5f4a09cc37c9df344b7f639689a8869edd Description: Build system for ECMWF software This is a toolkit from ECMWF extend CMAKE with macros used at ECMWF. . ECMWF is the European Centre for Medium-Range Weather Forecasts. Enhances: debhelper Homepage: https://confluence.ecmwf.int/spaces/viewspace.action?key=ecbuild Multi-Arch: foreign Package: ecj Priority: optional Section: java Installed-Size: 51 Maintainer: Debian Java Maintainers Architecture: all Source: eclipse-jdt-core (4.26-2+apertis1bv2024preb2) Version: 3.32.0+eclipse4.26-2+apertis1bv2024preb2 Depends: default-jre-headless (>= 2:1.11) | java11-runtime-headless, libeclipse-jdt-core-java, java-wrappers Suggests: ant Filename: pool/development/e/eclipse-jdt-core/ecj_3.32.0+eclipse4.26-2+apertis1bv2024preb2_all.deb Size: 26220 MD5sum: 4bd281db77ef23764c3e3bced6a72816 SHA1: 71417bbbfc3c6e9511324449c4199d3e2b675ac6 SHA256: f54d58717f07275c4184972c8a48172b90d5e5acd40b466d9b8ccd1bc6a88e8e SHA512: dfad893461ce6f223108250d3e389ac11f8fd15387178ac535cfcd0323699ae52fe580954b56f234ee143f2d5abf798acb9daa1ffdb14acac47e44f9889cc794 Description: Eclipse Compiler for Java (command line tool) Eclipse JDT Core is the Java infrastructure of the Eclipse Java IDE. It includes: * An incremental Java compiler. Implemented as an Eclipse builder, it is based on technology evolved from VisualAge for Java compiler. In particular, it allows one to run and debug code which still contains unresolved errors. * A Java Model that provides API for navigating the Java element tree. The Java element tree defines a Java centric view of a project. It surfaces elements like package fragments, compilation units, binary classes, types, methods, fields. * A Java Document Model providing API for manipulating a structured Java source document. * Code assist and code select support. * An indexed based search infrastructure that is used for searching, code assist, type hierarchy computation, and refactoring. The Java search engine can accurately find precise matches either in sources or binaries. * Evaluation support either in a scrapbook page or a debugger context. * Source code formatter . This package contains the standalone ecj command line tool usable as an alternative to javac. Homepage: https://www.eclipse.org/jdt/core/ Package: eclipse-debian-helper Priority: optional Section: java Installed-Size: 31 Maintainer: Debian Java Maintainers Architecture: all Version: 1.9+apertis1bv2024preb2 Depends: ant, ant-contrib, maven-repo-helper, default-jdk-headless | default-jdk Filename: pool/development/e/eclipse-debian-helper/eclipse-debian-helper_1.9+apertis1bv2024preb2_all.deb Size: 6912 MD5sum: 30d805f772c2e3dfdfb1bb3939b051af SHA1: a493c295897bfd5784a751f9865b2a104e692cee SHA256: 5587c983b23b7ee0dd4215871e6c6d7ea00bc5c497f6423f92e07526f02dfc46 SHA512: cdbb75b25d9faac7fa926aa5432a667025e5688226e9fcf746a3bd8818d328b38bd18ceba0a9d95d8f1ce748a99f8740fe6f47118a2e193a418dbfde2f28ea10 Description: Helper tools for building Eclipse related packages eclipse-debian-helper is a set of tools used to build Eclipse related package. It provides a debhelper buildsystem to compile and package projects consisting in a collection of Eclipse bundles. Homepage: https://salsa.debian.org/java-team/eclipse-debian-helper Package: ed Priority: optional Section: editors Installed-Size: 112 Maintainer: Martin Zobel-Helas Architecture: amd64 Version: 1.19-1+apertis0bv2024preb1 Depends: libc6 (>= 2.34) Filename: pool/development/e/ed/ed_1.19-1+apertis0bv2024preb1_amd64.deb Size: 58764 MD5sum: 1b3bd23c6f1d9e83df1995fcd37b87bf SHA1: 6dca17e049600a2f38278f1233b0b27c4881d605 SHA256: df052aa9cccdb805606103df1369a32d242ef6f4fd89df32e7cab611e4598ea2 SHA512: f765a28437c20a82ac6032b8e8ee3bc924399af16d51d632bedb8858bdce2113282e7673f51faa007f685b8f745023c03eb1f5a700e27646a64a5b2b4c8275b5 Description: classic UNIX line editor ed is a line-oriented text editor. It is used to create, display, modify and otherwise manipulate text files. . red is a restricted ed: it can only edit files in the current directory and cannot execute shell commands. Homepage: https://www.gnu.org/software/ed/ Multi-Arch: foreign Package: ed-dbgsym Priority: optional Section: debug Installed-Size: 84 Maintainer: Martin Zobel-Helas Architecture: amd64 Source: ed Version: 1.19-1+apertis0bv2024preb1 Depends: ed (= 1.19-1+apertis0bv2024preb1) Filename: pool/development/e/ed/ed-dbgsym_1.19-1+apertis0bv2024preb1_amd64.deb Size: 65816 MD5sum: 2b4c799fdfdb6d2f042eb537e0fda22c SHA1: c3900df9c2580d9c4172824e4c11d5ada9b2a552 SHA256: 3825a76cb8bf8b9644308144c1fd319684c8ff808bdfd74c13b1ab53768a9db7 SHA512: 5d2ec0a0a9094bbf549afcc02b9ccb7f77c03a390ddc8d5cf27a7677d754b46406775203addddecc09cbfac345f63eb6fe053a28981d1508c9435706ed7e5a84 Description: debug symbols for ed Auto-Built-Package: debug-symbols Build-Ids: bb89b6bb7f7b006eb2fd0263eef06934ee59f9e7 Package: efl-doc Priority: optional Section: doc Installed-Size: 69021 Maintainer: Debian Pkg-e Team Architecture: all Source: efl Version: 1.26.3-1+apertis1bv2024dev2b1 Replaces: libecore-doc (<= 1.8.3), libedje-doc (<= 1.8.3), libeet-doc (<= 1.8.3), libefreet-doc (<= 1.8.3), libeina-doc (<= 1.8.3), libeio-doc (<= 1.8.3), libembryo-doc (<= 1.8.3), libevas-doc (<= 1.8.3) Breaks: libecore-doc (<= 1.8.3), libedje-doc (<= 1.8.3), libeet-doc (<= 1.8.3), libefreet-doc (<= 1.8.3), libeina-doc (<= 1.8.3), libeio-doc (<= 1.8.3), libembryo-doc (<= 1.8.3), libevas-doc (<= 1.8.3) Filename: pool/development/e/efl/efl-doc_1.26.3-1+apertis1bv2024dev2b1_all.deb Size: 10039064 MD5sum: f9c8d59238f090809450828b42fa41f4 SHA1: b323b8a3e1e3e86f7220904631194b4f90bb7cb3 SHA256: 8481b97daaafdb73208b9721a3385deebd0dcb707517c09b14fb6cc19f71e06e SHA512: dc08ce7a511cd4dac4136d1a624811e0e4c5ac84d24f0d1577c2d5bb67d4c61d35f88fbbcec0410554a9211c90182359168c706eec192eac740247b85404abe8 Description: Documentation for the Enlightenment Foundation Libraries The Enlightenment Foundation Libraries (EFL) is a set of libraries providing building blocks used in the Enlightenment window manager. This package contains the Doxygen-generated HTML documentation and examples for the API of the EFL. . This is part of the Enlightenment Foundation Libraries (EFL). Homepage: https://www.enlightenment.org Multi-Arch: foreign Package: eglexternalplatform-dev Priority: optional Section: x11 Installed-Size: 45 Maintainer: Timo Aaltonen Architecture: all Source: eglexternalplatform Version: 1.1-1+apertis1bv2024dev2b1 Filename: pool/development/e/eglexternalplatform/eglexternalplatform-dev_1.1-1+apertis1bv2024dev2b1_all.deb Size: 14192 MD5sum: 7de9f456c2464584377f306d3d4f8814 SHA1: 51a618ddabf3cd66c4b51de7273469c66503c8ac SHA256: 6697e4888c3f82b1d88f3e159c544cc9553d7f3eee4215314442db1a4298ba66 SHA512: 459184706804b25a17a5d54cb44938644d42b4e612038c32fa432df501c07358bb55f392006a3346526e80890e4f253de8ab4a4a3e738bf21c7bc742a27f0f8a Description: EGL External Platform Interface -- development files This is a work-in-progress specification of the EGL (Embedded-System Graphics Library) External Platform interface for writing EGL platforms and their interactions with modern window systems on top of existing low-level EGL platform implementations. This keeps window system implementation specifics out of EGL drivers by using application-facing EGL functions. Homepage: https://github.com/NVIDIA/eglexternalplatform Package: elks-libc Priority: optional Section: devel Installed-Size: 654 Maintainer: Juan Cespedes Architecture: all Source: linux86 Version: 0.16.17-3.4+apertis0bv2024dev2b1 Replaces: bcc (<< 0.14.9), linux86 Recommends: bcc (>= 0.16.17-3.4+apertis0bv2024dev2b1) Conflicts: linux86 Filename: pool/development/l/linux86/elks-libc_0.16.17-3.4+apertis0bv2024dev2b1_all.deb Size: 136388 MD5sum: 04ca17d58ec07330fa5fa13d9d4b49f7 SHA1: 4a6531f7ce1641ea75d88fe6560b5c74934f7db1 SHA256: af3ea64c1d483e137e808bfc32562c5aa0f2251bb49ffd887666b22525343f33 SHA512: 39d04e22c5f6ecfe72325239b5f868f237be71d45752c46289eb94d1f889979a303fe3c38b9a59b16c257a41f5047d3aaba7e51c0789c046f43956727db29c05 Description: 16-bit x86 C library and include files This is the C library used to compile with bcc. It includes all the headers and static libraries needed to build 16-bit applications, for Linux/8086, Linux/i386 and DOS .COM executables. Multi-Arch: foreign Package: emacs Priority: optional Section: editors Installed-Size: 63 Maintainer: Rob Browning Architecture: all Version: 1:28.2+1-15+apertis0bv2024preb1 Depends: emacs-gtk (>= 1:27.1) | emacs-lucid (>= 1:27.1) | emacs-nox (>= 1:27.1) Filename: pool/development/e/emacs/emacs_28.2+1-15+apertis0bv2024preb1_all.deb Size: 28664 MD5sum: 8bc93f02d94d0bacb95669d8de530877 SHA1: 0b54f77062d4eea88c81d533778b255a7b42b947 SHA256: 3b131bb61c7837376df532be68ee0ebfd77829af18e0a2438d351e6430e4b9f3 SHA512: 0d84bf4e5ab8132e3b53c5ed6e5dc40c7018a2b42e4c19491ad5dffa81cf6313c35d85b6364d22b140f1e4e699f67306c6cd77eaeb4e98375005b0b6a27cc43c Description: GNU Emacs editor (metapackage) GNU Emacs is the extensible self-documenting text editor. This is a metapackage that will always depend on the latest recommended Emacs variant (currently emacs-gtk). Homepage: https://www.gnu.org/software/emacs/ Package: emacs-bin-common Priority: optional Section: editors Installed-Size: 394 Maintainer: Rob Browning Architecture: amd64 Source: emacs Version: 1:28.2+1-15+apertis0bv2024preb1 Depends: emacs-common (= 1:28.2+1-15+apertis0bv2024preb1), libc6 (>= 2.34) Recommends: mailutils Filename: pool/development/e/emacs/emacs-bin-common_28.2+1-15+apertis0bv2024preb1_amd64.deb Size: 115364 MD5sum: 052c9515c77c806e9ea2c8a27de1bf28 SHA1: 823bf3ddff618b4fb11ca551d98ec5ac73cb19d2 SHA256: edf7ad4514b96c937fffb7293e48a0fb6bc5a04489d59934f5abe3c142c10166 SHA512: b8b7c5a56349a057e0b46c837378760a3820ab475d9eec7b3bf627dd82d01f952d581f4da06ef9a583ae333e9ae96fb788b405f5cd6d98c106fe79e73c9934fc Description: GNU Emacs editor's shared, architecture dependent files GNU Emacs is the extensible self-documenting text editor. This package contains the architecture dependent infrastructure that's shared by emacs-gtk, emacs-lucid, and emacs-nox. Homepage: https://www.gnu.org/software/emacs/ Package: emacs-bin-common-dbgsym Priority: optional Section: debug Installed-Size: 337 Maintainer: Rob Browning Architecture: amd64 Source: emacs Version: 1:28.2+1-15+apertis0bv2024preb1 Depends: emacs-bin-common (= 1:28.2+1-15+apertis0bv2024preb1) Filename: pool/development/e/emacs/emacs-bin-common-dbgsym_28.2+1-15+apertis0bv2024preb1_amd64.deb Size: 277428 MD5sum: 94415ecd999449ba757981d7b4f79d2e SHA1: ec8f1d8b8ccfd67362229e3c06c8d39f91749dc5 SHA256: 1a97edc9171a618b2ac16a07e0f8d0dcd5d045f14df801b48ba82839c2b6f15b SHA512: bcf4524268cf61b298bac1f482deac2d9f883c7543b275752f4eacfe0735e94766f4e1a51aa15cef9c94c8ac15009da2021b020d11939298f70b08c126dc9f16 Description: debug symbols for emacs-bin-common Auto-Built-Package: debug-symbols Build-Ids: 0f2a7744530a83312fdd788b74f43b49b9f1713f 2708759d50a55175f1ec02397b61d4dde4ab7dcc 601b8c9af76cdc53b0d68f3511e8586f12475114 66366b7b1ca4f22f05eadd65b87171137a8ec0c1 e956302d0ece52da6fdd7802922355136b1d1c36 Package: emacs-common Priority: optional Section: editors Installed-Size: 71574 Maintainer: Rob Browning Architecture: all Source: emacs Version: 1:28.2+1-15+apertis0bv2024preb1 Replaces: emacs-bin-common (<< 1:28) Depends: emacs-el, emacsen-common (>= 3.0.0), install-info, init-system-helpers (>= 1.52) Suggests: emacs-common-non-dfsg, ncurses-term Conflicts: cedet, eieio, emacs-el (<< 1:28.2+1-15+apertis0bv2024preb1), gnus-bonus-el, speedbar Breaks: apel (<< 10.8+0.20120427-4), edb (<< 1.32), egg (<< 4.2.0-2), elpa-cider (<< 0.19.0+dfsg-4~), emacs (<< 1:25), emacs-bin-common (<< 1:28), emacs-gtk (<< 1:25), emacs-lucid (<< 1:25), emacs-nox (<< 1:25), emacs21, emacs21-nox, emacs22, emacs22-gtk, emacs22-nox, emacs23, emacs23-lucid, emacs23-nox, emacs24, emacs24-lucid, emacs24-nox, emacs25, emacs25-lucid, emacs25-nox Filename: pool/development/e/emacs/emacs-common_28.2+1-15+apertis0bv2024preb1_all.deb Size: 14004960 MD5sum: 75f70dd4eb7b6de7437bc1de9d7931f9 SHA1: 94e0d24570fe54d84dae87fa40111f1881c7889f SHA256: 78fc56c25e6d766812c4f067d51dac86f2599b95bb3ab48b0d8a621dab2293f2 SHA512: 781d00c414a75356ccc0a0fa592f0b81ca22a3922cf78855bc0e3b32e42ccbb3f8683821b3d943fbb52e70312818fc44f6542bb487f9a2f32c7c190ca24d3e21 Description: GNU Emacs editor's shared, architecture independent infrastructure GNU Emacs is the extensible self-documenting text editor. This package contains the architecture independent infrastructure that's shared by emacs-gtk, emacs-lucid, and emacs-nox. Homepage: https://www.gnu.org/software/emacs/ Package: emacs-el Priority: optional Section: editors Installed-Size: 17112 Maintainer: Rob Browning Architecture: all Source: emacs Version: 1:28.2+1-15+apertis0bv2024preb1 Depends: emacs-common (= 1:28.2+1-15+apertis0bv2024preb1) Filename: pool/development/e/emacs/emacs-el_28.2+1-15+apertis0bv2024preb1_all.deb Size: 16885116 MD5sum: c5526aa4c213d485c3d3169116106138 SHA1: 419542c095a603bf2508e9944a13494405624ac5 SHA256: ff5eb0b410d637c51df9975c7524dbdaf7450ac805ba42f48528fd10e9261460 SHA512: e817db98844d834cd1364901a54913b55666671c1ee946a48b578efde4fe521078410101a568688eac9296a64c341ef2bb8321d81b3e73cb484ac56c0dfbb1ee Description: GNU Emacs LISP (.el) files GNU Emacs is the extensible self-documenting text editor. This package contains the elisp sources for the convenience of users, saving space in the main package for small systems. Homepage: https://www.gnu.org/software/emacs/ Package: emacs-gtk Priority: optional Section: editors Installed-Size: 35445 Maintainer: Rob Browning Architecture: amd64 Source: emacs Version: 1:28.2+1-15+apertis0bv2024preb1 Replaces: emacs-lucid, emacs-nox Provides: editor, emacs, emacsen, info-browser, mail-reader, news-reader Depends: emacs-bin-common (= 1:28.2+1-15+apertis0bv2024preb1), emacs-common (= 1:28.2+1-15+apertis0bv2024preb1), libacl1 (>= 2.2.23), libasound2 (>= 1.0.16), libc6 (>= 2.35), libcairo2 (>= 1.10.0), libdbus-1-3 (>= 1.9.14), libfontconfig1 (>= 2.12.6), libfreetype6 (>= 2.2.1), libgccjit0 (>= 11), libgdk-pixbuf-2.0-0 (>= 2.22.0), libgif7 (>= 5.1), libglib2.0-0 (>= 2.37.3), libgmp10 (>= 2:6.2.1+dfsg1), libgnutls30 (>= 3.7.5), libgpm2 (>= 1.20.7), libgtk-3-0 (>= 3.21.4), libharfbuzz0b (>= 0.9.42), libice6 (>= 1:1.0.0), libjansson4 (>= 2.14), libjpeg62-turbo (>= 1.3.1), liblcms2-2 (>= 2.2+git20110628), libm17n-0 (>= 1.6.1), libotf1 (>= 0.9.16), libpango-1.0-0 (>= 1.18.0), libpng16-16 (>= 1.6.2-1), librsvg2-2 (>= 2.47.3), libselinux1 (>= 3.1~), libsm6, libsystemd0, libtiff6 (>= 4.0.3), libtinfo6 (>= 6), libx11-6, libxext6, libxfixes3 (>= 1:4.0.1), libxml2 (>= 2.7.4), libxrender1, zlib1g (>= 1:1.1.4) Recommends: fonts-noto-color-emoji Suggests: emacs-common-non-dfsg Conflicts: emacs-lucid, emacs-nox Filename: pool/development/e/emacs/emacs-gtk_28.2+1-15+apertis0bv2024preb1_amd64.deb Size: 5984860 MD5sum: 874b482dc52121cdf7d4290c9d53580b SHA1: 481fcdb748fa9fe9c076a5beaa3507c991d1b5a9 SHA256: dfa24dc9aa1b4b23591ba355926c0720d4726b8252084eae061db9d3cddfc7bd SHA512: 20a509abcf545688288bbbe63299f544dffb3c7d08854621fa72d8fa7278ca905a8810913e8bf54ef3b1dfb412c01e0d9140c2aa4c9db509cc2395a924311bfd Description: GNU Emacs editor (with GTK+ GUI support) GNU Emacs is the extensible self-documenting text editor. This package contains a version of Emacs with a graphical user interface based on GTK+ (instead of the Lucid toolkit provided by the emacs-lucid package). Homepage: https://www.gnu.org/software/emacs/ Package: emacs-gtk-dbgsym Priority: optional Section: debug Installed-Size: 7486 Maintainer: Rob Browning Architecture: amd64 Source: emacs Version: 1:28.2+1-15+apertis0bv2024preb1 Depends: emacs-gtk (= 1:28.2+1-15+apertis0bv2024preb1) Filename: pool/development/e/emacs/emacs-gtk-dbgsym_28.2+1-15+apertis0bv2024preb1_amd64.deb Size: 5939496 MD5sum: 64cfd75f2126939a3f1d1ea611d6421b SHA1: e91f261a920a35e1628cf3469ff285187e0d51d2 SHA256: 599e8b0e78b3b73dce9d35db5958d405abd4ac49df02fb538f41afbd6f5011ed SHA512: 368b116a6b585d7777728d7462f03e0f9cf130039936951bb12f592b4385d337a16200eb2f637505635dfda00de81a185b2ab0e52d1c33acdc707e462723904b Description: debug symbols for emacs-gtk Auto-Built-Package: debug-symbols Build-Ids: 029ab43ba53ca8ce8ef5379b41262a5b0904b20a 0302bedea7824495f4419bb76576d77732d207ea 03c1ae66677ee9f4b759c5336b50415a270c282a 08d29d59a170e0d24ff124f772756a4c09c870e4 090ddfc44ae924b8639e3eba13856d31a2c00915 0a2a5a2336fdfebb8eade214fd1668cf1c040757 0a2dbada645fc43fa6f7c4f5145dc6414831418e 0a6b0713b322ddc38a2f1c122b75bd25a25c3355 0c238d183b630c340447e0f5b9e64398bf812910 0ce3bff5884fbf09f3d91e2f1083e3bf53a2f52c 10604dce9811bf897962068953a6f1afa75a21af 1097ddd38a564dd2997e9a23ad07d4dfaa73a86d 116148fb957b45a65b6b4c45ffc06a8c4c84615b 127cabe9e109681231787f615f20aab9889d4088 12c2cb9757dba94e3e6ba8e8cf6bfb354153cd41 13f971932e13dd5404a6a1022b848da578cb8b4e 188a8beda53893ee45148d2fb861704e1c1aaa1b 18cef475ab15fcf2bf3113019c5211006e706d28 191947216a09392b7098f37a202690efc95a6adb 1dd3445aa31208e49d00f6c8d63a49962e1f502d 1f3b7a690e80bbaea6c15fa9bacbd7266592dc94 22a70520c9c4629d6126a1d59871240f63f63b64 25f265a914eec371cc98271b21127e3d5a63fecd 2656f7ea77a29aa6d7eda3445d3f4de68c058413 287b27ad6b1dc0645540864b373ad5393f42d1c2 28820656e8ec44a18065ae3c2392444f9544502c 29a65eacaf55279a912846eb70e1117fafc9fe50 2bffc4e23e2bc7c0cec334d37b604a0361d54a38 2c0c9b66289f963c1675a10853f88032eb344df5 2c777f556d08e7211e88795436c4358f194f21a5 353fe522b8c38801cd32930056cb638e7ef85596 3776e3451c7509f137a4eb6a5f82a1daf5056d9e 377e17024e45adbbcabf7ce9d2f25741652398fd 38114a87e8a055eb8dfd729de79ce7931e06b897 3c822ffff18e2c69a387a13bb500e8c98c9131c9 3f8f080b2ed8dda5bb13bde62f74d6f4a6dc23be 48995d63d6b65e6b9f8b32cf93c1c9be22d5e05b 48f7faacafa94dc0f4c096939674510093c2cb7c 49053bab9549b97033048ca30139d8349737ce62 4b13a5fe4438a246a5a3dbf11f0f8b3d2c0d81de 4cd5433172c60a99b502b28929afbf250def56f2 4e4fb18fbdf94a8ef4144c89a9f2599fef90dca2 5973729424991ee43b63c3d49c1368c4e4139c88 5a4a3308863a568318f04c95ed52ea94283a27b3 5acc6af946b18ab118180d5dfd2c89f5eae42534 5c92b147f29ccf251873b98be5a657d487275743 5e1908a28e98d97ab285b8819cf367cf0b4634e3 5ec8a354be8d3a8dab5bd51621ae875538fe906f 6077eb127614ec387b49370b5c097b73de0a6702 61abf9c87559c154326a22cff22424ea1ba8729a 66b80bf8e8e870dcda5c4c272b06f0a700b3e67d 6786b716d71d7cf733d16ffa062a251c6cdda7eb 6cf529831d6c8be72c0dfe9cfbd2dd7b42f86967 6e25ad45857b6a5913a669af50b6beaaddbdee2d 6ea924c9b771e1f787dd2d1f974843edc097043c 6fc694d5dd773598ba0a4eac440c195d836258df 7745985b0fb53d75fda914602a396f58cf9a8e82 7a8d47ad9bde1d6182204e5170b5a001d481c074 7ab1695bc56e6200286351a81b151ea1b3e4ce3c 7b7a0cfada95e735ad3775a855a4aa690c33b17a 7be06563d8dbe727930c0494140d53249e5187f3 82cc2b1d39e382cfe10b454a9a0f825d47a9b291 841ac04eea27457b1e1d967b080436d8436b4f98 84d58d0cd1f619d4a57775f17a30b2193580db02 8633875baa18922f5463212aa5a6a1513b0268ee 8658c654abad11ce7a6a2fd0dfff604774091a6c 8b5703c8a28beddd9ba7cf7408c174a9a619e405 8b97496aea5bcd69bfc5c9ee5e11dca90ab77f53 8cdabfd853f5a9f286b69b1bf4d00e016e7c06ef 8dfe5106242c0e129cca75c7649a5e50371cb637 8f00200c9e5615710f8851b343913001560de55a 8f2ef418baa9c1920e51a35ad874d5a2b59d141c 91f9ad4cd7e820d59b7a77d93079b960ec2775b3 920b1b5f0efc8c16928753159f0d8e6a8335c334 9291291eb52060f34760db77e2c4f359e9cbb25d 946b3508fa951e963ac1824c94607e32a51e02b1 9474f3a79da01293d891a2ae51f60b96c02f0424 99db5c180eea236ee04cf76a78f2fd862bdd3b6b 9b622d3396aa4d9f801ec884833c2e7ab51651e8 9b64fdbe0c57717ff3c9a9b813550f1d94141eeb 9c25b296f4151533588e554b2bb6486be31425f9 9f1f8ab943436c24c8b77a3b61c6753beef01885 9f307081dddb28e428c5ce6c9183c4a0dcf6cd44 a1312b47e40aa142329bda428d559cbc1c631a4c a19542cbf1170d78195565eac769451e2b98f454 a57f3e75842b0773a12b601676bbd2d5e9b026c9 a64cd5b3bd6080d19428712d087ba74cb87edae2 a733fcbdff675c4f4e39b4154658eb7f377e48f4 a8eeb81367280af333b21bb093c498e58b19adba a98ab427d60cec740c2ec04e05b38fce53aa941e a9ab90c6aadfda0ccad20efc0df8bf2b7f98db09 ab359d8717be0ab66bc24d994de42d27acfd8960 abe1754123bbf54afd0020885cf2244d1cc9a6aa ac129b5bfa4d9bfb649f244917b07d3b93ba7d89 ae7e9be8f68854e128be70fb60ba10132fc092a4 aeed5a860a4c153f34ed3ddc2652e3e7670fee2f af8fa60e9fb823231eb0a7c83e61834344a39ce5 b2f0ee616c1399b0e31fe3ed21f6c53aaf3b3382 b399c11b2ac6a8f07de02e9fa795264278d00c89 b5b3aef762b0b0ac1548b6a27339d6032c812ff2 b5c02cebfcf5e603a80f569609a57971fefa02ca b5e2b4fd56aeee605709ce3a37d68dc168decd03 b702ddffe67912f7f51d6c04fe228ff6737109c2 b718980e852db8425a39c096f64c20930eca4677 b9204a405f45b450a9387835bb906d3cab5a9459 b9d64a28bb520e0b1aefe0c4c786318f8bce43a2 bc61137e2a0dc5a77a69e54f117930a1c07ef5cb be15c32f16432b6f47f0f37a314a7003468a4e0e be1a408947e8d2c948cf124df98a6916d43f2065 c3030160f29191a236c994a6254cfd3c3a5adea6 c41a26873f87e9b18728a9d23a59272d3f2b496a c6d737cdd6afb95f0b936be1948c5d54809c9e39 ca0e57b895f566e926aa9aecaa7a5345d9ca63f4 cb2afefe5411ce02208c04722bdeae8b2d213ffb cc06f60bfcf3c9340c6e83a839a95fa82c4911ae cc417820f9410dcdddbe395cf0658723163cc53a d05da3da5808eca5458e1dea23dec0916f28a0ea d19e63ed609da5f61589290f76dd4d9714720bbc d1b75dc5041a13f7e82de22401c6d77a713dc72e d2583358b8d0f7ad3a8ce5712ea4c63cad622975 d493a6af2837776cdaa2c24f1a5ac939087418f6 d4e0d6c8690caf8c7e0a2361980381a8048c1dfd d715633c1a724fecc7018584de7473c346aa2db9 d7473b290b79dbe29e9542afc22984db4c24f0bd d7899b58ec763c958b059c3fbc5a062e6c79c5cd d8830500f1bcc8d93c5dc57c0a1b4b70f44076a9 db1d5d5f3189ab785a37e95edf29aee82c100696 db633c47699c5010c6b5e0b7c2e786448a68f016 dbadb35268244053998bfead1e147ca28c7bdb25 dfd3f17802690de99c10fe1dc1c83fe9853cb328 e160c704417d2313e626c1acd9beeeaa5a09c310 e6a1f87a9477f352648bf047e1fd0f19ecfc9f82 e8f08a81b1df91f570b2021bd55e563acdb24c8e eca49be8542cf5a3d8b1918292f7dbb1f686238a eefa5b3fa2746a9a9f1ff52d11e82b761c91d5ee ef9a0f8eff8fc03c7850f37c29cca06b03678f2b f16aa6acb6b551491277e03830e209c1e0fa9558 f1eeb1263830c59013d6989d309f23c9508b8210 f2d6a711f2a4c49990ebb33fe05ef2d0dbba694f f486c3b0afcab0dfc671fac8be25baef3ba6213e f7264ea43ea5abf2b5a0dfcc81ad22f5e48b6244 f8dace5477e66346e0847c25f26090289a43f4d2 f9d3990cd4f536a327c32a71ac4982353fc279e4 fcbda1942d74386046920c34a0806f623bf679e2 Package: emacs-lucid Priority: optional Section: editors Installed-Size: 35417 Maintainer: Rob Browning Architecture: amd64 Source: emacs Version: 1:28.2+1-15+apertis0bv2024preb1 Replaces: emacs-gtk, emacs-nox Provides: editor, emacs, emacsen, info-browser, mail-reader, news-reader Depends: emacs-bin-common (= 1:28.2+1-15+apertis0bv2024preb1), emacs-common (= 1:28.2+1-15+apertis0bv2024preb1), libacl1 (>= 2.2.23), libasound2 (>= 1.0.16), libc6 (>= 2.35), libcairo2 (>= 1.7.2), libdbus-1-3 (>= 1.9.14), libfontconfig1 (>= 2.12.6), libfreetype6 (>= 2.2.1), libgccjit0 (>= 11), libgdk-pixbuf-2.0-0 (>= 2.22.0), libgif7 (>= 5.1), libglib2.0-0 (>= 2.16.0), libgmp10 (>= 2:6.2.1+dfsg1), libgnutls30 (>= 3.7.5), libgpm2 (>= 1.20.7), libharfbuzz0b (>= 0.9.42), libice6 (>= 1:1.0.0), libjansson4 (>= 2.14), libjpeg62-turbo (>= 1.3.1), liblcms2-2 (>= 2.2+git20110628), libm17n-0 (>= 1.6.1), libotf1 (>= 0.9.16), libpng16-16 (>= 1.6.2-1), librsvg2-2 (>= 2.47.3), libselinux1 (>= 3.1~), libsm6, libsystemd0, libtiff6 (>= 4.0.3), libtinfo6 (>= 6), libx11-6, libxext6, libxfixes3 (>= 1:4.0.1), libxinerama1 (>= 2:1.1.4), libxml2 (>= 2.7.4), libxmu6 (>= 2:1.1.3), libxpm4, libxrandr2 (>= 2:1.2.99.3), libxrender1, libxt6, xaw3dg (>= 1.5+E-1), zlib1g (>= 1:1.1.4) Recommends: fonts-noto-color-emoji Suggests: emacs-common-non-dfsg Conflicts: emacs-gtk, emacs-nox Filename: pool/development/e/emacs/emacs-lucid_28.2+1-15+apertis0bv2024preb1_amd64.deb Size: 6004204 MD5sum: 6b70045839e36dd2ca116f20332c42e6 SHA1: ac443342e61eb4dc566d448a0af8583683981977 SHA256: 2ec0af8aaabb70e6b9a565a4711ffea01b12432e02e2e16fd300d58c9f7cbbc4 SHA512: 6d1de6550fce9d04c9a105da9c1499c3a83ae61b909218ec7cee7b067ddb52aaa2ca214ec318899cdc0c13f07293b9afe1e27bf21235e2ff30b5eef299774f8f Description: GNU Emacs editor (with Lucid GUI support) GNU Emacs is the extensible self-documenting text editor. This package contains a version of Emacs with support for a graphical user interface based on the Lucid toolkit (instead of the GTK+ interface provided by the emacs-gtk package). Until some known GTK+ problems are fixed, this version may help avoid crashing Emacs during an emacsclient disconnect. See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=567934 and https://bugzilla.gnome.org/show_bug.cgi?id=85715 for more information. Homepage: https://www.gnu.org/software/emacs/ Package: emacs-lucid-dbgsym Priority: optional Section: debug Installed-Size: 7517 Maintainer: Rob Browning Architecture: amd64 Source: emacs Version: 1:28.2+1-15+apertis0bv2024preb1 Depends: emacs-lucid (= 1:28.2+1-15+apertis0bv2024preb1) Filename: pool/development/e/emacs/emacs-lucid-dbgsym_28.2+1-15+apertis0bv2024preb1_amd64.deb Size: 5926316 MD5sum: 5654cc03b9068d5f096d39075b212568 SHA1: 31adc63f543d0b52067dfa01ec4c2478fdf3a215 SHA256: 076a45fa882a9d231970922480a9f205da2e77538caa08c2acf93fa3c5ba8674 SHA512: 00e8136fd0f3e217b9ac02793636be09f579ebfa1de8d9c2befd9d1282d8e09579b98a2d330d516cb1f6aac2b0766142032e61bc418a8118a8af31e4eddc33e3 Description: debug symbols for emacs-lucid Auto-Built-Package: debug-symbols Build-Ids: 022ec125db29538cb0b16e29485d59b684ce5cd6 043d61c1e19ff9078112bd569942795a6bb748ec 054cda771fd745a293e0a185d1e025c3416257fd 09900f3c406716e944c1994160b035b9ce74dbdc 0ac98ad44f4db1588e9add48fa00cc6d75fd07a1 0b0d84d7c95bc1e07867b5fe6fb49f386db0ede8 0d891518a20c8bc5fe62c3a0f61006d9b23519b3 0f63ea4b3d843e3e15129735fc2a0c1e51ff68da 11e32c3fa60165ce126f2a00124e06c18be917f2 121d3f44cef6cf4c06121811ac4bf12a80cd7d8d 139d64fac9acab1499e6018f4fa782e462703ff5 13e8a3a660492bc0423f492473163600e62861ce 14035e626e010ea73b4e32ea93634b1c76a60215 143dc22f0be018fb63001b944188069a43b5bc6c 149258ce1a5831a8b8165d37995ee7292ed693cf 157eaaa194b7eb8b3a782b4a1ab3b1946917c8c9 162dd302940c9859bb1969c903eeaef47775846e 1637fad809f1555de53e1a29670e3b04d764ab3d 16f62b9e2d0052aeca52ab71917cdcf870f65b83 18f0702948363daa2f8d077bac364b4af98f2d2e 19a80ad7913fffcabd74ee850c6ece9b918e109d 1cf324510a12d3bce69c34c7c49c5f594d3b688a 1f6b752c03599c4fbed3aece490056e123f4978c 1fd4ea4f715d55253e810b4a0065ea690c9293c3 20900a71b97940147ec5a43ba3e56184ede77907 27cf87f6d6913dcda34c15188e70cb1955ab9718 27f31b915707dba832aa6bed117cdc9c73b327f1 2af214d441435ec5a32aee4b30e06a5cf9f1924c 2b4eea20bb05d4aecd84c466584700818b636641 2e62163f43b9cd1c0a7527cff9154baf6c9e8785 2e660a407592ef2fc747eee9a46532dcb000ebe0 2f70bbdcb4f9bf0d5acbebfafe4ced64604a059b 309d4e9249a3f487032cf97c5e4ba9e5af414df8 3217513b03046adb54859151b135f46a7f8251b0 37fc6dd843058366fd2933c472222815183143b5 396598d006ebeac2775ebee99dd00c3e65fc59bd 3bcdbe1d0af79ab8d65acfdcd83c2bc966171b5e 41f7779b679651a57793178f28d93556076509cc 44dc7c0138fa0ae88608cf634267b91256b0c8ae 464565e78c4f55206ec84f402526e5a343311816 49cfdb0b196572b22b242c582041641892feb770 4a6915370621122b8774bce8006c1c293bb6174e 4e943d0d44d25d0392100f0ac053d0665231fcc2 5182eaa69d4475835e1ab682b40b1b224a5434a2 531e1ba143587182e27c326c9c690adbb385ca48 54424104ae49ec025197c20f355b0a85ba38d44e 565a09620caeb843b5ef0d01a5f88cfa518adffa 566840a5b148c5c14b00d72ded4f1e3676ebb2b9 5a43328c3da684c1af3695510e6180fbdef04b3d 5bcf916ed5fe61bbb5457f740b6b007bee060e06 5d324636e677cbb2db35dd67688dd822cead60ab 5d87761e36f1b367e3291aba9ff7908b4b7ef6fe 5dd5d20bd6542f41389b9dd56235224f1bb14cd7 5e5e15b11282a16791752f708985a2ff9e6d1bcb 624c6cd347fe2834cd21b78fa5a2f161ec160dea 6436aeb9274861629876f7264571d51658fe48eb 64cda80101b9f4fdbec82a97740955addc0713c0 6690487248a56e999c03ba912acfc875f992aabb 676732eeff68abd831b1e76dea47af743eeaf5e7 68ea8e163c1f133ac8fe537f85f4b77aa52b241c 68f19b0bfad3ad8dc074d9f881bcde1e3815fd4e 695db8ef9f748ddde23c691dd19d460c0989d12b 69fbd9623216415fb2a1f66bfb4d1b0013189c0f 6b5ae2e7c5049e0a3ebb1f797a5c54d023c259eb 6b606fdb309a52d21546338c67a8b411d703700a 6ba0853f83f0c55dc9a2a09322ad2ef27cfdf8d3 6c55e64ea25d2bec210b210f1ae5343dacbde16c 6c5f267ffe2f6403049efccb235bccd8ab1375e4 6e517851dc7696894711b314c97bf3d4eb917555 70373692ab35c43bf851ba88aaf183bbb65c782c 7565bd429a159a443253bfffa276d4cb4acfe196 770cddd18c2b8c216ab24f71f25425b47f7d9e8d 779308552ce01f8e04d079451f09694ad3b85864 77d82f5027cea7e9ed2db92fb35cfe585a188821 79f1cbd6d10acc7e9de97bd2d28cd84184f9ee41 7d4006097457f2725807f139442c0d6d6ebe6043 7e62c0bcb2e48aeddc4239a5572eab58d07e084d 7ee11c6c79179871b79f020ec0ff66e0bf50b421 82d2d3c7bb4b94efb8cd132b93cd8a88752e2bf5 842ab4b68afa1d1401f21ba585dec169345f8790 845ed0a6d5ee4e25aa57824b216bc41e0c94e43e 895d23d989322045249e5603387619de5f7fe3a1 8aaddecbd3608a05db0418b2e718f6cc9537f42f 8fd4ec3a5f0cbaf7fe38edc094a1c2e81a3989ce 90bf96b11c008a862eafdde9a50997decd9e79b7 91bcaad7e45308a51f318ff29d6b2b646a077a12 938e515ba4edf1f3a817fdeabe6d26769f7190d9 970dca686d8d8e33b0e296ff0f39f4bd25bde9c2 97eb654102b686247c55942ab77ab13fee21ac12 981b849fa128717d939a0d77114cce06348e7c6f 986f6f9fc3a0c5f7eb4c3170c23bc46f15f133e3 9a87e2d0c6bc0ff90535897d499acd190ed70ab6 9b124022c6fbfd77b20cd0eba6fe4f6fc4adab22 9d8e941ff8780d2c4febf6086f5c0893b8b9383c 9eaecd5756ff1642f7ee8a92f6997f6d459d53dd 9f3649bd81603aff2b2f48a5a82d38f01d2b61b2 9f477ac1de1e9ac915ad6fd4b0e2fcd033d025ff 9f4b7235f66bd8a20c9ef993052ae179960effcd a1439ed1fe9eeb2d0539450abb34ae03036cf5a3 a44ab1ad88d346a8ab8655ff24068a34ac067b59 a5a405f7382ea331f604eb7108a3717dc700055a a6e55c478bff03275b79bc55513b8daa459f9e7f a916dd21e87ed60c01a5c608b5865625e78bb1d3 aa590e0a607d0d6e27d14b55627ae9ea5b3688c3 ac6494f4e5f5e2f3a87d9bb2798a3dd1fb7e462a acc3d7e9ae94365bc3ad8821ffb87a405669dc7f ae3b7cd2987d14633e4a9b1d58f441f4a139d3c5 af90051ee0f4dbf8006d7b6ee15c1aff2161a272 afb1aae1d2f2fe93df7a6c6458775732ed1487cd b20937e074aad56e797220920bd8a05a8ea159dd bcbfcf47fbf6fce3c62513a8843a5bab4a3a7057 bcef761ff0d053fe4f001415b6aaa65e298bfbbd bd140986c4a777d8b683462e9261704201074a2b be2156b96a5fac774002a92c00a7a9ce44e5cb4c bf363d8d7ccbdeaa823ab31fce38a87c467c1123 c175799daf0af95a96fc77a7ad7d62bf5339cc3e c40bb3665ad982a5200f9c90b98fad3884c69b7a c5007cd9650b170992a6d7ac36a2ae30fa8cf9ed c610ed99bf76e61780964fc056c94e7f2587ad27 c709a25794271118290189bff5d1706b2b745f4c c7ab2d94e6850b5e9d6d2722427ea642f9e8c7c1 c87ccbc64b3259991a6b2928695f0a123ff03c14 caf0bfd8b56a97c76037ea0ba0dfc628ef76b142 ccc079dcf4aae17e08b9a1d7ecc3ad73bb1b82ba cd2a3942e4c9525cfa106994c6c347329430f864 cec6fb6f36163dadece64772226b9fd4a881e592 cf076b0267a78c9921e35dd0b725388af01d90d5 d183f0f76ac3cf6ee32f0158ea34b4c545353a5e d327157f063e14ab4c573ddff45a25b154604be8 d4a3528f64937f24e8afd9bb2cfc7d748f851e50 d4dfdf48a1ad90d0aa7b35023eafe801e431b452 daddb74fe72fecf7a22d34c9b25203b47a061133 db07c7a7123438b28d85031a9b2c238d9433928e e05832732e8e1c7073348461f69a1f2e6e091696 e066f0cc8c4ed969e61f299dbb6d1a45df9bf340 e182abc961b218b86c10c8f9db4e38f0a793f033 e445801944dc1a24c1c574e52450b631d744edf0 e4c45518eeffa83480c8ba47852d137819d20bfb e7f63c4b931d6cdc3787981733d100324934ddd8 e8bef637c93dab445108447623f6303631fbf106 e917509e7d5a70df341b19b8a4dc96877de08425 eaffd8afee4dc7d009d1bf8cf7161f8daec2587e ec07cec5b04bbb5950cddbea33bb4590be6320ec ed463161fbc14c5ad5bcdfb029135c4d1b8aad1d ed73257c32d7ccebeee1df3fecc94282955bec31 efa265fdef58470d42d3345c125d3265304c0c39 f1cc642f73e791b4bf41db18c2a22048e9ca5b2a f42ee9ac76197de970498118a89d27090511eae7 f44dc25fef2da4fb4fac4c6c84f87c3981dd7745 f6669282dc9af5d910619e3ff754d55bfbfe9e8e f88295901a9472b3b5631e74b7d1677b02e43af0 faab64f054423d0edcb329c7a96bd236fe23f593 fafa22a04af82c27b5d976fa3cbb174c152878e7 fbe8018955fe31d10bb9eb2a198e1681986468e9 fe0c9860b382b983b27afd543d697b2280313fc6 fe51ff86ae2ae8d8eb9dfd0ed25cf509a1c019c8 Package: emacs-nox Priority: optional Section: editors Installed-Size: 33842 Maintainer: Rob Browning Architecture: amd64 Source: emacs Version: 1:28.2+1-15+apertis0bv2024preb1 Replaces: emacs-gtk, emacs-lucid Provides: editor, emacs, emacsen, info-browser, mail-reader, news-reader Depends: emacs-bin-common (= 1:28.2+1-15+apertis0bv2024preb1), emacs-common (= 1:28.2+1-15+apertis0bv2024preb1), libacl1 (>= 2.2.23), libasound2 (>= 1.0.16), libc6 (>= 2.35), libdbus-1-3 (>= 1.9.14), libgccjit0 (>= 11), libgmp10 (>= 2:6.2.1+dfsg1), libgnutls30 (>= 3.7.5), libgpm2 (>= 1.20.7), libjansson4 (>= 2.14), liblcms2-2 (>= 2.2+git20110628), libselinux1 (>= 3.1~), libsystemd0, libtinfo6 (>= 6), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4) Suggests: emacs-common-non-dfsg Conflicts: emacs-gtk, emacs-lucid Filename: pool/development/e/emacs/emacs-nox_28.2+1-15+apertis0bv2024preb1_amd64.deb Size: 5609508 MD5sum: 386f1c7a3401936856833850c239db95 SHA1: 61ac09b5b6003fd2e146ef3211066d6b29377d4f SHA256: 7d630c6fb61cbcb4f4fa49cc7b4bb18ee5c0cd9292ffc396f46d70805822ac4d SHA512: 6517ab654d4e92d7168bde68cee70208e22c4e83969abdee9a60db8e751ae61cc09144214d6aa4ea30b2acc85a723a1334c9bc9dab3a5d0a77cbfca65d0f8871 Description: GNU Emacs editor (without GUI support) GNU Emacs is the extensible self-documenting text editor. This package contains a version of Emacs compiled without support for X, and provides only a text terminal interface. Homepage: https://www.gnu.org/software/emacs/ Package: emacs-nox-dbgsym Priority: optional Section: debug Installed-Size: 6249 Maintainer: Rob Browning Architecture: amd64 Source: emacs Version: 1:28.2+1-15+apertis0bv2024preb1 Depends: emacs-nox (= 1:28.2+1-15+apertis0bv2024preb1) Filename: pool/development/e/emacs/emacs-nox-dbgsym_28.2+1-15+apertis0bv2024preb1_amd64.deb Size: 4761452 MD5sum: f1d3c021e0ccd2491706093807cf9074 SHA1: ac9da9a44bbaa460d152ec144f7d1b9c866fcc8d SHA256: 26e694ff0106d7dde1d4c995436b557346a2253ca796e0f27ee48c98630ccc83 SHA512: 8f8f7cdc27de4262f4520da8594d7510afaa52a7fd6913552c73aa7aad514cd9213daf39b8a84c80cb817cb3fe1eb50e0b575c7cfba2ec89058b284689f961ac Description: debug symbols for emacs-nox Auto-Built-Package: debug-symbols Build-Ids: 02b6bdda60f2f4d43ad8f7bd77eef9dcebd3f35f 02f00567cf3841f9db47626808c998a3f0e1dd02 04be593d25551ae1509a2c74b33ff72eb2d6fd56 06895c2d7b328ce34516c4d2565c5ba740195d4f 099b557681dd7921058db91bc368c1968c5cef77 099c267951be53e8f4f37aa193129634f2f5722f 0ab6dcf71be663ba5d7f9caea02d4527795fc005 0c918d02ee3abf5b575be649647b883ed571cafa 0ea61d7a670a03a8955b156c36cbf1626f6eba56 0ebe7c18a663b0db35f67c82cd59cb81ced2825f 0fceb21d36d337e336ed737f3d1e3510cdcb5703 100ecbc1abc9c506b417bbd79dfacdd654b383ba 10aa5b0f9a735f5072e93d0935bfc1198b05292b 13e65aa0a2d7ca3ef7a3e792e8fbfa9096ea7106 1414e807b0e74fae583c4708f0e0106a41f4deaa 146259debe76b40cd4b7498bbb2531caa869aff9 15b4ff6c082b6f403076054ad21f6f95117387cb 1de068cbdaf54dd92be2b4cb31ff2cc5eb565033 1faffb268f9fa23ee67e4a297894fcda98e20c29 1fbe8f4f1fcfbb296fdb2189d76ac744b062b7e3 21d7e14c38706963419cbb093b7103737d18b555 23c5c5b2aa3f63f4cb24bb366d3567185b67d94b 242c223c0085c24cc73547f8a7c00d3ab6b5d727 28d3c0685ecbdd077a903817edda602e40b59fbe 2fae0e27a2b8891ff71ff46eeabbb3030be3f992 30c1f6fb0a57cec5728298a2205e3c91b1d73473 32a83ab999a34de3fbe1c3c0bc33502ca90bb744 345a857706264f67955e1b3ca9086ae7602fece9 360594433df22229722dd4b727503e7509ee1ec8 3682ed6ca8e33223bf27063af96c544f44f18504 38d86515a5b5f53588a6bfc86ae2a4bcce6fedb9 396caeeb3fe6df89548d90f3608edd51c8ac7280 425e54d8f90b84fe4030a912d4f2570d2d3a8c54 4261ab7f956629fc75c043a3ef7491e7fe169e75 42a943882171255b26d5c7a2658c65817c2ef74e 4526e6555821d42fb54435756bdaeaa7d61e458f 49c5f2f829ad1c418966ed60400877b963126d7b 4c955b55f3b518aa44b91e09853138f242effea2 4d45b9ea11157b32994c930b19c2cf03ba9cfcc2 4f5394334e52627c9eed2f03d062452bba1996e2 50dd7020e8181bc7c82c8bd52cbd587efebe650a 518e2def8e0599cec79e239398cb7c7a5e445a88 522d2909723965cd11a28ce008f68e83040a0dea 56131e05e75736ba8e8e43d56cb9dac0ef10d6e1 5719998da72bd5368107ef56b7c9abfec0c03838 57c925b4909e3d5bebcbb0ed7058c32b74b5e98d 59b06c232addb8274c6454a26b0201a8fdf89e97 59d7efc5e68d625498c7571b1833b06daa9684a4 59e1bcb96d77f68a7acc3d6ab3b07f4e6d1040a8 5a32c51e84da5134c0cb54e119a66f37c3ae94f5 5ba6743075a5c6d77579441528bb450c9d254242 5d3982e50eb6b346934871cdef543423c71aea21 5e1a02cfbe2968ffd858851a08d75584b54b0698 617246d11c02b8e9978cb6f8ae9429ef6e62f24a 6430b8b99c6c4afa69364235126caae672c61fd6 64428c040bb2b15a2b9354dc65fd7d4d88ecad59 6512e6cbeeea6cc46c07ab3128b5833fa988f226 663134f19ef266f44010c0413f125eb6cae08fe5 66d2abcfcded27335416d164f85483735acae19e 683a5b2e8549b8dccb53f6070d49d7e14fcc1db6 6923b677f7978fd025990edc6bf0c21841362a07 6a520cedb97b5b03478008fb298efb3c0409c599 6b2ff893705fa20386e581a2d67a79aea2b811cf 6b8e11705f4db33a4689c26e21eefd35ae549819 6bfeb4db2e3733d30231a51086805f866f03e6cc 70eb9378c2102664066a9c9b49e47cbeaba5ff5a 72d7bd6e3dd131a21424f238d85f9ce9e8f41ce6 7502d253f64a5534c0c5d159f0a8b0e5fa29f739 77401031568fc471fe4ba70537b4220de3efc30f 7ba2bf4b075bf8469e243915c4077a9d44bc5199 7c3720ccfaa63c9852c2add8b66c7656072883fa 7c57c17acb2a4ebd2f2560caa466cf3b7dfdf4c6 7f1cf7ed73021cff0616b678e3d4911d1df2ca96 817d8c368005fa44d69c77823c67d41c237e9f80 8451afb5ce0ecf3d56757df85eb56b689ccd5c59 8473a07ee4de1d329d73dbe6b1bf7186249f734c 84fb593e19d63348c421f8db428a46057b79ae95 8570d42e85b3253db5475bf9d4d539d8ac7933c9 87b01350ab9ea4ec18864bef63902c3ca0cc0906 87e79079e480648e38823c713c564dfc69541221 8a16323aa21a73a59c14af1497a908e9cda7c848 8b6362e80084e22509020e8b9d97dc2a51e3baac 8b96d5203d4be5bf88043a95c4daec95a2b06f21 8de072e7552c26c316dcf8f8f01229bfc91567f5 906e10fb6b4e0118a634c8f94498fee3196d78ac 90e492dd2c24e58ea7d48a3ebbf45631ca0cf1d4 93f7c3a0338ff143025ba0fc4cae4469f1b4fd53 96635675e1ef51fe329c5f5347cfb3b87baae983 99ead4c12e5782ffc2b1b668d7e6df3b579cbfbc 9c6b6509b2bfe3c6559966da52f508daf9bdd361 9c824ffc4e7d9e27c7147428dc1cd436f74aa210 9df2b438be8070bea1612457fec7364621d1cf38 9f08efe0b63ef982b5f7a05e86d2c45708ddc532 a069d0ac9a4ee11e4f0bb2e34ca3dcf43e0ab99d a08948a735bd40a3ed999ba34e7f5ac89524c4c7 a0fea9ca85e619637e107d52c52791b58afbf50e a45434af3f044942b0f60e8cd339cf4ee5ac938f a7bda2e3d14391bd15bd630042b03af50d693aa0 aa30b87e1feef55db785d9bf60adb037655d931b aa86ef2f653591d19384d6ea835e0533cb1279dd ab5ac5b06227e575156242eef0c916e828706362 ab6ec7f5364826e6322315be4e341e088fedee79 ad556cbc7364a2e770fc04473f33a787ede4f2ab ad7e4213590ad6876e5567f5e799a752ac8aed07 afb7f77d234f2406f0e30b34af22430c48fca40a afc8d4e88e9dd2c4eb873a6d19b87df12d87f024 b0948f1673f51aafbd2217ba874d034354e09ddf b2a3f9947aa04e7ef167a1795dc9cba64c1a4533 b57d62df7687536ac5ea91164ea5c6d20e690b7b b965a86e20f975f27f1625bc5de3923a9ce1f26b bc73548b9fd2c226fd54df0a222c251ec22af23c bd364582d795160ef28b733e69867b2b1b289eeb c0dce47e5560fc69e187ebb989dece7186019c96 c10ce51c95d5ff5765b7e43b3177193baed05553 c134ddda76fb4c70182e181f163511e72362e9d6 c1b4ad4f4e8cc7020e9d0147f82002d8e2ac3ff9 c21c8c685c4418eca1977c04937c597566decb6d c283073293bb991297e4ea6b2a48d9aa5f26519b c3d648768515fc280be8a3d0e968d3273861fc37 c44ae3f1c611462167e8941b126f185a59b34c40 c7cb379b9f58841770ca09e0eb6ece0d7a69863b c9f4ad310451dd82285e841447dcbafc51024c92 ca083175369e6f5befcbc1d84665fa15ee2b9ae7 cb6c93d6490b260ee6aed89b83967a487d4d3e5a d1a6c50340e09dd08ae0cecf36baf5876297e2da d1b4eaaea9e56497b6a6918304f746140914ed12 d1e0a91c0b8ebb87f8b42ec3f78912079d3d1096 d6eace6f6c2f91437f6400c18a2388f10378edf2 d815c08275e763b83daff63a7c78217de80a33be d9614f3b908c8a2ab0edff705ed8f1c7e94bb1a2 df0d0207056a04594b5cbaeae2ef468c721eaf32 e075fe0d65da8633c9c3d458092a3d6f7aedbdb3 e890ddfafd54a6ad67e0e91253a25f0235aac9b5 e9a13da651d5861c593ae011724dc36e7ad74110 ec930dd4ce8a2e23fdf5ab06dd57bbeb41c2ee1a eec60d0b9900ab98ac331e6cbf9892f2183a8cc4 f5020cd669b7a62f003cf3255bba2387065d7664 f5f071bc62116e0b59ee49cbea62809e7f9697bf f96d6c161487cddeb104dc3a0ceb9065c1790974 f97ee6af2824efdee37baecb0b8fc5ac9d390db3 fab488e8aefac5eea2c05b2f70d62a69c755eeac fb2e282fd2ddc155311d7858d9f9217fcf39de98 fb39b2ff4cf52fd645634df1577947c349edfb5a Package: emacsen-common Priority: optional Section: editors Installed-Size: 56 Maintainer: Rob Browning Architecture: all Version: 3.0.5+apertis0bv2024preb1 Conflicts: emacs19, emacs20, emacs21-common, emacs22-common, emacs23-common, emacs24-common, emacs25-common, xemacs21-support (<< 21.4.24-6~) Filename: pool/development/e/emacsen-common/emacsen-common_3.0.5+apertis0bv2024preb1_all.deb Size: 12312 MD5sum: 4b55a97bf50232d6a9662fa277eeb5cc SHA1: 82aaab8bc39d3acb5ceb5090025fdd054d0c6687 SHA256: 6c611102a5d8bca77760b75db87ba0f06646fee679294da4d11abb640701f663 SHA512: 90f3c06633af07527e7b400b4c23454ce20a751151e9c108c7fe59af68d83bbf915b7f795b46fe241f5ea7d653a5da2e02261a21e64a4a73ac5edb1ab6619365 Description: Common facilities for all emacsen This package contains code that is needed by all the (x)emacs packages. It will be automatically installed when needed. Package: enchant-2 Priority: optional Section: text Installed-Size: 63 Maintainer: Debian GNOME Maintainers Architecture: amd64 Version: 2.3.3-2+apertis0bv2024dev2b1 Depends: libc6 (>= 2.34), libenchant-2-2 (>= 2.2.3), libglib2.0-0 (>= 2.12.0) Filename: pool/development/e/enchant-2/enchant-2_2.3.3-2+apertis0bv2024dev2b1_amd64.deb Size: 16560 MD5sum: a693e4b087808f6819a04123b664ae8e SHA1: 8acc5465e4d647ab8dfe093683abbd2009ad3c17 SHA256: bd49e647b4ed3f383ed6008ef8129b69640617fd74a8667bc8b89bb2db1fe025 SHA512: 268990b6ab5efc92abfe10086587920381d842fa4259f09c4522966dab55509f9fdbdc92dc30ff1c6ace286a4ed7b406b2add4efb00973ea14804493cf8e9774 Description: Wrapper for various spell checker engines (binary programs) Enchant is a generic spell checking library which uses existing spell checker engines such as ispell, aspell and myspell as its backends. . Enchant steps in to provide uniformity and conformity on top of these libraries, and implement certain features that may be lacking in any individual provider library. . This package contains standalone runtime binary programs. Homepage: https://abiword.github.io/enchant/ Package: enchant-2-dbgsym Priority: optional Section: debug Installed-Size: 45 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: enchant-2 Version: 2.3.3-2+apertis0bv2024dev2b1 Depends: enchant-2 (= 2.3.3-2+apertis0bv2024dev2b1) Filename: pool/development/e/enchant-2/enchant-2-dbgsym_2.3.3-2+apertis0bv2024dev2b1_amd64.deb Size: 19768 MD5sum: 6a0f64007a73bdaef91f318c93d9d75b SHA1: 5b171a22770e8828ef5c4ad25a78762d9809b915 SHA256: ec36cf71819e103ece0b6e91ec9f59f76f0663892a632ae05c04c886914974f2 SHA512: 7454cba107af0cebcb3549c946ad6c91d5565f8fcfb1813cd2209b41daee5be6b8fd0b075e53ef768b43dea637cf816b2a78924cf1e3bd29bcdac79933dacfe3 Description: debug symbols for enchant-2 Auto-Built-Package: debug-symbols Build-Ids: 31c951ea065ca2d3009906a5d45a31f47d051fff 74d304269e22e76fa3f33a8323f9ed05258a818c Package: ent Priority: optional Section: science Installed-Size: 36 Maintainer: Thorsten Alteholz Architecture: amd64 Version: 1.2debian-3+apertis0bv2024dev2b1 Depends: libc6 (>= 2.34) Filename: pool/development/e/ent/ent_1.2debian-3+apertis0bv2024dev2b1_amd64.deb Size: 12628 MD5sum: 33624aad2e6140feb8d40d1ee4243837 SHA1: 829b160a6015e68b494b676fe562bf326d481089 SHA256: 55f1eb1edbf10cb0556eceda95986506d379c01ea10ef55fbbc905249d053716 SHA512: 046012b4b18f3a03c41f8e8f5c561926f7b3c5bfb8dc5e5edbbfc104c34174ee72e52f357315d3ad1055d28c8c525018087e9e657c1567e43479b702c2dbbbee Description: pseudorandom number sequence test program This program applies various tests to sequences of bytes stored in files and reports the results of those tests. The program is useful for those evaluating pseudorandom number generators for encryption and statistical sampling applications, compression algorithms, and other applications where the information density of a file is of interest. . Original Homepage: http://www.fourmilab.ch/random/ (Now maintained primarily in Debian.) Homepage: http://www.fourmilab.ch/random/ Package: ent-dbgsym Priority: optional Section: debug Installed-Size: 26 Maintainer: Thorsten Alteholz Architecture: amd64 Source: ent Version: 1.2debian-3+apertis0bv2024dev2b1 Depends: ent (= 1.2debian-3+apertis0bv2024dev2b1) Filename: pool/development/e/ent/ent-dbgsym_1.2debian-3+apertis0bv2024dev2b1_amd64.deb Size: 11968 MD5sum: 5a60420bbb85aca2b9c087a6e7020e05 SHA1: 781adbd118e71035af6d3d898cc8cea4eef05b2a SHA256: 13d63b54a4e23df3f0232cf474f116b448734b5cf4829f0ee5f09eff99409543 SHA512: 1a9a274fe28a879ad73dac2e7ff0a43634536ec0bf0c8fb5d0bc1e9ee2768d837f295b6955c1b1e4ce103f3553a1f7e5f1c28dc99917a778cdb91a54fdd0b154 Description: debug symbols for ent Auto-Built-Package: debug-symbols Build-Ids: dccc2f27ce833cfb7fc7aedf9518236ab0545acc Package: eperl Priority: optional Section: devel Installed-Size: 291 Maintainer: Axel Beckert Architecture: amd64 Version: 2.2.14-23co1bv2024preb1 Depends: perl (>= 5.36.0-7+apertis1bv2024dev3b1), perlapi-5.36.0, libc6 (>= 2.34), libperl5.36 (>= 5.36.0) Suggests: libapache2-mod-perl2 Filename: pool/development/e/eperl/eperl_2.2.14-23co1bv2024preb1_amd64.deb Size: 110796 MD5sum: c34132aea28456c31da40316d6d1e13a SHA1: 19710262775cfba46640bbda1f4bda32dbf81d26 SHA256: d989b0883d362282e9ed2b4c039905b6134e7e9f4a943fff3c192c99a83b67bd SHA512: 0c76c0f225126cf64e86cf03e50fb66ba92317b407991fa551fe1ea2e8a91fc40d465cdaf66ef52f886eb3c551170f0a347f1b298074b84e088553c14a5f4d98 Description: Embedded Perl 5 Language ePerl interprets an ASCII file bristled with Perl 5 program statements by evaluating the Perl 5 code while passing through the plain ASCII data. It can operate in various ways: As a stand-alone Unix filter or integrated Perl 5 module for general file generation tasks and as a powerful Webserver scripting language for dynamic HTML page programming. Homepage: http://www.ossp.org/pkg/tool/eperl/ Package: eperl-dbgsym Priority: optional Section: debug Installed-Size: 59 Maintainer: Axel Beckert Architecture: amd64 Source: eperl Version: 2.2.14-23co1bv2024preb1 Depends: eperl (= 2.2.14-23co1bv2024preb1) Filename: pool/development/e/eperl/eperl-dbgsym_2.2.14-23co1bv2024preb1_amd64.deb Size: 44960 MD5sum: 765144ac341574ce0fd74e180662d667 SHA1: e3eba37ec99ccf300a16525f237b16e1f6d31301 SHA256: 9eab92ac8f48a2883857ee98b91c380fdbe56bb482892288f8f3c2edc56e6b76 SHA512: d735705467194e9759df15b51f3924924320c5944633d94f9660c20f9ebb0516e766bcd0a358a8f9851baeb3843d90ee8fdc849dc87803ba9f597c274433fcb8 Description: debug symbols for eperl Auto-Built-Package: debug-symbols Build-Ids: 854cec39ce1508cb7d290ff03cef37d2ed822e1a Package: equivs Priority: optional Section: admin Installed-Size: 53 Maintainer: Debian Perl Group Architecture: all Version: 2.3.1apertis0bv2024dev2b1 Depends: debhelper, dpkg-dev, make, perl Filename: pool/development/e/equivs/equivs_2.3.1apertis0bv2024dev2b1_all.deb Size: 16780 MD5sum: 0705947b64507779da807ae081f4d9df SHA1: e69f93390dbd1e57c836d11caa00b9423bc2babb SHA256: 9e02793f828e8d6fec0c52f34aa933a6ceea583b18f321147815a30c308d6ff7 SHA512: 4135fc1f0fa2957db81fbd5868dc2e18417c68c8ab6938cbb171ccfda8f9d2637e684fa481838ee9603bfaf340cbd0490835b66ef7bc1df64ccd83df5eff5255 Description: Circumvent Debian package dependencies This package provides a tool to create trivial Debian packages. Typically these packages contain only dependency information, but they can also include normal installed files like other packages do. . One use for this is to create a metapackage: a package whose sole purpose is to declare dependencies and conflicts on other packages so that these will be automatically installed, upgraded, or removed. . Another use is to circumvent dependency checking: by letting dpkg think a particular package name and version is installed when it isn't, you can work around bugs in other packages' dependencies. (Please do still file such bugs, though.) Package: esbuild Priority: optional Section: javascript Installed-Size: 20461 Maintainer: Debian Go Packaging Team Architecture: amd64 Source: golang-github-evanw-esbuild Version: 0.17.0-1+apertis0bv2024preb1 Provides: node-esbuild (= 0.17.0-1+apertis0bv2024preb1), node-esbuild-linux-x64, node-esbuild-wasm (= 0.17.0-1+apertis0bv2024preb1) Depends: libc6 (>= 2.34) Recommends: nodejs Filename: pool/development/g/golang-github-evanw-esbuild/esbuild_0.17.0-1+apertis0bv2024preb1_amd64.deb Size: 5405460 MD5sum: 41286629e76008edf2cf47f2bdf6d1e5 SHA1: a27ad1e07fe4d6c4d741a93a238c14d52e1f0049 SHA256: b01bc7d8e044886563e708edeb1f318b05c8e2cdb420612ce7fad71d4c2565c5 SHA512: 805d5b37a6a70df0bc016bbebaf2a466fe1ab6c2f763e613dd4622f213b102042682f5b86e1c6a6b8777c2f8f78e6f2036d5273521b8840f3e56bbfb2f1a6bd0 Description: extremely fast JavaScript bundler and minifier (program) esbuild is a JavaScript bundler and minifier. It packages up JavaScript and TypeScript code for distribution on the web. . Why build another JavaScript build tool? The current build tools for the web are at least an order of magnitude slower than they should be. It is hoped that this project serves as an "existence proof" that JavaScript tooling can be much, much faster. . This package contains the esbuild binary. Built-Using: golang-1.19 (= 1.19.8-2+apertis0bv2024dev2b1), golang-golang-x-sys (= 0.3.0-1+apertis0bv2024dev2b1) Homepage: https://github.com/evanw/esbuild Static-Built-Using: golang-1.19 (= 1.19.8-2+apertis0bv2024dev2b1), golang-golang-x-sys (= 0.3.0-1+apertis0bv2024dev2b1) Package: esbuild-dbgsym Priority: optional Section: debug Installed-Size: 3431 Maintainer: Debian Go Packaging Team Architecture: amd64 Source: golang-github-evanw-esbuild Version: 0.17.0-1+apertis0bv2024preb1 Depends: esbuild (= 0.17.0-1+apertis0bv2024preb1) Filename: pool/development/g/golang-github-evanw-esbuild/esbuild-dbgsym_0.17.0-1+apertis0bv2024preb1_amd64.deb Size: 2924340 MD5sum: 4a2340c2f9813a116c92c9225b4204ca SHA1: 1b4908393085117e2c3eb9abe47f4a285547ae91 SHA256: c9e99d1bd574184148d1702f885df848c63dc46b9e0f2d56bef24d472d691243 SHA512: 8839e7a0212068822304c239638f3398570d181103801144b0d75e9c62873bcc1458dac3ce372504152e7205502b453acdc7d73454ffe1d7a9f272226bdf5ebe Description: debug symbols for esbuild Auto-Built-Package: debug-symbols Build-Ids: d7bfd6157dc9eb53ec37586f5ee0907d97b3772b Static-Built-Using: golang-1.19 (= 1.19.8-2+apertis0bv2024dev2b1), golang-golang-x-sys (= 0.3.0-1+apertis0bv2024dev2b1) Package: eslint Priority: optional Section: javascript Installed-Size: 2950 Maintainer: Debian Javascript Maintainers Architecture: all Version: 6.4.0~dfsg+~6.1.9-7+apertis1bv2024preb1 Provides: node-eslint (= 6.4.0~dfsg+~6.1.9-7+apertis1bv2024preb1), node-eslint-config-eslint (= 5.0.1~6.4.0~dfsg+~6.1.9-7+apertis1bv2024preb1), node-types-eslint (= 6.1.9~6.4.0~dfsg+~6.1.9-7+apertis1bv2024preb1) Depends: node-ajv, node-concat-stream, node-debug, node-doctrine, node-eslint-visitor-keys, node-eslint-scope, node-espree (>= 7.3.0), node-esquery, node-estraverse, node-eslint-utils, node-esutils, node-file-entry-cache, node-functional-red-black-tree, node-glob-parent, node-globals, node-import-fresh, node-imurmurhash, node-ignore (>= 5.2.0), node-is-glob, node-json-stable-stringify, node-levn, node-lodash, node-memfs, node-mkdirp, node-optionator, node-progress, node-regenerate-unicode-properties (>= 10), node-regexpp, node-semver, node-strip-json-comments, node-types-estree, node-types-json-schema, node-v8-compile-cache, nodejs:any (>= 12.22.0) Recommends: node-chalk, node-js-yaml, node-strip-ansi, node-text-table Suggests: node-babel-eslint, node-esprima, node-esprima-fb, node-inquirer Breaks: node-mysticatea-eslint-plugin (<< 12) Filename: pool/development/e/eslint/eslint_6.4.0~dfsg+~6.1.9-7+apertis1bv2024preb1_all.deb Size: 606548 MD5sum: d9413090c1de3940a3118ca1ab69a993 SHA1: 09ba0423e672cc80636336f333194f7902c03b59 SHA256: 7c23990f57417166bb4750f4eeefeb236e0e2366f4500e72aff9d109e92141c0 SHA512: 0ec65a6d551036e0277a4329dcb8ed3bd71eae7965e1a2e331c80b541135b009477e9b73917a014facde1e588559d355f7b127f27afc3fac9f36b37cd32d18c2 Description: AST-based pattern checker for JavaScript ESLint is a tool for identifying and reporting on patterns found in ECMAScript/JavaScript code. In many ways, it is similar to JSLint and JSHint with a few exceptions: . * ESLint uses Espree for JavaScript parsing * ESLint uses an AST to evaluate patterns in code * ESLint is completely pluggable, every single rule is a plugin and you can add more at runtime . Some uses of ESLint require additional packages: * Use of parsers other than the default (Espree) require that parser, e.g. node-babel-eslint, node-esprima, or node-esprima-fb. * Use of option --init require package node-inquirer. Homepage: https://eslint.org/ Package: etc1tool Priority: optional Section: devel Installed-Size: 110 Maintainer: Android Tools Maintainers Architecture: amd64 Source: android-platform-tools Version: 29.0.6-28+apertis2bv2024dev3b1 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libpng16-16 (>= 1.6.2-1), libstdc++6 (>= 4.1.1) Filename: pool/development/a/android-platform-tools/etc1tool_29.0.6-28+apertis2bv2024dev3b1_amd64.deb Size: 39608 MD5sum: 24c8d39861303d661fec15277f277bd3 SHA1: cb365763645ff3312bb20dc6fe37406f5903155b SHA256: 278ff59414153814916cb913a3a308c40a3f203d3d5e5a3b1174d7e0fc640ecc SHA512: 427b3e287e4845804ff1527840962e1f5406c8df8b22ca3fd79a30915f5a4d37f6029faa743a339a342c95f2f06af3453edcb7574851ff3c1b67919ca0151793 Description: ETC1 conversion tool etc1tool is a command line utility that lets you encode PNG images to the ETC1 compression standard and decode ETC1 compressed images back to PNG. It is part of the Android SDK for working with media files for game apps. The standard for the ETC1 texture format is here: http://www.khronos.org/registry/gles/extensions/OES/OES_compressed_ETC1_RGB8_texture.txt Homepage: https://developer.android.com/studio/releases/platform-tools Multi-Arch: foreign Package: etc1tool-dbgsym Priority: optional Section: debug Installed-Size: 39 Maintainer: Android Tools Maintainers Architecture: amd64 Source: android-platform-tools Version: 29.0.6-28+apertis2bv2024dev3b1 Depends: etc1tool (= 29.0.6-28+apertis2bv2024dev3b1) Filename: pool/development/a/android-platform-tools/etc1tool-dbgsym_29.0.6-28+apertis2bv2024dev3b1_amd64.deb Size: 25316 MD5sum: 618916cd3175117f4b95bb88e69a0941 SHA1: d68006d688e6a663d57f6de0dc83bcf6da888214 SHA256: 659263de039457f1204cc36104cae6cb35cef7ea36a08e3812e26249a1667ba6 SHA512: 434d69f2f7a1ed6eda036433d35ea6ebf4fd3e8a7363d10451a90b2a6320829828a110f7bad3fbe9af4a1037abce1e3d76e437a8fccab1f35771ddd83810e159 Description: debug symbols for etc1tool Auto-Built-Package: debug-symbols Build-Ids: 3abb4f78b0beb9e005852476008e6038e724b61a Package: etcd-client Priority: optional Section: net Installed-Size: 16776 Maintainer: Debian Go Packaging Team Architecture: amd64 Source: etcd Version: 3.4.23-4+apertis0bv2024dev2b1 Depends: libc6 (>= 2.34) Filename: pool/development/e/etcd/etcd-client_3.4.23-4+apertis0bv2024dev2b1_amd64.deb Size: 4642360 MD5sum: cc1d22fe1489bd142d00616a30b6ad0e SHA1: b40aff3a9f26a1e52f9ebba7b885d63c09ee4a36 SHA256: 9322109a9c3c3850c0bda6cbaa42af52e6b8fe67e85621a8324886632057ef7a SHA512: 2308f447591fd13ec01c092461a32eaf088c423e2618bfdc8427f939b057cdafb3e65428da4e4f7ca81daa157db9f23b57c55faf1157af9a7f8d713da0fd2ec6 Description: highly-available key value store -- client A highly-available key value store for shared configuration and service discovery. etcd is inspired by zookeeper and doozer, with a focus on: . * Simple: curl'able user facing API (HTTP+JSON) * Secure: optional SSL client cert authentication * Fast: benchmarked 1000s of writes/s per instance * Reliable: Properly distributed using Raft . Etcd uses the Raft consensus algorithm to manage a highly-available replicated log. . This package contains the client binaries. Built-Using: go-md2man-v2 (= 2.0.2+ds1-1+apertis0bv2024dev2b1), golang-1.19 (= 1.19.8-2), golang-blackfriday-v2 (= 2.1.0-1+apertis0bv2024dev2b1), golang-github-beorn7-perks (= 1.0.1-1), golang-github-bgentry-speakeasy (= 0.1.0-2), golang-github-cespare-xxhash (= 2.1.1-2+apertis0bv2024dev2b1), golang-github-cockroachdb-datadriven (= 1.0.2-6), golang-github-coreos-bbolt (= 1.3.6-2+apertis1bv2024dev2b1), golang-github-coreos-go-systemd (= 22.3.2-1+apertis0bv2024dev2b1), golang-github-coreos-pkg (= 4-3), golang-github-coreos-semver (= 0.3.0-1), golang-github-creack-pty (= 1.1.18-1+apertis0bv2024dev2b1), golang-github-dustin-go-humanize (= 1.0.0-3+apertis0bv2024dev2b1), golang-github-golang-groupcache (= 0.0~git20200121.8c9f03a-2+apertis0bv2024dev2b1), golang-github-golang-jwt-jwt (= 4.4.3-1), golang-github-golang-protobuf-1-3 (= 1.3.5-4), golang-github-google-btree (= 1.0.0-1), golang-github-google-uuid (= 1.3.0-1+apertis1bv2024dev2b1), golang-github-gorilla-websocket (= 1.5.0-2+apertis0bv2024dev2b1), golang-github-grpc-ecosystem-go-grpc-middleware (= 1.3.0-1), golang-github-grpc-ecosystem-go-grpc-prometheus (= 1.2.0+git20191002.6af20e3-3), golang-github-grpc-ecosystem-grpc-gateway (= 1.6.4-2), golang-github-jonboulle-clockwork (= 0.1.0-4.1), golang-github-json-iterator-go (= 1.1.12-1+apertis0bv2024dev2b1), golang-github-mattn-go-runewidth (= 0.0.14-1+apertis0bv2024dev2b1), golang-github-modern-go-concurrent (= 1.0.3-1.1), golang-github-modern-go-reflect2 (= 1.0.2-2+apertis0bv2024dev2b1), golang-github-olekukonko-tablewriter (= 0.0.5-2+apertis0bv2024dev2b1), golang-github-pmezard-go-difflib (= 1.0.0-3), golang-github-prometheus-client-golang (= 1.14.0-3+apertis1bv2024dev2b1), golang-github-prometheus-client-model (= 0.3.0-3+apertis0bv2024dev2b1), golang-github-prometheus-common (= 0.39.0-2+apertis0bv2024dev2b1), golang-github-prometheus-procfs (= 0.8.0-3+apertis0bv2024dev2b1), golang-github-rivo-uniseg (= 0.4.2-1), golang-github-soheilhy-cmux (= 0.1.5-2+apertis0bv2024dev2b1), golang-github-spf13-cobra (= 1.6.1-1+apertis0bv2024dev2b1), golang-github-spf13-pflag (= 1.0.6~git20210604-d5e0c0615ace-1+apertis0bv2024dev2b1), golang-github-tmc-grpc-websocket-proxy (= 0.0~git20200427.3cfed13-3+apertis0bv2024dev2b1), golang-github-urfave-cli (= 1.22.9-2+apertis0bv2024dev2b1), golang-github-xiang90-probing (= 0.0.2-2+apertis0bv2024dev2b1), golang-go.crypto (= 1:0.4.0-1+apertis0bv2024dev2b1), golang-go.uber-atomic (= 1.10.0-2+apertis0bv2024dev2b1), golang-go.uber-multierr (= 1.6.0-1+apertis0bv2024dev2b1), golang-go.uber-zap (= 1.23.0-1+apertis1bv2024dev2b1), golang-gogoprotobuf (= 1.3.2-3+apertis0bv2024dev2b1), golang-golang-x-net (= 1:0.7.0+dfsg-1+apertis0bv2024dev2b1), golang-golang-x-sys (= 0.3.0-1+apertis0bv2024dev2b1), golang-golang-x-text (= 0.7.0-1+apertis0bv2024dev2b1), golang-golang-x-time (= 0.3.0-1+apertis0bv2024dev2b1), golang-google-genproto (= 0.0~git20200413.b5235f6-3+apertis0bv2024dev2b1), golang-google-grpc (= 1.33.3-2+apertis1bv2024dev2b1), golang-google-protobuf (= 1.28.1-3), golang-gopkg-cheggaaa-pb.v1 (= 1.0.25-1), golang-k8s-sigs-yaml (= 1.3.0-1+apertis1bv2024dev2b1), golang-logrus (= 1.9.0-1+apertis0bv2024dev2b1), golang-protobuf-extensions (= 1.0.1-3+apertis0bv2024dev2b1), golang-yaml.v2 (= 2.4.0-4+apertis1bv2024dev2b1) Homepage: https://etcd.io Package: etcd-client-dbgsym Priority: optional Section: debug Installed-Size: 6779 Maintainer: Debian Go Packaging Team Architecture: amd64 Source: etcd Version: 3.4.23-4+apertis0bv2024dev2b1 Depends: etcd-client (= 3.4.23-4+apertis0bv2024dev2b1) Filename: pool/development/e/etcd/etcd-client-dbgsym_3.4.23-4+apertis0bv2024dev2b1_amd64.deb Size: 5165956 MD5sum: efd15a9daa46246f98776df19d964d72 SHA1: ded160f8b66a64de11e42b25e1a3c322d3525348 SHA256: e9dc39a472340f52f23f81e2d9f4b5212aebf159c8e28e2cc7d305de3ea831a3 SHA512: 57a2357447b2115c0a8286e2814327f0ecbc99ab9e8601c374ee1c65d77b6253b21d8b98600d2b47aa144af98dfe8b9cc5f6815a5ef2c6f7dfbc6b6b077661d7 Description: debug symbols for etcd-client Auto-Built-Package: debug-symbols Build-Ids: bd9e6a50d02f98b64618dd6d43dbd062df1daa37 Package: etcd-server Priority: optional Section: net Installed-Size: 24092 Maintainer: Debian Go Packaging Team Architecture: amd64 Source: etcd Version: 3.4.23-4+apertis0bv2024dev2b1 Depends: adduser, libc6 (>= 2.34) Pre-Depends: init-system-helpers (>= 1.54~) Suggests: etcd-client Filename: pool/development/e/etcd/etcd-server_3.4.23-4+apertis0bv2024dev2b1_amd64.deb Size: 8438100 MD5sum: 070463cab7e7b02f9d053ceb7a3c7ca2 SHA1: 92aceffefbf4e5714912b19df59a7dc1c2944539 SHA256: 1e4094a4358076a00e346dc4f5759412a7654ae465cd1a3e316854cb4ee383fc SHA512: 72bbc620d431ca05e672bceeaccca4b5e2c1bc4bb612417dd9ed5dd401ba92c472b598bed112b0d248a40917e946f12b97762a526ef39182be7e8cdfe978f375 Description: highly-available key value store -- daemon A highly-available key value store for shared configuration and service discovery. etcd is inspired by zookeeper and doozer, with a focus on: . * Simple: curl'able user facing API (HTTP+JSON) * Secure: optional SSL client cert authentication * Fast: benchmarked 1000s of writes/s per instance * Reliable: Properly distributed using Raft . Etcd uses the Raft consensus algorithm to manage a highly-available replicated log. . This package contains the server binaries. Built-Using: go-md2man-v2 (= 2.0.2+ds1-1+apertis0bv2024dev2b1), golang-1.19 (= 1.19.8-2), golang-blackfriday-v2 (= 2.1.0-1+apertis0bv2024dev2b1), golang-github-beorn7-perks (= 1.0.1-1), golang-github-bgentry-speakeasy (= 0.1.0-2), golang-github-cespare-xxhash (= 2.1.1-2+apertis0bv2024dev2b1), golang-github-cockroachdb-datadriven (= 1.0.2-6), golang-github-coreos-bbolt (= 1.3.6-2+apertis1bv2024dev2b1), golang-github-coreos-go-systemd (= 22.3.2-1+apertis0bv2024dev2b1), golang-github-coreos-pkg (= 4-3), golang-github-coreos-semver (= 0.3.0-1), golang-github-creack-pty (= 1.1.18-1+apertis0bv2024dev2b1), golang-github-dustin-go-humanize (= 1.0.0-3+apertis0bv2024dev2b1), golang-github-golang-groupcache (= 0.0~git20200121.8c9f03a-2+apertis0bv2024dev2b1), golang-github-golang-jwt-jwt (= 4.4.3-1), golang-github-golang-protobuf-1-3 (= 1.3.5-4), golang-github-google-btree (= 1.0.0-1), golang-github-google-uuid (= 1.3.0-1+apertis1bv2024dev2b1), golang-github-gorilla-websocket (= 1.5.0-2+apertis0bv2024dev2b1), golang-github-grpc-ecosystem-go-grpc-middleware (= 1.3.0-1), golang-github-grpc-ecosystem-go-grpc-prometheus (= 1.2.0+git20191002.6af20e3-3), golang-github-grpc-ecosystem-grpc-gateway (= 1.6.4-2), golang-github-jonboulle-clockwork (= 0.1.0-4.1), golang-github-json-iterator-go (= 1.1.12-1+apertis0bv2024dev2b1), golang-github-mattn-go-runewidth (= 0.0.14-1+apertis0bv2024dev2b1), golang-github-modern-go-concurrent (= 1.0.3-1.1), golang-github-modern-go-reflect2 (= 1.0.2-2+apertis0bv2024dev2b1), golang-github-olekukonko-tablewriter (= 0.0.5-2+apertis0bv2024dev2b1), golang-github-pmezard-go-difflib (= 1.0.0-3), golang-github-prometheus-client-golang (= 1.14.0-3+apertis1bv2024dev2b1), golang-github-prometheus-client-model (= 0.3.0-3+apertis0bv2024dev2b1), golang-github-prometheus-common (= 0.39.0-2+apertis0bv2024dev2b1), golang-github-prometheus-procfs (= 0.8.0-3+apertis0bv2024dev2b1), golang-github-rivo-uniseg (= 0.4.2-1), golang-github-soheilhy-cmux (= 0.1.5-2+apertis0bv2024dev2b1), golang-github-spf13-cobra (= 1.6.1-1+apertis0bv2024dev2b1), golang-github-spf13-pflag (= 1.0.6~git20210604-d5e0c0615ace-1+apertis0bv2024dev2b1), golang-github-tmc-grpc-websocket-proxy (= 0.0~git20200427.3cfed13-3+apertis0bv2024dev2b1), golang-github-urfave-cli (= 1.22.9-2+apertis0bv2024dev2b1), golang-github-xiang90-probing (= 0.0.2-2+apertis0bv2024dev2b1), golang-go.crypto (= 1:0.4.0-1+apertis0bv2024dev2b1), golang-go.uber-atomic (= 1.10.0-2+apertis0bv2024dev2b1), golang-go.uber-multierr (= 1.6.0-1+apertis0bv2024dev2b1), golang-go.uber-zap (= 1.23.0-1+apertis1bv2024dev2b1), golang-gogoprotobuf (= 1.3.2-3+apertis0bv2024dev2b1), golang-golang-x-net (= 1:0.7.0+dfsg-1+apertis0bv2024dev2b1), golang-golang-x-sys (= 0.3.0-1+apertis0bv2024dev2b1), golang-golang-x-text (= 0.7.0-1+apertis0bv2024dev2b1), golang-golang-x-time (= 0.3.0-1+apertis0bv2024dev2b1), golang-google-genproto (= 0.0~git20200413.b5235f6-3+apertis0bv2024dev2b1), golang-google-grpc (= 1.33.3-2+apertis1bv2024dev2b1), golang-google-protobuf (= 1.28.1-3), golang-gopkg-cheggaaa-pb.v1 (= 1.0.25-1), golang-k8s-sigs-yaml (= 1.3.0-1+apertis1bv2024dev2b1), golang-logrus (= 1.9.0-1+apertis0bv2024dev2b1), golang-protobuf-extensions (= 1.0.1-3+apertis0bv2024dev2b1), golang-yaml.v2 (= 2.4.0-4+apertis1bv2024dev2b1) Homepage: https://etcd.io Package: etcd-server-dbgsym Priority: optional Section: debug Installed-Size: 8555 Maintainer: Debian Go Packaging Team Architecture: amd64 Source: etcd Version: 3.4.23-4+apertis0bv2024dev2b1 Depends: etcd-server (= 3.4.23-4+apertis0bv2024dev2b1) Filename: pool/development/e/etcd/etcd-server-dbgsym_3.4.23-4+apertis0bv2024dev2b1_amd64.deb Size: 6446044 MD5sum: 48059a52ea67a2c5afd710256b51f732 SHA1: 6073a6ab7d54ffb03321e12fa9b078ba5c49750a SHA256: f11fa1bb6e57957bb2d0c238b11164edaad385df144fb37533dfc6eff256d524 SHA512: 02c2dd93d180b3e179f70c2af9577b1f37b089b0bf02b4704de2fb94cd6a3f834b843aab380551bae0747338308c8dd11406a5f9c4ff1af29dbf9c50fd5be1fd Description: debug symbols for etcd-server Auto-Built-Package: debug-symbols Build-Ids: 1c7d76a9f3bb327ea515919c8180a9a16b51ca91 Package: evtest Priority: optional Section: utils Installed-Size: 74 Maintainer: Stephen Kitt Architecture: amd64 Version: 1:1.35-1+apertis0bv2024dev2b1 Depends: libc6 (>= 2.34) Recommends: evemu-tools Filename: pool/development/e/evtest/evtest_1.35-1+apertis0bv2024dev2b1_amd64.deb Size: 15632 MD5sum: c9fd64c3d4a2c3af7c61a5ab56e21a33 SHA1: 5e28834a81f7420bebe7116e95fcade4919aee51 SHA256: ea426e52ae99f4883a2a68573a327edc8d16281e6f24fd855db27aadf72847c3 SHA512: 82ccb8de1bbbaba4e9c0eb57ea9533487c77934aef37bd7172d60b540724f6eebbdd8312ebf481a1b56ee6360331e73b5f033a41125372f708644ebfcc1aa51b Description: utility to monitor Linux input device events evtest monitors a Linux input device, displaying all the events it generates. . It can be used to determine mice button bindings, keymaps for exotic keyboards... It is commonly used to debug issues with input devices in X.Org. . evtest is now in maintenance mode and doesn't support all the features of the latest kernels; evemu-record from the evemu-tools package should be used instead. Homepage: https://cgit.freedesktop.org/evtest/ Package: evtest-dbgsym Priority: optional Section: debug Installed-Size: 32 Maintainer: Stephen Kitt Architecture: amd64 Source: evtest Version: 1:1.35-1+apertis0bv2024dev2b1 Depends: evtest (= 1:1.35-1+apertis0bv2024dev2b1) Filename: pool/development/e/evtest/evtest-dbgsym_1.35-1+apertis0bv2024dev2b1_amd64.deb Size: 17568 MD5sum: 57bfb5a9c4ae57dcbeacd0f8bed23b3b SHA1: 8d434988e6c101195ebf0aa6d01c504fc6562ae0 SHA256: 64e7eebd0928e5c9616eccd2d3c49779ef706d63244a63a28e2aadc5228da95b SHA512: ea6dd3c3a5d553c956c15d55d94836d5ce563587d3802f7552f23952de0c2924e27059387f92bc060daccfb33a0276742888c32f374af96e58fcf72ffa734630 Description: debug symbols for evtest Auto-Built-Package: debug-symbols Build-Ids: d8d2db8612ab1e2da647da9a1093cc86d15c05fa Package: execnet-doc Priority: optional Section: doc Installed-Size: 502 Maintainer: Debian Python Team Architecture: all Source: execnet Version: 1.9.0-1+apertis0bv2024preb1 Depends: libjs-sphinxdoc (>= 5.2) Recommends: python3-execnet Filename: pool/development/e/execnet/execnet-doc_1.9.0-1+apertis0bv2024preb1_all.deb Size: 143372 MD5sum: 420a643bccaca90a0ead6a009d04ee49 SHA1: 16674af9cfe61692c41cb73a314f06cb10bd2488 SHA256: b3955c37cf707a5eee5ead61bd3f81848a0a535965e270d401964a79e8f6c9dd SHA512: 66dff341ef0dc53f4f95f57c5c1936decab956b717bbc2f7c57714db15cdcb56561bd2b790f16bcb2788332d0afc2f80bb91e72bc5c286a3d6ff28724b807541 Description: rapid multi-Python deployment (docs) execnet provides carefully tested means to ad-hoc interact with Python interpreters across version, platform and network barriers. It provides a minimal and fast API targeting the following uses: . * distribute tasks to local or remote CPUs * write and deploy hybrid multi-process applications * write scripts to administer a bunch of exec environments . This package contains the documentation. Homepage: https://github.com/pytest-dev/execnet Multi-Arch: foreign Package: exim4 Priority: optional Section: mail Installed-Size: 27 Maintainer: Exim4 Maintainers Architecture: all Version: 4.96-15+deb12u4+apertis0bv2024.0db1 Depends: debconf (>= 1.4.69) | cdebconf (>= 0.39), exim4-base (<< 4.96-15+deb12u4+apertis0bv2024.0db1.1), exim4-base (>= 4.96-15+deb12u4+apertis0bv2024.0db1), exim4-daemon-light (>= 4.96-15+deb12u4+apertis0bv2024.0db1) | exim4-daemon-heavy (>= 4.96-15+deb12u4+apertis0bv2024.0db1) | exim4-daemon-custom (>= 4.96-15+deb12u4+apertis0bv2024.0db1), debconf (>= 0.5) | debconf-2.0 Filename: pool/development/e/exim4/exim4_4.96-15+deb12u4+apertis0bv2024.0db1_all.deb Size: 7208 MD5sum: ed6a8a97c390c0a545a232aec2a2faed SHA1: 65e570b4030706fc5fc68d91507da4ad99aa0fc2 SHA256: f36512c08b68fc3d1fbbe415ef11e31048021555501e31c869fb9e48d2941561 SHA512: 4a8a1edf7b81c6238057fed5dfb553e33dfe4bf8f541336b7a2e7cc4da45b80a458a9cccbcf6a32bba139a1961980d9f4a5d9ac2917b036556f88d521b8446ee Description: metapackage to ease Exim MTA (v4) installation Exim (v4) is a mail transport agent. exim4 is the metapackage depending on the essential components for a basic exim4 installation. . The Debian exim4 packages have their own web page, http://wiki.debian.org/PkgExim4. There is also a Debian-specific FAQ list. Information about the way the Debian packages are configured can be found in /usr/share/doc/exim4-base/README.Debian.gz, which additionally contains information about the way the Debian binary packages are built. The very extensive upstream documentation is shipped in /usr/share/doc/exim4-base/spec.txt.gz. To repeat the debconf-driven configuration process in a standard setup, invoke dpkg-reconfigure exim4-config. There is a Debian-centered mailing list, pkg-exim4-users@lists.alioth.debian.org. Please ask Debian-specific questions there, and only write to the upstream exim-users mailing list if you are sure that your question is not Debian-specific. You can find the subscription web page on http://lists.alioth.debian.org/mailman/listinfo/pkg-exim4-users Homepage: https://www.exim.org/ Package: exim4-base Priority: optional Section: mail Installed-Size: 1683 Maintainer: Exim4 Maintainers Architecture: amd64 Source: exim4 Version: 4.96-15+deb12u4+apertis0bv2024.0db1 Replaces: exim, exim-tls, exim4-daemon-custom, exim4-daemon-heavy, exim4-daemon-light Depends: adduser, cron | cron-daemon | anacron | systemd-sysv, exim4-config (>= 4.94) | exim4-config-2, netbase, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libdb5.3 Recommends: bsd-mailx | mailx, psmisc Suggests: exim4-doc-html | exim4-doc-info, eximon4, file, gnutls-bin | openssl, mail-reader, spf-tools-perl, swaks Conflicts: exim, exim-tls Breaks: exim4-daemon-custom (<< 4.96), exim4-daemon-heavy (<< 4.96), exim4-daemon-light (<< 4.96) Filename: pool/development/e/exim4/exim4-base_4.96-15+deb12u4+apertis0bv2024.0db1_amd64.deb Size: 1120344 MD5sum: dd2b8a8d7108794ae3fbdbe9f33087d2 SHA1: 1609fa4fd196b8f0feb4d18dcf1383d969c081c6 SHA256: 4a58fd0cb3f2a1b0c6047be9bd772986723161361f73e4ba597250f06df21ca2 SHA512: ac57a9bdfc4b4320e25fa056256968df3ffbaf5636d7bf336591b233fa99f879546de8fa033336531b8ff1a9c76bd2ba67f035a5c8d4d1f0a155afbbefc54dd5 Description: support files for all Exim MTA (v4) packages Exim (v4) is a mail transport agent. exim4-base provides the support files needed by all exim4 daemon packages. You need an additional package containing the main executable. The available packages are: . exim4-daemon-light exim4-daemon-heavy . If you build exim4 from the source package locally, you can also build an exim4-daemon-custom package tailored to your own feature set. . The Debian exim4 packages have their own web page, http://wiki.debian.org/PkgExim4. There is also a Debian-specific FAQ list. Information about the way the Debian packages are configured can be found in /usr/share/doc/exim4-base/README.Debian.gz, which additionally contains information about the way the Debian binary packages are built. The very extensive upstream documentation is shipped in /usr/share/doc/exim4-base/spec.txt.gz. To repeat the debconf-driven configuration process in a standard setup, invoke dpkg-reconfigure exim4-config. There is a Debian-centered mailing list, pkg-exim4-users@lists.alioth.debian.org. Please ask Debian-specific questions there, and only write to the upstream exim-users mailing list if you are sure that your question is not Debian-specific. You can find the subscription web page on http://lists.alioth.debian.org/mailman/listinfo/pkg-exim4-users Homepage: https://www.exim.org/ Package: exim4-base-dbgsym Priority: optional Section: debug Installed-Size: 189 Maintainer: Exim4 Maintainers Architecture: amd64 Source: exim4 Version: 4.96-15+deb12u4+apertis0bv2024.0db1 Depends: exim4-base (= 4.96-15+deb12u4+apertis0bv2024.0db1) Filename: pool/development/e/exim4/exim4-base-dbgsym_4.96-15+deb12u4+apertis0bv2024.0db1_amd64.deb Size: 139108 MD5sum: 599e88d0eaee19fe944852fc29add46d SHA1: 966cd6030d89b574f101f5d9de55b26ed645073e SHA256: c2478e9c639bfffe624715e367126698ad34bebe71c40905185472672b845b86 SHA512: ac8cc4c10d3e4424c5fb027d23f14e063127c592dfcd656b51e803a5b3c5f7932abd1f86d77085926d4274e525418d4d37bb4e8bca8170ec691cd19bcb5f749c Description: debug symbols for exim4-base Auto-Built-Package: debug-symbols Build-Ids: 1bff5a490b48eac16e3c3a81283940107066944d 4d2b3dc515f3ffac6fc00a1250c253f102dc5815 50b918d77bdcbeee9b95b4750be89ac3f1400025 cda06e09a3406976b0f7668b3fd44b046ba0c27d dd0c0ed7f036e8b5db3029001ac7d08e5f26f60b Package: exim4-config Priority: optional Section: mail Installed-Size: 922 Maintainer: Exim4 Maintainers Architecture: all Source: exim4 Version: 4.96-15+deb12u4+apertis0bv2024.0db1 Provides: exim4-config-2 Depends: adduser, debconf (>= 0.5) | debconf-2.0 Recommends: ca-certificates Conflicts: citadel-server, courier-mta, dma, esmtp-run, exim, exim-tls, exim4-config, exim4-config-2, hula-mta, masqmail, msmtp-mta, mta-dummy, nullmailer, opensmtpd, postfix, qmail-run, sendmail-bin, smail, ssmtp, xmail, zmailer Breaks: exim4-daemon-heavy (<< 4.94), exim4-daemon-light (<< 4.94) Filename: pool/development/e/exim4/exim4-config_4.96-15+deb12u4+apertis0bv2024.0db1_all.deb Size: 258888 MD5sum: 5e7fec119ac0a4f97590a2a703a68894 SHA1: 269e22283564a4ec0350578a8a6fc76fc0636ae0 SHA256: 3463112e94abdd1ad09cb96940e6a9cdb0675a74bc14d39c523b7c17c8db536f SHA512: f6e2796a7e50c2cacbfeec35474d984e62ae7741c7e759b8d1f8c4860b68ccc4067c60f8aa7b1ba9cabcdaaa8bc4c0b5bf152b7932a81a455daa898d6c65ebe8 Description: configuration for the Exim MTA (v4) Exim (v4) is a mail transport agent. exim4-config provides the configuration for the exim4 daemon packages. The configuration framework has been split off the main package to allow sites to replace the configuration scheme with their own without having to change the actual exim4 packages. . Sites with special configuration needs (having a lot of identically configured machines for example) can use this to distribute their own custom configuration via the packaging system, using the magic available with dpkg's conffile handling, without having to do local changes on all of these machines. . The Debian exim4 packages have their own web page, http://wiki.debian.org/PkgExim4. There is also a Debian-specific FAQ list. Information about the way the Debian packages are configured can be found in /usr/share/doc/exim4-base/README.Debian.gz, which additionally contains information about the way the Debian binary packages are built. The very extensive upstream documentation is shipped in /usr/share/doc/exim4-base/spec.txt.gz. To repeat the debconf-driven configuration process in a standard setup, invoke dpkg-reconfigure exim4-config. There is a Debian-centered mailing list, pkg-exim4-users@lists.alioth.debian.org. Please ask Debian-specific questions there, and only write to the upstream exim-users mailing list if you are sure that your question is not Debian-specific. You can find the subscription web page on http://lists.alioth.debian.org/mailman/listinfo/pkg-exim4-users Homepage: https://www.exim.org/ Package: exim4-daemon-heavy Priority: optional Section: mail Installed-Size: 1676 Maintainer: Exim4 Maintainers Architecture: amd64 Source: exim4 Version: 4.96-15+deb12u4+apertis0bv2024.0db1 Replaces: exim4-base (<= 4.61-1), mail-transport-agent Provides: exim4-localscanapi-6.0, mail-transport-agent Depends: exim4-base (>= 4.96), debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libcrypt1 (>= 1:4.1.0), libdb5.3, libgnutls-dane0 (>= 3.7.0), libgnutls30 (>= 3.7.5), libidn12 (>= 1.13), libidn2-0 (>= 0.6), libldap-2.5-0 (>= 2.5.4), libmariadb3 (>= 3.0.0), libnsl2 (>= 1.0), libpam0g (>= 0.99.7.1), libpcre2-8-0 (>= 10.22), libperl5.36 (>= 5.36.0), libpq5, libsasl2-2 (>= 2.1.28+dfsg), libspf2-2 (>= 1.2.8~), libsqlite3-0 (>= 3.5.9) Conflicts: mail-transport-agent Breaks: clamav-daemon (<< 0.95) Filename: pool/development/e/exim4/exim4-daemon-heavy_4.96-15+deb12u4+apertis0bv2024.0db1_amd64.deb Size: 670664 MD5sum: 75e3e12f967022d680c84bb5e3da961d SHA1: 09605c4daa6f1ef1fe5865f7817f1d9f00d4980e SHA256: 42541da56d56097a305329cd9825dddfccddb95d987cf2a25e96bf53ee7fc58e SHA512: 49ee2ab90bc5e4ef99658368e7a84a1fb750a5775c9c7ea66bed9cd9a3562189b9d4dd9faed470a35b77accdb84b3873eccb1f8172613e706245675682c5725e Description: Exim MTA (v4) daemon with extended features, including exiscan-acl Exim (v4) is a mail transport agent. This package contains the exim4 daemon with extended features. In addition to the features already supported by exim4-daemon-light, exim4-daemon-heavy includes LDAP, sqlite, PostgreSQL and MySQL data lookups, SASL and SPA SMTP authentication, embedded Perl interpreter, and the content scanning extension (formerly known as "exiscan-acl") for integration of virus scanners and spamassassin. . The Debian exim4 packages have their own web page, http://wiki.debian.org/PkgExim4. There is also a Debian-specific FAQ list. Information about the way the Debian packages are configured can be found in /usr/share/doc/exim4-base/README.Debian.gz, which additionally contains information about the way the Debian binary packages are built. The very extensive upstream documentation is shipped in /usr/share/doc/exim4-base/spec.txt.gz. To repeat the debconf-driven configuration process in a standard setup, invoke dpkg-reconfigure exim4-config. There is a Debian-centered mailing list, pkg-exim4-users@lists.alioth.debian.org. Please ask Debian-specific questions there, and only write to the upstream exim-users mailing list if you are sure that your question is not Debian-specific. You can find the subscription web page on http://lists.alioth.debian.org/mailman/listinfo/pkg-exim4-users Homepage: https://www.exim.org/ Package: exim4-daemon-heavy-dbgsym Priority: optional Section: debug Installed-Size: 1717 Maintainer: Exim4 Maintainers Architecture: amd64 Source: exim4 Version: 4.96-15+deb12u4+apertis0bv2024.0db1 Depends: exim4-daemon-heavy (= 4.96-15+deb12u4+apertis0bv2024.0db1) Filename: pool/development/e/exim4/exim4-daemon-heavy-dbgsym_4.96-15+deb12u4+apertis0bv2024.0db1_amd64.deb Size: 1614644 MD5sum: ac803c19eec690fe2a97954b0e8952eb SHA1: bb6c776859443dfc0731a62aa65d3307b14e8d6e SHA256: 4bca84dea1442b08b3da608d92ecb6d44fe7380a912405c66842c0181a05eb33 SHA512: b064190e3acda6187c4e7959a6bc32c82af143e172bded31e078c95510613c483291c19a5562a61188e667f8a9c397d22d82b9511dbed5452cdad163c43d068c Description: debug symbols for exim4-daemon-heavy Auto-Built-Package: debug-symbols Build-Ids: 8899bc53907216d15cef5f1c3dd3149c41140649 Package: exim4-daemon-light Priority: optional Section: mail Installed-Size: 1513 Maintainer: Exim4 Maintainers Architecture: amd64 Source: exim4 Version: 4.96-15+deb12u4+apertis0bv2024.0db1 Replaces: exim4-base (<= 4.61-1), mail-transport-agent Provides: default-mta, exim4-localscanapi-6.0, mail-transport-agent Depends: exim4-base (>= 4.96), debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libcrypt1 (>= 1:4.1.0), libdb5.3, libgnutls-dane0 (>= 3.7.0), libgnutls30 (>= 3.7.5), libidn12 (>= 1.13), libidn2-0 (>= 0.6), libnsl2 (>= 1.0), libpcre2-8-0 (>= 10.22) Conflicts: mail-transport-agent Filename: pool/development/e/exim4/exim4-daemon-light_4.96-15+deb12u4+apertis0bv2024.0db1_amd64.deb Size: 609864 MD5sum: 2a3c3e0991deb4a49d212afd47a55bc7 SHA1: 4e9c3fec4f463441439524c58de988cbe2596f06 SHA256: 93c06374d741da4df2de4d8e6d26396cc619f2531e6846f932d146d20bd19843 SHA512: 30f5f55671ff5c74d6cdecdcb84604617e2a8110542a244dee6d7b5bace12673f04db431b58708421a2cd25d6fb61350943c1dbe8ab9ba26bf62bb05066bb95e Description: lightweight Exim MTA (v4) daemon Exim (v4) is a mail transport agent. This package contains the exim4 daemon with only basic features enabled. It works well with the standard setups that are provided by Debian and includes support for TLS encryption and the dlopen patch to allow dynamic loading of a local_scan function. . The Debian exim4 packages have their own web page, http://wiki.debian.org/PkgExim4. There is also a Debian-specific FAQ list. Information about the way the Debian packages are configured can be found in /usr/share/doc/exim4-base/README.Debian.gz, which additionally contains information about the way the Debian binary packages are built. The very extensive upstream documentation is shipped in /usr/share/doc/exim4-base/spec.txt.gz. To repeat the debconf-driven configuration process in a standard setup, invoke dpkg-reconfigure exim4-config. There is a Debian-centered mailing list, pkg-exim4-users@lists.alioth.debian.org. Please ask Debian-specific questions there, and only write to the upstream exim-users mailing list if you are sure that your question is not Debian-specific. You can find the subscription web page on http://lists.alioth.debian.org/mailman/listinfo/pkg-exim4-users Homepage: https://www.exim.org/ Package: exim4-daemon-light-dbgsym Priority: optional Section: debug Installed-Size: 1511 Maintainer: Exim4 Maintainers Architecture: amd64 Source: exim4 Version: 4.96-15+deb12u4+apertis0bv2024.0db1 Depends: exim4-daemon-light (= 4.96-15+deb12u4+apertis0bv2024.0db1) Filename: pool/development/e/exim4/exim4-daemon-light-dbgsym_4.96-15+deb12u4+apertis0bv2024.0db1_amd64.deb Size: 1419900 MD5sum: 0230ef8fb0ac58bb62a627b1b11386e8 SHA1: 91503680daa5871c1c50cc94623d34991318c3be SHA256: 1a3fa95a9c6ccfdd0adadc31d80fa0a9591e9186912a7be1e0311e7eeacbde53 SHA512: bac9ea19109b928eba2c7b251a1a0a5bff7b3658b115cf96bf2435d3fb127cd1f0ab28842fd3b6fd9572104e3b8a8bea868339e3d4ecea71e9797ea305679122 Description: debug symbols for exim4-daemon-light Auto-Built-Package: debug-symbols Build-Ids: 6c4d17e59eca103b5f2e53e4bbe8fe057afbd275 Package: exim4-dev Priority: optional Section: mail Installed-Size: 84 Maintainer: Exim4 Maintainers Architecture: amd64 Source: exim4 Version: 4.96-15+deb12u4+apertis0bv2024.0db1 Filename: pool/development/e/exim4/exim4-dev_4.96-15+deb12u4+apertis0bv2024.0db1_amd64.deb Size: 41632 MD5sum: 7940a20a4f854ba1d8c375079672965f SHA1: c2072b7685a852207f42f887dd186d43365a7e4e SHA256: 8602700659cd785cfeb5a145d4b7c20c9e99658b293c76c728b0aab4b25df229 SHA512: db98e4720e83996687626b1a624c1a6efbf8240e13b8f3a2bce5e984be7ccc7ecc3c2dec2caf4ece8756bf98d6757fa18ec5dc8e019de5eae3c49b23d503a1b5 Description: header files for the Exim MTA (v4) packages Exim (v4) is a mail transport agent. This package contains header files that can be used to compile code that is then dynamically linked to exim's local_scan interface. . The Debian exim4 packages have their own web page, http://wiki.debian.org/PkgExim4. There is also a Debian-specific FAQ list. Information about the way the Debian packages are configured can be found in /usr/share/doc/exim4-base/README.Debian.gz, which additionally contains information about the way the Debian binary packages are built. The very extensive upstream documentation is shipped in /usr/share/doc/exim4-base/spec.txt.gz. To repeat the debconf-driven configuration process in a standard setup, invoke dpkg-reconfigure exim4-config. There is a Debian-centered mailing list, pkg-exim4-users@lists.alioth.debian.org. Please ask Debian-specific questions there, and only write to the upstream exim-users mailing list if you are sure that your question is not Debian-specific. You can find the subscription web page on http://lists.alioth.debian.org/mailman/listinfo/pkg-exim4-users Homepage: https://www.exim.org/ Package: eximon4 Priority: optional Section: mail Installed-Size: 176 Maintainer: Exim4 Maintainers Architecture: amd64 Source: exim4 Version: 4.96-15+deb12u4+apertis0bv2024.0db1 Replaces: eximon Depends: exim4-base (>= 4.10), libc6 (>= 2.34), libpcre2-8-0 (>= 10.22), libx11-6, libxaw7 (>= 2:1.0.14), libxmu6 (>= 2:1.1.3), libxt6 Conflicts: eximon Filename: pool/development/e/exim4/eximon4_4.96-15+deb12u4+apertis0bv2024.0db1_amd64.deb Size: 77780 MD5sum: 283dc3cbefdf4e3eb2159111ca924f03 SHA1: 39e74f7bcfe3060de678f8810328762133e61550 SHA256: 4d03dd18b2e596def8abe4ae1958209a86d1e6408fc56730fe25c07365a79243 SHA512: 9ea998d1ed568ef631780bfcf9b2c909b410855ad99cf68f20144508a041c6ebb86be4cc15182cb566d47d6dca4d1e34a38ca72042b0811b8e79f1e2bb0a4ad6 Description: monitor application for the Exim MTA (v4) (X11 interface) Eximon is a helper program for the Exim MTA (v4). It allows administrators to view the mail queue and logs, and perform a variety of actions on queued messages, such as freezing, bouncing and thawing messages. Homepage: https://www.exim.org/ Package: eximon4-dbgsym Priority: optional Section: debug Installed-Size: 163 Maintainer: Exim4 Maintainers Architecture: amd64 Source: exim4 Version: 4.96-15+deb12u4+apertis0bv2024.0db1 Depends: eximon4 (= 4.96-15+deb12u4+apertis0bv2024.0db1) Filename: pool/development/e/exim4/eximon4-dbgsym_4.96-15+deb12u4+apertis0bv2024.0db1_amd64.deb Size: 137108 MD5sum: 4b62babf02029dec332849623fc9d4c3 SHA1: eb73a5c4c1cbc9d63e04ce896df46264a4af96a5 SHA256: 7c97ca9f5b6173d816525af157d4a6ddc10821e1c662c769ccc368d0e69e8ca2 SHA512: 04ed474a780710bf7f9cd3217705b2df4e80975b2fcb56406971cb2756bddfdcbc879baf4ac488076580b87e9651416d9248986f27f9775623dd4311c52293ba Description: debug symbols for eximon4 Auto-Built-Package: debug-symbols Build-Ids: 61d8c4392d4a4e7406f21f75434610ca23833db4 Package: expect Priority: optional Section: interpreters Installed-Size: 310 Maintainer: Sergei Golovan Architecture: amd64 Version: 5.45.4-2co1bv2024preb1 Replaces: expect-dev Provides: expect-dev Depends: tcl8.6, libc6 (>= 2.34), libtcl8.6 (>= 8.6.0), tcl-expect Suggests: tk8.6 Conflicts: expect-dev Filename: pool/development/e/expect/expect_5.45.4-2co1bv2024preb1_amd64.deb Size: 158792 MD5sum: 4cbdb9261c9955849d9179c994c0de26 SHA1: bce1b7c08ee5bccb4ff23b88b3a1c93689d6370d SHA256: 2506415d3b55a32876914f46029701e4f8494bfaa062e29aa70d0b17d339d174 SHA512: 1599055708e56be07b027f5657411460bff278641eb97333d19cc55ec7d1230a2fe81bd5831d50f3823917def0e8ea6d88eacf10a030c4278254105d8ee88e17 Description: Automates interactive applications Expect is a tool for automating interactive applications according to a script. Following the script, Expect knows what can be expected from a program and what the correct response should be. Expect is also useful for testing these same applications. And by adding Tk, you can also wrap interactive applications in X11 GUIs. An interpreted language provides branching and high-level control structures to direct the dialogue. In addition, the user can take control and interact directly when desired, afterward returning control to the script. . This package contains the expect binary and several Expect based scripts. Homepage: https://core.tcl.tk/expect/ Multi-Arch: foreign Package: expect-dbgsym Priority: optional Section: debug Installed-Size: 20 Maintainer: Sergei Golovan Architecture: amd64 Source: expect Version: 5.45.4-2co1bv2024preb1 Depends: expect (= 5.45.4-2co1bv2024preb1) Filename: pool/development/e/expect/expect-dbgsym_5.45.4-2co1bv2024preb1_amd64.deb Size: 5632 MD5sum: 30770d301d74beaa45cdfa5d701087cc SHA1: 91408564c83e60db2fd8455a83694cca8f85a47d SHA256: 8424aae3c9cca71444d48e883d041bdfef50063d4a18e5ecb04bae460dd29f47 SHA512: b9c6b2c343c26872ca37ddffe3f947149b7357c6eb9a7fb22f20311871dae5aff194bdbbcfa127e804bc92e238d09a3acfd98278dc7973e1354486ade800b1b6 Description: debug symbols for expect Auto-Built-Package: debug-symbols Build-Ids: 94f941b7a30eabb4a3f464d7c59ba184ed6468f0 Package: extlinux Priority: optional Section: admin Installed-Size: 329 Maintainer: Debian CD Group Architecture: amd64 Source: syslinux Version: 3:6.04~git20190206.bf6db5b4+dfsg1-3+apertis1bv2024dev2b1 Depends: libc6 (>= 2.34) Recommends: syslinux-common Filename: pool/development/s/syslinux/extlinux_6.04~git20190206.bf6db5b4+dfsg1-3+apertis1bv2024dev2b1_amd64.deb Size: 176252 MD5sum: 6233fbc3eb8a53fd3eb4a8f7ada3121c SHA1: ed76e3fffeaad52d83ed194e3cd3910442bc22ca SHA256: acf2f5c9c5a0500694f2f416f3ffd55796fec5a43dff8b6322e5b1fc1880df89 SHA512: 056d61cb5800326f171a88db13874c6b8c81cbcc211176c23e0e03d76f67635a97fccc7efe854d54e6366ab79a290b2dbd0e0c4dc888ee57a1f574393aceca05 Description: collection of bootloaders (Linux ext2/ext3/ext4, btrfs, and xfs bootloader) syslinux is a suite of bootloaders, currently supporting DOS FAT and NTFS filesystems (SYSLINUX), Linux ext2/ext3/ext4, btrfs, and xfs filesystems (EXTLINUX), PXE network boots (PXELINUX), or ISO 9660 CD-ROMs (ISOLINUX). . This package contains the bootloader for Linux ext2/ext3/ext4, btrfs, and xfs filesystems (EXTLINUX). Homepage: http://www.syslinux.org/ Package: extra-cmake-modules Priority: optional Section: devel Installed-Size: 825 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Version: 5.103.0-1+apertis0bv2024dev2b1 Suggests: qt5-qmake, qtbase5-dev Breaks: libkf5package-dev (<< 5.54), libkf5plasma-dev (<< 5.54), libkf5runner-dev (<< 5.54) Filename: pool/development/e/extra-cmake-modules/extra-cmake-modules_5.103.0-1+apertis0bv2024dev2b1_amd64.deb Size: 201452 MD5sum: 45ebfa080ade323433270d76e86398cc SHA1: 0bfacfaddc36be028b83af1c6807a1603cad34c4 SHA256: d8bb2e7c38ba6718dfe470987683c23c1e7e452dcee3664d2dd0372c145d1720 SHA512: 742a2412554a07c33d18459ce77fed48a6929a8e7c4ffe393519b09dd7fbdbf293b34c9e2d608a95d8ec897ee959ef676f1f4fa7df43065e204fe79f11bd3ff2 Description: Extra modules and scripts for CMake Extra CMake Modules, or ECM, aims to augment CMake with additional modules. It serves as both a staging ground for new modules before they are moved upstream to CMake and a place for modules that, for whatever reason, are not a good fit for CMake itself. . It is primarily driven by the needs of the KDE community, but it is hoped that other projects will find it useful, and outside contributions are always welcome. The main rule for new modules is that there must be at least two downstream users. Homepage: https://invent.kde.org/frameworks/extra-cmake-modules Package: extra-cmake-modules-doc Priority: optional Section: doc Installed-Size: 1145 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: extra-cmake-modules Version: 5.103.0-1+apertis0bv2024dev2b1 Replaces: extra-cmake-modules (<< 5.74.0-1) Depends: libjs-sphinxdoc (>= 5.2) Breaks: extra-cmake-modules (<< 5.74.0-1) Filename: pool/development/e/extra-cmake-modules/extra-cmake-modules-doc_5.103.0-1+apertis0bv2024dev2b1_all.deb Size: 108116 MD5sum: fdea6b3544f24af95644ab7386949b6a SHA1: 2b4e48285a01916ffb43a8f1572ae43114dc3b6a SHA256: 14b85fc9674ee5a947faa13d11b8f2e67dc9b8814f029c981b45323aead36432 SHA512: e42a66c3994ed64b9a558274b5fa7ba7ee6c10fefa6056cf8002aaa92fb1d1aac99de1cd628c875bb2e38ca54dfddd02c30b6229f81cfb2a313d4dbf18da5fae Description: Extra modules and scripts for CMake Extra CMake Modules, or ECM, aims to augment CMake with additional modules. It serves as both a staging ground for new modules before they are moved upstream to CMake and a place for modules that, for whatever reason, are not a good fit for CMake itself. . It is primarily driven by the needs of the KDE community, but it is hoped that other projects will find it useful, and outside contributions are always welcome. The main rule for new modules is that there must be at least two downstream users. . This package contains HTML documentation and man pages. Built-Using: sphinx (= 5.3.0-3+apertis0bv2024dev2b1) Homepage: https://invent.kde.org/frameworks/extra-cmake-modules Multi-Arch: foreign Package: exuberant-ctags Priority: optional Section: editors Installed-Size: 349 Maintainer: Colin Watson Architecture: amd64 Version: 1:5.9~svn20110310-18+apertis0bv2024dev2b1 Provides: ctags Depends: libc6 (>= 2.34) Suggests: vim | nvi | vile | emacsen Filename: pool/development/e/exuberant-ctags/exuberant-ctags_5.9~svn20110310-18+apertis0bv2024dev2b1_amd64.deb Size: 148656 MD5sum: d4bb7f64ecc045c2fec472653da7c863 SHA1: d6e41d852cfc6bdbbb658af1add120a673185b40 SHA256: 4fc2382ef78f1abb3395bea79e772315e5fb97e6f62e59b1566f6d5146b0284a SHA512: da38af9b990c56789ff0f1ce9636a59ff07d9e8375e4a806a2714fee91d9df622ad3c800afa6a62521674d4e803a60694bb95bad6b6e3ea30e40a494f430b116 Description: build tag file indexes of source code definitions ctags parses source code and produces a sort of index mapping the names of significant entities (e.g. functions, classes, variables) to the location where that entity is defined. This index is used by editors like vi and emacsen to allow moving to the definition of a user-specified entity. . Exuberant Ctags supports all possible C language constructions and multiple other languages such as assembler, AWK, ASP, BETA, Bourne/Korn/Z shell, C++, COBOL, Eiffel, Fortran, Java, Lisp, Lua, Makefile, Pascal, Perl, PHP, Python, REXX, Ruby, S-Lang, Scheme, Tcl, Verilog, Vim and YACC. Homepage: http://ctags.sourceforge.net/ Multi-Arch: foreign Package: exuberant-ctags-dbgsym Priority: optional Section: debug Installed-Size: 338 Maintainer: Colin Watson Architecture: amd64 Source: exuberant-ctags Version: 1:5.9~svn20110310-18+apertis0bv2024dev2b1 Depends: exuberant-ctags (= 1:5.9~svn20110310-18+apertis0bv2024dev2b1) Filename: pool/development/e/exuberant-ctags/exuberant-ctags-dbgsym_5.9~svn20110310-18+apertis0bv2024dev2b1_amd64.deb Size: 310200 MD5sum: 2a2eba8c8aedb4ab1b267871c7c3c18c SHA1: e2188a82e05f4d9976c7d09ac65544e5cfd5e269 SHA256: e8293cb2dec4118f0c8f48b8d2b3a8aee85f92ec727b4de347fbe3083846077d SHA512: 9fd11c48ea8362911d56c85ee7e32022b99c58bd13eb8f933dc2ba435ae6843f0c94e7119ed7cc432b198ceb4e8a55d4aeaa8725ec32a9f03c3a1fde2a9db62b Description: debug symbols for exuberant-ctags Auto-Built-Package: debug-symbols Build-Ids: bd4847ad0e81a90136a6f23008a191ff1ef5bd1c Package: faad Priority: optional Section: sound Installed-Size: 76 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Source: faad2 Version: 2.10.1-1+apertis0bv2024dev2b1 Replaces: faad2 Depends: libc6 (>= 2.34), libfaad2 (>= 2.8.2) Conflicts: faad2 Filename: pool/development/f/faad2/faad_2.10.1-1+apertis0bv2024dev2b1_amd64.deb Size: 26540 MD5sum: 9121075254eab573606bc09164632483 SHA1: 8933cef1f36338765e768f0ecd1636d6e91ea059 SHA256: b5fb8e23a7903f0ba7f9f7c79c4e8812a7adbe3d2a24f8dfdb024569b7812075 SHA512: b1e127fb41b63b7d0d015d4d6fc05263a7933389a9e41470b8da3cc60fe4a0d5d0ab05ee8dde7f2334c4917596e6ce52556615774a5015d9c8fd40518eb2e89b Description: freeware Advanced Audio Decoder player FAAD2 is the fastest ISO AAC audio decoder available. FAAD2 correctly decodes all MPEG-4 and MPEG-2 MAIN, LOW, LTP, LD and ER object type AAC files. . This package contains a command line interface to play AAC or MP4 files. Homepage: https://github.com/knik0/faad2 Package: faad-dbgsym Priority: optional Section: debug Installed-Size: 63 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Source: faad2 Version: 2.10.1-1+apertis0bv2024dev2b1 Depends: faad (= 2.10.1-1+apertis0bv2024dev2b1) Filename: pool/development/f/faad2/faad-dbgsym_2.10.1-1+apertis0bv2024dev2b1_amd64.deb Size: 47320 MD5sum: db4f279911836e6035e62434377263de SHA1: cca067cf4087151899130d5a33ba6c02089334c5 SHA256: 1b1218ea14deb2911945ad0511a728e669e2cf778093d6ba41b314d0b1cec603 SHA512: c46a508449fb1fa0d794ce4d458cbcf9246646e6a92f2403bb4e22d4aa9668c9f5458a2cf3735444c2b64e70dd061fa47dcbfaab18b0c0eb2a7eebfcd9e35f2b Description: debug symbols for faad Auto-Built-Package: debug-symbols Build-Ids: 9f75e19f340dc70ca7bb4d01402ab019cb46f4b0 Package: fake-hwclock Priority: optional Section: admin Installed-Size: 33 Maintainer: Steve McIntyre <93sam@debian.org> Architecture: all Version: 0.12+nmu1+apertis0bv2024dev2b1 Suggests: cron | cron-daemon, ntp Filename: pool/development/f/fake-hwclock/fake-hwclock_0.12+nmu1+apertis0bv2024dev2b1_all.deb Size: 6696 MD5sum: 49726fdf1dda45aa1faa706775ad9ce0 SHA1: 7fa5b97e27a2eddbe84b4638fe08badde17ed8aa SHA256: 7580f4791600aa11be7db3fda9448feb36ec33a9d483b182474201e383ca699a SHA512: 61386bc8f75f35f15bbd9ff7d83e35d93f379beab10e7ea979d468dcb815805922ba6dcfa662f634939021acbec2623336d008ac58fc69d427acbb260fb19e80 Description: Save/restore system clock on machines without working RTC hardware Some machines don't have a working realtime clock (RTC) unit, or no driver for the hardware that does exist. fake-hwclock is a simple set of scripts to save the kernel's current clock periodically (including at shutdown) and restore it at boot so that the system clock keeps at least close to realtime. This will stop some of the problems that may be caused by a system believing it has travelled in time back to 1970, such as needing to perform filesystem checks at every boot. . On top of this, use of NTP is still recommended to deal with the fake clock "drifting" while the hardware is halted or rebooting. Package: fakechroot Priority: optional Section: utils Installed-Size: 85 Maintainer: Johannes Schauer Marin Rodrigues Architecture: all Version: 2.20.1+ds-15+apertis0bv2024dev2b1 Depends: binutils, libfakechroot (<< 2.20.1+ds-15+apertis0bv2024dev2b1.1~), libfakechroot (>= 2.20.1+ds-15+apertis0bv2024dev2b1) Filename: pool/development/f/fakechroot/fakechroot_2.20.1+ds-15+apertis0bv2024dev2b1_all.deb Size: 27540 MD5sum: ba53feffcefa4b61032fba00119e3344 SHA1: a35f4143c041242a176c7e91359393914d63507f SHA256: 3325f455e0f57744583bb0edf75359fabab79352e0c3ac4dd219ee401a63e0a3 SHA512: c44620231883ad81c60ffafaf4789245bb7d2d08c16ac93aed7ee023fb8a6fd8a1f4e1581716cef468f6ae6a97a4c1e722406ae0eefcf2c85e3d4914f6b6f547 Description: gives a fake chroot environment - utilities The fakechroot preloads a library which overrides libc functions, so it is possible to use root-specific tools without root privileges. . In fake chroot you can install i.e. Debian bootstrap, create developer's environment and build packages inside chroot'ed system using standard non-root user account. Homepage: https://github.com/dex4er/fakechroot Package: fakeroot Priority: optional Section: utils Installed-Size: 213 Maintainer: Clint Adams Architecture: amd64 Version: 1.31-1.2+apertis0bv2024preb1 Depends: libfakeroot (>= 1.31-1.2+apertis0bv2024preb1), libc6 (>= 2.34) Filename: pool/development/f/fakeroot/fakeroot_1.31-1.2+apertis0bv2024preb1_amd64.deb Size: 67956 MD5sum: 31da6ba48e10080fd9e3f1f085ddef91 SHA1: bf6bc2389365105143ba8c2128105b3ae3af6534 SHA256: e0688ff651c2b9a2cbfe8fabe3809f1044a3cad37cdc281e4afdd8d7125a5b2c SHA512: d84de995eae0aec25b820574e12df6f05fcb137c45abd0f84bb6403b1c7caebbe46b87df0f26d6fafa2e6a67aac457d4b1bdae4b104bb2e5a77a0f73ec461544 Description: tool for simulating superuser privileges fakeroot provides a fake "root environment" by means of LD_PRELOAD and SysV IPC (or TCP) trickery. It puts wrappers around getuid(), chown(), stat(), and other file-manipulation functions, so that unprivileged users can (for instance) populate .deb archives with root-owned files; various build tools use fakeroot for this by default. . This package contains fakeroot command and the daemon that remembers fake ownership/permissions of files manipulated by fakeroot processes. Multi-Arch: foreign Package: fakeroot-dbgsym Priority: optional Section: debug Installed-Size: 88 Maintainer: Clint Adams Architecture: amd64 Source: fakeroot Version: 1.31-1.2+apertis0bv2024preb1 Depends: fakeroot (= 1.31-1.2+apertis0bv2024preb1) Filename: pool/development/f/fakeroot/fakeroot-dbgsym_1.31-1.2+apertis0bv2024preb1_amd64.deb Size: 60788 MD5sum: 2cad317334be9a7a098d3f8af3a31d1c SHA1: 1ce67e0fc3c70ea15750990aedad3e614f2c1077 SHA256: 52aacedda5ab1ab66976574cb7d1f2ac5de2ff832543b17b2a2d8c79d276e04e SHA512: b2ef1caecba55d379f360fca175f9608c71b99b6d4be71f5f44fe09e4387be3eea473c943f4187a74e9c0e33c874386264e217fabe4f8469b108b287323ce598 Description: debug symbols for fakeroot Auto-Built-Package: debug-symbols Build-Ids: 4e05254ad8557b981722622252bbfe10e313e1a0 eebad05b8ebf4074fef6e7ca6035fb19e66e0d5b Package: faketime Priority: optional Section: utils Installed-Size: 41 Maintainer: Daniel Kahn Gillmor Architecture: amd64 Version: 0.9.10-2.1+apertis2bv2024.0db1 Depends: libfaketime (= 0.9.10-2.1+apertis2bv2024.0db1), libc6 (>= 2.34) Filename: pool/development/f/faketime/faketime_0.9.10-2.1+apertis2bv2024.0db1_amd64.deb Size: 17316 MD5sum: 7886507a3e8e109541a66f844cab10be SHA1: bfd09c5b7197729ab7d28df370e087f8a0f7154c SHA256: a32fe5a34856a8981881e80c5371ed0f67f76c65065fdbf1c649b348cf733ef0 SHA512: fa31e83eb73760aab4ecdb64d739f8dd46b94ea1e8c691d269f56a9e46a8acfd4727776c9efc77cbd742dfcb522bbeea1eeedbd37923851c86e2a3d1249179b8 Description: Report faked system time to programs (command-line tool) The Fake Time Preload Library (FTPL, a.k.a. libfaketime) intercepts various system calls which programs use to retrieve the current date and time. It can then report faked dates and times (as specified by you, the user) to these programs. This means you can modify the system time a program sees without having to change the time system-wide. FTPL allows you to specify both absolute dates (e.g., 2004-01-01) and relative dates (e.g., 10 days ago). . This package contains a "faketime" binary that makes it easy to use the LD_PRELOAD library. Homepage: https://github.com/wolfcw/libfaketime Multi-Arch: foreign Package: faketime-dbgsym Priority: optional Section: debug Installed-Size: 24 Maintainer: Daniel Kahn Gillmor Architecture: amd64 Source: faketime Version: 0.9.10-2.1+apertis2bv2024.0db1 Depends: faketime (= 0.9.10-2.1+apertis2bv2024.0db1) Filename: pool/development/f/faketime/faketime-dbgsym_0.9.10-2.1+apertis2bv2024.0db1_amd64.deb Size: 9812 MD5sum: f5b13caa5188d5820496012347446fe8 SHA1: 919fd36de75368d813714eb04fbf376251d88e10 SHA256: 4944099a2811f4de919423f63cb21d57920ac157dc04fcb66ebdec76f474a9d2 SHA512: 2fcdbdd291dbe6bf5afb501f44f0c4c07db1a972024bae8da42602a27559e2f8c9beaafcb9c7141cd97c25d32fe137c64550b8356e6c6650e329646efdcfb3e7 Description: debug symbols for faketime Auto-Built-Package: debug-symbols Build-Ids: 4ab595d03f9d1f814fb6f88abaac14bcb1b3541a Package: fastboot Priority: optional Section: utils Installed-Size: 477 Maintainer: Android Tools Maintainers Architecture: amd64 Source: android-platform-tools (29.0.6-28+apertis2bv2024dev3b1) Version: 1:29.0.6-28+apertis2bv2024dev3b1 Provides: android-tools-fastboot Depends: android-libbase (>= 29.0.6), android-libboringssl (>= 13.0.0+r24), android-libcutils (= 1:29.0.6-28+apertis2bv2024dev3b1), android-liblog (>= 29.0.6), android-libsparse (= 1:29.0.6-28+apertis2bv2024dev3b1), android-libziparchive (= 1:29.0.6-28+apertis2bv2024dev3b1), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 11), libusb-1.0-0 (>= 2:1.0.8) Recommends: android-sdk-platform-tools-common (>= 28.0.2~) Suggests: android-sdk-platform-tools Filename: pool/development/a/android-platform-tools/fastboot_29.0.6-28+apertis2bv2024dev3b1_amd64.deb Size: 165472 MD5sum: bc04d4da4234cf84e1aa9a2b278b425a SHA1: 21962496dce5d9ca1ba212753830367347ba755e SHA256: 6867e71eb6677bee2b6cb1ffb97a931f37fd7489fad268f3a5fa994107059c24 SHA512: c3d7a651e13b1e54bd1641db01ee9c239737eeec93ca9bc2a69dda04ab11429bbda5d7a1aed7a0a9208c209c604d08073aa0257150e7161b4e8d11b9e270e436 Description: Android fastboot tool A command line tool for flashing an Android device, boot an Android device to fastboot mode, etc.. . This package recommends "android-sdk-platform-tools-common" which contains the udev rules for Android devices. Without this package, adb and fastboot need to be running with root permission. Homepage: https://developer.android.com/studio/releases/platform-tools Multi-Arch: foreign Package: fastboot-dbgsym Priority: optional Section: debug Installed-Size: 1310 Maintainer: Android Tools Maintainers Architecture: amd64 Source: android-platform-tools (29.0.6-28+apertis2bv2024dev3b1) Version: 1:29.0.6-28+apertis2bv2024dev3b1 Depends: fastboot (= 1:29.0.6-28+apertis2bv2024dev3b1) Filename: pool/development/a/android-platform-tools/fastboot-dbgsym_29.0.6-28+apertis2bv2024dev3b1_amd64.deb Size: 1247208 MD5sum: 48c74d33e6b3119ec4ad0e752b9c115a SHA1: cdf3925918ff8e50cfac197d9c154ae545e8dcfc SHA256: 00928c3c6abe9360ea66a5ca1791ca1840c76028960eaebff1bc5f8c6084d189 SHA512: c4a12dcea64d56ec9d730753c3e1280819e44725034f4ab652784fd3bade63d9186b6d19d5b798e3b8c45670455be8d2ebdc4409fb43c7137e2f783a2ad01047 Description: debug symbols for fastboot Auto-Built-Package: debug-symbols Build-Ids: b573770d485dd34fcd2f246f8e1062bb17fb7be4 Package: fastjar Priority: optional Section: misc Installed-Size: 174 Maintainer: Matthias Klose Architecture: amd64 Version: 2:0.98-7apertis0bv2024dev2b1 Depends: dpkg (>= 1.15.4) | install-info, libc6 (>= 2.34), zlib1g (>= 1:1.1.4) Filename: pool/development/f/fastjar/fastjar_0.98-7apertis0bv2024dev2b1_amd64.deb Size: 78440 MD5sum: 159782e034927ef946aa0bef254188ff SHA1: 962c700fe25f0241223ca95c07d3736ebd1cccfe SHA256: 3991cf4ba1a6ba60c9d7f4cd20a029d6a92fd3082449d138481f8b8cd1ae2b78 SHA512: fed52e8b5c901a9890a881cd8f670534496bf85ecf4e315304ee373ef1d4b89e1725ea5662ddc8aa06447d571009b27ab1ab6cf0754aba57d3efe0c6d1d4beba Description: Jar creation utility Replacement for Suns .jar creation program. It is written in C instead of java and is tons faster. Multi-Arch: foreign Package: fastjar-dbgsym Priority: optional Section: debug Installed-Size: 213 Maintainer: Matthias Klose Architecture: amd64 Source: fastjar Version: 2:0.98-7apertis0bv2024dev2b1 Depends: fastjar (= 2:0.98-7apertis0bv2024dev2b1) Filename: pool/development/f/fastjar/fastjar-dbgsym_0.98-7apertis0bv2024dev2b1_amd64.deb Size: 190564 MD5sum: 55e6084ccd8c81efd64752750259ce90 SHA1: fa7b64bce5d576ffa5d1f3700a0989cfa15953cb SHA256: 62b54c293822081a2cd9276d779f6528957c0b587a6542ab9444fe1d8d9b6334 SHA512: 6f7c742bea347651adff2b1aa4d480a067860f60d3baa1d253058d05e011f56b04d17eaa1effe16402f4744aa49377793a188369286fc9c89a7e1437220d5a58 Description: debug symbols for fastjar Auto-Built-Package: debug-symbols Build-Ids: af4ca0547ac65ecfffb562a6132bde4356015dd6 b49ab8b5451f5a8a1b8beab404539c57e9310f6d Package: fcode-utils Priority: optional Section: misc Installed-Size: 606 Maintainer: Aurelien Jarno Architecture: amd64 Version: 1.0.2-8+apertis0bv2024dev2b1 Depends: libc6 (>= 2.34) Filename: pool/development/f/fcode-utils/fcode-utils_1.0.2-8+apertis0bv2024dev2b1_amd64.deb Size: 135064 MD5sum: 7011753be00c6a69c771c5e10a256676 SHA1: a62a9f8477949c1dd2e9cf5e16fe35ac70524a53 SHA256: f1c4ba42dff0cf426433ffcfcf5590e02719312413243b1771cbdf2f703dda24 SHA512: 106d03bbf1f7b9417e72c5619682c27706284d3012889241a894cf6cf6acda1bed9f159ceb189a9bc3327a932eeab6d421c224a72b7ae18bc8903dc169db127b Description: OpenBIOS FCode utilities FCode is a Forth programming language dialect compliant with ANS Forth. It can exist in two forms; source code and a compiled version, known as bytecode. It is of interest mainly for its use in OpenFirmware. . This package provides a set of FCode utilities: - the tokenizer toke - the detokenizer detok - a PCI rom header utility - a portable implementation of Forth local values Homepage: http://www.openbios.org Package: fcode-utils-dbgsym Priority: optional Section: debug Installed-Size: 188 Maintainer: Aurelien Jarno Architecture: amd64 Source: fcode-utils Version: 1.0.2-8+apertis0bv2024dev2b1 Depends: fcode-utils (= 1.0.2-8+apertis0bv2024dev2b1) Filename: pool/development/f/fcode-utils/fcode-utils-dbgsym_1.0.2-8+apertis0bv2024dev2b1_amd64.deb Size: 148644 MD5sum: 0503a09ef3df9990225350a05465f931 SHA1: 604dee4e4c4c0f595032693899c651c1ce2e46c7 SHA256: 0274502afa9ccd390a5e847a7c8a47efb837c1567c78399bb3741c2fb2d0c421 SHA512: ff477e483d90984e193b560968a3edd85d80f48b7f276d296b6df769d47cb77331478bb3780b6cd5fc10a9980f9f8829b7910834621bf3c84020cb83802d8548 Description: debug symbols for fcode-utils Auto-Built-Package: debug-symbols Build-Ids: 8bc395a7c0707e0b37b4f9bcc0415c5b414e7990 c993950f4cf797deb712d52497f785d9ccf919c3 f6cfbe4ede86c5c375fbfc2c9d29056f130cec43 Package: fdupes Priority: optional Section: utils Installed-Size: 104 Maintainer: Sandro Tosi Architecture: amd64 Version: 1:2.2.1-1+apertis0bv2024dev2b1 Depends: libc6 (>= 2.34), libncursesw6 (>= 6), libpcre2-32-0 (>= 10.22), libtinfo6 (>= 6) Filename: pool/development/f/fdupes/fdupes_2.2.1-1+apertis0bv2024dev2b1_amd64.deb Size: 41108 MD5sum: f11cd233f5a3c06f81370e3dd6a4f7fe SHA1: 9a487bbb3b079b2cea9714d07fdaa8f5a458e1e4 SHA256: a82431e2c5d49ee95123a9291949eb192ef6ec9b37e0f52dfcb798dbff1ea76c SHA512: 73d025e2ad2c5719c8bc9ec6ae0eb54a7c72d2791e9bc76666336aba90323016980b97537556276607c9fe8f9e0d07ff380ec98c8883674163831107be4df82e Description: identifies duplicate files within given directories FDupes uses md5sums and then a byte by byte comparison to find duplicate files within a set of directories. It has several useful options including recursion. Homepage: https://github.com/adrianlopezroche/fdupes Multi-Arch: foreign Package: fdupes-dbgsym Priority: optional Section: debug Installed-Size: 102 Maintainer: Sandro Tosi Architecture: amd64 Source: fdupes Version: 1:2.2.1-1+apertis0bv2024dev2b1 Depends: fdupes (= 1:2.2.1-1+apertis0bv2024dev2b1) Filename: pool/development/f/fdupes/fdupes-dbgsym_2.2.1-1+apertis0bv2024dev2b1_amd64.deb Size: 83712 MD5sum: 2a6ef95b06e3a4db7270e2872c0e7a7e SHA1: 2eb79facfb5435192e5f1065baa819e61f1f271f SHA256: 929fa46beaf302cca4c5204cabbfd20a396b69e54a4c50522f3fc7ced668fbcf SHA512: 5c9f5d149a8fa99fefdc031f92143066a536fce6db7d1bb1ca13f12a92a08723023c621a8dc4de571436dca19197e6dc3952d62135335f733df3475522b930e5 Description: debug symbols for fdupes Auto-Built-Package: debug-symbols Build-Ids: 30b2a2ddbf79dd9f010e2032c00c168ec971552a Package: fernet-go Priority: optional Section: devel Installed-Size: 2672 Maintainer: Debian Go Packaging Team Architecture: amd64 Source: golang-github-fernet-fernet-go Version: 0.0~git20180830.9eac43b-2apertis0bv2024dev2b1 Filename: pool/development/g/golang-github-fernet-fernet-go/fernet-go_0.0~git20180830.9eac43b-2apertis0bv2024dev2b1_amd64.deb Size: 603956 MD5sum: 6d29cd36df0f4533260dc6cc2b7f0346 SHA1: 00133d26b7db33f97a8a54050299957ed011d9aa SHA256: 489c339295dafbcab051df122e0db931921c4ef7e404044a17ebe438c15067fc SHA512: 20da8c3bdbd74af55259595208b33df037552f550a4af25e14e2dd641732fdef8a83a72408da0b0c267bf493250bfbdaa2b03275f861586d197b2ad69756c0b6 Description: tool for generates/verifies HMAC-based authentication tokens This library takes a user-provided *message* (an arbitrary sequence of bytes), a *key* (256 bits), and the current time, and produces a *token*, which contains the message in a form that can't be read or altered without the key. . This package is compatible with the other implementations at https://github.com/fernet. They can exchange tokens freely among each other. . This package contains files that is tool using golang-github-fernet-fernet-go-dev. Built-Using: golang-1.19 (= 1.19.8-2+apertis0bv2024dev2b1) Homepage: https://github.com/fernet/fernet-go Package: ffado-dbus-server Priority: optional Section: sound Installed-Size: 274 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Source: libffado Version: 2.4.7-1+apertis0bv2024dev2b1 Depends: dbus, libffado2 (= 2.4.7-1+apertis0bv2024dev2b1), libc6 (>= 2.34), libdbus-c++-1-0v5 (>= 0.9.0), libgcc-s1 (>= 3.0), libstdc++6 (>= 11) Filename: pool/development/libf/libffado/ffado-dbus-server_2.4.7-1+apertis0bv2024dev2b1_amd64.deb Size: 59576 MD5sum: ee01bed102b37f5379d81e1c91ffcff5 SHA1: d204c1a897af5fff9cca67a500d8e7bd485c04f2 SHA256: ae5643b985f59b003d713a3c6d58d75bdd81691046860899dd1ee898590bc5c9 SHA512: 5d2c581dac93cd4a5a45bff5eb824c0ab930a9c3cbf08b9d99269a7783a9f77e42effc00a73e7b64835ac510e946a96283602480e8038399aba9f0dfac35d638 Description: FFADO D-Bus server FFADO is a Linux driver for FireWire (IEEE1394) audio devices. . The FFADO library permits discovering and configuring such devices and provides an API for streaming clients. . This package holds the D-Bus server that exposes the mixer and control interfaces through D-Bus. Homepage: http://www.ffado.org/ Package: ffado-dbus-server-dbgsym Priority: optional Section: debug Installed-Size: 573 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Source: libffado Version: 2.4.7-1+apertis0bv2024dev2b1 Depends: ffado-dbus-server (= 2.4.7-1+apertis0bv2024dev2b1) Filename: pool/development/libf/libffado/ffado-dbus-server-dbgsym_2.4.7-1+apertis0bv2024dev2b1_amd64.deb Size: 489492 MD5sum: d398078bca09fbf830aa9927084616f4 SHA1: 83d3cf946d61190af4e9fe6ee469215d79775bb1 SHA256: 2e49f6d9966e103d22224de608258c7c76f6c8f37a47324f78b1d420565171b1 SHA512: 621f5252011065074a86831dd104d63363fc63bec3b5a72dad94e5fc15e6b421e2347df9bbe01937af9a146b24163f5f7f5f405b994d782e201d58bd27b7c7ee Description: debug symbols for ffado-dbus-server Auto-Built-Package: debug-symbols Build-Ids: f6d277e70dc88e7c74b26c6cc17d8a2793cf2eb9 Package: ffado-mixer-qt4 Priority: optional Section: sound Installed-Size: 2128 Maintainer: Debian Multimedia Maintainers Architecture: all Source: libffado Version: 2.4.7-1+apertis0bv2024dev2b1 Depends: ffado-dbus-server (>= 2.4.7-1+apertis0bv2024dev2b1), ffado-tools (>= 2.4.7-1+apertis0bv2024dev2b1), python3-dbus, python3-dbus.mainloop.pyqt5, python3-pyqt5, python3:any Filename: pool/development/libf/libffado/ffado-mixer-qt4_2.4.7-1+apertis0bv2024dev2b1_all.deb Size: 98884 MD5sum: 69032b434418043171aecd009cd4beb3 SHA1: d1cb4f8eebe9eb5e2d2726fda00cf08fc60ac67f SHA256: bb6e72b6dfe80ee9a35f6a111266f82f5d23339f2e384e7453fb23d2d29fef13 SHA512: 01394839b3b020050a78304c7f41098cd86e0ae5981aa0f8cd765aae21df3903b87441b74cf5462a231c712ae5ae1938e0476e4259345af433a76b8573dcf39e Description: FFADO D-Bus mixer applets FFADO is a Linux driver for FireWire (IEEE1394) audio devices. . The FFADO library permits discovering and configuring such devices and provides an API for streaming clients. . This package holds the mixer and control applications that communicate with ffado-dbus-server. . Despite the package name, the GUI has been updated. Homepage: http://www.ffado.org/ Package: ffado-tools Priority: optional Section: sound Installed-Size: 289 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Source: libffado Version: 2.4.7-1+apertis0bv2024dev2b1 Depends: dbus, libffado2 (= 2.4.7-1+apertis0bv2024dev2b1), python3:any, libc6 (>= 2.34), libgcc-s1 (>= 3.0), libraw1394-11 (>= 2.1.2), libstdc++6 (>= 5.2) Filename: pool/development/libf/libffado/ffado-tools_2.4.7-1+apertis0bv2024dev2b1_amd64.deb Size: 58980 MD5sum: 51de56ebe2ed63f37d7259288cc3823d SHA1: 91cd13d37691da0703e0d18c4624174d0b059e6b SHA256: 0a53567204cbbc97f4a4ccf0709f15ba2813b0ce0f7816a89ca8e092c0355ad2 SHA512: b5b65693a1eaf2b79a4c812fc03399c6f71fcada2e23e281c89ff44c46b644e42195210789677b2e9b1547ee1af48bbeaeaa0faadaf023ca3fcb260ccb8bccaa Description: FFADO debugging and firmware tools FFADO is a Linux driver for FireWire (IEEE1394) audio devices. . The FFADO library permits discovering and configuring such devices and provides an API for streaming clients. . This package holds the following tools for firmware updating, troubleshooting and debugging: * ffado-test-streaming * ffado-diag * ffado-test-isoxmit * ffado-test-isorecv * ffado-bridgeco-downloader * ffado-test * ffado-fireworks-downloader * ffado-debug Homepage: http://www.ffado.org/ Package: ffado-tools-dbgsym Priority: optional Section: debug Installed-Size: 336 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Source: libffado Version: 2.4.7-1+apertis0bv2024dev2b1 Depends: ffado-tools (= 2.4.7-1+apertis0bv2024dev2b1) Filename: pool/development/libf/libffado/ffado-tools-dbgsym_2.4.7-1+apertis0bv2024dev2b1_amd64.deb Size: 236960 MD5sum: 9b7268a3f8a430a187877d0ef4920cf9 SHA1: 4b3280396ce1d26e93a5c6299be03ba0a664a518 SHA256: 51a34479e5d3467f88647eaf92a0e9e980cfc26bc006341109097c4f624cac69 SHA512: 817a7edeb8159c9d0fdd856fac4c88630702c1d736f8b657d53f4434901ef3d7326328494c9e4981aaa04032aaaeaccc1c1d89526489bacd3869bf998447faa4 Description: debug symbols for ffado-tools Auto-Built-Package: debug-symbols Build-Ids: 13277b0b908513b2fa40702383b33523d379d35e 1543afb8605bd5338eb613a5428771f418c03c91 2cc6b79205096a790139086bc79ef49dcc14fff5 3b58beef414ae45dd28fcdf5cc46a2e8cbcea919 3db8eefc3878aec9358a086c443285d292142192 4f336f85e45cf70d68e643b6ef8a1ef801881104 535610b09e438b3c9b22978a9c4581d13eabee58 e09c0ce83b198976b5ddc40dea911288c216810a e8ea1bf60705c099575815c5ce0ea9a8f06b4448 fd6e86939841bd20558e8c397459decd5afe7870 Package: ffjson Priority: optional Section: devel Installed-Size: 3414 Maintainer: Debian Go Packaging Team Architecture: amd64 Source: golang-github-pquerna-ffjson Version: 0.0~git20181028.e517b90-1.1+apertis1bv2024dev3b1 Depends: golang-github-pquerna-ffjson-dev Filename: pool/development/g/golang-github-pquerna-ffjson/ffjson_0.0~git20181028.e517b90-1.1+apertis1bv2024dev3b1_amd64.deb Size: 1173880 MD5sum: b1ac1d2456a451eb20cc02949e6cfac4 SHA1: 529cbde71a1e688e48c9372f86f4acd09c50321f SHA256: 806842702c712bae9b5c6cd73b6343ada2a3399addbfef60b497b58fe8bfd841 SHA512: 82b24bff251ac655a596bef8caedc447343c2792b4c749f5e04927a39e1ef49e4d808b2b41f904a6c10e3623f4367a6094e9b42d8de61eb81346b4fde994f4fd Description: faster JSON serialization for Go ffjson generates static MarshalJSON and UnmarshalJSON functions for structures in Go. The generated functions reduce the reliance upon runtime reflection to do serialization and are generally 2 to 3 times faster. In cases where ffjson doesn't understand a Type involved, it falls back to encoding/json, meaning it is a safe drop in replacement. By using ffjson your JSON serialization just gets faster with no additional code changes. . This package contains the ffjson executable. Homepage: https://github.com/pquerna/ffjson Package: fido2-tools Priority: optional Section: utils Installed-Size: 176 Maintainer: Debian Authentication Maintainers Architecture: amd64 Source: libfido2 Version: 1.12.0-2+apertis0bv2024dev2b1 Depends: libfido2-1 (= 1.12.0-2+apertis0bv2024dev2b1), libc6 (>= 2.34), libcbor0.8 (>= 0.8.0), libssl3 (>= 3.0.0), zlib1g (>= 1:1.1.4) Filename: pool/development/libf/libfido2/fido2-tools_1.12.0-2+apertis0bv2024dev2b1_amd64.deb Size: 45420 MD5sum: 2db42428fa42a20d157454d62adf7d80 SHA1: 01bfb231cf80a7963b2a78e2ecb896a42cc1262e SHA256: 2ac11d76e8b674fbef5f060e54f98849ab5c5de934f06fc4feb28227f752ff80 SHA512: 51dfd0117caf37543beb97e742ee5998591894191c4c9a71a4bbb607d0510728f5c6cd7cefb43337ca59570fabcbcf1b286b76ce10ba6e8d80b04a1a885a9fbf Description: command-line tools to configure and use a FIDO 2 token A set of tools to manage a FIDO 2 token, generate credentials and assertions, and verify them. Homepage: https://developers.yubico.com/libfido2/ Multi-Arch: foreign Package: fido2-tools-dbgsym Priority: optional Section: debug Installed-Size: 166 Maintainer: Debian Authentication Maintainers Architecture: amd64 Source: libfido2 Version: 1.12.0-2+apertis0bv2024dev2b1 Depends: fido2-tools (= 1.12.0-2+apertis0bv2024dev2b1) Filename: pool/development/libf/libfido2/fido2-tools-dbgsym_1.12.0-2+apertis0bv2024dev2b1_amd64.deb Size: 117496 MD5sum: b6436479149e1b8622308eb1a30a123f SHA1: 0b277579288ad3438a9413cd193dbc96d3edc1ab SHA256: 337ad9cc8b168f879f669078b96322e6ad00eeabd15bbcbfe2c5267a45deffac SHA512: 438b985ee7f96a0e7dbd8982931b22429020c22300beca0d180d2c856f1087ec23103a513fe15ce185bd9f5cf105b4ea41b3aa97c4addd4510714ad924c9c070 Description: debug symbols for fido2-tools Auto-Built-Package: debug-symbols Build-Ids: 07137836938046b45c23a6b480e784643f62a48c 126238bae176bb40999bcf1ee0f837f0cc7e9afb 65fd0852f28e69f0b6f59bd15a485fc609a185cd Package: fig2dev Priority: optional Section: graphics Installed-Size: 1053 Maintainer: Roland Rosenfeld Architecture: amd64 Version: 1:3.2.8b-3+apertis0bv2024preb1 Replaces: transfig (<< 1:3.2.6~beta-1~) Provides: transfig Depends: gawk, ghostscript, netpbm, x11-common, libc6 (>= 2.34), libpng16-16 (>= 1.6.2-1), zlib1g (>= 1:1.1.4) Suggests: xfig Breaks: transfig (<< 1:3.2.6~beta-1~) Filename: pool/development/f/fig2dev/fig2dev_3.2.8b-3+apertis0bv2024preb1_amd64.deb Size: 445800 MD5sum: 77a602767fd295baf6f66b286b09db5d SHA1: 2d55eccceab598ec315acf5e692685519757e3d7 SHA256: 769727ee162d3f63f7bf32a94d8f2cd241ad9c1f1790858a7ac629129a0b8006 SHA512: 153829f71e28ae803657c678ae14b53484f79de5326323a123e005901656337fe13f950a8510897bd55c65edb3d21caea1a3d26464df7e8cc9982243dc3fc851 Description: Utilities for converting XFig figure files This package contains utilities (mainly fig2dev) to handle XFig (Facility for Interactive Generation of figures) files. . It can convert files produced by xfig to box, cgm, dxf, epic, eepic, eepicemu, emf, eps, gbx (Gerber beta driver), gif, ibmgl, jpeg, latex, map (HTML image map), mf (MetaFont), mp (MetaPost), pcx, pdf, pdftex, pdftex_t, pic, pict2e, pictex, png, ppm, ps, pstex, pstex_t, pstricks, ptk (Perl/Tk), shape (LaTeX shaped paragraphs), sld (AutoCad slide format), svg, textyl, tiff, tikz, tk (Tcl/Tk), tpic, xbm and xpm. Homepage: https://sourceforge.net/projects/mcj/ Multi-Arch: foreign Package: fig2dev-dbgsym Priority: optional Section: debug Installed-Size: 705 Maintainer: Roland Rosenfeld Architecture: amd64 Source: fig2dev Version: 1:3.2.8b-3+apertis0bv2024preb1 Depends: fig2dev (= 1:3.2.8b-3+apertis0bv2024preb1) Filename: pool/development/f/fig2dev/fig2dev-dbgsym_3.2.8b-3+apertis0bv2024preb1_amd64.deb Size: 649024 MD5sum: 8593486892d75df67be83bdbad30f863 SHA1: 156e6d66eba724ebab2cfbfd533d5e14b8229012 SHA256: ce063e4783cf93ee26d4ada3cbd652bb2e290463274166a61a499b695f8fbbbd SHA512: b15e59b65b3f4d12c855fa7930a3e34498040acd1cccf00aac08e62bf32901b20922b369328f1c12f9135df2b84c89895acca20e7c6cb22fde3924292b1d3e20 Description: debug symbols for fig2dev Auto-Built-Package: debug-symbols Build-Ids: 18ec05e380ce4c076810d9d5d273e8bb17db1538 62dda627a3fe83772f0d713d4793d4b6223bb625 a586c1e9b265b1a6cc7f0b9e9399b3d6e1035fd0 b1a03195aebc22d5c86abec41cd5a4e6f5e59a74 Package: findbugs Priority: optional Section: java Installed-Size: 484 Maintainer: Debian Java Maintainers Architecture: all Version: 3.1.0~preview2-3+apertis2bv2024preb2 Depends: default-jre (>= 2:1.8) | java8-runtime, libfindbugs-ant-java, libfindbugs-java, java-wrappers Filename: pool/development/f/findbugs/findbugs_3.1.0~preview2-3+apertis2bv2024preb2_all.deb Size: 174788 MD5sum: 34dcb50c50c7165feea03de9778743ec SHA1: a95a69ba5ab4abf1d54fcfec9641f67211d02ed4 SHA256: fb14daf99068d00e9ecb1a154af5556ccbcf3cf12a8f767efe01fdd472fad22f SHA512: 567a1e1484b90e12e82a8f941b352303e26600fa660bd5a0c7615c14d9906dfa2486bdc4df1aa28d450af00db9d772a0f718f7a6b6208068e85a2f6537bee597 Description: Static java code analyzer to find bugs FindBugs is a program which uses static analysis to look for bugs in Java code. It can analyze programs compiled for any version of Java, from 1.0 to 1.8. . FindBugs provides both GUI and command line interfaces and supports many bug patterns. Homepage: http://findbugs.sourceforge.net Package: findutils Essential: yes Priority: required Section: utils Installed-Size: 1749 Maintainer: Andreas Metzler Architecture: amd64 Version: 4.9.0-4+apertis1bv2024dev2b1 Pre-Depends: libc6 (>= 2.34), libselinux1 (>= 3.1~) Breaks: binstats (<< 1.08-8.1), guilt (<< 0.36-0.2), libpython3.4-minimal (<< 3.4.4-2), libpython3.5-minimal (<< 3.5.1-3), lsat (<< 0.9.7.1-2.1), mc (<< 3:4.8.11-1), switchconf (<< 0.0.9-2.1) Filename: pool/development/f/findutils/findutils_4.9.0-4+apertis1bv2024dev2b1_amd64.deb Size: 638392 MD5sum: f4085033188405aa42d1dad849ad7c90 SHA1: fa67b7ced8f58492e86ce14e0fb835379144d7a8 SHA256: d53ba20aa2195c415296aa7fd3a3af5df8a0988e90d58e9a59055be600609ba0 SHA512: 7ab61d8882db9c52d78082d6ccf370a787cfce745c5582ad4add2931b585d46b5a9e3e81f6f3172497fcddced865b2ced230325576303eb7356daf9fb377424b Description: utilities for finding files--find, xargs GNU findutils provides utilities to find files meeting specified criteria and perform various actions on the files which are found. This package contains 'find' and 'xargs'; however, 'locate' has been split off into a separate package. Homepage: https://savannah.gnu.org/projects/findutils/ Multi-Arch: foreign Package: findutils-dbgsym Priority: optional Section: debug Installed-Size: 429 Maintainer: Andreas Metzler Architecture: amd64 Source: findutils Version: 4.9.0-4+apertis1bv2024dev2b1 Depends: findutils (= 4.9.0-4+apertis1bv2024dev2b1) Filename: pool/development/f/findutils/findutils-dbgsym_4.9.0-4+apertis1bv2024dev2b1_amd64.deb Size: 379720 MD5sum: bb704743a65097a76a793bd67ecd2927 SHA1: 2a2bd1f336d92a66954698989ee4441a9183ff5e SHA256: 827e8c4685fcb80c368f9074a8041d3faa03e65f061bcb52bec38606d15e2267 SHA512: cf2ea5aa9c7c5c2a6a55f3e63b837586ebf8dea1cb3afac7ed4ab303f411724b2f4aa992dad260ac4ca25afcb0bebd52ffb06bcb45da43c66c7ae26ae0acfe1b Description: debug symbols for findutils Auto-Built-Package: debug-symbols Build-Ids: 5c2d76018d9cc7ca77f79ebc4f971948b6becbe6 bd848cb6137f4013cc35e1f2eb0b3551e4551437 Package: fiona Priority: optional Section: science Installed-Size: 45 Maintainer: Debian GIS Project Architecture: amd64 Version: 1.9.0-1+apertis0bv2024dev2b1 Depends: python3-fiona (= 1.9.0-1+apertis0bv2024dev2b1), python3-click-plugins, python3:any Filename: pool/development/f/fiona/fiona_1.9.0-1+apertis0bv2024dev2b1_amd64.deb Size: 24800 MD5sum: 07e6ea7c8a2c64784c88a5a0086a0a54 SHA1: 45444aa0f07709bc5ae01e7917aa62fa0c596e2f SHA256: b7a6d5ab1992dc95cc57b63ceaf9e683ff48d293e2da820a50f9efec09754d09 SHA512: 9e864b307a145b837f4d4721c92984863d4bc6995256fdf77604255aa75bf72aed2a19f02e21e09ddae1312aa0af5ca48af2628b2fb59e6d953af9b677790859 Description: Command line tool for reading/writing vector geospatial data Fiona is a Python wrapper around the OGR vector data abstraction library. Fiona is designed to be simple and dependable. It focuses on reading and writing data in standard Python IO style and relies upon familiar Python types and protocols such as files, dictionaries, mappings, and iterators instead of classes specific to OGR. Fiona can read and write real-world data using multi-layered GIS formats and zipped virtual file systems and integrates readily with other Python GIS packages such as pyproj, Rtree, and Shapely. . This package provides the fiona command line tools Homepage: https://github.com/Toblerity/Fiona Package: firebird-dev Priority: optional Section: libdevel Installed-Size: 1461 Maintainer: Damyan Ivanov Architecture: amd64 Source: firebird3.0 Version: 3.0.11.33637.ds4-2+apertis0bv2024dev2b1 Replaces: firebird2-dev, firebird2.1-dev, firebird2.5-dev Depends: libfbclient2 (>= 3.0.11.33637.ds4-2+apertis0bv2024dev2b1), libib-util (>= 3.0.11.33637.ds4-2+apertis0bv2024dev2b1), firebird3.0-common-doc (= 3.0.11.33637.ds4-2+apertis0bv2024dev2b1) Suggests: firebird3.0-examples Conflicts: firebird2-dev, firebird2.1-dev, firebird2.5-dev Filename: pool/development/f/firebird3.0/firebird-dev_3.0.11.33637.ds4-2+apertis0bv2024dev2b1_amd64.deb Size: 119604 MD5sum: f7d9aa0435a2b3cd778708f5050d6ff4 SHA1: 39320f1a88439755800b177bafe46f9ccd56f9c6 SHA256: ca1aaf7bc61f5f6e2d364bdd236ff8f5baef1ec8e95aa381154280456372f203 SHA512: 1cc25ef7ae3a9c546f53f41b6debf5d177892cbde8814018db7b498cc543db067af7b845822348d8d8a519459853abfa336dee911ad1369689485bebd0583fd6 Description: Development files for Firebird C header files for Firebird, useful if one compiles programs that use the Firebird client to work with Firebird databases. . See firebird3.0-server package for more information about Firebird. Homepage: https://firebirdsql.org/ Package: firebird3.0-common Priority: optional Section: database Installed-Size: 61 Maintainer: Damyan Ivanov Architecture: all Source: firebird3.0 Version: 3.0.11.33637.ds4-2+apertis0bv2024dev2b1 Depends: firebird3.0-common-doc (= 3.0.11.33637.ds4-2+apertis0bv2024dev2b1) Filename: pool/development/f/firebird3.0/firebird3.0-common_3.0.11.33637.ds4-2+apertis0bv2024dev2b1_all.deb Size: 15296 MD5sum: 9e0ffe54cc9b152653f9d538453f8b20 SHA1: 506916a9f4d58852dcb67355b168accefaea3e90 SHA256: 46c48134c0e6ea3e8a4ac0146a99613bbccf03a362fab6513b90aa32bdb6774a SHA512: 8ac403043a79919c9d5357812d96e6ff84268544e0ffa9eeb51a9336ea2f2f372b7caa4796719512633aa812554e1f00eeb1dc5fa481c62eb94a605875afedc2 Description: common files for firebird 3.0 server, client and utilities Common files for the Firebird server, client and user utilities. . These include the support scripts as well as configuration files in /etc/firebird/3.0. Homepage: https://firebirdsql.org/ Multi-Arch: foreign Package: firebird3.0-common-doc Priority: optional Section: doc Installed-Size: 133 Maintainer: Damyan Ivanov Architecture: all Source: firebird3.0 Version: 3.0.11.33637.ds4-2+apertis0bv2024dev2b1 Filename: pool/development/f/firebird3.0/firebird3.0-common-doc_3.0.11.33637.ds4-2+apertis0bv2024dev2b1_all.deb Size: 35096 MD5sum: 8885ca76af946732dab0c680ee04bc00 SHA1: cbd484c662f30dd7dd286e54cdb2039dfac2c63c SHA256: 6bcf16b6f173a6ebc8b4796e688eb4dee726ac49f199afd619452a4c9e3d4a8c SHA512: db08270c85f2e40471dc7ed59ddc48a8d2578b191da67550aab7369b4d20a92003b1cc156559576b8aca567c1754dd0f38c268c292bb2282f5692c6b7a5ff5f5 Description: copyright, licensing and changelogs of firebird3.0 Copyright, licensing information and upstream changelog of firebird3.0. . Due to the size of the upstream change log and copyright/licensing summary, keeping them in a separate package saves space on mirrors and when installing firebird3.0 packages. Homepage: https://firebirdsql.org/ Multi-Arch: foreign Package: firebird3.0-doc Priority: optional Section: doc Installed-Size: 542 Maintainer: Damyan Ivanov Architecture: all Source: firebird3.0 Version: 3.0.11.33637.ds4-2+apertis0bv2024dev2b1 Depends: firebird3.0-common-doc (= 3.0.11.33637.ds4-2+apertis0bv2024dev2b1) Filename: pool/development/f/firebird3.0/firebird3.0-doc_3.0.11.33637.ds4-2+apertis0bv2024dev2b1_all.deb Size: 200220 MD5sum: 64bc3dddd0b23be1467f8c467aa49c10 SHA1: 92860500f8b065a97255863e0bdf55c73ba09865 SHA256: f43d3011be3c495f4f7703472e3a8bfae685c91d6ecf0a02485eb4db5d6a1aee SHA512: 855adf672ed31ff486b3edddd15dea53bbb9198ecf6933ba44c2952e73c8a283a2056bfd7dece92695e05295164a284be679c36796eaa0eee0c07c2926b602ac Description: Documentation files for firebird database version 3.0 Various documents for firebird 3.0. These include the release notes, what's new in firebird 3.0, quick start guide, upgrade guide, list of ISQL enhancements etc. Homepage: https://firebirdsql.org/ Multi-Arch: foreign Package: firebird3.0-examples Priority: optional Section: doc Installed-Size: 219 Maintainer: Damyan Ivanov Architecture: all Source: firebird3.0 Version: 3.0.11.33637.ds4-2+apertis0bv2024dev2b1 Depends: firebird3.0-common-doc (= 3.0.11.33637.ds4-2+apertis0bv2024dev2b1) Recommends: firebird3.0-dev Filename: pool/development/f/firebird3.0/firebird3.0-examples_3.0.11.33637.ds4-2+apertis0bv2024dev2b1_all.deb Size: 119364 MD5sum: 28849c57fae77ebbb70ad2e9d65edc59 SHA1: 467c51f65f1a0d4aa3e19209d7cea7d2db1ecf1b SHA256: 8b4ee1a7649429dd14db1f5c805df73194c9388ae947cba247e994c7494d6b4e SHA512: 59e2d874a145f0caabdeaa4d546766024e2660f89109036bc5b3721652ad03ff8ffe256ef3fa2683cb0e77beed1876a90caf0b78d2155c99bbf0040a1e9b4e2d Description: Examples for Firebird database The examples included in this package are provided as samples and are also used by Firebird's testing suite (TCS). The examples are in the form of .h, .c, .e, .fdb and .gbk files. . See firebird3.0-server package for more information about Firebird. Homepage: https://firebirdsql.org/ Multi-Arch: foreign Package: firebird3.0-server Priority: optional Section: database Installed-Size: 1573 Maintainer: Damyan Ivanov Architecture: amd64 Source: firebird3.0 Version: 3.0.11.33637.ds4-2+apertis0bv2024dev2b1 Replaces: firebird3.0-server-core (<< 3.0.3.32900.ds4-3~) Provides: firebird-server Depends: adduser, libc6 (>= 2.34), libfbclient2 (>= 3.0.0~svn20110219r52404.ds3), libgcc-s1 (>= 3.0), libstdc++6 (>= 4.1.1), libtommath1 (>= 1.1.0), firebird3.0-common (= 3.0.11.33637.ds4-2+apertis0bv2024dev2b1), firebird3.0-server-core (= 3.0.11.33637.ds4-2+apertis0bv2024dev2b1), firebird3.0-utils (= 3.0.11.33637.ds4-2+apertis0bv2024dev2b1), lsb-base (>= 3.0-6), debconf (>= 1.4.69), firebird3.0-common-doc (= 3.0.11.33637.ds4-2+apertis0bv2024dev2b1) Pre-Depends: init-system-helpers (>= 1.54~) Recommends: libib-util Suggests: firebird3.0-doc Conflicts: firebird-server, firebird2.1-classic, firebird2.1-server-common, firebird2.1-super, firebird2.5-server-common Filename: pool/development/f/firebird3.0/firebird3.0-server_3.0.11.33637.ds4-2+apertis0bv2024dev2b1_amd64.deb Size: 436992 MD5sum: dbd94e9f2a91232872b482080c3501b9 SHA1: 0a737f9aba6b45844030f37719a46901a1be4079 SHA256: a87fdbe41c54667db13ef512bfaec92d569313a93dee843d76767aa74ae4a6b7 SHA512: 2f787c8403eb23167e17100571ec8b6232ef71409922d24784d63be26adc26d6ad17614c28e72ce9d5adcba9e6c24f1474f55d2bc61181b8cca78e5e32973fae Description: Firebird Server - an RDBMS based on InterBase 6.0 code Firebird is a relational database offering many ANSI SQL-99 features that runs on Linux, Windows, and a variety of Unix platforms. Firebird offers excellent concurrency, high performance, and powerful language support for stored procedures and triggers. It has been used on production systems under a variety of names since 1981. . This package contains the server binary as well as its configuration files. The default mode of operation is the so called "super", which is a single-threaded server process with shared database cache between connections. The two other operation modes -- "classic" (separate process/cache for each connection) and "superclassic" (separate thread/cache for each connection) are also available via configuration options. Homepage: https://firebirdsql.org/ Package: firebird3.0-server-core Priority: optional Section: database Installed-Size: 10471 Maintainer: Damyan Ivanov Architecture: amd64 Source: firebird3.0 Version: 3.0.11.33637.ds4-2+apertis0bv2024dev2b1 Replaces: firebird3.0-server (<< 3.0.0.32483.ds4-6~) Depends: libc6 (>= 2.34), libfbclient2 (>= 3.0.0~svn20110219r52404.ds3), libgcc-s1 (>= 3.0), libib-util (>= 2.5.0.23247~Beta1.ds2), libstdc++6 (>= 4.1.1), libicu72, firebird3.0-common (= 3.0.11.33637.ds4-2+apertis0bv2024dev2b1), firebird3.0-common-doc (= 3.0.11.33637.ds4-2+apertis0bv2024dev2b1) Recommends: firebird3.0-utils Suggests: firebird3.0-server Breaks: firebird3.0-server (<< 3.0.0.32483.ds4-6~) Filename: pool/development/f/firebird3.0/firebird3.0-server-core_3.0.11.33637.ds4-2+apertis0bv2024dev2b1_amd64.deb Size: 2748512 MD5sum: 6b81dccc46c319a29e118638ef914b44 SHA1: 4b3ea35c01d446bf415518bd79fe715c32514c70 SHA256: dd181b176b7a449ad055be6abf4a7e0653eef246bc8335cf60e9616adba27946 SHA512: c895d2c67df1319a86aa8977c5026ff396f5a7de3b72c35eec27e60a56dd3abc819a59a777ecf005fcd2e84ded3ea1cc002a0427b3d77da142ceafe59329488f Description: Firebird engine core Firebird database engine and support libraries. This package is required for embedded (serverless) access to local databases with the tools packaged in firebird3.0-utils or other binaries linked to the firebird client library, libfbclient2. . The rest of the binaries needed for running a full-featured, remotely-accessible Firebird server are in the firebird3.0-server package. Enhances: libfbclient2 Homepage: https://firebirdsql.org/ Multi-Arch: same Package: firebird3.0-server-core-dbgsym Priority: optional Section: debug Installed-Size: 47686 Maintainer: Damyan Ivanov Architecture: amd64 Source: firebird3.0 Version: 3.0.11.33637.ds4-2+apertis0bv2024dev2b1 Depends: firebird3.0-server-core (= 3.0.11.33637.ds4-2+apertis0bv2024dev2b1) Filename: pool/development/f/firebird3.0/firebird3.0-server-core-dbgsym_3.0.11.33637.ds4-2+apertis0bv2024dev2b1_amd64.deb Size: 46686980 MD5sum: c050c7f049392c7ff268d665ef7fd29c SHA1: fa30254df693a0e85668ffc7c6d11b5771e0e89e SHA256: 25bf566a971f1175ad369b666c4749a2021b809d97bc11f3c4804dd13bea4870 SHA512: c0746a24a0d6feaa5c24e02831ad7243852cafc90d0950bd634e1e3f7092f8c0d38420d3839093ecedb33a7d72433f6facd66226e28cbc806b05c3155a23cf28 Description: debug symbols for firebird3.0-server-core Auto-Built-Package: debug-symbols Build-Ids: 4bc6a5cab4eb513a716e0e1f6c5d0ac5042a23b8 5692aff25eadfdf114c5fbd6ab32ac396950690e 61fca992b5a9350213c762b902d107ac63918510 93b4cdc60c444774cef9b8fe8a53d88a54a370c5 9c2937af95ec78ba86bf514b05962ad22df56f5f bbfcd0245cc9ae96d00041c219d7d2db0ba7c9a1 dd91fc0db5797864497e099432678cd3014bd62c f59c245737917ee65672e8189577d9ca8b55f638 fa476bd6a432c3286b9c4ed29bec416497ae8d38 Multi-Arch: same Package: firebird3.0-server-dbgsym Priority: optional Section: debug Installed-Size: 5625 Maintainer: Damyan Ivanov Architecture: amd64 Source: firebird3.0 Version: 3.0.11.33637.ds4-2+apertis0bv2024dev2b1 Depends: firebird3.0-server (= 3.0.11.33637.ds4-2+apertis0bv2024dev2b1) Filename: pool/development/f/firebird3.0/firebird3.0-server-dbgsym_3.0.11.33637.ds4-2+apertis0bv2024dev2b1_amd64.deb Size: 5257508 MD5sum: 5b37f9d211d06be25da269082f292fbf SHA1: c625d1c9f535a7c1fd973b9df1a3a36a52dada1e SHA256: 08e3f04edf53562644ed2edbfc0aa2eac5939e4487ee42b7f788e0e950b0b7c2 SHA512: 41b75a8cb31e6af12fb999746b9694455474c3fc1ba97419831df5599b15d4daae52c5d936767e0e3c8c58ec8f302af934d78f66e1f83085f9c459c35634ef65 Description: debug symbols for firebird3.0-server Auto-Built-Package: debug-symbols Build-Ids: d86c2908c270c7105e19a4f0f3160b6983aee7f7 db88733b3676d604f19bcbc1b6492ea35fa0860b dec3e8d96a0c0d94035a75d52d45449cc1dca9e6 ed30bf2f0865f6a359e00b263fcd95e6b07dd324 Package: firebird3.0-utils Priority: optional Section: database Installed-Size: 3504 Maintainer: Damyan Ivanov Architecture: amd64 Source: firebird3.0 Version: 3.0.11.33637.ds4-2+apertis0bv2024dev2b1 Provides: firebird-utils Depends: libc6 (>= 2.34), libedit2 (>= 2.11-20080614-0), libfbclient2 (>= 3.0.0~svn20110219r52404.ds3), libgcc-s1 (>= 3.0), libstdc++6 (>= 4.1.1), firebird3.0-common (= 3.0.11.33637.ds4-2+apertis0bv2024dev2b1), firebird3.0-common-doc (= 3.0.11.33637.ds4-2+apertis0bv2024dev2b1) Recommends: firebird3.0-server-core Suggests: firebird3.0-doc, firebird3.0-server Conflicts: firebird-utils, firebird2.1-classic, firebird2.1-common, firebird2.1-super, firebird2.5-classic-common, firebird2.5-common, firebird2.5-server-common, firebird2.5-super Filename: pool/development/f/firebird3.0/firebird3.0-utils_3.0.11.33637.ds4-2+apertis0bv2024dev2b1_amd64.deb Size: 918620 MD5sum: d3fc9298115132e7bc9f8e093e9c4d4a SHA1: 21fb6660b1598d9c7f39c46f35815e543f9faa43 SHA256: 4939401b689fce8b6095ccc5c864549750e46c4233e06d96ec9042339fcd70c2 SHA512: 5346d36107de64a39042d0498a287a029e653001ac5b19aef5be49739e6ff82090532d0f7b65b7d1f78c5eb22aa4c7db3c3364e33171cfc3000ebc7c4d86fd13 Description: Firebird command line utilities This package contains the utilities for managing Firebird databases: * isql-fb -- interactive console (original name isql) * gbak -- backup and restore databases * gfix -- check and repair databases * gsec -- manage users and roles * fbstat -- analyze databases (original name gstat) * nbackup -- incremental backup and file-level copy * gpre -- preprocess sources with embedded SQL Homepage: https://firebirdsql.org/ Package: firebird3.0-utils-dbgsym Priority: optional Section: debug Installed-Size: 9710 Maintainer: Damyan Ivanov Architecture: amd64 Source: firebird3.0 Version: 3.0.11.33637.ds4-2+apertis0bv2024dev2b1 Depends: firebird3.0-utils (= 3.0.11.33637.ds4-2+apertis0bv2024dev2b1) Filename: pool/development/f/firebird3.0/firebird3.0-utils-dbgsym_3.0.11.33637.ds4-2+apertis0bv2024dev2b1_amd64.deb Size: 9073872 MD5sum: 329c5484c1ecd8f0433455be52d9c60f SHA1: 42a7f931c95e8675be012ed2e6b5c3e45b33a546 SHA256: cfe8155c6dc78be7dc58eea785e8b0e49522511206e92b05581afe2ebd73e191 SHA512: 3ab67d06d584ba87e5bef7aa8085eb0c189b8d0ad546deab0779520ecf6889bba57f81563e769e48e652d2052d01a913a24e574df47dc6dd8540a824d4ed336f Description: debug symbols for firebird3.0-utils Auto-Built-Package: debug-symbols Build-Ids: 1e59a47f42874326c318f88ec9f32cde6126755e 2b73afbb10109a55979c7257592598e140151aee 764d3dfc3e2b6a5fac5a78e8f68d3eb198ec8215 80618e5df855df69bdc6854ce0b327889e4b7a8c 89f5c42d500ecb63f324f53197405be238ac6ca5 a8afda304bfe4d0e7383020f5e4b16e9563833bb de0dd02f1311618d596b846c5ad3d9c327137ce1 ec973d3d1133990b96a39f2bcac186701eac01eb Package: firewall-applet Priority: optional Section: net Installed-Size: 274 Maintainer: Utopia Maintenance Team Architecture: all Source: firewalld Version: 1.3.3-1~deb12u1+apertis0bv2024preb1 Depends: firewall-config (= 1.3.3-1~deb12u1+apertis0bv2024preb1), firewalld (= 1.3.3-1~deb12u1+apertis0bv2024preb1), gir1.2-nm-1.0, gir1.2-notify-0.7, python3-dbus, python3-gi, python3-pyqt5, python3-dbus.mainloop.pyqt5, python3-firewall (= 1.3.3-1~deb12u1+apertis0bv2024preb1), python3:any Filename: pool/development/f/firewalld/firewall-applet_1.3.3-1~deb12u1+apertis0bv2024preb1_all.deb Size: 51848 MD5sum: 8c07a2f0779ed0cf6bca30fffab8af6d SHA1: 6f69a6ec4b0c5ad02ebda789651568723862a136 SHA256: dbafda40d0db1bd84f3a9a8a32ecfe1fab7eaf4bdad252bebfd851f378d4f048 SHA512: 8fe30d013eb02dbc6d9cfaef8a27706da769c28708410d10fe12aaaa84cdb18fe11946822ddcdd05b24e0b8690452e959e3187f3b54da1f1fbca9186bf036c5d Description: panel applet providing status information of firewalld firewalld is a dynamically managed firewall daemon with support for network/firewall zones to define the trust level of network connections or interfaces. It has support for IPv4, IPv6 firewall settings and for ethernet bridges and has a separation of runtime and persistent configuration options. It also provides a D-Bus interface for services or applications to add and apply firewall rules on-the-fly. . This package provides a panel applet which shows status information of firewalld. Homepage: https://www.firewalld.org/ Package: firewall-config Priority: optional Section: net Installed-Size: 1167 Maintainer: Utopia Maintenance Team Architecture: all Source: firewalld Version: 1.3.3-1~deb12u1+apertis0bv2024preb1 Depends: firewalld (= 1.3.3-1~deb12u1+apertis0bv2024preb1), gir1.2-glib-2.0, gir1.2-gtk-3.0, gir1.2-nm-1.0, gir1.2-pango-1.0, python3-dbus, python3-gi, python3-firewall (= 1.3.3-1~deb12u1+apertis0bv2024preb1), dconf-gsettings-backend | gsettings-backend, python3:any Filename: pool/development/f/firewalld/firewall-config_1.3.3-1~deb12u1+apertis0bv2024preb1_all.deb Size: 79560 MD5sum: 108f368d58aadfe6c6218c766a7d5870 SHA1: 3c4efc8be8517031d4b3747342c92265d9a6f2c3 SHA256: 1a460f0b6bb109faf20f31d096cecee5271a33b954118f36003fdc25b4613bf6 SHA512: cea1408b2396d216170535d7f49657f0bbdbeac117d20af030d68a628749240d27534fb3a5bec6e65b97885a277234f33b4e18d8fabeb707f561d1b0115215dc Description: graphical configuration tool to change the firewall settings firewalld is a dynamically managed firewall daemon with support for network/firewall zones to define the trust level of network connections or interfaces. It has support for IPv4, IPv6 firewall settings and for ethernet bridges and has a separation of runtime and persistent configuration options. It also provides a D-Bus interface for services or applications to add and apply firewall rules on-the-fly. . This package provides a graphical configuration tool to change the firewall settings. Homepage: https://www.firewalld.org/ Package: firewalld Priority: optional Section: net Installed-Size: 2478 Maintainer: Utopia Maintenance Team Architecture: all Version: 1.3.3-1~deb12u1+apertis0bv2024preb1 Depends: dbus, gir1.2-glib-2.0, gir1.2-nm-1.0, polkitd | policykit-1, python3-dbus, python3-gi, python3-nftables (>= 0.9.3-2~), python3-firewall (= 1.3.3-1~deb12u1+apertis0bv2024preb1), python3:any Recommends: ipset, iptables, python3-cap-ng Filename: pool/development/f/firewalld/firewalld_1.3.3-1~deb12u1+apertis0bv2024preb1_all.deb Size: 368440 MD5sum: 7f3afeb982e4fe4e5cdc51b4776dc6dd SHA1: d9cd841f932b962209eb8d8a38c46540f09ca979 SHA256: 0d6e212ca98c5d1018959d72accc688ee1f72a9e33f7443041dc696343f038d8 SHA512: 433ad4f3b6b298a832801db1545908035da13f0a36e5207dbd70e8ac9f0fd3d48ef9315c24756022fb52d72f2432a53a19c1615cc8e98f94d6f885b737311f0e Description: dynamically managed firewall with support for network zones firewalld is a dynamically managed firewall daemon with support for network/firewall zones to define the trust level of network connections or interfaces. It has support for IPv4, IPv6 firewall settings and for ethernet bridges and has a separation of runtime and persistent configuration options. It also provides a D-Bus interface for services or applications to add and apply firewall rules on-the-fly. Homepage: https://www.firewalld.org/ Package: firewalld-tests Priority: optional Section: misc Installed-Size: 13876 Maintainer: Utopia Maintenance Team Architecture: all Source: firewalld Version: 1.3.3-1~deb12u1+apertis0bv2024preb1 Depends: firewalld (= 1.3.3-1~deb12u1+apertis0bv2024preb1), python3-firewall (= 1.3.3-1~deb12u1+apertis0bv2024preb1) Filename: pool/development/f/firewalld/firewalld-tests_1.3.3-1~deb12u1+apertis0bv2024preb1_all.deb Size: 235032 MD5sum: 4c7b22497724ac45d5ebc89e2f578489 SHA1: c465ffa4409b1adfa909021f7505505cd40e32ed SHA256: e20c89f1f7967af53d03ece8a0a7641c8f323285ffdbd8dae5e50c3ba403c95b SHA512: 8ce8cc46143c9e34d08d34a21517475ccd62c439e2a86cb1999a13af9314596f7d77334fbec99c8dafbbc9cc10af770f24195f42b63c7344e690b05e814f5a7d Description: installed tests for firewalld firewalld is a dynamically managed firewall daemon with support for network/firewall zones to define the trust level of network connections or interfaces. It has support for IPv4, IPv6 firewall settings and for ethernet bridges and has a separation of runtime and persistent configuration options. It also provides a D-Bus interface for services or applications to add and apply firewall rules on-the-fly. . This package provides test programs that can be run as part of a regression testsuite, e.g. via autopkgtest. Homepage: https://www.firewalld.org/ Package: fish Priority: optional Section: shells Installed-Size: 5626 Maintainer: Tristan Seligmann Architecture: amd64 Version: 3.6.0-3.1+apertis0bv2024dev3b1 Depends: fish-common (= 3.6.0-3.1+apertis0bv2024dev3b1), bsdextrautils, groff-base, man-db, procps, python3, libc6 (>= 2.34), libpcre2-32-0 (>= 10.22), libstdc++6 (>= 12), libtinfo6 (>= 6) Recommends: xsel, lynx | www-browser Suggests: doc-base Filename: pool/development/f/fish/fish_3.6.0-3.1+apertis0bv2024dev3b1_amd64.deb Size: 987336 MD5sum: aaf030805a9de5e45ea20abb4520def8 SHA1: 5b74d01ead00eb3916bc5c18d051e5c4f0b04ee4 SHA256: 6c803ca36e936d43a0871d281c3e259af029ecabe34df0f16666e9185d11dab6 SHA512: 6889c504b5247d8a26f8cc822dcac4eb37d938b26656c39defcd271fedef90ab44c2b0a30a6848ab4be3d2c0e2fda8d4a2e745b039e2693959e45963d902c5ab Description: friendly interactive shell Fish is a shell geared towards interactive use. Its features are focused on user friendliness and discoverability. The language syntax is simple but incompatible with other shell languages. Homepage: http://fishshell.com/ Package: fish-common Priority: optional Section: shells Installed-Size: 12231 Maintainer: Tristan Seligmann Architecture: all Source: fish Version: 3.6.0-3.1+apertis0bv2024dev3b1 Recommends: fish Filename: pool/development/f/fish/fish-common_3.6.0-3.1+apertis0bv2024dev3b1_all.deb Size: 1671032 MD5sum: deb49a4d2be67c5360d0de4decc0f0e6 SHA1: 41f4d4815643060b8e03fde3f3cb760a720a7aac SHA256: 5119a8f9fc25a8eeb798ac4cc4e9b49d079a6bae5926c78f3303eca6682186b4 SHA512: d910d2db95234d47af1c59f59068c43155e734712b225bed8a80e37b5145ff3e863f482aa8d7b3c34c76aea9427d769a5a01ce5e3b680af41adaf56cdf87ba5c Description: friendly interactive shell (architecture-independent files) Fish is a shell geared towards interactive use. Its features are focused on user friendliness and discoverability. The language syntax is simple but incompatible with other shell languages. . This package contains the common fish files shared by all architectures. Homepage: http://fishshell.com/ Multi-Arch: foreign Package: fish-dbgsym Priority: optional Section: debug Installed-Size: 44952 Maintainer: Tristan Seligmann Architecture: amd64 Source: fish Version: 3.6.0-3.1+apertis0bv2024dev3b1 Depends: fish (= 3.6.0-3.1+apertis0bv2024dev3b1) Filename: pool/development/f/fish/fish-dbgsym_3.6.0-3.1+apertis0bv2024dev3b1_amd64.deb Size: 44948056 MD5sum: df6f0d9ceb6d84bbfe1326ea8e5e45de SHA1: aff1f322e9913f53f6e0f61d8b91d0ecb6aab500 SHA256: d37129e4c0202939104541176cd0a56630e5c8db93d91292d146a1abcfb7b383 SHA512: 3c7f2d519ebe379beb20f4c7ad02067ed3fa720bc549c6b589c2ac901f777817c6cbcc0d5b1d2d09969d418b7437b9194fb3876fdab805bd114b1e4fcf9b274d Description: debug symbols for fish Auto-Built-Package: debug-symbols Build-Ids: 1b7578f9a69c3e55582451dfdcd077afe1d437b3 b2ab530855b8d827656030e863ba890d590938e3 e654039a24d2eea1baea59c541f6c6570ebb9c0e Package: flake8 Priority: optional Section: python Installed-Size: 35 Maintainer: Debian Python Team Architecture: all Source: python-flake8 Version: 5.0.4-4+apertis0bv2024preb1 Depends: python3-flake8 (= 5.0.4-4+apertis0bv2024preb1), python3-pkg-resources, python3:any Filename: pool/development/p/python-flake8/flake8_5.0.4-4+apertis0bv2024preb1_all.deb Size: 20916 MD5sum: 2e7df4acbe387b67f9d0be670ab14781 SHA1: b64ccbcd3b07de97704e6a1d7c0311b7721ca2dc SHA256: 9af7322ef36cdeb93ac4ab2eb0123ca9d30274d2eb605da13833811dcb86c6e4 SHA512: 2710d8d50e1bf641519d1f49d1e83ca0e4f080e55e12339dad01e091118058d9fee4ec37d7c432eb16cf760c02438f24a63d14a45843b15621fc215697a9d390 Description: code checker using pycodestyle and pyflakes Flake8 is a wrapper around PyFlakes, pycodestyle, and Ned's McCabe script. Flake8 runs all tools by launching the single 'flake8' script, but ignores pycodestyle and PyFlakes extended options and just uses defaults. It displays the warnings in a per-file, merged output. . This package provides flake8 binary. Homepage: https://github.com/pycqa/flake8 Package: flex Priority: optional Section: devel Installed-Size: 1244 Maintainer: Manoj Srivastava Architecture: amd64 Version: 2.6.4-8.2+apertis0bv2024preb1 Replaces: flex-old Depends: libc6 (>= 2.34), m4 Pre-Depends: debconf | debconf-2.0 Recommends: gcc | c-compiler, libfl-dev Suggests: bison, build-essential, flex-doc Conflicts: flex-old Filename: pool/development/f/flex/flex_2.6.4-8.2+apertis0bv2024preb1_amd64.deb Size: 423852 MD5sum: 161a2b5577ffd2bc7dcc48df56a8770b SHA1: 3c5d98c5255d3447cc7af7d94149e0cfd2d72541 SHA256: fe64dca5e2bf37a9f36daa8b35177489159601b0443660664e0da2618b8c7f8a SHA512: 0841474ee80c826b6a17356d8ed289de374fe48efbc5081b96ff8b7baf7bbb74c1681e77902fd2c2914cd4c514b5c4f9bb2c4f31f209bc01c7f6e11899e2311e Description: fast lexical analyzer generator Flex is a tool for generating scanners: programs which recognized lexical patterns in text. It reads the given input files for a description of a scanner to generate. The description is in the form of pairs of regular expressions and C code, called rules. Flex generates as output a C source file, lex.yy.c, which defines a routine yylex(). This file is compiled and linked with the -lfl library to produce an executable. When the executable is run, it analyzes its input for occurrences of the regular expressions. Whenever it finds one, it executes the corresponding C code. Homepage: https://github.com/westes/flex Multi-Arch: foreign Package: flex-dbgsym Priority: optional Section: debug Installed-Size: 207 Maintainer: Manoj Srivastava Architecture: amd64 Source: flex Version: 2.6.4-8.2+apertis0bv2024preb1 Depends: flex (= 2.6.4-8.2+apertis0bv2024preb1) Filename: pool/development/f/flex/flex-dbgsym_2.6.4-8.2+apertis0bv2024preb1_amd64.deb Size: 183528 MD5sum: 87b6cef260693c1c44246afe94f6be2d SHA1: 04550ce155b9ebb957f1462482d4bcab37c55c7f SHA256: 106edd113ac33eeb5c5cfc4770b9f4c806c1449a8788dd6436a1ce7415c28744 SHA512: 8fdbfedf3f50b7eb46e30571be17301c13cbfa89317e5ceb5d46ef21efe0e035d19c32bc31e0f95a8283aa6a09c7b65fd5ea20763fa91dbe0bfb2caad7ed87a4 Description: debug symbols for flex Auto-Built-Package: debug-symbols Build-Ids: 16377b0376e46f01461e9505927e8104112ebeec Package: flex-doc Priority: optional Section: doc Installed-Size: 2108 Maintainer: Manoj Srivastava Architecture: all Source: flex Version: 2.6.4-8.2+apertis0bv2024preb1 Filename: pool/development/f/flex/flex-doc_2.6.4-8.2+apertis0bv2024preb1_all.deb Size: 752584 MD5sum: 3acd52d6f34f3a2625f8c5f794d55978 SHA1: 60aae3ee798f90099f9eab3acbbf45845c9b4087 SHA256: 2a0f7bd7a1a1de73cb3ce16bc121a51c1c11ed11169cdd308c1e07f429448503 SHA512: 783d9ab8b7f10245c8c1301b4a7155e78742d6ba0bebae18d8b0670027420195561d3088cf7228b2d36d329ae2454ec23397ba01a9826032aa139dc70d05e018 Description: Documentation for flex (a fast lexical analyzer generator) Flex is a tool for generating scanners: programs which recognized lexical patterns in text. It reads the given input files for a description of a scanner to generate. The description is in the form of pairs of regular expressions and C code, called rules. Flex generates as output a C source file, lex.yy.c, which defines a routine yylex(). This file is compiled and linked with the -lfl library to produce an executable. When the executable is run, it analyzes its input for occurrences of the regular expressions. Whenever it finds one, it executes the corresponding C code. . This package contains the HTML documentation for flex. Homepage: https://github.com/westes/flex Package: flit Priority: optional Section: python Installed-Size: 395 Maintainer: Debian Python Team Architecture: all Version: 3.8.0-3+apertis0bv2024preb1 Depends: python3-tomli, python3-docutils, python3-requests, python3-tomli-w, python3:any Filename: pool/development/f/flit/flit_3.8.0-3+apertis0bv2024preb1_all.deb Size: 95956 MD5sum: 7ec3c021c2e22f78569c76ed5d5190c3 SHA1: 53680d4ef31869f258c41eb91be7a513081948c9 SHA256: d516e95b628c5c0509b5ab72faaec0268bcaba76a74d6629ef93e3c4dba7635a SHA512: 93627e62d50c98a11b7a16d2809173f03a22b42a2972a803d2614493ddcff2173b03afa096d523ae47586ccb1016e31b3ccc9bdae38b8db5a5881e8ad96547a1 Description: simple way to put Python packages and modules on PyPI (PEP 517) Flit is a easy way to put Python packages and modules on PyPI. It tries to require less thought about packaging and help you avoid common mistakes. . Flit supports PEP 517 Python packaging and PEP 621 project metadata. . Make the easy things easy and the hard things possible is an old motto from the Perl community. Flit is entirely focused on the easy things part of that, and leaves the hard things up to other tools. . Specifically, the easy things are pure Python packages with no build steps (neither compiling C code, nor bundling Javascript, etc.). The vast majority of packages on PyPI are like this: plain Python code, with maybe some static data files like icons included. Homepage: https://flit.readthedocs.io/en/latest/ Package: flite Priority: optional Section: sound Installed-Size: 619 Maintainer: Debian Accessibility Team Architecture: amd64 Version: 2.2-5+apertis0bv2024dev2b1 Depends: libflite1 (= 2.2-5+apertis0bv2024dev2b1), libc6 (>= 2.34) Filename: pool/development/f/flite/flite_2.2-5+apertis0bv2024dev2b1_amd64.deb Size: 255256 MD5sum: cbcb2a6b31f42a5f2b3c1c152dee505b SHA1: f92f58457a99634c0720f13e27d9d7eb02b56df6 SHA256: 84b33abaff27d953d6e542ff2ccedceb008fcdfca683e1142aea0a326da3ceda SHA512: 4c7af0fbc6bf6b51ab2804595d86f04fd2badb0c81b4a81670c79285716a07d16822e19a7ee1f90f17a36f75f44eb361241db92e95d85269b9423d1706ab9eda Description: Small run-time speech synthesis engine Flite is a small fast run-time speech synthesis engine. It is the latest addition to the suite of free software synthesis tools including University of Edinburgh's Festival Speech Synthesis System and Carnegie Mellon University's FestVox project, tools, scripts and documentation for building synthetic voices. However, flite itself does not require either of these systems to run. . It currently only supports the English and Indic languages. . This package contains the executables and documentation. Homepage: http://cmuflite.org Multi-Arch: foreign Package: flite-dbgsym Priority: optional Section: debug Installed-Size: 165 Maintainer: Debian Accessibility Team Architecture: amd64 Source: flite Version: 2.2-5+apertis0bv2024dev2b1 Depends: flite (= 2.2-5+apertis0bv2024dev2b1) Filename: pool/development/f/flite/flite-dbgsym_2.2-5+apertis0bv2024dev2b1_amd64.deb Size: 48644 MD5sum: f12d5f71927cbdf7a3d5014d945223b9 SHA1: 977198b758a5b43625d5a0fde9ed568c011197f3 SHA256: 2f8efd32fec07357794c93944e410011cb9495f6e0b9b110aeed888ef3dcfeb7 SHA512: 551733599e82f92d093c56c92f20356054fd15518e262ecd2c426f239e5bce9275e28bbebbfd5a1dd8a2ebce56ddde95f0d7debec5b612d5253c151a9e0226d3 Description: debug symbols for flite Auto-Built-Package: debug-symbols Build-Ids: 3a737cea8042e5485c4440454b9f98c32ff2c92f 58116e679fe7a52d4fc16e8fb5d871066932e07e 66b5a84f42b1a449028d1e417bc8035c261e2645 93e7039403c0d8e66e6c7834c3c816b08d7e4640 ad4b79198459e8da93faba31ec1b60339723c497 baffdb6fc0e4843074f96cc123c6925946e1e164 c8e45c72969d2afbc628d310cfca9219a07a0be3 d47766381fbff72cdf6bff1d57bf7c63a4ef1af6 e3fc6ce514d5c784b9ee7e247096591c20fa38f2 Package: flite1-dev Priority: optional Section: devel Installed-Size: 30941 Maintainer: Debian Accessibility Team Architecture: amd64 Source: flite Version: 2.2-5+apertis0bv2024dev2b1 Provides: flite-dev Depends: libc6-dev, libflite1 (= 2.2-5+apertis0bv2024dev2b1) Conflicts: flite-dev Filename: pool/development/f/flite/flite1-dev_2.2-5+apertis0bv2024dev2b1_amd64.deb Size: 12816284 MD5sum: 4579c8b9e7be1d048a42a8b70c0b0f5b SHA1: cdde6f759ad46e2de1aeef5138c2733cffe67be8 SHA256: 79e6e87302eefc0b000da6cf289c5e29016cb3bbf25c3818f4d667462ed30dc1 SHA512: f809de16f35412270f1f794199ee1083c36152315ba987d2c3c0e19ac60a725f8f8aee0f6b4ca99ba6b9ea62f874e0667b08229104bf5cbfa19cbc9a9fe9a0eb Description: Small run-time speech synthesis engine - development files Flite is a small fast run-time speech synthesis engine. It is the latest addition to the suite of free software synthesis tools including University of Edinburgh's Festival Speech Synthesis System and Carnegie Mellon University's FestVox project, tools, scripts and documentation for building synthetic voices. However, flite itself does not require either of these systems to run. . It currently only supports the English and Indic languages. . This extra package provides the flite static libraries and header files. Homepage: http://cmuflite.org Multi-Arch: same Package: floppyd Priority: optional Section: otherosfs Installed-Size: 73 Maintainer: Chris Lamb Architecture: amd64 Source: mtools Version: 4.0.33-1+really4.0.32-1+apertis0bv2024dev2b1 Depends: libc6 (>= 2.34), libx11-6, libxau6 (>= 1:1.0.9) Suggests: mtools Filename: pool/development/m/mtools/floppyd_4.0.33-1+really4.0.32-1+apertis0bv2024dev2b1_amd64.deb Size: 22824 MD5sum: a4cc6feef12ca722a5becf6ff52f16a3 SHA1: 2375b836088528ddf0ded45b31823ce4319a672d SHA256: f6a1ae7d5aaa1d4a8d59eecc1a39fd01f22e6e43d020dcf1c682e916281d22d2 SHA512: 073defebd7222efcb317b306a849cfadf9cc3d606bf57d0a2483e46cdbc872bd8b2d22ecc31efaba6cc3a990a4df18c78cbba38282512840433cf03ac519c861 Description: Daemon for remote access to floppy drives Floppyd is used as a server to grant access to the floppy drive to clients running on a remote machine, just as an X server grants access to the display to remote clients. Homepage: https://www.gnu.org/software/mtools/ Package: floppyd-dbgsym Priority: optional Section: debug Installed-Size: 74 Maintainer: Chris Lamb Architecture: amd64 Source: mtools Version: 4.0.33-1+really4.0.32-1+apertis0bv2024dev2b1 Depends: floppyd (= 4.0.33-1+really4.0.32-1+apertis0bv2024dev2b1) Filename: pool/development/m/mtools/floppyd-dbgsym_4.0.33-1+really4.0.32-1+apertis0bv2024dev2b1_amd64.deb Size: 47060 MD5sum: 820fec5f240e365a1371c3085554f780 SHA1: 595a83de6bc633bc8fbe353aba0aef409973cbef SHA256: 3e701b74885c6d3c719bafb9b3c24210498f4f446f23800e7a366950d6c4c745 SHA512: 27c81a29b1fb8eb3c9b5b6ebc83001c0b9a94c3353f2c6a9e7bbf581bf1a4dabf2890a7e4f979685943e88bbc9aa09cb3f18be95ed01132abf34eaaf384f5640 Description: debug symbols for floppyd Auto-Built-Package: debug-symbols Build-Ids: 238fe39610b9391696d77e8f063570c52b5c5201 c4763a81843f6075a2038015168d14e1bb6e54ed Package: fltk1.3-doc Priority: optional Section: doc Installed-Size: 47671 Maintainer: Aaron M. Ucko Architecture: all Source: fltk1.3 Version: 1.3.8-5+apertis0bv2024dev2b1 Filename: pool/development/f/fltk1.3/fltk1.3-doc_1.3.8-5+apertis0bv2024dev2b1_all.deb Size: 9318620 MD5sum: 70139786681029882adefc8fa05a205b SHA1: 4ab6b23bc63bf76046ad0649190f5ab6a7f131aa SHA256: c6ce96cda6a630245946816f72182045cdbf70f7fc820ed782bfc04e437664ff SHA512: 818df867007400c637db26aee1a823a7b90c1dcd92895442d9abc236e8501ef7ba2c6cb593b01f679bcf675b825cd2aca27e3d90f62d3cdb6fe75dec1ab358b3 Description: Fast Light Toolkit - documentation This package provides documentation for FLTK, including a chapter on its user interface designer (fluid). . The Fast Light Toolkit (FLTK) is a cross-platform graphical user interface toolkit originally based on libForms. Homepage: https://www.fltk.org/ Multi-Arch: foreign Package: fltk1.3-games Priority: optional Section: games Installed-Size: 1536 Maintainer: Aaron M. Ucko Architecture: amd64 Source: fltk1.3 Version: 1.3.8-5+apertis0bv2024dev2b1 Replaces: fltk1.1-games Depends: libasound2 (>= 1.0.16), libc6 (>= 2.34), libfontconfig1 (>= 2.12.6), libgcc-s1 (>= 3.0), libjpeg62-turbo (>= 1.3.1), libpng16-16 (>= 1.6.2-1), libstdc++6 (>= 5), libx11-6, libxcursor1 (>> 1.1.2), libxext6, libxfixes3, libxft2 (>> 2.1.1), libxinerama1 (>= 2:1.1.4), libxrender1 Conflicts: fltk1.1-games Filename: pool/development/f/fltk1.3/fltk1.3-games_1.3.8-5+apertis0bv2024dev2b1_amd64.deb Size: 392856 MD5sum: feb75be12ccd1f68f5307bf18d309e8a SHA1: 18d60f10fad2cf67c9517d3cb7fa54878e5d14a0 SHA256: ac297afc3d5156b4f5356c0cb57ca1dc33b6e106afe4fe01789275322182c213 SHA512: d5e9f797940ba4eba59ffc4f66cd1ff6b2f4c05aa8743d94f23a6644be08dfe5eddbe910401a991b3a920d04d6a625542408004993103c53cd99aa332ba02576 Description: Fast Light Toolkit - example games: checkers, sudoku This package contains the example games that accompany FLTK. Specifically, it contains the following two programs: - flblocks: clear groups of adjacent blocks before they fill the screen; - flcheckers: classic board game, also known as draughts; - flsudoku: Sudoku puzzle (place numbers in a grid). . The Fast Light Toolkit (FLTK) is a cross-platform graphical user interface toolkit originally based on libForms. Homepage: https://www.fltk.org/ Multi-Arch: foreign Package: fltk1.3-games-dbgsym Priority: optional Section: debug Installed-Size: 2751 Maintainer: Aaron M. Ucko Architecture: amd64 Source: fltk1.3 Version: 1.3.8-5+apertis0bv2024dev2b1 Depends: fltk1.3-games (= 1.3.8-5+apertis0bv2024dev2b1) Filename: pool/development/f/fltk1.3/fltk1.3-games-dbgsym_1.3.8-5+apertis0bv2024dev2b1_amd64.deb Size: 2483480 MD5sum: ce88e3d5586a51351fc6b1868e724321 SHA1: ced310dd3423075b3465f44ef4bb572cf4ae586f SHA256: a33a5f17ad1e8591b690d37c38549b7c2240b83f308fd3f4d7e32a796f831268 SHA512: 8eb437e6a98d06e20ebed42cd75f74b88cf499617ad433fa5531baf3683c70ad2fb9856cb880848fcaff8d814e335e34f7934e5ae4a18cdde419003360f287b0 Description: debug symbols for fltk1.3-games Auto-Built-Package: debug-symbols Build-Ids: 19b2449f418f0a5bc8308fcc5c0b8c593a217b96 73a46005798368bdbdf3a841ae096226a577a6d3 f4cd51fcaaab65debc7d8b53db7cae5d9435e7c7 Package: fluid Priority: optional Section: devel Installed-Size: 681 Maintainer: Aaron M. Ucko Architecture: amd64 Source: fltk1.3 Version: 1.3.8-5+apertis0bv2024dev2b1 Depends: libc6 (>= 2.34), libfltk-forms1.3, libfltk-images1.3 (>= 1.3.0), libfltk1.3 (>= 1.3.4), libgcc-s1 (>= 3.0), libpng16-16 (>= 1.6.2-1), libstdc++6 (>= 5), libx11-6 Recommends: fltk1.3-doc, libfltk1.3-dev Filename: pool/development/f/fltk1.3/fluid_1.3.8-5+apertis0bv2024dev2b1_amd64.deb Size: 225988 MD5sum: 1eea0d389590083fd0cf65ef6e8b4c48 SHA1: 19703f9b9f05b14a21f0b28999a060fa00721038 SHA256: 5fb875190b66fc3d06835c89e35db5dd163a6e924935ad47340267c33efa775d SHA512: 5c20bc7a3d234b4ec4c18306bcf07eda8c5904e07d8f4fde1df6ce8463516d5efbf5769fd55e2ec2b7f3fec72d95b045fec8db9c77d4e839a5438c5581ddd0c9 Description: Fast Light Toolkit - user interface designer This package provides Fluid, an interactive GUI designer for FLTK, allowing graphical development of FLTK-based user interfaces. It natively works with (textual) .fl files, but also includes rough support for reading .fd files produced by fdesign (in libforms-bin). . The Fast Light Toolkit (FLTK) is a cross-platform graphical user interface toolkit originally based on libForms. Homepage: https://www.fltk.org/ Multi-Arch: foreign Package: fluid-dbgsym Priority: optional Section: debug Installed-Size: 747 Maintainer: Aaron M. Ucko Architecture: amd64 Source: fltk1.3 Version: 1.3.8-5+apertis0bv2024dev2b1 Depends: fluid (= 1.3.8-5+apertis0bv2024dev2b1) Filename: pool/development/f/fltk1.3/fluid-dbgsym_1.3.8-5+apertis0bv2024dev2b1_amd64.deb Size: 659652 MD5sum: 382bb914f0137106e67b72e7f1507c18 SHA1: 0921ca2e0a4813cd9c6a0f9ce0a85d62feef8e6b SHA256: 2e0ec16f444ecfd26b39c43a78a05e3d4c62f9b0679a725f698da9ee06750b86 SHA512: d0d67df57f47dd8de33f91728ed2729e7c5d3be2ba2391e76840e331c54312587f1f38f1e13ff80b714b8cc404c9b57f86da4c949a356d2ad678a0a1fc341aec Description: debug symbols for fluid Auto-Built-Package: debug-symbols Build-Ids: e7d8cbb53ee52363f100bcf8901d84ddad5b37c3 Package: fontforge Priority: optional Section: fonts Installed-Size: 3992 Maintainer: Debian Fonts Task Force Architecture: amd64 Version: 1:20230101~dfsg-1+apertis1bv2024preb1 Provides: fontforge-nox Depends: fontforge-common (= 1:20230101~dfsg-1+apertis1bv2024preb1), libfontforge4 (= 1:20230101~dfsg-1+apertis1bv2024preb1), libc6 (>= 2.34), libcairo2 (>= 1.14.0), libglib2.0-0 (>= 2.31.8), libgtk-3-0 (>= 3.21.4), libpango-1.0-0 (>= 1.18.0), libpangocairo-1.0-0 (>= 1.14.0), libpython3.11 (>= 3.11.0) Suggests: fontforge-doc, fontforge-extras, potrace, python3-fontforge Conflicts: fontforge-nox Filename: pool/development/f/fontforge/fontforge_20230101~dfsg-1+apertis1bv2024preb1_amd64.deb Size: 1365388 MD5sum: 7d594c422d8468a7a721988baada9374 SHA1: 92ad0e4677a3908f82d7b2e37d8a7679fb3db00a SHA256: 821a835df05a40b7f502e67d848c1cf1c692ef9e3a4d0716c3bcc8a1a034d1e3 SHA512: eee10730e17d81bdc41a8185a9fb79ceb4c865843502fe0d111744b9d7cdcf10a61a5020dd515c9f9c25356543ef85aed1827916aa4e1921321c93df432d4537 Description: font editor FontForge is a font editor. Use it to create, edit and convert fonts in OpenType, TrueType, UFO, CID-keyed, Multiple Master, and many other formats. . This package also provides these programs and utilities: fontimage - produce a font thumbnail image; fontlint - checks the font for certain common errors; sfddiff - compare two font files. Homepage: https://fontforge.github.io/en-US/ Multi-Arch: foreign Package: fontforge-common Priority: optional Section: fonts Installed-Size: 8364 Maintainer: Debian Fonts Task Force Architecture: all Source: fontforge Version: 1:20230101~dfsg-1+apertis1bv2024preb1 Recommends: fonts-cantarell, fonts-inconsolata Breaks: fontforge (<< 1:20160404~dfsg-3), fontforge-nox (<< 1:20160404~dfsg-3) Filename: pool/development/f/fontforge/fontforge-common_20230101~dfsg-1+apertis1bv2024preb1_all.deb Size: 2139444 MD5sum: 1676fe3e758897e1c59f1bea6e138c81 SHA1: 6fac6a7693db427d16ede96896ba12016b7165e5 SHA256: 9b1a48b0a3790dc6fefd6a6bf3ba7dd88a3c5884dc2c1954b19c5e3664fa7196 SHA512: ca048836f135f65b1b6a58f7fea198804831ac6a95dc0c0c08cdb4d2bab0da1e7851ad62eb2346f33abc02c8f36273b29310ccc00393685bbbd2b93dd1eb8290 Description: font editor (common files) FontForge is a font editor. Use it to create, edit and convert fonts in OpenType, TrueType, UFO, CID-keyed, Multiple Master, and many other formats. . This package contains common arch-independent files. Homepage: https://fontforge.github.io/en-US/ Multi-Arch: foreign Package: fontforge-dbgsym Priority: optional Section: debug Installed-Size: 2975 Maintainer: Debian Fonts Task Force Architecture: amd64 Source: fontforge Version: 1:20230101~dfsg-1+apertis1bv2024preb1 Replaces: fontforge-dbg (<< 1:20170731~dfsg-2~) Depends: fontforge (= 1:20230101~dfsg-1+apertis1bv2024preb1) Breaks: fontforge-dbg (<< 1:20170731~dfsg-2~) Filename: pool/development/f/fontforge/fontforge-dbgsym_20230101~dfsg-1+apertis1bv2024preb1_amd64.deb Size: 2799828 MD5sum: 10a5cb77a376e27b6354a2a9d6e9b045 SHA1: 9d1f30636e6e7efd227aa21e7ad21b4d28e91f70 SHA256: 8ef58ec171c8a46866b729a5ee64c6f7d6a6c15930d9d9d9bc442e09da9bcc2e SHA512: 42bf6ccbe8588d30c486635fe7a007369ef0b3cd73a6fe74e49965be9e93955f7184563b7c59ad9f4e852548eb6e0b3f9ccf5dc08a3068b51618e20099048dd8 Description: debug symbols for fontforge Auto-Built-Package: debug-symbols Build-Ids: 1389c7ecc500ca012593a7d76e3abc1f88edfe6e Package: fontforge-doc Priority: optional Section: doc Installed-Size: 11759 Maintainer: Debian Fonts Task Force Architecture: all Source: fontforge Version: 1:20230101~dfsg-1+apertis1bv2024preb1 Depends: libjs-sphinxdoc (>= 5.2) Filename: pool/development/f/fontforge/fontforge-doc_20230101~dfsg-1+apertis1bv2024preb1_all.deb Size: 3710804 MD5sum: 09c71fb010f5fea83f9b6f94bda048f2 SHA1: 45d02286e3b1ae311a75d48c15586a15df81cf77 SHA256: 0767d80be56014185f8c0808edc2107e460a96d24ba14299913003570bf1796b SHA512: e29b9b5f532f4f3acce4206252c4a5196b2aa50969714502e26d484f11d3c820f487ddfa00930bfc8b38b2e9d0401e6d1527866988c0bcf7b066ea9a192428da Description: documentation for fontforge FontForge is a font editor. Use it to create, edit and convert fonts in OpenType, TrueType, UFO, CID-keyed, Multiple Master, and many other formats. . This package contains the documentation for fontforge. Built-Using: alabaster (= 0.7.12-1+apertis0bv2024preb1), sphinx (= 5.3.0-4+apertis0bv2024preb1) Homepage: https://fontforge.github.io/en-US/ Multi-Arch: foreign Package: fontforge-extras Priority: optional Section: fonts Installed-Size: 1523 Maintainer: Debian Fonts Task Force Architecture: amd64 Source: fontforge Version: 1:20230101~dfsg-1+apertis1bv2024preb1 Depends: fontforge-common (= 1:20230101~dfsg-1+apertis1bv2024preb1), libfontforge4 (= 1:20230101~dfsg-1+apertis1bv2024preb1), libc6 (>= 2.34), zlib1g (>= 1:1.1.4) Filename: pool/development/f/fontforge/fontforge-extras_20230101~dfsg-1+apertis1bv2024preb1_amd64.deb Size: 297904 MD5sum: 50cdf35f75c1ed77b8c4810584e8e476 SHA1: 5bbb2b03633d4227a1aa540add7d9e13f8540cf0 SHA256: df4a4db1018f9d91c1845893f70cd645f7d7e1399781c56b0414f46f337f5202 SHA512: 445a130ad6f48c59ebd018bcb18c30abf5245d92cf0e571624170b913097676c4f985d8195ed67f9de3893ab4ae1768a9f8505445b8c51e7933ecaec3a6e5992 Description: font editor - extra programs FontForge is a font editor. Use it to create, edit and convert fonts in OpenType, TrueType, UFO, CID-keyed, Multiple Master, and many other formats. . This package also provides these programs and utilities: acorn2sfd dewoff woff findtable pcl2ttf pfadecrypt rmligamarks showttf stripttc ttf2eps Homepage: https://fontforge.github.io/en-US/ Multi-Arch: foreign Package: fontforge-extras-dbgsym Priority: optional Section: debug Installed-Size: 432 Maintainer: Debian Fonts Task Force Architecture: amd64 Source: fontforge Version: 1:20230101~dfsg-1+apertis1bv2024preb1 Replaces: fontforge-dbg (<< 1:20170731~dfsg-2~) Depends: fontforge-extras (= 1:20230101~dfsg-1+apertis1bv2024preb1) Breaks: fontforge-dbg (<< 1:20170731~dfsg-2~) Filename: pool/development/f/fontforge/fontforge-extras-dbgsym_20230101~dfsg-1+apertis1bv2024preb1_amd64.deb Size: 357036 MD5sum: da4352661bd6d0ee9084ff503d9288cb SHA1: 694d36a8fc666509573159513a1318d82a46249d SHA256: 5ac205e13a7aa78c383dcca66cf54efcce1e8e3798b5d841440929017dd9e183 SHA512: f096fa2abd8dd4c164f7fe6df3ae0358f5bbd84f13b75f9dcac08f956122c78f9117362468e6743d3ac9f5cb0d2911a0390704554b51dd00edd42a57cca26d54 Description: debug symbols for fontforge-extras Auto-Built-Package: debug-symbols Build-Ids: 1eb507bde58acad53ac4a520fe1443c56af7f111 24374774853a984236343ac33dca3f48787af4f2 3435366465a691b1c3cb72bece9b892f1944c2c0 3db61f7b0cc4eb5c60e711de66b7814b1a6c9aa8 4a42a043db9e3c523551c3a3aa221c760aee0dc5 66c0a0d090f2b6ea26a79eb2b916adca3855d81e 90eab0f82f07ad7ed7c2cd83d4052d381f51ae86 a4e834a6173e8afdd23dd41c5a45df8692cb8dda da0d3c461a7822e287101da4afd6492eca49b25e fa2f4c9d94e36f0aeece2b950c1a737a21f479d7 Package: fontforge-nox Priority: optional Section: fonts Installed-Size: 84 Maintainer: Debian Fonts Task Force Architecture: amd64 Source: fontforge Version: 1:20230101~dfsg-1+apertis1bv2024preb1 Depends: fontforge-common (= 1:20230101~dfsg-1+apertis1bv2024preb1), libfontforge4 (= 1:20230101~dfsg-1+apertis1bv2024preb1), libc6 (>= 2.34) Conflicts: fontforge Filename: pool/development/f/fontforge/fontforge-nox_20230101~dfsg-1+apertis1bv2024preb1_amd64.deb Size: 29948 MD5sum: 9d82653eb907ca1f657f1cd332e9c771 SHA1: 29e916822277b33d6f802096c4c10c5fac6d3c52 SHA256: d7fdb70913f72e7ba6db83f841132beb79954b879172c25d9f8bd8b69b7aac6e SHA512: d72dff6e38c050f0c8bacaf3664223f1f20396a68d62dcaba679d4bf650092da0c4fbdd940eb30b7bc38b54e1156076f2ace6c8f96028ed864e7786a3c5bcf1a Description: font editor - non-X version FontForge is a font editor. Use it to create, edit and convert fonts in OpenType, TrueType, UFO, CID-keyed, Multiple Master, and many other formats. . This package also provides these programs and utilities: fontimage - produce a font thumbnail image; fontlint - checks the font for certain common errors; sfddiff - compare two font files. . This package contains a version of FontForge compiled with support for scripting but no GUI, and not require the graphics library. Homepage: https://fontforge.github.io/en-US/ Multi-Arch: foreign Package: fontforge-nox-dbgsym Priority: optional Section: debug Installed-Size: 22 Maintainer: Debian Fonts Task Force Architecture: amd64 Source: fontforge Version: 1:20230101~dfsg-1+apertis1bv2024preb1 Replaces: fontforge-dbg (<< 1:20170731~dfsg-2~) Depends: fontforge-nox (= 1:20230101~dfsg-1+apertis1bv2024preb1) Breaks: fontforge-dbg (<< 1:20170731~dfsg-2~) Filename: pool/development/f/fontforge/fontforge-nox-dbgsym_20230101~dfsg-1+apertis1bv2024preb1_amd64.deb Size: 8428 MD5sum: fcad4a1ad196686ab8e52c05be52aa08 SHA1: 64d28d582f0f67a858d58121fcd1476d2cc08487 SHA256: 8b98c8fa4066b0e40e726cc3a76f00929f60e7f45620c20f1b54bc9dbd664a1e SHA512: 0449eee1e7786c6a2c3c4b1c1c9e52577e7df1fbdf64ca9825dd9953fe0d8dbdae5fd9dc21bae6031b3eee2fb1055931768322273f74d6567ad84cada358e6ca Description: debug symbols for fontforge-nox Auto-Built-Package: debug-symbols Build-Ids: c6008200774bb736f4793bf18164055584391c46 Package: fontmake Priority: optional Section: devel Installed-Size: 22 Maintainer: Debian Fonts Task Force Architecture: all Version: 2.4.1-2+apertis0bv2024dev2b1 Depends: python3:any, python3-fontmake (= 2.4.1-2+apertis0bv2024dev2b1) Filename: pool/development/f/fontmake/fontmake_2.4.1-2+apertis0bv2024dev2b1_all.deb Size: 8700 MD5sum: f7518cb8e97b69c034e2563f86cd3034 SHA1: 5e8a9007901e4692c9c0a608eb23b9ab77c2b0bd SHA256: d398cc103ceb920a6578cbe3e1d2d37e0539d967ee6f85a1f56b28b69af6ee24 SHA512: c216e2324aed6999d1e760a650dd17385c74ca7a2704adbdcb85b7e5a948d5a463618605d17e6dd045b6e20017be99678eb8e47bd9810c930d15c482d1c2f066 Description: Compile fonts from UFO or Glyphs to OTF/TTF This library provides a wrapper for several other Python libraries which together compile fonts from various sources (.glyphs, .ufo) into binaries (.otf, .ttf). . This package provides the executable program. Homepage: https://github.com/googlei18n/fontmake Package: fonts-croscore Priority: optional Section: fonts Installed-Size: 5274 Maintainer: Debian Fonts Task Force Architecture: all Source: fonts-noto Version: 20201225-1apertis0bv2024dev2b1 Suggests: fonts-crosextra-caladea, fonts-crosextra-carlito Filename: pool/development/f/fonts-noto/fonts-croscore_20201225-1apertis0bv2024dev2b1_all.deb Size: 1572484 MD5sum: eb5778e5d11d5da46366b49b82d5d3b7 SHA1: e64920c96ba9edd42f88c61a4166cbf79cc7fa9c SHA256: 4fc75b56448a9386aa6329675401f763b53bb23484b12365f14d1efc313a37e6 SHA512: 75e4c039924c743b90783b4af54dc7993e0c15772afb8617f65d89ca1146faca2c05a137a398e87fbfeef3c1a3980168df29a353461639ac4214094a46dcb823 Description: width-compatible fonts for improved on-screen readability This package contains a collections of fonts that offers improved on-screen readability characteristics and the pan-European WGL character set and solves the needs of developers looking for width-compatible fonts to address document portability across platforms. . Arimo, Cousine and Tinos were designed by Steve Matteson as innovative and refreshing designs that are metrically compatible with Arial, Courier New and Times New Roman, respectively. Homepage: https://www.google.com/get/noto/ Multi-Arch: foreign Package: fonts-font-awesome Priority: optional Section: fonts Installed-Size: 1368 Maintainer: Debian Fonts Task Force Architecture: all Version: 5.0.10+really4.7.0~dfsg-4.1+apertis0bv2024dev2b1 Provides: node-font-awesome (= 4.7.0~5.0.10+really4.7.0~dfsg-4.1+apertis0bv2024dev2b1), sass-stylesheets-fonts-awesome Filename: pool/development/f/fonts-font-awesome/fonts-font-awesome_5.0.10+really4.7.0~dfsg-4.1+apertis0bv2024dev2b1_all.deb Size: 515044 MD5sum: b2eda43d75eacc3ca8f6874d5a858893 SHA1: 7061b4075f933c4776982d38bd514294466429e3 SHA256: d2400167eecded459435fdce742cb8f22dcb0a8e8ebc889994de066754fcff27 SHA512: 3a9b0cad99b1fd3d2cbe184bb2c1b5f057a89c66a15152cde9b4fe9ab6f9084cc5b3e1beadee32c8e857ba1efaa67a152047f2d8faaa01351e21c7c1f9bd62bf Description: iconic font designed for use with Twitter Bootstrap This font contains about 249 various icon glyphs. Glyphs are designed as scalable vector graphics hence display very well at any screen size. This font was basically designed to be used with the Twitter bootstrap library but can be used in other places also. . This package also provides Sass and LESS files to use webfonts from this package. . Please note that this package provides Font Awesome 4 (not Font Awesome 5 or Font Awesome 6 which are different fonts with different licensing). Enhances: libjs-twitter-bootstrap, node-less, sass Homepage: http://fontawesome.io/ Multi-Arch: foreign Package: fonts-freefont-otf Priority: optional Section: fonts Installed-Size: 6914 Maintainer: Debian Fonts Task Force Architecture: all Source: fonts-freefont Version: 20120503-10apertis1bv2024preb1 Filename: pool/development/f/fonts-freefont/fonts-freefont-otf_20120503-10apertis1bv2024preb1_all.deb Size: 3162836 MD5sum: 8e8ea126f8d087e58705fd4dc9d0c9d2 SHA1: dba6d17646a83410861a6c76b0f9dc8f57a8cf03 SHA256: baf169372f2d0b58f796f062f7e5ec7f27baf5f641b9927ead17f01e2e5c4937 SHA512: 07e4f498abd04147703544d5969d577704d9e8a770e682f104ea1ab964f3a2e42878c929b575681c853d86133fe0095ed426a4aa2a6a30e27a3eee260c71b7f4 Description: Freefont Serif, Sans and Mono OpenType fonts Freefont is a set of free high-quality OpenType fonts covering the UCS character set. These fonts are similar to the widely known Helvetica, Times and Courier fonts. Homepage: http://savannah.gnu.org/projects/freefont/ Multi-Arch: foreign Package: fonts-freefont-ttf Priority: optional Section: fonts Installed-Size: 10676 Maintainer: Debian Fonts Task Force Architecture: all Source: fonts-freefont Version: 20120503-10apertis1bv2024preb1 Filename: pool/development/f/fonts-freefont/fonts-freefont-ttf_20120503-10apertis1bv2024preb1_all.deb Size: 4242588 MD5sum: d41151aeefbd0f9f8b993fee7aa45698 SHA1: cb549c22a858496849c42ecd9d3fc518791c1824 SHA256: fcf2de1fe19230524995409da43ce5b61c2ff9289dca2c3e6a2dac9fa5498c5a SHA512: f5a63025a7fe5282f2bc29abdb73a3da052e5d32cc20abc6d54d20e16008af474b9f93b4b05fae9641f94c6bdcb8833522f4ad0e8eff0f1687e7c2a592998476 Description: Freefont Serif, Sans and Mono Truetype fonts Freefont is a set of free high-quality TrueType fonts covering the UCS character set. These fonts are similar to the widely known Helvetica, Times and Courier fonts. Homepage: http://savannah.gnu.org/projects/freefont/ Multi-Arch: foreign Package: fonts-gfs-baskerville Priority: optional Section: fonts Installed-Size: 100 Maintainer: Debian Fonts Task Force Architecture: all Version: 1.1-6apertis0bv2024dev2b1 Replaces: ttf-gfs-baskerville (<< 1.1-3) Breaks: ttf-gfs-baskerville (<< 1.1-3) Filename: pool/development/f/fonts-gfs-baskerville/fonts-gfs-baskerville_1.1-6apertis0bv2024dev2b1_all.deb Size: 42996 MD5sum: 0f5f5bc4662a43fdd20c15abd2373b56 SHA1: e3ab249003ba00601e03274eda4d638a66b3c2c8 SHA256: 3c5969f44ced542027f92f4f17ba7ed2886105ec4172503f9950f64bb3bcb011 SHA512: 6559db5a5f156a98c693c47d8dadb0c0334b31a580d2f4d6cbba590139d56ce9e63cc1cfe7ae07ca2671321975227a9b6d186fbe8406d437854085190bd62976 Description: ancient Greek font revival John Baskerville (1706-1775) got involved in typography late in his career but his contribution was significant. He was a successful entrepreneur and possessed an inquiring mind which he applied to produce many aesthetic and technical innovations in printing. He invented a new ink formula, a new type of smooth paper and made various improvements in the printing press. He was also involved in type design which resulted in a latin typeface which was used for the edition of Virgil, in 1757. The quality of the type was admired throughout of Europe and America and was revived with great success in the early 20th century. Baskerville was also involved in the design of a Greek typeface which he used in an edition of the New Testament for Oxford University, in 1763. He adopted the practice of avoiding the excessive number of ligatures which Alexander Wilson had started a few years earlier but his Greek types were rather narrow in proportion and did not win the sympathy of the philologists and other scholars of his time. They did influence, however, the Greek types of Giambattista Bodoni. and through him Didot's Greek in Paris. The typeface has been digitally revived as GFS Baskerville Classic by Sophia Kalaitzidou and George D. Matthiopoulos and is now available as part of GFS' type library. Homepage: http://www.greekfontsociety.gr/ Multi-Arch: foreign Package: fonts-gfs-porson Priority: optional Section: fonts Installed-Size: 58 Maintainer: Debian Fonts Task Force Architecture: all Version: 1.1-7apertis0bv2024dev2b1 Filename: pool/development/f/fonts-gfs-porson/fonts-gfs-porson_1.1-7apertis0bv2024dev2b1_all.deb Size: 33176 MD5sum: 0da10c2bace61404f9414dc11bc2325e SHA1: ee98709f0969eab3e0bd111a156c383e7133c2cb SHA256: 9b3525fc46d30620bcee1b9c9ac79244e9e0468b867600638978163f5f98bfca SHA512: 6c946ef20e2f4a870951ce5f36ea7bc707b784d7e25252758b5414e20fe3f8928c613c0ae02c0e209b95c776bd7aca31047017a7be217e5568e6b2e60e38d037 Description: Greek font (Porson revival) In England, during the 1790's, Cambridge University Press decided to procure a new set of Greek types. The university’s great scholar of Classics, Richard Porson was asked to produce a typeface based on his handsome handwriting and Richard Austin was commissioned to cut the types. The type was completed in 1808, after the untimely death of Porson the previous year. Its success was immediate and since then the classical editions in Great Britain and the U.S.A. use it, almost invariably. In 1913, Monotype released the typeface with some corrections, notably replacing the upright capitals suggested by Porson with inclined ones. In Greece the typeface was used under the name Pelasgika type. GFS Porson is based on the Monotype version, though using upright capitals, as in the original. Homepage: https://www.greekfontsociety.gr/ Multi-Arch: foreign Package: fonts-glyphicons-halflings Priority: optional Section: javascript Installed-Size: 587 Maintainer: Debian Javascript Maintainers Architecture: all Source: twitter-bootstrap3 (3.4.1+dfsg-3+apertis1bv2024dev2b1) Version: 1.009~3.4.1+dfsg-3+apertis1bv2024dev2b1 Filename: pool/development/t/twitter-bootstrap3/fonts-glyphicons-halflings_1.009~3.4.1+dfsg-3+apertis1bv2024dev2b1_all.deb Size: 448956 MD5sum: 8ed79ee829f15dad45dc33dc1157eaca SHA1: c0d4790627a7d0fa9d65510df911caa7a20e8d39 SHA256: e8608d425fa28679a5261b73e3eb4b7de0edf800768a4d4ff46b7050107e15b4 SHA512: 4c535f29e266a27a68b4fc49d3494b04055ce58835ea8ae0f432b5ce613b496ea1b234d259530b352da2dfdc71d26b331cec446cd459e046128efd8ed71c6e9a Description: icons made for smaller graphic GLYPHICONS is a family of icon fonts created with an emphasis to simplicity and easy orientation. . GLYPHICONS Halflings, a subset optimized for smaller graphics, were freely licensed as part of Bootstrap 2.x and 3.x. Homepage: https://getbootstrap.com/ Multi-Arch: foreign Package: fonts-inconsolata Priority: optional Section: fonts Installed-Size: 105 Maintainer: Debian Fonts Task Force Architecture: all Version: 001.010-6+apertis0bv2024dev2b1 Filename: pool/development/f/fonts-inconsolata/fonts-inconsolata_001.010-6+apertis0bv2024dev2b1_all.deb Size: 60552 MD5sum: 6a6988de459a23980b2c38aa88e7b542 SHA1: 929dae3739260042647806c776e348d3828aa638 SHA256: 098ed395ef3c398c59edc43dd6d9d0da66be088d091edb23b1cfd0446b6f00e5 SHA512: d1bfeaa9e3f5f80d303f9a0057c568f3d14c370cd7574bc18576924f034e0ad3c4ba8d81e1092bf63d63bd37275464ac2b43d1ea18a1b27f4a1b3b872f2618b3 Description: monospace font for pretty code listings and for the terminal Inconsolata is a monospace font, designed for code listings and the like, in print. There are a great many "programmer fonts," designed primarily for use on the screen, but in most cases do not have the attention to detail for high resolution rendering. . The Fontforge .sfd and the Spiro .plate extended sources are available on the upstream website and in the source package. A Type1 version of the font is also available. . This is work in progress. It is released under the SIL Open Font License. Completion of this font is being generously sponsored by the TeX Users Group Development Fund. If you like this font and want to see more sponsored and released freely, please consider donating to TUG's Libre Font Fund. Homepage: https://www.levien.com/type/myfonts/inconsolata.html Multi-Arch: foreign Package: fonts-inter Priority: optional Section: fonts Installed-Size: 9614 Maintainer: Debian Fonts Task Force Architecture: all Version: 4.0~beta7+ds-1+apertis0bv2024dev2b1 Filename: pool/development/f/fonts-inter/fonts-inter_4.0~beta7+ds-1+apertis0bv2024dev2b1_all.deb Size: 2941312 MD5sum: 1c475e1dd69d5bb3be524202ec797c18 SHA1: d0a0edd568b56ef7e687c47abcdd750078ab4827 SHA256: 434fb73d90670ed63a552fe0e10a377d8891ae4e1df7e1ed1ab91c3e18e99a24 SHA512: 1a0f2c3524fd11ec00670ddf06cf6e3ba0bb15774c0003dd33ac4ef17500c1bd4fd24463fc91822fcf1bba2f15350dda27c06090b42a2fbacd2e4e1369cb6e64 Description: Inter font family This is a typeface specially designed for user interfaces with focus on high legibility of small-to-medium sized text on computer screens. . The family features a tall x-height to aid in readability of mixed-case and lower-case text. Several OpenType features are provided as well, like contextual alternates that adjusts punctuation depending on the shape of surrounding glyphs, slashed zero for when you need to disambiguate "0" from "o", tabular numbers, etc. Homepage: https://rsms.me/inter/ Multi-Arch: foreign Package: fonts-inter-variable Priority: optional Section: fonts Installed-Size: 3916 Maintainer: Debian Fonts Task Force Architecture: all Source: fonts-inter Version: 4.0~beta7+ds-1+apertis0bv2024dev2b1 Filename: pool/development/f/fonts-inter/fonts-inter-variable_4.0~beta7+ds-1+apertis0bv2024dev2b1_all.deb Size: 1101308 MD5sum: 9d8dd0acbc167ead2888f50ad4ba8c20 SHA1: f4c07c847fd9127a50bac04c9adb32f1864c81a9 SHA256: 35642f11255382fe980e6eee983493d0108424b8ce18c3324c9e38e9dd2b62b2 SHA512: bbf8cd39b0d22031a7f47ee069b5decca08a882c29e2d8cc8a8d0f6d2e8dfa38d1effc33315acd789d9330980fa1190fac9bc9491774e08e4c52348ac5abf8ed Description: Inter font family (VF) This is a typeface specially designed for user interfaces with focus on high legibility of small-to-medium sized text on computer screens. . The family features a tall x-height to aid in readability of mixed-case and lower-case text. Several OpenType features are provided as well, like contextual alternates that adjusts punctuation depending on the shape of surrounding glyphs, slashed zero for when you need to disambiguate "0" from "o", tabular numbers, etc. . This is the VF variant of the font. Homepage: https://rsms.me/inter/ Multi-Arch: foreign Package: fonts-lato Priority: optional Section: fonts Installed-Size: 11749 Maintainer: Debian Fonts Task Force Architecture: all Version: 2.0-2.1apertis0bv2024dev2b1 Pre-Depends: dpkg (>= 1.15.6~) Filename: pool/development/f/fonts-lato/fonts-lato_2.0-2.1apertis0bv2024dev2b1_all.deb Size: 2696688 MD5sum: 96321ed9f639edb8cd3c77700874cf9b SHA1: 1354c59fb0d160e30fd15e30a62fdce80f48b9a2 SHA256: 989fa579784258207d75fc9e26c76477042aeb88ef018ea8060b92240a08ade9 SHA512: 61a5c5046cac0b41745e0cf84ffc8f92bda8ee5b729413b625cb98f957244b8655c7c6048f30bfcef1d67fbe07a0a38f705cdfc8c2c50c9da4b1c7a7adf82f20 Description: sans-serif typeface family font This package provides sans-serif typeface family font designed by Lukasz Dziedzic. ("Lato" means "Summer" in Polish). These fonts are published by author's foundry tyPoland under terms of Open Font License. Homepage: http://www.latofonts.com Multi-Arch: foreign Package: fonts-liberation Priority: optional Section: fonts Installed-Size: 2085 Maintainer: Debian Fonts Task Force Architecture: all Version: 1:1.07.4-11apertis0bv2024preb1 Filename: pool/development/f/fonts-liberation/fonts-liberation_1.07.4-11apertis0bv2024preb1_all.deb Size: 824304 MD5sum: 9fccde829d1c2c582ce82990c4c56f5f SHA1: 05b95c60b17a22127026a3ba143bd740a3cde19f SHA256: 49f24353f6c52d301c144802044da03871f9beb5f7f38bc6ceb6dd6f89d9fc55 SHA512: 6bb0a9f55b45fb9764c55c6db12ef4f8d54677f5a66de986d25a5f9d04e036cd64ee3e7bd9ace639e5a7290fb1090424dcdd12b058f82c9bb13d339230e2b150 Description: Fonts with the same metrics as Times, Arial and Courier A set of serif, sans-serif and monospaced fonts from Red Hat with exactly the same metrics as the (non-free) Microsoft Times, Arial and Courier fonts, which implies those fonts can serve as a drop-in replacement. The font family is named Liberation. Homepage: https://github.com/liberationfonts/liberation-1.7-fonts Multi-Arch: foreign Package: fonts-liberation2 Priority: optional Section: fonts Installed-Size: 4291 Maintainer: Debian Fonts Task Force Architecture: all Version: 2.1.5-1+apertis0bv2024preb1 Filename: pool/development/f/fonts-liberation2/fonts-liberation2_2.1.5-1+apertis0bv2024preb1_all.deb Size: 1478164 MD5sum: df90a3a16c813350f9a1a4f6cc0b15b2 SHA1: 96d43f404b6a79441eae0bfc936b8be6438c49b8 SHA256: f79c13124b4baf13571b92336a232dcf7ad16122f91ec4dcf2b8fbb301285e91 SHA512: 6d6cdaa5b45857daf293c2fcf8c5d97e78aed8edc5cc2f24e5829c3c1763ab3acd8cc5c98cf43de269bb8ee67327e05d6c4d859beecec893812a3c59f1355453 Description: Fonts with the same metrics as Times, Arial and Courier (v2) A set of serif, sans-serif and monospaced fonts from Red Hat with exactly the same metrics as the (non-free) Microsoft Times, Arial and Courier fonts, which implies those fonts can serve as a drop-in replacement. The font family is named Liberation. Homepage: https://github.com/liberationfonts Multi-Arch: foreign Package: fonts-lmodern Priority: optional Section: fonts Installed-Size: 10750 Maintainer: Debian TeX Task Force Architecture: all Source: lmodern Version: 2.005-1+apertis0bv2024preb1 Filename: pool/development/l/lmodern/fonts-lmodern_2.005-1+apertis0bv2024preb1_all.deb Size: 4532696 MD5sum: e6f189472f12a5d69e8433ce160a698b SHA1: 6a00d78c34207ad2e6c36c7a943307018dc5de2b SHA256: a0a39f3e65589c872f3ecdc4db0e09800fa4618073f52d292574c14f3f519f58 SHA512: 2b949da34e1f655aea737c4dec37a1c28d50828a0f548fb0382b9253c4244d567e78e5876849cbbec229b46b9936bf456508601fc76eb0fabd13579ec02dc447 Description: OpenType fonts based on Computer Modern The Latin Modern fonts, also known as "lm fonts", are a set of scalable fonts in PostScript Type 1 and OpenType formats. They are based on the PostScript Type 1 version of the Computer Modern fonts and contain many additional characters (mostly accented ones). . This package provides the OpenType variant of these fonts. For support for TeX and Type 1 (PostScript) fonts, see the lmodern package. . The Latin Modern fonts were generated using MetaType1, a program based on MetaPost for generating PostScript Type 1 fonts (ftp://bop.eps.gda.pl/pub/metatype1/). Their size is reasonable and they are usually considered to be of good quality (compared to cm-super, for instance; however, cm-super contains font families that have no equivalent in this package; additionally, there are character sets that are supported by cm-super and not by the Latin Modern fonts). Homepage: http://www.gust.org.pl/projects/e-foundry/latin-modern/ Multi-Arch: foreign Package: fonts-lyx Priority: optional Section: fonts Installed-Size: 361 Maintainer: Dr. Tobias Quathamer Architecture: all Source: lyx Version: 2.3.7-1+apertis0bv2024preb1 Filename: pool/development/l/lyx/fonts-lyx_2.3.7-1+apertis0bv2024preb1_all.deb Size: 213544 MD5sum: c578c0a32a5b36ca8acc8f20b8bc0b13 SHA1: af80ddedd422a522e904f9196ff8deb315a08364 SHA256: 22a4fe405bba776f178bb1896e0a40a70cb7e226cb16468dcb83c9bc3ce80225 SHA512: 9d96bbe482f686b9d14a5f0b04a232db84944afecfcba049133beb28f92953ce307bdad8619c26289b288511c4d0c7f8e7058b46c04091b13526c68aaae764db Description: TrueType versions of some TeX fonts used by LyX These fonts are needed for the visual math symbol display in LyX. They can also be used to display MathML in Gecko-based browsers like Firefox. . The following fonts are included in this package: * cmex10 - Computer Modern math extension * cmmi10 - Computer Modern math italic * cmr10 - Computer Modern Roman * cmsy10 - Computer Modern math symbols * esint10 - Alternate integrals * eufm10 - Euler Fraktur (medium-weight) * msam10 - Extra math symbols, first series * msbm10 - Extra math symbols, second series, including Blackboard Bold * wasy10 - Waldi symbol fonts Homepage: https://www.lyx.org/ Multi-Arch: foreign Package: fonts-mathjax Priority: optional Section: fonts Installed-Size: 4416 Maintainer: Dmitry Shachnev Architecture: all Source: mathjax Version: 2.7.9+dfsg-1apertis1bv2024dev2b1 Suggests: libjs-mathjax Filename: pool/development/m/mathjax/fonts-mathjax_2.7.9+dfsg-1apertis1bv2024dev2b1_all.deb Size: 2211064 MD5sum: dba852d0b7eaa6cf73cf1b199ea43d3d SHA1: fa782842a660f5ed169d564b206cf6d23802f3d6 SHA256: 805107c84c7a0f1c87d65dc4dcad91da8d3dd7ad7bbd5199b16f1f8400d664b1 SHA512: 312189f4ebe3442f9bd908753891edbe450fb485122af282a3668bed46fbf19c92d0d2aab5a4693e8ec447f5790f6d7e28821293306204925d5441227718d4f6 Description: JavaScript display engine for LaTeX and MathML (fonts) MathJax was designed with the goal of consolidating the recent advances in web technologies into a single, definitive, math-on-the-web platform supporting the major browsers and operating systems. . It requires no setup on the part of the user (no plugins to download or software to install), so the page author can write web documents that include mathematics and be confident that users will be able to view it naturally and easily. Simply include MathJax and some mathematics in a web page, and MathJax will do the rest. . This package contains OTF, SVG and WOFF fonts for MathJax. Homepage: https://www.mathjax.org Multi-Arch: foreign Package: fonts-mathjax-extras Priority: optional Section: fonts Installed-Size: 2209 Maintainer: Dmitry Shachnev Architecture: all Source: mathjax Version: 2.7.9+dfsg-1apertis1bv2024dev2b1 Recommends: fonts-mathjax Suggests: libjs-mathjax Filename: pool/development/m/mathjax/fonts-mathjax-extras_2.7.9+dfsg-1apertis1bv2024dev2b1_all.deb Size: 676200 MD5sum: 884915f910d3354b30e9e56bbf3ee1b7 SHA1: 5923636efd77dff29a964101d06e610cb3bd71e1 SHA256: ee1af01eefa8a51d994d70011661af033b53b795c263fd3823b49f8894704840 SHA512: dc7fccafffa6a1d873bb082a8ccee5f01edb53733f2fd4e8ee07ae1a8b10c1efd456116757affb2ef25f719e1ae65efe9be5d108045febbc1438fd5b5b971476 Description: JavaScript display engine for LaTeX and MathML (extra fonts) MathJax was designed with the goal of consolidating the recent advances in web technologies into a single, definitive, math-on-the-web platform supporting the major browsers and operating systems. . It requires no setup on the part of the user (no plugins to download or software to install), so the page author can write web documents that include mathematics and be confident that users will be able to view it naturally and easily. Simply include MathJax and some mathematics in a web page, and MathJax will do the rest. . This package contains EOT fonts for MathJax, that are provided in addition to OTF, SVG and WOFF fonts in "fonts-mathjax" package. Homepage: https://www.mathjax.org Multi-Arch: foreign Package: fonts-noto Priority: optional Section: metapackages Installed-Size: 31 Maintainer: Debian Fonts Task Force Architecture: all Version: 20201225-1apertis0bv2024dev2b1 Depends: fonts-noto-core Recommends: fonts-noto-cjk, fonts-noto-cjk-extra, fonts-noto-color-emoji, fonts-noto-extra, fonts-noto-mono, fonts-noto-ui-core, fonts-noto-ui-extra, fonts-noto-unhinted Filename: pool/development/f/fonts-noto/fonts-noto_20201225-1apertis0bv2024dev2b1_all.deb Size: 16820 MD5sum: f8e8ca8544f3f489b3a6722039924325 SHA1: 4fb43de36f69de400e036692288b7c278ad91aee SHA256: a6b143f6eeb2250ec7e12776d86339482eae53bb7b236395d5b44c24cd5492d4 SHA512: c80e9617cdaa1ab3ac3d184f5b8617e7a48b4bac0c6b0e7646e053b2e9972f56bf15334273f6b8f1e5e676ce51b7a13a92b58fb2cf997688c32cd353aa3fa83a Description: metapackage to pull in all Noto fonts Noto is a collection of font families, each visually harmonized across scripts. . Use this package if you want all Noto fonts. . The name "Noto" is short for "No Tofu", describing the aim of covering all living Unicode scripts (currently 65 are covered, at least partly. . Tofu (豆腐) is Japanese jargon for unicode replacement character "�" (U+FFFD) often displayed as replacement for unassigned or unknown characters. Homepage: https://www.google.com/get/noto/ Multi-Arch: foreign Package: fonts-noto-cjk Priority: optional Section: fonts Installed-Size: 91002 Maintainer: Debian Fonts Team Architecture: all Version: 1:20220127+repack1-1+apertis0bv2024dev2b1 Suggests: fonts-noto-cjk-extra Filename: pool/development/f/fonts-noto-cjk/fonts-noto-cjk_20220127+repack1-1+apertis0bv2024dev2b1_all.deb Size: 56548968 MD5sum: 7b63f0ce130bc87195bd43685a43ada2 SHA1: f1db38ed80608b7a1c2cf8369fbeac913348425a SHA256: 79b73ef885e54908b6300ce964444768a668411bca79063be5d57d98c76c0cbd SHA512: e719e0677f28bc5b36c0bb00ad41db15d1a4ed3abd5f4554200c1b8eabd53ab811a8a9bdf13cca769d68039b5399cc1cd3159ed8fc242c615af92bc747a700aa Description: "No Tofu" font families with large Unicode coverage (CJK regular and bold) Noto is a collection of font families, each visually harmonized across scripts. . This package contains Noto font families for Traditional Chinese, Simplified Chinese, Japanese and Korean: . * Noto Sans CJK JP * Noto Sans CJK KR * Noto Sans CJK SC * Noto Sans CJK TC * Noto Sans Mono CJK JP * Noto Sans Mono CJK KR * Noto Sans Mono CJK SC * Noto Sans Mono CJK TC * Noto Serif CJK JP * Noto Serif CJK KR * Noto Serif CJK SC * Noto Serif CJK TC . These fonts are derived from the font family Source Han Sans. . The name "Noto" is short for "No Tofu", describing the aim of covering all living Unicode scripts. . Tofu (豆腐) is Japanese jargon for unicode replacement character "�" (U+FFFD) often displayed as replacement for unassigned or unknown characters. . This package contains regular and bold fonts. Homepage: https://github.com/googlefonts/noto-cjk Multi-Arch: foreign Package: fonts-noto-cjk-extra Priority: optional Section: fonts Installed-Size: 214031 Maintainer: Debian Fonts Team Architecture: all Source: fonts-noto-cjk Version: 1:20220127+repack1-1+apertis0bv2024dev2b1 Replaces: fonts-noto-cjk (<< 1:1.004+repack3-2~) Depends: fonts-noto-cjk Breaks: fonts-noto-cjk (<< 1:1.004+repack3-2~) Filename: pool/development/f/fonts-noto-cjk/fonts-noto-cjk-extra_20220127+repack1-1+apertis0bv2024dev2b1_all.deb Size: 133708248 MD5sum: 89e2c75cfe6ac636331f42cf2183ff29 SHA1: 63eca207d8ab032c457dc53f3d924f6f9fb20684 SHA256: acc77851cbbd43c591f428ffd28b1af7f6fb1cf1b206f785c246be427fe8262b SHA512: 017430a83ff97134cff8a5d8db8cc8c2f40a3030c584b0aef25b5c46768bdb58ab30617b8907c1e831e2e8c86e713ef679709aeaed2587304377a74fc56123ff Description: "No Tofu" font families with large Unicode coverage (CJK all weight) Noto is a collection of font families, each visually harmonized across scripts. . This package contains Noto font families for Traditional Chinese, Simplified Chinese, Japanese and Korean: . * Noto Sans CJK JP * Noto Sans CJK KR * Noto Sans CJK SC * Noto Sans CJK TC * Noto Sans Mono CJK JP * Noto Sans Mono CJK KR * Noto Sans Mono CJK SC * Noto Sans Mono CJK TC * Noto Serif CJK JP * Noto Serif CJK KR * Noto Serif CJK SC * Noto Serif CJK TC . These fonts are derived from the font family Source Han Sans. . The name "Noto" is short for "No Tofu", describing the aim of covering all living Unicode scripts. . Tofu (豆腐) is Japanese jargon for unicode replacement character "�" (U+FFFD) often displayed as replacement for unassigned or unknown characters. . This package contains all weight fonts. Homepage: https://github.com/googlefonts/noto-cjk Multi-Arch: foreign Package: fonts-noto-color-emoji Priority: optional Section: fonts Installed-Size: 10742 Maintainer: Debian Fonts Task Force Architecture: all Version: 2.042-0+deb12u1+apertis0bv2024.0db1 Filename: pool/development/f/fonts-noto-color-emoji/fonts-noto-color-emoji_2.042-0+deb12u1+apertis0bv2024.0db1_all.deb Size: 9896100 MD5sum: 24151bb62b36e98725c7e211b5b5fb41 SHA1: f21856d7b60e6f4839bc1cebe9d990f1f057b3a0 SHA256: 6cd182ae40a6104b97105776928670dbc07fd5c8deaa0ef02b7952608b75410f SHA512: 1edfb0e8e2fe1bddc70d5b3af28c80de9e3e1a78a274d75946b563968ac1c76dfd2b4885076054b0b985c41e0455ef1495d1da3a421cbb9fc892681f693eb969 Description: color emoji font from Google Noto is a collection of font families, each visually harmonized across scripts. . The name "Noto" is short for "No Tofu", describing the aim of covering all living Unicode scripts. . Tofu (豆腐) is Japanese jargon for unicode replacement character "�" (U+FFFD) often displayed as replacement for unassigned or unknown characters. . This package contains the color emoji font used on "stock" Android devices such as the Google Pixel. Homepage: https://www.google.com/get/noto/help/emoji/ Multi-Arch: foreign Package: fonts-noto-core Priority: optional Section: fonts Installed-Size: 42551 Maintainer: Debian Fonts Task Force Architecture: all Source: fonts-noto Version: 20201225-1apertis0bv2024dev2b1 Replaces: fonts-noto (<< 2015-05-11+cjk-1~), fonts-noto-hinted (<< 20181130-2~), fonts-noto-unhinted (<< 20201027-1~) Breaks: fonts-noto (<< 2015-05-11+cjk-1~), fonts-noto-hinted (<< 20181130-2~), fonts-noto-unhinted (<< 20201027-1~) Filename: pool/development/f/fonts-noto/fonts-noto-core_20201225-1apertis0bv2024dev2b1_all.deb Size: 12189368 MD5sum: 6eba2907fe991a521c5c6742af93617f SHA1: fc9d2020cd43a86ec25dc108edbad40b1803f959 SHA256: 28a8077e070908f95265e5177bb0c9dee0092655d70f2aed23818dc3a7452672 SHA512: 42e512035a2918682f6ad503bc9a5a222c7d38da8449f4c27c9ca77c6e252db58cb0e5c92a16e606b03a1bdd0983170c883803beb56029b91d46c3ae2d2ba155 Description: "No Tofu" font families with large Unicode coverage (core) Noto is a collection of font families, each visually harmonized across scripts. . This package contains core weights for these Noto font families: . * Noto Kufi Arabic * Noto Looped Lao Bold * Noto Looped Lao Regular * Noto Looped Thai Bold * Noto Looped Thai Regular * Noto Music * Noto Naskh Arabic * Noto Nastaliq Urdu * Noto Rashi Hebrew * Noto Sans * Noto Sans Adlam * Noto Sans Adlam Unjoined * Noto Sans AnatoHiero * Noto Sans Arabic * Noto Sans Armenian * Noto Sans Avestan * Noto Sans Balinese * Noto Sans Bamum * Noto Sans Bassa Vah * Noto Sans Batak * Noto Sans Bengali * Noto Sans Bhaiksuki * Noto Sans Brahmi * Noto Sans Buginese * Noto Sans Buhid * Noto Sans CanAborig * Noto Sans Carian * Noto Sans CaucAlban * Noto Sans Chakma * Noto Sans Cham * Noto Sans Cherokee * Noto Sans Coptic * Noto Sans Cuneiform * Noto Sans Cypriot * Noto Sans Deseret * Noto Sans Devanagari * Noto Sans Display * Noto Sans Duployan * Noto Sans EgyptHiero * Noto Sans Elbasan * Noto Sans Elymaic * Noto Sans Ethiopic * Noto Sans Georgian * Noto Sans Glagolitic * Noto Sans Gothic * Noto Sans Grantha * Noto Sans Gujarati * Noto Sans Gunjala Gondi * Noto Sans Gurmukhi * Noto Sans Hanifi Rohingya * Noto Sans Hanunoo * Noto Sans Hatran * Noto Sans Hebrew * Noto Sans ImpAramaic * Noto Sans Indic Siyaq Numbers * Noto Sans InsPahlavi * Noto Sans InsParthi * Noto Sans Javanese * Noto Sans Kaithi * Noto Sans Kannada * Noto Sans Kayah Li * Noto Sans Kharoshthi * Noto Sans Khmer * Noto Sans Khojki * Noto Sans Khudawadi * Noto Sans Lao * Noto Sans Lepcha * Noto Sans Limbu * Noto Sans Linear A * Noto Sans Linear B * Noto Sans Lisu * Noto Sans Lycian * Noto Sans Lydian * Noto Sans Mahajani * Noto Sans Malayalam * Noto Sans Mandaic * Noto Sans Manichaean * Noto Sans Marchen * Noto Sans Masaram Gondi * Noto Sans Math * Noto Sans Mayan Numerals * Noto Sans Medefaidrin * Noto Sans MeeteiMayek * Noto Sans Mende Kikakui * Noto Sans Meroitic * Noto Sans Miao * Noto Sans Modi * Noto Sans Mongolian * Noto Sans Mro * Noto Sans Multani * Noto Sans Myanmar * Noto Sans NKo * Noto Sans Nabataean * Noto Sans NewTaiLue * Noto Sans Newa * Noto Sans Nushu * Noto Sans Ogham * Noto Sans Ol Chiki * Noto Sans Old Italic * Noto Sans Old Permic * Noto Sans Old Turkic * Noto Sans OldHung * Noto Sans OldNorArab * Noto Sans OldPersian * Noto Sans OldSogdian * Noto Sans OldSouArab * Noto Sans Oriya * Noto Sans Osage * Noto Sans Osmanya * Noto Sans Pahawh Hmong * Noto Sans Palmyrene * Noto Sans PauCinHau * Noto Sans PhagsPa * Noto Sans Phoenician * Noto Sans PsaPahlavi * Noto Sans Rejang * Noto Sans Runic * Noto Sans Samaritan * Noto Sans Saurashtra * Noto Sans Sharada * Noto Sans Shavian * Noto Sans Siddham * Noto Sans SignWrit * Noto Sans Sinhala * Noto Sans Sogdian * Noto Sans Sora Sompeng * Noto Sans Soyombo * Noto Sans Sundanese * Noto Sans Syloti Nagri * Noto Sans Symbols * Noto Sans Symbols2 * Noto Sans Syriac * Noto Sans Tagalog * Noto Sans Tagbanwa * Noto Sans Tai Le * Noto Sans Tai Tham * Noto Sans Tai Viet * Noto Sans Takri * Noto Sans Tamil * Noto Sans Tamil Supplement * Noto Sans Telugu * Noto Sans Thaana * Noto Sans Thai * Noto Sans Tifinagh * Noto Sans Tifinagh APT * Noto Sans Tifinagh Adrar * Noto Sans Tifinagh Agraw Imazighen * Noto Sans Tifinagh Ahaggar * Noto Sans Tifinagh Air * Noto Sans Tifinagh Azawagh * Noto Sans Tifinagh Ghat * Noto Sans Tifinagh Hawad * Noto Sans Tifinagh Rhissa Ixa * Noto Sans Tifinagh SIL * Noto Sans Tifinagh Tawellemmet * Noto Sans Tirhuta * Noto Sans Ugaritic * Noto Sans Vai * Noto Sans Wancho * Noto Sans WarangCiti * Noto Sans Yi * Noto Sans Zanabazar * Noto Serif * Noto Serif Ahom * Noto Serif Armenian * Noto Serif Balinese * Noto Serif Bengali * Noto Serif Devanagari * Noto Serif Display * Noto Serif Dogra * Noto Serif Ethiopic * Noto Serif Georgian * Noto Serif Grantha * Noto Serif Gujarati * Noto Serif Gurmukhi * Noto Serif Hebrew * Noto Serif Hmong Nyiakeng * Noto Serif Kannada * Noto Serif Khmer * Noto Serif Khojki * Noto Serif Lao * Noto Serif Malayalam * Noto Serif Myanmar * Noto Serif Sinhala * Noto Serif Tamil * Noto Serif Tangut * Noto Serif Telugu * Noto Serif Thai * Noto Serif Tibetan * Noto Serif Yezidi * Noto Traditional Nushu * NotoSerifTamilSlantedmisc:Depends= . The name "Noto" is short for "No Tofu", describing the aim of covering all living Unicode scripts (currently 65 are covered, at least partly. . Tofu (豆腐) is Japanese jargon for unicode replacement character "�" (U+FFFD) often displayed as replacement for unassigned or unknown characters. Homepage: https://www.google.com/get/noto/ Multi-Arch: foreign Package: fonts-noto-extra Priority: optional Section: fonts Installed-Size: 334234 Maintainer: Debian Fonts Task Force Architecture: all Source: fonts-noto Version: 20201225-1apertis0bv2024dev2b1 Replaces: fonts-noto-unhinted (<< 20201027-1~) Breaks: fonts-noto-unhinted (<< 20201027-1~) Filename: pool/development/f/fonts-noto/fonts-noto-extra_20201225-1apertis0bv2024dev2b1_all.deb Size: 72423648 MD5sum: 86b751475754df1027489605599d96c4 SHA1: 889e9d7846b1c081493979565b745e402db42d3f SHA256: 09d65c1e881148577b5268f49f982078caf09e9e5537dedd0b3055c321bccbb7 SHA512: 0ccd88b442c3e6c4ca36eb825f08c64ac76e74e1b283a23e94eb2e77b1f96f342b36694da1f6556a85de1f2d5158887dd1ac8b2ffe948164b4ff6a2922004c39 Description: "No Tofu" font families with large Unicode coverage (extra) Noto is a collection of font families, each visually harmonized across scripts. . This package contains extra weights for these Noto font families: . * Noto Kufi Arabic Black * Noto Kufi Arabic Extra Bold * Noto Kufi Arabic Extra Light * Noto Kufi Arabic Light * Noto Kufi Arabic Medium * Noto Kufi Arabic Semi Bold * Noto Kufi Arabic Thin * Noto Looped Lao Black * Noto Looped Lao Cond Blk * Noto Looped Lao Cond Bold * Noto Looped Lao Cond ExBd * Noto Looped Lao Cond ExLt * Noto Looped Lao Cond Lt * Noto Looped Lao Cond Med * Noto Looped Lao Cond SmBd * Noto Looped Lao Cond Thin * Noto Looped Lao Condensed * Noto Looped Lao ExCd Blk * Noto Looped Lao ExCd Bold * Noto Looped Lao ExCd ExBd * Noto Looped Lao ExCd ExLt * Noto Looped Lao ExCd Lt * Noto Looped Lao ExCd Med * Noto Looped Lao ExCd SmBd * Noto Looped Lao ExCd Thin * Noto Looped Lao ExtLight * Noto Looped Lao ExtraBold * Noto Looped Lao ExtraCond * Noto Looped Lao Light * Noto Looped Lao Medium * Noto Looped Lao SemiBold * Noto Looped Lao SemiCond * Noto Looped Lao SmCd Blk * Noto Looped Lao SmCd Bold * Noto Looped Lao SmCd ExBd * Noto Looped Lao SmCd ExtLt * Noto Looped Lao SmCd Lt * Noto Looped Lao SmCd Med * Noto Looped Lao SmCd SmBd * Noto Looped Lao SmCd Thin * Noto Looped Lao Thin * Noto Looped Thai Black * Noto Looped Thai Cond Blk * Noto Looped Thai Cond Bold * Noto Looped Thai Cond ExBd * Noto Looped Thai Cond ExLt * Noto Looped Thai Cond Lt * Noto Looped Thai Cond Med * Noto Looped Thai Cond SmBd * Noto Looped Thai Cond Thin * Noto Looped Thai Condensed * Noto Looped Thai ExCd Blk * Noto Looped Thai ExCd Bold * Noto Looped Thai ExCd ExBd * Noto Looped Thai ExCd ExLt * Noto Looped Thai ExCd Lt * Noto Looped Thai ExCd Med * Noto Looped Thai ExCd SmBd * Noto Looped Thai ExCd Thin * Noto Looped Thai ExtLight * Noto Looped Thai ExtraBold * Noto Looped Thai ExtraCond * Noto Looped Thai Light * Noto Looped Thai Medium * Noto Looped Thai SemiBold * Noto Looped Thai SemiCond * Noto Looped Thai SmCd Blk * Noto Looped Thai SmCd Bold * Noto Looped Thai SmCd ExBd * Noto Looped Thai SmCd ExLt * Noto Looped Thai SmCd Lt * Noto Looped Thai SmCd Med * Noto Looped Thai SmCd SmBd * Noto Looped Thai SmCd Thin * Noto Looped Thai Thin * Noto Naskh Arabic Medium * Noto Naskh Arabic Semi Bold * Noto Sans Arabic Blk * Noto Sans Arabic Cond * Noto Sans Arabic Cond Blk * Noto Sans Arabic Cond ExtBd * Noto Sans Arabic Cond ExtLt * Noto Sans Arabic Cond Light * Noto Sans Arabic Cond Med * Noto Sans Arabic Cond SemBd * Noto Sans Arabic Cond Thin * Noto Sans Arabic ExtBd * Noto Sans Arabic ExtCond * Noto Sans Arabic ExtCond Blk * Noto Sans Arabic ExtCond ExtBd * Noto Sans Arabic ExtCond ExtLt * Noto Sans Arabic ExtCond Light * Noto Sans Arabic ExtCond Med * Noto Sans Arabic ExtCond SemBd * Noto Sans Arabic ExtCond Thin * Noto Sans Arabic ExtLt * Noto Sans Arabic Light * Noto Sans Arabic Med * Noto Sans Arabic SemBd * Noto Sans Arabic SemCond * Noto Sans Arabic SemCond Blk * Noto Sans Arabic SemCond ExtBd * Noto Sans Arabic SemCond ExtLt * Noto Sans Arabic SemCond Light * Noto Sans Arabic SemCond Med * Noto Sans Arabic SemCond SemBd * Noto Sans Arabic SemCond Thin * Noto Sans Arabic Thin * Noto Sans Armenian Black * Noto Sans Armenian Condensed * Noto Sans Armenian Condensed Black * Noto Sans Armenian Condensed ExtraBold * Noto Sans Armenian Condensed ExtraLight * Noto Sans Armenian Condensed Light * Noto Sans Armenian Condensed Medium * Noto Sans Armenian Condensed SemiBold * Noto Sans Armenian Condensed Thin * Noto Sans Armenian ExtraBold * Noto Sans Armenian ExtraCondensed * Noto Sans Armenian ExtraCondensed Black * Noto Sans Armenian ExtraCondensed ExtraBold * Noto Sans Armenian ExtraCondensed ExtraLight * Noto Sans Armenian ExtraCondensed Light * Noto Sans Armenian ExtraCondensed Medium * Noto Sans Armenian ExtraCondensed SemiBold * Noto Sans Armenian ExtraCondensed Thin * Noto Sans Armenian ExtraLight * Noto Sans Armenian Light * Noto Sans Armenian Medium * Noto Sans Armenian SemiBold * Noto Sans Armenian SemiCondensed * Noto Sans Armenian SemiCondensed Black * Noto Sans Armenian SemiCondensed ExtraBold * Noto Sans Armenian SemiCondensed ExtraLight * Noto Sans Armenian SemiCondensed Light * Noto Sans Armenian SemiCondensed Medium * Noto Sans Armenian SemiCondensed SemiBold * Noto Sans Armenian SemiCondensed Thin * Noto Sans Armenian Thin * Noto Sans Balinese Medium * Noto Sans Balinese SemiBold * Noto Sans Bamum Medium * Noto Sans Bamum SemiBold * Noto Sans Bengali Black * Noto Sans Bengali Condensed * Noto Sans Bengali ExtraBold * Noto Sans Bengali ExtraCondensed * Noto Sans Bengali ExtraLight * Noto Sans Bengali Light * Noto Sans Bengali Medium * Noto Sans Bengali SemiBold * Noto Sans Bengali SemiCondensed * Noto Sans Bengali Thin * Noto Sans Black * Noto Sans CanAborig Bk * Noto Sans CanAborig Lt * Noto Sans CanAborig Md * Noto Sans CanAborig SmBd * Noto Sans CanAborig Th * Noto Sans CanAborig XBd * Noto Sans CanAborig XLt * Noto Sans Cham Blk * Noto Sans Cham ExtBd * Noto Sans Cham ExtLt * Noto Sans Cham Light * Noto Sans Cham Med * Noto Sans Cham SemBd * Noto Sans Cham Thin * Noto Sans Cherokee Blk * Noto Sans Cherokee ExtBd * Noto Sans Cherokee ExtLt * Noto Sans Cherokee Light * Noto Sans Cherokee Med * Noto Sans Cherokee SemBd * Noto Sans Cherokee Thin * Noto Sans Condensed * Noto Sans Condensed Black * Noto Sans Condensed ExtraBold * Noto Sans Condensed ExtraLight * Noto Sans Condensed Light * Noto Sans Condensed Medium * Noto Sans Condensed SemiBold * Noto Sans Condensed Thin * Noto Sans Devanagari Black * Noto Sans Devanagari Condensed * Noto Sans Devanagari Condensed Black * Noto Sans Devanagari Condensed ExtraBold * Noto Sans Devanagari Condensed ExtraLight * Noto Sans Devanagari Condensed Light * Noto Sans Devanagari Condensed Medium * Noto Sans Devanagari Condensed SemiBold * Noto Sans Devanagari Condensed Thin * Noto Sans Devanagari ExtraBold * Noto Sans Devanagari ExtraCondensed * Noto Sans Devanagari ExtraCondensed Black * Noto Sans Devanagari ExtraCondensed ExtraBold * Noto Sans Devanagari ExtraCondensed ExtraLight * Noto Sans Devanagari ExtraCondensed Light * Noto Sans Devanagari ExtraCondensed Medium * Noto Sans Devanagari ExtraCondensed SemiBold * Noto Sans Devanagari ExtraCondensed Thin * Noto Sans Devanagari ExtraLight * Noto Sans Devanagari Light * Noto Sans Devanagari Medium * Noto Sans Devanagari SemiBold * Noto Sans Devanagari SemiCondensed * Noto Sans Devanagari SemiCondensed Black * Noto Sans Devanagari SemiCondensed ExtraBold * Noto Sans Devanagari SemiCondensed ExtraLight * Noto Sans Devanagari SemiCondensed Light * Noto Sans Devanagari SemiCondensed Medium * Noto Sans Devanagari SemiCondensed SemiBold * Noto Sans Devanagari SemiCondensed Thin * Noto Sans Devanagari Thin * Noto Sans Display Black * Noto Sans Display Condensed * Noto Sans Display Condensed Black * Noto Sans Display Condensed ExtraBold * Noto Sans Display Condensed ExtraLight * Noto Sans Display Condensed Light * Noto Sans Display Condensed Medium * Noto Sans Display Condensed SemiBold * Noto Sans Display Condensed Thin * Noto Sans Display ExtraBold * Noto Sans Display ExtraCondensed * Noto Sans Display ExtraCondensed Black * Noto Sans Display ExtraCondensed ExtraBold * Noto Sans Display ExtraCondensed ExtraLight * Noto Sans Display ExtraCondensed Light * Noto Sans Display ExtraCondensed Medium * Noto Sans Display ExtraCondensed SemiBold * Noto Sans Display ExtraCondensed Thin * Noto Sans Display ExtraLight * Noto Sans Display Light * Noto Sans Display Medium * Noto Sans Display SemiBold * Noto Sans Display SemiCondensed * Noto Sans Display SemiCondensed Black * Noto Sans Display SemiCondensed ExtraBold * Noto Sans Display SemiCondensed ExtraLight * Noto Sans Display SemiCondensed Light * Noto Sans Display SemiCondensed Medium * Noto Sans Display SemiCondensed SemiBold * Noto Sans Display SemiCondensed Thin * Noto Sans Display Thin * Noto Sans Ethiopic Blk * Noto Sans Ethiopic Cond * Noto Sans Ethiopic Cond Blk * Noto Sans Ethiopic Cond ExtBd * Noto Sans Ethiopic Cond ExtLt * Noto Sans Ethiopic Cond Light * Noto Sans Ethiopic Cond Med * Noto Sans Ethiopic Cond SemBd * Noto Sans Ethiopic Cond Thin * Noto Sans Ethiopic ExtBd * Noto Sans Ethiopic ExtCond * Noto Sans Ethiopic ExtCond Blk * Noto Sans Ethiopic ExtCond ExtBd * Noto Sans Ethiopic ExtCond ExtLt * Noto Sans Ethiopic ExtCond Light * Noto Sans Ethiopic ExtCond Med * Noto Sans Ethiopic ExtCond SemBd * Noto Sans Ethiopic ExtCond Thin * Noto Sans Ethiopic ExtLt * Noto Sans Ethiopic Light * Noto Sans Ethiopic Med * Noto Sans Ethiopic SemBd * Noto Sans Ethiopic SemCond * Noto Sans Ethiopic SemCond Blk * Noto Sans Ethiopic SemCond ExtBd * Noto Sans Ethiopic SemCond ExtLt * Noto Sans Ethiopic SemCond Light * Noto Sans Ethiopic SemCond Med * Noto Sans Ethiopic SemCond SemBd * Noto Sans Ethiopic SemCond Thin * Noto Sans Ethiopic Thin * Noto Sans ExtraBold * Noto Sans ExtraCondensed * Noto Sans ExtraCondensed Black * Noto Sans ExtraCondensed ExtraBold * Noto Sans ExtraCondensed ExtraLight * Noto Sans ExtraCondensed Light * Noto Sans ExtraCondensed Medium * Noto Sans ExtraCondensed SemiBold * Noto Sans ExtraCondensed Thin * Noto Sans ExtraLight * Noto Sans Georgian Blk * Noto Sans Georgian Cond * Noto Sans Georgian Cond Blk * Noto Sans Georgian Cond ExtBd * Noto Sans Georgian Cond ExtLt * Noto Sans Georgian Cond Light * Noto Sans Georgian Cond Med * Noto Sans Georgian Cond SemBd * Noto Sans Georgian Cond Thin * Noto Sans Georgian ExtBd * Noto Sans Georgian ExtCond * Noto Sans Georgian ExtCond Blk * Noto Sans Georgian ExtCond ExtBd * Noto Sans Georgian ExtCond ExtLt * Noto Sans Georgian ExtCond Light * Noto Sans Georgian ExtCond Med * Noto Sans Georgian ExtCond SemBd * Noto Sans Georgian ExtCond Thin * Noto Sans Georgian ExtLt * Noto Sans Georgian Light * Noto Sans Georgian Med * Noto Sans Georgian SemBd * Noto Sans Georgian SemCond * Noto Sans Georgian SemCond Blk * Noto Sans Georgian SemCond ExtBd * Noto Sans Georgian SemCond ExtLt * Noto Sans Georgian SemCond Light * Noto Sans Georgian SemCond Med * Noto Sans Georgian SemCond SemBd * Noto Sans Georgian SemCond Thin * Noto Sans Georgian Thin * Noto Sans Gujarati Black * Noto Sans Gujarati Condensed * Noto Sans Gujarati Condensed Black * Noto Sans Gujarati Condensed ExtraBold * Noto Sans Gujarati Condensed ExtraLight * Noto Sans Gujarati Condensed Light * Noto Sans Gujarati Condensed Medium * Noto Sans Gujarati Condensed SemiBold * Noto Sans Gujarati Condensed Thin * Noto Sans Gujarati ExtraBold * Noto Sans Gujarati ExtraCondensed * Noto Sans Gujarati ExtraCondensed Black * Noto Sans Gujarati ExtraCondensed ExtraBold * Noto Sans Gujarati ExtraCondensed ExtraLight * Noto Sans Gujarati ExtraCondensed Light * Noto Sans Gujarati ExtraCondensed Medium * Noto Sans Gujarati ExtraCondensed SemiBold * Noto Sans Gujarati ExtraCondensed Thin * Noto Sans Gujarati ExtraLight * Noto Sans Gujarati Light * Noto Sans Gujarati Medium * Noto Sans Gujarati SemiBold * Noto Sans Gujarati SemiCondensed * Noto Sans Gujarati SemiCondensed Black * Noto Sans Gujarati SemiCondensed ExtraBold * Noto Sans Gujarati SemiCondensed ExtraLight * Noto Sans Gujarati SemiCondensed Light * Noto Sans Gujarati SemiCondensed Medium * Noto Sans Gujarati SemiCondensed SemiBold * Noto Sans Gujarati SemiCondensed Thin * Noto Sans Gujarati Thin * Noto Sans Gurmukhi Black * Noto Sans Gurmukhi Condensed * Noto Sans Gurmukhi Condensed Black * Noto Sans Gurmukhi Condensed ExtraBold * Noto Sans Gurmukhi Condensed ExtraLight * Noto Sans Gurmukhi Condensed Light * Noto Sans Gurmukhi Condensed Medium * Noto Sans Gurmukhi Condensed SemiBold * Noto Sans Gurmukhi Condensed Thin * Noto Sans Gurmukhi ExtraBold * Noto Sans Gurmukhi ExtraCondensed * Noto Sans Gurmukhi ExtraCondensed Black * Noto Sans Gurmukhi ExtraCondensed ExtraBold * Noto Sans Gurmukhi ExtraCondensed ExtraLight * Noto Sans Gurmukhi ExtraCondensed Light * Noto Sans Gurmukhi ExtraCondensed Medium * Noto Sans Gurmukhi ExtraCondensed SemiBold * Noto Sans Gurmukhi ExtraCondensed Thin * Noto Sans Gurmukhi ExtraLight * Noto Sans Gurmukhi Light * Noto Sans Gurmukhi Medium * Noto Sans Gurmukhi SemiBold * Noto Sans Gurmukhi SemiCondensed * Noto Sans Gurmukhi SemiCondensed Black * Noto Sans Gurmukhi SemiCondensed ExtraBold * Noto Sans Gurmukhi SemiCondensed ExtraLight * Noto Sans Gurmukhi SemiCondensed Light * Noto Sans Gurmukhi SemiCondensed Medium * Noto Sans Gurmukhi SemiCondensed SemiBold * Noto Sans Gurmukhi SemiCondensed Thin * Noto Sans Gurmukhi Thin * Noto Sans Hanifi Rohingya Medium * Noto Sans Hanifi Rohingya SemiBold * Noto Sans Hebrew Blk * Noto Sans Hebrew Cond * Noto Sans Hebrew Cond Blk * Noto Sans Hebrew Cond ExtBd * Noto Sans Hebrew Cond ExtLt * Noto Sans Hebrew Cond Light * Noto Sans Hebrew Cond Med * Noto Sans Hebrew Cond SemBd * Noto Sans Hebrew Cond Thin * Noto Sans Hebrew ExtBd * Noto Sans Hebrew ExtCond * Noto Sans Hebrew ExtCond Blk * Noto Sans Hebrew ExtCond ExtBd * Noto Sans Hebrew ExtCond ExtLt * Noto Sans Hebrew ExtCond Light * Noto Sans Hebrew ExtCond Med * Noto Sans Hebrew ExtCond SemBd * Noto Sans Hebrew ExtCond Thin * Noto Sans Hebrew ExtLt * Noto Sans Hebrew Light * Noto Sans Hebrew Med * Noto Sans Hebrew SemBd * Noto Sans Hebrew SemCond * Noto Sans Hebrew SemCond Blk * Noto Sans Hebrew SemCond ExtBd * Noto Sans Hebrew SemCond ExtLt * Noto Sans Hebrew SemCond Light * Noto Sans Hebrew SemCond Med * Noto Sans Hebrew SemCond SemBd * Noto Sans Hebrew SemCond Thin * Noto Sans Hebrew Thin * Noto Sans Kannada Black * Noto Sans Kannada Condensed * Noto Sans Kannada Condensed Black * Noto Sans Kannada Condensed ExtraBold * Noto Sans Kannada Condensed ExtraLight * Noto Sans Kannada Condensed Light * Noto Sans Kannada Condensed Medium * Noto Sans Kannada Condensed SemiBold * Noto Sans Kannada Condensed Thin * Noto Sans Kannada ExtraBold * Noto Sans Kannada ExtraCondensed * Noto Sans Kannada ExtraCondensed Black * Noto Sans Kannada ExtraCondensed ExtraBold * Noto Sans Kannada ExtraCondensed ExtraLight * Noto Sans Kannada ExtraCondensed Light * Noto Sans Kannada ExtraCondensed Medium * Noto Sans Kannada ExtraCondensed SemiBold * Noto Sans Kannada ExtraCondensed Thin * Noto Sans Kannada ExtraLight * Noto Sans Kannada Light * Noto Sans Kannada Medium * Noto Sans Kannada SemiBold * Noto Sans Kannada SemiCondensed * Noto Sans Kannada SemiCondensed Black * Noto Sans Kannada SemiCondensed ExtraBold * Noto Sans Kannada SemiCondensed ExtraLight * Noto Sans Kannada SemiCondensed Light * Noto Sans Kannada SemiCondensed Medium * Noto Sans Kannada SemiCondensed SemiBold * Noto Sans Kannada SemiCondensed Thin * Noto Sans Kannada Thin * Noto Sans Kayah Li Medium * Noto Sans Kayah Li SemiBold * Noto Sans Khmer Black * Noto Sans Khmer Condensed * Noto Sans Khmer Condensed Black * Noto Sans Khmer Condensed ExtraBold * Noto Sans Khmer Condensed ExtraLight * Noto Sans Khmer Condensed Light * Noto Sans Khmer Condensed Medium * Noto Sans Khmer Condensed SemiBold * Noto Sans Khmer Condensed Thin * Noto Sans Khmer ExtraBold * Noto Sans Khmer ExtraCondensed * Noto Sans Khmer ExtraCondensed Black * Noto Sans Khmer ExtraCondensed ExtraBold * Noto Sans Khmer ExtraCondensed ExtraLight * Noto Sans Khmer ExtraCondensed Light * Noto Sans Khmer ExtraCondensed Medium * Noto Sans Khmer ExtraCondensed SemiBold * Noto Sans Khmer ExtraCondensed Thin * Noto Sans Khmer ExtraLight * Noto Sans Khmer Light * Noto Sans Khmer Medium * Noto Sans Khmer SemiBold * Noto Sans Khmer SemiCondensed * Noto Sans Khmer SemiCondensed Black * Noto Sans Khmer SemiCondensed ExtraBold * Noto Sans Khmer SemiCondensed ExtraLight * Noto Sans Khmer SemiCondensed Light * Noto Sans Khmer SemiCondensed Medium * Noto Sans Khmer SemiCondensed SemiBold * Noto Sans Khmer SemiCondensed Thin * Noto Sans Khmer Thin * Noto Sans Lao Blk * Noto Sans Lao Cond * Noto Sans Lao Cond Blk * Noto Sans Lao Cond ExtBd * Noto Sans Lao Cond ExtLt * Noto Sans Lao Cond Light * Noto Sans Lao Cond Med * Noto Sans Lao Cond SemBd * Noto Sans Lao Cond Thin * Noto Sans Lao ExtBd * Noto Sans Lao ExtCond * Noto Sans Lao ExtCond Blk * Noto Sans Lao ExtCond ExtBd * Noto Sans Lao ExtCond ExtLt * Noto Sans Lao ExtCond Light * Noto Sans Lao ExtCond Med * Noto Sans Lao ExtCond SemBd * Noto Sans Lao ExtCond Thin * Noto Sans Lao ExtLt * Noto Sans Lao Light * Noto Sans Lao Med * Noto Sans Lao SemBd * Noto Sans Lao SemCond * Noto Sans Lao SemCond Blk * Noto Sans Lao SemCond ExtBd * Noto Sans Lao SemCond ExtLt * Noto Sans Lao SemCond Light * Noto Sans Lao SemCond Med * Noto Sans Lao SemCond SemBd * Noto Sans Lao SemCond Thin * Noto Sans Lao Thin * Noto Sans Light * Noto Sans Lisu Medium * Noto Sans Lisu Semi Bold * Noto Sans Malayalam Black * Noto Sans Malayalam Condensed * Noto Sans Malayalam Condensed Black * Noto Sans Malayalam Condensed ExtraBold * Noto Sans Malayalam Condensed ExtraLight * Noto Sans Malayalam Condensed Light * Noto Sans Malayalam Condensed Medium * Noto Sans Malayalam Condensed SemiBold * Noto Sans Malayalam Condensed Thin * Noto Sans Malayalam ExtraBold * Noto Sans Malayalam ExtraCondensed * Noto Sans Malayalam ExtraCondensed Black * Noto Sans Malayalam ExtraCondensed ExtraBold * Noto Sans Malayalam ExtraCondensed ExtraLight * Noto Sans Malayalam ExtraCondensed Light * Noto Sans Malayalam ExtraCondensed Medium * Noto Sans Malayalam ExtraCondensed SemiBold * Noto Sans Malayalam ExtraCondensed Thin * Noto Sans Malayalam ExtraLight * Noto Sans Malayalam Light * Noto Sans Malayalam Medium * Noto Sans Malayalam SemiBold * Noto Sans Malayalam SemiCondensed * Noto Sans Malayalam SemiCondensed Black * Noto Sans Malayalam SemiCondensed ExtraBold * Noto Sans Malayalam SemiCondensed ExtraLight * Noto Sans Malayalam SemiCondensed Light * Noto Sans Malayalam SemiCondensed Medium * Noto Sans Malayalam SemiCondensed SemiBold * Noto Sans Malayalam SemiCondensed Thin * Noto Sans Malayalam Thin * Noto Sans Medefaidrin Medium * Noto Sans Medefaidrin SemiBold * Noto Sans Medium * Noto Sans MeeteiMayek Black * Noto Sans MeeteiMayek ExtraBold * Noto Sans MeeteiMayek ExtraLight * Noto Sans MeeteiMayek Light * Noto Sans MeeteiMayek Medium * Noto Sans MeeteiMayek SemiBold * Noto Sans MeeteiMayek Thin * Noto Sans Mono Black * Noto Sans Mono Condensed * Noto Sans Mono Condensed Black * Noto Sans Mono Condensed ExtraBold * Noto Sans Mono Condensed ExtraLight * Noto Sans Mono Condensed Light * Noto Sans Mono Condensed Medium * Noto Sans Mono Condensed SemiBold * Noto Sans Mono Condensed Thin * Noto Sans Mono ExtraBold * Noto Sans Mono ExtraCondensed * Noto Sans Mono ExtraCondensed Black * Noto Sans Mono ExtraCondensed ExtraBold * Noto Sans Mono ExtraCondensed ExtraLight * Noto Sans Mono ExtraCondensed Light * Noto Sans Mono ExtraCondensed Medium * Noto Sans Mono ExtraCondensed SemiBold * Noto Sans Mono ExtraCondensed Thin * Noto Sans Mono ExtraLight * Noto Sans Mono Light * Noto Sans Mono Medium * Noto Sans Mono SemiBold * Noto Sans Mono SemiCondensed * Noto Sans Mono SemiCondensed Black * Noto Sans Mono SemiCondensed ExtraBold * Noto Sans Mono SemiCondensed ExtraLight * Noto Sans Mono SemiCondensed Light * Noto Sans Mono SemiCondensed Medium * Noto Sans Mono SemiCondensed SemiBold * Noto Sans Mono SemiCondensed Thin * Noto Sans Mono Thin * Noto Sans Myanmar Blk * Noto Sans Myanmar Cond * Noto Sans Myanmar Cond Blk * Noto Sans Myanmar Cond ExtBd * Noto Sans Myanmar Cond ExtLt * Noto Sans Myanmar Cond Light * Noto Sans Myanmar Cond Med * Noto Sans Myanmar Cond SemBd * Noto Sans Myanmar Cond Thin * Noto Sans Myanmar ExtBd * Noto Sans Myanmar ExtCond * Noto Sans Myanmar ExtCond Blk * Noto Sans Myanmar ExtCond ExtBd * Noto Sans Myanmar ExtCond ExtLt * Noto Sans Myanmar ExtCond Light * Noto Sans Myanmar ExtCond Med * Noto Sans Myanmar ExtCond SemBd * Noto Sans Myanmar ExtCond Thin * Noto Sans Myanmar ExtLt * Noto Sans Myanmar Light * Noto Sans Myanmar Med * Noto Sans Myanmar SemBd * Noto Sans Myanmar SemCond * Noto Sans Myanmar SemCond Blk * Noto Sans Myanmar SemCond ExtBd * Noto Sans Myanmar SemCond ExtLt * Noto Sans Myanmar SemCond Light * Noto Sans Myanmar SemCond Med * Noto Sans Myanmar SemCond SemBd * Noto Sans Myanmar SemCond Thin * Noto Sans Myanmar Thin * Noto Sans Ol Chiki Medium * Noto Sans Ol Chiki SemiBold * Noto Sans Oriya Blk * Noto Sans Oriya Cond * Noto Sans Oriya Cond Blk * Noto Sans Oriya Cond Bold * Noto Sans Oriya Cond Thin * Noto Sans Oriya ExtCond * Noto Sans Oriya ExtCond Blk * Noto Sans Oriya ExtCond Bold * Noto Sans Oriya ExtCond Thin * Noto Sans Oriya Thin * Noto Sans SemiBold * Noto Sans SemiCondensed * Noto Sans SemiCondensed Black * Noto Sans SemiCondensed ExtraBold * Noto Sans SemiCondensed ExtraLight * Noto Sans SemiCondensed Light * Noto Sans SemiCondensed Medium * Noto Sans SemiCondensed SemiBold * Noto Sans SemiCondensed Thin * Noto Sans Sinhala Black * Noto Sans Sinhala Condensed * Noto Sans Sinhala Condensed Black * Noto Sans Sinhala Condensed ExtraBold * Noto Sans Sinhala Condensed ExtraLight * Noto Sans Sinhala Condensed Light * Noto Sans Sinhala Condensed Medium * Noto Sans Sinhala Condensed SemiBold * Noto Sans Sinhala Condensed Thin * Noto Sans Sinhala ExtraBold * Noto Sans Sinhala ExtraCondensed * Noto Sans Sinhala ExtraCondensed Black * Noto Sans Sinhala ExtraCondensed ExtraBold * Noto Sans Sinhala ExtraCondensed ExtraLight * Noto Sans Sinhala ExtraCondensed Light * Noto Sans Sinhala ExtraCondensed Medium * Noto Sans Sinhala ExtraCondensed SemiBold * Noto Sans Sinhala ExtraCondensed Thin * Noto Sans Sinhala ExtraLight * Noto Sans Sinhala Light * Noto Sans Sinhala Medium * Noto Sans Sinhala SemiBold * Noto Sans Sinhala SemiCondensed * Noto Sans Sinhala SemiCondensed Black * Noto Sans Sinhala SemiCondensed ExtraBold * Noto Sans Sinhala SemiCondensed ExtraLight * Noto Sans Sinhala SemiCondensed Light * Noto Sans Sinhala SemiCondensed Medium * Noto Sans Sinhala SemiCondensed SemiBold * Noto Sans Sinhala SemiCondensed Thin * Noto Sans Sinhala Thin * Noto Sans Sora Sompeng Medium * Noto Sans Sora Sompeng Semi Bold * Noto Sans Sundanese * Noto Sans Symbols Black * Noto Sans Symbols ExtraBold * Noto Sans Symbols ExtraLight * Noto Sans Symbols Light * Noto Sans Symbols Medium * Noto Sans Symbols SemiBold * Noto Sans Symbols Thin * Noto Sans Syriac Black * Noto Sans Syriac Thin * Noto Sans Tai Tham Medium * Noto Sans Tai Tham SemiBold * Noto Sans Tamil Black * Noto Sans Tamil Condensed * Noto Sans Tamil Condensed Black * Noto Sans Tamil Condensed ExtraBold * Noto Sans Tamil Condensed ExtraLight * Noto Sans Tamil Condensed Light * Noto Sans Tamil Condensed Medium * Noto Sans Tamil Condensed SemiBold * Noto Sans Tamil Condensed Thin * Noto Sans Tamil ExtraBold * Noto Sans Tamil ExtraCondensed * Noto Sans Tamil ExtraCondensed Black * Noto Sans Tamil ExtraCondensed ExtraBold * Noto Sans Tamil ExtraCondensed ExtraLight * Noto Sans Tamil ExtraCondensed Light * Noto Sans Tamil ExtraCondensed Medium * Noto Sans Tamil ExtraCondensed SemiBold * Noto Sans Tamil ExtraCondensed Thin * Noto Sans Tamil ExtraLight * Noto Sans Tamil Light * Noto Sans Tamil Medium * Noto Sans Tamil SemiBold * Noto Sans Tamil SemiCondensed * Noto Sans Tamil SemiCondensed Black * Noto Sans Tamil SemiCondensed ExtraBold * Noto Sans Tamil SemiCondensed ExtraLight * Noto Sans Tamil SemiCondensed Light * Noto Sans Tamil SemiCondensed Medium * Noto Sans Tamil SemiCondensed SemiBold * Noto Sans Tamil SemiCondensed Thin * Noto Sans Tamil Thin * Noto Sans Telugu Black * Noto Sans Telugu Condensed * Noto Sans Telugu Condensed Black * Noto Sans Telugu Condensed ExtraBold * Noto Sans Telugu Condensed ExtraLight * Noto Sans Telugu Condensed Light * Noto Sans Telugu Condensed Medium * Noto Sans Telugu Condensed SemiBold * Noto Sans Telugu Condensed Thin * Noto Sans Telugu ExtraBold * Noto Sans Telugu ExtraCondensed * Noto Sans Telugu ExtraCondensed Black * Noto Sans Telugu ExtraCondensed ExtraBold * Noto Sans Telugu ExtraCondensed ExtraLight * Noto Sans Telugu ExtraCondensed Light * Noto Sans Telugu ExtraCondensed Medium * Noto Sans Telugu ExtraCondensed SemiBold * Noto Sans Telugu ExtraCondensed Thin * Noto Sans Telugu ExtraLight * Noto Sans Telugu Light * Noto Sans Telugu Medium * Noto Sans Telugu SemiBold * Noto Sans Telugu SemiCondensed * Noto Sans Telugu SemiCondensed Black * Noto Sans Telugu SemiCondensed ExtraBold * Noto Sans Telugu SemiCondensed ExtraLight * Noto Sans Telugu SemiCondensed Light * Noto Sans Telugu SemiCondensed Medium * Noto Sans Telugu SemiCondensed SemiBold * Noto Sans Telugu SemiCondensed Thin * Noto Sans Telugu Thin * Noto Sans Thaana Black * Noto Sans Thaana ExtraBold * Noto Sans Thaana ExtraLight * Noto Sans Thaana Light * Noto Sans Thaana Medium * Noto Sans Thaana SemiBold * Noto Sans Thaana Thin * Noto Sans Thai Blk * Noto Sans Thai Cond * Noto Sans Thai Cond Blk * Noto Sans Thai Cond ExtBd * Noto Sans Thai Cond ExtLt * Noto Sans Thai Cond Light * Noto Sans Thai Cond Med * Noto Sans Thai Cond SemBd * Noto Sans Thai Cond Thin * Noto Sans Thai ExtBd * Noto Sans Thai ExtCond * Noto Sans Thai ExtCond Blk * Noto Sans Thai ExtCond ExtBd * Noto Sans Thai ExtCond ExtLt * Noto Sans Thai ExtCond Light * Noto Sans Thai ExtCond Med * Noto Sans Thai ExtCond SemBd * Noto Sans Thai ExtCond Thin * Noto Sans Thai ExtLt * Noto Sans Thai Light * Noto Sans Thai Med * Noto Sans Thai SemBd * Noto Sans Thai SemCond * Noto Sans Thai SemCond Blk * Noto Sans Thai SemCond ExtBd * Noto Sans Thai SemCond ExtLt * Noto Sans Thai SemCond Light * Noto Sans Thai SemCond Med * Noto Sans Thai SemCond SemBd * Noto Sans Thai SemCond Thin * Noto Sans Thai Thin * Noto Sans Thin * Noto Serif Armenian Black * Noto Serif Armenian Condensed * Noto Serif Armenian Condensed Black * Noto Serif Armenian Condensed ExtraBold * Noto Serif Armenian Condensed ExtraLight * Noto Serif Armenian Condensed Light * Noto Serif Armenian Condensed Medium * Noto Serif Armenian Condensed SemiBold * Noto Serif Armenian Condensed Thin * Noto Serif Armenian ExtraBold * Noto Serif Armenian ExtraCondensed * Noto Serif Armenian ExtraCondensed Black * Noto Serif Armenian ExtraCondensed ExtraBold * Noto Serif Armenian ExtraCondensed ExtraLight * Noto Serif Armenian ExtraCondensed Light * Noto Serif Armenian ExtraCondensed Medium * Noto Serif Armenian ExtraCondensed SemiBold * Noto Serif Armenian ExtraCondensed Thin * Noto Serif Armenian ExtraLight * Noto Serif Armenian Light * Noto Serif Armenian Medium * Noto Serif Armenian SemiBold * Noto Serif Armenian SemiCondensed * Noto Serif Armenian SemiCondensed Black * Noto Serif Armenian SemiCondensed ExtraBold * Noto Serif Armenian SemiCondensed ExtraLight * Noto Serif Armenian SemiCondensed Light * Noto Serif Armenian SemiCondensed Medium * Noto Serif Armenian SemiCondensed SemiBold * Noto Serif Armenian SemiCondensed Thin * Noto Serif Armenian Thin * Noto Serif Bengali Black * Noto Serif Bengali Condensed * Noto Serif Bengali Condensed Black * Noto Serif Bengali Condensed ExtraBold * Noto Serif Bengali Condensed ExtraLight * Noto Serif Bengali Condensed Light * Noto Serif Bengali Condensed Medium * Noto Serif Bengali Condensed SemiBold * Noto Serif Bengali Condensed Thin * Noto Serif Bengali ExtraBold * Noto Serif Bengali ExtraCondensed * Noto Serif Bengali ExtraCondensed Black * Noto Serif Bengali ExtraCondensed ExtraBold * Noto Serif Bengali ExtraCondensed ExtraLight * Noto Serif Bengali ExtraCondensed Light * Noto Serif Bengali ExtraCondensed Medium * Noto Serif Bengali ExtraCondensed SemiBold * Noto Serif Bengali ExtraCondensed Thin * Noto Serif Bengali ExtraLight * Noto Serif Bengali Light * Noto Serif Bengali Medium * Noto Serif Bengali SemiBold * Noto Serif Bengali SemiCondensed * Noto Serif Bengali SemiCondensed Black * Noto Serif Bengali SemiCondensed ExtraBold * Noto Serif Bengali SemiCondensed ExtraLight * Noto Serif Bengali SemiCondensed Light * Noto Serif Bengali SemiCondensed Medium * Noto Serif Bengali SemiCondensed SemiBold * Noto Serif Bengali SemiCondensed Thin * Noto Serif Bengali Thin * Noto Serif Black * Noto Serif Condensed * Noto Serif Condensed Black * Noto Serif Condensed ExtraBold * Noto Serif Condensed ExtraLight * Noto Serif Condensed Light * Noto Serif Condensed Medium * Noto Serif Condensed SemiBold * Noto Serif Condensed Thin * Noto Serif Devanagari Black * Noto Serif Devanagari Condensed * Noto Serif Devanagari Condensed Black * Noto Serif Devanagari Condensed ExtraBold * Noto Serif Devanagari Condensed ExtraLight * Noto Serif Devanagari Condensed Light * Noto Serif Devanagari Condensed Medium * Noto Serif Devanagari Condensed SemiBold * Noto Serif Devanagari Condensed Thin * Noto Serif Devanagari ExtraBold * Noto Serif Devanagari ExtraCondensed * Noto Serif Devanagari ExtraCondensed Black * Noto Serif Devanagari ExtraCondensed ExtraBold * Noto Serif Devanagari ExtraCondensed ExtraLight * Noto Serif Devanagari ExtraCondensed Light * Noto Serif Devanagari ExtraCondensed Medium * Noto Serif Devanagari ExtraCondensed SemiBold * Noto Serif Devanagari ExtraCondensed Thin * Noto Serif Devanagari ExtraLight * Noto Serif Devanagari Light * Noto Serif Devanagari Medium * Noto Serif Devanagari SemiBold * Noto Serif Devanagari SemiCondensed * Noto Serif Devanagari SemiCondensed Black * Noto Serif Devanagari SemiCondensed ExtraBold * Noto Serif Devanagari SemiCondensed ExtraLight * Noto Serif Devanagari SemiCondensed Light * Noto Serif Devanagari SemiCondensed Medium * Noto Serif Devanagari SemiCondensed SemiBold * Noto Serif Devanagari SemiCondensed Thin * Noto Serif Devanagari Thin * Noto Serif Display Black * Noto Serif Display Condensed * Noto Serif Display Condensed Black * Noto Serif Display Condensed ExtraBold * Noto Serif Display Condensed ExtraLight * Noto Serif Display Condensed Light * Noto Serif Display Condensed Medium * Noto Serif Display Condensed SemiBold * Noto Serif Display Condensed Thin * Noto Serif Display ExtraBold * Noto Serif Display ExtraCondensed * Noto Serif Display ExtraCondensed Black * Noto Serif Display ExtraCondensed ExtraBold * Noto Serif Display ExtraCondensed ExtraLight * Noto Serif Display ExtraCondensed Light * Noto Serif Display ExtraCondensed Medium * Noto Serif Display ExtraCondensed SemiBold * Noto Serif Display ExtraCondensed Thin * Noto Serif Display ExtraLight * Noto Serif Display Light * Noto Serif Display Medium * Noto Serif Display SemiBold * Noto Serif Display SemiCondensed * Noto Serif Display SemiCondensed Black * Noto Serif Display SemiCondensed ExtraBold * Noto Serif Display SemiCondensed ExtraLight * Noto Serif Display SemiCondensed Light * Noto Serif Display SemiCondensed Medium * Noto Serif Display SemiCondensed SemiBold * Noto Serif Display SemiCondensed Thin * Noto Serif Display Thin * Noto Serif Ethiopic Bk * Noto Serif Ethiopic Cn * Noto Serif Ethiopic Cn Bk * Noto Serif Ethiopic Cn Lt * Noto Serif Ethiopic Cn Md * Noto Serif Ethiopic Cn SmBd * Noto Serif Ethiopic Cn Th * Noto Serif Ethiopic Cn XBd * Noto Serif Ethiopic Cn XLt * Noto Serif Ethiopic Lt * Noto Serif Ethiopic Md * Noto Serif Ethiopic SmBd * Noto Serif Ethiopic SmCn * Noto Serif Ethiopic SmCn Bk * Noto Serif Ethiopic SmCn Lt * Noto Serif Ethiopic SmCn Md * Noto Serif Ethiopic SmCn SmBd * Noto Serif Ethiopic SmCn Th * Noto Serif Ethiopic SmCn XBd * Noto Serif Ethiopic SmCn XLt * Noto Serif Ethiopic Th * Noto Serif Ethiopic XBd * Noto Serif Ethiopic XCn * Noto Serif Ethiopic XCn Bk * Noto Serif Ethiopic XCn Lt * Noto Serif Ethiopic XCn Md * Noto Serif Ethiopic XCn SmBd * Noto Serif Ethiopic XCn Th * Noto Serif Ethiopic XCn XBd * Noto Serif Ethiopic XCn XLt * Noto Serif Ethiopic XLt * Noto Serif ExtraBold * Noto Serif ExtraCondensed * Noto Serif ExtraCondensed Black * Noto Serif ExtraCondensed ExtraBold * Noto Serif ExtraCondensed ExtraLight * Noto Serif ExtraCondensed Light * Noto Serif ExtraCondensed Medium * Noto Serif ExtraCondensed SemiBold * Noto Serif ExtraCondensed Thin * Noto Serif ExtraLight * Noto Serif Georgian Bk * Noto Serif Georgian Cn * Noto Serif Georgian Cn Bk * Noto Serif Georgian Cn Lt * Noto Serif Georgian Cn Md * Noto Serif Georgian Cn SmBd * Noto Serif Georgian Cn Th * Noto Serif Georgian Cn XBd * Noto Serif Georgian Cn XLt * Noto Serif Georgian Lt * Noto Serif Georgian Md * Noto Serif Georgian SmBd * Noto Serif Georgian SmCn * Noto Serif Georgian SmCn Bk * Noto Serif Georgian SmCn Lt * Noto Serif Georgian SmCn Md * Noto Serif Georgian SmCn SmBd * Noto Serif Georgian SmCn Th * Noto Serif Georgian SmCn XBd * Noto Serif Georgian SmCn XLt * Noto Serif Georgian Th * Noto Serif Georgian XBd * Noto Serif Georgian XCn * Noto Serif Georgian XCn Bk * Noto Serif Georgian XCn Lt * Noto Serif Georgian XCn Md * Noto Serif Georgian XCn SmBd * Noto Serif Georgian XCn Th * Noto Serif Georgian XCn XBd * Noto Serif Georgian XCn XLt * Noto Serif Georgian XLt * Noto Serif Gujarati Black * Noto Serif Gujarati ExtraBold * Noto Serif Gujarati ExtraLight * Noto Serif Gujarati Light * Noto Serif Gujarati Medium * Noto Serif Gujarati SemiBold * Noto Serif Gujarati Thin * Noto Serif Gurmukhi Black * Noto Serif Gurmukhi ExtraBold * Noto Serif Gurmukhi ExtraLight * Noto Serif Gurmukhi Light * Noto Serif Gurmukhi Medium * Noto Serif Gurmukhi SemiBold * Noto Serif Gurmukhi Thin * Noto Serif Hebrew Blk * Noto Serif Hebrew Cond * Noto Serif Hebrew Cond Blk * Noto Serif Hebrew Cond ExtBd * Noto Serif Hebrew Cond ExtLt * Noto Serif Hebrew Cond Light * Noto Serif Hebrew Cond Med * Noto Serif Hebrew Cond SemBd * Noto Serif Hebrew Cond Thin * Noto Serif Hebrew ExtBd * Noto Serif Hebrew ExtCond * Noto Serif Hebrew ExtCond Blk * Noto Serif Hebrew ExtCond ExtBd * Noto Serif Hebrew ExtCond ExtLt * Noto Serif Hebrew ExtCond Light * Noto Serif Hebrew ExtCond Med * Noto Serif Hebrew ExtCond SemBd * Noto Serif Hebrew ExtCond Thin * Noto Serif Hebrew ExtLt * Noto Serif Hebrew Light * Noto Serif Hebrew Med * Noto Serif Hebrew SemBd * Noto Serif Hebrew SemCond * Noto Serif Hebrew SemCond Blk * Noto Serif Hebrew SemCond ExtBd * Noto Serif Hebrew SemCond ExtLt * Noto Serif Hebrew SemCond Light * Noto Serif Hebrew SemCond Med * Noto Serif Hebrew SemCond SemBd * Noto Serif Hebrew SemCond Thin * Noto Serif Hebrew Thin * Noto Serif Hmong Nyiakeng Medium * Noto Serif Hmong Nyiakeng SemiBold * Noto Serif Kannada Black * Noto Serif Kannada ExtraBold * Noto Serif Kannada ExtraLight * Noto Serif Kannada Light * Noto Serif Kannada Medium * Noto Serif Kannada SemiBold * Noto Serif Kannada Thin * Noto Serif Khmer Black * Noto Serif Khmer Condensed * Noto Serif Khmer Condensed Black * Noto Serif Khmer Condensed ExtraBold * Noto Serif Khmer Condensed ExtraLight * Noto Serif Khmer Condensed Light * Noto Serif Khmer Condensed Medium * Noto Serif Khmer Condensed SemiBold * Noto Serif Khmer Condensed Thin * Noto Serif Khmer ExtraBold * Noto Serif Khmer ExtraCondensed * Noto Serif Khmer ExtraCondensed Black * Noto Serif Khmer ExtraCondensed ExtraBold * Noto Serif Khmer ExtraCondensed ExtraLight * Noto Serif Khmer ExtraCondensed Light * Noto Serif Khmer ExtraCondensed Medium * Noto Serif Khmer ExtraCondensed SemiBold * Noto Serif Khmer ExtraCondensed Thin * Noto Serif Khmer ExtraLight * Noto Serif Khmer Light * Noto Serif Khmer Medium * Noto Serif Khmer SemiBold * Noto Serif Khmer SemiCondensed * Noto Serif Khmer SemiCondensed Black * Noto Serif Khmer SemiCondensed ExtraBold * Noto Serif Khmer SemiCondensed ExtraLight * Noto Serif Khmer SemiCondensed Light * Noto Serif Khmer SemiCondensed Medium * Noto Serif Khmer SemiCondensed SemiBold * Noto Serif Khmer SemiCondensed Thin * Noto Serif Khmer Thin * Noto Serif Lao Blk * Noto Serif Lao Cond * Noto Serif Lao Cond Blk * Noto Serif Lao Cond ExtBd * Noto Serif Lao Cond ExtLt * Noto Serif Lao Cond Light * Noto Serif Lao Cond Med * Noto Serif Lao Cond SemBd * Noto Serif Lao Cond Thin * Noto Serif Lao ExtBd * Noto Serif Lao ExtCond * Noto Serif Lao ExtCond Blk * Noto Serif Lao ExtCond ExtBd * Noto Serif Lao ExtCond ExtLt * Noto Serif Lao ExtCond Light * Noto Serif Lao ExtCond Med * Noto Serif Lao ExtCond SemBd * Noto Serif Lao ExtCond Thin * Noto Serif Lao ExtLt * Noto Serif Lao Light * Noto Serif Lao Med * Noto Serif Lao SemBd * Noto Serif Lao SemCond * Noto Serif Lao SemCond Blk * Noto Serif Lao SemCond ExtBd * Noto Serif Lao SemCond ExtLt * Noto Serif Lao SemCond Light * Noto Serif Lao SemCond Med * Noto Serif Lao SemCond SemBd * Noto Serif Lao SemCond Thin * Noto Serif Lao Thin * Noto Serif Light * Noto Serif Malayalam Black * Noto Serif Malayalam ExtraBold * Noto Serif Malayalam ExtraLight * Noto Serif Malayalam Light * Noto Serif Malayalam Medium * Noto Serif Malayalam SemiBold * Noto Serif Malayalam Thin * Noto Serif Medium * Noto Serif Myanmar Blk * Noto Serif Myanmar Cond Blk * Noto Serif Myanmar Cond ExtBd * Noto Serif Myanmar Cond ExtLt * Noto Serif Myanmar Cond Med * Noto Serif Myanmar Cond SemBd * Noto Serif Myanmar Cond Thin * Noto Serif Myanmar Condensed * Noto Serif Myanmar Condensed Bold * Noto Serif Myanmar Condensed Light * Noto Serif Myanmar ExtBd * Noto Serif Myanmar ExtCond * Noto Serif Myanmar ExtCond Blk * Noto Serif Myanmar ExtCond ExtBd * Noto Serif Myanmar ExtCond ExtLt * Noto Serif Myanmar ExtCond Light * Noto Serif Myanmar ExtCond Med * Noto Serif Myanmar ExtCond SemBd * Noto Serif Myanmar ExtCond Thin * Noto Serif Myanmar ExtLt * Noto Serif Myanmar Light * Noto Serif Myanmar Med * Noto Serif Myanmar SemBd * Noto Serif Myanmar SemCond * Noto Serif Myanmar SemCond Blk * Noto Serif Myanmar SemCond ExtBd * Noto Serif Myanmar SemCond ExtLt * Noto Serif Myanmar SemCond Light * Noto Serif Myanmar SemCond Med * Noto Serif Myanmar SemCond SemBd * Noto Serif Myanmar SemCond Thin * Noto Serif Myanmar Thin * Noto Serif SemiBold * Noto Serif SemiCondensed * Noto Serif SemiCondensed Black * Noto Serif SemiCondensed ExtraBold * Noto Serif SemiCondensed ExtraLight * Noto Serif SemiCondensed Light * Noto Serif SemiCondensed Medium * Noto Serif SemiCondensed SemiBold * Noto Serif SemiCondensed Thin * Noto Serif Sinhala Black * Noto Serif Sinhala Condensed * Noto Serif Sinhala Condensed Black * Noto Serif Sinhala Condensed ExtraBold * Noto Serif Sinhala Condensed ExtraLight * Noto Serif Sinhala Condensed Light * Noto Serif Sinhala Condensed Medium * Noto Serif Sinhala Condensed SemiBold * Noto Serif Sinhala Condensed Thin * Noto Serif Sinhala ExtraBold * Noto Serif Sinhala ExtraCondensed * Noto Serif Sinhala ExtraCondensed Black * Noto Serif Sinhala ExtraCondensed ExtraBold * Noto Serif Sinhala ExtraCondensed ExtraLight * Noto Serif Sinhala ExtraCondensed Light * Noto Serif Sinhala ExtraCondensed Medium * Noto Serif Sinhala ExtraCondensed SemiBold * Noto Serif Sinhala ExtraCondensed Thin * Noto Serif Sinhala ExtraLight * Noto Serif Sinhala Light * Noto Serif Sinhala Medium * Noto Serif Sinhala SemiBold * Noto Serif Sinhala SemiCondensed * Noto Serif Sinhala SemiCondensed Black * Noto Serif Sinhala SemiCondensed ExtraBold * Noto Serif Sinhala SemiCondensed ExtraLight * Noto Serif Sinhala SemiCondensed Light * Noto Serif Sinhala SemiCondensed Medium * Noto Serif Sinhala SemiCondensed SemiBold * Noto Serif Sinhala SemiCondensed Thin * Noto Serif Sinhala Thin * Noto Serif Tamil Black * Noto Serif Tamil Condensed * Noto Serif Tamil Condensed Black * Noto Serif Tamil Condensed ExtraBold * Noto Serif Tamil Condensed ExtraLight * Noto Serif Tamil Condensed Light * Noto Serif Tamil Condensed Medium * Noto Serif Tamil Condensed SemiBold * Noto Serif Tamil Condensed Thin * Noto Serif Tamil ExtraBold * Noto Serif Tamil ExtraCondensed * Noto Serif Tamil ExtraCondensed Black * Noto Serif Tamil ExtraCondensed ExtraBold * Noto Serif Tamil ExtraCondensed ExtraLight * Noto Serif Tamil ExtraCondensed Light * Noto Serif Tamil ExtraCondensed Medium * Noto Serif Tamil ExtraCondensed SemiBold * Noto Serif Tamil ExtraCondensed Thin * Noto Serif Tamil ExtraLight * Noto Serif Tamil Light * Noto Serif Tamil Medium * Noto Serif Tamil SemiBold * Noto Serif Tamil SemiCondensed * Noto Serif Tamil SemiCondensed Black * Noto Serif Tamil SemiCondensed ExtraBold * Noto Serif Tamil SemiCondensed ExtraLight * Noto Serif Tamil SemiCondensed Light * Noto Serif Tamil SemiCondensed Medium * Noto Serif Tamil SemiCondensed SemiBold * Noto Serif Tamil SemiCondensed Thin * Noto Serif Tamil Thin * Noto Serif Telugu Black * Noto Serif Telugu ExtraBold * Noto Serif Telugu ExtraLight * Noto Serif Telugu Light * Noto Serif Telugu Medium * Noto Serif Telugu SemiBold * Noto Serif Telugu Thin * Noto Serif Thai Blk * Noto Serif Thai Cond * Noto Serif Thai Cond Blk * Noto Serif Thai Cond ExtBd * Noto Serif Thai Cond ExtLt * Noto Serif Thai Cond Light * Noto Serif Thai Cond Med * Noto Serif Thai Cond SemBd * Noto Serif Thai Cond Thin * Noto Serif Thai ExtBd * Noto Serif Thai ExtCond * Noto Serif Thai ExtCond Blk * Noto Serif Thai ExtCond ExtBd * Noto Serif Thai ExtCond ExtLt * Noto Serif Thai ExtCond Light * Noto Serif Thai ExtCond Med * Noto Serif Thai ExtCond SemBd * Noto Serif Thai ExtCond Thin * Noto Serif Thai ExtLt * Noto Serif Thai Light * Noto Serif Thai Med * Noto Serif Thai SemBd * Noto Serif Thai SemCond * Noto Serif Thai SemCond Blk * Noto Serif Thai SemCond ExtBd * Noto Serif Thai SemCond ExtLt * Noto Serif Thai SemCond Light * Noto Serif Thai SemCond Med * Noto Serif Thai SemCond SemBd * Noto Serif Thai SemCond Thin * Noto Serif Thai Thin * Noto Serif Thin * Noto Serif Tibetan Black * Noto Serif Tibetan ExtraBold * Noto Serif Tibetan ExtraLight * Noto Serif Tibetan Light * Noto Serif Tibetan Medium * Noto Serif Tibetan SemiBold * Noto Serif Tibetan Thin * Noto Serif Yezidi Medium * Noto Serif Yezidi SemiBold * NotoSerifTamilSlanted Black * NotoSerifTamilSlanted Condensed * NotoSerifTamilSlanted Condensed Black * NotoSerifTamilSlanted Condensed ExtraBold * NotoSerifTamilSlanted Condensed ExtraLight * NotoSerifTamilSlanted Condensed Light * NotoSerifTamilSlanted Condensed Medium * NotoSerifTamilSlanted Condensed SemiBold * NotoSerifTamilSlanted Condensed Thin * NotoSerifTamilSlanted ExtraBold * NotoSerifTamilSlanted ExtraCondensed * NotoSerifTamilSlanted ExtraCondensed Black * NotoSerifTamilSlanted ExtraCondensed ExtraBold * NotoSerifTamilSlanted ExtraCondensed ExtraLight * NotoSerifTamilSlanted ExtraCondensed Light * NotoSerifTamilSlanted ExtraCondensed Medium * NotoSerifTamilSlanted ExtraCondensed SemiBold * NotoSerifTamilSlanted ExtraCondensed Thin * NotoSerifTamilSlanted ExtraLight * NotoSerifTamilSlanted Light * NotoSerifTamilSlanted Medium * NotoSerifTamilSlanted SemiBold * NotoSerifTamilSlanted SemiCondensed * NotoSerifTamilSlanted SemiCondensed Black * NotoSerifTamilSlanted SemiCondensed ExtraBold * NotoSerifTamilSlanted SemiCondensed ExtraLight * NotoSerifTamilSlanted SemiCondensed Light * NotoSerifTamilSlanted SemiCondensed Medium * NotoSerifTamilSlanted SemiCondensed SemiBold * NotoSerifTamilSlanted SemiCondensed Thin * NotoSerifTamilSlanted Thinmisc:Depends= . The name "Noto" is short for "No Tofu", describing the aim of covering all living Unicode scripts (currently 65 are covered, at least partly. . Tofu (豆腐) is Japanese jargon for unicode replacement character "�" (U+FFFD) often displayed as replacement for unassigned or unknown characters. Enhances: fonts-noto-core, fonts-noto-mono Homepage: https://www.google.com/get/noto/ Multi-Arch: foreign Package: fonts-noto-hinted Priority: optional Section: oldlibs Installed-Size: 31 Maintainer: Debian Fonts Task Force Architecture: all Source: fonts-noto Version: 20201225-1apertis0bv2024dev2b1 Depends: fonts-noto-core, fonts-noto-ui-core Filename: pool/development/f/fonts-noto/fonts-noto-hinted_20201225-1apertis0bv2024dev2b1_all.deb Size: 16616 MD5sum: 2c26ebc13924f773934d08a73bc1688f SHA1: 8b23761bdb17f1f78c19ddbc2f4faea82824f356 SHA256: a9747812ffda30796c398a5267de561c4b208b0a979bdfcb4cd20ec1104e1e56 SHA512: 55ef4af1d5d787046d98f1898d2e3ac3f5c81115ea94e447af58244b0aab1b9f10b5e5a843d8a42f525d83188f76b5bbc3a69c09d953193c4340d62d96c65f48 Description: obsolete metapackage to pull in a subset of Noto fonts This is an obsolete metapackage to install a subset of Noto fonts. . NB! This package is obsolete. Please use appropriate other fonts-noto-* packages instead. Homepage: https://www.google.com/get/noto/ Multi-Arch: foreign Package: fonts-noto-mono Priority: optional Section: fonts Installed-Size: 1156 Maintainer: Debian Fonts Task Force Architecture: all Source: fonts-noto Version: 20201225-1apertis0bv2024dev2b1 Replaces: fonts-noto-core (<< 20201027-2~), fonts-noto-unhinted (<< 20201027-3~) Breaks: fonts-noto-core (<< 20201027-2~), fonts-noto-unhinted (<< 20201027-3~) Filename: pool/development/f/fonts-noto/fonts-noto-mono_20201225-1apertis0bv2024dev2b1_all.deb Size: 397568 MD5sum: 0551a128b14b3aedb442d55f44b78079 SHA1: 6ae109b358c6800ec084cabfe5b1cafc776f930d SHA256: 5d3b620a23d864a2b63f00c899fd817c639eece0964a0c055e38d49f455a9367 SHA512: bd43a8e25349cceaf7edd44d7e66d99911a5e5dd25785d922f410c3ffd3c492af38c5322111e9967afe1fe204c15b1ba44bb3c2abae997a327eae6be4f52ca91 Description: "No Tofu" monospaced font family with large Unicode coverage Noto is a collection of font families, each visually harmonized across scripts. . This package contains Noto Mono font family (formerly known as Droid Mono), and core weights for the Noto Sans Mono font family. Beware that Noto Mono has a much smaller repertoire than Noto Sans or Noto Serif. . The name "Noto" is short for "No Tofu", describing the aim of covering all living Unicode scripts. . Tofu (豆腐) is Japanese jargon for unicode replacement character "�" (U+FFFD) often displayed as replacement for unassigned or unknown characters. Enhances: fonts-noto-core Homepage: https://www.google.com/get/noto/ Multi-Arch: foreign Package: fonts-noto-ui-core Priority: optional Section: fonts Installed-Size: 5060 Maintainer: Debian Fonts Task Force Architecture: all Source: fonts-noto Version: 20201225-1apertis0bv2024dev2b1 Replaces: fonts-noto (<< 2015-05-11+cjk-1~), fonts-noto-hinted (<< 20181130-2~), fonts-noto-unhinted (<< 20181227-2~) Suggests: fonts-noto-core Breaks: fonts-noto (<< 2015-05-11+cjk-1~), fonts-noto-hinted (<< 20181130-2~), fonts-noto-unhinted (<< 20181227-2~) Filename: pool/development/f/fonts-noto/fonts-noto-ui-core_20201225-1apertis0bv2024dev2b1_all.deb Size: 1420204 MD5sum: 66adf99a11ddf5ff49e316446c52f54d SHA1: a4f01dd31f063d033916b7aada7841ee60c8b870 SHA256: 6e8e3d38e09715009dd541466d851ee0cbee5bf1570f3df0811e58a0a6fb62c2 SHA512: 855634cefcaf3a83b47f0f08c41f15815a666d8171f96f8c126baceeb98e266fc56f49611c9ce16926814eb3f54fd4d03e09f4826bbd61047b4b6a5a8618cf86 Description: "No Tofu" font families with large Unicode coverage (UI core) Noto is a collection of font families, each visually harmonized across scripts. . This package contains core weights for these Noto UI font families: . * Noto Looped Lao UI Bold * Noto Looped Lao UI Regular * Noto Looped Thai UI Bold * Noto Looped Thai UI Regular * Noto Naskh Arabic UI * Noto Sans Arabic UI * Noto Sans Bengali UI * Noto Sans Devanagari UI * Noto Sans Gujarati UI * Noto Sans Gurmukhi UI * Noto Sans Kannada UI * Noto Sans Khmer UI * Noto Sans Lao UI * Noto Sans Malayalam UI * Noto Sans Myanmar UI * Noto Sans Oriya UI * Noto Sans Sinhala UI * Noto Sans Tamil UI * Noto Sans Telugu UI * Noto Sans Thai UImisc:Depends= . Noto UI fonts are for text display in UI elements (e.g. buttons, menus) that have a height limit. . The name "Noto" is short for "No Tofu", describing the aim of covering all living Unicode scripts. . Tofu (豆腐) is Japanese jargon for unicode replacement character "�" (U+FFFD) often displayed as replacement for unassigned or unknown characters. Homepage: https://www.google.com/get/noto/ Multi-Arch: foreign Package: fonts-noto-ui-extra Priority: optional Section: fonts Installed-Size: 72046 Maintainer: Debian Fonts Task Force Architecture: all Source: fonts-noto Version: 20201225-1apertis0bv2024dev2b1 Replaces: fonts-noto-unhinted (<< 20201027-1~) Suggests: fonts-noto-extra Breaks: fonts-noto-unhinted (<< 20201027-1~) Filename: pool/development/f/fonts-noto/fonts-noto-ui-extra_20201225-1apertis0bv2024dev2b1_all.deb Size: 14253328 MD5sum: 32cbe500594f842f467d320ba0a4bce3 SHA1: 5568c30a545b9b4378943874559185644a2aca6e SHA256: fe96769c4df286146cf8da46082fab27fc56831266a4f8733a17160555d5df75 SHA512: e68f0f2ae38d3f5c0bc968ad31f001bb46ed6e9c5808cdd5ba38bde0f14c525de5b7c844f8be46522e9d5df9fd0887c7e5e3edd255852dc521dd53e7d21caf4d Description: "No Tofu" font families with large Unicode coverage (UI extra) Noto is a collection of font families, each visually harmonized across scripts. . This package contains extra weights for these Noto UI font families: . * Noto Looped Lao UI Black * Noto Looped Lao UI Cond Blk * Noto Looped Lao UI Cond Bold * Noto Looped Lao UI Cond ExBd * Noto Looped Lao UI Cond ExLt * Noto Looped Lao UI Cond Lt * Noto Looped Lao UI Cond Med * Noto Looped Lao UI Cond SmBd * Noto Looped Lao UI Cond Thin * Noto Looped Lao UI Condensed * Noto Looped Lao UI ExCd Blk * Noto Looped Lao UI ExCd Bold * Noto Looped Lao UI ExCd ExBd * Noto Looped Lao UI ExCd ExLt * Noto Looped Lao UI ExCd Lt * Noto Looped Lao UI ExCd Med * Noto Looped Lao UI ExCd SmBd * Noto Looped Lao UI ExCd Thin * Noto Looped Lao UI ExtLight * Noto Looped Lao UI ExtraBold * Noto Looped Lao UI ExtraCond * Noto Looped Lao UI Light * Noto Looped Lao UI Medium * Noto Looped Lao UI SemiBold * Noto Looped Lao UI SemiCond * Noto Looped Lao UI SmCd Blk * Noto Looped Lao UI SmCd Bold * Noto Looped Lao UI SmCd ExBd * Noto Looped Lao UI SmCd ExtLt * Noto Looped Lao UI SmCd Lt * Noto Looped Lao UI SmCd Med * Noto Looped Lao UI SmCd SmBd * Noto Looped Lao UI SmCd Thin * Noto Looped Lao UI Thin * Noto Looped Thai UI Black * Noto Looped Thai UI Cond Blk * Noto Looped Thai UI Cond Bold * Noto Looped Thai UI Cond ExBd * Noto Looped Thai UI Cond ExLt * Noto Looped Thai UI Cond Lt * Noto Looped Thai UI Cond Med * Noto Looped Thai UI Cond SmBd * Noto Looped Thai UI Cond Thin * Noto Looped Thai UI Condensed * Noto Looped Thai UI ExCd Blk * Noto Looped Thai UI ExCd Bold * Noto Looped Thai UI ExCd ExBd * Noto Looped Thai UI ExCd ExLt * Noto Looped Thai UI ExCd Lt * Noto Looped Thai UI ExCd Med * Noto Looped Thai UI ExCd SmBd * Noto Looped Thai UI ExCd Thin * Noto Looped Thai UI ExtLight * Noto Looped Thai UI ExtraBold * Noto Looped Thai UI ExtraCond * Noto Looped Thai UI Light * Noto Looped Thai UI Medium * Noto Looped Thai UI SemiBold * Noto Looped Thai UI SemiCond * Noto Looped Thai UI SmCd Blk * Noto Looped Thai UI SmCd Bold * Noto Looped Thai UI SmCd ExBd * Noto Looped Thai UI SmCd ExLt * Noto Looped Thai UI SmCd Lt * Noto Looped Thai UI SmCd Med * Noto Looped Thai UI SmCd SmBd * Noto Looped Thai UI SmCd Thin * Noto Looped Thai UI Thin * Noto Naskh Arabic UI Medium * Noto Naskh Arabic UI Semi Bold * Noto Sans Arabic UI Bk * Noto Sans Arabic UI Cn * Noto Sans Arabic UI Cn Bk * Noto Sans Arabic UI Cn Lt * Noto Sans Arabic UI Cn Md * Noto Sans Arabic UI Cn SmBd * Noto Sans Arabic UI Cn Th * Noto Sans Arabic UI Cn XBd * Noto Sans Arabic UI Cn XLt * Noto Sans Arabic UI Lt * Noto Sans Arabic UI Md * Noto Sans Arabic UI SmBd * Noto Sans Arabic UI SmCn * Noto Sans Arabic UI SmCn Bk * Noto Sans Arabic UI SmCn Lt * Noto Sans Arabic UI SmCn Md * Noto Sans Arabic UI SmCn SmBd * Noto Sans Arabic UI SmCn Th * Noto Sans Arabic UI SmCn XBd * Noto Sans Arabic UI SmCn XLt * Noto Sans Arabic UI Th * Noto Sans Arabic UI XBd * Noto Sans Arabic UI XCn * Noto Sans Arabic UI XCn Bk * Noto Sans Arabic UI XCn Lt * Noto Sans Arabic UI XCn Md * Noto Sans Arabic UI XCn SmBd * Noto Sans Arabic UI XCn Th * Noto Sans Arabic UI XCn XBd * Noto Sans Arabic UI XCn XLt * Noto Sans Arabic UI XLt * Noto Sans Bengali UI Black * Noto Sans Bengali UI Condensed * Noto Sans Bengali UI ExtraBold * Noto Sans Bengali UI ExtraCondensed * Noto Sans Bengali UI ExtraLight * Noto Sans Bengali UI Light * Noto Sans Bengali UI Medium * Noto Sans Bengali UI SemiBold * Noto Sans Bengali UI SemiCondensed * Noto Sans Bengali UI Thin * Noto Sans Devanagari UI Black * Noto Sans Devanagari UI Condensed * Noto Sans Devanagari UI Condensed Black * Noto Sans Devanagari UI Condensed ExtraBold * Noto Sans Devanagari UI Condensed ExtraLight * Noto Sans Devanagari UI Condensed Light * Noto Sans Devanagari UI Condensed Medium * Noto Sans Devanagari UI Condensed SemiBold * Noto Sans Devanagari UI Condensed Thin * Noto Sans Devanagari UI ExtraBold * Noto Sans Devanagari UI ExtraCondensed * Noto Sans Devanagari UI ExtraCondensed Black * Noto Sans Devanagari UI ExtraCondensed ExtraBold * Noto Sans Devanagari UI ExtraCondensed ExtraLight * Noto Sans Devanagari UI ExtraCondensed Light * Noto Sans Devanagari UI ExtraCondensed Medium * Noto Sans Devanagari UI ExtraCondensed SemiBold * Noto Sans Devanagari UI ExtraCondensed Thin * Noto Sans Devanagari UI ExtraLight * Noto Sans Devanagari UI Light * Noto Sans Devanagari UI Medium * Noto Sans Devanagari UI SemiBold * Noto Sans Devanagari UI SemiCondensed * Noto Sans Devanagari UI SemiCondensed Black * Noto Sans Devanagari UI SemiCondensed ExtraBold * Noto Sans Devanagari UI SemiCondensed ExtraLight * Noto Sans Devanagari UI SemiCondensed Light * Noto Sans Devanagari UI SemiCondensed Medium * Noto Sans Devanagari UI SemiCondensed SemiBold * Noto Sans Devanagari UI SemiCondensed Thin * Noto Sans Devanagari UI Thin * Noto Sans Gujarati UI Black * Noto Sans Gujarati UI Condensed * Noto Sans Gujarati UI Condensed Black * Noto Sans Gujarati UI Condensed ExtraBold * Noto Sans Gujarati UI Condensed ExtraLight * Noto Sans Gujarati UI Condensed Light * Noto Sans Gujarati UI Condensed Medium * Noto Sans Gujarati UI Condensed SemiBold * Noto Sans Gujarati UI Condensed Thin * Noto Sans Gujarati UI ExtraBold * Noto Sans Gujarati UI ExtraCondensed * Noto Sans Gujarati UI ExtraCondensed Black * Noto Sans Gujarati UI ExtraCondensed ExtraBold * Noto Sans Gujarati UI ExtraCondensed ExtraLight * Noto Sans Gujarati UI ExtraCondensed Light * Noto Sans Gujarati UI ExtraCondensed Medium * Noto Sans Gujarati UI ExtraCondensed SemiBold * Noto Sans Gujarati UI ExtraCondensed Thin * Noto Sans Gujarati UI ExtraLight * Noto Sans Gujarati UI Light * Noto Sans Gujarati UI Medium * Noto Sans Gujarati UI SemiBold * Noto Sans Gujarati UI SemiCondensed * Noto Sans Gujarati UI SemiCondensed Black * Noto Sans Gujarati UI SemiCondensed ExtraBold * Noto Sans Gujarati UI SemiCondensed ExtraLight * Noto Sans Gujarati UI SemiCondensed Light * Noto Sans Gujarati UI SemiCondensed Medium * Noto Sans Gujarati UI SemiCondensed SemiBold * Noto Sans Gujarati UI SemiCondensed Thin * Noto Sans Gujarati UI Thin * Noto Sans Gurmukhi UI Black * Noto Sans Gurmukhi UI Condensed * Noto Sans Gurmukhi UI Condensed Black * Noto Sans Gurmukhi UI Condensed ExtraBold * Noto Sans Gurmukhi UI Condensed ExtraLight * Noto Sans Gurmukhi UI Condensed Light * Noto Sans Gurmukhi UI Condensed Medium * Noto Sans Gurmukhi UI Condensed SemiBold * Noto Sans Gurmukhi UI Condensed Thin * Noto Sans Gurmukhi UI ExtraBold * Noto Sans Gurmukhi UI ExtraCondensed * Noto Sans Gurmukhi UI ExtraCondensed Black * Noto Sans Gurmukhi UI ExtraCondensed ExtraBold * Noto Sans Gurmukhi UI ExtraCondensed ExtraLight * Noto Sans Gurmukhi UI ExtraCondensed Light * Noto Sans Gurmukhi UI ExtraCondensed Medium * Noto Sans Gurmukhi UI ExtraCondensed SemiBold * Noto Sans Gurmukhi UI ExtraCondensed Thin * Noto Sans Gurmukhi UI ExtraLight * Noto Sans Gurmukhi UI Light * Noto Sans Gurmukhi UI Medium * Noto Sans Gurmukhi UI SemiBold * Noto Sans Gurmukhi UI SemiCondensed * Noto Sans Gurmukhi UI SemiCondensed Black * Noto Sans Gurmukhi UI SemiCondensed ExtraBold * Noto Sans Gurmukhi UI SemiCondensed ExtraLight * Noto Sans Gurmukhi UI SemiCondensed Light * Noto Sans Gurmukhi UI SemiCondensed Medium * Noto Sans Gurmukhi UI SemiCondensed SemiBold * Noto Sans Gurmukhi UI SemiCondensed Thin * Noto Sans Gurmukhi UI Thin * Noto Sans Kannada UI Black * Noto Sans Kannada UI Condensed * Noto Sans Kannada UI Condensed Black * Noto Sans Kannada UI Condensed ExtraBold * Noto Sans Kannada UI Condensed ExtraLight * Noto Sans Kannada UI Condensed Light * Noto Sans Kannada UI Condensed Medium * Noto Sans Kannada UI Condensed SemiBold * Noto Sans Kannada UI Condensed Thin * Noto Sans Kannada UI ExtraBold * Noto Sans Kannada UI ExtraCondensed * Noto Sans Kannada UI ExtraCondensed Black * Noto Sans Kannada UI ExtraCondensed ExtraBold * Noto Sans Kannada UI ExtraCondensed ExtraLight * Noto Sans Kannada UI ExtraCondensed Light * Noto Sans Kannada UI ExtraCondensed Medium * Noto Sans Kannada UI ExtraCondensed SemiBold * Noto Sans Kannada UI ExtraCondensed Thin * Noto Sans Kannada UI ExtraLight * Noto Sans Kannada UI Light * Noto Sans Kannada UI Medium * Noto Sans Kannada UI SemiBold * Noto Sans Kannada UI SemiCondensed * Noto Sans Kannada UI SemiCondensed Black * Noto Sans Kannada UI SemiCondensed ExtraBold * Noto Sans Kannada UI SemiCondensed ExtraLight * Noto Sans Kannada UI SemiCondensed Light * Noto Sans Kannada UI SemiCondensed Medium * Noto Sans Kannada UI SemiCondensed SemiBold * Noto Sans Kannada UI SemiCondensed Thin * Noto Sans Kannada UI Thin * Noto Sans Khmer UI Black * Noto Sans Khmer UI Condensed * Noto Sans Khmer UI Condensed Black * Noto Sans Khmer UI Condensed ExtraBold * Noto Sans Khmer UI Condensed ExtraLight * Noto Sans Khmer UI Condensed Light * Noto Sans Khmer UI Condensed Medium * Noto Sans Khmer UI Condensed SemiBold * Noto Sans Khmer UI Condensed Thin * Noto Sans Khmer UI ExtraBold * Noto Sans Khmer UI ExtraCondensed * Noto Sans Khmer UI ExtraCondensed Black * Noto Sans Khmer UI ExtraCondensed ExtraBold * Noto Sans Khmer UI ExtraCondensed ExtraLight * Noto Sans Khmer UI ExtraCondensed Light * Noto Sans Khmer UI ExtraCondensed Medium * Noto Sans Khmer UI ExtraCondensed SemiBold * Noto Sans Khmer UI ExtraCondensed Thin * Noto Sans Khmer UI ExtraLight * Noto Sans Khmer UI Light * Noto Sans Khmer UI Medium * Noto Sans Khmer UI SemiBold * Noto Sans Khmer UI SemiCondensed * Noto Sans Khmer UI SemiCondensed Black * Noto Sans Khmer UI SemiCondensed ExtraBold * Noto Sans Khmer UI SemiCondensed ExtraLight * Noto Sans Khmer UI SemiCondensed Light * Noto Sans Khmer UI SemiCondensed Medium * Noto Sans Khmer UI SemiCondensed SemiBold * Noto Sans Khmer UI SemiCondensed Thin * Noto Sans Khmer UI Thin * Noto Sans Lao UI Blk * Noto Sans Lao UI Cond * Noto Sans Lao UI Cond Blk * Noto Sans Lao UI Cond ExtBd * Noto Sans Lao UI Cond ExtLt * Noto Sans Lao UI Cond Light * Noto Sans Lao UI Cond Med * Noto Sans Lao UI Cond SemBd * Noto Sans Lao UI Cond Thin * Noto Sans Lao UI ExtBd * Noto Sans Lao UI ExtCond * Noto Sans Lao UI ExtCond Blk * Noto Sans Lao UI ExtCond ExtBd * Noto Sans Lao UI ExtCond ExtLt * Noto Sans Lao UI ExtCond Light * Noto Sans Lao UI ExtCond Med * Noto Sans Lao UI ExtCond SemBd * Noto Sans Lao UI ExtCond Thin * Noto Sans Lao UI ExtLt * Noto Sans Lao UI Light * Noto Sans Lao UI Med * Noto Sans Lao UI SemBd * Noto Sans Lao UI SemCond * Noto Sans Lao UI SemCond Blk * Noto Sans Lao UI SemCond ExtBd * Noto Sans Lao UI SemCond ExtLt * Noto Sans Lao UI SemCond Light * Noto Sans Lao UI SemCond Med * Noto Sans Lao UI SemCond SemBd * Noto Sans Lao UI SemCond Thin * Noto Sans Lao UI Thin * Noto Sans Malayalam UI Black * Noto Sans Malayalam UI Condensed * Noto Sans Malayalam UI Condensed Black * Noto Sans Malayalam UI Condensed ExtraBold * Noto Sans Malayalam UI Condensed ExtraLight * Noto Sans Malayalam UI Condensed Light * Noto Sans Malayalam UI Condensed Medium * Noto Sans Malayalam UI Condensed SemiBold * Noto Sans Malayalam UI Condensed Thin * Noto Sans Malayalam UI ExtraBold * Noto Sans Malayalam UI ExtraCondensed * Noto Sans Malayalam UI ExtraCondensed Black * Noto Sans Malayalam UI ExtraCondensed ExtraBold * Noto Sans Malayalam UI ExtraCondensed ExtraLight * Noto Sans Malayalam UI ExtraCondensed Light * Noto Sans Malayalam UI ExtraCondensed Medium * Noto Sans Malayalam UI ExtraCondensed SemiBold * Noto Sans Malayalam UI ExtraCondensed Thin * Noto Sans Malayalam UI ExtraLight * Noto Sans Malayalam UI Light * Noto Sans Malayalam UI Medium * Noto Sans Malayalam UI SemiBold * Noto Sans Malayalam UI SemiCondensed * Noto Sans Malayalam UI SemiCondensed Black * Noto Sans Malayalam UI SemiCondensed ExtraBold * Noto Sans Malayalam UI SemiCondensed ExtraLight * Noto Sans Malayalam UI SemiCondensed Light * Noto Sans Malayalam UI SemiCondensed Medium * Noto Sans Malayalam UI SemiCondensed SemiBold * Noto Sans Malayalam UI SemiCondensed Thin * Noto Sans Malayalam UI Thin * Noto Sans Myanmar UI Black * Noto Sans Myanmar UI Condensed * Noto Sans Myanmar UI Condensed Black * Noto Sans Myanmar UI Condensed ExtraBold * Noto Sans Myanmar UI Condensed ExtraLight * Noto Sans Myanmar UI Condensed Light * Noto Sans Myanmar UI Condensed Medium * Noto Sans Myanmar UI Condensed SemiBold * Noto Sans Myanmar UI Condensed Thin * Noto Sans Myanmar UI ExtraBold * Noto Sans Myanmar UI ExtraCondensed * Noto Sans Myanmar UI ExtraCondensed Black * Noto Sans Myanmar UI ExtraCondensed ExtraBold * Noto Sans Myanmar UI ExtraCondensed ExtraLight * Noto Sans Myanmar UI ExtraCondensed Light * Noto Sans Myanmar UI ExtraCondensed Medium * Noto Sans Myanmar UI ExtraCondensed SemiBold * Noto Sans Myanmar UI ExtraCondensed Thin * Noto Sans Myanmar UI ExtraLight * Noto Sans Myanmar UI Light * Noto Sans Myanmar UI Medium * Noto Sans Myanmar UI SemiBold * Noto Sans Myanmar UI SemiCondensed * Noto Sans Myanmar UI SemiCondensed Black * Noto Sans Myanmar UI SemiCondensed ExtraBold * Noto Sans Myanmar UI SemiCondensed ExtraLight * Noto Sans Myanmar UI SemiCondensed Light * Noto Sans Myanmar UI SemiCondensed Medium * Noto Sans Myanmar UI SemiCondensed SemiBold * Noto Sans Myanmar UI SemiCondensed Thin * Noto Sans Myanmar UI Thin * Noto Sans Oriya UI Blk * Noto Sans Oriya UI Cond * Noto Sans Oriya UI Cond Blk * Noto Sans Oriya UI Cond Bold * Noto Sans Oriya UI Cond Thin * Noto Sans Oriya UI ExtCond * Noto Sans Oriya UI ExtCond Blk * Noto Sans Oriya UI ExtCond Bold * Noto Sans Oriya UI ExtCond Thin * Noto Sans Oriya UI Thin * Noto Sans Sinhala UI Black * Noto Sans Sinhala UI Condensed * Noto Sans Sinhala UI Condensed Black * Noto Sans Sinhala UI Condensed ExtraBold * Noto Sans Sinhala UI Condensed ExtraLight * Noto Sans Sinhala UI Condensed Light * Noto Sans Sinhala UI Condensed Medium * Noto Sans Sinhala UI Condensed SemiBold * Noto Sans Sinhala UI Condensed Thin * Noto Sans Sinhala UI ExtraBold * Noto Sans Sinhala UI ExtraCondensed * Noto Sans Sinhala UI ExtraCondensed Black * Noto Sans Sinhala UI ExtraCondensed ExtraBold * Noto Sans Sinhala UI ExtraCondensed ExtraLight * Noto Sans Sinhala UI ExtraCondensed Light * Noto Sans Sinhala UI ExtraCondensed Medium * Noto Sans Sinhala UI ExtraCondensed SemiBold * Noto Sans Sinhala UI ExtraCondensed Thin * Noto Sans Sinhala UI ExtraLight * Noto Sans Sinhala UI Light * Noto Sans Sinhala UI Medium * Noto Sans Sinhala UI SemiBold * Noto Sans Sinhala UI SemiCondensed * Noto Sans Sinhala UI SemiCondensed Black * Noto Sans Sinhala UI SemiCondensed ExtraBold * Noto Sans Sinhala UI SemiCondensed ExtraLight * Noto Sans Sinhala UI SemiCondensed Light * Noto Sans Sinhala UI SemiCondensed Medium * Noto Sans Sinhala UI SemiCondensed SemiBold * Noto Sans Sinhala UI SemiCondensed Thin * Noto Sans Sinhala UI Thin * Noto Sans Tamil UI Black * Noto Sans Tamil UI Condensed * Noto Sans Tamil UI Condensed Black * Noto Sans Tamil UI Condensed ExtraBold * Noto Sans Tamil UI Condensed ExtraLight * Noto Sans Tamil UI Condensed Light * Noto Sans Tamil UI Condensed Medium * Noto Sans Tamil UI Condensed SemiBold * Noto Sans Tamil UI Condensed Thin * Noto Sans Tamil UI ExtraBold * Noto Sans Tamil UI ExtraCondensed * Noto Sans Tamil UI ExtraCondensed Black * Noto Sans Tamil UI ExtraCondensed ExtraBold * Noto Sans Tamil UI ExtraCondensed ExtraLight * Noto Sans Tamil UI ExtraCondensed Light * Noto Sans Tamil UI ExtraCondensed Medium * Noto Sans Tamil UI ExtraCondensed SemiBold * Noto Sans Tamil UI ExtraCondensed Thin * Noto Sans Tamil UI ExtraLight * Noto Sans Tamil UI Light * Noto Sans Tamil UI Medium * Noto Sans Tamil UI SemiBold * Noto Sans Tamil UI SemiCondensed * Noto Sans Tamil UI SemiCondensed Black * Noto Sans Tamil UI SemiCondensed ExtraBold * Noto Sans Tamil UI SemiCondensed ExtraLight * Noto Sans Tamil UI SemiCondensed Light * Noto Sans Tamil UI SemiCondensed Medium * Noto Sans Tamil UI SemiCondensed SemiBold * Noto Sans Tamil UI SemiCondensed Thin * Noto Sans Tamil UI Thin * Noto Sans Telugu UI Black * Noto Sans Telugu UI Condensed * Noto Sans Telugu UI Condensed Black * Noto Sans Telugu UI Condensed ExtraBold * Noto Sans Telugu UI Condensed ExtraLight * Noto Sans Telugu UI Condensed Light * Noto Sans Telugu UI Condensed Medium * Noto Sans Telugu UI Condensed SemiBold * Noto Sans Telugu UI Condensed Thin * Noto Sans Telugu UI ExtraBold * Noto Sans Telugu UI ExtraCondensed * Noto Sans Telugu UI ExtraCondensed Black * Noto Sans Telugu UI ExtraCondensed ExtraBold * Noto Sans Telugu UI ExtraCondensed ExtraLight * Noto Sans Telugu UI ExtraCondensed Light * Noto Sans Telugu UI ExtraCondensed Medium * Noto Sans Telugu UI ExtraCondensed SemiBold * Noto Sans Telugu UI ExtraCondensed Thin * Noto Sans Telugu UI ExtraLight * Noto Sans Telugu UI Light * Noto Sans Telugu UI Medium * Noto Sans Telugu UI SemiBold * Noto Sans Telugu UI SemiCondensed * Noto Sans Telugu UI SemiCondensed Black * Noto Sans Telugu UI SemiCondensed ExtraBold * Noto Sans Telugu UI SemiCondensed ExtraLight * Noto Sans Telugu UI SemiCondensed Light * Noto Sans Telugu UI SemiCondensed Medium * Noto Sans Telugu UI SemiCondensed SemiBold * Noto Sans Telugu UI SemiCondensed Thin * Noto Sans Telugu UI Thin * Noto Sans Thai UI Blk * Noto Sans Thai UI Cond * Noto Sans Thai UI Cond Blk * Noto Sans Thai UI Cond ExtBd * Noto Sans Thai UI Cond ExtLt * Noto Sans Thai UI Cond Light * Noto Sans Thai UI Cond Med * Noto Sans Thai UI Cond SemBd * Noto Sans Thai UI Cond Thin * Noto Sans Thai UI ExtBd * Noto Sans Thai UI ExtCond * Noto Sans Thai UI ExtCond Blk * Noto Sans Thai UI ExtCond ExtBd * Noto Sans Thai UI ExtCond ExtLt * Noto Sans Thai UI ExtCond Light * Noto Sans Thai UI ExtCond Med * Noto Sans Thai UI ExtCond SemBd * Noto Sans Thai UI ExtCond Thin * Noto Sans Thai UI ExtLt * Noto Sans Thai UI Light * Noto Sans Thai UI Med * Noto Sans Thai UI SemBd * Noto Sans Thai UI SemCond * Noto Sans Thai UI SemCond Blk * Noto Sans Thai UI SemCond ExtBd * Noto Sans Thai UI SemCond ExtLt * Noto Sans Thai UI SemCond Light * Noto Sans Thai UI SemCond Med * Noto Sans Thai UI SemCond SemBd * Noto Sans Thai UI SemCond Thin * Noto Sans Thai UI Thinmisc:Depends= . Noto UI fonts are for text display in UI elements (e.g. buttons, menus) that have a height limit. . The name "Noto" is short for "No Tofu", describing the aim of covering all living Unicode scripts. . Tofu (豆腐) is Japanese jargon for unicode replacement character "�" (U+FFFD) often displayed as replacement for unassigned or unknown characters. Enhances: fonts-noto-ui-core Homepage: https://www.google.com/get/noto/ Multi-Arch: foreign Package: fonts-noto-unhinted Priority: optional Section: fonts Installed-Size: 31 Maintainer: Debian Fonts Task Force Architecture: all Source: fonts-noto Version: 20201225-1apertis0bv2024dev2b1 Filename: pool/development/f/fonts-noto/fonts-noto-unhinted_20201225-1apertis0bv2024dev2b1_all.deb Size: 16848 MD5sum: 879b52c93de3a6529d31509662f9cfe2 SHA1: cf308c1a78f05984f66b2da78152fd2cbc5342c6 SHA256: d9f15789c2dea3d2208a2fc6fd3afa094701ceac4783c485a3220bcc42f2f872 SHA512: daf7276fcb312675339e1752eaa0e6619fade735e9577e9a05f45f2ea01cf8250d670daa061e5bdf2cc1e1d3ed55764fc07a55459dc8f0ab5086afcc72e3e4c2 Description: "No Tofu" font families with large Unicode coverage (unhinted) Noto is a collection of font families, each visually harmonized across scripts. . This package contains Noto font families which lacks hinting: . [ currently this package is empty: all Noto families has hinting ] . The name "Noto" is short for "No Tofu", describing the aim of covering all living Unicode scripts (currently 65 are covered, at least partly. . Tofu (豆腐) is Japanese jargon for unicode replacement character "�" (U+FFFD) often displayed as replacement for unassigned or unknown characters. Enhances: fonts-croscore, fonts-noto-core, fonts-noto-extra, fonts-noto-mono Homepage: https://www.google.com/get/noto/ Multi-Arch: foreign Package: fonts-roboto-slab Priority: optional Section: fonts Installed-Size: 371 Maintainer: Debian Fonts Task Force Architecture: all Version: 1.100263+20170512-2apertis0bv2024preb1 Suggests: fonts-roboto Filename: pool/development/f/fonts-roboto-slab/fonts-roboto-slab_1.100263+20170512-2apertis0bv2024preb1_all.deb Size: 167828 MD5sum: 19b88f3f570d07bbdb164b36abb3d63f SHA1: 2eb17533f8f414098b72da08bc6115e4ea50eddb SHA256: 0faedfc883bad4004399a6c865b8ba99620ef168dd4519b436524e51c9865a81 SHA512: a31f57fb83f203ead94b5e4c17bcfae6703566b86b0bae5f932de26dcb8cb08b6a4b702619cba6f0a722af8314544a3c99dc505f630b1b96e1c57e97c31d4495 Description: Google's signature family of fonts (slab) Roboto is Google's signature family of fonts, the default font in Android and ChromeOS and the recommended font for Google's visual language, Material Design. . Roboto supports all Latin, Cyrillic, and Greek characters in Unicode 7.0 as well as currency symbol for the Georgian lari, to be published in Unicode 8.0. . This package contains the Slab Serif font for the Roboto font family. Homepage: https://fonts.google.com/specimen/Roboto+Slab Multi-Arch: foreign Package: fonts-texgyre Priority: optional Section: fonts Installed-Size: 14161 Maintainer: Debian TeX Task Force Architecture: all Source: tex-gyre Version: 20180621-6+apertis0bv2024dev2b1 Recommends: fonts-texgyre-math (= 20180621-6+apertis0bv2024dev2b1) Filename: pool/development/t/tex-gyre/fonts-texgyre_20180621-6+apertis0bv2024dev2b1_all.deb Size: 8210236 MD5sum: 5ab731f0066282015eece81ebe5f5773 SHA1: 2678ee413ed9dae600c1ba7e46006e0b4c77792a SHA256: fefcaefdb05d635dc61f022bbd3d32cf480b17d62362d09955e9029fd1df2f5e SHA512: 0a8abea5dd5b0025ad72ef48e502fa7774c35a70906ef5076571c410a29a2309c30a7d47a069f1f1da4f39ea356af79e75259c7251ab9631bc70c9050af1c540 Description: OpenType fonts based on URW Fonts The TeX Gyre project, following the Latin Modern project, aims at providing a rich collection of diacritical characters in the attempt to cover as many Latin-based scripts as possible. . This package provides the OpenType variant of these fonts. For support for TeX and Type 1 (PostScript) fonts, see the tex-gyre package. . The TeX-GYRE bundle consists of seven font families: . The TeX Gyre Adventor family of fonts is based on the URW Gothic L family (designed by Herb Lubalin and Tom Carnase). . The TeX Gyre Bonum family of fonts is based on the URW Bookman L family (designed by Alexander Phemister). . The TeX Gyre Chorus font is based on URW Chancery L Medium Italic (designed by Hermann Zapf (ITC Zapf Chancery(R), 1979)). . The TeX Gyre Cursor family is based on the URW Nimbus Mono L family (designed by Howard G. (Bud) Kettler in 1955 for the IBM corporation). . The TeX Gyre Heros family of fonts is based on the URW Nimbus Sans L (prepared by Max Miedinger, with Eduard Hoffmann). . The TeX Gyre Pagella family of fonts is based on the URW Palladio L family (designed by Hermann Zapf). . The TeX Gyre Schola family of fonts is based on the URW Century Schoolbook L family (designed by Morris Fuller Benton). . The TeX Gyre Termes is based on the URW Nimbus Roman No9 L family (designed by Stanley Morison together with Starling Burgess and Victor Lardent). . The constituent 4 standard faces of each family have been greatly extended, and contain nearly 1200 glyphs each. Each family is available in Adobe Type 1 and Open Type formats, and LaTeX support (for use with a variety of encodings) is provided. Vietnamese characters were added by Han The Thanh. Homepage: https://www.gust.org.pl/projects/e-foundry/tex-gyre/ Multi-Arch: foreign Package: fonts-texgyre-math Priority: optional Section: fonts Installed-Size: 6485 Maintainer: Debian TeX Task Force Architecture: all Source: tex-gyre Version: 20180621-6+apertis0bv2024dev2b1 Replaces: fonts-texgyre (<< 20180621-4) Breaks: fonts-texgyre (<< 20180621-4) Filename: pool/development/t/tex-gyre/fonts-texgyre-math_20180621-6+apertis0bv2024dev2b1_all.deb Size: 2095668 MD5sum: b76f6129381aa00a072d752ed2fee953 SHA1: 29e7d756b8c9ce02a30f2718ee97ac0d46efa937 SHA256: 94d4e24b61b4c6d9d7210ee0076f2c7898131bea41f7687a9ad3e20c249f77f5 SHA512: 9c8b2ad893d6c0ba1272b1b3120a7bb3b243666a60e47c1c25502f635c4f90f9c156cad62464f8bccc6f18a8353aa329d16f0a9620ab7b38405d01372e2097dd Description: OpenType math fonts based on URW Fonts The TeX Gyre project, following the Latin Modern project, aims at providing a rich collection of diacritical characters in the attempt to cover as many Latin-based scripts as possible. . This package provides the OpenType math fonts accompanying the following text fonts available in fonts-texgyre: . The TeX Gyre Bonum family of fonts is based on the URW Bookman L family (designed by Alexander Phemister). . The TeX Gyre DejaVu Math font is a math companion to the fine and popular DejaVu text fonts. . The TeX Gyre Pagella family of fonts is based on the URW Palladio L family (designed by Hermann Zapf). . The TeX Gyre Schola family of fonts is based on the URW Century Schoolbook L family (designed by Morris Fuller Benton). . The TeX Gyre Termes is based on the URW Nimbus Roman No9 L family (designed by Stanley Morison together with Starling Burgess and Victor Lardent). Homepage: https://www.gust.org.pl/projects/e-foundry/tex-gyre/ Multi-Arch: foreign Package: fonts-unifont Priority: optional Section: fonts Installed-Size: 14096 Maintainer: Debian Fonts Task Force Architecture: all Source: unifont Version: 1:15.0.01-2+apertis1bv2024dev2b1 Replaces: ttf-unifont (<< 1:13.0.02-1) Breaks: ttf-unifont (<< 1:13.0.02-1) Filename: pool/development/u/unifont/fonts-unifont_15.0.01-2+apertis1bv2024dev2b1_all.deb Size: 2012784 MD5sum: 154a2179d90cae6241a6309f77349061 SHA1: 80942c69ca120651202e5882ca5cf630db9e3202 SHA256: ae9ccf995ffcfd45161df919d3d5272e2c4c06a21d6fb9ecc64832a1e8631d3f SHA512: 08a3e03251527c1d6e543dbfad42134269cdf29556462492fa183c1f43bcd0b8db24467af864415aa2048c0cc8b4dfa2cc787ef591fb087dc4dcc2ac05261447 Description: TrueType version of GNU Unifont This contains five fonts: "Unifont", "Unifont Upper", "Unifont CSUR", "Unifont JP" and "Unifont Sample". . unifont.otf is a bitmap font converted into a scalable OpenType outline font, Unifont. Each pixel in the original bitmap font is represented as an outlined square. The font provides a glyph for each visible code point (character) in the Unicode Basic Multilingual Plane (BMP, or Plane 0). The BMP contains most of the world's modern writing scripts. This font looks best at 12pt. . unifont_upper.otf is a bitmap font converted into a scalable OpenType outline font that covers Unicode ranges above Plane 0. Most of its glyphs are in Plane 1, the Unicode Supplemental Multilingual Plane (SMP). . unifont_csur.otf is a bitmap font converted into a scalable OpenType outline font that contains some scripts in the ConScript Unicode Registry (CSUR). These scripts are not part of the Unicode Standard, but are a popular use for the Private Use Area (PUA). This font contains glyphs in Plane 0 and in the higher PUA planes. . unifont_jp.otf is a scalable OpenType outline font that contains Unicode Plane 2 glyphs that appear in JIS X 0213. . unifont_sample.ttf is an SBIT font that contains combining circles and is therefore suitable for illustrating individual Unicode glyphs. The other font files do not contain combining circles and so are suitable for general-purpose writing. . Complex fonts (such as Indic or Semitic scripts, where letters change shape depending on their position in a word, or such as Mongolian, which can be written vertically) will not render perfectly. The philosophy behind this font, though, is that anything meaningful is better than an empty box for an unknown glyph. Homepage: https://unifoundry.com/unifont/ Multi-Arch: foreign Package: fonts-urw-base35 Priority: optional Section: fonts Installed-Size: 15562 Maintainer: Debian Fonts Task Force Architecture: all Version: 20200910-7+apertis0bv2024preb1 Replaces: gsfonts (<< 2:20200910-2~), gsfonts-x11 (<< 2:20200910-2~) Depends: xfonts-utils Suggests: fonts-freefont-otf | fonts-freefont-ttf, fonts-texgyre Breaks: gsfonts (<< 2:20200910-2~), gsfonts-x11 (<< 2:20200910-2~) Filename: pool/development/f/fonts-urw-base35/fonts-urw-base35_20200910-7+apertis0bv2024preb1_all.deb Size: 10806428 MD5sum: 01aef4a04ecdb817cc657dc947a9936d SHA1: b10e95b7ae8b11333effe1dbf09e71f4dce09a22 SHA256: e0c20d5ff8157d42fc34c223a8c6e97276dfbace9061d9fa1e5b4461191fb7c6 SHA512: 5f4370887d7a2af311fb8704df72c250564b4a3c6aa9e973437e16d65c440a6081cef694c082fa8cedc1bd0f77f95c42bb5956fab33f3c13c820f0817bdcc20a Description: font set metric-compatible with the 35 PostScript Level 2 Base Fonts A commercial-quality set of PostScript Type 1 fonts, metric-compatible with the 35 PostScript Language Level 2 Base Fonts. This package contains outlines in .t1 format and metrics in .afm format of the following fonts: . C059 D050000L Nimbus Mono PS Nimbus Roman Nimbus Sans Nimbus Sans Narrow P052 Standard Symbols PS URW Bookman URW Gothic Z003 . This package also makes the fonts available to an X server under both their "urw" names and via fonts.alias under the official "adobe" names. . Extensive remakes of these fonts in the OpenType format are available in the GUST TeX Gyre collection in the fonts-texgyre package. The Cyrillic glyphs added to the now obsolete urwcyr fork of these fonts have been merged into the GNU FreeFont collection available in the fonts-freefont-otf or fonts-freefont-ttf packages. Homepage: https://github.com/ArtifexSoftware/urw-base35-fonts Multi-Arch: foreign Package: fonts-vlgothic Priority: optional Section: fonts Installed-Size: 8089 Maintainer: Debian Fonts Task Force Architecture: all Version: 20220612-1+apertis0bv2024dev2b1 Provides: fonts-japanese-gothic Filename: pool/development/f/fonts-vlgothic/fonts-vlgothic_20220612-1+apertis0bv2024dev2b1_all.deb Size: 2232976 MD5sum: b0ec2e04a0109234e5233de7b551c413 SHA1: c54b271e4eee0bed06449d5d3d9c8a385ebb548a SHA256: 70b69b4dd11a82b719ef3e609e573e792011cf944b5552287673bedc38bcbe01 SHA512: daf20a773fe867983d78005cd0fb9c531cd0b8895e56b1226fed2d3b04f210c60aa4bcfb4664b49610c8c9093824b71767f23dd6c30be4abc9e2aa6f7af481df Description: Japanese TrueType font from Vine Linux VL Gothic is beautiful Japanese free Gothic TrueType font, developed by Project Vine. . It is based on Sazanami Gothic (by Electronic Font Open Laboratory) and M+1C/M+1M font (by M+ FONTS PROJECT). Homepage: http://vlgothic.dicey.org/ Multi-Arch: foreign Package: fonts-wqy-zenhei Priority: optional Section: fonts Installed-Size: 16433 Maintainer: Debian Fonts Task Force Architecture: all Version: 0.9.45-8+apertis0bv2024dev2b1 Replaces: ttf-wqy-zenhei (<< 0.9.45-5) Provides: ttf-wqy-zenhei Depends: fontconfig (>= 2.3.1-1) Breaks: ttf-wqy-zenhei (<< 0.9.45-5) Filename: pool/development/f/fonts-wqy-zenhei/fonts-wqy-zenhei_0.9.45-8+apertis0bv2024dev2b1_all.deb Size: 7476548 MD5sum: 3dc9ea26d2e6562285ad7b5bc24d9166 SHA1: ef49d7c748dc1bd396257a34ecf006e71ece630b SHA256: 25bc9c2c0950ec2f930944ffc8e60d945e880c27ee48b3e7ba3f590a1d48f6a9 SHA512: 9a422dced9f4a5aa9e619ff0a8f7c440ba3553781c35be18408cf87741e0583636bac50d9dc4e962fdba35e89fc28390fce7084fbc7ed14a278bccd67f100b51 Description: "WenQuanYi Zen Hei" A Hei-Ti Style (sans-serif) Chinese font WenQuanYi Zen Hei is a Hei-Ti style (sans-serif type) Chinese font. It was designed for general purpose text formatting and on-screen display of Chinese characters among many other languages. The embolden strokes of the font glyphs produces enhanced screen contrast, making it easier to read and recognize. The embedded bitmap glyphs further enhance on-screen performance, and can be enabled with the provided configuration files. . WenQuanYi Zen Hei provides a fairly complete coverage of Chinese Hanzi glyphs, including both simplified and traditional forms. The total glyph number in this font is over 35,000, including over 21,000 Chinese Hanzi. This font provides full coverage of GBK (CP936) charset, CJK Unified Ideographs, as well as the code-points needed for zh_CN, zh_SG, zh_TW, zh_HK, zh_MO, ja (Japanese) and ko (Korean) locales for fontconfig. . Starting from version 0.8, this font package provides two font families, i.e. the proportional "WenQuanYi Zen Hei", and the monospaced typeface named "WenQuanYi Zen Hei Mono". Homepage: http://wenq.org/wqy2/ Multi-Arch: foreign Package: fonttools Priority: optional Section: devel Installed-Size: 35 Maintainer: Debian Fonts Task Force Architecture: all Version: 4.38.0-1+apertis0bv2024preb1 Depends: python3:any, python3-fonttools (>= 4.38.0-1+apertis0bv2024preb1), python3-fonttools (<< 4.38.0-1+apertis0bv2024preb1.1~) Filename: pool/development/f/fonttools/fonttools_4.38.0-1+apertis0bv2024preb1_all.deb Size: 13684 MD5sum: 145a4fb6080f88e22710d1a372f77cc8 SHA1: cc6425a1d834dd109aac5cb462d0b362a53812be SHA256: 2b9b781a5b5c2fcee4aa58f3c35be510075b90a02e67aa1a9602e5ba82af23bf SHA512: 218b5d7dc391127e08c057b476f4c7380194770b18175425edd665fe86cbb333cb628424cd67476b4d52f55f738b7947d6b3890e499d65c309e551d6f36d70ac Description: Converts OpenType and TrueType fonts to and from XML (Executables) FontTools/TTX is a library to manipulate font files from Python. It supports reading and writing of TrueType/OpenType fonts, reading and writing of AFM files, reading (and partially writing) of PS Type 1 fonts. It also contains a tool called "TTX" which converts TrueType/OpenType fonts to and from an XML-based format. . This provides the executables of fontTools package. Homepage: https://github.com/fonttools/fonttools Multi-Arch: foreign Package: fop Priority: optional Section: text Installed-Size: 287 Maintainer: Debian Java Maintainers Architecture: all Version: 1:2.8-2+apertis2bv2024preb2 Depends: default-jre-headless | java2-runtime-headless, libfop-java (= 1:2.8-2+apertis2bv2024preb2) Recommends: libsaxon-java Suggests: fop-doc Filename: pool/development/f/fop/fop_2.8-2+apertis2bv2024preb2_all.deb Size: 38552 MD5sum: 2a7f276b970e443d8b4a3a586ab1a389 SHA1: 1857f915299df923811829ed79ea25729d248cd9 SHA256: eff4019212bbab758aadaa1c0e2adfe66bd278283cfada70cece8dd4e973d704 SHA512: 841051bd415067f725f6cbe06458f934726b4de2d6bb3c066220f1164a5c929fcd9afd40782ede27434141f04a43e44a0c602308af232d307ec0545de598767f Description: XML formatter driven by XSL Formatting Objects (XSL-FO.) - app FOP is a Java application that reads a formatting object tree and then turns it into a wide variety of output presentations (including AFP, PCL, PDF, PNG, PostScript, RTF, TIFF, and plain text), or displays the result on-screen. . The formatting object tree can be in the form of an XML document (output by an XSLT engine like xalan) or can be passed in memory as a DOM Document or (in the case of xalan) SAX events. . This package contains the fop command line tool Homepage: http://xmlgraphics.apache.org/fop/ Package: fop-doc Priority: optional Section: doc Installed-Size: 80364 Maintainer: Debian Java Maintainers Architecture: all Source: fop Version: 1:2.8-2+apertis2bv2024preb2 Filename: pool/development/f/fop/fop-doc_2.8-2+apertis2bv2024preb2_all.deb Size: 2820012 MD5sum: b63b5e656c28a3f570f1b2bbe6f518de SHA1: ce31ef38c157843e012bac00f390338bd2f1b101 SHA256: 135c216eaa7078c0ac5d16b57a32e3c1c1c14399cbb1c8ebb5f71b9914efec76 SHA512: 0f9c16931dde43a23057ca72d08a6f268356b5a85c9ed62af721dd5849ed7701a1d55fc0f50deca09ec9224a226c0d5988c67efecf6212d59a2a41d806ade10d Description: XML formatter driven by XSL Formatting Objects (doc) - doc FOP is a Java application that reads a formatting object tree and then turns it into a wide variety of output presentations (including AFP, PCL, PDF, PNG, PostScript, RTF, TIFF, and plain text), or displays the result on-screen. . The formatting object tree can be in the form of an XML document (output by an XSLT engine like xalan) or can be passed in memory as a DOM Document or (in the case of xalan) SAX events. . This package contains the documentation. Homepage: http://xmlgraphics.apache.org/fop/ Package: freeglut3-dev Priority: optional Section: libdevel Installed-Size: 61 Maintainer: Anton Gladky Architecture: amd64 Source: freeglut Version: 3.4.0-1+apertis0bv2024dev2b1 Depends: libglut-dev (= 3.4.0-1+apertis0bv2024dev2b1) Filename: pool/development/f/freeglut/freeglut3-dev_3.4.0-1+apertis0bv2024dev2b1_amd64.deb Size: 55200 MD5sum: 2995b5d8c7475d520664125249e71c55 SHA1: 570e2218d074a0980b550381f1dd7cd70036e3bf SHA256: 92b7dcb682ed899eea5990e84d33d7cb166042277685134284e6565ad233061d SHA512: e009c2b9f633bbd360add0aecb692edca2257e63fc51cfa2378571969dfb31f25f015bfc7acf7339035616193d2d4cfada960e68d93a4589b204acacd2092844 Description: Tranisitonal package Homepage: https://freeglut.sourceforge.net/ Multi-Arch: same Package: freeipmi Priority: optional Section: admin Installed-Size: 180 Maintainer: Fabio Fantoni Architecture: all Version: 1.6.10-1+apertis0bv2024dev2b1 Depends: freeipmi-bmc-watchdog, freeipmi-common (= 1.6.10-1+apertis0bv2024dev2b1), freeipmi-ipmidetect, freeipmi-tools Filename: pool/development/f/freeipmi/freeipmi_1.6.10-1+apertis0bv2024dev2b1_all.deb Size: 168752 MD5sum: a04edcfe108952c48022ad557b010fea SHA1: f2559bf1facf14b7f9caf9b0c8a69b6f34c180d8 SHA256: 3f2c462f63e381341ca826b5da464ee644b70d23e687806728427059b404e1c8 SHA512: 38a654f0c22da421463a44c9ec5160162796d3bc6552ac74c42195e7911b82dbaea73cb14bba5c64796db1bc469f1754ce9794b69379066232c8c70e17ffd9b6 Description: GNU implementation of the IPMI protocol FreeIPMI is a collection of Intelligent Platform Management IPMI system software. It provides in-band and out-of-band software and a development library conforming to the Intelligent Platform Management Interface (IPMI v1.5 and v2.0) standards. . This metapackage depends on all separate modules of freeipmi. Homepage: https://www.gnu.org/software/freeipmi/ Package: freeipmi-bmc-watchdog Priority: optional Section: admin Installed-Size: 309 Maintainer: Fabio Fantoni Architecture: amd64 Source: freeipmi Version: 1.6.10-1+apertis0bv2024dev2b1 Depends: freeipmi-common (= 1.6.10-1+apertis0bv2024dev2b1), freeipmi-tools, libc6 (>= 2.34), libfreeipmi17 (>= 1.1.5) Filename: pool/development/f/freeipmi/freeipmi-bmc-watchdog_1.6.10-1+apertis0bv2024dev2b1_amd64.deb Size: 208512 MD5sum: 6f1edc2610fada31c48c16a665571d2f SHA1: 9a3faf8d43f0b5931a204d0f0f58e5c8f6fb7eaf SHA256: d035ab2af98226ad72dfd93fa37c668aa4986302753dcf532eb782914e8a3b14 SHA512: 152c565119eacf8737c68282f1910490d14d060ed7edffc20492d1f05a51e9dbee8451fd76c8cd0f5ce70ad82463ae6186863e3974fbafe9724421e95bdbc9e3 Description: GNU implementation of the IPMI protocol - BMC watchdog FreeIPMI is a collection of Intelligent Platform Management IPMI system software. It provides in-band and out-of-band software and a development library conforming to the Intelligent Platform Management Interface (IPMI v1.5 and v2.0) standards. . This package contains a watchdog daemon for hardware BMC watchdogs. Homepage: https://www.gnu.org/software/freeipmi/ Package: freeipmi-bmc-watchdog-dbgsym Priority: optional Section: debug Installed-Size: 102 Maintainer: Fabio Fantoni Architecture: amd64 Source: freeipmi Version: 1.6.10-1+apertis0bv2024dev2b1 Depends: freeipmi-bmc-watchdog (= 1.6.10-1+apertis0bv2024dev2b1) Filename: pool/development/f/freeipmi/freeipmi-bmc-watchdog-dbgsym_1.6.10-1+apertis0bv2024dev2b1_amd64.deb Size: 82108 MD5sum: 8c2b14ae672ed9bd66fd7f4d3d0bded0 SHA1: e05fa26bdaed01c78ee567131e9a2ffd1efcda69 SHA256: cc7c672e3802c1b00a72b63f08f3fccfe0284ed589f86a8412a04f2ef3d3f08f SHA512: 30bf4606cf3f5fbe7624dbb00b70d863dc5f0603c58cc58addd17ad2e9942d288006584f3a0f444177d4d693c04132e093dae8519adc44d1ea9346a80fab8425 Description: debug symbols for freeipmi-bmc-watchdog Auto-Built-Package: debug-symbols Build-Ids: 2abe303787aea58bb6763e8c5fb7bbfab7d14475 Package: freeipmi-common Priority: optional Section: admin Installed-Size: 521 Maintainer: Fabio Fantoni Architecture: all Source: freeipmi Version: 1.6.10-1+apertis0bv2024dev2b1 Replaces: libipmiconsole2 (<< 1.6.8-2~), libipmimonitoring6 (<< 1.6.8-2~) Suggests: freeipmi-tools Breaks: libipmiconsole2 (<< 1.6.8-2~), libipmimonitoring6 (<< 1.6.8-2~) Filename: pool/development/f/freeipmi/freeipmi-common_1.6.10-1+apertis0bv2024dev2b1_all.deb Size: 356288 MD5sum: 0062028ead74d70d8ddc44aa98eebec6 SHA1: b77e510f25ed5a93f1111dc8ca3c03f03c21730f SHA256: e21d5156669685cdca85f058e9dbe50ae8ba07c1c288e033663ff48e68db4950 SHA512: 2f21ab1ed7f8c6c97127e9fd869d5bf8202437348edb29359e1ae578a4c1a2d9070aaead0c68f72f49f2a0da701e43ddd8986425f27c3f142295d1e5bea4831d Description: GNU implementation of the IPMI protocol - common files FreeIPMI is a collection of Intelligent Platform Management IPMI system software. It provides in-band and out-of-band software and a development library conforming to the Intelligent Platform Management Interface (IPMI v1.5 and v2.0) standards. . This package provides configuration used by the rest of FreeIPMI framework and generic documentation to orient the user. Homepage: https://www.gnu.org/software/freeipmi/ Multi-Arch: foreign Package: freeipmi-ipmidetect Priority: optional Section: admin Installed-Size: 311 Maintainer: Fabio Fantoni Architecture: amd64 Source: freeipmi Version: 1.6.10-1+apertis0bv2024dev2b1 Depends: freeipmi-common (= 1.6.10-1+apertis0bv2024dev2b1), libc6 (>= 2.34), libfreeipmi17 (>= 1.1.5), libipmidetect0 (>= 1.1.5) Filename: pool/development/f/freeipmi/freeipmi-ipmidetect_1.6.10-1+apertis0bv2024dev2b1_amd64.deb Size: 205600 MD5sum: b340866ee4f9dfff8f29defeed1d2db2 SHA1: 141f3bab97593d6fb36b71d443cb17d2f2492a87 SHA256: bed2398f36764eed40f3ee3d6a462663eb57002052845ee4bdb4b9c90384f46e SHA512: fd6088a36dfb1821df0bf73408d8c5046981cb7f6ac25671675a6f9166412ceff3fb643fab5036e52348269d7221edb89f0bf185e8f98a1711a8966e55b03291 Description: GNU IPMI - IPMI node detection tool FreeIPMI is a collection of Intelligent Platform Management IPMI system software. It provides in-band and out-of-band software and a development library conforming to the Intelligent Platform Management Interface (IPMI v1.5 and v2.0) standards. . This package contains a tool and a daemon for detecting IPMI nodes. Homepage: https://www.gnu.org/software/freeipmi/ Package: freeipmi-ipmidetect-dbgsym Priority: optional Section: debug Installed-Size: 174 Maintainer: Fabio Fantoni Architecture: amd64 Source: freeipmi Version: 1.6.10-1+apertis0bv2024dev2b1 Depends: freeipmi-ipmidetect (= 1.6.10-1+apertis0bv2024dev2b1) Filename: pool/development/f/freeipmi/freeipmi-ipmidetect-dbgsym_1.6.10-1+apertis0bv2024dev2b1_amd64.deb Size: 141044 MD5sum: b57b3712883296f02828ccb1c987ed25 SHA1: 0df29dbc48d2a7dd2b22c1ce41c8b8885b9dde5d SHA256: 0f7a4fd664e2c3750966e4634245cde9acd7bb474b6de302617eecde229dfe56 SHA512: 1d14c6ffee640c9bd7f24889710da031d0435b991027864b69470ec65c77e244ca941b4c778cb447ea9fba84eecba54fb841d95c199389330b1fc971e03dd897 Description: debug symbols for freeipmi-ipmidetect Auto-Built-Package: debug-symbols Build-Ids: 9d7aafa93e9707a3f43acaf8a18e6a44cbcf5bda a36b203f8ac3b1fc2d7387752d3489659ad427e5 Package: freeipmi-ipmiseld Priority: optional Section: admin Installed-Size: 389 Maintainer: Fabio Fantoni Architecture: amd64 Source: freeipmi Version: 1.6.10-1+apertis0bv2024dev2b1 Depends: freeipmi-common (= 1.6.10-1+apertis0bv2024dev2b1), libc6 (>= 2.34), libfreeipmi17 (>= 1.4.4) Filename: pool/development/f/freeipmi/freeipmi-ipmiseld_1.6.10-1+apertis0bv2024dev2b1_amd64.deb Size: 248664 MD5sum: 617cae82b33d5d8bc7939aa8d1a3ca09 SHA1: 16c5811006a30981e69b4b758f5d9d7201a80c30 SHA256: cf135236e512288321a91e723b55d7c0b0ff217a2e38f5ff69ea69bd985a513e SHA512: 9ec951ef82b1de05f1fb8b2dacb7da32f8d3f682d0d186d2e24c0d55db1dd4e13acdb6be20db984d04990af12dba4714ae3a6d871d6992e6cf1de79738f6821c Description: GNU IPMI - IPMI system event log daemon FreeIPMI is a collection of Intelligent Platform Management IPMI system software. It provides in-band and out-of-band software and a development library conforming to the Intelligent Platform Management Interface (IPMI v1.5 and v2.0) standards. . This package contains ipmiseld which takes the system event log from the BMC and imports it to syslog Homepage: https://www.gnu.org/software/freeipmi/ Package: freeipmi-ipmiseld-dbgsym Priority: optional Section: debug Installed-Size: 220 Maintainer: Fabio Fantoni Architecture: amd64 Source: freeipmi Version: 1.6.10-1+apertis0bv2024dev2b1 Depends: freeipmi-ipmiseld (= 1.6.10-1+apertis0bv2024dev2b1) Filename: pool/development/f/freeipmi/freeipmi-ipmiseld-dbgsym_1.6.10-1+apertis0bv2024dev2b1_amd64.deb Size: 192432 MD5sum: e136c846f34821bb50852fb85a36c56a SHA1: 556985a470f5e6a5890cf032b68d5beb5153a52e SHA256: 505930d80eb0ce478a207d7d267da810c3288e27fc1d83a372ed3ed91c0cea7e SHA512: 3fa5b9171b4a3982d3c1168313f19253607dd5f034793c194155cfb849da005d335d67944d8e7c39efce5e43e9501d9ab8495e242d8f5f66ff2ffb6a6a40dc2e Description: debug symbols for freeipmi-ipmiseld Auto-Built-Package: debug-symbols Build-Ids: 48fbce41557684264d11efcddfc86aaafb12c133 Package: freeipmi-tools Priority: optional Section: admin Installed-Size: 3228 Maintainer: Fabio Fantoni Architecture: amd64 Source: freeipmi Version: 1.6.10-1+apertis0bv2024dev2b1 Depends: freeipmi-common (= 1.6.10-1+apertis0bv2024dev2b1), libc6 (>= 2.34), libfreeipmi17 (>= 1.6.2), libipmiconsole2 (>= 1.4.4), libipmidetect0 (>= 1.1.5) Suggests: freeipmi-bmc-watchdog, freeipmi-ipmidetect Filename: pool/development/f/freeipmi/freeipmi-tools_1.6.10-1+apertis0bv2024dev2b1_amd64.deb Size: 809396 MD5sum: cae6040b186d016cac37ae813b085f50 SHA1: f191287d540f8c2c221104fce44fa6cc14fb04a4 SHA256: fe8a659f2bcf1b59ce6a902f8529bec3b45b4cad1bac23c2608ce84592ef5d6b SHA512: 89178e00ffcb05936ef06e40f6b20631f16531663dcb9428326758e0c3aa6b46afa4534174c1a751f632ba08d6c6583dad0c5627de6a8268073152de615a2f82 Description: GNU implementation of the IPMI protocol - tools FreeIPMI is a collection of Intelligent Platform Management IPMI system software. It provides in-band and out-of-band software and a development library conforming to the Intelligent Platform Management Interface (IPMI v1.5 and v2.0) standards. . This package contains assorted IPMI-related tools: * bmc-config - configure BMC values * bmc-info - display BMC information * ipmi-chassis - IPMI chassis management utility * ipmi-fru - display FRU information * ipmi-locate - IPMI probing utility * ipmi-oem - IPMI OEM utility * ipmi-pet - decode Platform Event Traps * ipmi-raw - IPMI raw communication utility * ipmi-sel - display SEL entries * ipmi-sensors - display IPMI sensor information * ipmi-sensors-config - configure sensors * ipmiconsole - IPMI console utility * ipmiping - send IPMI Get Authentication Capabilitiy request * ipmipower - IPMI power control utility * pef-config - configure PEF values * rmcpping - send RMCP Ping to network hosts Homepage: https://www.gnu.org/software/freeipmi/ Package: freeipmi-tools-dbgsym Priority: optional Section: debug Installed-Size: 2880 Maintainer: Fabio Fantoni Architecture: amd64 Source: freeipmi Version: 1.6.10-1+apertis0bv2024dev2b1 Depends: freeipmi-tools (= 1.6.10-1+apertis0bv2024dev2b1) Filename: pool/development/f/freeipmi/freeipmi-tools-dbgsym_1.6.10-1+apertis0bv2024dev2b1_amd64.deb Size: 2509200 MD5sum: 5d97ba703ec0b5d761162122a990681c SHA1: bd2a33aba0b2c3f88f7790d688c29be21be5ced3 SHA256: b2ca03594fa3c1a55f847636683e461823db8b8d3e4a511bc77fe6f07fcccf06 SHA512: e542391c8c18db99ac82422ba45a22935696e1bdc02ef2d16d719f2908ae2c04182d01bd0bb32505e0757d0dd9e62aa4538703dd8f7e0a021acef28a5fec5384 Description: debug symbols for freeipmi-tools Auto-Built-Package: debug-symbols Build-Ids: 01913116dc1250ff2c6561de9a0cbfa312c75b19 2745bf64721783b81015ca57349626d607a64ec2 3975b6d328d1981722410666b96e6bed63f1e87c 3eb4f7dda3c2773875b556dfc57d02994dc0ddf5 3fe006182b467eccab45576ec09b22d6d68c18f5 577138f0f5bbd866f1fb3972d316257ea7285b54 6969142ed6dea6e762cd60f4d537c9c745fdd0b8 6d7611c4bf6c744aac1880031aab0e21d0eaa49e 95af2c4e2db058848b576b568820254de7d05d60 b1ffc6b8308f184741cd84163fad4b442ea53edf bf0ee6f2e2655b5f408c6a7d2e2c2032a7e0299b c5311e9657811e458e77a3a47b8cfa76f69a517a cb5983bed7b4c4cbcba5bd6b842f7be30e47a98d de4739ec684248089950b4915036632cc2274a55 e0051f96648379472f33d6553e2f516f4eeff137 f770531d28b3dbbf3d87257ea85d95b45af29e87 Package: freetable Priority: optional Section: web Installed-Size: 41 Maintainer: Felipe Augusto van de Wiel (faw) Architecture: all Version: 2.3-4.4+apertis0bv2024dev2b1 Depends: perl:any Filename: pool/development/f/freetable/freetable_2.3-4.4+apertis0bv2024dev2b1_all.deb Size: 19652 MD5sum: 8d2fa6589c6c51d1163281770a53c240 SHA1: 57ac20697b50ad65e23a8dcf480b11fa7c59a201 SHA256: dc745561a15b63cc164d1b0c95eaf70bcf53abfb8f49c8be8856a8d66685700e SHA512: c86658c31baa2afe22148669e23630a5239fbfcee712433862bb9e54cd650c8287f1dadca01125cf164db4ece0ee2863a605da1fae5fdd9837a98c2f4d342f38 Description: Facilitates production of HTML tables Freetable is a perl script that aims to make the production of HTML tables a little easier. This script works as a filter, reading stdin and writing to stdout. . The input syntax is as roughly follows: . initial text (e.g. ... ). (X, Y) options for cell (X, Y) text for cell (X,Y)... ((X,Y)) options for header cell X,Y text for header cell (X,Y)... . Rows and cells may be specified in any order, numbering starts at 1. X and/or Y may be replaced by regular expression, explicit range or even arbitrary Perl code to indicate rows or columns. Options or text (or both) may be omitted for cells. Cells may be omitted completely if they are empty or fall under the rowspan/colspan specifications of another cell. Cells may contain arbitrary HTML text, including other freetable tables. Package: freetds-bin Priority: optional Section: database Installed-Size: 831 Maintainer: Joseph Nahmias Architecture: amd64 Source: freetds Version: 1.3.17+ds-2+apertis0bv2024dev2b1 Depends: libc6 (>= 2.34), libgmp10 (>= 2:6.2.1+dfsg1), libgnutls30 (>= 3.7.5), libgssapi-krb5-2 (>= 1.17), libhogweed6, libnettle8, libodbc2 (>= 2.3.1), libreadline8 (>= 6.0), libsybdb5 (>= 1.00.82), freetds-common Suggests: freetds-doc Filename: pool/development/f/freetds/freetds-bin_1.3.17+ds-2+apertis0bv2024dev2b1_amd64.deb Size: 220448 MD5sum: 5a9b92f4234c0ccd9eab4659e956737d SHA1: 569acb6877750becbccce4e2c1d2eaa6cda87750 SHA256: 44f1123773162de8351ec9636109933144bab89769ee03a5e871b3e14651b447 SHA512: 02e6e330b87cf4ee642fbcc67258b67e1b59ab6f1a6b10713d20c99d2c910ff01b35ba5699f2113a50ecf718dfd2097123e7facddc1cb51317dab5bae46936d7 Description: FreeTDS command-line utilities FreeTDS is an implementation of the Tabular DataStream protocol, used for connecting to MS SQL and Sybase servers over TCP/IP. . This package includes the command-line utilities shipped with FreeTDS. Homepage: http://www.freetds.org/ Package: freetds-bin-dbgsym Priority: optional Section: debug Installed-Size: 975 Maintainer: Joseph Nahmias Architecture: amd64 Source: freetds Version: 1.3.17+ds-2+apertis0bv2024dev2b1 Depends: freetds-bin (= 1.3.17+ds-2+apertis0bv2024dev2b1) Filename: pool/development/f/freetds/freetds-bin-dbgsym_1.3.17+ds-2+apertis0bv2024dev2b1_amd64.deb Size: 863696 MD5sum: 8476e055849dd06e587b221428f61766 SHA1: 258e1b4c047d2579c353a267b807e609b7d66dad SHA256: 2976eed51a7eca767a4b9efa5525518c0435648c2c8a2b862be1e6c425a61a18 SHA512: a54d6cd0f792d1dbf7f1c827ba3238ab7aa0b643b0ed930ee1fce1cd4fa28b2792ebda837ba8e370d7fa739e30e0f928b25ce88af22bd5cb170dee6256b3b5a1 Description: debug symbols for freetds-bin Auto-Built-Package: debug-symbols Build-Ids: 0175ddfbcea2be7a187802c87fb4b086166a2bfd 06aef3263f7e4cb47a6763d65b92dbe8a5a03252 0ac89080985e68f7c78457aef36fbb2d3f7f3f62 26dd7b4440a1e42c28f5808595551d0e3e1fc271 381b96635af7dae5224c3adddeb00d0cc5a7ff7f 3d8f888a1a9e4fe283774e14534114db53bdc203 e3b31fa450561224e520239a96a4f5b6cbe5e2c5 e7846448f0aaf25b2fa6a04e54b5acc13a0f9e3b Package: freetds-common Priority: optional Section: libs Installed-Size: 58 Maintainer: Joseph Nahmias Architecture: all Source: freetds Version: 1.3.17+ds-2+apertis0bv2024preb1 Filename: pool/development/f/freetds/freetds-common_1.3.17+ds-2+apertis0bv2024preb1_all.deb Size: 31208 MD5sum: e4a1e1cea3a256f18ed133295ae65de6 SHA1: bbc9731ab8801cc9f3e0320a194931c2a94247f4 SHA256: 64d30a8e4e24791e71f8b1675acfac7324b0a072f16cdd4d503d9621bf021e68 SHA512: 459d6199f25d4a04cbf1e4c0401788d8c75062766c7f6152030653e37800bb39de57d3bb72e04222c76e220c47f32e7162613081b37aa2eea21dda8e8add7a48 Description: configuration files for FreeTDS SQL client libraries FreeTDS is an implementation of the Tabular DataStream protocol, used for connecting to MS SQL and Sybase servers over TCP/IP. . This package manages the configuration files that are common to all of the TDS client library implementations (CT-Lib, DB-Lib, and ODBC), stored in /etc/freetds/. Homepage: http://www.freetds.org/ Multi-Arch: foreign Package: freetds-dev Priority: optional Section: devel Installed-Size: 1962 Maintainer: Joseph Nahmias Architecture: amd64 Source: freetds Version: 1.3.17+ds-2+apertis0bv2024dev2b1 Depends: libct4 (= 1.3.17+ds-2+apertis0bv2024dev2b1), libsybdb5 (= 1.3.17+ds-2+apertis0bv2024dev2b1) Recommends: freetds-doc Filename: pool/development/f/freetds/freetds-dev_1.3.17+ds-2+apertis0bv2024dev2b1_amd64.deb Size: 280800 MD5sum: 176c24aee4ef59e3c602f711608e983b SHA1: b46099a5a46c68758242d6fbee9bf97bd56b2068 SHA256: c96f2d43e673781c4d8c7774516d4b757831f49d6d2e6187c1fd906026d75fbb SHA512: 31987097a31f0d695a428c5ed8c8432a45fe246c0a2f75d9c49b7be55706aaa8a41c6b5286b374663a4561084053bc9cb973075c689b7dfc92bf823db2704c92 Description: MS SQL and Sybase client library (static libs and headers) FreeTDS is an implementation of the Tabular DataStream protocol, used for connecting to MS SQL and Sybase servers over TCP/IP. . This package includes the static libraries and header files for TDS, which you will need to develop applications that connect to MS SQL servers. You will also need this package if you are installing the Perl DBD::Sybase module on your system using CPAN. Homepage: http://www.freetds.org/ Package: freetds-doc Priority: optional Section: doc Installed-Size: 10515 Maintainer: Joseph Nahmias Architecture: all Source: freetds Version: 1.3.17+ds-2+apertis0bv2024preb1 Filename: pool/development/f/freetds/freetds-doc_1.3.17+ds-2+apertis0bv2024preb1_all.deb Size: 768160 MD5sum: a282584cb3ea432a507360b71aba3f47 SHA1: fc909181669335643cf3f93155e59ee1ea4bd23f SHA256: 65f43e7d8ff03fea5301dd1866fe7838fe397d77b666a1fcdf59a4729bc1e835 SHA512: 5c99d2d373d35028c6415d767be541d66f177cb9a4dd0732c4d3e92371e8b78cc2f4298e22910afe698737db99563375b736d05e0afb8925e3889dfdf03ce3bf Description: FreeTDS documentation FreeTDS is an implementation of the Tabular DataStream protocol, used for connecting to MS SQL and Sybase servers over TCP/IP. . This package includes the user guide as well as the library API reference manual. Homepage: http://www.freetds.org/ Multi-Arch: foreign Package: fstrm-bin Priority: optional Section: utils Installed-Size: 135 Maintainer: Robert Edmonds Architecture: amd64 Source: fstrm Version: 0.6.1-1+apertis1bv2024dev2b1 Depends: libc6 (>= 2.34), libevent-2.1-7 (>= 2.1.8-stable), libfstrm0 (>= 0.4.0) Filename: pool/development/f/fstrm/fstrm-bin_0.6.1-1+apertis1bv2024dev2b1_amd64.deb Size: 35576 MD5sum: 1736ebf1fd6b76abe3f7b72e8ecd3a26 SHA1: 9b01052d1db776ebdaedb333eca3807f252bfdfb SHA256: 845a163e4af91e7489682abaebc150765198f808239c22cb8e8cca19668435a6 SHA512: 4fa6a15e2ea4141bb6f6e99f0fd3ec6e19f72005a1b6f726fd366554100eb02dcc41bf821de29c7196805f29bb205a1f48c4c323698eecb168bf0ee1dbafff62 Description: Frame Streams (fstrm) library (utilities) Frame Streams is a light weight, binary clean protocol that allows for the transport of arbitrarily encoded data payload sequences with minimal framing overhead -- just four bytes per data frame. Frame Streams does not specify an encoding format for data frames and can be used with any data serialization format that produces byte sequences, such as Protocol Buffers, XML, JSON, MessagePack, YAML, etc. Frame Streams can be used as both a streaming transport over a reliable byte stream socket (TCP sockets, TLS connections, AF_UNIX sockets, etc.) for data in motion as well as a file format for data at rest. A "Content Type" header identifies the type of payload being carried over an individual Frame Stream and allows cooperating programs to determine how to interpret a given sequence of data payloads. . This is the "fstrm" implementation of Frame Streams in C. . This package contains the command line utilities. Homepage: https://github.com/farsightsec/fstrm Package: fstrm-bin-dbgsym Priority: optional Section: debug Installed-Size: 129 Maintainer: Robert Edmonds Architecture: amd64 Source: fstrm Version: 0.6.1-1+apertis1bv2024dev2b1 Depends: fstrm-bin (= 0.6.1-1+apertis1bv2024dev2b1) Filename: pool/development/f/fstrm/fstrm-bin-dbgsym_0.6.1-1+apertis1bv2024dev2b1_amd64.deb Size: 92424 MD5sum: a4bddb2725dfd7cdc422ae87c1648eaa SHA1: 3d4369635928f812bc49ec5729da56dc2c3c8cf3 SHA256: a6a322e4db0c08448ef45adc3edfc7e4b2610bf8a4f12008fbab4ea847b9bd02 SHA512: 1b933b9b61277235344055f8dd184eec8baceca7f2dc291eaffa8b5d7f78ce8681e0106e07bff6102c02f791c48c36a8fe93fce847deb71609110a990087812a Description: debug symbols for fstrm-bin Auto-Built-Package: debug-symbols Build-Ids: 4e53a2aa9ae3db5c35f0710b467cfb0e84217e87 99fc31221cb350ee6d261e5ec112a921e94b8835 d2562f9adb52a47758f4c8f72f13744dee079029 Package: fsverity Priority: optional Section: admin Installed-Size: 46 Maintainer: Romain Perier Architecture: amd64 Source: fsverity-utils Version: 1.5-1.1+apertis0bv2024dev2b1 Depends: libc6 (>= 2.34), libfsverity0 (= 1.5-1.1+apertis0bv2024dev2b1) Filename: pool/development/f/fsverity-utils/fsverity_1.5-1.1+apertis0bv2024dev2b1_amd64.deb Size: 15004 MD5sum: 88852da2b11eecc6c15ba2b70514508c SHA1: 8c406040964fd437cab714e47cdfb63bf26fbba2 SHA256: 5b69b17827be21e30015ec67ceace884a5eb7754687be9c465674103ae0eee1d SHA512: 7df2286ee9dd1cf56439fdec3cb96746307efa8fcf16d4c3efa089792a692b44f79b99b43ebbbbd193f067d9ec5b7b16d7cce2c6baa89ad5e8a930d6f3972604 Description: Userspace utilities for fs-verity fs-verity is a Linux kernel feature that does transparent on-demand integrity/authenticity verification of the contents of read-only files, using a hidden Merkle tree (hash tree) associated with the file. The mechanism is similar to dm-verity, but implemented at the file level rather than at the block device level. . This package contains the fsverity utility Homepage: https://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/fsverity-utils.git Package: fsverity-dbgsym Priority: optional Section: debug Installed-Size: 42 Maintainer: Romain Perier Architecture: amd64 Source: fsverity-utils Version: 1.5-1.1+apertis0bv2024dev2b1 Depends: fsverity (= 1.5-1.1+apertis0bv2024dev2b1) Filename: pool/development/f/fsverity-utils/fsverity-dbgsym_1.5-1.1+apertis0bv2024dev2b1_amd64.deb Size: 26524 MD5sum: ad51bcb657def80519661a37f81c945b SHA1: 3221ece268c058ddbe9829bef65d1d4bdf65ae72 SHA256: 97a8928fe603663c8cfb00b64130ffbb4bad2cebeec24c470b8da890ed6ba380 SHA512: 4b71f73c4bde4fb6ff4d536314d928db307e2437b37b0a75405d8a89db76c4128c75a3292826dc32ce4f4e76f5cc5bdaceb44de1e6043ca76bc220d4ff20ea6f Description: debug symbols for fsverity Auto-Built-Package: debug-symbols Build-Ids: 1ac32feb52da560781542f0aeca581d411013b7a Package: furo Priority: optional Section: python Installed-Size: 320 Maintainer: Georges Khaznadar Architecture: all Version: 2022.12.07+dfsg-1+apertis0bv2024preb1 Depends: python3-bs4, python3-pygments, python3-sphinx, python3:any, sphinx-basic-ng, python3, node-normalize.css Filename: pool/development/f/furo/furo_2022.12.07+dfsg-1+apertis0bv2024preb1_all.deb Size: 58744 MD5sum: 4624cd64015afabef5943ea553782acb SHA1: 1c66ad5ceabe5ef485bcc733bb25195cbf6655e0 SHA256: 07bec0a96aa2b430a76bb715dbd7219e877d51774e6af731898b8d0cf4309b4a SHA512: 4f470d71e65a7cc152c744c1ec12d6ef78ccfb70935e5e6e18e1ed18a4391ceb23baf90beba07cc7afd35c0fbbb7db20c72d493722be443d854dda093b4ea971 Description: clean customisable Sphinx documentation theme Furo is a clean customisable Sphinx documentation theme ... - Intentionally minimal — the most important thing is the content, not the scaffolding around it. - Responsive — adapting perfectly to the available screen space, to work on all sorts of devices. - Customisable — change the color palette, font families, logo and more! - Easy to navigate — with carefully-designed sidebar navigation and inter-page links. - Good looking content — through clear typography and well-stylised elements. - Good looking search — helps readers find what they want quickly. - Biased for smaller docsets — intended for smaller documentation sets, where presenting the entire hierarchy in the sidebar is not overwhelming. Homepage: https://pradyunsg.me/furo/ Package: g++ Priority: optional Section: devel Installed-Size: 14 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.203+apertis0bv2024preb1) Version: 4:12.2.0-3+apertis0bv2024preb1 Provides: c++-compiler, g++-x86-64-linux-gnu (= 4:12.2.0-3+apertis0bv2024preb1) Depends: cpp (= 4:12.2.0-3+apertis0bv2024preb1), gcc (= 4:12.2.0-3+apertis0bv2024preb1), g++-12 (>= 12.2.0-1~), gcc-12 (>= 12.2.0-1~) Suggests: g++-multilib Filename: pool/development/g/gcc-defaults/g++_12.2.0-3+apertis0bv2024preb1_amd64.deb Size: 1372 MD5sum: d77363c6e8137c36b6f84b97906ecaa4 SHA1: a13c3b47369dabe1354ddeb5db89dce89ec707e4 SHA256: 6ce7d389d1d53b48c7ab950c2337ae9f0a06307cb68538a952edb8c70e2448cc SHA512: 781f14a99b2d4f8841157bcfa8c8c9e9168652204c9b2b8a634c1b9d32e253b4c3a1d0c254751b03a7fb26c683f5cd42afc7f6f7fbc9462c31172d29c4146873 Description: GNU C++ compiler This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package providing the default GNU C++ compiler. Package: g++-11 Priority: optional Section: devel Installed-Size: 28252 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-11 Version: 11.3.0-12+apertis0bv2024preb1 Provides: c++-compiler, c++abi2-dev Depends: gcc-11-base (= 11.3.0-12+apertis0bv2024preb1), gcc-11 (= 11.3.0-12+apertis0bv2024preb1), libstdc++-11-dev (= 11.3.0-12+apertis0bv2024preb1), libc6 (>= 2.34), libgmp10 (>= 2:6.2.1+dfsg1), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4) Suggests: g++-11-multilib, gcc-11-doc (>= 11) Filename: pool/development/g/gcc-11/g++-11_11.3.0-12+apertis0bv2024preb1_amd64.deb Size: 10192528 MD5sum: bf32873a2ecbced32b281aa957eab5a8 SHA1: 24687bf84f190fe1a7926f0a24b6f11187f0649b SHA256: 50969b0226288097cf4cb6d530dbb990666f9d3515da848678b99ab455017b71 SHA512: 9be08adb503aa8516190497c541556958fcfb44842cf8d6d6a38ae7652ab7ea3b44035cf1caf7a32c58ae40b53271fca476362d9b6d7ed6f785f904e6feca832 Description: GNU C++ compiler This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. Homepage: http://gcc.gnu.org/ Package: g++-11-dbgsym Priority: optional Section: debug Installed-Size: 59291 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-11 Version: 11.3.0-12+apertis0bv2024preb1 Depends: g++-11 (= 11.3.0-12+apertis0bv2024preb1) Filename: pool/development/g/gcc-11/g++-11-dbgsym_11.3.0-12+apertis0bv2024preb1_amd64.deb Size: 56672432 MD5sum: 17af0501720347f3edda87cb014f3916 SHA1: 0cd9e042545604f6104bc94f191334e4b18343f7 SHA256: 79fe4a22421898372a2f4312d3bebf5fb975d153104e3e4a04d1891b032ea2c8 SHA512: 244bbaacbb76aec6fb3f6842d21b3c9e380b0eb349bbd835caf316284307370470894da3bc88bb46344c50e05b2f97a81954fb8823809353b4e343f5da71f1ef Description: debug symbols for g++-11 Auto-Built-Package: debug-symbols Build-Ids: 30ca9d4ff8a37aee00864d8b173f39c2e76d05a3 5ebb97f00c6443b24d76d85cdf2e48c0e08a9ac7 d652ab3901b511f62ad05f7fd93619bf0aba5631 Package: g++-11-multilib Priority: optional Section: devel Installed-Size: 6 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-11 Version: 11.3.0-12+apertis0bv2024preb1 Depends: gcc-11-base (= 11.3.0-12+apertis0bv2024preb1), g++-11 (= 11.3.0-12+apertis0bv2024preb1), gcc-11-multilib (= 11.3.0-12+apertis0bv2024preb1), lib32stdc++-11-dev (= 11.3.0-12+apertis0bv2024preb1), libx32stdc++-11-dev (= 11.3.0-12+apertis0bv2024preb1) Suggests: lib32stdc++6-11-dbg (>= 11.3.0-12+apertis0bv2024preb1), libx32stdc++6-11-dbg (>= 11.3.0-12+apertis0bv2024preb1) Filename: pool/development/g/gcc-11/g++-11-multilib_11.3.0-12+apertis0bv2024preb1_amd64.deb Size: 1052 MD5sum: 7e3b1adb37bce1ddbc913826ff809f02 SHA1: 944642cde94c5002df4c263eb3562a29c515abdf SHA256: 6fea165f0e47e01353585374765a603d3f9fd625b62ba64b64053c1f36a90cb0 SHA512: bae8533378f6573ce7b7cedb3941b3267054c2df69e581aa3aa9c8586b80281c5ccef66ecd64c304fbe32bc4226e22560691342a4d1a9f8e5c0ddb73214a4b7c Description: GNU C++ compiler (multilib support) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Homepage: http://gcc.gnu.org/ Package: g++-12-aarch64-linux-gnu Priority: optional Section: devel Installed-Size: 32460 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-12-cross (15+apertis1bv2024dev3b2) Version: 12.2.0-14+apertis1bv2024dev3b1cross1 Provides: c++-compiler-aarch64-linux-gnu Depends: gcc-12-aarch64-linux-gnu-base (= 12.2.0-14+apertis1bv2024dev3b1cross1), gcc-12-aarch64-linux-gnu (= 12.2.0-14+apertis1bv2024dev3b1cross1), libstdc++-12-dev-arm64-cross (>= 12), libc6 (>= 2.36), libgmp10 (>= 2:6.2.1+dfsg1), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4) Suggests: gcc-12-doc (>= 12) Filename: pool/development/g/gcc-12-cross/g++-12-aarch64-linux-gnu_12.2.0-14+apertis1bv2024dev3b1cross1_amd64.deb Size: 10084480 MD5sum: a5c3c90be1dc3dcc1981a40f75f24eae SHA1: d3817828ecd5c7c8827597fca75dd5a1257dd508 SHA256: 16205db021d2cd1afc1024a9c2242a1838f4d55626bd21fcf25649a633bbddc0 SHA512: f66cc5c3d1a6c1d9b9ca340ddc0a38c38fdb34941b5a931a5051f820ea6a28ac019367d6e3bc41415a5777b038615504607d8430f828b3147d69609b20820c83 Description: GNU C++ compiler (cross compiler for arm64 architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for arm64 architecture. Built-Using: gcc-12 (= 12.2.0-14+apertis1bv2024dev3b1) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: g++-12-arm-linux-gnueabi Priority: optional Section: devel Installed-Size: 29147 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-12-cross (15+apertis1bv2024dev3b2) Version: 12.2.0-14+apertis1bv2024dev3b1cross1 Provides: c++-compiler-arm-linux-gnueabi Depends: gcc-12-arm-linux-gnueabi-base (= 12.2.0-14+apertis1bv2024dev3b1cross1), gcc-12-arm-linux-gnueabi (= 12.2.0-14+apertis1bv2024dev3b1cross1), libstdc++-12-dev-armel-cross (>= 12), libc6 (>= 2.36), libgmp10 (>= 2:6.2.1+dfsg1), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4) Suggests: gcc-12-doc (>= 12) Filename: pool/development/g/gcc-12-cross/g++-12-arm-linux-gnueabi_12.2.0-14+apertis1bv2024dev3b1cross1_amd64.deb Size: 9600104 MD5sum: bf241978523be0da653d71ba4e381baa SHA1: 29b4af3b10a5ddf8cae6f965613eddb65679b901 SHA256: 966ba5d306a3f316416f0bc921ae77dc4363d8922118df1459b98bfca3acefaf SHA512: 7e18a30c2b4cbfad791b1ce4a23b4607d901a80e1697097a7694548774ded84ac2e1598d7510286e5067cc26bd8f4c0264679dd663443cd90fd328ae7403b021 Description: GNU C++ compiler (cross compiler for armel architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for armel architecture. Built-Using: gcc-12 (= 12.2.0-14+apertis1bv2024dev3b1) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: g++-12-arm-linux-gnueabihf Priority: optional Section: devel Installed-Size: 29147 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-12-cross (15+apertis1bv2024dev3b2) Version: 12.2.0-14+apertis1bv2024dev3b1cross1 Provides: c++-compiler-arm-linux-gnueabihf Depends: gcc-12-arm-linux-gnueabihf-base (= 12.2.0-14+apertis1bv2024dev3b1cross1), gcc-12-arm-linux-gnueabihf (= 12.2.0-14+apertis1bv2024dev3b1cross1), libstdc++-12-dev-armhf-cross (>= 12), libc6 (>= 2.36), libgmp10 (>= 2:6.2.1+dfsg1), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4) Suggests: gcc-12-doc (>= 12) Filename: pool/development/g/gcc-12-cross/g++-12-arm-linux-gnueabihf_12.2.0-14+apertis1bv2024dev3b1cross1_amd64.deb Size: 9598060 MD5sum: 851cc5357247a30fa486805c930080ce SHA1: 7ea9aeb6f4359d312be30e005f15f310bf11e221 SHA256: a806da87262bb2469042b8faf18eeb6151510988882821cbb0ae903cf3c10fdd SHA512: 4dff755efe3347663c897288eb96362b554fe83a8ff564955cf56fdc72b2b4de81cf624299bdd2bab6803ee66f40f0c86bfd9c112ba6ba3864885fc9bb4a6aca Description: GNU C++ compiler (cross compiler for armhf architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for armhf architecture. Built-Using: gcc-12 (= 12.2.0-14+apertis1bv2024dev3b1) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: g++-12-i686-linux-gnu Priority: optional Section: devel Installed-Size: 36166 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-12-cross (15+apertis1bv2024dev3b2) Version: 12.2.0-14+apertis1bv2024dev3b1cross1 Provides: c++-compiler-i686-linux-gnu Depends: gcc-12-i686-linux-gnu-base (= 12.2.0-14+apertis1bv2024dev3b1cross1), gcc-12-i686-linux-gnu (= 12.2.0-14+apertis1bv2024dev3b1cross1), libstdc++-12-dev-i386-cross (>= 12), libc6 (>= 2.36), libgmp10 (>= 2:6.2.1+dfsg1), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4) Suggests: g++-12-multilib-i686-linux-gnu, gcc-12-doc (>= 12) Filename: pool/development/g/gcc-12-cross/g++-12-i686-linux-gnu_12.2.0-14+apertis1bv2024dev3b1cross1_amd64.deb Size: 10698712 MD5sum: 943c449c7b8fee186127171f2bda4f3a SHA1: 6e3e32136b30f36522035998652e249c7041b3de SHA256: 79271130ff987d7dc40d9109e1cca4939adb4a67cf7ff6b0b6e802e530c67162 SHA512: 4357844d74c08281858f8f979c38dacdc9abc4bc8d48c2eed479abdb8d4db47c99208bc7c57a498c1b3e9fc48af00d7c267e37f1a6437bf636ff8783dbfec932 Description: GNU C++ compiler (cross compiler for i386 architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for i386 architecture. Built-Using: gcc-12 (= 12.2.0-14+apertis1bv2024dev3b1) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: g++-12-multilib-i686-linux-gnu Priority: optional Section: devel Installed-Size: 6 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-12-cross (15+apertis1bv2024dev3b2) Version: 12.2.0-14+apertis1bv2024dev3b1cross1 Depends: gcc-12-i686-linux-gnu-base (= 12.2.0-14+apertis1bv2024dev3b1cross1), g++-12-i686-linux-gnu (= 12.2.0-14+apertis1bv2024dev3b1cross1), gcc-12-multilib-i686-linux-gnu (= 12.2.0-14+apertis1bv2024dev3b1cross1), lib64stdc++-12-dev-i386-cross (>= 12.2.0-14+apertis1bv2024dev3b1cross1), libx32stdc++-12-dev-i386-cross (>= 12.2.0-14+apertis1bv2024dev3b1cross1) Suggests: lib64stdc++6-12-dbg-i386-cross (>= 12.2.0-14+apertis1bv2024dev3b1cross1), libx32stdc++6-12-dbg-i386-cross (>= 12.2.0-14+apertis1bv2024dev3b1cross1) Filename: pool/development/g/gcc-12-cross/g++-12-multilib-i686-linux-gnu_12.2.0-14+apertis1bv2024dev3b1cross1_amd64.deb Size: 1164 MD5sum: aa7d13be5e4dbe0782fcac8fe42211da SHA1: 088d20ec4ead078428d60383907616e6df88ea6b SHA256: f8d980096a6d0b0776768af7b760563068a48783e128be77d38cf13c7de906ce SHA512: 318179ad908c3abf7cfd046347eb29d957cd97996af6049fd334cc918c8162739b4c5d0435d7cb9898396acfae1c5e317f04cf5e6af4595cf4223c2b714ea86a Description: GNU C++ compiler (multilib support) (cross compiler for i386 architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Built-Using: gcc-12 (= 12.2.0-14+apertis1bv2024dev3b1) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: g++-aarch64-linux-gnu Priority: optional Section: devel Installed-Size: 11 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.203+apertis0bv2024preb1) Version: 4:12.2.0-3+apertis0bv2024preb1 Depends: cpp-aarch64-linux-gnu (= 4:12.2.0-3+apertis0bv2024preb1), gcc-aarch64-linux-gnu (= 4:12.2.0-3+apertis0bv2024preb1), g++-12-aarch64-linux-gnu (>= 12.2.0-1~) Filename: pool/development/g/gcc-defaults/g++-aarch64-linux-gnu_12.2.0-3+apertis0bv2024preb1_amd64.deb Size: 1196 MD5sum: dc534da083601abcdde5abfc5b7dc2b6 SHA1: ac3473b8d3f7c0acb4308137041a8a836195ba6d SHA256: 0178a3d05a008a109a4c8050bff65c6ce9ab89d7036f6b504006a77c5ef244ef SHA512: 4485169c97dd14e89d864a117e4021ec7d0073a0949fc125abb2172973c7a6f5c3eb8de6990140d5f1c7d8ddd5ce46869a00d9923f1b4a1bfbb7e6cb166082db Description: GNU C++ compiler for the arm64 architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package providing the default GNU C++ cross-compiler for the arm64 architecture. Multi-Arch: foreign Package: g++-arm-linux-gnueabi Priority: optional Section: devel Installed-Size: 11 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.203+apertis0bv2024preb1) Version: 4:12.2.0-3+apertis0bv2024preb1 Depends: cpp-arm-linux-gnueabi (= 4:12.2.0-3+apertis0bv2024preb1), gcc-arm-linux-gnueabi (= 4:12.2.0-3+apertis0bv2024preb1), g++-12-arm-linux-gnueabi (>= 12.2.0-1~) Filename: pool/development/g/gcc-defaults/g++-arm-linux-gnueabi_12.2.0-3+apertis0bv2024preb1_amd64.deb Size: 1192 MD5sum: d176c056a5f04a90f84c5a80fc849ffa SHA1: 41d69432c95ff528c82f20ae9fc123e9047379cb SHA256: b2c7d5f4b320c2048558bdbca237d7ba43d8ee9ecdfe09ec7bf2de85a13dd0c9 SHA512: c15df5702b50f2553d53ce4679a810f864d8cd61541b75d89e6011a0819e2ed9fa87f038b834c7f063c49d59e0894c807f48d5e068f839686f693bdffca2cc7c Description: GNU C++ compiler for the armel architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package providing the default GNU C++ cross-compiler for the armel architecture. Multi-Arch: foreign Package: g++-arm-linux-gnueabihf Priority: optional Section: devel Installed-Size: 11 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.203+apertis0bv2024preb1) Version: 4:12.2.0-3+apertis0bv2024preb1 Depends: cpp-arm-linux-gnueabihf (= 4:12.2.0-3+apertis0bv2024preb1), gcc-arm-linux-gnueabihf (= 4:12.2.0-3+apertis0bv2024preb1), g++-12-arm-linux-gnueabihf (>= 12.2.0-1~) Filename: pool/development/g/gcc-defaults/g++-arm-linux-gnueabihf_12.2.0-3+apertis0bv2024preb1_amd64.deb Size: 1200 MD5sum: 968b9d9eb5ee2289c434af383cbd59b4 SHA1: e695d468bacdf3a63e48d422d0e391781cdc6bf6 SHA256: 55f63c41c00d9ead31b5bd2fba15f22c6b76b45eba344d22c0f0180ac640ff8e SHA512: f220244f2c98467958d260210b7faffea1efcec89907df743186c6839b3243f0179c0220048e1ff5a12eec1b08b2bfadb79f8569c5511c66a1a3eba9a6bf2169 Description: GNU C++ compiler for the armhf architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package providing the default GNU C++ cross-compiler for the armhf architecture. Multi-Arch: foreign Package: g++-i686-linux-gnu Priority: optional Section: devel Installed-Size: 11 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.203+apertis0bv2024preb1) Version: 4:12.2.0-3+apertis0bv2024preb1 Depends: cpp-i686-linux-gnu (= 4:12.2.0-3+apertis0bv2024preb1), gcc-i686-linux-gnu (= 4:12.2.0-3+apertis0bv2024preb1), g++-12-i686-linux-gnu (>= 12.2.0-1~) Filename: pool/development/g/gcc-defaults/g++-i686-linux-gnu_12.2.0-3+apertis0bv2024preb1_amd64.deb Size: 1188 MD5sum: d5528954e19efe405ac8899c9d5828f3 SHA1: e09c23b8240f24864ef5ebe61957df10dc6adace SHA256: 2169fcf359f35354b0032d2718116324282d384035b919b9361de64f1eed1dee SHA512: 07c8ba60794ca6f4c30c2a8b523b8a71ef4bee9240f129bfcd3c69293edfdc5bf4c51b9a93e92a1198a39efdbd912dd192badba32e8e1e6cf31e6228b5c6fceb Description: GNU C++ compiler for the i386 architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package providing the default GNU C++ cross-compiler for the i386 architecture. Multi-Arch: foreign Package: g++-mingw-w64 Priority: optional Section: devel Installed-Size: 253 Maintainer: Stephen Kitt Architecture: all Source: gcc-mingw-w64 (25.2+apertis0bv2024preb1) Version: 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1 Depends: g++-mingw-w64-i686, g++-mingw-w64-x86-64 Filename: pool/development/g/gcc-mingw-w64/g++-mingw-w64_12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1_all.deb Size: 185452 MD5sum: 864ae37529392ebc8215d0a975823368 SHA1: c74a5848156094e2c050922b3572efb6b1f7d997 SHA256: b91f9eb366ff7629fade4350f1bfd6fdbf4e938f56f3670248015ec9df27b08d SHA512: d6414697170325d58b689558dd425d2d392ba6444a3ffbfa537cf0ef9fd94158d787da5b66dfc97a302fc80510d9f1e4cbc933ae377dfc6ccfb400ae343841f8 Description: GNU C++ compiler for MinGW-w64 MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This metapackage provides the C++ compiler, supporting cross-compiling to 32- and 64-bit MinGW-w64 targets. Homepage: https://www.gnu.org/software/gcc/ Package: g++-mingw-w64-i686 Priority: optional Section: devel Installed-Size: 253 Maintainer: Stephen Kitt Architecture: all Source: gcc-mingw-w64 (25.2+apertis0bv2024preb1) Version: 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1 Depends: g++-mingw-w64-i686-posix, g++-mingw-w64-i686-win32 Filename: pool/development/g/gcc-mingw-w64/g++-mingw-w64-i686_12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1_all.deb Size: 185476 MD5sum: db0348337741bd02821d6a12e91a0fab SHA1: 973d666387d677071a04faa8f760b750632fbb81 SHA256: 45affd2e9bbdffd34de440a05921edbdd1f81598bac7c94055097a7420fc91fd SHA512: a122ecc766c9276a032414bcce59325994af538ec5ce81699a61b79f290307a12da8f07756510a6476d99e473e7c2181a41e6554585be8d9d65d10f7d56a56d9 Description: GNU C++ compiler for MinGW-w64 targeting Win32 MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This metapackage provides the C++ compiler, supporting cross-compiling to 32-bit MinGW-w64 targets. Homepage: https://www.gnu.org/software/gcc/ Package: g++-mingw-w64-i686-posix Priority: optional Section: devel Installed-Size: 58157 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (25.2+apertis0bv2024preb1) Version: 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1 Replaces: g++-mingw-w64-i686 (<< 9.3.0-8+22), gcc-mingw-w64 (<< 4.6.3-3+4) Depends: gcc-mingw-w64-i686-posix (= 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1), gcc-mingw-w64-i686-posix-runtime (= 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1), gcc-mingw-w64-base (= 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1), libc6 (>= 2.36), libgcc-s1 (>= 4.2), libgmp10 (>= 2:6.2.1+dfsg1), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libstdc++6 (>= 5.2), zlib1g (>= 1:1.1.4) Suggests: gcc-12-locales (>= 12.2.0) Breaks: g++-mingw-w64-i686 (<< 9.3.0-8+22), gcc-mingw-w64 (<< 4.6.3-3+4) Filename: pool/development/g/gcc-mingw-w64/g++-mingw-w64-i686-posix_12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1_amd64.deb Size: 12803720 MD5sum: 97bb715189d773088e9b5442b8c6203d SHA1: 9f6f7b466ac185d5de58475654a5b07e4c9707cb SHA256: ef28e362ba431199ab18a17c8e1fc81af91cce0c8048223d6a94571bbbb2dee8 SHA512: 830bd1270cebb36fba25c3a536aed49a3382dcccdbc259c1201f631cee9909ed769b1ea5cbd85772c6fc8e99834476546bce13987099c0b860ff07708f7b9a7b Description: GNU C++ compiler for MinGW-w64, Win32/POSIX MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This package contains the C++ compiler, supporting cross-compiling to 32-bit MinGW-w64 targets, using the POSIX threading model. Built-Using: gcc-12 (= 12.2.0-14+apertis1bv2024dev3b1) Homepage: https://www.gnu.org/software/gcc/ Package: g++-mingw-w64-i686-posix-dbgsym Priority: optional Section: debug Installed-Size: 108237 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (25.2+apertis0bv2024preb1) Version: 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1 Depends: g++-mingw-w64-i686-posix (= 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1) Filename: pool/development/g/gcc-mingw-w64/g++-mingw-w64-i686-posix-dbgsym_12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1_amd64.deb Size: 106041152 MD5sum: c83075273ca2b4ecdb49d6c9058744cb SHA1: 6bdbcbf378027e9d724bd290411dab171671d1ff SHA256: 2b2216f0a129570e63f7ab3fdb184cec3bbdee034d50af859892bab3a98b69e4 SHA512: 35297c7a0f7e3d75c754243f98a636dcb9bfb11a3b666d56b2b481916294a28705e1617d8e544609ae50c915ca15ec7952678db315857cf0fbb0484588f2e3d5 Description: debug symbols for g++-mingw-w64-i686-posix Auto-Built-Package: debug-symbols Build-Ids: 2262441ac829260519b1ecc75e37a4f906a46239 ed98c865cb9ce1e2d615a2920c0afacec3022ebc f7ef7f9634b8819b7390727e66497d455c7d0e0b Package: g++-mingw-w64-i686-win32 Priority: optional Section: devel Installed-Size: 58111 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (25.2+apertis0bv2024preb1) Version: 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1 Replaces: g++-mingw-w64-i686 (<< 9.3.0-8+22), gcc-mingw-w64 (<< 4.6.3-3+4) Depends: gcc-mingw-w64-i686-win32 (= 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1), gcc-mingw-w64-i686-win32-runtime (= 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1), gcc-mingw-w64-base (= 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1), libc6 (>= 2.36), libgcc-s1 (>= 4.2), libgmp10 (>= 2:6.2.1+dfsg1), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libstdc++6 (>= 5.2), zlib1g (>= 1:1.1.4) Suggests: gcc-12-locales (>= 12.2.0) Breaks: g++-mingw-w64-i686 (<< 9.3.0-8+22), gcc-mingw-w64 (<< 4.6.3-3+4) Filename: pool/development/g/gcc-mingw-w64/g++-mingw-w64-i686-win32_12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1_amd64.deb Size: 12810908 MD5sum: 51ff525237df7517fdac90ae003eee17 SHA1: 10c352fff091883a67a28302bd03d8ec846061e1 SHA256: d49432bcf9e75652f7ef014d62c547def3f5dabfd455957a45197a6d2683fd29 SHA512: f67fcfef2bd9c1e91c6cfa42bac9d6d778ef3a5152a710b8e8797d8d4fe463796b328b6c99f6fe6276fcfc5ec93728eee184ddf0db672d87d8817ffdf96d59be Description: GNU C++ compiler for MinGW-w64, Win32/Win32 MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This package contains the C++ compiler, supporting cross-compiling to 32-bit MinGW-w64 targets, using the Win32 threading model. Built-Using: gcc-12 (= 12.2.0-14+apertis1bv2024dev3b1) Homepage: https://www.gnu.org/software/gcc/ Package: g++-mingw-w64-i686-win32-dbgsym Priority: optional Section: debug Installed-Size: 108237 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (25.2+apertis0bv2024preb1) Version: 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1 Depends: g++-mingw-w64-i686-win32 (= 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1) Filename: pool/development/g/gcc-mingw-w64/g++-mingw-w64-i686-win32-dbgsym_12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1_amd64.deb Size: 106039408 MD5sum: 41a9745ebc7d774235bcbdb21935209e SHA1: 55bfe87599c7742271db700529e3bf96e5b1342c SHA256: 5d72a854c54a29e890a1b72c8a3db0be9642a9e995664a842580127800094013 SHA512: 78ca3b8a80dd3985ee6f044c5735f2eec3d7b73a5e3039ac7c87fd357620ed3d2ab9a270ba6c04f6bf10e858a822a95593b562172c8fab2ef765dd0e33cd76ee Description: debug symbols for g++-mingw-w64-i686-win32 Auto-Built-Package: debug-symbols Build-Ids: 52d74e64043bdb5d019ec2d28e04dc777f572069 621e6663f95e532560f50dbde3be1330f7c4b5da b665403498320603b0074809d34945fa8035621b Package: g++-mingw-w64-x86-64 Priority: optional Section: devel Installed-Size: 253 Maintainer: Stephen Kitt Architecture: all Source: gcc-mingw-w64 (25.2+apertis0bv2024preb1) Version: 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1 Depends: g++-mingw-w64-x86-64-posix, g++-mingw-w64-x86-64-win32 Filename: pool/development/g/gcc-mingw-w64/g++-mingw-w64-x86-64_12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1_all.deb Size: 185456 MD5sum: 4b6656bd2eae5839f6cd61e004b5b836 SHA1: 48835fbd8bee23f2d4ba88bbea0fae51e6a347e4 SHA256: 3484dab96bbb1671e599b594df7e8c0284ab0a942bca448666483143e2afe05b SHA512: dd41f54b503aa92b6060753c9779a106bd8327bc96be843de2764b4edcbb685f7c22b38456d21dbd0d7f2b1f8e47a7e36e13864e4f8feb63744b1d9e238b426e Description: GNU C++ compiler for MinGW-w64 targeting Win64 MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This metapackage provides the C++ compiler, supporting cross-compiling to 64-bit MinGW-w64 targets. Homepage: https://www.gnu.org/software/gcc/ Package: g++-mingw-w64-x86-64-posix Priority: optional Section: devel Installed-Size: 59967 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (25.2+apertis0bv2024preb1) Version: 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1 Replaces: g++-mingw-w64-x86-64 (<< 9.3.0-8+22), gcc-mingw-w64 (<< 4.6.3-3+4) Depends: gcc-mingw-w64-x86-64-posix (= 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1), gcc-mingw-w64-x86-64-posix-runtime (= 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1), gcc-mingw-w64-base (= 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1), libc6 (>= 2.36), libgcc-s1 (>= 4.2), libgmp10 (>= 2:6.2.1+dfsg1), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libstdc++6 (>= 5.2), zlib1g (>= 1:1.1.4) Suggests: gcc-12-locales (>= 12.2.0) Breaks: g++-mingw-w64-x86-64 (<< 9.3.0-8+22), gcc-mingw-w64 (<< 4.6.3-3+4) Filename: pool/development/g/gcc-mingw-w64/g++-mingw-w64-x86-64-posix_12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1_amd64.deb Size: 12991016 MD5sum: 32264a5ecec401627a13fc0ea66f88a8 SHA1: 4825a5503f73657c40b20636dcd4c8d526fd5a2b SHA256: 804f69230f52df1c501cd87011b68e4f8f3d5265f59a2487656841be68154eae SHA512: 73afcd5ecdeeffde2a19ef436deec72b88553e194d6045b3f29192c7ee4f19114cf6fcfd82d4d2c66dcd083816a765ab40f7314626b764e560ef2d8a809487e4 Description: GNU C++ compiler for MinGW-w64, Win64/POSIX MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This package contains the C++ compiler, supporting cross-compiling to 64-bit MinGW-w64 targets, using the POSIX threading model. Built-Using: gcc-12 (= 12.2.0-14+apertis1bv2024dev3b1) Homepage: https://www.gnu.org/software/gcc/ Package: g++-mingw-w64-x86-64-posix-dbgsym Priority: optional Section: debug Installed-Size: 108860 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (25.2+apertis0bv2024preb1) Version: 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1 Depends: g++-mingw-w64-x86-64-posix (= 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1) Filename: pool/development/g/gcc-mingw-w64/g++-mingw-w64-x86-64-posix-dbgsym_12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1_amd64.deb Size: 106541580 MD5sum: d1c0a8a02e1f81df49d8ffabfc036c58 SHA1: 43e78c6df94ec9e86e84c0b0e3294e3634cfc33c SHA256: ced3c79f6777aa1d7da198c4733cb9db95090295c0a1f3db1a9b4bdae5d991b9 SHA512: 4f52e5e9bbe7bc51cd2ccf06b566aa8dc3d67aaef1f1a4d017c267baaf8d09656fb6b49db02e39889ee9996e98eb6f29fbc5d30860d9be72d70c5dfa115ae57b Description: debug symbols for g++-mingw-w64-x86-64-posix Auto-Built-Package: debug-symbols Build-Ids: 3ca7e142e7b65dcddbe984d88274c5031bcaf247 3d074c7096677b8f5841ffa7d688a18394d27d70 5f9dc9273595cf40493b791f0805dea289e17eb7 Package: g++-mingw-w64-x86-64-win32 Priority: optional Section: devel Installed-Size: 59913 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (25.2+apertis0bv2024preb1) Version: 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1 Replaces: g++-mingw-w64-x86-64 (<< 9.3.0-8+22), gcc-mingw-w64 (<< 4.6.3-3+4) Depends: gcc-mingw-w64-x86-64-win32 (= 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1), gcc-mingw-w64-x86-64-win32-runtime (= 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1), gcc-mingw-w64-base (= 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1), libc6 (>= 2.36), libgcc-s1 (>= 4.2), libgmp10 (>= 2:6.2.1+dfsg1), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libstdc++6 (>= 5.2), zlib1g (>= 1:1.1.4) Suggests: gcc-12-locales (>= 12.2.0) Breaks: g++-mingw-w64-x86-64 (<< 9.3.0-8+22), gcc-mingw-w64 (<< 4.6.3-3+4) Filename: pool/development/g/gcc-mingw-w64/g++-mingw-w64-x86-64-win32_12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1_amd64.deb Size: 13000112 MD5sum: e77bad1193825a0d93f16f4413722641 SHA1: 12b0accdec7df213ac258937fb7294a9caa77ded SHA256: 146ef35b53d5269f6b301578db3e022d1be8f1b7f164218599ca3e519934b8d8 SHA512: 4de5de05a19b93d0d6fd952e43692403d9f14f9faf2563b414eb33cbd18bdf72140d5a43085eb237659e90f41e9208525ae0ea44bf30bac5801101d9bbed25bb Description: GNU C++ compiler for MinGW-w64, Win64/Win32 MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This package contains the C++ compiler, supporting cross-compiling to 64-bit MinGW-w64 targets, using the Win32 threading model. Built-Using: gcc-12 (= 12.2.0-14+apertis1bv2024dev3b1) Homepage: https://www.gnu.org/software/gcc/ Package: g++-mingw-w64-x86-64-win32-dbgsym Priority: optional Section: debug Installed-Size: 108860 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (25.2+apertis0bv2024preb1) Version: 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1 Depends: g++-mingw-w64-x86-64-win32 (= 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1) Filename: pool/development/g/gcc-mingw-w64/g++-mingw-w64-x86-64-win32-dbgsym_12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1_amd64.deb Size: 106523956 MD5sum: f1aac1d55afb7275759e5f0816a9347a SHA1: 2d222d8cdfff21709f7bb39e356901d6992236a8 SHA256: 07a0f381def088721961147b96c6c547630c7866d336de9bf7537c285a2b1051 SHA512: b6faed5a659a855799ce78691c8a3517e26cf115bf2aef213ff391624c3df03105cd431bd1492e2ac71baf678fe4ff04b5f87da5445c437eebf4d153c54f2f15 Description: debug symbols for g++-mingw-w64-x86-64-win32 Auto-Built-Package: debug-symbols Build-Ids: 3be8faf7751eb33de9fac602473fb3d35776087d 3f49b34b0d026888c64600c4bcb5246e1d008317 a4ad0406c2bb6c0b2aa055606fa775975ccd4477 Package: g++-multilib Priority: optional Section: devel Installed-Size: 6 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.203+apertis0bv2024preb1) Version: 4:12.2.0-3+apertis0bv2024preb1 Depends: cpp (= 4:12.2.0-3+apertis0bv2024preb1), gcc-multilib (= 4:12.2.0-3+apertis0bv2024preb1), g++ (= 4:12.2.0-3+apertis0bv2024preb1), g++-12-multilib (>= 12.2.0-1~) Filename: pool/development/g/gcc-defaults/g++-multilib_12.2.0-3+apertis0bv2024preb1_amd64.deb Size: 1016 MD5sum: bcc5cfde5a287474e287675a13593244 SHA1: 9f482ca4a670ef344939a9af1ae460032a80c365 SHA256: 11d68a2e606790710b059665a8217c569277688bc91f31913b38f2a010148bbd SHA512: f9b6959485b959f05942d1bf28745c496df6dfb82bb75283f9f369e0aab7e4d52dea21d77b1d44eb2ac56072a9883e1661dffe16278cee8c50c8a42ebcf1cd06 Description: GNU C++ compiler (multilib files) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . A dependency package on architectures with multilib support; the package contains dependencies for the non-default multilib architecture(s). Package: g++-multilib-i686-linux-gnu Priority: optional Section: devel Installed-Size: 6 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.203+apertis0bv2024preb1) Version: 4:12.2.0-3+apertis0bv2024preb1 Depends: cpp-i686-linux-gnu (= 4:12.2.0-3+apertis0bv2024preb1), g++-i686-linux-gnu (= 4:12.2.0-3+apertis0bv2024preb1), gcc-multilib-i686-linux-gnu (= 4:12.2.0-3+apertis0bv2024preb1), g++-12-multilib-i686-linux-gnu (>= 12.2.0-1~) Filename: pool/development/g/gcc-defaults/g++-multilib-i686-linux-gnu_12.2.0-3+apertis0bv2024preb1_amd64.deb Size: 1028 MD5sum: 36b1f2777b73ef0fb94035f79b25f681 SHA1: 3256b480bbcbe8a14f8333ead7bf1c09ab3d7097 SHA256: 895ade73ad44765504c573986c51d1b741be07432737a642b00a20588c2278a6 SHA512: f1e99c081ddc07632a5ce358eedefe077a42209a2c1f8a70d46f5a2219cbcdc76c3fa41e3b59428d94fe2793c5589897ed1d87372db486adbb4b0f7138060b45 Description: GNU C++ compiler for the i386 architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package providing the default GNU C++ cross-compiler for the i386 architecture. Package: g++-multilib-s390x-linux-gnu Priority: optional Section: devel Installed-Size: 6 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.203+apertis0bv2024preb1) Version: 4:12.2.0-3+apertis0bv2024preb1 Depends: cpp-s390x-linux-gnu (= 4:12.2.0-3+apertis0bv2024preb1), g++-s390x-linux-gnu (= 4:12.2.0-3+apertis0bv2024preb1), gcc-multilib-s390x-linux-gnu (= 4:12.2.0-3+apertis0bv2024preb1), g++-12-multilib-s390x-linux-gnu (>= 12.2.0-1~) Filename: pool/development/g/gcc-defaults/g++-multilib-s390x-linux-gnu_12.2.0-3+apertis0bv2024preb1_amd64.deb Size: 1024 MD5sum: 599a70744e005ece7be00fe0ace531d0 SHA1: 0dc1f96421d4db1805df731bbb4dcc5ded19e59c SHA256: bd3487a4382f7b485860b1264b383dde97deea1dea4d217edba4d512e53029e1 SHA512: 25803fc1e98e2f38b5a507e348103f3c763eed43d3f17a2ad53c4e0bf061eb2daa635c7b49512c35cba3d5eecb0f13f04a71b66444db9d4fdfde140dda2f4f40 Description: GNU C++ compiler for the s390x architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package providing the default GNU C++ cross-compiler for the s390x architecture. Package: g++-powerpc64le-linux-gnu Priority: optional Section: devel Installed-Size: 11 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.203+apertis0bv2024preb1) Version: 4:12.2.0-3+apertis0bv2024preb1 Depends: cpp-powerpc64le-linux-gnu (= 4:12.2.0-3+apertis0bv2024preb1), gcc-powerpc64le-linux-gnu (= 4:12.2.0-3+apertis0bv2024preb1), g++-12-powerpc64le-linux-gnu (>= 12.2.0-1~) Filename: pool/development/g/gcc-defaults/g++-powerpc64le-linux-gnu_12.2.0-3+apertis0bv2024preb1_amd64.deb Size: 1200 MD5sum: 7c43b79016c38bc53dc49c8be79be530 SHA1: 4e642bf837418dc608e3d05e7ab41f164a5a8d37 SHA256: 1e235a79df13ac4b04d5f29db8b7132426e8a1c15fb88ef2cf5bf431595c405e SHA512: 8fe2e69c9755a84590c7f9a222b15b06295b730fa7bf81596f0413bb3fdd0ded2883889e3d698b7fa172e0a38999ac97911f79778b38141d92b5c60cce927dc4 Description: GNU C++ compiler for the ppc64el architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package providing the default GNU C++ cross-compiler for the ppc64el architecture. Multi-Arch: foreign Package: g++-s390x-linux-gnu Priority: optional Section: devel Installed-Size: 11 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.203+apertis0bv2024preb1) Version: 4:12.2.0-3+apertis0bv2024preb1 Depends: cpp-s390x-linux-gnu (= 4:12.2.0-3+apertis0bv2024preb1), gcc-s390x-linux-gnu (= 4:12.2.0-3+apertis0bv2024preb1), g++-12-s390x-linux-gnu (>= 12.2.0-1~) Filename: pool/development/g/gcc-defaults/g++-s390x-linux-gnu_12.2.0-3+apertis0bv2024preb1_amd64.deb Size: 1196 MD5sum: 2a8e046ceb59f62f75688903cfc4ec68 SHA1: 6e4316f94b692584903097f7a1b7b92a9267bf27 SHA256: 82f4587f6f4369c5af7363b56c60bef4264ca15d7eff6bcc5e527aa9392934cc SHA512: 008224baf33261d4e191e172fcfce7a29aa7166d3aef9c50b9fe5f396b543250907980d463d8d8a92666aa32170a2417c082ac0c74a49ea41fa553237cf2ced6 Description: GNU C++ compiler for the s390x architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package providing the default GNU C++ cross-compiler for the s390x architecture. Multi-Arch: foreign Package: galera-4 Priority: optional Section: libs Installed-Size: 2336 Maintainer: Debian MySQL Maintainers Architecture: amd64 Version: 26.4.13-1+apertis1bv2024.0db1 Replaces: galera-3 (<< 26.4) Provides: galera4, percona-xtradb-cluster-galera-26, wsrep Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libssl3 (>= 3.0.0), libstdc++6 (>= 11) Conflicts: garbd-2, garbd-3, garbd2, garbd3, percona-galera-3, percona-galera-4, percona-xtradb-cluster-galera, percona-xtradb-cluster-galera-2.x, percona-xtradb-cluster-galera-3.x, percona-xtradb-cluster-galera-4.x, percona-xtradb-cluster-garbd-2.x, percona-xtradb-cluster-garbd-3.x Breaks: galera-3 (<< 26.4) Filename: pool/development/g/galera-4/galera-4_26.4.13-1+apertis1bv2024.0db1_amd64.deb Size: 830224 MD5sum: b3dca4165ae55c539243732b7b17d708 SHA1: ef23593701b3d969766f159f7aec3f8dc5e5527d SHA256: 37af469a4dbc0d79cf84fcc230a0b0d36102ffe393290ffad67faf9d7ca05e74 SHA512: 613922a0087473e3b125fc3b8fcc40dd1b2e7e7dcb7fc4013f3290ce317b554cb18661a34215dd91001dea9582ac2e42da7e8c0264dba46bef3bfa8fbf7f33fb Description: Replication framework for transactional applications Galera is a fast synchronous multimaster wsrep provider (replication engine) for transactional databases and similar applications. For more information about wsrep API see https://github.com/codership/wsrep-API. For a description of Galera replication engine see http://galeracluster.com. . This package contains the Galera library/plugin. Homepage: https://www.galeracluster.com/ Package: galera-4-dbgsym Priority: optional Section: debug Installed-Size: 14112 Maintainer: Debian MySQL Maintainers Architecture: amd64 Source: galera-4 Version: 26.4.13-1+apertis1bv2024.0db1 Depends: galera-4 (= 26.4.13-1+apertis1bv2024.0db1) Filename: pool/development/g/galera-4/galera-4-dbgsym_26.4.13-1+apertis1bv2024.0db1_amd64.deb Size: 14000780 MD5sum: 8cac29c170145646a9b76137ca09f94b SHA1: 8223b110cc7639ae1816a420dd96cdf780388b45 SHA256: 2fed97434adce9dc5c369b679bc308b1d7060a9c327f7bdeb6df52d6c8f7cef4 SHA512: 170cf056d80a6500d296ed3da689c5a34e0b11d2d96dfd521badbefbcf453189c31a56aa3dc175fc0394b10d08336de7b0c28a23a7bfc109774b9c352405a1fd Description: debug symbols for galera-4 Auto-Built-Package: debug-symbols Build-Ids: 355aab3e0be8311c4519efa3b92ddc69ec6af34d Package: galera-arbitrator-4 Priority: optional Section: database Installed-Size: 1931 Maintainer: Debian MySQL Maintainers Architecture: amd64 Source: galera-4 Version: 26.4.13-1+apertis1bv2024.0db1 Replaces: percona-xtradb-cluster-galera-2.x Depends: libboost-program-options1.74.0 (>= 1.74.0+ds1), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libssl3 (>= 3.0.0), libstdc++6 (>= 11) Conflicts: galera-arbitrator-3, garbd-2, garbd2, percona-galera-arbitrator-3, percona-galera-arbitrator-4, percona-xtradb-cluster-garbd-2.x Breaks: percona-xtradb-cluster-galera-2.x Filename: pool/development/g/galera-4/galera-arbitrator-4_26.4.13-1+apertis1bv2024.0db1_amd64.deb Size: 636004 MD5sum: ef96367a4d40965fb398fa54f712873e SHA1: f7414b8a9bb26bc18b627bd599e01f3605658e1c SHA256: 592c610c861e70eac6f2de2bc1a6e5cd82bb1f7d8c8d313c4054d9a5a947b555 SHA512: 178c4b121c68c6ac5618df012ebaf860b1fb5c037cd38e950cded49ad65d647d4c938a20b3331fca97a70c762535875f575a54cf32fb403592a4dee236955b15 Description: Galera arbitrator daemon Galera is a fast synchronous multimaster wsrep provider (replication engine) for transactional databases and similar applications. For more information about wsrep API see https://github.com/codership/wsrep-API. For a description of Galera replication engine see http://galeracluster.com. . This package contains the Galera arbitrator daemon (garbd). Homepage: https://www.galeracluster.com/ Package: galera-arbitrator-4-dbgsym Priority: optional Section: debug Installed-Size: 9636 Maintainer: Debian MySQL Maintainers Architecture: amd64 Source: galera-4 Version: 26.4.13-1+apertis1bv2024.0db1 Depends: galera-arbitrator-4 (= 26.4.13-1+apertis1bv2024.0db1) Filename: pool/development/g/galera-4/galera-arbitrator-4-dbgsym_26.4.13-1+apertis1bv2024.0db1_amd64.deb Size: 9511700 MD5sum: 3e14d5a9504361d463cbc31b0c4d6b06 SHA1: b84143cd14902ccb03e3a669be0b1bc354dedf21 SHA256: 17fa5820493ae807285cbfc659927d75064331fcb83cc5df80573986fbdf674d SHA512: 6a5a224d5e57ddd567ec82dd883b6350d1a89a9370196b8b9eb9206129a4996e99b6b6e9c3e73314ae42900b93822ee8243531daaeac9cda22c6589ebce5c2c0 Description: debug symbols for galera-arbitrator-4 Auto-Built-Package: debug-symbols Build-Ids: 14ddff8d54dbe3a08e34b7fc7cf4cd8ba12cfd4b Package: gawk Priority: optional Section: interpreters Installed-Size: 2912 Maintainer: Adrian Bunk Architecture: amd64 Version: 1:5.2.1-2+apertis0bv2024preb1 Provides: awk Pre-Depends: libc6 (>= 2.34), libgmp10 (>= 2:6.2.1+dfsg1), libmpfr6 (>= 3.1.3), libreadline8 (>= 6.0), libsigsegv2 (>= 2.9) Suggests: gawk-doc Filename: pool/development/g/gawk/gawk_5.2.1-2+apertis0bv2024preb1_amd64.deb Size: 675812 MD5sum: 758f5bc92989a34397437d3074a63fcb SHA1: 65ae46642812357ccede858120c4d7843a212aba SHA256: cb3288988906779aa79a5911be7e294a0af17dc17afa5df1f5768ba07a6d03eb SHA512: 3d55695c263076426355d5444643714216006c3aca21f8668d6e55e8a63ca17168c69146e1520dbf4328517b7bf4dc52530ccb5da17224d53a2ee221b1b8b3cb Description: GNU awk, a pattern scanning and processing language `awk', a program that you can use to select particular records in a file and perform operations upon them. . Gawk is the GNU Project's implementation of the AWK programming language. It conforms to the definition of the language in the POSIX 1003.2 Command Language And Utilities Standard. This version in turn is based on the description in The AWK Programming Language, by Aho, Kernighan, and Weinberger, with the additional features defined in the System V Release 4 version of UNIX awk. Gawk also provides more recent Bell Labs awk extensions, and some GNU-specific extensions. Homepage: http://www.gnu.org/software/gawk/ Multi-Arch: foreign Package: gawk-dbgsym Priority: optional Section: debug Installed-Size: 1274 Maintainer: Adrian Bunk Architecture: amd64 Source: gawk Version: 1:5.2.1-2+apertis0bv2024preb1 Depends: gawk (= 1:5.2.1-2+apertis0bv2024preb1) Filename: pool/development/g/gawk/gawk-dbgsym_5.2.1-2+apertis0bv2024preb1_amd64.deb Size: 1152600 MD5sum: e9666019bcd30b2b5c57eb38715951d4 SHA1: 9096eaa8ce7059185f7238f967627c99ac419412 SHA256: da76dd3781f5b2b2349d29b13c30f08ea568e0b1e943055c322ba741796f0fd7 SHA512: 2b38c4f2f4344b480c9c00198677a690eddeca3c98b78f0b2a8c8470c8bf7f3eae99b227d2eafd174faa7467798e1a49581466c7376f8b00551b652e04656506 Description: debug symbols for gawk Auto-Built-Package: debug-symbols Build-Ids: 070b57a1e17a64cc839191353e8233676080fc58 122d57b631480f1fbe3f8566eb686c29934e618c 34b18057fe2aa9d5e22f300da9fdf2a1b8524e43 4255abff086c0baa146cac7ae6d7960280ce6fb3 632d5b7ef6ae2da914db5baffeac33dd1198b5d5 67bc4f317f9b24372a0af66884c1421f00501b0f 808f58aeb55e4634778c94f2090e314f6abbe9d6 85b4e65c09242bc47f4632648b580e4a45ea4188 9c1e4b658a512c910c43edb43eedb3dbc3a328a2 b78a07a73dcbe77041f3ddb0d92722e130a13408 c8f4be06dc37e1c9181ae2235157d02b186b176f d95034f5dde61de77188eb6a2014de75787daf8f db29e6d08506209fc9efa602ecdf41423c4a4c95 e6e90e6340f60604ff045f74f7930782533a018e f9623381d4ec861c7d6dca71f14a9b4a7bda7dd5 Package: gcab Priority: optional Section: utils Installed-Size: 234 Maintainer: Stephen Kitt Architecture: amd64 Version: 1.5-1+apertis0bv2024dev2b1 Depends: libc6 (>= 2.34), libgcab-1.0-0 (>= 1.4), libglib2.0-0 (>= 2.26.0) Filename: pool/development/g/gcab/gcab_1.5-1+apertis0bv2024dev2b1_amd64.deb Size: 35668 MD5sum: a356f11443fe26981954d3a2b443c4d3 SHA1: 96956be17d4fb6229b6a4de4e51e822ae80e7183 SHA256: e8b483ea427d8c2bebbd0d64e35c518e7146aeeb0c09199d0e758b9c7f580ef3 SHA512: 0478e7e83d577902f053a983c4249a96d0b668d10129d031d55d8a931e226ca33dbe0d0453384f55d8e95f93ee6d1bd0e88c96647dfa1c3f8a1ce6516164bd64 Description: Microsoft Cabinet file manipulation tool gcab can list, extract and create cabinet (.cab) files, commonly used as archives to distribute software on Windows. . gcab is similar to cabextract but can create cabinet files. Homepage: https://wiki.gnome.org/msitools Multi-Arch: foreign Package: gcab-dbgsym Priority: optional Section: debug Installed-Size: 31 Maintainer: Stephen Kitt Architecture: amd64 Source: gcab Version: 1.5-1+apertis0bv2024dev2b1 Depends: gcab (= 1.5-1+apertis0bv2024dev2b1) Filename: pool/development/g/gcab/gcab-dbgsym_1.5-1+apertis0bv2024dev2b1_amd64.deb Size: 16020 MD5sum: 074edd4927d73665a1db910962c4a466 SHA1: a62b3c14cfbb55a91d806be9ef85b42a81b60245 SHA256: 9354079deaa7abe5a06d7f5e47618ab35ce6d41d30183fea69ab4ee871b57bf8 SHA512: 599ab6a93f38856602d6446cda88f70f1d6c10ea4b9e80e9227904a551c92fcdac1041b8cc08f2a53210b005313abd72190669f1c0a761ebb872a28439efa442 Description: debug symbols for gcab Auto-Built-Package: debug-symbols Build-Ids: b2509f688763d5b6b527816b531b03a79c7c428c Package: gcc Priority: optional Section: devel Installed-Size: 47 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.203+apertis0bv2024preb1) Version: 4:12.2.0-3+apertis0bv2024preb1 Provides: c-compiler, gcc-x86-64-linux-gnu (= 4:12.2.0-3+apertis0bv2024preb1) Depends: cpp (= 4:12.2.0-3+apertis0bv2024preb1), gcc-12 (>= 12.2.0-1~) Recommends: libc6-dev | libc-dev Suggests: gcc-multilib, make, manpages-dev, autoconf, automake, libtool, flex, bison, gdb, gcc-doc Conflicts: gcc-doc (<< 1:2.95.3) Filename: pool/development/g/gcc-defaults/gcc_12.2.0-3+apertis0bv2024preb1_amd64.deb Size: 5220 MD5sum: 389b61f85a252ebf2aad39f4600d53bd SHA1: 82a885fbfc357f18d50df4c45faa746987bfc089 SHA256: 4066f2211945916aa1bf97139cb3c32d1a0ebc7c2236375499ed2bdfcf6582c8 SHA512: 4ed145763bf399c79827a73acc8b463c6e915eaf57e5fe68d50fba84c7ac03230b0e60788c8b682f49a3c9accfa9067f493f88a319291cc9e27a088fea1abb2b Description: GNU C compiler This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package providing the default GNU C compiler. Package: gcc-11 Priority: optional Section: devel Installed-Size: 51862 Maintainer: Debian GCC Maintainers Architecture: amd64 Version: 11.3.0-12+apertis0bv2024preb1 Replaces: cpp-11 (<< 7.1.1-8) Provides: c-compiler Depends: cpp-11 (= 11.3.0-12+apertis0bv2024preb1), gcc-11-base (= 11.3.0-12+apertis0bv2024preb1), libcc1-0 (>= 11.3.0-12+apertis0bv2024preb1), binutils (>= 2.40), libgcc-11-dev (= 11.3.0-12+apertis0bv2024preb1), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgmp10 (>= 2:6.2.1+dfsg1), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libstdc++6 (>= 5), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4) Recommends: libc6-dev (>= 2.23-1~) Suggests: gcc-11-multilib, gcc-11-doc (>= 11), gcc-11-locales (>= 11) Filename: pool/development/g/gcc-11/gcc-11_11.3.0-12+apertis0bv2024preb1_amd64.deb Size: 18193784 MD5sum: 65a8f66294f81bfe0ffbd2da49e5862b SHA1: d9eba40bd30e961b6919ca516e57480ca1348a57 SHA256: 93ee4d13ec06aff3b4dfaa3e10cfb913ef20f8d54a9adef6d1c1557c0894b58a SHA512: c8e45a83e715a4cb00458e05e99a3c5366437e24ca05083d1eaa922af9c392d3d7de9a592cb09a0ebdacd9fa80b3aa7b57d82fa81682216547a1e20da5c2bf89 Description: GNU C compiler This is the GNU C compiler, a fairly portable optimizing compiler for C. Homepage: http://gcc.gnu.org/ Package: gcc-11-base Priority: optional Section: libs Installed-Size: 102 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-11 Version: 11.3.0-12+apertis0bv2024preb1 Breaks: gnat (<< 7) Filename: pool/development/g/gcc-11/gcc-11-base_11.3.0-12+apertis0bv2024preb1_amd64.deb Size: 38556 MD5sum: b86ca0df21369053aa4c1478445a8707 SHA1: 873ce8992cd9f987075b6d0e87f755e02623c4bb SHA256: 5dfcbdbf36b82b3f7d1494aa794a038132d8c442d402374b63ff0330be384b1d SHA512: 54c089edfa5a12a7167d36deea44b687ab426effc9fe11ef9003f53c65432767fd29eaa205b7d82629687c4cd4108f96a51b2dc325225aec6f5c7f5cd8b54c28 Description: GCC, the GNU Compiler Collection (base package) This package contains files common to all languages and libraries contained in the GNU Compiler Collection (GCC). Homepage: http://gcc.gnu.org/ Multi-Arch: same Package: gcc-11-dbgsym Priority: optional Section: debug Installed-Size: 132168 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-11 Version: 11.3.0-12+apertis0bv2024preb1 Depends: gcc-11 (= 11.3.0-12+apertis0bv2024preb1) Filename: pool/development/g/gcc-11/gcc-11-dbgsym_11.3.0-12+apertis0bv2024preb1_amd64.deb Size: 127424636 MD5sum: 92fa57e65db73aa155771a61d3b5d1d2 SHA1: 8f43e24255b9d47168ba90381775df5266664053 SHA256: 27871a0e490e0333153f2a810d805e93fde9f9c68017b4caca6f437c5737efe4 SHA512: 492d45047680876b99cab895ed3cdc276d9a826b806bb08eec56044bd4d110ec511483af5a5654ecc9502da17bb90e95bc73518924935ab8fe0e8701a3a6eca2 Description: debug symbols for gcc-11 Auto-Built-Package: debug-symbols Build-Ids: 05e71bdc15432eb8b2b127a8ea4ad23ccbe93c57 086e41520d1917e81f82ada94fb8da14366da608 0b96d23b52256ca2aeead9013cc5c0e403dbd4db 20aaa9d805e378719d14ada5b9adac4b60572896 6eb08de7604f6912ddf4400bbf1c5401d72b2aa9 75c43021cd80613296fdcb15f98a358b7d184d2b 7f5eb378df61d7ad0f0f2dba752e1dae27987ee7 800a42070867af7aaff3794b8521538da7550c46 92b480b55d654b5f55880530c27a302c57c0d77c beeae136d5c71a7729152f7dc956424f735a4371 d33b81d79c5d37e15d3fd03b8d1546b64fabdb36 dbdf6d7e916411527c92f73828bbda89ef76c76f efedfc2653cee2fe422e9c80d797e07abe132ec6 fa216357d51e3e0171f6a08b62d04c5b196447fa Package: gcc-11-hppa64-linux-gnu Priority: optional Section: devel Installed-Size: 41401 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-11 Version: 11.3.0-12+apertis0bv2024preb1 Depends: gcc-11-base (= 11.3.0-12+apertis0bv2024preb1), gcc-11 (= 11.3.0-12+apertis0bv2024preb1), binutils-hppa64-linux-gnu | binutils-hppa64, libc6 (>= 2.34), libgmp10 (>= 2:6.2.1+dfsg1), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4) Filename: pool/development/g/gcc-11/gcc-11-hppa64-linux-gnu_11.3.0-12+apertis0bv2024preb1_amd64.deb Size: 13356140 MD5sum: 54c25ed27fb3427671c8b31943df5485 SHA1: 1cd642fa784305c468c800df6c3e5588bbace1b1 SHA256: 724bd45d50b2f12aad4d1cc6e1112125432c22276521a702e25f29d48baf14f6 SHA512: 7054cc03a54a4a0abbd7bec997bb4f640c558f49414c59b44963dfaa870a003e434d6627f9d8b187a96fb621fc2cf20bb6ada859b91cce43fc61eaa186b93905 Description: GNU C compiler (cross compiler for hppa64) This is the GNU C compiler, a fairly portable optimizing compiler for C. Homepage: http://gcc.gnu.org/ Package: gcc-11-hppa64-linux-gnu-dbgsym Priority: optional Section: debug Installed-Size: 112022 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-11 Version: 11.3.0-12+apertis0bv2024preb1 Depends: gcc-11-hppa64-linux-gnu (= 11.3.0-12+apertis0bv2024preb1) Filename: pool/development/g/gcc-11/gcc-11-hppa64-linux-gnu-dbgsym_11.3.0-12+apertis0bv2024preb1_amd64.deb Size: 109833824 MD5sum: b30f0dbf9cce1b0d411618af035b96e2 SHA1: 715ab31d2705ce39033f33057b4f649eea974e2d SHA256: 39abf1cf739456a74b494f9cdc5414e34394175370f219a006f280760a3e7f3c SHA512: 4c83bcdfd58e832ade99023ed886c52305f6ceec410f4f5951920e802b0eda9b025f890be5a74dadbba5cbfdbaff534a3c13a694ccab220280ddb73529d7415d Description: debug symbols for gcc-11-hppa64-linux-gnu Auto-Built-Package: debug-symbols Build-Ids: 16a4c644c6d053dab3cecd755030b1fcb1904f80 2accf78a08cee2ee0306a4366a2458472ae86104 2f3c8ed8abc423cbce95f2ff6ac96db0cd150495 3a71160512427c976b9de17714d6be34b5ba84e2 3cb72b36f8761d7e5ebb736c5b180a6ac8793654 66e366b6d4cb3cbf6bb11e7be62b86d0350a10e6 7a9a012e7cd6bf9d523ac72d34a552e4b4751b38 8453255ba1707bb52f20c3d1a63c5aa5e9268f83 b4d6f700d3b90c85afbc25aaf783190bfab12465 b8ec36edab75a2be9a4095e3b5c110bfe00d8ec0 Package: gcc-11-locales Priority: optional Section: devel Installed-Size: 12130 Maintainer: Debian GCC Maintainers Architecture: all Source: gcc-11 Version: 11.3.0-12+apertis0bv2024preb1 Depends: gcc-11-base (>= 11), cpp-11 (>= 11) Recommends: gcc-11 (>= 11) Filename: pool/development/g/gcc-11/gcc-11-locales_11.3.0-12+apertis0bv2024preb1_all.deb Size: 1713976 MD5sum: 1c64dfc1b8d5a2d45f94098f2dc5cc9f SHA1: 86c65d323a8333bdc5ea15bbba28999553f5be27 SHA256: 2a1567569ef896b13050eec4ba97b3059930b69ac4f59d4471978dcd753a18c1 SHA512: 5407ca69ef665eb71b1b1043797566f0fe6ebb65c7428eb1bee807490e04ce4ad7fa1298a588e886a107870a58ae421062b8bd05235761b300612854e24a7435 Description: GCC, the GNU compiler collection (native language support files) Native language support for GCC. Lets GCC speak your language, if translations are available. . Please do NOT submit bug reports in other languages than "C". Always reset your language settings to use the "C" locales. Homepage: http://gcc.gnu.org/ Package: gcc-11-multilib Priority: optional Section: devel Installed-Size: 6 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-11 Version: 11.3.0-12+apertis0bv2024preb1 Depends: gcc-11-base (= 11.3.0-12+apertis0bv2024preb1), gcc-11 (= 11.3.0-12+apertis0bv2024preb1), libc6-dev-i386 (>= 2.23-1~), libc6-dev-x32 (>= 2.23-1~), lib32gcc-11-dev (= 11.3.0-12+apertis0bv2024preb1), libx32gcc-11-dev (= 11.3.0-12+apertis0bv2024preb1) Filename: pool/development/g/gcc-11/gcc-11-multilib_11.3.0-12+apertis0bv2024preb1_amd64.deb Size: 1036 MD5sum: da17279972a07c9341c5fed75ad99017 SHA1: e3b9cf8be5b56921246b1546cda32b46812b3578 SHA256: 5f3c7b539da7f7ee628be01ed6307c9ade427863b8298c47a469484ae0c30083 SHA512: 6f27c8f6d18b1c55fe6a0afcef1d24636de45cb4b464dd1821bb044883a992612c7b9ff82ed2e0a378abb1d48b06729f3c8e222d5f21f237e1fc05f85935c883 Description: GNU C compiler (multilib support) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Homepage: http://gcc.gnu.org/ Package: gcc-11-offload-amdgcn Priority: optional Section: devel Installed-Size: 119229 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-11 Version: 11.3.0-12+apertis0bv2024preb1 Depends: gcc-11-base (= 11.3.0-12+apertis0bv2024preb1), gcc-11 (= 11.3.0-12+apertis0bv2024preb1), libc6-dev (>= 2.23-1~), libgomp-plugin-amdgcn1 (>= 11.3.0-12+apertis0bv2024preb1), amdgcn-tools, libc6 (>= 2.34), libgmp10 (>= 2:6.2.1+dfsg1), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4) Filename: pool/development/g/gcc-11/gcc-11-offload-amdgcn_11.3.0-12+apertis0bv2024preb1_amd64.deb Size: 15380268 MD5sum: 356394f21320dc57bd55fe3c2faa64ee SHA1: 61ad7c706b4d4c19a5e084e98bd4d81912898ed8 SHA256: d2c8d49e918428e111e286eb673baa6a400b12eb6de4928228c80e4728464afc SHA512: dae263e34e3911824fbe3f62ad17cb0d2607803f49598d4c03bbcae83b24ccb02c07a8aaa5b146aee9c91b49282d09033b07cc3592234b9bdce38d396e5ddbf9 Description: GCC offloading compiler to GCN The package provides offloading support for AMD GCN. OpenMP and OpenACC programs linked with -fopenmp will by default add GCN code into the binaries, which can be offloaded to AMD GCN capable devices if available. Homepage: http://gcc.gnu.org/ Package: gcc-11-offload-amdgcn-dbgsym Priority: optional Section: debug Installed-Size: 56711 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-11 Version: 11.3.0-12+apertis0bv2024preb1 Depends: gcc-11-offload-amdgcn (= 11.3.0-12+apertis0bv2024preb1) Filename: pool/development/g/gcc-11/gcc-11-offload-amdgcn-dbgsym_11.3.0-12+apertis0bv2024preb1_amd64.deb Size: 55492548 MD5sum: 783a38c1a2fa1a85665cfa67d31cd840 SHA1: cef873611b8957f8f5c09d9c0757749889a4b39c SHA256: 461170283afc511063e1f00baa7989d1fffffa4269c7f9320ffb23d84c4db453 SHA512: e36a087a5655cefa962205ee399c0c185bbe37f1275a6642c91bbe12a6c357aabe5dfa766bb3af55e712a1d7fc6bbf4f27afc00d99a63e2c7067564d7e6737b6 Description: debug symbols for gcc-11-offload-amdgcn Auto-Built-Package: debug-symbols Build-Ids: 19988618ae68ddd5aa208c63215780f6580aff9c 2f325f25d84701aa1bfd952e0a88663671debc1c 33ec0bff073e33362d4fcdacc05ccb67edab19b1 3ae328a5d83d8f18ad16e4fd0f8fd87be528af70 4e9cfad6686926ba308062e95064c5d256e71ffa 7f760407e44ee2d9d21c75c35f782d16ec4ca324 d91605bd9c74cd562db937c660db55b9cd6dc69d Package: gcc-11-offload-nvptx Priority: optional Section: devel Installed-Size: 53845 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-11 Version: 11.3.0-12+apertis0bv2024preb1 Depends: gcc-11-base (= 11.3.0-12+apertis0bv2024preb1), gcc-11 (= 11.3.0-12+apertis0bv2024preb1), libc6-dev (>= 2.23-1~), nvptx-tools, libgomp-plugin-nvptx1 (>= 11.3.0-12+apertis0bv2024preb1), libc6 (>= 2.34), libgmp10 (>= 2:6.2.1+dfsg1), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4) Filename: pool/development/g/gcc-11/gcc-11-offload-nvptx_11.3.0-12+apertis0bv2024preb1_amd64.deb Size: 9119212 MD5sum: 3aa5d4e4113ef2c1cd2e79ec639d105d SHA1: ce4795b4b4ac80c14d52e9098bb1fa34522d6dcc SHA256: c3f3f6d84965ef045c0e4abbff6e4518613a189a9274efa596054abf6237a628 SHA512: e038bd816d68360acc4b2012421eeb7e02137b1873c01d958db0565f423d2ffdc1490894427c7e4b4697f17690eea46cd9a37e5acd52243d00b2deafee7ac970 Description: GCC offloading compiler to NVPTX The package provides offloading support for NVidia PTX. OpenMP and OpenACC programs linked with -fopenmp will by default add PTX code into the binaries, which can be offloaded to NVidia PTX capable devices if available. Homepage: http://gcc.gnu.org/ Package: gcc-11-offload-nvptx-dbgsym Priority: optional Section: debug Installed-Size: 57927 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-11 Version: 11.3.0-12+apertis0bv2024preb1 Depends: gcc-11-offload-nvptx (= 11.3.0-12+apertis0bv2024preb1) Filename: pool/development/g/gcc-11/gcc-11-offload-nvptx-dbgsym_11.3.0-12+apertis0bv2024preb1_amd64.deb Size: 56608128 MD5sum: 8f5fa2d8e985bcd70f8c97957a0e3cc2 SHA1: 5c207efdcb31ffdb2dfd71d33329401f4f751868 SHA256: c8548e960bf3161c43e8ed8e3c6759962adc5a257b31dfe742b2c211e88c1de6 SHA512: 59da1366bb8e85ee00792f8388f610dc69e32798b872b292dfe0c0b893721b3b70a98c2749c4ccccaae1bc7a1e3dde427267b2fd1a11a6d1468a0f342598e2f6 Description: debug symbols for gcc-11-offload-nvptx Auto-Built-Package: debug-symbols Build-Ids: 0bdce810f94e9dd55e8468cf294d84cd6fd1b6b7 24ac763768495351f3286040e1a2c4371044b7f0 281704d162a3ceaedc1fbc021f4e575595eb6091 73fde92dc36d7d79e55134b28f348759b3c5d084 965e97c6603d84ed94ed5573c0ebd09db7e41063 Package: gcc-11-plugin-dev Priority: optional Section: devel Installed-Size: 9150 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-11 Version: 11.3.0-12+apertis0bv2024preb1 Depends: gcc-11-base (= 11.3.0-12+apertis0bv2024preb1), gcc-11 (= 11.3.0-12+apertis0bv2024preb1), libgmp-dev (>= 2:5.0.1~), libmpc-dev (>= 1.0), libc6 (>= 2.34) Filename: pool/development/g/gcc-11/gcc-11-plugin-dev_11.3.0-12+apertis0bv2024preb1_amd64.deb Size: 1344724 MD5sum: 0600a2260b42cca8cd44df95933a6be6 SHA1: f4ff90e8c80eebcd706a233138d4f7deb6fcf048 SHA256: a4bb88016ceb7061bd385ea80e65c24c8bcb04a4aca4dfcb2b88ed43be209f4d SHA512: 44f8a2ae002a40646b44e28bd9ac5dd5f00b9c2990904906be90b352f1d032e3fb164728a9c8c432417931fc4f7c2edd146208a1e6b6d88db0014d994617ba97 Description: Files for GNU GCC plugin development. This package contains (header) files for GNU GCC plugin development. It is only used for the development of GCC plugins, but not needed to run plugins. Homepage: http://gcc.gnu.org/ Package: gcc-11-plugin-dev-dbgsym Priority: optional Section: debug Installed-Size: 262 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-11 Version: 11.3.0-12+apertis0bv2024preb1 Depends: gcc-11-plugin-dev (= 11.3.0-12+apertis0bv2024preb1) Filename: pool/development/g/gcc-11/gcc-11-plugin-dev-dbgsym_11.3.0-12+apertis0bv2024preb1_amd64.deb Size: 241212 MD5sum: 5e934581ae98da19bf7b46cd625c92ce SHA1: 9910b2f7cfcd07dc10353dd0fc3426f12a2247c0 SHA256: 609ba53a5fbb3fe769eb8803c5f9456ee04a525aab890d0033edb9b98b8f936b SHA512: da86971e57a5db616a06cee5ec80d1794ae3c5bb93c226b3748e8ba8a45f92d7e977083d375cfbd310cd46dbaa206f9de53a5f5395656c891a42e7a8437af04a Description: debug symbols for gcc-11-plugin-dev Auto-Built-Package: debug-symbols Build-Ids: 82f704f3ec6d374183fab9e3f628d72b589bae1a Package: gcc-11-source Priority: optional Section: devel Installed-Size: 82175 Maintainer: Debian GCC Maintainers Architecture: all Source: gcc-11 Version: 11.3.0-12+apertis0bv2024preb1 Depends: make, quilt, patchutils, sharutils, gawk, lsb-release, time, m4, libtool, autoconf2.69 Filename: pool/development/g/gcc-11/gcc-11-source_11.3.0-12+apertis0bv2024preb1_all.deb Size: 79277276 MD5sum: 89bb4d78a32a298f1fe7c4a710c427ac SHA1: 71bcada36ee6dbf77e7ac080bdc8cf97b3264bef SHA256: 5fae45607fc67f258c8cddaab6c4436535e02d7920226b72917237864ce6c93a SHA512: 4128d44292a5894a8190df0d7896389acdd15a70f0496af85e36cd776b6e2fc6b5cc597503c39d141ed831e985516df90b5493f1b2724b0ad3c1f29e4e134c16 Description: Source of the GNU Compiler Collection This package contains the sources and patches which are needed to build the GNU Compiler Collection (GCC). Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: gcc-11-test-results Priority: optional Section: devel Installed-Size: 8 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-11 Version: 11.3.0-12+apertis0bv2024preb1 Replaces: g++-5 (<< 5.2.1-28) Depends: gcc-11-base (= 11.3.0-12+apertis0bv2024preb1) Filename: pool/development/g/gcc-11/gcc-11-test-results_11.3.0-12+apertis0bv2024preb1_amd64.deb Size: 1108 MD5sum: adc002c52c12ffbb91a51f60476cb6e9 SHA1: 1c00e7873b42bb1f2d1a15effca85ac1335057df SHA256: 0caaa4cfbf363426a82e64bca91060f772fad1309f1916691daafdbb13ed62ba SHA512: 36b6353b26be301883f199fd4929dbe93684a11aa5e892697382af86ea3783ae37b7b0064cd208e1eaae38a2006b2f48127618be64ba900f36540a6807b4432b Description: Test results for the GCC test suite This package contains the test results for running the GCC test suite for a post build analysis. Homepage: http://gcc.gnu.org/ Package: gcc-12-aarch64-linux-gnu Priority: optional Section: devel Installed-Size: 60701 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-12-cross (15+apertis1bv2024dev3b2) Version: 12.2.0-14+apertis1bv2024dev3b1cross1 Replaces: cpp-12-aarch64-linux-gnu (<< 7.1.1-8) Provides: c-compiler-aarch64-linux-gnu Depends: cpp-12-aarch64-linux-gnu (= 12.2.0-14+apertis1bv2024dev3b1cross1), gcc-12-aarch64-linux-gnu-base (= 12.2.0-14+apertis1bv2024dev3b1cross1), libcc1-0 (>= 12), binutils-aarch64-linux-gnu (>= 2.40), libgcc-12-dev-arm64-cross (>= 12.2.0-14+apertis1bv2024dev3b1cross1), libc6 (>= 2.36), libgcc-s1 (>= 3.0), libgmp10 (>= 2:6.2.1+dfsg1), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libstdc++6 (>= 5), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4) Recommends: libc6-dev-arm64-cross (>= 2.23-1~) Suggests: gcc-12-doc (>= 12), gcc-12-locales (>= 12) Conflicts: gcc-multilib Filename: pool/development/g/gcc-12-cross/gcc-12-aarch64-linux-gnu_12.2.0-14+apertis1bv2024dev3b1cross1_amd64.deb Size: 18040828 MD5sum: 5d712d93d96ffe5e6a7bc897a5dac175 SHA1: 48e3f71329ea0dce496f2677818fbd239cd62af7 SHA256: eed9b4de31f589b4ab3737450cc0ef44deb4aa3024636128a5bd98ef1462bee7 SHA512: 0c37082ddd827d043c99e94a738e1d4647da3fedf523a3ebb210724fa2af4dafd3ea17c3c6b11b972e967d084e6ef7fbca556933c515aee6ea76b2028413b426 Description: GNU C compiler (cross compiler for arm64 architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for arm64 architecture. Built-Using: gcc-12 (= 12.2.0-14+apertis1bv2024dev3b1) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: gcc-12-aarch64-linux-gnu-base Priority: optional Section: devel Installed-Size: 643 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-12-cross (15+apertis1bv2024dev3b2) Version: 12.2.0-14+apertis1bv2024dev3b1cross1 Breaks: gnat (<< 7) Filename: pool/development/g/gcc-12-cross/gcc-12-aarch64-linux-gnu-base_12.2.0-14+apertis1bv2024dev3b1cross1_amd64.deb Size: 583816 MD5sum: 52c962a34449060b7d57c5518f54f515 SHA1: 916923d000492c18ff25f106fe3fae073c6cf1fb SHA256: 93914a6541f8bf523c5041e2bd2c1de6c4b3544416e190e9ccf183e149f4d785 SHA512: ddba0372c2ef9972811ce7023945301a2569d28d970fef6ab7b921f369274621b8cf10758cee32b5a1bcc2201a240734c2d5169af515370314ab1478be953b9c Description: GCC, the GNU Compiler Collection (base package) This package contains files common to all languages and libraries contained in the GNU Compiler Collection (GCC). Built-Using: gcc-12 (= 12.2.0-14+apertis1bv2024dev3b1) Homepage: http://gcc.gnu.org/ Multi-Arch: same Package: gcc-12-arm-linux-gnueabi Priority: optional Section: devel Installed-Size: 54142 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-12-cross (15+apertis1bv2024dev3b2) Version: 12.2.0-14+apertis1bv2024dev3b1cross1 Replaces: cpp-12-arm-linux-gnueabi (<< 7.1.1-8) Provides: c-compiler-arm-linux-gnueabi Depends: cpp-12-arm-linux-gnueabi (= 12.2.0-14+apertis1bv2024dev3b1cross1), gcc-12-arm-linux-gnueabi-base (= 12.2.0-14+apertis1bv2024dev3b1cross1), libcc1-0 (>= 12), binutils-arm-linux-gnueabi (>= 2.40), libgcc-12-dev-armel-cross (>= 12.2.0-14+apertis1bv2024dev3b1cross1), libc6 (>= 2.36), libgcc-s1 (>= 3.0), libgmp10 (>= 2:6.2.1+dfsg1), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libstdc++6 (>= 5), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4) Recommends: libc6-dev-armel-cross (>= 2.23-1~) Suggests: gcc-12-doc (>= 12), gcc-12-locales (>= 12) Conflicts: gcc-multilib Filename: pool/development/g/gcc-12-cross/gcc-12-arm-linux-gnueabi_12.2.0-14+apertis1bv2024dev3b1cross1_amd64.deb Size: 17036352 MD5sum: ded35abf2f417c388e2ceac3526ed20b SHA1: 0cf5a4f750a2a67dd380e004171b8814d606038d SHA256: 8f998082ee20aeef6bf298a150a3bd0f4c9bc0e67f31d032bcaa9d2dc770fd4e SHA512: 68f1e7d8027306132df032f6a1a03acb144b1d795a1b03d4ada55a64194f7a81eba39749685192cb3c5c43db498958e1c29576480b62a3605e56b0b5465d4700 Description: GNU C compiler (cross compiler for armel architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for armel architecture. Built-Using: gcc-12 (= 12.2.0-14+apertis1bv2024dev3b1) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: gcc-12-arm-linux-gnueabi-base Priority: optional Section: devel Installed-Size: 643 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-12-cross (15+apertis1bv2024dev3b2) Version: 12.2.0-14+apertis1bv2024dev3b1cross1 Breaks: gnat (<< 7) Filename: pool/development/g/gcc-12-cross/gcc-12-arm-linux-gnueabi-base_12.2.0-14+apertis1bv2024dev3b1cross1_amd64.deb Size: 583860 MD5sum: 491a8c0bedd8e987084e65caa6bc2dcc SHA1: ba0adc4b8320cda13acdaf578ca1146644faf65f SHA256: 1b0a9457928b154fd8f71bb0f7845ddd1a603f9ac5a0ec2baf7c2d602671c1c4 SHA512: 0baea9fe4359f98cb41316beca99ad15cd789366df3cf8797e4b9d81478646db2566c7e4c3da58fedba24fb04f97bf2d8a12345f143e9aafc5a7ff02370f0269 Description: GCC, the GNU Compiler Collection (base package) This package contains files common to all languages and libraries contained in the GNU Compiler Collection (GCC). Built-Using: gcc-12 (= 12.2.0-14+apertis1bv2024dev3b1) Homepage: http://gcc.gnu.org/ Multi-Arch: same Package: gcc-12-arm-linux-gnueabihf Priority: optional Section: devel Installed-Size: 54142 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-12-cross (15+apertis1bv2024dev3b2) Version: 12.2.0-14+apertis1bv2024dev3b1cross1 Replaces: cpp-12-arm-linux-gnueabihf (<< 7.1.1-8) Provides: c-compiler-arm-linux-gnueabihf Depends: cpp-12-arm-linux-gnueabihf (= 12.2.0-14+apertis1bv2024dev3b1cross1), gcc-12-arm-linux-gnueabihf-base (= 12.2.0-14+apertis1bv2024dev3b1cross1), libcc1-0 (>= 12), binutils-arm-linux-gnueabihf (>= 2.40), libgcc-12-dev-armhf-cross (>= 12.2.0-14+apertis1bv2024dev3b1cross1), libc6 (>= 2.36), libgcc-s1 (>= 3.0), libgmp10 (>= 2:6.2.1+dfsg1), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libstdc++6 (>= 5), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4) Recommends: libc6-dev-armhf-cross (>= 2.23-1~) Suggests: gcc-12-doc (>= 12), gcc-12-locales (>= 12) Conflicts: gcc-multilib Filename: pool/development/g/gcc-12-cross/gcc-12-arm-linux-gnueabihf_12.2.0-14+apertis1bv2024dev3b1cross1_amd64.deb Size: 17035816 MD5sum: ef8f8d10d081a39b3aabb79e4104a4eb SHA1: c020b6348d110a072cc383325a598e1948ea973d SHA256: beed02cd0e507584a9f5473b797e81a61174649fe91f7848565c252f0003b700 SHA512: bb11f771d714219b02de09b0fa926b7ea7e5fba5d1c22dcf1363c3a5b1312471ea7ea1236bc3fb4538e039c38c05132ba8e63a81bca394a736e488fbd1cb91a0 Description: GNU C compiler (cross compiler for armhf architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for armhf architecture. Built-Using: gcc-12 (= 12.2.0-14+apertis1bv2024dev3b1) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: gcc-12-arm-linux-gnueabihf-base Priority: optional Section: devel Installed-Size: 643 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-12-cross (15+apertis1bv2024dev3b2) Version: 12.2.0-14+apertis1bv2024dev3b1cross1 Breaks: gnat (<< 7) Filename: pool/development/g/gcc-12-cross/gcc-12-arm-linux-gnueabihf-base_12.2.0-14+apertis1bv2024dev3b1cross1_amd64.deb Size: 583732 MD5sum: e5a0dc5009e7ffe080a21737a55c0475 SHA1: e97967728beeed8615145ecd222dec46c7e8cff9 SHA256: f77430dc40f0c097cba4a0f3ae3f5c5d57700c8dc8ac2b002709430f7ea6eb55 SHA512: 19a443a74aca0b3b71bc2bc92e2d797c46971e9a97e458c00616748f78eeb794eabeb291add3e2649d6fc55b718d8b3081a5aba4f4aebb1926f0e48ff5be9937 Description: GCC, the GNU Compiler Collection (base package) This package contains files common to all languages and libraries contained in the GNU Compiler Collection (GCC). Built-Using: gcc-12 (= 12.2.0-14+apertis1bv2024dev3b1) Homepage: http://gcc.gnu.org/ Multi-Arch: same Package: gcc-12-cross-base Priority: optional Section: devel Installed-Size: 636 Maintainer: Debian GCC Maintainers Architecture: all Source: gcc-12-cross (15+apertis1bv2024dev3b2) Version: 12.2.0-14+apertis1bv2024dev3b1cross1 Filename: pool/development/g/gcc-12-cross/gcc-12-cross-base_12.2.0-14+apertis1bv2024dev3b1cross1_all.deb Size: 579272 MD5sum: 14bcda323d88b9cbfd90af2e9b76ab47 SHA1: fc241ed4a0d20d8eacd4fb0a631b1f972014d965 SHA256: 089242009cf54f878eb16700e98ce9d2e3b56b1ef670591f4310d2541a53e132 SHA512: 64ce99b2be5d4c8b82e4a39ccf04dce67473b6fa15db944ef02f51f9bf2e89522ff2e3d9ead5ea28e010ab8c71db0135faf26e3c2982ffc121b3bbaec031f813 Description: GCC, the GNU Compiler Collection (library base package) This empty package contains changelog and copyright files common to all libraries contained in the GNU Compiler Collection (GCC). Built-Using: gcc-12 (= 12.2.0-14+apertis1bv2024dev3b1) Homepage: http://gcc.gnu.org/ Package: gcc-12-i686-linux-gnu Priority: optional Section: devel Installed-Size: 68222 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-12-cross (15+apertis1bv2024dev3b2) Version: 12.2.0-14+apertis1bv2024dev3b1cross1 Replaces: cpp-12-i686-linux-gnu (<< 7.1.1-8) Provides: c-compiler-i686-linux-gnu Depends: cpp-12-i686-linux-gnu (= 12.2.0-14+apertis1bv2024dev3b1cross1), gcc-12-i686-linux-gnu-base (= 12.2.0-14+apertis1bv2024dev3b1cross1), libcc1-0 (>= 12), binutils-i686-linux-gnu (>= 2.40), libgcc-12-dev-i386-cross (>= 12.2.0-14+apertis1bv2024dev3b1cross1), libc6 (>= 2.36), libgcc-s1 (>= 3.0), libgmp10 (>= 2:6.2.1+dfsg1), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libstdc++6 (>= 5), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4) Recommends: libc6-dev-i386-cross (>= 2.23-1~) Suggests: gcc-12-multilib-i686-linux-gnu, gcc-12-doc (>= 12), gcc-12-locales (>= 12) Conflicts: gcc-multilib Filename: pool/development/g/gcc-12-cross/gcc-12-i686-linux-gnu_12.2.0-14+apertis1bv2024dev3b1cross1_amd64.deb Size: 19272924 MD5sum: e7eea037471e790f237a0fd3c868dc25 SHA1: fd8ea1b4a3751687106428b5c0dd5603b7645af1 SHA256: d75cb941d820edf8e3c225512911a8b33c2a8970caea3f9f2f066e9832078421 SHA512: bca6a2d33564eb6c8ba0f9e8e206991b133cd01ea061252595a8e8211e4cfc4648547d1477dec60ddea9489f8096976cc77febe0216fdd705ca7d9074ccd8c2c Description: GNU C compiler (cross compiler for i386 architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for i386 architecture. Built-Using: gcc-12 (= 12.2.0-14+apertis1bv2024dev3b1) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: gcc-12-i686-linux-gnu-base Priority: optional Section: devel Installed-Size: 643 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-12-cross (15+apertis1bv2024dev3b2) Version: 12.2.0-14+apertis1bv2024dev3b1cross1 Breaks: gnat (<< 7) Filename: pool/development/g/gcc-12-cross/gcc-12-i686-linux-gnu-base_12.2.0-14+apertis1bv2024dev3b1cross1_amd64.deb Size: 583844 MD5sum: 1a7dc05ace7393e603e79009da9c7160 SHA1: ed00b59cda2dcce630857ab90684f86cb9ccbca2 SHA256: 9944fe44f125092d0b9ec3da65bae17eae07cdfb551c10446543da64837eca14 SHA512: d4ecd05e8a19d13f024a80ca91ee16180604620b155a1506da77a0cd8c74c3a8a8e042faeb24b27142f49fab1863440f5da96e8312806f18867a6dba6d9a9189 Description: GCC, the GNU Compiler Collection (base package) This package contains files common to all languages and libraries contained in the GNU Compiler Collection (GCC). Built-Using: gcc-12 (= 12.2.0-14+apertis1bv2024dev3b1) Homepage: http://gcc.gnu.org/ Multi-Arch: same Package: gcc-12-multilib-i686-linux-gnu Priority: optional Section: devel Installed-Size: 6 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-12-cross (15+apertis1bv2024dev3b2) Version: 12.2.0-14+apertis1bv2024dev3b1cross1 Depends: gcc-12-i686-linux-gnu-base (= 12.2.0-14+apertis1bv2024dev3b1cross1), gcc-12-i686-linux-gnu (= 12.2.0-14+apertis1bv2024dev3b1cross1), libc6-dev-amd64-i386-cross (>= 2.23-1~), libc6-dev-x32-i386-cross (>= 2.23-1~), lib64gcc-12-dev-i386-cross (>= 12.2.0-14+apertis1bv2024dev3b1cross1), libx32gcc-12-dev-i386-cross (>= 12.2.0-14+apertis1bv2024dev3b1cross1) Filename: pool/development/g/gcc-12-cross/gcc-12-multilib-i686-linux-gnu_12.2.0-14+apertis1bv2024dev3b1cross1_amd64.deb Size: 1148 MD5sum: db0f857377a96e6afa813cb2c6be252b SHA1: 70608c2b067f81a698bb84c8244673761d702859 SHA256: 7a5612814e513b5363bce8b7a80935b02093e77e750e0339fbc76a400a7b1fbc SHA512: 893d2e49bb3ee3df7a0d4d5c1d7d6576a3bffaa1bed638a10e122cdde24c1642437e764019d66bed285df2ba3a1a4289d2a540cd146a82e78d2e1f23a850db3a Description: GNU C compiler (multilib support) (cross compiler for i386 architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Built-Using: gcc-12 (= 12.2.0-14+apertis1bv2024dev3b1) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: gcc-12-plugin-dev-aarch64-linux-gnu Priority: optional Section: devel Installed-Size: 9870 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-12-cross (15+apertis1bv2024dev3b2) Version: 12.2.0-14+apertis1bv2024dev3b1cross1 Depends: gcc-12-aarch64-linux-gnu-base (= 12.2.0-14+apertis1bv2024dev3b1cross1), gcc-12-aarch64-linux-gnu (= 12.2.0-14+apertis1bv2024dev3b1cross1), libgmp-dev (>= 2:5.0.1~), libmpc-dev (>= 1.0), libc6 (>= 2.34) Filename: pool/development/g/gcc-12-cross/gcc-12-plugin-dev-aarch64-linux-gnu_12.2.0-14+apertis1bv2024dev3b1cross1_amd64.deb Size: 1365540 MD5sum: 65497978b97e2a949cfa0b549f9de779 SHA1: 06f326d1f3a48c7db92ae1662e755014f245b998 SHA256: 10f2763eeeec14aa9f62590fafb6fb9fcc957e1926636148d35897baedf2d84b SHA512: f716c74123dc8fde0312ef8b78095b8e8cdc10924a6270284a85030437b7efc76693b0e0d16ed6a83033a1a602a09861480c68044ed369e86689f5fb181ea203 Description: Files for GNU GCC plugin development. This package contains (header) files for GNU GCC plugin development. It is only used for the development of GCC plugins, but not needed to run plugins. Built-Using: gcc-12 (= 12.2.0-14+apertis1bv2024dev3b1) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: gcc-12-plugin-dev-arm-linux-gnueabi Priority: optional Section: devel Installed-Size: 9080 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-12-cross (15+apertis1bv2024dev3b2) Version: 12.2.0-14+apertis1bv2024dev3b1cross1 Depends: gcc-12-arm-linux-gnueabi-base (= 12.2.0-14+apertis1bv2024dev3b1cross1), gcc-12-arm-linux-gnueabi (= 12.2.0-14+apertis1bv2024dev3b1cross1), libgmp-dev (>= 2:5.0.1~), libmpc-dev (>= 1.0), libc6 (>= 2.34) Filename: pool/development/g/gcc-12-cross/gcc-12-plugin-dev-arm-linux-gnueabi_12.2.0-14+apertis1bv2024dev3b1cross1_amd64.deb Size: 1347616 MD5sum: ada01c69e26657ce481ea03e80424f7a SHA1: 81058b0ce2b70aefed4ce4584aef72c6abe8f386 SHA256: e77183aa636234afb92f3b9aa3b2404a1f32e3d65fc657ac79f3b4a47222afb1 SHA512: adf9f58d52456f69af172199e6a1c9ccefefdd1e1fa608dcdae01567ec487fa2bc9379d2bfeb90f71cce4af5ba07657ecc65781e762e3d91dbf69c05e9e5b8db Description: Files for GNU GCC plugin development. This package contains (header) files for GNU GCC plugin development. It is only used for the development of GCC plugins, but not needed to run plugins. Built-Using: gcc-12 (= 12.2.0-14+apertis1bv2024dev3b1) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: gcc-12-plugin-dev-arm-linux-gnueabihf Priority: optional Section: devel Installed-Size: 9080 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-12-cross (15+apertis1bv2024dev3b2) Version: 12.2.0-14+apertis1bv2024dev3b1cross1 Depends: gcc-12-arm-linux-gnueabihf-base (= 12.2.0-14+apertis1bv2024dev3b1cross1), gcc-12-arm-linux-gnueabihf (= 12.2.0-14+apertis1bv2024dev3b1cross1), libgmp-dev (>= 2:5.0.1~), libmpc-dev (>= 1.0), libc6 (>= 2.34) Filename: pool/development/g/gcc-12-cross/gcc-12-plugin-dev-arm-linux-gnueabihf_12.2.0-14+apertis1bv2024dev3b1cross1_amd64.deb Size: 1347936 MD5sum: 34d0a3f6b9951d64de1bcaca7e7c6ef6 SHA1: 81d6e072e4767f7853a99866161196ba184a7476 SHA256: 7b8080c289a4a3f8ee45b1b93742711b8dfd7abf042e974f9ae0070fc1ba7793 SHA512: ad535501784eed94c25a5b4074172ba781ca4618aed49e2dc3374058bcfdf1084057a1bf5566f5eddf68595b1d77cce53072169a886b352fcb08ba52407b6725 Description: Files for GNU GCC plugin development. This package contains (header) files for GNU GCC plugin development. It is only used for the development of GCC plugins, but not needed to run plugins. Built-Using: gcc-12 (= 12.2.0-14+apertis1bv2024dev3b1) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: gcc-12-plugin-dev-i686-linux-gnu Priority: optional Section: devel Installed-Size: 9746 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-12-cross (15+apertis1bv2024dev3b2) Version: 12.2.0-14+apertis1bv2024dev3b1cross1 Depends: gcc-12-i686-linux-gnu-base (= 12.2.0-14+apertis1bv2024dev3b1cross1), gcc-12-i686-linux-gnu (= 12.2.0-14+apertis1bv2024dev3b1cross1), libgmp-dev (>= 2:5.0.1~), libmpc-dev (>= 1.0), libc6 (>= 2.34) Filename: pool/development/g/gcc-12-cross/gcc-12-plugin-dev-i686-linux-gnu_12.2.0-14+apertis1bv2024dev3b1cross1_amd64.deb Size: 1393380 MD5sum: 17c9cea5a4b96ec0dc528914d332097b SHA1: 4099b78b65dde8c546a096d0f99cdfe3dc6035bb SHA256: 5b27733f527e13adb042b2c529d817a8fd96ea949932b80bc00e4626a02e3796 SHA512: 6476b8d6e4cb3447c8ea95c105ba8a100e08ed8beb44d7273a5d49a01c5d34a01482ca85d60aaf30f9c5c1b3bfa143caef0fdf928539f85b5fa483310a5f8482 Description: Files for GNU GCC plugin development. This package contains (header) files for GNU GCC plugin development. It is only used for the development of GCC plugins, but not needed to run plugins. Built-Using: gcc-12 (= 12.2.0-14+apertis1bv2024dev3b1) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: gcc-aarch64-linux-gnu Priority: optional Section: devel Installed-Size: 25 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.203+apertis0bv2024preb1) Version: 4:12.2.0-3+apertis0bv2024preb1 Depends: cpp-aarch64-linux-gnu (= 4:12.2.0-3+apertis0bv2024preb1), gcc-12-aarch64-linux-gnu (>= 12.2.0-1~) Recommends: libc6-dev-arm64-cross | libc-dev-arm64-cross Suggests: make, manpages-dev, autoconf, automake, libtool, flex, bison, gdb-aarch64-linux-gnu, gcc-doc Filename: pool/development/g/gcc-defaults/gcc-aarch64-linux-gnu_12.2.0-3+apertis0bv2024preb1_amd64.deb Size: 1492 MD5sum: 4eb06f86a983b5db61d28a47fa602f16 SHA1: c0ad3102545aaa446d9bc8f02bae2bfdeb5ad9ff SHA256: 980054851a1ce0002b55e4476d07301242893b8f8f6f91581209499e3cdd64b5 SHA512: eca17e8af00cfa91f01a8fa53926f136f5bf649c3aef3675c7dddfbc4cdb8483ca48e681240322246cba21017e57a1ead802f9cfd96d6be3fab90179ef85ef4b Description: GNU C compiler for the arm64 architecture This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package providing the default GNU C cross-compiler for the arm64 architecture. Multi-Arch: foreign Package: gcc-arm-linux-gnueabi Priority: optional Section: devel Installed-Size: 25 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.203+apertis0bv2024preb1) Version: 4:12.2.0-3+apertis0bv2024preb1 Depends: cpp-arm-linux-gnueabi (= 4:12.2.0-3+apertis0bv2024preb1), gcc-12-arm-linux-gnueabi (>= 12.2.0-1~) Recommends: libc6-dev-armel-cross | libc-dev-armel-cross Suggests: make, manpages-dev, autoconf, automake, libtool, flex, bison, gdb-arm-linux-gnueabi, gcc-doc Filename: pool/development/g/gcc-defaults/gcc-arm-linux-gnueabi_12.2.0-3+apertis0bv2024preb1_amd64.deb Size: 1492 MD5sum: 6ebccf8a19fb9964b9e6423cf28f0fb6 SHA1: 80af3bb73e8da00fbf0d05c2c1780c718b9c8279 SHA256: 17a7fc03e01b38be3f45756c1d3a43d199f3e2393333b679efda57d1820c3158 SHA512: 7a3031dc455c71f94310748a220153f6f6de0f18c24945df12f9d258b788701cccbb165d79ea8aa177e6210711283f600d960ba78b53555a9fb3ac700c24d435 Description: GNU C compiler for the armel architecture This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package providing the default GNU C cross-compiler for the armel architecture. Multi-Arch: foreign Package: gcc-arm-linux-gnueabihf Priority: optional Section: devel Installed-Size: 25 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.203+apertis0bv2024preb1) Version: 4:12.2.0-3+apertis0bv2024preb1 Depends: cpp-arm-linux-gnueabihf (= 4:12.2.0-3+apertis0bv2024preb1), gcc-12-arm-linux-gnueabihf (>= 12.2.0-1~) Recommends: libc6-dev-armhf-cross | libc-dev-armhf-cross Suggests: make, manpages-dev, autoconf, automake, libtool, flex, bison, gdb-arm-linux-gnueabihf, gcc-doc Filename: pool/development/g/gcc-defaults/gcc-arm-linux-gnueabihf_12.2.0-3+apertis0bv2024preb1_amd64.deb Size: 1500 MD5sum: 0fc5b0da2bf357f33f59fcf90e36299f SHA1: 8ad9a1222a5e003782d586f40cbc900acb237127 SHA256: eda84126ea9d45cf25286f437b6350b2f7b71212cccc3fa63373d4eb716c7a27 SHA512: 20c9246a326db92da43e780a90c757a89d47384936b61bbf2deb9a5d6beb827f57a670035a91598ff987af166a304895d132174692832f842a08998b6d6dc4ba Description: GNU C compiler for the armhf architecture This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package providing the default GNU C cross-compiler for the armhf architecture. Multi-Arch: foreign Package: gcc-arm-none-eabi Priority: optional Section: devel Installed-Size: 435132 Maintainer: Agustin Henze Architecture: amd64 Version: 15:12.2.rel1-1+apertis0bv2024dev2b1 Depends: libc6 (>= 2.36), libgcc-s1 (>= 3.0), libgmp10 (>= 2:6.2.1+dfsg1), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libstdc++6 (>= 5), zlib1g (>= 1:1.1.4), binutils-arm-none-eabi Recommends: libnewlib-arm-none-eabi Breaks: libnewlib-dev (<= 2.4.0.20160527-4), libstdc++-arm-none-eabi-newlib (<= 15:6.3.1+svn253039-1+10) Filename: pool/development/g/gcc-arm-none-eabi/gcc-arm-none-eabi_12.2.rel1-1+apertis0bv2024dev2b1_amd64.deb Size: 48592080 MD5sum: d3b4a725c4602736d4a97f0982a95aff SHA1: 4d50256efe25942a9f274558a6af51fce2ef5d3f SHA256: 0cfbc1bd684cc47ff06877a4d47e4011a09e9fd21a3ebe5a1af0debff2654882 SHA512: b059e9685cd8158a9af6f8acef1709ff1215ecd0737b9f8cbe4ca68bcba76e48d7e7376eb3b6661920cd4157adf0928f918f437be89235d17a7be536067bb14f Description: GCC cross compiler for ARM Cortex-R/M processors Bare metal C and C++ compiler for embedded ARM chips using Cortex-M, and Cortex-R processors. This package is based on the GNU ARM toolchain provided by ARM. Homepage: https://developer.arm.com/open-source/gnu-toolchain/gnu-rm Multi-Arch: foreign Package: gcc-arm-none-eabi-dbgsym Priority: optional Section: debug Installed-Size: 379694 Maintainer: Agustin Henze Architecture: amd64 Source: gcc-arm-none-eabi Version: 15:12.2.rel1-1+apertis0bv2024dev2b1 Depends: gcc-arm-none-eabi (= 15:12.2.rel1-1+apertis0bv2024dev2b1) Filename: pool/development/g/gcc-arm-none-eabi/gcc-arm-none-eabi-dbgsym_12.2.rel1-1+apertis0bv2024dev2b1_amd64.deb Size: 373490388 MD5sum: a5914129aead9973cda53a336c34201f SHA1: 133201ad1b756e7ebf39d634d8ff5cb309fe3285 SHA256: 6214abe42a63a9874f213a8ae777bbec34cd732e53ccdd40e7aa1c721878471f SHA512: 8a197f37a3f2a025e9a1bc11261f743c92b4e0073ce697cb5021651e6198a7eaa2bc284327c4912b4bb5fe5edef4ce922af0d466d36f798feb38e71886255c82 Description: debug symbols for gcc-arm-none-eabi Auto-Built-Package: debug-symbols Build-Ids: 0227b2c55c890032b596722d4d4cf21be537e304 06fe03ef32d6d2c35e9e0eb0fbb9e525e8390e2e 3cf06820a50b87a8136caeea462469712cfe3b4a 5304eb4b22a66df47be7907f3a94e57ef7026209 5ed657c3c6884c00a42660a0cc6d37886438b85e 5f4d491a109086d50adbb841d1f8076ed34fc1b0 6da64a8cbb27268e7b0ea5a6814f3b279b19dbb9 70d83a607d537958b0f044600df149863cd08d4b 7ab52e901f1aa798c5ab007a1a4ee2ec3940b100 8007773758bb77fca78b91e646b2a5419f8b74ee 94c33410ac2425395ca1035d215670e1aefbaaf5 a2d82e2164c51e897fba72a91b9e0229a28c82dd aa3b5c14df9d352d31b76f026d415bf54633012b abfd811e36002fd515e5d5db81faf3a78a484133 b04afcaa24c05bf33f9483ea17f89fcb2ef6417f bb6d2af30c33af5eb85b6070f6d3a3e2ab939f67 bc9ccdc4897ed4f7b9238e9e6d6fa34c9d31ee34 c5c49da2c4ce0bbf873cc599b0d012376ac76f8d e4bbb7ed57ce3542495fea49ceb292de1dd1abbc fc20cfbcf7613b0c2bbbff8557d964fe9bf2a1da fe65c9bc93969332e2e7c23365c55e0caf32f999 Package: gcc-arm-none-eabi-source Priority: optional Section: devel Installed-Size: 80909 Maintainer: Agustin Henze Architecture: all Source: gcc-arm-none-eabi Version: 15:12.2.rel1-1+apertis0bv2024dev2b1 Filename: pool/development/g/gcc-arm-none-eabi/gcc-arm-none-eabi-source_12.2.rel1-1+apertis0bv2024dev2b1_all.deb Size: 82848924 MD5sum: 1dd556ab331534008627ed62c8d33a87 SHA1: 407206652e9f931670a74f7374f5c7816342a324 SHA256: f4ef0c08b146b849f8dfca9f8df974b3c3158fc57253c3fbfb730be3b50b31c1 SHA512: 643839fceb1a365a458745791d69f545ace526fe4d055b3cbe6f566e9ef1efad81bd141bd0cfa70d4ac06c0fdecf656b0ac7ba4c7983e6cabe621e81c7e5f0e2 Description: GCC cross compiler for ARM Cortex-R/M processors (source) Bare metal C and C++ compiler for embedded ARM chips using Cortex-M, and Cortex-R processors. This package is based on the GNU ARM toolchain provided by ARM. . This package contains the sources and patches which are needed to build the GNU Compiler Collection (GCC) for embedded ARM chips. Homepage: https://developer.arm.com/open-source/gnu-toolchain/gnu-rm Multi-Arch: foreign Package: gcc-hppa64-linux-gnu Priority: optional Section: devel Installed-Size: 25 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.203+apertis0bv2024preb1) Version: 4:12.2.0-3+apertis0bv2024preb1 Depends: gcc (= 4:12.2.0-3+apertis0bv2024preb1), gcc-12-hppa64-linux-gnu (>= 12.2.0-1~) Conflicts: gcc-4.8-hppa64 (<< 4.8.5-3), gcc-4.9-hppa64 (<< 4.9.3-7), gcc-5-hppa64 (<< 5.2.1-26), gcc-5-hppa64-linux-gnu (<< 5.2.1-26) Filename: pool/development/g/gcc-defaults/gcc-hppa64-linux-gnu_12.2.0-3+apertis0bv2024preb1_amd64.deb Size: 4324 MD5sum: df4fd77fdd52d229092a5cf4db1274ff SHA1: c70c6bd2f6f89b57c4a26f6e8fb63172d918f80a SHA256: f1221373d374752333c6d79e7f0daeec0c4a177f5cf87b9b06eab71d673d3581 SHA512: d251a23e4a5ee1f8a14c4bbe71296549ec43ee565b9a17e4d189783ea0736feca614f6d2cd552f9fe63c080db774075886e06551ee7eac4303722140a012186c Description: GNU C compiler (cross compiler for hppa64-linux-gnu) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package providing the default GNU C cross-compiler for the hppa64 architecture. Package: gcc-i686-linux-gnu Priority: optional Section: devel Installed-Size: 25 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.203+apertis0bv2024preb1) Version: 4:12.2.0-3+apertis0bv2024preb1 Depends: cpp-i686-linux-gnu (= 4:12.2.0-3+apertis0bv2024preb1), gcc-12-i686-linux-gnu (>= 12.2.0-1~) Recommends: libc6-dev-i386-cross | libc-dev-i386-cross Suggests: make, manpages-dev, autoconf, automake, libtool, flex, bison, gdb-i686-linux-gnu, gcc-doc Filename: pool/development/g/gcc-defaults/gcc-i686-linux-gnu_12.2.0-3+apertis0bv2024preb1_amd64.deb Size: 1484 MD5sum: 8a802da6089773f00a7973aabc683c72 SHA1: 38ef84028a6a9f3fcf7c9e68891d599a565d5afc SHA256: cff59cdef2e3218959880cb307ad6df258a54124d4cfefcd20e1a5515fe8ed06 SHA512: e185dcabb0c115b184466008120f0abed2c2476b3055b1cbb1495ca8854d8e2be34a4357b79c2977912a277b3905dc57bbe50c31b8aed34413b61f37cafbfc4e Description: GNU C compiler for the i386 architecture This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package providing the default GNU C cross-compiler for the i386 architecture. Multi-Arch: foreign Package: gcc-mingw-w64 Priority: optional Section: devel Installed-Size: 253 Maintainer: Stephen Kitt Architecture: all Source: gcc-mingw-w64 (25.2+apertis0bv2024preb1) Version: 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1 Depends: gcc-mingw-w64-i686, gcc-mingw-w64-x86-64 Filename: pool/development/g/gcc-mingw-w64/gcc-mingw-w64_12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1_all.deb Size: 185452 MD5sum: b6555d38d9184034e134113d48248703 SHA1: d5cc3109922f82b2c5ad457603049722e271d5f7 SHA256: 9ad4400e6e60f46e4881ed12d4ada44168a167ccd3a45a7fe295198306d104e0 SHA512: 70d1ed27d1f75b1c2061f58ccb6dba909476d8fc2db288d69e0076d2b023567af530f0894bb093d004847180297084d0e62b92fbbddbc72f2b9f209121fbac34 Description: GNU C compiler for MinGW-w64 MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This metapackage provides the C compiler, supporting cross-compiling to 32- and 64-bit MinGW-w64 targets. Homepage: https://www.gnu.org/software/gcc/ Package: gcc-mingw-w64-base Priority: optional Section: devel Installed-Size: 251 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (25.2+apertis0bv2024preb1) Version: 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1 Filename: pool/development/g/gcc-mingw-w64/gcc-mingw-w64-base_12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1_amd64.deb Size: 186108 MD5sum: 014a12a63ac94870ef03a6cdc43c84b4 SHA1: a058831859504fd6a45ac73d40ee4c80c657ba89 SHA256: 822b8f82e61f6e0f330f09f2470c87d5025b62b27a312f4190e2e473e8603f2e SHA512: 0543e9ffaa24558d32dcb724b0ffc67d03ceb1ff4444ec3b80886165ee739b0c0222ea0fffb745d876cfeb677dfd213566822c4fa32a2e740370a61c248c24a1 Description: GNU Compiler Collection for MinGW-w64 (base package) MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This empty package contains the documentation common to all gcc-mingw-w64 packages. Built-Using: gcc-12 (= 12.2.0-14+apertis1bv2024dev3b1) Homepage: https://www.gnu.org/software/gcc/ Multi-Arch: same Package: gcc-mingw-w64-i686 Priority: optional Section: devel Installed-Size: 253 Maintainer: Stephen Kitt Architecture: all Source: gcc-mingw-w64 (25.2+apertis0bv2024preb1) Version: 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1 Depends: gcc-mingw-w64-i686-posix, gcc-mingw-w64-i686-win32 Filename: pool/development/g/gcc-mingw-w64/gcc-mingw-w64-i686_12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1_all.deb Size: 185460 MD5sum: 30253006e14dd2df8d34ceeb30efb5b3 SHA1: 20fe0fa489a1802340ebe58b612e138a48affdbb SHA256: 512860455d3a5c6dbf58d5b16b115b0efe9001ccb68bd1db4d176aeec140c4f9 SHA512: 9de79f7f1482ba6a02ccd502ab7273b2c007df7f6e754a892cde056c1e1451583602e57ed35d15f556fc62ecb278bb55928a90d9a3613549846166e432cf7df4 Description: GNU C compiler for MinGW-w64 targeting Win32 MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This metapackage provides the C compiler, supporting cross-compiling to 32-bit MinGW-w64 targets. Homepage: https://www.gnu.org/software/gcc/ Package: gcc-mingw-w64-i686-posix Priority: optional Section: devel Installed-Size: 117565 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (25.2+apertis0bv2024preb1) Version: 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1 Replaces: gcc-mingw-w64 (<< 4.6.3-3+4), gcc-mingw-w64-bootstrap, gcc-mingw-w64-i686 (<< 9.3.0-8+22) Depends: binutils-mingw-w64-i686 (>= 2.30~), mingw-w64-i686-dev, gcc-mingw-w64-i686-posix-runtime (= 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1), gcc-mingw-w64-base (= 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1), libc6 (>= 2.34), libgcc-s1 (>= 4.2), libgmp10 (>= 2:6.2.1+dfsg1), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libstdc++6 (>= 11), zlib1g (>= 1:1.1.4) Suggests: gcc-12-locales (>= 12.2.0) Conflicts: gcc-mingw-w64-bootstrap Breaks: gcc-mingw-w64 (<< 4.6.3-3+4), gcc-mingw-w64-i686 (<< 9.3.0-8+22) Filename: pool/development/g/gcc-mingw-w64/gcc-mingw-w64-i686-posix_12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1_amd64.deb Size: 31451128 MD5sum: 4eb319cdbc04c213ae43994f9399bbd6 SHA1: daea39d4b4cca91866d2020baacff0693a4d0a52 SHA256: 3ee05c5bab32ec6569f28b958c3f91f3be72614818df136d532df7f55b328fc5 SHA512: 15fcfa525838fb5427965a425fd07fa60d10048e97400b9ecffbab5ad6be0a13228568f0443184bbc2fcd1a3247f053f98e2814abbf5fbe580fdef193199f94c Description: GNU C compiler for MinGW-w64, Win32/POSIX MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This package contains the C compiler, supporting cross-compiling to 32-bit MinGW-w64 targets, using the POSIX threading model. Built-Using: gcc-12 (= 12.2.0-14+apertis1bv2024dev3b1) Homepage: https://www.gnu.org/software/gcc/ Package: gcc-mingw-w64-i686-posix-dbgsym Priority: optional Section: debug Installed-Size: 302447 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (25.2+apertis0bv2024preb1) Version: 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1 Depends: gcc-mingw-w64-i686-posix (= 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1) Filename: pool/development/g/gcc-mingw-w64/gcc-mingw-w64-i686-posix-dbgsym_12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1_amd64.deb Size: 296256920 MD5sum: 5569a512ce80f646116fb7e1af402e54 SHA1: 7fe914dae8980d17b7b682d1df4eff82902586e3 SHA256: c9ec0d164ba4c2c38b447d8080b295aaab3b70c56299e2495685def24629edcb SHA512: c7b6d4500f96002eee07d6499bc0a5c5dab8dbd04d2f45234bbf0aeb9ab9a8384bbe999f99e1fe64fba5f9175aec4d67900fdf7da96664533f3593b1e1e9c73a Description: debug symbols for gcc-mingw-w64-i686-posix Auto-Built-Package: debug-symbols Build-Ids: 19171420a19a8f6b3c438292243cbe42e38a8878 1969d7bb034db1cfea46961bd4b7e5e377bf4009 1bf67a9a2d733e375ee478dd341d6a8bb049e6c3 235c39a4cf3244baba2ca6e0cdf034f756ce16b5 23c81316cb21c83e9bb3ca9d25fce836a3d08dda 26dcb11ff88d3338605bb67266ed38b8a63cfd58 3f07bc3b3c924846bc7cec11f1150e629666cbf3 4679692e735eb42ed51d029b5bb216374eeb9134 52fb4bb4433c1192f9f5b079bed8da8415575286 9183506db68b0e04539bb737feba1531568edbd0 95273ed955cfd32aa112259fe43ee3038133e97a a04f95e3a5fa31ec9f57881ded2cfa47a8365a7b cdc87024f980b45edb17c5f78c755aac7cc3383d d9df87fe4054be17e2cf4153260e592fc8729654 def08191b38c16edafa84a9d69355d8dd8d805ce f0d8215ae719cc15f0ea46767dd08ee5cea7a159 f44f0398004cd3555bf43ed13af88d6d3168083b Package: gcc-mingw-w64-i686-posix-runtime Priority: optional Section: devel Installed-Size: 47913 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (25.2+apertis0bv2024preb1) Version: 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1 Replaces: g++-mingw-w64-i686 (<< 9.3.0-8+22), gcc-mingw-w64-i686 (<< 9.3.0-8+22), gfortran-mingw-w64-i686 (<< 9.3.0-8+22), gnat-mingw-w64-i686 (<< 9.3.0-8+22), gobjc-mingw-w64-i686 (<< 9.3.0-8+22) Depends: gcc-mingw-w64-base (= 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1) Breaks: g++-mingw-w64-i686 (<< 9.3.0-8+22), gcc-mingw-w64-i686 (<< 9.3.0-8+22), gfortran-mingw-w64-i686 (<< 9.3.0-8+22), gnat-mingw-w64-i686 (<< 9.3.0-8+22), gobjc-mingw-w64-i686 (<< 9.3.0-8+22) Filename: pool/development/g/gcc-mingw-w64/gcc-mingw-w64-i686-posix-runtime_12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1_amd64.deb Size: 11489948 MD5sum: b031ebbfe547a83f4d5bed392b8c2efe SHA1: 9be4572fa1c8dd77f6a785faa140e12bbdb23720 SHA256: 7caf5e0b027f9ad0c4d20a8ceaa3cc55c4e6b4cd8d072e68050cb6465110bb04 SHA512: b47b6f132dead32c2974e16b08a0bef14afd0c8dc878cd25c0610d88e3ee9af7967d0672bf61d5ea0f31895df122ee902cb8e322a8d9ea3ddcfb73df30cf554b Description: GNU Compiler Collection for MinGW-w64, i686/POSIX MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This package contains the runtime DLLs used by GCC and applications built with it, for i686, using the POSIX thread model. Its purpose is both to provide the DLLs used during builds, and to allow packages shipping Windows programs to depend on those DLLs without pulling in the complete toolchain. Built-Using: gcc-12 (= 12.2.0-14+apertis1bv2024dev3b1) Homepage: https://www.gnu.org/software/gcc/ Package: gcc-mingw-w64-i686-win32 Priority: optional Section: devel Installed-Size: 117570 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (25.2+apertis0bv2024preb1) Version: 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1 Replaces: gcc-mingw-w64 (<< 4.6.3-3+4), gcc-mingw-w64-bootstrap, gcc-mingw-w64-i686 (<< 9.3.0-8+22) Depends: binutils-mingw-w64-i686 (>= 2.30~), mingw-w64-i686-dev, gcc-mingw-w64-i686-win32-runtime (= 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1), gcc-mingw-w64-base (= 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1), libc6 (>= 2.34), libgcc-s1 (>= 4.2), libgmp10 (>= 2:6.2.1+dfsg1), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libstdc++6 (>= 11), zlib1g (>= 1:1.1.4) Suggests: gcc-12-locales (>= 12.2.0) Conflicts: gcc-mingw-w64-bootstrap Breaks: gcc-mingw-w64 (<< 4.6.3-3+4), gcc-mingw-w64-i686 (<< 9.3.0-8+22) Filename: pool/development/g/gcc-mingw-w64/gcc-mingw-w64-i686-win32_12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1_amd64.deb Size: 31449216 MD5sum: 1696900155f7701050b18a3cc2280fb0 SHA1: 0aad0496bafd00cac3d7b453978f20072150aecb SHA256: 06ea6c9f87b6d2cd1750b17e46041e50fffbad8c9ef0f40de601fdf99b83bdeb SHA512: 626bad100f63721d50355e046e7e1c78f2b525d55bb744e5361ac9f824820e23d586cb2f63cb57ca6c6ae59095d2b09c97c366446f2c385afdf21abdf3835aed Description: GNU C compiler for MinGW-w64, Win32/Win32 MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This package contains the C compiler, supporting cross-compiling to 32-bit MinGW-w64 targets, using the Win32 threading model. Built-Using: gcc-12 (= 12.2.0-14+apertis1bv2024dev3b1) Homepage: https://www.gnu.org/software/gcc/ Package: gcc-mingw-w64-i686-win32-dbgsym Priority: optional Section: debug Installed-Size: 302446 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (25.2+apertis0bv2024preb1) Version: 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1 Depends: gcc-mingw-w64-i686-win32 (= 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1) Filename: pool/development/g/gcc-mingw-w64/gcc-mingw-w64-i686-win32-dbgsym_12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1_amd64.deb Size: 296293312 MD5sum: 2f06551dd93855dce2c0576343e862ef SHA1: af3fe1df4d5ff34d18baefffa6de94f0a68a5e15 SHA256: 25b8fd0ac1f5a1c80b053ef83ae6715249dd6cbedf1a8f6c95accb429905e478 SHA512: 754d11c9ed4755cdc84caa10049bdd756c3286de0da2444a0662acc72c4d90aca52d020aa4c38ca06ba4378348c6f0d848b52bb794471075c435d7eee598bd97 Description: debug symbols for gcc-mingw-w64-i686-win32 Auto-Built-Package: debug-symbols Build-Ids: 0c61e09b4f101879b57833e7e0be96747c5483a2 0eda3e4df44f4d3ddf10f0038e3ccc2923274c10 30a8d07e9f91dda49f1248d14eabddea722ca71a 32b2203a6c975d41f7cbd0c39b08c79d4f833ebf 3e059a230910810f26d6df1b78828711aab63015 5019e2cdff0ad3dc492bca8ecc3ff0eb5484da2d 76efa699f59599985b7f244e1b9f0b3dbb8ef150 7aba10a6fff2651713fabc6791804ccc06c888e3 7c1d18cb9150cabd579a31d2193f784e954a7d97 806e0c46fa548c39082f45da3c61db19b9ee498a b77924f80c0c38790dc043a07902c7fc48905ee0 ba34cd9cb2d853bd43ff4f5c683c12a84f219c66 d70ed81f6799cc5521c9df7b55ee26eb8f435d35 d99553b6449010836b24c2a71d48e128f33b8158 de018b043c8e794232d5832bbbb9df42bed07047 e8f61ef9fccb0c11932668b660a2a10d0fa6b406 ec2e6ce1d626c005d06594d99a0981ebc65150a9 Package: gcc-mingw-w64-i686-win32-runtime Priority: optional Section: devel Installed-Size: 47935 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (25.2+apertis0bv2024preb1) Version: 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1 Replaces: g++-mingw-w64-i686 (<< 9.3.0-8+22), gcc-mingw-w64-i686 (<< 9.3.0-8+22), gfortran-mingw-w64-i686 (<< 9.3.0-8+22), gnat-mingw-w64-i686 (<< 9.3.0-8+22), gobjc-mingw-w64-i686 (<< 9.3.0-8+22) Depends: gcc-mingw-w64-base (= 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1) Breaks: g++-mingw-w64-i686 (<< 9.3.0-8+22), gcc-mingw-w64-i686 (<< 9.3.0-8+22), gfortran-mingw-w64-i686 (<< 9.3.0-8+22), gnat-mingw-w64-i686 (<< 9.3.0-8+22), gobjc-mingw-w64-i686 (<< 9.3.0-8+22) Filename: pool/development/g/gcc-mingw-w64/gcc-mingw-w64-i686-win32-runtime_12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1_amd64.deb Size: 11501432 MD5sum: 26579863014aa3af66942334bd65d146 SHA1: c11317a96b9f050747fb06856b2f37968ff0665b SHA256: 2cbd57be6d5cc22ecbd6850a2cc984845d2aa504dc3a94d5fd607a7295ffd9aa SHA512: 5509f15539ba2ff1c81401cd0da5b570b2b9087d9d10d225ed9470f8412b826d2f19d77fcdc990954d1152d45bf0c313b50464748946cf9a84f64fd4ad84a3a6 Description: GNU Compiler Collection for MinGW-w64, i686/Win32 MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This package contains the runtime DLLs used by GCC and applications built with it, for i686, using the Win32 thread model. Its purpose is both to provide the DLLs used during builds, and to allow packages shipping Windows programs to depend on those DLLs without pulling in the complete toolchain. Built-Using: gcc-12 (= 12.2.0-14+apertis1bv2024dev3b1) Homepage: https://www.gnu.org/software/gcc/ Package: gcc-mingw-w64-x86-64 Priority: optional Section: devel Installed-Size: 253 Maintainer: Stephen Kitt Architecture: all Source: gcc-mingw-w64 (25.2+apertis0bv2024preb1) Version: 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1 Depends: gcc-mingw-w64-x86-64-posix, gcc-mingw-w64-x86-64-win32 Filename: pool/development/g/gcc-mingw-w64/gcc-mingw-w64-x86-64_12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1_all.deb Size: 185460 MD5sum: 99682610e29a4bd642824de30c2ebaf6 SHA1: c55d374856e7c3a410e35c9888e86312c2d32450 SHA256: 43a406622d8bd9a1a6d6620234dfe4dd8f5cff995c654c03b4e55234c771e60a SHA512: 41e0c0c511810edbfb02621d6cf4b32934605168b1c73f9ee99e885201fcfc6b82b24e03c8d564f76268f0a0a72b1bb284b70c4e16124767bf6424c03fd4169c Description: GNU C compiler for MinGW-w64 targeting Win64 MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This metapackage provides the C compiler, supporting cross-compiling to 64-bit MinGW-w64 targets. Homepage: https://www.gnu.org/software/gcc/ Package: gcc-mingw-w64-x86-64-posix Priority: optional Section: devel Installed-Size: 118854 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (25.2+apertis0bv2024preb1) Version: 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1 Replaces: gcc-mingw-w64 (<< 4.6.3-3+4), gcc-mingw-w64-bootstrap, gcc-mingw-w64-x86-64 (<< 9.3.0-8+22) Depends: binutils-mingw-w64-x86-64 (>= 2.30~), mingw-w64-x86-64-dev, gcc-mingw-w64-x86-64-posix-runtime (= 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1), gcc-mingw-w64-base (= 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1), libc6 (>= 2.34), libgcc-s1 (>= 4.2), libgmp10 (>= 2:6.2.1+dfsg1), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libstdc++6 (>= 11), zlib1g (>= 1:1.1.4) Suggests: gcc-12-locales (>= 12.2.0) Conflicts: gcc-mingw-w64-bootstrap Breaks: gcc-mingw-w64 (<< 4.6.3-3+4), gcc-mingw-w64-x86-64 (<< 9.3.0-8+22) Filename: pool/development/g/gcc-mingw-w64/gcc-mingw-w64-x86-64-posix_12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1_amd64.deb Size: 31834844 MD5sum: 7b4ddc2614ece2cf7039510b8f54ddbd SHA1: fd6c855bbbd6f60961cc2a2d9d9db1e7b67aceec SHA256: 52fc36fb2d8e4611a814aaed32f4279c09906fa931ed7fcffac0bb49307fae1b SHA512: 04a6b5af51a4c38cfcbebc108d1ac5f68b24c204ce1bb52f97b17576337dbcdd30a054c89ff30d7c37702a7052f1c3d038f0608b4aab5d6741ecc1a1581bd8a3 Description: GNU C compiler for MinGW-w64, Win64/POSIX MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This package contains the C compiler, supporting cross-compiling to 64-bit MinGW-w64 targets, using the POSIX threading model. Built-Using: gcc-12 (= 12.2.0-14+apertis1bv2024dev3b1) Homepage: https://www.gnu.org/software/gcc/ Package: gcc-mingw-w64-x86-64-posix-dbgsym Priority: optional Section: debug Installed-Size: 304320 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (25.2+apertis0bv2024preb1) Version: 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1 Depends: gcc-mingw-w64-x86-64-posix (= 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1) Filename: pool/development/g/gcc-mingw-w64/gcc-mingw-w64-x86-64-posix-dbgsym_12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1_amd64.deb Size: 298074892 MD5sum: 932963f302508377d38402c4b5e33b70 SHA1: f0998e4809f1296b419ffc2493bbeb791ab9ec7d SHA256: e9864aa67d601ae544b057c497d8d680e2f56ccd4f71ac7466a08e27313e11c2 SHA512: 58d0c0960040eb72c853884f63f750b5cc34d6fd6eb16e69aec3e02fc6c1aab6e4d59f1487f86f358c4e8ed5bacee574d126abaaba84e7e7a40d994b581ffbcf Description: debug symbols for gcc-mingw-w64-x86-64-posix Auto-Built-Package: debug-symbols Build-Ids: 06e4aab506087c7a6711d226ccbb18234bca099a 079464638bb80b11ed4f3193c074efd26223872e 07e96e5587b4f2ffe965ee38e55e2daa00090d47 0d5d2a99afb8fbe0e40dff61efc7634b4797aa84 194045753e6f4b1d5aa06f792d6ce02d53ee075f 1dddd5ad61c6e06220343be752cdf186068f8b7f 271d103a2e0b6a3a91e2af6a5420c73ba2dbcf0a 27869cc3092831f5aa67e5b3abe2a2b96c79c253 4d58e2cb1b49453af5a9d891499820ea7f590d3b 4e5ed0a5ec5064f0d20d94cb16aa4d9c67ad47e9 4f8df38ffdde28c7e416c5dfb7d8ad9e3bbd577e 5360fd75efebb3559c5e3cef3234287852791bb4 62888200ac4f30d176778230c08d02c8a40686e9 a492cb803e93ddf0ecdf8c0fd17f47cb9d2bbbf8 b929323bc6abf64fdf204c9aa6a5111e933dcad3 bf216239140412d03f314594d058fd72fa9cccca eb9891420952a1765fe9a30dd6d15ae401fb5e47 Package: gcc-mingw-w64-x86-64-posix-runtime Priority: optional Section: devel Installed-Size: 55076 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (25.2+apertis0bv2024preb1) Version: 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1 Replaces: g++-mingw-w64-x86-64 (<< 9.3.0-8+22), gcc-mingw-w64-x86-64 (<< 9.3.0-8+22), gfortran-mingw-w64-x86-64 (<< 9.3.0-8+22), gnat-mingw-w64-x86-64 (<< 9.3.0-8+22), gobjc-mingw-w64-x86-64 (<< 9.3.0-8+22) Depends: gcc-mingw-w64-base (= 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1) Breaks: g++-mingw-w64-x86-64 (<< 9.3.0-8+22), gcc-mingw-w64-x86-64 (<< 9.3.0-8+22), gfortran-mingw-w64-x86-64 (<< 9.3.0-8+22), gnat-mingw-w64-x86-64 (<< 9.3.0-8+22), gobjc-mingw-w64-x86-64 (<< 9.3.0-8+22) Filename: pool/development/g/gcc-mingw-w64/gcc-mingw-w64-x86-64-posix-runtime_12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1_amd64.deb Size: 12237480 MD5sum: 520eb5ac332bdcc13e21fbd7e1538828 SHA1: b1e34d7bc5d96b2bafc03bddf476b4dc04f7d67f SHA256: a71adc3b51f69aaef63447cf55afd481dca67172e35d4ad24fcf2d51690c2e38 SHA512: a40ac747daa030b51f644c08c91e007c93c5d441b53769dce1e448f6e6aaa5d8974246441afb8d37c8720f51098cb3df75f6f955fc39956ea8d9e45e6e99c7ca Description: GNU Compiler Collection for MinGW-w64, x86-64/POSIX MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This package contains the runtime DLLs used by GCC and applications built with it, for x86-64, using the POSIX thread model. Its purpose is both to provide the DLLs used during builds, and to allow packages shipping Windows programs to depend on those DLLs without pulling in the complete toolchain. Built-Using: gcc-12 (= 12.2.0-14+apertis1bv2024dev3b1) Homepage: https://www.gnu.org/software/gcc/ Package: gcc-mingw-w64-x86-64-win32 Priority: optional Section: devel Installed-Size: 118855 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (25.2+apertis0bv2024preb1) Version: 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1 Replaces: gcc-mingw-w64 (<< 4.6.3-3+4), gcc-mingw-w64-bootstrap, gcc-mingw-w64-x86-64 (<< 9.3.0-8+22) Depends: binutils-mingw-w64-x86-64 (>= 2.30~), mingw-w64-x86-64-dev, gcc-mingw-w64-x86-64-win32-runtime (= 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1), gcc-mingw-w64-base (= 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1), libc6 (>= 2.34), libgcc-s1 (>= 4.2), libgmp10 (>= 2:6.2.1+dfsg1), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libstdc++6 (>= 11), zlib1g (>= 1:1.1.4) Suggests: gcc-12-locales (>= 12.2.0) Conflicts: gcc-mingw-w64-bootstrap Breaks: gcc-mingw-w64 (<< 4.6.3-3+4), gcc-mingw-w64-x86-64 (<< 9.3.0-8+22) Filename: pool/development/g/gcc-mingw-w64/gcc-mingw-w64-x86-64-win32_12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1_amd64.deb Size: 31832208 MD5sum: 07f47a9f6d5457f1625519193de3d709 SHA1: cc4bf1cd653f58c2bf63cb02377f9a062b6b44cc SHA256: ec926e9a4adda2f063a07c9dd2d93f1855eb09700dfccc131f3e68c8a5c70441 SHA512: c84c434bb1d8ae73584b6e7e7b82b4fc5fff1b5a564b897889cb616897cfc67dd27a124cf75fd349624f9b21f5905f2e93b370e889d8b1d51abf78e87ba441e3 Description: GNU C compiler for MinGW-w64, Win64/Win32 MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This package contains the C compiler, supporting cross-compiling to 64-bit MinGW-w64 targets, using the Win32 threading model. Built-Using: gcc-12 (= 12.2.0-14+apertis1bv2024dev3b1) Homepage: https://www.gnu.org/software/gcc/ Package: gcc-mingw-w64-x86-64-win32-dbgsym Priority: optional Section: debug Installed-Size: 304322 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (25.2+apertis0bv2024preb1) Version: 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1 Depends: gcc-mingw-w64-x86-64-win32 (= 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1) Filename: pool/development/g/gcc-mingw-w64/gcc-mingw-w64-x86-64-win32-dbgsym_12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1_amd64.deb Size: 298004196 MD5sum: bb11c64d9e2467126800af5811fdd177 SHA1: caad71cf8731e10c2392078b7ea03f4a330a8b5c SHA256: 696a29c58278f5eb6469d3866e3ed6cfb26b21a3166908def3e3b00e256ade37 SHA512: 89fb1d636677e0e8e2a5ce62d9cd3c10bb9776e09c7181dc48ce978724924719b286f33b5f86e98aef512e3415c0ab54562f025e191f329d57983d20315ecc1b Description: debug symbols for gcc-mingw-w64-x86-64-win32 Auto-Built-Package: debug-symbols Build-Ids: 0864e0113550994c73a5903849eb0b84de9dff19 146af530d89dcfa02c31262d06dad517f568697c 1d8db7a8741da99fa83b927f3abab20d8d90f870 3c0ae2dabdf3f49f476b177e86ebab37e425d7c3 408b7f846faa3442f3f8c2169e8c1f491695d3be 4f3400dceeeb5237135ed7e4dad9c35756677928 6c114952927752df34b08c432f0fb097ce8a1b63 73c0621e598945feed5af3bc9b5afd164a9ddaca 7525c815c90d772d47c025fa33ed3652e3437a9e 7829583ef834ee937da276ff83915c9fe3975928 944111d927330d1ad2179c9e117698b6dc3c80ec 9a1f7e9ffe76e36d52cf35ebe23be8d7a3d02e1f c89753b3d72560f88f07173e6a3f8549fe5f3874 cbdff1410bb4b22cffdf907dfd24fa5df53a4b9d d008820ce691abe521043bf849d25802fe1df7c6 dfd14fe4302160826e86152a02fa19c6059f7ba2 e30375e304f31a3e8d8ddd09be5586622d15a3b7 Package: gcc-mingw-w64-x86-64-win32-runtime Priority: optional Section: devel Installed-Size: 55068 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (25.2+apertis0bv2024preb1) Version: 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1 Replaces: g++-mingw-w64-x86-64 (<< 9.3.0-8+22), gcc-mingw-w64-x86-64 (<< 9.3.0-8+22), gfortran-mingw-w64-x86-64 (<< 9.3.0-8+22), gnat-mingw-w64-x86-64 (<< 9.3.0-8+22), gobjc-mingw-w64-x86-64 (<< 9.3.0-8+22) Depends: gcc-mingw-w64-base (= 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1) Breaks: g++-mingw-w64-x86-64 (<< 9.3.0-8+22), gcc-mingw-w64-x86-64 (<< 9.3.0-8+22), gfortran-mingw-w64-x86-64 (<< 9.3.0-8+22), gnat-mingw-w64-x86-64 (<< 9.3.0-8+22), gobjc-mingw-w64-x86-64 (<< 9.3.0-8+22) Filename: pool/development/g/gcc-mingw-w64/gcc-mingw-w64-x86-64-win32-runtime_12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1_amd64.deb Size: 12243364 MD5sum: ad3055cbf9a1d38131ff6025793b93fa SHA1: 843cb420e59604273fec1dc941d96814b73788de SHA256: 938d9a9365cd9f991f0e6c3a9bd30355c1ddf5d23cf1c37c79b121a3c5891e0a SHA512: de310a6c010c11adb3e57fa028c69d3933e32d6c998152f9ae46b1d676427ef98ade27310b24b6f0c93eb099bc2ae46d3b3f580a01ec70de09a30dcba54bfe8b Description: GNU Compiler Collection for MinGW-w64, x86-64/Win32 MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This package contains the runtime DLLs used by GCC and applications built with it, for x86-64, using the Win32 thread model. Its purpose is both to provide the DLLs used during builds, and to allow packages shipping Windows programs to depend on those DLLs without pulling in the complete toolchain. Built-Using: gcc-12 (= 12.2.0-14+apertis1bv2024dev3b1) Homepage: https://www.gnu.org/software/gcc/ Package: gcc-multilib Priority: optional Section: devel Installed-Size: 8 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.203+apertis0bv2024preb1) Version: 4:12.2.0-3+apertis0bv2024preb1 Depends: cpp (= 4:12.2.0-3+apertis0bv2024preb1), gcc (= 4:12.2.0-3+apertis0bv2024preb1), gcc-12-multilib (>= 12.2.0-1~), linux-libc-dev (>= 3.0.0-2) Conflicts: gcc-10-aarch64-linux-gnu, gcc-10-alpha-linux-gnu, gcc-10-arm-linux-gnueabi, gcc-10-arm-linux-gnueabihf, gcc-10-hppa-linux-gnu, gcc-10-i686-linux-gnu, gcc-10-m68k-linux-gnu, gcc-10-mips-linux-gnu, gcc-10-mips64-linux-gnuabi64, gcc-10-mips64el-linux-gnuabi64, gcc-10-mipsel-linux-gnu, gcc-10-powerpc-linux-gnu, gcc-10-powerpc-linux-gnuspe, gcc-10-powerpc64-linux-gnu, gcc-10-powerpc64le-linux-gnu, gcc-10-riscv64-linux-gnu, gcc-10-s390x-linux-gnu, gcc-10-sh4-linux-gnu, gcc-10-sparc-linux-gnu, gcc-10-sparc64-linux-gnu, gcc-10-x86-64-linux-gnu, gcc-10-x86-64-linux-gnux32, gcc-11-aarch64-linux-gnu, gcc-11-alpha-linux-gnu, gcc-11-arm-linux-gnueabi, gcc-11-arm-linux-gnueabihf, gcc-11-hppa-linux-gnu, gcc-11-i686-linux-gnu, gcc-11-m68k-linux-gnu, gcc-11-mips-linux-gnu, gcc-11-mips64-linux-gnuabi64, gcc-11-mips64el-linux-gnuabi64, gcc-11-mipsel-linux-gnu, gcc-11-powerpc-linux-gnu, gcc-11-powerpc-linux-gnuspe, gcc-11-powerpc64-linux-gnu, gcc-11-powerpc64le-linux-gnu, gcc-11-riscv64-linux-gnu, gcc-11-s390x-linux-gnu, gcc-11-sh4-linux-gnu, gcc-11-sparc-linux-gnu, gcc-11-sparc64-linux-gnu, gcc-11-x86-64-linux-gnu, gcc-11-x86-64-linux-gnux32, gcc-12-aarch64-linux-gnu, gcc-12-alpha-linux-gnu, gcc-12-arm-linux-gnueabi, gcc-12-arm-linux-gnueabihf, gcc-12-hppa-linux-gnu, gcc-12-i686-linux-gnu, gcc-12-m68k-linux-gnu, gcc-12-mips-linux-gnu, gcc-12-mips64-linux-gnuabi64, gcc-12-mips64el-linux-gnuabi64, gcc-12-mipsel-linux-gnu, gcc-12-powerpc-linux-gnu, gcc-12-powerpc-linux-gnuspe, gcc-12-powerpc64-linux-gnu, gcc-12-powerpc64le-linux-gnu, gcc-12-riscv64-linux-gnu, gcc-12-s390x-linux-gnu, gcc-12-sh4-linux-gnu, gcc-12-sparc-linux-gnu, gcc-12-sparc64-linux-gnu, gcc-12-x86-64-linux-gnu, gcc-12-x86-64-linux-gnux32, gcc-4.9-aarch64-linux-gnu, gcc-4.9-alpha-linux-gnu, gcc-4.9-arm-linux-gnueabi, gcc-4.9-arm-linux-gnueabihf, gcc-4.9-hppa-linux-gnu, gcc-4.9-m68k-linux-gnu, gcc-4.9-mips-linux-gnu, gcc-4.9-mips64-linux-gnuabi64, gcc-4.9-mips64el-linux-gnuabi64, gcc-4.9-mipsel-linux-gnu, gcc-4.9-powerpc-linux-gnu, gcc-4.9-powerpc-linux-gnuspe, gcc-4.9-powerpc64-linux-gnu, gcc-4.9-powerpc64le-linux-gnu, gcc-4.9-s390x-linux-gnu, gcc-4.9-sh4-linux-gnu, gcc-4.9-sparc-linux-gnu, gcc-4.9-sparc64-linux-gnu, gcc-5-aarch64-linux-gnu, gcc-5-alpha-linux-gnu, gcc-5-arm-linux-gnueabi, gcc-5-arm-linux-gnueabihf, gcc-5-hppa-linux-gnu, gcc-5-m68k-linux-gnu, gcc-5-mips-linux-gnu, gcc-5-mips64-linux-gnuabi64, gcc-5-mips64el-linux-gnuabi64, gcc-5-mipsel-linux-gnu, gcc-5-powerpc-linux-gnu, gcc-5-powerpc-linux-gnuspe, gcc-5-powerpc64-linux-gnu, gcc-5-powerpc64le-linux-gnu, gcc-5-s390x-linux-gnu, gcc-5-sh4-linux-gnu, gcc-5-sparc-linux-gnu, gcc-5-sparc64-linux-gnu, gcc-6-aarch64-linux-gnu, gcc-6-alpha-linux-gnu, gcc-6-arm-linux-gnueabi, gcc-6-arm-linux-gnueabihf, gcc-6-hppa-linux-gnu, gcc-6-m68k-linux-gnu, gcc-6-mips-linux-gnu, gcc-6-mips64-linux-gnuabi64, gcc-6-mips64el-linux-gnuabi64, gcc-6-mipsel-linux-gnu, gcc-6-powerpc-linux-gnu, gcc-6-powerpc-linux-gnuspe, gcc-6-powerpc64-linux-gnu, gcc-6-powerpc64le-linux-gnu, gcc-6-s390x-linux-gnu, gcc-6-sh4-linux-gnu, gcc-6-sparc-linux-gnu, gcc-6-sparc64-linux-gnu, gcc-7-aarch64-linux-gnu, gcc-7-alpha-linux-gnu, gcc-7-arm-linux-gnueabi, gcc-7-arm-linux-gnueabihf, gcc-7-hppa-linux-gnu, gcc-7-i686-linux-gnu, gcc-7-m68k-linux-gnu, gcc-7-mips-linux-gnu, gcc-7-mips64-linux-gnuabi64, gcc-7-mips64el-linux-gnuabi64, gcc-7-mipsel-linux-gnu, gcc-7-powerpc-linux-gnu, gcc-7-powerpc-linux-gnuspe, gcc-7-powerpc64-linux-gnu, gcc-7-powerpc64le-linux-gnu, gcc-7-riscv64-linux-gnu, gcc-7-s390x-linux-gnu, gcc-7-sh4-linux-gnu, gcc-7-sparc-linux-gnu, gcc-7-x86-64-linux-gnu, gcc-7-x86-64-linux-gnux32, gcc-8-aarch64-linux-gnu, gcc-8-alpha-linux-gnu, gcc-8-arm-linux-gnueabi, gcc-8-arm-linux-gnueabihf, gcc-8-hppa-linux-gnu, gcc-8-i686-linux-gnu, gcc-8-m68k-linux-gnu, gcc-8-mips-linux-gnu, gcc-8-mips64-linux-gnuabi64, gcc-8-mips64el-linux-gnuabi64, gcc-8-mipsel-linux-gnu, gcc-8-powerpc-linux-gnu, gcc-8-powerpc-linux-gnuspe, gcc-8-powerpc64-linux-gnu, gcc-8-powerpc64le-linux-gnu, gcc-8-riscv64-linux-gnu, gcc-8-s390x-linux-gnu, gcc-8-sh4-linux-gnu, gcc-8-sparc-linux-gnu, gcc-8-sparc64-linux-gnu, gcc-8-x86-64-linux-gnu, gcc-8-x86-64-linux-gnux32, gcc-9-aarch64-linux-gnu, gcc-9-alpha-linux-gnu, gcc-9-arm-linux-gnueabi, gcc-9-arm-linux-gnueabihf, gcc-9-hppa-linux-gnu, gcc-9-i686-linux-gnu, gcc-9-m68k-linux-gnu, gcc-9-mips-linux-gnu, gcc-9-mips64-linux-gnuabi64, gcc-9-mips64el-linux-gnuabi64, gcc-9-mipsel-linux-gnu, gcc-9-powerpc-linux-gnu, gcc-9-powerpc-linux-gnuspe, gcc-9-powerpc64-linux-gnu, gcc-9-powerpc64le-linux-gnu, gcc-9-riscv64-linux-gnu, gcc-9-s390x-linux-gnu, gcc-9-sh4-linux-gnu, gcc-9-sparc-linux-gnu, gcc-9-sparc64-linux-gnu, gcc-9-x86-64-linux-gnu, gcc-9-x86-64-linux-gnux32 Filename: pool/development/g/gcc-defaults/gcc-multilib_12.2.0-3+apertis0bv2024preb1_amd64.deb Size: 1544 MD5sum: 40b1edf9b1b0532f8b0a8d31336eef41 SHA1: b3d31f1305521a07068885bc6374eec5d6c9978c SHA256: e4c92aab039e8b868c4a13a60a1fee66ed50a6bfa106c26e9b8ebe8091edac12 SHA512: eb17b6f1c89de0c237eecafe2dacfd2ff57399c2cb92b7c0c045ec311ce6f41a5d8d5f20bb6a9d77af4fed9706ccb421d8b905a0493650636f1462cf50e358ae Description: GNU C compiler (multilib files) This is the GNU C compiler, a fairly portable optimizing compiler for C. . A dependency package on architectures with multilib support; the package contains dependencies for the non-default multilib architecture(s). Package: gcc-multilib-i686-linux-gnu Priority: optional Section: devel Installed-Size: 6 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.203+apertis0bv2024preb1) Version: 4:12.2.0-3+apertis0bv2024preb1 Depends: cpp-i686-linux-gnu (= 4:12.2.0-3+apertis0bv2024preb1), gcc-i686-linux-gnu (= 4:12.2.0-3+apertis0bv2024preb1), gcc-12-multilib-i686-linux-gnu (>= 12.2.0-1~) Recommends: libc6-dev-i386-cross | libc-dev-i386-cross Suggests: make, manpages-dev, autoconf, automake, libtool, flex, bison, gdb-i686-linux-gnu, gcc-doc Filename: pool/development/g/gcc-defaults/gcc-multilib-i686-linux-gnu_12.2.0-3+apertis0bv2024preb1_amd64.deb Size: 1096 MD5sum: 4c75d472af09fd2fafefab2e19889a54 SHA1: eedac59e887b1c4b89ab307fdb4aaf9abf13124c SHA256: 597328eb3218a19e1a3ce927beac861fbb58788925cb4efe8458b5354e47169d SHA512: 24bc96f60b2ee7545ed3385d1e6e719c9aeb2eea33f8bd64013a6265eb3727bd8ecc4846dabe2fe2739600895af07382e6f259f4927bd29f288cd7ac6ff08409 Description: GNU C compiler for the i386 architecture This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package providing the default GNU C cross-compiler for the i386 architecture. Package: gcc-multilib-s390x-linux-gnu Priority: optional Section: devel Installed-Size: 6 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.203+apertis0bv2024preb1) Version: 4:12.2.0-3+apertis0bv2024preb1 Depends: cpp-s390x-linux-gnu (= 4:12.2.0-3+apertis0bv2024preb1), gcc-s390x-linux-gnu (= 4:12.2.0-3+apertis0bv2024preb1), gcc-12-multilib-s390x-linux-gnu (>= 12.2.0-1~) Recommends: libc6-dev-s390x-cross | libc-dev-s390x-cross Suggests: make, manpages-dev, autoconf, automake, libtool, flex, bison, gdb-s390x-linux-gnu, gcc-doc Filename: pool/development/g/gcc-defaults/gcc-multilib-s390x-linux-gnu_12.2.0-3+apertis0bv2024preb1_amd64.deb Size: 1096 MD5sum: 291fd40efe461621edef26a5c950e663 SHA1: 3557ea24337cebf566163c943810e640d4401358 SHA256: 27c76e2500d95375f68e7b0121271793d77d0e27947c80fe37bc940e78b0950b SHA512: d98d31c6cb31c2dbf7ad0b265e90637cfdf7b6ec7226c8094bf1deeee28d17fd69ca421b6e1e1187aedbe057ee2d484cdd5ec6b11c901ec44e6368f85551a9e9 Description: GNU C compiler for the s390x architecture This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package providing the default GNU C cross-compiler for the s390x architecture. Package: gcc-offload-amdgcn Priority: optional Section: devel Installed-Size: 11 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.203+apertis0bv2024preb1) Version: 4:12.2.0-3+apertis0bv2024preb1 Depends: cpp (>= 4:12.2.0-3+apertis0bv2024preb1), gcc (>= 4:12.2.0-3+apertis0bv2024preb1), gcc-12-offload-amdgcn (>= 12.2.0-1~) Filename: pool/development/g/gcc-defaults/gcc-offload-amdgcn_12.2.0-3+apertis0bv2024preb1_amd64.deb Size: 1172 MD5sum: 0f1d4e0a9f924537db88e605130a26c8 SHA1: 9c370c5b8619a4a5ac63c289bc176ecaf3605cae SHA256: 2b293f4a05ee6cf65e21ab1e966c0bca74d0e695a92acd543b2f5247050f9eff SHA512: 1719620a6d6ecc3a003c0caeddc6267175d3b6cbddfc523e25d03424baf1180542c9f32dee639c02df83b27caa37b85fbaa5847b9bdf3bdd15cec0a59a78a139 Description: GCC offloading compiler to AMD GCN This package contains libgomp plugin for offloading to AMD GCN . This is a dependency package providing the default AMD GCN offload compiler. Package: gcc-offload-nvptx Priority: optional Section: devel Installed-Size: 11 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.203+apertis0bv2024preb1) Version: 4:12.2.0-3+apertis0bv2024preb1 Depends: cpp (>= 4:12.2.0-3+apertis0bv2024preb1), gcc (>= 4:12.2.0-3+apertis0bv2024preb1), gcc-12-offload-nvptx (>= 12.2.0-1~) Filename: pool/development/g/gcc-defaults/gcc-offload-nvptx_12.2.0-3+apertis0bv2024preb1_amd64.deb Size: 1228 MD5sum: 213c6aa95f1d132d78c0eaffb8ce758c SHA1: eb7633efa6fed9b9d063e9ba2c8547310c90f6df SHA256: 632f2a12cb0e3a431ef3c4ee33705c2baea6e891657426d5a413aa7e66d2d029 SHA512: d58dc4f6b50720d3bb2b60ec9b831c67a11b89036c1773fe751c4f7d587836726141fe67c2f594b18d0bc8b59cb0f9191da6edcea2ec3127d34b246ec3077713 Description: GCC offloading compiler to NVPTX This package contains libgomp plugin for offloading to NVidia PTX. The plugin needs libcuda.so.1 shared library that has to be installed separately. . This is a dependency package providing the default Nvidia PTX compiler. Package: gcc-or1k-elf Priority: optional Section: devel Installed-Size: 43799 Maintainer: Nicolas Boulenguez Architecture: amd64 Source: gcc-or1k-elf (1.0.4+apertis0bv2024dev2b1) Version: 12.2.0-14+apertis1bv2024dev2b2+1.0.4+apertis0bv2024dev2b1 Depends: libc6 (>= 2.36), libgmp10 (>= 2:6.2.1+dfsg1), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), zlib1g (>= 1:1.1.4), binutils-or1k-elf Suggests: gcc-12-doc, gcc-12-locales Filename: pool/development/g/gcc-or1k-elf/gcc-or1k-elf_12.2.0-14+apertis1bv2024dev2b2+1.0.4+apertis0bv2024dev2b1_amd64.deb Size: 14375776 MD5sum: 7f8573e68dc5a56ad2f1603a152fe171 SHA1: 44dfb77f330ba9de1c13015397c477db27984cb9 SHA256: 972b0774ce681b3a3d9f8e5854f4eabb913948834088b9998128e372c5cc888f SHA512: 88f05e57f63c1e6efeda7753f79c4f7990b86d6d507484ea0d55d3a2fb6e3273c28521a33fbb4ee522750dab1ed5fe5a5b7add25ce9405e9dba71aa6220eb409 Description: GNU C compiler for the Open RISC 1000 processors This package provides GNU C compiler for a specific hardware and operating system combination. You don’t need it unless you plan to cross-compile programs for it from another operating system. . This package targets the Open RISC 1000 processors. Built-Using: gcc-12 (= 12.2.0-14+apertis1bv2024dev2b2) Multi-Arch: foreign Package: gcc-or1k-elf-dbgsym Priority: optional Section: debug Installed-Size: 134363 Maintainer: Nicolas Boulenguez Architecture: amd64 Source: gcc-or1k-elf (1.0.4+apertis0bv2024dev2b1) Version: 12.2.0-14+apertis1bv2024dev2b2+1.0.4+apertis0bv2024dev2b1 Depends: gcc-or1k-elf (= 12.2.0-14+apertis1bv2024dev2b2+1.0.4+apertis0bv2024dev2b1) Filename: pool/development/g/gcc-or1k-elf/gcc-or1k-elf-dbgsym_12.2.0-14+apertis1bv2024dev2b2+1.0.4+apertis0bv2024dev2b1_amd64.deb Size: 132360384 MD5sum: 678474af2c9507139f120833ca9bc27f SHA1: bab911541cd34259bbda39433f925f9c6d4a0a92 SHA256: 3742feca3e5cc10db36c62d9703ad8eafc6012dba2cc235fbfe847d5064174d2 SHA512: aea11ee629042260a1bcbb941caafe60d2cbf23c777013a1a3c9b9db6e7c02bad622b19706c3bf5ef70b0bb963099894639ee69cf8bbab32e93161c6d334e405 Description: debug symbols for gcc-or1k-elf Auto-Built-Package: debug-symbols Build-Ids: 02f7bdbc46e5590ddcabc1c5c07261db729b29b9 1a5969294817693d7019dabd4bcdb682bd6418f9 36a0060be2583b18e03e78fc156a9e7ff9113411 3d75a6a81fac867de481b08f09a00c50e58b5615 44570ebae8b703d6db36d823c793383cde934995 9563cddb768e256fcf771974848835ef3da75d33 ae3bc07a414fa306f00a8a60e20fa3976501ee40 b6203bbe7e0863ff4f5fb11fbb7cf4520b93a5ff c87cba08277b408f8dd89babf26dbd8b3f3a8357 d628706cf1f39c3d29a6a8b9b3b501b74bea9959 Package: gcc-powerpc64le-linux-gnu Priority: optional Section: devel Installed-Size: 25 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.203+apertis0bv2024preb1) Version: 4:12.2.0-3+apertis0bv2024preb1 Depends: cpp-powerpc64le-linux-gnu (= 4:12.2.0-3+apertis0bv2024preb1), gcc-12-powerpc64le-linux-gnu (>= 12.2.0-1~) Recommends: libc6-dev-ppc64el-cross | libc-dev-ppc64el-cross Suggests: make, manpages-dev, autoconf, automake, libtool, flex, bison, gdb-powerpc64le-linux-gnu, gcc-doc Filename: pool/development/g/gcc-defaults/gcc-powerpc64le-linux-gnu_12.2.0-3+apertis0bv2024preb1_amd64.deb Size: 1504 MD5sum: 1f51c6e4387d6a3afd17210095a86e81 SHA1: 70cc3b09451ab893324b2d2da5ad9b293c0d2119 SHA256: 5cd1307767d1ce934a1ec1fd242aff53c59eb346ae3493fdeed781218a250160 SHA512: e2913937e6ce8d757c7addedf9b7a7ef02e4169a51f93fa19b558b63571402329eeb9618ac6a798b8279e43ed62262b791f66b76645cc9d3bdb71283d9377548 Description: GNU C compiler for the ppc64el architecture This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package providing the default GNU C cross-compiler for the ppc64el architecture. Multi-Arch: foreign Package: gcc-s390x-linux-gnu Priority: optional Section: devel Installed-Size: 25 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.203+apertis0bv2024preb1) Version: 4:12.2.0-3+apertis0bv2024preb1 Depends: cpp-s390x-linux-gnu (= 4:12.2.0-3+apertis0bv2024preb1), gcc-12-s390x-linux-gnu (>= 12.2.0-1~) Recommends: libc6-dev-s390x-cross | libc-dev-s390x-cross Suggests: make, manpages-dev, autoconf, automake, libtool, flex, bison, gdb-s390x-linux-gnu, gcc-doc Filename: pool/development/g/gcc-defaults/gcc-s390x-linux-gnu_12.2.0-3+apertis0bv2024preb1_amd64.deb Size: 1488 MD5sum: 4602511a9fbfa6df959a641fa48c4d5e SHA1: 2403840850fa5faa89cb1daafa5833ef44c7fde5 SHA256: cf4f1bc7980ff37ba99e71a98b5fee831bd0c0b5e4e83ef66d8e66e1c4444705 SHA512: 8380f3bdcc067ee29a65ae1c654093e747ee32043c37c42c2af9d696e986d839845eef027264100f5632046d999a9d03641d4227a086e1ca141888c51c80a5ee Description: GNU C compiler for the s390x architecture This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package providing the default GNU C cross-compiler for the s390x architecture. Multi-Arch: foreign Package: gccbrig-11 Priority: optional Section: devel Installed-Size: 26268 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-11 Version: 11.3.0-12+apertis0bv2024preb1 Provides: brig-compiler Depends: gcc-11-base (= 11.3.0-12+apertis0bv2024preb1), gcc-11 (= 11.3.0-12+apertis0bv2024preb1), libc6-dev (>= 2.23-1~), hsail-tools, libc6 (>= 2.34), libgmp10 (>= 2:6.2.1+dfsg1), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4), libhsail-rt-11-dev (= 11.3.0-12+apertis0bv2024preb1) Filename: pool/development/g/gcc-11/gccbrig-11_11.3.0-12+apertis0bv2024preb1_amd64.deb Size: 9093684 MD5sum: e59b5668a32850ba6a6c09ba3c990171 SHA1: deba6b94303e89a4de980d128651003038f17ec0 SHA256: 8a4656667c7913a7d1772167400284a871e475c6fa76a42d694bd7752e25873d SHA512: d1927509a6a4c158f625fe13fa2bc335ee7108b77993a0d24d2c29c343381aad2ecc826306e7a52d83c32e4732630ebf574680978cc350b64cf215697f8f70c1 Description: GNU BRIG (HSA IL) frontend This is the GNU BRIG (HSA IL) frontend. The consumed format is a binary representation. The textual HSAIL can be compiled to it with a separate assembler. Homepage: http://gcc.gnu.org/ Package: gccbrig-11-dbgsym Priority: optional Section: debug Installed-Size: 56394 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-11 Version: 11.3.0-12+apertis0bv2024preb1 Depends: gccbrig-11 (= 11.3.0-12+apertis0bv2024preb1) Filename: pool/development/g/gcc-11/gccbrig-11-dbgsym_11.3.0-12+apertis0bv2024preb1_amd64.deb Size: 53849324 MD5sum: d6b80aeecfba66120af47ae1c22d9a1c SHA1: 5abd5b98d9b82238937073ce31559d432e743a14 SHA256: fe5420886deb7527fb4576a0234d305a645d0fbb9cfb7253b532fc86d9b70e57 SHA512: e1092fafced3a712aaebdc8bbeeee1141c3ce6f3b77c9cbcc3255bbce03214515dbbab1e943a186e5fb91b5704489ba323ff67f608a871106535feb96de284ce Description: debug symbols for gccbrig-11 Auto-Built-Package: debug-symbols Build-Ids: 90d85f098adeccefc65807d0b753f12674aaeef5 f6118fc62bbc06fd079e4c4eb4efbcaa62332b7d Package: gccgo Priority: optional Section: devel Installed-Size: 12 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.203+apertis0bv2024preb1) Version: 4:12.2.0-3+apertis0bv2024preb1 Provides: go-compiler Depends: cpp (>= 4:12.2.0-3+apertis0bv2024preb1), gcc (>= 4:12.2.0-3+apertis0bv2024preb1), gccgo-12 (>= 12.2.0-1~) Suggests: gccgo-multilib Filename: pool/development/g/gcc-defaults/gccgo_12.2.0-3+apertis0bv2024preb1_amd64.deb Size: 1220 MD5sum: 4db42e00d021d732318d85bd07bb9ae3 SHA1: 8f2f663c89faa2f202764bb80680efb1a0331fd1 SHA256: 45a0cf9f0e23f28886d85226af13482d2c9f3f803546871745125122ee6649c5 SHA512: 61500da1fb4985caad66a5713e6735f2fc42fe132c66aca75397e11e27abf2aa7d03f5bd4bb2f69807159fe733248b7a363d23bbda013d391e945d3be0e3cdc2 Description: Go compiler, based on the GCC backend This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Go compiler. Package: gccgo-11 Priority: optional Section: devel Installed-Size: 38731 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-11 Version: 11.3.0-12+apertis0bv2024preb1 Provides: go-compiler Depends: gcc-11-base (= 11.3.0-12+apertis0bv2024preb1), gcc-11 (= 11.3.0-12+apertis0bv2024preb1), libgo-11-dev (>= 11.3.0-12+apertis0bv2024preb1), libc6-dev (>= 2.23-1~), libc6 (>= 2.34), libgmp10 (>= 2:6.2.1+dfsg1), libgo19, libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4) Suggests: gccgo-11-doc Conflicts: golang-go (<< 2:1.3.3-1ubuntu2) Filename: pool/development/g/gcc-11/gccgo-11_11.3.0-12+apertis0bv2024preb1_amd64.deb Size: 11867016 MD5sum: 505e55994ede4190bb460ab2aff8f21b SHA1: f121a58872045c34eb3b9ecd2aa771fc2b6f0dc9 SHA256: 715652f953152ce79da4a7e122ef39128eaa555590daefb46248ca23beb79f10 SHA512: a6344a463cbfe6c8ece5c569a18e45dd1e1ae5202078890a9e04788380ae8650e3947138dd630928d8fbce0033800d48fcd1988b14bfe872445b58782c8dfafa Description: GNU Go compiler This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Homepage: http://gcc.gnu.org/ Package: gccgo-11-dbgsym Priority: optional Section: debug Installed-Size: 67515 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-11 Version: 11.3.0-12+apertis0bv2024preb1 Depends: gccgo-11 (= 11.3.0-12+apertis0bv2024preb1) Filename: pool/development/g/gcc-11/gccgo-11-dbgsym_11.3.0-12+apertis0bv2024preb1_amd64.deb Size: 62336084 MD5sum: 0247dc8c0718c048aa1c2a143bbb3fb2 SHA1: 37b15bdff51c699b33f3050a4e13ca09c31969b4 SHA256: 09f3eea7bfb3e7d64ac1b607612a280347a9fda0e9d75d488a829c517520b706 SHA512: 8737f1f66a1854fbd329807998feace170e9062948e69cf3f95388fd89c1799040f2c52f919093b42e6e477d0e4974f7df38e54f62d0ec2832f8f124182de8b7 Description: debug symbols for gccgo-11 Auto-Built-Package: debug-symbols Build-Ids: 0d482f00cb0246441f4f9e9166b7f57afc1276ac 27a504a51d3bf125d970150c8b56c1784e786e56 8a74bfb11813b60c628a08a3f8c7517577f12996 9aa3ebd9f99bd59c71d8db57d349aa5b480c46a6 Package: gccgo-11-multilib Priority: optional Section: devel Installed-Size: 9 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-11 Version: 11.3.0-12+apertis0bv2024preb1 Depends: gcc-11-base (= 11.3.0-12+apertis0bv2024preb1), gccgo-11 (= 11.3.0-12+apertis0bv2024preb1), gcc-11-multilib (= 11.3.0-12+apertis0bv2024preb1), lib32go-11-dev (= 11.3.0-12+apertis0bv2024preb1), libx32go-11-dev (= 11.3.0-12+apertis0bv2024preb1) Filename: pool/development/g/gcc-11/gccgo-11-multilib_11.3.0-12+apertis0bv2024preb1_amd64.deb Size: 1172 MD5sum: c7331f5e65fc1840f73904693f04ae97 SHA1: 04abd849b2a885a85f4dd25eebc2af20db65594f SHA256: 9514456b757c680048a8a315e02451ce8ad1a8bfec29c51cca516475ed5cca0b SHA512: e9b75f50626a90835248b5f1e7f4a64cf0d284f3caf4651eca7dc7a4007fc46fc9c9aba94a5a0e448e4b6b53969a0578bb58b4c1a8721c75b77c7992e866c852 Description: GNU Go compiler (multilib support) This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Homepage: http://gcc.gnu.org/ Package: gccgo-12-aarch64-linux-gnu Priority: optional Section: devel Installed-Size: 31239 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-12-cross (15+apertis1bv2024dev3b2) Version: 12.2.0-14+apertis1bv2024dev3b1cross1 Depends: gcc-12-aarch64-linux-gnu-base (= 12.2.0-14+apertis1bv2024dev3b1cross1), gcc-12-aarch64-linux-gnu (= 12.2.0-14+apertis1bv2024dev3b1cross1), libgo-12-dev-arm64-cross (>= 12), libc6-dev-arm64-cross (>= 2.23-1~), libc6 (>= 2.36), libgmp10 (>= 2:6.2.1+dfsg1), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4) Suggests: gccgo-12-doc Conflicts: golang-go (<< 2:1.3.3-1ubuntu2) Filename: pool/development/g/gcc-12-cross/gccgo-12-aarch64-linux-gnu_12.2.0-14+apertis1bv2024dev3b1cross1_amd64.deb Size: 9452668 MD5sum: e74dd8b68118111449b920ff2c7892af SHA1: 1ef46addf9a1aa2cc79eeb33c27b8c6027d26b69 SHA256: a7b9d5e34cab8f5bcc32f7a141f1bd64fe31071284db1e9d36c7c65a5e95c47d SHA512: 7603f3f7812b764c2e522e45cd69db40494f053930bb749f356ea58570ac691e5cbfa7fc094d5b931bd573397270c33391a05577668a8def6727eb8f3e81e255 Description: GNU Go compiler This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Built-Using: gcc-12 (= 12.2.0-14+apertis1bv2024dev3b1) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: gccgo-12-arm-linux-gnueabi Priority: optional Section: devel Installed-Size: 27922 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-12-cross (15+apertis1bv2024dev3b2) Version: 12.2.0-14+apertis1bv2024dev3b1cross1 Depends: gcc-12-arm-linux-gnueabi-base (= 12.2.0-14+apertis1bv2024dev3b1cross1), gcc-12-arm-linux-gnueabi (= 12.2.0-14+apertis1bv2024dev3b1cross1), libgo-12-dev-armel-cross (>= 12), libc6-dev-armel-cross (>= 2.23-1~), libc6 (>= 2.36), libgmp10 (>= 2:6.2.1+dfsg1), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4) Suggests: gccgo-12-doc Conflicts: golang-go (<< 2:1.3.3-1ubuntu2) Filename: pool/development/g/gcc-12-cross/gccgo-12-arm-linux-gnueabi_12.2.0-14+apertis1bv2024dev3b1cross1_amd64.deb Size: 8961256 MD5sum: 9ca1108783f534031e54436393115116 SHA1: 1d95e6655d2c7f46939aec1ce519b01f36a8650a SHA256: 9901be1e24a5822071df229b131870813c7bb1e3bc6157b9212755d35e2d4ab9 SHA512: 70e951dbf4ddc82d574b4e29e6a6a5f531edd28933d1dc5aafcb1d57f46d3bc594d3cadb24fa9c0ce4fe4b43c3cfc1f3c353722766314fb1c003acc2a92f84b9 Description: GNU Go compiler This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Built-Using: gcc-12 (= 12.2.0-14+apertis1bv2024dev3b1) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: gccgo-12-arm-linux-gnueabihf Priority: optional Section: devel Installed-Size: 27922 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-12-cross (15+apertis1bv2024dev3b2) Version: 12.2.0-14+apertis1bv2024dev3b1cross1 Depends: gcc-12-arm-linux-gnueabihf-base (= 12.2.0-14+apertis1bv2024dev3b1cross1), gcc-12-arm-linux-gnueabihf (= 12.2.0-14+apertis1bv2024dev3b1cross1), libgo-12-dev-armhf-cross (>= 12), libc6-dev-armhf-cross (>= 2.23-1~), libc6 (>= 2.36), libgmp10 (>= 2:6.2.1+dfsg1), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4) Suggests: gccgo-12-doc Conflicts: golang-go (<< 2:1.3.3-1ubuntu2) Filename: pool/development/g/gcc-12-cross/gccgo-12-arm-linux-gnueabihf_12.2.0-14+apertis1bv2024dev3b1cross1_amd64.deb Size: 8960988 MD5sum: 1572a5166e614c526fb9a0eead073ef6 SHA1: 9eb4c27f024901916ba410c12775ce509eafd4d3 SHA256: 941c8c9bda0ee5c3c7cb4e76ef186013dec373afadc045d95a9f02472944d082 SHA512: 25bd1a8da9c546e72b10fa1602b37c34fa1991b8ed9607f162993ee16b6caeebd0b366372e1593bd2e03960789b25b51e4ad00342625a745d55333e32c89fd85 Description: GNU Go compiler This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Built-Using: gcc-12 (= 12.2.0-14+apertis1bv2024dev3b1) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: gccgo-12-i686-linux-gnu Priority: optional Section: devel Installed-Size: 35010 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-12-cross (15+apertis1bv2024dev3b2) Version: 12.2.0-14+apertis1bv2024dev3b1cross1 Depends: gcc-12-i686-linux-gnu-base (= 12.2.0-14+apertis1bv2024dev3b1cross1), gcc-12-i686-linux-gnu (= 12.2.0-14+apertis1bv2024dev3b1cross1), libgo-12-dev-i386-cross (>= 12), libc6-dev-i386-cross (>= 2.23-1~), libc6 (>= 2.36), libgmp10 (>= 2:6.2.1+dfsg1), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4) Suggests: gccgo-12-doc Conflicts: golang-go (<< 2:1.3.3-1ubuntu2) Filename: pool/development/g/gcc-12-cross/gccgo-12-i686-linux-gnu_12.2.0-14+apertis1bv2024dev3b1cross1_amd64.deb Size: 10074736 MD5sum: bcd9a5d1ef3abfd75e688df7b8216b82 SHA1: f68d1344be02c1e701b561e4daaf170e32164fbb SHA256: 07f99d78f49edf3358ae12d369af4f0e05f71f35bcb2267cb8b607527e0aa27f SHA512: 9d2185eeeb69b2ccc750b2c64d9617eb62ac0e4504b93e58ebe8ef8be0ba5604c6e8ecae58f4dec733d991fa5d2fe46a585519786874591c799205e3d0609c54 Description: GNU Go compiler This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Built-Using: gcc-12 (= 12.2.0-14+apertis1bv2024dev3b1) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: gccgo-12-multilib-i686-linux-gnu Priority: optional Section: devel Installed-Size: 9 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-12-cross (15+apertis1bv2024dev3b2) Version: 12.2.0-14+apertis1bv2024dev3b1cross1 Depends: gcc-12-i686-linux-gnu-base (= 12.2.0-14+apertis1bv2024dev3b1cross1), gccgo-12-i686-linux-gnu (= 12.2.0-14+apertis1bv2024dev3b1cross1), gcc-12-multilib-i686-linux-gnu (= 12.2.0-14+apertis1bv2024dev3b1cross1), lib64go-12-dev-i386-cross (>= 12.2.0-14+apertis1bv2024dev3b1cross1), libx32go-12-dev-i386-cross (>= 12.2.0-14+apertis1bv2024dev3b1cross1) Filename: pool/development/g/gcc-12-cross/gccgo-12-multilib-i686-linux-gnu_12.2.0-14+apertis1bv2024dev3b1cross1_amd64.deb Size: 1316 MD5sum: bb58902bd8d9162e05a98ed3cf4ca4d7 SHA1: 9c96a6dc52e740e6ec798829c481fafba961dd0c SHA256: c8ffc79cb376f58fc9473595adfa1ea820558897aea9da851af71194db416eaa SHA512: 1f4bd861c45227073d6a412eaa9d42f3f596bac5dc35812ea95d8d05feb1646c017588629c5812c0c74a6a298ca29f5211fe2991ccc47f82c8f91341a47d9db1 Description: GNU Go compiler (multilib support) (cross compiler for i386 architecture) This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Built-Using: gcc-12 (= 12.2.0-14+apertis1bv2024dev3b1) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: gccgo-aarch64-linux-gnu Priority: optional Section: devel Installed-Size: 11 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.203+apertis0bv2024preb1) Version: 4:12.2.0-3+apertis0bv2024preb1 Depends: cpp-aarch64-linux-gnu (>= 4:12.2.0-3+apertis0bv2024preb1), g++-aarch64-linux-gnu (>= 4:12.2.0-3+apertis0bv2024preb1), gccgo-12-aarch64-linux-gnu (>= 12.2.0-1~) Suggests: gccgo-doc Filename: pool/development/g/gcc-defaults/gccgo-aarch64-linux-gnu_12.2.0-3+apertis0bv2024preb1_amd64.deb Size: 1256 MD5sum: 4ee1a864eecd7a6d9dcb37008e5ce397 SHA1: 74b3a9a43ae2e010337351aa528ff9d0ad0a4ceb SHA256: eb7de636a973e9a72f6d0b76f7b776ce0d49d3813e6b855c7345fd650decb16d SHA512: 1e61767a0341e2a4826a76e6eb1d5ca711bfd1bc5dadce4bfae8814200bc7ab6e0c281139c8947d2be0a25a0b47c9c98076f80469ae3c10c392b9f862899ee3d Description: Go compiler (based on GCC) for the arm64 architecture This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Go cross-compiler for the arm64 architecture. Multi-Arch: foreign Package: gccgo-arm-linux-gnueabi Priority: optional Section: devel Installed-Size: 11 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.203+apertis0bv2024preb1) Version: 4:12.2.0-3+apertis0bv2024preb1 Depends: cpp-arm-linux-gnueabi (>= 4:12.2.0-3+apertis0bv2024preb1), g++-arm-linux-gnueabi (>= 4:12.2.0-3+apertis0bv2024preb1), gccgo-12-arm-linux-gnueabi (>= 12.2.0-1~) Suggests: gccgo-doc Filename: pool/development/g/gcc-defaults/gccgo-arm-linux-gnueabi_12.2.0-3+apertis0bv2024preb1_amd64.deb Size: 1252 MD5sum: 18284e05e05bce5eebbb6be612b60179 SHA1: 99e4affad738ab4e0ca4ea5cdf918da8e546ce45 SHA256: cac11729b51931f0b4114a5df7e53b0b56f54d0591ff3b9e378001c4cfd67849 SHA512: 53f5a7506a5ebc480ad619ba87c577184ffc8ce83e6108316953cec8bfb5d32112c9a622ef7623ca63a8a9d1b1db89f780be1a04e2ae3edc185e7485689faaa0 Description: Go compiler (based on GCC) for the armel architecture This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Go cross-compiler for the armel architecture. Multi-Arch: foreign Package: gccgo-arm-linux-gnueabihf Priority: optional Section: devel Installed-Size: 11 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.203+apertis0bv2024preb1) Version: 4:12.2.0-3+apertis0bv2024preb1 Depends: cpp-arm-linux-gnueabihf (>= 4:12.2.0-3+apertis0bv2024preb1), g++-arm-linux-gnueabihf (>= 4:12.2.0-3+apertis0bv2024preb1), gccgo-12-arm-linux-gnueabihf (>= 12.2.0-1~) Suggests: gccgo-doc Filename: pool/development/g/gcc-defaults/gccgo-arm-linux-gnueabihf_12.2.0-3+apertis0bv2024preb1_amd64.deb Size: 1256 MD5sum: 9b4c12bda2fd73f5561bc32f9b19c08e SHA1: ed5f7df5b15694f193a19781a266331d0c156da8 SHA256: ad01cfb688f36f762924bf4ac4d8c8e7cca1d2c45a77fa4d1746f397bb5891a4 SHA512: 870000af26ebdc5756d70ddeab4dc729cf3502e97f0f023433936ee2abb60141788f1076d4248b9f5d48d85edc8fb66066db3f4f6df95f1d2a651adf52cebe2e Description: Go compiler (based on GCC) for the armhf architecture This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Go cross-compiler for the armhf architecture. Multi-Arch: foreign Package: gccgo-go Priority: optional Section: golang Installed-Size: 66 Maintainer: Debian Go Compiler Team Architecture: amd64 Source: golang-defaults Version: 2:1.19~1+apertis0bv2024dev2b1 Depends: g++-12, gccgo-12 Conflicts: golang-go Filename: pool/development/g/golang-defaults/gccgo-go_1.19~1+apertis0bv2024dev2b1_amd64.deb Size: 43696 MD5sum: 4045b20268857d341f93334a33fa78b2 SHA1: c07ca8f4df41b49b6bd7eef9678e9ce6b7b8c21f SHA256: 8256c8f86adf388108ee0706be007015933ccd08d1b10632b054237ac71e4d1c SHA512: d1b6c2746aad71f9d833a38e458ba6faab81ab9df604410d387238df5730e39ee5b00f86b8789f11f34037e3f82e4d07e3a4381b92791e002988c3e25c27333a Description: Go programming language -- gccgo The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. . Installing this package will install the gccgo implementation as /usr/bin/go. It conflicts with golang-go. Homepage: https://golang.org Multi-Arch: same Package: gccgo-i686-linux-gnu Priority: optional Section: devel Installed-Size: 11 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.203+apertis0bv2024preb1) Version: 4:12.2.0-3+apertis0bv2024preb1 Depends: cpp-i686-linux-gnu (>= 4:12.2.0-3+apertis0bv2024preb1), g++-i686-linux-gnu (>= 4:12.2.0-3+apertis0bv2024preb1), gccgo-12-i686-linux-gnu (>= 12.2.0-1~) Suggests: gccgo-doc Filename: pool/development/g/gcc-defaults/gccgo-i686-linux-gnu_12.2.0-3+apertis0bv2024preb1_amd64.deb Size: 1252 MD5sum: a6ee78c86b99f8fdc268b1267342ce1f SHA1: 15639501098ce362b78721d093383620f1dfbb70 SHA256: ff74a1f43e5d78b1cb2d6117084481665867b36f4743bb7b08476ee0efdf8b1e SHA512: e875ffc516c02e1ee33568a5dbd2cff206ddd319493054f682396a6e8fe4c2a593427e72b198691cb48891be57798f91df60c66fbcf9ce08fb4053034c33713e Description: Go compiler (based on GCC) for the i386 architecture This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Go cross-compiler for the i386 architecture. Multi-Arch: foreign Package: gccgo-multilib Priority: optional Section: devel Installed-Size: 6 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.203+apertis0bv2024preb1) Version: 4:12.2.0-3+apertis0bv2024preb1 Depends: cpp (>= 4:12.2.0-3+apertis0bv2024preb1), gcc-multilib (>= 4:12.2.0-3+apertis0bv2024preb1), gccgo (>= 4:12.2.0-3+apertis0bv2024preb1), gccgo-12-multilib (>= 12.2.0-1~) Filename: pool/development/g/gcc-defaults/gccgo-multilib_12.2.0-3+apertis0bv2024preb1_amd64.deb Size: 1064 MD5sum: 8533ec8f711880ec50c9ca729fa06b89 SHA1: 2b5c35cf1c36549ecb16061dda564a6d28e292ec SHA256: 75c3bee5ee3eb27abc74f6bda1c463f8400d7d8eea09aafaa86d1b3653b72082 SHA512: c87a3eb1a5bb40d91edbd108acdcee6e118348e2cf7fb31ecdfed103bb867ab6bd2be7cc4ee087751bc71b11fa10ee3ac819beb7e7e20e9e9ffa222a4d5aa570 Description: Go compiler, based on the GCC backend (multilib files) This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . A dependency package on architectures with multilib support; the package contains dependencies for the non-default multilib architecture(s). Package: gccgo-multilib-i686-linux-gnu Priority: optional Section: devel Installed-Size: 6 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.203+apertis0bv2024preb1) Version: 4:12.2.0-3+apertis0bv2024preb1 Depends: cpp-i686-linux-gnu (>= 4:12.2.0-3+apertis0bv2024preb1), g++-multilib-i686-linux-gnu (>= 4:12.2.0-3+apertis0bv2024preb1), gccgo-i686-linux-gnu (>= 4:12.2.0-3+apertis0bv2024preb1), gccgo-12-multilib-i686-linux-gnu (>= 12.2.0-1~) Suggests: gccgo-doc Filename: pool/development/g/gcc-defaults/gccgo-multilib-i686-linux-gnu_12.2.0-3+apertis0bv2024preb1_amd64.deb Size: 1092 MD5sum: 683825b6ad6d0f0f9a8d8b61dcbdce7e SHA1: f4f80b6f3d0c8b185757335ccf94db90ed8a04db SHA256: ef638e416145d2865a1f1262bc2dcc520b2391a7049e8b61fb799d6569c5af3f SHA512: fc89c09a88418c28fd7db0068948398003bfcb758c794c91701994233b88fdb9132a0c6f9f34b2670542876040a700e8c306c9e4819743d3a8c17f1ffb9884fc Description: Go compiler (based on GCC) for the i386 architecture This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Go cross-compiler for the i386 architecture. Package: gccgo-multilib-s390x-linux-gnu Priority: optional Section: devel Installed-Size: 6 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.203+apertis0bv2024preb1) Version: 4:12.2.0-3+apertis0bv2024preb1 Depends: cpp-s390x-linux-gnu (>= 4:12.2.0-3+apertis0bv2024preb1), g++-multilib-s390x-linux-gnu (>= 4:12.2.0-3+apertis0bv2024preb1), gccgo-s390x-linux-gnu (>= 4:12.2.0-3+apertis0bv2024preb1), gccgo-12-multilib-s390x-linux-gnu (>= 12.2.0-1~) Suggests: gccgo-doc Filename: pool/development/g/gcc-defaults/gccgo-multilib-s390x-linux-gnu_12.2.0-3+apertis0bv2024preb1_amd64.deb Size: 1092 MD5sum: 615d9aba443ef47bba5531f09971e08a SHA1: cd4d0c5ef77a5b3e7363cb24e339482b547a8ea2 SHA256: 636646c097d1aa3500fdcfe1ae9810f366bdb6f4f3f8cb59cf8d11102cfcce77 SHA512: e795ab0d47914e7643963e45063d76c7b4e7c86989f30649448cdbbf986106bde3152c293488ea79b56c3632d9015fcf11ad499d540eef9cdcb90aadcc9bed1e Description: Go compiler (based on GCC) for the s390x architecture This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Go cross-compiler for the s390x architecture. Package: gccgo-powerpc64le-linux-gnu Priority: optional Section: devel Installed-Size: 11 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.203+apertis0bv2024preb1) Version: 4:12.2.0-3+apertis0bv2024preb1 Depends: cpp-powerpc64le-linux-gnu (>= 4:12.2.0-3+apertis0bv2024preb1), g++-powerpc64le-linux-gnu (>= 4:12.2.0-3+apertis0bv2024preb1), gccgo-12-powerpc64le-linux-gnu (>= 12.2.0-1~) Suggests: gccgo-doc Filename: pool/development/g/gcc-defaults/gccgo-powerpc64le-linux-gnu_12.2.0-3+apertis0bv2024preb1_amd64.deb Size: 1264 MD5sum: 0fcc5e4c6ced7c6ba5241538f45c9a1c SHA1: 2c98aa683f20bfdc837006a9b79ae442c4042a2d SHA256: 7a8cf41ed2808f046bea7265de6577b313dfbc150f11451cf09b9cf634ee5059 SHA512: 6f3af7b40396222194f6904594b83fae4d73951fdd60ce9002260584d6a7c9dc1624db237efa89c41cdebe568918aa97fb678dfa2d68a2a5305e93aab24eefed Description: Go compiler (based on GCC) for the ppc64el architecture This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Go cross-compiler for the ppc64el architecture. Multi-Arch: foreign Package: gccgo-s390x-linux-gnu Priority: optional Section: devel Installed-Size: 11 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.203+apertis0bv2024preb1) Version: 4:12.2.0-3+apertis0bv2024preb1 Depends: cpp-s390x-linux-gnu (>= 4:12.2.0-3+apertis0bv2024preb1), g++-s390x-linux-gnu (>= 4:12.2.0-3+apertis0bv2024preb1), gccgo-12-s390x-linux-gnu (>= 12.2.0-1~) Suggests: gccgo-doc Filename: pool/development/g/gcc-defaults/gccgo-s390x-linux-gnu_12.2.0-3+apertis0bv2024preb1_amd64.deb Size: 1252 MD5sum: fc127f83bc502d567da41f60a5da0abc SHA1: 6304d250f6de1e90bc940dcaa400c74461df07e3 SHA256: a5b6d4f86c5d1f2540fe248e42d1974bb75313c4fcd5f17a4bee9ab99d1c193b SHA512: b9419071a9360565a8123829db7af6e335f171bfa3afc555d1b5b10eb8bc5e23a06b6424b1d4832924cea9d8dd295fe0022e8b23c351e10dd1be31cb6c97386f Description: Go compiler (based on GCC) for the s390x architecture This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Go cross-compiler for the s390x architecture. Multi-Arch: foreign Package: gdal-bin Priority: optional Section: science Installed-Size: 1200 Maintainer: Debian GIS Project Architecture: amd64 Source: gdal Version: 3.6.2+dfsg-1+apertis0bv2024dev2b1 Replaces: python-gdal (<< 2.4.3~) Depends: python3-gdal (= 3.6.2+dfsg-1+apertis0bv2024dev2b1), python3-numpy (>= 1:1.22.0), python3-numpy-abi9, python3:any, libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgdal32 (>= 3.5.0), libstdc++6 (>= 11) Suggests: libgdal-grass Breaks: gdal-bin (<< 1.10.0-0~), python-gdal (<< 2.4.3~) Filename: pool/development/g/gdal/gdal-bin_3.6.2+dfsg-1+apertis0bv2024dev2b1_amd64.deb Size: 554512 MD5sum: 642e45dce81c1d2a2d759c32a5787d45 SHA1: ab641e13d8a4e5191998ea3807310d7809006535 SHA256: 42375414a017f58fd206d41a1f1e6b213ca2d630888b8283a1a21a679c89e992 SHA512: 46d7c0dda4c639d7d7786e9ded08ecb4fe7ebe2d63ac836000ebd3ac6513941a95eaaaf5a243bf55d47d238d61c40ed745f3d47c5be78406c7e63eb5cec90af9 Description: Geospatial Data Abstraction Library - Utility programs GDAL is a translator library for raster geospatial data formats. As a library, it presents a single abstract data model to the calling application for all supported formats. The related OGR library (which lives within the GDAL source tree) provides a similar capability for simple features vector data. . GDAL supports 40+ popular data formats, including commonly used ones (GeoTIFF, JPEG, PNG and more) as well as the ones used in GIS and remote sensing software packages (ERDAS Imagine, ESRI Arc/Info, ENVI, PCI Geomatics). Also supported many remote sensing and scientific data distribution formats such as HDF, EOS FAST, NOAA L1B, NetCDF, FITS. . OGR library supports popular vector formats like ESRI Shapefile, TIGER data, S57, MapInfo File, DGN, GML and more. . This package contains utility programs, based on GDAL/OGR library, namely gdal_translate, gdalinfo, gdaladdo, gdalwarp, ogr2ogr, ogrinfo, ogrtindex. Homepage: http://www.gdal.org/ Package: gdal-bin-dbgsym Priority: optional Section: debug Installed-Size: 939 Maintainer: Debian GIS Project Architecture: amd64 Source: gdal Version: 3.6.2+dfsg-1+apertis0bv2024dev2b1 Depends: gdal-bin (= 3.6.2+dfsg-1+apertis0bv2024dev2b1) Filename: pool/development/g/gdal/gdal-bin-dbgsym_3.6.2+dfsg-1+apertis0bv2024dev2b1_amd64.deb Size: 722932 MD5sum: 410ef889055be0596a98e4600c677870 SHA1: 4f06aa94b5090a54f8dae7e0777adb57b42ba8f9 SHA256: a65d162b113fb79f3e72d774492ad674cde3e9aef1738f03473c736e22b1acb4 SHA512: 7ef3cec9b3cde5d69b3d900a62a17fa3592a839a92b9ab3e1769c9a56510dae174f38b199e9804388455610a1371f52645c9315dc4a0b1418e0cf5bb7aeb2e07 Description: debug symbols for gdal-bin Auto-Built-Package: debug-symbols Build-Ids: 002e3085cfa93e4fce1053a6f6186c585ba10090 0afe6a92df9e1026c1212b03b65a862aa41fd4bd 259dc6bfd24d0089e6be7de7131428c7436732ff 276675473b6ca45c6f5674a474e0146911da15f4 2dc066f511327552f57ae4f5188c1a68457748d6 30e99447ffacda2e45bb145a529bcc662058e9f3 310c0a8c9a6bbbef429e48044e0d49a198fdd002 61f96458f0e9cf380e88b79e2f9113fb32801ea5 6992d02045c339a377c88549f81840e2653557c5 6c153f44100f389829cc0858f4682ba4984c558d 8260f16ed6727ce213e227cc8a9c71275fca254e 93ab8d11f886e6e5d625be3f6ad1780f48ba5eff 9cbe793953874bdf6b37b67c1e33ed2bd95e2865 9d477c0b28f60e8228d79e99c79c6fe32ad4cb61 b3a41b3cb915ad2d22d8fb87e097bb7a4bb19def b518b67b58ae34354d3e98a4655668f904d694e4 beb783b7b6a0a87b2a4e76b3c72e8c0b2c77f98a c20a2c783a787437b50116ff08e511fb13a7ac3d c7cb555ea0bf048d2197fc63a91e5d38ff3672d1 c88fbea1ef5cb0b14ca524ee9a2c4d729b49d7de cbc3990fb1ca14004c3ab942b1182d7e4f058364 f14f8063981e7e4ce153b69d8807f4bb5d5f19cf f357424826e946a62d94ba1b36cb4087fb6b4227 f5439a49a23a2ffa490c39826e9c54d0c17539cf f5b1522d17ac16baa243875fabd1473952001f4b ff188463d1a91c541c5d72a28ee6b6f80dffe7cf Package: gdal-data Priority: optional Section: science Installed-Size: 2645 Maintainer: Debian GIS Project Architecture: all Source: gdal Version: 3.6.2+dfsg-1+apertis0bv2024dev2b1 Filename: pool/development/g/gdal/gdal-data_3.6.2+dfsg-1+apertis0bv2024dev2b1_all.deb Size: 541548 MD5sum: 3518dac503d4a72f776534fa23a2f46d SHA1: f01e6c26c62b19f518beca98d65a187a437a8ea0 SHA256: bb8bf42b03aece6106b2e86e226f63340f9d83796b310f155ed5e3c7a85597de SHA512: c6122dd450a00788bee296bb322b8dc84f414de5be0425f83f9d018d6c42811906814be1f5b6b163af84de0c9da0ec8aef427630697442ed5b15214162b159d5 Description: Geospatial Data Abstraction Library - Data files GDAL is a translator library for raster geospatial data formats. As a library, it presents a single abstract data model to the calling application for all supported formats. The related OGR library (which lives within the GDAL source tree) provides a similar capability for simple features vector data. . GDAL supports 40+ popular data formats, including commonly used ones (GeoTIFF, JPEG, PNG and more) as well as the ones used in GIS and remote sensing software packages (ERDAS Imagine, ESRI Arc/Info, ENVI, PCI Geomatics). Also supported many remote sensing and scientific data distribution formats such as HDF, EOS FAST, NOAA L1B, NetCDF, FITS. . OGR library supports popular vector formats like ESRI Shapefile, TIGER data, S57, MapInfo File, DGN, GML and more. . This package contains the GDAL data files. Homepage: http://www.gdal.org/ Multi-Arch: foreign Package: gdal-plugins Priority: optional Section: science Installed-Size: 383 Maintainer: Debian GIS Project Architecture: amd64 Source: gdal Version: 3.6.2+dfsg-1+apertis0bv2024dev2b1 Filename: pool/development/g/gdal/gdal-plugins_3.6.2+dfsg-1+apertis0bv2024dev2b1_amd64.deb Size: 335116 MD5sum: 1424d257be61a58a61e8b89746070b8b SHA1: dd659313dcd4af5539e5c567d2e01ca729234df0 SHA256: 0b248d88e35b0f3e914cf8a5ad51e0eeaf043359fca5956ba8a76621b8419664 SHA512: 3764d2504f13c5689ca60ee35349bb13fe44918db100e9ca73e35f87d3869b06959cc53a2856ac71a3c567fbd204275a5a0b1c8dcb3235e40de81092995ddd02 Description: Geospatial Data Abstraction Library - Plugins GDAL is a translator library for raster geospatial data formats. As a library, it presents a single abstract data model to the calling application for all supported formats. The related OGR library (which lives within the GDAL source tree) provides a similar capability for simple features vector data. . GDAL supports 40+ popular data formats, including commonly used ones (GeoTIFF, JPEG, PNG and more) as well as the ones used in GIS and remote sensing software packages (ERDAS Imagine, ESRI Arc/Info, ENVI, PCI Geomatics). Also supported many remote sensing and scientific data distribution formats such as HDF, EOS FAST, NOAA L1B, NetCDF, FITS. . OGR library supports popular vector formats like ESRI Shapefile, TIGER data, S57, MapInfo File, DGN, GML and more. . This package contains data for the plugins. Homepage: http://www.gdal.org/ Package: gdb Priority: optional Section: devel Installed-Size: 11662 Maintainer: Héctor Orón Martínez Architecture: amd64 Version: 13.1-3+apertis0bv2024preb1 Replaces: gdb Depends: libbabeltrace1 (>= 1.5.4), libc6 (>= 2.34), libdebuginfod1 (>= 0.180), libexpat1 (>= 2.0.1), libgcc-s1 (>= 4.2), libgmp10 (>= 2:6.2.1+dfsg1), libipt2 (>= 2.0), liblzma5 (>= 5.1.1alpha+20110809), libmpfr6 (>= 3.1.3), libncursesw6 (>= 6), libpython3.11 (>= 3.11.0), libreadline8 (>= 8.2~beta), libsource-highlight4v5 (>= 3.1.9), libstdc++6 (>= 12), libtinfo6 (>= 6), libxxhash0 (>= 0.6.5), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.2.0) Recommends: libc-dbg Suggests: gdb-doc, gdbserver Conflicts: gdb Filename: pool/development/g/gdb/gdb_13.1-3+apertis0bv2024preb1_amd64.deb Size: 3988708 MD5sum: 3768bad887aee7476f4ff89abc7f451d SHA1: 7b36fbfd2533dc8a755eb4527f4218596e26ce05 SHA256: 33dada3da631046f724181237c806faf418c2b52ad7c5108165ac9da7c506c09 SHA512: e598b3b4760e5160fd9a7756ad3b919fc137d632b475657e70c48a0ab12426953a4bd07b19d2dfd0c6ad2a6469db4f2011da2df3349db167d32ad1bb5f689e59 Description: GNU Debugger GDB is a source-level debugger, capable of breaking programs at any specific line, displaying variable values, and determining where errors occurred. Currently, gdb supports C, C++, D, Objective-C, Fortran, Java, OpenCL C, Pascal, assembly, Modula-2, Go, and Ada. A must-have for any serious programmer. Homepage: https://www.gnu.org/s/gdb/ Package: gdb-dbgsym Priority: optional Section: debug Installed-Size: 40813 Maintainer: Héctor Orón Martínez Architecture: amd64 Source: gdb Version: 13.1-3+apertis0bv2024preb1 Replaces: gdb-dbg (<< 7.12-1~) Depends: gdb (= 13.1-3+apertis0bv2024preb1) Breaks: gdb-dbg (<< 7.12-1~) Filename: pool/development/g/gdb/gdb-dbgsym_13.1-3+apertis0bv2024preb1_amd64.deb Size: 40147972 MD5sum: 1e07af0fc318e8954c6818e2571ce267 SHA1: bfc137f5cb53be5656be122332bbb5bbb5d96f80 SHA256: 70d3c34b71ed4804ec2a0a554b696580813fe1df678c643dfe2ab6a35babe696 SHA512: baf4e5747a22f8f122eed80e18a25507457cc2959aaa0dd35c3d2c1d5b02a73350ca4b73b8d3e96d4d575c9743802c8a95d03fa2b6cbc57409962feec9c98050 Description: debug symbols for gdb Auto-Built-Package: debug-symbols Build-Ids: 6d3f9a2a03d154bb406cc50a24d6086367585a5f Package: gdb-minimal Priority: optional Section: devel Installed-Size: 9931 Maintainer: Héctor Orón Martínez Architecture: amd64 Source: gdb Version: 13.1-3+apertis0bv2024preb1 Replaces: gdb Provides: gdb Depends: libc6 (>= 2.34), libdebuginfod1 (>= 0.180), libexpat1 (>= 2.0.1), libgcc-s1 (>= 4.2), libgmp10 (>= 2:6.2.1+dfsg1), libipt2 (>= 2.0), liblzma5 (>= 5.1.1alpha+20110809), libreadline8 (>= 8.2~beta), libstdc++6 (>= 12), libtinfo6 (>= 6), libxxhash0 (>= 0.6.5), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.2.0) Conflicts: gdb Filename: pool/development/g/gdb/gdb-minimal_13.1-3+apertis0bv2024preb1_amd64.deb Size: 3266312 MD5sum: 0580d201f5a9f344f4d7e2d9ff67b84f SHA1: 87719c34470247d914518b1127486fb45253b938 SHA256: 6a5e00414bd68e8c9c73c13fac9f50ec9e6a81b2e682bb57bde96533f9216164 SHA512: 1978faa233420b25bb36e04a3041a186f567fd7ddeb15140d35b8e49a532fe21d1d6487e7682c196bee8b96d5cfecdc3890a5b4f6f31e3197ee124e2084a4ea8 Description: GNU Debugger (minimal version) GDB is a source-level debugger, capable of breaking programs at any specific line, displaying variable values, and determining where errors occurred. Currently, gdb supports C, C++, D, Objective-C, Fortran, Java, OpenCL C, Pascal, assembly, Modula-2, Go, and Ada. A must-have for any serious programmer. . This package contains a minimal version of GDB with optional features disabled. Homepage: https://www.gnu.org/s/gdb/ Package: gdb-minimal-dbgsym Priority: optional Section: debug Installed-Size: 36980 Maintainer: Héctor Orón Martínez Architecture: amd64 Source: gdb Version: 13.1-3+apertis0bv2024preb1 Depends: gdb-minimal (= 13.1-3+apertis0bv2024preb1) Filename: pool/development/g/gdb/gdb-minimal-dbgsym_13.1-3+apertis0bv2024preb1_amd64.deb Size: 36364960 MD5sum: 45e9dac173f38a73858e95bd3ce55290 SHA1: d246d2e4bb0722530efdb0d5a0499faa71af327c SHA256: 08d269bff53584da8aa95d7a15a6ce2dad1262e0f98438c18d06b40a4a3b5ae8 SHA512: 9bd5e3fc4b2d8770ab6bdc8e4311d17d16aa4082c924d54178aa7474379f3df56fd3d189dd65c253354a47d113f72cde38eaa67d7fbe838c7fa2d40d06537f7d Description: debug symbols for gdb-minimal Auto-Built-Package: debug-symbols Build-Ids: 12aca3d16c7f7e6fe44a98cf59a17a4f2d45aa33 Package: gdb-multiarch Priority: optional Section: devel Installed-Size: 18186 Maintainer: Héctor Orón Martínez Architecture: amd64 Source: gdb Version: 13.1-3+apertis0bv2024preb1 Provides: gdb-arm-none-eabi Depends: gdb (= 13.1-3+apertis0bv2024preb1), libbabeltrace1 (>= 1.5.4), libc6 (>= 2.34), libdebuginfod1 (>= 0.180), libexpat1 (>= 2.0.1), libgcc-s1 (>= 4.2), libgmp10 (>= 2:6.2.1+dfsg1), libipt2 (>= 2.0), liblzma5 (>= 5.1.1alpha+20110809), libmpfr6 (>= 3.1.3), libncursesw6 (>= 6), libpython3.11 (>= 3.11.0), libreadline8 (>= 8.2~beta), libsource-highlight4v5 (>= 3.1.9), libstdc++6 (>= 12), libtinfo6 (>= 6), libxxhash0 (>= 0.6.5), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.2.0) Conflicts: gdb-arm-none-eabi Breaks: gdb-arm-none-eabi Filename: pool/development/g/gdb/gdb-multiarch_13.1-3+apertis0bv2024preb1_amd64.deb Size: 4302704 MD5sum: bb421176523ab04a394688f30789652b SHA1: f804d36471c21d09398a930a1a61605ce385ad31 SHA256: 68ed3f2129a022ddc1d7c81cf6a20b644c6ae7a1050a45b18d0afa5ff93f01cf SHA512: df19f21f68eb44b347f6f83e40ae86b3c057f9e8d5f9da8e28b73e530f6764d40fe66ca99a4c8095cc336a494253f27608503dbf7d01fe016f1ccf12e135f22e Description: GNU Debugger (with support for multiple architectures) GDB is a source-level debugger, capable of breaking programs at any specific line, displaying variable values, and determining where errors occurred. Currently, gdb supports C, C++, D, Objective-C, Fortran, Java, OpenCL C, Pascal, assembly, Modula-2, Go, and Ada. A must-have for any serious programmer. . This package contains a version of GDB which supports multiple target architectures. Homepage: https://www.gnu.org/s/gdb/ Package: gdb-multiarch-dbgsym Priority: optional Section: debug Installed-Size: 44596 Maintainer: Héctor Orón Martínez Architecture: amd64 Source: gdb Version: 13.1-3+apertis0bv2024preb1 Depends: gdb-multiarch (= 13.1-3+apertis0bv2024preb1) Filename: pool/development/g/gdb/gdb-multiarch-dbgsym_13.1-3+apertis0bv2024preb1_amd64.deb Size: 43661500 MD5sum: 3754fb91fb51924a5569df8e25013179 SHA1: a7177786274576aeed07d855783676e871074aa5 SHA256: 06a192a18f12603943bad369192588f833d54dda7473798d48f387e01a0b647c SHA512: 29fc8db1752e1c121cbb96d985172a57f9200518028befd26bec7e86b5d5ddd4a5d736a805eee67c08dfca93d5f0329af5d8dfdc7812f8e6d4115f56a6749e8c Description: debug symbols for gdb-multiarch Auto-Built-Package: debug-symbols Build-Ids: 34d81eaa62fe33313c4592ecba079d1cd6972290 Package: gdb-source Priority: optional Section: devel Installed-Size: 23480 Maintainer: Héctor Orón Martínez Architecture: all Source: gdb Version: 13.1-3+apertis0bv2024preb1 Filename: pool/development/g/gdb/gdb-source_13.1-3+apertis0bv2024preb1_all.deb Size: 24024104 MD5sum: 13dcee0940a6ca59d2ff3aefeaafac39 SHA1: 8b5dce430635efda889e85f17ec95781f67db277 SHA256: ba28c79fced766e560f0e50279a9eab63db633d4e9d10cf048730991b89bd53a SHA512: be8ef2104eeb6be526af11d9a49106be92959b10a8f0baebf2f1bf822e6a3c2faeef7ddea4d0318ce489604e75ecdbdf48c68ac227ca385bfe61ce2f6aa747a1 Description: GNU Debugger (source) GDB is a source-level debugger, capable of breaking programs at any specific line, displaying variable values, and determining where errors occurred. Currently, gdb supports C, C++, D, Objective-C, Fortran, Java, OpenCL C, Pascal, assembly, Modula-2, Go, and Ada. A must-have for any serious programmer. . This package contains the sources and patches which are needed to build GDB. Homepage: https://www.gnu.org/s/gdb/ Package: gdbm-l10n Priority: optional Section: localization Installed-Size: 314 Maintainer: Nicolas Mora Architecture: all Source: gdbm Version: 1.23-3+apertis1bv2024preb1 Replaces: libgdbm4 (= 1.12-2) Filename: pool/development/g/gdbm/gdbm-l10n_1.23-3+apertis1bv2024preb1_all.deb Size: 90444 MD5sum: 23abc0178cb55c3b48beddacb02978b0 SHA1: 817fd4d1cb1f06903095d2000b8eae2dc326d2c7 SHA256: 4d9d10fcacd76d974cc590469db3ca2de8b187bfaa01e7f77334787953e27985 SHA512: ef1a2c634aca7831a4a9c9a77724427a6e98bf55fe6bd500dc234d93af167c4f2b1ebeb17cbe991a7c0b2057e169662a5b14f34301e7a9c5c6104db7a1023081 Description: GNU dbm database routines (translation files) GNU dbm ('gdbm') is a library of database functions that use extendible hashing and works similarly to the standard UNIX 'dbm' functions. . The basic use of 'gdbm' is to store key/data pairs in a data file, thus providing a persistent version of the 'dictionary' Abstract Data Type ('hash' to perl programmers). This package provides translations for messages, generated by library routines and programs, provided by 'gdbtool' package. Homepage: https://gnu.org/software/gdbm Multi-Arch: foreign Package: gdbmtool Priority: optional Section: utils Installed-Size: 640 Maintainer: Nicolas Mora Architecture: amd64 Source: gdbm Version: 1.23-3+apertis1bv2024preb1 Depends: libc6 (>= 2.34), libgdbm6 (>= 1.21), libreadline8 (>= 6.0) Suggests: gdbm-l10n (= 1.23-3+apertis1bv2024preb1) Filename: pool/development/g/gdbm/gdbmtool_1.23-3+apertis1bv2024preb1_amd64.deb Size: 163396 MD5sum: edb9956e3f3076a035ebc01072f7281e SHA1: 40c3813db484db6aa4df81c6fe37e0ae75834bae SHA256: 83c56973bc1a1f7106f7d408fc2bb74f881a1247211e4fccb2fcb2ab771e901a SHA512: c8a4fbe81bb693f0cba4ee6c2e0d80fa80ea174a39fbb4f0fa7059b4e8c16f472097f88434d29962c2d1c349a20301d2665ee25af3175c07e86aeb724d8f3819 Description: GNU dbm database routines (command line tools) GNU dbm ('gdbm') is a library of database functions that use extendible hashing and works similarly to the standard UNIX 'dbm' functions. . The basic use of 'gdbm' is to store key/data pairs in a data file, thus providing a persistent version of the 'dictionary' Abstract Data Type ('hash' to perl programmers). This package includes following command line tools: . * gdbm_dump -- dump database content into system-independant format * gdbm_load -- recreate database from dump, created by gdbm_dump * gdbmtool -- view and modify an existing database or to create a new one. Homepage: https://gnu.org/software/gdbm Package: gdbmtool-dbgsym Priority: optional Section: debug Installed-Size: 671 Maintainer: Nicolas Mora Architecture: amd64 Source: gdbm Version: 1.23-3+apertis1bv2024preb1 Depends: gdbmtool (= 1.23-3+apertis1bv2024preb1) Filename: pool/development/g/gdbm/gdbmtool-dbgsym_1.23-3+apertis1bv2024preb1_amd64.deb Size: 569732 MD5sum: e501c490a1cd7768703b1b4a0da3e201 SHA1: 7a909539044beab26cb72b76859c54d06d337464 SHA256: 084c4462b4b6dafa7da10f7c5ad9936e117549ab7b2ac9868494735e6dfd28c0 SHA512: 9d822dfffd719e9d821c70b935caa71bcdccc18b6a8348f6e9af8a88d969a2d4333f77d97391b7a6071aec836710e3e6c9906f8e58fa3f7392303994f31d05dc Description: debug symbols for gdbmtool Auto-Built-Package: debug-symbols Build-Ids: 0051972a095397bba193ba034418f0db943a185d 34b0b581bbece8412216fc42d3498e63a0237b0a 42ff325e0a0861be89e15a5d23696767b0f0ae82 442fb091a95d878d944bfbf29fbb6dcec0808da0 6c5e7d9347af4940291317748adb1018d95a99aa cc7a7ce9ffa29b3ccf95f615199ba01287fc87c5 Package: gdbserver Priority: optional Section: devel Installed-Size: 835 Maintainer: Héctor Orón Martínez Architecture: amd64 Source: gdb Version: 13.1-3+apertis0bv2024preb1 Replaces: gdb (<< 7.0.1-1) Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 11) Filename: pool/development/g/gdb/gdbserver_13.1-3+apertis0bv2024preb1_amd64.deb Size: 397092 MD5sum: 289e8c59d18706d544d9818467059e5f SHA1: 323651fd1dbe13abe537a0e73967cc1e02d355fd SHA256: 2124008691867057f9fad6036dafe6ba3f1c0d4965f9b385b2dc283ad1033722 SHA512: c75d3837eba7769f6b072ba6953c3b52478c17d7312834e2f982adcfe18d38410a70886d6061e7718c94b98d249808792ee24a16514355bf4f5e9bc5551eb446 Description: GNU Debugger (remote server) GDB is a source-level debugger, capable of breaking programs at any specific line, displaying variable values, and determining where errors occurred. Currently, gdb supports C, C++, D, Objective-C, Fortran, Java, OpenCL C, Pascal, assembly, Modula-2, Go, and Ada. A must-have for any serious programmer. . This package contains gdbserver. Install this to debug remotely from another system where GDB is installed. Homepage: https://www.gnu.org/s/gdb/ Package: gdbserver-dbgsym Priority: optional Section: debug Installed-Size: 2104 Maintainer: Héctor Orón Martínez Architecture: amd64 Source: gdb Version: 13.1-3+apertis0bv2024preb1 Depends: gdbserver (= 13.1-3+apertis0bv2024preb1) Filename: pool/development/g/gdb/gdbserver-dbgsym_13.1-3+apertis0bv2024preb1_amd64.deb Size: 2010460 MD5sum: 6a9ce330908ad60abf5cea0cc835e4a0 SHA1: 36e2a268805ff6e3fdc701bd8d2478c38b5607c6 SHA256: a450233856c89c217426b4dc13ed890cacbd6576d0580fcf9f3469b5f07084e2 SHA512: 05a60487c90f3cd26f8bb17bf44d0413e95578be3dca76b1e44d5074f189fb97eaef102b2d3b9b54fa93ad11a966701058ac57a2b3f71009262489534167c15b Description: debug symbols for gdbserver Auto-Built-Package: debug-symbols Build-Ids: a0b4aeea0ee8651a6da1b05fc374b811c06b8c64 c79b0d629982c269e425fd9481d357804388a5eb Package: gdc Priority: optional Section: devel Installed-Size: 29 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.203+apertis0bv2024preb1) Version: 4:12.2.0-3+apertis0bv2024preb1 Replaces: gdc-4.1 (<< 0.25-4.1.2-18), gdc-4.2 (<< 0.25-4.2.2-7), gdc-4.3 (<< 1:1.043-4.3.4-1) Depends: gdc-12 (>= 12.2.0-1~), libgphobos-dev (= 12.2.0-3+apertis0bv2024preb1) Filename: pool/development/g/gcc-defaults/gdc_12.2.0-3+apertis0bv2024preb1_amd64.deb Size: 6980 MD5sum: b3d47d8f5f372f82fda2eee871d07bd1 SHA1: 66bb533fea041179eaddbdbbb95df36280403de3 SHA256: a82e5e1333899e4407b2a2b056d4490db54e7676f2c84e29babb75d1b4e96193 SHA512: 1c9fdca20c5fc55f48db6e93e4d255fb98ec097c03a8c43456cceb28a7e6029de3d241e688f132cb3ac02b038230c4901b19d4fe9d462a9760c3806d7cfa8dc7 Description: D compiler (language version 2), based on the GCC backend This is a dependency package providing the default D compiler. Per policy, all packages that contain D sources must use this package in their Build-Depends line. . This compiler supports D language version 2. Package: gdc-11 Priority: optional Section: devel Installed-Size: 27792 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-11 Version: 11.3.0-12+apertis0bv2024preb1 Replaces: gdc (<< 4.4.6-5) Provides: d-compiler, d-v2-compiler, gdc Depends: gcc-11-base (>= 11), g++-11 (>= 11), libgphobos-11-dev (>= 11), libc6 (>= 2.34), libgmp10 (>= 2:6.2.1+dfsg1), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4) Filename: pool/development/g/gcc-11/gdc-11_11.3.0-12+apertis0bv2024preb1_amd64.deb Size: 9708696 MD5sum: 535d5a3623a793add0944fb2bd2c1232 SHA1: 72f9b7af1aa51ac7ef2aabebf95e01dadec6df30 SHA256: 6a3af264a9ad7335f0f43b062087b8aba44b5d45277c397d22e3642982476df8 SHA512: 8b34d656570d63290e367d6370b89be33ed475656636f8ab47f97af5698ee5240f6289b4c3d8108f8f0253f93b95eb6367dcaf14defc85eee6e2106ddbdf7a30 Description: GNU D compiler (version 2) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Homepage: http://gcc.gnu.org/ Package: gdc-11-dbgsym Priority: optional Section: debug Installed-Size: 57768 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-11 Version: 11.3.0-12+apertis0bv2024preb1 Depends: gdc-11 (= 11.3.0-12+apertis0bv2024preb1) Filename: pool/development/g/gcc-11/gdc-11-dbgsym_11.3.0-12+apertis0bv2024preb1_amd64.deb Size: 55183444 MD5sum: 7abba723d656b089845b8de76f9a3abf SHA1: 642d9945a54831db79f797ce5e07de0302725c71 SHA256: 9b589ddb8a0472d64c9fd3790a32db80740cb56a6465ed49b8d1d6d5e703ca84 SHA512: 032a5869fc3f895015ef6b7910e6e054038786f218cf7d06e0a5cf09735300f1df089670a934dc4d6c854c14bf14723aab8d71e55901bd4a04fe1dcc8e370f92 Description: debug symbols for gdc-11 Auto-Built-Package: debug-symbols Build-Ids: 08f680fc08d6f223bad1502296d716de6054f85c aa11cfa88ee8f2f160320417621a54c66222ff9c Package: gdc-11-multilib Priority: optional Section: devel Installed-Size: 6 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-11 Version: 11.3.0-12+apertis0bv2024preb1 Depends: gcc-11-base (>= 11), gdc-11 (= 11.3.0-12+apertis0bv2024preb1), gcc-11-multilib (= 11.3.0-12+apertis0bv2024preb1), lib32gphobos-11-dev (= 11.3.0-12+apertis0bv2024preb1), libx32gphobos-11-dev (= 11.3.0-12+apertis0bv2024preb1) Filename: pool/development/g/gcc-11/gdc-11-multilib_11.3.0-12+apertis0bv2024preb1_amd64.deb Size: 1076 MD5sum: 3d503ce101842166d071329d5b026865 SHA1: 8930c09582e44a01daa070b753facc913042be6e SHA256: 23a09e7b2300fbb62931211c7702d951f2fdf29929bec37950fb34ee68b5de86 SHA512: da5fe697ca45d44994251c96b91ad0d75a88010e9d964f7857b630d7880efdca4166803c31abaf894aadc1483358bb47b84d7877379c15c9a28927de4f848c81 Description: GNU D compiler (version 2, multilib support) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Homepage: http://gcc.gnu.org/ Package: gdc-12-aarch64-linux-gnu Priority: optional Section: devel Installed-Size: 34616 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-12-cross (15+apertis1bv2024dev3b2) Version: 12.2.0-14+apertis1bv2024dev3b1cross1 Replaces: gdc (<< 4.4.6-5) Depends: gcc-12-aarch64-linux-gnu-base (>= 12), g++-12-aarch64-linux-gnu (>= 12), gdc-12 (>= 12), libgphobos-12-dev-arm64-cross (>= 12), libc6 (>= 2.36), libgmp10 (>= 2:6.2.1+dfsg1), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4) Filename: pool/development/g/gcc-12-cross/gdc-12-aarch64-linux-gnu_12.2.0-14+apertis1bv2024dev3b1cross1_amd64.deb Size: 10621720 MD5sum: 246beffc68dafe4f4e71f09a55283844 SHA1: 2cac18209a22327ba3faf72f546fd48e163cc496 SHA256: 99173ef60f9e898558a787cf8e5654bfbcdf314de167b7d05bf764de58e99a4f SHA512: 2b7bc92eadcf7e49a7b66352b6161ba3d35a1c8390ecc6ca32de1bf6d7a61bc7cdddc48cc411a855442b052f08001a2fee5dc516e7f554ba92aa2e984d8ff0cd Description: GNU D compiler (version 2) (cross compiler for arm64 architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Built-Using: gcc-12 (= 12.2.0-14+apertis1bv2024dev3b1) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: gdc-12-arm-linux-gnueabi Priority: optional Section: devel Installed-Size: 31364 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-12-cross (15+apertis1bv2024dev3b2) Version: 12.2.0-14+apertis1bv2024dev3b1cross1 Replaces: gdc (<< 4.4.6-5) Depends: gcc-12-arm-linux-gnueabi-base (>= 12), g++-12-arm-linux-gnueabi (>= 12), gdc-12 (>= 12), libgphobos-12-dev-armel-cross (>= 12), libc6 (>= 2.36), libgmp10 (>= 2:6.2.1+dfsg1), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4) Filename: pool/development/g/gcc-12-cross/gdc-12-arm-linux-gnueabi_12.2.0-14+apertis1bv2024dev3b1cross1_amd64.deb Size: 10134396 MD5sum: 5d561f71103f37441c07e7233d5cd278 SHA1: 26c0df4fbfd761d745f3ef95d0b41951c57c0268 SHA256: 0ae01eb5f6f8e8d7c7f26517dad42f4c537483035c7fb7d7efccf31c7226541b SHA512: cb0bfa7b194013df848c9363169ff2da56529f8c87188c38bb9f007e0bb8f321c076c7bb3f9305ee96e5fb5cf9d857c787fbec338b01fb11109cc22cbe1b1eb4 Description: GNU D compiler (version 2) (cross compiler for armel architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Built-Using: gcc-12 (= 12.2.0-14+apertis1bv2024dev3b1) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: gdc-12-arm-linux-gnueabihf Priority: optional Section: devel Installed-Size: 31364 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-12-cross (15+apertis1bv2024dev3b2) Version: 12.2.0-14+apertis1bv2024dev3b1cross1 Replaces: gdc (<< 4.4.6-5) Depends: gcc-12-arm-linux-gnueabihf-base (>= 12), g++-12-arm-linux-gnueabihf (>= 12), gdc-12 (>= 12), libgphobos-12-dev-armhf-cross (>= 12), libc6 (>= 2.36), libgmp10 (>= 2:6.2.1+dfsg1), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4) Filename: pool/development/g/gcc-12-cross/gdc-12-arm-linux-gnueabihf_12.2.0-14+apertis1bv2024dev3b1cross1_amd64.deb Size: 10136320 MD5sum: 4b045a3d6c959d32524d73cd28db8b96 SHA1: 2c241e45f301b967214a52a845a242a69e6bd870 SHA256: 48d119f5fc40cb753bb82aeed0484ad6b3b7d923851799f4e7dac770d4d53b7f SHA512: 8694d0d54e221885acf80dbf2a35e9e64405d26d002728ad40aafa018225439e2501925bf83c20efc4711e925d6de3519d08bb5db9e494f6feb3fbe3d0c2ebe3 Description: GNU D compiler (version 2) (cross compiler for armhf architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Built-Using: gcc-12 (= 12.2.0-14+apertis1bv2024dev3b1) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: gdc-12-i686-linux-gnu Priority: optional Section: devel Installed-Size: 38383 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-12-cross (15+apertis1bv2024dev3b2) Version: 12.2.0-14+apertis1bv2024dev3b1cross1 Replaces: gdc (<< 4.4.6-5) Depends: gcc-12-i686-linux-gnu-base (>= 12), g++-12-i686-linux-gnu (>= 12), gdc-12 (>= 12), libgphobos-12-dev-i386-cross (>= 12), libc6 (>= 2.36), libgmp10 (>= 2:6.2.1+dfsg1), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4) Filename: pool/development/g/gcc-12-cross/gdc-12-i686-linux-gnu_12.2.0-14+apertis1bv2024dev3b1cross1_amd64.deb Size: 11244308 MD5sum: 38d2098ef21e38d630ff15231c15c2df SHA1: e05fd38e8f9b0e69c41a29565bc4b8bfb4e407f0 SHA256: 5a95532a6e6c612b7b538195aab812ca08e8b1253a0c05a6cc5a8c3fa85a48de SHA512: d29d05ce1b6746d5d9f425df06135fc85b511d1505a90d388d157185be40d3af987ab7449ac2e4965a32a66ec751da674754426de310e36f00d38293924cd5ef Description: GNU D compiler (version 2) (cross compiler for i386 architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Built-Using: gcc-12 (= 12.2.0-14+apertis1bv2024dev3b1) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: gdc-12-multilib-i686-linux-gnu Priority: optional Section: devel Installed-Size: 6 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-12-cross (15+apertis1bv2024dev3b2) Version: 12.2.0-14+apertis1bv2024dev3b1cross1 Depends: gcc-12-i686-linux-gnu-base (>= 12), gdc-12-i686-linux-gnu (= 12.2.0-14+apertis1bv2024dev3b1cross1), gcc-12-multilib-i686-linux-gnu (= 12.2.0-14+apertis1bv2024dev3b1cross1), lib64gphobos-12-dev-i386-cross (>= 12.2.0-14+apertis1bv2024dev3b1cross1), libx32gphobos-12-dev-i386-cross (>= 12.2.0-14+apertis1bv2024dev3b1cross1) Filename: pool/development/g/gcc-12-cross/gdc-12-multilib-i686-linux-gnu_12.2.0-14+apertis1bv2024dev3b1cross1_amd64.deb Size: 1192 MD5sum: ce55da95c7c9a9f03f61ce55d68dd0e0 SHA1: cbcba98e3d3a5d9f23d311d44177350c02069da4 SHA256: 8b00080c90d95258b884244facc983e3241a2ab018939f8388aa68f470592757 SHA512: ffc32a96b20a29dc483a4f0bdbf5386ac707c7f98dec0b1ca2dbeaa137218e1d6c3e81e62fc836bcd81cf140990b83466c3f3533681156b46bcda2f4168298c4 Description: GNU D compiler (version 2, multilib support) (cross compiler for i386 architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Built-Using: gcc-12 (= 12.2.0-14+apertis1bv2024dev3b1) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: gdc-aarch64-linux-gnu Priority: optional Section: devel Installed-Size: 11 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.203+apertis0bv2024preb1) Version: 4:12.2.0-3+apertis0bv2024preb1 Depends: cpp-aarch64-linux-gnu (>= 4:12.2.0-3+apertis0bv2024preb1), gdc-12-aarch64-linux-gnu (>= 12.2.0-1~) Filename: pool/development/g/gcc-defaults/gdc-aarch64-linux-gnu_12.2.0-3+apertis0bv2024preb1_amd64.deb Size: 1140 MD5sum: 64b250424e76901c89c2f5326ab125bd SHA1: d12c85c0550fec86b1d49dc5dd29a78145504673 SHA256: 985f46183669bd3a93e76e2b70f47ec380ad5041d4b81101673672c709b92464 SHA512: 9dfc5c30e32b96e4130e18ea8805b15a13a4f1fdeafc65fe24009b99e8e23ecde0d22be16c401d864d0c6994539c02e2495b1ba735ea55654b9df1714dbd5c9b Description: GNU D compiler (based on GCC) for the arm64 architecture This is the GNU D compiler, which compiles D on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU D cross-compiler for the arm64 architecture. Multi-Arch: foreign Package: gdc-arm-linux-gnueabi Priority: optional Section: devel Installed-Size: 11 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.203+apertis0bv2024preb1) Version: 4:12.2.0-3+apertis0bv2024preb1 Depends: cpp-arm-linux-gnueabi (>= 4:12.2.0-3+apertis0bv2024preb1), gdc-12-arm-linux-gnueabi (>= 12.2.0-1~) Filename: pool/development/g/gcc-defaults/gdc-arm-linux-gnueabi_12.2.0-3+apertis0bv2024preb1_amd64.deb Size: 1140 MD5sum: 0b64bab0c466d02b656ae2799be921dc SHA1: c5c5c0c2e1e8574b2eaeeabd5ed2e2a7754084dc SHA256: fcac358c14c2ab5db497161de22ca3e5a99e66676cb8b3bb74e33fdf3203dff8 SHA512: d5e5cd5f7eff43ccc8fe1f720b2c40ea8be47c5020eb2fac7bf914d8a40ab76e28ad25921e02a87e73e802543f0fb36caa19b1f24736a518fbd19c20d787dba7 Description: GNU D compiler (based on GCC) for the armel architecture This is the GNU D compiler, which compiles D on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU D cross-compiler for the armel architecture. Multi-Arch: foreign Package: gdc-arm-linux-gnueabihf Priority: optional Section: devel Installed-Size: 11 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.203+apertis0bv2024preb1) Version: 4:12.2.0-3+apertis0bv2024preb1 Depends: cpp-arm-linux-gnueabihf (>= 4:12.2.0-3+apertis0bv2024preb1), gdc-12-arm-linux-gnueabihf (>= 12.2.0-1~) Filename: pool/development/g/gcc-defaults/gdc-arm-linux-gnueabihf_12.2.0-3+apertis0bv2024preb1_amd64.deb Size: 1152 MD5sum: c284ece25e3b4a125833e2a985fec854 SHA1: 500782935093930e6230a38bcfbb78f33bc69c6e SHA256: 9e8c27f22845a9eb38d8164cecd298665d479770ea17bc147ddbed6bf5d6b294 SHA512: 38071430eb379bf90abded251d5cceaf10d7f569055ec0670e796e707a1f5a2625b48920a36efe24da48ec106b3c0e386620acf70e1b0ba4ff458f4909448978 Description: GNU D compiler (based on GCC) for the armhf architecture This is the GNU D compiler, which compiles D on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU D cross-compiler for the armhf architecture. Multi-Arch: foreign Package: gdc-i686-linux-gnu Priority: optional Section: devel Installed-Size: 11 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.203+apertis0bv2024preb1) Version: 4:12.2.0-3+apertis0bv2024preb1 Depends: cpp-i686-linux-gnu (>= 4:12.2.0-3+apertis0bv2024preb1), gdc-12-i686-linux-gnu (>= 12.2.0-1~) Filename: pool/development/g/gcc-defaults/gdc-i686-linux-gnu_12.2.0-3+apertis0bv2024preb1_amd64.deb Size: 1144 MD5sum: 5a7cedbd434f8e3269baeefd123c8a09 SHA1: 0af7f8eaa2fddd252111ffb493aaa335de00eecf SHA256: a2ab592423a58d53712354e6d35d4420f044f29c8d13343928bd53b8296c7bc5 SHA512: 495ae0c9596914a02c391240cb95ff845e9f79366ec5e01ed3e610801f020859694a98ec3b260a10542fe9e4475936cbf07498a9cb0aeeaec0ba4094a046d39f Description: GNU D compiler (based on GCC) for the i386 architecture This is the GNU D compiler, which compiles D on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU D cross-compiler for the i386 architecture. Multi-Arch: foreign Package: gdc-multilib Priority: optional Section: devel Installed-Size: 6 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.203+apertis0bv2024preb1) Version: 4:12.2.0-3+apertis0bv2024preb1 Depends: cpp (>= 4:12.2.0-3+apertis0bv2024preb1), gcc-multilib (>= 4:12.2.0-3+apertis0bv2024preb1), gdc (>= 4:12.2.0-3+apertis0bv2024preb1), gdc-12-multilib (>= 12.2.0-1~) Filename: pool/development/g/gcc-defaults/gdc-multilib_12.2.0-3+apertis0bv2024preb1_amd64.deb Size: 1000 MD5sum: 2a5e345cf978d8ece3d5a535db81f459 SHA1: c6ab7c6a8e3db8829575f75fe91bf92d5b5bd53b SHA256: 5f25b4008ff270f38928f2295efddddcfafec2684f52e8690e9324a3398217a5 SHA512: 5511441bb0b81598b0b0f4cf0d63c920e1c6d7349dfdc962e14be435afaad1e4ce7260fe59bbdea8885159fc0dcf23977f8f91d8b2925fe892a93693e5f40f55 Description: D compiler (language version 2) (multilib files) This compiler supports D language version 2. . A dependency package on architectures with multilib support; the package contains dependencies for the non-default multilib architecture(s). Package: gdc-multilib-i686-linux-gnu Priority: optional Section: devel Installed-Size: 6 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.203+apertis0bv2024preb1) Version: 4:12.2.0-3+apertis0bv2024preb1 Depends: cpp-i686-linux-gnu (>= 4:12.2.0-3+apertis0bv2024preb1), gdc-12-multilib-i686-linux-gnu (>= 12.2.0-1~), gdc-i686-linux-gnu (>= 12.2.0-3+apertis0bv2024preb1) Filename: pool/development/g/gcc-defaults/gdc-multilib-i686-linux-gnu_12.2.0-3+apertis0bv2024preb1_amd64.deb Size: 1072 MD5sum: 5212bcf0632fe87c1a63a67f5df5a6d9 SHA1: a752e84c2c3437bdf2b4401a59d68af6d3aa7cc4 SHA256: 9b6edd5503fc78727f43f6fd797ef27c24bbc3ab21083853675a3082842108a0 SHA512: 9729e2a161ecb1066719f4761a7dfe927b80309bc6a6b15e9bc807ef62f8698d95163d03a79e3b6bfcc079f01a7e75ce868aa2a487325eb6ee33f021fa3458c4 Description: GNU D compiler (based on GCC) for the i386 architecture This is the GNU D compiler, which compiles D on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU D cross-compiler for the i386 architecture. Package: gdc-multilib-s390x-linux-gnu Priority: optional Section: devel Installed-Size: 6 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.203+apertis0bv2024preb1) Version: 4:12.2.0-3+apertis0bv2024preb1 Depends: cpp-s390x-linux-gnu (>= 4:12.2.0-3+apertis0bv2024preb1), gdc-12-multilib-s390x-linux-gnu (>= 12.2.0-1~), gdc-s390x-linux-gnu (>= 12.2.0-3+apertis0bv2024preb1) Filename: pool/development/g/gcc-defaults/gdc-multilib-s390x-linux-gnu_12.2.0-3+apertis0bv2024preb1_amd64.deb Size: 1072 MD5sum: 2903ea973fd8861ef1f9aebeaa7a03ce SHA1: 9c786f0607d9251df6c452923f95d02bd085818a SHA256: 36dbca974e5f79b0f4f0e33bc36f4cace86d12d39e393ffc8fe364c927e349d5 SHA512: 1c0a58faaf240dcc32e2e2fc65894a0356d922c262cbe896f9608defb6b9df3ccb29ff35b983580be79bafee7003988c04f63a42d2f8bf726b2bf8ef93f7d243 Description: GNU D compiler (based on GCC) for the s390x architecture This is the GNU D compiler, which compiles D on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU D cross-compiler for the s390x architecture. Package: gdc-powerpc64le-linux-gnu Priority: optional Section: devel Installed-Size: 11 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.203+apertis0bv2024preb1) Version: 4:12.2.0-3+apertis0bv2024preb1 Depends: cpp-powerpc64le-linux-gnu (>= 4:12.2.0-3+apertis0bv2024preb1), gdc-12-powerpc64le-linux-gnu (>= 12.2.0-1~) Filename: pool/development/g/gcc-defaults/gdc-powerpc64le-linux-gnu_12.2.0-3+apertis0bv2024preb1_amd64.deb Size: 1148 MD5sum: ece3b12126d46d557438c3d98cd13291 SHA1: 4640aa19f48db20c1493450993db962ba2f47def SHA256: dd9724365b72883c7fde0c4e5c7d2977cc8e706d329a2bc7d6119f36a5e98882 SHA512: bce809478d6b5f8701dac5193f8bb679f62e37a4d43d79f84ef2bcaaf8ef1a94cb064a34fac7c889b5efd1fce1d07d3067dc82abe36183163d85baa8d33ccfe6 Description: GNU D compiler (based on GCC) for the ppc64el architecture This is the GNU D compiler, which compiles D on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU D cross-compiler for the ppc64el architecture. Multi-Arch: foreign Package: gdc-s390x-linux-gnu Priority: optional Section: devel Installed-Size: 11 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.203+apertis0bv2024preb1) Version: 4:12.2.0-3+apertis0bv2024preb1 Depends: cpp-s390x-linux-gnu (>= 4:12.2.0-3+apertis0bv2024preb1), gdc-12-s390x-linux-gnu (>= 12.2.0-1~) Filename: pool/development/g/gcc-defaults/gdc-s390x-linux-gnu_12.2.0-3+apertis0bv2024preb1_amd64.deb Size: 1144 MD5sum: 1a84d448884d20a43ca786c96c229252 SHA1: 2c31b1a3d7e9ba51a90c746cbff0db8d6045d5bb SHA256: ece2759ef3efc9700d72e691577b49ffb9e19322221aa2f3e32aa79fc95096fe SHA512: 45fdc038e179b55c52fa3ef27fef279cf07d722ca0978c8f3425d3e491acd47e55fcf4a5e3ddd8a74f717377995c968e5769af212cfd5b7a00a22ed95af6394c Description: GNU D compiler (based on GCC) for the s390x architecture This is the GNU D compiler, which compiles D on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU D cross-compiler for the s390x architecture. Multi-Arch: foreign Package: gdmd Priority: optional Section: devel Installed-Size: 39 Maintainer: Debian D Language Group Architecture: all Version: 2.100+git210818-1+apertis0bv2024dev2b1 Depends: gdc (>= 4:12.2) Filename: pool/development/g/gdmd/gdmd_2.100+git210818-1+apertis0bv2024dev2b1_all.deb Size: 10160 MD5sum: 1f9f505914c3707df69233970d7a274a SHA1: b0dbc0738471af63f3c281c1e8240398ffd6b6ae SHA256: 97dd2ec629788ad04be20fe0831b56871a022405a1d89a3e3948b044b1749a0e SHA512: 1eb68edcfc4037ed0bc4707e9c69b0609a222fca9aec6bcc732c23095211444328d137a49e1232a58db0d424ee1441b82b2fac3cc54a0cc38c04161099e6f079 Description: DMD-like wrapper for GDC This package provides `gdmd`, an interface to the GNU D compiler (GDC), which recognizes flags normally used with the DMD D compiler and translates them to flags GDC can understand. This makes `gdmd` a drop-in replacement to the `dmd` compiler invocation. . The GNU D compiler compiles D sources using the gcc backend to generate highly optimized binaries. Homepage: https://github.com/D-Programming-GDC/gdmd Package: gem2deb Priority: optional Section: ruby Installed-Size: 167 Maintainer: Debian Ruby Team Architecture: amd64 Version: 2.1+apertis0bv2024preb1 Provides: dh-sequence-ruby Depends: debhelper-compat (= 12), devscripts, gem2deb-test-runner (= 2.1+apertis0bv2024preb1), rake, ruby:any, ruby-all-dev (>= 1:2.5), perl:any Recommends: apt-file, build-essential, python3-debian Suggests: git-buildpackage, pristine-tar Filename: pool/development/g/gem2deb/gem2deb_2.1+apertis0bv2024preb1_amd64.deb Size: 53876 MD5sum: 683a7a78c020764b6059aff6f909c2e3 SHA1: 57c49b55f73c508365bfa84e14f5e4f64cdc43d3 SHA256: 4b5e90368a523c37d00703535f929b62c1069804130bbbe1063933e4c31af9ff SHA512: fac6e2b62045863ee26b14a0e169df8d48aceeb5f220320bfb10a5a51e558983c761724848cc19502a3e0bea25a7ff633f297cd9f34f35a1ffe599adf8f99089 Description: Debian Ruby packaging suite gem2deb is a set of tools to create Debian package from ruby software distributed with Rubygems. gem2tgz converts the .gem file to a tar archive, then dh-make-ruby creates a Debian source package from that archive. That Debian package uses the included Debhelper helper, dh_ruby, to generate a proper Debian package. Both pure-ruby and native packages are supported. Package: gem2deb-test-runner Priority: optional Section: ruby Installed-Size: 58 Maintainer: Debian Ruby Team Architecture: amd64 Source: gem2deb Version: 2.1+apertis0bv2024preb1 Replaces: gem2deb (<< 1.0.2~) Depends: rake, ruby:any, ruby-minitest, ruby-test-unit Breaks: gem2deb (<< 1.0.2~), ruby-kaminari (<< 1.0.1-5~), ruby-mime-types (<< 3.3.1-1~), ruby-rails-assets-jquery (<< 3.3.1-2~) Filename: pool/development/g/gem2deb/gem2deb-test-runner_2.1+apertis0bv2024preb1_amd64.deb Size: 17604 MD5sum: 5b9c5074b8fde3fb197e9b3974f0f91f SHA1: ef61dbf448774d63b739c0f037943c2aa494dc6d SHA256: 2d4d76d4aff4fc56f00c63b6a9c2fc9f35b5c5d5cbef41a21e7fee5a91fdb1c4 SHA512: 1dbc8c6f51c47a1da81dfb9c0ac4077e544e91960b6d634e83135935e0de24fd01b8a55340c40a42b37f566f5c949ad43205ab90ea2cbe85384a680ddcd6f157 Description: Debian Ruby packaging suite - tool to run tests gem2deb is a set of tools to create Debian package from ruby software distributed with Rubygems. . This package contains the tool to run the tests. Package: gengetopt Priority: optional Section: devel Installed-Size: 546 Maintainer: Thorsten Alteholz Architecture: amd64 Version: 2.23+dfsg1-1apertis0bv2024dev2b1 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 9) Filename: pool/development/g/gengetopt/gengetopt_2.23+dfsg1-1apertis0bv2024dev2b1_amd64.deb Size: 152304 MD5sum: 6d7f235975239410f43409e861ed390b SHA1: f28e35d139f0309b7fb69f09c8b65dfb082489b3 SHA256: 4a3d514904af0f4e1923e1fe4349fc773a07c29f0d17ecd7dbd37ea452a2a643 SHA512: 1cca9810fe44efc020d11664b96f7daa6e74be0197a4df1582dace785566441a86d1472f9e6d95afb488c0135ef42146fe9969ede0d057744fdf37318b2107f7 Description: skeleton main.c generator gengetopt reads an interface description file, and writes a file containing a command-line parser function. gengetopt supports: long and short options, 11 types of parameters (including flag, int, double, string, and function call), and a usage message. Homepage: https://www.gnu.org/software/gengetopt/ Multi-Arch: foreign Package: gengetopt-dbgsym Priority: optional Section: debug Installed-Size: 1533 Maintainer: Thorsten Alteholz Architecture: amd64 Source: gengetopt Version: 2.23+dfsg1-1apertis0bv2024dev2b1 Depends: gengetopt (= 2.23+dfsg1-1apertis0bv2024dev2b1) Filename: pool/development/g/gengetopt/gengetopt-dbgsym_2.23+dfsg1-1apertis0bv2024dev2b1_amd64.deb Size: 1476508 MD5sum: b0fbf2993bcddeac8e2000c4cc92b9e8 SHA1: 9ca1afd738d3117f2b2f60320a3a402819ddee01 SHA256: 8443e110138cdf891b5a458ff66e5d0311133d8c4a765493050543abb1c7a78c SHA512: 1e66fb7be453eb1747affcd340692cb869def90d0ed3600569a2e4d3256c1504a090bf36ea29d63ef312559e30658bfe5581439f5c32f13e46ab9a929a9d3cb2 Description: debug symbols for gengetopt Auto-Built-Package: debug-symbols Build-Ids: b13fca444e6b695dc3236001478dd132b9822e55 Package: geoclue-2-demo Priority: optional Section: utils Installed-Size: 153 Maintainer: Laurent Bigonville Architecture: amd64 Source: geoclue-2.0 Version: 2.6.0-2+apertis2bv2024preb1 Replaces: geoclue-2.0 (<< 2.4.10) Depends: geoclue-2.0 (= 2.6.0-2+apertis2bv2024preb1), libc6 (>= 2.34), libgeoclue-2-0 (>= 2.4.0), libglib2.0-0 (>= 2.44.0) Breaks: geoclue-2.0 (<< 2.4.10) Filename: pool/development/g/geoclue-2.0/geoclue-2-demo_2.6.0-2+apertis2bv2024preb1_amd64.deb Size: 43628 MD5sum: 5b54259f833462020503940b2dc69d0c SHA1: 268d6913bd738174c7dc2e77c8c96ca82886396c SHA256: afc43fef560505e5fd6ecd8e457724860ad5bcbf253a9d32902f5d975c9418a4 SHA512: b129dfda74a8d89476282a3409876b3454d7370efb95e951df9771529eaa9632dc10925bca179e1f9849a76bc7ec1229de61700864c07649eec1dbe569582b4e Description: geoinformation service (demonstration programs) GeoClue is a D-Bus geoinformation service. The goal of the Geoclue project is to make creating location-aware applications as simple as possible. . This package contains the demonstration programs. Homepage: https://gitlab.freedesktop.org/geoclue/geoclue/wikis/home Package: geoclue-2-demo-dbgsym Priority: optional Section: debug Installed-Size: 146 Maintainer: Laurent Bigonville Architecture: amd64 Source: geoclue-2.0 Version: 2.6.0-2+apertis2bv2024preb1 Depends: geoclue-2-demo (= 2.6.0-2+apertis2bv2024preb1) Filename: pool/development/g/geoclue-2.0/geoclue-2-demo-dbgsym_2.6.0-2+apertis2bv2024preb1_amd64.deb Size: 107968 MD5sum: 515dab9a7a40d2832d8871d095a7aace SHA1: f52a16b8c723b6ab8c1bdd3ff4dd7282a00afd09 SHA256: 6ccb472b96c99e3559de2e4fd749fbceb6c5769f8e8e3cb00e096fa0e8d7e437 SHA512: 413ed2c4e81401d3d9748a8ac331ca5dde8366ae7309307af0d44ffb50b79d877e075810188ec9812f4eb65cbfaff67cce4169494a5f7c4be07cceaec8887097 Description: debug symbols for geoclue-2-demo Auto-Built-Package: debug-symbols Build-Ids: 4e85156c20fe75da33cc1f39e151f7e9697b9d25 Package: geoclue-2.0 Priority: optional Section: utils Installed-Size: 466 Maintainer: Laurent Bigonville Architecture: amd64 Version: 2.6.0-2+apertis2bv2024preb1 Replaces: geoclue (>= 2.0), geoclue-2-demo (<< 2.4.12-2~) Depends: adduser, libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libavahi-glib1 (>= 0.6.16), libc6 (>= 2.34), libglib2.0-0 (>= 2.65.1), libjson-glib-1.0-0 (>= 1.5.2), libmm-glib0 (>= 1.18.2), libnotify4 (>= 0.7.0), libsoup-3.0-0 (>= 3.0.3) Recommends: avahi-daemon, iio-sensor-proxy, modemmanager, wpasupplicant Breaks: geoclue (>= 2.0), geoclue-2-demo (<< 2.4.12-2~) Filename: pool/development/g/geoclue-2.0/geoclue-2.0_2.6.0-2+apertis2bv2024preb1_amd64.deb Size: 114924 MD5sum: 5c06edee8632d47373700d69e4c5203f SHA1: 97782dbce73fcfb8b84cb3833e4104c5e10cff56 SHA256: 1bb80eb1da21c5e666a9dc69d1302aa546a8ff148a709d50f7e634d32d039acf SHA512: a1f0ee84a28c142d6196cb8f6e5b4b072cea964171759e96114659389c7037ed672bc881ceec9247ecea1edbc85dd6d6417c49800557c350f2be1071e987af75 Description: geoinformation service GeoClue is a D-Bus geoinformation service. The goal of the Geoclue project is to make creating location-aware applications as simple as possible. . This package contains the D-Bus system service for GeoClue. Homepage: https://gitlab.freedesktop.org/geoclue/geoclue/wikis/home Package: geoclue-2.0-dbgsym Priority: optional Section: debug Installed-Size: 450 Maintainer: Laurent Bigonville Architecture: amd64 Source: geoclue-2.0 Version: 2.6.0-2+apertis2bv2024preb1 Depends: geoclue-2.0 (= 2.6.0-2+apertis2bv2024preb1) Filename: pool/development/g/geoclue-2.0/geoclue-2.0-dbgsym_2.6.0-2+apertis2bv2024preb1_amd64.deb Size: 354320 MD5sum: f625b7107dc9afc3dadc65bba258bdb2 SHA1: b01d49cc7581c60867f80ea4c10b22048fab4134 SHA256: 87f172b25f455c67bdab1906712390b7865e3c61bfc282afe7ae841422e04695 SHA512: bf0e093239d5b6ae8609cbc3985dd5be1a40248ff03f900b7c8cedd32f0152307d46bc6d7e0ce0967a264d9fdfa300217293ba0c3a410b96c624c2a637ebccd6 Description: debug symbols for geoclue-2.0 Auto-Built-Package: debug-symbols Build-Ids: a207c341d79d342167ef288ef01ad2847616d2a5 c1163dfb6113e53f136a2d6723a74a2e12c81248 Package: geoclue-doc Priority: optional Section: doc Installed-Size: 162 Maintainer: Laurent Bigonville Architecture: all Source: geoclue-2.0 Version: 2.6.0-2+apertis2bv2024preb1 Filename: pool/development/g/geoclue-2.0/geoclue-doc_2.6.0-2+apertis2bv2024preb1_all.deb Size: 37016 MD5sum: 68bcdb2764f4c968ec9e9a5b08f7c650 SHA1: f767ba6a17897092e27bdc87f73475a811b8d4a3 SHA256: 2c917052a98380135ff789279744fdfa9f67b49bc48a2621ccf6b57c1cd4df01 SHA512: 4392a343544d3d37ce71c27f9b12be4419294c6e996db32fe9feb36616c6dd42561df3927c7b27186ad9c0e00edaaa958c950e53a4e15c978b5e56aa6ccfe45f Description: geoinformation service (D-Bus API documentation) GeoClue is a D-Bus geoinformation service. The goal of the Geoclue project is to make creating location-aware applications as simple as possible. . This package contains the D-Bus API documentation. Homepage: https://gitlab.freedesktop.org/geoclue/geoclue/wikis/home Multi-Arch: foreign Package: geos-bin Priority: optional Section: utils Installed-Size: 393 Maintainer: Debian GIS Project Architecture: amd64 Source: geos Version: 3.11.1-1+apertis0bv2024dev2b1 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgeos3.11.1 (>= 3.11.0~beta1), libstdc++6 (>= 11) Filename: pool/development/g/geos/geos-bin_3.11.1-1+apertis0bv2024dev2b1_amd64.deb Size: 121468 MD5sum: a932c249d0555d1c003e4e0049ff80cf SHA1: 6233fc0a7ec1c917812331052a41e5f88a609abe SHA256: 33ff8aab2750d4d19d054856ba630af62c4ea1dd8e863182bad60424949d1658 SHA512: 0796eb6dc3426d434aa56e02c7ab0af1dfdee8278142356e86ec63183d75fcb6b82d48ef77d1a9a1bd9c9e83e7a3f16a7f9350780eda0f1022530a9b50b4dcc3 Description: Geometry engine for Geographic Information Systems - Utilities GEOS provides a spatial object model and fundamental geometric functions. It implements the geometry model defined in the OpenGIS Consortium Simple Features Specification for SQL. Functions provided include: . * spatial predicates (based on the DE-9IM model), * overlay functions (intersection, difference, union, symmetric difference), * buffer, * convex hull, * area and distance functions, and * topological validity checking . This package contains the utilities. Homepage: https://trac.osgeo.org/geos/ Package: geos-bin-dbgsym Priority: optional Section: debug Installed-Size: 2588 Maintainer: Debian GIS Project Architecture: amd64 Source: geos Version: 3.11.1-1+apertis0bv2024dev2b1 Depends: geos-bin (= 3.11.1-1+apertis0bv2024dev2b1) Filename: pool/development/g/geos/geos-bin-dbgsym_3.11.1-1+apertis0bv2024dev2b1_amd64.deb Size: 2456808 MD5sum: bad5e9157ccf7ca45aa82095443316b9 SHA1: c9d77e549b0b4a5d8a3948a7e2144075981acb36 SHA256: 449ce22b4cfc120bbfd3f6fa80a5a7b8372838f5e599c67262aa91b13f6fc1ff SHA512: 5cdf699a3c2d7006d6164fe0bac8cbd803889a88fef8003f35c518b79d72574d4baa313949f2dbbd1aa944377896527b7d63acf50b22c331d4b725dd1d7bf5c0 Description: debug symbols for geos-bin Auto-Built-Package: debug-symbols Build-Ids: 6e8cca074dc2867a7e9c72fec8543800a78d93ba Package: geotiff-bin Priority: optional Section: science Installed-Size: 127 Maintainer: Debian GIS Project Architecture: amd64 Source: libgeotiff Version: 1.7.1-2+apertis0bv2024dev2b1 Replaces: libgeotiff-dev (<< 1.4.0-4) Depends: libc6 (>= 2.34), libgeotiff5 (>= 1.6.0), libtiff6 (>= 4.0.3) Suggests: gdal-bin, libgeotiff-epsg Breaks: libgeotiff-dev (<< 1.4.0-4) Filename: pool/development/libg/libgeotiff/geotiff-bin_1.7.1-2+apertis0bv2024dev2b1_amd64.deb Size: 47084 MD5sum: 23af5863804f6046a3dbe95cc6d6edde SHA1: fc8745aa71b9514872b20d8b87217ce37b1be30f SHA256: d70c86964d97ad5a34bb80a2ea8620e9ffce9f736996cd4622b855e67184e1de SHA512: 96e739f3ebaa847f74065bcb7a3e77f2de055cbcec1625db50114ab66f6710ae1a01aea064201ff20cbbf54a69200f7f2e0df0c382d069cb2401f5877f45803f Description: GeoTIFF (geografic enabled TIFF) library -- tools This C library supports TIFF 6.0 based interchange format for georeferenced raster imagery. The GeoTIFF standard has been developed for reading, and writing geographic meta-information tags on top of TIFF raster. . The GeoTIFF library comes with two utility programs here included: . listgeo - dumps the metadata of a GeoTIFF file. geotifcp - applies metadata to a TIFF file, making it a GeoTIFF file. Homepage: https://geotiff.osgeo.org/ Multi-Arch: foreign Package: geotiff-bin-dbgsym Priority: optional Section: debug Installed-Size: 81 Maintainer: Debian GIS Project Architecture: amd64 Source: libgeotiff Version: 1.7.1-2+apertis0bv2024dev2b1 Depends: geotiff-bin (= 1.7.1-2+apertis0bv2024dev2b1) Filename: pool/development/libg/libgeotiff/geotiff-bin-dbgsym_1.7.1-2+apertis0bv2024dev2b1_amd64.deb Size: 48000 MD5sum: 1903a7c563ce3a151ad04071860deb10 SHA1: 02ee05f54683276715af97bc8b6748e184534cc0 SHA256: 35522572263e1fcf1ffb07e570465cb223a36af7c36932c83bc9333c35f9e03e SHA512: d4e60e0e5ab87baf4b23214c463f954a4e10d59dc72c6964678eebf4e0742007ed5ac094d72b02e50876180921699d29ba7db2e95a3d7b889963d6ac1d911924 Description: debug symbols for geotiff-bin Auto-Built-Package: debug-symbols Build-Ids: 32240d17a4ba3033086eab96ad0eecbcdc20ffed 39d2f177d8e374a310f8be23cef3fbcdb0c6ecda e4ecfe4dc21903c8475361ccfba2f91b45a922de Package: germinate Priority: optional Section: utils Installed-Size: 49 Maintainer: Colin Watson Architecture: all Version: 2.39+apertis1bv2024dev2b1 Depends: python3-germinate (= 2.39+apertis1bv2024dev2b1), perl:any, python3:any Filename: pool/development/g/germinate/germinate_2.39+apertis1bv2024dev2b1_all.deb Size: 22276 MD5sum: c1f6cf47d4e2499bffc05e2aff03470a SHA1: e25c1eb4d7b69268533ffce7a3c7d59bbc4b625e SHA256: d8f0bab05a32306c18025a546632a71acc9decea6cf10db7a90f1b1dbeec1733 SHA512: 3ae0b5fd31304a7f81ef85663ecdf121785784027abb5df448787aa4dd3a9c0809bc1dc2bc7e8b509cd0c5e3004b77c6d7662ab67c3cef4067216f6318dcf8f5 Description: expand dependencies in a list of seed packages Germinate takes lists of seed packages and expands their dependencies to produce a full list of packages. This can be used for purposes such as managing the list of packages present in a derived distribution's archive or CD builds. Homepage: https://launchpad.net/germinate Package: gettext Priority: optional Section: devel Installed-Size: 5850 Maintainer: Santiago Vila Architecture: amd64 Version: 0.21-12+apertis2bv2024preb1 Depends: gettext-base, libc6 (>= 2.34), libgomp1 (>= 6), libunistring2 (>= 1.0), libxml2 (>= 2.9.1) Recommends: curl | wget | lynx Suggests: autopoint, gettext-doc, libasprintf-dev, libgettextpo-dev Breaks: autopoint (<= 0.17-11) Filename: pool/development/g/gettext/gettext_0.21-12+apertis2bv2024preb1_amd64.deb Size: 1308352 MD5sum: 0a739b3326edae88c3025df5365a3883 SHA1: cbc42022f331a6db2ba6b7e400b3bbf86a59280d SHA256: 94c8dac06209fa166972dcbcb8ce4969dcdd0c927448ec0be7b2fc949768c49b SHA512: d186bd858a855f34519e65d02e55f9396b7f8b2c572213db7d24f4e2fcd1364863d627842010c42e08c463a41bb8381d5c876b6b739a4ce9aeacfb684f708f0c Description: GNU Internationalization utilities Interesting for authors or maintainers of other packages or programs which they want to see internationalized. Homepage: https://www.gnu.org/software/gettext/ Multi-Arch: foreign Package: gettext-base Priority: standard Section: utils Installed-Size: 645 Maintainer: Santiago Vila Architecture: amd64 Source: gettext Version: 0.21-12+apertis2bv2024preb1 Depends: libc6 (>= 2.34) Filename: pool/development/g/gettext/gettext-base_0.21-12+apertis2bv2024preb1_amd64.deb Size: 168024 MD5sum: 2f46a54b0241c0245caeb7e33cf7a486 SHA1: df63649778222ac28479e333fd0e652fdd5035aa SHA256: 1f6f42e5a8b2237a81e629964ebf2e843fdc5f86e443b024a79c78157e676436 SHA512: 24514436d1612719e4a936e0b15da56c44e50f29964a312eb3dfcd18053d8a72b974ffb8bce22bec4338d6033a21e053ee89f562368a5872623a21c8d3fa3c19 Description: GNU Internationalization utilities for the base system This package includes the gettext and ngettext programs which allow other packages to internationalize the messages given by shell scripts. Homepage: https://www.gnu.org/software/gettext/ Multi-Arch: foreign Package: gettext-base-dbgsym Priority: optional Section: debug Installed-Size: 142 Maintainer: Santiago Vila Architecture: amd64 Source: gettext Version: 0.21-12+apertis2bv2024preb1 Depends: gettext-base (= 0.21-12+apertis2bv2024preb1) Filename: pool/development/g/gettext/gettext-base-dbgsym_0.21-12+apertis2bv2024preb1_amd64.deb Size: 101980 MD5sum: d13fee60e5d7b0537f3f88d2e03d1620 SHA1: 766a286061bfa6daa3ce6ebccd40dd82f7d6c0c9 SHA256: bff72f7f3c8d06e9068ea7924778b217ad26f8b826cf4d664091acd7479da3ea SHA512: 2f7bd1e2fe55646b356fe8f864ed5201f7145768415fc4dc9e3ecfece1bb4007083ffd347e1791fcb6f5833c4b40b1c2b99115afa2a05bff5ddfba5e8486f0a9 Description: debug symbols for gettext-base Auto-Built-Package: debug-symbols Build-Ids: bed0dcd0c0441a83e834d6916920f31116342b67 bf1e837fbc3a3653895f151b6153e49d174c27e0 f089b54860f20e18f3e0bac0b85bfd34c06d1541 Package: gettext-dbgsym Priority: optional Section: debug Installed-Size: 1745 Maintainer: Santiago Vila Architecture: amd64 Source: gettext Version: 0.21-12+apertis2bv2024preb1 Depends: gettext (= 0.21-12+apertis2bv2024preb1) Filename: pool/development/g/gettext/gettext-dbgsym_0.21-12+apertis2bv2024preb1_amd64.deb Size: 1493148 MD5sum: c58a39a13662f252fc4f63cbdda11f79 SHA1: aca6037aaf619db0bcb116d495bd335145a31b7e SHA256: 79b866e878ab7cbe6b731a7aea56d944f722f77c3105f434dfa7aaccae9f657b SHA512: 59541114a6550dc50c5707c174646489decfa72fa581d6ed8d3f776009147e3e8fcdd879d65abeda2d39ce8b7d01dcf5219ecc7ef458f5620ee535b8f6909385 Description: debug symbols for gettext Auto-Built-Package: debug-symbols Build-Ids: 01ad0bbc5b381f2c71131b425c7b71a8a33e921b 0edac9a97cc2b6706bff7afb52473353a8ff4997 0f305499ae1d98526f3e61515ca2508cb689ace3 181b58c4d5569273acb4f06c3f9bf2b6895bc1c6 2a4f9deb789070a88340282eafa30c34865d72bd 2ea4b0b0848e4d25f67df723b411102193a59831 406f4072f6ba9c8b23126c0cd3caaff2a57b179f 56987809fb55bfd536138b8c5c003348b547fa72 5dc921cae4ce3a7b15a910c0e5d532aa4de23e93 61480b1111c6936b85e416e5b730754b196791f3 6861518726f1d79282059326d897df40271ed461 697fc9dce698aaca5a20fb5495202370f7d467eb 79d818e47417ea23b4ffca02dfd284fcc23c9118 854d05b627595b6b5901db80016cf8248dc0df7a 976457f564362687f947eedf0c0d16e0763a6247 a86998b3ecb844d8928ac8f54966a47883edbd97 b4d6e5bbe45ceba9c3c8712df1512accae6d723d b66b9beac5759321f01324c5acc06d2dbf8de0a2 bd43273ee4b06160a2d26aeef418e88946edc292 be23e1dded59d9e56c5c86463adf6dfcdec7ba16 db1f3e2a2ce2a0220a1a962db6385468e73e4362 f08a8b14125e12fc04a299652fe9e587cd06364a Package: gettext-doc Priority: optional Section: doc Installed-Size: 5733 Maintainer: Santiago Vila Architecture: all Source: gettext Version: 0.21-12+apertis2bv2024preb1 Filename: pool/development/g/gettext/gettext-doc_0.21-12+apertis2bv2024preb1_all.deb Size: 625712 MD5sum: 4ebd0f9415a8d346dddbd8b7e235692c SHA1: 6ed29db9f592e70eaac1de138e9f8f6e0164ca40 SHA256: 50db85e9e8a8c7259cd168dfac3fc7f150ccd229c3c9a1094f2f57dc16252993 SHA512: 16f993bc0d4cff128073168380a843ddbfde538a750df1881ecfdcfcc655aec00768e4166d55cd3c7382353d4762b3d34dda6bc562490964f4afc7e6010bc457 Description: Documentation for GNU gettext This package contains the HTML documentation for GNU gettext, as well as simple "hello world" examples in several programming languages. Homepage: https://www.gnu.org/software/gettext/ Package: gettext-el Priority: optional Section: editors Installed-Size: 246 Maintainer: Santiago Vila Architecture: all Source: gettext Version: 0.21-12+apertis2bv2024preb1 Depends: gettext, dh-elpa-helper, emacsen-common Filename: pool/development/g/gettext/gettext-el_0.21-12+apertis2bv2024preb1_all.deb Size: 117620 MD5sum: e05931cf55f2367118dae9affc24f34b SHA1: 99c20a7eed9637fb0d3e893c5812f09f69087ef8 SHA256: de8d2b9ce505da73c544cfb8a0b6fd770f43d96370a78eb51085720c9a9e5431 SHA512: c58dac7c3ed52403ee8cde338b30d5a41647ec8ad0c71e3296eb9e103c18e416878ed87be3e86fc4306c111f2d7d676d6a7f1cc9c4eca888c963617bbcc9f573 Description: Emacs mode for editing gettext .po files This package provides an Emacs major mode for editing .po files. Enhances: emacs Homepage: https://www.gnu.org/software/gettext/ Package: getty-run Priority: optional Section: admin Installed-Size: 97 Maintainer: Lorenzo Puliti Architecture: all Source: runit Version: 2.1.2-54+apertis1bv2024dev2b1 Depends: runit-helper (>= 2.14.0~) Suggests: fgetty Breaks: runit (<< 2.1.2-51~) Filename: pool/development/r/runit/getty-run_2.1.2-54+apertis1bv2024dev2b1_all.deb Size: 15156 MD5sum: e3e9b6492f0deb3b75e116725d6fe7dd SHA1: 130320e6e618c482598efd1a5112b3a471c03cc6 SHA256: 97efe986618a8abe36370a4842d97f9020f120fdd0fcb973b44a75637af81f41 SHA512: 11a41fd0affdff9d437cf3aa2b9e4743510bc3d4a80d7dbdd9feb5ce56b6c7effe001985664164cfbbde33103edef4930d1b901aeb87c8811170a77aa316a9fc Description: runscripts to supervise getty processes runit is a collection of tools to provide system-wide service supervision and to manage services. Contrary to sysv init, it not only cares about starting and stopping services, but also supervises the service daemons while they are running. Amongst other things, it provides a reliable interface to send signals to service daemons without the need for pid-files, and a log facility with automatic log file rotation and disk space limits. . This package provides scripts to supervise getty processes, allowing local login. Homepage: http://smarden.org/runit/ Package: gf-complete-tools Priority: optional Section: math Installed-Size: 145 Maintainer: Debian OpenStack Architecture: amd64 Source: gf-complete Version: 1.0.2+2017.04.10.git.ea75cdf-9+apertis1bv2024dev2b1 Depends: libgf-complete1 (= 1.0.2+2017.04.10.git.ea75cdf-9+apertis1bv2024dev2b1), libc6 (>= 2.34) Filename: pool/development/g/gf-complete/gf-complete-tools_1.0.2+2017.04.10.git.ea75cdf-9+apertis1bv2024dev2b1_amd64.deb Size: 21720 MD5sum: 1c20bcd83f28aac2b3d51b6443a31e55 SHA1: 1dd21a0c519000fb8df89cc69170cb4db810dcf2 SHA256: 13a75d1dc5c3f6e684399b1508b1156744c713749605a32581fa367d180777d0 SHA512: bac7790f0fdc8599b45a4d5fa4c89ec835722e2fd259f5f217ae3a574028ca41020d41d8a2c2af67d79edad02907c14d3b7116118bac77d49a89f40e44a3df89 Description: Galois Field Arithmetic - tools Galois Field arithmetic forms the backbone of erasure-coded storage systems, most famously the Reed-Solomon erasure code. A Galois Field is defined over w-bit words and is termed GF(2^w). As such, the elements of a Galois Field are the integers 0, 1, . . ., 2^w − 1. Galois Field arithmetic defines addition and multiplication over these closed sets of integers in such a way that they work as you would hope they would work. Specifically, every number has a unique multiplicative inverse. Moreover, there is a value, typically the value 2, which has the property that you can enumerate all of the non-zero elements of the field by taking that value to successively higher powers. . This package contains miscellaneous tools for working with gf-complete. Homepage: http://jerasure.org/ Package: gf-complete-tools-dbgsym Priority: optional Section: debug Installed-Size: 119 Maintainer: Debian OpenStack Architecture: amd64 Source: gf-complete Version: 1.0.2+2017.04.10.git.ea75cdf-9+apertis1bv2024dev2b1 Depends: gf-complete-tools (= 1.0.2+2017.04.10.git.ea75cdf-9+apertis1bv2024dev2b1) Filename: pool/development/g/gf-complete/gf-complete-tools-dbgsym_1.0.2+2017.04.10.git.ea75cdf-9+apertis1bv2024dev2b1_amd64.deb Size: 56348 MD5sum: b39b3e93fd2f26a0b2c46b3edbe5bda0 SHA1: ad6e0a1df28c138be5a587cbf93e52fee6d2b0da SHA256: c2656c7f593c7e2296cf5f1d100a453ab03db54ae1bc1a06289b4295f362066a SHA512: 1f4698c7f4104a3650223128960d11e389399a89f32e153bb681559eb50f4351d165847d55201f27c56586b1027a9f885db215cc85cf9a0c46b065476638d64a Description: debug symbols for gf-complete-tools Auto-Built-Package: debug-symbols Build-Ids: 03f8e77d0a50a9e775c2a5215519499b1e126d42 4c74ba5db005c4e7c534b32b626bb0bfacbef78f 4e2b0353a0226a19e29777063898548acc9e0810 61f25896032608400cf4925d2cc64b567389878d 7398bc131c7636d455f85058a9c1eaff752dcefb 9a571a313b15fb896d7f7e0d3a0deb03856effb8 a8a27bd0da1188739b5ddc7cb7cd024f98eb8c64 d421638326c8eb6f9a3787ef23b9696befaf8762 Package: gfortran Priority: optional Section: devel Installed-Size: 16 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.203+apertis0bv2024preb1) Version: 4:12.2.0-3+apertis0bv2024preb1 Provides: fortran-compiler Depends: cpp (= 4:12.2.0-3+apertis0bv2024preb1), gcc (= 4:12.2.0-3+apertis0bv2024preb1), gfortran-12 (>= 12.2.0-1~) Suggests: gfortran-multilib, gfortran-doc Filename: pool/development/g/gcc-defaults/gfortran_12.2.0-3+apertis0bv2024preb1_amd64.deb Size: 1440 MD5sum: b889c16453022fd634d5cb5811cd4ffc SHA1: 3524ac507e12a250f3a05748b213c289a7daaa1d SHA256: df99a9b1ac07ddd8b14ff53bfa1c52bd4924ea43dc53f22a61af66a4a0bdb20e SHA512: 7fdcc16be5095c943cdd73176ae650fabb764771caa3906035d976d990789b8e82392bf11223534a3f28817c6d22f0421ef88e2788c9f6d974f3a88a4f86a572 Description: GNU Fortran 95 compiler This is the GNU Fortran 95 compiler, which compiles Fortran 95 on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Fortran 95 compiler. Package: gfortran-11 Priority: optional Section: devel Installed-Size: 28623 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-11 Version: 11.3.0-12+apertis0bv2024preb1 Provides: fortran95-compiler, gfortran-mod-15 Depends: gcc-11-base (= 11.3.0-12+apertis0bv2024preb1), gcc-11 (= 11.3.0-12+apertis0bv2024preb1), libgfortran-11-dev (= 11.3.0-12+apertis0bv2024preb1), libc6-dev (>= 2.23-1~), libc6 (>= 2.34), libgmp10 (>= 2:6.2.1+dfsg1), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4) Suggests: gfortran-11-multilib, gfortran-11-doc, libcoarrays-dev Filename: pool/development/g/gcc-11/gfortran-11_11.3.0-12+apertis0bv2024preb1_amd64.deb Size: 10325784 MD5sum: 99f7f2961084f0f3c568cd10d56766ea SHA1: a786863e356b04735c78413ebfd62df452aa08ae SHA256: f41de4dd0b6f41ecdcab0a294bc8a71ac784d45e6210813f423ad0b1f95e0142 SHA512: 69023f82b51d867b38b4bf2c92edff9a0d4fb80e185b06c912a73f21198db1333d03b90a2e901eee7d0664c7dca2e77a597808ae0be1609f147af725a32e129f Description: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Homepage: http://gcc.gnu.org/ Package: gfortran-11-dbgsym Priority: optional Section: debug Installed-Size: 58668 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-11 Version: 11.3.0-12+apertis0bv2024preb1 Depends: gfortran-11 (= 11.3.0-12+apertis0bv2024preb1) Filename: pool/development/g/gcc-11/gfortran-11-dbgsym_11.3.0-12+apertis0bv2024preb1_amd64.deb Size: 56323488 MD5sum: ed5baf3c1cdc4ca379db1f031dcfb088 SHA1: e40685fa657621ea397dae6b879e3044561f65bd SHA256: 2150f11c0b77d65142f4adf387224937c7830e26d6f9b306f0ce051804b4ce89 SHA512: 79b04b6b2c2b34a090408e15ce2494c74502311ce9cdbbefe8ebeb6cb93fb955b85d33f8a8991a897bdd156e37bcc4edd99e027e7ce77a5eb27d6a7f8223ece4 Description: debug symbols for gfortran-11 Auto-Built-Package: debug-symbols Build-Ids: 077586727ecb5d0941119e42371a8605347c25e2 d50c2452a7c65070eb98ff7cbb3cd343cb5afc89 Package: gfortran-11-multilib Priority: optional Section: devel Installed-Size: 6 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-11 Version: 11.3.0-12+apertis0bv2024preb1 Depends: gcc-11-base (= 11.3.0-12+apertis0bv2024preb1), gfortran-11 (= 11.3.0-12+apertis0bv2024preb1), gcc-11-multilib (= 11.3.0-12+apertis0bv2024preb1), lib32gfortran-11-dev (= 11.3.0-12+apertis0bv2024preb1), libx32gfortran-11-dev (= 11.3.0-12+apertis0bv2024preb1) Filename: pool/development/g/gcc-11/gfortran-11-multilib_11.3.0-12+apertis0bv2024preb1_amd64.deb Size: 1044 MD5sum: f88db46a56cc26e32ae23522c7234ad1 SHA1: b7d37b6ec37f595b86be4f73d069707f11075d51 SHA256: 06a19d81eac6c474b3b6c752d9ce77b947a5277a1f4a6b99c2f817ab42b154bc SHA512: a1db48e3264ee23f5aca7aff4520142a575fe8afc6efdfeb0be91b22c0b147b5c0431d211c5702df3b53513e5f9ffe0c1c21fd39d1fec1cd86f066ce8fd0e2d2 Description: GNU Fortran compiler (multilib support) This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Homepage: http://gcc.gnu.org/ Package: gfortran-12-aarch64-linux-gnu Priority: optional Section: devel Installed-Size: 30968 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-12-cross (15+apertis1bv2024dev3b2) Version: 12.2.0-14+apertis1bv2024dev3b1cross1 Depends: gcc-12-aarch64-linux-gnu-base (= 12.2.0-14+apertis1bv2024dev3b1cross1), gcc-12-aarch64-linux-gnu (= 12.2.0-14+apertis1bv2024dev3b1cross1), libgfortran-12-dev-arm64-cross (>= 12), libc6-dev-arm64-cross (>= 2.23-1~), libc6 (>= 2.36), libgmp10 (>= 2:6.2.1+dfsg1), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4) Suggests: gfortran-12-doc, libcoarrays-dev Filename: pool/development/g/gcc-12-cross/gfortran-12-aarch64-linux-gnu_12.2.0-14+apertis1bv2024dev3b1cross1_amd64.deb Size: 9580612 MD5sum: 5e2362eb20ee9f3607a7db80e543ed30 SHA1: d940bd46aa7a314047a29f8999114816e0cc358f SHA256: 5e75d00838cb8b1cd14578e1380b1698048f72b9c694d862e4ce6c4291d3b6da SHA512: 18db604689bf98f7ef0f0174d03681721bf22c7be400d65fcc3c29d21822ed1233c3f8c204a56003ec6ca13fc3c2eae90dad0bcc4a33370aac3c5429e9baa090 Description: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Built-Using: gcc-12 (= 12.2.0-14+apertis1bv2024dev3b1) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: gfortran-12-arm-linux-gnueabi Priority: optional Section: devel Installed-Size: 27718 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-12-cross (15+apertis1bv2024dev3b2) Version: 12.2.0-14+apertis1bv2024dev3b1cross1 Depends: gcc-12-arm-linux-gnueabi-base (= 12.2.0-14+apertis1bv2024dev3b1cross1), gcc-12-arm-linux-gnueabi (= 12.2.0-14+apertis1bv2024dev3b1cross1), libgfortran-12-dev-armel-cross (>= 12), libc6-dev-armel-cross (>= 2.23-1~), libc6 (>= 2.36), libgmp10 (>= 2:6.2.1+dfsg1), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4) Suggests: gfortran-12-doc, libcoarrays-dev Filename: pool/development/g/gcc-12-cross/gfortran-12-arm-linux-gnueabi_12.2.0-14+apertis1bv2024dev3b1cross1_amd64.deb Size: 9094608 MD5sum: 4bdfa5b06fcf97ef55abdee215504eef SHA1: c3332c39d9bab967e2e339697a685778c06c99aa SHA256: d520b79f02e414d797aa96b4954ddb14560eb4e34a9463f3e9230e43e08993a3 SHA512: 3bfdfc5d44444e43b4d24c233cb4432d8cb11f72a25d0bdd28c923dc5b96fedc734fce857892d27f991b44f1cf30a867fc038c24f3fc5f7cce32738cb1aa6d6e Description: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Built-Using: gcc-12 (= 12.2.0-14+apertis1bv2024dev3b1) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: gfortran-12-arm-linux-gnueabihf Priority: optional Section: devel Installed-Size: 27718 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-12-cross (15+apertis1bv2024dev3b2) Version: 12.2.0-14+apertis1bv2024dev3b1cross1 Depends: gcc-12-arm-linux-gnueabihf-base (= 12.2.0-14+apertis1bv2024dev3b1cross1), gcc-12-arm-linux-gnueabihf (= 12.2.0-14+apertis1bv2024dev3b1cross1), libgfortran-12-dev-armhf-cross (>= 12), libc6-dev-armhf-cross (>= 2.23-1~), libc6 (>= 2.36), libgmp10 (>= 2:6.2.1+dfsg1), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4) Suggests: gfortran-12-doc, libcoarrays-dev Filename: pool/development/g/gcc-12-cross/gfortran-12-arm-linux-gnueabihf_12.2.0-14+apertis1bv2024dev3b1cross1_amd64.deb Size: 9095280 MD5sum: 06e6eaf1833a9cc477bf6897e3709c01 SHA1: 47adb40867d4216164e164f1b374a810c670287b SHA256: 2ef42376436e151fe7196d6f625fefb00623d6225b8de1ce4394141306089532 SHA512: ba6dc349d84b7f4639866469d1fd8c17f50ee2684de832a8df8a588d46077db77fe4e7ae491b5c59cb6b12e9ccfd3c3df6bfd8c1ca83e340949600af6b626fa1 Description: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Built-Using: gcc-12 (= 12.2.0-14+apertis1bv2024dev3b1) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: gfortran-12-i686-linux-gnu Priority: optional Section: devel Installed-Size: 34741 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-12-cross (15+apertis1bv2024dev3b2) Version: 12.2.0-14+apertis1bv2024dev3b1cross1 Depends: gcc-12-i686-linux-gnu-base (= 12.2.0-14+apertis1bv2024dev3b1cross1), gcc-12-i686-linux-gnu (= 12.2.0-14+apertis1bv2024dev3b1cross1), libgfortran-12-dev-i386-cross (>= 12), libc6-dev-i386-cross (>= 2.23-1~), libc6 (>= 2.36), libgmp10 (>= 2:6.2.1+dfsg1), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4) Suggests: gfortran-12-multilib-i686-linux-gnu, gfortran-12-doc, libcoarrays-dev Filename: pool/development/g/gcc-12-cross/gfortran-12-i686-linux-gnu_12.2.0-14+apertis1bv2024dev3b1cross1_amd64.deb Size: 10191820 MD5sum: f0b1a9e7e2f873d604f36c545557ed80 SHA1: 92a4972b0e061f1c0a8c54a322c5499952a71c48 SHA256: d77e8a989223261728af8508a20561ac32b15642bfc9714fa8290d0a3e82ef2f SHA512: fdff651005dff3cf787eb6a825ac79693d9b1bf689a5065cb5b6cb459c1d5156b60e55677e314549d5ad8d5cd7d10e6d5e64180c12d2bf629853f2b03564008d Description: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Built-Using: gcc-12 (= 12.2.0-14+apertis1bv2024dev3b1) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: gfortran-12-multilib-i686-linux-gnu Priority: optional Section: devel Installed-Size: 6 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-12-cross (15+apertis1bv2024dev3b2) Version: 12.2.0-14+apertis1bv2024dev3b1cross1 Depends: gcc-12-i686-linux-gnu-base (= 12.2.0-14+apertis1bv2024dev3b1cross1), gfortran-12-i686-linux-gnu (= 12.2.0-14+apertis1bv2024dev3b1cross1), gcc-12-multilib-i686-linux-gnu (= 12.2.0-14+apertis1bv2024dev3b1cross1), lib64gfortran-12-dev-i386-cross (>= 12.2.0-14+apertis1bv2024dev3b1cross1), libx32gfortran-12-dev-i386-cross (>= 12.2.0-14+apertis1bv2024dev3b1cross1) Filename: pool/development/g/gcc-12-cross/gfortran-12-multilib-i686-linux-gnu_12.2.0-14+apertis1bv2024dev3b1cross1_amd64.deb Size: 1160 MD5sum: e19ae7a7c228efe4d5c356be18c56952 SHA1: ec1644e2f657554455e641c3066c9dd98122a223 SHA256: 6e896eeefd5c27ae30b37b7c0a3afe3b77d4cbaaea4af0e6f5c2220b692f622b SHA512: 19267ecde728ca4c074a509f45bb87490fecc12ebe50b573419ef0467e1a3b551306e4189ebf646f25c670565aa84f19fbbdb92df7f69f9f82cfe7567a2de9f9 Description: GNU Fortran compiler (multilib support) (cross compiler for i386 architecture) This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Built-Using: gcc-12 (= 12.2.0-14+apertis1bv2024dev3b1) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: gfortran-aarch64-linux-gnu Priority: optional Section: devel Installed-Size: 11 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.203+apertis0bv2024preb1) Version: 4:12.2.0-3+apertis0bv2024preb1 Depends: cpp-aarch64-linux-gnu (= 4:12.2.0-3+apertis0bv2024preb1), gcc-aarch64-linux-gnu (= 4:12.2.0-3+apertis0bv2024preb1), gfortran-12-aarch64-linux-gnu (>= 12.2.0-1~) Suggests: gfortran-doc Filename: pool/development/g/gcc-defaults/gfortran-aarch64-linux-gnu_12.2.0-3+apertis0bv2024preb1_amd64.deb Size: 1256 MD5sum: 8e28490ae83e95c6549018c2cbbd8059 SHA1: f238ea5ea555155453d9a6ae90d7be39587786f1 SHA256: a51dae6409db2937946eb7021c0e2aab54851d014f071ae6cafdb0df26e4d4e4 SHA512: e2ad9ef3afca9066cb9e9c8b350cda83d22a95069be590e2c19c548758607b0271815e988a75223499c2968f3005579236fbdb78c14e41dde75d1dbe9f349474 Description: GNU Fortran 95 compiler for the arm64 architecture This is the GNU Fortran 95 compiler, which compiles Fortran 95 on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Fortran 95 cross-compiler for the arm64 architecture. Multi-Arch: foreign Package: gfortran-arm-linux-gnueabi Priority: optional Section: devel Installed-Size: 11 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.203+apertis0bv2024preb1) Version: 4:12.2.0-3+apertis0bv2024preb1 Depends: cpp-arm-linux-gnueabi (= 4:12.2.0-3+apertis0bv2024preb1), gcc-arm-linux-gnueabi (= 4:12.2.0-3+apertis0bv2024preb1), gfortran-12-arm-linux-gnueabi (>= 12.2.0-1~) Suggests: gfortran-doc Filename: pool/development/g/gcc-defaults/gfortran-arm-linux-gnueabi_12.2.0-3+apertis0bv2024preb1_amd64.deb Size: 1260 MD5sum: 2bb53f0b5382476a173bdc46b7e42f9e SHA1: d9a57261890b6298fe4e584a9a9d1d29b8fa50ec SHA256: 3140305944c03a907f8865ad171e6400c2d133eef34ff9bb27620289df14f57d SHA512: d078d982d77f07e22734e1226b4c92333bfb9578ec1dccdf59c955c04ebf05d0e93618f571b4627ffd59a95aa8a64cfa4da2cfa3cec5c9ddf923fde56607fdb0 Description: GNU Fortran 95 compiler for the armel architecture This is the GNU Fortran 95 compiler, which compiles Fortran 95 on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Fortran 95 cross-compiler for the armel architecture. Multi-Arch: foreign Package: gfortran-arm-linux-gnueabihf Priority: optional Section: devel Installed-Size: 11 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.203+apertis0bv2024preb1) Version: 4:12.2.0-3+apertis0bv2024preb1 Depends: cpp-arm-linux-gnueabihf (= 4:12.2.0-3+apertis0bv2024preb1), gcc-arm-linux-gnueabihf (= 4:12.2.0-3+apertis0bv2024preb1), gfortran-12-arm-linux-gnueabihf (>= 12.2.0-1~) Suggests: gfortran-doc Filename: pool/development/g/gcc-defaults/gfortran-arm-linux-gnueabihf_12.2.0-3+apertis0bv2024preb1_amd64.deb Size: 1260 MD5sum: 62dbeb3fdc3f8a1391ac89922ef0397d SHA1: 3a3ee4ee15aa3bbbcb37222d1e47918538f92a1c SHA256: 092a647103c288026b8ffc3db73eb2782f0b178bca6ea3fc3862fb1b2e2666eb SHA512: 1c35f31005021a983626e637e9b30d234eb99f0653ad4e5540378797c6441b1ce1d8ce38f7b33a6278d620459b166d9546319bcdf650c6492c63fca6a5a26bbe Description: GNU Fortran 95 compiler for the armhf architecture This is the GNU Fortran 95 compiler, which compiles Fortran 95 on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Fortran 95 cross-compiler for the armhf architecture. Multi-Arch: foreign Package: gfortran-i686-linux-gnu Priority: optional Section: devel Installed-Size: 11 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.203+apertis0bv2024preb1) Version: 4:12.2.0-3+apertis0bv2024preb1 Depends: cpp-i686-linux-gnu (= 4:12.2.0-3+apertis0bv2024preb1), gcc-i686-linux-gnu (= 4:12.2.0-3+apertis0bv2024preb1), gfortran-12-i686-linux-gnu (>= 12.2.0-1~) Suggests: gfortran-doc Filename: pool/development/g/gcc-defaults/gfortran-i686-linux-gnu_12.2.0-3+apertis0bv2024preb1_amd64.deb Size: 1252 MD5sum: 52469e6c56cff978d19039349a4ce5ac SHA1: 42709628847522fe63e0cc832012da3cb54970b4 SHA256: ad0122c1ebb92591e6f3db366c37a944bb12755506be7c9c0ae835fff6248c75 SHA512: 6b688a977f2652eaa8e9b278ba10dda38566627df45ff19bf3e3addff1af04b8d65b552c209e738a13e52320e6a9af2928bcea3ac698e8d63bc6ea983caee342 Description: GNU Fortran 95 compiler for the i386 architecture This is the GNU Fortran 95 compiler, which compiles Fortran 95 on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Fortran 95 cross-compiler for the i386 architecture. Multi-Arch: foreign Package: gfortran-mingw-w64 Priority: optional Section: devel Installed-Size: 253 Maintainer: Stephen Kitt Architecture: all Source: gcc-mingw-w64 (25.2+apertis0bv2024preb1) Version: 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1 Depends: gfortran-mingw-w64-i686, gfortran-mingw-w64-x86-64 Filename: pool/development/g/gcc-mingw-w64/gfortran-mingw-w64_12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1_all.deb Size: 185460 MD5sum: 5e78a2bc7b6b2da164dac81d55e9e802 SHA1: c0ec75b1739942e5ec06236a49ccb0b3316d679e SHA256: 1e2d8e8ad1436db2e26ab68809b465527d7ff4b4ed83308d7f3b73dfed715d7d SHA512: d90d956bea75ace3943e9f9a7d2cb490fbdc75fdac70f59b2408b1bde476f4bfda6058421fb0dcea3b571d3d3213d30d976f3938139fd637d23968251ebe3f14 Description: GNU Fortran compiler for MinGW-w64 MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This metapackage provides the Fortran compiler, supporting cross-compiling to 32- and 64-bit MinGW-w64 targets. Homepage: https://www.gnu.org/software/gcc/ Package: gfortran-mingw-w64-i686 Priority: optional Section: devel Installed-Size: 253 Maintainer: Stephen Kitt Architecture: all Source: gcc-mingw-w64 (25.2+apertis0bv2024preb1) Version: 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1 Depends: gfortran-mingw-w64-i686-posix, gfortran-mingw-w64-i686-win32 Filename: pool/development/g/gcc-mingw-w64/gfortran-mingw-w64-i686_12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1_all.deb Size: 185476 MD5sum: 0bdce15fedcd3ec4ef13056ae1346604 SHA1: 3164942c3dc6308683623f21f92b963413b59ae1 SHA256: 0fa825fe0ef16b6b8a5fafb4c640549cbf765f3a6b40cbd650a80858641c7ea4 SHA512: 007ed18693504cfeabb3cb9478fc54998c2d4631563ae2adb5b7e778d5779cedbb3d6e4d8a7a419435c98e658a34e7741ae2fd26fa3771a3a69a3fcdd2a61401 Description: GNU Fortran compiler for MinGW-w64 targeting Win32 MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This metapackage provides the Fortran compiler, supporting cross-compiling to 32-bit MinGW-w64 targets. Homepage: https://www.gnu.org/software/gcc/ Package: gfortran-mingw-w64-i686-posix Priority: optional Section: devel Installed-Size: 38791 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (25.2+apertis0bv2024preb1) Version: 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1 Replaces: gcc-mingw-w64 (<< 4.6.3-3+4), gcc-mingw-w64-i686 (<< 5.3.1-8+17), gfortran-mingw-w64-i686 (<< 9.3.0-8+22) Depends: gcc-mingw-w64-i686-posix (= 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1), gcc-mingw-w64-i686-posix-runtime (= 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1), gcc-mingw-w64-base (= 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1), libc6 (>= 2.35), libgcc-s1 (>= 4.2), libgmp10 (>= 2:6.2.1+dfsg1), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libstdc++6 (>= 5.2), zlib1g (>= 1:1.1.4) Suggests: gcc-12-locales (>= 12.2.0) Breaks: gcc-mingw-w64 (<< 4.6.3-3+4), gcc-mingw-w64-i686 (<< 5.3.1-8+17), gfortran-mingw-w64-i686 (<< 9.3.0-8+22) Filename: pool/development/g/gcc-mingw-w64/gfortran-mingw-w64-i686-posix_12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1_amd64.deb Size: 10792280 MD5sum: be0379e93e9a949a0202f069ddeba44f SHA1: 6de10c4c3160fa81ac86f65366374483c539d8b6 SHA256: 6c307fcaa5efa9c77404dc9558e99a859282d2efa67f9697bacf32090a8a46ad SHA512: 123759aca8eebf5a049e95ab43f917f3d79c96b0e6f190c988ed77ca090ca8574b39d38aa14e485f1cf2e5b595c6ac99c749f085387e9fc87efa7302328b94cb Description: GNU Fortran compiler for MinGW-w64, Win32/POSIX MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This package contains the Fortran compiler, supporting cross-compiling to 32-bit MinGW-w64 targets, using the POSIX threading model. Built-Using: gcc-12 (= 12.2.0-14+apertis1bv2024dev3b1) Homepage: https://www.gnu.org/software/gcc/ Package: gfortran-mingw-w64-i686-posix-dbgsym Priority: optional Section: debug Installed-Size: 101503 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (25.2+apertis0bv2024preb1) Version: 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1 Depends: gfortran-mingw-w64-i686-posix (= 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1) Filename: pool/development/g/gcc-mingw-w64/gfortran-mingw-w64-i686-posix-dbgsym_12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1_amd64.deb Size: 99387068 MD5sum: 0a85cd5114da07641149a6030a99d463 SHA1: ae39e8e25d7c43986c45269cd86c8284ec100a44 SHA256: 408606e376ff054d84b9348973fcad086f3912f77ab6fc05be6df5efeedb4ac7 SHA512: 19050839a41a02c68b7fbdd6796b348ea46f5b3290744aed60c3c10cecda5a5e5d68f45d8159eff9cca3ca3f5d5707887f7458fb0e0894e4cedfd581892e8deb Description: debug symbols for gfortran-mingw-w64-i686-posix Auto-Built-Package: debug-symbols Build-Ids: 6d5e6e728796db979b2b9aadbceb7024a1810e60 b73f2d968ebca7b4dc32c04a60f42c8c4a1137d1 Package: gfortran-mingw-w64-i686-win32 Priority: optional Section: devel Installed-Size: 38791 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (25.2+apertis0bv2024preb1) Version: 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1 Replaces: gcc-mingw-w64 (<< 4.6.3-3+4), gcc-mingw-w64-i686 (<< 5.3.1-8+17), gfortran-mingw-w64-i686 (<< 9.3.0-8+22) Depends: gcc-mingw-w64-i686-win32 (= 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1), gcc-mingw-w64-i686-win32-runtime (= 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1), gcc-mingw-w64-base (= 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1), libc6 (>= 2.35), libgcc-s1 (>= 4.2), libgmp10 (>= 2:6.2.1+dfsg1), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libstdc++6 (>= 5.2), zlib1g (>= 1:1.1.4) Suggests: gcc-12-locales (>= 12.2.0) Breaks: gcc-mingw-w64 (<< 4.6.3-3+4), gcc-mingw-w64-i686 (<< 5.3.1-8+17), gfortran-mingw-w64-i686 (<< 9.3.0-8+22) Filename: pool/development/g/gcc-mingw-w64/gfortran-mingw-w64-i686-win32_12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1_amd64.deb Size: 10789748 MD5sum: 89867b6162f0b8514300d0a89f2072ad SHA1: 4bce1836ccb8dc46458266e24294f9e69feaffb4 SHA256: 078b6e5a29016f394ee6df037c875231cf47520e42f09d54d0cc8decbd2b73b4 SHA512: 73a8daab420b9d1848933d3fe8d06561888242b07b9403ceb94b5c792cb44c2231656fa1d289338f89a13561c1fe98cbbf5317044d26e762d45cca3c4f1b12d2 Description: GNU Fortran compiler for MinGW-w64, Win32/Win32 MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This package contains the Fortran compiler, supporting cross-compiling to 32-bit MinGW-w64 targets, using the Win32 threading model. Built-Using: gcc-12 (= 12.2.0-14+apertis1bv2024dev3b1) Homepage: https://www.gnu.org/software/gcc/ Package: gfortran-mingw-w64-i686-win32-dbgsym Priority: optional Section: debug Installed-Size: 101501 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (25.2+apertis0bv2024preb1) Version: 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1 Depends: gfortran-mingw-w64-i686-win32 (= 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1) Filename: pool/development/g/gcc-mingw-w64/gfortran-mingw-w64-i686-win32-dbgsym_12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1_amd64.deb Size: 99373960 MD5sum: 14e2750a030b2ad08db715a982538e01 SHA1: e0cca5aabd2b88cb14b3deea9791237eefc19fe4 SHA256: 1c1a54faea40afaf96763e735c42eab6303a6fe9cea251053c7939cff8333e69 SHA512: 1ea8ec2085671abd65d6d72439be0c9931205b66ae58c51579a34dd0de85372deac9c25c50cb4334e41a34ad825399880da66d01ca84a08e37495b0d41b91f66 Description: debug symbols for gfortran-mingw-w64-i686-win32 Auto-Built-Package: debug-symbols Build-Ids: 4fa51c8383f4f41900c86572f1f649812a7750da 6bab7e5b26f304ee36820f2ee0bef6c682495ea4 Package: gfortran-mingw-w64-x86-64 Priority: optional Section: devel Installed-Size: 253 Maintainer: Stephen Kitt Architecture: all Source: gcc-mingw-w64 (25.2+apertis0bv2024preb1) Version: 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1 Depends: gfortran-mingw-w64-x86-64-posix, gfortran-mingw-w64-x86-64-win32 Filename: pool/development/g/gcc-mingw-w64/gfortran-mingw-w64-x86-64_12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1_all.deb Size: 185480 MD5sum: 37d1e4bf5168fac05d3642e27ceba798 SHA1: 1a8b95a83d8978bc4e18b8ac467c8bbd3cf68683 SHA256: 4c8fec31df76f4f9021aea29bb9259da6e7fc492606fbb973aff760cb899f7ab SHA512: 2f1575098ee99203daf9b0c86245e485e59528a0c30b920ac43425937a3b96be38d06d583c0893ce4ae931ed6c6c97beef95128b726b51f5a7fa96d51cf0e30b Description: GNU Fortran compiler for MinGW-w64 targeting Win64 MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This metapackage provides the Fortran compiler, supporting cross-compiling to 64-bit MinGW-w64 targets. Homepage: https://www.gnu.org/software/gcc/ Package: gfortran-mingw-w64-x86-64-posix Priority: optional Section: devel Installed-Size: 40413 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (25.2+apertis0bv2024preb1) Version: 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1 Replaces: gcc-mingw-w64 (<< 4.6.3-3+4), gcc-mingw-w64-x86-64 (<< 5.3.1-8+17), gfortran-mingw-w64-x86-64 (<< 9.3.0-8+22) Depends: gcc-mingw-w64-x86-64-posix (= 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1), gcc-mingw-w64-x86-64-posix-runtime (= 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1), gcc-mingw-w64-base (= 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1), libc6 (>= 2.35), libgcc-s1 (>= 4.2), libgmp10 (>= 2:6.2.1+dfsg1), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libstdc++6 (>= 5.2), zlib1g (>= 1:1.1.4) Suggests: gcc-12-locales (>= 12.2.0) Breaks: gcc-mingw-w64 (<< 4.6.3-3+4), gcc-mingw-w64-x86-64 (<< 5.3.1-8+17), gfortran-mingw-w64-x86-64 (<< 9.3.0-8+22) Filename: pool/development/g/gcc-mingw-w64/gfortran-mingw-w64-x86-64-posix_12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1_amd64.deb Size: 11078556 MD5sum: af9a7167474cab007ad453d6bda17ca8 SHA1: ccb18e842d38f6ae6daacd02d61eba9022930203 SHA256: cabdb3b9de7179476ec84da8994c41dcc0a11dfc98a19d0226d45f8ccc6dfc0e SHA512: 9624c2312882bea514e8db608163b72d7d73b20c927ad1380dc5897c2dcfe9d589eca3c662852521eed8a69fb6a2aac2e3e566ebb6e96a365ebed8e915dcbdf0 Description: GNU Fortran compiler for MinGW-w64, Win64/POSIX MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This package contains the Fortran compiler, supporting cross-compiling to 64-bit MinGW-w64 targets, using the POSIX threading model. Built-Using: gcc-12 (= 12.2.0-14+apertis1bv2024dev3b1) Homepage: https://www.gnu.org/software/gcc/ Package: gfortran-mingw-w64-x86-64-posix-dbgsym Priority: optional Section: debug Installed-Size: 102125 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (25.2+apertis0bv2024preb1) Version: 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1 Depends: gfortran-mingw-w64-x86-64-posix (= 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1) Filename: pool/development/g/gcc-mingw-w64/gfortran-mingw-w64-x86-64-posix-dbgsym_12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1_amd64.deb Size: 100062084 MD5sum: 4bc3df69a0cb6c12c2e06549a56de32f SHA1: 53ece9462e6af3e44a730a1196e06cd5efb2cd51 SHA256: 2d3a5476ac619f68545479a93ddca956fc3989b11146b1bd7b3eef855a0e7068 SHA512: 986aaf1306164f5873eaaa576207b5ac68af7afd269524f35bd16018ea9df4d7e7f1655264d2d11b130cb80981f089bc782a41153eb8989c65d9526b8b88323e Description: debug symbols for gfortran-mingw-w64-x86-64-posix Auto-Built-Package: debug-symbols Build-Ids: 3c63e86a7e061ad505191061b9cbe3231a7ebd28 4c651777a7422aabb8ca98dff6683c5a15dcdcbf Package: gfortran-mingw-w64-x86-64-win32 Priority: optional Section: devel Installed-Size: 40412 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (25.2+apertis0bv2024preb1) Version: 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1 Replaces: gcc-mingw-w64 (<< 4.6.3-3+4), gcc-mingw-w64-x86-64 (<< 5.3.1-8+17), gfortran-mingw-w64-x86-64 (<< 9.3.0-8+22) Depends: gcc-mingw-w64-x86-64-win32 (= 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1), gcc-mingw-w64-x86-64-win32-runtime (= 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1), gcc-mingw-w64-base (= 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1), libc6 (>= 2.35), libgcc-s1 (>= 4.2), libgmp10 (>= 2:6.2.1+dfsg1), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libstdc++6 (>= 5.2), zlib1g (>= 1:1.1.4) Suggests: gcc-12-locales (>= 12.2.0) Breaks: gcc-mingw-w64 (<< 4.6.3-3+4), gcc-mingw-w64-x86-64 (<< 5.3.1-8+17), gfortran-mingw-w64-x86-64 (<< 9.3.0-8+22) Filename: pool/development/g/gcc-mingw-w64/gfortran-mingw-w64-x86-64-win32_12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1_amd64.deb Size: 11074480 MD5sum: 6ded0e2b96564067723195350200fea3 SHA1: 06735d6da47fc2a9bc9d8cde415305c89b511aa5 SHA256: 2438a2e4c442f63f3e49d25d17584044a38d1a63156a2794b9da57f151e22c5c SHA512: 4940d777dbcc7c3d6bcf09aee2984dbb1a8d8ee7e17e001bb6feeda3f3bb7291a24a58a7f39f3881599103096a3d76c025ebfae44e8306b29e2a77dc9228cfc1 Description: GNU Fortran compiler for MinGW-w64, Win64/Win32 MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This package contains the Fortran compiler, supporting cross-compiling to 64-bit MinGW-w64 targets, using the Win32 threading model. Built-Using: gcc-12 (= 12.2.0-14+apertis1bv2024dev3b1) Homepage: https://www.gnu.org/software/gcc/ Package: gfortran-mingw-w64-x86-64-win32-dbgsym Priority: optional Section: debug Installed-Size: 102125 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (25.2+apertis0bv2024preb1) Version: 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1 Depends: gfortran-mingw-w64-x86-64-win32 (= 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1) Filename: pool/development/g/gcc-mingw-w64/gfortran-mingw-w64-x86-64-win32-dbgsym_12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1_amd64.deb Size: 100067480 MD5sum: f7febf29807dbefdef5d97f83c092e0f SHA1: 49665f2b38cf7f2981bd816bec3bdfde9411cd73 SHA256: 3919b042a99c5f03666bb046eac38ff0ede46fbe3694e1daac070087b5c8ace5 SHA512: 5e67268c8e1f555a40aefa879e929878fe4b0076023e04322f6db722d6edba087e8e520facf95d55b6ea08205b13e2db2b26cc287b2416481fbb7c73ccd0f440 Description: debug symbols for gfortran-mingw-w64-x86-64-win32 Auto-Built-Package: debug-symbols Build-Ids: c064f7762f135b6bf25cc22b456305cc3eee1d1f c3eb210ca3cd8bf7da92a013e928b2dd89328857 Package: gfortran-multilib Priority: optional Section: devel Installed-Size: 6 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.203+apertis0bv2024preb1) Version: 4:12.2.0-3+apertis0bv2024preb1 Depends: cpp (= 4:12.2.0-3+apertis0bv2024preb1), gcc-multilib (= 4:12.2.0-3+apertis0bv2024preb1), gfortran (= 4:12.2.0-3+apertis0bv2024preb1), gfortran-12-multilib (>= 12.2.0-1~) Filename: pool/development/g/gcc-defaults/gfortran-multilib_12.2.0-3+apertis0bv2024preb1_amd64.deb Size: 1028 MD5sum: 8e4233be30c564f039df3b8961083425 SHA1: 4c3ee250a467937bb1ad1562d8c167b996cfb7ab SHA256: cd1471a099f792c3ae8cc55f1992a6383c83f3f2da4c80cd3d687fb3009cc358 SHA512: 3cd2e16fcc376b0e221afe16afdfa415d453d7eee98bb926237e89264a13af15f0498200b3061b35fab69d72dc08668820bf52cff449dbd66030101b69642bf8 Description: GNU Fortran 95 compiler (multilib files) This is the GNU Fortran compiler, which compiles Fortran 95 on platforms supported by the gcc compiler. . A dependency package on architectures with multilib support; the package contains dependencies for the non-default multilib architecture(s). Package: gfortran-multilib-i686-linux-gnu Priority: optional Section: devel Installed-Size: 6 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.203+apertis0bv2024preb1) Version: 4:12.2.0-3+apertis0bv2024preb1 Depends: cpp-i686-linux-gnu (= 4:12.2.0-3+apertis0bv2024preb1), gcc-multilib-i686-linux-gnu (= 4:12.2.0-3+apertis0bv2024preb1), gfortran-i686-linux-gnu (= 4:12.2.0-3+apertis0bv2024preb1), gfortran-12-multilib-i686-linux-gnu (>= 12.2.0-1~) Suggests: gfortran-doc Filename: pool/development/g/gcc-defaults/gfortran-multilib-i686-linux-gnu_12.2.0-3+apertis0bv2024preb1_amd64.deb Size: 1092 MD5sum: 5ba5ac0f1c5984e12b84f4ba7d174dc4 SHA1: c8ae05292569df13f805c388623e78654f1f3df2 SHA256: 9ad7014144e05cb23adab548e04113e5859ad733dca3beda071d533741ded499 SHA512: 9b9e9595fb2751ef355d463cb089fb8daa207f050d58243ab7234278dbe4ba6f470a700d0b9ffd6f2380c1f1d6ecd4055a01f61f008f0415d1ff7e068f6bb9bd Description: GNU Fortran 95 compiler for the i386 architecture This is the GNU Fortran 95 compiler, which compiles Fortran 95 on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Fortran 95 cross-compiler for the i386 architecture. Package: gfortran-multilib-s390x-linux-gnu Priority: optional Section: devel Installed-Size: 6 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.203+apertis0bv2024preb1) Version: 4:12.2.0-3+apertis0bv2024preb1 Depends: cpp-s390x-linux-gnu (= 4:12.2.0-3+apertis0bv2024preb1), gcc-multilib-s390x-linux-gnu (= 4:12.2.0-3+apertis0bv2024preb1), gfortran-s390x-linux-gnu (= 4:12.2.0-3+apertis0bv2024preb1), gfortran-12-multilib-s390x-linux-gnu (>= 12.2.0-1~) Suggests: gfortran-doc Filename: pool/development/g/gcc-defaults/gfortran-multilib-s390x-linux-gnu_12.2.0-3+apertis0bv2024preb1_amd64.deb Size: 1096 MD5sum: 2a67789c0db79d3f303137d9df661ee9 SHA1: 6e555d1789e04b2f572e8bb3a91c1b0953a1e522 SHA256: 5547dbb0c3b9e6b298b0b25576e312b0ddef85daa0f7a49a96f2d7291a15b427 SHA512: 4c768acaf488c425213950944ae4d75432e0ca995b2631233db640774bb4cf8501df3621c4b10181b1332a3b71f676afa5103a0d32b69580a3e273797511bc6c Description: GNU Fortran 95 compiler for the s390x architecture This is the GNU Fortran 95 compiler, which compiles Fortran 95 on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Fortran 95 cross-compiler for the s390x architecture. Package: gfortran-powerpc64le-linux-gnu Priority: optional Section: devel Installed-Size: 11 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.203+apertis0bv2024preb1) Version: 4:12.2.0-3+apertis0bv2024preb1 Depends: cpp-powerpc64le-linux-gnu (= 4:12.2.0-3+apertis0bv2024preb1), gcc-powerpc64le-linux-gnu (= 4:12.2.0-3+apertis0bv2024preb1), gfortran-12-powerpc64le-linux-gnu (>= 12.2.0-1~) Suggests: gfortran-doc Filename: pool/development/g/gcc-defaults/gfortran-powerpc64le-linux-gnu_12.2.0-3+apertis0bv2024preb1_amd64.deb Size: 1264 MD5sum: 569f9ba8e21d9345fefcb025a269e459 SHA1: 9e940ed37439ae7fc8f301b8f6091954434dfe08 SHA256: 6f283719996049fffab905279f57a98fa03d71a9e2c01ef34ae0ec1b6e0e94e5 SHA512: 24efb6a3d68d94da196c6cdf97cf23811e735e253e4eb5ff699e6eb47cbb95dadf2871e739cbac767469fcc15c61893fc477639200c9a733f634531e123634fa Description: GNU Fortran 95 compiler for the ppc64el architecture This is the GNU Fortran 95 compiler, which compiles Fortran 95 on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Fortran 95 cross-compiler for the ppc64el architecture. Multi-Arch: foreign Package: gfortran-s390x-linux-gnu Priority: optional Section: devel Installed-Size: 11 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.203+apertis0bv2024preb1) Version: 4:12.2.0-3+apertis0bv2024preb1 Depends: cpp-s390x-linux-gnu (= 4:12.2.0-3+apertis0bv2024preb1), gcc-s390x-linux-gnu (= 4:12.2.0-3+apertis0bv2024preb1), gfortran-12-s390x-linux-gnu (>= 12.2.0-1~) Suggests: gfortran-doc Filename: pool/development/g/gcc-defaults/gfortran-s390x-linux-gnu_12.2.0-3+apertis0bv2024preb1_amd64.deb Size: 1252 MD5sum: c680fe93deaac4acab5d31f0d379b85c SHA1: db21b232db19d19edc28868c445691f82d15a247 SHA256: 6ed0c39a466e65afbcf980a814b7001b669b7ecaa0a134c5d790c401e2338a7e SHA512: 751c8fb4860c77d7943430282bdb014a8b1dc50d91cfd262bd5be76255bcf3d174c91eb18499ebcbf087db2e38295ebc95b6a28149966e1fac5b783a819bdbee Description: GNU Fortran 95 compiler for the s390x architecture This is the GNU Fortran 95 compiler, which compiles Fortran 95 on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Fortran 95 cross-compiler for the s390x architecture. Multi-Arch: foreign Package: ghc Priority: optional Section: haskell Installed-Size: 775744 Maintainer: Debian Haskell Group Architecture: amd64 Version: 9.0.2-4+apertis1bv2024dev2b1 Replaces: ghc-dynamic (<< 7.8), ghc-haddock (<< 7.10), ghc6 (<< 7), libghc-array-dev (<< 0.5.4.0+), libghc-base-dev (<< 4.15.1.0+), libghc-binary-dev (<< 0.8.8.0+), libghc-bytestring-dev (<< 0.10.12.1+), libghc-cabal-dev (<< 3.4.1.0+), libghc-containers-dev (<< 0.6.4.1+), libghc-deepseq-dev (<< 1.4.5.0+), libghc-directory-dev (<< 1.3.6.2+), libghc-exceptions-dev (<< 0.10.4+), libghc-filepath-dev (<< 1.4.2.1+), libghc-ghc-bignum-dev (<< 1.1+), libghc-ghc-boot-dev (<< 9.0.2+), libghc-ghc-boot-th-dev (<< 9.0.2+), libghc-ghc-compact-dev (<< 0.1.0.0+), libghc-ghc-heap-dev (<< 9.0.2+), libghc-ghc-prim-dev (<< 0.7.0+), libghc-ghci-dev (<< 9.0.2+), libghc-haskeline-dev (<< 0.8.2+), libghc-hpc-dev (<< 0.6.1.0+), libghc-integer-gmp-dev (<< 1.1+), libghc-libiserv-dev (<< 9.0.2+), libghc-mtl-dev (<< 2.2.2+), libghc-parsec3-dev (<< 3.1.14.0+), libghc-pretty-dev (<< 1.1.3.6+), libghc-process-dev (<< 1.6.13.2+), libghc-stm-dev (<< 2.5.0.0+), libghc-template-haskell-dev (<< 2.17.0.0+), libghc-terminfo-dev (<< 0.4.1.5+), libghc-text-dev (<< 1.2.5.0+), libghc-time-dev (<< 1.9.3+), libghc-transformers-dev (<< 0.5.6.2+), libghc-unix-dev (<< 2.7.2.2+), libghc-xhtml-dev (<< 3000.2.2.1+) Provides: ghc-dynamic, ghc-ghci, ghc-haddock, haddock, haddock-interface-38, haskell-compiler, libghc-array-dev (= 0.5.4.0), libghc-array-dev-0.5.4.0-0b6fa, libghc-base-dev (= 4.15.1.0), libghc-base-dev-4.15.1.0-6a406, libghc-binary-dev (= 0.8.8.0), libghc-binary-dev-0.8.8.0-507cc, libghc-bytestring-dev (= 0.10.12.1), libghc-bytestring-dev-0.10.12.1-ced9a, libghc-cabal-dev (= 3.4.1.0), libghc-cabal-dev-3.4.1.0-66159, libghc-containers-dev (= 0.6.4.1), libghc-containers-dev-0.6.4.1-31c3b, libghc-deepseq-dev (= 1.4.5.0), libghc-deepseq-dev-1.4.5.0-118cf, libghc-directory-dev (= 1.3.6.2), libghc-directory-dev-1.3.6.2-311c9, libghc-exceptions-dev (= 0.10.4), libghc-exceptions-dev-0.10.4-c14ff, libghc-filepath-dev (= 1.4.2.1), libghc-filepath-dev-1.4.2.1-4459f, libghc-ghc-bignum-dev (= 1.1), libghc-ghc-bignum-dev-1.1-04f6d, libghc-ghc-boot-dev (= 9.0.2), libghc-ghc-boot-dev-9.0.2-ef461, libghc-ghc-boot-th-dev (= 9.0.2), libghc-ghc-boot-th-dev-9.0.2-364be, libghc-ghc-compact-dev (= 0.1.0.0), libghc-ghc-compact-dev-0.1.0.0-7d71d, libghc-ghc-dev-9.0.2-740f7, libghc-ghc-heap-dev (= 9.0.2), libghc-ghc-heap-dev-9.0.2-656ed, libghc-ghc-prim-dev (= 0.7.0), libghc-ghc-prim-dev-0.7.0-65cf5, libghc-ghci-dev (= 9.0.2), libghc-ghci-dev-9.0.2-43332, libghc-haskeline-dev (= 0.8.2), libghc-haskeline-dev-0.8.2-83f75, libghc-hpc-dev (= 0.6.1.0), libghc-hpc-dev-0.6.1.0-f3caa, libghc-integer-gmp-dev (= 1.1), libghc-integer-gmp-dev-1.1-a4c99, libghc-libiserv-dev (= 9.0.2), libghc-libiserv-dev-9.0.2-91adf, libghc-mtl-dev (= 2.2.2), libghc-mtl-dev-2.2.2-e3bae, libghc-parsec-dev-3.1.14.0-377f0, libghc-parsec3-dev (= 3.1.14.0), libghc-pretty-dev (= 1.1.3.6), libghc-pretty-dev-1.1.3.6-b017f, libghc-process-dev (= 1.6.13.2), libghc-process-dev-1.6.13.2-9f25f, libghc-rts-dev-1.0.2-, libghc-stm-dev (= 2.5.0.0), libghc-stm-dev-2.5.0.0-4cba8, libghc-template-haskell-dev (= 2.17.0.0), libghc-template-haskell-dev-2.17.0.0-7274a, libghc-terminfo-dev (= 0.4.1.5), libghc-terminfo-dev-0.4.1.5-83c64, libghc-text-dev (= 1.2.5.0), libghc-text-dev-1.2.5.0-8553e, libghc-time-dev (= 1.9.3), libghc-time-dev-1.9.3-bda76, libghc-transformers-dev (= 0.5.6.2), libghc-transformers-dev-0.5.6.2-fc6f3, libghc-unix-dev (= 2.7.2.2), libghc-unix-dev-2.7.2.2-bdab4, libghc-xhtml-dev (= 3000.2.2.1), libghc-xhtml-dev-3000.2.2.1-d55d6 Depends: gcc, libgmp-dev, libffi-dev, libbsd-dev, libc6-dev, libncurses-dev, libc6 (>= 2.34), libffi8 (>= 3.4), libgmp10 (>= 2:6.2.1+dfsg1), libtinfo6 (>= 6) Pre-Depends: dpkg (>= 1.16.1) Suggests: perl, ghc-prof, ghc-doc, haskell-doc, llvm-13 Conflicts: ghc-dynamic (<< 7.8), ghc6 (<< 7) Breaks: cabal-install (<< 1.22), ghc-doc (<< 7.10), ghc-haddock (<< 7.10), haskell-devscripts (<< 0.8.13), libghc-array-dev (<< 0.5.4.0+), libghc-base-dev (<< 4.15.1.0+), libghc-binary-dev (<< 0.8.8.0+), libghc-bytestring-dev (<< 0.10.12.1+), libghc-cabal-dev (<< 3.4.1.0+), libghc-containers-dev (<< 0.6.4.1+), libghc-deepseq-dev (<< 1.4.5.0+), libghc-directory-dev (<< 1.3.6.2+), libghc-exceptions-dev (<< 0.10.4+), libghc-filepath-dev (<< 1.4.2.1+), libghc-ghc-bignum-dev (<< 1.1+), libghc-ghc-boot-dev (<< 9.0.2+), libghc-ghc-boot-th-dev (<< 9.0.2+), libghc-ghc-compact-dev (<< 0.1.0.0+), libghc-ghc-heap-dev (<< 9.0.2+), libghc-ghc-prim-dev (<< 0.7.0+), libghc-ghci-dev (<< 9.0.2+), libghc-haskeline-dev (<< 0.8.2+), libghc-hpc-dev (<< 0.6.1.0+), libghc-integer-gmp-dev (<< 1.1+), libghc-libiserv-dev (<< 9.0.2+), libghc-mtl-dev (<< 2.2.2+), libghc-parsec3-dev (<< 3.1.14.0+), libghc-pretty-dev (<< 1.1.3.6+), libghc-process-dev (<< 1.6.13.2+), libghc-stm-dev (<< 2.5.0.0+), libghc-template-haskell-dev (<< 2.17.0.0+), libghc-terminfo-dev (<< 0.4.1.5+), libghc-text-dev (<< 1.2.5.0+), libghc-time-dev (<< 1.9.3+), libghc-transformers-dev (<< 0.5.6.2+), libghc-unix-dev (<< 2.7.2.2+), libghc-xhtml-dev (<< 3000.2.2.1+) Filename: pool/development/g/ghc/ghc_9.0.2-4+apertis1bv2024dev2b1_amd64.deb Size: 72774504 MD5sum: a2e81e5abbcb74af2412aadc3fab365c SHA1: c83431877f01c04ee38327b8d63a1d42050319c1 SHA256: 5a6fd87fb9de6bde114f55260751c2ae4ef12f3a173e09463a918d619029cff8 SHA512: 7d8047eafe6999e6b008372ebbd7baa693fde78b3ea6808d9ae83ca602cb6776ccbb7fb949d903e9cc3488d6bdcdb353d862db3622faaa460a66b1b1f487d707 Description: The Glasgow Haskell Compilation system The Glorious Glasgow Haskell Compilation system (GHC) is a compiler for Haskell. . Haskell is "the" standard lazy functional programming language. The language definition and additional documentation can be found in the `haskell-doc' package. Alternatively, there is an online version at http://haskell.org/onlinereport/. Homepage: https://haskell.org/ghc/ Package: ghc-doc Priority: optional Section: doc Installed-Size: 279876 Maintainer: Debian Haskell Group Architecture: all Source: ghc Version: 9.0.2-4+apertis1bv2024dev2b1 Replaces: ghc6-doc (<< 7), libghc-terminfo-doc (<< 0.3.2.5-4), libghc-transformers-doc (<< 0.3.0.0-6), libghc-xhtml-doc (<< 3000.2.1-5) Provides: libghc-array-doc (= 0.5.4.0), libghc-base-doc (= 4.15.1.0), libghc-binary-doc (= 0.8.8.0), libghc-bytestring-doc (= 0.10.12.1), libghc-cabal-doc (= 3.4.1.0), libghc-containers-doc (= 0.6.4.1), libghc-deepseq-doc (= 1.4.5.0), libghc-directory-doc (= 1.3.6.2), libghc-exceptions-doc (= 0.10.4), libghc-filepath-doc (= 1.4.2.1), libghc-ghc-bignum-doc (= 1.1), libghc-ghc-boot-doc (= 9.0.2), libghc-ghc-boot-th-doc (= 9.0.2), libghc-ghc-compact-doc (= 0.1.0.0), libghc-ghc-heap-doc (= 9.0.2), libghc-ghc-prim-doc (= 0.7.0), libghc-ghci-doc (= 9.0.2), libghc-haskeline-doc (= 0.8.2), libghc-hpc-doc (= 0.6.1.0), libghc-integer-gmp-doc (= 1.1), libghc-libiserv-doc (= 9.0.2), libghc-mtl-doc (= 2.2.2), libghc-parsec3-doc (= 3.1.14.0), libghc-pretty-doc (= 1.1.3.6), libghc-process-doc (= 1.6.13.2), libghc-stm-doc (= 2.5.0.0), libghc-template-haskell-doc (= 2.17.0.0), libghc-terminfo-doc (= 0.4.1.5), libghc-text-doc (= 1.2.5.0), libghc-time-doc (= 1.9.3), libghc-transformers-doc (= 0.5.6.2), libghc-unix-doc (= 2.7.2.2), libghc-xhtml-doc (= 3000.2.2.1) Depends: haddock-interface-38, perl, libjs-mathjax Pre-Depends: dpkg (>= 1.16.1) Suggests: haskell-doc Conflicts: ghc (<= 7.0.3-1), ghc6-doc (<< 7) Breaks: libghc-terminfo-doc (<< 0.3.2.5-4), libghc-transformers-doc (<< 0.3.0.0-6), libghc-xhtml-doc (<< 3000.2.1-5) Filename: pool/development/g/ghc/ghc-doc_9.0.2-4+apertis1bv2024dev2b1_all.deb Size: 18078716 MD5sum: 7f1ad31c940b5932fb5c8ed1ac599c53 SHA1: 87c23dfca9234d9915947d278bd1b7b1191af20a SHA256: cda5912372c57b1c54c8ca00698669650083cd534457e418327d4a5905bc256d SHA512: 66d0cea0232eccce30d54334b476a4185314dcd785319d32dfe59cb03a8881d4425cc7aed82c7ce62cd938961b38124b61cc88d7e4b251637278c677bf0cc10f Description: Documentation for the Glasgow Haskell Compilation system The Glorious Glasgow Haskell Compilation system (GHC) is a compiler for Haskell. . Haskell is "the" standard lazy functional programming language. The language definition and additional documentation can be found in the `haskell-doc' package. Alternatively, there is an online version at http://haskell.org/onlinereport/. . This package includes HTML, DVI and PS versions of the SGML-based documentation around GHC. Homepage: https://haskell.org/ghc/ Package: ghc-prof Priority: optional Section: haskell Installed-Size: 753533 Maintainer: Debian Haskell Group Architecture: amd64 Source: ghc Version: 9.0.2-4+apertis1bv2024dev2b1 Replaces: ghc6-prof (<< 7) Provides: libghc-array-prof (= 0.5.4.0), libghc-array-prof-0.5.4.0-0b6fa, libghc-base-prof (= 4.15.1.0), libghc-base-prof-4.15.1.0-6a406, libghc-binary-prof (= 0.8.8.0), libghc-binary-prof-0.8.8.0-507cc, libghc-bytestring-prof (= 0.10.12.1), libghc-bytestring-prof-0.10.12.1-ced9a, libghc-cabal-prof (= 3.4.1.0), libghc-cabal-prof-3.4.1.0-66159, libghc-containers-prof (= 0.6.4.1), libghc-containers-prof-0.6.4.1-31c3b, libghc-deepseq-prof (= 1.4.5.0), libghc-deepseq-prof-1.4.5.0-118cf, libghc-directory-prof (= 1.3.6.2), libghc-directory-prof-1.3.6.2-311c9, libghc-exceptions-prof (= 0.10.4), libghc-exceptions-prof-0.10.4-c14ff, libghc-filepath-prof (= 1.4.2.1), libghc-filepath-prof-1.4.2.1-4459f, libghc-ghc-bignum-prof (= 1.1), libghc-ghc-bignum-prof-1.1-04f6d, libghc-ghc-boot-prof (= 9.0.2), libghc-ghc-boot-prof-9.0.2-ef461, libghc-ghc-boot-th-prof (= 9.0.2), libghc-ghc-boot-th-prof-9.0.2-364be, libghc-ghc-compact-prof (= 0.1.0.0), libghc-ghc-compact-prof-0.1.0.0-7d71d, libghc-ghc-heap-prof (= 9.0.2), libghc-ghc-heap-prof-9.0.2-656ed, libghc-ghc-prim-prof (= 0.7.0), libghc-ghc-prim-prof-0.7.0-65cf5, libghc-ghc-prof-9.0.2-740f7, libghc-ghci-prof (= 9.0.2), libghc-ghci-prof-9.0.2-43332, libghc-haskeline-prof (= 0.8.2), libghc-haskeline-prof-0.8.2-83f75, libghc-hpc-prof (= 0.6.1.0), libghc-hpc-prof-0.6.1.0-f3caa, libghc-integer-gmp-prof (= 1.1), libghc-integer-gmp-prof-1.1-a4c99, libghc-libiserv-prof (= 9.0.2), libghc-libiserv-prof-9.0.2-91adf, libghc-mtl-prof (= 2.2.2), libghc-mtl-prof-2.2.2-e3bae, libghc-parsec-prof-3.1.14.0-377f0, libghc-parsec3-prof (= 3.1.14.0), libghc-pretty-prof (= 1.1.3.6), libghc-pretty-prof-1.1.3.6-b017f, libghc-process-prof (= 1.6.13.2), libghc-process-prof-1.6.13.2-9f25f, libghc-rts-prof-1.0.2-, libghc-stm-prof (= 2.5.0.0), libghc-stm-prof-2.5.0.0-4cba8, libghc-template-haskell-prof (= 2.17.0.0), libghc-template-haskell-prof-2.17.0.0-7274a, libghc-terminfo-prof (= 0.4.1.5), libghc-terminfo-prof-0.4.1.5-83c64, libghc-text-prof (= 1.2.5.0), libghc-text-prof-1.2.5.0-8553e, libghc-time-prof (= 1.9.3), libghc-time-prof-1.9.3-bda76, libghc-transformers-prof (= 0.5.6.2), libghc-transformers-prof-0.5.6.2-fc6f3, libghc-unix-prof (= 2.7.2.2), libghc-unix-prof-2.7.2.2-bdab4, libghc-xhtml-prof (= 3000.2.2.1), libghc-xhtml-prof-3000.2.2.1-d55d6 Depends: ghc (= 9.0.2-4+apertis1bv2024dev2b1) Conflicts: ghc6-prof (<< 7) Filename: pool/development/g/ghc/ghc-prof_9.0.2-4+apertis1bv2024dev2b1_amd64.deb Size: 61855352 MD5sum: 0d34ff11d0ac57b5ea793ac403058622 SHA1: 90fb929484b8c208f5e5169157f15063af3df93e SHA256: b74d6cc91b46135b019f7fec6eeef61d1db16319d29c8fa6ddd9abaeb1646e4e SHA512: b5b0b10d4e6691748df0aa4b82f111a989ed41b1ba33987d45902e1ab1735033d518c407a831194cc923983c1afd7da0c97e7fe2b83d7a2619f23b9fbaf70927 Description: Profiling libraries for the Glasgow Haskell Compilation system The Glorious Glasgow Haskell Compilation system (GHC) is a compiler for Haskell. . Haskell is "the" standard lazy functional programming language. The language definition and additional documentation can be found in the `haskell-doc' package. Alternatively, there is an online version at http://haskell.org/onlinereport/. . This package contains additional profiling libraries. They are only needed, if you want to take a closer look on where exactly your program burns CPU cycles. Homepage: https://haskell.org/ghc/ Package: ghostscript Priority: optional Section: text Installed-Size: 201 Maintainer: Debian QA Group Architecture: amd64 Version: 10.0.0~dfsg-11+deb12u3+apertis0bv2024.0db1 Provides: postscript-viewer Depends: libgs10 (= 10.0.0~dfsg-11+deb12u3+apertis0bv2024.0db1), libc6 (>= 2.34) Filename: pool/development/g/ghostscript/ghostscript_10.0.0~dfsg-11+deb12u3+apertis0bv2024.0db1_amd64.deb Size: 61096 MD5sum: e9ac8467452def55ef30f99efee43fab SHA1: aaf0dc47fba6403b65d6d56ce37f0121c370e0c3 SHA256: 75d45fb25d25639b1f9c4de234c7d524e6fb94e2f9d95b463586270da7b9c84e SHA512: 4b18a93a22ab70634b92a6d136b280ab58c9d2686181d27e53121966f16734a79bacf02da2d4627959cef81b984b1b1adfffb45ccae839c9f4826e5c2670f257 Description: interpreter for the PostScript language and for PDF GPL Ghostscript is used for PostScript/PDF preview and printing. Usually as a back-end to a program such as ghostview, it can display PostScript and PDF documents in an X11 environment. . Furthermore, it can render PostScript and PDF files as graphics to be printed on non-PostScript printers. Supported printers include common dot-matrix, inkjet and laser models. Homepage: https://www.ghostscript.com/ Multi-Arch: foreign Package: ghostscript-dbgsym Priority: optional Section: debug Installed-Size: 20 Maintainer: Debian QA Group Architecture: amd64 Source: ghostscript Version: 10.0.0~dfsg-11+deb12u3+apertis0bv2024.0db1 Depends: ghostscript (= 10.0.0~dfsg-11+deb12u3+apertis0bv2024.0db1) Filename: pool/development/g/ghostscript/ghostscript-dbgsym_10.0.0~dfsg-11+deb12u3+apertis0bv2024.0db1_amd64.deb Size: 5912 MD5sum: 7d9db91edd9b45357095b598daa1ca7b SHA1: 3ced05b2732d65297872f6e3424c94137c920bed SHA256: 24c537130a1da2c0941e51a022349f583c536ba1ef3ba6f5b0d2c2c452210262 SHA512: a7c80dfaca75a4d26081e777aad5315d2d1a264d9a3e8a8cc8716c76c3a802bdf185e59b55f6c0cda69a75e7c0d93011df2f41a7010d11a510d3737a1ac2bb9b Description: debug symbols for ghostscript Auto-Built-Package: debug-symbols Build-Ids: 584d350fbfb360a0508f7c75198575a51f6a2e24 Package: ghostscript-doc Priority: optional Section: doc Installed-Size: 11959 Maintainer: Debian QA Group Architecture: all Source: ghostscript Version: 10.0.0~dfsg-11+deb12u3+apertis0bv2024.0db1 Depends: libjs-sphinxdoc (>= 5.2), sphinx-rtd-theme-common (>= 1.2.0+dfsg) Suggests: ghostscript Filename: pool/development/g/ghostscript/ghostscript-doc_10.0.0~dfsg-11+deb12u3+apertis0bv2024.0db1_all.deb Size: 7714352 MD5sum: abd04dba33785eb2d7311ce463b69849 SHA1: 64b32efd7946c5c6f03a0909555ccb3c545fb667 SHA256: 9308f646e889066ecfd1c96ae47a04ebc3abf742511eb8d877885878fd531405 SHA512: ef7d33580244c515da14ebbca8874d3d6f320476ce8d1e5825082f80da0f98ed04588f9a985358d846ee6cd8c5cbebd8a9a0517e9eeb43e8fa779fa81f6ca1c8 Description: interpreter for the PostScript language and for PDF - Documentation GPL Ghostscript is used for PostScript/PDF preview and printing. Usually as a back-end to a program such as ghostview, it can display PostScript and PDF documents in an X11 environment. . This package contains documentation for GPL Ghostscript, mainly targeted developers and advanced users. Homepage: https://www.ghostscript.com/ Multi-Arch: foreign Package: ghostscript-x Priority: optional Section: oldlibs Installed-Size: 91 Maintainer: Debian QA Group Architecture: amd64 Source: ghostscript Version: 10.0.0~dfsg-11+deb12u3+apertis0bv2024.0db1 Depends: ghostscript (= 10.0.0~dfsg-11+deb12u3+apertis0bv2024.0db1) Filename: pool/development/g/ghostscript/ghostscript-x_10.0.0~dfsg-11+deb12u3+apertis0bv2024.0db1_amd64.deb Size: 31580 MD5sum: 532809fe840d7f347d1891822ab441c7 SHA1: 85db571672098aec340391414afbf936ccd74133 SHA256: b8f64b4e704561c9537534fbf0c3f05bc81d860951047cf26fb0e5dc4a3abedf SHA512: 76bc328b4dce3dcea82f8bf08ea236efa99b13e72bc663091c417f04226d619330eb14d69300db1c7e747249bd7c26f199a16d8745a10e0a2233d38391543bf4 Description: transitional package for ghostscript This is a transitional package and can safely be removed. Homepage: https://www.ghostscript.com/ Multi-Arch: same Package: gi-docgen Priority: optional Section: gnome Installed-Size: 619 Maintainer: Debian GNOME Maintainers Architecture: all Version: 2023.1+ds-2+apertis0bv2024dev2b1 Depends: python3:any (>= 3.11~), python3-jinja2, python3-markdown (>= 3.2), python3-markupsafe, python3-pygments, python3-typogrify Filename: pool/development/g/gi-docgen/gi-docgen_2023.1+ds-2+apertis0bv2024dev2b1_all.deb Size: 80736 MD5sum: 63d2ec921da3b911d75caf411d95d169 SHA1: b2fd8f8125e1fd4dd89143f2d414f9e2e8ffa4eb SHA256: 6b399ca1c3091f50fd76cf592ef8af1013c4cb3f2003a54e2985be1e93a7ff29 SHA512: dd6a19b886db431c8fb6f6113348b76e06722105f37d5723c859334cbe24b4cf2d4e66f95a54cba598dbbd9efed6f232b7ee83967ec72cf607318d690d469b4c Description: source code documentation tool using GObject-Introspection GI-DocGen is a document generator for GObject-based libraries. GObject is the base type system of the GNOME project. GI-Docgen reuses the introspection data generated by GObject-based libraries to generate the API reference of these libraries, as well as other ancillary documentation. . GI-DocGen is not a general purpose documentation tool for C libraries: while GI-DocGen can be used to generate API references for most GObject/C libraries that expose introspection data, its main goal is to generate the reference for GTK and its immediate dependencies. . GI-DocGen is still in development. The upstream-recommended use of GI-DocGen is to add it as a sub-project to a Meson build system, and vendor it when releasing dist archives. Until GI-DocGen becomes stable, Debian packages that use it for their documentation should use a vendored copy (as allowed by Policy §4.13), and should not have a Build-Depends on gi-docgen unless no vendored copy is present in upstream releases. Homepage: https://gitlab.gnome.org/GNOME/gi-docgen/ Multi-Arch: foreign Package: gi-docgen-doc Priority: optional Section: doc Installed-Size: 317 Maintainer: Debian GNOME Maintainers Architecture: all Source: gi-docgen Version: 2023.1+ds-2+apertis0bv2024dev2b1 Depends: libjs-sphinxdoc (>= 5.2), sphinx-rtd-theme-common (>= 1.2.0+dfsg) Filename: pool/development/g/gi-docgen/gi-docgen-doc_2023.1+ds-2+apertis0bv2024dev2b1_all.deb Size: 43164 MD5sum: 1d3bf348b9d8ea8925d0f93524286b46 SHA1: f2882f296ed485fbfb1243e57060b6d595960c86 SHA256: 4732a9d4c6fbc8463d9a2ac3141ccd564ac893301c7cef48f710eced4d38a05f SHA512: 430ef1f3c9dac01c637a88080a5eaaace9d86fe24c726f690809ede23514c4a445084788a3f53b84d45856dba14b1e5e93e0fe2c945141ecd9095979844b362f Description: Documentation for the gi-docgen documentation tool GI-DocGen is a document generator for GObject-based libraries. GObject is the base type system of the GNOME project. GI-Docgen reuses the introspection data generated by GObject-based libraries to generate the API reference of these libraries, as well as other ancillary documentation. . This package contains documentation for gi-docgen. Built-Using: sphinx (= 5.3.0-3+apertis0bv2024dev2b3) Homepage: https://gitlab.gnome.org/GNOME/gi-docgen/ Multi-Arch: foreign Package: ginkgo Priority: optional Section: golang Installed-Size: 8420 Maintainer: Debian Go Packaging Team Architecture: amd64 Source: golang-ginkgo Version: 1.16.5-3+apertis0bv2024dev2b1 Replaces: golang-ginkgo-dev (<< 1.12.0-5~) Depends: libc6 (>= 2.34) Breaks: golang-ginkgo-dev (<< 1.12.0-5~) Filename: pool/development/g/golang-ginkgo/ginkgo_1.16.5-3+apertis0bv2024dev2b1_amd64.deb Size: 2864280 MD5sum: 8c874bbf34f93940d95072524ccaa140 SHA1: bdeb353dd60900178d096feba1fc367bca7b183e SHA256: 93cf954232b4f9a28862662fd39c47f0008dff10e07b5b81c02da12bea85eb95 SHA512: ecf5c1a330ee2d840a6085d1842f01b3896a59f12020ac7190ed83b390546a9d4a6bea2d252300d8cfef9a1ac19b2d161f03bdb421b09cc515bba4a67f50971f Description: BDD Testing Framework for Go Ginkgo is a BDD-style Golang testing framework built to help you efficiently write expressive and comprehensive tests. It is best paired with the Gomega matcher library but is designed to be matcher-agnostic. Built-Using: golang-1.19 (= 1.19.6-2), golang-fsnotify (= 1.6.0-2), golang-github-nxadm-tail (= 1.4.5+ds1-5), golang-golang-x-sys (= 0.3.0-1), golang-golang-x-tools (= 1:0.5.0+ds-1), golang-gopkg-tomb.v1 (= 0.0~git20141024.0.dd63297-8) Homepage: https://github.com/onsi/ginkgo Package: gir1.2-accountsservice-1.0 Priority: optional Section: introspection Installed-Size: 29 Maintainer: Debian freedesktop.org maintainers Architecture: amd64 Source: accountsservice Version: 22.08.8-6+apertis0bv2024dev2b1 Depends: gir1.2-glib-2.0 (>= 1.34), libaccountsservice0 (>= 22.08.8) Filename: pool/development/a/accountsservice/gir1.2-accountsservice-1.0_22.08.8-6+apertis0bv2024dev2b1_amd64.deb Size: 9436 MD5sum: 793d5e60cb30015ddbdcfdc24a295490 SHA1: ec43205f7d0080d61110abf66423ac24ed501b5d SHA256: 1239a7acbebc21cec15bcd1512c5bdda370fca4a50fd85a30dcd3d0fd0662082 SHA512: db394aa4739cc3e1d177310a45cdefd3dedb3b41e72ca87de0b650230af4799d360ec5e538d2899d398b7e6bcc999ab997d9ad9480dc11e2b5655fdb5d5385bb Description: GObject introspection data for AccountService The AccountService project provides a set of D-Bus interfaces for querying and manipulating user account information and an implementation of these interfaces, based on the useradd, usermod and userdel commands. . This package provides the introspection data for the AccountService library. Homepage: https://www.freedesktop.org/wiki/Software/AccountsService/ Multi-Arch: same Package: gir1.2-adw-1 Priority: optional Section: introspection Installed-Size: 125 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: libadwaita-1 Version: 1.2.2-1+apertis2bv2024dev2b1 Depends: gir1.2-glib-2.0, gir1.2-gtk-4.0 (>= 4.5.0), libadwaita-1-0 (>= 1.2~beta) Filename: pool/development/liba/libadwaita-1/gir1.2-adw-1_1.2.2-1+apertis2bv2024dev2b1_amd64.deb Size: 31440 MD5sum: 4490598fd683d9a9c88aae671af0100c SHA1: 4b6139508cb1a02044055b1a588420ef9039122c SHA256: 024d5b618e2267321e2f5ef7e3bfe77c76ba13436d0fcde286ec078dee3fb454 SHA512: e210a168562a00a107ba6ad050fd809a7da34fe04c3062fe1129be3775e0c4fa233ff28925819d7688f916393711fb065da1393a876478c05516710f2b81cd9f Description: GObject introspection files for libadwaita libadwaita provides GTK widgets and GObjects to ease developing applications for mobile phones. . This package contains the GObject-introspection data in binary typelib format. Homepage: https://gitlab.gnome.org/GNOME/libadwaita Multi-Arch: same Package: gir1.2-gcab-1.0 Priority: optional Section: introspection Installed-Size: 22 Maintainer: Stephen Kitt Architecture: amd64 Source: gcab Version: 1.5-1+apertis0bv2024dev2b1 Replaces: gir1.2-libgcab-1.0 Depends: gir1.2-glib-2.0, libgcab-1.0-0 (>= 1.5) Breaks: gir1.2-libgcab-1.0 Filename: pool/development/g/gcab/gir1.2-gcab-1.0_1.5-1+apertis0bv2024dev2b1_amd64.deb Size: 5456 MD5sum: 538090cfc4e666c8678c2503e97db0bc SHA1: 16bce57c38c7b485062faec4719c6f06d3284c0b SHA256: c9a082349b6757fb5e8d9c4f758c6843cdbd349eee02aa336c3cfc13159cc4f0 SHA512: a8636ca0fe9fec4d27297d0004e9571ee186f069e3860c0d6db83e87fec3ebf7fc2352378c825600cc87cc4af73e598aff5f6e2be23d15b4da8f7379b25dbfda Description: Microsoft Cabinet file manipulation library - gir bindings libgcab provides functions to manipulate cabinet (.cab) files, both for reading and writing their contents. . This package contains the GObject introspection repository bindings. Homepage: https://wiki.gnome.org/msitools Multi-Arch: same Package: gir1.2-gdl-3 Priority: optional Section: introspection Installed-Size: 59 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: gdl Version: 3.40.0-1+apertis0bv2024dev2b1 Depends: gir1.2-glib-2.0 (>= 0.6.7), gir1.2-gtk-3.0, libgdl-3-5 (>= 3.8.1) Filename: pool/development/g/gdl/gir1.2-gdl-3_3.40.0-1+apertis0bv2024dev2b1_amd64.deb Size: 29940 MD5sum: 886bf1411fae603147c141ba8725d575 SHA1: 4df676ba65e37903c430bc4f5eab1dde2be20e2b SHA256: 6f9c3f1cad7549d24728799b024607f57431e7c20a11d4e34c0fe8fe5b32b4db SHA512: c4c41160eb40f17d464d0be2fd8233fd2a60b3bcc99fb6bcf642dd0f0b15847596b43aa2ea63f812078c107bd52693d82a509965de03701ec02f99e0b42a76e1 Description: GObject introspection data for the GDL library This package contains introspection data for the GNOME DevTool libraries, a support library for GNOME development tools. . It can be used by packages using the GIRepository format to generate dynamic bindings. Multi-Arch: same Package: gir1.2-gee-0.8 Priority: optional Section: introspection Installed-Size: 124 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: libgee-0.8 Version: 0.20.6-1+apertis0bv2024dev2b1 Depends: gir1.2-glib-2.0 (>= 0.10) Filename: pool/development/libg/libgee-0.8/gir1.2-gee-0.8_0.20.6-1+apertis0bv2024dev2b1_amd64.deb Size: 34948 MD5sum: 414813d79eedf6db418c14ac1e4e1f23 SHA1: 00ba86e221f4917fe67e0bde5aea8cded19a36bb SHA256: 007863f484e28d16a1716060c635879f4557188c862b712494ef4f69cc47fee7 SHA512: 3d4beec35ac44eadc4c0cdb7578789e1d793710d2b1c139fa680e07302c26f0370628c94aad3b1c47a313416f09542df1cef0a78fdb370ba82175475d0aed413 Description: GObject based collection and utility library (GObject-Introspection) This package contains introspection data for libgee, which can be used to generate dynamic bindings. . libgee is a collection and utility library providing GObject-based interfaces and classes for commonly used data structures. Homepage: https://wiki.gnome.org/Projects/Libgee Multi-Arch: same Package: gir1.2-geoclue-2.0 Priority: optional Section: introspection Installed-Size: 43 Maintainer: Laurent Bigonville Architecture: amd64 Source: geoclue-2.0 Version: 2.6.0-2+apertis2bv2024preb1 Depends: gir1.2-glib-2.0 (>= 0.9.6), libgeoclue-2-0 (>= 2.6.0) Filename: pool/development/g/geoclue-2.0/gir1.2-geoclue-2.0_2.6.0-2+apertis2bv2024preb1_amd64.deb Size: 17708 MD5sum: 9c98ef259f7b8dc147f500b64451776f SHA1: e9ae3196691a5736b5e60a7b9e43c99bb5169b01 SHA256: 6020e6d336976d797d5e12917202c19f74902924f0f57020c8ee99a71ec39954 SHA512: e8b6ab805223014930306be7cf6969c393d9bfb0d36dff8d8f01ef34bc6d1fafd1729f8bfa56597d736a7924cafa3c938a15a266b01d0308afac7504dd625548 Description: convenience library to interact with geoinformation service (introspection) GeoClue is a D-Bus geoinformation service. The goal of the Geoclue project is to make creating location-aware applications as simple as possible. . This package contains the introspection data. Homepage: https://gitlab.freedesktop.org/geoclue/geoclue/wikis/home Multi-Arch: same Package: gir1.2-gepub-0.7 Priority: optional Section: introspection Installed-Size: 18 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: libgepub Version: 0.7.0-2+apertis0bv2024dev2b1 Depends: gir1.2-freedesktop (>= 1.30.0), gir1.2-glib-2.0 (>= 1.30.0), gir1.2-webkit2-4.1, libgepub-0.7-0 (>= 0.7.0) Filename: pool/development/libg/libgepub/gir1.2-gepub-0.7_0.7.0-2+apertis0bv2024dev2b1_amd64.deb Size: 4728 MD5sum: 40b32f8752b2a3d018beeeb4972360e7 SHA1: 77974591f7443fddde14f09c3128b738c95a5d34 SHA256: fa81dcfeccf7d20c9afd0d589aa9680749c2e523497e85b12cf76734975ee76d SHA512: 29db3c43fc67c5508045b8f81bf9faa18e6d920aa9c0e0871b5fde816fb6c2d3dff955011d0033b12029a39093ee398890afc7c9a2818c655a04f9a305651a71 Description: GObject introspection data for the libgepub library libgepub is a GObject based library for handling and rendering epub documents. . This package contains the introspection data for the libgepub library. Multi-Arch: same Package: gir1.2-gladeui-2.0 Priority: optional Section: introspection Installed-Size: 132 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: glade Version: 3.40.0-3+apertis1bv2024dev2b1 Depends: gir1.2-gtk-3.0 (>= 3.24.0), libgladeui-2-13 (>= 3.38.1) Filename: pool/development/g/glade/gir1.2-gladeui-2.0_3.40.0-3+apertis1bv2024dev2b1_amd64.deb Size: 34056 MD5sum: d826b6fbb9851ccadb7a44f9b3bd3fdd SHA1: 2007bcfb89ea18cc8382c5f51ddc6b17bfbc0679 SHA256: 1147fea799a2798cd8f77e6b1142c039daa6e61142c491b203dc8eb8ec3088c0 SHA512: c4f432a9c6c5e0bda953bd4789ea9807510bbdd38a19cad382e74da7930b65d6b92b9a55a7fafc1fe6898e65d274f877cb610e30b82cf3449aebebe7912f7959 Description: GObject introspection data for the GTK+ User Interface library Glade is a RAD tool to enable quick and easy development of user interfaces for the GTK+ toolkit. . Glade is, since its "3.0" major version, highly modular, and composed of widgets which can be used by other applications to integrate functionality similar to the one provided by the Glade application itself. . This package contains introspection data for the GTK+ User Interface Build core library. Homepage: https://glade.gnome.org/ Multi-Arch: same Package: gir1.2-gnomebg-4.0 Priority: optional Section: introspection Installed-Size: 28 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: gnome-desktop Version: 43.2-2+apertis1bv2024dev2b1 Depends: gir1.2-gdkpixbuf-2.0 (>= 2.36.5), gir1.2-gnomedesktop-4.0 (= 43.2-2+apertis1bv2024dev2b1), gir1.2-gtk-4.0 (>= 4.4.0), libgnome-bg-4-2 (>= 3.27.90) Filename: pool/development/g/gnome-desktop/gir1.2-gnomebg-4.0_43.2-2+apertis1bv2024dev2b1_amd64.deb Size: 13272 MD5sum: 176cd9d18bf066ef174039c18aa60800 SHA1: 1d335c748ebc5a629690ff80fc3a1bfef13a17de SHA256: 9fc15b5478d1e3652666b31aaad2eb94207463594bb2b7d9fac137addc16c87a SHA512: e6e788a2095e053a82f86b4dfeda9546c48cf314fc79446bd2dfd777a1fff6d5c2d77b2472572d1627643b1f05c39bcba824d888e677f76500c3b6045fca565a Description: Introspection data for GnomeBG (GTK 4) The gnome-desktop set of libraries provides various utility functions that are used in multiple components of the GNOME desktop, but do not have a sufficiently stable API to be included in core libraries such as GLib and GTK. . This package contains GObject-Introspection bindings for background image (wallpaper) management. Multi-Arch: same Package: gir1.2-gnomedesktop-3.0 Priority: optional Section: introspection Installed-Size: 49 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: gnome-desktop Version: 43.2-2+apertis1bv2024dev2b1 Depends: gir1.2-gdesktopenums-3.0 (>= 3.27.0), gir1.2-glib-2.0 (>= 0.10.2-1~), gir1.2-gtk-3.0 (>= 3.3.6), libgnome-desktop-3-20 (>= 43~alpha) Breaks: gnome-shell (<< 3.34) Filename: pool/development/g/gnome-desktop/gir1.2-gnomedesktop-3.0_43.2-2+apertis1bv2024dev2b1_amd64.deb Size: 18220 MD5sum: 9ee8f22948e0ac435f3b24cd0b37d859 SHA1: fd4d256daa6f936f41568d24288dd79aa9509206 SHA256: 1749da5ebb597dd1b7198e2d0c6991b3f458beb115c09fa17a83b4ab8fe6e142 SHA512: cd329d28533ea083b570b47a11f15420d64d0b0cc3efbf623f0741c31cd9038e292ecc537dfb526229b5d619721324113faf605b9a7a6f2f7f059d630ee634f6 Description: Introspection data for GnomeDesktop (GTK 3) This package provides the include files and static library for the GNOME desktop library functions. . This package contains the introspection data for GnomeDesktop Multi-Arch: same Package: gir1.2-gnomedesktop-4.0 Priority: optional Section: introspection Installed-Size: 33 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: gnome-desktop Version: 43.2-2+apertis1bv2024dev2b1 Depends: gir1.2-gdesktopenums-3.0 (>= 3.27.0), gir1.2-gdkpixbuf-2.0 (>= 2.36.5), gir1.2-glib-2.0 (>= 0.10.2-1~), libgnome-desktop-4-2 (>= 43~alpha) Breaks: gnome-shell (<< 42~alpha) Filename: pool/development/g/gnome-desktop/gir1.2-gnomedesktop-4.0_43.2-2+apertis1bv2024dev2b1_amd64.deb Size: 14492 MD5sum: dad6a0679aad869734354229003e8d96 SHA1: 79785e152f19fcb46ac7fe5390807cdb25c2c187 SHA256: 4d07e0cc9091728462f2d5bcc7bb4cd18284b27ecf2734f6165f34c73129ba7e SHA512: ec23e0a3951e1bd0ddfaf68cf884dc3cc14a8715c5eebc69d5fd13d1e847b990fb21fb55eb4846662aec17488069997476d1395ce06b56d9a103f6594ab399fb Description: Introspection data for GnomeDesktop (GTK 4) The gnome-desktop set of libraries provides various utility functions that are used in multiple components of the GNOME desktop, but do not have a sufficiently stable API to be included in core libraries such as GLib and GTK. . This package contains GObject-Introspection bindings for miscellaneous utility functions. Multi-Arch: same Package: gir1.2-gnomerr-4.0 Priority: optional Section: introspection Installed-Size: 35 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: gnome-desktop Version: 43.2-2+apertis1bv2024dev2b1 Depends: gir1.2-gnomedesktop-4.0 (= 43.2-2+apertis1bv2024dev2b1), gir1.2-gtk-4.0 (>= 4.4.0), libgnome-rr-4-2 (>= 3.37.90.1) Filename: pool/development/g/gnome-desktop/gir1.2-gnomerr-4.0_43.2-2+apertis1bv2024dev2b1_amd64.deb Size: 14944 MD5sum: 0fd5791f6c2b163bee7575a503118aae SHA1: 4fd32e2d6e269969a7e130aed30c62771f155ff3 SHA256: f5c7ef3b1a432d2783cd8a3f3560991c82f4bfa3e8654cb3e4fdf29d588bdf6d SHA512: c498f6f1834fd4510ab4215d4c88823b548356da78ef63d1462a0c1a571eed862d95f665669c74f13bc7cd6ef4b58470d59025d4260ae9f25da39294ad642032 Description: Introspection data for GnomeRR (GTK 4) The gnome-desktop set of libraries provides various utility functions that are used in multiple components of the GNOME desktop, but do not have a sufficiently stable API to be included in core libraries such as GLib and GTK. . This package contains GObject-Introspection bindings for display mode management. Multi-Arch: same Package: gir1.2-goa-1.0 Priority: optional Section: introspection Installed-Size: 77 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: gnome-online-accounts Version: 3.46.0-1+apertis1bv2024dev2b1 Depends: gir1.2-glib-2.0 (>= 0.9.3), libgoa-1.0-0b (>= 3.35.90) Filename: pool/development/g/gnome-online-accounts/gir1.2-goa-1.0_3.46.0-1+apertis1bv2024dev2b1_amd64.deb Size: 15948 MD5sum: a5f547f8fe08498861353fa41625b71f SHA1: d55909c8f44cc3a7440efe1b323b6685c5974bce SHA256: ed297486d5ab76232185a618de8476c34164b46b9f4cb7b0f66d465b75461b46 SHA512: 4136326cba8fef00e950c6581a032c341fa28bf15da56920e6dcd36b1dbec04a3c43a0c1b957e662e023d11658ea8337f6ce1ce69e7a9b300f83bb72e6194e62 Description: Introspection data for GNOME Online Accounts This package contains the GNOME Online Accounts service, which provides a centralized place for managing online accounts (Google, etc) for the GNOME desktop. . This package can be used by other packages using the GIRepository format to generate dynamic bindings. Homepage: https://wiki.gnome.org/Projects/GnomeOnlineAccounts Multi-Arch: same Package: gir1.2-gtk-2.0 Priority: optional Section: introspection Installed-Size: 843 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: gtk+2.0 Version: 2.24.33-2+apertis0bv2024preb1 Provides: gir1.2-gdk-2.0 (= 2.24.33-2+apertis0bv2024preb1), gir1.2-gdkx11-2.0 (= 2.24.33-2+apertis0bv2024preb1) Depends: libgtk2.0-common, gir1.2-atk-1.0 (>= 1.32.0), gir1.2-freedesktop (>= 0.9.3), gir1.2-gdkpixbuf-2.0 (>= 2.22.1) | libgdk-pixbuf2.0-dev (>= 2.22.1), gir1.2-glib-2.0 (>= 0.9.3), gir1.2-pango-1.0 (>= 1.28.3), libgtk2.0-0 (>= 2.24.0) Filename: pool/development/g/gtk+2.0/gir1.2-gtk-2.0_2.24.33-2+apertis0bv2024preb1_amd64.deb Size: 186040 MD5sum: d5aeae7184808d603b71585ff6b16d6d SHA1: 0cdd6b2624b2a266358555fc5afa405b9822f9e3 SHA256: f36ba499e8a748eaba3a9a34c4db2c86a46d93cd8b5e61429462c875c3bf62b9 SHA512: cb4da43b9ee31d3e4d2aa5277121ad6124baff3ff446df43ed828ae662e19009d8d48ec52907a71ab12c7b4a36fd670af9bda1be326c88567685a1621c1d1c44 Description: GTK graphical user interface library -- gir bindings GTK is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK is suitable for projects ranging from small one-off tools to complete application suites. . This package can be used by other packages using the GIRepository format to generate dynamic bindings. Homepage: http://www.gtk.org/ Multi-Arch: same Package: gir1.2-gtkspell3-3.0 Priority: optional Section: introspection Installed-Size: 19 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: gtkspell3 Version: 3.0.10-1apertis0bv2024dev2b1 Depends: gir1.2-glib-2.0 (>= 1.30.0), gir1.2-gtk-3.0, libgtkspell3-3-0 (>= 3.0.9) Filename: pool/development/g/gtkspell3/gir1.2-gtkspell3-3.0_3.0.10-1apertis0bv2024dev2b1_amd64.deb Size: 6824 MD5sum: 162d6f4602e8e9fbabff289a9c9448d1 SHA1: c7f623ab1702d698f315401313b92525e1edc5c6 SHA256: ca7995d0f7d1b421c527a1457ff9b485eb29e9d2f29b9221bdd9faf071d50b01 SHA512: f26d958732867822ec02786fb82c79caa27f9f084cf81290f97071d839638cb883ee39aa11d11adfb1976b620aa3bfbb8f49226e736462c85798640305b29ae8 Description: GObject introspection data for the GtkSpell library This package contains introspection data for GtkSpell, a spell-checking library for GTK+. They can be used to generate dynamic bindings. . GtkSpell provides Microsoft Word/OS X-style highlighting of misspelled words in a GtkTextView widget. Right-clicking a misspelled word pops up a menu of suggested replacements. Homepage: http://gtkspell.sourceforge.net/ Multi-Arch: same Package: gir1.2-gtop-2.0 Priority: optional Section: introspection Installed-Size: 89 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: libgtop2 Version: 2.40.0-2apertis0bv2024dev2b1 Depends: libgtop-2.0-11 (>= 2.37.90) Filename: pool/development/libg/libgtop2/gir1.2-gtop-2.0_2.40.0-2apertis0bv2024dev2b1_amd64.deb Size: 42364 MD5sum: e240d5a40f6b5fdbbf15b216cef9f427 SHA1: a847a3c60858a45487e9e450814848b56f5999c7 SHA256: 66c1c783b3c987407a09869e85cd68103d9fa5a5d47196915bdb5ed20bbab94f SHA512: 0f375c79eb8b99d813f1f44740db626e971313f2e08b7e0b53b85d08f368eaf4c8abb35b98d79f9986684fbaeacb44769742995ffc34125f0a7413844b6d7a0f Description: gtop system monitoring library (gir bindings) The gtop library reads information about processes and the state of the system. It is used by the GNOME desktop environment. . This package can be used by other packages using the GIRepository format to generate dynamic bindings. Multi-Arch: same Package: gir1.2-gusb-1.0 Priority: optional Section: introspection Installed-Size: 36 Maintainer: Debian UEFI Maintainers Architecture: amd64 Source: libgusb Version: 0.3.10-1+apertis0bv2024dev2b1 Depends: gir1.2-glib-2.0, libgusb2 (>= 0.3.10) Filename: pool/development/libg/libgusb/gir1.2-gusb-1.0_0.3.10-1+apertis0bv2024dev2b1_amd64.deb Size: 12200 MD5sum: b7e383a7228eeed131f4ca65b5979878 SHA1: e54f864f9f7ad499a6a7e4a96da17d069b06450b SHA256: 3424438ccec0f129b36f7d92fcd6763bdcf35a1921fbaecc9640ee68372ab72e SHA512: 2998b2226c8aa5da158de14f649ec4f2572260abbef9ed0ce3adbac5cf270cc2cc1c7ab3b30d9e003f263f6b2c50cd951ddbaf3507113a0966da1c2a64c3f60c Description: GObject introspection data for libgusb This package contains the introspection data for GUsb. . It can be used by packages using the GIRepository format to generate dynamic bindings. Homepage: http://www.hughski.com/downloads.html Multi-Arch: same Package: gir1.2-ibus-1.0 Priority: optional Section: introspection Installed-Size: 600 Maintainer: Debian Input Method Team Architecture: amd64 Source: ibus Version: 1.5.27-5+apertis0bv2024dev2b1 Depends: gir1.2-glib-2.0, libibus-1.0-5 (>= 1.5.21) Breaks: ibus-array (<< 0.2.1-3), ibus-pinyin (<< 1.5.0-6) Filename: pool/development/i/ibus/gir1.2-ibus-1.0_1.5.27-5+apertis0bv2024dev2b1_amd64.deb Size: 335848 MD5sum: 7ab1f231581dc73ad3039995a84aeb42 SHA1: c2cf1e0484805196ee7a519f10571f16a79d73e7 SHA256: fecc1d8cc3286451ff4e30a94dbd2a2b4262c72cb3ce8bf0a43c1188255d5f45 SHA512: 3e645f410b1faeaee3238a3d07401a560afec40adbddb181653aa8abf4e533dd5bb0e147c87e222ca4f8e17931f64c496abea58280337dac426cdafb25db87cf Description: Intelligent Input Bus - introspection data IBus is an Intelligent Input Bus. It is a new input framework for the Linux OS. It provides full featured and user friendly input method user interface. It also may help developers to develop input method easily. . This package contains the GObject introspection data which are needed for developing the IBus applications in various programming languages with GObject introspection support. Homepage: https://github.com/ibus/ibus Multi-Arch: same Package: gir1.2-langtag-0.6 Priority: optional Section: introspection Installed-Size: 32 Maintainer: Debian LibreOffice Maintainers Architecture: amd64 Source: liblangtag Version: 0.6.4-2+apertis0bv2024dev2b1 Depends: gir1.2-glib-2.0 Filename: pool/development/libl/liblangtag/gir1.2-langtag-0.6_0.6.4-2+apertis0bv2024dev2b1_amd64.deb Size: 8512 MD5sum: fadd7b249ccd03ba0ccb5e2f2698a242 SHA1: 7ea974c782ce356d016433824f386e6b2809ced0 SHA256: 49206d83fc717d475ad19d19a5760ee75ce518941dc0427bfd6101e83c4d169b SHA512: 3b6e3883e27df566e76a643fde6c00a484e43203587c8560ec86ca57af186549ea980e23d305dc9a53432bc69ece1c7c70f34edae31c257fe6bcd1a988946351 Description: library to access tags for identifying languages - introspection liblangtag is an interface library to access/deal with tags for identifying languages, which is described in RFC 5646 . This package contains the Introspection data for LangTag. Homepage: http://tagoh.bitbucket.org/liblangtag/ Multi-Arch: same Package: gir1.2-libxfce4ui-2.0 Priority: optional Section: introspection Installed-Size: 46 Maintainer: Debian Xfce Maintainers Architecture: amd64 Source: libxfce4ui Version: 4.18.2-2+apertis1bv2024preb2 Depends: gir1.2-glib-2.0, gir1.2-gtk-3.0, gir1.2-libxfce4util-1.0 (>= 4.17.2), libxfce4ui-2-0 (>= 4.18.2) Filename: pool/development/libx/libxfce4ui/gir1.2-libxfce4ui-2.0_4.18.2-2+apertis1bv2024preb2_amd64.deb Size: 22608 MD5sum: 8b6068c752a6c9bd5c2915ca53c0e916 SHA1: 89aac2069734c5fbcd4cb9b724517f8b1b938ce0 SHA256: 5fcdfbb4382ec20245ba330bb80546aa0019859c08cd7a64fd69ea6acc60f740 SHA512: d5e57aec4c7c7ad5fc89694c6448416b5df9a9f4f120d259ae5f8f87f12d4b6ecf92e35ceb9a797c1570c34741a2eb0447b8ecfaec6caf1782165a2a46f3a5f4 Description: Typelib file for libxfce4ui libxfce4ui is used to share commonly used Xfce widgets among the Xfce applications. . This package provides the introspection data for libxfce4ui. Homepage: https://docs.xfce.org/xfce/libxfce4ui/start Multi-Arch: same Package: gir1.2-libxfce4util-1.0 Priority: optional Section: introspection Installed-Size: 38 Maintainer: Debian Xfce Maintainers Architecture: amd64 Source: libxfce4util Version: 4.18.1-2+apertis1bv2024preb2 Depends: gir1.2-glib-2.0, libxfce4util7 (>= 4.17.2) Filename: pool/development/libx/libxfce4util/gir1.2-libxfce4util-1.0_4.18.1-2+apertis1bv2024preb2_amd64.deb Size: 16784 MD5sum: e2812d2e5c64eab90033de249b673524 SHA1: 876bdbaba15c0c242bd5cebeba5772a1db193f2b SHA256: 7871a83b778502bac7dbb8de58e9e8dd1c7536c4601156cbb8ea84158a4c8b74 SHA512: 8eb7302eefaac90274ee6b741f4afdf83e969f08ee135b2f178d306d4ef933c850660ac67ba07eb20ef4646b38e0367f0c98ac705a71e2b796b06936530cfd62 Description: Typelib file for libxfce4util libxfce4util is the basic utility function library for Xfce4. . This package provides the introspection data for libxfce4util. Homepage: https://docs.xfce.org/xfce/libxfce4util/start Multi-Arch: same Package: gir1.2-mbim-1.0 Priority: optional Section: introspection Installed-Size: 173 Maintainer: DebianOnMobile Maintainers Architecture: amd64 Source: libmbim Version: 1.28.2-1+apertis0bv2024dev2b1 Depends: gir1.2-glib-2.0, libmbim-glib4 (>= 1.28.0), libmbim-proxy Filename: pool/development/libm/libmbim/gir1.2-mbim-1.0_1.28.2-1+apertis0bv2024dev2b1_amd64.deb Size: 38776 MD5sum: 5469cd34f8eb45bfd01db9ad0c68bb93 SHA1: 78b052451e8838489791e86287842321492fe4cd SHA256: 4064dcc6bef9d2e06a0714a68d1bcd251de9a4cba6188a6808cb5e4894056ab9 SHA512: bbe56c3b4164f43d86ef3438571f15f12874ca6d9049276316cb7f840a7fc069c395cc76b62bf24977cf845edbec479cec6a10ff25633125de4a93bf23c7cd3a Description: GObject introspection data for libmbim-glib libmbim is a glib-based library for talking to WWAN modems and devices which speak the Mobile Interface Broadband Model (MBIM) protocol. . This package contains introspection data for the libmbim-glib library. Homepage: https://www.freedesktop.org/wiki/Software/libmbim/ Multi-Arch: same Package: gir1.2-modemmanager-1.0 Priority: optional Section: introspection Installed-Size: 341 Maintainer: DebianOnMobile Maintainers Architecture: amd64 Source: modemmanager Version: 1.20.4-1+apertis0bv2024dev2b1 Depends: gir1.2-glib-2.0, libmm-glib0 (>= 1.20.0) Filename: pool/development/m/modemmanager/gir1.2-modemmanager-1.0_1.20.4-1+apertis0bv2024dev2b1_amd64.deb Size: 68672 MD5sum: de007af065402b73aee746f2fe6a02d5 SHA1: 13893dee084ebf8a6bfe8c89657138e69a3444e0 SHA256: bee407e2136eed7b6d8f176e5e84d1142e29f3bed8438eea6cb6d7b713bea49e SHA512: 609bd8a4674e984ab7b7bc84d3683d4b623f4b016f048f826166a8a96eb3cc19867d63bbbe34b049485b25381fdb6551824d7b3fcb1ddf9b26744ef2203e43da Description: GObject introspection data for modemmanager ModemManager is a DBus-activated daemon which controls mobile broadband (2G/3G/4G/5G) devices and connections. Whether built-in devices, USB dongles, Bluetooth-paired telephones or professional RS232/USB devices with external power supplies, ModemManager is able to prepare and configure the modems and setup connections with them. . This package contains introspection data for the libmm-glib library. Homepage: https://www.freedesktop.org/wiki/Software/ModemManager/ Multi-Arch: same Package: gir1.2-nice-0.1 Priority: optional Section: introspection Installed-Size: 68 Maintainer: Debian Telepathy maintainers Architecture: amd64 Source: libnice Version: 0.1.21-1+apertis0bv2024dev2b1 Depends: gir1.2-glib-2.0 (>= 1.30.0), libnice10 (>= 0.1.21) Filename: pool/development/libn/libnice/gir1.2-nice-0.1_0.1.21-1+apertis0bv2024dev2b1_amd64.deb Size: 23216 MD5sum: 78deca53a120e62a1ee8b283b3a8436f SHA1: 888ec90ef7cf9e45ab061fd2be14ee0c4e6302e7 SHA256: 2adb92ce69508564613bdf1a87641eb4f896d967e44a9dd79bb94463e0c8c88c SHA512: 217ab436c6f9a6959f7932d53e44df863428f6a1f88e9395b43cf7da110aaf3894079795aec6c48f37df1d71c790f716779601815c8bb786140b615ed5a375f1 Description: ICE library (GObject introspection) Nice is an implementation of the IETF's draft Interactive Connectivity Establishment standard (ICE). ICE is useful for applications that want to establish peer-to-peer UDP data streams. It automates the process of traversing NATs and provides security against some attacks. . Existing standards that use ICE include the Session Initiation Protocol (SIP) and the Jingle XMPP extension for audio/video calls. . Nice includes integration with GStreamer. . This package provides the GObject introspection binding. Homepage: https://nice.freedesktop.org/ Multi-Arch: same Package: gir1.2-nm-1.0 Priority: optional Section: introspection Installed-Size: 349 Maintainer: Utopia Maintenance Team Architecture: amd64 Source: network-manager Version: 1.42.4-1+apertis0bv2024dev2b1 Depends: gir1.2-glib-2.0, libnm0 (>= 1.42.2) Filename: pool/development/n/network-manager/gir1.2-nm-1.0_1.42.4-1+apertis0bv2024dev2b1_amd64.deb Size: 83360 MD5sum: 10b4e41daa724d0f0876e9bd3e50ec3a SHA1: 64efa2b816be2944b9c9f0e672970c9cc43f1ee8 SHA256: d1d7253853b50d6688c5e39e9a571205c8cc26e3648f2c44207a315d4b96fd87 SHA512: 37aa141e32780d5f229a263c072cffbd45eeaf32c46f705e55c9efc65ddb532541a6f4cb4c24a5453cb6c877f8a0e402c2b04470b12635e8b804517fd4d7ec91 Description: GObject introspection data for the libnm library NetworkManager is a system network service that manages your network devices and connections, attempting to keep active network connectivity when available. It manages ethernet, Wi-Fi, mobile broadband (WWAN), and PPPoE devices, and provides VPN integration with a variety of different VPN services. . This package contains introspection data for NetworkManager using libnm. . It can be used by packages using the GIRepository format to generate dynamic bindings. Homepage: https://wiki.gnome.org/Projects/NetworkManager Multi-Arch: same Package: gir1.2-qmi-1.0 Priority: optional Section: introspection Installed-Size: 880 Maintainer: DebianOnMobile Maintainers Architecture: amd64 Source: libqmi Version: 1.32.2-1+apertis0bv2024dev2b1 Depends: gir1.2-glib-2.0, gir1.2-qrtr-1.0 (>= 1.0.0), libqmi-glib5 (>= 1.32.0), libqmi-proxy Filename: pool/development/libq/libqmi/gir1.2-qmi-1.0_1.32.2-1+apertis0bv2024dev2b1_amd64.deb Size: 139756 MD5sum: 48d899eac2ad58dc38afbec19830c46e SHA1: 827b0ff44b7b082ce662ed063bfb465a93455f98 SHA256: 32670b5c1d0caee8ff7ffd87fd23d828261d827cda665357c22895ca47e9f39a SHA512: daceaeb0fc7e829b58c293e939ce119bb4f997590e05c5cdfa7a90328b415e2a26d0d9130fb6e7ef567ab6c0a5405e691a7edb7db5f8878c6dc3147eba40631c Description: GObject introspection data for libqmi-glib This package contains introspection data for the libqmi-glib library. Homepage: https://www.freedesktop.org/wiki/Software/libqmi Multi-Arch: same Package: gir1.2-qrtr-1.0 Priority: optional Section: introspection Installed-Size: 21 Maintainer: DebianOnMobile Maintainers Architecture: amd64 Source: libqrtr-glib Version: 1.2.2-1+apertis0bv2024dev2b1 Depends: gir1.2-glib-2.0, libqrtr-glib0 (>= 1.0.0) Filename: pool/development/libq/libqrtr-glib/gir1.2-qrtr-1.0_1.2.2-1+apertis0bv2024dev2b1_amd64.deb Size: 5464 MD5sum: 2dcde5f15f71e1d43ee459693150e570 SHA1: 6d6c591d422e29b105543a8590f8cf996b229931 SHA256: d30d0024e931c685dd2aa330587e6279f65d7d71ebe2c3807d5acc326c0aaf8f SHA512: 71ec4363d5fe831a2afa565777219bda9f724c9a46302fb427f0f1a6132612c508ab9ae1ba99a7471ce684b184f64380dcfa34f4b8e4d049e8ade28ba0a7555a Description: GObject introspection data for libqrtr-glib glib-based library to use and manage the QRTR (Qualcomm IPC Router) bus. . This package contains the GObject-introspection data in binary typelib format. Homepage: https://gitlab.freedesktop.org/mobile-broadband/libqrtr-glib/ Multi-Arch: same Package: gir1.2-rest-1.0 Priority: optional Section: introspection Installed-Size: 33 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: librest Version: 0.9.1-6+apertis1bv2024dev3b1 Depends: gir1.2-glib-2.0 (>= 0.9.12), gir1.2-soup-3.0, librest-1.0-0 (>= 0.9.1) Filename: pool/development/libr/librest/gir1.2-rest-1.0_0.9.1-6+apertis1bv2024dev3b1_amd64.deb Size: 9036 MD5sum: a2b8dfa5d2b8f28fc7afb3d6f10f286f SHA1: dc31c9aadbdb381cf19fcc7c3d5da3f7fc531e43 SHA256: 9f93173bdb87660a67c09defdd52a83c4520d236dc5161fd5e54710b1aae11c8 SHA512: 57c7edf02304e0b40baf2a544742cef081875e021f83cef95937b06c237b229f1bf24c707d15a45e766e5c70ee3fa5656abff9c2928c4317b27b924387eb6934 Description: REST service access library (introspection files) This library was designed to make it easier to access web services that claim to be "RESTful". It includes convenience wrappers for libsoup and libxml to ease remote use of the RESTful API. . This package contains introspection data. . It can be used by packages using the GIRepository format to generate dynamic bindings. Homepage: https://wiki.gnome.org/Projects/Librest Multi-Arch: same Package: gir1.2-restextras-1.0 Priority: optional Section: introspection Installed-Size: 21 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: librest Version: 0.9.1-6+apertis1bv2024dev3b1 Replaces: gir1.2-rest-extras-0.7 (<< 0.8.1) Depends: gir1.2-glib-2.0 (>= 0.9.12), gir1.2-rest-1.0 (= 0.9.1-6+apertis1bv2024dev3b1), gir1.2-soup-3.0, librest-extras-1.0-0 Breaks: gir1.2-rest-extras-0.7 (<< 0.8.1) Filename: pool/development/libr/librest/gir1.2-restextras-1.0_0.9.1-6+apertis1bv2024dev3b1_amd64.deb Size: 5696 MD5sum: 95c790bd4b6be3e4c5caaeac7e3265e0 SHA1: 0a3e4d3a17db5cd3e5b709b60bc87facf3675adb SHA256: a72fe802e5e978a3d09c084b49705e56eeeba36be81b75d62123071ecb73fefb SHA512: 162f173929052668e04494652c541eccb188233a92943a28be34ca822415b680422c2ef5611885c99c3a3e1dccb1d4903544b79d1143416c5ad79a70b096dcde Description: REST service access library extra components (introspectionfiles) This library was designed to make it easier to access web services that claim to be "RESTful". It includes convenience wrappers for libsoup and libxml to ease remote use of the RESTful API. This extra package provides Facebook and Flickr support. . This package contains introspection data . It can be used by packages using the GIRepository format to generate dynamic bindings. Homepage: https://wiki.gnome.org/Projects/Librest Multi-Arch: same Package: gir1.2-soup-3.0 Priority: optional Section: introspection Installed-Size: 92 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: libsoup3 Version: 3.2.2-2+apertis1bv2024dev2b1 Depends: gir1.2-glib-2.0 (>= 0.9.5), libsoup-3.0-0 (= 3.2.2-2+apertis1bv2024dev2b1) Filename: pool/development/libs/libsoup3/gir1.2-soup-3.0_3.2.2-2+apertis1bv2024dev2b1_amd64.deb Size: 28840 MD5sum: a1c6cc210774b855cce092920ba4016f SHA1: 92a394535bd92f28fca27165b7b4101c874dcf12 SHA256: 85a1f385928f935491ed54afb48cf6c90011f151c7b33363bcece3166e5a8025 SHA512: 2d3fb8db7bd464e34b8288361366946a75c7b468da1630198a8b571098220ec58980e40bb1841f13ffa74edfc0d04b6b075ec3b34c7fad7a2e8051ffa347f691 Description: GObject introspection data for the libsoup HTTP library This package contains introspection data for the libsoup HTTP library. . libsoup uses the Glib main loop and is designed to work well with GTK+ applications. This enables GNOME applications to access HTTP servers on the network in a completely asynchronous fashion, very similar to the GTK+ programming model (a synchronous operation mode is also supported for those who want it). . It can be used by packages using the GIRepository format to generate dynamic bindings. Homepage: https://wiki.gnome.org/Projects/libsoup Multi-Arch: same Package: gir1.2-uhm-0.0 Priority: optional Section: introspection Installed-Size: 17 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: uhttpmock Version: 0.5.3-2apertis0bv2024dev2b1 Depends: gir1.2-glib-2.0, gir1.2-soup-2.4 (>= 2.37.91), libuhttpmock-0.0-0 (>= 0.5.3) Filename: pool/development/u/uhttpmock/gir1.2-uhm-0.0_0.5.3-2apertis0bv2024dev2b1_amd64.deb Size: 4348 MD5sum: f7e5790a341f205a37bf0dffabeca59f SHA1: 9d63b33e4e0fa3b061427861090fba82a9cf85b5 SHA256: e7c6ec0fafcaa0051af3f8a6b33504a56c14de7f12ed30d507f19e5800b4168f SHA512: 779999376dee7e0c940b630ec567ca738c90df2ab460f91293916db852ecca162b41ca337dd361b62d2cc2d90ead321f7c81820f74288a521c29c22e701fa35b Description: HTTP web service mocking - GObject introspection files uhttpmock is a HTTP web service mocking project for projects which use libsoup. It is still in its infancy, but is already used by libgdata for unit testing. . This package contains the gobject-introspection typelib. Homepage: https://gitlab.com/groups/uhttpmock Multi-Arch: same Package: gir1.2-umockdev-1.0 Priority: optional Section: introspection Installed-Size: 24 Maintainer: Martin Pitt Architecture: amd64 Source: umockdev Version: 0.17.16-1+apertis1bv2024.0db1 Depends: libumockdev0 (>= 0.17.16-1+apertis1bv2024.0db1), gir1.2-glib-2.0 Filename: pool/development/u/umockdev/gir1.2-umockdev-1.0_0.17.16-1+apertis1bv2024.0db1_amd64.deb Size: 7524 MD5sum: be71d55eb362b766ce1c76fb9ff625a1 SHA1: 273df1bdf62df4e8b038a1aa9d525b5841034229 SHA256: d5bf0b693fe518f986eca9fbfd243185d0f916cc1fad7585d92e8c348bb4ad85 SHA512: d439bc7e2a410db31c316e9671fb172e1895c7d1b260ce802d34f064310e7787c7a9765010b16c490e2c9caa06a6a869ed0d550a3986c0fac955592e0196d3ff Description: introspection data for umockdev library umockdev mocks hardware devices for creating unit tests for libraries and programs that handle Linux hardware devices. . This package contains the introspection data for the libumockdev library. Homepage: https://github.com/martinpitt/umockdev/ Multi-Arch: same Package: gir1.2-vips-8.0 Priority: optional Section: introspection Installed-Size: 143 Maintainer: Laszlo Boszormenyi (GCS) Architecture: amd64 Source: vips Version: 8.14.1-3+deb12u1+apertis0bv2024.0db1 Depends: gir1.2-glib-2.0, libvips42 (>> 8.0.2-1~) Filename: pool/development/v/vips/gir1.2-vips-8.0_8.14.1-3+deb12u1+apertis0bv2024.0db1_amd64.deb Size: 80804 MD5sum: 983361209af7cc45b4ccaf1919a42e53 SHA1: a70fedd432a48a94ea4fb9d638b97ca0e217fc8d SHA256: 00daaf743cdc983ad04b49505ff2b09cdc13eb18c657c44c1fa52ad565e71a47 SHA512: 72e82ac143425392a1f30558a4cfc6e40b7deccd51e635384027072aa7374d671c1c6ce784765eb1236e7cfe7c86d70c7d9d615a9fb88f30a027d7bac28b0a60 Description: GObject introspection data for VIPS VIPS is an image processing system designed with efficiency in mind. It is good with large images (ones that larger than the amount of RAM in your machine), and for working with colour. It can perform many image manipulation tasks much faster than other packages such as ImageMagick and the GIMP and includes some special features such as creating single "mosaic" images from multiple parts. . VIPS consists of two main components: an image processing library with some command-line tools and a spreadsheet-like graphical user interface. The graphical interface is available in the nip2 package. . This package provides the introspection data for VIPS library. Homepage: https://libvips.github.io/libvips/ Package: gir1.2-vte-2.91 Priority: optional Section: introspection Installed-Size: 621 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: vte2.91 Version: 0.70.6-2~deb12u1+apertis0bv2024preb1 Depends: gir1.2-freedesktop (>= 0.9.12), gir1.2-gtk-3.0 (>= 3.24.22), gir1.2-pango-1.0 (>= 1.22.0), libvte-2.91-0 (>= 0.69.90) Filename: pool/development/v/vte2.91/gir1.2-vte-2.91_0.70.6-2~deb12u1+apertis0bv2024preb1_amd64.deb Size: 604948 MD5sum: c9174f6dd6447cda5b7f5413f5ba6842 SHA1: f96b21b83419da2c24c97da0f656c03953930b2f SHA256: 4307cb976f5dad4170f6aeb017722f56b13dc8949350bca027283af25ad5605f SHA512: ffaecc336dcae21b173bd62c37bf2c547853c7a4f6072cab80f2dec54eb360c830e9549b4be62f4688f24631f4c735c3686e9f40ce8289160ae8fc9b7f7b0cd1 Description: GObject introspection data for the VTE library This package contains introspection data for VTE, a terminal emulator widget for GTK+. . It can be used by interpreters understanding the GIRepository format to write programs using the VTE widget for GTK+ 3.0. Homepage: https://wiki.gnome.org/Apps/Terminal/VTE Multi-Arch: same Package: gir1.2-vte-3.91 Priority: optional Section: introspection Installed-Size: 620 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: vte2.91 Version: 0.70.6-2~deb12u1+apertis0bv2024preb1 Depends: gir1.2-freedesktop (>= 0.9.12), gir1.2-graphene-1.0, gir1.2-gtk-4.0, gir1.2-pango-1.0 (>= 1.22.0), libvte-2.91-gtk4-0 (>= 0.69.90) Filename: pool/development/v/vte2.91/gir1.2-vte-3.91_0.70.6-2~deb12u1+apertis0bv2024preb1_amd64.deb Size: 604628 MD5sum: 97f617399e406c717a03b042a1944f3b SHA1: 91d5a9a776d778cad6d672b11019846c7f1ab527 SHA256: fe138739b623deb43038f1511f117f9b05447f8b416d43be28490cf085cf4cc8 SHA512: 19333fd65c7588891d3a8872c8f9b22d5d95ebb9f28a1509cd1862c3fa7d70091074135c9d4b6e64d5cfdc3c7bebcc83d89164ff66b4f16a856a4d64a3675505 Description: GObject introspection data for the VTE library This package contains introspection data for VTE, a terminal emulator widget for GTK+. . It can be used by interpreters understanding the GIRepository format to write programs using the VTE widget for GTK 4. Homepage: https://wiki.gnome.org/Apps/Terminal/VTE Multi-Arch: same Package: gir1.2-xfconf-0 Priority: optional Section: introspection Installed-Size: 33 Maintainer: Debian Xfce Maintainers Architecture: amd64 Source: xfconf Version: 4.18.0-2+apertis1bv2024preb2 Depends: gir1.2-glib-2.0, libxfconf-0-3 (>= 4.12.1) Filename: pool/development/x/xfconf/gir1.2-xfconf-0_4.18.0-2+apertis1bv2024preb2_amd64.deb Size: 15324 MD5sum: 458ab133a3df0d94224e358379f3914f SHA1: ed2968aeff2ec7aa1569f4f396f87af1bc49e990 SHA256: 7be9e1be0d3a4621e8087cb14a4da0c033ab45091cd378679a9e2bf69a9135bd SHA512: 1a8b197d1d10e906b8179fcd8b0ed98e42c9ab867d943eec5059d26393300b8267440c747ed12f557ffffdc8beabcdc9391114bc676e0c49781114286d792179 Description: utilities for managing settings in Xfce - introspection support xfconf contains xfconfd and xfconf-query. - xfconfd handles the Xfce settings storage - xfconf-query enables users to tune settings from command line . This package provides the introspection data for xfconf. Homepage: https://docs.xfce.org/xfce/xfconf/start Multi-Arch: same Package: gist Priority: optional Section: net Installed-Size: 178 Maintainer: Debian Ruby Team Architecture: all Version: 6.0.0-3+apertis1bv2024dev2b1 Depends: ruby-json, sensible-utils, ruby Filename: pool/development/g/gist/gist_6.0.0-3+apertis1bv2024dev2b1_all.deb Size: 29760 MD5sum: 04312b920c0f722cc5f026fb0c80377b SHA1: 083919473a4621d80c7a171c1acfa732314cddeb SHA256: 79581033307b38c88de0a0ce1d7704c216b5fbdd269f6e636961fc03cf23b6cd SHA512: b684ed1ec588174a3514ae6f772cfe3f894614d7348ed81ff878a361609cc2d12f2c3d9c8b438af8451c2bc32402a36a605c34fd12cfe933a5c484de1fcd8d0a Description: Upload gists to gist.github.com Allows you to convienently create gists ("pastes"). . Also provides a Ruby library to do this. . The "gist" image viewer from yorick is in the yorick package, not in this package. Homepage: https://github.com/defunkt/gist Package: git Priority: optional Section: vcs Installed-Size: 44632 Maintainer: Jonathan Nieder Architecture: amd64 Version: 1:2.39.2-1.1+apertis1bv2024preb1 Provides: git-completion, git-core Depends: libc6 (>= 2.34), libcurl3-gnutls (>= 7.56.1), libexpat1 (>= 2.0.1), libpcre2-8-0 (>= 10.34), zlib1g (>= 1:1.2.2), perl, liberror-perl, git-man (>> 1:2.39.2), git-man (<< 1:2.39.2-.) Recommends: ca-certificates, patch, less, ssh-client Suggests: gettext-base, git-daemon-run | git-daemon-sysvinit, git-doc, git-email, git-gui, gitk, gitweb, git-cvs, git-mediawiki, git-svn Breaks: bash-completion (<< 1:1.90-1), cogito (<= 0.18.2+), dgit (<< 5.1~), git-buildpackage (<< 0.6.5), git-el (<< 1:2.32.0~rc2-1~), gitosis (<< 0.2+20090917-7), gitpkg (<< 0.15), guilt (<< 0.33), openssh-client (<< 1:6.8), stgit (<< 0.15), stgit-contrib (<< 0.15) Filename: pool/development/g/git/git_2.39.2-1.1+apertis1bv2024preb1_amd64.deb Size: 7193784 MD5sum: b8914478097f79932d4af985ea5117dc SHA1: 4d18fa698f01b0f2c053c3c000d9bc9328a81ebc SHA256: eb8d2cfc3320d9f06e4834b26d5226895c858bc5541d37abc90edb29d0cb98d2 SHA512: e91f2b613d805c5959a071994da3aee416618e264fd46f4d439654a08c75e3123bb3184db2a70a12b49b8b11cb6490272f2c9f788399e7fa0aea3812e930e60c Description: fast, scalable, distributed revision control system Git is popular version control system designed to handle very large projects with speed and efficiency; it is used for many high profile open source projects, most notably the Linux kernel. . Git falls in the category of distributed source code management tools. Every Git working directory is a full-fledged repository with full revision tracking capabilities, not dependent on network access or a central server. . This package provides the git main components with minimal dependencies. Additional functionality, e.g. a graphical user interface and revision tree visualizer, tools for interoperating with other VCS's, or a web interface, is provided as separate git* packages. Homepage: https://git-scm.com/ Multi-Arch: foreign Package: git-all Priority: optional Section: vcs Installed-Size: 988 Maintainer: Jonathan Nieder Architecture: all Source: git Version: 1:2.39.2-1.1+apertis1bv2024preb1 Depends: git (>> 1:2.39.2), git (<< 1:2.39.2-.), git-doc, git-cvs, git-mediawiki, git-svn, git-email, git-gui, gitk, gitweb Suggests: git-daemon-run | git-daemon-sysvinit Filename: pool/development/g/git/git-all_2.39.2-1.1+apertis1bv2024preb1_all.deb Size: 991948 MD5sum: 40560baa71614b36b7f2ea882c157c7a SHA1: a9850b301f29fb2fc1239a42e55d515a2d4bdfb2 SHA256: 5190e497ccb9c95b1b7c1ac07123035bc2e46a0c373e218d582a3bb8b3b2b9ba SHA512: 44bc7211faafd1fb66026823ec467683ef02ac0ac653b82805250170e3f3ccd30bc2783fe8a414d47ff3bd7dc35716ffa2a8d7b7cb919972ebfd3e0a613a5e51 Description: fast, scalable, distributed revision control system (all subpackages) Git is popular version control system designed to handle very large projects with speed and efficiency; it is used for many high profile open source projects, most notably the Linux kernel. . Git falls in the category of distributed source code management tools. Every Git working directory is a full-fledged repository with full revision tracking capabilities, not dependent on network access or a central server. . This is a dummy package which brings in all subpackages. Homepage: https://git-scm.com/ Multi-Arch: foreign Package: git-buildpackage Priority: optional Section: vcs Installed-Size: 7354 Maintainer: Guido Günther Architecture: all Version: 0.9.30+apertis1bv2024dev2b1 Depends: python3-dateutil, python3:any (>= 3.7~), devscripts (>= 2.13.5~), git (>= 1:1.7.9.1-1~), man-db, python3-pkg-resources, python3-yaml, sensible-utils Recommends: pristine-tar (>= 1.41), cowbuilder | pbuilder | sbuild, python3-requests Suggests: python3-notify2, unzip, sudo Breaks: dgit (<< 9.16~) Filename: pool/development/g/git-buildpackage/git-buildpackage_0.9.30+apertis1bv2024dev2b1_all.deb Size: 1319712 MD5sum: b551c2bf27265ad06ec5d3c53e19f5ea SHA1: e4bb8ff89dabfabcc42f2c6b8d7586999c63f8c9 SHA256: f5a4667028433f698c52325ce97ca2189dd59f2f538feac9631009272d3661e7 SHA512: 668199228bcb32e69e70b9ca40c48aaa3cebdfbcecd9e7197ae1328bec3934b80830a5347cddf3e1e597c75f49f20d48e0f5f217a85d6dcda12e786e63f6be5a Description: Suite to help with Debian packages in Git repositories This package contains the following tools: * gbp buildpackage: build a package out of a Git repository, check for local modifications and tag appropriately * gbp import-orig: import a new upstream version into the Git repository * gbp export-orig: export an upstream tarball from the Git repository * gbp import-{dsc,dscs}: import existing Debian source packages into a Git repository * gbp dch: generate Debian changelog entries from Git commit messages * gbp {pull,clone}: clone and pull from remote repos * gbp pq: manage debian/patches easily * gbp create-remote-repo: create remote repositories * gbp push: push content to remote repositories * gbp tag: tag a Debian package in Git * gbp pristine-tar: create pristine-tar commits * gbp setup-gitattributes: set up Git attributes to disable transformations Homepage: https://honk.sigxcpu.org/piki/projects/git-buildpackage/ Package: git-buildpackage-rpm Priority: optional Section: vcs Installed-Size: 210 Maintainer: Guido Günther Architecture: all Source: git-buildpackage Version: 0.9.30+apertis1bv2024dev2b1 Depends: python3:any (>= 3.7~), cpio, git-buildpackage (= 0.9.30+apertis1bv2024dev2b1), python3-rpm (>= 4.16.1), rpm (>= 4.16.1) Recommends: pristine-tar (>= 0.5) Suggests: python3-notify, unzip, zipmerge, mock Filename: pool/development/g/git-buildpackage/git-buildpackage-rpm_0.9.30+apertis1bv2024dev2b1_all.deb Size: 60204 MD5sum: 7ba3c820a97a77b33a087ae528a98166 SHA1: 0fa9dba3f5a43bbbfe729e4a9d86b2e94af21509 SHA256: 523ed8921fac3718b4d9a6dd3904be083f4550e430de931521ef753e87efe00c SHA512: cd4d5bbf07263844c4b7d973add8509eb9bf9a4cacde542c52aea165c2f8ea03c910bd8c124bc665d4676efdc4653fb8f84fd2f8b46ca06fa504fb898169fc6a Description: Suite to help with RPM packages in Git repositories This package contains the following tools: * gbp buildpackage-rpm: build a package out of a Git repository, check for local modifications and tag appropriately * gbp import-srpm: import existing RPM source packages into a Git repository * gbp pq-rpm: manage patches easily . These tools are currently in an experimental state. Branch names and repository layouts might change without lots of prior warning. Homepage: https://honk.sigxcpu.org/piki/projects/git-buildpackage/ Package: git-cvs Priority: optional Section: vcs Installed-Size: 1371 Maintainer: Jonathan Nieder Architecture: all Source: git Version: 1:2.39.2-1.1+apertis1bv2024preb1 Depends: git (>> 1:2.39.2), git (<< 1:2.39.2-.), cvsps, libdbd-sqlite3-perl Suggests: git-doc, cvs Filename: pool/development/g/git/git-cvs_2.39.2-1.1+apertis1bv2024preb1_all.deb Size: 1055700 MD5sum: 604de5165afb1a3affe5c4e4491c2083 SHA1: 34452b861adb392a73f58a9f6f3f6ebe40847097 SHA256: 1d6af12f489c7ec206c91ffb63b89349c17f67c70c8f45cca229d0a73eb75c6f SHA512: 8985f4646a5115e71be71636b1c3412938aa46c30d3029735e395a8c76804fb6fe3945ae9c7319614f67ab2adda2b697121efe22b27035c5f07d93a3b72f4353 Description: fast, scalable, distributed revision control system (cvs interoperability) Git is popular version control system designed to handle very large projects with speed and efficiency; it is used for many high profile open source projects, most notably the Linux kernel. . Git falls in the category of distributed source code management tools. Every Git working directory is a full-fledged repository with full revision tracking capabilities, not dependent on network access or a central server. . This package provides the git cvsimport, cvsexportcommit, and cvsserver tools, which allow Git to read from and write to CVS repositories and offer access over CVS protocol to Git repositories. . The git cvsimport tool can incrementally import from a repository that is being actively developed and only requires remote access over CVS protocol. Unfortunately, in many situations the import leads to incorrect results. For reliable, one-shot imports, cvs2git from the cvs2svn package or parsecvs may be a better fit. Homepage: https://git-scm.com/ Multi-Arch: foreign Package: git-daemon-run Priority: optional Section: vcs Installed-Size: 1000 Maintainer: Jonathan Nieder Architecture: all Source: git Version: 1:2.39.2-1.1+apertis1bv2024preb1 Depends: git (>> 1:2.39.2), git (<< 1:2.39.2-.), runit, adduser Conflicts: git-daemon-sysvinit Filename: pool/development/g/git/git-daemon-run_2.39.2-1.1+apertis1bv2024preb1_all.deb Size: 993528 MD5sum: 572f18f8eba610f2b1f7f78f92238a61 SHA1: 1d4b2601b42292367b8f4102e0dad3c07e05f2d2 SHA256: 6626e07fbd28002065cbc064435d7d3f2699e7bacd0bdd6794660a74a78be2fe SHA512: 47d9ae2f4310ea7c43351a5902a71d41a91c0c972bf193ea7d996bef250a88fe064a0d76c1b77f3ec3233aa0b47e509673a53e2514d9e47d1bfec048b72df4bd Description: fast, scalable, distributed revision control system (git-daemon service) Git is popular version control system designed to handle very large projects with speed and efficiency; it is used for many high profile open source projects, most notably the Linux kernel. . Git falls in the category of distributed source code management tools. Every Git working directory is a full-fledged repository with full revision tracking capabilities, not dependent on network access or a central server. . git-daemon, as provided by the git package, is a simple server for git repositories, ideally suited for read-only updates, i.e. pulling from git repositories through the network. This package provides a runit service for running git-daemon permanently. This configuration is simpler and more reliable than git-daemon-sysvinit, at a cost of being less familiar for administrators accustomed to sysvinit. Homepage: https://git-scm.com/ Multi-Arch: foreign Package: git-daemon-sysvinit Priority: optional Section: vcs Installed-Size: 1004 Maintainer: Jonathan Nieder Architecture: all Source: git Version: 1:2.39.2-1.1+apertis1bv2024preb1 Depends: git (>> 1:2.39.2), git (<< 1:2.39.2-.), adduser, lsb-base (>= 3.0-6) Conflicts: git-daemon-run Filename: pool/development/g/git/git-daemon-sysvinit_2.39.2-1.1+apertis1bv2024preb1_all.deb Size: 994736 MD5sum: 76fb371b77d31596f0bd2088b7f9f141 SHA1: 13426141fc762ea8c2d8bdc0293a064a0da60fd5 SHA256: f43deb87929b1131f0717104ad68244f844acec8f9793785d470681dd0bae868 SHA512: 899613f2d596d5082c67f32115d769959fd7780404f8c2b5ace9c8bb04ae4edbbd8cf0409bba92667862034f0451858d72c526959367532396bb3ed8f8bcdf76 Description: fast, scalable, distributed revision control system (git-daemon service) Git is popular version control system designed to handle very large projects with speed and efficiency; it is used for many high profile open source projects, most notably the Linux kernel. . Git falls in the category of distributed source code management tools. Every Git working directory is a full-fledged repository with full revision tracking capabilities, not dependent on network access or a central server. . git-daemon, as provided by the git package, is a simple server for git repositories, ideally suited for read-only updates, i.e. pulling from git repositories through the network. This package provides a sysvinit service for running git-daemon permanently. Unlike git-daemon-run, this package provides the usual sysvinit service management commands ("service git-daemon start/stop") for git-daemon. Homepage: https://git-scm.com/ Multi-Arch: foreign Package: git-dbgsym Priority: optional Section: debug Installed-Size: 45724 Maintainer: Jonathan Nieder Architecture: amd64 Source: git Version: 1:2.39.2-1.1+apertis1bv2024preb1 Depends: git (= 1:2.39.2-1.1+apertis1bv2024preb1) Filename: pool/development/g/git/git-dbgsym_2.39.2-1.1+apertis1bv2024preb1_amd64.deb Size: 44512152 MD5sum: 70a7fc481c685c7e4a08ce6ceccfbb8e SHA1: 79f5e380c039bae78d1be38068dec1fd612592c7 SHA256: 33c3a3deeed8f9f60eb1c2fb4fd2ed79873f69eded5bab04a7a0fed6cf801c6b SHA512: fd8a070d43e9aac9bf0b1181258f61e4b47d9391cca647431bed3a2db92762f8737606fc92b888571ea6f3cc5a6cbd00c505481249898224ae3a13429f267a70 Description: debug symbols for git Auto-Built-Package: debug-symbols Build-Ids: 3320d7ce17022ce0b020025f193b4a7580c66972 3f4fd2a04519fc768980bf93bb680c99fce91912 4bebc9e8fb57c29ed5bdb607bd52f26b89f0a9e7 86b78d9a534e0417aed0d1ca30360dc8aa170bda 893d6336c12ba4693291b922f831aaf0722aa20b 954c8f45df5608b42461b7cc8d7b45ae787d30c7 c806638ceae6985f952c77477e630e5fd76cce01 d1e2a9a09ca074e3e250f5065d8656817319682c d248968986eb5391dea6e3d0bcb41dea250d4943 ee527ccc04ae013001868fe3b5498f0ea2e36b8d Package: git-debpush Priority: optional Section: devel Installed-Size: 49 Maintainer: Ian Jackson Architecture: all Source: dgit Version: 10.7+deb12u2+apertis0bv2024preb1 Depends: devscripts, git, gnupg, libgit-wrapper-perl Filename: pool/development/d/dgit/git-debpush_10.7+deb12u2+apertis0bv2024preb1_all.deb Size: 23060 MD5sum: 8af3336c4e3d5d6b127852850b85e2fb SHA1: e70452abf3b939e07718de2d929cb0778b49fde8 SHA256: a242977d00b645c8e76a8ad1a7239f6903a9f0ea5f92acc80b3e4533b41229f3 SHA512: 6f10ffc28246bbf788a2286c240d0122672ea58a41d12582a307303c8b187c0c2a729b735b0623032d91de841570bbe08e6fa4cb54415d4d8826eb6fb2790b4a Description: client script for git pushing to Debian-style archives git-debpush is a script to create and push a specially formatted signed git tag. The metadata in the tag indicates that the tagged commit should be pushed (or "uploaded") to a Debian-style archive. . Tags generated by this script can be read by an intermediary service, which performs any conversion that's needed (such as producing and signing a .dsc and .changes), and then uploads the result to the Debian-style archive on your behalf. Package: git-debrebase Priority: optional Section: devel Installed-Size: 210 Maintainer: Ian Jackson Architecture: all Source: dgit Version: 10.7+deb12u2+apertis0bv2024preb1 Depends: perl, git-core, libdpkg-perl, libfile-fnmatch-perl, devscripts, liblocale-gettext-perl Recommends: dgit, git-buildpackage Filename: pool/development/d/dgit/git-debrebase_10.7+deb12u2+apertis0bv2024preb1_all.deb Size: 73184 MD5sum: a0fb8742bc704515e0d027590e1e259c SHA1: 1d38119e4cda43f9627199514e275a4c28309911 SHA256: ed2831262b0f1f71683f4f037aa49b036473fca27b43c9eca38a8b6d7c212bca SHA512: 8d08a7b45b1446be53381602982611962e2550427c688348fe7a3e03f22f626e65430f56b4101fedc878f626aef06f988abacd30fc0b5b72acee0c6a75e5fa22 Description: rebasing git workflow tool for Debian packaging git-debrebase is a tool for representing in git, and manipulating, Debian packages based on upstream source code. . git-debrebase is an alternative to workflows including git-dpm, gbp pq, and direct use of quilt patches. Package: git-doc Priority: optional Section: doc Installed-Size: 13012 Maintainer: Jonathan Nieder Architecture: all Source: git Version: 1:2.39.2-1.1+apertis1bv2024preb1 Suggests: git, git-cvs, git-svn, git-email, gitk, gitweb Filename: pool/development/g/git/git-doc_2.39.2-1.1+apertis1bv2024preb1_all.deb Size: 2163628 MD5sum: 762e45e232b2b7e3c00b4e59144719f3 SHA1: 67351b58f0361f7a43862c386188823c3bc5605f SHA256: 8794100ebdec5595b2460ec35e440bbe8197fa1a93ca6e631de835b58f6dee1a SHA512: f159533b4e9a267d708c0f807f0e0334238ba892675e4b1204e53505d5783c89c795d86b9f5d6f34f1d05a35cdcf0e2da46dce3c0b2d59ae51ccdf2d36f5830e Description: fast, scalable, distributed revision control system (documentation) Git is popular version control system designed to handle very large projects with speed and efficiency; it is used for many high profile open source projects, most notably the Linux kernel. . Git falls in the category of distributed source code management tools. Every Git working directory is a full-fledged repository with full revision tracking capabilities, not dependent on network access or a central server. . This package provides the documentation. Homepage: https://git-scm.com/ Multi-Arch: foreign Package: git-email Priority: optional Section: vcs Installed-Size: 1063 Maintainer: Jonathan Nieder Architecture: all Source: git Version: 1:2.39.2-1.1+apertis1bv2024preb1 Depends: git (>> 1:2.39.2), git (<< 1:2.39.2-.) Recommends: libemail-valid-perl, libmailtools-perl, perl (>> 5.21.5) | libnet-smtp-ssl-perl, libauthen-sasl-perl, libio-socket-ssl-perl (>= 1.951) Suggests: git-doc Filename: pool/development/g/git/git-email_2.39.2-1.1+apertis1bv2024preb1_all.deb Size: 1019628 MD5sum: dd4d84d7d74a6e950f1533e194acb66e SHA1: 93e192027800729242326a101f2dca3b33ea9d99 SHA256: 4c366e7a235adc178788faabadd39bf50a3d1ddfc666002b6468fb1768ec3e46 SHA512: 733f2bf270b327c39d78f06602ab8897b0a886693fa5cfb6bcc41b440551fcf026dcc1afe265eefac1d389317a6e63f4ed2ebd383d68b5dca811bc46d2c4a992 Description: fast, scalable, distributed revision control system (email add-on) Git is popular version control system designed to handle very large projects with speed and efficiency; it is used for many high profile open source projects, most notably the Linux kernel. . Git falls in the category of distributed source code management tools. Every Git working directory is a full-fledged repository with full revision tracking capabilities, not dependent on network access or a central server. . This package provides the git-send-email program for sending series of patch emails. Homepage: https://git-scm.com/ Multi-Arch: foreign Package: git-gui Priority: optional Section: vcs Installed-Size: 2409 Maintainer: Jonathan Nieder Architecture: all Source: git Version: 1:2.39.2-1.1+apertis1bv2024preb1 Depends: git (>> 1:2.39.2), git (<< 1:2.39.2-.), tk Recommends: gitk Suggests: git-doc, aspell, meld Filename: pool/development/g/git/git-gui_2.39.2-1.1+apertis1bv2024preb1_all.deb Size: 1210724 MD5sum: 7cc9d8f5f59421599b5d2def1b31f184 SHA1: 657584b4eea4791c1bc7dda0d94c74f869c010ae SHA256: 413cec9987b440f3a658abd08cba77b889f397e2370abf2f55f5d6e2eeb40a64 SHA512: fb0ce9cc1a3b9ca24149c0ace24fb6701306127d1e5aaccdd15f11e43f4c590ad4dfe80d9bab663a1443d20de05f05dfefc9753a0ee259b3ca3203ff826a5a9f Description: fast, scalable, distributed revision control system (GUI) Git is popular version control system designed to handle very large projects with speed and efficiency; it is used for many high profile open source projects, most notably the Linux kernel. . Git falls in the category of distributed source code management tools. Every Git working directory is a full-fledged repository with full revision tracking capabilities, not dependent on network access or a central server. . This package provides the git graphical user interface. . If aspell is installed, it can check the spelling of commit messages as the user types. . If meld is installed, it can be used for displaying diffs and for interactive merge conflict resolution. Homepage: https://git-scm.com/ Multi-Arch: foreign Package: git-lfs Priority: optional Section: vcs Installed-Size: 10956 Maintainer: Debian Go Packaging Team Architecture: amd64 Version: 3.3.0-1+apertis0bv2024dev2b1 Depends: git, libc6 (>= 2.34) Filename: pool/development/g/git-lfs/git-lfs_3.3.0-1+apertis0bv2024dev2b1_amd64.deb Size: 3486548 MD5sum: 1fdcf37ba5c2b6bafcd758f9dda93355 SHA1: 6804cd2bdc5471ea8062418a07cde83fd6ca78c7 SHA256: e204102ec8fb11a987204987ba04c612e6a2f920e2efba0c276dd6426a897d40 SHA512: 3b3686ce82da017aa71a5b572008b18fbe24860af4f9fa52810e9f722b91501f21ecf730c87985ac5ae33edbd191540270c7afdcba060258da88779f77d431ef Description: Git Large File Support An open source Git extension for versioning large files. Git Large File Storage (LFS) replaces large files such as audio samples, videos, datasets, and graphics with text pointers inside Git, while storing the file contents on a remote server. Built-Using: golang-1.19 (= 1.19.6-2), golang-github-dpotapov-go-spnego (= 0.0~git20190506.c2c6091-2), golang-github-git-lfs-gitobj (= 2.1.1-1), golang-github-git-lfs-go-netrc (= 0.0~git20210914.f0c862d-1), golang-github-git-lfs-pktline (= 0.0~git20210330.06e9096-2), golang-github-git-lfs-wildmatch (= 2.0.1-1), golang-github-hashicorp-go-uuid (= 1.0.2-2), golang-github-jcmturner-gofork (= 1.0.0-4), golang-github-leonelquinteros-gotext (= 1.5.0-3), golang-github-mattn-go-isatty (= 0.0.17-1), golang-github-olekukonko-ts (= 0.0~git20140412.0.ecf753e-2), golang-github-pkg-errors (= 0.9.1-2), golang-github-rubyist-tracerx (= 0.0~git20170927.0.7879593-1), golang-github-spf13-cobra (= 1.6.1-1), golang-github-spf13-pflag (= 1.0.6~git20210604-d5e0c0615ace-1), golang-github-ssgelm-cookiejarparser (= 1.0.0-3), golang-go.crypto (= 1:0.4.0-1), golang-golang-x-net (= 1:0.7.0+dfsg-1), golang-golang-x-sync (= 0.1.0-1), golang-golang-x-sys (= 0.3.0-1), golang-golang-x-text (= 0.7.0-1), golang-gopkg-jcmturner-aescts.v1 (= 1.0.1-4), golang-gopkg-jcmturner-dnsutils.v1 (= 1.0.1-2), golang-gopkg-jcmturner-gokrb5.v5 (= 5.3.0+dfsg-2), golang-gopkg-jcmturner-rpc.v0 (= 0.0.2-2) Homepage: https://git-lfs.github.com/ Package: git-man Priority: optional Section: doc Installed-Size: 2118 Maintainer: Jonathan Nieder Architecture: all Source: git Version: 1:2.39.2-1.1+apertis1bv2024preb1 Filename: pool/development/g/git/git-man_2.39.2-1.1+apertis1bv2024preb1_all.deb Size: 2063256 MD5sum: 65081fbd542674f6e67716e941e7dda5 SHA1: 42b5f680a0efe72f28eec7b235cf097ab89b8c8e SHA256: 3dbe51bd4a9abed0f6c330d4eb9ae43c289b401b18eaaeb5371e6699b525188c SHA512: 2843c872725de5c051706e8af2face5ed76bcbb9e131ed36b66314b2ab19fe9107c6e0258e8af2f2bdaa6eb1c5dcc68ecbf32d2c56d2c18a6305264b42ac7d55 Description: fast, scalable, distributed revision control system (manual pages) Git is popular version control system designed to handle very large projects with speed and efficiency; it is used for many high profile open source projects, most notably the Linux kernel. . Git falls in the category of distributed source code management tools. Every Git working directory is a full-fledged repository with full revision tracking capabilities, not dependent on network access or a central server. . This package provides reference documentation for use by the 'man' utility and the 'git help' command. Homepage: https://git-scm.com/ Multi-Arch: foreign Package: git-mediawiki Priority: optional Section: vcs Installed-Size: 1048 Maintainer: Jonathan Nieder Architecture: all Source: git Version: 1:2.39.2-1.1+apertis1bv2024preb1 Depends: git (>> 1:2.39.2), git (<< 1:2.39.2-.), libmediawiki-api-perl (>= 0.39), liblwp-protocol-https-perl, libdatetime-format-iso8601-perl Suggests: mediawiki Filename: pool/development/g/git/git-mediawiki_2.39.2-1.1+apertis1bv2024preb1_all.deb Size: 1008240 MD5sum: a48271b9c5cdf80e3e29ce02204dd5fb SHA1: 6e55854a4b293d49c787473830ac270f34b1a53f SHA256: e4c7630ed6a88f43f26a083767cab1756612b39beaf08cd2434dda3d0b72f1c4 SHA512: fa8013a11dd41e4a4c47b707a3f6aedc806bf3a60fcca17cbdc62219bbddfa7825d8b0498935bc9ceee2841d7cd76cd4254279a780306cf247b83d30cee85d40 Description: fast, scalable, distributed revision control system (MediaWiki remote helper) Git is popular version control system designed to handle very large projects with speed and efficiency; it is used for many high profile open source projects, most notably the Linux kernel. . Git falls in the category of distributed source code management tools. Every Git working directory is a full-fledged repository with full revision tracking capabilities, not dependent on network access or a central server. . This package provides the mediawiki remote helper, which allows Git to read from and write to a wiki such as Wikipedia as though it were a remote Git repository, and a 'git mw' command that can show a preview of how wiki markup will be rendered before pushing. Homepage: https://git-scm.com/ Multi-Arch: foreign Package: git-merge-changelog Priority: optional Section: vcs Installed-Size: 1675 Maintainer: Debian QA Group Architecture: amd64 Source: gnulib Version: 20230209+stable-1+apertis0bv2024dev2b1 Depends: libc6 (>= 2.34) Filename: pool/development/g/gnulib/git-merge-changelog_20230209+stable-1+apertis0bv2024dev2b1_amd64.deb Size: 1457308 MD5sum: 4fc78c3738ee9851905b356bda253acf SHA1: a42e5b02a22c594075f0f959dfe7ee57cf4be09b SHA256: 8bbe2751fd8c82fdc02c775b1f62b0398a07a121722c3a9a444a94f080e0390d SHA512: 319c97cd560e0a878287a779b3fde17735f8fb3a8bdd88f6b68081fabc27ea951853c458370143aee4f2a6d423f05cdc536cf4a0efd763c252322483f2be922e Description: git merge driver for GNU ChangeLog files ChangeLog files *always* foul up most version control systems in their default configuration. . git-merge-changelog is a tool from gnulib designed to help with this for the case of GNU-style ChangeLogs; it can be used with at least git, bzr, and hg. Homepage: https://www.gnu.org/software/gnulib/ Package: git-merge-changelog-dbgsym Priority: optional Section: debug Installed-Size: 132 Maintainer: Debian QA Group Architecture: amd64 Source: gnulib Version: 20230209+stable-1+apertis0bv2024dev2b1 Depends: git-merge-changelog (= 20230209+stable-1+apertis0bv2024dev2b1) Filename: pool/development/g/gnulib/git-merge-changelog-dbgsym_20230209+stable-1+apertis0bv2024dev2b1_amd64.deb Size: 110576 MD5sum: e7f746e2bbfb5941c1d663533bd0b525 SHA1: fe4c2b0f366be7f05a951abd4deb025decc83e60 SHA256: 25d277b3256247bae6cbcef7c61d5853e90580bd42a934a6877b38591841a2c1 SHA512: 770ec0984c07ee378551b7d13023d8ec72b123034bd4ecc4887fe2d5c5a56789773174bcdf8884642234b8ee46008d4c065168ba758a6a1ce5fc9b05aef866b4 Description: debug symbols for git-merge-changelog Auto-Built-Package: debug-symbols Build-Ids: 6c783da412bfeaf8af7ad87fb416a9f1a9a178c7 Package: git-svn Priority: optional Section: vcs Installed-Size: 1237 Maintainer: Jonathan Nieder Architecture: all Source: git Version: 1:2.39.2-1.1+apertis1bv2024preb1 Replaces: git (<< 1:1.8.3~rc1-1.) Depends: git (>> 1:2.39.2), git (<< 1:2.39.2-.), libsvn-perl, libyaml-perl, libterm-readkey-perl Suggests: git-doc, subversion Breaks: git (<< 1:1.8.3~rc1-1.) Filename: pool/development/g/git/git-svn_2.39.2-1.1+apertis1bv2024preb1_all.deb Size: 1067656 MD5sum: 1eea7446d0cc354bbb17aa1c51a48d9c SHA1: 728a607123d86803cd2fcc8304f1e58b2813cbef SHA256: 68a687368ac4fa81bdbba2efdfc4fcc13d2a4dcc30591efaf485b489e7ed3337 SHA512: 43fd5c6b2a6669d607f9e7ec8a32ed0b10a7759f224a8741ddc9a85d98b760c7e029efcc65e86444f122e6794a662a31110d270a5bac59a177d5326b922e7dee Description: fast, scalable, distributed revision control system (svn interoperability) Git is popular version control system designed to handle very large projects with speed and efficiency; it is used for many high profile open source projects, most notably the Linux kernel. . Git falls in the category of distributed source code management tools. Every Git working directory is a full-fledged repository with full revision tracking capabilities, not dependent on network access or a central server. . This package provides tools for interoperating with Subversion repositories, and importing SVN development history. Homepage: https://git-scm.com/ Multi-Arch: foreign Package: gitk Priority: optional Section: vcs Installed-Size: 1815 Maintainer: Jonathan Nieder Architecture: all Source: git Version: 1:2.39.2-1.1+apertis1bv2024preb1 Depends: git (>> 1:2.39.2), git (<< 1:2.39.2-.), tk Suggests: git-doc Filename: pool/development/g/git/gitk_2.39.2-1.1+apertis1bv2024preb1_all.deb Size: 1128136 MD5sum: aedbd69f54f66c50216a295fa3feca2f SHA1: 562c134b1335a5c1fa3ea05aa66dabd904408379 SHA256: 10b790085dfef388e6f0f07471c7a944b1f9ea9573609ad68afe789fc8d78661 SHA512: ac1d1a6cbf5678518366df7b251fc252b0bdcc71bb21ea2eced605a94c4ed33a3f5d0092032b258f2a988cc3fbc8b8ae2018921e56f90a41d0aa772422ab97fe Description: fast, scalable, distributed revision control system (revision tree visualizer) Git is popular version control system designed to handle very large projects with speed and efficiency; it is used for many high profile open source projects, most notably the Linux kernel. . Git falls in the category of distributed source code management tools. Every Git working directory is a full-fledged repository with full revision tracking capabilities, not dependent on network access or a central server. . This package provides the gitk program, a tcl/tk revision tree visualizer. Homepage: https://git-scm.com/ Multi-Arch: foreign Package: gitlab-cli Priority: optional Section: utils Installed-Size: 18 Maintainer: Federico Ceratto Architecture: all Source: python-gitlab Version: 1:3.12.0-1+apertis0bv2024dev2b1 Depends: python3, python3-gitlab (= 1:3.12.0-1+apertis0bv2024dev2b1), python3-yaml Filename: pool/development/p/python-gitlab/gitlab-cli_3.12.0-1+apertis0bv2024dev2b1_all.deb Size: 4600 MD5sum: cdbeaf0c8f7a70ab4461a5d59d0f5771 SHA1: a4f950698270b7d45ccadbe00faa9c4681159b91 SHA256: 3f4e032d280dcb08e8e90b8c4fdd255d5b6e91eda4e5f18bf03bf44ff0bfb273 SHA512: 24ebf7526e7091f405684bc173ce45894e7f59c120a5d2aca76b125a4c6443c0bd5a5c7bc52ef29a3a4458a7562181e0cfdb9c47d502005f7f66833e525d33b9 Description: GitLab command-line client Command-line tool to interact with the GitLab v4 server API. The executable is named python-gitlab. Homepage: https://github.com/python-gitlab/python-gitlab Package: gitlab-rulez Priority: optional Section: devel Installed-Size: 24 Maintainer: Dylan Aïssi Architecture: all Version: 0.0~git20221202.8222047e-1+apertis0bv2024dev2b1 Depends: python3:any, python3-gitlab, python3-yaml Filename: pool/development/g/gitlab-rulez/gitlab-rulez_0.0~git20221202.8222047e-1+apertis0bv2024dev2b1_all.deb Size: 5896 MD5sum: f143ac1af2f29ad51696f1f744ba7eab SHA1: c8bcd6aa67256bd6ecc1451f509e6050626c7af5 SHA256: 720689ab5ee2f8b7818ba64bf650cc811fa87a089222e2ab15f4d15ad105546d SHA512: b3a4203d3f8bc85a5e17d69836b116ad993f2539a5223e82e0257247c2b6fae52c11b52c187bd03ec44d052f86ca27d2b2418221f5397af221546abea8bfaceb Description: tool to help setting up GitLab repository Compute and apply changes to the settings of the projects in a GitLab instance based on a set of YAML rules. Homepage: https://gitlab.apertis.org/infrastructure/gitlab-rulez Package: gitweb Priority: optional Section: vcs Installed-Size: 1009 Maintainer: Jonathan Nieder Architecture: all Source: git Version: 1:2.39.2-1.1+apertis1bv2024preb1 Depends: git (>> 1:2.39.2), git (<< 1:2.39.2-.), perl, libcgi-pm-perl Recommends: apache2 (>= 2.4.6-4~) | lynx | httpd, libhttp-date-perl | libtime-parsedate-perl Suggests: httpd-cgi | libcgi-fast-perl, git-doc Breaks: apache2.2-common (<< 2.3~) Filename: pool/development/g/git/gitweb_2.39.2-1.1+apertis1bv2024preb1_all.deb Size: 995552 MD5sum: 3a0df833214a468d896884cdee0f2df7 SHA1: 8bfc93c6b0d13cef591e9ab7efcac4b3406cf0c4 SHA256: 5d95c5a3df41003497f6a559536d1380d809d9e6b08180aad6ff460bcd682b15 SHA512: 68b74885f70825accd2e19bd4f9c9fe948e573f61a749f3545e2c8aba18c6576be9f86ec8ae42ebf32579e2b5fcd52398582ee0b8ff738c8a6fda3763fe876bb Description: fast, scalable, distributed revision control system (web interface) Git is popular version control system designed to handle very large projects with speed and efficiency; it is used for many high profile open source projects, most notably the Linux kernel. . Git falls in the category of distributed source code management tools. Every Git working directory is a full-fledged repository with full revision tracking capabilities, not dependent on network access or a central server. . This package configures a web interface for browsing git repositories. . If apache2 is installed, the web interface is automatically made available at http://localhost/gitweb. Other servers that support CGI or mod_perl are supported through manual configuration. . If libcgi-fast-perl is installed, gitweb can also be run over FastCGI (and served by nginx, for example). Homepage: https://git-scm.com/ Multi-Arch: foreign Package: gjs Priority: optional Section: interpreters Installed-Size: 188 Maintainer: Debian GNOME Maintainers Architecture: amd64 Version: 1.74.2-1+deb12u1+apertis0bv2024preb1 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgjs0g (= 1.74.2-1+deb12u1+apertis0bv2024preb1), libglib2.0-0 (>= 2.58.0), libstdc++6 (>= 4.1.1), gir1.2-gtk-3.0 Filename: pool/development/g/gjs/gjs_1.74.2-1+deb12u1+apertis0bv2024preb1_amd64.deb Size: 117148 MD5sum: f4e353bf6ef9eb2f450fccb1219205e6 SHA1: 2df9ff71dfa826ab18769592ac4d9fe909c97c28 SHA256: c6371f0917153c7f1f5d8ffe3a47c3637e1ecc3a11de1318f4e6a5e46d2ccc2c SHA512: 33e8810e4ad0c6428af9a1438c06b2275afda1b569d760c5c8aebcf0b14584313bac8bdfad0d889d561f38de9da70fc06c7e95f4031c7424b7fd755c00221485 Description: Mozilla-based javascript bindings for the GNOME platform (cli tool) Makes it possible for applications to use all of GNOME's platform libraries using the JavaScript language. It's mainly based on the Mozilla JavaScript engine and the GObject introspection framework. . This package contains the interactive console application. Homepage: https://gitlab.gnome.org/GNOME/gjs/wikis Package: gjs-dbgsym Priority: optional Section: debug Installed-Size: 40 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: gjs Version: 1.74.2-1+deb12u1+apertis0bv2024preb1 Depends: gjs (= 1.74.2-1+deb12u1+apertis0bv2024preb1) Filename: pool/development/g/gjs/gjs-dbgsym_1.74.2-1+deb12u1+apertis0bv2024preb1_amd64.deb Size: 25216 MD5sum: 6b7c056483dfc11e74e6ddd04caea63d SHA1: 82a063d5a5ff5310026196c4644ec15abdb69c1b SHA256: 6f8d9245acb868f9e956e02b2a119505c350eafb2126c5b70ae258fff59b6330 SHA512: 41a25dc4fa18871687fa07173a04c9e1a068c4f0158f78ab31921b3564f21c9d4024aa85cb8cf613022cf73018fa91588400b3426b39484bb2fd92d42019cee0 Description: debug symbols for gjs Auto-Built-Package: debug-symbols Build-Ids: e8a2d73a4cc8e01aa3992620fc69c94470af43a2 Package: gjs-tests Priority: optional Section: interpreters Installed-Size: 1527 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: gjs Version: 1.74.2-1+deb12u1+apertis0bv2024preb1 Depends: libc6 (>= 2.34), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.2.4), libgcc-s1 (>= 3.0), libgirepository-1.0-1 (>= 1.64), libgjs0g (= 1.74.2-1+deb12u1+apertis0bv2024preb1), libglib2.0-0 (>= 2.58.0), libstdc++6 (>= 11), dconf-gsettings-backend | gsettings-backend, gjs, at-spi2-core Filename: pool/development/g/gjs/gjs-tests_1.74.2-1+deb12u1+apertis0bv2024preb1_amd64.deb Size: 265444 MD5sum: cbbf0ba694d52ced666ee1ea91c5c9bb SHA1: 11281e0c09d9a88810b5ccdea52cbb1f3515c92d SHA256: a894dd757cc2859ef29479914aa12d61e49fbdc0aff50c230aade1aa1f4f2511 SHA512: 4e7d22a27f34cf9946889cb2426b2f8ed18e409a5bdf4e3f83f7e16222b352d345a933d874d0d0233d1eff462c4ffa2a89bfaf5a5f42d7d33feb2d60610cf9c1 Description: Mozilla-based javascript bindings for the GNOME platform (tests) Makes it possible for applications to use all of GNOME's platform libraries using the JavaScript language. It's mainly based on the Mozilla JavaScript engine and the GObject introspection framework. . This package contains test programs, designed to be run as part of a regression testsuite. Homepage: https://gitlab.gnome.org/GNOME/gjs/wikis Package: gjs-tests-dbgsym Priority: optional Section: debug Installed-Size: 325 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: gjs Version: 1.74.2-1+deb12u1+apertis0bv2024preb1 Depends: gjs-tests (= 1.74.2-1+deb12u1+apertis0bv2024preb1) Filename: pool/development/g/gjs/gjs-tests-dbgsym_1.74.2-1+deb12u1+apertis0bv2024preb1_amd64.deb Size: 226008 MD5sum: d1904fc210d48b45e03f1e813077faab SHA1: 258fad44c127690abeabaf5cd495a9d703ee5ea1 SHA256: 77288e26bbe4d22d65c63c97b2d85ec2784b1d3ebda06f8ffc1e6e1432ec4080 SHA512: 2e8d70e4a71d17e5c0a98c97e033546eb12f3d9cd0c80149e626e4e3cfc0b72705c3219bbb1e152a7049b8cb7f53cfd74d7f22ccb06a7c7beaca4d1d1d0ef8ac Description: debug symbols for gjs-tests Auto-Built-Package: debug-symbols Build-Ids: 22bde5c2055f24fbb99d139ddef73a4d677264a4 32be538816cd8751628500ba418d2cbf1b4d7508 baee54c919b1e23c922c59b5e7a4faaa91479abd c61436fe2a6f43719e463351f0d4e80ebe188f0d e985ab553ec18fdb548910654e9332a21f4b8b6a Package: glade Priority: optional Section: devel Installed-Size: 1211 Maintainer: Debian GNOME Maintainers Architecture: amd64 Version: 3.40.0-3+apertis1bv2024dev2b1 Depends: libc6 (>= 2.34), libcairo2 (>= 1.2.4), libgdk-pixbuf-2.0-0 (>= 2.22.0), libgladeui-2-13 (>= 3.38.1), libglib2.0-0 (>= 2.64.0), libgtk-3-0 (>= 3.24.0) Recommends: libgtk-3-dev, devhelp Filename: pool/development/g/glade/glade_3.40.0-3+apertis1bv2024dev2b1_amd64.deb Size: 252280 MD5sum: b13af6a6b0425f55e4cf4d97114d1617 SHA1: d3155d74f782f7596263e0de47a5039257e6eef6 SHA256: 315264f0380e3c2a6187f6f7d1f44c7261e882f158061e6c5dc6d2aacdedf105 SHA512: 6e2b8d81b82a32aef8e67cbc65ba835fd26f81785e9ab2cb02ec467baf44d5c94dcf67b515e0f176f2aabf4336531f15c998830f8c041acbc190ffc10f886928 Description: GTK+ User Interface Builder Glade is a RAD tool to enable quick and easy development of user interfaces for the GTK+ toolkit. . The user interfaces designed in Glade are stored in the well-known XML format, enabling easy integration with external tools. You will probably want to use it with tools such as GtkBuilder, which can load the XML files and create the interfaces at runtime. . This version is more modular than previous ones, so you can install modules to add additional widgets for Glade to use. Homepage: https://glade.gnome.org/ Package: glade-dbgsym Priority: optional Section: debug Installed-Size: 185 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: glade Version: 3.40.0-3+apertis1bv2024dev2b1 Depends: glade (= 3.40.0-3+apertis1bv2024dev2b1) Filename: pool/development/g/glade/glade-dbgsym_3.40.0-3+apertis1bv2024dev2b1_amd64.deb Size: 138872 MD5sum: b2da98b5f51d0260ed322c54d9ab3394 SHA1: 09b6051543f379da748a7b203eca23cebb2b3be4 SHA256: 0a727dd12e23aaa9c38c57e21068f19ebb87201a39bc71496fb684954e516abd SHA512: 0d9d539030443bb65f602da744a819fdf7c155fa0d61b9b4dfc5b9f244c22ca32fb118baac4378606feb30213da3b9f54393d073c44370556fe06806705e657e Description: debug symbols for glade Auto-Built-Package: debug-symbols Build-Ids: b042e2e544000ebfce7f85b6cc7da7d147ec274a c54f5cb5a66c4b46aaf78dd8bee00a54cc9cb96c Package: glew-utils Priority: optional Section: utils Installed-Size: 664 Maintainer: Alastair McKinstry Architecture: amd64 Source: glew Version: 2.2.0-4+apertis0bv2024dev2b2 Depends: libglew2.2 (= 2.2.0-4+apertis0bv2024dev2b2), libc6 (>= 2.34), libgl1, libx11-6 Filename: pool/development/g/glew/glew-utils_2.2.0-4+apertis0bv2024dev2b2_amd64.deb Size: 99576 MD5sum: 96af80cf028631992a85c9a240450915 SHA1: bf5fdf036e07ebd6debde6fa8d70cbef3463a316 SHA256: 5c65b68cf68cc46a330313bfdd13d3bdf9cd1322d60b14c059bfed51fa829568 SHA512: 10e080643309b72f421c382f10c89a14d3990d3be591cf77e36c916b07450faf2e75ddf56c94ab5686227dc6e49ee4f5a28b632ec7e17148f78ee5e8e288f589 Description: OpenGL Extension Wrangler - utilities For more information about GLEW please refer to the description of the libglew-dev package. . This package contains the utilities which can be used to query the supported OpenGL extensions. Homepage: http://glew.sourceforge.net Package: glew-utils-dbgsym Priority: optional Section: debug Installed-Size: 566 Maintainer: Alastair McKinstry Architecture: amd64 Source: glew Version: 2.2.0-4+apertis0bv2024dev2b2 Replaces: libglew-dbg (<< 2.0.0-5) Depends: glew-utils (= 2.2.0-4+apertis0bv2024dev2b2) Breaks: libglew-dbg (<< 2.0.0-5) Filename: pool/development/g/glew/glew-utils-dbgsym_2.2.0-4+apertis0bv2024dev2b2_amd64.deb Size: 331680 MD5sum: a0a9a9f8336d39493d3698bb329dfbf6 SHA1: 2005bbed91d93d3501a9e6d6fd6c2f71fd3b481d SHA256: afde1998b3622772e4ac77dbd18be18b53e08b489dcb3b14c462c149eb37ab2d SHA512: 43e9c855c6eebfb51bbb99dc97c6faa35a268db885da4c3fb18877318d1d0a3d3c6d7c702274458bb6f5300c2ecb102091985477dbb9a82c82016933148deb34 Description: debug symbols for glew-utils Auto-Built-Package: debug-symbols Build-Ids: 89e5f25b2956c0552b8c98282449537616283624 b21320df11019a9d57caade244e53defbecd7a7b Package: glmark2-data Priority: optional Section: utils Installed-Size: 9314 Maintainer: Debian Games Team Architecture: all Source: glmark2 Version: 2023.01+dfsg-1+apertis0bv2024dev2b1 Recommends: glmark2-drm (>= 2023.01+dfsg-1+apertis0bv2024dev2b1) | glmark2-wayland (>= 2023.01+dfsg-1+apertis0bv2024dev2b1) | glmark2-x11 (>= 2023.01+dfsg-1+apertis0bv2024dev2b1) | glmark2-es2-wayland (>= 2023.01+dfsg-1+apertis0bv2024dev2b1) | glmark2-es2-drm (>= 2023.01+dfsg-1+apertis0bv2024dev2b1) | glmark2-es2-x11 (>= 2023.01+dfsg-1+apertis0bv2024dev2b1) Filename: pool/development/g/glmark2/glmark2-data_2023.01+dfsg-1+apertis0bv2024dev2b1_all.deb Size: 6591668 MD5sum: 9894ac188d5d58e5dca60373aa15fe1e SHA1: b03644453d8deb7459252a03f5da1552bc559682 SHA256: 1a942a383a2389fabbcd96cfb0d85df82d8c59fd3a87433c255fcf6c9a51e771 SHA512: 541126f366820a502f2efe0060a7fbf5b117654adedf7baf9c86499faafc51216c3abd9bfa3eabe743d071742c08ff484d27d5b4398ec5324b40104dce942aed Description: OpenGL (ES) 2.0 benchmark suite -- data files glmark2 is a benchmark for OpenGL (ES) 2.0. It uses only the subset of the OpenGL 2.0 API that is compatible with OpenGL ES 2.0. glmark2 offers a suite of scenes that can be used to measure many aspects of OpenGL (ES) 2.0 performance. The way in which each scene is rendered is configurable through a set of options. . This package provides data files. Homepage: https://github.com/glmark2/glmark2 Multi-Arch: foreign Package: glmark2-drm Priority: optional Section: utils Installed-Size: 966 Maintainer: Debian Games Team Architecture: amd64 Source: glmark2 Version: 2023.01+dfsg-1+apertis0bv2024dev2b1 Depends: glmark2-data (= 2023.01+dfsg-1+apertis0bv2024dev2b1), libdrm2 (>= 2.4.30), libc6 (>= 2.34), libgbm1 (>= 17.1.0~rc2), libgcc-s1 (>= 3.0), libjpeg62-turbo (>= 1.3.1), libpng16-16 (>= 1.6.2-1), libstdc++6 (>= 11), libudev1 (>= 183) Filename: pool/development/g/glmark2/glmark2-drm_2023.01+dfsg-1+apertis0bv2024dev2b1_amd64.deb Size: 291744 MD5sum: dcf9bb39159604c6096bc735ff6c4f4c SHA1: e0eacd39f466618eb220ce07eb9d14a9bc347eee SHA256: 4b94635f65c8c54d11554f331f2962320515e6d7d1877a4df58c8f59223462fe SHA512: 3df0d6dd1b8bd6e5fae96ed05f18812427612c0b79a9ea95b7f9ccb604850d8d28cdfaae5c0feb9bece59dd43b9843d60abc83100fd337628c95d54aa6c023c8 Description: OpenGL 2.0 benchmark suite glmark2 is a benchmark for OpenGL 2.0. It uses only the subset of the OpenGL 2.0 API that is compatible with OpenGL ES 2.0. glmark2 offers a suite of scenes that can be used to measure many aspects of OpenGL (ES) 2.0 performance. The way in which each scene is rendered is configurable through a set of options. . This package is intended only for the DRM stand-alone back-end. GL version. Homepage: https://github.com/glmark2/glmark2 Package: glmark2-drm-dbgsym Priority: optional Section: debug Installed-Size: 5440 Maintainer: Debian Games Team Architecture: amd64 Source: glmark2 Version: 2023.01+dfsg-1+apertis0bv2024dev2b1 Depends: glmark2-drm (= 2023.01+dfsg-1+apertis0bv2024dev2b1) Filename: pool/development/g/glmark2/glmark2-drm-dbgsym_2023.01+dfsg-1+apertis0bv2024dev2b1_amd64.deb Size: 5335152 MD5sum: f6ed9d1f056997aebb43fcab762c90da SHA1: d21794882f9bfe25e4bb91f8784fe3c649e6c7f0 SHA256: 545bb1342aef4965c30d4d6ede5361477c7596beee9334522150e1cc6fc67d85 SHA512: 1f1a7cb39ba71e74e6fab99911375f5d355efec924c2868618929de2db2013d55f8b5ca3e1e4a91fb68ab11db4789ecd94bad10ce467e0b6ed4901cd42f62e2f Description: debug symbols for glmark2-drm Auto-Built-Package: debug-symbols Build-Ids: 409a93f2d015bd6582c39dffaab612fced479a70 Package: glmark2-es2-drm Priority: optional Section: utils Installed-Size: 954 Maintainer: Debian Games Team Architecture: amd64 Source: glmark2 Version: 2023.01+dfsg-1+apertis0bv2024dev2b1 Depends: glmark2-data (= 2023.01+dfsg-1+apertis0bv2024dev2b1), libdrm2 (>= 2.4.30), libc6 (>= 2.34), libgbm1 (>= 17.1.0~rc2), libgcc-s1 (>= 3.0), libjpeg62-turbo (>= 1.3.1), libpng16-16 (>= 1.6.2-1), libstdc++6 (>= 11), libudev1 (>= 183) Filename: pool/development/g/glmark2/glmark2-es2-drm_2023.01+dfsg-1+apertis0bv2024dev2b1_amd64.deb Size: 289436 MD5sum: ee9fcc341ff5d3ec969399dcd9d46803 SHA1: 0cc926658cd4d43bf72a0ef102dbedf0eca17226 SHA256: dc15b2f36b38a5bda87d9adf1effbdfeb7930c4354ee7e6ded1d4e92c761fe40 SHA512: 5a037be70326ee5a22bebcde4b9a07aa9035ca693ee89ed09d68114a664fdeeff45fec67e9d3f7f6266ea28b3d589069b1dad8d03e81257755509b5fda9171a7 Description: OpenGL 2.0 benchmark suite glmark2 is a benchmark for OpenGL 2.0. It uses only the subset of the OpenGL 2.0 API that is compatible with OpenGL ES 2.0. glmark2 offers a suite of scenes that can be used to measure many aspects of OpenGL (ES) 2.0 performance. The way in which each scene is rendered is configurable through a set of options. . This package is intended only for the DRM stand-alone back-end. GLESv2 version. Homepage: https://github.com/glmark2/glmark2 Package: glmark2-es2-drm-dbgsym Priority: optional Section: debug Installed-Size: 5408 Maintainer: Debian Games Team Architecture: amd64 Source: glmark2 Version: 2023.01+dfsg-1+apertis0bv2024dev2b1 Depends: glmark2-es2-drm (= 2023.01+dfsg-1+apertis0bv2024dev2b1) Filename: pool/development/g/glmark2/glmark2-es2-drm-dbgsym_2023.01+dfsg-1+apertis0bv2024dev2b1_amd64.deb Size: 5317184 MD5sum: c8f492f75dc6bd89b9199f9ee6300d6f SHA1: ad029a4845ca5e214ec82207f2b0722345855ba6 SHA256: e9cfef31d20f7efd470b03d873d3ac19aa586f956c2b51bffe40a40df6eddf47 SHA512: 78bec9963f76c7cace8b8c9355cea56d1ec1fd34aa6ec35865a997d85b38712c81b3ff26e4e2dc95f35df724c07a480b5b0fdc3c6a0a7912f68a037d8a185a9a Description: debug symbols for glmark2-es2-drm Auto-Built-Package: debug-symbols Build-Ids: c4628ab5079e79b82fd66d03158a6808fdb4c972 Package: glmark2-es2-wayland Priority: optional Section: utils Installed-Size: 958 Maintainer: Debian Games Team Architecture: amd64 Source: glmark2 Version: 2023.01+dfsg-1+apertis0bv2024dev2b1 Depends: glmark2-data (= 2023.01+dfsg-1+apertis0bv2024dev2b1), libwayland-client0 (>= 1.20.0), libwayland-cursor0 (>= 1.0.2), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libjpeg62-turbo (>= 1.3.1), libpng16-16 (>= 1.6.2-1), libstdc++6 (>= 11), libwayland-egl1 (>= 1.15.0) Filename: pool/development/g/glmark2/glmark2-es2-wayland_2023.01+dfsg-1+apertis0bv2024dev2b1_amd64.deb Size: 289136 MD5sum: cbc31bf390d890789ad850cdd618516e SHA1: 4ce80c69567689a6fcd0864ccf7f54da59399b72 SHA256: 513cf5ebb8a720070b447b1abfd413a88350b25151a1962ff28310d85b2fe249 SHA512: f181cc090518bc8c36a021187c7129582778d5f2d3bf1118188d90e6a2ae7aaf8d6cf251e97558cddf6d713aca1674a05120fc1e41a5c29a9479e1a3efc7703c Description: OpenGL 2.0 benchmark suite glmark2 is a benchmark for OpenGL 2.0. It uses only the subset of the OpenGL 2.0 API that is compatible with OpenGL ES 2.0. glmark2 offers a suite of scenes that can be used to measure many aspects of OpenGL (ES) 2.0 performance. The way in which each scene is rendered is configurable through a set of options. . This package intended only for the wayland platform. GLESv2 version. Homepage: https://github.com/glmark2/glmark2 Package: glmark2-es2-wayland-dbgsym Priority: optional Section: debug Installed-Size: 5411 Maintainer: Debian Games Team Architecture: amd64 Source: glmark2 Version: 2023.01+dfsg-1+apertis0bv2024dev2b1 Depends: glmark2-es2-wayland (= 2023.01+dfsg-1+apertis0bv2024dev2b1) Filename: pool/development/g/glmark2/glmark2-es2-wayland-dbgsym_2023.01+dfsg-1+apertis0bv2024dev2b1_amd64.deb Size: 5318588 MD5sum: 8f490d3325bbe612a98a61e4234651f9 SHA1: d86ca61f1ef91c46d927aab0c63f7e7c7498fb59 SHA256: 89fc628ffb71af8f67075fc5f9d9165803190b9344655a1eb528b86cc02acdf8 SHA512: 343952e165b091b36ea6564e4469e5b55d618aca6cd49662eae145c74030d8b8dde175439442b758dd7f296bf1bc5075ff44f6a442a98cabc6ce62108ef8c356 Description: debug symbols for glmark2-es2-wayland Auto-Built-Package: debug-symbols Build-Ids: 360f85991a00e0df24b4c8fb785ca27536f32cc0 Package: glmark2-es2-x11 Priority: optional Section: utils Installed-Size: 946 Maintainer: Debian Games Team Architecture: amd64 Source: glmark2 Version: 2023.01+dfsg-1+apertis0bv2024dev2b1 Replaces: glmark2-es2 (<< 2021.02+ds) Provides: glmark2-es2 Depends: glmark2-data (= 2023.01+dfsg-1+apertis0bv2024dev2b1), libx11-6, libc6 (>= 2.34), libgcc-s1 (>= 3.0), libjpeg62-turbo (>= 1.3.1), libpng16-16 (>= 1.6.2-1), libstdc++6 (>= 11) Filename: pool/development/g/glmark2/glmark2-es2-x11_2023.01+dfsg-1+apertis0bv2024dev2b1_amd64.deb Size: 286280 MD5sum: 06ce6364678df54fa59bc3a33b1b21ea SHA1: e94b5cadecdd586b990548594cac4539b438225e SHA256: 5b1590ce01638278e391d789531b17412aaca7165f4addba119fe895fba64098 SHA512: 60fa532753e4d80a2dbc6fa49196c3cb14310e11c9dbc6e2f7d2a2bff599a76e012a5ea6898bc3f205dec1f6bacc04b30e83d9b7fdf1a6bc401cb1d236057ed0 Description: OpenGL 2.0 benchmark suite glmark2 is a benchmark for OpenGL 2.0. It uses only the subset of the OpenGL 2.0 API that is compatible with OpenGL ES 2.0. glmark2 offers a suite of scenes that can be used to measure many aspects of OpenGL (ES) 2.0 performance. The way in which each scene is rendered is configurable through a set of options. . This package is intended only for the X11 platform. GLESv2 version. Homepage: https://github.com/glmark2/glmark2 Package: glmark2-es2-x11-dbgsym Priority: optional Section: debug Installed-Size: 5387 Maintainer: Debian Games Team Architecture: amd64 Source: glmark2 Version: 2023.01+dfsg-1+apertis0bv2024dev2b1 Depends: glmark2-es2-x11 (= 2023.01+dfsg-1+apertis0bv2024dev2b1) Filename: pool/development/g/glmark2/glmark2-es2-x11-dbgsym_2023.01+dfsg-1+apertis0bv2024dev2b1_amd64.deb Size: 5298032 MD5sum: 4b0d969e6720f1f3b32139bc6eb246bf SHA1: 4d263f1c68bc9180b9eb716cfed105a98d097d97 SHA256: fe3d63b9aa03d314cf74c669693fbf785d4df0b08473faadad362c909d8bc7c7 SHA512: e19278e30ba9a08631fac9631211136fe123fce054935060f6491546f652fd8277ae6247ea992326bc3d747f7dd4c4b688695c0c134b2b23e373cfbaf37b2da1 Description: debug symbols for glmark2-es2-x11 Auto-Built-Package: debug-symbols Build-Ids: 0bc72348d736b55fcfbb94f4f94ce63cb72ef6da Package: glmark2-wayland Priority: optional Section: utils Installed-Size: 974 Maintainer: Debian Games Team Architecture: amd64 Source: glmark2 Version: 2023.01+dfsg-1+apertis0bv2024dev2b1 Depends: glmark2-data (= 2023.01+dfsg-1+apertis0bv2024dev2b1), libwayland-client0 (>= 1.20.0), libwayland-cursor0 (>= 1.0.2), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libjpeg62-turbo (>= 1.3.1), libpng16-16 (>= 1.6.2-1), libstdc++6 (>= 11), libwayland-egl1 (>= 1.15.0) Filename: pool/development/g/glmark2/glmark2-wayland_2023.01+dfsg-1+apertis0bv2024dev2b1_amd64.deb Size: 291456 MD5sum: 852ab02ef6d5be03f4b12caad4494312 SHA1: bdaf8d461e650b3b61cd90af73ffc5aa421cbc80 SHA256: f6d750fa92f622029b3042442a8494fb7aed69d5df75ceb68eb909584d8ffd40 SHA512: 3d91e372cc871debf6efc5d18895b9401e96d9bc0d4eab50e2e8d1dd050b49a64d47db232a7911bfef6dd66ea3e47897c5c6ee944d1fc5cc32dbc2f8cc27c4d1 Description: OpenGL 2.0 benchmark suite glmark2 is a benchmark for OpenGL 2.0. It uses only the subset of the OpenGL 2.0 API that is compatible with OpenGL ES 2.0. glmark2 offers a suite of scenes that can be used to measure many aspects of OpenGL (ES) 2.0 performance. The way in which each scene is rendered is configurable through a set of options. . This package intended only for the wayland platform. GL version. Homepage: https://github.com/glmark2/glmark2 Package: glmark2-wayland-dbgsym Priority: optional Section: debug Installed-Size: 5443 Maintainer: Debian Games Team Architecture: amd64 Source: glmark2 Version: 2023.01+dfsg-1+apertis0bv2024dev2b1 Depends: glmark2-wayland (= 2023.01+dfsg-1+apertis0bv2024dev2b1) Filename: pool/development/g/glmark2/glmark2-wayland-dbgsym_2023.01+dfsg-1+apertis0bv2024dev2b1_amd64.deb Size: 5335924 MD5sum: 05db45710290711f04c4f903cbf457a0 SHA1: 09124da876be265c85c3b0f7a3601ac5e98b80e5 SHA256: b35d5b9235ad4fd7179d54c19c780a23f0b8266d6150bfef98fed2c07c43d914 SHA512: aeb840cc0ffe1d25f703f9b7cdd2281766181b2e1712f9fd839e5243a3b4cec9458039d26c13d15348389ddb85459b8b7e66f55f3532acf4f569ac90583b6a92 Description: debug symbols for glmark2-wayland Auto-Built-Package: debug-symbols Build-Ids: ceaa80d4e8d4157d53e2a04ddbcb66552d956d0c Package: glmark2-x11 Priority: optional Section: utils Installed-Size: 950 Maintainer: Debian Games Team Architecture: amd64 Source: glmark2 Version: 2023.01+dfsg-1+apertis0bv2024dev2b1 Replaces: glmark2 (<< 2021.02+ds) Provides: glmark2 Depends: glmark2-data (= 2023.01+dfsg-1+apertis0bv2024dev2b1), libx11-6, libc6 (>= 2.34), libgcc-s1 (>= 3.0), libjpeg62-turbo (>= 1.3.1), libpng16-16 (>= 1.6.2-1), libstdc++6 (>= 11) Filename: pool/development/g/glmark2/glmark2-x11_2023.01+dfsg-1+apertis0bv2024dev2b1_amd64.deb Size: 284776 MD5sum: 455b552e296463e62eb18ac746177c32 SHA1: d3d070122972db759a67108f1e0df5406a5de5a1 SHA256: c67f0be55fd7f9a4b9670ad23990cc0f529d93e21b464e3b258198c257e6bc06 SHA512: 8b20a9ea665f9699a1915314149a89d28316e69eb80dad3e47b87e42d1515de759cceb176c27c7bc7b6c7882423f464f06118060498d6b0269bb4beb8002a13a Description: OpenGL 2.0 benchmark suite glmark2 is a benchmark for OpenGL 2.0. It uses only the subset of the OpenGL 2.0 API that is compatible with OpenGL ES 2.0. glmark2 offers a suite of scenes that can be used to measure many aspects of OpenGL (ES) 2.0 performance. The way in which each scene is rendered is configurable through a set of options. . This package is intended only for the X11 platform. GL version. Homepage: https://github.com/glmark2/glmark2 Package: glmark2-x11-dbgsym Priority: optional Section: debug Installed-Size: 5345 Maintainer: Debian Games Team Architecture: amd64 Source: glmark2 Version: 2023.01+dfsg-1+apertis0bv2024dev2b1 Depends: glmark2-x11 (= 2023.01+dfsg-1+apertis0bv2024dev2b1) Filename: pool/development/g/glmark2/glmark2-x11-dbgsym_2023.01+dfsg-1+apertis0bv2024dev2b1_amd64.deb Size: 5241808 MD5sum: aecb50e116436a0f2899c0da91682cb9 SHA1: 955ca8cb2f71a9e9f940f4b0f7eb7308f94f36e0 SHA256: 9ebf4141c65bbdf9c84ddf507ba805143af216a8dd855eeaea3dd855f844a424 SHA512: 54378643623f1df148ecf02ad9a512b8a90b9c7e520fdc55adee92e9b524031e1067098439afa2066c1cdbe05d31726afddd0893676f1b3f414eff9ff645c6b1 Description: debug symbols for glmark2-x11 Auto-Built-Package: debug-symbols Build-Ids: cf0d3c6ec63e81bbc740dc987d960e64028582a5 Package: glpk-doc Priority: optional Section: doc Installed-Size: 1507 Maintainer: Debian Science Team Architecture: all Source: glpk Version: 5.0-1apertis0bv2024dev2b1 Filename: pool/development/g/glpk/glpk-doc_5.0-1apertis0bv2024dev2b1_all.deb Size: 1480356 MD5sum: eab27c200c8d7615a0c12b839243a629 SHA1: c405c9bfe883c8efe9ccadeea973bf41509361b3 SHA256: 31865acf40041ca805ae9a84f3bd7698bbc46be0ba5068914cb5f288871f53b2 SHA512: 58929f8abe1ce673f68f858691a403f622368c3f3b906b934f8ddc54dbc45c5f6cfd7c8104d31b3b433f85f43232c0750b683977ab51f080486d09600bff3480 Description: linear programming kit - documentation files GLPK (GNU Linear Programming Kit) is intended for solving large-scale linear programming (LP), mixed integer programming (MIP), and other related problems. It is a set of routines written in ANSI C and organized in the form of a callable library. . This package contains the C API reference manual and the GNU MathProg modeling language manual. Homepage: https://www.gnu.org/software/glpk/glpk.html Multi-Arch: foreign Package: glpk-utils Priority: optional Section: math Installed-Size: 1042 Maintainer: Debian Science Team Architecture: amd64 Source: glpk Version: 5.0-1apertis0bv2024dev2b1 Depends: libc6 (>= 2.34), libglpk40 (>= 4.59) Filename: pool/development/g/glpk/glpk-utils_5.0-1apertis0bv2024dev2b1_amd64.deb Size: 249480 MD5sum: f6f7ac09ee79bdfdfc6e8f4675f7a2b6 SHA1: 095846950f2db52a5c069e6de7381750f8c0f9c8 SHA256: 28f05ec6af77ffb71d551331bd8b321d5cce6b7b4c312c2d221d4d51e08ffc32 SHA512: 20e09f7bcb7a9fc6b4a93bd606e82b6e9d5e2b104f3da2a1b4c389000d00e48977739287cdc457ad3b468bc84a16a6cf97e019f7aaf7b48b16a96b20f5706021 Description: linear programming kit - utility files GLPK (GNU Linear Programming Kit) is intended for solving large-scale linear programming (LP), mixed integer programming (MIP), and other related problems. It is a set of routines written in ANSI C and organized in the form of a callable library. . This package contains a stand-alone LP/MIP solver (glpsol) and several example problems. Homepage: https://www.gnu.org/software/glpk/glpk.html Package: glpk-utils-dbgsym Priority: optional Section: debug Installed-Size: 33 Maintainer: Debian Science Team Architecture: amd64 Source: glpk Version: 5.0-1apertis0bv2024dev2b1 Depends: glpk-utils (= 5.0-1apertis0bv2024dev2b1) Filename: pool/development/g/glpk/glpk-utils-dbgsym_5.0-1apertis0bv2024dev2b1_amd64.deb Size: 17196 MD5sum: d8a908779ef18a3369a3c326fce81993 SHA1: 348bf6998cff2ab8280ede3ae51f99c5eee3687c SHA256: 055090c87941e8e1bfba3d5e7fdeb37d3a7e851500697719fe67debc8a574f27 SHA512: 12f414cb0cbcda57c25cc23893ea185ad47c0f64ab723d20533b4da0e0ca21cbb8eeeb5a47f128f99d97e04c34e3d3c4af9a1b5b2fa9bfdaed4f1131aaf9b217 Description: debug symbols for glpk-utils Auto-Built-Package: debug-symbols Build-Ids: d854dc948a8c19422cb09351fb4e0cf3a66bd304 Package: glslang-dev Priority: optional Section: libdevel Installed-Size: 8524 Maintainer: Debian X Strike Force Architecture: amd64 Source: glslang Version: 12.0.0-2+apertis0bv2024dev2b1 Depends: spirv-tools (>= 2023.1) Suggests: glslang-tools Filename: pool/development/g/glslang/glslang-dev_12.0.0-2+apertis0bv2024dev2b1_amd64.deb Size: 1309668 MD5sum: 7cfc73c28d4e92aa666b3ac0642ca1ac SHA1: 33e6ac86826b85cff2daa9c12c0482e0f9d10bb4 SHA256: b11e725d252ffbafffc380b76470285e0c832e6af730f2b0e704d9dd5deb925e SHA512: 6601eeb4bc21222894f8852c7b4bf9532fc0fdd25099a067ff6e0a71806788d2f5d9a8c84960250835844b04706766a533db3fd80a95b374eb8ca4ebb61062f2 Description: OpenGL and OpenGL ES shader front end and validator -- development files glslang is the official reference compiler front end for the OpenGL ES and OpenGL shading languages. It implements a strict interpretation of the specifications for these languages. . This package includes files for development. Homepage: https://github.com/KhronosGroup/glslang Multi-Arch: same Package: glslang-tools Priority: optional Section: libdevel Installed-Size: 7569 Maintainer: Debian X Strike Force Architecture: amd64 Source: glslang Version: 12.0.0-2+apertis0bv2024dev2b1 Depends: libc6 (>= 2.34), libstdc++6 (>= 11), spirv-tools (>= 2023.1) Filename: pool/development/g/glslang/glslang-tools_12.0.0-2+apertis0bv2024dev2b1_amd64.deb Size: 2120228 MD5sum: a6e23754166ca80cbea7b70a3cb5bbab SHA1: b91fe7ea352b23374c85970bf7e848d0c13d2db0 SHA256: 7dcf5161cec7d91dc9b25a42c853ac6f7cd0556c2e2d5a7372fd3f7bf60a4b25 SHA512: 8bb7f7a370ad7d4d64af419f87c1868b6a65e78f9be0ad2f35eecc6bdfa3b347a60e0a572e31492803318b72e7ed14a211b59462ea3773b9b3aeea88dd8a6e69 Description: OpenGL and OpenGL ES shader front end and validator -- tools glslang is the official reference compiler front end for the OpenGL ES and OpenGL shading languages. It implements a strict interpretation of the specifications for these languages. . This package includes the validator tools. Homepage: https://github.com/KhronosGroup/glslang Multi-Arch: foreign Package: glslang-tools-dbgsym Priority: optional Section: debug Installed-Size: 16365 Maintainer: Debian X Strike Force Architecture: amd64 Source: glslang Version: 12.0.0-2+apertis0bv2024dev2b1 Depends: glslang-tools (= 12.0.0-2+apertis0bv2024dev2b1) Filename: pool/development/g/glslang/glslang-tools-dbgsym_12.0.0-2+apertis0bv2024dev2b1_amd64.deb Size: 15550244 MD5sum: 49726bc509a8e88b601c7ee31fd6f288 SHA1: f3fb25394ed704a26ae6b261671253b715e94611 SHA256: 1aa1a34321016c9e1487bb071a7d4c688b37545de72083c9dc352b2560f661f3 SHA512: 8d01a9bf1b63f648108579780b7e420ad1a1124b6169bd2562f6c31d09c1b8367db95dc5e4c7554f619167709f15eb36df920ae5d43fc914f9db7e6a8405ee10 Description: debug symbols for glslang-tools Auto-Built-Package: debug-symbols Build-Ids: 3c7e504b02b43b50735e53e4c7c71a2d491f4d7d 3ddca99312a2bde9c9d5c64d8c98170ee831d5c6 Package: glslc Priority: optional Section: libdevel Installed-Size: 2498 Maintainer: Philippe SWARTVAGHER Architecture: amd64 Source: shaderc Version: 2023.2-1+apertis0bv2024dev2b1 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libshaderc1 (>= 2022.2-1), libstdc++6 (>= 11) Filename: pool/development/s/shaderc/glslc_2023.2-1+apertis0bv2024dev2b1_amd64.deb Size: 777368 MD5sum: d88a625d909442f64acf62d9032a281a SHA1: c7c15573e866107e893fa6d6c32713969598d3e1 SHA256: 10dc10cdb5b924cf22d77ee92760d73de0f19215bb4b7914ba93664f067f7618 SHA512: ebae43a3f92bc9c8ce8e54ede9e40a66fa2e0b1a5cf31c80cffbcbf6deee92be4bd206106b3994b78fc7fda3923fb55154b7e45b6bd6fda16b5f3d220231da64 Description: Command line compiler for GLSL/HLSL to SPIR-V glslc wraps around core functionality in glslang and SPIRV-Tools. glslc and its library aims to provide: - a command line compiler with GCC- and Clang-like usage, for better integration with build systems; - an API where functionality can be added without breaking existing clients; - an API supporting standard concurrency patterns across multiple operating systems; - increased functionality such as file #include support. . This package contains the glslc binary. Homepage: https://github.com/google/shaderc/ Multi-Arch: foreign Package: glslc-dbgsym Priority: optional Section: debug Installed-Size: 1532 Maintainer: Philippe SWARTVAGHER Architecture: amd64 Source: shaderc Version: 2023.2-1+apertis0bv2024dev2b1 Depends: glslc (= 2023.2-1+apertis0bv2024dev2b1) Filename: pool/development/s/shaderc/glslc-dbgsym_2023.2-1+apertis0bv2024dev2b1_amd64.deb Size: 1306692 MD5sum: 8e027daf57266512be930da01098278a SHA1: 33bc6086df6f4a0112b1c3eb6867774df3714323 SHA256: 3433d989e23d22ef76c28b4727ac0a96e42edfd9a19a58c037330a9ce8ca82fd SHA512: d3839d8f744c1ec8a6a189e81a5db366c1fdbac1f1d51f8d447fb6591b72f7045f923edc542be2efea50ce0b2140973c240ad9b67c865b085c4c5bb19e139514 Description: debug symbols for glslc Auto-Built-Package: debug-symbols Build-Ids: 78e44f4b21659be14287ae12bedcf43b8b29c36f Package: glyphsinfo Priority: optional Section: misc Installed-Size: 6744 Maintainer: Debian Fonts Task Force Architecture: all Version: 1193+git20200915-1+apertis0bv2024dev2b1 Filename: pool/development/g/glyphsinfo/glyphsinfo_1193+git20200915-1+apertis0bv2024dev2b1_all.deb Size: 305812 MD5sum: efcbe568343793e6c347d2db2cf776e5 SHA1: a62b4849c6786016fad870fb974ce0986286e7dc SHA256: 8dbf44c60f2c7b86f7b33d979373bd228afc3921909ddb4bb934c58964761fc4 SHA512: 27cdf65c8d4c4f749f544e341f6d931fa8cc83e1cea37f490cf75a0717c2e5a5c42e6b36d532f64be0a4a1861a083619ee4e0030896cab3a9e7485544167a77b Description: Glyphs info used inside Glyphs.app This contains XML files of glyphs names and categories used in Glyphs.app. Homepage: https://github.com/schriftgestalt/GlyphsInfo Multi-Arch: foreign Package: glyphslib Priority: optional Section: devel Installed-Size: 19 Maintainer: Debian Fonts Task Force Architecture: all Version: 6.0.6+ds1-1+apertis0bv2024dev2b1 Replaces: python3-glyphslib (<< 3.0.2-3~) Depends: python3:any, python3-glyphslib (= 6.0.6+ds1-1+apertis0bv2024dev2b1) Breaks: python3-glyphslib (<< 3.0.2-3~) Filename: pool/development/g/glyphslib/glyphslib_6.0.6+ds1-1+apertis0bv2024dev2b1_all.deb Size: 7340 MD5sum: 46834264af96c93b6d2dba37e5a1e3f7 SHA1: f89d7e0debac1f4136cd0e2cc2e93ce3912295c5 SHA256: 7aa226caa3311c347af92add52b8f8d00e9c3fc004948575dc9d6e1b73d46aa8 SHA512: 617cf2fa59d747822c1b864a35e172963421e25b6d89ce04f5ac02c582847fc2700073b6f048b3ebc1e5f2afb9c156c98a04e438481b6fe2ca0adbc90bb77f03 Description: Convert between Glyphs files (.glyphs) and UFOs This tool provides conversions between Glyphs source files (.glyphs) and Unified Font Objects (UFOs) via defcon. . This package provides the executable program. Homepage: https://github.com/googlefonts/glyphsLib Package: gm2 Priority: optional Section: devel Installed-Size: 13 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.203+apertis0bv2024preb1) Version: 4:12.2.0-3+apertis0bv2024preb1 Depends: cpp (>= 4:12.2.0-3+apertis0bv2024preb1), gcc (>= 4:12.2.0-3+apertis0bv2024preb1), gm2-12 (>= 12.2.0-1~) Filename: pool/development/g/gcc-defaults/gm2_12.2.0-3+apertis0bv2024preb1_amd64.deb Size: 1040 MD5sum: e6f74a755a079a9307b89c18859b7a35 SHA1: 66ced8c2ef6ec86ec6b666f1690eceeb93d448cf SHA256: fba0dbec0bdc365b64feed1a25fe98daeb68be5c2b0a2978f0752efe1db56d99 SHA512: 53649a37fb82c4e89840836aae41e84408e675d765bb4f8ce7e873fd83a45c6bcd862fad429513c87d5a5704d76b0d19dcd6ad85531b9a25d082f31bdd0e725e Description: GNU Modula-2 compiler, based on the GCC backend This is a dependency package providing the default GNU Modula-2 compiler. Package: gm2-11 Priority: optional Section: devel Installed-Size: 28036 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-11 Version: 11.3.0-12+apertis0bv2024preb1 Provides: gm2, m2-compiler Depends: gcc-11-base (>= 11), g++-11 (>= 11), libgm2-11-dev (= 11.3.0-12+apertis0bv2024preb1), libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libgmp10 (>= 2:6.2.1+dfsg1), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libstdc++6 (>= 5), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4) Filename: pool/development/g/gcc-11/gm2-11_11.3.0-12+apertis0bv2024preb1_amd64.deb Size: 9577904 MD5sum: d01ee94681d226a39f5fd4d42c83286c SHA1: 67b5385acfaae1e3d662781786dd7568f30e0a22 SHA256: b38d9191ad1e90dc5fbcc4bf24930b9f4d692162c4862676e00b45074f1bb9d0 SHA512: 3343e11bd608fabe745e44da3379fd4b45257de7e84276f6f09f9986349e2c87a22add5d11f80734b41e576e7b0568acca63c524787b93003c6c2163d22fded8 Description: GNU Modula-2 compiler This is the GNU Modula-2 compiler, which compiles Modula-2 on platforms supported by gcc. It uses the gcc backend to generate optimised code. Homepage: http://gcc.gnu.org/ Package: gm2-11-dbgsym Priority: optional Section: debug Installed-Size: 58778 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-11 Version: 11.3.0-12+apertis0bv2024preb1 Depends: gm2-11 (= 11.3.0-12+apertis0bv2024preb1) Filename: pool/development/g/gcc-11/gm2-11-dbgsym_11.3.0-12+apertis0bv2024preb1_amd64.deb Size: 56172204 MD5sum: e7ae1592ca652a3adb63a09c4f5f543d SHA1: 5953be173cea67df63df832a9246202bc63da8b6 SHA256: a23d141a571f0b8167260a6ae91f8c7b57d3034493389e35e123dc26de75f357 SHA512: 0e1252f7fcec02c0324fb817e5bc92923847a184ab2990db9c0c4b6fdf7cc0b8c9ed38fc06d67e62d473d35e1789425e7984a2179c8929ec0e7abf20eb4bb488 Description: debug symbols for gm2-11 Auto-Built-Package: debug-symbols Build-Ids: 025d78f09aeaa2e3eaa58845f81693a69b753e1e 2e922244690859c0fc0c3d7407a21cc374847f14 6bcae93efece74006fc8cff48ecca7522fb80692 7ba4ceb81a404f384c7106d305e24441c33abfd0 8b972de31fbbd1f5130e42a272276671419bad67 e9ad474a224fb17d4336a73cbf841b48eddddb75 f48a1b0c5cdc63a35da4daf15e281543d0ca97c9 f524ff6345ff53aba5f8e8a5f66df9dc8b405b93 Package: gm2-12-aarch64-linux-gnu Priority: optional Section: devel Installed-Size: 33458 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-12-cross (15+apertis1bv2024dev3b2) Version: 12.2.0-14+apertis1bv2024dev3b1cross1 Depends: gcc-12-aarch64-linux-gnu-base (>= 12), g++-12-aarch64-linux-gnu (>= 12), libgm2-12-dev-arm64-cross (>= 12), libc6 (>= 2.36), libgcc-s1 (>= 3.0), libgmp10 (>= 2:6.2.1+dfsg1), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libstdc++6 (>= 5), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4) Filename: pool/development/g/gcc-12-cross/gm2-12-aarch64-linux-gnu_12.2.0-14+apertis1bv2024dev3b1cross1_amd64.deb Size: 10069408 MD5sum: bd0ca9f6e4e42892f21202dcd9cbb6ed SHA1: e599fa0f6c488424de7bed9079198f86670cf60b SHA256: f130ed0942087abe7d9bb6dd0cafa01fe6266ba8a8d762cdad31e8a996cd58f1 SHA512: d98f6517f03216f53bc98900673a1a62f04719b3bb32b1b8f29ef6b3e0f1971d3066c42d096c19774dd81bc314fdc041979e93909f0f60cd93f38154c1296632 Description: GNU Modula-2 compiler (cross compiler for arm64 architecture) This is the GNU Modula-2 compiler, which compiles Modula-2 on platforms supported by gcc. It uses the gcc backend to generate optimised code. Built-Using: gcc-12 (= 12.2.0-14+apertis1bv2024dev3b1) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: gm2-12-arm-linux-gnueabi Priority: optional Section: devel Installed-Size: 30137 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-12-cross (15+apertis1bv2024dev3b2) Version: 12.2.0-14+apertis1bv2024dev3b1cross1 Depends: gcc-12-arm-linux-gnueabi-base (>= 12), g++-12-arm-linux-gnueabi (>= 12), libgm2-12-dev-armel-cross (>= 12), libc6 (>= 2.36), libgcc-s1 (>= 3.0), libgmp10 (>= 2:6.2.1+dfsg1), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libstdc++6 (>= 5), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4) Filename: pool/development/g/gcc-12-cross/gm2-12-arm-linux-gnueabi_12.2.0-14+apertis1bv2024dev3b1cross1_amd64.deb Size: 9598884 MD5sum: 934f84292485f03d29cd52cad6bb7572 SHA1: a3f874b711856762dfb48a7a387d68e299d9349b SHA256: aecd764d14520b5c3bb7fbecd34b4d2044deedd754124e4623921085582836ba SHA512: 27b702a16a0def0d69342dd35918464387e54b90178e090b4e53d86bb04318d6101900908329bb5588345deeed146e57b1b86be92b59b7b11c9f12529a7a0d2a Description: GNU Modula-2 compiler (cross compiler for armel architecture) This is the GNU Modula-2 compiler, which compiles Modula-2 on platforms supported by gcc. It uses the gcc backend to generate optimised code. Built-Using: gcc-12 (= 12.2.0-14+apertis1bv2024dev3b1) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: gm2-12-arm-linux-gnueabihf Priority: optional Section: devel Installed-Size: 30137 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-12-cross (15+apertis1bv2024dev3b2) Version: 12.2.0-14+apertis1bv2024dev3b1cross1 Depends: gcc-12-arm-linux-gnueabihf-base (>= 12), g++-12-arm-linux-gnueabihf (>= 12), libgm2-12-dev-armhf-cross (>= 12), libc6 (>= 2.36), libgcc-s1 (>= 3.0), libgmp10 (>= 2:6.2.1+dfsg1), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libstdc++6 (>= 5), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4) Filename: pool/development/g/gcc-12-cross/gm2-12-arm-linux-gnueabihf_12.2.0-14+apertis1bv2024dev3b1cross1_amd64.deb Size: 9598780 MD5sum: 86417c115bca250a2aa65fd28586d04d SHA1: 57527e22243ea03f812d226d4e4e389104db6681 SHA256: 9b69bd7c54f57adc9dbd033aa9c9a38c60704613ac06aab415e0976bdd2a61dc SHA512: 757d389523a83886cdcae5430941202b9d1641035ca996fb5aa437f8dfaab6d8e578000adb9ffae3ccab1d5e2682249a5a2af745052ed4462ddfa313e5740da5 Description: GNU Modula-2 compiler (cross compiler for armhf architecture) This is the GNU Modula-2 compiler, which compiles Modula-2 on platforms supported by gcc. It uses the gcc backend to generate optimised code. Built-Using: gcc-12 (= 12.2.0-14+apertis1bv2024dev3b1) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: gm2-12-i686-linux-gnu Priority: optional Section: devel Installed-Size: 37161 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-12-cross (15+apertis1bv2024dev3b2) Version: 12.2.0-14+apertis1bv2024dev3b1cross1 Depends: gcc-12-i686-linux-gnu-base (>= 12), g++-12-i686-linux-gnu (>= 12), libgm2-12-dev-i386-cross (>= 12), libc6 (>= 2.36), libgcc-s1 (>= 3.0), libgmp10 (>= 2:6.2.1+dfsg1), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libstdc++6 (>= 5), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4) Filename: pool/development/g/gcc-12-cross/gm2-12-i686-linux-gnu_12.2.0-14+apertis1bv2024dev3b1cross1_amd64.deb Size: 10673944 MD5sum: 18b7efa8fc3f5a7e7e52cb0d44edd060 SHA1: f550a2c3d6da982bd7c862e80d5ffb3467fdfc1c SHA256: 223a76683d159244eb6d610ae979ae5c425d92f2763bdfa5e9310c7fb41c6079 SHA512: e584d881e6a46ae47acfa78fb05680127f49adb6d9343d23a46f2b1e563446e5269f7f4daff4f71b1eed298e5ed0b9c62eeca5c9a9874ccb3ab4a69b98674f4c Description: GNU Modula-2 compiler (cross compiler for i386 architecture) This is the GNU Modula-2 compiler, which compiles Modula-2 on platforms supported by gcc. It uses the gcc backend to generate optimised code. Built-Using: gcc-12 (= 12.2.0-14+apertis1bv2024dev3b1) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: gm2-aarch64-linux-gnu Priority: optional Section: devel Installed-Size: 11 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.203+apertis0bv2024preb1) Version: 4:12.2.0-3+apertis0bv2024preb1 Depends: cpp-aarch64-linux-gnu (>= 4:12.2.0-3+apertis0bv2024preb1), gm2-12-aarch64-linux-gnu (>= 12.2.0-1~) Filename: pool/development/g/gcc-defaults/gm2-aarch64-linux-gnu_12.2.0-3+apertis0bv2024preb1_amd64.deb Size: 1156 MD5sum: a9d32240a10b3712eba83e862753f402 SHA1: 1e26b59dc7466c3b804507bd3ddecbe22933d5bb SHA256: 406c8d42888ec148b6c1deb8b0c92e03f2b42ae93c4d5826fbc0afef16d96cea SHA512: 252a957706d058f7c43779b7c2ad5e407368c642afe7dc6de6c205138eb9c2fb493c6e46ff32060665999dbcc34f3c0fa9b672ca99a4e5fe19df6dbbb08e5bc3 Description: GNU Modula-2 compiler (based on GCC) for the arm64 architecture This is the GNU Modula-2 compiler, which compiles Modula-2 on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Modula-2 cross-compiler for the arm64 architecture. Multi-Arch: foreign Package: gm2-arm-linux-gnueabi Priority: optional Section: devel Installed-Size: 11 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.203+apertis0bv2024preb1) Version: 4:12.2.0-3+apertis0bv2024preb1 Depends: cpp-arm-linux-gnueabi (>= 4:12.2.0-3+apertis0bv2024preb1), gm2-12-arm-linux-gnueabi (>= 12.2.0-1~) Filename: pool/development/g/gcc-defaults/gm2-arm-linux-gnueabi_12.2.0-3+apertis0bv2024preb1_amd64.deb Size: 1156 MD5sum: 51542b3b17b864dbe619e6db9a17b0ce SHA1: 72e6252401cb8e27facfe2dfb02ed061701bac6f SHA256: ae34ed98d17dc86f1a7c3051e374f65b0fb48e2f03b1b0538ff75bbfd77a93f2 SHA512: f30caadaac3e5c4fbc61db795697d8ce063fbbc93a9442eaa32150435bc0f2ab1c1abcb96b1f9ac200cf6b2d77979df49b7f3044a21a512a5dc3b55301b83b22 Description: GNU Modula-2 compiler (based on GCC) for the armel architecture This is the GNU Modula-2 compiler, which compiles Modula-2 on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Modula-2 cross-compiler for the armel architecture. Multi-Arch: foreign Package: gm2-arm-linux-gnueabihf Priority: optional Section: devel Installed-Size: 11 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.203+apertis0bv2024preb1) Version: 4:12.2.0-3+apertis0bv2024preb1 Depends: cpp-arm-linux-gnueabihf (>= 4:12.2.0-3+apertis0bv2024preb1), gm2-12-arm-linux-gnueabihf (>= 12.2.0-1~) Filename: pool/development/g/gcc-defaults/gm2-arm-linux-gnueabihf_12.2.0-3+apertis0bv2024preb1_amd64.deb Size: 1156 MD5sum: 9b0b1ebb2731f2f64de74685958276ca SHA1: 6e6cadca3549b9f843e1da4e1fd2c9f081f68d40 SHA256: fd7de4e5a122cfbd128ede3101d57caa66ea98385dc9188accec59714b10b6f2 SHA512: d29f46f833eb9e3a0b2bcf0a8b9fe74d25c02d6637bbde539aa10da4e7f12d9e427a0afdd663290226866b55568e863acd785a3d1a14fd26fc1e2c5386409429 Description: GNU Modula-2 compiler (based on GCC) for the armhf architecture This is the GNU Modula-2 compiler, which compiles Modula-2 on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Modula-2 cross-compiler for the armhf architecture. Multi-Arch: foreign Package: gm2-doc Priority: optional Section: doc Installed-Size: 20 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.203+apertis0bv2024preb1) Version: 4:12.2.0-3+apertis0bv2024preb1 Replaces: gm2-12-doc (<< 12.2.0-11), gm2-13-doc (<< 13-20221226-1) Depends: gm2-12-doc (>= 12.2.0-1~) Suggests: gm2 (>= 12.2.0-3+apertis0bv2024preb1) Breaks: gm2-12-doc (<< 12.2.0-11), gm2-13-doc (<< 13-20221226-1) Filename: pool/development/g/gcc-defaults/gm2-doc_12.2.0-3+apertis0bv2024preb1_amd64.deb Size: 4180 MD5sum: 51c5b3ff2d95d9d38ccfe91b06922867 SHA1: 8d3c9019b2e21385805c0a7f03b1821218069662 SHA256: 6b4f64fd3db00ce1a61eaa5bf6dc744b6b954931680524a492e6abe67d817a89 SHA512: 277c489dde1246068d33df1bd0b7ab2d9472dd2889ffcc87f767616f177e6f8f3e9f8c7cfcbc8f886dd21228434dc9e11803eb67a968f2311b425e00f1ac7813 Description: Documentation for the GNU Modula-2 compiler Documentation for the GNU Modula-2 compiler in info format (dependency package). Package: gm2-i686-linux-gnu Priority: optional Section: devel Installed-Size: 11 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.203+apertis0bv2024preb1) Version: 4:12.2.0-3+apertis0bv2024preb1 Depends: cpp-i686-linux-gnu (>= 4:12.2.0-3+apertis0bv2024preb1), gm2-12-i686-linux-gnu (>= 12.2.0-1~) Filename: pool/development/g/gcc-defaults/gm2-i686-linux-gnu_12.2.0-3+apertis0bv2024preb1_amd64.deb Size: 1148 MD5sum: fb3dc7505ff9603b935f91f6657f0e51 SHA1: cb70d1ad5bdad25df56a4cdd770633359e3e0bac SHA256: 24dd8e62a0678d1ec8df1d11c17d369c229a72a58f32604b1426cd5c2f385850 SHA512: 8138502d305da406b771a20da4ca818866cb93f9d2ffe706a8888438a8bb5556f503bb7e339b5f5776a4284b345e182e5fe97511091d19188c39352e7ced4c88 Description: GNU Modula-2 compiler (based on GCC) for the i386 architecture This is the GNU Modula-2 compiler, which compiles Modula-2 on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Modula-2 cross-compiler for the i386 architecture. Multi-Arch: foreign Package: gm2-powerpc64le-linux-gnu Priority: optional Section: devel Installed-Size: 11 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.203+apertis0bv2024preb1) Version: 4:12.2.0-3+apertis0bv2024preb1 Depends: cpp-powerpc64le-linux-gnu (>= 4:12.2.0-3+apertis0bv2024preb1), gm2-12-powerpc64le-linux-gnu (>= 12.2.0-1~) Filename: pool/development/g/gcc-defaults/gm2-powerpc64le-linux-gnu_12.2.0-3+apertis0bv2024preb1_amd64.deb Size: 1164 MD5sum: 7deae27da29993e1ed218efd54d3c9eb SHA1: b59287da36298ca658a589ee0a5160dd3d6d0160 SHA256: ab02ccef6e5b7c17d7ce77092b94d8c1bcf90a71939d716a1835a79657938aa1 SHA512: 111f9ff2d2a6a719c0c1c820d69d177030d6150a1773395ce956d86e7d516da89ad91e5ebe6ab5fcb86ea62a3ce64170fd0389e21dc13f2ee50c1ffe91ba81db Description: GNU Modula-2 compiler (based on GCC) for the ppc64el architecture This is the GNU Modula-2 compiler, which compiles Modula-2 on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Modula-2 cross-compiler for the ppc64el architecture. Multi-Arch: foreign Package: gm2-s390x-linux-gnu Priority: optional Section: devel Installed-Size: 11 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.203+apertis0bv2024preb1) Version: 4:12.2.0-3+apertis0bv2024preb1 Depends: cpp-s390x-linux-gnu (>= 4:12.2.0-3+apertis0bv2024preb1), gm2-12-s390x-linux-gnu (>= 12.2.0-1~) Filename: pool/development/g/gcc-defaults/gm2-s390x-linux-gnu_12.2.0-3+apertis0bv2024preb1_amd64.deb Size: 1144 MD5sum: d6272cfcf3bffc6b7a616502e6ccdcfe SHA1: 00814f817914a0472eb6fa156fddd47cc48971fd SHA256: c532c7164dc019c6a98969950b22c966e91f4d630dc5ea2efbe9956c866ba2bc SHA512: bd87ac5007bb8e01ad5f88b794648de698f6265dd5bf4182587fd344205a7ad0f88e5ae4934a8d42c501ae4ced4c4eff8391ef76f02c7893c71a3208d2d12f29 Description: GNU Modula-2 compiler (based on GCC) for the s390x architecture This is the GNU Modula-2 compiler, which compiles Modula-2 on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Modula-2 cross-compiler for the s390x architecture. Multi-Arch: foreign Package: gnat-11 Priority: optional Section: devel Installed-Size: 81719 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-11 Version: 11.3.0-12+apertis0bv2024preb1 Replaces: gnat-4.9-base (= 4.9-20140330-1) Depends: gcc-11-base (= 11.3.0-12+apertis0bv2024preb1), gcc-11 (>= 11), libgnat-11 (>= 11.3.0-12+apertis0bv2024preb1), libc6-dev (>= 2.23-1~), libc6 (>= 2.34), libgmp10 (>= 2:6.2.1+dfsg1), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4) Suggests: gnat-11-doc, ada-reference-manual-2012, gnat-11-sjlj Conflicts: gnat-10, gnat-4.9, gnat-5, gnat-6, gnat-7, gnat-8, gnat-9 Breaks: gnat-4.9-base (= 4.9-20140330-1) Filename: pool/development/g/gcc-11/gnat-11_11.3.0-12+apertis0bv2024preb1_amd64.deb Size: 17151696 MD5sum: 9b688592a14d3ef055f8df7553e0082c SHA1: 52d3dd2d55f51ce40c843e3acbe17fab2ef04083 SHA256: 29e169b8bb6ef4c110f90a1c2a8bdffad77b424166ce2e4febdc62b37a578cd8 SHA512: a36a41190a3fca486f02df83b59a3f0d060bb9d78f57a30e7e751b1d33f44946185bab1221a83be57bd27fd19c1a478a4efd409fb14401da65d3e3c8ea692fb8 Description: GNU Ada compiler GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Homepage: http://gcc.gnu.org/ Package: gnat-11-dbgsym Priority: optional Section: debug Installed-Size: 81488 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-11 Version: 11.3.0-12+apertis0bv2024preb1 Depends: gnat-11 (= 11.3.0-12+apertis0bv2024preb1) Filename: pool/development/g/gcc-11/gnat-11-dbgsym_11.3.0-12+apertis0bv2024preb1_amd64.deb Size: 74308844 MD5sum: d63073e340448697e7910218179ecbbb SHA1: 470f37cd7230a70ed01e6e09d10871964d554aae SHA256: ff09f0018cb86146e4e20fcf1287acb5fb2346bc17e7c0d7e3149b8146782ea7 SHA512: c177390e0dc425d51a70581879e9c624f692b6bd0efa54c6037265899d628e6315ae96f91bb7b14fa38565c9b443241d84e99941aba63b57f623910ad31f9bac Description: debug symbols for gnat-11 Auto-Built-Package: debug-symbols Build-Ids: 235240731767de0823e06a7f9d424aa7a09f6892 2b30c4364b02d0de12c9495a7034016440e10043 58c1fc8062edd0921edad47b5b8a193801a973b6 5f13c4295715cb43407f13b282698ada39273ff4 785130984d973cd5cc47a8c2715cd42e88f9c48a b274aa759dc2f0b2893fc30cc08f04bece87c90c b825347121791d3b37a35c4663cc9cfcf7a42fb5 c1a6df40b102bd75f97b9b8e000e8638c0142ae2 c7465b46c6a203a50ac4ca0ef5b8856160d76ca5 d3e9650e2d57b90ee9b88d473c1022190d13949d dd8b55ab2d097e80180d29356b22505e18c3e83d f77a19b213c973dbb984cfb0c145a89779f604e0 fe06f9b71dd0ea0f0ca2ed73802464334035ea1c Package: gnat-12-aarch64-linux-gnu Priority: optional Section: devel Installed-Size: 98576 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-12-cross (15+apertis1bv2024dev3b2) Version: 12.2.0-14+apertis1bv2024dev3b1cross1 Depends: gcc-12-aarch64-linux-gnu-base (= 12.2.0-14+apertis1bv2024dev3b1cross1), gcc-12-aarch64-linux-gnu (>= 12), libgnat-12-arm64-cross (>= 12.2.0-14+apertis1bv2024dev3b1cross1), libc6-dev-arm64-cross (>= 2.23-1~), libc6 (>= 2.36), libgmp10 (>= 2:6.2.1+dfsg1), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4) Suggests: gnat-12-doc, ada-reference-manual-2012, gnat-12-sjlj Conflicts: gnat-10-aarch64-linux-gnu, gnat-11-aarch64-linux-gnu, gnat-4.9, gnat-5-aarch64-linux-gnu, gnat-6-aarch64-linux-gnu, gnat-7-aarch64-linux-gnu, gnat-8-aarch64-linux-gnu, gnat-9-aarch64-linux-gnu Filename: pool/development/g/gcc-12-cross/gnat-12-aarch64-linux-gnu_12.2.0-14+apertis1bv2024dev3b1cross1_amd64.deb Size: 18231164 MD5sum: 7d78fe58e22454e9567e1c0ba4fa58e4 SHA1: 1d3008a47dc550ad3647a49388f838555cc7c204 SHA256: 0a4ea787e2d047ee5578f9633a2bc8d8f756d961280159178cc9a36cae865207 SHA512: ab7f627bb2b7cad7b703d3edcf16c6bceb6c4f5fa2b7a44acab2db16d943bdc9e84a706e2f3ad17c1b998964567fe6658d52d5d2a174a4cac73b06f37ddf2c79 Description: GNU Ada compiler GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Built-Using: gcc-12 (= 12.2.0-14+apertis1bv2024dev3b1) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: gnat-12-arm-linux-gnueabi Priority: optional Section: devel Installed-Size: 91775 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-12-cross (15+apertis1bv2024dev3b2) Version: 12.2.0-14+apertis1bv2024dev3b1cross1 Depends: gcc-12-arm-linux-gnueabi-base (= 12.2.0-14+apertis1bv2024dev3b1cross1), gcc-12-arm-linux-gnueabi (>= 12), libgnat-12-armel-cross (>= 12.2.0-14+apertis1bv2024dev3b1cross1), libc6-dev-armel-cross (>= 2.23-1~), libc6 (>= 2.36), libgmp10 (>= 2:6.2.1+dfsg1), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4) Suggests: gnat-12-doc, ada-reference-manual-2012, gnat-12-sjlj Conflicts: gnat-10-arm-linux-gnueabi, gnat-11-arm-linux-gnueabi, gnat-4.9, gnat-5-arm-linux-gnueabi, gnat-6-arm-linux-gnueabi, gnat-7-arm-linux-gnueabi, gnat-8-arm-linux-gnueabi, gnat-9-arm-linux-gnueabi Filename: pool/development/g/gcc-12-cross/gnat-12-arm-linux-gnueabi_12.2.0-14+apertis1bv2024dev3b1cross1_amd64.deb Size: 17617232 MD5sum: 058d3066b424708bb4f29ac63c3f3671 SHA1: 5c3bd502789025fc1ec214cd05401990525c9cbc SHA256: 6fff49ce8dbd0833a376351c35396bbf33e76542391937dbcc90fee07a6750b6 SHA512: cfd796dd3716b515149fbfe909325a50f99849dbff625e03492e795f9f5fa084cbd45a6826cec2cc7f67f87498286c0c1bc3bc71747a6c26c6cea2a704b5960b Description: GNU Ada compiler GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Built-Using: gcc-12 (= 12.2.0-14+apertis1bv2024dev3b1) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: gnat-12-arm-linux-gnueabihf Priority: optional Section: devel Installed-Size: 90127 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-12-cross (15+apertis1bv2024dev3b2) Version: 12.2.0-14+apertis1bv2024dev3b1cross1 Depends: gcc-12-arm-linux-gnueabihf-base (= 12.2.0-14+apertis1bv2024dev3b1cross1), gcc-12-arm-linux-gnueabihf (>= 12), libgnat-12-armhf-cross (>= 12.2.0-14+apertis1bv2024dev3b1cross1), libc6-dev-armhf-cross (>= 2.23-1~), libc6 (>= 2.36), libgmp10 (>= 2:6.2.1+dfsg1), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4) Suggests: gnat-12-doc, ada-reference-manual-2012, gnat-12-sjlj Conflicts: gnat-10-arm-linux-gnueabihf, gnat-11-arm-linux-gnueabihf, gnat-4.9, gnat-5-arm-linux-gnueabihf, gnat-6-arm-linux-gnueabihf, gnat-7-arm-linux-gnueabihf, gnat-8-arm-linux-gnueabihf, gnat-9-arm-linux-gnueabihf Filename: pool/development/g/gcc-12-cross/gnat-12-arm-linux-gnueabihf_12.2.0-14+apertis1bv2024dev3b1cross1_amd64.deb Size: 17620276 MD5sum: 806ba608641f2c544591928e4db4a23d SHA1: b0fc866cfc661efcd5bb007b357cc36f29f24904 SHA256: 30c1b88f9156e99d50d85f5f97e6ffaccec579719e4237a83d15169bb23af9e6 SHA512: e1b06e5669ce4d041748e8531c7152f86dbeddb2c0882c626e8c379d7e437718643d34b96598d900f5ca682c8725c562e8eb985b4dfb402728bcda2f5f00bf05 Description: GNU Ada compiler GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Built-Using: gcc-12 (= 12.2.0-14+apertis1bv2024dev3b1) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: gnat-12-i686-linux-gnu Priority: optional Section: devel Installed-Size: 94816 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-12-cross (15+apertis1bv2024dev3b2) Version: 12.2.0-14+apertis1bv2024dev3b1cross1 Depends: gcc-12-i686-linux-gnu-base (= 12.2.0-14+apertis1bv2024dev3b1cross1), gcc-12-i686-linux-gnu (>= 12), libgnat-12-i386-cross (>= 12.2.0-14+apertis1bv2024dev3b1cross1), libc6-dev-i386-cross (>= 2.23-1~), libc6 (>= 2.36), libgmp10 (>= 2:6.2.1+dfsg1), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4) Suggests: gnat-12-doc, ada-reference-manual-2012, gnat-12-sjlj Conflicts: gnat-10-i686-linux-gnu, gnat-11-i686-linux-gnu, gnat-4.9, gnat-5-i686-linux-gnu, gnat-6-i686-linux-gnu, gnat-7-i686-linux-gnu, gnat-8-i686-linux-gnu, gnat-9-i686-linux-gnu Filename: pool/development/g/gcc-12-cross/gnat-12-i686-linux-gnu_12.2.0-14+apertis1bv2024dev3b1cross1_amd64.deb Size: 19321496 MD5sum: 6181e1f7046e91d8a34ecba4d85fcd30 SHA1: 9ac859183ed562f1b211306d956a5aca58695a96 SHA256: b48c9e929de6a312c90e8b43e024678ce49d4bcc10646ab261eaf47ee9fcdfd6 SHA512: 26977df69316492634a62b99a89ec10ccbf75a89e4e0d9daaffc2e0f7a0cf0a609bfa317aa6f8f5cd9f83d28c6b32dbd1085b532444cd3044d3fd2564406bca2 Description: GNU Ada compiler GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Built-Using: gcc-12 (= 12.2.0-14+apertis1bv2024dev3b1) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: gnat-mingw-w64 Priority: optional Section: devel Installed-Size: 253 Maintainer: Stephen Kitt Architecture: all Source: gcc-mingw-w64 (25.2+apertis0bv2024preb1) Version: 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1 Depends: gnat-mingw-w64-i686, gnat-mingw-w64-x86-64 Filename: pool/development/g/gcc-mingw-w64/gnat-mingw-w64_12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1_all.deb Size: 185460 MD5sum: d449474a4aafd3b3cac626d26259de6e SHA1: 847919c5c239957d4c0d869ac299530a7070c1a1 SHA256: 6b2aa9753c8f0aae68b56dc0691617586f0eee8fd340b59961490db3d3289d55 SHA512: 73b8139adc496483a327c81787f13537c002e8be06e6095828a76766602b80552890cadf0af57de401d07da877313ff7937a8f7f1facb13e03f60d47b96200d9 Description: GNU Ada compiler for MinGW-w64 MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This metapackage provides the Ada compiler, supporting cross-compiling to 32- and 64-bit MinGW-w64 targets. Homepage: https://www.gnu.org/software/gcc/ Package: gnat-mingw-w64-i686 Priority: optional Section: devel Installed-Size: 253 Maintainer: Stephen Kitt Architecture: all Source: gcc-mingw-w64 (25.2+apertis0bv2024preb1) Version: 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1 Depends: gnat-mingw-w64-i686-posix, gnat-mingw-w64-i686-win32 Filename: pool/development/g/gcc-mingw-w64/gnat-mingw-w64-i686_12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1_all.deb Size: 185472 MD5sum: 6ad121f21482c4782dc69248263b3153 SHA1: 0b404fb3bd1713e0427c1eb82cf8d0fa41cbbe08 SHA256: 89c9a05f125b7930d80df61c1c13297a0dddc76d4d016a1d6f5e36541b0be99e SHA512: 9ff8cf2d5eddfc3e909ab08ad121de354c8c31ee3d01c9e9baad36eda0284391e323a3f4ab4b8e473fc28fe329737d37a17bf88db0ec4639f2233fff33230e74 Description: GNU Ada compiler for MinGW-w64 targeting Win32 MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This metapackage provides the Ada compiler, supporting cross-compiling to 32-bit MinGW-w64 targets. Homepage: https://www.gnu.org/software/gcc/ Package: gnat-mingw-w64-i686-posix Priority: optional Section: devel Installed-Size: 90682 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (25.2+apertis0bv2024preb1) Version: 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1 Replaces: gcc-mingw-w64 (<< 4.6.3-3+4), gnat-mingw-w64-i686 (<< 9.3.0-8+22) Depends: gcc-mingw-w64-i686-posix (= 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1), gcc-mingw-w64-base (= 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1), libc6 (>= 2.35), libgcc-s1 (>= 4.2), libgmp10 (>= 2:6.2.1+dfsg1), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libstdc++6 (>= 5.2), zlib1g (>= 1:1.1.4) Suggests: gcc-12-locales (>= 12.2.0) Breaks: gcc-mingw-w64 (<< 4.6.3-3+4), gnat-mingw-w64-i686 (<< 9.3.0-8+22) Filename: pool/development/g/gcc-mingw-w64/gnat-mingw-w64-i686-posix_12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1_amd64.deb Size: 17765040 MD5sum: 2e64160a499b863c5666016cea4b42b9 SHA1: 4fe92141f765d38bc1bcfe61308c340d5b667a5c SHA256: d78e661085c4e3c969f3aee5e50c2f431bcf02c439780225ba1ad8b3a66490e4 SHA512: 6661e7cd836ecf2e95ff796cef7c55f1a8c7f8f9fe16e50e19342f7afada9f9f271302e90e0b7b55da7e803e22cf51a87ef0c224bf943ba1fc1b75f76a5104da Description: GNU Ada compiler for MinGW-w64, Win32/POSIX MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This package contains the Ada compiler, supporting cross-compiling to 32-bit MinGW-w64 targets, using the POSIX threading model. Built-Using: gcc-12 (= 12.2.0-14+apertis1bv2024dev3b1) Homepage: https://www.gnu.org/software/gcc/ Package: gnat-mingw-w64-i686-posix-dbgsym Priority: optional Section: debug Installed-Size: 125964 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (25.2+apertis0bv2024preb1) Version: 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1 Depends: gnat-mingw-w64-i686-posix (= 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1) Filename: pool/development/g/gcc-mingw-w64/gnat-mingw-w64-i686-posix-dbgsym_12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1_amd64.deb Size: 118741300 MD5sum: cc9edd3b9a2715ba711fb79baf488b24 SHA1: 8af9b85670d60eea25d1fbd2cd6804b228027dfa SHA256: ecae7cf548730d73721e6dbdb0e82cc424f2042f181a1a84d34315c1bd174cb8 SHA512: 652bd3572c55cb4643f5b913b3a9384d5edc401faace8e6fa7a67ede79221a052026d7d409dec1e523c7257a6e2b125fa87573e0813dce1988fbf6d4036b0bab Description: debug symbols for gnat-mingw-w64-i686-posix Auto-Built-Package: debug-symbols Build-Ids: 04d4f974fe824d4ccaeb57dc56e9dfff299c3564 19c5f4a18bbafcca4c266c4336b144e29f8528ee 3ec3d11b9f3d8b7cbeccc0c501f0c25240932baa 4051f1d94c46159171d8b48871bac5264c3b8cd5 71e5e1e88cd9b6c87bc0836b4e4797a578836d39 7711d3f9e6a06a033cd435a4954b840808b7a773 8a50e2669de2e5c5b6cbfb491fac2f8f555d304a 8e591252596a62827beef02b158a7c4f2ac0503d aa70a37b2811c5b5b77aa4939b86ffa9fd3a19f2 b761ded2259749715cacd4f9f6809cc7dda76642 ff9d0592e4313e5876cadc76cc77c402218334f7 Package: gnat-mingw-w64-i686-win32 Priority: optional Section: devel Installed-Size: 90682 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (25.2+apertis0bv2024preb1) Version: 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1 Replaces: gcc-mingw-w64 (<< 4.6.3-3+4), gnat-mingw-w64-i686 (<< 9.3.0-8+22) Depends: gcc-mingw-w64-i686-win32 (= 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1), gcc-mingw-w64-base (= 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1), libc6 (>= 2.35), libgcc-s1 (>= 4.2), libgmp10 (>= 2:6.2.1+dfsg1), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libstdc++6 (>= 5.2), zlib1g (>= 1:1.1.4) Suggests: gcc-12-locales (>= 12.2.0) Breaks: gcc-mingw-w64 (<< 4.6.3-3+4), gnat-mingw-w64-i686 (<< 9.3.0-8+22) Filename: pool/development/g/gcc-mingw-w64/gnat-mingw-w64-i686-win32_12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1_amd64.deb Size: 17765528 MD5sum: a8a632cbbc0b08d84ac12bd3fbbf4b0e SHA1: 8fbe1bbdf6a801ade9f5ccf5574e938780ee9c9e SHA256: ef6cd7153522e7b7b0d61cab70a1cdd42e4fb82f946573684bb34e49d96f8c1a SHA512: de406785c90d0b95449c4922e4d876d8543b2ac8211961ed1dc25a038cd6d5a005aecc789d3ab49250365707686b4b7193c4a75f4b7bf3933d9cc453db307919 Description: GNU Ada compiler for MinGW-w64, Win32/Win32 MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This package contains the Ada compiler, supporting cross-compiling to 32-bit MinGW-w64 targets, using the Win32 threading model. Built-Using: gcc-12 (= 12.2.0-14+apertis1bv2024dev3b1) Homepage: https://www.gnu.org/software/gcc/ Package: gnat-mingw-w64-i686-win32-dbgsym Priority: optional Section: debug Installed-Size: 125965 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (25.2+apertis0bv2024preb1) Version: 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1 Depends: gnat-mingw-w64-i686-win32 (= 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1) Filename: pool/development/g/gcc-mingw-w64/gnat-mingw-w64-i686-win32-dbgsym_12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1_amd64.deb Size: 118592928 MD5sum: 718a05dcda94cedddd707e3fdb8b8d86 SHA1: aa4c2dbb94e4565063ef1ce2802886dd529c1144 SHA256: d98ca7050c915d26d3443360ed73d90f20e805f593292725039561317a970785 SHA512: 9ebe75cb365e192b23defd9eaddfa07283b6fb2311366426530ef5498208d46f3757b6ce18d03e436a37563a8ece7cdd2d23fdefe4c229a37df7da4823364a92 Description: debug symbols for gnat-mingw-w64-i686-win32 Auto-Built-Package: debug-symbols Build-Ids: 06386885de3dc28931e77c9675fdbb9b8d44155d 0c31d6a0ee594e907e5abbc6b30033a41849840b 20c2d97c6417078d1d0f55d9e41d5334ac089a1e 2e50fb7c19762ab15a6a9bb44020e82ce2b246e0 38085f2311c7875ae0e8d9c64762c629c500666d 4679b92bb533f90713ee1df0b7119ef2773a79f4 5599bc762eccc0e3790c1556547ae8dfd2684f7c 9243476eea2d28256fa8459e2618fa5c6dde6896 cacb539c31632a1b6c8503e18770b6d39d9c2266 d5bd4e9f8916cbce23312e949d68c57f97703cbf fd02af84074b1d9f1c5ac963683249927611d174 Package: gnat-mingw-w64-x86-64 Priority: optional Section: devel Installed-Size: 253 Maintainer: Stephen Kitt Architecture: all Source: gcc-mingw-w64 (25.2+apertis0bv2024preb1) Version: 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1 Depends: gnat-mingw-w64-x86-64-posix, gnat-mingw-w64-x86-64-win32 Filename: pool/development/g/gcc-mingw-w64/gnat-mingw-w64-x86-64_12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1_all.deb Size: 185472 MD5sum: bfd983ffc51e0f5f9fb93d6358d9e1f7 SHA1: 2947798ff5c0eff050c286988d5fd6feda1e6a1a SHA256: 344e4b98484c3d0eab0a8670e3c4582cb5b1498009e2510271961d8e261f9a38 SHA512: 2d002b6fafd7be6c7052c1f4a97555354dcd7393f511d327cf11cd9484a2a691abab73aa276a0b0d01a63f0d9cc005c2e1e13518b1fde12d469be6ff1159a8cc Description: GNU Ada compiler for MinGW-w64 targeting Win64 MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This metapackage provides the Ada compiler, supporting cross-compiling to 64-bit MinGW-w64 targets. Homepage: https://www.gnu.org/software/gcc/ Package: gnat-mingw-w64-x86-64-posix Priority: optional Section: devel Installed-Size: 98352 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (25.2+apertis0bv2024preb1) Version: 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1 Replaces: gcc-mingw-w64 (<< 4.6.3-3+4), gnat-mingw-w64-x86-64 (<< 9.3.0-8+22) Depends: gcc-mingw-w64-x86-64-posix (= 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1), gcc-mingw-w64-base (= 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1), libc6 (>= 2.35), libgcc-s1 (>= 4.2), libgmp10 (>= 2:6.2.1+dfsg1), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libstdc++6 (>= 5.2), zlib1g (>= 1:1.1.4) Suggests: gcc-12-locales (>= 12.2.0) Breaks: gcc-mingw-w64 (<< 4.6.3-3+4), gnat-mingw-w64-x86-64 (<< 9.3.0-8+22) Filename: pool/development/g/gcc-mingw-w64/gnat-mingw-w64-x86-64-posix_12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1_amd64.deb Size: 18213752 MD5sum: f02979f38d37b87c69284230342d8a1b SHA1: 45e2adb4e816ac640eb78ff89baec29d5e8ebde6 SHA256: 84539faf4a289feccc75cfb46d67cb734c92afd77bf85427fb1aa4b59f93cfbd SHA512: bfdefd2695d04052c7053278376d70b8e672931095de3b6fd1af68c7d1374e44d0cb50c722acbd4b4b7cc7c3cca343c61d64cc22c8cceb32a692350fe520b8c6 Description: GNU Ada compiler for MinGW-w64, Win64/POSIX MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This package contains the Ada compiler, supporting cross-compiling to 64-bit MinGW-w64 targets, using the POSIX threading model. Built-Using: gcc-12 (= 12.2.0-14+apertis1bv2024dev3b1) Homepage: https://www.gnu.org/software/gcc/ Package: gnat-mingw-w64-x86-64-posix-dbgsym Priority: optional Section: debug Installed-Size: 128271 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (25.2+apertis0bv2024preb1) Version: 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1 Depends: gnat-mingw-w64-x86-64-posix (= 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1) Filename: pool/development/g/gcc-mingw-w64/gnat-mingw-w64-x86-64-posix-dbgsym_12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1_amd64.deb Size: 120787812 MD5sum: c6ca0d023f26c4d3d8828419d9f240c8 SHA1: cf7493c738286120014326d39df6567f3575202b SHA256: 3a0a4a803d314a0bbae6b8e2d428e53d0ee876b7515f4967671e2d7a12a60aea SHA512: 936c7a40603f497f74404796ce41af6ec16b6b6c30b6a7e0c022afe5d360422e4694be3777373767bc7a7a686a93dea9a032ffc62c128fb36e31e3f32015b49c Description: debug symbols for gnat-mingw-w64-x86-64-posix Auto-Built-Package: debug-symbols Build-Ids: 0337762c74a3687c3844bdbe492589c1eff45f84 1187da47d89982ba0e232d241a19e37e31173f39 19778028ec10599016781933c04ec3a8c24725a7 2053d0ea7ee55a03f0fb2b13ba8e8ecbdc99b3c6 4171974921e8fa33aaab7961a6f963937b3220c2 5ccfe7270f5d5ca8cbbdfc3964589484c438fb8e 7a268a3cf0e47c01b6612f7a701c26f0aac4af34 8424dbbe4e65a253f5832d627106a4b26fc196b2 9d1895d6010ffe820287fb394a0f50964bc2d312 adec31a211c862e2d39280f0679a4c857f0617f0 fd71022677eb5d881ac57f3f58ac59ecf50a45be Package: gnat-mingw-w64-x86-64-win32 Priority: optional Section: devel Installed-Size: 98352 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (25.2+apertis0bv2024preb1) Version: 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1 Replaces: gcc-mingw-w64 (<< 4.6.3-3+4), gnat-mingw-w64-x86-64 (<< 9.3.0-8+22) Depends: gcc-mingw-w64-x86-64-win32 (= 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1), gcc-mingw-w64-base (= 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1), libc6 (>= 2.35), libgcc-s1 (>= 4.2), libgmp10 (>= 2:6.2.1+dfsg1), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libstdc++6 (>= 5.2), zlib1g (>= 1:1.1.4) Suggests: gcc-12-locales (>= 12.2.0) Breaks: gcc-mingw-w64 (<< 4.6.3-3+4), gnat-mingw-w64-x86-64 (<< 9.3.0-8+22) Filename: pool/development/g/gcc-mingw-w64/gnat-mingw-w64-x86-64-win32_12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1_amd64.deb Size: 18217448 MD5sum: 396fd15c5eac311e9c19cb084fa99e69 SHA1: 18c7d9d07abf180ca8a9a308a5622520d565ba2c SHA256: f905f9a58ec50f92c9bdf6d7d8cf1e7d6bf3fd38e803912d70136ee29c213717 SHA512: 27294dacae92a71400b9779caaadac223e3e18c15b42192ea064614a1030739dfd4b0673e1470cfe55222c834d159e36497ed4f267028466e1af2ad43c53e08b Description: GNU Ada compiler for MinGW-w64, Win64/Win32 MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This package contains the Ada compiler, supporting cross-compiling to 64-bit MinGW-w64 targets, using the Win32 threading model. Built-Using: gcc-12 (= 12.2.0-14+apertis1bv2024dev3b1) Homepage: https://www.gnu.org/software/gcc/ Package: gnat-mingw-w64-x86-64-win32-dbgsym Priority: optional Section: debug Installed-Size: 128271 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (25.2+apertis0bv2024preb1) Version: 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1 Depends: gnat-mingw-w64-x86-64-win32 (= 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1) Filename: pool/development/g/gcc-mingw-w64/gnat-mingw-w64-x86-64-win32-dbgsym_12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1_amd64.deb Size: 120879568 MD5sum: 80233bc77aac77f2f261c3be6511c921 SHA1: 0e19f75081aec1703a5388c9bb0161abf37a122c SHA256: 6f10a6d6cd51b04c8e56943e0c96136404c39a0fc054f3aca53e8acc50965e7a SHA512: c53d5ec29485b4029f4699cc664104c573c8a0fe6c6d7968127791c13f681eaeada78c7be18b3f7f8158f7da53c020d8cf122590cb6d7c82e91eee39c7d7a7ee Description: debug symbols for gnat-mingw-w64-x86-64-win32 Auto-Built-Package: debug-symbols Build-Ids: 0bb0116054f03d4fd313bc538254f989ec034464 451c9383d52b1bed90ff61e6c8bba98469e30e4c 4bdd93834bd61ca2d9a838b2664b1aa4afbd1bec 6f36e5be585c4256355bd3e70f7a05823ecb94a0 71133724f91cf41acc44d1dbfc372da37ddb4d60 7969f125fbd43022e8666404948cd9f907397ac1 87b433f6ebebb5a6c0719944c3e757d59feb5ca4 b914f940b08d94eede0c7d48f61532d03a8082df d359860f2864bbc8e2464462b62637067789a93f d958c67f9747ece0132dcc34c5a7ba26dc7d7843 e6b651fe84c067d42a1a8e58549d778c1242266e Package: gnome-common Priority: optional Section: gnome Installed-Size: 152 Maintainer: Debian GNOME Maintainers Architecture: all Version: 3.18.0-4co1bv2024dev2b1 Depends: autoconf, autoconf-archive (>= 20150224), automake (>= 1:1.11), libtool, pkg-config, gettext, intltool, autopoint Filename: pool/development/g/gnome-common/gnome-common_3.18.0-4co1bv2024dev2b1_all.deb Size: 130436 MD5sum: 7940b2d9d216a15b1a3b573b2b942b3c SHA1: eb13878313cbee501e55de6a387569f49cd6e2a8 SHA256: 72a4890b9c0969012c132d9dd1d1e1cdcfb58cd126d54b9f2b2ad4be5c57ed9f SHA512: 71fc40ef17f0ae4df36e298ad55190bbbcb32313064da1322c08c249098468b31d0c87eb13b7d3f57d2be35c93826cd54d5af733d20d9fe61a1b776496b892aa Description: common scripts and macros to develop with GNOME gnome-common is an extension to autoconf, automake and libtool for the GNOME environment and GNOME using applications. Included are gnome-autogen.sh and several macros to help in GNOME source trees. Multi-Arch: foreign Package: gnome-desktop-3-tests Priority: optional Section: gnome Installed-Size: 216 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: gnome-desktop Version: 43.2-2+apertis1bv2024dev2b1 Replaces: libgnome-desktop-3-dev-bin (<< 42~) Depends: libgnome-desktop-3-20 (= 43.2-2+apertis1bv2024dev2b1), gnome-desktop3-data (= 43.2-2+apertis1bv2024dev2b1), locales | locales-all, libc6 (>= 2.34), libcairo2 (>= 1.2.4), libgdk-pixbuf-2.0-0 (>= 2.36.5), libglib2.0-0 (>= 2.55.1), libgtk-3-0 (>= 3.9.10) Breaks: libgnome-desktop-3-19 (<< 40), libgnome-desktop-3-dev (<< 40), libgnome-desktop-3-dev-bin (<< 42~) Filename: pool/development/g/gnome-desktop/gnome-desktop-3-tests_43.2-2+apertis1bv2024dev2b1_amd64.deb Size: 31396 MD5sum: c044592ddd03c5bd616aa068e87d1787 SHA1: d8edcc5622d4659ab60723cc16dc8943d66e3cc0 SHA256: 073d219d756f6ba227d3d8a2ea679d1af7db37af4a465162f22e5eec1a611835 SHA512: 90bf163462b00d19e5ab004b15b25d7b7ce085ce7e279ce68738084277d2b6ea025944b0e89b1fe7462a6d388e280d4434ead05d4b69adf465cd914db35ab75d Description: Installed test files for GNOME desktop This package contains test programs designed to be run as part of a regression testsuite, and manual test programs designed to be run by developers. Package: gnome-desktop-3-tests-dbgsym Priority: optional Section: debug Installed-Size: 147 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: gnome-desktop Version: 43.2-2+apertis1bv2024dev2b1 Depends: gnome-desktop-3-tests (= 43.2-2+apertis1bv2024dev2b1) Filename: pool/development/g/gnome-desktop/gnome-desktop-3-tests-dbgsym_43.2-2+apertis1bv2024dev2b1_amd64.deb Size: 57984 MD5sum: a46dd50e5f15ffc05f5f8efc56bce608 SHA1: dfb091219e94ee0b1f722a11b49afe2240408c9a SHA256: dc23446cefa12c16926d5697228acc1dbe343998e33b4c8ded6ace12ef2bf4f9 SHA512: 321ff56dc2b68b1212d7a174360e605700cf6142798095cb861783c0be0b79ff7bae30c7651d4a1ded20abfe4009a4d9501c43772e518100e3a6759a6240f9ad Description: debug symbols for gnome-desktop-3-tests Auto-Built-Package: debug-symbols Build-Ids: 06087095b4c1ecd76ac2f488eacbbefb8c6916fd 41255fbb5fbfb9332ec17bac1d45dd338b1ba60b 44884711b2e918ba479aa2c1456c5405b8af4577 472a0849e8cdaa5032f52a144243d28522caf2e7 74d62935e80298a825b7d0b5776c9a4f714c6dd2 804aef983f55248bf10086d4ae3835a5b99132c0 82d689d15f6255529d51fd80e6340fcc17443d1d a151ff695b3c34f12938558687335be5f1ec04ec a4deb54d9a630aed7d7ad781c7970b1714b48847 d779206b4029726d0872e956fb2a728b5e381712 fe2348c236e0b922da6d1dfc4bcbdc2540f492f9 Package: gnome-desktop-testing Priority: optional Section: gnome Installed-Size: 55 Maintainer: Debian GNOME Maintainers Architecture: amd64 Version: 2021.1-3+apertis0bv2024dev2b1 Depends: libc6 (>= 2.34), libglib2.0-0 (>= 2.49.3), libsystemd0 Filename: pool/development/g/gnome-desktop-testing/gnome-desktop-testing_2021.1-3+apertis0bv2024dev2b1_amd64.deb Size: 15660 MD5sum: b03affbb88191f411b8bdfcb8242538b SHA1: acf3dee41a17ee3fd15ce7e4139d5bbaef32244e SHA256: 3fd7a3161df797fa5a424487b4818d99eb842210a921cf171f92fc451e3f6189 SHA512: ecc80da53114902a2d4ad52b9d62782adb888b74e52fe2139b90758cb37b32aa573cba8ef77f1336fa03b314191c7a4d705f202b3bfd68c699d5c30206246c70 Description: runner for GNOME installed tests The GNOME desktop testing runner provides an execution harness for GNOME installed tests. . These tests are useful for verifying the functionality of software as installed and packaged, and complement rather than replace build-time ('make check') tests. For example you may wish to run the installed tests from a DEP-8 autopkgtest testsuite as a form of regression testing. Homepage: https://wiki.gnome.org/Initiatives/GnomeGoals/InstalledTests Multi-Arch: foreign Package: gnome-desktop-testing-dbgsym Priority: optional Section: debug Installed-Size: 48 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: gnome-desktop-testing Version: 2021.1-3+apertis0bv2024dev2b1 Depends: gnome-desktop-testing (= 2021.1-3+apertis0bv2024dev2b1) Filename: pool/development/g/gnome-desktop-testing/gnome-desktop-testing-dbgsym_2021.1-3+apertis0bv2024dev2b1_amd64.deb Size: 30356 MD5sum: 704131fc08c073ff92bf7d568eab20bb SHA1: c54b8add79898abc1789578b01a0cdfd52851b9a SHA256: 8034ba53b78b16d17a7deaff57046dc657312ce6a80ecb0fa07a5be41f80d845 SHA512: 67af3288430e46795f14fcb916fd7b564bcf06fa47dbfafb5c1fb36df652c43b913be2f5590d67e759e1b52d96ed4837ff80366ba93be11f134867537000c893 Description: debug symbols for gnome-desktop-testing Auto-Built-Package: debug-symbols Build-Ids: 07ff05d2d726971087080996a8957832b07f798b Package: gnome-desktop3-data Priority: optional Section: gnome Installed-Size: 2945 Maintainer: Debian GNOME Maintainers Architecture: all Source: gnome-desktop Version: 43.2-2+apertis1bv2024dev2b1 Breaks: libgnome-desktop-3-17 (<< 3.36), libgnome-desktop-3-18 (<< 3.36) Filename: pool/development/g/gnome-desktop/gnome-desktop3-data_43.2-2+apertis1bv2024dev2b1_all.deb Size: 432476 MD5sum: 9bce8c1cf44b1cfd0b97c8649c679079 SHA1: 985621fc36c29365b4fcb62ea8e47b7dc70d65e5 SHA256: bc941e9a21b71a07a2c55aa612b549b347bcaff3d5051460a1b0376de7121801 SHA512: d47a864a6633c85c46fd34ffef8ae64f96f79ec55647a97765aa19a4e8df1d49b44459d6832c87803aca3ed4a5d76d9324b027483a501e740fb3b5c597d1e693 Description: Common files for GNOME desktop apps This package includes some files that are shared between several GNOME apps (internationalization files). Multi-Arch: foreign Package: gnome-icon-theme Priority: optional Section: gnome Installed-Size: 15187 Maintainer: Leonardo Rodrigues Pereira Architecture: all Version: 3.12.0-5+apertis0bv2024dev2b1 Depends: gtk-update-icon-cache, hicolor-icon-theme, librsvg2-common Filename: pool/development/g/gnome-icon-theme/gnome-icon-theme_3.12.0-5+apertis0bv2024dev2b1_all.deb Size: 9862452 MD5sum: 4a1119964b06365b85a3e666aef16d42 SHA1: 64fb2d9459bdea3b3245ebf0265ae66bca4710e7 SHA256: 62a15073599ce9f74a10f125534ef7dc0f68178350ce9b264951564a06b2a7f4 SHA512: c5a47e1ac82ffe2220aed8ca3e8713b889a825e31d41cfbca71146e6e4b4aec05904addfe4f4e11f6d4b25edab43ee832b355b45883facc76e6ad7168b2cbc65 Description: This package contains the default icon theme used by the GNOME The icons are used in the panel menu, and in nautilus and other applications to represent the different applications, files, directories, and devices. Enhances: nautilus (>= 2.2) Homepage: https://download.gnome.org/sources/gnome-icon-theme Multi-Arch: foreign Package: gnome-online-accounts Priority: optional Section: gnome Installed-Size: 311 Maintainer: Debian GNOME Maintainers Architecture: amd64 Version: 3.46.0-1+apertis1bv2024dev2b1 Depends: libgoa-1.0-0b (= 3.46.0-1+apertis1bv2024dev2b1), libgoa-backend-1.0-1 (= 3.46.0-1+apertis1bv2024dev2b1), libc6 (>= 2.34), libgcr-base-3-1 (>= 3.8.0), libglib2.0-0 (>= 2.67.4), libkrb5-3 (>= 1.9+dfsg~beta1), librest-1.0-0 (>= 0.9.1), libwebkit2gtk-4.1-0 (>= 2.33.1) Recommends: gnome-control-center (>= 3.6.1) | budgie-control-center | unity-control-center Breaks: evolution-data-server (<< 3.22.3) Filename: pool/development/g/gnome-online-accounts/gnome-online-accounts_3.46.0-1+apertis1bv2024dev2b1_amd64.deb Size: 84256 MD5sum: bf64421bd24f59f078f0fb2a4c8e3289 SHA1: b7dca829bfea157d7a7212ef94869a78d260f466 SHA256: 48c5d3a94208439f72cc92bd178119c5eac9efa891e3d02db926212dc0d217ca SHA512: 5b7bf45abe047f789e1ab0aa39ca9267a87b27a07671eca712fed50c69e7f785550d68a74233ada7c6b45911f7dacd432bb35fd4b2513b1242968de5f37f674f Description: service to manage online accounts for the GNOME desktop This package contains the GNOME Online Accounts service, which provides a centralized place for managing online accounts (Google, etc) for the GNOME desktop. Homepage: https://wiki.gnome.org/Projects/GnomeOnlineAccounts Package: gnome-online-accounts-dbgsym Priority: optional Section: debug Installed-Size: 289 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: gnome-online-accounts Version: 3.46.0-1+apertis1bv2024dev2b1 Depends: gnome-online-accounts (= 3.46.0-1+apertis1bv2024dev2b1) Filename: pool/development/g/gnome-online-accounts/gnome-online-accounts-dbgsym_3.46.0-1+apertis1bv2024dev2b1_amd64.deb Size: 216660 MD5sum: c80a440431e37d494ee4635823a6e5a8 SHA1: 26fdff79bc06c1e181f76a4b59f55ca269b5617c SHA256: 3fce44a39f656d4e1059119661c1cb409eaa43e132c1ad7580a057301c3bc55b SHA512: 27d68c7a6ad624dc6b75f2ad613ec0e560c9eecbe8ad7ebb8568a4d4d71371903ca4f6f202dbfc7b8c9d7e47023d69e655381a8ad2438ce5b01ab6a9b4280e5b Description: debug symbols for gnome-online-accounts Auto-Built-Package: debug-symbols Build-Ids: 64471c441d33e0a91aff7e71f1372a0cc7d8c428 81a84cd393e480a8a6d02aeab65beea37b856c6d 9c87aac89b48cef1b96e8b2170d9f0eacd2a7d0a Package: gnome-pkg-tools Priority: optional Section: devel Installed-Size: 56 Maintainer: Debian GNOME Maintainers Architecture: all Version: 0.22.7+apertis0bv2024dev2b1 Provides: dh-sequence-gnome (= 0.22.7+apertis0bv2024dev2b1) Depends: perl:any Recommends: git-buildpackage Filename: pool/development/g/gnome-pkg-tools/gnome-pkg-tools_0.22.7+apertis0bv2024dev2b1_all.deb Size: 17216 MD5sum: e322f368f00b132fe3fcb6956fd78f18 SHA1: 767a11e70d465a410174d27971bed581a66dc30d SHA256: c507a4dab173c64104911282f2963ab92b2c1b0597f23e8eb93b41512292b55a SHA512: 54ecd16f16ae6eff5e1a2d446fbd9ea665bfc898b287a3d3ef7dffbc05ba3130abd4ed713073913cd5a9ed2161432ab46290e954f3c2ce3139255dbd2e00891b Description: Tools for the Debian GNOME Packaging Team This package contains some useful tools for the Debian GNOME Packaging Team including: * Documentation. * The list of team members. * A number of rules files for CDBS that are helpful for GNOME packages - but may also be useful for others. Multi-Arch: foreign Package: gnu-which Priority: optional Section: utils Installed-Size: 53 Maintainer: Boyuan Yang Architecture: amd64 Version: 2.21+dfsg-2+apertis0bv2024dev2b1 Provides: which Depends: libc6 (>= 2.34) Breaks: debianutils (<< 5.1-2~) Filename: pool/development/g/gnu-which/gnu-which_2.21+dfsg-2+apertis0bv2024dev2b1_amd64.deb Size: 16336 MD5sum: ebcf0a1d842bbb3403a10995c7c598df SHA1: 0422dd70ab1af2b2e892bf7053bad10bcea95dc1 SHA256: 47707ee1420ec5cbe5c0596b0a4219ef27082e6c29e7fa91a3d57976c4579b06 SHA512: d2f2cbd6ba97632387ff4344eb8b70a5497eeff79799026f71446bf071bd28050dff6d18f51a312160d5e731a5087d89e2e21b3d023ee5b22ae295c123109c57 Description: Utility to show the full path of commands This package provides GNU implementation of which command. This tool provides the functionality to show the full path of commands. Homepage: https://savannah.gnu.org/projects/which Package: gnu-which-dbgsym Priority: optional Section: debug Installed-Size: 45 Maintainer: Boyuan Yang Architecture: amd64 Source: gnu-which Version: 2.21+dfsg-2+apertis0bv2024dev2b1 Depends: gnu-which (= 2.21+dfsg-2+apertis0bv2024dev2b1) Filename: pool/development/g/gnu-which/gnu-which-dbgsym_2.21+dfsg-2+apertis0bv2024dev2b1_amd64.deb Size: 29220 MD5sum: ce4fe58c1464508e31205c29291dc737 SHA1: bf90b84c055ed4a05551bdb1370dfaca8b375aec SHA256: 310f0e1110e1d2b749ce95c64adc47f367a776946053561986b43a55089b9bd2 SHA512: bbff83f94c1931b16cec662b18366dfc2ce21f2c7a489c90019584cf3d64da5fd03574c0e5df06e88f38b716cedef29a5b056157d60d9d0cad8cd9ed4667853e Description: debug symbols for gnu-which Auto-Built-Package: debug-symbols Build-Ids: 84640ec23fc19f9cf497f5e626c95cd62a37830e Package: gnulib Priority: optional Section: devel Installed-Size: 49025 Maintainer: Debian QA Group Architecture: all Version: 20230209+stable-1+apertis0bv2024dev2b1 Recommends: autoconf, automake, autopoint, bison, build-essential, gettext (>= 0.20~), gperf, libtool, m4, texinfo Suggests: clisp, perl, python3:any Filename: pool/development/g/gnulib/gnulib_20230209+stable-1+apertis0bv2024dev2b1_all.deb Size: 6074156 MD5sum: 6cf456d188c6d8e804093ae515356ba4 SHA1: 8f4ac64515c933be8415bf63f5a639f3d1055532 SHA256: 27955136cbd59aa62996c59ca028c3f3b324c4947e741bb8e4e872da99659437 SHA512: a57a39aa287d9ae7133d2079396dbcb781a6d3e8abaefa62e7ed09459d9b7a1cb2bad29814a6f7f9fb7806d88ab4b23700ebb066182206acb0c087be022652f8 Description: GNU Portability Library The GNU portability library is a macro system and C declarations and definitions for commonly-used API elements and abstracted system behaviors. It can be used to improve portability and other functionality in your programs. Homepage: https://www.gnu.org/software/gnulib/ Multi-Arch: foreign Package: gnupg Priority: optional Section: utils Installed-Size: 893 Maintainer: Debian GnuPG Maintainers Architecture: all Source: gnupg2 Version: 2.2.40-1.1+apertis1bv2024preb1 Replaces: gnupg2 (<< 2.1.11-7+exp1) Depends: dirmngr (<< 2.2.40-1.1+apertis1bv2024preb1.1~), dirmngr (>= 2.2.40-1.1+apertis1bv2024preb1), gnupg-l10n (= 2.2.40-1.1+apertis1bv2024preb1), gnupg-utils (<< 2.2.40-1.1+apertis1bv2024preb1.1~), gnupg-utils (>= 2.2.40-1.1+apertis1bv2024preb1), gpg (<< 2.2.40-1.1+apertis1bv2024preb1.1~), gpg (>= 2.2.40-1.1+apertis1bv2024preb1), gpg-agent (<< 2.2.40-1.1+apertis1bv2024preb1.1~), gpg-agent (>= 2.2.40-1.1+apertis1bv2024preb1), gpg-wks-client (<< 2.2.40-1.1+apertis1bv2024preb1.1~), gpg-wks-client (>= 2.2.40-1.1+apertis1bv2024preb1), gpg-wks-server (<< 2.2.40-1.1+apertis1bv2024preb1.1~), gpg-wks-server (>= 2.2.40-1.1+apertis1bv2024preb1), gpgsm (<< 2.2.40-1.1+apertis1bv2024preb1.1~), gpgsm (>= 2.2.40-1.1+apertis1bv2024preb1), gpgv (<< 2.2.40-1.1+apertis1bv2024preb1.1~), gpgv (>= 2.2.40-1.1+apertis1bv2024preb1) Suggests: parcimonie, xloadimage Breaks: debsig-verify (<< 0.15), dirmngr (<< 2.2.40-1.1+apertis1bv2024preb1), gnupg2 (<< 2.1.11-7+exp1), libgnupg-interface-perl (<< 0.52-3), libgnupg-perl (<= 0.19-1), libmail-gnupg-perl (<= 0.22-1), monkeysphere (<< 0.38~), php-crypt-gpg (<= 1.4.1-1), python-apt (<= 1.1.0~beta4), python-gnupg (<< 0.3.8-3), python3-apt (<= 1.1.0~beta4) Filename: pool/development/g/gnupg2/gnupg_2.2.40-1.1+apertis1bv2024preb1_all.deb Size: 852828 MD5sum: 35270284f56d2a52b8de895305231f12 SHA1: 6cc932fb2d86425b41ee3f1c9cfe11828441422a SHA256: da6b3f84fb26100169b694560f295ae4e8accd4ec7bfe8886ee29f5fd97e2927 SHA512: f72617a594e11e967496385de711eb61244e3a987b86724fa5649fd40f4a1d893ba396aca85bbaa35f6fcc3985fc7de50260e633ba9fe8bec501bd463a3378b6 Description: GNU privacy guard - a free PGP replacement GnuPG is GNU's tool for secure communication and data storage. It can be used to encrypt data and to create digital signatures. It includes an advanced key management facility and is compliant with the proposed OpenPGP Internet standard as described in RFC4880. . This package contains the full suite of GnuPG tools for cryptographic communications and data storage. Homepage: https://www.gnupg.org/ Multi-Arch: foreign Package: gnupg-agent Priority: optional Section: oldlibs Installed-Size: 456 Maintainer: Debian GnuPG Maintainers Architecture: all Source: gnupg2 Version: 2.2.40-1.1+apertis1bv2024preb1 Depends: gpg-agent (>= 2.2.40-1.1+apertis1bv2024preb1) Filename: pool/development/g/gnupg2/gnupg-agent_2.2.40-1.1+apertis1bv2024preb1_all.deb Size: 452408 MD5sum: 5606b01bafb6e36fd6aa0247e93bfcaa SHA1: 30797c11d111c12f62c02abf405f3d4b53bb1162 SHA256: 4c83499999e531ac8a346f2e7810744deb6ba49228d4d7e4d5e8a5abf1b4fcd5 SHA512: 705730442e52cbcef7d17c3fe6387fb863710b85f8786b6ce2e016efbe0b73ef85b23173918f9ad50e1dbda0a9c7aef140fa0d4a7ce095bc97cd7c10bd7337bf Description: GNU privacy guard - cryptographic agent (dummy transitional package) GnuPG is GNU's tool for secure communication and data storage. It can be used to encrypt data and to create digital signatures. It includes an advanced key management facility and is compliant with the proposed OpenPGP Internet standard as described in RFC4880. . This is a dummy transitional package; please use gpg-agent instead. Homepage: https://www.gnupg.org/ Multi-Arch: foreign Package: gnupg-l10n Priority: optional Section: localization Installed-Size: 4882 Maintainer: Debian GnuPG Maintainers Architecture: all Source: gnupg2 Version: 2.2.40-1.1+apertis1bv2024preb1 Replaces: gnupg (<< 2.1.14-2~), gnupg2 (<< 2.1.14-2~) Breaks: gnupg (<< 2.1.14-2~), gnupg2 (<< 2.1.14-2~) Filename: pool/development/g/gnupg2/gnupg-l10n_2.2.40-1.1+apertis1bv2024preb1_all.deb Size: 1099632 MD5sum: 5f299db2208f2c8f22d859d8fe230c5d SHA1: 1d2c42a6e816b01929bf53575dd0e2286bd48cdc SHA256: 0238e03817c56ff1b4af1846814efa5cbfca8a625a020ed1e0edf46261d52b6c SHA512: 5f5613a913e8686ec624cd60f2c1f26c461106c0dcc92b712e780aa35697e4dee3a3bb9bbde55e5a64c1acb7d1a08db4e40e860ce54b8e1d9de3d801d986cad0 Description: GNU privacy guard - localization files GnuPG is GNU's tool for secure communication and data storage. It can be used to encrypt data and to create digital signatures. It includes an advanced key management facility and is compliant with the proposed OpenPGP Internet standard as described in RFC 4880. . This package contains the translation files for the use of GnuPG in non-English locales. Enhances: dirmngr, gpg, gpg-agent Homepage: https://www.gnupg.org/ Multi-Arch: foreign Package: gnupg-utils Priority: optional Section: utils Installed-Size: 1857 Maintainer: Debian GnuPG Maintainers Architecture: amd64 Source: gnupg2 Version: 2.2.40-1.1+apertis1bv2024preb1 Replaces: gnupg (<< 2.1.21-4), gnupg-agent (<< 2.1.21-4) Depends: libassuan0 (>= 2.5.0), libbz2-1.0, libc6 (>= 2.34), libgcrypt20 (>= 1.10.0), libgpg-error0 (>= 1.42), libksba8 (>= 1.3.5), libreadline8 (>= 6.0), zlib1g (>= 1:1.1.4) Recommends: gpg, gpg-agent, gpgconf, gpgsm Breaks: gnupg (<< 2.1.21-4), gnupg-agent (<< 2.1.21-4) Filename: pool/development/g/gnupg2/gnupg-utils_2.2.40-1.1+apertis1bv2024preb1_amd64.deb Size: 935064 MD5sum: a4a6eee1c25e302b867cec99d1b68e0e SHA1: f50df95e32a7feb7feb9065197592557c2cb2509 SHA256: e84d7d6d74d7c6147ac7ed6fb15e96e5e9edd68c99b29b82dc9ea9deee354db7 SHA512: e20f3b77629b1fc7dad72f0623632644c0334619bf9775d6de8dd7fb8720cb839d7bc17dcfa711b4e661046cdfe98204e13720ab3d1d5947bbd600372f4ea1a1 Description: GNU privacy guard - utility programs GnuPG is GNU's tool for secure communication and data storage. . This package contains several useful utilities for manipulating OpenPGP data and other related cryptographic elements. It includes: . * addgnupghome -- create .gnupg home directories * applygnupgdefaults -- run gpgconf --apply-defaults for all users * gpgcompose -- an experimental tool for constructing arbitrary sequences of OpenPGP packets (e.g. for testing) * gpgparsemail -- parse an e-mail message into annotated format * gpgsplit -- split a sequence of OpenPGP packets into files * gpgtar -- encrypt or sign files in an archive * kbxutil -- list, export, import Keybox data * lspgpot -- convert PGP ownertrust values to GnuPG * migrate-pubring-from-classic-gpg -- use only "modern" formats * symcryptrun -- use simple symmetric encryption tool in GnuPG framework * watchgnupg -- watch socket-based logs Homepage: https://www.gnupg.org/ Multi-Arch: foreign Package: gnupg-utils-dbgsym Priority: optional Section: debug Installed-Size: 1790 Maintainer: Debian GnuPG Maintainers Architecture: amd64 Source: gnupg2 Version: 2.2.40-1.1+apertis1bv2024preb1 Depends: gnupg-utils (= 2.2.40-1.1+apertis1bv2024preb1) Filename: pool/development/g/gnupg2/gnupg-utils-dbgsym_2.2.40-1.1+apertis1bv2024preb1_amd64.deb Size: 1644440 MD5sum: 3b902bf82c985b209d46a77bb0857832 SHA1: 54a3313819641dee07c06570019f0899c42025cf SHA256: 7aa5cc89048d82eb5919e5e67e4b079f5f2128f3cf7520d9fbed9830669f8f15 SHA512: a4d7367c19c37e729522ee6ae0b390f8f4eb7d98e3ea458a3cdea726d2c14a785873d90ca19fd8b83b313444763f88120e7c61670a1abd6727f2c73eacda9f90 Description: debug symbols for gnupg-utils Auto-Built-Package: debug-symbols Build-Ids: 4dd8f8cca9231d3e2cea36a9a96478474502d3fa 8ddbcc627b1cf75c11ca544d166b254759293567 ac3043ff4fbaf50ab8e437dfe5d936839449be70 b2b212ccaf4e7365b4485ffd18be8c9bd2703df8 d2950de4655df081fffd0934a20d200c73cbac77 fdfa4e66e65af41fe03fe1a6fd5d2bc63fd45557 Package: gnupg2 Priority: optional Section: oldlibs Installed-Size: 461 Maintainer: Debian GnuPG Maintainers Architecture: all Version: 2.2.40-1.1+apertis1bv2024preb1 Depends: gnupg (>= 2.2.40-1.1+apertis1bv2024preb1) Filename: pool/development/g/gnupg2/gnupg2_2.2.40-1.1+apertis1bv2024preb1_all.deb Size: 452500 MD5sum: 606751c572caa1f34282244047ebd63c SHA1: 845470ad036531afdb59f61150b35847894604b4 SHA256: 064f52d0ffe1c4abfff2f71d021a84b0cdac4d28c054c3bafbde8641b10e10e2 SHA512: 4d89bf062be41d1b2bedae48debaace0789afa3b3c7bc99c82c128cde4b0adf300a1f1a74e18013f0a0044de05934f40c4bc563d723eb59f63b30aa76bfbb2c3 Description: GNU privacy guard - a free PGP replacement (dummy transitional package) GnuPG is GNU's tool for secure communication and data storage. It can be used to encrypt data and to create digital signatures. It includes an advanced key management facility and is compliant with the proposed OpenPGP Internet standard as described in RFC4880. . This is a dummy transitional package that provides symlinks from gpg2 to gpg. Homepage: https://www.gnupg.org/ Multi-Arch: foreign Package: gnuplot Priority: optional Section: math Installed-Size: 17 Maintainer: Debian Science Team Architecture: all Version: 5.4.4+dfsg1-2+apertis0bv2024dev2b1 Depends: gnuplot-qt | gnuplot-x11 | gnuplot-nox Suggests: gnuplot-doc Filename: pool/development/g/gnuplot/gnuplot_5.4.4+dfsg1-2+apertis0bv2024dev2b1_all.deb Size: 5992 MD5sum: 8396725b93fa614a839a08709a7a5e68 SHA1: 51c3bd199d3e01efffaaebced30fe272616dacc0 SHA256: c45883a0011540828ac61634ae1ba26fd7f9c00a6bae4c301f4b31c1dbeef832 SHA512: 3533894413762661632bf680a043feb0a0e405e0ee56a5102992ca53883477d83ef57883e3a76dc107cdebea0b4978a6ab6fd489ea10a0506be1721475d677ee Description: Command-line driven interactive plotting program. Gnuplot is a portable command-line driven interactive data and function plotting utility that supports lots of output formats, including drivers for many printers, (La)TeX, (x)fig, Postscript, and so on. The X11-output is packaged in gnuplot-x11. . Data files and self-defined functions can be manipulated by the internal C-like language. Can perform smoothing, spline-fitting, or nonlinear fits, and can work with complex numbers. . This metapackage is to install a full-featured gnuplot (-qt, -x11 or -nox). Homepage: http://gnuplot.sourceforge.net/ Package: gnuplot-data Priority: optional Section: doc Installed-Size: 377 Maintainer: Debian Science Team Architecture: all Source: gnuplot Version: 5.4.4+dfsg1-2+apertis0bv2024dev2b1 Depends: aglfn Filename: pool/development/g/gnuplot/gnuplot-data_5.4.4+dfsg1-2+apertis0bv2024dev2b1_all.deb Size: 72212 MD5sum: 6d55666b8ed04385ba135f2a4eaf9d09 SHA1: 799f72d3e104010a9996e093b81f36220755303b SHA256: e517cbfe29ca7a2af970d3892f532a9512dcc8a28bcd42fde155eb834f4a5d3c SHA512: 0b7332ec3703bc322f61d8cb8671548765b7b86d94aa939dcacd57c179b0544cf353f4e86c903cd545dd9eb3f5f68ec866e4e16ac1c6dd0176c4cd550e03b323 Description: Command-line driven interactive plotting program. Data-files Gnuplot is a portable command-line driven interactive data and function plotting utility that supports lots of output formats, including drivers for many printers, (La)TeX, (x)fig, Postscript, and so on. The X11-output is packaged in gnuplot-x11. . Data files and self-defined functions can be manipulated by the internal C-like language. Can perform smoothing, spline-fitting, or nonlinear fits, and can work with complex numbers. . This package contains data-files which are used by -nox, -x11 and -qt. Homepage: http://gnuplot.sourceforge.net/ Multi-Arch: foreign Package: gnuplot-doc Priority: optional Section: doc Installed-Size: 11485 Maintainer: Debian Science Team Architecture: all Source: gnuplot Version: 5.4.4+dfsg1-2+apertis0bv2024dev2b1 Filename: pool/development/g/gnuplot/gnuplot-doc_5.4.4+dfsg1-2+apertis0bv2024dev2b1_all.deb Size: 3410776 MD5sum: af26b42991b0c4e98684d2abdcb06d2a SHA1: 535171dcfdcaf464bfa7efe7978f4f8c570c83d9 SHA256: 9c44157db3a1c023407ed1c0ee4015c7351e82f688ef46a7947edb58fa32f1e0 SHA512: 4285e26d5587bcc57890b2ce46a59ef65ba949ecb93c8a862d00ad7cd45a899763233898fff97d21ab74708bb0bfdc82d6ec640b87512e671cf56b9d3af17397 Description: Command-line driven interactive plotting program. Doc-package Gnuplot is a portable command-line driven interactive data and function plotting utility that supports lots of output formats, including drivers for many printers, (La)TeX, (x)fig, Postscript, and so on. . Data files and self-defined functions can be manipulated by the internal C-like language. Can perform smoothing, spline-fitting, or nonlinear fits, and can work with complex numbers. . This package contains the additional documentation. Homepage: http://gnuplot.sourceforge.net/ Multi-Arch: foreign Package: gnuplot-nox Priority: optional Section: math Installed-Size: 2350 Maintainer: Debian Science Team Architecture: amd64 Source: gnuplot Version: 5.4.4+dfsg1-2+apertis0bv2024dev2b1 Replaces: gnuplot-qt, gnuplot-x11 Provides: gnuplot Depends: gnuplot-data (= 5.4.4+dfsg1-2+apertis0bv2024dev2b1), libc6 (>= 2.34), libcairo2 (>= 1.6.0), libedit2 (>= 2.11-20080614-0), libgd3 (>= 2.1.0~alpha~), libglib2.0-0 (>= 2.12.0), liblua5.4-0 (>= 5.4.4), libpango-1.0-0 (>= 1.22.0), libpangocairo-1.0-0 (>= 1.14.0) Recommends: fonts-liberation, groff Suggests: gnuplot-doc Conflicts: gnuplot-qt, gnuplot-x11 Filename: pool/development/g/gnuplot/gnuplot-nox_5.4.4+dfsg1-2+apertis0bv2024dev2b1_amd64.deb Size: 847628 MD5sum: bc6964f4dc279228f5ed5f8718dddd34 SHA1: 7be80da27354ec5df5a7a511b4c332928750af35 SHA256: a43edf8bc812f15292f079da148b2cc7493ee716c539dbc8676142f534b2dbbe SHA512: 2c94213f0d0b900b3e2a62b55b889b6994559f2d245d6962fb48f2db4d40531a1c21b1aac5c584ad85f4c69089012e52f6492b05f98d5170f31706e07b0d303f Description: Command-line driven interactive plotting program. No-X package Gnuplot is a portable command-line driven interactive data and function plotting utility that supports lots of output formats, including drivers for many printers, (La)TeX, (x)fig, Postscript, and so on. The X11-output is packaged in gnuplot-x11. The QT-output is packaged in gnuplot-qt. . Data files and self-defined functions can be manipulated by the internal C-like language. Can perform smoothing, spline-fitting, or nonlinear fits, and can work with complex numbers. . This package is for working without an X server. Homepage: http://gnuplot.sourceforge.net/ Package: gnuplot-nox-dbgsym Priority: optional Section: debug Installed-Size: 1470 Maintainer: Debian Science Team Architecture: amd64 Source: gnuplot Version: 5.4.4+dfsg1-2+apertis0bv2024dev2b1 Depends: gnuplot-nox (= 5.4.4+dfsg1-2+apertis0bv2024dev2b1) Filename: pool/development/g/gnuplot/gnuplot-nox-dbgsym_5.4.4+dfsg1-2+apertis0bv2024dev2b1_amd64.deb Size: 1379708 MD5sum: 3b918fb558b5c2b8cb88c49d93ce6e77 SHA1: 2118cc8c3c133a4cd3b6f0ce8ac43e57e28854d7 SHA256: 235eb82ee7873442b53e3d0a81891886ab335fd5c45ec93ce36f5d01dcec06f2 SHA512: 84b4c1913467e4a99628c03e0d1668c12c8f9c99f696b551b32db70ebb8410fbdbd05f036f249fd9f6e4ce747864f130895823f947e679d269d47916469a62d8 Description: debug symbols for gnuplot-nox Auto-Built-Package: debug-symbols Build-Ids: 41a9609da25222e757cdcffa93d0e93e5307a718 Package: gnuplot-qt Priority: optional Section: math Installed-Size: 3085 Maintainer: Debian Science Team Architecture: amd64 Source: gnuplot Version: 5.4.4+dfsg1-2+apertis0bv2024dev2b1 Replaces: gnuplot-nox, gnuplot-x11 Provides: gnuplot, gnuplot-nox, gnuplot-x11 Depends: gnuplot-data (= 5.4.4+dfsg1-2+apertis0bv2024dev2b1), libc6 (>= 2.34), libcairo2 (>= 1.6.0), libedit2 (>= 2.11-20080614-0), libgcc-s1 (>= 3.0), libgd3 (>= 2.1.0~alpha~), libglib2.0-0 (>= 2.12.0), liblua5.4-0 (>= 5.4.4), libpango-1.0-0 (>= 1.22.0), libpangocairo-1.0-0 (>= 1.14.0), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.11.0~rc1) | libqt5gui5-gles (>= 5.11.0~rc1), libqt5network5 (>= 5.0.2), libqt5printsupport5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5widgets5 (>= 5.2.0), libstdc++6 (>= 5.2), libwxbase3.2-1 (>= 3.2.2+dfsg), libwxgtk3.2-1 (>= 3.2.1+dfsg-2), libx11-6 Suggests: gnuplot-doc Conflicts: gnuplot-nox, gnuplot-x11 Filename: pool/development/g/gnuplot/gnuplot-qt_5.4.4+dfsg1-2+apertis0bv2024dev2b1_amd64.deb Size: 1074888 MD5sum: 2a7cf4552b95dbf79f22b10a32208b3c SHA1: b35fbf5ed8a73b6a6c2a416a927ce9ecc3d127f7 SHA256: bee05783ef4194ad240d326fb927f1ecfa3ccf48174994ec136f39957de142a2 SHA512: 05a4479c3bb672e60069e3396c1ac416978d81e16ad559cb87f8b040d6bf55fca0d53b1809408baa0a6010365053d863d32924c6c299c563c0b67bf779ea431e Description: Command-line driven interactive plotting program. QT-package Gnuplot is a portable command-line driven interactive data and function plotting utility that supports lots of output formats, including drivers for many printers, (La)TeX, (x)fig, Postscript, and so on. . Data files and self-defined functions can be manipulated by the internal C-like language. Can perform smoothing, spline-fitting, or nonlinear fits, and can work with complex numbers. . This package contains the terminal driver that enables gnuplot to plot images interactively using Qt. . The package provides gnuplot-x11 and gnuplot-nox terminals plus an additional QT-terminal for output. Homepage: http://gnuplot.sourceforge.net/ Package: gnuplot-qt-dbgsym Priority: optional Section: debug Installed-Size: 4195 Maintainer: Debian Science Team Architecture: amd64 Source: gnuplot Version: 5.4.4+dfsg1-2+apertis0bv2024dev2b1 Depends: gnuplot-qt (= 5.4.4+dfsg1-2+apertis0bv2024dev2b1) Filename: pool/development/g/gnuplot/gnuplot-qt-dbgsym_5.4.4+dfsg1-2+apertis0bv2024dev2b1_amd64.deb Size: 4024084 MD5sum: df2ecd1c3a09c0d26f95a6e373f78c57 SHA1: f5cb11b51770ecc25b46afd97725ec4fdc3e8e2a SHA256: 6344fbbaf59f55e1a228188e5cabf3aaf3b705f4984e2bfde4093250d88de71b SHA512: db102d89f2ab7096037c1b5b7293ed2706a1bba2d703864932f9ffb3f33580543d24c5e9b8ee1a7ae9a77826f3e6aed70cd228134aa40e863d55f38abcdeeba4 Description: debug symbols for gnuplot-qt Auto-Built-Package: debug-symbols Build-Ids: 1710c59717fcfb649fce8ce07d26d2ff7ae3805c 60d0f9c4a8f3a69821bab80ba847ce57448485f3 d4022910c0dcc799b30c22e0298f9b4ea02a53af Package: gnuplot-x11 Priority: optional Section: math Installed-Size: 2825 Maintainer: Debian Science Team Architecture: amd64 Source: gnuplot Version: 5.4.4+dfsg1-2+apertis0bv2024dev2b1 Replaces: gnuplot-nox, gnuplot-qt Provides: gnuplot, gnuplot-nox Depends: gnuplot-data (= 5.4.4+dfsg1-2+apertis0bv2024dev2b1), libc6 (>= 2.34), libcairo2 (>= 1.6.0), libedit2 (>= 2.11-20080614-0), libgcc-s1 (>= 3.0), libgd3 (>= 2.1.0~alpha~), libglib2.0-0 (>= 2.12.0), liblua5.4-0 (>= 5.4.4), libpango-1.0-0 (>= 1.22.0), libpangocairo-1.0-0 (>= 1.14.0), libstdc++6 (>= 5.2), libwxbase3.2-1 (>= 3.2.2+dfsg), libwxgtk3.2-1 (>= 3.2.1+dfsg-2), libx11-6 Suggests: gnuplot-doc Conflicts: gnuplot-nox, gnuplot-qt Filename: pool/development/g/gnuplot/gnuplot-x11_5.4.4+dfsg1-2+apertis0bv2024dev2b1_amd64.deb Size: 987532 MD5sum: f3dd37ddb597acdf5f5e70024c3df7ba SHA1: 58c17d25ea4edcf5850dcea6b34cf27acdb4c2b8 SHA256: 9d1250f33476a0643c8f974cbe9dfb82331cf4c9c79911b021250c30310344c2 SHA512: cdeac94bac1dd529b9440f93199ebf137c990e97b6838c726c0d8e4d3c78cce0e076356a65a01eb504d90f6a50f8a6920992e046fbc02c5643d9c5a8e8c5eb06 Description: Command-line driven interactive plotting program. X-package Gnuplot is a portable command-line driven interactive data and function plotting utility that supports lots of output formats, including drivers for many printers, (La)TeX, (x)fig, Postscript, and so on. . Data files and self-defined functions can be manipulated by the internal C-like language. Can perform smoothing, spline-fitting, or nonlinear fits, and can work with complex numbers. . This package contains the terminal driver that enables gnuplot to plot images interactively under X11. Homepage: http://gnuplot.sourceforge.net/ Package: gnuplot-x11-dbgsym Priority: optional Section: debug Installed-Size: 2229 Maintainer: Debian Science Team Architecture: amd64 Source: gnuplot Version: 5.4.4+dfsg1-2+apertis0bv2024dev2b1 Depends: gnuplot-x11 (= 5.4.4+dfsg1-2+apertis0bv2024dev2b1) Filename: pool/development/g/gnuplot/gnuplot-x11-dbgsym_5.4.4+dfsg1-2+apertis0bv2024dev2b1_amd64.deb Size: 2072400 MD5sum: d48ca2efd75df29fe443625fc894f521 SHA1: f0994d65741b49137ffbb231ed88a6fc771e396e SHA256: 1b12785b758dc2bae68e84f6ad42279f63d095c905cf8ee4f4d69a4f6d3b5fe1 SHA512: dd722e1b3da5c3f652e967a8f233eac678f16a6e614140bda4d876593807e817ebc3faca8271db4db41abda00c231f516b8f80d450d1883baf596f6e9ed9cd1e Description: debug symbols for gnuplot-x11 Auto-Built-Package: debug-symbols Build-Ids: 8fb5b21d308428ea10dc9cde000e8ffb9b7472f0 e82339dbfded648ab1022a6e4439afc364ac9aba Package: go-internal Priority: optional Section: golang Installed-Size: 14590 Maintainer: Debian Go Packaging Team Architecture: amd64 Source: golang-github-rogpeppe-go-internal Version: 1.9.0-1+apertis0bv2024dev2b1 Depends: libc6 (>= 2.34) Filename: pool/development/g/golang-github-rogpeppe-go-internal/go-internal_1.9.0-1+apertis0bv2024dev2b1_amd64.deb Size: 2636416 MD5sum: bb5b3c1fd1c1ca26f776da3f7cf07bec SHA1: 59ab4d70ef1de64c6180131448b7c65dac3fd898 SHA256: 69baa350be10498ddb7e88fa7f2e0df76cd4cc7b4fb1aaba677eb9d48af639d8 SHA512: d919bb38da38ff97edd83e23b6d406de760f26547199469a95157e7f4bfca5819f834bc63028592d59317b2a79163f9e725ad9e1d087b7a816c908742c97cde8 Description: Selected Go-internal packages factored out from the standard library (binaries) The go-internal repository factors out an opinionated selection of internal packages and functionality from the Go standard library. Currently this consists mostly of packages and testing code from within the Go tool implementation. . Included are the following: . * dirhash: calculate hashes over directory trees the same way that the Go tool does. * goproxytest: a GOPROXY implementation designed for test use. * gotooltest: Use the Go tool inside test scripts (see testscript below). * imports: list of known architectures and OSs, and support for reading import statements. * modfile: read and write go.mod files while preserving formatting and comments. * module: module paths and versions. * par: do work in parallel. * semver: semantic version parsing. * testenv: information on the current testing environment. * testscript: script-based testing based on txtar files. * txtar: simple text-based file archives for testing. . This package contains the compiled binaries, namely testscript, txtar-addmod, txtar-c and txtar-goproxy. Built-Using: golang-1.19 (= 1.19.8-2), golang-github-pkg-diff (= 0.0~git20210226.20ebb0f-1) Homepage: https://github.com/rogpeppe/go-internal Package: go-internal-dbgsym Priority: optional Section: debug Installed-Size: 4280 Maintainer: Debian Go Packaging Team Architecture: amd64 Source: golang-github-rogpeppe-go-internal Version: 1.9.0-1+apertis0bv2024dev2b1 Depends: go-internal (= 1.9.0-1+apertis0bv2024dev2b1) Filename: pool/development/g/golang-github-rogpeppe-go-internal/go-internal-dbgsym_1.9.0-1+apertis0bv2024dev2b1_amd64.deb Size: 3573196 MD5sum: 178d45dfc43d908d07bb4333574ea37a SHA1: 3bfb4c38619354deadf1bb7c2f8a2e199fdf85ff SHA256: 75640afce2bf7bd502ffb298476bd93c1d910ab202312f0545a6179078feece3 SHA512: 619a6160886af589ddee8a98120a2e3599d7f838a2e4001e6b18a066d18c8e67be20a1192e427d9a74f5824ee59b06a4d714268b002719609e51749e71d3b0f7 Description: debug symbols for go-internal Auto-Built-Package: debug-symbols Build-Ids: bec20072dd5bdfbff407ff16124453424ece142f c6261ff92b4018fd416d4f73d8131e14a18c0479 Package: go-md2man Priority: optional Section: doc Installed-Size: 1827 Maintainer: Debian Go Packaging Team Architecture: amd64 Source: go-md2man-v2 Version: 2.0.2+ds1-1+apertis0bv2024dev2b1 Conflicts: go-md2man-v2 Filename: pool/development/g/go-md2man-v2/go-md2man_2.0.2+ds1-1+apertis0bv2024dev2b1_amd64.deb Size: 662148 MD5sum: 0469a7a5dbd64992c592fb34d7de4e99 SHA1: e555571b93f9b223d3c58efb761e5afbcb1baefc SHA256: c34d8930d68c668a718e4c0b79deaaecb47afee0ce0646b06d307e175c3e4b1c SHA512: b1cc8d38591280333dfc778d85ed88b73b846fac8434176b3b0c22bb955ea959e6ad3fb5acf1787a3c8c606c6718046aafcc90e74cebe9757dcde0f365fd4855 Description: utility to create manpages from markdown Turns Markdown into manpages, which is really handy for people that don't want to learn how to make manpages from stuff like DocBook. . This package contains the conversion binary for go-md2man version 2. Homepage: https://github.com/cpuguy83/go-md2man Multi-Arch: foreign Static-Built-Using: golang-1.19 (= 1.19.6-2), golang-blackfriday-v2 (= 2.1.0-1) Package: go-staticcheck Priority: optional Section: golang Installed-Size: 13417 Maintainer: Debian Go Packaging Team Architecture: amd64 Source: golang-honnef-go-tools Version: 2023.1-1+apertis0bv2024dev2b1 Depends: libc6 (>= 2.34) Filename: pool/development/g/golang-honnef-go-tools/go-staticcheck_2023.1-1+apertis0bv2024dev2b1_amd64.deb Size: 3978132 MD5sum: ba939139f56688533affb10e6298c7bd SHA1: 7794e37b891d4e093a5010c2d903154438997eab SHA256: 18ecf8257b90f51b6291c31a8872c8dddb8c16f41626d6ec2ae217e9c5bd7038 SHA512: be3c1085fc4bdce62fbc2446cd2361a362342d1ed5d9c26d26fe193e8624c2508af2896b6b2f5854e3024be8258a8d75772ea42b40acc4179521a2a06db1fcd6 Description: advanced Go linter Staticcheck is a state of the art linter for the Go programming language. Using static analysis, it finds bugs and performance issues, offers simplifications, and enforces style rules. Built-Using: golang-1.19 (= 1.19.6-2), golang-golang-x-exp (= 0.0~git20221028.83b7d23-2), golang-golang-x-mod (= 0.7.0-1+apertis0bv2024dev2b1), golang-golang-x-sys (= 0.3.0-1+apertis0bv2024dev2b1), golang-golang-x-tools (= 1:0.5.0+ds-1), golang-toml (= 1.2.0-2+apertis0bv2024dev2b1) Homepage: https://github.com/dominikh/go-tools Package: gobjc Priority: optional Section: devel Installed-Size: 6 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.203+apertis0bv2024preb1) Version: 4:12.2.0-3+apertis0bv2024preb1 Provides: objc-compiler Depends: cpp (>= 4:12.2.0-3+apertis0bv2024preb1), gcc (>= 4:12.2.0-3+apertis0bv2024preb1), gobjc-12 (>= 12.2.0-1~) Suggests: gobjc-multilib Filename: pool/development/g/gcc-defaults/gobjc_12.2.0-3+apertis0bv2024preb1_amd64.deb Size: 1024 MD5sum: 75f3d348d6ea7f76fc191fc1a85bc2d1 SHA1: aaeda2b6474fbc3f010c721b72c50da1d482f752 SHA256: a1f2d58104163921017b4214c0f38e7fc1f7796b3cd4f57b6d696706caa31685 SHA512: b887057ca3c5c1126a236a912b132df4199db14b22752bd371886d468f2e9d7ef45463ccc32341838ba1ae31eae52e9b417b5e26338abfdc1afa720ed071f363 Description: GNU Objective-C compiler This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Objective-C compiler. Package: gobjc++ Priority: optional Section: devel Installed-Size: 6 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.203+apertis0bv2024preb1) Version: 4:12.2.0-3+apertis0bv2024preb1 Provides: objc++-compiler Depends: cpp (>= 4:12.2.0-3+apertis0bv2024preb1), gcc (>= 4:12.2.0-3+apertis0bv2024preb1), gobjc++-12 (>= 12.2.0-1~) Recommends: g++ (>= 4:12.2.0-3+apertis0bv2024preb1), gobjc (>= 4:12.2.0-3+apertis0bv2024preb1) Suggests: gobjc++-multilib Filename: pool/development/g/gcc-defaults/gobjc++_12.2.0-3+apertis0bv2024preb1_amd64.deb Size: 1048 MD5sum: bd8ba522fcd0999720672fbad817156a SHA1: 378b30cc00cf0301613b22563f1230a843c7eaba SHA256: 986d458e90d30d352fb2ea337abd190d4b7638344fac44266894db39475ea5f5 SHA512: 362cb5398b11040eb750969655616665cea1b32bd9441d7f38c8dc0c9a3bc708746de8f04e43cf07aab129250c6e49ca47dbd8cf0140d2685c111e41d826e289 Description: GNU Objective-C++ compiler This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Objective-C++ compiler. Package: gobjc++-11 Priority: optional Section: devel Installed-Size: 27394 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-11 Version: 11.3.0-12+apertis0bv2024preb1 Provides: objc++-compiler Depends: gcc-11-base (= 11.3.0-12+apertis0bv2024preb1), gobjc-11 (= 11.3.0-12+apertis0bv2024preb1), g++-11 (= 11.3.0-12+apertis0bv2024preb1), libc6 (>= 2.34), libgmp10 (>= 2:6.2.1+dfsg1), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4), libobjc-11-dev (= 11.3.0-12+apertis0bv2024preb1) Suggests: gobjc++-11-multilib, gcc-11-doc (>= 11) Filename: pool/development/g/gcc-11/gobjc++-11_11.3.0-12+apertis0bv2024preb1_amd64.deb Size: 9932448 MD5sum: 2ece0722ff7a4741c7a0d78c7a9f3020 SHA1: 55d2cb759004c225516e7d0bd0b2177a49d4cab8 SHA256: 39361e5372dc0700ec7a80d9800ddea9c16619720b8cb3e43411d85d8cc04626 SHA512: 5d1a3dc908c4a53420e0a3a165cc2bc33845cb265bcdd04f5416842a9f1b1cab7216e6ade8a8283729bef2d91bf32e21404a1e09e8bb97b8c0a372e37231dde8 Description: GNU Objective-C++ compiler This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Homepage: http://gcc.gnu.org/ Package: gobjc++-11-dbgsym Priority: optional Section: debug Installed-Size: 57405 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-11 Version: 11.3.0-12+apertis0bv2024preb1 Depends: gobjc++-11 (= 11.3.0-12+apertis0bv2024preb1) Filename: pool/development/g/gcc-11/gobjc++-11-dbgsym_11.3.0-12+apertis0bv2024preb1_amd64.deb Size: 54908980 MD5sum: c8e81b91051379dbd4d2fd49e13507cb SHA1: 9a8e49efdbc46ed6bc145cf4f26e5503c7b11669 SHA256: 5acd27741128aec4aedca68c329822e2be11cb3456911b74c0ea4e96d1264c96 SHA512: ca68d8a6264fb198615c1f366e397e2ee418714687197fcf8285c0be8a6896948c65c8504034f05e675a7195feab65bc8aacbbf182cdecdebf8503b702dad7e4 Description: debug symbols for gobjc++-11 Auto-Built-Package: debug-symbols Build-Ids: d4104318749ee8df1bdfb7b4a1e076a7f6635119 Package: gobjc++-11-multilib Priority: optional Section: devel Installed-Size: 6 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-11 Version: 11.3.0-12+apertis0bv2024preb1 Depends: gcc-11-base (= 11.3.0-12+apertis0bv2024preb1), gobjc++-11 (= 11.3.0-12+apertis0bv2024preb1), g++-11-multilib (= 11.3.0-12+apertis0bv2024preb1), gobjc-11-multilib (= 11.3.0-12+apertis0bv2024preb1) Filename: pool/development/g/gcc-11/gobjc++-11-multilib_11.3.0-12+apertis0bv2024preb1_amd64.deb Size: 1036 MD5sum: 28407e259e20b14ec7769ac90026b8f8 SHA1: 8ff2ef2b48b715225c56b0094fe64b7df8c39280 SHA256: 486e3db389b31ebd0367cf6dea8a23054bf4621552b27512a4d35e6497f843d5 SHA512: b9117cdf22e0cf68a679088a8758758db5d6c6fcdfd6c04a911081d090bdeaea923ab7347ad0c4dbfff39c254327056c49d8849ec11ddb3e1e0349a6910d9751 Description: GNU Objective-C++ compiler (multilib support) This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Homepage: http://gcc.gnu.org/ Package: gobjc++-12-aarch64-linux-gnu Priority: optional Section: devel Installed-Size: 31147 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-12-cross (15+apertis1bv2024dev3b2) Version: 12.2.0-14+apertis1bv2024dev3b1cross1 Provides: objc++-compiler-aarch64-linux-gnu Depends: gcc-12-aarch64-linux-gnu-base (= 12.2.0-14+apertis1bv2024dev3b1cross1), gobjc-12-aarch64-linux-gnu (= 12.2.0-14+apertis1bv2024dev3b1cross1), g++-12-aarch64-linux-gnu (= 12.2.0-14+apertis1bv2024dev3b1cross1), libc6 (>= 2.36), libgmp10 (>= 2:6.2.1+dfsg1), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4), libobjc-12-dev-arm64-cross (>= 12) Suggests: gcc-12-doc (>= 12) Filename: pool/development/g/gcc-12-cross/gobjc++-12-aarch64-linux-gnu_12.2.0-14+apertis1bv2024dev3b1cross1_amd64.deb Size: 9676628 MD5sum: 235b2beac9b27855256d0c0e6fe3c477 SHA1: f0c9123ab9e334dd99b10c1548072e7f5c75e0bb SHA256: f094594145071ab312e0522aca98b21b8ef7b41e4fd71047615fb24628a994ad SHA512: 64dc153bfe5a494ab6606f2f91fda2269aa51cdea7cb36ecfd3204602086f4b12bb46784e2d6f25b906989eadc0c10c04fa2931dd24ee6c99fc737c529901201 Description: GNU Objective-C++ compiler This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Built-Using: gcc-12 (= 12.2.0-14+apertis1bv2024dev3b1) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: gobjc++-12-arm-linux-gnueabi Priority: optional Section: devel Installed-Size: 27691 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-12-cross (15+apertis1bv2024dev3b2) Version: 12.2.0-14+apertis1bv2024dev3b1cross1 Provides: objc++-compiler-arm-linux-gnueabi Depends: gcc-12-arm-linux-gnueabi-base (= 12.2.0-14+apertis1bv2024dev3b1cross1), gobjc-12-arm-linux-gnueabi (= 12.2.0-14+apertis1bv2024dev3b1cross1), g++-12-arm-linux-gnueabi (= 12.2.0-14+apertis1bv2024dev3b1cross1), libc6 (>= 2.36), libgmp10 (>= 2:6.2.1+dfsg1), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4), libobjc-12-dev-armel-cross (>= 12) Suggests: gcc-12-doc (>= 12) Filename: pool/development/g/gcc-12-cross/gobjc++-12-arm-linux-gnueabi_12.2.0-14+apertis1bv2024dev3b1cross1_amd64.deb Size: 9178536 MD5sum: fe5efb81a3afdc56a0842f2da32c78ed SHA1: 8c6f734c1cd270ae69cef5740df225016335763c SHA256: 8465c1439afeb1da1fc21a0954760ce4ee232e7b4ee72bec549376f1c6b1e603 SHA512: 953180bb11a620537207ab4a52eb7c6c8cca4b73147f1d64625924903fb254c48f7ee60efd5e568a6919e3e9a002c0907320d2a219b52078d593081bece98fbc Description: GNU Objective-C++ compiler This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Built-Using: gcc-12 (= 12.2.0-14+apertis1bv2024dev3b1) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: gobjc++-12-arm-linux-gnueabihf Priority: optional Section: devel Installed-Size: 27691 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-12-cross (15+apertis1bv2024dev3b2) Version: 12.2.0-14+apertis1bv2024dev3b1cross1 Provides: objc++-compiler-arm-linux-gnueabihf Depends: gcc-12-arm-linux-gnueabihf-base (= 12.2.0-14+apertis1bv2024dev3b1cross1), gobjc-12-arm-linux-gnueabihf (= 12.2.0-14+apertis1bv2024dev3b1cross1), g++-12-arm-linux-gnueabihf (= 12.2.0-14+apertis1bv2024dev3b1cross1), libc6 (>= 2.36), libgmp10 (>= 2:6.2.1+dfsg1), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4), libobjc-12-dev-armhf-cross (>= 12) Suggests: gcc-12-doc (>= 12) Filename: pool/development/g/gcc-12-cross/gobjc++-12-arm-linux-gnueabihf_12.2.0-14+apertis1bv2024dev3b1cross1_amd64.deb Size: 9177252 MD5sum: 168ad0161fb459899066516f1e7e4111 SHA1: c229bdf654f534d5966f4e0d950e04a923ae7055 SHA256: 58620e728f0ec7356a0309d34a3a268e01ed92d8f94b2f44c822881e77339b10 SHA512: f3ac218aa81c1dc6e27ce005820bd1fa65be7026d38fa0f18756ac8f3762d3c123abae0fa88daa9198b69599945e4bc4313a3b47fa16765a9e5fd3730f80fc97 Description: GNU Objective-C++ compiler This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Built-Using: gcc-12 (= 12.2.0-14+apertis1bv2024dev3b1) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: gobjc++-12-i686-linux-gnu Priority: optional Section: devel Installed-Size: 34867 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-12-cross (15+apertis1bv2024dev3b2) Version: 12.2.0-14+apertis1bv2024dev3b1cross1 Provides: objc++-compiler-i686-linux-gnu Depends: gcc-12-i686-linux-gnu-base (= 12.2.0-14+apertis1bv2024dev3b1cross1), gobjc-12-i686-linux-gnu (= 12.2.0-14+apertis1bv2024dev3b1cross1), g++-12-i686-linux-gnu (= 12.2.0-14+apertis1bv2024dev3b1cross1), libc6 (>= 2.36), libgmp10 (>= 2:6.2.1+dfsg1), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4), libobjc-12-dev-i386-cross (>= 12) Suggests: gobjc++-12-multilib-i686-linux-gnu, gcc-12-doc (>= 12) Filename: pool/development/g/gcc-12-cross/gobjc++-12-i686-linux-gnu_12.2.0-14+apertis1bv2024dev3b1cross1_amd64.deb Size: 10283116 MD5sum: b333f8fc0c812b8f83c2ee554db14043 SHA1: d8d5ddd0d2056815a894ab7c944da3fad2f202fb SHA256: 9476d5632504a57f37830fee332e0b495c55e288aaeaba92205b8d83c17c039d SHA512: 90b395128e05049346d08efcfb1a65fec7c003b761246875cd1c892ba2ba216caf1b21890dabd546165083547cb22e6adb04a8115ec8788c520d7e36f9b8f11b Description: GNU Objective-C++ compiler This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Built-Using: gcc-12 (= 12.2.0-14+apertis1bv2024dev3b1) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: gobjc++-12-multilib-i686-linux-gnu Priority: optional Section: devel Installed-Size: 6 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-12-cross (15+apertis1bv2024dev3b2) Version: 12.2.0-14+apertis1bv2024dev3b1cross1 Depends: gcc-12-i686-linux-gnu-base (= 12.2.0-14+apertis1bv2024dev3b1cross1), gobjc++-12-i686-linux-gnu (= 12.2.0-14+apertis1bv2024dev3b1cross1), g++-12-multilib-i686-linux-gnu (= 12.2.0-14+apertis1bv2024dev3b1cross1), gobjc-12-multilib-i686-linux-gnu (= 12.2.0-14+apertis1bv2024dev3b1cross1) Filename: pool/development/g/gcc-12-cross/gobjc++-12-multilib-i686-linux-gnu_12.2.0-14+apertis1bv2024dev3b1cross1_amd64.deb Size: 1132 MD5sum: d45488b27b41a7ac49b116225e5cfac9 SHA1: 8a4f4ffc6b33cac45ad6b0b25d0069b5f2bc3f40 SHA256: 79609a7ba6ef17ff3a11bc64d85f53fe4fb5890a5dd83d22be8e01c46ca5c930 SHA512: 8b0948dca857f136b02e4bbd3dd63b2d49ee23ea65c44d5bcc4b3b9d7d886d2e30535eecbc74b7086741b2e6091c0ec66f1dd8961366e3bf613b71dc037c4c49 Description: GNU Objective-C++ compiler (multilib support) This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Built-Using: gcc-12 (= 12.2.0-14+apertis1bv2024dev3b1) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: gobjc++-aarch64-linux-gnu Priority: optional Section: devel Installed-Size: 6 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.203+apertis0bv2024preb1) Version: 4:12.2.0-3+apertis0bv2024preb1 Depends: cpp-aarch64-linux-gnu (>= 4:12.2.0-3+apertis0bv2024preb1), gcc-aarch64-linux-gnu (>= 4:12.2.0-3+apertis0bv2024preb1), gobjc++-12-aarch64-linux-gnu (>= 12.2.0-1~) Recommends: g++-aarch64-linux-gnu (>= 4:12.2.0-3+apertis0bv2024preb1), gobjc-aarch64-linux-gnu (>= 4:12.2.0-3+apertis0bv2024preb1) Filename: pool/development/g/gcc-defaults/gobjc++-aarch64-linux-gnu_12.2.0-3+apertis0bv2024preb1_amd64.deb Size: 1100 MD5sum: ee3ff902cf6a0507f56b6ac14fb3fa6e SHA1: b0dcd5a2dbe5a3464b7dc175572024d76f760ed3 SHA256: 68e7d8bfd7193deea21f725ad43112d09a80a5f48e8358cef0496b0aea98b158 SHA512: fede4e44dfc7b23cdaf4fbd2d765c1c6ea2773360b209864201b821275d05a78382e7d9445390a8e71ddb7b75908a12bc2eaa85c96b033242c4877b2bb5f4e29 Description: GNU Objective-C++ compiler for the arm64 architecture This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Objective-C++ cross-compiler for the arm64 architecture. Multi-Arch: foreign Package: gobjc++-arm-linux-gnueabi Priority: optional Section: devel Installed-Size: 6 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.203+apertis0bv2024preb1) Version: 4:12.2.0-3+apertis0bv2024preb1 Depends: cpp-arm-linux-gnueabi (>= 4:12.2.0-3+apertis0bv2024preb1), gcc-arm-linux-gnueabi (>= 4:12.2.0-3+apertis0bv2024preb1), gobjc++-12-arm-linux-gnueabi (>= 12.2.0-1~) Recommends: g++-arm-linux-gnueabi (>= 4:12.2.0-3+apertis0bv2024preb1), gobjc-arm-linux-gnueabi (>= 4:12.2.0-3+apertis0bv2024preb1) Filename: pool/development/g/gcc-defaults/gobjc++-arm-linux-gnueabi_12.2.0-3+apertis0bv2024preb1_amd64.deb Size: 1100 MD5sum: 771883b8018c877cd98c4384f7fa7b23 SHA1: 6e33aec81f10a30ac99dc097446d19066fb6226b SHA256: 0b1c3624da1020d2787e8533bfed93738bdbb01304a6ca3c55de5bbe4e4cce23 SHA512: 0808a9072ea5559697d1f414f3a66a5f55498332fdd38b143dfd87ff3a4b76fb0d89ad45a6cb96685db42e41bbdd451613fad747a6c1fb99896512b30f187d4e Description: GNU Objective-C++ compiler for the armel architecture This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Objective-C++ cross-compiler for the armel architecture. Multi-Arch: foreign Package: gobjc++-arm-linux-gnueabihf Priority: optional Section: devel Installed-Size: 6 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.203+apertis0bv2024preb1) Version: 4:12.2.0-3+apertis0bv2024preb1 Depends: cpp-arm-linux-gnueabihf (>= 4:12.2.0-3+apertis0bv2024preb1), gcc-arm-linux-gnueabihf (>= 4:12.2.0-3+apertis0bv2024preb1), gobjc++-12-arm-linux-gnueabihf (>= 12.2.0-1~) Recommends: g++-arm-linux-gnueabihf (>= 4:12.2.0-3+apertis0bv2024preb1), gobjc-arm-linux-gnueabihf (>= 4:12.2.0-3+apertis0bv2024preb1) Filename: pool/development/g/gcc-defaults/gobjc++-arm-linux-gnueabihf_12.2.0-3+apertis0bv2024preb1_amd64.deb Size: 1104 MD5sum: e6b51ff4c61064fc69ad93371fa0da85 SHA1: 6367177281ba396caf56a4ce3b06c6f69922ce2d SHA256: 81ff2ffcabe08238ee871400800114850b81ff55bf5d11ece0df8d963e2938de SHA512: f9f090b1a3beaa7c452562ed90230b8653d30de034ec32de20a7762ffdc2c5a7ece0424248a32f9cf097b68bf8d9b2855085b4d01112524e1fd5525860f36a63 Description: GNU Objective-C++ compiler for the armhf architecture This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Objective-C++ cross-compiler for the armhf architecture. Multi-Arch: foreign Package: gobjc++-i686-linux-gnu Priority: optional Section: devel Installed-Size: 6 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.203+apertis0bv2024preb1) Version: 4:12.2.0-3+apertis0bv2024preb1 Depends: cpp-i686-linux-gnu (>= 4:12.2.0-3+apertis0bv2024preb1), gcc-i686-linux-gnu (>= 4:12.2.0-3+apertis0bv2024preb1), gobjc++-12-i686-linux-gnu (>= 12.2.0-1~) Recommends: g++-i686-linux-gnu (>= 4:12.2.0-3+apertis0bv2024preb1), gobjc-i686-linux-gnu (>= 4:12.2.0-3+apertis0bv2024preb1) Filename: pool/development/g/gcc-defaults/gobjc++-i686-linux-gnu_12.2.0-3+apertis0bv2024preb1_amd64.deb Size: 1100 MD5sum: 54c3d40c36e55e4bcdfdd33e7f6def75 SHA1: 69c058a6d01335b1a0b521db7d9375a860071bea SHA256: e9c648e2ecb7e25469e22a73ef30e45421736c3c236f9b35ad71a7936e8c36e5 SHA512: d20fe4b452c2dd05b0c4deb684c719928ca49f7346c6366875701396bd15e8614dd5db221b911cdd80cb805d76cb9c400805887634ae2c7501c167f6a1fd0c14 Description: GNU Objective-C++ compiler for the i386 architecture This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Objective-C++ cross-compiler for the i386 architecture. Multi-Arch: foreign Package: gobjc++-mingw-w64 Priority: optional Section: devel Installed-Size: 253 Maintainer: Stephen Kitt Architecture: all Source: gcc-mingw-w64 (25.2+apertis0bv2024preb1) Version: 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1 Depends: gobjc++-mingw-w64-i686, gobjc++-mingw-w64-x86-64 Filename: pool/development/g/gcc-mingw-w64/gobjc++-mingw-w64_12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1_all.deb Size: 185460 MD5sum: 9ffd2bfb2633daca3f45ac579296e927 SHA1: f8609e12229dba612eba3983800020849ead716c SHA256: a25cfd87a738270dfcd553b9f1ab151b6a403d2242fe683d5f7cea151e7ffe12 SHA512: e5123bb401dadac938fc59a914c32636968b66083c1593d93f0c62d83be22896c5fe3e64aa1b6c66e8ea010183abfc72123ef9e8194e0781cce7464e3aa5dc69 Description: GNU Objective-C++ compiler for MinGW-w64 MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This metapackage provides the Objective-C++ compiler, supporting cross-compiling to 32- and 64-bit MinGW-w64 targets. Homepage: https://www.gnu.org/software/gcc/ Package: gobjc++-mingw-w64-i686 Priority: optional Section: devel Installed-Size: 253 Maintainer: Stephen Kitt Architecture: all Source: gcc-mingw-w64 (25.2+apertis0bv2024preb1) Version: 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1 Depends: gobjc++-mingw-w64-i686-posix, gobjc++-mingw-w64-i686-win32 Filename: pool/development/g/gcc-mingw-w64/gobjc++-mingw-w64-i686_12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1_all.deb Size: 185476 MD5sum: 06df99774f2c8233a89c74620fc9c7ca SHA1: b9d304cfd772209c21ce5b94450d5e7e2d6f63f1 SHA256: f28f8424e3764d9aee9310ad8516266d041ebd642742ad89b69fead96b14aa55 SHA512: 037047d97887026a759998f192130d8bb273dca4d4a6b823258e9a3b467370e4878156cb1b73d16615cb3a3156ecb57aa202b4f835ab081408d2419936a0677b Description: GNU Objective-C++ compiler for MinGW-w64 targeting Win32 MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This metapackage provides the Objective-C++ compiler, supporting cross-compiling to 32-bit MinGW-w64 targets. Homepage: https://www.gnu.org/software/gcc/ Package: gobjc++-mingw-w64-i686-posix Priority: optional Section: devel Installed-Size: 34611 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (25.2+apertis0bv2024preb1) Version: 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1 Replaces: gobjc++-mingw-w64-i686 (<< 9.3.0-8+22) Depends: gobjc-mingw-w64-i686-posix (= 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1), gcc-mingw-w64-base (= 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1), libc6 (>= 2.34), libgcc-s1 (>= 4.2), libgmp10 (>= 2:6.2.1+dfsg1), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libstdc++6 (>= 5.2), zlib1g (>= 1:1.1.4) Suggests: gcc-12-locales (>= 12.2.0) Breaks: gobjc++-mingw-w64-i686 (<< 9.3.0-8+22) Filename: pool/development/g/gcc-mingw-w64/gobjc++-mingw-w64-i686-posix_12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1_amd64.deb Size: 10202336 MD5sum: 84216866b2d2a87a6f37b23841c7512b SHA1: a228749660d5c90e4c590091f8a803e844c9ce8d SHA256: 7c85c9e30741e3ff8ff7b9eed50f3dce9a9cff54958d6c34105a77f2e2813684 SHA512: df738f0209c313c5f179666e8a558f9db7833c3cb484c99fe36c7b000b4cefe8f8b390c91d6b7e10c675d229358423c7b4f187d3c4f291e0dde9e69ecbcbafcb Description: GNU Objective-C++ compiler for MinGW-w64, Win32/POSIX MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This package contains the Objective-C++ compiler, supporting cross-compiling to 32-bit MinGW-w64 targets, using the POSIX threading model. Built-Using: gcc-12 (= 12.2.0-14+apertis1bv2024dev3b1) Homepage: https://www.gnu.org/software/gcc/ Package: gobjc++-mingw-w64-i686-posix-dbgsym Priority: optional Section: debug Installed-Size: 106946 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (25.2+apertis0bv2024preb1) Version: 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1 Depends: gobjc++-mingw-w64-i686-posix (= 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1) Filename: pool/development/g/gcc-mingw-w64/gobjc++-mingw-w64-i686-posix-dbgsym_12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1_amd64.deb Size: 104661948 MD5sum: 8483334eb02f7f803a8a0747d4ae0bdf SHA1: 7b205e32992bbe55c83fbedfb78b761740d42ecc SHA256: 78642ea277b8fef7d45870b717de651c17465e1768ecaf8b2f9f6a9fcc842296 SHA512: d6a95eaeb1e0f0cc0b3962b0f906fe42ffd7bb73315557673f150ccb32bfbd6c0f2ca1ac49ca151c559932860d4b2b4d739cf0b00b1983656424ab80d7e534d5 Description: debug symbols for gobjc++-mingw-w64-i686-posix Auto-Built-Package: debug-symbols Build-Ids: 45bcd7b96f76a3ade55d2e47e7fd47d3b0c2f542 Package: gobjc++-mingw-w64-i686-win32 Priority: optional Section: devel Installed-Size: 34611 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (25.2+apertis0bv2024preb1) Version: 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1 Replaces: gobjc++-mingw-w64-i686 (<< 9.3.0-8+22) Depends: gobjc-mingw-w64-i686-win32 (= 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1), gcc-mingw-w64-base (= 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1), libc6 (>= 2.34), libgcc-s1 (>= 4.2), libgmp10 (>= 2:6.2.1+dfsg1), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libstdc++6 (>= 5.2), zlib1g (>= 1:1.1.4) Suggests: gcc-12-locales (>= 12.2.0) Breaks: gobjc++-mingw-w64-i686 (<< 9.3.0-8+22) Filename: pool/development/g/gcc-mingw-w64/gobjc++-mingw-w64-i686-win32_12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1_amd64.deb Size: 10203664 MD5sum: f0ba62cfd4a0bf2b6d1024269d5ab523 SHA1: fdd1c7fbe9d3b351f4855690f51b8530692a625a SHA256: 40cd2d332a412ad1dd6530ad7a8642710f8ce91a4e20fef5dd77ff71a5df16e7 SHA512: 61ac1d98b1daafbeb05acfd57b946a6cfe86d50e54c3dd2f99717a9f3967d91507172a8b3e407bf19839d6ba00ee77a413710e2339d5ef20c2b302cffe67259f Description: GNU Objective-C++ compiler for MinGW-w64, Win32/Win32 MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This package contains the Objective-C++ compiler, supporting cross-compiling to 32-bit MinGW-w64 targets, using the Win32 threading model. Built-Using: gcc-12 (= 12.2.0-14+apertis1bv2024dev3b1) Homepage: https://www.gnu.org/software/gcc/ Package: gobjc++-mingw-w64-i686-win32-dbgsym Priority: optional Section: debug Installed-Size: 106946 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (25.2+apertis0bv2024preb1) Version: 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1 Depends: gobjc++-mingw-w64-i686-win32 (= 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1) Filename: pool/development/g/gcc-mingw-w64/gobjc++-mingw-w64-i686-win32-dbgsym_12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1_amd64.deb Size: 104672120 MD5sum: eb78483876ed1d1ff8eafef2d519d85f SHA1: fa3f6ddce5842f52603d88665506c9b35f901f27 SHA256: d89eb1a7b7e8fa8ae4dc7eb8509e9f82cb38ea79e88118a286fb93057a781cc0 SHA512: f0efaa83bab9f3f0e4644eb78bd9012df91606f844c55812f6bbba2b98d2de16b2a28b18f2588b48fabac9250bba2111b169ff8851b649b93fd0405cf0c8b69f Description: debug symbols for gobjc++-mingw-w64-i686-win32 Auto-Built-Package: debug-symbols Build-Ids: 12b10408c5c52b430276f8b89c35bb68682172d5 Package: gobjc++-mingw-w64-x86-64 Priority: optional Section: devel Installed-Size: 253 Maintainer: Stephen Kitt Architecture: all Source: gcc-mingw-w64 (25.2+apertis0bv2024preb1) Version: 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1 Depends: gobjc++-mingw-w64-x86-64-posix, gobjc++-mingw-w64-x86-64-win32 Filename: pool/development/g/gcc-mingw-w64/gobjc++-mingw-w64-x86-64_12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1_all.deb Size: 185476 MD5sum: 9ea6a55461713dadb366b050a799449b SHA1: f62251c8d620d86c51bdd9070f0504f477c7026a SHA256: 307f0c512baf84f3e94d85320914791fa776928c4188d17dc5fa078c0238a902 SHA512: 4d385e7ea713a3ca6ac6a600a0cabc17b59c3a314f1af5f3887d9c08d877b810f4be1eab8155adb9d8dc02c7b7c943d33ac7e1cd1a29e16cef4054eed7d3a8a9 Description: GNU Objective-C++ compiler for MinGW-w64 targeting Win64 MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This metapackage provides the Objective-C++ compiler, supporting cross-compiling to 64-bit MinGW-w64 targets. Homepage: https://www.gnu.org/software/gcc/ Package: gobjc++-mingw-w64-x86-64-posix Priority: optional Section: devel Installed-Size: 35191 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (25.2+apertis0bv2024preb1) Version: 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1 Replaces: gobjc++-mingw-w64-x86-64 (<< 9.3.0-8+22) Depends: gobjc-mingw-w64-x86-64-posix (= 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1), gcc-mingw-w64-base (= 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1), libc6 (>= 2.34), libgcc-s1 (>= 4.2), libgmp10 (>= 2:6.2.1+dfsg1), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libstdc++6 (>= 5.2), zlib1g (>= 1:1.1.4) Suggests: gcc-12-locales (>= 12.2.0) Breaks: gobjc++-mingw-w64-x86-64 (<< 9.3.0-8+22) Filename: pool/development/g/gcc-mingw-w64/gobjc++-mingw-w64-x86-64-posix_12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1_amd64.deb Size: 10338140 MD5sum: f854faba21e6358fe051f4f2f31775a4 SHA1: 35324507e6c73d0cca610a019fbb485113527aad SHA256: 2ef7d66c63c6c090f71aa7c5649faa5372f43ec00909d7289605e1e8a0631328 SHA512: 6f07ce4a0343f60b5b0ff6ad9930cf2162a74405f991fa2dc6ca1139884f5ab2c1f9e4e116ed9f70bf97f3cbed55ee43cfb494fbb57b6b8c80ff8b9dbc9cc29b Description: GNU Objective-C++ compiler for MinGW-w64, Win64/POSIX MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This package contains the Objective-C++ compiler, supporting cross-compiling to 64-bit MinGW-w64 targets, using the POSIX threading model. Built-Using: gcc-12 (= 12.2.0-14+apertis1bv2024dev3b1) Homepage: https://www.gnu.org/software/gcc/ Package: gobjc++-mingw-w64-x86-64-posix-dbgsym Priority: optional Section: debug Installed-Size: 107546 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (25.2+apertis0bv2024preb1) Version: 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1 Depends: gobjc++-mingw-w64-x86-64-posix (= 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1) Filename: pool/development/g/gcc-mingw-w64/gobjc++-mingw-w64-x86-64-posix-dbgsym_12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1_amd64.deb Size: 105464596 MD5sum: 96b3823dd883fbb3ac88d2765c844483 SHA1: f9abdfef0ffe22688e3f1f282911395fb4093034 SHA256: 730366bf8fbe4c14ffe1c5e2b7181b0535629e9190117e0225277d54b0662549 SHA512: 065f8de6c5bd00a69309ca9a353ee5a79aa0729e27a008c67b826591a292a9333a41bc6b68636d2c69730032138061c85fb4162f2b01e29a7d35d2e743fd2900 Description: debug symbols for gobjc++-mingw-w64-x86-64-posix Auto-Built-Package: debug-symbols Build-Ids: cc7c1cfbb6e3a05f5521c7d120f3acf4cd7a8626 Package: gobjc++-mingw-w64-x86-64-win32 Priority: optional Section: devel Installed-Size: 35191 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (25.2+apertis0bv2024preb1) Version: 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1 Replaces: gobjc++-mingw-w64-x86-64 (<< 9.3.0-8+22) Depends: gobjc-mingw-w64-x86-64-win32 (= 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1), gcc-mingw-w64-base (= 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1), libc6 (>= 2.34), libgcc-s1 (>= 4.2), libgmp10 (>= 2:6.2.1+dfsg1), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libstdc++6 (>= 5.2), zlib1g (>= 1:1.1.4) Suggests: gcc-12-locales (>= 12.2.0) Breaks: gobjc++-mingw-w64-x86-64 (<< 9.3.0-8+22) Filename: pool/development/g/gcc-mingw-w64/gobjc++-mingw-w64-x86-64-win32_12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1_amd64.deb Size: 10333616 MD5sum: 5021def0a1e79b135d8eb810d06d634e SHA1: f705b84506f8f293d2b988e7985d41351511a390 SHA256: a3dcbf78db9494815a2ee7b8a6054cc3374a3ba419588902b4dca30ae0464435 SHA512: 85a14c47f61ce3d395fdd65736c0bde8a22a1878a76be847e02d6a40a3d5e19a39445d2f36d94bdab368bd3fbc15f728c01c3effbf29dbb9706c654a39ccdd27 Description: GNU Objective-C++ compiler for MinGW-w64, Win64/Win32 MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This package contains the Objective-C++ compiler, supporting cross-compiling to 64-bit MinGW-w64 targets, using the Win32 threading model. Built-Using: gcc-12 (= 12.2.0-14+apertis1bv2024dev3b1) Homepage: https://www.gnu.org/software/gcc/ Package: gobjc++-mingw-w64-x86-64-win32-dbgsym Priority: optional Section: debug Installed-Size: 107546 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (25.2+apertis0bv2024preb1) Version: 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1 Depends: gobjc++-mingw-w64-x86-64-win32 (= 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1) Filename: pool/development/g/gcc-mingw-w64/gobjc++-mingw-w64-x86-64-win32-dbgsym_12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1_amd64.deb Size: 105459044 MD5sum: 612ff75e9d763a6ee4b1fbe6011b304e SHA1: 8304b1f0d49caf64e611e1f9fa8829769d8d0387 SHA256: 55fffa8c19bace8d4d5b7364ecc7cf38a67684c7c5c6806532c4b7027b2c6dc1 SHA512: 0828c840117b13b8363e60705e2753bb812b790150131a95097893c5a42dc562fb740dcc9bc7419a7a5c84e1eef4ff76dc4275ee37b45edb3dda1a68c6af9806 Description: debug symbols for gobjc++-mingw-w64-x86-64-win32 Auto-Built-Package: debug-symbols Build-Ids: e433691e82efcdd712e1441b494c9b92e82f4378 Package: gobjc++-multilib Priority: optional Section: devel Installed-Size: 6 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.203+apertis0bv2024preb1) Version: 4:12.2.0-3+apertis0bv2024preb1 Depends: cpp (>= 4:12.2.0-3+apertis0bv2024preb1), gobjc-multilib (>= 4:12.2.0-3+apertis0bv2024preb1), gobjc++ (>= 4:12.2.0-3+apertis0bv2024preb1), gobjc++-12-multilib (>= 12.2.0-1~) Filename: pool/development/g/gcc-defaults/gobjc++-multilib_12.2.0-3+apertis0bv2024preb1_amd64.deb Size: 1036 MD5sum: f7bd51a9ebce3f43f54b9f51c48710a6 SHA1: 2cd215e3f60d906e9de2a0da563f95440bb12873 SHA256: 3931a0ece09784d3c8cdd3ab8dd2a5abb07fb90a784a8fd9465ba8e2537c0d4b SHA512: 64369558adfcd232c28f9fd20c05c81318a79ab608b71f034b9f67766ac218e78282903a963a650262336d2575c1fa5a58ecbd05d148342251bde1c946dfe58d Description: GNU Objective-C++ compiler (multilib files) This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. . A dependency package on architectures with multilib support; the package contains dependencies for the non-default multilib architecture(s). Package: gobjc++-multilib-i686-linux-gnu Priority: optional Section: devel Installed-Size: 6 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.203+apertis0bv2024preb1) Version: 4:12.2.0-3+apertis0bv2024preb1 Depends: cpp-i686-linux-gnu (>= 4:12.2.0-3+apertis0bv2024preb1), gcc-multilib-i686-linux-gnu (>= 4:12.2.0-3+apertis0bv2024preb1), gobjc++-i686-linux-gnu (>= 4:12.2.0-3+apertis0bv2024preb1), gobjc++-12-multilib-i686-linux-gnu (>= 12.2.0-1~) Recommends: g++-i686-linux-gnu (>= 4:12.2.0-3+apertis0bv2024preb1), gobjc-i686-linux-gnu (>= 4:12.2.0-3+apertis0bv2024preb1) Filename: pool/development/g/gcc-defaults/gobjc++-multilib-i686-linux-gnu_12.2.0-3+apertis0bv2024preb1_amd64.deb Size: 1096 MD5sum: 162aef5120439db069d097d48f535cce SHA1: e4e6212682f4e0c1ee31c43c4170bea91ce9924f SHA256: 1e8d3eb79aa1b6453fc79cb9c79fc62302260a4ad8a374807aef2a4599bb8f64 SHA512: be5658de8b4ac0f4b1777576967cf5bac11843944a18aa32f1f1d10d94119ecc1d7ee1d35f5705a8c0f70833876995063a9237059d3285fb1263bbdf95691f2d Description: GNU Objective-C++ compiler for the i386 architecture This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Objective-C++ cross-compiler for the i386 architecture. Package: gobjc++-multilib-s390x-linux-gnu Priority: optional Section: devel Installed-Size: 6 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.203+apertis0bv2024preb1) Version: 4:12.2.0-3+apertis0bv2024preb1 Depends: cpp-s390x-linux-gnu (>= 4:12.2.0-3+apertis0bv2024preb1), gcc-multilib-s390x-linux-gnu (>= 4:12.2.0-3+apertis0bv2024preb1), gobjc++-s390x-linux-gnu (>= 4:12.2.0-3+apertis0bv2024preb1), gobjc++-12-multilib-s390x-linux-gnu (>= 12.2.0-1~) Recommends: g++-s390x-linux-gnu (>= 4:12.2.0-3+apertis0bv2024preb1), gobjc-s390x-linux-gnu (>= 4:12.2.0-3+apertis0bv2024preb1) Filename: pool/development/g/gcc-defaults/gobjc++-multilib-s390x-linux-gnu_12.2.0-3+apertis0bv2024preb1_amd64.deb Size: 1096 MD5sum: f5274d4aeabf8aa4f63819b190fe8841 SHA1: acee6d911b890b332d9849407f0bfa49a7704ddd SHA256: 95e6c87e8655b97062f74e334880bcb514463b0bc20cbab595addb45aee7352c SHA512: e69c8e413648276c0f79a80c8ef7eec3d91aa212f7019ea9c69f3fd71da5eaf6ade19ed6b24071cbe1f6244b3d384d307fa901c6fb3752153431cbadc9f44da5 Description: GNU Objective-C++ compiler for the s390x architecture This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Objective-C++ cross-compiler for the s390x architecture. Package: gobjc++-powerpc64le-linux-gnu Priority: optional Section: devel Installed-Size: 6 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.203+apertis0bv2024preb1) Version: 4:12.2.0-3+apertis0bv2024preb1 Depends: cpp-powerpc64le-linux-gnu (>= 4:12.2.0-3+apertis0bv2024preb1), gcc-powerpc64le-linux-gnu (>= 4:12.2.0-3+apertis0bv2024preb1), gobjc++-12-powerpc64le-linux-gnu (>= 12.2.0-1~) Recommends: g++-powerpc64le-linux-gnu (>= 4:12.2.0-3+apertis0bv2024preb1), gobjc-powerpc64le-linux-gnu (>= 4:12.2.0-3+apertis0bv2024preb1) Filename: pool/development/g/gcc-defaults/gobjc++-powerpc64le-linux-gnu_12.2.0-3+apertis0bv2024preb1_amd64.deb Size: 1108 MD5sum: 335013dda5b906e185835ecded6fbe69 SHA1: e3df04ba7255f59fdfd2f76727c8d5162dbb750f SHA256: 3b11936fc2182416f9423e69127ca8d3a06e37d016160abd14deb1807423ab01 SHA512: 45c8c807e72d4933daa63227bbd54f0820f670770fd5299d79cb0772be32ff3868635713bfc049e93b268e2e43d6a9ebc885181a8b0fe677d040c411d6ca4224 Description: GNU Objective-C++ compiler for the ppc64el architecture This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Objective-C++ cross-compiler for the ppc64el architecture. Multi-Arch: foreign Package: gobjc++-s390x-linux-gnu Priority: optional Section: devel Installed-Size: 6 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.203+apertis0bv2024preb1) Version: 4:12.2.0-3+apertis0bv2024preb1 Depends: cpp-s390x-linux-gnu (>= 4:12.2.0-3+apertis0bv2024preb1), gcc-s390x-linux-gnu (>= 4:12.2.0-3+apertis0bv2024preb1), gobjc++-12-s390x-linux-gnu (>= 12.2.0-1~) Recommends: g++-s390x-linux-gnu (>= 4:12.2.0-3+apertis0bv2024preb1), gobjc-s390x-linux-gnu (>= 4:12.2.0-3+apertis0bv2024preb1) Filename: pool/development/g/gcc-defaults/gobjc++-s390x-linux-gnu_12.2.0-3+apertis0bv2024preb1_amd64.deb Size: 1096 MD5sum: aa0f5023246f0c378e38fec29f056f9a SHA1: 749b2204530ab65f3a764ef3748eddaee7ff0f41 SHA256: a84a5e66c1cf53e3696603637b861bd8865e0d9e891b5e7073a4f08031aad5f9 SHA512: aeef1be1e09b3b6253acbb30fb1a155477be1196e80c06df116bb360596a9629e8e61091e176286f291aea37ca9749471539802d1f546b386296eb9389475f22 Description: GNU Objective-C++ compiler for the s390x architecture This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Objective-C++ cross-compiler for the s390x architecture. Multi-Arch: foreign Package: gobjc-11 Priority: optional Section: devel Installed-Size: 25413 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-11 Version: 11.3.0-12+apertis0bv2024preb1 Provides: objc-compiler Depends: gcc-11-base (= 11.3.0-12+apertis0bv2024preb1), gcc-11 (= 11.3.0-12+apertis0bv2024preb1), libc6-dev (>= 2.23-1~), libc6 (>= 2.34), libgmp10 (>= 2:6.2.1+dfsg1), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4), libobjc-11-dev (= 11.3.0-12+apertis0bv2024preb1) Suggests: gobjc-11-multilib, gcc-11-doc (>= 11) Filename: pool/development/g/gcc-11/gobjc-11_11.3.0-12+apertis0bv2024preb1_amd64.deb Size: 9046200 MD5sum: b57f60d36e6d04062c67b544bee7730c SHA1: 20edba69410d71826ab1cab81b404ad4a0707c60 SHA256: a456914cd1145caae2e3bc6e5323485e1c98a617c96cfa90bf256d1a48cc9c39 SHA512: c715ee7fc4cf5179ec04d911a9c66daeeb9b0d5704ac4ca950c90a42880e9492cb9badc83cee77f81e60b89b88981cef615f613f49cf94808c9c2b6393d53f16 Description: GNU Objective-C compiler This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Homepage: http://gcc.gnu.org/ Package: gobjc-11-dbgsym Priority: optional Section: debug Installed-Size: 53203 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-11 Version: 11.3.0-12+apertis0bv2024preb1 Depends: gobjc-11 (= 11.3.0-12+apertis0bv2024preb1) Filename: pool/development/g/gcc-11/gobjc-11-dbgsym_11.3.0-12+apertis0bv2024preb1_amd64.deb Size: 50903216 MD5sum: 8a3f53be112f8d3064aa7f038784a56a SHA1: 7b93a722304833512dc046373fe5e0a037a7376b SHA256: e5013c1afe95cbb59a1a52ed43fe2192e17fa07126043fde9c4b4a4c5a406537 SHA512: 21a814a38945286c9ccedc3b40c3dd3f4abbe40c51d2baa821519ae072fc7ee42420882e473956d4f088ceb6618bdcf3b62df9eced4f82c0fbcbd6cba83889fe Description: debug symbols for gobjc-11 Auto-Built-Package: debug-symbols Build-Ids: 06e47e9f79a264eb3589cb5f64956fc5731a632f Package: gobjc-11-multilib Priority: optional Section: devel Installed-Size: 6 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-11 Version: 11.3.0-12+apertis0bv2024preb1 Depends: gcc-11-base (= 11.3.0-12+apertis0bv2024preb1), gobjc-11 (= 11.3.0-12+apertis0bv2024preb1), gcc-11-multilib (= 11.3.0-12+apertis0bv2024preb1), lib32objc-11-dev (= 11.3.0-12+apertis0bv2024preb1), libx32objc-11-dev (= 11.3.0-12+apertis0bv2024preb1) Filename: pool/development/g/gcc-11/gobjc-11-multilib_11.3.0-12+apertis0bv2024preb1_amd64.deb Size: 1040 MD5sum: 0de456c114ea74a23b838f0372e24983 SHA1: 7ad97e39cd0dfb6ca8a47893e4e6aeceb601bf1f SHA256: 9c2a7b7376992a31adad687296551506b50688d59212886050c23dc6d393b218 SHA512: 4f341cbe033d8c57face6cd74d36daffb63d9d531407bb846ff9b39634ca017dd08678c0d6f3a92dd42a7eb71b75dc64f1552d6cc312d6314d711bfc8874cfbe Description: GNU Objective-C compiler (multilib support) This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Homepage: http://gcc.gnu.org/ Package: gobjc-12-aarch64-linux-gnu Priority: optional Section: devel Installed-Size: 29037 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-12-cross (15+apertis1bv2024dev3b2) Version: 12.2.0-14+apertis1bv2024dev3b1cross1 Provides: objc-compiler-aarch64-linux-gnu Depends: gcc-12-aarch64-linux-gnu-base (= 12.2.0-14+apertis1bv2024dev3b1cross1), gcc-12-aarch64-linux-gnu (= 12.2.0-14+apertis1bv2024dev3b1cross1), libc6-dev-arm64-cross (>= 2.23-1~), libc6 (>= 2.36), libgmp10 (>= 2:6.2.1+dfsg1), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4), libobjc-12-dev-arm64-cross (>= 12) Suggests: gcc-12-doc (>= 12) Filename: pool/development/g/gcc-12-cross/gobjc-12-aarch64-linux-gnu_12.2.0-14+apertis1bv2024dev3b1cross1_amd64.deb Size: 8863172 MD5sum: 6b156cc9c4eed8e9e9b91231580c37b1 SHA1: d1a5cf6fa0a115b5f3d75b3a238c609d38ffbcb9 SHA256: 28d62880a4f9d78a5d3a57594358e5c390cd9e028817c7e328f5a96b76d9d6c4 SHA512: d623812eb3f3007f3d628d9d6ef92af6e35b358c547628dea1106d396ad7f53845420f5d85eee8d62d34517aeda22a30fda0fcaa02cd1482df467abf099a5919 Description: GNU Objective-C compiler This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Built-Using: gcc-12 (= 12.2.0-14+apertis1bv2024dev3b1) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: gobjc-12-arm-linux-gnueabi Priority: optional Section: devel Installed-Size: 25625 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-12-cross (15+apertis1bv2024dev3b2) Version: 12.2.0-14+apertis1bv2024dev3b1cross1 Provides: objc-compiler-arm-linux-gnueabi Depends: gcc-12-arm-linux-gnueabi-base (= 12.2.0-14+apertis1bv2024dev3b1cross1), gcc-12-arm-linux-gnueabi (= 12.2.0-14+apertis1bv2024dev3b1cross1), libc6-dev-armel-cross (>= 2.23-1~), libc6 (>= 2.36), libgmp10 (>= 2:6.2.1+dfsg1), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4), libobjc-12-dev-armel-cross (>= 12) Suggests: gcc-12-doc (>= 12) Filename: pool/development/g/gcc-12-cross/gobjc-12-arm-linux-gnueabi_12.2.0-14+apertis1bv2024dev3b1cross1_amd64.deb Size: 8371948 MD5sum: 5223c6039b80979e6fcc694e20b05266 SHA1: 804293970cfc237bc3a811983e307e74efb1527f SHA256: c6611ab7b2671837fda910ead9442677452ad41107268926c6c236ee34f9346c SHA512: d6e85801e543dc03a93745479ccc4fb3bf9e0a811fa018b310c6d1ae331568c58f0eabac4500183ae4b12d01d1ddae01317954ff8b95d928b2a4a7768a56d720 Description: GNU Objective-C compiler This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Built-Using: gcc-12 (= 12.2.0-14+apertis1bv2024dev3b1) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: gobjc-12-arm-linux-gnueabihf Priority: optional Section: devel Installed-Size: 25625 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-12-cross (15+apertis1bv2024dev3b2) Version: 12.2.0-14+apertis1bv2024dev3b1cross1 Provides: objc-compiler-arm-linux-gnueabihf Depends: gcc-12-arm-linux-gnueabihf-base (= 12.2.0-14+apertis1bv2024dev3b1cross1), gcc-12-arm-linux-gnueabihf (= 12.2.0-14+apertis1bv2024dev3b1cross1), libc6-dev-armhf-cross (>= 2.23-1~), libc6 (>= 2.36), libgmp10 (>= 2:6.2.1+dfsg1), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4), libobjc-12-dev-armhf-cross (>= 12) Suggests: gcc-12-doc (>= 12) Filename: pool/development/g/gcc-12-cross/gobjc-12-arm-linux-gnueabihf_12.2.0-14+apertis1bv2024dev3b1cross1_amd64.deb Size: 8373320 MD5sum: 7759833d98c8c24178cb494c3687967b SHA1: dfde5f487f209d0f7be5cf1f4ea0ec4de286d1f9 SHA256: b9693f36df54a2a715dfbafb6fa76aa156ab9d51d0486565e35d919edd88f0ef SHA512: 51aef5f6a55666b050234860847b99b1728176b222297f68e49450bfbbde645ae122ff859b1aff08a9944f9ad5242341e8878abca2e8a19d5f223d62a5d8c790 Description: GNU Objective-C compiler This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Built-Using: gcc-12 (= 12.2.0-14+apertis1bv2024dev3b1) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: gobjc-12-i686-linux-gnu Priority: optional Section: devel Installed-Size: 32821 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-12-cross (15+apertis1bv2024dev3b2) Version: 12.2.0-14+apertis1bv2024dev3b1cross1 Provides: objc-compiler-i686-linux-gnu Depends: gcc-12-i686-linux-gnu-base (= 12.2.0-14+apertis1bv2024dev3b1cross1), gcc-12-i686-linux-gnu (= 12.2.0-14+apertis1bv2024dev3b1cross1), libc6-dev-i386-cross (>= 2.23-1~), libc6 (>= 2.36), libgmp10 (>= 2:6.2.1+dfsg1), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4), libobjc-12-dev-i386-cross (>= 12) Suggests: gobjc-12-multilib-i686-linux-gnu, gcc-12-doc (>= 12) Filename: pool/development/g/gcc-12-cross/gobjc-12-i686-linux-gnu_12.2.0-14+apertis1bv2024dev3b1cross1_amd64.deb Size: 9485508 MD5sum: 2f0c86c822f8525d502067d77447845e SHA1: 9160a088da8483b1dbb10adee36ee631c581c79a SHA256: a73c7206cc2f7251908c63ce7e429617498c1a3a0b629131464521d706cfa931 SHA512: 5913c2e0bfd8aff0ed330e5b7852a0241af9478bcd61144c0f3d393727c34472438287b0c45ae595d1b9b7ec7ed9e99ad38d0273981c97635b87f6c6facc834a Description: GNU Objective-C compiler This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Built-Using: gcc-12 (= 12.2.0-14+apertis1bv2024dev3b1) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: gobjc-12-multilib-i686-linux-gnu Priority: optional Section: devel Installed-Size: 6 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-12-cross (15+apertis1bv2024dev3b2) Version: 12.2.0-14+apertis1bv2024dev3b1cross1 Depends: gcc-12-i686-linux-gnu-base (= 12.2.0-14+apertis1bv2024dev3b1cross1), gobjc-12-i686-linux-gnu (= 12.2.0-14+apertis1bv2024dev3b1cross1), gcc-12-multilib-i686-linux-gnu (= 12.2.0-14+apertis1bv2024dev3b1cross1), lib64objc-12-dev-i386-cross (>= 12.2.0-14+apertis1bv2024dev3b1cross1), libx32objc-12-dev-i386-cross (>= 12.2.0-14+apertis1bv2024dev3b1cross1) Filename: pool/development/g/gcc-12-cross/gobjc-12-multilib-i686-linux-gnu_12.2.0-14+apertis1bv2024dev3b1cross1_amd64.deb Size: 1160 MD5sum: 27da0a59266ee457adc410ba8a3ca954 SHA1: a826391e8e1651d6d6bdf5c1154dfa3a5dad481a SHA256: 28b9fca5b8e8d486eb1fe5bdd661ad9f86dd45002a9c13fb10ef661e462e4db7 SHA512: f44f3ab8f331dc893aeb54e6d7ec4a2c0dfd9114c546130aaf4f2ab2fae7494e85e351023f3ec4ea874e7e640433189dbdb6df6a4d296b934165e9af9d8d12d2 Description: GNU Objective-C compiler (multilib support) (cross compiler for i386 architecture) This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Built-Using: gcc-12 (= 12.2.0-14+apertis1bv2024dev3b1) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: gobjc-aarch64-linux-gnu Priority: optional Section: devel Installed-Size: 6 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.203+apertis0bv2024preb1) Version: 4:12.2.0-3+apertis0bv2024preb1 Depends: cpp-aarch64-linux-gnu (>= 4:12.2.0-3+apertis0bv2024preb1), gcc-aarch64-linux-gnu (>= 4:12.2.0-3+apertis0bv2024preb1), gobjc-12-aarch64-linux-gnu (>= 12.2.0-1~) Filename: pool/development/g/gcc-defaults/gobjc-aarch64-linux-gnu_12.2.0-3+apertis0bv2024preb1_amd64.deb Size: 1080 MD5sum: 484d7d08eb06c5b7bec726e00877e5d2 SHA1: 5cc773b6bb9dcd05f660dcd49f4f6f51222d7c12 SHA256: 0b67da0b050dfcbe1610b055b6595233cd3eeda04a096e5bcd1c765eaaef6c94 SHA512: 2c913f5e53612c48b030d528c6943198eaaf8beb9540cdb55555f50afb7ff6a13bcacf6fc903aae9f05ac9c76c38dad46439463ef899bd96ae97cd2a28385299 Description: GNU Objective-C compiler for the arm64 architecture This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Objective-C cross-compiler for the arm64 architecture. Multi-Arch: foreign Package: gobjc-arm-linux-gnueabi Priority: optional Section: devel Installed-Size: 6 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.203+apertis0bv2024preb1) Version: 4:12.2.0-3+apertis0bv2024preb1 Depends: cpp-arm-linux-gnueabi (>= 4:12.2.0-3+apertis0bv2024preb1), gcc-arm-linux-gnueabi (>= 4:12.2.0-3+apertis0bv2024preb1), gobjc-12-arm-linux-gnueabi (>= 12.2.0-1~) Filename: pool/development/g/gcc-defaults/gobjc-arm-linux-gnueabi_12.2.0-3+apertis0bv2024preb1_amd64.deb Size: 1080 MD5sum: 21d4aaaf82b8e4eb6d7845c3be698aab SHA1: e9f3564f1fa55f657867ced74b528586fce03d71 SHA256: 9938984d81700ebfd8fa215c9a7d13f37c9e28ffac78e594f6159cf5b7e4e8db SHA512: fe6fa31a0a64b144d1087a91cef64a18ede6a3267df89c7e86f0566781077e434c8888f5b7be185854375aead3744626c20922f8a4af210e7505a7de18865ef5 Description: GNU Objective-C compiler for the armel architecture This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Objective-C cross-compiler for the armel architecture. Multi-Arch: foreign Package: gobjc-arm-linux-gnueabihf Priority: optional Section: devel Installed-Size: 6 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.203+apertis0bv2024preb1) Version: 4:12.2.0-3+apertis0bv2024preb1 Depends: cpp-arm-linux-gnueabihf (>= 4:12.2.0-3+apertis0bv2024preb1), gcc-arm-linux-gnueabihf (>= 4:12.2.0-3+apertis0bv2024preb1), gobjc-12-arm-linux-gnueabihf (>= 12.2.0-1~) Filename: pool/development/g/gcc-defaults/gobjc-arm-linux-gnueabihf_12.2.0-3+apertis0bv2024preb1_amd64.deb Size: 1080 MD5sum: cc618e0924565589b7c3768a5ed2666b SHA1: e189d21541a5f31c4bde0246ca7f3311d82715e3 SHA256: 25adb1ee33d4cfc2e6c097aa40e38224291c514b88fe483eb9a7a77f1b6939b1 SHA512: fe98859c169ae4bb79a0f6090bf09a9cee77a646c2a81af40b0ca0f3d6d66b8d79f2f4486a37173ce4258062a023fa413f9fe5d5a9e7f057f6e2d4bd1fa3670a Description: GNU Objective-C compiler for the armhf architecture This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Objective-C cross-compiler for the armhf architecture. Multi-Arch: foreign Package: gobjc-i686-linux-gnu Priority: optional Section: devel Installed-Size: 6 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.203+apertis0bv2024preb1) Version: 4:12.2.0-3+apertis0bv2024preb1 Depends: cpp-i686-linux-gnu (>= 4:12.2.0-3+apertis0bv2024preb1), gcc-i686-linux-gnu (>= 4:12.2.0-3+apertis0bv2024preb1), gobjc-12-i686-linux-gnu (>= 12.2.0-1~) Filename: pool/development/g/gcc-defaults/gobjc-i686-linux-gnu_12.2.0-3+apertis0bv2024preb1_amd64.deb Size: 1076 MD5sum: d0c78a2d134e0fcd8823449bd271abf3 SHA1: 66a98a00937bf7f5d51c4cb6895e9e5953d72a44 SHA256: 45ca8157870098c20eae15c3751646e333b8f76b8fa4232b7f2e9c800bc42d09 SHA512: d4b2c11db56764a1ddc45a94f099e291af369f889b7c12bdccddfbcd0416a2c4ead32b77b01715f6eb48808e4cd08f0b9a15b4cf03190c4c97f56080be7c52e3 Description: GNU Objective-C compiler for the i386 architecture This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Objective-C cross-compiler for the i386 architecture. Multi-Arch: foreign Package: gobjc-mingw-w64 Priority: optional Section: devel Installed-Size: 253 Maintainer: Stephen Kitt Architecture: all Source: gcc-mingw-w64 (25.2+apertis0bv2024preb1) Version: 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1 Depends: gobjc-mingw-w64-i686, gobjc-mingw-w64-x86-64 Filename: pool/development/g/gcc-mingw-w64/gobjc-mingw-w64_12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1_all.deb Size: 185460 MD5sum: cc272b1e7f8aa132759ec818fc1646cd SHA1: 592c89aa28012b17028c490203d2c60f1bdbf6b5 SHA256: 7afb8a79e706e6bef8d5c87e97ae2c6dcee574ffc421e86e71ff29878afbc0de SHA512: 8bc8dcca0ca9ed7953bbb1bdaf488d31fa9011364cf755b37cd4a3f2be56ab64d29f7253be18f05e29b24f4c765b672befe3032216c6b566385d842e3dcb5df2 Description: GNU Objective-C compiler for MinGW-w64 MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This metapackage provides the Objective-C compiler, supporting cross-compiling to 32- and 64-bit MinGW-w64 targets. Homepage: https://www.gnu.org/software/gcc/ Package: gobjc-mingw-w64-i686 Priority: optional Section: devel Installed-Size: 253 Maintainer: Stephen Kitt Architecture: all Source: gcc-mingw-w64 (25.2+apertis0bv2024preb1) Version: 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1 Depends: gobjc-mingw-w64-i686-posix, gobjc-mingw-w64-i686-win32 Filename: pool/development/g/gcc-mingw-w64/gobjc-mingw-w64-i686_12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1_all.deb Size: 185472 MD5sum: d3975e25af459394bee847da0a7e269a SHA1: dc9de9295d3c353ea7fcbc8dddad5a54e8d93605 SHA256: feb98c6ef5247800e44dd2fb2b8360580e83a39748d205e07c8edfe2db1073d1 SHA512: 5342a8d33467b570bf13c75af22120b49559d0b4ea836cfce82b25c9d5c9d5cea746a66fdffb9abaa9856b99c48b31431118094bc4679f7d3de1fde71adf500b Description: GNU Objective-C compiler for MinGW-w64 targeting Win32 MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This metapackage provides the Objective-C compiler, supporting cross-compiling to 32-bit MinGW-w64 targets. Homepage: https://www.gnu.org/software/gcc/ Package: gobjc-mingw-w64-i686-posix Priority: optional Section: devel Installed-Size: 32825 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (25.2+apertis0bv2024preb1) Version: 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1 Replaces: gobjc-mingw-w64-i686 (<< 9.3.0-8+22) Depends: gcc-mingw-w64-i686-posix (= 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1), gcc-mingw-w64-i686-posix-runtime (= 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1), gcc-mingw-w64-base (= 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1), libc6 (>= 2.34), libgcc-s1 (>= 4.2), libgmp10 (>= 2:6.2.1+dfsg1), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libstdc++6 (>= 5.2), zlib1g (>= 1:1.1.4) Suggests: gcc-12-locales (>= 12.2.0) Breaks: gobjc-mingw-w64-i686 (<< 9.3.0-8+22) Filename: pool/development/g/gcc-mingw-w64/gobjc-mingw-w64-i686-posix_12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1_amd64.deb Size: 9417144 MD5sum: c9eac7ec84fed804b8cf0909a408e858 SHA1: 55535d1592fae127f0cd80fddcac1983d7ee53da SHA256: 15754a2f210195be3ae3be62f6d3d9b405270e2722322833a05be5e6b9e0f580 SHA512: ff5d1b1810941e9732c32de64e0d5b2a09dc4ec42e0f02d5f42067f59f568a6b5bd613db96025a5c15c6d6878aa6be6a93bef9d00434ee6b6492ad3f418843ca Description: GNU Objective-C compiler for MinGW-w64, Win32/POSIX MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This package contains the Objective-C compiler, supporting cross-compiling to 32-bit MinGW-w64 targets, using the POSIX threading model. Built-Using: gcc-12 (= 12.2.0-14+apertis1bv2024dev3b1) Homepage: https://www.gnu.org/software/gcc/ Package: gobjc-mingw-w64-i686-posix-dbgsym Priority: optional Section: debug Installed-Size: 100093 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (25.2+apertis0bv2024preb1) Version: 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1 Depends: gobjc-mingw-w64-i686-posix (= 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1) Filename: pool/development/g/gcc-mingw-w64/gobjc-mingw-w64-i686-posix-dbgsym_12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1_amd64.deb Size: 98163612 MD5sum: 7c67366ccb73b69e45719ebb728e525d SHA1: 60e58a0ed917109f8a55a201d636859f7986b3ea SHA256: ee4e62322085defb8139dd6fa38b2c596d0d39adae5842419c4a74c872dbe3bc SHA512: 66f07bcbb96cb510bdc01ed0731f5e718019cade3d1c0dad2e2fda65bc20d398aa1d8dbabe473f8128b0510e84c57f9aa5574c0fd4cf9715ae5c6e3c737839bd Description: debug symbols for gobjc-mingw-w64-i686-posix Auto-Built-Package: debug-symbols Build-Ids: 28e0cf7602c73c5c6eb24949ee2981a300f29b91 Package: gobjc-mingw-w64-i686-win32 Priority: optional Section: devel Installed-Size: 32841 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (25.2+apertis0bv2024preb1) Version: 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1 Replaces: gobjc-mingw-w64-i686 (<< 9.3.0-8+22) Depends: gcc-mingw-w64-i686-win32 (= 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1), gcc-mingw-w64-i686-win32-runtime (= 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1), gcc-mingw-w64-base (= 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1), libc6 (>= 2.34), libgcc-s1 (>= 4.2), libgmp10 (>= 2:6.2.1+dfsg1), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libstdc++6 (>= 5.2), zlib1g (>= 1:1.1.4) Suggests: gcc-12-locales (>= 12.2.0) Breaks: gobjc-mingw-w64-i686 (<< 9.3.0-8+22) Filename: pool/development/g/gcc-mingw-w64/gobjc-mingw-w64-i686-win32_12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1_amd64.deb Size: 9419880 MD5sum: e4134709f37c9a138be22b280a2742eb SHA1: ab4476207a1d7706d9324853f8d7c15106877246 SHA256: 17c19336d811287c55dbad17f8a2454560468353b9e5241fd59a9e8eef150617 SHA512: 8df731edec8a4fdde17535da54829a321579f103a7dd253ca746d7f77ab2163ecb20561385512c4b6753139ad6c66b74473994d31ed4700658757ec852a46e79 Description: GNU Objective-C compiler for MinGW-w64, Win32/Win32 MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This package contains the Objective-C compiler, supporting cross-compiling to 32-bit MinGW-w64 targets, using the Win32 threading model. Built-Using: gcc-12 (= 12.2.0-14+apertis1bv2024dev3b1) Homepage: https://www.gnu.org/software/gcc/ Package: gobjc-mingw-w64-i686-win32-dbgsym Priority: optional Section: debug Installed-Size: 100093 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (25.2+apertis0bv2024preb1) Version: 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1 Depends: gobjc-mingw-w64-i686-win32 (= 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1) Filename: pool/development/g/gcc-mingw-w64/gobjc-mingw-w64-i686-win32-dbgsym_12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1_amd64.deb Size: 98159760 MD5sum: 249d6aa6d037249a7281b488abfca62f SHA1: 453f3cc95060e43868aa0650e067071a709befab SHA256: 321f304482b02177ce9353f87ba7159435e366fc04fab6abd0abc51a8849e64e SHA512: f97163ba72200bd42c69e69c0ebdfd14161eac9d24d235b4929351f01f258f4ace53119a145b02503c6bc6adbf183bdeddcec9aa59b265e567f9b713a272a600 Description: debug symbols for gobjc-mingw-w64-i686-win32 Auto-Built-Package: debug-symbols Build-Ids: 10a78b3c502549398dc0731ac7f2cffdb7a47eb4 Package: gobjc-mingw-w64-x86-64 Priority: optional Section: devel Installed-Size: 253 Maintainer: Stephen Kitt Architecture: all Source: gcc-mingw-w64 (25.2+apertis0bv2024preb1) Version: 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1 Depends: gobjc-mingw-w64-x86-64-posix, gobjc-mingw-w64-x86-64-win32 Filename: pool/development/g/gcc-mingw-w64/gobjc-mingw-w64-x86-64_12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1_all.deb Size: 185476 MD5sum: 3b8ef4b349107c01853ea631b37f1e3e SHA1: 00bb629bc96f7bab90d8a3a5588878d0b5463acd SHA256: e469275293811c9c765fd4c74a2bc6e092478ed68445953ac12c29e405a12f8b SHA512: 85db0cd3a687fc289488872d52bc516438e5547034a97df185e737a7b20d80c07873bb1d92b4fefc88c8bbc1b1c480aa9e7d71c0318d82e8e71625659dc3a21d Description: GNU Objective-C compiler for MinGW-w64 targeting Win64 MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This metapackage provides the Objective-C compiler, supporting cross-compiling to 64-bit MinGW-w64 targets. Homepage: https://www.gnu.org/software/gcc/ Package: gobjc-mingw-w64-x86-64-posix Priority: optional Section: devel Installed-Size: 33402 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (25.2+apertis0bv2024preb1) Version: 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1 Replaces: gobjc-mingw-w64-x86-64 (<< 9.3.0-8+22) Depends: gcc-mingw-w64-x86-64-posix (= 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1), gcc-mingw-w64-x86-64-posix-runtime (= 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1), gcc-mingw-w64-base (= 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1), libc6 (>= 2.34), libgcc-s1 (>= 4.2), libgmp10 (>= 2:6.2.1+dfsg1), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libstdc++6 (>= 5.2), zlib1g (>= 1:1.1.4) Suggests: gcc-12-locales (>= 12.2.0) Breaks: gobjc-mingw-w64-x86-64 (<< 9.3.0-8+22) Filename: pool/development/g/gcc-mingw-w64/gobjc-mingw-w64-x86-64-posix_12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1_amd64.deb Size: 9561668 MD5sum: d75eba86e52de0fbfd832f1ad0f7005f SHA1: dcced9ffee5b0c94deed37660922fae957b762e0 SHA256: 683c5a3d04c2b619d1c3556f0c546554c86ea3a200bf97ed33b69023353dbab1 SHA512: 0b7de58e45d504002be91ebc4625671a830be2a0dc300b834cb9c9b3ef9b3e17dfa213e292ebf959c1f60d3b11ea9d01cb6581a557340a90e0d40b9573ac8f21 Description: GNU Objective-C compiler for MinGW-w64, Win64/POSIX MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This package contains the Objective-C compiler, supporting cross-compiling to 64-bit MinGW-w64 targets, using the POSIX threading model. Built-Using: gcc-12 (= 12.2.0-14+apertis1bv2024dev3b1) Homepage: https://www.gnu.org/software/gcc/ Package: gobjc-mingw-w64-x86-64-posix-dbgsym Priority: optional Section: debug Installed-Size: 100710 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (25.2+apertis0bv2024preb1) Version: 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1 Depends: gobjc-mingw-w64-x86-64-posix (= 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1) Filename: pool/development/g/gcc-mingw-w64/gobjc-mingw-w64-x86-64-posix-dbgsym_12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1_amd64.deb Size: 98762488 MD5sum: d41db6585786c7d36733807b119d9eea SHA1: ef008a4f12250623df6829dcd356bb8a3c8e63bb SHA256: 9607b0707165ef56afcb36f2feec18f47db7f07cd9c0174351152de4466962e7 SHA512: 081e69242467bcac99a701f1d32a94d04fbe1cc7e1e0d5c0f50b156a9e19c908216cb1f344ec4bf5cc328180af98544ee9d367b2396a2902efd5195935c65c9e Description: debug symbols for gobjc-mingw-w64-x86-64-posix Auto-Built-Package: debug-symbols Build-Ids: 05f819ed05ec4a19ad1b6bb2ca6b654f771e710c Package: gobjc-mingw-w64-x86-64-win32 Priority: optional Section: devel Installed-Size: 33418 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (25.2+apertis0bv2024preb1) Version: 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1 Replaces: gobjc-mingw-w64-x86-64 (<< 9.3.0-8+22) Depends: gcc-mingw-w64-x86-64-win32 (= 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1), gcc-mingw-w64-x86-64-win32-runtime (= 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1), gcc-mingw-w64-base (= 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1), libc6 (>= 2.34), libgcc-s1 (>= 4.2), libgmp10 (>= 2:6.2.1+dfsg1), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libstdc++6 (>= 5.2), zlib1g (>= 1:1.1.4) Suggests: gcc-12-locales (>= 12.2.0) Breaks: gobjc-mingw-w64-x86-64 (<< 9.3.0-8+22) Filename: pool/development/g/gcc-mingw-w64/gobjc-mingw-w64-x86-64-win32_12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1_amd64.deb Size: 9563236 MD5sum: 9b5eb10e8b0c081c85c4c12d7345e752 SHA1: fddd23da2495129703d2f4f4bdaec67f223ddec3 SHA256: 8bc9e1c8fa73c236fdfe0f2a1d8b6dd442125b3038f029ae472f55b8f92c965f SHA512: f8e232b85127e8af7c70464256ec7f63882afb8b29fd197e046256e63998439d6eb7e852a25d741d2d9c23c8edd08bc3552029414872eb53497a154a5b43e50f Description: GNU Objective-C compiler for MinGW-w64, Win64/Win32 MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This package contains the Objective-C compiler, supporting cross-compiling to 64-bit MinGW-w64 targets, using the Win32 threading model. Built-Using: gcc-12 (= 12.2.0-14+apertis1bv2024dev3b1) Homepage: https://www.gnu.org/software/gcc/ Package: gobjc-mingw-w64-x86-64-win32-dbgsym Priority: optional Section: debug Installed-Size: 100710 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (25.2+apertis0bv2024preb1) Version: 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1 Depends: gobjc-mingw-w64-x86-64-win32 (= 12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1) Filename: pool/development/g/gcc-mingw-w64/gobjc-mingw-w64-x86-64-win32-dbgsym_12.2.0-14+apertis1bv2024dev3b1+25.2+apertis0bv2024preb1_amd64.deb Size: 98761032 MD5sum: b8084172eeda72ffb0a6a76e5d379e95 SHA1: 3cf515fd1ced4da8086c773ebe33c96e13fdbe9e SHA256: 303d75985eaedc4ea0e96d50ee75709320b93614b77c1cbaf648097a1541a0c5 SHA512: 92e91abd18ecb8a1275f002840844580b16da5476c88fcd4f9e50776f1a0f832ba939048febe463ac607213b6181dd7a9799026a07c0f75687b82d184622968a Description: debug symbols for gobjc-mingw-w64-x86-64-win32 Auto-Built-Package: debug-symbols Build-Ids: d532c627ebe34212f4f8f40b78f74a9a8c70d49a Package: gobjc-multilib Priority: optional Section: devel Installed-Size: 6 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.203+apertis0bv2024preb1) Version: 4:12.2.0-3+apertis0bv2024preb1 Depends: cpp (>= 4:12.2.0-3+apertis0bv2024preb1), gcc-multilib (>= 4:12.2.0-3+apertis0bv2024preb1), gobjc (>= 4:12.2.0-3+apertis0bv2024preb1), gobjc-12-multilib (>= 12.2.0-1~) Filename: pool/development/g/gcc-defaults/gobjc-multilib_12.2.0-3+apertis0bv2024preb1_amd64.deb Size: 1032 MD5sum: 07a18377ee21682fb19cdfd3f3c7d684 SHA1: dd0f8d430d231978c7c89a00dbcdaaa6648327db SHA256: 168a8c04d596f6b595f80e492bcb33b5b2a48b1404443fbc890fb6f739e9d080 SHA512: 1b2cf2a7a5b3ddd85f17e66ad41ebcf78660bfaa5bb0cc5673a17482afd01ba085f32983caf5e71c2671905b5736376061e9a69802aff95768ef2dcde0834e84 Description: GNU Objective-C compiler (multilib files) This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. . A dependency package on architectures with multilib support; the package contains dependencies for the non-default multilib architecture(s). Package: gobjc-multilib-i686-linux-gnu Priority: optional Section: devel Installed-Size: 6 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.203+apertis0bv2024preb1) Version: 4:12.2.0-3+apertis0bv2024preb1 Depends: cpp-i686-linux-gnu (>= 4:12.2.0-3+apertis0bv2024preb1), gobjc-i686-linux-gnu (>= 4:12.2.0-3+apertis0bv2024preb1), gcc-multilib-i686-linux-gnu (>= 4:12.2.0-3+apertis0bv2024preb1), gobjc-12-multilib-i686-linux-gnu (>= 12.2.0-1~) Filename: pool/development/g/gcc-defaults/gobjc-multilib-i686-linux-gnu_12.2.0-3+apertis0bv2024preb1_amd64.deb Size: 1080 MD5sum: 47976b5a2ac866dbf0fbe5c03808e18d SHA1: e13ff46945369037228e10895b17e72c4fc4dd35 SHA256: 9e57feaa3ef12d3dbdc2def15600b45db380d4a73b3edd064d7c5b32aa9df28b SHA512: a637190cd0ae61eb6d5bf4dc27174a466ac8843712accb5dc83a6fee817c256bb40eceaf3948b3b91baa9d82c1fe0801ec218cde2f66b989c3d5583bb653c89c Description: GNU Objective-C compiler for the i386 architecture This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Objective-C cross-compiler for the i386 architecture. Package: gobjc-multilib-s390x-linux-gnu Priority: optional Section: devel Installed-Size: 6 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.203+apertis0bv2024preb1) Version: 4:12.2.0-3+apertis0bv2024preb1 Depends: cpp-s390x-linux-gnu (>= 4:12.2.0-3+apertis0bv2024preb1), gobjc-s390x-linux-gnu (>= 4:12.2.0-3+apertis0bv2024preb1), gcc-multilib-s390x-linux-gnu (>= 4:12.2.0-3+apertis0bv2024preb1), gobjc-12-multilib-s390x-linux-gnu (>= 12.2.0-1~) Filename: pool/development/g/gcc-defaults/gobjc-multilib-s390x-linux-gnu_12.2.0-3+apertis0bv2024preb1_amd64.deb Size: 1076 MD5sum: 7343e78b7e7376531f2453675fe0970a SHA1: 5714cd62f23064d95ad3dfed2ecae928b51034d5 SHA256: bafbf576a7f7cea318bc56bfe675d7094a1e09417faf0f3279efa08acc8a8949 SHA512: e3c7fad52352d2381ef4024d80a7309b84f0dfdce2208f3dc70d72ed61b20a9c62b402faf461d4e6026bbdb8bae6d4d9abe24a4e0e47df58e57d15ab6f5d6362 Description: GNU Objective-C compiler for the s390x architecture This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Objective-C cross-compiler for the s390x architecture. Package: gobjc-powerpc64le-linux-gnu Priority: optional Section: devel Installed-Size: 6 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.203+apertis0bv2024preb1) Version: 4:12.2.0-3+apertis0bv2024preb1 Depends: cpp-powerpc64le-linux-gnu (>= 4:12.2.0-3+apertis0bv2024preb1), gcc-powerpc64le-linux-gnu (>= 4:12.2.0-3+apertis0bv2024preb1), gobjc-12-powerpc64le-linux-gnu (>= 12.2.0-1~) Filename: pool/development/g/gcc-defaults/gobjc-powerpc64le-linux-gnu_12.2.0-3+apertis0bv2024preb1_amd64.deb Size: 1084 MD5sum: 2b62aa710d8cdb01488971e55f33e593 SHA1: 4106468e2a33ad1c7439724bbc059937d8eab2ad SHA256: e216287f15b1b6fb7010d8eac6ff415cf6849a04767f47bdb3cab6e3e503088f SHA512: b5a91a1eab6bfafaf1f9fdd2fe29d2bc420ef8bdd5c0c6c89163e3345a9424808f7fe32927c421c41f857d3537eb54629dd93ab002aa1e80cee41ec11223b5da Description: GNU Objective-C compiler for the ppc64el architecture This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Objective-C cross-compiler for the ppc64el architecture. Multi-Arch: foreign Package: gobjc-s390x-linux-gnu Priority: optional Section: devel Installed-Size: 6 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.203+apertis0bv2024preb1) Version: 4:12.2.0-3+apertis0bv2024preb1 Depends: cpp-s390x-linux-gnu (>= 4:12.2.0-3+apertis0bv2024preb1), gcc-s390x-linux-gnu (>= 4:12.2.0-3+apertis0bv2024preb1), gobjc-12-s390x-linux-gnu (>= 12.2.0-1~) Filename: pool/development/g/gcc-defaults/gobjc-s390x-linux-gnu_12.2.0-3+apertis0bv2024preb1_amd64.deb Size: 1072 MD5sum: 7e2400b4096b6a359f674c57cae450dc SHA1: 7e38d7c44ed7b837f1b062b928b9f43badfe5aa8 SHA256: 15b502b56d623d6de4ecdee78c096e0ad4be38048b652aaa6eed409ba09bb247 SHA512: 1e253d29cbd86d4ccf1f3a56cf0a524008232806a3889689d6f2955afee5fa162c1455982194a9d00db711e7f357b7c545c03696c262d1b7cce585c23f49757a Description: GNU Objective-C compiler for the s390x architecture This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Objective-C cross-compiler for the s390x architecture. Multi-Arch: foreign Package: gogoprotobuf Priority: optional Section: golang Installed-Size: 42770 Maintainer: Debian Go Packaging Team Architecture: amd64 Source: golang-gogoprotobuf Version: 1.3.2-3+apertis0bv2024dev2b1 Depends: golang-github-gogo-protobuf-dev (= 1.3.2-3+apertis0bv2024dev2b1), protobuf-compiler Filename: pool/development/g/golang-gogoprotobuf/gogoprotobuf_1.3.2-3+apertis0bv2024dev2b1_amd64.deb Size: 4937696 MD5sum: fd006e16f281fee219aae26aa88c371e SHA1: 07ad4f27c8b8ad272ba9045b6b2e1fdd6153105b SHA256: c3d4690dfd197e24a8ae93472216300309753dee402f5e51ef05967c0e49d0f5 SHA512: 61f27f1acd51e4d6943fe7bb2eccc59b5e796f905fab6b09acd7f52254e831bb71eec9c5af9165c1d8ece2b60f4eab7f74eae51c5ffc6f7832416f2f1814a44d Description: alternative protocol buffer support for Golang - utilities An alternative protocol buffer support for the Go programming language, forked from golang-goprotobuf. It is backwards compatible with goprotobuf, but provides faster marshalling and unmarshalling and can generate extra helper code, tests and benchmarks. . This package provides utilities. Built-Using: golang-1.19 (= 1.19.6-2) Homepage: https://github.com/gogo/protobuf Package: gogottrpc Priority: optional Section: golang Installed-Size: 11419 Maintainer: Debian Go Packaging Team Architecture: amd64 Source: golang-gogottrpc Version: 1.1.1-1+apertis0bv2024dev3b1 Filename: pool/development/g/golang-gogottrpc/gogottrpc_1.1.1-1+apertis0bv2024dev3b1_amd64.deb Size: 2647428 MD5sum: 69170316b4f31601c21f01794d86a98b SHA1: d1d2273ed16709457ef900d4ea40f9a57337369a SHA256: e2c7bc65fbf4e449790f3f24f8a907b8f190ae247bded9239bf51421d309a484 SHA512: fbea2e56ae61ce5200de309c0ed6a2ea52f13ff71b6c0aa8459b173b888b5194ca897798820ff8c0a49c3219afc0636c5a15ef24d7ab5c97f77b64e08a4ac040 Description: GRPC for low-memory environments - utilities The existing grpc-go project requires a lot of memory overhead for importing packages and at runtime. While this is great for many services with low density requirements, this can be a problem when running a large number of services on a single machine or on a machine with a small amount of memory. . Using the same GRPC definitions, this project reduces the binary size and protocol overhead required. We do this by eliding the net/http, net/http2 and grpc package used by grpc replacing it with a lightweight framing protocol. The result are smaller binaries that use less resident memory with the same ease of use as GRPC. . Please note that while this project supports generating either end of the protocol, the generated service definitions will be incompatible with regular GRPC services, as they do not speak the same protocol. . This package provides utilities. Built-Using: golang-1.19 (= 1.19.8-2+apertis0bv2024dev2b1), golang-github-golang-protobuf-1-3 (= 1.3.5-4+apertis0bv2024dev2b1), golang-gogoprotobuf (= 1.3.2-3+apertis0bv2024dev2b1), golang-golang-x-sys (= 0.3.0-1+apertis0bv2024dev2b1), golang-google-genproto (= 0.0~git20200413.b5235f6-3+apertis0bv2024dev2b1), golang-google-grpc (= 1.33.3-2+apertis1bv2024dev2b1), golang-google-protobuf (= 1.28.1-3+apertis0bv2024dev2b1), golang-logrus (= 1.9.0-1+apertis0bv2024dev2b1) Homepage: https://github.com/containerd/ttrpc Package: golang Priority: optional Section: golang Installed-Size: 12 Maintainer: Debian Go Compiler Team Architecture: amd64 Source: golang-defaults Version: 2:1.19~1+apertis0bv2024dev2b1 Depends: golang-1.19, golang-doc (>= 2:1.19~1+apertis0bv2024dev2b1), golang-go (>= 2:1.19~1+apertis0bv2024dev2b1), golang-src (>= 2:1.19~1+apertis0bv2024dev2b1) Filename: pool/development/g/golang-defaults/golang_1.19~1+apertis0bv2024dev2b1_amd64.deb Size: 4996 MD5sum: 19a63a80f40f6ceb4ef90f316613e1b9 SHA1: 1f60b5c541cc7f615029fb5f4b5ffa58533c8040 SHA256: fc07a00f98f6e926e2da3508ecde8b4891c47e7f61d7ac9ee481d6c2854d0d27 SHA512: 27ad2e8ee51aff85e2e45e3baee950866ae19626f36b0c446290a199e5d3b3f8ec2408395c45b9c003a9b785df8e3d291178524faff7e1cef0781a1ec2096cb6 Description: Go programming language compiler - metapackage The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. . This package is a metapackage that, when installed, guarantees that (most of) a full Go development environment is installed. Homepage: https://golang.org Multi-Arch: same Package: golang-1.19 Priority: optional Section: golang Installed-Size: 48 Maintainer: Debian Go Compiler Team Architecture: all Version: 1.19.8-2+apertis0bv2024dev2b1 Depends: golang-1.19-doc (>= 1.19.8-2+apertis0bv2024dev2b1), golang-1.19-go (>= 1.19.8-2+apertis0bv2024dev2b1), golang-1.19-src (>= 1.19.8-2+apertis0bv2024dev2b1) Filename: pool/development/g/golang-1.19/golang-1.19_1.19.8-2+apertis0bv2024dev2b1_all.deb Size: 18360 MD5sum: 5a2eda5efea98def2eab39c5cb8e27b6 SHA1: 07dc0820b6167a975b8ae5fe5a2cf3ea9e147b80 SHA256: ecbccb540ade155b7638c36eb49ab43e5e54a1d4787a9447f4b3ef2f1e47694d SHA512: 1a23ffdae2e44797d73add21639cb2adebe4b3a0760fd3c15320aa76cdaa1fed79e517f7d7472d95e4ea4d24b076023b3edf4f2dd9b622530663e07e7bcd877f Description: Go programming language compiler - metapackage The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. . This package is a metapackage that, when installed, guarantees that (most of) a full Go development environment is installed. . To use this version, instead of the default one provided by golang-go package, add /usr/lib/go-1.19/bin/ to PATH, or invoke /usr/lib/go-1.19/bin/go directly. Homepage: https://go.dev/ Package: golang-1.19-doc Priority: optional Section: doc Installed-Size: 583 Maintainer: Debian Go Compiler Team Architecture: all Source: golang-1.19 Version: 1.19.8-2+apertis0bv2024dev2b1 Filename: pool/development/g/golang-1.19/golang-1.19-doc_1.19.8-2+apertis0bv2024dev2b1_all.deb Size: 97388 MD5sum: 2e9558049a9b5b8e135f8d1f64adf36b SHA1: bf8b2096b1870081ab017951320e43245f774c4f SHA256: 2c9fbbaa14e5798476c94e4521320e624ba88c993186248ad3eaa6c3688a7c0a SHA512: 4f375f03a75264750c28ddba10a4b78fe2654e62577e6ab6ae2464db44bb5fd8c8c823b62b55bd42863966b0f6f93a54db0ca4e4f6c590f0c27348174af6fe59 Description: Go programming language - documentation The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. . This package provides the documentation for the Go programming language. Homepage: https://go.dev/ Multi-Arch: foreign Package: golang-1.19-go Priority: optional Section: golang Installed-Size: 334885 Maintainer: Debian Go Compiler Team Architecture: amd64 Source: golang-1.19 Version: 1.19.8-2+apertis0bv2024dev2b1 Depends: golang-1.19-src (>= 1.19.8-2+apertis0bv2024dev2b1), libc6 (>= 2.34) Recommends: g++, gcc, libc6-dev, pkg-config Suggests: bzr | brz, ca-certificates, git, mercurial, subversion Breaks: dh-golang (<< 1.43~) Filename: pool/development/g/golang-1.19/golang-1.19-go_1.19.8-2+apertis0bv2024dev2b1_amd64.deb Size: 62714808 MD5sum: 977af0cd4eea58667a949783f852dced SHA1: e8d1d07b3b39c15a838440490b7818e1b1feb43a SHA256: 7d1551989c87e2fd8f721f6bfb075c542134d38ed4b67f622966007da09f8061 SHA512: 243aa311522d194e4fbabbc1173673b667c7c1ea83929c6c86be74f2a1ae3ae9a8223424ff5aad121d9a10c3e528ba60861e52c6dc03f5f321ef46c0589f2d3e Description: Go programming language compiler, linker, compiled stdlib The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. . This package provides an assembler, compiler, linker, and compiled libraries for the Go programming language. . To use this version, instead of the default one provided by golang-go package, add /usr/lib/go-1.19/bin/ to PATH, or invoke /usr/lib/go-1.19/bin/go directly. Homepage: https://go.dev/ Package: golang-1.19-src Priority: optional Section: golang Installed-Size: 118541 Maintainer: Debian Go Compiler Team Architecture: all Source: golang-1.19 Version: 1.19.8-2+apertis0bv2024dev2b1 Filename: pool/development/g/golang-1.19/golang-1.19-src_1.19.8-2+apertis0bv2024dev2b1_all.deb Size: 18308952 MD5sum: 3884fc8922e33d1afd94c800ffc4c3b2 SHA1: ca8d1f75aabd920f3502d7481ef775f2a60777b0 SHA256: 6d07a6a3fe5477b9af2884ff1126c616a35665b5ca268f36be109222b104136a SHA512: 0d06966e6d327f664bf946361e73f7f65b5a8c00d810e02a2f606f4f29701d92de9ee057648c395420347a35b7c635f619a6ff883f876728cefa72caf7c9ca72 Description: Go programming language - source files The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. . This package provides the Go programming language source files needed for compilation. Homepage: https://go.dev/ Multi-Arch: foreign Package: golang-any Priority: optional Section: golang Installed-Size: 12 Maintainer: Debian Go Compiler Team Architecture: amd64 Source: golang-defaults Version: 2:1.19~1+apertis0bv2024dev2b1 Depends: golang-go (>= 2:1.19~1+apertis0bv2024dev2b1) | gccgo-go (>= 2:1.19~1+apertis0bv2024dev2b1) Filename: pool/development/g/golang-defaults/golang-any_1.19~1+apertis0bv2024dev2b1_amd64.deb Size: 5132 MD5sum: 2aa05c9d94ac0d6c4444973573205cfe SHA1: 1b90f3a0908c63fd03c6ab61621ce7c0d5fb78c3 SHA256: c5d0d94d5775bb2756c5ae9e22fc28b9df5dfd38bc87e4d046be5c032bb0a367 SHA512: 169878e6a8a4110f45fe5f654d982315d6fb28cd881148d6bbe8b78de64a899e701d24895c20825a5b1cba9e5ba010b8bc438dc27393cce112378f95898bfbb4 Description: Go programming language -- gccgo on "non-Go" platforms The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. . This is a dependency package that depends on the default Go toolchain and compiled standard library or gccgo on architectures that do not have a native toolchain ("gc compiler") port. Because the gccgo and Go releases are not on the same schedule, it is not guaranteed that the version of the Go language provided by the version of gccgo that this package depends upon will match the version of this package. Homepage: https://golang.org Multi-Arch: same Package: golang-cfssl Priority: extra Section: devel Installed-Size: 41797 Maintainer: Debian Go Packaging Team Architecture: amd64 Source: golang-github-cloudflare-cfssl Version: 1.2.0+git20160825.89.7fb22c8-3.1apertis0bv2024dev2b1 Depends: libc6 (>= 2.34), libsqlite3-0 (>= 3.12.0) Filename: pool/development/g/golang-github-cloudflare-cfssl/golang-cfssl_1.2.0+git20160825.89.7fb22c8-3.1apertis0bv2024dev2b1_amd64.deb Size: 8192904 MD5sum: 2e8c8418c466d9f2d5fabf22725885ca SHA1: 12d7f43c81d602686d34cb3284bc342e82955236 SHA256: 8374d576a9efc1ef539d850eae01076ddca17b63741271a88db73815f498ebec SHA512: 933f4c7394ddae4c77ecc9981c1d306936302da1947460d63b2047d20b273013bede66589f5d1664e53f4be0f621e79d869ae3b27252dda222ceba97744c6bf8 Description: CloudFlare's PKI and TLS toolkit CFSSL is CloudFlare's PKI/TLS swiss army knife. It is both a command line tool and an HTTP API server for signing, verifying, and bundling TLS certificates. CFSSL can be used to build custom TLS PKI tools as well as create and manipulate traditional certificate structures using code or on the command line. . This package contains the command line executables. Built-Using: golang-1.19 (= 1.19.8-2+apertis0bv2024dev2b1), golang-github-cloudflare-go-metrics (= 0.0~git20151117.0.6a9aea3-4+apertis0bv2024dev2b1), golang-github-cloudflare-redoctober (= 0.0~git20161017.0.78e9720-5apertis0bv2024dev2b1), golang-github-daaku-go.zipexe (= 1.0.1-2+apertis0bv2024dev2b1), golang-github-geertjohan-go.rice (= 1.0.2-1apertis0bv2024dev2b1), golang-github-go-sql-driver-mysql (= 1.5.0-2+apertis0bv2024dev2b1), golang-github-google-certificate-transparency (= 0.0~git20160709.0.0f6e3d1~ds1-3co1bv2024dev2b1), golang-github-jmhodges-clock (= 1.0-3.1+apertis0bv2024dev2b1), golang-github-jmoiron-sqlx (= 1.3.5-1+apertis0bv2024dev2b1), golang-github-kisielk-sqlstruct (= 0.0~git20150917.0.0b86a3e-2.1apertis0bv2024dev2b1), golang-github-kisom-goutils (= 0.0~git20161101.0.858c9cb-2.1apertis0bv2024dev2b1), golang-github-lib-pq (= 1.10.7-2+apertis0bv2024dev2b1), golang-github-mattn-go-sqlite3 (= 1.14.16~ds1-1+apertis0bv2024dev2b1), golang-go.crypto (= 1:0.4.0-1+apertis0bv2024dev2b1), golang-golang-x-net (= 1:0.7.0+dfsg-1+apertis0bv2024dev2b1) Homepage: https://github.com/cloudflare/cfssl Package: golang-cfssl-dbgsym Priority: optional Section: debug Installed-Size: 16714 Maintainer: Debian Go Packaging Team Architecture: amd64 Source: golang-github-cloudflare-cfssl Version: 1.2.0+git20160825.89.7fb22c8-3.1apertis0bv2024dev2b1 Depends: golang-cfssl (= 1.2.0+git20160825.89.7fb22c8-3.1apertis0bv2024dev2b1) Filename: pool/development/g/golang-github-cloudflare-cfssl/golang-cfssl-dbgsym_1.2.0+git20160825.89.7fb22c8-3.1apertis0bv2024dev2b1_amd64.deb Size: 13805772 MD5sum: a3c0fe1d53b4a81ac94149732ccf09b9 SHA1: f65d1ad6091cb26e7a7cdef2b977dbd2da1f48ec SHA256: e7e702e40990ada644b018c84d9ff659a311441e4efd4a20495f60e2914f7b9e SHA512: e86b648ab77ad98b46a646254a77ff0f3693d8e68be05ac21185e62d2967a175e3eb1cde3c34e8670ab71b06c0d87fd09818db37b710d37faca473f489759ccc Description: debug symbols for golang-cfssl Auto-Built-Package: debug-symbols Build-Ids: 1520fece2f90773f41f771dc8ae159ff47dd7c8f 85e3c0ddf0f3fdb4ba0ab62e6553678c95c5466f 86ca9f93b43c02c62f7350a5c4c4a66a6624fbae 8b6ef200f9394113db3ea43c6dcfcce24738a8af bfd94eacb50b159365415cfcae0701104bb5e64c c5f2aa46772255f4508b3ce2ae5492abc852653a fd10094063e9bd1eda07e72e425b703f6583d9c9 Package: golang-clockwork-dev Priority: extra Section: oldlibs Installed-Size: 8 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-jonboulle-clockwork Version: 0.1.0-4.1apertis0bv2024dev2b1 Depends: golang-github-jonboulle-clockwork-dev Filename: pool/development/g/golang-github-jonboulle-clockwork/golang-clockwork-dev_0.1.0-4.1apertis0bv2024dev2b1_all.deb Size: 1904 MD5sum: cf31adc00c05d63d8fe1e103f526bd0c SHA1: 24ccdbc7496136199ea8cc30c550b5eba288b769 SHA256: 473c34be7944ca472bf406aa9ef6c17a60d1aaf49f5056fd41333774c0ded478 SHA512: d5e00718ef5096c828e7178e9f2cde1b675ebb9c82323efa47c9e449f5d936b5827d2e49306f8984533c26f7158c3303164b38cd9ca0cd379f0c0cb17527111c Description: Transitional package for golang-github-jonboulle-clockwork-dev This is a transitional package to ease upgrades to the golang-github-jonboulle-clockwork-dev package. Homepage: https://github.com/jonboulle/clockwork Package: golang-dbus-dev Priority: optional Section: golang Installed-Size: 348 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-dbus Version: 5.1.0-1+apertis0bv2024dev2b1 Provides: golang-github-godbus-dbus-dev Filename: pool/development/g/golang-dbus/golang-dbus-dev_5.1.0-1+apertis0bv2024dev2b1_all.deb Size: 64228 MD5sum: 7411a79b9c8f6fa4dbc177abf5b3b785 SHA1: 43f044b90dce51ebc2ad888ff3f445e812caa969 SHA256: 9332b2d3983d19db683dcd2f9b75edbc63b07694c22f3da2855c682ca5c9ff0d SHA512: b81f31c2f7eb3dfbdcd12d139c283b907679390214c404cc4f62e49370b313e19d96163292c643e131b3b7fafe9e089d9889b4c6ec86a64866464ecc629c35c0 Description: Go client bindings for D-Bus Package "dbus" is a simple library that implements native Go client bindings for the D-Bus message bus system. . This package contains the source. Homepage: https://github.com/godbus/dbus Multi-Arch: foreign Package: golang-doc Priority: optional Section: doc Installed-Size: 12 Maintainer: Debian Go Compiler Team Architecture: all Source: golang-defaults Version: 2:1.19~1+apertis0bv2024dev2b1 Depends: golang-1.19-doc, golang-go (>= 2:1.19~1+apertis0bv2024dev2b1) Filename: pool/development/g/golang-defaults/golang-doc_1.19~1+apertis0bv2024dev2b1_all.deb Size: 5048 MD5sum: bdc0cad5dab357a34e383a9c3f8fb6e1 SHA1: d4973b1db6dc691fbdf5a8bde9117632d0d98c88 SHA256: 5ec9287f99384e85f528bb32cc2a6ca3dacece5a14e542e7d4df0b0f51958ad4 SHA512: 0ee659e5ea47c17e98650e595683a71c58198c32727c19805bc3a9c3cf27ebdf1f98e42c46201ed7fc698f63ea5f23cd626953b63f5f4563c2d3317374c2b7b2 Description: Go programming language - documentation The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. . This is a dependency package that depends on the default Go documentation. You can view the formatted documentation by installing the golang-golang-x-tools package, running "godoc --http=:6060", and then visiting http://localhost:6060/doc/install.html. Homepage: https://golang.org Multi-Arch: foreign Package: golang-docker-credential-helpers Priority: optional Section: golang Installed-Size: 3427 Maintainer: Debian Go Packaging Team Architecture: amd64 Source: golang-github-docker-docker-credential-helpers Version: 0.6.4+ds1-1+apertis0bv2024dev2b1 Depends: gnome-keyring, libc6 (>= 2.34), libglib2.0-0 (>= 2.28.0), libsecret-1-0 (>= 0.7) Suggests: pass Filename: pool/development/g/golang-github-docker-docker-credential-helpers/golang-docker-credential-helpers_0.6.4+ds1-1+apertis0bv2024dev2b1_amd64.deb Size: 819328 MD5sum: 2adf79079ca9eca35e32f017f73c9ac9 SHA1: 87e025620914dbb0db0a2e79909210e89f82b62d SHA256: 069e68fce685bc0aec58382847b44cad912440d2e34ab381b4b7cd44774d9984 SHA512: b3ac6bb6aec4de635c7bac995263561617d3c60d8b500009dfd3413c32868d53ca50749c62a36ed93b9251dd9bb5dfd82452f857b7ea4ef9b93b2f8966f5c46e Description: native stores to safeguard Docker credentials The docker-credential-helpers package is a suite of programs to use the built-in OS native stores to keep Docker credentials safe. . This package contains the command-line executables. Built-Using: golang-1.19 (= 1.19.6-2), golang-golang-x-sys (= 0.3.0-1+apertis0bv2024dev2b1) Homepage: https://github.com/docker/docker-credential-helpers Package: golang-docker-credential-helpers-dbgsym Priority: optional Section: debug Installed-Size: 775 Maintainer: Debian Go Packaging Team Architecture: amd64 Source: golang-github-docker-docker-credential-helpers Version: 0.6.4+ds1-1+apertis0bv2024dev2b1 Depends: golang-docker-credential-helpers (= 0.6.4+ds1-1+apertis0bv2024dev2b1) Filename: pool/development/g/golang-github-docker-docker-credential-helpers/golang-docker-credential-helpers-dbgsym_0.6.4+ds1-1+apertis0bv2024dev2b1_amd64.deb Size: 640684 MD5sum: 162a7ef17d4c58c89bb144572a00b0e3 SHA1: f5bc313a980174aa1412a8f2562989ce650d55f3 SHA256: a757982572c9e874213ced402663836abf1584db367796bb202a2c3248a7a752 SHA512: ca89615d1ff940d85f0794a97899c6ea40d2cc2b0d4a164a7cf6ee0e14e3b4ff5dfab3ada161d066fe964efcd57ccd20b8784a55653f0f5e323378ed0376807d Description: debug symbols for golang-docker-credential-helpers Auto-Built-Package: debug-symbols Build-Ids: b17f113f64dc76ca68474af76b8eb3e08c52cd7a Package: golang-etcd-server-dev Priority: optional Section: net Installed-Size: 6775 Maintainer: Debian Go Packaging Team Architecture: all Source: etcd Version: 3.4.23-4+apertis0bv2024dev2b1 Provides: golang-github-coreos-etcd-dev Depends: golang-github-bgentry-speakeasy-dev (>= 0.1.0~), golang-github-cockroachdb-datadriven-dev, golang-github-coreos-bbolt-dev, golang-github-coreos-go-semver-dev (>= 0.2.0~), golang-github-coreos-go-systemd-dev, golang-github-coreos-pkg-dev (>= 3~), golang-github-creack-pty-dev (>= 1.1.11~), golang-github-dustin-go-humanize-dev, golang-github-gogo-protobuf-dev, golang-github-golang-groupcache-dev (>= 0.0~git20160516.0.02826c3~), golang-github-golang-jwt-jwt-dev, golang-github-google-btree-dev, golang-github-google-uuid-dev, golang-github-grpc-ecosystem-go-grpc-middleware-dev, golang-github-grpc-ecosystem-go-grpc-prometheus-dev, golang-github-grpc-ecosystem-grpc-gateway-dev (>= 1.2.0~), golang-github-jonboulle-clockwork-dev, golang-github-json-iterator-go-dev, golang-github-modern-go-reflect2-dev, golang-github-olekukonko-tablewriter-dev (>= 0.0~git20170122.0.a0225b3~), golang-github-prometheus-client-golang-dev (>= 1.0.0~), golang-github-prometheus-client-model-dev, golang-github-soheilhy-cmux-dev, golang-github-spf13-cobra-dev, golang-github-spf13-pflag-dev, golang-github-tmc-grpc-websocket-proxy-dev, golang-github-urfave-cli-dev, golang-github-xiang90-probing-dev (>= 0.0.1~), golang-go.uber-zap-dev, golang-golang-x-crypto-dev, golang-golang-x-net-dev, golang-golang-x-sys-dev, golang-golang-x-time-dev, golang-google-grpc-dev, golang-gopkg-cheggaaa-pb.v1-dev, golang-gopkg-yaml.v2-dev, golang-goprotobuf-dev, golang-k8s-sigs-yaml-dev Breaks: golang-github-docker-docker-dev (<< 20.10.21+dfsg1-2~), nextcloud-spreed-signaling (<< 0.4.1-3~), vip-manager (<< 1.0.2-5~) Filename: pool/development/e/etcd/golang-etcd-server-dev_3.4.23-4+apertis0bv2024dev2b1_all.deb Size: 908040 MD5sum: 6342211e6a9938d5cd76b9df28a917df SHA1: 3e96703b8506c37634188bcd9ee8294c761cc502 SHA256: d57ad0e56e89c27657d75784f8d1d7eefea46df79a4a5c35bdfc247ab4a44953 SHA512: 3439c607b0350f809e556422ae036bf7c32e9b57b87a904c060f254fcb90b0eb7db950de26857ea949657bd92e5c18d50e935b59499d7ba900c3c7755e6c3802 Description: highly-available key value store -- source A highly-available key value store for shared configuration and service discovery. etcd is inspired by zookeeper and doozer, with a focus on: . * Simple: curl'able user facing API (HTTP+JSON) * Secure: optional SSL client cert authentication * Fast: benchmarked 1000s of writes/s per instance * Reliable: Properly distributed using Raft . Etcd uses the Raft consensus algorithm to manage a highly-available replicated log. . This package contains the source. Homepage: https://etcd.io Package: golang-ginkgo-dev Priority: optional Section: oldlibs Installed-Size: 19 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-ginkgo Version: 1.16.5-3+apertis0bv2024dev2b1 Depends: golang-github-onsi-ginkgo-dev Filename: pool/development/g/golang-ginkgo/golang-ginkgo-dev_1.16.5-3+apertis0bv2024dev2b1_all.deb Size: 11516 MD5sum: cd8bdd1db904bdd7d915e8eedb7c2881 SHA1: 3e4e43b9bcfcedd8f9e15eaf1ac14b318c9a0531 SHA256: 8cf113d2bf1c7c0a295d5c1851c327b980c89a8e0a1c8d5df9b1f5a4d172287c SHA512: b4f6ec2a01d2718283fff043ae25284467e84deece1d561f1cc632b241b6b17b0fe15f57e6f659465e1eb7223531f28e6901c9516ff29a4ff35c6d0c24acdf12 Description: Transitional package for golang-github-onsi-ginkgo-dev This is a transitional package to ease upgrades to the golang-github-onsi-ginkgo-dev package. It can safely be removed. Homepage: https://github.com/onsi/ginkgo Multi-Arch: foreign Package: golang-github-14rcole-gopopulate-dev Priority: optional Section: devel Installed-Size: 20 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-14rcole-gopopulate Version: 0.0~git20171207.91c73a7-1.1+apertis1bv2024dev2b1 Filename: pool/development/g/golang-github-14rcole-gopopulate/golang-github-14rcole-gopopulate-dev_0.0~git20171207.91c73a7-1.1+apertis1bv2024dev2b1_all.deb Size: 4188 MD5sum: d4caf6d0c8fd9e8c0433af4295cd6435 SHA1: abf747f482085716a82dd11e49712bd8ab51ca9d SHA256: 3fe8ac4378d5dc060e9dc44762d9dfcc92d5823e89ab1e3b1f16d59bfa92da0b SHA512: f6679533b0a6a5c6cdb2239da877db38f8e1bf50cf6138c0eba390c6bb20ec80f5208103c90d3eb107c9638ab2df680377bf88ae6d41109d38a2fbaec347118e Description: Small library to populate a directory with random data populate a directory with random data. This package is used for debos image building tool. Homepage: https://github.com/14rcole/gopopulate Package: golang-github-acarl005-stripansi-dev Priority: optional Section: devel Installed-Size: 16 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-acarl005-stripansi Version: 0.0~git20180116.5a71ef0-3+apertis0bv2024dev3b1 Filename: pool/development/g/golang-github-acarl005-stripansi/golang-github-acarl005-stripansi-dev_0.0~git20180116.5a71ef0-3+apertis0bv2024dev3b1_all.deb Size: 3280 MD5sum: efb72f01e08d92c8e60d31f63ae3adfb SHA1: ba478ecc852ec04d7c2da578d65b3bdf8f62e743 SHA256: b82825cfa2f9c0d086444ebacb356a620591b79171514a0986437a81b971b44a SHA512: 9dd881f3e89aebe771772261bb1b7de1667890dd90a7889f406a25045efcd2f6996d1c3117dbcb233e965e834d19235a9d6fd88b7d3b5c5c4f42f88c44923b73 Description: Little Go package for removing ANSI color escape codes from strings This Go package removes ANSI escape codes from strings. . Ideally, one would prevent these from appearing in any text one wants to process. However, sometimes this can't be helped, and one needs to be able to deal with that noise. This will use a regexp to remove those unwanted escape codes. Homepage: https://github.com/acarl005/stripansi Multi-Arch: foreign Package: golang-github-akavel-rsrc-dev Priority: optional Section: devel Installed-Size: 54 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-akavel-rsrc Version: 1:0.8.0-2+apertis0bv2024dev2b1 Filename: pool/development/g/golang-github-akavel-rsrc/golang-github-akavel-rsrc-dev_0.8.0-2+apertis0bv2024dev2b1_all.deb Size: 12416 MD5sum: de5768a816496da933689bf1b73bd781 SHA1: 30e3ac3cc964c111e3a1d28fb0f4181e7a95cbef SHA256: 61628e99635595240fe26ca39c35fbd845baeb809b9946ea2d1fd236727e5989 SHA512: d3c25df9bf74af6cf376170c249364e74ba45a9a5e78b9edf987249b6eb0352a7806e54c89cd753d95485a8a0d2a88e5928665e9ca10f66f1ac72eac2b79e4d5 Description: Go library for embedding binary resources in executables rsrc is a Go library based on ideas presented by Minux. It will embed specified binary resources in the .rsrc section of the executable, and this can be detected automatically by 'go build'. Homepage: https://github.com/akavel/rsrc Multi-Arch: foreign Package: golang-github-alecthomas-units-dev Priority: optional Section: golang Installed-Size: 38 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-alecthomas-units Version: 0.0~git20211218.b94a6e3-1+apertis0bv2024dev2b1 Filename: pool/development/g/golang-github-alecthomas-units/golang-github-alecthomas-units-dev_0.0~git20211218.b94a6e3-1+apertis0bv2024dev2b1_all.deb Size: 8772 MD5sum: 66bf617112703b1b1bd5f44c5bbfccfe SHA1: bd2eeec83bc95ca5287f1f1d16298765ce814f03 SHA256: 1019c660ff64e7442ba320187822c0544cb51719537f13cd084194ba52b01ebb SHA512: ba6dd1a18cbb71d58e99a374734052029e79dbd4696b669c7b9cc1df52e9caf11a6a766c54d957e0eb47129cc976a97dcc953616a0df9399f3c73efa5eee4fe3 Description: Go package for parsing byte units This package provides multipliers and string conversion functions for byte units with support for decimal and binary SI prefixes. Homepage: https://github.com/alecthomas/units Multi-Arch: foreign Package: golang-github-alexflint-go-filemutex-dev Priority: optional Section: golang Installed-Size: 28 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-alexflint-go-filemutex Version: 1.2.0-1+apertis0bv2024dev2b1 Depends: golang-golang-x-sys-dev Filename: pool/development/g/golang-github-alexflint-go-filemutex/golang-github-alexflint-go-filemutex-dev_1.2.0-1+apertis0bv2024dev2b1_all.deb Size: 5988 MD5sum: 8bf144c40320ad28f99291838faafce9 SHA1: 0decfe952db633385ddba3fb582eb1113b2ec31e SHA256: e7010b26ffecc0dc345c4132fbd3032345874b412530388152c4b07f72544abf SHA512: 97000b01dd32d1d2cf9143830cf6c68edc48d586032a403895d1c04bd0a03cf2b4ef53b9c2666d6265c903126e6f6ab16a5bd2b4f5668e320cfc0d9d67bf75ae Description: processes synchronization library FileMutex is similar to sync.RWMutex, but also synchronizes across processes. On Linux, OSX, and other POSIX systems it uses the flock system call. Homepage: https://github.com/alexflint/go-filemutex Multi-Arch: foreign Package: golang-github-appc-cni-dev Priority: optional Section: golang Installed-Size: 404 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-appc-cni Version: 1.1.2-1+apertis0bv2024dev2b1 Provides: golang-github-containernetworking-cni-dev Filename: pool/development/g/golang-github-appc-cni/golang-github-appc-cni-dev_1.1.2-1+apertis0bv2024dev2b1_all.deb Size: 72696 MD5sum: db54e01c422a95153b992db2f99f24e2 SHA1: 1b05a67191b1c90a1b15d59f65277fa2eabdcc3b SHA256: d2751caa1afa1aa65cc22238ba58c1688fde909fcbf2e978eb20f68b68889be5 SHA512: 8abafe66cb652515c203e1521f979baa3093fa4e5c6c0a03fc9256d5f55badc339e55e23894124247b5b99c9dad0a4d9f4504cef5bf1617b6b0d89c2d2910465 Description: container network interface CNI, the Container Network Interface, is a proposed standard for configuring network interfaces for Linux application containers. The standard consists of a simple specification for how executable plugins can be used to configure network namespaces. Homepage: https://github.com/containernetworking/cni Multi-Arch: foreign Package: golang-github-armon-circbuf-dev Priority: optional Section: golang Installed-Size: 22 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-armon-circbuf Version: 0.0~git20190214.5111143-1apertis0bv2024dev2b1 Filename: pool/development/g/golang-github-armon-circbuf/golang-github-armon-circbuf-dev_0.0~git20190214.5111143-1apertis0bv2024dev2b1_all.deb Size: 4448 MD5sum: d9ecc16d1faee414ad6b3f9b70b39e37 SHA1: 1e5fbfd5097c61544766b1bad5b364e270c68a08 SHA256: 80adbe11188e9d9de21b7a48399aeb84457665735ff47c76eeed99c4fb35bb88 SHA512: e292fd8df6dfc05c5257ea67041c345d42ba0099248d8eea33ccedb89b75dcdf5608e5cc4f28b069ad5204f47206d5a5c32deaee4d5d7d8afe65c18b4878136c Description: Golang circular (ring) buffer This package provides the circbuf Go library. This provides a Buffer object which is a circular (or ring) buffer. It has a fixed size, but can be written to infinitely. Only the last size bytes are ever retained. The buffer implements the io.Writer interface. . This package contains the source. Homepage: https://github.com/armon/circbuf Multi-Arch: foreign Package: golang-github-armon-go-metrics-dev Priority: optional Section: devel Installed-Size: 152 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-armon-go-metrics Version: 0.3.4-1apertis0bv2024dev2b1 Depends: golang-github-circonus-labs-circonus-gometrics-dev (>= 2.3.1~), golang-github-datadog-datadog-go-dev, golang-github-hashicorp-go-immutable-radix-dev, golang-github-pascaldekloe-goe-dev, golang-github-prometheus-client-golang-dev Filename: pool/development/g/golang-github-armon-go-metrics/golang-github-armon-go-metrics-dev_0.3.4-1apertis0bv2024dev2b1_all.deb Size: 29876 MD5sum: 945a4ff4a1e1833cd7442442db19c7e4 SHA1: 093bd71188db560035bd17fd7f935eea52fc854c SHA256: c67b5220fa86c607c78defe630da76e2d2f47e5637e9beaea5dedeb6dc54ec97 SHA512: 6266858f553705721ae95295abf94de85ee677bb09e1cfd923e4e6dcd35be084a5c4556e158ab013af3c5bb6011f8b008d0a32e6a528a003d103f23337b899f7 Description: library for exporting performance and runtime metrics This library provides a metrics package which can be used to instrument code, expose application metrics, and profile runtime performance in a flexible manner. Homepage: https://github.com/armon/go-metrics Package: golang-github-armon-go-radix-dev Priority: optional Section: devel Installed-Size: 36 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-armon-go-radix Version: 1.0.0-2+apertis0bv2024dev2b1 Filename: pool/development/g/golang-github-armon-go-radix/golang-github-armon-go-radix-dev_1.0.0-2+apertis0bv2024dev2b1_all.deb Size: 7616 MD5sum: 2385985e84b189315970579f17ba6e1f SHA1: 9ab42ee15c48bc6cc39bb7a6d317a525a00deca7 SHA256: 4d82ba8aff14bc796611add2ccdb3a22db1572008374ed889120cbe566655e8f SHA512: 126014615b67d25009ff52eb10fe0a994b422d2364ad655c0cfe9f1222a287b8a6b2763a14a857050370d111db75e3a074c0113e5a4de11595fa012b1b58b58a Description: Golang implementation of Radix trees Provides the radix package that implements a radix tree. The package only provides a single Tree implementation, optimized for sparse nodes. . As a radix tree, it provides the following: . - O(k) operations. In many cases, this can be faster than a hash table since the hash function is an O(k) operation, and hash tables have very poor cache locality. - Minimum / Maximum value lookups - Ordered iteration . For an immutable variant, see go-immutable-radix. . This package contains the source. Homepage: https://github.com/armon/go-radix Multi-Arch: foreign Package: golang-github-aws-aws-sdk-go-dev Priority: optional Section: golang Installed-Size: 169107 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-aws-aws-sdk-go Version: 1.44.133-1+apertis0bv2024dev2b1 Depends: golang-github-jmespath-go-jmespath-dev (>= 0.4.0), golang-github-pkg-errors-dev (>= 0.9.1), golang-golang-x-net-dev (>= 1:0.0+git20210614.04defd4) Filename: pool/development/g/golang-github-aws-aws-sdk-go/golang-github-aws-aws-sdk-go-dev_1.44.133-1+apertis0bv2024dev2b1_all.deb Size: 10474228 MD5sum: 549498444300450b602086825858fdcc SHA1: 99220d8f4056764a056611b3341dd465d41750cf SHA256: d96ee6398b1c4e0a1c0d2a9848e9c80c05f3d5f5b21f5897256e571204767d08 SHA512: 08deee814fc04c1046b10455357955bd6a3c6277936cad2af9085e0156aee5556249901851f7ece4fc617b95190f94ea0a4c149e394df290ad80542d40b2053e Description: AWS SDK for the Go programming language Official Amazon Web Services (AWS) SDK for the Go programming language. Homepage: https://github.com/aws/aws-sdk-go Multi-Arch: foreign Package: golang-github-benbjohnson-clock-dev Priority: optional Section: golang Installed-Size: 46 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-benbjohnson-clock Version: 1.3.0-1+apertis0bv2024dev2b1 Filename: pool/development/g/golang-github-benbjohnson-clock/golang-github-benbjohnson-clock-dev_1.3.0-1+apertis0bv2024dev2b1_all.deb Size: 8516 MD5sum: 3bacd1cfcbaf4602012509eb5a56d9d8 SHA1: 2975d273fb8966ed50b3df4097a0df335cd65d9e SHA256: 7543b3803db0efd3d4bc2e4ca5edfcc89e8238e37fa818acd7ef44f3d18f634f SHA512: 9332382b7ee8a51a4a021b239013c5d9c4b07aca8261bbb4d9853be6046d92df5e5eb15175abd06d4419055c3240e5b92298515cdf40a0d3859fd3830dba18c6 Description: library for mocking time in Go It provides an interface around the standard library's time package so that the application can use the realtime clock while tests can use the mock clock. Homepage: https://github.com/benbjohnson/clock Multi-Arch: foreign Package: golang-github-beorn7-perks-dev Priority: optional Section: devel Installed-Size: 52 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-beorn7-perks Version: 1.0.1-1apertis0bv2024dev2b1 Filename: pool/development/g/golang-github-beorn7-perks/golang-github-beorn7-perks-dev_1.0.1-1apertis0bv2024dev2b1_all.deb Size: 12104 MD5sum: c2bbd8b8d4e341e224180d55bf7ac3b7 SHA1: 5722c49d939f2d96717d99245a54158549dba666 SHA256: 0823705983db22112b13f3dd2662f45b14f66c887c031c1cf33f47429c98fdf3 SHA512: 0d850b2473b16d01052903d8e706c48396b1ce59b0b9c10fa772a78b72407a7a8e37620983640cd85676a248ff8dd4b0c043ab95213704f1999ba880edd4e95b Description: effective computation of things This is a fork of github.com/bmizerany/perks (now unmaintained). The package contains: * github.com/beorn7/perks/histogram: a Go implementation of BigML's histogram package for Clojure/Java. * github.com/beorn7/perks/quantile: computes approximate quantiles over an unbounded data stream within low memory and CPU bounds. Homepage: https://github.com/beorn7/perks Package: golang-github-bgentry-speakeasy-dev Priority: optional Section: golang Installed-Size: 21 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-bgentry-speakeasy Version: 0.1.0-2apertis0bv2024dev2b1 Filename: pool/development/g/golang-github-bgentry-speakeasy/golang-github-bgentry-speakeasy-dev_0.1.0-2apertis0bv2024dev2b1_all.deb Size: 5184 MD5sum: 59eb52864696c6d4a756c4f9fc2e528e SHA1: b0b2342060e2e2dc0f5f66430c73e190d3244ee9 SHA256: 2c6959eeee5f3a810267889c2576da4ba53eada80b071f651dcdabeff5862a9a SHA512: 1dde4c6a7fe3c8519aa7d8258715caab2bf8299ccacaf0391f22420bb418b4dd13dcae7dfbd2de6a95e8385584579e7cb58631cbd3531de8feda2c99c90b4e9f Description: Golang helpers for reading password input without cgo This package provides cross-platform Go helpers for taking user input from the terminal while not echoing the input back (similar to getpasswd). The package uses syscalls to avoid any dependence on cgo, and is therefore compatible with cross-compiling. Homepage: https://github.com/bgentry/speakeasy Multi-Arch: foreign Package: golang-github-bitly-go-simplejson-dev Priority: optional Section: devel Installed-Size: 42 Maintainer: pkg-go Architecture: all Source: golang-github-bitly-go-simplejson Version: 0.5.0-6+apertis0bv2024dev2b1 Depends: golang-github-bmizerany-assert-dev Filename: pool/development/g/golang-github-bitly-go-simplejson/golang-github-bitly-go-simplejson-dev_0.5.0-6+apertis0bv2024dev2b1_all.deb Size: 7420 MD5sum: 8d8829eb5f0354b99033cd476496eaa2 SHA1: f0d94f43ba20af11d44c04c446d95528161e41f1 SHA256: 78d6b81da2dfaa77dd0fe3bf8a4ee95cf8237c73268a2052c3fe1bff1f95ee6b SHA512: 6c716cb6733672d9432b050d400935dc869ceefca46d140d834964d2cf781aa0ebd54412c1c3aaeb6a807c66ddcf9dfe490e87aaa7d9712373c83416a061918f Description: Golang library to interact with arbitrary JSON This is easily the library managing with JSON format. This can be done easily the acquisition of reading and the value of the JSON format. And this is add or remove key, and provides conversion to byte type of changed data. Homepage: https://github.com/bitly/go-simplejson Package: golang-github-blang-semver-dev Priority: optional Section: devel Installed-Size: 138 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-blang-semver Version: 4.0.0-1+apertis0bv2024dev2b1 Filename: pool/development/g/golang-github-blang-semver/golang-github-blang-semver-dev_4.0.0-1+apertis0bv2024dev2b1_all.deb Size: 17224 MD5sum: 6fab66c7de585d50f7ca7931facce50f SHA1: 59bd8043e8ce8dddf0b46a0bf00b0f7b36604dfe SHA256: 63adfd3bddd504efdff89fbfe544e02af86a04272d8a8639c44e0789314eed6e SHA512: d3a72ec7240043c816b5fa9a52da6b37aa86ecce064a32eaaba47e1735ba489fb552d326b6f41ddeea0dc7b1990295d4e115035529fdf2753864677e85685ea2 Description: semantic versioning library Semantic Versioning (http://semver.org/) library written in golang. It fully covers specification version 2.0.0. Homepage: https://github.com/blang/semver Multi-Arch: foreign Package: golang-github-bmizerany-assert-dev Priority: extra Section: devel Installed-Size: 22 Maintainer: pkg-go Architecture: all Source: golang-github-bmizerany-assert Version: 0.0~git20120716-4co1bv2024dev2b1 Depends: golang-github-kr-pretty-dev | golang-pretty-dev Filename: pool/development/g/golang-github-bmizerany-assert/golang-github-bmizerany-assert-dev_0.0~git20120716-4co1bv2024dev2b1_all.deb Size: 3964 MD5sum: 6b7797603c051d0c7484624652411713 SHA1: 1edb1ecb7213227bb28cdc8780d9f31e79234525 SHA256: a47d1561eb2dea2b97864d3aed359b2cb9afb15ea302e9e763ed7fdb59b45807 SHA512: 0ab47661cad79bbb4971a35dcb2c4845204951d4d2ea38a1ec0c53971d55e3cc2e5b60f7608f6cb69ab3f514b903c074d2ccd6d7d9a7032b88cf5f62249df794 Description: Assertions library for Go tests Assertions library for writing tests in the Go language. Homepage: https://github.com/bmizerany/assert Package: golang-github-bshuster-repo-logrus-logstash-hook-dev Priority: optional Section: devel Installed-Size: 33 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-bshuster-repo-logrus-logstash-hook Version: 0.4.1-2apertis0bv2024dev2b1 Depends: golang-github-sirupsen-logrus-dev (>= 1.0.2~) Filename: pool/development/g/golang-github-bshuster-repo-logrus-logstash-hook/golang-github-bshuster-repo-logrus-logstash-hook-dev_0.4.1-2apertis0bv2024dev2b1_all.deb Size: 6912 MD5sum: d6447eb208b4048d6c02155dd0b07e67 SHA1: 4d40b3765c413f60defe676cd436a23aaa8761b0 SHA256: 4dd4a3b56b0060de061667a68b76887b3dfe60a469c17081752e43e2a277ccd1 SHA512: d245b2d9b108b011a30ef71e5c0926295692ed1d0a7d01e583cf44185f1320794e41d201d49375484dd5a2e32fc2dbfb3345e0387501bf5f0898db6412a4c011 Description: Logstash hook for Logrus logging library for Go Logrus is a structured logger for Go (golang), completely API compatible with the standard library logger. . This package is a hook to enable messages logged by Logrus to be sent to a Logstash instance. Homepage: https://github.com/bshuster-repo/logrus-logstash-hook Package: golang-github-bsphere-le-go-dev Priority: extra Section: devel Installed-Size: 24 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-bsphere-le-go Version: 0.0~git20170215.0.7a984a8-1.1apertis0bv2024dev2b1 Filename: pool/development/g/golang-github-bsphere-le-go/golang-github-bsphere-le-go-dev_0.0~git20170215.0.7a984a8-1.1apertis0bv2024dev2b1_all.deb Size: 5176 MD5sum: 95d6364a57bea1f98c0d3cca08bd59ee SHA1: a1daa5e08f9b2ac80e62a9e5d01aa29f25fc2c1b SHA256: 1be86c47d66708144e7018f4155ab043b5629055abca9acfcb976f5aff425b7e SHA512: 9eb65d563e9c0f06dcf662c3064c71e3bdc4bbefc5de65b4d67f58acf5325c6c98f5989e4054db8e0fece08a59aca5f5ca16d678396844b8841e26b115180482 Description: Golang library for logentries.com Client library for sending logs to the commercial logentries.com service. The library implements the ame methods as the Go Logger library and is also compatible with the io.Writer interface. Homepage: https://github.com/bsphere/le_go Package: golang-github-buger-goterm-dev Priority: optional Section: devel Installed-Size: 46 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-buger-goterm Version: 0.0+git20181115.c206103-3+apertis0bv2024dev3b1 Depends: golang-golang-x-sys-dev Filename: pool/development/g/golang-github-buger-goterm/golang-github-buger-goterm-dev_0.0+git20181115.c206103-3+apertis0bv2024dev3b1_all.deb Size: 10228 MD5sum: 7865c28ae511b7c42d1476e99fce26ab SHA1: 25b848104c7c15520a94a7727d45303dc6923080 SHA256: 237f63f0ca1f6537688ef4aefd05f5bffe8bd3c1a5e89542561b35565a8c246e SHA512: b5f3bc7b291749beab175c8fa2866e971375ee56f51a4190dd8a351007ba4079d1b42cc0090873cd942ca53d3eb54cae8e90754f17df46c190e3a79a207d68a6 Description: advanced terminal output in Golang This library provides basic building blocks for building advanced console UIs. Homepage: https://github.com/buger/goterm Multi-Arch: foreign Package: golang-github-bugsnag-bugsnag-go-dev Priority: optional Section: golang Installed-Size: 222 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-bugsnag-bugsnag-go Version: 1.7.0-2+apertis0bv2024dev2b1 Depends: golang-github-bugsnag-panicwrap-dev, golang-github-gofrs-uuid-dev, golang-github-pkg-errors-dev Filename: pool/development/g/golang-github-bugsnag-bugsnag-go/golang-github-bugsnag-bugsnag-go-dev_1.7.0-2+apertis0bv2024dev2b1_all.deb Size: 46952 MD5sum: 6cd04a216f97a8ad150ede0abd23ece2 SHA1: e36f852ac45e0d34223dad8e943040135e71cd21 SHA256: 00de9d6de1312d44d5803f3f86dff98120dfe9bd4b358ad1bc80c58d4b2397f3 SHA512: c4b85bcc7a36d2ae7f416d2834d7a4732e5b15ce68f48b9307a67e8e7417f408331bcc4d2ef18921092b8219e9e862fa5048a3fcb28957b660a8c563a0fec6b0 Description: automatic panic monitoring for Go applications The Bugsnag Notifier for Golang gives you instant notification of panics, or unexpected errors, in your golang app. Any unhandled panics will trigger a notification to be sent to a bugsnag.com account. Homepage: https://github.com/bugsnag/bugsnag-go Multi-Arch: foreign Package: golang-github-bugsnag-panicwrap-dev Priority: optional Section: golang Installed-Size: 44 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-bugsnag-panicwrap Version: 1.2.0-2+apertis0bv2024dev2b1 Filename: pool/development/g/golang-bugsnag-panicwrap/golang-github-bugsnag-panicwrap-dev_1.2.0-2+apertis0bv2024dev2b1_all.deb Size: 10768 MD5sum: f487ac4cb5c10cd1cbe0fbb6473a7061 SHA1: b937fbd85637426c6437b0df75b57f8bad04f759 SHA256: da8e60f19401135472f4af3e9b924aa1dfd9a4f899666f6d075d7465361204f5 SHA512: c9387ffeb8288b47138e8be85fdff79dfb689397fcf3b6a2a5117af4774f44216c5623569957c018c4ace9f5a9c4cf6fa8d2a393f9105cf4085aa0b5c7706fb5 Description: Go library for catching and handling panics in Go applications panicwrap is a Go library that re-executes a Go binary and monitors stderr output from the binary for a panic. When it find a panic, it executes a user-defined handler function. Stdout, stderr, stdin, signals, and exit codes continue to work as normal, making the existence of panicwrap mostly invisble to the end user until a panic actually occurs. Homepage: https://github.com/bugsnag/panicwrap Multi-Arch: foreign Package: golang-github-burntsushi-toml-dev Priority: optional Section: golang Installed-Size: 724 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-toml Version: 1.2.0-2+apertis0bv2024dev2b1 Provides: golang-toml-dev Filename: pool/development/g/golang-toml/golang-github-burntsushi-toml-dev_1.2.0-2+apertis0bv2024dev2b1_all.deb Size: 89996 MD5sum: fd831cd363c3f2675da6fe53a9eeb04f SHA1: 71eba7561491aeacafaeafffc5b99a799a5ae1fa SHA256: 3601abe2c6e3fd0a1ad02531bb632027045dda4b1fc8b91e6387cdde978e9319 SHA512: 447d9daf20305d608039641e797b4b1ede062ea47372c2d5ae43118a390837dc4b315f3090bdee247b85d3aff6fd07d1d84c164650753829bb039228f4719f38 Description: TOML parser and encoder for Go with reflection TOML stands for Tom's Obvious, Minimal Language. This Go package provides a reflection interface similar to Go's standard library json and xml packages. This package also supports the encoding.TextUnmarshaler and encoding.TextMarshaler interfaces so that you can define custom data representations. . Compatible with TOML v1.0.0 (https://toml.io/en/v1.0.0). . This package contains the source. Homepage: https://github.com/BurntSushi/toml Multi-Arch: foreign Package: golang-github-bwesterb-go-ristretto-dev Priority: optional Section: golang Installed-Size: 529 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-bwesterb-go-ristretto Version: 1.2.2-2+apertis1bv2024dev3b1 Filename: pool/development/g/golang-github-bwesterb-go-ristretto/golang-github-bwesterb-go-ristretto-dev_1.2.2-2+apertis1bv2024dev3b1_all.deb Size: 136588 MD5sum: 14188be7f0a7384a27b18ea99ab910b9 SHA1: 7f8aa9e901e8402f61becdc24da8de4e3cd8360b SHA256: f78362770e3e728a52fa64d7a7889f23d04ec247c75c935c89f40ae47f8801be SHA512: ce911357329924668f6b9b27a73562dd67c4e095eb87dd3a8fda19b521d188fc26f890bc3f6dc54d3d915154c33ad9c83afd667aab4297bf12b519402c9c4029 Description: Go implementation of the Ristretto prime-order group over Edwards25519 Many cryptographic schemes need a group of prime order. Popular and efficient elliptic curves like (Edwards25519 of ed25519 fame) are rarely of prime order. There is, however, a convenient method to construct a prime order group from such curves, called Ristretto (https://ristretto.group) proposed by Mike Hamburg (https://www.shiftleft.org). . This is a pure Go implementation of the group operations on the Ristretto prime-order group built from Edwards25519. Documentation is on godoc (https://godoc.org/github.com/bwesterb/go-ristretto). Homepage: https://github.com/bwesterb/go-ristretto Multi-Arch: foreign Package: golang-github-casbin-casbin-dev Priority: optional Section: golang Installed-Size: 738 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-casbin-casbin Version: 2.60.0-1+apertis0bv2024dev2b1 Depends: golang-github-golang-mock-dev, golang-github-knetic-govaluate-dev (>= 3.0.0+git20171022.9aa4983) Filename: pool/development/g/golang-github-casbin-casbin/golang-github-casbin-casbin-dev_2.60.0-1+apertis0bv2024dev2b1_all.deb Size: 62576 MD5sum: 98fdf7028f83cb9fbc9885b79f8e3438 SHA1: d8711d9d0f02e3c8fd19ee4b4ae10d7b5ec26290 SHA256: ac8861f1aca9af177252e70e2d6f6182490bbd01e1ea82d31c4aa58010212d3d SHA512: 67c63370b291387ffc4418024110a7dfd818d132853527644f5832cf2905f33d1c781a63ca33f4e6b600e091fc1005c00d73d18a9d1e5691c34ce89605b670e3 Description: Authorization library that supports access control models like ACL, RBAC, ABAC Casbin is a powerful and efficient open-source access control library for Golang projects. It provides support for enforcing authorization based on various access control models. Homepage: https://github.com/casbin/casbin Multi-Arch: foreign Package: golang-github-cespare-xxhash-dev Priority: optional Section: devel Installed-Size: 39 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-cespare-xxhash Version: 2.1.1-2+apertis0bv2024dev2b1 Filename: pool/development/g/golang-github-cespare-xxhash/golang-github-cespare-xxhash-dev_2.1.1-2+apertis0bv2024dev2b1_all.deb Size: 8944 MD5sum: 3e5ba82e7c58b3003ab6c38b81aa261c SHA1: 3560b1611cb8194f4f6b391dd5f1c897677d4f7c SHA256: c880f49d6e3a6f5fca70e677ae50630471dfb4c8b739d192492f2046eddac1c8 SHA512: 8b2f12abc8369e4b3c28dff484629f0193915a25e0de2935c73677dd16acb3ede6eb13c5d720d9058c940236a521dce79520f84c589752cd5da546171ab9f280 Description: implementation of the 64-bit xxHash algorithm (XXH64) xxhash is a Go implementation of the 64-bit xxHash (http://cyan4973.github.io/xxHash/) algorithm, XXH64. This is a high-quality hashing algorithm that is much faster than anything in the Go standard library. Homepage: https://github.com/cespare/xxhash Multi-Arch: foreign Package: golang-github-checkpoint-restore-go-criu-dev Priority: optional Section: devel Installed-Size: 137 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-checkpoint-restore-go-criu Version: 5.3.0-2+apertis0bv2024dev2b1 Depends: golang-google-protobuf-dev Breaks: golang-github-opencontainers-runc-dev (<< 1.0.2+ds1-1~) Filename: pool/development/g/golang-github-checkpoint-restore-go-criu/golang-github-checkpoint-restore-go-criu-dev_5.3.0-2+apertis0bv2024dev2b1_all.deb Size: 21024 MD5sum: d7dd01e78e0ea574c936009cdf37d53d SHA1: 50e2abfc81dd25f214a8f781cb209071727e9376 SHA256: 08cdb7fc30a90aa4e24ffa8ed955edffc418d77ea5466a929c63a514d788f473 SHA512: 1b18215655606056f2e24377eb0b0842da91e87193ba5462adc2d411acc27188586e52f651a7fe9e5bfa5caf9eef620c41c1178109c81674e11efda48e8d9941 Description: CRIU bindings for Golang Golang bindings for CRIU. The code is based on the Golang-based PHaul implementation from the CRIU repository. . Golang bindings provide an easy way to use the CRIU RPC calls from Golang without the need to set up all the infrastructure to make the actual RPC connection to CRIU. Homepage: https://github.com/checkpoint-restore/go-criu Package: golang-github-chzyer-readline-dev Priority: optional Section: devel Installed-Size: 143 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-chzyer-readline Version: 1.4.39.g2972be2-3+apertis0bv2024dev2b1 Replaces: golang-gopkg-readline.v1-dev (<< 1.4.39~) Provides: golang-gopkg-readline.v1-dev Breaks: golang-gopkg-readline.v1-dev (<< 1.4.39~) Filename: pool/development/g/golang-github-chzyer-readline/golang-github-chzyer-readline-dev_1.4.39.g2972be2-3+apertis0bv2024dev2b1_all.deb Size: 30860 MD5sum: d288047be63af2d47cebfa128b9bff34 SHA1: db38e81dcee1da6b019c8ff44843cebc3ad55f26 SHA256: bf52d09391688132f3c4b83a033d0248473da65acb5f50b2950b3d42bb4ad13a SHA512: 7c0bb0c0f6c7bdf8600e6fc83d926881ef5e98275cded88dbab876ddd709ad3191034bf0c6accad8d10b1a9b7e4d97fa7984db8d324e01d0a5f026836e827034 Description: Readline is a pure go implementation for a GNU-Readline like library Readline supports multiple platforms (Windows, OSX, GNU/Linux), and enables applications to provide a terminal user interface that is able to dynmically interact with the user on one terminal line. Homepage: https://github.com/chzyer/readline Multi-Arch: foreign Package: golang-github-cilium-ebpf-dev Priority: optional Section: golang Installed-Size: 2663 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-cilium-ebpf Version: 0.9.1-1+apertis0bv2024dev2b1 Depends: golang-golang-x-sys-dev (>= 0.0~git20211117~) Filename: pool/development/g/golang-github-cilium-ebpf/golang-github-cilium-ebpf-dev_0.9.1-1+apertis0bv2024dev2b1_all.deb Size: 1677644 MD5sum: eca809528e3e3d3308cab745da84e060 SHA1: 69d2ebb54060bdce15f6bc1a4cd109be5a383d94 SHA256: db30fd86632e82d17dc7fdcbe12c440d5ce81d64c40d0992e61efbf4b43688a1 SHA512: f0523e1c6aa8a82624d3a14b32a24688fc67ad3b97594d02da85e21ded7ac227abba2820366216d9754b4f2edb8026764ad2b45d3d0881a3cfc578359eda6a9d Description: eBPF Library for Go eBPF is a pure Go library that provides utilities for loading, compiling, and debugging eBPF programs. It has minimal external dependencies and is intended to be used in long running processes. Homepage: https://github.com/cilium/ebpf Multi-Arch: foreign Package: golang-github-circonus-labs-circonus-gometrics-dev Priority: optional Section: devel Installed-Size: 584 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-circonus-labs-circonus-gometrics Version: 2.3.1-4+apertis0bv2024dev2b1 Depends: golang-github-circonus-labs-circonusllhist-dev, golang-github-hashicorp-go-retryablehttp-dev (>= 0.6.2~), golang-github-pkg-errors-dev, golang-github-tv42-httpunix-dev Filename: pool/development/g/golang-github-circonus-labs-circonus-gometrics/golang-github-circonus-labs-circonus-gometrics-dev_2.3.1-4+apertis0bv2024dev2b1_all.deb Size: 66404 MD5sum: a8de492fa4c5aca3f198cbae2dfe009e SHA1: acc96a0285b4cb6f851fec0a4b09f8b7d7564de3 SHA256: 23404e9f81b92a5b968ec2c95bea413a08feac02274e33be8280d3ea3aa99b0b SHA512: 9ff9d4d9ce376d03ac87c6627a6bc988d5b43564574c1728d08f992b4139098bab6cdb9ce34eb9d140bbb1713a6ac7b8a98c8addeee1882bbad676ab9446034a Description: Golang implementation of metrics reporting for Cirocnus Circonus metrics tracking for Go applications. This library supports named counters, gauges and histograms. It also provides convenience wrappers for registering latency instrumented functions with Go's builtin http server. Homepage: https://github.com/circonus-labs/circonus-gometrics Multi-Arch: foreign Package: golang-github-circonus-labs-circonusllhist-dev Priority: optional Section: golang Installed-Size: 50 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-circonus-labs-circonusllhist Version: 0.0~git20191022.ec08cde-1apertis0bv2024dev2b1 Filename: pool/development/g/golang-github-circonus-labs-circonusllhist/golang-github-circonus-labs-circonusllhist-dev_0.0~git20191022.ec08cde-1apertis0bv2024dev2b1_all.deb Size: 11248 MD5sum: 5f9156ea00740f7fb8d89ba3cc7e3424 SHA1: 60640e2ee2d99ee5b36d36ea6a50a04ad008b7de SHA256: 45e26833d4b9dca0da97db28c9708cc1861bd5924bb519364e5d39d0349f6fe3 SHA512: 203523f14f4dbf2ba0413072733846a8a0ddacfe1d72ef53730b00150b201ca68f3d8d49272bcd25c4adebf8846b3a44cba4dddc23a7dbfa753123cf862a4793 Description: implementation of Circonus log-linear histograms A Golang implementation of Circonus log-linear histograms. Homepage: https://github.com/circonus-labs/circonusllhist Multi-Arch: foreign Package: golang-github-cloudflare-cfssl-dev Priority: extra Section: devel Installed-Size: 3382 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-cloudflare-cfssl Version: 1.2.0+git20160825.89.7fb22c8-3.1apertis0bv2024dev2b1 Depends: golang-github-cloudflare-go-metrics-dev, golang-github-cloudflare-redoctober-dev, golang-github-geertjohan-go.rice-dev, golang-github-google-certificate-transparency-dev, golang-github-jmhodges-clock-dev, golang-github-jmoiron-sqlx-dev, golang-github-juju-ratelimit-dev, golang-github-kisielk-sqlstruct-dev, golang-github-kisom-goutils-dev, golang-github-mattn-go-sqlite3-dev, golang-any Filename: pool/development/g/golang-github-cloudflare-cfssl/golang-github-cloudflare-cfssl-dev_1.2.0+git20160825.89.7fb22c8-3.1apertis0bv2024dev2b1_all.deb Size: 676816 MD5sum: 554987c7b1e3081817d044d3ceacd4ff SHA1: 08e6571227770bc1ac0b9484f1a9d62e6e1fec88 SHA256: b2a29e2b944cd56329ed4c1428ab0c97140e1b7e271de693fdf31f0faa07464f SHA512: 9f6ac28edccb016704eba9beacaed5e5fdca5afc35ac99cff071a933ffa05ca17669eb2109b69cc33069b755f99f426b13ea372495b247a03a895d0e453a2c37 Description: CloudFlare's PKI and TLS toolkit CFSSL is CloudFlare's PKI/TLS swiss army knife. It is both a command line tool and an HTTP API server for signing, verifying, and bundling TLS certificates. CFSSL can be used to build custom TLS PKI tools as well as create and manipulate traditional certificate structures using code or on the command line. . This package contains the development files. Homepage: https://github.com/cloudflare/cfssl Package: golang-github-cloudflare-circl-dev Priority: optional Section: devel Installed-Size: 12573 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-cloudflare-circl Version: 1.3.1-2+apertis1bv2024dev3b1 Depends: golang-github-bwesterb-go-ristretto-dev, golang-github-mmcloughlin-avo-dev, golang-golang-x-crypto-dev, golang-golang-x-sys-dev Filename: pool/development/g/golang-github-cloudflare-circl/golang-github-cloudflare-circl-dev_1.3.1-2+apertis1bv2024dev3b1_all.deb Size: 3832664 MD5sum: c621759b452730a58fd2eb8abe95944f SHA1: b67a6ca165c1058ec390041077105384a1884cbc SHA256: 3be20945d0ab27b367cbbbdf7ba0bb888d7f2b1ae3351e5edd5b9c345606272e SHA512: 900dcc31ab768cbe286c4d5dc7bc24f5353c6b1134b837407813ea868f8f4109c2588b2253432c3ab3c4436b3aa1588f23914f095267f4701507926973095f2e Description: Cloudflare Interoperable Reusable Cryptographic Library (golang) CIRCL (Cloudflare Interoperable, Reusable Cryptographic Library) is a collection of cryptographic primitives written in Go. The goal of this library is to be used as a tool for experimental deployment of cryptographic algorithms targeting Post-Quantum (PQ) and Elliptic Curve Cryptography (ECC). . Security Disclaimer This library is offered as-is, and without a guarantee. Therefore, it is expected that changes in the code, repository, and API occur in the future. It's recommended to take caution before using this library in a production application since part of its content is experimental. Homepage: https://github.com/cloudflare/circl Package: golang-github-cloudflare-go-metrics-dev Priority: optional Section: devel Installed-Size: 178 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-cloudflare-go-metrics Version: 0.0~git20151117.0.6a9aea3-4+apertis0bv2024dev2b1 Depends: golang-github-rcrowley-go-metrics-dev, golang-github-stathat-go-dev Filename: pool/development/g/golang-github-cloudflare-go-metrics/golang-github-cloudflare-go-metrics-dev_0.0~git20151117.0.6a9aea3-4+apertis0bv2024dev2b1_all.deb Size: 27964 MD5sum: 294f836c106d26c5c61f9d4e50dfd011 SHA1: 97f969817265a9ae356d561672a49d33b8472440 SHA256: 9e611172f75be923dd737663e102303d812342b285c63b857d651ababe78fd30 SHA512: 51ac1125ca29f7d311fd655bdae60345cfdbb7da8d763cce6739948ba0e7c870e7e9dbfaf65d075cb11b561c72bbe468ab099d8091ee3c78b23fec04909658ce Description: Cloudflare's fork of Go port of Coda Hale's Metrics library This package is a fork of Richard Crowley's Go port of Coda Hale's Metrics library for Java. It allows one to easily collect metrics from an application written in Go in an unobtrusive way. Metrics can then be exported to syslog, files or to a storage system like Graphite. Homepage: https://github.com/cloudflare/go-metrics Package: golang-github-cloudflare-redoctober-dev Priority: optional Section: golang Installed-Size: 362 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-cloudflare-redoctober Version: 0.0~git20161017.0.78e9720-5apertis0bv2024dev2b1 Depends: golang-github-coreos-go-systemd-dev (>= 17~), golang-github-prometheus-client-golang-dev, golang-golang-x-crypto-dev Filename: pool/development/g/golang-github-cloudflare-redoctober/golang-github-cloudflare-redoctober-dev_0.0~git20161017.0.78e9720-5apertis0bv2024dev2b1_all.deb Size: 68556 MD5sum: c6c1df3499778104ba3914d67422c5f8 SHA1: 79eb3ec3f14f69a13b519014a56dda2e9d0bf38f SHA256: 3bc0cba16dfec9183339f94fb1d59ec1c7aaa4832857425635ee7422033bf336 SHA512: 5d940b9cf57cc762fe0cfe8e0b7b4932df9b9b47c6551f1a06a3a794bb2ca632f82c64d6af3eb4245a6cd38e94d2223f639d51e686f57075a4e6660e1127fe64 Description: Software-based two-man rule style (development files) Red October is a software-based two-man rule style encryption and decryption server. The two-man rule is a control mechanism designed to achieve a high level of security by requiring the presence of two authorized people at all times. In the case of Red October the two-man rule is implemented by encrypting data in such as way as to require two authorised key-holds to decrypt it. . This package contains the development files. Homepage: https://github.com/cloudflare/redoctober Package: golang-github-cockroachdb-datadriven-dev Priority: optional Section: golang Installed-Size: 65 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-cockroachdb-datadriven Version: 1.0.2-6+apertis0bv2024dev2b1 Depends: golang-github-pmezard-go-difflib-dev Filename: pool/development/g/golang-github-cockroachdb-datadriven/golang-github-cockroachdb-datadriven-dev_1.0.2-6+apertis0bv2024dev2b1_all.deb Size: 13872 MD5sum: 7914734619dde44a86135be8f0fb873d SHA1: 305a5ca263ff151a026ceea15e87f02647732b50 SHA256: 1e727dffcc4fd2d77563d8f5c2be72abaf8829b94b079ae8a698818bb4aac8b9 SHA512: 8764cb68c2c52ab7074d16b65d37eee6e7aa1210fc419cbed56e6553ce729710421a647556e2d46b1ba981aeae80abb53469b9e8e8f5232923ffcc88fd1216eb Description: extension of Table-Driven Testing (library) This package provides an implementation of an extension of Table-Driven Testing. Instead of building and iterating over a table in the test code, the input is further separated into files (or inline strings). For certain classes of tests, this can significantly reduce the friction involved in writing and reading these tests. . This package contains the Go library. Homepage: https://github.com/cockroachdb/datadriven Multi-Arch: foreign Package: golang-github-containerd-btrfs-dev Priority: optional Section: golang Installed-Size: 40 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-containerd-btrfs Version: 1.0.0-1+apertis0bv2024dev2b1 Depends: golang-github-pkg-errors-dev, libbtrfs-dev | btrfs-progs (<< 4.16.1~) Filename: pool/development/g/golang-github-containerd-btrfs/golang-github-containerd-btrfs-dev_1.0.0-1+apertis0bv2024dev2b1_all.deb Size: 8056 MD5sum: 12d986c2c3b713aa7583be5d206f4d73 SHA1: f79bef4390df6fe60b47b1ae16bd74c1eeeedcdd SHA256: c4803d9d000fafcf4183386165983aa9b9689295e3b5e94283d8cd9b44e40498 SHA512: 7792129671fe4f7da0ed26b4b7a66aaaaf64d843dc9908e3caf5ab86b3ea45c20e43dc7a3ee565bb0858a46a479586079b99bdde82cff885a6a2ec6e5e9012b2 Description: Btrfs bindings for Go Native Go bindings for btrfs. . These are in the early stages. . This package may not cover all the use cases for btrfs. Note that due to struct alignment issues, this isn't yet fully native. Homepage: https://github.com/containerd/btrfs Package: golang-github-containerd-cgroups-dev Priority: optional Section: golang Installed-Size: 522 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-containerd-cgroups Version: 1.0.4-1+apertis1bv2024dev2b1 Depends: golang-dbus-dev, golang-github-cilium-ebpf-dev, golang-github-coreos-go-systemd-dev, golang-github-docker-go-units-dev, golang-github-gogo-protobuf-dev, golang-github-opencontainers-specs-dev, golang-github-sirupsen-logrus-dev, golang-golang-x-sys-dev Filename: pool/development/g/golang-github-containerd-cgroups/golang-github-containerd-cgroups-dev_1.0.4-1+apertis1bv2024dev2b1_all.deb Size: 64548 MD5sum: 54d808be1c1de398f7742133d2da264d SHA1: 5e5de2c5f11700efc8049ff941a6338391bb4af9 SHA256: 768561e1d5b85bb2fc2c76754dc9719ed9c62bf203ba05eeb0c90bfccd184e76 SHA512: f15544a24962c4dee74b7a4eb43eda47c63bfff20ce959e3f8b9b0ac4a5c10c52edfed6f7b080ac6497b61b2f86f4be9a2a1faa472fd0bef0571ceb50c0c0ed4 Description: cgroups package for Go Go package for creating, managing, inspecting, and destroying cgroups. The resources format for settings on the cgroup uses the OCI runtime-spec found here (https://github.com/opencontainers/runtime-spec). Homepage: https://github.com/containerd/cgroups Multi-Arch: foreign Package: golang-github-containerd-console-dev Priority: optional Section: golang Installed-Size: 74 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-containerd-console Version: 1.0.3-1+apertis0bv2024dev2b1 Depends: golang-golang-x-sys-dev Filename: pool/development/g/golang-github-containerd-console/golang-github-containerd-console-dev_1.0.3-1+apertis0bv2024dev2b1_all.deb Size: 11320 MD5sum: a13991edeed712521f504296c62f3879 SHA1: b16d8e029d37e2b860e0012fe9a3ff0708ad50da SHA256: 498860814767037b772f3eceaf5b01fb3dc43366a2b9e02ec0e7c2ac3743c7d0 SHA512: 6d60261190f480fd4b68219ace135bed04d9c91d15421505136c84de56656f4a0191ec5826e3ae87d060e1dce83f0492690fc527555ea21c15f707928227ea19 Description: Console package for Go Golang package for dealing with consoles. Light on deps and a simple API. Homepage: https://github.com/containerd/console Multi-Arch: foreign Package: golang-github-containerd-containerd-dev Priority: optional Section: golang Installed-Size: 5323 Maintainer: Debian Go Packaging Team Architecture: all Source: containerd Version: 1.6.20~ds1-1+apertis0bv2024dev3b1 Depends: golang-github-containerd-btrfs-dev (>= 0.0~git20200117.1539353~), golang-github-containerd-cgroups-dev (>= 0.0~git20200817.7a3c009~), golang-github-containerd-console-dev, golang-github-containerd-continuity-dev (>= 0.0~git20190827.75bee3e~), golang-github-containerd-fifo-dev (>= 1.0.0~), golang-github-containerd-go-cni-dev (>= 1.0.2~), golang-github-containerd-go-runc-dev (>= 0.0~git20190226.7d11b49~), golang-github-containerd-ttrpc-dev (>= 1.1.1~), golang-github-containerd-typeurl-dev, golang-github-containernetworking-plugins-dev, golang-github-coreos-bbolt-dev, golang-github-docker-go-events-dev, golang-github-docker-go-metrics-dev, golang-github-docker-go-units-dev, golang-github-gogo-googleapis-dev (>= 1.4.0~), golang-github-gogo-protobuf-dev (>= 1.3.0~), golang-github-google-uuid-dev, golang-github-gotestyourself-gotest.tools-dev (>= 3.0.0~), golang-github-grpc-ecosystem-go-grpc-prometheus-dev, golang-github-hashicorp-go-multierror-dev, golang-github-imdario-mergo-dev, golang-github-intel-goresctrl-dev, golang-github-klauspost-compress-dev, golang-github-moby-locker-dev, golang-github-moby-sys-dev (>= 0.0~git20220215.b8d8fab~), golang-github-opencontainers-go-digest-dev (>= 1.0.0~), golang-github-opencontainers-image-spec-dev (>= 1.1.0~rc2-2~), golang-github-opencontainers-runc-dev (>= 0.1.0~), golang-github-opencontainers-runtime-spec-dev, golang-github-opencontainers-selinux-dev, golang-github-pelletier-go-toml-dev, golang-github-prometheus-client-golang-dev, golang-github-sirupsen-logrus-dev, golang-github-urfave-cli-dev (>= 1.22.2~), golang-golang-x-net-dev, golang-golang-x-sync-dev, golang-golang-x-sys-dev, golang-google-grpc-dev (>= 1.30), golang-opentelemetry-otel-dev Filename: pool/development/c/containerd/golang-github-containerd-containerd-dev_1.6.20~ds1-1+apertis0bv2024dev3b1_all.deb Size: 621120 MD5sum: 381de721ca4778223912556fec18b6c4 SHA1: 2ce221817135f022569efb16fa25a33b89f159ba SHA256: c8ebbaaf8bd00ecbef5f1617b59b37fb54648b9a76e30bb57e79852879523e88 SHA512: 651b3ca2184182121d694c1df9c9a98265a1847cc5c0f853994887ca947c65736cd9e43384db224e278d7072f401de84dd1bbdbb9f42a590733dd4fb10abda6c Description: open and reliable container runtime (development files) Containerd is an industry-standard container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon for Linux and Windows, which can manage the complete container life cycle of its host system: image transfer and storage, container execution and supervision, low-level storage and network attachments, etc. . Containerd is designed to be embedded into a larger system, rather than being used directly by developers or end-users. . This package provides development files. Homepage: https://containerd.io/ Package: golang-github-containerd-continuity-dev Priority: optional Section: golang Installed-Size: 308 Maintainer: Debian Go Packaging Team Architecture: all Source: continuity Version: 0.3.0-1+apertis0bv2024dev2b1 Depends: golang-github-opencontainers-go-digest-dev, golang-github-sirupsen-logrus-dev, golang-golang-x-sync-dev, golang-golang-x-sys-dev, golang-google-protobuf-dev Filename: pool/development/c/continuity/golang-github-containerd-continuity-dev_0.3.0-1+apertis0bv2024dev2b1_all.deb Size: 50928 MD5sum: 29e9d561b68df89887edf0adcb2e11a0 SHA1: ca17c1aebcab7232a4fed013a708f482cde40ead SHA256: 541fb0f0c471fb6cbb37af8e8ab4a0f37981f4f24a45c0b75f1b4702ec698279 SHA512: afc37607896f706b1ed14f9a847fbe95bb2417740d752aa62341a94c30da1b9f0894e9e57e5e8b74a71d0262dbd058c631c70a0b9446ba039a2bbe9b48f67cb7 Description: Externally reusable Go packages included with Continuity These packages are intentionally developed by upstream in such a way that they are reusable to projects outside Continuity and only rely on each other or other external dependencies to be built. Homepage: https://github.com/containerd/continuity Package: golang-github-containerd-fifo-dev Priority: optional Section: golang Installed-Size: 63 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-containerd-fifo Version: 1.1.0-1+apertis0bv2024dev3b1 Depends: golang-golang-x-sys-dev Filename: pool/development/g/golang-github-containerd-fifo/golang-github-containerd-fifo-dev_1.1.0-1+apertis0bv2024dev3b1_all.deb Size: 10120 MD5sum: e459aa8b8a2b2f06f3d99f83b1ada99e SHA1: 15dfc67c1ab79a0c669d4c1fcd2a216018a03694 SHA256: 3e79e2343e1983c719323ef6f35d5ab753d997c08825621c0ff0ee4ced06494e SHA512: 6662e1f611e69d76d1eaf963c38999783480dcb593dcdf4053c3acc1be3740383fd79de90984519093fedea132e3fe7679c77cab3c1894b70fa87e9ce70f6bba Description: fifo pkg for Go Go package for handling fifos in a sane way. Homepage: https://github.com/containerd/fifo Multi-Arch: foreign Package: golang-github-containerd-go-cni-dev Priority: optional Section: golang Installed-Size: 77 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-containerd-go-cni Version: 1.1.7-2+apertis0bv2024dev2b1 Depends: golang-github-appc-cni-dev (>= 1.0.1~) Filename: pool/development/g/golang-github-containerd-go-cni/golang-github-containerd-go-cni-dev_1.1.7-2+apertis0bv2024dev2b1_all.deb Size: 15604 MD5sum: 9ace0995f63f4c7035e2746b7cb5b969 SHA1: 5cf096d5e122da5fcfc071134a4a55cd67d30a4b SHA256: f483b578d397518df13ffe6bd1fd0b5edaa1bdaa67fa11506c67cacb2e39236f SHA512: aa66c2de8d6371a1c1a83a22ef3d184d3a441d27bc899e8b6367a70058c9809f877d8c33e2c5371af20c7455be29a2f9e07abba73403c3ce15b191f6f4ef3ab9 Description: generic CNI library to provide APIs for CNI plugin interactions The library provides APIs to: . * Load CNI network config from different sources * Setup networks for container namespace * Remove networks from container namespace * Query status of CNI network plugin initialization . go-cni aims to support plugins that implement Container Network Interface Homepage: https://github.com/containerd/go-cni Multi-Arch: foreign Package: golang-github-containerd-go-runc-dev Priority: optional Section: golang Installed-Size: 76 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-containerd-go-runc Version: 1.0.0-1+apertis0bv2024dev2b1 Depends: golang-github-containerd-console-dev, golang-github-opencontainers-specs-dev, golang-github-pkg-errors-dev, golang-github-sirupsen-logrus-dev, golang-golang-x-sys-dev Filename: pool/development/g/golang-github-containerd-go-runc/golang-github-containerd-go-runc-dev_1.0.0-1+apertis0bv2024dev2b1_all.deb Size: 14720 MD5sum: 1d7cfd71085e4687c0795b3e03ee2720 SHA1: ca880c0d29d97d330c05110a06c3f8741d8b66a3 SHA256: 64f48cfbd337b848aabb8aa98a3732caac0ca00fd67191a2e8b35785587bc508 SHA512: 5828f4e416777a14488efbcf0b6b743b87c45ef0a1e6c28ee810965c229d1b733ff67b592e59e2949a6ed145c492e02109f1889d5cabfc4b37e2a5671f94396f Description: runc bindings for Go This is a package for consuming the runc binary in your Go applications. It tries to expose all the settings and features of the runc CLI. If there is something missing then add it, its opensource! Homepage: https://github.com/containerd/go-runc Package: golang-github-containerd-stargz-snapshotter-dev Priority: optional Section: golang Installed-Size: 953 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-containerd-stargz-snapshotter Version: 0.12.0-2+apertis1bv2024dev3b1 Depends: golang-github-containerd-console-dev, golang-github-containerd-containerd-dev, golang-github-containerd-continuity-dev, golang-github-containerd-go-cni-dev, golang-github-coreos-go-systemd-dev, golang-github-docker-docker-dev, golang-github-docker-go-metrics-dev, golang-github-golang-groupcache-dev, golang-github-google-gofuzz-dev, golang-github-hanwen-go-fuse-dev, golang-github-hashicorp-go-multierror-dev, golang-github-hashicorp-go-retryablehttp-dev, golang-github-klauspost-compress-dev (>> 1.11.13), golang-github-moby-sys-dev, golang-github-opencontainers-go-digest-dev, golang-github-opencontainers-image-spec-dev, golang-github-opencontainers-specs-dev, golang-github-pelletier-go-toml-dev, golang-github-pkg-errors-dev, golang-github-rs-xid-dev, golang-github-urfave-cli-dev, golang-github-vbatts-tar-split-dev, golang-golang-x-sync-dev, golang-golang-x-sys-dev, golang-google-grpc-dev, golang-google-protobuf-dev, golang-gopkg-inf.v0-dev, golang-logrus-dev, golang-prometheus-client-dev Filename: pool/development/g/golang-github-containerd-stargz-snapshotter/golang-github-containerd-stargz-snapshotter-dev_0.12.0-2+apertis1bv2024dev3b1_all.deb Size: 181864 MD5sum: 1bbbea5da5a0d09885aca9119e332e30 SHA1: ebd74e2a9940338e36f1a4bdbdc203d9c86ba831 SHA256: bb21150ee8a867fb47339c262e48d5e0b3fbf9d5d3c981ec6dbee56162c42fbd SHA512: a68c0f192d69939580aaa0b00ea83cf327ce99e780294286c729f137b8e1964931aeb2d2363eefa7c4c3133675a78875744936949956d0d79a603e11f813341a Description: Fast container image distribution plugin with lazy pulling (library) Pulling image is one of the time-consuming steps in the container lifecycle. Stargz Snapshotter is an implementation of snapshotter which aims to solve this problem by lazy pulling. Lazy pulling here means a container can run without waiting for the pull completion of the image and necessary chunks of the image are fetched on-demand. . eStargz is a lazily-pullable image format proposed by this project. This is compatible to OCI images so this can be pushed to standard container registries (e.g. ghcr.io) as well as this is still runnable even on eStargz-agnostic runtimes including Docker. eStargz format is based on stargz image format by CRFS but comes with additional features like runtime optimization and content verification. . This package contains the golang library for use in other packages Homepage: https://github.com/containerd/stargz-snapshotter Multi-Arch: foreign Package: golang-github-containerd-ttrpc-dev Priority: optional Section: golang Installed-Size: 122 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-gogottrpc Version: 1.1.1-1+apertis0bv2024dev3b1 Replaces: golang-github-stevvooe-ttrpc-dev (<< 0.0~git20190211.6914432-1~) Provides: golang-github-stevvooe-ttrpc-dev Depends: golang-github-gogo-protobuf-dev, golang-github-pkg-errors-dev, golang-github-sirupsen-logrus-dev, golang-golang-x-sys-dev, golang-google-genproto-dev, golang-google-grpc-dev Breaks: golang-github-stevvooe-ttrpc-dev (<< 0.0~git20190211.6914432-1~) Filename: pool/development/g/golang-gogottrpc/golang-github-containerd-ttrpc-dev_1.1.1-1+apertis0bv2024dev3b1_all.deb Size: 25844 MD5sum: bf43c594f3cb0dac446a1f32cde1f48f SHA1: 3b42f5b989e3d6e50c5e0557410c960002e96fca SHA256: ad371ceba349c5ceee1e5425307ba145ec07c697d78be76a1e9f06e0de87e533 SHA512: 0c46f7d7e8f0ac0d02df56821db431567c1d7b42885902c2733a745d41954e8080794e143123c1717e22a4465491270ece37d6ef491644e95d45ced6af06ef19 Description: GRPC for low-memory environments The existing grpc-go project requires a lot of memory overhead for importing packages and at runtime. While this is great for many services with low density requirements, this can be a problem when running a large number of services on a single machine or on a machine with a small amount of memory. . Using the same GRPC definitions, this project reduces the binary size and protocol overhead required. We do this by eliding the net/http, net/http2 and grpc package used by grpc replacing it with a lightweight framing protocol. The result are smaller binaries that use less resident memory with the same ease of use as GRPC. . Please note that while this project supports generating either end of the protocol, the generated service definitions will be incompatible with regular GRPC services, as they do not speak the same protocol. . This package provides sources. Homepage: https://github.com/containerd/ttrpc Package: golang-github-containerd-typeurl-dev Priority: optional Section: golang Installed-Size: 38 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-containerd-typeurl Version: 1.0.2-1+apertis0bv2024dev2b1 Depends: golang-github-gogo-protobuf-dev (>= 0.5~), golang-github-pkg-errors-dev Filename: pool/development/g/golang-github-containerd-typeurl/golang-github-containerd-typeurl-dev_1.0.2-1+apertis0bv2024dev2b1_all.deb Size: 8500 MD5sum: e41548680f9ed9a6fe4ec6d42b4bc79a SHA1: a624d964ba63047e1c3efa6da45b86811d70d302 SHA256: 49d90e4071ea114c710f612872fcacce11a73545082191b03cfc1e0faef6346a SHA512: d120eae225555ee7e3402443cda456d4b06e06cf2e9e6d42af936006c1208ef9c17e89f55fa0d526db6f09d0ca4cfa4444579a75f8f758951ddbacdc7add7982 Description: Go package for managing marshaled types to protobuf.Any A Go package for managing the registration, marshaling, and unmarshaling of encoded types. . This package helps when types are sent over a GRPC API and marshaled as a [protobuf.Any](). Homepage: https://github.com/containerd/typeurl Package: golang-github-containers-ocicrypt-dev Priority: optional Section: devel Installed-Size: 170 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-containers-ocicrypt Version: 1.0.3-1apertis0bv2024dev2b1 Depends: golang-github-fullsailor-pkcs7-dev, golang-github-opencontainers-go-digest-dev, golang-github-opencontainers-image-spec-dev, golang-github-pkg-errors-dev, golang-golang-x-crypto-dev, golang-gopkg-square-go-jose.v2-dev Filename: pool/development/g/golang-github-containers-ocicrypt/golang-github-containers-ocicrypt-dev_1.0.3-1apertis0bv2024dev2b1_all.deb Size: 33060 MD5sum: 9134dc6c05c25d36e8b7d7fba798da43 SHA1: ad6ce00fb2bc6408c452b9b511b0a4f94afe5a04 SHA256: 46728007557c307bba6b9e6c8a381727af6b148e155889cbe40724f62581e83f SHA512: 7eee9358597a03974e2e385c840947329ca03a4ed1a73013631db5bee97c8e3030c3186005575c5ed8d73ca6ca216d77254462a4b0ae02b468def08dfa84a7d3 Description: Encryption libraries for Encrypted OCI Container images (library) OCIcrypt Library The ocicrypt library is the OCI image spec implementation of container image encryption. More details of the spec can be seen in the OCI repository (https://github.com/opencontainers/image-spec/pull/775). The purpose of this library is to encode spec structures and consts in code, as well as provide a consistent implementation of image encryption across container runtimes and build tools. Homepage: https://github.com/containers/ocicrypt Package: golang-github-containers-psgo-dev Priority: optional Section: devel Installed-Size: 129 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-containers-psgo Version: 1.7.1+ds1-1+apertis0bv2024dev3b1 Depends: golang-github-containers-storage-dev (>> 1.37.2), golang-github-opencontainers-runc-dev, golang-github-pkg-errors-dev, golang-github-sirupsen-logrus-dev, golang-github-stretchr-testify-dev, golang-golang-x-sys-dev Filename: pool/development/g/golang-github-containers-psgo/golang-github-containers-psgo-dev_1.7.1+ds1-1+apertis0bv2024dev3b1_all.deb Size: 24976 MD5sum: 44663d5c5fad36823d206bda1fc8fba8 SHA1: cacec7e0055f0708e9be02980810dfece20b667a SHA256: 1981526eee9bce1a41dd979b94bea273d18bfc6cf3e1a8e5d74fe6aa5433dcdc SHA512: 18572dd7402e84a111d9de6ce8fbdd8216337425cee9d04eaf76e4b6a35bba14a0e6e83433fb20d2705458fceb3a4c61104e897b53a6747c7cde3cc0a464b10b Description: ps(1) AIX-format compatible Golang library Psgo is a ps(1) AIX-format compatible golang library extended with various descriptors useful for displaying container-related data. . The idea behind the library is to provide an easy to use way of extracting process-related data, just as ps(1) does. The problem when using ps(1) is that the ps format strings split columns with whitespaces, making the output nearly impossible to parse. Using fork and execute ps also adds some jitter, either in the container or filter the output afterwards, further limiting applicability. . This library aims to make things a bit more comfortable, especially for container runtimes, as the API allows one to join the mount namespace of a given process and will parse /proc and /dev/ from there. Homepage: https://github.com/containers/psgo Package: golang-github-containers-storage-dev Priority: optional Section: devel Installed-Size: 2084 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-containers-storage Version: 1.43.0+ds1-8+apertis0bv2024dev3b1 Depends: golang-github-burntsushi-toml-dev, golang-github-containerd-stargz-snapshotter-dev, golang-github-cyphar-filepath-securejoin-dev, golang-github-datadog-zstd-dev, golang-github-docker-go-units-dev, golang-github-google-go-intervals-dev, golang-github-gotestyourself-gotest.tools-dev, golang-github-hashicorp-go-multierror-dev, golang-github-json-iterator-go-dev, golang-github-klauspost-pgzip-dev, golang-github-mattn-go-shellwords-dev, golang-github-moby-sys-dev, golang-github-opencontainers-go-digest-dev, golang-github-opencontainers-runc-dev, golang-github-opencontainers-selinux-dev (>= 1.0.0), golang-github-opencontainers-specs-dev, golang-github-pkg-errors-dev, golang-github-pquerna-ffjson-dev, golang-github-sirupsen-logrus-dev, golang-github-stretchr-testify-dev, golang-github-vbatts-tar-split-dev, golang-go-patricia-dev, golang-go-zfs-dev, golang-gocapability-dev, golang-golang-x-net-dev, golang-golang-x-sys-dev, libbtrfs-dev, libdevmapper-dev Filename: pool/development/g/golang-github-containers-storage/golang-github-containers-storage-dev_1.43.0+ds1-8+apertis0bv2024dev3b1_all.deb Size: 354384 MD5sum: 2ea9d65095ef46e88079fe31134ee038 SHA1: 8f843719d92234e4ec8201ec57c96d2f81e92320 SHA256: f525dfa52022775973ef764cf598cfe9258a395df74d49dde9d4d878057d9602 SHA512: c3ecc101f66498cb0e0d351b8fe469bcf283d846b678767d133c79ee87065b7816cc56dfbbfaa5a01ab9ed8eb30bc59d21dceb41d948e8aefd4ac23aaa130b33 Description: Go library for handling how containers are stored on disk storage is a Go library which aims to provide methods for storing filesystem layers, container images, and containers. A containers-storage CLI wrapper is also included for manual and scripting use. . This package contains the library. Homepage: https://github.com/containers/storage Package: golang-github-coreos-bbolt-dev Priority: optional Section: golang Installed-Size: 354 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-coreos-bbolt Version: 1.3.6-2+apertis1bv2024dev2b1 Depends: golang-golang-x-sys-dev Filename: pool/development/g/golang-github-coreos-bbolt/golang-github-coreos-bbolt-dev_1.3.6-2+apertis1bv2024dev2b1_all.deb Size: 62872 MD5sum: b61526482915cd81b6ccde1f4f81c3e8 SHA1: 66342dc689330df782c080337a23ee3b1cb49668 SHA256: 354fa4f6097d2bb72826d619fa80f3cd2a05b99ebfdeac00c3fd321820d0e591 SHA512: af132c61cf74b858aa4656176aac44bbdec394b9e46f41ae41b4386dba2be73eca3ef466e99d7455a9383f0e2bf256bbff081518e5971ab00622a53d8c0b58bf Description: low-level key/value database for Go, especially CoreOS's etcd bbolt is a fork of Ben Johnson's Bolt key/value store (github.com/boltdb/bolt). . The purpose of this fork is to better cater to the needs of CoreOS's etcd (github.com/coreos/etcd), and to provide the Go community with an active maintenance and development target for Bolt; the goal is improved reliability and stability. bbolt includes bug fixes, performance enhancements, and features not found in Bolt while preserving backwards compatibility with the Bolt API. . Bolt is a pure Go key/value store inspired by Howard Chu's and the LMDB project. The goal of the project is to provide a simple, fast, and reliable database for projects that don't require a full database server such as Postgres or MySQL. Homepage: https://github.com/etcd-io/bbolt Multi-Arch: foreign Package: golang-github-coreos-go-iptables-dev Priority: optional Section: golang Installed-Size: 56 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-coreos-go-iptables Version: 0.6.0-1+apertis0bv2024dev2b1 Filename: pool/development/g/golang-github-coreos-go-iptables/golang-github-coreos-go-iptables-dev_0.6.0-1+apertis0bv2024dev2b1_all.deb Size: 11808 MD5sum: d2de8a30b12a6f88334faf391ebe92df SHA1: 8c6aa6fe87fdb03532548e173d8b45e9a800e2d2 SHA256: 7bd01441baeafd07922874d738f71c4d80b9102640f8b94a17f1d7c0598faee6 SHA512: 1e2fdcf3033da89dda923437b6b371375888de92a6339f02ad3111ac564e2bd26432ace963d07ef788f3331180aebebc775f528559dfbc6e0dc19a9d04c9c948 Description: Go bindings for iptables utility The go-iptables module wraps the invocation of the iptables utility with Go functions to append and delete iptables rules, as well as create, clear and delete iptables chains. Homepage: https://github.com/coreos/go-iptables Multi-Arch: foreign Package: golang-github-coreos-go-semver-dev Priority: optional Section: devel Installed-Size: 33 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-coreos-semver Version: 0.3.0-1apertis0bv2024dev2b1 Replaces: golang-go-semver-dev (<< 0.0~git20150304-2~) Provides: golang-go-semver-dev Breaks: golang-go-semver-dev (<< 0.0~git20150304-2~) Filename: pool/development/g/golang-github-coreos-semver/golang-github-coreos-go-semver-dev_0.3.0-1apertis0bv2024dev2b1_all.deb Size: 6636 MD5sum: e3182ebdeac30b9c58c541f4025b3f47 SHA1: 368d6eec33a23b906edf6a341de986042d1f3e8f SHA256: e1ca7960bf645f1a1a89806d2662d28774d01a7e371ec8a38bcf193230dc0c5a SHA512: fde5c5827bf3d3fc26e813129a532157f316e88902afce8a105efcc0462e2f6fc638bbc64d5658299de98c8a135ae169fb13df60066a00c437f5de9c5895c0dd Description: Go library for semantic versioning Go library for semantic versioning allowing you to parse and compare two semantic version strings. Homepage: https://github.com/coreos/go-semver Package: golang-github-coreos-go-systemd-dev Priority: optional Section: golang Installed-Size: 387 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-coreos-go-systemd Version: 22.3.2-1+apertis0bv2024dev2b1 Replaces: golang-go-systemd-dev Provides: golang-go-systemd-dev Depends: golang-dbus-dev (>= 5.0.2~), libsystemd-dev, pkg-config Conflicts: golang-go-systemd-dev Filename: pool/development/g/golang-github-coreos-go-systemd/golang-github-coreos-go-systemd-dev_22.3.2-1+apertis0bv2024dev2b1_all.deb Size: 54912 MD5sum: efc21884054a2958cbc1045dce804f44 SHA1: 0b65a4602afdbfd22084fcebb3a45a7e5ae5dca9 SHA256: 8aa5bbf8557c5d5984452922642c98f9f34e1298df9c6e4ba0f22aa44e135a6d SHA512: 5defbc18d7924a9de29b7d44b20110373f9eba093a4428553af6329bb3251ff34443595f7d9f0b9065aec9e214f5b3cbe5ec0619bef820ee1bb60538c466fd3b Description: Go client bindings for systemd socket activation, journal and D-Bus Package "go-systemd" is a library that implements native Go client bindings for systemd in packages "activation", "journal", and "dbus". . This package contains the source. Homepage: https://github.com/coreos/go-systemd Package: golang-github-coreos-pkg-dev Priority: optional Section: devel Installed-Size: 137 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-coreos-pkg Version: 4-3apertis0bv2024dev2b2 Depends: golang-github-coreos-go-systemd-dev, golang-golang-x-crypto-dev, golang-yaml.v2-dev Filename: pool/development/g/golang-github-coreos-pkg/golang-github-coreos-pkg-dev_4-3apertis0bv2024dev2b2_all.deb Size: 25136 MD5sum: a9360fbe3b081afef68d8e5dbd18c6ca SHA1: cb1cc9cb32970ac738632be4ed205e60e6cf6fa8 SHA256: 026bbf247be413c8c192fe3223e7ae4a4b6112c86382e225f8024b232c20b940 SHA512: 38a861f0d8a1b34abf6e7ca4a6168b0a997956a08335686fed2caa7deb733b269233598f93997bda74ea86f9c14d25c14c06b6d8d0e3131d2d60c6f8083d9398 Description: collection of Go utility packages This package contains a collection of Go utility libraries for use in projects written by CoreOS, Inc. Homepage: https://github.com/coreos/pkg Package: golang-github-cpuguy83-go-md2man-v2-dev Priority: optional Section: golang Installed-Size: 44 Maintainer: Debian Go Packaging Team Architecture: all Source: go-md2man-v2 Version: 2.0.2+ds1-1+apertis0bv2024dev2b1 Depends: golang-github-russross-blackfriday-v2-dev (>= 2.1.0) Filename: pool/development/g/go-md2man-v2/golang-github-cpuguy83-go-md2man-v2-dev_2.0.2+ds1-1+apertis0bv2024dev2b1_all.deb Size: 9900 MD5sum: 8ed8afe4c5d5d0e2a6d3b09f07360532 SHA1: 2c9ac130bc98d91f7f2b71ad664fa114a80d9140 SHA256: 60e705cd7679657de1d106c9de3498e1f3b8b340a8c533e5ffac5acd263c7c14 SHA512: f2062861570e1fab425c76698bb7f62e3d919fb931fc53365507e3e4100ff1ee2866f1a926e8727d31f4d4cca25b4a9fdf7b561f169693ef975cfad8ad604ba0 Description: utility to create manpages from markdown (source) Turns Markdown into manpages, which is really handy for people that don't want to learn how to make manpages from stuff like DocBook. . This package contains the source for go-md2man version 2. Homepage: https://github.com/cpuguy83/go-md2man Multi-Arch: foreign Package: golang-github-creack-pty-dev Priority: optional Section: golang Installed-Size: 70 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-creack-pty Version: 1.1.18-1+apertis0bv2024dev2b1 Filename: pool/development/g/golang-github-creack-pty/golang-github-creack-pty-dev_1.1.18-1+apertis0bv2024dev2b1_all.deb Size: 10080 MD5sum: 29169b16635949511c96286180c78b9d SHA1: db16340b0e97c7050c4fd058f110063466f50da2 SHA256: b9afc2a904fee72eab75c6511e11af3f563f48265c153970c8c65a8c8766035f SHA512: 95772f4efc965fe358b54f1727631619fe5919298c78f4aebb8d1741a83b497140744e31746f9bd7626d16255ce1d52329b414fa4b62522103fcf3aff0490631 Description: PTY interface for Golang Pty is a Golang package for using unix pseudo-terminals. Homepage: https://github.com/creack/pty Multi-Arch: foreign Package: golang-github-cyphar-filepath-securejoin-dev Priority: optional Section: golang Installed-Size: 37 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-cyphar-filepath-securejoin Version: 0.2.3-1+apertis0bv2024dev2b1 Filename: pool/development/g/golang-github-cyphar-filepath-securejoin/golang-github-cyphar-filepath-securejoin-dev_0.2.3-1+apertis0bv2024dev2b1_all.deb Size: 7760 MD5sum: 3ef5df75620beca9d054e37fb173609d SHA1: 3910c2b6a3d95c05320eaec62884bd5d9efe5c91 SHA256: 8b3b2c2ab1d3e0d612931027c312c7f4dda4721292863871650249cea7a0c2f8 SHA512: 06808c8450b7d09ffca54db6514d901b3e68a151de8d310f5dae322983ef9d3a82f074f3a7854a9a8aa9b0d6034032505f06a5885a816b2ce6cbae7a2a3f2b36 Description: filepath.SecureJoin implementation An implementation of SecureJoin, a candidate for inclusion in the Go standard library (https://github.com/golang/go/issues/20126). The purpose of this function is to be a "secure" alternative to filepath.Join, and in particular it provides certain guarantees that are not provided by filepath.Join. Homepage: https://github.com/cyphar/filepath-securejoin Multi-Arch: foreign Package: golang-github-d2g-dhcp4-dev Priority: optional Section: devel Installed-Size: 31 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-d2g-dhcp4 Version: 0.0~git20150413-4+apertis0bv2024dev2b1 Filename: pool/development/g/golang-github-d2g-dhcp4/golang-github-d2g-dhcp4-dev_0.0~git20150413-4+apertis0bv2024dev2b1_all.deb Size: 7016 MD5sum: 1e3dde58d65dd9ceb58ebd86f803874c SHA1: 17a4679470bcc2868c1df2b02e7f68857cc378f8 SHA256: d16ccf2752c1d513d9c8aca86a68b0fb5321d4d6019927643a40b7d7345aa0d1 SHA512: 2d24d992bfaf875346eebe9b57aec22755ff11c50ef6f82aaa1d6a796dfc73ed19b3d5e07fff0e9295624831c00f79b387b546d7ed084bddac794dfb9bf10436 Description: DHCP packet creation library for Go This library contains functions to generate DHCP request and response packets in the Go language. Homepage: https://github.com/d2g/dhcp4 Package: golang-github-d2g-dhcp4client-dev Priority: optional Section: devel Installed-Size: 55 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-d2g-dhcp4client Version: 1.0.0-2apertis0bv2024dev2b1 Depends: golang-github-d2g-dhcp4-dev, golang-golang-x-sys-dev Filename: pool/development/g/golang-github-d2g-dhcp4client/golang-github-d2g-dhcp4client-dev_1.0.0-2apertis0bv2024dev2b1_all.deb Size: 12420 MD5sum: 305ad137acaec16ce8840e1b5620a15a SHA1: 960bc7b339a38fd6254019f25290c15b2a70edba SHA256: c5559e261738a96408202ae588407a47a4f162ea8bd1ae7f7b91e830cc0551d9 SHA512: 0702e7880a71f75e86e8a615de94eb20adfa7ec19f5ccb3f0b55c5aff57e46e5fef0348b6cbf0d1197a174c15ba759d264411c59aef14ee009ec585d1c6c4ca1 Description: DHCP client written in Go A DHCP4 client implementation written in Go using AF_PACKET support. Homepage: https://github.com/d2g/dhcp4client Package: golang-github-daaku-go.zipexe-dev Priority: optional Section: devel Installed-Size: 21 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-daaku-go.zipexe Version: 1.0.1-2+apertis0bv2024dev2b1 Filename: pool/development/g/golang-github-daaku-go.zipexe/golang-github-daaku-go.zipexe-dev_1.0.1-2+apertis0bv2024dev2b1_all.deb Size: 4420 MD5sum: 363568e0c1ad9ba66502ff5be2c94953 SHA1: 3a23404314b1f0b329c3e06b4354cef4a73f08af SHA256: a0d734d37a77063ea1822cdff8988722e1552c756d0d8fd8ce4c69b3d644800f SHA512: 2f7f76ab8946bf6bdcb9a24e14c21b4ababb630c3a7e4db2336768bf1e3277a8de3220c65b47a9e7813805d1fd26002bcc9a7a9ef0a1b5e1fcc258ecd05c7cb0 Description: zipexe attempts to open an executable binary file as a zip file The zipexe package attempts to open an executable binary file which can be a Mac OS X, Windows PE or Linux/BSD ELF binary. The zip file signature may be embedded or appended to the binary. . This module was taken as-is from https://github.com/cookieo9/resources-go. Homepage: https://github.com/daaku/go.zipexe Multi-Arch: foreign Package: golang-github-datadog-datadog-go-dev Priority: optional Section: devel Installed-Size: 66 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-datadog-datadog-go Version: 2.1.0-3apertis0bv2024dev2b1 Filename: pool/development/g/golang-github-datadog-datadog-go/golang-github-datadog-datadog-go-dev_2.1.0-3apertis0bv2024dev2b1_all.deb Size: 14708 MD5sum: 69f0d9214655955b98a490c3fc0ea82a SHA1: 9b61fdfeafc2834508d32fc6dee87eb50a6df0a9 SHA256: 24bdeb4111d8347bd14a720ba8f2e1b45361389d26939a273be04227b4e271f2 SHA512: d151a8c1370a0399e2bdd04bdeed0399a5e5fab80391e12044f07bbb5584f1962b553a6290e708fbec9f03dc7a2d6c34ca155c03bf54426b747f319bbe2ef253 Description: Go client library for datadog Package statsd provides a Go dogstatsd client. Dogstatsd extends the popular statsd, adding tags and histograms and pushing upstream to Datadog. Homepage: https://github.com/DataDog/datadog-go Multi-Arch: foreign Package: golang-github-datadog-zstd-dev Priority: optional Section: golang Installed-Size: 62 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-datadog-zstd Version: 1.4.5+patch1-1+apertis0bv2024dev2b1 Depends: libzstd-dev, pkg-config Filename: pool/development/g/golang-github-datadog-zstd/golang-github-datadog-zstd-dev_1.4.5+patch1-1+apertis0bv2024dev2b1_all.deb Size: 12580 MD5sum: e0e07b8231b85cc72b27472df57340f4 SHA1: c839374679aeec336beb7f52e5660ac52174d6b7 SHA256: 8cdd6ec4428914c967fa4cfaa28c99a4f84c82844b6a4c896d955f30ecbf583f SHA512: 8c990422dade796dedf89199dff5882a6f1b0207d21b46ae999d01f74c62d3c7bfff8f90850f587b497068124082c5a145d02d28debc1ddd79f83eb51abcd8d5 Description: Zstd wrapper for Go The Go wrapper exposes two main APIs * simple Compress/Decompress * streaming API (io.Reader/io.Writer) . The compress/decompress APIs mirror that of lz4, while the streaming API was designed to be a drop-in replacement for zlib. Homepage: https://github.com/DataDog/zstd Package: golang-github-davecgh-go-spew-dev Priority: optional Section: golang Installed-Size: 220 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-davecgh-go-spew Version: 1.1.1-3+apertis0bv2024dev2b1 Filename: pool/development/g/golang-github-davecgh-go-spew/golang-github-davecgh-go-spew-dev_1.1.1-3+apertis0bv2024dev2b1_all.deb Size: 29876 MD5sum: 7755a90298a17b31687024f29f48796d SHA1: a46f33bd688b54b8a73f893e27c47c5737ac538b SHA256: 00797b4a4249f770d22f0d70ad43054220e08c913d84172f4efdb31d4826607e SHA512: 49817d6a4e9aaf9c87672cfe0f0997843adb7652b8a85ab826a96948805cbfdbe1855515cc587d7aeacdc788bb43a83abc1dc5a569299cc1e63242c92b368a7e Description: Implements a deep pretty printer for Go data structures to aid in debugging Go-spew implements a deep pretty printer for Go data structures to aid in debugging. A comprehensive suite of tests with 100% test coverage is provided to ensure proper functionality. Homepage: https://github.com/davecgh/go-spew Multi-Arch: foreign Package: golang-github-deckarep-golang-set-dev Priority: extra Section: devel Installed-Size: 66 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-deckarep-golang-set Version: 1.5-2co1bv2024dev2b1 Filename: pool/development/g/golang-github-deckarep-golang-set/golang-github-deckarep-golang-set-dev_1.5-2co1bv2024dev2b1_all.deb Size: 9352 MD5sum: 572f47ef77d7b9f388286e1a833d3b1c SHA1: 6b9bdf7e547d5cdd21d45cb04e7c09c375855ec1 SHA256: aa7130733730ee78dfec9f4e4c877b1441fd6c46263650ce7a252e77d432382a SHA512: 177f8ac01a345124ddc4b281c78eccf96c3cbce455132e43a16410d0784349432bf3471c33e4f9c844fd1954526aeb1a218e464d5bb80053782335955c275cf4 Description: simple set type for the Go language The missing set collection for the Go language. . Coming from Python one of the things missing in Go is the superbly wonderful set collection. This is an attempt to mimic the primary features of the set from Python. . This package contains the source. Homepage: https://github.com/deckarep/golang-set Package: golang-github-denisenkom-go-mssqldb-dev Priority: optional Section: devel Installed-Size: 3068 Maintainer: Debian QA Group Architecture: all Source: golang-github-denisenkom-go-mssqldb Version: 0.0~git20170717.0.8fccfc8-7+apertis0bv2024dev2b1 Depends: golang-golang-x-crypto-dev, golang-golang-x-net-dev Filename: pool/development/g/golang-github-denisenkom-go-mssqldb/golang-github-denisenkom-go-mssqldb-dev_0.0~git20170717.0.8fccfc8-7+apertis0bv2024dev2b1_all.deb Size: 216828 MD5sum: db5f052163fb05f5296ff3a28fc1bb75 SHA1: 0c64b8a6687c338400e2fd41f4c0049e154e43b7 SHA256: 087a503bdcdcb6fa5ddab7aacf749f823a3db6999894312853d186636e5f6479 SHA512: eb0a2f5f02d6fec1c6cf78b3769e8de5b9414a631cbfd02edfe565fc580e64b1af63cd3497bc00997b24891ec9a851dce50d006beb0782397122b863749a4f05 Description: Microsoft SQL server driver written in go language A pure Go MSSQL driver for Go's database/sql package. . Features: * Can be used with SQL Server 2005 or newer * Can be used with Microsoft Azure SQL Database * Supports new date/time types: date, time, datetime2, datetimeoffset * Supports string parameters longer than 8000 characters * Supports encryption using SSL/TLS * Supports SQL Server and Windows Authentication * Supports Single-Sign-On on Windows * Supports connections to AlwaysOn Availability Group listeners * Supports query notifications Homepage: https://github.com/denisenkom/go-mssqldb Package: golang-github-dghubble-sling-dev Priority: optional Section: devel Installed-Size: 74 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-dghubble-sling Version: 1.3.0-1apertis0bv2024dev2b1 Depends: golang-github-google-go-querystring-dev, golang-golang-x-oauth2-dev Filename: pool/development/g/golang-github-dghubble-sling/golang-github-dghubble-sling-dev_1.3.0-1apertis0bv2024dev2b1_all.deb Size: 18236 MD5sum: 73fc7d9ac5355e9e262c68c4188ff5c6 SHA1: f56caf2136308e2aaa9689fc26f8deb1d2e7caae SHA256: 187787392810564d07791eea6a7ad442e11150cfdd2836e105a404be0deafa9c SHA512: 7869398b942caf23d6aeef9abb92e68f957a11a91f62d06267d450e00bf32e04ae7f6c5062099ee04859be865d51b0a95ce9d7403fa511478deb9647f790bf65 Description: HTTP client library for creating and sending API requests Sling is a Go HTTP client library for creating and sending API requests. Homepage: https://github.com/dghubble/sling Package: golang-github-dgrijalva-jwt-go-dev Priority: optional Section: golang Installed-Size: 148 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-dgrijalva-jwt-go Version: 3.2.0-4+apertis0bv2024dev2b1 Filename: pool/development/g/golang-github-dgrijalva-jwt-go/golang-github-dgrijalva-jwt-go-dev_3.2.0-4+apertis0bv2024dev2b1_all.deb Size: 33344 MD5sum: 039a1455f9622874b2a60ec82af29534 SHA1: dec9b7b3447e0ba5b5cb341ab58b524d2417496d SHA256: a5608a515c14fec758c737079eafce96285c5c17ed0bb68c6244af1d65f68a73 SHA512: d92da3f27b55ee3bd0f8c9553b9bcee101c3b3ff95553e541b1de4afbc6852a3f3167637d228dd534a9761721797176bb8ddeaa978bf7aa70255a71aff03b619 Description: Golang implementation of JSON Web Tokens (JWT) JSON Web Tokens are compact, URL-safe means of representing claims to be transferred between two parties. This library is an implementation of JSON Web Tokens in the Go language. Homepage: https://github.com/dgrijalva/jwt-go Multi-Arch: foreign Package: golang-github-disiqueira-gotree-dev Priority: optional Section: golang Installed-Size: 26 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-disiqueira-gotree Version: 3.0.2-2+apertis1bv2024dev3b1 Filename: pool/development/g/golang-github-disiqueira-gotree/golang-github-disiqueira-gotree-dev_3.0.2-2+apertis1bv2024dev3b1_all.deb Size: 4880 MD5sum: cafd8020df33b5a38d7883f0031715cf SHA1: 47b296c8ff0ab517b19a413f0d637bb85b81ce68 SHA256: dd08dff53f46d05c6212f036a577b2694946b97877780e25933a4e8e1115a02f SHA512: e8d611cacbf2ffbcbeae662175dd5fa5a513d68fa746687eaace6ac155b0454b9ff8c9278c8284992f89795db6fa6d3d22dddd0b5a71787354b2231993f3ae35 Description: Tree printer module written in GoLang (library) The GoTree's goal is to be a simple tool providing a stupidly easy-to-use and fast way to print recursive structures. Homepage: https://github.com/disiqueira/gotree Multi-Arch: foreign Package: golang-github-docker-distribution-dev Priority: optional Section: utils Installed-Size: 1627 Maintainer: Debian Go Packaging Team Architecture: all Source: docker-registry Version: 2.8.2+ds1-1+apertis0bv2024dev3b1 Depends: golang-github-aws-aws-sdk-go-dev, golang-github-bugsnag-bugsnag-go-dev, golang-github-docker-go-metrics-dev, golang-github-docker-libtrust-dev, golang-github-garyburd-redigo-dev, golang-github-gorilla-handlers-dev, golang-github-gorilla-mux-dev, golang-github-mitchellh-mapstructure-dev, golang-github-ncw-swift-dev, golang-github-opencontainers-go-digest-dev, golang-github-opencontainers-image-spec-dev, golang-github-sirupsen-logrus-dev, golang-github-spf13-cobra-dev, golang-golang-x-crypto-dev, golang-gopkg-yaml.v2-dev Filename: pool/development/d/docker-registry/golang-github-docker-distribution-dev_2.8.2+ds1-1+apertis0bv2024dev3b1_all.deb Size: 261920 MD5sum: 69301a9c8036f960c7c1bedd32b6fd47 SHA1: 5e9e8c49a2c01768bd8ec9d96c8d278afe8c7028 SHA256: e3d2218fbd3579ea6239a95434cae42fab8d1c4ecd4bf0d1c25e342fc39e1851 SHA512: 3702c1a7b05befe07dee5ab37c007f03e80b5175a5e3e9f87f4d7a98bbaffd2b324d733c84b361f8a9530fa04432e7f9b244b2fea6ea9529ceab081f6045eef1 Description: Docker toolset to pack, ship, store, and deliver content (source) The Docker toolset to pack, ship, store, and deliver content. . The Docker Registry 2.0 implementation contained in this package is for storing and distributing Docker images. It supersedes the docker/docker-registry project with a new API design, focused around security and performance. . This project should provide an implementation to a V2 API for use in the Docker core project. The API should be embeddable and simplify the process of securely pulling and pushing content from docker daemons. . The new registry implementation provides the following benefits: . * faster push and pull * new, more efficient implementation * simplified deployment * pluggable storage backend * webhook notifications . This package contains the source. Homepage: https://github.com/docker/distribution Package: golang-github-docker-docker-credential-helpers-dev Priority: optional Section: golang Installed-Size: 121 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-docker-docker-credential-helpers Version: 0.6.4+ds1-1+apertis0bv2024dev2b1 Filename: pool/development/g/golang-github-docker-docker-credential-helpers/golang-github-docker-docker-credential-helpers-dev_0.6.4+ds1-1+apertis0bv2024dev2b1_all.deb Size: 22820 MD5sum: 69da1bef3b7764514ac9f0ea90fd442d SHA1: 5b04417cebe956ba946985ace55cda942dfb6bac SHA256: 54476987233de87239dcf6d3fa451175fb1e0ccc3eeaa5c307682353e49450b0 SHA512: 5456d6730f9288ce8110991ebd1a135a8a9b6b2baf80d2f426ccea9ea3f82e7cced4a24643ef8e4dcd7fb278d649e82c074f5c493aa9009c8e32c5bf4a253444 Description: native stores to safeguard Docker credentials - library The docker-credential-helpers package is a suite of programs to use the built-in OS native stores to keep Docker credentials safe. . This package contains the development files. Homepage: https://github.com/docker/docker-credential-helpers Multi-Arch: foreign Package: golang-github-docker-docker-dev Priority: optional Section: golang Installed-Size: 7799 Maintainer: Debian Go Packaging Team Architecture: all Source: docker.io Version: 20.10.24+dfsg1-1+apertis1bv2024dev3b1 Depends: golang-github-armon-circbuf-dev, golang-github-containerd-containerd-dev (>= 1.4.2~ds1-2~), golang-github-containerd-continuity-dev (>= 0.0~git20190426~), golang-github-docker-distribution-dev (>= 2.7.1~), golang-github-docker-docker-credential-helpers-dev (>= 0.6.1~), golang-github-docker-go-connections-dev (>= 0.4.0~), golang-github-docker-go-metrics-dev, golang-github-docker-go-units-dev (>= 0.4.0~), golang-github-docker-libkv-dev, golang-github-fsnotify-fsnotify-dev, golang-github-gorilla-mux-dev (>= 1.7.1~), golang-github-moby-term-dev, golang-github-morikuni-aec-dev, golang-github-opencontainers-go-digest-dev, golang-github-opencontainers-image-spec-dev (>= 1.0.1~), golang-github-opencontainers-runc-dev (>= 1.0.0~rc8~), golang-github-opencontainers-selinux-dev (>= 1.8.0~), golang-github-sirupsen-logrus-dev (>= 1.0.2~), golang-github-tchap-go-patricia-dev, golang-golang-x-net-dev, golang-golang-x-sys-dev (>= 0.0~git20190726~), golang-google-grpc-dev, golang-dbus-dev (>= 5.0.2~), golang-github-burntsushi-toml-dev, golang-github-deckarep-golang-set-dev, golang-github-docker-go-events-dev, golang-github-hashicorp-memberlist-dev (>= 0.1.0~), golang-github-hashicorp-serf-dev, golang-github-ishidawataru-sctp-dev, golang-github-vishvananda-netlink-dev (>= 1.0.0~), golang-github-vishvananda-netns-dev, golang-github-opentracing-opentracing-go-dev Filename: pool/development/d/docker.io/golang-github-docker-docker-dev_20.10.24+dfsg1-1+apertis1bv2024dev3b1_all.deb Size: 1115564 MD5sum: 2e61a5712cf4c3c86b265351e54a8f73 SHA1: 11941c9d05fbe4d28792ac4433f6e36b82cbed4b SHA256: a5fde1a19e09b4c5a0bb946c361e450c761b6b75bf4e1acb7106a7c2386025f3 SHA512: cb9eeb5183399289d61d8b7723844b1f7336a9db63451efbd51f8afc4b26d72624113663869e2f66f1ec60edf6d29b3e4a71aeee5f8a5ee1a2247ba349aceeb4 Description: reusable Go packages included with Docker These packages are intentionally developed by upstream in such a way that they are reusable to projects outside Docker and only rely on each other or other external dependencies to be built. Homepage: https://mobyproject.org Package: golang-github-docker-go-connections-dev Priority: optional Section: golang Installed-Size: 124 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-docker-go-connections Version: 0.4.0-4+apertis0bv2024dev2b1 Depends: golang-github-pkg-errors-dev, golang-golang-x-net-dev Filename: pool/development/g/golang-github-docker-go-connections/golang-github-docker-go-connections-dev_0.4.0-4+apertis0bv2024dev2b1_all.deb Size: 26620 MD5sum: bd32167c947a5123cda658aeb7c97496 SHA1: 8a48c86a84c846848ab14551b56a16d832003a64 SHA256: d8f31a16fe2c4fa78e729ce2e6a9caf9644a8de2e0352db7dfa6ae7f618156bf SHA512: f2d202210c409e6fa1cba917ef1d991839d589bae70a83b7439370a0760740da1c9486ed3eae701820683a3d5a8bb6e114be7a7a7d24196acab88091805a0ceb Description: Golang utility package to work with network connections go-connections provides common package to work with network connections. Homepage: https://github.com/docker/go-connections Package: golang-github-docker-go-dev Priority: extra Section: devel Installed-Size: 319 Maintainer: pkg-go Architecture: all Source: golang-github-docker-go Version: 0.0~git20160303.0.d30aec9-3.1+apertis0bv2024dev2b1 Replaces: golang-github-jfrazelle-go-dev (<< 0.0~git20150906.0.a8e3e21-2~) Provides: golang-github-jfrazelle-go-dev Breaks: golang-github-jfrazelle-go-dev (<< 0.0~git20150906.0.a8e3e21-2~) Filename: pool/development/g/golang-github-docker-go/golang-github-docker-go-dev_0.0~git20160303.0.d30aec9-3.1+apertis0bv2024dev2b1_all.deb Size: 165636 MD5sum: bfd76738621807808edb4b5e65ed4ea9 SHA1: 26f407602e101112e71e392198e3112b840e289f SHA256: 5d0c52d20a57e24410f60e60cdbef4b4c12dcb621342b60898dc0be674d94676 SHA512: c88658957380f50e4115a448e51e81a7f870bee114a2f6f16a79fe06bd75a4b94cb2c9514e101a561570d6c71d7c413a5f69b97d7985c066edecaf0d3bf3eef9 Description: Go packages with small patches autogenerated (used for canonical/json) This is a repository used for building go packages based off upstream with small patches. . It is only used so far for a canonical json pkg. Homepage: https://github.com/docker/go Package: golang-github-docker-go-events-dev Priority: optional Section: devel Installed-Size: 53 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-docker-go-events Version: 0.0~git20190806.e31b211-4+apertis0bv2024dev2b1 Depends: golang-github-sirupsen-logrus-dev (>= 1.0.2~) Filename: pool/development/g/golang-github-docker-go-events/golang-github-docker-go-events-dev_0.0~git20190806.e31b211-4+apertis0bv2024dev2b1_all.deb Size: 12296 MD5sum: f68ff0d4b58c8a19de3e59039a0dbf42 SHA1: df133b3f01769b2056dc1721df5ba51747283382 SHA256: 08f139c9a8b3ec5e145af574bae0da80545bb3b55eb1e2f1ce077a7d6bd2bcb1 SHA512: 89f0f35d951f267d75b233067575f95e12d9d79dab5e85d74bc1ab2f93081f357d8377be30d3919dc7eca479214c8dc6f5d6b4cfa3f177847cb0a166968188fc Description: Composable event distribution for Go The go-events package implements a composable event distribution package for Go. It was originally created to implement the notifications in Docker Registry 2, but is now used in other components of the Docker ecosystem. Homepage: https://github.com/docker/go-events Multi-Arch: foreign Package: golang-github-docker-go-metrics-dev Priority: optional Section: devel Installed-Size: 72 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-docker-go-metrics Version: 0.0.1-2+apertis0bv2024dev2b1 Depends: golang-github-prometheus-client-golang-dev (>= 0.9.0~) Filename: pool/development/g/golang-github-docker-go-metrics/golang-github-docker-go-metrics-dev_0.0.1-2+apertis0bv2024dev2b1_all.deb Size: 18840 MD5sum: ea46aa99f08e2c9757d273211e3fb7e9 SHA1: c579409ddc6eb3d1b2ad29fe579bf63d8c776c83 SHA256: 4fa445b2bcfb08708915af9b0cfb12c9b55c88092160de514c0c8f8141ad60f5 SHA512: 09fd38269940fbd0959e6618cbefcc8f3261c1ae96f07a8d367f5f59a443d67d3a670de1ca0fcdaf17210e215f1e0074c320899f87f777358d6364c452a1a7e5 Description: Package for metrics collection in Docker projects This package is small wrapper around the Prometheus Go client to help enforce convention and best practices for metrics collection in Docker projects. Homepage: https://github.com/docker/go-metrics Multi-Arch: foreign Package: golang-github-docker-go-units-dev Priority: optional Section: golang Installed-Size: 40 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-docker-go-units Version: 0.4.0-4+apertis0bv2024dev2b1 Filename: pool/development/g/golang-github-docker-go-units/golang-github-docker-go-units-dev_0.4.0-4+apertis0bv2024dev2b1_all.deb Size: 8008 MD5sum: 49152e305f6e50c0312bb47c5c34ab32 SHA1: 72a9d86aa63593b4a857c1ac4fdeac0feea88f4e SHA256: 2eb5fc6ee22e32edff095e0ac3177bf04ab7debdffc333edf66188bfff679f75 SHA512: 0874beac5ad93d6f658965aacd002ac28d4f7cfb4b5e052a99d876fc9c4f75364d5ddadb56fe60e819b3efad6e1c85b5ea7c2ff16353645ffd7d1780fe7cf89a Description: parse and print size and time units in human-readable format go-units is a library to transform human friendly measurements into machine friendly values. Homepage: https://github.com/docker/go-units Multi-Arch: foreign Package: golang-github-docker-libkv-dev Priority: optional Section: golang Installed-Size: 118 Maintainer: Debian Go Packaging Team Architecture: all Source: docker-libkv Version: 0.2.1-3+apertis0bv2024dev2b1 Depends: golang-etcd-server-dev, golang-github-coreos-bbolt-dev, golang-github-samuel-go-zookeeper-dev Filename: pool/development/d/docker-libkv/golang-github-docker-libkv-dev_0.2.1-3+apertis0bv2024dev2b1_all.deb Size: 28564 MD5sum: aa259d94b7620e87e61ed5fd7e4bffdb SHA1: 981891f78568d86e98b912ef271a498244697c17 SHA256: e7820d64f1440e887197302b314801eaf07d8330e3d152518e1e5521246d5a6a SHA512: b8006fdb973ce71542490c40405961194ea11968a3f77de32d9f50fce5261e411f9ae1ed23cebe513c3d07bdcc4c72a035652f3900305cdd82396a981238c37d Description: Key/Value store abstraction library libkv provides a Go native library to store metadata. . The goal of libkv is to abstract common store operations for multiple Key/Value backends and offer the same experience no matter which backend is used. . For example, libkv can be used it to store metadata or for service discovery to register machines and endpoints inside your cluster. . Also libkv can be used to implement a generic Leader Election. . As of now, libkv offers support for Consul (disabled), Etcd and Zookeeper. Homepage: https://github.com/docker/libkv Package: golang-github-docker-libtrust-dev Priority: extra Section: devel Installed-Size: 179 Maintainer: pkg-go Architecture: all Source: golang-github-docker-libtrust Version: 0.0~git20150526.0.9cbd2a1-3.1apertis0bv2024dev2b1 Filename: pool/development/g/golang-github-docker-libtrust/golang-github-docker-libtrust-dev_0.0~git20150526.0.9cbd2a1-3.1apertis0bv2024dev2b1_all.deb Size: 30932 MD5sum: 72715a3153957d0a691165890174b850 SHA1: 7636660994732e2ad04a3b7396ed05f5f450431a SHA256: 7391b7f5ae92312f02a0ba04cf0ce5fe0f79e59803a8d11434cf3c5eeebde9df SHA512: 15d46e01d48ddc05239b97d9dc58990be5addb5acada7b4c57aee69d989b619112fc305aacafa09da43368578f06c3b6fd3cc756fdc7db8d7300b7a6fde4da92 Description: Primitives for identity and authorization Libtrust is library for managing authentication and authorization using public key cryptography. . Authentication is handled using the identity attached to the public key. Libtrust provides multiple methods to prove possession of the private key associated with an identity. . - TLS x509 certificates - Signature verification - Key Challenge . Authorization and access control is managed through a distributed trust graph. Trust servers are used as the authorities of the trust graph and allow caching portions of the graph for faster access. Homepage: https://github.com/docker/libtrust Package: golang-github-docker-notary-dev Priority: optional Section: devel Installed-Size: 2385 Maintainer: Debian Go Packaging Team Architecture: all Source: notary Version: 0.7.0+ds1-2+apertis0bv2024dev2b1 Provides: golang-github-theupdateframework-notary-dev Depends: golang-github-bugsnag-bugsnag-go-dev, golang-github-cloudflare-cfssl-dev, golang-github-docker-go-connections-dev, golang-github-docker-go-dev, golang-github-dvsekhvalnov-jose2go-dev, golang-github-go-sql-driver-mysql-dev, golang-github-golang-protobuf-1-3-dev, golang-github-gorilla-mux-dev, golang-github-jinzhu-gorm-dev, golang-github-lib-pq-dev, golang-github-mattn-go-sqlite3-dev, golang-github-miekg-pkcs11-dev, golang-github-shopify-logrus-bugsnag-dev, golang-github-sirupsen-logrus-dev, golang-github-spf13-cobra-dev, golang-github-spf13-viper-dev, golang-github-stretchr-testify-dev, golang-golang-x-crypto-dev, golang-golang-x-net-dev, golang-golang-x-sys-dev, golang-google-grpc-dev, golang-gopkg-rethinkdb-rethinkdb-go.v6-dev Filename: pool/development/n/notary/golang-github-docker-notary-dev_0.7.0+ds1-2+apertis0bv2024dev2b1_all.deb Size: 395220 MD5sum: d586bc3290f43f6332739909991dd389 SHA1: e0e449ffdf822f3b590faaa01400449c125af302 SHA256: 1b303cb4b73384ca3c54d2634b609c647396b531849cf1423f0afb408efea9b3 SHA512: d380fe2defdaae05999aaab3449a03afe0f313bb7d60b435e40d2a852c4fe444947000507c4c4c3148230924d2fd4470d7342be58417d85545882776257c9aef Description: library for running and interacting with trusted collections Notary is a project that allows anyone to have trust over arbitrary collections of data. . The Notary project comprises a server (cmd/notary-server) and a client (cmd/notary) for running and interacting with trusted collections. . Notary aims to make the internet more secure by making it easy for people to publish and verify content. We often rely on TLS to secure our communications with a web server which is inherently flawed, as any compromise of the server enables malicious content to be substituted for the legitimate content. . With Notary, publishers can sign their content offline using keys kept highly secure. Once the publisher is ready to make the content available, they can push their signed trusted collection to a Notary Server. . Consumers, having acquired the publisher's public key through a secure channel, can then communicate with any notary server or (insecure) mirror, relying only on the publisher's key to determine the validity and integrity of the received content. . This package contains the source. Homepage: https://github.com/notaryproject/notary Multi-Arch: foreign Package: golang-github-docker-spdystream-dev Priority: optional Section: golang Installed-Size: 156 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-docker-spdystream Version: 0.2.0-1apertis0bv2024dev2b1 Provides: golang-github-moby-spdystream-dev Filename: pool/development/g/golang-github-docker-spdystream/golang-github-docker-spdystream-dev_0.2.0-1apertis0bv2024dev2b1_all.deb Size: 25152 MD5sum: 7177e2b0077b56a02a26e066577057c0 SHA1: e1ffa527845fd09e348507b3f86fe26ba4e23369 SHA256: 2f6ca5efeb9a10fce700fca76601291e7dd6969a59989cb97f3c47c23ab80519 SHA512: 026cc0c51de5afb2c2682b129abea50cec78addaa1605fc947089eb41b8edc80f786403f76b8ef808eb71d9b6044d2c89e90bfe6393cabfce98d56996b2eec13 Description: multiplexed stream library using spdy SpdyStream is a multiplexed stream library using spdy. Homepage: https://github.com/moby/spdystream Multi-Arch: foreign Package: golang-github-docopt-docopt-go-dev Priority: optional Section: golang Installed-Size: 77 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-docopt-docopt-go Version: 0.6.2+git20180111.ee0de3b-1apertis0bv2024dev2b1 Filename: pool/development/g/golang-github-docopt-docopt-go/golang-github-docopt-docopt-go-dev_0.6.2+git20180111.ee0de3b-1apertis0bv2024dev2b1_all.deb Size: 17700 MD5sum: 526beed474eaed7ef8fe8ff72ef3723a SHA1: b41d478c5656de9194dd61e28bae253ea834b6d2 SHA256: 72bbf35f5e8fc92388d37a0901287d1c07e11ae97123766f4877c9fee4eef029 SHA512: 7758d6d926daa1af0e70b6cf9a9a4257a72d88c4256dc3f87aa5889ac2e289935edfce7d540fb9bf8860cc5c9d5dba1692944ae5a068f248bc5abcab7c5ed121 Description: Implementation of docopt in the Go programming language Docopt helps you define an interface for your command-line app and automatically generate a parser for it. Its interface descriptions are based on a formalization of the standard conventions used in help messages and man pages. . This package provides an implementation of docopt in the Go programming language. Homepage: https://github.com/docopt/docopt-go Multi-Arch: foreign Package: golang-github-dpotapov-go-spnego-dev Priority: optional Section: devel Installed-Size: 24 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-dpotapov-go-spnego Version: 0.0~git20190506.c2c6091-2apertis0bv2024dev2b1 Depends: golang-gopkg-jcmturner-gokrb5.v5-dev Filename: pool/development/g/golang-github-dpotapov-go-spnego/golang-github-dpotapov-go-spnego-dev_0.0~git20190506.c2c6091-2apertis0bv2024dev2b1_all.deb Size: 5648 MD5sum: 42046c56853c6dcc1dac4c45ad8014fa SHA1: f05fbb17b38d30cf02a57833114cc5084da66ddb SHA256: f30c59671c67f81f49138a0a8565c87846c714f24c7599a3f8152afe37189fdd SHA512: df8f4427286bb3b96c0fa4f79153f6b0fe310b3302f153bc9463b896a0bc6e0ebd7c62eb439927a0191d678d68fc3a9c25c4b2c39172c60bd4d6fd7853ed4fdb Description: Golang library to make HTTP calls with Kerberos authentication The package extends Go's HTTP Transport allowing Kerberos authentication through Negotiate mechanism (see RFC4559 (https://tools.ietf.org/html/rfc4559)). . Internally it is implemented by wrapping 2 libraries: gokrb5 (https://github.com/jcmturner/gokrb5) on Linux and sspi (https://github.com/alexbrainman/sspi) on Windows. . There is no pre-authenticaion yet, so the library assumes you have Kerberos ticket obtained. . Linux implementation requires MIT or Heimdal Kerberos to be present. Windows implementation utilizes credentials of currently logged in user. . Currently it allows only to make HTTP calls, no server side support yet. Homepage: https://github.com/dpotapov/go-spnego Package: golang-github-dtylman-scp-dev Priority: optional Section: golang Installed-Size: 25 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-dtylman-scp Version: 0.0~git20181017.f3000a3-3+apertis1bv2024dev3b1 Depends: golang-golang-x-crypto-dev, golang-logrus-dev Filename: pool/development/g/golang-github-dtylman-scp/golang-github-dtylman-scp-dev_0.0~git20181017.f3000a3-3+apertis1bv2024dev3b1_all.deb Size: 4808 MD5sum: 1c24a4af805289d1bb8d232f131512ff SHA1: 7973f2a1d07eafad1b4e95b1dced9bed5becfeb4 SHA256: 5013563805acaeee6fcb2b7c3b36b85d271b0f638fc9181c047c4cde08c6e713 SHA512: ba24a895d3f60010d4ffd11f161e92b46589cc972f594c4b5022aa9d52276a73f7ee938bf23bed3319d2dfff6c7fcf2ad87e368e2bb80f3621baf446051809b8 Description: A simple go scp client (library) Simple golang libary to send files using the scp (secure file protocol) Homepage: https://github.com/dtylman/scp Multi-Arch: foreign Package: golang-github-dustin-go-humanize-dev Priority: optional Section: devel Installed-Size: 88 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-dustin-go-humanize Version: 1.0.0-3+apertis0bv2024dev2b1 Filename: pool/development/g/golang-github-dustin-go-humanize/golang-github-dustin-go-humanize-dev_1.0.0-3+apertis0bv2024dev2b1_all.deb Size: 16592 MD5sum: 6dc99c2c65674eeee5aedcf9fd184121 SHA1: 6c96d220a2f02718c684d808c2d75a842120850a SHA256: 12a768c24cee069d2206fc54d7f43cf1e9310c7758b090dff099e43944719078 SHA512: 3209c753d70572ad19c73581f69e2bbb190885295e78496023ef631f232c0ca7a6783af844919a214dfad1976decba383e9388a37b525941ed2cbaa74c207057 Description: format units to human friendly sizes go-humanize provides few functions for helping humanize times and sizes. Homepage: https://github.com/dustin/go-humanize Multi-Arch: foreign Package: golang-github-dvsekhvalnov-jose2go-dev Priority: optional Section: golang Installed-Size: 256 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-dvsekhvalnov-jose2go Version: 1.5-1apertis0bv2024dev2b1 Filename: pool/development/g/golang-github-dvsekhvalnov-jose2go/golang-github-dvsekhvalnov-jose2go-dev_1.5-1apertis0bv2024dev2b1_all.deb Size: 55608 MD5sum: 153d0973f9da97c4e3d9a7ce1e35f3de SHA1: 81bc0e26071a73d9b3e63e24564623660abdaa70 SHA256: 287cf6ed20352e5610792d63661f07cd50788a05274ffab5f60171887bc633ae SHA512: ff19ea5ad989c62e12938b5ad1eb38def43b9eccd2956a9573a130d6af01c6be4294883532d7911b3bdfdab9911a5a6b9514ac7ebd8bf03b6e794bdaab9795f5 Description: Go implementation of Javascript Object Signing and Encryption Pure Golang (GO) library for generating, decoding and encrypting JSON Web Tokens. Zero dependency, relies only on standard library. . Supports full suite of signing, encryption and compression algorithms defined by JSON Web Algorithms as of July 4, 2014 version. . Extensively unit tested and cross tested (100+ tests) for compatibility with jose.4.j, Nimbus-JOSE-JWT, json-jwt and jose-jwt libraries. . This package contains the source. Homepage: https://github.com/dvsekhvalnov/jose2go Multi-Arch: foreign Package: golang-github-eapache-go-xerial-snappy-dev Priority: optional Section: golang Installed-Size: 31 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-eapache-go-xerial-snappy Version: 0.0~git20180814.776d571-1+apertis0bv2024dev2b1 Depends: golang-github-golang-snappy-dev Filename: pool/development/g/golang-github-eapache-go-xerial-snappy/golang-github-eapache-go-xerial-snappy-dev_0.0~git20180814.776d571-1+apertis0bv2024dev2b1_all.deb Size: 7080 MD5sum: 06b6370456adf056bba4ea550f84fcfa SHA1: cb6cedadab2ac8e86e38d1159ec7ac9fdf1d3384 SHA256: 6c1e25da19b55e2ddcd470fce85a1f635ec6a43fcfb1e47b7caaa92f5beb2861 SHA512: 95b94670de67243be91904ea8d54021a1dd51aa3f94bbac3748867f12c0bf148930a94c3bbb5f5ba86775ad91e3f5d55b0e5b731d9993059c5a9b285a03ae887 Description: Xerial-compatible Snappy framing support for Go The package wraps Go's built-in Snappy package (github.com/golang/snappy) adding support for a Xerial compatible framing format. . The package was extracted from Shopify's sarama Kafka client. Homepage: https://github.com/eapache/go-xerial-snappy Multi-Arch: foreign Package: golang-github-emicklei-go-restful-dev Priority: optional Section: golang Installed-Size: 267 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-emicklei-go-restful Version: 3.10.2-1+apertis0bv2024dev3b1 Filename: pool/development/g/golang-github-emicklei-go-restful/golang-github-emicklei-go-restful-dev_3.10.2-1+apertis0bv2024dev3b1_all.deb Size: 55076 MD5sum: e517392d6a916a9568e2bcd5d34e133c SHA1: 27a06cd10a67e867f22eca886c9c3fe84b4517b7 SHA256: d1267b30fa4b15b04ed4e02a2fd295cb1ed5c88825c4e3d13abe24c1fa3e3445 SHA512: 4a215753f336fd86272d2e64d0b84b7fdef362cf472d65861967865964c6121040ce010777214f139dfb9804ce72e387e6427d31fa01f3100b80cfd8cb9123cd Description: build REST-style Web Services using Google Go Go-restful is a package for building REST-style Web Services using Google Go. REST asks developers to use HTTP methods explicitly and in a way that's consistent with the protocol definition. This basic REST design principle establishes a one-to-one mapping between create, read, update, and delete (CRUD) operations and HTTP methods. Homepage: https://github.com/emicklei/go-restful Multi-Arch: foreign Package: golang-github-erikstmartin-go-testdb-dev Priority: extra Section: devel Installed-Size: 49 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-erikstmartin-go-testdb Version: 0.0~git20160219.0.8d10e4a-1.1apertis0bv2024dev2b1 Filename: pool/development/g/golang-github-erikstmartin-go-testdb/golang-github-erikstmartin-go-testdb-dev_0.0~git20160219.0.8d10e4a-1.1apertis0bv2024dev2b1_all.deb Size: 8264 MD5sum: cee6786ecbedb7e87365a5ea2b8a7dd3 SHA1: f2173f266e442db13bded212bda29f1a3cd38363 SHA256: d960dd2fee7786ac66108ee0963cfb304baed169e1aef0915db789c219644444 SHA512: 74b302f155f427c4aae286e2ea77b95123d8096955d43823e6018b0f3115f586f828e271aacad0ac0e6e6ebc11ad3badc6296dbb6445526355210536f20de66b Description: Framework for stubbing responses from go's driver.Driver interface go-testdb Framework for stubbing responses from go's driver.Driver interface. . This can be used to sit in place of your sql.Db so that you can stub responses for sql calls, and remove database dependencies for your test suite. . This project is in its infancy, but has worked well for all the use cases i've had so far, and continues to evolve as new scenarios are uncovered. Please feel free to send pull-requests, or submit feature requests if you have scenarios that are not accounted for yet. Setup The only thing needed for setup is to include the go-testdb package, then you can create your db connection specifying "testdb" as your driver. Homepage: https://github.com/erikstmartin/go-testdb Package: golang-github-evanphx-json-patch-dev Priority: optional Section: devel Installed-Size: 157 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-evanphx-json-patch Version: 5.2.0-2+apertis0bv2024dev2b1 Depends: golang-github-pkg-errors-dev Filename: pool/development/g/golang-github-evanphx-json-patch/golang-github-evanphx-json-patch-dev_5.2.0-2+apertis0bv2024dev2b1_all.deb Size: 21640 MD5sum: 2c9dfcaecfca7ee8bd8f94acd3762753 SHA1: bd58bd45c702fc4de2b9dbbf42d5121124c266b4 SHA256: 42b6835d306cb281de62576abf425d9b6bcca24afb98db705f8113396d8fe69b SHA512: 1e522c00c0d902bfbe54eac7443671529a54fd0291eba0c239cbe958ff91942ea70cde015c88a48455fe928eade6a70dd686f6e69ad5947255431ac09571f1a8 Description: Go library to apply RFC6902 patches and create and apply RFC7386 patches JSON-Patch is a library which provides functionality for both applying RFC6902 JSON patches (http://tools.ietf.org/html/rfc6902) against documents, as well as for calculating & applying RFC7396 JSON merge patches (https://tools.ietf.org/html/rfc7396). Homepage: https://github.com/evanphx/json-patch Multi-Arch: foreign Package: golang-github-evanw-esbuild-dev Priority: optional Section: golang Installed-Size: 4417 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-evanw-esbuild Version: 0.17.0-1+apertis0bv2024preb1 Depends: golang-golang-x-sys-dev (>= 0.0~git20220715.c0bba94) Filename: pool/development/g/golang-github-evanw-esbuild/golang-github-evanw-esbuild-dev_0.17.0-1+apertis0bv2024preb1_all.deb Size: 629464 MD5sum: 16a52283d0e36df6fed1480b10b0a085 SHA1: b2b16cbe9d1306211f69eec3f98eaf823fdd470f SHA256: 9d58ad3c92d313cbab1c9f2fe9b172baf08cf4e4856e87a76d45346de40ebcef SHA512: 327ceb80b133c5010e7f5dc5ee6e21d03967d41a35dcdf468041f19ddf21bfbc85c8a1549b55a010e26d6b55db6d69288a6530be371a91605064416a85d6e8d2 Description: extremely fast JavaScript bundler and minifier (library) esbuild is a JavaScript bundler and minifier. It packages up JavaScript and TypeScript code for distribution on the web. . Why build another JavaScript build tool? The current build tools for the web are at least an order of magnitude slower than they should be. It is hoped that this project serves as an "existence proof" that JavaScript tooling can be much, much faster. . This package contains the github.com/evanw/esbuild Go library. Homepage: https://github.com/evanw/esbuild Multi-Arch: foreign Package: golang-github-fatih-color-dev Priority: optional Section: devel Installed-Size: 48 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-fatih-color Version: 1.7.0-1apertis0bv2024dev2b1 Depends: golang-github-mattn-go-colorable-dev, golang-github-mattn-go-isatty-dev (>= 0.0.2) Filename: pool/development/g/golang-github-fatih-color/golang-github-fatih-color-dev_1.7.0-1apertis0bv2024dev2b1_all.deb Size: 11208 MD5sum: c61623da83c0d2384755b24840f9c103 SHA1: 46d761bf6ccfbc5ac89a7e5e7789ba43a08d82b0 SHA256: 2b0753ac074f6befbf48bc185cedc3269588b4f3a8125c222cc904e4c5e53bde SHA512: 4ca3862cd3ff1b0359e804d5ee85bfdc6da908f9a081db815ddc6a59776cadd7ed291b16956a28f324c3dadaa8375aebcb0799236de17417fc65d62585e73216 Description: console colors for Go This package provides colorized output in console programs using ANSI escape sequences. Homepage: https://github.com/fatih/color Package: golang-github-fernet-fernet-go-dev Priority: optional Section: devel Installed-Size: 39 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-fernet-fernet-go Version: 0.0~git20180830.9eac43b-2apertis0bv2024dev2b1 Filename: pool/development/g/golang-github-fernet-fernet-go/golang-github-fernet-fernet-go-dev_0.0~git20180830.9eac43b-2apertis0bv2024dev2b1_all.deb Size: 7932 MD5sum: 0c841d61aa0e5ccb9a2f51d133afcc59 SHA1: 13496a7b2ed546217848779c1b67e0535b714420 SHA256: 4e2bd4a93da37cc98a15e111fe6f8f4d8390fe345a6948ef44d373cdb8194c10 SHA512: 2133b9979c42093e343d4dc40523c01c5e3d7d65acbce35cd57d53c267f3d19eaabec5059dd2a4b3029cb11340b3c51d5686db393decc04ca3bdd3dd7e325314 Description: Go library for generates/verifies HMAC-based authentication tokens This library takes a user-provided *message* (an arbitrary sequence of bytes), a *key* (256 bits), and the current time, and produces a *token*, which contains the message in a form that can't be read or altered without the key. . This package is compatible with the other implementations at https://github.com/fernet. They can exchange tokens freely among each other. Homepage: https://github.com/fernet/fernet-go Package: golang-github-fluent-fluent-logger-golang-dev Priority: optional Section: golang Installed-Size: 110 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-fluent-fluent-logger-golang Version: 1.9.0-1+apertis0bv2024dev2b1 Depends: golang-github-tinylib-msgp-dev Filename: pool/development/g/golang-github-fluent-fluent-logger-golang/golang-github-fluent-fluent-logger-golang-dev_1.9.0-1+apertis0bv2024dev2b1_all.deb Size: 21388 MD5sum: 369da852bf02dc6fb19e05361f2d5cc4 SHA1: 186671819d218aa71b5b1d2ed91295880d466bc7 SHA256: 930ecccaedab74a27a4c6e24a7179ec1612a861d488b4f8d226d53d69c5dd78d SHA512: fdbda85a2b0c54de902868ddb2ee2ec48ed665b576db696a6ccb943847af43c5b9526139b42d82fc3e62871684204333dd7fec14a87aba697a5b268815f42a58 Description: Go structured logger for Fluentd This Go library allows for logging directly to a running instance of the "fluentd" data collector/logging tool. . This package contains the source. Homepage: https://github.com/fluent/fluent-logger-golang Multi-Arch: foreign Package: golang-github-frankban-quicktest-dev Priority: optional Section: golang Installed-Size: 197 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-frankban-quicktest Version: 1.14.4-1+apertis0bv2024dev2b1 Depends: golang-github-google-go-cmp-dev (>= 0.5.7), golang-github-kr-pretty-dev (>= 0.3.0) Filename: pool/development/g/golang-github-frankban-quicktest/golang-github-frankban-quicktest-dev_1.14.4-1+apertis0bv2024dev2b1_all.deb Size: 34780 MD5sum: 2e179ce7401fff3b599ea6f56c05fe8d SHA1: 19abcba3099bf9087abcd951e4f81b9f262c83c8 SHA256: aaa81d41cb9b94e598833d14971293e0c5b283f6669e35ce986b12d95a8603a6 SHA512: bdf619ca5b3bbdf03fea58a4ad186151064d758f08779f94a0135cca62d1d4f53fd33a73caac3a0f93c1babe88943412148c36416f28a5a8c0fa4f2f46d64dde Description: quick helpers for testing Go applications A collection of Go helpers for writing tests. . The library provides some base checkers like Equals, DeepEquals, Matches, ErrorMatches, IsNil and others. More can be added by implementing the Checker interface. Homepage: https://github.com/frankban/quicktest Multi-Arch: foreign Package: golang-github-fsnotify-fsnotify-dev Priority: optional Section: golang Installed-Size: 182 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-fsnotify Version: 1.6.0-2+apertis0bv2024dev2b1 Depends: golang-golang-x-sys-dev (>= 0.0~git20220908.2771309) Filename: pool/development/g/golang-fsnotify/golang-github-fsnotify-fsnotify-dev_1.6.0-2+apertis0bv2024dev2b1_all.deb Size: 38580 MD5sum: 76d40f24c63b86189ce9ef4a42147a3f SHA1: f65d6c8a65b9a1867f0acf93083c0cffd3507156 SHA256: aaa82767f90f5cea816cab0a30e604b90eb362a3d9379808247c008fba6d4994 SHA512: fdbaa0dd0eababc0f3c57bcd53595d936b109c002c6131444e2628b57c95ea0f3e9048b1a34e5b68aebd8cfe6e5b3277ea7a85cbd6bce62173a6542b287828a4 Description: File system notifications for Go Package fsnotify provides a platform-independent interface for file system notifications, for use with the Go programming language. . This package contains the fsnotify library source. Homepage: https://github.com/fsnotify/fsnotify Multi-Arch: foreign Package: golang-github-fsouza-go-dockerclient-dev Priority: optional Section: golang Installed-Size: 1012 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-fsouza-go-dockerclient Version: 1.8.1-1+apertis0bv2024dev3b1 Depends: golang-github-docker-docker-dev (>= 17.12.1~), golang-github-docker-go-units-dev, golang-github-gorilla-mux-dev Filename: pool/development/g/golang-github-fsouza-go-dockerclient/golang-github-fsouza-go-dockerclient-dev_1.8.1-1+apertis0bv2024dev3b1_all.deb Size: 164412 MD5sum: 4b2d3401ba74f3c714809e5a6e1a0ff5 SHA1: dc9be1c10f1a5f5a976a3e6d055e6d68f71ebdb8 SHA256: dfea117cd7480538daf186e9af2828efc69c507c44bac6ab0cf91ff06698a9f8 SHA512: b2b16d180bd2141380147351372059c9f8725fdc6b355962d1c3d4be0376cf1db8e151e3fecb05799f27c841b5a8cfae84f2d43a6f9563e989d2e0b9838ca4d9 Description: Docker client library in Go Client for the Docker remote API with support for the extensions in the Swarm API. . This package also provides support for docker's network API, which is a simple passthrough to the libnetwork remote API. Note that docker's network API is only available in docker 1.8 and above, and only enabled in docker if DOCKER_EXPERIMENTAL is defined during the docker build process. Homepage: https://github.com/fsouza/go-dockerclient Package: golang-github-fullsailor-pkcs7-dev Priority: optional Section: golang Installed-Size: 156 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-fullsailor-pkcs7 Version: 0.0~git20210826.33d0574-2+apertis0bv2024dev2b1 Filename: pool/development/g/golang-github-fullsailor-pkcs7/golang-github-fullsailor-pkcs7-dev_0.0~git20210826.33d0574-2+apertis0bv2024dev2b1_all.deb Size: 43940 MD5sum: 7a7a4f679b4b1cfcf59304b017a38f67 SHA1: 0fb1474aa060fbc7b223f637241fa8a85903ed5d SHA256: 4afa86f0fb9973609764b3947bd9e4d717f88ab5d39d074ce4c941a2775a0a6b SHA512: 2e6f868d83a6c4df6428254ea42d658f3d981c547783e7ab9e567d26a258a37a5f8873782325120c36345467a4f9ebf7f5f579bfcaa9c9697f7a658f4ee30713 Description: Implements a subset of PKCS#7/Crytpographic Message Syntax pkcs7 implements parsing and creating signed and enveloped messages. . It contains the fork from https://github.com/mozilla-services/pkcs7. Homepage: https://github.com/fullsailor/pkcs7 Multi-Arch: foreign Package: golang-github-fvbommel-sortorder-dev Priority: optional Section: devel Installed-Size: 24 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-fvbommel-sortorder Version: 1.0.2-3+apertis0bv2024dev2b1 Filename: pool/development/g/golang-github-fvbommel-sortorder/golang-github-fvbommel-sortorder-dev_1.0.2-3+apertis0bv2024dev2b1_all.deb Size: 5176 MD5sum: 270c551c3e1f34ec9e4c8ef22a0ad162 SHA1: 343d419037fbcb4aa89bec960b34beb015eb6b70 SHA256: 534b76cd01702fae13ce9b33eaf1e437f4d6dda9353d04d4fd94e0ec5da8add6 SHA512: b451756130bd248a4eeeb583e28e93dfc14578e065464c16a19eeb41f542a0c5859e67bf743d315501140a026647b55d5b33593a9b79b93cd4a964b27ffe69bc Description: sort orders and comparison functions This package contains sort orders and comparison functions. . Currently, it only implements so-called "natural order", where integers embedded in strings are compared by value. Homepage: https://github.com/fvbommel/sortorder Multi-Arch: foreign Package: golang-github-garyburd-redigo-dev Priority: extra Section: devel Installed-Size: 155 Maintainer: pkg-go Architecture: all Source: golang-github-garyburd-redigo Version: 0.0~git20150901.0.d8dbe4d-2.1apertis0bv2024dev2b1 Depends: golang-any Filename: pool/development/g/golang-github-garyburd-redigo/golang-github-garyburd-redigo-dev_0.0~git20150901.0.d8dbe4d-2.1apertis0bv2024dev2b1_all.deb Size: 28168 MD5sum: 894cada665a2c7916c771415a9b9bded SHA1: 253394cec8d09df0339efb65c5117d10577d1556 SHA256: de428a8771e9002a12ae0f85e37455943a78becd3c6e4aefc9d08e3f5a69dff8 SHA512: a4e8396bb225b05181d69236eafc6f923d5d128cd3d3f6fd936d5c8b76bac03d376da5294b58511950755aff9d7589f5338868546e00f5ed64b286d612d099fd Description: Go client for Redis Redigo is a Go client for the Redis database. Homepage: https://github.com/garyburd/redigo Package: golang-github-geertjohan-go.incremental-dev Priority: optional Section: devel Installed-Size: 59 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-geertjohan-go.incremental Version: 1.0.0-2+apertis0bv2024dev2b1 Filename: pool/development/g/golang-github-geertjohan-go.incremental/golang-github-geertjohan-go.incremental-dev_1.0.0-2+apertis0bv2024dev2b1_all.deb Size: 6608 MD5sum: 5263cc9e0622ad148a490aedff4eb357 SHA1: 34ff68917edc3e9eb6ac1b5a92830a4f0979624b SHA256: 5438043d25143af2c92272c96d6c7e7b3e3c6e6b86185dd6e6ebfd9c7782b166 SHA512: a50c93342f0b9c56a8f8120095659b0bcea8dc0e6107ebb3fbf88e52998523e5ca00534c92b7c9f3c86477490f9e9e0dce6def347c2a35ff2b7f8f6e81f3115e Description: Go package providing type- and concurrency-safe incremental counters This Go package provides access to atomic integers that can be tested, incremented and set in a type- and concurrency-safe manner. Objects are protected by a mutex and available for all signed and unsigned integer types in Go. Homepage: https://github.com/geertjohan/go.incremental Multi-Arch: foreign Package: golang-github-geertjohan-go.rice-dev Priority: optional Section: golang Installed-Size: 181 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-geertjohan-go.rice Version: 1.0.2-1apertis0bv2024dev2b1 Depends: golang-github-akavel-rsrc-dev (>= 0.8.0), golang-github-daaku-go.zipexe-dev (>= 1.0.0), golang-github-davecgh-go-spew-dev (>= 1.1.1), golang-github-geertjohan-go.incremental-dev (>= 1.0.0), golang-github-nkovacs-streamquote-dev (>= 1.0.0), golang-github-valyala-fasttemplate-dev (>= 1.0.1), golang-go-flags-dev (>= 1.4.0) Filename: pool/development/g/golang-github-geertjohan-go.rice/golang-github-geertjohan-go.rice-dev_1.0.2-1apertis0bv2024dev2b1_all.deb Size: 67812 MD5sum: f724e12509ff9f3a785bbc9dd7a77c96 SHA1: e736c24d3af3649763522cc3fa0e7dc32d1c2443 SHA256: 988885d4cbeab997acad579332dbb4f11dccaa4e96f4cd2d88248bc82fc1ac7c SHA512: 7b15da59f7402dd82ec9ff15f02c00dd88c70d4522991e69f07a3757df89dd2cbac2283adfd5b169c8a08988a07c09df64196ca9f9f2b96712430d6867adec34 Description: Go package for embedding web resources into Go executables go.rice is a Golang package that makes working with resources such as html, js, css, images and templates very easy. During development go.rice will load required files directly from disk. Upon deployment it is easy to add all resource files to a executable using the rice tool, without changing the source code for your package. Several methods are provided for adding resources to your binary by go.rice. . This package contains the development files. Homepage: https://github.com/GeertJohan/go.rice Package: golang-github-ghodss-yaml-dev Priority: optional Section: golang Installed-Size: 61 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-ghodss-yaml Version: 1.0.0+git20220118.d8423dc-2+apertis0bv2024dev2b1 Depends: golang-gopkg-yaml.v2-dev (>= 2.2.2) Filename: pool/development/g/golang-github-ghodss-yaml/golang-github-ghodss-yaml-dev_1.0.0+git20220118.d8423dc-2+apertis0bv2024dev2b1_all.deb Size: 16256 MD5sum: 949e571a3bcb3c1c38e489971302d8f4 SHA1: 033108f80cffe671f8d745e4353055dab62ce220 SHA256: 6c2486cafdd76e6159fa1f16b7b83e31a6e4c40b1771959d93b006c875799505 SHA512: 4b56f279cef9f46f316447ecf35c0dd1d00495e7f2d42d6c46f3349467f10b2f92a9873ca8e5bad3201621c2261caea33987f1772b2fea5f7e4b02d3bf589720 Description: better way to marshal and unmarshal YAML in Golang This package is a wrapper around go-yaml designed to enable a better way of handling YAML when marshaling to and from structs. . In short, this library first converts YAML to JSON using go-yaml and then uses json.Marshal and json.Unmarshal to convert to or from the struct. This means that it effectively reuses the JSON struct tags as well as the custom JSON methods MarshalJSON and UnmarshalJSON unlike go-yaml. Homepage: https://github.com/ghodss/yaml Multi-Arch: foreign Package: golang-github-git-lfs-git-lfs-dev Priority: optional Section: golang Installed-Size: 1529 Maintainer: Debian Go Packaging Team Architecture: all Source: git-lfs Version: 3.3.0-1+apertis0bv2024dev2b1 Depends: golang-github-pkg-errors-dev, golang-github-spf13-cobra-dev, golang-github-rubyist-tracerx-dev, golang-github-olekukonko-ts-dev, golang-github-xeipuuv-gojsonschema-dev, golang-github-git-lfs-wildmatch-dev (>= 2.0.1~), golang-github-git-lfs-go-netrc-dev (>= 0.0~git20210914.f0c862d~), golang-github-git-lfs-gitobj-dev (>= 2.1.1~), golang-github-mattn-go-isatty-dev, golang-github-ssgelm-cookiejarparser-dev, golang-golang-x-sync-dev, golang-github-dpotapov-go-spnego-dev, golang-github-git-lfs-pktline-dev, golang-github-leonelquinteros-gotext-dev Filename: pool/development/g/git-lfs/golang-github-git-lfs-git-lfs-dev_3.3.0-1+apertis0bv2024dev2b1_all.deb Size: 292832 MD5sum: 3f282287d8ada6cbaf7167b38f686645 SHA1: 0435df2f2d58ed8274cea70cc38ed9beee40d3a8 SHA256: cf0de4db396abd83cb4c991004266f86c4f5e1bb1bc81ea896dce588d8888968 SHA512: 0b9b811156c87486d14c18c76f21ffb5e07ee796bc3a743ad91d810143141ccb046f54a2b218cb95da726f42705b283bf21f655967fe9b8fe23bde7d047a4b73 Description: Git Large File Support (library) An open source Git extension for versioning large files. Git Large File Storage (LFS) replaces large files such as audio samples, videos, datasets, and graphics with text pointers inside Git, while storing the file contents on a remote server. . This package contains the source code for git-lfs Homepage: https://git-lfs.github.com/ Package: golang-github-git-lfs-gitobj-dev Priority: optional Section: golang Installed-Size: 226 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-git-lfs-gitobj Version: 2.1.1-1+apertis0bv2024dev2b1 Depends: golang-github-stretchr-testify-dev Filename: pool/development/g/golang-github-git-lfs-gitobj/golang-github-git-lfs-gitobj-dev_2.1.1-1+apertis0bv2024dev2b1_all.deb Size: 43740 MD5sum: 7828aa8dbb509cce25c28450f6ea7902 SHA1: 41feb3dc710b620807b412f2dfabae0bbced144b SHA256: a4c3c63b75e2cbb9f1e2e7fc48530a28ea49e564eb2c473a163c041222d3e7b1 SHA512: 5e1c428c43e81a9ac3d8c793f9f471f47b17787bd3846e1f9b64d74187ce2ccc7d7d0b1a112d7b8fe86dca67e90fd3e1832956ddbc6492a0a4d32dd35796fc8e Description: gitobj reads and writes Git objects Package gitobj reads and writes loose and packed Git objects. Homepage: https://github.com/git-lfs/gitobj Multi-Arch: foreign Package: golang-github-git-lfs-go-netrc-dev Priority: optional Section: devel Installed-Size: 50 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-git-lfs-go-netrc Version: 0.0~git20210914.f0c862d-1+apertis0bv2024dev2b1 Filename: pool/development/g/golang-github-git-lfs-go-netrc/golang-github-git-lfs-go-netrc-dev_0.0~git20210914.f0c862d-1+apertis0bv2024dev2b1_all.deb Size: 9816 MD5sum: de99fd6b4b7ffc4ad35f8e67f03df154 SHA1: a2cf8d23d86bc00980e3c1930ac59e6a590c32e4 SHA256: 6b10c99953384ae3de744d950dc20fc6724e045a666c7480553c7da6a629ae09 SHA512: 65b4757977631c08a6514fa7feb02cccaf24275efed262fe5eeffca6f31192989cb87c1227542937624b472851d5dee5eff1530d9523f5e8bb25ad7ef487dfdf Description: netrc file parser for Go programming language go-netrc A Golang package for reading and writing netrc files. This package can parse netrc files, make changes to them, and then serialize them back to netrc format, while preserving any whitespace that was present in the source file. Homepage: https://github.com/git-lfs/go-netrc Multi-Arch: foreign Package: golang-github-git-lfs-pktline-dev Priority: optional Section: golang Installed-Size: 45 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-git-lfs-pktline Version: 0.0~git20210330.06e9096-2+apertis0bv2024dev2b1 Depends: golang-github-stretchr-testify-dev Filename: pool/development/g/golang-github-git-lfs-pktline/golang-github-git-lfs-pktline-dev_0.0~git20210330.06e9096-2+apertis0bv2024dev2b1_all.deb Size: 8776 MD5sum: da457fdc5371d0754d1f94d8c9cb7c10 SHA1: 5800a791a0ca48b5f20d73457bffbfccf97b4eb7 SHA256: e0d92aef9d6e736a9bb96be135733aa3358007237b634f84a27db0955febe7e0 SHA512: 4a847484e165568e57dd04f480ed71a920e372e196c1c51fc464cd8fb0465cf5f546f574275dc75c7bba20a1ff828ea7a5d3e2a5171a3f9562d4365fe336868b Description: Toolkit for the Git pkt-line format (library) Git pkt-line Toolkit is a Go language toolkit for reading and writing files using the Git pkt-line format used in various Git operations. Homepage: https://github.com/git-lfs/pktline Multi-Arch: foreign Package: golang-github-git-lfs-wildmatch-dev Priority: optional Section: devel Installed-Size: 58 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-git-lfs-wildmatch Version: 2.0.1-1+apertis0bv2024dev2b1 Filename: pool/development/g/golang-github-git-lfs-wildmatch/golang-github-git-lfs-wildmatch-dev_2.0.1-1+apertis0bv2024dev2b1_all.deb Size: 12112 MD5sum: 8e3be949eef7eb5eb2453758bca65ab0 SHA1: 228b556b0983dde6292d5b51453e4db7fa4b80d9 SHA256: fdbe6b7d06136046053c9d906e716f5c2c99d9b25afadc2c212032ffa34d0dea SHA512: 10c4514215fb6b48f2ba7e367036227e290418b00d56dd0e3d936454cf4caa9e6adf23b2fd31d0d759969b8d8ead045a65262dd786a674ff200f28949d727212 Description: Pattern matching language for filepaths compatible with Git wildmatch package wildmatch is a reimplementation of Git's wildmatch.c-style filepath pattern matching. . For more information, see the godoc (https://godoc.org/github.com/git-lfs/wildmatch). Homepage: https://github.com/git-lfs/wildmatch Multi-Arch: foreign Package: golang-github-go-kit-kit-dev Priority: optional Section: golang Installed-Size: 919 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-go-kit-kit Version: 0.10.0-1+apertis0bv2024dev2b1 Depends: golang-github-casbin-casbin-dev, golang-github-dgrijalva-jwt-go-dev, golang-github-go-logfmt-logfmt-dev, golang-github-go-stack-stack-dev, golang-github-golang-protobuf-1-3-dev, golang-github-opentracing-opentracing-go-dev, golang-github-openzipkin-zipkin-go-dev, golang-github-pkg-errors-dev, golang-github-sirupsen-logrus-dev, golang-github-streadway-amqp-dev, golang-go.opencensus-dev, golang-go.uber-zap-dev, golang-golang-x-time-dev, golang-golang-x-tools-dev, golang-google-grpc-dev Filename: pool/development/g/golang-github-go-kit-kit/golang-github-go-kit-kit-dev_0.10.0-1+apertis0bv2024dev2b1_all.deb Size: 146684 MD5sum: a67fb084dfe87f8d308e796c33ddde87 SHA1: fb6edb8fa86ee63609ec5a0f40eed7f488331f1d SHA256: 29c82bf021ec57d8bf7f4ab7cf1bd89ba26c037f38491f83b69961e70b403083 SHA512: 871d5dd4c7223a5fff471c6b5bd32a442130a559a3507e787adc1548fd13f00c55acc380b4cc16683a8c2f5c4fa7b59cfc0c0fd3e8b926fc1bae501b95f7e536 Description: Programming toolkit for microservices Go kit is a set of packages and best practices, which provide a comprehensive, robust, and trustable way of building microservices for organizations of any size. . As the dependency tree is enormous, the Debian package only offers some of the components of Go kit: . * auth * endpoint * log * tracing * transport * util Homepage: https://github.com/go-kit/kit Multi-Arch: foreign Package: golang-github-go-kit-log-dev Priority: optional Section: golang Installed-Size: 147 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-go-kit-log Version: 0.2.1-1+apertis0bv2024dev2b1 Depends: golang-github-go-logfmt-logfmt-dev Filename: pool/development/g/golang-github-go-kit-log/golang-github-go-kit-log-dev_0.2.1-1+apertis0bv2024dev2b1_all.deb Size: 26988 MD5sum: 27b1d10d8de6e9208291e330320ae0f4 SHA1: 78b2c1b903b53098e17b4b8e232d97635ad4c5b5 SHA256: fd5d3ebc598f9391aef9698dd328efc068c569ee8506083d686a512a13c73a44 SHA512: 836b33f684fb70917c1bcc787dba7585e8b3f144ccc2234811739a6ee8c03e5a53332827d56f6f0586d44e24398a12ad5ec315e3f2630d3fe1d90d736dbb3e82 Description: minimal and extensible structured logger (Go library) The log package provides a minimal interface for structured logging in services. It may be wrapped to encode conventions, enforce type-safety, provide leveled logging, and so on. It can be used for both typical application log events, and log-structured data streams. . Structured logging is, basically, conceding to the reality that logs are data, and warrant some level of schematic rigor. Using a stricter, key/value-oriented message format for logs, containing contextual and semantic information, makes it much easier to get insight into the operational activity of the systems. Consequently, package log is of the strong belief that "the benefits of structured logging outweigh the minimal effort involved (https://www.thoughtworks.com/radar/techniques/structured-logging)". Homepage: https://github.com/go-kit/log Multi-Arch: foreign Package: golang-github-go-logfmt-logfmt-dev Priority: optional Section: golang Installed-Size: 61 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-go-logfmt-logfmt Version: 0.5.0-2apertis0bv2024dev2b1 Filename: pool/development/g/golang-github-go-logfmt-logfmt/golang-github-go-logfmt-logfmt-dev_0.5.0-2apertis0bv2024dev2b1_all.deb Size: 13528 MD5sum: c6c42919991b66dc5b6fc89ca58fef70 SHA1: 0f565ed7141c252cf924ff17033dac9f67f7db7c SHA256: 8673a0d0cb6e9bf30e8c4703518074765b3a4865b670e5f824ece250d7e15fee SHA512: 229521f6e5d64aca26c33caa5118f8193e054e558702ac4c2418995e23681bd6ca29f89465534021f9d15622c429d15994d9f77bccb473ea775761f9ac172274 Description: Marshals and unmarshals logfmt messages Package logfmt implements utilities to marshal and unmarshal data in the logfmt format (https://brandur.org/logfmt). It provides an API similar to encoding/json (http://golang.org/pkg/encoding/json/) and encoding/xml (http://golang.org/pkg/encoding/xml/). . The logfmt format has not been formally standardized. The most authoritative public specification to date has been the documentation of a Go Language package (http://godoc.org/github.com/kr/logfmt) written by Blake Mizerany and Keith Rarick. . This project attempts to conform as closely as possible to the prior art, while also removing ambiguity where necessary to provide well behaved encoder and decoder implementations. Homepage: https://github.com/go-logfmt/logfmt Multi-Arch: foreign Package: golang-github-go-logr-logr-dev Priority: optional Section: golang Installed-Size: 136 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-go-logr-logr Version: 1.2.3-1+apertis0bv2024dev2b1 Breaks: golang-k8s-klog-dev (<< 2.80.1~) Filename: pool/development/g/golang-github-go-logr-logr/golang-github-go-logr-logr-dev_1.2.3-1+apertis0bv2024dev2b1_all.deb Size: 24712 MD5sum: 6e48230c83ab0727495208c1af9d52b1 SHA1: 4bfd8fc475c644ddeff1ab0163a789885f4998ec SHA256: 436fba06aa36c0656ba6fa6f794ad23dea585b0771b8be1b7abb2097aad6cd85 SHA512: fd4bee8978b72299d4a0235ae399d76f48a6f01bd4ccc3d3a23306e0a6d7b34e0206bab30c881c73dcda65d3cda5c361a46d4eb85bc0359fdda73fbee5775176 Description: simple logging interface for Go (library) This package offers a purely abstract interface, based on these ideas but with a few twists. Code can depend on just this interface and have the actual logging implementation be injected from callers. Ideally only main() knows what logging implementation is being used. Homepage: https://github.com/go-logr/logr Multi-Arch: foreign Package: golang-github-go-sql-driver-mysql-dev Priority: optional Section: devel Installed-Size: 363 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-go-sql-driver-mysql Version: 1.5.0-2+apertis0bv2024dev2b1 Filename: pool/development/g/golang-github-go-sql-driver-mysql/golang-github-go-sql-driver-mysql-dev_1.5.0-2+apertis0bv2024dev2b1_all.deb Size: 71264 MD5sum: 7f770a1893c76fd469b97a5f152a53ae SHA1: c5c49ad5285924e729262ea35a71c1f397acea6a SHA256: d5f4f350ef04a34415ed91d96276e037974573d627b191a4c6a6c698ff919075 SHA512: 7a12d5c70f786e6fd6f0bc91d7c62da5b1c6b7c68a9bb925f31c9430495ba98bc52a7997db9e8e4c7e60420faedbf7a23593c64cf2606b6892ce021a5e95ac87 Description: MySQL-Driver for Go's database/sql package Features: - Lightweight and fast - Native Go implementation. No C-bindings, just pure Go - Connections over TCP/IPv4, TCP/IPv6 or Unix domain sockets - Automatic handling of broken connections - Automatic Connection Pooling (by database/sql package) - Supports queries larger than 16MB - Full sql.RawBytes support. - Intelligent LONG DATA handling in prepared statements - Secure LOAD DATA LOCAL INFILE support with file Whitelisting and io.Reader support - Optional time.Time parsing - Optional placeholder interpolation Homepage: https://github.com/go-sql-driver/mysql Multi-Arch: foreign Package: golang-github-go-stack-stack-dev Priority: optional Section: devel Installed-Size: 43 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-go-stack-stack Version: 1.8.0-1apertis0bv2024dev2b1 Filename: pool/development/g/golang-github-go-stack-stack/golang-github-go-stack-stack-dev_1.8.0-1apertis0bv2024dev2b1_all.deb Size: 8872 MD5sum: 20ebf7bb291a2e4b342fa8d7828820cc SHA1: 24372af5413a54abc3913c0a2e7acd129e74d5c0 SHA256: 758efb3831c9d69c38978942676125ae0cc828e4b9be328151cba895f67761a7 SHA512: 51d0d8a1c6146cc2e480f4b85941fc15d597d111a354f3dad15ccf53b0c4f808c320dc2654bd67731b762c1c6114dc483bb09b0c88febad2efa8392b39efe196 Description: capture, manipulate, and format call stacks Package stack implements utilities to capture, manipulate, and format call stacks. It provides a simpler API than package runtime. . The implementation takes care of the minutia and special cases of interpreting the program counter (pc) values returned by runtime.Callers. Homepage: https://github.com/go-stack/stack Package: golang-github-gofrs-flock-dev Priority: optional Section: golang Installed-Size: 52 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-gofrs-flock Version: 0.8.1-1+apertis0bv2024dev2b1 Filename: pool/development/g/golang-github-gofrs-flock/golang-github-gofrs-flock-dev_0.8.1-1+apertis0bv2024dev2b1_all.deb Size: 10708 MD5sum: 2851c905dcd24b45f1f9156c9a5f1e36 SHA1: 13250f1be057432508e9766e9eeac77f72dbfcff SHA256: 48ef86aa4dabfad77736dd1a90ffef9c6a83ba07cd7d43221c370b67efcf41f2 SHA512: 5ddae4fbba388f79faefa2448e80519eb90b5ab6ea95db93a5b7555ba49016841f12a8dd1d6f209fe8b02ead1d9cc9954422a0ebe2bd8f2640595fdabdf6791a Description: thread-safe file locking library in Golang flock implements a thread-safe sync.Locker interface for file locking. It also includes a non-blocking TryLock() function to allow locking without blocking execution. . This library is formerly known as "github.com/theckman/go-flock". Homepage: https://github.com/gofrs/flock Multi-Arch: foreign Package: golang-github-gofrs-uuid-dev Priority: optional Section: golang Installed-Size: 137 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-gofrs-uuid Version: 4.3.1-1+apertis0bv2024dev2b1 Filename: pool/development/g/golang-github-gofrs-uuid/golang-github-gofrs-uuid-dev_4.3.1-1+apertis0bv2024dev2b1_all.deb Size: 21284 MD5sum: 6fb45d197c8f9fec764eae14e317d2b2 SHA1: c8f48b30c2fc03d8ec72b8b38e57d36b3e8c9c09 SHA256: bc2877b164af67d9880d068e59507d877c138e9b56b89de94033afb52fcea84f SHA512: 7ee57db3bad55d4427208f03791b610daf57df77c1767640df9734dfc867bbad0b004ca61bb5ff7dfc9bba9b4f2b16260fbaade1f2f3616524784b3d0a5b8677 Description: UUID library for Golang This library provides a pure Golang implementation of Universally Unique Identifiers (UUID) variant as defined in RFC-4122. This package supports both the creation and parsing of UUIDs in different formats. . The library supports the following UUID versions: * Version 1, based on timestamp and MAC address (RFC-4122) * Version 2, based on timestamp, MAC address and POSIX UID/GID (DCE 1.1) * Version 3, based on MD5 hashing of a named value (RFC-4122) * Version 4, based on random numbers (RFC-4122) * Version 5, based on SHA-1 hashing of a named value (RFC-4122) Homepage: https://github.com/gofrs/uuid Multi-Arch: foreign Package: golang-github-gogo-googleapis-dev Priority: optional Section: devel Installed-Size: 836 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-gogo-googleapis Version: 1.4.0-2+apertis0bv2024dev2b1 Depends: golang-github-gogo-protobuf-dev (>= 1.3.1~) Filename: pool/development/g/golang-github-gogo-googleapis/golang-github-gogo-googleapis-dev_1.4.0-2+apertis0bv2024dev2b1_all.deb Size: 80992 MD5sum: a012f59b8dce7428833dbfef1da4cb52 SHA1: 31ba3305c8bd604769896f4f5eb039e62a04ce8d SHA256: 1f984dc5f6ed1571cb2fefb5f003408ae65f57ca77a893a465699d776a667f54 SHA512: 45fe8c8d394e2aac35c5b420665a5e158e38d2f069ae7479f47d0fe6031bb69533c6cecce3b240efe076c8eb3ae613dc133df4cd22f12273322ea9e6f6950361 Description: googleapis generated with gogoprotobuf Google APIs generated by gogoprotobuf. . The grpc-example (https://github.com/gogo/grpc-example) includes an example usage of this repository. Homepage: https://github.com/gogo/googleapis Package: golang-github-gogo-protobuf-dev Priority: optional Section: golang Installed-Size: 17833 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-gogoprotobuf Version: 1.3.2-3+apertis0bv2024dev2b1 Depends: libprotobuf-dev Recommends: gogoprotobuf Filename: pool/development/g/golang-gogoprotobuf/golang-github-gogo-protobuf-dev_1.3.2-3+apertis0bv2024dev2b1_all.deb Size: 849532 MD5sum: fe48666e96734d25f4ba0da4ee3eed61 SHA1: 34af3000fa4b89e09a95a3baf4c7047a9f25b6c1 SHA256: 4f29559c373357aa15b67fd1fe066cba4917d4cd98138f9d1a7db2c1fe26beec SHA512: 78e5b59c999fa737f92ec1c16b384dcb6d6e34909aff6ea7de6fb7c9e3ec128fc2ef2f758de4b2e1088d956ac6161f98bfeeaa782398ed2d1dae021d603e619e Description: alternative protocol buffer support for Golang - sources An alternative protocol buffer support for the Go programming language, forked from golang-goprotobuf. It is backwards compatible with goprotobuf, but provides faster marshalling and unmarshalling and can generate extra helper code, tests and benchmarks. . This package provides sources. Homepage: https://github.com/gogo/protobuf Package: golang-github-golang-groupcache-dev Priority: optional Section: golang Installed-Size: 107 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-golang-groupcache Version: 0.0~git20200121.8c9f03a-2+apertis0bv2024dev2b1 Depends: golang-github-golang-protobuf-1-3-dev | golang-github-golang-protobuf-1-5-dev Filename: pool/development/g/golang-github-golang-groupcache/golang-github-golang-groupcache-dev_0.0~git20200121.8c9f03a-2+apertis0bv2024dev2b1_all.deb Size: 23176 MD5sum: 014cc12f60b0ad3fe7fc727b97b37749 SHA1: f1cd9518e6a42754b64790a0c9f97c167c052124 SHA256: 2f8535cca610e1554e3f6bfa9cdd88b43b29f2c8d04cc16a28a98d066f84a0ce SHA512: 364a5e81e170d4fed685438947df3c0fd24878ca70a83d54defbea7683f85c54e575562d854c77896abe5e817c09ee915ac2927b34ea18b9c267bd3c03ebf4ea Description: caching and cache-filling library, a replacement for memcached Groupcache is a caching and cache-filling library, intended as a replacement for memcached in many cases. . Like memcached, groupcache shards by key to select which peer is responsible for that key. Unlike memcached, groupcache does not require running a separate set of servers, comes with a cache filling mechanism, and contains some other useful features. Homepage: https://github.com/golang/groupcache Multi-Arch: foreign Package: golang-github-golang-jwt-jwt-dev Priority: optional Section: golang Installed-Size: 197 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-golang-jwt-jwt Version: 4.4.3-1+apertis0bv2024dev2b1 Filename: pool/development/g/golang-github-golang-jwt-jwt/golang-github-golang-jwt-jwt-dev_4.4.3-1+apertis0bv2024dev2b1_all.deb Size: 39048 MD5sum: 7f1c62ff086b65373e38303682545de3 SHA1: ce7b0a25f2de30e8c69c058a1573ee5af6865c73 SHA256: 8f9a7c87bc5e0d03770a302284adcb2372437b8599972cdd90364e257b97f293 SHA512: 3449c8cfbcec1b9afc4f79cb930bd1ceeb00c7072a683f21a3bc1e0778883ab6be27eb2868b5a310d960594d82fb9c5421c315d96135cbe1c862375c1b388774 Description: golang implementation of JSON Web Tokens (library) Community maintained clone of github.com/dgrijalva/jwt-go. . After the original author of the library suggested migrating the maintenance of jwt-go, a dedicated team of open source maintainers decided to clone the existing library into this module. . The command line utility included in this project (cmd/jwt) provides a straightforward example of token creation and parsing as well as a useful tool for debugging your own integration. You'll also find several implementation examples in the documentation. . This package provides golang module. Homepage: https://github.com/golang-jwt/jwt Multi-Arch: foreign Package: golang-github-golang-mock-dev Priority: optional Section: golang Installed-Size: 345 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-golang-mock Version: 1.6.0-2+apertis0bv2024dev2b1 Suggests: mockgen Filename: pool/development/g/golang-github-golang-mock/golang-github-golang-mock-dev_1.6.0-2+apertis0bv2024dev2b1_all.deb Size: 48028 MD5sum: 8d26c6396a3eefe0e7853051ecb5f567 SHA1: de25f6c4d26eba7314ae9e97aa026c4cd0c4f41b SHA256: a5c3dc8b39b19824158090f03ed1b03793c840f4cfadad8483daec77198a1660 SHA512: b23c264d4bdcf76841f8245361418fd1db3ad8ced9f9cc4a043bad667005951126ff3bea3947e61919894a64eb5b5bbea0130865762c7744a999105c2fb4c268 Description: mocking framework for the Go programming language GoMock is a mocking framework for the Go programming language. It integrates well with Go's built-in testing package, but can be used in other contexts too. Homepage: https://github.com/golang/mock Multi-Arch: foreign Package: golang-github-golang-protobuf-1-3-dev Priority: optional Section: golang Installed-Size: 1634 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-golang-protobuf-1-3 Version: 1.3.5-4+apertis0bv2024dev2b1 Replaces: golang-goprotobuf-dev (<< 1.3.5-1~) Conflicts: golang-github-golang-protobuf-1-5-dev Breaks: golang-goprotobuf-dev (<< 1.3.5-1~) Filename: pool/development/g/golang-github-golang-protobuf-1-3/golang-github-golang-protobuf-1-3-dev_1.3.5-4+apertis0bv2024dev2b1_all.deb Size: 233536 MD5sum: fd929d882fdcb07c257d09af42fc0089 SHA1: 50741359d650b930fb97036b79fd7ad05ca164b2 SHA256: aed802a654a18c9ba7a204937a316d66ab1be44da4f99baf9aacf3b83982aea5 SHA512: 2b78e30419f32947507e5d52aa7ced5a043dd6dc164a4566d3fb8b5eec8d800a4fea53559bed34297f2d3890458d64707c102a2acb468a62c9d99f11bbb48aca Description: Go support for protocol buffers (version v1.3.x) This module (github.com/golang/protobuf) contains Go bindings for protocol buffers. . v1.3.x is the most recent pre-APIv2 version of Go API for protocol buffers. . For APIv2, see https://go.dev/blog/protobuf-apiv2. Homepage: https://github.com/golang/protobuf Multi-Arch: foreign Package: golang-github-golang-snappy-dev Priority: optional Section: golang Installed-Size: 224 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-golang-snappy Version: 0.0.2-3+apertis0bv2024dev2b1 Replaces: golang-snappy-go-dev (<< 0.0+git20150730.723cc1e-3~) Provides: golang-snappy-go-dev Breaks: golang-snappy-go-dev (<< 0.0+git20150730.723cc1e-3~) Filename: pool/development/g/golang-github-golang-snappy/golang-github-golang-snappy-dev_0.0.2-3+apertis0bv2024dev2b1_all.deb Size: 54156 MD5sum: 6d9c5c095a39009a49efe3658fd32907 SHA1: 50a08c5ce489d1f259354a932796a7639ea0aed8 SHA256: 8064c167e8bf0118582905bd1097c2cd3f6e3bf42457bca9bbf3fb59a91786ad SHA512: 6cb4ce4c4d2bda34d840fe8025a6b409411271778c74fdc86fb3c1938796e7b6dfc965e15ba88dab699a4afb46a870d357cc318e9c178aafcae231212a5077ae Description: Implementation of the Snappy compression format in Go Snappy is a compression/decompression library. It does not aim for maximum compression, or compatibility with any other compression library; instead, it aims for very high speeds and reasonable compression. For instance, compared to the fastest mode of zlib, Snappy is an order of magnitude faster for most inputs, but the resulting compressed files are anywhere from 20% to 100% bigger. On a single core of a Core i7 processor in 64-bit mode, Snappy compresses at about 250 MB/sec or more and decompresses at about 500 MB/sec or more. . This is an implementation of the Snappy compression format in the Go programming language. Homepage: https://github.com/golang/snappy Multi-Arch: foreign Package: golang-github-google-btree-dev Priority: optional Section: devel Installed-Size: 61 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-google-btree Version: 1.0.0-1apertis0bv2024dev2b1 Filename: pool/development/g/golang-github-google-btree/golang-github-google-btree-dev_1.0.0-1apertis0bv2024dev2b1_all.deb Size: 13004 MD5sum: 2a6d4df083278c22e5a5529c61050067 SHA1: 252ad514742865bf4aa62fd9d892a5e42299bd0d SHA256: bba289ee3fa918f1add33bfcc16de0a2e2ff47fc84a0b2a5af1e1658d30a0f41 SHA512: 7b3b829be06ef9e69e348c9f8dca4d819052735a7bc719ae55ae6b0b14e8732a6e0ce594484e73bd92af51066deb9fd5e1fd0259be3499df4ef49e4d312891f5 Description: BTree implementation for Go This package provides an in-memory B-Tree implementation for Go, useful as an ordered, mutable data structure. . The API is based off of the wonderful http://godoc.org/github.com/petar/GoLLRB/llrb, and is meant to allow btree to act as a drop-in replacement for gollrb trees. Homepage: https://github.com/google/btree Package: golang-github-google-certificate-transparency-dev Priority: optional Section: devel Installed-Size: 2788 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-google-certificate-transparency Version: 0.0~git20160709.0.0f6e3d1~ds1-3co1bv2024dev2b1 Depends: golang-github-juju-ratelimit-dev, golang-github-mattn-go-sqlite3-dev, golang-github-mreiferson-go-httpclient-dev, golang-github-stretchr-testify-dev, golang-golang-x-net-dev, golang-github-jmoiron-sqlx-dev Filename: pool/development/g/golang-github-google-certificate-transparency/golang-github-google-certificate-transparency-dev_0.0~git20160709.0.0f6e3d1~ds1-3co1bv2024dev2b1_all.deb Size: 536304 MD5sum: ba35deb271f303281db9cde3e4dc7003 SHA1: d26de89dfe5cd7c5edf9226f822c91e0bea5b883 SHA256: df9fd8f5a7108b39c72e28d97a7f20f7c3989ea79b8dc3e0a4e15776c97abc6f SHA512: 9467409c717e5e56ad471d6ca0665f0b30b7e3288afb6e98611a51d0114a36844dffbd3d0f00a4679024fafd6b892bd95f32318a2b59685de313f1c578707bfc Description: Framework for monitoring and auditing SSL certificates The Certificate Transparency project provides a framework to explore ideas to improve the security of HTTPS connections by adding new functional components to the current SSL security system: logging, monitoring and auditing. . Please see http://www.certificate-transparency.org for more details about certificate transparency and how it works. Homepage: https://github.com/google/certificate-transparency Package: golang-github-google-go-cmp-dev Priority: optional Section: golang Installed-Size: 503 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-google-go-cmp Version: 0.5.9-1+apertis0bv2024dev2b1 Filename: pool/development/g/golang-github-google-go-cmp/golang-github-google-go-cmp-dev_0.5.9-1+apertis0bv2024dev2b1_all.deb Size: 86624 MD5sum: 97e7764c83fe3558ea6572d9091a4ef9 SHA1: 8b46f45f2851e43f392dc82dbd1c663b1fb1c650 SHA256: b84b72be1f2973b92c0cbacc0d3fedbd45eb10672f505f1ff8d76aa03b60a93a SHA512: f2e17f87aaca5e87a9d2cd6a91c3ea720149e1b7e97ce0d8f5e6c550630e40adc900c1b0b2e6c20f0ba60f76cd5a17720284eb14309d89f54ecd00ac40178c20 Description: Package for comparing Go values in tests This package is intended to be a more powerful and safer alternative to reflect.DeepEqual for comparing whether two values are semantically equal. . The primary features of cmp are: * When the default behavior of equality does not suit the needs of the test, custom equality functions can override the equality operation. For example, an equality function may report floats as equal so long as they are within some tolerance of each other. * Types that have an Equal method may use that method to determine equality. This allows package authors to determine the equality operation for the types that they define. * If no custom equality functions are used and no Equal method is defined, equality is determined by recursively comparing the primitive kinds on both values, much like reflect.DeepEqual. Unlike reflect.DeepEqual, unexported fields are not compared by default; they result in panics unless suppressed by using an Ignore option (see cmpopts.IgnoreUnexported) or explicitly compared using the AllowUnexported option. . See the GoDoc documentation (https://godoc.org/github.com/google/go-cmp/cmp) for more information. Homepage: https://github.com/google/go-cmp Multi-Arch: foreign Package: golang-github-google-go-intervals-dev Priority: optional Section: golang Installed-Size: 70 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-google-go-intervals Version: 0.0.2-2+apertis1bv2024dev3b1 Filename: pool/development/g/golang-github-google-go-intervals/golang-github-google-go-intervals-dev_0.0.2-2+apertis1bv2024dev3b1_all.deb Size: 12080 MD5sum: 66bae7db7299dae48aca279281dfc6a6 SHA1: 6464fbc374085c675e7c902ad909ccc84d6fcbbf SHA256: 074de9c8dffc648adaab5124f13364b70de0f46451f3041337be8ff3479e59ef SHA512: 4103c4e0ab4db899aa58f0b1daf3fe56e8fefd40f23ce73920b7e44805396f22e35ef22f2d15e606cc58fb1536c07c21d30b655c4e9100f91c86a6a937e1f311 Description: Functions for set operations on intervals, like ranges (library) This package provides a library for performing set operations on 1-dimensional intervals, such as time ranges. Homepage: https://github.com/google/go-intervals Package: golang-github-google-go-querystring-dev Priority: optional Section: devel Installed-Size: 43 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-google-go-querystring Version: 1.1.0-2+apertis0bv2024dev2b1 Depends: golang-github-google-go-cmp-dev Filename: pool/development/g/golang-github-google-go-querystring/golang-github-google-go-querystring-dev_1.1.0-2+apertis0bv2024dev2b1_all.deb Size: 9652 MD5sum: b453731050eef4bd8635c456c084ed9b SHA1: 9aa10469f22939a121d7339e67fdf3e4b11fbf2c SHA256: fa04ccf134afd83a36b80f1725ff28c2f1eb2d5d3eb04686523e3a0e90f62a86 SHA512: 08934565e5fca06703945242e1083e7ad40ff770537c7a70f41b02e48cc3e16e7ef24c9b7891e2b0a9beb50a4f81ad6f15a087be59d9655a66efabaed26c5b21 Description: library for encoding structs into URL query parameters go-querystring is Go library for encoding structs into URL query parameters. go-querystring is designed to assist in scenarios where you want to construct a URL using a struct that represents the URL query parameters. Homepage: https://github.com/google/go-querystring Multi-Arch: foreign Package: golang-github-google-gofuzz-dev Priority: optional Section: golang Installed-Size: 60 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-google-gofuzz Version: 1.2.0-1apertis0bv2024dev2b1 Filename: pool/development/g/golang-github-google-gofuzz/golang-github-google-gofuzz-dev_1.2.0-1apertis0bv2024dev2b1_all.deb Size: 12840 MD5sum: 97d7602a675edb84d5db3f0fa416e283 SHA1: 41288552ecae24343acc8b62fb90b3d6e6b601e8 SHA256: 900f0095af61f06cf3db1718acf655e7a72495428226a9e07f40c34a75e1666f SHA512: df49e0d26711e461d775230b84b95641297b5790e3871430eb262677b3b89a0a5411079d9d52292915d83b14bc4212ea9af6c7b55424eb0e64e6203b89efd072 Description: Fuzz testing for Go gofuzz is a library for populating go objects with random values. . This is useful for testing: . * Do your project's objects really serialize/unserialize correctly in all cases? * Is there an incorrectly formatted object that will cause your project to panic? . Import with import "github.com/google/gofuzz" . This package contains the source. Homepage: https://github.com/google/gofuzz Multi-Arch: foreign Package: golang-github-google-martian-dev Priority: optional Section: golang Installed-Size: 910 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-google-martian Version: 3.3.2-2+apertis0bv2024dev2b1 Depends: golang-golang-x-net-dev, media-types Filename: pool/development/g/golang-github-google-martian/golang-github-google-martian-dev_3.3.2-2+apertis0bv2024dev2b1_all.deb Size: 109864 MD5sum: 1700f4ad2d1d7283f7db3c8055ca6ec9 SHA1: 53e5f348bc00615b45c61d96cf87b77912c1df0f SHA256: 556beac87e016b8efbfe6680e16a3ecf83dcc15d450eefe8a0c4aef999b4c568 SHA512: 4be284385449cae23de729a23e29ad853abb26ddb64b8de727072909eee9b063351bc7d2d6ebd5080f4c56eeb22ced0e045dcb4db2e76d6b691850c85e55a4ca Description: Martian is a library for building custom HTTP/S proxies Martian Proxy is a programmable HTTP proxy designed to be used for testing. . Martian is a great tool to use if you want to: * Verify that all (or some subset) of requests are secure * Mock external services at the network layer * Inject headers, modify cookies or perform other mutations of HTTP requests and responses * Verify that pingbacks happen when you think they should * Unwrap encrypted traffic (requires install of CA certificate in browser) Homepage: https://github.com/google/martian Multi-Arch: foreign Package: golang-github-google-pprof-dev Priority: optional Section: golang Installed-Size: 3963 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-google-pprof Version: 0.0~git20211008.947d60d-1+apertis0bv2024dev2b1 Depends: golang-github-chzyer-readline-dev, golang-github-ianlancetaylor-demangle-dev Filename: pool/development/g/golang-github-google-pprof/golang-github-google-pprof-dev_0.0~git20211008.947d60d-1+apertis0bv2024dev2b1_all.deb Size: 977936 MD5sum: 1dc9f565d9c1b44675acccadf7c0d77d SHA1: f9fb424b062830f18480373815ea4c4750d3770e SHA256: 868a2ebe4a0ee089ac76720d9bf84cc3f776fa196511fddcb0879b0a850dcd5d SHA512: 672bba7cc52fbf5035b7215cd7e0751e73c9d98b0f1183a3986397e8279adadc7f89821c356efe48108246751b42eaa156cbfe8ff7bd872b8dee5c2fd6e1c99d Description: pprof is a tool for visualization and analysis of profiling data pprof reads a collection of profiling samples in profile.proto format and generates reports to visualize and help analyze the data. It can generate both text and graphical reports (through the use of the dot visualization package). . profile.proto is a protocol buffer that describes a set of callstacks and symbolization information. A common usage is to represent a set of sampled callstacks from statistical profiling. The format is described on the proto/profile.proto (./proto/profile.proto) file. For details on protocol buffers, see https://developers.google.com/protocol-buffers . Profiles can be read from a local file, or over http. Multiple profiles of the same type can be aggregated or compared. . If the profile samples contain machine addresses, pprof can symbolize them through the use of the native binutils tools (addr2line and nm). . This is not an official Google product. Homepage: https://github.com/google/pprof Multi-Arch: foreign Package: golang-github-google-shlex-dev Priority: optional Section: golang Installed-Size: 28 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-google-shlex Version: 0.0~git20191202.e7afc7f-1apertis0bv2024dev2b1 Filename: pool/development/g/golang-github-google-shlex/golang-github-google-shlex-dev_0.0~git20191202.e7afc7f-1apertis0bv2024dev2b1_all.deb Size: 5732 MD5sum: c607c3bc87a2c28b69749b4516e06cf2 SHA1: 5a368ebe853fb6eb8038b58e7002056d0dd3246a SHA256: 0e38ba024c6fe7f4c777e8e29faae3e82cb2801eb88b619adfd4b4acc1bdcbf9 SHA512: bc2a613156df9305e7cd81bb61f911a3d5bcb8dfd2173bc0e595a8e6fabd7e8803fba4864e7b412fa3e45e93679bd8baedc435fde7986dd2721096b2d66ea33e Description: Simple lexer for Go that supports shell-style rules go-shlex is a simple lexer for Go. It splits input into tokens using shell-style rules for quoting, commenting, and escaping. Homepage: https://github.com/google/shlex Multi-Arch: foreign Package: golang-github-google-uuid-dev Priority: optional Section: golang Installed-Size: 84 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-google-uuid Version: 1.3.0-1+apertis1bv2024dev2b1 Filename: pool/development/g/golang-github-google-uuid/golang-github-google-uuid-dev_1.3.0-1+apertis1bv2024dev2b1_all.deb Size: 18444 MD5sum: 3d5a2925a9f632ba4b6c31d8b91a964f SHA1: a0c413ef03479668605850df18c2c1412ec8d54e SHA256: 4aafbd190dbf8acb2ec95a8c18f5423df7e463c58d576f1af225cf602e05e067 SHA512: ba07a4d4f979416db5f7846219f5c9c4b2e3f223a11223b80e1a3f15dd62f4e55e637b72c273444dfdae7e60390f7ae58b822f5bdeb096fda6e84cd2d00c72e8 Description: generates and inspects UUIDs based on RFC 4122 This package generates and inspects UUIDs based on RFC 4122 (http://tools.ietf.org/html/rfc4122) and DCE 1.1: Authentication and Security Services. . This package is based on the "github.com/pborman/uuid" package. It differs from these earlier packages in that a UUID is a 16 byte array rather than a byte slice. One loss due to this change is the ability to represent an invalid UUID (vs a NIL UUID). Homepage: https://github.com/google/uuid Multi-Arch: foreign Package: golang-github-googleapis-gax-go-dev Priority: optional Section: golang Installed-Size: 67 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-googleapis-gax-go Version: 2.0.5-4+apertis0bv2024dev2b1 Depends: golang-golang-x-net-dev, golang-google-grpc-dev Filename: pool/development/g/golang-github-googleapis-gax-go/golang-github-googleapis-gax-go-dev_2.0.5-4+apertis0bv2024dev2b1_all.deb Size: 12404 MD5sum: 871df8ef77a22ee6bd2a153bec5df94c SHA1: ed5e2b1ca5df0f5469f61e91df7701fa3199b1b7 SHA256: 6060894982ad2ca5212182fcc5b6ce30bb894f89b58abadf910c698bbd85f0f4 SHA512: 2f236ff219a538b3f1776d3cd109e1e0e17dc5f9ea5fe5dbeced6a68837dd4da50723923defbc9a9f6f88bec54d543ae243dd2270600d757e9a186de1f6f7a23 Description: Google API Extensions for Go Google API Extensions for Go (gax-go) is a set of modules which aids the development of APIs for clients and servers based on gRPC and Google API conventions. Homepage: https://github.com/googleapis/gax-go Multi-Arch: foreign Package: golang-github-googleapis-gnostic-dev Priority: optional Section: golang Installed-Size: 1064 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-googleapis-gnostic Version: 0.2.0-4+apertis0bv2024dev2b1 Depends: golang-github-docopt-docopt-go-dev, golang-golang-x-net-dev, golang-golang-x-oauth2-google-dev, golang-goprotobuf-dev, golang-yaml.v2-dev Filename: pool/development/g/golang-github-googleapis-gnostic/golang-github-googleapis-gnostic-dev_0.2.0-4+apertis0bv2024dev2b1_all.deb Size: 84208 MD5sum: a27090ebad4cb9373bdc0f590726378e SHA1: 708d6a88b894508054bd5bb3c77c338a2dde262b SHA256: f057f814901f073920c263054bc1a8483a6cfcf21f68afaddcef72ecdc6ae89e SHA512: ba6aac16efaa1e448d087590ac5edf76f81ef84146d2062f78881837b0a9f1c8ff789b53eb105240ea50d871b842f66aa4be9b9a0d93687c28cea5cb8cff6f59 Description: compiler for OpenAPI specification - library Protocol Buffers (https://developers.google.com/protocol-buffers/) provide a language-neutral, platform-neutral, extensible mechanism for serializing structured data. gnostic's Protocol Buffer models for the OpenAPI Specification can be used to generate code that includes data structures with explicit fields for the elements of an OpenAPI description. This makes it possible for developers to work with OpenAPI descriptions in type-safe ways, which is particularly useful in strongly-typed languages like Go and Swift. . gnostic reads OpenAPI descriptions into these generated data structures, reports errors, resolves internal dependencies, and writes the results in a binary form that can be used in any language that is supported by the Protocol Buffer tools. A plugin interface simplifies integration with API tools written in a variety of different languages, and when necessary, Protocol Buffer OpenAPI descriptions can be reexported as JSON or YAML. . This package provides the development files. Homepage: https://github.com/googleapis/gnostic Package: golang-github-gorilla-handlers-dev Priority: optional Section: golang Installed-Size: 193 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-gorilla-handlers Version: 1.5.1-3+apertis0bv2024dev3b1 Filename: pool/development/g/golang-github-gorilla-handlers/golang-github-gorilla-handlers-dev_1.5.1-3+apertis0bv2024dev3b1_all.deb Size: 28308 MD5sum: 06c3dca10dc49188da714eda14aa9353 SHA1: 5338a40852004e3576499c108f966ad8b12bc3c9 SHA256: 84593d36e5fc8ac51e2ead5c6e6f1a85ca4437d19f9c5f6a50986b237d20efd4 SHA512: b2a639256f7f661a73096d40955eaed771f9e6c4753f1526e7245447d3198fd000b74c5a1e9340e944b9cb8d26a8b95c8b7d1c0532a039e1a852a0debd384b2a Description: collection of useful handlers for Go's net/http package Package handlers is a collection of handlers (aka "HTTP middleware") for use with Go's net/http package (or any framework supporting http.Handler), including: . • LoggingHandler for logging HTTP requests in the Apache Common Log Format (http://httpd.apache.org/docs/2.2/logs.html#common). • CombinedLoggingHandler for logging HTTP requests in the Apache Combined Log Format (http://httpd.apache.org/docs/2.2/logs.html#combined) commonly used by both Apache and nginx. • CompressHandler for gzipping responses. • ContentTypeHandler for validating requests against a list of accepted content types. • MethodHandler for matching HTTP methods against handlers in a map[string]http.Handler • ProxyHeaders for populating r.RemoteAddr and r.URL.Scheme based on the X-Forwarded-For, X-Real-IP, X-Forwarded-Proto and RFC7239 Forwarded headers when running a Go server behind a HTTP reverse proxy. • CanonicalHost for re-directing to the preferred host when handling multiple domains (i.e. multiple CNAME aliases). . Other handlers are documented on the Gorilla website (http://www.gorillatoolkit.org/pkg/handlers). Homepage: https://github.com/gorilla/handlers Multi-Arch: foreign Package: golang-github-gorilla-mux-dev Priority: optional Section: golang Installed-Size: 233 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-gorilla-mux Version: 1.8.0-1+apertis0bv2024dev2b1 Filename: pool/development/g/golang-github-gorilla-mux/golang-github-gorilla-mux-dev_1.8.0-1+apertis0bv2024dev2b1_all.deb Size: 45744 MD5sum: 0a1a8e0c18c62a54d010ff1dce427f56 SHA1: 2bcb5c52d9a2f70c69ec5769995eb8f89a9d11ef SHA256: 202229dddf1fa3d4c1c2db08599774d42804814a2f228ff3a9ad39da5b344e6e SHA512: ce74981643c855f6f3b34246c8aa062cde4ded9b23cb142a4ddd2914c048d8f87c633bc1d501c4936d4074a15d3193a15d0c6325467f5080c6fba26018ebc864 Description: powerful URL router and dispatcher for golang Package gorilla/mux implements a request router and dispatcher. . The name mux stands for "HTTP request multiplexer". Like the standard http.ServeMux, mux.Router matches incoming requests against a list of registered routes and calls a handler for the route that matches the URL or other conditions. The main features are: . * Requests can be matched based on URL host, path, path prefix, schemes, header and query values, HTTP methods or using custom matchers. * URL hosts and paths can have variables with an optional regular expression. * Registered URLs can be built, or "reversed", which helps maintaining references to resources. * Routes can be used as subrouters: nested routes are only tested if the parent route matches. This is useful to define groups of routes that share common conditions like a host, a path prefix or other repeated attributes. As a bonus, this optimizes request matching. * It implements the http.Handler interface so it is compatible with the standard http.ServeMux. Homepage: https://github.com/gorilla/mux Multi-Arch: foreign Package: golang-github-gorilla-schema-dev Priority: optional Section: golang Installed-Size: 109 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-gorilla-schema Version: 1.2.0-2+apertis1bv2024dev3b1 Filename: pool/development/g/golang-github-gorilla-schema/golang-github-gorilla-schema-dev_1.2.0-2+apertis1bv2024dev3b1_all.deb Size: 20524 MD5sum: 7061dee1aebe89fd5b1121885cdba0ec SHA1: 6ec7565c005cd420a6a2cbb51c70698ac1308c3c SHA256: 6bba0f10be64edc26041c9487d52aacfa8d960325280e5976697fe898bd29a09 SHA512: 959801266b3ea145352cb7576ca9c51381b79ed25bf5d49120f32553fdbff751592a4e2757e56e27c091316a58c0f94a5bee33021d7051b4aace3882b57b1618 Description: fills a struct with form values This package provides a Go library that implements methods to fill strics with form values. . It is provided by Gorilla which is a web toolkit for the Go programming language. Homepage: https://github.com/gorilla/schema Multi-Arch: foreign Package: golang-github-gorilla-securecookie-dev Priority: optional Section: devel Installed-Size: 54 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-gorilla-securecookie Version: 1.1.1-2+apertis0bv2024dev2b1 Filename: pool/development/g/golang-github-gorilla-securecookie/golang-github-gorilla-securecookie-dev_1.1.1-2+apertis0bv2024dev2b1_all.deb Size: 12260 MD5sum: d2824b00e2f3361409908a1bbc455f2e SHA1: d2a0d9dd84bf7fcef336b274af4ec60d56bc360e SHA256: f9c111ae9c01ccc4a9f03a75c6ae08f9f42cceefaaa6b105dc4202a293cf14ed SHA512: 6561266fa00f6d8b1f9df63351c3f5cfbc95c12a62d7d32272a177b2b8c133c9f48293b3f55810ced4a79739aeafc27874ad451b1011fcb51811ebd88bda05dc Description: provides authenticated and encrypted cookie values This package provides methods for encoding and decoding authenticated cookie values for Go web applications. These values optionally be encrypted. . Secure cookies are protected from forgery because their values are validated using HMAC. When encrypted, the content is also kept private. . It is still recommended that sensitive data not be stored in cookies, and that HTTPS be used to prevent cookie replay attacks. Homepage: https://github.com/gorilla/securecookie Multi-Arch: foreign Package: golang-github-gorilla-sessions-dev Priority: optional Section: golang Installed-Size: 58 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-gorilla-sessions Version: 1.2.1-1+apertis0bv2024dev2b1 Depends: golang-github-gorilla-securecookie-dev Filename: pool/development/g/golang-github-gorilla-sessions/golang-github-gorilla-sessions-dev_1.2.1-1+apertis0bv2024dev2b1_all.deb Size: 12716 MD5sum: c1f83cb3f0f4f0698477e140cc7a24b9 SHA1: de9ae7c17c1af89c03687d1b791f0ea463d122b2 SHA256: 9540403acc3904e40f8d1d3192b359b7cff8d0c72dfcd9f36deedf36e5eb5119 SHA512: b700e955d18842ba3d2fd02f514d23074a027f838dd4370d90dcf6a572359867881f9613e93b7544e874e0bd7964ef5fabda8e2ae8b05f547bec0b434dcdd28c Description: save cookie and filesystem sessions and allow custom session backends This package provides a Go library that implements methods to save cookies and filesystem sessions and allows custom session backends. It is provided by Gorilla which is a web toolkit for the Go programming language. . Features: - Simple API: use it as an easy way to set signed cookies - Cookies can optionally be enycrpted - Built-in backends to store sessions in cookies on the filesystem - Flash messages: session values that last until read - Session persistency switching - Methods to rotate authentication and encryption keys - Multiple sessions per request, even using different backends - Support for custom session backends Homepage: https://github.com/gorilla/sessions Multi-Arch: foreign Package: golang-github-gorilla-websocket-dev Priority: optional Section: devel Installed-Size: 192 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-gorilla-websocket Version: 1.5.0-2+apertis0bv2024dev2b1 Provides: golang-websocket-dev Filename: pool/development/g/golang-github-gorilla-websocket/golang-github-gorilla-websocket-dev_1.5.0-2+apertis0bv2024dev2b1_all.deb Size: 40692 MD5sum: 767490274fc0d6727cd73e51f2ad1b50 SHA1: a752ddfc5a3ffca1ed62f4b326b81b20fc2486bf SHA256: 6cb70ced05a219dd9c412586b205c1bee046652b584441f7066cd219e0e46a56 SHA512: d4f5d4156ce6f9b65a2105540777616fa6a18d16898d614c61f564ec60e9ceadbb750fb84435b8bab6088c6cc140f782564fed2ff17d422848c2c9c4dcd2e7c3 Description: Go package implementing the WebSocket protocol The Gorilla WebSocket package provides a complete and tested implementation of the WebSocket protocol, as defined by RFC 6455. It passes the server tests in the Autobahn WebSockets Test Suite. Homepage: https://github.com/gorilla/websocket Multi-Arch: foreign Package: golang-github-gotestyourself-gotest.tools-dev Priority: optional Section: golang Installed-Size: 270 Maintainer: Debian Go Packaging Team Architecture: all Source: gotest.tools Version: 3.0.3-1apertis0bv2024dev2b1 Depends: golang-github-google-go-cmp-dev (>= 0.4.0~), golang-github-pkg-errors-dev Filename: pool/development/g/gotest.tools/golang-github-gotestyourself-gotest.tools-dev_3.0.3-1apertis0bv2024dev2b1_all.deb Size: 48744 MD5sum: 27338c753983b03c5826189eecabf697 SHA1: 247964ae2cb6098d1fc66b32f8a4fda77559f3f0 SHA256: cb12406c689aae31842340d218ec7dc60ff2b3f01cbf006faa28f9e0e7e5bd16 SHA512: 16846741d2fd5e068a5a9b7ed8b8ae9f64f34cd75e0394194890546c02ac70464edb262ab42adfe3cf22adcb0aeda79a31ba75d7c9e45ea124386829cbf75132 Description: collection of go packages to support common testing patterns Gotest.tools is a collection of packages to augment 'testing' and support common testing patterns. Homepage: https://github.com/gotestyourself/gotest.tools Package: golang-github-graylog2-go-gelf-dev Priority: optional Section: devel Installed-Size: 62 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-graylog2-go-gelf Version: 0.0+git20191017.1550ee6-1apertis0bv2024dev2b1 Filename: pool/development/g/golang-github-graylog2-go-gelf/golang-github-graylog2-go-gelf-dev_0.0+git20191017.1550ee6-1apertis0bv2024dev2b1_all.deb Size: 12600 MD5sum: c93df42d1fd12321a7be4a6d87263bf2 SHA1: 96e219324d60972894005ad50501d3cdb353d520 SHA256: bdeece26ca4093380608898412afcf37756b3e3d3ab95b4698d33bc0a70b4b43 SHA512: f8f1b96ae2bcc58983d7c656603819eb6d6dda345ec21233548b477a9ba39ebcd3d8b14065ef3131f536c2927bd5a0cf91a59886516e08ae2b0769002a7ed427 Description: GELF library and writer for Go GELF is graylog2's UDP logging format. This library provides an API that applications can use to log messages directly to a graylog2 server, along with an io.Writer that can be use to redirect the standard library's log messages (or os.Stdout), to a graylog2 server. . This package contains the source. Homepage: https://github.com/Graylog2/go-gelf Package: golang-github-grpc-ecosystem-go-grpc-middleware-dev Priority: optional Section: golang Installed-Size: 507 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-grpc-ecosystem-go-grpc-middleware Version: 1.3.0-1+apertis0bv2024dev2b1 Depends: golang-github-go-kit-kit-dev, golang-github-golang-protobuf-1-3-dev (>= 1.3.3~), golang-github-opentracing-opentracing-go-dev, golang-github-sirupsen-logrus-dev (>= 1.4.2~), golang-go.uber-zap-dev, golang-golang-x-net-dev, golang-google-grpc-dev (>= 1.27.1~) Filename: pool/development/g/golang-github-grpc-ecosystem-go-grpc-middleware/golang-github-grpc-ecosystem-go-grpc-middleware-dev_1.3.0-1+apertis0bv2024dev2b1_all.deb Size: 67328 MD5sum: 5ec7ba3f61c9176600b86ff9b9b2d82e SHA1: 696f4bd9efce860d6d13b5cf6ab74b472fd6db74 SHA256: 0577344826dc96d3a2c96d80539d20fd5322a6f04f9da546a69d839a5ffff7ad SHA512: be4f21a6529ad6ca26ec86435df3a8014c1ddfb121c9117782b5e7b1551a7859b70290080dae81c11c4f41068acff91757638cc79390458ccc9eef1e50f1e751 Description: Go gRPC Middlewares: interceptor chaining, auth, logging, retries and more gRPC Go recently acquired support for Interceptors, i.e. middleware that is executed either on the gRPC Server before the request is passed onto the user's application logic, or on the gRPC client either around the user call. It is a perfect way to implement common patterns: auth, logging, message, validation, retries or monitoring. . These are generic building blocks that make it easy to build multiple microservices easily. The purpose of this repository is to act as a go-to point for such reusable functionality. It contains some of them itself, but also will link to useful external repos. . grpc_middleware itself provides support for chaining interceptors. Homepage: https://github.com/grpc-ecosystem/go-grpc-middleware Multi-Arch: foreign Package: golang-github-grpc-ecosystem-go-grpc-prometheus-dev Priority: optional Section: devel Installed-Size: 156 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-grpc-ecosystem-go-grpc-prometheus Version: 1.2.0+git20191002.6af20e3-3apertis0bv2024dev2b1 Depends: golang-github-prometheus-client-golang-dev, golang-golang-x-net-dev, golang-google-grpc-dev (>= 1.3.2~) Filename: pool/development/g/golang-github-grpc-ecosystem-go-grpc-prometheus/golang-github-grpc-ecosystem-go-grpc-prometheus-dev_1.2.0+git20191002.6af20e3-3apertis0bv2024dev2b1_all.deb Size: 25364 MD5sum: a6eaf8f21063f921b5909e88863871b3 SHA1: a8c4b8955fc3a86c0b7706e66b171beb9914b6db SHA256: 007f27cab4f9b95759d2f87efb26c004578508e7f493de2975709a9031ba8f0e SHA512: 72c38419e518ae65223bb411c5c75dba08dd2ae6db7ebb7bd00297f2365076241838e534e9d57cba1181cbbba180f8ee9e0bf460d1a5d677741a6d0275aea5bd Description: Prometheus monitoring for gRPC Go servers This library uses gRPC Go interceptors (middleware) to implement both server- and client-side metrics and monitoring using Prometheus for a gRPC interface. . Using Prometheus for API monitoring allows querying and visualization of latency, request rates and other useful metrics that can be obtained from collecting time-series data. Homepage: https://github.com/grpc-ecosystem/go-grpc-prometheus Package: golang-github-grpc-ecosystem-grpc-gateway-dev Priority: optional Section: devel Installed-Size: 1687 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-grpc-ecosystem-grpc-gateway Version: 1.6.4-2co1bv2024dev2b1 Depends: golang-github-dghubble-sling-dev, golang-github-ghodss-yaml-dev, golang-github-rogpeppe-fastuuid-dev, golang-glog-dev, golang-golang-x-net-dev, golang-google-genproto-dev (>= 0.0~git20190111~), golang-google-grpc-dev (>= 1.6.0), golang-goprotobuf-dev (>= 1.2.0) Filename: pool/development/g/golang-github-grpc-ecosystem-grpc-gateway/golang-github-grpc-ecosystem-grpc-gateway-dev_1.6.4-2co1bv2024dev2b1_all.deb Size: 281144 MD5sum: 00a09505838ba19e38a1c63933ad99c8 SHA1: 4139a44d6fa4a72dab650d6d54a46f10b3ee7290 SHA256: 0b1be37011e25a6655ef4beaab33f84732a49a51897f441faec581516606511b SHA512: c6a0d3c4fb93ab9093f70998b8d264259e781a0fa429b54a7d17896814b2566f5c7a007ff55eb54b74dbd7833528f048ad421aafe0cd85dde766f29ca334c65f Description: gRPC to JSON proxy generator for Golang -- sources Grpc-gateway is a protoc plugin that reads gRPC service definitions and generates a reverse-proxy server which translates a RESTful JSON API into gRPC. The server is generated according to custom options in your gRPC definition and helps you to provide your APIs in both gRPC and RESTful style at the same time. . This package contains the development files. Homepage: https://github.com/grpc-ecosystem/grpc-gateway Package: golang-github-grpc-ecosystem-grpc-opentracing-dev Priority: optional Section: devel Installed-Size: 66 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-grpc-ecosystem-grpc-opentracing Version: 0.0~git20180507.8e809c8-2apertis0bv2024dev2b1 Depends: golang-github-opentracing-opentracing-go-dev, golang-github-stretchr-testify-dev, golang-golang-x-net-dev, golang-google-grpc-dev, golang-goprotobuf-dev Filename: pool/development/g/golang-github-grpc-ecosystem-grpc-opentracing/golang-github-grpc-ecosystem-grpc-opentracing-dev_0.0~git20180507.8e809c8-2apertis0bv2024dev2b1_all.deb Size: 11684 MD5sum: 73fdfed46e2c49add7922a9cb1e7432a SHA1: 30ae5b933db08a41474bcadb4f97be28ea94a7c6 SHA256: d0aca1029bbd2f79982dfe0eeadc444ee82755788b82b6e0996572ffb437a3bb SHA512: 5c59a8d19fd02e661fce2177d49614c13ad60d0e79c6844bff20b85699b614932d60de90eaff9a22faa765aaa0f7a091b8872d92e2360512af5a581d0dc13619 Description: expressive vendor-neutral APIs for distributed tracing and context propagation This package enables distributed tracing in GRPC clients and servers via `The OpenTracing Project`_: a set of consistent, expressive, vendor-neutral APIs for distributed tracing and context propagation. . OpenTracing implementations exist for major distributed tracing systems and can be bound or swapped with a one-line configuration change. Homepage: https://github.com/grpc-ecosystem/grpc-opentracing Package: golang-github-hailocab-go-hostpool-dev Priority: extra Section: devel Installed-Size: 34 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-hailocab-go-hostpool Version: 0.0~git20160125.0.e80d13c-1.1apertis0bv2024dev2b1 Depends: golang-go, golang-github-bmizerany-assert-dev Filename: pool/development/g/golang-github-hailocab-go-hostpool/golang-github-hailocab-go-hostpool-dev_0.0~git20160125.0.e80d13c-1.1apertis0bv2024dev2b1_all.deb Size: 8024 MD5sum: 43bb1f43d9613fe9537355407f185fa7 SHA1: 58872a0e976ac8721b69b326c8ddf36b2eade1a8 SHA256: 3c3d61f64a7114176d6c05c5100daecfebc7ac8a63727bda6f75748538479e2c SHA512: 6c1bf39cd4a2e31f6161f0daefd1e1d15b0ef4e5476fa9a20e977bdc9ec6c9ed96ae2cafcf4509be3185338c67461b36527b6fbba8501c9102ce1e883144b274 Description: flexibly pool among multiple hosts from Go application go-hostpool is a Go package to intelligently and flexibly pool among multiple hosts from your Go application. Host selection can operate in round robin or epsilon greedy mode, and unresponsive hosts are avoided. Homepage: https://github.com/hailocab/go-hostpool Package: golang-github-hanwen-go-fuse-dev Priority: optional Section: golang Installed-Size: 537 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-hanwen-go-fuse Version: 2.1.0+git20220822.58a7e14-1+apertis1bv2024dev3b1 Depends: golang-golang-x-sys-dev Filename: pool/development/g/golang-github-hanwen-go-fuse/golang-github-hanwen-go-fuse-dev_2.1.0+git20220822.58a7e14-1+apertis1bv2024dev3b1_all.deb Size: 100412 MD5sum: c66fad7e44d92ee6c638784da88cfa08 SHA1: 7ca726bc3af82eb0edb1ab649a8136ab0df73ded SHA256: ee1147d00b976bfa6d2c325be6c148a72654f55732b882eb929342298449532a SHA512: f3819a9ba98ed436fbb6954cf64368d9c1c63e3f6b01dcbf7c36e78d9ead3fde1f8e1075601c97e8e818992300bdef277e1f86501dbbc78f4ebee6b641c1200c Description: Native Go bindings for the FUSE kernel module This package offers native Go bindings for FUSE, and has several features: . * High speed: as fast as libfuse using the gc compiler for single threaded loads. . * Supports in-process mounting of different FileSystems onto subdirectories of the FUSE mount. . * Supports 3 interfaces for writing filesystems: - PathFileSystem: define filesystems in terms path names. - NodeFileSystem: define filesystems in terms of inodes. - RawFileSystem: define filesystems in terms of FUSE's raw wire protocol. . * Both NodeFileSystem and PathFileSystem support manipulation of true hardlinks. . The package also includes two fleshed out examples, zipfs and unionfs. Homepage: https://github.com/hanwen/go-fuse Multi-Arch: foreign Package: golang-github-hashicorp-errwrap-dev Priority: optional Section: golang Installed-Size: 24 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-hashicorp-errwrap Version: 1.1.0-1apertis0bv2024dev2b1 Filename: pool/development/g/golang-github-hashicorp-errwrap/golang-github-hashicorp-errwrap-dev_1.1.0-1apertis0bv2024dev2b1_all.deb Size: 5940 MD5sum: 9af99b09363677e5328fa8478032304b SHA1: 77d2fa4396e574644b3fb584ed21ecb3d6873764 SHA256: a223150588cfba82ed47d2dc240653647b714ac0ec05b280b26048377868c4cd SHA512: 8791c4f1b5c38e44e5559068bc09e060cee79a23d27933524fa4b750770fb4907ba7182b822f7d4c0ce459236b81a548d9902aef573cc9d44c4187376f879c26 Description: Errwrap is a Go (golang) library for wrapping and querying errors errwrap is a package for Go that formalizes the pattern of wrapping errors and checking if an error contains another error. . There is a common pattern in Go of taking a returned error value and then wrapping it (such as with fmt.Errorf) before returning it. The problem with this pattern is that you completely lose the original error structure. . Arguably the correct approach is that you should make a custom structure implementing the error interface, and have the original error as a field on that structure, such as this example. This is a good approach, but you have to know the entire chain of possible rewrapping that happens, when you might just care about one. . errwrap formalizes this pattern (it doesn't matter what approach you use above) by giving a single interface for wrapping errors, checking if a specific error is wrapped, and extracting that error. . This package contains the source. Homepage: https://github.com/hashicorp/errwrap Multi-Arch: foreign Package: golang-github-hashicorp-go-cleanhttp-dev Priority: optional Section: golang Installed-Size: 39 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-hashicorp-go-cleanhttp Version: 0.5.2-1apertis0bv2024dev2b1 Filename: pool/development/g/golang-github-hashicorp-go-cleanhttp/golang-github-hashicorp-go-cleanhttp-dev_0.5.2-1apertis0bv2024dev2b1_all.deb Size: 10596 MD5sum: f2c268d50d0beff7652a2f38eb8d6216 SHA1: 29ee6bd6455b5924dd484e14dbaa90d7995d449b SHA256: 23ba0f4aaf9408aba0b2ec242512d4b8297247891c8080063b10b11aadf3ec2e SHA512: f435d092ab7854872767346e77fc2a420cf37be50ee97313f7a0f9d87fd8d0a67e666db41cab5d2f0456756caef63696c771f648fdd2f993a3b7347eccf8deae Description: Functions for accessing "clean" Go http.Client values The Go standard library contains a default http.Client called http.DefaultClient. It is a common idiom in Go code to start with http.DefaultClient and tweak it as necessary, and in fact, this is encouraged; from the http package documentation: . The Client's Transport typically has internal state (cached TCP connections), so Clients should be reused instead of created as needed. Clients are safe for concurrent use by multiple goroutines. . Unfortunately, this is a shared value, and it is not uncommon for libraries to assume that they are free to modify it at will. With enough dependencies, it can be very easy to encounter strange problems and race conditions due to manipulation of this shared value across libraries and goroutines (clients are safe for concurrent use, but writing values to the client struct itself is not protected). . Making things worse is the fact that a bare http.Client will use a default http.Transport called http.DefaultTransport, which is another global value that behaves the same way. So it is not simply enough to replace http.DefaultClient with &http.Client{}. . This repository provides some simple functions to get a "clean" http.Client -- one that uses the same default values as the Go standard library, but returns a client that does not share any state with other clients. . This package contains the source. Homepage: https://github.com/hashicorp/go-cleanhttp Multi-Arch: foreign Package: golang-github-hashicorp-go-hclog-dev Priority: optional Section: devel Installed-Size: 91 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-hashicorp-go-hclog Version: 0.11.0-1apertis0bv2024dev2b1 Depends: golang-github-fatih-color-dev, golang-github-mattn-go-isatty-dev, golang-github-stretchr-testify-dev Filename: pool/development/g/golang-github-hashicorp-go-hclog/golang-github-hashicorp-go-hclog-dev_0.11.0-1apertis0bv2024dev2b1_all.deb Size: 18000 MD5sum: 502fa483dfd364556f7d425a7543446c SHA1: d126bf6cf66f540c2a97bb37c558d3a239323624 SHA256: 4ceeedad8aa3eeafec2e1dfd40fbfe3c0feba08e2344f16985009b801a940042 SHA512: 1c31f9c8140e7a82627b8ad322f3e160995c65da28a9e6825cb9aa004ab161336dc489e563278aa8cfb7dda529b062a8a67a5d11682a87444f7b28da43282e07 Description: common logging package for HashiCorp tools go-hclog is a package for Go that provides a simple key/value logging interface for use in development and production environments. . It provides logging levels that provide decreased output based upon the desired amount of output, unlike the standard library log package. . It provides Printf style logging of values via hclog.Fmt(). . It provides a human readable output mode for use in development as well as JSON output mode for production. Homepage: https://github.com/hashicorp/go-hclog Package: golang-github-hashicorp-go-immutable-radix-dev Priority: optional Section: golang Installed-Size: 126 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-hashicorp-go-immutable-radix Version: 1.3.1-3+apertis0bv2024dev2b1 Depends: golang-github-hashicorp-go-uuid-dev, golang-github-hashicorp-golang-lru-dev Filename: pool/development/g/golang-github-hashicorp-go-immutable-radix/golang-github-hashicorp-go-immutable-radix-dev_1.3.1-3+apertis0bv2024dev2b1_all.deb Size: 26592 MD5sum: d8b5a8229923932988cc8e66ab892dd1 SHA1: 5404d3931d5b1503ac0a8f2bf78db9b4732204ca SHA256: c35b37218eb16332173eadb6377cc21ff3d56b8880ac265b28a17e10e3af0d7f SHA512: 499d605e1ff8e595890706393d48946198a005b105d5b0aae60ec86efd85ec806854b74fad99fd4d666897dde235a1241e8936ccf2d03736eed1532863aa2141 Description: immutable radix tree implementation in Golang Golang implementation of an immutable radix tree (http://en.wikipedia.org/wiki/Radix_tree). The package only provides a single Tree implementation, optimized for sparse nodes. Homepage: https://github.com/hashicorp/go-immutable-radix Multi-Arch: foreign Package: golang-github-hashicorp-go-memdb-dev Priority: optional Section: devel Installed-Size: 192 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-hashicorp-go-memdb Version: 1.2.1-1apertis0bv2024dev2b1 Depends: golang-github-hashicorp-go-immutable-radix-dev (>= 1.3.0~) Filename: pool/development/g/golang-github-hashicorp-go-memdb/golang-github-hashicorp-go-memdb-dev_1.2.1-1apertis0bv2024dev2b1_all.deb Size: 34432 MD5sum: 912e2b9ce2d5534e2b4cb55c10e07b76 SHA1: 91b306b56160ef4c3059e3c251a1c722b49e14a2 SHA256: 67343e09d67f7cb0753266bb6e3983b759653b82351f0cdaeef85e2b5b59b9d9 SHA512: a8354df586ef3aab0f9135f9a0649dd252045f8baf4f34437c42a1d45c550d32d333d778927f6188282de4cd25aa93ec418d219aabbfbecae531a89cb0cc9f94 Description: in-memory database built on immutable radix trees Implementation of a simple in-memory database built on immutable radix trees. The database provides Atomicity, Consistency and Isolation from ACID. Being that it is in-memory, it does not provide durability. The database is instantiated with a schema that specifies the tables and indicies that exist and allows transactions to be executed. Homepage: https://github.com/hashicorp/go-memdb Package: golang-github-hashicorp-go-msgpack-dev Priority: optional Section: devel Installed-Size: 197 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-hashicorp-go-msgpack Version: 0.5.5-1apertis0bv2024dev2b1 Depends: golang-gopkg-vmihailenco-msgpack.v2-dev, golang-gopkg-mgo.v2-dev Filename: pool/development/g/golang-github-hashicorp-go-msgpack/golang-github-hashicorp-go-msgpack-dev_0.5.5-1apertis0bv2024dev2b1_all.deb Size: 43052 MD5sum: 8305843af056d27d1057e182cd129136 SHA1: 0bee844c0956788db5d91fdf08521b400f714ff7 SHA256: 766bae12be904b5807405555d8f7f5df6698936cf4a6d904d21c2db2e1971608 SHA512: b5d4098ffb7852c9aa0cf774af02153adca51ce02312736792ea2b3793ca4bcee8a1fe926905dc8a670587349e7fa590beb649dfc01272048961c2815baf5d58 Description: encode/decode and rpc library for msgpack and Binc High Performance, Feature-Rich Idiomatic Go codec/encoding library for binc, msgpack, cbor, json. The idiomatic Go support is as seen in other encoding packages in the standard library (ie json, xml, gob, etc). Homepage: https://github.com/hashicorp/go-msgpack Package: golang-github-hashicorp-go-multierror-dev Priority: optional Section: golang Installed-Size: 38 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-hashicorp-go-multierror Version: 1.1.1-2+apertis0bv2024dev2b1 Depends: golang-github-hashicorp-errwrap-dev Filename: pool/development/g/golang-github-hashicorp-go-multierror/golang-github-hashicorp-go-multierror-dev_1.1.1-2+apertis0bv2024dev2b1_all.deb Size: 7844 MD5sum: 84340a0c4fee1a796ed2b6bcca687008 SHA1: 2a2612dcb63cff42175f8f39588560080a28d141 SHA256: 4085df0420833084bcc022d5617cf0cd237b270916401bc32aea339043fd661c SHA512: 0c6733ae31525ee0526ab1c812fcb87cf9361f20248e9c7add2c8a506c01a6ba318217cd1972beb1acc688a968a38c9380eb040b761aedff4876091fda074525 Description: Go package for representing a list of errors as a single error go-multierror is a package for Go that provides a mechanism for representing a list of error values as a single error. . This allows a function in Go to return an error that might actually be a list of errors. If the caller knows this, they can unwrap the list and access the errors. If the caller doesn't know, the error formats to a nice human-readable format. . go-multierror implements the errwrap interface so that it can be used with that library, as well. . This package contains the source. Homepage: https://github.com/hashicorp/go-multierror Multi-Arch: foreign Package: golang-github-hashicorp-go-retryablehttp-dev Priority: optional Section: golang Installed-Size: 89 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-hashicorp-go-retryablehttp Version: 0.7.1-1+apertis0bv2024dev2b1 Depends: golang-github-hashicorp-go-cleanhttp-dev (>= 0.5.1), golang-github-hashicorp-go-hclog-dev (>= 0.9.2) Filename: pool/development/g/golang-github-hashicorp-go-retryablehttp/golang-github-hashicorp-go-retryablehttp-dev_0.7.1-1+apertis0bv2024dev2b1_all.deb Size: 21604 MD5sum: 3b718a10a4155d8116f4c3ba634a76b4 SHA1: e303bcc36a85b4fa696a6f9703fd72ed25571a50 SHA256: 7c43c4702bc94b807c30ae5a6190b73be2d5e08715e18912ffe3d9cff0f53f8e SHA512: 652e6c41d6f71e8a3c20563be0bf1c4059b20780252fbb3e7d7667f02510cb65ede561bc0775146c8bf0dbd8845dc0f962528530f48eb3ba4f1eb3a54852e22c Description: retryable HTTP client in Go This package provides a familiar HTTP client interface with automatic retries and exponential backoff. It is a thin wrapper over the standard net/http client library and exposes nearly the same public API. This makes retryablehttp very easy to drop into existing programs. Homepage: https://github.com/hashicorp/go-retryablehttp Multi-Arch: foreign Package: golang-github-hashicorp-go-sockaddr-dev Priority: optional Section: golang Installed-Size: 377 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-hashicorp-go-sockaddr Version: 1.0.2-2+apertis1bv2024dev2b1 Depends: golang-github-hashicorp-errwrap-dev Filename: pool/development/g/golang-github-hashicorp-go-sockaddr/golang-github-hashicorp-go-sockaddr-dev_1.0.2-2+apertis1bv2024dev2b1_all.deb Size: 54432 MD5sum: b3d45366a6f4ebc0b06f400b01d7da27 SHA1: ba81ef9b49f62dacd75d585e6a7cbe92bdbc4377 SHA256: 290b8aa8df1be75185c0e7379946bed6956cdd13cbb1e8c926bd2156225a8ac4 SHA512: 2e41983d0f72a131f75a27857e55e1957d839a85e2e04f4e43c292600f9f84ece02d5e2da516a123a20666b86e2d143c553561fd588521f98af6bb166d03bdaa Description: IP address/UNIX socket convenience functions for Go go-sockaddr is a convenience library that makes doing the right thing with IP addresses easy. go-sockaddr is loosely modeled after the UNIX sockaddr_t and creates a union of the family of sockaddr_t types. . The primary intent of the library was to make it possible to define heuristics for selecting the correct IP addresses when a configuration is evaluated at runtime. Homepage: https://github.com/hashicorp/go-sockaddr Multi-Arch: foreign Package: golang-github-hashicorp-go-syslog-dev Priority: optional Section: golang Installed-Size: 28 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-hashicorp-go-syslog Version: 1.0.0-2+apertis0bv2024dev2b1 Filename: pool/development/g/golang-github-hashicorp-go-syslog/golang-github-hashicorp-go-syslog-dev_1.0.0-2+apertis0bv2024dev2b1_all.deb Size: 6392 MD5sum: 397914054dc8bd825239ea55c6dea4aa SHA1: 928c0fb5c5341b678e5e00c019f1dedb9efa369b SHA256: 74bf336bb5d6f50d2aa6b03edc1dbaa8052b749719a1fdbbd514d34e4acd2acc SHA512: 1f385144a01fde6fb5167f51760341ecc04523e64399e5afd492f43fae8955ba8e56f91640c34dec48c7df7c79e0f12ad1bea21a90aca8c702eee6ac6a2c7b3e Description: Golang syslog wrapper, cross-compile friendly This package provides a very simple gsyslog package. The point of this package is to allow safe importing of syslog without introducing cross-compilation issues. The stdlib log/syslog cannot be imported on Windows systems, and without conditional compilation this adds complications. . Instead, gsyslog provides a very simple wrapper around log/syslog but returns a runtime error if attempting to initialize on a non Linux or OSX system. . This package contains the source. Homepage: https://github.com/hashicorp/go-syslog Multi-Arch: foreign Package: golang-github-hashicorp-go-uuid-dev Priority: optional Section: devel Installed-Size: 36 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-hashicorp-go-uuid Version: 1.0.2-2+apertis0bv2024dev2b1 Filename: pool/development/g/golang-github-hashicorp-go-uuid/golang-github-hashicorp-go-uuid-dev_1.0.2-2+apertis0bv2024dev2b1_all.deb Size: 8780 MD5sum: cf58d1a971745976df8d0805bc05b9f6 SHA1: 8c3a16d8fb6701efa433e0ddbbab7306584c9810 SHA256: 1926ab0e5d5aec5291a3f6785cb0d60d54e580200b9ea528a4d969dd9809fe63 SHA512: 44e1728f683469afd59fc2b2d2a4c50be1c4d73c43cb8655c6d4dc0a2406131487a0147becb129b6baeaef74f09fcba3acd01a415c9b14be667ad55f45c31e3d Description: generate UUID-format strings using high quality random bytes Generates UUID-format strings using high quality, purely random bytes. It can also parse UUID-format strings into their component bytes. Homepage: https://github.com/hashicorp/go-uuid Multi-Arch: foreign Package: golang-github-hashicorp-golang-lru-dev Priority: optional Section: devel Installed-Size: 79 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-hashicorp-golang-lru Version: 0.5.4-2apertis0bv2024dev2b1 Filename: pool/development/g/golang-github-hashicorp-golang-lru/golang-github-hashicorp-golang-lru-dev_0.5.4-2apertis0bv2024dev2b1_all.deb Size: 14444 MD5sum: 751ebe020a2ad9287913358dbc73685f SHA1: d1c16a98522b9ea9fa689be99466187b18cfcdd7 SHA256: 295d1078f41786c44472eace46f4243982afc2c441dc4e62f1ccbb06058cac6b SHA512: fffd6ccc51b015a780a4be6b70884a997ef7ad602dbe85d6c21664f78f80b9c84d3d3c5c941eabccf4d56cf8ca8afe7f48d1726a13a10629cb67e06923d97852 Description: Golang LRU cache This provides the lru package which implements a fixed-size thread safe LRU cache. It is based on the cache in Groupcache. . This package contains the source. Homepage: https://github.com/hashicorp/golang-lru Multi-Arch: foreign Package: golang-github-hashicorp-hcl-dev Priority: optional Section: devel Installed-Size: 417 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-hashicorp-hcl Version: 1.0.0-1.1apertis0bv2024dev2b1 Depends: golang-github-davecgh-go-spew-dev Filename: pool/development/g/golang-github-hashicorp-hcl/golang-github-hashicorp-hcl-dev_1.0.0-1.1apertis0bv2024dev2b1_all.deb Size: 58348 MD5sum: 86b880cb106672ea06bbe1ef85dc96f2 SHA1: 8bdbd1a3dac905165f2feeaa98fa7d78e267edfb SHA256: 818b940cd2f6643bc1e5a562fffaf4230562f171fe8c61d2131a0a38d4b30ed8 SHA512: a4851bf6f1862bca30bf119f74c21e98a3f68591b7f83662c20ed579dc80b01f043f18f00efc6ea90a8cf2b2abf33269a8e19040779cea4d4a68011360a83909 Description: Go implementation of HashiCorp Configuration Language HCL (HashiCorp Configuration Language) is a configuration language built by HashiCorp. The goal of HCL is to build a structured configuration language that is both human and machine friendly for use with command-line tools, but specifically targeted towards DevOps tools, servers, etc. . HCL is also fully JSON compatible. That is, JSON can be used as completely valid input to a system expecting HCL. This helps makes systems interoperable with other systems. . HCL is heavily inspired by libucl, nginx configuration, and others similar. . This package contains the source. Homepage: https://github.com/hashicorp/hcl Package: golang-github-hashicorp-logutils-dev Priority: optional Section: golang Installed-Size: 36 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-hashicorp-logutils Version: 1.0.0-2+apertis0bv2024dev2b1 Filename: pool/development/g/golang-github-hashicorp-logutils/golang-github-hashicorp-logutils-dev_1.0.0-2+apertis0bv2024dev2b1_all.deb Size: 9188 MD5sum: cf51be7e13fcc3347f7fed55adf9f851 SHA1: 64bbcdf1d7e724bb987262973d38e0bf60a65e48 SHA256: c70e24478d09a937f459f3123802f62ad2ce6524e90a1389f150e2fa6aacc452 SHA512: 299c96bcce0a05945a878e060da2464a13dde4c137d62bb106937ca8461067f8d8e0150112b905e9f67a5d640f24438be241cbac022ddfda5b1facae162c4bea Description: Utilities for slightly better logging in Go logutils is a Go package that augments the standard library "log" package to make logging a bit more modern, without fragmenting the Go ecosystem with new logging packages. . This package contains the source. Homepage: https://github.com/hashicorp/logutils Multi-Arch: foreign Package: golang-github-hashicorp-mdns-dev Priority: optional Section: devel Installed-Size: 51 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-hashicorp-mdns Version: 1.0.3-2apertis0bv2024dev2b1 Depends: golang-github-miekg-dns-dev, golang-golang-x-net-dev Filename: pool/development/g/golang-github-hashicorp-mdns/golang-github-hashicorp-mdns-dev_1.0.3-2apertis0bv2024dev2b1_all.deb Size: 12544 MD5sum: bf35d544ad4b04ae16fbf17e76ab7994 SHA1: b95695c8e44105e5db9f8652273424f2bee3c3f1 SHA256: 12cf6e64e2bae946075ce11c45dcf7da7f2510fe914bd10c09e6bdf2773f37b4 SHA512: 55ebd39aebe5acee030e70178fc2b89c076405204643ecf0239971f8235b18c481d37dda7b45ac307162f935bec8a9816ad0a4d5744482f2328b44f22581cb25 Description: simple mDNS client/server library in Golang Simple mDNS client/server library in Golang. mDNS or Multicast DNS can be used to discover services on the local network without the use of an authoritative DNS server. This enables peer-to-peer discovery. It is important to note that many networks restrict the use of multicasting, which prevents mDNS from functioning. Notably, multicast cannot be used in any sort of cloud, or shared infrastructure environment. However it works well in most office, home, or private infrastructure environments. . This package contains the source. Homepage: https://github.com/hashicorp/mdns Package: golang-github-hashicorp-memberlist-dev Priority: optional Section: devel Installed-Size: 401 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-hashicorp-memberlist Version: 0.2.2-2+apertis2bv2024dev2b1 Depends: golang-github-armon-go-metrics-dev, golang-github-google-btree-dev, golang-github-hashicorp-go-msgpack-dev (>= 0.5.5~), golang-github-hashicorp-go-multierror-dev, golang-github-hashicorp-go-sockaddr-dev, golang-github-miekg-dns-dev (>= 1.1.26~) Filename: pool/development/g/golang-github-hashicorp-memberlist/golang-github-hashicorp-memberlist-dev_0.2.2-2+apertis2bv2024dev2b1_all.deb Size: 81284 MD5sum: b41ae2448db22503571a36e37c615f94 SHA1: 9e2066e4c2915ed69ae5bdbaa619d0f9759167fc SHA256: ff9c339fd8d4f828201e3cd0ae9ff756ef33c425d8522932538296052a9c4b20 SHA512: 8d778dfe1714a86e40294e656d2e40ab5c8bf1176daae27803cf07cd41cbc576520bc6564963c8149edb065304945956cfbd6bc6766d1e4dc12f81ead714a88f Description: Golang package for gossip based membership and failure detection memberlist is a Go library that manages cluster membership and member failure detection using a gossip based protocol. . The use cases for such a library are far-reaching: all distributed systems require membership, and memberlist is a re-usable solution to managing cluster membership and node failure detection. . memberlist is eventually consistent but converges quickly on average. The speed at which it converges can be heavily tuned via various knobs on the protocol. Node failures are detected and network partitions are partially tolerated by attempting to communicate to potentially dead nodes through multiple routes. This package contains the source. Homepage: https://github.com/hashicorp/memberlist Package: golang-github-hashicorp-serf-dev Priority: optional Section: devel Installed-Size: 708 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-hashicorp-serf Version: 0.9.4~ds1-1apertis0bv2024dev2b1 Depends: golang-github-armon-circbuf-dev, golang-github-armon-go-metrics-dev, golang-github-fatih-color-dev, golang-github-google-btree-dev, golang-github-hashicorp-go-msgpack-dev (>= 0.5.5~), golang-github-hashicorp-go-syslog-dev, golang-github-hashicorp-logutils-dev, golang-github-hashicorp-mdns-dev, golang-github-hashicorp-memberlist-dev (>= 0.2.2~), golang-github-mitchellh-cli-dev, golang-github-mitchellh-mapstructure-dev, golang-github-ryanuber-columnize-dev Filename: pool/development/g/golang-github-hashicorp-serf/golang-github-hashicorp-serf-dev_0.9.4~ds1-1apertis0bv2024dev2b1_all.deb Size: 130316 MD5sum: 8833ebbfc5a99f8eec2d99aa23f9e3ab SHA1: b164cec4ff517b89689c2d4c973a8ff04948c686 SHA256: 971d31b9fb6b80101a29d902f1c40e6bf08c565ba042eaf9f78ce648241026e3 SHA512: 3117b447a6879ef19e1670a4b9665c440171c433e7d9dd1839547660b3920c122bb42ee3153b329de58ea609ec1f868593727c5e455aa3bfdf4f4ce41f69576d Description: Service orchestration and management tool (source) Serf is a decentralized solution for service discovery and orchestration that is lightweight, highly available, and fault tolerant. . Serf runs on Linux, Mac OS X, and Windows. An efficient and lightweight gossip protocol is used to communicate with other nodes. Serf can detect node failures and notify the rest of the cluster. An event system is built on top of Serf, letting you use Serf's gossip protocol to propagate events such as deploys, configuration changes, etc. Serf is completely masterless with no single point of failure. . This package contains the source. Homepage: https://www.serfdom.io Package: golang-github-ianlancetaylor-demangle-dev Priority: optional Section: golang Installed-Size: 257 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-ianlancetaylor-demangle Version: 0.0~git20200824.28f6c0f-2+apertis0bv2024dev2b1 Filename: pool/development/g/golang-github-ianlancetaylor-demangle/golang-github-ianlancetaylor-demangle-dev_0.0~git20200824.28f6c0f-2+apertis0bv2024dev2b1_all.deb Size: 49356 MD5sum: 2f292fbe91bf43afb50048376868b9db SHA1: effcf40bc72d2ac0d5f7bb2e6b13dcfa91b2ffb4 SHA256: bbc94d16008d7f27ec2b8cd22f5c783079e2ff8ac1fec9f8d25ae1d623148dc6 SHA512: 785cd4edeef882506a769c48f4cbbe9c3e6647a22ec594adad9c358c4b0fc5a0398ed77f5f708f105d9246211c48c5abf3ad7f7dd6acb80f66d2c58c4066c787 Description: C++ symbol name demangler written in Go A Go package that can be used to demangle C++ symbol names. Homepage: https://github.com/ianlancetaylor/demangle Multi-Arch: foreign Package: golang-github-imdario-mergo-dev Priority: optional Section: golang Installed-Size: 110 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-imdario-mergo Version: 0.3.12-1+apertis0bv2024dev2b1 Depends: golang-gopkg-yaml.v2-dev Filename: pool/development/g/golang-github-imdario-mergo/golang-github-imdario-mergo-dev_0.3.12-1+apertis0bv2024dev2b1_all.deb Size: 23080 MD5sum: 8700fa11a641983bb42d533d4283eee9 SHA1: e84a3558909c2d98b6e9e40449d33ff2b294d994 SHA256: dafaf53cd48672218b8f5c24c5fbcb210e2251f749b40b5716b66dadb045e6d3 SHA512: 78f0c78716d0869a18513373cb60d72ca4ff179ac2c41e03ad85da0f094cba2b0b54620090517885421e629c9a43fca5c382c0ea69adbdd94fce47e01ada8601 Description: Functions to merge structs and maps in Go Mergo is a set of helper functions to merge structs and maps in the Go language. It is useful for configuration default values, avoiding messy if-statements in initialisation code. Homepage: https://github.com/imdario/mergo Multi-Arch: foreign Package: golang-github-insomniacslk-dhcp-dev Priority: optional Section: golang Installed-Size: 670 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-insomniacslk-dhcp Version: 0.0~git20220915.043f172-2+apertis0bv2024dev3b1 Depends: golang-github-jsimonetti-rtnetlink-dev, golang-github-mdlayher-ethernet-dev, golang-github-mdlayher-netlink-dev, golang-github-mdlayher-raw-dev, golang-github-u-root-uio-dev, golang-golang-x-net-dev, golang-golang-x-sys-dev Filename: pool/development/g/golang-github-insomniacslk-dhcp/golang-github-insomniacslk-dhcp-dev_0.0~git20220915.043f172-2+apertis0bv2024dev3b1_all.deb Size: 107388 MD5sum: 6d4248ce5ee3acfeb26eded460029441 SHA1: f7554f875e6a05f2dfaceca1ee1575005b8ede16 SHA256: 4d89d8e57b247bee64512a2b61ff889bd0319ef57a2a5e19915d2e3816678b37 SHA512: 8e236003660fece7c57161ee71111929ae392e5da6aa51f2e4574b41d08ea3eaed5cbbcf750a4c76c006f958e21d7b76a912f7223314d579a75753ac4e696c25 Description: DHCPv6 and DHCPv4 packet library, client and server written in Go (library) DHCPv4 and DHCPv6 decoding/encoding library with client and server code, written in Go. . The library is split into several parts: . * dhcpv6: implementation of DHCPv6 packet, client and server * dhcpv4: implementation of DHCPv4 packet, client and server * netboot: network booting wrappers on top of dhcpv6 and dhcpv4 * iana: several IANA constants, and helpers used by dhcpv6 and dhcpv4 * rfc1035label: simple implementation of RFC1035 labels, used by dhcpv6 and dhcpv4 * interfaces, a thin layer of wrappers around network interfaces Homepage: https://github.com/insomniacslk/dhcp Multi-Arch: foreign Package: golang-github-intel-goresctrl-dev Priority: optional Section: golang Installed-Size: 821 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-intel-goresctrl Version: 0.3.0-2+apertis0bv2024dev2b1 Depends: golang-github-hashicorp-go-multierror-dev, golang-github-opencontainers-runtime-spec-dev, golang-github-prometheus-client-golang-dev, golang-golang-x-sys-dev, golang-gopkg-inf.v0-dev, golang-k8s-sigs-yaml-dev Filename: pool/development/g/golang-github-intel-goresctrl/golang-github-intel-goresctrl-dev_0.3.0-2+apertis0bv2024dev2b1_all.deb Size: 78544 MD5sum: d1896eecbf154530ce751ded35093f5f SHA1: d25176eb569b45e030e81820751a0bb610fe7c1d SHA256: 9011b953205748efdcad7031f4a46789d628240191b226d9c63e5cc2ed72f1b0 SHA512: 2aa12cc59399dfa4a64dc4840f4cfbde5d47e32eb3efd4abc3513a17a2f96dc536cbf742f499217f2780cec112be1726060179f1be29751ec31f158909ea2660 Description: Go library for managing resctrl filesystem The goresctrl library provides Go interface to manage following resources. . * CPU cache allocation and memory bandwidth. * CPU frequency in core granularity. * Storage I/O scheduler priority and bandwidth. Homepage: https://github.com/intel/goresctrl Multi-Arch: foreign Package: golang-github-ishidawataru-sctp-dev Priority: optional Section: golang Installed-Size: 62 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-ishidawataru-sctp Version: 0.0+git20210707.9a39160-1+apertis0bv2024dev2b1 Filename: pool/development/g/golang-github-ishidawataru-sctp/golang-github-ishidawataru-sctp-dev_0.0+git20210707.9a39160-1+apertis0bv2024dev2b1_all.deb Size: 13424 MD5sum: b3aed810c5d50e0d0a7ab1953d923f79 SHA1: 9ce380584f158fff5c12d3972b574fca92ad5fcd SHA256: 3fcd54fd5b585c7570e98881518e05f246834ddd5709fdfd46b4e14cef565b7d SHA512: 4426c39625a322e02bb9a2dbd88fcf70aaf3a6c221a808c4ad5621cf6438ee81d7cacdde6588973eb0acf9c67821acbc61a3a84d9ed763604d77eceff53ad5b5 Description: SCTP library for the Go programming language Stream Control Transmission Protocol (SCTP) Homepage: https://github.com/ishidawataru/sctp Multi-Arch: foreign Package: golang-github-jcmturner-aescts.v2-dev Priority: optional Section: golang Installed-Size: 36 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-jcmturner-aescts.v2 Version: 2.0.0-2+apertis0bv2024dev2b1 Depends: golang-github-stretchr-testify-dev Filename: pool/development/g/golang-github-jcmturner-aescts.v2/golang-github-jcmturner-aescts.v2-dev_2.0.0-2+apertis0bv2024dev2b1_all.deb Size: 5000 MD5sum: 7b64656b895fd62c11a443c6c5c2a6ec SHA1: 6e8b185fdfce36f909368e91c377f7e3e9dd4744 SHA256: 35f72e37c3329bcdd9b1bea5d5fcf26f729888384ed2d5bfbcde31cecda64f41 SHA512: 17af9b6f7a1cac2f054b67f3d5f3ef7ab6b9768abb0f4acef36580778fccafff6533f354ff087b88119c047e7f12bbb848a5560b9015de7671951e6bbe276ef2 Description: AES CBC Ciphertext Stealing mode for Go Golang library to encrypt and decrypt data using AES CBC Ciphertext stealing mode. Homepage: https://github.com/jcmturner/aescts Multi-Arch: foreign Package: golang-github-jcmturner-dnsutils.v2-dev Priority: optional Section: golang Installed-Size: 26 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-jcmturner-dnsutils.v2 Version: 2.0.0-2+apertis0bv2024dev2b1 Depends: golang-github-stretchr-testify-dev Filename: pool/development/g/golang-github-jcmturner-dnsutils.v2/golang-github-jcmturner-dnsutils.v2-dev_2.0.0-2+apertis0bv2024dev2b1_all.deb Size: 4040 MD5sum: 1e763c5d042665a0436a6229fc8eb477 SHA1: 02cc91b2a3c354648dfa315bbaa2f8d16b9ece36 SHA256: 36e0d91d324a9ef916c42bfd43614ac280fd8653c56bfdc10dbc1998711c5e50 SHA512: 8cfa88ed3e1ec399a76e085de79a7e6f2f83335e75c16db80319d983cc89eb1c17c70aa6966fa67ee0247a870de2cf23dfad5cdba5dfb431b16b0c0d6f283203 Description: Golang library of DNS utilities A golang library of DNS utilities, mostly for the purposes of reading SRV records. Homepage: https://github.com/jcmturner/dnsutils Multi-Arch: foreign Package: golang-github-jcmturner-gofork-dev Priority: optional Section: devel Installed-Size: 120 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-jcmturner-gofork Version: 1.0.0-4+apertis0bv2024dev2b1 Filename: pool/development/g/golang-github-jcmturner-gofork/golang-github-jcmturner-gofork-dev_1.0.0-4+apertis0bv2024dev2b1_all.deb Size: 25332 MD5sum: ac2f8cf0bd7ee83cc4327f13fc5db6fe SHA1: 4f0442766db475071c708cd7e88c3615f848d5d7 SHA256: aaec38f05afd0944be50c7ad14bcea5c0919e4aa723319650b672635e740be03 SHA512: e3688789c311a4ad82f6b7c2a66163968d9f8df29a81104c7453d519e4635b01fe07138fe2e4c5775e9212b7a0de3070b5bfec8ab773777b347e885033ca73da Description: forked and modified go standard library packages to work around issues This repository contains modified Go standard library packages for use as work arounds until issues are addressed in the official distribution. . There is no support for these packages. . These packages should not be generally used. Use the official Go packages instead. Homepage: https://github.com/jcmturner/gofork Multi-Arch: foreign Package: golang-github-jcmturner-goidentity.v6-dev Priority: optional Section: golang Installed-Size: 30 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-jcmturner-goidentity.v6 Version: 6.0.1-2+apertis0bv2024dev2b1 Depends: golang-github-hashicorp-go-uuid-dev, golang-github-stretchr-testify-dev Filename: pool/development/g/golang-github-jcmturner-goidentity.v6/golang-github-jcmturner-goidentity.v6-dev_6.0.1-2+apertis0bv2024dev2b1_all.deb Size: 3912 MD5sum: 4c29e8d5b34e5dd995eb278040916ddd SHA1: 550fb2e749a85257849c1d3795a48e638a0af360 SHA256: 8cb4b43f5e73cd55f20f25d5f35de8bda3a6182a92eea5d52eddd73763edd4f2 SHA512: 4c67c6c2fb39469d0b668a431013a857c55e4499122e8fb26cca9ed3998341486619854045b507736ffa6ea0e90653787d8a09b011545e38f3aaeb1b4f8b3272 Description: Golang library for managing identities Standard interface for holding authenticated identities and their attributes. Homepage: https://github.com/jcmturner/goidentity Multi-Arch: foreign Package: golang-github-jcmturner-gokrb5.v8-dev Priority: optional Section: golang Installed-Size: 856 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-jcmturner-gokrb5.v8 Version: 8.4.3-2+apertis0bv2024dev2b1 Depends: golang-github-gorilla-sessions-dev, golang-github-hashicorp-go-uuid-dev, golang-github-jcmturner-aescts.v2-dev, golang-github-jcmturner-dnsutils.v2-dev, golang-github-jcmturner-gofork-dev, golang-github-jcmturner-goidentity.v6-dev, golang-github-jcmturner-rpc.v2-dev, golang-github-stretchr-testify-dev, golang-golang-x-crypto-dev Filename: pool/development/g/golang-github-jcmturner-gokrb5.v8/golang-github-jcmturner-gokrb5.v8-dev_8.4.3-2+apertis0bv2024dev2b1_all.deb Size: 119140 MD5sum: b52b3e6ae0ff3ee48e70f6e0c6a375c6 SHA1: 9350dc4c468b653f2b753a7b1390a477feac7d96 SHA256: 6199d683486f11dfca533063d807777f100700c582712609ec97281e9b1a4a0f SHA512: 857a6e9ebdeb3f8cd199c7afc283a91607a5f3257f937632f74cc4bec6973713ec188b8b2c23ff4ee4116ab60a38fab5c726ccfac9be93738f06e6372a723cc4 Description: Pure Go Kerberos library for clients and services Features: - Pure Go, no dependency on external libraries - No platform specific code - Server Side: - HTTP handler wrapper implements SPNEGO Kerberos authentication - HTTP handler wrapper decodes Microsoft AD PAC authorization data - Client Side: - Client that can authenticate to an SPNEGO Kerberos authenticated web service - Ability to change client's password - General: - Kerberos libraries for custom integration - Parsing Keytab files - Parsing krb5.conf files - Parsing client credentials cache files such as /tmp/krb5cc_$(id -u $(whoami)) Homepage: https://github.com/jcmturner/gokrb5 Multi-Arch: foreign Package: golang-github-jcmturner-rpc.v2-dev Priority: optional Section: golang Installed-Size: 285 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-jcmturner-rpc.v2 Version: 2.0.3-2+apertis0bv2024dev2b1 Depends: golang-github-stretchr-testify-dev, golang-golang-x-net-dev Filename: pool/development/g/golang-github-jcmturner-rpc.v2/golang-github-jcmturner-rpc.v2-dev_2.0.3-2+apertis0bv2024dev2b1_all.deb Size: 24892 MD5sum: 7e5be2c83d17d76e8a4f4851702c6818 SHA1: 8a7dbd8f33e9183a9e374de18d2fe96187c7a0f4 SHA256: 9ff89b64bfa72509bb3fac3bd0794c667a822f5e30b0c8cfe068ea5d61622a42 SHA512: d160d28ff99d10c9891efc2d88d396d850a047093419457a97445167bfec94dc48612263bae31252403c30685cffa19a9d78b68b8bef34cb2e36bd402a1d2aca Description: Remote Procedure Call libraries for golang This project relates to CDE 1.1: Remote Procedure Call (http://pubs.opengroup.org/onlinepubs/9629399/) . It is a partial implementation that mainly focuses on unmarshaling NDR encoded byte streams into Go structures. Homepage: https://github.com/jcmturner/rpc Multi-Arch: foreign Package: golang-github-jessevdk-go-flags-dev Priority: optional Section: golang Installed-Size: 259 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-go-flags Version: 1.4.0-6+apertis0bv2024dev3b1 Replaces: golang-go-flags-dev (<< 1.4.0-3~) Provides: golang-go-flags-dev Breaks: golang-go-flags-dev (<< 1.4.0-3~) Filename: pool/development/g/golang-go-flags/golang-github-jessevdk-go-flags-dev_1.4.0-6+apertis0bv2024dev3b1_all.deb Size: 48556 MD5sum: 97956e9ba36e0c367c46a202f94a3506 SHA1: ad5d4bd9361375bf8d716261f9ee278abce9791f SHA256: 6afe4861342d698079b81e58bd350119ebddeb32513503c89c0d88e5155bd7f5 SHA512: f94382294f4c5497c72c409262429f2cc3e2d27795840062f351213611cf2ea0bd467adacb3d3e878ee617af2527e8bf2e57ebb17e345dc4dadcbf4aeb43898e Description: Go library for parsing command line arguments Package flags provides an extensive command line option parser. . The flags package is similar in functionality to the go builtin flag package but provides more options and uses reflection to provide a convenient and succinct way of specifying command line options. Homepage: https://github.com/jessevdk/go-flags Multi-Arch: foreign Package: golang-github-jfrazelle-go-dev Priority: extra Section: oldlibs Installed-Size: 10 Maintainer: pkg-go Architecture: all Source: golang-github-docker-go Version: 0.0~git20160303.0.d30aec9-3.1+apertis0bv2024dev2b1 Depends: golang-github-docker-go-dev Filename: pool/development/g/golang-github-docker-go/golang-github-jfrazelle-go-dev_0.0~git20160303.0.d30aec9-3.1+apertis0bv2024dev2b1_all.deb Size: 2772 MD5sum: 9999631bee6f2228138dbf725b83c4ce SHA1: bc541418335c2d491b7e8d887686aea3791a7135 SHA256: 46be53f5b70cb2a02fef5d81e2f0f16a2a18f82f3ee297706bf5215986902e4e SHA512: b221290897972be0b0be9b5b3dd633703ae74d6a144f0b2c8e40504df7fb932fb861aea8042eaa7430c97ac47474549d9e565ec1d3b9e53e7c10521b3646be34 Description: Transitional package for golang-github-docker-go-dev This is a transitional package to ease upgrades to the golang-github-docker-go-dev package. It can safely be removed. Homepage: https://github.com/docker/go Package: golang-github-jinzhu-copier-dev Priority: optional Section: golang Installed-Size: 73 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-jinzhu-copier Version: 0.3.2-2+apertis1bv2024dev3b1 Filename: pool/development/g/golang-github-jinzhu-copier/golang-github-jinzhu-copier-dev_0.3.2-2+apertis1bv2024dev3b1_all.deb Size: 12752 MD5sum: fe60ca90d60588909301d3877be46118 SHA1: fd15c7daa64e0f655e4e3c0a4d734148e1ed8f39 SHA256: c9bcc75ba25559245dd369b135ea17da4b760e03c7c2352a16ff573393bf6000 SHA512: 4524122fc3f3dab4896ab206fc3642bcb75e6fb5b65bf5ceae05a528c7fcf2369223271bad7434e1c765ca3e775ec51f11a00a7812931c43888425c80ebf7310 Description: Copy value from struct to struct and more (library) Library for deep copying complex datastructures in golang. Features: • Copy from field to field with same name • Copy from method to field with same name • Copy from field to method with same name • Copy from slice to slice • Copy from struct to slice • Copy from map to map • Enforce copying a field with a tag • Ignore a field with a tag Homepage: https://github.com/jinzhu/copier Package: golang-github-jinzhu-gorm-dev Priority: optional Section: golang Installed-Size: 503 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-jinzhu-gorm Version: 1.9.6-2+apertis0bv2024dev2b1 Depends: golang-github-denisenkom-go-mssqldb-dev, golang-github-go-sql-driver-mysql-dev, golang-github-jinzhu-inflection-dev, golang-github-lib-pq-dev, golang-github-mattn-go-sqlite3-dev Filename: pool/development/g/golang-github-jinzhu-gorm/golang-github-jinzhu-gorm-dev_1.9.6-2+apertis0bv2024dev2b1_all.deb Size: 80976 MD5sum: 54d1dddbb8047081f0c32b0a2be1ecf3 SHA1: 21d5aa32ce36a90ac486a2d091392223811a788a SHA256: 2d1d2aba086e1706213fb611aa007ad10692350e3c2252fbeb614f4efb097ac1 SHA512: b36a269202a6f4696bfe6d8458c4560a51fce6a5d06c603dcc610e75123fd0a0516eb31f44cbb26d44c46082a5e31022119afb40242644ffbfe9ae20008541e6 Description: ORM library for Golang The fantastic ORM library for Golang, aims to be developer friendly. . Overview . * Full-Featured ORM (almost) * Chainable API * Auto Migrations * Relations (Has One, Has Many, Belongs To, Many To Many, Polymorphism) * Callbacks (Before/After Create/Save/Update/Delete/Find) * Preloading (eager loading) * Transactions * Embed Anonymous Struct * Soft Deletes * Customizable Logger * Iteration Support via Rows * Every feature comes with tests * Developer Friendly . go doc format documentation for this project can be viewed online without installing the package by using the GoDoc page at: http://godoc.org/github.com/jinzhu/gorm Homepage: https://github.com/jinzhu/gorm Multi-Arch: foreign Package: golang-github-jinzhu-inflection-dev Priority: optional Section: devel Installed-Size: 32 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-jinzhu-inflection Version: 1.0.0-1apertis0bv2024dev2b1 Filename: pool/development/g/golang-github-jinzhu-inflection/golang-github-jinzhu-inflection-dev_1.0.0-1apertis0bv2024dev2b1_all.deb Size: 6040 MD5sum: 781882d547401277ed6abff3511f7b9c SHA1: 76d59c0f01add9d40994a625e5cf3c6cf2722bc4 SHA256: d53762d899528a4fcb32122e00382f2a2887acba4fc14743948bad3b4286704e SHA512: bc65383d49ebbb99be6f6c27bb75ba778997811a82deb0ab5d4e0c876794a80475ea20c746c70e443fcd5ff57ac0f689d6000964bdbe1122e211455b8949bbc2 Description: pluralize and singularize English nouns Inflection is a Go library to pluralize and singularize English nouns. Rules are based on Rails' ActiveSupport set, but can be extended by users. Homepage: https://github.com/jinzhu/inflection Package: golang-github-jinzhu-now-dev Priority: optional Section: golang Installed-Size: 45 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-jinzhu-now Version: 1.1.1-2+apertis0bv2024dev2b1 Filename: pool/development/g/golang-github-jinzhu-now/golang-github-jinzhu-now-dev_1.1.1-2+apertis0bv2024dev2b1_all.deb Size: 9888 MD5sum: b4742b1a8f0972ae9d73c622b121cd26 SHA1: 02346b1f0d930cd4d8b3a6cc8051b00d4d45dd76 SHA256: d4595a544eda4889793162b6915de6d810da217489b00660f36e88923e641ddc SHA512: 70f0937a9174f1026acf81ee1d2f9d701bd8a602067b3c3f3de26b77691f6257cd4bc34ff4c582d94edf764580a5d0f5f6402721fa06babf6a1c457f582b7a49 Description: time toolkit for golang Package now is a time toolkit for golang. . time.Now() // 2013-11-18 17:51:49.123456789 Mon . BeginningOfMinute() // 2013-11-18 17:51:00 Mon BeginningOfHour() // 2013-11-18 17:00:00 Mon BeginningOfDay() // 2013-11-18 00:00:00 Mon BeginningOfWeek() // 2013-11-17 00:00:00 Sun . FirstDayMonday = true // Set Monday as first day BeginningOfWeek() // 2013-11-18 00:00:00 Mon BeginningOfMonth() // 2013-11-01 00:00:00 Fri BeginningOfQuarter() // 2013-10-01 00:00:00 Tue BeginningOfYear() // 2013-01-01 00:00:00 Tue . EndOfMinute() // 2013-11-18 17:51:59.999999999 Mon EndOfHour() // 2013-11-18 17:59:59.999999999 Mon EndOfDay() // 2013-11-18 23:59:59.999999999 Mon EndOfWeek() // 2013-11-23 23:59:59.999999999 Sat . FirstDayMonday = true // Set Monday as first day EndOfWeek() // 2013-11-24 23:59:59.999999999 Sun EndOfMonth() // 2013-11-30 23:59:59.999999999 Sat EndOfQuarter() // 2013-12-31 23:59:59.999999999 Tue EndOfYear() // 2013-12-31 23:59:59.999999999 Tue . // Use another time t := time.Date(2013, 02, 18, 17, 51, 49, 123456789, time.UTC) New(t).EndOfMonth() // 2013-02-28 23:59:59.999999999 Thu . Monday() // 2013-11-18 00:00:00 Mon Sunday() // 2013-11-24 00:00:00 Sun EndOfSunday() // 2013-11-24 23:59:59.999999999 Sun . This package contains the source. Homepage: https://github.com/jinzhu/now Multi-Arch: foreign Package: golang-github-jmespath-go-jmespath-dev Priority: optional Section: golang Installed-Size: 1200 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-jmespath-go-jmespath Version: 0.4.0-2+apertis0bv2024dev2b1 Depends: golang-github-davecgh-go-spew-dev, golang-github-pmezard-go-difflib-dev, golang-github-stretchr-objx-dev, golang-gopkg-yaml.v2-dev (>= 2.2.8) Filename: pool/development/g/golang-github-jmespath-go-jmespath/golang-github-jmespath-go-jmespath-dev_0.4.0-2+apertis0bv2024dev2b1_all.deb Size: 91824 MD5sum: c3c09f2c2300bad6047df0e9e128e6e2 SHA1: 32bcc1163267dbf518ff2013bbf47374a2b6ce16 SHA256: 3ab0454e925037aeb7eea1a4b43c0b30eee66abee53c8dd11575f6bf1243bf61 SHA512: 7277ea0f5d32abf177366e753d8d3eeb21b8b926bb595aa42e7651b96b4fd461b391a8b0c32c5441ba6f7586fa8cd01506ed0614c6f6886c52bb73d99189139b Description: Golang implementation of JMESPath A JMESPath implementation in Go. . See http://jmespath.org for more info. Homepage: https://github.com/jmespath/go-jmespath Multi-Arch: foreign Package: golang-github-jmhodges-clock-dev Priority: extra Section: devel Installed-Size: 33 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-jmhodges-clock Version: 1.0-3.1+apertis0bv2024dev2b1 Filename: pool/development/g/golang-github-jmhodges-clock/golang-github-jmhodges-clock-dev_1.0-3.1+apertis0bv2024dev2b1_all.deb Size: 6904 MD5sum: cd626b2e0f9511e5b532652e93e841aa SHA1: 724675feaea5600bdb250dd7a4bfcfe97e4263cd SHA256: cf1968a8273f72ace35a9d8657c7811fe7c9119c8d4b9324430073ee0fb99668 SHA512: 6523ec39c5fae9f77f6076e4de1d992f42cce96c23fc150d4f8e7b436bc86fc01b950a11f73bb5dcb0df5edcdbd5a4ef5f535b0edfb1446710ba7f64b77dadf0 Description: Go package for testing time-dependent code This package provides an abstraction for system time that enables testing of time-dependent code. Homepage: https://github.com/jmhodges/clock Package: golang-github-jmoiron-sqlx-dev Priority: optional Section: devel Installed-Size: 246 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-jmoiron-sqlx Version: 1.3.5-1+apertis0bv2024dev2b1 Depends: golang-github-go-sql-driver-mysql-dev, golang-github-lib-pq-dev, golang-github-mattn-go-sqlite3-dev Filename: pool/development/g/golang-github-jmoiron-sqlx/golang-github-jmoiron-sqlx-dev_1.3.5-1+apertis0bv2024dev2b1_all.deb Size: 43920 MD5sum: 6ef1dd86320490ec53df17b6cab08c9f SHA1: 911ef501909a30c85cf555875e4188e018feb1af SHA256: 708110ba6376600a29a2691fa4936c9bd7363bbacdb75649fd2f824dab4ace9f SHA512: 5bd191e0b68ec8c6abe42d459b774e6f44c38feeb5a98f9c72108eb6741d1c29f8233022f69dae2f2299ff3d6b334f546647647c1a58c42e11ebea39ecac80f7 Description: General purpose extensions to Golang's database/sql library sqlx is a library which provides a set of extensions on Go's standard database/sql library. The sqlx versions of sql.DB, sql.TX, sql.Stmt, et al. all leave the underlying interfaces untouched, so that their interfaces are a superset on the standard ones. This makes it relatively painless to integrate existing codebases using database/sql with sqlx. . Major additional concepts are: . * Marshal rows into structs (with embedded struct support), maps, and slices * Named parameter support including prepared statements * Get and Select to go quickly from query to struct/slice Homepage: https://github.com/jmoiron/sqlx Package: golang-github-jonboulle-clockwork-dev Priority: extra Section: devel Installed-Size: 24 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-jonboulle-clockwork Version: 0.1.0-4.1apertis0bv2024dev2b1 Replaces: golang-clockwork-dev (<< 0.1.0) Breaks: golang-clockwork-dev (<< 0.1.0) Filename: pool/development/g/golang-github-jonboulle-clockwork/golang-github-jonboulle-clockwork-dev_0.1.0-4.1apertis0bv2024dev2b1_all.deb Size: 5064 MD5sum: bd5428e4696a550b44b70705a3e61db1 SHA1: b7e5780a9d39e831c41d36c1c6b12479132100a9 SHA256: 41ad1b4104fc72ad42061f4fec9884fca4159be6196e394d849dc719a9ddb321 SHA512: faa55a660835b05b71236b6a24c9174234a8a0826b8fa52d9132ae5436de4ae9c829fd56fd9c4a978783380324fb2fe332a0a9d0b8c0571ec1fc29444b9d32aa Description: Simple fake clock for Go Simple fake clock for Go that replaces uses of the time package with a test class for testing purposes. Homepage: https://github.com/jonboulle/clockwork Package: golang-github-josharian-native-dev Priority: optional Section: golang Installed-Size: 21 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-josharian-native Version: 1.1.0-1+apertis1bv2024dev3b1 Filename: pool/development/g/golang-github-josharian-native/golang-github-josharian-native-dev_1.1.0-1+apertis1bv2024dev3b1_all.deb Size: 4176 MD5sum: 40ecbe540446ae9dc496a79dbf5578ee SHA1: 721760036a6a83c8d9ba9f7b6ee6f26247fdb75b SHA256: bafa4513e205ddca40cfdb27422cc9ac8a9d64c0e9fb9a5ba4e8d6a9cad9324c SHA512: 91b761b984292bdf27c0a391c7d481b581b340afbd86f074142fc4cfe5c0512b3e3dc24c6b3e7564bd64c0e7b0d5f41ed3e24fc630e66f154a12506af113286a Description: Easy to use native encoding/binary.ByteOrder (library) This package provides easy access to native byte order. Use native.Endian where you need the native binary.ByteOrder. . Please think twice before using this package. It can break program portability. Native byte order is usually not the right answer. Homepage: https://github.com/josharian/native Multi-Arch: foreign Package: golang-github-jpillora-backoff-dev Priority: optional Section: devel Installed-Size: 20 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-jpillora-backoff Version: 1.0.0-1.1apertis0bv2024dev2b1 Filename: pool/development/g/golang-github-jpillora-backoff/golang-github-jpillora-backoff-dev_1.0.0-1.1apertis0bv2024dev2b1_all.deb Size: 3852 MD5sum: a167257c56290d7d3a1dc8b8ffad22f4 SHA1: 069bc14bc70820dc423972b65930572d24dd2962 SHA256: 1de44d2fc203ff080b13659d44250df55863b7a363a6ee99d3f130ea74904126 SHA512: 456ffdb811d2dfcf98864fc0eef35f8b4618c1e2f066d258841c431927c2ffff12c0e0688249af5a0be6d22d18b58e6f6096416e45b7b9f93e8164442e622395 Description: backoff algorithm in Golang Backoff is a simple exponential backoff counter in Go (Golang) Homepage: https://github.com/jpillora/backoff Package: golang-github-jsimonetti-rtnetlink-dev Priority: optional Section: golang Installed-Size: 1141 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-jsimonetti-rtnetlink Version: 1.3.0-1+apertis1bv2024dev3b1 Depends: golang-github-cilium-ebpf-dev, golang-github-google-go-cmp-dev, golang-github-mdlayher-netlink-dev (>= 1.4), golang-golang-x-sys-dev Filename: pool/development/g/golang-github-jsimonetti-rtnetlink/golang-github-jsimonetti-rtnetlink-dev_1.3.0-1+apertis1bv2024dev3b1_all.deb Size: 119928 MD5sum: 427ded3b105b368391aec379e5a28642 SHA1: f7024f759934410a18464b984a7517a447f924eb SHA256: 95305a6084fd05635a9039b6a4a148b6a440b8e0ee2eb341397c914693653109 SHA512: 4d71ab45efb0a43e36715c22f8df9137d97e6d250c7a105f0ab88f60ad9f6e2de24a26dad6d15a0104dacefe39f654ab593fc3924da15b9eb0e1549e3400f90c Description: low-level access to the Linux rtnetlink API (library) The package rtnetlink allows the kernel's routing tables to be read and altered. Network routes, IP addresses, Link parameters, Neighbor setups, Queueing disciplines, Traffic classes and Packet classifiers may all be controlled. It is based on netlink messages. . A convenient, high-level API wrapper is available using package rtnl (https://godoc.org/github.com/jsimonetti/rtnetlink/rtnl). . The base rtnetlink library explicitly only exposes a limited low-level API to rtnetlink. It is not the intention (nor wish) to create an iproute2 replacement. Homepage: https://github.com/jsimonetti/rtnetlink Multi-Arch: foreign Package: golang-github-json-iterator-go-dev Priority: optional Section: golang Installed-Size: 497 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-json-iterator-go Version: 1.1.12-1+apertis0bv2024dev2b1 Depends: golang-github-modern-go-concurrent-dev, golang-github-modern-go-reflect2-dev Filename: pool/development/g/golang-github-json-iterator-go/golang-github-json-iterator-go-dev_1.1.12-1+apertis0bv2024dev2b1_all.deb Size: 62464 MD5sum: ab3801813fc847228d81c2765a7b7c93 SHA1: 5bfecb5615852551cad1198e34c6870230e33ea9 SHA256: f02265b04864163c7e462577499c0d85735708c8e2475e37cb728b2cd2499d36 SHA512: de42c0a42550d154406b2abdeb02e48a2aadfe083ad23f1ddfb0f53b0e47da957592c6851c3b6b0afa4d7bb5211c746d4992589bccce07613db7ab7bb7576ea8 Description: High-performance drop-in replacement of "encoding/json" Json-iterator is a high-performance 100% compatible drop-in replacement of "encoding/json" . Detailed documentation and migration guide can be found at http://jsoniter.com/migrate-from-go-std.html Homepage: http://jsoniter.com/ Multi-Arch: foreign Package: golang-github-juju-ansiterm-dev Priority: optional Section: golang Installed-Size: 66 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-juju-ansiterm Version: 1.0.0-1+apertis0bv2024dev3b1 Depends: golang-github-mattn-go-colorable-dev, golang-github-mattn-go-isatty-dev, golang-github-lunixbochs-vtclean-dev, golang-gopkg-check.v1-dev Filename: pool/development/g/golang-github-juju-ansiterm/golang-github-juju-ansiterm-dev_1.0.0-1+apertis0bv2024dev3b1_all.deb Size: 15028 MD5sum: f7f3bcfd0cbf64e39b070c334abb55c6 SHA1: 703455b3b5a91288a47113cf47029c57644bc123 SHA256: 0a23209bf68e17a9a08e337217c25611424083c7f73b3d98b37526b3ed112bf7 SHA512: fc3679432051f3d57b0a2109bf38188b7779c05e09ba8a7a1cf56fe7e8ae52dd797212df0a20c106cf22c5adf23fbc2d897b1105c327149cbe5be1b91634284a Description: colored writers and tabwriters Package ansiterm provides a Writer that writes out the ANSI escape codes for color and styles. Homepage: https://github.com/juju/ansiterm Multi-Arch: foreign Package: golang-github-juju-ratelimit-dev Priority: optional Section: devel Installed-Size: 40 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-juju-ratelimit Version: 1.0.1-1.1apertis0bv2024dev2b1 Filename: pool/development/g/golang-github-juju-ratelimit/golang-github-juju-ratelimit-dev_1.0.1-1.1apertis0bv2024dev2b1_all.deb Size: 8284 MD5sum: dda75b99a5e0308a130c4f948ea0593c SHA1: e65b7090da8904046d1cdddc44de9627470b5351 SHA256: 506fe2d40d9b593fc8fb5d9cf4f3848f9aecf77c940d20ec31a9f5a649e1f67b SHA512: 1322fa2d6cfceac8e0e349a5c9c494cb5fa8f09f9f6364d914e381cbe3c93d9e5245b5299e5e0e297e12fea134c24d2cd8a3c68aec378b6d84503d61b76a69a2 Description: Efficient token-bucket-based rate limiter module for Go The ratelimit package provides an efficient token bucket implementation in Go. The token bucket algorithm implements a method for ensuring a reader or writer does not exceed a specified rate limit. Homepage: https://github.com/juju/ratelimit Package: golang-github-julienschmidt-httprouter-dev Priority: optional Section: golang Installed-Size: 87 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-julienschmidt-httprouter Version: 1.3.0-2+apertis0bv2024dev2b1 Breaks: burrow (<< 1.2.1-2) Filename: pool/development/g/golang-github-julienschmidt-httprouter/golang-github-julienschmidt-httprouter-dev_1.3.0-2+apertis0bv2024dev2b1_all.deb Size: 19460 MD5sum: 4572b08153b62796efc9bc41d3a0bfb3 SHA1: fd96ef47a4c488762df9d9deb736a63c31dd7157 SHA256: 83c9caaa75d287182775f377318fbbc978f71e66ee8e32f70b797be94ff711d1 SHA512: 7f084d00e9a1af2a356c9161c0764ff6b6d177a82e36e34b33095bdff4bb6e0511cd6c029aceb57ed7a77ff6c93cae0e36bbeca394596bcccde58742eac0289f Description: High performance HTTP request router for Go that scales well HttpRouter (github.com/julienschmidt/httprouter) is a lightweight high performance HTTP request router (also called multiplexer or just mux for short) for Go. . In contrast to the default mux of Go's net/http package, this router supports variables in the routing pattern and matches against the request method. It also scales better. . The router is optimized for high performance and a small memory footprint. It scales well even with very long paths and a large number of routes. A compressing dynamic trie (radix tree) structure is used for efficient matching. Homepage: https://github.com/julienschmidt/httprouter Multi-Arch: foreign Package: golang-github-kardianos-osext-dev Priority: optional Section: golang Installed-Size: 34 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-kardianos-osext Version: 0.0~git20190222.2bc1f35-3+apertis0bv2024dev2b1 Filename: pool/development/g/golang-github-kardianos-osext/golang-github-kardianos-osext-dev_0.0~git20190222.2bc1f35-3+apertis0bv2024dev2b1_all.deb Size: 7532 MD5sum: 3149a7109adf6bacc3987cdb0d025a96 SHA1: 7be86ded0e6a2bf12e1c17f0cc3ad84e9f970573 SHA256: 67a24e0ee65046e89ecd67a468440343882dcd3b057406e1bea8eef257442b42 SHA512: 8b3043534903834c222a6910357779c3d748737e306a33cd36f388abcebef6d94db54ac1b7f4b429996d24140b4052cada312f5a772f8ef44da6ff73610081c4 Description: Extend "os" package with Executable and ExecutableFolder This Go library implements functions for discovering the current executable and folder to re-invoke the currently running program. This can be useful for upgrading the current executable or finding resources located relative to the executable file. Both working directory and the os.Args[0] value are arbitrary and cannot be relied on; os.Args[0] can be "faked" . These methods are available in the "os" package from Go 1.8 and later. Homepage: https://github.com/kardianos/osext Multi-Arch: foreign Package: golang-github-kisielk-sqlstruct-dev Priority: extra Section: devel Installed-Size: 26 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-kisielk-sqlstruct Version: 0.0~git20150917.0.0b86a3e-2.1apertis0bv2024dev2b1 Filename: pool/development/g/golang-github-kisielk-sqlstruct/golang-github-kisielk-sqlstruct-dev_0.0~git20150917.0.0b86a3e-2.1apertis0bv2024dev2b1_all.deb Size: 6372 MD5sum: abdf1784f1e335258a847e92c9b3e432 SHA1: 0de39c87ad7edc1bf81c0af9213bb225e17a1a57 SHA256: 4f2f7bc1c8d6b72cb3d4b9048c51eba7857e9e573db04236b67cc139c0af801b SHA512: 22e7a6e2cb1bc123ee00990af0bb7b6558be8dc077f0cc66e9d7ba677f2b5c48690ab909863bca788680fa2af16a8f2044d40de19384a6ab3d3343a6f7803756 Description: convenience functions for using structs with the database/sql package Package sqlstruct provides some convenience functions for using structs with the Go standard library's database/sql package. . The package matches struct field names to SQL query column names. A field can also specify a matching column with "sql" tag, if it's different from field name. Unexported fields or fields marked with `sql:"-"` are ignored, just like with "encoding/json" package. Homepage: https://github.com/kisielk/sqlstruct Package: golang-github-kisom-goutils-dev Priority: extra Section: devel Installed-Size: 168 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-kisom-goutils Version: 0.0~git20161101.0.858c9cb-2.1apertis0bv2024dev2b1 Depends: golang-github-kr-text-dev, golang-github-pkg-sftp-dev, golang-golang-x-crypto-dev, golang-golang-x-sys-dev, golang-gopkg-yaml.v2-dev Filename: pool/development/g/golang-github-kisom-goutils/golang-github-kisom-goutils-dev_0.0~git20161101.0.858c9cb-2.1apertis0bv2024dev2b1_all.deb Size: 29896 MD5sum: 46a061c34cbe64da6f1bcb884d0f19d2 SHA1: 2893aed975e2b729db53be227242cf8e1a9bedf4 SHA256: 8afdc1967af2b65df2491485bfa48e0eae302bf4e971712489fdb9e10afb1ffc SHA512: 5247406f5ee3024c7cb372516856f88e30c17b266daa868fedb77f394795c9e58488b90fb665c22773ae7c4304cdda62b133bf70595d26e9786371f63d2a3656 Description: Various TLS certificate tools and other utility libraries for Golang This package contains a collection of utility libraries for Golang, as well as an assortment of tools mainly for displaying information about TLS certificates and keys. Homepage: https://github.com/kisom/goutils Package: golang-github-klauspost-compress-dev Priority: optional Section: golang Installed-Size: 41556 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-klauspost-compress Version: 1.15.12+ds1-3+apertis0bv2024dev2b1 Depends: golang-github-cespare-xxhash-dev (>= 2.1.0~) Filename: pool/development/g/golang-github-klauspost-compress/golang-github-klauspost-compress-dev_1.15.12+ds1-3+apertis0bv2024dev2b1_all.deb Size: 30824296 MD5sum: a534694c91d5697730974c3168293e18 SHA1: c2e8626b5def165957a72e84ea7e1675620d3aed SHA256: 1a79edc8dc1d2e10f1fc6988eb8ec519f335bec9c52c25570415618b234ff99a SHA512: 4a4248e80e5340771e0a3fce851c99b89e818857c4e09ee358e9091dd6965b6113ce388078031d7a80632540535ecf12d0105515d9c7fcd0101ee37a197e2f2b Description: optimized compression packages This package is based on an optimized Deflate function, which is used by gzip/zip/zlib packages. It offers slightly better compression at lower compression settings, and up to 3x faster encoding at highest compression level. Homepage: https://github.com/klauspost/compress Multi-Arch: foreign Package: golang-github-klauspost-crc32-dev Priority: optional Section: devel Installed-Size: 66 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-klauspost-crc32 Version: 1.2.0-1+apertis0bv2024dev2b1 Filename: pool/development/g/golang-github-klauspost-crc32/golang-github-klauspost-crc32-dev_1.2.0-1+apertis0bv2024dev2b1_all.deb Size: 16792 MD5sum: 44cacc9a320dcbc7a54296764d7c087a SHA1: 457de3a4f71271f341927e6fe9ed15467ab88ed6 SHA256: 9dd533e3c8eda958cf5e03c5283b8f08c846e6354a704329b6f6fd8a37424fe7 SHA512: d01f0e1ebe29debe162843be01ed80ae8cc95bb2af16e4db1b34683e6e2eb9eefb1aa6e81fb25255cea4f98afc7988eeaf43490181b8d7ad5d946ce1d07845b3 Description: CRC32 hash with x64 optimizations This package is a drop-in replacement for the standard library hash/crc32 package, that features SSE 4.2 optimizations on x64 platforms, for a 10x speedup. Homepage: https://github.com/klauspost/crc32 Package: golang-github-klauspost-pgzip-dev Priority: optional Section: golang Installed-Size: 395 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-klauspost-pgzip Version: 1.2.5-2+apertis0bv2024dev3b1 Depends: golang-github-klauspost-compress-dev Filename: pool/development/g/golang-github-klauspost-pgzip/golang-github-klauspost-pgzip-dev_1.2.5-2+apertis0bv2024dev3b1_all.deb Size: 114956 MD5sum: 583e1e51447f18c40611e1cb82de2431 SHA1: 37178bed59ddff313461c8c3ae5cbf254424053b SHA256: 943975eaff12c59b8e1d0112b50c871125ea194b7ded52868a5975403ad54ea8 SHA512: d360213fef19346fa6f735554396d3677fbc35855061ef950831f8a4649ba9238ad5fe19038abad1df31618851ec7648c4ab4dc340c96117fcbcbbfddc24b4be Description: parallel gzip (de)compression library for Go pgzip is a parallel compression/decompression library for Google Go which is a compatible drop-in for "compress/gzip". It splits compression into blocks that are processed in parallel. The output is a standard gzip file. The standard Go decompression of modified so it decompresses ahead of the current reader. The library is useful especially if large amounts of data (>1MB) are being processed. Homepage: https://github.com/klauspost/pgzip Multi-Arch: foreign Package: golang-github-knetic-govaluate-dev Priority: optional Section: golang Installed-Size: 202 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-knetic-govaluate Version: 3.0.0+git20171022.9aa4983-2+apertis0bv2024dev2b1 Filename: pool/development/g/golang-github-knetic-govaluate/golang-github-knetic-govaluate-dev_3.0.0+git20171022.9aa4983-2+apertis0bv2024dev2b1_all.deb Size: 33100 MD5sum: 437a6f8c090187d4769e4cbd4b6f8f77 SHA1: 2c0c512b512e5c3478b98d2dda9bd5a8de41ee72 SHA256: ad47800eb6b1ca564aadb4c0a6431b463b03087601360db2feff4559dddff735 SHA512: 824901026083675e50359d69de476b58dcc278d4a51a4a0d6024fc79fc1a3fcac063e31f3aea16c633632e810f59fe1553896869f7711d7f180cc9f4569f4b8b Description: Arbitrary expression evaluation for golang (library) Provides support for evaluating arbitrary C-like artithmetic/string expressions. . Sometimes, you can't know ahead-of-time what an expression will look like, or you want those expressions to be configurable. Perhaps you've got a set of data running through your application, and you want to allow your users to specify some validations to run on it before committing it to a database. Or maybe you've written a monitoring framework which is capable of gathering a bunch of metrics, when evaluating a few expressions to see if any metrics should be alerted upon, but the conditions for alerting are different for each monitor. . A lot of people wind up writing their own half-baked style of evaluation language that fits their needs, but isn't complete. Or they wind up baking the expression into the actual executable, even if they know it's subject to change. These strategies may work, but they take time to implement, time for users to learn, and induce technical debt as requirements change. This library is meant to cover all the normal C-like expressions, so that you don't have to reinvent one of the oldest wheels on a computer. Homepage: https://github.com/Knetic/govaluate Multi-Arch: foreign Package: golang-github-konsorten-go-windows-terminal-sequences-dev Priority: optional Section: devel Installed-Size: 20 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-konsorten-go-windows-terminal-sequences Version: 1.0.2-3+apertis1bv2024dev3b1 Filename: pool/development/g/golang-github-konsorten-go-windows-terminal-sequences/golang-github-konsorten-go-windows-terminal-sequences-dev_1.0.2-3+apertis1bv2024dev3b1_all.deb Size: 3792 MD5sum: 01335360d2d189191955635df8f21e11 SHA1: 86b8df4df90152e5e51a80c1f1975b634a0444f3 SHA256: ec4d59998869d4a5d2ed35ebffd0af8daf21f78a0fac6605da73824c5df56ada SHA512: 0917be8e72f34748296a2ce0d6cd0b6913e73fe69c41b243120c678085d37d21995aba017adccfd273d9a36e8e490b7feb4f6d8fb12c54d418fbc4b2885e7fd5 Description: Enable support for Windows Terminal Colors This library allows enabling Windows terminal color support for Go. . Virtual terminal sequences are control character sequences that can control cursor movement, color/font mode, and other operations when written to the output stream. Sequences may also be received on the input stream in response to an output stream query information sequence or as an encoding of user input when the appropriate mode is set. Homepage: https://github.com/konsorten/go-windows-terminal-sequences Multi-Arch: foreign Package: golang-github-kr-fs-dev Priority: optional Section: devel Installed-Size: 27 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-kr-fs Version: 0.1.0-2+apertis0bv2024dev2b1 Filename: pool/development/g/golang-github-kr-fs/golang-github-kr-fs-dev_0.1.0-2+apertis0bv2024dev2b1_all.deb Size: 6644 MD5sum: 6ba18735bc1c79eaaaec174d577d6292 SHA1: 0cb0f724a3d8a603d65842640f0b480dd6280e67 SHA256: b535d5c6bb373ee6dc0f35b9fb053bc916b4d7638be709d952c8a97bbd7c7821 SHA512: cb6e32c21c755ff91827772ec6fb2179200c716b6381e2c96111cc471cc95c7460b203b8bd88926140f130d182779729117d961c74362416e3c5e0caca185bf0 Description: Provides filesystem-related functions for Go Package fs provides filesystem-related functions, especially Walker which provides a convenient interface for iterating over the descendants of a filesystem path, for the Go Programming Language. Homepage: https://github.com/kr/fs Multi-Arch: foreign Package: golang-github-kr-pretty-dev Priority: optional Section: golang Installed-Size: 69 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-pretty Version: 0.3.0-1+apertis0bv2024dev2b1 Replaces: golang-pretty-dev (<< 0.0~git20160325.0.add1dbc-1~) Provides: golang-pretty-dev Depends: golang-github-kr-text-dev (>= 0.2.0), golang-github-rogpeppe-go-internal-dev (>= 1.6.1) Breaks: golang-pretty-dev (<< 0.0~git20160325.0.add1dbc-1~) Filename: pool/development/g/golang-pretty/golang-github-kr-pretty-dev_0.3.0-1+apertis0bv2024dev2b1_all.deb Size: 14708 MD5sum: aa3c3c4238bbda1885dd6803ea6289df SHA1: 19ee83facac94b6010a3eeb594c451c9fa766860 SHA256: aa63f84a85bd0eb7df9f74f261c60931b6f29a83178ccbaeafebbdb22691ee74 SHA512: bd61d1f08f063518035fcc575b63e9544bc051e714a7e94f4a72a80803663acd5d4dadb67ae84b70f41a08f2bccaac7de8fc6968882849fd4ad296b3c87d9a47 Description: Pretty printing for Go values Go library package github.com/kr/pretty provides pretty-printing for Go values. This is useful during debugging, to avoid wrapping long output lines in the terminal. . It provides a function, Formatter, that can be used with any function that accepts a format string. It also provides convenience wrappers for functions in packages fmt and log. Homepage: https://github.com/kr/pretty/ Multi-Arch: foreign Package: golang-github-kr-text-dev Priority: optional Section: golang Installed-Size: 48 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-text Version: 0.2.0-2+apertis0bv2024dev2b1 Provides: golang-text-dev Depends: golang-github-creack-pty-dev Filename: pool/development/g/golang-text/golang-github-kr-text-dev_0.2.0-2+apertis0bv2024dev2b1_all.deb Size: 10476 MD5sum: 68bb36d65dde475e55d71a2eddf8bcae SHA1: 1801c002369f431883aba45ef070a35229f8319f SHA256: 66082313049c0ed326ae956548c57512a0715a26247b048ce0897b7f25a340c9 SHA512: 0995b1f8c6740fa72d9b50fbd9f65faad51d0b355b067bf86516f80407ed014e74dc6ddd9c503fbbcaf5c94fc0b9497423d9ecaf23c46b88c06c7ad679134ca7 Description: Go package for manipulating paragraphs of text Go library package "github.com/kr/text" provides rudimentary functions for manipulating text in paragraphs. Homepage: https://github.com/kr/text Multi-Arch: foreign Package: golang-github-leonelquinteros-gotext-dev Priority: optional Section: golang Installed-Size: 217 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-leonelquinteros-gotext Version: 1.5.0-3+apertis0bv2024dev2b1 Depends: golang-golang-x-tools-dev, golang-golang-x-text-dev Filename: pool/development/g/golang-github-leonelquinteros-gotext/golang-github-leonelquinteros-gotext-dev_1.5.0-3+apertis0bv2024dev2b1_all.deb Size: 25832 MD5sum: 15c4cd89359c4d5ee1e78971a71b19ab SHA1: 0d54970ca81d48a02055dcc12a310c467df7581d SHA256: a34a2a26faab1782743e1e8a0bf3c1184a25d05a36c914992056b1d4ef274012 SHA512: f17636e1f12eebb9d5748dfdd17123d21e8c8fce25ccf13f9c40ded7d4e31859f9170a56062f7143c32ba094df3f8c246dc4bc3298389d51490fe64438e4a68c Description: Go GNU gettext utilities package (library) GNU gettext utilities (https://www.gnu.org/software/gettext) for Go. . Features . * Implements GNU gettext support in native Go. * Complete support for PO files (https://www.gnu.org/software/gettext/manual/html_node/PO-Files.html) including: * Support for multiline strings and headers. * Support for variables inside translation strings using Go's fmt syntax (https://golang.org/pkg/fmt/). * Support for pluralization rules (https://www.gnu.org/software/gettext/manual/html_node/Translating- plural-forms.html). * Support for message contexts (https://www.gnu.org/software/gettext/manual/html_node/Contexts.html). * Support for MO files. * Thread-safe: This package is safe for concurrent use across multiple goroutines. * It works with UTF-8 encoding as it's the default for Go language. * Unit tests available. * Language codes are automatically simplified from the form en_UK to en if the first isn't available. * Ready to use inside Go templates. * Objects are serializable to []byte to store them in cache. * Support for Go Modules. Homepage: https://github.com/leonelquinteros/gotext Multi-Arch: foreign Package: golang-github-lib-pq-dev Priority: optional Section: devel Installed-Size: 436 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-lib-pq Version: 1.10.7-2+apertis0bv2024dev2b1 Replaces: golang-pq-dev (<< 0.0~git20151007.0.ffe986a-1~) Provides: golang-pq-dev Depends: golang-github-jcmturner-gokrb5.v8-dev Breaks: golang-pq-dev (<< 0.0~git20151007.0.ffe986a-1~) Filename: pool/development/g/golang-github-lib-pq/golang-github-lib-pq-dev_1.10.7-2+apertis0bv2024dev2b1_all.deb Size: 84460 MD5sum: 932a53ad0414500d64c97548b3e80d2e SHA1: 4b66ed89c0014ad643ea4cf6b0c51ad62e7481db SHA256: 8fc91743fad645bd0f045b7437b5f493ff97b531d3ea76cdcfaf1b047c2f2de9 SHA512: 996efc20fd912c384e027adc1c613b2b6134f3b86cef777b041409ecc199d77375c6413f85b2c8aa0c945cabf2233b49319d7a7835c4cb5f42527f8fbd7e4aef Description: pure Go Postgres driver for Go’s database/sql package After importing this package, you can connect to a Postgres database from your Go programs. This package does not depend on libpq-dev and does not need cgo, making it suitable for use when cross-compiling. . This package contains the source. Homepage: https://github.com/lib/pq Multi-Arch: foreign Package: golang-github-lunixbochs-vtclean-dev Priority: optional Section: devel Installed-Size: 24 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-lunixbochs-vtclean Version: 1.0.0-1apertis1bv2024dev3b1 Filename: pool/development/g/golang-github-lunixbochs-vtclean/golang-github-lunixbochs-vtclean-dev_1.0.0-1apertis1bv2024dev3b1_all.deb Size: 5592 MD5sum: b5e10b5b3a0c8bc1a319dfc2915c7aa4 SHA1: 3f65c2e9a63803a3ca051eb5533769758587c70c SHA256: 5287d4ad5f3a1d12b9f0358f8dc93d136a55b135eb40170cd63dc8d7fe932827 SHA512: a4b0b7e0d4183568cd32424ba8218880e3c2c51e80adddad3e317cc922d5205924e5bd5cfedc78ba93d3dba7879ab66f368252b00ac48bcde5d7470edca2a40c Description: strips terminal escapes from text, can preserve color package vtclean can clean up raw terminal output by stripping escape sequences, optionally preserving color. Homepage: https://github.com/lunixbochs/vtclean Multi-Arch: foreign Package: golang-github-magiconair-properties-dev Priority: optional Section: golang Installed-Size: 142 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-magiconair-properties Version: 1.8.7-1+apertis0bv2024dev2b1 Filename: pool/development/g/golang-github-magiconair-properties/golang-github-magiconair-properties-dev_1.8.7-1+apertis0bv2024dev2b1_all.deb Size: 29972 MD5sum: cba772a79155fb6efde34155e749dcb4 SHA1: 65cfeada22c81cb0a38f5be67cce0a7490c99a02 SHA256: 4ca9cfaa38e5cc87a5a18f2fb1c14d0b9dd2880a501ab39db2c08088f7b66e0e SHA512: 9aadfe463bb8e79571d878cf96b93864141071c27e68a7c41d7719927bcb65b7abbd87a6ca76190ce2d3fb16deb30cc9e9efd23185d8d7312c01b750d27368ab Description: Java properties scanner for Go “properties” is a Go library for reading and writing properties files. . It supports reading from multiple files and Spring style recursive property expansion of expressions like ${key} to their corresponding value. Value expressions can refer to other keys like in ${key} or to environment variables like in ${USER}. Filenames can also contain environment variables like in /home/${USER}/myapp.properties. . Comments and the order of keys are preserved. Comments can be modified and can be written to the output. . The properties library supports both ISO-8859-1 and UTF-8 encoded data. Homepage: https://github.com/magiconair/properties Multi-Arch: foreign Package: golang-github-manifoldco-promptui-dev Priority: optional Section: devel Installed-Size: 118 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-manifoldco-promptui Version: 0.8.0-2+apertis2bv2024preb1 Depends: golang-github-chzyer-readline-dev, golang-github-juju-ansiterm-dev Filename: pool/development/g/golang-github-manifoldco-promptui/golang-github-manifoldco-promptui-dev_0.8.0-2+apertis2bv2024preb1_all.deb Size: 23540 MD5sum: ff4b1c88ab579b3b92bb63eb81be829f SHA1: e3878926eba8d7480c781ba8d7db1a7bc6ff9b8d SHA256: 753fd32b46d3d9c5192c95e917950f81411fe78f72c024bb539339e87d3bbf2f SHA512: f31e19a1150154fd1863d9877fe38fa296702ba35410435611b216e600850cb361b2c175cdd0cb44482f2a8be510af5e2daf2eca0ac7cc03ad11fa481368e2be Description: Interactive prompt for command-line applications (library) promptui Interactive prompt for command-line applications. . Promptui is a library providing a simple interface to create command-line prompts for go. It can be easily integrated into spf13/cobra (https://github.com/spf13/cobra), urfave/cli (https://github.com/urfave/cli) or any cli go application. Homepage: https://github.com/manifoldco/promptui Package: golang-github-masterminds-semver-dev Priority: optional Section: golang Installed-Size: 105 Maintainer: Debian Go Packaging Team Architecture: all Version: 3.2.0-1+apertis0bv2024dev2b1 Filename: pool/development/g/golang-github-masterminds-semver-dev/golang-github-masterminds-semver-dev_3.2.0-1+apertis0bv2024dev2b1_all.deb Size: 22380 MD5sum: 0dde0ef93b218cd69819e161421c129b SHA1: dbd79f054b002a35dcc0362ae7c4ef6155adc030 SHA256: 789af7805523c0a01a9a66dfa01c44667cbfe4b13e4e2db79f2df389ff3df0d0 SHA512: d694262c791ea0a108dba3e429ad0ce15f3bf7e0bbb81184a03e3584a1cf055d151bc0e454fb6f2efb966600b9570d5fa59e804c1e82993242ad597179c3cc1e Description: Semantic versions library in Go The semver package provides the ability to work with Semantic Versions in Go. Specifically it provides the ability to: . * Parse semantic versions * Sort semantic versions * Check if a semantic version fits within a set of constraints * Optionally work with a v prefix Homepage: https://github.com/Masterminds/semver Multi-Arch: foreign Package: golang-github-mattn-go-colorable-dev Priority: optional Section: golang Installed-Size: 56 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-mattn-go-colorable Version: 0.1.13-1+apertis0bv2024dev2b1 Depends: golang-github-mattn-go-isatty-dev (>= 0.0.16) Filename: pool/development/g/golang-github-mattn-go-colorable/golang-github-mattn-go-colorable-dev_0.1.13-1+apertis0bv2024dev2b1_all.deb Size: 10208 MD5sum: fc7680a6951238ed47669e4357464a87 SHA1: 863576afca18bafa5785841a84340ddb3f9df296 SHA256: c300dd56634c47c37778f955d738d7e9fe532bfa39996c0f0dd163a9a95a649a SHA512: 4d8b92ac7f978018e9de9d7a5ab5921de87a555762a5372c1ac0addf07b48ef517af30e8243ff7385fb6eee454fd63ddd27bfcca9647685b81dd186abd7092d1 Description: Golang library to colorable writer for windows This golang library is possible to handle escape sequence for ansi color on windows. Homepage: https://github.com/mattn/go-colorable Multi-Arch: foreign Package: golang-github-mattn-go-isatty-dev Priority: optional Section: golang Installed-Size: 32 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-mattn-go-isatty Version: 0.0.17-1+apertis0bv2024dev2b1 Depends: golang-golang-x-sys-dev (>= 0.0~git20220811.fbc7d0a) Filename: pool/development/g/golang-github-mattn-go-isatty/golang-github-mattn-go-isatty-dev_0.0.17-1+apertis0bv2024dev2b1_all.deb Size: 6332 MD5sum: 4f87dc6ab4bbe521a71fe88831239de7 SHA1: 71b11e0fc263f828c9ca85cebba91a4320b23672 SHA256: a10366d1d46061b26de0f0cf005cd1f694c85195cd845b4c079c2f7fccdb8f0d SHA512: f61bdb828685b7a520f8e7ca053c2a8c1dff96f1554f938aa5cce7de944320982e7a1068e8b0faff7776bc7017582abdd21b7fd7639b5acd78f7f0e1ffdfc0c1 Description: Golang library to implementation isatty interface The isatty() function tests whether a file descriptor refers to a terminal. . This package provides a library to implement isatty interface to Golang command-line programs. Homepage: https://github.com/mattn/go-isatty Multi-Arch: foreign Package: golang-github-mattn-go-runewidth-dev Priority: optional Section: golang Installed-Size: 80 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-mattn-go-runewidth Version: 0.0.14-1+apertis0bv2024dev2b1 Depends: golang-github-rivo-uniseg-dev Filename: pool/development/g/golang-github-mattn-go-runewidth/golang-github-mattn-go-runewidth-dev_0.0.14-1+apertis0bv2024dev2b1_all.deb Size: 16176 MD5sum: 18b44c54e52f5f36bec9317faa38b443 SHA1: 764f0169545c8c2d3bf2e8c0bae8afeddcc5613a SHA256: d22e13fe768aa2b39dcc6bea0c5f2eca0fb8b1e4e5e0b137757bf9cff813a530 SHA512: bbeb5324cde262ebac6a8934ded2989969a7ea1a19ee4fec2609d9a1fd0b08b8f7b05aa824061415b8b7b3848754c0a9f27ba681024ecf2d7ca53aaaea3b646d Description: functions to get fixed width of the character or string Golang library provinding functions to get fixed width of the character or string. Homepage: https://github.com/mattn/go-runewidth Multi-Arch: foreign Package: golang-github-mattn-go-shellwords-dev Priority: optional Section: devel Installed-Size: 33 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-mattn-go-shellwords Version: 1.0.10-2apertis0bv2024dev2b1 Filename: pool/development/g/golang-github-mattn-go-shellwords/golang-github-mattn-go-shellwords-dev_1.0.10-2apertis0bv2024dev2b1_all.deb Size: 5940 MD5sum: 5a19aaaa7cc22cefa83c1e0d6a7e0d71 SHA1: f519ad4352694eda1f56902bb7cde13e303e8eae SHA256: 0fa53843ae0b62416222578bcb0ab01e399a1392ea41fdcc28130694e0844d1e SHA512: 534f900c919f422b60bb6ad99d68b7cdbb75b463201bb38ab8021dce239ab4f791b1426ca59b2943e7364189e3e5077784b269413b4ce65457b5b83a2ddeeb06 Description: parse line as shell words in Golang Parse line as shell words. Based on cpan module Parse::CommandLine (https://metacpan.org/pod/Parse::CommandLine). Homepage: https://github.com/mattn/go-shellwords Package: golang-github-mattn-go-sqlite3-dev Priority: optional Section: golang Installed-Size: 477 Maintainer: Debian Go Packaging Team Architecture: amd64 Source: golang-github-mattn-go-sqlite3 Version: 1.14.16~ds1-1+apertis0bv2024dev2b1 Depends: libsqlite3-dev Breaks: textql (<< 2.0.3-5) Filename: pool/development/g/golang-github-mattn-go-sqlite3/golang-github-mattn-go-sqlite3-dev_1.14.16~ds1-1+apertis0bv2024dev2b1_amd64.deb Size: 83444 MD5sum: 9bb3252f52a6026c9b0242f21ab97d63 SHA1: 0a6e7307b1d38c5e4b389823dff691c7dfa3c96f SHA256: e888b238527e44ad49a3f07ea4e2466aa7945fe9aea76ba124c3ef6a60d00db3 SHA512: f5233f5ce71db4341ef42a68d7f9f849031df53c492cd28ef4c2cc6affa85cafdc89657bb0e4cd381bd3e016c647c3a529c192a68fdd8412082255f27f8363bb Description: sqlite3 driver for go that using database/sql SQLite3 driver conforming to the built-in database/sql interface. Currently, go-sqlite3 support following data types: null, integer, float, blob, text and timestamp/datetime. Homepage: https://github.com/mattn/go-sqlite3 Multi-Arch: same Package: golang-github-mdlayher-ethernet-dev Priority: optional Section: golang Installed-Size: 48 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-mdlayher-ethernet Version: 0.0~git20220221.529eae5-1+apertis1bv2024dev3b1 Depends: golang-github-mdlayher-packet-dev Filename: pool/development/g/golang-github-mdlayher-ethernet/golang-github-mdlayher-ethernet-dev_0.0~git20220221.529eae5-1+apertis1bv2024dev3b1_all.deb Size: 10084 MD5sum: c3f711a15cf280cea8b4135945ae9b60 SHA1: 6bc48d2e2a2924d6e209a303a12cb73b08dd48d0 SHA256: 44e792bf920432bf0e07dd94d9c3c2b891677ebc7c08c0b720cb1d35febdabd6 SHA512: 0c21b8e0a937735860797d474b62e3944177417ffee3b8b9b40a79b674fc4f5afb403666f462e8b5036d7d5d807e18466046c459edd5c7f05636a1735ca4fac1 Description: Marshaling and unmarshaling of Ethernet frames and VLAN tags Package ethernet implements marshaling and unmarshaling of IEEE 802.3 Ethernet II frames and IEEE 802.1Q VLAN tags. . For more information about using raw sockets with Ethernet frames in Go, the author has published https://mdlayher.com/blog/network-protocol-breakdown-ethernet-and-go/ Homepage: https://github.com/mdlayher/ethernet Multi-Arch: foreign Package: golang-github-mdlayher-netlink-dev Priority: optional Section: devel Installed-Size: 205 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-mdlayher-netlink Version: 1.7.1-1+apertis1bv2024dev3b1 Depends: golang-github-google-go-cmp-dev, golang-github-josharian-native-dev, golang-github-mdlayher-socket-dev (>= 0.4.0), golang-golang-x-net-dev, golang-golang-x-sys-dev Filename: pool/development/g/golang-github-mdlayher-netlink/golang-github-mdlayher-netlink-dev_1.7.1-1+apertis1bv2024dev3b1_all.deb Size: 40468 MD5sum: 77af4ecc16515285a7ccb0e0c36b3b1a SHA1: 4af643c045b5d3dbcfb52f57f56de5e0207b2db4 SHA256: d70729ec10d9f53ef42b4c77651da91b345a2b1d1f78eb489ec9be7e1f506509 SHA512: 2e71f410e8bc1f95a6de1cf37b2198e66b5f868cc5f5fde3aad36256612218264f9c38a921549ce39789c4fa6114d85e8c9489f91cccf76e4a241028d463ac12 Description: low-level access to Linux netlink sockets (library) The netlink package provides low-level access to Linux netlink sockets. . For more information about how netlink works, check out blog series on Linux, Netlink, and Go (https://mdlayher.com/blog/linux-netlink-and-go-part-1-netlink/). Homepage: https://github.com/mdlayher/netlink Multi-Arch: foreign Package: golang-github-mdlayher-packet-dev Priority: optional Section: golang Installed-Size: 41 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-mdlayher-packet Version: 1.1.1-1+apertis1bv2024dev3b1 Depends: golang-github-google-go-cmp-dev, golang-github-josharian-native-dev, golang-github-mdlayher-socket-dev, golang-golang-x-net-dev, golang-golang-x-sys-dev Filename: pool/development/g/golang-github-mdlayher-packet/golang-github-mdlayher-packet-dev_1.1.1-1+apertis1bv2024dev3b1_all.deb Size: 10876 MD5sum: c59082d6436edaef1ef794f03e325d6b SHA1: 2c0551a5d399fccea7bacdeb849907c22643c58c SHA256: 9ba14f43ab48e7b1704ce679f72cf9d53e986fbadeb653c204c7fade4bbd32f4 SHA512: ca00bf431dbdfefb1c34f7cad00489fb5f31e842516528fc63a57ae37f1d248cf79d46daf2a15b4e2669c85281a22007c590fb9c10ed16e220470f467dfe4516 Description: Go library for Linux packet sockets (AF_PACKET) github.com/mdlayer/packet is a successor to github.com/mdlayher/raw, but exclusively focused on Linux and AF_PACKET sockets. The APIs are nearly identical, but with a few changes which take into account some of the lessons learned while working on raw. Homepage: https://github.com/mdlayher/packet Multi-Arch: foreign Package: golang-github-mdlayher-raw-dev Priority: optional Section: devel Installed-Size: 45 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-mdlayher-raw Version: 0.1.0-1+apertis1bv2024dev3b1 Depends: golang-github-google-go-cmp-dev, golang-github-mdlayher-packet-dev, golang-golang-x-net-dev, golang-golang-x-sys-dev Filename: pool/development/g/golang-github-mdlayher-raw/golang-github-mdlayher-raw-dev_0.1.0-1+apertis1bv2024dev3b1_all.deb Size: 11436 MD5sum: 174f0d53f7f2c3b2413b29229e4aaca9 SHA1: 02de93636d4e3c1b658d2adcb96cd0b4e9dfe401 SHA256: 725d862cac5fb4a9e793e629d354f14c1afd867ff081fcbf3fb704a4374d50f5 SHA512: 7337f301399fcee404a9851d84f6d3d5cd46997e79f53c85950067228eef2f5048fbc4d31710c2b2f4d6e9567b52a11ead41396b233aa25c58e2630ac7807ccc Description: Read and write data at the raw network interface device level Raw is a golang package to access raw network sockets and read and write data directly to the wire. . For more information about using raw sockets with Ethernet frames in Go, the author has published https://mdlayher.com/blog/network-protocol-breakdown-ethernet-and-go/ . The upstream project was deprecated with the release of v0.1.0, and the successor project github.com/mdlayher/packet should be used instead. Homepage: https://github.com/mdlayher/raw Multi-Arch: foreign Package: golang-github-mdlayher-socket-dev Priority: optional Section: golang Installed-Size: 84 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-mdlayher-socket Version: 0.4.0-1+apertis1bv2024dev3b2 Depends: golang-github-google-go-cmp-dev, golang-golang-x-net-dev, golang-golang-x-sync-dev, golang-golang-x-sys-dev (>= 0.0~git20220422.9388b58) Filename: pool/development/g/golang-github-mdlayher-socket/golang-github-mdlayher-socket-dev_0.4.0-1+apertis1bv2024dev3b2_all.deb Size: 19996 MD5sum: 9690d33cc4b1ca23cbd8f8e8e33e91cc SHA1: ac762f60b3c0e27a30d90cf5ed99da2b81e40035 SHA256: 8372cfd9944013e0954f30844448e494348bfc3df7f51521b045cde1e789d3d0 SHA512: b498b96ee74652e376dc518acf161f265a37f174af59b30595a4e9dc7f28608df9deaca7f9d540dfd438da33eafa4c874394b598798f78f0b9eb9407e02cf49d Description: low-level network connection type to provide asynchronous I/O (library) The socket package provides a low-level network connection type which integrates with Go's runtime network poller to provide asynchronous I/O and deadline support. . This package focuses on UNIX-like operating systems which make use of BSD sockets system call APIs. It is meant to be used as a foundation for the creation of operating system-specific socket packages, for socket families such as Linux's AF_NETLINK, AF_PACKET, or AF_VSOCK. This package should not be used directly in end user applications. . Any use of package socket should be guarded by build tags, as one would also use when importing the syscall or golang.org/x/sys packages. Homepage: https://github.com/mdlayher/socket Multi-Arch: foreign Package: golang-github-miekg-dns-dev Priority: optional Section: golang Installed-Size: 899 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-miekg-dns Version: 1.1.50-2+apertis1bv2024dev2b1 Replaces: golang-dns-dev (<< 0.0~git20161006.0.fc4e1e2-1~) Provides: golang-dns-dev Depends: golang-golang-x-net-dev (>= 1:0.0+git20210726.c6fcb2d), golang-golang-x-sync-dev, golang-golang-x-sys-dev Breaks: golang-dns-dev (<< 0.0~git20161006.0.fc4e1e2-1~) Filename: pool/development/g/golang-github-miekg-dns/golang-github-miekg-dns-dev_1.1.50-2+apertis1bv2024dev2b1_all.deb Size: 171344 MD5sum: 2c9587df5bf83075fa80a580049c9c7f SHA1: 3ac9f2b94336f9a3213b15b79fc0f4f422fe0526 SHA256: 8d56bd8713b4cf0d761ab9d535a91eadad43cc1f727e51c34491b371518e39c4 SHA512: 4b1b4a539755c15a3f6efed6e116873ac143285dce2d856c2d71d6b97a5b4741ff67394f46ec75230847e00a41bbcb658d21bf33e14104f5cb73aca6175031e7 Description: DNS protocol library for Go Complete and usable DNS library. All widely used Resource Records are supported, including the DNSSEC types. It follows a lean and mean philosophy. If there is stuff you should know as a DNS programmer there isn't a convenience function for it. Server side and client side programming is supported, i.e. you can build servers and resolvers with it. Homepage: https://github.com/miekg/dns Multi-Arch: foreign Package: golang-github-miekg-pkcs11-dev Priority: optional Section: golang Installed-Size: 184 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-miekg-pkcs11 Version: 1.0.3+dfsg1-2+apertis0bv2024dev2b1 Depends: libltdl-dev, libnss3-dev, pkg-config Filename: pool/development/g/golang-github-miekg-pkcs11/golang-github-miekg-pkcs11-dev_1.0.3+dfsg1-2+apertis0bv2024dev2b1_all.deb Size: 32668 MD5sum: be2d851ce9575e5418cfa63a254c62ae SHA1: c837a06e3cebd449ef5a5bf1f9ff0579e95e406a SHA256: 7e0915367f456a480e78d6ebe8d75cf2ef113ef7a833f81848e9157a53233a75 SHA512: b3febdebdf149aa839be1d9ed760058689afa023a9985c8ecdcb72824f53100a812f3ba81a2ee29db5f9bfcf12f1938506ccf5c682a96b7eb486cb47d38e6f2f Description: pkcs11 wrapper for Go This is a Go implementation of the PKCS#11 API. It wraps the library closely, but uses Go idiom were it makes sense. It has been tested with SoftHSM. . This package contains the source. Homepage: https://github.com/miekg/pkcs11 Package: golang-github-mitchellh-cli-dev Priority: optional Section: devel Installed-Size: 119 Maintainer: pkg-go Architecture: all Source: golang-github-mitchellh-cli Version: 1.1.1-1apertis0bv2024dev2b1 Depends: golang-github-armon-go-radix-dev, golang-github-bgentry-speakeasy-dev, golang-github-fatih-color-dev, golang-github-mattn-go-isatty-dev, golang-github-posener-complete-dev Filename: pool/development/g/golang-github-mitchellh-cli/golang-github-mitchellh-cli-dev_1.1.1-1apertis0bv2024dev2b1_all.deb Size: 24008 MD5sum: afa4419323aadbeec7a6ca1d4167b798 SHA1: 78d5937302533e426551c938ad27ca1a85d3e3c1 SHA256: 4cdb50564bc5ace648308bb80942f11a12ee618055fb6f41dd81d605a8d5e3f3 SHA512: 29506a327faf5c64c7b4d89c9e37ace3037ca39e1d4125172540faa42b837af66290c461eb7a64530d38b510d1b6978b379d3b4d88a129ea3d60b1ce3d98a080 Description: library for implementing command-line interfaces cli is a library for implementing powerful command-line interfaces in Go. cli is the library that powers the CLI for Packer, Serf, and Consul. . Features: - Easy sub-command based CLIs: cli foo, cli bar, etc. - Optional support for default subcommands so cli does something other than error. - Automatic help generation for listing subcommands - Automatic help flag recognition of -h, --help, etc. - Automatic version flag recognition of -v, --version. - Helpers for interacting with the terminal, such as outputting information, asking for input, etc. These are optional, you can always interact with the terminal however you choose. - Use of Go interfaces/types makes augmenting various parts of the library a piece of cake. Homepage: https://github.com/mitchellh/cli Package: golang-github-mitchellh-hashstructure-dev Priority: optional Section: golang Installed-Size: 41 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-mitchellh-hashstructure Version: 1.1.0-1+apertis0bv2024dev2b1 Filename: pool/development/g/golang-github-mitchellh-hashstructure/golang-github-mitchellh-hashstructure-dev_1.1.0-1+apertis0bv2024dev2b1_all.deb Size: 8744 MD5sum: dbbfa33c61a8ffb1c7d4b3ac42a4a30e SHA1: 09ac7240cd3b2d9d46e6edbbdd0db681505d4805 SHA256: a36646a3dc8904edac1e6087acc05156d8512fb5ff51ada2b88dfa9cc8751346 SHA512: ac181616133ed9533e28fad8e245cf715dafb47a6d145221ccaaa5518c247e0d5a549d934233e79de399c34aebbc0ccf048e14dcbea538b3020b481b44def050 Description: generate hash values for arbitrary values in Golang Hashstructure is a Go library for creating a unique hash value for arbitrary values in Go. Homepage: https://github.com/mitchellh/hashstructure Multi-Arch: foreign Package: golang-github-mitchellh-mapstructure-dev Priority: optional Section: golang Installed-Size: 166 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-mitchellh-mapstructure Version: 1.5.0-2+apertis0bv2024dev2b1 Filename: pool/development/g/golang-github-mitchellh-mapstructure/golang-github-mitchellh-mapstructure-dev_1.5.0-2+apertis0bv2024dev2b1_all.deb Size: 29316 MD5sum: 6816019dcf623f2b4c67ee6685ba43d3 SHA1: e9423cdd97256fb00eb458a1c0c1c8a3252fd047 SHA256: e4d9ca19ab4f89a42bebb1c9bdfe9d490de764207cd7cb6ad04649e11a3f77d1 SHA512: 8f6874c33bbf9e94a6bc01a07e6e90ad121225e19a28bd054be25d904f18e35ba9f71c3c5cefde7ddb132e2ec11662de088149b7dbc9ebd14bb772747ef0eda5 Description: library for decoding generic map values into native Go structures mapstructure is a Go library for decoding generic map values to structures and vice versa, while providing helpful error handling. . This library is most useful when decoding values from some data stream (JSON, Gob, etc.) where you don't quite know the structure of the underlying data until you read a part of it. You can therefore read a map[string]interface{} and use this library to decode it into the proper underlying native Go structure. . Go offers fantastic standard libraries for decoding formats such as JSON. The standard method is to have a struct pre-created, and populate that struct from the bytes of the encoded format. This is great, but the problem is if you have configuration or an encoding that changes slightly depending on specific fields. . Perhaps we can't populate a specific structure without first reading the "type" field from the JSON. We could always do two passes over the decoding of the JSON (reading the "type" first, and the rest later). However, it is much simpler to just decode this into a map[string]interface{} structure, read the "type" key, then use something like this library to decode it into the proper structure. Homepage: https://github.com/mitchellh/mapstructure Multi-Arch: foreign Package: golang-github-mmcloughlin-avo-dev Priority: optional Section: golang Installed-Size: 19697 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-mmcloughlin-avo Version: 0.5.0-1+apertis1bv2024dev3b1 Depends: golang-golang-x-arch-dev, golang-golang-x-tools-dev Filename: pool/development/g/golang-github-mmcloughlin-avo/golang-github-mmcloughlin-avo-dev_0.5.0-1+apertis1bv2024dev3b1_all.deb Size: 507416 MD5sum: 96b597a5a23b8a187ad063bb3fb01508 SHA1: 7b3e8fd741e91578d7f6b90f99bff51e3eae9527 SHA256: ec0730334cba75a72ccdeebb8dc5cb9ee7b5cd502f3c190468cd87b36d7555de SHA512: 5601bb99dd00319c96df76726a4017c40daab6a0d9501975164b6e40a2436bb4cc86e3896d7998fbf29d2e86ad759e9dac654eaa25daf04ad986b02d83eb8f4d Description: Generate x86 Assembly with Go (library) This is the library package of avo. . avo makes high-performance Go assembly easier to write, review and maintain. The avo package presents a familiar assembly-like interface that simplifies development without sacrificing performance: + Use Go control structures for assembly generation; avo programs are Go programs + Register allocation: write functions with virtual registers and avo assigns physical registers for you + Automatically load arguments and store return values: ensure memory offsets are correct for complex structures + Generation of stub files to interface with your Go package Homepage: https://github.com/mmcloughlin/avo Multi-Arch: foreign Package: golang-github-moby-locker-dev Priority: optional Section: golang Installed-Size: 21 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-moby-locker Version: 1.0.1-3+apertis0bv2024dev2b1 Filename: pool/development/g/golang-github-moby-locker/golang-github-moby-locker-dev_1.0.1-3+apertis0bv2024dev2b1_all.deb Size: 4464 MD5sum: df3cc610ceab6de6970dad039f6625a8 SHA1: 593719c0c8b38ce8eebc89793e1b7b5ba77c6983 SHA256: 0ec730213a40a35b06cbc1ec17ad21d028b4796ca82087f7b92a27b3b0d1ef69 SHA512: dd43d890ffad03e8de8f721c37609b954d3eba4b9d2166483de57bbc9cc5a70424cdfd0a41b777012ff39916b9fda33a308113d3d288513d3dec692987bd9d12 Description: Go library for creating finer-grained locking Locker provides a mechanism for creating finer-grained locking to help free up more global locks to handle other tasks. . The implementation looks close to a sync.Mutex, however, the user must provide a reference to use to refer to the underlying lock when locking and unlocking, and unlock may generate an error. . If a lock with a given name does not exist when Lock is called, one is created. Lock references are automatically cleaned up on Unlock if nothing else is waiting for the lock. Homepage: https://github.com/moby/locker Multi-Arch: foreign Package: golang-github-moby-sys-dev Priority: optional Section: golang Installed-Size: 214 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-moby-sys Version: 0.0~git20220606.416188a-1+apertis0bv2024dev2b1 Depends: golang-golang-x-sys-dev (>= 0.0~git20201101~) Filename: pool/development/g/golang-github-moby-sys/golang-github-moby-sys-dev_0.0~git20220606.416188a-1+apertis0bv2024dev2b1_all.deb Size: 43120 MD5sum: 7c8c56488e1ee59498fc5bd4c44c285c SHA1: 5fa9db0049f10cc73d60cfcd035cc6f11defdee3 SHA256: c4c5dce745773bb90fb57a42979c1efb51cbdf865c41f2b014297b0f7f2cd019 SHA512: 2034527063d38840fd6f680d9481af4f4686883a8cd4df37428ec5cf0ef0289c6f3161b9f14a20bbb877bac3e3ae982f803c919d3a7bb095a7ecd2a265d3cdfa Description: Library to parse mount info and mount filesystems It provides following Go libraries: . * github.com/moby/sys/mount * github.com/moby/sys/mountinfo Homepage: https://github.com/moby/sys Multi-Arch: foreign Package: golang-github-moby-term-dev Priority: optional Section: golang Installed-Size: 64 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-moby-term Version: 0.0~git20221120.abb1982-1+apertis0bv2024dev2b1 Depends: golang-github-creack-pty-dev, golang-github-google-go-cmp-dev, golang-github-gotestyourself-gotest.tools-dev, golang-golang-x-sys-dev Filename: pool/development/g/golang-github-moby-term/golang-github-moby-term-dev_0.0~git20221120.abb1982-1+apertis0bv2024dev2b1_all.deb Size: 11620 MD5sum: 7e7cffb010171a5e369a1f772e624b68 SHA1: 60355de8953716aa555813864a3130a7b6ad8289 SHA256: 6f98f538b3e898700bfaa7265d57bfa8167b4b088956317b1ca6637e45f888ba SHA512: c44fbbb99d02697580cf7fcb2809e74a112e96eac23d98becc74d813656f395552dfb65a57d0694bd6dbc01743df2526c76811f26370772c25ed24c199bcc1a0 Description: utilities for dealing with terminals term provides structures and helper functions to work with terminal (state, sizes). Homepage: https://github.com/moby/term Package: golang-github-modern-go-concurrent-dev Priority: optional Section: devel Installed-Size: 25 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-modern-go-concurrent Version: 1.0.3-1.1apertis0bv2024dev2b1 Filename: pool/development/g/golang-github-modern-go-concurrent/golang-github-modern-go-concurrent-dev_1.0.3-1.1apertis0bv2024dev2b1_all.deb Size: 4792 MD5sum: 004cc7e42c6811f8cfd27512ec4d1431 SHA1: 4f36e928cfcb226843c124c2565b526d6c45f831 SHA256: 1584f8451a39ef95e8280d8ce75b2ec786baca640cec13de14366be2794d5e05 SHA512: d5a7750d7a9b626e43beac8d0ab51421892b8a98e71bab2d18bf38fe123b9d67d855df3b2ae1a3ab80ffcfa72db65b162680b2dae52b17c96325a6394bbebdfa Description: Modern-go concurrency utilities The modern-go/concurrent library includes a collection of concurrency utilities: . * concurrent.Map: sync.Map backport for golang below 1.9. * concurrent.Executor: goroutine with explicit ownership and cancellable. Homepage: https://github.com/modern-go/concurrent Package: golang-github-modern-go-reflect2-dev Priority: optional Section: golang Installed-Size: 72 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-modern-go-reflect2 Version: 1.0.2-2+apertis0bv2024dev2b1 Filename: pool/development/g/golang-github-modern-go-reflect2/golang-github-modern-go-reflect2-dev_1.0.2-2+apertis0bv2024dev2b1_all.deb Size: 11100 MD5sum: 49b225793380dd601996aa660af21794 SHA1: a18db2f118e254a7a531792047a9e9bcaf94274a SHA256: ded39d35c8b28c68281180308db4871a348892e44aedb3e9a10562b17165a7e0 SHA512: 9c7d69e19121ae8fb4c003af42cf514d9f1e6a8d955b9ff7a4e83803ebdd084240f1c2b1d9562152058738375efc325c891b0a6f50ce90e2d917d1485e266e7b Description: Reflection API without runtime reflect.Value cost The reflect2 package provides a reflection API that avoids runtime reflect.Value cost: . * reflect get/set interface{}, with type checking * reflect get/set unsafe.Pointer, without type checking * reflect2.TypeByName works like Class.forName found in Java . This package is designed for low level libraries to optimize reflection performance. General applications should still use the standard library reflect. Homepage: https://github.com/modern-go/reflect2 Multi-Arch: foreign Package: golang-github-morikuni-aec-dev Priority: optional Section: devel Installed-Size: 36 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-morikuni-aec Version: 1.0.0-3+apertis0bv2024dev2b1 Filename: pool/development/g/golang-github-morikuni-aec/golang-github-morikuni-aec-dev_1.0.0-3+apertis0bv2024dev2b1_all.deb Size: 6744 MD5sum: e70189a1eac546c78ce921c5d2689ab9 SHA1: d5126de8564e381c9c35023c7df23eac69c20bd4 SHA256: 914252263c1e90a5bc23b4a40bacb5d7a4f5485b2e9cfa645e0d6808c55473b6 SHA512: a123dbdfdcdba27fd14b4c67d9911fba45260bade355016447c463a97f2116d0e8fb30d807cfcf5478352d22cdd9410c25d0e21d4899b0174d642a916cd5591a Description: Golang wrapper for ANSI escape code Golang library to manage ANSI escape codes. Homepage: https://github.com/morikuni/aec Multi-Arch: foreign Package: golang-github-mreiferson-go-httpclient-dev Priority: extra Section: devel Installed-Size: 28 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-mreiferson-go-httpclient Version: 0.0~git20160630.0.31f0106-2.1+apertis0bv2024dev2b1 Replaces: golang-mreiferson-httpclient-dev (<< 0.0~git20140425-2~) Provides: golang-mreiferson-httpclient-dev Breaks: golang-mreiferson-httpclient-dev (<< 0.0~git20140425-2~) Filename: pool/development/g/golang-github-mreiferson-go-httpclient/golang-github-mreiferson-go-httpclient-dev_0.0~git20160630.0.31f0106-2.1+apertis0bv2024dev2b1_all.deb Size: 6280 MD5sum: 518ad17f30da4166b63f7390b1c2be51 SHA1: 880ebbced48c72df14b6503805e5436e62776254 SHA256: cab8f9fbd4f02ab52a9f2491cb18d6d99214a274704fe92eb9af62592cea5987 SHA512: 0cbed1230703e15e5cc1a673252aeb758b3a0123805c05bcf365590c68c803e354d294be78ae73e2314bfe37f423f04bd456a06e3ecd1747f601792eac632b32 Description: Go HTTP client with timeouts This Go package provides an HTTP Transport that implements the RoundTripper interface and can be used as a built in replacement for the standard library's, providing: . * connection timeouts * request timeouts . This is a thin wrapper around http.Transport that sets dial timeouts and uses Go's internal timer scheduler to call the Go 1.1+ CancelRequest() API. Homepage: https://github.com/mreiferson/go-httpclient Package: golang-github-mrunalp-fileutils-dev Priority: optional Section: devel Installed-Size: 28 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-mrunalp-fileutils Version: 0.5.0-2+apertis0bv2024dev2b1 Filename: pool/development/g/golang-github-mrunalp-fileutils/golang-github-mrunalp-fileutils-dev_0.5.0-2+apertis0bv2024dev2b1_all.deb Size: 5492 MD5sum: f16c253f02a63fcf15f3740a80e2e2b2 SHA1: e88c2608e6fde60df148cda3183a131b35adf06f SHA256: 0de5dc39a56ae7b58c2e1bc4b9f7149a77261ced129082609265a4adc8928759 SHA512: c629d10004ffb1f1b43815ca6131102366d4d7cb3a227d2ff21c3c3e3783136b02a46acd78131f3f3693867ef6307599de49c9b83ea8ba52b5b13441ebfeef97 Description: collection of utilities for file manipulation in golang fileutils Collection of utilities for file manipulation in golang . The library is based on docker pkg/archive pkg/idtools but does copies instead of handling archive formats. Homepage: https://github.com/mrunalp/fileutils Multi-Arch: foreign Package: golang-github-mwitkow-go-conntrack-dev Priority: optional Section: golang Installed-Size: 65 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-mwitkow-go-conntrack Version: 0.0~git20190716.2f06839-3+apertis0bv2024dev2b1 Depends: golang-github-jpillora-backoff-dev, golang-github-prometheus-client-golang-dev, golang-golang-x-net-dev Filename: pool/development/g/golang-github-mwitkow-go-conntrack/golang-github-mwitkow-go-conntrack-dev_0.0~git20190716.2f06839-3+apertis0bv2024dev2b1_all.deb Size: 14948 MD5sum: 2877b943955227b0b0c4c773e7d66d3d SHA1: 62b22228d5db592024fd989f9da944dfda4b8e93 SHA256: 395e06fe9560902448a1558c35890d9191a438623918b02888578d221ccd28dd SHA512: 715128d86316d940aa32816e78f0f072a3126ddbca2d596b67e158715f367bf55b8cc9968aade739e19fc6fcc30a8d8eebfa956cfe4b4c9d66cadeaf4b4639e2 Description: Go middleware for net.Conn tracking Prometheus (https://prometheus.io/) monitoring and x/net/trace (https://godoc.org/golang.org/x/net/trace#EventLog) tracing wrappers for net.Conn, both inbound (net.Listener) and outbound (net.Dialer). . Go standard library does a great job of doing "the right" things with your connections: http.Transport pools outbound ones, and http.Server sets good Keep Alive defaults. However, it is still easy to get it wrong. . That's why you should be able to monitor (using Prometheus) how many connections your Go frontend servers have inbound, and how big are the connection pools to your backends. You should also be able to inspect your connection without ssh and netstat. Homepage: https://github.com/mwitkow/go-conntrack Package: golang-github-ncw-swift-dev Priority: optional Section: devel Installed-Size: 291 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-ncw-swift Version: 1.0.53-2+apertis0bv2024dev2b1 Filename: pool/development/g/golang-github-ncw-swift/golang-github-ncw-swift-dev_1.0.53-2+apertis0bv2024dev2b1_all.deb Size: 54792 MD5sum: b328cb1fa157a79b438cb908f070bf09 SHA1: b014c4452c8bb2d05dcae6acbeeba5cffb5e7f75 SHA256: 22aadb531b35218a07e55a9bdb3b71bf4a140f01e0556aefe738add2f78abc0e SHA512: 2e7e4dee16778cb2f2235152e18f7705cdd5dd6ba6339bdfe1220a3b5551e8f75b3f4ff230e5ebfd470f7d5a0a5f5cf8fb25b45d042fee0ab9784890df9090ff Description: Go language interface to Swift / Openstack / Rackspace cloud files This package provides an easy to use library for interfacing with Swift / Openstack Object Storage / Rackspace cloud files from the Go Language. Homepage: https://github.com/ncw/swift Multi-Arch: foreign Package: golang-github-networkplumbing-go-nft-dev Priority: optional Section: golang Installed-Size: 115 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-networkplumbing-go-nft Version: 0.2.0-2+apertis0bv2024dev2b1 Filename: pool/development/g/golang-github-networkplumbing-go-nft/golang-github-networkplumbing-go-nft-dev_0.2.0-2+apertis0bv2024dev2b1_all.deb Size: 17896 MD5sum: 4917e3b0788a31f7d5c62a50190ac499 SHA1: d5d8fc0877b6007ef706032e6ec50597ddcebff9 SHA256: a65d7721576f1433d47b0a423dd9143d8111a4373c9eab2b12505ffc0ea7f518 SHA512: 80ed9bec0bbaced3b6b64b90f9e29ba334c7c93d2b1b3bad42617a51ce74b76df075a05f806ec261dc91ea02a145268eb6361c317798f3f05b4838e038ac9583 Description: Go bindings for nft utility (library) go-nft wraps invocation of the nft utility with functions to append and delete rules; create, clear and delete tables and chains. Homepage: https://github.com/networkplumbing/go-nft Multi-Arch: foreign Package: golang-github-nkovacs-streamquote-dev Priority: optional Section: golang Installed-Size: 29 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-nkovacs-streamquote Version: 1.0.0-5+apertis0bv2024dev2b1 Filename: pool/development/g/golang-github-nkovacs-streamquote/golang-github-nkovacs-streamquote-dev_1.0.0-5+apertis0bv2024dev2b1_all.deb Size: 5832 MD5sum: 291c827bdc71fb6a752b5768329a13f2 SHA1: 2455f2293178806be2223d79422b25c869a4b412 SHA256: 15de680361e86491f1c5ecbe011066a93f727331df831834e6d9bd8678d75e51 SHA512: 07c5c9929d8f8eae33efb321a2d2600155155a7be78675c6659612a1d86e8557facfa402c669724d1aa942e8d502175092c049b3dd6ef25e7ff00ac61ca24c0e Description: Go package providing a streaming version of strconv.Quote This package provides a streaming version of strconv.Quote. . It allows you to quote the data in an io.Reader and write it out to an io.Writer without having to store the entire input and the entire output in memory. . Its primary use case is go.rice (https://github.com/GeertJohan/go.rice) and similar tools, which need to convert lots of files, some of them quite large, to go strings. . converter := streamquote.New() converter.Convert(inputfile, outfile) . Unlike strconv.Quote, it does not add quotes around the output. Homepage: https://github.com/nkovacs/streamquote Package: golang-github-nxadm-tail-dev Priority: optional Section: golang Installed-Size: 81 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-nxadm-tail Version: 1.4.5+ds1-5+apertis0bv2024dev2b1 Depends: golang-github-fsnotify-fsnotify-dev, golang-gopkg-tomb.v1-dev Filename: pool/development/g/golang-github-nxadm-tail/golang-github-nxadm-tail-dev_1.4.5+ds1-5+apertis0bv2024dev2b1_all.deb Size: 17144 MD5sum: 1d9fab937d04bdc25e9fe9c1acb8717e SHA1: 0d2c0324346253233b0174d28f05348d7bb8f7d0 SHA256: 5ab30eae1509c75141b21e7c3b602c5c1ef1dc920ea6f4c31da63527b66bfbf1 SHA512: 632a82fbe9a6c2eb98ef851b47945ba9c8e3244debff8057c636aaaa4a2b4d72797b33046c40e6c5ebcc98253c31183bed3081cca6978516821147e0767093fd Description: Go package for reading from continuously updated files This package emulates the features of the tail program. It comes with full support for truncation/deletion detection, as it is designed to work with log rotation tools. Homepage: https://github.com/nxadm/tail Multi-Arch: foreign Package: golang-github-olekukonko-tablewriter-dev Priority: optional Section: golang Installed-Size: 107 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-olekukonko-tablewriter Version: 0.0.5-2+apertis0bv2024dev2b1 Depends: golang-github-mattn-go-runewidth-dev (>= 0.0.9) Filename: pool/development/g/golang-github-olekukonko-tablewriter/golang-github-olekukonko-tablewriter-dev_0.0.5-2+apertis0bv2024dev2b1_all.deb Size: 20432 MD5sum: bdd9285afc147249cfc3d44bdbb15b0f SHA1: 7d5744b6b07bb8582c21b7d04c6a1f57f1d83d8d SHA256: 27edb72839e41b4a6c3d0317c077112662ba4703bf5f9500c1385c6e58bacd30 SHA512: 9d055095763a66fa705dbbd73d6d815e5b964eb1615b838de7c52036dd8608b4275ed9df39caa8d9a056a970b5f9b17fd689585d504735675ed8c04eabf0a77d Description: generate ASCII tables in Golang Library to generate ASCII tables using Go. Features automatic padding, multiple lines, alignment, custom separators, and much more. Homepage: https://github.com/olekukonko/tablewriter Multi-Arch: foreign Package: golang-github-olekukonko-ts-dev Priority: extra Section: devel Installed-Size: 24 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-olekukonko-ts Version: 0.0~git20140412.0.ecf753e-2co1bv2024dev2b1 Filename: pool/development/g/golang-github-olekukonko-ts/golang-github-olekukonko-ts-dev_0.0~git20140412.0.ecf753e-2co1bv2024dev2b1_all.deb Size: 4412 MD5sum: aa959309c8bdb1057a98b6d59e97c333 SHA1: 242aa961eb564eb569908a244686f7e4e9b7c887 SHA256: 6c7c8b52bdeb132444c4cfb93bafc72e1cd6be58f6efc01abf82ece2a9377234 SHA512: 41627189508494a0846e36014f9745e63083d1591c1259cc1254939f9c36eb3a0fcb14050a012ce99e2895b9b470ca6865b49aa7ce99ec722e9db17cb5538256 Description: Simple go library to get Terminal Size So Many Implementations do not support windows but ts has full windows support. See Documentation (http://godoc.org/github.com/olekukonko/ts) Homepage: https://github.com/olekukonko/ts Package: golang-github-onsi-ginkgo-dev Priority: optional Section: golang Installed-Size: 1001 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-ginkgo Version: 1.16.5-3+apertis0bv2024dev2b1 Replaces: golang-ginkgo-dev (<< 1.12.0-5~) Provides: golang-ginkgo-dev Depends: golang-github-nxadm-tail-dev, golang-golang-x-sys-dev, golang-gomega-dev Breaks: golang-ginkgo-dev (<< 1.12.0-5~) Filename: pool/development/g/golang-ginkgo/golang-github-onsi-ginkgo-dev_1.16.5-3+apertis0bv2024dev2b1_all.deb Size: 137256 MD5sum: b022ee42322682f8f93c5e081f67dfd0 SHA1: a15263c631a6bfe7cf6855175cb8c782b99a6142 SHA256: b55369ab1d5552cf8c93d47a0ed93ee2580656d074aa50e94775fa4a1ccac530 SHA512: 3d1eea8a6def7550386603ca8c6d82735b98fb081d7e7384fb066aeb1351e82848eaa92d1183fc898eda6f60c86a756d6b721310ba6f28b179ed2dd7d89acf13 Description: BDD Testing Framework for Go (development files) Ginkgo is a BDD-style Golang testing framework built to help you efficiently write expressive and comprehensive tests. It is best paired with the Gomega matcher library but is designed to be matcher-agnostic. . This package contains the development files. Homepage: https://github.com/onsi/ginkgo Multi-Arch: foreign Package: golang-github-opencontainers-go-digest-dev Priority: optional Section: devel Installed-Size: 64 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-opencontainers-go-digest Version: 1.0.0-2+apertis0bv2024dev2b1 Filename: pool/development/g/golang-github-opencontainers-go-digest/golang-github-opencontainers-go-digest-dev_1.0.0-2+apertis0bv2024dev2b1_all.deb Size: 12632 MD5sum: 27cabb405202dd7f2cfb15ec0b9ef980 SHA1: fc07359153ef7261dacb0f74883b17be34e6213a SHA256: b95fd54160a75ac9c82549f1e6ac6eeb93f97f56afb595ed6d6f86ca4aff7fd4 SHA512: 3003ec4b85b5c41aa59bb9a686f548cd10b77af8264d08269217e82710db8ea99d04e473f0fb04f77f087bdc3227449d73560dff6f1ca54f67826859f328fe74 Description: Common digest package used across the container ecosystem Package digest provides a generalized type to opaquely represent message digests and their operations within the registry. The Digest type is designed to serve as a flexible identifier in a content-addressable system. More importantly, it provides tools and wrappers to work with hash.Hash-based digests with little effort. Homepage: https://github.com/opencontainers/go-digest Multi-Arch: foreign Package: golang-github-opencontainers-image-spec-dev Priority: optional Section: golang Installed-Size: 189 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-opencontainers-image-spec Version: 1.1.0~rc2-3+apertis0bv2024dev3b1 Depends: golang-github-opencontainers-go-digest-dev, golang-github-pkg-errors-dev, golang-github-xeipuuv-gojsonschema-dev (>= 1.2.0~) Breaks: golang-github-containerd-containerd-dev (<< 1.5.8~ds1-2~), golang-github-containers-image-dev (<< 5.23.1-4~) Filename: pool/development/g/golang-github-opencontainers-image-spec/golang-github-opencontainers-image-spec-dev_1.1.0~rc2-3+apertis0bv2024dev3b1_all.deb Size: 34000 MD5sum: f18f3e06d063914db6dee77ffbb467c1 SHA1: a62d536e7f7def98c7082d2e2f06c4fb4ee948b5 SHA256: 880965877f4c2e5c4d9fb04b3f3f93594eaed016fb1271761f5223240dfa4399 SHA512: 10d74775827b51040156c56316cb335439eb2d58e68a23bf0a14487329422cc2d8cb6d4f74400ea5b315a13002e13e10c16015b133e335ef0718c65b7df90ed9 Description: Open Container Initiative (OCI) Image Format Specification The OCI Image Format project creates and maintains the software shipping container image format spec (OCI Image Format). The goal of this specification is to enable the creation of interoperable tools for building, transporting, and preparing a container image to run. Homepage: https://github.com/opencontainers/image-spec Multi-Arch: foreign Package: golang-github-opencontainers-runc-dev Priority: optional Section: golang Installed-Size: 1264 Maintainer: Debian Go Packaging Team Architecture: all Source: runc Version: 1.1.5+ds1-1+apertis0bv2024dev3b1 Depends: golang-dbus-dev, golang-github-checkpoint-restore-go-criu-dev (>= 5.1.0~), golang-github-cilium-ebpf-dev (>= 0.6.2~), golang-github-containerd-console-dev, golang-github-coreos-go-systemd-dev (>= 22.3.2~), golang-github-cyphar-filepath-securejoin-dev, golang-github-docker-go-units-dev (>= 0.4.0~), golang-github-moby-sys-dev (>= 0.0~git20201113.5a29239~), golang-github-mrunalp-fileutils-dev, golang-github-opencontainers-selinux-dev (>= 1.8.0~), golang-github-opencontainers-specs-dev (>= 1.0.2.66~), golang-github-seccomp-libseccomp-golang-dev (>= 0.10.0~), golang-github-sirupsen-logrus-dev, golang-github-urfave-cli-dev (>= 1.22.9~), golang-github-vishvananda-netlink-dev, golang-gocapability-dev (>= 0.0+git20200815~), golang-golang-x-net-dev, golang-google-protobuf-dev Breaks: podman (<< 2.0.4+dfsg2-5~) Filename: pool/development/r/runc/golang-github-opencontainers-runc-dev_1.1.5+ds1-1+apertis0bv2024dev3b1_all.deb Size: 241812 MD5sum: 8496b64833c646761c8a605cf4ae92d1 SHA1: 3e36e18fb519998facd4e5fe7849ee6f80810a54 SHA256: 582b2b80ec2c3ca90a2f1f217842f2239376d8d44c452014386ff122075c7e6b SHA512: 9397467d6ccdaf9514fb80793695c660545959b6236209cabc7751516edd7c1219e4d1b265bd9834543ec5fc3836821ff1484b1d9ed75f46995175b1b277f2de Description: Open Container Project - development files "runc" is a command line client for running applications packaged according to the Open Container Format (OCF) and is a compliant implementation of the Open Container Project specification. . This package provides development files formerly known as "github.com/docker/libcontainer". Homepage: https://github.com/opencontainers/runc Package: golang-github-opencontainers-runtime-tools-dev Priority: optional Section: devel Installed-Size: 268 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-opencontainers-runtime-tools Version: 0.9.0+git20220423.g0105384-2+apertis0bv2024dev3b1 Depends: golang-github-blang-semver-dev, golang-github-hashicorp-go-multierror-dev, golang-github-mrunalp-fileutils-dev, golang-github-opencontainers-specs-dev (>= 1.0.1+git20181111~), golang-github-satori-go.uuid-dev, golang-github-sirupsen-logrus-dev, golang-github-opencontainers-selinux-dev (>= 1.3.0~), golang-github-stretchr-testify-dev, golang-github-urfave-cli-dev, golang-github-xeipuuv-gojsonschema-dev, golang-gocapability-dev, golang-golang-x-sys-dev Filename: pool/development/g/golang-github-opencontainers-runtime-tools/golang-github-opencontainers-runtime-tools-dev_0.9.0+git20220423.g0105384-2+apertis0bv2024dev3b1_all.deb Size: 46548 MD5sum: 00cc6d6ad139bd38a9ddedb1995b70da SHA1: c517cb1dc4ef60815568d64fa5c649525c8a4669 SHA256: 56c280e0447e954362d2482abe2a5bf808728c1ba2ec4175a51b22e9efd2138d SHA512: 091e39154e6aa85f8812fa5498f691bbdd4e08d1fcc07b41e5e86cd859bf579ff5648485366ea694046acb944808a5337d141369374947be2c8a3814b5234354 Description: OCI Runtime Tools oci-runtime-tool is a collection of tools for working with the OCI runtime specification (https://github.com/opencontainers/runtime-spec). . This package provides the development files. Homepage: https://github.com/opencontainers/runtime-tools Package: golang-github-opencontainers-selinux-dev Priority: optional Section: golang Installed-Size: 127 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-opencontainers-selinux Version: 1.10.0+ds1-1+apertis0bv2024dev2b1 Depends: golang-golang-x-sys-dev Filename: pool/development/g/golang-github-opencontainers-selinux/golang-github-opencontainers-selinux-dev_1.10.0+ds1-1+apertis0bv2024dev2b1_all.deb Size: 22956 MD5sum: 4c4bea5354f9af67188613759343b5d1 SHA1: 4c8e26ad4470f6087595a612f57c913121198ee0 SHA256: a47977fdb89d4678a1c71c2c9286f7cbbe39bb75dba97679d0903cf795fe161f SHA512: 2a5d263c8854885f5bcb90e12d3da1ff655dbfeb3ca508c64cc258d7ad351eaf7802e91716c268ca965e044cbc87659aa42d414a19a91e2cac8c81917e9cf529 Description: common selinux implementation Common SELinux package used across the container ecosystem. Homepage: https://github.com/opencontainers/selinux Multi-Arch: foreign Package: golang-github-opencontainers-specs-dev Priority: optional Section: golang Installed-Size: 114 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-opencontainers-specs Version: 1.0.2.118.g5cfc4c3-1+apertis0bv2024dev2b1 Provides: golang-github-opencontainers-runtime-spec-dev Filename: pool/development/g/golang-github-opencontainers-specs/golang-github-opencontainers-specs-dev_1.0.2.118.g5cfc4c3-1+apertis0bv2024dev2b1_all.deb Size: 27904 MD5sum: c599eb514cec19cbbf4fa405cfe10567 SHA1: 5c6bfd8b4d74667338a1a08301abd13c3a29a0af SHA256: 9afe08717bd51dacf2ee0c7c7af6889c2c51a235c6db33008417ae3e2c5fbc86 SHA512: 0d4cc102537d5b9c618fb49eca7257cad82e82a0a561fc7f9f068d7a810d99711d46cfaeb86432f946837b92f4701e28e63f7e1e1124239042b55228553a5291 Description: Open Container Specifications This project is where the Open Container Initiative Specifications are written. The specs.go file contains various structs of the specification such as Spec, Hooks, Mount, Process, Root, Platform and Hook. Homepage: https://github.com/opencontainers/runtime-spec Multi-Arch: foreign Package: golang-github-openshift-imagebuilder-dev Priority: optional Section: devel Installed-Size: 716 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-openshift-imagebuilder Version: 1.2.3+ds1-2+apertis0bv2024dev3b1 Depends: golang-github-containerd-containerd-dev, golang-github-containers-storage-dev (>> 1.11), golang-github-docker-distribution-dev, golang-github-docker-docker-dev (>> 18.09.3+dfsg1), golang-github-fsouza-go-dockerclient-dev, golang-github-opencontainers-image-spec-dev, golang-github-ulikunitz-xz-dev, golang-glog-dev Filename: pool/development/g/golang-github-openshift-imagebuilder/golang-github-openshift-imagebuilder-dev_1.2.3+ds1-2+apertis0bv2024dev3b1_all.deb Size: 132192 MD5sum: 595eee195cb2f3968c06b06375b815bd SHA1: bc01d0c897e85b120849310af97d6682eceaa043 SHA256: c6fe1a0d707379ef03d4206a0bd68bdc84f2d45a5b6bb7c7be1df046169adf73 SHA512: 357ec9bf4e62b108bb6f9adbe127a1402da62e31bab540a4f874d922af5ee59888d699f6142dfa9714f85d642db633feca8396f9f823b4f2053811de3c574e1f Description: Builds container images using Dockerfile as input This library supports using the Dockerfile syntax to build OCI & Docker compatible images, without invoking a container build command such as buildah bud or docker build. It is intended to give clients more control over how they build container images, including: - Instead of building one layer per line, run all instructions in the same container - Set HostConfig settings like network and memory controls that are not available when running container builds - Mount external files into the build that are not persisted as part of the final image (i.e. "secrets") - If there are no RUN commands in the Dockerfile, the container is created and committed, but never started. The final image should be 99.9% compatible with regular container builds, but bugs are always possible. . This package provides sources that other package may require for building. Homepage: https://github.com/openshift/imagebuilder Package: golang-github-opentracing-contrib-go-stdlib-dev Priority: optional Section: golang Installed-Size: 60 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-opentracing-contrib-go-stdlib Version: 1.0.0-2+apertis0bv2024dev2b1 Depends: golang-github-opentracing-opentracing-go-dev Filename: pool/development/g/golang-github-opentracing-contrib-go-stdlib/golang-github-opentracing-contrib-go-stdlib-dev_1.0.0-2+apertis0bv2024dev2b1_all.deb Size: 13288 MD5sum: 63d954fb96a3e05be3893499c5f7f2e5 SHA1: 15baada0b464332b325b2b6789b2259e05377817 SHA256: 02157cefeaa45cc0c6e3318881e57cc68f2048a2f40a26a9f2daf8007aae86ab SHA512: 336d6cc3020b320c98e6e1ccfe763f3e7058cf97493ac1e1156c817a41b69209b86b87dc04b571a23ca9d0218d9198ec19ab62b46db4b356702e8b9ace80ed6c Description: OpenTracing instrumentation for packages in the Go stdlib This package contains OpenTracing (http://opentracing.io/) instrumentation for packages in the Go standard library. . Instrumentation is provided for the following packages, with the following caveats: . * net/http: Client and server instrumentation. Only supported with Go 1.7 and later. . For documentation on the packages, check godoc (https://godoc.org/github.com/opentracing-contrib/go-stdlib/). Homepage: https://github.com/opentracing-contrib/go-stdlib Multi-Arch: foreign Package: golang-github-opentracing-opentracing-go-dev Priority: optional Section: golang Installed-Size: 144 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-opentracing-opentracing-go Version: 1.2.0-2+apertis0bv2024dev2b1 Filename: pool/development/g/golang-github-opentracing-opentracing-go/golang-github-opentracing-opentracing-go-dev_1.2.0-2+apertis0bv2024dev2b1_all.deb Size: 29788 MD5sum: ae6f18733cd5eb2ebaffe4cef0b03413 SHA1: 5b4aedf7a562b66a8b60fb94e9475cf24cd18602 SHA256: de8427ec40d0ca3946ff470275dcfda50fe54895af3374117cd8219bce772e38 SHA512: bcc94b76eaaf482845e1d45745e85a762af27a41e9bdea7f3565acf281726ca0c380289b7950049dd97d70ef720523167bf1fe443c0e30547e172372f2fa625c Description: Go platform API for OpenTracing By offering consistent, expressive, vendor-neutral APIs for popular platforms, OpenTracing makes it easy for developers to add (or switch) tracing implementations with an O(1) configuration change. OpenTracing also offers a lingua franca for OSS instrumentation and platform-specific tracing helper libraries. . This package is a Go platform API for OpenTracing. Homepage: https://github.com/opentracing/opentracing-go Multi-Arch: foreign Package: golang-github-openzipkin-zipkin-go-dev Priority: optional Section: devel Installed-Size: 288 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-openzipkin-zipkin-go Version: 0.1.5+git20190103.2fd7f4a-1.1+apertis0bv2024dev2b1 Depends: golang-ginkgo-dev, golang-github-gorilla-mux-dev, golang-github-shopify-sarama-dev, golang-golang-x-net-dev, golang-gomega-dev, golang-google-grpc-dev, golang-goprotobuf-dev Filename: pool/development/g/golang-github-openzipkin-zipkin-go/golang-github-openzipkin-zipkin-go-dev_0.1.5+git20190103.2fd7f4a-1.1+apertis0bv2024dev2b1_all.deb Size: 49372 MD5sum: 598bc5617ba52ff10b7eff43ea1fd3cd SHA1: 6ef089f14d6ca5948818789c3e1d55fc7000f534 SHA256: 4b9f72fcf2ec3732a6a221123f15fcb2cb48af17379c2222bf493a392d79d973 SHA512: dafefe69ec9243e4bb76c57a3acb2c37e835f2cfb7379dd9df48d536d92d9451252ddd630ad888a8cc67b8b97dc593104b968ffa6818a9afe8ca9ac483833906 Description: Zipkin tracer library for go Zipkin Go is the official Go Tracer implementation for Zipkin, supported by the OpenZipkin community. zipkin-go is built with interoperability in mind within both the OpenZipkin community and 3rd parties. The library consists of several go packages. Homepage: https://github.com/openzipkin/zipkin-go Package: golang-github-ostreedev-ostree-go-dev Priority: optional Section: devel Installed-Size: 101 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-ostreedev-ostree-go Version: 0.0+git20190702.759a8c1-5+apertis0bv2024dev3b1 Depends: golang-github-14rcole-gopopulate-dev, libglib2.0-dev, libostree-dev, pkgconf | pkg-config Filename: pool/development/g/golang-github-ostreedev-ostree-go/golang-github-ostreedev-ostree-go-dev_0.0+git20190702.759a8c1-5+apertis0bv2024dev3b1_all.deb Size: 16656 MD5sum: 8783d1b2b6a0e5de05de00f9014b61e1 SHA1: 2e170b6abbec494835a483532092a2473b3b2ff9 SHA256: 6fddf393c8f15629e55ad2b13f329a6930eaa79f1dcd905cb3595ed248d97331 SHA512: 3291053abf94cdd4ca7c5df4c4407e7a8b0765f34640f9c74000b249809147c36da9580b303f83c0e2068823b9dd373f7d0e3cb347155c04d251baf16f7d5ca9 Description: Golang bindings for httt://github.com/ostreedev/ostree OSTree-Go Go bindings for OSTree. Find out more about OSTree here (https://github.com/ostreedev/ostree) Homepage: https://github.com/ostreedev/ostree-go Package: golang-github-pascaldekloe-goe-dev Priority: optional Section: golang Installed-Size: 43 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-pascaldekloe-goe Version: 0.1.0-4+apertis0bv2024dev2b1 Filename: pool/development/g/golang-github-pascaldekloe-goe/golang-github-pascaldekloe-goe-dev_0.1.0-4+apertis0bv2024dev2b1_all.deb Size: 11148 MD5sum: aa3938573e9e94267a6c7b438cd64e57 SHA1: cc87018c7cdf6e922db579648a78ffa6060c6f97 SHA256: a8111321ad7a50658fcdb063f6ef1b08c104f68b3ce4f1039fb312912b901482 SHA512: b0cf27e3fd1c69b12e490070ff6025b95d84d1e35a2363af1e7c7289bc2aa26ee1d9df0f87e27f4951d301d55320035bb610ede887aea0ab6012a475aea7f8bc Description: enterprise tooling library for Golang Common enterprise features for Golang. Homepage: https://github.com/pascaldekloe/goe Multi-Arch: foreign Package: golang-github-pelletier-go-toml Priority: optional Section: golang Installed-Size: 5217 Maintainer: Debian Go Packaging Team Architecture: amd64 Version: 1.9.4-1+apertis0bv2024dev2b1 Filename: pool/development/g/golang-github-pelletier-go-toml/golang-github-pelletier-go-toml_1.9.4-1+apertis0bv2024dev2b1_amd64.deb Size: 954076 MD5sum: e19a9754d12edece11265e8a37713b8a SHA1: e7edf4fe7a210ac1a9b4879e8573cb5d07cac4e8 SHA256: 69bc9adc9ae6bbd59f9dbd69cb0a6ad198ed357af90e976c88efa1e76da53dac SHA512: 38ecb1464d9e6d444bed285e7a2196b5c2bd28dbd3e61d38668487d5bd8143fbd094a08be6d342d06d7bc27bcbd6fd73485815f7a37f5d7a0667efb94e3a43e0 Description: Go library for the TOML format — command-line programs This library supports TOML (Tom's Obvious, Minimal Language) version v1.0.0-rc.3 . Go-toml provides the following features for using data parsed from TOML documents: . * Load TOML documents from files and string data * Easily navigate TOML structure using Tree * Marshaling and unmarshaling to and from data structures * Line & column position data for all parsed elements * Query support similar to JSON-Path * Syntax errors contain line and column numbers . This package contains the three command-line programs tomll, tomljson and jsontoml. Built-Using: golang-1.19 (= 1.19.6-2) Homepage: https://github.com/pelletier/go-toml Package: golang-github-pelletier-go-toml-dev Priority: optional Section: golang Installed-Size: 468 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-pelletier-go-toml Version: 1.9.4-1+apertis0bv2024dev2b1 Depends: golang-github-burntsushi-toml-dev (>= 0.3.1), golang-gopkg-yaml.v2-dev (>= 2.3.0) Filename: pool/development/g/golang-github-pelletier-go-toml/golang-github-pelletier-go-toml-dev_1.9.4-1+apertis0bv2024dev2b1_all.deb Size: 77688 MD5sum: 91db043007b2191ee6223651607f9f12 SHA1: 251d8ccecfa313926f137f85d1b22ff70ee2a45a SHA256: 0d24ad5414429b4f9a252530fc6bf4b0f75b7b4ef0f197d8ec0343cfe7164001 SHA512: 27315f632fb38e099d21fddc340f84c7f7974302f6cf9b53191d0308bf76839e6920310346327dc32f08450dd48335e8202aa3c80365ca6de0af612b40917e1c Description: Go library for the TOML format This library supports TOML (Tom's Obvious, Minimal Language) version v1.0.0-rc.3 . Go-toml provides the following features for using data parsed from TOML documents: . * Load TOML documents from files and string data * Easily navigate TOML structure using Tree * Marshaling and unmarshaling to and from data structures * Line & column position data for all parsed elements * Query support similar to JSON-Path * Syntax errors contain line and column numbers Homepage: https://github.com/pelletier/go-toml Multi-Arch: foreign Package: golang-github-philhofer-fwd-dev Priority: optional Section: golang Installed-Size: 50 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-philhofer-fwd Version: 1.1.1-1apertis0bv2024dev2b1 Filename: pool/development/g/golang-github-philhofer-fwd/golang-github-philhofer-fwd-dev_1.1.1-1apertis0bv2024dev2b1_all.deb Size: 13072 MD5sum: 3105d538455583237c6b6b90a550e1c1 SHA1: 845a34dc75449fdb4dcffa60cc68084386c28a1e SHA256: 6f18036fe5c8606b5cda959cada34c322b6c30ad3b75f68b114bc24782f75b1b SHA512: 9a57293910866e3b7aee73db5d64d45fe00d96f0a9791d8b629fbc82955c50c43ea27b8e47e1eeadf8be629ee9720f566932e94f3da420a29e2c6d882cceb8e3 Description: Buffered Reader/Writer The fwd package provides a buffered reader and writer. Each has methods that help improve the encoding/decoding performance of some binary protocols. . The fwd.Writer and fwd.Reader type provide similar functionality to their counterparts in bufio, plus a few extra utility methods that simplify read-ahead and write-ahead. I wrote this package to improve serialization performance for http://github.com/philhofer/msgp, where it provided about a 2x speedup over bufio. However, care must be taken to understand the semantics of the extra methods provided by this package, as they allow the user to access and manipulate the buffer memory directly. Homepage: https://github.com/philhofer/fwd Multi-Arch: foreign Package: golang-github-pierrec-lz4-dev Priority: optional Section: devel Installed-Size: 13141 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-pierrec-lz4 Version: 2.5.2-2+apertis0bv2024dev2b1 Filename: pool/development/g/golang-github-pierrec-lz4/golang-github-pierrec-lz4-dev_2.5.2-2+apertis0bv2024dev2b1_all.deb Size: 5101996 MD5sum: d8eb5c32028d70b1d70e21e9758274cc SHA1: c1dc97cb2bb43e04634845703d3c8d1b0adefdd9 SHA256: d5c1bcc3a4e2beb989c6bdd1a515d121a7c17805690652d7188b87b3e1cd4f2d SHA512: 7e6eb07a3fd660a418fcdd465a33ece2ec21cf9c7d4ddaf4ba59ac79d912c823710557a9d40a8494a2a0df3e1bd9fffd9774a9c09bb1b3efb6f0982bf81171da Description: LZ4 compression and decompression in pure Go This library implements reading and writing lz4 compressed data (a frame), as specified in http://fastcompression.blogspot.fr/2013/04/lz4-streaming-format-final.html, using an io.Reader (decompression) and io.Writer (compression). It is designed to minimize memory usage while maximizing throughput by being able to [de]compress data concurrently. Homepage: https://github.com/pierrec/lz4 Multi-Arch: foreign Package: golang-github-pkg-diff-dev Priority: optional Section: golang Installed-Size: 3437 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-pkg-diff Version: 0.0~git20210226.20ebb0f-1+apertis0bv2024dev2b1 Filename: pool/development/g/golang-github-pkg-diff/golang-github-pkg-diff-dev_0.0~git20210226.20ebb0f-1+apertis0bv2024dev2b1_all.deb Size: 93692 MD5sum: 55c8fadfb5a85939c015aac395b79c49 SHA1: 39bfac89cf7e8b78bb6e44801aa4e24a27e17410 SHA256: b3c03803367f64f896d3dd7e8e41eadc03afcec2fbfd75d580678aa53d8517a4 SHA512: a5172af79c21d608f439caad0b293217a2f492f26c74639521f0014fc19de837a52c9d14202d4cff0c1e20c043ebec6efa188416aab6f3df1ad0df45bbfa6c6a Description: go library used to create, modify, and print diffs The top level package, diff, contains convenience functions for the most common uses. . The sub-packages provide very fine-grained control over every aspect: * myers creates diffs using the Myers diff algorithm. * edit contains the core diff data types. * ctxt provides tools to reduce the amount of context in a diff. * write provides routines to write diffs in standard formats. Homepage: https://github.com/pkg/diff Multi-Arch: foreign Package: golang-github-pkg-errors-dev Priority: optional Section: devel Installed-Size: 68 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-pkg-errors Version: 0.9.1-2+apertis0bv2024dev2b1 Filename: pool/development/g/golang-github-pkg-errors/golang-github-pkg-errors-dev_0.9.1-2+apertis0bv2024dev2b1_all.deb Size: 13084 MD5sum: dc81041d10c945f3efc3adab2afc2566 SHA1: 216745ba72e60f65da09af36ea082e094d9a79ae SHA256: 8b7ff4f34217158b519fae5cb104ca8a592097fca1869b682dca52cd6d37f899 SHA512: 76e2ff6f29551d22213965a3295f078005ee91a60efdb65f2354d99286b82cf575381e5178b5807216ecf036774773e1db72a1843020909df70ca98726bec375 Description: Simple error handling primitives for Go Package errors provides simple error handling primitives for the Go programming language. . The traditional error handling idiom in Go results in error reports without context or debugging information. . The errors package allows programmers to add context to the failure path in their code in a way that does not destroy the original value of the error. Homepage: https://github.com/pkg/errors Multi-Arch: foreign Package: golang-github-pkg-profile-dev Priority: extra Section: devel Installed-Size: 36 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-pkg-profile Version: 1.2.1-2+apertis1bv2024dev3b1 Filename: pool/development/g/golang-github-pkg-profile/golang-github-pkg-profile-dev_1.2.1-2+apertis1bv2024dev3b1_all.deb Size: 6768 MD5sum: c9d9f72d4a3996e946d530d898f7eda9 SHA1: dd8afe36d7eafa3f15d2ea037405a8a702db999e SHA256: 87aa754986b836859a01f5939d51bc83f507d25daa2fea6ee0a1471c6e3c388d SHA512: 69223855046ac3802f7adff991c4a6b653266dd7292884ffe96f009a1deb834ccc64480ae8a418faa665315c55c6fdd770a9c1e873009c137b1f5860391fbad0 Description: Simple profiling for Go This package can be used for simple profiling. It provides several convenience package level values for cpu, memory, and block (contention) profiling. Homepage: https://github.com/pkg/profile Package: golang-github-pkg-sftp-dev Priority: optional Section: devel Installed-Size: 612 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-pkg-sftp Version: 1.13.5-2+apertis0bv2024dev2b2 Depends: golang-github-kr-fs-dev (>= 0.1.0), golang-github-pkg-errors-dev (>= 0.8.1), golang-golang-x-crypto-dev (>= 1:0.0~git20190820.60c769a) Filename: pool/development/g/golang-github-pkg-sftp/golang-github-pkg-sftp-dev_1.13.5-2+apertis0bv2024dev2b2_all.deb Size: 97784 MD5sum: 5f63cd0c444a700da0167a2badb04c4f SHA1: 1395b2275c36163e8c92448480893639bf9ab252 SHA256: 1c1d9098a43d19bc782dabe80aa248288b867aad39432889835859eef8503dda SHA512: 293093eb9c327b5d54cdd43ca538dbd28fc1ae13576663887e6f5b1c64778cafbad3cd7175284e4e630ed37f841aa85430afaaec67ece2b755a129cbe2c7ec20 Description: SFTP support for the golang.org/x/crypto/ssh package The sftp package provides support for file system operations on remote ssh servers using the SFTP subsystem. It also implements an SFTP server for serving files from the filesystem. Homepage: https://github.com/pkg/sftp Multi-Arch: foreign Package: golang-github-pmezard-go-difflib-dev Priority: optional Section: devel Installed-Size: 49 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-pmezard-go-difflib Version: 1.0.0-3apertis0bv2024dev2b1 Filename: pool/development/g/golang-github-pmezard-go-difflib/golang-github-pmezard-go-difflib-dev_1.0.0-3apertis0bv2024dev2b1_all.deb Size: 12064 MD5sum: 9698642edb44178b89ff6c6df1dd6cbd SHA1: 7bad4c165f24b7cce6b416fb0567cd80a77edbf9 SHA256: 62d0779cdb21bae1739c9b34b3146d2d2e53cd72dbf57527a94d916c1ae877a7 SHA512: 863f8a9d1edccfd7138b1811bdd2d3899607cf95e4f76d0a8afe6bfad1f6f35a6cc35ceacc7ae7a864d9bb2b5d836cf13e6ef1dab888e2767480067fbd297196 Description: partial port of Python difflib package to Go Go-difflib is a partial port of Python 3 difflib package. Its main goal was to make unified and context diff available in pure Go, mostly for testing purposes. Homepage: https://github.com/pmezard/go-difflib Multi-Arch: foreign Package: golang-github-posener-complete-dev Priority: optional Section: devel Installed-Size: 86 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-posener-complete Version: 1.2.3-2apertis0bv2024dev2b1 Depends: golang-github-hashicorp-go-multierror-dev, golang-github-stretchr-testify-dev Filename: pool/development/g/golang-github-posener-complete/golang-github-posener-complete-dev_1.2.3-2apertis0bv2024dev2b1_all.deb Size: 16112 MD5sum: 1b396c6981d7d1b087136152be6d88c4 SHA1: db5c2ac1bbec8d000a2f317253c528b48315c2e7 SHA256: 2506081d57a3b28140384f5cdb65894f943f4ad99430b42531596f87cca0754d SHA512: dab566a98fbf45a85cb16893b9ce74b499f56b15a8817fb2fe70d3c36248a49e822f3982e425f7aec9349ad421000a21419644d873c1cf8477d4665387e4bfe3 Description: bash completion written in go Writing bash completion scripts is a hard work. This package provides an easy way to create bash completion scripts for any command, and also an easy way to install/uninstall the completion of the command. Homepage: https://github.com/posener/complete Package: golang-github-pquerna-ffjson-dev Priority: optional Section: devel Installed-Size: 445 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-pquerna-ffjson Version: 0.0~git20181028.e517b90-1.1+apertis1bv2024dev3b1 Depends: golang-github-google-gofuzz-dev, golang-github-stretchr-testify-dev Filename: pool/development/g/golang-github-pquerna-ffjson/golang-github-pquerna-ffjson-dev_0.0~git20181028.e517b90-1.1+apertis1bv2024dev3b1_all.deb Size: 71244 MD5sum: d2f767bce7cfb8d78599221db434146c SHA1: 2d7e61e748409d17a596399bb9819bf2cd845087 SHA256: 3172c99726c013d42406b704c5443e9989c13b3e2b82c83e05cab4d207d79fc5 SHA512: db38307b0c393d85b51f47d5e0f4a1f1a21ec38610d3b80496a45498857554d00691db10f8e8954f70896ca62b6ae0c98350a51e7e23875fd6fc1cee28782cd5 Description: faster JSON serialization for Go ffjson generates static MarshalJSON and UnmarshalJSON functions for structures in Go. The generated functions reduce the reliance upon runtime reflection to do serialization and are generally 2 to 3 times faster. In cases where ffjson doesn't understand a Type involved, it falls back to encoding/json, meaning it is a safe drop in replacement. By using ffjson your JSON serialization just gets faster with no additional code changes. . This package contains the source code for other go programs to link against. Homepage: https://github.com/pquerna/ffjson Package: golang-github-proglottis-gpgme-dev Priority: optional Section: devel Installed-Size: 78 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-proglottis-gpgme Version: 0.1.1-2+apertis0bv2024dev3b1 Depends: libgpgme-dev Filename: pool/development/g/golang-github-proglottis-gpgme/golang-github-proglottis-gpgme-dev_0.1.1-2+apertis0bv2024dev3b1_all.deb Size: 19760 MD5sum: 3ec5fa4211a88725494ad68aadf4f246 SHA1: 157eae330aa34c6b21c2ae252a183ebe770edc7c SHA256: c9eb3ae0c38253018d31879be1693c2b6250a7502c76d0abb3bf070d7ec83f61 SHA512: 0597b676f276042fe0931a24d5a5822208e0cbde255b6941220347b2b14d82717fed0055f69aeee7951bf306d7290e356bba9ed3ee5e9096e338c1718d5da515 Description: Go wrapper for the GPGME library This library provides a Golang wrapper for the C GPGME library. If you are looking to add OpenPGP support to a server application, you should also consider the olang.org/x/crypto/openpgp library. Homepage: https://github.com/proglottis/gpgme Package: golang-github-prometheus-client-golang-dev Priority: optional Section: golang Installed-Size: 965 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-prometheus-client-golang Version: 1.14.0-3+apertis1bv2024dev2b1 Provides: golang-prometheus-client-dev Depends: golang-github-beorn7-perks-dev, golang-github-cespare-xxhash-dev, golang-github-davecgh-go-spew-dev, golang-github-golang-protobuf-1-3-dev | golang-github-golang-protobuf-1-5-dev, golang-github-json-iterator-go-dev, golang-github-prometheus-client-model-dev (>= 0.3.0), golang-github-prometheus-common-dev (>= 0.16), golang-github-prometheus-procfs-dev, golang-google-protobuf-dev Breaks: golang-github-cloudflare-redoctober-dev (<< 0.0~git20161017.0.78e9720-4~), golang-github-grpc-ecosystem-go-grpc-prometheus-dev (<< 1.2.0+git20191002~), golang-github-mwitkow-go-conntrack-dev (<< 0.0~git20190716~), golang-redoctober (<< 0.0~git20161017.0.78e9720-4~), prometheus-postfix-exporter (<< 0.2.0-1~) Filename: pool/development/g/golang-github-prometheus-client-golang/golang-github-prometheus-client-golang-dev_1.14.0-3+apertis1bv2024dev2b1_all.deb Size: 174600 MD5sum: 9041bd5edf8feea8c4046bd00acaba58 SHA1: 6f7c81f23ccd0d5e507fab6a7eaa494655f00452 SHA256: 51a6a4638bfbce4ffce8ff695cd469310cdae232de57dd377490d26bf3c791f0 SHA512: 4ab0fbcad375ed4682d2d532a2c4c3d08f4467997ba8bd703f421712ceecc0bc4ef34fa6db865c6e6c45133c94393a03160b1b81e6341032ebdb6a768c6343ce Description: Prometheus instrumentation library for Go applications This is the Prometheus Go client library. It provides two main functions: . * The exposition library is used to export metrics to a Prometheus server or pushgateway. . * The consumption library is used to process metrics exported by a Prometheus client. (The Prometheus server is using that library.) Homepage: https://github.com/prometheus/client_golang.git Multi-Arch: foreign Package: golang-github-prometheus-client-model-dev Priority: optional Section: golang Installed-Size: 60 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-prometheus-client-model Version: 0.3.0-3+apertis0bv2024dev2b1 Depends: golang-github-golang-protobuf-1-3-dev | golang-github-golang-protobuf-1-5-dev Filename: pool/development/g/golang-github-prometheus-client-model/golang-github-prometheus-client-model-dev_0.3.0-3+apertis0bv2024dev2b1_all.deb Size: 10828 MD5sum: a117dc725e312ec5f5eee80875790ad4 SHA1: 5f90f9f8185dbd06a2f7f9b7f1de8ceeaf91fdd7 SHA256: 185f7141f93d14adb5d716b1d3a2a89c1fa13a753efbbc59fbd4fd00a56859d8 SHA512: 46739b265379e5d4c4bd518bb6302ba850ea37cfb5976b49d2a922302941471f630b64644ff34b0a0954ee08cf5ad749c5dbd918ad857d51670e37755c0f23ed Description: data model artifacts for Prometheus Golang data model artifacts for Prometheus. Homepage: https://github.com/prometheus/client_model Multi-Arch: foreign Package: golang-github-prometheus-common-dev Priority: optional Section: golang Installed-Size: 606 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-prometheus-common Version: 0.39.0-2+apertis0bv2024dev2b1 Depends: golang-github-aws-aws-sdk-go-dev, golang-github-go-kit-log-dev, golang-github-golang-protobuf-1-3-dev | golang-github-golang-protobuf-1-5-dev, golang-github-julienschmidt-httprouter-dev, golang-github-mwitkow-go-conntrack-dev, golang-github-prometheus-client-golang-dev, golang-github-prometheus-client-model-dev (>= 0.2.0), golang-golang-x-net-dev, golang-golang-x-oauth2-dev, golang-google-protobuf-dev, golang-gopkg-alecthomas-kingpin.v2-dev, golang-gopkg-yaml.v2-dev (>= 2.2.1), golang-protobuf-extensions-dev Breaks: prometheus-alertmanager (<< 0.22.0~) Filename: pool/development/g/golang-github-prometheus-common/golang-github-prometheus-common-dev_0.39.0-2+apertis0bv2024dev2b1_all.deb Size: 110652 MD5sum: 8efb351be1174aa0f4eee38949dc34ad SHA1: 48ea301651b9482a9ba4a37a67042c2f25a0097b SHA256: b1fec1d5e4de2c8c38cb017055be2f5da9b6c01e50506a6134116b28ae4e6928 SHA512: 7119fdaab357bfafae041ddda0f0be7f9139defb58131ecf092220ee58d99cab3bdadee701e10aa60073fed69280bd0ef0eba5d481ee912d24c8d841eba0eda0 Description: common libraries for Prometheus components This package includes: . * github.com/prometheus/common/config: Common configuration structures. * github.com/prometheus/common/expfmt: Decoding and encoding for the exposition format. * github.com/prometheus/common/model: Shared data structures. * github.com/prometheus/common/promlog: Defines standardised ways to initialize Go kit loggers across Prometheus components. * github.com/prometheus/common/route: A routing wrapper around https://github.com/julienschmidt/httprouter using `context.Context`. * github.com/prometheus/common/server: Common servers. * github.com/prometheus/common/sigv4: Provides a http.RoundTripper that signs requests using Amazon's Signature Verification V4 signing procedure. * github.com/prometheus/common/version: Version information and metrics. Homepage: https://github.com/prometheus/common Multi-Arch: foreign Package: golang-github-prometheus-procfs-dev Priority: optional Section: golang Installed-Size: 1153 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-prometheus-procfs Version: 0.8.0-3+apertis0bv2024dev2b1 Replaces: golang-procfs-dev (<< 0.2.0) Provides: golang-procfs-dev (= 0.8.0-3+apertis0bv2024dev2b1) Depends: golang-golang-x-sync-dev, golang-golang-x-sys-dev Breaks: golang-procfs-dev (<< 0.2.0) Filename: pool/development/g/golang-github-prometheus-procfs/golang-github-prometheus-procfs-dev_0.8.0-3+apertis0bv2024dev2b1_all.deb Size: 147568 MD5sum: b18fdf66cc875f40b06c64e950d332d7 SHA1: 653c7636d513cc98d9b39e8de7eb0c91d92cca91 SHA256: 2d95c95014b40ce510a9effc9fbc2a68b849d352b9fca78b76deb4c7ab01d8ac SHA512: a512a56bb1fe984b428dc7a7015c9c04e0ff2a05a1b5e322305a9842adbb78715d2c7a2c840e25564454fbec748fab10a1670f2e6627980c4dc0789c785501ad Description: Golang library to retrieve metrics from the proc pseudo-filesystem Procfs provides functions to retrieve system, kernel and process metrics from the proc pseudo-filesystem. Homepage: https://github.com/prometheus/procfs.git Multi-Arch: foreign Package: golang-github-protonmail-go-crypto-dev Priority: optional Section: golang Installed-Size: 991 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-protonmail-go-crypto Version: 0.0~git20230124.0acdc8a-4+apertis1bv2024dev3b1 Depends: golang-github-cloudflare-circl-dev, golang-golang-x-crypto-dev Breaks: golang-github-protonmail-gopenpgp-dev (<= 2.5.1) Filename: pool/development/g/golang-github-protonmail-go-crypto/golang-github-protonmail-go-crypto-dev_0.0~git20230124.0acdc8a-4+apertis1bv2024dev3b1_all.deb Size: 312184 MD5sum: 8b7d782304d4d4dea13af79ff0a61a04 SHA1: f21ad5c726ca7c5e8b9cbbced3e199794bcf0589 SHA256: d21a87738723b2ee49935a2dd7fbbf45b52076b9f238ea00a4aa58ceec04d6a4 SHA512: 8198092158d9528e7ee6950321923f798ea83c42d125fcd0ac56c22dbfb1036524abb8385a91c11e83389d66461d934bc9d6b94d4189e05d8f4b2ac506a9e2f2 Description: Go supplementary cryptography libraries This module is backwards compatible with x/crypto/openpgp, so you can simply replace all imports of golang.org/x/crypto/openpgp with github.com/ProtonMail/go-crypto/openpgp. . A partial list of changes is here: https://github.com/ProtonMail/go-crypto/issues/21#issuecomment-492792917. Homepage: https://github.com/ProtonMail/go-crypto Multi-Arch: foreign Package: golang-github-racksec-srslog-dev Priority: optional Section: golang Installed-Size: 79 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-racksec-srslog Version: 0.0~git20180709.a4725f0-2+apertis0bv2024dev2b1 Filename: pool/development/g/golang-github-racksec-srslog/golang-github-racksec-srslog-dev_0.0~git20180709.a4725f0-2+apertis0bv2024dev2b1_all.deb Size: 16972 MD5sum: fca9cdb796c39a80cb3f3c9e5eb200aa SHA1: 930d27117017183ec092936059ba85dc35e7de53 SHA256: 53e311aa53d0f1002d450792bc873f63528e322f6662317761e05c6640925060 SHA512: 0b3cda776a126f8f3b7f816b6a31d408ac281980e5c067216ad2898531bd84b569e568046e9640c4ecb8c7f065a45b100199ea554f3b8ce45b957457eb207161 Description: replacement for the standard Golang library "log/syslog" Drop-in replacement for the standard library "log/syslog", but with extra features. Homepage: https://github.com/RackSec/srslog Multi-Arch: foreign Package: golang-github-rcrowley-go-metrics-dev Priority: optional Section: devel Installed-Size: 190 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-rcrowley-go-metrics Version: 0.0~git20180125.8732c61-3apertis2bv2024dev2b1 Replaces: golang-metrics-dev (<< 0.0~git20150823-4~) Depends: golang-github-stathat-go-dev Conflicts: golang-metrics-dev Filename: pool/development/g/golang-github-rcrowley-go-metrics/golang-github-rcrowley-go-metrics-dev_0.0~git20180125.8732c61-3apertis2bv2024dev2b1_all.deb Size: 29688 MD5sum: 70dc8743983dd4705533e34490931bfe SHA1: 1de7ecf16c4704261fd7b9f937d03db65633a3c9 SHA256: a75dc8274590ef3f10145ee683f6655bac74eeb759d88b17cfa59a93613b5aac SHA512: ef3b5db4434629052486000337e102397642e547dbd550c8a4adefd2890338ce19ff446cc33de1a9378d277f08b6ac822056f4effe08ecbde332bb1bda3adf1c Description: Application level metrics capturing library for Go go-metrics supports counters, gauges and histograms. . The metrics can be published to various destinations (e.g. Graphite, InfluxDB, Prometheus) using external client libraries. . Port of the https://github.com/dropwizard/metrics library. Homepage: https://github.com/rcrowley/go-metrics Package: golang-github-rivo-uniseg-dev Priority: optional Section: golang Installed-Size: 4382 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-rivo-uniseg Version: 0.4.2-1+apertis0bv2024dev2b1 Filename: pool/development/g/golang-github-rivo-uniseg/golang-github-rivo-uniseg-dev_0.4.2-1+apertis0bv2024dev2b1_all.deb Size: 252744 MD5sum: 5667541d1c369262fea2c3469c543b2f SHA1: 1ebf71b4e74df6cf9e29ae6e55e48b12ac42e43b SHA256: 16443534423708e2286a99f7b9d692510b5d334608db19265b141aa08551dd3a SHA512: 3dd2e8cc6dbc698e878cd6cc23c75ab58644bbb7aedbb5466d2207c3f689a9705b7844287b7cb9483e52a73820bec1d1db095bb1eccac06bc5c55dc7c3362dff Description: Unicode Text Segmentation for Go This package provides a tool to iterate over these grapheme clusters. This may be used to determine the number of user-perceived characters, to split strings in their intended places, or to extract individual characters which form a unit. . This package implements the Unicode Text Segmentation according to Unicode Standard Annex #29 (Unicode version 12.0.0). Homepage: https://github.com/rivo/uniseg Package: golang-github-rogpeppe-fastuuid-dev Priority: extra Section: devel Installed-Size: 19 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-rogpeppe-fastuuid Version: 0.0~git20150106.0.6724a57-2.1apertis0bv2024dev2b1 Filename: pool/development/g/golang-github-rogpeppe-fastuuid/golang-github-rogpeppe-fastuuid-dev_0.0~git20150106.0.6724a57-2.1apertis0bv2024dev2b1_all.deb Size: 4276 MD5sum: 1ac4f581a58a6336d6c83074f9e5e467 SHA1: 7885f8dca080dd8723961c74ff64168a93e91aae SHA256: 7fb5d34ac83d017039b2713d749e3f89e88698e78cd95813dfb9baadb83c9788 SHA512: 1d8c470d2ed96484f14f00477d25c1a836224da5ad35c5f08a3102dc1fb015be60799e762ca8e87b4e39a038b146f97190bcf2f0982263ef1a2e3a4400bab177 Description: fast generation of 192-bit UUIDs Package fastuuid provides fast UUID generation of 192 bit universally unique identifiers. It does not provide formatting or parsing of the identifiers (it is assumed that a simple hexadecimal or base64 representation is sufficient, for which adequate functionality exists elsewhere). Homepage: https://github.com/rogpeppe/fastuuid Package: golang-github-rogpeppe-go-internal-dev Priority: optional Section: golang Installed-Size: 710 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-rogpeppe-go-internal Version: 1.9.0-1+apertis0bv2024dev2b1 Depends: golang-github-pkg-diff-dev (>= 0.0~git20210226.20ebb0f) Filename: pool/development/g/golang-github-rogpeppe-go-internal/golang-github-rogpeppe-go-internal-dev_1.9.0-1+apertis0bv2024dev2b1_all.deb Size: 117132 MD5sum: dea61e95d5afa60e1843ee95b784d8dc SHA1: ba7437159a1c4a62b3a86489325c8febfb40a267 SHA256: d7e2b0f68e5f450cd0cd2652fcf2a92f71f89f50bcebbc44b31491e0301def39 SHA512: 72bca8fb1e234d78e345ab960ff8a733b522ab985dfc49174df31ec3c54d7ae6dcfe19f0a9824dff760208264de4852d220aa4da8893d091900dcbb257411cdf Description: Selected Go-internal packages factored out from the standard library The go-internal repository factors out an opinionated selection of internal packages and functionality from the Go standard library. Currently this consists mostly of packages and testing code from within the Go tool implementation. . Included are the following: . * dirhash: calculate hashes over directory trees the same way that the Go tool does. * goproxytest: a GOPROXY implementation designed for test use. * gotooltest: Use the Go tool inside test scripts (see testscript below). * imports: list of known architectures and OSs, and support for reading import statements. * modfile: read and write go.mod files while preserving formatting and comments. * module: module paths and versions. * par: do work in parallel. * semver: semantic version parsing. * testenv: information on the current testing environment. * testscript: script-based testing based on txtar files. * txtar: simple text-based file archives for testing. . This package contains the development library files. Homepage: https://github.com/rogpeppe/go-internal Multi-Arch: foreign Package: golang-github-rs-xid-dev Priority: optional Section: golang Installed-Size: 50 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-rs-xid Version: 1.4.0-1+apertis1bv2024dev3b1 Filename: pool/development/g/golang-github-rs-xid/golang-github-rs-xid-dev_1.4.0-1+apertis1bv2024dev3b1_all.deb Size: 11172 MD5sum: 81d90730cc5bdd04015ffb82d60a3eca SHA1: 2c91bc9fea53af0ea316c2f2a1b31ba6de91621b SHA256: 03f978863c76995a1dab1664e84f0c1649d6252274f203e460720d628aaf4b54 SHA512: 3777627338e4b3613da348e07857704ddc339efe61f7a930a84a7a14d722e1041525840909b7b32fadfba4380574f1db2525b77efe89f0128927611c0ea85ba7 Description: globally unique id generator thought for the web package xid is a globally unique id generator library, ready to be used safely directly in your server code. . Xid is using Mongo Object ID algorithm to generate globally unique ids with a different serialization (bast64) to make it shorter when transported as a string. Homepage: https://github.com/rs/xid Multi-Arch: foreign Package: golang-github-rubyist-tracerx-dev Priority: extra Section: devel Installed-Size: 18 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-rubyist-tracerx Version: 0.0~git20170927.0.7879593-1co1bv2024dev2b1 Filename: pool/development/g/golang-github-rubyist-tracerx/golang-github-rubyist-tracerx-dev_0.0~git20170927.0.7879593-1co1bv2024dev2b1_all.deb Size: 3960 MD5sum: e1af7e8e757987199c3e8889c3f2d2d2 SHA1: ee4371eb18c341c6de256b62aa177d9d79e24b78 SHA256: 99c71461f878e48af5d24dec24a70f32d47c8b06436140379a52920c109d219d SHA512: 1988eb8ff4e8abc481cd36be66be8d7aa5867487fba865f9fbf60a45a8ef34f1f95f7c0a0e1d1e111d6eabbd59c82aaf9241115d74cf03fb9f8ae96ec7821efd Description: Output tracing information in your Go app based on environment variables tracerx Tracerx is a simple tracing package that logs messages depending on environment variables. It is very much inspired by git's GIT_TRACE mechanism. Homepage: https://github.com/rubyist/tracerx Package: golang-github-russross-blackfriday-dev Priority: optional Section: devel Installed-Size: 359 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-blackfriday Version: 1.6.0-1apertis0bv2024dev2b1 Replaces: golang-blackfriday-dev Provides: golang-blackfriday-dev Conflicts: golang-blackfriday-dev Filename: pool/development/g/golang-blackfriday/golang-github-russross-blackfriday-dev_1.6.0-1apertis0bv2024dev2b1_all.deb Size: 63524 MD5sum: 8d1bb7587ed294df7ff58c9b75220af2 SHA1: fefc4fdf75c01ca5a730023b427d867c6b2d3d76 SHA256: d2ff9c5b27289e3629a3f5970fe4d9800e28428c4426aeae2a0857e9c2215055 SHA512: 295f97f22e2e23fdc21eb640fb560cbb5fe41d999b469b6d4cf062af452eba801984a50e9d68899dc1efbbd8ebe1e02ce2fb5a161f0858f9de06deec52af286f Description: Blackfriday: a markdown processor for Go Blackfriday (github.com/russross/blackfriday) is a Markdown processor implemented in Go. It is paranoid about its input (so you can safely feed it user-supplied data), it is fast, it supports common extensions (tables, smart punctuation substitutions, etc.), and it is safe for all utf-8 (unicode) input. . HTML output is currently supported, along with Smartypants extensions. An experimental LaTeX output engine is also included. . It started as a translation from C of upskirt. Homepage: https://github.com/russross/blackfriday Multi-Arch: foreign Package: golang-github-russross-blackfriday-v2-dev Priority: optional Section: golang Installed-Size: 474 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-blackfriday-v2 Version: 2.1.0-1+apertis0bv2024dev2b1 Depends: golang-github-pmezard-go-difflib-dev, golang-github-shurcool-sanitized-anchor-name-dev Filename: pool/development/g/golang-blackfriday-v2/golang-github-russross-blackfriday-v2-dev_2.1.0-1+apertis0bv2024dev2b1_all.deb Size: 76436 MD5sum: 66fa20288202533eef6d83e0061688d0 SHA1: e3bcf1639d77916b2fa816f8581583804686ca04 SHA256: 3eb761e3cedba8ec2f7b77e873744973e5165733d706a372fd45616918ae9b74 SHA512: f0667f490b8c742e6e97a599ae265724347cb7ba7bd4d50baf634f651463d65f9de169e4d27614ec1fd89851758ed544371b1e5521f7d76e3b027173f01b7156 Description: Blackfriday: a markdown processor for Go version 2 Blackfriday (github.com/russross/blackfriday) is a Markdown processor implemented in Go. It is paranoid about its input (so you can safely feed it user-supplied data), it is fast, it supports common extensions (tables, smart punctuation substitutions, etc.), and it is safe for all utf-8 (unicode) input. . HTML output is currently supported, along with Smartypants extensions. An experimental LaTeX output engine is also included. . It started as a translation from C of upskirt. . This package contains the 'v2' branch, which is largly, but not fully, source compatible with the golang-github-russross-blackfriday-dev package Homepage: https://github.com/russross/blackfriday Multi-Arch: foreign Package: golang-github-ryanuber-columnize-dev Priority: optional Section: devel Installed-Size: 31 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-ryanuber-columnize Version: 2.1.1-2apertis0bv2024dev2b1 Filename: pool/development/g/golang-github-ryanuber-columnize/golang-github-ryanuber-columnize-dev_2.1.1-2apertis0bv2024dev2b1_all.deb Size: 6812 MD5sum: 932b8ab0a81692cfb9f38dd19afaf80e SHA1: a087cfbf84c6fb1e8752560f6b8200cb09d55576 SHA256: 9d6b4c6564c0aea8b279c15a7ef0a04fead3edb949d2643fafda5667ddaed02c SHA512: dbbb8d284eeffb41b7c1b84fd21e03b0b4e808e9ca4ce8058969eee7c701dd5005b6aa733f127324c65ebfe2b147a57f95f2fb6f3cb32de876d7ffd3dfa37a97 Description: Easy column formatted output for golang Columnize is a really small Go package that makes building CLI's a little bit easier. In some CLI designs, you want to output a number similar items in a human-readable way with nicely aligned columns. However, figuring out how wide to make each column is a boring problem to solve and eats your valuable time. . This package contains the source. Homepage: https://github.com/ryanuber/columnize Multi-Arch: foreign Package: golang-github-safchain-ethtool-dev Priority: optional Section: golang Installed-Size: 58 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-safchain-ethtool Version: 0.3.0-1+apertis0bv2024dev3b1 Depends: golang-golang-x-sys-dev Filename: pool/development/g/golang-github-safchain-ethtool/golang-github-safchain-ethtool-dev_0.3.0-1+apertis0bv2024dev3b1_all.deb Size: 10140 MD5sum: 92b6a23d1e485ca5a3430a413b698793 SHA1: 9fe9abc426126d147c4527f05ca4a5a333016b91 SHA256: bd63557dbc686be07119af308364d347bacb5a72dedc5b63ad69bf4847e2dcbd SHA512: 3b993eca0b7dafb85bd685fbc65c4fdeaecfcd88a6e2c0778c187f0c96735573104deb15f54c3f601212564baa21588dc2ea655a06f7389ad88650584f899192 Description: simple ethtool-like library for Go The ethtool package aims to provide a library giving simple access to the Linux SIOCETHTOOL ioctl operations. It can be used to retrieve information from a network device like statistics, driver related information or even the peer of a VETH interface. Homepage: https://github.com/safchain/ethtool Multi-Arch: foreign Package: golang-github-samuel-go-zookeeper-dev Priority: optional Section: devel Installed-Size: 162 Maintainer: pkg-go Architecture: all Source: golang-github-samuel-go-zookeeper Version: 0.0~git20180130.c4fab1a-1co1bv2024dev2b1 Filename: pool/development/g/golang-github-samuel-go-zookeeper/golang-github-samuel-go-zookeeper-dev_0.0~git20180130.c4fab1a-1co1bv2024dev2b1_all.deb Size: 34492 MD5sum: d1e67fc28823ad646c843ac9b42a1a6c SHA1: 1fefaf11e6c93ec64e956fffc9a38a3b310f24c7 SHA256: c16cb1b3a675fbfe82230c6cefc9d09a6251c406a5c71b945e44e68feb6e66f8 SHA512: 1062c90fd9e9f1277e42c5e4a33d6c76127a3f443dbc4dbdd842a4e85751fb16f66646ad2832d5cadadd86950a0d187c2020d9e6a451a77b57bd44bfe6546d38 Description: native ZooKeeper client for Go Native Go Zookeeper Client Library Homepage: https://github.com/samuel/go-zookeeper Package: golang-github-satori-go.uuid-dev Priority: optional Section: devel Installed-Size: 56 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-satori-go.uuid Version: 1.2.0-3+apertis0bv2024dev3b1 Depends: golang-gopkg-check.v1-dev Filename: pool/development/g/golang-github-satori-go.uuid/golang-github-satori-go.uuid-dev_1.2.0-3+apertis0bv2024dev3b1_all.deb Size: 9576 MD5sum: 602fccb198a5c4cd84ec772c6630d6a8 SHA1: de2b040326ccfb75dfb778189c38cfe444e817bc SHA256: 87f4d219b50458bfa9ca5f264d011b13c4753789872c049c78151452efac0d35 SHA512: de06516d43e4e7d0fb3db5738cb5edddfd246870e4d0c8f226c4084a2211011b4d0870f20951f1acf642f9a9a16129cea8500ad473d38eb599c4d551f90b0541 Description: Go package for creating and parsing UUID This package implements Universally Unique Identifier (UUID) supporting versions 1, 3, 4 and 5 (as specified in RFC 4122), and version 2 (as specified in DCE 1.1). Homepage: https://github.com/satori/go.uuid Package: golang-github-sebdah-goldie-dev Priority: optional Section: golang Installed-Size: 88 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-sebdah-goldie Version: 2.5.3+dfsg-2+apertis1bv2024dev3b1 Depends: golang-github-pmezard-go-difflib-dev, golang-github-sergi-go-diff-dev, golang-github-stretchr-testify-dev Filename: pool/development/g/golang-github-sebdah-goldie/golang-github-sebdah-goldie-dev_2.5.3+dfsg-2+apertis1bv2024dev3b1_all.deb Size: 10612 MD5sum: c181aa5830cbeba775d86c27e00ab4e4 SHA1: 19b135ba9c2108a3aa47edbf41772e31de8bf025 SHA256: 5e874996f728f7557ce9743f8898827db3b7aa782ef45413d2fa903cb6f03fcb SHA512: 397d2f7e82442415317ebda00e095eb13456afd5e061f36e64af7fbb0258a9dccc8dc6b3efc5ea47f55a77b6338639671f296fd4f29d2814d58dfd2a897ab980 Description: Golden file testing for Go (library) Goldie is a golden file test utility for Go projects. It's typically used for testing responses with larger data bodies. . The concept is straight forward. Valid response data is stored in a "golden file". The actual response data will be byte compared with the golden file and the test will fail if there is a difference. . Updating the golden file can be done by running go test -update ./.... Homepage: https://github.com/sebdah/goldie Multi-Arch: foreign Package: golang-github-seccomp-libseccomp-golang-dev Priority: optional Section: golang Installed-Size: 105 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-seccomp-libseccomp-golang Version: 0.10.0-3+apertis0bv2024dev2b1 Depends: libseccomp-dev Filename: pool/development/g/golang-github-seccomp-libseccomp-golang/golang-github-seccomp-libseccomp-golang-dev_0.10.0-3+apertis0bv2024dev2b1_all.deb Size: 22932 MD5sum: d515d9656769a2bac3661afa74c47bed SHA1: 25f5e102a782033da7b669ba133ccb601b212d8a SHA256: fc89582d83387f50cfa1a17aa506abec2f044d65cedecc626415c592a98c55ee SHA512: 78f82816576ee8fa151ca0e2b46b84850513b10dfc07c7d2ebd2d6dc51370dcc16182248cdf8107e6ca5204ccc4fba5edcd6fe1ef5593e6edde8e2dccffc06d2 Description: golang bindings for libseccomp The libseccomp library provides an easy to use, platform independent, interface to the Linux Kernel's syscall filtering mechanism. The libseccomp API is designed to abstract away the underlying BPF based syscall filter language and present a more conventional function-call based filtering interface that should be familiar to, and easily adopted by, application developers. . The libseccomp-golang library provides a Go based interface to the libseccomp library. Homepage: https://github.com/seccomp/libseccomp-golang Package: golang-github-sergi-go-diff-dev Priority: optional Section: golang Installed-Size: 7181 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-sergi-go-diff Version: 1.2.0-2+apertis0bv2024dev2b1 Filename: pool/development/g/golang-github-sergi-go-diff/golang-github-sergi-go-diff-dev_1.2.0-2+apertis0bv2024dev2b1_all.deb Size: 784128 MD5sum: 109e87666570e804fad4ad2787b02ddb SHA1: 3dc07a073f7b11b312c83b8555bcd9dc577da416 SHA256: 664ab2d3661aa0f485fc17d70a972aba3a7bdd86e7deabe92f254205c3051b5a SHA512: 03d95ac0cc5cd0e1b8ca92b7dd4b7125648d0a8b007241a570ddc7c297831d094928d7f9d114d7cdb1d09b55ffde2fd1d2acdfead60a29d828f7d3e8098657bc Description: Diff, match and patch text in Go This library provides algorithms to perform operations required for synchronizing plain text. . These operations include: * Compare two texts and return their differences. * Perform fuzzy matching of text. * Apply patches onto text. Homepage: https://github.com/sergi/go-diff Multi-Arch: foreign Package: golang-github-shopify-logrus-bugsnag-dev Priority: optional Section: golang Installed-Size: 22 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-shopify-logrus-bugsnag Version: 0.0~git20171204.577dee2-3+apertis0bv2024dev2b1 Depends: golang-github-bugsnag-bugsnag-go-dev, golang-github-sirupsen-logrus-dev Filename: pool/development/g/golang-github-shopify-logrus-bugsnag/golang-github-shopify-logrus-bugsnag-dev_0.0~git20171204.577dee2-3+apertis0bv2024dev2b1_all.deb Size: 5308 MD5sum: 1bc41644396e6f83468a574084669b4e SHA1: 51fb41d69c6a5d68531dfefb5a2d1bda6539a911 SHA256: df7c3ae14f669895b80b51d83757594bde3e153bbc9e7baf7a615fc095f85d64 SHA512: 638fa5cf762c41d7891e1163e6af373081b02ec561cd0e7cbcd471e6099b171c0815ed796499bade7adbf2101cc09c5f28f5317141759d975a34b4739c15ae20 Description: logrus-bugsnag is a hook that interfaces Logrus with Bugsnag logrus-bugsnag is a hook that allows Logrus (https://github.com/Sirupsen/logrus) to interface with Bugsnag (https://bugsnag.com). . This package contains the source. Homepage: https://github.com/Shopify/logrus-bugsnag Multi-Arch: foreign Package: golang-github-shopify-sarama-dev Priority: optional Section: devel Installed-Size: 978 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-shopify-sarama Version: 1.22.1-1+apertis0bv2024dev2b1 Depends: golang-github-datadog-zstd-dev, golang-github-davecgh-go-spew-dev, golang-github-eapache-go-xerial-snappy-dev, golang-github-golang-snappy-dev, golang-github-klauspost-compress-dev, golang-github-klauspost-crc32-dev, golang-github-pierrec-lz4-dev, golang-github-rcrowley-go-metrics-dev, golang-golang-x-net-dev, golang-gopkg-eapache-go-resiliency.v1-dev | golang-github-eapache-go-resiliency-dev, golang-gopkg-eapache-queue.v1-dev | golang-github-eapache-queue-dev Filename: pool/development/g/golang-github-shopify-sarama/golang-github-shopify-sarama-dev_1.22.1-1+apertis0bv2024dev2b1_all.deb Size: 151580 MD5sum: a4ed6eb4140bca81576b5e9e71407584 SHA1: cc25b4673c4e047e848b7565582f704fa6f639f9 SHA256: 5df544ab2436c0c004c96b3315748dd89bab81479b67d1ba977348ef0de4e2c7 SHA512: 800b0c3ce730de7b224606a5e6eb0f6d9dd096fb4799cb97c817989e06f640e3d95d991b720c8e1b89cf84626168bddf3a916199a73db9cf3e7ac37b7aacbb59 Description: Go library for Apache Kafka Sarama is a Go client library for Apache Kafka (https://kafka.apache.org/) version 0.8 (and later). Homepage: https://github.com/Shopify/sarama Package: golang-github-shurcool-sanitized-anchor-name-dev Priority: optional Section: devel Installed-Size: 18 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-shurcool-sanitized-anchor-name Version: 1.0.0-3+apertis0bv2024dev2b1 Filename: pool/development/g/golang-github-shurcool-sanitized-anchor-name/golang-github-shurcool-sanitized-anchor-name-dev_1.0.0-3+apertis0bv2024dev2b1_all.deb Size: 3948 MD5sum: 95e107014bdcaf8cb1ec3327591f9453 SHA1: def55552352b7b5fb78c711b45b7b27a7c5b46a0 SHA256: 17325ade01e625dcba2459fa7cbe47557c2cb0bb42d6defb9b667dbe11b254d4 SHA512: 417aa39031fab6ef6d315cdf09d41c176b89f76a42a7a1c6c3f6c4a28fa135e4036916b266166ccb5fd31624879f4fbb033164d456309d65fcc565bd0c60ae96 Description: Go package for creating sanitized anchor names sanitized_anchor_name provides a Go function to create sanitized anchor names. . Its logic can be reused by multiple packages to create interoperable anchor names and links to those anchors. Homepage: https://github.com/shurcooL/sanitized_anchor_name Multi-Arch: foreign Package: golang-github-sirupsen-logrus-dev Priority: optional Section: golang Installed-Size: 215 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-logrus Version: 1.9.0-1+apertis0bv2024dev2b1 Replaces: golang-logrus-dev (<< 0.7.3-2~) Provides: golang-logrus-dev Depends: golang-golang-x-sys-dev Pre-Depends: dpkg (>= 1.17.14) Breaks: golang-logrus-dev (<< 0.7.3-2~) Filename: pool/development/g/golang-logrus/golang-github-sirupsen-logrus-dev_1.9.0-1+apertis0bv2024dev2b1_all.deb Size: 46428 MD5sum: 5e857650000c3cdc171891877a268379 SHA1: 2df3ffe27fc7ec26a8a8e01a77773c703a7c95e8 SHA256: f81bad296cb016ddc4450bd77cbdd3053509e5068979114b6484a8796fd23a84 SHA512: 76327df744c8f3b5a3f188ff4a3efb54f2101dbf9de19878291c0435c798a5192b7269386ce7ffd9af7080ddf5c88fed1f00c7a41d3f7f83b8c5d11f2057db2f Description: Logrus: a logging library for Go Logrus is a structured logger for Go (golang), completely API compatible with the standard library logger. . This package contains the source. Homepage: https://github.com/sirupsen/logrus Multi-Arch: foreign Package: golang-github-soheilhy-cmux-dev Priority: optional Section: golang Installed-Size: 63 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-soheilhy-cmux Version: 0.1.5-2+apertis0bv2024dev2b1 Depends: golang-golang-x-net-dev Filename: pool/development/g/golang-github-soheilhy-cmux/golang-github-soheilhy-cmux-dev_0.1.5-2+apertis0bv2024dev2b1_all.deb Size: 13204 MD5sum: dab8d022c2d6fe692f0e968c4bf26d50 SHA1: db0061eda84541960d2d11be06728fbe74d615da SHA256: dcd0c9de7cdd625d73005d882c16ee1d2ae33df00fbb550a561f72901bb1724b SHA512: 8530573d2d2ddb876254e97a6e00962ca371d8e7941ff0bd3e7bc3d439979aa4f9dfe53c53d7cef2a033f76a457fbb0d75d918a624e0e3fbccb32d7fb99ee6a8 Description: serve different services on the same port cmux is a generic Go library to multiplex connections based on their payload. Using cmux, you can serve gRPC, SSH, HTTPS, HTTP, Go RPC, and pretty much any other protocol on the same TCP listener. Homepage: https://github.com/soheilhy/cmux Multi-Arch: foreign Package: golang-github-spf13-afero-dev Priority: optional Section: golang Installed-Size: 359 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-spf13-afero Version: 1.9.3-1+apertis0bv2024dev2b1 Depends: golang-github-pkg-sftp-dev (>= 1.13.1), golang-golang-x-crypto-dev (>= 1:0.0~git20211108.ceb1ce7), golang-golang-x-text-dev (>= 0.3.3) Filename: pool/development/g/golang-github-spf13-afero/golang-github-spf13-afero-dev_1.9.3-1+apertis0bv2024dev2b1_all.deb Size: 62636 MD5sum: d8e83126b48a58c1c8907b94ea36d47b SHA1: b23d026429a6a46c175ac4c8be8d161dfc44d67b SHA256: 77c1cd6d2ac52fa2131d20282ed8df54419ef2329c319e5cd708298b44660847 SHA512: a904527b8c6a7da39b806a9c0e97ac998a0240aa50d9f6bc803076c2bbb3a3f92060cfb30aaf8ccc58a3bf62aa80760acc9950df0ee549757ed47e7ee09577dc Description: FileSystem Abstraction System for Go Afero is a filesystem framework providing a simple, uniform and universal API interacting with any filesystem, as an abstraction layer providing interfaces, types and methods. Afero has an exceptionally clean interface and simple design without needless constructors or initialization methods. . Afero is also a library providing a base set of interoperable backend filesystems that make it easy to work with afero while retaining all the power and benefit of the os and ioutil packages. . Afero provides significant improvements over using the os package alone, most notably the ability to create mock and testing filesystems without relying on the disk. . It is suitable for use in any situation where you would consider using the OS package as it provides an additional abstraction that makes it easy to use a memory-backed filesystem during testing. It also adds support for the http filesystem for full interoperability. Homepage: https://github.com/spf13/afero Multi-Arch: foreign Package: golang-github-spf13-cast-dev Priority: optional Section: golang Installed-Size: 93 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-spf13-cast Version: 1.5.0-2+apertis0bv2024dev2b1 Filename: pool/development/g/golang-github-spf13-cast/golang-github-spf13-cast-dev_1.5.0-2+apertis0bv2024dev2b1_all.deb Size: 14148 MD5sum: 90ee3e2ef0dff18a6b94f86edfdd1863 SHA1: 31ef2d0888b68aab607fb47d43bc313b3cc03bf5 SHA256: 646a9783559076b56f603ab4a5506d12eb4673c87bb90b3ff74080261d210e92 SHA512: c5257bb65973ac4e8a5ea70e5c1c740fb265e4accb246ec3d16bcaf331a980812f2061b3b854b3cab55e36a55dcb640090a3df78ccc70ea37e57cee49a948cdd Description: Safe and easy casting from one type to another in Go Cast is a library to convert between different Go types in a consistent and easy way. . Cast provides simple functions to easily convert a number to a string, an interface into a bool, etc. Cast does this intelligently when an obvious conversion is possible. It doesn’t make any attempts to guess what you meant; for example, you can only convert a string to an int when it is a string representation of an int such as “8”. . Cast was developed for use in Hugo (http://gohugo.io/), a website engine which uses YAML, TOML or JSON for meta data. Homepage: https://github.com/spf13/cast Multi-Arch: foreign Package: golang-github-spf13-cobra-dev Priority: optional Section: golang Installed-Size: 467 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-spf13-cobra Version: 1.6.1-1+apertis0bv2024dev2b1 Depends: golang-github-cpuguy83-go-md2man-v2-dev (>= 2.0.2), golang-github-spf13-pflag-dev (>= 1.0.5), golang-github-spf13-viper-dev (>= 1.10.0), golang-gopkg-yaml.v3-dev (>= 3.0.1) Filename: pool/development/g/golang-github-spf13-cobra/golang-github-spf13-cobra-dev_1.6.1-1+apertis0bv2024dev2b1_all.deb Size: 69924 MD5sum: 30be284fe8490793f94bff52d6762cec SHA1: 744da1870d6685c9a331c39f0f82e45cba82ef7b SHA256: b64a7a3af706e6dcb20fa50e5822561390c3267d18829362e2dfd9807e9794a6 SHA512: 0015d51db138585d3171e352b6d980a69c870323874cc822c131bd34c1d33fa7b443d75494183f53b0cd3d189b2d21027289c3c968e809bad5135f38ac22b413 Description: Go library for creating powerful modern Go CLI applications Cobra is a Go library providing a simple interface to create powerful modern CLI interfaces similar to git & go tools. . Cobra has an exceptionally clean interface and simple design without needless constructors or initialization methods. . This package contains the Cobra library for Go. Homepage: https://github.com/spf13/cobra Multi-Arch: foreign Package: golang-github-spf13-jwalterweatherman-dev Priority: optional Section: golang Installed-Size: 32 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-spf13-jwalterweatherman Version: 1.1.0+really1.1.0-2+apertis0bv2024dev2b1 Depends: golang-github-stretchr-testify-dev Filename: pool/development/g/golang-github-spf13-jwalterweatherman/golang-github-spf13-jwalterweatherman-dev_1.1.0+really1.1.0-2+apertis0bv2024dev2b1_all.deb Size: 7108 MD5sum: fe97e5251705a62e01d0c4fe4d41b230 SHA1: 84c1a581294627476251b5e07937a357447e4451 SHA256: 049992d89281405f44f45e94672f1d1fb6f0d218ed13b7821782a7f462440a89 SHA512: 446c91c8b68af343511b058782dd4c6f9aa2e0fdb89d37c01f7f5b90e1eedef2f5caf27b404c25d251f999e5dd8497d56a2a5752e9bf4ca31da0b9e45c91c2e4 Description: Go library for both printing to the terminal and logging to files jWalterWeatherman provides seamless printing to the terminal (stdout) and logging to a io.Writer (file) that's as easy to use as fmt.Println. . JWW is primarily a wrapper around the excellent Go standard log library. It provides a few advantages over using the standard log library alone: . * One library for both printing to the terminal and logging (to files). * Allow the user to easily control what levels are printed and logged * No unnecessary initialization cruft. Just use it. Homepage: https://github.com/spf13/jwalterweatherman Multi-Arch: foreign Package: golang-github-spf13-pflag-dev Priority: optional Section: devel Installed-Size: 349 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-spf13-pflag Version: 1.0.6~git20210604-d5e0c0615ace-1+apertis0bv2024dev2b1 Filename: pool/development/g/golang-github-spf13-pflag/golang-github-spf13-pflag-dev_1.0.6~git20210604-d5e0c0615ace-1+apertis0bv2024dev2b1_all.deb Size: 42656 MD5sum: a41c7b53b8211826ce45d23d9a706082 SHA1: 209cf8a5ab114e396a92a79fba857ba49cc0b6de SHA256: c070b43a487646382e3d3e83e5703b15f729c580785ad41604d549c400c658e9 SHA512: 9adc4657ef623a5f3af118aed6bcaed6992fdc3143262aafb3fd1511cc2f8e5b4b48dcd1166f8cc0899e229f4dcffffe8037a67e0ed299574e14c23a3fcfd901 Description: Drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags pflag is a drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags . pflag is compatible with the GNU extensions to the POSIX recommendations for command-line options (http://www.gnu.org/software/libc/manual/html_node/Argument-Syntax.html). . Forked from github.com/ogier/pflag. Homepage: https://github.com/spf13/pflag Multi-Arch: foreign Package: golang-github-spf13-viper-dev Priority: optional Section: golang Installed-Size: 274 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-spf13-viper Version: 1.10.1-1+apertis0bv2024dev2b1 Depends: golang-github-fsnotify-fsnotify-dev (>= 1.5.1), golang-github-hashicorp-hcl-dev (>= 1.0.0), golang-github-magiconair-properties-dev (>= 1.8.5), golang-github-mitchellh-mapstructure-dev (>= 1.4.3), golang-github-pelletier-go-toml-dev (>= 1.9.4), golang-github-spf13-afero-dev (>= 1.6.0), golang-github-spf13-cast-dev (>= 1.4.1), golang-github-spf13-jwalterweatherman-dev (>= 1.1.0), golang-github-spf13-pflag-dev (>= 1.0.5), golang-github-subosito-gotenv-dev (>= 1.2.0), golang-gopkg-ini.v1-dev (>= 1.66.2), golang-gopkg-yaml.v2-dev (>= 2.4.0) Filename: pool/development/g/golang-github-spf13-viper/golang-github-spf13-viper-dev_1.10.1-1+apertis0bv2024dev2b1_all.deb Size: 63060 MD5sum: 64c9e781ec319ad16edf61e506e1ca63 SHA1: 6acd0c4a54a05ee7ed9e0d6f02d89511b1d72539 SHA256: 6be222bbcd5471240d08ab4a1766deaa7dfbcddc50c167c478e6226982822077 SHA512: 01d37923f8bfd92f8baba90425b704726ec4c280057598bcb25ad3ee479c604f335c5f1949ae85f7db5d3621db66e07402ac2371acef03ee11bb29c33f6e44c1 Description: Go configuration with fangs Viper is a complete configuration solution for Go applications including 12-Factor apps. It is designed to work within an application, and can handle all types of configuration needs and formats. It supports: . * setting defaults * reading from JSON, TOML, YAML, HCL, and Java properties config files * live watching and re-reading of config files (optional) * reading from environment variables * reading from remote config systems (etcd or Consul), and watching changes * reading from command line flags * reading from buffer * setting explicit values . Viper can be thought of as a registry for all of your applications configuration needs. Homepage: https://github.com/spf13/viper Multi-Arch: foreign Package: golang-github-ssgelm-cookiejarparser-dev Priority: optional Section: devel Installed-Size: 25 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-ssgelm-cookiejarparser Version: 1.0.0-3+apertis0bv2024dev2b1 Depends: golang-golang-x-net-dev Filename: pool/development/g/golang-github-ssgelm-cookiejarparser/golang-github-ssgelm-cookiejarparser-dev_1.0.0-3+apertis0bv2024dev2b1_all.deb Size: 4804 MD5sum: 43a949327ee245b88391373f67aa286d SHA1: 4698cce5a2178b6f7b77bf2587fd8d1fc8ad6dbd SHA256: 84ea42bf5247020daa59339356356ec68d33b5c08cbfba2a3d6133785a68bab4 SHA512: 0e03e63060a1cf7685fde6d288fb41af842c60334ac2b1970b5049c091d5a1c1e2a0b408f451198363d6b29bf66661cd2b92f1b18aa28684c256089578ea647b Description: Go library that parses a curl cookiejar file into a Go http.CookieJar cookiejarparser is a Go library that parses a curl (netscape) cookiejar file into a Go http.CookieJar. This format is commonly used by cURL. Homepage: https://github.com/ssgelm/cookiejarparser Multi-Arch: foreign Package: golang-github-stathat-go-dev Priority: extra Section: devel Installed-Size: 30 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-stathat-go Version: 0.0~git20130314.0.01d012b-2.1apertis0bv2024dev2b1 Filename: pool/development/g/golang-github-stathat-go/golang-github-stathat-go-dev_0.0~git20130314.0.01d012b-2.1apertis0bv2024dev2b1_all.deb Size: 5320 MD5sum: 012fee021237d92c8e38089ac14daa9a SHA1: c81254f2714b9aeff448ecf0e8aaef7587549bb5 SHA256: c4fa32d5048d51238375a93dfcd28a3b682dd4c4704b7a900cbdaaa439fd4dd3 SHA512: c8da5e3766e7808c149d59a07573c2d83afc9d464266bbea1755b280b22a7b226fc05feb7456bb702e726b9e19ae8ad785680b7c32b37f7b3abef37ad53a5216 Description: Go package for reporting stat counts and values to StatHat This package is a client for reporting statistics and metrics data to the StatHat commercial logging product. Homepage: https://github.com/stathat/go Package: golang-github-streadway-amqp-dev Priority: optional Section: golang Installed-Size: 363 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-streadway-amqp Version: 0.0~git20200716.e6b33f4-3+apertis0bv2024dev2b1 Filename: pool/development/g/golang-github-streadway-amqp/golang-github-streadway-amqp-dev_0.0~git20200716.e6b33f4-3+apertis0bv2024dev2b1_all.deb Size: 71064 MD5sum: 802e83aaad8dba9768514a1f9cb34169 SHA1: 6a2d7d016769af28cbc436cdba884e3fd543136c SHA256: 8489d7efa5f9ad23af3813a3f6654f62b9a0b87a5125ab78668c01ee04151464 SHA512: fe28d04c892302e61735b0dc80ec9953a4195e04610dd3d7c2f0fc11e4163d0f6858e7b3e03f506cfea076a15da2e1d17aaabaded23c8ec92dc5e84c7191da4f Description: Go client for AMQP 0.9.1 The amqp package provides a functional interface that closely represents the AMQP 0.9.1 model targeted to RabbitMQ as a server. This includes the minimum necessary to interact the semantics of the protocol. Homepage: https://github.com/streadway/amqp Multi-Arch: foreign Package: golang-github-stretchr-objx-dev Priority: optional Section: golang Installed-Size: 239 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-objx Version: 0.5.0-1+apertis0bv2024dev2b1 Provides: golang-objx-dev Filename: pool/development/g/golang-objx/golang-github-stretchr-objx-dev_0.5.0-1+apertis0bv2024dev2b1_all.deb Size: 25836 MD5sum: 4744852cb5f5aefb61f60856698a1f26 SHA1: b8f283371b08d39c19146e9ba22935ef1cb949c4 SHA256: 3d66e6d6be304d38e5e6decafc9c5167ca015e0e402fbe6d3fd557d561117b20 SHA512: fc3f81d314b736491553626adf40784eccc8777e61ebb0af8b081fde7cc49058dc89dc5317de4c4a5f59f5c91381a5859ba4f037fc8c5d70059c5a85809ea0f9 Description: Go package for dealing with maps, slices, JSON and other data Objx provides the `objx.Map` type, which is a `map[string]interface{}` that exposes a powerful `Get` method (among others) that allows you to easily and quickly get access to data within the map, without having to worry too much about type assertions, missing data, default values etc. . This package contains the source. Homepage: https://github.com/stretchr/objx Multi-Arch: foreign Package: golang-github-stretchr-testify-dev Priority: optional Section: golang Installed-Size: 585 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-testify Version: 1.8.1-1+apertis1bv2024dev2b1 Depends: golang-github-davecgh-go-spew-dev (>= 1.1.1), golang-github-pmezard-go-difflib-dev (>= 1.0.0), golang-github-stretchr-objx-dev (>= 0.5.0), golang-gopkg-yaml.v3-dev (>= 3.0.1) Filename: pool/development/g/golang-testify/golang-github-stretchr-testify-dev_1.8.1-1+apertis1bv2024dev2b1_all.deb Size: 68544 MD5sum: 7667feac544cb742526210c435fed4f4 SHA1: be7c0261efbfd784834e0e7cba33f95f0ee4c5f3 SHA256: cfbfe0a5fc7c67d9244ea391c951b01dc83f535e2ac45f839f87ad5492b86f5c SHA512: 9473d72425a5fbdeca77b5944009f568c3704ed94b4631fcbbfd17e2dd387b2ed4b8c2362e4f2e48c1620e690bb4971fdfee02bdae82683780ec33c1c235c2cf Description: sacred extension to the standard Go testing package Testify is a Go code (golang) set of packages that provide many tools for testifying that code behaves as intended. . Features include: * Easy assertions * Mocking * HTTP response trapping * Testing suite interfaces and functions . This package contains the source. Homepage: https://github.com/stretchr/testify Multi-Arch: foreign Package: golang-github-subosito-gotenv-dev Priority: optional Section: devel Installed-Size: 40 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-subosito-gotenv Version: 1.2.0+git20190917.de67a66-3+apertis0bv2024dev2b1 Depends: golang-github-stretchr-testify-dev Filename: pool/development/g/golang-github-subosito-gotenv/golang-github-subosito-gotenv-dev_1.2.0+git20190917.de67a66-3+apertis0bv2024dev2b1_all.deb Size: 8516 MD5sum: 4c13af6aae5c8e45cabe2f49a3ecbb2d SHA1: b88d772690aa350034e101dd92d4544783c04dd7 SHA256: b8b2a2acc334c304d2b67d0f2884327e1cc69d948c5cb9c4bce974bc89bcc5cb SHA512: 196fcfb3ca12171a64ad8169ee13338559a99310a1b087d92a742abb23f6a44e1fbdc60517ae8b53649eeff881b07159a6d7556e209b0182e17f95f032b842fb Description: Load environment variables from `.env` or `io.Reader` in Go. To modify your app environment variables, gotenv expose 2 main functions: * gotenv.Load * gotenv.Apply By default, gotenv.Load will look for a file called .env in the current working directory. . Behind the scene, it will then load .env file and export the valid variables to the environment variables. Make sure you call the method as soon as possible to ensure it loads all variables, say, put it on init() function. . Once loaded you can use os.Getenv() to get the value of the variable. Homepage: https://github.com/subosito/gotenv Multi-Arch: foreign Package: golang-github-sylabs-sif-dev Priority: optional Section: devel Installed-Size: 5422 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-sylabs-sif Version: 2.8.3-1+apertis1bv2024dev3b1 Depends: golang-github-google-uuid-dev, golang-github-protonmail-go-crypto-dev, golang-github-satori-go.uuid-dev, golang-github-spf13-cobra-dev Filename: pool/development/g/golang-github-sylabs-sif/golang-github-sylabs-sif-dev_2.8.3-1+apertis1bv2024dev3b1_all.deb Size: 78188 MD5sum: 99c5c835907915b1952a8dc57fd10542 SHA1: a0d0c9c5a96bd7bb1e9c67500eeef8c447b4e0c6 SHA256: bcc4a1180df3f591b457cc2f3023cf22f2e458f34063569ba92afc1ffb055f8a SHA512: 39ab1d9e530e916c03f9e46b28ee941cdfa925bd17c51a6c57ad138b40c8e3c8b163822d1d88255b4a64ec40cb45026d092f60ee800ed8823f73cf2f50064349 Description: reference implementation of the Singularity Image Format (SIF) SIF is an implementation of the Singularity Container Image Format that makes it easy to create complete and encapsulated container enviroments stored in a single file. Homepage: https://github.com/sylabs/sif Package: golang-github-tchap-go-patricia-dev Priority: optional Section: golang Installed-Size: 70 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-go-patricia Version: 2.3.1-1+apertis1bv2024dev2b2 Replaces: golang-go-patricia-dev (<< 2.2.0-2) Provides: golang-go-patricia-dev Breaks: golang-go-patricia-dev (<< 2.2.0-2) Filename: pool/development/g/golang-go-patricia/golang-github-tchap-go-patricia-dev_2.3.1-1+apertis1bv2024dev2b2_all.deb Size: 12524 MD5sum: 4842f6e1c39436faf32af42a9358bc83 SHA1: 7219496d5d1eaade9b5c3a2efdba5d1a0380b058 SHA256: 0b94252b63234e5b7581f44ded4144d77a54f3fe2df22ff351d172a52329d4c4 SHA512: 62113ae6c9bcf133124400f9b6928d37b948c77ed3603c2d7a090f03a632664eea81bbd2fc7634a54dd04a68a77f5fb85331276da3630b14115dde19ebb470a6 Description: generic patricia trie (also called radix tree) The patricia trie as implemented in this library enables fast visiting of items in some particular ways: . 1. visit all items saved in the tree, 2. visit all items matching particular prefix (visit subtree), or 3. given a string, visit all items matching some prefix of that string. . This package contains the source. Homepage: https://github.com/tchap/go-patricia Multi-Arch: foreign Package: golang-github-tinylib-msgp-dev Priority: optional Section: golang Installed-Size: 976 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-tinylib-msgp Version: 1.1.6-1+apertis0bv2024dev2b1 Depends: golang-github-philhofer-fwd-dev, golang-golang-x-tools-dev Filename: pool/development/g/golang-github-tinylib-msgp/golang-github-tinylib-msgp-dev_1.1.6-1+apertis0bv2024dev2b1_all.deb Size: 101864 MD5sum: 46f6125a1c422c97bf50c49de81ead32 SHA1: a507a9e396f44040753f62bc4c2c3337513096bc SHA256: a98bd327a4e221bbfc9f4b391d5320b26267c6ec1c4c20692ea97b19ed225208 SHA512: d8f36250f07a268350de53476c26311af53efc7eb19fb79dcdd5d7610145b93443b84cb63616103017cf6570cbf9051ee6df3b72ba7fc54dac58ab669032c731 Description: Go code generator for MessagePack (source) This is a code generation tool and serialization library for MessagePack. It is targeted at the go generate tool. You can read more about MessagePack in the wiki, or at msgpack.org. . Why? . * Use Go as your schema language * Speeeeeed (400MB/s on modern hardware) * JSON interop * User-defined extensions * Type safety * Encoding flexibility . This package contains the source. Homepage: https://github.com/tinylib/msgp Package: golang-github-tmc-grpc-websocket-proxy-dev Priority: optional Section: devel Installed-Size: 27 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-tmc-grpc-websocket-proxy Version: 0.0~git20200427.3cfed13-3+apertis0bv2024dev2b1 Depends: golang-github-gorilla-websocket-dev, golang-github-sirupsen-logrus-dev Filename: pool/development/g/golang-github-tmc-grpc-websocket-proxy/golang-github-tmc-grpc-websocket-proxy-dev_0.0~git20200427.3cfed13-3+apertis0bv2024dev2b1_all.deb Size: 6056 MD5sum: 8e2553133dfe387357864dcdfa4574e6 SHA1: 960d594f438569316fd71d3c18ea27418cf1de01 SHA256: cab5c4b3c209c1e980793124a17418e0b58194e5ca7e7e1a8132f90bb20a11c1 SHA512: df1950d9df3b4bca1de12f0ea210bea7bcb5e5c3b408277f8fb66d089adb5593bd00adee4f6fac8104bb844797e6e8e06ffda727c20291218f2533545802ed2f Description: proxy to upgrade grpc-gateway streaming endpoints to use websockets Wrap your grpc-gateway mux with this helper to expose streaming endpoints over websockets. . On the wire this uses newline-delimited json encoding of the messages. Homepage: https://github.com/tmc/grpc-websocket-proxy Multi-Arch: foreign Package: golang-github-tonistiigi-units-dev Priority: optional Section: devel Installed-Size: 19 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-tonistiigi-units Version: 0.0~git20180711.6950e57-2apertis0bv2024dev2b1 Depends: golang-github-stretchr-testify-dev Filename: pool/development/g/golang-github-tonistiigi-units/golang-github-tonistiigi-units-dev_0.0~git20180711.6950e57-2apertis0bv2024dev2b1_all.deb Size: 4176 MD5sum: ea9eb5a5d5efac325e4598fab1dcd094 SHA1: 82238fe8c44e5a962fcfa6020d13681dfacac0f3 SHA256: 0ae0e78809cda0557f785450ec290df513c4712eca8e5565f42c3b8743f2958a SHA512: 75c43ff2a1869d7ad5e6c57a9925dde07b2b4d912538f644935ba7c15c4bf108554b3a4e4b8db86f7ebfbb672282a39a118004755f9d0642c8db660c466a9185 Description: Simple byte size formatting library Simple byte size formatting. This package implements types that can be used in stdlib formatting functions like fmt.Printf to control the output of the expected printed string. . Floating point flags %f and %g print the value in using the correct unit suffix. Homepage: https://github.com/tonistiigi/units Package: golang-github-tv42-httpunix-dev Priority: optional Section: devel Installed-Size: 20 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-tv42-httpunix Version: 0.0~git20150427.b75d861-3+apertis0bv2024dev2b1 Filename: pool/development/g/golang-github-tv42-httpunix/golang-github-tv42-httpunix-dev_0.0~git20150427.b75d861-3+apertis0bv2024dev2b1_all.deb Size: 4224 MD5sum: 01aa72bf6beaa557c83cc452484e1e14 SHA1: 185184bba734b43c53085f47503557293021a3dd SHA256: bc727f67db3ca3fdc19ddfd0f1480fa9d985f3bf49b14f1e8dfce29d8654a6ac SHA512: 838a12f94c8e47401302809f904595dd92c4c60f9e6969da75583b17c3dffa2018a7e9cbb754f65ce4f363b06c5647082d455c4cce492e42c7260c715dee249d Description: library to talk HTTP over Unix domain sockets Golang library to talk HTTP over Unix domain sockets. Homepage: https://github.com/tv42/httpunix Multi-Arch: foreign Package: golang-github-u-root-uio-dev Priority: optional Section: golang Installed-Size: 85 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-u-root-uio Version: 0.0~git20220204.dac05f7-2+apertis1bv2024dev3b1 Depends: golang-golang-x-sys-dev Filename: pool/development/g/golang-github-u-root-uio/golang-github-u-root-uio-dev_0.0~git20220204.dac05f7-2+apertis1bv2024dev3b1_all.deb Size: 15236 MD5sum: aa0be723e7297acf61f87b65a433b153 SHA1: 16d545019ec24c526cb50ac1e111ce6138f66dc6 SHA256: 054f8991aa0626bbe3efecb459b971587e430d5be69c60951b5fa1655d2f837a SHA512: 0eddc8699a6063d7d1fcfe4848869c5f75331cea88d11cc155ba37e9666e793b8178302fee19eb8d5923129ec802ad9bc34931642d97f99774525433889bed17 Description: commonly used utilities for u-root Go library for breaking up circular dependencies in u-root. . It contains: * cp: routines to copy files. * rand: cancelable reads from a cryptographically safe random number source. * ubinary: a native endian binary.ByteOrder. * uio: commonly used io utilities. * ulog: exposes logging via a Go interface. Homepage: https://github.com/u-root/uio Multi-Arch: foreign Package: golang-github-ulikunitz-xz-dev Priority: optional Section: devel Installed-Size: 1386 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-ulikunitz-xz Version: 0.5.6-2+apertis1bv2024dev2b1 Filename: pool/development/g/golang-github-ulikunitz-xz/golang-github-ulikunitz-xz-dev_0.5.6-2+apertis1bv2024dev2b1_all.deb Size: 352776 MD5sum: 4686e8d708efc2fa45d81c13c401ecf9 SHA1: b307fa27173d3c401eb0bb6669a2cb6530ff3bb9 SHA256: 321a162545d2d8efb42047e6b2a226ead7e196f15bc660903032867b17a32d15 SHA512: 408e820ad57f0b0d51aa036063c739d1558f4f571a1c060e641a70f6ff8229297eb3ed866c6dd1a68f1f3507a27a26e390d0d95e64cd3006fb6b22d0cb3dba31 Description: Pure golang package for reading and writing xz-compressed files A Go library that supports the reading and writing of xz compressed streams. It includes also a gxz command for compressing and decompressing data. The package is completely written in Go and doesn't have any dependency on any C code. Homepage: https://github.com/ulikunitz/xz Multi-Arch: foreign Package: golang-github-urfave-cli-dev Priority: optional Section: golang Installed-Size: 310 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-urfave-cli Version: 1.22.9-2+apertis0bv2024dev2b1 Depends: golang-github-cpuguy83-go-md2man-v2-dev (>= 2.0.1~) Breaks: golang-github-mendersoftware-mender-artifact-dev (<< 3.4.0-2) Filename: pool/development/g/golang-github-urfave-cli/golang-github-urfave-cli-dev_1.22.9-2+apertis0bv2024dev2b1_all.deb Size: 48248 MD5sum: f6a7d85b92973c4d7aa8767fe9bcf239 SHA1: 525c0058ec68116c2f52888c8c56c58e95fcaa33 SHA256: 01a8ed9ce043c01e2d2f0bcde63ed1ca2414e38f613de424f6d40b965ee69b0b SHA512: 639bf03af8d1174e0ac76f90c19b8713fc25ccebc6f95e570c3ccfde636ae5ca8f139abe66c52f2c770042dccc2f5c28d556505b14e903351a428226c7dd7267 Description: package for building command line apps in Go "Cli" is a simple, fast, and fun package for building command line apps in Go. The goal is to enable developers to write fast and distributable command line applications in an expressive way. Homepage: https://github.com/urfave/cli Multi-Arch: foreign Package: golang-github-urfave-cli-v2-dev Priority: optional Section: golang Installed-Size: 333 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-urfave-cli-v2 Version: 2.3.0-2+apertis0bv2024dev3b1 Depends: golang-github-cpuguy83-go-md2man-v2-dev (>= 2.0.1) Filename: pool/development/g/golang-github-urfave-cli-v2/golang-github-urfave-cli-v2-dev_2.3.0-2+apertis0bv2024dev3b1_all.deb Size: 57468 MD5sum: 0e79a7ad773ee33c4bd11129a056c7f1 SHA1: 2bfc93c59c941085ddbf0e8611200cb65b65ca11 SHA256: d92dd78fca0c4fca948bad17b088471906548c3dae9f2df181a8d6f9ae235eca SHA512: 0197ef603aa4aa69bb8a086ac4ecdb20c5393c4e649af826031c5d3b219a66da3e8e86265380aeb196f089e41fd564268dcdc797a0205ee0f6ad20175e03d450 Description: package for building command line apps in Go (version 2) "Cli" is a simple, fast, and fun package for building command line apps in Go. The goal is to enable developers to write fast and distributable command line applications in an expressive way. . This package provides cli version 2 (github.com/urfave/cli/v2) Homepage: https://github.com/urfave/cli Multi-Arch: foreign Package: golang-github-valyala-bytebufferpool-dev Priority: optional Section: devel Installed-Size: 29 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-valyala-bytebufferpool Version: 1.0.0-3+apertis0bv2024dev2b1 Filename: pool/development/g/golang-github-valyala-bytebufferpool/golang-github-valyala-bytebufferpool-dev_1.0.0-3+apertis0bv2024dev2b1_all.deb Size: 6736 MD5sum: 92943fca014ac9d6ce82b2c14a326036 SHA1: 4130bfd1b1987e9b5dccf4a0bca6ef2b8223c212 SHA256: 48b09183cb91e1db2f32fd1d81c650be22faea0423c57ff8fe1ef5c82b74b126 SHA512: 3268e5f5d294d8120fe7663452127065f89b571201552c16feacc583c2a9b60c59464379b9f93d9c47c22fa61505ce55faac8cbda1e641c1a45348756057b192 Description: Anti-memory-waste byte buffer pool for go An implementation of a pool of byte buffers with anti-memory-waste protection. . The pool may waste limited amount of memory due to fragmentation. This amount equals to the maximum total size of the byte buffers in concurrent use. Benchmark results Currently bytebufferpool is fastest and most effective buffer pool written in Go. Homepage: https://github.com/valyala/bytebufferpool Multi-Arch: foreign Package: golang-github-valyala-fasttemplate-dev Priority: optional Section: golang Installed-Size: 58 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-valyala-fasttemplate Version: 1.2.2+ds1-1+apertis0bv2024dev2b1 Depends: golang-github-valyala-bytebufferpool-dev Filename: pool/development/g/golang-github-valyala-fasttemplate/golang-github-valyala-fasttemplate-dev_1.2.2+ds1-1+apertis0bv2024dev2b1_all.deb Size: 9728 MD5sum: 2721e7a3ecc5aea6ed1b52809518790c SHA1: b16e2542cf77078688a76c9f0dd16ed27feddc78 SHA256: 74c7278262cdea05c4d349fe48fe7795dbf88b576080a78ad8680335258c6de1 SHA512: 1210fa2f23e356bbca6538b3e796a1be1a075b7536cbb764ce5c9fa365198d1f1e9f25ec1aed720e97c6930679326828e7ccbb5fbddf843564b6af15529db713 Description: simple and fast template engine for Go Fasttemplate peforms only a single task - it substitutes template placeholders with user-defined values. Homepage: https://github.com/valyala/fasttemplate Multi-Arch: foreign Package: golang-github-vbatts-tar-split-dev Priority: optional Section: devel Installed-Size: 488 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-vbatts-tar-split Version: 0.11.2+ds1-1+apertis0bv2024dev2b1 Depends: golang-github-sirupsen-logrus-dev, golang-github-urfave-cli-dev Filename: pool/development/g/golang-github-vbatts-tar-split/golang-github-vbatts-tar-split-dev_0.11.2+ds1-1+apertis0bv2024dev2b1_all.deb Size: 67956 MD5sum: 91b38df57ac4fb670e98a0ec2119671f SHA1: 873b9e9f2114c5575d4fcd0cb4628e69c6d63139 SHA256: f4bee7795da0faf25f33257724c3a6fa56299d7fc74e4f4c00aea47b99e3dbc4 SHA512: 5ad831a515c1dcf83402b4d1573246a64a252b9e6b128c59130c1e91f6dca4a1d1fdd8a1418f1bbd64cc513421ee912a10709d4a8375c5b62ada6a360da0c3db Description: tar archive assembly/disassembly (source) Pristinely disassembling a tar archive, and stashing needed raw bytes and offsets to reassemble a validating original archive. . Eventually this should detect TARs that this is not possible with. . For example stored sparse files that have "holes" in them, will be read as a contiguous file, though the archive contents may be recorded in sparse format. Therefore when adding the file payload to a reassembled tar, to achieve identical output, the file payload would need be precisely re-sparsified. This is not something I seek to fix immediately, but would rather have an alert that precise reassembly is not possible. (see more http://www.gnu.org/software/tar/manual/html_node/Sparse-Formats.html) . Other caveat, while tar archives support having multiple file entries for the same path, we will not support this feature. If there are more than one entries with the same path, expect an err (like ErrDuplicatePath) or a resulting tar stream that does not validate your original checksum/signature. . Contract: Do not break the API of stdlib archive/tar in our fork (ideally find an upstream mergeable solution). . This package contains the source. Homepage: https://github.com/vbatts/tar-split Multi-Arch: foreign Package: golang-github-vbauerster-mpb-dev Priority: optional Section: devel Installed-Size: 199 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-vbauerster-mpb Version: 7.3.2-1+apertis0bv2024dev3b1 Depends: golang-github-acarl005-stripansi-dev, golang-github-mattn-go-isatty-dev, golang-github-mattn-go-runewidth-dev, golang-github-vividcortex-ewma-dev, golang-golang-x-crypto-dev Filename: pool/development/g/golang-github-vbauerster-mpb/golang-github-vbauerster-mpb-dev_7.3.2-1+apertis0bv2024dev3b1_all.deb Size: 33616 MD5sum: 1909646cbd8db0f86994ff9e825e9348 SHA1: 163957b95a2802cbcf8175b46672704dfc41195f SHA256: 346ae24603b51d0651344dbe1f496583b6beb699bd76062f8e374d2d9a60a9e9 SHA512: 375cabb3d746ed56287aee4a36ff7212d72ae059847636981d106f813cad43571996fd1a7437e8c2d3e927ebf7b597107b4a0414944e2a0fd26a0bbc60707d9b Description: multi progress bar for Go cli applications mpb is a golang library for rendering progress bars in terminal applications. Homepage: https://github.com/vbauerster/mpb Package: golang-github-vishvananda-netlink-dev Priority: optional Section: golang Installed-Size: 956 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-vishvananda-netlink Version: 1.1.0.125.gf243826-4+apertis0bv2024dev2b1 Depends: golang-github-vishvananda-netns-dev, golang-golang-x-sys-dev Filename: pool/development/g/golang-github-vishvananda-netlink/golang-github-vishvananda-netlink-dev_1.1.0.125.gf243826-4+apertis0bv2024dev2b1_all.deb Size: 147760 MD5sum: 43fae7019089c36464fb13af2cd27835 SHA1: 5f9a23afe7311976f7c53cd377a2be4c422eb3fd SHA256: a9108885ce4f51bb9583bd6263df92845e49f5d1a11d2d9cb3c18148538878d1 SHA512: 14865481e798d90b0d131fd734762dfc17199f2fae769e43b9ce93f521d9b2126f5823e60113f051ee824b615d98a7ec24e52f998a485a5b81f1425e4639b0a8 Description: netlink library for go The netlink package provides a simple netlink library for go. Netlink is the interface a user-space program in Linux uses to communicate with the kernel. It can be used to add and remove interfaces, set ip addresses and routes, and configure ipsec. Netlink communication requires elevated privileges, so in most cases this code needs to be run as root. Since low-level netlink messages are inscrutable at best, the library attempts to provide an API that is loosely modeled on the CLI provied by iproute2. Actions like ip link add will be accomplished via a similarly named function like AddLink(). This library began its life as a fork of the netlink functionality in docker/libcontainer but was heavily rewritten to improve testability, performance, and to add new functionality like ipsec xfrm handling. . This package contains the source. Homepage: https://github.com/vishvananda/netlink Multi-Arch: foreign Package: golang-github-vishvananda-netns-dev Priority: optional Section: golang Installed-Size: 32 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-vishvananda-netns Version: 0.0~git20211101.5004558-1+apertis0bv2024dev2b1 Depends: golang-golang-x-sys-dev Filename: pool/development/g/golang-github-vishvananda-netns/golang-github-vishvananda-netns-dev_0.0~git20211101.5004558-1+apertis0bv2024dev2b1_all.deb Size: 6796 MD5sum: fc89330fe4870fc6d0acc4bb770af3f7 SHA1: 7da2c2dfc853cec05e779e0a862ad5d0c059c69a SHA256: 75a90dd7b5461e7b3c483dbd0c031cf5305d50af15806136bb5cd7227908dc5e SHA512: e0b50fb76ef1ea1b61bc7f584e02dfb9c8d34435770387c183253fd4778bdd73ec706cef45555ce5ca5a42cfe5730fbb84cfcfbb42a0501da83f4876233335b7 Description: network namespaces in go The netns package provides an ultra-simple interface for handling network namespaces in go. Changing namespaces requires elevated privileges, so in most cases this code needs to be run as root. . This package contains the source. Homepage: https://github.com/vishvananda/netns Multi-Arch: foreign Package: golang-github-vividcortex-ewma-dev Priority: optional Section: devel Installed-Size: 23 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-vividcortex-ewma Version: 1.1.1-2+apertis2bv2024dev3b1 Filename: pool/development/g/golang-github-vividcortex-ewma/golang-github-vividcortex-ewma-dev_1.1.1-2+apertis2bv2024dev3b1_all.deb Size: 5668 MD5sum: 2850ab2b8a1f99072deaf3e9c2c914d9 SHA1: d47d9caff4bb2757657a838bcb749ff5c2d270ee SHA256: b3fba901f3c01bd7ab4a457e0fc1e487ed4ca052124ea7608067cf27f7e3a068 SHA512: a17b073c79ffdd815aba5232fc42d054362130d224fcb4654f9e6e36fbffaf93c05a471330f8507a93bf45af561dc00cd3d885eabf2c7df335ebce46ab424fc7 Description: Exponentially Weighted Moving Average algorithms for Go An exponentially weighted moving average is a way to continuously compute a type of average for a series of numbers, as the numbers arrive. After a value in the series is added to the average, its weight in the average decreases exponentially over time. This biases the average towards more recent data. EWMAs are useful for several reasons, chiefly their inexpensive computational and memory cost, as well as the fact that they represent the recent central tendency of the series of values. Homepage: https://github.com/vividcortex/ewma Multi-Arch: foreign Package: golang-github-vmihailenco-tagparser-dev Priority: optional Section: devel Installed-Size: 28 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-vmihailenco-tagparser Version: 0.1.1-4+apertis0bv2024dev2b1 Filename: pool/development/g/golang-github-vmihailenco-tagparser/golang-github-vmihailenco-tagparser-dev_0.1.1-4+apertis0bv2024dev2b1_all.deb Size: 4956 MD5sum: 09cc9fa48b7cb83fc736e3e5d004725c SHA1: df3c66ae0020af2b202e5e31021fbc9783b65c79 SHA256: adafed3d02461757af86b67380b4976f64b0dc82339ae2908371bf4a81339dc5 SHA512: cd989c7dc3a2e47f62a2124cf5f69f6508377dde41e94eff7fc7f441904005ecb46f1191c7eca70c3e8277e735b5f4ddd2f68688d2d4a1492d5d8991260e431b Description: Golang tag parser Opinionated Golang tag parser. Homepage: https://github.com/vmihailenco/tagparser Multi-Arch: foreign Package: golang-github-xeipuuv-gojsonpointer-dev Priority: optional Section: devel Installed-Size: 30 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-xeipuuv-gojsonpointer Version: 0.0~git20190905.02993c4-3+apertis0bv2024dev2b1 Filename: pool/development/g/golang-github-xeipuuv-gojsonpointer/golang-github-xeipuuv-gojsonpointer-dev_0.0~git20190905.02993c4-3+apertis0bv2024dev2b1_all.deb Size: 6132 MD5sum: 660dc914817e468c60e486e90f093093 SHA1: 295ace7325eb1ab0ae355573e9842435534fc2e9 SHA256: 042fb4ed139328462ddf38832710a16be7ddd9d1e76c2353b4afa527ccf404b1 SHA512: 7d1595f25bc7d1c8230dbc399568138d6dc658db3b6cc45f1bc51ae87bf1d3a0b96bdd9222ff2a1f6a5cd2379e930daf6a5d21dfc0beeb205a5417baf7cf3a9d Description: JSON Pointer implementation in Golang An implementation of JSON Pointer in Golang Homepage: https://github.com/xeipuuv/gojsonpointer Multi-Arch: foreign Package: golang-github-xeipuuv-gojsonreference-dev Priority: optional Section: devel Installed-Size: 30 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-xeipuuv-gojsonreference Version: 0.0~git20180127.bd5ef7b-3+apertis0bv2024dev2b1 Depends: golang-github-xeipuuv-gojsonpointer-dev Filename: pool/development/g/golang-github-xeipuuv-gojsonreference/golang-github-xeipuuv-gojsonreference-dev_0.0~git20180127.bd5ef7b-3+apertis0bv2024dev2b1_all.deb Size: 5404 MD5sum: f69b9840f5dd042deb31d905b1f2f2c1 SHA1: 75864aa1f244032e997b7d04f5af2bb3c181e21f SHA256: c9c4ddcaaa8819a9acb0bd5804a9b45ae8733c9c336acc18115508acf46c3a94 SHA512: 71a921b680c6a9d1d82d9270d5da28b12d1c35fa781d168e37b293064946d36462e5272c36c85faf1691038d4890238cde8c489f25ab08e2771f2e67a74e687a Description: JSON Reference implementation in Golang An implementation of JSON Reference in Golang. Homepage: https://github.com/xeipuuv/gojsonreference Multi-Arch: foreign Package: golang-github-xeipuuv-gojsonschema-dev Priority: optional Section: golang Installed-Size: 567 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-xeipuuv-gojsonschema Version: 1.2.0-3+apertis0bv2024dev2b1 Depends: golang-github-xeipuuv-gojsonreference-dev Filename: pool/development/g/golang-github-xeipuuv-gojsonschema/golang-github-xeipuuv-gojsonschema-dev_1.2.0-3+apertis0bv2024dev2b1_all.deb Size: 45304 MD5sum: 220cebe5ccbf06e7df701b67fb469ab7 SHA1: 0df4aff5c8076c990a34b4d6d89b34c8b0a7b521 SHA256: 64bd461b8beeebff0fa6ec54fccfbb086637b43d81d5fb074788f61f29c20f0e SHA512: 5e277051ab31158bb6a435b5305c100b0802d21ca153dfe5e0ae7629e5cd340458bc2696e9c87d0c12850abc122cb91fd454bcfaab640456c40cdc40f2451643 Description: Go library for validating JSON data against JSON Schema documents This library allows the validation of JSON documents against schemas within Go programs. It supports multiple versions of the JSON Schema specification, although not comprehensively. Homepage: https://github.com/xeipuuv/gojsonschema Multi-Arch: foreign Package: golang-github-xiang90-probing-dev Priority: optional Section: devel Installed-Size: 24 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-xiang90-probing Version: 0.0.2-2+apertis0bv2024dev2b1 Filename: pool/development/g/golang-github-xiang90-probing/golang-github-xiang90-probing-dev_0.0.2-2+apertis0bv2024dev2b1_all.deb Size: 4472 MD5sum: 8a958d8b981de81ca3a6dc792043bc9a SHA1: 9d428ff2fc6394c6f826e819147e8a0d4ce28a93 SHA256: b8a0e91270fb5e4830dc2212d8bc9ebc800525e43c520b7083f0299690080a8b SHA512: 2916915b85528f35cb5b46e86dae407c7355351869f3ad509c38bd94beff50abdb383b43fb55ee5c2940e880df8cc269283413de817fd46e237d864bef242fa8 Description: Go library for HTTP probing Library for simple probing via HTTP. Homepage: https://github.com/xiang90/probing Multi-Arch: foreign Package: golang-github-yuin-goldmark-dev Priority: optional Section: golang Installed-Size: 865 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-yuin-goldmark Version: 1.5.4-1+apertis0bv2024dev2b1 Filename: pool/development/g/golang-github-yuin-goldmark/golang-github-yuin-goldmark-dev_1.5.4-1+apertis0bv2024dev2b1_all.deb Size: 108844 MD5sum: 556bcaf1347236ddd6d53b8e62e4a978 SHA1: 6755691fec07abd5eb9f62dbaf6bbda0cf61effa SHA256: 9c4f1f95a499a1033955f99aecbf8e91062ae8d7f5e97999c8d440548538ea4b SHA512: 7bf98e07aeb369461b275fe8f3c7d327bc44e6d3457df54ebc7043af90961bf8e0dcfc9c8293b87fdcb501505a5c2a53f72edae4401ac15fcf328c2b78ad7890 Description: CommonMark compliant and extensible Markdown parser written in Go goldmark is a Markdown parser written in Go. It is easy to extend, standard compliant, and well structured. It is compliant with CommonMark 0.30, and supports extensions from GitHub Flavored Markdown and PHP Markdown Extra. . Features: . * Standard compliant. goldmark gets full compliance with the latest CommonMark spec. * Extensible. Do you want to add a @username mention syntax to Markdown? You can easily do it in goldmark. You can add your AST nodes, parsers for block level elements, parsers for inline level elements, transformers for paragraphs, transformers for whole AST structure, and renderers. * Performance. goldmark performs pretty much equally to cmark, the CommonMark reference implementation written in C. * Robust. goldmark is tested with go-fuzz, a fuzz testing tool. * Builtin extensions. goldmark ships with common extensions like tables, strikethrough, task lists, and definition lists. * Depends only on standard libraries. Homepage: https://github.com/yuin/goldmark Multi-Arch: foreign Package: golang-glog-dev Priority: optional Section: golang Installed-Size: 69 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-glog Version: 0.0~git20160126.23def4e-5+apertis0bv2024dev2b1 Filename: pool/development/g/golang-glog/golang-glog-dev_0.0~git20160126.23def4e-5+apertis0bv2024dev2b1_all.deb Size: 17348 MD5sum: 2f1d91535dd00ec3a19debb5a41d0b73 SHA1: ae5e7df314b68bba7321fffcb07aab800a40906b SHA256: 8f2d2aced0f00c25521ecbbc79b17d4b9e64584a217c544f1858f97f5bc8fdc4 SHA512: bbda5380b9c12f5d93c75ee3cf4188ba6bdc2439f9b2d1fea7bd28af9302f70bff25602af567ec7f71de26fe4c8ccae6a683e1803063caa77adfa70bbeb178d5 Description: Leveled execution logs for Go This is an efficient pure Go implementation of leveled logs in the manner of the open source C++ package https://github.com/google/glog Homepage: https://github.com/golang/glog Multi-Arch: foreign Package: golang-go Priority: optional Section: golang Installed-Size: 69 Maintainer: Debian Go Compiler Team Architecture: amd64 Source: golang-defaults Version: 2:1.19~1+apertis0bv2024dev2b1 Replaces: golang-go-darwin-386, golang-go-darwin-amd64, golang-go-freebsd-386, golang-go-freebsd-amd64, golang-go-freebsd-arm, golang-go-linux-386, golang-go-linux-amd64, golang-go-linux-arm, golang-go-netbsd-386, golang-go-netbsd-amd64, golang-go-windows-386, golang-go-windows-amd64 Depends: golang-1.19-go, golang-src (>= 2:1.19~1+apertis0bv2024dev2b1) Suggests: git Conflicts: gccgo-go Breaks: gccgo-5 (<< 5.3.1-12~), gccgo-6 (<< 6-20160319-1~), golang-go-darwin-386, golang-go-darwin-amd64, golang-go-freebsd-386, golang-go-freebsd-amd64, golang-go-freebsd-arm, golang-go-linux-386, golang-go-linux-amd64, golang-go-linux-arm, golang-go-netbsd-386, golang-go-netbsd-amd64, golang-go-windows-386, golang-go-windows-amd64 Filename: pool/development/g/golang-defaults/golang-go_1.19~1+apertis0bv2024dev2b1_amd64.deb Size: 44184 MD5sum: a5dc11fbf49d86c04e19bc675792e439 SHA1: ac9c68fcdd39d3a8c95d3dbd0ca05cc10d0c8bc0 SHA256: 6f3464769f71ec55e302a15764079c0dbfa30c6b5856df9037fdee8a6fe34ff9 SHA512: 2b7b1ad19619c1c14bf8d73f892e5e3ac1d52206f4119dd698cdacc35e4ca677528068d900d3119d9c9a1831474edac1265708fb5f9883a385ad29cb8e657b50 Description: Go programming language compiler, linker, compiled stdlib The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. . This is a dependency package that depends on the default Go toolchain and compiled standard library. It is only built on architectures that have a native toolchain ("gc compiler"). Packages that want to build with whichever of gc or gccgo is available should depend on golang-any. Homepage: https://golang.org Multi-Arch: same Package: golang-go-flags-dev Priority: optional Section: oldlibs Installed-Size: 11 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-go-flags Version: 1.4.0-6+apertis0bv2024dev3b1 Depends: golang-github-jessevdk-go-flags-dev Filename: pool/development/g/golang-go-flags/golang-go-flags-dev_1.4.0-6+apertis0bv2024dev3b1_all.deb Size: 3652 MD5sum: ab93072a20d15cc39f3bc1cd994b8d56 SHA1: 7163d8de9b8f3d13094143b923356086b48290cb SHA256: 2a180279755dfcebd874c859d806fa17923c202b49141da6131921062fce891c SHA512: f22f38d9c7e3ed64944c3639a706d8b3623ae6c1e31eed0ceab8189b57a8dfe565c00d53627c737eca9ac1e675343c0c2596949ca5282ba94128a1a358a6f3f1 Description: Transitional package for golang-github-jessevdk-go-flags-dev This is a transitional package to ease upgrades to the golang-github-jessevdk-go-flags-dev package. It can safely be removed. Homepage: https://github.com/jessevdk/go-flags Multi-Arch: foreign Package: golang-go-semver-dev Priority: optional Section: oldlibs Installed-Size: 8 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-coreos-semver Version: 0.3.0-1apertis0bv2024dev2b1 Depends: golang-github-coreos-go-semver-dev Filename: pool/development/g/golang-github-coreos-semver/golang-go-semver-dev_0.3.0-1apertis0bv2024dev2b1_all.deb Size: 1936 MD5sum: 17f2446d110f7a833bb9d82dc4fa9342 SHA1: f63e3507564e845177eaa9da222769149a80d02c SHA256: 1ccab04e394062b7b85dc311467ad2342a153d5a71357920934a56b0647ae98f SHA512: 8ca916901e2ed74bf4023e06aa2cffc59f8f1a404b56f11f9cd73d16bea6f762ebb77e360ec6a4654979822d01451c7cdc365ceb821449cff0f1f7d7872acc22 Description: Transitional package for golang-github-coreos-go-semver-dev This is a transitional package to ease upgrades to the golang-github-coreos-go-semver-dev package. It can be safely removed. Homepage: https://github.com/coreos/go-semver Package: golang-go-zfs-dev Priority: optional Section: golang Installed-Size: 60 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-go-zfs Version: 3.0.0-1+apertis0bv2024dev2b1 Depends: golang-github-google-uuid-dev Filename: pool/development/g/golang-go-zfs/golang-go-zfs-dev_3.0.0-1+apertis0bv2024dev2b1_all.deb Size: 15120 MD5sum: 956519b746bf8b4a448d67e71e69b7fd SHA1: f37e0cfbd858fad3be68bc8e30fe568627b84540 SHA256: f52604f257d2161a9d34c411a4e20a3d2f58fc5ede8ae3a31ee0bce793c594db SHA512: 1432a78dfa8f19c917196d41ae08514c3acaceb87a97f3edffaa6d1b4d30d3ec8966d88d9189b419511183600202b2ba70f97369a7e796e01d6afb679d6b2462 Description: Go library for ZFS manipulation Simple wrappers for ZFS command line tools, used for manipulating ZFS filesystems directly from within applications written in Go. . This package contains the source. Homepage: https://github.com/mistifyio/go-zfs Multi-Arch: foreign Package: golang-go.opencensus-dev Priority: optional Section: golang Installed-Size: 899 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-go.opencensus Version: 0.24.0-1+apertis0bv2024dev2b1 Depends: golang-github-google-go-cmp-dev (>= 0.5.3), golang-github-golang-groupcache-dev, golang-github-stretchr-testify-dev (>= 1.8.1), golang-golang-x-net-dev, golang-google-grpc-dev (>= 1.33.2), golang-github-golang-protobuf-1-3-dev | golang-github-golang-protobuf-1-5-dev Filename: pool/development/g/golang-go.opencensus/golang-go.opencensus-dev_0.24.0-1+apertis0bv2024dev2b1_all.deb Size: 134116 MD5sum: c3abfbc419368ee9a71fcb48ac624928 SHA1: 944488d09ccff251822f1e76900a8f6e04d393d6 SHA256: bb41f394d5a1468dfe2ebcb4bdadbdb65bdebf0d320a9114438f669a0abb5450 SHA512: 3bbfe04702e08ae608eca40c1f8f70517111cacc22f6f15666fe46bfc24d42be9273b450e425b653ac770757c9ef313a4cb49ee0dd0bbd537ba090012c169ec2 Description: Stats collection and distributed tracing framework OpenCensus Go is a Go implementation of OpenCensus, a toolkit for collecting application performance and behavior monitoring data. Currently it consists of three major components: tags, stats and tracing. Homepage: https://github.com/census-instrumentation/opencensus-go Multi-Arch: foreign Package: golang-go.uber-atomic-dev Priority: optional Section: golang Installed-Size: 159 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-go.uber-atomic Version: 1.10.0-2+apertis0bv2024dev2b1 Filename: pool/development/g/golang-go.uber-atomic/golang-go.uber-atomic-dev_1.10.0-2+apertis0bv2024dev2b1_all.deb Size: 17164 MD5sum: 1cd4ec1fd4cf49d9b04ead96f6f3adfb SHA1: 9aecbd5baf94e0ebc844de0bcad0d423c1e4b7df SHA256: f24828b7f9213c199c0a2935ff0a0d1bcff06fc05f95f3057269a97b0af30fce SHA512: 767dd5377ee6cff62cca88eac86fe3cc0e50dab1d90b0baee5f9d60b235bfde28134a6e53c30ddc905a65997b6888cc4ad5364480923f649722ff4efc0895fc1 Description: Simple wrappers for primitive types to enforce atomic access The standard library's `sync/atomic` is powerful, but it's easy to forget which variables must be accessed atomically. `go.uber.org/atomic` preserves all the functionality of the standard library, but wraps the primitive types to provide a safer, more convenient API. Homepage: https://go.uber.org/atomic Multi-Arch: foreign Package: golang-go.uber-multierr-dev Priority: optional Section: devel Installed-Size: 56 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-go.uber-multierr Version: 1.6.0-1+apertis0bv2024dev2b1 Depends: golang-github-stretchr-testify-dev, golang-go.uber-atomic-dev Filename: pool/development/g/golang-go.uber-multierr/golang-go.uber-multierr-dev_1.6.0-1+apertis0bv2024dev2b1_all.deb Size: 10860 MD5sum: 9db535263a8ad901104238c53204a798 SHA1: dc6d2847a36695a05686e701370c71d661741027 SHA256: 52872c9d51bbdee09b5289d7a002b11f9726eb4ec69e677952e4294d2ccad39f SHA512: 01971032a43d1cca9f9cf670d6d44c7111db005006aa2c67c7989629e81652ed8c2705660bcf047aae2f1e7e8e745a97f84d70a911d3ba08a32f687314e5887f Description: multierr allows combining one or more Go errors together This library is a build dependency for gitaly (component of gitlab, a git based collaboration platform) Homepage: https://go.uber.org/multierr Package: golang-go.uber-zap-dev Priority: optional Section: golang Installed-Size: 723 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-go.uber-zap Version: 1.23.0-1+apertis1bv2024dev2b1 Depends: golang-github-benbjohnson-clock-dev (>= 1.1.0), golang-github-pkg-errors-dev (>= 0.8.1), golang-github-stretchr-testify-dev (>= 1.8.0), golang-go.uber-atomic-dev (>= 1.7.0), golang-go.uber-multierr-dev (>= 1.6.0), golang-uber-goleak-dev (>= 1.1.11), golang-gopkg-yaml.v3-dev (>= 3.0.1) Filename: pool/development/g/golang-go.uber-zap/golang-go.uber-zap-dev_1.23.0-1+apertis1bv2024dev2b1_all.deb Size: 114128 MD5sum: 18592f1f8ddb3d50f1e0e1a580de1192 SHA1: 4cbcc366bd7a2b4754cadc91f9e6a194d1cbcdb3 SHA256: a48028759e582def13c8a1feaae97cae4c7bb476774890bd13bb30895bd2e386 SHA512: 43acbe4cf21d5b4bbe1fdb7324bd27241e240e357c7de0dca33b3deb722c72c1d819a4298e69261eeab98fc92e8df76b8e5ac6e156596d6f30410e1d837d4b51 Description: Blazing fast, structured, leveled logging in Go Package zap provides fast, structured, leveled logging. . For applications that log in the hot path, reflection-based serialization and string formatting are prohibitively expensive, they're CPU-intensive and make many small allocations. Put differently, using json.Marshal and fmt.Fprintf to log tons of interface{} makes your application slow. . Zap takes a different approach. It includes a reflection-free, zero-allocation JSON encoder, and the base Logger strives to avoid serialization overhead and allocations wherever possible. By building the high-level SugaredLogger on that foundation, zap lets users choose when they need to count every allocation and when they'd prefer a more familiar, loosely typed API. Homepage: https://github.com/uber-go/zap Multi-Arch: foreign Package: golang-gocapability-dev Priority: optional Section: devel Installed-Size: 55 Maintainer: Debian Go Packaging Team Architecture: all Version: 0.0+git20200815.42c35b4-2+apertis0bv2024dev2b1 Filename: pool/development/g/golang-gocapability-dev/golang-gocapability-dev_0.0+git20200815.42c35b4-2+apertis0bv2024dev2b1_all.deb Size: 11884 MD5sum: 6574964c585b19d1d46e831137542933 SHA1: 9d1e788e76f96960d945243767eb693ceeb9c649 SHA256: d8ef00ddf0c265c1c9837389c7bfd3fa3befbeecd9c9c9f4827544222c48a764 SHA512: 3935aef94c0ee5d75663e9c586978cd7aa1eef4df9590eeefd06c29ce164e84cb841988f3f1e02e0475f58046e5b411e14a8be0673e8b2f3dd927b534ddfc594 Description: Utilities for manipulating POSIX capabilities in Go This package capability provides utilities for manipulating POSIX capabilities in Go. Currently only Linux capabilities are supported. Homepage: https://github.com/syndtr/gocapability Multi-Arch: foreign Package: golang-gogoprotobuf-dev Priority: optional Section: oldlibs Installed-Size: 16 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-gogoprotobuf Version: 1.3.2-3+apertis0bv2024dev2b1 Depends: gogoprotobuf, golang-github-gogo-protobuf-dev Filename: pool/development/g/golang-gogoprotobuf/golang-gogoprotobuf-dev_1.3.2-3+apertis0bv2024dev2b1_all.deb Size: 5064 MD5sum: 254ef98fce1d7a9f3c8826f4d2131337 SHA1: 2c4f1fd6a4e435beeb17e1278686f2da80535316 SHA256: 1a1668972e8a59cb0efd57b801cb6c54bcd754ad87d58becc9cb2e4c7783808f SHA512: 82bcfb82fce08bbb2bdd5504e7b0bafb05c6db494b761087566100fc28e251ad6f6b7ec35b9ff06590f201e279000f7427673f5ce5a5b88377a87507944c37e1 Description: transitional package -- safe to remove This transitional package facilitates migration to "golang-github-gogo-protobuf-dev" and can be safely removed. Homepage: https://github.com/gogo/protobuf Package: golang-golang-x-arch-dev Priority: optional Section: golang Installed-Size: 2889 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-golang-x-arch Version: 0.2.0-1+apertis1bv2024dev3b1 Filename: pool/development/g/golang-golang-x-arch/golang-golang-x-arch-dev_0.2.0-1+apertis1bv2024dev3b1_all.deb Size: 356812 MD5sum: 4cec2829e9e7602a08f4e8a9d3b80101 SHA1: 397f7982d08b4cc69a8de434f4abe732f7e4cb78 SHA256: 6dd687b02bb1948bdd55830220aa2e2dd7d2ab4de9e9750b6787483c6f91ea5a SHA512: 011875aa41263d52eb65406395ede95a401bc0422efafe8ff5a34a16cfbadf1d1bec4a23cac99a93c6897baaf0db67d7d158688c741de4736c6980108bfb2dac Description: Library with machine architecture information This library holds machine architecture information used by the Go toolchain. It supports the arm, arm64, ppc64 and x86 architectures. It mostly includes functions for decoding assembly instructions. Homepage: https://github.com/golang/arch Multi-Arch: foreign Package: golang-golang-x-crypto-dev Priority: optional Section: golang Installed-Size: 3916 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-go.crypto Version: 1:0.4.0-1+apertis0bv2024dev2b1 Depends: golang-golang-x-net-dev (>= 1:0.0+git20211112.69e39ba), golang-golang-x-sys-dev (>= 0.0~git20210615.665e8c7), golang-golang-x-term-dev (>= 0.0~git20201126.7de9c90) Filename: pool/development/g/golang-go.crypto/golang-golang-x-crypto-dev_0.4.0-1+apertis0bv2024dev2b1_all.deb Size: 1451752 MD5sum: 88dd7893f5fe38236ec4de61eec2ee0d SHA1: e45e1ea64bad6a8d6332eb110326e25d72c70743 SHA256: 7aecc2862483ba176616dcdf75c4c695efa13e3ae42f99b868b61072fae1d01e SHA512: 819d0fb1bc85c8aa30325439a4bdf9ff5c4e8d2951752fa9817e0db2b3b5621086dbf0d307d67792c9f9cfc55851d5c689d190ddda233ca28bda2d394c6b168c Description: Supplementary Go cryptography libraries This package contains cryptographic algorithms and protocols not packaged in the main Go distribution, such as: . - blowfish - nacl - openpgp - otr - sha3 - ssh . and many others. Homepage: https://golang.org/x/crypto Multi-Arch: foreign Package: golang-golang-x-exp-dev Priority: optional Section: golang Installed-Size: 493 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-golang-x-exp Version: 0.0~git20221028.83b7d23-2+apertis0bv2024dev2b1 Filename: pool/development/g/golang-golang-x-exp/golang-golang-x-exp-dev_0.0~git20221028.83b7d23-2+apertis0bv2024dev2b1_all.deb Size: 104396 MD5sum: 1d2f9ff9cf5d2bb783c910a63c18e522 SHA1: a59c2db42ee19407e886ef27eb967ef347b1efe4 SHA256: ec727b205814a151c8e9dcbaab55016f6217a2df56f097facc3e1505fbbf3352 SHA512: a6759146ccadb499668316612e5a5dac0cbb913a544a5fe522c5a1df0f0415893efc7b492c37ae5f0ab0d6822e7bf419987b40ff7cb069948d2b9a5d3df34e5c Description: experimental and deprecated packages This subrepository holds experimental and deprecated (in the "old" directory) packages. . The idea for this subrepository originated as the "pkg/exp" directory of the main repository, but its presence there made it unavailable to users of the binary downloads of the Go installation. The subrepository has therefore been created to make it possible to "go get" these packages. . Warning: Packages here are experimental and unreliable. Some may one day be promoted to the main repository or other subrepository, or they may be modified arbitrarily or even disappear altogether. . In short, code in this subrepository is not subject to the Go 1 compatibility promise. (No subrepo is, but the promise is even more likely to be violated by go.exp than the others.) . Caveat emptor. Homepage: https://golang.org/x/exp Multi-Arch: foreign Package: golang-golang-x-mod-dev Priority: optional Section: golang Installed-Size: 542 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-golang-x-mod Version: 0.7.0-1+apertis0bv2024dev2b1 Filename: pool/development/g/golang-golang-x-mod/golang-golang-x-mod-dev_0.7.0-1+apertis0bv2024dev2b1_all.deb Size: 101688 MD5sum: b0015c3586bcbf4c6bb85c57504d5f05 SHA1: c565dabdaba33c5c5d3e118503ad799373d5b684 SHA256: 95766fb5a8c0d1738af5d73c6f7b37c1ef078eab7e495d81a3e1c1d9ead5e788 SHA512: f7f02bc7e32cadc68cd85416d56b5480c0c81acdf648240864e66847c29bc938e120dbfd2cdc4904e6fdf9d62d4adbd2e304d1945b4a5c399dd9bd487ddaab61 Description: Go module mechanics libraries This repository holds packages for writing tools that work directly with Go module mechanics. That is, it is for direct manipulation of Go modules themselves. . It is NOT about supporting general development tools that need to do things like load packages in module mode. That use case, where modules are incidental rather than the focus, should remain in x/tools, specifically x/tools/go/packages. . The specific case of loading packages should still be done by invoking the go command, which remains the single point of truth for package loading algorithms. Homepage: https://github.com/golang/mod Multi-Arch: foreign Package: golang-golang-x-net-dev Priority: optional Section: golang Installed-Size: 5546 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-golang-x-net Version: 1:0.7.0+dfsg-1+apertis0bv2024dev2b1 Depends: golang-golang-x-sys-dev (>= 0.0~git20220731.a90be44), golang-golang-x-text-dev (>= 0.3.7) Filename: pool/development/g/golang-golang-x-net/golang-golang-x-net-dev_0.7.0+dfsg-1+apertis0bv2024dev2b1_all.deb Size: 730928 MD5sum: f24f60bcf7bc0767f220f5bd5037c0f9 SHA1: 0e4e8499e15de5a1453c3672b83268190ed16a67 SHA256: 35ce7d8a9f2782f64e7ed550e66f12b49b839c80a831ad7e6b4bd04572c821c9 SHA512: 37fcff69362987cb2fa9dc8de3859164951ab47c8113a710bfc5c39fc79c948d87af4b9defd847486c02773e3b1d8181f114d4660bac6cf7e4ff06001c27c7b5 Description: Supplementary Go networking libraries Supplementary Go networking libraries (golang.org/x/net) not included in the main distribution: . - context: Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. - dict: Package dict implements the Dictionary Server Protocol as defined in RFC 2229. - html: Package html implements an HTML5-compliant tokenizer and parser. - html/atom: Package atom provides integer codes (also known as atoms) for a fixed set of frequently occurring HTML strings: tag names and attribute keys such as "p" and "id". - html/charset: Package charset provides common text encodings for HTML documents. - icmp: Package icmp provides basic functions for the manipulation of messages used in the Internet Control Message Protocols, ICMPv4 and ICMPv6. - idna: Package idna implements IDNA2008 (Internationalized Domain Names for Applications), defined in RFC 5890, RFC 5891, RFC 5892, RFC 5893 and RFC 5894. - internal/iana: Package iana provides protocol number resources managed by the Internet Assigned Numbers Authority (IANA). - internal/nettest: Package nettest provides utilities for IP testing. - ipv4: Package ipv4 implements IP-level socket options for the Internet Protocol version 4. - ipv6: Package ipv6 implements IP-level socket options for the Internet Protocol version 6. - netutil: Package netutil provides network utility functions, complementing the more common ones in the net package. - proxy: Package proxy provides support for a variety of protocols to proxy network data. - publicsuffix: Package publicsuffix provides a public suffix list based on data from http://publicsuffix.org/. - webdav: Package webdav. - websocket: Package websocket implements a client and server for the WebSocket protocol as specified in RFC 6455. Built-Using: publicsuffix (= 20230209.2326-1) Homepage: https://golang.org/x/net Multi-Arch: foreign Package: golang-golang-x-oauth2-dev Priority: optional Section: golang Installed-Size: 222 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-golang-x-oauth2 Version: 0.3.0-1+apertis0bv2024dev2b1 Depends: golang-golang-x-net-dev (>= 1:0.0+git20220624.1bab6f3) Filename: pool/development/g/golang-golang-x-oauth2/golang-golang-x-oauth2-dev_0.3.0-1+apertis0bv2024dev2b1_all.deb Size: 35688 MD5sum: 0b984242c332109c45f8e1081e9b729f SHA1: 0f2f9098c00467d5ebb9dd926cc92e28d0538e68 SHA256: d5f9d3233a1b392f17db17a819da186899512a4e7ff32f51a274c46e698c84a0 SHA512: d85ea3e0a27591b1527dc55cb785b6cc967e85aeaf776e666876180ea566368646d65b23e487eaa8b23fec95714385a358fccb109786e810a018f746e6dc7e2c Description: make OAuth2 authorized and authenticated HTTP requests Package oauth2 provides support for making OAuth2 authorized and authenticated HTTP requests. It can additionally grant authorization with Bearer JWT. Homepage: https://golang.org/x/oauth2 Multi-Arch: foreign Package: golang-golang-x-oauth2-google-dev Priority: optional Section: golang Installed-Size: 269 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-golang-x-oauth2 Version: 0.3.0-1+apertis0bv2024dev2b1 Depends: golang-golang-x-oauth2-dev (= 0.3.0-1+apertis0bv2024dev2b1), golang-google-cloud-compute-metadata-dev (>= 0.56.0~) Suggests: golang-google-appengine-dev Filename: pool/development/g/golang-golang-x-oauth2/golang-golang-x-oauth2-google-dev_0.3.0-1+apertis0bv2024dev2b1_all.deb Size: 43396 MD5sum: 003dedab6001c277baba853442f4fe94 SHA1: b93cfe5e7429819599293156b8146f3e282b4293 SHA256: d5140283ebb2e686de41cc62e2472ce2ef8f5af5c63953104ea7712e5ef25463 SHA512: ee34017d0db39604b73c756d682820be85dd2bc8684cd89fe4a1531dadbb9baaace39284021bb226a12f59619248d9ba5eb2c4c8ca2dc9a79e73a944a290262f Description: Google APIs support for OAuth2 Package oauth2/google provides support for making OAuth2 authorized and authenticated HTTP requests against Google APIs. It can additionally grant authorization with Bearer JWT. Homepage: https://golang.org/x/oauth2 Multi-Arch: foreign Package: golang-golang-x-sync-dev Priority: optional Section: golang Installed-Size: 88 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-golang-x-sync Version: 0.1.0-1+apertis0bv2024dev2b1 Filename: pool/development/g/golang-golang-x-sync/golang-golang-x-sync-dev_0.1.0-1+apertis0bv2024dev2b1_all.deb Size: 20104 MD5sum: 18d2c9daf8dc2198d430aa40884e1eb1 SHA1: c4e33bb4d5bd7dc1c7696c5c5d7a357677b6b064 SHA256: d2102b5898967d9a78500f636463a166c8c4988a098bd190faf983ff3a099e97 SHA512: e375bbce5dde79ddff8dad4e91551ab4056c1ff1915d1887bc9afa86e81f12753333f3f48412c4de66a9d560e7c64fff9af0314bcc9b3bd717924d24196a24a3 Description: Supplemental Go synchronization libraries This package provides supplemental Go libraries (golang.org/x/sync) that were not included in the main distribution. It provides Go concurrency primitives in addition to the ones provided by the language ro the "sync" and "sync/atomic" packages. . Provides: - singleflight: provides a duplicate function call suppression mechanism - errgroup: provides synchronization, error propagation, and Context cancellation for groups of goroutines working on subtasks - semaphore: provides a weighted semaphore implementation - syncmap: provides a concurrent map implementation Homepage: https://golang.org/x/sync Multi-Arch: foreign Package: golang-golang-x-sys-dev Priority: optional Section: golang Installed-Size: 7032 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-golang-x-sys Version: 0.3.0-1+apertis0bv2024dev2b1 Filename: pool/development/g/golang-golang-x-sys/golang-golang-x-sys-dev_0.3.0-1+apertis0bv2024dev2b1_all.deb Size: 393716 MD5sum: 818357aad8eff51fb57cc3c565c2905e SHA1: 778ab610cbdd70a921352d3c6920fcc4ca16f207 SHA256: ebc14c2689d6daf963ff1675951ad501a52edc18283b94d20dbecd2957894934 SHA512: 4619798f1561847777e50777dc7f6e4d4c096b74ee2cc468dc10a9fe4f169b256092b707c9a6f2b0438d7f6f3365319f10ecb5c5e71865d132e3f04ab03ebec2 Description: Low-level interaction with the operating system This repository holds supplemental Go packages for low-level interactions with the operating system. . The primary use of this package is inside other packages that provide a more portable interface to the system, such as "os", "time" and "net". Use those packages rather than this one if you can. Homepage: https://golang.org/x/sys Multi-Arch: foreign Package: golang-golang-x-term-dev Priority: optional Section: golang Installed-Size: 66 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-golang-x-term Version: 0.3.0-1+apertis0bv2024dev2b1 Depends: golang-golang-x-sys-dev (>= 0.0~git20210615.665e8c7) Filename: pool/development/g/golang-golang-x-term/golang-golang-x-term-dev_0.3.0-1+apertis0bv2024dev2b1_all.deb Size: 14900 MD5sum: 8a9610b7dd09f81f173602df6aa47dae SHA1: 24c7b9ea21aafc68a09481e1914852fc2ab46b94 SHA256: 66514e35c36bb73ae8cc99e7ea5a662c7685f04d34cc01fbcc7bbfedc1cecd5f SHA512: 944c7c2fef27844651309eb49fd2ca3fb39bf5ccb1176e68d0b6b997edcb39e05ec3c75a1ba69d8f2c1c1e9972c0222a66c25669152610d33c20d32f74ee3b23 Description: Go terminal and console support (library) This repository provides Go terminal and console support packages. Homepage: https://golang.org/x/term Multi-Arch: foreign Package: golang-golang-x-text-dev Priority: optional Section: golang Installed-Size: 36901 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-golang-x-text Version: 0.7.0-1+apertis0bv2024dev2b1 Filename: pool/development/g/golang-golang-x-text/golang-golang-x-text-dev_0.7.0-1+apertis0bv2024dev2b1_all.deb Size: 3863056 MD5sum: fa7f401870ba93761b4d953bdf328f54 SHA1: dbbf6eb6ce203947eab19d8364910147d287446c SHA256: c6a0e4232daa0a50c541b968dd785227bfc4d035f97ba70b9bab1ca12ebacc58 SHA512: 25ba7c96a800d08ef368126915f6a7b07136620a769fa9b36ef0d1a42836141321eb1b528a9918d714c8c72d85ceab08cde8c5acb7b0d9dc0e399645fb02e8a9 Description: Supplementary Go text-related libraries golang.org/x/text is a repository of text-related packages, such as character encodings, text transformations, and locale-specific text handling. . - cases: Package cases provides general and language-specific case mappers. - cldr: Package cldr provides a parser for LDML and related XML formats. - collate: Package collate contains types for comparing and sorting Unicode strings according to a given collation order. - display: Package display provides display names for languages, scripts and regions in a requested language. - encoding: Package encoding defines an interface for character encodings, such as Shift JIS and Windows 1252, that can convert to and from UTF-8. - encoding/charmap: Package charmap provides simple character encodings such as IBM Code Page 437 and Windows 1252. - encoding/japanese: Package japanese provides Japanese encodings such as EUC-JP and Shift JIS. - encoding/korean: Package korean provides Korean encodings such as EUC-KR. - encoding/simplifiedchinese: Package simplifiedchinese provides Simplified Chinese encodings such as GBK. - encoding/traditionalchinese: Package traditionalchinese provides Traditional Chinese encodings such as Big5. - encoding/unicode: Package unicode provides Unicode encodings such as UTF-16. - internal/colltab: Package colltab contains functionality related to collation tables. - internal/gen: Package gen contains common code for the various code generation tools in the text repository. - internal/testtext: Package testtext contains test data that is of common use to the text repository. - internal/triegen: Package triegen implements a code generator for a trie for associating unsigned integer values with UTF-8 encoded runes. - internal/ucd: Package ucd provides a parser for Unicode Character Database files, the format of which is defined in http://www.unicode.org/reports/tr44/. - language: Package language implements BCP 47 language tags and related functionality. - runes: Package runes provide transforms for UTF-8 encoded text. - search: Package search provides language-specific search and string matching. - transform: Package transform provides reader and writer wrappers that transform the bytes passing through as well as various transformations. - unicode/norm: Package norm contains types and functions for normalizing Unicode strings. - unicode/rangetable: Package rangetable creates new unicode.RangeTables. - width: Package width provides functionality for handling different widths in text. Homepage: https://golang.org/x/text Multi-Arch: foreign Package: golang-golang-x-time-dev Priority: optional Section: golang Installed-Size: 55 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-golang-x-time Version: 0.3.0-1+apertis0bv2024dev2b1 Filename: pool/development/g/golang-golang-x-time/golang-golang-x-time-dev_0.3.0-1+apertis0bv2024dev2b1_all.deb Size: 13092 MD5sum: 6a7bd0bcb22b07d50d3b55b70c574309 SHA1: b85117fe1b60fcd3dddee0317800ada3b3db734b SHA256: a9e4e05f37d1d61396d6f0f1e73955d5f964963244cd7f4c7d9ee64da009c44b SHA512: 63d66034b03c452b6f3490da1137d2622253c8f401e036ce173b4dd8eec218224810cedb799ebb2505977d042ffd0c2bcaf650a44c4849c3c8e9363935652ba7 Description: Go supplementary time packages Supplementary Go time packages. Homepage: https://golang.org/x/time Multi-Arch: foreign Package: golang-golang-x-tools Priority: optional Section: golang Installed-Size: 159536 Maintainer: Debian Go Packaging Team Architecture: amd64 Version: 1:0.5.0+ds-1+apertis1bv2024dev2b1 Depends: libjs-jquery, libc6 (>= 2.34) Recommends: golang-doc Filename: pool/development/g/golang-golang-x-tools/golang-golang-x-tools_0.5.0+ds-1+apertis1bv2024dev2b1_amd64.deb Size: 32976448 MD5sum: 5687170843a197489cbcd0d90d708aa0 SHA1: f03dfe23adb4e2b7fda3338f01ad433795349456 SHA256: 23a996cae102e1ec482903737fe5d09952a4a7aa21c70184206a43c307e8642e SHA512: 568ae4938ccee1b92482d00c9c72bea637dd2f2fdd848609d033c1218929bf2ebf81b77438b494cc08b37aeff0e5e4ce01c4d751701781b5581f4f8d7669c7bf Description: supplementary Go tools This subrepository holds the source for various packages and tools that support the Go programming language. . Some of the tools, godoc and vet for example, used to be included in the golang-go package. Others, including the Go oracle and the test coverage tool, can be fetched with "go get". . Packages include a type-checker for Go and an implementation of the Static Single Assignment form (SSA) representation for Go programs. Homepage: https://golang.org/x/tools Static-Built-Using: golang-1.19 (= 1.19.8-2), golang-github-google-go-cmp (= 0.5.9-1+apertis0bv2024dev2b1), golang-github-sergi-go-diff (= 1.2.0-2+apertis0bv2024dev2b1), golang-github-yuin-goldmark (= 1.5.4-1+apertis0bv2024dev2b1), golang-golang-x-exp (= 0.0~git20221028.83b7d23-2), golang-golang-x-mod (= 0.7.0-1+apertis0bv2024dev2b1), golang-golang-x-net (= 1:0.7.0+dfsg-1+apertis0bv2024dev2b1), golang-golang-x-sync (= 0.1.0-1+apertis0bv2024dev2b1), golang-golang-x-sys (= 0.3.0-1+apertis0bv2024dev2b1), golang-golang-x-text (= 0.7.0-1+apertis0bv2024dev2b1), golang-golang-x-vuln (= 0.0~git20230201.4c848ed-1), golang-gopkg-yaml.v3 (= 3.0.1-3), golang-honnef-go-tools (= 2023.1-1+apertis0bv2024dev2b1), golang-mvdan-gofumpt (= 0.4.0-1+apertis0bv2024dev2b1), golang-mvdan-xurls (= 2.4.0-1+apertis0bv2024dev2b1), golang-toml (= 1.2.0-2+apertis0bv2024dev2b1) Package: golang-golang-x-tools-dbgsym Priority: optional Section: debug Installed-Size: 15898 Maintainer: Debian Go Packaging Team Architecture: amd64 Source: golang-golang-x-tools Version: 1:0.5.0+ds-1+apertis1bv2024dev2b1 Depends: golang-golang-x-tools (= 1:0.5.0+ds-1+apertis1bv2024dev2b1) Filename: pool/development/g/golang-golang-x-tools/golang-golang-x-tools-dbgsym_0.5.0+ds-1+apertis1bv2024dev2b1_amd64.deb Size: 13093116 MD5sum: 54be8602087eb78524164b046286d8dc SHA1: 9ba387a8342918b8df369dbd2ce1360fc2adbec1 SHA256: 753a2d43ff0dbf66a7dfaa929fa8a16c7fcc8b52fa4d4e443961e2622ff96ad1 SHA512: dee5edd03101eb059be0a2d31250babe18731234ff5dc2fc6cb7d7d7faba861e0e6b38f4a8990200a1cc915bbe6f963c686eaa13c37bb682f12b5a192b8d4554 Description: debug symbols for golang-golang-x-tools Auto-Built-Package: debug-symbols Build-Ids: 2fb2065577904e95a4ad84d5c6a6dd4cf0044a30 36828493237406af4d5121eab71ae1161a226560 4288e354f15d32ef762b070ac7ae7421207bff08 5e1e7cc72209d85cf2ada5211a849fa1fbba374f 6d8001658c49d29167a02f221748ed24be9f56c9 952da3e67270a7c82f23150031e4d8101b726b55 cb1c02498b45e516fad28c8ae285cea43abd5d06 Static-Built-Using: golang-1.19 (= 1.19.8-2), golang-github-google-go-cmp (= 0.5.9-1+apertis0bv2024dev2b1), golang-github-sergi-go-diff (= 1.2.0-2+apertis0bv2024dev2b1), golang-github-yuin-goldmark (= 1.5.4-1+apertis0bv2024dev2b1), golang-golang-x-exp (= 0.0~git20221028.83b7d23-2), golang-golang-x-mod (= 0.7.0-1+apertis0bv2024dev2b1), golang-golang-x-net (= 1:0.7.0+dfsg-1+apertis0bv2024dev2b1), golang-golang-x-sync (= 0.1.0-1+apertis0bv2024dev2b1), golang-golang-x-sys (= 0.3.0-1+apertis0bv2024dev2b1), golang-golang-x-text (= 0.7.0-1+apertis0bv2024dev2b1), golang-golang-x-vuln (= 0.0~git20230201.4c848ed-1), golang-gopkg-yaml.v3 (= 3.0.1-3), golang-honnef-go-tools (= 2023.1-1+apertis0bv2024dev2b1), golang-mvdan-gofumpt (= 0.4.0-1+apertis0bv2024dev2b1), golang-mvdan-xurls (= 2.4.0-1+apertis0bv2024dev2b1), golang-toml (= 1.2.0-2+apertis0bv2024dev2b1) Package: golang-golang-x-tools-dev Priority: optional Section: golang Installed-Size: 7132 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-golang-x-tools Version: 1:0.5.0+ds-1+apertis1bv2024dev2b1 Depends: golang-github-yuin-goldmark-dev (>= 1.4.13), golang-golang-x-mod-dev (>= 0.6.0), golang-golang-x-net-dev (>= 1:0.1.0), golang-golang-x-sys-dev (>= 0.1.0) Filename: pool/development/g/golang-golang-x-tools/golang-golang-x-tools-dev_0.5.0+ds-1+apertis1bv2024dev2b1_all.deb Size: 1470344 MD5sum: ed3deeffd4ce01c941371a1d6e11e602 SHA1: 2e62148b3f623027a8d9a5790087b401326cadf5 SHA256: 457d41f7a7bbc9dfcd1e1c6e87ecb66f2a4ec8074d91c4874ba69465403271a6 SHA512: ae290ddce37b354f8c59d2d28f69003a801fcf370ce4d6d7439ece2eab57c0e5bb911627e26348bd2fb48e49bea8ad7c383fba6facf7a808320d2054eeae5e61 Description: supplementary Go tools (development files) This subrepository holds the source for various packages and tools that support the Go programming language. . Some of the tools, godoc and vet for example, used to be included in the golang-go package. Others, including the Go oracle and the test coverage tool, can be fetched with "go get". . Packages include a type-checker for Go and an implementation of the Static Single Assignment form (SSA) representation for Go programs. . This package contains the development files. Homepage: https://golang.org/x/tools Multi-Arch: foreign Package: golang-golang-x-vuln-dev Priority: optional Section: golang Installed-Size: 654 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-golang-x-vuln Version: 0.0~git20230201.4c848ed-1+apertis0bv2024dev2b1 Depends: golang-golang-x-exp-dev (>= 0.0~git20220722.a9213ee), golang-golang-x-mod-dev (>= 0.5.1-2~), golang-golang-x-tools-dev (>= 1:0.1.12) Filename: pool/development/g/golang-golang-x-vuln/golang-golang-x-vuln-dev_0.0~git20230201.4c848ed-1+apertis0bv2024dev2b1_all.deb Size: 219376 MD5sum: 6bca838a78c66f30d2a8cabcd9d5e807 SHA1: 8a7a986f0f5efa5b4f4cfa7b75cf298221472eef SHA256: e7d85c9c22bf286510c7c91151a39b88ab2be40b5ff879ce89159078e7731bb8 SHA512: 025043d2424715917fa697b65cc2d3b971a422f9b52b99a1279fd7ee622da6e666e90e02e33f8c70297af2a806a0896e565a96512800772f445b655f8fcbe075 Description: client and tools for the Go vulnerability database (library) This package contains the following: * Package client: a client for interacting with the Go vulnerability database * Package vulncheck: an API for detecting vulnerabilities in Go packages Homepage: https://github.com/golang/vuln Multi-Arch: foreign Package: golang-golang-x-xerrors-dev Priority: optional Section: golang Installed-Size: 67 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-golang-x-xerrors Version: 0.0~git20200804.5ec99f8-1+apertis0bv2024dev2b1 Filename: pool/development/g/golang-golang-x-xerrors/golang-golang-x-xerrors-dev_0.0~git20200804.5ec99f8-1+apertis0bv2024dev2b1_all.deb Size: 14972 MD5sum: d3b8740e9442cb090740b2d21097ed51 SHA1: 97be213697b0af2acbcf8987a935581b4992427d SHA256: ef62328defc15fa09cc2c8b29f2ebf748f4e4c82d65411eb8571f7df5244f753 SHA512: ec83a8735c7e5348e4f203adf057b14fa22e581042594cc03eeb95d33da6312d0ca53f14df897f214e87b3e0eb9d0c166e26e15afd5b8319b27998727590d181 Description: new Go 1.13 error values This package contains the transition packages for the new Go 1.13 error values. . Most of the functions and types in this package will be incorporated into the standard library's errors package in Go 1.13; the behavior of this package's Errorf function will be incorporated into the standard library's fmt.Errorf. Use this package to get equivalent behavior in all supported Go versions. Homepage: https://github.com/golang/xerrors Multi-Arch: foreign Package: golang-gomega-dev Priority: optional Section: devel Installed-Size: 566 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-gomega Version: 1.10.3-1apertis0bv2024dev2b1 Depends: golang-golang-x-net-dev, golang-golang-x-xerrors-dev, golang-gopkg-yaml.v2-dev, golang-goprotobuf-dev Filename: pool/development/g/golang-gomega/golang-gomega-dev_1.10.3-1apertis0bv2024dev2b1_all.deb Size: 84544 MD5sum: ed3ad7f330dce72303cc5dcb390f8105 SHA1: 970ee9c9f1d8933b067f3f8e4163ad49c2906831 SHA256: efaa23c83455f8757c9b45a4ce690a29deb2a583c109471c0ab16bcb05cb8e9b SHA512: 8f7d9fdba407ff14d44f80299c9f5f871ad7cd8a3bc702a82afd3595c340d975a5e338eded0ba94b1b845de4ba314a0d1843907f66a52358f3c588273deba831 Description: Matcher/assertion library for the Go programming language Gomega is a matcher/assertion library. It is best paired with the Ginkgo BDD test framework, but can be adapted for use in other contexts too. Homepage: https://github.com/onsi/gomega Package: golang-google-api-dev Priority: optional Section: golang Installed-Size: 145482 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-google-api Version: 0.61.0-1+apertis1bv2024dev2b1 Depends: golang-github-google-go-cmp-dev (>= 0.5.6), golang-github-googleapis-gax-go-dev (>= 2.0.5), golang-go.opencensus-dev (>= 0.23.0), golang-golang-x-net-dev (>= 1:0.0+git20210503.7fd8e65), golang-golang-x-oauth2-dev (>= 0.0~git20211104.d3ed0bb), golang-golang-x-oauth2-google-dev (>= 0.0~git20211104.d3ed0bb), golang-golang-x-sync-dev (>= 0.0~git20210220.036812b), golang-golang-x-sys-dev (>= 0.0~git20211124.fe61309), golang-google-cloud-compute-metadata-dev (>= 0.56.0), golang-google-genproto-dev, golang-google-grpc-dev Filename: pool/development/g/golang-google-api/golang-google-api-dev_0.61.0-1+apertis1bv2024dev2b1_all.deb Size: 5346280 MD5sum: 2183e1c4bfdcf6bed3e34d3d62c68fd4 SHA1: 71b56104cfc5547f713830354b5178d27ba4843d SHA256: 92187098a1bdab85e1b147be5bfe731033ec36059f788955a4ef7c1de9611c0f SHA512: d925b172a5d3d546c0db46e7e97955f5ff26dc6df268f9476d589025f193dc01c959cdd224e0033af52f5408a97ee7e24e308586aba8ed90d573f57dac91f619 Description: Google APIs Client Library These are auto-generated Go libraries from the Google Discovery Service's JSON description files of the available "new style" Google APIs. Homepage: https://google.golang.org/api Multi-Arch: foreign Package: golang-google-cloud-compute-metadata-dev Priority: optional Section: golang Installed-Size: 69 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-google-cloud Version: 0.56.0-3+apertis1bv2024dev2b1 Depends: golang-golang-x-net-dev Filename: pool/development/g/golang-google-cloud/golang-google-cloud-compute-metadata-dev_0.56.0-3+apertis1bv2024dev2b1_all.deb Size: 33216 MD5sum: 1baf842e9f3a97b83aaa9406579319a0 SHA1: f1ff388ffa7d96cfa3eb4c39acf697176941106f SHA256: 3e43fb762d8b418d3374db72ae24927e48f6ccd024430b69e4967ce200272cf9 SHA512: 9a8e965534f764758ac7853d7b8bcc4a6352e13513cf96c61238896d5fbbbf5a1d1c97363d05c8229fcdf15353358df2a1381e857baf03598b55435f4cfcc633 Description: Google Cloud Platform APIs (only cloud/compute/metadata) This package contains only google.golang.org/cloud/compute/metadata, which is required by other packages (such as golang-golang-x-oauth2-dev), hence useful to split out to break circular dependencies. . Provides both the old google.golang.org/cloud and the new cloud.google.com/go trees. Homepage: https://cloud.google.com/go/home Multi-Arch: foreign Package: golang-google-cloud-dev Priority: optional Section: golang Installed-Size: 10806 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-google-cloud Version: 0.56.0-3+apertis1bv2024dev2b1 Depends: golang-github-golang-mock-dev (>= 1.3.1~), golang-github-google-btree-dev, golang-github-google-go-cmp-dev (>= 0.3.0~), golang-github-google-martian-dev, golang-github-google-pprof-dev, golang-github-googleapis-gax-go-dev (>= 2.0.4~), golang-go.opencensus-dev (>= 0.22.0~), golang-golang-x-net-dev, golang-golang-x-oauth2-google-dev, golang-golang-x-time-dev, golang-google-api-dev (>= 0.21.0~), golang-google-cloud-compute-metadata-dev (= 0.56.0-3+apertis1bv2024dev2b1), golang-google-genproto-dev (>= 0.0~git20200413.b5235f6~), golang-google-grpc-dev (>= 1.21.1~), golang-github-golang-protobuf-1-3-dev | golang-github-golang-protobuf-1-5-dev, golang-rsc-binaryregexp-dev Filename: pool/development/g/golang-google-cloud/golang-google-cloud-dev_0.56.0-3+apertis1bv2024dev2b1_all.deb Size: 1010560 MD5sum: 602606616ff9418c1d4561e77ded7b72 SHA1: 64de1f7b0f78ce41758e97ed97940762fa445ec3 SHA256: 36fa709d156243456077c0c4ab3070a30d2dd13c8365e42305ec1f2f2f6d7b56 SHA512: 5bc8d6002e5da0b7949ca7036c3742b582d4883bcde813428fa42b87fafeb0c06a794484fa756cd1a9c38d36e37664f4482c2e55f77279ea7c93822bdcaf003e Description: Google Cloud Platform APIs Package cloud contains Google Cloud Platform APIs related types and common functions. . Provides both the old google.golang.org/cloud and the new cloud.google.com/go trees. Homepage: https://cloud.google.com/go/home Multi-Arch: foreign Package: golang-google-genproto-dev Priority: optional Section: golang Installed-Size: 47189 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-google-genproto Version: 0.0~git20200413.b5235f6-3+apertis0bv2024dev2b1 Depends: golang-github-golang-protobuf-1-3-dev | golang-github-golang-protobuf-1-5-dev, golang-google-grpc-dev (>= 1.19.0~) Breaks: golang-github-grpc-ecosystem-grpc-gateway-dev (<< 1.6.4), golang-google-cloud-compute-metadata-dev (<< 0.9.0-8~), golang-google-cloud-dev (<< 0.9.0-8~) Filename: pool/development/g/golang-google-genproto/golang-google-genproto-dev_0.0~git20200413.b5235f6-3+apertis0bv2024dev2b1_all.deb Size: 4045984 MD5sum: 8bfecdeadc4f2c776e727c0ea8e58fbe SHA1: fc9273ada5d847cbc1bd88358fea01dd4c14396d SHA256: df99eb280b9a3f373fd781f45f3da006a50feff36eca4658fc5b7cdc19e9e69c SHA512: e4bb198240c9dc5712d1ca53845a34101a29c8b9c99dbd51af4ef77fa824b6d5afe4aa7875e1c3e721f9bbb01a17bfa234afd9e864d9641f33a49606cec7326a Description: Generated Go packages for common protocol buffer types This repository contains the generated Go packages for common protocol buffer types, and the generated gRPC code necessary for interacting with Google's gRPC APIs. . It provides similar functionality to the now abandoned golang-github-googleapis-proto-client-go. . There are two sources for the proto files used in this repository: . * google/protobuf: the code in the protobuf and ptypes subdirectories is derived from this repo. The messages in protobuf are used to describe protocol buffer messages themselves. The messages under ptypes define the common well-known types. * googleapis/googleapis: the code in the googleapis is derived from this repo. The packages here contain types specifically for interacting with Google APIs. Homepage: https://godoc.org/google.golang.org/genproto Multi-Arch: foreign Package: golang-google-grpc-dev Priority: optional Section: golang Installed-Size: 3635 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-google-grpc Version: 1.33.3-2+apertis1bv2024dev2b1 Provides: golang-github-grpc-grpc-go-dev Depends: golang-github-golang-protobuf-1-3-dev | golang-github-golang-protobuf-1-5-dev, golang-github-google-go-cmp-dev, golang-glog-dev | golang-github-golang-glog-dev, golang-golang-x-net-dev (>= 1:0.0+git20170629), golang-golang-x-oauth2-dev, golang-golang-x-oauth2-google-dev, golang-golang-x-sys-dev, golang-google-genproto-dev Breaks: golang-etcd-server-dev (<< 3.3.25+dfsg-8~), golang-google-cloud-dev (<< 0.56.0-2~) Filename: pool/development/g/golang-google-grpc/golang-google-grpc-dev_1.33.3-2+apertis1bv2024dev2b1_all.deb Size: 535452 MD5sum: c7d01f1ec8a316a5a1c94a2ac3308a1a SHA1: e39bd5990eda99e6e2c46a736a081b348d4bc225 SHA256: a49452160a130f0645c48c1bc56d50d4f9f1138fe4f1c8b5b988775c9dce152a SHA512: 84e3d13b984ce11bb5addf11a4ee141f2ee86dd113b2e57eb5844f488a6cbbd39b602d82bdd2ad0ed593a94030d265bc9d37d58769ac75fa6c111e9caed62043 Description: implementation of gRPC in Go Implementation of an RPC system called gRPC in Golang. . Remote Procedure Calls (RPCs) provide a useful abstraction for building distributed applications and services. This library provides a concrete implementation of the gRPC protocol, layered over HTTP/2. Homepage: https://godoc.org/google.golang.org/grpc Multi-Arch: foreign Package: golang-google-protobuf-dev Priority: optional Section: golang Installed-Size: 6069 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-google-protobuf Version: 1.28.1-3+apertis0bv2024dev2b1 Filename: pool/development/g/golang-google-protobuf/golang-google-protobuf-dev_1.28.1-3+apertis0bv2024dev2b1_all.deb Size: 542652 MD5sum: a55e0bf0f485cad219def45f7bcc20c1 SHA1: a65711f2b448f17a39b5d5737a577c250d413c37 SHA256: ce4992dd3401965cdc2c604f4944ee0bffe11d6a6cb054efa711724b76272fe3 SHA512: 0e03133d4fc33a53f212c1c486140988bb97c18caededd8905022cac1e0f825a31a3f4a696cf07f198ad21a261753e14e97c6f7a7ba26886e32bada0874498fb Description: Go support for protocol buffers (APIv2) This module (google.golang.org/protobuf) contains Go bindings for protocol buffers. . For APIv2, see https://go.dev/blog/protobuf-apiv2. Homepage: https://github.com/protocolbuffers/protobuf-go Multi-Arch: foreign Package: golang-gopkg-alecthomas-kingpin.v2-dev Priority: optional Section: devel Installed-Size: 212 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-gopkg-alecthomas-kingpin.v2 Version: 2.2.6-4+apertis0bv2024dev2b1 Replaces: golang-gopkg-alecthomas-kingpin.v3-dev Depends: golang-github-alecthomas-units-dev, golang-github-stretchr-testify-dev Breaks: golang-gopkg-alecthomas-kingpin.v3-dev Filename: pool/development/g/golang-gopkg-alecthomas-kingpin.v2/golang-gopkg-alecthomas-kingpin.v2-dev_2.2.6-4+apertis0bv2024dev2b1_all.deb Size: 43004 MD5sum: 8998f9f6b385e2aaae0dd6575b0ac58d SHA1: fe3977e90fa23b8ecb0eaef2c07fcd7f10fb8971 SHA256: a99d60d1e58a9d75902906af6364a1f11d96493930ae18947533b53ca0d48402 SHA512: 00d0a66036ce67f9139affea9288e84904390eb002720e99cb0730881c27b3421368ecb3d645e6006c0173f412bd584b62e94db8973b68fcb2afcfedfcf6b4d1 Description: command-line and flag parser for Go This package provides a fluent-style, type-safe command-line parser. It supports flags, nested commands, positional arguments, customizable help output using Go templates, and automatically generated man pages. Homepage: https://github.com/alecthomas/kingpin Multi-Arch: foreign Package: golang-gopkg-check.v1-dev Priority: optional Section: devel Installed-Size: 171 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-check.v1 Version: 0.0+git20200902.038fdea-1apertis0bv2024dev2b1 Provides: golang-check.v1-dev, golang-github-go-check-check-dev Depends: golang-github-kr-pretty-dev (>= 0.2.1+git20200831.59b4212) Filename: pool/development/g/golang-check.v1/golang-gopkg-check.v1-dev_0.0+git20200902.038fdea-1apertis0bv2024dev2b1_all.deb Size: 30996 MD5sum: deb9b154ed74e6e2f50b6223ca023c0c SHA1: f268a1a8e9e8ac2fe7d6db67f29f5fca567715c9 SHA256: 4c44741999dd4a6a26d17fb547e67a8df310f677feb8def07d341b580027af73 SHA512: f5be4fff5f41597ccea330ba1a2e59a9fd1bdd2c1400fb4fa2a1d3b8f7f3600cbbcece03de72e8b3311323ffcc7d29c9038499ca9eb3a6475926f8cd7b47be37 Description: Rich testing extension for Go's testing package The Go language provides an internal testing library, named testing, which is relatively slim due to the fact that the standard library correctness by itself is verified using it. The check package, on the other hand, expects the standard library from Go to be working correctly, and builds on it to offer a richer testing framework for libraries and applications to use. . Package "gopkg.in/check.v1" includes features such as: . - Helpful error reporting to aid on figuring problems out - Richer test helpers: assertions which interrupt the test immediately, deep multi-type comparisons, string matching, etc - Suite-based grouping of tests - Fixtures: per suite and/or per test set up and tear down - Benchmarks integrated in the suite logic (with fixtures, etc) - Management of temporary directories - Panic-catching logic, with proper error reporting - Proper counting of successes, failures, panics, missed tests, skips, etc - Explicit test skipping - Support for expected failures - Verbosity flag which disables output caching (helpful to debug hanging tests, for instance) - Multi-line string reporting for more comprehensible failures - Inclusion of comments surrounding checks on failure reports - Fully tested (it manages to test itself reliably) Homepage: http://labix.org/gocheck Package: golang-gopkg-cheggaaa-pb.v1-dev Priority: optional Section: devel Installed-Size: 65 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-gopkg-cheggaaa-pb.v1 Version: 1.0.25-1co1bv2024dev2b1 Depends: golang-github-mattn-go-runewidth-dev Filename: pool/development/g/golang-gopkg-cheggaaa-pb.v1/golang-gopkg-cheggaaa-pb.v1-dev_1.0.25-1co1bv2024dev2b1_all.deb Size: 13340 MD5sum: be79866594c3bb4904c4649c1bc16988 SHA1: f9d37d4c7736b3cbbbd4e559633b10c5887ac35c SHA256: c8556b66863735f265bcbd72e6690fbb5be266e28b54f8f0c836491aa1d77886 SHA512: 39b81d8d7025b2d563ece00e767c0b84cb6a3c9ddd22fd3062fa3c056ac3065471e66d88ab3d48a8a40f74777e273b63c3e37d6072a42538b322f4a86bc82168 Description: simple console progress bar for Go This package provides a simple progress bar for console programs. Homepage: https://github.com/cheggaaa/pb Package: golang-gopkg-eapache-go-resiliency.v1-dev Priority: optional Section: golang Installed-Size: 60 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-gopkg-eapache-go-resiliency.v1 Version: 1.2.0-1+apertis0bv2024dev2b1 Filename: pool/development/g/golang-gopkg-eapache-go-resiliency.v1/golang-gopkg-eapache-go-resiliency.v1-dev_1.2.0-1+apertis0bv2024dev2b1_all.deb Size: 11056 MD5sum: 83f9eb7208592227915f2049a9ee41cb SHA1: e95d6526b915849ead357f00b2dd2f6e69964f04 SHA256: 826f67da99344dfd2f36ef67b375aacf0c77ab56d8993f4f206d36aa82d2f2b2 SHA512: 4f1357facb875dec1c3572593e134840c3970e5085b5a17f48ab1cad83b8b77dc5e04ddb31bdae623fdfe94e5bf51dc1889ae4c26847c1e5c024d62de0f5fc1a Description: resiliency patterns for golang Resiliency patterns for golang. Based in part on Hystrix, Semian, and others. Currently implemented patterns include circuit-breaker, semaphore, deadline/timeout, batching and retriable. Homepage: https://github.com/eapache/go-resiliency Multi-Arch: foreign Package: golang-gopkg-eapache-queue.v1-dev Priority: optional Section: golang Installed-Size: 25 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-gopkg-eapache-queue.v1 Version: 1.1.0-2+apertis0bv2024dev2b1 Provides: golang-github-eapache-queue-dev Filename: pool/development/g/golang-gopkg-eapache-queue.v1/golang-gopkg-eapache-queue.v1-dev_1.1.0-2+apertis0bv2024dev2b1_all.deb Size: 5236 MD5sum: e4a6f611c6ef7dab0b4b3a0cb872465f SHA1: 1546c15083cd9a4f1689d1b95da2ac6e20f6e794 SHA256: 823a30dc99da8a348e717cfe62c2dd35c5d4569dca43f61ca2218c74ae7e39e3 SHA512: 54d25ad575b47f8a7e00a91b74c1e824b6b97dbf6c4ab7a647fd81ffd1d5ce9fce236993ce47f57700c399064c7c7ad5dcc5451f333d8c5013fce86e192c4684 Description: fast golang queue using ring-buffer A fast Golang queue using a ring-buffer, based on the version suggested by Dariusz Górecki. Using this instead of other, simpler, queue implementations (slice+append or linked list) provides substantial memory and time benefits, and fewer GC pauses. The queue implemented here is as fast as it is in part because it is not thread-safe. Homepage: https://github.com/eapache/queue Multi-Arch: foreign Package: golang-gopkg-inf.v0-dev Priority: optional Section: golang Installed-Size: 64 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-gopkg-inf.v0 Version: 0.9.1-2+apertis0bv2024dev2b1 Replaces: golang-speter-go-exp-math-dec-inf-dev Breaks: golang-speter-go-exp-math-dec-inf-dev Filename: pool/development/g/golang-gopkg-inf.v0/golang-gopkg-inf.v0-dev_0.9.1-2+apertis0bv2024dev2b1_all.deb Size: 14452 MD5sum: 1a96e3fe9d7fe43ddc9bdbacf60d5c14 SHA1: 3e4311e716c049155d4c71e82c9aafb27c53f0e9 SHA256: 825147db08684195316c466b706a8f047cb72baa4693acf15b6c7f7cbd6e02f3 SHA512: 0475916ce7ab6f977731ea10879472b0ea41b81e43bcc4d76d700c5e7b19ac4de9843073c1b8a404f4d4c2f53b009684ffbdda0a46291cd55a52fa834a37e782 Description: Golang library for "infinite-precision" decimal arithmetic Package inf (type inf.Dec) implements "infinite-precision" decimal arithmetic. "Infinite precision" describes two characteristics: practically unlimited precision for decimal number representation and no support for calculating with any specific fixed precision. Homepage: https://github.com/go-inf/inf Multi-Arch: foreign Package: golang-gopkg-ini.v1-dev Priority: optional Section: golang Installed-Size: 252 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-gopkg-ini.v1 Version: 1.66.2-1+apertis0bv2024dev2b1 Filename: pool/development/g/golang-gopkg-ini.v1/golang-gopkg-ini.v1-dev_1.66.2-1+apertis0bv2024dev2b1_all.deb Size: 39804 MD5sum: dff6feee08a1d6e1bae1f4e91052f0d4 SHA1: cfe72950ced4ec7d59a3634f01ed2c920643e7f4 SHA256: 00839f4f35ef746ffc2aa86ee5da8aa33f09bc2dd917614b92f062a11b595464 SHA512: 437d07c9841a44451d98d18710f1c37f06546b5200a17e760ccefb324775f76d09f5de116719dc48e5a399f6253b0d343865abf320512ff3ff581a6204182624 Description: INI file read and write functionality in Go Golang library providing INI file read and write functionality. Homepage: https://gopkg.in/ini.v1 Multi-Arch: foreign Package: golang-gopkg-jcmturner-aescts.v1-dev Priority: optional Section: devel Installed-Size: 25 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-gopkg-jcmturner-aescts.v1 Version: 1.0.1-4+apertis0bv2024dev2b1 Depends: golang-github-stretchr-testify-dev Filename: pool/development/g/golang-gopkg-jcmturner-aescts.v1/golang-gopkg-jcmturner-aescts.v1-dev_1.0.1-4+apertis0bv2024dev2b1_all.deb Size: 5248 MD5sum: 3a1a3253a6b3a31f1d6142df5dd1f6c9 SHA1: 83d881171315b0c929f3c24e3d1e312bb62bfdb0 SHA256: 2257f93d5c1bd56c40a7fbac9c943b27865e0e0d1d29b18aefdc818782316460 SHA512: f28ecc3f8876b58a4da75589507cd6e82f6eef91aecafc71f3dfb09271b23d2a4371e341bd741e245627d10b2607a53f057126faca5843726da5584a439d28c1 Description: AES CBC Ciphertext Stealing mode for Go Golang library to encrypt and decrypt data using AES CBC Ciphertext stealing mode. Homepage: https://github.com/jcmturner/aescts Multi-Arch: foreign Package: golang-gopkg-jcmturner-dnsutils.v1-dev Priority: optional Section: devel Installed-Size: 19 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-gopkg-jcmturner-dnsutils.v1 Version: 1.0.1-2apertis0bv2024dev2b1 Depends: golang-github-stretchr-testify-dev Filename: pool/development/g/golang-gopkg-jcmturner-dnsutils.v1/golang-gopkg-jcmturner-dnsutils.v1-dev_1.0.1-2apertis0bv2024dev2b1_all.deb Size: 3860 MD5sum: cfa1f124faa3cbce8b3f60f6cf1e5718 SHA1: c9484d70fd08f8f892d8a163f0ef13cdfeea41a1 SHA256: c159eccacc3520c42ba9912adf83dd051a329022f84761648ee800fc89d4a91e SHA512: 280fa25f3635dd1c760b42e5f364a3fe978bfce1ebea3bdd4c7fda261dc1e12f9cc87b74db0b5b2a26aca9ee2d65e7bae0e0c803bf6663d84f3aa237ac007f10 Description: Golang library of DNS utilities A golang library of DNS utilities, mostly for the purposes of reading SRV records Homepage: https://github.com/jcmturner/dnsutils Package: golang-gopkg-jcmturner-goidentity.v2-dev Priority: optional Section: devel Installed-Size: 20 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-gopkg-jcmturner-goidentity.v2 Version: 2.0.0-2apertis0bv2024dev2b1 Depends: golang-github-hashicorp-go-uuid-dev, golang-github-stretchr-testify-dev Filename: pool/development/g/golang-gopkg-jcmturner-goidentity.v2/golang-gopkg-jcmturner-goidentity.v2-dev_2.0.0-2apertis0bv2024dev2b1_all.deb Size: 3396 MD5sum: 8160d9b90b8920aa4facfef5b4fb3794 SHA1: 671b454c2dfddcafc7319b65a2e9a742df1f8782 SHA256: fccdd89f3ddc71443e46b8102d56f2163a392458efd92a0380df24011e363eb9 SHA512: d4f01400cf2b2c6d4d737d6228b64e083a4115043bf6f9177c462a5109bb6395e57b0acba978126127631a2708e188a803af39df412d9b1859bcc834e4177492 Description: Golang library for managing identities Standard interface for holding authenticated identities and their attributes. Homepage: https://github.com/jcmturner/goidentity Package: golang-gopkg-jcmturner-gokrb5.v5-dev Priority: optional Section: devel Installed-Size: 797 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-gopkg-jcmturner-gokrb5.v5 Version: 5.3.0+dfsg-2apertis0bv2024dev2b1 Depends: golang-github-hashicorp-go-uuid-dev, golang-github-stretchr-testify-dev, golang-golang-x-crypto-dev, golang-github-jcmturner-gofork-dev, golang-gopkg-jcmturner-dnsutils.v1-dev, golang-gopkg-jcmturner-rpc.v0-dev, golang-gopkg-jcmturner-aescts.v1-dev, golang-gopkg-jcmturner-goidentity.v2-dev Filename: pool/development/g/golang-gopkg-jcmturner-gokrb5.v5/golang-gopkg-jcmturner-gokrb5.v5-dev_5.3.0+dfsg-2apertis0bv2024dev2b1_all.deb Size: 107420 MD5sum: e7ac6cea6e3f4cd4d5535bc054a16e1f SHA1: dd255c5596f6589b66a9f76b11d531a6f63e1c0d SHA256: c0ae20ba222501c04a8b3c00ba1926cbc864851ce8a42ddd01cb7506f220eab7 SHA512: debea84cb73bd1ce634f8c7757c13f3bd98fe587bf8f6a78223cbc94fa79a6903f0d2e678b2e673c5b9137b92795725c92fd6d8bee5bbab7007993d6c246cf66 Description: Pure Go Kerberos library for clients and services Features - Pure Go - no dependency on external libraries - No platform specific code - Server Side - HTTP handler wrapper implements SPNEGO Kerberos authentication - HTTP handler wrapper decodes Microsoft AD PAC authorization data - Client Side - Client that can authenticate to an SPNEGO Kerberos authenticated web service - Ability to change client's password - General - Kerberos libraries for custom integration - Parsing Keytab files - Parsing krb5.conf files - Parsing client credentials cache files such as /tmp/krb5cc_$(id -u $(whoami)) Homepage: https://github.com/jcmturner/gokrb5 Package: golang-gopkg-jcmturner-rpc.v0-dev Priority: optional Section: devel Installed-Size: 32 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-gopkg-jcmturner-rpc.v0 Version: 0.0.2-2apertis0bv2024dev2b1 Filename: pool/development/g/golang-gopkg-jcmturner-rpc.v0/golang-gopkg-jcmturner-rpc.v0-dev_0.0.2-2apertis0bv2024dev2b1_all.deb Size: 6068 MD5sum: ee6ec033c285420b8fb9e3af29113fcd SHA1: 4543bdaeb49f63138632476ce62871f2d483b186 SHA256: d526e2077b0de42728962f4d2190e0cab2e08be4d71952ea6d966d8be45f933c SHA512: 2cfe609dd40f7cb682be898378d4ceadde09ce893bdbe27825b2fd6d5aaca6c4a8ce0fb4b4b9ac950b0296a260f7fdb429d513d3347e80b601e7ad9949313cc0 Description: Remote Procedure Call libraries for golang This project relates to CDE 1.1: Remote Procedure Call (http://pubs.opengroup.org/onlinepubs/9629399/) . It is a partial implementation that mainly focuses on unmarshaling NDR encoded byte streams into Go structures. Homepage: https://github.com/jcmturner/rpc Package: golang-gopkg-mgo.v2-dev Priority: optional Section: devel Installed-Size: 1287 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-gopkg-mgo.v2 Version: 2016.08.01-7apertis0bv2024dev2b1 Depends: golang-gopkg-tomb.v2-dev, libsasl2-dev, golang-check.v1-dev Filename: pool/development/g/golang-gopkg-mgo.v2/golang-gopkg-mgo.v2-dev_2016.08.01-7apertis0bv2024dev2b1_all.deb Size: 315248 MD5sum: de3d61a6349b26a424f388ef102fe31e SHA1: 9ccc2554fbad4e7c79e4b50a89104694e67adb00 SHA256: d2a50372c075e41a8a67609d0249f7bf99f8c46daf73fb624c23d4965a31beb3 SHA512: 960e15b796f4a0ad0f250e647a5b2d8aef4a3998f9bab8473a911c573911dbfd15e87ce8ae7f45d0a4556ad494521a90841ff5d0805798365e5ac246fb482be6 Description: Go library for MongoDB mgo (pronounced as mango) is a MongoDB driver for the Go language that implements a rich and well tested selection of features under a very simple API following standard Go idioms. . This package contains the source. Homepage: http://labix.org/mgo Package: golang-gopkg-rethinkdb-rethinkdb-go.v6-dev Priority: optional Section: golang Installed-Size: 523 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-gopkg-rethinkdb-rethinkdb-go.v6 Version: 6.2.1-2+apertis0bv2024dev2b1 Depends: golang-github-hailocab-go-hostpool-dev, golang-github-opentracing-opentracing-go-dev, golang-github-sirupsen-logrus-dev, golang-github-stretchr-testify-dev, golang-golang-x-crypto-dev, golang-golang-x-net-dev, golang-gopkg-check.v1-dev, golang-goprotobuf-dev Filename: pool/development/g/golang-gopkg-rethinkdb-rethinkdb-go.v6/golang-gopkg-rethinkdb-rethinkdb-go.v6-dev_6.2.1-2+apertis0bv2024dev2b1_all.deb Size: 106184 MD5sum: be4b2777047356df062c69d2f6769dad SHA1: e0d587afde276fc25c7f6e6b181f636dabb0b048 SHA256: f550687c68560d39cdc9e8982984c69ca8fd8f24a06e19470c1d1c4ae7e1b486 SHA512: 7be9cf934aab9f4f33cccc2199bb40b3b45c37d822f5408594bdfaf94e1c5c8cc4a14bbc1da1802fbcc259f8b730b0d3b88fdd2d54707a4983c53773211c952d Description: Go language driver for RethinkDB (library) This package provides native Golang driver for RethinkDB. . Please note that this version of the driver only supports versions of RethinkDB using the v0.4 protocol (any versions of the driver older than RethinkDB 2.0 will not work). Homepage: https://github.com/rethinkdb/rethinkdb-go Multi-Arch: foreign Package: golang-gopkg-square-go-jose.v2-dev Priority: optional Section: golang Installed-Size: 770 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-gopkg-square-go-jose.v2 Version: 2.6.0-2+apertis1bv2024dev2b1 Depends: golang-golang-x-crypto-dev Filename: pool/development/g/golang-gopkg-square-go-jose.v2/golang-gopkg-square-go-jose.v2-dev_2.6.0-2+apertis1bv2024dev2b1_all.deb Size: 266904 MD5sum: 6584771c2149ef2be5ddc388e976e63e SHA1: 6cf2395c72740e36e2bfda98a66d753ec18db783 SHA256: 77863ad9460053bea98473f6dac269cc4fc8df3f9b68ddd36e9152191e87a3d1 SHA512: 6de11faac53bebf70963b77bf1e4dbd035757095fe8d035a638cac49e4b1557620038b410c8436914e5a320a471232f18d149e39a82bb214a45dfdc6a8b28161 Description: implementation of JOSE standards (JWE, JWS, JWT) in Go Package jose aims to provide an implementation of the Javascript Object Signing and Encryption set of standards. This includes support for JSON Web Encryption, JSON Web Signature, and JSON Web Token standards. Homepage: https://github.com/square/go-jose Multi-Arch: foreign Package: golang-gopkg-tomb.v1-dev Priority: optional Section: devel Installed-Size: 23 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-gopkg-tomb.v1 Version: 0.0~git20141024.0.dd63297-8+apertis0bv2024dev2b1 Filename: pool/development/g/golang-gopkg-tomb.v1/golang-gopkg-tomb.v1-dev_0.0~git20141024.0.dd63297-8+apertis0bv2024dev2b1_all.deb Size: 5516 MD5sum: f55adb2be4cc1b67efedc786d935a4bf SHA1: 6e0437aa5d8ff5ecf8736d2e3af153c693bd0f88 SHA256: 4bf9c6ba4aab55e6bc3081ad42f0ca3614672fb15a1d6b28dbd64b7e65404898 SHA512: 45e65ea02838b7fe025632d8d52db2e69891d3f591bdade428b72b59b4466948451eca4023bd23fefd3efe76854a7f4400be8ad9ffc606d2efd35d6177f7ce4a Description: API to track the lifecyle of Golang goroutines, and provide clean termination Conventional API for clean goroutine termination. A Tomb tracks the lifecycle of a goroutine as alive, dying or dead, and the reason for its death. Homepage: https://github.com/go-tomb/tomb/tree/v1 Multi-Arch: foreign Package: golang-gopkg-tomb.v2-dev Priority: extra Section: devel Installed-Size: 38 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-gopkg-tomb.v2 Version: 0.0~git20161208.d5d1b58-3co1bv2024dev2b1 Filename: pool/development/g/golang-gopkg-tomb.v2/golang-gopkg-tomb.v2-dev_0.0~git20161208.d5d1b58-3co1bv2024dev2b1_all.deb Size: 6812 MD5sum: 248ee630cec4dcad15ad20e30c67cb05 SHA1: 59f2e08bbb035e4edc186717cb319c104d24dfcf SHA256: be50952650e5fb734519c39a31e9d3a88d002eb6942e5472f74c14313bbdff6a SHA512: 832652e46bb04dc42e8cb9999a4809678f305024b81c2176375f882f768d99e1cd3f6158c98011d331fda62d3b505c9f04ec21999b1b376e576fb4f81d4e93d0 Description: API to track the lifecyle of Golang goroutines, and provide clean termination Conventional API for clean goroutine termination. A Tomb tracks the lifecycle of a goroutine as alive, dying or dead, and the reason for its death. Homepage: https://github.com/go-tomb/tomb Package: golang-gopkg-vmihailenco-msgpack.v2-dev Priority: optional Section: golang Installed-Size: 156 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-gopkg-vmihailenco-msgpack.v2 Version: 4.3.1-2apertis0bv2024dev2b1 Depends: golang-github-vmihailenco-tagparser-dev Filename: pool/development/g/golang-gopkg-vmihailenco-msgpack.v2/golang-gopkg-vmihailenco-msgpack.v2-dev_4.3.1-2apertis0bv2024dev2b1_all.deb Size: 27188 MD5sum: cd9e010ce946f39f252f47cacfeeac7f SHA1: 9fdb6fd43f346db9593f804960e76585132a42e5 SHA256: dc1635b4721c14d872d3184a43f5e9e47c577cf7142db4b9455ec25c93ffb6cd SHA512: 489b92725af4c2dc675e53a9c329f3cee8ffd9faee1f99a2a8099bfafabde2ee33f8ae6eb2decaf3f4d09d4335c08b325904ed2d6b4d0b8979710365a07d6438 Description: Msgpack encoding for Golang MessagePack is an efficient binary serialization format. It lets you exchange data among multiple languages like JSON. But it's faster and smaller. Small integers are encoded into a single byte, and typical short strings require only one extra byte in addition to the strings themselves. Homepage: https://github.com/vmihailenco/msgpack Multi-Arch: foreign Package: golang-gopkg-yaml.v2-dev Priority: optional Section: golang Installed-Size: 344 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-yaml.v2 Version: 2.4.0-4+apertis1bv2024dev2b1 Provides: golang-yaml.v2-dev Filename: pool/development/g/golang-yaml.v2/golang-gopkg-yaml.v2-dev_2.4.0-4+apertis1bv2024dev2b1_all.deb Size: 60768 MD5sum: 47c18485fc089a11dcd1a4f862677c55 SHA1: d3cdcbfffef3b02c95914892f4c816deaf17876e SHA256: 43938e16b049bbccc05099a3cf487754ae612fb13ce7cf9176f689d10a156882 SHA512: 91f82213a7927a11c05e8d26a22d591537521248f2a794ee1199df2ff1c1c4ee985fdee97299e5806a24e2596d750f90b622a53ff402bc639366bf7f28c6f4b9 Description: YAML support for the Go language The yaml package enables Go programs to very comfortably encode and decode YAML values. It was developed within Canonical as part of the juju project, and is based on a pure Go port of the well-known libyaml C library to parse and generate YAML data quickly and reliably. . The yaml package supports most of YAML 1.1 and 1.2, including support for anchors, tags, map merging, etc. Multi-document unmarshalling is not yet implemented, and base-60 floats from YAML 1.1 are purposefully not supported since they're a poor design and are gone in YAML 1.2. . This package is an incompatible successor to golang-goyaml ("gonuts.org/v1/yaml", and then renamed to "gopkg.in/yaml.v1"). Homepage: https://github.com/go-yaml/yaml/tree/v2 Multi-Arch: foreign Package: golang-gopkg-yaml.v3-dev Priority: optional Section: golang Installed-Size: 470 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-gopkg-yaml.v3 Version: 3.0.1-3+apertis1bv2024dev2b1 Filename: pool/development/g/golang-gopkg-yaml.v3/golang-gopkg-yaml.v3-dev_3.0.1-3+apertis1bv2024dev2b1_all.deb Size: 74612 MD5sum: 85cf446c87ab6b90352ea0ae84cece5a SHA1: 7c07a85d7e99cf8ce07ba42f84a1dcadb60b282b SHA256: fe074015677f1f3cbedf2ea73181ef4921c7c3339c75479cdb082d8adc57a7c4 SHA512: 07c5195e5065887258d969cf6a5797bc0e7c91c0662de235408b5c21cb71bf5f3043c144e4678c9c5cdf8acce18ae3992f44239f49a8ed5ee2498ebe9d306592 Description: YAML support for the Go language The yaml package enables Go programs to very comfortably encode and decode YAML values. It was developed within Canonical as part of the juju project, and is based on a pure Go port of the well-known libyaml C library to parse and generate YAML data quickly and reliably. . The yaml package supports most of YAML 1.2, but preserves some behavior from 1.1 for backwards compatibility. . Specifically, as of v3 of the yaml package: . * YAML 1.1 bools (yes/no, on/off) are supported as long as they are being decoded into a typed bool value. Otherwise they behave as a string. Booleans in YAML 1.2 are true/false only. * Octals encode and decode as 0777 per YAML 1.1, rather than 0o777 as specified in YAML 1.2, because most parsers still use the old format. Octals in the 0o777 format are supported though, so new files work. * Does not support base-60 floats. These are gone from YAML 1.2, and were actually never supported by this package as it's clearly a poor choice. . and offers backwards compatibility with YAML 1.1 in some cases. 1.2, including support for anchors, tags, map merging, etc. Multi-document unmarshalling is not yet implemented, and base-60 floats from YAML 1.1 are purposefully not supported since they're a poor design and are gone in YAML 1.2. Homepage: https://gopkg.in/yaml.v3 Multi-Arch: foreign Package: golang-goprotobuf-dev Priority: optional Section: oldlibs Installed-Size: 10 Maintainer: Debian Go Packaging Team Architecture: amd64 Source: golang-github-golang-protobuf-1-3 Version: 1.3.5-4+apertis0bv2024dev2b1 Depends: golang-github-golang-protobuf-1-3-dev, protoc-gen-go-1-3 Filename: pool/development/g/golang-github-golang-protobuf-1-3/golang-goprotobuf-dev_1.3.5-4+apertis0bv2024dev2b1_amd64.deb Size: 3264 MD5sum: 733c2fbe372bcaab446a35560b71a3b2 SHA1: 5d3831f7285d162a00b5ce3692736a7f851b6ef4 SHA256: 48aae7d9142318af6b15eed7db382d4366ea15bec52b85e7a426d187a801346c SHA512: 3962016135c1755e26fa61edd82ccfe1a1e5c4a25ea65008f53c31ae34e61f90525434a0729e8108f9517487a97ac52725959eb13bc9ef66294a3631901e1154 Description: transitional dummy package This is a transitional dummy package, it can be safely removed. Homepage: https://github.com/golang/protobuf Package: golang-grpc-gateway Priority: optional Section: devel Installed-Size: 8341 Maintainer: Debian Go Packaging Team Architecture: amd64 Source: golang-github-grpc-ecosystem-grpc-gateway Version: 1.6.4-2co1bv2024dev2b1 Depends: libc6 (>= 2.34) Filename: pool/development/g/golang-github-grpc-ecosystem-grpc-gateway/golang-grpc-gateway_1.6.4-2co1bv2024dev2b1_amd64.deb Size: 1818032 MD5sum: 447bf01cc0b68d6c92b53023736485ef SHA1: 55edcebf85295c5ac6f77c0e5b65a624d7e29d90 SHA256: cbc54438132c31cd32badbf214e95661e617b39871372c12c8a86f232db9166b SHA512: e1a8e5082ff83b071847f408ae216bcb51f3348158868db44ae14ae35f811082e6eaa24a9d50259ccb2cce4290a7df0ae4145ef7371b8f39bcb2b9224c4e98af Description: gRPC to JSON proxy generator for Golang -- binaries Grpc-gateway is a protoc plugin that reads gRPC service definitions and generates a reverse-proxy server which translates a RESTful JSON API into gRPC. The server is generated according to custom options in your gRPC definition and helps you to provide your APIs in both gRPC and RESTful style at the same time. . This package contains the generator binaries. Built-Using: golang-1.19 (= 1.19.8-2+apertis0bv2024dev2b1), golang-github-ghodss-yaml (= 1.0.0+git20220118.d8423dc-2+apertis0bv2024dev2b1), golang-github-golang-protobuf-1-3 (= 1.3.5-4+apertis0bv2024dev2b1), golang-glog (= 0.0~git20160126.23def4e-5+apertis0bv2024dev2b1), golang-google-genproto (= 0.0~git20200413.b5235f6-3+apertis0bv2024dev2b1), golang-google-grpc (= 1.33.3-2+apertis1bv2024dev2b1), golang-yaml.v2 (= 2.4.0-4+apertis1bv2024dev2b1) Homepage: https://github.com/grpc-ecosystem/grpc-gateway Package: golang-grpc-gateway-dbgsym Priority: optional Section: debug Installed-Size: 3663 Maintainer: Debian Go Packaging Team Architecture: amd64 Source: golang-github-grpc-ecosystem-grpc-gateway Version: 1.6.4-2co1bv2024dev2b1 Depends: golang-grpc-gateway (= 1.6.4-2co1bv2024dev2b1) Filename: pool/development/g/golang-github-grpc-ecosystem-grpc-gateway/golang-grpc-gateway-dbgsym_1.6.4-2co1bv2024dev2b1_amd64.deb Size: 2833264 MD5sum: 7b954f5c4fd58f9281966e7b4cc43f3f SHA1: 462719cebe08c5a9ba2b115278fe6ae194589c39 SHA256: b07b18c1056e2fa2e56003ef6a7fb8bdf29fd918335fe846f9b6ffb234c4e41c SHA512: 5b27a925f0d72bb3133079c69994f8fddbef9b005f0b7655cd5216cba29f39a503230f595ad9623018a4f297e32c0a31b5b20eb43b5d5c7a13cb07b2a9be6ebd Description: debug symbols for golang-grpc-gateway Auto-Built-Package: debug-symbols Build-Ids: 2115a80b5f2f42f86ccb59a881f5dcc7c51ccf4e be08b8a3f19bcd95b96515e8e4a706d34785bae9 Package: golang-honnef-go-tools-dev Priority: optional Section: golang Installed-Size: 2363 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-honnef-go-tools Version: 2023.1-1+apertis0bv2024dev2b1 Depends: golang-github-burntsushi-toml-dev, golang-golang-x-exp-dev (>= 0.0~git20220328~), golang-golang-x-tools-dev (>= 1:0.1.11~) Filename: pool/development/g/golang-honnef-go-tools/golang-honnef-go-tools-dev_2023.1-1+apertis0bv2024dev2b1_all.deb Size: 377012 MD5sum: 97bf6fe67d50796192b3f59165ace1c6 SHA1: c03bd161460eaa2635c7217e0994e53875e35251 SHA256: b5bd390edfae91031ec42f5e43f7a86df75c47facac8e6f4176c7dfe6fe36fbc SHA512: 2e89237035d244db4bfdb909e768c4bfc4db523b73980d6fd20935f4e2053aee86a46acf5946c070e8d93949cccf3431477ff3ee9a0e428fdb2a336957d35385 Description: libraries for advanced Go linter Libraries to implement following tools: * keyify: Transforms an unkeyed struct literal into a keyed one. * rdeps: Find all reverse dependencies of a set of packages. * staticcheck: Go static analysis, detecting bugs, performance issues, and much more. * structlayout: Displays the layout (field sizes and padding) of structs. * structlayout-optimize: Reorders struct fields to minimize the amount of padding. * structlayout-pretty: Formats the output of structlayout with ASCII art. Homepage: https://github.com/dominikh/go-tools Multi-Arch: foreign Package: golang-k8s-klog-dev Priority: optional Section: golang Installed-Size: 393 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-k8s-klog Version: 2.80.1-2+apertis0bv2024dev2b1 Depends: golang-github-go-logr-logr-dev (>= 1.2.0~) Filename: pool/development/g/golang-k8s-klog/golang-k8s-klog-dev_2.80.1-2+apertis0bv2024dev2b1_all.deb Size: 67044 MD5sum: c6913504415f1f57df44ba7040373e02 SHA1: 97b68261ccfb24b474cecfc2b8f767dcc65f4ea4 SHA256: 8a736afc615d58dcc3b2a4d29f2d7cf65cc0c9ecb4bd2f77c9c23bfa63b28f79 SHA512: 9a1eb63c38e1f51779f114e3eb14362e18d4bd40185fe7689d98ced94a1b7369587b5f3fd484bd8d6227d13213bd19200fc15255cc0bedb9fe38d647f7eea710 Description: leveled execution logs for Go (library) klog is a permanent fork of https://github.com/golang/glog. The decision to create klog was one that wasn't made lightly, but it was necessary due to some drawbacks that are present in glog. Ultimately, the fork was created due to glog not being under active development. Homepage: https://github.com/kubernetes/klog Multi-Arch: foreign Package: golang-k8s-sigs-structured-merge-diff-dev Priority: optional Section: devel Installed-Size: 1302 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-k8s-sigs-structured-merge-diff Version: 4.1.2+ds1-2+apertis0bv2024dev2b1 Depends: golang-github-json-iterator-go-dev, golang-gopkg-yaml.v2-dev Filename: pool/development/g/golang-k8s-sigs-structured-merge-diff/golang-k8s-sigs-structured-merge-diff-dev_4.1.2+ds1-2+apertis0bv2024dev2b1_all.deb Size: 122280 MD5sum: bd41677820aaac92d20d6a63e40f774c SHA1: de436b8d8e79a47a8389529149273a41f8e9af88 SHA256: ee50fbca744387aea85772e00ab71503e4adbfffe9083012343fc2e2e6176a06 SHA512: fafa490c640cbcb00137d8d6d980e79552685544546d7cce2b82a97adaa0aa87cc54e6bc7ce8c3fb1f957ec62646cb22d24a9ee1509eaa7d90d0e2146984f396 Description: implementation for "server-side apply" (library) What is the apply operation? . It models resources in a control plane as having multiple "managers". Each manager is typically trying to manage only one aspect of a resource. The goal is to make it easy for disparate managers to make the changes they need without messing up the things that other managers are doing. In this system, both humans and machines (aka "controllers") act as managers. . To do this, it explicitly tracks (using the fieldset data structure) which fields each manager is currently managing. . Now, there are two basic mechanisms by which one modifies an object. . PUT/PATCH: This is a write command that says: "Make the object look EXACTLY like X". . APPLY: This is a write command that says: "The fields I manage should now look exactly like this (but I don't care about other fields)". . For PUT/PATCH, it deduces which fields will be managed based on what is changing. For APPLY, the user is explicitly stating which fields they wish to manage (and therefore requesting deletion of any fields that they used to manage but stop mentioning). . Any time a manager begins managing some new field, that field is removed from all other managers. If the manager is using the APPLY command, it calls these conflicts, and will not proceed unless the user passes the "force" option. This prevents accidentally setting fields which some other entity is managing. . PUT/PATCH always "force". They are mostly used by automated systems, which won't do anything productive with a new error type. Homepage: https://github.com/kubernetes-sigs/structured-merge-diff Multi-Arch: foreign Package: golang-k8s-sigs-yaml-dev Priority: optional Section: golang Installed-Size: 58 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-k8s-sigs-yaml Version: 1.3.0-1+apertis1bv2024dev2b1 Depends: golang-gopkg-yaml.v2-dev Filename: pool/development/g/golang-k8s-sigs-yaml/golang-k8s-sigs-yaml-dev_1.3.0-1+apertis1bv2024dev2b1_all.deb Size: 15420 MD5sum: fe1034ff189e0f6296076bac8f849e3d SHA1: 3cfd142adf9b4fce94db808b6a34c6219d6b990e SHA256: 027f94588d20a8084b4575f728005f1cf8405b4ffa676430e5ec8bec0715eac5 SHA512: 9a7fcdda1deb4fdf316cacbcc5cd10585339e9096d37f6ecfb93eed4ad6cce7dceb67b5e5b9b5e9d1f15a195fe7c08d91104259d96348345de499db5b728d2c0 Description: better way to marshal and unmarshal YAML in Golang (library) YAML marshaling and unmarshaling support for Go Build Status . kubernetes-sigs/yaml is a permanent fork of ghodss/yaml (https://github.com/ghodss/yaml). Introduction A wrapper around go-yaml (https://github.com/go-yaml/yaml) designed to enable a better way of handling YAML when marshaling to and from structs. Homepage: https://github.com/kubernetes-sigs/yaml Multi-Arch: foreign Package: golang-mreiferson-httpclient-dev Priority: extra Section: oldlibs Installed-Size: 10 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-mreiferson-go-httpclient Version: 0.0~git20160630.0.31f0106-2.1+apertis0bv2024dev2b1 Depends: golang-github-mreiferson-go-httpclient-dev Filename: pool/development/g/golang-github-mreiferson-go-httpclient/golang-mreiferson-httpclient-dev_0.0~git20160630.0.31f0106-2.1+apertis0bv2024dev2b1_all.deb Size: 2748 MD5sum: 715467576c692034e7976eb6a23eb3a1 SHA1: 979e818b448dde9e851cbf85e98bc36ee09a88a7 SHA256: fa85fe4c5eb5c075e95f08ef36c430fcc611620439232cff844892a85e5c91e9 SHA512: 2bc098b737e131c21cb3e4d22b80254ffecb258b4ec8dd3cfcc83c4d99a083ff26e06dabb0a098455fedde8821fcd63cca3c44f3888a48c099e01e8f62751fa4 Description: Transitional package for golang-github-mreiferson-go-httpclient-dev This is a transitional package to ease upgrades to the golang-github-mreiferson-go-httpclient-dev package. It can safely be removed. Homepage: https://github.com/mreiferson/go-httpclient Package: golang-mvdan-gofumpt-dev Priority: optional Section: golang Installed-Size: 135 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-mvdan-gofumpt Version: 0.4.0-1+apertis0bv2024dev2b1 Depends: golang-github-google-go-cmp-dev, golang-golang-x-mod-dev Filename: pool/development/g/golang-mvdan-gofumpt/golang-mvdan-gofumpt-dev_0.4.0-1+apertis0bv2024dev2b1_all.deb Size: 29708 MD5sum: 5631c5b2d69b96c5274a360e2f319672 SHA1: 2eadfa733e5ab650eb00c6e5aaf250c270e712df SHA256: d47f2144dd1a702a34dd27f690f5f1b037de03503be216246b417ba64f5da4ce SHA512: f2705664fefec1e0d433afe64497ac2c79b65ea0051acad673f95d96882945940f57067be3db8044d8bdebb6beb89a5fec1b25ca368570127326bc467efb1925 Description: stricter gofmt (library) Enforce a stricter format than gofmt, while being backwards compatible. . The tool is a modified fork of gofmt, so it can be used as a drop-in replacement. Homepage: https://github.com/mvdan/gofumpt Multi-Arch: foreign Package: golang-mvdan-xurls-dev Priority: optional Section: golang Installed-Size: 67 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-mvdan-xurls Version: 2.4.0-1+apertis0bv2024dev2b1 Filename: pool/development/g/golang-mvdan-xurls/golang-mvdan-xurls-dev_2.4.0-1+apertis0bv2024dev2b1_all.deb Size: 17012 MD5sum: 602dd2a3b0686bd89d2ac1c153557708 SHA1: a1a6f203697f663e676b5f733887c469074c2dec SHA256: eb83c3af7d11a5fbdd7878d5fa39dcf114eb095404fb6189945b123a2f142d85 SHA512: 9634f8513e492e3c6347d6d2f1cd042436f179b098ea56a60d12a3d0531015c655b2148c27ddaab993dfeab9dd52f9fe86c8f12b71a87bf5f249dad222b238e5 Description: Extract urls from text (library) Extract urls from text using regular expressions. Homepage: https://github.com/mvdan/xurls Multi-Arch: foreign Package: golang-opentelemetry-otel-dev Priority: optional Section: golang Installed-Size: 2392 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-opentelemetry-otel Version: 1.1.0-2+apertis0bv2024dev2b1 Depends: golang-github-masterminds-semver-dev (>= 3.1.1~), golang-golang-x-sys-dev, golang-gopkg-yaml.v2-dev Filename: pool/development/g/golang-opentelemetry-otel/golang-opentelemetry-otel-dev_1.1.0-2+apertis0bv2024dev2b1_all.deb Size: 302920 MD5sum: da6919c54410b2268cbf9a54a0e75bf1 SHA1: 1f1b7f74c46322bcbed49f65895d0e586d12700c SHA256: aee2eeee40f005e95a309185af028ec3a4af974d4b5a245da99b2de5dfdf8012 SHA512: 20c40ae86b154e535d93ecd2b981d6863a34914b600208a4e763763f1549a29250583e5a146375e04d05eab98bc3fcd009b20b7a24a73578bb86f95e4677a4b1 Description: OpenTelemetry Go API and SDK OpenTelemetry-Go is the Go implementation of OpenTelemetry. It provides a set of APIs to directly measure performance and behavior of your software and send this data to observability platforms. Homepage: https://github.com/open-telemetry/opentelemetry-go Multi-Arch: foreign Package: golang-procfs-dev Priority: optional Section: oldlibs Installed-Size: 12 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-prometheus-procfs Version: 0.8.0-3+apertis0bv2024dev2b1 Depends: golang-github-prometheus-procfs-dev (= 0.8.0-3+apertis0bv2024dev2b1) Filename: pool/development/g/golang-github-prometheus-procfs/golang-procfs-dev_0.8.0-3+apertis0bv2024dev2b1_all.deb Size: 4088 MD5sum: 13da7966c6e52de15954d3858d097c7a SHA1: 6cc008a94174b3586290d1c20953ca1b47e69b62 SHA256: 28884fe72f23f942dc9795a301a2409b49b1da13501ffc68caee98489825c191 SHA512: 792d76b4c958b0d63ae25a9d5b589cc1d99bf946eabee17fa6c884679f7bc9d4bf39ca8512686cd51cbad69b34e010d566e5e7fa6f8fb3cede6a10224966dc81 Description: transitional dummy package This package can be safely removed once nothing depends on it anymore. Homepage: https://github.com/prometheus/procfs.git Multi-Arch: foreign Package: golang-protobuf-extensions-dev Priority: optional Section: golang Installed-Size: 198 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-protobuf-extensions Version: 1.0.1-3+apertis0bv2024dev2b1 Depends: golang-github-golang-protobuf-1-3-dev | golang-github-golang-protobuf-1-5-dev Filename: pool/development/g/golang-protobuf-extensions/golang-protobuf-extensions-dev_1.0.1-3+apertis0bv2024dev2b1_all.deb Size: 29636 MD5sum: 9df1d8c1c71043cb1cd48fb554a22ee0 SHA1: 602e4bb317ee94c9cd43df75feb1bdf96b71e4d6 SHA256: 9047ef6d075b875ff679d13f3da60bb0c2171184128efda904ea0fc2b492cfa6 SHA512: 9b2491d48d2e69b996786c187de0ad6e3d0946b853a34e3e8fd6bee15b2f79bd6c6fea2a44a9aae58fb3ad9c98c154e718397298cee5e3b25b187a4bfd670630 Description: Protocol Buffer extensions for the Go language This repository provides various Protocol Buffer extensions for the Go language (golang), namely support for record length-delimited message streaming. Homepage: https://github.com/matttproud/golang_protobuf_extensions Multi-Arch: foreign Package: golang-redoctober Priority: optional Section: golang Installed-Size: 13995 Maintainer: Debian Go Packaging Team Architecture: amd64 Source: golang-github-cloudflare-redoctober Version: 0.0~git20161017.0.78e9720-5apertis0bv2024dev2b1 Depends: libc6 (>= 2.34) Filename: pool/development/g/golang-github-cloudflare-redoctober/golang-redoctober_0.0~git20161017.0.78e9720-5apertis0bv2024dev2b1_amd64.deb Size: 3390220 MD5sum: d62d1b90bce546fddb5c503bf8d42ccf SHA1: a70e095ecf7744f6802c1f9ccf39905f1956614c SHA256: b5f8a0fee802eed4d3346991432e4b6611db46334990781700893d2b8a02cf48 SHA512: 9e3615e023935a8c7b3e59946679e65ea7ac2052c819a6f535f5e49068ca42107041582c88cf2f21246094f4de9befe2062fd6a0b63d1bd7f96d53828ee6d408 Description: Software-based two-man rule style encryption and decryption server Red October is a software-based two-man rule style encryption and decryption server. The two-man rule is a control mechanism designed to achieve a high level of security by requiring the presence of two authorized people at all times. In the case of Red October the two-man rule is implemented by encrypting data in such as way as to require two authorised key-holds to decrypt it. . This package contains the server and command-line client. Built-Using: golang-1.19 (= 1.19.8-2+apertis0bv2024dev2b1), golang-github-beorn7-perks (= 1.0.1-1apertis0bv2024dev2b1), golang-github-cespare-xxhash (= 2.1.1-2+apertis0bv2024dev2b1), golang-github-coreos-go-systemd (= 22.3.2-1+apertis0bv2024dev2b1), golang-github-golang-protobuf-1-3 (= 1.3.5-4+apertis0bv2024dev2b1), golang-github-prometheus-client-golang (= 1.14.0-3+apertis1bv2024dev2b1), golang-github-prometheus-client-model (= 0.3.0-3+apertis0bv2024dev2b1), golang-github-prometheus-common (= 0.39.0-2+apertis0bv2024dev2b1), golang-github-prometheus-procfs (= 0.8.0-3+apertis0bv2024dev2b1), golang-go.crypto (= 1:0.4.0-1+apertis0bv2024dev2b1), golang-golang-x-sys (= 0.3.0-1+apertis0bv2024dev2b1), golang-google-protobuf (= 1.28.1-3+apertis0bv2024dev2b1), golang-protobuf-extensions (= 1.0.1-3+apertis0bv2024dev2b1) Homepage: https://github.com/cloudflare/redoctober Package: golang-redoctober-dbgsym Priority: optional Section: debug Installed-Size: 5924 Maintainer: Debian Go Packaging Team Architecture: amd64 Source: golang-github-cloudflare-redoctober Version: 0.0~git20161017.0.78e9720-5apertis0bv2024dev2b1 Depends: golang-redoctober (= 0.0~git20161017.0.78e9720-5apertis0bv2024dev2b1) Filename: pool/development/g/golang-github-cloudflare-redoctober/golang-redoctober-dbgsym_0.0~git20161017.0.78e9720-5apertis0bv2024dev2b1_amd64.deb Size: 4773644 MD5sum: d711d34d1db4a4d3465969418f0a000b SHA1: ad56aa29613f9f6566c555f33a4aa672ed1378f2 SHA256: 58600b077976bcd3929dbdfd8514de59c109091daf2cf3c8f1a7b6b287b2edcf SHA512: 1f8f349cbd6be20f66cc404dfa92ebb65c321ffd254bf3a8d3121a023fae4c87d28329200c74457dc78dd70b3a4fdbe98f65d5f8e85611e22927ee3fe7376e2d Description: debug symbols for golang-redoctober Auto-Built-Package: debug-symbols Build-Ids: 73afc12d24687db527d19d727347039258da53c8 a9b210da5454ce7dee62d94f1d1768acd123ca42 Package: golang-rice Priority: optional Section: golang Installed-Size: 3852 Maintainer: Debian Go Packaging Team Architecture: amd64 Source: golang-github-geertjohan-go.rice Version: 1.0.2-1apertis0bv2024dev2b1 Filename: pool/development/g/golang-github-geertjohan-go.rice/golang-rice_1.0.2-1apertis0bv2024dev2b1_amd64.deb Size: 1326400 MD5sum: 9bc2916ed0c749044c42798c91fe4371 SHA1: 4ce58afe58c375dd6807abec525654de36fc823a SHA256: 8b502cf12853e959d5ddf43abfb77d86ee30ea7d94075870dc2fc18cde8bc232 SHA512: e2fe03c6d7be96e09775267d41ab87b29e32c754bfa99e50e3e2e061f1de2813d04b201ccf060f48f34a59bf9ed5505dff21dcc65629565f0f3a9a2979176c8e Description: tool for embedding web resources into Go executables go.rice is a Golang package that makes working with resources such as html, js, css, images and templates very easy. During development go.rice will load required files directly from disk. Upon deployment it is easy to add all resource files to a executable using the rice tool, without changing the source code for your package. Several methods are provided for adding resources to your binary by go.rice. . This package contains the command-line tool. Built-Using: golang-1.19 (= 1.19.8-2+apertis0bv2024dev2b1), golang-github-akavel-rsrc (= 1:0.8.0-2+apertis0bv2024dev2b1), golang-github-daaku-go.zipexe (= 1.0.1-2+apertis0bv2024dev2b1), golang-github-geertjohan-go.incremental (= 1.0.0-2+apertis0bv2024dev2b1), golang-github-nkovacs-streamquote (= 1.0.0-5+apertis0bv2024dev2b1), golang-github-valyala-bytebufferpool (= 1.0.0-3+apertis0bv2024dev2b1), golang-github-valyala-fasttemplate (= 1.2.2+ds1-1+apertis0bv2024dev2b1), golang-go-flags (= 1.4.0-5+apertis0bv2024dev2b1) Homepage: https://github.com/GeertJohan/go.rice Package: golang-rsc-binaryregexp-dev Priority: optional Section: devel Installed-Size: 776 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-rsc-binaryregexp Version: 0.2.0-3+apertis0bv2024dev2b1 Filename: pool/development/g/golang-rsc-binaryregexp/golang-rsc-binaryregexp-dev_0.2.0-3+apertis0bv2024dev2b1_all.deb Size: 419796 MD5sum: cac6c86d644813dfb8f8a14b45906825 SHA1: 584ebb558151fc9b75f619ca93d614e859387d16 SHA256: 194b62446568ab85dbeb35d834ea7750552dba00e98518ad81e26e73cb10d94d SHA512: 7b9be2c899dd235980a1bc1cf37310bcef20aeaad7d7e74953d236b1ef53c74e8e3e3c22adaf7de2315a2cd583c35be21ca5cb8280040ba67d4258d14b49bbbf Description: Go regexp for binary/latin-1 data Go package regexp implements regular expression search. . The syntax of the regular expressions accepted is the same general syntax used by Perl, Python, and other languages. More precisely, it is the syntax accepted by RE2 and described at https://golang.org/s/re2syntax, except for \C. For an overview of the syntax, run . go doc regexp/syntax . The regexp implementation provided by this package is guaranteed to run in time linear in the size of the input. (This is a property not guaranteed by most open source implementations of regular expressions.) For more information about this property, see . https://swtch.com/~rsc/regexp/regexp1.html . or any book about automata theory. . All characters are UTF-8-encoded code points. Homepage: https://github.com/rsc/binaryregexp Multi-Arch: foreign Package: golang-snappy-go-dev Priority: optional Section: oldlibs Installed-Size: 13 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-golang-snappy Version: 0.0.2-3+apertis0bv2024dev2b1 Depends: golang-github-golang-snappy-dev Filename: pool/development/g/golang-github-golang-snappy/golang-snappy-go-dev_0.0.2-3+apertis0bv2024dev2b1_all.deb Size: 3340 MD5sum: 45ec5be63ff18b2ac16b6b8d335aab9a SHA1: 03b2308acde0dd2e16f488b697d0560e035a7a7b SHA256: 73f3665e44677f8a54ae5865aa29451ca1c26a12483ee4601986ebda9a0f0688 SHA512: effffd107b8d2d61bc360a06e24bc8db06b869a388db6a5ffaa8dade326027a541ad1b51e19d17f602de44285b1e8bc87bf69c3d9a3c0ac51a71ce152240a960 Description: Transitional package for golang-github-golang-snappy-dev This is a transitional package to ease upgrades to the golang-github-golang-snappy-dev package. It can safely be removed. Homepage: https://github.com/golang/snappy Multi-Arch: foreign Package: golang-src Priority: optional Section: golang Installed-Size: 13 Maintainer: Debian Go Compiler Team Architecture: all Source: golang-defaults Version: 2:1.19~1+apertis0bv2024dev2b1 Depends: golang-1.19-src Filename: pool/development/g/golang-defaults/golang-src_1.19~1+apertis0bv2024dev2b1_all.deb Size: 5004 MD5sum: 8fbf25818167743a6f67f1e449335e3e SHA1: f027b99320a20fadd030db4d258e3c4b4c4995cb SHA256: d9c8d3b2e370d3e436a00a067a87001b177d2e24b43c27ce39197ea799f13f65 SHA512: d942e3bee0fd11c458a782910cd2e328656dad05582b7af442fbcbfa7042b4a89be63055d12eb42e15648979f4a907200a9db9ca09983d6b58f150aa63250df5 Description: Go programming language - source files The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. . This is a dependency package that depends on the default Go standard library source code, which is needed for the go build process. Homepage: https://golang.org Multi-Arch: foreign Package: golang-uber-goleak-dev Priority: optional Section: golang Installed-Size: 66 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-uber-goleak Version: 1.2.0-1+apertis0bv2024dev2b1 Depends: golang-github-stretchr-testify-dev Filename: pool/development/g/golang-uber-goleak/golang-uber-goleak-dev_1.2.0-1+apertis0bv2024dev2b1_all.deb Size: 13108 MD5sum: 2778d70d913decb474c5653b3378773f SHA1: 3a07d153f17617dd61e0addbe860e0b0087088c8 SHA256: 6a6b53b4d77161c498564774c42a72ff8c564794b513a5d77d16abafde9da995 SHA512: b97898fc745afec32bf31b0f5c8a688b3d4d3c85d8e0c1313af01d31c9689dac76dd1ede4d320dc58300db7a5f8b5e7da354d4fb2b41c42642b6c862f7d081ec Description: goroutine leak detector This package contains a leak detector library to help avoid Goroutine leaks. . goleak also supports semver releases. It is compatible with Go 1.5+. . Instead of checking for leaks at the end of every test, goleak can also be run at the end of every test package. Homepage: https://github.com/uber-go/goleak Multi-Arch: foreign Package: google-mock Priority: optional Section: oldlibs Installed-Size: 15 Maintainer: Steve M. Robbins Architecture: amd64 Source: googletest Version: 1.12.1-0.2+apertis0bv2024dev2b1 Depends: googletest (= 1.12.1-0.2+apertis0bv2024dev2b1) Filename: pool/development/g/googletest/google-mock_1.12.1-0.2+apertis0bv2024dev2b1_amd64.deb Size: 4676 MD5sum: c70cc84b615893c0dd3cae8c5d4c5f3f SHA1: e13ea38f68c2df45ef24fbf849ae06dbc7511521 SHA256: 52c4a4e2d6262fd2056815b54316c994d99642cfd2b96007d3a5622686eba0f3 SHA512: a7b66433cf0769cc50dfb6af070c382a77783aaac9690deb7200e971a1874b7290a4d2d31154e0289ee895c15751b1fb086c7f601ae4fa72ee71a1b9240bbfaf Description: Google's framework for writing and using C++ mock classes NOTE: This is a transitional package, retained for backwards compatibility. New code should instead use either package libgmock-dev (for compiled lib) or package googletest (for lib sources). Homepage: https://github.com/google/googletest Multi-Arch: same Package: googletest Priority: optional Section: libdevel Installed-Size: 3504 Maintainer: Steve M. Robbins Architecture: all Version: 1.12.1-0.2+apertis0bv2024dev2b1 Replaces: google-mock (<< 1.8.0), googletest-tools (<< 1.12.0), libgtest-dev (<< 1.8.0) Conflicts: google-mock (<< 1.8.0), libgtest-dev (<< 1.8.0) Filename: pool/development/g/googletest/googletest_1.12.1-0.2+apertis0bv2024dev2b1_all.deb Size: 503632 MD5sum: 7d4419c24e44678a77d22f2e60b834dd SHA1: cd3ca51716896202461a25ed7071dbdfaa44dea8 SHA256: d9ca6f129151c2807e242c6a2d63bde6e54212e9d32329ff47a75641e5f5ba0f SHA512: 8688c624408c1d8e45dbd822d03f09c85127f0465b0b0fffb08681aa9ca802a77ea3c986bdba7c6c129da2afbcfef98323e4205e68ada203d1f61144f4c1e736 Description: Google's C++ test framework sources This package provides sources for Google Test and Google Mock. . Google Test is a framework for writing C++ tests on a variety of platforms. Based on the xUnit architecture. Supports automatic test discovery, a rich set of assertions, user-defined assertions, death tests, fatal and non-fatal failures, value- and type-parameterized tests, various options for running the tests, and XML test report generation. . Google Mock is an extension of Google Test for C++ mocking. Inspired by jMock, EasyMock, and Hamcrest, and designed with C++'s specifics in mind, it can help you derive better designs of your system and write better tests. . Google Mock: . - provides a declarative syntax for defining mocks, - can easily define partial (hybrid) mocks, which are a cross of real and mock objects, - handles functions of arbitrary types and overloaded functions, - comes with a rich set of matchers for validating function arguments, - uses an intuitive syntax for controlling the behavior of a mock, - does automatic verification of expectations (no record-and-replay needed), - allows arbitrary (partial) ordering constraints on function calls to be expressed, - lets a user extend it by defining new matchers and actions. - does not use exceptions, and - is easy to learn and use. . NOTE: This package does not contain a library to link against, but rather the source code to build the google test and mock libraries. This enables building the google test and mock libraries with the same flags as the C++ code under test. Homepage: https://github.com/google/googletest Multi-Arch: foreign Package: gopls Priority: optional Section: golang Installed-Size: 19158 Maintainer: Debian Go Packaging Team Architecture: amd64 Source: golang-golang-x-tools Version: 1:0.5.0+ds-1+apertis1bv2024dev2b1 Replaces: golang-golang-x-tools (<< 1:0.0~git20201116.6f6c72a+ds-3) Depends: libc6 (>= 2.34) Breaks: golang-golang-x-tools (<< 1:0.0~git20201116.6f6c72a+ds-3) Filename: pool/development/g/golang-golang-x-tools/gopls_0.5.0+ds-1+apertis1bv2024dev2b1_amd64.deb Size: 5896168 MD5sum: 77536c1cc874372b00fae723d84e73cb SHA1: 0e862d25677b3a2f178246808f182f67094fe8a8 SHA256: 4ea866bb1de0ff5595acc3dee3797c4f7f79c06a655fffa46e84efdd657cade8 SHA512: 6d97a75c224588f35f89d128eba2d1cb79a9079bef0634d36899f4b15fd470bd0be04b260643fa1f06645e6877c06515aa605b880d00399c763823fa9657c367 Description: language server for the Go language gopls (pronounced: "go please") is the official language server for the Go language. . The Language Server Protocol allows any text editor to be extended with IDE-like features. Homepage: https://golang.org/x/tools Static-Built-Using: golang-1.19 (= 1.19.8-2), golang-github-google-go-cmp (= 0.5.9-1+apertis0bv2024dev2b1), golang-github-sergi-go-diff (= 1.2.0-2+apertis0bv2024dev2b1), golang-github-yuin-goldmark (= 1.5.4-1+apertis0bv2024dev2b1), golang-golang-x-exp (= 0.0~git20221028.83b7d23-2), golang-golang-x-mod (= 0.7.0-1+apertis0bv2024dev2b1), golang-golang-x-net (= 1:0.7.0+dfsg-1+apertis0bv2024dev2b1), golang-golang-x-sync (= 0.1.0-1+apertis0bv2024dev2b1), golang-golang-x-sys (= 0.3.0-1+apertis0bv2024dev2b1), golang-golang-x-text (= 0.7.0-1+apertis0bv2024dev2b1), golang-golang-x-vuln (= 0.0~git20230201.4c848ed-1), golang-gopkg-yaml.v3 (= 3.0.1-3), golang-honnef-go-tools (= 2023.1-1+apertis0bv2024dev2b1), golang-mvdan-gofumpt (= 0.4.0-1+apertis0bv2024dev2b1), golang-mvdan-xurls (= 2.4.0-1+apertis0bv2024dev2b1), golang-toml (= 1.2.0-2+apertis0bv2024dev2b1) Package: gopls-dbgsym Priority: optional Section: debug Installed-Size: 7149 Maintainer: Debian Go Packaging Team Architecture: amd64 Source: golang-golang-x-tools Version: 1:0.5.0+ds-1+apertis1bv2024dev2b1 Depends: gopls (= 1:0.5.0+ds-1+apertis1bv2024dev2b1) Filename: pool/development/g/golang-golang-x-tools/gopls-dbgsym_0.5.0+ds-1+apertis1bv2024dev2b1_amd64.deb Size: 5893772 MD5sum: 2c496e8fe3032865a08393949419f72e SHA1: 2c1ec18f6c89c54ca0a69ff59d5b57bd2474a94f SHA256: a74006221d3a9ed366891d7541dae96f54710d4d6ac516da105c0b9a2d668fe8 SHA512: 759d2aeb883e271c37a04314b10e56efa2574a31a72fd1e91ac17e45b664cc871b0f4a6f6df17d2bc3fecebc401424b4c785846a6e5ae8ac8531e2748ca810a6 Description: debug symbols for gopls Auto-Built-Package: debug-symbols Build-Ids: 619bc5f9d6e722d488f30c43e9c3ef178a637294 Static-Built-Using: golang-1.19 (= 1.19.8-2), golang-github-google-go-cmp (= 0.5.9-1+apertis0bv2024dev2b1), golang-github-sergi-go-diff (= 1.2.0-2+apertis0bv2024dev2b1), golang-github-yuin-goldmark (= 1.5.4-1+apertis0bv2024dev2b1), golang-golang-x-exp (= 0.0~git20221028.83b7d23-2), golang-golang-x-mod (= 0.7.0-1+apertis0bv2024dev2b1), golang-golang-x-net (= 1:0.7.0+dfsg-1+apertis0bv2024dev2b1), golang-golang-x-sync (= 0.1.0-1+apertis0bv2024dev2b1), golang-golang-x-sys (= 0.3.0-1+apertis0bv2024dev2b1), golang-golang-x-text (= 0.7.0-1+apertis0bv2024dev2b1), golang-golang-x-vuln (= 0.0~git20230201.4c848ed-1), golang-gopkg-yaml.v3 (= 3.0.1-3), golang-honnef-go-tools (= 2023.1-1+apertis0bv2024dev2b1), golang-mvdan-gofumpt (= 0.4.0-1+apertis0bv2024dev2b1), golang-mvdan-xurls (= 2.4.0-1+apertis0bv2024dev2b1), golang-toml (= 1.2.0-2+apertis0bv2024dev2b1) Package: gotestsum Priority: optional Section: golang Installed-Size: 4600 Maintainer: Debian Go Packaging Team Architecture: amd64 Version: 1.8.2-1+apertis0bv2024dev2b1 Depends: libc6 (>= 2.34) Filename: pool/development/g/gotestsum/gotestsum_1.8.2-1+apertis0bv2024dev2b1_amd64.deb Size: 1631024 MD5sum: 56dc247996a28104fe35e4704378b4e4 SHA1: d045a850f053a0e7e7da8cc7e7a9fac5de0dd492 SHA256: 63c107324279dd23a3cebac98cf2ba0bc00690afe289712e99b37686618b88d1 SHA512: ea14affd507d462960fe85a31129511d32856e0f81094a623387541bcfbeb492e750d24f585395bdb9a1c06b1719a1641f9ebbf76dec4c54c85f4de83abadc4e Description: Feature-rich runner for go test `go test` runner with output optimized for humans, JUnit XML for CI integration, and a summary of the test run results. . gotestsum runs tests, prints friendly test output and a summary of the test run. Requires Go 1.10+. . gotestsum works by running go test --json ./... and reading the JSON output. Built-Using: golang-1.19 (= 1.19.6-2), golang-fsnotify (= 1.6.0-2+apertis0bv2024dev2b1), golang-github-fatih-color (= 1.7.0-1), golang-github-google-go-cmp (= 0.5.9-1+apertis0bv2024dev2b1), golang-github-google-shlex (= 0.0~git20191202.e7afc7f-1), golang-github-mattn-go-colorable (= 0.1.13-1+apertis0bv2024dev2b1), golang-github-mattn-go-isatty (= 0.0.17-1+apertis0bv2024dev2b1), golang-github-pkg-errors (= 0.9.1-2+apertis0bv2024dev2b1), golang-github-spf13-pflag (= 1.0.6~git20210604-d5e0c0615ace-1+apertis0bv2024dev2b1), golang-golang-x-mod (= 0.7.0-1+apertis0bv2024dev2b1), golang-golang-x-sync (= 0.1.0-1+apertis0bv2024dev2b1), golang-golang-x-sys (= 0.3.0-1+apertis0bv2024dev2b1), golang-golang-x-term (= 0.3.0-1+apertis0bv2024dev2b1), golang-golang-x-tools (= 1:0.5.0+ds-1), gotest.tools (= 3.0.3-1) Homepage: https://github.com/gotestyourself/gotestsum Package: govulncheck Priority: optional Section: golang Installed-Size: 9289 Maintainer: Debian Go Packaging Team Architecture: amd64 Source: golang-golang-x-vuln Version: 0.0~git20230201.4c848ed-1+apertis0bv2024dev2b1 Depends: libc6 (>= 2.34) Filename: pool/development/g/golang-golang-x-vuln/govulncheck_0.0~git20230201.4c848ed-1+apertis0bv2024dev2b1_amd64.deb Size: 3090592 MD5sum: 5df3cf4020953b71f4488e36716078b5 SHA1: 31515e83bb1ed0b935272544dc61ef4c89af885c SHA256: 8629b86e9a05a3f9bab594666348c148dc90e46b0ce97a3da84a089e3baf9797 SHA512: 47bef0338a208da20a31fbd0e478c4166aa9d6c9e6ac697e0b2a9db6e99aaf822967da9b5d0d4f3cd68ec8d450f71c365bfc50ef2a1adfd4b8e720b79bcee23c Description: CLI for detecting vulnerabilities in Go packages Govulncheck reports known vulnerabilities that affect Go code. . It uses static analysis or a binary's symbol table to narrow down reports to only those that potentially affect the application. . For more information about the API behind govulncheck, see https://go.dev/security/vulncheck. Homepage: https://github.com/golang/vuln Static-Built-Using: golang-1.19 (= 1.19.8-2), golang-golang-x-exp (= 0.0~git20221028.83b7d23-2), golang-golang-x-mod (= 0.7.0-1+apertis0bv2024dev2b1), golang-golang-x-sys (= 0.3.0-1+apertis0bv2024dev2b1), golang-golang-x-tools (= 1:0.5.0+ds-1+apertis1bv2024dev2b1) Package: govulncheck-dbgsym Priority: optional Section: debug Installed-Size: 3823 Maintainer: Debian Go Packaging Team Architecture: amd64 Source: golang-golang-x-vuln Version: 0.0~git20230201.4c848ed-1+apertis0bv2024dev2b1 Depends: govulncheck (= 0.0~git20230201.4c848ed-1+apertis0bv2024dev2b1) Filename: pool/development/g/golang-golang-x-vuln/govulncheck-dbgsym_0.0~git20230201.4c848ed-1+apertis0bv2024dev2b1_amd64.deb Size: 3210204 MD5sum: 90783e514ecf04ce0bd70184a05c414e SHA1: 14815b6458c307be9f173cf63a5e09d1bbc93835 SHA256: 48877bd5f3811607fbf748dec86d36ff3a89b7cbb4e1feada2178fc19ebf8836 SHA512: 4427ab2e3b9dd7fc49ccc799fb4735f4401203cd554087b344291c7754eaf1e5a80d99fa9fa2de85f2e13d05eb27d7a54d5da597a40a04c16c4f2cd4c4cbab59 Description: debug symbols for govulncheck Auto-Built-Package: debug-symbols Build-Ids: b2224e776a67d96da59912b6e81581745342484d Static-Built-Using: golang-1.19 (= 1.19.8-2), golang-golang-x-exp (= 0.0~git20221028.83b7d23-2), golang-golang-x-mod (= 0.7.0-1+apertis0bv2024dev2b1), golang-golang-x-sys (= 0.3.0-1+apertis0bv2024dev2b1), golang-golang-x-tools (= 1:0.5.0+ds-1+apertis1bv2024dev2b1) Package: gperf Priority: optional Section: devel Installed-Size: 305 Maintainer: Hilko Bengen Architecture: amd64 Version: 3.1-1co1bv2024dev2b1 Replaces: libg++27-dev, libg++272-dev Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 5) Filename: pool/development/g/gperf/gperf_3.1-1co1bv2024dev2b1_amd64.deb Size: 147416 MD5sum: 54e351c1673ab725f145738795118deb SHA1: 8cd90cf0c12f538eab0f0d67ddcba07fc73a136e SHA256: 58901c7a456ac793d88fa64de0729ab661faa974d5a285f7af905338fe07dcc5 SHA512: ed81d750666c1d6e81bddc75987ad248d32e8b8a72c583c69772f21c142b3f496fb1239bee9651ee3f2b4af79b10969aed047cb1223140d57f9a4b6c30cab34d Description: Perfect hash function generator gperf is a program that generates perfect hash functions for sets of key words. . A perfect hash function is simply: A hash function and a data structure that allows recognition of a key word in a set of words using exactly 1 probe into the data structure. Homepage: http://www.gnu.org/software/gperf/ Multi-Arch: foreign Package: gperf-dbgsym Priority: optional Section: debug Installed-Size: 180 Maintainer: Hilko Bengen Architecture: amd64 Source: gperf Version: 3.1-1co1bv2024dev2b1 Depends: gperf (= 3.1-1co1bv2024dev2b1) Filename: pool/development/g/gperf/gperf-dbgsym_3.1-1co1bv2024dev2b1_amd64.deb Size: 160688 MD5sum: c33b69d6b4eb8727bab1d282e3d3c5cf SHA1: fa282ed56d692007638a7781054f39fa79a8b9bc SHA256: f8b70a5579efb728aac80e0d6a771a852e873289b1e781d1c6ef68862692d7b8 SHA512: 1ad90480a81bdac16ff6828b6217d206a892a719c8056cb88c4b16de9f64f2bca3eb8c117a1e9d26e34eb0b186a6b9a9073fa90dbb335981b4319360760e042f Description: debug symbols for gperf Auto-Built-Package: debug-symbols Build-Ids: ec3248ae19ca9289e06ffddd9572b10714046694 Package: gpg Priority: optional Section: utils Installed-Size: 1596 Maintainer: Debian GnuPG Maintainers Architecture: amd64 Source: gnupg2 Version: 2.2.40-1.1+apertis1bv2024preb1 Replaces: gnupg (>= 1:1.4), gnupg (<< 2.1.21-4) Depends: gpgconf (= 2.2.40-1.1+apertis1bv2024preb1), libassuan0 (>= 2.5.0), libbz2-1.0, libc6 (>= 2.34), libgcrypt20 (>= 1.10.0), libgpg-error0 (>= 1.42), libreadline8 (>= 6.0), libsqlite3-0 (>= 3.7.15), zlib1g (>= 1:1.1.4) Recommends: gnupg (= 2.2.40-1.1+apertis1bv2024preb1) Breaks: gnupg (>= 1:1.4), gnupg (<< 2.1.21-4) Filename: pool/development/g/gnupg2/gpg_2.2.40-1.1+apertis1bv2024preb1_amd64.deb Size: 956092 MD5sum: 7564bf43564ca5c9478b136b91c66fb2 SHA1: 5c081a77f2f07e104212f94c0744fd82d984ac7b SHA256: 984a608923c9adcd589c7267a3ab578b397e9416694e64c240db6b164d2c8eaa SHA512: 091606496198dc48bdf03a43d2769168f8573f07628425c47fed1c11f7fa61c10980ad3e754cb81f8195b4eec33d58445b3c8248af4c3343e9dfc1d493af5c00 Description: GNU Privacy Guard -- minimalist public key operations GnuPG is GNU's tool for secure communication and data storage. It can be used to encrypt data and to create digital signatures. It includes an advanced key management facility and is compliant with the proposed OpenPGP Internet standard as described in RFC4880. . This package contains /usr/bin/gpg itself, and is useful on its own only for public key operations (encryption, signature verification, listing OpenPGP certificates, etc). If you want full capabilities (including secret key operations, network access, etc), please install the "gnupg" package, which pulls in the full suite of tools. Homepage: https://www.gnupg.org/ Multi-Arch: foreign Package: gpg-agent Priority: optional Section: utils Installed-Size: 1364 Maintainer: Debian GnuPG Maintainers Architecture: amd64 Source: gnupg2 Version: 2.2.40-1.1+apertis1bv2024preb1 Replaces: gnupg-agent (<< 2.1.21-4) Provides: gnupg-agent Depends: gpgconf (= 2.2.40-1.1+apertis1bv2024preb1), pinentry-curses | pinentry, init-system-helpers (>= 1.52), libassuan0 (>= 2.5.1), libc6 (>= 2.34), libgcrypt20 (>= 1.10.0), libgpg-error0 (>= 1.42), libnpth0 (>= 0.90) Recommends: gnupg (= 2.2.40-1.1+apertis1bv2024preb1) Suggests: dbus-user-session, libpam-systemd, pinentry-gnome3, scdaemon Breaks: gnupg-agent (<< 2.1.21-4) Filename: pool/development/g/gnupg2/gpg-agent_2.2.40-1.1+apertis1bv2024preb1_amd64.deb Size: 702148 MD5sum: 4eddb5b2d14ccc9fe5e121ced60c5715 SHA1: 651390a414f8063df9b78deec17e96b51f3a489c SHA256: 30bc3852ec26fc98d0e5be4a8816df8ae05eaea655b08840bbe0eca7a4f0219e SHA512: 41f303a9f236b0a7afdf5cac7508de7c370f6c32a75c13f9bc8fea106f7244248fe475dc39d8ecb742cc0b7de55e85bbd4a140ae5f680198b355ff66d82d7fbe Description: GNU privacy guard - cryptographic agent GnuPG is GNU's tool for secure communication and data storage. It can be used to encrypt data and to create digital signatures. It includes an advanced key management facility and is compliant with the proposed OpenPGP Internet standard as described in RFC4880. . This package contains the agent program gpg-agent which handles all secret key material for OpenPGP and S/MIME use. The agent also provides a passphrase cache, which is used by pre-2.1 versions of GnuPG for OpenPGP operations. Without this package, trying to do secret-key operations with any part of the modern GnuPG suite will fail. Homepage: https://www.gnupg.org/ Multi-Arch: foreign Package: gpg-agent-dbgsym Priority: optional Section: debug Installed-Size: 1120 Maintainer: Debian GnuPG Maintainers Architecture: amd64 Source: gnupg2 Version: 2.2.40-1.1+apertis1bv2024preb1 Depends: gpg-agent (= 2.2.40-1.1+apertis1bv2024preb1) Filename: pool/development/g/gnupg2/gpg-agent-dbgsym_2.2.40-1.1+apertis1bv2024preb1_amd64.deb Size: 1000892 MD5sum: 84353783fe589a0094da3c51dcdaab97 SHA1: a9a6d34879d952d9891fc6136eeeab750702f9e5 SHA256: c7fd27d04670c5c9b787a43b3f54b02c1efc5c41f0d97d528721bf7693ef5b09 SHA512: e8eea3852d4fb27c395f274b4bfae9872b123f35185d43fd7e5cb8f09de7ffd2717917851a8f6eb16b0a555437e7306f8dfccc617f3cdefb85773a1013a1bd4e Description: debug symbols for gpg-agent Auto-Built-Package: debug-symbols Build-Ids: 5011be9d282a211e9b0e37213fd6328714b50c8e 56170d19d38e7f6769f22f9d3b07213c435acdbf adf47253367b8d7828774f947f9cbe66026b8fda eda7bc647ab2c3d1b5daa02f85c86fac553758c8 Package: gpg-dbgsym Priority: optional Section: debug Installed-Size: 1347 Maintainer: Debian GnuPG Maintainers Architecture: amd64 Source: gnupg2 Version: 2.2.40-1.1+apertis1bv2024preb1 Depends: gpg (= 2.2.40-1.1+apertis1bv2024preb1) Filename: pool/development/g/gnupg2/gpg-dbgsym_2.2.40-1.1+apertis1bv2024preb1_amd64.deb Size: 1282532 MD5sum: 08c198ffbb38cb9cb1465b269dfb996b SHA1: 99586898e2a0d56ca8ba37fefc98e103396f7969 SHA256: 2d89ca655fc4816201748a4b4c82d4c2e257a97ed89c35fe75a390674020b461 SHA512: e83a5b486b7a53ad0b1055903827e02879c28bc9c87a7f3f9bad022f3a6d72e0f0a6010f4f3267e4622b7a311be487ada2d4f7abae97ca30c17a9dc3191598e6 Description: debug symbols for gpg Auto-Built-Package: debug-symbols Build-Ids: 8121d337f7e9c1503e383ef7da4e9b4a3884b1a5 Package: gpg-wks-client Priority: optional Section: utils Installed-Size: 693 Maintainer: Debian GnuPG Maintainers Architecture: amd64 Source: gnupg2 Version: 2.2.40-1.1+apertis1bv2024preb1 Depends: dirmngr (= 2.2.40-1.1+apertis1bv2024preb1), gpg (= 2.2.40-1.1+apertis1bv2024preb1), gpg-agent (= 2.2.40-1.1+apertis1bv2024preb1), libassuan0 (>= 2.5.0), libc6 (>= 2.34), libgcrypt20 (>= 1.10.0), libgpg-error0 (>= 1.42) Recommends: gnupg (= 2.2.40-1.1+apertis1bv2024preb1) Filename: pool/development/g/gnupg2/gpg-wks-client_2.2.40-1.1+apertis1bv2024preb1_amd64.deb Size: 548056 MD5sum: 60f46c0d76fef3309df8a6b30e4d6c48 SHA1: 96266d61db7831dafbdc8c52af8bd63bc32fe7a1 SHA256: 3eaab2d6112cf4d654885303faacb28bd97a41fa2bfcd39c428d64c951dd091c SHA512: aa84bfbf678198cddf3c901e6b9074402c88b4b48cf50ec551f51fb2b328b461cbd611bf1c35a82769b5a83e5d2be381ed559f7fd741f3c65f23378c6921a87b Description: GNU privacy guard - Web Key Service client GnuPG is GNU's tool for secure communication and data storage. It can be used to encrypt data and to create digital signatures. It includes an advanced key management facility and is compliant with the proposed OpenPGP Internet standard as described in RFC4880. . This package provides the GnuPG client for the Web Key Service protocol. . A Web Key Service is a service that allows users to upload keys per mail to be verified over https as described in https://tools.ietf.org/html/draft-koch-openpgp-webkey-service . For more information see: https://wiki.gnupg.org/WKS Homepage: https://www.gnupg.org/ Multi-Arch: foreign Package: gpg-wks-client-dbgsym Priority: optional Section: debug Installed-Size: 339 Maintainer: Debian GnuPG Maintainers Architecture: amd64 Source: gnupg2 Version: 2.2.40-1.1+apertis1bv2024preb1 Depends: gpg-wks-client (= 2.2.40-1.1+apertis1bv2024preb1) Filename: pool/development/g/gnupg2/gpg-wks-client-dbgsym_2.2.40-1.1+apertis1bv2024preb1_amd64.deb Size: 306928 MD5sum: 4d81cbf5f9201d6dd0db74f30d0684a9 SHA1: 0e17944724a94e9189f0feb9ef661831437f4a15 SHA256: b7d5c2a75ae0e0400cbba500bae881512cb6b14226495af3c2656e831cfe1154 SHA512: b4aa0958d2dcad21eaf4e358ed6707558b03414b29e33f44e427be7527c589d9b46403b9ec5416bba361d0d976104e50a749615710bdcf55981a99fe773a7f99 Description: debug symbols for gpg-wks-client Auto-Built-Package: debug-symbols Build-Ids: 8575486cc4cea8e29f1426d992f2bfdb1ed9926a Package: gpg-wks-server Priority: optional Section: utils Installed-Size: 668 Maintainer: Debian GnuPG Maintainers Architecture: amd64 Source: gnupg2 Version: 2.2.40-1.1+apertis1bv2024preb1 Depends: gpg (= 2.2.40-1.1+apertis1bv2024preb1), gpg-agent (= 2.2.40-1.1+apertis1bv2024preb1), libc6 (>= 2.34), libgcrypt20 (>= 1.10.0), libgpg-error0 (>= 1.42) Recommends: gnupg (= 2.2.40-1.1+apertis1bv2024preb1) Filename: pool/development/g/gnupg2/gpg-wks-server_2.2.40-1.1+apertis1bv2024preb1_amd64.deb Size: 538384 MD5sum: 631843af3b4c3c1d3e3753245609d4f4 SHA1: 2ad9532ced202003abf7aa883c1c99ad762226d4 SHA256: 454141f8f35ff97ca2e5d85e625af2220a82c0e5b6b3069d7c078b2971001a17 SHA512: a3a28ef351de9e9f3d6ffa855055961ae92b788ad83e01a5888b710bb7f0ebf25fd962741634fe25a9b36ed63f8dcffe6c3dd54973a7283608d011f98ec45524 Description: GNU privacy guard - Web Key Service server GnuPG is GNU's tool for secure communication and data storage. It can be used to encrypt data and to create digital signatures. It includes an advanced key management facility and is compliant with the proposed OpenPGP Internet standard as described in RFC4880. . This package provides the GnuPG server for the Web Key Service protocol. . A Web Key Service is a service that allows users to upload keys per mail to be verified over https as described in https://tools.ietf.org/html/draft-koch-openpgp-webkey-service . For more information see: https://wiki.gnupg.org/WKS Homepage: https://www.gnupg.org/ Multi-Arch: foreign Package: gpg-wks-server-dbgsym Priority: optional Section: debug Installed-Size: 313 Maintainer: Debian GnuPG Maintainers Architecture: amd64 Source: gnupg2 Version: 2.2.40-1.1+apertis1bv2024preb1 Depends: gpg-wks-server (= 2.2.40-1.1+apertis1bv2024preb1) Filename: pool/development/g/gnupg2/gpg-wks-server-dbgsym_2.2.40-1.1+apertis1bv2024preb1_amd64.deb Size: 282008 MD5sum: 299f3a26cb78a3a8c74390d66c881892 SHA1: b5338d1c1391e5f474f05c7219bcf7b2dc5e383f SHA256: a07b03321a6846bffb7bc7915c7c03f2cb200d3537eed8d19a6477525414a6aa SHA512: e4e4e4fa40c7cac7460893353d20de2877c4abb40945b14ce5c8f157b78f33be7e1c8c054dc5040412caa35c199832ad63bab87dea35e871a10e5885feae9681 Description: debug symbols for gpg-wks-server Auto-Built-Package: debug-symbols Build-Ids: ee9224dfd3267da00149cf0257d12a7b3dbfb221 Package: gpgconf Priority: optional Section: utils Installed-Size: 814 Maintainer: Debian GnuPG Maintainers Architecture: amd64 Source: gnupg2 Version: 2.2.40-1.1+apertis1bv2024preb1 Replaces: gnupg (<< 2.1.21-4), gnupg-agent (<< 2.1.21-4) Depends: libassuan0 (>= 2.5.0), libc6 (>= 2.34), libgcrypt20 (>= 1.10.0), libgpg-error0 (>= 1.42), libreadline8 (>= 6.0) Breaks: gnupg (<< 2.1.21-4), gnupg-agent (<< 2.1.21-4) Filename: pool/development/g/gnupg2/gpgconf_2.2.40-1.1+apertis1bv2024preb1_amd64.deb Size: 571628 MD5sum: 22ffff97e2ab9ba739ed3669a70aafee SHA1: b509be6812dbac1292f9ae1d2f00c561c9182da3 SHA256: b39595152c7a49609e3233e47c513a97b5659a25a6d1f5e8a8038b32eb2c4361 SHA512: 22e25471189242db9d3f560485a083e400c857b90be7cbba186a7f9da16005b6c7d31f12edde35658ef2f254b785e9d169b954c8fee107d52a057a9931bfccdc Description: GNU privacy guard - core configuration utilities GnuPG is GNU's tool for secure communication and data storage. . This package contains core utilities used by different tools in the suite offered by GnuPG. It can be used to programmatically edit config files for tools in the GnuPG suite, to launch or terminate per-user daemons (if installed), etc. Homepage: https://www.gnupg.org/ Multi-Arch: foreign Package: gpgconf-dbgsym Priority: optional Section: debug Installed-Size: 450 Maintainer: Debian GnuPG Maintainers Architecture: amd64 Source: gnupg2 Version: 2.2.40-1.1+apertis1bv2024preb1 Depends: gpgconf (= 2.2.40-1.1+apertis1bv2024preb1) Filename: pool/development/g/gnupg2/gpgconf-dbgsym_2.2.40-1.1+apertis1bv2024preb1_amd64.deb Size: 393372 MD5sum: 081a7841c1195e6041aba322a15823d9 SHA1: 3b72d54925b10fdb3900b90e271614dd2cfb70bc SHA256: 70587d3a23c1b070e78da908799f9129dce4ca32ce2e4ead3d92727088030ba8 SHA512: 9b0c414118b17e7c0fb68c587030da6cb752161cf3630a59dd90055770d171fcedac3a2082216cfa80a982fb3e76c6f78d98f4a07ff3181a19bba71bacc838d2 Description: debug symbols for gpgconf Auto-Built-Package: debug-symbols Build-Ids: 31fec15d5eaafacd4a5442d5fab140efbbe927b4 abb365ec43d0694975242766f690efc23d6d0f47 Package: gpgsm Priority: optional Section: utils Installed-Size: 1005 Maintainer: Debian GnuPG Maintainers Architecture: amd64 Source: gnupg2 Version: 2.2.40-1.1+apertis1bv2024preb1 Replaces: gnupg2 (<< 2.1.10-2) Depends: gpgconf (= 2.2.40-1.1+apertis1bv2024preb1), libassuan0 (>= 2.5.0), libc6 (>= 2.34), libgcrypt20 (>= 1.10.0), libgpg-error0 (>= 1.42), libksba8 (>= 1.6.0), libreadline8 (>= 6.0) Recommends: gnupg (= 2.2.40-1.1+apertis1bv2024preb1) Breaks: gnupg2 (<< 2.1.10-2) Filename: pool/development/g/gnupg2/gpgsm_2.2.40-1.1+apertis1bv2024preb1_amd64.deb Size: 678532 MD5sum: 8bf1bd7ec64ecc7fa0bddf8f2370c0a6 SHA1: 4a48a4eeba158814b55e93326a44b2f5266f55cb SHA256: ece9714d18510156cc59735f9a0aca20c80bb69b7ec3f9c829b47fe559771891 SHA512: 18cac9486f38df3a91d5d046a7b4fe824ab2c635d6728777258786e1401aca6c2c0055ef7ffac49c87fcee5fb896094ff039604a815f0d49231a43caa31ce9d3 Description: GNU privacy guard - S/MIME version GnuPG is GNU's tool for secure communication and data storage. It can be used to encrypt data and to create digital signatures. It includes an advanced key management facility and is compliant with the proposed OpenPGP Internet standard as described in RFC4880. . This package contains the gpgsm program. gpgsm is a tool to provide digital encryption and signing services on X.509 certificates and the CMS protocol. gpgsm includes complete certificate management. Homepage: https://www.gnupg.org/ Multi-Arch: foreign Package: gpgsm-dbgsym Priority: optional Section: debug Installed-Size: 702 Maintainer: Debian GnuPG Maintainers Architecture: amd64 Source: gnupg2 Version: 2.2.40-1.1+apertis1bv2024preb1 Depends: gpgsm (= 2.2.40-1.1+apertis1bv2024preb1) Filename: pool/development/g/gnupg2/gpgsm-dbgsym_2.2.40-1.1+apertis1bv2024preb1_amd64.deb Size: 652228 MD5sum: 9d0d9f8bc9cd8a21e2a53ec7554a6fcd SHA1: 0abce0f2dede809fdde7aafb66221c9c63c0f89f SHA256: 3d709024ed6f027ecffe0c37e5a9e746603f1cd1bd40e64f67603ec42a032b6f SHA512: 0d819ae5f90e1ee435fd96a979755d076424e759edd2f3be6717646b4f2ebc3277dbd20ba7e6015982fda70130a463b05d938a5aa34603c47bc4d7080b23eed7 Description: debug symbols for gpgsm Auto-Built-Package: debug-symbols Build-Ids: 3c8dd9d416d7111a114a7a3970c8629e391659aa Package: gpgv Priority: important Section: utils Installed-Size: 929 Maintainer: Debian GnuPG Maintainers Architecture: amd64 Source: gnupg2 Version: 2.2.40-1.1+apertis1bv2024preb1 Replaces: gnupg2 (<< 2.0.21-2), gpgv2 (<< 2.1.11-7+exp1) Depends: libbz2-1.0, libc6 (>= 2.34), libgcrypt20 (>= 1.10.0), libgpg-error0 (>= 1.42), zlib1g (>= 1:1.1.4) Suggests: gnupg Breaks: gnupg2 (<< 2.0.21-2), gpgv2 (<< 2.1.11-7+exp1), python-debian (<< 0.1.29) Filename: pool/development/g/gnupg2/gpgv_2.2.40-1.1+apertis1bv2024preb1_amd64.deb Size: 655816 MD5sum: ed7056755dddfb092c644effe195d396 SHA1: 7b5fc54b0053845454b0b3b81cb35a88895da4e6 SHA256: cf7f755f391cb3500e72e99036595cc3735566b7d9d77c6cd823b6931cf05034 SHA512: 2105ff8fb612dc31a8d6c9af48ffce162c87b43540c9d9e46ecfb77e7d7a148c23ef78a7b83d2de94bd47449acccbed5e6c6671ed5ae88f4cfd150d5914ae7cb Description: GNU privacy guard - signature verification tool GnuPG is GNU's tool for secure communication and data storage. . gpgv is actually a stripped-down version of gpg which is only able to check signatures. It is somewhat smaller than the fully-blown gpg and uses a different (and simpler) way to check that the public keys used to make the signature are valid. There are no configuration files and only a few options are implemented. Homepage: https://www.gnupg.org/ Multi-Arch: foreign Package: gpgv-dbgsym Priority: optional Section: debug Installed-Size: 663 Maintainer: Debian GnuPG Maintainers Architecture: amd64 Source: gnupg2 Version: 2.2.40-1.1+apertis1bv2024preb1 Depends: gpgv (= 2.2.40-1.1+apertis1bv2024preb1) Filename: pool/development/g/gnupg2/gpgv-dbgsym_2.2.40-1.1+apertis1bv2024preb1_amd64.deb Size: 614356 MD5sum: 5db770d0840f6492c12a007ff05f1bf7 SHA1: dcd1376465269702098abb922612c23e7efee361 SHA256: a19faee0e04035571af8a30d64058340ab5011b70f353e496f9ade2d6b52034e SHA512: 3bed26ee16f528aaf84eca78d787baf1f8ac556a70d58125027b46dc460196c8b39da0519af8d8f395d1c26c764c3d8789a4d2ccd1de3eb867719238815e3241 Description: debug symbols for gpgv Auto-Built-Package: debug-symbols Build-Ids: bdcf8eda51954e6d8cdf9f86c5d50d2e92fcf28a Package: gpgv-static Priority: optional Section: utils Installed-Size: 3267 Maintainer: Debian GnuPG Maintainers Architecture: amd64 Source: gnupg2 Version: 2.2.40-1.1+apertis1bv2024preb1 Recommends: debian-archive-keyring, debootstrap Filename: pool/development/g/gnupg2/gpgv-static_2.2.40-1.1+apertis1bv2024preb1_amd64.deb Size: 1502152 MD5sum: 847b9b141e5525761d8dfe10e0f5b1fc SHA1: a32e2ab84daa3803e141d8ba5faea788395be10d SHA256: aaa98151d6424258d1a1ab332d760c05162870ec43f34ec92612e7eb47af205a SHA512: 50b78bd9ee8161b648cda33f13fffe27e9bdeca958cd0d970f0e6bb0232e1c84920a55dc975eca871fcd57a9038dc6923721a09db577a4f90b8454ae2ed57fb1 Description: minimal signature verification tool (static build) GnuPG is GNU's tool for secure communication and data storage. It can be used to encrypt data and to create digital signatures. It includes an advanced key management facility and is compliant with the proposed OpenPGP Internet standard as described in RFC 4880. . This is GnuPG's signature verification tool, gpgv, built statically so that it can be directly used on any platform that is running on the Linux kernel. Android and ChromeOS are two well known examples, but there are many other platforms that this will work for, like embedded Linux OSes. This gpgv in combination with debootstrap and the Debian archive keyring allows the secure creation of chroot installs on these platforms by using the full Debian signature verification that is present in all official Debian mirrors. Homepage: https://www.gnupg.org/ Multi-Arch: foreign Package: gpgv-static-dbgsym Priority: optional Section: debug Installed-Size: 874 Maintainer: Debian GnuPG Maintainers Architecture: amd64 Source: gnupg2 Version: 2.2.40-1.1+apertis1bv2024preb1 Depends: gpgv-static (= 2.2.40-1.1+apertis1bv2024preb1) Filename: pool/development/g/gnupg2/gpgv-static-dbgsym_2.2.40-1.1+apertis1bv2024preb1_amd64.deb Size: 666896 MD5sum: c87895b9867ddf5e27b05af847a95529 SHA1: d4510c716853903c62be9bd2fa0f4502b7f026eb SHA256: 90cad10ecde6d8751f447957b2462e06f9e423b0b06900528ad67393569350d3 SHA512: a2269eeacfe83211dac27d170ec867e54bdf2ad5932ec7a948241a5f89e78436950f99d57d937d53a672aca1a022efa814379d9bfcfcb7f6445fbe62ed90a68d Description: debug symbols for gpgv-static Auto-Built-Package: debug-symbols Build-Ids: 569f0c96db2d62d878bdd7d38da6e5d3df4a64ba Package: gpgv2 Priority: optional Section: oldlibs Installed-Size: 461 Maintainer: Debian GnuPG Maintainers Architecture: all Source: gnupg2 Version: 2.2.40-1.1+apertis1bv2024preb1 Depends: gpgv (>= 2.2.40-1.1+apertis1bv2024preb1) Filename: pool/development/g/gnupg2/gpgv2_2.2.40-1.1+apertis1bv2024preb1_all.deb Size: 452420 MD5sum: 753fb7ffff1ef4c5b9ec81792264899d SHA1: 3cd2bc37b738b2e8b0b2e27cbddb713a27790a16 SHA256: 03bda9b846838272e2d6266ce6dbadbbb96dee2c7b68abf73187fa266f930972 SHA512: fccbcac7414a02a9b752502428702e150f73649913263d5b169b82f534e992ce5e7eda475c4d6d6a345631f872d027a2b0988bc728b1170ee092653ef7f7f681 Description: GNU privacy guard - signature verification tool (dummy transitional package) GnuPG is GNU's tool for secure communication and data storage. gpgv is a stripped-down version of gpg which is only able to check signatures. . This is a dummy transitional package that provides symlinks from gpgv2 to gpgv. Homepage: https://www.gnupg.org/ Multi-Arch: foreign Package: gradle Priority: optional Section: java Installed-Size: 511 Maintainer: Debian Java Maintainers Architecture: all Version: 4.4.1-18+apertis1bv2024preb2 Replaces: libgradle-core-java (<< 1.12) Depends: default-jre-headless (>= 2:1.8) | java8-runtime-headless, libgradle-core-java (>= 4.4.1-18+apertis1bv2024preb2), libgradle-plugins-java (>= 4.4.1-18+apertis1bv2024preb2) Suggests: gradle-doc Breaks: gradle-debian-helper (<< 2.0~), libgradle-core-java (<< 1.12) Filename: pool/development/g/gradle/gradle_4.4.1-18+apertis1bv2024preb2_all.deb Size: 399144 MD5sum: 9f65c0de227c450128afb7029b08c155 SHA1: a06e4e00812bc6d5d7fdbeee92051c8829effcd1 SHA256: ce5b1e97a45029d10161935ce59a563200b40458f94a26fcaecd7caeec93784c SHA512: 9b05082f25f64ee7ab6fe39d0220bf9c9e66e34e34adab7f334c4c15ce615ccee5b20361cec99b2bb3a92c060a5ce06aa47b02c31a3a397035d516bd9c5299fe Description: Powerful build system for the JVM Gradle is a build tool with a focus on build automation and support for multi-language development. If you are building, testing, publishing, and deploying software on any platform, Gradle offers a flexible model that can support the entire development lifecycle from compiling and packaging code to publishing web sites. Gradle has been designed to support build automation across multiple languages and platforms including Java, Scala, Android, C/C++, and Groovy, and is closely integrated with development tools and continuous integration servers including Eclipse, IntelliJ, and Jenkins. Homepage: https://gradle.org Package: gradle-debian-helper Priority: optional Section: java Installed-Size: 93 Maintainer: Debian Java Maintainers Architecture: all Version: 2.4+apertis1bv2024preb2 Depends: default-jre-headless | java7-runtime-headless, gradle (>= 4.4.1-18~), maven-repo-helper Filename: pool/development/g/gradle-debian-helper/gradle-debian-helper_2.4+apertis1bv2024preb2_all.deb Size: 24956 MD5sum: 7cd31466defccfcdc75402d2e51a84b9 SHA1: 0ffb2c848f29b6289d89a23d6eccaf77d2d8ff1b SHA256: 8d88a7f6e2cfeba90e93876e8fc69dce83228ac81e4b60ac04c3c77366e5d52b SHA512: 8c60059d2a0f0bc72374cdde383fe68020347c2c9c600163556402872bd13ecd00f46ea3c336280601f677fe1e8c958b9aa22e720cc573b6ba5286891b1748c7 Description: Helper tools for building Debian packages with Gradle gradle-debian-helper contains helper tools to ease the packaging of Gradle based projects in Debian. It consists in: . * a Gradle plugin resolving the dependencies against the system Maven repository (/usr/share/maven-repo). The resolver uses the same Maven rule files that maven-debian-helper and maven-repo-helper employ (debian/maven.rules, debian/maven.ignoreRules). * a debhelper class detecting Gradle build files, initializing the plugin and running Gradle in offline mode. Package: gradle-doc Priority: optional Section: doc Installed-Size: 29287 Maintainer: Debian Java Maintainers Architecture: all Source: gradle Version: 4.4.1-18+apertis1bv2024preb2 Depends: default-jdk-doc, groovy-doc Filename: pool/development/g/gradle/gradle-doc_4.4.1-18+apertis1bv2024preb2_all.deb Size: 1110028 MD5sum: 1529d0e94c78a90dcb4e5ebf52ef6c70 SHA1: 61f2c88db5f6cf03c38daacde8e7d925b9864479 SHA256: 111bc64f07961088ed90f7a5176a11d61756336335ab3920cf5092e97f930d1e SHA512: d1f000e2e0d2179f2f9eed31f26eb57c4cb1b199237347dfb22d5f72b04a13ab4599ac8eb10a36f7012c0ee528e5f6a2fcefb6ec7021d8f4699dbfb5fb771310 Description: Powerful build system for the JVM - Documentations Gradle is a build tool with a focus on build automation and support for multi-language development. If you are building, testing, publishing, and deploying software on any platform, Gradle offers a flexible model that can support the entire development lifecycle from compiling and packaging code to publishing web sites. Gradle has been designed to support build automation across multiple languages and platforms including Java, Scala, Android, C/C++, and Groovy, and is closely integrated with development tools and continuous integration servers including Eclipse, IntelliJ, and Jenkins. . This package contains Gradle API Javadoc. Homepage: https://gradle.org Package: gradle-plugin-protobuf Priority: optional Section: java Installed-Size: 50 Maintainer: Debian Java Maintainers Architecture: all Version: 0.9.2-1.1+apertis2bv2024preb2 Filename: pool/development/g/gradle-plugin-protobuf/gradle-plugin-protobuf_0.9.2-1.1+apertis2bv2024preb2_all.deb Size: 29836 MD5sum: 2fd41c0ba77364fea4a858ebf9244bd8 SHA1: 6f61162af76599eff6fac70de438b7c43bd2d82f SHA256: e87240c8d4d8658282975ca70df4392af83aa3530bf613311b2ecacd81bc55b1 SHA512: ae3c3e3d6480708396f7ad559ff0c1d66ecf00844d55988818592a43218a45cb69b6fd55bc83b5df39611789992c6c8ff00021a58784caf4deffd631465dfbc6 Description: Protobuf Plugin for Gradle The Protobuf plugin processes the Protocol Buffers files (.proto) in the src/main/proto directory of Gradle projects. It generates the Java classes and compiles them automatically. Homepage: https://github.com/aantono/gradle-plugin-protobuf Package: gradle-propdeps-plugin Priority: optional Section: java Installed-Size: 49 Maintainer: Debian Java Maintainers Architecture: all Version: 0.0.7-3.1+apertis2bv2024preb2 Filename: pool/development/g/gradle-propdeps-plugin/gradle-propdeps-plugin_0.0.7-3.1+apertis2bv2024preb2_all.deb Size: 25996 MD5sum: d54671e056a47b587f780673eb6e598c SHA1: 69a0e9c5e7dad197d4a0d73889f4f29d982d863a SHA256: 6bf5387c232f25871701533f53778ae2718af4bc5900969488ba2bdce01c555d SHA512: 5dae72b35e56202bd9b4fe93d60702934987536f2e45a8186a73e6f3eb199f25c9e81c86735752312ac2182a66300923e41d54a569fd8c29b3b1fd0c4d34e00b Description: Gradle plugin enhancing the Maven integration The propdeps plugin provides additional optional and provided dependency configurations for Gradle along with Maven POM generation support. Homepage: https://github.com/spring-projects/gradle-plugins Package: graphicsmagick Priority: optional Section: graphics Installed-Size: 5453 Maintainer: Laszlo Boszormenyi (GCS) Architecture: amd64 Version: 1.4+really1.3.40-4+apertis0bv2024dev3b1 Replaces: graphicsmagick-doc, imagemagick (<< 6:6.2.4.4) Depends: libc6 (>= 2.34), libgraphicsmagick-q16-3 (>= 1.3.5) Suggests: graphicsmagick-dbg Filename: pool/development/g/graphicsmagick/graphicsmagick_1.4+really1.3.40-4+apertis0bv2024dev3b1_amd64.deb Size: 1025768 MD5sum: 0f71c2deb1e18011a020154af37a58bc SHA1: 1b79181361108b701d5c2d4ff7749e6bd299fb2d SHA256: 92f4e19f9631ec9c4f0b7feebbcb262339d3545180d76911ec52fb11623f2db8 SHA512: 20e11d8f62afad76785be360eedf8fedf00ccaf3ac1694e93206194be3b5d3832f9d732931b685c6d9ef0b3074d2bdbff60a906b9c4f09a4adc79f4154826c5a Description: collection of image processing tools GraphicsMagick provides a set of command-line applications to manipulate image files. It is a fork of the ImageMagick project and therefore offers a similar set of features, but puts a larger emphasis on stability. . The tools support a large variety of image formats from the widely used jpeg, tiff, bmp or xpm to special-purpose formats such as fits or image formats found on some photo CDs. They can convert between formats, concatenate several images into one, annotate and distort them, create thumbnails or manipulate the colormap. While all features are available from the command-line, the package also includes an image viewer that allows interactive manipulation. . Note that unlike ImageMagick, the GraphicsMagick tools are accessed through a single executable called 'gm'. Therefore, GraphicsMagick and ImageMagick can be used in parallel. Install package graphicsmagick-imagemagick-compat to obtain a set of several executables that is compatible to ImageMagick's interface. Homepage: http://www.graphicsmagick.org/ Package: graphicsmagick-dbg Priority: optional Section: debug Installed-Size: 4572 Maintainer: Laszlo Boszormenyi (GCS) Architecture: amd64 Source: graphicsmagick Version: 1.4+really1.3.40-4+apertis0bv2024dev3b1 Depends: graphicsmagick (= 1.4+really1.3.40-4+apertis0bv2024dev3b1), libgraphicsmagick-q16-3 (= 1.4+really1.3.40-4+apertis0bv2024dev3b1), libgraphicsmagick++-q16-12 (= 1.4+really1.3.40-4+apertis0bv2024dev3b1), libgraphics-magick-perl (= 1.4+really1.3.40-4+apertis0bv2024dev3b1) Filename: pool/development/g/graphicsmagick/graphicsmagick-dbg_1.4+really1.3.40-4+apertis0bv2024dev3b1_amd64.deb Size: 4215388 MD5sum: 168ec9cc9f721f069b37ead541ee076f SHA1: 150d46ce98905a09a39c0cd3ab81e13e4a38b652 SHA256: 13f93704184fd8311964eb61cb5bb2aa48cb2c74c52892e205a549a99efe6b6a SHA512: 48624b939cd69a8c43b1085440afbd8dbb4dd80bd06df4dc90a6dd300e3223c2a412583eff78eca14dde0c03d2493837a8238e10c6c5234e28fd775da37e3dc7 Description: format-independent image processing - debugging symbols GraphicsMagick provides libraries in several programming languages to read, write and manipulate image files across a large number of formats, from the widely used jpeg, tiff, bmp or xpm to special-purpose formats such as fits or image formats found on some photo CDs. There are functions for finegrained image processing tasks, as well as conversion routines between the various image formats. . The GraphicsMagick library is a fork of ImageMagick and therefore offers an interface that is similar in features, but intended to be more stable across releases. While compatibility does not go so far that the GraphicsMagick library serves as a drop-in replacement for ImageMagick, conversion can usually be done with little effort. . This package contains debugging symbols for the gm executable as well as the C, C++, and Perl bindings. Tools like gdb and ltrace make use of these symbols. Build-Ids: 1d63aa53ab9c9e36c1af8627522b808c9a207e9f 5383f8dd46802b0a631c9a88c89f1264a208000a a905e4567cb8cb3f329868943da3f7156607ac51 c1358eba66e46993de24973931916cb378c44b76 cec4008ae925a8ee01c96efe9e7192e8818b34a5 Homepage: http://www.graphicsmagick.org/ Package: graphicsmagick-imagemagick-compat Priority: optional Section: graphics Installed-Size: 57 Maintainer: Laszlo Boszormenyi (GCS) Architecture: all Source: graphicsmagick Version: 1.4+really1.3.40-4+apertis0bv2024dev3b1 Replaces: imagemagick Provides: imagemagick Depends: graphicsmagick Conflicts: imagemagick Filename: pool/development/g/graphicsmagick/graphicsmagick-imagemagick-compat_1.4+really1.3.40-4+apertis0bv2024dev3b1_all.deb Size: 19080 MD5sum: 0cb583b1105c2e943126501f2dccfb36 SHA1: 05985eb15d0c4a1677ab55d54407f3982937edc3 SHA256: c3260a12430a083849bac81b90947e7e1c35011f2503780c0fd58e4ad5efd877 SHA512: 993e659c8e0b4fc3eaa2c145dd9f6fcdf738ddd2b52066ae4ae8c813d24329ec32d42502b762a075b8c3b618800d3163406f560c01ded5fbc47568c4cb04c973 Description: image processing tools providing ImageMagick interface GraphicsMagick provides a set of command-line applications to manipulate image files. It is a fork of the ImageMagick project and therefore offers a similar set of features, but puts a larger emphasis on stability. . With this package installed, the GraphicsMagick command line tools can be executed like their ImageMagick counterparts. It allows one to migrate scripts from ImageMagick to GraphicsMagick without any code changes. Homepage: http://www.graphicsmagick.org/ Package: graphicsmagick-libmagick-dev-compat Priority: optional Section: graphics Installed-Size: 66 Maintainer: Laszlo Boszormenyi (GCS) Architecture: all Source: graphicsmagick Version: 1.4+really1.3.40-4+apertis0bv2024dev3b1 Replaces: libmagick++-dev, libmagick++6-dev, libmagick++9-dev, libmagick-dev, libmagick6-dev, libmagick9-dev, libmagickcore-dev, perlmagick Provides: libmagick++-dev, libmagick-dev, perlmagick Depends: libgraphicsmagick1-dev, libgraphicsmagick++1-dev, libgraphics-magick-perl Conflicts: libmagick++-dev, libmagick++6-dev, libmagick++9-dev, libmagick-dev, libmagick6-dev, libmagick9-dev, libmagickcore-dev, perlmagick Filename: pool/development/g/graphicsmagick/graphicsmagick-libmagick-dev-compat_1.4+really1.3.40-4+apertis0bv2024dev3b1_all.deb Size: 22492 MD5sum: 5433d7d38eba0ca6ca0a7a5150d1ca48 SHA1: afad699ed92ea27d78194baf7ed20c4d2f408c3c SHA256: 5f0adba1bfcbe230d4a35474a28860d0189223d30e237b6b494d8f37d6e42255 SHA512: 9efe7d37a9d25feec759929671a06a923f0c0a73751c3969289395e3e3e792de42b0a513e5b5ae845fe357c59512c9889b868605d4f18bf73d6c953d87de59cf Description: image processing libraries providing ImageMagick interface GraphicsMagick provides libraries in several programming languages to read, write and manipulate image files across a large number of formats, from the widely used jpeg, tiff, bmp or xpm to special-purpose formats such as fits or image formats found on some photo CDs. There are functions for finegrained image processing tasks, as well as conversion routines between the various image formats. . The GraphicsMagick libraries are a fork of ImageMagick and therefore offer programming interfaces that are mostly compatible. While there might be small differences, experience tells that many programs only use a compatible subset and build fine with either GraphicsMagick or ImageMagick. . While GraphicsMagick uses different names for libraries, classes, and helper applications in order to coexist with ImageMagick, this package intends to minimise porting efforts by exporting the GraphicsMagick interface with the usual ImageMagick names. Note that this package only tries to provide build-time compatibility. Run-time libraries of ImageMagick and GraphicsMagick are incompatible and cannot be interchanged. . This package includes compatibility wrappers for the C, C++, and Perl libraries. Homepage: http://www.graphicsmagick.org/ Package: graphviz Priority: optional Section: graphics Installed-Size: 3084 Maintainer: Laszlo Boszormenyi (GCS) Architecture: amd64 Version: 2.42.2-7+apertis1bv2024preb1 Depends: libann0 (>= 1.1.2+doc), libc6 (>= 2.34), libcdt5, libcgraph6, libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.0), libgd3 (>= 2.1.0~alpha~), libglib2.0-0 (>= 2.16.0), libgts-0.7-5 (>= 0.7.6), libgvc6 (>= 2.42.1), libgvpr2, liblab-gamut1, libstdc++6 (>= 5), libx11-6, libxaw7 (>= 2:1.0.14), libxmu6 (>= 2:1.1.3), libxt6 Recommends: fonts-liberation2 Suggests: gsfonts, graphviz-doc Filename: pool/development/g/graphviz/graphviz_2.42.2-7+apertis1bv2024preb1_amd64.deb Size: 614248 MD5sum: 5000725c4675f54ff543707203fe3451 SHA1: d1a45ced0a43654acda272e00efe5b1c41e983d7 SHA256: 84cd6a64060837a4d175c3b7228f4379073247e5893e66ff7d946ef01488b49b SHA512: ac474e3dfdd76cf90499475f5bc2c6b079e541266b64fa70ca2f1f6c678da4767c682fb10a5858ecf386658f0b5d76473642b3bd620f19ffc55f8eca4f300670 Description: rich set of graph drawing tools Graph drawing addresses the problem of visualizing structural information by constructing geometric representations of abstract graphs and networks. Automatic generation of graph drawings has important applications in key technologies such as database design, software engineering, VLSI and network design and visual interfaces in other domains. Situations where these tools might be particularly useful include: . * you would like to restructure a program and first need to understand the relationships between its types, procedures, and source files * you need to find the bottlenecks in an Internet backbone - not only individual links, but their relationships * you're debugging a protocol or microarchitecture represented as a finite state machine and need to figure out how a certain error state arises * you would like to browse a database schema, knowledge base, or distributed program represented graphically * you would like to see an overview of a collection of linked documents * you would like to discover patterns and communities of interest in a database of telephone calls or e-mail messages . This package contains the command-line tools. Homepage: https://www.graphviz.org/ Multi-Arch: foreign Package: graphviz-dbgsym Priority: optional Section: debug Installed-Size: 2136 Maintainer: Laszlo Boszormenyi (GCS) Architecture: amd64 Source: graphviz Version: 2.42.2-7+apertis1bv2024preb1 Depends: graphviz (= 2.42.2-7+apertis1bv2024preb1) Filename: pool/development/g/graphviz/graphviz-dbgsym_2.42.2-7+apertis1bv2024preb1_amd64.deb Size: 1831868 MD5sum: b345986d8b025c5eb271784229224f6b SHA1: 930d47d6976cf58d10f8db08e3558d9df5362960 SHA256: ec28233542c734a8f3cdabaf08bdc196af9ce677279e92f6e144b7e711f67742 SHA512: dd17955308d9ba040140c1afa929a0d79a28042e247f9b44514a44587446b83d0340b1db2ee3538870f3ea95a43ba3382f524ec93c925f27c021b82b9c810720 Description: debug symbols for graphviz Auto-Built-Package: debug-symbols Build-Ids: 0b4bb5c85241e5e2c62ca3cf8c324f79e4569a2b 0f36537618a6aff0ad4d7fb0b391f49827507a2a 170ab0745a35741ef928d00fac0c875681dab766 19f009ff3b7ad7f6b525d36647e7eff9b6364c0a 284c85228272ae65ed9836db92c0fd7c59b78192 3104cebee3c4bb7ea22ca34bc24159f34d98fc68 3a61d83ec4b59ee9ffacdbec9b04ef6a387f43d6 3f5ac0bb15eee41ffab3d83738827f9e255e9b9a 53e57fa01dc3a168bfbcbc402b5661a1b32f0b21 6580cafba8a569bd8bd341fd3ee0811e946b7cd4 78da7f0b1c98e5a8e0dcc831622bf96892b82d39 8b85e102f638db24e51d61d82680b89382323f48 8bd10ea722e3fb7a08d1b425aa4b844a33fce550 902f502c9075e4f5f8f0b2793f2d02542a739c7d 9504c25b49c72ab7c8956f7e73ebe980f58507e3 a1a5fcf0b1007f6c52e2633a7b68bf211044c119 a69767010c1abbd0c23fb2046b300063b3c4f179 b15bc96e6be30317c6ee1dd64b33749b4d3bf8fe b589c534056bb25db9a918041ba2f2f3f0583b8d b78a3d14e78aa0fa4757113e518e60e7e92bc483 c191f9ba95a26f6838486693b68aba5954975c70 c1f4b1559816250edce7b86d209637ad3a0fcb6b c74e7ed9b3adf90698040218aacd6eb367043299 cf9dd7c5885b8c7bedc374562e9efd53167693c6 e2ce6c908dc36d118628f068727fdcc3437a7964 fd917bb3653a1af7dd860f6b8755a1167ecb75df Package: graphviz-doc Priority: optional Section: doc Installed-Size: 5388 Maintainer: Laszlo Boszormenyi (GCS) Architecture: all Source: graphviz Version: 2.42.2-7+apertis1bv2024preb1 Suggests: graphviz Filename: pool/development/g/graphviz/graphviz-doc_2.42.2-7+apertis1bv2024preb1_all.deb Size: 4409384 MD5sum: 230df8d80a02cb8e0d6a8e964a6c3370 SHA1: 6a740dce8e658ff7e93bf455161d0cdf31221b08 SHA256: 3277d6f1e2704f677e3a4eabadadc051c9c20f3632916e37cd5ba4e1b9b3200f SHA512: 3bf21696dd505d8708a1f079abad5d48255599e471a50c747b1aa093af081f7205bf53b68297a14b8e3f88c77b5d7960501294916f646457148c8e102d2ede4a Description: additional documentation for graphviz Graphviz is a set of graph drawing tools. See the description of the graphviz package for a full description. . This package installs HTML and PDF documentation for Graphviz, as well as examples. Homepage: https://www.graphviz.org/ Multi-Arch: foreign Package: grep Essential: yes Priority: required Section: utils Installed-Size: 1248 Maintainer: Anibal Monsalve Salazar Architecture: amd64 Version: 3.8-5+apertis0bv2024dev2b1 Provides: rgrep Depends: dpkg (>= 1.15.4) | install-info Pre-Depends: libc6 (>= 2.34), libpcre2-8-0 (>= 10.32) Conflicts: rgrep Filename: pool/development/g/grep/grep_3.8-5+apertis0bv2024dev2b1_amd64.deb Size: 424652 MD5sum: 2b747243a4e83388749e4c485cd5d058 SHA1: 30d3a1195c763741656b10f45d90fcc26396e7e0 SHA256: a4d7dc152139e743263fc09bcb2a83234fb9a8413b526434e2769d4f5ef8cb85 SHA512: df6c3ac9c40bafa25924df196a2e0af0bd51b9b11f570dae34a93e123a67adfc81f1749e57b4270d5ce8cb7ee5c61fecd0aa8758741469ee9982c875b24dbac3 Description: GNU grep, egrep and fgrep 'grep' is a utility to search for text in files; it can be used from the command line or in scripts. Even if you don't want to use it, other packages on your system probably will. . The GNU family of grep utilities may be the "fastest grep in the west". GNU grep is based on a fast lazy-state deterministic matcher (about twice as fast as stock Unix egrep) hybridized with a Boyer-Moore-Gosper search for a fixed string that eliminates impossible text from being considered by the full regexp matcher without necessarily having to look at every character. The result is typically many times faster than Unix grep or egrep. (Regular expressions containing backreferencing will run more slowly, however.) Homepage: https://www.gnu.org/software/grep/ Multi-Arch: foreign Package: grep-dbgsym Priority: optional Section: debug Installed-Size: 327 Maintainer: Anibal Monsalve Salazar Architecture: amd64 Source: grep Version: 3.8-5+apertis0bv2024dev2b1 Depends: grep (= 3.8-5+apertis0bv2024dev2b1) Filename: pool/development/g/grep/grep-dbgsym_3.8-5+apertis0bv2024dev2b1_amd64.deb Size: 303052 MD5sum: 2ef9917b2d28a5f3b2a98e1a04c642a2 SHA1: 900b6e1cd3494bab8676517a0d00a57902ba09a9 SHA256: 43fab79a2441f2abb4678f98d1283e7dcaf8cd8561110544697fdaac6480e3f0 SHA512: 73b763ef0923e7515e7fff14f4989393ccae45281e1df8d2c5ef7a36980388e48c620ecd13021ca4f8b790c068aa4152131df8d51beca3e79d8ab0121459eef4 Description: debug symbols for grep Auto-Built-Package: debug-symbols Build-Ids: 019be9fec1722d3f8f2ab63cae0c7eb4638eec5e Package: groff Priority: optional Section: text Installed-Size: 10589 Maintainer: Colin Watson Architecture: amd64 Version: 1.22.4-10+apertis0bv2024preb1 Provides: groff-x11, jgroff Depends: groff-base (= 1.22.4-10+apertis0bv2024preb1), libc6 (>= 2.35), libgcc-s1 (>= 3.0), libstdc++6 (>= 4.1.1), libx11-6, libxaw7 (>= 2:1.0.14), libxmu6 (>= 2:1.1.3), libxt6 Recommends: ghostscript, imagemagick, libpaper1, netpbm, perl, psutils Filename: pool/development/g/groff/groff_1.22.4-10+apertis0bv2024preb1_amd64.deb Size: 3393312 MD5sum: 37517287fd0e6aa249135be0ead260fd SHA1: 27cdf8083e8866381f126b3d350bef82ddb504c0 SHA256: b164c92409e1333655f9c48145fcc2534df39e905eff95ac14fe576a5fd438f7 SHA512: 4c928f12182567054a239e27cd509b9ba1c25b279b0b3e82baac83bcc489750850f4d740a6e80a39592ad3d499b61e3c3cd96d1de18f5a7663a18ba2fd96618c Description: GNU troff text-formatting system This package contains optional components of the GNU troff text-formatting system. The core package, groff-base, contains the traditional tools like troff, nroff, tbl, eqn, and pic. This package contains additional devices and drivers for output to DVI, HTML (when recommended packages are installed - see below), PDF, HP LaserJet printers, and Canon CAPSL LBP-4 and LBP-8 printers. . The X75, X75-12, X100, and X100-12 devices, which allow groff output to be conveniently viewed on an X display using the standard X11 fonts, are now included here. They were previously in a separate package, groff-x11. . Besides these, the groff package contains man pages describing the language and its macro sets, info documentation, and a number of supplementary programs: . - gxditview, which is used to display the output of the X* devices, and can also be used to view PostScript output from groff; - grn, a preprocessor for pictures in the 'gremlin' format; - tfmtodit, which creates font files for use with 'groff -Tdvi'; - hpftodit, which creates font files for use with 'groff -Tlj4'; - afmtodit, which creates font files for use with 'groff -Tps'; - refer, which preprocesses bibliographic references for use with groff; - indxbib, which creates inverted indices for bibliographic databases used by 'refer'; - lkbib and lookbib, which search bibliographic databases; - addftinfo, which adds metric information to troff font files for use with groff; - pfbtops, which translates a PostScript font in .pfb format to ASCII for use with groff; - mmroff, a simple groff preprocessor which expands references in mm; - pic2graph, which converts PIC diagrams into cropped image files; - eqn2graph, which converts EQN equations into cropped image files; - pdfmom, which runs 'groff -mom' to produce PDFs. . All the standard macro packages are supported. . Some facilities only work if certain recommended packages are installed: . - ghostscript, netpbm, psutils: required for HTML output; - imagemagick: required for the pic2graph and eqn2graph programs; - libpaper1: paper size detection in dvi, lbp, lj4, and ps devices (falls back to a4 if not installed); - perl: required for PDF output and for the chem preprocessor. Homepage: https://www.gnu.org/software/groff/ Multi-Arch: foreign Package: groff-base Priority: important Section: text Installed-Size: 3699 Maintainer: Colin Watson Architecture: amd64 Source: groff Version: 1.22.4-10+apertis0bv2024preb1 Depends: libc6 (>= 2.35), libgcc-s1 (>= 4.0), libstdc++6 (>= 4.1.1), libuchardet0 (>= 0.0.1) Suggests: groff Filename: pool/development/g/groff/groff-base_1.22.4-10+apertis0bv2024preb1_amd64.deb Size: 918664 MD5sum: ca088801454a3a6fb6fd524c577e1525 SHA1: 7b9e08d8644a1596bfa9a15da65c5081fc8d78a8 SHA256: ab9b617945bc2697e0ee94a1d022ee9dfe270252a7840e5393f42f3440147952 SHA512: 8b1e6297b71dc2f53638f5f82564dc5db181a702a84ef196cb01fc0ae429a5273b440dba2d5ba016de8bcd16dbd8d8403100a48cba1cdf9a1e96ab970d502840 Description: GNU troff text-formatting system (base system components) This package contains the traditional UN*X text formatting tools troff, nroff, tbl, eqn, and pic. These utilities, together with the man-db package, are essential for displaying the on-line manual pages. . groff-base is a stripped-down package containing the necessary components to read manual pages in ASCII, Latin-1, and UTF-8, plus the PostScript device (groff's default). Users who want a full groff installation, with the standard set of devices, fonts, macros, and documentation, should install the groff package. Homepage: https://www.gnu.org/software/groff/ Multi-Arch: foreign Package: groff-base-dbgsym Priority: optional Section: debug Installed-Size: 2356 Maintainer: Colin Watson Architecture: amd64 Source: groff Version: 1.22.4-10+apertis0bv2024preb1 Depends: groff-base (= 1.22.4-10+apertis0bv2024preb1) Filename: pool/development/g/groff/groff-base-dbgsym_1.22.4-10+apertis0bv2024preb1_amd64.deb Size: 2037584 MD5sum: 6eb95987b3585fd2b862460c0f66144e SHA1: d33ba1f5c65fb8158cca179fe70e9badc51f82c1 SHA256: 57a70dea4fd41ae87a1b8adb5f3557cd8f62d64fe4df8c9526549e459bfcd898 SHA512: ed3852ee01152777e1d4bddd4301f8b20f8d83cf0d6e0609e11df6341778e64de6a7748a26405d38a1c48cae1cf18eb54b65ee1e85ab4f8fb158c2af458c886c Description: debug symbols for groff-base Auto-Built-Package: debug-symbols Build-Ids: 219da3d49d56d98cc8bd6d4643bf2e7c974a33af 455b2bc0058c74cd4c634b4a556f3b46a3be5e9a 498395f627d408a80bea87237cacc0613d17eb77 59ccd3c7fd9559d342ea1792dd3a1fdc4eac8882 99a4f0a84e078fe3dae26910fe65382f5864f8b8 bcb84fc3a1d7d8afede71e4dab1dfdde3a1ee13a db88f44e385d17023f648f9b9dc3f8d1628eae62 eb902b578127a881420ff82736b14293a63a7049 fa657bb4058e69f46b5ce51c687d4b1ada9ec056 Package: groff-dbgsym Priority: optional Section: debug Installed-Size: 2047 Maintainer: Colin Watson Architecture: amd64 Source: groff Version: 1.22.4-10+apertis0bv2024preb1 Depends: groff (= 1.22.4-10+apertis0bv2024preb1) Filename: pool/development/g/groff/groff-dbgsym_1.22.4-10+apertis0bv2024preb1_amd64.deb Size: 1747320 MD5sum: 1159ef64ede95b0922b532f8e65096c6 SHA1: 0b23064c60c54c2e15df3d2ff7c2173025c0fc34 SHA256: 3eec4a6832dbaceea7c7c186043c7d78081b05572838536670bed804cf8f5498 SHA512: afb43d8a6efb2519531c79568d78a0274f1edeeab9f5eb15c9e5c28d5ca712eee40a39fb91b1556049c35bd9fca49767e7ab6868c72c3abb27b126f4677f3b39 Description: debug symbols for groff Auto-Built-Package: debug-symbols Build-Ids: 102a2b88b6c2248c28e68dc7306ef3bd00e31090 1ff1037cad4b9242e8c084f352d810a6ae9555c2 31847f6fecdfabfda4c397a876253252a0879916 3b7ddd76a34b1f6d21a4b064f33f447e911fadc7 3c16b231d20d53013b82ffb8532d6dd307bbffec 61fe961f8245a07fbeb0219298aca92ae200345f 7fa5361a0ba60bedf4572cee2f0f303529b03bdf 88b01fef28131c97f4cf67148b1c751dfa8a9f8e 8b368dc462a67db885cd655c933a79991b2a2a3e 8f582c803126c56e24463e6a3bba173505dd820f 9a661d49d370582836ef5bdaa83d0e7b32a79b22 b2262c5933a12f9e700461f66896a3c7b1a12e00 b6c43b42137e88c8b74279195a6382538d34c9b2 be8f616d0ec9e84a835ac25d5e455989719a3ffd e1c871684cd3c1af68d0a6c13e4cc1072b9b3e9b f01d5a9903c91cc3f8c0d4c0eb098a3077d688b2 Package: groovy Priority: optional Section: java Installed-Size: 28647 Maintainer: Debian Java Maintainers Architecture: all Version: 2.4.21-8+apertis1bv2024preb2 Depends: antlr, default-jre-headless (>= 2:1.7) | java7-runtime-headless, ivy, junit4, libasm-java (>= 6.0~alpha-2~), libbsf-java, libcommons-cli-java, libcommons-logging-java, libjansi-java, libjline2-java, libjsp-api-java, libqdox-java, libservlet-api-java, libxstream-java Recommends: ant, ant-optional, libgpars-groovy-java (>= 1.0~), libjcommander-java Suggests: groovy-doc Filename: pool/development/g/groovy/groovy_2.4.21-8+apertis1bv2024preb2_all.deb Size: 12931416 MD5sum: 32cd1edd4e9c301978501b3c8d6c5705 SHA1: 16ffc9f3e56790c6200ef9c0277ca83e80a98986 SHA256: 14d59794319da0bacc089d23c28221197fe698351c988c77cb04c5aff201a536 SHA512: d5b47d2f0e586ec62dfffab393990890886b6ff7017f3bbe351dd8f01305dce8f8558a536d9f31313bc2478c2b1da8b046ddfbf1bc92095efe8c9c5eb4d94736 Description: Agile dynamic language for the Java Virtual Machine Groovy is an agile dynamic language for the JVM combining lots of great features from languages like Python, Ruby and Smalltalk and making them available to the Java developers using a Java-like syntax. . Groovy is designed to help you get things done on the Java platform in a quicker, more concise and fun way - bringing the power of Python and Ruby inside the Java platform. . Groovy can be used as an alternative compiler to javac to generate standard Java bytecode to be used by any Java project or it can be used dynamically as an alternative language such as for scripting Java objects, templating or writing unit test cases. Homepage: http://www.groovy-lang.org Package: groovy-doc Priority: optional Section: doc Installed-Size: 118282 Maintainer: Debian Java Maintainers Architecture: all Source: groovy Version: 2.4.21-8+apertis1bv2024preb2 Recommends: default-jdk-doc, junit4-doc, libservlet-api-java-doc Suggests: groovy Filename: pool/development/g/groovy/groovy-doc_2.4.21-8+apertis1bv2024preb2_all.deb Size: 3390572 MD5sum: f6defcbdc5a91381279d7e34d34f87ca SHA1: 8b5cdebbf61b7977c53eced960793f575ce4527b SHA256: b345c7b6acdebd95804718edd40e61c84c8c49af9b6fb668caf302a880263c15 SHA512: 5dea8a6e861637a74c78a91fb8af5cbfa8a2021d3b119a3ff6e228e610fddd32aff21a3b073c4e1fbbebeff49054970168a96d6dc53d81086ea35f5e413e9f63 Description: Agile dynamic language for the Java Virtual Machine (documentation) Groovy is an agile dynamic language for the JVM combining lots of great features from languages like Python, Ruby and Smalltalk and making them available to the Java developers using a Java-like syntax. . Groovy is designed to help you get things done on the Java platform in a quicker, more concise and fun way - bringing the power of Python and Ruby inside the Java platform. . Groovy can be used as an alternative compiler to javac to generate standard Java bytecode to be used by any Java project or it can be used dynamically as an alternative language such as for scripting Java objects, templating or writing unit test cases. . This package includes the Groovy API javadocs, and examples. Homepage: http://www.groovy-lang.org Package: grunt Priority: optional Section: javascript Installed-Size: 101 Maintainer: Debian Javascript Maintainers Architecture: all Version: 1.5.3-2+apertis0bv2024preb1 Provides: node-grunt Depends: node-dateformat, node-eventemitter2, node-exit, node-findup-sync, node-glob, node-grunt-cli (>= 1.4.1~), node-grunt-known-options, node-grunt-legacy-log, node-grunt-legacy-util, node-iconv-lite, node-js-yaml, node-minimatch, node-mkdirp, node-nopt, node-rimraf, nodejs:any Filename: pool/development/g/grunt/grunt_1.5.3-2+apertis0bv2024preb1_all.deb Size: 30096 MD5sum: ea9d74964b23658f96f1a44479edd784 SHA1: b66ba419bc6ca15dc2baf3b12d85ac950cb27cd7 SHA256: 459caedc1cfab72e651fa01c144f5f2dd90406e7ea7c40d67ff8db0e76f9e75e SHA512: 7561370742ec5cc8c45127a37e323db84b38ba78041670b9c5b7e427e8134981f0fd60ed05a412ccb2d9dc77ce52761f4ad04c969df80c4a9c431c601e1df4e3 Description: JavaScript task runner/build system/maintainer tool GRUNT automates several tasks related to maintaining a JavaScript library or framework. It can be used for JS code minification, unit testing, code checking, and several other tasks. Homepage: https://gruntjs.com/ Package: gsfonts Priority: optional Section: oldlibs Installed-Size: 68 Maintainer: Debian Fonts Task Force Architecture: all Source: fonts-urw-base35 (20200910-7+apertis0bv2024preb1) Version: 2:20200910-7+apertis0bv2024preb1 Depends: fonts-urw-base35 (>= 20200910-2~) Breaks: grace (<= 1:5.1.25-12) Filename: pool/development/f/fonts-urw-base35/gsfonts_20200910-7+apertis0bv2024preb1_all.deb Size: 21232 MD5sum: 97d1674868e3ad2ba012ec33358e6e27 SHA1: 2065d8d8aced55f231ed2f6ed0a5b9dcee86256e SHA256: ff7a47bc1394efccff2363fce291caba6098a75d9dbc80c696247fa0be00a2a0 SHA512: 7427734000f36a57675f283032dc217b0ece0362bbba386ef4f46ac964bb1f85099e5ac490fc82bf51f5ef99f60fc00f8b05641d4943d53317072de1d6afbcc2 Description: transitional dummy package (gsfonts -> fonts-urw-base35) This package is a dummy package to enable the gsfonts to fonts-urw-base35 transition. It can be safely removed. Homepage: https://github.com/ArtifexSoftware/urw-base35-fonts Multi-Arch: foreign Package: gsfonts-x11 Priority: optional Section: oldlibs Installed-Size: 68 Maintainer: Debian Fonts Task Force Architecture: all Source: fonts-urw-base35 (20200910-7+apertis0bv2024preb1) Version: 2:20200910-7+apertis0bv2024preb1 Depends: fonts-urw-base35 (>= 20200910-2~) Filename: pool/development/f/fonts-urw-base35/gsfonts-x11_20200910-7+apertis0bv2024preb1_all.deb Size: 21212 MD5sum: f9a612cfca092a148ad3e5a4e6aa41aa SHA1: 9e8d683ca1a25a2d0ef4437a3fd72beb5d1d9fa0 SHA256: 95d7c0a1099071002c8630f5fa5b56c7f492830dbe6923d9274911718adfd877 SHA512: 611b7292139a0e4255cd8a4d4eb2c6f3fa34154d2938242a6ec89c5eaea3c9ed1fb46e5586f9b75ddfc78d1df9b31c8cb5d5a6d288243def261994f0a12b9595 Description: transitional dummy package (gsfonts-x11 -> fonts-urw-base35) This package is a dummy package to enable the gsfonts-x11 to fonts-urw-base35 transition. It can be safely removed. Homepage: https://github.com/ArtifexSoftware/urw-base35-fonts Multi-Arch: foreign Package: gsl-bin Priority: optional Section: math Installed-Size: 71 Maintainer: Dirk Eddelbuettel Architecture: amd64 Source: gsl Version: 2.7.1+dfsg-5+apertis0bv2024dev3b1 Replaces: gsl Depends: libc6 (>= 2.34), libgsl27 (>= 2.7.1) Conflicts: gsl Filename: pool/development/g/gsl/gsl-bin_2.7.1+dfsg-5+apertis0bv2024dev3b1_amd64.deb Size: 27568 MD5sum: fa0f473eb3bad31a13cec829621390d7 SHA1: f30aedd51084a74c96262a7d374022ecb54e9ce9 SHA256: 3ee5ccc34f342b6ae1dc76589378733251deb23c6adc9ff12ea46f61ecb55806 SHA512: c3c0c8d97a8b757200030778a1d74563da487825c9f694652123dd60ec4fd8c735e0d079c510bf1b7663308b8913638b7fc9f2f5fee0d045d7f482decb1944ce Description: GNU Scientific Library (GSL) -- binary package The GNU Scientific Library (GSL) is a collection of routines for numerical analysis. The routines are written from scratch by the GSL team in C, and present a modern API for C programmers, while allowing wrappers to be written for very high level languages. . This package provides several example binaries. . URL: http://www.gnu.org/software/gsl/ Homepage: https://www.gnu.org/software/gsl Multi-Arch: foreign Package: gstreamer1.0-nice Priority: optional Section: net Installed-Size: 79 Maintainer: Debian Telepathy maintainers Architecture: amd64 Source: libnice Version: 0.1.21-1+apertis0bv2024dev2b1 Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.54), libgstreamer1.0-0 (>= 1.12.0), libnice10 (>= 0.1.5) Filename: pool/development/libn/libnice/gstreamer1.0-nice_0.1.21-1+apertis0bv2024dev2b1_amd64.deb Size: 26164 MD5sum: d1acb328f355c94d64270f8545b18da8 SHA1: b52e870ff747d8d9ef094c4dc618a3661f648442 SHA256: 9d0fbeafb17f8a792dab2c2483f5a9e0d6b93315f02b1b4e53c46c3cc206aaab SHA512: 69b96efab1c1def1a5402be67c7044251a3f6d71b43c84eda7ee3a8b3513ca8ec45fbbd5f0e539407cdd84ce3f2301316aa2937d6a15ce72a333bf21045ace48 Description: ICE library (GStreamer plugin) Nice is an implementation of the IETF's draft Interactive Connectivity Establishment standard (ICE). ICE is useful for applications that want to establish peer-to-peer UDP data streams. It automates the process of traversing NATs and provides security against some attacks. . Existing standards that use ICE include the Session Initiation Protocol (SIP) and the Jingle XMPP extension for audio/video calls. . Nice includes integration with GStreamer1.0. . This package provides a GStreamer 1.0 plugin for nice. Homepage: https://nice.freedesktop.org/ Multi-Arch: same Package: gstreamer1.0-nice-dbgsym Priority: optional Section: debug Installed-Size: 50 Maintainer: Debian Telepathy maintainers Architecture: amd64 Source: libnice Version: 0.1.21-1+apertis0bv2024dev2b1 Depends: gstreamer1.0-nice (= 0.1.21-1+apertis0bv2024dev2b1) Filename: pool/development/libn/libnice/gstreamer1.0-nice-dbgsym_0.1.21-1+apertis0bv2024dev2b1_amd64.deb Size: 34160 MD5sum: 3e85861241f2b4e9db930590969d6981 SHA1: 021348b00a41d9b191f41cce09ddf381fc694265 SHA256: c4d4e32911fd6f39d1d4d898eaf35ad6819d03f815baf3d66cd4edbf1ed72d5c SHA512: 51bcc8101acf6cfd3e92417c42cf6a028496a629fe8280f5057c670eb982fc68f85b2d1c5baea562ae480a56bf3c253e39bd02d2a7db28f2279d8a50b6658c57 Description: debug symbols for gstreamer1.0-nice Auto-Built-Package: debug-symbols Build-Ids: c50440bd696591286c4175de6b5e67a919ef2ab5 Multi-Arch: same Package: gtk-doc-tools Priority: optional Section: gnome Installed-Size: 2621 Maintainer: Debian GNOME Maintainers Architecture: all Source: gtk-doc Version: 1.33.2-1apertis0bv2024preb1 Depends: python3:any, pkg-config (>= 0.19.0), python3-lxml, python3-pygments, docbook-xml (>= 4.3), docbook-xsl (>= 1.64.1.0), docbook-to-man, xsltproc (>= 1.1.15) Suggests: dblatex Filename: pool/development/g/gtk-doc/gtk-doc-tools_1.33.2-1apertis0bv2024preb1_all.deb Size: 312952 MD5sum: 226a1aaf599b7b41c94c136d48a1ae31 SHA1: df10e56d9ea39020b4557843cb19a1939b0c91b2 SHA256: 2ed1cc1ad78dc762a8757026b289dbc53dd9cfb04272ab38cbe54b1a2fe0481c SHA512: 6be4cf2a859d8dc779df02b69c6f91e8df90888bce334135dab37c24463cd7548664098ac49f5cc798c006d87ecd3afa5592ffca573a3c1441844c2fc8c0ca9d Description: GTK+ documentation tools These tools extract documentation embedded in GNOME source code, and produce pretty output via DocBook SGML. Homepage: https://gitlab.gnome.org/GNOME/gtk-doc/ Multi-Arch: foreign Package: gtk2-engines-pixbuf Priority: optional Section: graphics Installed-Size: 86 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: gtk+2.0 Version: 2.24.33-2+apertis0bv2024preb1 Depends: libc6 (>= 2.14), libcairo2 (>= 1.6.4-6.1), libgdk-pixbuf-2.0-0 (>= 2.22.1), libglib2.0-0 (>= 2.27.3) Filename: pool/development/g/gtk+2.0/gtk2-engines-pixbuf_2.24.33-2+apertis0bv2024preb1_amd64.deb Size: 30072 MD5sum: 5df1656293a2621b4597777f7859a9e4 SHA1: c4895f31c70468b29bbf7182c23ccfc11b39e705 SHA256: aa7f7ff2cca1028f784113f3a4b0f29525ca8621e5003ee1a21174b6d2d9730f SHA512: 18cec2ba41991319066fcf3826f1a679b89628a6a0b76c37abeeec1aaff5876a4f3b9d510c069eafede9bd5b5cf588daa66c3131d1ea223035e619ea586fdcc5 Description: pixbuf-based theme for GTK 2 GTK is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK is suitable for projects ranging from small one-off tools to complete application suites. . This package contains the pixbuf theme engine. Homepage: http://www.gtk.org/ Multi-Arch: same Package: gtk2-engines-pixbuf-dbgsym Priority: optional Section: debug Installed-Size: 79 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: gtk+2.0 Version: 2.24.33-2+apertis0bv2024preb1 Replaces: libgtk2.0-0-dbg (<< 2.24.31-3~) Depends: gtk2-engines-pixbuf (= 2.24.33-2+apertis0bv2024preb1) Breaks: libgtk2.0-0-dbg (<< 2.24.31-3~) Filename: pool/development/g/gtk+2.0/gtk2-engines-pixbuf-dbgsym_2.24.33-2+apertis0bv2024preb1_amd64.deb Size: 63048 MD5sum: 19624f7dcc33c419d9397ca13af0521f SHA1: 70021d1174803e0922c3a0410313a372d70d3c66 SHA256: 8564fdbec1619c18b88bd5550c0ecbfac6694bb7f7770b29e1c1ec47f7a27185 SHA512: 61da1aa14c6c0b663df4c30135a61b4a88fbe07ace6978607d162b1a60a4967631bc834da89a4514339172c2c17f8e89d2d01c876e61ab544a72c030bfd86e3b Description: debug symbols for gtk2-engines-pixbuf Auto-Built-Package: debug-symbols Build-Ids: 3c61f42aa3c432fa40b150081f2c83a1e2f52ca8 Multi-Arch: same Package: gtk2.0-examples Priority: optional Section: x11 Installed-Size: 999 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: gtk+2.0 Version: 2.24.33-2+apertis0bv2024preb1 Depends: libc6 (>= 2.34), libcairo2 (>= 1.6.4-6.1), libgdk-pixbuf-2.0-0 (>= 2.22.1), libglib2.0-0 (>= 2.37.3), libgtk2.0-0 (= 2.24.33-2+apertis0bv2024preb1), libpango-1.0-0 (>= 1.28.3), libpangocairo-1.0-0 (>= 1.28.3) Filename: pool/development/g/gtk+2.0/gtk2.0-examples_2.24.33-2+apertis0bv2024preb1_amd64.deb Size: 244692 MD5sum: be18716cf810e882d90f11addb44ad71 SHA1: 55302208c9b928f271ecea3998c902507cdef52a SHA256: 46b7eb1efdb76b607986403f0b6aa9f31e7e4fc5a050feafe157d732b4bddb3d SHA512: 1e7f45ad26a59599672c82d8664676ad9bf5523f59601d99960865ae76352f8df06198d7ffa8c4720a46c5206e0fff0bf0a728b59e912061fdab624bbfe39c64 Description: example files for GTK 2 GTK is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK is suitable for projects ranging from small one-off tools to complete application suites. . This package contains the example files and a demonstration program for GTK 2. Homepage: http://www.gtk.org/ Package: gtk2.0-examples-dbgsym Priority: optional Section: debug Installed-Size: 237 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: gtk+2.0 Version: 2.24.33-2+apertis0bv2024preb1 Replaces: libgtk2.0-0-dbg (<< 2.24.31-3~) Depends: gtk2.0-examples (= 2.24.33-2+apertis0bv2024preb1) Breaks: libgtk2.0-0-dbg (<< 2.24.31-3~) Filename: pool/development/g/gtk+2.0/gtk2.0-examples-dbgsym_2.24.33-2+apertis0bv2024preb1_amd64.deb Size: 192044 MD5sum: c9796893ba215cf34dc5449c8922fc70 SHA1: b5fcfb36fd3a2287f02e70645a4389be161c38a1 SHA256: 1ad216c701b0bf4f4e78b6b3daf845786d6cdce5df479e348fefc50add95360e SHA512: 77c1653ef171b8677073115ebbe0e4f437f57fcb3685a342cad600744202371ebd85c4254f98a68ff9a5c862d8922678003e08c19843aadeba7ea95e6cc8e63c Description: debug symbols for gtk2.0-examples Auto-Built-Package: debug-symbols Build-Ids: 39baa895580300ff3b78566dd03fd03ab84eb233 Package: gtk2hs-buildtools Priority: optional Section: haskell Installed-Size: 7865 Maintainer: Debian Haskell Group Architecture: amd64 Version: 0.13.8.3-1+apertis0bv2024dev2b1 Depends: libc6 (>= 2.34), libffi8 (>= 3.4), libgmp10 (>= 2:6.2.1+dfsg1) Filename: pool/development/g/gtk2hs-buildtools/gtk2hs-buildtools_0.13.8.3-1+apertis0bv2024dev2b1_amd64.deb Size: 1117024 MD5sum: 029e636de8d3c6bdc0ad0f3727f49374 SHA1: bca6e4f7e4bc6e438ad06e9a375894fbbc08422f SHA256: cf5ebcb824e6a4e174ccf3b94c7bcae5380f27db03db4867fef3c0dcfa17c0f6 SHA512: ce1383fda1d638a87391e8eaafc84e87b435cbb2cb33686cb98f084119c8f285119b698ffef0de61e6034b12f16c570e59b37a77b32e3dda26565aebe7b3c526 Description: Tools to build the Gtk2Hs suite of User Interface libraries This package provides a set of helper programs necessary to build the Gtk2Hs suite of libraries. These tools include a modified c2hs binding tool that is used to generate FFI declarations, a tool to build a type hierarchy that mirrors the C type hierarchy of GObjects found in glib, and a generator for signal declarations that are used to call back from C to Haskell. These tools are not needed to actually run Gtk2Hs programs. Homepage: http://projects.haskell.org/gtk2hs/ Package: guile-3.0 Priority: optional Section: lisp Installed-Size: 38 Maintainer: Rob Browning Architecture: amd64 Version: 3.0.8-2+apertis1bv2024preb1 Provides: guile Depends: guile-3.0-libs (= 3.0.8-2+apertis1bv2024preb1) Suggests: guile-3.0-doc Filename: pool/development/g/guile-3.0/guile-3.0_3.0.8-2+apertis1bv2024preb1_amd64.deb Size: 16260 MD5sum: b9c9da09da0fcc7ffd56763d889a2a80 SHA1: 8864bbc5981eb9da05b54b65cb363ddb55ebe803 SHA256: 7d641edabb053e524cb9fc7b37d54769a601c709d69b2e7e74aa977ba89c1573 SHA512: 1d15097851943538785c11f81ed4da4af2d94e22c300f79fb2f41f0561e47e826b552971df78cddf442f6510e9a58951184513f088e393953c2e3798673f9382 Description: GNU extension language and Scheme interpreter Guile is a Scheme implementation designed for real world programming, providing a rich Unix interface, a module system, an interpreter, and many extension languages. Guile can be used as a standard #! style interpreter, via #!/usr/bin/guile, or as an extension language for other applications via libguile. Homepage: http://www.gnu.org/software/guile/ Multi-Arch: allowed Package: guile-3.0-dev Priority: optional Section: lisp Installed-Size: 892 Maintainer: Rob Browning Architecture: amd64 Source: guile-3.0 Version: 3.0.8-2+apertis1bv2024preb1 Provides: libguile-dev (= 3.0.8-2+apertis1bv2024preb1) Depends: guile-3.0:any (= 3.0.8-2+apertis1bv2024preb1), guile-3.0-libs (= 3.0.8-2+apertis1bv2024preb1), libc6-dev, libncurses5-dev, libreadline6-dev, libltdl-dev, libgmp-dev, libgc-dev, pkg-config Conflicts: guile-1.8, guile-3.0-dev (<< 3.0.1+1-2), libguile-dev (<< 2.2.7+1-4) Filename: pool/development/g/guile-3.0/guile-3.0-dev_3.0.8-2+apertis1bv2024preb1_amd64.deb Size: 144944 MD5sum: 602c184759af91c07564bf14c278a62d SHA1: a7db8d35fe470ba6260b7c59a86f1a616c6f003b SHA256: 3badee8cb99db0b9587734c9d774de788523b388675693b565b4e9a16fe3c87f SHA512: d826414948506a1876015ff85b7fd567be1f4473884828b3254b2ddf8d54e347e213c16cece18977ecc077804420d6292355817dd67ce04847f8cb387a20a161 Description: Development files for Guile 3.0 This package contains files needed for development using Guile 3.0. . Guile is a Scheme implementation designed for real world programming, providing a rich Unix interface, a module system, an interpreter, and many extension languages. Guile can be used as a standard #! style interpreter, via #!/usr/bin/guile, or as an extension language for other applications via libguile. Homepage: http://www.gnu.org/software/guile/ Package: guile-3.0-doc Priority: optional Section: doc Installed-Size: 970 Maintainer: Rob Browning Architecture: all Source: guile-3.0 Version: 3.0.8-2+apertis1bv2024preb1 Depends: dpkg (>= 1.15.4) | install-info Filename: pool/development/g/guile-3.0/guile-3.0-doc_3.0.8-2+apertis1bv2024preb1_all.deb Size: 974820 MD5sum: 3c12e50f3d4122c23bb8530323a889c8 SHA1: 9bd84b65a6b317cdd1b85623ae368dac84168e5d SHA256: 6bbe6ba97cebdccfe91ca4d7e949256e9f15693f25611da94cec3f79dbaca9fe SHA512: 92be79a42e990bf3812d301008204d2ad7b49642f6c62411b6f4321ba36f1d19326315a08fc99537b804fc700e5558f2e34f00e84cbb0a52dc36fa3d381e7f44 Description: Documentation for Guile 3.0 This package contains the Guile documentation, including the Guile Reference Manual. . Guile is a Scheme implementation designed for real world programming, providing a rich Unix interface, a module system, an interpreter, and many extension languages. Guile can be used as a standard #! style interpreter, via #!/usr/bin/guile, or as an extension language for other applications via libguile. Homepage: http://www.gnu.org/software/guile/ Multi-Arch: foreign Package: guile-3.0-libs Priority: optional Section: lisp Installed-Size: 53055 Maintainer: Rob Browning Architecture: amd64 Source: guile-3.0 Version: 3.0.8-2+apertis1bv2024preb1 Depends: libc6 (>= 2.35), libcrypt1 (>= 1:4.1.0), libffi8 (>= 3.4), libgc1 (>= 1:7.4.2), libgmp10 (>= 2:6.2.1+dfsg1), libreadline8 (>= 6.0), libunistring2 (>= 0.9.7) Filename: pool/development/g/guile-3.0/guile-3.0-libs_3.0.8-2+apertis1bv2024preb1_amd64.deb Size: 6606264 MD5sum: 0703cd3bed501acba2704127af3b33ca SHA1: 2070ef8af0d7ab7ca539f5fab63ec0d0ae9ab621 SHA256: 24bc91b1ff13cc10d9810252feacf8a49233df5aa462fba3624ce855a49e8259 SHA512: b7ec9c9fef2745df4436f227f45f1aa238ad9c97f12cbcea16352ca4ee2849f8d84f54179411ae6010ee1036427e84e66c445fa7833623942091cff7d0100b43 Description: Core Guile libraries Guile is a Scheme implementation designed for real world programming, providing a rich Unix interface, a module system, an interpreter, and many extension languages. Guile can be used as a standard #! style interpreter, via #!/usr/bin/guile, or as an extension language for other applications via libguile. Homepage: http://www.gnu.org/software/guile/ Multi-Arch: same Package: guile-3.0-libs-dbgsym Priority: optional Section: debug Installed-Size: 2002 Maintainer: Rob Browning Architecture: amd64 Source: guile-3.0 Version: 3.0.8-2+apertis1bv2024preb1 Depends: guile-3.0-libs (= 3.0.8-2+apertis1bv2024preb1) Filename: pool/development/g/guile-3.0/guile-3.0-libs-dbgsym_3.0.8-2+apertis1bv2024preb1_amd64.deb Size: 1817812 MD5sum: a9dd1fcbf71dfa5c356bca3de421729f SHA1: 7816f00896082c3501b0a0a9103748dbd9a45f74 SHA256: e234f9aa905fb7b3e36230069aacf46954dfc96edf881e1757a728cf7a45f41e SHA512: 3b7cd755e729acb6797d8f4c47f0945112e30f56c18e2ffd48517be54d8dae0362d259a8e504c38c95f29b3c2cad3aa66079ca13bbdb7741471a0e9bef9ac784 Description: debug symbols for guile-3.0-libs Auto-Built-Package: debug-symbols Build-Ids: 314e0676c7ffc38e6c5dd60d6964527e3d5d3a68 823d62f1e4b23a24eec2d623846a192f7ad7fe77 aaff37dab617638fd9bdfb24d4b17799427bd7b8 Multi-Arch: same Package: gulp Priority: optional Section: javascript Installed-Size: 327 Maintainer: Debian Javascript Maintainers Architecture: all Source: node-gulp Version: 4.0.2+~cs54.26.36-6+apertis0bv2024preb1 Provides: node-arr-filter (= 1.1.2), node-arr-map (= 2.0.2), node-array-initial (= 1.1.0), node-array-last (= 1.3.0), node-array-sort (= 1.0.0), node-async-done (= 1.3.2), node-async-settle (= 1.0.0), node-bach (= 1.2.0), node-collection-map (= 1.0.0), node-copy-props (= 3.0.1), node-default-compare (= 1.0.0), node-default-resolution (= 3.0.0), node-each-props (= 2.0.0), node-eslint-config-gulp (= 5.0.1), node-glob-watcher (= 5.0.5), node-gulp (= 4.0.2), node-gulp-cli (= 2.3.0), node-is-absolute (= 1.0.0), node-is-relative (= 1.0.0), node-just-debounce (= 1.1.0), node-last-run (= 1.1.1), node-matchdep (= 2.0.0), node-mute-stdout (= 2.0.0), node-now-and-later (= 2.0.1), node-object.reduce (= 1.0.1), node-replace-homedir (= 1.0.0), node-semver-greatest-satisfied-range (= 1.1.0), node-stream-exhaust (= 1.0.2), node-sver-compat (= 1.5.0), node-types-gulp (= 4.0.9), node-types-undertaker (= 1.2.7), node-types-undertaker-registry (= 1.0.1), node-undertaker (= 1.3.0), node-undertaker-registry (= 1.0.1) Depends: node-ansi-colors, node-anymatch, node-archy, node-arr-flatten, node-array-each, node-array-slice, node-chokidar, node-concat-stream, node-end-of-stream, node-es6-iterator, node-es6-symbol, node-es6-weak-map, node-expand-tilde, node-fancy-log, node-fast-levenshtein, node-findup-sync, node-fined, node-for-own, node-get-value, node-gulplog, node-interpret, node-is-negated-glob, node-is-number, node-is-plain-object (>= 5.0.0-5~), node-is-unc-path, node-is-windows, node-isobject, node-kind-of, node-liftoff, node-make-iterator, node-micromatch, node-minimist, node-normalize-path, node-object-inspect, node-once, node-parse-node-version, node-pretty-hrtime, node-process-nextick-args, node-remove-trailing-separator, node-resolve, node-stack-trace, node-v8flags, node-vinyl-fs, node-yargs, nodejs:any Filename: pool/development/n/node-gulp/gulp_4.0.2+~cs54.26.36-6+apertis0bv2024preb1_all.deb Size: 56480 MD5sum: 01c99e1e957440f804469d3892302bc8 SHA1: b14927ee56c9c4182e21d8be672c54f41f782efd SHA256: 0731ac24d6614e691d40ca715911991048cf785481582028a13cd395c9ca270f SHA512: ae2c5f9676420b247449a67fe2eeca4701c6c92f94e43c503483cb0e8b6f87eb4919a3dd567846307c5bcbda3cd2f735dd2f2629e2806868a4282d4e260a1fda Description: streaming build system to automate painful or time-consuming tasks gulp is a toolkit that helps you automate painful or time-consuming tasks in your development workflow. . Platform-agnostic - Integrations are built into all major IDEs and people are using gulp with PHP, .NET, Node.js, Java, and other platforms. Strong Ecosystem - Use npm modules to do anything you want + over 2000 curated plugins for streaming file transformations Simple - By providing only a minimal API surface, gulp is easy to learn and simple to use . Node.js is an event-based server-side JavaScript engine. Homepage: https://gulpjs.com Package: gunicorn Priority: optional Section: httpd Installed-Size: 30 Maintainer: Debian Python Team Architecture: all Version: 20.1.0-6+apertis0bv2024dev2b1 Replaces: gunicorn3 Provides: gunicorn3, httpd-wsgi3 Depends: python3-gunicorn (= 20.1.0-6+apertis0bv2024dev2b1), python3:any Suggests: python3-pastedeploy, python3-setproctitle, python3-tornado Conflicts: gunicorn3 Filename: pool/development/g/gunicorn/gunicorn_20.1.0-6+apertis0bv2024dev2b1_all.deb Size: 14080 MD5sum: fa6de2c1d2a1a1f959e389e4e26df5f8 SHA1: 81007aa16210500d55cbf0e09dc6196f9e537233 SHA256: f506ae4ef45d99f6b668964e46b2f079479569d3c218f83b1836e3359f2afc69 SHA512: d4dda032375410a0662a772c59f040e65604adce5119fcbea6a5cfcb4d2403c7fe389ca8f34e7f90f3bf2caad0f354343b89f58218387a6cac1e78f3f7031696 Description: Event-based HTTP/WSGI server Green Unicorn (gunicorn) is an HTTP/WSGI server designed to serve fast clients or sleepy applications. That is to say; behind a buffering front-end server such as nginx or lighttpd. . * Optional support for Eventlet, Tornado and Gevent to provide asynchronous long-polling ("Comet") connections. * Process management: Gunicorn reaps and restarts workers that die. * Easy integration with Django and Paster compatible applications (Pylons, TurboGears 2, etc. * Load balancing via pre-fork and a shared socket * Graceful worker process restarts * Upgrading without losing connections * Decode chunked transfers on-the-fly, allowing upload progress notifications or stream-based protocols over HTTP Homepage: https://gunicorn.org/ Package: gunicorn-examples Priority: optional Section: httpd Installed-Size: 127 Maintainer: Debian Python Team Architecture: all Source: gunicorn Version: 20.1.0-6+apertis0bv2024dev2b1 Recommends: libjs-jquery, libjs-jquery-flot Filename: pool/development/g/gunicorn/gunicorn-examples_20.1.0-6+apertis0bv2024dev2b1_all.deb Size: 26500 MD5sum: 89c1eccb20732182090542ed6556cb7a SHA1: fac3bfe8d0a9fa893d1dd1b06614b07a966e8b9d SHA256: 5b26966139cf0721a277d0ad867f9c5be77bdb6222b4b16bc65fa59d43407fa5 SHA512: ef11418b1adcbeb87f3d1610abba0a1c7c2bcb8c3fb1aa7a7bc4985ce7e5ae46fe1a9c4fcf75208ed6a53e5402ec0867ae7ce326c015cd91f9aafdbcd46da094 Description: Event-based HTTP/WSGI server (examples) Green Unicorn (gunicorn) is an HTTP/WSGI server designed to serve fast clients or sleepy applications. That is to say; behind a buffering front-end server such as nginx or lighttpd. . * Optional support for Eventlet, Tornado and Gevent to provide asynchronous long-polling ("Comet") connections. * Process management: Gunicorn reaps and restarts workers that die. * Easy integration with Django and Paster compatible applications (Pylons, TurboGears 2, etc. * Load balancing via pre-fork and a shared socket * Graceful worker process restarts * Upgrading without losing connections * Decode chunked transfers on-the-fly, allowing upload progress notifications or stream-based protocols over HTTP . These are the examples. Homepage: https://gunicorn.org/ Multi-Arch: foreign Package: gyp Priority: optional Section: devel Installed-Size: 1167 Maintainer: Debian Python Team Architecture: all Version: 0.1+20220404git9ecf45e-2+apertis0bv2024preb1 Depends: python3:any, python3-pkg-resources, python3-six Filename: pool/development/g/gyp/gyp_0.1+20220404git9ecf45e-2+apertis0bv2024preb1_all.deb Size: 236968 MD5sum: 7d8d7bd5313f3b259767631526485f0d SHA1: 7366259f1dfb8a8028730d0376845fa9a7f8e789 SHA256: 9e8156519024c8cceabab5e9db85dd774cda083b0dc41cb4e88e219f6aef6223 SHA512: fe4c216ce187271d0da41b71ca5f55333935f95311621777aa13c16ca22f59ce5853d2f9094fc9c0418bea767cc7a786a4699aa75ddc0d1b456fed6f869aaa44 Description: Cross-platform build script generator GYP (Generate Your Projects) is a tool to generate native Visual Studio, Xcode, SCons and make build files from a description of a project in a simple JSON-inspired format. Its syntax is a universal cross-platform build representation that still allows sufficient per-platform flexibility to accommodate irreconcilable differences. Homepage: https://chromium.googlesource.com/external/gyp/ Multi-Arch: foreign Package: gzip Essential: yes Priority: required Section: utils Installed-Size: 251 Maintainer: Milan Kupcevic Architecture: amd64 Version: 1.12-1+apertis0bv2024dev2b1 Depends: dpkg (>= 1.15.4) | install-info Pre-Depends: libc6 (>= 2.34) Suggests: less Filename: pool/development/g/gzip/gzip_1.12-1+apertis0bv2024dev2b1_amd64.deb Size: 134964 MD5sum: 38db653592d94308fab2fe5eeb37bb74 SHA1: db9d802c592c21a8a79d72527c103881554e8f70 SHA256: d2b6509e56aa0995d89358748ac2cbd9b96f5080353bbecc5abf5b9521c9481b SHA512: e314dc0caefa7ed3a297366edc2786f0bd3a0b5af22ff0e5afca8f85624de9f21737747bd90294c658007477dadb839e4994c83bcd22dcb590fbe61a594d3db1 Description: GNU compression utilities This package provides the standard GNU file compression utilities, which are also the default compression tools for Debian. They typically operate on files with names ending in '.gz', but can also decompress files ending in '.Z' created with 'compress'. Homepage: https://www.gnu.org/software/gzip/ Package: gzip-dbgsym Priority: optional Section: debug Installed-Size: 134 Maintainer: Milan Kupcevic Architecture: amd64 Source: gzip Version: 1.12-1+apertis0bv2024dev2b1 Depends: gzip (= 1.12-1+apertis0bv2024dev2b1) Filename: pool/development/g/gzip/gzip-dbgsym_1.12-1+apertis0bv2024dev2b1_amd64.deb Size: 114488 MD5sum: c81b77debd8dbf6b7dff26435a4258eb SHA1: c7272e548e402725fabcecad139c4525488f4f8c SHA256: 0f1195a700ca61e577680cc05200cc124acc00aeb2e5286665cbdcee9b5bdd51 SHA512: 3e9e8a367f50b7b214e14078cea6ec4e910c86c46c6431c1e3fb9e6f5a32f7fa1160a47aee1764360e243a059288c30848b1683f59206e34b06978d4aee50229 Description: debug symbols for gzip Auto-Built-Package: debug-symbols Build-Ids: 1d2700872ec02c74309c7fe03ea788b5b0b617f0 Package: gzip-win32 Priority: optional Section: utils Installed-Size: 255 Maintainer: Milan Kupcevic Architecture: all Source: gzip Version: 1.12-1+apertis0bv2024dev2b1 Suggests: wine Filename: pool/development/g/gzip/gzip-win32_1.12-1+apertis0bv2024dev2b1_all.deb Size: 140088 MD5sum: a9d00627d95c05c0073ad5316e0399b3 SHA1: e8843a92e7bf77773238bb291306b289ced3139c SHA256: dc2888d38d5c045a655b082238488e09aa97ab5d87fe85b1e772102e938b821d SHA512: 4fdf70d51e2bbf7689cef58a603326947fc200d5fd45e279ca24cda861816d8c3c8cd17442273ee4758be737ddcee9921742b60586b0a79f3c74886fd8409430 Description: GNU compression utility (win32 build) This package provides the standard GNU file compression utilities, which are also the default compression tools for Debian. They typically operate on files with names ending in '.gz', but can also decompress files ending in '.Z' created with 'compress'. . This is a win32 version of gzip, meant to be used by the win32-loader component of Debian-Installer. Homepage: https://www.gnu.org/software/gzip/ Package: handlebars Priority: optional Section: javascript Installed-Size: 1009 Maintainer: Debian Javascript Maintainers Architecture: all Source: node-handlebars Version: 3:4.7.7+~4.1.0-1+apertis0bv2024preb1 Provides: node-handlebars (= 4.7.7), node-handlebars (= 3:4.7.7+~4.1.0-1+apertis0bv2024preb1), node-types-handlebars (= 4.1.0) Depends: node-neo-async, node-optimist, node-source-map, node-wordwrap, nodejs Breaks: node-typescript-types (<< 20201111~) Filename: pool/development/n/node-handlebars/handlebars_4.7.7+~4.1.0-1+apertis0bv2024preb1_all.deb Size: 182332 MD5sum: 9c74981cc86c1376432a03dbd82410cf SHA1: 0c8a4b95f66364e475ed5bfdbf59901771001dbb SHA256: 5749a858456d85864976151db117463bf888edcb0b221ca2e0329fca8969cc35 SHA512: 86dfd4ee37720b69d8ebc225799d03113380798bf7f4f5af95f704305ed7913b280130a9dcf1a8fa82462b2a9f352cd8783307bcf06257c6bd48689fe2e09169 Description: build semantic templates effectively with no frustration Handlebars templates look like regular HTML, with embedded handlebars expressions. You can deliver a template to the browser by including it in a