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: 561 Maintainer: Android Tools Maintainers Architecture: amd64 Source: android-platform-tools (29.0.6-28+apertis1bv2024dev2b1) Version: 1:29.0.6-28+apertis1bv2024dev2b1 Provides: android-tools-adb Depends: android-libbase (>= 29.0.6), android-libboringssl (>= 13.0.0+r24), android-libcutils (= 1:29.0.6-28+apertis1bv2024dev2b1), 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+apertis1bv2024dev2b1_amd64.deb Size: 208156 MD5sum: a9ac385d6a429f0cdfc083b20bcac623 SHA1: 1638feb93f98af1b249a71feb0274066d69af6e2 SHA256: 9ec243f6c6aaeea46bd3e9fa2b3e10e974666c6cd645c6aaca57664ac0b7f198 SHA512: 55e8476f57f2dfacc2aa4e8342bfebd242d0a7b3a23180ba3050e721ccebbf4f983d4db53e6f9205d2ab4bf4557004965e24be66d766b2ab55a6af69ede317c6 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+apertis1bv2024dev2b1) Version: 1:29.0.6-28+apertis1bv2024dev2b1 Depends: adb (= 1:29.0.6-28+apertis1bv2024dev2b1) Filename: pool/development/a/android-platform-tools/adb-dbgsym_29.0.6-28+apertis1bv2024dev2b1_amd64.deb Size: 1494788 MD5sum: 8625f2f3be327fdeb2f25c7eb4e0c74e SHA1: 40778a17e037067b1161ea5b11c33629e028a36c SHA256: 8cc12a529be1c3c9602116398e5ce3d11dc3643bd2dd4c9ad91e63944921b958 SHA512: cb9f3136f52ecbc425f1920265ef6d9eccd383bb2ea21f784f4d98e53a753813a6477d32d2d079ec374867f2f2e876ec389357463e11cef8d8c86aeda7d9b0f4 Description: debug symbols for adb Auto-Built-Package: debug-symbols Build-Ids: 144bb18a1698a6a8bfd95b2176046b7e2532d093 Package: adbd Priority: optional Section: utils Installed-Size: 454 Maintainer: Android Tools Maintainers Architecture: amd64 Source: android-platform-tools (29.0.6-28+apertis1bv2024dev2b1) Version: 1:29.0.6-28+apertis1bv2024dev2b1 Provides: android-tools-adbd Depends: android-libbase (>= 29.0.6), android-libboringssl (>= 13.0.0+r24), android-libcutils (= 1:29.0.6-28+apertis1bv2024dev2b1), 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+apertis1bv2024dev2b1_amd64.deb Size: 160512 MD5sum: 82c2742b9aaffc388231a5d2c403837d SHA1: 8f2a713b9884f73474c3e654f7d44297130d1f77 SHA256: 564bf46493edfbaae2b2d551fbe3bf86767f52a5d3432683e973bf79428c8956 SHA512: a2a6a688da37d32bee61adf893cead3ec197d15ef595fcd4f62d0ee00eb6ded98a621b8f1ed30b4694ae8bd226f70be3887eb9bbe1fc2bb3390e69fdc66dbe36 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+apertis1bv2024dev2b1) Version: 1:29.0.6-28+apertis1bv2024dev2b1 Depends: adbd (= 1:29.0.6-28+apertis1bv2024dev2b1) Filename: pool/development/a/android-platform-tools/adbd-dbgsym_29.0.6-28+apertis1bv2024dev2b1_amd64.deb Size: 1107256 MD5sum: 98febc67c8c154293a9c96e1de83e0fd SHA1: 15076011a715d90fd817e17375f5c602155e42d6 SHA256: 00f05e5c21801224011957a3f0c42d5ba3a8147297ea2439e86659a27b5edf82 SHA512: e931acb6d1ca197a87d3cfba4bec6f64f0ebdd6a8d86f72dc8268be85dca1f9c135f2534cc5ac6e8800a93db2c913f59843a97a7a3bac651d2a908eb7316cb60 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: 526 Maintainer: Android Tools Maintainers Architecture: amd64 Source: android-platform-tools (29.0.6-28+apertis1bv2024dev2b1) Version: 1:29.0.6-28+apertis1bv2024dev2b1 Depends: android-libbase (= 1:29.0.6-28+apertis1bv2024dev2b1), 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+apertis1bv2024dev2b1_amd64.deb Size: 144404 MD5sum: 6c9371b7c48e7dab43653aa2b69f4c20 SHA1: befb1fc644995778f3b50c3d71e759f82bf354b0 SHA256: afa485de31c06af1d492c1d291bf73304e4ff3b3c4ba973df1e3ffa98731ae3f SHA512: c9035e0ea88d3b2195c5b20547a30326320bfdc84aa443509a0c799a05ea4f428095da6749050f21dbc23ca9a779c81a0ea4a08afb4bcdace82d7097642e6123 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+apertis1bv2024dev2b1) Version: 1:29.0.6-28+apertis1bv2024dev2b1 Depends: android-libbacktrace (= 1:29.0.6-28+apertis1bv2024dev2b1) Filename: pool/development/a/android-platform-tools/android-libbacktrace-dbgsym_29.0.6-28+apertis1bv2024dev2b1_amd64.deb Size: 1078812 MD5sum: 2ac662b10b06be99154a42e2a5c6b44f SHA1: a501cd3789343fb12a3831b78ce213026886a97e SHA256: 2c1971bfb8db92a1434e382de594db6ca90b2dc74638f5c899b4cc34d6313203 SHA512: 6be444d8855d76716e9e1c6dea1ecc985326baa87441b96e7a2799fe124ebed76b7ead643c1e1cc98c81b17650d1125d8cf8b978618ef165d7cd4b8aabd7bfe1 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: 97 Maintainer: Android Tools Maintainers Architecture: amd64 Source: android-platform-tools (29.0.6-28+apertis1bv2024dev2b1) Version: 1:29.0.6-28+apertis1bv2024dev2b1 Depends: android-libbacktrace (= 1:29.0.6-28+apertis1bv2024dev2b1) Filename: pool/development/a/android-platform-tools/android-libbacktrace-dev_29.0.6-28+apertis1bv2024dev2b1_amd64.deb Size: 35580 MD5sum: 829e08a049fc7df23852b565db54c155 SHA1: 35a2c77faf5f8f5825b63599939d4e67c464d0ce SHA256: 09eed896d484ca421964b9b2c5f47ef778b3f156f1754962e018573e4f9ddb22 SHA512: 153e5aba0ff098ada404c019c0805486e5f382e256d8bd6f1d5c613fb298a6d407eaf69bac2a5cf6c6d926250c64737c61ea4ee043d964b5b691a7ced9f32b2e 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: 172 Maintainer: Android Tools Maintainers Architecture: amd64 Source: android-platform-tools (29.0.6-28+apertis1bv2024dev2b1) Version: 1:29.0.6-28+apertis1bv2024dev2b1 Depends: android-liblog (= 1:29.0.6-28+apertis1bv2024dev2b1), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2) Filename: pool/development/a/android-platform-tools/android-libbase_29.0.6-28+apertis1bv2024dev2b1_amd64.deb Size: 60584 MD5sum: 72f4b0c88ac91e8ecdf0df2e8514d91a SHA1: a2f9cb9efc84f74041f73c2760e13ba45b55f812 SHA256: d8d21f115cbb6163b643fe00c698609c9cb55429c4675ee4362e620bea559c20 SHA512: 3711b282863962014f6653154ae2f58e0ac507f1eef4bc152785e4a1f1d3eedf854f3449d7eb1b6f1dc71e664af8eef3e76ae842090783d86db25c9ac284fb00 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+apertis1bv2024dev2b1) Version: 1:29.0.6-28+apertis1bv2024dev2b1 Depends: android-libbase (= 1:29.0.6-28+apertis1bv2024dev2b1) Filename: pool/development/a/android-platform-tools/android-libbase-dbgsym_29.0.6-28+apertis1bv2024dev2b1_amd64.deb Size: 216588 MD5sum: 5133bd681d197d80365a69ddc62e19ae SHA1: 1d937132297dd67523afa4002c92e9d3f9994218 SHA256: 873d67abb522f0aff4d3bdd8dff6e8bb79c07c7b87ba697f5973a89a1b4331aa SHA512: de71e66eca836028f4a543d5127c80f20010e998f943cbb1121bb87d2052c53f9c4800ed1468e10937d2bf3cb93cd714a3e4b3ba039ccfd6812d934c08f97dc2 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: 220 Maintainer: Android Tools Maintainers Architecture: amd64 Source: android-platform-tools (29.0.6-28+apertis1bv2024dev2b1) Version: 1:29.0.6-28+apertis1bv2024dev2b1 Depends: android-libbase (= 1:29.0.6-28+apertis1bv2024dev2b1), android-liblog-dev (= 1:29.0.6-28+apertis1bv2024dev2b1) Filename: pool/development/a/android-platform-tools/android-libbase-dev_29.0.6-28+apertis1bv2024dev2b1_amd64.deb Size: 56556 MD5sum: fdfde27c42140c3b643f3ba3a2ee1201 SHA1: 6155e2d673ca9cc1551a0dc176179783fbbe4285 SHA256: a7fae728efcdb8fb2b1428b116bc242ed83b637cd077c2a75c026c9522791528 SHA512: 36d3f86d300f57c09bcb8d60f3bc4339ca8bec9e1261340e772676c35b629816bf7b7a312759effd5e3a384520bd8ae7a641a1ab0473fcdf496f760964e23b10 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: 138 Maintainer: Android Tools Maintainers Architecture: amd64 Source: android-platform-tools (29.0.6-28+apertis1bv2024dev2b1) Version: 1:29.0.6-28+apertis1bv2024dev2b1 Depends: android-libbase (= 1:29.0.6-28+apertis1bv2024dev2b1), 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+apertis1bv2024dev2b1_amd64.deb Size: 49064 MD5sum: 17433584a16fe3257327485e32b7ac59 SHA1: 7534e16f825b881da23924f3d8ebdec558cc4ae4 SHA256: c1de5d04442e5ec2aa0b58108b0a02da423ecfc0c769f468f9233a6579bd6324 SHA512: 52c0a3e2719ad4aaeb26b22b6810e83eacdf194b185fd38b594824fac0c72960818af523eaa7f7bbe2465e65209f8e32ad673df1e251eabf1558cd38b36b608f 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+apertis1bv2024dev2b1) Version: 1:29.0.6-28+apertis1bv2024dev2b1 Depends: android-libcutils (= 1:29.0.6-28+apertis1bv2024dev2b1) Filename: pool/development/a/android-platform-tools/android-libcutils-dbgsym_29.0.6-28+apertis1bv2024dev2b1_amd64.deb Size: 53996 MD5sum: e77e343ec89a73d056fc24d830d7bbf8 SHA1: 01ca5a4141f093fb536ce51007b9c560a1184197 SHA256: bb64f24ec6b0fc3003019540c866813eb80c2d2e5616b358682ba5a3a8b2c147 SHA512: f06d4240baf5d8a08d1d5332135423fd0c1aaa691749b5c1ef9c917f7afa9291b69727cb94896803411150f4e4d868bb217b030dbd75fc37b7a1039c81b27190 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: 161 Maintainer: Android Tools Maintainers Architecture: amd64 Source: android-platform-tools (29.0.6-28+apertis1bv2024dev2b1) Version: 1:29.0.6-28+apertis1bv2024dev2b1 Depends: android-libcutils (= 1:29.0.6-28+apertis1bv2024dev2b1), android-libbase-dev (= 1:29.0.6-28+apertis1bv2024dev2b1), android-platform-system-core-headers (= 1:29.0.6-28+apertis1bv2024dev2b1), libbsd-dev Filename: pool/development/a/android-platform-tools/android-libcutils-dev_29.0.6-28+apertis1bv2024dev2b1_amd64.deb Size: 45880 MD5sum: 4411d90a36e2b82891c014183a63c878 SHA1: 593a8d3e92cb38516d54b051bb7a35a504498e06 SHA256: 98afc12c2c02da4d504c78a68a3a3a0ed80e0e9c733617beaf386d280affc1c8 SHA512: 4e3c6767f032474c86aff28deefa3fb474be51800fb522bc93a3dd5cf1bd0382c4a4f8b9add63f5c63da71eaf123f93687f3a5a29c7572c04957bfe39d1f9797 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: 148 Maintainer: Android Tools Maintainers Architecture: amd64 Source: android-platform-tools (29.0.6-28+apertis1bv2024dev2b1) Version: 1:29.0.6-28+apertis1bv2024dev2b1 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 11) Filename: pool/development/a/android-platform-tools/android-liblog_29.0.6-28+apertis1bv2024dev2b1_amd64.deb Size: 54496 MD5sum: e8d1e358e76089ecba6fef55083f78a2 SHA1: 6cfcfe27a3eb46982cf7b0906dacf7bcea287eb7 SHA256: 519f9a0fc1de35b1c57091597f98e34548bbf676b91c18dbec6eae620fcfa287 SHA512: 53f233c90ecf95cf0552d2747da61f46417d64cc232682ca5ef63efabfc2cac33e5c207c4a86570f9aaf9b81f0220d326de0d567d2534ef63b37f5ebe5dc2aff 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+apertis1bv2024dev2b1) Version: 1:29.0.6-28+apertis1bv2024dev2b1 Depends: android-liblog (= 1:29.0.6-28+apertis1bv2024dev2b1) Filename: pool/development/a/android-platform-tools/android-liblog-dbgsym_29.0.6-28+apertis1bv2024dev2b1_amd64.deb Size: 121524 MD5sum: 518487514e97884de35012c9d7970c3f SHA1: 0adbbaf4deafd3ae1226f7635d8f62478ef35d2d SHA256: 403d53eba1c95a15edd9ba7d1c06336eb87b8a3bf57e7822d8375a281d8e2d98 SHA512: 43b6be0160c723a11ca12a1d24641cf31e89986c99ed44f9e62b4d6f3825de3cdb59b30adcc287e4bed2522a3162c8cee99b1cb0621b608bc1e1eaf4dcb2aa5a 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: 154 Maintainer: Android Tools Maintainers Architecture: amd64 Source: android-platform-tools (29.0.6-28+apertis1bv2024dev2b1) Version: 1:29.0.6-28+apertis1bv2024dev2b1 Depends: android-liblog (= 1:29.0.6-28+apertis1bv2024dev2b1) Filename: pool/development/a/android-platform-tools/android-liblog-dev_29.0.6-28+apertis1bv2024dev2b1_amd64.deb Size: 46520 MD5sum: 35df6b057d6484c2e329d8e86607a49b SHA1: f03a9166e42b0d8c183683a80fb9d9eba3b0c75d SHA256: 8ec2a402e5b94d02c559251f5bb8b12d42445ec5c5907acbe6c7c39fff0abf8b SHA512: 5c0d3bf140e15bc1508c9d1a7b11ed5df48ad9a8b94e74fe99b3f7d552eed0cf723983ab4815b36780fd5c9352ac6f0e1c32315632f52d4383df843da5cf4dba 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: 112 Maintainer: Android Tools Maintainers Architecture: amd64 Source: android-platform-tools Version: 29.0.6-28+apertis1bv2024dev2b1 Replaces: android-libnativehelper-dev (<< 29) Depends: android-liblog (= 1:29.0.6-28+apertis1bv2024dev2b1), 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+apertis1bv2024dev2b1_amd64.deb Size: 40292 MD5sum: 69ed0cbdbfe34e97c379b055e45861a4 SHA1: 1be97bf0a0a68b01d202dfb51d2b35b3e591b029 SHA256: 50df9ecd50bf0189f37fc25f8dabf135843c6a953ca60393a33e1e2c6329a0c7 SHA512: 55da1168ae03dfc84426416df61a57c3b66feb521eb5b0dff5483b2033ca072eb934fa10c473619d1d4d41e11b2c9cf83e5467365a361c87453b019f72546106 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+apertis1bv2024dev2b1 Depends: android-libnativehelper (= 29.0.6-28+apertis1bv2024dev2b1) Filename: pool/development/a/android-platform-tools/android-libnativehelper-dbgsym_29.0.6-28+apertis1bv2024dev2b1_amd64.deb Size: 57556 MD5sum: 6b93b8fb0f9367aad845c5a468b42b63 SHA1: 6239b4b5038ce2da988221997e222aede3d20a97 SHA256: 7dd45ecc30be0c5cf9a16e594535ce37c77a748cd24bb0ca4f80c41a68fa0d78 SHA512: 418614c1c55ca07eb27dff7fe09f834d4cacf997ef5d14867a25bdedb004176fea817e4bbe96bb0c8998147aaa7ec5a47c193bfffef239953f1bc23204ef8e19 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: 245 Maintainer: Android Tools Maintainers Architecture: amd64 Source: android-platform-tools Version: 29.0.6-28+apertis1bv2024dev2b1 Replaces: android-libnativehelper (<< 10.0.0+r36-1~) Depends: android-libnativehelper (= 29.0.6-28+apertis1bv2024dev2b1) Breaks: android-libnativehelper (<< 10.0.0+r36-1~) Filename: pool/development/a/android-platform-tools/android-libnativehelper-dev_29.0.6-28+apertis1bv2024dev2b1_amd64.deb Size: 58240 MD5sum: f1cdd475829864bee0f733706f7c5ff7 SHA1: 6b7fd41738ae398e6b2b254b71ff6d11782b81eb SHA256: 65dd68fef0f33ca209031ee30c2035b355faaa217e9ad21870b0a4c49ae1b44a SHA512: 14ed45cf0d1844425b85bfa88ea2c3cca72d9a51185cf5b222b5d9a1e236097f17076d009cc035394f1767e7960f8f44a6518fe44e99f2df9dbbf3fc5c89d6a0 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: 124 Maintainer: Android Tools Maintainers Architecture: amd64 Source: android-platform-tools (29.0.6-28+apertis1bv2024dev2b1) Version: 1:29.0.6-28+apertis1bv2024dev2b1 Depends: android-libbase (= 1:29.0.6-28+apertis1bv2024dev2b1), 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+apertis1bv2024dev2b1_amd64.deb Size: 45568 MD5sum: ddeb639b92e375e7dc0af755e0592e1b SHA1: 0e57b4fffd6273c362566d50297919a4f35aea21 SHA256: 7f31d52ab163d5aa8d1a7759fcae07859f3451721ec9642e8446c2ec4f343ae0 SHA512: 062c6caefde2efb63e514a92253126c87361bf64c660d1d2e19c25bd4f030294ae81e3976167b1328b960541c96ec81b2bf486a937e7f55596062bfac8601945 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+apertis1bv2024dev2b1) Version: 1:29.0.6-28+apertis1bv2024dev2b1 Depends: android-libsparse (= 1:29.0.6-28+apertis1bv2024dev2b1) Filename: pool/development/a/android-platform-tools/android-libsparse-dbgsym_29.0.6-28+apertis1bv2024dev2b1_amd64.deb Size: 43276 MD5sum: 0b9e2e6878cc620da3d403c69fde4928 SHA1: 9ef9dbe6838c9e5d3f5d4d2efbc826a4a5159114 SHA256: 00c2fc9aec0a9ee95d7e04a92cfe9e100b0f977d86a0d5f878de5bc820d1caed SHA512: c8db650aa216f6f65f5c147fbdba8a5a17fc04eea03e77e16ff2c3605dcbc5ed34a997a94d9fd339097c544b59f38c128f3d8b451edbd52284b8ddcb98acbb99 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: 94 Maintainer: Android Tools Maintainers Architecture: amd64 Source: android-platform-tools (29.0.6-28+apertis1bv2024dev2b1) Version: 1:29.0.6-28+apertis1bv2024dev2b1 Depends: android-libsparse (= 1:29.0.6-28+apertis1bv2024dev2b1) Filename: pool/development/a/android-platform-tools/android-libsparse-dev_29.0.6-28+apertis1bv2024dev2b1_amd64.deb Size: 34256 MD5sum: b8126d6fe03f12f8cfb50e9292749781 SHA1: 12beffbc46149d83d8bd0bcc00a87efb6aaf1112 SHA256: 2182d67b0f4a122e5bb04e857963def8ee3ffadffd2486c1f8c6435129a1f7ba SHA512: 9b0b34425fe18e6698bb0bffd21d51ef6c7ec5f961a462fb134c88cc53a526ffa7de6be1856a106defd8b415184840783559146864a1f60865250aaf36ce8e3b 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: 94 Maintainer: Android Tools Maintainers Architecture: amd64 Source: android-platform-tools (29.0.6-28+apertis1bv2024dev2b1) Version: 1:29.0.6-28+apertis1bv2024dev2b1 Depends: libbsd0 (>= 0.0), libc6 (>= 2.4) Filename: pool/development/a/android-platform-tools/android-libsync_29.0.6-28+apertis1bv2024dev2b1_amd64.deb Size: 33752 MD5sum: 7954da3b3bc77579c0f6904d74b19e27 SHA1: b64927e71388175ceabcb8ccaafa168af8995b8c SHA256: 2a64fc9378046ed400da29a68790e64763d2f80a2af7f6131574269e7e7cef76 SHA512: 9b2fdeaab842d0fac74e5db9ccc38132efb8d22d418205f42d364657b827cc1affc88d16027d2a8721fe333f61c07c0071248632794194f2a2c7bc9144562341 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+apertis1bv2024dev2b1) Version: 1:29.0.6-28+apertis1bv2024dev2b1 Depends: android-libsync (= 1:29.0.6-28+apertis1bv2024dev2b1) Filename: pool/development/a/android-platform-tools/android-libsync-dbgsym_29.0.6-28+apertis1bv2024dev2b1_amd64.deb Size: 7036 MD5sum: 905d968aab71699cac88f6bb2fb89ce1 SHA1: 6de58691978e14b0cacacfd4e96a280b76ccdcea SHA256: 7d0fecb122b5d452c5f6140dca90bb86e7513ce439b06d9ef8bd703b8ea43a1a SHA512: 033896f3355ae86c36bc6c622e3a63cf8f4bf54a57d3ae87d412cc00077d0126e277d2f9f03590aa4ada3c43afbf9ef7a0ee11d2d5da29e5884575891138b9a9 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: 82 Maintainer: Android Tools Maintainers Architecture: amd64 Source: android-platform-tools (29.0.6-28+apertis1bv2024dev2b1) Version: 1:29.0.6-28+apertis1bv2024dev2b1 Depends: android-libsync (= 1:29.0.6-28+apertis1bv2024dev2b1) Filename: pool/development/a/android-platform-tools/android-libsync-dev_29.0.6-28+apertis1bv2024dev2b1_amd64.deb Size: 31328 MD5sum: 05a58df343348d10afa53c2d6964d92f SHA1: 72679352f52b61e88173ceb87be35a9a88307edd SHA256: a44195a22f1a03a568ffa597f7be6b77c3f29d048f46323874b2834af2d9698a SHA512: f1247dfa1674f28724d59043f747b34fa6dfd56903583524227490468bf7bf2a011f67001f2db2fe463506c054244a3dd2122095f7e95f4f763fdc2920d12e37 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: 232 Maintainer: Android Tools Maintainers Architecture: amd64 Source: android-platform-tools (29.0.6-28+apertis1bv2024dev2b1) Version: 1:29.0.6-28+apertis1bv2024dev2b1 Depends: android-libbacktrace (= 1:29.0.6-28+apertis1bv2024dev2b1), android-libcutils (= 1:29.0.6-28+apertis1bv2024dev2b1), 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+apertis1bv2024dev2b1_amd64.deb Size: 75820 MD5sum: c88bf881b316bc537dbe1bd83b232cca SHA1: c94d577a8f22e8e93cfb8f689cad6e228eb002f3 SHA256: ebd829f9f9105b340012bedd7a584a78d4935d9f0b9918b8362b3a4e1f2fb918 SHA512: bb7853eeba85f9df0f62f26fd81c855644489eff88f6327efc8a5ad607560a3a83f049455798e3e49b88884ad05db908363e11a84680ad0e5140b6d7a6089be5 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+apertis1bv2024dev2b1) Version: 1:29.0.6-28+apertis1bv2024dev2b1 Depends: android-libutils (= 1:29.0.6-28+apertis1bv2024dev2b1) Filename: pool/development/a/android-platform-tools/android-libutils-dbgsym_29.0.6-28+apertis1bv2024dev2b1_amd64.deb Size: 174736 MD5sum: b51ec55967430c4836756efd6941db0d SHA1: 8083e4711929f06eb385c1997c37310839a2eb97 SHA256: d0560baca57136a38c1943116d8a60154c366a47c283cd2789a22ebfabac7f78 SHA512: 9964ee9d4972aeeaac7de87c7127de6c336c40a700ac0cc9a0b8220233d17a47f292213df6c8691f1c6c89f91a3a65c4eb32ef9d1808821df09682da5b7d67b7 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: 353 Maintainer: Android Tools Maintainers Architecture: amd64 Source: android-platform-tools (29.0.6-28+apertis1bv2024dev2b1) Version: 1:29.0.6-28+apertis1bv2024dev2b1 Depends: android-libbacktrace-dev (= 1:29.0.6-28+apertis1bv2024dev2b1), android-libcutils-dev (= 1:29.0.6-28+apertis1bv2024dev2b1), android-libutils (= 1:29.0.6-28+apertis1bv2024dev2b1), android-platform-system-core-headers (= 1:29.0.6-28+apertis1bv2024dev2b1) Filename: pool/development/a/android-platform-tools/android-libutils-dev_29.0.6-28+apertis1bv2024dev2b1_amd64.deb Size: 81004 MD5sum: 84552db396cde7892a0b76ff062c119a SHA1: 1516df753713fe195545acb0d07fa9f3c5ba33ab SHA256: d1f1f7a8556ae4f696f78858450c2497f86872a6f26ad837e114b025b7521211 SHA512: c75a1762b559266477445f684f9e4542469dcd6fc0d71eb1ff1ba59c8917aced85644a7fb72f5d6569e213f263637689f7146547ff80a0c6f2891641124623b3 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: 145 Maintainer: Android Tools Maintainers Architecture: amd64 Source: android-platform-tools (29.0.6-28+apertis1bv2024dev2b1) Version: 1:29.0.6-28+apertis1bv2024dev2b1 Depends: android-libbase (= 1:29.0.6-28+apertis1bv2024dev2b1), 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+apertis1bv2024dev2b1_amd64.deb Size: 51668 MD5sum: 0ac591cda111d32d8792887b8031de8b SHA1: ec3b1fbdae7cdf63ca48305d0c89b2992147018a SHA256: a71cd25344c375bf0ef40a4e893b5d5d90cc26d585e34d9595939a2d03a7becf SHA512: a52c4e6c017dad5e1e28a39eb836f411a7d15b2cb38cc269a532b2ad2aee43b7599d768588cb5a32e3a8f449c5c25045ff6a558208686256b725262eaa3d671c 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+apertis1bv2024dev2b1) Version: 1:29.0.6-28+apertis1bv2024dev2b1 Depends: android-libziparchive (= 1:29.0.6-28+apertis1bv2024dev2b1) Filename: pool/development/a/android-platform-tools/android-libziparchive-dbgsym_29.0.6-28+apertis1bv2024dev2b1_amd64.deb Size: 94388 MD5sum: 93bbf781671ab6444147ae9c7f52af68 SHA1: 00f93a477b64c14cb4764dff633460d5ae835218 SHA256: 9182009b9319a8128826c2c935dcdc087a52423de83d777ea91c2604b5902ff7 SHA512: 28155d5b683c281bc0b8253819efca76cad17e7cccae1877f0ebeca295ec17326d857bf6500b19c05eda5d90057964a4c2beb3aa86185d4c71bc03497e4821e9 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: 99 Maintainer: Android Tools Maintainers Architecture: amd64 Source: android-platform-tools (29.0.6-28+apertis1bv2024dev2b1) Version: 1:29.0.6-28+apertis1bv2024dev2b1 Depends: android-libziparchive (= 1:29.0.6-28+apertis1bv2024dev2b1), libgtest-dev Filename: pool/development/a/android-platform-tools/android-libziparchive-dev_29.0.6-28+apertis1bv2024dev2b1_amd64.deb Size: 36208 MD5sum: 857f8b483c050a0b224783d36a3ffc8d SHA1: 4652ae7826d83aca9b4e08ec5b306a498ec77677 SHA256: ddd2152771a3b43d70e70e4d62f19f75855aba7af488686ef5d77e79b4680e21 SHA512: 8b1b13cdf156a9b77e9dcee0749afde404ed845efece8d3c67857d1a35f5553454c3c586ac6537068f0b760804552c68221c6469a08a5af3e55408149d4317a1 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: 565 Maintainer: Android Tools Maintainers Architecture: all Source: android-platform-tools (29.0.6-28+apertis1bv2024dev2b1) Version: 1:29.0.6-28+apertis1bv2024dev2b1 Filename: pool/development/a/android-platform-tools/android-platform-frameworks-native-headers_29.0.6-28+apertis1bv2024dev2b1_all.deb Size: 103580 MD5sum: 2d138003d6ea18139b4ea9c426ef7fd7 SHA1: dd499ec45c2632893ff8b176c4b0731717cb709f SHA256: c45b98b3879e78cb4d1d549fb04bd1ddca1419adbf49f6b4a78d58b2fff41b6e SHA512: 71c2d78921e21afdface9f887c22fa56636a83ccbb30c73e59207ac0b8bb3897757209703ca9f9895dcf82ac2ff5e81b40457cdfec4ab4ca895ee4bfdd551af2 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: 275 Maintainer: Android Tools Maintainers Architecture: all Source: android-platform-tools (29.0.6-28+apertis1bv2024dev2b1) Version: 1:29.0.6-28+apertis1bv2024dev2b1 Filename: pool/development/a/android-platform-tools/android-platform-system-core-headers_29.0.6-28+apertis1bv2024dev2b1_all.deb Size: 60120 MD5sum: c90aa958d9bd10dbc3730f0c0e93562b SHA1: c50f5463fd26dc1ec72077c58b91e3523b0c9a8a SHA256: 9067e4ddea5308672caf308ebfd2d6ac5ad9a402be15aada66280ce0a90046e4 SHA512: ca1f84fed5531d6c3707e108a7d1f5bb8a5551578e35207f648ed8c372ab17fca38820ce33255c5762684fe749f1fefc58de20ab0904f411ec971ae355f68a03 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: 116 Maintainer: Android Tools Maintainers Architecture: amd64 Source: android-platform-tools (29.0.6-28+apertis1bv2024dev2b1) Version: 1:29.0.6-28+apertis1bv2024dev2b1 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+apertis1bv2024dev2b1), android-liblog (>= 29.0.6), android-libsparse (= 1:29.0.6-28+apertis1bv2024dev2b1), 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+apertis1bv2024dev2b1_amd64.deb Size: 35208 MD5sum: 37587c81bd9a55cc09d0d4d78cba0d14 SHA1: 7516aebfb0bf1f02d649ad3eb4bacd903e2d03c3 SHA256: 1a3620cde1a3c7360e80506ba0d60b010b2c6c9e6430fd12f8275f9aa0b41a16 SHA512: 51aac7334b4e77d534314191c05131d10b4527c63e55606c677a2815234e73016940817c52e059376e4e43d5ae2f1ba041b5b4dc3972e8b46d31271706ca8b74 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+apertis1bv2024dev2b1) Version: 1:29.0.6-28+apertis1bv2024dev2b1 Depends: android-sdk-libsparse-utils (= 1:29.0.6-28+apertis1bv2024dev2b1) Filename: pool/development/a/android-platform-tools/android-sdk-libsparse-utils-dbgsym_29.0.6-28+apertis1bv2024dev2b1_amd64.deb Size: 16304 MD5sum: 4a3a46de3336c7d3a08fff74dcb98372 SHA1: 4a448946c93f5ff895eb019f0422abb06541d45e SHA256: a126b57ea69fdbd11b5096247caccc00322e5afa065fc4a301bfd49f78aa34fa SHA512: 6f5e2222ef31410455543ffe55beb354fe2694c8709ea9673e163660370d25bb3659584668990cb4e9dbd74cce956f478d978e149a62db9de84b77dc534865af 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: 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: 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+apertis0bv2024dev3b1 Filename: pool/development/a/apache2/apache2-data_2.4.57-2+apertis0bv2024dev3b1_all.deb Size: 169052 MD5sum: ae88cbbe5d163af27a2c165b5f9a7710 SHA1: 9a38f4a39aefae14e829a2101ff1635170e51755 SHA256: ca7f1b818f2ae289bf5b88f39f3d4c000bc28ccfc9afc43da244f7c5b658318c SHA512: 0f1d7e4aad754c9e4bed04fa09feb37c731a972e8a66ca5290faf3a433e8638f9301fd991cead1837a36d46d4caed9e72dede9c3c4541ce3e3495f03532c788e 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+apertis0bv2024dev3b1 Recommends: apache2 Filename: pool/development/a/apache2/apache2-doc_2.4.57-2+apertis0bv2024dev3b1_all.deb Size: 4018292 MD5sum: cd43d3f97c26bc291332d8be1bf87724 SHA1: 06dc411c21eeff9bba67fcdfc5c0a856f1646934 SHA256: 006892394f55b2236798f196ed9666287c1a849e34f0c54a2ba3dd471e5e4e1a SHA512: f2327affbae0bfe728e31fc321ecf0552ddc32f30b9944d5f8ea0dfb4e3a203da75ff7ce5cd29d48b4456e1d6f28cdf55f9140a80792973d0770063d1c53efa6 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: 224 Maintainer: Apertis package maintainers Architecture: all Version: 0.2023.4bv2024dev2b1 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.4bv2024dev2b1_all.deb Size: 52664 MD5sum: de4082d9e4ee7cd4716f658a92bfcb38 SHA1: 536ca89d12140c6a81a38e30afdcfaec2ece4c31 SHA256: 4147f99bce27203e4b8ebca36c4220e53b7dc17a2557934ac4551b0629da8d26 SHA512: 78ea8132ca81405f0a9d324f960d5410069eb28722dec9f362e95060d9bd40fa063bf677d85d0d8fbbad13fb315abea5eb4512ad2c14d87be7956e8e1748a193 Description: Apertis development tools to help building, deploying and debugging applications Package: apertis-tests Priority: optional Section: utils Installed-Size: 702 Maintainer: apertis-tests maintainers Architecture: all Version: 2:0.2023.4bv2024dev2b1 Replaces: chaiwala-tests (<< 2:0.2023.4bv2024dev2b1) Depends: perl:any, python3:any, connman, python3-dbus, python3-dialog, python3-gi Breaks: chaiwala-tests (<< 2:0.2023.4bv2024dev2b1) Filename: pool/development/a/apertis-tests/apertis-tests_0.2023.4bv2024dev2b1_all.deb Size: 368732 MD5sum: 85566fdda083684f976cd6f95a523d8b SHA1: b9ba7b531da006609b60096c7f0e6a275547a696 SHA256: 027a8419e251f722d3ca780222c2694d94cb6367cb5e4e4f1730c5098209ece2 SHA512: c7839f8811536d289db43138cc6e10918d598db98c32a4124ba69a2c3176cf08165f28949224eb44cb3744d243b3d370d4f50e64d19d8379755645c5a2824688 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.4bv2024dev2b1 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.4bv2024dev2b1_amd64.deb Size: 22772 MD5sum: 043ebc9ee341a34354faeb5b301bd452 SHA1: 9e05a82193b446381fbf60792c89039a46b0ef4a SHA256: 242b6dc13759788dcfe467bb9bb47cf7d7c2093f8ca98bca54856850e4a4a925 SHA512: 6b1713518c6173b78390b472d5fa2964e6e9b9eb6b37a89c3fa1312320e00a6f671082b62dd8e8083af5c2201f97479093fab65812d9245163cab858e9a51b9e 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: 133 Maintainer: apertis-tests maintainers Architecture: amd64 Source: apertis-tests Version: 2:0.2023.4bv2024dev2b1 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.4bv2024dev2b1_amd64.deb Size: 30360 MD5sum: bc0ff4dd8614877a4d8c9db5ba305875 SHA1: cf1136407dbd559637e3145e470a48f8e3620416 SHA256: c59d8a8584d43e1c595756bd153564e3427b9420533f1aa321d9203c11680ec4 SHA512: 537789dede4ac06fe89ffa2765e40f77a7703f3c7b769e8fe62dc62b195237bd9892e05a0e124577f347eec6270baf2629c7ee795d6b9450dfc23763e4e53baa 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.4bv2024dev2b1 Depends: apertis-tests-apparmor-goals (= 2:0.2023.4bv2024dev2b1) Filename: pool/development/a/apertis-tests/apertis-tests-apparmor-goals-dbgsym_0.2023.4bv2024dev2b1_amd64.deb Size: 7212 MD5sum: 6ad22b35fd32c49f33f8b4eb926fd251 SHA1: cabd7125743a1bb912eaa25bfe712f1845cdcc96 SHA256: 33611e467748b74f7b125c2172d3969e78d366d0b07cc34d43af6769bd1d0e9a SHA512: 90ec6ee490c42b7b9a2b05252fa5aeb5c6fdf7301b8c7cc6c7d1a9cd2b8722a98273989681e7b4a06ee817a5e56ab17ddfc673423b1aa63223fa74a64e0cdaee Description: debug symbols for apertis-tests-apparmor-goals Auto-Built-Package: debug-symbols Build-Ids: 17c90865cae5050c602b9084d091055e97b08b01 658677f4b1bb236297536895620d71c7a199ac02 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.4bv2024dev2b1 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.4bv2024dev2b1_amd64.deb Size: 22852 MD5sum: f13b6662ae8b76eb83cc276316b8f6d6 SHA1: da6f02d0ae6f6d9a829e36bf86a0d01061815115 SHA256: 06e9067e14bd6fe9f2bdde3f8992e35b6570cddeaac813e4d478648a99cc6bc7 SHA512: 925d99876b36bf490b0a856bde0f0603b0ecf6623181aeb7b5d6a85cd41ab13aa7e9c7d9ff5d45430e8c3fe22c7118dba614eaa517fc39bbf7702cca3cab9092 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: 83 Maintainer: apertis-tests maintainers Architecture: all Source: apertis-tests Version: 2:0.2023.4bv2024dev2b1 Replaces: chaiwala-apparmor-report (<< 2:0.2023.4bv2024dev2b1) Provides: chaiwala-apparmor-report Depends: apparmor, apparmor-utils Breaks: chaiwala-apparmor-report (<< 2:0.2023.4bv2024dev2b1) Filename: pool/development/a/apertis-tests/apertis-tests-apparmor-report_0.2023.4bv2024dev2b1_all.deb Size: 21584 MD5sum: 3b91db47e2fb733142fb37f7ef66ce5e SHA1: 6dda56481e424f5ed6abc7807d17332a6ecde60b SHA256: b9dc4731e8c2e638cdff9dc7406a6b5916cd728598c4642cf12d4cd3b39430dc SHA512: 70184f4eb87e5a988fb51973e29ba130fefad399fbdf95c911c675810a238f07a0f781bd907c53667c19c7e0f42811f6606222ed4eb66e53671c2f2aa86eca1a 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.4bv2024dev2b1 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.4bv2024dev2b1_amd64.deb Size: 23556 MD5sum: 28937a2cb078901a6c383d212deb5d0f SHA1: ca8495d2efa2fd65c469c36bb47b0c9ca804abe8 SHA256: 062647b04151844f1c015102098201e66fef58721e975049e539ed3845eb3cb5 SHA512: cfd80bf3222c77ce3110e0cf34428896d2f564d8e6f52b1346a82e2b1ef2458cf129aed5c60852ac09819899aaea0584153431bc45d4dd928fd96b6b0a2f0e3f 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: 92 Maintainer: apertis-tests maintainers Architecture: amd64 Source: apertis-tests Version: 2:0.2023.4bv2024dev2b1 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.4bv2024dev2b1_amd64.deb Size: 23932 MD5sum: 3f34bcac96fd61b8fdecaff304100aba SHA1: d13d51314253beb9aaac3f048ce63568dd5b6482 SHA256: e2ecae0c4241df1efe084580b4510897241dc56766e79e8deca87eeeed631cee SHA512: 4ea204252a0e1855176f974219ba5a9d7e5c6a036c64528c93300fd0d3c60f075dcfaf10cdcfdf2c15c707c384512427e8f1de885d811d713de493b3d060c906 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.4bv2024dev2b1 Depends: apertis-tests-bin (= 2:0.2023.4bv2024dev2b1) Filename: pool/development/a/apertis-tests/apertis-tests-bin-dbgsym_0.2023.4bv2024dev2b1_amd64.deb Size: 12512 MD5sum: 9433bb5631d1986d2ca996e7d15fe49a SHA1: 680eeb9c99df6a605fbaba833cefc5f9abb0ee03 SHA256: 7fd59a9eb8ac003394a5a1939d39eca09851358b6c178b5e3da793a28b8139e4 SHA512: 68f5462f75e5dc5cdee6b0bcb2ebb8437e1fe860a58220bd6489949e5dfe7b8cf9e19add210dce641adce51d8286b83c7d7d369bec89324089816b3aaec06043 Description: debug symbols for apertis-tests-bin Auto-Built-Package: debug-symbols Build-Ids: 4aed3fbfb4dcbd1deefcee5fe2e7627573de5f44 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: 42 Maintainer: Andre Moreira Magalhaes Architecture: amd64 Version: 0.2023.0bv2024dev2b1 Depends: libc6 (>= 2.34) Filename: pool/development/a/apparmor-chaiwala-system-tester/apparmor-chaiwala-system-tester_0.2023.0bv2024dev2b1_amd64.deb Size: 4964 MD5sum: ed4c13673724aa3b6ca602e0755b6de8 SHA1: f638766908d719a184daa6523d2c2880ad2e806e SHA256: bec3ad2016428fe5e931651d7df377a5a7adca2adb938d4ca790a311748e8c05 SHA512: a51c64d8050af1294002ac7a8154a77d7c0f38e0c915341e3c44d1631a8f09dff2165a6f426f60b48f0591a57cb5ee0cf46f54fc0188b698e661994b089c35c6 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: 28 Maintainer: Andre Moreira Magalhaes Architecture: amd64 Source: apparmor-chaiwala-system-tester Version: 0.2023.0bv2024dev2b1 Depends: apparmor-chaiwala-system-tester (= 0.2023.0bv2024dev2b1) Filename: pool/development/a/apparmor-chaiwala-system-tester/apparmor-chaiwala-system-tester-dbgsym_0.2023.0bv2024dev2b1_amd64.deb Size: 7496 MD5sum: aa9173c51c902e4ce1d7ed7c98cef763 SHA1: 53d45ab83b29b216fec6b2b09037c101cacb9f9d SHA256: 2f622b2f62379d9159eaea6f75e39ad158d1bfd41c699b7db5689cb3c2de15c0 SHA512: fe9b67d2c86224f01385d80f480fa8494e53852de2e86c18488a7eeb6f566b39341819ba5765412fbd3cdd481b60d9cb1eef1e5d223654bc78c98ee90ddd9abf 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+apertis0bv2024dev2b3 Depends: ruby:any, ruby-asciidoctor (>= 2.0.18-2+apertis0bv2024dev2b3) Filename: pool/development/a/asciidoctor/asciidoctor_2.0.18-2+apertis0bv2024dev2b3_all.deb Size: 87336 MD5sum: a215651286d2f1435a540195f261dc38 SHA1: 944f02465a2e687f3def60d45f7e69d1ff785722 SHA256: 56b4ad086a96f4cdfc6aba0fe3f30dbcc928eef4019dfa6e2e93f04a6cc9926b SHA512: eb931b5dfbaebc4b3caee47945b67399ee0bf4ef8d53d70d4826684048e7db8eb81978b148dc26b9abb0164222a1d4441184fb5e33f8e59607cb4c6a16410867 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+apertis0bv2024dev2b3 Depends: libjs-jquery Suggests: asciidoctor Filename: pool/development/a/asciidoctor/asciidoctor-doc_2.0.18-2+apertis0bv2024dev2b3_all.deb Size: 428820 MD5sum: dd62cff800221b7ca7d7e8e1922c4c35 SHA1: 6b0b7569d254c2924b2e05811d6d52a53b1704a3 SHA256: 5751fad0ceb96d8cacc3240e8879dfe1d58b23e1573c843ca9c01a7b55bc9612 SHA512: bb681c0e166ccd12eef1ded577619cc2a9758dcb80251b125a1f7a022e21a3f7f5e0384aba7232133c487d054aab44264c1895d484825c44b2a95a22a7dd1fc3 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: 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: 148 Maintainer: Andrej Shadura Architecture: amd64 Source: atf Version: 0.21-6+apertis0bv2024dev2b1 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+apertis0bv2024dev2b1_amd64.deb Size: 50060 MD5sum: 5ae64a7f687cb236229f89c61e901df9 SHA1: 7b3ae2cd5c957dea819ab654d4fd9347cb95d9d8 SHA256: c4ab8e58e57adf0411a2abee2e01f52cab5d04c14174e8eb2293e6d5e7480e70 SHA512: 1c4e71b68fcf6a4abf70593f438cd5106bca9c8f76287f7a96cf2c6eb62fd1a1dc148d0cf3f89fc90c132fdb9f27f811956b4dca2c755ab2c8beee2463c6b95a 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+apertis0bv2024dev2b1 Depends: atf-sh (= 0.21-6+apertis0bv2024dev2b1) Filename: pool/development/a/atf/atf-sh-dbgsym_0.21-6+apertis0bv2024dev2b1_amd64.deb Size: 252196 MD5sum: c6833fbaa786e089a765c39f97b6a122 SHA1: 996047530f7f45feafb5eba263c5f8b18dc238f8 SHA256: 35fecb3576090c1c3c73078096381be82bbdc24611a21db4b0aafa272fbcf533 SHA512: 5bdac454c95be196c0f2e69a19200c7591b85193ac52778a6223d7f563a352c5f1bd3b44feadf0646a87c5edd39988dd7bc835114551ef36b7f246a60ac12c10 Description: debug symbols for atf-sh Auto-Built-Package: debug-symbols Build-Ids: 1887202cf0e581d97a574c422bb8990f2212e837 947a411f8551564f4e227efb5eca40a67ac8860f Package: auctex Priority: optional Section: tex Installed-Size: 4737 Maintainer: Davide G. M. Salvetti Architecture: all Version: 12.2-1apertis0bv2024dev2b1 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-1apertis0bv2024dev2b1_all.deb Size: 1224740 MD5sum: aa0bc4336667a37e7c183ec8dcd3fde4 SHA1: ec661368e8dc7c07c89191593a4a57181f00ee74 SHA256: 65848a0e17c3693e27618b6953d214d0d9e0d279172976bb7515f99d3e34700a SHA512: 83bec0bf548729726a8b47caa68207a9cf6b395323b8b1eb0556f9f84d0c45d72b8dd7635ad1879b7274ea46fd68f0d0f2f323e5a3901b2d65b23cec2c0e06f3 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+apertis0bv2024dev2b3 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+apertis0bv2024dev2b3_all.deb Size: 334300 MD5sum: c8a1e1a207cc21910867e527d42da16e SHA1: 505e76a7b485800862d7248d685066752393b546 SHA256: 977d7cb5481f3df00b284b853e4d2eb7b7ccf2d2ad5ed4da60e2ceadfd6f998e SHA512: 388ca670ee6f809990b8646327bc3c5a915c8d2fb515f4cf4908de54375988012b2cae1615c277afec9e5356cc3560f7f7f3c66da6cd83f52a66bdd3ec1e628a 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+apertis0bv2024dev2b1 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+apertis0bv2024dev2b1_all.deb Size: 795264 MD5sum: db00f1f4d909e340ccb41a66c3169232 SHA1: 38501bccbcc538d2cf3d8736640856f13821c2b1 SHA256: 18ce25653cbb0268a0bded8e1c8b2395b1bbd0879926b9b60cef4cb54ac4099a SHA512: 39402ea7878be2082804eb50a17713c99b02b2583eff2d9a7f0376162ed5a0bbbe0e383cad5b09f930c2a0515121e7b0ae0b8b33eee7283e5d99f9e572711bd7 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+apertis0bv2024dev2b1 Depends: m4, perl:any Filename: pool/development/a/autoconf-dickey/autoconf-dickey_2.52+20230114-1+apertis0bv2024dev2b1_all.deb Size: 163376 MD5sum: d179f8970fe7f4cc8e8e6af5bba4afc8 SHA1: b3eac1b8e850d91d4367479ce0e6819ed27fedec SHA256: be1fe16cf60753073bca17edad29709d56f73b6c03a82a205a74b772842f4696 SHA512: fac3d1362b325f37375e24fe0a30d04777b80bb3e3cce423a8b0efaebe08b4da495427b6e2c6201a4c0e0eda4103680c54bc9df163b4e99c2ad653d41582d6be 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+apertis0bv2024dev2b3 Depends: gnu-standards Filename: pool/development/a/autoconf/autoconf-doc_2.71-3+apertis0bv2024dev2b3_all.deb Size: 2910616 MD5sum: ef4dbb9513ca5f4105ac2b8ebd8d27f3 SHA1: eab91c6b72c0a8c5b130dbb9788720cd0ab859c8 SHA256: d64d602863335713e8f5aa07edbc9dd6d48bd4cca0bddec3f7ee4f9713b33b3e SHA512: e2291f1777c2c5424e3f3c02d620530df6a21021c37b75af4888036a6b26e90b76087298a775a4fdfc0726dc1ff896868f263dcdd3f2ad8f46dc495e2dde64c1 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+apertis1bv2024dev2b1 Depends: dctrl-tools Filename: pool/development/a/autodep8/autodep8_0.28+apertis1bv2024dev2b1_all.deb Size: 13680 MD5sum: 52cddb75497d3c78008f128fb8e02510 SHA1: d021c4bd3d79908a276aadfeb9954b44b3a07fc9 SHA256: 93c71790c1b4136ce293f53b78910e1da11506c907d8794dbe48e4ef6f958849 SHA512: 6ff69497b36b152c9262018963e258745178e841390d25f5cdf878d0a1697f665206ccdab557b1081e0ce91e67bbdf582ea768058cf29f5e1bc6689fd2d0b89b 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+apertis0bv2024dev2b3 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+apertis0bv2024dev2b3_all.deb Size: 819036 MD5sum: 5d3b8e4bf322bdfa484bebb11738567b SHA1: 669e3bb2ea7757fcd7b7a99fcd366d9c3a171031 SHA256: 0112607a2f6739b47e0b357384e4fd611420d8dbce5a77b1211485072c4a74fe SHA512: ebac6206837ac8a3a29101e1249da415a265b4e2bc727c9d8d53fa32bf2be4de1ea00d726d201051968faf95bb567c8e089dae71de7c2452b11c25d322ccd78a 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+apertis2bv2024dev2b1 Replaces: gettext (<= 0.17-11) Depends: xz-utils Filename: pool/development/g/gettext/autopoint_0.21-12+apertis2bv2024dev2b1_all.deb Size: 506068 MD5sum: ed50288d2b9f873f831d650f4ea0c0c2 SHA1: 860f4122c36f372eca0d6e58fda56fe87210e480 SHA256: f60279e49262b0f0c5190dcef1f6cbb1553552e09cc5ef0198013993fe66ec2f SHA512: 6a01033795e04c6f950cdac82dd768ed2b3869a0a2d887f464628019f99766cfb33cffe7971783c6e560d744e82209f6d2a97aa1dd1caa97ac29cbed1b4eb2e2 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+apertis0bv2024dev2b3 Replaces: autoconf (<< 2.70~) Breaks: autoconf (<< 2.70~) Filename: pool/development/a/autotools-dev/autotools-dev_20220109.1+apertis0bv2024dev2b3_all.deb Size: 42824 MD5sum: 0f87c888ef1bc3ec3e22712806f42fb4 SHA1: f9203e13bea9ca48c7ff215fbc3b53627f941031 SHA256: 29f98cd20e40c2d1e6d290c5aa7a7ce7208762949e7cf363b69d5b452642099d SHA512: 49e0ee534f8c1239b98d2c973bc5b378dd74e08d7c28571149e94bca19a4bc14269604e025c473b120a94427781352408d57973e08707e7ac267864a265ee7e0 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+apertis0bv2024dev2b1 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+apertis0bv2024dev2b1_all.deb Size: 138252 MD5sum: 9f98d145fba00b5a87aac3317b68e0dc SHA1: 896b2d096a87d4d9090297af82c550d0b9f6ee64 SHA256: 8574f1b25c3e8750abf89269f26dc78faacae6ed3cf20c590016cd6f6f0ee741 SHA512: 18f51a7861250a399ed1da33435c09d1ce4203077b3df091259765a2e95d1ba680d907d30fc573e20f8b98045c0df85059d81b748aa175e20da0e2c6874d2f53 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: 109 Maintainer: Jon Bernard Architecture: amd64 Version: 1.5.11-1+apertis0bv2024dev2b3 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+apertis0bv2024dev2b3_amd64.deb Size: 46340 MD5sum: ab2b8c241703c0f03d5396613e15a7d9 SHA1: b682f8c1afc03830895795dfcc792cd4415c665b SHA256: a3be43c9766fdca72466d76a5b001744101f336ec2dcc1ac40329ffe426a2fbc SHA512: 9f114e3723ac936df970f3059122a794a0b849c70caf9940b818bd01bec12fbc0f6b937aca3545cdfe642fcda8e72c448df2a89a2c8454358514edaba3c1fc32 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+apertis0bv2024dev2b3 Depends: babeltrace (= 1.5.11-1+apertis0bv2024dev2b3) Filename: pool/development/b/babeltrace/babeltrace-dbgsym_1.5.11-1+apertis0bv2024dev2b3_amd64.deb Size: 44260 MD5sum: aaca5417a8875429434cf3bfc6d5a881 SHA1: 522f2d99e52e3843048e71e1c0cd414d6c642c38 SHA256: fd22f5b59ef3c440bd782af0d056503658a4347a0fe04e1991066dec8d0359ef SHA512: 5328dbfe0e3dd2509be4f3060d969a6afb9060c67f59553594977a5f40311af775e5e58264dff07ef6597d99922ac5f6899d4296eef182d4cc7a6961f13b3d65 Description: debug symbols for babeltrace Auto-Built-Package: debug-symbols Build-Ids: da1831c9e235e79baffa4a11f8e9719b79c0742b f1e2734d4608eb7b4e86fdaef97d447621337248 Package: bash Essential: yes Priority: required Section: shells Installed-Size: 7163 Maintainer: Matthias Klose Architecture: amd64 Version: 5.2.15-2+apertis0bv2024dev2b1 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+apertis0bv2024dev2b1_amd64.deb Size: 1490712 MD5sum: 531a5e45f19b994ec169abd43d1c2f0f SHA1: f13f56ab909e8fd21960836ac69691e1a93f2e50 SHA256: 942c9bf4a9adb81e2ccf01dcdb95791caea671efafc1c98d7ea4bdf97c2c3063 SHA512: 59b349abee5aaea4b188c4a6c512ef340ec4a07a2eaed046cd3f4532dd5f5ef3fc235a7a04fb96f32daab07d259683d185a2b1bf793dffc4877545b11c3ab3ba 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: 1150 Maintainer: Matthias Klose Architecture: amd64 Source: bash Version: 5.2.15-2+apertis0bv2024dev2b1 Depends: bash (= 5.2.15-2+apertis0bv2024dev2b1) Filename: pool/development/b/bash/bash-builtins_5.2.15-2+apertis0bv2024dev2b1_amd64.deb Size: 155352 MD5sum: b136f21691d900053e674d1e5e2b72df SHA1: 36ae5795a1347f6155e90325017658cc862b25ff SHA256: 162638bfcefa9b09f3afaea9c60e9bab4b46038ac70926c18c7d4e3cb4466b62 SHA512: 03473ed3ad722b6843b50ece011b56949cb9e400b3ac9da07b0265ac1e602bed05dd53a0e1ad88267aa06f6996829a5c40e8957bb1f936e1070917900c36012b 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: 369 Maintainer: Matthias Klose Architecture: amd64 Source: bash Version: 5.2.15-2+apertis0bv2024dev2b1 Depends: bash-builtins (= 5.2.15-2+apertis0bv2024dev2b1) Filename: pool/development/b/bash/bash-builtins-dbgsym_5.2.15-2+apertis0bv2024dev2b1_amd64.deb Size: 149340 MD5sum: 1a28f4ce9c20d13a853d016d9ea04109 SHA1: a755a1da3af3ae465c850bd98f5d8cd8c312aa4f SHA256: 9a62d2bbfe919afcfc0af4e2b39b0ff380afdd5fb5f222de367b350692d0a512 SHA512: 8467e9a6e1879d63072ef7978127f36e0004a0e3221c9b1d42709ae3bab2f61ead4924d9e919b05b734b9be9dfe5c39dbdf4c691d23bd95c4cf4877d0995d989 Description: debug symbols for bash-builtins Auto-Built-Package: debug-symbols Build-Ids: 06daf453121ee6b06815e716d99e3cf1eabb7cab 0784a23198be80b7419f56a8095d70b8e7770012 080bfdf62b57f181c50a872b1c2211dbd708a5c1 100e14ceb67e787495e595c2f7926ae46a4a814b 17d785cb90a378044bb6e86db491117b1feefd77 185357258c1ea3e95c62ec32853169535417ca1f 200c3549547a2ff25ac6774f754626b80df860b9 23d420abe5bd47b2257914c6e00d99ea0a1c8178 269e589d747d8cc4405a8fe5a2133f7c05e67d96 27347a2c1adab6343899fc9d9cea33e84245a5e3 2e8850b63005274e27d8e10fa2bdaedac0b16637 34e507babe396baa65433eff896bf1d6c471baba 38eceee6f71cc2f6f2b6d50ef0cff8ebb17e0a1c 423c655851702723bbd72a6578867fdce8fe9bf4 5a778e49948d3138646d80a3226d5f3c45918193 5c119e471035e51e7f0dabc50cac3770b0a13c6b 5c4b12d4d80c1ee9b3c84e56402236187ae495a9 60b4e84a553bb87313d1cd68690b67c29f3a530f 6f595be4513d28a759220bb6e473deda7a612875 745906197a4f344e6bc7759b934ed07e04290ea9 7d847ba98cac2b6f8a8f23fc57a4668eaae59762 864e094eef5090f7c292e3264cebdf7753d036a5 8c29c474eefbd0afda567681de70c35011d9069e 8c328391eed0555d2458a406cc3badff35b13605 9e358d51d972ddbba619239dc057d4ce80edfeeb a4b51ec2c1706ccc57a5c63b858657f01c40307c a4f991035b850041e0df6792a31e1d65afc8bb7b a84ad2691208e5d1a9879693b5fd60e606121e86 acee981b384a2ea72bc5d11da582a770f6fa79f4 b097ffd6a1007ba0e6a370aceb3008bcfce55734 b5b172e2cd6d1161fa08b6243800fdeded0d777c c769e6b2378e40aea4e91d80516b6f273c48a21b d5896d308f8e3413ad8bca771885a0c98c495561 d7f6fb05dd080a1de60f7334c936767d323e3a2b fd31485b6d6fe162fd115d95aa5455701ef3cabd fffcea97b4a14d1164f26daa32c2dbc733d62b18 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: 1564 Maintainer: Matthias Klose Architecture: amd64 Source: bash Version: 5.2.15-2+apertis0bv2024dev2b1 Depends: bash (= 5.2.15-2+apertis0bv2024dev2b1) Filename: pool/development/b/bash/bash-dbgsym_5.2.15-2+apertis0bv2024dev2b1_amd64.deb Size: 1463700 MD5sum: 0cc1be3ae833fdd9d51708dc7c49d24f SHA1: 42494c4a227da8f26afaadbb0fb30f64910b621d SHA256: b07912222010282e6f4cc0ac5c50ad79b34af099a91b6d91585321a84dadb541 SHA512: 32337818f75d6a0129c13c3f3d1677150733c0b3f9302d65164fee02e3bcff7333ea54abdd312ba9716de185e9c4a7b47092b7012d9a1389d6b8e576d6e90c24 Description: debug symbols for bash Auto-Built-Package: debug-symbols Build-Ids: 0b6b11360e339f231f17484da2c87d0d78554e31 7f2a7b257869508deb727988bc9e13f432d0a040 Package: bash-doc Priority: optional Section: doc Installed-Size: 3410 Maintainer: Matthias Klose Architecture: all Source: bash Version: 5.2.15-2+apertis0bv2024dev2b1 Replaces: bash (<< 4.3-2) Depends: dpkg (>= 1.15.4) | install-info Filename: pool/development/b/bash/bash-doc_5.2.15-2+apertis0bv2024dev2b1_all.deb Size: 1962704 MD5sum: 399817aa6c7fc452cc774a0559621a90 SHA1: fe520a6d64b35a196a80bcda32703baeed3952d9 SHA256: 475b0c7fa2bceb2a59454dfd8952fb1a1bc5518eacc16c014771f5f87ee0225d SHA512: 3d99efbf64f1043099f42c71643d4d0b0757c4cf78b05438d9af1bbf7d01d38aca8293d572b1154c8746b096a6c0a4f3a33cab1f77643d4270c4236c969a50b5 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: 2456 Maintainer: Matthias Klose Architecture: amd64 Source: bash Version: 5.2.15-2+apertis0bv2024dev2b1 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+apertis0bv2024dev2b1_amd64.deb Size: 1078844 MD5sum: fc088280074af409cd36121d61614d66 SHA1: 87dd331758629fa00657e1625abbc38c3598f413 SHA256: 171e27afc3149c382404dcbdb24d9462709fa3d2e66b014e4f64aebecdda3eef SHA512: 4dfcfc25cc8bb162f712ced721bd9507ff7bb0aa57c1b70c09fd5764354da932da360f50405393d0c7c9ea827fd424970ffc0c23c1969891e7525c36e1a617df 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-8) 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+apertis0bv2024dev2b1 Depends: bash-static (= 5.2.15-2+apertis0bv2024dev2b1) Filename: pool/development/b/bash/bash-static-dbgsym_5.2.15-2+apertis0bv2024dev2b1_amd64.deb Size: 1488600 MD5sum: 36247347752985eba92d6f42b4440b7a SHA1: d07bf496dcddd5c83a4fd0326e6bfcc5900cb277 SHA256: c33bd817e6a6609b6efc3f930d465d9aa348eefc84382c88edfaccd71271bdd1 SHA512: f06b96ad76a45cd0ec22cbb26e77abc7273043e8d168cc9651149fcdeacb7bffdde1823ccd1d9c35a39e8543842cac7e3a4cd249140df69ded5338250183cd91 Description: debug symbols for bash-static Auto-Built-Package: debug-symbols Build-Ids: d5cbe284068d1aa94a09e361544f16fa40950a94 Package: bats Priority: optional Section: devel Installed-Size: 159 Maintainer: Yaroslav Halchenko Architecture: all Version: 1.8.2-1+apertis1bv2024dev2b1 Recommends: parallel Filename: pool/development/b/bats/bats_1.8.2-1+apertis1bv2024dev2b1_all.deb Size: 48088 MD5sum: fe63cbbe1a8c0e9e8f243d3c3f0da1ba SHA1: a554c750cfee705c593ecf2ebc458d3ba4cbb772 SHA256: b3cd724b48f400928dd0466f8438a948b855b2ca2d460486fbb67b28e3ee7f79 SHA512: 8b752489b909579ce7eb4e51cc9a2e09ade0ff6ea3077fdf8e086dae7b67cadac212ef433c7021b4080520afc63faf507ef7661390c18f59e2e4439c1c609b7e 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+apertis2bv2024dev2b1 Provides: binutils-gold, elf-binutils Depends: binutils-common (= 2.40-2+apertis2bv2024dev2b1), libbinutils (= 2.40-2+apertis2bv2024dev2b1), binutils-x86-64-linux-gnu (= 2.40-2+apertis2bv2024dev2b1) Suggests: binutils-doc (>= 2.40-2+apertis2bv2024dev2b1) 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+apertis2bv2024dev2b1_amd64.deb Size: 66040 MD5sum: e2c407d09ca6ac4ea42620881654c1c0 SHA1: 58213f8bf758d22365b2652d732a974d8ef6afa6 SHA256: fb85b1b8fc4990bd2722c73ad03ebd064087c1a4e54a57fafd2454e3e9d8e9c7 SHA512: cf8917c84751ab068b8970fc7ba7a0b9c98fb3fb30bfbe093538bc3730d7e0a2988d4e550874e838613fad9dc4436dc954425602bff8eef112d4352daace7a73 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+apertis2bv2024dev2b1 Replaces: binutils (<< 2.29-6), binutils-dev (<< 2.38.50.20220609-2) Depends: binutils-common (= 2.40-2+apertis2bv2024dev2b1), 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+apertis2bv2024dev2b1) Breaks: binutils (<< 2.29-6), binutils-dev (<< 2.38.50.20220609-2) Filename: pool/development/b/binutils/binutils-aarch64-linux-gnu_2.40-2+apertis2bv2024dev2b1_amd64.deb Size: 3332368 MD5sum: f93026418b74dfa364d6a8d442aafff0 SHA1: 350a0d930e814bec89b55501d05f06bc09c3a242 SHA256: 4cedda6ee88652d5beac2f89bf53c7cf5c7fbe721a4436543f2f628dc729b2bd SHA512: f83abe00e99f30328c2f282f10c0ff8eb75315bae9c3091014e837f67f8faca14d1fcd043c70179b2023c7bf4605f990f3d0dd4d07b25e1feeeae086716d9d1b 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: 64732 Maintainer: Matthias Klose Architecture: amd64 Source: binutils Version: 2.40-2+apertis2bv2024dev2b1 Depends: binutils-aarch64-linux-gnu (= 2.40-2+apertis2bv2024dev2b1) Filename: pool/development/b/binutils/binutils-aarch64-linux-gnu-dbg_2.40-2+apertis2bv2024dev2b1_amd64.deb Size: 62092836 MD5sum: 72679464cace60e7dae8f477957cf1d4 SHA1: 36f8bfe09da06dca665c24805137cae32b661ea1 SHA256: ee05c08a917ae8200846b297a63ff5004c890adb489685d3eda9f2854fdbbebf SHA512: 93ca62715e3cd37415e930ca7ba22d1fbe6f50c5a5df6e9c05d2fd3c97a85978c5d89c8ac6727cf5c75fabba9bdc6299bd4c6428cd8f6b7a43ccca5bbf2b8fce 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+apertis2bv2024dev2b1 Replaces: binutils (<< 2.29-6), binutils-dev (<< 2.38.50.20220609-2) Depends: binutils-common (= 2.40-2+apertis2bv2024dev2b1), 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+apertis2bv2024dev2b1) Breaks: binutils (<< 2.29-6), binutils-dev (<< 2.38.50.20220609-2) Filename: pool/development/b/binutils/binutils-arm-linux-gnueabi_2.40-2+apertis2bv2024dev2b1_amd64.deb Size: 3203524 MD5sum: 6202d4ebd18664eadc82071ac2906c21 SHA1: 0b3ee11213e9342feeb21104100bdf3d42f78c88 SHA256: 9e230f2a1b368ef0b4d5063a633937f7a9a7391b0d1ec2e14cfd81a4b1d4630c SHA512: 4a6eb9ec2cc1b188c08ddd801f6c69d5a36ce479dde9fbf3e1af1058b089f26f60a23420c6ec5eadcce084b95648caf762f2e9a703b64fc184dec33a90800bc0 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: 62704 Maintainer: Matthias Klose Architecture: amd64 Source: binutils Version: 2.40-2+apertis2bv2024dev2b1 Depends: binutils-arm-linux-gnueabi (= 2.40-2+apertis2bv2024dev2b1) Filename: pool/development/b/binutils/binutils-arm-linux-gnueabi-dbg_2.40-2+apertis2bv2024dev2b1_amd64.deb Size: 60258056 MD5sum: df3ed52fc090b3effc5ed5616bf92e9d SHA1: 3095d8b556440d7ee148ae4d9e5576789bf656a6 SHA256: 42a63018ce4f014ea5bb65e2074ecc74503b4fec90af736ac18801ee74b9ec65 SHA512: 864c11b0abc7296e4518be18b66c543c30e40a3983137a9b6b707028c73fe24955a9a5964f4f10aa7d5f7b1096c5fd2688a04f4075dc51ec8b04f7add7ab29bf 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+apertis2bv2024dev2b1 Replaces: binutils (<< 2.29-6), binutils-dev (<< 2.38.50.20220609-2) Depends: binutils-common (= 2.40-2+apertis2bv2024dev2b1), 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+apertis2bv2024dev2b1) Breaks: binutils (<< 2.29-6), binutils-dev (<< 2.38.50.20220609-2) Filename: pool/development/b/binutils/binutils-arm-linux-gnueabihf_2.40-2+apertis2bv2024dev2b1_amd64.deb Size: 3204104 MD5sum: 6f1605bc54c7697e563d887b480e6735 SHA1: f8d2a618ba54cef7e2a96b413fa484c74eb6a9e6 SHA256: e49d4c722edd95ca2d1847bf56d933f804a2a54f8fcdc033fbe8f8bd31ef2ae1 SHA512: 19730c71b2cc8318d217867221634b15ed75f330626abba46cd03b72911b8ed67d0c6cd14ec77668376e1def4b6b55c1999938bce7aee7b890313981a0e0c27f 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: 62701 Maintainer: Matthias Klose Architecture: amd64 Source: binutils Version: 2.40-2+apertis2bv2024dev2b1 Depends: binutils-arm-linux-gnueabihf (= 2.40-2+apertis2bv2024dev2b1) Filename: pool/development/b/binutils/binutils-arm-linux-gnueabihf-dbg_2.40-2+apertis2bv2024dev2b1_amd64.deb Size: 60369140 MD5sum: 8cba78133ef12a4a0f0131cea6c81cca SHA1: a94cb9c8cc1e3eed4c5e9f78cec83d63da880be3 SHA256: d3b1ab71cd857b82f9ba0ec4e0439cb082de30bdc2115e0d0e7d0978300c3ea7 SHA512: 490071baee0da223456510e46ed7a9755bb45d2e6f2de2ecfdda8a64a5c02c4627ee405ae1ed5b4683632b0505ded63bcdcb1645c7513d9782313f729936678c 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+apertis2bv2024dev2b1 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+apertis2bv2024dev2b1_amd64.deb Size: 2485928 MD5sum: 444b0f2d608793f22525f807687d4d6e SHA1: f390bab151fd5a67865a358ae4b55784e3a257d3 SHA256: 225d3717ddbf917f0c7961650ece24ad5d8dae5139713db4fb292c3965a29411 SHA512: c00f8eb02ccb352138acfea343105609f8d99d28a669e92f7e12221f5e0f372be0d7182e65bc0a79843ded73e1b39658f9b9a3a838e3f1c0c436877b8ded8800 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+apertis2bv2024dev2b1 Replaces: libbfd-dev, libc5-dev Provides: libbfd-dev Depends: binutils (= 2.40-2+apertis2bv2024dev2b1), libbinutils (= 2.40-2+apertis2bv2024dev2b1), libctf0 (= 2.40-2+apertis2bv2024dev2b1), libctf-nobfd0 (= 2.40-2+apertis2bv2024dev2b1) Conflicts: libbfd-dev Filename: pool/development/b/binutils/binutils-dev_2.40-2+apertis2bv2024dev2b1_amd64.deb Size: 3835516 MD5sum: e23439bec82b0d17e3a2b4e0106be741 SHA1: 2b4f01e729380ccbdfdd62326e09d5404c53832d SHA256: a46513ae9498819c2887ec47d01d341de254aaa80414a3887bbb74b19b263431 SHA512: c673aa29d8b44efc11926c2f595599bb1e6055e777472a6a71cdbd5d3b2647482ef717a6e6906c5d948affa49f5ceef70a1f8dd182f5655c90dd77fc6fea81e2 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+apertis2bv2024dev2b1 Suggests: binutils (= 2.40-2+apertis2bv2024dev2b1) Filename: pool/development/b/binutils/binutils-doc_2.40-2+apertis2bv2024dev2b1_all.deb Size: 621752 MD5sum: d0c8b0f763877f14b82e07cc9045c904 SHA1: edac890151c08aec7ce5f395f023dccf7268324d SHA256: 804424d1c5d7dd1c1d3f54ccf3048514d67a08aff213713423ee0180d9b30690 SHA512: 386703aa243d22df0f4c026e620080b7b5f81bf3af743ff56393378cc9f134c8c5ccb841a83da6a4884ab354147d3648d36220128ed7c9e9278a8630ffc5360f 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+apertis2bv2024dev2b1 Depends: binutils (>= 2.30-2), binutils-common (>= 2.30-2) Filename: pool/development/b/binutils/binutils-for-build_2.40-2+apertis2bv2024dev2b1_all.deb Size: 1092 MD5sum: 3c6a2d9d83f512d1ac0b4610dcd7fe97 SHA1: 600e060ef2671a48f61af561d745faeba28284f3 SHA256: bc20cc2f3bbe9ef4197e5c8ed9ddc5dabe7df1e405429036b9728f5b1ed2dcad SHA512: 78e441c24536397d51b65f0875f194b385317b2be6b97372fcea4aaad3a7dffda1651ee982afd9d54706b0f163fa581783bc1f3a3417cf33460a912c1ae73780 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+apertis2bv2024dev2b1 Depends: binutils-x86-64-linux-gnu:any (>= 2.30-2), binutils-common (= 2.40-2+apertis2bv2024dev2b1) Filename: pool/development/b/binutils/binutils-for-host_2.40-2+apertis2bv2024dev2b1_amd64.deb Size: 1120 MD5sum: b7461eb4d4e4ac93a6de8fee75d67800 SHA1: 729d6d02c4c04829b537793affad071b3ad3c059 SHA256: 372d7a7add4db444844dd894c0aec953bbfb74edc0e036b1cd9faf89bc1200c3 SHA512: 4139f76676d7395313f29c4b6ebf95eddfcc773460034851ad938ebdd846c61f05db394fd4b4ac38e0b8aeae6bf5290358c9230471eab057bc824e664f1126ba 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+apertis2bv2024dev2b1 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+apertis2bv2024dev2b1), binutils-common (= 2.40-2+apertis2bv2024dev2b1) Recommends: libc6-dev Suggests: binutils-doc (>= 2.40-2+apertis2bv2024dev2b1) Breaks: binutils-hppa64 (<< 2.25.1-2) Filename: pool/development/b/binutils/binutils-hppa64-linux-gnu_2.40-2+apertis2bv2024dev2b1_amd64.deb Size: 1149096 MD5sum: 531b330a94f513a108bebf8054b9a2ff SHA1: 4069406fb02082104b6acee032688909389da15e SHA256: 284d11670c15acadbfa3d61db97bd35dd66d063793ecebd4b6f6c006ebc6cd46 SHA512: 3257522ace2fa6c306fba299cbdf4677969f5663bf832e0e2d734432e85aa467f794422b0fd2a572a5aef5d709a050b20cb998823671bdda440cf7be8d3fc0eb 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: 5071 Maintainer: Matthias Klose Architecture: amd64 Source: binutils Version: 2.40-2+apertis2bv2024dev2b1 Depends: binutils-hppa64-linux-gnu (= 2.40-2+apertis2bv2024dev2b1) Filename: pool/development/b/binutils/binutils-hppa64-linux-gnu-dbg_2.40-2+apertis2bv2024dev2b1_amd64.deb Size: 4580516 MD5sum: 3829b757c5ad078589ae040e134aea5e SHA1: f14e1bc029b459f80cb18d2ac0bbe44a4cd160dd SHA256: 3e2815cbfb9cabbe36f21d0b37be9d1737e335a0da610476730d2966296b4026 SHA512: 8daedc60d56711f700da25276c6d5023bd8996847c2f8d52b5a72a1e5fdb0a88d0f699cd9c881b46b87e5fc67f8a6f76a22b0b0258b39a264f97a48013390047 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+apertis2bv2024dev2b1 Replaces: binutils (<< 2.29-6), binutils-dev (<< 2.38.50.20220609-2) Provides: binutils-i586-linux-gnu Depends: binutils-common (= 2.40-2+apertis2bv2024dev2b1), 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+apertis2bv2024dev2b1) Breaks: binutils (<< 2.29-6), binutils-dev (<< 2.38.50.20220609-2) Filename: pool/development/b/binutils/binutils-i686-linux-gnu_2.40-2+apertis2bv2024dev2b1_amd64.deb Size: 2607096 MD5sum: 09ad029d6a19321bda9a7236f4fdf81f SHA1: d8c26b54d0a68c0d3bd8d71df830b0007cdc8fa2 SHA256: 4bc67f0970cf3bc77b0cd907bf57289856e6c7f078ee83529ffbb90d00b9fbf5 SHA512: 97538b9429b2812fa26790f6c2fa6166611c3f02648f484f7663799e46c6192ed7dce01550940f2040cff31cc4d8abe6a6a0e898c8be77a7860075436db602df 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: 49109 Maintainer: Matthias Klose Architecture: amd64 Source: binutils Version: 2.40-2+apertis2bv2024dev2b1 Depends: binutils-i686-linux-gnu (= 2.40-2+apertis2bv2024dev2b1) Filename: pool/development/b/binutils/binutils-i686-linux-gnu-dbg_2.40-2+apertis2bv2024dev2b1_amd64.deb Size: 47081060 MD5sum: 36f6d5b5600f5567567ebabf0b166b7f SHA1: 40ac73cfe49b4baa8b026c4bb66b5824f5377bbd SHA256: d9eba23092ae5a5f5260f59258478254c830a7c73df3e14cd23b4eb344f0601a SHA512: edcd2de2af90c9de4a4b38b19612c67fd707941b3483cd50d83d4b17eb2deb796abca4423e244d6b517283909981d70cccc00f5017fa6cbac2301c61de20d948 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+apertis0bv2024dev3b1) Version: 2.40-2+apertis2bv2024dev2b1+10.4+apertis0bv2024dev3b1 Depends: binutils-mingw-w64-i686, binutils-mingw-w64-x86-64 Filename: pool/development/b/binutils-mingw-w64/binutils-mingw-w64_2.40-2+apertis2bv2024dev2b1+10.4+apertis0bv2024dev3b1_all.deb Size: 147144 MD5sum: ac5159ac64d3c8239dc3ffc649203540 SHA1: df9c2dcc241069097098dcd66e8b10de3826ae1d SHA256: 07ea99ee7b192b786b4eeb6a1b93cd585bfee53289b6ff0061f932ecb2db0c69 SHA512: 143330e3cf065d5e92f7c1c986a1d588e8bbd90769b5351f46c2cd203e0c9b028fa826c84bb5f5471c2c84ff72cd8fefe4ac458524097eb53b8528df1319f55d 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+apertis2bv2024dev2b1) 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+apertis0bv2024dev3b1) Version: 2.40-2+apertis2bv2024dev2b1+10.4+apertis0bv2024dev3b1 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+apertis2bv2024dev2b1+10.4+apertis0bv2024dev3b1_amd64.deb Size: 2662368 MD5sum: 97947f810c7ff723d47712a4c3315f7a SHA1: be5634917bd2337b8eedabc7419b0ca43275f960 SHA256: 0e20dab3fef84a287f2d0166ba941e90071feaa44d2fc7cda90d1286dc24d89f SHA512: 533a59bcf8248265d5d12d57a81ad0ac39558dbe33f714176534bbfa7889c08368a503b03b7261ae6f4934d32ff3266f79134975d158d6b9af56b47da07b6478 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+apertis2bv2024dev2b1) 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+apertis0bv2024dev3b1) Version: 2.40-2+apertis2bv2024dev2b1+10.4+apertis0bv2024dev3b1 Depends: binutils-mingw-w64-i686 (= 2.40-2+apertis2bv2024dev2b1+10.4+apertis0bv2024dev3b1) Filename: pool/development/b/binutils-mingw-w64/binutils-mingw-w64-i686-dbgsym_2.40-2+apertis2bv2024dev2b1+10.4+apertis0bv2024dev3b1_amd64.deb Size: 25674960 MD5sum: b8652a08662f3ef1c13f78aff165de10 SHA1: e14bc7e20944fc430bb1d0e7e8777fba40673215 SHA256: 856c854819d08a0b9a5d5ef7c98d822c7a69fbbe7209ad7299ab01773a656cf1 SHA512: 05d7e5ba953882795ef014a8d98b909e37addeaed797a46938f33cde74dae1ff6ccd784250a268e058e9673b5fdb1623a9610d8df8e212c295c26e7345e40d42 Description: debug symbols for binutils-mingw-w64-i686 Auto-Built-Package: debug-symbols Build-Ids: 0526c35048ad066bf481e9d9a6877af21f3c2f71 08d7fefc34b13e93baf84b0df3a141c8db351fcd 1cb79d6f3e541eef50b280265229b0993cd6f7e0 1eadb746099f865da6866aa4feaadda225b5ddb2 3b84c896e64f4be672d9ba5fecc189e274b24056 53c19c0e038c87a8a1ff6272398f9e68783ef36c 54264e8d89cbcc32c1a394f84a5baf101d9d7f58 7fe68eb5873aa11e6efb929944be411d416b06f2 89af087458f0fa31b3b47aad1f5295455e2c4525 976e57446f6e74eca44a70326a9a6a558fdefc80 97f814b7fda977eace2304891f441f9918cf82f3 9bb9b4e81a53a0745ef37a2f80aeaaf6ee1ef504 ad1808f552fb654f3c389d27a50f4e802001c745 b1dbc6861c84976c089c2ac1eb0a9d276242d285 b2839cccc642fb604b69db80dcc4436dbd0e2674 bfa888345de7140f1cbc4da2550a42caa842496e c5ab70330a07695cd2ae1895fb86d46661fa695d d20a4c978cb137ada5fcc7c6c0eec92e977cd548 d3d90b7d5c730a8374355f3e720015c8d92b4dcf eb2860070f622841778e35cc86a77c579f011577 Package: binutils-mingw-w64-x86-64 Priority: optional Section: devel Installed-Size: 25874 Maintainer: Stephen Kitt Architecture: amd64 Source: binutils-mingw-w64 (10.4+apertis0bv2024dev3b1) Version: 2.40-2+apertis2bv2024dev2b1+10.4+apertis0bv2024dev3b1 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+apertis2bv2024dev2b1+10.4+apertis0bv2024dev3b1_amd64.deb Size: 3200128 MD5sum: 0a18d8c639f58eb42f989b24a396ce62 SHA1: 0bda6723ce744de6af573942a8d1b145f95b4b13 SHA256: 80814cda24d7d60d49eff76da30153e328551eff23808b8e2306772d909cf8c0 SHA512: 2fe55898270fddd9598580178eb7692336735775ab2b625badd8ab34dddd50aabdd55d1b6d2a41a127c7bf176ce1d0810fdeee516af67227cce7ba1c9e55fbe0 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+apertis2bv2024dev2b1) 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+apertis0bv2024dev3b1) Version: 2.40-2+apertis2bv2024dev2b1+10.4+apertis0bv2024dev3b1 Depends: binutils-mingw-w64-x86-64 (= 2.40-2+apertis2bv2024dev2b1+10.4+apertis0bv2024dev3b1) Filename: pool/development/b/binutils-mingw-w64/binutils-mingw-w64-x86-64-dbgsym_2.40-2+apertis2bv2024dev2b1+10.4+apertis0bv2024dev3b1_amd64.deb Size: 28599540 MD5sum: d4af08eedc128dfe496c3ada1bea8ff3 SHA1: a7ffbc57450bf0b9040b5e31a6ec2c99658cfd9b SHA256: 26a5b96600d0464dbb092388517345b7b29da6cdc76d92b19af7648759d244d7 SHA512: d9e4bf5b555f6b571691e16ace0d607e240397ec30e5de7baaa117d45b29f155c80f92d3a29f8f9bb29ce08eefdc792299063790f165ca2950846f59b5cd40fd Description: debug symbols for binutils-mingw-w64-x86-64 Auto-Built-Package: debug-symbols Build-Ids: 0e1479b6ccd453b747b26640f3324af40fc82ffe 13ab70cc8c0c636b619b0016056db4367cc4af12 181b82fdea6633e583e53108dbf6ddd4be88075f 1eaea0b20a22c78c7acefe0d173db08be0f0f8a4 27cb9b58b037812db9f4a158b9b17ea6396b2787 29e5b4584afb2ec25c37db475d0b37fb21e8832b 318734c3b644e4d85cfe92f58aa31c99c8f54e61 3a3cd964e250b2b182f73ba7ab9b92f7df504dd2 3e956167675cfb22bb73c734c83a549d03285000 568a8c14bd72fbcbd5e4a9326035fbaf22f8834a 6dd98f889cbd75037348b412527e24376e21b102 75523cbf11560e1fe08d2e52afa159021c0aad4c 7662520d1e685e15bd898544fdd552190710723e 8626927eda43b541984ffd9ae57a7f8d7968c598 a593368a28a3760b61dfa4e71015c668062ef24c aa8ee494bdc3e899277ef3c74d00c2c7bc116239 b6be2ace5d097f6ffc5821060d1699b82eb22db2 c7c502418e8f0c6a7e56a8f15b027f902c002b6f d3310035676560c49540fca9b55f250ecd601572 dd85389529a1705be5626d6dd93ea99cf857ff20 Package: binutils-multiarch Priority: optional Section: devel Installed-Size: 10913 Maintainer: Matthias Klose Architecture: amd64 Source: binutils Version: 2.40-2+apertis2bv2024dev2b1 Depends: libbinutils (>= 2.39.50), libc6 (>= 2.34), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.2.0), binutils (= 2.40-2+apertis2bv2024dev2b1), binutils-common (= 2.40-2+apertis2bv2024dev2b1) Filename: pool/development/b/binutils/binutils-multiarch_2.40-2+apertis2bv2024dev2b1_amd64.deb Size: 2238140 MD5sum: b30ab0bc7b1b7d24e90738b2c2238e65 SHA1: e87b919bc3848d328984d19354f823a70a090f82 SHA256: 4f8197faebd8a4aeadbc02c3dd5f753a1b895669803978b40e1119bae7d2b121 SHA512: 02c86edcff2b218ff86ec558f87a35a87e36afb47aaa87dad593a6289ac598f807dda096f8a65551ec46445efde0a45e6b2c003ac3934fcd9c9e644e5fed618c 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+apertis2bv2024dev2b1 Depends: binutils-multiarch (= 2.40-2+apertis2bv2024dev2b1) Filename: pool/development/b/binutils/binutils-multiarch-dbg_2.40-2+apertis2bv2024dev2b1_amd64.deb Size: 6988544 MD5sum: 8ae536815c6082790882a5ac99962e9e SHA1: 5c063d02941208923d3db227bac3d4201403c9f9 SHA256: e4981950b303f5fae99f814c6d58ffd84affc019713496a4bc57b712e89f92be SHA512: d6b1de8173ce3b497d5f58e33129a6895f3d326d9716c3d4a05c16188ab498424ad43df26c7c277663e975d7e0022ef5c80127083d7f2311a6f0a61ffd247e06 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+apertis2bv2024dev2b1 Replaces: binutils-multiarch (<< 2.24-5) Depends: binutils-dev (= 2.40-2+apertis2bv2024dev2b1), binutils-multiarch (= 2.40-2+apertis2bv2024dev2b1) Filename: pool/development/b/binutils/binutils-multiarch-dev_2.40-2+apertis2bv2024dev2b1_amd64.deb Size: 1496 MD5sum: 6f4ee0e8b245c83337c300803578a519 SHA1: b2a1a3de27711101bd82bc1be1acd26efa5cb07a SHA256: 2a38639532f3fc0abe18c60ec46d0f4dd892bff8cf77550dd6c46f4a47082cc7 SHA512: ad76c07633d640fdff68750366bb037fb1672e46f3b957b7c403594cf0568b7c6065efaec53c603b462ad33fac11d5e914c770557b0450b990f24a4ef304c05d 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: 24060 Maintainer: Matthias Klose Architecture: all Source: binutils Version: 2.40-2+apertis2bv2024dev2b1 Depends: texinfo, zlib1g-dev, make, python3, libjansson-dev, pkg-config, libzstd-dev Filename: pool/development/b/binutils/binutils-source_2.40-2+apertis2bv2024dev2b1_all.deb Size: 23996880 MD5sum: 22842c8d184822f7f400ba6e510fa622 SHA1: 5a6e76ad2797934fe9aa8e50f80d58c78fade0e9 SHA256: b2ebb1e6536bed12aadcde34368b9d5941b385a85c34a721632d3686ac80a457 SHA512: 09ff9ae7e8f2c35d08bee06ba27ee3a86e37929102ee96772a9584d8eac866cfe114dcb4d3d7326909083ca2bab76057f5915fb8c80a5386a0471e2905f7eee9 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+apertis2bv2024dev2b1 Replaces: binutils (<< 2.29-6), binutils-dev (<< 2.38.50.20220609-2) Depends: binutils-common (= 2.40-2+apertis2bv2024dev2b1), libbinutils (= 2.40-2+apertis2bv2024dev2b1), libc6 (>= 2.36), libctf-nobfd0 (>= 2.36), libctf0 (>= 2.36), libgcc-s1 (>= 4.2), libgprofng0 (>= 2.40-2+apertis2bv2024dev2b1), libjansson4 (>= 2.14), libstdc++6 (>= 5), libzstd1 (>= 1.5.2), zlib1g (>= 1:1.1.4) Suggests: binutils-doc (= 2.40-2+apertis2bv2024dev2b1) 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+apertis2bv2024dev2b1_amd64.deb Size: 2214468 MD5sum: 253b1dc79e83bac9e8ab9bea7fcca422 SHA1: 9579c8ef882b2abe922cb43229ddde0999d3d3ca SHA256: 03d63b697ff95149df53b6a6793fb26adf01c1b28d93894ecc1d3c8038ad7439 SHA512: 4c08107f6d180cf3dcb3ac60341123b8bf3fbb548ccbc774878d50bea3438f7c6eab306888840e1ab49278a601bfc3be4348f3bb1d7368450a23a8a139553d05 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: 42234 Maintainer: Matthias Klose Architecture: amd64 Source: binutils Version: 2.40-2+apertis2bv2024dev2b1 Depends: binutils-x86-64-linux-gnu (= 2.40-2+apertis2bv2024dev2b1) Filename: pool/development/b/binutils/binutils-x86-64-linux-gnu-dbg_2.40-2+apertis2bv2024dev2b1_amd64.deb Size: 39697144 MD5sum: a743dc63e6cf103d4b74caf381563a0a SHA1: e03009aacdab5f124c68ff96d9840a8756dc99b7 SHA256: a081a69f8d81af266912258423b18cc001f77dce67347d6675dd193f94dc5fdc SHA512: 507f9d869ed0b13679a96148bcb3a0eaf6c262c93e3e19c1ce7ba2c24613d3cde0decde94885b9db5cab6b75ac81157b66a5a006c769e79318a47d7ea8d0c6f3 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: 3113 Maintainer: Chuan-kai Lin Architecture: amd64 Version: 2:3.8.2+dfsg-1+apertis0bv2024dev2b3 Depends: m4, libc6 (>= 2.34) Suggests: bison-doc Filename: pool/development/b/bison/bison_3.8.2+dfsg-1+apertis0bv2024dev2b3_amd64.deb Size: 1171580 MD5sum: 66640394087e50dfbda5cc1d6eefdf77 SHA1: 6a66f0e33fb541863c23e248d5be7e3a24959d0f SHA256: 1c1ff0073ce7f8c207eb5713c4864a4bf6a63e1c272c1aa5a21394f9ca606d82 SHA512: 2842e2008ff496319f543597d2be3bd8a6024115d6f31264ef7c8d73b89d163ea61ad2676ce9e94a876ae74183913124cb8e744b2099c7b36389c20cc2efa9b5 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+apertis0bv2024dev2b3 Depends: bison (= 2:3.8.2+dfsg-1+apertis0bv2024dev2b3) Filename: pool/development/b/bison/bison-dbgsym_3.8.2+dfsg-1+apertis0bv2024dev2b3_amd64.deb Size: 757068 MD5sum: 6bc6c02bdc7e156c556405d457a1c7bf SHA1: 71d004b44e0420603203641e09927f58ed35a8f1 SHA256: bfe03047695e05b24fb129e701a3da88c80d277a2f6a1bf1ea2141b306aea2b3 SHA512: 5b1e1d81d99942c258f976f6a305cfab9626a8f42797196fa5b67f8d5ed52db7360a0b24d6cdd5f6bfaca5e665448dbd99c720083f0900a4b87c940b8ecd1cde Description: debug symbols for bison Auto-Built-Package: debug-symbols Build-Ids: 5188e7edd65f7da78aa3a92e2b8b9a2a9e93ace8 Package: black Priority: optional Section: python Installed-Size: 579 Maintainer: Debian Python Team Architecture: all Version: 23.1.0-1+apertis0bv2024dev2b1 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+apertis0bv2024dev2b1_all.deb Size: 140520 MD5sum: dbf473989622f2971815bdac8b0a54c3 SHA1: f49409a9080b140eb2be00126b5f2bbf22618434 SHA256: 8a3189b10b01faed6f9ac9a1bd19508039678cf2b0f37a0351ac42a37e1e9c77 SHA512: bc221331ae1e0b9fc2507fd272d824fa1f2cbb13f35336dee8cf7a133c669f439b3671235d0a3fd07c1ab766767e050abf57454b7d3b6834b9e78e217316978c 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: blt Priority: optional Section: libs Installed-Size: 21 Maintainer: Sergei Golovan Architecture: amd64 Version: 2.5.3+dfsg-4.1apertis0bv2024dev2b1 Depends: tk8.6-blt2.5 (= 2.5.3+dfsg-4.1apertis0bv2024dev2b1) 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.1apertis0bv2024dev2b1_amd64.deb Size: 5860 MD5sum: 6a4c16e761ff0b8abc1a2991804bfd3f SHA1: 8bb5ea6a6bff7a35daeec7f3c98c833a8e0554c8 SHA256: 007a42d0225f6d0dbaf705febc5b0a32626706bcd2066a3ed1e577e93e8dd41d SHA512: 77a91d068ce1763c1494214cb37755f85fe999894fa9072c087927948771384836c62e618b9a3a056ec3e16b2bc2cb6fff03d9eadf24d095c42941c504881e24 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.1apertis0bv2024dev2b1 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.1apertis0bv2024dev2b1_all.deb Size: 484988 MD5sum: 532c30ee3cec2208a02297153122ce11 SHA1: 6c4bffe4fbcb8a36cd3012b57d2816c905ce1009 SHA256: a8ed44d2799ffbc26a3b198d0e9c8e9e859dd0494d27979b6eb47c1a2b728532 SHA512: a8998000741b4c5674a664a75fb782d2a256e1db0d234c7cfbe56c8b96137f817c9dd78105410dc37bf3a7a49c1ab459037d854bb137aa70441ad7ef160af42e 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.1apertis0bv2024dev2b1 Replaces: blt (<< 2.5), blt4.2, blt4.2-dev, blt8.0-unoff Depends: tk8.6-blt2.5 (= 2.5.3+dfsg-4.1apertis0bv2024dev2b1), 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.1apertis0bv2024dev2b1_amd64.deb Size: 1064416 MD5sum: 3ad02db53a938b2a764f5a8722b73ed8 SHA1: 3a88c92624ce1f720b738bdaa98df6383050c3de SHA256: b3216bbbd076cd96cd8502b050d23562f35315824f9fcdb9876c954fbc7e29c6 SHA512: 4aa04329c0040050d8e822b680f1c7810647281ba6062dd34e4930981c853995b6e5d9add6a59fc27dd7403339e4b242c998b0589cf1da7ae8ef7edd115c156b 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: 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: 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.9apertis0bv2024dev2b1 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.9apertis0bv2024dev2b1_amd64.deb Size: 4604 MD5sum: 77c85fc64461fc5f333df5c84d0d2da6 SHA1: 2a96de92153a9c149453dfacf8590d84aa128834 SHA256: 8da9b9390c655079fbfdcfa1d7e034215ea3791613fe16657a1d60245a63f4c9 SHA512: 8f5a434f2cc6c4fe6ef179e00cb4f5c8f8d2ff06289d5e54238d4a26e516c19b9cc5cef054c659654c3f7e03ae1be409668aefd71c0786e950eeb92f9bcee062 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+apertis0bv2024dev2b3) Version: 2.3.15-2+apertis0bv2024dev2b3 Depends: ruby-bundler (= 2.3.15-2+apertis0bv2024dev2b3) Recommends: build-essential, less, ruby-dev, sudo Filename: pool/development/r/rubygems/bundler_2.3.15-2+apertis0bv2024dev2b3_all.deb Size: 75948 MD5sum: 6c31b0695305de4af9bc9b454bc4bd21 SHA1: 3583149443c5481d33ab600f0eed9baca288164e SHA256: f38d89b919b36ef21fa0ee4346b7ed6bb7cf5428ef83c4d95b936b8514ae8258 SHA512: 17f47758d1d26c5754b002d85971c5572ba44a845b2744f27c71f89f6b6f21b747ea6c7f3d6547e1f8663c323454c9bd3a3c594426e21377ee6c0923a71214de 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: 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: 17 Maintainer: Debian Python Team Architecture: all Version: 2.5.2-1.1+apertis0bv2024dev2b1 Depends: python3-cairosvg (= 2.5.2-1.1+apertis0bv2024dev2b1), python3:any Breaks: python-cairosvg (<< 2~), python3-cairosvg (<< 2~) Filename: pool/development/c/cairosvg/cairosvg_2.5.2-1.1+apertis0bv2024dev2b1_all.deb Size: 4972 MD5sum: f076fd22995336c6a622414f2987a6b2 SHA1: 39abc72a703ebf70db2b08c0189897c214ba9434 SHA256: 7d6f3d5adbe31df05c85a5a424c0efda1cc84864fa18dbaf3dd3a1bf633a6d83 SHA512: 6606234ebaa05228e4671bfa95c8d81fdb3717c7f3d3b7e6996425785b20c46e5d52fa0f5f9f07e92e9aa8f6ddf8e936f5647790729862f5f5277e7cc2699143 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+apertis1bv2024dev2b1 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), rustc (>= 1.24), binutils, gcc | clang | c-compiler Suggests: cargo-doc, python3 Filename: pool/development/c/cargo/cargo_0.66.0+ds1-1+apertis1bv2024dev2b1_amd64.deb Size: 3428832 MD5sum: 12dc87d4670183b13cb219e9a23d8581 SHA1: ff154e604cfbcea196515ab235c9e2cb61dca0e5 SHA256: 0b008aaaf12d0387357d7f8c1687524e2c1935553df730aeed6adfab3cf80036 SHA512: 86845dc7834103782f086cfde25d6dfd43304c0665fdacd6fdd7954cad12a9792ffceb76d49ca41ce8337b9c2db08f4963c1129b1675b86537e2edc0909de633 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: 35914 Maintainer: Rust Maintainers Architecture: amd64 Source: cargo Version: 0.66.0+ds1-1+apertis1bv2024dev2b1 Depends: cargo (= 0.66.0+ds1-1+apertis1bv2024dev2b1) Filename: pool/development/c/cargo/cargo-dbgsym_0.66.0+ds1-1+apertis1bv2024dev2b1_amd64.deb Size: 33321620 MD5sum: a46063ac71ba70a78181272d213f16ef SHA1: 93968b6cb62df7bce30027c6d75745b6bd1d9b52 SHA256: 27f93e472569542d98abd86b0abbe234aecf39530c2dc182c369d43e1a527ea3 SHA512: 4d8dd8173efd347b92f0670c6144e31fa4d24f4da1b3555f061d1bef53107ee84650c75dda0311671b6a251fa7dc9ea557fd910a0d50e5bdb2ed6e814c5428ca Description: debug symbols for cargo Auto-Built-Package: debug-symbols Build-Ids: 62ac2ade196a07f447f314aa144dc23d52fd0878 Package: cargo-doc Priority: optional Section: doc Installed-Size: 22192 Maintainer: Rust Maintainers Architecture: all Source: cargo Version: 0.66.0+ds1-1+apertis1bv2024dev2b1 Filename: pool/development/c/cargo/cargo-doc_0.66.0+ds1-1+apertis1bv2024dev2b1_all.deb Size: 1221340 MD5sum: df8494fe00aa78ab3a3c65070fd4e055 SHA1: ebae3a3ed710bb00ea69872e2a29cf27adf12404 SHA256: bc0681d8d31356d27c74ed5a1ecd0a7a731e9ed6770275df2929dbb14b726b37 SHA512: 250168d630e9b8cba804b6343ca64769a39ca0c9049cd51cc53e3d66e6ebea6aef40b90ecb22fc0d00c32a7fc84d355166db8bfd2ae6467a75343498fc08b37e 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+apertis1bv2024dev2b1 Depends: scour Recommends: autotools-dev Suggests: devscripts Filename: pool/development/c/cdbs/cdbs_0.4.166+apertis1bv2024dev2b1_all.deb Size: 49204 MD5sum: 547da07f77e5bea405b651539f8199a0 SHA1: e3bb3d2581a0607a18f7ff1f9366c30cd74f9133 SHA256: e4defa447a1826628bc835789e5e7ddb0506dc3dd8b9e8ab27d85421dad655e3 SHA512: 31c3a7dc02b87e0d9edfbe221808088a744ff047e7edb231d47410177101cbb4d9f8710747e573852e8ae98156ef3a38d138280fd0a88c402bc12b0483d9f1c0 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+apertis1bv2024dev2b2 Depends: ceph-mgr (= 16.2.11+ds-2+apertis1bv2024dev2b2), ceph-mon (= 16.2.11+ds-2+apertis1bv2024dev2b2), ceph-osd (= 16.2.11+ds-2+apertis1bv2024dev2b2) Suggests: ceph-mds (= 16.2.11+ds-2+apertis1bv2024dev2b2) Filename: pool/development/c/ceph/ceph_16.2.11+ds-2+apertis1bv2024dev2b2_amd64.deb Size: 212672 MD5sum: 52be02398ac386ef6bd99fa1820d4b07 SHA1: 6853256a76f1fdd2e93821ddfa1ca4ab6afe4c3f SHA256: 89b919aa3ee0bd959bfd22e6914ba7f5eac4fbc3cf6a4566488c3d46f1736d72 SHA512: 1a756ca99945529a0bc7b99c549d13bff2f37fc3ef36782121fda70b078004f13d74c5f80f93606a63e6d6868772a31a141dd65f79619e9e2eba7291bf00c766 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: 22654 Maintainer: Ceph Packaging Team Architecture: amd64 Source: ceph Version: 16.2.11+ds-2+apertis1bv2024dev2b2 Depends: binutils, ceph-common (= 16.2.11+ds-2+apertis1bv2024dev2b2), 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+apertis1bv2024dev2b2), chrony | time-daemon | ntp, librados2 (= 16.2.11+ds-2+apertis1bv2024dev2b2), libradosstriper1 (= 16.2.11+ds-2+apertis1bv2024dev2b2), librbd1 (= 16.2.11+ds-2+apertis1bv2024dev2b2) Filename: pool/development/c/ceph/ceph-base_16.2.11+ds-2+apertis1bv2024dev2b2_amd64.deb Size: 4632480 MD5sum: e1bf994e26a376abf69fddf36fa54976 SHA1: cbab16ca6edaf64047515775523911fc51083ea5 SHA256: 3263f6464205d8cf9c1695b4056bf976dbdbd0f75e36d851d44341bd8d38a3a1 SHA512: e1a42c9b3a931405ac75671df779bac6ff74679a6482a27983a9a723dca57fd064122ab3a120913147ea45be240f001b3919a751aa2012524bb38c207b485e15 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: 157328 Maintainer: Ceph Packaging Team Architecture: amd64 Source: ceph Version: 16.2.11+ds-2+apertis1bv2024dev2b2 Depends: ceph-base (= 16.2.11+ds-2+apertis1bv2024dev2b2) Filename: pool/development/c/ceph/ceph-base-dbg_16.2.11+ds-2+apertis1bv2024dev2b2_amd64.deb Size: 152940656 MD5sum: 62ede27cd11bb285b58fbe39d91789bd SHA1: 593e8b47e1df2b6f67348a66aa2a0cead289c774 SHA256: 294d92d9ddc2ca831d4705229c36ba621774c9e6d97ba2ec8246fc469c25788d SHA512: 707c2f39eac123eb5c082e4c97e9e36a087fed18da1ff9feae36eeaa36012ede383907189efc9b6595a20275dfc3688910b5333f8b5e46680e41db141d601e57 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 875a40d0ec24573868c6a1e140657e6142fdfbf6 8ecc806bc221c7868491452deacc84c783e8da67 9cef4d35f0b449ff21913c1b8207ba590624c543 a301ceb8cb8b77298262c93283c77207bdbd7d11 c0683e5e9c67674e041a6f66d461e24d50f411fd c647827095331272ab45f460b1e5ea227656be67 c760a1cc0c02df3516c6ab827178c4d9cf75bf8a ceb05d7338c2662b869d9949f71bc44af5001a24 d31fba2a4a25657997ddba9ef44d2c5e4a6fe0d8 d6591c2efb0cbe9dbda92f7a03ee9d17d1363507 d6b5b9bbb7a9b84578599c39fb970a57f3932e95 d7bcb891b1052938527b09b76f976ebd00e941ce da0cc73ad514ad9dcdf41c6525e53ed295081437 da9d8fbae3263b76a725ee7bf31fd54c16a48bbf ef0d0232de9752a61fb947ce72bf6758d0d186b5 f4c1222925d72d40ac200d869ae18dc7b6b489b3 Homepage: http://ceph.com/ Package: ceph-common Priority: optional Section: admin Installed-Size: 46975 Maintainer: Ceph Packaging Team Architecture: amd64 Source: ceph Version: 16.2.11+ds-2+apertis1bv2024dev2b2 Depends: adduser, librbd1 (= 16.2.11+ds-2+apertis1bv2024dev2b2), python3-ceph-argparse (= 16.2.11+ds-2+apertis1bv2024dev2b2), python3-ceph-common (<< 16.2.11+ds-2+apertis1bv2024dev2b2.1~), python3-ceph-common (>= 16.2.11+ds-2+apertis1bv2024dev2b2), python3-cephfs (= 16.2.11+ds-2+apertis1bv2024dev2b2), python3-distutils, python3-prettytable, python3-rados (= 16.2.11+ds-2+apertis1bv2024dev2b2), python3-rbd (= 16.2.11+ds-2+apertis1bv2024dev2b2), 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+apertis1bv2024dev2b2_amd64.deb Size: 11605836 MD5sum: d84c326e78efd6747d7ed654e2ca0178 SHA1: 8dae39d11f50fe30483b3b3d974be43d9b099007 SHA256: 7ac81bc798b80e3793e85e4c8d78574881b84ecab9fa7f971af34f74351c727c SHA512: 9fa0d97b3d3730b38e4e588953421b631bfcc26a34025be50a2cd4d8c012367525f8a77d4675d1280222145e54218de78ba71b48faa77b3af118218b65938ffe 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: 554007 Maintainer: Ceph Packaging Team Architecture: amd64 Source: ceph Version: 16.2.11+ds-2+apertis1bv2024dev2b2 Depends: ceph-common (= 16.2.11+ds-2+apertis1bv2024dev2b2) Filename: pool/development/c/ceph/ceph-common-dbg_16.2.11+ds-2+apertis1bv2024dev2b2_amd64.deb Size: 555242972 MD5sum: ed0bfeda632104fbfff1e9aeac84791a SHA1: d171dc78064dbd15e358479f818ba723ec012b59 SHA256: 075efa814690c8317d839f607cc3dc9c6de6423a591f2629bed19932315088ac SHA512: 821ff5bc5ca5631fee4ec30d8dacb9a17a0eda0f754b0b5831ab3d4a9a9d8ad2875b7c494d142a7e226508008fd770a215519538874ab21f8df1cf1569b33d5a 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 0c4286ad40749ca5583741be256803256dd807ea 22c19b328abe079964093e0ac1c0564dbb29ee69 2c33b1177105d1a545b8620197f457be85998997 309e81aa1c5faff7372ecdbf837e4c9b4052de88 30e63b22943e0a3fcfa1853ce4f84dc3de2ed664 44a131dba70bd1a10d35d93c4dca0c9267a048d4 4538e5261ef18de8431907fe613acf478b7e91ad 718fb9cfa0c0e1568c7e0fddc2d74634d9d6a7b0 8253f1d5563f6a76f8d3f0c4220a8b73ca81cec0 94b43ae4bf2421a48c0f359a2e7f3a59c1698b6c 97bede657bc9b10e567fb0c56c15b41e2551fde9 a0d00124a825dee7dbf1f86097302551d0712ee4 a164ef3dfd0a14867947d2094f3c285240442a35 c0b28914ec18cab59dde9f02205f68b319d9cc68 d462c8cd37e638a8c598592234c7f59b66ad2ea8 e22fcecaa5c611e709a759ae595234739937dcb6 e93072085688b539ab132a4ff2b4dcbb08975614 fb2882f87d1d073511ad0f89acbbb970ee7abe73 Homepage: http://ceph.com/ Package: ceph-fuse Priority: optional Section: admin Installed-Size: 2806 Maintainer: Ceph Packaging Team Architecture: amd64 Source: ceph Version: 16.2.11+ds-2+apertis1bv2024dev2b2 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+apertis1bv2024dev2b2_amd64.deb Size: 995592 MD5sum: 072b7c31839eb6412f9ce3973b95fdc7 SHA1: ead04510451475c68c6c6f9cd8d8c32872a572d7 SHA256: f6c45593cc8826cfc4db5dc596fd593e52f43bd15bb3d611a275ad6089863ae2 SHA512: 6e05db49a39af1754947ecff0a5e1a5b956301f7c7f5e0ad7a589593553f9379ed1e68e67ef818bf6db1b2d72c116cf53559a875f586a0068f52db47e265cfcd 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+apertis1bv2024dev2b2 Depends: ceph-fuse (= 16.2.11+ds-2+apertis1bv2024dev2b2) Filename: pool/development/c/ceph/ceph-fuse-dbgsym_16.2.11+ds-2+apertis1bv2024dev2b2_amd64.deb Size: 20846056 MD5sum: 5b64c10e11e0f3d08868f3f777cf8774 SHA1: 12c4bf3576736e68d46ea84b92b1074a85d1f82d SHA256: 08e94aaf716074479e82f8f8d8cf30622dee3c0054d23912f9965e71ae07c161 SHA512: 2e4f06abf40e01d85df9998088f3cf667ef4f8b4c86f08e504a62fef6d32b4a953074e048834b8306bc25448889d2ebf8c16f1740cedf7e2b84c17b8b0ce5665 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+apertis1bv2024dev2b2 Filename: pool/development/c/ceph/ceph-grafana-dashboards_16.2.11+ds-2+apertis1bv2024dev2b2_all.deb Size: 222524 MD5sum: b3e45c12957bf7363fb29b1eb9096979 SHA1: 979d469d309aab744edd2072e55d00a07c98ff44 SHA256: 202bee6d77a02b6c1739d1466e413310437f99fb0fab3542c8a6d5b3f8059e72 SHA512: 5221e3ed0e244d865c636aab475d549750fdc0e14da15e9a9240bd179117a7c210876c53cb669a027a46a7fbc9c575f57ebc9a865c674d2430137d21e3bef8ed 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: 718 Maintainer: Ceph Packaging Team Architecture: amd64 Source: ceph Version: 16.2.11+ds-2+apertis1bv2024dev2b2 Depends: ceph-common (= 16.2.11+ds-2+apertis1bv2024dev2b2), librados2 (= 16.2.11+ds-2+apertis1bv2024dev2b2), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 11) Filename: pool/development/c/ceph/ceph-immutable-object-cache_16.2.11+ds-2+apertis1bv2024dev2b2_amd64.deb Size: 351888 MD5sum: c937541ec57e6be6af61b5ca76361548 SHA1: 3cfd1081ee1404ba6a2093992cbbf7bcc9c81132 SHA256: 8747883b3ec989cf863b9a113d9cdc4a09127f13e62c6a34aaa1bd5ba9b18bbc SHA512: 91a430cc811d8519a5aa90d7cd8baf7367f4c6bf10ceeab37ca2a4c899fc647f590238fe50c863bbe1e4ca2d83ec7add47cc8578688d3ed5a75c72f029bae350 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: 5484 Maintainer: Ceph Packaging Team Architecture: amd64 Source: ceph Version: 16.2.11+ds-2+apertis1bv2024dev2b2 Depends: ceph-immutable-object-cache (= 16.2.11+ds-2+apertis1bv2024dev2b2) Filename: pool/development/c/ceph/ceph-immutable-object-cache-dbg_16.2.11+ds-2+apertis1bv2024dev2b2_amd64.deb Size: 5443580 MD5sum: f47e8a0af8457834420cf8813f543725 SHA1: a36c6cc5ff604524626db929eaaf6704ccf93bc3 SHA256: 8de7699e1210f4983b40ed8d6426d51a01787d0cb6b71a72313182f6c39241ba SHA512: 8649eaeb8b7f8ac7257577f4049dbc8106eaad14d432c1de1f6844db93ec1a6e392d966bc162f281609cc996485d828fc193815c1d65f963842644bf21f772b4 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: 7631 Maintainer: Ceph Packaging Team Architecture: amd64 Source: ceph Version: 16.2.11+ds-2+apertis1bv2024dev2b2 Depends: ceph, ceph-base (= 16.2.11+ds-2+apertis1bv2024dev2b2), 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+apertis1bv2024dev2b2_amd64.deb Size: 2447512 MD5sum: 29742be8d7c92e841a165e895094172a SHA1: ce0c153cbe8e22101cc67629afd3ea7f252e3666 SHA256: 631f5cf680d4270773bc84c85739f93f38f5fcb6118a61a6cfd9b9038d713ee1 SHA512: 396f29b372e3c50a413b7d59dd1b6904ff6cfdac0750b9b6470c754a266720b54c170a69e216967f45f9f1b41f196f1b4fd9eba9e28354382da3ff3d43cb3005 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: 100318 Maintainer: Ceph Packaging Team Architecture: amd64 Source: ceph Version: 16.2.11+ds-2+apertis1bv2024dev2b2 Depends: ceph-mds (= 16.2.11+ds-2+apertis1bv2024dev2b2) Filename: pool/development/c/ceph/ceph-mds-dbg_16.2.11+ds-2+apertis1bv2024dev2b2_amd64.deb Size: 100796840 MD5sum: 01b5dd99a5142f4227be725e457a11e3 SHA1: 1cfc1ccc224fc60cb9e527b43b8d50f59801ed59 SHA256: ced69e48127b3f371dc9a3b0d78241c401d2498309a6e3afc8f4d796eebd1b4f SHA512: 601be9008a5c76e84f59250caa63de62109dd2e58e7ed023bc08aaf47d7529aea87fd48594ef93b04453881a36fe0b5e5c9167f14a1c51b4dcc5631e4b02adea 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: 5106 Maintainer: Ceph Packaging Team Architecture: amd64 Source: ceph Version: 16.2.11+ds-2+apertis1bv2024dev2b2 Depends: ceph-base (= 16.2.11+ds-2+apertis1bv2024dev2b2), ceph-mgr-modules-core (<< 16.2.11+ds-2+apertis1bv2024dev2b2.1~), ceph-mgr-modules-core (>= 16.2.11+ds-2+apertis1bv2024dev2b2), 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+apertis1bv2024dev2b2_amd64.deb Size: 1633120 MD5sum: e7fb438ba5cec0df947afb9434a00676 SHA1: c88029087e8a98421481325b7bfbdbfbbf37ca88 SHA256: 28b547bc37d130a2bc0b5379c99bf616c3f7a9b57e2c1896a907408eb885e2b4 SHA512: 8fd1871733d3c2db39db45feface15c4c58ff8c17bd0464bcede2cb9d2b63c4c7a098ea4b55582d15e05beb23796f7d68173226ccb2b6f1e7964bc661e0cb93c 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+apertis1bv2024dev2b2 Depends: ceph-mgr (<< 16.2.11+ds-2+apertis1bv2024dev2b2.1~), ceph-mgr (>= 16.2.11+ds-2+apertis1bv2024dev2b2), cephadm, openssh-client, python3-jinja2 Filename: pool/development/c/ceph/ceph-mgr-cephadm_16.2.11+ds-2+apertis1bv2024dev2b2_all.deb Size: 301248 MD5sum: 36631ae78a8992d3efa9e2c9ac177547 SHA1: c7dcf55a81df6ce63c5f42a5a84e322e2cfbb6f1 SHA256: 64f247f497984cc5c9e0e21933ae5969cd186836b94843383af32348d2c22019 SHA512: 12283b142662419820dbe4668aa342b473d916ca62ed0ff07ce7fc5928a30352107c3815574ae0b220854f983dc0ccc1dc24728afa07cb2b02b8c7d406065811 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+apertis1bv2024dev2b2 Depends: ceph-mgr (>= 16.2.11+ds-2+apertis1bv2024dev2b2), 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+apertis1bv2024dev2b2_all.deb Size: 3022672 MD5sum: d4de99828f3aa8a4f585973e465702af SHA1: 6771169280e7a06d3c3c8b1a3484a06fc428edbb SHA256: 6d24337ca1ef9a03052f8f109a838f4f1edc0d43f2a8547b3d98aa27fbda5079 SHA512: cc5083db263eae813354445ebbfa64556d069950912ecba0cc96f697fdb1822334d386adfe72e3738aec83f1e053584e854d50c964949c2d91057e08d51ff755 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: 53319 Maintainer: Ceph Packaging Team Architecture: amd64 Source: ceph Version: 16.2.11+ds-2+apertis1bv2024dev2b2 Depends: ceph-mgr (= 16.2.11+ds-2+apertis1bv2024dev2b2) Filename: pool/development/c/ceph/ceph-mgr-dbg_16.2.11+ds-2+apertis1bv2024dev2b2_amd64.deb Size: 53379932 MD5sum: 918db3f33701387f3b60161e1e989ead SHA1: aa5a27519190f63a49d8e05e8cf95e7bb2349dc9 SHA256: 3fcdeedcf8c06b307c20a7c8fa79c99d63dc5c9f45b129cc79528ed455125e53 SHA512: 966e743074661af54aa455dc440775c8075cf773c0d7303cd42febd1df5807b9fa6c9ba4afba1455cee939ec31918cf953e3abce40327261c8465774ea0f0f53 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+apertis1bv2024dev2b2 Depends: ceph-mgr (>= 16.2.11+ds-2+apertis1bv2024dev2b2), python3-kubernetes Filename: pool/development/c/ceph/ceph-mgr-k8sevents_16.2.11+ds-2+apertis1bv2024dev2b2_all.deb Size: 223268 MD5sum: fb1c52249f78e100afc302ccd7a569c8 SHA1: a1804238a40eef47cebf3f7ec81b55af7fc20264 SHA256: 88b5f47edfeddb82715070c76a26a511bd9fcf4b2232abaad7b9d24476363b69 SHA512: eede52e0bf5516951cea818fc5825d79b555b2e252a52b776bbc345bb79269cd3f423677f9d4f0b9dc70ff46f343e2d6774b13b3c3ff9cdf7f5de03f174fbefb 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+apertis1bv2024dev2b2 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+apertis1bv2024dev2b2_all.deb Size: 406140 MD5sum: 0947be6e58af5744eb60460f92367fb8 SHA1: 66c4eb5a5ff2d7ed63151b8c7e376e498bef45b0 SHA256: 9fb0153036c6f17b51c5f1ef2f6461b8cb709bc6882917efa6101cf3357582f8 SHA512: 750f6ec0edc8f8677703eb8bf3de93bbb7d99b4c0a282008f5158efa0ad8b2dbcd2684ecefe34fb483efeb66f9beea6c2344892fe2143ab5ccc74c135cc9fc2c 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+apertis1bv2024dev2b2 Depends: ceph-mgr (>= 16.2.11+ds-2+apertis1bv2024dev2b2), python3-six Filename: pool/development/c/ceph/ceph-mgr-rook_16.2.11+ds-2+apertis1bv2024dev2b2_all.deb Size: 226380 MD5sum: 97d7b06ef2594776f96ef4bf28771c76 SHA1: ed70289d388fa13cb974f6546c5f7b3a7966fe13 SHA256: e0a4c415f0d2dbc4103d42dee537f40dd452c6d7f3a6db40d55d7157e330c184 SHA512: 10da050e34f41066daefd9db01d9d9cf6595de07dbe55d18759d10d7e227d48352dc399560c036f07b68158a25fa5b34baadf653954684b2d7165c7e05afff02 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: 15455 Maintainer: Ceph Packaging Team Architecture: amd64 Source: ceph Version: 16.2.11+ds-2+apertis1bv2024dev2b2 Depends: ceph-base (= 16.2.11+ds-2+apertis1bv2024dev2b2), 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+apertis1bv2024dev2b2_amd64.deb Size: 3799088 MD5sum: 3c3a50e8ab6eb5db66094a2956e1cba2 SHA1: 790dbacf67059f46f3a8a9b04bc1d9901a88cbcd SHA256: 3613f9472c7ab34013c0b33267518286352b860459abef9266ef19cb5604482a SHA512: 0c4b9149416b1e8fd705b0f0f3525f9e5d8da19996d1a2e0441efc12004942a783edc04c36e7c05f38c06534832ec3aa6d6eb84e67551edb485957cc84bd15b3 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: 152850 Maintainer: Ceph Packaging Team Architecture: amd64 Source: ceph Version: 16.2.11+ds-2+apertis1bv2024dev2b2 Depends: ceph-mon (= 16.2.11+ds-2+apertis1bv2024dev2b2) Filename: pool/development/c/ceph/ceph-mon-dbg_16.2.11+ds-2+apertis1bv2024dev2b2_amd64.deb Size: 152507520 MD5sum: 5085a4adb15144cf023aa721ca6e0072 SHA1: 69df59dfd2a87d77d86130c808fbeca1e6e9d52b SHA256: 0a522f5e274193ca22dc9bac242f1c0aa0e134d159b30b314667a62c9c4602f0 SHA512: 59dc510a9bc09e7bef08d96ec7f1d2244296a94296dd11956305436ff90164a75315511139d466a251bdc90b74b7b56687fe33a18d0a8e570cb4643034ac9791 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: 08a0fec362ce74cfee253505bde8234b1f58eb38 c1dc16f31ab4a3af6a2fa6447554670297559d8f Homepage: http://ceph.com/ Package: ceph-osd Priority: optional Section: admin Installed-Size: 58092 Maintainer: Ceph Packaging Team Architecture: amd64 Source: ceph Version: 16.2.11+ds-2+apertis1bv2024dev2b2 Depends: ceph-base (= 16.2.11+ds-2+apertis1bv2024dev2b2), 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+apertis1bv2024dev2b2) Suggests: nvme-cli Filename: pool/development/c/ceph/ceph-osd_16.2.11+ds-2+apertis1bv2024dev2b2_amd64.deb Size: 16829020 MD5sum: 26623a9287e44e6eb5453ce340fbf37d SHA1: 8700db76eab486455911c6688cc5b3c7c93c76c1 SHA256: b87693b07e5c6a54de789e858be222203c26816009ae5c666962a07f536f5480 SHA512: b1601442509fdc357cfb7c5f0ae870a928898a2c69ed26855c47ae4749f502bb5ef65b3458c29a550de212d84dfebc3cd9c509dc3e22ae1b19e9e7e0b831e1b1 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: 513395 Maintainer: Ceph Packaging Team Architecture: amd64 Source: ceph Version: 16.2.11+ds-2+apertis1bv2024dev2b2 Depends: ceph-osd (= 16.2.11+ds-2+apertis1bv2024dev2b2) Filename: pool/development/c/ceph/ceph-osd-dbg_16.2.11+ds-2+apertis1bv2024dev2b2_amd64.deb Size: 511733812 MD5sum: 771716238b4f2f94ba29ce4c0ec1999d SHA1: ab70ff16185cfd31c3b9d5f366948b3f6b3fbfce SHA256: 6aeb050b783fef5c55f055486907a71b88f73406ee6a71ff188ee439770425b7 SHA512: f8d269b965ef541a52ee816dc60e29dbbf12ba83c24e8004bc1b94b7f8db7fb343d45d181b45718afa971d4340c2c2b03e41cdf64c349cb0ebc20d1d785189b9 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: 43fdb3b5f68cf22211086e863c8a7cee75166a3b 7ddce7a12a7f0c0d5eacb0c9b8fb4b2601f531a9 af6e0aef84f1cd01a4f7b8c1283849019071356d ce3dada847d46418983ad7e85f6c31bf17d2324f 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+apertis1bv2024dev2b2 Filename: pool/development/c/ceph/ceph-prometheus-alerts_16.2.11+ds-2+apertis1bv2024dev2b2_all.deb Size: 215524 MD5sum: b0640d77aa1e02f45b164a74af592c1a SHA1: bf51133d81ff0d85a7d4bdd10bb730eecfa96ac1 SHA256: 9a9710459516637ff284fcf5d2247c1dd5878cba269f0a3ef81e1f2f15cca62d SHA512: 2e2af8fe1b2edc1e04ba60e1d5a56dbd11a6236d0ab1ee9a02663fe3c7bd915d9fd26126330246f16cc3b4454f4d97bff83613e96853c0c4c6b7fa43c461abf6 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+apertis1bv2024dev2b2 Depends: ceph (>= 16.2.11+ds-2+apertis1bv2024dev2b2), resource-agents Recommends: pacemaker Filename: pool/development/c/ceph/ceph-resource-agents_16.2.11+ds-2+apertis1bv2024dev2b2_all.deb Size: 210712 MD5sum: d96708291065866ad9b712fc2672aa00 SHA1: 9658a56002af5fe3bce278418f70d7b3f0ceea3d SHA256: f657658fa09cf63478a8c57b1c6ab28edf7cb10cbc8940694e17c793dc7fd680 SHA512: 9c5728dacfa34f3c017a37987cf1d7f9df45cee9df0de8c3dcfabde39c6c76f44250c1fdf265ad2aa55996f27795a811b77bddbce262c1db487e1312fd77995a 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+apertis1bv2024dev2b2 Depends: adduser, lvm2, python3:any Recommends: podman (>= 2.0.2) | docker.io Filename: pool/development/c/ceph/cephadm_16.2.11+ds-2+apertis1bv2024dev2b2_amd64.deb Size: 277680 MD5sum: c8600032ef30e3e984c529ac827db0e3 SHA1: c055b4e77594de3413e07b7f96c4b9f124aa88c5 SHA256: 5cd8d01eb9c074c43d986bcac9a5d3ae65bda98281d821acf9dceaf43d08f311 SHA512: 18cfc91d72aeb3f3187478e4142cec801c7facdf7b059db83aa0bbeca5d14dc6988448681f279837bc83e79d51adf348207c40c30aac16d27553791bb6877501 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: 993 Maintainer: Ceph Packaging Team Architecture: amd64 Source: ceph Version: 16.2.11+ds-2+apertis1bv2024dev2b2 Depends: ceph-common (= 16.2.11+ds-2+apertis1bv2024dev2b2), libcephfs2 (= 16.2.11+ds-2+apertis1bv2024dev2b2), librados2 (= 16.2.11+ds-2+apertis1bv2024dev2b2), 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+apertis1bv2024dev2b2_amd64.deb Size: 436372 MD5sum: d8a884c98d88dcc44cbda6d02dd0fc3e SHA1: a86bd894b0494c85091f77394f9fceb98a0245dc SHA256: e635887480b4c4b201e8be11c47ac00d7c3b520388cec8c7b853a44dcb0a3bbc SHA512: 29eb980b4db455a3c11036a8bdde77b676fb66425fa2f915550e70e702d5b29a2bdb58ac08ae66ff37cdf08d18a6937f52739141bf82207c294b359ade907168 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: 10077 Maintainer: Ceph Packaging Team Architecture: amd64 Source: ceph Version: 16.2.11+ds-2+apertis1bv2024dev2b2 Depends: cephfs-mirror (= 16.2.11+ds-2+apertis1bv2024dev2b2) Filename: pool/development/c/ceph/cephfs-mirror-dbg_16.2.11+ds-2+apertis1bv2024dev2b2_amd64.deb Size: 10074248 MD5sum: f12a4f592bf7be0dcc0d6d5ae4907e12 SHA1: de82bd2f68a70f17fee04df1610198dde01e03ea SHA256: f26e5a1640f4aa7cccc0b02db9cd7eaabdb76528021890d1d5eb76d47016917f SHA512: a9ed08c9fb4c670b307fdbdd1326c2116ae212039dff8bcc56581ff00310c583dd3b12c46bffcd43a13be0b5d841995378a9bad3495f59d0e4e927d17887659b 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+apertis1bv2024dev2b2 Depends: python3-cephfs, python3:any Filename: pool/development/c/ceph/cephfs-shell_16.2.11+ds-2+apertis1bv2024dev2b2_all.deb Size: 220504 MD5sum: 9815a71cc42f03a1d424eb3b53416530 SHA1: f38215b001558315e079e13486235ad20936bec1 SHA256: cfee53105ae5318736f4be313de4bf754c26da0638354ed784ebc47f0937f620 SHA512: 859e0aa64d497690402984e3b0f672bc51dd0cd0d6b98815aa901c3c49675cc7ac269ff09dc2b57eafee7ddbd098ec79fa5e94ba7fbee0ea5dd8c92c91114430 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+apertis1bv2024dev2b2 Depends: python3-rados, python3:any Filename: pool/development/c/ceph/cephfs-top_16.2.11+ds-2+apertis1bv2024dev2b2_all.deb Size: 214824 MD5sum: af672f8d121aea365fa8688eb91836b6 SHA1: 6f66e337d74bd5bf54d6d9ab032c7401e7c0be42 SHA256: 861173934ec20ae89c6b12b0d7f92061a15436225714cf9eec514d86774de62c SHA512: dd6862af9e6acef64daa78db4184db5825ebdc6f8e2515e8fe33df7b96bbdba41006d61d212c451a7137830d6af3579efad0d37bf1dca7ed5eb257e712422872 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: 60 Maintainer: apertis-tests maintainers Architecture: amd64 Version: 0.2023.0bv2024dev2b1 Depends: libc6 (>= 2.34) Filename: pool/development/c/cgroups-resource-control-tester/cgroups-resource-control-tester_0.2023.0bv2024dev2b1_amd64.deb Size: 10304 MD5sum: 61545b42e9e699d10a1f97f1b292687f SHA1: e897992fe127bfb7014d3209c0cc5c26bef2dfab SHA256: 32aeeeab3450f870fb28f0bb3323a4a4a3f6515f6e6a5684c78a1d3ec6470c99 SHA512: 989a68257ee2ef8bfef6472568d0ccafd4c1fd4f501a09dba0e9efd7da1ae3392a26faf72b63b374c8dc41856dd554688d74dfc9e20f415bb737dce4e4a9346c 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: 30 Maintainer: apertis-tests maintainers Architecture: amd64 Source: cgroups-resource-control-tester Version: 0.2023.0bv2024dev2b1 Depends: cgroups-resource-control-tester (= 0.2023.0bv2024dev2b1) Filename: pool/development/c/cgroups-resource-control-tester/cgroups-resource-control-tester-dbgsym_0.2023.0bv2024dev2b1_amd64.deb Size: 9052 MD5sum: 1f4863d3c49ae4f085fb3e85c027e578 SHA1: 5b606c00c2ee6bcf689b4923cf92a33e0a1af23c SHA256: 4aaf4bc7ecab80b1717b3d04c40e407047b6bbae8c7160b14d42802958e738d5 SHA512: 2eddb453050ba5cdbb775a7d9c5cb2fcf5e6f07fee4a046f583bf8d770244334a159d15c0ef249d704bb9a10e2219a2d4e94142a8f26bf6bf7cccc8c98c42f10 Description: debug symbols for cgroups-resource-control-tester Auto-Built-Package: debug-symbols Build-Ids: 315223b299393b165808499b248c1b6bffe9801d 9db7500a65e81093bc5a91742fde3663a803bf05 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+apertis0bv2024dev2b3 Provides: node-chai (= 4.3.7~ds1+~cs9.7.21-1+apertis0bv2024dev2b3), 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+apertis0bv2024dev2b3_all.deb Size: 105820 MD5sum: cb0c34ee0c699d4ff74b26049b8d8632 SHA1: 10d4f3c5b477d2eebe48b42395e841ed1bd29d9a SHA256: fa0df09eb7c540a2bc93a70db72cf4e5c503c179ceb297a1df3c55398909d79c SHA512: f2b977984b6a79087ce75af556085be14a5032cd2a9d02ac019db5a469288390dce5e6ee521680f6db34f3d05a99e12d94b721625dcddc8dcc59c977eecf182c 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: 231 Maintainer: apertis-tests maintainers Architecture: amd64 Source: apertis-tests Version: 2:0.2023.4bv2024dev2b1 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.4bv2024dev2b1_amd64.deb Size: 46956 MD5sum: c7a10ac6406f259e129df35540c299fc SHA1: ea14d7b47a07a908fb7652bee09688ebf3c91068 SHA256: cbe65f4d42c62c77d3cef0197a4e0fea25f3f4e46c892bf6f4982ca01fb33a49 SHA512: 922e99a7933f172e88366eb73caa5f19851c2ad4d8591d8e7d2242db5283646fea96c2adf4b67dc4deb4ad2b1f42bca99193e99a8895cb3ee82cb577181fa678 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-2apertis0bv2024dev2b1 Depends: libsubunit-dev, mawk Filename: pool/development/c/check/check_0.15.2-2apertis0bv2024dev2b1_amd64.deb Size: 112380 MD5sum: ba48b7cf96bcbe64383b29186c3c0719 SHA1: d6a7623ca30fed8bd424fbf366123122de81c2a3 SHA256: a1de640e8836b58bb453b68db5f12e7b9680cb4185385e3744321b9d251bea87 SHA512: d72c17ceb9740f104bf5bb631282660a4e6c4cd5eb904f298fe492ccab583d95863b4689a2d1d1a752bfce8ef5022010a92eaf32a2d0886a89d3f208f470fe2a 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: 43 Maintainer: Tollef Fog Heen Architecture: amd64 Version: 0.16-2co1bv2024dev2b1 Depends: libc6 (>= 2.34) Filename: pool/development/c/chrpath/chrpath_0.16-2co1bv2024dev2b1_amd64.deb Size: 15864 MD5sum: de674f469a00f7e2c79aa203815ed81a SHA1: a87b66c77f55f902c7d4b499d44b5dc8e1daa80a SHA256: e3f725e6945fa31a1811be9393aebc2938010ad0bc6160f5d7d1b2b14c47203c SHA512: 358db230d4d4078834231026c3054c1ce86426c95970db5c363d329d57e678f3f21e44ab1fc654ec664d1142dcd7b336b704416ef1c9425a2069bf96afc772d8 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-2co1bv2024dev2b1 Depends: chrpath (= 0.16-2co1bv2024dev2b1) Filename: pool/development/c/chrpath/chrpath-dbgsym_0.16-2co1bv2024dev2b1_amd64.deb Size: 21164 MD5sum: 772033b32773dd44ab3d6d71c350ffb1 SHA1: ae1c5ef905b5a058fd11e830a5d3b808f550bf1a SHA256: f447084fa84ac783c71a59b9e5dadbb0c3363016d17cc8251edeabdd38a8e2a9 SHA512: 11f561545d0ebc70c2089d3790ca37f36a6f057aebbee8cb1fc761b44ac51630088e8639622eaf1ee67e78fa66f94f8fdddb66329a4f1a4bfdc2640e0f443261 Description: debug symbols for chrpath Auto-Built-Package: debug-symbols Build-Ids: 7150fc1de462ecafc8b3c078f29398838163d7fa Package: clang Priority: optional Section: devel Installed-Size: 21 Maintainer: LLVM Packaging Team Architecture: amd64 Source: llvm-defaults (0.55.6+apertis0bv2024dev2b1) Version: 1:14.0-55.6+apertis0bv2024dev2b1 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.6+apertis0bv2024dev2b1_amd64.deb Size: 5228 MD5sum: 4ed149c6c105f62d4edd572b10dbb62b SHA1: 05060f6f222928dc9d7091c7c7227da5d6e5d816 SHA256: 282ddd4c9baaaa3cab069c1f15600fe93be5d21fee713815f32bd7a6cb56ec96 SHA512: 999b2e6f12d812406767ccc343cefa4d3222a7ebbcd9488af62ce794d7b1570e1ea2e052507f0c3d4fbf1bba8d0e98d8bf0055fb522a19d24520eca2bdfa033e 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: 514 Maintainer: LLVM Packaging Team Architecture: amd64 Source: llvm-toolchain-13 Version: 1:13.0.1-11+apertis0bv2024dev2b1 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+apertis0bv2024dev2b1), llvm-13-linker-tools (= 1:13.0.1-11+apertis0bv2024dev2b1), libclang1-13 (= 1:13.0.1-11+apertis0bv2024dev2b1), 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+apertis0bv2024dev2b1_amd64.deb Size: 274220 MD5sum: fdf6087a54235dc579df8c02d749f349 SHA1: 62a3db1502d9e19b22a321f517a7169aa355cef4 SHA256: d44c93b5df9825a2351bf55639ac33cab29b6f20db5f659127b1e414252f7822 SHA512: e099927aee451c6e9d8c395a4320d147162a0ff2975fc59ea3e706e3e55e7ce801fbf2875aea000141d42d86999d03ebc271435f4addf2329312a9b3550c084b 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+apertis0bv2024dev2b1 Depends: clang-13 (= 1:13.0.1-11+apertis0bv2024dev2b1) Filename: pool/development/l/llvm-toolchain-13/clang-13-dbgsym_13.0.1-11+apertis0bv2024dev2b1_amd64.deb Size: 96748 MD5sum: 0c8d8e94af09cd6233e3034839ec7aa8 SHA1: 53b7997ab27be91e5799e5e8284e30fd1ee1edd3 SHA256: 5ed7c5816835488ba02e6ccea9aef1a54bdfff8bc3f1b618212f926a51172ec5 SHA512: d0cfbb64a0bb4d037c68b83f19aa7bd7a848b849ebfbc4e023256f2990c84c4ff02d3b728da036249e656064187cdd1a6438dae2e045ba3c189f00ab804f5451 Description: debug symbols for clang-13 Auto-Built-Package: debug-symbols Build-Ids: d048f168664c95717815425f1df6e8affc45bd4d Package: clang-13-doc Priority: optional Section: doc Installed-Size: 9092 Maintainer: LLVM Packaging Team Architecture: all Source: llvm-toolchain-13 Version: 1:13.0.1-11+apertis0bv2024dev2b1 Depends: libjs-mathjax Filename: pool/development/l/llvm-toolchain-13/clang-13-doc_13.0.1-11+apertis0bv2024dev2b1_all.deb Size: 1318240 MD5sum: 2ba724d3ca825c39b8de01e6b3b6f5ac SHA1: 8ecdbde979e30b3cc709199ed1a115af30b7b6fb SHA256: b5295b823d20ae83bb2b0d7f98b86c780eb4af8a7fcbcf87001f22f83aba5c26 SHA512: d7508b5def6afc3536732cac8b22bbf6849bb602cb9330e110db2191d6514b10f0b477aba8b1784d3289cbf5b23bd9125785a447f335477a9104eb503c4512f8 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: 241 Maintainer: LLVM Packaging Team Architecture: amd64 Source: llvm-toolchain-13 Version: 1:13.0.1-11+apertis0bv2024dev2b1 Filename: pool/development/l/llvm-toolchain-13/clang-13-examples_13.0.1-11+apertis0bv2024dev2b1_amd64.deb Size: 216104 MD5sum: 8e4d396cd927fb9b8d8b8bbeedb95e0e SHA1: a9fe9f41f5f4d5bdad86145ac114f8cfffb49c11 SHA256: 9cf4bc1e795a53cc8b6d13cbc94437af9fa24aafc33782b0ebe1c84fed6f09ed SHA512: 23004b9b796ad9b37c24ff2b304cedc1592a4c21a5be12e70d6eb6789a2757a50c2b1c13bc8d080b13ca23a4006e07418aada94840759ee3a2e2519e1f68c6d8 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: 347 Maintainer: LLVM Packaging Team Architecture: amd64 Source: llvm-toolchain-14 Version: 1:14.0.6-12+apertis0bv2024dev2b1 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+apertis0bv2024dev2b1), llvm-14-linker-tools (= 1:14.0.6-12+apertis0bv2024dev2b1), libclang1-14 (= 1:14.0.6-12+apertis0bv2024dev2b1), 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+apertis0bv2024dev2b1_amd64.deb Size: 101636 MD5sum: 275e61a792dcd757f1e5ecb2fe10ad35 SHA1: 127b31682af58ffaea37a44216e302e835baa82d SHA256: eba30cdb1cd837c2820af95250798f8bf0ce5755206629eaf78f323f932c52ed SHA512: 6cae4b3516851f3316cf82219cfd43fe4928dc2ea856cb956df906a6057162d2db965f11c0d69df246ebf884cb275eb7600a11ee592529f44a191369390dcae1 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+apertis0bv2024dev2b1 Depends: clang-14 (= 1:14.0.6-12+apertis0bv2024dev2b1) Filename: pool/development/l/llvm-toolchain-14/clang-14-dbgsym_14.0.6-12+apertis0bv2024dev2b1_amd64.deb Size: 10596 MD5sum: c4c60b2fbd37230d7f2a13c74cbfc3be SHA1: 06180e796f8fc8e8bc00dbc87ef9e992c03496cb SHA256: 5dd6b43e3273ea8cb6b2a4db1a1823f9f3e0f9b9c32ff52ee63b61ca4879537c SHA512: da39ad655c67e41b4ab41c71141d3494cf802cc64963eddb6af5151aaa0f97f797c2c48d5c2f558729e4194d76c5b75e7697e74ebdb0cc3e22f1f0865926bb8e Description: debug symbols for clang-14 Auto-Built-Package: debug-symbols Build-Ids: 3ba9ea1bcbfb9b6c1bbf04607cf788096edde6f2 Package: clang-14-doc Priority: optional Section: doc Installed-Size: 9151 Maintainer: LLVM Packaging Team Architecture: all Source: llvm-toolchain-14 Version: 1:14.0.6-12+apertis0bv2024dev2b1 Depends: libjs-mathjax Filename: pool/development/l/llvm-toolchain-14/clang-14-doc_14.0.6-12+apertis0bv2024dev2b1_all.deb Size: 1174428 MD5sum: c47ea098df99cd545d735574c980dc35 SHA1: 9350a9ad63245e95739f31cf76a751d97c53fdbf SHA256: 24d21f8f71cf3d56b2034daa765b174b8764591503199f51e3e23219838437d0 SHA512: 52f6604c5ed7c7c55f9cb7f0e86cb89beeb684a6f505f32c6a4511f9197afcaa75f883b23d1e034809bfece958b4232727bb0a9f16a94c1345a01a04da3824f2 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: 69 Maintainer: LLVM Packaging Team Architecture: amd64 Source: llvm-toolchain-14 Version: 1:14.0.6-12+apertis0bv2024dev2b1 Filename: pool/development/l/llvm-toolchain-14/clang-14-examples_14.0.6-12+apertis0bv2024dev2b1_amd64.deb Size: 38320 MD5sum: b53c10688366d91426f6a6b985057be8 SHA1: 32a3a82d92f80910a6b854bb08d2f044a4eed054 SHA256: 757261d250c8b1061d46963aa91a769ef6938500c7693b5df685808aae1ee8e7 SHA512: b016e7345c4d3dc4a27eeaf2cdbb0c370269fa890bcca4cccc70e85a16ab2b60aeb687b7e3b80cb433b1146b6ac6c51a33cf7888f149ca1383fe7a4cc91f01bb 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.6+apertis0bv2024dev2b1) Version: 1:14.0-55.6+apertis0bv2024dev2b1 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.6+apertis0bv2024dev2b1_amd64.deb Size: 5332 MD5sum: 22c9e02ed7080b2e2af75984052033fa SHA1: 18d7773ebfb0262228dd7cb01d9a5cf260604974 SHA256: bcd41dfb23eb9a17bf5ead4ad9f8abc5cd65c95a99d94d9f697e1c3f453507fa SHA512: 9b8bacf82487c1a3f2f87395bdf5a5e076c48619abeb7c18275b08f91c4df6c8971081a32df25e1756760f25004f919a3d9e95fa581a0fe598f0c85157c9c557 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: 368 Maintainer: LLVM Packaging Team Architecture: amd64 Source: llvm-toolchain-13 Version: 1:13.0.1-11+apertis0bv2024dev2b1 Depends: libc6 (>= 2.34), libclang-cpp13 (>= 1:13.0.1), libgcc-s1 (>= 3.0), libllvm13 (= 1:13.0.1-11+apertis0bv2024dev2b1), libstdc++6 (>= 5.2), python3 Filename: pool/development/l/llvm-toolchain-13/clang-format-13_13.0.1-11+apertis0bv2024dev2b1_amd64.deb Size: 246884 MD5sum: 7b7c2e409b7281a67d1b39e9ba77418b SHA1: 52e9ef8676926322550be47dbc189fd30b70b2c0 SHA256: 5bba6c709948079842c4e9c26b0d4d3ddaec8a721aabe115974cb2674525c1af SHA512: cfd15dd7a22d5d46d2891b4d4f4f320ecfe9484637f577a27047eeea33e54b426211070baffe9647a48607e65c53e97ecb3983dc84a0b6e07a41a3492d6f4257 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+apertis0bv2024dev2b1 Depends: clang-format-13 (= 1:13.0.1-11+apertis0bv2024dev2b1) Filename: pool/development/l/llvm-toolchain-13/clang-format-13-dbgsym_13.0.1-11+apertis0bv2024dev2b1_amd64.deb Size: 54440 MD5sum: 070707c0b3133ccb10734f6834618f0b SHA1: 28f673fc5059774b9054b8b0c70a1053a545f07e SHA256: 32bee7347d552ce0bc788efed8c9f70a09361a57de574044c3dd682d72de38a3 SHA512: 3315c3296bfe7929aacfacf8d256f86489c519dcc32b9b5bb9f7d3d723b4759d4be5d355615a06eb99970fbe1b03ef82d5a7fdea01323d17e74b10819bc57165 Description: debug symbols for clang-format-13 Auto-Built-Package: debug-symbols Build-Ids: 02418089dc484980bd664db886b3e6473c141a0d Package: clang-format-14 Priority: optional Section: devel Installed-Size: 212 Maintainer: LLVM Packaging Team Architecture: amd64 Source: llvm-toolchain-14 Version: 1:14.0.6-12+apertis0bv2024dev2b1 Depends: libc6 (>= 2.34), libclang-cpp14 (>= 1:14.0.6), libgcc-s1 (>= 3.0), libllvm14 (= 1:14.0.6-12+apertis0bv2024dev2b1), libstdc++6 (>= 11), python3 Filename: pool/development/l/llvm-toolchain-14/clang-format-14_14.0.6-12+apertis0bv2024dev2b1_amd64.deb Size: 75296 MD5sum: d2b7e357069b07f106ff0707381fe685 SHA1: eb23a6a549862283496da48862a57f36bcbd9f44 SHA256: 43f0b82cca69245aee917beac9958428cbc919309477b2e89cfe68fa57787022 SHA512: 3a78eddd71d66d9ec6560ae548e6afd6737ff71ac3bd747f20ec20b99917286c976cdde4277542e00f52dac7174f1280a35fbe3aea6d6c31d9e21a36bb597e8e 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+apertis0bv2024dev2b1 Depends: clang-format-14 (= 1:14.0.6-12+apertis0bv2024dev2b1) Filename: pool/development/l/llvm-toolchain-14/clang-format-14-dbgsym_14.0.6-12+apertis0bv2024dev2b1_amd64.deb Size: 8068 MD5sum: 0f0644f552842592fa8bbaaa9c54d2aa SHA1: 726695789e3e071ff933ee4a63f2ff20c3922d4b SHA256: d77958dee134a397846f7b0f0e27e491ca8184de5f84133e7a4f937a30bd62d3 SHA512: ee5352801349c874a9753c5a3f190eed639eb4e0d6b436a12c2b2e7b6b35603bccc62ea0f0ad004e1cf414942ac1c3dd635250dd53822b8fd6d4988e0bdf03aa Description: debug symbols for clang-format-14 Auto-Built-Package: debug-symbols Build-Ids: 7a1b7cc4b0fa26cf7872f0a5c0182794bba28c2d Package: clang-tidy Priority: optional Section: devel Installed-Size: 22 Maintainer: LLVM Packaging Team Architecture: amd64 Source: llvm-defaults (0.55.6+apertis0bv2024dev2b1) Version: 1:14.0-55.6+apertis0bv2024dev2b1 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.6+apertis0bv2024dev2b1_amd64.deb Size: 5112 MD5sum: f97a09fa70ab45c1194e2ffd912d5862 SHA1: c09c310c4da361572733619e25e3e20b49b48e33 SHA256: e8ff343119d3de2b54ecdc924f003eabfe82bf9ac2c2cd5c75f158ff183a8e6c SHA512: b4c439068f5c920aa67c2f54d8f6b0353bd9ced82ba286dce4fd9259e8c1ebadb32feb1d73c69f858ec14557ba69c31a11aa59b882dc15cb40ce9a8e2d86301f 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: 7124 Maintainer: LLVM Packaging Team Architecture: amd64 Source: llvm-toolchain-13 Version: 1:13.0.1-11+apertis0bv2024dev2b1 Depends: libc6 (>= 2.34), libclang-cpp13 (>= 1:13.0.1), libgcc-s1 (>= 3.0), libllvm13 (= 1:13.0.1-11+apertis0bv2024dev2b1), 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+apertis0bv2024dev2b1_amd64.deb Size: 1404144 MD5sum: 2bd4fdfc9f1468b99d37558bfde17dad SHA1: de20339a28512c208073d47244c5ef47c1034b09 SHA256: c5bcb0ef1817c58ace7be621c386b954c9795b0476d363af122b345caca19787 SHA512: 2d7f229438344ee98860d2da49ad191a1da142f595f480b4b535e192dbf0ebf0d6748a83f244f6096c75cf28563cd1cb7fe99d0234555d7f9e84894c07487114 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+apertis0bv2024dev2b1 Depends: clang-tidy-13 (= 1:13.0.1-11+apertis0bv2024dev2b1) Filename: pool/development/l/llvm-toolchain-13/clang-tidy-13-dbgsym_13.0.1-11+apertis0bv2024dev2b1_amd64.deb Size: 8700720 MD5sum: 91e2d658a8845e78293cb076511dac8e SHA1: 3a0312952e4f5fec3720d4c25eba9c220cd256ad SHA256: a93b727fe52782fc52bc68070cf849e82fbc69f380340f988a19f7b681cd038e SHA512: 6bfe5c784e00f0ac2b9b657bb8c9fedd280d63f476f2e1defe16576057b8c1881f35fe76e84e7c207bc1f8ce3e3e57dd344ec51e28fd639afdbf7d47d433d399 Description: debug symbols for clang-tidy-13 Auto-Built-Package: debug-symbols Build-Ids: b4a55c7b3658f7c0d0cf5fd7d7d9861b9cc9d1e5 Package: clang-tidy-14 Priority: optional Section: devel Installed-Size: 9564 Maintainer: LLVM Packaging Team Architecture: amd64 Source: llvm-toolchain-14 Version: 1:14.0.6-12+apertis0bv2024dev2b1 Depends: libc6 (>= 2.34), libclang-cpp14 (>= 1:14.0.6), libgcc-s1 (>= 3.0), libllvm14 (= 1:14.0.6-12+apertis0bv2024dev2b1), 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+apertis0bv2024dev2b1_amd64.deb Size: 1513736 MD5sum: 87531c9e7b922db6d0bf45667fb008d9 SHA1: d752cc945027e138358b8d96cdb64fb2fba29f15 SHA256: d7b9b571bd2031f698d0986bb60e3889a34e6a153f039ed14a1d313d68fe14bb SHA512: 16e1ddb61b7df9021dbb25f573fb07c48ae8c1aa27299096568de6bf95d44dc4dd7db20c895f51241b2091902cc21442e67c58adce4496b70ccfd1076c07f71e 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+apertis0bv2024dev2b1 Depends: clang-tidy-14 (= 1:14.0.6-12+apertis0bv2024dev2b1) Filename: pool/development/l/llvm-toolchain-14/clang-tidy-14-dbgsym_14.0.6-12+apertis0bv2024dev2b1_amd64.deb Size: 237468 MD5sum: 6e2812e394299d9827b0cf758e704020 SHA1: 6773a7729bc134391f4a4e333ca219d9a1acedda SHA256: 6cac55e29e37bac84f016fb5bfde203b590879794c37bba8519e9f409bce955d SHA512: c3c2e247f3bf5ea038f3b30b0303d26f44caffa8ea1808cfb83dd7417048fbef794fdac0675a6225df8d29f9736b29e7e1aa7f895629d089ec87d4bf44df0215 Description: debug symbols for clang-tidy-14 Auto-Built-Package: debug-symbols Build-Ids: 8cb954906529fc628f6d7f226f06c50a6d369753 Package: clang-tools Priority: optional Section: devel Installed-Size: 28 Maintainer: LLVM Packaging Team Architecture: amd64 Source: llvm-defaults (0.55.6+apertis0bv2024dev2b1) Version: 1:14.0-55.6+apertis0bv2024dev2b1 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.6+apertis0bv2024dev2b1_amd64.deb Size: 5128 MD5sum: dff9561030034181dd9f8274d86251d8 SHA1: 94fe6a8f153c5454e28054ee486608e27194aa2b SHA256: 3fb2d0027645e6aca7edfdf599f8aacc0c484f813591f45f96bff554202d8c68 SHA512: f7204c3d0104208e2657bef2157822e513fb00c35c1ba4b1fd401653f1a536fb633a1a4a9e8c82a106866e1d9eea2abd54456b8e6bb6e8d77cda1c232b7ce0ed 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: 29237 Maintainer: LLVM Packaging Team Architecture: amd64 Source: llvm-toolchain-13 Version: 1:13.0.1-11+apertis0bv2024dev2b1 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+apertis0bv2024dev2b1), python3 Filename: pool/development/l/llvm-toolchain-13/clang-tools-13_13.0.1-11+apertis0bv2024dev2b1_amd64.deb Size: 6427040 MD5sum: 7cb83aacb989181a030b3b386613abe0 SHA1: aae31046b33b08f4eeea57bf958dc27705718c8d SHA256: 57744eb35dcb9adfaad3bda158e9311e1737711ec526df6fc23c3f470e7c5899 SHA512: baf6ef495d76ed97b61b4fd6693f023e7fa06816a94f7eaefe0c2f541d9e70b6a8f4bbd60119352ce00c0654d6cc12723beae3da4e9f09df37db05a4a5d2d2cd 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: 31737 Maintainer: LLVM Packaging Team Architecture: amd64 Source: llvm-toolchain-13 Version: 1:13.0.1-11+apertis0bv2024dev2b1 Depends: clang-tools-13 (= 1:13.0.1-11+apertis0bv2024dev2b1) Filename: pool/development/l/llvm-toolchain-13/clang-tools-13-dbgsym_13.0.1-11+apertis0bv2024dev2b1_amd64.deb Size: 26068860 MD5sum: 95d0f39d4ff722e8a86b70ced6ef5203 SHA1: 61f2c3aea170fa62c4092fbc82f8213f04bfda4e SHA256: f16702aca47baee217649ed1b445414cac3c75f5c2ca33dd20f2ff6f86fea6b7 SHA512: 230648834950ed9911f2c5a440262976b04c477c4f968d89706a252286f277e3bbc38521cdde06e1d19a4f556140b3a3e2b85f51cc2d2d2ca20d4d0ad29d575c Description: debug symbols for clang-tools-13 Auto-Built-Package: debug-symbols Build-Ids: 0c378988abe60f26630ff30e18b71f757c4760a8 135c399ace48407e742f70982c1b135c06862601 159cb6ec1b5745fb8a2261eb9be529bc20356fc1 27b6e2a850864329adb8e3a574681572d197698e 27db0756afdd61d87b4c1d93ea6a739d3ebba21a 2df6ed01a36edc6f76c4fa7ec62f378bb00fd458 34e3441c67fb0e1bbf8ea3e0b60cb8b6ad0e7d5d 3b1d7b52d1913d7bf639db9a7c9ce1e4f023a0a3 439498ec717b9cff9b51c3fbff5e3ad88572d9b4 4c1e15a47e78cc8bede8cc901ba6318b51013278 576aad5926a2056616552422f4d9cf34676488b3 8095032441227a5f437c6b531142614379565d8d 89c50cb0926e494dddb4047715186f68086627a1 90bd11d2499a3263c2650d5a4e7ce7f12e48ffd7 9adcb548f99e7df7be130db20a3f2ff3087c0f04 c756ba518105708e3c8b83e643ad586abc93a0f3 c804a3f110ac79ee1e0569d36eca9c86f84ac2ec c864a01fb53b10e176ecd19fecf6da5bb44cebc9 ebd907c04fcd28f2f36e299344ca0aefd68c8aae efb3cbf655146c0cc5b8117d210eee9d7f6a8075 f701173c9a2f9e12c121cd218a4363c69effc5f5 Package: clang-tools-14 Priority: optional Section: devel Installed-Size: 28705 Maintainer: LLVM Packaging Team Architecture: amd64 Source: llvm-toolchain-14 Version: 1:14.0.6-12+apertis0bv2024dev2b1 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+apertis0bv2024dev2b1), python3 Filename: pool/development/l/llvm-toolchain-14/clang-tools-14_14.0.6-12+apertis0bv2024dev2b1_amd64.deb Size: 6462620 MD5sum: 6e73f86d5c17ae41c355bca69581ecd1 SHA1: 6f8d723175fe274f54fdc563422aafcad26e6cfc SHA256: 5f92a4bada29cb7479c1cbad02a95dcaea2fa2e266f59eba9377a84cfe97f2e2 SHA512: 562b1f017cfdfd9aea42b2b1a205ada737c1ec97a598d45493c138a3852bbecb59b78b12c99de94e86e8f2ae27eca00131b666bcd3c832a40d9eca9313d5f0fc 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: 7011 Maintainer: LLVM Packaging Team Architecture: amd64 Source: llvm-toolchain-14 Version: 1:14.0.6-12+apertis0bv2024dev2b1 Depends: clang-tools-14 (= 1:14.0.6-12+apertis0bv2024dev2b1) Filename: pool/development/l/llvm-toolchain-14/clang-tools-14-dbgsym_14.0.6-12+apertis0bv2024dev2b1_amd64.deb Size: 668976 MD5sum: 69532b0f450343ae924904a4967349c6 SHA1: 550c55833cf5e41d9534b8186b1f4f6c4d9eff53 SHA256: 2f772cdeb45b0740fec9391dcda86aefd5bcc7da6ac41b4b24d9597b3e80c66a SHA512: 031b09eab717a88b305306c0b92604b4a5a3ef82152fc4c72035be8a5cf4dc2d3bfa9b5fe24011f0598c680f4b5d2a6c9fd7f6c373e6cb6c325c323e0b2ccd87 Description: debug symbols for clang-tools-14 Auto-Built-Package: debug-symbols Build-Ids: 1611b6257f9a95eda9499d571afef3ffc49b899c 19796b6fc04d527ea9625318b4eb2d7922dcaaa2 1d44cab093baef500f8a574a6c0379203b6f7d92 27d58742167530c210af0b6f2b20b0c1797d9d47 2b17c83672c78c504fc77df533dfcc61bb7745e9 4959feea22f36c0185c2bd417292b22da9046ad6 4ee627e69671e4d7ccfa6ada09a9e9508e9b6e43 572a407129d99e270362f0eb9fb9ea715e6501e2 5c1ce242f23764e8101a6c5579c12e307c1c0351 710348191fbb66c2f1db28545bd981b15613e4da 71854b288532ec03f3bd5c504b0cc3ab6277b882 72e07cd58e3eb03fd8e0998b426142a199fef2db 762b4099b2962b9fa1bcf961022dd09fdea6f59f 827b4312c6c7676e75e0e7bd98c06192c10730e6 99ae2cb46371aee3ce44f2a37fc7b0d411e61869 abd88ef10e49bd5c5fe16f5cc0bff40f6101b9a5 b3641da14a4572e49bdad057b444edbf7b3a6de8 b9d663c5e890165ad313a6682c970d0f127c01c2 bacd0a1ec03796832a2a3677991ce5280bb07a7e d9ecb2ac813865ef8115eab6544bec3db7254d9b db3d80cb031d33ba4ac2ae32c69c6f3bbcdc3c10 e761bacfae45c41f2c7a3004aff11d78bcc82352 ea00cc659bd4eb72f32a99f89f7e20e7a212a344 Package: clangd Priority: optional Section: devel Installed-Size: 17 Maintainer: LLVM Packaging Team Architecture: amd64 Source: llvm-defaults (0.55.6+apertis0bv2024dev2b1) Version: 1:14.0-55.6+apertis0bv2024dev2b1 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.6+apertis0bv2024dev2b1_amd64.deb Size: 4940 MD5sum: f68f8cd4cc478025ab42f0bcacc08083 SHA1: cb84d66c31179056f1911d0d2a67a20ba169ca45 SHA256: b5ac342c9562e33601f12a7b01b5c838ed9f76c9a02a55167ed4b79de71ac808 SHA512: ebbca5c4088e3145a688cfced64ba6f4f11a84ff74be7587b062fc454832a56217deb0e67c77cf49b3a0b45e95d6b0157893e5dfdf4e1b7b28164452e8db58f1 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: 12522 Maintainer: LLVM Packaging Team Architecture: amd64 Source: llvm-toolchain-13 Version: 1:13.0.1-11+apertis0bv2024dev2b1 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+apertis0bv2024dev2b1) Filename: pool/development/l/llvm-toolchain-13/clangd-13_13.0.1-11+apertis0bv2024dev2b1_amd64.deb Size: 2740692 MD5sum: 0e36cee3a683567d6a6187cb0b0c2f14 SHA1: 9bcc64ea3b41cf6d9d7a3083f53eb94bf16ce3a5 SHA256: dae8b0f1380fc781af21eb5a8fd2c160c7f3d2af74f9c2f915e8f55db1f6caf4 SHA512: ff04307c47c445eca37b32488d182b0025bc54496d10b16a8edaca8c810c51d1c2b8d15070e375d729295298e6a5020e27aabe3828f700dbf1020599caba36d1 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+apertis0bv2024dev2b1 Depends: clangd-13 (= 1:13.0.1-11+apertis0bv2024dev2b1) Filename: pool/development/l/llvm-toolchain-13/clangd-13-dbgsym_13.0.1-11+apertis0bv2024dev2b1_amd64.deb Size: 13292828 MD5sum: 9e9833e34f1af2a2e96462fd39c5e2d9 SHA1: 3d2ddc2eafebe22c773519a475ad06efb0657732 SHA256: cf88eb2598c79af2b278c25621ed44cb04d622da0254f8a754c936831e2f68e7 SHA512: 3f05f370ef3b6d2353fd848c83f42c1c24c0dd7d182814f1f232e7b514a8f4816d938a7e768e43e0a72c5a52d9b4f4fcc5474c031950f6805d03f5238488e802 Description: debug symbols for clangd-13 Auto-Built-Package: debug-symbols Build-Ids: aa9e3bfdbe0d01e1294c4db8af99c3996c305275 Package: clangd-14 Priority: optional Section: devel Installed-Size: 14344 Maintainer: LLVM Packaging Team Architecture: amd64 Source: llvm-toolchain-14 Version: 1:14.0.6-12+apertis0bv2024dev2b1 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+apertis0bv2024dev2b1) Filename: pool/development/l/llvm-toolchain-14/clangd-14_14.0.6-12+apertis0bv2024dev2b1_amd64.deb Size: 2784484 MD5sum: 40a64d49da93755b34b7c4be8246b231 SHA1: 7277135225ac7305c47f93c916e0f8bb9e7829d8 SHA256: d3b37b9c69b794ff13a51b37470d21267f9309d233736844a90359151ddab33f SHA512: b4431d3c6f433490449ef33743623af1126ca46eff5617b715ee770114d382765bf4856b22835de60e686f82f901b5c2d1e1b3b55493080eeea7099b7273ee8c 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+apertis0bv2024dev2b1 Depends: clangd-14 (= 1:14.0.6-12+apertis0bv2024dev2b1) Filename: pool/development/l/llvm-toolchain-14/clangd-14-dbgsym_14.0.6-12+apertis0bv2024dev2b1_amd64.deb Size: 378436 MD5sum: 7c409797e4421bb7cbd23a0ca33377be SHA1: 1be5b7f4b72568285d275b01277d54941ea7bdad SHA256: 98732b0c74ea8937de6c60b90804cbfb4585c2c354e96fb61b8a0c5380e99abc SHA512: 157d7f572461a48d121425ae52dbb2699d1908d4b33ccfe0f1f8d598cbd8b5b9ac78cc091da220d40d9a5b7846fff02c3b86f65ca78e4d82cb976444c22f8084 Description: debug symbols for clangd-14 Auto-Built-Package: debug-symbols Build-Ids: bac023dbb29c66ce8fc7cf6094d049f8d8d7983d 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+apertis1bv2024dev2b1 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+apertis1bv2024dev2b1_all.deb Size: 27208 MD5sum: ee37d27b07db30b7a3fa067efb2b0e86 SHA1: b6345858de412c074ee63a1af53edf2d07750836 SHA256: 35414ca378f92b7338355534aff0c967647cafde94d5bc4755321d1b8e560414 SHA512: f84f6033c07e7b7cf55ea11413c57ed1cc9f35a85eb93038f117d5f31292e2cacc920ae33fad3a55ca24658056b99500f79785aed7f028164dd06d295a10ad0f 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+apertis0bv2024dev2b3 Replaces: pts-tetex-cm-super Depends: tex-common (>= 6.13), texlive-latex-recommended, cm-super-minimal (= 0.3.4-17+apertis0bv2024dev2b3), pfb2t1c2pfb Conflicts: pts-tetex-cm-super Filename: pool/development/c/cm-super/cm-super_0.3.4-17+apertis0bv2024dev2b3_all.deb Size: 18680108 MD5sum: 65ba9124e7392d169af9311c0182feb3 SHA1: 29170beaa555458bb35e74f2b2800f487889330a SHA256: aff6b9428fa80e57835661632a847d94a5a2fca5bcfdb094bbb29773e7eec3a8 SHA512: 6b326f6bb11668cac5b0ef9881ad2e35c5ef643bd855ec8fb5a1a96e860e4791b3d5e60da8d67697d009c07aa0e32840c9a1bea71c9d44ee88a95a239f4a40e3 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+apertis0bv2024dev2b3 Depends: tex-common (>= 6.13), texlive-latex-recommended Filename: pool/development/c/cm-super/cm-super-minimal_0.3.4-17+apertis0bv2024dev2b3_all.deb Size: 5815088 MD5sum: c43df4791243153eb6860e653032f03f SHA1: c391c460c7982b37040f8fb7bb5ea04bccdfef63 SHA256: b866fc93ca4964278b3ae34194904c62f71bac5c1c38ce845db2a1335eb6327c SHA512: 108f5919f815e97887a0c9319383e9999b066c50be8833b300ed80f0bea7bd5a4671b94659d304b97eea69287b3ad111cdde7472eda8a9f16c140d7c846bce7c 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+apertis0bv2024dev2b3 Depends: cm-super-minimal (= 0.3.4-17+apertis0bv2024dev2b3), xfonts-utils Filename: pool/development/c/cm-super/cm-super-x11_0.3.4-17+apertis0bv2024dev2b3_all.deb Size: 269788 MD5sum: 874f8e0cc4b9d90f192dfdad871b793a SHA1: c42729651e5e19c595e94c9388ea30e323d0f444 SHA256: 59ddb729a49f40b79d21ce6f9cfd7ad3785bdf761242059c318fdef6b7d1aa5c SHA512: c50ce6b4b2e3080b9bb0f94f22d946345406a2595e62c3634effd87297246c888251387d3ba4f355dba6fb0028807adb8cee23678a28e2815df4f2bfe7df05a4 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: 28906 Maintainer: Debian CMake Team Architecture: amd64 Version: 3.25.1-1+apertis1bv2024dev2b1 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+apertis1bv2024dev2b1), procps Recommends: gcc, make Suggests: cmake-doc, cmake-format, elpa-cmake-mode, ninja-build Filename: pool/development/c/cmake/cmake_3.25.1-1+apertis1bv2024dev2b1_amd64.deb Size: 8700100 MD5sum: 82e3e9ea1866a437e57a8b168b3e2edd SHA1: 25ec14e0a07d1e14fefe0854b4b6ad255e346eee SHA256: d9269ee6cbc54fe56c5c352032208a3b6d337b82e90f8e6db0e5794ac180b120 SHA512: 18875a5c88ddbd00246a12190641d4c29a74a14fbda5ad4ef5d17d522dbb3078b3a60edcf45f310a5d7c4df6135ce3881434a7a353666698faa895fc7cba8def 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: 8755 Maintainer: Debian CMake Team Architecture: amd64 Source: cmake Version: 3.25.1-1+apertis1bv2024dev2b1 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+apertis1bv2024dev2b1) Filename: pool/development/c/cmake/cmake-curses-gui_3.25.1-1+apertis1bv2024dev2b1_amd64.deb Size: 2724908 MD5sum: 7c1e934f384cae2691bb540a40ad87d7 SHA1: 64bd6be843ad0d7b456f1e2beab28140cd3f0377 SHA256: cc26e9a9948e40523310d8279299b210d7ea4e15d55cea1f81012c8022ee1744 SHA512: d7580c124b95ab5adfb57c35bc60178dcd2fdb10b0ffb39fc62cbf2c2d44d2fde37bc155c5c87281eb23cc236e800d44d04ff68d715f5ac51eb66ad2de02b7b4 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+apertis1bv2024dev2b1 Depends: cmake-curses-gui (= 3.25.1-1+apertis1bv2024dev2b1) Filename: pool/development/c/cmake/cmake-curses-gui-dbgsym_3.25.1-1+apertis1bv2024dev2b1_amd64.deb Size: 88553680 MD5sum: 7125ab80cf1f08184fbf474aa3090ed2 SHA1: 114f72c51da132cf9bc1fa7f6f36147bf91b27d5 SHA256: 62517f20cd0555c67f6ca135575c55b85e4f25697114879473fad8e2d7bed657 SHA512: de5a1f4836ebd364340597459cf0802abf33489feb30b6fcdbf43a755855504d9c7407af1bcb9b5bab96bac1b767569246718d92f548350adbe28c3ffdb1b5bf Description: debug symbols for cmake-curses-gui Auto-Built-Package: debug-symbols Build-Ids: 9b14bc731c7937063252463d5ee6eba1b4fc9c1f Package: cmake-data Priority: optional Section: devel Installed-Size: 10465 Maintainer: Debian CMake Team Architecture: all Source: cmake Version: 3.25.1-1+apertis1bv2024dev2b1 Filename: pool/development/c/cmake/cmake-data_3.25.1-1+apertis1bv2024dev2b1_all.deb Size: 2034848 MD5sum: 39ad036ea05f014a045ac2307de130f0 SHA1: 449de675b702b3e1dd061558eba9ac82d16dbe73 SHA256: 1957bcf72f180b2db7b97600d4838ac8ad1e0bd11c0c615d2bff9ae400936341 SHA512: 570847ab08671ca2f923253feb6fa7dfc3fe1933214822e967e0813620262dd1b2549f80a6ef2fa5df7cdb67da81d0ab2d0cee541c82e4646e9271034c1f113e 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+apertis1bv2024dev2b1 Depends: cmake (= 3.25.1-1+apertis1bv2024dev2b1) Filename: pool/development/c/cmake/cmake-dbgsym_3.25.1-1+apertis1bv2024dev2b1_amd64.deb Size: 285465500 MD5sum: 31e649d82d22820dd81cae66be2425c4 SHA1: 6e852b33ee4620fec0e1e255626b83d46b2fb041 SHA256: 7aebdea316ff07fee0f2a16f3f37dcf4b16345e75c2940782a96488ec48ddcaa SHA512: cd84e87555f70a3b76133f173a4f886c874135f7a04bf8b662373586645fbba99e5d8d8f3e511f6ea0fede24f21c7d162124803dd18f4af35975fea084563c75 Description: debug symbols for cmake Auto-Built-Package: debug-symbols Build-Ids: 3567de761c8f7412e28ce91ec380bf20ae5848d9 3e79b3be56156abf7dbf3017a6a46247ce4049f2 b3fb8b8626428480d49678e5f4618fc7a12a18d5 Package: cmake-doc Priority: optional Section: doc Installed-Size: 30844 Maintainer: Debian CMake Team Architecture: all Source: cmake Version: 3.25.1-1+apertis1bv2024dev2b1 Depends: cmake-data (= 3.25.1-1+apertis1bv2024dev2b1), libjs-sphinxdoc (>= 5.2) Recommends: doc-base Suggests: cmake Filename: pool/development/c/cmake/cmake-doc_3.25.1-1+apertis1bv2024dev2b1_all.deb Size: 2314144 MD5sum: 16542a51cfa819d47201fdb6dee956a6 SHA1: a0bcaffc08631d03d9a673d9d737ed14e7f1f21c SHA256: 713d21973a4d7b1b2f0d923e6b29173544cd909f40bc46d432f26182dc0da17d SHA512: 6190889ceb39d2345d808e562e399f25cfa5dc61aac67d38eef3377ef38846543ba6cd4b8c2dc2b2f50e44a381f204e5cac44a40b5ec787f5415e99db5f957ef 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: 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+apertis0bv2024dev2b3 Depends: ruby:any, ruby-coderay Filename: pool/development/c/coderay/coderay_1.1.3-8+apertis0bv2024dev2b3_all.deb Size: 10944 MD5sum: 5d2b1ab659535df144b0e5800fbe7115 SHA1: 2ffebd8e22c17bd97d125e20206f7bab99e7b249 SHA256: b4144d62c72748cf828efbfa9bfefdc61617883513c05216c290b374de14da87 SHA512: b380d5bdeacd85f24db5e7466f97dca0bed16ee491b9fd35c37321a4a735b778c690571b91b703f4d4f52f1b7944d0c64fbdb5c20cbf06352ec5910a39c3bf5f 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+apertis0bv2024dev2b3 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+apertis0bv2024dev2b3_all.deb Size: 269524 MD5sum: 98bb04d81f20c69c6711bdf33cafdb6b SHA1: 4cbfb03f3aff3396b15bfa6e622d72ccf78cec85 SHA256: 44f491ba686c9780ae027e54e4c807d5e4eb7cb9d7cb937eac0094f8a2994f47 SHA512: ede2bc29ae5025bc2d1688e4cf20915f519cacbd356f0bd325f46c49d4e0024efd577f9bda58144f027d7d90a360460c495df8864b4f60a3550c69a95d681a4e 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+apertis0bv2024dev2b3 Recommends: libjs-coffeescript, libjs-jquery, libjs-underscore Filename: pool/development/c/coffeescript/coffeescript-doc_2.7.0-4+apertis0bv2024dev2b3_all.deb Size: 615032 MD5sum: 47347fd74dd2556e706d746fc0e9bf51 SHA1: b53c2b9ebbefb9257bbcc5884db4ddc68b43e604 SHA256: 69cbf1977379523cbcd03abde5a8721e74b1e63fd309383774f96002cc2e3d91 SHA512: 8aec28ce913be2fb98f721353ab706b4dd55addbcaee74d01e1cffa1d5fdb35ca8fc18e5ff5f228aea793b10aecb76d8dd0af1a1a8da209cf05e59cda3d7ab68 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: containernetworking-plugins Priority: optional Section: golang Installed-Size: 44788 Maintainer: Debian Go Packaging Team Architecture: amd64 Source: golang-github-containernetworking-plugins Version: 1.1.1+ds1-3+apertis0bv2024dev2b1 Provides: container-network-stack (= 1) Depends: iptables, libc6 (>= 2.34) Filename: pool/development/g/golang-github-containernetworking-plugins/containernetworking-plugins_1.1.1+ds1-3+apertis0bv2024dev2b1_amd64.deb Size: 6757804 MD5sum: afcdee4a790ba8ea097587e1bc125f7d SHA1: 1fd6a553227151ee5b7d9c757528fb10daf31a0b SHA256: f39ebe4e46bb68c11fb4939a699a10dbef8d174466c57a7067e2c712ad2e5fbd SHA512: 83c622239887b22ab66d1e026c4b01187091cc787562741bc7bac5f6da364ae22b47d59b08e2afdf9452a9b0ad167a54bc607647e7737245b3cf10b84b538bbf Description: standard networking plugins - binaries This package contains binaries of the Container Networking Initiative's official plugins: . Interfaces - bridge: Creates a bridge, adds the host and the container to it. - ipvlan: Adds an ipvlan interface in the container. - loopback: Set the state of loopback interface to up. - macvlan: Creates a new MAC address, forwards all traffic to that to the container. - ptp: Creates a veth pair. - vlan: Allocates a vlan device. - host-device: Move an already-existing device into a container. . IPAM: IP Address Management - dhcp: Runs a daemon to make DHCP requests on behalf of the container. - host-local: Maintains a local database of allocated IPs - static: Allocates a static IPv4/IPv6 address. . Other - tuning: Tweaks sysctl parameters of an existing interface - portmap: An iptables-based portmapping plugin. Maps ports from the host's address space to the container. - bandwidth: Allows bandwidth-limiting through use of traffic control tbf. - sbr: Configures source based routing for an interface. - firewall: Uses iptables or firewalld to add rules to allow traffic to/from the container. Built-Using: golang-1.19 (= 1.19.6-2), golang-dbus (= 5.1.0-1+apertis0bv2024dev2b1), golang-github-alexflint-go-filemutex (= 1.2.0-1+apertis0bv2024dev2b1), golang-github-appc-cni (= 1.1.2-1+apertis0bv2024dev2b1), golang-github-coreos-go-iptables (= 0.6.0-1), golang-github-coreos-go-systemd (= 22.3.2-1+apertis0bv2024dev2b1), golang-github-d2g-dhcp4 (= 0.0~git20150413-4), golang-github-d2g-dhcp4client (= 1.0.0-2), golang-github-mattn-go-shellwords (= 1.0.10-2), golang-github-networkplumbing-go-nft (= 0.2.0-2), golang-github-safchain-ethtool (= 0.3.0-1), golang-github-vishvananda-netlink (= 1.1.0.125.gf243826-4+apertis0bv2024dev2b1), golang-github-vishvananda-netns (= 0.0~git20211101.5004558-1+apertis0bv2024dev2b1), golang-golang-x-sys (= 0.3.0-1+apertis0bv2024dev2b1) Homepage: https://github.com/containernetworking/plugins 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+apertis0bv2024dev2b3) Version: 4:12.2.0-3+apertis0bv2024dev2b3 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+apertis0bv2024dev2b3_amd64.deb Size: 7152 MD5sum: c0d4e55f5a091227741677125c1ff121 SHA1: c6552fa4492b6d58b337dacd8e23411354fb36fd SHA256: 472375a1cfc01dfb65488a324ad547f6e1ae4196ee7125a70db91d09838ac379 SHA512: f9283a1e70cda93558ad655bcd673ca6fe73ef1f65cd3d299672dc3dc6dbf2882c9da3ac616ff8792dcdba8a675f5aacaa723e114c3813293e4532531a1911b5 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-12-aarch64-linux-gnu Priority: optional Section: devel Installed-Size: 30079 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-12-cross (15+apertis0bv2024dev2b2) Version: 12.2.0-14+apertis1bv2024dev2b2cross1 Depends: gcc-12-aarch64-linux-gnu-base (= 12.2.0-14+apertis1bv2024dev2b2cross1), 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+apertis1bv2024dev2b2cross1_amd64.deb Size: 9152752 MD5sum: 5ba554cc3cc40e68cd61e1ec24e1f474 SHA1: 1d769e77043d4955e6bbeb16081bbddfa612b91f SHA256: 98d159ae96c39d58f1609b2ef8fc4c4564232ea04fa9ae556ebd2db8ca4bf5e7 SHA512: a4863ccd3ace82e936ae2a78ec8bdacb16d19fac977bc823c3a74bd76f7e1f74fc86393e587daeae45ba36bbecf062e6266ab40de0bd6297ce654afbb33962df 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+apertis1bv2024dev2b2) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: cpp-12-arm-linux-gnueabi Priority: optional Section: devel Installed-Size: 26810 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-12-cross (15+apertis0bv2024dev2b2) Version: 12.2.0-14+apertis1bv2024dev2b2cross1 Depends: gcc-12-arm-linux-gnueabi-base (= 12.2.0-14+apertis1bv2024dev2b2cross1), 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+apertis1bv2024dev2b2cross1_amd64.deb Size: 8663508 MD5sum: 879b6a90a34eb61e9c91e5983ac7c941 SHA1: 3d37fcc34f7c540d09ebd93b98e2591f4c2620ad SHA256: 1fc10e0e379647565cfde97bc5b6416141e8cbb6d1167c9d1b6dad5ac9657522 SHA512: 520bb9bb3fb2ca9a25438f0c3ddb8b7bf2808254de4ada0988f6b7f75137269cba52060eea71c8b4839e034e0b9430646d6521b302a7878b739c21b34bbd5cfe 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+apertis1bv2024dev2b2) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: cpp-12-arm-linux-gnueabihf Priority: optional Section: devel Installed-Size: 26810 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-12-cross (15+apertis0bv2024dev2b2) Version: 12.2.0-14+apertis1bv2024dev2b2cross1 Depends: gcc-12-arm-linux-gnueabihf-base (= 12.2.0-14+apertis1bv2024dev2b2cross1), 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+apertis1bv2024dev2b2cross1_amd64.deb Size: 8663324 MD5sum: 1002b69716b859f15675e527f283d995 SHA1: d8e397bfe6cb7a3efd12fdb64493e998360f0183 SHA256: f9da8f1c181b365a24eb33a5edea88c06810f8d6e780f8169fad288e924176f8 SHA512: c6450b0f679f7083b8de293e7ed57ea42e4f2195e5dc03c4458b9487fa1f4e4a0bd1bc065807b78b8c8cd602b8ed0ce19e7d4f32521a47e6ecdf6b1eb901ff33 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+apertis1bv2024dev2b2) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: cpp-12-i686-linux-gnu Priority: optional Section: devel Installed-Size: 33850 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-12-cross (15+apertis0bv2024dev2b2) Version: 12.2.0-14+apertis1bv2024dev2b2cross1 Depends: gcc-12-i686-linux-gnu-base (= 12.2.0-14+apertis1bv2024dev2b2cross1), 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+apertis1bv2024dev2b2cross1_amd64.deb Size: 9767404 MD5sum: e7bd1a8876f3814337653bddf60d6490 SHA1: 361172cee7ca62b3397c1d177a1d2c14d91ab915 SHA256: 26beb5014d7096583c26433e79afc0bcf619b13eae209fc9fdd11432a8c045d7 SHA512: 1743ed28ee008b131ec71a74d21ded4a0d711f218c7d69e71c5526de9b68990154535ee58e799cec55834c81272c35f0eacc97972aff1d4cfe01b2e2ece3c465 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+apertis1bv2024dev2b2) 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+apertis0bv2024dev2b3) Version: 4:12.2.0-3+apertis0bv2024dev2b3 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+apertis0bv2024dev2b3_amd64.deb Size: 4308 MD5sum: ccafe9e45e2ea3cb0662a88fa0d3c6a4 SHA1: 894ecc107534509b165dc6271f0abc5f2834ebbb SHA256: 10062a035d9693b6413f317f661cb64f283a143ebb782be42a9eefd30ddc1bef SHA512: c3f3c6041b861bcd321b1d5eb6d5fd9894b9f4096c396ec788796c1d775d86389228395dca8fd4a2d3e7a519f1dbbe3479bd8435a731c33e12ff8671ec95f24a 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+apertis0bv2024dev2b3) Version: 4:12.2.0-3+apertis0bv2024dev2b3 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+apertis0bv2024dev2b3_amd64.deb Size: 4316 MD5sum: 56faec38a4bfb886b62f02191332c508 SHA1: 3683021098da8698326c2a37045670464d5b897e SHA256: 89b0c575779aa8f36e9640ead5d2c68f7481946f28341c5f09cdd1fc3f545fc3 SHA512: f85064f916efa7a4c41b6eac32384ea9a7e0c8735b9cf8bcf46b8cec5584556ab433cf64ad29bb0d731cc9bd8394a3789e8167b53efab80f262e5c849906720d 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+apertis0bv2024dev2b3) Version: 4:12.2.0-3+apertis0bv2024dev2b3 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+apertis0bv2024dev2b3_amd64.deb Size: 4312 MD5sum: 0e498ec5827b4f5379c00f13c9db9843 SHA1: 77992e17581559fdcde1922f8fea11033b11bc71 SHA256: 9a78fcd90623550c5e7102d5a10d527dcba54e60c488804a4df0157b2fb270ff SHA512: 53dbf1956998687fe52afd5fc0e1131dc4a4bd39ea6fbdfa2e03d73fa3a7a3c92105020f0b9c3051ede1d2a44aa7d58d985498ac679f79920a29c935dd28d3cd 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+apertis0bv2024dev2b3) Version: 4:12.2.0-3+apertis0bv2024dev2b3 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+apertis0bv2024dev2b3_amd64.deb Size: 4308 MD5sum: 8446e399db136d0e9104b3d032dab2ab SHA1: a3c8b44e2ad29c1fdbe5cb42e85a60b16f01db5d SHA256: b4cfc1be6559cf41c7be42b690a8724f906aae96cc7af172c30643ac6475ff28 SHA512: 16069fa6185a54107d31d46e4c02ef1a1eb4685a72e92642213f08d4adff1120f0e7d094fd5e9c2dd08bb9cb312f16e3db9317c9b40b8ec695e35839470df0de 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+apertis0bv2024dev2b3) Version: 4:12.2.0-3+apertis0bv2024dev2b3 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+apertis0bv2024dev2b3_amd64.deb Size: 4320 MD5sum: 89226462b86668ea7965bbbea8c2af2a SHA1: d4bd51a68d183ff319882ea8af63b797890457a3 SHA256: aeef40014817db21c5c47fafa099091d7fb0eaabe6710f0cfd1e4df09a08cb04 SHA512: f40b94090634bb0da9feaf1add26a3e25eaa6612dc3b63b8e2a033114b4c9bdf4b59aa1f27806b20b4100a830c63580573c7800c323a663c6059593f449dbffa 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+apertis0bv2024dev2b3) Version: 4:12.2.0-3+apertis0bv2024dev2b3 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+apertis0bv2024dev2b3_amd64.deb Size: 4308 MD5sum: 3733ad95f4aae942cc9dba8ff53aa24a SHA1: c2fc832c90994c966275a008136d409d881fb1f6 SHA256: 7b3b0b64d2af3a3e232596329c8d9e418aa732f2e41aaf682394e8f5bc74dd0e SHA512: 1a17119049f27d2852bbc9ecd552483acf7efaa9a6047dd8ce0e53d0a21a37922465ba148f815a6c830ff6a5c5945fc063bb6f3211e5af50a5094bcb7701a837 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: 221 Maintainer: Javier Fernández-Sanguino Peña Architecture: amd64 Version: 3.0pl1-162+apertis0bv2024dev2b1 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+apertis0bv2024dev2b1_amd64.deb Size: 73552 MD5sum: d4519e9719f130f9681bef700b4ea850 SHA1: c4261be2a0c60be21083fbe2fb778f5974178ee5 SHA256: d11a4edc4b8de94492aee024f5422797f70cf70d93f0701900965e7e3fb9493b SHA512: d041890e3d95ba5e0c7b26621691a43661df92882db7acaa62bed80cce79005785effb0d9605005fad45db9310ee32fc4d87d17f5353cbacdf5e63b83237a20c 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+apertis0bv2024dev2b1 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+apertis0bv2024dev2b1_all.deb Size: 13112 MD5sum: 46f15e3ba25341c279345e38a2e7c68d SHA1: a2d7cb1dc21fe9c50c36e99a38a66bd0f8071ff5 SHA256: 76971aeef0190876ce54ee46d5cf4c248e8f37d10e869c78f12bf35ec8edefe1 SHA512: 5e7953d2ec47cb71fecbb0f4a55a8bd5cb96cd26c707d3f2606f6b68b094244a014ac72625c385033db5d03e8a0f22381961209bf7aba03fdfd63a2cb5946f71 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+apertis0bv2024dev2b1 Depends: cron (= 3.0pl1-162+apertis0bv2024dev2b1) Filename: pool/development/c/cron/cron-dbgsym_3.0pl1-162+apertis0bv2024dev2b1_amd64.deb Size: 90324 MD5sum: ac2a87a25ab9a7405a05f82a12bed435 SHA1: e64bce7e06a1ee5bb8e9fcab3878750cc6139bd6 SHA256: f8a579615fb8d7d10e7f3323f98a6021edb8197aa2ef52f4b94294586541deba SHA512: 62a6376dde8305d9de8d942faa9da410e811d823db12f833197b5b27b70ffa8b940a3fa073f23e610adab7ae9c123a4fb7b79be44b3cae61ead4860eaf47961a Description: debug symbols for cron Auto-Built-Package: debug-symbols Build-Ids: 9335596096312f1bd1e8a0ab857f0690639a5810 d85df4195f321ff8e16624fe77f9efd018b4118a Package: crossbuild-essential-amd64 Priority: optional Section: devel Installed-Size: 12 Maintainer: Matthias Klose Architecture: all Source: build-essential Version: 12.9apertis0bv2024dev2b1 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.9apertis0bv2024dev2b1_all.deb Size: 3588 MD5sum: 4206be1b5c6d81f61be3784f044f508c SHA1: c6769b3c4c360beed556c0fbf41866afc57fe0ef SHA256: 0e5f7e07d120f9266e9cade6d19af8f73f97cc403ef26287c0051fc564931d11 SHA512: 38d0ed6e211fd8b6740e66f1df31a69115034bff169d7166e1b3f941594a2abf7bec27435c34b1ebea2515cf989786df095e85fbc534ebfb20875b3f9d3ab81a 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.9apertis0bv2024dev2b1 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.9apertis0bv2024dev2b1_all.deb Size: 3588 MD5sum: 2282bef671ba1f88eee590c68f3adad5 SHA1: ebf5125658f9204bb8eb7d9ea8532f1063bed5b8 SHA256: a6a72829f7cd1442c8e24f716af1a7f1c47b41f86181051ee066c6bbc8dec9b0 SHA512: 42c108c92739adc1ac14fa57969880dc6a501a02be31c79e8658a4b4a750cb0471fa847f669106b3a438439fbf33727c88143dadcf9b92f58735d549f93500b9 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.9apertis0bv2024dev2b1 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.9apertis0bv2024dev2b1_all.deb Size: 3588 MD5sum: 6c8c1d4e4bb7c981a8d0d4106045b747 SHA1: b2693abe8114b092aee72a0692133558a4ad3b35 SHA256: 4eb23c4ed71c64ac5ce948e2039ef9cd828f964b87318f4aa44e894644dcfe5f SHA512: 9d8d8f43e2338cadbdb87e0231bb30c4e1cdb759a9327071d9c7d9483f1879916588f737ec191f86a295a02c389f2e49f1f5f38a1919f1c7bfdb83f59053f21d 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.9apertis0bv2024dev2b1 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.9apertis0bv2024dev2b1_all.deb Size: 3588 MD5sum: d7483c70a6bbdc560b6260639206dab2 SHA1: 4a6542c4e0d628d55aa2418269e6afb429f0a332 SHA256: dfe23ebceaa53a3146c96830aa00f66f9bd6fa76ca83279df97201b0738930ef SHA512: 6ec24a89911f2c483142d8bc80b8657deb4c3f285a03e077e8b60ee15d25c63bdc3f8bcd53d531cd15aca3f0303e17f5e59f4f5d9f19ee0abf5cff251beeca21 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.9apertis0bv2024dev2b1 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.9apertis0bv2024dev2b1_all.deb Size: 3580 MD5sum: abad0c742b9d4278b53d7f0aed2141cc SHA1: bfd84f5886316b171dfa735edb3abe1aa260981b SHA256: 3ca4ad734a1b08acc6f4dca91a8266d7c5ea57a71ee57fc29443b8f4a86a3864 SHA512: bd88a00c801fdc24f8c056539b06b2f1efda13624128b3f998bdff36ee0304f7eaab005d94f6f90df7137bd9bdf999eeaf13b6ac7de3533906bb5cafce368e73 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.9apertis0bv2024dev2b1 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.9apertis0bv2024dev2b1_all.deb Size: 3588 MD5sum: 6b42626911a432adb143a0240e08f5e8 SHA1: 6de1f3ab5c11c96df35371bf7495edcb47bf194b SHA256: b2839f3d7631df162a69930784251f9a959b4301865e22e92ded4390ceeb5de6 SHA512: 9f3700f0647167c600262880348b04dc4327db02214d6d6b9b94507b415ba526c08cee8befa5f9d98d6d5ee95f9dd5e76a25c8aebbfd1991f9d649083f4d19ad 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.9apertis0bv2024dev2b1 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.9apertis0bv2024dev2b1_all.deb Size: 3592 MD5sum: 6eb5b9100a6b8f783caa8a35423882c5 SHA1: d618fa058db1d8f23200ec3742f140dfdcd573f7 SHA256: c22651034e8d1145790f548f32f03800f0ed6fe40cf5bece6bc42d8fa5b73225 SHA512: 77415792b26303d6a92ac6608a006afbd58e80ab3c9d22cf3c10ef3ea90e093b7a2c293bf147124ad962a863224396c08e3d92fbfe46cc00faa1cb6e7c85666a 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.9apertis0bv2024dev2b1 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.9apertis0bv2024dev2b1_all.deb Size: 3584 MD5sum: 82c6a3bfadfaf38e88d24c01dee997b6 SHA1: ea36fef303a8025794c0a9fbe05fa1bbfeb54ed4 SHA256: 1294881065dff2405a8ed3620f2c9c0e19a44e2afd17c6bf8a27b6bf020ef492 SHA512: 85ce45a31e4f0bef1782fc000f234b44bd274045e1063be0e37d4e3b9e652323148acba6d5996d0fef9de55af91b3bfe5218bbc25a71292931f49341710d3994 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: 3822 Maintainer: Debian Samba Maintainers Architecture: amd64 Source: samba Version: 2:4.17.9+dfsg-0+deb12u3+apertis1bv2024dev3b1 Depends: iproute2, psmisc, samba-libs (= 2:4.17.9+dfsg-0+deb12u3+apertis1bv2024dev3b1), 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.9+dfsg-0+deb12u3+apertis1bv2024dev3b1_amd64.deb Size: 742392 MD5sum: e9ea19cc7a7747a14b5e7e34e1a49683 SHA1: 83959d08808f57fd06342a443ab360300edab2da SHA256: a8cd2d55b45f44beb2741317e5239d3a9d42611c86b06bada7dc7be1917ded05 SHA512: 5bc705d40272c62393e6219ea5a3b1fb5b30be17f6e4fd56c1223efc5fbcd2dfbf0c3f490101c37de5409514b83073deb776310fe199d4cd87729d4e1c20be2c 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: 3156 Maintainer: Debian Samba Maintainers Architecture: amd64 Source: samba Version: 2:4.17.9+dfsg-0+deb12u3+apertis1bv2024dev3b1 Depends: ctdb (= 2:4.17.9+dfsg-0+deb12u3+apertis1bv2024dev3b1) Filename: pool/development/s/samba/ctdb-dbgsym_4.17.9+dfsg-0+deb12u3+apertis1bv2024dev3b1_amd64.deb Size: 2725776 MD5sum: 024d521ae18d12f27b2e94caafaf2233 SHA1: b9097ad6b18450c220bbe995985adfd678414614 SHA256: be01558add92e78ceda93ec2cc2949b8975c9c6e29e36766bf9685d71b8a3945 SHA512: 6fa08eb6e464cd6b1204cab6e93f9c6409158e7e6f311668520d2134a871db302fb75c581f277f9f548b04630ef8eb9c7ec4ceae72dd986f628c99644ad57d98 Description: debug symbols for ctdb Auto-Built-Package: debug-symbols Build-Ids: 02837161f280c8492f11cf03fdeaf3f24c700a70 05d16bd1caaf9e678feda83d314898c2ea469243 23385ae80914dfa00d349e15165c5a4bceecf3a4 30fbc5e96ef6127e63994aca9f14bf0b32f03d14 341fbb2d5240013709d063ea96abab504a1d1dfe 40bc94d3c3dc4e969a751981b561c46d3105137a 4abfe6bb681316f295d43fdee27347dc0acc980c 70a6ad433c4f91b48e6be8ee5822d2b0e8213916 89c62e3ae5d9418c016d931eca0a79871c1fce22 b829e7b164b248f32d58ff0cca5ac0d092038d62 cb17e1b574e47e5bd5a54a5bfcc8ab02f9698c8c d52aa04e17d35f0f4a310e78edb259d2c9171b2b d5b6cb3265f4f7353fa8193d1ae578909918516c e689f5a28905be7f498978966b7cbea2187c79f2 e78fb64351cb9533a946bfae3ae673bca1fc9aa7 eb273987705f4b48e12fbddfce11fda91dffa5ba f5f05f5d5fdd2136260e878a1a99cb8994026225 Package: cucumber Priority: optional Section: misc Installed-Size: 870 Maintainer: Debian Ruby Team Architecture: all Version: 2.4.0-4apertis0bv2024dev2b1 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-4apertis0bv2024dev2b1_all.deb Size: 137632 MD5sum: 12675c1050372e4364c46154be159d79 SHA1: 9a6902c1e7bbb306323c73b0ceedaecb4648f77e SHA256: 1a7aaa2aac0ced3e25f2bd76763635101ce3427a1677e1b79413749158fa88cf SHA512: 3db95dd508978afebb3910ca46d388acb8c7e8d7242762b6482e07b3ee98672d601233fac86ee77754bf5a7094993e2c87b390185a4cb12a3739b96a4beee994 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: cups Priority: optional Section: net Installed-Size: 1072 Maintainer: Debian Printing Team Architecture: amd64 Version: 2.4.2-3+deb12u1+apertis0bv2024dev3b1 Depends: cups-client (>= 2.4.2-3+deb12u1+apertis0bv2024dev3b1), cups-common (>= 2.4.2-3+deb12u1+apertis0bv2024dev3b1), cups-core-drivers (>= 2.4.2-3+deb12u1+apertis0bv2024dev3b1), cups-daemon (>= 2.4.2-3+deb12u1+apertis0bv2024dev3b1), cups-filters, cups-ppdc, cups-server-common (>= 2.4.2-3+deb12u1+apertis0bv2024dev3b1), debconf (>= 0.5) | debconf-2.0, ghostscript, libcups2 (= 2.4.2-3+deb12u1+apertis0bv2024dev3b1), 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+deb12u1+apertis0bv2024dev3b1_amd64.deb Size: 295764 MD5sum: 18fd9cef8ae2c34f288df006a8ce9196 SHA1: 95c5e4716142e8ca1e3d4a4e9e355e0e5e093184 SHA256: 42cd1265d7b27b9724a3fea707371b931cf8701f49c0fb89e96fb451ad7e2c70 SHA512: 48e2a8ac81bde72c852d5736f03d1207caa77c1dcef132009a2d275041348f0c97daf3b8f77d62f8df69612d1c27b476e7481d7aa1668a20029bced30faae7f3 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: 133 Maintainer: Debian Printing Team Architecture: amd64 Source: cups Version: 2.4.2-3+deb12u1+apertis0bv2024dev3b1 Replaces: lpr Provides: lpr Depends: cups-client (= 2.4.2-3+deb12u1+apertis0bv2024dev3b1), cups-common (>= 2.4.2-3+deb12u1+apertis0bv2024dev3b1), debconf (>= 0.5) | debconf-2.0, libcups2 (= 2.4.2-3+deb12u1+apertis0bv2024dev3b1), 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+deb12u1+apertis0bv2024dev3b1_amd64.deb Size: 41076 MD5sum: d88595d10d695c5e4cd3d9ef8562a30f SHA1: a580865dec9b3563086d96c80aff366ba57241b3 SHA256: dea703ad332f2143b9d557715a99172e805d90fccf0a79d51f14473411c3c263 SHA512: 2743038f77a8baccdfa8e032228e682096cd355f54a805e2b7dae9712e3c59e4afcdab3b8666806cc08064f52eabdebe7c3f327145bc7330918bc0cf6e5f7f30 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+deb12u1+apertis0bv2024dev3b1 Depends: cups-bsd (= 2.4.2-3+deb12u1+apertis0bv2024dev3b1) Filename: pool/development/c/cups/cups-bsd-dbgsym_2.4.2-3+deb12u1+apertis0bv2024dev3b1_amd64.deb Size: 45116 MD5sum: 194d35b4326217c06cd7fd30b036441b SHA1: 2998e28dff4a061ad11c87975c52955cde2163f8 SHA256: 225b0f0f938ec551eeb05b2f044dc49158196eaee744c59858e736a629f2e2a1 SHA512: 04ab219cf58eb88fcd710d2833d211304a8941e3f9f894982b041afae83ab905515b70a06ea261fa2903aa30575195435092b291bfda74d3f6b1f12099531a0d Description: debug symbols for cups-bsd Auto-Built-Package: debug-symbols Build-Ids: 40c5cf1bc77992cdfb141814917e9e34dd4ed528 920af6442287609214c60f1710ed2f6d2ada8713 9d368d72718a44dd01932fe0c700f0f29f7aea13 b3858ac79aefb80de6714dddb0baaca681126223 Package: cups-client Priority: optional Section: net Installed-Size: 432 Maintainer: Debian Printing Team Architecture: amd64 Source: cups Version: 2.4.2-3+deb12u1+apertis0bv2024dev3b1 Depends: adduser, cups-common (>= 2.4.2-3+deb12u1+apertis0bv2024dev3b1), libcups2 (= 2.4.2-3+deb12u1+apertis0bv2024dev3b1), libc6 (>= 2.34) Suggests: cups, cups-bsd, smbclient Conflicts: lprng Filename: pool/development/c/cups/cups-client_2.4.2-3+deb12u1+apertis0bv2024dev3b1_amd64.deb Size: 165108 MD5sum: a7858ea833f8002d7bca02b6e034d808 SHA1: 38f9b1cb317ca0408760f5854d15205f59594862 SHA256: 0953d9d8328192cc883f7244ab634ab4c7f6ab46ddb73e365e5f968c6ce990c2 SHA512: 671b5952d1de8a3b707d5bd740c16066b1b7fff293e623b7af8a1555c79620470791d18898154b922f2fa441dabba34f7c00787ba4d93c775bb7ddc72ced1d2b 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+deb12u1+apertis0bv2024dev3b1 Depends: cups-client (= 2.4.2-3+deb12u1+apertis0bv2024dev3b1) Filename: pool/development/c/cups/cups-client-dbgsym_2.4.2-3+deb12u1+apertis0bv2024dev3b1_amd64.deb Size: 157432 MD5sum: 9c5b51890f338638dd0ba8f088bd3591 SHA1: 2cd6f0bd89080470fc819310a1f8e3a4c9da0c3d SHA256: ef0742b193ef3da8a127d9fab530bd80fcdc21e8920f76de9bc8eba79cba84ee SHA512: b3310612a99c7254a0cec4e570532d6b873146705c08de2855339d20c948e9a490beeef37aa623c1562942e8b0f326f2902f1791d3d87e3b6d5b7240577f7e5a Description: debug symbols for cups-client Auto-Built-Package: debug-symbols Build-Ids: 12a1a03b48c25973291d647b9654a737c4008b9e 267edf70928c8bf78d90294df00bf94c03c242d2 2d782ec3c20776165830e3c9d4cc996eb71ea914 5bec839af1b2aef14ae05a73f04113d85be42ab1 6296c172365760df5fdf9bbe14e7b02973b35ad9 66b26f4b68089c6f3da9c14a9caa2597d3bef06f 808c1232c3e09190071963b8ba848c1157e44604 84d307e44b9d71bb458fad163dfbe3ec04b22be0 93f49c1be7cd05249968347c25d4f7982c650e58 aa811c3871a519960f705f4e7e1583a2e228c912 Package: cups-common Priority: optional Section: net Installed-Size: 4243 Maintainer: Debian Printing Team Architecture: all Source: cups Version: 2.4.2-3+deb12u1+apertis0bv2024dev3b1 Filename: pool/development/c/cups/cups-common_2.4.2-3+deb12u1+apertis0bv2024dev3b1_all.deb Size: 260260 MD5sum: 98629480a10ea743a3b60e345801d2e6 SHA1: 66eb37d55f6cba924ca37455534e5b7faf403e35 SHA256: 0f7fe535f0889561af9fce97a856260a33ad4994fb823ff91143d93b200dff00 SHA512: 6f70bb565a5df8080e8016ecb5c6c269aa99aa1c5081133ca88342ec9e4be311d2f16131cb92620cce62b044f5476315a21828de6dc74b8c4e436a3ed46a687b 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: 131 Maintainer: Debian Printing Team Architecture: amd64 Source: cups Version: 2.4.2-3+deb12u1+apertis0bv2024dev3b1 Replaces: cups-server-common (<< 2.1.0-7~) Depends: cups-daemon (>= 2.4.2-3+deb12u1+apertis0bv2024dev3b1), cups-filters-core-drivers, libcups2 (= 2.4.2-3+deb12u1+apertis0bv2024dev3b1), 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+deb12u1+apertis0bv2024dev3b1_amd64.deb Size: 43564 MD5sum: aa83001428c05c15f7073abc0cf2e37c SHA1: 555f300600ad199929314dbecc99d44e95e0ec14 SHA256: 3d0eec02e2f2f14291f7840322d73658fbb702b3d5c33c45baec81a13e9b1f6f SHA512: 17504c3d6e34184750a4e3dc42dc1cc05e16684fdbfdf5dc81acdead2fd544689478b1ae9cc217e4ff88b14a3f5f688240bb366899bca228817abd1f77496fb3 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+deb12u1+apertis0bv2024dev3b1 Depends: cups-core-drivers (= 2.4.2-3+deb12u1+apertis0bv2024dev3b1) Filename: pool/development/c/cups/cups-core-drivers-dbgsym_2.4.2-3+deb12u1+apertis0bv2024dev3b1_amd64.deb Size: 56640 MD5sum: 047addeea22d93a18e19f147ebb8976e SHA1: 9fba83a61074d8b4b5b86f6f5757b7e72ee27e88 SHA256: fe950f4e7e4cdd93133ba851a783ce48360d5fbfdec277aa2e03227945415ddb SHA512: f39a7e40e80eff045132bc8ce670594d4157ff94f1cf144cc820e7645aeba6506f57276ab6c4103f114b4bd980ab462025d3123ed3f201d137d1159449652653 Description: debug symbols for cups-core-drivers Auto-Built-Package: debug-symbols Build-Ids: 79d98a8f13a70a69ee48870dc3cb5bf64108baa6 7ae8af3a665a8fe705ec97e3fcc3e87d74273afc 9ee8a6da46e75896deaae7510229e3a211f809f1 Package: cups-daemon Priority: optional Section: net Installed-Size: 871 Maintainer: Debian Printing Team Architecture: amd64 Source: cups Version: 2.4.2-3+deb12u1+apertis0bv2024dev3b1 Replaces: cups (<< 2.1.0-6~) Depends: adduser, bc, libcups2 (= 2.4.2-3+deb12u1+apertis0bv2024dev3b1), 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+deb12u1+apertis0bv2024dev3b1), cups-common (>= 2.4.2-3+deb12u1+apertis0bv2024dev3b1), cups-filters, cups-pdf, cups-ppdc, cups-server-common (>= 2.4.2-3+deb12u1+apertis0bv2024dev3b1), 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+deb12u1+apertis0bv2024dev3b1_amd64.deb Size: 357036 MD5sum: dd62b0068ef34fe76dc342bd065eb30b SHA1: 8fe728f29fc8c333d02219f2b5f0a89a6615e2d1 SHA256: 781bc9f6550d2c8f568bb05656fab74e17a70b4d9eaa11476a7869db399ee9cf SHA512: eda36e08357c7f9f1d2519546430d832192416b2a87e60ec154349f5de97e3e8aa6778af101525b842219364e00fd4da12e0bacf019a609e398c47f124bf00a1 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+deb12u1+apertis0bv2024dev3b1 Depends: cups-daemon (= 2.4.2-3+deb12u1+apertis0bv2024dev3b1) Filename: pool/development/c/cups/cups-daemon-dbgsym_2.4.2-3+deb12u1+apertis0bv2024dev3b1_amd64.deb Size: 495856 MD5sum: 6a4c1de48479bde911d00d6716fbbe6e SHA1: db55f8c2da7135de47cfeeb40fc5e8f855bc6cc8 SHA256: ff024a2b7f94f1bbd2f2c8c163caa8f75da7c3ff665103ad6daade6ffa08f925 SHA512: d04e5b871b0f87ea4ebbb23d269527b64b2344b9a129f204d2e9a80987df374d04cd795079c3f4ada87f34a1332232d196af4801e7e57aebce3ba04945561397 Description: debug symbols for cups-daemon Auto-Built-Package: debug-symbols Build-Ids: 0c77286d62a2688903471ee58b06d6d81239f160 878184a3d7bd7abec3a9fdf7bfde093369244988 8a2f7978170346acb0d50af88f333f13921f079c 948de207731eee0fbe8a7c2a0e8587c863905986 97c90bc36e14860de5c3afc51af32ea1f94d37ce aab28cdea195047c98f3cb86c5ffdd777887eacd Package: cups-dbgsym Priority: optional Section: debug Installed-Size: 921 Maintainer: Debian Printing Team Architecture: amd64 Source: cups Version: 2.4.2-3+deb12u1+apertis0bv2024dev3b1 Depends: cups (= 2.4.2-3+deb12u1+apertis0bv2024dev3b1) Filename: pool/development/c/cups/cups-dbgsym_2.4.2-3+deb12u1+apertis0bv2024dev3b1_amd64.deb Size: 721884 MD5sum: 872dd168bf59e2cd4ab21010dd4c67f8 SHA1: 3c1ed20945e9fd27a35d25d747102509c7345138 SHA256: ca9a065124c105e15a66fd93fd41692f9f95c148fa6be98e1d73cee60a22f282 SHA512: 74fb186a217df838b85ff5ae0edd260ccb79773acf2be30cd2ab0165df712d6a63825e4e9c11a26c52005e0ae734de0f081a16539f44e0ac7ffb0d5be2a9cc9e Description: debug symbols for cups Auto-Built-Package: debug-symbols Build-Ids: 01d5771963d8db925f92dfa253d8a4c97be97c0a 111c1ea8f37b5e1f6975d206512af2446b0a8d79 1c29bdd1911035f7d2bc6386399967b47b83602a 2b4fcdf49f62498933ffabea489eb7c14fd857a2 42e935a2914889c975f004e09b596aa3e91445ff 5fbe6ab7099dc685af64a1051c0b8df5ac678362 67224a63cfce1e40fddb97ca9d4488480ee85664 6942950bc63df83d66f662958fbbf85067f0eac4 6eb8f58a80910371c132344baefb826af0d146b0 8afacfff4ec4e070de521699dee2389415d414a1 b172736ca2c678022d1366e2eb31a2d70da3b94f b90fa780b0481653a623edbc40cb9ebd7dcbcda4 c9c0e2b53a9770e344f41fa587c1e2e2e106985e d2055260a6c317fbfe0b93a270dcae7ff4e789c4 d4c5530de79d2e515b4a7c87700624c83341f951 e094b9ac49f19c3cfdee5f7a2a928cdc58eeae8f e5f5ebfc52b4a77d0fc70dafe4963b7e2bdbf8c8 ea6ddbdec5508371486d33b1ed0e97636cc8a732 eb0fb8370b5a6db99621c18e3684fa7587407bfe f754065f57f9f506ef560fb0848f94d19900dfe9 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: 988 Maintainer: Debian Printing Team Architecture: amd64 Source: cups Version: 2.4.2-3+deb12u1+apertis0bv2024dev3b1 Replaces: cups-client (<< 2.0.3-2~) Depends: libcups2 (= 2.4.2-3+deb12u1+apertis0bv2024dev3b1), 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+deb12u1+apertis0bv2024dev3b1_amd64.deb Size: 239504 MD5sum: bd9562820b58b0788e4076d8b669b97a SHA1: 04f6040aeaa268c38273a76d846e82510ed1f2b1 SHA256: da793474ddca07290bec7e6a06417bcb1ceb50c19e93fa5a6884de7152239dea SHA512: c227fdb2d533b9aaaff3d3ae60de3f6a1837ac747c1e0465fcdec092db66a757dd0dbb3997bbf8cb0681b87a1f72808b731f2bffe40a1611e147f1490ab493ea 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+deb12u1+apertis0bv2024dev3b1 Depends: cups-ipp-utils (= 2.4.2-3+deb12u1+apertis0bv2024dev3b1) Filename: pool/development/c/cups/cups-ipp-utils-dbgsym_2.4.2-3+deb12u1+apertis0bv2024dev3b1_amd64.deb Size: 241844 MD5sum: ae61e4a228a984d79f5110fa035c74db SHA1: 7103facc2db3999152620ce49c3c8d71618c19ab SHA256: 36938180a936aa1a64061c575167774b6c2445a51854d8bf234bd72a8c98dc46 SHA512: 0b7d772f3adff0236fd297fc24893950c218998648e4cdd225cb532aafd73be51ec4b3af4fe63844174f35fee61e4473016fbcf1c71e69c323e0303956470b90 Description: debug symbols for cups-ipp-utils Auto-Built-Package: debug-symbols Build-Ids: 601cad64088a5a437f88d89af1a1cd4f26483923 851b75f4ebdc825237aa1b66626d29371ffff905 a89397511b36a303567ce7a7cf01540966dd6984 d92b268b477bc95cfcbc47092b5d8182f1858226 ed7a37c116a89f66f5caad7f6355a18c56048cce Package: cups-ppdc Priority: optional Section: utils Installed-Size: 559 Maintainer: Debian Printing Team Architecture: amd64 Source: cups Version: 2.4.2-3+deb12u1+apertis0bv2024dev3b1 Depends: cups-common (>= 2.4.2-3+deb12u1+apertis0bv2024dev3b1), 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+deb12u1+apertis0bv2024dev3b1_amd64.deb Size: 129064 MD5sum: e3896ec166b5d8ec9601754d5729d93c SHA1: 47dfb0af1b9ad706a0fe548c81f3189366bdcfb1 SHA256: fb4b5689088499c41a10b4181041e538dad91523b33aee8b6fbfb810a0a91122 SHA512: b715af1ce5ace52da4db64d1aa0102711f80788f89dd5f60b120e102414c89e7aaa11c83a170a0b904eeb067b61bf21103565a45e91899c0e2e31715c52c7165 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: 497 Maintainer: Debian Printing Team Architecture: amd64 Source: cups Version: 2.4.2-3+deb12u1+apertis0bv2024dev3b1 Depends: cups-ppdc (= 2.4.2-3+deb12u1+apertis0bv2024dev3b1) Filename: pool/development/c/cups/cups-ppdc-dbgsym_2.4.2-3+deb12u1+apertis0bv2024dev3b1_amd64.deb Size: 400504 MD5sum: f0c3f99113b88adec6d081879bf9a61a SHA1: 83ce0c9313ad9c0d2e4218a3ec28659acad353fd SHA256: cbc3cb3e3a3ea4e35a26de2e90d2a4b7bea4db9c1f41565b21af35ada062d231 SHA512: ca40116ee9c9b2978ce897e144a7298b92f4cd07854f76f0b4974bdb71e09d36dd1b166d6d9308d4ea911fdc471bb5bdb7b500af7a8c9d2453412bf1511408f7 Description: debug symbols for cups-ppdc Auto-Built-Package: debug-symbols Build-Ids: 1eaef39c248a4365c39be292c096b459bc961ad3 2d2280dadbb77779b08b2bd11150f39fb7d2e4e7 9b414398074a826c83bd59ec4a09441dd4143964 a8bf8bea53ba81a478a658d1ee7cb820a0f0e381 ce03635c405d274894e6d30f2f19272dd1b5fed4 Package: cups-server-common Priority: optional Section: net Installed-Size: 2386 Maintainer: Debian Printing Team Architecture: all Source: cups Version: 2.4.2-3+deb12u1+apertis0bv2024dev3b1 Filename: pool/development/c/cups/cups-server-common_2.4.2-3+deb12u1+apertis0bv2024dev3b1_all.deb Size: 417076 MD5sum: 97b2d88d7aaac416ccf3550b5c7ad6cf SHA1: b9995d69d895e93bfa0dc51be5f988d3abe20b48 SHA256: 9e8bd9d01bd4ee00135439858c1b9d1c501667c80d8125d1563594d5656698bb SHA512: 67b00cd8d975aa5e2a8daf1ae7ec91c71810c7d6eccf5f4b33758ce34360d15364aab6e51c80cc266ad631cc95a76eb8ef642e98b1f73fa52f397291d5cf3895 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: 4608 Maintainer: Thorsten Glaser Architecture: amd64 Version: 2:1.12.13+real-28apertis0bv2024dev2b1 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-28apertis0bv2024dev2b1_amd64.deb Size: 2805218 MD5sum: 1891fe1e94c5d3ce50a92105de1d3e75 SHA1: 4bad2fbab6f4cc2a8b914eb22904457465dd9eb0 SHA256: d3760b46c54b4f858eb8b33f1b117b2569c846cd91b32b6dd84012b9f849d6f7 SHA512: 743aca1e7325fe306fff1bfb5e9055b069b868bd148b27f701c15923402637c68ccc82baf65fc2eac14c00cba1e3cd1b708628507dc10dcb9f7a71b066d58e49 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-28apertis0bv2024dev2b1 Depends: cvs (= 2:1.12.13+real-28apertis0bv2024dev2b1) Filename: pool/development/c/cvs/cvs-dbgsym_1.12.13+real-28apertis0bv2024dev2b1_amd64.deb Size: 1054530 MD5sum: 070567e05d3e52bd9154e720e6e3dbc2 SHA1: 118f233421f915a035b0c1278ddae1a1ac0a599c SHA256: fe15dd1c5bf2c990a250dd881148409cd4b635dc6b8df151ba2ebcf2999b6d1f SHA512: 90338fd7de963ff1c9b2f80639a7beed2dcabd676c232a0cd858917efebc0d66570487067c0c682c6c52fee7c3b0a23b8d8cc76eba7677f3ac5ec4b28a269d01 Description: debug symbols for cvs Auto-Built-Package: debug-symbols Build-Ids: 5934c0f025d6ccc791638784d156ea4854e4906d 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: cython-doc Priority: optional Section: doc Installed-Size: 2901 Maintainer: Debian Python Team Architecture: all Source: cython Version: 0.29.32-2+apertis0bv2024dev2b1 Depends: libjs-jquery, libjs-underscore Suggests: cython3 Filename: pool/development/c/cython/cython-doc_0.29.32-2+apertis0bv2024dev2b1_all.deb Size: 633660 MD5sum: 2893b663fbfe60e059107f252fd1febb SHA1: b6a07470e1418576950ab066a3a0af9c94ad84e9 SHA256: 856a42bc1304048f5db49787158d0dcf670316e273e71c78e5947d8a655b5526 SHA512: 482d09e4ec158aa4c5d4b6911bfcafc86c622aa7eaad64df55e421193ed872023b6ae70050a529cdaf3c7f92b9346c05491a7e7fd934a21f0f9543e069f006cf 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: 6339 Maintainer: Debian Python Team Architecture: amd64 Source: cython Version: 0.29.32-2+apertis0bv2024dev2b1 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+apertis0bv2024dev2b1_amd64.deb Size: 1302252 MD5sum: a9e6870b7c16ae2646116a66004b29cc SHA1: 4e1410cd763dddd90ae3328036ce67314dc56efb SHA256: 1758313dfdb87c3c46482f978eb2f3a7c55c1416b85b17fee800ab29ec8bd2ab SHA512: 15c9f380b3995e8c13801a8f5f46142b44b03da7b91d5b172b627306f6619e3fd4abc45d6250175fbd1929af66ee0059cf1a11f6ba488eea8632c7cdbc20308b 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: 27313 Maintainer: Debian Python Team Architecture: amd64 Source: cython Version: 0.29.32-2+apertis0bv2024dev2b1 Depends: libc6 (>= 2.14), cython3 (= 0.29.32-2+apertis0bv2024dev2b1) Filename: pool/development/c/cython/cython3-dbg_0.29.32-2+apertis0bv2024dev2b1_amd64.deb Size: 10042136 MD5sum: 086f2f0d9b480f9504b0d02d1111e60a SHA1: efa7b3e1c4df8f16fd1b29f45bd3b0ce62ab3f4a SHA256: 3f93a00d42472d0201241fc564cec85eea0c43aa31444856aa72ccb4a466b42e SHA512: a942b5f3d169a14a69c01b64b26012ce670c9b9cdf5815a82bf4c38b1dde467ed8416be3c8da756b74c473bc436fec763d33365b534976cfd7af5aae60a1ca10 Description: C-Extensions for Python 3 - debug build This package contains Cython libraries built against versions of Python configured with --pydebug. Build-Ids: 277c15d3ebb35faccb7b93c1b08bc187a47f6ca6 7ef1947461c8c30065fdabe8e07cb30ed33a4c6b 9d753b1737b520d4123819dc70d7e13020975883 ab814ce083106589f47375654c4b4bf911db79f7 acf7cce0145218faf926868d490f9722085f01e0 b42ecbbee942e7741f71a8fe9ded882ae6b6f368 b6c261dc0609cc32522af5163e0ef26a99a615ed fe5c9006ce730bca407ce714462ef9d43195ab20 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: 145 Maintainer: Adam Borowski Architecture: amd64 Source: ndctl Version: 76.1-1+apertis0bv2024dev2b1 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+apertis0bv2024dev2b1_amd64.deb Size: 53948 MD5sum: c5bf4ebff6bcd1f18d91ee25e820acba SHA1: d49699bfed4c927ea3c921bc2641341b7d3a5753 SHA256: 0a6f5b8ae861fcd9967e926b7e3b1e0cbe237e861184b2cd6b824197a4ac0ed4 SHA512: 7113ee1715dc3754af619b9ebaece0a315b55cf5d2a6b8fa66ccd1e94bf209c31a58fd7b15bc2d978a578e4787774a95b7c10ad63d4ee7a97a2a30df99d9c35a 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+apertis0bv2024dev2b1 Depends: daxctl (= 76.1-1+apertis0bv2024dev2b1) Filename: pool/development/n/ndctl/daxctl-dbgsym_76.1-1+apertis0bv2024dev2b1_amd64.deb Size: 86012 MD5sum: 876f3b68d12b32a5dc918d42523c3179 SHA1: 4ce9eb5363d8af9934a0553e9e229dff305fc7cf SHA256: 479064f5e54c7bf481b06808c61cf3964a88ad1588396b5a0eda2dafe89a5833 SHA512: b626231f3d05196e3a2ef6a02ff129a63158beb2ba222bb58b53c5dac04d70a0798d3f04588628f5a21d53a7d19dc84a6fe522400de25cca7b8f4d801019cb92 Description: debug symbols for daxctl Auto-Built-Package: debug-symbols Build-Ids: b1a2a3b0aa0b30942183e6b2c157e065ec21a050 Package: db-util Priority: optional Section: utils Installed-Size: 38 Maintainer: Bastian Germann Architecture: all Source: db-defaults Version: 5.3.2+apertis0bv2024dev2b1 Depends: db5.3-util Filename: pool/development/d/db-defaults/db-util_5.3.2+apertis0bv2024dev2b1_all.deb Size: 2548 MD5sum: d22655ceb42c73d892ab1b9d1c5b4307 SHA1: 667a558ec77cb6c97110ee2e390ff0b24b088788 SHA256: dc27c06400cdc261c1ee962f1757ba470b6144103d411e279dadc8b761f3fdc2 SHA512: c7d289a78702968d9f602a22834b65fd703249940dbee44e9f13dae75ec115474f4b5494c88376c9c2fe5d0be1bd1edf1f5dd4ecb492102b8b3876dc4e20a131 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: 1430 Maintainer: Debhelper Maintainers Architecture: all Version: 13.11.4+apertis1bv2024dev2b3 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+apertis1bv2024dev2b3), 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+apertis1bv2024dev2b3_all.deb Size: 950260 MD5sum: 9a3abb1902f75081d1085adb3527c702 SHA1: c2be54b57722ce3c172cb22e7daa4dcd2ee504e4 SHA256: 91a87200668c111433e8879b932ea03136e8cd61c3af41c8e2df95ffc7d423a4 SHA512: b153b59e0cde8113a119398c0f274837d03487c212612a0c8abb943094260cf2764ee0fe10ae2819e593c77a8fc6f412e8a37bc5573f942dc23bb563a5fb0b32 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: 271 Maintainer: Debian Release Team Architecture: all Version: 2023.3+apertis0bv2024dev3b1 Filename: pool/development/d/debian-archive-keyring/debian-archive-keyring_2023.3+apertis0bv2024dev3b1_all.deb Size: 161056 MD5sum: 651dd1e175c397b05e814dc0769c650b SHA1: 71c3fa350708fb8b6aa900c6658c7577c05c0939 SHA256: 67e276029a335a5e84ae469c94e5749acf56f3a7e382dcd5ad938675b7d7bc66 SHA512: 38a6da3f94525bd8d8852c92695a8f1983a594077905b76a9d78ddb956c6e3a851ed4b4d4359407ad8e7c4248b9f255eba89d8e4b9be341b483a039587f9ead8 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: debugedit Priority: optional Section: devel Installed-Size: 124 Maintainer: Debian GCC Maintainers Architecture: amd64 Version: 1:5.0-5+apertis0bv2024dev2b1 Depends: libc6 (>= 2.34), libdw1 (>= 0.167), libelf1 (>= 0.144) Filename: pool/development/d/debugedit/debugedit_5.0-5+apertis0bv2024dev2b1_amd64.deb Size: 43812 MD5sum: 8e9b5fe3b7e586829baa217a041a288d SHA1: ff9711bfa7f010a07b3aee8f74f16a024a70fd2e SHA256: 28f830ba77fb2cd8a9edb375fb3204d71e11cd058f6d3ffe80555a94588fcbf1 SHA512: 2c05f1c9cf403a92de13a61a3411dc1533a80fc74e67755bb525136dfa267582ddeb35903424e89165f36b9eb73364a7422d8ff2ea57e632ad380fc264c22a1c 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+apertis0bv2024dev2b1 Depends: debugedit (= 1:5.0-5+apertis0bv2024dev2b1) Filename: pool/development/d/debugedit/debugedit-dbgsym_5.0-5+apertis0bv2024dev2b1_amd64.deb Size: 90348 MD5sum: c8f8ed014f6cef11549c177589c87210 SHA1: 1705c7966213ab99af3837b8a71db6a7c8aad544 SHA256: 46d71cdf48207680f2e658892dde7b0f26b13fac61dfbb09a345ea3efa5e99de SHA512: 83fd31bbdd27323a2ff0ea72ce8414e23bcf892bf8ec95f4ea6038f4a0ab51d5eb508ec5bbebfe600073096e209d39bb16954a75dc0c20c526093a2f79962414 Description: debug symbols for debugedit Auto-Built-Package: debug-symbols Build-Ids: 1f5f03a8de5a494c41edb6aebea1a6cf97692fe3 dd18a98fbfd0c90ca4d6f01d230caafd26afeed2 Package: default-jdk Priority: optional Section: java Installed-Size: 6 Maintainer: Debian Java Maintainers Architecture: amd64 Source: java-common (0.74+apertis0bv2024dev2b1) Version: 2:1.17-74+apertis0bv2024dev2b1 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+apertis0bv2024dev2b1), default-jdk-headless (= 2:1.17-74+apertis0bv2024dev2b1), openjdk-17-jdk Filename: pool/development/j/java-common/default-jdk_1.17-74+apertis0bv2024dev2b1_amd64.deb Size: 1088 MD5sum: 246f57f5c8098f6a0670d70436fb0f55 SHA1: dee3cbe9961810ba4ae713a61257f072d91c39bd SHA256: a66aa5104397879015a21a7e21ceab88b5056988c355a1e56cc473c38f7242de SHA512: 8d2b4bdf1567ba68d979d2f93206477e53d1cab8097eddc27fd0d9b25bc6ad6e1e04e2018437dcb0a5953d0476e25e39270a20c529673e787c6f0940f10c4c72 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+apertis0bv2024dev2b1) Version: 2:1.17-74+apertis0bv2024dev2b1 Depends: openjdk-17-doc Suggests: default-jdk Filename: pool/development/j/java-common/default-jdk-doc_1.17-74+apertis0bv2024dev2b1_amd64.deb Size: 3312 MD5sum: 8e05f81c2f24578dfcc9e41dc377e918 SHA1: 39f7906fedde2f1149c58ce8a562c9b401115270 SHA256: c940ddada5e9d3604ee6638123c08d4d3d9d37a058631e78fc1a53f3c2e3df49 SHA512: 4431d64807efe447de3e9dc5d5ae24919692f17dc1a85c48e120c769e65d18cd927106a7a8f27629b46d40541874dbdbadbdd6899cded93c53170956e1600b16 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+apertis0bv2024dev2b1) Version: 2:1.17-74+apertis0bv2024dev2b1 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+apertis0bv2024dev2b1), openjdk-17-jdk-headless Filename: pool/development/j/java-common/default-jdk-headless_1.17-74+apertis0bv2024dev2b1_amd64.deb Size: 1140 MD5sum: 1c699b0bf3c9afbcf7bef823c795ce37 SHA1: bbd08f57a5d6244dd5e69aa5c3feb5fea38d929a SHA256: 193a5ba8ce2656657d817f91fc7dc2ef527225a41242fcc69245c482bf4b3144 SHA512: 6625a56939076e8e61ab87b9c70c8b2ae995e1d4be00b8e234d071643bd5fe7cc9dd25d623d49453d7c82b2b58ac3389cefd0f0cc8b3447cdcf78cabf20c52da 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+apertis0bv2024dev2b1) Version: 2:1.17-74+apertis0bv2024dev2b1 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+apertis0bv2024dev2b1), openjdk-17-jre Filename: pool/development/j/java-common/default-jre_1.17-74+apertis0bv2024dev2b1_amd64.deb Size: 1080 MD5sum: b4e4c458ccd8dcfe99b0fe3f4aac10b8 SHA1: d8de5c91de8d7ef783ad24c3d610f34cbb2a3055 SHA256: 36a031587e876838dcfef5966fac72613cd8680efdd80c687b928f03e4cc9b54 SHA512: 81aa8acb800ceeee20d4b2de45e607db858b736833623b3660a239796bb1a9971fc65d710983b64a35703b3fe245e9307e46f369dc190127a21187aabe82bd72 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+apertis0bv2024dev2b1) Version: 2:1.17-74+apertis0bv2024dev2b1 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+apertis0bv2024dev2b1_amd64.deb Size: 3260 MD5sum: f4a1a50acc6c979fc75662303cf11de1 SHA1: c8e290af99ebc5cd47257b078bf08c659fe4841a SHA256: aa78725515d7599e3a6fa076dbe36d9483562dd4b311f8308ce536c1c36db91d SHA512: 2a18efb53c710a6ca60bf598683d09c1dfc5482445a5f45b59f6fc73762c302a4fe5923666f377ad96969578b904caeca6d0106cb360a57cc93e928337f39277 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+apertis0bv2024dev2b1 Depends: expect, dpkg (>= 1.15.4) | install-info Filename: pool/development/d/dejagnu/dejagnu_1.6.3-1+apertis0bv2024dev2b1_all.deb Size: 1046964 MD5sum: 64cf60557fc1e70cfa219dd3a431660c SHA1: 3e322ff18a5f93ee4f7dd14576f1818b0559c300 SHA256: 1c7a26a9badbdc4f26e0c55e3f3802343913d057595ef84d0a1a98cca2599c81 SHA512: 8d2361497bfd87e42abc30e28fa951d20c05d04206826bbf3e44f423e6da9f6a2a7b7e18bd88675fc9522f89e1dde22d9b0ef5f9758ecb37014bd5f659846c5c 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: 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+apertis2bv2024dev3b1 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+apertis2bv2024dev3b1_amd64.deb Size: 1076812 MD5sum: 8db71775e8cbcc547bc719089dda1aff SHA1: 2156bc0c3a5fc4b3b070bc56d3adc194a1b07d75 SHA256: 3e9f3477bd4a848fc65f8f644ab686de1e4f47c8c29940864d497aaa6be02480 SHA512: ae1da90ff76c2a8799c4bf40ec04e539875d8ba67e559153cce027bc566fdba4649c6ed16923abb43b49c89a5fd222ad8eb7e67ff9b1d050345296e90101d28a 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+apertis2bv2024dev3b1 Depends: devscripts (= 2.23.4+apertis2bv2024dev3b1) Filename: pool/development/d/devscripts/devscripts-dbgsym_2.23.4+apertis2bv2024dev3b1_amd64.deb Size: 4052 MD5sum: eb1f7c9ff9daebe866d62d4e2989a780 SHA1: ee122a6819ede7f68b49cecf7662e5830bed1c3a SHA256: 1421cab87b7d8b7ab5a975ce9c0fc77993ba142c2f13ad61dc1c2cdd0d81560b SHA512: a41d337aa6679b41b8ab2d613efe32e6b7023fe041dfb4d75dedd5f1e7faac2b56ba21b4fb00ae909207d25bbe1617ff4a5f8615dbfa71cae34e6b1a8b3bc19a Description: debug symbols for devscripts Auto-Built-Package: debug-symbols Build-Ids: 683a076eff8a9a618954d52cbc38d769ca8fa223 Package: dgit Priority: optional Section: devel Installed-Size: 493 Maintainer: Ian Jackson Architecture: all Version: 10.7+apertis0bv2024dev2b1 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+apertis0bv2024dev2b1_all.deb Size: 202244 MD5sum: 257ad9a1cd2ee254647011651a337708 SHA1: 25e7385727fe97fb59171ea74caa137dac61d995 SHA256: bdcaaa091550a87df791f5e32d8ad96fdda2a783a20e9873565d7655f3d2368b SHA512: d597356a724f2972ddaf382558717584a8f4d84cc136599c943ef893fc3fe3737df62e1de21e26c78dde68679870d1b4929f9276363c6294ff08c78a2b8a66d7 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+apertis0bv2024dev2b1 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+apertis0bv2024dev2b1_all.deb Size: 47396 MD5sum: 0267b2da7a70d6b7213dc0d27135abfa SHA1: 29b58fa65e9ec9b6096bdc236470a1ee0c1998d1 SHA256: 9f00afe66a5cbf07aac0e4bba9cd1603c2613401c29b033bfe45468e53133233 SHA512: 28143421e0cf335051474dc6a8ff054866014844b30c2c4b209d00c2c8430eacb0ccb4d5632c3ae82480445bc10d4a56d8901f833f20e6ed1b4ac47e814cfe6f 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: 20apertis0bv2024dev2b1 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_20apertis0bv2024dev2b1_all.deb Size: 15312 MD5sum: e7234cd9fee45965f9f9c4337f19df6c SHA1: f5bac8a0f8327c1806bd1680e2c47ca61009dfb1 SHA256: 2473a88989f602a32da124b50379a8f42548e495f845c860efb83e226fe42f4c SHA512: ee5a2ac5aa553289d2e363d2945769112d4c04adc28da8fac7f3bb304a0652df265b96b0cde8d06a874aa846fc552adbb0d3752ffc1569e6fd7b15a62707d308 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+apertis0bv2024dev2b1 Provides: dh-sequence-cargo Depends: cargo (>= 0.40.0-3~~), debhelper, python3, perl:any Filename: pool/development/d/dh-cargo/dh-cargo_30+apertis0bv2024dev2b1_all.deb Size: 10500 MD5sum: 5cfce9f24c4245fb255e0ee5cabb6850 SHA1: dff2fdc845793d976a13342c531b9ce1cdea54ee SHA256: 0a5ca74817fb419c97d60f4f804be9e9be76a30f983654e57ba0fd9ced2eb8c8 SHA512: 089e716f95c69879adb3320e8c1a74a4a141bee0e1f6c757c5465be5ba076c18e5d9c6ad6c0888ad95c6bd2965bc86a399f4f94c0a21e3255d785b61a48a2b2e 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+apertis1bv2024dev2b1 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+apertis1bv2024dev2b1_all.deb Size: 31432 MD5sum: fa8536f400043d93faca322696ba9dc9 SHA1: f800a293414504f51a9819deecee396ed64b1182 SHA256: 3c260ce1dbfb51ea16b0501ada9ffba733578bf70344ce315a71a4f439b5aa49 SHA512: 4387eab43b2bc0df15fdeb971cbb67f372afc98eccce1a6cf019518ded4267a4b5f1848966200cb2126c987b76e062ebe370d5f7a9e84c7afa4c67afaa27f8fd 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+apertis1bv2024dev2b1 Filename: pool/development/d/dh-elpa/dh-elpa-helper_2.0.16+apertis1bv2024dev2b1_all.deb Size: 8608 MD5sum: 887a0903d0b15910dd97f7b2b034841b SHA1: 0256e3ceaacfe474511e7cc93af9cc3a43d02d2b SHA256: 5b8433069125028ea344be10b541c89b3126296aa30be9d8b0d72bb219e96cb3 SHA512: 2c76fb43809bea576122baa8050af7919af2ec472ff4fdb824f45d88fb40477212787e9f7a6c8434dedf52800bbc7b781359442e9aa435ca17bbdadb029e2086 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: 139 Maintainer: Craig Small Architecture: amd64 Version: 0.27+apertis0bv2024dev2b1 Depends: libc6 (>= 2.34), libpipeline1 (>= 1.0.0), perl:any, perl, debhelper, libdpkg-perl Filename: pool/development/d/dh-exec/dh-exec_0.27+apertis0bv2024dev2b1_amd64.deb Size: 24356 MD5sum: 7527d210ca59b71f0d8a9942d6cb4097 SHA1: a7040077c5695fbfc850c960d0adc3af2c4a3730 SHA256: f346be0b31be5fb9b1065a20056141edb1ceaf1d048a6032d7a060b9ef06bc9d SHA512: c112e7873d8ed231d2dd1287a32d8beb06c304d57c088bd8eaeec26bae82659ecd1dfbbc7c098b990024a0215fce0942b0b60b1eb1792bacda62f5fedde07263 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+apertis0bv2024dev2b1 Depends: dh-exec (= 0.27+apertis0bv2024dev2b1) Filename: pool/development/d/dh-exec/dh-exec-dbgsym_0.27+apertis0bv2024dev2b1_amd64.deb Size: 32492 MD5sum: 1109dab3f5092e8f8a35e96267b712a3 SHA1: 2315af25fe1a1c1e0a5e521ffa4e138c943cf47c SHA256: 449280c4ddc8b3bd5eaf15158d08be5f4588a99aaa0ff5bc66988136b372a80e SHA512: 8bbbf9c6e52a21a452deb3509fe2710eeff8b67ad4126ffb56a97d55f12a0c4110e2cc0a9cb2fded98deb7c903c4ba92a18a9abd545da2abe45f551ec40ea71c Description: debug symbols for dh-exec Auto-Built-Package: debug-symbols Build-Ids: 3da7ef7c05ef092b388a4f68be10d6a7c6343dfd 448d314396f950372c3bc00cdb694e03eeced686 aca659e37323fe154fc0300c316c8f40a3a5a956 b453dc037d52057bedbc4c57392bc46fb07e0dd6 cbe76e9d29b31d02e713112a012cde152469e94f e0aaa54a4c7cd2ff3b43ade5d93ec6f6c0f61214 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+apertis1bv2024dev2b1 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+apertis1bv2024dev2b1_all.deb Size: 99048 MD5sum: 1ddc9a165c7285c5a904b2a718b60c18 SHA1: 2c5868a0e259d86cccb95de6b774cb6179ec09b2 SHA256: 1ae0086c853370634294850d5e180c9d08d75128979aa2b30af207fb8cf97045 SHA512: 59559a7f9dd510a0eed8ab3449ce3c68fb581f1cca6809420ca3b833ea249e042899ff2fd1e8071fcfc92055e32d6217af44fb1b9593684b0115d6d53780ced8 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+apertis0bv2024dev2b3 Replaces: pkg-js-tools (<< 0.14.0~) Provides: dh-sequence-nodejs (= 0.15.12+apertis0bv2024dev2b3), dh-sequence-nodejs-no-lerna (= 0.15.12+apertis0bv2024dev2b3) 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+apertis0bv2024dev2b3_all.deb Size: 59624 MD5sum: 719cf68583f8fd2aaabf65f8a72047ba SHA1: 794ec30153cf80eea46fbf684462835de2cf53c6 SHA256: 760a29735a3f3f409398985718bf03e3c4b6ba5f6383bd201bb5e0b141c7d37e SHA512: a3f61033a1fb1529ba2271887c821beafc40dd7a7e0ddbf1a30d43e86480f55041b59f98e7635d8e3535a6ac3263ab60ac2c0a0c53d88377e78c3542bfcc87e2 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.3apertis0bv2024dev2b1 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.3apertis0bv2024dev2b1_all.deb Size: 78088 MD5sum: 9b9e6d6cc6052ca54485370e68496b33 SHA1: 32e98d80e1b14eed179f98ea6bf5676249fb8a80 SHA256: a906e51d6a847aae5ac09703a910bda62916c4d0cedcc8cec93c992add530ac2 SHA512: 686d7c8cdf20d8928c5c171f52f0b6193f05167d9d6b555e1462a70bd98f54c21731b7a298d861a88abbf77382ee2b0174c3bb130d4bd5c07db0e3590301641a 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+apertis0bv2024dev2b3 Depends: libdebhelper-perl, libfile-stripnondeterminism-perl (= 1.13.1-1+apertis0bv2024dev2b3), perl:any Filename: pool/development/s/strip-nondeterminism/dh-strip-nondeterminism_1.13.1-1+apertis0bv2024dev2b3_all.deb Size: 9276 MD5sum: 6237781407bc77274c22c03c49e917d2 SHA1: 03c145f795c672c0703d78fcc98991ade686f7b3 SHA256: eebbf0ca392baf9de8ac203947fe6755fdf316415cca16d853212bc454cfb8ac SHA512: 12e63d27b367580f07cc0a500e0c11012b5966a2534178436365aa3b4249d68025f076727be077722b6e04d2d04de9b91d80c09b2d913e4690954d4174ca9cef 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+apertis1bv2024dev2b1 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+apertis1bv2024dev2b1_all.deb Size: 183608 MD5sum: d067ea38249d8e9d4e6eb958040a7e7e SHA1: f2dafb70035930897ef76ce4f5c2909ccc63c0d6 SHA256: 1a23ac17f299955ffcdd96dd4b3d39f14a2b6bff8a21644fe7caf26023499c8e SHA512: ef8ce4e4ff78b8c8eb0448a8eeb97d1e2ecab4ce53018f140d755ec4fd311755dbf8433a16123fa1ca1c29d4475d1f3e79882d04d49cd5a82d796e66bc28c1e8 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+apertis1bv2024dev2b1 Provides: dh-sequence-aspell-simple Depends: debhelper, dictionaries-common Filename: pool/development/d/dictionaries-common/dictionaries-common-dev_1.29.5+apertis1bv2024dev2b1_all.deb Size: 91504 MD5sum: 8810a1ac32045b9d6772c5e048883c93 SHA1: e0f1fdb3f3e9ff4300e4181f69ff373fc0eb9d88 SHA256: 1896c1b8398b45e6797da78b91bbfc79e75076ca869a2c5471bb31de39f70e34 SHA512: a831a7ab2f19a60061beebd3c6b913e5bf4969288be9f770b029bd9ceae023b16c131725e1bc3924c53d0573375e246c3533437f61c33e2acb780e486213d6d7 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: 74 Maintainer: Sandro Tosi Architecture: amd64 Version: 1.65-1+apertis0bv2024dev2b1 Depends: libc6 (>= 2.34) Filename: pool/development/d/diffstat/diffstat_1.65-1+apertis0bv2024dev2b1_amd64.deb Size: 33336 MD5sum: 540240d647d51658b9057b35b38d1a1e SHA1: ac5543e022eff72052d7064ae2d7fb682c507c4d SHA256: 331c8e6eb7f51e77f98caae248490def1c305eccaa8e386829a93fb638321faa SHA512: 37e3c31cda400d1162341620becce038d79750948f4bec9f1d5828ad782eb68980a0feefdc576f54e839dd9c575b2da377c803d30e13e8750f039dd4705cfa64 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+apertis0bv2024dev2b1 Depends: diffstat (= 1.65-1+apertis0bv2024dev2b1) Filename: pool/development/d/diffstat/diffstat-dbgsym_1.65-1+apertis0bv2024dev2b1_amd64.deb Size: 59076 MD5sum: 6378376e510ebde13859fde5eb0fcceb SHA1: 155185b550b065b13f401900cdbcf72fbab55dad SHA256: 2ec59a54f4965dd9306550df3a9ccb2f51bbef31010323813a72c8c8c8470eb5 SHA512: a601cc0658c7881e83d00babd4d9170275b84840835b94bcd67b312ca7d60ca79a425c558d5573713ed5c79ac74402b45f069f2b7759effc316bb28d2f3c3a26 Description: debug symbols for diffstat Auto-Built-Package: debug-symbols Build-Ids: 89506dbeded423ad085238bbcd5777632488b679 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: 1336 Maintainer: Debian GnuPG Maintainers Architecture: amd64 Source: gnupg2 Version: 2.2.40-1.1+apertis1bv2024dev2b1 Replaces: gnupg2 (<< 2.1.10-2) Depends: adduser, gpgconf (= 2.2.40-1.1+apertis1bv2024dev2b1), 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+apertis1bv2024dev2b1) 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+apertis1bv2024dev2b1_amd64.deb Size: 798900 MD5sum: 952b2185a3d2c6919d702e8f7ae89719 SHA1: 40105c7df6ba5ee6de5f65240e8cc624a84896ef SHA256: e00b399172b1ee20fd50bc28c8bef4bf34014cba320c7fb1822573fd56e1352a SHA512: 9f38e7a1632d8634906d693450f1c16629fc7cf3b197d8ad2d92cc8f63d4083441c77af9c4714ea2e462f6e6f7a4622d9ae400fbf0306ccf34ee1bc870ecd237 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+apertis1bv2024dev2b1 Depends: dirmngr (= 2.2.40-1.1+apertis1bv2024dev2b1) Filename: pool/development/g/gnupg2/dirmngr-dbgsym_2.2.40-1.1+apertis1bv2024dev2b1_amd64.deb Size: 990684 MD5sum: 29b744787ce603cda835944205f7fdde SHA1: 1c5bb28c9bbf1ece2d487aaae15fa8a873d759bf SHA256: 425196dd3f444d2582440d907cd1fd76f00141e3d870430a05c1258d55749fd9 SHA512: 9950e4cee08e3163cc77155f0d664eaf8c17685d707af9f7f803ec9d8a8aee706c72f37e9e7a07da21835a32c73319246277c8923d339c177a2eb663a35eb887 Description: debug symbols for dirmngr Auto-Built-Package: debug-symbols Build-Ids: 3d390459ac7c848998dd4e29b35de6b329790bce 6d52b43d474c9e3911605dcc850fd98cda90a304 d34a5275ebe1fafc3a01d60e128f200e9a07f9d8 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: 67 Maintainer: Benjamin Drung Architecture: amd64 Version: 1.5+apertis0bv2024dev2b1 Depends: distro-info-data (>= 0.46), libc6 (>= 2.34) Suggests: shunit2 Filename: pool/development/d/distro-info/distro-info_1.5+apertis0bv2024dev2b1_amd64.deb Size: 18472 MD5sum: c6d6c4236603c045d3aada4ef43fe986 SHA1: df32469e0e780f1e438b01a67e01de9eec5e8916 SHA256: b5afb56cf7b2f5acfc11a2123947598e9d9b1622d9f04c43d69d9f75e121d067 SHA512: 930cc0a37f97918dc7a33887777f95907060dc364712721de0a85fadaea1f226e81fd71494f7682b24ebc333fc855afc3b877a05aaa6b7f4f9ddeccb9b93d89f 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+apertis0bv2024dev3b1 Breaks: distro-info (<< 1.0~) Filename: pool/development/d/distro-info-data/distro-info-data_0.58+apertis0bv2024dev3b1_all.deb Size: 6292 MD5sum: e01efdde21a63bc40665e03dc16b9e5e SHA1: 2acb4a873a21bd00f72f9ea281da0ddb7bef8979 SHA256: b5466f10b149a7d23859b7825dd2105de9ce2fdc60c251914eaa60277b2f86a3 SHA512: a811ab90d4bf8278d6dd9adbe0102771bec0c34b77e889456ae3301616a6842effdf2ec3aa315de7bc37998681a274aa324e4db5773caf39b75068e92c880981 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+apertis0bv2024dev2b1 Depends: distro-info (= 1.5+apertis0bv2024dev2b1) Filename: pool/development/d/distro-info/distro-info-dbgsym_1.5+apertis0bv2024dev2b1_amd64.deb Size: 37376 MD5sum: a4799b14d8ce06f1d7fc0c6215ad4b4a SHA1: babb15c21e1f1fbe1cc8396f2ecdbaff649701d7 SHA256: b66811fb42a9d2fc485c15c21de6cfcc9f9373e446778a9269292262bd904284 SHA512: db551ba95dce39e6e33266a9afbf2cc3f842c6cfd64deb828896b0d6ac085bb381fd4a3c41da7e9cdd80e2a9cdefedb0dc542eb201ffe4f67ce01a212546297f Description: debug symbols for distro-info Auto-Built-Package: debug-symbols Build-Ids: 89f450cb0682d987fff38adb0936190e71afeba2 8e12a3d4fca6ddf797e8d3fab16da651a7f75ec6 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+apertis0bv2024dev2b1 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+apertis0bv2024dev2b1_all.deb Size: 226108 MD5sum: 3e1d2e1a7d3373ea0654dcb22943ae24 SHA1: 82e051d0ddbe01d094a7701dc99284aec8d98824 SHA256: 452b4fc0268877c8b0f4ac83c26aff3d813b6b9c38c0feaa8649ea1265d52129 SHA512: ddb84d52eedaa875e3a3139d7ce97b6ddabe8af8e5e5d124c70739cf7659b8d0838f5bb1d4dad93074bc422269d57d18c4972bf3767789134bdbe77549685da4 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+apertis0bv2024dev2b1 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+apertis0bv2024dev2b1_all.deb Size: 77656 MD5sum: 23fcb56fd64864daf31a85140c25658e SHA1: ca75b36b3b4b9a490e4cdffee67032d327abe23b SHA256: bc9abf33f70c8e6147c8e2a04cea1fd8b7ad4ce1bd25786d8ad65728efa49f41 SHA512: 4d2028b9075bf1d29c87a17707eb8e5c700515b7a50f7eaaa17c820da8c5057ff148d5815163b14e86fab3ee5c098a523a047837f7ccf331db27f3da1ffef124 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+apertis0bv2024dev2b1 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+apertis0bv2024dev2b1_all.deb Size: 1224904 MD5sum: 4edaebbe8d6aaf167ba1fed5d2ab832d SHA1: dcd3afddea9a446d1b7ec9b85e2e1c601a295e0d SHA256: 7ae0cc6eb3a268c16dac2be04dce2ee4cf1511c2a6a0767874cfec8f99a5177a SHA512: 311d6d2b301c703af08a8920c267062d980b8c2f63163a1a5c0546e54cf1a7e3028e92da6e4737e4c2cdd1c0641ec9a9ee9ef8ccdd73109010201ec6843042c7 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+apertis0bv2024dev2b1 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+apertis0bv2024dev2b1_all.deb Size: 1225316 MD5sum: ad3e79022284bf83b3c22ae63382e93b SHA1: 461f9cb463961991091faf30d41bdf8485c37958 SHA256: 74785ba51de4592663f1405a1787f45db5aa0f104ff11a90c0537684a02f8307 SHA512: 51813f991715bdafede426a5045749cc89d645bdf865b0dc72097a0732032e8a966e2ea4ffb46e13abe5ae83c4c7539455c156be61bc1ea5b76e4fc8e020dee0 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+apertis0bv2024dev2b3 Depends: sgml-base (>= 1.28), xml-core (>= 0.14) Recommends: python3-docutils Filename: pool/development/p/python-docutils/docutils-common_0.19+dfsg-6+apertis0bv2024dev2b3_all.deb Size: 130364 MD5sum: 0dcaeae171ff3fa90a81b56ae7d10f9f SHA1: da5ee1f8cadbcaa99afe85c26e6283ee5b8ed462 SHA256: 01e9b70dfd59d56c4156d6853790a9d3e67ca50e3916c5b1fe4749c007d57003 SHA512: c42456d5f0f9c1620687753f1c5d0271007bc1fa5afd56d3c5cd814ec281cec76049e15186a941553ddcedf90ef8fcf17d740890004207a772c6b7f2ff0cfc01 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+apertis0bv2024dev2b3 Filename: pool/development/p/python-docutils/docutils-doc_0.19+dfsg-6+apertis0bv2024dev2b3_all.deb Size: 1102316 MD5sum: eeb75f87182085bfa69d365d0f51aad7 SHA1: 505ffb695406e586b60068fd8aac6b50a0e516cb SHA256: 32bc94b35906ad8a409390ac8ed36396d8df96d0c4a2610a68016f884541706c SHA512: 09affa13b3f5db3f5c590578343aaa42f711fc7a5e905ba2463f6d7b462d19a06102dcf387d2f5322325413ff109178f21f34e23f1ca5cf7ad0b5c3a95b80bc7 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: 18906 Maintainer: Paolo Greppi Architecture: amd64 Version: 1.9.4-4+apertis1bv2024dev2b1 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+apertis1bv2024dev2b1_amd64.deb Size: 4621372 MD5sum: 29c90e50675a5b40097d7b0fdf302948 SHA1: 6c7f2922615ef99aa97392b48d54bea557cb6e5e SHA256: 857cda92ad58f45212186d6170c4460d3a70d69569af0e4c399addbf8a656512 SHA512: 4cac0bb75c17a5a43419bcdf391d363d79dc30e5503903260b9faa5a8d90257782ee803ae7ab7ec1f68d57e82f87fa8b915107180093dac2479df1a238bb405d 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: 70644 Maintainer: Paolo Greppi Architecture: amd64 Source: doxygen Version: 1.9.4-4+apertis1bv2024dev2b1 Depends: doxygen (= 1.9.4-4+apertis1bv2024dev2b1) Filename: pool/development/d/doxygen/doxygen-dbgsym_1.9.4-4+apertis1bv2024dev2b1_amd64.deb Size: 66059556 MD5sum: 01fe63127538287b9fd6cc0c1fd917b6 SHA1: e888614e7197bba8d41a1e526a033f327dffdadd SHA256: 41650c0578420e18a96931e97189a8a8d75b411331bd0abafd50906e14279460 SHA512: ccc288fea4293c8ea9fdf45a69a10d7c8391833cc6fc05b08a947f254e13c866cf7e344acdf71174c7cd54f5f02a4c7cde76683ececd878cb9bbdaf19ff86980 Description: debug symbols for doxygen Auto-Built-Package: debug-symbols Build-Ids: 31f549c5877504618739b4de672974b89b4a04d5 46071b9e63b629bd84e64e76d6d0797270e51a04 71be2a3deca88c4108247d18c6d1098bade47782 Package: doxygen-doc Priority: optional Section: doc Installed-Size: 5716 Maintainer: Paolo Greppi Architecture: all Source: doxygen Version: 1.9.4-4+apertis1bv2024dev2b1 Replaces: doxygen-docs Provides: doxygen-docs Recommends: doxygen Conflicts: doxygen-docs Filename: pool/development/d/doxygen/doxygen-doc_1.9.4-4+apertis1bv2024dev2b1_all.deb Size: 2793400 MD5sum: 923cb8084e461291a4922cc296bf1946 SHA1: a22abdc072c8bee717c92a77ed6c09e0c7fe90b7 SHA256: 6f28296440057903b9099a5765a435e1ba00ef92b0a488a0b931875f090a965f SHA512: 7d7d270029893ae9094d613b6e58ed834af5c245f79d696003158bd6082c2295b3b4c53e92be9e4582079807ef9fb12dd3a83950d5d71e24fa406555d3d997f6 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: 18677 Maintainer: Paolo Greppi Architecture: amd64 Source: doxygen Version: 1.9.4-4+apertis1bv2024dev2b1 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+apertis1bv2024dev2b1_amd64.deb Size: 4547564 MD5sum: ea39f493efc79cca0834adda55ee085b SHA1: 131a8772468f48c8564bd9349272437f15d8cff5 SHA256: daaef725e9a769b0064af3eadc7041ddff99378baacddd3a4bab76f375c94880 SHA512: 43c5809c55ddc0888f9178914dc257c059f92f9b1114463c07618b9a3d17ba0a669bba6918c24a75e247cc80f6e6ded299f90b45d94a34e69e8b4a043863a528 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+apertis1bv2024dev2b1 Depends: doxygen-doxyparse (= 1.9.4-4+apertis1bv2024dev2b1) Filename: pool/development/d/doxygen/doxygen-doxyparse-dbgsym_1.9.4-4+apertis1bv2024dev2b1_amd64.deb Size: 65859016 MD5sum: 41bfc274512dab7b25b8fffe10b6defc SHA1: 586101cd8bd11c955467bd1246b9069741783e63 SHA256: 184d3981e915df5b737e96f3375838edf6818004f9f77bd50272f8d0eb4f3a4d SHA512: bdff8dc9cb0da61c90324b27cb780b1490dfcd56faadc44b068f7e7efbdb2a772a934f4aabfebbe3cd8b63b3fa0a7c704d4bc75ea9e58e06fe8545aaedf8477a Description: debug symbols for doxygen-doxyparse Auto-Built-Package: debug-symbols Build-Ids: 64f51cb321084ffdfdd529f9fcf715573f929c5b Package: doxygen-gui Priority: optional Section: devel Installed-Size: 954 Maintainer: Paolo Greppi Architecture: amd64 Source: doxygen Version: 1.9.4-4+apertis1bv2024dev2b1 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+apertis1bv2024dev2b1_amd64.deb Size: 598920 MD5sum: f270cc6ada9276d8ecef963b926dd5e0 SHA1: 962f43fe8dcb26ab6b7f05fbfa67f36cdbd70b14 SHA256: 4324891487e4384089f08e4cc92974b8f6c340c3ff4dc821128064b1f5592f2b SHA512: d18aa581a3f527fa7ef71f7dced432ea801d813b74e6431ba2617ffff00a465015a9dbbe4ca81f1e745528a456f861994cd048c2e6236a7cc8f04623d4d76034 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+apertis1bv2024dev2b1 Depends: doxygen-gui (= 1.9.4-4+apertis1bv2024dev2b1) Filename: pool/development/d/doxygen/doxygen-gui-dbgsym_1.9.4-4+apertis1bv2024dev2b1_amd64.deb Size: 2823336 MD5sum: dd0776d8bb3b39d58d0c1694b30f3b97 SHA1: ed2766e4c0daa6618d1a558d72916ae9712e1b89 SHA256: 0fdf5a3ba3617a1033cc8689baa5d0d3075651129d0ae13b77bb3fc6d7266940 SHA512: 76e0c78806ed040a3b78d842776decd4b6ad0869775d2054396e81976bc01129e7b28c8188ec50510339e95dae76b8a8c167188e4b581e62548476af80952e90 Description: debug symbols for doxygen-gui Auto-Built-Package: debug-symbols Build-Ids: ee06688275287b36bd35c49f06bf4aba3a398818 Package: doxygen-latex Priority: optional Section: devel Installed-Size: 340 Maintainer: Paolo Greppi Architecture: all Source: doxygen Version: 1.9.4-4+apertis1bv2024dev2b1 Depends: doxygen (>= 1.9.4-4+apertis1bv2024dev2b1), 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+apertis1bv2024dev2b1_all.deb Size: 336920 MD5sum: 4cb24c89a0db903dd721404c92c2d769 SHA1: 280085eeb0186a1897f9d66dfb4821874ca7bba1 SHA256: 9d265bcf395f34f5a2f5e437de0056658899cae96f4478861fde1bfb8c71f63c SHA512: c845379788925f928b8c9095fece14ef623587bcde17c5aff139179ed7cc10c18f9d8bfb69df33c6eb11915f070e2736381039fc8b17d185051f7847a24ea658 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: 166 Maintainer: Varun Hiremath Architecture: amd64 Version: 1.15-1.1co1bv2024dev2b1 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.1co1bv2024dev2b1_amd64.deb Size: 85536 MD5sum: 7b162ad46962b5dab02a0ccf1b7783e9 SHA1: ecf16eb6c5cbc22a389bbcd69d99ed7cf29be21d SHA256: 2e8c4979a77a0d9cc6b4717d7011fcf2eb8fc940e0935fc80d5900508d78022e SHA512: f6bdbaebf61084c8fe63142427c000adbd927d629cc6fa27009e934b8acf5b3b76af9e965841c89b100832fb4ce6a19d2d8e98a23e4c9e476eedbebc4f7ca8d3 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.1co1bv2024dev2b1 Depends: dvipng (= 1.15-1.1co1bv2024dev2b1) Filename: pool/development/d/dvipng/dvipng-dbgsym_1.15-1.1co1bv2024dev2b1_amd64.deb Size: 131684 MD5sum: c727d86656664d85443502b00d61dea8 SHA1: a29c20f6e1684b18de0c135f68e21cac678fc5ae SHA256: 15b7022084f1c0f7b0833f96de5b9460038aeee850ab851ca6fa5328abd665ec SHA512: 5460e8e76c04232c4846cd611ca4ac30fc6071cf9095b3d352335aa1fecaf2cb8ca1a7f5614eb04f8d701c3f2bbd766d00487ee3bdef1d8cd6d637e823e05ab6 Description: debug symbols for dvipng Auto-Built-Package: debug-symbols Build-Ids: fa84372a1b1cae584c8c368effbde21ed200b281 Package: dvisvgm Priority: optional Section: tex Installed-Size: 2397 Maintainer: Debian TeX Task Force Architecture: amd64 Version: 3.0.3-1+apertis0bv2024dev2b1 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+apertis0bv2024dev2b1_amd64.deb Size: 1035684 MD5sum: 0c852b14d568b8e18c1bac051790cbe7 SHA1: b4556e6154bc7a56ea0593ba2720a774be2af5c5 SHA256: 5916a4a1db9e41eb386f0dff4ba3227d110d1ccba5e0862e9b58128087d0ddd7 SHA512: 32831ecd3852b2a0c2f958a7d18e888323a513eb4f8e39a644043635d8d56c55e415192199f5beb99f535da17b017e1679662529a5d0bb7fa293e8b4606a1b02 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+apertis0bv2024dev2b1 Depends: dvisvgm (= 3.0.3-1+apertis0bv2024dev2b1) Filename: pool/development/d/dvisvgm/dvisvgm-dbgsym_3.0.3-1+apertis0bv2024dev2b1_amd64.deb Size: 13425484 MD5sum: ffc71352967e7dcc4b32b15ee7c75439 SHA1: 4a744032184be07c6a9238951d9a76bc0f72ab20 SHA256: 68e4cea956790325e5665582182855bdf6e6bce28d0aad5ae776e643d162073c SHA512: fddcc5e4e9ccfc9634badf363a831dc97dea1205b7d863e83d2b3066d85165c7f09ad23f875eee41bc163de42c73950dc8ab4173bbebdef4cdc4a654a1fea13d Description: debug symbols for dvisvgm Auto-Built-Package: debug-symbols Build-Ids: 77cd839ac268cb2d1359e06a565391a29627fcdf Package: dwarf2sources Priority: optional Section: devel Installed-Size: 1059 Maintainer: Sjoerd Simons Architecture: amd64 Version: 0.2.3bv2024dev3b1 Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.2) Filename: pool/development/d/dwarf2sources/dwarf2sources_0.2.3bv2024dev3b1_amd64.deb Size: 343136 MD5sum: eadf6f45b7ffa8852caffbced458b2cb SHA1: daede67b9ddf7e60991154c89e7152d4295728bd SHA256: fef32b23bcd1c71865c78864795fd994cf1b5e02a57efb09c79c3da77e8b16c5 SHA512: 30723445964963de4b2d1f26a996a1c5ea75de2d13de69e6ff17c12e50c68d956edafbd3d1c770c66d009fc8691c1de401c8205ee895fe069ef78fb94a918a58 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: 5234 Maintainer: Sjoerd Simons Architecture: amd64 Source: dwarf2sources Version: 0.2.3bv2024dev3b1 Depends: dwarf2sources (= 0.2.3bv2024dev3b1) Filename: pool/development/d/dwarf2sources/dwarf2sources-dbgsym_0.2.3bv2024dev3b1_amd64.deb Size: 5076628 MD5sum: 33bb20a5b2562fbd3b49ac92605fe790 SHA1: 036ed5fccac71388ec2be094d1a4900d6ebde258 SHA256: 8562d4b9669d6bbc8fa66f90f244b46045464fc90c26d333e317e3055d3b998a SHA512: d471564328dc0d78b3f5175c3c5522f3ad8c5f983b81c9514ce141bbbdf346ee5e986ca5737dd4874237f0234e710d81dc6179dba3744c31e1a7a04fcdaac881 Description: debug symbols for dwarf2sources Auto-Built-Package: debug-symbols Build-Ids: 22901ff947c27fd4706aaf0c9b473513703792b4 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: 261 Maintainer: Debian GCC Maintainers Architecture: amd64 Version: 0.15-1+apertis0bv2024dev2b3 Depends: libc6 (>= 2.34), libelf1 (>= 0.131) Filename: pool/development/d/dwz/dwz_0.15-1+apertis0bv2024dev2b3_amd64.deb Size: 109756 MD5sum: 8e5dc5bca8cfb338b6e732897d2a9011 SHA1: 4f06d882ad724c2f4657cf6b670a2baeccb8fa88 SHA256: 9b3813eea9c974ec1c8e6190496d84b3ea045cd4d9dd9e56762ff66a29f7da97 SHA512: 91b9ecb1a4db7b7068df8724b8ab9ec7f49a87a9e7e5a2bf7de7caacfe838d89d404a82216b86eced0d69d3a56053cb3562714a8662999c2e6a504e7572d5da5 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+apertis0bv2024dev2b3 Depends: dwz (= 0.15-1+apertis0bv2024dev2b3) Filename: pool/development/d/dwz/dwz-dbgsym_0.15-1+apertis0bv2024dev2b3_amd64.deb Size: 332008 MD5sum: 534dde178cbb51965b3a751f9cef2a96 SHA1: 1053f0c67607b293b6dfda9d1de313cbacec316a SHA256: 30f83ab1b8f6bafe573ae42958cf3acdb9e3ada1dd8553978aaf58b2a94458dc SHA512: da41aeb86e0aff6ec68dfe53572cd59cc25a0b30e099d79b1bd4286c8b687ddf59129410e05657f4b1dfc083f991a72e055a900cc04a059842777557ca9b17e1 Description: debug symbols for dwz Auto-Built-Package: debug-symbols Build-Ids: 7b52d54d0f9788e39e70d8bd2bd17f5f3d2af01e 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: ed Priority: optional Section: editors Installed-Size: 111 Maintainer: Martin Zobel-Helas Architecture: amd64 Version: 1.19-1+apertis0bv2024dev2b1 Depends: libc6 (>= 2.34) Filename: pool/development/e/ed/ed_1.19-1+apertis0bv2024dev2b1_amd64.deb Size: 58612 MD5sum: 949b2b210ef8c02ab49f837bf4df8bd2 SHA1: b248f64888724b7ed22e2c1dec8a649c1e238181 SHA256: 530e1654663817404a2da4b3e7a1f78c2f7c0848744abf8af1f17745765e5b61 SHA512: 6e50377103f65607377aa00eed17e5ea97a84be075c0da009d2b4d7f6a2dcebbae0f76baa1d6ef586a8f7b8445e6eeb341a32d4e9b56bde357bd5a6f05a4782f 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+apertis0bv2024dev2b1 Depends: ed (= 1.19-1+apertis0bv2024dev2b1) Filename: pool/development/e/ed/ed-dbgsym_1.19-1+apertis0bv2024dev2b1_amd64.deb Size: 65800 MD5sum: c14834ea27283875cb29642478928735 SHA1: 4ee43553752caebdc5a342e21998f4df86f892a7 SHA256: d709c3f573f81e5329eb5203643e36ccd2c6bbf575ec5644ba3b1bd08049b86d SHA512: 92b5fb80c2ce31948297d322802059aad226813eebe177bf881941ac86a6ab4323fcf7e71ba28cab7657f60356d86f81f1989dfcf0a3201558e225c39fda3075 Description: debug symbols for ed Auto-Built-Package: debug-symbols Build-Ids: b5b93805db489eaff820fcca501491858986611c 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+apertis0bv2024dev3b1 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+apertis0bv2024dev3b1_all.deb Size: 28672 MD5sum: 3b358644c58e283d5cb70efe4c4edeb8 SHA1: ff4d357ee37635c24d6a990440d7d59b67f0c162 SHA256: d96a3e12455e323741749a55e35cd538fb94c0705ce5029d5c9a6885808304d6 SHA512: b2ad162d65fe9efdbd8ea00ab5fe11e4663192fbc0b0a62aa3e46097473742bd39d761f7d7314ab16350287c877ea0e38b4ce20abadfbf349d57ad186b7bab27 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 Priority: optional Section: editors Installed-Size: 63 Maintainer: Rob Browning Architecture: all Version: 1:28.2+1-13+apertis1bv2024dev2b1 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-13+apertis1bv2024dev2b1_all.deb Size: 28348 MD5sum: afed134aea9625731313160d544a9b33 SHA1: d3533c49f79628f993fba2f4011c8157974aa89d SHA256: b839c9aab05fb8b7e4d03c6072d4e5254a3e2b0952e8e670c859fdf2d1cc2bed SHA512: cfa5f10be0d330c3c0c1f8ee2f33c2c316995bfc60027dba667d919d9ba050bcabd94ede7365bd04a1482233449365d51cf6b9c2c971e451891ed10a079fb4d2 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+apertis0bv2024dev3b1 Depends: emacs-common (= 1:28.2+1-15+apertis0bv2024dev3b1), libc6 (>= 2.34) Recommends: mailutils Filename: pool/development/e/emacs/emacs-bin-common_28.2+1-15+apertis0bv2024dev3b1_amd64.deb Size: 115516 MD5sum: d6bcbecce60079e5668460d48054307f SHA1: 42848ea783cf254ca188740d6379ab42336dd157 SHA256: 0a1c37e7f5b6c0a980032d6116ae047cfe09ae49e04290a27ebdd206ceda1e1b SHA512: 4d609a39150803fbe20e4ace9b8276d129bdeba4788c9c2e19009a304d22128a440975d01dff88993fa6d5983c9e8698481fede060efe1b49d73e6f715a3422e 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+apertis0bv2024dev3b1 Depends: emacs-bin-common (= 1:28.2+1-15+apertis0bv2024dev3b1) Filename: pool/development/e/emacs/emacs-bin-common-dbgsym_28.2+1-15+apertis0bv2024dev3b1_amd64.deb Size: 277456 MD5sum: 6a1ec3f59ae803ee75491d62cf986975 SHA1: f3d88cf0e0e499a6a08303fb8d5b1b5b53875061 SHA256: e96444ce79fdd80eb4fe9f7051ce306c410694706b2ac1104113931db586562a SHA512: 7e959663af6e2a2cad0d675c1a2b6454d4770f4d389ec8c2def754f9a2e4e678260ac180eb9d20d3e6e01211fd9364436b496594a2fdb5e6f7ddba289c871ccc Description: debug symbols for emacs-bin-common Auto-Built-Package: debug-symbols Build-Ids: 0a7124c2ec147d79194fef8a9eb9c57e6aa6e5b3 53b4e97569d69873f13406ca96ae47cafcf30393 5c2275efc2c2f3ec3aeec44ccb64210bf879c52d ce7b39230567b85c17b34a5353ea284e5c9a810b d78dfdc8ee96fcd0c02d5d02955e6bc54cb07008 Package: emacs-common Priority: optional Section: editors Installed-Size: 71574 Maintainer: Rob Browning Architecture: all Source: emacs Version: 1:28.2+1-15+apertis0bv2024dev3b1 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+apertis0bv2024dev3b1), 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+apertis0bv2024dev3b1_all.deb Size: 14006228 MD5sum: 72b369718281af25b4198a88708b17dd SHA1: 47c95b99204fd0432e7f64d772da954035a4b39c SHA256: 7163abbb65726b44a59b14e41f54776fd57b880c6cc045b5afa3299f602770de SHA512: 719c90e0dfa01d8e3bc7b7e4632aaea8044f7d552174585e19315cb215f3ed605397417aeb8c52c123f306025ab6404092721100ddfd9fac9a04152fd649a64e 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-common Priority: optional Section: editors Installed-Size: 71574 Maintainer: Rob Browning Architecture: all Source: emacs Version: 1:28.2+1-13+apertis1bv2024dev2b1 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-13+apertis1bv2024dev2b1), gnus-bonus-el, speedbar Breaks: apel (<< 10.8+0.20120427-4), edb (<< 1.32), egg (<< 4.2.0-2), emacs (<< 1:25), 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-13+apertis1bv2024dev2b1_all.deb Size: 14006660 MD5sum: e012e177aaefa06bbff5d8a53d6dafc8 SHA1: 76fad52b7b6c22255292862f2607435144c9c80b SHA256: bd88a9337fccc8297c18d374334b6575b5f0ea5934852db09bed9d38eee7c5c5 SHA512: 077a7ba1c09b398d67d8e0778fb0f46f6c2de59151110e5ca377868a45eae0c40acc08ac0058f92e1403d4394c6c5acb16fe2eaf3dec9ab715ec2dfff11794ca 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+apertis0bv2024dev3b1 Depends: emacs-common (= 1:28.2+1-15+apertis0bv2024dev3b1) Filename: pool/development/e/emacs/emacs-el_28.2+1-15+apertis0bv2024dev3b1_all.deb Size: 16885232 MD5sum: 78ed772648050e1aebcc78152df2b7c4 SHA1: 955279014114d7dd78e45163e2939196c6560208 SHA256: dad8a4533786c19a76adf2654e0e97d2145d53ccd205143072902493b2fe4618 SHA512: 694cf18a00bb730b54159d7ff525fa9637f64eae646d57d7ce18b03aa0d407dda2bff380b2f99f40e0eba2eff0d68cc5e5a251b0dae65889c34a721023f8c079 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-el Priority: optional Section: editors Installed-Size: 17111 Maintainer: Rob Browning Architecture: all Source: emacs Version: 1:28.2+1-13+apertis1bv2024dev2b1 Depends: emacs-common (= 1:28.2+1-13+apertis1bv2024dev2b1) Filename: pool/development/e/emacs/emacs-el_28.2+1-13+apertis1bv2024dev2b1_all.deb Size: 16888776 MD5sum: 28ba812fe44076d530725f99c0f5c128 SHA1: 49fac9beacce5d21c91ada662a1dc6dea4a56400 SHA256: aa7c6b4160ff38b0544d1b87773a87b3fdc12a1cb3736dfeed09cd3be8864003 SHA512: e5ffaf17ccba6ca496ea976eba53b2a1b8f59770bdd8c99ffcd16d504a26ecb2626458725fb4d4b646728b32ee1638cce44578b9f42c8f171a47f1eb062eb9a1 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+apertis0bv2024dev3b1 Replaces: emacs-lucid, emacs-nox Provides: editor, emacs, emacsen, info-browser, mail-reader, news-reader Depends: emacs-bin-common (= 1:28.2+1-15+apertis0bv2024dev3b1), emacs-common (= 1:28.2+1-15+apertis0bv2024dev3b1), 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+apertis0bv2024dev3b1_amd64.deb Size: 5990992 MD5sum: c3f9813a01277db39e55fa37d74c81e9 SHA1: 37eaccf297c7bc4a3e69cbb101fd781c9604884e SHA256: 7a7de739d61222d30d66f91a162aa85ec49e1c6a6fedb4e5362827de95904549 SHA512: 2c079f019423b1de9eeb0607d3a1524d94090e8dfd03d4f0f0248967c0ffabbbb92454a03432450714fe615f85df8ceab2b06258319462a00fa467506b57498b 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: 7477 Maintainer: Rob Browning Architecture: amd64 Source: emacs Version: 1:28.2+1-15+apertis0bv2024dev3b1 Depends: emacs-gtk (= 1:28.2+1-15+apertis0bv2024dev3b1) Filename: pool/development/e/emacs/emacs-gtk-dbgsym_28.2+1-15+apertis0bv2024dev3b1_amd64.deb Size: 5927404 MD5sum: 8754009dabd955624551ca898528635e SHA1: 20e139bda1c0416bf834f06fd877df8bd72ba6e2 SHA256: 3086a19e66a2e6f9c9d3e20bb2d5cc9b320bcd1ccc9faf556178b4a668ab7f3b SHA512: c20d682f138f8e895ba804a7e78aa52275e72dfe58af7d6a302427bf540119cd048e12527b4cc8f1c887b4f7a6c382fbd667ee71e2779374ddad6ac67a79fbf9 Description: debug symbols for emacs-gtk Auto-Built-Package: debug-symbols Build-Ids: 02b0cec5ddb38ecc70cda2ccf5ce941b74e2eaa3 02eeefc70511bf36f02773a694e32e1cbcf17801 0317ec8fc179674cd7417bc19c6ee3b5b47a25f1 04c135b847f152c16ddf76470c68429d00683117 06d0fbf90c200733e4719454449eb8fbee811553 07f854eb114badf0b94413f6a1c3215a889dfbd2 0cff49b8791e06412aabe8dafa34e3228503a8bf 10911a1ab8e11e1aeb700b17b444b9f7d6d19daf 10a2d561640c32780c9a4809611deebc4cad2b1a 124dff900fd70b58f1af39ffa49b40665fb0f809 128bb046d3d97b871201f4a71a5c00731cab517f 173dde691b0780c4800973cc54dcb90f391465af 1a20fe0a3fc970f5c219b3ff369bff76d32b7be8 1bfdbab6f3b9d76285876c041da7cf62f23f7f3f 1db9f9829c505494cf3172f4b80fa016160d760c 22079628568634cad752527f3b022867d7403576 2252ecb498aacbb885063140d2f5eb2ef0e64583 253379bf9852b9b1b396a77d5635e071bd4e2850 25576177f569559b652af104dce67d1ccbd4ffdd 260ee127ccf7a8879d1f62d1337eefbbe60d4f71 269dcfe264cdaac25d1e67795fc4021335fa0292 2713cd01dd1f3cceed7856592b6ffbfb5389a9b2 2aab35dec402cb07f293f4117521ca17bf534d81 2f2237c7a26f5c38cec87870d16e3235571aa87e 3173d7cede201c179ba9f81ed465aa928019c2a9 319962ccbece7a4d89c07edff1a3227626298030 399972c4b08d98272030aeb77d0e12923f28b65c 3ac7b5fc09c40ec1e068acff15fe10e493553b63 3db21af7ddcbfc2f84d99e4c66364c5845af9b73 3eb538c1dc533bb0eeeeaf4f611959168085e984 3f53459e48fb21459c6751161d45ded462451acc 3fba6bfbdc0174f18f0958c1740320cd05208c2c 3fd800efefd34b2233c944aa8d6956369e54f333 40247b9d3eef42315a43a0e5c51cff2388ac3e5d 40485050aecc794f7acb8dbfb0c8262e3370abe6 42da86e16c4050a963520f614db12f259d5921dd 4380e2e7414021954e7d96ed630bc83d7697c158 443cbeadd839ab92c907dc8a3e4abc1a02ae54f2 44c4b03b99f56def44cac0ad839fb66253017023 47586bce458c9cac55a5d446d275edaedbf15b5c 49b54af045cdd46a84a8d4e8d76b239bb16c9fbe 4abd07e9b0bdef42eafd665ee80ad683f49d5353 4cac70c5352549197b1e3112c6af49911917580b 4d67ab98fdb5dedcd0bafef335a59c3607bb9c34 4dfe38b496d42ea3322be7389889506f3ab4228c 4e650fbfc441f51c56a6dd0da5bd45da4e0280ef 4f2deface1cccb12af08069d40cef7c3f98bb0b9 4f8e502a42b65d16840b7b532ec08891a2bb1c94 5135ae60e420d5b2bcb51b30df369484d9dafea6 5263bda2bf7d89adea326df03687c93e83f7f97e 54a58aa2dbe5a3c74ca53a0725a1e21daadd09c3 54bff1263e2dd9256f658768d3aa968acf2f982a 54f5ee05160239640eab1041547c499feebdabe7 582d4c31335f09c79e525c6b791f15f38d72d433 58d449b06e509b54d9652cb8b4ac5c5ac49a7353 58ed43da11c54a55b3af74d25f31e39105f715e9 592aa0b2835fb9a33777a59b556735277ffc1279 5b223e9c7671b0e23f27d5681a04c6b077d280b7 5b8b6a32bf6c03b4a6c099cf7258c6d576435f23 5db7ad634509fa800b186032d6d8444fa17dd8a1 63e86a85710613c461d1bed0638a9b5bf67ca35a 66187502a3bf82133e31aa2b7e5dbb5a314440ee 664868c34b2ba23e6ade1386f2cd2986389c60da 66f25e1fca236a0ba023b1edacdcb6a45a3ed45e 674dc22b7b346a450263fc05eb8a418ac1ff0503 6932af6eaea59f1c70beea6863f09bcd4ed37308 6973d7afc58e22372853650455e4d099a5aaf656 6a7bac0e6209f58b2037e99e1b2e08b9bdae0735 6e6380b6a7a3be7e848083196bea17e1c7a78d05 6e7597d25799cc001435f40916385ad1c6231197 74984f101d7ffb48e4796327b2abd6f6a7b3a93f 7607c4f317a7dc019ef081a28e02afa7dcbba967 76d21fc7e0c0d3ed38aa945e97061aaa70cfc8f7 7a3276368ef7fd0c2cd6cde877a638f64bf34d20 7a8594141ffabfc6add530f4e06b73f52e51cb5c 7aa033b418ea08b99175ae82e16064e9396f739b 7ec672afaf55dc2e93e8275334302d62752a72f7 826d2437e6c998e7a08658b0bd929f0470d8d5cb 836508c4bab70c6414e7fa9346d10a02a82a7358 84b1d15d689abc15633fe46ef0055bbac774c27e 84e858a41e16e472dd324f1dbcd74e7a6d6b8981 854aa39666b00a585965305fc294932dc2120f38 8651629978a8be90325c8207e69295c9bad90d9d 89b03cd16464517700d2918d801aa01730f07b88 8ae8bd94a63e06c4a64c552a70cd27a4185bbd55 8b7b4c679cb306e5fdf286bb5a17b22ee1ef7b96 8b80320a26fb700819fc6980ebf6107d2feb5d04 8c2c3be129becc61361af17a5fd37f9816dabce5 8c767b817e7f2d937eb2c18aebb3350dd4ddca4f 90594ffede32cc711e946f0a364c87dfbda0fdbf 99c4f608d829e103dbe84acbd958f3490e396e94 a0ad95f2a9b1aa7f47724ccd8935b433dc3967fc a1a06b12641ced6423c51888bcb3152cfb57e7e1 a1f1762c5ac403a7be7285e220c38b67c4d88a84 a578e239f455bf3ddeaf4b2c74320549b0931702 a69a18b36e7654866ec91d71b02ebda2df4c2fdd a88a5cb4efc5c8a385d121a39f9d118c10418ad8 acfea4ae3103a3131dc8fccc4f59678fbeae1ade ae68b1890b5ed396f86a76e20863532dd419ccc4 af1521804b0612802ca53b71590a7eca3c728271 b0ef0c6d7a72e0b01b80276723b970ffd801c0de b2f2d5f0bb7afd8818443278fba8d9017de18298 b30383adb08ef37612b09de2ed333b531dfe4e4c b63b55a000d5093d41b13bbd77189ae8cc43d6c0 b644253af489a4485cc7ab8568421a74b8a43a84 b6b98e7471fd2688ad0992842680c10868d5cc7e b746f093f3692615cd350ecff476d1cbf9f12111 b86e60beada8b569b3ce43de56228a78a0361e73 ba4f9b2af2027f415ebbcbc16e854fd96346cf7e baabbb2c98d35c08c1d22571a7f40c71fc2b67ea c189ba8990f64059a676290541712b95a7c9a7b8 c1a00327a41b1e90b140e574f7ed60b5498eae9e c34796496641c1bf193dbc3c2edffcc6ab6b9a9f c40d3c76368bb4be59268a25dee22c99f3ffb94f c97f4a805e8282e6f8d836def19efae0e8801fd4 c9bf7e068027293cdc8f3cdd2680ccf0d6572e9e cb4b5df12e5caa629b207bf1f3c1128983301481 cc2b8310c554ab814887b3feeb7e2034d9f35d09 cd4693b1c96672a5b95ea348a6f7139d68cc4649 d13ec5bbc08f6a42ae812107531b9e91189c76ae d193d0860872f353d618a4369eaec3635391b07f d452c33e31d751fcbc63234250b96eb049d81f8b d5b95df83b1fa146f5261aaf119c0ef1c9ba2205 d8ab935c8e4869af6770598ee1a0aa1e69329104 dcd961e958dae1459cfaa0b511ddb449902d8a7c dd614703b9ef3e567ceb2a31499709509ce38a33 dde7a1d489857873e6c4f99bcc42f6ea0a997249 de7928ca63f85f8c487172c7658b197a50538729 e1affc3ea0d4cec49b8c4afcc4cc45a7787c7e8b e2fdece9ed179a93e777e93e1ffc0ca62c9fd98b e52240fa8143e8e71c762b18e2097097a4ad3e80 e5f859cca50a5225507d3118e14a95675d562b89 e7a8af125bcec1084c60a17be2e6c633db0f1f70 e85764183767f8419e54b99124343cfe14520a47 e8a22c42fb3955b142a0a7c7cef1f3399ca854f1 e92e6b8d29225a87651ed84fa738df1af11ee565 ea1810055e63986b5d724e1b737dbf592c115f99 eb60fa7a130454b7b636f2ba0f2e4d519bb90aca ec7b2ccbf99edec453122c37edc75febe0d84381 ed0c340c1acd86704feb80d3c2245fe6924ab9d3 f514160c1aea0ad79620c8b15a551d0b8f40a263 fb79fe344237828bce4599d1c2f5015789a6cf1b fdddf2370e26702c3ee7c173fb3e6be44a86ef49 fefe78d09aaf9f866f6b6ed5c087c35e17e9d3a9 Package: emacs-lucid Priority: optional Section: editors Installed-Size: 35417 Maintainer: Rob Browning Architecture: amd64 Source: emacs Version: 1:28.2+1-15+apertis0bv2024dev3b1 Replaces: emacs-gtk, emacs-nox Provides: editor, emacs, emacsen, info-browser, mail-reader, news-reader Depends: emacs-bin-common (= 1:28.2+1-15+apertis0bv2024dev3b1), emacs-common (= 1:28.2+1-15+apertis0bv2024dev3b1), 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+apertis0bv2024dev3b1_amd64.deb Size: 5975200 MD5sum: df241f1e576bfd97957bc07348cd702e SHA1: b4dfc4c13ba144fdc408a0338f8d8c4abced6641 SHA256: 9c0ba156026e3fca4c74d76ac66ef80b1fd895e8470139673f2f256a57113515 SHA512: ff57ccd91d734391cf7edf9450f737f106282f9f96bda6d92769c12ebec64a22e2858db7c13b93569cfdd098ba72becd1d0ba11fb761a2c706626128a071771d 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+apertis0bv2024dev3b1 Depends: emacs-lucid (= 1:28.2+1-15+apertis0bv2024dev3b1) Filename: pool/development/e/emacs/emacs-lucid-dbgsym_28.2+1-15+apertis0bv2024dev3b1_amd64.deb Size: 5925240 MD5sum: 634ee5c8c2f5cf4c46423ae2b48b1200 SHA1: b498135d6e0d271ad72e6cf6a37abd8199ec5c50 SHA256: b99f0a4bc5fb46a0544c0f9e3d1574e6197ec059c13cee7d1c4d4e9f0edb1146 SHA512: 7e78293e66fed7e55d309595eed4b2c46f0bc6618290e57ef98005de52ebd42042a27be64c90cc555380070e3163530941a3d2039e3ed82f0406a8f52fe3b32d Description: debug symbols for emacs-lucid Auto-Built-Package: debug-symbols Build-Ids: 011cef144eb61679a868d725834993eac8b591f9 082aef08d28ab28fa3416d83af50706d09facaa0 0916e4cde77b3f5ba2634142fbf5a29c0740a330 09c127dcdef5b05d4a4ee751f43b3c767aa3b756 0b501ac17cc1f53ce8aaf1c9cd592d4064be040d 0b837f299ff03b15ddce7ba06c87c7c28e71e729 0c15ca5a57278d7fa844ef78a5cbc07e42a2d696 0cb8114c28baa23b05df0557ed9aefe3d415b750 0f38137634af417cc984b0817c384bea08e7f588 108dd806123a5687cfcfd06ada2d44bb4d7d4698 1144d8d7e963232112ea1c047cdd2aeb03536e99 1181fe97d046ad2407ee5a8202ff7da2ba02a4ae 11e42131cef1a32415ccf49c8d37c51b0752b86c 122cbc002c9bfccc206ba0221da8857ac7ded136 1512ab2bce39aa5b1cc9fd7c413695cbc3462104 17053d67a21b954118a9f57832139a977c002fcf 1a9ee583f020feb4cc31ab4775b903cf7cdda982 1cf403100e2bd901dfcd1c48bee096a319672f6d 1fe7c7a87924e2eec6967ab4b2b3d8b6b63c68b1 20f25d932b3d6a56713ff8de63f7567ae293d95d 220e80b8dc9623fd72f2fde2ca0324a873146693 23a0d13712a978905c4fd06b1daaa84ce286db36 23a2c180931222fb01344dcab3231b8091bdd254 246ee658842cd2788ddbada28b28d8cff31edf7d 277b1d00554d734a075b7d93de2fa1600aede7a8 29c24eb74202745ba45cc93343483d0f540d8a17 2c0aa0cbfdae9ec62d47a6ad7204110a66dc7588 2c625352a13959883f5b2d28e568b846fe5cd58d 2c9698c42bd62d136f85fc53ec23e6b958456c13 303e1e987162f5cbae90c963ede5367874c159ae 322d0fae964404a76f456fe9fac9d6dd8fa3b4de 36379535fddfb33e06b7bbefc53682087f55d287 3689de4d23e8ffacdd3a930d98b5804aa7594fb7 36e3615ab731d91199be5dc98f93c77a8e62128f 39f789f4d16003a243d82723cdb8b9541b8bbe67 3ab024ab1c04bb00e4143a591d4f4c1fab6cfc45 3ab1b4ed342b2eff6f27748bcbef8531ce6a5dc6 3b8cc193dfde52b086f6991852da7dec7490a329 3dec8883a157e1a35a17f4bae5cde861799cba97 3e6eafd47c34151d70372cd21077230504d1dbd4 3f731cc1da8fb22f33b40e18432ad45615e71557 40ef30df73b5ccc9ad83ed1120fbd144a4f399ab 42a395b16a43cec877df46d423f50ca9d3d5377d 434222406850608564a9eaa5fb4043c26f623a48 45a6b0da10a00bc7fb9f2455265047159945474f 4697398717f7f4fd21a0a92f0fc7ae2ffe60c729 47fe335ce28ca4450b709276b87f076ef6883425 4a7ab3b7e2b450d7fc35357dec8c1ead7ee94cea 4afac0340693085044389499061f0b62fa14141a 4d67334f0579ff066ff94b924e541422a17b1d68 4dd26514dce6d0c87a33a60ef6d0261bdbefbc0a 4e6563a8ff9446b46b06da9a7bd9fdcaf2e1615d 4ee684dc37840848bf0a27a0abddb58e29359857 528e943d3851d7e5593984a4fa23d087e15867f6 56f14d5e80561f61936ba17d84c67b4832d0438b 59eb0002b6e10b8e9bf91160bd1d7372687a5ba8 5c35a890e9160efedc52a99f14e9ec78e8467ac3 5fe7172cd10fd4c85dadf0d368d8b963e1058c00 60ee9ccdd0f1031b0a2f95c7f3e98cfdef29afc6 61624de56c3a70f0c0bf74af928bf58301ba8317 6641766e63d9fb0f0b4aad5cf004fc6d573bd15a 6787bb0ed1bd2e8bcf6116d1a9f58824ea4bcd27 684b49e600ceb4538fc68d8ba55f4fbc37b3adfd 692ea1315e54485624dc47f319f4081af9781d18 698b6e577fd67197b0d405a6aa78145480758698 6ad1d6dd18ffcaabb026eafcf2ddbf983e406c09 6e9b5a2cc8f74ed10eaa9fd2f44ce4808a01d1d6 6f6cc7931e39b66f1b8a11431ddf9aeba63fe6b1 6ff002a973f9d995e681f37df836d552fe29526e 70b560ec031cbc8951e8ba91a93298e917d61b60 736e395a337c722f5c10ed188cffbaa9cbcf05da 74e0603953d307e9ad8a670411fc00807630231e 75a2cee5a6fddaf9e35f1a5aeb021db4aabc4919 77798f5e9507d3839b57a94db7778f8129b9141d 7ade1ff3b9b250e01270420a138a127f408c1979 7dc7c2244a968c6726a149170d635a91cfdb31dc 8037760fb741172d2ead63ff78b7bf05846102cc 81377b91de63b2ba104b98904edb06828827f4f7 820607eb3356f2238deaae0a32b3c33dc6f46912 8291318146ea43ae908964b74886a9d0cf237c7d 85672d3aa7d895f83c6d5f81f6c38fc1fb9fd6e1 85ca449960bac800adb859652326cf3caad7ed64 861fddd6775534008b2fbde304b0831a0e3167ff 86d63e61c33d8af9cf7e8d90ea0e8bc4ce8faa02 88dc75d9d082d520e5468303157f74b405a7e883 8be982b4290dbab551cccd8f31983551fc7c8dd0 8c8ba0f1659008e8ffad22d186ead49e42d81b37 8f398d12353ee339f7bb491ca04da853cc32d209 9074ffdb65e4df6a3d1c894857a7cefaa9cbd4d0 930ac3b57bf332218242c037226d7486d402af81 93be813fca696f79a44bb411287c413f33b49236 94515eef9431f7eecd190862dfdbaa58ff5b794e 9633d9559d288b49f5d8c48ddb4121f8e26cad65 9801d5e17ac2eabb821d6ed3ba584c7a26511c60 9a387bc3bf2ca7c5c747d9238c4eba4c935d9ecf 9fa3ad4e824039b9ea15b22c072c70a40aa14183 9fa9c185fe214d3149e05d6f88f39e5969b64dd6 9ff043aeb30b367ea2e8a5036f03f318bec207be a047d4f7f0d717ebb000640fc2ca867aff21365e a1fcc19997f69383df823c3545aad6163015f2af a55bfea274ecbc8effb75300eebbc5c67a5164d8 ab95835e79e615e4e664bfe5bfecf69730ad3f05 abd165379852c186c516d93825eda3c489533e1f abd1d6a9bb7c2fb26a8cb14a7b9ad56b26885b10 abe3c9f0ae7c5a903da1213575a16fd87777df68 ad59f9345effb0c5ce0b663c0273be48c46b953a aef0743aadd301ed255864fef4912bb0b472f547 b1309f370f48e4455127b4c56c4a0d244512726b b3597c3faca77d5852c25b4daa9817cb3cb7713d b3d447e355e23263fd21155b1eac726c3f35f9a0 b3f55db3dabd632e9426092c55c133f137a6d0d0 b5cb7d2076eb6b34648b829d3df89a20910db289 b8bb0692e642d10fa5dacda690c4d23bb947ff4a b9d42f247cccbebf5df1ac15244b77ab01d52a9e ba12fd14efb4d07040e58620cafa82956a9fc8a7 bb440e7fed779a46e136ca34a3953d9850c5fd25 bc6d4f639c89262bb2b3a3fb240927e7e0f1f7cd bcc2b3e54927c314a7b2874d439bb486906efc06 bd17f4551c3e4eb29d61ed5d9229516349c1bcbd be943467f8caffacb801d88440082ad512d91943 c085e7d3959076952e927408dd56295e5e1c29bc c10036028e08b110d24858c0812174a501b8a9b4 c36e48009dea08435ab7bece63993c83b6d1a131 c4fb9cfd02514fb8dd1dce3eb1facb9437a9fc40 c5c068a8905dfb1ffd4d4e8ed9abc8b212c27e94 c5f579b7f40792605b3bdbaee5791e2609ee0b92 c6e06c11c09ead50e285b4552096cb8b17c66c6f cba147357a4d563f1ba485cc0ee1bc1eba2ca8c7 cd18e905b6162c1c7763939b7c3357e2ac9e558c cd26d256707b1a2d45dcc036b993db23728a740b cf7133c363ffbdc65a4c94f36c174cca27b643fa d2232570cbf5cc286f9f91b4ba7dabb2146f594f d233a3bb171054fdcdacce7e089b1db7b462992b d636ff8427947c187807810486cc2af3899ceec2 d7efee77c22956b9fbec726c570fa2249f44417b d87c356e742ebed756896d943f907619f57a8539 dbbc4b92859bf0cc30f6c4654666920b575fb807 de0a8288ffb5c19b80b545856e55da8f6e0567b0 de8ab4ee483e25c0bbab381fb318909ec57f039a de8f76d77da3f62aeb07b88e35a60b0978c81638 e1fca1a1ced3bb6a0abfd150aee0ce82d79a2246 e2468fc829b41a55f4c595168a553758aa6d7000 e328ca6d304f5636d5dae985c3f6682c80fec1bb e470865088e88448c72a714767ba95aa1fd34db9 e9696a95d694fc49aea22dcc159fd56fcf8e80ca e99779bb8ee965eda774d9e5ffe9791187790df2 e9ead4482847663f65a64028988eed487bd2baee ee1aa1a8d205706e98f96ce3a3eff5630ad1b6bb f1198a3ce28ca82f9d03d0f073452b73e35d56f6 f24499427ca9e85723e941ed885e0c3dc9b9fca5 f4a7f82e34c525e7c0332b7826e0cdd5ca234b3b fafed124dcd5916afc7c6a54d794fa2664e8fa9a fb065854fed2d03fbac922ec1ac413d1796e5fee fc2f43782071026bb56e32d66a8887bd97bec403 fc31eea2c5909145911e2f057f66566d6e06e2a9 fd71f8068a03c25c219e0ea07d77a985ab6b34e5 Package: emacs-nox Priority: optional Section: editors Installed-Size: 33842 Maintainer: Rob Browning Architecture: amd64 Source: emacs Version: 1:28.2+1-15+apertis0bv2024dev3b1 Replaces: emacs-gtk, emacs-lucid Provides: editor, emacs, emacsen, info-browser, mail-reader, news-reader Depends: emacs-bin-common (= 1:28.2+1-15+apertis0bv2024dev3b1), emacs-common (= 1:28.2+1-15+apertis0bv2024dev3b1), 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+apertis0bv2024dev3b1_amd64.deb Size: 5597280 MD5sum: 7cc10e09944d310586aeb7fd2d13a26f SHA1: ca4a7cddf46c303e7cdc819cde6acb303a7a535b SHA256: 6323c32d856d1c7ade012746648c63b132fd8198c29aaa2cf657dcbfd58e0d11 SHA512: 6860e52e68c79c19efc9a474d568ca544dae4021430e840a52ccd6aec1111bce04992e2e5acc00f4669e35e7cd35b25203bb1efae445abb7e65104b1831be410 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: 6252 Maintainer: Rob Browning Architecture: amd64 Source: emacs Version: 1:28.2+1-15+apertis0bv2024dev3b1 Depends: emacs-nox (= 1:28.2+1-15+apertis0bv2024dev3b1) Filename: pool/development/e/emacs/emacs-nox-dbgsym_28.2+1-15+apertis0bv2024dev3b1_amd64.deb Size: 4759976 MD5sum: 3d516c01786b81086b1ba2731951c7c5 SHA1: 75b058c2cfb0cfdd64ec5bdb8132ee1a88a032f3 SHA256: af10787430c2814d94cd08ca5278cdde2a896158f7ff2eaabece0704541efe7b SHA512: e0b7c59e05b1ae2f1c3d9e7ce582d5bfc706dc9ac579c188e808a55760a92fa21fd41e839b51d4a495f4e61dcc5f4aa71624d16c5155a7e5badcbf1bd489e987 Description: debug symbols for emacs-nox Auto-Built-Package: debug-symbols Build-Ids: 02b3c6ba5f8ccbf0f527162458e8e12174e4eb76 043a573371fa91e02538c0c9642149853bc092d8 04a05223d2b1ce0fb3acd2bd1220d1d25ef61e7b 07e6e3ef8ced8b4c36ffbecb83c3107dd8fdfd7b 08134d68e07951ad519548ec1bae8eb7b991a3e0 083e8873eb986cd6a80a2630a043c6e62d9e419a 09ebe7ee2407a591d65fa1dbffe4d6a8724c8843 0ca7d76d81b0c6c71d0b526e03c698fb8f56325c 0ebeed402868e0b97344815129fd282f36ac6f44 10b102f57034e848c841320da77edf9dc1cc0cf4 13aad7eb9de8477c5492ed51452ca78b57506504 141e92a71160c4bf499e1d6e0bad098c64907ac1 1702a5d4174e7bc2d1488a99fce38f64a752c4f5 17b3b4d0d29ef2311ad55abc4f10b1db7aa5cce8 1a806e05bbdf1c3e751fe78d01e40a901eac1997 1c0c9fcaf1d4d993b56ad551223ce5c4c0482fea 1c1ee147516a5ba3fb08a57752ada54db58afa34 1ccc75a78ab60ee713ff854b3f08c036afb7f0ba 1f60c176e8c6e8e41332d3a48d058f0726064e41 228d8cb0c5a550ee3fc44462e4d8116624ca16f2 241c50e81277fbc3e8cc34e9e26505338cdad9ab 24349b04f64412fdd35f1018f383dc8aadd888b6 24cb3177a1aba96e19c6ec3df7073f40b01faa53 24f04b7211cf9b74f81d51f7be8f515774f5f0e9 2512522683dc2634dc0e66c830e1bf156002e721 263e420af556a00ff363a084b9dd649c5414f2d9 2c00cb745e63592ead4d5d3b7cf403189921cb1f 2c86386ce4c071b934235b7940e6c2ada75c3445 2eb406e842e5bb7c3cfde1ebb25b88f2e11aa60b 2ec76c369d9e0a61664f873f191a3256836f2da8 32ff60c52c26459b2efda6a1590c2fc8997cc3df 3792ae2367210f746f7d01c77159eefaa4137bd6 3b048ccad029cdc3ce15fe366070a095d41b97c3 3c6666baba6981bf98b567401304c9f973cce392 3cb8304122ff77c5359b6575730d8ed0817b53f1 3fe4dd8841038fa93f02812e03cd2e3a4b62f832 441fbefb1302d197f8c13cd6b344ace6ce1aa475 442ed36f54201bd1fd5b68f4f80347170f74c626 44c34afe087e1d88ca99d9599461319cbe5f2d52 45d50b5950fbdcdb55d5f2781761214d0e7cdc59 4633b85b812f3958b3d4d3842fbd69aa8805609d 470b929bbba15bf59af3fbffa3b953d7a29a155b 4779d2851b3e5ea62ab9a5e1858677faefdde485 47b01966dd265878a7e8f09f9c1e1362d6b7fbc3 47f6ba90e5ec488cf5064367c8330139a6cbedb6 48a6b4b906c0cd9569dbaa995d4d8c19796b7370 4a73326b58b5405742ea673712fcd5b16170a489 4b0ea4036f75df6e5310fcf972a12a378997ee06 4ca4a43c7dc18db962a0ca9c5d52236593f4a29f 4ccddc0d1b4f03323edf5e57a5b3ff79907c3126 4d6158cc5d14f6039b9cb4a8bac876e5f92409ed 4e0dd43491cf4036cf26716590719b3eaa7d0b97 4ebc218c3b07b581287f159aacd2aa6739b2c879 4f04a72daed73e26abbfb8a91d9d88fdf05be42e 4f35c463b994dcb7823d53fa91ee86b6ccf092d5 554aadfbc2e530e12bc266960023941b106db8ef 57e953a77a84456713f4565dffa2b216992b5041 58a514da61bcb718267540846b8e77373edf2cea 5a11d9caee260575080c075c9fa1b24a4341784e 6018e3a4376ee89832be44a4e4a7876a246d3675 609581f6382a4301073a0157017276abda0a67e7 626c06d23c5bc471a051c8ccd8fecccee8be80c1 64477d26c8a9ce036652d7a2775f6be2398fcd17 66ad77fcdcb35e6bf7eb9159dce78f4377098e29 697afdb23d63a78d8664f9bdf5f6ccd7ab42e1ad 6a3585b2a7aac92c1f993b7471f7def8051a6acc 6cdd4892319f83d1942ec28f739514a3534ec6bf 7117778910532dcec42e80dc3a68d30398560fed 733cbbbdd241bcbb3a793b876602e09f97b25e8f 760348fa555a0ee7b8293a20ae99ea0af42d6663 7829783b9d017d212de638cf5f341261ec60781c 79a79aee5a265852c053ffc92eeed7e985168f45 82c8050485c855fd549519937ac86c33a98fcc89 83579d5b84edd7c2ddd8ff00e477b88ffd1ab39c 876d9a7fd8e7b4dc9d5879c14c405230ad925de1 89bbfd1104ea01193b63e5b1056bd6d5148e8ed1 8a3795380d357db5ab40a9477f36b3668bbaaf01 8c70c87027a21ca5c58a5f723df2ebf39ed2ec61 8fc74b5e93a6e20bfe7da821c5575af4d30264ab 941f0d9586353f685730e313f16e9f1e546e475f 942a929ad9a3025bcfc3d8a8a93e58c69cc0b776 954e0018953bb647fb5187933b47feef5bc3eaae 97d6bcaccfde553fc1d0d4e627c30009150bbf5b 99b8eff7cfaf11ce0d2204004d75bf4d418af2f4 9bc33d662829e814ed19e67fefe855286ebb615a 9c2da77ecaa8414e504d95a1b51a2deb13e8c443 9c7317b318c46dba37eebc0991694f093d1fe43e 9dff57c685b12fc1dd5c09d9b52e24c7b88fa686 a048030ef0cc86c4ce5633ff6317a3a3d9884457 a176ca5393acb3d2575e82a29c6efad68cb9a24d a249dbea47f62f5a502720ab867c893a88bc9f39 a2b61111d66af63671a25f5adff2565023aed07c a345c8f5ca8efa3d1ed26866aa43392705aaf5ce a700e77f7d1747a819aea43e99a153f714550bbc a75ad1df244f9dc8b48c41902fb16054dd7f3d1c adca2c42c24d8c464a16218e843bf8aa1bc6dc53 aeca9b19a857b55aa900ca69b4cdfc47633957a9 afd990d2efdd65f280e06f3feab3f2c67ce5a8f0 b39dc48b81fc2bfbef658c99ad935f0f11dd07a8 b3ed2b1f75500da4e02da340cccebbb6d0c4da8d b63cbacc5257064d355d0afa117d946522e6e3e4 b82bb224a3f2cc35ae4f63385c93462533cda9f2 b883bf4644dee6d32927986ae22fcc004571cd58 b9c0edda9444bc3621d8f073d0e1e604583e3195 ba1fc0898976b53f9e5a215ac942f815a539883c bcb2b250cec1e1630ddba7066a62dcf538660a76 bece8735191284995ee34ff4b4753a37f8b4751c c4a72be3a7c8739b1737d59132a7dcb1cdf86a0b c8a1391fc223d5b0912cc055e276174b1d91b200 c90816eb5505b7eee5509cf8c0ad5c6eaefe21d0 c96ca9fd44ab7a5b7232ea77ee4c317e4504e05b c9f9765dfc07dbc4f6c8127c69a2c44392e22c80 caed2316781669372c2dd7d232d4c24a35267f86 ccda4fb76662416e0564e9cba04ed5e6e7b9bb16 cd37df0c8147428b041d33bc7be39c88d0f53828 cfd5d7cc01c766de94978fef8f5076cfea561269 d046b4f162f332543f7401bd80773c6aa7c1aca2 d100eddf93bca5da1110e9b328f0748ad9916360 d394168342340b48cf151ad6024d0eca72e37619 d3d13226dddb0c6f211392ff4af1985572bc7b51 d4923364ace6e96ca0f58e000b61f97ddb611a7c d4ecfac9b4f064869a65d0f28f5d420f821c2533 d661dbe6623d072d23db0d6aa8b3272ae47aed7e d697e5cea8bfc2f0df42616e1a8b1517ae99079c d6b09cc2dfa8a0b8e567b92b9627e41a3eee2b0e d83b83fc3c6ba8635802c549702444a3015c9056 d8b385f60513fffd1bc1952121da86504760cfb5 dc296ad1d77ba7237e16872c5ede1a098fa55945 ddeb948826a33485e4c600249e4d386377a5d7e0 e2a48a46ff6de39a75d90ac46cebbb5f007955c3 e3e3e625d3039253897e87543c3dcc604717910e e5c1814fd689cb737408441eda462774450550cd e602d07e72b6227806da9673f761a15a6f1d6221 e8a5040a1fd6b146ded224bbc902640e7454c8c7 ed253ad7e074495b5c0ecc42759812aa8087d542 ef75b3b819891af07590a523c9addf051f8c9e1a f066f7ae0401a84aa04f2682ca745f9c76c62f0f f123732f92497a18feab3a25c307b3e9bdaea1bc f60184cdd1ff1200ae679273130a0b17aa524c99 f69dcf120b2252c5ba97db0985404290a3478bcc f9ecbd7071f1c3b3201e66cf9a202d883b29f57a fac7ee44cdff6ca61a3f683c8e8a8000a3e6d4c0 fb4df8c01d937bff5d7a2de7ded0b0175dadc23d Package: emacsen-common Priority: optional Section: editors Installed-Size: 56 Maintainer: Rob Browning Architecture: all Version: 3.0.5+apertis0bv2024dev2b1 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+apertis0bv2024dev2b1_all.deb Size: 12304 MD5sum: f3b44ef33b4c3bc788ef89a5fff41872 SHA1: ec57213e50317dec72a886c4b44298864373d2ab SHA256: 0830f24efa69636bdf1ec20c8f2b40de2a8b0ce4a6c6817213fb2065bdaece84 SHA512: b50d6938e8f573523b18a4e7184e6d77dbdd7461d01939d2dd3698370449c4161bba3e5660214f0706eb6465d10127fb72214af757d6c03dac72f11816d3d7ab 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: 290 Maintainer: Axel Beckert Architecture: amd64 Version: 2.2.14-23co1bv2024dev2b1 Depends: perl (>= 5.36.0-7+apertis0bv2024dev2b1), 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-23co1bv2024dev2b1_amd64.deb Size: 110568 MD5sum: 1f97ca8b9423ab35d210ab4f18de26de SHA1: 0b692469f6bd4bb5676ca81f760ebefc04e3bd2c SHA256: 8b11c6171790eeaf2fb36215dc05430640ef1e73bb17e1f274d3587067626602 SHA512: 3c53378709d23e0ee4978f84754c9313e1462d2a02fe253e272f602320618fe9fdd1f3e9d1794bc7af6e2ad9a003ccae5fd2ab3fdae118be1cd8413cc8245eda 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-23co1bv2024dev2b1 Depends: eperl (= 2.2.14-23co1bv2024dev2b1) Filename: pool/development/e/eperl/eperl-dbgsym_2.2.14-23co1bv2024dev2b1_amd64.deb Size: 44968 MD5sum: e46dc970cd0870bb05fc901b14f191d8 SHA1: a2ac4f8610974bea981f6599a181b1407df1d4cc SHA256: 199a806a13b26e10efdf8d52b1a9bba9aa6d9cf0c876a70a2bdbc7a979f36db3 SHA512: 93982f5bba2b481f514839d00b1fed977f6302313d7cab6e97d773a69c76955a870a18e7dcc34042fbd2138161bec7beb119a88d56dd179aac9fbbb824f64a33 Description: debug symbols for eperl Auto-Built-Package: debug-symbols Build-Ids: 6afdf92ee6490f6baef7a23aff070f8e99c0b4b3 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: 20451 Maintainer: Debian Go Packaging Team Architecture: amd64 Source: golang-github-evanw-esbuild Version: 0.17.0-1+apertis0bv2024dev2b1 Provides: node-esbuild (= 0.17.0-1+apertis0bv2024dev2b1), node-esbuild-linux-x64, node-esbuild-wasm (= 0.17.0-1+apertis0bv2024dev2b1) Depends: libc6 (>= 2.34) Recommends: nodejs Filename: pool/development/g/golang-github-evanw-esbuild/esbuild_0.17.0-1+apertis0bv2024dev2b1_amd64.deb Size: 5404356 MD5sum: f88fedf3d385e3fd059f365a65e9623d SHA1: 6f02ac4e7ef8858ddd518ed7026c9b97900785ed SHA256: 621656ee9b60476209a2d7ec501858f4fdf0b25879428d5cc62220bdac5ab190 SHA512: 16ecd3f94b03f5c52b18d1cf82ef61b9ba6785d7cb9c3de6fc6060a8abd9ba8ed3b53d37795a1d2ac7de410bc06b353f7a3c7666efac296c9866f2645d7ad650 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), 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), 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+apertis0bv2024dev2b1 Depends: esbuild (= 0.17.0-1+apertis0bv2024dev2b1) Filename: pool/development/g/golang-github-evanw-esbuild/esbuild-dbgsym_0.17.0-1+apertis0bv2024dev2b1_amd64.deb Size: 2924756 MD5sum: b0a51e63f4d1a09b42d93d1efdee9914 SHA1: ec07713d469c1e90d55bc7bd6acea5ebe433ebf3 SHA256: dfab43635333d77076402eb2835c4afddf1b7669dc5e0f4da29553201541d01b SHA512: 971bbca40743189b313e0b35186e60959779399d63daaa0363d8b775cb35207f5cdb76cb587cf3285eece1aabedf05d50e8083a9dee3a141021188f702b2ad78 Description: debug symbols for esbuild Auto-Built-Package: debug-symbols Build-Ids: 3efd28e15394685922a0725acf942efc36ffe6ed Static-Built-Using: golang-1.19 (= 1.19.8-2), 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+apertis1bv2024dev2b1 Provides: node-eslint (= 6.4.0~dfsg+~6.1.9-7+apertis1bv2024dev2b1), node-eslint-config-eslint (= 5.0.1~6.4.0~dfsg+~6.1.9-7+apertis1bv2024dev2b1), node-types-eslint (= 6.1.9~6.4.0~dfsg+~6.1.9-7+apertis1bv2024dev2b1) 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+apertis1bv2024dev2b1_all.deb Size: 606448 MD5sum: 036df327793bac3acaa83c87d5678340 SHA1: 2cee96b5787a3b0f5fb867f6891056c35d674c48 SHA256: 5cfec96f4c5e787d80c15ccafc48ef68f6ba286361a762fb1e76f61d316b6623 SHA512: 806f7f1101272e79791e11f962b4dce6efcc7b21b56fd88810af8b83b06b981ad950fab72176355fe2649a4c59302d09aef3905860d6dbc80bdfcffed102463f 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: 111 Maintainer: Android Tools Maintainers Architecture: amd64 Source: android-platform-tools Version: 29.0.6-28+apertis1bv2024dev2b1 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+apertis1bv2024dev2b1_amd64.deb Size: 41432 MD5sum: 152b6f3a7379db9c3fdcb8a4b7180e46 SHA1: c4edc17244320cecc6fb86d4422dd1954489c4ec SHA256: 2d89fa7b745df5d7654bd9b74085f6dec80557acd9881d7ea9a8e9029da350b0 SHA512: cbdae0789c4693f5ab22be8b91796b6f3e00396be902ec73ffb7c4067009611146455d4d6211f114907bb19750967bf3162885089fc3f4de4a28241c842aeeb6 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+apertis1bv2024dev2b1 Depends: etc1tool (= 29.0.6-28+apertis1bv2024dev2b1) Filename: pool/development/a/android-platform-tools/etc1tool-dbgsym_29.0.6-28+apertis1bv2024dev2b1_amd64.deb Size: 25320 MD5sum: 6a300a3fdc9047949b3b0c11a7b571ab SHA1: cccb7177c7721d7e7aefff6fccfab45e8101694d SHA256: 560918a47d90475d7251ca0eef2bfa0f4271ba065c9fc6e2ceeb3b524b04af7d SHA512: 6b2964f764be1ac3243041028d70a50f62ad856cc913646893db9d8006ee40cc5933ff8ef6a27a0d69b79bf3475c6fa7d470a3f6a0268a46364ba17f720a8880 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+apertis0bv2024dev2b1 Depends: libjs-sphinxdoc (>= 5.2) Recommends: python3-execnet Filename: pool/development/e/execnet/execnet-doc_1.9.0-1+apertis0bv2024dev2b1_all.deb Size: 143372 MD5sum: 7394a5a6755dbaea9fce36f2c8fa8782 SHA1: 04314987c2f28d782493f64d6b765fe4eaf0e635 SHA256: 500774d2c73513db10b75dfe83d64bb5c8486a3901dd98e793855bd605bef1be SHA512: 8ff2d825ffd9fff29860e5a6ecea3cc3f523ad0a8d0e255f63979abbf5f37d5da70bd352cf59871aae482771a843880e998a4e4ecf987e4e60ea341d1f291e4e 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-14+apertis1bv2024dev3b1 Depends: debconf (>= 1.4.69) | cdebconf (>= 0.39), exim4-base (<< 4.96-14+apertis1bv2024dev3b1.1), exim4-base (>= 4.96-14+apertis1bv2024dev3b1), exim4-daemon-light (>= 4.96-14+apertis1bv2024dev3b1) | exim4-daemon-heavy (>= 4.96-14+apertis1bv2024dev3b1) | exim4-daemon-custom (>= 4.96-14+apertis1bv2024dev3b1), debconf (>= 0.5) | debconf-2.0 Filename: pool/development/e/exim4/exim4_4.96-14+apertis1bv2024dev3b1_all.deb Size: 7204 MD5sum: 03a31986315e5fc996e87dc2bfbd3384 SHA1: 687e5219fe39c5c24a0784021a5b3a33d4e0cdde SHA256: 9f53b8deeccf701d23d29569df827c048d2e15e07e2f96fd4040cb0610322640 SHA512: 06a504d85a434303a39a3031c02082f63196cee2100565f3ffb9b52b996d710076aadb1261e1a97534f7ec8ce63115447d1f7bc237d095b5479310bf7e12028d 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: 1673 Maintainer: Exim4 Maintainers Architecture: amd64 Source: exim4 Version: 4.96-14+apertis1bv2024dev3b1 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-14+apertis1bv2024dev3b1_amd64.deb Size: 1118476 MD5sum: 6d31bd2e87c0eb4de5fe7402ad4e63bb SHA1: cb5bd36a2b9e10a1331aac27d5e1f21c11bb02a1 SHA256: 6977151fd1891f7fccb612eec04829f74cedb68e7907c997042746897a8d3c70 SHA512: 16687a1e0744df64364719900f3813c1f3f2ebcbfdab28e5857d3912bf025fca999719191f600c61936c4dd108a0369617f40de0527b1b7180565a4fc2bf9a97 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-14+apertis1bv2024dev3b1 Depends: exim4-base (= 4.96-14+apertis1bv2024dev3b1) Filename: pool/development/e/exim4/exim4-base-dbgsym_4.96-14+apertis1bv2024dev3b1_amd64.deb Size: 139072 MD5sum: 12565d32579e6ba5d5a76a65f8a47797 SHA1: ea825b11452e470c42ea079f94edcad23f63ef10 SHA256: dcb942df8d7741326a8f928e5c1332997c543502a7bf4c6b69e68d976065fdce SHA512: 6dca11bcae82e0d3c6a15f071fd182ef7fd76846df79b3ac850748993db80a7d4e35b4c554a9c67ca6f2c4f97b8f8737c810ad499a52f50c4ace050cd396ed85 Description: debug symbols for exim4-base Auto-Built-Package: debug-symbols Build-Ids: 2c063c5c029406fc43aeec342e71aa8d81910ef9 5a2aaf8609b059b1a43f90fb854bf4a7b8c68c84 8bc4987426bc881880aea300fd7fd60078a2febd ba2844327eb3dbb949b56e96f022556f7e02b9d5 bf065aa09c1251d9d61b143a298a0fcef7f5d9a0 Package: exim4-config Priority: optional Section: mail Installed-Size: 921 Maintainer: Exim4 Maintainers Architecture: all Source: exim4 Version: 4.96-14+apertis1bv2024dev3b1 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-14+apertis1bv2024dev3b1_all.deb Size: 257684 MD5sum: 1640aec93f97ffbf7d241f834126c031 SHA1: a1c60d0a52aa9acd49b7a485c9b6e40b8786adc3 SHA256: fb6c69d40679c88bb83b571fd09cbbaa33d3c673ecf54baec34d474f51cf85bc SHA512: ae194e21605b4e62efedbc5cac708d344eb57e634867c2e0e95844a6ce4d5c704bfa89af992629fe81a70a415a2a051e86f284f33d5ed1045d946b1def18b496 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: 1665 Maintainer: Exim4 Maintainers Architecture: amd64 Source: exim4 Version: 4.96-14+apertis1bv2024dev3b1 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-14+apertis1bv2024dev3b1_amd64.deb Size: 666480 MD5sum: 56c498ae3abd71f413cf361fff170bc9 SHA1: e6a53b52ee99aaae464e1f4569deb17d8ad5625e SHA256: e739061d47daf704737ed4e875cf110949fc91812e91e1199acc6110168e79e8 SHA512: 925e8e1793fe993bcdd0f9b8fa38af65af375959891933119d9a29195a4cef6125c4169c9217976a8ccb3adf3bed2aebb6622a21e9e09db8b51fd40de389512b 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: 1712 Maintainer: Exim4 Maintainers Architecture: amd64 Source: exim4 Version: 4.96-14+apertis1bv2024dev3b1 Depends: exim4-daemon-heavy (= 4.96-14+apertis1bv2024dev3b1) Filename: pool/development/e/exim4/exim4-daemon-heavy-dbgsym_4.96-14+apertis1bv2024dev3b1_amd64.deb Size: 1609060 MD5sum: 0c3bf400072ee371803d9aa57d508bb9 SHA1: 3d5cffa418c85ebdd39900755b87f002198eb5a1 SHA256: 23b3eb95007768a286a3fb8499dc9b4b8f11d4910be72b2c80a65efd799e14be SHA512: dcc888794cd544b0cd684df7a9fc5cf0dcbe42d4fbde36f124c15fbad5fc9714997f605d141e9fc45133694a44fa3cc7904551bcf2bc68e74aa3f2e7476a5b7e Description: debug symbols for exim4-daemon-heavy Auto-Built-Package: debug-symbols Build-Ids: d66e6239beda5903a3a8bb7fa5fd2fb2f66a99ce Package: exim4-daemon-light Priority: optional Section: mail Installed-Size: 1506 Maintainer: Exim4 Maintainers Architecture: amd64 Source: exim4 Version: 4.96-14+apertis1bv2024dev3b1 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-14+apertis1bv2024dev3b1_amd64.deb Size: 607236 MD5sum: ffad54eb1c5cf64f516c5df94ea92989 SHA1: ce732ebbb36c0a17efa79a5f7b59b5d7e8fbb6d9 SHA256: 59bff2e8e0d21c28e049b2b4c784ef076dcfcafbb45b6df06b1542f61913858e SHA512: 8bd8c1af137cf965e82618ac6c9ae2862d9fa260baf3edbbdf7501fe236b99e9c4aa8513da253fb4c46e367579a9e9a10a821dc04193506a5e6736df54a6162a 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: 1508 Maintainer: Exim4 Maintainers Architecture: amd64 Source: exim4 Version: 4.96-14+apertis1bv2024dev3b1 Depends: exim4-daemon-light (= 4.96-14+apertis1bv2024dev3b1) Filename: pool/development/e/exim4/exim4-daemon-light-dbgsym_4.96-14+apertis1bv2024dev3b1_amd64.deb Size: 1416856 MD5sum: 9869bcb6add2df6bc4f1f9e718a15524 SHA1: 258471a4b8ebb28bf64a3a60be163fe601f3db1e SHA256: 36a61b5e8f47ab04dd9e8aac1ca03967c8c59126a58412fea0f7b6bbffed74b5 SHA512: c74c5b5cc254f39512fc2510fcb300ebc569668dbf450ac71049b52586ed4614de960391bc83c58ba17bb6e9079bd9f71d1aaf6e0e0f9ae6f4e8055d3d35fdbc Description: debug symbols for exim4-daemon-light Auto-Built-Package: debug-symbols Build-Ids: 1b6bd65636061bf07e5fe78ed9fbf3c362d71748 Package: exim4-dev Priority: optional Section: mail Installed-Size: 83 Maintainer: Exim4 Maintainers Architecture: amd64 Source: exim4 Version: 4.96-14+apertis1bv2024dev3b1 Filename: pool/development/e/exim4/exim4-dev_4.96-14+apertis1bv2024dev3b1_amd64.deb Size: 40412 MD5sum: 18089b630bddbe3f59ac16aad6a2e5ca SHA1: 8707bb4c3adfa4f157ac88377e3da0fdb9e60630 SHA256: 02476a9ef67f8180641ee751b5faf8c5e7d73853ccea5ab81a3e71eaa3398e8a SHA512: 1743f5a51b63756d30225cdf06ebc70c9e5061cf458f2178138a9c5bc844c605efe1599447d4293cc03f892ae67f0c978c65254c213328e6d233c4fb97ed4cdb 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: 170 Maintainer: Exim4 Maintainers Architecture: amd64 Source: exim4 Version: 4.96-14+apertis1bv2024dev3b1 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-14+apertis1bv2024dev3b1_amd64.deb Size: 75692 MD5sum: 409f8702be07a51f00f09266669d86fc SHA1: 844f92f2c535ca3568ee18e8121a6a0a367680b3 SHA256: 0d112b96db439daaed78991000abb714f7fb2c9ac721080868f3e18b13f7652e SHA512: 68b238f7d657b98daebffc1a856e868a57fca81724dcc2b1fe0d5447856e3463d5721752bd94256984cf2d8a64405d44189bb4dc9cb975876f39579c3cbb1f79 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: 162 Maintainer: Exim4 Maintainers Architecture: amd64 Source: exim4 Version: 4.96-14+apertis1bv2024dev3b1 Depends: eximon4 (= 4.96-14+apertis1bv2024dev3b1) Filename: pool/development/e/exim4/eximon4-dbgsym_4.96-14+apertis1bv2024dev3b1_amd64.deb Size: 137084 MD5sum: ed258afd3d7a5fd96c44155f70705667 SHA1: 9185a19fec6d3567b02ba8e018df899b758e8537 SHA256: 9a98b2b905983843b5c97904104acbc52ed0f68e7762fb3238752a4517411116 SHA512: db23f8fb25c5368c9fc45a210276a2cccc22dae9b934c5bbfbc5cd35bc03f2ec3d1e7d2301e914ec59e86df9ab9ba29fba364ebebeb3f35f6d497e818a86c1f3 Description: debug symbols for eximon4 Auto-Built-Package: debug-symbols Build-Ids: cea49755ab0b3488d9d5ba99c69eb245c37eb291 Package: expect Priority: optional Section: interpreters Installed-Size: 309 Maintainer: Sergei Golovan Architecture: amd64 Version: 5.45.4-2co1bv2024dev2b1 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-2co1bv2024dev2b1_amd64.deb Size: 158656 MD5sum: b595c63664810bed3b840310d2fb12a8 SHA1: 6271def030caaa30b8adb2eccc2e34dd4f3cd7f4 SHA256: 780ab295823dfa87d35ce0f0d9c2898eea12b651f1091fabb6d44c8c001352a2 SHA512: 3ad773e9f1c0eb71f6a71b527055ba7e1aef6abf3c0a9bd227a4f37c91a2323e8d4f8d7c43fc7d0f73c735611ac523fb3f126afc28bae725176299480d6e759e 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-2co1bv2024dev2b1 Depends: expect (= 5.45.4-2co1bv2024dev2b1) Filename: pool/development/e/expect/expect-dbgsym_5.45.4-2co1bv2024dev2b1_amd64.deb Size: 5628 MD5sum: 8e8b24c6453e71381d40d1afeccb490b SHA1: f6c6285994190c126fc94e06443a6fc709d67691 SHA256: 401624e3c3777159c71c60751120ac7215c61eeb215f39da2e3a9df011a83807 SHA512: 9683bc8a8ccf660213bcdb3ff74e5a8bbc1c90f14de7606673d8e7a708046a6a76d385591c1fdc9a1f7de9f3fe231443f34470b388d07281ab9230b95cfec5d1 Description: debug symbols for expect Auto-Built-Package: debug-symbols Build-Ids: a131f522ee0ccf64d275e64d8fe85484fe6dbb18 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+apertis0bv2024dev3b1 Depends: libfakeroot (>= 1.31-1.2+apertis0bv2024dev3b1), libc6 (>= 2.34) Filename: pool/development/f/fakeroot/fakeroot_1.31-1.2+apertis0bv2024dev3b1_amd64.deb Size: 67964 MD5sum: 36196fbeaed083cd685407558832f64b SHA1: bbc62b98c9704c999c8d183b1286bc2831f39698 SHA256: fb4074ea94fab7a81f510662c70cb49ae8d60831d0c02201aa55fe58f45b4eec SHA512: 4061debb25e6b4089d24746b50d088fbff745405616fcbf778e4665ef255ca734d3a4885d7a7175cab5b2aebdb8f95f148701b4b4c7ee684286a398227d86b70 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+apertis0bv2024dev3b1 Depends: fakeroot (= 1.31-1.2+apertis0bv2024dev3b1) Filename: pool/development/f/fakeroot/fakeroot-dbgsym_1.31-1.2+apertis0bv2024dev3b1_amd64.deb Size: 60780 MD5sum: 3c46754950e3b8748900f0a72b51490d SHA1: 282d8486d13065a7eae7582069939c889304e0de SHA256: 249b00bbd4aac6ff2cbe4bac7c9010ac5f8942924fc38a1b4657ad9287d97786 SHA512: 12744f292e9282ed8ebccded32d9a0aa4dd2f168b3c9197deac6304d82221985089568371f8b0ddf920e9dada294c68001c1528a3aa446bd5da7755df79159ee Description: debug symbols for fakeroot Auto-Built-Package: debug-symbols Build-Ids: ca752b5297475b7f9e6b1d6e7b16103f6ddad6c0 f21d1206fc5afbe581442c8cc0bf6d551ec9a445 Package: faketime Priority: optional Section: utils Installed-Size: 38 Maintainer: Daniel Kahn Gillmor Architecture: amd64 Version: 0.9.10-2.1+apertis1bv2024dev2b1 Depends: libfaketime (= 0.9.10-2.1+apertis1bv2024dev2b1), libc6 (>= 2.34) Filename: pool/development/f/faketime/faketime_0.9.10-2.1+apertis1bv2024dev2b1_amd64.deb Size: 16676 MD5sum: 2a3b6de7bfd2f221cf146d21892eecb7 SHA1: f8ef078ebb9233683b4ad023a02f0d9041ac1119 SHA256: 05cb87a2a78a4f1eac814bd6145faf006bdff7c3ad5db0fcf09f7b585c64e55a SHA512: fd14a62b8cad456965f1ffae2bee60ee97ad497b82e1559446dbb94c3a9ee5ce52d5b9928395b68072a3be36faf37fe5c04a1d59587607cc3397cd6fb4c1d449 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+apertis1bv2024dev2b1 Depends: faketime (= 0.9.10-2.1+apertis1bv2024dev2b1) Filename: pool/development/f/faketime/faketime-dbgsym_0.9.10-2.1+apertis1bv2024dev2b1_amd64.deb Size: 9808 MD5sum: 9a154f6cf863d24aa859b5541f906ce7 SHA1: ecb3d558fcc378819e9b49f12e76dd0ca63962a8 SHA256: 2476a681bffd8430b6af2e854ce5fdebb59566f81b5ab733a6df946064b7cc4c SHA512: 944faa2d9f6a3aa84807d5b94c29cd81bb8fc024d9823e2e3885dd27ceb1fb0cc56cdf472c354f51474daed9d4e4e48ab3c2c86e09df9ee4f6ee9c7fda2639a2 Description: debug symbols for faketime Auto-Built-Package: debug-symbols Build-Ids: 7c00e4b5e348caa8599216cc28deb709ab3f2104 Package: fastboot Priority: optional Section: utils Installed-Size: 478 Maintainer: Android Tools Maintainers Architecture: amd64 Source: android-platform-tools (29.0.6-28+apertis1bv2024dev2b1) Version: 1:29.0.6-28+apertis1bv2024dev2b1 Provides: android-tools-fastboot Depends: android-libbase (>= 29.0.6), android-libboringssl (>= 13.0.0+r24), android-libcutils (= 1:29.0.6-28+apertis1bv2024dev2b1), android-liblog (>= 29.0.6), android-libsparse (= 1:29.0.6-28+apertis1bv2024dev2b1), android-libziparchive (= 1:29.0.6-28+apertis1bv2024dev2b1), 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+apertis1bv2024dev2b1_amd64.deb Size: 167268 MD5sum: 5c0c95f8774aab0daa38e733a1c5ad15 SHA1: b3162862be97f1e780c51b6912c2a838fe7ae8b7 SHA256: ef3342091f391c72fd9e2405bd2c69f603aca24841f6829a59d837f8519bf03a SHA512: 2be74f4e7747557b04143466fb0ccd7dcf377a2f1c97f15d283b4e1070dc377ce4db2d72650918bba7587b9010ac09e74ea8e040b8c2432d804fea39889b1438 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+apertis1bv2024dev2b1) Version: 1:29.0.6-28+apertis1bv2024dev2b1 Depends: fastboot (= 1:29.0.6-28+apertis1bv2024dev2b1) Filename: pool/development/a/android-platform-tools/fastboot-dbgsym_29.0.6-28+apertis1bv2024dev2b1_amd64.deb Size: 1247200 MD5sum: 113c61171ebded3458bb3c60a01693d8 SHA1: 87829d00f3b3f78ead3e2006027a898a2dcc574e SHA256: b0c7e8c6aad257adf6e9b2497c7c97d144d1649824d0dfcf6c64f6000fd1d20e SHA512: 60c0f42ba878844dbc98a1b301f4915bd85d79c691f7eccc22b252e07fbbf0030c33b2debe9fb85a2227c5cc0e01441ec8bdfe15368b93fe59480cea7d62e132 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: 1049 Maintainer: Roland Rosenfeld Architecture: amd64 Version: 1:3.2.8b-3+apertis0bv2024dev2b1 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+apertis0bv2024dev2b1_amd64.deb Size: 445404 MD5sum: 5eb297b0ddd46262a3d22b9ded6232d0 SHA1: 1e80ce4273ce009606e353a8accd70256cee3a9c SHA256: c59da7a93e5899ffd121f4d484959942b264d6eb2cecab32ce087e0b49b32962 SHA512: c9fce0e0ae5c2444066f9305f1167717deec9ac30570b9e7154a4aa103a0719f8179c1bea34053b19a9a8829d2873c7d97263655021cd2a5a406c1324e068a6a 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+apertis0bv2024dev2b1 Depends: fig2dev (= 1:3.2.8b-3+apertis0bv2024dev2b1) Filename: pool/development/f/fig2dev/fig2dev-dbgsym_3.2.8b-3+apertis0bv2024dev2b1_amd64.deb Size: 648900 MD5sum: 0856cb194fd429a8c6f0eff8e2949924 SHA1: 4f4497ed378b6a74cd1df27a3662a4e6057db0ef SHA256: f5ca057834c99fef067c4b2f3b6b6305d9b608e605457ed62e5d70adfaadc800 SHA512: 67ec29d15a9f4590b68e4a51e2ffa752d7417982a718dcd19d70dc8340af5b0d30715b255631b923fd68cff70fc37e1e3909b7eb29636efd1409d0ab6e58b61c Description: debug symbols for fig2dev Auto-Built-Package: debug-symbols Build-Ids: 100c4964848dbdcd90a098737aee83750a7b5d50 1be9ae9d114f0c80f256f90bf68af7c1c4367cb0 b2c12db03f783b5b4b61c01bf62417a405fff7d0 edc7e7688eefbd21497b5c5408d7f17d1991c92a 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: 271 Maintainer: Utopia Maintenance Team Architecture: all Source: firewalld Version: 1.3.0-1+apertis0bv2024dev2b1 Depends: firewall-config (= 1.3.0-1+apertis0bv2024dev2b1), firewalld (= 1.3.0-1+apertis0bv2024dev2b1), gir1.2-nm-1.0, gir1.2-notify-0.7, python3-dbus, python3-gi, python3-pyqt5, python3-dbus.mainloop.pyqt5, python3-firewall (= 1.3.0-1+apertis0bv2024dev2b1), python3:any Filename: pool/development/f/firewalld/firewall-applet_1.3.0-1+apertis0bv2024dev2b1_all.deb Size: 51268 MD5sum: ef2d9377e71011cb330ca89734107357 SHA1: b58b60000c42205a63deef4cbe361287565b1b1c SHA256: 89aa023738254de5743fe9aded2749f2407cd39a9726d73a41c6e85fb44f2ddd SHA512: 02f97640383900f82416d91d9352eb2b7e6f84a556b56f28b87dd3c918b8b1dfebb460cff6fd7a7770fa55aafa7301880e0933f8bb8b682d2ec5638aa58d9a03 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: 1164 Maintainer: Utopia Maintenance Team Architecture: all Source: firewalld Version: 1.3.0-1+apertis0bv2024dev2b1 Depends: firewalld (= 1.3.0-1+apertis0bv2024dev2b1), 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.0-1+apertis0bv2024dev2b1), dconf-gsettings-backend | gsettings-backend, python3:any Filename: pool/development/f/firewalld/firewall-config_1.3.0-1+apertis0bv2024dev2b1_all.deb Size: 79104 MD5sum: 0cd59ba24969e64f64041cceaf0e92e6 SHA1: fed06b2eec50926907a36dc2d7039e9d3c27940a SHA256: d4c964e7710fa9aed96f8f2989f907e2ba551e0638b90c3ec2c7d8f44a6a6073 SHA512: e22bcbaeb8839b8a2ebcf3f3e3a513e79c17153a77279e54f42fbc9b7aab2889640bd0062ef667d88e4a886d170ecd2807b2f04901962ab5b7eb9b75e5eae074 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: 2475 Maintainer: Utopia Maintenance Team Architecture: all Version: 1.3.0-1+apertis0bv2024dev2b1 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.0-1+apertis0bv2024dev2b1), python3:any Recommends: ipset, iptables, python3-cap-ng Filename: pool/development/f/firewalld/firewalld_1.3.0-1+apertis0bv2024dev2b1_all.deb Size: 368164 MD5sum: 4a361f01ef349cda4dc203807a4ae4db SHA1: c0b658be458f0dda700d6f07e501fdc66d544cd6 SHA256: 31ccd1165102bc726b354152f2ff29804c1615f355f800cfde8dd4cce500cc3b SHA512: 9557980b986fef851b9813e7085b198d6edfca2edb13ca5180294a822a43bc15a2a7559307072f69909cd42a09c58df191e72343cd651c11c81bf9634456e805 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: 13263 Maintainer: Utopia Maintenance Team Architecture: all Source: firewalld Version: 1.3.0-1+apertis0bv2024dev2b1 Depends: firewalld (= 1.3.0-1+apertis0bv2024dev2b1), python3-firewall (= 1.3.0-1+apertis0bv2024dev2b1) Filename: pool/development/f/firewalld/firewalld-tests_1.3.0-1+apertis0bv2024dev2b1_all.deb Size: 230664 MD5sum: 9c0cb0ef950eef24c91cfe2e2460f21f SHA1: d11bace42c9e277cc070f4fe19130a5054761b1e SHA256: 92c3f5a1b1ea2c654548fe8f9fa189fbc411cacab553f057633c76a32077f60a SHA512: 3a40a360d69f5522b5928f28528de70541eba169dd365bf5769b70b34482a9103b134621b3ff1104009be02680a348fe6205b691c58f7167b25104e88a625ff7 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+apertis0bv2024dev2b1 Depends: python3-flake8 (= 5.0.4-4+apertis0bv2024dev2b1), python3-pkg-resources, python3:any Filename: pool/development/p/python-flake8/flake8_5.0.4-4+apertis0bv2024dev2b1_all.deb Size: 20908 MD5sum: 91a886610a0960c7840b1615f2c3d010 SHA1: 69b2548f0a23edea45ed4f7c7d318b9d08bcd2e0 SHA256: b00a5d94e4a9dfec913f210549807566605b8985e8127c84383cc27022e6b838 SHA512: 7fbd4b399f5c4ef2273c12851323b2fdb7605af4fb6851779a5eba0edb170ec4f2a61b5b1f36270e99ac7a47847a76644f1102abada955148136a2fd14058b2b 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+apertis0bv2024dev3b1 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+apertis0bv2024dev3b1_amd64.deb Size: 424408 MD5sum: 6da24654ae688f1111b4940c98a53168 SHA1: 842f5d4935ac5a85d7a7bd37d794f749d8239216 SHA256: df63696e48832377bae920d8697ee827ec249fba93b4f902907452dc3541a08b SHA512: ec87fed70670827e695ed144bd2bc3332a9b3dfbd59f8d4b15034bd68f1c87c3f15077118d52f54c5f8124ea66147738f6f17c0372afccb4cbb5b09b7b672030 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+apertis0bv2024dev3b1 Depends: flex (= 2.6.4-8.2+apertis0bv2024dev3b1) Filename: pool/development/f/flex/flex-dbgsym_2.6.4-8.2+apertis0bv2024dev3b1_amd64.deb Size: 183532 MD5sum: bd576244a6510f069ed47c40c8c41467 SHA1: d84cee7db0320dade270c028c4e1f0efcdd3d17a SHA256: 627c4b684dc9937edb33f93fb89d453b6914dc72ac727f318bd940eecf9f13b4 SHA512: 0bf7ce82ac536fbfeae35d0ce7cf9443260d9cb861cf122bf6552533a20c853250cd9e3d90e445af3b7442693b176348df7014733e1242f8a00dc4e8dd2477fd Description: debug symbols for flex Auto-Built-Package: debug-symbols Build-Ids: b7bf4ea16324c058e01791822724a1129714c263 Package: flex-doc Priority: optional Section: doc Installed-Size: 2108 Maintainer: Manoj Srivastava Architecture: all Source: flex Version: 2.6.4-8.2+apertis0bv2024dev3b1 Filename: pool/development/f/flex/flex-doc_2.6.4-8.2+apertis0bv2024dev3b1_all.deb Size: 752548 MD5sum: bb47c7abffa17c4746ed2ad6e9d2e298 SHA1: dd0ea3a9265798ca59ab3398abae98de64013b0c SHA256: f279a2356371b1d19fe2272c7dd2076dfcb2d3c7f7017980b398a99563876aae SHA512: c8e9ebfbe92a856c1272510fd93f57d72036e586dafa63d7ea35ffc74f4ab8d949ec12887bee14be1614a5dca30985245e7e1dc9dc74a2d12989df06da5c13f9 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+apertis0bv2024dev2b3 Depends: python3-tomli, python3-docutils, python3-requests, python3-tomli-w, python3:any Filename: pool/development/f/flit/flit_3.8.0-3+apertis0bv2024dev2b3_all.deb Size: 95960 MD5sum: b52a142b6543aa9668472958c1fd5649 SHA1: f578c22c1bc12201530770ae0da5825ff11dfc2f SHA256: 72477db581c37f50c90e0bfaaa892bc0cf776c2980b685a6996a270325ccefab SHA512: dcbb93a8e6223f8fb2de69e576c2e539316303775d9ab7c18d337889cb408d3952d5bd7dec88d66b60803f162be9edf3fac7b967ee46386a75b6c6ba29f8f0a7 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: 3984 Maintainer: Debian Fonts Task Force Architecture: amd64 Version: 1:20230101~dfsg-1+apertis1bv2024dev2b1 Provides: fontforge-nox Depends: fontforge-common (= 1:20230101~dfsg-1+apertis1bv2024dev2b1), libfontforge4 (= 1:20230101~dfsg-1+apertis1bv2024dev2b1), 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+apertis1bv2024dev2b1_amd64.deb Size: 1365216 MD5sum: ba0cd130e67edd4c20d861a357fa3407 SHA1: a29505c93dfbb21ea0edbea18bde7eb8059a3a16 SHA256: 84a143f43f565ad6a2c2efa1e7fb079961839a226d65e4fa312616bae8ae1690 SHA512: f5d2453f3e8249fa4fb3c7d751b6778f02700f694dd3d90b356d09c1c30a42e156ee31fc34bc47b5b045596ee47c15cb372e700d64f3e9fa557be6d6ed31f633 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+apertis1bv2024dev2b1 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+apertis1bv2024dev2b1_all.deb Size: 2139480 MD5sum: aa735d38bb4adcc1dfc4d3e5230891c8 SHA1: 7acca5d7e62edca0358820373c454c106e7002a7 SHA256: 92b15d10e3c86fd8ee585f36a68057892ef874cdd91d979104a38b8f602fa1d6 SHA512: d25e881d2c62d733bea0ede2f8493227e5da29205cc0b7c2d856cf6b912f4f723541d4ea46cb889fd3a3552311e5827d8180c072d5c32172b22f4578b2022209 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+apertis1bv2024dev2b1 Replaces: fontforge-dbg (<< 1:20170731~dfsg-2~) Depends: fontforge (= 1:20230101~dfsg-1+apertis1bv2024dev2b1) Breaks: fontforge-dbg (<< 1:20170731~dfsg-2~) Filename: pool/development/f/fontforge/fontforge-dbgsym_20230101~dfsg-1+apertis1bv2024dev2b1_amd64.deb Size: 2799820 MD5sum: fcacbf56cc2c2806d6093b45a369b0ed SHA1: b835c963b174d0be209bef30c60e2b488818dbcd SHA256: 23a3ec5ab93b2771a0e96b6ff593e3e638495068b64cedd7be8fedfb5c88d00c SHA512: 18bbb0bc1a7c930d2e5495fc6f3362be5523a3365975b40482f86be1f4d707a21cd967db6b545de923dd0f80bf27281a3c15620e062388d78279c1b8cee07ecc Description: debug symbols for fontforge Auto-Built-Package: debug-symbols Build-Ids: e9f0a37a177aa64258b7d01889febd84b6063aa4 Package: fontforge-doc Priority: optional Section: doc Installed-Size: 11759 Maintainer: Debian Fonts Task Force Architecture: all Source: fontforge Version: 1:20230101~dfsg-1+apertis1bv2024dev2b1 Depends: libjs-sphinxdoc (>= 5.2) Filename: pool/development/f/fontforge/fontforge-doc_20230101~dfsg-1+apertis1bv2024dev2b1_all.deb Size: 3710880 MD5sum: 08d3d7e41baeaad025ce9e2027a4de87 SHA1: 00056bf1093a2a89ec8eae5bf2aa0ba6eeb8e57f SHA256: 4e12c7ee8adc7dd9cd078e42a659c55395544f5a7cee78160e3d6acd1c04cd38 SHA512: ee2beb288c47443a6125ac16c3d8cb8c06e56b927d104f545deb4882235a6446909867c49aa13b8800e3dd0b997f149aec6d815e2db3e1bc3511a1ad8a5c6753 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+apertis0bv2024dev2b3), sphinx (= 5.3.0-3+apertis0bv2024dev2b3) Homepage: https://fontforge.github.io/en-US/ Multi-Arch: foreign Package: fontforge-extras Priority: optional Section: fonts Installed-Size: 1522 Maintainer: Debian Fonts Task Force Architecture: amd64 Source: fontforge Version: 1:20230101~dfsg-1+apertis1bv2024dev2b1 Depends: fontforge-common (= 1:20230101~dfsg-1+apertis1bv2024dev2b1), libfontforge4 (= 1:20230101~dfsg-1+apertis1bv2024dev2b1), libc6 (>= 2.34), zlib1g (>= 1:1.1.4) Filename: pool/development/f/fontforge/fontforge-extras_20230101~dfsg-1+apertis1bv2024dev2b1_amd64.deb Size: 297620 MD5sum: 33fefc66b214c446a040625b57ce9fe0 SHA1: ab72dccd37dc9309f761fce587648b004fc3f32d SHA256: ae9b3fb1817c74698c89230564f368923bf485b5a919ea4828336bf968436645 SHA512: 0dbcecab2bbe67510572c94a1bafeeb89d292a1a1cee48d55f4028fc60d2680bbb8b7ed6b5781b6fc6f3196724b9bccd7c5582f8ba9c5dc54693029712e16141 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+apertis1bv2024dev2b1 Replaces: fontforge-dbg (<< 1:20170731~dfsg-2~) Depends: fontforge-extras (= 1:20230101~dfsg-1+apertis1bv2024dev2b1) Breaks: fontforge-dbg (<< 1:20170731~dfsg-2~) Filename: pool/development/f/fontforge/fontforge-extras-dbgsym_20230101~dfsg-1+apertis1bv2024dev2b1_amd64.deb Size: 357124 MD5sum: 41262e349126784f969b7a5de2100405 SHA1: 3478a6221bc543d09ff0e1a224aa4f735cfd9fe1 SHA256: f0ec927ee6929a3f521b85f56f935678249fad3432bc3cdbf0c10dcaa6a221ce SHA512: 5f7df647a23ba33742e454310504dda70c80ae9521ab72f4bfbc2b0983c9f913d7fe30ff01ee44cf904b3ef668139dcc1bb6cca5d6f0e4954d329cffbc8ec14a Description: debug symbols for fontforge-extras Auto-Built-Package: debug-symbols Build-Ids: 05d8d51f2137add14c9130ac5b5b86f39f85e080 2412d9c5c2af986f76d6e74b28b945e794c86e3e 45d8af1c6616978965b8601574b48b74588f56ac 9151b7d9b93cf0e71a807a2775b4e1f85deb3138 b1daf12ecf23b16641a68521992f389927c2c33d bb53a94ac434e1fe7a45afd4c0dabc13016605d4 bee1841be701904c11af097bc92f755e5ca0fc49 c383f283d75459f40361d0c668f8d0882e851e1d e595ccabe2957ba22cd23bf242deffba65deb0c2 ecf683ab3834e6db0e8f819a24dd9be2b2c2ac6b Package: fontforge-nox Priority: optional Section: fonts Installed-Size: 83 Maintainer: Debian Fonts Task Force Architecture: amd64 Source: fontforge Version: 1:20230101~dfsg-1+apertis1bv2024dev2b1 Depends: fontforge-common (= 1:20230101~dfsg-1+apertis1bv2024dev2b1), libfontforge4 (= 1:20230101~dfsg-1+apertis1bv2024dev2b1), libc6 (>= 2.34) Conflicts: fontforge Filename: pool/development/f/fontforge/fontforge-nox_20230101~dfsg-1+apertis1bv2024dev2b1_amd64.deb Size: 29800 MD5sum: acb8c83b368db7e031ddc6911acff7a3 SHA1: 3af1032c1b0af3fbbbfdeadda4e2b1cc2b74ec8b SHA256: 135a603aea983ad2ea3193cfb5c4109fdbb431c518e77b19ec925f8e47c9d030 SHA512: 76c277f318ea586b95f903ea5d784c66223750ad3bb607c2507174c9c6d76d0ac89dfc14be17415a3c8628b873aee7d10f24ac4ed5a768978a0da5ebc77dfac5 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+apertis1bv2024dev2b1 Replaces: fontforge-dbg (<< 1:20170731~dfsg-2~) Depends: fontforge-nox (= 1:20230101~dfsg-1+apertis1bv2024dev2b1) Breaks: fontforge-dbg (<< 1:20170731~dfsg-2~) Filename: pool/development/f/fontforge/fontforge-nox-dbgsym_20230101~dfsg-1+apertis1bv2024dev2b1_amd64.deb Size: 8420 MD5sum: 38494cf47f41542d12aff0918bd6bc47 SHA1: dcd1871724f196af45b2ef9ea25ff3b222ed141b SHA256: 930a7c0987689b679f71c9e90e49ef4a06d2b8a90b5336ac8f4098ae5b1d380b SHA512: 407d8453fc119e87c72facc773b939d02f223a02b81ee4d51fe429710f98431c5fe6da4a5662ac1ba813d3402ad53c614fc7af98a75255d68feb04fa3b9992c4 Description: debug symbols for fontforge-nox Auto-Built-Package: debug-symbols Build-Ids: bda6e2c45fec8609bad3c9f2a11e2991035e9b3e 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-10apertis1bv2024dev2b1 Filename: pool/development/f/fonts-freefont/fonts-freefont-otf_20120503-10apertis1bv2024dev2b1_all.deb Size: 3163420 MD5sum: 5f46ca68adaee9271375f3e65c1b1e09 SHA1: 10268b53402bb3dac16d7fbd589b611e3680294a SHA256: 222eeecf91b84a780302e9cf27fb899dcea2310d829fc076ddc579ae0dbf3e3e SHA512: 1c5050b90dc95c53863de4b7a1d54b7102a1102af8345c8ce0b1486e1f03345be872a798af16e1959f7c83ba4e09d89afccc592cc371f3e61d34068fa68f2a8d 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-10apertis1bv2024dev2b1 Filename: pool/development/f/fonts-freefont/fonts-freefont-ttf_20120503-10apertis1bv2024dev2b1_all.deb Size: 4241632 MD5sum: 58830c901d6623c543564006af4c4934 SHA1: 2792cd25c2bf1017368fc17996581625992ee3f3 SHA256: 16454c4c51d81beb2bad2883b44c614a6771266d6ec52216c675f6bebc2d7fcb SHA512: 989454650affb2aea2a5ce787087449f8bdb5dc8471ea2426290c48b02669fb63fce26ffd0eb1c2de8f0ccf3ef05dba1ee697fc4f3c7b83619888caf4f5dd9e8 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-11apertis0bv2024dev2b1 Filename: pool/development/f/fonts-liberation/fonts-liberation_1.07.4-11apertis0bv2024dev2b1_all.deb Size: 824160 MD5sum: b52a73823afa4d437f769fee69bc6830 SHA1: 560ce2786120683b3a4f72eb9722616fa8b914ce SHA256: 3c866e55431282f93fe8b1143ad7de21462984525ab510b639a6b8dea1dcb084 SHA512: 103ecc22225a863bf9db4b7c064523a707846960bc28c12a6b04e727e2261d5746b56fe3710107a7e9ba86dd6b40f624a4a9befa67bff2277069eb67f39c31d0 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+apertis0bv2024dev2b3 Filename: pool/development/f/fonts-liberation2/fonts-liberation2_2.1.5-1+apertis0bv2024dev2b3_all.deb Size: 1478288 MD5sum: 4cfe61be3227928de7ce436349e2d8ec SHA1: 15c5a705ad8a8e146988916254e5d4516de90239 SHA256: 283bb61a83d883063c478e4c5f36cd4179f2a1d149e6a6d4d1f451e16e24868b SHA512: 18e0da157fd4bc9cb42fff290e609fcb5c6bdeb7e900a1bba462d6262e32a114f837b8965d6285d849627d4f426dfd300d50af532e6312d01265da4f7352373f 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+apertis0bv2024dev2b2 Filename: pool/development/l/lmodern/fonts-lmodern_2.005-1+apertis0bv2024dev2b2_all.deb Size: 4532904 MD5sum: aa7fb2948faede27b0400f5a481e8b60 SHA1: 20f6e9582cd76f4a70978ddc0e2843ee28875673 SHA256: f40c026eb39ad9ce07f2866bb3bed3e903d27bfdc70ef5b5358f1a8ea73ae7b1 SHA512: 4689943e644eeeef5ab7af78dbe5b21f5e88b1b78af493ecfa041cf4d4d29bf21e6c205648e37fa2ea41ffb35304e8a1a8e6c65d000435ad367023faa718fb49 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+apertis0bv2024dev2b1 Filename: pool/development/l/lyx/fonts-lyx_2.3.7-1+apertis0bv2024dev2b1_all.deb Size: 213456 MD5sum: 13c0ef36e4f5a22247511f99df8929a6 SHA1: b7a3c3f93889bee6d08b12c3d38210f757fe95b8 SHA256: ba234ab26bf37f5755ab2fde51d67ed4b4158d6d9ecd89fbf9efba0d0adcd8dd SHA512: 0e4e1050641ced7c3adfd60237c0b04d4fb898a1a4cdcba636a51ef3db5a5527a8bc19041e962bcae1979332513dc67ec86afa147b72a7ed90dd449dc34e2bbd 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: 10518 Maintainer: Debian Fonts Task Force Architecture: all Version: 2.038-1+apertis0bv2024dev2b1 Filename: pool/development/f/fonts-noto-color-emoji/fonts-noto-color-emoji_2.038-1+apertis0bv2024dev2b1_all.deb Size: 9714840 MD5sum: fe5634cf20a08e67b4002e21931268b6 SHA1: 4bea8b4d305279f37636cfa96a9b3fcf536fd995 SHA256: c06f558743b24483e49e95c30680a17456ae9bd1f07025b60678072eb44ba102 SHA512: 9452b1de9a12a792a49472ae434ec0ab636e9bedb2ef7af9c78940c0d900807046e2da9fe482fb8b2931b77f1325d54c9183c38e22c5d735e3a26128d31dec4c 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-2apertis0bv2024dev2b1 Suggests: fonts-roboto Filename: pool/development/f/fonts-roboto-slab/fonts-roboto-slab_1.100263+20170512-2apertis0bv2024dev2b1_all.deb Size: 167816 MD5sum: bcd09eba3bd46ad35d518d9fe220fbe6 SHA1: d83dc9301e6d4595e9903d66bed43d07a70dbb0a SHA256: 4d3607f9753a60fd0b6e66f21f8b077f095435b263a9c1b909005bc941759ee5 SHA512: 9a6676269e74afc32420f9b62937b66f5a80dec6b4d28071c71b3cd2efd811a99d966638676ed63421f5400d94295eb6d7d97198cdc464330a0a6a449ca58ca6 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+apertis0bv2024dev2b3 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+apertis0bv2024dev2b3_all.deb Size: 10806312 MD5sum: f385d5be98cbb0ca6e4760370da802c2 SHA1: 9af332c78464e9c12bfcd3e8bd1f821a30d37c06 SHA256: e81053d465de9cd707a8f1cc8a56c29be2a706b41d50a2b96ea36a958b373649 SHA512: 87418d57fdcdaf1c99fa52a5590363e1872c4f2a6bf1becc716e526c6ae042e0001daa41956fa7b9ce0791c3da8a5d945b32fbbd3180b817783cb0160882a9c8 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+apertis0bv2024dev2b3 Depends: python3:any, python3-fonttools (>= 4.38.0-1+apertis0bv2024dev2b3), python3-fonttools (<< 4.38.0-1+apertis0bv2024dev2b3.1~) Filename: pool/development/f/fonttools/fonttools_4.38.0-1+apertis0bv2024dev2b3_all.deb Size: 13692 MD5sum: 08060990697dd45000154170c0ab3f5e SHA1: f3154450dc40374d5be58297386890b6af1b2cd8 SHA256: 45415aaddbfa27ec9d27714ff20991a13c6ca2651f0d4d0ac6f8be0553567804 SHA512: b4efa52826f33936d3da8bf3f831f2b1e445254428efdc0cd35ad893a95eb0a6df93371321005babcd0847aa706a313566c8fb9b6ab15340e33da616277022a6 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: 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+apertis0bv2024dev2b1 Filename: pool/development/f/freetds/freetds-common_1.3.17+ds-2+apertis0bv2024dev2b1_all.deb Size: 31208 MD5sum: 6bac4d6853f0ce090348dbaf4eda6586 SHA1: f4872409d3228f3953a49628928abb7f1393d382 SHA256: 2ac6b7f6d278383b69cebd21605e9fdae74028bc025e2687cec0915eee401520 SHA512: a5729a3b5e4381cfeccb4e58e4d303bc8c131a76f76ebfe386598256257118d53350578034317d5c36cfc8d41186fd2d194f91c1044279e86b017b4f67a871aa 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+apertis0bv2024dev2b1 Filename: pool/development/f/freetds/freetds-doc_1.3.17+ds-2+apertis0bv2024dev2b1_all.deb Size: 768308 MD5sum: 0bbe787918130a22d113c49d9421f20a SHA1: fcf65b139414f270967aa8cd2c9b9e8d6bf425e6 SHA256: 2dc4cf8a0872ee4a0f529a1f8a17944b5bdcb843100305dcc0ad74c2223361e5 SHA512: f0f8a42512382358a35f69c50f473bc4639780f14b8e24c42f66b3c79bd721927c958049aecb619fa5b26b07716b133b6dc0957a7e085971f9ef98dbdebfe836 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+apertis0bv2024dev2b1 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+apertis0bv2024dev2b1_all.deb Size: 58744 MD5sum: 8974b46ad931b2f485c153fa297cec73 SHA1: 44e3e2577b9302c1b2b154b4b1fb8c817fb54512 SHA256: b83b70474482eccc339d2d34f0c9c5e52925a5f9cabb5548efa15505d3295af1 SHA512: 4623cc4268a21de5c9503c1ea5e084c85cc749455cd185f576b3d47e052b8ab069ec78d39e987658f01eea89f3423f44fadd7766bec6b0cc3a622af9d4849640 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+apertis0bv2024dev2b3) Version: 4:12.2.0-3+apertis0bv2024dev2b3 Provides: c++-compiler, g++-x86-64-linux-gnu (= 4:12.2.0-3+apertis0bv2024dev2b3) Depends: cpp (= 4:12.2.0-3+apertis0bv2024dev2b3), gcc (= 4:12.2.0-3+apertis0bv2024dev2b3), 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+apertis0bv2024dev2b3_amd64.deb Size: 1376 MD5sum: cd101685a0deb48a782c0e71a4c63aac SHA1: 7e7aa086bb67c78bb38fd57865ed825f7471dd27 SHA256: 55896d0e7462b06cb03dddca8dfda4b19ad949b04b616977cae37f136968c8ff SHA512: 0d4d0c844b3c98db0641578b0700e1ca3311da16a978f3a989d3abf6d83820d123f3a5951dd066444e0165bd18985edd47d2f28850430ef46587b6c21436f5db 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++-12-aarch64-linux-gnu Priority: optional Section: devel Installed-Size: 32456 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-12-cross (15+apertis0bv2024dev2b2) Version: 12.2.0-14+apertis1bv2024dev2b2cross1 Provides: c++-compiler-aarch64-linux-gnu Depends: gcc-12-aarch64-linux-gnu-base (= 12.2.0-14+apertis1bv2024dev2b2cross1), gcc-12-aarch64-linux-gnu (= 12.2.0-14+apertis1bv2024dev2b2cross1), 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+apertis1bv2024dev2b2cross1_amd64.deb Size: 10081296 MD5sum: b67eb1797f268f7452e425ea9fd49de2 SHA1: d28205f341a70fdcf8b26efafcf67a57e511eb8f SHA256: 93530958c8a1f6e41d8da8741a3658454d569c3f2b1d22f0c6d4af7c76bcce26 SHA512: 8cdc7d995d433e5ec2b460a5dec0dac670f0512a254eb888a9df69c172acb689dbfb9edd1613f19891f0a39c8b5b0776ba1d01d85d244b3349a81dc8efbfd271 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+apertis1bv2024dev2b2) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: g++-12-arm-linux-gnueabi Priority: optional Section: devel Installed-Size: 29143 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-12-cross (15+apertis0bv2024dev2b2) Version: 12.2.0-14+apertis1bv2024dev2b2cross1 Provides: c++-compiler-arm-linux-gnueabi Depends: gcc-12-arm-linux-gnueabi-base (= 12.2.0-14+apertis1bv2024dev2b2cross1), gcc-12-arm-linux-gnueabi (= 12.2.0-14+apertis1bv2024dev2b2cross1), 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+apertis1bv2024dev2b2cross1_amd64.deb Size: 9593824 MD5sum: 5910fdae883be2961fc52dd7f319c066 SHA1: 1f25d8f58c40b87a49a5716d0e2b34e71ade62fe SHA256: b0dc413049724c0d1d30fd68f20e2ca7c9d3cca3d3280f82fcd5a8fa8a5115be SHA512: af6b2b6b93dbf2297b72e804468efd071e822b965456dac85170ec45630cfb8fffe0ba2bc9502264c0fb79c94b11510825843da02a9b59964f350ab49782a11d 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+apertis1bv2024dev2b2) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: g++-12-arm-linux-gnueabihf Priority: optional Section: devel Installed-Size: 29143 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-12-cross (15+apertis0bv2024dev2b2) Version: 12.2.0-14+apertis1bv2024dev2b2cross1 Provides: c++-compiler-arm-linux-gnueabihf Depends: gcc-12-arm-linux-gnueabihf-base (= 12.2.0-14+apertis1bv2024dev2b2cross1), gcc-12-arm-linux-gnueabihf (= 12.2.0-14+apertis1bv2024dev2b2cross1), 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+apertis1bv2024dev2b2cross1_amd64.deb Size: 9591676 MD5sum: 8dfae694711df1fb47d66d14bf70f004 SHA1: e2fc63e013e49a18a612928d04cff7e61a02d34c SHA256: 394a15fcdd0de5019cadf312d5b9221e639a5cde82276f2978474b8190921c77 SHA512: f60f9159ca1416f2df206c24053a846580776dc5845d0335195adf891f59ec2ad758f5f510e3be8c1cf86f7c0a1f9d74c2a9a570b0fb70f48ae80d44b07f08b1 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+apertis1bv2024dev2b2) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: g++-12-i686-linux-gnu Priority: optional Section: devel Installed-Size: 36162 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-12-cross (15+apertis0bv2024dev2b2) Version: 12.2.0-14+apertis1bv2024dev2b2cross1 Provides: c++-compiler-i686-linux-gnu Depends: gcc-12-i686-linux-gnu-base (= 12.2.0-14+apertis1bv2024dev2b2cross1), gcc-12-i686-linux-gnu (= 12.2.0-14+apertis1bv2024dev2b2cross1), 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+apertis1bv2024dev2b2cross1_amd64.deb Size: 10692976 MD5sum: de7b8813a02fcad772533d4793a3e27b SHA1: 6982cf17f3c07d2b760c4b16b636a6f86dc26fba SHA256: 95c3178f523c0036b56a30569a66c0ae0b67f4186dbe5a6ea89304a2bae5e51f SHA512: b95aad6aa12aba94213444918caf14dbbe0b698c154c6beae867b12e5c9596c8415b4f528ca02554cce5369c8580e5dc3ff18c26d5eaf78057a89f8417edbbd5 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+apertis1bv2024dev2b2) 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+apertis0bv2024dev2b2) Version: 12.2.0-14+apertis1bv2024dev2b2cross1 Depends: gcc-12-i686-linux-gnu-base (= 12.2.0-14+apertis1bv2024dev2b2cross1), g++-12-i686-linux-gnu (= 12.2.0-14+apertis1bv2024dev2b2cross1), gcc-12-multilib-i686-linux-gnu (= 12.2.0-14+apertis1bv2024dev2b2cross1), lib64stdc++-12-dev-i386-cross (>= 12.2.0-14+apertis1bv2024dev2b2cross1), libx32stdc++-12-dev-i386-cross (>= 12.2.0-14+apertis1bv2024dev2b2cross1) Suggests: lib64stdc++6-12-dbg-i386-cross (>= 12.2.0-14+apertis1bv2024dev2b2cross1), libx32stdc++6-12-dbg-i386-cross (>= 12.2.0-14+apertis1bv2024dev2b2cross1) Filename: pool/development/g/gcc-12-cross/g++-12-multilib-i686-linux-gnu_12.2.0-14+apertis1bv2024dev2b2cross1_amd64.deb Size: 1164 MD5sum: c7fc26a350b8807043d5e4a1c8ae35c2 SHA1: 8705663fd8ea147daec77136a3785807c26accba SHA256: 01e5d1845fdb818f25bc2a2f68375cc8bfdee449cd42935699c439707305a740 SHA512: 2ed7e1a242e9a6434a9788f563abe1950dc14ae23125f52dfd0821d7c429363540485ed9e101b01ef4364195ea9c33d4d4f48270a2adf4d933fe6127a4895e85 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+apertis1bv2024dev2b2) 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+apertis0bv2024dev2b3) Version: 4:12.2.0-3+apertis0bv2024dev2b3 Depends: cpp-aarch64-linux-gnu (= 4:12.2.0-3+apertis0bv2024dev2b3), gcc-aarch64-linux-gnu (= 4:12.2.0-3+apertis0bv2024dev2b3), g++-12-aarch64-linux-gnu (>= 12.2.0-1~) Filename: pool/development/g/gcc-defaults/g++-aarch64-linux-gnu_12.2.0-3+apertis0bv2024dev2b3_amd64.deb Size: 1196 MD5sum: 38e4c996aa2195b02bfbdf51824ca59d SHA1: c1a0e4461c2afca8b30590504eaba8ee25a1bdf1 SHA256: d74ee453647641e420be2822b1c4a1b55d8749a25ac3f641ce34bc0d72a2026a SHA512: fb5f4b77532ee73dd0ed08a46ce079fbf916930447467cdc87975464facefbeca26af33f28bb67ff5abbca863f3157af9430044cbebdb921c3dc048c6ea79994 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+apertis0bv2024dev2b3) Version: 4:12.2.0-3+apertis0bv2024dev2b3 Depends: cpp-arm-linux-gnueabi (= 4:12.2.0-3+apertis0bv2024dev2b3), gcc-arm-linux-gnueabi (= 4:12.2.0-3+apertis0bv2024dev2b3), g++-12-arm-linux-gnueabi (>= 12.2.0-1~) Filename: pool/development/g/gcc-defaults/g++-arm-linux-gnueabi_12.2.0-3+apertis0bv2024dev2b3_amd64.deb Size: 1196 MD5sum: 42416f542bd22d478f98d168093d94c2 SHA1: 1d8f2fddd301627e0791fe21da5d23f1b348100f SHA256: 7d885e36b581d8082957cca61332850cad3572a3a692cd6e09a23441d88298e5 SHA512: 5c05ffcc7254f8d624a0a509d687347dbe84a2d2073b8751b54685fa91c6b9f5f652258a1db9f4422e4b75df4beea7d9fb87f84a17c0e8ae0ae9cbe9d461fdf4 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+apertis0bv2024dev2b3) Version: 4:12.2.0-3+apertis0bv2024dev2b3 Depends: cpp-arm-linux-gnueabihf (= 4:12.2.0-3+apertis0bv2024dev2b3), gcc-arm-linux-gnueabihf (= 4:12.2.0-3+apertis0bv2024dev2b3), g++-12-arm-linux-gnueabihf (>= 12.2.0-1~) Filename: pool/development/g/gcc-defaults/g++-arm-linux-gnueabihf_12.2.0-3+apertis0bv2024dev2b3_amd64.deb Size: 1204 MD5sum: dac6bdd196d73df014a7727f55f7604c SHA1: bfe43313cd29af101e5c736c5135510d4862a68b SHA256: 1590c3f9f2819697dc0c0ad00832afbb624c965c7e127cd45d514d69211f2ea8 SHA512: 7fd80e6103dfd6caf0dbfdd429e35000f5169d8389bba7fa25e35351fa5f22884839c89135530caee145f3a204cee2019d91cdcbcf91bc3bb7e74fb4f48b8285 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+apertis0bv2024dev2b3) Version: 4:12.2.0-3+apertis0bv2024dev2b3 Depends: cpp-i686-linux-gnu (= 4:12.2.0-3+apertis0bv2024dev2b3), gcc-i686-linux-gnu (= 4:12.2.0-3+apertis0bv2024dev2b3), g++-12-i686-linux-gnu (>= 12.2.0-1~) Filename: pool/development/g/gcc-defaults/g++-i686-linux-gnu_12.2.0-3+apertis0bv2024dev2b3_amd64.deb Size: 1192 MD5sum: 45c98a4b2a6d602221c3eed9b22af4ce SHA1: 960cd84451592de591d7a04b71e48e55a267c0a2 SHA256: 92d1a700e69b0f1dfd58c2b843e50c55301da595cc0318ef9935ad60fa2456c3 SHA512: 7ce0da8181e1bd098b341601098ef7077361b1662f992b021aff9ac6023de49230610019891fadff8075708273d033b82d716dcd1ca9599a6ef1bef65ad0b0d6 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+apertis0bv2024dev2b1) Version: 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1 Depends: g++-mingw-w64-i686, g++-mingw-w64-x86-64 Filename: pool/development/g/gcc-mingw-w64/g++-mingw-w64_12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1_all.deb Size: 185448 MD5sum: e2e2b7833215c3b7dbf0c3ec502a5cbc SHA1: 8d7963a58d1c4cee865a31f617b5c6f41e0a8a54 SHA256: ce07a89bd1674fbaa4a93c33b8d56c28f4d7422b63a263081aaa882dbb7963ac SHA512: 800d4045d313db6d175d40d4733cdd72013fd5cd7dac12e5b6f40994e7a19a3033488b7e1d5e45acb6b753412ec850bbdc6810345d670a370b48c68de8215694 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+apertis0bv2024dev2b1) Version: 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1 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+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1_all.deb Size: 185464 MD5sum: 16036b4d895e0fe13cb9456fa994a34c SHA1: efe02ae818315a8390e87eb6db3bce3ee014e1f8 SHA256: dab2b3bea84a62fef7a46f1a52bf102d9594a1ad64cc3d48ea14ff7cbdf35898 SHA512: ed312c71131196bcffb701bbafe9a786439c31bedf3101b6cb4ac790c9f8ce8b3540c333b3ecea2dc8d8242475ea8468ec64463476b1cae2a0bf4317a143609e 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: 58152 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (25.2+apertis0bv2024dev2b1) Version: 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1 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+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1), gcc-mingw-w64-i686-posix-runtime (= 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1), gcc-mingw-w64-base (= 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1), 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+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1_amd64.deb Size: 12796848 MD5sum: 55c817688178c2560dfa3ab3bf7bf080 SHA1: 69bbc6de7beaf0863c4525abf91d319b31a02a6b SHA256: 1da8bd3e91b84cace804bb656d9b2fc827d38d20db3a64519371f0bdfb26fcdc SHA512: f57f68c1d4bad0f679742cbcf1abfc13e6cc0722b2141c345575ef4717b4c03d13e37b1751a57794c6429d88a346a53602350e8165d034a0cef637da91c64a35 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+apertis1bv2024dev2b2) 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+apertis0bv2024dev2b1) Version: 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1 Depends: g++-mingw-w64-i686-posix (= 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1) Filename: pool/development/g/gcc-mingw-w64/g++-mingw-w64-i686-posix-dbgsym_12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1_amd64.deb Size: 106033768 MD5sum: b9295cde673f2970b09446ecf3ef90fd SHA1: 62b785f8e92b307b4b0cd59b2eb4259d2639b4ac SHA256: 1377087af298b30352f99a912ef4e9861b4fa27227e6180ed6f82916bd6bd706 SHA512: db7acf6b2ecccc45df8ba9040679a2dadd3b0965b33a6130d2e3bdcc8d49cf94a3a54bdd92cbabc8270682c50bfecfa1987368586abd347864bd896ca98baa5f Description: debug symbols for g++-mingw-w64-i686-posix Auto-Built-Package: debug-symbols Build-Ids: 13e056b8ab40f2428dcf86715a1bb0053528cd3c 3cf6327a7867b38896fad327d88773fa74d0051d 6d093490a00061a5ed8ea0df7b3b96d5dee8d5e2 Package: g++-mingw-w64-i686-win32 Priority: optional Section: devel Installed-Size: 58106 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (25.2+apertis0bv2024dev2b1) Version: 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1 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+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1), gcc-mingw-w64-i686-win32-runtime (= 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1), gcc-mingw-w64-base (= 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1), 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+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1_amd64.deb Size: 12804868 MD5sum: 106a6c931705c9c9661ee37357dd8f09 SHA1: a316206832e1caad62b13a2009a8c59636ea5b3e SHA256: ca1f05ee0b68c688b187bfd6dd71ea8689267c74b7a7bf5d0138bb48b4c2b750 SHA512: 84eb10e3c7069683e1116004490e37ba95623eeaade80f4d1175982e2947bcc2e06aa3173addfe2a9c83e7281a6e8cbc791339c0e1edce1b5b3f6f58854668e7 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+apertis1bv2024dev2b2) 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+apertis0bv2024dev2b1) Version: 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1 Depends: g++-mingw-w64-i686-win32 (= 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1) Filename: pool/development/g/gcc-mingw-w64/g++-mingw-w64-i686-win32-dbgsym_12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1_amd64.deb Size: 106041708 MD5sum: 8c5c71a96d458bf29d889699ddf51adb SHA1: b55656fc1006cc79897f1d60a1242743fee0b057 SHA256: 3c1ff62f20e78b6fb8b9b30a96144e975095a144c3a41cafab377d0bc5ae3202 SHA512: b5d2d7323bb1abb6c27ca236781057ae70d255e945cf423df77c6ecc55eec639bf05873f87f0209045067d440cd6e5783bddc797fdcb4de6fee05e4d0bf6bffe Description: debug symbols for g++-mingw-w64-i686-win32 Auto-Built-Package: debug-symbols Build-Ids: 38a317cf5058eb6eb337e9578287aa42477546f7 aae65350bbef8d9721329476e2799b14c3e688c7 b73554eb6be3d3d13498ba6784bfda00099948c6 Package: g++-mingw-w64-x86-64 Priority: optional Section: devel Installed-Size: 253 Maintainer: Stephen Kitt Architecture: all Source: gcc-mingw-w64 (25.2+apertis0bv2024dev2b1) Version: 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1 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+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1_all.deb Size: 185456 MD5sum: d02e30861a22f5a7f4ee183a24f290f0 SHA1: 537a348e3028023b3e7c882babb3128d8601f086 SHA256: 64c0e1965458620da2e013e11b016bf91cfdc709ab824a1c5ac57f542dbd73f1 SHA512: 70585e34c75b8be34c0158b7df60db09bafa6948ab91411e8daf54dd2a8b34aaa6330a27f9cc843bb0d133d5c8d0164a450bbaf9731a991453a2b7f880842c11 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: 59962 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (25.2+apertis0bv2024dev2b1) Version: 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1 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+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1), gcc-mingw-w64-x86-64-posix-runtime (= 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1), gcc-mingw-w64-base (= 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1), 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+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1_amd64.deb Size: 12991900 MD5sum: 0d9176612df791253f04a851a244c0e8 SHA1: 33ab8b2b691311e9af65c5bbe51d55ac8f22a934 SHA256: f13ff0dc8cb5e3ebd0e8645ad0364b512b4a396dfb90f31fb9056ae5c536027c SHA512: aaa8313ec6ab391ab580b354564e3f97a1c4c3212d670157478a641118052d945b1a17868126862852312324bcca3fd87c9e93bb01eb6f978d0c1eaad33342b5 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+apertis1bv2024dev2b2) 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+apertis0bv2024dev2b1) Version: 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1 Depends: g++-mingw-w64-x86-64-posix (= 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1) Filename: pool/development/g/gcc-mingw-w64/g++-mingw-w64-x86-64-posix-dbgsym_12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1_amd64.deb Size: 106550724 MD5sum: 5b216089767d4cd921aa7b24de4dd70c SHA1: ca3e39887356c3bc89667c82835d8ab86e4f5826 SHA256: 7b861a57aa5f9a7e2194907a9e7113954d1df342eda2e0659cec7483a0e2a833 SHA512: fb3d4a09340ec5092e64848b67741a7cd084c871c9491806bbf5813bfc30896b3987e9ccaa6db34af120e8f0c7bb6447c828da9a4228390339766b9aaf7b1a05 Description: debug symbols for g++-mingw-w64-x86-64-posix Auto-Built-Package: debug-symbols Build-Ids: 2d83784242487d21872ffe27cfc5a62fa52e4edb 56f2d8988948697688846acf9e532e1623c29e99 7ecb858124937c131d77f6bfa4361ec12dfa3a2b Package: g++-mingw-w64-x86-64-win32 Priority: optional Section: devel Installed-Size: 59908 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (25.2+apertis0bv2024dev2b1) Version: 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1 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+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1), gcc-mingw-w64-x86-64-win32-runtime (= 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1), gcc-mingw-w64-base (= 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1), 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+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1_amd64.deb Size: 12991760 MD5sum: aa1846029fa607ce7e2384c5e05d1cb3 SHA1: 8b12bfd14be0bdf0a107ef2a4dfece59b0bb5d7b SHA256: 84ee69319b4f4ed3e70e3aa56e9976034cc55a58b890c7a6a92e2495a1ebc9cb SHA512: 44740451f22714c933de170f262b6e1e8f5b84400efc47e5803a7278349fd54e53d89101074807f836ca1d33d89aba7897f6de35cc33cdf8da7f0449f4f3ba69 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+apertis1bv2024dev2b2) 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+apertis0bv2024dev2b1) Version: 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1 Depends: g++-mingw-w64-x86-64-win32 (= 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1) Filename: pool/development/g/gcc-mingw-w64/g++-mingw-w64-x86-64-win32-dbgsym_12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1_amd64.deb Size: 106503376 MD5sum: c16d3072161fdbb4e34b40725cfc605e SHA1: 20dd7abc925d823ec3502a36832085ed03370121 SHA256: 0bef724b73bff275f669057ef041d7e7434a6c39fda984dfd3472cb28b6c2431 SHA512: 4133b26c7893969bb3ad12f2dd0b2e87bbd5ccc2512e1fdb49f34c127474e713fa08f96183e600fa8055f2131c368e4fba4fdb6c0859887a5a7d3d3772dc20b5 Description: debug symbols for g++-mingw-w64-x86-64-win32 Auto-Built-Package: debug-symbols Build-Ids: 79f8594bfacf631f5e28e6577407d964e7fa14f1 7bcb461ad3ac0bfe80967a626eafae73be803a10 b5a16e14ef782fa63d73a911b9c5c0085a214c57 Package: g++-multilib Priority: optional Section: devel Installed-Size: 6 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.203+apertis0bv2024dev2b3) Version: 4:12.2.0-3+apertis0bv2024dev2b3 Depends: cpp (= 4:12.2.0-3+apertis0bv2024dev2b3), gcc-multilib (= 4:12.2.0-3+apertis0bv2024dev2b3), g++ (= 4:12.2.0-3+apertis0bv2024dev2b3), g++-12-multilib (>= 12.2.0-1~) Filename: pool/development/g/gcc-defaults/g++-multilib_12.2.0-3+apertis0bv2024dev2b3_amd64.deb Size: 1016 MD5sum: a76043c68a34b4488268fb673c4773bb SHA1: fa78d225de13138719887a3f62560961cecdc790 SHA256: 792aac2324611970eddcd05f36dd7a1222fc6c28c11c0c3a62b948d2c4379926 SHA512: 6f360f05e9f47525bbb739f9cf4706f0b21625f381bce925ee415e98564c4c863ee7bf10647bae97f0ae727cfd2e67c0770e06a5f59c82b83c93893d3dc6727e 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+apertis0bv2024dev2b3) Version: 4:12.2.0-3+apertis0bv2024dev2b3 Depends: cpp-i686-linux-gnu (= 4:12.2.0-3+apertis0bv2024dev2b3), g++-i686-linux-gnu (= 4:12.2.0-3+apertis0bv2024dev2b3), gcc-multilib-i686-linux-gnu (= 4:12.2.0-3+apertis0bv2024dev2b3), 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+apertis0bv2024dev2b3_amd64.deb Size: 1028 MD5sum: e2df20af597ceb051ef068dd80b3e42d SHA1: 999681444a06460a1dc338a6a45f34fbe4c693a8 SHA256: 61cbd3403f5e84c9a6c04b47dfc574d27984f36562d8bc99c9e11f07f25a9008 SHA512: d12919309f33225c9c17792b49762d9be624601cc989cdf69f5ba6e10707d25e97afe2365df70dbb5ea5924979bddee3f3e1000bdbe8acd0045efb8f756791e2 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+apertis0bv2024dev2b3) Version: 4:12.2.0-3+apertis0bv2024dev2b3 Depends: cpp-s390x-linux-gnu (= 4:12.2.0-3+apertis0bv2024dev2b3), g++-s390x-linux-gnu (= 4:12.2.0-3+apertis0bv2024dev2b3), gcc-multilib-s390x-linux-gnu (= 4:12.2.0-3+apertis0bv2024dev2b3), 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+apertis0bv2024dev2b3_amd64.deb Size: 1024 MD5sum: 3f17cad12107daa005ea6e97dd97853e SHA1: 01323d3fc82b0d860c50702d3ac58eff912e64b9 SHA256: 858fcceb8b468741579d75626721f749a63850bff55db2ac3bd2bd4cb13c7666 SHA512: 51ab5b2683125d10aec10d8bf5d43dfb775142f0b6f57d43bec504b20946249211d3c872bae59938a86c5904fe30f03fd52c985ff52af7a9a0ff28ca89885a78 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+apertis0bv2024dev2b3) Version: 4:12.2.0-3+apertis0bv2024dev2b3 Depends: cpp-powerpc64le-linux-gnu (= 4:12.2.0-3+apertis0bv2024dev2b3), gcc-powerpc64le-linux-gnu (= 4:12.2.0-3+apertis0bv2024dev2b3), g++-12-powerpc64le-linux-gnu (>= 12.2.0-1~) Filename: pool/development/g/gcc-defaults/g++-powerpc64le-linux-gnu_12.2.0-3+apertis0bv2024dev2b3_amd64.deb Size: 1200 MD5sum: 24440d1376cb73794b6f90876d592cef SHA1: 181f29a9a5ed1d85d6083600dfad58709ca7732a SHA256: d80ed0a52f68ab00484820c8c28ea19097c69afda540a6b013333ab90aa5f1c3 SHA512: ef41e193c27dd352888a3e44d930b626e0ce70e3c9cf6615ef1c941b68b3313c3d69e6c47bf233b38e7d792481c6ffc8da384969ac060f18d809efe904dabbd9 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+apertis0bv2024dev2b3) Version: 4:12.2.0-3+apertis0bv2024dev2b3 Depends: cpp-s390x-linux-gnu (= 4:12.2.0-3+apertis0bv2024dev2b3), gcc-s390x-linux-gnu (= 4:12.2.0-3+apertis0bv2024dev2b3), g++-12-s390x-linux-gnu (>= 12.2.0-1~) Filename: pool/development/g/gcc-defaults/g++-s390x-linux-gnu_12.2.0-3+apertis0bv2024dev2b3_amd64.deb Size: 1192 MD5sum: 7448d4b548ab5cdf620475756f1a6a12 SHA1: 075bb3cdc4ce798d2ce9b2b0c25ef16e80e54430 SHA256: 9606598212784931ebbee0a4bc1074ccd6127862a76f563e1d8858833b76c052 SHA512: bb2c84e2bab7403b84579a3da2eda5714d63a5e1e72921247a5db3e99f99f475402d2a3c37c395f96965fe8c409a6a8958ac2fc9cd0edd81b7253e0b78f5a765 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: 2310 Maintainer: Debian MySQL Maintainers Architecture: amd64 Version: 26.4.13-1+apertis0bv2024dev2b1 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+apertis0bv2024dev2b1_amd64.deb Size: 826236 MD5sum: 814cc08382681ec5d05d33c50c20b097 SHA1: f3a96644cc708a997e4086853699984a69f59e5b SHA256: fa252b8750c238df6847271445858d41a5feb9fa6b1ce8c3a40f95da5494b6f5 SHA512: ee01d1fd04c28ff6ca35a3876adc0da2da3344e174185b210b1b6ce316f05b192d26a5b4867a67879e990a825dd7db949daf6085a3667fb3eaff2601f5334d19 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+apertis0bv2024dev2b1 Depends: galera-4 (= 26.4.13-1+apertis0bv2024dev2b1) Filename: pool/development/g/galera-4/galera-4-dbgsym_26.4.13-1+apertis0bv2024dev2b1_amd64.deb Size: 14000076 MD5sum: d4686524363fdefd3c94c63b32b74a81 SHA1: 970157a799a99e4dd735ab3bc9c9d207d478d93e SHA256: 4a1e9bb29723831dc3a6d58ca50cd3d7bf6f9572744a56a396a1f2f3302e16b4 SHA512: 5da682fa3411577baae93f0f0a1a9451db4206f08f8d302c5d0e780df6fb709c1dd9064161466030dc43ffc112f5bb599a1994342d41780db469ce891e01c735 Description: debug symbols for galera-4 Auto-Built-Package: debug-symbols Build-Ids: 3276dfa4001dd2c38e792ecec7d4b58598515245 Package: galera-arbitrator-4 Priority: optional Section: database Installed-Size: 1907 Maintainer: Debian MySQL Maintainers Architecture: amd64 Source: galera-4 Version: 26.4.13-1+apertis0bv2024dev2b1 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+apertis0bv2024dev2b1_amd64.deb Size: 633032 MD5sum: cd775e017957b4ae1a75d6524b75912f SHA1: ca5d90c6a67691fa80c367363940d0d794779dd3 SHA256: 3054ffb7765c9a8bd17a18081772496df1eeb1153f2ac822aac88f4bbbf21e88 SHA512: 1d420359b52de0e1c9d48c9d14d7041a220e3ac06eac7320839cdb3eea03cf94c2b9015a73b81c482643e9e831983e335fe1030b2bd6180bcf10574c30f2ff7c 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+apertis0bv2024dev2b1 Depends: galera-arbitrator-4 (= 26.4.13-1+apertis0bv2024dev2b1) Filename: pool/development/g/galera-4/galera-arbitrator-4-dbgsym_26.4.13-1+apertis0bv2024dev2b1_amd64.deb Size: 9511984 MD5sum: 7fb0938075342dc8f1d4b6c811286a7e SHA1: ab60fc3edff4d5244e40dd237693dd80c8482ae8 SHA256: bb0c9cc8a7f0c4e2530af89863f8b1c3c9acbcce324783d11e37aed2132a7205 SHA512: e9e4fde641635155a619b0f64176450f1af98ffb570d73fb8b2128e9334f49ffaba07a54a383162bb55cd62dd1a5e031d86ece11b208e163ce6e15a9c10f4b6f Description: debug symbols for galera-arbitrator-4 Auto-Built-Package: debug-symbols Build-Ids: 3ec6c5fe8446020e0635854241fc4a9d356987e4 Package: gawk Priority: optional Section: interpreters Installed-Size: 2909 Maintainer: Adrian Bunk Architecture: amd64 Version: 1:5.2.1-2+apertis0bv2024dev2b1 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+apertis0bv2024dev2b1_amd64.deb Size: 675232 MD5sum: 388f5e868662efff08e3f8249a17af16 SHA1: ffdb2cffc19fc38a98ba817f4de157ddb2415b7b SHA256: 85f692465f293e3de83236f43604c552e2f1c6193f5c9fc59f97b24a72f832d0 SHA512: 66e2c7389476c2633550a7b25cb7a1cbc1c0baecbb7db2b89c6ed779d44512918b9008393374d3a589a958fac4e57aa91e827a0504afebaf563433b678ea7eee 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: 1273 Maintainer: Adrian Bunk Architecture: amd64 Source: gawk Version: 1:5.2.1-2+apertis0bv2024dev2b1 Depends: gawk (= 1:5.2.1-2+apertis0bv2024dev2b1) Filename: pool/development/g/gawk/gawk-dbgsym_5.2.1-2+apertis0bv2024dev2b1_amd64.deb Size: 1152560 MD5sum: 8bc0a07a4126ab3023a6f92e072ab42f SHA1: 139167d459f24913bbea803845fe3cd6b828016e SHA256: 3b78ad040ca3c33ab748d1253531358db9f43d3999afd216d6f037685fbbada8 SHA512: 1a6f90d16ee301ce70a4e8a4851c895ca07ce6600f593b9bb30b58037f00f1f005a98fcd6cfe453933c1e4d7578a45f862715bad258342f7a42a368a5c6e229b Description: debug symbols for gawk Auto-Built-Package: debug-symbols Build-Ids: 0585c99dab453c12da422f6dc7423b6e315c6f06 087b84a06aa15bcc76ce6fcaebc98e7a661e795d 0931490166dc28a737734f6a0150f31701af617a 0a0271a521a6ec9e419ad2be54b9d5480153ec9d 0bdc074fe3c28bf9966ca99126c81eb465867095 202c80bd54d345d6bc37bc5309060099fc0aa86f 44548b67d7d8c0a5434ce13921e895a12a540c43 4937628d3af1f433ae3ce2cd8302c376c45a6726 660aa43522d470e1e168a23c52b3cc1dca6a2dcc 8cf0144a65070473defcdf0f5b6b048729b8a08e bf3bac69dca8c3d5917b43b14562724f5bf463c3 c25a97c49f1a212e4b3e5fe95f2c1c4b2f4520b6 e09fd6944b07fe341bb54fa670307ab16bc2b006 f9a7fe1d16e204758e88cb01810dc47fc28c38d0 ff7af59856dc7c21fe42a681ed78425d646e51c4 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+apertis0bv2024dev2b3) Version: 4:12.2.0-3+apertis0bv2024dev2b3 Provides: c-compiler, gcc-x86-64-linux-gnu (= 4:12.2.0-3+apertis0bv2024dev2b3) Depends: cpp (= 4:12.2.0-3+apertis0bv2024dev2b3), 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+apertis0bv2024dev2b3_amd64.deb Size: 5224 MD5sum: ab59c24d303cfe50e7ff4bed4a90f38e SHA1: bf83f543c7c94cca9c216fb8892b0767c4458715 SHA256: 3aef1669e710597bb174ae678398279e8f5bcc455611934dcfd69ca41ee2d7c7 SHA512: 55726ed5ebf4221951e12f04df85dd704e443af21bcab3c5e8c77b8e89b8c9f6883878015c62e7aabaca2d980fbda936062bc22680fcbae09ac790ebc230a9bf 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-12-aarch64-linux-gnu Priority: optional Section: devel Installed-Size: 60692 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-12-cross (15+apertis0bv2024dev2b2) Version: 12.2.0-14+apertis1bv2024dev2b2cross1 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+apertis1bv2024dev2b2cross1), gcc-12-aarch64-linux-gnu-base (= 12.2.0-14+apertis1bv2024dev2b2cross1), libcc1-0 (>= 12), binutils-aarch64-linux-gnu (>= 2.40), libgcc-12-dev-arm64-cross (>= 12.2.0-14+apertis1bv2024dev2b2cross1), 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+apertis1bv2024dev2b2cross1_amd64.deb Size: 18032512 MD5sum: 1772985a449fb51bf92bf1ded7ff90bf SHA1: 04d1c542fbf4facf04d8ef1e954e01682cbde3cf SHA256: 7a24f579dee3f2d2bb16ad02a9d5f135560e124969173da94813eb16bf1195e4 SHA512: db9fdd98df4f375d2da26abb200742a7075917af433eeca21e81e9cea8177887c873bbf64342fcb733b9cd95b9952d6615cf6493065f871669bb890a6dda1769 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+apertis1bv2024dev2b2) 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+apertis0bv2024dev2b2) Version: 12.2.0-14+apertis1bv2024dev2b2cross1 Breaks: gnat (<< 7) Filename: pool/development/g/gcc-12-cross/gcc-12-aarch64-linux-gnu-base_12.2.0-14+apertis1bv2024dev2b2cross1_amd64.deb Size: 583796 MD5sum: 009f6cd593ae44b0f5f5bf723414b263 SHA1: 52fc8dad853cb497fa31c2cdc6afd351de7e1bea SHA256: ead633262bef07afa0fb1eca8d6a99800a9b4cf287a6e8ef4c9b9d4aa2a8e9de SHA512: db87ed8ebfbe97787d33e0b8dc053d0399e61e79c5ef66ab3f1791c782b57607e313ec010d95ba902e88b26f27790e78148009d03ce4bef41e78a23e74ca1efc 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+apertis1bv2024dev2b2) Homepage: http://gcc.gnu.org/ Multi-Arch: same Package: gcc-12-arm-linux-gnueabi Priority: optional Section: devel Installed-Size: 54133 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-12-cross (15+apertis0bv2024dev2b2) Version: 12.2.0-14+apertis1bv2024dev2b2cross1 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+apertis1bv2024dev2b2cross1), gcc-12-arm-linux-gnueabi-base (= 12.2.0-14+apertis1bv2024dev2b2cross1), libcc1-0 (>= 12), binutils-arm-linux-gnueabi (>= 2.40), libgcc-12-dev-armel-cross (>= 12.2.0-14+apertis1bv2024dev2b2cross1), 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+apertis1bv2024dev2b2cross1_amd64.deb Size: 17027196 MD5sum: b32118fee648934c52eedc4f3f0f8f65 SHA1: cdef1a27ab1804bb02359609cb037abb2e54c1b1 SHA256: 0171e748febd616a74a5966ada74af76e61184a7b963130c2446fdba18005428 SHA512: 34abc7fefc3e39d840ba46940b7e85c2bd11d1e8862df8a88dda5ac8ba2a98485975f9e7d05a31be726b083a067d4417be672f441ebf3fdd32c242df61c87957 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+apertis1bv2024dev2b2) 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+apertis0bv2024dev2b2) Version: 12.2.0-14+apertis1bv2024dev2b2cross1 Breaks: gnat (<< 7) Filename: pool/development/g/gcc-12-cross/gcc-12-arm-linux-gnueabi-base_12.2.0-14+apertis1bv2024dev2b2cross1_amd64.deb Size: 584092 MD5sum: e3c8ec52b288b0da9f38f05ce528599e SHA1: d1754beecadaa636b4b39678bbfcfa1ad2e38f9a SHA256: db73ff4283764071e96789ffb84023ff75df4917a5855c15fb78f8fb97d550e7 SHA512: dcbfb82913acf612010d394f0dd7e41fe9e808b29611cdf725637fc57012056212945843e5adfdfa7db879d8e5ea21cfc43a22a647010112313fd96be4bf2f74 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+apertis1bv2024dev2b2) Homepage: http://gcc.gnu.org/ Multi-Arch: same Package: gcc-12-arm-linux-gnueabihf Priority: optional Section: devel Installed-Size: 54133 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-12-cross (15+apertis0bv2024dev2b2) Version: 12.2.0-14+apertis1bv2024dev2b2cross1 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+apertis1bv2024dev2b2cross1), gcc-12-arm-linux-gnueabihf-base (= 12.2.0-14+apertis1bv2024dev2b2cross1), libcc1-0 (>= 12), binutils-arm-linux-gnueabihf (>= 2.40), libgcc-12-dev-armhf-cross (>= 12.2.0-14+apertis1bv2024dev2b2cross1), 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+apertis1bv2024dev2b2cross1_amd64.deb Size: 17029592 MD5sum: 0cfd2b7097fc65f69043ad5e4b51e37a SHA1: 9c976b9e48c36558aa6d5d1ab06980ab6e586d8f SHA256: caaf3b59bfd6b5a1fb9b5c57dcf70989f7139607798fb3f408ed640e13f311c2 SHA512: d5c4fcd71bb2b46191490447e3cdc0c72da263edea7527961453db8c25cc2c0ee881a5962bbbac494d832c946dc465db98c9f68530eeab2cde1bde0676850dca 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+apertis1bv2024dev2b2) 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+apertis0bv2024dev2b2) Version: 12.2.0-14+apertis1bv2024dev2b2cross1 Breaks: gnat (<< 7) Filename: pool/development/g/gcc-12-cross/gcc-12-arm-linux-gnueabihf-base_12.2.0-14+apertis1bv2024dev2b2cross1_amd64.deb Size: 583840 MD5sum: 21768e0f1fe9429424c709f8b40650bb SHA1: 9592fa30ff6637d314e9b3fa71cafe5d52ffbc26 SHA256: b348c5ac5003e7095a4be7a49a3f6bc7a5088df3f65c116a44509f895beb1a0e SHA512: 7b6351635b2a1b92a2729859cb80f16573ab5df98d237d91cabaaa925ad5afef03e884902ae4424b930be3ba9e0df23b392c842b6fe5f7778a506c1dfc24e064 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+apertis1bv2024dev2b2) 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+apertis0bv2024dev2b2) Version: 12.2.0-14+apertis1bv2024dev2b2cross1 Filename: pool/development/g/gcc-12-cross/gcc-12-cross-base_12.2.0-14+apertis1bv2024dev2b2cross1_all.deb Size: 579292 MD5sum: bd3394b707ef52846cfc9436db27d419 SHA1: 3cdef70925b52031fb15a695c4b399af0434dcd9 SHA256: 80531b2e2acc14eb75f0b2b2836d5e2e1eabc9bce665523dd4ae5bcc36d761be SHA512: a1c07936911eb556eb792e54bdb06d7bf7a41c5b1dcb0d81eadeb4380f09bf7f94c15339a64f7a22d863e0c1b80a2721e88dcddb232d334f9af1b773bc843ee9 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+apertis1bv2024dev2b2) Homepage: http://gcc.gnu.org/ Package: gcc-12-i686-linux-gnu Priority: optional Section: devel Installed-Size: 68213 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-12-cross (15+apertis0bv2024dev2b2) Version: 12.2.0-14+apertis1bv2024dev2b2cross1 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+apertis1bv2024dev2b2cross1), gcc-12-i686-linux-gnu-base (= 12.2.0-14+apertis1bv2024dev2b2cross1), libcc1-0 (>= 12), binutils-i686-linux-gnu (>= 2.40), libgcc-12-dev-i386-cross (>= 12.2.0-14+apertis1bv2024dev2b2cross1), 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+apertis1bv2024dev2b2cross1_amd64.deb Size: 19266024 MD5sum: 9bcf55d174512a8f8b1d5fa1da28b747 SHA1: ae1ad212b935595d1853b10e1d4499cc2a62afaa SHA256: 64990094bf1ff27bf2f3731afe8b33e50f7a1f6476dfd8f59d83dcbf22a255a0 SHA512: bfc7fc3a8fb4bf5b91ecb4533454cbcf99d6a6d25de59899d0a2c03a131c9cdba6cb2b6339ed393114162c0498c07fd539f4437050431dd0c1001c4ca9efe25d 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+apertis1bv2024dev2b2) 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+apertis0bv2024dev2b2) Version: 12.2.0-14+apertis1bv2024dev2b2cross1 Breaks: gnat (<< 7) Filename: pool/development/g/gcc-12-cross/gcc-12-i686-linux-gnu-base_12.2.0-14+apertis1bv2024dev2b2cross1_amd64.deb Size: 583948 MD5sum: e506088a4b8f6c7d64e290504a8c3770 SHA1: 31068451ca54bda1938426e994722c0650ac51c6 SHA256: 31f7373d9aa43db06b1bccf2ff2758303e419def512c91a1ffde46bccf61d8f4 SHA512: 174ac4f154afc5c8c46d3dd7ad1e5bba0e8634f23edb06d7dde8062e5e253cd6552c90d30b1a0a2df422235271ba1999a44f9a2f83a519debdfdff94038a2898 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+apertis1bv2024dev2b2) 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+apertis0bv2024dev2b2) Version: 12.2.0-14+apertis1bv2024dev2b2cross1 Depends: gcc-12-i686-linux-gnu-base (= 12.2.0-14+apertis1bv2024dev2b2cross1), gcc-12-i686-linux-gnu (= 12.2.0-14+apertis1bv2024dev2b2cross1), 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+apertis1bv2024dev2b2cross1), libx32gcc-12-dev-i386-cross (>= 12.2.0-14+apertis1bv2024dev2b2cross1) Filename: pool/development/g/gcc-12-cross/gcc-12-multilib-i686-linux-gnu_12.2.0-14+apertis1bv2024dev2b2cross1_amd64.deb Size: 1152 MD5sum: 95f627c96f7894e09f775c359a31fd18 SHA1: 7beec49eda619a124b697337425346976c5d4594 SHA256: 9817448eb6db675c5e73483a6fd515097884d272bde399947ad91cf4cacdfa57 SHA512: 268bca8024d9dc34c6596ab1c96d80da904aeea466ae8a75e6ac2ec8b9409103b04f22f378ee828e0f8c5e67f35715091f01a2a66a4dfa78feebf6fe4ac9abd4 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+apertis1bv2024dev2b2) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: gcc-12-plugin-dev-aarch64-linux-gnu Priority: optional Section: devel Installed-Size: 9868 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-12-cross (15+apertis0bv2024dev2b2) Version: 12.2.0-14+apertis1bv2024dev2b2cross1 Depends: gcc-12-aarch64-linux-gnu-base (= 12.2.0-14+apertis1bv2024dev2b2cross1), gcc-12-aarch64-linux-gnu (= 12.2.0-14+apertis1bv2024dev2b2cross1), 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+apertis1bv2024dev2b2cross1_amd64.deb Size: 1365360 MD5sum: a450001b42e87d10edf12ac3b595b114 SHA1: f648081601dc7360ec62e0978cfd0b60c8c28bc0 SHA256: fc7a2d82802d9ddef34612c0d2e580a741d25707c9d007830daf577136210def SHA512: 8e0566defdd6df1e533b56eda2ad5f24ad290fe20487811ef7286af226cc7f0e76efe7854e7818ad234afe575d69e756d5c4e69dd8dd8017ae8f36f3d78e9b36 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+apertis1bv2024dev2b2) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: gcc-12-plugin-dev-arm-linux-gnueabi Priority: optional Section: devel Installed-Size: 9078 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-12-cross (15+apertis0bv2024dev2b2) Version: 12.2.0-14+apertis1bv2024dev2b2cross1 Depends: gcc-12-arm-linux-gnueabi-base (= 12.2.0-14+apertis1bv2024dev2b2cross1), gcc-12-arm-linux-gnueabi (= 12.2.0-14+apertis1bv2024dev2b2cross1), 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+apertis1bv2024dev2b2cross1_amd64.deb Size: 1347524 MD5sum: 83a749ec62616a10e73355d6dbcef693 SHA1: 6cfef603c8d353420e9a3dcb0c1265abf6493e28 SHA256: a932b69d6a24568d769519707dc2e00b80f647dfbcc65149624d4d50d2520289 SHA512: e46d1d024f5f23c5e2f13335cd713d814a803599762caf00bdf903081138dddfa4af8032d816b4c0e442a2ca0d80bfba7a9813e382ae048844527c0c23beeceb 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+apertis1bv2024dev2b2) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: gcc-12-plugin-dev-arm-linux-gnueabihf Priority: optional Section: devel Installed-Size: 9078 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-12-cross (15+apertis0bv2024dev2b2) Version: 12.2.0-14+apertis1bv2024dev2b2cross1 Depends: gcc-12-arm-linux-gnueabihf-base (= 12.2.0-14+apertis1bv2024dev2b2cross1), gcc-12-arm-linux-gnueabihf (= 12.2.0-14+apertis1bv2024dev2b2cross1), 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+apertis1bv2024dev2b2cross1_amd64.deb Size: 1347692 MD5sum: 54870d676d5ff95848db6c87b56d7009 SHA1: aecbba245a68f1176309e1453ea4b9aebe61886e SHA256: 8b924cd3503aec1a44619e3211b2893ba20b2ba4531f07840f8e301e56c7ec16 SHA512: 30f7c9a23f13eedebbb9fd628059eca2fd29795cf490d202585d7205686578f3632992cae6c2e1225864f0a59e23ba90435108eeba9bc4aafdb900f3b0062285 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+apertis1bv2024dev2b2) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: gcc-12-plugin-dev-i686-linux-gnu Priority: optional Section: devel Installed-Size: 9744 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-12-cross (15+apertis0bv2024dev2b2) Version: 12.2.0-14+apertis1bv2024dev2b2cross1 Depends: gcc-12-i686-linux-gnu-base (= 12.2.0-14+apertis1bv2024dev2b2cross1), gcc-12-i686-linux-gnu (= 12.2.0-14+apertis1bv2024dev2b2cross1), 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+apertis1bv2024dev2b2cross1_amd64.deb Size: 1393088 MD5sum: 5be4a19d553304aabe9583081ea0c710 SHA1: 25f916bf162b7098cf8d806a4c24ec706e3d5a05 SHA256: a870710ab65a5661bf5aa90d7f80d11ecc68c3a9af0b2efa3846de58b913522e SHA512: 7ee76e5ffacf31f779c4460b074deef14a604b979fe5f941bb5b20aecffbd52e1f71ad5d1b1af84e9b3cd35dc7462cb3d9c9ce8bb66a9680029cc9986fd58ddd 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+apertis1bv2024dev2b2) 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+apertis0bv2024dev2b3) Version: 4:12.2.0-3+apertis0bv2024dev2b3 Depends: cpp-aarch64-linux-gnu (= 4:12.2.0-3+apertis0bv2024dev2b3), 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+apertis0bv2024dev2b3_amd64.deb Size: 1492 MD5sum: e101faa8d3fa0c7c3b7320667b27eceb SHA1: b5d1469cd1600dab97e0b4727e2dbdd00ff9b4e4 SHA256: cfe400c720374a9654c954319c5c543d5bc5847eb77eb2ed3598e766d8190452 SHA512: 871f7446f0e1f2ca27bc1979eafea717b41a20ca3a143692495a699bd2b5e967397f899a08460c597dc3c255e1d814645a29201acc453f7018d6f56046e83710 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+apertis0bv2024dev2b3) Version: 4:12.2.0-3+apertis0bv2024dev2b3 Depends: cpp-arm-linux-gnueabi (= 4:12.2.0-3+apertis0bv2024dev2b3), 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+apertis0bv2024dev2b3_amd64.deb Size: 1492 MD5sum: 82d4f1603e35cc4df7b535689e775aad SHA1: cf8c8dea9464ca281d386aba8b23f96d727a3d3c SHA256: caf441f7823be60f819ae88fdd84267d3482a0343318e42ee5fc179ba8651bf1 SHA512: b362757e2bdae184b836182db8a6471325b32058c40a20efdfb4839b2cbdf4458be3646d39a5cc1d8e8f2b08e3f8df81352fc03fd8a2210281f4b61a64b51ff6 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+apertis0bv2024dev2b3) Version: 4:12.2.0-3+apertis0bv2024dev2b3 Depends: cpp-arm-linux-gnueabihf (= 4:12.2.0-3+apertis0bv2024dev2b3), 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+apertis0bv2024dev2b3_amd64.deb Size: 1500 MD5sum: 72d91d938f9ad595dd20f28a6e02242f SHA1: 69e70c893297c7a671952aecb0038e0cfb30f0cc SHA256: f52479cea2540eb4f91dbcc40a5c1ed62fff3096bb0faa383cf0059fbc3b6ca2 SHA512: 224e37343cec08deb088b4078863bc79a81a9616f98f921e30e3c335dbea6fc9a7f858767f80bf32f0b476f23d4b7da3ee360c2ec3a48159468abe45ca295ddd 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+apertis0bv2024dev2b3) Version: 4:12.2.0-3+apertis0bv2024dev2b3 Depends: gcc (= 4:12.2.0-3+apertis0bv2024dev2b3), 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+apertis0bv2024dev2b3_amd64.deb Size: 4324 MD5sum: eff57edbad6101640d66a816616fd755 SHA1: fc032d6837b51976ab0bc66e970473bee9c6886d SHA256: 8653105f266c4b304595d386f069f15aa8311a39586da08b2fbae0bbd3d36e91 SHA512: f88a1754aa7ed0886801a332d1813d648b4d932020ddae95e71adcbbeb495cf9e759cee984d0ab0e95c349b18b64c81702d3af50369b52fa6017d608549d4688 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+apertis0bv2024dev2b3) Version: 4:12.2.0-3+apertis0bv2024dev2b3 Depends: cpp-i686-linux-gnu (= 4:12.2.0-3+apertis0bv2024dev2b3), 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+apertis0bv2024dev2b3_amd64.deb Size: 1480 MD5sum: a38963516ab081583c3838e947766d9b SHA1: a17dcafed4e161a404f4ada5ba8858fd2f733db8 SHA256: 8214a58350b5501fd0f031a16bd22fa2011959a7cc6471a2f6fb22ad23b20272 SHA512: f181eac2cf879b5bd5be7cc82e0bfc7f8c9e1fe8cebdf0e8895101c6ae8521e79c629cc46497d31aa93f3ae73a728be7a9de792944fa36e01b112d7004c88b33 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+apertis0bv2024dev2b1) Version: 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1 Depends: gcc-mingw-w64-i686, gcc-mingw-w64-x86-64 Filename: pool/development/g/gcc-mingw-w64/gcc-mingw-w64_12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1_all.deb Size: 185440 MD5sum: 1a4492846f98930ab868b25b296e017a SHA1: 5adef97fbd4037190c65eb86acc9e149f0fc5e6f SHA256: 85f5588dafff034c491c9f299396b020ff1c8842b7a8f9466ffdbe45966a70d9 SHA512: daeeb91110adb2dea1b64f52834007c1f25147e8aa5ac6240a6f4975c897866bd4f9a6782628403340b85ab048c8502e929a285f146d3c55e17fc91e14b95ddf 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+apertis0bv2024dev2b1) Version: 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1 Filename: pool/development/g/gcc-mingw-w64/gcc-mingw-w64-base_12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1_amd64.deb Size: 186096 MD5sum: 2cfdce00ad3d24eb891304336a1930d3 SHA1: 35bad62ec8a0d955c6551b4ae97c792787a54fc7 SHA256: c55355471936226b7c7f166096c75325570993c11099d091235b2f2e3fdca9e2 SHA512: a32c221f2e12c2bca7ad3069dca8dc9c7943912665d5997473182a421944b513246b716ad33d16b57fb1b93dacc5e30b57c0be594949209993afeea05f642e59 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+apertis1bv2024dev2b2) 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+apertis0bv2024dev2b1) Version: 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1 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+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1_all.deb Size: 185456 MD5sum: 5601269a5f3be7ec2748d6dcd9914ba7 SHA1: 235b079c9ceddf0636ace7d3c232027f1471a2a4 SHA256: f3c253bb1547d0077f573ed09f9f3a21e69b2a1f6584c0b0fd2f57212a6d04a9 SHA512: b47fd2f1cae124e22bd9ed75e23a549965f6f19709db14944a4015fab5e2e3147322fc48fc69b4ac4263c40c1226364ad8d575489a29dbd42e27a8fb46177751 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: 117553 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (25.2+apertis0bv2024dev2b1) Version: 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1 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+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1), gcc-mingw-w64-base (= 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1), 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+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1_amd64.deb Size: 31437908 MD5sum: f57dd0821f6d5aab51e01449790cd440 SHA1: ef163512879b211799dab0f20fed499d5b55f810 SHA256: f3d097f6357cd6aaf553fa6e731c61ea275545c0cd5092159e22fab778b001fd SHA512: b1e7477c6a0aad209dfe60fd93283422b58355e9971c2169aaa4f092a93b5ec39b17cafa535a34f36ef11dc6d5afda34ca918e8a32dbb9bff14f5ffa429d877c 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+apertis1bv2024dev2b2) Homepage: https://www.gnu.org/software/gcc/ Package: gcc-mingw-w64-i686-posix-dbgsym Priority: optional Section: debug Installed-Size: 302449 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (25.2+apertis0bv2024dev2b1) Version: 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1 Depends: gcc-mingw-w64-i686-posix (= 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1) Filename: pool/development/g/gcc-mingw-w64/gcc-mingw-w64-i686-posix-dbgsym_12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1_amd64.deb Size: 296308836 MD5sum: 1537eee1794586825715d7a6793e4441 SHA1: 00da8beb520c56bcfcb1ec83627f428dc70643ae SHA256: d763c0624f441b70be56499429c8dc19dd58a45ae29a4f514d038f74c106a912 SHA512: 66db070155b79b1c42fa5664d14ddc91cb2353657d87c8fdb20facc758b5f9886248572c15c4699536c3430cf4b70ba3db7ac2aa488be5dd22d599ef21b1049a Description: debug symbols for gcc-mingw-w64-i686-posix Auto-Built-Package: debug-symbols Build-Ids: 00fddfa889ccf0eb9e9d7fe1151d591d391e7fb3 04906199f32c837a70daa21c6d3004d836554588 37b816709d656e73044a0ccd2ab3fa34fba956dd 50b28aaac72cd4a40c77bd1ec1ae5e45fc2c57c7 5438de15ab727f8b7bc1bbaed9fb8b851094f481 59c57722ac121a21aa02468aea5c8e941118469f 6134ca1d29790e1345db2d8bea207a968469d4b2 778b9e34f4e70f4264c74bf3d668868365946b9e 79a87da1e48f80b690c393d9437528b61d2b1c88 8538da8f005f06c343ee1872a91040326bf43692 8a15945dde9174e53cc80b06ea8cc7487d843fca 9a6a130abd0c935327b49bc51540cb3c42c460f1 b4dc0cc04d5d6a5831307e56ad96f966e9569f15 bad9de61f2488e03cc0fe39f8a7b59c0d69adfd7 c45073f61731e5df19a92377d919c44448ce467b e0e6b9c9298f7af9a0cc4d592010b4f73d7d24ea f1693281cd4bd2e9dde28a93f112a090208894f0 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+apertis0bv2024dev2b1) Version: 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1 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+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1) 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+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1_amd64.deb Size: 11489944 MD5sum: a98bedeab662b00eebca37dbc1a88dde SHA1: 23a1e634b81304cd517d1e0f255792256595e26d SHA256: 8873862d343d3b85f862a9b0dc002d17d85a74b3aa0cb1cc0314b18c01bb0b56 SHA512: 620f47c3b1ce25c87265ce29d1db38e3ffc814440f64ad4dec809f1d95205093aa23cd43cb07a0bc88a874a76a00e7185a1b5c0001f745cf75d59a9e10f3f4a3 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+apertis1bv2024dev2b2) Homepage: https://www.gnu.org/software/gcc/ Package: gcc-mingw-w64-i686-win32 Priority: optional Section: devel Installed-Size: 117558 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (25.2+apertis0bv2024dev2b1) Version: 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1 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+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1), gcc-mingw-w64-base (= 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1), 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+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1_amd64.deb Size: 31437904 MD5sum: 597571292da3265bad78571337648f35 SHA1: 650889ebc137ea284ad8578fe52fbb53c2987c86 SHA256: b3258b69973c2e93c58687df2373014d2e5f92c1b240adbed5adf1acfd970947 SHA512: 158063e6d321988cfa5e5cd1d61d0ff8de05dc5b153626b4dbb424044dfef766ad1e3ad112a79ab01d2d65b7c1d5143bd5f77f71a7345c11db58c9d4fba245ea 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+apertis1bv2024dev2b2) 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+apertis0bv2024dev2b1) Version: 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1 Depends: gcc-mingw-w64-i686-win32 (= 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1) Filename: pool/development/g/gcc-mingw-w64/gcc-mingw-w64-i686-win32-dbgsym_12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1_amd64.deb Size: 296262988 MD5sum: 9753d21a98af87caf1c5431c143c3d18 SHA1: 26bc67c1be32cd024a9d3f0ed83c2ae0b85d4f3c SHA256: e58e22e2a4221ce27324cfe61d13fd624a98d1f22ef8588d052cb4d40245bf3c SHA512: 9a07d44d438b957b645f9eeab1a024cf19df06a9286e9d473ea253937528ca93895a15daac059f4ede221adaa6620ca22a348bda90e2506eee8d0459c80cf7f6 Description: debug symbols for gcc-mingw-w64-i686-win32 Auto-Built-Package: debug-symbols Build-Ids: 0eb538bc01ab4817f3d54c84a285083f1b06aabb 1023b949a7d682727e29e93159d0667824834f2b 23244320abd5c3dde8544df376bc756e64bbab72 338a143bcb74fcf6645b4104e51e83262dbbf126 3b8aabb64d7ab98c357f1d6973afc6723d3eb604 64eab1a2b05cb8dcc5631bdf96cb088fe483f240 67a9e3a3bbf18488514eddf3354aafdab1c90d74 791a64af603a5044bd671674ba351a6446aada67 7ebda9f336ba1a5991ec8a2e63ea28ea872d02a7 937ef70e93a84bbb539668ecc387f06b2ffa2793 b1a9ed0fe01a54ec3d5c68ddb04b8af237310fa8 c530b17efcd948c1a908d37f5b24246494b3dcce d11fba1d9059021950a5561c01198e6bc6470e48 e20e41d41066c6fab664c5fce385be18abf53268 eb540a58ecd70031ae1a5cbd8671e4e499e2a07b f8c230569120d8473d5ef9c59ef7dbcfb5206807 ffd6058690fdc51ef8f9808667285ce85e58d4b2 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+apertis0bv2024dev2b1) Version: 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1 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+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1) 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+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1_amd64.deb Size: 11501428 MD5sum: 0b876ca237a4303ee4750dea795c052e SHA1: 004eb8d5213384f89a1a18d74ea37e6b39597817 SHA256: 625d0cabf98fa723b355adfb3625c7b3b478d5f5fda0f288caf7757f6e3c92cd SHA512: 3502d7c38bac2b64b337e250a173e1a07f54a83176b0e0514d7762f80eb1fe868aa1293bed244f9d40782f4d213ee70c36c506406f066c0de9273f42b65ea3ff 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+apertis1bv2024dev2b2) 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+apertis0bv2024dev2b1) Version: 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1 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+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1_all.deb Size: 185456 MD5sum: 1265c0a2267d9cfb9b6250a47b0b4f87 SHA1: 9848a57498ee268b0bf44673b68bf8e68f6f2138 SHA256: 2a971d12330f0dd97a1723e35bd13c1c6b600782a953d19d9087497bd6b16d3b SHA512: f66cd24677123ae77e9f1d859cb00a61cebd3e8a467f714fe5e123faf74f41aed5eaaf31f9f8f1fd0481c127b037daa7edd55a2b4fd740af354e89bde04418d1 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: 118842 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (25.2+apertis0bv2024dev2b1) Version: 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1 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+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1), gcc-mingw-w64-base (= 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1), 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+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1_amd64.deb Size: 31818844 MD5sum: ed1bf91e499d461933118250e4ff84d7 SHA1: 15c186e6c4bc0e1ef9ecb59932eda5a606286cb4 SHA256: 0dc69d87e9c825e99066da34a232b940168fd547bf1e3cd0de72616cd025486b SHA512: b485bc45737dd1d728cb31c70caa894bd7beb9d65d5432332c5f9ddeb830b54e3afc035c0300107920a6dbc062fe5e19b4d837e0da7402cdb3e5baed732a8091 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+apertis1bv2024dev2b2) Homepage: https://www.gnu.org/software/gcc/ Package: gcc-mingw-w64-x86-64-posix-dbgsym Priority: optional Section: debug Installed-Size: 304322 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (25.2+apertis0bv2024dev2b1) Version: 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1 Depends: gcc-mingw-w64-x86-64-posix (= 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1) Filename: pool/development/g/gcc-mingw-w64/gcc-mingw-w64-x86-64-posix-dbgsym_12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1_amd64.deb Size: 297972064 MD5sum: 733db339a033e1f221f6ab86e7678c05 SHA1: e93c373633227bd18b030d719024a66dc30c7dc0 SHA256: cae4548a327fd375c8d4d4f70d984f6242a69c43a40be48d68a6a5da883a4adc SHA512: 4c11bf21b20a90ec836d3796c3856b2def628ba850ce220e946c69173542358105b3018a94c7b4d982d363b02a8f722794ad4b4b92cca437cf199a96650ce28f Description: debug symbols for gcc-mingw-w64-x86-64-posix Auto-Built-Package: debug-symbols Build-Ids: 03a24a63de63a1c27849cdd665af56d39452c3b1 1a521c79a2ab874d9e9564918cd46c385502add0 242a67fc0aaa2ddfa4a9321e2066abe1a35a24eb 43e2334f2a19c6577a44e88d63200f7a96e5f4af 4582ad2867c875f3d593f765ab4de1d55f3d990d 715a044e1c92ba872ce9d21c41bd18e6f563e383 75a5f4890334b06b606a17f0bf72f1b43abaff70 7eac686e0812fcbc61a7cb82d6f0ec15b44938ab 875c14f14958769b1742100d087582abed1f6871 91c175e51ead8b89207f5e7c2209ef5986a63c0e 93ec620c8ad71f6ed8810ccfb0c5409125bb2430 96b94b5889f471aa6a275b4ea5d5d86045062619 cb5b584076c1fa2020f5e2a05234e2b7838bd94a d4f2a1a66d66aa2841f56106a225a40e4f956ba5 daea6531495fcc8f01b2b09d2a679d789bf99a72 e640d2ef4a150dc7b4ae7abe7945d1baecb47490 fbc43c6e8b088dff0a9bc780c7b87b9e6db3dc02 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+apertis0bv2024dev2b1) Version: 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1 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+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1) 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+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1_amd64.deb Size: 12237476 MD5sum: 35b46ab4ccaae68c4929211b0e2ef4e0 SHA1: d725962048255eaa89b871a3d9fad169cd54863d SHA256: 54998154dc8ddcdc17d2e2c637394885814dac8152096d464f655a4367148656 SHA512: 6345083b86cdf7ba92c378e5a663261cb2022bc740aea72f471869b53d6bac7aa1fdd324c9f84be94279995825cc40b69546c9bf549bb9bf146aea05c4e6f1df 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+apertis1bv2024dev2b2) Homepage: https://www.gnu.org/software/gcc/ Package: gcc-mingw-w64-x86-64-win32 Priority: optional Section: devel Installed-Size: 118843 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (25.2+apertis0bv2024dev2b1) Version: 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1 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+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1), gcc-mingw-w64-base (= 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1), 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+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1_amd64.deb Size: 31810484 MD5sum: a377c08b1c833764c0fac466b39ebad3 SHA1: 903bee6f42d137ac47d32dad87631a730b516a25 SHA256: 919d5aa60bc74e9e8668ba065f4a1bdd032afa569fa566373db0b51d627f9760 SHA512: 71eb524f5bb729c72b0174a5c461229a966c8cebe634e89f976ad1b766cf90baaef45b908b7303100e6cda58f8ecc3f31bcff516b60cdb1e18281209469eba67 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+apertis1bv2024dev2b2) Homepage: https://www.gnu.org/software/gcc/ Package: gcc-mingw-w64-x86-64-win32-dbgsym Priority: optional Section: debug Installed-Size: 304321 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (25.2+apertis0bv2024dev2b1) Version: 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1 Depends: gcc-mingw-w64-x86-64-win32 (= 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1) Filename: pool/development/g/gcc-mingw-w64/gcc-mingw-w64-x86-64-win32-dbgsym_12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1_amd64.deb Size: 297993508 MD5sum: 5acf9131132f4d8f73a7ba31f9ce8610 SHA1: c718e4b7bd2d752010cba3bed0c578f1c625b85d SHA256: 145c201e2928b1d0a090feecba4aec148dc88affeec4c4a845becbc12c8c91bd SHA512: e36fdb2096bb1620863fddc197ef56a5a09172671d9773c39925eba01d8fe15937a0a4f9f23c4a4516ab32e5c0f10f5b5b4dcf6d7bf737f9562bc22d540c57ea Description: debug symbols for gcc-mingw-w64-x86-64-win32 Auto-Built-Package: debug-symbols Build-Ids: 002a0f281f3db369d67917fbe2bfd3dbb3c8f201 08f3d9ed3fdc0658673cb13dd2cd36ef4a8c842f 0a577bab417cf16b65831a2e40ab5db960c8d650 0f14d1e42da687ae2228867d7fb107aaddb794e9 1a557804ed2c5c2e523b59150b84d0ea0571c0e1 212b5028b85489afdb40961c95293c77e2158e75 21937d901f6056b44c7978c0c4f144d69e6d471c 3976762a5d03825071040b1085951a8e2750a6fe 43365dc60c919765d0517c25ee177885381a8501 5394ebdbc5aaccfcfa89036bd3d9b34e425ba2ee 72f004784e1246c5ac52091c1254885ad401e94b 77c16e6c9e3732e9e1407a47ff6fc563eef2e7e2 7bb1e6a28c17f798715ea407644c2525d6e64c6c b09599b39ae096496c5a73716bbf417e197068ac f254d8caa399acfc3bbfe508d7bd3555a2314a8a f35b4a9559e6c56b8d99179604f5155c099b71c3 f9dcafc84a650a56f044267678a0189288ea762f 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+apertis0bv2024dev2b1) Version: 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1 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+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1) 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+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1_amd64.deb Size: 12243364 MD5sum: c037ddf3c6c973de587fb9b5f1f972ba SHA1: 9e88944cfe9db97d24e54f17990d0085f0b964bd SHA256: 7cd2ce9b7b4b381d2d45de752d2664f43063729009244d9030c6a610c4010e1e SHA512: c310d8586bf5fbf326bdea1acd3bd04be2cdef72e35a904282d11aa54334b0e8b6b15786554ba93acef6253a8eff889f10a98c5b0cf94f88d8584f195a1256a2 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+apertis1bv2024dev2b2) 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+apertis0bv2024dev2b3) Version: 4:12.2.0-3+apertis0bv2024dev2b3 Depends: cpp (= 4:12.2.0-3+apertis0bv2024dev2b3), gcc (= 4:12.2.0-3+apertis0bv2024dev2b3), 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+apertis0bv2024dev2b3_amd64.deb Size: 1544 MD5sum: 7f317d0151c6a4636d225d19ac4b4977 SHA1: dbc35a6da93aafcf99ad97bff94a6477da9ff517 SHA256: f65d23691566ad908b23ded57f3384d7018506554e8817ed6b9fbefddaba1a29 SHA512: 7c74633f2eccd709767e03bc6aa14da48a17678d473aa2381e9b64e5a99758ed4c35039102eedf5b2d3c118cc97fee65ef1209c8449f59ef29b73c8cf2cff095 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+apertis0bv2024dev2b3) Version: 4:12.2.0-3+apertis0bv2024dev2b3 Depends: cpp-i686-linux-gnu (= 4:12.2.0-3+apertis0bv2024dev2b3), gcc-i686-linux-gnu (= 4:12.2.0-3+apertis0bv2024dev2b3), 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+apertis0bv2024dev2b3_amd64.deb Size: 1096 MD5sum: e98e1744fee02f9d28082fc48f2970a2 SHA1: 8fd32a88fd6a7a7c1b94266ba3ddc1792d298a38 SHA256: fabd0a08cb9939c1324708f0ab1e66b5d25960945d873b1f13d71677d003d92f SHA512: bbae47131cdf0fc0580de5218fac94908d51aba8e68218ebce1c2eab4e0247ab8a06017e4e874444aea1a8385d01b96b70bd85ab03ca1d5df1f14d476a735927 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+apertis0bv2024dev2b3) Version: 4:12.2.0-3+apertis0bv2024dev2b3 Depends: cpp-s390x-linux-gnu (= 4:12.2.0-3+apertis0bv2024dev2b3), gcc-s390x-linux-gnu (= 4:12.2.0-3+apertis0bv2024dev2b3), 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+apertis0bv2024dev2b3_amd64.deb Size: 1096 MD5sum: 102d3436a083f24b9c8400c705111ece SHA1: 9b2592b8665f9f6d122292a68358a7a002f8c2d5 SHA256: 46a71c610ea4b6983395fcec5199d6c61345a31f6f7d89e3e52eeed449dc45b8 SHA512: 812001d2d2255c69a40713058d96fc8df32144b73b76e4b737eac96ebd097ce3a6836bfc2a250d1d9384011d9f12a58623b7e9358e3d97b80c601a6796e9b8e3 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+apertis0bv2024dev2b3) Version: 4:12.2.0-3+apertis0bv2024dev2b3 Depends: cpp (>= 4:12.2.0-3+apertis0bv2024dev2b3), gcc (>= 4:12.2.0-3+apertis0bv2024dev2b3), gcc-12-offload-amdgcn (>= 12.2.0-1~) Filename: pool/development/g/gcc-defaults/gcc-offload-amdgcn_12.2.0-3+apertis0bv2024dev2b3_amd64.deb Size: 1172 MD5sum: 1b848c13554510132364349d06f9aec0 SHA1: 2473a4d6bdab16b697b0700452b40806524ec195 SHA256: 8f36e3673ba98568d74cb1fcf68d988943d81649e8083cba63ad1f8f04c19c0a SHA512: 541e24c4ffb9b54dd426ddf8479436eaa99c32c667d442e8a63461a4885d5c0bf9ecc61aea28fd0025d502974271cfe4563ace77637b3475ac15a92dac33497b 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+apertis0bv2024dev2b3) Version: 4:12.2.0-3+apertis0bv2024dev2b3 Depends: cpp (>= 4:12.2.0-3+apertis0bv2024dev2b3), gcc (>= 4:12.2.0-3+apertis0bv2024dev2b3), gcc-12-offload-nvptx (>= 12.2.0-1~) Filename: pool/development/g/gcc-defaults/gcc-offload-nvptx_12.2.0-3+apertis0bv2024dev2b3_amd64.deb Size: 1228 MD5sum: 61d34c9078497f57f1ef0b13a930b4ed SHA1: b82f798312247f46c76545c29a344cbe0a481474 SHA256: d3c6d1938fa69a43ccae9ffa6fb4e70f668d9e7a146002ebae46053855a7a71d SHA512: eecefc64fa81eaabd57a809f15b95c40622382efc7bfcecd885cc31a3db468473197938217b58325f95a95fc4f0242b8157912e309293090070a2cc58d635b1f 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+apertis0bv2024dev2b3) Version: 4:12.2.0-3+apertis0bv2024dev2b3 Depends: cpp-powerpc64le-linux-gnu (= 4:12.2.0-3+apertis0bv2024dev2b3), 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+apertis0bv2024dev2b3_amd64.deb Size: 1508 MD5sum: e92c850ee0c7c04516e1067999a499e8 SHA1: d66f37dcd3b0bd0c62f9c81fbe14cb3f5b3103b6 SHA256: bbe379c8ed4068e801449ad64ca38254815b71d674fc2673836dc54b2764acfc SHA512: 4e4da7e0d89d289188267aa1767cf18da5826ea1ab9e19fffb928a85a9a99c7a8bec1b0316390fc8ab2b897b769a9e8a8c565c8fc6aefeb707ef6ed859c949fb 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+apertis0bv2024dev2b3) Version: 4:12.2.0-3+apertis0bv2024dev2b3 Depends: cpp-s390x-linux-gnu (= 4:12.2.0-3+apertis0bv2024dev2b3), 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+apertis0bv2024dev2b3_amd64.deb Size: 1488 MD5sum: 5ab42e60635a2bbe1c151032053f4105 SHA1: 6aed13911dc08ec230075d5cd7cc2683a855d18d SHA256: c4b9aa3a9287b01f1c0ec3920cec46699a41458a50d9a59b5d0b20ed1a062422 SHA512: 82f705dbefec806a88fcd8bea51f1b3a4b83db1b01ad479b4d0282ab242e8d0ae4545fef06f42baa51f234ef655c948af6a6fda0718ad4f2deafbe3b32755c7f 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: gccgo Priority: optional Section: devel Installed-Size: 12 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.203+apertis0bv2024dev2b3) Version: 4:12.2.0-3+apertis0bv2024dev2b3 Provides: go-compiler Depends: cpp (>= 4:12.2.0-3+apertis0bv2024dev2b3), gcc (>= 4:12.2.0-3+apertis0bv2024dev2b3), gccgo-12 (>= 12.2.0-1~) Suggests: gccgo-multilib Filename: pool/development/g/gcc-defaults/gccgo_12.2.0-3+apertis0bv2024dev2b3_amd64.deb Size: 1220 MD5sum: 0de00aecc83a921b14dc41ad6111f11c SHA1: ead5e07e599bc9381099439aa58e0d9934e5909e SHA256: 29aeedb26cc33ec2a2283870e4a6f7d81904b7195479098cee83edd1f8a58966 SHA512: b51303d9a6b9ac48e30b8839e44cc9ffbf67e006c8cda92b3c4dd66c1209729093bee45dbf34d7519289f426646857499e1dd7797bd29a1699cf4cab35a0a602 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-12-aarch64-linux-gnu Priority: optional Section: devel Installed-Size: 31235 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-12-cross (15+apertis0bv2024dev2b2) Version: 12.2.0-14+apertis1bv2024dev2b2cross1 Depends: gcc-12-aarch64-linux-gnu-base (= 12.2.0-14+apertis1bv2024dev2b2cross1), gcc-12-aarch64-linux-gnu (= 12.2.0-14+apertis1bv2024dev2b2cross1), 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+apertis1bv2024dev2b2cross1_amd64.deb Size: 9448472 MD5sum: a69eaa7857258c3f299d351031368121 SHA1: 5c951287f83a55e0d2121266b02f700cfda0982d SHA256: f8b0639c54fa950f6d10e67d928d720198c22fa4cd9de91725ee0b2dbf14c726 SHA512: ff77d8fc83d58cfd25b427e30fa2f94a45efd470390aee04a7e9c8bb5c6b41ea8a7778c4ce15b79f962033f6bc05aa2d9f01356a4ed0e0081df641d236c6a524 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+apertis1bv2024dev2b2) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: gccgo-12-arm-linux-gnueabi Priority: optional Section: devel Installed-Size: 27918 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-12-cross (15+apertis0bv2024dev2b2) Version: 12.2.0-14+apertis1bv2024dev2b2cross1 Depends: gcc-12-arm-linux-gnueabi-base (= 12.2.0-14+apertis1bv2024dev2b2cross1), gcc-12-arm-linux-gnueabi (= 12.2.0-14+apertis1bv2024dev2b2cross1), 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+apertis1bv2024dev2b2cross1_amd64.deb Size: 8956504 MD5sum: a949875c5d4f02a6141658a2237b2e86 SHA1: b8871e4eac16e270af2411aec686cddfe8165956 SHA256: 9aaf8c5892ef54aad24d07c1a9f49202d53c8afe30b0f9adfff983dde763e334 SHA512: 1d4864ac7b9065d7d80df5c4c882cb3ecb912aabe0add5e9f94f6508a90ae566f7640dca8fe2c4c655e23867ebfe591679bd31007bb8ef1361144699a61e3b32 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+apertis1bv2024dev2b2) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: gccgo-12-arm-linux-gnueabihf Priority: optional Section: devel Installed-Size: 27918 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-12-cross (15+apertis0bv2024dev2b2) Version: 12.2.0-14+apertis1bv2024dev2b2cross1 Depends: gcc-12-arm-linux-gnueabihf-base (= 12.2.0-14+apertis1bv2024dev2b2cross1), gcc-12-arm-linux-gnueabihf (= 12.2.0-14+apertis1bv2024dev2b2cross1), 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+apertis1bv2024dev2b2cross1_amd64.deb Size: 8955840 MD5sum: 58345ead820a9747b5e308b6b4718201 SHA1: c387f4d46837f456bb3e8f41668ac7d714104d08 SHA256: 7acaf10d95109bb92fe8d4ffdfea811d0239416073122b04e9f1fc3837dd2ca5 SHA512: 43127f2c008c6ec30fa3474d65a47f51a2a0f8db9abc9c2761491fca65d057d8f12705d32e28181ecb2c88297698d87c0c7fbfbc51e7f5631596131bb3bd908e 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+apertis1bv2024dev2b2) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: gccgo-12-i686-linux-gnu Priority: optional Section: devel Installed-Size: 35006 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-12-cross (15+apertis0bv2024dev2b2) Version: 12.2.0-14+apertis1bv2024dev2b2cross1 Depends: gcc-12-i686-linux-gnu-base (= 12.2.0-14+apertis1bv2024dev2b2cross1), gcc-12-i686-linux-gnu (= 12.2.0-14+apertis1bv2024dev2b2cross1), 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+apertis1bv2024dev2b2cross1_amd64.deb Size: 10072068 MD5sum: 1f81dd5bd0f0d215fb27e7b646898db6 SHA1: 167cf5426f7568661e0054aa924c2207197a9306 SHA256: 9a495b95e5e6d27f810f2e59dffecd7157ed6e6cf6d16f92b07613ec01f5f477 SHA512: 719b3cbce4d41be03f910cd9a1f9e960e0382574dec614cbdb41f88411e0600c3d54a09b821ef0e8f5fac72197e8e00ea54d7672dcae0e7523f1e32d607cee31 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+apertis1bv2024dev2b2) 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+apertis0bv2024dev2b2) Version: 12.2.0-14+apertis1bv2024dev2b2cross1 Depends: gcc-12-i686-linux-gnu-base (= 12.2.0-14+apertis1bv2024dev2b2cross1), gccgo-12-i686-linux-gnu (= 12.2.0-14+apertis1bv2024dev2b2cross1), gcc-12-multilib-i686-linux-gnu (= 12.2.0-14+apertis1bv2024dev2b2cross1), lib64go-12-dev-i386-cross (>= 12.2.0-14+apertis1bv2024dev2b2cross1), libx32go-12-dev-i386-cross (>= 12.2.0-14+apertis1bv2024dev2b2cross1) Filename: pool/development/g/gcc-12-cross/gccgo-12-multilib-i686-linux-gnu_12.2.0-14+apertis1bv2024dev2b2cross1_amd64.deb Size: 1316 MD5sum: 302cfa1a274be529e32c6516882f5df9 SHA1: 96685b27363d7d0fc8c27bbd2e3544c9496d6ce2 SHA256: dc9feb41a743ae71686173123d66fc92008179b3b7e20013b69ff2b02def48fc SHA512: 3e0155931c1630ae6a14907dbd529276c5e53ba594f2b6b96fcd68249936435cc4cb3708d15c91671ca994b5964e73fb92ba8ae64c3e212d2188c3f276cb5d97 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+apertis1bv2024dev2b2) 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+apertis0bv2024dev2b3) Version: 4:12.2.0-3+apertis0bv2024dev2b3 Depends: cpp-aarch64-linux-gnu (>= 4:12.2.0-3+apertis0bv2024dev2b3), g++-aarch64-linux-gnu (>= 4:12.2.0-3+apertis0bv2024dev2b3), 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+apertis0bv2024dev2b3_amd64.deb Size: 1256 MD5sum: 3262bca1d827028e684dcb1bb1ed2703 SHA1: d6f483247f27e555363cac9b9ad48eff32de71ee SHA256: 2961638698cf70d288c65a6c0d88f4f3bc485460e247e76f586daf72b89ed6e0 SHA512: 71a6f747c0ae57b650a845a9fe4182a9c1accde9c77ede1c372efb06325c9a75caea3b05fc1f4c7f1c9f3e32b215648e22efc1a939b970069beb154bc18ab330 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+apertis0bv2024dev2b3) Version: 4:12.2.0-3+apertis0bv2024dev2b3 Depends: cpp-arm-linux-gnueabi (>= 4:12.2.0-3+apertis0bv2024dev2b3), g++-arm-linux-gnueabi (>= 4:12.2.0-3+apertis0bv2024dev2b3), 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+apertis0bv2024dev2b3_amd64.deb Size: 1252 MD5sum: 5447689fabf2a654ab01afac1e7110b9 SHA1: a97931f35e50a30b27a4c93648a5289139ede9ae SHA256: c3e036712feedd1c2c4ed8a682bc597152dc26201962c779733507e9ec41453c SHA512: eeb656c16a32eff56d41fa409195757dcc0a178777ea6d4410aecb83fdef7c88163c7e26e2b7e74000684f8aeb3957e23e56372974c9467b4fd44ed0f965db8d 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+apertis0bv2024dev2b3) Version: 4:12.2.0-3+apertis0bv2024dev2b3 Depends: cpp-arm-linux-gnueabihf (>= 4:12.2.0-3+apertis0bv2024dev2b3), g++-arm-linux-gnueabihf (>= 4:12.2.0-3+apertis0bv2024dev2b3), 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+apertis0bv2024dev2b3_amd64.deb Size: 1256 MD5sum: dbf972fbc9f5dff921b5bc593a3f3c79 SHA1: a0e0953ee96d8874c3fb46eea60e8844c6b8492c SHA256: 5178a7ec2af6e893eb233e138650e784e58e05b70790c5baefa8eed2604acc2e SHA512: b74cd11b27d2c5f54f09d5a7821f75b2aec0f07b5a4974c2daaf83586bdd7d71cf3cd70443eaf83be2d59b297bfaf61c569eb1a79adb9b251b8edaa30a4ed563 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+apertis0bv2024dev2b3) Version: 4:12.2.0-3+apertis0bv2024dev2b3 Depends: cpp-i686-linux-gnu (>= 4:12.2.0-3+apertis0bv2024dev2b3), g++-i686-linux-gnu (>= 4:12.2.0-3+apertis0bv2024dev2b3), 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+apertis0bv2024dev2b3_amd64.deb Size: 1256 MD5sum: 6badaa7c7734121e093ef1aa505e01f4 SHA1: 1c6ff35b7e89170128786c48590b37a27ad0ba22 SHA256: ecff3219c8a3aeb84aefa0dd32c5c73fa2c0382d3545158a6d6c3b5da760f0e3 SHA512: 51cf1aaea09ec805416e96c6b5b51622c92c7531720820ed774dc550ab57f51570c3e24715035497c30a86de9f344964c8f1fae1dda90041f5c24a0d48c85ed7 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+apertis0bv2024dev2b3) Version: 4:12.2.0-3+apertis0bv2024dev2b3 Depends: cpp (>= 4:12.2.0-3+apertis0bv2024dev2b3), gcc-multilib (>= 4:12.2.0-3+apertis0bv2024dev2b3), gccgo (>= 4:12.2.0-3+apertis0bv2024dev2b3), gccgo-12-multilib (>= 12.2.0-1~) Filename: pool/development/g/gcc-defaults/gccgo-multilib_12.2.0-3+apertis0bv2024dev2b3_amd64.deb Size: 1064 MD5sum: 93366114483f8f7a16c4094391a9d76d SHA1: a6497fdefd4c359e9fb3e01bae8a5a2ef6b2231c SHA256: 43fb4d1f41e25f15ed2a1f1cc7a0ab07b83314a7f294dde3c4150776eaa71aa3 SHA512: dd9ddaeca0309c5a1cc0884e64dfef503067fa9fc96e6b1b8277387760ad3f0b21b31ffdd136d5efb214a26b39acb5d71f645a097d55aad6ba5b85b3474590c7 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+apertis0bv2024dev2b3) Version: 4:12.2.0-3+apertis0bv2024dev2b3 Depends: cpp-i686-linux-gnu (>= 4:12.2.0-3+apertis0bv2024dev2b3), g++-multilib-i686-linux-gnu (>= 4:12.2.0-3+apertis0bv2024dev2b3), gccgo-i686-linux-gnu (>= 4:12.2.0-3+apertis0bv2024dev2b3), 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+apertis0bv2024dev2b3_amd64.deb Size: 1092 MD5sum: 729dbd07d7380585dd6e66f7bbd5fea5 SHA1: ead63897719da91b43714c1eaf5ea145c7f59f58 SHA256: c2a246827a0b42a79916a67d1acbfd741b531a887c5a996e147d942c2d74c484 SHA512: f209aad94a4dc31edc82d42d3d0ca84d97f482c96ed71440f9ecc53a314b69dc43033d6dc94b9aa30ed53e478da8cc582eb82d06c62aed65380be585c02289bf 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+apertis0bv2024dev2b3) Version: 4:12.2.0-3+apertis0bv2024dev2b3 Depends: cpp-s390x-linux-gnu (>= 4:12.2.0-3+apertis0bv2024dev2b3), g++-multilib-s390x-linux-gnu (>= 4:12.2.0-3+apertis0bv2024dev2b3), gccgo-s390x-linux-gnu (>= 4:12.2.0-3+apertis0bv2024dev2b3), 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+apertis0bv2024dev2b3_amd64.deb Size: 1092 MD5sum: c8d7ab987920f117af82af5be4b296f9 SHA1: 2847ae18a4d408dfa866640ce8f19ee2d4990d59 SHA256: 3f141adb99428939ee9c119378edb8179fc3f42b6da0a9e34fc01a4de56a61e2 SHA512: 259d0bcbe8be5c1f10a7645932ec2b61d474cefb66d48811e2a743ee3cefa6cc50c2a2ab9a08fd94f6e4181e5b60a0af78f570e2078f1c86e4e449e4166696c3 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+apertis0bv2024dev2b3) Version: 4:12.2.0-3+apertis0bv2024dev2b3 Depends: cpp-powerpc64le-linux-gnu (>= 4:12.2.0-3+apertis0bv2024dev2b3), g++-powerpc64le-linux-gnu (>= 4:12.2.0-3+apertis0bv2024dev2b3), 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+apertis0bv2024dev2b3_amd64.deb Size: 1264 MD5sum: f222dd93efcb46e81480fe05d12bddc8 SHA1: a8e105c428a804085874492d9b46d6c6c6f6611c SHA256: b5dc3438c8eba7e0646b8ca6774e9ad70e71a59e0cc0c59e64443605deb450ef SHA512: d240c78e7ee044baa0e1b13905faaaa0259e9854ba6aabe12bc0c7da0246b98ed5abed5563ed4bdbb6816271b6460bcf4af8c481ad2a3b7e0fd3d1e6d167f4ca 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+apertis0bv2024dev2b3) Version: 4:12.2.0-3+apertis0bv2024dev2b3 Depends: cpp-s390x-linux-gnu (>= 4:12.2.0-3+apertis0bv2024dev2b3), g++-s390x-linux-gnu (>= 4:12.2.0-3+apertis0bv2024dev2b3), 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+apertis0bv2024dev2b3_amd64.deb Size: 1256 MD5sum: eae248981dda3aa0c25c384c8ac8e602 SHA1: 8248027136b0d328e9ed2a0ce0bb57ae43dd7222 SHA256: 2ff247b691315485c94815958c72d0896a433bdfc4eee0085b6988f8c645d9d0 SHA512: 8087e18d820f9bef6b358a3458b2c1b3b92ad15c7d21232b65f73c66283690eaa221e9886f76c593542b9ff6be977954afd557af69ac03d24ff14823da3cbe70 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: 11660 Maintainer: Héctor Orón Martínez Architecture: amd64 Version: 13.1-3+apertis0bv2024dev2b1 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+apertis0bv2024dev2b1_amd64.deb Size: 3985744 MD5sum: b7f7cc5ccfacbf125425daedcdbef36f SHA1: e71e277794e675ec8fdad6eb8320957a60586bfd SHA256: 2f541ee4e08ec0c71a0866725b39941b8063738c9593b2a27d2c40c8ff8a1b2b SHA512: 99251c278ac0315030f971468f1787be598ab6f9bcb10e3c237001ab7d724b6aec1aeb5f9224d74139bec89c03a5c4d27ab39f80e5449359057a5f92d48622a5 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: 40814 Maintainer: Héctor Orón Martínez Architecture: amd64 Source: gdb Version: 13.1-3+apertis0bv2024dev2b1 Replaces: gdb-dbg (<< 7.12-1~) Depends: gdb (= 13.1-3+apertis0bv2024dev2b1) Breaks: gdb-dbg (<< 7.12-1~) Filename: pool/development/g/gdb/gdb-dbgsym_13.1-3+apertis0bv2024dev2b1_amd64.deb Size: 40147816 MD5sum: b668c39ce7302754b59307780cc13b28 SHA1: 58a505028863360e0f3f38752a4a9523a038eea1 SHA256: ff44dbf4a16da29bcbcc47ca617186c344154c914de4c19c8c73a55c2ca7a214 SHA512: 0aeb645bec61568eadd7f828ec039c1086a2d0573475e6e82a16ac2185e89dd3dd6e254492c53d795b0f3b3b8823de0c9b1081977b9e73427bcc8153ba48fd71 Description: debug symbols for gdb Auto-Built-Package: debug-symbols Build-Ids: 48a551f1b5856ea3ff86cdd29471f3846f09d2f0 Package: gdb-minimal Priority: optional Section: devel Installed-Size: 9928 Maintainer: Héctor Orón Martínez Architecture: amd64 Source: gdb Version: 13.1-3+apertis0bv2024dev2b1 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+apertis0bv2024dev2b1_amd64.deb Size: 3266740 MD5sum: 625712efd906b4862a1608c7fd14d6ee SHA1: 1ea1014a360382905659badf56584b62db5a9126 SHA256: 9fe3c0cfbfe369a31a60ea4bc92c17333e9e94ea99fd6c17a44eb276c10ca248 SHA512: 1f58ba6e4b615abc0d4d338978f19aedd9456476b680f5afa59346eec162d5d9c558ec259813d858312e20a1dea366bdd2851b160d63dde6394a2028e5ccecb5 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: 36981 Maintainer: Héctor Orón Martínez Architecture: amd64 Source: gdb Version: 13.1-3+apertis0bv2024dev2b1 Depends: gdb-minimal (= 13.1-3+apertis0bv2024dev2b1) Filename: pool/development/g/gdb/gdb-minimal-dbgsym_13.1-3+apertis0bv2024dev2b1_amd64.deb Size: 36364760 MD5sum: 56dc8ed12187a585a6218b9e9f86c2ef SHA1: c4cfa5579fa2bba3142c52789450ef5e69a04c4a SHA256: f44a149a7554fcb92e0401bebe659d46050c3074cd99f96929d00987aa75a73e SHA512: 8b2e03ddaa0edc5d81446d38540da023d598c482d1b96fbb46c79e96dd4f2659041862bbee48f4155d8b368b9c304dbbb67ca7bbf88aba912ac664c9d6e72a57 Description: debug symbols for gdb-minimal Auto-Built-Package: debug-symbols Build-Ids: 424f05a6085134302de6dcd0a63b20d39f4830ee Package: gdb-multiarch Priority: optional Section: devel Installed-Size: 18183 Maintainer: Héctor Orón Martínez Architecture: amd64 Source: gdb Version: 13.1-3+apertis0bv2024dev2b1 Provides: gdb-arm-none-eabi Depends: gdb (= 13.1-3+apertis0bv2024dev2b1), 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+apertis0bv2024dev2b1_amd64.deb Size: 4292408 MD5sum: 4333b0ae085e3c74501361be9402aa28 SHA1: 24594cff051c52e367a41ba2a58fb59c6b1c8d29 SHA256: 9a3afb243e2b5dd13ef2cc5d9016ce25c9abad8613b2a17bb087b61b10d3bc92 SHA512: bd1320833ff8114bf357a487cb5672cca8887e6c703a61731871f9f05fbd4f2bdc90cc1679bee18571d8f188aebd914fa59361e5750560698f31d6b5141e971a 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: 44597 Maintainer: Héctor Orón Martínez Architecture: amd64 Source: gdb Version: 13.1-3+apertis0bv2024dev2b1 Depends: gdb-multiarch (= 13.1-3+apertis0bv2024dev2b1) Filename: pool/development/g/gdb/gdb-multiarch-dbgsym_13.1-3+apertis0bv2024dev2b1_amd64.deb Size: 43662584 MD5sum: 275256637005e2029c471a69ce6c6479 SHA1: cb9a002afe7f2901a082d4370c31ff24f24dd367 SHA256: f99144a2d484770e6d81a6b4de1d4e0e1b27f185ee118b304a2406d5c05df094 SHA512: 10c4463ab4562bbd533058102c9eca8dad936c76b590cf882420dd34986bebb0055647d35ecb756f3e6dbe0b55a72398d51d2869616083da5132feeab1f80d79 Description: debug symbols for gdb-multiarch Auto-Built-Package: debug-symbols Build-Ids: f1b333ca6febfd32d707c2395de50ce1d91c8521 Package: gdb-source Priority: optional Section: devel Installed-Size: 23467 Maintainer: Héctor Orón Martínez Architecture: all Source: gdb Version: 13.1-3+apertis0bv2024dev2b1 Filename: pool/development/g/gdb/gdb-source_13.1-3+apertis0bv2024dev2b1_all.deb Size: 24010684 MD5sum: ae05d2eda7df3bedeaffff7f27ffe59d SHA1: fb50b9fc7103212c315983f866b1bdc91ccd360f SHA256: e4247c9d6a3a82e02034968d922985e5922ae1cd0e36a769e01ec359d62dd71e SHA512: 5eedb2afddf558b273f791b75248d35ea013d0458308558efd8a8ec0cd61025593d9b8064b3a953b803b0935ef4b476896756f452ba5b03b92f3e2592f0d18a7 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+apertis1bv2024dev2b1 Replaces: libgdbm4 (= 1.12-2) Filename: pool/development/g/gdbm/gdbm-l10n_1.23-3+apertis1bv2024dev2b1_all.deb Size: 90452 MD5sum: 6760109af4bb8f1b89bb673885df9cec SHA1: 4afae691ca2bacce798833e398c98b34a210e321 SHA256: fce2e79f76ae6dfe33f9a986c2ae170488794d5b1968260cfd1b8bf8222e586d SHA512: 7a91497417f789359912189f8c4d1fca83558614ccb0025e76d567de13490a5efb00f6a134a3e75020ba7af80eafb77ed4cb048f59b6f951953cf8b61026c32f 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: 630 Maintainer: Nicolas Mora Architecture: amd64 Source: gdbm Version: 1.23-3+apertis1bv2024dev2b1 Depends: libc6 (>= 2.34), libgdbm6 (>= 1.21), libreadline8 (>= 6.0) Suggests: gdbm-l10n (= 1.23-3+apertis1bv2024dev2b1) Filename: pool/development/g/gdbm/gdbmtool_1.23-3+apertis1bv2024dev2b1_amd64.deb Size: 162580 MD5sum: 6fadafb7c1a520ab337203e688c0f25d SHA1: 073e6fbb8f66c876edcd3ff5519283cd997ce423 SHA256: b704981bc36efb4c115b30fc46cf1e592866870ff4b5cc5b2c14b3dd62846d73 SHA512: 531ecc01aff055cbcd083ad186f4a4df7e1d80ad8baa785ea4bd71d27283cac241c209a82b654640c67152fc4d96d8d0facbb7175bcc39fccbded3c2f07d8818 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+apertis1bv2024dev2b1 Depends: gdbmtool (= 1.23-3+apertis1bv2024dev2b1) Filename: pool/development/g/gdbm/gdbmtool-dbgsym_1.23-3+apertis1bv2024dev2b1_amd64.deb Size: 569068 MD5sum: 637b9ef92bdcae19f96b7cd799f5b612 SHA1: 60c7b2a51c6f3bb8cdc858b47559ecfcb9e70d62 SHA256: a00629bbe76556c663c3e984c407814894dcd9d9ca0dab29a15acafbbf4acce0 SHA512: ec3c15dd7491a2b96f5239365274f797bc9bf4aab44640ecd5d493f4295ad733775595570620dfebe5ebc3233ac3f27a9da52f20955153cb0de3b617625c3250 Description: debug symbols for gdbmtool Auto-Built-Package: debug-symbols Build-Ids: 023969b31dd8e95d1b1866bed9f1f273492c48ae 1e59133a4a7608214fef8b818cc5309e001f25c6 2c0e396517f0c2ca0aaefc3fd0a41a3f841a978c 88710c33637b11d3aef644328f222038f0120f6b 9adf889b59e517a763109ba61d34bf470d5008dd d887cc71c0dbdc31f06a95f2766f85b29ae0d3a6 Package: gdbserver Priority: optional Section: devel Installed-Size: 834 Maintainer: Héctor Orón Martínez Architecture: amd64 Source: gdb Version: 13.1-3+apertis0bv2024dev2b1 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+apertis0bv2024dev2b1_amd64.deb Size: 396172 MD5sum: eba5bafaf6a5b7aaa3ebf2c156c57660 SHA1: 246704eeb55d31e63882107b3de847eb4dda48f4 SHA256: 61e981d19727c62d8e3565db94e0225ec76b9bda553654c8545b491754190a69 SHA512: 66495775e2f4bb3b97f7852c4dc976b0420272788b02d62900ed09035ece036c7d4120e078f2c4558be41f83f9efa8dc7c1810578a4c61429739e7e6b9356439 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+apertis0bv2024dev2b1 Depends: gdbserver (= 13.1-3+apertis0bv2024dev2b1) Filename: pool/development/g/gdb/gdbserver-dbgsym_13.1-3+apertis0bv2024dev2b1_amd64.deb Size: 2010464 MD5sum: 484c3fa68f00314b3d0a6eb92e5d08e1 SHA1: ffaad59d5b8668f63a75fc7e47705d8824ce2fa7 SHA256: ab24f998fee56d9a425da28d5f7e7c497ae53ce53cb01e4517fef5cc9fe2ece9 SHA512: 40719cc204031ff6c7104b62f5d2d83181334b12213bb53d6ddb1b5723a6899654fa7c6ca33a6d4c24642b2eb3f5040d11101bd57719d58fe1c748478a927371 Description: debug symbols for gdbserver Auto-Built-Package: debug-symbols Build-Ids: 4983ec64769fc7112465b999e584af062300f728 7894cc25e0f3008b6431570e576730820235d4e3 Package: gdc Priority: optional Section: devel Installed-Size: 29 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.203+apertis0bv2024dev2b3) Version: 4:12.2.0-3+apertis0bv2024dev2b3 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+apertis0bv2024dev2b3) Filename: pool/development/g/gcc-defaults/gdc_12.2.0-3+apertis0bv2024dev2b3_amd64.deb Size: 6984 MD5sum: 5c3c1ad058e88aed87f20a2c47a46e3b SHA1: 60be4f5701a8fe2283203593179bd372e7dcbff9 SHA256: aa0919f99395197541ebcedd6b2b31c4c858f36d4593d285f299cce779df55e2 SHA512: 05b8f9330718028e0670bdcec7f9739dbe41f6cd9a8aefde1de00458d81f3f17121689d0cd883f357f7166448b7415753a3714ecfc843727a7f7a23c13c8060a 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-12-aarch64-linux-gnu Priority: optional Section: devel Installed-Size: 34611 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-12-cross (15+apertis0bv2024dev2b2) Version: 12.2.0-14+apertis1bv2024dev2b2cross1 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+apertis1bv2024dev2b2cross1_amd64.deb Size: 10615368 MD5sum: 71ce350b381fbc29231e872f48b3a230 SHA1: 4c5d3de5d65d648993bc5a1ea81f49d901d9b2e9 SHA256: e95a7971f2aa1c0c6f0710cd0e5e6b6e7c2d1466ce5f4a8101729618db245ccc SHA512: 83d2178a84385a13496cbf15c9daa7e3d8f1fd459b29cd5200aad9f4d05b7d8d9c9b178223642a8900b1fcbb89c65b8f19a1b7df0bc7b89f68193ae18e5bde6f 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+apertis1bv2024dev2b2) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: gdc-12-arm-linux-gnueabi Priority: optional Section: devel Installed-Size: 31359 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-12-cross (15+apertis0bv2024dev2b2) Version: 12.2.0-14+apertis1bv2024dev2b2cross1 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+apertis1bv2024dev2b2cross1_amd64.deb Size: 10128960 MD5sum: 00b9eb529b841869d278e7e5e2c02b31 SHA1: b69d3ce32af1a2490d5ef342cdfd72e22cb16a21 SHA256: 347f2a4c2379d6d1f39ca0de62e5f8ae897b4177ed03a9de50f4b4b04141fcc3 SHA512: 0d37fd15140080a26808d3e675983ef45a3016c2fa715f9f957d59e8489caf3770ec93760085745f448111433d331e8451f92715eb8d1ec003219c91edbeb025 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+apertis1bv2024dev2b2) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: gdc-12-arm-linux-gnueabihf Priority: optional Section: devel Installed-Size: 31359 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-12-cross (15+apertis0bv2024dev2b2) Version: 12.2.0-14+apertis1bv2024dev2b2cross1 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+apertis1bv2024dev2b2cross1_amd64.deb Size: 10130132 MD5sum: e833d3bb00d3e3b6ca5ba16c7a47bdc8 SHA1: 082af91822fb7dd1c086be657c309310dc3e4a73 SHA256: 0e87eca2956b340d7158b0faa204d969a481e8951dc100f3fa0b58cebaea2c6e SHA512: a202a07bd37ef8b0f5e3f208df000aa864aa7ad76f138ddd0bc7ab372b3b7d08dd4d047c54a45d7343531fcd5d2c7d9d84f61ffefb00af9931c4057e5dbe2ce9 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+apertis1bv2024dev2b2) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: gdc-12-i686-linux-gnu Priority: optional Section: devel Installed-Size: 38378 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-12-cross (15+apertis0bv2024dev2b2) Version: 12.2.0-14+apertis1bv2024dev2b2cross1 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+apertis1bv2024dev2b2cross1_amd64.deb Size: 11236232 MD5sum: e82c930fceff8ad755e6de3e62e0a3d6 SHA1: 85808b14736371f2ba5e9af07497ea2c2c9692b9 SHA256: 5f92b8a479d088d41ed0fc50ceda34384748aab93eb57807fc9938a475d92d75 SHA512: 870f503038ca6857daea43adac6f8945af9d23a245fb56e8623b1a245f871655a63a8f100f7b5f562cf551ae7826c59d8109370b76a1e3b9d2f19f6bcef0c213 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+apertis1bv2024dev2b2) 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+apertis0bv2024dev2b2) Version: 12.2.0-14+apertis1bv2024dev2b2cross1 Depends: gcc-12-i686-linux-gnu-base (>= 12), gdc-12-i686-linux-gnu (= 12.2.0-14+apertis1bv2024dev2b2cross1), gcc-12-multilib-i686-linux-gnu (= 12.2.0-14+apertis1bv2024dev2b2cross1), lib64gphobos-12-dev-i386-cross (>= 12.2.0-14+apertis1bv2024dev2b2cross1), libx32gphobos-12-dev-i386-cross (>= 12.2.0-14+apertis1bv2024dev2b2cross1) Filename: pool/development/g/gcc-12-cross/gdc-12-multilib-i686-linux-gnu_12.2.0-14+apertis1bv2024dev2b2cross1_amd64.deb Size: 1192 MD5sum: 74b7a14487deb954ea0acb90efd77631 SHA1: f5f8f0cef46cb5ba7efcc6fd1581bb63bd1848e3 SHA256: d831c42d101b1206f252094ecdff52bf27ed7850ee517571a005c16994e50ceb SHA512: aca6fc8fccfcb782bee0530f1c07fabe78db0b2f2317f7b5b8853f35f2bba3b35df70fed1a65e0c7c6d41f274963fb2d081a78e4051e464d0ca54db5a09a4285 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+apertis1bv2024dev2b2) 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+apertis0bv2024dev2b3) Version: 4:12.2.0-3+apertis0bv2024dev2b3 Depends: cpp-aarch64-linux-gnu (>= 4:12.2.0-3+apertis0bv2024dev2b3), gdc-12-aarch64-linux-gnu (>= 12.2.0-1~) Filename: pool/development/g/gcc-defaults/gdc-aarch64-linux-gnu_12.2.0-3+apertis0bv2024dev2b3_amd64.deb Size: 1144 MD5sum: 3217f80afe2337289b31d59457980533 SHA1: eb0d5be2374600fabe736e0c41588e1d0c2bea2d SHA256: fc4552bdcfbf602b507d1cad0b7d8fcaefcbda9c6aa9b0a06107bd237d32267f SHA512: 00a2215b45007ecca56fd78cf846fe70712d8314d49da7044440cbb9e5c7073a8c03e2b4fc7450d179f877c9d79de868da481fef10f4ac046eb8971774b045d4 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+apertis0bv2024dev2b3) Version: 4:12.2.0-3+apertis0bv2024dev2b3 Depends: cpp-arm-linux-gnueabi (>= 4:12.2.0-3+apertis0bv2024dev2b3), gdc-12-arm-linux-gnueabi (>= 12.2.0-1~) Filename: pool/development/g/gcc-defaults/gdc-arm-linux-gnueabi_12.2.0-3+apertis0bv2024dev2b3_amd64.deb Size: 1140 MD5sum: cbfdd7f1adc6667f685fe44b2685981c SHA1: bf5fb9df48c5f6e0f41f10fee04939bd4429652d SHA256: 6e9654ed5f5293f5824a99ecbf874a58cb5b669a80fae6a059a24d83b8f7cce9 SHA512: b5ad9f8b117191f87cd831824f39402ee827a47967addf58ebe79c568d5a41bdec407ed7979db0fcd13fb4f593816c62e5f16b18474e41936293bb36c1d18f2c 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+apertis0bv2024dev2b3) Version: 4:12.2.0-3+apertis0bv2024dev2b3 Depends: cpp-arm-linux-gnueabihf (>= 4:12.2.0-3+apertis0bv2024dev2b3), gdc-12-arm-linux-gnueabihf (>= 12.2.0-1~) Filename: pool/development/g/gcc-defaults/gdc-arm-linux-gnueabihf_12.2.0-3+apertis0bv2024dev2b3_amd64.deb Size: 1152 MD5sum: 09895d08ea8c1c0c519979e5ffd8abcd SHA1: e87cc3e349b97008e939bda9be599b4ccc132cee SHA256: 46ef1183b6ece26b33d16207029d356531c84ab710721a8dc85ea268eed3c7ed SHA512: 5d8b8375d1cf4a899c14e9e3055dcdfa3878741bd4a4317f0bae9cb817465d96802ade575a294ac572b99ec3128a2d23fd21dc9a785dec6d61163d488e648454 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+apertis0bv2024dev2b3) Version: 4:12.2.0-3+apertis0bv2024dev2b3 Depends: cpp-i686-linux-gnu (>= 4:12.2.0-3+apertis0bv2024dev2b3), gdc-12-i686-linux-gnu (>= 12.2.0-1~) Filename: pool/development/g/gcc-defaults/gdc-i686-linux-gnu_12.2.0-3+apertis0bv2024dev2b3_amd64.deb Size: 1144 MD5sum: 6c84790c4d342f40e9beb21e3fcfb80d SHA1: 5c62e7b676230e1fccb1d949204c0b80f2af3a2c SHA256: a8beacd8abf1286ddd0a5a9effe29667fb711a32e04bb6595c1a876e591a7948 SHA512: 23c0a0a97e680bd18b82833926ae25c3658fc8df219d4cb9b2742e01475242e7a98564f6aabd300d62d6e3ad4a843ddcac09fe6e56cb91ee55fc7b3aad18aee8 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+apertis0bv2024dev2b3) Version: 4:12.2.0-3+apertis0bv2024dev2b3 Depends: cpp (>= 4:12.2.0-3+apertis0bv2024dev2b3), gcc-multilib (>= 4:12.2.0-3+apertis0bv2024dev2b3), gdc (>= 4:12.2.0-3+apertis0bv2024dev2b3), gdc-12-multilib (>= 12.2.0-1~) Filename: pool/development/g/gcc-defaults/gdc-multilib_12.2.0-3+apertis0bv2024dev2b3_amd64.deb Size: 1000 MD5sum: a25750e874146098635179f1a14457b2 SHA1: 41c58d821a72ca179b62b6600df148c29f8a339d SHA256: b12c8c8672cb9c550a19008a114ca913edfd89902e7760a4c3d0b051aa2bcdf9 SHA512: 650c5752f6c0dddbf0e517c47742566fc8d468ff85394ba99f1e1be353f64e6b596938b35e34bf529c5efa3b4a9d1de601a48411fabf0cb0d78e5162620438ab 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+apertis0bv2024dev2b3) Version: 4:12.2.0-3+apertis0bv2024dev2b3 Depends: cpp-i686-linux-gnu (>= 4:12.2.0-3+apertis0bv2024dev2b3), gdc-12-multilib-i686-linux-gnu (>= 12.2.0-1~), gdc-i686-linux-gnu (>= 12.2.0-3+apertis0bv2024dev2b3) Filename: pool/development/g/gcc-defaults/gdc-multilib-i686-linux-gnu_12.2.0-3+apertis0bv2024dev2b3_amd64.deb Size: 1072 MD5sum: 71db4bb6f5eac99d9a1185468c84d873 SHA1: 21b34c4d5b76dac2139ba90703787be20df7cb21 SHA256: 1df588cf9ae838da4f81dde66ec6f6a4c25df6df2edda3f3051d7c7a888e2742 SHA512: 3d12936d5bf1e138556b3c51fa607d7cce5c872a7aba0b8206013630b92ba760cc01d511a6495b122db9d9dd420fdb8b8671e99284a8585682bdeeacd9ef9184 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+apertis0bv2024dev2b3) Version: 4:12.2.0-3+apertis0bv2024dev2b3 Depends: cpp-s390x-linux-gnu (>= 4:12.2.0-3+apertis0bv2024dev2b3), gdc-12-multilib-s390x-linux-gnu (>= 12.2.0-1~), gdc-s390x-linux-gnu (>= 12.2.0-3+apertis0bv2024dev2b3) Filename: pool/development/g/gcc-defaults/gdc-multilib-s390x-linux-gnu_12.2.0-3+apertis0bv2024dev2b3_amd64.deb Size: 1076 MD5sum: c579c782d22344bfff039f2669344c44 SHA1: e71a06553a42fc4f0b5e33c59c32442890a7e718 SHA256: 67fdc749b66295e4c3e54bf8f258683f0f699e22dc5028b24f084ee5d2ed7054 SHA512: b458f1703804588e543ba451117763f7a573413c05a484d12cd61fdbb7a783d7c47b54895540a5b2c384dcb64cea6a4ed8bbb4145401ecf8f978d1af17293ba2 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+apertis0bv2024dev2b3) Version: 4:12.2.0-3+apertis0bv2024dev2b3 Depends: cpp-powerpc64le-linux-gnu (>= 4:12.2.0-3+apertis0bv2024dev2b3), gdc-12-powerpc64le-linux-gnu (>= 12.2.0-1~) Filename: pool/development/g/gcc-defaults/gdc-powerpc64le-linux-gnu_12.2.0-3+apertis0bv2024dev2b3_amd64.deb Size: 1152 MD5sum: b6aa66511d8f8d3d2ce5c877810a0f0c SHA1: d4d4e2cf29ba39aa02b4afbec062c065c7dce49d SHA256: 1602970ed2589b39ff79c3a8dd9a08be5a697ec70f8161bc150f78a59eac6f99 SHA512: 59e0ab6c3c85466ead15ae8c8a5050b8246db2d812394aa64d27ba0c1e03b2d6e70ca89e8b018a171561ed6abbb4fb803998ba15cce71f4aa26c0813979b89ea 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+apertis0bv2024dev2b3) Version: 4:12.2.0-3+apertis0bv2024dev2b3 Depends: cpp-s390x-linux-gnu (>= 4:12.2.0-3+apertis0bv2024dev2b3), gdc-12-s390x-linux-gnu (>= 12.2.0-1~) Filename: pool/development/g/gcc-defaults/gdc-s390x-linux-gnu_12.2.0-3+apertis0bv2024dev2b3_amd64.deb Size: 1144 MD5sum: 784edbf603b23ecee4f7394c60774775 SHA1: 800c33e26c282c247c4458a8f56d290a33965fdd SHA256: b03029daf494c0aad7215dd6da244c81c093695a70d75bef10b20878f33c1c93 SHA512: c10d87fccbfde1c51c89e8013b82123d8591741232dd9561249cc927fa838dc43646ededb22169e18c9a4430136c753171d3eced1e7a591c633f71ada9739da8 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+apertis0bv2024dev2b3 Provides: dh-sequence-ruby Depends: debhelper-compat (= 12), devscripts, gem2deb-test-runner (= 2.1+apertis0bv2024dev2b3), 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+apertis0bv2024dev2b3_amd64.deb Size: 53884 MD5sum: faca1b6a26447697539100d04bdd6989 SHA1: 8d5dc4bbef1ced9eeac9bd9dd9d7bbeecc563d74 SHA256: 46f0009488d0920bcd6fff22a48351532115b451eb79725c1a8efad1ed58bad4 SHA512: a4517e2db3dd308a167360118f72b9df2516fe7fc800e49d87672ffc8f9e3d0f730e1acf5dbadf5e08a4b1d88ec766d942f0c49a8e4d58476bc422fe5ae9cc7f 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+apertis0bv2024dev2b3 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+apertis0bv2024dev2b3_amd64.deb Size: 17608 MD5sum: fe0d7fb2cdcb89cdda316f73a8fd83e4 SHA1: 4a41559cf8282a9e6f2dc903f0725af47dec7889 SHA256: f9288433e6c59d6d11cd699dfdbde3df4131275b17508418e5d221d9c60fe03e SHA512: 7fe9508e1dec16ce464f4ff617c222778fe428f32e612bf4f97ec22d0996732ef57c5d1cb59d2379f3563a7880c83725d08384c467265616ed0ae57f552b9522 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: 152 Maintainer: Laurent Bigonville Architecture: amd64 Source: geoclue-2.0 Version: 2.6.0-2+apertis1bv2024dev2b1 Replaces: geoclue-2.0 (<< 2.4.10) Depends: geoclue-2.0 (= 2.6.0-2+apertis1bv2024dev2b1), 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+apertis1bv2024dev2b1_amd64.deb Size: 43348 MD5sum: 8c035813e07c42e439fc4c14ce243192 SHA1: 6e55562f4815119f4e98919f27aa5dcd32b2f6bc SHA256: b7335391c01a0b1df9e80efbdc3b00a2fec2c0cef06356ffb45d4b2e3ff61dcd SHA512: dda9ba16a24384ce318b8d408b52068cfb54da5af82be95e3e6fbbf130c4ccecbfa3f61bd3b460ed2a4403d32989ec7be9ae235d209b7cfb18e70afb03c3a629 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+apertis1bv2024dev2b1 Depends: geoclue-2-demo (= 2.6.0-2+apertis1bv2024dev2b1) Filename: pool/development/g/geoclue-2.0/geoclue-2-demo-dbgsym_2.6.0-2+apertis1bv2024dev2b1_amd64.deb Size: 107980 MD5sum: dfcaad10933f0cfa0cdddf9f122aac9e SHA1: 99de37379bbc73ad98b4f55a02a63570ef5650fa SHA256: 29e04235b3c35e79b00b4af9ded37fed73834554f53a5ce1d6dee406b0178a6f SHA512: 91804e43064fbc486be6b9620c5f3748e7b0fced3191987cef7af6d752c6bf524bb0d286cc6b2e86c96f416d9eddf46ad2a00a5e2ebaf0315128184cdc7554eb Description: debug symbols for geoclue-2-demo Auto-Built-Package: debug-symbols Build-Ids: 11fb07916d62dcce011ab540cc76dd89b9c3f140 Package: geoclue-2.0 Priority: optional Section: utils Installed-Size: 463 Maintainer: Laurent Bigonville Architecture: amd64 Version: 2.6.0-2+apertis1bv2024dev2b1 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+apertis1bv2024dev2b1_amd64.deb Size: 114496 MD5sum: f55646b71e490d77c6b92d1cf7f82615 SHA1: 929e691a5b1f200a3bf1b22a38440d66a26409fa SHA256: 582032908369dcf0564ea2c4405e58704ca1d3687a3bfe3088aa958eedee9e11 SHA512: 243c09062b00da234a033e0d356e7c7b0c4f424c416d64e90dd58bd8c48189df0a10bca02f0da53cfe12e536d8e1d38e0fe2aa3d97e00398838ed4d0c6a198c3 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+apertis1bv2024dev2b1 Depends: geoclue-2.0 (= 2.6.0-2+apertis1bv2024dev2b1) Filename: pool/development/g/geoclue-2.0/geoclue-2.0-dbgsym_2.6.0-2+apertis1bv2024dev2b1_amd64.deb Size: 354112 MD5sum: 8ce1b6d263ab0929133b99da529f8e0e SHA1: 22803c61b63eb8e865ce613e758e225037c930ac SHA256: d65c24ab214e0d1d2b11fa58a2dfd8bd41a786b9323773ca396cb2d8b57cbcce SHA512: a77e4c38051f70498e1805d519369869e8d0057e63946e6fbb6038146ab8b54edbc97d04db1a6b9f3ba5fa37c5f12b14b5d895a0daa9856e4b17e3e45f9a0860 Description: debug symbols for geoclue-2.0 Auto-Built-Package: debug-symbols Build-Ids: a0b42d4296754475dc0208c901677a9fb8e13c59 ae4e18a3e9d15cefc3b6c02505c4f5c0aafb09f0 Package: geoclue-doc Priority: optional Section: doc Installed-Size: 162 Maintainer: Laurent Bigonville Architecture: all Source: geoclue-2.0 Version: 2.6.0-2+apertis1bv2024dev2b1 Filename: pool/development/g/geoclue-2.0/geoclue-doc_2.6.0-2+apertis1bv2024dev2b1_all.deb Size: 37000 MD5sum: df8c191c7323c7a394a5c8e2cdd2ed07 SHA1: 8b7cf3b1292208e6008fc88e2b7cebc63a49d058 SHA256: 40d1e6ae929a614bb41fb1a1874fd04dcff0c4efeb921aef54c55aabed78ba3a SHA512: 8f72a747989c369200237149b36f2ed8763edbbce13a49023d169ebca21f11f021b1cc634ec8c80383e23f672811cb901ac5f3df044598e24423c0161d59c229 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: 5828 Maintainer: Santiago Vila Architecture: amd64 Version: 0.21-12+apertis2bv2024dev2b1 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+apertis2bv2024dev2b1_amd64.deb Size: 1305968 MD5sum: 599b13dc18b42a8b60c08d35868eb630 SHA1: ab8175cfa404d88b4b43e5f47ccd3157d76647d2 SHA256: f4d63c7ba45e9771c9f48d17d31740caad0e65be4f64a54b8cb69d8c5e50caad SHA512: fd4493b357109b3441cb5bb3b3c89e15883601721d6bbdd1896469a88e8c5adfb80a54372e1334720a0294dc6d31c9844e91833ba8217078b8395d3259dea9be 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: 640 Maintainer: Santiago Vila Architecture: amd64 Source: gettext Version: 0.21-12+apertis2bv2024dev2b1 Depends: libc6 (>= 2.34) Filename: pool/development/g/gettext/gettext-base_0.21-12+apertis2bv2024dev2b1_amd64.deb Size: 167836 MD5sum: 05efb1c8c5f242e61ca4469e7f23e4cb SHA1: 750e777447ffad02c3d17649af1b30b52053d14c SHA256: 2769860209024da06621892f774ad0eba6c4818d18ce6ee35f04d04f59692924 SHA512: 8ad1b7e3a44f227f3cc07fc2e37c81674ff1c4c561ec4f9d20400f17e9ea3910845025ecc464344942162c679190905959acc52994fa0971b195587082651027 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+apertis2bv2024dev2b1 Depends: gettext-base (= 0.21-12+apertis2bv2024dev2b1) Filename: pool/development/g/gettext/gettext-base-dbgsym_0.21-12+apertis2bv2024dev2b1_amd64.deb Size: 101936 MD5sum: bac4e42cb24d85ba89d8a38aad5a6e69 SHA1: 1b1375cd82647330f0b06454833c5073e3dcbb76 SHA256: 507f5bf9459169794ff52d3aa0f94379d36863c4a7d6ec24481e33776ff23c3c SHA512: 6042094ca91065e3bdae2c3822d3e1e25ed59bc0b5f6a8f7403e228c61b15908975921f0664d03121169be91d6f2eeacf3e48ca5cdaaf4185a05125235cafc51 Description: debug symbols for gettext-base Auto-Built-Package: debug-symbols Build-Ids: 0c8d3f53e17599de77ea4d3ad8112fb6b218b18d 505f5c9ac283c9415e172f509735d96ef1316726 5188e2db35c0275f3679f3c9a99aa9d95565f708 Package: gettext-dbgsym Priority: optional Section: debug Installed-Size: 1745 Maintainer: Santiago Vila Architecture: amd64 Source: gettext Version: 0.21-12+apertis2bv2024dev2b1 Depends: gettext (= 0.21-12+apertis2bv2024dev2b1) Filename: pool/development/g/gettext/gettext-dbgsym_0.21-12+apertis2bv2024dev2b1_amd64.deb Size: 1493116 MD5sum: cb9fc12794522cb0591524a72c48e13b SHA1: e52e15776fb90181b6568f8f1b1014d14b75618f SHA256: b2755dca7037540b14db68d4953c40fa07db9e6c1d314d17b6b98d5707f79b89 SHA512: 8cc5afec412f63a2e7da768fe07fd16164cc8bc457aac3f109999b5ba8c13256486798e19bddfc5a92a12b2cf194453c72aa53c05dd29c7f4fe12ac759065684 Description: debug symbols for gettext Auto-Built-Package: debug-symbols Build-Ids: 12e3613fc32aaa63b2c9fd43ff2c449293511162 190ebbe1e521dc84597cab2c5cf3654a49277302 2e8fd9cd91a0ba365dd6f5b72bd8b3563a24723a 2f5b50d43c615a0f82b0aa7f4354734ba4476a3e 5135a4fc5ae5597d003f2426d679ea76e8f32a37 596b12a7ae8d0e7254762a9e31e9c92038644aed 69938ce043cb0545f30621a7b219dfda2af8661d 6aab98011262867334a0cb0bf562cb2d462d6723 6fda9dd1a52f78b51223f470ba7afcf0b1a38252 747307bd276464877d736fc351d3c83aae09e56c 78e61f36dc4e04715e01c73757982f4b834a3e43 799a0d79ba96317850ca58551afbe81253ace237 7bece0358cbb1f5ead3daaa888117b9da78e3d2d 94d50f93c37dfd68e3f77a39a303f0784d8efe18 9bcb7411deb91de94d1fb3b649094c7a55e82d7f aa11b8f3c3a88cca3b8f3dc75c1dcf1dc00620c8 b844002ca665f8e852cb456c1dc9e4a7f114fece bd9a53b03500b499605b3a9a827a7039fa9b6868 c30e14cdf29180a74b86a9f5f33b451d70b60ff5 c5ca809573b045dc7165b815ff2dde20da9986c8 d4f5f8d2767dee6573b53e24da6eee7114ecb209 f4cd317266f04853451e15c80bf873ccdab7c770 Package: gettext-doc Priority: optional Section: doc Installed-Size: 5733 Maintainer: Santiago Vila Architecture: all Source: gettext Version: 0.21-12+apertis2bv2024dev2b1 Filename: pool/development/g/gettext/gettext-doc_0.21-12+apertis2bv2024dev2b1_all.deb Size: 625704 MD5sum: b6149f1a5a8b75f84324a4397e494281 SHA1: e7b85124c1281f23b9edebd94d92662b2d811d8e SHA256: 367eb49a745156069f418fa3645ad889dac348660e54eba9ed0e0b7ccaff7d4c SHA512: 6515210ab16cff4f2281c15714778a0df0edba06dab345cd0e0a3841b058d9fae9dc07b67eacd260868eaac1f26939eb2c1c6965cbb27c91863c369ca71a22de 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+apertis2bv2024dev2b1 Depends: gettext, dh-elpa-helper, emacsen-common Filename: pool/development/g/gettext/gettext-el_0.21-12+apertis2bv2024dev2b1_all.deb Size: 117612 MD5sum: 6c31f629b89874eff259837fa3fefce2 SHA1: a503665f823c95285f43d5c49513887efc07536d SHA256: d67fe5cc72f708096aa3c682d338c24009e9f7f3a6315a4edd53bddcecd0fd50 SHA512: dd2f70c37ebe1be4a1584767a9288e8d08f6f97a0ab9dc10345298da12e192245318cd2c2a872e0a8303e4237293453a65565851d88c432369572b2f466f3ba4 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+apertis0bv2024dev2b3) Version: 4:12.2.0-3+apertis0bv2024dev2b3 Provides: fortran-compiler Depends: cpp (= 4:12.2.0-3+apertis0bv2024dev2b3), gcc (= 4:12.2.0-3+apertis0bv2024dev2b3), gfortran-12 (>= 12.2.0-1~) Suggests: gfortran-multilib, gfortran-doc Filename: pool/development/g/gcc-defaults/gfortran_12.2.0-3+apertis0bv2024dev2b3_amd64.deb Size: 1440 MD5sum: 0cafc12621c84498f1008f2b06792907 SHA1: f508d4bb8b133434b7bb7e72b2df268caa61c585 SHA256: 5724e56ace35191b19b88d8b4ccd637aa60e391866e705602537d73800a94980 SHA512: 16709aff857aa8762487151c4e6c90a50bcb9153b98bda87045d9c235faeb08a5b1b0fadafc3be3ec2cfac0d7bf7c51aba8e3989adf17f2bbf0bbd06e122a41d 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-12-aarch64-linux-gnu Priority: optional Section: devel Installed-Size: 30964 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-12-cross (15+apertis0bv2024dev2b2) Version: 12.2.0-14+apertis1bv2024dev2b2cross1 Depends: gcc-12-aarch64-linux-gnu-base (= 12.2.0-14+apertis1bv2024dev2b2cross1), gcc-12-aarch64-linux-gnu (= 12.2.0-14+apertis1bv2024dev2b2cross1), 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+apertis1bv2024dev2b2cross1_amd64.deb Size: 9574456 MD5sum: f89d1bf8202880921dc5374512f86ef5 SHA1: 415226ee14b727e70da12f3be5ee4f0c35b7a351 SHA256: 31997abc1a559c5d6f3079664ad82de1c992a66377e2b9cc808a21fc070e67e0 SHA512: b8212f125598d12a02ec74ae960565b39eb3582306c281f5397324773a7ffd144214e7ee27c690f348a494f0fc7f2becb31f53efdf0cc13e49b1938eba660413 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+apertis1bv2024dev2b2) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: gfortran-12-arm-linux-gnueabi Priority: optional Section: devel Installed-Size: 27714 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-12-cross (15+apertis0bv2024dev2b2) Version: 12.2.0-14+apertis1bv2024dev2b2cross1 Depends: gcc-12-arm-linux-gnueabi-base (= 12.2.0-14+apertis1bv2024dev2b2cross1), gcc-12-arm-linux-gnueabi (= 12.2.0-14+apertis1bv2024dev2b2cross1), 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+apertis1bv2024dev2b2cross1_amd64.deb Size: 9090636 MD5sum: 368e6529a6851c7ce08f4b8c18941c05 SHA1: 2774362ca0bca5dfc9d32cfe73bc8e8d3d199f63 SHA256: 84770ca0af02cbaccc8c50a2771bdd62c850ae4d1e9cce6b8b61061726214eea SHA512: 2e6ef830cd01b2814def261a916adfad9c4bc6b55334f157a20f07a37cfaf5102f1e43f59eb5c61bc1219be02451d72c73f0b1b175a354bae4049942212c16f0 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+apertis1bv2024dev2b2) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: gfortran-12-arm-linux-gnueabihf Priority: optional Section: devel Installed-Size: 27714 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-12-cross (15+apertis0bv2024dev2b2) Version: 12.2.0-14+apertis1bv2024dev2b2cross1 Depends: gcc-12-arm-linux-gnueabihf-base (= 12.2.0-14+apertis1bv2024dev2b2cross1), gcc-12-arm-linux-gnueabihf (= 12.2.0-14+apertis1bv2024dev2b2cross1), 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+apertis1bv2024dev2b2cross1_amd64.deb Size: 9091664 MD5sum: eb62a30bf733c3c9d3af46821750d67a SHA1: fc7fc9ad0db5c5765cf1341a9fe003e1bf64079d SHA256: f96994c91b14f21dd8bdfbd48b3b482ff7d0ad08f308958bb6208dfe3fdea43d SHA512: c1b71d3709b1f98c364fd4ccb1d13dfdb8fcd247147a35540a30d6cdf4606a225d94fcdd1ecef668d8a7a228a2fd5729d2ee7e79fc7b26dfadced9f4036d2113 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+apertis1bv2024dev2b2) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: gfortran-12-i686-linux-gnu Priority: optional Section: devel Installed-Size: 34737 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-12-cross (15+apertis0bv2024dev2b2) Version: 12.2.0-14+apertis1bv2024dev2b2cross1 Depends: gcc-12-i686-linux-gnu-base (= 12.2.0-14+apertis1bv2024dev2b2cross1), gcc-12-i686-linux-gnu (= 12.2.0-14+apertis1bv2024dev2b2cross1), 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+apertis1bv2024dev2b2cross1_amd64.deb Size: 10188084 MD5sum: 1da057a86daf4afbacd8037e64425352 SHA1: aca0abd13c49d1609a4f7d829bdcf664d394b2da SHA256: 793c467983ddf283fc55e610711cb993949c6bdcd60ed5fc339ff2e046648df7 SHA512: 6c3fba45543e03afa16d8ece37c759ca661bca1828b2ea5a6cd46dcf4e7c8bb76fe1dbc66e27910d0cbfc4f79c6fe69d673d6695fa17cc4c0df32be79cf3b4cd 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+apertis1bv2024dev2b2) 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+apertis0bv2024dev2b2) Version: 12.2.0-14+apertis1bv2024dev2b2cross1 Depends: gcc-12-i686-linux-gnu-base (= 12.2.0-14+apertis1bv2024dev2b2cross1), gfortran-12-i686-linux-gnu (= 12.2.0-14+apertis1bv2024dev2b2cross1), gcc-12-multilib-i686-linux-gnu (= 12.2.0-14+apertis1bv2024dev2b2cross1), lib64gfortran-12-dev-i386-cross (>= 12.2.0-14+apertis1bv2024dev2b2cross1), libx32gfortran-12-dev-i386-cross (>= 12.2.0-14+apertis1bv2024dev2b2cross1) Filename: pool/development/g/gcc-12-cross/gfortran-12-multilib-i686-linux-gnu_12.2.0-14+apertis1bv2024dev2b2cross1_amd64.deb Size: 1160 MD5sum: a6f64c98cfae8050774e8672634dd2e7 SHA1: f81bff792e64c02590330b057c7e533cefe83e1a SHA256: 5fa20433d21505169b583dd75e9e039e8bf938a2eabb7a367ab36c1d1bca071c SHA512: 0b97989c0f3c4c0f42c9ab6d6414fe97eee1db9138486c1ac3e049fc505098ab2e3dedf48a9e3cebc3bbcb04af35d14a2d86bee54280da1d900bd6a20f417dec 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+apertis1bv2024dev2b2) 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+apertis0bv2024dev2b3) Version: 4:12.2.0-3+apertis0bv2024dev2b3 Depends: cpp-aarch64-linux-gnu (= 4:12.2.0-3+apertis0bv2024dev2b3), gcc-aarch64-linux-gnu (= 4:12.2.0-3+apertis0bv2024dev2b3), 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+apertis0bv2024dev2b3_amd64.deb Size: 1256 MD5sum: 18f99e424bda6fc812bbad7b94211127 SHA1: e151e44c61507c61a039fde99c0a0b5e36dac0c3 SHA256: 885c8f83336789ccc66218e9e888b6e93cc6406ea2a890effcbdd63a54bae491 SHA512: 0b7c0bc99f7049314e1ce1d9f6e157d5bb78dbebee2b982a717c591bb27759c0d5b461403b2063bff045cd8471ea16acec9462e379a4494ab97b839ba0d04cab 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+apertis0bv2024dev2b3) Version: 4:12.2.0-3+apertis0bv2024dev2b3 Depends: cpp-arm-linux-gnueabi (= 4:12.2.0-3+apertis0bv2024dev2b3), gcc-arm-linux-gnueabi (= 4:12.2.0-3+apertis0bv2024dev2b3), 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+apertis0bv2024dev2b3_amd64.deb Size: 1260 MD5sum: 3b3eb32388fc494b70f4ef2d17d97840 SHA1: d56fb3d41230dfa985607baea1b6206b8b618460 SHA256: b0099ed55cb6486ddb8f1c24f6ade37d7d78fefc6c8f8e4d0fc828a8f422af9d SHA512: 525aa581d284273b53d698e88da4b3f2e8994eef4f90401b16ce6da4a03f9987b3c90e4d4ea5ad4f85191915b6071c752038e8da6c46dc4fb50b6f4f93682c8b 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+apertis0bv2024dev2b3) Version: 4:12.2.0-3+apertis0bv2024dev2b3 Depends: cpp-arm-linux-gnueabihf (= 4:12.2.0-3+apertis0bv2024dev2b3), gcc-arm-linux-gnueabihf (= 4:12.2.0-3+apertis0bv2024dev2b3), 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+apertis0bv2024dev2b3_amd64.deb Size: 1264 MD5sum: ed81868dbdf80d1d39369c61e0a0591a SHA1: 3c109e140e6f9992fbb800caedc8fb64bac86c2b SHA256: c0ba78be501919dd7ce3dd2914585dd325401697418a0a643d3512e957a91283 SHA512: c83391f55a8082a4dc54b50fc91b67f3b6c252b8608737f22a96d421ef355d13e8e9202d79ac5481bfa5d5659d1aa12b54513e4e6b309e46a4443509ab6d4a55 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+apertis0bv2024dev2b3) Version: 4:12.2.0-3+apertis0bv2024dev2b3 Depends: cpp-i686-linux-gnu (= 4:12.2.0-3+apertis0bv2024dev2b3), gcc-i686-linux-gnu (= 4:12.2.0-3+apertis0bv2024dev2b3), 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+apertis0bv2024dev2b3_amd64.deb Size: 1252 MD5sum: c4ae80801817a19fd9cc1397f0b76527 SHA1: 3701eed3ec7a2e0b786a94c519e5d76e5a26ccfc SHA256: c632a36228367497568c9be885711d4675320f1ec93e507a19522c91cf90d201 SHA512: 2c3b547f025c5f88773b22e0870a206a87641f2322ff41104fe4a32edc3dec95e91647e385e2149780c12ebf03c12f0272294d56aa2406a689719b57265df277 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+apertis0bv2024dev2b1) Version: 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1 Depends: gfortran-mingw-w64-i686, gfortran-mingw-w64-x86-64 Filename: pool/development/g/gcc-mingw-w64/gfortran-mingw-w64_12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1_all.deb Size: 185452 MD5sum: fc489660612ccda0742a167b09b4b3d3 SHA1: 433dbb2b95c114ac95d103865985afc03c971159 SHA256: b49990a13dd63ed6771f99c6e6a4eef298a82004f5e99cae5e40f58ca3d883c7 SHA512: 2f730159aa56719b23917cdc7ad42cda51df9489cd34e2b3ba258cfff1620bbf6184414a2416124415e3cb895452ae7183d13bd8de18ce95c542974bc152d39f 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+apertis0bv2024dev2b1) Version: 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1 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+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1_all.deb Size: 185468 MD5sum: fb11300ee7f6449d7ab3224f8a71a7a9 SHA1: 3fa5d2dd5c51219459ce969613844d177d5271dd SHA256: 0ccffff28966ca6cafec837ba19679852039ad092b73f1a98854386492639408 SHA512: 7a8cd38c22c2a892c7b042cc134452e43825e533d92e70a2bd61e4430fe5daacfeff907af1cf79e163a8adc7cc7fa54423113cad84d254f9eafc15a01cb045e1 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: 38786 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (25.2+apertis0bv2024dev2b1) Version: 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1 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+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1), gcc-mingw-w64-i686-posix-runtime (= 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1), gcc-mingw-w64-base (= 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1), 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+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1_amd64.deb Size: 10784652 MD5sum: b78a71a1b0a2890900f72966ec1d2d08 SHA1: 8eb5ced2549e65188eaaccf76883e02580cbe6d1 SHA256: 663e8f73faf2113fbcd7cde7ed8f5c3a463cb829a6a2b77b3d65e744a1569a4d SHA512: 539166bda44902741998ddb831d6f24412a3905c70145ca98f9de8f14383e3c5821ba2ce3ef4907ce67845826aa47fe952163cc2de9914fe33c0e937123bb2a8 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+apertis1bv2024dev2b2) 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+apertis0bv2024dev2b1) Version: 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1 Depends: gfortran-mingw-w64-i686-posix (= 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1) Filename: pool/development/g/gcc-mingw-w64/gfortran-mingw-w64-i686-posix-dbgsym_12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1_amd64.deb Size: 99378116 MD5sum: 454b4274e87cf6c7e5e9b7440a51f931 SHA1: e4509d55eab902574abea0806d09623760c11ed1 SHA256: 68adb083a6bad08e3d443ddda61f88265a672870893f5c8c5de3d6db8b043096 SHA512: 06f3212027c19d39f35c47e99122828487186f0a591d39c7dd1221d8480663d35ad9e4a737b8e87becff4d7dae76a56b23f1c0cbe0aae9ebfffc03584dc232b3 Description: debug symbols for gfortran-mingw-w64-i686-posix Auto-Built-Package: debug-symbols Build-Ids: 836b6fd9e4be5f279a86fd4382be88c36e0bd9a7 d08d39e0cbe3d18143be53ee0916e18e07a2ea16 Package: gfortran-mingw-w64-i686-win32 Priority: optional Section: devel Installed-Size: 38786 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (25.2+apertis0bv2024dev2b1) Version: 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1 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+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1), gcc-mingw-w64-i686-win32-runtime (= 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1), gcc-mingw-w64-base (= 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1), 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+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1_amd64.deb Size: 10782184 MD5sum: bbab43e338b747a1bde1b8e736074a2f SHA1: 62d996a71d13380b9358744ea6685c5b94142254 SHA256: a4f511b0e33f66887d189d0bdce2f0710d0fb7aacd54c8b55ddace80519f331a SHA512: b70fb246edb943682b0b9bfdbdfc70c0b4316b0fb7f4989b06be4a15d0c8e11f6a27cb538753e59be498e2eb9709614513c9b2ce94910084b212248f70783701 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+apertis1bv2024dev2b2) 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+apertis0bv2024dev2b1) Version: 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1 Depends: gfortran-mingw-w64-i686-win32 (= 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1) Filename: pool/development/g/gcc-mingw-w64/gfortran-mingw-w64-i686-win32-dbgsym_12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1_amd64.deb Size: 99370420 MD5sum: f1a46b464ecb3acc69ffd6e1513b85eb SHA1: 68282111722ecaf1ffeda5e84e6265ccaf4da94b SHA256: d9255d90cb76e117078554d1e97a090d8507ba2de9c8fa0511d413c9e1beb78e SHA512: a87c4af739a512769a5469c5d5e077e4b5ea10bdec35e44dc745326b278f0f51af83ff6b2cf7a7f8f45f2a5f91b52ab129d67b00486d1071f56b2f91b11a38a6 Description: debug symbols for gfortran-mingw-w64-i686-win32 Auto-Built-Package: debug-symbols Build-Ids: 63194719a3ccbd30b8c7dd5baa19146086f49135 a76703554014328b6bdb4de22e0c36c9499807aa Package: gfortran-mingw-w64-x86-64 Priority: optional Section: devel Installed-Size: 253 Maintainer: Stephen Kitt Architecture: all Source: gcc-mingw-w64 (25.2+apertis0bv2024dev2b1) Version: 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1 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+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1_all.deb Size: 185472 MD5sum: cffb53ecad21d2db26a8456f75626db8 SHA1: df199388cf0e402bede87a11503e288ced4a3f16 SHA256: 3e79ad20b0d44db290683a48def2e3e3290a95bde103615487ce3e52a9138ff7 SHA512: 3160a9892d7879d8926ecc01738bfd10876ec1bc6fc7aae01cf497a30c558bac99e286f0b350170d7b620f0574d59d37999a4a33344734453fe434b51847858a 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: 40408 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (25.2+apertis0bv2024dev2b1) Version: 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1 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+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1), gcc-mingw-w64-x86-64-posix-runtime (= 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1), gcc-mingw-w64-base (= 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1), 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+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1_amd64.deb Size: 11074124 MD5sum: 48e792786fe72f6c43fbd0c7dccf656a SHA1: 55fc8d9d730537332e715c11c4f25d86f8eda2b7 SHA256: 5c36cb492cf6bf9e641d49ebb977813bf163325ce86a6a83e0c249a77fce05cc SHA512: 70834b9ede45819c21fe3ce6a388505a754f7c5cfc4e7a135eb8629c3c6b8ae4ae162fe77104370b8928b8f7c2820d420e1353460275e14d787f58abcd4be4e2 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+apertis1bv2024dev2b2) 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+apertis0bv2024dev2b1) Version: 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1 Depends: gfortran-mingw-w64-x86-64-posix (= 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1) Filename: pool/development/g/gcc-mingw-w64/gfortran-mingw-w64-x86-64-posix-dbgsym_12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1_amd64.deb Size: 100062080 MD5sum: 11690a64efebe57c09f0c0c2427ccf4e SHA1: 411939fb1e06d5fd28162b0577a5254461923405 SHA256: d5aa3bc2398f82a1d3dd9b929d6f82ff8444af860f04a260351fbf45d95abaee SHA512: fb5b0172fea838aeef9b7ded5c3af7801f15832a355e64b13a375e60b1deecfe2dc452c2bbe1de0e7adc3d972b68eab470da504f59f02a9649d80695e391f3aa Description: debug symbols for gfortran-mingw-w64-x86-64-posix Auto-Built-Package: debug-symbols Build-Ids: ca9a20b6df6c10be24a3fd263ce1b7436fa651ef d56677abd004b8df2f18e0ce1cd2e1815fd32019 Package: gfortran-mingw-w64-x86-64-win32 Priority: optional Section: devel Installed-Size: 40407 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (25.2+apertis0bv2024dev2b1) Version: 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1 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+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1), gcc-mingw-w64-x86-64-win32-runtime (= 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1), gcc-mingw-w64-base (= 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1), 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+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1_amd64.deb Size: 11069596 MD5sum: ec1d5c4ab7a260ff72bad0164923c3e4 SHA1: 81db070528cc2d83935abbdbef90e63681c39b2d SHA256: 03d4fb8c88a6f89649bd8bc9032138a8795adfb446a96085abf6933f644cc9f6 SHA512: 0f8585153d3b974f0bc4e64fdeb2208972f9db4d6f9be944a55a4d409a2f2a6c7ae35c8db01ee205563650b5f42cffc43f6b02b72588afbb8611385f9983b632 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+apertis1bv2024dev2b2) 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+apertis0bv2024dev2b1) Version: 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1 Depends: gfortran-mingw-w64-x86-64-win32 (= 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1) Filename: pool/development/g/gcc-mingw-w64/gfortran-mingw-w64-x86-64-win32-dbgsym_12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1_amd64.deb Size: 100067404 MD5sum: 202a4cb708ba0ded90ca89696e2fad2c SHA1: f2acde8a7505199218967b6ec60da900004b4bf2 SHA256: 7c6170b34a50dd6879eddfae0d6be8db8ac9c74b6d9021a25d5a69a9aee6fcef SHA512: 97521f28474f7d8c95c31280d8af7bb359189dc860723aae17b81edc048936637eaff8d2a926e4305189130337a27793508c2565c82b416d398f4d8a3ca0d30d Description: debug symbols for gfortran-mingw-w64-x86-64-win32 Auto-Built-Package: debug-symbols Build-Ids: 2e0c3b6818cf7f9778c83b34a77a32662f8e15d8 91c10a829445eba9af9e245d422f98a5f268aef6 Package: gfortran-multilib Priority: optional Section: devel Installed-Size: 6 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.203+apertis0bv2024dev2b3) Version: 4:12.2.0-3+apertis0bv2024dev2b3 Depends: cpp (= 4:12.2.0-3+apertis0bv2024dev2b3), gcc-multilib (= 4:12.2.0-3+apertis0bv2024dev2b3), gfortran (= 4:12.2.0-3+apertis0bv2024dev2b3), gfortran-12-multilib (>= 12.2.0-1~) Filename: pool/development/g/gcc-defaults/gfortran-multilib_12.2.0-3+apertis0bv2024dev2b3_amd64.deb Size: 1028 MD5sum: 3c2a155e695b164aca6715d4279e77cc SHA1: 6202f2eea8ade3ec1584e76a678dc989071fe002 SHA256: 45f364c49bca30cec0ca19cede7b11b470a5b925fd7622e066a4c0594ddb1d43 SHA512: 3e56d126f95a1f664729c7606a71c7f70bff560daeb24464b78614894838016b676c5ac49e50ed52ffbf0a873c7baf389ff456df24d598dde72f9d5d2bb01b0f 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+apertis0bv2024dev2b3) Version: 4:12.2.0-3+apertis0bv2024dev2b3 Depends: cpp-i686-linux-gnu (= 4:12.2.0-3+apertis0bv2024dev2b3), gcc-multilib-i686-linux-gnu (= 4:12.2.0-3+apertis0bv2024dev2b3), gfortran-i686-linux-gnu (= 4:12.2.0-3+apertis0bv2024dev2b3), 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+apertis0bv2024dev2b3_amd64.deb Size: 1096 MD5sum: 2e790090f9227fa9bacc33240b1c8345 SHA1: 71568008f296299ebf192bf6bd4149c07292e869 SHA256: ec76093f8e4777c2e3443f2d2ba597e99c5eeff6399da32705e0c538ddb9e80a SHA512: b53ef7ea508a00837d421603a33e050276f8664e1f460459f19f5e1082f1b4566281ee950e69afbfe036e43643e051d227a5c51868457fc9a5eebb563fd6e64c 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+apertis0bv2024dev2b3) Version: 4:12.2.0-3+apertis0bv2024dev2b3 Depends: cpp-s390x-linux-gnu (= 4:12.2.0-3+apertis0bv2024dev2b3), gcc-multilib-s390x-linux-gnu (= 4:12.2.0-3+apertis0bv2024dev2b3), gfortran-s390x-linux-gnu (= 4:12.2.0-3+apertis0bv2024dev2b3), 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+apertis0bv2024dev2b3_amd64.deb Size: 1096 MD5sum: f751795668137acaed650d11346a0538 SHA1: a9bf4d873f4fb2e9c8bbded6f41b1d4d1d73f949 SHA256: 088a703abbd56b12221fdb5848c5532c1dfb24df238fe9de4931bd1e61bcdcfb SHA512: 1febe401573628cfeb05c7c37370cf67a310b782d9c811688cb58c8d8ddfef29550bf43843732057a5f54b8006ff6b4c97bdd24d117c63a96948e100723d07a3 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+apertis0bv2024dev2b3) Version: 4:12.2.0-3+apertis0bv2024dev2b3 Depends: cpp-powerpc64le-linux-gnu (= 4:12.2.0-3+apertis0bv2024dev2b3), gcc-powerpc64le-linux-gnu (= 4:12.2.0-3+apertis0bv2024dev2b3), 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+apertis0bv2024dev2b3_amd64.deb Size: 1264 MD5sum: 7850e71b5dc111e224b7c21f228472c5 SHA1: f7bad3a530efe5cb9610c4e04374905a0c8fa128 SHA256: bfedcafd98b69232e825ade58dedfe28c0a97c66f1f60479c70e5e73c795301e SHA512: baf3737a232bb0883784d6d350ccf8fef9ac789b50415c6950ee22245a8bad02eb930e8f6e59555b1aedba187648445e8c6c8da9f36b72e3af3efbea9b74b424 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+apertis0bv2024dev2b3) Version: 4:12.2.0-3+apertis0bv2024dev2b3 Depends: cpp-s390x-linux-gnu (= 4:12.2.0-3+apertis0bv2024dev2b3), gcc-s390x-linux-gnu (= 4:12.2.0-3+apertis0bv2024dev2b3), 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+apertis0bv2024dev2b3_amd64.deb Size: 1256 MD5sum: 2dd3cdfbefa43e53975b53a663626c19 SHA1: 58b35c60643eece2f68837cf57897eba0154eeb4 SHA256: f7f0d10ccc6d251e46392ca102fdddb49fb2b499f707ad7d668f487c044fd62b SHA512: 5edcdd5339d8d96b72015b8521eb5556a1253e90e7fdd16ee051ca8641ec6eff11efa99a6c56200fcd74dc615af6eff0b5bf10c609fdb307f0d8ed854cafa1bb 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+deb12u1+apertis0bv2024dev3b1 Provides: postscript-viewer Depends: libgs10 (= 10.0.0~dfsg-11+deb12u1+apertis0bv2024dev3b1), libc6 (>= 2.34) Filename: pool/development/g/ghostscript/ghostscript_10.0.0~dfsg-11+deb12u1+apertis0bv2024dev3b1_amd64.deb Size: 62236 MD5sum: 7cb478d1e4e64069829c6c7859612680 SHA1: a8fc9a0a3c35bec447cfd77e6b1d8e99370d8ddd SHA256: e901650490013bf6f564a65ba091571fc2169ab2049798603509433d9fc08e44 SHA512: a14acb3fc4fed3bac065f5aa20b5b93215a3be296dacbd663f155314bb450ce0431cfb9be7b5ed337a3666c31bcf04b5b8416f4c477a299d6706636af30188db 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+deb12u1+apertis0bv2024dev3b1 Depends: ghostscript (= 10.0.0~dfsg-11+deb12u1+apertis0bv2024dev3b1) Filename: pool/development/g/ghostscript/ghostscript-dbgsym_10.0.0~dfsg-11+deb12u1+apertis0bv2024dev3b1_amd64.deb Size: 5916 MD5sum: 1a5cdc5e017d35b41bee200ab0eb1a58 SHA1: 049951bf241795d17700fe2deecfe193547c1b97 SHA256: bf58bcd0a7552b33478ad0e0069275fbbeed41ea6dacbfa75e1f7cda417c2dd1 SHA512: a78a18ef15fc4733942c51969f090d67732cc250491f655e87a2078cf9e96c095c3237836d8527c92db7beb70a366e8adcb6cdad70c4bce2c7a76742b59d806d Description: debug symbols for ghostscript Auto-Built-Package: debug-symbols Build-Ids: 737beecccbf3fa16a85d634b74041a4dfb7fa468 Package: ghostscript-doc Priority: optional Section: doc Installed-Size: 11960 Maintainer: Debian QA Group Architecture: all Source: ghostscript Version: 10.0.0~dfsg-11+deb12u1+apertis0bv2024dev3b1 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+deb12u1+apertis0bv2024dev3b1_all.deb Size: 7715696 MD5sum: d3a6cd2767631ff09b989f6b7f6de799 SHA1: 1019fa3761421a1a73276c9d1b0e3cf4f8564f96 SHA256: d61aaf49d0bcb6fbe33fc9d4f288f8cd98e399ae15115d8dc98248860df98422 SHA512: 51e9fc4be89cecd07c95db7232ac0d6dd817e85201ffd52dcc9fa08a7613fa48813d8a6882e0fb7e864ecf455df164ea91e712f4e9439bbb605f61015d6df98e 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: 92 Maintainer: Debian QA Group Architecture: amd64 Source: ghostscript Version: 10.0.0~dfsg-11+deb12u1+apertis0bv2024dev3b1 Depends: ghostscript (= 10.0.0~dfsg-11+deb12u1+apertis0bv2024dev3b1) Filename: pool/development/g/ghostscript/ghostscript-x_10.0.0~dfsg-11+deb12u1+apertis0bv2024dev3b1_amd64.deb Size: 33020 MD5sum: 503bd8d25ed5ffcfd5c06284a5c3fe78 SHA1: dcc48add3e8ba23cbafc7019caa5c6b3f0619bae SHA256: 644391b4019fb0c1a1a57fcb1a46b912b5e5191288ecfc5df72a4ab380b72a11 SHA512: 40286871f02f046ddddbed7f19bb34c8ecac3f376ccdf6f923ce90e8e639fa6b24ae555ba152562cebc2ad460aef69a563348f9849e1a6c70b3cb88066626033 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+apertis1bv2024dev2b1 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+apertis1bv2024dev2b1_amd64.deb Size: 17692 MD5sum: c32a3e07265f2921ee06a01375ef4e7d SHA1: 9e413d82accc859665ee0a3f9dc4f9dec10ada7a SHA256: 491a199b5e55ef88e032d1aee01cfedd2ce7d83222cd3c9f88c52ef5d2ddae4f SHA512: 7df3b01b461cb2511a30b71df5a4cc3663584031e50bf2f82e8eda93c68b8960edbff3eaa92f72720a3fbd570741cf627394963acd1e01762afe56868e813069 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+apertis0bv2024dev2b1 Provides: gir1.2-gdk-2.0 (= 2.24.33-2+apertis0bv2024dev2b1), gir1.2-gdkx11-2.0 (= 2.24.33-2+apertis0bv2024dev2b1) 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+apertis0bv2024dev2b1_amd64.deb Size: 186044 MD5sum: dff5cf3fed1f86d28d381fb8205512f4 SHA1: ab264cd2e9b5c42e4d637c8f73a27ef5c555415f SHA256: cc3a32e737a1c7673c036256b08bbe4152b00c5eeab8ff9bb0e218d09e5755f6 SHA512: 3eab34ebcd9ec7a2b118ec2ea62b62edbbf0ce6074d726429fdb3935e8246f80566ff4bf7a928c37b48423447532db2098647d135ee7a299ca8bf4d86d95e7c5 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-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: 22 Maintainer: Martin Pitt Architecture: amd64 Source: umockdev Version: 0.17.16-1+apertis0bv2024dev2b1 Depends: libumockdev0 (>= 0.17.16-1+apertis0bv2024dev2b1), gir1.2-glib-2.0 Filename: pool/development/u/umockdev/gir1.2-umockdev-1.0_0.17.16-1+apertis0bv2024dev2b1_amd64.deb Size: 7020 MD5sum: 542ef5ed417770dc4d836370c1118300 SHA1: 8b46f7468716753e2ea03227032a516dddabecfc SHA256: 1b2e7b0d862c26a4cc38f0fc003971eafe59d14a18ef43b2cd9022093ed8c98d SHA512: 794ebd0704d8a47e38030bc52bfd1cd3db6315c202ce03f0e33a7ebc10ed393cbfb07483947a62811f97ee780961acc460919036fdb0e7d7895dcfa80a29144b 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: 140 Maintainer: Laszlo Boszormenyi (GCS) Architecture: amd64 Source: vips Version: 8.14.1-3+apertis0bv2024dev2b1 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+apertis0bv2024dev2b1_amd64.deb Size: 78112 MD5sum: 90f43b4a8e4fb5541d1f6a60709ee37b SHA1: c01e11e0b25bb5631cc7e7311849ce790bdbb06c SHA256: 1503f8f1376ac91c956409aa4e88e42d89583f7f4f6eaf639fc38ec8cf52427c SHA512: d638779101119332dc5723ac89d3d6fa9e5cd5188ed5054bde6467ec030192c78f1e5fc75cbb7ecab4fd62ec84e7d70b1d2fe866b231a4decc550b02999e77b9 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: 619 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: vte2.91 Version: 0.70.3-1+apertis0bv2024dev2b1 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.3-1+apertis0bv2024dev2b1_amd64.deb Size: 602996 MD5sum: 849b5facc119d760d3e39863495e1cfa SHA1: 0c146ffc305a300c48b27d71d3ec3c117c62f485 SHA256: cbd110516e9fed4328a24d69eeb84d1ffe4cf93b0da91bedbcaf451941502e35 SHA512: c79ceb66e583dc6867800c6e596812e97dadc3ade07baf04d6db433951f60cf986496764e19a50b7ba8338407f242921f9bcddb7baed0667400495c4031680fe 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: 618 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: vte2.91 Version: 0.70.3-1+apertis0bv2024dev2b1 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.3-1+apertis0bv2024dev2b1_amd64.deb Size: 602652 MD5sum: 9729a8728f6d0b13b6571b3cbef23014 SHA1: 8392ccfed28ce115cd6834b547945506063ed7ae SHA256: c524b8365fff8570f3a460a3167c27ec720749f2f285092e7b8058eb04b06fed SHA512: 4eb062c7a3c0dfc8cff96dbdde6cc1456c75441285095c671fa335df97558434aba2451c78d6dc8fe1f8b04f3e0ae672aa9e9c995cf13208e58f218c7512f1d5 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: 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: 44491 Maintainer: Jonathan Nieder Architecture: amd64 Version: 1:2.39.2-1.1+apertis1bv2024dev2b1 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+apertis1bv2024dev2b1_amd64.deb Size: 7189564 MD5sum: 1412eff54acafb8fe789bd29377edd0e SHA1: 81ea2b7903906bb1af5fb2f921b144ccea7ef5ad SHA256: f9e953113397967b7e82faaad63cd1b0f45fbdf46fe5805fd923dd7e19943d0f SHA512: 0f646598a795d93aafb7933a2580bade01fb2cf9b31e0475903e8aeca2aa1f32b8ac260d1e8e397bdcdb618d67e0ff6e16876d85f8370120be89f600633f2ade 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+apertis1bv2024dev2b1 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+apertis1bv2024dev2b1_all.deb Size: 992228 MD5sum: cdb241c78e4ebd17c833e2dca59d9436 SHA1: 73c7ef9f6b2b8f95dc44bb2796f03251b1aad007 SHA256: 36bdd2457078187e290190dc674c01904f2d2d2527979bcdf07285423ef98838 SHA512: df6a77eeaa19f9d12a393d7d2a07a734bd063f3922161c762214d72b624964bd87ac56b6af134fe200ee97571fff5579f2a610d99b99da3d04c155e6895a5058 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+apertis1bv2024dev2b1 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+apertis1bv2024dev2b1_all.deb Size: 1055688 MD5sum: 7bfccd2d4773d9ed39dcde6f4f8aaa95 SHA1: 9bbcc2da6cebd7f884ff976343f4d8e72e5451dc SHA256: 9e4d5b60867ccb60aa5059e6f02659d88e7fb00a10d27d49a1e5b1e922bf325f SHA512: 41f8b929098b3e786dee23db0480e7f0091ce5fd9db77db4de1c799b7cfeb9985de39cc197fb3fa478a8989427a8cfbdc926d8c12bac6b61360a2837021d0fd5 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+apertis1bv2024dev2b1 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+apertis1bv2024dev2b1_all.deb Size: 993556 MD5sum: 2ee2d72b91d0c55d517dd5191d2cbfac SHA1: 23ea9ff172ed169d9b3d8cd7f7aea05d12addb36 SHA256: e8aa67dc4f78f757787e7051defab8019f70e7f454b2525abc305de35e4c7e99 SHA512: bf1112b02522cf3dc0aeb5b93b3997e08d428284772c5326902c7c782c53b855dace9dda9fab25f102bad8e59c66a8f2171f912dedeed5768b5d65aa4c9cd1bb 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+apertis1bv2024dev2b1 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+apertis1bv2024dev2b1_all.deb Size: 994736 MD5sum: b91290f47a05074cf784148ddf9829cc SHA1: 19bf043cd874ddf8346f46e06ce0972f069c3ff1 SHA256: 170f18312a1262d0fdb10806be8781711e2f99057d5e4b0e67da8e3783341d05 SHA512: b12cbecd24cfd001acf129d2b7a29dc7ff83257b6e7c6fd5fbf6099dc9c0ddf5664f3f8b766aa4bef74fde232787cfbf7ac26d53c956c8cfa8ea7058f984ec5f 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+apertis1bv2024dev2b1 Depends: git (= 1:2.39.2-1.1+apertis1bv2024dev2b1) Filename: pool/development/g/git/git-dbgsym_2.39.2-1.1+apertis1bv2024dev2b1_amd64.deb Size: 44572752 MD5sum: f83ece7356cdeb0ad3725cfb01366559 SHA1: 3316b3d7cb56fe8d4c2745ff3716ea0a70b3dbd3 SHA256: 764def2b7423f465787ef6e6d0cbb27eda59c441532710f86ec555a8a482118c SHA512: 309422fcd1abfd7e2e9770ce63f432d01556da4b263d6ae95e6c7668c012eb479069ad84c37fed1defcc28bcef734d51db9a6b0d9da24d1b063921e0a32d5b70 Description: debug symbols for git Auto-Built-Package: debug-symbols Build-Ids: 2bfac0ffa170cf100ea06ab82aacc471cea4fe38 31409cdb31a46f01094f75ccf64f25fe0c644583 4b2b19d5b9362141a454cd3d7dc94d2f164aefff 4e37c5c8646589c14a075f920b7a66e3ce74315d 6ee23d97cc4f0bd6633b16d5e9500daf86540089 8378746d0fd1c8678b01e771ff87343d3d6b9982 89ac12aee318dd265e8b64a78e96aee10a719dff c0a9e5044f5f8270228d42a6e1e9b2b41902cf4a e3dab23f438d6b9ecdb32d351dd8e4cc62683bf2 f8e6880e3ad750f5c37a3e708b7f7cf6b4f7ef50 Package: git-debpush Priority: optional Section: devel Installed-Size: 49 Maintainer: Ian Jackson Architecture: all Source: dgit Version: 10.7+apertis0bv2024dev2b1 Depends: devscripts, git, gnupg, libgit-wrapper-perl Filename: pool/development/d/dgit/git-debpush_10.7+apertis0bv2024dev2b1_all.deb Size: 22880 MD5sum: eaed32f47dc1cb796579ea10826d6b07 SHA1: b0b195fba863dac29f67373a7b56d73c244da8af SHA256: 2ef986bc728318406d06dec9b990eaf0050baeecefddedc36974007f4fc4f382 SHA512: 356336ab5437ba1c13747563323271a22d684d59c8b8336f39f8bb81d39a956bf04c64cc60abaef6e42fe21501e40275ff857e5a8090d46709ab21e466db65e2 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+apertis0bv2024dev2b1 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+apertis0bv2024dev2b1_all.deb Size: 73016 MD5sum: 51664ae494b1019d897c40391160aa79 SHA1: 4b5bd0954a8863b3a03a1f02aac0bddccbb740da SHA256: 8f52c888a06b00641ae81195ace195767a257374c2ca299afcd1070da1a1991d SHA512: c4a7e5a145b1169104478fe7a9383532dc12f6d549a3765addf1265b11a60bff0cbc99d8ead7c0273737cba1177ff52779471944371fe8213fd052c6224c79cb 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+apertis1bv2024dev2b1 Suggests: git, git-cvs, git-svn, git-email, gitk, gitweb Filename: pool/development/g/git/git-doc_2.39.2-1.1+apertis1bv2024dev2b1_all.deb Size: 2163516 MD5sum: dbc781a317ed19a2b35a199cbc05e792 SHA1: eed0bf35791c2244278e8e8c9a7df060beb015b2 SHA256: ccc7836b63ed4a38e3e6ca8ab04061b4be9ad0a20c32c79f269f37d50600f819 SHA512: 6fb9d9b06014d678a24c0158612c86c86a115056b52c70109b31858ccd8dc5a4128cdb8d97abd3b6de57996981f516e7499db96c744dfedb7f248db05c677b29 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+apertis1bv2024dev2b1 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+apertis1bv2024dev2b1_all.deb Size: 1019628 MD5sum: f53d2fbb934fefa87bc8727c0a6d514a SHA1: 1d0b51774e73c6b11c27e474838c386764c37d78 SHA256: d55f45d9ca756670dd719a276d27be06df8c0672326d4969e58a648ed061ade9 SHA512: 0305e8da04feca6b21b0dfe7c39ca04efbe1418ab989be30697a5370029e8e4e1f56e594a9e23bbcb2dca2baf68a64f1e9a590cfcf952f0db7f215a2c27d3ee3 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+apertis1bv2024dev2b1 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+apertis1bv2024dev2b1_all.deb Size: 1210624 MD5sum: 67091c7ee065ac4679380843224d9fa8 SHA1: b5e795736dee9f114eb5f98be114443ad90c89d8 SHA256: ae6c55ae43c0588270b1affe4c6e3d43de0bada2e9659450cef5c1c1e6f43456 SHA512: dd436d955d073c6b6ea1866e60bc0ba0563e91c85f043a9eff897e5563432e9a6451b52648372461a8a643f289c206d763fd8941eef210afbceab0f9eebf0868 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+apertis1bv2024dev2b1 Filename: pool/development/g/git/git-man_2.39.2-1.1+apertis1bv2024dev2b1_all.deb Size: 2063484 MD5sum: 75f0025c0ddfdc8a4c2391dd78623fb9 SHA1: 12913f66d1c1ee00a52cf5bac210c05329752bb4 SHA256: e704f302ef6dfd92d1f305c38fe1070c27026b2fe98ab93f48d12138c19cb917 SHA512: 4b4c895aa9335708ce1be12abc34e833fad8a00b6df0035360300a38f91425a185f949014c273769d52ebdc49a2a86936702ffb6e1c16184570625821bd0af56 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+apertis1bv2024dev2b1 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+apertis1bv2024dev2b1_all.deb Size: 1008236 MD5sum: 8dfa84c7dd25979f971004431070d5d5 SHA1: b7605600187c8077d6d90630f44d3fec65ec076d SHA256: 8454f959534fa2529cd8c7c6ad79ac4ad2202316d10a7d3211d5459ca5779561 SHA512: 9199b008de00586e730b68ad4741c56c699f200bb927cebf037b9890ee02a68497408d1b4b8fcc914621e06eeece0e7aa6547b43740ef57bc738b5ba436e9199 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+apertis1bv2024dev2b1 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+apertis1bv2024dev2b1_all.deb Size: 1067652 MD5sum: 18ae1b23cbe089553737ed6768eafeb5 SHA1: 1abfa0a56ed57112539412825183089d5a59ce31 SHA256: 8c282aafe1a293f0b1a730774a3c28f871040340672bab7052c30a7fa68ea14c SHA512: ceb6a6b529e8ad5a93fa332e90900fecc6ef2f583c87fd4c05244829b105c63d20036a9abfed1389e5841a1cfff623b4d17f6aca8e73bba1a8b611eb8618a56e 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+apertis1bv2024dev2b1 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+apertis1bv2024dev2b1_all.deb Size: 1128168 MD5sum: 3cf0b2008e425ae70ee531e57880707f SHA1: 21cfed1bd971ccdcdec5696501b1f5677858a81f SHA256: f91232e189a64c2d67adc935de88962b3c339a7f0f4d5851ad7da5c7ceb44f1f SHA512: 7a4199af7cc21ffe6fa6e9e347ed3668fb667d5c0bc0f84057cec06febbc27bcf9861398ad04f4c6d9f3b515286180235b40a3daf762414ad0682d977396b8fa 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+apertis1bv2024dev2b1 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+apertis1bv2024dev2b1_all.deb Size: 995552 MD5sum: 64ff994372a03c38f7af1351776c0a38 SHA1: ef7d28839626ea703b5b43f34b996b2487f6598b SHA256: 2434822f19f4bdc02fa99a61edd24bf127a97ceb98ba3a95541e32e5c035ddf0 SHA512: 99121dde5183d3e216e13e2992506b9f9b9ab4afe972dbe4f00e8972db5c689554380a7663e1ad7b45cbde1e69f62377e17120ed410a454edf8ebbe49bd1e9cb 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: 182 Maintainer: Debian GNOME Maintainers Architecture: amd64 Version: 1.74.2-1+apertis0bv2024dev2b1 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgjs0g (= 1.74.2-1+apertis0bv2024dev2b1), 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+apertis0bv2024dev2b1_amd64.deb Size: 112864 MD5sum: 6fcb3665095afc2ba072f8f5cd8e94e0 SHA1: 8e88f941c1ea9413db2c568313f4da17c14f9601 SHA256: 8772f53a78b2dede1fea169244755ceb2fb4e0b8edd3ca4455a9f25f51919569 SHA512: 0c571340f6d131507ea60b2bcbc29a389efc582dedd81078d46d354c1d0c8643ca0d3add9ccb4bd89af86707fb56b957dc063cf76a7cd6cfd5cf806854c878c6 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+apertis0bv2024dev2b1 Depends: gjs (= 1.74.2-1+apertis0bv2024dev2b1) Filename: pool/development/g/gjs/gjs-dbgsym_1.74.2-1+apertis0bv2024dev2b1_amd64.deb Size: 25184 MD5sum: 6f5eb59599f708fa55e80b2b7f6840c6 SHA1: 30c9a4fe3a40f593ee6db54f2c008f3112c01bc7 SHA256: cdf32538567cf00fd83b68b2987d925822380190febf9b9c1ef86b0ceb7b29aa SHA512: f422a4e9b6837d1bc34eb5b165df5a9d99e2df918b9332a467a550755e21e33699b5205af98d993a341833a5851c6d4c2b3edb6f1ce28ee3c983578e36f82b1a Description: debug symbols for gjs Auto-Built-Package: debug-symbols Build-Ids: 1e59015e02261f1d2f34d04cc8a10f6644f45425 Package: gjs-tests Priority: optional Section: interpreters Installed-Size: 1458 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: gjs Version: 1.74.2-1+apertis0bv2024dev2b1 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+apertis0bv2024dev2b1), 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+apertis0bv2024dev2b1_amd64.deb Size: 237636 MD5sum: 963ce2e40803a64a2eb18c56f345a4a3 SHA1: a6c29a4f38861a15ad272c60a790b1af6e8ebe55 SHA256: 9435e02b868570208827ce4d8a99f5c88f69864bdfd6ba7a206054365a210fd1 SHA512: a0f8cd6a8874ad1f38fc0e639eeed3ef088319fa99707678b8e2fb31d6dc7d3775f6e500ddc625f34a52e71e33881a6f6a2276fe6f44bbd283517ea399748aaa 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+apertis0bv2024dev2b1 Depends: gjs-tests (= 1.74.2-1+apertis0bv2024dev2b1) Filename: pool/development/g/gjs/gjs-tests-dbgsym_1.74.2-1+apertis0bv2024dev2b1_amd64.deb Size: 226008 MD5sum: bec7171b085070349f30c9ebc75f69d2 SHA1: f982a55701b399678e44785e69689752afec809c SHA256: 03ba5e8facc57f4af627f247f8b7959c72255b77c9f5a6cb30a0aa55e0b4dd15 SHA512: 85e473843c36a7dbee6eeac8a358d4d7318980ca72c6cbb18031bf36c53a51f387f6392ac0daaafdfa50c347e0da2a4faa20a6c9e7cd5adff951902d8c3c9d28 Description: debug symbols for gjs-tests Auto-Built-Package: debug-symbols Build-Ids: 0d0934771f62049d1c5ef4f41de40d544f3982b4 218881eca0c01a4dcbb1a07fca6d979f73250313 3d5c6e1884b17f123b2fb47d35492e72d923736b 5970c59c99b30c89493ad49e7cef77f3178323f5 82644454c4bc05442f107eb9bf98a6b13e2de3de 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+apertis0bv2024dev2b3) Version: 4:12.2.0-3+apertis0bv2024dev2b3 Depends: cpp (>= 4:12.2.0-3+apertis0bv2024dev2b3), gcc (>= 4:12.2.0-3+apertis0bv2024dev2b3), gm2-12 (>= 12.2.0-1~) Filename: pool/development/g/gcc-defaults/gm2_12.2.0-3+apertis0bv2024dev2b3_amd64.deb Size: 1044 MD5sum: 7d5c94ccd1e5c657feedb0b2d9d95c97 SHA1: 6d774c74c252c37e194189af462885435b22e1e8 SHA256: 5ae9103a879d290b0fa852634d5044b9475b2675688185122a06ab8bd43c4e3d SHA512: c035c03247d3ef6c585b08397d392c25f785543f780751450e629117348aa875102dd17141bc3e281539547ea90709940a9907e2fd9c8e7124acd3e6b1474b84 Description: GNU Modula-2 compiler, based on the GCC backend This is a dependency package providing the default GNU Modula-2 compiler. Package: gm2-12-aarch64-linux-gnu Priority: optional Section: devel Installed-Size: 33453 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-12-cross (15+apertis0bv2024dev2b2) Version: 12.2.0-14+apertis1bv2024dev2b2cross1 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+apertis1bv2024dev2b2cross1_amd64.deb Size: 10064300 MD5sum: ca0535c777bce526d548678f00f1e0c3 SHA1: 3b00b102e72d5bc3d343610ea7c935e6e7277f69 SHA256: de939b6e22db8de040617cb486985714b68061b6cee80b8510072b420817271e SHA512: 9d65392d53a22af036e13ae8d03eb5e3d954172fb469fc3d5be1e0f46c2cbdef9c3ae681c567b4af75ccc3c55ce9d2f875c0f0919329ef9b0a7f85d1fca81f6f 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+apertis1bv2024dev2b2) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: gm2-12-arm-linux-gnueabi Priority: optional Section: devel Installed-Size: 30132 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-12-cross (15+apertis0bv2024dev2b2) Version: 12.2.0-14+apertis1bv2024dev2b2cross1 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+apertis1bv2024dev2b2cross1_amd64.deb Size: 9593608 MD5sum: 37623806414d423666e13bf06ba5c9aa SHA1: 2a9590228396b0fb852c990b89d98814f72d0bd9 SHA256: 6de6954fe1734d5cf19093b7481ff839292a40393e8f433657e8b9721a6980a0 SHA512: b56a7d667b8bfcdd28c314a1d68ff329f469bad2a39127899babef293b177fd80b722fa2ccd565e879795bb5081994c835c58bc9443e3d65994ad10a1025a25e 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+apertis1bv2024dev2b2) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: gm2-12-arm-linux-gnueabihf Priority: optional Section: devel Installed-Size: 30132 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-12-cross (15+apertis0bv2024dev2b2) Version: 12.2.0-14+apertis1bv2024dev2b2cross1 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+apertis1bv2024dev2b2cross1_amd64.deb Size: 9595392 MD5sum: 16b5750b67ae3239207670f0dbf97669 SHA1: ea56f28f35ece371537b80ada2f64cb220da4c62 SHA256: a32fbbb5007a40d99eb4a433c2d34111b0911a365021dc510c1e5197f63b45f4 SHA512: 55835f83dcb83dad912c6934c1ed3777ff1d201c398770c1153627e79cda7888e128d9d353d9a1394d0f7e3e901875f978b04c47d932a75627b6622080463a98 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+apertis1bv2024dev2b2) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: gm2-12-i686-linux-gnu Priority: optional Section: devel Installed-Size: 37156 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-12-cross (15+apertis0bv2024dev2b2) Version: 12.2.0-14+apertis1bv2024dev2b2cross1 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+apertis1bv2024dev2b2cross1_amd64.deb Size: 10666112 MD5sum: 8c7caa9ecd4b0c9694084ced715ecd67 SHA1: 68ccfd9f998b7ffdf05b5b29f76bf779651ead55 SHA256: 8812158b5096dee90b6ed0809731312644fd7c2d5a1977b8eefbe485f12a82ce SHA512: e65c57c468aef402f1c71e082271e8995da41f6aef41830b7baf656a2fa75ca6966873fbf85a62837aa8b8b55e37c0540a18f3778d98ca5113ae9bdf41e34741 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+apertis1bv2024dev2b2) 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+apertis0bv2024dev2b3) Version: 4:12.2.0-3+apertis0bv2024dev2b3 Depends: cpp-aarch64-linux-gnu (>= 4:12.2.0-3+apertis0bv2024dev2b3), gm2-12-aarch64-linux-gnu (>= 12.2.0-1~) Filename: pool/development/g/gcc-defaults/gm2-aarch64-linux-gnu_12.2.0-3+apertis0bv2024dev2b3_amd64.deb Size: 1156 MD5sum: 1a474aa6f369054c987b5e53c94d9024 SHA1: 51ea5d81514762b9631e51d5d583f2f37e4881ef SHA256: 48669cc5f39e7a0c6e0649043949b407fd5037ceee590138dc24e3937a81f5a7 SHA512: f5b4c17fc55e4aaa05cceddfb5082d97b38da8956c3ea05e1369f8b07073acf79b9bc9fef4f0969470f9dce63b0846285cb451f9fc9ecd2eef0b4c9281c40a87 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+apertis0bv2024dev2b3) Version: 4:12.2.0-3+apertis0bv2024dev2b3 Depends: cpp-arm-linux-gnueabi (>= 4:12.2.0-3+apertis0bv2024dev2b3), gm2-12-arm-linux-gnueabi (>= 12.2.0-1~) Filename: pool/development/g/gcc-defaults/gm2-arm-linux-gnueabi_12.2.0-3+apertis0bv2024dev2b3_amd64.deb Size: 1152 MD5sum: 36e78f82460aad0cd13c1e50dfe24d93 SHA1: 0e5252c03aeeee60c154170248211420afb41bf0 SHA256: d4170ce1b72d7a6574b84d7fed44b342d3d9f203de22c85f84b33329417beec7 SHA512: a2efb51aad50f820eb6c42f3920d03356bb09e3ea5496a318e6b773a3dac651239ab75e3284972f598fea756b0a89d71b03745734a8680e1226b6a530d888967 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+apertis0bv2024dev2b3) Version: 4:12.2.0-3+apertis0bv2024dev2b3 Depends: cpp-arm-linux-gnueabihf (>= 4:12.2.0-3+apertis0bv2024dev2b3), gm2-12-arm-linux-gnueabihf (>= 12.2.0-1~) Filename: pool/development/g/gcc-defaults/gm2-arm-linux-gnueabihf_12.2.0-3+apertis0bv2024dev2b3_amd64.deb Size: 1156 MD5sum: b9e2cbf100151ae6d0a855aaea4451b1 SHA1: 8c316c87cfe2c4bcfdad5afce1634d44f848e3f8 SHA256: 392eb421693966635104b786da02dc868faa105592fabb241d79053f368c1ac2 SHA512: 9c19800ce0b66c74346f1e014b34f31e828aa75dd7147fe1b80f75d435f83cab6f2288415f783250c38c410f272b0fb3429f7434745d2a8206f9c9bb718b4161 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+apertis0bv2024dev2b3) Version: 4:12.2.0-3+apertis0bv2024dev2b3 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+apertis0bv2024dev2b3) 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+apertis0bv2024dev2b3_amd64.deb Size: 4180 MD5sum: d8fafb7433aba50c45e57fe1e8c351d2 SHA1: ef326d367699cec6ef1f9454a0cce6ab0489fa90 SHA256: 3f832f6d203e978dfe78b19e9796eb417827be6d199b5e828030e318c9a60328 SHA512: ccd6beaa36180cf40f51ea11da15cc3a7a1bc5ff52f213422765ffaf16b4aa9c289ae08234ece431008b4976dc97e92f46c230ddc16c3fc8bcd9f70d50a1e522 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+apertis0bv2024dev2b3) Version: 4:12.2.0-3+apertis0bv2024dev2b3 Depends: cpp-i686-linux-gnu (>= 4:12.2.0-3+apertis0bv2024dev2b3), gm2-12-i686-linux-gnu (>= 12.2.0-1~) Filename: pool/development/g/gcc-defaults/gm2-i686-linux-gnu_12.2.0-3+apertis0bv2024dev2b3_amd64.deb Size: 1148 MD5sum: 5b8db774c7686c7cad15e07d879c5b07 SHA1: 6afaa81c3baaf9669d9bd19b0d142e6dbbe991c9 SHA256: 2e86e40bc3590dec00089cab524a4c2ebc9cc02bffd720b9b7b816cbe389dc27 SHA512: e9eee0f96bd2c182620474cb15caf6e06c8abe1a0cc0dfafd3fc9087619405f74dfbb9fbcfdca3ab3f891e665578734c87f3d9807a1de94c12be6bd38298b696 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+apertis0bv2024dev2b3) Version: 4:12.2.0-3+apertis0bv2024dev2b3 Depends: cpp-powerpc64le-linux-gnu (>= 4:12.2.0-3+apertis0bv2024dev2b3), gm2-12-powerpc64le-linux-gnu (>= 12.2.0-1~) Filename: pool/development/g/gcc-defaults/gm2-powerpc64le-linux-gnu_12.2.0-3+apertis0bv2024dev2b3_amd64.deb Size: 1164 MD5sum: c671ef6051a56cac1175ede1f393c852 SHA1: 9d0546196e9fe49b5c17204f9be75a394a877070 SHA256: 2784eb757e8b7fbcdac6a3329c7818072eba00de54b5d7db204465767f226ce7 SHA512: a009e812e2924452bc912e23218b6f94cc31c359f51b2cbfccf85ebb0c0a2c9420edadb3192dfd475d5d9f8f00082e953d1994200d7b4c1f98b503900c6ead4d 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+apertis0bv2024dev2b3) Version: 4:12.2.0-3+apertis0bv2024dev2b3 Depends: cpp-s390x-linux-gnu (>= 4:12.2.0-3+apertis0bv2024dev2b3), gm2-12-s390x-linux-gnu (>= 12.2.0-1~) Filename: pool/development/g/gcc-defaults/gm2-s390x-linux-gnu_12.2.0-3+apertis0bv2024dev2b3_amd64.deb Size: 1148 MD5sum: bf06bbee767dc987e4bec5f50369d857 SHA1: 673914f35922cf61e55e04a276f0eddbac33cde6 SHA256: 2b01a82223ae3a7b08d1ce2f68b2121202e0a2adf1dd3ef406cab5281df5b5d1 SHA512: 4aef339444b17db66fdf4dc007ba80f87582770155ef3e45e455aea23396ecbc182556f1bbbc0fa760b4a84c0a9e9da8c15fe22f7ec447005829f78cb472f67a 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-12-aarch64-linux-gnu Priority: optional Section: devel Installed-Size: 98569 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-12-cross (15+apertis0bv2024dev2b2) Version: 12.2.0-14+apertis1bv2024dev2b2cross1 Depends: gcc-12-aarch64-linux-gnu-base (= 12.2.0-14+apertis1bv2024dev2b2cross1), gcc-12-aarch64-linux-gnu (>= 12), libgnat-12-arm64-cross (>= 12.2.0-14+apertis1bv2024dev2b2cross1), 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+apertis1bv2024dev2b2cross1_amd64.deb Size: 18225072 MD5sum: a2db13b572d51246940a286c66a0295f SHA1: b5e339e5b7246048b4494f706199d98be87c82c7 SHA256: 0cac3e173431256e327c65172e0a46e94c81faed147b16000d526406d458e8a8 SHA512: db733a9b4c6f187c49fbffed29d1e5a0aecf2a39ea5a9c7bbdc69639dc7b101fa4622aa05bc1e3b4f7f7ff2f419d31e40eec402cd21423014b3d5a000663e5f6 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+apertis1bv2024dev2b2) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: gnat-12-arm-linux-gnueabi Priority: optional Section: devel Installed-Size: 91768 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-12-cross (15+apertis0bv2024dev2b2) Version: 12.2.0-14+apertis1bv2024dev2b2cross1 Depends: gcc-12-arm-linux-gnueabi-base (= 12.2.0-14+apertis1bv2024dev2b2cross1), gcc-12-arm-linux-gnueabi (>= 12), libgnat-12-armel-cross (>= 12.2.0-14+apertis1bv2024dev2b2cross1), 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+apertis1bv2024dev2b2cross1_amd64.deb Size: 17613720 MD5sum: ffb587fb64ceb36db537eca4ec605524 SHA1: 369bc74e32e0e9613c0dcb98a15f2e8102f99223 SHA256: 095f4c3c560656584cb57f2da2ad24484bb758292d3408ea8f3f87d09fa295b0 SHA512: cd24ef9724cf47688c316edd4b8cc2f41477fedc0e97d7525144362998acdd7e6db34ecba6bca04f329df25901cca8de3859545bc5487dbf7e2a19d6fc2b9ed1 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+apertis1bv2024dev2b2) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: gnat-12-arm-linux-gnueabihf Priority: optional Section: devel Installed-Size: 90120 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-12-cross (15+apertis0bv2024dev2b2) Version: 12.2.0-14+apertis1bv2024dev2b2cross1 Depends: gcc-12-arm-linux-gnueabihf-base (= 12.2.0-14+apertis1bv2024dev2b2cross1), gcc-12-arm-linux-gnueabihf (>= 12), libgnat-12-armhf-cross (>= 12.2.0-14+apertis1bv2024dev2b2cross1), 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+apertis1bv2024dev2b2cross1_amd64.deb Size: 17608336 MD5sum: ceb8b538e0a872fb95f7149de0b2edc2 SHA1: cc58ad4e338c640b1de89e95b2b111f7d2262c08 SHA256: 14fc3864ffe6ec32a1f828d1f45a8927610df707c597c388742699d12d770fd7 SHA512: 7529d561856d509f4e02cb7ffc9e9844e6cb14f9b75953149ca4201abb5ba8fb94b693931327baff2d4a8f7465aaa5cdf7fa4250d643a2af50ea6044db58ec4e 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+apertis1bv2024dev2b2) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: gnat-12-i686-linux-gnu Priority: optional Section: devel Installed-Size: 94809 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-12-cross (15+apertis0bv2024dev2b2) Version: 12.2.0-14+apertis1bv2024dev2b2cross1 Depends: gcc-12-i686-linux-gnu-base (= 12.2.0-14+apertis1bv2024dev2b2cross1), gcc-12-i686-linux-gnu (>= 12), libgnat-12-i386-cross (>= 12.2.0-14+apertis1bv2024dev2b2cross1), 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+apertis1bv2024dev2b2cross1_amd64.deb Size: 19317308 MD5sum: 4a6ca31e2a604befbe6004b5eeb786f6 SHA1: 8e0a20bedb164f4bb46555773a3867ba50ab3f8b SHA256: 800306527611798c5616cf6eade211d788d3461670179c45cca69d32dfb0524e SHA512: 07451887c2717c2fcd9e2378fbd4bae273fe3d186d20cbdddf206f01d329b1196e02df67e9248b02514cf52dc760bf8c06e1075a9a2390608d0a9fbbfb2d75a2 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+apertis1bv2024dev2b2) 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+apertis0bv2024dev2b1) Version: 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1 Depends: gnat-mingw-w64-i686, gnat-mingw-w64-x86-64 Filename: pool/development/g/gcc-mingw-w64/gnat-mingw-w64_12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1_all.deb Size: 185456 MD5sum: 2de55fb0918af25d12f36816006cbccb SHA1: 9f0b6d4609d9be9eebcddbf2e93757826db798d7 SHA256: 8b01b685654446b9bc3480dd85d8bf0795b2980de28c7ed3f38b9ef1e1f6d642 SHA512: 0be1910898b7d714cfd355e57dd3e24fa123ff04daeadb51546b2463cb5c0b8dce23a8355dfe474399e6624fe131eb0da9d625ad0c1bce7f9c448c3f3dd03913 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+apertis0bv2024dev2b1) Version: 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1 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+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1_all.deb Size: 185464 MD5sum: 45c0d8ae3f1fec88fb6df327204bc894 SHA1: 301914292bd897b3db407751aeaeac74a0ad6812 SHA256: 5506832336c26353e347df4e97943415861021d63303aa9a6fcf99d8d50bdc31 SHA512: 4370fa6ccfca79cf4ef1510c8db81dd457e15b3dd29f961f62fc53b618e50794ef4a55b3acec3a8f3d3b78e7ce94604e911bbf92224b1987cdac1f2b585ec897 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: 90675 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (25.2+apertis0bv2024dev2b1) Version: 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1 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+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1), gcc-mingw-w64-base (= 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1), 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+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1_amd64.deb Size: 17758692 MD5sum: 8258a330f8f852e10e0c95eb4f812db0 SHA1: 713457ab1bf687b4a26b0126ad013eb6bdb5de83 SHA256: da2421432141809ca9098cbdb7edd43e5f9c50434380454dff6a9e3d2d2279a5 SHA512: 71050f7cfd15dfe36a913651c7505abc52e121efe91d2e9f3e6f1fd469a049b67c7e0208875575a6bbc66cd46b4c6eef2c0852b4088c7b4d23c33330a5873995 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+apertis1bv2024dev2b2) 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+apertis0bv2024dev2b1) Version: 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1 Depends: gnat-mingw-w64-i686-posix (= 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1) Filename: pool/development/g/gcc-mingw-w64/gnat-mingw-w64-i686-posix-dbgsym_12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1_amd64.deb Size: 118642824 MD5sum: f2ae242d1e1da51aa75a9f7e9ef4d833 SHA1: 39d2d96288bcbad45556e9fbb3308374bb664b26 SHA256: d3153b02a58c409b6dfbdcf4e5464396d99abae9e953783f85764bc12a3f04d5 SHA512: d777e27503a52e987e2e5b2052c3d754d94701fbab334cbeeb73684fd354474c4a962452129e53b9148001428201f5b3bf026b73ec66a6a44cac28b19db961f5 Description: debug symbols for gnat-mingw-w64-i686-posix Auto-Built-Package: debug-symbols Build-Ids: 1aa44a7fedf9106447e42ac101111a8050639ad8 3e7e4ce3991ce251f315ec7e181105a3cfdc4a12 41bb68c6cdbbbcb22970bc9535e5d967b990c446 58d53b4f993c4cc5e76cdd6eeaa187a77c2147f1 5c6671a56f5895bd32ba2d1e5d741722d8f24628 67c6c02751b699ed18baee2d42530c2708368a8e 82c17689f3b0c032f5aa9839c18d3178fc5624d6 8fd75262a0c9c33fc34c0f3399d93aad28f478d9 977610e4b10fe9d15223ea57d6e17aab6f11ea51 cdae0702583a2a4d31334173be57231161e2127d e4689840d1f5ecc4418b7082e4b322e42ee2edd1 Package: gnat-mingw-w64-i686-win32 Priority: optional Section: devel Installed-Size: 90675 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (25.2+apertis0bv2024dev2b1) Version: 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1 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+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1), gcc-mingw-w64-base (= 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1), 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+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1_amd64.deb Size: 17758648 MD5sum: cb51cdfb7c0c0cd4c8f848ac74f63c3d SHA1: c265b32ac170fb8dc568bba52719c697e20a6ff1 SHA256: cf2b067c1b144c28174d162366db29339b7769d3244fa163c19451ae336a38e8 SHA512: 35fc3c74a34cd6ab15f9410949628d6469a64218ce182bc973b8e2c914f7930ccce71d0344fda7a67ee058730e0fa4357654f6cfde7ca278c582eb78b14261a3 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+apertis1bv2024dev2b2) 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+apertis0bv2024dev2b1) Version: 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1 Depends: gnat-mingw-w64-i686-win32 (= 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1) Filename: pool/development/g/gcc-mingw-w64/gnat-mingw-w64-i686-win32-dbgsym_12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1_amd64.deb Size: 118807776 MD5sum: 4112aaa1be67ec50a632e66a0d359f23 SHA1: 01dc6bcb7a72ddbbe106e2bc7ac2533a1e1a907f SHA256: eb395c3a560dbc0b7a76f77f9be51f36692049962ce1b915e0d2ac8c4d1355bb SHA512: 8f6590518832b074990dbb92cfa1e044cc9d847deb4a8d0d3d12d177819dbbbf54b1ab2fbd9ccc74b849f66ab57984addb2d36bc93365f7c65ecb77cc6c59d77 Description: debug symbols for gnat-mingw-w64-i686-win32 Auto-Built-Package: debug-symbols Build-Ids: 029bc2744b460f142684286d34941f8fd0e0a67d 28f22b32139ae9a0783d17698d738afd090295e1 391cc0adb9fcff3e10b783be53f1a3d54e6372d1 3bed945200ba1dd508ce051363b1f8b9e2db3abd 8187ab6bd9893b4257b8bb4c681f88ec0fcb0f96 a921bf4b33e4d6fe341aab4e9b9d95bc56bef772 b6a9833a65089424bb9307398a483e633e2f4da3 de2802695a60c35d6a8a693fdfad39c5d44ad234 e192402305205a7e7eeb60ed312eaff915a5a96f e8f00005bc7eff576c7df8cb8b542ff2e716c185 fbd719b0c3868785e8b3f0870d2ae204ae885c8e Package: gnat-mingw-w64-x86-64 Priority: optional Section: devel Installed-Size: 253 Maintainer: Stephen Kitt Architecture: all Source: gcc-mingw-w64 (25.2+apertis0bv2024dev2b1) Version: 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1 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+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1_all.deb Size: 185468 MD5sum: 7a879f7f51ac7f7cf0a53df7148cc58f SHA1: fe96ad998dd427a9ce278f18417de70b5a2768c1 SHA256: eb4030d1ee542e4d8c97a345c9c71c512bb756478d0add813861d010b7b7fa87 SHA512: 576b3cf12b89ce6fcd23680faa467bf1dde463cbcd3bb9811bbfc16089e7c420c29d1d234b58370fa40c564d344fdc1ba978a5e8f9c69321f4536b6f2866437c 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: 98344 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (25.2+apertis0bv2024dev2b1) Version: 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1 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+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1), gcc-mingw-w64-base (= 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1), 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+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1_amd64.deb Size: 18206324 MD5sum: fec25e32e5148ddad51d65711856867b SHA1: 3df931bce10a4f8e39b211f8c5b96ee24b90552f SHA256: a275ead4e28d77dac2d2cbff515b8c65d9460ae0884ac0d669193fae792fe948 SHA512: ca21e7ec15d642c652654127ca3414cfec7ba5dba0b6964008bc40e512e5e61037f78b0c58e5a8c55b205d63d8931c38b6d70a350e336850e789d088dd1cf176 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+apertis1bv2024dev2b2) 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+apertis0bv2024dev2b1) Version: 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1 Depends: gnat-mingw-w64-x86-64-posix (= 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1) Filename: pool/development/g/gcc-mingw-w64/gnat-mingw-w64-x86-64-posix-dbgsym_12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1_amd64.deb Size: 120755100 MD5sum: 5f14365c99bef5db9b46ec64e6fb7039 SHA1: 5f6cc6f359dde745dea8e5bb181c10725370c69a SHA256: 715717ffb481d494f57cfa75361a8ef17a8cb78c5add92057c1391ce584c125f SHA512: 68ba289e1c41cd6996d299637c2a64f705efbfc99760e3d68d05b8ae111840d11ed84fa03614c4f8b84d69b4882f8e576efcb7aea8243343da37c78d2c98ec1a Description: debug symbols for gnat-mingw-w64-x86-64-posix Auto-Built-Package: debug-symbols Build-Ids: 0e9921b8bb61df64529d12b24656b69b5d922373 1dcf2f3d47075ac239b657238ff1c8d14e3b93f8 343303542fd53074628ade3c121790b35c0153e3 3f8facf76b9c0d4288d1f1fa3fed97cac738369e 4977159a1671e6e506b45e7ab99a93fd90a172e8 51de35407e92b22875c1eb647f616bcfc9d66b7f 791bd6f6810e702c98d177327f93f559e0ac09bb 84456edd3c4356c1735e9aeedc70b3c1238de4e2 a7c936c82455ffd6efd679c9c77a8b70e0d49f75 e666d857ec2190575e7aa0b58425a4e061dbbf61 f23442db6f52fbe1661dd4ce2eb3950432d87f09 Package: gnat-mingw-w64-x86-64-win32 Priority: optional Section: devel Installed-Size: 98344 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (25.2+apertis0bv2024dev2b1) Version: 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1 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+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1), gcc-mingw-w64-base (= 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1), 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+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1_amd64.deb Size: 18212212 MD5sum: 794f93bb27931b6caf1f0b8589f6580e SHA1: ede1f37ac88ed20b4ec29983b4cac1f9856e1d54 SHA256: 4df0bf9481a8812ee13a2768bfd961a2bf415ad869b75ad54350f35fc461c924 SHA512: 74b4e6c0c39cc4f35220ebee21adbca551e6cd3702a0117ff78d715d9c171a12c8851c812badd567bb6d731ed346ae55563556461058f7fba37a230bed49a517 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+apertis1bv2024dev2b2) 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+apertis0bv2024dev2b1) Version: 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1 Depends: gnat-mingw-w64-x86-64-win32 (= 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1) Filename: pool/development/g/gcc-mingw-w64/gnat-mingw-w64-x86-64-win32-dbgsym_12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1_amd64.deb Size: 120777392 MD5sum: 5d5017637d57751e03ac852c0a23b7e5 SHA1: 83c6b853a731c13bc4b134bd5dac8d81a42d98de SHA256: df1a9a027d973b798ec76910240ac4eafc3f57d7492dbca7b4daf74b2ec1deb0 SHA512: 9c1880013d31e8228bba3101b4c21bd37af5e6bb363467846943df991ef1e1aa993525abd6ee90154f2174d45174f380dd127e2e01a2c7530c7421607a4a74ed Description: debug symbols for gnat-mingw-w64-x86-64-win32 Auto-Built-Package: debug-symbols Build-Ids: 02165542881db89c0643e0a5c1935fe098374a7d 0aca0e77765679d0b91f12137f52b5deb55de3d8 0b5446d97e2aa75ecae9e0bad77d585013900a98 32b108ece6dbdc3d4b4c34067292c7d1ec7e3f7d 3b65a14985eec22f96963aee948115cbfc0c1c41 497dd6940200472f19795b712bc69a9a3dd77d31 869ea2773266a78f30a4e1f5aa70da6611d47d12 8dad7fa1c1039ab515ede864ebeaf58cebcaf43a b922d2bfab733337d8e489f5d4878628b52fd916 ce050a82e1086ad92e203efd51a5daccd233f455 f08e2278b17bc6315e667b7683675d0c717ff42b 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+apertis1bv2024dev2b1 Replaces: gnupg2 (<< 2.1.11-7+exp1) Depends: dirmngr (<< 2.2.40-1.1+apertis1bv2024dev2b1.1~), dirmngr (>= 2.2.40-1.1+apertis1bv2024dev2b1), gnupg-l10n (= 2.2.40-1.1+apertis1bv2024dev2b1), gnupg-utils (<< 2.2.40-1.1+apertis1bv2024dev2b1.1~), gnupg-utils (>= 2.2.40-1.1+apertis1bv2024dev2b1), gpg (<< 2.2.40-1.1+apertis1bv2024dev2b1.1~), gpg (>= 2.2.40-1.1+apertis1bv2024dev2b1), gpg-agent (<< 2.2.40-1.1+apertis1bv2024dev2b1.1~), gpg-agent (>= 2.2.40-1.1+apertis1bv2024dev2b1), gpg-wks-client (<< 2.2.40-1.1+apertis1bv2024dev2b1.1~), gpg-wks-client (>= 2.2.40-1.1+apertis1bv2024dev2b1), gpg-wks-server (<< 2.2.40-1.1+apertis1bv2024dev2b1.1~), gpg-wks-server (>= 2.2.40-1.1+apertis1bv2024dev2b1), gpgsm (<< 2.2.40-1.1+apertis1bv2024dev2b1.1~), gpgsm (>= 2.2.40-1.1+apertis1bv2024dev2b1), gpgv (<< 2.2.40-1.1+apertis1bv2024dev2b1.1~), gpgv (>= 2.2.40-1.1+apertis1bv2024dev2b1) Suggests: parcimonie, xloadimage Breaks: debsig-verify (<< 0.15), dirmngr (<< 2.2.40-1.1+apertis1bv2024dev2b1), 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+apertis1bv2024dev2b1_all.deb Size: 852828 MD5sum: b2990a75fb0d89b0f09b6cbc412b6632 SHA1: 9c2a2d71747af60023efc3292df4f2043bd8ebd3 SHA256: c945e2891e2655916b3be6f53340489c54af99e1fb7e2feec5217ee512957f56 SHA512: 92eb44668edec798cdb27f66d17957410cc0e6802e299574718b194ab4ab5da527c4c477e8d1f39de70e2ee4e790296089add073cdb52aae32e16e123d2312ad 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+apertis1bv2024dev2b1 Depends: gpg-agent (>= 2.2.40-1.1+apertis1bv2024dev2b1) Filename: pool/development/g/gnupg2/gnupg-agent_2.2.40-1.1+apertis1bv2024dev2b1_all.deb Size: 452412 MD5sum: e8bb18b7784367c8a1b120003788bd54 SHA1: a8e0e51e31f5568d6fd06df3b06dc7eaf2446710 SHA256: 458d8ea8c5f3dd6012e25a1f12c82016cf595e533ab991eed378682c7d47299c SHA512: 885d41153d1626a0f70b79a7bba182db1b37181d72e317e4a11fd7ddf6e7e19562b9bbc2ab2c9d38c76ba8c2f515e974e1c33b4430d4473725397e7b816da72b 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+apertis1bv2024dev2b1 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+apertis1bv2024dev2b1_all.deb Size: 1101428 MD5sum: 7d033d6c689f8a10b3105c039a912fb5 SHA1: 436596d4c306f92d9c774b7519e082910e52e4c6 SHA256: c2a42b9a3fee9116fe29a171e0f254e1a295b009242960f37fe1431dd1a37444 SHA512: ef7e5258f5b40172114ad05e0167bb649b621f92cb26a6a725446561e20e3c1ad93df263ffc19f4cd42cc5673c943b6e5baea56dab2c4b1d9c43e578bebfc659 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: 1844 Maintainer: Debian GnuPG Maintainers Architecture: amd64 Source: gnupg2 Version: 2.2.40-1.1+apertis1bv2024dev2b1 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+apertis1bv2024dev2b1_amd64.deb Size: 933712 MD5sum: 7ba0c998469a76b2f5da6dda3ac7ff60 SHA1: 5e1d880428ef5f12f008f103d91944ba34158c0c SHA256: f9fb120532c987234d0f258c4c6216a136072b754dc2f870f3632e4c005278ee SHA512: f394ef60b9c88a8c4cfd60d847fe678de10895dc7854f8a44a9d5b9ff0467b1a0e4d5e024abd230bdf7c4a42d025663774b8ef8f32478933c8918fd74c40cfb1 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+apertis1bv2024dev2b1 Depends: gnupg-utils (= 2.2.40-1.1+apertis1bv2024dev2b1) Filename: pool/development/g/gnupg2/gnupg-utils-dbgsym_2.2.40-1.1+apertis1bv2024dev2b1_amd64.deb Size: 1645688 MD5sum: cb8c1805ebd7a25bf86d566dbbb18678 SHA1: be061fe7c4d6c07cf54c19e624338d161d716d33 SHA256: 660108d21fa0d55944b4645b7a08b169a45b99e902bd28e9960b9f0208e325b9 SHA512: 0b4caee32580275efb353b587861f3243fddd44d413ae4e70d0af337de221a690566b405b2a91a60031411b6dd6de1780768a4736e3887acd7a6b5d331e99838 Description: debug symbols for gnupg-utils Auto-Built-Package: debug-symbols Build-Ids: 12607ced54a5853ede1d0fce8513d4b1ac3a2105 2ac2d4b5db0e9a5246fd8972505b1cdc9a7d5e1d 436b38dacd782a9595878ab98dec0c5bcb8b70bc 7a4edc40df483a2716567e105b41682f016f4cd8 a6cd2f58b69199452386464de794d42ab9189bd0 e7080cea2204ff40b1b4df2a05baa14d75fd8a68 Package: gnupg2 Priority: optional Section: oldlibs Installed-Size: 461 Maintainer: Debian GnuPG Maintainers Architecture: all Version: 2.2.40-1.1+apertis1bv2024dev2b1 Depends: gnupg (>= 2.2.40-1.1+apertis1bv2024dev2b1) Filename: pool/development/g/gnupg2/gnupg2_2.2.40-1.1+apertis1bv2024dev2b1_all.deb Size: 452500 MD5sum: b106182e3b3f540665aed54f5bc87ba5 SHA1: c07e2b9d39b8d3c024d7bf0ec7710e9ca6b51e3a SHA256: 741d692f9ea4b9d37d91ece4f7d463818f3322fd4315e915fa8e1fd364f11528 SHA512: 2850f53e04cfb2d60f34be0f7f512c3d02eba5bcae237af5dec81311d75c4bedf985690f3a80050c31814a8c7633ca3bc6d88419744d5d80370d27a895121eca 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+apertis0bv2024dev2b3) Version: 4:12.2.0-3+apertis0bv2024dev2b3 Provides: objc-compiler Depends: cpp (>= 4:12.2.0-3+apertis0bv2024dev2b3), gcc (>= 4:12.2.0-3+apertis0bv2024dev2b3), gobjc-12 (>= 12.2.0-1~) Suggests: gobjc-multilib Filename: pool/development/g/gcc-defaults/gobjc_12.2.0-3+apertis0bv2024dev2b3_amd64.deb Size: 1024 MD5sum: 9bf639eda2f4de71558862dd8985a234 SHA1: 8b4d9b36b781fc674280ce59c7d38e93f8b84f3e SHA256: a2dbde56beeaad875c1e8f2282d7ac1b8ba3dbd660526a28c4cea51a51d2b5ab SHA512: 7d3c04226c573893bdb512add0b33a42f8f3ffd0294b9ff84feaa166e3324024b4cd4a1e329aa187debb92dff6f93580b5d07586a75b17b890cc9ef389a4326f 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+apertis0bv2024dev2b3) Version: 4:12.2.0-3+apertis0bv2024dev2b3 Provides: objc++-compiler Depends: cpp (>= 4:12.2.0-3+apertis0bv2024dev2b3), gcc (>= 4:12.2.0-3+apertis0bv2024dev2b3), gobjc++-12 (>= 12.2.0-1~) Recommends: g++ (>= 4:12.2.0-3+apertis0bv2024dev2b3), gobjc (>= 4:12.2.0-3+apertis0bv2024dev2b3) Suggests: gobjc++-multilib Filename: pool/development/g/gcc-defaults/gobjc++_12.2.0-3+apertis0bv2024dev2b3_amd64.deb Size: 1048 MD5sum: 9643e66788f2d912f0657ff982cc956a SHA1: 2c9936d106c2c4c1252b293cb56da73e3414cbb1 SHA256: 6ccb0325eef0c65d4cb28b7679c89111d19f5cd4f58c997c3f05ef798fd76aac SHA512: 2f8f5f820b7329e04e0f6d5177f14a8fb2237865d028c438f9cff468549deb6381301459aaee9f50a42748852f47a7f8ecc9132d2193cc52acf0684c0ddb1bd0 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++-12-aarch64-linux-gnu Priority: optional Section: devel Installed-Size: 31144 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-12-cross (15+apertis0bv2024dev2b2) Version: 12.2.0-14+apertis1bv2024dev2b2cross1 Provides: objc++-compiler-aarch64-linux-gnu Depends: gcc-12-aarch64-linux-gnu-base (= 12.2.0-14+apertis1bv2024dev2b2cross1), gobjc-12-aarch64-linux-gnu (= 12.2.0-14+apertis1bv2024dev2b2cross1), g++-12-aarch64-linux-gnu (= 12.2.0-14+apertis1bv2024dev2b2cross1), 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+apertis1bv2024dev2b2cross1_amd64.deb Size: 9672296 MD5sum: 7ac66cdb3f232085333ed9118d3a14b1 SHA1: bff65f978c0651b53c472f95a7c7b646e1c74a9a SHA256: 6d2dc4fbf935657602c1a6e608b8b6a4e4bbeec43cf2d8381aa9050925c72b53 SHA512: 0579a602aae1158891090975a4a99a69736f10524814ee252cdbb90fae5537584f781b18ee5141280a239bd6953baa90c8c9dfc9701075a072665e16988c3183 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+apertis1bv2024dev2b2) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: gobjc++-12-arm-linux-gnueabi Priority: optional Section: devel Installed-Size: 27688 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-12-cross (15+apertis0bv2024dev2b2) Version: 12.2.0-14+apertis1bv2024dev2b2cross1 Provides: objc++-compiler-arm-linux-gnueabi Depends: gcc-12-arm-linux-gnueabi-base (= 12.2.0-14+apertis1bv2024dev2b2cross1), gobjc-12-arm-linux-gnueabi (= 12.2.0-14+apertis1bv2024dev2b2cross1), g++-12-arm-linux-gnueabi (= 12.2.0-14+apertis1bv2024dev2b2cross1), 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+apertis1bv2024dev2b2cross1_amd64.deb Size: 9175596 MD5sum: 5d56565f8ca363bfc728076c4a1ea0ed SHA1: d05a8854b9e14ad70b959cf932e3978859333626 SHA256: b36ea99da7bc081e8697c54d11b4b09e8fadd65c74e699951557c18187b72a79 SHA512: 5b72fd0e13dce4220aa7056e540ff1b61e09fcd9781f46186cd59a9b410c47311986c1a3f4419be7e22215c4829b2a0b4714b6fe3f5e5b00456cf29a1fd835b7 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+apertis1bv2024dev2b2) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: gobjc++-12-arm-linux-gnueabihf Priority: optional Section: devel Installed-Size: 27688 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-12-cross (15+apertis0bv2024dev2b2) Version: 12.2.0-14+apertis1bv2024dev2b2cross1 Provides: objc++-compiler-arm-linux-gnueabihf Depends: gcc-12-arm-linux-gnueabihf-base (= 12.2.0-14+apertis1bv2024dev2b2cross1), gobjc-12-arm-linux-gnueabihf (= 12.2.0-14+apertis1bv2024dev2b2cross1), g++-12-arm-linux-gnueabihf (= 12.2.0-14+apertis1bv2024dev2b2cross1), 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+apertis1bv2024dev2b2cross1_amd64.deb Size: 9172816 MD5sum: efb63a51a876e30574a9c490c7fde00f SHA1: 66c7061bbdc8ddfd2244b9e504b943218afba7d5 SHA256: 0c5febbfc35fb3448fe261fd921f5583aa7c5df7d3d447747cabfd644c80772d SHA512: 1d56e07f5267c22ec20ae790e964131cb9fd26de47fa843f4f77649e5c0aee1574d198ca16790ba3be6e4fcbc953a832656cfade630981161062bf8a7a5bf86b 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+apertis1bv2024dev2b2) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: gobjc++-12-i686-linux-gnu Priority: optional Section: devel Installed-Size: 34864 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-12-cross (15+apertis0bv2024dev2b2) Version: 12.2.0-14+apertis1bv2024dev2b2cross1 Provides: objc++-compiler-i686-linux-gnu Depends: gcc-12-i686-linux-gnu-base (= 12.2.0-14+apertis1bv2024dev2b2cross1), gobjc-12-i686-linux-gnu (= 12.2.0-14+apertis1bv2024dev2b2cross1), g++-12-i686-linux-gnu (= 12.2.0-14+apertis1bv2024dev2b2cross1), 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+apertis1bv2024dev2b2cross1_amd64.deb Size: 10281564 MD5sum: ad62906833632c789d018c0570c2de3e SHA1: 8112ebbf38331af94b0903c4e3c94a610fc4ada5 SHA256: 74b649d50deb0d668b794231c77afffeb57a458b5e8960ab2f28f721b27bc1af SHA512: e695bb96e57af05ce8c012ec3a59a7fc709456392d5397d6b98c5c51441f8f514b9d6535eea4131f3750036324721a3a11c981b623ce4bcd55845e2b9ab3d128 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+apertis1bv2024dev2b2) 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+apertis0bv2024dev2b2) Version: 12.2.0-14+apertis1bv2024dev2b2cross1 Depends: gcc-12-i686-linux-gnu-base (= 12.2.0-14+apertis1bv2024dev2b2cross1), gobjc++-12-i686-linux-gnu (= 12.2.0-14+apertis1bv2024dev2b2cross1), g++-12-multilib-i686-linux-gnu (= 12.2.0-14+apertis1bv2024dev2b2cross1), gobjc-12-multilib-i686-linux-gnu (= 12.2.0-14+apertis1bv2024dev2b2cross1) Filename: pool/development/g/gcc-12-cross/gobjc++-12-multilib-i686-linux-gnu_12.2.0-14+apertis1bv2024dev2b2cross1_amd64.deb Size: 1132 MD5sum: b86667f0ba12f0b0dee8fc722ce91989 SHA1: 590e1ced5c0fc8248b590973d8d52185e86b9e78 SHA256: fe72205591b8cbcfbc2ae97619932377641dc9bb1048bb29a25450265228202f SHA512: dc4b7048de1e0bd8502fa3cbac30a4e821f13744c562124673c045f0b30e45b799eed362cc1adab33ee6801944230f9654b4f3548883940a2060df99e7d70bf2 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+apertis1bv2024dev2b2) 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+apertis0bv2024dev2b3) Version: 4:12.2.0-3+apertis0bv2024dev2b3 Depends: cpp-aarch64-linux-gnu (>= 4:12.2.0-3+apertis0bv2024dev2b3), gcc-aarch64-linux-gnu (>= 4:12.2.0-3+apertis0bv2024dev2b3), gobjc++-12-aarch64-linux-gnu (>= 12.2.0-1~) Recommends: g++-aarch64-linux-gnu (>= 4:12.2.0-3+apertis0bv2024dev2b3), gobjc-aarch64-linux-gnu (>= 4:12.2.0-3+apertis0bv2024dev2b3) Filename: pool/development/g/gcc-defaults/gobjc++-aarch64-linux-gnu_12.2.0-3+apertis0bv2024dev2b3_amd64.deb Size: 1100 MD5sum: eb6fbb5419cefea10756dfc602750a88 SHA1: 3e1687aaf037a35209e78f374dd8a92788086f70 SHA256: d921629e8e8b8cb0f39f43135e74eefcea33dddff9eeafc9d10f1bd2455c3457 SHA512: ddd0bc119cb0793a34ecc72bda7f1128a7d598e6abb2badcac5403b83a5fcd40b7e2fc1919b90472a368218fbfe39c71d3e6f6095106d3ff5558b99e18362eb5 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+apertis0bv2024dev2b3) Version: 4:12.2.0-3+apertis0bv2024dev2b3 Depends: cpp-arm-linux-gnueabi (>= 4:12.2.0-3+apertis0bv2024dev2b3), gcc-arm-linux-gnueabi (>= 4:12.2.0-3+apertis0bv2024dev2b3), gobjc++-12-arm-linux-gnueabi (>= 12.2.0-1~) Recommends: g++-arm-linux-gnueabi (>= 4:12.2.0-3+apertis0bv2024dev2b3), gobjc-arm-linux-gnueabi (>= 4:12.2.0-3+apertis0bv2024dev2b3) Filename: pool/development/g/gcc-defaults/gobjc++-arm-linux-gnueabi_12.2.0-3+apertis0bv2024dev2b3_amd64.deb Size: 1100 MD5sum: 348a77d394cfc4bb0f77473d4766bdfd SHA1: 6207bc0c658b33f6f4ec75e8d4a3b63f97ecfc5d SHA256: ea5b1221af74772f9db3c02180aa120238df000eba53cffe5ef93a01f1ee5ddd SHA512: c2e6ff4a4dff120b5a026fa12deff69a766f9f3f80fc2f236d239526e0e716c7ae331b16f4f2a3281aede9faaf494b427fad4fda018a7b272d43d2170a143012 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+apertis0bv2024dev2b3) Version: 4:12.2.0-3+apertis0bv2024dev2b3 Depends: cpp-arm-linux-gnueabihf (>= 4:12.2.0-3+apertis0bv2024dev2b3), gcc-arm-linux-gnueabihf (>= 4:12.2.0-3+apertis0bv2024dev2b3), gobjc++-12-arm-linux-gnueabihf (>= 12.2.0-1~) Recommends: g++-arm-linux-gnueabihf (>= 4:12.2.0-3+apertis0bv2024dev2b3), gobjc-arm-linux-gnueabihf (>= 4:12.2.0-3+apertis0bv2024dev2b3) Filename: pool/development/g/gcc-defaults/gobjc++-arm-linux-gnueabihf_12.2.0-3+apertis0bv2024dev2b3_amd64.deb Size: 1108 MD5sum: ee6c39053ed1a521f8ef4afb8244fda1 SHA1: 234120ddce560574165b210021636c92e51cfd40 SHA256: 270e612fac5034818c48ce207b874520859f35100e2a3bf10ec2cbdaeb4bdff4 SHA512: 83cde888ab17618c43041a4600d9c8e47ab393c22989da960bb7a16d7027e1e5ef4089cf33d76e1d90288e6c1acd68c56c4940d59525cf00fdb57e4c013cb049 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+apertis0bv2024dev2b3) Version: 4:12.2.0-3+apertis0bv2024dev2b3 Depends: cpp-i686-linux-gnu (>= 4:12.2.0-3+apertis0bv2024dev2b3), gcc-i686-linux-gnu (>= 4:12.2.0-3+apertis0bv2024dev2b3), gobjc++-12-i686-linux-gnu (>= 12.2.0-1~) Recommends: g++-i686-linux-gnu (>= 4:12.2.0-3+apertis0bv2024dev2b3), gobjc-i686-linux-gnu (>= 4:12.2.0-3+apertis0bv2024dev2b3) Filename: pool/development/g/gcc-defaults/gobjc++-i686-linux-gnu_12.2.0-3+apertis0bv2024dev2b3_amd64.deb Size: 1100 MD5sum: 3c6f99c322e9a3ce5b6213217d31479d SHA1: 324dbf0ffc8128b197121f0cf076edcf5ee95093 SHA256: 5294fca348dfe29787d58b310707621de3a1568e6d5c71589ff0f586f6677c53 SHA512: afd8edcb86a7b9c3ef6ff844e1fadf9a4a3911ae6917168d26902614891b8590ad6ec7d9e3dd9afd0d65f9d684461bbbf52f45213435ba5f9ceb8e845c9a5bf3 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+apertis0bv2024dev2b1) Version: 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1 Depends: gobjc++-mingw-w64-i686, gobjc++-mingw-w64-x86-64 Filename: pool/development/g/gcc-mingw-w64/gobjc++-mingw-w64_12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1_all.deb Size: 185460 MD5sum: 1dcb6d4f049abc4ce4668288a8cba39d SHA1: 5da59c111af2a933293c5f2dcc4280f2dd546a6a SHA256: 9f6201f640e0a38559080cac18afe4e864ce37141d6af2c9dbaebb62264d0a13 SHA512: 5991399e69dc1b77bb5d896b995c554ccb1cb9bdac7eda87187ff70c24254276a2d9d25036c546088f6da41f7b8ac333fa46cd00ab70a83655eb08cb34a66b95 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+apertis0bv2024dev2b1) Version: 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1 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+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1_all.deb Size: 185476 MD5sum: 48bab64f468308d71ee4cb4b3055601d SHA1: 8b2d3c02a71d9f22f9aba5f7e3a9d74654bb178a SHA256: 5b481cfe3fd43da1456dce04074bf5ea00c09404000a4655a5d682d5539d5f3d SHA512: 55c478ffca5c00f0ff587f3f7378b2091bc204ba19bfbf36231f20df37995ec9d96c2c9de3bdd423922e22b561a63142d1469f385ff85436488399b0e45522b9 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: 34607 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (25.2+apertis0bv2024dev2b1) Version: 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1 Replaces: gobjc++-mingw-w64-i686 (<< 9.3.0-8+22) Depends: gobjc-mingw-w64-i686-posix (= 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1), gcc-mingw-w64-base (= 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1), 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+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1_amd64.deb Size: 10205236 MD5sum: fb179717735797ae637c3a0a629ea5f8 SHA1: 9039715a8a60589d3b8da4eb6df9a71d0c8de598 SHA256: 368e639699768625cbc0fd3124ebca73342139950c564b401fe428e99cd995af SHA512: a623067ce8281547a867cbbba61bd3ab1ffa3636149c6b04397135fc4fe31eefde30118a802469258d60c7a9e860c876bf9b491e256ac304ed372a629cb3134a 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+apertis1bv2024dev2b2) 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+apertis0bv2024dev2b1) Version: 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1 Depends: gobjc++-mingw-w64-i686-posix (= 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1) Filename: pool/development/g/gcc-mingw-w64/gobjc++-mingw-w64-i686-posix-dbgsym_12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1_amd64.deb Size: 104661940 MD5sum: fbf19469a1d74ed296b9cf19f259ed23 SHA1: db2b42e76ca9536d2056ccc02d9d1782b66b1e02 SHA256: c5c570d8664f693a85397f0b5723a59b9e339a55303714d53ee9841a24343388 SHA512: 77eef8c0e2bca957cf92eadb30fa548de04643036fe48a34213f3d18660c6038a800a43f39b65acce9115248cfabfd993c8aeac5e8daba1da5c41d5588c80db0 Description: debug symbols for gobjc++-mingw-w64-i686-posix Auto-Built-Package: debug-symbols Build-Ids: d0cb466dd9e50fe9e5aac210d127bbc8cbdc1dfd Package: gobjc++-mingw-w64-i686-win32 Priority: optional Section: devel Installed-Size: 34607 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (25.2+apertis0bv2024dev2b1) Version: 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1 Replaces: gobjc++-mingw-w64-i686 (<< 9.3.0-8+22) Depends: gobjc-mingw-w64-i686-win32 (= 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1), gcc-mingw-w64-base (= 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1), 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+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1_amd64.deb Size: 10198620 MD5sum: 1eda36393bc364a5b63db1e8300637b6 SHA1: 3ec197d03e19ad1acc32b3b521ca4f4851e1239b SHA256: 84b83138dae3c6444e767880ec57e9554d1557d8687e8b614faa96f63a125035 SHA512: a596f7c6c24e90c02cb70de7cb8c789d2b016b125313334d58452631fda1e44c716b973b831d4f4be6d2dfde4b6adb2cdf78ed11a81e4485713cecf7bbc7ff0a 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+apertis1bv2024dev2b2) 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+apertis0bv2024dev2b1) Version: 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1 Depends: gobjc++-mingw-w64-i686-win32 (= 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1) Filename: pool/development/g/gcc-mingw-w64/gobjc++-mingw-w64-i686-win32-dbgsym_12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1_amd64.deb Size: 104672548 MD5sum: f18c449bb3739e5dd07017c710343687 SHA1: 5e12ca3cb805f83d54842383c0e6161f6aa3f207 SHA256: 68b66d4831e8ceccc249a022e2fbd52a66674f614b4aa4950c40b7557878fde0 SHA512: 70b0fb31ed9291e611bad443126e1ea6051c4077bd69863a38fa1dc99ed93bba61e2bdc58b43616a4f5c301e4345036e1622ce18cf19d926a6540c7d4a75dc1e Description: debug symbols for gobjc++-mingw-w64-i686-win32 Auto-Built-Package: debug-symbols Build-Ids: b665119c4d2121a958211caae6ebe70fdf7caa55 Package: gobjc++-mingw-w64-x86-64 Priority: optional Section: devel Installed-Size: 253 Maintainer: Stephen Kitt Architecture: all Source: gcc-mingw-w64 (25.2+apertis0bv2024dev2b1) Version: 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1 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+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1_all.deb Size: 185468 MD5sum: a1837b7fb148a28ca7e82aa0de160642 SHA1: 3b3f2b87a0a364e3c55330c3e4c28797891adcf3 SHA256: d002ddf712ec4c7ee605d8858c0430fb8021c422244038278ab11a1a91f48960 SHA512: 3bca929320649622a622f249c117139a991f45f556ffad266515a37bae2d4d58363715041641535b8b1458ab9b0e88783225bf9a1a36182acf9fdadb894b8004 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: 35187 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (25.2+apertis0bv2024dev2b1) Version: 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1 Replaces: gobjc++-mingw-w64-x86-64 (<< 9.3.0-8+22) Depends: gobjc-mingw-w64-x86-64-posix (= 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1), gcc-mingw-w64-base (= 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1), 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+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1_amd64.deb Size: 10333124 MD5sum: c033f0a4a800c7f2b6cac195c3cb6503 SHA1: ce1e05ad482615f62f9473703ae810d6832004b1 SHA256: 23ccef7213a0a9360406647c1c89e360bd20b9a2def27494a59c5b20ece4778c SHA512: 0ea6bc304c7a861ad1aec1d8cd4ebb03cd25884e9048dbf6fcb876a3eadec61a470dd036ad171ac63908063a9bd088a4f2c031906fb7998381667eb070ff47b7 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+apertis1bv2024dev2b2) 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+apertis0bv2024dev2b1) Version: 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1 Depends: gobjc++-mingw-w64-x86-64-posix (= 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1) Filename: pool/development/g/gcc-mingw-w64/gobjc++-mingw-w64-x86-64-posix-dbgsym_12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1_amd64.deb Size: 105464048 MD5sum: 14c052f551b5500404949691041c5f96 SHA1: 912811a5038d18d1ab57cc2fae672020f0c97c50 SHA256: c75e65c8d92bbb9686e68b2929f144dd5d32cd9b0139927d50fbcf39d8053746 SHA512: 5daef8989e621d5f9cef43ba10ff5fad829f3b0b768eac4b53218305ff8c6489d9d1cb5778d738850e11a204b631a39f4905823fc5851527393184ab91914c79 Description: debug symbols for gobjc++-mingw-w64-x86-64-posix Auto-Built-Package: debug-symbols Build-Ids: 1fd5015c3c7276bb1be9cbfc7e3c17efb2bfb372 Package: gobjc++-mingw-w64-x86-64-win32 Priority: optional Section: devel Installed-Size: 35187 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (25.2+apertis0bv2024dev2b1) Version: 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1 Replaces: gobjc++-mingw-w64-x86-64 (<< 9.3.0-8+22) Depends: gobjc-mingw-w64-x86-64-win32 (= 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1), gcc-mingw-w64-base (= 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1), 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+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1_amd64.deb Size: 10332996 MD5sum: 00a2ca20459d5079f5dcd3f5c4e99cd5 SHA1: bc6b766ea591e430b3da79e6c9bef0e619eaa139 SHA256: b8054a194c5bcb64dcda588c79e91140f2ec505bd0446779c561b6cf7014e20a SHA512: f42487623c840de039279dfe474102fce2bb0eb866942d68fde29b5b7a23b300085d1384beabc27fef63c779528c29902f0df82a2585fe045e6d0e6d6b1501cd 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+apertis1bv2024dev2b2) 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+apertis0bv2024dev2b1) Version: 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1 Depends: gobjc++-mingw-w64-x86-64-win32 (= 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1) Filename: pool/development/g/gcc-mingw-w64/gobjc++-mingw-w64-x86-64-win32-dbgsym_12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1_amd64.deb Size: 105458816 MD5sum: ac7e5473a23b1360ccaa3c61ac8d2b34 SHA1: d67a977325cc3771460886f5d39bba6ed7d39fc9 SHA256: 01a368392845031b9f47b8b68dc9499abc607a120dff118f725fa9809f5cbd68 SHA512: 100d5744bdfed8e9c4b3551ec0aff9c1c5e73a44ea4850c7f210972afe93f5ecd3a103c90fd726fd099edf532ea7f5e9e5c0660cbb223185c497ef6b2b145d19 Description: debug symbols for gobjc++-mingw-w64-x86-64-win32 Auto-Built-Package: debug-symbols Build-Ids: de15e77a4593518bb50d809c45008be0e18a543e Package: gobjc++-multilib Priority: optional Section: devel Installed-Size: 6 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.203+apertis0bv2024dev2b3) Version: 4:12.2.0-3+apertis0bv2024dev2b3 Depends: cpp (>= 4:12.2.0-3+apertis0bv2024dev2b3), gobjc-multilib (>= 4:12.2.0-3+apertis0bv2024dev2b3), gobjc++ (>= 4:12.2.0-3+apertis0bv2024dev2b3), gobjc++-12-multilib (>= 12.2.0-1~) Filename: pool/development/g/gcc-defaults/gobjc++-multilib_12.2.0-3+apertis0bv2024dev2b3_amd64.deb Size: 1036 MD5sum: f3fb82a957771cb60bdbfb99e215736e SHA1: 3094b41ffbbb91ed334a9502cb164bfe117deca4 SHA256: a73def03ec8532fe2d57e1f2707d76b02e598a52f581f373a4e7a8b5940baa90 SHA512: 541001f3d5938d1bec77db5fb6e3cf328e820caeef130e9dc39a29f1859ee655167d875e1b6f8b784308d1e0887463cd80b8c85a21b401657f75ae76b2a345d9 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+apertis0bv2024dev2b3) Version: 4:12.2.0-3+apertis0bv2024dev2b3 Depends: cpp-i686-linux-gnu (>= 4:12.2.0-3+apertis0bv2024dev2b3), gcc-multilib-i686-linux-gnu (>= 4:12.2.0-3+apertis0bv2024dev2b3), gobjc++-i686-linux-gnu (>= 4:12.2.0-3+apertis0bv2024dev2b3), gobjc++-12-multilib-i686-linux-gnu (>= 12.2.0-1~) Recommends: g++-i686-linux-gnu (>= 4:12.2.0-3+apertis0bv2024dev2b3), gobjc-i686-linux-gnu (>= 4:12.2.0-3+apertis0bv2024dev2b3) Filename: pool/development/g/gcc-defaults/gobjc++-multilib-i686-linux-gnu_12.2.0-3+apertis0bv2024dev2b3_amd64.deb Size: 1100 MD5sum: 583b3cc45504a1f0cdc32076794ae86e SHA1: 419e52f080e4062a3e795cea6abb1b00f1baa564 SHA256: 9509a7635fd1ba0ddb6dfe31300182f658f3be7552aaff7ca22049e12bf57ac1 SHA512: 5758ccab22b6d6adf0aab8b2ccde090e8c127564fcbb2312aa62bcbab4f02fe5c326d3d513a4a074a0d2046cfdc113708223fc012fd01f7c82662bef0650cee0 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+apertis0bv2024dev2b3) Version: 4:12.2.0-3+apertis0bv2024dev2b3 Depends: cpp-s390x-linux-gnu (>= 4:12.2.0-3+apertis0bv2024dev2b3), gcc-multilib-s390x-linux-gnu (>= 4:12.2.0-3+apertis0bv2024dev2b3), gobjc++-s390x-linux-gnu (>= 4:12.2.0-3+apertis0bv2024dev2b3), gobjc++-12-multilib-s390x-linux-gnu (>= 12.2.0-1~) Recommends: g++-s390x-linux-gnu (>= 4:12.2.0-3+apertis0bv2024dev2b3), gobjc-s390x-linux-gnu (>= 4:12.2.0-3+apertis0bv2024dev2b3) Filename: pool/development/g/gcc-defaults/gobjc++-multilib-s390x-linux-gnu_12.2.0-3+apertis0bv2024dev2b3_amd64.deb Size: 1096 MD5sum: b68c865aebbb61ad677258a3f1d6e8f4 SHA1: d68bb2d17d9bcca343171d69d30e43a16533988f SHA256: dfb2da34b33789b5a0ec35b648bb4a982488ebe56379c324d86e0a910d55236d SHA512: 38d3b6b64a2a5e492a2cab019cadaa65fb9ba71cad7cf69bb57d8f831dc52d8ca1ff3f02e31487f6a4b986aa6a4963f3ac613f63c1da9cdb28ad1625837b8bb4 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+apertis0bv2024dev2b3) Version: 4:12.2.0-3+apertis0bv2024dev2b3 Depends: cpp-powerpc64le-linux-gnu (>= 4:12.2.0-3+apertis0bv2024dev2b3), gcc-powerpc64le-linux-gnu (>= 4:12.2.0-3+apertis0bv2024dev2b3), gobjc++-12-powerpc64le-linux-gnu (>= 12.2.0-1~) Recommends: g++-powerpc64le-linux-gnu (>= 4:12.2.0-3+apertis0bv2024dev2b3), gobjc-powerpc64le-linux-gnu (>= 4:12.2.0-3+apertis0bv2024dev2b3) Filename: pool/development/g/gcc-defaults/gobjc++-powerpc64le-linux-gnu_12.2.0-3+apertis0bv2024dev2b3_amd64.deb Size: 1112 MD5sum: 68089700ef3fd93e5002b9cc85ddeb67 SHA1: bdf0e3849cef5e33d352b4a8b43bd3540685abe4 SHA256: 6dd3e9d1e519610c89ca787a8e54811f3eadb2c4ecbaf37b118485fd5da66405 SHA512: 83fadaf4335db2f2f33df5497e007b3462355653a2fce4d8d6fd4c412a8d545798a184c42221e58a4d55a98f81daf87a8b60938293efd643fa60f5680fdac764 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+apertis0bv2024dev2b3) Version: 4:12.2.0-3+apertis0bv2024dev2b3 Depends: cpp-s390x-linux-gnu (>= 4:12.2.0-3+apertis0bv2024dev2b3), gcc-s390x-linux-gnu (>= 4:12.2.0-3+apertis0bv2024dev2b3), gobjc++-12-s390x-linux-gnu (>= 12.2.0-1~) Recommends: g++-s390x-linux-gnu (>= 4:12.2.0-3+apertis0bv2024dev2b3), gobjc-s390x-linux-gnu (>= 4:12.2.0-3+apertis0bv2024dev2b3) Filename: pool/development/g/gcc-defaults/gobjc++-s390x-linux-gnu_12.2.0-3+apertis0bv2024dev2b3_amd64.deb Size: 1100 MD5sum: 51d9b697854664ae31dac69a6eeab8f7 SHA1: c4be6ef8354fda783aec16af6c521ee400b1d4a1 SHA256: d69a7c44b04ee4b548f270a7001c1cfefff3b6a48913bb006021858c44f617f4 SHA512: 8c3b3be609647acedce9fb4850a4e778035a4c22382fedfbd476372c0b4d4c90b687fedf90c9aae5758594bf1f5a8b52ebf90f42a51bed602ac32bb46a701d5b 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-12-aarch64-linux-gnu Priority: optional Section: devel Installed-Size: 29034 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-12-cross (15+apertis0bv2024dev2b2) Version: 12.2.0-14+apertis1bv2024dev2b2cross1 Provides: objc-compiler-aarch64-linux-gnu Depends: gcc-12-aarch64-linux-gnu-base (= 12.2.0-14+apertis1bv2024dev2b2cross1), gcc-12-aarch64-linux-gnu (= 12.2.0-14+apertis1bv2024dev2b2cross1), 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+apertis1bv2024dev2b2cross1_amd64.deb Size: 8858884 MD5sum: feda53c228e4e592f71a39bc7a76795e SHA1: ea7ba0b5852ee123c5bc57e92aea077624c8d05c SHA256: a21ea05282c5ff0807f600c2bc24c8e7398d7f3af913aae8292bf19ac2a9b76b SHA512: e5fca9db31f99b7763cb8c1e58789bea1942408965f6ad9033797d7301e1fd7aee00c93931e4fb4a7039ba9108977c7c94a2d9dbab4dfbfc032106b1e20ca43b 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+apertis1bv2024dev2b2) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: gobjc-12-arm-linux-gnueabi Priority: optional Section: devel Installed-Size: 25622 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-12-cross (15+apertis0bv2024dev2b2) Version: 12.2.0-14+apertis1bv2024dev2b2cross1 Provides: objc-compiler-arm-linux-gnueabi Depends: gcc-12-arm-linux-gnueabi-base (= 12.2.0-14+apertis1bv2024dev2b2cross1), gcc-12-arm-linux-gnueabi (= 12.2.0-14+apertis1bv2024dev2b2cross1), 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+apertis1bv2024dev2b2cross1_amd64.deb Size: 8367848 MD5sum: e2402ee90c77e760246f6887bd0aa0cb SHA1: 2f5ca39c828ede2a3511f8aba273620ad0589041 SHA256: 9ff77eb891ee38920a7127588297c682797431d9c5fed2d829c0d2fd93e8fa57 SHA512: 879139bcbd7187e12e5be8bd6161013e21f9b51c09843eb85e753e376e5b90c446cbef921a5b8f7991d2630860aa9eb28bbd089b3e7d76da9b22d3aa0215f778 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+apertis1bv2024dev2b2) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: gobjc-12-arm-linux-gnueabihf Priority: optional Section: devel Installed-Size: 25622 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-12-cross (15+apertis0bv2024dev2b2) Version: 12.2.0-14+apertis1bv2024dev2b2cross1 Provides: objc-compiler-arm-linux-gnueabihf Depends: gcc-12-arm-linux-gnueabihf-base (= 12.2.0-14+apertis1bv2024dev2b2cross1), gcc-12-arm-linux-gnueabihf (= 12.2.0-14+apertis1bv2024dev2b2cross1), 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+apertis1bv2024dev2b2cross1_amd64.deb Size: 8369264 MD5sum: 60f15bc1447785cdf2e8b0bff3241bd7 SHA1: e289010e3a4ca2164e774ebb00dab809771cb0b6 SHA256: 4e1f46717b17ef92f2b531682ad4d3def3c7534d7b9cedb602859326ea64119e SHA512: 75a120f0e5adc37fae2c2d36513d4ae447b38b4bf2113c8ed9e8409706a498d8d1fd41ee59e9c1bf3dfbdecfbfae1c02ff89419e8d29ab10e526d74416a79299 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+apertis1bv2024dev2b2) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: gobjc-12-i686-linux-gnu Priority: optional Section: devel Installed-Size: 32818 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-12-cross (15+apertis0bv2024dev2b2) Version: 12.2.0-14+apertis1bv2024dev2b2cross1 Provides: objc-compiler-i686-linux-gnu Depends: gcc-12-i686-linux-gnu-base (= 12.2.0-14+apertis1bv2024dev2b2cross1), gcc-12-i686-linux-gnu (= 12.2.0-14+apertis1bv2024dev2b2cross1), 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+apertis1bv2024dev2b2cross1_amd64.deb Size: 9480388 MD5sum: cf5c115fa59f40f4cc64d619e4a6012a SHA1: 19d52a10ab9831de7de474811da9ea803c579e13 SHA256: 3a06647cee82dd49273a50880f4cb3fdc6d22cdf3ecd1d415d0e1cfde2e680cc SHA512: b8c676c127b221fbf769cf45b388b7bfd1df6cf580557f447186009cfd5fe244f329753259407a1b8df586da9f96c26d4daa5fd9646017e350d8e8c3e5201dff 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+apertis1bv2024dev2b2) 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+apertis0bv2024dev2b2) Version: 12.2.0-14+apertis1bv2024dev2b2cross1 Depends: gcc-12-i686-linux-gnu-base (= 12.2.0-14+apertis1bv2024dev2b2cross1), gobjc-12-i686-linux-gnu (= 12.2.0-14+apertis1bv2024dev2b2cross1), gcc-12-multilib-i686-linux-gnu (= 12.2.0-14+apertis1bv2024dev2b2cross1), lib64objc-12-dev-i386-cross (>= 12.2.0-14+apertis1bv2024dev2b2cross1), libx32objc-12-dev-i386-cross (>= 12.2.0-14+apertis1bv2024dev2b2cross1) Filename: pool/development/g/gcc-12-cross/gobjc-12-multilib-i686-linux-gnu_12.2.0-14+apertis1bv2024dev2b2cross1_amd64.deb Size: 1160 MD5sum: 53b3beac5342f5f38acbf7736fc93e45 SHA1: 17472a11bf95147d83df520a410110b9beff9b5f SHA256: 17c5464ede4bc9655b3f2b4ce4f8cd27c3676ab9c9169600e6b57bae6f11434d SHA512: aebad1ff7e483824ec4ec9e9b5aeb96320865ccf86ddd67e914265beab6eb4867fa1602462a443e977a710928fc4f1ca76bcad9923cd4cda3187a35b7365d206 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+apertis1bv2024dev2b2) 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+apertis0bv2024dev2b3) Version: 4:12.2.0-3+apertis0bv2024dev2b3 Depends: cpp-aarch64-linux-gnu (>= 4:12.2.0-3+apertis0bv2024dev2b3), gcc-aarch64-linux-gnu (>= 4:12.2.0-3+apertis0bv2024dev2b3), gobjc-12-aarch64-linux-gnu (>= 12.2.0-1~) Filename: pool/development/g/gcc-defaults/gobjc-aarch64-linux-gnu_12.2.0-3+apertis0bv2024dev2b3_amd64.deb Size: 1080 MD5sum: 32c746ff6bac71471041f9610d6645df SHA1: b8f1dd663720a50035eb5290d5f7f91ff2c229ec SHA256: 26dc48e3def6d3c65a1f711e6db4c70064d87699b59714e96880b1808701e3d1 SHA512: 01c97db7e4a37f4e79409efe7a3b09cbe4046b89e13e72c6c9df0fad1a2b3d1c5e0a23d68d7160b5e5622a59e280665fe4614808ef740b9f5dea5fd236715698 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+apertis0bv2024dev2b3) Version: 4:12.2.0-3+apertis0bv2024dev2b3 Depends: cpp-arm-linux-gnueabi (>= 4:12.2.0-3+apertis0bv2024dev2b3), gcc-arm-linux-gnueabi (>= 4:12.2.0-3+apertis0bv2024dev2b3), gobjc-12-arm-linux-gnueabi (>= 12.2.0-1~) Filename: pool/development/g/gcc-defaults/gobjc-arm-linux-gnueabi_12.2.0-3+apertis0bv2024dev2b3_amd64.deb Size: 1080 MD5sum: 5d4164e8227b5a49a0317edda39e4db7 SHA1: d9c13b339f3200e82133911a7e692dfe8730f667 SHA256: 0f615f3a0a12f186be5c672ab3663e189b90a027969f5d6de0196eb2f034149e SHA512: 77a9fa90d1196e52a7dc94fce7c652b2606914487d6629b88cd2f1ad03d9cb9416f9dc81629033c6ca6bb9cb742a89fc17d45c155e348957a1eb79e1753c97bc 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+apertis0bv2024dev2b3) Version: 4:12.2.0-3+apertis0bv2024dev2b3 Depends: cpp-arm-linux-gnueabihf (>= 4:12.2.0-3+apertis0bv2024dev2b3), gcc-arm-linux-gnueabihf (>= 4:12.2.0-3+apertis0bv2024dev2b3), gobjc-12-arm-linux-gnueabihf (>= 12.2.0-1~) Filename: pool/development/g/gcc-defaults/gobjc-arm-linux-gnueabihf_12.2.0-3+apertis0bv2024dev2b3_amd64.deb Size: 1080 MD5sum: 36a0d298ad86d9eb06c777fcc19cf374 SHA1: 6b41c83fefeebe93a285e565a4a2e9140f9e062e SHA256: 9ef8f60a17482fda31fea5d22c3dd09d98f787ee7344b9690081a73361bb4fc3 SHA512: 96482b79587bb7c6c1130567a743c2113de74f535a4a99cf871c8cb7d089744e15ed5860b6ded482da03e67953ac66e9a5b9baab09df4e9162ca7925cc5b72c7 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+apertis0bv2024dev2b3) Version: 4:12.2.0-3+apertis0bv2024dev2b3 Depends: cpp-i686-linux-gnu (>= 4:12.2.0-3+apertis0bv2024dev2b3), gcc-i686-linux-gnu (>= 4:12.2.0-3+apertis0bv2024dev2b3), gobjc-12-i686-linux-gnu (>= 12.2.0-1~) Filename: pool/development/g/gcc-defaults/gobjc-i686-linux-gnu_12.2.0-3+apertis0bv2024dev2b3_amd64.deb Size: 1076 MD5sum: 6cb1061aad10913b03390e435452b5df SHA1: c04f22e28bcc00196436d12bd81cf91c5658d474 SHA256: 836c769131420cca4dcf744f8f3b1478d0689942da5d6f23836e6908fefdd9ec SHA512: ba603c2d731e80cad9781a985a608daf9f154405be38d57f432edbd18dfb1c9acdf40aaed06b1abe8cb5846f62e6a6e7218e2f056be057fbc185517f5cbf789f 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+apertis0bv2024dev2b1) Version: 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1 Depends: gobjc-mingw-w64-i686, gobjc-mingw-w64-x86-64 Filename: pool/development/g/gcc-mingw-w64/gobjc-mingw-w64_12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1_all.deb Size: 185460 MD5sum: d9209a7ae5f172d6d4a73912773bbf00 SHA1: 948ceb1a486a0d32d3b3af923e74b42512a178c7 SHA256: e3abdb4c9c114dd86123a87aec35623725704ca2f6037800e91f04bca7de30e6 SHA512: 40a20c71f698078813d2bac0c3dd8777040a9e5dce1b1c44ca427896f857500d5fb20edda60e6f6ad888355f13509b94badde2c06d5127c6ac9c56a9d7abd808 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+apertis0bv2024dev2b1) Version: 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1 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+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1_all.deb Size: 185472 MD5sum: 13567130eaa0138e4fd143f8963ace69 SHA1: cb03be5b06bd4b81b46569a136ef752ba5422688 SHA256: c28633591630e8edac0606aed23242c0373cedae1dfc0b587d04c581d4c26c20 SHA512: b1d0b3dd75806c375109cca3c5d7c2b90afa221b1653f87854244c0c621523598ec09cf6211a27a27b45e7333d8dcbe6a363afd4438446f9edae584a5d5de6ed 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: 32821 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (25.2+apertis0bv2024dev2b1) Version: 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1 Replaces: gobjc-mingw-w64-i686 (<< 9.3.0-8+22) Depends: gcc-mingw-w64-i686-posix (= 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1), gcc-mingw-w64-i686-posix-runtime (= 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1), gcc-mingw-w64-base (= 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1), 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+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1_amd64.deb Size: 9413408 MD5sum: e0cb37bd1dacce790a61d96440592faa SHA1: 6cd7b3c5b113664326a133f5eeecefd1e49ebc7d SHA256: b3f41b3aa436a7cd6105db1e94c920d87049a909792f8e0e45707482a2712489 SHA512: eefd836683d9d474fdfbdb546585159b4df6eb3a4ae12c59668c833325d25b03cb5316788c9b10c0b4a1febde269cb1765ae2fb2bf7cc8690a70c914fb05fa9f 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+apertis1bv2024dev2b2) 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+apertis0bv2024dev2b1) Version: 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1 Depends: gobjc-mingw-w64-i686-posix (= 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1) Filename: pool/development/g/gcc-mingw-w64/gobjc-mingw-w64-i686-posix-dbgsym_12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1_amd64.deb Size: 98163624 MD5sum: 0bb329b2c7a9806e1584534f513bed86 SHA1: 3c426d158afc5a81040d53fbdfd514981c0ee4c5 SHA256: 10b55111194433ed7133a91470c4774917530bfcfbed74b13d7a06d03fd0c873 SHA512: 29a55f545a0fe3059ce941dfe5d64904640de3dc3887ea2361726920871958982d2209a73d0ccd72c0688c7379a4778f0837f829b19a2bbd641d4ee97668efc4 Description: debug symbols for gobjc-mingw-w64-i686-posix Auto-Built-Package: debug-symbols Build-Ids: 6c3664c256d270cb27d75ab539a30fc199ab7369 Package: gobjc-mingw-w64-i686-win32 Priority: optional Section: devel Installed-Size: 32837 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (25.2+apertis0bv2024dev2b1) Version: 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1 Replaces: gobjc-mingw-w64-i686 (<< 9.3.0-8+22) Depends: gcc-mingw-w64-i686-win32 (= 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1), gcc-mingw-w64-i686-win32-runtime (= 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1), gcc-mingw-w64-base (= 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1), 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+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1_amd64.deb Size: 9414172 MD5sum: d0ec78c26303155390d9db18f82c0dd8 SHA1: 8bd22548bfb422ec243d9cdf164978de96644859 SHA256: 485c50e12aeffe0d3ff07ea7c9deb8b87a6c2afe37b93fe16ae3e256d3a80b33 SHA512: 6b68a1d86374a131f06aa897794bd26815dd49f3701423da6469d27da76a96d178e49b65d11328efd535c5c48761da1fcf1b0e401a0af69c810f131337445180 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+apertis1bv2024dev2b2) 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+apertis0bv2024dev2b1) Version: 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1 Depends: gobjc-mingw-w64-i686-win32 (= 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1) Filename: pool/development/g/gcc-mingw-w64/gobjc-mingw-w64-i686-win32-dbgsym_12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1_amd64.deb Size: 98159660 MD5sum: a5e1fd4dd2ec7ea55b729cac49f85458 SHA1: e293eab70dfc70dd6e2fcb148728c8900c42393f SHA256: fb4e05dd71eb21f931093bfc90c4b3b956e21650fd41057cf5cd048c32b20dec SHA512: a36b59bbf7eaa7c8c968f284bf9d597f4140a4d11b29a4b43acd941ac6aaa756973aed3e2639e7dc68156d2b91d2a1cea3bc4991b664b42400f532b1e289c825 Description: debug symbols for gobjc-mingw-w64-i686-win32 Auto-Built-Package: debug-symbols Build-Ids: dcad6b86190c67ce3f91a7181adfca0b8c4541b9 Package: gobjc-mingw-w64-x86-64 Priority: optional Section: devel Installed-Size: 253 Maintainer: Stephen Kitt Architecture: all Source: gcc-mingw-w64 (25.2+apertis0bv2024dev2b1) Version: 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1 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+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1_all.deb Size: 185468 MD5sum: 6feb89ad803dc7994f5f9971dfb867e9 SHA1: 3788cd24a20365fa229c9d4a4ca1ae47878f6115 SHA256: 0cf5788e725fc0320c4e18f8c1bca243dfebf7631e5096155cddd03c1f0adc93 SHA512: 552dfbc639c996ab605e153fc5928808262abffe49fd3bea4da9611defc732ea8619ac300ed94e833133efa931fd890f5528ef713e044654947b16ec7fb6e229 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: 33398 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (25.2+apertis0bv2024dev2b1) Version: 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1 Replaces: gobjc-mingw-w64-x86-64 (<< 9.3.0-8+22) Depends: gcc-mingw-w64-x86-64-posix (= 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1), gcc-mingw-w64-x86-64-posix-runtime (= 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1), gcc-mingw-w64-base (= 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1), 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+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1_amd64.deb Size: 9557380 MD5sum: 55629d57b99db098a658fe8e860b2961 SHA1: 449807bbd042b21c55de2bfe21c177dab34a70b7 SHA256: a40ad36a712f7b8f5f48e1230dd3589077604253a1d6359850e7f9fac5b8ad63 SHA512: 22a2a55f7a9957a6b1438905752c7ac276e3892366b525cd34260d37bd877943ca5b541b9f9e8c84f85441b35cb26c0402a02858b4cca1b501c398f30d120748 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+apertis1bv2024dev2b2) 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+apertis0bv2024dev2b1) Version: 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1 Depends: gobjc-mingw-w64-x86-64-posix (= 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1) Filename: pool/development/g/gcc-mingw-w64/gobjc-mingw-w64-x86-64-posix-dbgsym_12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1_amd64.deb Size: 98762524 MD5sum: 698ddee477379cc7206bcdf77d3966d3 SHA1: 0b8169fdec765e679b2c0b8f8cb87d8aa99c1a72 SHA256: 65798398a390a3c9f10f3cdd1aefd80bb24d4a0e3db3daac58d3dab2909934c9 SHA512: c30d50feafead2bbba8329b3fab3a48e52ac138a4ab9b9ef506ccd8b07538f00d2d4b59e1d96b4d8e618aceec251f4ea13e7c07b6084c353619be52c4069ab9c Description: debug symbols for gobjc-mingw-w64-x86-64-posix Auto-Built-Package: debug-symbols Build-Ids: dbb172512b2c5ff8038fa0df404b58762fc184ec Package: gobjc-mingw-w64-x86-64-win32 Priority: optional Section: devel Installed-Size: 33414 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (25.2+apertis0bv2024dev2b1) Version: 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1 Replaces: gobjc-mingw-w64-x86-64 (<< 9.3.0-8+22) Depends: gcc-mingw-w64-x86-64-win32 (= 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1), gcc-mingw-w64-x86-64-win32-runtime (= 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1), gcc-mingw-w64-base (= 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1), 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+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1_amd64.deb Size: 9559328 MD5sum: c2e062a1c2fbe5c979c895b70748cdc8 SHA1: 0c3cbacb2a8fbb9ed138606aa2b2cfe06a9a1f3a SHA256: 86a347cb397927f7a870c3c4890910b224c5f4b99879b8fc5c056aac37e07240 SHA512: 279e6b466827f8f1cd52347556c9938c92d6117ac7b44fd0fbdc1bf65920c2536705f1fc1cc4eb83c5b047434002e5789c7843c6f3d3b27f4333eeb115832c88 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+apertis1bv2024dev2b2) 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+apertis0bv2024dev2b1) Version: 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1 Depends: gobjc-mingw-w64-x86-64-win32 (= 12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1) Filename: pool/development/g/gcc-mingw-w64/gobjc-mingw-w64-x86-64-win32-dbgsym_12.2.0-14+apertis1bv2024dev2b2+25.2+apertis0bv2024dev2b1_amd64.deb Size: 98761644 MD5sum: 123a82906a6d92c61ffc8fdb0415d0d6 SHA1: 75c4fa81012cdc3fb70f545b77d55da5ccd4d8a3 SHA256: 96251c7ba8d5e4d6e62da6fa8edb89cc6c0b9714f2081a6589c65062731cd0d1 SHA512: 8e088fe43385a1d1caed704ea7e97853507024150cc7847c79c6d22eee2c028e92f9fcf6578e1a8556f33596aa2edc6337cdb1ad9af9b690bf82c16175601867 Description: debug symbols for gobjc-mingw-w64-x86-64-win32 Auto-Built-Package: debug-symbols Build-Ids: 00533da1b3e01550450c8498f7cb418c44def075 Package: gobjc-multilib Priority: optional Section: devel Installed-Size: 6 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.203+apertis0bv2024dev2b3) Version: 4:12.2.0-3+apertis0bv2024dev2b3 Depends: cpp (>= 4:12.2.0-3+apertis0bv2024dev2b3), gcc-multilib (>= 4:12.2.0-3+apertis0bv2024dev2b3), gobjc (>= 4:12.2.0-3+apertis0bv2024dev2b3), gobjc-12-multilib (>= 12.2.0-1~) Filename: pool/development/g/gcc-defaults/gobjc-multilib_12.2.0-3+apertis0bv2024dev2b3_amd64.deb Size: 1032 MD5sum: fb128b4b6475241bf5d09e1afe0fc759 SHA1: 0a13586a28d4220408f9cf8bfed541c6a969f05f SHA256: 87c58951734d69e3a0470f0be3f96febff30f6b77591e039db531613e504371f SHA512: e8a71295da9685dc2e607a116777227a6840f3dd915801363a6ab300959f4df1aad5e2c0f64bcbc8611d6e52c09379fc448d1d3ad8f021208daedacf0a24e048 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+apertis0bv2024dev2b3) Version: 4:12.2.0-3+apertis0bv2024dev2b3 Depends: cpp-i686-linux-gnu (>= 4:12.2.0-3+apertis0bv2024dev2b3), gobjc-i686-linux-gnu (>= 4:12.2.0-3+apertis0bv2024dev2b3), gcc-multilib-i686-linux-gnu (>= 4:12.2.0-3+apertis0bv2024dev2b3), 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+apertis0bv2024dev2b3_amd64.deb Size: 1080 MD5sum: ce69d4441bd11803fd1a0fac83b8d58f SHA1: 11be56503c4abc772264a1678214fd8f8b6fdde5 SHA256: 61623b8b8def85fd4f560ed9168c33cda7cd2a50a88838500e07cd4df7128f2a SHA512: adb7a51fac73c42684668292cc3927f0d987819dce8b0b65413a6ba3f60963e2c2a0085d83d0abbf18ab202361022fe8e09934b55e4903be99c39a6d7fbaa912 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+apertis0bv2024dev2b3) Version: 4:12.2.0-3+apertis0bv2024dev2b3 Depends: cpp-s390x-linux-gnu (>= 4:12.2.0-3+apertis0bv2024dev2b3), gobjc-s390x-linux-gnu (>= 4:12.2.0-3+apertis0bv2024dev2b3), gcc-multilib-s390x-linux-gnu (>= 4:12.2.0-3+apertis0bv2024dev2b3), 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+apertis0bv2024dev2b3_amd64.deb Size: 1080 MD5sum: d47a2d16496ac9dbbca15702fb0ed53e SHA1: cb14e22ca773c1a496f131905068dde7f790ca35 SHA256: 6f0bacd0716cc59b7bfb91b73f0def324e56badecd7fbe644fb750c43f6d6a37 SHA512: f7bd79977256ffa957ec83491eb77bf42a9164f5312be398b101ca206ec17386267d7a0f43152f060b984d445d0b4907f5d6b5d949ed36344331611b40f0e76d 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+apertis0bv2024dev2b3) Version: 4:12.2.0-3+apertis0bv2024dev2b3 Depends: cpp-powerpc64le-linux-gnu (>= 4:12.2.0-3+apertis0bv2024dev2b3), gcc-powerpc64le-linux-gnu (>= 4:12.2.0-3+apertis0bv2024dev2b3), gobjc-12-powerpc64le-linux-gnu (>= 12.2.0-1~) Filename: pool/development/g/gcc-defaults/gobjc-powerpc64le-linux-gnu_12.2.0-3+apertis0bv2024dev2b3_amd64.deb Size: 1084 MD5sum: 25c0309205480ce6cfc416fb0a3af516 SHA1: 185500612f2c32db8eef9fbbc96779340dc0ea2b SHA256: 6cce6ab95c32bf1977a1557d5a66757e948aa4b03f2a635b1cc7bacbbf63cd9c SHA512: f28b18a2b4b8172518584630bd3bf761a9dadc8e901beb519ca89a62cbd7c48ad5e106547bd9063f5362a55deb6d42d569e62caa6d6a203ec4a3ca2e6e8bd75b 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+apertis0bv2024dev2b3) Version: 4:12.2.0-3+apertis0bv2024dev2b3 Depends: cpp-s390x-linux-gnu (>= 4:12.2.0-3+apertis0bv2024dev2b3), gcc-s390x-linux-gnu (>= 4:12.2.0-3+apertis0bv2024dev2b3), gobjc-12-s390x-linux-gnu (>= 12.2.0-1~) Filename: pool/development/g/gcc-defaults/gobjc-s390x-linux-gnu_12.2.0-3+apertis0bv2024dev2b3_amd64.deb Size: 1072 MD5sum: 8abff717070e69b1001ff24962a1cda8 SHA1: d6a58bc40ce700b4678a07f63b35ad6a6ed146d4 SHA256: 3c81278fd9e661980d095904afc15fc4bde12eddd9dadd0a84b60d4b28a3e215 SHA512: edd539eb10ea54a1576f3ea7ee6afdb9e74596de7f412085ed27464ad2094122f3fd335d519219276f77b2a0c2498e1cce53a500f725383bc902251b53ee2ae7 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-containernetworking-plugins-dev Priority: optional Section: golang Installed-Size: 388 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-containernetworking-plugins Version: 1.1.1+ds1-3+apertis0bv2024dev2b1 Depends: golang-github-alexflint-go-filemutex-dev, golang-github-appc-cni-dev (>= 1.0.1~), golang-github-coreos-go-iptables-dev (>= 0.4.5~), golang-github-safchain-ethtool-dev, golang-github-vishvananda-netlink-dev (>= 1.1.0.125~), golang-golang-x-sys-dev Filename: pool/development/g/golang-github-containernetworking-plugins/golang-github-containernetworking-plugins-dev_1.1.1+ds1-3+apertis0bv2024dev2b1_all.deb Size: 78704 MD5sum: ec17b48a8d248a1cd442c11a3006c318 SHA1: 6d04ac327bcd2cb40612375047b789ffabd8f204 SHA256: 3da93a0d8a431c498f5ca1cdb66736e1fc1d381c2f170f5c9f64e7ffd55f4331 SHA512: e08d21ac3b31e8d88d87d0a7825a86691f49c73033e3d29e1ab1a19523af38803074b7e15924caa21761762b745970989fa723c75c60c116cbc5f9716c91b24a Description: standard networking plugins - sources This package contains sources of the Container Networking Initiative's official plugins: . Interfaces - bridge: Creates a bridge, adds the host and the container to it. - ipvlan: Adds an [ipvlan] interface in the container. - loopback: Set the state of loopback interface to up. - macvlan: Creates a new MAC address, forwards all traffic to that to the container. - ptp: Creates a veth pair. - vlan: Allocates a vlan device. - host-device: Move an already-existing device into a container. . IPAM: IP Address Management - dhcp: Runs a daemon to make DHCP requests on behalf of the container. - host-local: Maintains a local database of allocated IPs - static: Allocates a static IPv4/IPv6 address. . Other - flannel: Generates an interface corresponding to a flannel config file - tuning: Tweaks sysctl parameters of an existing interface - portmap: An iptables-based portmapping plugin. Maps ports from the host's address space to the container. - bandwidth: Allows bandwidth-limiting through use of traffic control tbf. - sbr: Configures source based routing for an interface. - firewall: Uses iptables or firewalld to add rules to allow traffic to/from the container. Homepage: https://github.com/containernetworking/plugins Multi-Arch: foreign Package: golang-github-containers-common Priority: optional Section: golang Installed-Size: 90 Maintainer: Debian Go Packaging Team Architecture: all Version: 0.50.1+ds1-4+apertis0bv2024dev3b1 Depends: container-network-stack, golang-github-containers-image Recommends: netavark Breaks: buildah (<< 1.19.2+dfsg1-2~~) Filename: pool/development/g/golang-github-containers-common/golang-github-containers-common_0.50.1+ds1-4+apertis0bv2024dev3b1_all.deb Size: 36644 MD5sum: 2c399f3b1b023f034989fbed6a7f80d5 SHA1: 46b6b5cb5e4b80d207e78b84e50cd1acd1cec862 SHA256: 5745b44d019e5e4100130dc7ab4ba62b1ad99ee854262329a4fc7a6e8d8f790d SHA512: 4d5ebabf4e880df992c69e45ff83a4f90a907994a6c4a57bed88c6299e65598fc20e206437fdbfa9436c2f9cb2d471cbc286580546519e35b46cbc085e6eed96 Description: Common files for github.com/containers repositories This package contains common configuration files for use by other container projects. Homepage: https://github.com/containers/common Package: golang-github-containers-common-dev Priority: optional Section: golang Installed-Size: 3615 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-containers-common Version: 0.50.1+ds1-4+apertis0bv2024dev3b1 Depends: golang-github-appc-cni-dev (>> 1.0~~), golang-github-burntsushi-toml-dev, golang-github-containerd-containerd-dev, golang-github-containernetworking-plugins-dev, golang-github-containers-image-dev (>> 5.23~~), golang-github-containers-ocicrypt-dev, golang-github-containers-storage-dev (>> 1.43~~), golang-github-coreos-bbolt-dev, golang-github-coreos-go-systemd-dev, golang-github-cyphar-filepath-securejoin-dev, golang-github-davecgh-go-spew-dev, golang-github-disiqueira-gotree-dev, golang-github-docker-distribution-dev, golang-github-docker-docker-dev, golang-github-docker-go-units-dev, golang-github-fsnotify-fsnotify-dev, golang-github-ghodss-yaml-dev, golang-github-godbus-dbus-dev, golang-github-hashicorp-go-multierror-dev, golang-github-jinzhu-copier-dev, golang-github-json-iterator-go-dev, golang-github-onsi-ginkgo-dev, golang-github-opencontainers-go-digest-dev, golang-github-opencontainers-image-spec-dev (>> 1.1.0~~), golang-github-opencontainers-runc-dev (>> 1.0.1~~), golang-github-opencontainers-runtime-tools-dev, golang-github-opencontainers-selinux-dev (>> 1.8.0), golang-github-opencontainers-specs-dev, golang-github-pkg-sftp-dev, golang-github-pmezard-go-difflib-dev, golang-github-seccomp-libseccomp-golang-dev, golang-github-sirupsen-logrus-dev, golang-github-spf13-cobra-dev, golang-github-spf13-pflag-dev, golang-github-stretchr-testify-dev, golang-github-vishvananda-netlink-dev, golang-gocapability-dev, golang-golang-x-crypto-dev, golang-golang-x-sync-dev, golang-golang-x-sys-dev, golang-golang-x-term-dev, golang-gomega-dev Filename: pool/development/g/golang-github-containers-common/golang-github-containers-common-dev_0.50.1+ds1-4+apertis0bv2024dev3b1_all.deb Size: 1167980 MD5sum: 5c59419bdc5964d59db6c06bd1922e6d SHA1: 7e8a61fe16d4c02ccff4dafa88eddf31fe98f13d SHA256: 77d3bdfd7efaaa910132c184c74f087422db97731025649f1728693eb84902fd SHA512: 0812c8485df45a8fdd9d177169cdcdc9ab70f23d201496aed41e02bef0bc9b654fcb4fa4f38e62845ea355e5f7e311fd254c6138e0f47b488683c38b17251d92 Description: Common files for github.com/containers repositories (library) This package contains shared common files and common go code to manage those files in github.com/containers repos. Homepage: https://github.com/containers/common Multi-Arch: foreign Package: golang-github-containers-image Priority: optional Section: devel Installed-Size: 57 Maintainer: Debian Go Packaging Team Architecture: all Version: 5.23.1-4+apertis0bv2024dev3b1 Replaces: buildah (<< 1.17.1+dfsg1-2) Filename: pool/development/g/golang-github-containers-image/golang-github-containers-image_5.23.1-4+apertis0bv2024dev3b1_all.deb Size: 32208 MD5sum: 8b4ee47345569fd15e764aa91581e404 SHA1: e3cdf1e327b0dfa9bd47f1f7630e6d89719d96bb SHA256: 6d1f2030223f821ebb64105e9ebb4841a7ead46a7e240519141f7beca4a34991 SHA512: 97bb5bbe5f27b2cf3ad1f4f1df1da2ed1c91115e2298c44c122c94b084804cc65d5676503dee7dd78e3bd749c2f1e8438461f4dc8a486e09aa5eff859736c725 Description: Configuration files and manpages for github.com/containers repositories This package contains documentation and configuration files for use by other container projects. Homepage: https://github.com/containers/image Package: golang-github-containers-image-dev Priority: optional Section: devel Installed-Size: 2730 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-containers-image Version: 5.23.1-4+apertis0bv2024dev3b1 Depends: golang-github-acarl005-stripansi-dev, golang-github-burntsushi-toml-dev, golang-github-containers-ocicrypt-dev, golang-github-containers-storage-dev (>= 1.43), golang-github-coreos-bbolt-dev (>= 1.3.3~), golang-github-docker-distribution-dev, golang-github-docker-docker-credential-helpers-dev, golang-github-docker-docker-dev, golang-github-docker-go-connections-dev, golang-github-docker-libtrust-dev, golang-github-ghodss-yaml-dev, golang-github-imdario-mergo-dev, golang-github-klauspost-pgzip-dev, golang-github-manifoldco-promptui-dev, golang-github-moby-sys-dev, golang-github-opencontainers-go-digest-dev, golang-github-opencontainers-image-spec-dev (>= 1.1.0~rc2-2~), golang-github-opencontainers-selinux-dev, golang-github-ostreedev-ostree-go-dev, golang-github-pkg-errors-dev, golang-github-proglottis-gpgme-dev, golang-github-sirupsen-logrus-dev, golang-github-stretchr-testify-dev, golang-github-sylabs-sif-dev (>> 2.3.1), golang-github-ulikunitz-xz-dev, golang-github-vbatts-tar-split-dev, golang-github-vbauerster-mpb-dev (>= 7), golang-github-xeipuuv-gojsonschema-dev, golang-golang-x-crypto-dev, golang-golang-x-net-dev, golang-golang-x-sync-dev, golang-gopkg-cheggaaa-pb.v1-dev Filename: pool/development/g/golang-github-containers-image/golang-github-containers-image-dev_5.23.1-4+apertis0bv2024dev3b1_all.deb Size: 433244 MD5sum: 405a3e26c5c4bbe402f57f026ca759b5 SHA1: 0c1d2962476724827cf1b177ae9e48e349d530dd SHA256: 0cca7b125e9f94da309888762cd867f2845bf3ca9288939963daf4be9bc6c39c SHA512: 3fe68ea1271728368593c448ba6e2f843f119f0e308ef0b7ea6d91fdb1ccd4aafb80f87306773809564fd1c6375dc743a17503849df1b84d7a320919ff40acbc Description: golang library to work with containers' images This library aims at working in various way with containers' images and container image registries and allows an application to pull and push images from container image registries, like the upstream docker registry. It also implements "simple image signing". Homepage: https://github.com/containers/image 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+apertis0bv2024dev2b1 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+apertis0bv2024dev2b1_all.deb Size: 629232 MD5sum: 7030147cd2754e62e0271a839cf24b2a SHA1: 43af21ca6b82fc0912c02fc2f2e99ecb11f5a142 SHA256: 305161278184da411254a7519e0b534eb4878f376d1c72259057580739268d36 SHA512: 691e1bc30c8b488494d8168ac85da0eacdcb4f9498a6bb84a86819015be24749973d8110438c61d350949e4e0ba6ef23e44d47aaf922368f7944669973b4f663 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+apertis2bv2024dev3b1 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+apertis2bv2024dev3b1_all.deb Size: 23536 MD5sum: 4aaf3e4cd590e72b025e1f8d17453308 SHA1: 392dc56207f9f5e461a306b3fe3d96fb681fe795 SHA256: 9bea88b8d909a1748c7afbda3ff6eef0995f30402cbfd4c340ea509e61b469f6 SHA512: d1d8dfefb9c50271a0cc181b773295a21b5947125dcddad5974275db1a9766cccd1f025b31cc2424b59c243badd8eb9c90a5635584345ac73dc7a91e453abe60 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: 1589 Maintainer: Debian GnuPG Maintainers Architecture: amd64 Source: gnupg2 Version: 2.2.40-1.1+apertis1bv2024dev2b1 Replaces: gnupg (>= 1:1.4), gnupg (<< 2.1.21-4) Depends: gpgconf (= 2.2.40-1.1+apertis1bv2024dev2b1), 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+apertis1bv2024dev2b1) Breaks: gnupg (>= 1:1.4), gnupg (<< 2.1.21-4) Filename: pool/development/g/gnupg2/gpg_2.2.40-1.1+apertis1bv2024dev2b1_amd64.deb Size: 956196 MD5sum: 8d480904fcacf8f860b57cdb37e1a905 SHA1: 33449cce53739e0bcfe37931a3472ace399a8a22 SHA256: a98704cc99ea8dc456c020962baf3f469a5afa9c03770740312e3b93f98acab0 SHA512: 540320b1e814a1022a4e93c6fd7df3e459e0a31e3a8772ee775b532280a77955b1fe841f8b076519765888105fa11954e69dddf361274711b584e8f508bf9300 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: 1356 Maintainer: Debian GnuPG Maintainers Architecture: amd64 Source: gnupg2 Version: 2.2.40-1.1+apertis1bv2024dev2b1 Replaces: gnupg-agent (<< 2.1.21-4) Provides: gnupg-agent Depends: gpgconf (= 2.2.40-1.1+apertis1bv2024dev2b1), 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+apertis1bv2024dev2b1) 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+apertis1bv2024dev2b1_amd64.deb Size: 701112 MD5sum: e2574b633721690cf156b8fc37338ce1 SHA1: 87667610558bfb603005627a156be39005f24e5a SHA256: 9683d60024c2094d391a5ca11cf626d317ccfb569b74ffe83b464c6221f5d649 SHA512: 5ecf0049ee2cb97e1408bc3a50ac819b3e856f1f8807bfa1c9a1114423e68c7916ed761debc2ac8bb0ea0d73fb05e552485795f77a4141c4e59cba8953aefc7d 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: 1119 Maintainer: Debian GnuPG Maintainers Architecture: amd64 Source: gnupg2 Version: 2.2.40-1.1+apertis1bv2024dev2b1 Depends: gpg-agent (= 2.2.40-1.1+apertis1bv2024dev2b1) Filename: pool/development/g/gnupg2/gpg-agent-dbgsym_2.2.40-1.1+apertis1bv2024dev2b1_amd64.deb Size: 1001424 MD5sum: 43a8ff35f31ea6c6bd950bf61635a16b SHA1: 2cc75760348d282652e7fac7d24cf65ea2387280 SHA256: f4d6e074f30d2ece4db017889f5834d49f3abda421b519f2690b0c13569f2d1b SHA512: 41b4adfb688127547d996213f289cdcc294be0137af311a485b41a044c445898d82ada5d6b36bef308bf5c9ee93cd329c94ea3e303c56de7b0d57247aa1efc67 Description: debug symbols for gpg-agent Auto-Built-Package: debug-symbols Build-Ids: 0b0d462c298ca27bbf5927573fd2ac81293bb353 1bd12d5bf43d953f49abee8b9a7ca99764fdbf9e 77186d042064dc3ae80a0dbfb8adfecba1799cef 95136068b3022ac1fc531c98e2bf3eafdf6c35c3 Package: gpg-dbgsym Priority: optional Section: debug Installed-Size: 1347 Maintainer: Debian GnuPG Maintainers Architecture: amd64 Source: gnupg2 Version: 2.2.40-1.1+apertis1bv2024dev2b1 Depends: gpg (= 2.2.40-1.1+apertis1bv2024dev2b1) Filename: pool/development/g/gnupg2/gpg-dbgsym_2.2.40-1.1+apertis1bv2024dev2b1_amd64.deb Size: 1282504 MD5sum: f4b4f8e4805eaaf4699cfeeb89b3343f SHA1: 8b2430b7ca6b3e5a9e42459323ab54a2c180fc96 SHA256: 892b69f67d1ac99208ff1d7e3b9dc88f25146dd184684774e5a38ec8fc94aa42 SHA512: 50167121d26c05e1363d8f0451837f47fc03fccac38ed080b3240d2f627cad42f42fb6e881b0ef2c82f9cb377e8b66c3c52820382f8f6762ab56f3a98dce67ad Description: debug symbols for gpg Auto-Built-Package: debug-symbols Build-Ids: ff1f303e0bee41a67c8e61f3dcfa981f88437887 Package: gpg-wks-client Priority: optional Section: utils Installed-Size: 690 Maintainer: Debian GnuPG Maintainers Architecture: amd64 Source: gnupg2 Version: 2.2.40-1.1+apertis1bv2024dev2b1 Depends: dirmngr (= 2.2.40-1.1+apertis1bv2024dev2b1), gpg (= 2.2.40-1.1+apertis1bv2024dev2b1), gpg-agent (= 2.2.40-1.1+apertis1bv2024dev2b1), libassuan0 (>= 2.5.0), libc6 (>= 2.34), libgcrypt20 (>= 1.10.0), libgpg-error0 (>= 1.42) Recommends: gnupg (= 2.2.40-1.1+apertis1bv2024dev2b1) Filename: pool/development/g/gnupg2/gpg-wks-client_2.2.40-1.1+apertis1bv2024dev2b1_amd64.deb Size: 547468 MD5sum: acecf745b3eda71e25808f61ef3b28a9 SHA1: e2cedf2cc4ecebdc749478e5371f2d67ea6e73c2 SHA256: ae91a8476e641c46ee7d3b9f796e3c41c0f7768da3fbf3e7c3dbf7e0f2c2a157 SHA512: 0aff669372a5ad63f668ddd2d82bc366b2cb5ae8b093c6d6840f1d79e76dfbff1ea7507860594e4350d5d44c17d7059e16499f98e5be739a287a69a8ba1ba80b 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+apertis1bv2024dev2b1 Depends: gpg-wks-client (= 2.2.40-1.1+apertis1bv2024dev2b1) Filename: pool/development/g/gnupg2/gpg-wks-client-dbgsym_2.2.40-1.1+apertis1bv2024dev2b1_amd64.deb Size: 306920 MD5sum: 62bb6c33b7d348eb9f3478142fd2ba40 SHA1: 60df1d2e5c14ef885e80b6a42edd01f903b5a8e5 SHA256: 4ed0e029a0e495a5b2195514d1d646fce2f5c6fea0d0f7098f3e60e626ab70bb SHA512: 239bbb891f6702f646203b9892a6a8695de7b52a1b91eeb67cdf9843b266aee36eef35294dd64c9febf093da3c8849b9d59a06e6b5c7c855d575dbb62de5f78a Description: debug symbols for gpg-wks-client Auto-Built-Package: debug-symbols Build-Ids: a31ba379e04b1f1bf9bf947295dcff581df0b32b Package: gpg-wks-server Priority: optional Section: utils Installed-Size: 665 Maintainer: Debian GnuPG Maintainers Architecture: amd64 Source: gnupg2 Version: 2.2.40-1.1+apertis1bv2024dev2b1 Depends: gpg (= 2.2.40-1.1+apertis1bv2024dev2b1), gpg-agent (= 2.2.40-1.1+apertis1bv2024dev2b1), libc6 (>= 2.34), libgcrypt20 (>= 1.10.0), libgpg-error0 (>= 1.42) Recommends: gnupg (= 2.2.40-1.1+apertis1bv2024dev2b1) Filename: pool/development/g/gnupg2/gpg-wks-server_2.2.40-1.1+apertis1bv2024dev2b1_amd64.deb Size: 538080 MD5sum: cae912fe8fabb7e1716f97a8b1fee6dc SHA1: a494b8f03e6a7017568c7dca86ef439c57fcadfe SHA256: 3118f1893359dbe8effb8ae478d637d81bbb5f8b5e267a315643e2b3efc5846c SHA512: da93455e3aa3e9b63bf84466132d53e758f5771295637d9b82fdbd89b125d2d185c1a66ed92e68c9dac5673448658d9bd77fc2889103b6d2ce937c5e3bff94b1 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+apertis1bv2024dev2b1 Depends: gpg-wks-server (= 2.2.40-1.1+apertis1bv2024dev2b1) Filename: pool/development/g/gnupg2/gpg-wks-server-dbgsym_2.2.40-1.1+apertis1bv2024dev2b1_amd64.deb Size: 282000 MD5sum: 6d440598140e76632e054866b0a6c5e8 SHA1: d5d1491cc3ead1795b595c849739880d0b6e8cc1 SHA256: 328d2a521d2bbd5b59560917011de274df7e5eac9038832f564c7a38140554e1 SHA512: ab0bb0950ba66c5e9132b9f6779a7ecb252bc3e1986543b4d03a38733d9500d72e3c5d9bec8388b7789424fe6b20aa947074a5424ee985b37f4e56f060e648e7 Description: debug symbols for gpg-wks-server Auto-Built-Package: debug-symbols Build-Ids: 9e4844c0a6c48fe64534462ef46469e7049cba72 Package: gpgconf Priority: optional Section: utils Installed-Size: 811 Maintainer: Debian GnuPG Maintainers Architecture: amd64 Source: gnupg2 Version: 2.2.40-1.1+apertis1bv2024dev2b1 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+apertis1bv2024dev2b1_amd64.deb Size: 571320 MD5sum: 119492ce1c4b911a9478ebcd883d3204 SHA1: 8bb36ff2e06cce9034a63d8bd1961aa840c36f15 SHA256: 7105315827bbfbbcf2465dbea16285be010d9a180e0ffc01221452d91253ad72 SHA512: eefea45b11e8db8268354181d4e5bc6f1a2b7b24968ed856bc79393694739e674e120aa01ad2bb246d0a662d45a7f170cfe946ac44952b42a5a777d6f2883769 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+apertis1bv2024dev2b1 Depends: gpgconf (= 2.2.40-1.1+apertis1bv2024dev2b1) Filename: pool/development/g/gnupg2/gpgconf-dbgsym_2.2.40-1.1+apertis1bv2024dev2b1_amd64.deb Size: 393340 MD5sum: 3bed2ae0e16bfcb3f0c6e77b9ad24fd3 SHA1: c15d74163d7e5064e59533cf96afb3be08eb6970 SHA256: 4c8877bc795f5c082edb046a82b613962590320fc1d00568f37cc77877963ee8 SHA512: b30f249f3d5a7438ede972644640ee71b58b059b6f092c8ac2384dd256ae15fe6b5c23f8355ba02bf7ced048a542cad7d94fe21ae4df282e1d6f4168f7ea38e1 Description: debug symbols for gpgconf Auto-Built-Package: debug-symbols Build-Ids: 097e7147fd0f01162d76e43c45d8093466c3ae53 fd1b7f13257f85277e05cbf670bb2b15f410ce44 Package: gpgsm Priority: optional Section: utils Installed-Size: 1000 Maintainer: Debian GnuPG Maintainers Architecture: amd64 Source: gnupg2 Version: 2.2.40-1.1+apertis1bv2024dev2b1 Replaces: gnupg2 (<< 2.1.10-2) Depends: gpgconf (= 2.2.40-1.1+apertis1bv2024dev2b1), 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+apertis1bv2024dev2b1) Breaks: gnupg2 (<< 2.1.10-2) Filename: pool/development/g/gnupg2/gpgsm_2.2.40-1.1+apertis1bv2024dev2b1_amd64.deb Size: 677932 MD5sum: dbe0abf0487c079b80f4982393ff83b2 SHA1: 9d80d49debcf237e1f75acd6921dd8e29884fdd2 SHA256: b9c5ac376ddbb00874ff976ebe07db6e278122770004c35292e0809d9a8c864e SHA512: b0f03acd9ae75ab3c6fc9435699f27e141bf5d23f4eea894e705fe36d216facdf45f247c86e919bdd987cacf96c0d8803572323bd23deddbb3adc5bef08c0c99 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+apertis1bv2024dev2b1 Depends: gpgsm (= 2.2.40-1.1+apertis1bv2024dev2b1) Filename: pool/development/g/gnupg2/gpgsm-dbgsym_2.2.40-1.1+apertis1bv2024dev2b1_amd64.deb Size: 652208 MD5sum: 938596b620b1548980f656581abb7832 SHA1: 4d7252c5367d72609a0f6a887e1a0afe1005342a SHA256: 3a26f3e07ad1b1de8a434dd65618c86cad247af9a9cae746a789be6d810c9ebe SHA512: 13d5c26dd951d6e1adf6c0896590e98efe69f8f9efe8495c119867196e5dd2947fba0bdafd057f5f01d43312f92d335c930c57d13b3387993b2f6fbecbdee206 Description: debug symbols for gpgsm Auto-Built-Package: debug-symbols Build-Ids: 9e981c82b83571b1279cad2572b984c97778965b Package: gpgv Priority: important Section: utils Installed-Size: 925 Maintainer: Debian GnuPG Maintainers Architecture: amd64 Source: gnupg2 Version: 2.2.40-1.1+apertis1bv2024dev2b1 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+apertis1bv2024dev2b1_amd64.deb Size: 655436 MD5sum: c5f4d28c0ce62b4c5e3c110e4f39466f SHA1: 98745384af1f7c8b2680cfef2e8e53bc605df76b SHA256: caee5e98cbb278588e2893c2082f6d5fbd8d0683218357e5ac15fbf9ddf6671c SHA512: 4752b59e3bd801ada8d3a6d55e152aa9f5b99c1fd1e15d054f80531e4426a98e28fc7007cff57e471be0539bfcd17f0d453af5fac6df9388c8f58c199ce6b09c 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+apertis1bv2024dev2b1 Depends: gpgv (= 2.2.40-1.1+apertis1bv2024dev2b1) Filename: pool/development/g/gnupg2/gpgv-dbgsym_2.2.40-1.1+apertis1bv2024dev2b1_amd64.deb Size: 614364 MD5sum: 3e7e4e3edc7f1a342c4ea96d54015f5c SHA1: d064140a888cbc785e3f8163978f86606aa56b60 SHA256: 1d9fa5b0fecd48ad3846c5af3e948df1790654089785b0b1286f99b6b943faa6 SHA512: cd8e7f010e319867f702357fc89bdfb6164026dd496d6a03027db2b84f9c8799e4617db2de269585a5f21c130e3bd9654846f37d2e8c2b15364fa817f8813764 Description: debug symbols for gpgv Auto-Built-Package: debug-symbols Build-Ids: 85fae5678e11436775e5c93ff83d83bb14c063e2 Package: gpgv-static Priority: optional Section: utils Installed-Size: 3262 Maintainer: Debian GnuPG Maintainers Architecture: amd64 Source: gnupg2 Version: 2.2.40-1.1+apertis1bv2024dev2b1 Recommends: debian-archive-keyring, debootstrap Filename: pool/development/g/gnupg2/gpgv-static_2.2.40-1.1+apertis1bv2024dev2b1_amd64.deb Size: 1501908 MD5sum: 1d2c1198de68afa76a70c86cf31cb374 SHA1: f4f529f54b33e8da7417be5496bc1449722793be SHA256: ba058007c6fc6377d8762321d1f5bc50f6d6d4487e43ae6f683082e69de8e8ca SHA512: ebe7043dc81eb4d0a633732470e856a8293a1b51b15e101251642f1ea3587f4571a5bda6bb8c1071d85eaf532a85158e7c290bcac1c46eac66df148e25702d11 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: 873 Maintainer: Debian GnuPG Maintainers Architecture: amd64 Source: gnupg2 Version: 2.2.40-1.1+apertis1bv2024dev2b1 Depends: gpgv-static (= 2.2.40-1.1+apertis1bv2024dev2b1) Filename: pool/development/g/gnupg2/gpgv-static-dbgsym_2.2.40-1.1+apertis1bv2024dev2b1_amd64.deb Size: 666868 MD5sum: e14f9110d7bc5946f3df26b6e5ab0e29 SHA1: d00c92b1a3c04b96ca9a64ba0d6ee8c1bfe8b5c3 SHA256: fd26155115141d1e47701785a92deeda302ba4305bc5fe2ca2cd2243ccb71394 SHA512: bdfac20ac3ede5392d606d70bdc486a3e04f6c06a2a9369e8c34b01fd847812e411db6a367641e764de2724b1303439d3acd88c00bd8763208ca987052d0d989 Description: debug symbols for gpgv-static Auto-Built-Package: debug-symbols Build-Ids: fce741b0f1f88572ca8276fd4039aabd1a7acdfb Package: gpgv2 Priority: optional Section: oldlibs Installed-Size: 461 Maintainer: Debian GnuPG Maintainers Architecture: all Source: gnupg2 Version: 2.2.40-1.1+apertis1bv2024dev2b1 Depends: gpgv (>= 2.2.40-1.1+apertis1bv2024dev2b1) Filename: pool/development/g/gnupg2/gpgv2_2.2.40-1.1+apertis1bv2024dev2b1_all.deb Size: 452428 MD5sum: 8c1a385f3bebc55f4c79e6bec689f83b SHA1: 27a508c671778011bc3ac1e9d810828c8cacc806 SHA256: 382a32ae18bc6a274f22af47e6c6fdc47b631586375df7cf5bcce1c58b1f3012 SHA512: a9c81f1069f82dcd59a9c42109c97f5d61950e20fd591fa407e5fe2129ee6811e73d638936a3280cb6c4b4c5e648932e3bb43e8e06c440a94e263040539ef10d 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: 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: 3069 Maintainer: Laszlo Boszormenyi (GCS) Architecture: amd64 Version: 2.42.2-7+apertis1bv2024dev2b1 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+apertis1bv2024dev2b1_amd64.deb Size: 616732 MD5sum: 0b439e1d786d5b9106702ae05ac06e78 SHA1: 5bc0339704476e8b365d0f7a7f98785fb0c77a6b SHA256: 5eb0ea5735a4aeb5be7433df332ff07eb59fc528b51cd7dc7ee3471eb6c60ce5 SHA512: eb0a9352d198419f615b5ab853c4e837d9f06af9337788df1f0bf29810129354f63d617d18ec058994c61fd342e6081f211456b6c06ded83b18f67ac7ed3f5ef 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+apertis1bv2024dev2b1 Depends: graphviz (= 2.42.2-7+apertis1bv2024dev2b1) Filename: pool/development/g/graphviz/graphviz-dbgsym_2.42.2-7+apertis1bv2024dev2b1_amd64.deb Size: 1832752 MD5sum: 44483644c555a07ddacf171fe9889425 SHA1: bc62d22f1390ba6621054b6ca1b8699a47d30699 SHA256: 5811b25190e182f71ad729ff62c06394499bb5c0b53f1618633943cefdfeb5aa SHA512: f8758151f88778bcd921cf36ed00954f27bcc57d6a1fa41974d02824720ef72e3f6dfb06055e9162d1c64a4ef7acb904bd35fa0eee00f991aa6e461f6bc0ebe5 Description: debug symbols for graphviz Auto-Built-Package: debug-symbols Build-Ids: 11dbe973a468c187becce41bb28f6364edc67c40 1d6b8523df4d51ee385803084f389ab9b7ec4954 3d943ffe848f606ea6dffbcf04c0ac71ec0ea5bb 4aae3ff4532a15b16be255a87ccc47b292994d23 4c96ffb0c446a44d334243810e31384543fca9d7 5350b2905cd680c032fb982feb51e5099eff03a4 56c8fe4e8104603ba9c2f996047d94446885415b 584a42af9d27cda1f9cd3451bff65004f0d88d08 5ed1fc842dcc0b6567c38e4e89a6a56a16ded296 5ed87e36304a6e611532195cb556710c04d948f1 66da2d8bd8c2e04d245bfef716dee6684ed88c3c 83009f7ec6e93f0af0dfe29f3ea241ab413a604a 8f146e987825bf8af9475e7156e1975aad62518b 91c916fba1a01357351e12378a2d88d2a75bb8ea 9cc78e34cf1ac920dceef6b41308a5bff4ed33c9 a3f2d59f444be668c6843daae78cf06d962983a7 b0fabae8c3c3dcb11ba7b4cb13856c5b0ce7744e b8c6b29b620dfbfb7a0d4fb4dbbe2e0b150bc8b3 be1a13a0d5d7d914d0bbf1dcb817da22fa18a33b c064a6dec6cfd57591f5dcb28d0d83d304b40e44 c0b752de52255ef25fbf77cad03ab35703b3a778 c222312248f45b4690b869cc5d770ed37f90a52e cc65385b15aa4f366a9aba586ffdce1f05bbc322 d00a0af0f09bd1a04a719eeea7c26d7678b1fc2d dcc64f4b751efc40e06e66c5f75c0bf968946254 e45c4d8bf23bdf2121f86c1e89e93ec74f674063 Package: graphviz-doc Priority: optional Section: doc Installed-Size: 5406 Maintainer: Laszlo Boszormenyi (GCS) Architecture: all Source: graphviz Version: 2.42.2-7+apertis1bv2024dev2b1 Suggests: graphviz Filename: pool/development/g/graphviz/graphviz-doc_2.42.2-7+apertis1bv2024dev2b1_all.deb Size: 4427892 MD5sum: 5bb39770521dbe18533579bcb6350bb8 SHA1: 0ce4ff0dc9e90a9a57ea46f54a5f7b1cc11c69c1 SHA256: 01c3b2889159c8c426177605c689688460bd001fd60849ff95463162ec60e6c3 SHA512: 3da36dd9999fb47b9cb4958d3169cef1e9c9d07afb094045993aef8fa73ee207bc2c206cca00dbb427ef43e86ac760fb6269078022a16bd8cc404d18ff2c12bf 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: 10557 Maintainer: Colin Watson Architecture: amd64 Version: 1.22.4-10+apertis0bv2024dev2b3 Provides: groff-x11, jgroff Depends: groff-base (= 1.22.4-10+apertis0bv2024dev2b3), 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+apertis0bv2024dev2b3_amd64.deb Size: 3392540 MD5sum: 5f70f6debefd2517b1b278a1a066c98d SHA1: 1278fea7a71d3bf68debf697e643118383108af7 SHA256: ee31f28e2f0f4e77d3c9ceeef018438abc4b8bd9a34d84043c29fffec3ca2f71 SHA512: 678203eafed1f87a655cffa72924aef7180895766ada89f631af94f92146f62fd73622183545e8476e7bd1522dd9bb9a38484da934eee68bea8824647e53f808 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: 3676 Maintainer: Colin Watson Architecture: amd64 Source: groff Version: 1.22.4-10+apertis0bv2024dev2b3 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+apertis0bv2024dev2b3_amd64.deb Size: 918588 MD5sum: ea707e7874a547a4374fb072b7227854 SHA1: 99b707db967d1868a4620360c0785c735dbbebe2 SHA256: fca7e821a02dbc4a6621f77327edb028dbf3e9baa20d07fcad8e99f37e7661f1 SHA512: 1e7a856953df148fa258bcb56c0330c8e245c79380db917a0336dc47a54c860dc4b153a674ac81dd29db3dadd57fd4d8fdb597d4172d1d9150d6f3a00488d8be 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+apertis0bv2024dev2b3 Depends: groff-base (= 1.22.4-10+apertis0bv2024dev2b3) Filename: pool/development/g/groff/groff-base-dbgsym_1.22.4-10+apertis0bv2024dev2b3_amd64.deb Size: 2036548 MD5sum: 56261a3335b937e375d24a990c174802 SHA1: 01694e1c2eea7c15045705f0b12d742369005274 SHA256: 094d088e3bc78d9ad96d43c6d1321430b89259b848490e0b695ab24b0a440f56 SHA512: 489c74db4a7fecf8377e770bb363195fded7cc3dd77e0443234f1fde089481c84557344bb709ff1a2df59fa4b904c063e57c970abb49ad48161eb89c4adbbe51 Description: debug symbols for groff-base Auto-Built-Package: debug-symbols Build-Ids: 1ba6e8a824239cdfb3af4a1785c44f79b954e57c 24a50ce81cfffbe3acd866dd8e6f6d127f6cb33a 55d6dd3bda031a232438a40152e43c133a9172fc 5f3c8c982a000cf256eb11738ca63e80f4940302 8f1f1961799e5d0d7168ce23298bbf51a7960ab8 afb5f51cf4136526d5a83ecfe6536699e4af9166 c75385db8aea89045dba1ebff8e5f9b1aedc48c8 c8bddae8958ea135b005e6d8dae9f3b1ecca491d dae7867cb71a58dfde60314fd693276a0ab31f3a Package: groff-dbgsym Priority: optional Section: debug Installed-Size: 2045 Maintainer: Colin Watson Architecture: amd64 Source: groff Version: 1.22.4-10+apertis0bv2024dev2b3 Depends: groff (= 1.22.4-10+apertis0bv2024dev2b3) Filename: pool/development/g/groff/groff-dbgsym_1.22.4-10+apertis0bv2024dev2b3_amd64.deb Size: 1749680 MD5sum: 6eecab472fe98680e251e823929818d2 SHA1: ce34967925fdfcac51de909595fe10de8ecf8626 SHA256: c585e134140b398a147222cae82e8f7fea5ca6fb61d0e99b174496e0f90b1818 SHA512: ce869d6275f34ce6afe2d773ce964bb99c5f4aa19baeca0591fb764ffd470779e79ad6827d58bf640ff43a8b83706351a0609e2c67dfb5e9d8678d8dec20620b Description: debug symbols for groff Auto-Built-Package: debug-symbols Build-Ids: 297bc539544116f1e61406e0f836d71ef341999d 2f00223950476404a76bcc1fd6c64817f7cd52db 3a5b35c17c38fb428beefad41c070dd4de5d25ad 400bfdf5a70bb15568a552b56cb137b43475cfb3 42410967de96dcf75aca4db174dadcc531af6070 4a4b6acdf8831c0d3b5ac430c9cdf1237686e006 7b6b6ab2f34731d567de8db5139b1749f226fb4f 7b98c39040b0b14296efb6a6683ab353f5baddce 8ec5a08dc42a29383e78bbeb0edf92979553ecd2 9fa06cc7e32ee9f306292f96205b35548b5efa69 a805258185b6252160622f8ac0c70c773eea46fa ac8c8b0ae8ca9c5e2a88b779cc242112e25b129c b6af16945b96fd6cc82a4f59f73c8c7cb6ca8700 c12ea09eefddf0ebddd2e1e6bd4e5ea755869a3d ca5f63b3f87deb96b2c3bcfd04fcf821dcfd350e d7f32e4440e8247e06438b808c7c8e095ee9cd9a Package: grunt Priority: optional Section: javascript Installed-Size: 101 Maintainer: Debian Javascript Maintainers Architecture: all Version: 1.5.3-2+apertis0bv2024dev2b3 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+apertis0bv2024dev2b3_all.deb Size: 30100 MD5sum: d4c1f438e1b505131589b301bf1084d8 SHA1: ac8ba065b1877216fd36e88511b9100e665ea97b SHA256: 98bf4e8966c0d7b4fbb8351f0606744024492079517c5bc9c7f578acc92f69dd SHA512: ea61183414cfd277554d797de7396259ef86c9ee1a59f0caac54e38909bcc70c2ec587f84ea33984c6d18509c197c8c5b87822123f7c36806124cf91c9b747ca 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+apertis0bv2024dev2b3) Version: 2:20200910-7+apertis0bv2024dev2b3 Depends: fonts-urw-base35 (>= 20200910-2~) Breaks: grace (<= 1:5.1.25-12) Filename: pool/development/f/fonts-urw-base35/gsfonts_20200910-7+apertis0bv2024dev2b3_all.deb Size: 21240 MD5sum: 9c3e4e880b0ed9d2bbb3f70500d441a0 SHA1: ff1fc0d8109fb2931da4c4ce006f93d322da3198 SHA256: c95fd989616ba5e2acb5a1f901d01916e7c16a2c78e18e4fdec652dbd3403114 SHA512: 783caf69f607ae949fc809c6756be2e233d19a0a55245780126853eb7685499f9da479aae3248e962e950fc8e09b2ab782715ac90b8e82bd14e500119b33271a 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+apertis0bv2024dev2b3) Version: 2:20200910-7+apertis0bv2024dev2b3 Depends: fonts-urw-base35 (>= 20200910-2~) Filename: pool/development/f/fonts-urw-base35/gsfonts-x11_20200910-7+apertis0bv2024dev2b3_all.deb Size: 21228 MD5sum: 7aab790a1eb7812840d927a2d87ed2ec SHA1: b1eec380ef7021ded772a733dcefa400d7e2e708 SHA256: c0289b96847cb2d7b8a5b548fa1525bbbcdf3ca2e439ed7ea80da539cef32836 SHA512: 697688130146b2311d49c95216cb196882d89067da660d2b6614f340c39df6d3393041186d54254017383511aadac2f60bbf8d36a34be08b99878771b0a3863d 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-1apertis0bv2024dev2b1 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-1apertis0bv2024dev2b1_all.deb Size: 312940 MD5sum: ad290f55f5b4894b92f88e5e38470188 SHA1: c6397a11e2cc9cacb84590529a7e97952fc90679 SHA256: daab995fc61c3ed2152894f0f10f77c1f2bf7d59148208875bbe5737cfb61707 SHA512: a206fd7b5d4f6756cb2f4bbf2fb1d094fd9a496c4cd88d90aa114972f994d8dc90cc9e80846d8c9b2ca1ad2af52b34023cd646a8837a97792784e3d8ae3c0148 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+apertis0bv2024dev2b1 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+apertis0bv2024dev2b1_amd64.deb Size: 29984 MD5sum: 09c3ddba812b6d15ee5f7d0aa65778d0 SHA1: 679c4e05d86ebe3bfc966929c9cd0003bd31e925 SHA256: 1fd3e6c4c6a682d1addd4562ee2829cae496c56990ba5f1365c5df5a2b16ce0a SHA512: dc20dc6c6d087f54872dd2719589e85143796d20c077ed7c45de4052683407b65cc6745957f9c37735aa984a6520e1b9ced4a9854f418c5b1843ef187b1f490d 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+apertis0bv2024dev2b1 Replaces: libgtk2.0-0-dbg (<< 2.24.31-3~) Depends: gtk2-engines-pixbuf (= 2.24.33-2+apertis0bv2024dev2b1) Breaks: libgtk2.0-0-dbg (<< 2.24.31-3~) Filename: pool/development/g/gtk+2.0/gtk2-engines-pixbuf-dbgsym_2.24.33-2+apertis0bv2024dev2b1_amd64.deb Size: 63036 MD5sum: ffff9b89875f096a1298b1e814fe09d5 SHA1: e9b82a265690cafb168d3b544337110d5d0c1e63 SHA256: 8581758c480198923fcdb039161fb42af92e779bcab17d281bd55c36ec9b0144 SHA512: 71e68825b79fba69524de61edc5cc6b992d785835f3f231ad9e5468050ce520cd49f860554ac22cc338d462afdb2bbbeefdfc31ca886e4dc845d678b0e2631e9 Description: debug symbols for gtk2-engines-pixbuf Auto-Built-Package: debug-symbols Build-Ids: d808fdb7e4dec9b4f3704adf4147b899f539d45b Multi-Arch: same Package: gtk2.0-examples Priority: optional Section: x11 Installed-Size: 995 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: gtk+2.0 Version: 2.24.33-2+apertis0bv2024dev2b1 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+apertis0bv2024dev2b1), 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+apertis0bv2024dev2b1_amd64.deb Size: 244140 MD5sum: ef1254a4d9836d92287b183fae27ce17 SHA1: 650a2c9846015b35927773f2ca20c7153930a8a1 SHA256: 24ec721e164c56f28f02711e0571e2158881c7b25f9c7af8e6e588357574df22 SHA512: 775236ddd7fc3e306db92e11e9d0bda5244b5491e746e0d822acda03ea38bfe44aa91795fd8d4fec277320276a19d6cd75ea0c90303d868189aba186eb52a212 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+apertis0bv2024dev2b1 Replaces: libgtk2.0-0-dbg (<< 2.24.31-3~) Depends: gtk2.0-examples (= 2.24.33-2+apertis0bv2024dev2b1) Breaks: libgtk2.0-0-dbg (<< 2.24.31-3~) Filename: pool/development/g/gtk+2.0/gtk2.0-examples-dbgsym_2.24.33-2+apertis0bv2024dev2b1_amd64.deb Size: 192048 MD5sum: 442a99c5e8f6e6bf8bc38a5c670f5bf5 SHA1: fa3dcf231afa728119f003eda8394feca323d041 SHA256: 0665966368fd656b1a5a8eb4e8da0ab25162ee729f005787f0ece4dc931f371f SHA512: 0414ca3b0e03f78d361220ab91524dd784f75d9b87ff186a286ca09cab7b6556bedd689dfc684dbae13afa3d4de8fac0b426dd0f48aed377aed280c471595ac2 Description: debug symbols for gtk2.0-examples Auto-Built-Package: debug-symbols Build-Ids: 21f3295af7f6233a768a1fa7c55bab691aff1878 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+apertis1bv2024dev2b1 Provides: guile Depends: guile-3.0-libs (= 3.0.8-2+apertis1bv2024dev2b1) Suggests: guile-3.0-doc Filename: pool/development/g/guile-3.0/guile-3.0_3.0.8-2+apertis1bv2024dev2b1_amd64.deb Size: 16260 MD5sum: cfc58a77bfb8c5c956814ba8474f54d1 SHA1: b2a1caa0cbd392fe69b014a5c8928e3d0e365ca3 SHA256: e37bd78ac25f215441a15d44ac0bf17fb66a89ea1691c45d74c07d6727885d89 SHA512: 9a3adebd8b96efede582694bab5583287bc545658099383676b132790bef9ce103b0362196d794e272443c21a0050cbc0afbc060abb6215dfd7a1d54b57d4d7c 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+apertis1bv2024dev2b1 Provides: libguile-dev (= 3.0.8-2+apertis1bv2024dev2b1) Depends: guile-3.0:any (= 3.0.8-2+apertis1bv2024dev2b1), guile-3.0-libs (= 3.0.8-2+apertis1bv2024dev2b1), 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+apertis1bv2024dev2b1_amd64.deb Size: 144932 MD5sum: 07426e3eaf5e9e57b31039ae2f75a660 SHA1: b6b87dee1b09a10a6b27b6e8d8afbff7f1b7918b SHA256: b22bc7656ce1f4842fe85c1a48b1efbb272bec15966a9244e98f9b9d660439f1 SHA512: 6d471a5ac51dc8d817a54ec73370325a1753e8f1764bbfd89ca6bfac5e3be517408b076d40c81a7d6a94777cb5d804ec7831d3bd467a81b9a0f91c4e3cc9dbbf 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+apertis1bv2024dev2b1 Depends: dpkg (>= 1.15.4) | install-info Filename: pool/development/g/guile-3.0/guile-3.0-doc_3.0.8-2+apertis1bv2024dev2b1_all.deb Size: 974820 MD5sum: 964bff9ce237419e2b613a617f90a9fb SHA1: 423f3e96c97d31e723a6b9bdb1a332e5e0e98799 SHA256: d1d0fd20fbdbf71934bb9cb3ff8510624bee48e5c4fb2d3c462f38df49d88f15 SHA512: 3c2b183c07d813eecd3b9db091fdc7d59c6172acfee22c6647bd6bcbc62e986ef6d32304b6d81c1f3cab6383c9e4621719774db7da95c3f262dd462351c696dd 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+apertis1bv2024dev2b1 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+apertis1bv2024dev2b1_amd64.deb Size: 6603904 MD5sum: 1e11ebf130cb8ac206c8ce87e2b1426c SHA1: 1e4604d2c7edda416e48305a6f48ca2c07d7e02b SHA256: 8d537da9d9e190b45b84660a62fc69867feb3008f2fbe244a188ade6e1e0306a SHA512: e8a96431491cd968e6434aef248962ac57ecaa787c08cba13579a487d95090e17aca5bdf3165c749773b910dbd8e4c9751123871600b9e4f2931a2fc8ac44817 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+apertis1bv2024dev2b1 Depends: guile-3.0-libs (= 3.0.8-2+apertis1bv2024dev2b1) Filename: pool/development/g/guile-3.0/guile-3.0-libs-dbgsym_3.0.8-2+apertis1bv2024dev2b1_amd64.deb Size: 1817684 MD5sum: e8978a2d956770d64df8f35f2550102a SHA1: 225e953534550f9413edba4ff3db2bb85537d193 SHA256: 27776609142a5662471b2dd6c9f395e11c4750d4c987ff3fb128e66d9487202b SHA512: 5a030953bcd5b48b001e2963b565f422798eada64675e1f7664ed163355f4ef12f028baaba73efdc8697a440eacba3ac9ff70a38bd66ad2f6ab37b5dcca5943f Description: debug symbols for guile-3.0-libs Auto-Built-Package: debug-symbols Build-Ids: 316186318d42323457b658e110a62b0959d933c3 6f03359e41a04d88e5b6ef9a7cd082e0c480c400 cf3d77c4c69893e442809d04b191f4e0b4d8cf9c 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+apertis0bv2024dev2b3 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+apertis0bv2024dev2b3_all.deb Size: 56504 MD5sum: 001560278081f72629d58a1348fc6e88 SHA1: 49082c14ac9bfb4e8b76aaa4a0f7066e7139dc89 SHA256: e4a3d7d66f8b7f8b0322d201a71584fed20e07b2a9f74ca67d69862fa036c642 SHA512: 64bfc8bb2a5777888f15aec9ea484a67ddb7cde3eb2a793816fbd3ca62cbeb0ecc9076c1c84546d825f0cae2eea10299f8d35edd64e7fb6f2518146c05137a45 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+apertis0bv2024dev2b1 Depends: python3:any, python3-pkg-resources, python3-six Filename: pool/development/g/gyp/gyp_0.1+20220404git9ecf45e-2+apertis0bv2024dev2b1_all.deb Size: 236972 MD5sum: d6887368a59da01e9990bf6e135a7cb5 SHA1: 953bc8fcc152d636f77e15426f56ccd57a862112 SHA256: 54c4664b0a77f1834222b0dc47d0a47fd18f961f5a86fe7f4756b13e38836183 SHA512: fdf15eb24377e80fd5e6a31f213f7bbe3e494bfe3226bcf2bfef9ba74af73d16109a1e81eb452801a8b78036aa06b0915037f291da509e743b53ef85a1d6fd19 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+apertis0bv2024dev2b3 Provides: node-handlebars (= 4.7.7), node-handlebars (= 3:4.7.7+~4.1.0-1+apertis0bv2024dev2b3), 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+apertis0bv2024dev2b3_all.deb Size: 182304 MD5sum: 979744fd16655063c8839bf3440616f1 SHA1: effa7471be0766d069b4b032620ad1cdf9a22253 SHA256: 4c4b867cc59dae3d14a0427ba10965d2169304f3a9a3dd45843ab40d02b1d37a SHA512: 1dfec949efb07873f356d28338fbc0ff9ed2d08d0219669c3e26e98295847d55e9391ba02c36cd929fad80547fb84d2bfedd0e38448b822cc6b7bbf51a97f746 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